foam-template/.vscode/extensions.json
2021-12-08 23:05:22 +08:00

25 lines
656 B
JSON

{
// 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",
// 贴图插件
"mushan.vscode-paste-image",
// markdown 语法检查器
"DavidAnson.vscode-markdownlint",
// markdown 流程图插件
"bierner.markdown-mermaid",
// markdown 流程图语法高亮插件
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
// 笔记自动同步插件
"JSShou.note-sync"
]
}