Pagetag Query on the Journal Page

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 :slight_smile:

Same: Query works fine on its own, but not as default-query

1 Like

Thank you for pointing this out, I was not aware about the existing topic.