Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping of authors in json #6

Closed
renehernandez opened this issue Apr 6, 2021 · 0 comments · Fixed by #57
Closed

Mapping of authors in json #6

renehernandez opened this issue Apr 6, 2021 · 0 comments · Fixed by #57
Labels
enhancement New feature or request
Milestone

Comments

@renehernandez
Copy link
Owner

renehernandez commented Apr 6, 2021

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:

  • 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"
}
@renehernandez renehernandez added the enhancement New feature or request label Apr 6, 2021
@renehernandez renehernandez added this to the 0.1.0 milestone Apr 6, 2021
@renehernandez renehernandez changed the title Mapping of authors Mapping of authors in json Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant