mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-24 21:41:02 -08:00
* 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.
9 lines
201 B
Text
9 lines
201 B
Text
{
|
|
"title": "$:/themes/tiddlywiki/vanilla",
|
|
"name": "Vanilla",
|
|
"author": "JeremyRuston",
|
|
"core-version": ">=5.0.0",
|
|
"plugin-type": "theme",
|
|
"description": "Basic theme",
|
|
"plugin-priority": "0"
|
|
}
|