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/f1b9a515-f38a-4c7f-a5ae-f621291e7b6c%40googlegroups.com.