|
6 | 6 | ], |
7 | 7 | "settings": { |
8 | 8 | "files.exclude": { |
9 | | - "_site/**": true, |
10 | | - "docs/quartz_repo/.github/workflows/**": true, |
11 | | - // "**/node_modules/**": true, |
12 | | - "docs/quartz/**": true |
| 9 | + "**/node_modules/**": true, |
13 | 10 | }, |
14 | 11 | "editor.wrappingIndent": "indent", |
15 | 12 | // "markdown.styles": ["custom-tag-style.css"] |
|
21 | 18 | } |
22 | 19 | }, |
23 | 20 | "files.insertFinalNewline": true, |
24 | | - "foam.openDailyNote.onStartup": false, |
25 | | - "foam.edit.linkReferenceDefinitions": "off", |
26 | | - "foam.files.ignore": [ |
27 | | - "readme.md", |
28 | | - "docs/quartz/**/*", |
29 | | - "docs/quartz_repo/**/*", |
30 | | - // "docs/private/**/*" |
31 | | - ], |
32 | | - "foam.files.newNotePath": "currentDir", |
33 | | - "foam.completion.useAlias": "whenPathDiffersFromTitle", |
34 | | - "foam.preview.embedNoteType": "content-inline", |
| 21 | + // "foam.openDailyNote.onStartup": false, |
| 22 | + // "foam.edit.linkReferenceDefinitions": "off", |
| 23 | + // "foam.files.ignore": [ |
| 24 | + // "readme.md", |
| 25 | + // ], |
| 26 | + // "foam.files.newNotePath": "currentDir", |
| 27 | + // "foam.completion.useAlias": "whenPathDiffersFromTitle", |
| 28 | + // "foam.preview.embedNoteType": "content-inline", |
35 | 29 | }, |
36 | 30 | "extensions": { |
37 | 31 | // See http://go.microsoft.com/fwlink/?LinkId=827846 |
38 | 32 | // for the documentation about the extensions.json format |
39 | 33 | "recommendations": [ |
40 | 34 | // Foam's own extension |
41 | | - "foam.foam-vscode", |
| 35 | + // "foam.foam-vscode", |
42 | 36 |
|
43 | 37 | // Tons of markdown goodies (lists, tables of content, so much more) |
44 | 38 | "yzhang.markdown-all-in-one", |
|
0 commit comments