Replies: 3 comments 3 replies
-
This is a bit out of scope for the project. But you can (natively in Neovim) use It would be interesting to have some fallbacks with the |
Beta Was this translation helpful? Give feedback.
3 replies
-
You could read the text under the cursor and see if it's a note reference.
If so then handle accordingly. Otherwise pass it over to vim's gx handler
…On Tue, May 23, 2023, 9:14 AM Mickaël Menu ***@***.***> wrote:
Yeah actually this is what gx does, as far as I know, so that could work.
—
Reply to this email directly, view it on GitHub
<#132 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7DKZ7ASQZGV57ZQ7M2MNDXHSZ2LANCNFSM6AAAAAAYLXUY24>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm using MkdnFlow for navigation, which provides a kind of universal follow link for citations, URLs and notes. There is probably many overlapping features with zk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verify
Share your idea or feature request
In the README there is a mapping (
map("n", "<CR>", "<Cmd>lua vim.lsp.buf.definition()<CR>", opts)
) to open the link under the caret but it doesn't open URLs and other files like images. Is there an alternative that can open links other than markdown files?Beta Was this translation helpful? Give feedback.
All reactions