VSCode provides an excellent experience for writing Markdown. Combined with git for version control, it works great. The only pain point is image uploading. I found the Paste Image plugin solves this problem, so I uploaded this repository with my configuration in .vscode.
- Fork this repository first
- Install the Paste Image plugin
- Write your notes in the note folder
node scripts/clean_useless_attachments.js- The
.vscodefolder contains the configuration for thePaste Imageplugin, which you can modify as needed. The default hotkey iscmd + alt + v(Windowsctrl+alt+v), or you can usecmd + shift + pto bring uppaste image
