/CodeInLiveWriter

This project is a code highlight plugin for Windows Live Writer.

Primary LanguageC#MIT LicenseMIT

CodeInLiveWriter

This project is a code highlight plugin for Windows Live Writer.

It's based on API provided by hilite.me which is powered by Pygments

Installation

Download the CodeInLiveWriter.dll, then put it in the *[WindowsLiveWriterPath]\Plugins*.

Usage

It supported the following languages and styles by default, you can add your own language and styles in CodeInLiveWriterStyle.txt and CodeInLiveWriterLanguage.txt. Please put them in the same folder with CodeInLiveWriter.dll. Please see detailed information from language and style.

Language:

  1. c#
  2. c++
  3. java
  4. python
  5. ruby
  6. c
  7. sql
  8. html
  9. xml
  10. batch
  11. bash

Style:

  1. vs
  2. colorful
  3. emacs
  4. vim

Requirements

Please install Windows Live Writer

Credits

It's based on API provided by hilite.me which is powered by Pygments

License

CodeInLiveWriter is released under the MIT License. See the bundled LICENSE file for details.

Chang Log

  1. 07/16/2013 add icon