Windows Live Writer添加Source Code插件

涉及到source code直接copy到WLW里,然后格式就乱七八糟,今天搜了下插件,很多好工具都被微软给关闭了,搜了一个可用的

下载地址:http://sourcecodeplugin.codeplex.com/

解压之后将动态库文件WindowsLiveWriter.SourceCode.dll复制到下面目录中:

C:\Program Files (x86)\Windows Live\Writer\Plugins\WindowsLiveWriter.SourceCode.dll

这样重新打开WLW之后,在插入选项就会出现Source code这一项,点击试试,通过里面写的源代码就会预览称这样:

#include <stdio.h> int main(){ printf("Hello World\n"); return 0; }

PS:居然找不到C

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| taoyuangongyu      |
| test               |
+--------------------+
5 rows in set (0.00 sec)

mysql>

让我兴奋的是,表格不再乱了,不错~!

发表回复