Do I understand correct, that the main question is, how to concatenate
$:/state/project-number with the word "project"?
Should it be one tag or 2?
For concatenation you usually require a macro. Try this
\define projecttags() project $(projectnumber)$
<$set name="projectnumber" value={{$:/state/project-number}}>
<$button>
<$action-sendmessage
$message="tm-new-tiddler"
title={{$:/state/project-number}}
tags=<<projecttags>>
/>
New project
</$button>
</$set>
--
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/6db2e82d-0a5d-418e-9669-15bb3602e042%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.