I can’t do anything from my end. I am not able to reproduce the behavior. Please keep me in the loop if you reach out to anyone else. Maybe I need to change/fix something on my end that I am not aware of.
HI @schemar - I didn’t see in the instructions or in this thread so forgive me if I’m just overlooking it. But how do I ‘see’ all my tasks in a single location. Do I need to manually create a new note titled ‘Tasks’ and they’ll magically show up?
I have been using obsidian in a pretty crude way for the pas 6 months to manage my life and now I am stepping it up and automating as much as possible, and I have to say, this plugin is a life saver !
I am a bit puzzled with the behavior of filters regarding due date, I don’t find a way to exclude tasks with no due dates from my queries.
I am building a dashboard note were I use queries to summarize relevant tasks for the day and I want to have a section were tasks starting today are shown, but when I do this all tasks with no start date are shown.
I am currently using tags in the description to separate those tasks, but it would really be nice to have the possibility to exclude tasks with no start dates from queries (and maybe the same for due dates and scheduled dates)
From your specific use-case, it sounds a bit like you are mixing up “start” and “scheduled” dates. Did you read the documentation on dates? “Start” dates are used to denote a task as “blocked until”. So if a task isn’t “blocked” (has not start date), it shows up when you filter by start date.
On the other hand, you can “schedule” a task on a date where it should be relevant.
In your dashboard, you can, for example, filter by scheduled before tomorrow to get all dates that are scheduled today or earlier.
Hope this helps! The official documentation may also help!
I wanted to use tasks without start dates as placeholder for things I now I have/want to do someday but I have no idea yet as when I’ll will actually count it as “started”.
I have indeed read all the documentation and adding #not_started is the only way I have to do what I want for the moment (So that’s not really a big issue haha)
What bothered me a bit is that any tasks without start day is shown when I put “starts today” in the filter. Which is a bit weird for me as if a tasks has no start date it doesn’t mean it starts today.
I think it would be nice to have the possibility to filter out tasks with no start date from queries. I’ll put the suggestion on the github !
Hey there! I don’t know if this is too lazy - but I am just wondering if there is a way to “outcomment” lines in the tasks query so that they are inactive. Anybody who could help me with that?
You can create the task in any note you want. Just go to that note and make the Task.
You can use Tasks queries to gather a list of all tasks in one note. So if you do have tasks scattered across different notes, you can create a single task list. Or even several lists. I have lists for due today, tomorrow, and next week, and for some projects, I have lists of every task for that project.
Is there a way to display tasks in the right-side panel based on the due date or the location for example? I could have sworn I had it listed another way other than just a list of all tasks.
Thanks, @austin - I have a lot of tasks that don’t have due dates (or any dates) attached to them.
I would ultimately like to see all tasks across Obsidian (not completed) listed in the right-side panel
separated by note location OR better yet
by tag
It would be so helpful to toggle the ride sidebar to list tasks in different views.
by due date / start date
by tag
by note location
by priority
etc.
I thought I saw there was a way to do this in the sidebar but I’ve read this whole thread and the git pages and can’t find anything about it.
If you think of the toggle as a kind of navigation, you can make notes for each Tasks. View you want to see, and then add links show each view.
A list of links like:
Due today+overdue | Due tomorrow | Due over next week | No due date
I have notes for the above and toggle through them to see different views of my tasks on the regular.
For some projects where I want to see all tasks for a certain project, I add a three-character code to the task description, so I can grab them in a query. For example, for one site, I use “PxD”. A recent task was, “Update PxD footer”, and another was “Remove PxD newsletter signup”.
On my note for PxD, I use a Tasks query to lis5 all Tasks with “PxD” in the description, so I have a consolidated view of all Tasks associated with that project.