<table><$list filter="[all[current]tagging[]!tag[exclude]!tag[done]has[priority]sort[priority]limit[20]]"><tr><td>{{||add main tags2}}<$link to={{!!title}}><$view field="title"/></$link></td><td><$view field="priority" /></td><td><$range tiddler={{!!title}} field="priority" min="0" max="0.20" default=".01" increment=".01"/></td></tr></$list><<list-links-draggable tiddler:"Errands List">>{{||add main tags2}}
I suspect its not possible because its a <<macro>>, not a <$widget>.You can custom build to your hearts content with widgets, but the macro has to be self contained, is that right?
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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/d067ec8b-5681-413c-93a7-32671c32b284%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'll Google itemTemplate + draggable and will post here if I can make anything clearer for others with an example.