obsidian-leaflet icon indicating copy to clipboard operation
obsidian-leaflet copied to clipboard

Explore possibility of using Obsidian query language to find markers

Open valentine195 opened this issue 3 years ago • 3 comments

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

valentine195 avatar Jul 25 '21 20:07 valentine195

Heretic question: Do we really need yet another query possibility? What would be the advantages?

Moonbase59 avatar Jul 27 '21 14:07 Moonbase59

One advantage - exclusions.

Imagine:

query: tag:tag1, -tag:tag2, path: Folder/Folder 2

valentine195 avatar Jul 27 '21 14:07 valentine195

This is not feasible until https://github.com/obsidianmd/obsidian-api/issues/22 is complete.

valentine195 avatar Aug 26 '21 13:08 valentine195