mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-10 13:29:02 +00:00
updated slugify method for markdown notes
This commit is contained in:
parent
21605350b4
commit
b6ec501cf1
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -15,5 +15,6 @@
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
},
|
},
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||||
|
"vscodeMarkdownNotes.slugifyMethod": "github-slugger"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue