Add markdown-links extension to recommendations

This commit is contained in:
Zac Jones
2020-06-26 11:37:50 -04:00
committed by GitHub
parent 76cf9f4a26
commit 9a80f433f0

View File

@ -21,6 +21,9 @@
// [[wiki-links]], backlinking etc // [[wiki-links]], backlinking etc
"kortina.vscode-markdown-notes", "kortina.vscode-markdown-notes",
// Adds `show graph` command that displays graph of linked notes
"tchayen.markdown-links",
// Understated grayscale theme (light and dark variants) // Understated grayscale theme (light and dark variants)
"philipbe.theme-gray-matter" "philipbe.theme-gray-matter"
] ]