- mermaid (Web),编辑器地址:https://mermaidjs.github.io/mermaid-live-editor
- ASCIIFlow (web),用于生成 ASCII diagrams,可以方便地放入文档等
- Monodraw (macOS) ASCII art editor
- typora (macOS)
- MindNode (macOS)
- Dash,推荐搭配 Dash 使用 Alfred Integration,更快捷地查询文档
推荐
- 将
CapsLock键改为Control键(Control键作为相当常用的键,却被放置在难按的位置;而CapsLock键很少被用到) - 搭配使用 Emacs key bindings 中的
- 「Emacs key bindings [option+keys]」实现
option + b向后移动一个词/option + f向前移动一个词 - 「Bash style Emacs key bindings (rev 2)」实现
ctrl + a移至行首/ctrl + e移至行尾
- 「Emacs key bindings [option+keys]」实现