axieax / urlview.nvim

🔎 Neovim plugin for viewing all the URLs in a buffer
MIT License
232 stars 5 forks source link

Link hints #58

Open agenbite opened 9 months ago

agenbite commented 9 months ago

This project is great, I'm so happy it exists!

Wouldn't it be great to have a functionality in the lines of link-hint.el? That is: being able to mark all the links shown on page, tag them with a letter and then being able to directly "click" on them by just pressing the corresponding letter.

axieax commented 9 months ago

Hi, thanks for your suggestion! It seems like this may be beyond the scope of this plugin, but just wondering if you'd be able to achieve this use case with the following features:

  1. All buffer URLs highlighted with treesitter by default
  2. Can navigate to the desired one by jumping with ]u or [u