openl-tablets / openl-git-plugin

0 stars 1 forks source link

Diffing result as text(not clicable html) #1

Open mondhs opened 3 years ago

mondhs commented 3 years ago

Provided plugin is great for online when Webstudio is running. It brings clickable html result that is great, but hard to do diff with tooling.

Please, provide ability webstudio or jar return also json(or csv or other text) of what changed.

mondhs commented 3 years ago

Currently I use another approach use xlsx2csv. Based on https://stackoverflow.com/questions/20069976/setup-git-diff-for-special-file-types Idea