Hi FrD
Nice to learn about the "begin" feature I did not know about. I may specify
that "begin" should be below "write".
<<forEachTiddler
where
'tiddler.tags.contains("$1")'
write
'"|"+*tiddler.alias*+"|"+tiddler.title+"|\n"
begin
'"|!acronym|!title|\n"'
>>
but *tiddler.alias* still send "undefined" to the table...
Thank you
Julien
Le lundi 1 juillet 2013 19:57:45 UTC+2, FrD a écrit :
>
> Hi,
>
> I would try something like :
>
> <<forEachTiddler
> where
> 'tiddler.tags.contains("$1")'
> begin
> '"|!acronym|!title|\n"'
> write
> '"|"+*tiddler.alias*+"|"+tiddler.title+"|\n"'
>
>> >>
>
>
> FrD
>
>
>
>
> Le lundi 1 juillet 2013 19:25:30 UTC+2, julien23 a écrit :
>>
>> Hi FrD,
>>
>>
>>> Perhaps tiddler.alias would work ?
>>>
>>
>> sadly not ... undefined
>>
>> thanks
>>
>> Le lundi 1 juillet 2013 19:21:31 UTC+2, FrD a écrit :
>>>
>>> Hi julien,
>>>
>>> Perhaps tiddler.alias would work ?
>>>
>>> FrD
>>>
>>> Le lundi 1 juillet 2013 17:15:18 UTC+2, julien23 a écrit :
>>>>
>>>> Hi all
>>>>
>>>> I am getting started with TiddlerAliasPlugin.
>>>>
>>>> I would like to make a "acronyms and variables" table but I don't know
>>>> how to get the correct syntaxe for something like "tiddler.aliases"
>>>>
>>>> I wish I could do something like this :
>>>>
>>>> <<forEachTiddler
>>>>> where
>>>>> 'tiddler.tags.contains("$1")'
>>>>> write
>>>>> '((index == 0) ? "|acronym|title|\n" : "\n")+"|"+*tiddler.aliases*
>>>>> +"|"+tiddler.title+"|"'
>>>>> >>
>>>>>
>>>>
>>>> Thank you for any help
>>>>
>>>> Julien
>>>
>>>
--
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.