The author field in Readwise may be different based on the type of document that we are syncing. It has different values depending on the type of highlight:
For websites, it is the domain name
For tweets, it is usually @handler on Twitter
etc.
Proposal
I want to be able to relate different notes from same authors across different platforms by providing a mapping of authors leveraging a JSON file. For example:
{
"perell.com": "David Perell",
"@david_perell on Twitter": "David Perell"
}
Problem
The
author
field in Readwise may be different based on the type of document that we are syncing. It has different values depending on the type of highlight:@handler on Twitter
Proposal
I want to be able to relate different notes from same authors across different platforms by providing a mapping of authors leveraging a JSON file. For example: