ce58ee5 ←cb6b2a6antonApr 7, 2026 api

edit index.md via macOS

M /docs/undefined +4 -10
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 lines
9- inline comments and reactions work on the rendered diagram (SVG is inline DOM)
10
11## demos
12
13### simple — rectangles, arrows, text
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
18
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
19## how it works
20
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