jackyzha0 / quartz

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

showTags in Graph View #1248

Closed Quasaur closed 1 week ago

Quasaur commented 1 week ago

i droped the code you provided here:

https://quartz.jzhao.xyz/features/graph-view

...into the quartz.layout.ts, thinking that it would remove the display of tags from my Graph View:

quasaur.github.io/thoughts

...it did not; what am i doing wrong?

perhaps a button or switch in the UI might be easier...???

Thanks!

jackyzha0 commented 1 week ago

you need to edit the component passed to the layout not add a new entry

i.e., you need to edit https://github.com/Quasaur/thoughts/blob/v4/quartz.layout.ts#L33