mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
97d36e26fc
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.
14 lines
508 B
Plaintext
14 lines
508 B
Plaintext
title: Story Views
|
|
|
|
A story is a sequence of tiddlers. The current story view shows a single tiddler at a time.
|
|
|
|
<$button class="tc-btn-big-blue">
|
|
<$action-setfield $tiddler="$:/view" text="classic"/>
|
|
{{$:/core/images/storyview-classic}} Switch to the default story view</$button>
|
|
|
|
<$button class="tc-btn-big-blue">
|
|
<$action-setfield $tiddler="$:/view" text="zoomin"/>
|
|
{{$:/core/images/storyview-zoomin}} Revert to the presentation story view</$button>
|
|
|
|
Next, [[Themes]] change the appearance of TiddlyWiki.
|