Switch Story View

78 views
Skip to first unread message

Mohammad Rahmani

unread,
Dec 24, 2020, 4:17:00 AM12/24/20
to tiddl...@googlegroups.com
Question:

You have ten tiddlers tid1, tid2, tid3,... tid10 are open in the story view. When you switch story views e.g. from classic to zoomin which tiddler will be in the view? What is the logic behind this and how one can change it?



Best wishes
Mohammad

TW Tones

unread,
Dec 26, 2020, 10:51:42 PM12/26/20
to TiddlyWiki
A quick test suggests its the currentTiddler, or what we could call the most recently open.

The title is updated in $:/HistoryList in the field current-tiddler

This is set according to the history and story list in use, but this is by default defined in $:/core/ui/PageTemplate/story

<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>

Regards
Tones
Reply all
Reply to author
Forward
0 new messages