Custom Scriptlets / Developer mode should have buttons to re-order the list of Scriptlets
#43,106 opened on Jan 5, 2025
Description
Platforms
all
Description
Currently, when you add a custom Scriptlets, they will be saved in the order when they get added.
It would be nice to be able to re-order the list when the list of Scriptlets gets larger, to accomodate the human logic and brain, because sometimes you add a Scriptlet, but in the future you might add more scriptlets targeting specific priorities or domains or types, so just being able to move them around without having to take the time and manually cut and paste the Scriptlets to re-arrange them, should be good.
Since the Custom Scriptlets were implemented with LevelDB, that means it is not possible to open the DB in an easy to use 3rd party program, and edit it to easily move things around, like a JSON or SQLite DB would be.