vnotex / vnote

A pleasant note-taking platform in native C++.
https://app.vnote.fun
GNU Lesser General Public License v3.0
11.85k stars 1.22k forks source link

Keyboard link navigation #75

Open kartynnik opened 6 years ago

kartynnik commented 6 years ago

Hi, I love the concept of VNote very much, thank you!

I would like to ask if there is a possibility (or a future plan) to allow mouseless hyperlink navigation. For now the only way seems to be keeping hitting Tab until coming to the desired link and then hitting Enter (works in the reading mode only). In Vim mode, this could be a gx implementation, and in general something along the lines of Navigation Mode would be great. If the links could be searched for by prefix (/-like), this would increase link usability even more.

tamlok commented 6 years ago

Hi, thank you for your attention!

  1. Good idea! It is doable to utilize Navigation Mode to navigate through links (both in read and edit mode). I will implement it in the future (at least after implementing the full-text search). :)
  2. What do you mean in "the links could be searched for by prefix"? For now, in edit mode and with Vim mode enabled, we could search within page by prefix /. In read mode, we need to use Ctrl+F as usual.

Thanks!

kartynnik commented 6 years ago

In 2, I was referring to the ability to follow the link just found (whether by / or Ctrl-F).

tamlok commented 6 years ago

Got it! Thanks for your advice!