Use case or problem
I’d like to be able to do two things:
- Sort or filter by the number of tags on a given note
- Sort or filter by the length of the note title
Proposed solution
Create two functions:
string.length()- This would count the number of characters in a string
list.length()- This would count the number of elements in a list
Both of these functions would work very well with the existing functions to expand the sorting and filtering capabilities.
Current workaround (optional)
I was unable to find or come up with one from what I could see in the functions list.