ykdojo / editdojo

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)
https://www.csdojo.io/edit
MIT License
332 stars 98 forks source link

static folder created and htmldiff.js htmldiff.css added #24

Closed haruntuncay closed 5 years ago

haruntuncay commented 5 years ago

Created the static/ folder and added htmldiff library associated files.

Example usage of htmldiff can be found here

Added a js library (static/js/htmldiff.js) to mark differences between to texts. Original js library can be found here. Added the necessary css file (static/css/htmldiff.css) for htmldiff.js library.

ykdojo commented 5 years ago

Thanks. Is there any way we can make this more readable?

haruntuncay commented 5 years ago

Thanks. Is there any way we can make this more readable?

Do you mean non-minified version of .js file, or maybe some other library ? I couldn't find non-minified htmldiff.js, but I can look for other implementations if you like.

ykdojo commented 5 years ago

Yes, I meant a non-minified version of the .js file.