The curation layer
The textread post described a moment: five sources open, read them together with a frame, get a digest back. What it didn't describe is how those five sources got there. That part has its own friction.
The usual pattern is a browser graveyard. Tabs open as you find things, pinned or left open so you don't lose them, multiplying over days until the session gets closed and half of them are gone. By the time you sit down to write, reconstructing what you actually wanted to read is its own task.
The integration with Raindrop closes that gap. Raindrop is a bookmarking tool with collections and tags. The textread integration treats a Raindrop collection as a source set: it fetches the URLs, reads the pages, and feeds them into the lens pass the same way a local folder would. You save as you find; you read when you're ready.
The workflow
While you're researching, you save to a named Raindrop collection. No friction at discovery time: one click, tagged, done. When you're ready to write, you point textread at the collection instead of a folder:
textread --raindrop "textproxy-research" \
--lens "token limits and API visibility"
# fetches each saved URL, reads with the lens
# output: digest.md, same format as a folder run
The output is the same digest format: sections shaped around the lens, verbatim quotes with source attribution, cross-source themes at the end. The only difference is the source set came from Raindrop instead of a local directory.
It also composes with local files. If you have saved URLs plus a PDF or two that aren't online, you can pass both:
textread --raindrop "textproxy-research" \
--files ~/notes/internal-limits.md \
--lens "token limits and API visibility"
Why this pairing
textread as a standalone tool assumes the curation has already happened. You've chosen your sources; it reads them. The Raindrop integration moves the curation step earlier, into the discovery phase, where it takes almost no time. By the time you're ready to write, the collection has been building in the background.
The loop from "I found something" to "I have a digest ready to write from" closes without an intermediate reorganization step. Whether that matters depends on how you work; for research that spans a few days of intermittent reading, it's the difference between having the sources and having to find them again.