mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-24 02:48:59 +00:00
25 lines
656 B
JSON
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"
|
|
]
|
|
}
|