obsidian-leaflet
obsidian-leaflet copied to clipboard
Explore possibility of using Obsidian query language to find markers
Currently it is not exposed in the API.
Incremental Writing seems to use it in this function:
https://github.com/bjsi/incremental-writing/blob/beb3e9ebca9104a672bcbfb99d57e482169524e3/src/main.ts#L93
Heretic question: Do we really need yet another query possibility? What would be the advantages?
One advantage - exclusions.
Imagine:
query: tag:tag1, -tag:tag2, path: Folder/Folder 2
This is not feasible until https://github.com/obsidianmd/obsidian-api/issues/22 is complete.