1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
TiddlyWiki5/themes/tiddlywiki/snowwhite/plugin.info
Matt Lauber 1dc7647640 Add plugin-priority fields for core plugins (#3113)
* 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.
2018-03-20 21:05:07 +00:00

11 lines
274 B
Plaintext

{
"title": "$:/themes/tiddlywiki/snowwhite",
"name": "Snow White",
"author": "JeremyRuston",
"core-version": ">=5.0.0",
"plugin-type": "theme",
"description": "Emphasises individual tiddlers",
"dependents": ["$:/themes/tiddlywiki/vanilla"],
"plugin-priority": "0"
}