Change view settings permanently

Hi,

everytime I close and reopen Joplin, my view settings restore to default. I want to have my notes sort by name 0-Z permanently. Is there a way to fix this?

Using Joplin 2.5.12 on Win 10

@Andi welcome to the forum.

I believe that the note sort settings (View > Sort notes by) should be saved to C:\Users\<username>\.config\joplin-desktop\settings.json under:

"notes.sortOrder.field": "title",
"notes.sortOrder.reverse": false,

When restarting Joplin do you lose your sync settings, date format settings, editor font settings, editor font size, external editor settings, selected markdown extensions as well?

Thanks for the quick respnse. Yes, I did. I like to think it's because I couldn't remove read-only-mode from .config, but now I just de- and reinstalled Joplin and this time it works so far.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.