Notebook Sorting Issue

Operating system

Windows

Joplin version

2.14.20

Desktop version info

Joplin 2.14.20 (prod, win32)

Client ID: f8bd9150008d4dc7802ca37cf2bd5079
Sync Version: 3
Profile Version: 46
Keychain Supported: Yes

Revision: cfd98e3

Backup: 1.4.0

What issue do you have?

The notebooks are not sorted properly by numbers. It seems that Joplin only counts the first digit.

Screenshots

Screenshot.png

Here is what it looks like after numbering more notebooks.

image

1 Like

Hello. Have you set the alignment of notes in the "view" tab of the application to "alphabetical"?

1 Like

More specifically, go to View > Sort Notebooks by, and make sure that you have selected Title. The notebooks should sort correctly after that.

1 Like

Hi, thanks for the suggestions, but the notebooks were already sorted by title. Unselecting and reselecting the option changed nothing.

The sort order was fixed in Desktop: Fixes #10077 - Special characters in notebooks and tags are not sorted alphabetically by cagnusmarlsen · Pull Request #10085 · laurent22/joplin · GitHub, but this is only available in Joplin 3.

1 Like

Hi, If you add a zero to the single digit numbers that should help:

01
02
03
04
05
06
07
08
09
10
11
etc...

JoplinNoteSorting

1 Like

Hello Ardhill, that solved my problem, thanks.