When enabled, Quartz Syncer will sync Excalidraw drawings (.excalidraw.md files) to Quartz as-is. Rendering is handled by the Quartz Excalidraw plugin.
How it works
- Detection: Quartz Syncer identifies files with the
.excalidraw.mdextension. - Syncing: The drawing file is synced to Quartz without modification.
- Rendering: The Quartz Excalidraw plugin renders the drawing in Quartz, including dark/light theme support and interactive pan/zoom.
Requirements
- The Excalidraw plugin must be installed and enabled in Obsidian.
- The Quartz Excalidraw plugin must be installed in your Quartz site:
npx quartz plugin add github:quartz-community/obsidian-plugin-excalidraw- Drawings must have the
.excalidraw.mdfile extension. - The drawing file must have
excalidraw-plugin: parsedin its frontmatter (this is added automatically by the Excalidraw plugin).
Example
Drawing
Link to original
Notes
- Quartz Syncer syncs the raw
.excalidraw.mdfile without any transformation. - All rendering, theme support, and interactivity is handled by the Quartz Excalidraw plugin.
- For configuration options (dark mode, interactivity, padding), refer to the Quartz Excalidraw plugin documentation.