1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 04:03:16 +00:00
TiddlyWiki5/core/modules/startup
jeremy@jermolene.com c24d1ef4fb Codify implicit startup module dependency
Previously, the implicit sort ordering of modules ensured that the "plugins" startup module ran before the "startup" startup module. That no longer holds when experimenting with alternate stores that might use a subtly different collation order (eg $:/core/modules/startup.js vs. $:/core/modules/startup/commands.js), so it's more robust to explicitly specify the dependency
2023-06-30 10:50:28 +01:00
..
browser-messaging.js Fix crash when closing plugin library 2022-07-31 15:35:14 +01:00
commands.js Report command errors through $tw.utils.error 2014-10-21 19:31:50 +01:00
favicon.js style(App) eliminate whitespace at the end of code lines (#5735) 2021-05-30 19:20:17 +01:00
info.js Add support for $:/info/darkmode (and for dynamic info tiddlers) 2020-11-24 19:01:33 +00:00
load-modules.js Add support for utils-browser modules 2021-02-22 12:11:39 +00:00
password.js added localisation for encryption dialog & de-DE translation 2015-03-18 18:52:33 +01:00
plugins.js Codify implicit startup module dependency 2023-06-30 10:50:28 +01:00
render.js Fix: only refresh styles if the CSS has changed (#6537) 2022-03-17 21:19:49 +00:00
rootwidget.js Add tm-http-request message for making HTTP requests (#7422) 2023-06-13 10:35:55 +01:00
startup.js add a hidden config to disable Syncer logging to the console (#7049) 2022-11-20 17:26:14 +00:00
story.js Fix anchor links do not work with addressbar=permalink and animationduration=0 2022-07-05 18:39:14 +01:00
windows.js Improve affordances for new browser windows (#6498) 2022-03-02 17:34:02 +00:00