I'm trying to understand your use case. If users have access to your TW, 
can't they already just use the dropdown list to select and display a 
particular story? How will having the list in a separate tiddler help you 
share metadata?

It almost sounds like you want to share not just a list of tiddlers but the 
contents of the tiddlers as well -- basically an export.

Thanks,
Mark

On Wednesday, April 27, 2016 at 10:19:05 AM UTC-7, Jan wrote:
>
> 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 tiddlywiki+...@googlegroups.com <javascript:>.
> To post to this group, send email to tiddl...@googlegroups.com 
> <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/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 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/c46836b9-c347-4d73-b801-13e5a9cf3bf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to