---
title: Excalidraw
kind: note
description: open-source collaborative drawing/diagramming
words: 41
readingMinutes: 1
created: '2024-03-29T00:00:00.000Z'
updated: '2024-08-19T18:35:41+02:00'
website: https://excalidraw.com/
---
## Link

<https://excalidraw.com/>

## FAQ
### How to add a drawing to an existing [Markdown](/notes/markdown) file
1. Add a property called `excalidraw-plugin` with the value `parsed`
2. Add a heading 1 (i.e. one hashtag) with the text "Drawing"
3. Under the heading, insert the following code block:
	```json
	{"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.0.25","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}}
	```
