Is there a way to reset the layout?

[SCROLL AND READ BEFORE POSTING]

Windows 11
Joplin 2.9.4

I try as I may but I cannot figure out how to successfully use the application layout feature.

On my HP 15 inch laptop the layout is perfect. But on my lenova 13 inch I cannot get a viable layout.

Thanks

Honestly, I don't think you can do this through the GUI, but if you go to your Joplin profile folder and open the settings.json file, there should be a whole entry called ui.layout, which should look something like this.

	"ui.layout": {
		"key": "root",
		"children": [
			{
				"key": "sideBar",
				"visible": true,
				"width": 183
			},
			{
				"key": "noteList",
				"visible": true,
				"width": 192
			},
			{
				"key": "editor",
				"visible": true
			}
		],
		"visible": true
	},

Just delete it completely, then restart the application. Joplin should then open with its default layout. Also, just in case, create a backup copy of settings.json before doing the changes.

It was after i installed the sheets plugin. I reinstalled it and everything is good.

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