Readwise to Supernotes
This was originally posted by @freisatz in the Supernotes Community.
Discover a seamless way to integrate Readwise with Supernotes, even though it’s not official integration (yet!). Leverage the power of APIs and Pipedream to create a workflow that automates note-taking.
The Flow
- Readwise Highlight: Select text in the Reader app or using the Readwise extension.
- Pipedream Trigger: A new highlight in Readwise triggers the Pipedream workflow.
- Get Book Details: A Python step retrieves book details (title and author) from the Readwise API.
- Create Supernotes Card: The workflow composes a new card in Supernotes, respecting your traditional syntax for literature notes.
Code Example and Instructions
Get started by using two consecutive Python steps to retrieve book information and format the note.
After a new highlight is triggered in Readwise, compose your card by gathering additional data in two consecutive Python steps for the card’s markup, first making a call to the Readwise API to retrieve some information on the book, which contains the book or website and the author, using the following code:
Then prepare some pre-formatted strings
Get started with Pipedream and connect Readwise to Supernotes today!