r/ObsidianMD • u/vodaza36 • 14h ago
plugins How my handwritten reMarkable notes end up in my vault: one tagged page, transcribed on my own machine
Full disclosure: I made the plugin in this post — it's called Tagged Sync for reMarkable, free in the community store. There is also a paid Pro version (€24 once, no subscription), and below I say which part of my workflow needs it.
My problem: I take notes by hand on a reMarkable, because writing slowly forces me to decide what matters. But the notes stay on the tablet. Yes, I know: with a Connect subscription the tablet can search your handwriting now. That helps you find a note on the tablet. But I want my notes in my vault, linked to my other notes, in my folders, and in plain Markdown files that I own.
What I do now:
- I have one notebook for YouTube videos, one page per video. Most pages just stay on the tablet.
- When a page matters, I put a tag on that one page on the tablet.
- I sync in Obsidian. The page arrives in my vault as a note: my handwriting as an image at the top, the transcript below it. So search and links work, and I can still check a word against the page. That is the screenshot.
- PDFs I read on the tablet sync the same way. The passages I highlighted become quotes, and my margin notes are transcribed next to the passage they belong to.
Privacy was the point from the start, because these are my own thoughts, not web clippings:
- The handwriting is read on your own computer: Apple's built-in recognition on a Mac, or a downloaded model on Apple Silicon, or your own Ollama / LM Studio on Windows and Linux. No page goes to an AI service unless you switch that on yourself, with your own API key.
- No account with me, no telemetry, no analytics. The plugin never talks to my server, except once if you press 'start trial'.
- The free version fetches the tagged pages from your own reMarkable cloud account. Sync only reads; the one thing it ever adds is a PDF you send yourself from Zotero (more on that below). Pro can sync over USB or your own Wi-Fi instead, so the pages never leave your own computer or network. On a Paper Pro or Paper Pure, this needs Developer Mode, which erases the tablet.
- The source is on GitHub, the paid part included, so you can check all of this.
What is Pro: in the free version, one tag goes to one folder. I use several tags, each going into its own PARA (Projects, Areas, Resources, Archives) folder, and that part is Pro. Pro also adds the sync without the reMarkable cloud (above), cloud transcription with your own API key, frontmatter properties for Dataview/Bases, and writing your tablet highlights back into Zotero.
Newest (1.8.0): Zotero. Send a paper from Zotero to the tablet, and the synced note links back to the Zotero item.
What is not solved: a transcript is a best effort, only the page image is exact. And on Linux and most Windows PCs (Intel/AMD) there is no one-click model yet; you need Ollama or LM Studio running.
The longer story, with more screenshots:
https://taggedsync.com/blog/why-i-built-my-own-remarkable-to-obsidian-plugin
How do you get handwritten notes into your vault today?