Hi all!
I'm newish to tiddlywiki so forgive me if there's an easy answer to this.
I'm using the ooktech generic tags plugin
(https://ooktech.com/jed/ExampleWikis/GenericTagFields/) and I'm hoping it
might be really helpful. I'm trying to intergrate it to my 'new journal
form' tiddler which currently looks like this (see attached photo). The
code is :
<table>
<$tiddler tiddler="$:/state/new-journal-text">
<tr>
<th><h3>Caption </h3></th>
<th><h3><$edit-text tiddler="$:/state/popup/new-journal-caption"
minHeight="100%" tag="input" default="New Journal Entry Title"
/></h3></th></tr>
<tr><th colspan="2">
<<EditTagLikeList journaltag journaltag wikify>>
</th></tr>
<tr>
<th><h3>Entry </h3></th><th><$button>Writing Prompts</$button></th>
</tr><tr>
<th colspan="2">
<$transclude tiddler="$:/core/ui/EditTemplate/body/editor"/>
</th>
</tr>
<tr>
<th colspan="2">Current Journal Tags
<$list filter="[tags:journaltag[]] +[sort[title]]"
>{{||$:/core/ui/TagTemplate}}
</$list>
</th></tr><tr>
<th colspan="2" align="center">
<$button><$action-createtiddler $basetitle=<<now "DD/MM/YYYY hh:mm ss
日志">>tags="Journal" caption={{$:/state/popup/new-journal-caption}}
text={{$:/state/new-journal-text}}/><$action-deletetiddler
$tiddler="$:/state/new-journal-text"/><$action-deletetiddler
$tiddler="$:/state/popup/new-journal-caption"/>Add to Journal</$button></th>
</tr>
<table>
My problem is the application of the EditTagLikeList macro, how can I make
it apply to the tiddler that I'm generating with this form? Any advice
would be really helpful because I'm super stuck.
--
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/2e2440b1-3528-4f3e-aaa9-386d527c396e%40googlegroups.com.