Hi all,
If anyone is having trouble with SortableGridPlugin not working, check
if you're using InlineSlidersPlugin (Saq, where are you these days?)
or any other Plugin that uses config.formatters.unshift
Sortable wants to be the first in the config.formatters array, and
Inline inserts itself there too, so change the first line of code in
InlineSlidersPlugin from:
config.formatters.unshift( {
to
config.formatters.push( {
and all seems fine.
The same may happen for TagglyTaggingPlugin (it also uses unshift to
put itself up top), but in my TW things get loaded in such an order
that Sortable comes after and all is well.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.