No description
Find a file
2024-04-07 13:32:20 +02:00
.github/workflows GitButler Integration Commit 2024-02-14 19:23:29 +01:00
__mocks__ refactor: test and fix final type errors 2023-09-16 13:19:49 +02:00
content GitButler Integration Commit 2024-02-14 19:23:29 +01:00
scripts Update generateSyncerSettings.mjs 2024-04-01 03:26:44 +02:00
src Update regexes.ts 2024-04-07 12:42:39 +02:00
.editorconfig Initial commit 2021-11-21 02:40:45 +01:00
.eslintignore GitButler Integration Commit 2024-02-14 19:23:29 +01:00
.eslintrc Lint: add spaces after blocks (#418) 2023-09-25 21:12:48 +02:00
.gitignore GitButler Integration Commit 2024-02-14 19:23:29 +01:00
.nvmrc GitButler Integration Commit 2024-02-14 19:23:29 +01:00
.prettierignore GitButler Integration Commit 2024-02-14 19:23:29 +01:00
.prettierrc.json Lint and format .svelte-files (#417) 2023-09-25 21:06:19 +02:00
bun.lockb GitButler Integration Commit 2024-02-14 19:23:29 +01:00
esbuild.config.mjs GitButler Integration Commit 2024-02-14 19:23:29 +01:00
jest.config.js Install prettier and format files (#385) 2023-09-12 14:50:52 +02:00
LICENSE.md GitButler Integration Commit 2024-02-14 19:23:29 +01:00
main.ts Update main.ts 2024-04-01 03:27:19 +02:00
manifest.json Update manifest 2024-03-26 14:43:35 +01:00
package-lock.json GitButler Integration Commit 2024-02-14 19:23:29 +01:00
package.json GitButler Integration Commit 2024-02-14 19:23:29 +01:00
README.md Update README.md 2024-02-14 21:00:22 +01:00
styles.css GitButler Integration Commit 2024-02-14 19:23:29 +01:00
tsconfig.json Lint and format .svelte-files (#417) 2023-09-25 21:06:19 +02:00
versions.json GitButler Integration Commit 2024-02-14 19:23:29 +01:00

Obsidian Quartz Syncer

Parse, upload and sync your Obsidian notes to your Quartz website.

This plugin assumes you have set up a Quartz repository.

Initial Setup

Install the plugin by downloading it from the Release Tab, or through the Obsidian42 Brat plugin.

After installing, open the plugin settings in Obsidian and set your Github Username, the name of your fork of Quartz, and the authentication token.

Don't have an authentication token yet? You can generate it here.

Publishing notes to Quartz

You can click on the icon in the sidebar or launch the Quartz Syncer: Open Publication Center to publish/unpublish notes.

Important

Notes need a publish flag in the notes frontmatter. You can add these with the Quartz Syncer: Add Publish Flag command, or by adding them to the notes properties manually or via template.

The following frontmatter in a note will cause it to be published when opening the Publication Center:

publish: true

The following frontmatter in a note will cause it to be shown in the Publication Center, but not published.

publish: false

The notes will appear in the content folder in your chosen repository.

Credits

This repository is a modified version of Ole's Digital Garden plugin. If you found this project useful and want to support it, please support him instead: Donation link.