TiddlyWiki / TiddlyWikiClassic

TiddlyWiki Classic (not to be confused with TiddlyWiki5: https://github.com/Jermolene/TiddlyWiki5)
https://classic.tiddlywiki.com/
492 stars 114 forks source link

Make recreateOriginal clean up bits from Timimi #308

Open YakovL opened 7 months ago

YakovL commented 7 months ago

Inception: https://github.com/ibnishak/Timimi/issues/27

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.

PengjuYan commented 7 months ago

Thank you @YakovL for creating this issue!

Hope someday I become an TWC expert and join you guys.

YakovL commented 7 months ago

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).