srid / neuron

Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote)
https://neuron.zettel.page
GNU Affero General Public License v3.0
1.52k stars 150 forks source link

Keyword intersection query #509

Closed dpwiz closed 3 years ago

dpwiz commented 3 years ago

I'd like to have listings for pages that contain tag intersections, like "pages about a package that is related somehow to vulkan ecosystem. Or "game that has multiplayer aspect".

[[z:zettels?tag=package&tag=vulkan]]

[[z:zettels?tag=game&tag=multiplayer]]

And on "multiplayer" page, have a list of everything about multiplayer: packages, games, tutorials etc. (this is solved by tags as they are now)

Current syntax only has "union" lists and I could not find other valid options.

srid commented 3 years ago

Dup? https://github.com/srid/neuron/issues/358

dpwiz commented 3 years ago

Ah, yes. Missed it somehow.