-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom sorting of notebooks #206
Comments
+1 Lots of notebooks. I need to look at them in alphabetical order. |
+1 on Android |
just a thought: maybe a search field above the notebooks with incremental seach functionality would be helpful (if one has lots of notebooks). Also, I'd like to see this enhancement (original request) on all platforms: desktop, mobile, terminal. |
add the possibility to use drag&drop as requested in #461 |
+1 |
+1 |
"alphabetical ordering is what i miss most" - Same for me, this is what I would love. Custom ordering I don't really need. :) But alphabetical would be really nice! |
+1 |
+1 |
+1 |
Created Pull Request #768 where notebooks are sorted alphabetically |
+1 "must have" + display of date and time of creation |
What about the ability to sort both notebooks and (more importantly for me) notes in manual order (drag and drop)? Is this on a feature request somewhere already? Thanks! |
Custom sorting can be achieved by adding a unique index to every note in a notebook. Then, this index would change when you drag the note to change its position. |
@alexdevero Thanks for this. How do I add an index to a note though? |
@justusthane you can't. What I proposed was a solution that needs to be implemented, i.e. coded. You, the user, would not manipulate with the index in any way. You would just drag the notes and Joplin would change the index based on that. |
There is a possibility to sort with numbers. Just add a number in front of notebook name and it will sort it. However, you need to restart Joplin for changes to take place. |
I'm confused. Why is this issue closed? The feature isn't implemented yet, is it? This feature is necessary for a decent notes application. I'm trying Joplin now after OneNote doesn't support dark themes (except in the upcoming version that will not run on Windows 7...), Boostnote doesn't allow reordering of notebooks, Simplenote doesn't support dark themes without paying money, CherryTree is clunky, and Zim... well I'm not sure about that one yet. My point is this simple feature would set your program apart from the competition. (It would also allow me to use it... This is a literal must for me.) I frequently create new notebooks. I have about 20 right now, each holding notes of a single subject. When I create new notebooks, I need to be able to sort them. Please and thank you. |
The commit referenced allows you to sort notebooks:
The change is already included in the 2 latest pre-releases. |
OK, I found this page: https://github.com/laurent22/joplin/blob/833d4732685206f6f36d7f64039d5417537bf283/CliClient/tests/models_Folder.js But I can't find any file called "models_Folder.js" in my Windows-based installation... I'm using v1.0.135. Can I start using this feature now somehow? Or will the feature be included in the Windows build soon? Thanks. |
It will be part of the next release on desktop. |
Yes, you can. I mentioned before that it is available in the 2 latest pre-releases: https://github.com/laurent22/joplin/releases/tag/v1.0.138 |
Thank you so much. It works great! |
Thank you, @laurent22 ! Thank you, @tessus - I scoured these pages for several minutes and would not have found the prerelease download links if it wasn't for you. (I still don't know what I'd click to find them again... 😕 ) One thing I've noticed is that new notebooks aren't sorted alphabetically automatically, even though the menu setting is enabled. Closing and relaunching the program has no effect. Sorting by last updated then going back to sorting alphabetical does properly sort them. (This is kind of a neat little quirk... you could take advantage of this knowledge; with some planning, you could sort the first notebooks created alphabetically, then add other notebooks which would be sorted manually, based on time of creation.) Thanks again. I'm getting everything merged into Joplin now and I can't wait to really start using it! P.S. A manual sorting option would be highly appreciated, too! Personally, I'd like all of my notebooks sorted alphabetically, but I want my "To Do" list always at the top. (P.P.S. Naming my notebook "- To Do -" is an adequate workaround.) Thanks for your consideration! (Should I create a new issue with this specific request, for organization's sake?) |
|
This should be fixed in the next release |
…by title or last modified
Operating system
Application
Summary
Providing a way to customize how notebooks are sorted (e.g. by
created time
,recently updated
, (etc) in ascending / descending order; ) would be a minor but meaningful UX improvement.The text was updated successfully, but these errors were encountered: