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:
parent
2355517649
commit
8ce2f881e1
@ -1,3 +0,0 @@
|
||||
title: $:/themes/tiddlywiki/snowwhite/description
|
||||
|
||||
A plain simple theme that emphasises individual tiddlers.
|
@ -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"
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
title: $:/themes/tiddlywiki/starlight/description
|
||||
|
||||
An alternate theme.
|
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user