live writer插件

代码格式化:
1.Insert Code for Windows Live Writer
支持的格式不多,效果也算不错,,每行一个span,不过看起来占用很大的版面,可以方便的加入行号,背景,添加了不少的css代码,如下:
image 

  1. type
      TForm1 = class(TForm)
      private
        { Private declarations }
      public
        { Public declarations }
      end;

2.  Highlight4Writer
下载Highlight4Writer-1.0.9.0-alpha.zip
支持的格式就比较多了,基本上常见的都有,比较不错的,显示效果中规中矩,整个代码块用pre包含,关键字的话,就用span包含,显示为蓝色,简单,实用。
image 

type
  TForm1 = class(TForm)
  private
    { Private declarations }
  public
    { Public declarations }
  end;

3. Code Snippet plugin  推荐!

微软出品,同insert code很类似,只是功能更加强大
image

   1: type
   2:   TForm1 = class(TForm)
   3:   private
   4:     { Private declarations }
   5:   public
   6:     { Public declarations }
   7:   end;

4. Code Formatter Plugin
没有编译后的二进制文件,只能用源代码进行编译

image

其他:

5. Polaroid Picture
让图片进行稍微旋转,如下图

image

6.Windows Live Writer Plugins

包含很多的插件,根据需要选择安装,个人觉得必须的倒是没有
另外,主页上显示有许多的,好像实际下载的就那么个几个。

image

推荐参考:到www.codeplex.com 搜索live writer
即:http://www.codeplex.com/Project/ProjectDirectory.aspx?ProjectSearchText=live%20writer

参考:Windows Live Write Plug-in 大全
         10 Useful Plugins for Windows Live Writer
          http://dev.live.com/writer/default.aspx

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据