-
I'm not able to figure out the criteria used by DV to sort the tags in the tags and etags lists. TIA for any answer! :) |
Beta Was this translation helpful? Give feedback.
Answered by
Cammagno
Aug 24, 2022
Replies: 1 comment 1 reply
-
Ok, it seems that it's simply the order in which they are inserted in the note. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AB1908
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, it seems that it's simply the order in which they are inserted in the note.
sort(tags) and sort(etags) sort them in alphabetical order, and can be combined with filter().
No idea if there is a way to sort them differently, but even if not, it's ok for me :)