Hi, I have trouble trying to create new tabs with a name containing many
variables.
So my problem is the following :
I have a tiddler which possess two fields : released=ddd, and author=xxx.
When I do that
<$set name=Résumé value='{{!!released}} {{!!author}}-Résumé'>
<<Résumé>><br/>
<$set name=Notes value='{{!!released}} {{!!author}}-Notes'>
<<Notes>><br/>
<br/>
I obtain this :
*ddd xxx-Résuméddd xxx-Notes*
Then I've tried to create a tab, with both variables
<<tabs "[<Résumé>] [<Notes>]" "Click the little link">>
And this is what it displays :
[image: display.png] <about:invalid#zClosurez>
I guess this comes from the way I write the value='{{!!released}}
{{!!author}}-Notes',
Because, if I change my code and put only one variable inside each name
<$set name=Résumé value={{!!released}}>
<$set name=Notes value={{!!author}}>
Then
<<tabs "[<Résumé>] [<Notes>]" "Click the little link">>
Displays the variables correctly
[image: display2.png] <about:invalid#zClosurez>
So I've run out of ideas, and I am wondering is the way to write it properly
?
Thanks for your help !
--
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/1fe82289-4854-4bcf-85a6-7d752467aac0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.