Skip to content

lorenzgillner/vscode-scribble

Repository files navigation

Scribble

Take notes in VS Code, just like in the Geany IDE:

"Scribble" area in the Geany IDE

This extension adds a (bottom) panel to the VS Code UI that mimics the functionality of Geany's "Scribble" feature:

Extension screenshot

Why?

Because it's a neat little feature that I've been missing in VS Code after switching over from Geany. And apparently I'm not the only one: microsoft/vscode#58774.

Commands

Currently, the plugin exposes the following command(s):

Command Description
Save scribble Save scribble contents to disk
Copy scribble Copy scribble to clipboard

Building from source

git clone https://github.com/lorenzgillner/vscode-scribble
cd vscode-scribble
npm install      # install dependencies
npm run release  # build the VSIX package