4574552 ←6c62287antonApr 7, 2026 api

edit index.md via macOS

M /docs/undefined +10 -4
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 lines
9- inline comments and reactions work on the rendered diagram (SVG is inline DOM)
10
11## demos
12
13- [simple](simple.excalidraw) — rectangles, arrows, text
14- [flowchart](flowchart.excalidraw) — a basic flowchart with decisions
15- [architecture](architecture.excalidraw) — system architecture diagram
16- [wireframe](wireframe.excalidraw) — simple UI wireframe
17- [freehand](freehand.excalidraw) — freedraw and ellipses
13### simple — rectangles, arrows, text
14
15/simple.excalidraw
16
17### flowchart — a basic flowchart with decisions
18
19/flowchart.excalidraw
20
21### architecture — system architecture diagram
22
23/architecture.excalidraw
24
25## how it works
26
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