theBenForce / logseq-plugin-my-highlights

Import highlights from various sources
MIT License
36 stars 4 forks source link

Import Highlights from Amazon #12

Open theBenForce opened 2 years ago

theBenForce commented 2 years ago

Import user's kindle highlights from Amazon website.

MatKurianski commented 1 year ago

That would be a great enhancement! I tried using the same approach from the Obsidian plugin but had no luck. It seems it leverages Electron to open a modal, let the user sign in, and later scrape the highlights web page, but Logseq complains about the startup time when using Electron as a dependency.

Do you have any other ideas? I would love to help make this feature possible

Roninii commented 1 year ago

I wonder if it would be possible to use a smaller dependency like Puppeteer to handle the scraping, but you'd still have to prompt the user for the login info and some might feel that's a little sus 🤔