Market reference app / reading Preview

Reading List

by bookworm-co

Save articles and books as yaps. Track progress across devices.

How the app maps your lists

The app changes the view, not the owner of the work.

Yapture Reading List
Source URL Saved item
Task state Reading progress
Note Highlight
Preview

Try the standalone app, inspect its source, or use it as a concrete extension-model example.

Save what you read. Pick up where you left off.

Reading List captures any URL or book as a #read yap, tracks your progress (% complete, last-page, time-spent), and syncs that state across every Yapture client.

How it works

  • Browser-extension capture writes a #~read yap with the article’s title, author, and word count.
  • Reading progress is stored as adjacent metadata: #*{progress:0.6,last_pos:2400}.
  • A custom view filters yaps to #~read and groups by status: Unread, In progress, Finished.

Script extensions

read:https://...     → #~read #*{url:...}
finished             → status:done #*{progress:1.0}

Release status

Hosted reference app. Marketplace installation and pricing are not claimed.

Build the real version of this app.

The quickstart covers manifest, scopes, and domain views.