From 8ce2f881e12a2e39598ffa3559ef3898c9b734e9 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 1 May 2013 13:29:59 +0100 Subject: [PATCH] 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 --- themes/tiddlywiki/snowwhite/description.tid | 3 --- themes/tiddlywiki/snowwhite/plugin.info | 3 +-- themes/tiddlywiki/starlight/description.tid | 3 --- themes/tiddlywiki/starlight/plugin.info | 3 +-- 4 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 themes/tiddlywiki/snowwhite/description.tid delete mode 100644 themes/tiddlywiki/starlight/description.tid diff --git a/themes/tiddlywiki/snowwhite/description.tid b/themes/tiddlywiki/snowwhite/description.tid deleted file mode 100644 index 21915e1d7..000000000 --- a/themes/tiddlywiki/snowwhite/description.tid +++ /dev/null @@ -1,3 +0,0 @@ -title: $:/themes/tiddlywiki/snowwhite/description - -A plain simple theme that emphasises individual tiddlers. diff --git a/themes/tiddlywiki/snowwhite/plugin.info b/themes/tiddlywiki/snowwhite/plugin.info index c879055d8..2f79eb50d 100644 --- a/themes/tiddlywiki/snowwhite/plugin.info +++ b/themes/tiddlywiki/snowwhite/plugin.info @@ -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" } diff --git a/themes/tiddlywiki/starlight/description.tid b/themes/tiddlywiki/starlight/description.tid deleted file mode 100644 index 16d75659d..000000000 --- a/themes/tiddlywiki/starlight/description.tid +++ /dev/null @@ -1,3 +0,0 @@ -title: $:/themes/tiddlywiki/starlight/description - -An alternate theme. diff --git a/themes/tiddlywiki/starlight/plugin.info b/themes/tiddlywiki/starlight/plugin.info index 6fb6f2213..2e83a63a3 100644 --- a/themes/tiddlywiki/starlight/plugin.info +++ b/themes/tiddlywiki/starlight/plugin.info @@ -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"] }