1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/editions/introduction/tiddlers/slides/Themes.tid
Jermolene 97d36e26fc First pass at new introduction edition
It started life as the slides for a new introductory video, but I’m
thinking that it may be worth publishing as an interactive introduction.
2014-10-31 18:48:47 +00:00

20 lines
770 B
Plaintext

title: Themes
Themes can change the layout, fonts, colours and background images of the page.
For example,
<$button class="tc-btn-big-blue">
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
{{$:/core/images/theme-button}} Switch to the default "Snow White" theme</$button>
<$button class="tc-btn-big-blue">
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/starlight"/>
{{$:/core/images/theme-button}} Switch to the optional "Starlight" theme</$button>
<$button class="tc-btn-big-blue">
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/hidefurniture"/>
{{$:/core/images/theme-button}} Revert to the presentation theme</$button>
[[Other Story Views]] are also provided, and more are available as plugins.