Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "folders": [
- {
- "path": "notes",
- "name": "Zettelkasten-Medical-Notes"
- }
- ],
- // The following settings will only apply to Markdown files:
- "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,
- // quickSuggestions true will provide suggestions as you type.
- // If you turn this on and DO NOT want suggestions
- // for non-wiki-link, non-tag words,
- "editor.quickSuggestions": true,
- // This is poorly documented, but seems to offer suggestions
- // from any word in open document when turned on, which
- // can be a little distracting in Markdown docs:
- "editor.wordBasedSuggestions": false,
- "editor.tabSize": 2,
- // Set this to false if you turn on quickSuggestions
- // but don't want suggestions for Markdown related snippets
- // as you type:
- "editor.suggest.showSnippets": false,
- },
- "extensions": {
- "recommendations": [
- "dendron.dendron",
- "dendron.dendron-paste-image",
- "dendron.dendron-markdown-shortcuts",
- "redhat.vscode-yaml"
- ],
- "unwantedRecommendations": [
- "dendron.dendron-markdown-links",
- "dendron.dendron-markdown-notes",
- "shd101wyy.markdown-preview-enhanced",
- "kortina.vscode-markdown-notes",
- "mushan.vscode-paste-image"
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment