iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.82k stars 284 forks source link

[Feature Fequest] click the text in browser and gvim jumps to the text location, accordingly. #586

Open kgfly opened 1 year ago

kgfly commented 1 year ago

Assume there is a large md file.

Currently, click the text in gvim, browser jumps to the text location accordingly.

Feature fequest: click the text in browser and gvim jumps to the text location accordingly.

This is a very convienient feature for large MD file. Vscode currenlty offers such capablity.

Not sure if it's doable in this vim plugin.

Thanks.