inkdropapp / inkdrop-vim

Provides Vim modal control for Inkdrop, blending the best of Vim and Inkdrop
https://www.inkdrop.app/
MIT License
101 stars 9 forks source link

add vim-mode:open-link #14

Closed basyura closed 4 years ago

basyura commented 4 years ago

hi.

I want to open link without mouse. So, I added `vim-mode:open-link'. It open link with browser or jump to note.

I define key like this. This is so useful.

'.CodeMirror.vim-mode:not(.insert-mode):not(.key-buffering) textarea':
    'enter': 'vim-mode:open-link'

I tested Windows and Mac. What do you think of this?

craftzdog commented 4 years ago

Hi, thanks for the contribution! It looks great to have. However, I guess it is not related directly to vim keybindings. I'll consider adding a command like editor:open-link!

craftzdog commented 4 years ago

Implemented. editor:open-link will be available on the next release.

basyura commented 4 years ago

Implemented. editor:open-link will be available on the next release.

I'm looking forward to it !