cobalamin / obsidian-remarkable

Integrates the reMarkable tablet into an Obsidian workflow by letting users quickly capture and insert their drawings.
325 stars 22 forks source link

Obsidian & reMarkable

This a plugin integrating the reMarkable paper tablet with the note-taking software Obsidian. More specifically, it takes a screenshot from your reMarkable (via USB or WiFi, however you prefer), saves it as a .png files in your Vault, optionally post-processes it, and inserts the image in your currently open note.

Preview of the plugin functionality

Installation

Prerequisites

Now, go to this plugin's settings page and configure them as described below.

Settings

Open the settings window for this plugin, and:

Usage

There are two commands:

They do exactly what they say (the first inserts in portrait mode). Simply use them via the command pane, or configure some keyboard shortcuts.

Postprocessing script

Optionally, you can add a postprocessing script that further modifies the captured images. As an example, I've added the Python script I use. It

It was used for the example workflow shown in the GIF at the beginning of this file. This script is available as postprocess_example.py in this repository. It requires the Python packages numpy and PIL to be installed and available.

You can, however, run anything you'd like as a postprocessing script. The only requirements of this plugin is that whatever script you use

I might relax these requirements in the future if people want to do fancier stuff with it.

Tips

Possible future features

If you'd like to see any new features implemented and could help me out, let me know via the Issues.

Disclaimer

This project is not affiliated to, nor endorsed by, reMarkable AS. I assume no responsibility for any damage done to your device due to the use of this software.