This is the official Instapaper plugin for Obsidian.
It integrates with your Instapaper account and allows you to:
- Save URLs from Obsidian notes to your Instapaper account
- Sync your highlights and notes to your Obsidian vault
- Install the Instapaper plugin within Obsidian (Settings → Community plugins).
- Enable the installed "Instapaper" plugin (Settings → Community plugins → Installed plugins).
- Click the "Options" icon (or go to Settings → Instapaper) to connect your Instapaper account, start syncing highlights, and manage other options.
Obsidian's tag format is more restrictive than Instapaper's so we apply some normalization rules:
- Obsidian tags cannot contain spaces. We replace runs of one or more spaces with a hyphen (
-
). - Obsidian tags must contain a least one non-numeric character. We append an underscore (
_
) to any entirely numeric Instapaper tag.
Please send general feedback to: support@help.instapaper.com
Code contributions for improvements are also welcome.
This project is made available under the terms of the MIT License.