Hi Mat,
thanks for this interesting solution, it seems that here all snapshots are saved in one tiddler. I need to store each story in a single Tiddler. This is necessary because I have to add metadata to the stories and because I want to be able to exchange these stories with other users of the Project.
Is it possible to change the code

*-to create a button which saves a list of open Tiddlers in a new Tiddler, 
(SaveStory)***

\define saveSnapshot()
<$button
set="$:/_snapshots##$(snapText)$"
setTo={{$:/StoryList!!list}}>
{{$:/core/images/done-button}}
Save</$button>
\end

*-to create a button to open all Tiddlers contained in a Tiddler while closing 
all others.(OpenStory)*


\define loadSnapshot()
<$button
set="$:/StoryList!!list"
setTo={{$:/_snapshots##$(snapSelect)$}}>
{{$:/core/images/right-arrow}}
Load</$button>
\end

-Jan



Am 27.04.2016 um 14:59 schrieb Mat:
Maybe matabeles/tobias'  thing will help?

http://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot

<:-)


On Wednesday, April 27, 2016 at 2:07:48 PM UTC+2, Jan wrote:

    Hello,
    I am finally trying to migrate my TWC into TW5. Unfortunately I
    would need some very plugins which I found on Eric’s TiddlyTools.
    What I would need most is the OpenStory/SaveStoryPlugins which allows
    *-to create a button which saves a list of open Tiddlers in a new
    Tiddler, and (SaveStory)**
    -to create a button to open all Tiddlers contained in a Tiddler
    while closing all others. (OpenStory)*
    I would be very happy, if there was a way to do this.

    Yours Jan

--
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[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/a098f730-cf23-4c0f-ac54-3425487ce93d%40googlegroups.com <https://groups.google.com/d/msgid/tiddlywiki/a098f730-cf23-4c0f-ac54-3425487ce93d%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/5720F481.7010707%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to