Ink

by Dale de Silva
5
4
3
2
1
Score: 58/100

Description

Category: Creative & Writing Tools

The Ink plugin for Obsidian introduces the ability to integrate handwritten notes and sketches directly into your text, using tools like digital pens or styluses. This feature is especially useful for creating diagrams, math equations, or freeform illustrations between paragraphs, adding a dynamic, personalized touch to your notes. Powered by the tldraw framework, it offers an infinite canvas for seamless creativity. Designed for those who value a blend of handwriting and digital notes, the plugin ensures smooth input and promises future enhancements like pen smoothing and improved formatting for embed longevity, making it a versatile tool for visual thinkers and note-takers alike.

Reviews

  • JJ
    Reviewed on Feb 13th, 2026
    Works pretty well so far. Haven't encountered any issues.

Stats

1253
stars
165,854
downloads
40
forks
756
days
1
days
449
days
8
total PRs
7
open PRs
1
closed PRs
0
merged PRs
171
total issues
99
open issues
72
closed issues
275
commits

Latest Version

a year ago

Changelog

Added this update:

  • Fixed update notice text colour in light mode (That's why you can read this!).
  • Moved Undo/Redo buttons to prevent accidental back button taps.
  • Added new command icons.
  • Added extra blank lines while writing.
  • Fixed some visual theming bugs.

▶️ Watch the release video.

README file from

Github

Ink

A plugin for Obsidian that adds the ability to hand write or draw with a stylus between paragraphs in your notes.

Hand write or draw directly between paragraphs in your notes using a digital pen, stylus, or Apple pencil. Useful for handwriting, sketches, scribbles, or even math equations and scientific notation. Runs on the tldraw framework and drawing provides an infinite canvas.

🎥 Demo

Demo Note In the video above, I have set up this plugin's commands to be visible in another plugin called Slash Commander - This allows me to select the insert command quickly by simply typing /.

📓 Development Diaries

I record regular development diaries. Subscribe and follow along to see features in development.

🗺️ Rough roadmap

I've been building this plugin since December 2023 and I'm currently developing it further and using it daily. Below are the high level features in my current development plan along with their expected timeframes.

  • Proof of concept handwriting input.
  • Proof of concept drawing input.
  • Embeddable in markdown files.
  • Automatic screenshotting.
  • Proof of concept OCR (Transcripts).
  • Refined UI.
  • Ability to reframe embedded drawings.
  • Pen smoothing enhancements (Not eReader related).
  • Convert embed format to persist beyond uninstall.
  • Separate touch interactions.
  • Multiple pen styles.
  • Automatic OCR (Transcripts).
  • Writing edit interactions.

⚠️ Be careful

As with most Obsidian plugins, this is a free gift to the community, provided 'as is' to help you out. While I'm doing my best to make it awesome (And I love feedback), there are always chances things might not work quite right. To be safe, please always back up your files.

🪳 Report a bug

Found something that's not quite working right or do you have a feature request? Don't be shy, feel free to make some noise over on the GitHub Issues page. But be sure to check if someone has already posted the same issue and comment on theirs if they have.

💾 Installation

You can find this plugin in the plugin directory within Obsidian.

  1. Open your Obsidian vault and go to Settings.

  2. Click on Community Plugins in the side bar.

  3. If you haven't already, you will need to turn on community plugins.

  4. Search 'Dale de Silva' and install Ink.

If you would like to install new versions of the plugin that are still being tested, you can install this plugin through BRAT instead. BRAT is another community plugin that allows you to install a Beta version. New features are released as a Beta version first and can take from a few days to a month before landing in the standard version.

  1. Open your Obsidian vault and go to Settings.
  2. Click on Community Plugins in the side bar.
  3. Turn on community plugins and click Browse.
  4. Search and install BRAT.
  5. Scroll down and activate BRAT.
  6. In the BRAT menu in the side pane, select Add Beta Plugin.
  7. Follow the instructions presented.
  8. When a URL is requested, use: https://github.com/daledesilva/obsidian_ink
  • BRAT is set to update Beta plugins by default on startup, however, this can sometimes take some time.
  • To force an update, run BRAT's Obsidian commnd Choose a single plugin to update and choose Ink.

🏛️ License

Please note that while this repository is public and can be browsed and modified for your personal use, it is not open source. It is licensed under CC BY-NC-ND 4.0

🗒️ Notes

Optimisation Notes

The plugin currently works based on the tldraw framework, however, tldraw is implemented using SVG elements which slow down greatly on iOS platforms and possibly others. This equates to significant lag while writing after about 200-300 strokes on iOS (Which is about 3-4 paragraphs). To temporarily mitigate this, the plugin hides strokes while writing that are several lines old. The strokes are still saved and reappear upon freezing the embed, reopening the file, or adjusting the infinite canvas view.

In the future, this plugin will transition off tldraw (at least for writing functionality), to Canvas based input. When this occurs any files that users have created will be converted automatically if necessary—You can count on this as I already have many files in my own vaults that rely on this plugin.

Embed Format Notes

The embed implementation is currently based on a code block that tells the plugin how to display the embed. I'm not happy with this, however, as it means if anyone ever wants to transition off this plugin they have to keep it installed in order to see their old handwritten sections.

I will be modifying this to simply be an image embed that the plugin recognises and enhances. This will mean that even if you uninstall the plugin, all your embeds will still be visible as static images.

Drawing Functionality Notes

There's currently 2 file formats that the plugin implements as embeddable sections. A handwriting file, and a drawing file. This enables the plugin to aid the user in different ways and provide more intuitive UIs for each input mode. The drawing file, however, while I have found that I already prefer using it over other Obsidian plugins, is not the primary goal of this plugin at this stage. It should therefore be treated with caution regarding future support.

Note, however, that the embed format described above will apply here also, which means your exist drawings will still remain visible as static images even if support is removed.

Note also that the drawing functionality will not take the place of Excalidraw. Excalidraw provides a feature rich ability to diagram holistically, whereas this plugin is built around freeform natural pen input. I personally like sketching more freeform with only minimal aid of drag and drop elements, so this is what drawing here is focussed on as that aligns with a handwritten style of taking notes as well.

❤️ Support

If you find this plugin saves you time or helps you in some way, please consider supporting my development of plugins and other free community material like this.

🤖 My other work

You can find links to my other projects on designdebt.club, where I blog about design and development, as well as release other plugins like this one. You can also find my writing at at falterinresolute.com where I combine philosophy and animation.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.