On Thursday, August 5, 2021 at 3:31:17 AM UTC-7 amreus wrote:
> Is there some reason items in the List tab could not be made draggable for
> re-ordering?
>
This is actually quite easy to do, using the *list-links-draggable* macro
1) Edit the shadow tiddler: *$:/core/ui/TiddlerInfo/List*
2) Replace this line:
<$list filter="[list{!!title}]" emptyMessage=<<lingo List/Empty>>
template="$:/core/ui/ListItemTemplate"/>
with this line:
<$macrocall $name="list-links-draggable" type="span" subtype="div"
itemTemplate="$:/core/ui/ListItemTemplate"/>
That's it. After doing the above, the contents of each tiddler's Info>List
tab will now be draggable.
Note:
By default, the list-links-draggable macro displays its output as a bullet
list.
By using type="span" and subtype="div", the bullets are suppressed
and the output is just a simple list of links, one per line.
enjoy,
-e
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/ddd675f3-cd74-4989-a582-f7034503f51an%40googlegroups.com.