注:Windows Live Writer 已经停止更新,建议安装 Open Live Writer,下载地址: http://openlivewriter.org/

使用open live writer客户端写博客

WLW(window live writer)在很早之前就不更新了,后来出了一个OLW(open live
writer),基本跟WLW相同,只是开源,更小巧好用。

下载和配置连接

下载地址

http://openlivewriter.org/

具体配置步骤

选择日志服务类型为“其它日志类型”

添加日志账户:

备注:

我的博客的地址:http://www.cnblogs.com/huntdream/

用户名: xiaofan012@126.com

安装后的优化配置

获取博客园主题

安装完OLW(open live
writer)并配置链接后,可以开始写博客了,但是这个时候博客的主题是没有的,这个时候只需要更新下主题即可,具体如下截图:

设置图片插入样式

OLW刚装上,感觉很强大的一个功能是它的图片粘贴功能,可以直接把截图直接粘贴到编辑窗口中。但是默认的图片粘贴样式不好,包括图片大小,图片阴影。

因此,选中任意一张编辑区的图片,进行如下设置:

经过这样一个默认设置的修改,就可以很好的粘贴图片了。

使用SyntaxHighlighter实现代码高亮

从插件下载地址下载好插件以后,请将压缩包里的两个 dll 拷贝到 C:\Users\用户文件夹\AppData\Local\OpenLiveWriter\app-0.6.0.0\Plugins 目录下即可。

该插入,在本地是预览不到效果的,但是发布后可以看到代码高亮效果。

发布博客时添加分类、标签、摘要

设置分类、添加标签、书写摘要信息。

自定义样式

在管理>>设置>>页面定制CSS代码 中,定义CSS样式。

01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
*{
    margin:  0px;
    padding: 0px;  
}

h1,h2,h3,h4,h5{
    color: rgb(47,47,47);
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB","YaHei Consolas Hybrid", "Microsoft YaHei", "WenQuanYi Micro Hei";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-rendering: optimizelegibility;
    word-break: break-all;
}
#cnblogs_post_body h1 {
        font-size:32px ;
        font-weight: bold;
        margin: 25px 0px ;
        padding: 5px;
        background: none repeat scroll 0% 0% rgb(216, 216, 216);
        border-radius: 6px 6px 6px 6px;
}
#cnblogs_post_body h2 {
        font-size:30px ;
        margin: 20px 0px;
        padding: 5px;
        background: none repeat scroll 0% 0% rgb(216, 216, 216);
        border-radius: 6px 6px 6px 6px;
}
#cnblogs_post_body h3 {
        font-size:24.5px ;
        margin: 15px 0px;
        padding: 5px;
        background: none repeat scroll 0% 0% rgb(216, 216, 216);
        border-radius: 6px 6px 6px 6px;
}
#cnblogs_post_body h4 {
        font-size:17.5px ;
        margin: 12px 0px;
        padding: 5px;
        background: none repeat scroll 0% 0% rgb(216, 216, 216);
        border-radius: 6px 6px 6px 6px;
}
#cnblogs_post_body h5 {
        font-size:14px ;
        margin: 12px 0px;
        padding: 5px;
        background: none repeat scroll 0% 0% rgb(216, 216, 216);
        border-radius: 6px 6px 6px 6px;
}
#cnblogs_post_body p{
    color: rgb(47,47,47);
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB","YaHei Consolas Hybrid", "Microsoft YaHei", "WenQuanYi Micro Hei";
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    margin: 0px 0px 5px 0px;
    text-align: justify;
    word-break: normal;
}

#blogTitle {
    height: 178px;
    clear: both;
    background: url('/Skins/coffee/images/bg_title.gif') 170px 40px no-repeat;
}

备注:上述样式是基于coffee博客皮肤之上的。

参考

————————————————————————————————————————————————————————————————

使用open live writer客户端写博客的更多相关文章

  1. 使用open live writer客户端写博客zz

    下载地址 http://openlivewriter.org/ 具体配置步骤 选择日志服务类型为"其它日志类型" 添加日志账户: 安装后的优化配置 获取博客园主题 安装完OLW(o ...

  2. 使用open live writer客户端写博客(亲测有效)

    博客都开了这么久了,才开始将资料上传,但是每次都要登录网页确实很麻烦,所以就用open live writer,使用起来真的是挺方便的,所以将我在安装配置时,发现的问题汇总起来以便日后再次碰到忘记怎么 ...

  3. 用Windows Live Writer离线写博客

    作为CSDN博客的菜鸟,我发现在线写博客很不方便,而且文字编辑也不方便,比如不能傻瓜化地修改字体和颜色."有志者自有千方百计,无志者只感千难万难."一番搜索后,我发现了Window ...

  4. Windows8.1使用博客客户端写博客

    1.首先去微软官网下载客户端(Windows live writer) http://windows.microsoft.com/zh-cn/windows-live/essentials 安装步骤 ...

  5. 安装配置Windows Live Writer做为博客客户端

    前言: 国内好些空间.博客是支持Windows Live Writer客户端的,也就是说使用Windows Live Writer不用登陆博客网站,就可以向不同的博客网站发布博客了. Windows ...

  6. 愉快地使用Open Live Writer写博客

    想要坚持写博客的习惯,却又无法忍受网页编辑器的各种不方便?open live writer是一个不错的选择.对我来说最有诱惑的就是能够快速的黏贴图片.代码.使用过程遇到不少坑,最坑的就是不能使用163 ...

  7. 好久没有写博客了,发现Live Writer也更新了

    最近由于工作变动,工作内容和心态也有所变化,所以很久没有写博客了,而且我的开源项目深蓝词库转换也很近没有更新了.今天打开LiveWriter发现居然有新版本,于是果断更新.现在新的LiveWriter ...

  8. 第一次尝试用 Live Writer 写博客

    之前在官网上下载了最新版的Windows Live Writer,可是安装不了,就在其他网站下了一个试试,可以安装,不过却是2009年的版本,很不喜欢,我希望能体验最新版的,回头还得重新下个最新版的安 ...

  9. 用windows live writer写博客

    用windows live writer写博客了,目前不支持writer的博客,暂时放弃,这正是我用writer写的第一篇内容. 如有知道怎么用weiter配置:凤凰博客.搜狐博客.QQ空间.百度空间 ...

随机推荐

  1. 【51nod 1785】数据流中的算法

    Description 51nod近日上线了用户满意度检测工具,使用高级人工智能算法,通过用户访问时间.鼠标轨迹等特征计算用户对于网站的满意程度.   现有的统计工具只能统计某一个窗口中,用户的满意程 ...

  2. 【BZOJ3697】采药人的路径 点分治

    [BZOJ3697]采药人的路径 Description 采药人的药田是一个树状结构,每条路径上都种植着同种药材.采药人以自己对药材独到的见解,对每种药材进行了分类.大致分为两类,一种是阴性的,一种是 ...

  3. webpack学习笔记——打包js

    1.新建一个入口js文件,如entry.js,代码如下: document.write("It works.") 2.然后编译 entry.js 并打包到 bundle.js(会自 ...

  4. 5.22 css和基本选择器

    1,css的三种引入方式 1,行内样式 2,内接样式 3,外接样式:链接式和导入式. HTML的缺陷: 不能够适应多种设备 要求浏览器必须智能化足够庞大 数据和显示没有分开 功能不够强大 CSS 优点 ...

  5. 微服务之Spring cloud

    微服务 Spring cloud Spring Cloud provides tools for developers to quickly build some of the common patt ...

  6. MongpDB 学习手册 - 索引

    //查看数据库以及容量 // show dbs //查看有哪些数据表 // show collections // MongoDB 索引 // 索引通常能够极大的提高查询的效率,如果没有索引,Mong ...

  7. nginx基础命令

    1.nginx 启动nginx service nginx start 查看nginx状态 service nginx status 关闭nginx service nginx stop 热重启(前提 ...

  8. costmap_2d 解析

    costmap_2d这个包提供了一种2D代价地图的实现方案,该方案利用输入的传感器数据,构建数据2D或者3D代价地图(取决于是否使用基于voxel的实现),并根据占用网格和用户定义的膨胀半径计算2D代 ...

  9. Deep Learning Tutorial - Multilayer perceptron

    Multilayer perceptron:多层感知器 本节实现两层网络(一个隐层)作为分类器实现手写数字分类.引入的内容:激活函数(双曲正切.L1和L2正则化).Theano的共享变量.grad.f ...

  10. Python3-join()和split()

    Python join()方法 Python join()方法用于将序列中的元素以指定的字符连接生成一个新的字符串. #例如:列表 -- 字符串 str.join(sequence) 参数: sequ ...