Obsidian, Quartz 4 and Open Source w/ Jacky Zhao - YouTube Just as an alternative I want to dig into quartz and see whether the limitatons of publish would be gone. How to publish your notes for free with Quartz - YouTube

Installing quartz

Welcome to Quartz 4

First test looks promising. SO maybe I am going to tinker with a second version.

Following the guide to deplay on github and cloudflare Title Unavailable | Site Unreachable

https://quartz.pensivechapters.org CNAME added

Title Unavailable | Site Unreachable

From Jochen (2025-02-20 @ 15:59+01:00 GMT): I removed the hardlink to my vault. Instead I am using the code below. I built a simple batch file to run the build command and pull the files from my vault. This removes the friction. I am also testing the plugin “shell command” to call the commands from within obsidian. I realized that I have new content in the public folder but not in the content folder. So the Cloudflare Page doesn’t see changes. I added a xcopy /S to my batchfile. So first I copy my files over to the quartz content foler, then build and then sync Done!

From Jochen (2025-02-20 @ 12:57+01:00 GMT):

"scripts" {
  "build": "npx quartz build --directory=/path/to/my/Obsidian/vault",
  "serve": "npx quartz build --serve --port 8888 --directory=/path/to/my/Obsidian/vault"
}

From Jochen (2025-02-20 @ 08:40+01:00 GMT): Well for now this doesn’t seem to work on windows. There is just an empty app and the content folder isn’t pused to github. For now I am resting the project. As it is too time consuming. I mit try this on my Mac where no one reported this error.