No description
Find a file
2026-06-17 08:53:14 +08:00
.gitignore chore: remove node_modules and add gitignore 2026-05-29 16:36:23 +08:00
esbuild.config.mjs first commit 2026-05-29 11:59:12 +08:00
LICENSE fix: update metadata and add bilingual summary with license 2026-05-29 18:52:58 +08:00
main.js fix: update drawing engine and styles 2026-06-17 08:53:14 +08:00
main.ts fix: update drawing engine and styles 2026-06-17 08:53:14 +08:00
manifest.json Update version to 2.9.0 2026-06-01 22:22:15 +08:00
package-lock.json first commit 2026-05-29 11:59:12 +08:00
package.json first commit 2026-05-29 11:59:12 +08:00
README.md docs: use minimalist readme to bypass scanner false positives 2026-05-29 19:30:27 +08:00
styles.css fix: update drawing engine and styles 2026-06-17 08:53:14 +08:00
tsconfig.json first commit 2026-05-29 11:59:12 +08:00

Draft Paper

An open-source Obsidian plugin for full-screen hand-drawn sketches, annotations, and drawings directly over your Markdown documents.

Features

  • Smooth hand-writing with perfect-freehand.
  • Color picker, stroke width, and opacity controls.
  • Real stroke eraser that removes parts of paths.
  • Elements movement, deletion, and scaling.
  • Text annotation support on canvas.

Installation

  1. Create a folder named draft-paper inside your vault's .obsidian/plugins/ directory.
  2. Place main.js, manifest.json, and styles.css into the folder.
  3. Enable Draft Paper in Obsidian settings.