git-history icon indicating copy to clipboard operation
git-history copied to clipboard

Long lines (eg. Markdown documents) get truncated

Open nyanpasu64 opened this issue 6 years ago • 3 comments

Long lines of text get truncated.

For example, In https://gitlab.githistory.xyz/nyanpasu64/exotracker-cpp/blob/master/README.md, the Credits section has some long lines which get truncated. This is especially visible at timestamp on Sun Oct 13 2019.

I think the best solution is to either add horizontal scrolling (which interferes with the current keyboard shortcuts of using left/right to scroll between timestamps), or to enable word wrap.

nyanpasu64 avatar Nov 07 '19 01:11 nyanpasu64

Hey @jimbo1qaz :wave:,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider contributing financially.

https://opencollective.com/git-history

PS.: We offer priority support for all financial contributors. Don't forget to add priority label once you start contributing :smile:

This would be especially useful for reviewing manuscript Markdown documents.

dleeftink avatar Sep 18 '20 05:09 dleeftink

VS Code support word warp when writing using CTRL+Z. Maybe you can implement similar approach?

yasirroni avatar Dec 13 '21 17:12 yasirroni