My bad! Yes it was there!
Thank you FrD.


On Thursday, August 9, 2018 at 7:41:37 PM UTC+4:30, FrD wrote:
>
> Hi,
>
> I believe the explanation is at the end of the tiddler 
> https://tiddlywiki.com/#ButtonWidget
>
> Regards
>
> FrD
>
> Le jeudi 9 août 2018 17:03:10 UTC+2, Mohammad a écrit :
>>
>> In https://tiddlywiki.com/#ButtonWidget it explains
>>
>> set A TextReference <https://tiddlywiki.com/#TextReference> to which a 
>> new value will be assigned
>> Now assume you have a button like this
>>
>>       <$button 
>>         set={{!!note-status}}
>>         setTo="show" 
>>         class="tc-btn-invisible">
>>           {{icon/addNote.svg}}
>>       </$button>
>>
>> It creates a new tiddler with title got from the {{!!note-status}} and 
>> sets its text to show. But the purpose here is to set the field 
>> note-status in the current tiddler! However the below code works fine
>>
>>       <$button 
>>         set="!!note-status"
>>         setTo="show" 
>>         class="tc-btn-invisible">
>>           {{icon/addNote.svg}}
>>       </$button>
>>
>> Note to set="!!note-status"
>>
>> Do you know why?
>>
>> - Mohammad
>>
>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6b53f73a-977d-457a-bc4d-e43397a3fc5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to