Inkporter
approvedby Ayush Kumar Saroj
digitize handwritten notes with intelligent ink isolation, adaptive theming, and automated workflows.
Inkporter šā”ļøš
Seamlessly digitize handwritten notes into Obsidian with smart ink isolation and adaptive theming
Why Inkporter?
Tired of manually processing notebook scans? This plugin automates the workflow from this while adding powerful Obsidian integration: Please Watch this video to understand the motivation behind the plugin. Go Sub this Guy his works really somethink to see
| Manual Process | Inkporter Automation |
|---|---|
| 20min/page in Photoshop | Instant clipboard processing |
| Manual CSS theming | Auto-adaptive ink colors |
| Static file naming | Smart filename templates |
š Installation
Via Obsidian
- Settings ā Community plugins ā Browse
- Search "Inkporter" ā Install
Manual
- Download the latest release.
- Copy to
vault/.obsidian/plugins.
š§ Key Features
āļø Intelligent Ink Isolation
- Real-time preview of processed images
- Dual threshold modes:
- Luminosity mode (perceptual brightness)
- Simple RGB average
- Grayscale conversion option
š Dynamic Theming
/* Apply to note CSS classes */
.inkporter-scan { /* class already exists just use it in cssclasses */
--ink-color: var(--text-normal);
--paper-color: var(--background-primary);
filter: contrast(120%);
}
š Smart Asset Management
# File naming templates
filename_template: "note-{date}-{shortId}"
# Supported variables:
# - {date}: YYYYMMDD
# - {timestamp}: epoch ms
# - {shortId}: 8char hash
# - {uuid}: v4 UUID
š Usage Workflow
- Scan ā Import via clipboard (`Ctrl/Cmd+Shift+V) // Need to manually Keybind this.
- Preview ā Adjust settings in real-time
- Insert ā Automatically saved to vault
- Style ā Apply CSS classes for theming

āļø Configuration
// Settings structure
{
outputDirectory: "InkporterScans", // Save location
alphaThreshold: 180, // 0-255 darkness cutoff
fileNameTemplate: "note-{date}-{shortId}",
convertToGrayscale: false, // B/W conversion
useLuminosityForAlpha: true // Perceptual vs simple
}
š Compatibility
| Environment | Support |
|---|---|
| Obsidian | v1.4+ |
| OS | Win/Mac/Linux |
| Mobile | iOS/Android* |
| Scanners | Any clipboard |
Optimal Results When:
- š Using light-colored paper (white/cream)
- āļø Writing with high-contrast ink (black/dark blue)
- š” Scanning in bright, even lighting
Why? The alpha threshold detection works best with clear light/dark separation. We're working on:
- Dark background support šØ
- Multi-ink color detection š
- Adaptive lighting compensation š”
Follow development progress ā
š¤ Contributing
Help improve:
- Mobile scanning UX
- Multi-ink detection
- Batch processing
See our contribution guidelines.
š License
MIT License - See LICENSE.
š” Why This Name?
Inkporter combines:
- Ink (handwritten notes)
- Port (transfer/carry)
- -er (active tool suffix)
Represents "carrying ink into digital" while sounding like a professional tool.
š£ļø Support
Found a bug? Have feature ideas?
š§ My Email
š GitHub Issues
š¬ Discord ID
From the Developer
"This plugin was born from 47 hours spent cleaning up scans of my Moleskine notebooks. What started as a simple threshold script became an obsession with perfectly bridging analog and digital note-taking. May your handwritten wisdom live forever in both paper and pixels!" - Ayush
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.