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

Backlink view

Open NullSense opened this issue 5 years ago • 3 comments

Some sort of backlink view would be nice, kind of like either org-roam does it https://github.com/org-roam/org-roam

or how obsidian does it https://obsidian.md/features

EDIT: inspiration- https://github.com/ihsanturk/neuron.vim/issues/7

NullSense avatar Jun 18 '20 15:06 NullSense

Related neuron change that is required to implement this feature: https://github.com/srid/neuron/pull/216

srid avatar Jun 18 '20 15:06 srid

^^ was merged

justinmoon avatar Jul 31 '20 23:07 justinmoon

I've added some support for backlinks on https://github.com/fiatjaf/neuron.vim, but I'm not sure how to do the best UX for it.

It is currently a crappy nvim virtual text on the first line telling how many backlinks you have and a gzZ keyboard map that opens a fzf search window with only the backlinks.

I wish I knew how to do a super fancy vim floating window or something.

fiatjaf avatar Sep 13 '20 16:09 fiatjaf