You're right. Or almost. Using the $tags attribute with list-ops ends up
sorting the list. Add tag "abc" to see the sorting.
But if you set it up this way:
<$action-listops $tiddler=<<currentTiddler>> $field="tags"
$subfilter="+[prepend[done]]" />
the it will *prepend* "done", and if you do it this way:
<$action-listops $tiddler=<<currentTiddler>> $field="tags"
$subfilter="+[append[done]]" />
it will *append* "done".
So I guess using "$tags" has a "feature" that the result always gets sorted.
On Friday, April 24, 2020 at 12:28:09 PM UTC-7, Mohammad wrote:
>
> Mark have you noted to the last line of code and what it shows?
>
> ''Tags'': <$text text={{{[<currentTiddler>get[tags]]}}}/>
>
> This shows the real order I think!
>
> But as you said in the tags-wrapper (under subtitle) always sows them
> sorted!
>
--
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/4bd61055-11f1-4e7c-8569-d8e40bde478b%40googlegroups.com.