HC,

This should work for you. 

Using a checkbox is not the only way of course. If we use a checkbox the 
tiddler title will change with the time so you will not be able to uncheck 
it.


I do not fully understand when we need to use <$fieldmangler> but we do in 
this case. Perhaps because we are using message="tm-add-tag"

<$wikify name=tagvalue text="Yourtext <<now>>" >
<$fieldmangler>
<$button message="tm-add-tag" param=<<tagvalue>> >
Go {{$:/core/images/timestamp-on}}
</$button>
</$fieldmangler>
</$wikify>

This formats the button less intensly


<$wikify name=tagvalue text="Yourtext <<now>>" >
<$fieldmangler>
<$button class="tc-btn-invisible tc-tiddlylink" message="tm-add-tag" param=<
<tagvalue>> >
Go {{$:/core/images/timestamp-on}}
</$button>
</$fieldmangler>
</$wikify>

Regards
Tony


On Wednesday, May 2, 2018 at 5:14:25 PM UTC+10, HC Haase wrote:
>
> I use the CheckboxWidget in a to-do list for tracking my work. a lot of 
> the time I want to move a task to the next day - a tiddler with the name 
> "worklog date". Day tiddlers and lists is all set up with my NewTaskHere 
> plugin <https://hchaase.github.io/TW5-NewTaskHere/>.
>
> Using the CheckboxWidget I can set a tag with some text or today's date, 
> but not both ( like worklog 02/05/2018).
>
> any idea how to set a tag to* text_space_date *with the CheckboxWidget?
>
> thanks
>
> checkbox with date(working):
>  <$checkbox tag=<<now "YYYY/0MM/0DD">> >
> </$checkbox>
>
>
>

-- 
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/5c9dc00e-5406-4c6a-ac0c-7f0c9b855e3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to