ivan-lednev / obsidian-day-planner

An Obsidian plugin for day planning with a clean UI and a simple task format
MIT License
1.93k stars 485 forks source link

Request: Add the ability to filter out timestamps that do not belong to a task #472

Open Sammmmm opened 3 weeks ago

Sammmmm commented 3 weeks ago

If there is a way to do this with the existing filter, please let me know nothing I have tried is working.

It seems that all timestamps in the daily log, not just tasks are included in the day planner. I would like syntax or a setting to filter out timestamps -- particularly ones not part of a a task/checkbox markdown syntax -- or a section of the daily log.

Reasoning: I use a quick action to capture a daily 'log' of thoughts and actions to my daily note, formatted like this:

image

I also use the day planner to add tasks

image

The issue is, the day planner treats all timestamps as tasks, even if they aren't created using the task/checkbox markdown syntax:

image

I would like a way to filter out timestamps that aren't part of a task, since these don't need to show up on my day planner as tasks and break the flow of the now/next status

Sammmmm commented 3 weeks ago

It turns out anything other than time immediately preceding the bullet point breaks this pattern.. using dataview (time::11:30) instead makes it not show up and works for me.