{ // Foam Configuration "foam.openDailyNote.directory": "docs/daily", "foam.openDailyNote.filenameFormat": "'daily-'yyyy-MM-dd", "foam.files.ignore": [ "**/node_modules/**", "**/code/**/*.js", "**/code/**/*.py", "**/code/**/*.ts" ], // Markdown Configuration "markdown.extension.toc.levels": "2..6", "markdown.extension.completion.root": "./docs", "markdown.extension.preview.autoShowPreviewToSide": true, // Markdown Notes Configuration "vscodeMarkdownNotes.noteCompletionConvention": "[[wiki-link]]", "vscodeMarkdownNotes.slugifyMethod": "github-slug", "vscodeMarkdownNotes.workspaceFilenameConvention": "uniqueFilenames", // Todo Tree Configuration "todo-tree.general.tags": [ "TODO", "FIXME", "NOTE", "IDEA", "HACK", "QUESTION" ], "todo-tree.highlights.defaultHighlight": { "icon": "check", "type": "text", "foreground": "white", "background": "green", "opacity": 50 }, "todo-tree.regex.regex": "(//|#|