puria178 downloadsWrite and edit handwriting directly inside an Obsidian note.
Write, edit, and keep handwriting directly inside an Obsidian note.
Inline Handwriting adds a pen-first drawing canvas to ordinary Markdown files. Drawings are stored as editable SVG files in your vault and embedded with standard Obsidian links, so your notes remain portable even when the plugin is disabled.
After the plugin has been accepted, open Settings → Community plugins, search for Inline Handwriting, install it, and enable it.
Download the three assets from the latest GitHub release: main.js, manifest.json, and styles.css.
Create this folder in your vault:
<vault>/.obsidian/plugins/inline-handwriting-puria/
Copy the three downloaded files into that folder.
Reload Obsidian and enable Inline Handwriting under Settings → Community plugins.
_inline_handwriting/ by default.You can also run Insert SVG reference to embed an existing SVG from the configured drawing folder.
The plugin lets you configure:
All drawing data stays in your Obsidian vault as SVG files. This plugin does not send drawings, note content, usage data, or identifiers to an external service. It does not include OCR, AI, analytics, or telemetry.
npm ci
npm run build
npm run lint
The release assets are generated in that directory:
main.jsmanifest.jsonstyles.cssCreate a GitHub release whose tag exactly matches the version in manifest.json (for example, 1.0.0) and attach those three files. The included release workflow does this automatically when a matching version tag is pushed.
Licensed under the MIT License.
This project is independently maintained by Puria Kazemieh. It began from the MIT-licensed HandTranscriptMd project; the original copyright notice is retained in the license.