Decided to switch things up and got closer to my goal.
Made a macro:
\define updtTID(param:"", btn-caption:"Add a Note", color:"#8058A5")
<$button style="color:$color$; fill:$color$; margin-bottom:3px;">
{{$:/core/images/new-button}} $btn-caption$
<$wikify name="master" text="{{$param$}}{{$:/temp/Append}}">
<$action-setfield $tiddler="$param$" text=<<master>>/>
<$action-setfield $tiddler="$:/temp/Append" text=""/>
</$wikify>
</$button>
\end
Then calling this macro:
<$wikify name="thisproj" text={{!!project}}>
<$wikify name="projnotes" text='<<thisproj>> Notes'>
<$edit-text tiddler="$:/temp/Append"/>
<<updtTID param:$(projnotes)$>>
Now the only thing missing is a way to add a <br> to the end each time the
text is appended.
--
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/270db3c8-cb86-4290-a7c8-0e5df8bee1f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.