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
#~readyap 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
#~readand 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.