Markdown in VS Code¶
Tasks¶
- Create workspace settings
Hyperlinks¶
- Path completion built in
- Type
##
in a link to see list of all Markdown headers in workspace - Drag file from explorer to create link to it.
Automatic link updates on file move or rename¶
markdown.updateLinksOnFileMove.enabled: prompt
Automatic link updating detects renames of Markdown files, images, and directories. You can enable it for additional file types with markdown.updateLinksOnFileMove.include
Pasting files¶
-
You can paste a file from the clipboard into your workspace and automatically link from documents. This is great for adding screenshots, pdfs, etc. ✅ 2024-03-11
The markdown.copyFiles.destination
setting controls where the new image file should be created
- Put pasted assets into
./assets/
Keep trailing whitespace¶
Shortcuts¶
Ctrl+Shift+O
: Go to header in file