Skip to content

基本使用

安装: 三方插件商店搜索并安装PlantUML。

该项目的仓库地址为:joethei/obsidian-plantuml: Generate PlantUML Diagrams inside Obsidian.md

obsidian上使用的话,切换“实时阅读/源码模式”、“左右拆分”-右边使用阅读视图, 编写边看的方式很好。

支持图形:

uml diagram

支持ascii字符画plant-uml-ascii

plantuml-ascii
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response1
@enduml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response1
@enduml

语法

本插件使用 plantuml进行渲染。语法文档见 开源工具,使用简单的文字描述画UML图。

相关文章 [1.plantUML使用]