Hello,
I have a button to create a new tiddler.
With \define TAGS() [[$(currentTiddler)$]] [[Tag 2]] [[Tag 3]], I can
tag the new tiddler.
\define BUTTON-NAME() Enter >
\define BUTTON-COLOR+SIZE() btn btn-link btn-sm
\define BUTTON-TEXT-COLOR() color:
\define TIDDLER-TITLE() $(currentTiddler)$ ENTER-SPECIFIC-HERE
\define TIDDLER-TAGS() [[$(currentTiddler)$]]
\define TIDDLER-TEMPLATE() {{||$(currentTiddler)$-SPECIFIC-TEMPLATE}}
<$button type="button" class=<<BUTTON-COLOR+SIZE>>>
<$action-sendmessage $message="tm-new-tiddler"
title=<<TIDDLER-TITLE>>
text=<<TIDDLER-TEMPLATE>>
tags=<<TIDDLER-TAGS>>
/>
<span style=<<BUTTON-TEXT-COLOR>>><<BUTTON-NAME>></span>
</$button>
What I want is for the button to read the tags from a field;
tags={{!!tiddler-tag}}
My problem is that [[$(currentTiddler)$]] in a field doesn't work.
How do I make this work?
Thank you,
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b46bc104-7460-4e0a-9463-b7f90ecc6b85n%40googlegroups.com.