6 ms·
I'm slightly surprised excalidraw (https://excalidraw.com/ https://excalidraw.com/) is not in the comments. I use it regularly to convey ideas to my devs and de
by ngm7 1y ago
I'm slightly surprised excalidraw (https://excalidraw.com/ https://excalidraw.com/) is not in the comments. I use it regularly to convey ideas to my devs and designers. Plus, it exports to json! Someone wrote a library to convert mermaid to excalidraw as well.
We're now experimenting with creating design questions to ask in interviews with excalidraw/mermaid
- davely 1y agoI did a system design interview awhile back using Excalidraw. I really enjoyed it (though I also frequently use it for normal work stuff, so was familiar with it).
- nine_k 1y agoI love excalidraw. But does it have an editable, diffable textual representation? Can it be generated with little ceremony, and laid out automatically?
- mdaniel 1y agoThe sibling submission about https://kroki.io https://kroki.io has an Excalidraw in https://kroki.io/#examples https://kroki.io/#examples and the input is the following, so presumably "yes" and "no" { "type": "excalidraw", "version": 2, "source": "https://excalidraw.com", "elements": [ { "type": "rectangle", "version": 175, "versionNonce": 279344008, "isDeleted": false, "id": "2ZYh24ed28FJ0yE-S3YNY", Yes, textual, but no, the diffs aren't going to mean anything. It'll be like diffing svg from Inkscape