mirror of
https://github.com/jie65535/note.git
synced 2025-12-15 18:27:48 +08:00
Initial commit
This commit is contained in:
17
.vscode/extensions.json
vendored
Normal file
17
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
// Foam's own extension
|
||||
"foam.foam-vscode",
|
||||
|
||||
// Tons of markdown goodies (lists, tables of content, so much more)
|
||||
"yzhang.markdown-all-in-one",
|
||||
|
||||
// Image-pasting for markdown
|
||||
"mushan.vscode-paste-image",
|
||||
|
||||
// Spell checking for text, markdown and latex
|
||||
"ban.spellright",
|
||||
]
|
||||
}
|
||||
4
.vscode/foam.json
vendored
Normal file
4
.vscode/foam.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"purpose": "this file exists to tell the foam-vscode plugin that it's currently in a foam workspace",
|
||||
"future": "we may use this for custom configuration"
|
||||
}
|
||||
25
.vscode/settings.json
vendored
Normal file
25
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.wrappingIndent": "indent",
|
||||
"editor.overviewRulerBorder": false,
|
||||
"editor.lineHeight": 24,
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": true
|
||||
},
|
||||
"files.defaultLanguage": "markdown",
|
||||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"foam.edit.linkReferenceDefinitions": "off",
|
||||
"foam.openDailyNote.directory": "journal",
|
||||
"foam.openDailyNote.titleFormat": "fullDate",
|
||||
"git.enableSmartCommit": true,
|
||||
"git.postCommitCommand": "sync",
|
||||
"markdown.preview.breaks": true,
|
||||
"pasteImage.path": "${projectRoot}/attachments",
|
||||
"pasteImage.showFilePathConfirmInputBox": true,
|
||||
"prettier.singleQuote": false,
|
||||
}
|
||||
2
.vscode/spellright.dict
vendored
Normal file
2
.vscode/spellright.dict
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
wikilink
|
||||
spellright
|
||||
Reference in New Issue
Block a user