modified list item simple — rectangles, arrows, text
deleted content_block
modified list item flowchart — a basic flowchart with decisions
deleted content_block
modified list item architecture — system architecture diagram
deleted content_block
inserted list item wireframe — simple UI wireframe
inserted list item freehand — freedraw and ellipses
M /docs/undefined +4 -10
8 unmodified lines9- inline comments and reactions work on the rendered diagram (SVG is inline DOM)10
11## demos12
13### simple — rectangles, arrows, text13- [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 ellipses18
15/simple.excalidraw16
17### flowchart — a basic flowchart with decisions18
19/flowchart.excalidraw20
21### architecture — system architecture diagram22
23/architecture.excalidraw24
19## how it works20
211. push a `.excalidraw` file via git (or save via edit mode)222. sublimated detects the file type and sends it to the excalidraw renderer (pure SVG, no canvas/DOM)22 unmodified lines