You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scripts are given a label, they are inserted in alphabetical order (by the label), rather than complying with the order defined with the QTableView:
This was giving me some headaches today as I tried debugging a note type. Is this intentional? Since I don't use the labels for scripts and just assigned them for completionist reasons, deleting them was an easy fix. But it seems off to me.
The text was updated successfully, but these errors were encountered:
Hm, seems weird to me as well. The labels should only be there for merging multiple snippets into one <script> tag. On the next update I'll give this a look.
When scripts are given a label, they are inserted in alphabetical order (by the label), rather than complying with the order defined with the QTableView:
This was giving me some headaches today as I tried debugging a note type. Is this intentional? Since I don't use the labels for scripts and just assigned them for completionist reasons, deleting them was an easy fix. But it seems off to me.
The text was updated successfully, but these errors were encountered: