1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
{
"pluginEnabledStatus": {
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"command-palette": true,
"markdown-importer": false,
"word-count": false,
"open-with-default-app": false,
"file-recovery": true,
"tag-pane": true,
"page-preview": true,
"templates": true,
"random-note": false,
"outline": true,
"slides": true
},
"strictLineBreaks": false,
"useTab": false,
"tabSize": 2,
"autoConvertHtml": true,
"vimMode": true,
"promptDelete": false,
"smartIndentList": true,
"foldIndent": true,
"foldHeading": true,
"defaultViewMode": "source",
"enabledPlugins": [
"better-word-count",
"obsidian-checklist-plugin",
"note-refactor-obsidian",
"obsidian-vimrc-support",
"obsidian-plugin-toc",
"calendar"
],
"showUnsupportedFiles": true,
"useMarkdownLinks": false,
"alwaysUpdateLinks": true,
"legacyEditor": false,
"livePreview": true,
"spellcheckLanguages": [
"en-GB",
"sv"
],
"newLinkFormat": "shortest",
"readableLineLength": true,
"showLineNumber": false,
"lineWrap": true
}
|