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
Just some questions about the future and possible features. There are some features which jump into my mind, immediately, after having played with your tool:
text wrap in HTML output
when a line of text is longer than the available line space, there should be an option to tell the HTML output to wrap the lines so that the frequent usage of the shift bar can be omitted.
highlight of change details
currently, there is a change highlight for THE ENTIRE LINE, so the user has to look for the detailled change within the line and looses a lot of time doing it. The result screen looks as @aramay showed at the end of issue Instructions for use are lacking... #5 . See this project for an illustration: https://github.com/yebrahim/pydiff .
alternative outputs
currently, there is only an output to HTML in a two-document way. on the left the original text and on the right the changed text. Other output formats like a MARKDOWN-file or PLAIN-TEXT to the console would come handy when trying to use the tool in a tool chain.
one-file output version
currently, there are TWO OUTPUTS, one on the left and one on the right of the results screen. Would it be possible to merge both (the deletions from the original file and the new content from the changed file) into ONE SINGLE output? thus, a kind of change protocol / history could easily be created which always shows the latest content combined with the last changes.
Hi,
I really like your tool 😁
Just some questions about the future and possible features. There are some features which jump into my mind, immediately, after having played with your tool:
when a line of text is longer than the available line space, there should be an option to tell the HTML output to wrap the lines so that the frequent usage of the shift bar can be omitted.
currently, there is a change highlight for THE ENTIRE LINE, so the user has to look for the detailled change within the line and looses a lot of time doing it. The result screen looks as @aramay showed at the end of issue Instructions for use are lacking... #5 . See this project for an illustration: https://github.com/yebrahim/pydiff .
currently, there is only an output to HTML in a two-document way. on the left the original text and on the right the changed text. Other output formats like a MARKDOWN-file or PLAIN-TEXT to the console would come handy when trying to use the tool in a tool chain.
currently, there are TWO OUTPUTS, one on the left and one on the right of the results screen. Would it be possible to merge both (the deletions from the original file and the new content from the changed file) into ONE SINGLE output? thus, a kind of change protocol / history could easily be created which always shows the latest content combined with the last changes.
What do you think?