jackyzha0 / quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
https://quartz.jzhao.xyz
MIT License
7.12k stars 2.51k forks source link

Be able to use obsidian themes as-is #675

Open JxJxxJxJ opened 10 months ago

JxJxxJxJ commented 10 months ago

Right now The theme I use for Obsidian does more than what is possible in quartz.config.ts. I'll try to name few things:

  1. Header colors can't be differentiated it between levels In Quartz image In Obsidian image
  2. Differentiating text color like this and from regular header color image

And more... Both of these came from the lack of granular control. Right now the solution would be using a separate .css file and doing it manually.

The best case scenario I think would be just being able to use Obsidian themes here, and reading all stuff necessary (borders, hover effects, etc) from that.

Here's the theme just in case it helps. https://pastebin.com/cLxhCxE4

TheToby1 commented 2 months ago

Is this likely to be worked on in the near future? Just looking at the note publishing options and this would be the only thing I'd be missing in Quartz.