No description
Find a file
2026-07-17 13:19:20 +05:30
.github/workflows ci: remove artifact attestation from release workflow 2026-07-17 13:19:20 +05:30
assets Update README and assets 2026-07-16 13:03:22 +05:30
src feat: Refactor UI to tabbed interface (Text, Canvas, Save) 2026-07-15 23:54:25 +05:30
.editorconfig Initial commit 2025-06-01 23:48:27 +05:30
.eslintignore Initial commit 2025-06-01 23:48:27 +05:30
.eslintrc Initial commit 2025-06-01 23:48:27 +05:30
.gitignore minor fixes 2025-07-06 14:55:25 +05:30
.npmrc Initial commit 2025-06-01 23:48:27 +05:30
CONTRIBUTING.md Add contributing guide 2026-07-16 12:02:49 +05:30
esbuild.config.mjs Refactor: Fix plugin warnings, update configuration, and adjust styles 2026-07-07 23:08:08 +05:30
LICENSE Initial commit 2025-06-01 23:48:27 +05:30
manifest.json chore: bump version to 0.3.0 2026-07-17 12:18:03 +05:30
package-lock.json chore: bump version to 0.3.0 2026-07-17 12:21:48 +05:30
package.json chore: bump version to 0.3.0 2026-07-17 12:21:48 +05:30
README.md Update README and assets 2026-07-16 13:03:22 +05:30
tsconfig.json Initial commit 2025-06-01 23:48:27 +05:30
version-bump.mjs Initial commit 2025-06-01 23:48:27 +05:30
versions.json chore: bump version to 0.3.0 2026-07-17 12:18:03 +05:30

Scratchpad

Scratchpad is an Obsidian plugin that provides a simple space in the sidebar for quick text notes and freehand drawings - perfect for jotting down ideas while working across multiple notes.

Features

  • A text input area for quick notes
  • A canvas for freehand drawing with customizable brush color and size
  • Content can be saved to disk
  • Lightweight and distraction-free

Installation

  1. In Obsidian, open Settings → Community Plugins.
  2. Make sure Safe Mode is turned off to enable plugin installation
  3. Click Browse, then search for "Scratchpad" or open directly:
    obsidian://show-plugin?id=scratchpad
  4. Click Install, then Enable the plugin.

Usage

  1. Open the command palette (Ctrl/Cmd + P) and search for Scratchpad, or click the notebook-pen icon in the left ribbon.
  2. The plugin opens in the sidebar with two tabs: Text and Canvas.
  3. In the Text tab, you can type quick notes. Use the Copy to Scratchpad option from the context menu in any Markdown note to append selected text here.
  4. In the Canvas tab, you can draw using your mouse or stylus, with tools to adjust color, brush size, and clear the canvas.
  5. Click the Save button at the top to save your current text and drawing content to disk.

Note

  • This is a temporary note - your content is stored in memory and will be lost when the app is closed unless you manually save it to disk.
  • Scratchpad does not support multiple notes.

Read the blog at https://bit.ly/4exb8PZ.

License

MIT