This is the official Instapaper plugin for Obsidian, a 2024 Obsidian Gem of the Year.
It integrates with your Instapaper account and allows you to:

This plugin requires Obsidian v1.11.0 or higher.
Each synced highlight includes a block identifier using the format ^h{highlight_id}. This allows you to link to specific highlights from other notes using [[Article Name#^h123456]] and reference highlights in queries and searches.
Obsidian's tag format is more restrictive than Instapaper's so we apply some normalization rules:
-)._) to any entirely numeric Instapaper tag.You can customize which article properties are included in your synced notes. In the plugin settings under Article properties, you can set and rename any of these properties:
title, disabled)author)url)pubdate)date)tags)instapaper, disabled)Properties are only added to notes when they have values available from Instapaper.
You can customize how highlights appear in your notes using a Mustache template. In the plugin settings under Notes → Template, you can use the following variables:
{{text}} - The highlight text{{link}} - Link to the highlight on Instapaper{{blockId}} - Block identifier for linking to this highlight{{note}} - Your personal note for this highlightYou can also use conditional sections to show content only when a value exists:
{{#note}}...{{/note}} - Only displayed if you have a note for this highlightDefault template:
> {{text}} {{blockId}}
{{#note}}
{{note}}
{{/note}}
Please send general feedback to: [email protected]
Code contributions for improvements are also welcome.
This project is made available under the terms of the MIT License.