modified heading simple — rectangles, arrows, text
modified heading flowchart — a basic flowchart with decisions
modified heading architecture — system architecture diagram
deleted list item wireframe — simple UI wireframe
deleted list item freehand — freedraw and ellipses
inserted content_block
inserted content_block
inserted content_block
M /docs/undefined +10 -4
8 unmodified lines9- inline comments and reactions work on the rendered diagram (SVG is inline DOM)10
11## demos12
13- [simple](simple.excalidraw) — rectangles, arrows, text14- [flowchart](flowchart.excalidraw) — a basic flowchart with decisions15- [architecture](architecture.excalidraw) — system architecture diagram16- [wireframe](wireframe.excalidraw) — simple UI wireframe17- [freehand](freehand.excalidraw) — freedraw and ellipses13### simple — rectangles, arrows, text14
15/simple.excalidraw16
17### flowchart — a basic flowchart with decisions18
19/flowchart.excalidraw20
21### architecture — system architecture diagram22
23/architecture.excalidraw24
25## how it works26
271. push a `.excalidraw` file via git (or save via edit mode)282. sublimated detects the file type and sends it to the excalidraw renderer (pure SVG, no canvas/DOM)22 unmodified lines