Hi Alex
A start for your circular story 'slideshow':
1. paste this into a tiddler:
<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>
2. Enter the list of tiddlers making up the story into the !!story field of
this tiddler
3. Paste this into a stylesheet:
.story-button-left {
float: left;
position: relative;
}
.story-button-right {
float: right;
position: relative;
}
.story-title {
left:5%;
position: relative;
}
regards
On Sunday, 17 January 2016 23:15:01 UTC+2, AlexHough wrote:
>
> the cycle operator gave me an idea, circular stories
>
> There could be a list of tiddlers in a field, each with content. The
> reader would start anywhere they like and cycle though the story.
>
> "It's non-linear: it's circular!"
>
> Alex
>
>
> On 17 January 2016 at 12:57, Matabele <[email protected] <javascript:>>
> wrote:
>
>> Hi Tobias
>>
>> Thanks -- seem to think on similar lines; whilst you were answering, I
>> wrote a somewhat simpler leave[] filter, specifically for the purpose.
>>
>> Play around with the demo here <http://listops.tiddlyspot.com/>.
>>
>> regards
>>
>> On Sunday, 17 January 2016 13:21:26 UTC+2, Tobias Beer wrote:
>>>
>>> Hi Matabele: have a look at tobibeer/contains.
>>
>> --
>> 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 [email protected] <javascript:>.
>> To post to this group, send email to [email protected]
>> <javascript:>.
>> 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
>>
>> <https://groups.google.com/d/msgid/tiddlywiki/15a71658-a819-4817-ba5d-2211fa0eb1e0%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
--
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 [email protected].
To post to this group, send email to [email protected].
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/5d6912ab-17c8-4348-b038-4442bedf38ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.