mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-05 00:08:06 +00:00
Add a description to our themes
This commit is contained in:
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",
|
||||
"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"
|
||||
}
|
||||
|
||||
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",
|
||||
"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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user