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:
@@ -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}}}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"/>`
|
||||
|
||||
3
core/templates/wikified-tiddler.tid
Normal file
3
core/templates/wikified-tiddler.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/core/templates/wikified-tiddler
|
||||
|
||||
<$view field="text" format="wikified" />
|
||||
Reference in New Issue
Block a user