Hello Eric, hello Tobias,
thanks for your answers. I just read them for my mailclient fetched
them too slowly and so I already had posted a new request under the
title "Merging a function an a template into one new Tiddler"
Your solutions both work well for the first part of my problem but it is
a little more complex, for i want two ad two (formated) buttons to open
the story in the tiddler created.
Eric, perhaps it would be an Idea to fit in the option to create a
button that will automatically open the contained story in the
storyTiddler created by your storySaverPlugin. Somthing like <<openStory
{{tiddler.title}} "Open this Story">>
Here is post describing the problem.
Hello
I want to create a new tiddler wich contains a) a Linklist of the actual
Tiddlers b) a quite complicated expression with Macro and Formatting
that I would like to extract from a templateTiddler...
So far I got this:
{<<clickify newTiddler
label:"save this story!" focus:title tag:[[Tag Tag]]:Stunde
title:{{prompt('bitte geben Sie einen Namen für Ihre
Zusammenstellung ein','')}}
text:{{
var out="";
story.forEachTiddler(function(t){
var tid=store.getTiddler(t);
if(tid&&!tid.isTagged("excludeStory"))
out+="[["+t+"]]\n";})
out;
}}>>
This works well an produces a tiddler containing links to all Tiddlers
open at that moment.
Now I would like to ad somthing lig this this in the text field
'store.getTiddlerText('StoryButtonSetTemplate');
to insert two formated Buttons from a templateTiddler which allow to
display the story both as a slide show and as a row of tiddlers.
Is this somehow possible?
hopefully Jan
Am 30.10.2013 20:38, schrieb Eric Shulman:
On Wednesday, October 30, 2013 12:14:54 PM UTC-7, Tobias Beer wrote:
The script should be rendered to save the current storyline,
not to
display the one actually opened on a later moment.
How do I accomplish this.
Try this:
http://www.TiddlyTools.com/#StorySaverPlugin
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.