Hi Mat

There's an easy way to do this -- simply save the list of titles from the 
current story river to a list (a snapshot) -- then restore this snapshot to 
the story river. There's been a demo here <http://gwiz.tiddlyspot.com/> for 
some time (the Stories tab in the sidebar):

\define saveSnapshot()
<$button set="$:/_snapshots##$(snapshot)$" setTo={{$:/StoryList!!list}}>Save 
Snapshot</$button>
\end

\define showSnapshot()
<$button set="$:/StoryList!!list" setTo={{$:/_snapshots##$(snap)$}}>Show 
Snapshot</$button>
\end

;Show Snapshot

<span title="Select a Snapshot"><$select tiddler="$:/_snapshots" field=
"story-name" default='(none)'>
<$list filter="[[$:/_snapshots]indexes[]]" variable="currentIndex">
<option value=<<currentIndex>>><<currentIndex>></option>
</$list>
</$select></span>
<$set name="snap" value={{$:/_snapshots!!story-name}}>
<<showSnapshot>>
</$set>

;Save Snapshot

<span title="Enter a Name"><$edit-text tiddler="$:/_snapshots" field=
"story-name"/></span>
<$set name="snapshot" value={{$:/_snapshots!!story-name}}>
<<saveSnapshot >>
</$set>

No fancy formatting, but it should be possible to add this facility.

regards

On Sunday, 28 August 2016 16:09:16 UTC+2, Mat wrote:
>
> Help to make this suitable to be included in the standard TW distribution!
>
> ArticleTiddlers <http://articletiddlers.tiddlyspot.com/>
>
>

-- 
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/0e0ce746-84e5-433a-8c2e-07b5d212250f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to