tokenshift / obsidian-page-gallery

Generates a gallery based on selected page contents.
MIT License
64 stars 2 forks source link

FR: using obsidian's built in filtering for the filter bar #71

Open Mateo-EBA opened 2 months ago

Mateo-EBA commented 2 months ago

Being able to use obsidian's built in filtering for the filter bar would allow for more complex filtering on the fly, without having to touch the codeblock everytime I want to search for a particular subset of notes.

For example, I could setup a gallery with all my notes on a specific tag, and using the filter bar I could choose only files that DON'T include some other tags.

Basically, it would allow more complex "AND", "OR", "NOT" logic.