I’ve been trying to create a smart group which will find all markdown files with incomplete todo’s in them. I use Obsidian for daily notes as well as general knowledge management but I find I miss todo’s from previous days too often.
I tried creating a Smart Group which indexes the Obsidian vault with the following search and it never returns any results:
All - Content contains “- [ ]”
When I try the following search it works but this is the opposite of what I want (Completed todo’s):
All - Content contains “- [x]”
How can I force the search to look for a space between two square brackets?
I was able to try this solution in Obsidian today with no luck. Seems like Obsidian loses the ability to ‘check’ the checkbox if unknown characters are between the brackets - I think the todo syntax is pretty standard for markdown documents so not too surprised.
Fair enough about it not being in the original Markdown standard - I guess I should have been more specific regarding what I was looking at (Extended Syntax from markdownguide). I guess we’ll just agree that DEVONThink won’t be the solution to my problem - I’ll figure it out within Obsidian.