Toggle sidebar and notebook with width remembered

Operating system

Linux

Joplin version

3.3.12

Desktop version info

Joplin 3.3.12 (prod, linux)

Device: linux, AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics
Client ID: f6814a4171564fbfbde0188a9e933e3c
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Alternative instance ID: -

Revision: 4d790b6

Backup: 1.4.4
Joplin Batch: 0.2.2
Note Tabs: 1.4.0
Persistent Editor Layout: 2.2.0
Quick Links: 1.3.2
Space Indenter: 0.2.5
Tagging: 1.0.3

Editor

Markdown Editor

What issue do you have?

When I use F10 and F11 to toggle the sidebar or note list the width I had set is forgotten, so when they come back they split the screen equally.

I haven't heard anyone else with this complaint, so I feel like I've missed a setting somewhere? Or is this normal behaviour?

Screenshots




1 Like

The following issues can be at play here:

  1. Whatever panel is placed on the far right side is the only panel that gets resized when you resize the joplin window: Give the panel that contains the editor a dynamic width · Issue #10151 · laurent22/joplin · GitHub

  2. Plugin panels don't retain their width when you hide and then re-enable the panel: Panel width for plugins do not persist · Issue #5634 · laurent22/joplin · GitHub

The notebook list may not technically be a plugin, but the behavior in your screenshots when hiding/showing the panel is the exact same behavior seen with plugin panels where the size gets reset.

1 Like

Hey thanks for the reply! I tried moving both the panels to the left and that does seem to have fixed the issue. It seems like the issues themselves are already tracked via GitHub, so I will just keep my note list on the left as a temporary solution for now. Thanks!