You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the work invested on this plugin, and for sharing it with us!
The issue
Quickly navigate to a markdown TOC item corresponding section using vim line numbers: 35g
The feature
Provide the hability for the vim-markdown-toc to add the relative item line number before or after each TOC item.
Providing an option like:
let g:vmt_add_line_number_reference = 1
...that would add the line number and deliver something like this:
<!--- vim-markdown-toc GFM -->
line 5 * Introduction
line 35 ** How To Install
line 45 ** Hello World
<!-- /vim-markdown-toc -->
With a feature like that would be super cool quick and easy to navigate within the markdown file with vim native support.
I appreciate your time on considering that!
The text was updated successfully, but these errors were encountered:
rossijonas
changed the title
[Feature Request] Option to add line number on TOC generation, for qick item navigation (ex.: 35g)
[Feature Request] Option to add line number on TOC generation, for qiuck item navigation (ex.: 35g)
May 19, 2020
rossijonas
changed the title
[Feature Request] Option to add line number on TOC generation, for qiuck item navigation (ex.: 35g)
[Feature Request] Option to add line number on TOC generation, for quick item navigation (ex.: 35g)
May 19, 2020
First of all, thank you for the work invested on this plugin, and for sharing it with us!
The issue
Quickly navigate to a markdown TOC item corresponding section using vim line numbers:
35g
The feature
Provide the hability for the
vim-markdown-toc
to add the relative item line number before or after each TOC item.Providing an option like:
let g:vmt_add_line_number_reference = 1
...that would add the line number and deliver something like this:
With a feature like that would be super cool quick and easy to navigate within the markdown file with vim native support.
I appreciate your time on considering that!
The text was updated successfully, but these errors were encountered: