[tw5] Re: Manipulating lists with select multiple

2019-07-04 Thread 'Mark S.' via TiddlyWiki
That's how I understand it, but I don't claim to be an expert. Good luck! On Thursday, July 4, 2019 at 12:01:57 AM UTC-7, TonyM wrote: > > Mark. > > So is it true to say in the subfilter if you place the - in front of a > title OR filter that it is those titles it will remove if tgey exist

[tw5] Re: Manipulating lists with select multiple

2019-07-04 Thread TonyM
Mark. So is it true to say in the subfilter if you place the - in front of a title OR filter that it is those titles it will remove if tgey exist from the list? Thanks for your help Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread 'Mark S.' via TiddlyWiki
Yes, the subfilter works differently than a plain filter, because the filter is being applied as though the original title list preceded it. On Wednesday, July 3, 2019 at 7:32:41 PM UTC-7, TonyM wrote: > > Mark/Mat, > > Do I take it then that > > $subfilter="[list[!!temp-select-users]]" adds

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread TonyM
Mark/Mat, Do I take it then that $subfilter="[list[!!temp-select-users]]" adds temp-select-users to the list $subfilter="-[list[!!temp-select-users]]" removes temp-select-users to the list All the examples give literals with a title, +title -title This use of the filter format in subfilter

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread 'Mark S.' via TiddlyWiki
Something like Mat had, but since you have an actual list field, and not a text field, perhaps: <$button>Move right <$action-listops $field="office-consultants-list" $subfilter="[list[!!temp-select-users]]" /> <$action-listops $field="temp-select-users" $filter="[[]]"/> <$button>Move left

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread TonyM
Mat, The problem is I want to 1. add from a tiddler containing the list to a field 2. remove from a tiddler containing the list from a field Eg; 1. $:/temp/select/add 2. $:/temp/select/remove 3. list-field By late I assume you mean time of day, it being different here and all.

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread Mat
It's a bit too late for me to read you post very carefully but if I understand you right you need help with the moving of items from one list to another. Maybe this helps: In a tiddler, have a field like so a : one two three and in editor preview mode do <$button> <$action-listops $field=a