Technically it is all Thomas' work.
Given that we are here, let me ask this question. This is one of the two
stumbling blocks that stops me from sending a plain-text tiddler to reddit
or twitter. The following code is from here.
\define step1()
<$action-setfield $tiddler="$:/state/title" sharetitle={{!!title}}/>
\end
\define step2()
<$tiddler tiddler={{$:/state/title!!sharetitle}}>
<$wikify name=content text=<<renderContent>>>
<$action-setfield $tiddler="$:/state/content" text=<<content>>/>
</$wikify>
</$tiddler>
\end
<$button popup=<<qualify $:/state/Social>> class="tc-btn-invisible">
<<step1>>
<<step2>>
{{$:/core/images/globe}}</$button>
Here, despite the fact that <<step1>> is called first, the <<step2>> is
executed first. Why?
--
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/71146e3a-8791-42e6-9d4b-c6acc1315ae3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.