mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-03 12:23:51 +00:00
Add a description to our themes
This commit is contained in:
parent
cb675732b2
commit
92038028e9
3
themes/tiddlywiki/snowwhite/description.tid
Normal file
3
themes/tiddlywiki/snowwhite/description.tid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title: $:/themes/tiddlywiki/snowwhite/description
|
||||||
|
|
||||||
|
A plain simple theme that emphasises individual tiddlers.
|
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"title": "$:/themes/tiddlywiki/snowwhite",
|
"title": "$:/themes/tiddlywiki/snowwhite",
|
||||||
"description": "A simple, plain layout",
|
"name": "Snow White",
|
||||||
"author": "JeremyRuston",
|
"author": "JeremyRuston",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"core-version": ">=5.0.0",
|
"core-version": ">=5.0.0",
|
||||||
"plugin-type": "theme"
|
"plugin-type": "theme",
|
||||||
|
"description": "$:/themes/tiddlywiki/snowwhite/description",
|
||||||
|
"thumbnail": "$:/themes/tiddlywiki/snowwhite/thumbnail"
|
||||||
}
|
}
|
||||||
|
3
themes/tiddlywiki/starlight/description.tid
Normal file
3
themes/tiddlywiki/starlight/description.tid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title: $:/themes/tiddlywiki/starlight/description
|
||||||
|
|
||||||
|
An alternate theme.
|
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"title": "$:/themes/tiddlywiki/starlight",
|
"title": "$:/themes/tiddlywiki/starlight",
|
||||||
"description": "A simple, dark layout",
|
"name": "Starlight",
|
||||||
"author": "JeremyRuston",
|
"author": "JeremyRuston",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"core-version": ">=5.0.0",
|
"core-version": ">=5.0.0",
|
||||||
"plugin-type": "theme",
|
"plugin-type": "theme",
|
||||||
|
"description": "$:/themes/tiddlywiki/starlight/description",
|
||||||
|
"thumbnail": "$:/themes/tiddlywiki/starlight/thumbnail",
|
||||||
"dependents": ["$:/themes/tiddlywiki/snowwhite"]
|
"dependents": ["$:/themes/tiddlywiki/snowwhite"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user