knsh14 / vim-github-link

generate github link from selected lines in vim
MIT License
62 stars 15 forks source link

Fix GitHub line links in documentation formats #16

Closed omertuc closed 2 years ago

omertuc commented 2 years ago

Check for doc extensions and add ?plain=1 query parameter, because otherwise GitHub ignores the line highlight and just renders the entire document

e.g.

https://github.com/knsh14/vim-github-link/blob/6168ee5ca12d7162508fe8f8ef49dca6668d2db0/README.md?plain=1#L25

vs

https://github.com/knsh14/vim-github-link/blob/6168ee5ca12d7162508fe8f8ef49dca6668d2db0/README.md#L25

omertuc commented 2 years ago

You can test this with https://github.com/omertuc/github-doc-formats/

knsh14 commented 2 years ago

@omertuc thank you!!!! I will merge it