AkashSatsangi 0 Posted February 7, 2020 Share Posted February 7, 2020 The notebooks in my Stacks are not sorting. When I created the stacks everything was working fine. adding new notebook would automatically sort it - due to the way I name them. I have been recently facing this issue (as seen in image). The notebooks don't sort, adding new one just places it in a random position - no date/last updated/name wise. This is just the smallest of the 4 stacks I use. Sorting with the top right icon just sorts the stacks not the notebooks. Link to post
Level 5* jefito 5,525 Posted February 18, 2020 Level 5* Share Posted February 18, 2020 6 hours ago, Lewis-H said: While input stack is NOT empty do this: Pop an element from input stack call it temp. while temporary stack is NOT empty and top of temporary stack is greater than temp, pop from temporary stack and push it to the input stack. .. What on earth are you talking about? There are no numbers in Evernote stacks, nor are there push or pop operations. Are you a bot? Link to post
Level 5* DTLow 5,096 Posted February 18, 2020 Level 5* Share Posted February 18, 2020 On 2/7/2020 at 11:23 AM, AkashSatsangi said: The notes in my Stacks are not sorting. When I created the stacks everything was working fine. adding new notebook would automatically sort it - due to the way I name them. You're using the "new web version" which has known issues You might want to downgrade versions btw Your issue is with notebook sequence, not note sequence 1 Link to post
Level 5* CalS 4,728 Posted February 18, 2020 Level 5* Share Posted February 18, 2020 2 hours ago, jefito said: What on earth are you talking about? There are no numbers in Evernote stacks, nor are there push or pop operations? Are you a bot? Machine language coding? Link to post
Level 5* jefito 5,525 Posted February 18, 2020 Level 5* Share Posted February 18, 2020 2 hours ago, CalS said: Machine language coding? No idea... 🤷♂️ Link to post
Level 5 PinkElephant 1,594 Posted February 18, 2020 Level 5 Share Posted February 18, 2020 It sounds like a guy who is used to write his prose in coding staccato. Could be from an algorithm description, like ##... I think he refers to the screenshot, where the stack and notebooks carry a number a a prefix to the notebooks title. This should enable a sound order based on the first numeric digits. Link to post
Level 5* jefito 5,525 Posted February 18, 2020 Level 5* Share Posted February 18, 2020 1 hour ago, PinkElephant said: It sounds like a guy who is used to write his prose in coding staccato. Could be from an algorithm description, like ##... It's more a case of someone who did a web search on something like "sort a stack", and copied/pasted an answer from some developer site. E.g.: https://www.geeksforgeeks.org/sort-stack-using-temporary-stack/: Quote Create a temporary stack say tmpStack. While input stack is NOT empty do this: Pop an element from input stack call it temp while temporary stack is NOT empty and top of temporary stack is greater than temp, pop from temporary stack and push it to the input stack push temp in temporary stack The sorted numbers are in tmpStack Look familiar? 2 2 Link to post
Level 5* CalS 4,728 Posted February 18, 2020 Level 5* Share Posted February 18, 2020 2 minutes ago, jefito said: It's more a case of someone who did a web search on something like "sort a stack", and copied/pasted an answer from some developer site. E.g.: https://www.geeksforgeeks.org/sort-stack-using-temporary-stack/: Hat's off to your perseverance, master, 👏 Link to post
Level 5 PinkElephant 1,594 Posted February 19, 2020 Level 5 Share Posted February 19, 2020 If this is a copy & paste bot, who is able to block him from visiting this little piece of internet property ? 5* ready to move in, or do we need to report it to Shane ? Link to post
Level 5* jefito 5,525 Posted February 19, 2020 Level 5* Share Posted February 19, 2020 4 hours ago, CalS said: Hat's off to your perseverance, master, 👏 Ha, it was the second hit on a web search for "sort a stack", giveaway was the page title. 🍰 (piece of cake). *slight bow* 1 Link to post
AkashSatsangi 0 Posted February 19, 2020 Author Share Posted February 19, 2020 19 hours ago, Lewis-H said: Sort a stack using a temporary stack Create a temporary stack say tmpStack. While input stack is NOT empty do this: Pop an element from input stack call it temp. while temporary stack is NOT empty and top of temporary stack is greater than temp, pop from temporary stack and push it to the input stack. ... The sorted numbers are in tmpStack. I hope this helps! Regards, Lewis Developer apps4rent | o365cloudexperts | clouddesktoponline I dont fully understand what you are trying to say but from the other comments, it seems I have been doing it i am referring to the numbering of notebooks Link to post
AkashSatsangi 0 Posted February 19, 2020 Author Share Posted February 19, 2020 19 hours ago, DTLow said: You're using the "new web version" which has known issues You might want to downgrade versions btw Your issue is with notebook sequence, not note sequence Thanks a lot! The issue is sorted! It will take some time to adjust to the different UI. (changed the notes to notebooks) Link to post
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