Currently, dataview dynamic queries are not properly rendered in quartz, only in Obsidian.
Someone in the quartz Discord server wrote an Obsidian plugin quartz-syncer, that assumes a bunch of things. Since I want to keep my garden Obsidian-independent, I will need to write some code to make the dataview block render before publishing.
The obvious step is for this to be done in the CICD pipeline, generate a new contenrs
folder and render from there. Maybe need to move the current contents
folder into a vault
(or even different repo and link them?).
Easier alternative, just link the folder? After all, that is all I care about. However that does not seem to work on Obsidian itself so well…