文章目录
- obsidian
- mermaid
- 其它
- mermaid 使用
- flowchart
 
 
obsidian
下载 obsidian
 obsidian apk下载办法_obsidian安卓版下载-CSDN博客
mermaid
GitHub - mermaid-js/mermaid: Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
- 好的教程
 Mermaid Cheat Sheet @ https://jojozhuang.github.io
- live eg
 https://mermaid.live/
其它
- others
 画图工具:亿图图
- 语法
 NBSP:“Non-Breaking Space”   用于在 html, 也在 Mermaid 表示一个空格
mermaid 使用
https://jojozhuang.github.io/tutorial/mermaid-cheat-sheet/
flowchart
1.1 Graph
 Possible directions are:
TB - top bottom
 BT - bottom top
 RL - right left
 LR - left right
 TD - same as TB
A-->B;