Readest Highlights

by polybjorn
5
4
3
2
1
Score: 51/100

Description

Obsidian plugin to import highlights and annotations from Readest

Reviews

No reviews yet.

Stats

6
stars
752
downloads
2
forks
31
days
1
days
9
days
38
total PRs
0
open PRs
7
closed PRs
31
merged PRs
5
total issues
0
open issues
5
closed issues
148
commits

Latest Version

9 days ago

Changelog

Changed

  • Grouping under page or chapter headings moved out of the Separator dropdown into its own "Group by" setting, so grouping now combines with any separator (horizontal rule, blank line, or none) between the highlights inside a group. Existing settings migrate automatically and notes render unchanged until you pick a different combination.

Full Changelog: https://github.com/polybjorn/obsidian-readest-highlights/compare/1.6.0...1.7.0

README file from

Github

Obsidian Readest Highlights

Obsidian plugin downloads

Readest stores its library, progress, and annotations locally as JSON. This plugin reads those files and renders the highlights into your Obsidian vault.

A book note synced from Readest

Docs: Install, Settings reference

Commands

Command Action
Sync all books to folder Creates or updates a note per book in the configured folder.
Sync one book to folder... Pick a single book from a fuzzy picker.
Append one book to current note... Pick a book, appends its highlights to the active note.

Requirements

Desktop Obsidian with access to a Readest Books folder. Readest's built-in sync is the easiest way to collect annotations from other devices into one folder, but any setup that exposes the folder to Obsidian works.

What the plugin accesses

  • Readest folder, read-only. A path outside your vault, configured in Settings. The plugin only reads library.json and each book's config.json, and never writes to this folder. Reading outside the vault requires the Node fs module because Obsidian's vault API does not cover external paths.
  • Vault, read and write. Scans notes for the readest-hash frontmatter field inside your output folder to match books to existing notes on re-sync, then creates or updates notes there.
  • No network. The plugin makes no outbound requests.

Disclaimer

Independent community plugin, not affiliated with Readest.