Level 5* tavor 668 Posted February 14, 2017 Level 5* Share Posted February 14, 2017 I'm trying to sort all my When tags so that when I enter a tag starting with '!', I get the following sort in the dropdown list: !!Daily !1-Now !2-Next !3-Soon !4-Later !5-Someday !6-Waiting !9-Completed !Recur !z_Annually !z_Monthly !z_Quarterly !z_Weekly You'll see that I used 'z' to get the periodicity tags to the bottom of the sort. Is there a special character that would sort below letters? I.e., a character that I could replace 'z' with and still have my desired sort order? Link to comment
Level 5* DTLow 5,744 Posted February 14, 2017 Level 5* Share Posted February 14, 2017 22 minutes ago, tavor said: You'll see that I used 'z' to get the periodicity tags to the bottom of the sort. Is there a special character that would sort below letters? I.e., a character that I could replace 'z' with and still have my desired sort order? Ω I am the Alpha and the Omega, the first and the last, the beginning and the end. 1 Link to comment
Level 5* tavor 668 Posted February 14, 2017 Author Level 5* Share Posted February 14, 2017 7 minutes ago, DTLow said: Ω I am the Alpha and the Omega, the first and the last, the beginning and the end. That works for the sort, though unless there is a more convenient shortcut than ALT+234 it's not great for quick entry of a tag. I use the dropdown list as a means of narrowing the tag list, but I typically type characters until the list is winnowed down to one tag. So in this case, I'd have to type the theta character using the above shortcut, which is too slow. Link to comment
Level 5* DTLow 5,744 Posted February 14, 2017 Level 5* Share Posted February 14, 2017 58 minutes ago, tavor said: unless there is a more convenient shortcut than ALT+234 it's not great for quick entry I use a keyboard shortcut expander (it's a builtin feature on Macs) so I just type o,, and it's converted to Ω Link to comment
Level 5* CalS 5,307 Posted February 14, 2017 Level 5* Share Posted February 14, 2017 2 hours ago, tavor said: I'm trying to sort all my When tags so that when I enter a tag starting with '!', I get the following sort in the dropdown list: !!Daily !1-Now !2-Next !3-Soon !4-Later !5-Someday !6-Waiting !9-Completed !Recur !z_Annually !z_Monthly !z_Quarterly !z_Weekly You'll see that I used 'z' to get the periodicity tags to the bottom of the sort. Is there a special character that would sort below letters? I.e., a character that I could replace 'z' with and still have my desired sort order? May not be quite what you want, but ! Recur will sort before !Annually. The space makes the difference. Link to comment
Level 5* tavor 668 Posted February 14, 2017 Author Level 5* Share Posted February 14, 2017 1 hour ago, csihilling said: May not be quite what you want, but ! Recur will sort before !Annually. The space makes the difference. The space also sorts before special characters, so this would move ! Recur to the very top of the list of tags starting with !. I'd like to sort as above. 1 Link to comment
Level 5* CalS 5,307 Posted February 14, 2017 Level 5* Share Posted February 14, 2017 4 minutes ago, tavor said: The space also sorts before special characters, so this would move ! Recur to the very top of the list of tags starting with !. I'd like to sort as above. Yeah, my bad, didn't test as I should have. Oops. Link to comment
eric99 1,077 Posted February 14, 2017 Share Posted February 14, 2017 { | } ~ see http://www.asciitable.com/ Link to comment
Level 5* jefito 5,598 Posted February 14, 2017 Level 5* Share Posted February 14, 2017 I'll add a caution that sorting of special (i.e., non-alphanumeric) may vary by Evernote platform. 1 Link to comment
Level 5* tavor 668 Posted February 14, 2017 Author Level 5* Share Posted February 14, 2017 56 minutes ago, eric99 said: { | } ~ see http://www.asciitable.com/ I had already tried ~ That character sorts relatively high, and it will sort before a letter or number, so !~ will sort before !z I'm looking for a (quick to type on standard keyboard) character that will sort AFTER letters. It looks like the sort order Evernote uses in the tag dropdown field is different from the ASCII table numerical sequence. Link to comment
Level 5* jefito 5,598 Posted February 14, 2017 Level 5* Share Posted February 14, 2017 1 hour ago, tavor said: It looks like the sort order Evernote uses in the tag dropdown field is different from the ASCII table numerical sequence. Sorting isn't always based on numerical order. See, e.g. https://en.wikipedia.org/wiki/Collation. Note that Evernote sorts tags in a case insensitive order ('a' and 'A' sort to the same slot, even though they have different numerical values). Note also that Evernote uses UTF, not ASCII. You may need to use trial-and-error to determine the special character that you seek, unless someone here has already solved it (I haven't). 1 Link to comment
eric99 1,077 Posted February 15, 2017 Share Posted February 15, 2017 You're right, the sort order might be culture dependent, below an explanation how it is done in C# for example: The sort order of strings depends on the culture you use. StringComparer.CurrentCulture sorts the following 1-character strings as follows on my machine: ' - ! " # $ % & ( ) * , . / : ; ? @ [ \ ] ^ _ ` { | } ~ + < = > 0 1 2 3 4 5 6 7 8 9 a A b B c C d D e E f F g G h H i I j J k K l L m M n N o O p P q Q r R s S t T u U v V w W x X y Y z Z StringComparer.Ordinal sorts the same strings as follows: ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 1 Link to comment
misy 1 Posted August 15, 2017 Share Posted August 15, 2017 I am aware that this topic has been treated half a year ago, but I'm pretty much stuck on the same issue. As the in the original question, I am treating some notebook as my todo list. As such, I want to file some entries to belong to a specific project. However, I want this tag to be the last in the row. Being a cross-platform user, I found the colon ( : ) to be treated after the numbers on the Mac, but it is sorted before the numbers in Windows. Is there some definite answer on which special character would go behind the numbers in Windows? I'm using the German localization now, it that matters. It's starting to give me gray hair... Best regards Michael Link to comment
enriquep 1 Posted October 7, 2017 Share Posted October 7, 2017 What about this? I think could be useful to have a simple char to type which sorts after numbers and letters... Link to comment
kitschkitten 8 Posted December 19, 2017 Share Posted December 19, 2017 Gah! So annoying that sorting is different across systems! I was just testing this myself - in case it's useful to anyone else here were my test results (for 21 symbols) on the Mac app and iOS app, browsers (Mac) and Windows app - they all sort differently: https://www.evernote.com/l/AAJzJL7C7pZCTr7ZDGJpTW7vUH80qZWyj-o Jo Link to comment
ladelstal 1 Posted September 28, 2018 Share Posted September 28, 2018 Dear community, I would like to know how different signs can be used to sort notes, i.e. making sure that they show up first. What is the order of different signs? From a bit of trial and error, I have found, for example, that '!' comes before '.' and '*'. Is there a list of how these signs are arranged? Apart from that I order notes using 1. 2. and so on, but sometimes (when I am working on something) I would like to pull up notes in the order by adding a sign infront that then changes the order. Many thanks, Lotta Link to comment
Level 5* DTLow 5,744 Posted September 28, 2018 Level 5* Share Posted September 28, 2018 I use special characters to control the order of my notes in title sequence. I also prefix my tagnames ?Who !What @Where .When also repeating parent tags, for example !Colour-Blue !Colour-Red !Colour-White There are various tables available on the internet; here's a basic ASCII Table I suggest you do some experientation and see what works for you. I am the Alpha and the Omega, the first and the last, the beginning and the end. 1 Link to comment
Gear64 44 Posted September 28, 2018 Share Posted September 28, 2018 I'm not positive, but I think if you using multiple clients, the OS that client runs on may treat the sort differently. For instance Android and Apple my tag list is !?. and Windows !#&. Link to comment
Level 5* jefito 5,598 Posted September 28, 2018 Level 5* Share Posted September 28, 2018 19 minutes ago, Gear64 said: I'm not positive, but I think if you using multiple clients, the OS that client runs on may treat the sort differently. For instance Android and Apple my tag list is !?. and Windows !#&. That my understanding too, at least last time I looked into it (some years back). I experimented with this sort of thing, but decided it didn't do anything for my workflow (regardless of any client differences), so I dropped it. Link to comment
Level 5* CalS 5,307 Posted September 28, 2018 Level 5* Share Posted September 28, 2018 10 hours ago, ladelstal said: Dear community, I would like to know how different signs can be used to sort notes, i.e. making sure that they show up first. What is the order of different signs? From a bit of trial and error, I have found, for example, that '!' comes before '.' and '*'. Is there a list of how these signs are arranged? Apart from that I order notes using 1. 2. and so on, but sometimes (when I am working on something) I would like to pull up notes in the order by adding a sign infront that then changes the order. Many thanks, Lotta Create a group of notes with whatever characters you want as the first character in the titles. Sort the group. You should have your answer. Link to comment
Empathi 0 Posted September 22, 2020 Share Posted September 22, 2020 I am using the greater than symbol for a lot of my tags > I have the problem of finding a symbol that appears after the >tag Has someone created a list of the symbol order? Link to comment
Level 5* CalS 5,307 Posted September 22, 2020 Level 5* Share Posted September 22, 2020 Yeah, it's called the ascii table. http://www.asciitable.com/ 1 Link to comment
charlieedstrom 31 Posted September 22, 2020 Share Posted September 22, 2020 @CalS I tested this also and compared to the same website but found the order different. So it appears they are not using the standard ASCII table for the sort of the tags. Link to comment
Level 5* DTLow 5,744 Posted September 22, 2020 Level 5* Share Posted September 22, 2020 2 hours ago, Empathi said: I am using the greater than symbol for a lot of my tags > I have the problem of finding a symbol that appears after the >tag Has someone created a list of the symbol order? I merged discussions for this topic Link to comment
Empathi 0 Posted September 22, 2020 Share Posted September 22, 2020 19 minutes ago, DTLow said: I merged discussions for this topic Thanks so much. This has cleared a lot of things up for me. Link to comment
Level 5* CalS 5,307 Posted September 22, 2020 Level 5* Share Posted September 22, 2020 I stand by my 2018 answer. Link to comment
Level 5 PinkElephant 8,738 Posted September 23, 2020 Level 5 Share Posted September 23, 2020 7 hours ago, Empathi said: I am using the greater than symbol for a lot of my tags > I have the problem of finding a symbol that appears after the >tag Has someone created a list of the symbol order? Just tried some symbols: You can use this one: ≥ or that one ≤ Both sort themselves behind the > symbol, at least on my Mac. They are created by adding the alt/opt-key. Sorry, no list either, just tried some possibilities. Link to comment
Level 5* CalS 5,307 Posted September 24, 2020 Level 5* Share Posted September 24, 2020 Went back to the beginning, knew I had done this once before. Turns out it was 2012, thanks EN. Here's a table I built back then through the high tech method of putting the special character in front of the word tag and adding each tag to the same note. In list view the tags sort as EN will sort them. Not rocket science. This is Windows, but ASCII is ASCII. The table is pretty as when I changed my Statement tag to $tatement I prettied it up. A bit OCD for me, but what the hey. I have some more time on my hands with Covid and all, Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now