Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panel width not ajustable when switching on this plugin #61

Open
kai452 opened this issue Jan 9, 2022 · 3 comments
Open

Panel width not ajustable when switching on this plugin #61

kai452 opened this issue Jan 9, 2022 · 3 comments

Comments

@kai452
Copy link

kai452 commented Jan 9, 2022

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

@cqroot
Copy link
Owner

cqroot commented Jan 11, 2022

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.

@hyansuper
Copy link

@demybugs
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants