mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
1.7 KiB
1.7 KiB
| title | author | date | lastmod | draft | |
|---|---|---|---|---|---|
| quartz (software) |
|
2024-06-30T05:14:00-04:00 | 2024-07-02T17:17:08-04:00 | false |
GitHub - jackyzha0/quartz: 🌱 - What my note site is built in, essentially a SSG (static site generator) meant to look similar to Obsidian's published sites (which costs money, since they host it for you). Amusingly Obsidian seems to sponsor it, which is their competition which confuses me. Commoditize your complement?
Anyways I plan to use this for ideas / add-ons / goals wrt to my site too.
Quartz
- Figure out how plugins work
- ezpz
- Accomodate org-roam / org-mode more
- TIL tag (new idea)
- TODO/KILL/OK blah blah, etc. support - ox-hugo exports the CSS, it just doesn't exist on the quartz side
- Maybe some CSS header movement, make it look more org-like, bullets, etc. - give it my own vibe
- The big issue with this is how do I stop remark from screwing with the html, it basically strips out half the stuff ox-hugo does.
- Figure out why sort / emojis don't work inside folders
- Okay, that was me being dumb and not noticing it used two explorers, extracted to function then reused.
Already Done
- In toc.ts I added a helper function to strip HTML, this is because if you add a subheader tag in ox-hugo, it'll add a <span> with the tag, and the toc would convert it ot something like:
<a href="#index-span-classtagspan-classmoviesmoviesspanspan" data-for="index-span-classtagspan-classmoviesmoviesspanspan">Index <span class="tag"><span class="movies">movies</span></span></a>