Hey,
i use pagetags (tags:: MYTAG) to tag current projects. To always have an overview of all current projects on sight, I want to add these to the journal page via
:default-queries
{:journals
in the config.edn file. However, I can not make it work.
I have tried multiple queries that work as a block, but they do not show up when used under “:default-queries”. Using:
{:title "📁 PROJECTS"
:query (page-property :tags "projects")}
shows the title, but no entries.
Does anyone know how to do this?
Thank you ![]()