mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 23:04:50 +00:00
df59269b0d
We were unpacking plugin tiddlers in arbitrary order, and ensuring that later plugins didn't overwrite shadow tiddlers from earlier plugins. Now we'll allow plugins to specify a "pluginPriority" that determines the load ordering. We also explicitly allow shadow tiddlers from later plugins to overwrite shadow tiddlers from earlier plugins. We're setting a base priority on the core plugin, since many plugins will want to control their loading relative to it.
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
{
|
|
"title": "$:/core",
|
|
"description": "TiddlyWiki5 core plugin",
|
|
"author": "JeremyRuston",
|
|
"version": "0.0.0",
|
|
"coreVersion": ">=5.0.0",
|
|
"pluginPriority": "0"
|
|
}
|