Hi! I make little macros. it renders tiddler from select. But if tiddler 
have space in it's title this macros don't work.

\define ttt() 
<$select tiddler='$:/temp/generated-list-demo-state-$(TestList)$'>
<$list filter='345336 3453434 45645645 3453453411 [[3454356 1]] [[43547776 
1 1]] [[544345 1 1]] [[5675678 1 1]] [[967875 1 1]]'>
<option value= <<currentTiddler>> ><$view field='nazvanie'/></option>
</$list>
</$select>
<$tiddler tiddler={{$:/temp/generated-list-demo-state-$(TestList)$}}>
<$list filter=<<currentTiddler>>>  <span class="textboxtop textboxwhite ">
   {{||$:/_tile_images}}     </span>
</$list>
</$tiddler>
\end 

<$set name=TestList value=<<currentTiddler>>  > 
<<ttt>>
</$set>

  to make it work it is necessary to put tiddler title to  demo-state- with 
[[]]  but I don't know how to do it.
if I remove  <$list filter=<<currentTiddler>>> it shows empty result if 
demo-state- is empty...
http://novye-podarki.ru/heeg.html#105171

-- 
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/11d5130e-23ee-4764-9744-bb19bc74f04c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to