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

  1. Edit PlantUML in vim
  2. :PlantumlOpen to preview the uml in brower
  3. 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)

Reference