Hi @all,

if you're interested in the functionality of connected grids that can 
interchange items by dragging,
the page https://burningtreec.github.io/tw5-muuri-view contains some new 
examples:

* dragging tags from one tiddler to another (hold control to copy / drag 
with two fingers to copy)
* a kanban demo
* two "image gallery" tiddlers that can interchange images

the base functionality is there and I'm seeking for ideas how to make it 
really accessible / comprehensible so that anybody can create this
currently, grids can be connected by providing a "connectedGrids" attribute 
with a css selector and all open grids matching that css selector will be 
connected so that items can be dragged from one to the other

<$list filter="[list[my-storylist-tiddler!!a-field]]" storyview="muuri" 
connectedGrids="[my-data-tag]" storyList="my-storylist-tiddler" 
storyField="a-field"/>

or

<$list filter="[list[my-storylist-tiddler!!a-field]]" storyview="muuri" 
connectedGrids=".tc-my-connected-grid-class" 
storyList="my-storylist-tiddler" storyField="a-field"/>


the documentation doesn't contain some of those attributes because I'd like 
to improve them so that they become usable

if you're interested, I'm happy about feedback!

all the best,
btc

-- 
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/14d181ae-ab62-43c4-ac97-cdedc46d02a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to