Hi, not sure if this is doable, but no harm in asking:

Here's a non-draggable list that has added stuff to each item in the list
<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>


so you get a list with a button (made from {{||add main tags2}})  and a 
priority slider thingie


I wanted to add that button to each item in a draggable list, but this 
doesn't work:
<<list-links-draggable tiddler:"Errands List">>{{||add main tags2}}


Is there a way to get a draggable list with added items that reflect the 
individual tiddlers in the specified list field?


Thanks,
- Dave

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/bb49848a-0756-421b-8941-18b95e5cd4a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to