Replies: 1 comment 5 replies
-
Welcome @jrekier! Universal (but basic) integration with LSP
However, it can't provide any custom interface such as the Advanced integration with editor-specific pluginsFor more complex use cases, such as embedding an Specific use cases
You can't do that with
With LSP, For searching in the content of the notes, we will need plugin-specific support, and I think @megalithic planned to add this to Here's how the auto-completion looks like with LSP: zk-autocomplete2.movLet me know if there are other missing features for you with the editor integration, so I know what to prioritize. I'm currently working on creating new notes from the current selection. |
Beta Was this translation helpful? Give feedback.
-
These might be naive questions.
I am unsure of the best way to use
zk
inside a given editor (e.g. vim). When using neuron with its editor integration options, there are ways to 'expand' the name of a link (its 'id') to show the note's title. I find this option crucial to edit and link together notes adequately when using random id's.How would you do that using
zk
?Similarly, what would be the adequate way to insert a link inside an existing note currently being edited ? In previous instalments of neuron.vim, you would simply type a command like
gzi
, which would produce anfzf
window from which you can select the note you wish to insert.I am asking because the above mentioned .vim plugins are now partly deprecated or at least they aren't working for me anymore and I wish to switch to
zk
which appears both more powerful and simpler than other options.Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions