Hi Julien,
It looks to me as though your tiddler macro does what you've asked about in 
your subject line (that is, it gets another tiddler's alias), but I don't 
quite understand the question 

>
> What code should à use in [[ADU]] to fetch the tiddler's alias ?
>

Can you explain a bit more about what you're looking for?
cmari

On Wednesday, December 4, 2013 9:47:46 AM UTC-8, julien23 wrote:
>
> Hi all
>
> Some of my tiddlers have values stored in table :
>
> |~|value||h
>> |defaultValue|4|
>> |valueUnit|newtons|
>> |valueType|...|
>> |valueByteNumber|...|
>>
>
>
> I would like to write
>
>> "alias" (="defaultValue""valueUnit)
>>
> in another tiddler.
>
> I made for this a tiddler :
>
>> [[ADU]]
>>
>  
> with this code inside :
>
>> [[$1|$1]] (=<<tiddler [[$1::defaultValue]]>><<tiddler 
>> [[$1::valueUnit]]>>) 
>>
>
> and I call it in other tiddlers using :
>
>> <<tiddler ADU with: theTidlerThatHaveValuesInside>>
>>
>
>
> What code should à use in [[ADU]] to fetch the tiddler's alias ?
>
>
> I made some try around
>
>> store.getValue(tiddler,"alias")
>>
> but haven't found the correct syntax yet...
>
> Looking forward to read from you
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to