ソフトウェア/docments
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
[[ソフトウェア]]
ドキュメント作成を少しでも楽しくするために.
各種ツール
#contents
* SublimeText2 [#c494628f]
** install [#df930709]
[[http://www.sublimetext.com/2]]
インストーラーで終了
** 設定 [#f5de2b3f]
*** Package Control使えるようにする [#n0114076]
+ [[https://sublime.wbond.net/installation]]から,Sublime...
+ SublimeTextで「Ctrl + `」
+ 貼付けて「Enter」
*** 必須パッケージ [#f802b03d]
「Ctrl + Shift + p」→ install 入力してパッケージ探す
- IMESupport (windows)
- ConvertToUTF8
*** トラブルシューティング [#fa7670b7]
- detect_slow_plugins global setting
Preferences > Settings - User
Add the following: "detect_slow_plugins": false
[[http://codenote.mao.li/detect_slow_plugins-global-setti...
* Graphviz [#ua49a2d1]
** install [#uefaddb1]
*** mac [#w00584f5]
$ brew update
$ brew intall gts
$ brew intall graphviz
[[http://pho.hatenablog.com/entry/20111209/p1]]
[[http://www.graphviz.org/Download_macos.php]]
** how to use [#v6fa52f8]
1. sample.dotファイルを作成
digraph sample{
hoge -> hogehoge;
}
2. 生成
$ dot -Tgif sample.dot -o out.gif
作業ディレクトリにout.gifが出力されればok
終了行:
[[ソフトウェア]]
ドキュメント作成を少しでも楽しくするために.
各種ツール
#contents
* SublimeText2 [#c494628f]
** install [#df930709]
[[http://www.sublimetext.com/2]]
インストーラーで終了
** 設定 [#f5de2b3f]
*** Package Control使えるようにする [#n0114076]
+ [[https://sublime.wbond.net/installation]]から,Sublime...
+ SublimeTextで「Ctrl + `」
+ 貼付けて「Enter」
*** 必須パッケージ [#f802b03d]
「Ctrl + Shift + p」→ install 入力してパッケージ探す
- IMESupport (windows)
- ConvertToUTF8
*** トラブルシューティング [#fa7670b7]
- detect_slow_plugins global setting
Preferences > Settings - User
Add the following: "detect_slow_plugins": false
[[http://codenote.mao.li/detect_slow_plugins-global-setti...
* Graphviz [#ua49a2d1]
** install [#uefaddb1]
*** mac [#w00584f5]
$ brew update
$ brew intall gts
$ brew intall graphviz
[[http://pho.hatenablog.com/entry/20111209/p1]]
[[http://www.graphviz.org/Download_macos.php]]
** how to use [#v6fa52f8]
1. sample.dotファイルを作成
digraph sample{
hoge -> hogehoge;
}
2. 生成
$ dot -Tgif sample.dot -o out.gif
作業ディレクトリにout.gifが出力されればok
ページ名: