[tw5] Re: Edit shadow tiddler

2020-11-15 Thread vinvi...@gmail.com

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 inmy...@gmail.com:

> 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 vinvi...@gmail.com 
> wrote:
>
>> Hello,
>> I am using the plugin "Alternate tag fields".
>>
>> When I paste this code in the text field:
>>
>> <>
>>
>> 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='[get[fieldname]]'
>> >
>> <$set
>> name=Wikify
>> filter='[get[wikify]]'
>> >
>> <$set
>> name=Label
>> filter='[get[label]]'
>> >
>> <$macrocall
>> $name=EditTagLikeList
>> fieldName=<>
>> label=<>
>> wikify=<>
>> />
>> 
>> 
>> 
>> 
>>
>>
>>
>>
>> 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/276f3ba3-8e01-4b52-bb26-63e4fdd2d851n%40googlegroups.com.


[tw5] Re: Edit shadow tiddler

2020-11-12 Thread Jed Carty
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 vinvi...@gmail.com 
wrote:

> Hello,
> I am using the plugin "Alternate tag fields".
>
> When I paste this code in the text field:
>
> <>
>
> 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='[get[fieldname]]'
> >
> <$set
> name=Wikify
> filter='[get[wikify]]'
> >
> <$set
> name=Label
> filter='[get[label]]'
> >
> <$macrocall
> $name=EditTagLikeList
> fieldName=<>
> label=<>
> wikify=<>
> />
> 
> 
> 
> 
>
>
>
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a3ecfab1-f763-49a2-af36-84568b8ac93cn%40googlegroups.com.