neuron-v2.vim icon indicating copy to clipboard operation
neuron-v2.vim copied to clipboard

📝 Manage your Zettelkasten in {n}vim.

Results 5 neuron-v2.vim issues
Sort by recently updated
recently updated
newest added

Is it possible to show `[[Link title]]` instead of `[[ce134357]] Link title`? As a writer I don't care about the ID.

enhancement

Thanks for the work on the plugin. When I hit the plugin commands, they fail, with messages such as, for gzz Error detected while processing function neuron#edit_zettel_select: line 7: E117:...

Added a variable to specify the command used for zettel content search, which allows replacing `ag` with any grep-like tool. If the variable is not defined, `ag` is used like...

If `.` is present inside note ID it throws `index out of range` error in `float_zettel_title_under_cursor` function

Per the [neuron documentation](https://neuron.zettel.page/query.html#fast-querying), we can likely see significant performance improvements with large zettelkastens if we run `neuron gen` as a background/daemon process and use `--cached` on query commands. We...

enhancement