diff --git a/resources.md b/resources.md new file mode 100644 index 0000000..5cf8778 --- /dev/null +++ b/resources.md @@ -0,0 +1,78 @@ +![Markdown](http://markdown.tw/images/208x128.png) + +Markdown 資源 +================== + +Logo +---- + +* [The Markdown Mark](http://dcurt.is/the-markdown-mark) + +編輯器 +----- + +### 單純 Markdown 編輯器 +* OSX + * [Mouapp](http://mouapp.com/) +* Linux + * [ReText](http://sourceforge.net/p/retext/home/ReText/) +* Windows + * [MarkdownPad](http://markdownpad.com/) + +### 通用文字編輯器 +* [Sublime Text](http://www.sublimetext.com/) +* Vim + * [plasticboy/vim-markdown](https://github.com/plasticboy/vim-markdown) + * [tpope/vim-markdown](https://github.com/tpope/vim-markdown) + +### 網頁文字編輯器 +* [Ace](http://ace.ajax.org/) +* [CodeMirror](http://codemirror.net/) +* [Dillinger](http://dillinger.io/) +* [EpicEditor](http://oscargodson.github.io/EpicEditor/) +* [Markgiu](https://github.com/bianchimro/markgiu) + +擴充版 Markdown +-------------- + +* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) +* [kramdown](http://kramdown.rubyforge.org/quickref.html#headers) +* [MultiMarkdown](http://fletcherpenney.net/multimarkdown/) +* [Pandoc's markdown](http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown) + * [Pandoc’s Markdown 語法中文翻譯](http://pages.tzengyuxio.me/pandoc/) +* [PHP Markdown Extra](http://michelf.ca/projects/php-markdown/extra/) +* + +引擎 +---- + +* C + * [Sundown](https://github.com/vmg/sundown) +* JavaScript + * [showdown](https://github.com/cky/wmd), not maintained any more + * [pagedown](https://code.google.com/p/pagedown/), StackOverflow + * [coreyti/showdown](https://github.com/coreyti/showdown) + * [marked](https://github.com/chjj/marked) +* PHP + * [PHP Markdown](http://michelf.ca/projects/php-markdown/) +* Ruby + * [Redcarpet](https://github.com/vmg/redcarpet) + * [Maruku](https://github.com/bhollis/maruku) + +Blog 服務 +--------- + +* [WordPress.com](http://wordpress.com/) +* [logdown](http://logdown.com/) + +Blog 系統 +--------- + +* [WordPress](http://wordpress.org/) +* [MOVABLETYPE](http://www.movabletype.org/) + +CSS +--- + +* [Markdown css themes](http://jasonm23.github.io/markdown-css-themes/) +* [Markdown.css](http://mrcoles.com/demo/markdown-css/)