Alternate tag fields is what I wrote, GenTags is what I meant..

 With the code below, the tags will appear and work properly. But then I 
miss the input / edit interface.

<$list filter='[tags:ii-tags-special[]]' template="$:/core/ui/TagTemplate" 
storyview="pop"/>

Maybe it is easier to transclude code {{||TiddlerWithCode}}?

Thanks,

Op donderdag 12 november 2020 om 19:04:32 UTC+1 schreef [email protected]:

> I haven't worked on the plugin for a while, but the new version is 
> GenTags. I need to put up a demo site for it.
>
> But to answer your question, making the tag pills in the edit interface 
> act like the tags in the normal display interface takes editing more than 
> the code you have written here. I am not sure how much work it would be but 
> it isn't a simple drop-in thing.
>
> For the other question, if you edit a shadow tiddler and save it the 
> changed tiddler overrides the existing one, so yes you can just change the 
> code and save it.
>
> On Wednesday, November 11, 2020 at 3:27:35 PM UTC+1 [email protected] 
> wrote:
>
>> Hello,
>> I am using the plugin "Alternate tag fields".
>>
>> When I paste this code in the text field:
>>
>> <<EditTagLikeList ii-tags-special Tags>>
>>
>> I get to see tags read from the field: "ii-tags-special" of that tiddler. 
>> The tags appear as a tag pill but without a drop down menu. (Wikified?) How 
>> can I make the drop down menu appear when I click on it?
>>
>> Code from the shadow tiddler 
>>
>> $:/plugins/inmysocks/GenericTagFields/template/EditTemplate/OtherTagFieldsEditTemplate
>>
>>
>>
>> <$list
>>     
>> filter='[prefix[$:/settings/AlternateTagFields/]!hide_in_edit_mode[true]]'
>>     variable=SettingsTiddler
>> >
>>     <$set
>>         name=FieldName
>>         filter='[<SettingsTiddler>get[fieldname]]'
>>     >
>>         <$set
>>             name=Wikify
>>             filter='[<SettingsTiddler>get[wikify]]'
>>         >
>>             <$set
>>                 name=Label
>>                 filter='[<SettingsTiddler>get[label]]'
>>             >
>>                 <$macrocall
>>                     $name=EditTagLikeList
>>                     fieldName=<<FieldName>>
>>                     label=<<Label>>
>>                     wikify=<<Wikify>>
>>                 />
>>             </$set>
>>         </$set>
>>     </$set>
>> </$list>
>>
>>
>>
>>
>> How do I adjust the above code? And can I change the code and just save 
>> it?
>>
>> Thank you,
>>
>

-- 
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/276f3ba3-8e01-4b52-bb26-63e4fdd2d851n%40googlegroups.com.

Reply via email to