Alexandria
Alexandria can work as a lightweight reading list: organize article notes in the
desktop app, tag them for review, and track reading state with properties. The
akb-fetcher CLI can help capture web articles, but the reading workflow itself
happens in the app.
Create a tag for the notes you want to read and the properties you want to track.
status as select and rating as number.Use whatever status values fit your workflow, such as queued, reading,
finished, or skipped. The values are stored in the note frontmatter as plain
data.
For an article you already have, click Add page, give it a useful title, and
paste your notes or the article text into the editor. In the note's tags bar
under the title, type Reading List and choose the existing tag. Set status,
rating, and any other properties inline in the property panel as you read.
akb-fetcher is a CLI helper for turning a web article into a Markdown note:
akb-fetcher https://example.com/article --akb-path ~/alexandria
The fetcher creates a note from the article body and metadata. Each fetched note
is tagged Fetched Articles automatically. That tag is created on first use
with properties for description, original-url, author, keywords, and
article-published-on.
After capture, open the fetched note in the app, add Reading List from the tags bar, and set your reading properties inline. See Fetcher for extraction details and workspace resolution rules.
Create a page for your dashboard in the app:
/) and choose Link DB Table.The dashboard renders the notes tagged Reading List as a table with their tag properties. Link DB tables show the tag's notes; they do not currently have saved filters, sorting, grouping, or column hiding.
For a more visual reading shelf, open the Reading List tag page and use View settings to switch from the property table to the cover gallery.
Gallery view uses the first image in each note body as the cover. If you want covers for articles or books, add images to the notes with Insert Media from the slash menu or drag-and-drop them into the editor. Alexandria stores images and other files as media. See Media.
Not yet supported. Alexandria does not import highlights from Readwise, Kindle, or similar services today. It also does not provide a dedicated reader mode or automatic summary view. This workflow is built from fetched Markdown notes, tags, properties, gallery views, and Link DB tables.