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

  1. Detection: Quartz Syncer identifies files with the .excalidraw.md extension.
  2. Syncing: The drawing file is synced to Quartz without modification.
  3. Rendering: The Quartz Excalidraw plugin renders the drawing in Quartz, including dark/light theme support and interactive pan/zoom.

Requirements

npx quartz plugin add github:quartz-community/obsidian-plugin-excalidraw
  • Drawings must have the .excalidraw.md file extension.
  • The drawing file must have excalidraw-plugin: parsed in its frontmatter (this is added automatically by the Excalidraw plugin).

Example

Drawing

Link to original

Notes

  • Quartz Syncer syncs the raw .excalidraw.md file 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.