-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: show TODOs only from specific file/files #73
Comments
Especially the regex idea. I have a bunch of templates that have checklists in them, so it would be great to be able to exclude those files. |
+1! I have a list of movies that I want to watch, but they don't necessarily belong in my todo list. Some kind of simplified regex and/or allow me to add a comment, like |
I like this Idea too. It propably also would help with performance. I'm thinking of two optional regex filters in the settings to exclude and include files that match. |
This would be great feature to use when setting up templates. I currently create default to-do's in a template and have to mark them as complete to exclude from the Todo pane. I tend to miss unchecking them in the note where the template is applied to. |
It would be amazing if there was an option to limit the TODOs only to specific file or files. I used to use daily notes for this but it didn't work well with Obsidian staying constantly in the background so now I just have one TODO file where I keep everything.
Alternatively, to make this feature broader in scope, it would be nice to be able to provide a regex/expression for which files should be taken into an account when displaying the TODOs. This way we could filter out notes using other plugins (Daily planner) or other local nested tasklists (this plugin doesn't support nesting so my TODOs are a list of disjointed random topics right now)
The text was updated successfully, but these errors were encountered: