A short explanation

<$navigator story="$:/SubStoryList" history="SubHistoryList">
the navigator widget: catches messages that come from the story (here 
below) and buttons. "coordinates" the messages with the corresponding story.

{{$:/core/ui/PageTemplate/pagecontrols}}
transcluding some buttons that send messages. the navigator widget catches 
some of them, see the navigator widget doc 
https://tiddlywiki.com/#NavigatorWidget for the list of messages handled by 
it 

<section style="position: relative;width: 100%;">
giving the story some space

<$list filter="[list[$:/SubStoryList]]" storyview="classic" 
template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate"/>
the list widget: creates the story - the tiddlers listed in the tiddler 
"$:/SubStoryList" - and displays them through templates, depending if a 
tiddler is in view-mode or edit-mode

</section>

</$navigator>



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8f0bc97d-39f3-4d82-9256-c550b187497b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to