
官方網站: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>'
發表新回應