naps62 / zk

A simple zettelkasten setup using Vim, fzf and ripgrep
29 stars 6 forks source link

A little hint please on function - interactively select multiple notes in fzf #3

Open plum opened 1 year ago

plum commented 1 year ago

This is great stuff, wow! Thanks.

I'm still trying to get to grips, and have reviewed the detailed help given at the command line, per command ; thanks.

q. When 'interactively' drawing up a list in fzf with, E.G. $ zk graph -f json -i how do select form the list of notes?

Tab doesn't select a note to add to a multiple selection, and get on pressing return, '1 note selected'. In short, I can't find a way to select multiple notes.

I'm possibly missing some instruction, although I do have experience of selecting multiple notes in fzf scripts with tab, as for example , in the kazhala/dotbare script. There, the notes selected one at a time will change in colour at the > mark in fzf, and multiple notes get selected for further processing. I expected something similar in order to construct a graph in the next process, when pressing enter.

Thanks, John