From 0c5de5515a6350e8e057540b1aa34e883220b754 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Sat, 26 Oct 2024 18:59:03 +0200 Subject: [PATCH] add an example theme that builds on three different themes --- editions/tw5.com/tiddlywiki.info | 3 ++- themes/tiddlywiki/example/base.tid | 4 ++++ themes/tiddlywiki/example/plugin.info | 9 +++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 themes/tiddlywiki/example/base.tid create mode 100644 themes/tiddlywiki/example/plugin.info diff --git a/editions/tw5.com/tiddlywiki.info b/editions/tw5.com/tiddlywiki.info index 2f3ddade8..98488ff9f 100644 --- a/editions/tw5.com/tiddlywiki.info +++ b/editions/tw5.com/tiddlywiki.info @@ -18,7 +18,8 @@ "tiddlywiki/tight", "tiddlywiki/heavier", "tiddlywiki/tight-heavier", - "tiddlywiki/readonly" + "tiddlywiki/readonly", + "tiddlywiki/example" ], "languages": [ ], diff --git a/themes/tiddlywiki/example/base.tid b/themes/tiddlywiki/example/base.tid new file mode 100644 index 000000000..c4d87c0d0 --- /dev/null +++ b/themes/tiddlywiki/example/base.tid @@ -0,0 +1,4 @@ +title: $:/themes/tiddlywiki/example/base +tags: [[$:/tags/Stylesheet]] + +\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline diff --git a/themes/tiddlywiki/example/plugin.info b/themes/tiddlywiki/example/plugin.info new file mode 100644 index 000000000..b150ae358 --- /dev/null +++ b/themes/tiddlywiki/example/plugin.info @@ -0,0 +1,9 @@ +{ + "title": "$:/themes/tiddlywiki/example", + "name": "Example", + "author": "SimonHuber", + "core-version": ">=5.0.0", + "plugin-type": "theme", + "description": "Builds on top of various other themes", + "dependents": ["$:/themes/tiddlywiki/tight","$:/themes/tiddlywiki/seamless","$:/themes/tiddlywiki/snowwhite"] +}