I'm trying to include text stored in an options.txtUsername variable into an alias using the aliasplugin. I have tried creating a tiddler with <<message options.txtUsername>> but when I try to transclude the tiddler or just the variable into the alias, it doesn't work. I don't know how. Can anyone help me figure out how to do this?
I'm using a plain tiddlywiki trying to get options.txtUserName to render it's text in my alias macro. When I click on the link it creates, it copies text to the clipboard.
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Tobias,
It was an interest thought but renders as Error in macro <<alias>>. I am using 2.7.0 but I'm running IE9 if that matters. Thank you again for your help. I'm still searching for a solution.
--
the variable is "config.options.txtUsername"... thus:
<<alias showgloss {{" foo " + config.options.txtUsername + " bar "}}>>