1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +00:00
TiddlyWiki5/core/modules/startup
Jeremy Ruston 1c23059204
Dynamic loading/unloading of plugins (#4259)
* First pass at dynamic loading/unloading

* Show warning for changes to plugins containing JS modules

* Use $:/config/RegisterPluginType/* for configuring whether a plugin type is automatically registered

Where "registered" means "the constituent shadows are loaded".

* Fix the info plugin

The previous mechanism re-read all plugin info during startup

* Don't prettify JSON in the plugin library

* Indicate in plugin library whether a plugin requires reloading

* Display the highlighted plugin name in the plugin chooser

And if there's no name field fall back to the part of the title after the final slash.
2019-09-16 12:15:39 +01:00
..
browser-messaging.js Browser messaging: suppress logging 2019-05-02 20:21:58 +01:00
commands.js Report command errors through $tw.utils.error 2014-10-21 19:31:50 +01:00
css-escape-polyfill.js CSS.escape as startup module (#3574) 2019-06-26 12:31:22 +01:00
favicon.js Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
info.js Dynamic loading/unloading of plugins (#4259) 2019-09-16 12:15:39 +01:00
load-modules.js Add indexes to the wiki store to improve performance (#3951) 2019-05-24 21:07:37 +01:00
password.js added localisation for encryption dialog & de-DE translation 2015-03-18 18:52:33 +01:00
plugins.js Dynamic loading/unloading of plugins (#4259) 2019-09-16 12:15:39 +01:00
render.js DynaView plugin: add optional scroll position preservation 2019-01-11 17:50:52 +00:00
rootwidget.js Add "preventScroll" option to tm-focus-selector message (#4157) 2019-08-06 13:12:21 +01:00
startup.js Fix default language 2019-03-07 18:46:24 +00:00
story.js Core: Allow startup navigation to be suppressed 2019-03-04 16:59:15 +00:00
windows.js Allow tm-open-window to specify a page title 2019-07-04 15:59:34 +01:00