cqroot / joplin-outline

A markdown outline (TOC) sidebar plugin for Joplin.
MIT License
215 stars 16 forks source link

Make it so panel remembers changed width #48

Closed PrefixCoder closed 6 months ago

PrefixCoder commented 2 years ago

Initially, the outline panel takes exactly half of editor's space.

2021-10-11_161058

One can easily make it smaller, like this:

2021-10-11_161111

But the moment pane switches off-on, or a different notebook is selected, it's width snaps back to half the editor

skymagician commented 2 years ago

同问。还有窗口最大化或者取消最大化的时候,目录栏不会跟着调整,还要再拖一下才行。

chronos1970 commented 2 years ago

+1 for a solution to this issue

youralmight commented 2 years ago

We'd better add a variable Width: fixed, compact, or remember last width. Any way, this pane occupies too much space.

cqroot commented 2 years ago

The width of the panel cannot be adjusted using CSS. I haven't found a good way to fix it yet.

manuerwin commented 6 months ago

Can this be closed as a duplicate of #45 ?