cfConfig Portal

Joplin Settings

Joplin desktop application settings.

joplin-settings.json
{
	"$schema": "https://joplinapp.org/schema/settings.json",
	"altInstanceId": "",
	"editor.codeView": false,
	"sync.target": 2,
	"sync.2.path": "{{HOME}}/Documents/temp",
	"locale": "en_GB",
	"theme": 7,
	"preferredLightTheme": 4,
	"preferredDarkTheme": 7,
	"markdown.plugin.softbreaks": false,
	"markdown.plugin.typographer": false,
	"showTrayIcon": false,
	"style.editor.fontSize": 18,
	"style.editor.fontFamily": "Gill Sans",
	"style.editor.monospaceFontFamily": "Fira Code",
	"style.editor.contentMaxWidth": 800,
	"ui.layout": {
		"key": "root",
		"children": [
			{
				"key": "sideBar",
				"width": 250,
				"visible": true
			},
			{
				"key": "noteList",
				"width": 250,
				"visible": true
			},
			{
				"key": "editor",
				"visible": true
			}
		],
		"visible": true
	},
	"noteVisiblePanes": [
		"editor",
		"viewer"
	],
	"editor.spellcheckBeta": true,
	"api.token": "2dc650f2548777975a555f6714e0212d9e93139b5b2a2adc8870de52d1b4947143d99023e3623797586045053b563afc0a3f2d8c42b14400fee88e1b3e78439f"[REDACTED]",
	"spellChecker.languages": [
		"en-US"
	],
	"featureFlag.autoUpdaterServiceEnabled": false,
	"trash.autoDeletionEnabled": true
}