Is it possible to retrieve and concatenate values from a Data Tiddler 
(Dictionary)?

To explain in a bit more details consider the following code:



   - Data Tiddler (*myConfig*) contains

Name: Lecture01
Tag: Lec01
Page: 001
Group: Course 348




   - A button to create a new tiddler using data from the above data tiddler


<$button>
<$action-sendmessage $message="tm-new-tiddler" 
 title={{myConfig##Title}}  tags={{myConfig##Tag}} 
caption="{{myConfig##Tag}}-Course348"
 page={{myConfig##Title}} text=<<content "SlideContents">>/>
New Slide
</$button>


In this code I create a caption filed for the new tiddler its value is

caption="{{myConfig##Tag}}-Course348"


It may be the results of other values like

caption="{{myConfig##Tag}}-{{myConfig##Group}}


Is there any short solution to this?


Cheers
Mohammad

-- 
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/aa5cba2e-c0cb-4b2d-a603-6973950e18eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to