logseq-plugin-my-highlights
logseq-plugin-my-highlights copied to clipboard
Import Highlights from Amazon
Import user's kindle highlights from Amazon website.
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
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 🤔