mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
1dc7647640
* Bug in plugin Ordering Comparing plugin A without a `plugin-priority` field to plugin B with a `plugin-priority= 1` results in the plugins being ordered B, A when it seems like they should be ordered A, B. * Switch to setting a plugin-priority on the built in themes to allow overriding parts of them.
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
{
|
|
"title": "$:/themes/tiddlywiki/vanilla",
|
|
"name": "Vanilla",
|
|
"author": "JeremyRuston",
|
|
"core-version": ">=5.0.0",
|
|
"plugin-type": "theme",
|
|
"description": "Basic theme",
|
|
"plugin-priority": "0"
|
|
}
|