A Method For Quoteblogs
Among the many RSS feeds that I subscribe to there are a few that contain posts that share other people’s writing. I find the posts valuable because they provide me links to articles to read that I may not otherwise find and tend to be thoughtfully curated.
I want to provide my own “quoteblog” posts and landed on a method for creating them using the knowledge management app I’ve been developing for myself with Claude.
My reading flow starts by reviewing articles collected and presented by Feedland and River5 using RSS. I click articles with interesting titles and then send them to Readwise Reader using an extension, later I read them and highlight portions of the article that I like. Copies of the article highlights are downloaded to Obsidian and accessible to Readwise, which sends me random highlights of articles I read in daily emails.
The dashboard of my PKM app has a widget that is a list of the recent articles with highlights. Claude wrote the code to use the Readwise API to access the recent articles and display them in the widget. The article titles in the widget are links to the article highlights in Readwise. The articles roll off the widget over time but I can pin them to access them later via a Pinned Highlights page.
My quoteblog posts originate from the highlights I store in Readwise. Readwise provides the ability to tag articles, or what it calls documents, and tag individual highlights. I give the source article of the quotes a “blog-post” tag and the highlights to share a “quote” tag in Readwise. Claude then wrote the code that reviews the articles that I pinned looking for ones with a “blog-post” document tag and when it finds one, it puts thee article title, author, and source URL in a markdown file. Highlights that have a “quote” tag are then added to the markdown file.
For now I am not automating the publishing of the quoteblog post to this site. For now I am going to manually create my blog post in Obsidian, copy and paste the source of the quoteblog created from my highlights, and then do some light editing before publishing. The first of my quoteblog posts is Independent Food For Thought.