idcode YB
incremental 20
foldername ArtworkImages/
imagecode .jpg
newid YB20
theurl ArtworkImages/YB20.jpg
These values are as they should be but they are not carried across into the action-createtiddler widget.
I have tried passing the values through the local variables using for example, artwork_url=<<theurl>> or through a macro call artwork_url=<<artworkurl>> instead of trying to get the value from the temporary tiddler artwork_url={{$:/TLS/artworkurl}} but nothing works.
What am I doing wrong?
bobj
The task is to create a tiddler storing in a field a string, for example, ArtworkImages/BJ007.jpg, where the number is an incremental number and the text comes from various tiddlers, eg. $:/TLS/imagefoldername, so it can be altered as required..
The problem is passing the values of artwork_url and artwork_id into the new tiddler.
The values stored are: artwork_id is <<idcode>><<incremental>> and artwork_url is <<foldername>><<idcode>><<incremental>><<imagecode>> instead of their values.
However, displaying the values of the variables for debugging purposes gives: ...
These values are as they should be but they are not carried across into the action-createtiddler widget.
\define artworkurl() <<foldername>><<idcode>><<incremental>><<imagecode>>
\define uniqueid() <<idcode>><<incremental>>
\define artworkurl() $(foldername)$$(idcode)$$(incremental)$$(imagecode)$
\define uniqueid() $(idcode)$$(incremental)$
---------------Dr Bob JansenThe Cultural Conversations project Turtle Lane Studios Pty Ltd trading as the Australian Centre for Oral History122 Cameron St, Rockdale NSW 2216, Australia Ph (Korea): +82 10-4494-0328 Ph (Australia) +61 414 297 448 Resume: http://au.linkedin.com/in/bobjan Skype: bobjtls KakaoTalk: bobjtls http://www.cultconv.com
In line with the Australian anti-spam legislation, if you wish to receive no further email from me, please send me an email with the subject "No Spam"--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/uWum4aFZPmc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/23da8137-8fd3-4df6-bcd6-38040bee6544o%40googlegroups.com.
--