Plantuml and Mermaid with org-mode
# Resources
# 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
# Mermaid alternative
https://github.com/apmiller108/mermaid-layer
stateDiagram-v2 [*] --> MessageStart: Initial Event MessageStart --> ContentBlockStart: Next Event ContentBlockStart --> ContentBlockDelta: Incremental Updates ContentBlockDelta --> ContentBlockDelta: Continue Updating ContentBlockDelta --> ContentBlockStop: Finalize Block ContentBlockStop --> ContentBlockStart: Next Content Block ContentBlockStop --> MessageDelta: Update Metadata MessageDelta --> MessageStop: Finalize Message MessageStop --> [*]: Complete Response