-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdendron.code-workspace
More file actions
48 lines (48 loc) · 1.62 KB
/
dendron.code-workspace
File metadata and controls
48 lines (48 loc) · 1.62 KB
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
{
"folders": [
{
"path": "notes",
"name": "Note"
},
{
"path": "flomo"
}
],
"settings": {
"dendron.rootDir": ".",
"files.autoSave": "onFocusChange",
"pasteImage.path": "${currentFileDir}/assets/images",
"pasteImage.prefix": "/",
"markdown-preview-enhanced.enableWikiLinkSyntax": true,
"markdown-preview-enhanced.wikiLinkFileExtension": ".md",
"editor.snippetSuggestions": "inline",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggest.showSnippets": true,
"editor.tabCompletion": "on",
"dendron.enableSelfContainedVaultWorkspace": true,
"editor.formatOnSave": true,
"files.associations": {
"*.html": "mako"
},
"flomo.publicApiKey": "https://flomoapp.com/iwh/MTI0Mjgx/d2310c2ceaa9582c1f972314ef42d089/",
"obsidian-md-vsc.defaultVault": "Note",
"obsidian-md-vsc.defaultVaultPath": "D:\\Note",
"obsidian-md-vsc.defaultNote": "notes\\root"
},
"extensions": {
"recommendations": [
"dendron.dendron",
"dendron.dendron-paste-image",
"dendron.dendron-markdown-shortcuts",
"redhat.vscode-yaml"
],
"unwantedRecommendations": [
"dendron.dendron-markdown-links",
"dendron.dendron-markdown-notes",
"dendron.dendron-markdown-preview-enhanced",
"shd101wyy.markdown-preview-enhanced",
"kortina.vscode-markdown-notes",
"mushan.vscode-paste-image"
]
}
}