neuron.nvim icon indicating copy to clipboard operation
neuron.nvim copied to clipboard

Make neovim the best note taking application

Results 21 neuron.nvim issues
Sort by recently updated
recently updated
newest added

hi there, I have a idea for easier linking between documents. instead of using 'gzZ', which is only placing the ID of the telescope result into vim, it would be...

Packer support a wide variety of installation options, and in particular [dependencies](https://github.com/wbthomason/packer.nvim#quickstart) That would be really clearer to use this syntax in the README, since it was created for that...

Thought I'd propose some quick edits I made to the plugin for opening zettel links with alt names. I also improved the way zettels are edited by using the `json.Path`...

Hi Thanks for the plugin! I have been enjoying it. I noticed a small thing which might be useful to all people but apparently its not there right now. The...

I want to use the dirtree plugin of neuron. If I do gzZ it finds the notes that are inside my subfolders and inserts the link. But when I press...

I hacked together a quick method to automatically detect Neuron directories (relative to the cwd), using `plenary.scandir`. ```lua local nf = require'plenary.scandir'.scan_dir('.', { search_pattern = "neuron.dhall", hidden = false, depth...

We could have an option to create the link when we press ENTER if it doesnt exist [current behaviour](https://github.com/oberblastmeister/neuron.nvim/blob/9c85f892f2f50a4e546950edd8fa41ac0d602549/lua/neuron.lua#L67) ``` E5108: Error executing lua ...bouziaab/.config/nvim/plugged/neuron.nvim/lua/neuron.lua:67: There is no link under...

This does two things to the `neuron_dir` configuration argument before using it in the autocmd path match for setting up mappings: 1. Resolves the real path; this is necessary if...

This one is a bit tricky to describe. To start off - this only happens while adding new text to a zettel. If I save it and then delete and...

Is there a recommended way of using the plugin under WIn10? I have neuron installed under WSL2 and its working quite well on its own. Only the interplay between neuron...