PlantUML#
This folder stores all the PlantUML files dedicated for the blogs
How to make PlantUML?#
check https://plantuml.com/
How to make PlantUML in vim?#
check plantuml using vim
TL;DR#
- Edit PlantUML in vim
:PlantumlOpen
to preview the uml in brower- Run
:PlantumlSave static/images/git.svg
to export the uml to svg (or any other supported file type: png, svg, eps, pdf, vdx, xmi, scxml, html, txt, utxt, latex)