ReSTのcsv-tableスニペット
2010年01月08日(金) 18:51
すぐに忘れるので、TextMateのrestructuredtext用スニペットをメモしておく。
.. csv-table:: ${1:title}
:header: "$2", "$3"
:widths: ${4:15}, ${5:15}
"$6", "$7"
"$8", "$9"
TextMateでMercurialを使う準備
2009年10月13日(火) 00:00
TextMateのMercurialバンドルについてのメモ
バンドルをとってきて有効にする。
$ mkdir -p /Library/Application\ Support/TextMate/Bundles $ cd !$ $ svn co http://svn.textmate.org/trunk/Bundles/Mercurial.tmbundle/ $ osascript -e 'tell app "TextMate" to reload bundles'
あとは、プロジェクトドロワーでcontrol+shift+Mキーでメニューが起動する。
TextMate reStructuredText Bundle - Blog - xdissent.com
2009年04月26日(日) 15:03
TextMateでreStructuredTextを編集できるようにするバンドル。
カラーリングとプレビューに対応してる模様
TextMate用のBundleの他、VirtualEnvとpip使う
Visit SITE: http://xdissent.com/blog/2009/feb/28/textmate-restructuredtext-bundle
