Emile Bangma8k downloadsManage and publish your notes to Quartz, the fast, batteries-included static-site generator.
Quartz Syncer is an Obsidian plugin for managing and publishing notes to Quartz, the fast, batteries-included static-site generator that transforms Markdown content into fully functional websites.
Install the plugin by downloading it from the Obsidian Community plugins browser in Obsidian.
Alternatively, install the plugin by downloading it from the Release Tab, or through the Obsidian42 Brat plugin.
[!TIP] Quartz Syncer documentation
For the most up-to-date information on Quartz Syncer, please refer to the official documentation.
New to Quartz Syncer? Please follow the setup guide to get started.
Unsure on how to use Quartz Syncer, or just curious about its usage? Check the usage guide.
For more advanced usages of Quartz Syncer, check the guides section.
Quartz Syncer supports the Obsidian CLI (v1.12+) for automating publishing workflows from the terminal. Obsidian must be running for CLI commands to work.
| Command | Description | Example |
|---|---|---|
quartz-syncer |
Show available commands and usage | obsidian quartz-syncer |
quartz-syncer:status |
Show publish status of all marked notes | obsidian quartz-syncer:status format=json |
quartz-syncer:sync |
Publish pending notes and delete removed notes | obsidian quartz-syncer:sync force |
quartz-syncer:publish |
Publish pending notes only (no deletions) | obsidian quartz-syncer:publish |
quartz-syncer:delete |
Delete removed notes from remote | obsidian quartz-syncer:delete force |
quartz-syncer:mark |
Set/unset/toggle publish flag on notes | obsidian quartz-syncer:mark path="notes/post.md" |
quartz-syncer:test |
Test Git connection and credentials | obsidian quartz-syncer:test |
quartz-syncer:cache |
Manage the plugin cache | obsidian quartz-syncer:cache action=status |
quartz-syncer:config |
Read or write plugin settings | obsidian quartz-syncer:config action=get key=git.branch |
quartz-syncer:upgrade |
Pull upstream Quartz changes | obsidian quartz-syncer:upgrade force |
quartz-syncer:version |
Show plugin, Obsidian, and Quartz versions | obsidian quartz-syncer:version |
quartz-syncer:plugin |
Manage Quartz v5 plugins | obsidian quartz-syncer:plugin action=updates |
quartz-syncer:quartz-config |
Read or update Quartz v5 site config | obsidian quartz-syncer:quartz-config action=get key=pageTitle |
The config and quartz-config commands default to listing all settings when no action is provided.
format=json — Return machine-readable JSON output (default: human-readable text).dry-run — Preview what would happen without making changes.force — Required for destructive operations (delete, upgrade, and the delete phase of sync).verbose — Enable detailed output (file paths, connection details).help — Show command-specific help and available flags.The mark command supports three path resolution modes:
path="notes/my-post.md" — Match a single file.path="notes/**/*.md" — Match files using glob patterns.path="~my post" — Fuzzy search by name (prefix with ~).Use dry-run to preview matched files before modifying: obsidian quartz-syncer:mark path="blog/**/*.md" dry-run
# Check what needs publishing
obsidian quartz-syncer:status
# Publish all pending notes (additive, no force needed)
obsidian quartz-syncer:publish
# Full sync including deletions
obsidian quartz-syncer:sync force
[!IMPORTANT] Quartz-related questions
For issues or questions related to Quartz, not Quartz Syncer, please consult the Quartz documentation or reach out through the communication channels provided there.
If you need help with Quartz Syncer, or if you have a question, please first check the troubleshooting section. If your question or issue is not listed, feel free to reach out for help.
As per the Obsidian developer policies:
content folder. Quartz Syncer also fetches the current contents of this folder to compare changes against your notes. Quartz Syncer doesn't write any notes to your Obsidian vault, Quartz Syncer only writes to your Quartz repository (one-way only: from Obsidian vault to Quartz repository.)Quartz Syncer would not have been built without the following: