Furkanzmc / zettelkasten.nvim

A Vim Philosophy Oriented Zettelkasten Note Taking Plugin
The Unlicense
227 stars 10 forks source link

Add support for filtering to note browser #3

Closed Furkanzmc closed 2 years ago

Furkanzmc commented 2 years ago

This should work similar to how vim-dirvish handles filtering so it's easy to sort or filter notes based on simple regular expressions.

Furkanzmc commented 2 years ago

I don't think a separate feature for this is necessary. :help :g already works in the note browser buffer and sorting can be achieved in a similar way as well. There's a new wiki entry for sorting, and maybe one day I'll add one for filtering as well.