git-history
git-history copied to clipboard
Long lines (eg. Markdown documents) get truncated
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.
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
prioritysupport for all financial contributors. Don't forget to addprioritylabel once you start contributing :smile:
This would be especially useful for reviewing manuscript Markdown documents.
VS Code support word warp when writing using CTRL+Z. Maybe you can implement similar approach?