nvim-neorg / neorg-telescope

Telescope.nvim integration for Neorg
GNU General Public License v3.0
187 stars 24 forks source link

[Feature Request] Possibility to search using metadata #26

Open Fymyte opened 1 year ago

Fymyte commented 1 year ago

It would be very nice to have a way to find every file with a given tag, author, description or date

We would have to search in each document in the current workspace (or even across workspace maybe ?) for every key-value pair (it already have detailed parsing with treesitter so I suppose it wouldn't be too complex)

Searching in a wiki would be eased a lot

max397574 commented 1 year ago

I'll have to see when I can find time to implement this until then you could use telescope live grep I think

apraga commented 1 month ago

That would be a great addition :)