Skip to content
Discussion options

You must be logged in to vote

Thanks for sharing those links. I did get a bit lost in the plugin documentation for a while, but I eventually found my answer.
Let's say you have several notes, where each note represents a project.
Inside these notes, your tasks are organized by week.
You handle this organization by using the week number as a heading, following this format: Year - W[Week Number].
To retrieve the tasks for the current week, you need to use this formula:

filter by function task.heading === moment().format("YYYY[-W]WW")

Let’s take an example: we are currently in week 15. In my 'Project Alpha' file, under the heading "# 2026-W15" , there is a task: 'Set everything up for this week.' Well, the query above…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by louwelyn-jeremy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope: grouping Changes to the grouping capabilities scope: scripting Issues to do with custom filters, custom sorting and similar
2 participants