It’d be great to be able to search for lines matching search terms rather than entire documents.
E.g., searching for Licat "- [ ]"
would return:
// SomeFile.md
- [ ] Ask Licat about search per line
but would not return:
// SomeOtherFile.md
Licat said something
- [ ] Some unrelated TODO
This could have many uses, but personally for me it’d enable a TODO flow described here: How do you handle tasks in Obsidian?