Alphabetical sort of Plugins

How / where can I sort the Plugin list?

Thanks

1 Like
<$list filter="[prefix[$:/plugins/]sort[]]">

</$list>

Now all you need is the correct template to drop in there – someone like @pmario probably knows what that is.

The alphabetical sort is the normal behaviour. You have any tiddler that overwrites $:/core/ui/ControlPanel/Plugins tiddler. You can see the original tiddler in https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FControlPanel%2FPlugins

Thanks @CodaCoder, @Alvaro.

I checked in my wiki the $:/core/ui/ControlPanel/Plugins tiddler:

searched for it:
grafik

But, it is not a big issue to investigate it further…

I don’t see that your tiddler have the tag $:/tags/ControlPanel. Does it have the tag?

@Alvaro this doesn’t change the sorting…

I was talking about $:/core/ui/ControlPanel/Plugins tiddler. I don’t see if it have any tag.

When you add the tag your (new) tiddler (StS/Sort Plugins), you have a new tab in control panel with the title of your tiddler.

yes - it is tagged…

I had a talk over GitHub with Jeremy!
One problem here is the name field which I think came into play from 5.1.21 or 5.1.20 (not sure)
Old plugins does not have such field and it seems this is the reason you do not see the plugins in order!

This is true also for Sidebar > More > Plugins see for example on https://tiddlywiki.com

Note to nw.js plugin

I even suggested in GitHub to have official plugins first and then list User or Third party ones!

Thanks @Mohammad - good to know.