1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Back out of using tiddlers within the plugin bundle for description and thumbnail

The trouble was that in listings we couldn't access the constituent
tiddlers of themes that haven't been loaded
This commit is contained in:
Jeremy Ruston 2013-05-01 13:29:59 +01:00
parent 2355517649
commit 8ce2f881e1
4 changed files with 2 additions and 10 deletions

View File

@ -1,3 +0,0 @@
title: $:/themes/tiddlywiki/snowwhite/description
A plain simple theme that emphasises individual tiddlers.

View File

@ -5,6 +5,5 @@
"version": "0.0.0",
"core-version": ">=5.0.0",
"plugin-type": "theme",
"description": "$:/themes/tiddlywiki/snowwhite/description",
"thumbnail": "$:/themes/tiddlywiki/snowwhite/thumbnail"
"description": "A plain simple theme that emphasises individual tiddlers"
}

View File

@ -1,3 +0,0 @@
title: $:/themes/tiddlywiki/starlight/description
An alternate theme.

View File

@ -5,7 +5,6 @@
"version": "0.0.0",
"core-version": ">=5.0.0",
"plugin-type": "theme",
"description": "$:/themes/tiddlywiki/starlight/description",
"thumbnail": "$:/themes/tiddlywiki/starlight/thumbnail",
"description": "An alternate theme",
"dependents": ["$:/themes/tiddlywiki/snowwhite"]
}