从公众号上看到的,我之前比较常用 plantuml 写代码, 生成UML图,他们都是代码绘图

plantuml 和 D2 共同的优点

  • 代码绘图,不用拖拽线和框体
    • 对我来说

共同的缺点

d2 比 plantuml 好在哪里

  • d2更好看一些

官网 https://d2lang.com

试了一下,这个非常直观,比


你甚至可以在 obsidian 写一个d2,里面包含一段markdown…

可以但有病

 
explanation: |md
  # I can do headers
  - lists
  - lists
 
  And other normal markdown stuff
|