1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Add a description to our themes

This commit is contained in:
Jeremy Ruston 2013-05-01 12:02:00 +01:00
parent cb675732b2
commit 92038028e9
4 changed files with 13 additions and 3 deletions

View File

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

View File

@ -1,8 +1,10 @@
{
"title": "$:/themes/tiddlywiki/snowwhite",
"description": "A simple, plain layout",
"name": "Snow White",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0",
"plugin-type": "theme"
"plugin-type": "theme",
"description": "$:/themes/tiddlywiki/snowwhite/description",
"thumbnail": "$:/themes/tiddlywiki/snowwhite/thumbnail"
}

View File

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

View File

@ -1,9 +1,11 @@
{
"title": "$:/themes/tiddlywiki/starlight",
"description": "A simple, dark layout",
"name": "Starlight",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0",
"plugin-type": "theme",
"description": "$:/themes/tiddlywiki/starlight/description",
"thumbnail": "$:/themes/tiddlywiki/starlight/thumbnail",
"dependents": ["$:/themes/tiddlywiki/snowwhite"]
}