Simple Scratchpad for quick notes.
Notes are created as markdown files. Notes can either be created in the local project folder or the global extensions folder.
- Install plugin
- Press F1, search for "Scratchpad Markdown"
- Add Keybindings
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "ctrl+k ctrl+s", "command": "extension.openGlobalScratchpad", "when": "editorTextFocus" },
{ "key": "ctrl+k s", "command": "extension.openLocalScratchpad", "when": "editorTextFocus" }
]
This code is forked from https://github.com/awesomektvn/vscode-scratchpad
- Now the cursor & newline are placed at the top of the file
- Global now stored in ~/.vscode