done mytag [[another tag]] task [[yet another tag]]todo active donemytag [[another tag]] calender meeting[is[current]list[!!tags]what[is]missing[here]]--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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/15a71658-a819-4817-ba5d-2211fa0eb1e0%40googlegroups.com.
the cycle operator gave me an idea, circular stories
<span class="story-button-left"><$button class="tc-btn-invisible"><$action-listops $tiddler="MySubStoryList" $field="list" $subfilter="+[!cycle{!!story}]"/>{{$:/core/images/chevron-left}}</$button></span>
<span class="story-button-right"><$button class="tc-btn-invisible"><$action-listops $tiddler="MySubStoryList" $field="list" $subfilter="+[cycle{!!story}]"/>{{$:/core/images/chevron-right}}</$button></span>
<$navigator story="MySubStoryList" history="MySubHistoryList">
<$list filter="[list[MySubStoryList]]" history="MySubHistoryList">
<div>
! <span class="story-title"><$view field="title"/></span>
<$transclude mode="block"/>
</div>
</$list>
</$navigator>.story-button-left {
float: left;
position: relative;
}
.story-button-right {
float: right;
position: relative;
}
.story-title {
left:5%;
position: relative;
}