Mouse Handwriting

by khr0907
5
4
3
2
1
Score: 50/100

Description

Practice handwriting with your mouse inside Obsidian. Trace letters, words, and famous passages (KO/EN/JA).

Reviews

No reviews yet.

Stats

0
stars
67
downloads
0
forks
78
days
78
days
78
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
15
commits

Latest Version

3 months ago

Changelog

Mouse Handwriting 1.0.3. See the README for features and usage.

README file from

Github

Mouse Handwriting

An Obsidian plugin to practice handwriting with your mouse — a mouse-based tracing workbook, like a handwriting version of a typing tutor.

Open a dedicated full-page practice sheet, pick what to trace, and write over an on-screen guide. Great for handwriting practice and for training mouse control for drawing.

Screenshots

Pick what to practice — sets grouped by language:

Practice menu

Trace the target over a guide with your mouse:

Tracing a letter

Finish to see a guide-free image of what you wrote:

Completion preview

Features

  • Dedicated .penmanship sheets — a full-page canvas, opened like an Excalidraw file, not a code block.
  • Problem sets grouped by content language (choose from a dropdown, default English):
    • Letters — Korean jamo, uppercase/lowercase alphabet, numbers, hiragana, katakana.
    • Words — Korean, English, and Japanese word drills.
    • Short text — trace a famous passage one line at a time.
    • Long text — trace a whole passage at once on a tall canvas.
  • Guide options — trace over the target text (outline or filled), over evenly spaced ruled lines, or with no guide at all.
  • Finish preview — when you complete a sheet, see a guide-free image of exactly what you wrote.
  • UI in Korean / English / Japanese, switchable in settings.
  • Free practice only — no scoring, no pressure.

Usage

  1. Click the pencil ribbon icon (or run "Create new penmanship sheet").
  2. Choose a practice language, then a set (letters, words, short/long text).
  3. Trace the guide with your mouse. Use Clear / Undo, change the Guide style, and move with Prev / Next.
  4. On the last cell, press Finish to see your guide-free writing.

Installation

From the Obsidian Community Plugins (once approved)

Settings → Community plugins → Browse → search "Mouse Handwriting".

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <your-vault>/.obsidian/plugins/mouse-handwriting-practice/.
  3. Reload Obsidian and enable the plugin in Settings → Community plugins.

Development

npm install
npm run dev     # watch build
npm run build   # type-check + production build
npm test        # run unit tests

License

MIT © KHR0907