1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-10 22:14:22 +00:00
TiddlyWiki5/core/modules/startup
Jermolene 7c8c5cf745 Fix problem with parsing main UI boot tiddlers
We were parsing the boot tiddlers, making them into a widget and then
refreshing the widget tree. The problem is that subsequent chances to
the boot tiddlers themselves wouldn’t be picked up as part of the
refresh.

Now we indirectly parse those UI boot tiddlers through a transclusion,
which does get refreshed in the desired way.
2014-05-06 10:14:22 +01:00
..
commands.js More refactoring of startup.js 2014-05-05 15:25:51 +01:00
favicon.js Refactoring more of startup.js into modules 2014-05-05 10:17:50 +01:00
load-modules.js Split module loading into a separate startup task 2014-05-03 17:10:55 +01:00
password.js More refactoring of startup.js 2014-05-05 14:41:46 +01:00
render.js Fix problem with parsing main UI boot tiddlers 2014-05-06 10:14:22 +01:00
rootwidget.js Missing dependency 2014-05-05 17:06:24 +01:00
story.js Suppress history when changing the permalink URL 2014-05-05 21:51:54 +01:00
syncer-browser.js Fix problem with syncer not being initialised on server 2014-05-05 14:44:32 +01:00