joplin-outline icon indicating copy to clipboard operation
joplin-outline copied to clipboard

Panel width not ajustable when switching on this plugin

Open kai452 opened this issue 2 years ago • 3 comments

Hi, very, very usefull - many thanks.

One suggestion: When activating outline, the width is always about 50% of the active panel. Everytime I have to adjust it to much smaller size.

Would be nice to have a setting that will do this. A hint, how to do it in css would also be helpful for the moment.

Many thanks in advance, Kai

kai452 avatar Jan 09 '22 20:01 kai452

The plugin can only control the style inside the panel. It cannot resize the panel.

So far I haven't found a way to resize the panel.

cqroot avatar Jan 11 '22 05:01 cqroot

hope this could be of help https://lightzhan.xyz/index.php/2020/11/22/joplin-toc-customizing/

hyansuper avatar Feb 16 '22 18:02 hyansuper

I just found a solution. If you're using Joplin Portable, find the D:\...\JoplinPortable\JoplinProfile\settings.json, then add "width": 220, to the code:

{
	"key": "plugin-view-outline-outline.panel",
	"context": {
		"pluginId": "outline"
	},
	"width": 220,
	"visible": true
}

demybugs avatar Nov 18 '22 06:11 demybugs