The Excalidraw plugin for Obsidian stores diagrams in a special .excalidraw.md format. This guide shows how to convert those files to formats you can use in other tools.
When you create a diagram with the Excalidraw plugin for Obsidian, it saves the file as a Markdown file with embedded Excalidraw JSON data. This .excalidraw.md format is designed to work within Obsidian's ecosystem — it renders as a diagram inside Obsidian but looks like raw code in other applications.
The file contains a standard Markdown wrapper with the Excalidraw scene data encoded inside. The converter extracts this data and transforms it into whichever format you need.
Locate the .excalidraw.md file in your Obsidian vault folder. On macOS, this is typically under ~/Documents or wherever your vault is stored. On Windows, check your Documents folder.
Go to the Orriguii Diagram Converter. It works in any modern browser — no installation or account required.
Select the output format you need. The converter auto-detects .excalidraw.md as the source format.
Drag your .excalidraw.md file into the drop zone. The converted file is ready to download immediately. For multiple files, drop them all at once — batch conversion is supported.
Your Obsidian files stay on your device. The converter processes everything in your browser — nothing is uploaded to any server.