Extension running order. #649
-
Hello vlad, I asked this on auto's board a few weeks back and received no answer, so figured I'd try here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
scripts are ordered first by sections:
and within each of those sections, its alphabetical. i just wrote a framework to support custom ordering, but need to design ui for it. |
Beta Was this translation helpful? Give feedback.
-
What is the status on this? @vladmandic |
Beta Was this translation helpful? Give feedback.
scripts are ordered first by sections:
/scripts
/extensions-builtin
/extensions
and within each of those sections, its alphabetical.
i just wrote a framework to support custom ordering, but need to design ui for it.
as a test, you can create
.priority
in extension folder with a single line which is a two-digit number.default value is 50 (lower number is higher priority)