Alex L
Mastodon: @[email protected] / https://pkm.social/@alexl
- 4 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 17th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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.
Assuming you tag the top of an index as [[index]]:
-
Current page in indexes:
{{query (and [[index]] <%current page%> (not (page <%current page%>)))}}
-
Indexes present in the current page:
{{query (and [[index]] (page <%current page%>))}}
-
Notes about the current page:
{{query (and [[Note]] <%current page%>)}}
-
Current page as “author” of something:
{{query (property author <%current page%>)}}
-
You are welcome!