You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presumable solution: recreateOriginal should find div#tiddlyfox-message-box and script[src=patch-classic-io.js] (may be multiple ones) and remove them. The details of how to and whether this will work are to be figured yet.
Note: the patch-classic-io.js script is expected to be removed from the head already, so may be this should be fixed on the Timimi side instead.
check if removing the script via script.remove gives the desirable effect (if yes, debug Timimi; otherwise, try other methods or remove on TW side)
remove div#tiddlyfox-message-box anyway (TiddlyFox is probably affected as well)
The text was updated successfully, but these errors were encountered:
Thanks, Pengju. Ask questions if you'd like to dive into TW dev, either plugins or the core (the Google Group is probably the best place for that for now, but if there's enough interest, I'll consider opening discussions inside this Github repo).
There are also old dev docs, and I've even created some articles about git and Github there, but they are in fact in terrible condition, with tons of outdated articles, but most importantly they lack many useful ones and clarity/consistency. Updating them will require a plan and some approach that allows making one step at a time and is rewarding, instead of getting buried under an avalanche of "debt edits".
Presumably, the Dev.Plugins tiddler seems to be the place to start from (something like "Your first plugin" thing). Asking simple questions will help. If you'd like to propose edits, you can use github (currently, the html file is the source of truth, unlike for the main site).
Inception: ibnishak/Timimi#27
Presumable solution:
recreateOriginal
should finddiv#tiddlyfox-message-box
andscript[src=patch-classic-io.js]
(may be multiple ones) and remove them. The details of how to and whether this will work are to be figured yet.Note: the patch-classic-io.js script is expected to be removed from the head already, so may be this should be fixed on the Timimi side instead.
script.remove
gives the desirable effect (if yes, debug Timimi; otherwise, try other methods or remove on TW side)div#tiddlyfox-message-box
anyway (TiddlyFox is probably affected as well)The text was updated successfully, but these errors were encountered: