logseq-plugin-my-highlights icon indicating copy to clipboard operation
logseq-plugin-my-highlights copied to clipboard

Import Highlights from Amazon

Open theBenForce opened this issue 2 years ago • 2 comments

Import user's kindle highlights from Amazon website.

theBenForce avatar May 22 '22 12:05 theBenForce

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

MatKurianski avatar Nov 26 '22 22:11 MatKurianski

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 🤔

Roninii avatar Jun 16 '23 02:06 Roninii