I own a Kindle Paperwhite. ## Whispersync Whispersync means to sync the position of the audio book to the ebook. It seems to be the prerequisite to [[#Immersion Reading]] and [[#Audio companion]]. [Why can't I locate an audio companion in the Kindle App?](https://help.audible.com/s/article/why-can-t-i-locate-an-audio-companion-in-the-kindle-app?language=en_US) [Whispersync for Voice](https://www.audible.com/ep/wfs). ## Immersion Reading Immersion reading is **not** supported on Amazon e-ink devices. [What is Immersion Reading?](https://help.audible.com/s/article/what-is-immersion-reading?language=en_US). This functionality allows you to read a Kindle eBook and listen to its professionally narrated Audible companion Audiobook – all at the same time. Not only that, but you get the benefit of real-time highlighting, making Immersion Reading a valuable tool to boost reading comprehension and overall retention of content. [Immersive Reading on Kindle Oasis : kindle](https://old.reddit.com/r/kindle/comments/ln52q5/immersive_reading_on_kindle_oasis/). ## Resources - [Kindle subreddit](https://old.reddit.com/r/kindle) - [sawyerh/highlight-utils: My tools for converting, importing, and processing Kindle, Instapaper, and Safari Books highlights](https://github.com/sawyerh/highlight-utils). - [Sawyer's Reading Highlights](https://highlights.sawyerh.com/) - **KindleEar** - ([Repo](https://github.com/cdhigh/KindleEar), [Docs](https://github.com/cdhigh/KindleEar/blob/master/readme_EN.md)) Web application to automatically aggregate RSS into periodical mobi/epub files with images and send it to your kindle or your email. `(server)` ## Readwise How to get [[Readwise]] highlights into [[Obsidian]]? It goes something like this: ```mermaid flowchart TD k[Kindle Paperwhite] --> a[Amazon] a --> rp[Readwise Firefox plugin] rp --> r[Readwise] r --> op[Obsidian plugin] op --> o[Obsidian] click rp "obsidian://open?vault=design&file=%F0%9F%8C%B2%20Notes%2FAndreas%20M.%20Antonopoulos" ``` This was the first time I made a [[Mermaid]] diagram inside [[Obsidian]].