1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-07 17:28:05 +00:00

Rename the tiddlers in the Snow White theme, and enable a static banner

The tiddlers in the Snow White theme weren't named as part of their
plugin.
This commit is contained in:
Jeremy Ruston
2013-05-31 17:44:09 +01:00
parent b0d183070c
commit ac32b09db3
11 changed files with 45 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
title: $:/core/templates/static.template.css
{{{ [is[system]type[text/css]] ||$:/core/templates/plain-text-tiddler}}}
{{$:/core/styles/base}}
{{{ [tag[$:/tags/stylesheet]] [is[shadow]tag[$:/tags/stylesheet]] ||$:/core/templates/wikified-tiddler}}}

View File

@@ -14,10 +14,11 @@ type: text/vnd.tiddlywiki-html
{{{ [is[system]type[text/css]] ||$:/core/templates/css-tiddler}}}
</div>
<style type="text/css">
{{$:/core/styles/base}}
{{{ [tag[$:/tags/stylesheet]] [is[shadow]tag[$:/tags/stylesheet]] ||$:/core/templates/wikified-tiddler}}}
</style>
</head>
<body>
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
</body>
</html>

View File

@@ -11,6 +11,7 @@ title: $:/core/templates/static.tiddler.html
<title>`{{$:/core/wiki/title}}`</title>
</head>
<body>
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
<section class="story-river">
<div class="tw-tiddler-frame">
`<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>`

View File

@@ -0,0 +1,3 @@
title: $:/core/templates/wikified-tiddler
<$view field="text" format="wikified" />