Kosmo, Are you referring to the list of tags in the Sidebar More Tags list? If so this is defined in $:/core/ui/MoreSideBar/Tags and its filter is found in $:/core/Filters/AllTags!!filter and reads [tags[]!is[system]sort[title]] So yes it is sorted by title.
The following button will "tag all the tags" with tag sort, provide a list to drag and drop into the required order and the correct filter to use once setup. <$button> <$list filter="[tags[]!is[system]sort[title]]"> <$fieldmangler> <$action-sendmessage $message="tm-add-tag" $param="tagsort"/> </$fieldmangler> </$list> Tag Tags with tagsort </$button> ;Reorder below or in the tag pill <<tag tagsort>> :use the filter `[all[]tag[tagsort]]` in a new or modified sidebar tab <<list-tagged-draggable tag:"tagsort">> Regards Tones On Sunday, 23 May 2021 at 11:41:28 UTC+10 [email protected] wrote: > I can do this with the titles/entries under each tag pill, but the pills > themselves won't move in the browser (Firefox or Chrome, latest version of > each) - I'm not sure if this is a possibility or not? (The Tiddlywiki.com > information page - https://tiddlywiki.com/#Drag%20and%20Drop - is not > clear on this.) -- 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/1c2f3bb4-37db-4691-833e-91362f72494an%40googlegroups.com.

