Yes! If we add one line code to $:/core/macros/list  it works in proper way



\define list-tagged-draggable-drop-actions()
<!-- Save the current ordering of the tiddlers with this tag -->
<$set name="order" filter="[<tag>tagging[]]">
<!-- Remove any list-after or list-before fields from the tiddlers with 
this tag -->
<$list filter="[<tag>tagging[]]">
<$action-deletefield $field="list-before"/>
<$action-deletefield $field="list-after"/>
</$list>
<$action-deletefield $tiddler=<<actionTiddler>> $field="tags"/>
<!-- Assign the list field of the tag with the current ordering -->
<$action-setfield $tiddler=<<tag>> $field="list" $value=<<order>>/>
<!-- Add the newly inserted item to the list -->
<$action-listops $tiddler=<<tag>> $field="list" 
$subfilter="+[insertbefore:currentTiddler<actionTiddler>]"/>
<!-- Make sure the newly added item has the right tag -->
<$action-listops $tiddler=<<actionTiddler>> $tags="[<tag>]"/>
</$set>
\end






суббота, 1 июля 2017 г., 20:37:18 UTC+3 пользователь Siniy-Kit написал:
>
> Hi! if we go to http://tiddlywiki.com/ and create new tiddler with  text
>
>
> <<list-tagged-draggable tag:"Plugins">>
>
>
> <<list-tagged-draggable tag:"About">>
>
> we get two draggable lists. And we can drag and drop items from one list 
> to another.  
> BUT we get copies in two lists. 
>
> is it possible to change $:/core/macros/list to remove tag on start drop 
>  and write it on finish, not to get copies in lists?
>  
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e055283b-7adb-4423-92df-13cfb85e6d80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to