Ink
Hand write or draw directly between paragraphs using a digital pen, stylus, or Apple pencil.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | ink |
| Author | Dale de Silva |
| Funding | Support the Author |
| Minimum Obsidian Version | 1.00.0 |
| Official Release Date | 2024-03-31 |
| Last update | 2025-02-14 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.
| Community plugin snapshot | Jul 13, 2026 |
| Repository clone | last successful checkout Jun 3, 2026 |
| Release acquisition | release metadata checked Jun 22, 2026; existing successful main.js cache reused |
Quick Links
- GitHub Repo
- View in Obsidian
- View on Obsidian Community
- View on the Obsidian Hub
- Author Website
- Support the Author
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2024-03-31 | Plugin Added | ||
| 2024-06-02 | description | Hand write or draw with a stylus directly between paragraphs in your notes. | Hand write or draw directly between paragraphs 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. |
| 2026-05-12 | author | Dale de Silva | daledesilva |
| 2026-05-12 | description | Hand write or draw directly between paragraphs 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. | Hand write or draw directly between paragraphs using a digital pen, stylus, or Apple pencil. |
| 2026-05-16 | author | daledesilva | Dale de Silva |
Repository Data
| License | MIT in package.json Unrecognized in LICENSE file |
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Jest |
| Has Test Files | Yes |
Latest Release main.js Size | 2.60 MB |
| Detected ES Version | ES2020 |
| Probably Minified | No |
| main.js API Findings | 9 disclosures |
| Uses BRAT beta releases | Yes |
| Dependencies | @reduxjs/toolkit, @tldraw/assets, @tldraw/tldraw, canvg, chalk, classnames, esbuild-plugin-copy, esbuild-sass-plugin, jotai, nanoid, react, react-dom, react-inlinesvg, react-redux, semver |
| Dev Dependencies | @babel/core, @babel/preset-env, @babel/preset-typescript, @jest/globals, @types/node, @types/react, @types/react-dom, @types/semver, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, babel-jest, builtin-modules, esbuild, esbuild-plugin-svg, esbuild-svgr-plugin, jest, obsidian, ts-node, tslib, typescript |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Dynamic Code Or Remote Code | Evaluates dynamic code or injects scripts |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses browser network APIs |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Worker Usage | Uses Worker APIs |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Evaluates dynamic code or injects scripts | Warning | High | dynamic_code:function_constructor (1) |
| Uses Node process or subprocess APIs | Warning | High | process.env (7) |
| References localhost or private-network addresses | Warning | Medium | localhost (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.read (3), navigator.clipboard.write (1), navigator.clipboard.writeText (3) |
| Uses persistent browser storage | Info | High | caches.open (1), indexedDB.open (1), localStorage.getItem (2), localStorage.setItem (2) |
| Uses Worker APIs | Info | High | Worker (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (7), setTimeout (31) |
| References URLs or constructs URL objects | Info | High | http:// (44), https:// (48), URL (11) |
| Uses browser network APIs | Info | High | fetch (1) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | Setting (20), obsidian.Setting (20) |
| Accesses Obsidian vault APIs | Info | High | app.vault (2) |
| Enumerates vault files | Info | High | app.vault.getFiles (2) |
| Registers or manipulates workspace views and panes | Info | High | registerView (2) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 5536 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 0.1.0 | 2024-03-30 | Released while not listed |
| 0.1.15 | 2024-04-04 | None |
| 0.1.17 | 2024-04-06 | None |
| 0.1.172 | 2024-04-06 | None |
| 0.1.18 | 2024-04-14 | Prerelease |
| 0.1.181 | 2024-04-17 | Prerelease |
| 0.1.19 | 2024-04-27 | Prerelease |
| 0.1.192 | 2024-05-12 | None |
| 0.2.0 | 2024-05-26 | Prerelease |
| 0.2.1 | 2024-06-01 | None |
| 0.2.2 | 2024-06-02 | None |
| 0.2.3 | 2024-06-23 | Prerelease |
| 0.2.4 | 2024-07-06 | None |
| 0.2.5 | 2024-07-27 | Prerelease |
| 0.2.6 | 2024-08-01 | None |
| 0.3.0 | 2024-09-11 | Prerelease |
| 0.3.1 | 2024-12-04 | Prerelease |
| 0.3.2-beta | 2025-01-03 | Prerelease |
| 0.3.3 | 2025-01-05 | None |
| 0.3.4 | 2025-02-14 | None |
| 0.4.0 | 2026-01-15 | Prerelease |
| 0.5.0-beta | 2026-06-04 | Prerelease |
| 0.5.1-beta | 2026-06-22 | Prerelease |
Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.