jackyzha0 / quartz

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

Detect links in properties #820

Open jorgegomzar opened 9 months ago

jorgegomzar commented 9 months ago

Is your feature request related to a problem? Please describe. In my Obsidian notes, I have a lot of links set in the properties as text or lists.

But when serving the same file using Quartz, it does not detect all these links from Obsidian properties -> here

Describe the solution you'd like If quartz could parse these links from Obsidian properties, the Graph view would display these links as Obsidian does.

Describe alternatives you've considered

Additional context

imagen imagen
jorgegomzar commented 9 months ago

I tried creating my own transformer to copy all properties with links from the YAML to the Markdown body. This is how it looks now:

imagen

Will create soon a PR!

0atman commented 1 month ago

Thanks for the PR @jorgegomzar ! Though it's been closed, it still applies cleanly to my current quartz install, which I'll use until official support is provided. :tada:

estepankevich commented 2 weeks ago

Thanks a lot @jorgegomzar. Your PR works perfectly for me, I used tags as links in the front matter and your temporary solution worked out of the box !