Hi jay,
Did you set journaltag as Alternate Tags Field in control panel?
If, then you have to add journaltag field when you create your tiddler. Put
this: journaltag={{!!journaltag}} in your action-createtiddler
Birthe
tirsdag den 1. oktober 2019 kl. 17.09.19 UTC+2 skrev jay:
>
> 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/eed85888-1e4a-4287-9570-506af90a48d7%40googlegroups.com.