renehernandez / obsidian-readwise

Sync Readwise highlights into your obsidian vault
MIT License
109 stars 7 forks source link

Mapping of authors in json #6

Closed renehernandez closed 3 years ago

renehernandez commented 3 years ago

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:

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"
}