Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.19 KB

20210212204557-plantuml_with_org_mode.org

File metadata and controls

40 lines (34 loc) · 1.19 KB

Plantuml and Mermaid with org-mode

Resources

Plantuml Blog Post: Diagrams with Plantuml and Emacs

Basic Usage

  • Use code block syntax
  • Use :file header to render the results below, by evaluating the codeblock. The +results: section will be created automatically along with a png and
  • SPC m ,= (org-ctrl-c-ctrl-c) press inside the codeblock to evaluate.
  • SPC m T i (org-toggle-inline-images) to show the image result.
Alice -> Bobby: synchronous call
Alice ->> Bobby: asynchronous call