it-tools
it-tools copied to clipboard
[FEAT] Text diff update with word wrap
What type of request is this?
New feature for an existing tool
Clear and concise description of the feature you are proposing
Hey, love this project! Great Job!
I have one idea to implement for "Text diff" tool - word wrap. Sometimes I need to compare code with a loooooong lines and would be better to have a word wrap enabled. I think it could be implemented via check mark in UI to give user a choice between wrapped and unwrapped text.
Cheers!
Is their example of this tool in the wild?
No response
Additional context
No response
Validations
- [x] Check the feature is not already implemented in the project.
- [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [x] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Hi @GAS85 implemented here : https://sharevb-it-tools.vercel.app/text-diff
Thanks! Really appreciate it!