Every so often I find another nifty little feature in Visual Studio Code that I get excited about. Today, that feature is markdown editing with synced preview pane scrolling 😍
@n Built in! Ctrl, shift + M when editing a markdown file.
@mikebabb that’s really great. I guess I don’t need MacDown anymore. It’s a different key combo for me, but I found it.
@n I used to use QOwnNotes for markdown note-taking, but with this preview pane opening a notes folder in VSCode does the same thing so having two applications seems unnecessary.
@mikebabb do you by any chance know if you can link/navigate to other markdown pages within VSCode markdown docs?
@universal_traveler I've not done that before so I can't say for sure, but if the URL you set for the link is an absolute path to a file on your system, I don't see why that wouldn't work.
@mikebabb oh neat, that’s built in? Or a plug-in?