Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a word-by-word diff option #446

Open
james-perretta opened this issue May 20, 2019 · 1 comment
Open

Add a word-by-word diff option #446

james-perretta opened this issue May 20, 2019 · 1 comment

Comments

@james-perretta
Copy link
Contributor

Likely using wdiff and writing a custom find and replace for the [-xxx-] and {+xxx+} markers. Needs to be able to handle those markers potentially being in the original output.

We can probably convert the parsed output into the list format that we currently use so that we can reuse the current html code on the frontend.

@james-perretta
Copy link
Contributor Author

Parsing wdiff output is challenging. It's unclear what the best way to handle occurrences of the start/end markers that happen to be in the original text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant