[tw] Re: [TW5] list-tagged-draggable not right behaviour. How to change?

2017-07-02 Thread Siniy-Kit
i try different variants with ActionListopsWidget 

  
the last variant is

<$action-listops $tiddler=<> $tags="-[]"  />

but it didn't work



воскресенье, 2 июля 2017 г., 11:59:01 UTC+3 пользователь PMario написал:
>
> Hi, 
>
> http://tiddlywiki.com/#ActionListopsWidget may be an option. Have a 
> closer look
>
> -m
>

-- 
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/02e5166f-04eb-4030-8510-297435775762%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] list-tagged-draggable not right behaviour. How to change?

2017-07-02 Thread PMario
Hi, 

http://tiddlywiki.com/#ActionListopsWidget may be an option. Have a closer 
look

-m

-- 
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/5cea789d-7719-47af-9d39-dbdb1e70c0c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] list-tagged-draggable not right behaviour. How to change?

2017-07-01 Thread Siniy-Kit
Yes! If we add one line code to $:/core/macros/list  it works in proper way



\define list-tagged-draggable-drop-actions()

<$set name="order" filter="[tagging[]]">

<$list filter="[tagging[]]">
<$action-deletefield $field="list-before"/>
<$action-deletefield $field="list-after"/>

<$action-deletefield $tiddler=<> $field="tags"/>

<$action-setfield $tiddler=<> $field="list" $value=<>/>

<$action-listops $tiddler=<> $field="list" 
$subfilter="+[insertbefore:currentTiddler]"/>

<$action-listops $tiddler=<> $tags="[]"/>

\end






суббота, 1 июля 2017 г., 20:37:18 UTC+3 пользователь Siniy-Kit написал:
>
> Hi! if we go to http://tiddlywiki.com/ and create new tiddler with  text
>
>
> <>
>
>
> <>
>
> 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.