joshuafontany / TW5-JsonMangler

A JSON extension plugin for TiddlyWiki5
https://joshuafontany.github.io/TW5-JsonMangler/
MIT License
15 stars 2 forks source link

Whitespace deltas in wiki.js patch #19

Open EvanBalster opened 4 years ago

EvanBalster commented 4 years ago

Hello, Joshua! Working on a project (MIDI 2.0 guidebook) that needs to depict JSON schemas with pseudocode examples, and I'm investigating your plugin here. It looks well-suited to my uses.

The wiki.js patch seems to include numerous whitespace-only changes (probably an overzealous text editor converting tabs to spaces or vice versa). I worry these might increase the likelihood of a conflict with future versions of the TiddlyWiki core. (Admittedly ignoring whitespace-only diffs might be a good option for the modloader in the future.)

joshuafontany commented 4 years ago

Hi Evan!

That has been a very strange bug I have not been able to track down. I thought it was due to line-ending settings during git checkouts, and fixing that to match the TW core repo did fix lot, there was always still whitespace chunks I couldn't figure out. Thanks for any help you can provide on that front.