Thanks Tony!
I will have a look!
--Mohammad
On Friday, December 20, 2019 at 1:50:18 AM UTC+3:30, TonyM wrote:
>
> FYI
>
> The Kanban implementations in tiddlywiki do this kind of operation if you
> are looking for more inspiration.
>
> Regards
> Tony
>
> On Friday, December 20, 2019 at 8:33:43 AM UTC+11, Mohammad wrote:
>>
>> Hi Eric,
>> It works, a million thanks!
>>
>> I had to modify my drop actions based on your code!
>>
>> \define drop-actions()
>> <$vars oldFolder={{{ [<actionTiddler>listed[]] +[subfilter<folders>]
>> +[limit[1]]}}}>
>> <$action-listops $tiddler=<<oldFolder>> $field="list"
>> $subfilter="-[<actionTiddler>]" />
>> <$action-listops $tiddler=<<__folder__>>
>> $subfilter='+[insertbefore:currentTiddler<actionTiddler>]'/>
>> </$vars>
>> \end
>>
>>
>>
>> - First I found where it has been listed (it always listed in one
>> favorites folder
>> - Then I remove it from the list of old folder
>> - In the next step I add it to the list field of new folder
>>
>> Cheers
>> Mohammad
>>
>
--
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/207f9032-e959-43c4-8359-383118a80390%40googlegroups.com.