joshuafontany / TW5-JsonMangler

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

Area Text Editor Engine does not use the normal Set Methods #4

Closed joshuafontany closed 5 years ago

joshuafontany commented 5 years ago

$:/core/modules/editor/factory.js

This uses a really neat callback update function that changes depending on if the target is an index or a tiddler/field. Unfortunately, that skips around TW's other write mechanisms, so I missed it. Will probably need a Mod-loader Patch or an entirely new $:/core/modules/editor/factory.js.

Note to self: Pull request to @Jermolene/TiddlyWiki5 that makes these read/write methods part of $tw.utils. so that they can be overwritten (thus no patches)?? Need to read up on how that would work.

joshuafontany commented 5 years ago

Should be fixed in v2.0.6 with the new TW5.1.20 patches. Closed.