1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-09 17:00:27 +00:00

add an example theme that builds on three different themes

This commit is contained in:
BurningTreeC 2024-10-26 18:59:03 +02:00
parent 25013e9e3f
commit 0c5de5515a
3 changed files with 15 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"tiddlywiki/tight",
"tiddlywiki/heavier",
"tiddlywiki/tight-heavier",
"tiddlywiki/readonly"
"tiddlywiki/readonly",
"tiddlywiki/example"
],
"languages": [
],

View File

@ -0,0 +1,4 @@
title: $:/themes/tiddlywiki/example/base
tags: [[$:/tags/Stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline

View File

@ -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"]
}