txt2tags

alan's 的頭像

官方網站:txt2tags

txt2tags 語法簡單,寫筆記也夠用了。
做了一個綀習:最初的地方筆記本

Debian 下安裝
$ sudo aptitude install txt2tags

Debian 裡的比較舊,新版可以到官網抓

Tools

Tips & Tricks
參考:http://txt2tags.sourceforge.net/tips.html

Vim: Convert the current file

:!txt2tags %

(X)HTML: Use STRONG and EM tags instead B and I

% Use <strong> and <em> instead <B> and <I> for HTML
%!postproc(html):  '(?i)(</?)b>'  '\1strong>'
%!postproc(html):  '(?i)(</?)i>'  '\1em>'

發表新回應

這個欄位的內容會保密,不會公開顯示。
  • 可使用的 HTML 標籤:<a> <em> <pre><strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><img><h1><h2><h3>
  • 自動斷行和分段。

更多關於格式選項的資訊