Queries in the sidebar can refer to the current page!
  • alexl alexl 1y ago 100%

    You are welcome!

    3
  • Queries in the sidebar can refer to the current page!
  • alexl alexl 1y ago 100%

    Does this work in the right sidebar for you? For me it does:

    {{query (and <%current page%> (todo todo doing waiting))}}

    P.S. delete the word "doing" if you don't want to see the DOING tasks.

    2
  • Queries in the sidebar can refer to the current page!
  • alexl alexl 1y ago 100%

    Assuming you tag the top of an index as [[index]]:

    1. Current page in indexes:

      {{query (and [[index]] <%current page%> (not (page <%current page%>)))}}


    1. Indexes present in the current page:

      {{query (and [[index]] (page <%current page%>))}}


    1. Notes about the current page:

      {{query (and [[Note]] <%current page%>)}}


    1. Current page as "author" of something:

      {{query (property author <%current page%>)}}

    3