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
@ryu1kn Great tool, thank you. I am comparing two books written in Markdown and the diff file does not word-wrap. The diff file ignores all user settings with regard to word-wrapping. This makes it difficult to compare paragraphs that are longer than 80 letters, because you then always have to scroll left and right.
Am I doing anything wrong? Is this difficult to address?
Thank you...
The text was updated successfully, but these errors were encountered:
Hi @karland , you're right, word-wrap is currently not supported and it would be not easy from Partial Diff point of view... Partial Diff actually relies on VS Code's diff view, and it doesn't support word-wrap at the moment.
@ryu1kn Great tool, thank you. I am comparing two books written in Markdown and the diff file does not word-wrap. The diff file ignores all user settings with regard to word-wrapping. This makes it difficult to compare paragraphs that are longer than 80 letters, because you then always have to scroll left and right.
Am I doing anything wrong? Is this difficult to address?
Thank you...
The text was updated successfully, but these errors were encountered: