Organyz · Mention details

Readwise Reader

90-day Reddit mention audit · prepared for Organyz (organyz.com)
Total mentions
489
posts 250 · comments 239
Organic
298
3rd-party subreddits
Owned / profile
191
brand profile or own subreddit
Top placement
r/readwise
191 mentions
Kind All Posts Comments
Source All Organic Owned
Subreddit
Showing 489 of 489
post r/SlaxReader u/CommercialBonus258 2026-05-19
We shipped a CLI for Slax Reader, our read-later app. The interesting bit isn't the CLI itself — it's that your reading library is now a first-class tool that AI agents can call. Bookmark, list, and pipe-into-prompt are all scriptable. Repo: https://github.com/slax-lab/slax-reader-cli (MIT). Install and usage below. --- ## Why a CLI Most AI agents have nowhere to put things. Ask Claude Code to "save this article for later" — it can't. ChatGPT can summarize a URL but can't write the link anywhere you'll find tomorrow. A browser agent scanning your timeline has no persistent store. Every conversation is fenced inside the tool it happened in. The CLI fills that gap. Slax Reader becomes a persistent reading store that any agent — Claude Code, Claude Desktop, Codex, Gemini CLI, OpenClaw, Cursor, Windsurf — can read from and write to. Concretely: - Browser agent scanning your X timeline → `reader-cli add` saves the links. - Claude Code drafting a piece → calls `reader-cli list --filter inbox` to pull today's saves as source material. - Your weekend script pulls `reader-cli list --filter archive --json` from the last 30 days and feeds it into your own pipeline. The library stops being a passive bookmark pile. It becomes a corpus your agents can work with. --- ## What you can do with it ### 1. Filter, don't summarize Most "AI reads long articles for you" tools default to summarization. We think filtering is more useful. Tell Claude Code: *"Take the long piece I saved this morning, give me the 3 most counterintuitive points and 1 point I'd probably disagree with."* Under the hood the agent runs `reader-cli list --filter inbox --json`, picks the right bookmark, then `reader-cli get <id> --markdown` to pull the content. You never see the UUID. You don't need the article condensed. You need to know whether it's worth your time, and which 5 minutes inside it matter. ### 2. Batch save by rule `reader-cli add` takes URLs, but the interesting workflow is letting an agent do the picking: - "Scan the HN front page, save any post over 200 points in archive mode (full snapshot)." - "Watch my X timeline. Save links posted by the 8 accounts I save from most often." - "Scan this Substack publication's last 30 posts. Save anything with 'agent' in the title." This is scraping. The difference is you describe the rule in plain English instead of writing the scraper. ### 3. The RSS workflow, inverted Traditional reader workflow: 1. Subscribe to N feeds. 2. RSS reader pulls everything. 3. You scan headlines. 4. You save things to read later. 5. You actually read them. Step 3 — "scan the headlines yourself" — is the part that should belong to AI now. Inverted: 1. Agent subscribes to feeds. 2. Agent scans, sends you a digest. 3. You point at the 3 worth reading. 4. Agent saves them to Reader. A concrete example I run: - **Open-source LLM release tracking.** Agent scans HuggingFace trending, the release pages for Anthropic / Mistral / Meta / Qwen / DeepSeek, r/LocalLLaMA, and arxiv-sanity. Saves any new model card or benchmark worth reading, tagged `models`. Weekly digest. After setting this up I dropped most of my RSS subscriptions. Not because they're bad — because the scanning step shouldn't be mine anymore. ### 4. Querying past-you Every writer reinvents wheels. You read something last month that explained an idea clearly. You can't find it now. Before starting a piece, ask Claude Code: *"In my Slax Reader archive, find everything about agent design patterns from the last 90 days."* The agent calls `reader-cli list --filter archive --json`, filters in its context, and returns a research brief from past-you. No re-reading the whole archive yourself. **Advanced:** any time you read something that contradicts a view you currently hold, save it with `#self-challenge`. Once a quarter, read them back. That's your opinions evolving, made queryable. --- ## A few things about the product For the skeptical: - **Open source, self-hostable.** Slax Reader itself is Apache 2.0 (github.com/slax-lab/slax-reader). The CLI is MIT. Export anytime. - **Our cash flow is stable and we're committed to running this long-term.** Pocket was discontinued by Mozilla in 2025 and left a lot of people with read-later abandonment trauma. We won't put you through that. - **Permanent backup is free.** Bookmarks + full-text cache, free forever. Readwise, Instapaper Premium, Matter, and former Pocket all charge for this. We don't. - **Full-text search and highlights are free.** Same reasoning. - **We continuously invest in platform-specific parsers.** X, Threads, and Substack are well-supported. On the Chinese side we have dedicated parsers for WeChat Official Accounts, Xiaohongshu, Weibo, and Zhihu. - **iOS, Android, web, browser extension.** --- ## Install ```bash # One step: installs the CLI and the AI agent skill npx @slax-lab/reader-cli@latest install # Authenticate (paste API key from reader.slax.com → Settings → API Keys) reader-cli login # Use it reader-cli add https://example.com --tags "models,ai" --archive reader-cli list --filter inbox reader-cli get <bookmark-id> --markdown ``` Or just point your agent at the install guide and let it do the whole thing: > *"Help me install and set up Slax Reader CLI: https://github.com/slax-lab/slax-reader-cli/blob/main/docs/ai-agent-installation-guide.md"* --- ## Links - Repo & docs: https://github.com/slax-lab/slax-reader-cli - Sign up: https://reader.slax.com > Sign-up via my referral gets you a few months of Pro: https://r.slax.com/luca-reader. None of the workflows above require Pro — permanent backup, full-text search, and the CLI all work on free.
Show full
comment r/Onyx_Boox u/Appropriate-Body-41 2026-05-19
Readwise Reader, BookFusion, and Kindle App
comment r/Onyx_Boox u/WarthogSwimming6866 2026-05-19
I use Readwise Reader, Kindle and Instapaper. And www.taktapp.ch for notes (has a high contrast mode).
comment r/saasbuild u/Aggravating_Owl9354 2026-05-19
I’ve seen some people on Reddit mention the same problem. While apps like Raindrop and Readwise Reader help organize bookmarks, there’s no guarantee we’ll actually go back and read them. I save a lot of engineering blogs and resources myself that I want to read later. I can’t think of a better alternative than this.
post r/ProductHunters u/Im__Broke__ 2026-05-19
Hey everyone, Quick context: I save **a lot** of tweets. Threads about pricing, design inspiration, AI papers, founder advice. You know the drill. Problem is, I never open my bookmarks folder again. Ever. It's just a dump. I tried everything to fix it: * Notion exports (too manual) * Read-it-later apps (don't sync with X) * A spreadsheet (lol) Nothing stuck. So I built the thing I actually wanted. It's called **Bulkmark (**[bulkmark.io](https://bulkmark.io)**)**. # What it does **1. One-click sync + auto-tagging** Connect your X account. Bulkmark pulls in every bookmark you've ever saved and auto-tags them by topic (AI, design, startups, productivity, whatever). **2. Chat with your bookmarks** You can literally ask: *"What did I save about pricing strategy?"* and get an answer with the original tweets cited. Feels like having a second brain that actually works. **3. Curated lists you can share** Group your best bookmarks into public lists. A reading playlist, a launch checklist, your favorite threads from a specific founder. Share the link. **4. Friday digest in your inbox** Every Friday, you get a clean email with the best of what you saved that week. No app to open. No feed to scroll. Just the good stuff. # Stack (for the curious) * TanStack Start + Convex * Claude for the tagging + chat * [Polar.sh](http://Polar.sh) for payments * Resend for the digest emails * Hosted on Cloudflare # Pricing Progressive pricing tiers. 7-day free trial. I went paid-only from day one because I don't want to deal with the unit economics of a free tier when the X API calls actually cost (a lot) money. # What I'm looking for Honest feedback. Specifically: * **Would this actually fit your workflow, or is it solving a problem you don't have?** * What integrations would make this a no-brainer for you? (LinkedIn saves? Reddit saves? Readwise sync?) * Is the price right, or off? Happy to answer anything. If you spot a bug, ping me directly and I'll fix it the same day. Thanks for reading 🙏
Show full
post r/Twitter u/Im__Broke__ 2026-05-19
Hey everyone, Quick context: I save **a lot** of tweets. Threads about pricing, design inspiration, AI papers, founder advice. You know the drill. Problem is, I never open my bookmarks folder again. Ever. It's just a dump. I tried everything to fix it: * Notion exports (too manual) * Read-it-later apps (don't sync with X) * A spreadsheet (lol) Nothing stuck. So I built the thing I actually wanted. It's called **Bulkmark**. # What it does **1. One-click sync + auto-tagging** Connect your X account. Bulkmark pulls in every bookmark you've ever saved and auto-tags them by topic (AI, design, startups, productivity, whatever). **2. Chat with your bookmarks** You can literally ask: *"What did I save about pricing strategy?"* and get an answer with the original tweets cited. Feels like having a second brain that actually works. **3. Curated lists you can share** Group your best bookmarks into public lists. A reading playlist, a launch checklist, your favorite threads from a specific founder. Share the link. **4. Friday digest in your inbox** Every Friday, you get a clean email with the best of what you saved that week. No app to open. No feed to scroll. Just the good stuff. # What I'm looking for Honest feedback. Specifically: * **Would this actually fit your workflow, or is it solving a problem you don't have?** * What integrations would make this a no-brainer for you? (LinkedIn saves? Reddit saves? Readwise sync?) * Is the price right, or off? Happy to answer anything. If you spot a bug, ping me directly and I'll fix it the same day. Thanks for reading 🙏
Show full
post owned r/readwise u/JahodaPetr 2026-05-19
Hey r/readwise, first time posting here. I build [justRead.app](http://justRead.app), an iOS reader that points directly at a Calibre library and reads EPUBs in place (with two-way sync, so reading progress flows back to Calibre too). Just shipped 2.6 with **Readwise integration** because keeping highlights trapped inside one app felt not enough. The flow:   1. Get your Readwise API key   2. Paste it into Readwise settings in justRead   3. Sync all highlights at once, or while reading, sync just the current book   4. Done. Highlights show up in Readwise The app already exports highlights to PDF and Markdown, but Readwise is where a lot of readers actually keep them useful long-term, so it earned a first-class slot. Short video below shows the full loop: pasting the key → syncing → highlights live on the Readwise web app. Happy to answer questions, and very open to feedback from folks who run Readwise daily, when you test it, what would make the sync feel better?
Show full
post r/Calibre u/JahodaPetr 2026-05-19
Hello reddit folks, back again with a new update (video included). For anyone new: [justRead.app](http://justRead.app) is the iOS reader I've been building that points straight at a Calibre library and reads EPUBs in place. Or you can use two-way Calibre sync (meaning not only reading data from calibre, but also saving back... your reading progress, for example). This update, 2.6 is all about **Readwise sync**: 1. Get Readwise API key 2. Insert it into Readwise settings 3. Sync all highlights (or, while reading a book, just the highlight from a specific book) 4. Done, all highlights are in Readwise I am posting here again, because most of you read across desktop Calibre and mobile, and Readwise is how a lot of folks keep their highlights useful long-term. And I do not want to keep those highlights just inside the app. There is already export to \*.pdf and \*.md format, but Readwise is an option many people use, so it was added. The video shows a simple example of settings the API key, syncing to Readwise and showing it on Readwise webpage. https://reddit.com/link/1thgir1/video/kvqdzskrz12h1/player
Show full
comment r/Calibre u/stonerbobo 2026-05-19
Calibre is really not going in any modern direction and hasn’t for years now, so I wouldn’t hold my breath. I like the idea and have wanted a more modern solution too. The absolute best one is Readwise Reader (not original Readwise app) but it’s quite expensive.
post r/PenstarTablet u/rajeshbala89 2026-05-19
Hi All, I do most of my reading using Readwise and its associated Reader app. I am looking for an eink tablet with Android support that will let me use the apps. Is the eNote 2 compatible with the apps, and has anyone actually used it? Are there any issues I need to be aware of, as the webpage warns that not all apps may be supported? I am not looking at the colour version at this stage, because I already have the TCL Nxtpaper when I want to read graphic-based notes. Thanks
Show full
post r/RemarkableTablet u/bogdanvdr 2026-05-18
Firstly, I am user zero. I built this for myself. I built the app around my reading habits. There is no app like it out there and the fact that I am so excited about the opportunities out there I can move so fast. I am trying to build a new morning reading habit and now, almost every morning, instead of looking at my phone, I open my reMarkable tablet and I read the issue that was freshly sent to me automatically by [Folio](https://myfolio.so) based on the feeds I subscribed to, the newsletters that are auto forwarded to my Folio email and the articles that I manually saved. I eliminated a lot of stress and fear of missing out from the fact that all the important newsletters that I care about are now saved there and I have them in a ready to read format. After using Folio myself in the past two and a half months I realised there are some advantages. Naming a few: \- all articles and newsletters are formatted the same way no more different fonts, colors, sizes that would create reading fatigue. Now all that matters is the content. \- when reading articles via Folio there are no ads that disturb your reading flow. \- you don’t miss any newsletter that you automatically forward to your unique Folio email. \- since Folio email works like a normal email I even subscribed with that to some new newsletters where I wanted to stay anonymous \- we’re tracking unsubscribe urls for all emails that you receive and we added an easy Unsubscribe menu option for you to bust the control you have on your newsletters I am aware the app is not perfect but I need your help to build the features that matters. What I have on my list: 1. Chrome extension that would allow users to add to Folio articles behind paywalls. 2. Multiple issue styles including serif fonts for better readability. 3. In app reading progress so the app could also be used as a save and read later app (Pocket, Instapaper, Readwise) like 4. In app reading for Issues 5. Discover feature that suggests trending reading content based on your topic preferences. What else would you like to see?
Show full
post r/sideprojects u/YeeterTheInefficient 2026-05-18
ive been kind of obsessed with optimizing my daily app usage for a while now. not in a "i wake up at 4am and cold plunge" way, more like i kept noticing i was spending hours on my phone using the same 5 mainstream apps with literally nothing to show for it. so i slowly rebuilt my entire stack with apps most people havent heard of heres exactly what i use and when **6:45 AM -** [**CuriousCats**](https://curiouscats.ai/) **(news)** this replaced google news, twitter, and the 3 newsletters i used to subscribe to. i open it and read my personalized morning briefing. usually takes about 5-7 minutes. it gives me bullet points on stuff i care about, i can go deep on anything that matters, and then it tells me my briefing is done. no infinite scroll. i also follow the iran situation specifically from multiple countries perspectives which no other news app ive tried does properly **7:15 AM -** [**Reflection**](https://www.reflection.app/) **(journaling)** this one flies completely under the radar. its a journaling app that asks you one question a day and then over time shows you patterns in your mood, energy, and thinking. no blank page pressure. just answer the prompt in 2 minutes and move on. after a few months the insights it surfaces about yourself are kind of wild **7:30 AM -** [**Morgen**](https://morgen.so/) **(calendar + tasks)** this replaced google calendar AND todoist for me. it merges all my calendars into one view and lets me time block tasks directly onto the calendar. drag a task into a slot and its scheduled. sounds simple but no other calendar app does this smoothly. the unified view across personal and work calendars alone is worth it **8:00 AM -** [**Shortwave**](https://www.shortwave.com/) **(email) +** [**Endel**](https://endel.io/) **(focus)** shortwave is an AI email client that bundles, summarises, and prioritises your inbox automatically. i spend maybe 10 minutes on email now instead of 40. then i turn on endel which generates real time AI soundscapes that adapt to your heart rate and time of day. its not a playlist. the sound literally changes based on how your body is doing. grimes and james blake are investors. replaced every spotify focus playlist i had **1:00 PM -** [**Readwise Reader**](https://readwise.io/read) **(saved articles)** throughout the morning i save long articles and threads i want to read properly later. readwise reader is the best read-it-later app ive used. highlights sync, you can annotate, and it handles newsletters pdfs and articles all in one place. this is my post lunch wind down reading slot **6:00 PM -** [**Strava**](https://www.strava.com/) **(running)** 3-4 times a week. nothing fancy here **8:30 PM -** [**Capacities**](https://capacities.io/) **(notes / second brain)** this is the one that surprised me most. its like notion but built around objects instead of pages. so a person is an object, a meeting is an object, a project is an object, and they all link together automatically. i do a 10 minute brain dump here every evening. after a few weeks it starts connecting ideas across your notes in ways you didnt expect **10:00 PM** [**CuriousCats**](https://curiouscats.ai/) **again (audio)** i put on curious fm while wrapping up the day. its basically a personalized podcast that summarises what happened since the morning.
Show full
post r/SideProject u/Im__Broke__ 2026-05-18
Hey everyone, Quick context: I save **a lot** of tweets. Threads about pricing, design inspiration, AI papers, founder advice. You know the drill. Problem is, I never open my bookmarks folder again. Ever. It's just a dump. I tried everything to fix it: * Notion exports (too manual) * Read-it-later apps (don't sync with X) * A spreadsheet (lol) Nothing stuck. So I built the thing I actually wanted. It's called **Bulkmark**. # What it does **1. One-click sync + auto-tagging** Connect your X account. Bulkmark pulls in every bookmark you've ever saved and auto-tags them by topic (AI, design, startups, productivity, whatever). **2. Chat with your bookmarks** You can literally ask: *"What did I save about pricing strategy?"* and get an answer with the original tweets cited. Feels like having a second brain that actually works. **3. Curated lists you can share** Group your best bookmarks into public lists. A reading playlist, a launch checklist, your favorite threads from a specific founder. Share the link. **4. Friday digest in your inbox** Every Friday, you get a clean email with the best of what you saved that week. No app to open. No feed to scroll. Just the good stuff. # Stack (for the curious) * TanStack Start + Convex * Claude for the tagging + chat * Polar.sh for payments * Resend for the digest emails * Hosted on Cloudflare # Pricing Progressive pricing tiers. 7-day free trial. I went paid-only from day one because I don't want to deal with the unit economics of a free tier when the X API calls actually cost (a lot) money. # What I'm looking for Honest feedback. Specifically: * **Would this actually fit your workflow, or is it solving a problem you don't have?** * What integrations would make this a no-brainer for you? (LinkedIn saves? Reddit saves? Readwise sync?) * Is the price right, or off? Happy to answer anything. If you spot a bug, ping me directly and I'll fix it the same day. Link in the comments to avoid the auto-mod filter. Thanks for reading 🙏
Show full
post r/SaaS u/Im__Broke__ 2026-05-18
Hey everyone, Quick context: I save **a lot** of tweets. Threads about pricing, design inspiration, AI papers, founder advice. You know the drill. Problem is, I never open my bookmarks folder again. Ever. It's just a dump. I tried everything to fix it: * Notion exports (too manual) * Read-it-later apps (don't sync with X) * A spreadsheet (lol) Nothing stuck. So I built the thing I actually wanted. It's called **Bulkmark**. # What it does **1. One-click sync + auto-tagging** Connect your X account. Bulkmark pulls in every bookmark you've ever saved and auto-tags them by topic (AI, design, startups, productivity, whatever). **2. Chat with your bookmarks** You can literally ask: *"What did I save about pricing strategy?"* and get an answer with the original tweets cited. Feels like having a second brain that actually works. **3. Curated lists you can share** Group your best bookmarks into public lists. A reading playlist, a launch checklist, your favorite threads from a specific founder. Share the link. **4. Friday digest in your inbox** Every Friday, you get a clean email with the best of what you saved that week. No app to open. No feed to scroll. Just the good stuff. # Stack (for the curious) * TanStack Start + Convex * Claude for the tagging + chat * Polar.sh for payments * Resend for the digest emails * Hosted on Cloudflare # Pricing Progressive pricing tiers. 7-day free trial. I went paid-only from day one because I don't want to deal with the unit economics of a free tier when X API calls actually cost (too much) money. # What I'm looking for Honest feedback. Specifically: * **Would this actually fit your workflow, or is it solving a problem you don't have?** * What integrations would make this a no-brainer for you? (LinkedIn saves? Reddit saves? Readwise sync?) * Is the price right, or off? Happy to answer anything. If you spot a bug, ping me directly and I'll fix it the same day. Link in the comments to avoid the auto-mod filter. Thanks for reading 🙏
Show full
comment r/Calibre u/JahodaPetr 2026-05-18
Hello dev of [justRead.app](http://justRead.app) here. I am focusing mainly on EPUB format, to make the reading as plausable on iphones as possible. If you are a Calibre user, Calibre sync is built in (Title, authors, info, series, series index, tags). Two way, so you can sync your reading progress, for example, into Calibre. You can watch the development [in here](https://www.mobileread.com/forums/forumdisplay.php?f=284). Version 2.6 was just sent to AppStore for review, with Readwise integration.
Show full
comment r/micro_saas u/Eastern-Band-1724 2026-05-18
I went through the exact same “I know I heard this somewhere” loop with SaaS podcasts and YC talks, so this hits a real nerve. I ended up keeping a messy mix of Readwise highlights, Apple Notes, and YouTube “chapters,” and it still sucks when I’m hunting for that one 2‑minute bit on sales comp or early pricing. The angle that’s helped me most is asking really narrow, situational questions like “first 10 customers when you don’t have a network,” “when did you fire your first AE,” or “what metric made you realize you’d actually hit PMF,” then saving the best clips into a tiny personal playbook I can revisit before big decisions. On the “finding live demand” side, I’ve tried GummySearch and a couple of homegrown scripts, and ended up on Pulse for Reddit after trying those plus manual site:reddit searches because it kept surfacing threads where people were asking the same questions I’d just clipped from talks, which made it way easier to test if the advice actually maps to real buyer intent right now.
Show full
post r/getdisciplined u/Visual-Inspection716 2026-05-18
Lately I have been thinking a lot about information. How we all deal with it every day. It is really hard to manage it in a way that's useful. For example during a week I might save a post from Reddit bookmark an article take a screenshot write a note save a YouTube video keep a link from a newsletter listen to a podcast idea or see something useful in a chat or message. When I see it it feels important so I save it somewhere for later.. After a few days or weeks a lot of it becomes hard to find again. Sometimes I do not remember where I saved it. Times I remember the idea, but not the exact words to search for. Sometimes I have the topic spread across different places like my notes app, browser bookmarks, screenshots, saved posts, documents or even messages to myself. It starts to feel like the information's there but it is not really usable when I need it. I am curious how other people handle this in life especially with so many sources of information now: Reddit, X/Twitter, YouTube, newsletters, podcasts, articles, work chats, personal notes, screenshots, bookmarks and AI chats. Do you try to keep everything in one system or do you accept that different types of information live in places? For example do you use tools like Notion, Obsidian, Apple Notes, Google Keep, Readwise, browser bookmarks, folders, tags, spreadsheets, a physical notebook or something different? I am mainly interested in understanding information and how people deal with it. Where do you usually save information when you find it? Do you actually go back. Review information later or does it mostly get forgotten? What part feels most annoying: capturing information organizing information remembering information exists or finding information again? Do tags, folders, backlinks or search help you with information or do they become another thing to maintain? How do you deal with information that's useful but not immediately actionable? Have you found a system that still works after months not just for the first few days? Do you ever feel like you are collecting more information than you can realistically use? I am not looking for a system or a use this one app answer. I am more interested, in how people manage information day to day including messy or imperfect systems. I would especially like to hear from people who save a lot of things with intentions but later struggle to reuse information when they actually need it.
Show full
comment r/ItalyInformatica u/krusty_93 2026-05-18
[https://github.com/krusty93/relego](https://github.com/krusty93/relego) Relego è un'alternativa self-hosted e gratuita a Readwise. Per chi non lo conoscesse, ReadWise è un servizio che importa le tue sottolineature (Kindle, libri, articoli) e te le rimanda periodicamente via email o notifica, per aiutarti a ricordare quello che hai letto usando la tecnica della spaced repetition. Il servizio costa circa 8€/mese. Relego fa la stessa cosa, ma è self-hosted, gratuito e senza abbonamenti. Legge il file `My Clippings.txt` (dal Kindle collegato via USB o da una copia in locale), seleziona un sottoinsieme di highlights e te li manda quotidinamente o settimanalmente al Kindle stesso via Send-to-Kindle. Al momento funziona, ma supporta solo gli highlights del Kindle, e negli ultimi giorni ho cercato di migliorare sia la documentazione che la UX, perché ho notato diversi gap. Inoltre, sono in programma altre integrazioni, anche con ReadWise stesso. È ancora in fase iniziale, i contributi (di ogni tipo) sono benvenuti!
Show full
comment r/Onyx_Boox u/Appropriate-Body-41 2026-05-18
I had the note air 2 plus and gave it to my daughter. The 227 bothered me for reading and was the main reason I got the lumi. Definitely nicer to read on and faster too. Writing is solid but I think not quite as nice as emr (I mainly write on manta). Also depends what you're reading and if you use any apps like readwise etc. Personally I'd get the lumi
comment r/Calibre u/josh_a 2026-05-18
I like Readwise Reader. It syncs highlights and annotations to Obsidian.
comment r/ereader u/Repulsive-Branch-740 2026-05-18
I’d look at the Boox devices. They run on android and have much more flexibility with the apps you can use compared to devices like Kindle and Kobo which are more locked to a specific platform. I use my Boox to read articles that I save on Reader by Readwise, the NYT, and other news apps. 
comment owned r/readwise u/Breen0 2026-05-17
This has been a feature request for two years, and according to the request system, it's the third most asked for feature. If merging books is too difficult, perhaps consider adding a feature to the Readwise iPhone camera app that lets you add a highlight from a physical book to a recently used book with Kindle highlights. It's crazy this doesn't exist. https://preview.redd.it/0d1enmuhcs1h1.png?width=1854&format=png&auto=webp&s=492fa42a67918e896567cdd1816bf681a775e944
Show full
comment r/founder u/Conscious-Month-7734 2026-05-17
Meco has been doing this for years with real traction. Readwise Reader, Matter, Folio, Mailbrew, Newsletterss, and Mailscribe are all in the same space with various angles. The category is crowded with funded teams and clear leaders. That doesn't mean don't build, but the wedge has to be something specific those tools aren't doing well. Maybe a particular type of newsletter reader for finance, or research-heavy users who want highlighting, or non-English newsletters that current tools handle poorly. The "simpler reading view" pitch is what every tool in this space already says, which means you'd be competing on execution and brand against teams that started years ago. The question worth answering before you build more is what a current Meco or Matter user would actually switch to you for. If you can answer that clearly, you have something. If the honest answer is "mine will be cleaner," the market won't reward that enough to make a business. Who's the person you imagined using this and what are they using now?
Show full
comment r/PKMS u/mat_rhein 2026-05-17
Readwise. After getting the info highlighted it syncs automatically to Obsidian or Capacities
comment r/logseq u/flabbergasted_saola 2026-05-17
It’s the Readwise plugin.
post r/best_alternative u/Realistic-Spare97 2026-05-17
Ok so I finally deleted Deepstash after realizing I was just collecting ideas instead of actually learning anything. Like I'd save 20 cards and revisit… none of them. Also reading tiny text blocks on my phone while walking or commuting is just not it. I wanted something similar vibe but more audio so I can actually learn during my commute or while doing random stuff. Here's what I tried: * Blinkist: Probably the closest mainstream option. Audio is solid and easy to follow. But everything is the same format and length, and after a while it all starts sounding identical. Also still feels kinda surface level. * Headway: Very similar to Blinkist but more "motivational." Shorter content, easier to finish. But it leans even more into quick inspiration vs actual understanding. I got bored of it pretty fast. * Befreed: This is what I'm using right now. It's more audio-first and flexible. You can turn articles, PDFs, Youtube videos into short podcast-style lessons instead of reading. I like that you can control the length and number of episodes so it fits into small time slots. Voices are actually good too. It also builds a learning plan and pulls from books, research, expert talks so you don't always have to search. I tried turning a bunch of long psychology articles into a few short episodes I could finish on a walk. Not perfect though, sometimes I wish discovery was better. * Readwise: Good for resurfacing highlights. If you already read a lot, it helps. But it doesn't really solve the "I don't want to read right now" problem. * Snipd: Cool idea, lets you save and summarize podcast highlights. Useful if you already listen to podcasts. But you still have to find the podcasts yourself. So yeah I'm kinda stuck between too shallow vs too time consuming. I just want something that gives me interesting ideas in short chunks, ideally audio, that I can actually finish during my commute and remember later. Anyone here found the best Deepstash alternative app that actually sticks? Especially something that works well in audio format and not just another thing to scroll. **TL;DR:** Deleted Deepstash because I was hoarding ideas and never actually learning them, and reading tiny cards on my phone while commuting is genuinely painful. Blinkist is the obvious swap but gets samey and shallow fast. Headway is Blinkist but more motivational-poster energy. Befreed is my current main, you feed it anything and it spits out actual podcast-style episodes you can finish on a walk, adjustable length and genuinely good voices. Readwise is great for retention if you already read a lot. Snipd is solid but only works if you're already a podcast person. Still stuck between too shallow and too long. Looking for something audio-first, commute-sized, and actually sticky. Drop recs.
Show full
comment owned r/readwise u/Ok-Difficulty-4513 2026-05-17
Pure highlighting feels outdated, usually if I'm reading a substack in Gmail I end up copy pasting sections into chatgpt to dive deeper and ultimately making notes in obsidian. readwise reader's chat feature seems to be trying to replicate that but doesn't quite work imo
post owned r/readwise u/crossfurt 2026-05-17
One of my favorite Sunday moments is reading Wisereads - the curated reading recommendations are often insightful and relevant. However, they do not necessarily relate to what **I** have been reading lately, nor they connect highlights and point out gaps in my point of view. To address that, thanks to Readwise's MCP server, I was able to create a Claude skill that pulls recent highlights, points out commonalities, and recommends further readings to cover potential blind spots. The output is a newsletter-style article that is added to your Reader library. The full skill is below in case someone else finds it relevant or useful. I'd also love feedback or suggestions of similar workflows for reflection based on recent reads. --- name: readwise-digest description: > Generates a weekly editorial knowledge digest from Readwise highlights and publishes it to Readwise Reader. Use this skill whenever the user wants to analyze their recent highlights, surface knowledge gaps, find missing connections across their reading, or produce a weekly digest. Trigger on phrases like "weekly digest", "analyze my highlights", "what am I missing in my reading", "run my reading digest", "knowledge gaps from Readwise", or any request to reflect on or synthesize recent reading activity. Requires the Readwise MCP to be connected. Offer to schedule it weekly if the user doesn't ask first. --- # Weekly Knowledge Digest Pulls recent Readwise highlights, finds cross-source connections and knowledge gaps, locates real linked next reads, and publishes an editorial newsletter directly to Readwise Reader. **Requirements**: Readwise MCP connected · WebSearch available --- ## Workflow ### 1 · Pull highlights Call `readwise_list_highlights` with: - `highlighted_at_gt`: 7 days before today (ISO 8601) - `page_size`: 200 - `response_fields`: `["text", "note", "highlighted_at", "book_title", "book_author", "book_category", "tags"]` Stop early and tell the user if fewer than 5 highlights are returned — not enough material for a meaningful digest. ### 2 · Analyze Group highlights by source. Look for three things: - **Cross-source connections** — two unrelated sources circling the same underlying question without referencing each other - **Knowledge gaps** — an important question a source raises but doesn't answer - **Missing domains** — adjacent fields entirely absent from the week's reading that would reframe what's there Select 3–5 of the most intellectually interesting combinations. Cross-domain connections are more valuable than single-source observations. ### 3 · Find real next reads For each insight, use WebSearch to find one specific, linkable piece of content that directly addresses the gap. Prefer substantive journalism, research institutions, or practitioner writing over listicles. Verify the URL is real before including it. ### 4 · Write the newsletter **Voice**: Editorial and reader-agnostic — like a sharp editor who read everything and found where it connects. Never address the reader as "you/your"; use "the reading", "this week's highlights", "the argument" instead. Write in paragraphs, not lists. Each insight needs: - A punchy **declarative headline** (not a question, not a summary) - **2–3 short paragraphs** of editorial analysis that earn the headline - A **Gap callout** — 1–2 sentences naming the specific knowledge gap - A **Read this next** link with a one-sentence description of why it closes the gap ### 5 · Publish to Readwise Reader Call `reader_create_document` with: ``` title: "Weekly Knowledge Digest — [Month D, YYYY]" html: full newsletter HTML (see template below) url: "https://weekly-digest.internal/[YYYY-MM-DD]" category: "article" tags: ["weekly-digest", "knowledge-gaps"] published_date: today in ISO 8601 summary: one sentence covering the main themes this week ``` The document lands in the user's Reader inbox. Readwise push/email notifications handle delivery from there. --- ## HTML Template Reproduce this visual structure faithfully. Use a `<style>` block in `<head>`; inline styles are not required. **Palette & type** - Page background: `#f5f4f0` · Body text: `#1a1a1a` - Accent (gap border + label): `#c9a84c` - Source chip background: `#ece9e3` · Muted text: `#444`, `#888`, `#aaa` - Body font: Georgia, serif · Label/UI font: Helvetica Neue, sans-serif **Layout**: `max-width: 640px`, centered, `padding: 40px 20px 80px` **Header** - 3px solid top border (`#1a1a1a`) - `"WEEKLY KNOWLEDGE DIGEST"` — 10px uppercase, letter-spaced, `#888` - `h1`: *"What came up this week, and what it's missing"* — 28px, normal weight - Meta line: `[date] · [N] highlights across [N] sources` — 12px, `#888` - Intro paragraph separated by a 1px `#ddd` divider **Each insight block** - `"INSIGHT 0N"` — 10px uppercase, `#aaa` - `h2` headline — 21px, normal weight - Source chip — `#ece9e3` background, 10px uppercase, `border-radius: 2px` - 2–3 body paragraphs — 15px, `line-height: 1.75`, `color: #333` - Gap block — white background, `border-left: 3px solid #c9a84c`, `"GAP"` in gold small caps above the text - Read-next section — `"READ THIS NEXT"` label in small caps, linked title, one-line description in `#888` **Footer** - 1px `#ddd` top border - `"Generated from Readwise highlights · Week of [date range]"` - Sources covered listed inline --- ## Scheduling If the user wants this to run automatically, offer to create a weekly scheduled task with `mcp__scheduled-tasks__create_scheduled_task`: - `cronExpression`: `"0 9 * * 6"` (Saturdays at 9 AM local time) - Prompt: the full workflow above, self-contained
Show full
post r/audiobookshelf u/Adavide 2026-05-17
Hi everyone, Up until now, I used to read ebooks on my Kindle, highlight the interesting parts, and automatically sync everything to **Readwise**. Recently, I’ve switched over to audiobooks. I generate them from my Calibre library and listen to them via **Audiobookshelf**. However, I really miss the ability to easily highlight and save quotes while listening. I'm looking for a tool or app that allows me to highlight and save the actual *text* of the book while listening to the audio. I tried **Story Teller** a few months ago, but it didn't seem to do what I need. I found here that **Snipd** does exactly this for podcasts (using AI transcription to let you highlight text), but I need something similar for audiobooks. Does anyone know of an app, plugin, or workaround that can achieve this? Thanks in advance!
Show full
comment r/kobo u/TommyAdagio 2026-05-16
Can't you sync reading progress and annotations on the iPhone for ebooks using the native Kobo software? Or are you referring to articles saved in Readwise Reader?
post r/TechNook u/GrayBeard916 2026-05-16
I work in enterprise sales, late 30s, on flights and in client lobbies more often than I'm at my own desk. A big part of the job is being conversant across whatever industries my prospects operate in, manufacturing one month, healthcare the next, fintech after that. So last year I tested the major "learning through summaries" services to see which one held up over time. Here's what worked and what didn't after a year of rotating through them. **Blinkist (\~6 months)** Picked it up on a 60% off Black Friday deal. The good: huge catalog, probably the widest of the three. Great for triaging which books are worth reading in full. Clean UI, well-produced audio. If you mostly want a quick overview before recommending a book to someone, it does that job well. The bad: too shallow for actual retention. Most blinks felt like a polished Wikipedia summary. Within a month I couldn't recall what I'd supposedly "learned." When I tried to reference something in a client meeting, my paraphrasing was always off because I didn't actually understand the underlying argument. Felt more like the illusion of learning than learning. **Shortform (\~3 months)** Switched after seeing it described as "Blinkist with actual depth." The good: that description is accurate. Genuinely well-constructed guides with real analysis, counterarguments, and cross-references between books. Intellectually it's the strongest of the three. If you're trying to do something rigorous, dissertation prep, deep research on a specific topic, training for a new field, it holds up. The bad: "deeper" also means it demands far more cognitive energy. Dense paragraphs, multiple concepts per page. At a certain point it felt close to just reading the actual book. I'd open it at the airport, push through five minutes, hit a wall, end up on LinkedIn instead. Depth on paper doesn't matter if the format creates too much friction to return. **BeFreed (\~4 months in)** BeFreed isn't technically for book summary, as they market themselves for personalized audio learning. Books are just one of the sources it pulls from. I'm including it here because I ended up using it for the same job I was trying to do with Blinkist and Shortform. The good: heavy customization (length, depth, narration style, voice), so you can match the format to your energy level on a given day. The structured learning paths are useful, you input your goal and current level and it pulls from books, papers, expert talks, and podcasts into one progression instead of giving you isolated summaries. For my use case (ramping on a new industry every few weeks), this is the strongest of the three because each lesson builds on the last. The bad: relatively new, so some UX flows are still being refined. Took a couple of sessions to figure out how to organize plans and navigate everything. Catalog is also smaller than Blinkist's, so if your use case is broad browsing across thousands of titles, that's a real limitation. **My takeaway:** There isn't a single best one, they're built for different use cases. * **Blinkist**: best if you want the widest catalog and just need a quick overview to decide whether to read the full book. * **Shortform**: best if you need depth and rigor, and have the energy to engage. * **BeFreed**: best if you want a structured ongoing learning path and audio that adapts to your energy level. For me, BeFreed stuck because it lowered the friction enough that I actually show up daily, and daily consistency is the only thing that compounds. But if I were prepping for a single deep project, I'd probably go back to Shortform. And if I just wanted to scan a wide library, Blinkist still wins. For me, it's not about finding the perfect one. It's committing to 20 minutes a day in whatever format keeps your brain coming back. The compounding over time is significant, sharper client conversations, hitting quota two years running, better dynamics with senior buyers. Curious what others have landed on. Anyone used Headway or Readwise long term? [](https://www.reddit.com/submit/?source_id=t3_1teqhy0&composer_entry=crosspost_prompt)
Show full
post r/IPhoneApps u/GrayBeard916 2026-05-16
I work in enterprise sales, late 30s, on flights and in client lobbies more often than I'm at my own desk. A big part of the job is being conversant across whatever industries my prospects operate in, manufacturing one month, healthcare the next, fintech after that. So last year I tested the major "learning through summaries" services to see which one held up over time. Here's what worked and what didn't after a year of rotating through them. **Blinkist (\~6 months)** Picked it up on a 60% off Black Friday deal. The good: huge catalog, probably the widest of the three. Great for triaging which books are worth reading in full. Clean UI, well-produced audio. If you mostly want a quick overview before recommending a book to someone, it does that job well. The bad: too shallow for actual retention. Most blinks felt like a polished Wikipedia summary. Within a month I couldn't recall what I'd supposedly "learned." When I tried to reference something in a client meeting, my paraphrasing was always off because I didn't actually understand the underlying argument. Felt more like the illusion of learning than learning. **Shortform (\~3 months)** Switched after seeing it described as "Blinkist with actual depth." The good: that description is accurate. Genuinely well-constructed guides with real analysis, counterarguments, and cross-references between books. Intellectually it's the strongest of the three. If you're trying to do something rigorous, dissertation prep, deep research on a specific topic, training for a new field, it holds up. The bad: "deeper" also means it demands far more cognitive energy. Dense paragraphs, multiple concepts per page. At a certain point it felt close to just reading the actual book. I'd open it at the airport, push through five minutes, hit a wall, end up on LinkedIn instead. Depth on paper doesn't matter if the format creates too much friction to return. **BeFreed (\~4 months in)** BeFreed isn't technically for book summary, as they market themselves for personalized audio learning. Books are just one of the sources it pulls from. I'm including it here because I ended up using it for the same job I was trying to do with Blinkist and Shortform. The good: heavy customization (length, depth, narration style, voice), so you can match the format to your energy level on a given day. The structured learning paths are useful, you input your goal and current level and it pulls from books, papers, expert talks, and podcasts into one progression instead of giving you isolated summaries. For my use case (ramping on a new industry every few weeks), this is the strongest of the three because each lesson builds on the last. The bad: relatively new, so some UX flows are still being refined. Took a couple of sessions to figure out how to organize plans and navigate everything. Catalog is also smaller than Blinkist's, so if your use case is broad browsing across thousands of titles, that's a real limitation. **My takeaway:** There isn't a single best one, they're built for different use cases. * **Blinkist**: best if you want the widest catalog and just need a quick overview to decide whether to read the full book. * **Shortform**: best if you need depth and rigor, and have the energy to engage. * **BeFreed**: best if you want a structured ongoing learning path and audio that adapts to your energy level. For me, BeFreed stuck because it lowered the friction enough that I actually show up daily, and daily consistency is the only thing that compounds. But if I were prepping for a single deep project, I'd probably go back to Shortform. And if I just wanted to scan a wide library, Blinkist still wins. For me, it's not about finding the perfect one. It's committing to 20 minutes a day in whatever format keeps your brain coming back. The compounding over time is significant, sharper client conversations, hitting quota two years running, better dynamics with senior buyers. Curious what others have landed on. Anyone used Headway or Readwise long term?
Show full
comment r/kobo u/G_thelibrarian 2026-05-16
I know it’s in their backlog, integration with Readwise is too. I recommend anyone who wants any StoryGraph integrations to vote for them on their public roadmap as the founder and I chatted about it in relation to my job a few years ago and they said they go by what’s most popular
post r/hermesagent u/iMedolacy 2026-05-15
https://preview.redd.it/mgt7rvmmjd1h1.png?width=601&format=png&auto=webp&s=f36db97998ef847a9908844eadd3787bdaec502e Been deep in Obsidian for about 2 years. Started as a casual note app, eventually became the central nervous system of how I learn, think, and remember things. First, the honest part: for the first 12 months I had a beautifully organized vault I never actually read. 800+ notes, every one tagged and linked, graph view that looked like a galaxy. Capturing felt productive but I wasn't getting any smarter. Classic second-brain failure mode. So I rebuilt the whole thing. Cut the vault by \~60%, killed half my tags, collapsed five folders into three, and added an absorb layer with tools outside Obsidian. The new system has three jobs: capture cleanly, organize in Obsidian (for retrieval, not for show), and absorb on a schedule. Here's the full breakdown. # The Three-Layer System Not every note has the same job. Some are raw captures I'll never re-read. Some are stable reference I revisit weekly. Some need to be actively absorbed before they're useful. So I split everything by what role it actually plays. # Layer 1 — Capture (raw inputs, write only) Everything new lands in Inbox/. No tagging, no linking, no filing. Just dump it. The point of capture is to NOT let stuff die in browser tabs, and adding friction at this stage kills the habit. Tools feeding the inbox: * **Readwise Reader** for articles, PDFs, tweets, YouTube. Highlights auto-sync to Obsidian as markdown via the Readwise plugin, with source URL and timestamp metadata. * **Snipd** for podcast moments. Clip → transcribe → exports as markdown into the Obsidian Inbox via the Snipd Obsidian export. * **Voice memos + Whisper** for shower thoughts. Voice memo file → Whisper transcribes → markdown into Inbox. Rule: never let a "saved for later" link die in a browser tab. If it doesn't enter the system, it doesn't exist. # Layer 2 — Organize (active reference, in Obsidian) This is where Obsidian shines. Stable, linked, retrievable. After cutting the vault, my structure is just three folders: Vault/ ├── Inbox/        # everything new, untouched ├── Notes/        # active, at least 1 backlink, in use └── Archive/      # cold storage, never deleted Status tags only, no topic tags: * \#seedling (raw thought, captured but not processed) * \#growing (in active use, getting linked into other notes) * \#evergreen (refined, referenced often, would survive a vault rebuild) Search handles topic. Links handle structure. Graph view IS the topic map. No PARA, no Zettelkasten, no Johnny Decimal. All of those collapsed within 3 months because "where does this note go" became its own decision tax. Plugins that genuinely earn their keep: * **Readwise Official** — auto-imports highlights, preserves backlinks * **Dataview** — turn your vault into a queryable database. My most-used dashboard: That surfaces every #seedling note older than 14 days that needs to be promoted to #growing or archived. Without this query the vault grows but never matures. * **Templater** — every new daily note auto-populates with date, mood, top 3, what I learned, links to current projects. Daily note template lives at Templates/Daily.md. * **Excalidraw** — for spatial ideas (system diagrams, mental models, decision trees) that don't fit in text * **Periodic Notes** — daily, weekly, monthly review notes on a schedule Promotion rule: an Inbox/ note moves to Notes/ only when it gets at least one backlink to an existing note. No backlink = it stays in inbox or goes to archive. This forces the question "how does this connect to what I already know?" before anything enters the active vault. # Layer 3 — Absorb  Obsidian organizes beautifully but it doesn't FORCE you to revisit. This is where most "second brain" setups die — including mine, for a year. Three rituals fixed it: * **Readwise Daily Review** — 5 min every morning, on my phone. Resurfaces 5 random highlights from across my entire library. Most of my "oh I forgot about that" moments come from here. * **BeFreed** — audio learning app. Paste any link (PDF, YouTube, article) or just prompt a topic, and it builds a personalized audio path from books, expert talks, and research. Customizable voice and length. I listen on commutes and walks. This is what finally got me consuming the stuff I'd been hoarding in Obsidian for months. * **Sunday process-inbox block** — 30 min every Sunday, hard-blocked on calendar. Two queries: Anything older than 7 days in Inbox/ gets either promoted to Notes/ (with at least one backlink) or sent to Archive/. Ruthless. No "I'll get to it later." Later = archive. Surfaces orphan #seedling notes (no incoming links anywhere). 90% of these get archived because if nothing in the vault references them, they're already dead weight. # The full data flow Inputs (articles, PDFs, podcasts, YT, voice)    ↓ Capture tools (Readwise Reader, Snipd, Whisper)    ↓ Obsidian Inbox/ (raw, untagged)    ↓ \[Sunday review, promotion requires backlink\] Obsidian Notes/ (#seedling → #growing → #evergreen)    ↓ \[Daily review, audio absorption\] Long-term retention    ↓ \[Stale/orphan\] Obsidian Archive/ (cold storage) # The bigger lesson Obsidian alone made me a better note-taker. Obsidian + a vault built for retrieval + a forced absorb ritual made me actually smarter. The vault is the spine. The absorb layer is the muscle. You need both. Curious what other heavy users have layered on top of Obsidian to force actual retention. Especially anyone who's solved the "I have 800 notes I'll never read" problem.
Show full
comment owned r/readwise u/romikid 2026-05-15
Hi, u/Mammoth-Childhood-30! I'm sorry you haven't heard from us yet! You can cancel your subscription from your [Account Settings](https://readwise.io/preferences/account) \> **Manage Subscriptions**. You can also [delete your account yourself here](https://readwise.io/preferences/account). Let me know if you need anything else. [](https://www.reddit.com/user/Mammoth-Childhood-30/)
post r/kobo u/TommyAdagio 2026-05-15
I've been looking into KOreader and I'm planning to install it to get the Readwise plugin. How well does the Readwise plugin handle reading articles, as well as highlighting, annotating, tagging and archiving them? Are there other reasons to use KOreader? For most of it, I don't see the point — the native Kobo ebook software seems great. Thanks!
post owned r/readwise u/TommyAdagio 2026-05-15
(no body — comment matched in title or URL only)
post owned r/readwise u/Mammoth-Childhood-30 2026-05-15
Hi Readwise Team, I am posting here because I have not received a reply to my emails. I have sent two separate emails requesting to cancel my subscription, but the auto-renewal is still active. Please help me cancel this subscription as soon as possible. Thank you for your assistance.
comment r/RemarkableTablet u/Unhappy_Ad309 2026-05-15
oh sure it's a feature readitlater / pocket / reader from readwise have had for ages but nothing close was available on the remarkable and it's really well suited for taking notes
comment owned r/readwise u/quicklywilliam 2026-05-15
FWIW the Instapaper integration on Kobo isn't great, just as Pocket support before it wasn't. Image support is spotty, doesn't support highlighting at all etc. I created a [KOReader-based Instapaper client](https://github.com/quicklywilliam/ereader) that supports this stuff, similar to the plugin just a bit more fully featured and a nicer UX. Would be trivial to add Readwise support.
comment r/kobo u/Shakespearepbp 2026-05-15
I upload notes to readwise with the October plugin
comment r/GetStudying u/sumizeit 2026-05-15
Your insights on these services are really valuable, especially for someone juggling multiple industries. I’ve found that Headway offers a nice balance of summaries with a bit more depth than Blinkist, making it easier to retain information. Readwise is fantastic for revisiting key concepts through spaced repetition, which can help reinforce learning over time. It sounds like you’ve found a good rhythm with BeFreed; the adaptability it offers seems crucial for maintaining consistency in your busy schedule.
Show full
post r/GetStudying u/GrayBeard916 2026-05-15
I work in enterprise sales, late 30s, on flights and in client lobbies more often than I'm at my own desk. A big part of the job is being conversant across whatever industries my prospects operate in, manufacturing one month, healthcare the next, fintech after that. So last year I tested the major "learning through summaries" services to see which one held up over time. Here's what worked and what didn't after a year of rotating through them. **Blinkist (\~6 months)** Picked it up on a 60% off Black Friday deal. The good: huge catalog, probably the widest of the three. Great for triaging which books are worth reading in full. Clean UI, well-produced audio. If you mostly want a quick overview before recommending a book to someone, it does that job well. The bad: too shallow for actual retention. Most blinks felt like a polished Wikipedia summary. Within a month I couldn't recall what I'd supposedly "learned." When I tried to reference something in a client meeting, my paraphrasing was always off because I didn't actually understand the underlying argument. Felt more like the illusion of learning than learning. **Shortform (\~3 months)** Switched after seeing it described as "Blinkist with actual depth." The good: that description is accurate. Genuinely well-constructed guides with real analysis, counterarguments, and cross-references between books. Intellectually it's the strongest of the three. If you're trying to do something rigorous, dissertation prep, deep research on a specific topic, training for a new field, it holds up. The bad: "deeper" also means it demands far more cognitive energy. Dense paragraphs, multiple concepts per page. At a certain point it felt close to just reading the actual book. I'd open it at the airport, push through five minutes, hit a wall, end up on LinkedIn instead. Depth on paper doesn't matter if the format creates too much friction to return. **BeFreed (\~4 months in)** BeFreed isn't technically for book summary, as they market themselves for personalized audio learning. Books are just one of the sources it pulls from. I'm including it here because I ended up using it for the same job I was trying to do with Blinkist and Shortform. The good: heavy customization (length, depth, narration style, voice), so you can match the format to your energy level on a given day. The structured learning paths are useful, you input your goal and current level and it pulls from books, papers, expert talks, and podcasts into one progression instead of giving you isolated summaries. For my use case (ramping on a new industry every few weeks), this is the strongest of the three because each lesson builds on the last. The bad: relatively new, so some UX flows are still being refined. Took a couple of sessions to figure out how to organize plans and navigate everything. Catalog is also smaller than Blinkist's, so if your use case is broad browsing across thousands of titles, that's a real limitation. **My takeaway:** There isn't a single best one, they're built for different use cases. * **Blinkist**: best if you want the widest catalog and just need a quick overview to decide whether to read the full book. * **Shortform**: best if you need depth and rigor, and have the energy to engage. * **BeFreed**: best if you want a structured ongoing learning path and audio that adapts to your energy level. For me, BeFreed stuck because it lowered the friction enough that I actually show up daily, and daily consistency is the only thing that compounds. But if I were prepping for a single deep project, I'd probably go back to Shortform. And if I just wanted to scan a wide library, Blinkist still wins. For me, it's not about finding the perfect one. It's committing to 20 minutes a day in whatever format keeps your brain coming back. The compounding over time is significant, sharper client conversations, hitting quota two years running, better dynamics with senior buyers. Curious what others have landed on. Anyone used Headway or Readwise long term?
Show full
comment owned r/readwise u/cdamian 2026-05-15
Did many book covers vanish from Readwise? Or is it just me?
post r/ProductivityHQ u/lonzoboy 2026-05-15
I used to think “genius” people just had some magical brain I didn’t. You know the type. Learns things insanely fast, barely studies, connects ideas immediately, somehow understands everything quicker than everyone else. But after reading more psychology/neuroscience books and paying attention to actually smart people around me, I realized most of them are not doing magic. They just built systems and habits around learning very early. A lot of “genius” is honestly just pattern recognition. If someone already understands psychology, history, economics, programming, philosophy, etc, learning NEW things becomes much easier because they can connect ideas together quickly. To beginners it looks like talent, but often it’s just “they already know A and B so C feels obvious.” Another huge one is attention span. Most people genuinely cannot focus deeply anymore. Trying to learn while checking notifications every 3 minutes is like trying to build muscle while sleeping 2 hours a night. Books like Atomic Habits and Deep Work honestly changed how I think about learning. One thing that helped me a lot personally was building a simple personal knowledge system: Collect → Organize → Absorb & Connect. **For collecting**, I use Readwise and browser extensions to save highlights, articles, tweets, videos, quotes, random thoughts, basically anything interesting I don’t want to lose. Before this, I would constantly consume useful information and then completely forget where I saw it 2 days later. **For organizing**, I use Obsidian to connect concepts, notes, books, ideas, and patterns across different topics. Once you start linking ideas together instead of just consuming isolated information, learning becomes much deeper and you start noticing connections everywhere. **For absorbing and connecting the dots**, I honestly really recommend BeFreed. It’s an audio first micro learning app that turns books, psychology, biographies, history, productivity, basically anything into really fun podcast style episodes. You can personalize learning plans based on your goals/interests/level, customize the podcast host’s voice/style, and adjust the depth. It made learning feel way more structured for me because I could learn while walking, cooking, commuting, etc instead of needing “perfect study time.” Another thing people underestimate: discipline beats raw intelligence long term. A lot of naturally gifted people never build real work habits because things come easy early on. Then eventually they hit something difficult and completely collapse. I genuinely think “genius” is usually curiosity + deep focus + strong foundations + years of accumulated knowledge. Not magic.
Show full
post r/Productivitycafe u/GrayBeard916 2026-05-15
I work in enterprise sales, late 30s, on flights and in client lobbies more often than I'm at my own desk. A big part of the job is being conversant across whatever industries my prospects operate in, manufacturing one month, healthcare the next, fintech after that. So last year I tested the major "learning through summaries" apps to see which one held up over time. Here's what worked and what didn't after a year of rotating through them. **Blinkist (\~6 months)** Picked it up on a 60% off Black Friday deal. The good: huge catalog, probably the widest of the three. Great for triaging which books are worth reading in full. Clean UI, well-produced audio. If you mostly want a quick overview before recommending a book to someone, it does that job well. The bad: too shallow for actual retention. Most blinks felt like a polished Wikipedia summary. Within a month I couldn't recall what I'd supposedly "learned." When I tried to reference something in a client meeting, my paraphrasing was always off because I didn't actually understand the underlying argument. Felt more like the illusion of learning than learning. **Shortform (\~3 months)** Switched after seeing it described as "Blinkist with actual depth." The good: that description is accurate. Genuinely well-constructed guides with real analysis, counterarguments, and cross-references between books. Intellectually it's the strongest of the three. If you're trying to do something rigorous, dissertation prep, deep research on a specific topic, training for a new field, it holds up. The bad: "deeper" also means it demands far more cognitive energy. Dense paragraphs, multiple concepts per page. At a certain point it felt close to just reading the actual book. I'd open it at the airport, push through five minutes, hit a wall, end up on LinkedIn instead. Depth on paper doesn't matter if the format creates too much friction to return. **BeFreed (\~4 months in)** BeFreed isn't technically a book summary app, they market themselves as a personalized audio learning app. Books are just one of the sources it pulls from. I'm including it here because I ended up using it for the same job I was trying to do with Blinkist and Shortform. The good: heavy customization (length, depth, narration style, voice), so you can match the format to your energy level on a given day. The structured learning paths are useful, you input your goal and current level and it pulls from books, papers, expert talks, and podcasts into one progression instead of giving you isolated summaries. For my use case (ramping on a new industry every few weeks), this is the strongest of the three because each lesson builds on the last. The bad: relatively new, so some UX flows are still being refined. Took a couple of sessions to figure out how to organize plans and navigate everything. Catalog is also smaller than Blinkist's, so if your use case is broad browsing across thousands of titles, that's a real limitation. **My takeaway:** There isn't a single best one, they're built for different use cases. * **Blinkist**: best if you want the widest catalog and just need a quick overview to decide whether to read the full book. * **Shortform**: best if you need depth and rigor, and have the energy to engage. * **BeFreed**: best if you want a structured ongoing learning path and audio that adapts to your energy level. For me, BeFreed stuck because it lowered the friction enough that I actually show up daily, and daily consistency is the only thing that compounds. But if I were prepping for a single deep project, I'd probably go back to Shortform. And if I just wanted to scan a wide library, Blinkist still wins. The actual lever isn't finding the perfect app. It's committing to 20 minutes a day in whatever format keeps your brain coming back. The compounding over time is significant, sharper client conversations, hitting quota two years running, better dynamics with senior buyers. Curious what others have landed on. Anyone used Headway or Readwise long term?
Show full
comment r/ThomasPynchon u/sanityclauz 2026-05-14
In praise of uncle who have read GR and inspired others to do readwise!
post r/Productivitycafe u/iMedolacy 2026-05-14
I'm a solo entrepreneur, drinking from a firehose every day: articles, podcasts, frameworks, competitor research, customer interview notes. Without a system, my brain becomes the company's bottleneck. I know a lot of you are in the same boat. The thing nobody tells you when you start solo: the operators who grow vs the ones who plateau usually differ on one thing, whether they're systematically getting smarter every week. Great ideas genuinely change lives, but only if they land and stay. So the goal of this stack isn't productivity, it's compounding. Six months from now you're operating on a different level because your past self quietly invested in your present self. After 2 years of iterating, this is the stack I won't replace. Each tool does one job and they hand off cleanly: Readwise captures, Notion organizes, BeFreed makes you actually absorb. **My weekly pipeline:** * **Capture (every day) - Readwise Reader:** Save articles, PDFs, tweets, YouTube to Readwise. Podcast moments via Snipd. Shower thoughts via voice memos + Whisper. Everything funnels into one Notion inbox database. Rule that fixed my capture problem: if it doesn't enter the system within 30 seconds of finding it, it doesn't exist. Readwise auto-pipes highlights into Notion via the integration, so nothing has to be copy-pasted. * **Organize (every Sunday, 30 min) - Notion:** Process the inbox in a hard-blocked calendar slot. Three statuses: Seedling (raw), Growing (in active use), Evergreen (referenced often). Anything older than 7 days either gets at least one relation to an existing page and moves to active, or gets archived. The relation requirement is the key rule. A database view surfaces orphans and stale seedlings automatically so I'm not deciding from scratch every week. * **Absorb (daily, on commute) - BeFreed:** This is the compounding layer, and the reason I had 800+ saved notes I never read before. Now I drop the week's most interesting links or topics into BeFreed and listen on walks. It turns them into podcasts where you can adjust length, depth, voice, and style. Switched here from NotebookLM because BeFreed builds an actual learning plan against your goal, so each podcast stacks on the last instead of being random one offs. As a solo founder my goals shift fast and the plan adapts. The learning plan is honestly the feature I love most. If you're feeling overwhelmed by the input volume, you're not alone and it's not a discipline problem. Start with one layer (capture is the easiest), add the next when that one's a real habit. Even 10 minutes of daily absorbing compounds harder than any productivity hack I've tried. The version of you 6 months from now is built by the inputs you commit to today. End result as a solo operator: a vault that grows on its own, an inbox that doesn't bloat, and a daily ritual that turns "saved for later" into stuff I can actually use in customer calls, pitches, and product decisions. Curious what other founders are running.
Show full
post r/Notion u/iMedolacy 2026-05-14
I'm a solo entrepreneur, drinking from a firehose every day: articles, podcasts, frameworks, competitor research, customer interview notes. Without a system, my brain becomes the company's bottleneck. I know a lot of you are in the same boat. The thing nobody tells you when you start solo: the operators who grow vs the ones who plateau usually differ on one thing, whether they're systematically getting smarter every week. Great ideas genuinely change lives, but only if they land and stay. So the goal of this stack isn't productivity, it's compounding. Six months from now you're operating on a different level because your past self quietly invested in your present self. After 2 years of iterating, this is the stack I won't replace. Each tool does one job and they hand off cleanly: Readwise captures, Notion organizes, BeFreed makes you actually absorb. **My weekly pipeline:** * **Capture (every day) - Readwise Reader:** Save articles, PDFs, tweets, YouTube to Readwise. Podcast moments via Snipd. Shower thoughts via voice memos + Whisper. Everything funnels into one Notion inbox database. Rule that fixed my capture problem: if it doesn't enter the system within 30 seconds of finding it, it doesn't exist. Readwise auto-pipes highlights into Notion via the integration, so nothing has to be copy-pasted. * **Organize (every Sunday, 30 min) - Notion:** Process the inbox in a hard-blocked calendar slot. Three statuses: Seedling (raw), Growing (in active use), Evergreen (referenced often). Anything older than 7 days either gets at least one relation to an existing page and moves to active, or gets archived. The relation requirement is the key rule. A database view surfaces orphans and stale seedlings automatically so I'm not deciding from scratch every week. * **Absorb (daily, on commute) - BeFreed:** This is the compounding layer, and the reason I had 800+ saved notes I never read before. Now I drop the week's most interesting links or topics into BeFreed and listen on walks. It turns them into podcasts where you can adjust length, depth, voice, and style. Switched here from NotebookLM because BeFreed builds an actual learning plan against your goal, so each podcast stacks on the last instead of being random one offs. As a solo founder my goals shift fast and the plan adapts. The learning plan is honestly the feature I love most. If you're feeling overwhelmed by the input volume, you're not alone and it's not a discipline problem. Start with one layer (capture is the easiest), add the next when that one's a real habit. Even 10 minutes of daily absorbing compounds harder than any productivity hack I've tried. The version of you 6 months from now is built by the inputs you commit to today. End result as a solo operator: a vault that grows on its own, an inbox that doesn't bloat, and a daily ritual that turns "saved for later" into stuff I can actually use in customer calls, pitches, and product decisions. Curious what other founders are running.
Show full
post r/NoteTaking u/iMedolacy 2026-05-14
I'm a solo entrepreneur, drinking from a firehose every day: articles, podcasts, frameworks, competitor research, customer interview notes. Without a system, my brain becomes the company's bottleneck. I know a lot of you are in the same boat. The thing nobody tells you when you start solo: the operators who grow vs the ones who plateau usually differ on one thing, whether they're systematically getting smarter every week. Great ideas genuinely change lives, but only if they land and stay. So the goal of this stack isn't productivity, it's compounding. Six months from now you're operating on a different level because your past self quietly invested in your present self. After 2 years of iterating, this is the stack I won't replace. Each tool does one job and they hand off cleanly: Readwise captures, Notion organizes, BeFreed makes you actually absorb. **My weekly pipeline:** * **Capture (every day) - Readwise Reader:** Save articles, PDFs, tweets, YouTube to Readwise. Podcast moments via Snipd. Shower thoughts via voice memos + Whisper. Everything funnels into one Notion inbox database. Rule that fixed my capture problem: if it doesn't enter the system within 30 seconds of finding it, it doesn't exist. Readwise auto-pipes highlights into Notion via the integration, so nothing has to be copy-pasted. * **Organize (every Sunday, 30 min) - Notion:** Process the inbox in a hard-blocked calendar slot. Three statuses: Seedling (raw), Growing (in active use), Evergreen (referenced often). Anything older than 7 days either gets at least one relation to an existing page and moves to active, or gets archived. The relation requirement is the key rule. A database view surfaces orphans and stale seedlings automatically so I'm not deciding from scratch every week. * **Absorb (daily, on commute) - BeFreed:** This is the compounding layer, and the reason I had 800+ saved notes I never read before. Now I drop the week's most interesting links or topics into BeFreed and listen on walks. It turns them into podcasts where you can adjust length, depth, voice, and style. Switched here from NotebookLM because BeFreed builds an actual learning plan against your goal, so each podcast stacks on the last instead of being random one offs. As a solo founder my goals shift fast and the plan adapts. The learning plan is honestly the feature I love most. If you're feeling overwhelmed by the input volume, you're not alone and it's not a discipline problem. Start with one layer (capture is the easiest), add the next when that one's a real habit. Even 10 minutes of daily absorbing compounds harder than any productivity hack I've tried. The version of you 6 months from now is built by the inputs you commit to today. End result as a solo operator: a vault that grows on its own, an inbox that doesn't bloat, and a daily ritual that turns "saved for later" into stuff I can actually use in customer calls, pitches, and product decisions. Curious what other founders are running.
Show full
comment r/EntrepreneurRideAlong u/stealthagents 2026-05-14
Your system of capturing and organizing information with Notion, Readwise, and BeFreed is impressive, particularly in its ability to convert data into actionable insights. One thing that might further complement your vision is ensuring that your business tasks like CRM systems and client follow-ups are just as seamless. At Stealth Agents, we have over 10–15 years of expertise in managing these operational aspects, allowing you to truly focus on leveraging your "second brain" for growth.
Show full
post owned r/readwise u/mlevison 2026-05-14
I’m considering purchasing either a Boox Go 7 or 10.3. I’m curious what the reading experience is like on a 7 device. Especially since I read the occasional academic paper, such are typically PDFs. In addition what is the scrolling and ghosting situation like?
comment r/Design u/deliberate69king 2026-05-14
This is actually pretty smart for people with reference hoarding problems like me. My bookmarks are basically a digital graveyard at this point. The local first part is what sells it honestly. I’ve tried stuff with Obsidian, Readwise, Fabric, even Runable for organizing research flows and creative references during projects, but most tools either overcomplicate capture or make retrieval annoying later. This feels way more practical.
Show full
post owned r/readwise u/Ok-Cheetah-8217 2026-05-14
thanks
comment r/kobo u/nemaline 2026-05-14
Instapaper can be used for free, and Readwise can't. I imagine replacing the Pocket integration (also free to use) with an integration that required a monthly subscription would have been *incredibly* unpopular with users. No criticism of Readwise, of course, but it's obvious why it wouldn't be the number one choice for an integration. I'm sure it might be possible for them to add it as a secondary option, but once there's already one native read-it-later option available, it's probably not a high priority to add secondary ones.
Show full
comment r/ObsidianMD u/radar2375 2026-05-14
Zotero for PDFs and Readwise Reader for bookmarks.
comment owned r/readwise u/Repulsive-Branch-740 2026-05-14
I have the Boox Go Color 7. Overall, I really like it. I've had it for well over a year now and it still works great. I primarily use it when outdoors and reading on my phone is not possible. Went with the Boox because I wanted the ability to access Reader by Readwise on it, but also did not want to be locked into any specific platform. Biggest complaint is that it is fiddly to set up, and like just about all e-readers the general responsiveness is not as good as something like an iPhone or iPad (which is what I am used to). But I find reading on an e-ink device so much easier. We spend a lot of time at the pool in the summer months and it's just not possible to read on my iPhone when outdoors.
Show full
comment owned r/readwise u/Repulsive-Branch-740 2026-05-14
Haven't tried the Koreader/readwise plugin so can't make any comparison there, but I can say that Reader works great on my Boox. I have no issues with articles or PDFs loading, rendering, etc. And I really like the ability to customize display options on a per-article basis. Biggest issue is that it can sometimes be a bit slow to load, but that's more a function of Boox itself I think being slower than how it would load on the web or my iPhone. But overall it works well. No real complaints.
Show full
comment r/kobo u/timcatuk 2026-05-14
Well kobo have partnered with instapaper for that’s going to happen. But… There is a koreader plugin but I don’t use readwise so haven’t tried it. I imagine you install koreader to your kobo, install a nice plugin for the frontend like ZenUI or SimpleUI and then put the Readwise reader plugin on it. The plugin supports inbox, later and shortlist
comment owned r/readwise u/Longjumping-Tea8842 2026-05-14
I can feel you! I personally didnt want to spend so much on a boox so ended up with a kobo libra and installing koreader and readwise plugin setup. But, I had my qualms with a boox because although its a android device, if the reader app were to work the same as it does on your regular mobile device, wont scrolling articles be a nightmare because of its poor rendering? (I have tried openeing reader on the kobo experimental browser and I just couldnt scroll any article without hurting my eyes.) On the koreader/readwise plugin, it converts all my articles to html format and makes it easy to scroll through horizontally just like a book, which works like a breeze.
Show full
comment owned r/readwise u/Repulsive-Branch-740 2026-05-14
If anyone from Kobo is reading this, the lack of being able to get Readwise on a Kobo device was one significant reason that I ended upping with a Boox device instead of a Kobo device. I liked the Kobo device's form factor, but the inability to access Readwise on it was a dealbreaker for me.
post r/kobo u/Longjumping-Tea8842 2026-05-14
If you're a Readwise user on Kobo, how are you currently bridging the gap? When Pocket shut down earlier this year, Kobo swapped the integration to Instapaper, which started rolling out via firmware in late August, why not Readwise Reader? I have a Kobo Libra Colour and have been a Readwise user for years. The Kobo highlights sync into Readwise already works well (one direction, Kobo to Readwise). What's missing is the other half: read-it-later articles, RSS, newsletters, PDFs from Reader showing up natively on the device. Kobo's CEO was on the Vergecast around the Pocket news and seemed generally open to read-it-later partnerships, which is presumably how the Instapaper deal happened. So the question is: what does it actually take? A few specific things I'd love to know: 1. Is there a public feature request thread or upvote mechanism that actually moves the needle here, or is this purely a business development conversation between the two companies? 2. For anyone who has talked to either team: what's the blocker? Technical effort on Kobo's side, exclusivity in the Instapaper deal, or just that the volume of requests hasn't crossed some threshold yet? 3. Is the Kobo team aware that a meaningful slice of their power-reader audience already pays for Readwise and would consider this a killer feature? Not trying to bash Instapaper. Readwise >>> any other read-it-later app out there. Just feels like Readwise Reader is the natural fit and the two-direction Reader to Readwise to Kobo loop would be incredible. If you're a Readwise user on Kobo, how are you currently bridging the gap?
Show full
post owned r/readwise u/Longjumping-Tea8842 2026-05-14
When Pocket shut down earlier this year, Kobo swapped the integration to Instapaper, which started rolling out via firmware in late August, why not Readwise Reader? If you're a Readwise user on Kobo, how are you currently bridging the gap? I have a Kobo Libra Colour and have been a Readwise user for years. The Kobo highlights sync into Readwise already works well (one direction, Kobo to Readwise). What's missing is the other half: read-it-later articles, RSS, newsletters, PDFs from Reader showing up natively on the device. Kobo's CEO was on the Vergecast around the Pocket news and seemed generally open to read-it-later partnerships, which is presumably how the Instapaper deal happened. So the question is: what does it actually take? A few specific things I'd love to know: 1. Is there a public feature request thread or upvote mechanism that actually moves the needle here, or is this purely a business development conversation between the two companies? 2. For anyone who has talked to either team: what's the blocker? Technical effort on Kobo's side, exclusivity in the Instapaper deal, or just that the volume of requests hasn't crossed some threshold yet? 3. Is the Kobo team aware that a meaningful slice of their power-reader audience already pays for Readwise and would consider this a killer feature? Not trying to bash Instapaper. Readwise >>> any other read-it-later app out there. Just feels like Readwise Reader is the natural fit and the two-direction Reader to Readwise to Kobo loop would be incredible. If you're a Readwise user on Kobo, how are you currently bridging the gap?
Show full
post r/audiobooks u/GrayBeard916 2026-05-14
I work in enterprise sales, in my 30s, on flights and in client lobbies more often than I'm at my own desk. A big part of the job is being conversant across whatever industries my prospects operate in, manufacturing one month, healthcare the next, fintech after that. So last year I tested the major "learning through summaries" apps to see which one held up over time. Here's what worked and what didn't after a year of rotating through them (this is based on personal experience): **Blinkist (\~6 months)** Picked it up on a 60% off Black Friday deal. The good: huge catalog, probably the widest of the three. Great for triaging which books are worth reading in full. Clean UI, well-produced audio. If you mostly want a quick overview before recommending a book to someone, it does that job well. The bad: too shallow for actual retention. Most blinks felt like a polished Wikipedia summary. Within a month I couldn't recall what I'd supposedly "learned." When I tried to reference something in a client meeting, my paraphrasing was always off because I didn't actually understand the underlying argument. Felt more like the illusion of learning than learning. **Shortform (\~3 months)** Switched after seeing it described as "Blinkist with actual depth." The good: that description is accurate. Genuinely well-constructed guides with real analysis, counterarguments, and cross-references between books. Intellectually it's the strongest of the three. If you're trying to do something rigorous, dissertation prep, deep research on a specific topic, training for a new field, it holds up. The bad: "deeper" also means it demands far more cognitive energy. Dense paragraphs, multiple concepts per page. At a certain point it felt close to just reading the actual book. I'd open it at the airport, push through five minutes, hit a wall, end up on LinkedIn instead. Depth on paper doesn't matter if the format creates too much friction to return. **BeFreed (\~4 months in)** BeFreed isn't technically a book summary app, they market themselves as a personalized audio learning app. Books are just one of the sources it pulls from. I'm including it here because I ended up using it for the same job I was trying to do with Blinkist and Shortform. The good: heavy customization (length, depth, narration style, voice), so you can match the format to your energy level on a given day. The structured learning paths are useful, you input your goal and current level and it pulls from books, papers, expert talks, and podcasts into one progression instead of giving you isolated summaries. For my use case (ramping on a new industry every few weeks), this is the strongest of the three because each lesson builds on the last. The bad: relatively new, so some UX flows are still being refined. Took a couple of sessions to figure out how to organize plans and navigate everything. Catalog is also smaller than Blinkist's, so if your use case is broad browsing across thousands of titles, that's a real limitation. **My takeaway:** There isn't a single best one, they're built for different use cases. * **Blinkist**: best if you want the widest catalog and just need a quick overview to decide whether to read the full book. * **Shortform**: best if you need depth and rigor, and have the energy to engage. * **BeFreed**: best if you want a structured ongoing learning path and audio that adapts to your energy level. For me, BeFreed stuck because it lowered the friction enough that I actually show up daily, and daily consistency is the only thing that compounds. But if I were prepping for a single deep project, I'd probably go back to Shortform. And if I just wanted to scan a wide library, Blinkist still wins. The actual lever isn't finding the perfect app. It's committing to 20 minutes a day in whatever format keeps your brain coming back. The compounding over time is significant, sharper client conversations, hitting quota two years running, better dynamics with senior buyers. Curious what others have landed on. Anyone used Headway or Readwise long term?
Show full
comment r/ObsidianMD u/Emmacbg2 2026-05-13
Obsidian for notes and km, early drafts of research papers Zotero for academic papers and grey literature Readwise for collecting pretty much everything else. I manually sync highlights and notes from Zotero and Readwise into Obsidian when I am working on a specific project that involves a range of sources. I never add anything to Obsidian apart from markdown text.
post r/ObsidianMD u/smerdy 2026-05-13
EDIT: With all due respect to those against the use of AI (and the downvoters) -- Enzyme has actually allowed me to be *more* inclusive of tangential creative connections. And if you have an Obsidian vault you've been building, you are sitting on a goldmine in so many ways. The major pain point Obsidian solved for me was that the capture of my thinking happened across different tools, NOT that I wasn't doing the thinking. I'd argue that I do *more* thinking now with AI via Enzyme than I did previously; sometimes, I'd just give up on writing or fleshing something out because there wasn't the right home for it to be connected. I capture from a lot of different sources, most of which are not chatbots, i.e. kindle, podcast highlights, etc. I really believe the AI community has a lot to learn from the PKM community -- keeping things organized needs a telos to grow. Just look at how the recent [A-MEM paper was inspired by Zettelkasten](https://arxiv.org/abs/2502.12110). Hey Obsidian community, Actually sorry, this isn't a new one. Enzyme has been around since 2023 and started its life as an AI context plugin that used Dataview to retrieve context around tags and link mentions. I have updates to share. Three years ago, I thought I would be more disciplined about using tags and links so that AI could use these as breadcrumbs I left for it. As I learned, it wasn't enough. So, Enzyme became something new - I rewrote it again, and again, and more than a dozen rewrites later, its core is now a local first Rust binary (just 30mb, including a whole embedding model) that strings together a context graph from loosely used tags, links, and folders. I left my job to work on it - my daily workflow was taking major strides towards staying present with entirely spread-out writing and Readwise marginalia, and I wanted to see it through. I left behind a patent for early work in how agents understand music taste, because there was so much work in how agents could understand taste in ideas. So what does it do? The best feature is that it makes AI highlight things in the graph view as it thinks. Just kidding. If you have a people/ folder that you wikilink to as your personal CRM, a created: "\[\[YYYY-MM-DD\]\] frontmatter date field, or a few tags that you spray and pray that eventually the ideas will come back to you when you search for them, or an inbox folder that you use for quick captures and gardening -- Enzyme augments that. It gets you one step closer to completing the picture from the loose threads. I'll spare you the technical detail (built on my years of NLP / ML research engineering) but it compiles a context graph from the questions the archive was already asking, and it leverages the structure that was already present. It's the AI's compass to quickly onboard to your ideas. Enzyme helps the AI better surface notes you forgot about - a highlight from something you saved, with a call transcript you imported. Doesn't Claude Code already find the structure, you ask? Enzyme is built to do it in a fraction of the time, a tenth of the tokens, highlighting (and citing) connections that'll make you go "whoa". In fact - I use it as a lens for Claude Code, so that it understands ideas as well as it understands code. The best way to see if it works for you is to give it a try. If you have a hundred notes, or even a few thousand, ask it "look through my ideas and tell me what I'm not seeing", or "catch me up where my thinking has been around the impact of technology on understanding". You can use your own API keys, a local model, or the one provided through Enzyme. I've got some cool research on the way - including a tiny 256mb fine-tuned model for building the context graph. Get it for your Obsidian: [https://community.obsidian.md/plugins/reason](https://community.obsidian.md/plugins/reason) Learn more: [https://www.enzyme.garden/](https://www.enzyme.garden/) I work on it every day - so come knocking on our Discord anytime: [https://discord.gg/nhvsqtKjQd](https://discord.gg/nhvsqtKjQd) And it goes without saying, but thank you to the Obsidian team for always keeping an ear to the ground on making a great product to make this possible.
Show full
post r/viwoods u/Unhappy_Ad309 2026-05-13
I really like the palma 2 pro but the screen is just far too fragile to be an everyday carry around device. Anyone have experience with both? I’ve seen reviews that mention Kindle crashing a lot is that still an issue? Would mostly be using Kindle, Readwise Reader, and some news paper apps
post owned r/readwise u/Virfortimous 2026-05-13
Hi and thanks for looking! 🙏 I just started using the trial version. I tried to email a bunch of highlights from an Apple book and it only brought one of the highlights from the book in, not all of them. Is this a limitation of the trial version perhaps?
comment owned r/readwise u/mlevison 2026-05-13
Thank you, thank you, a thousand times thank you: "**Fixed EPUB Chapter Headings** — Tadek fixed an EPUB bug where only the first chapter heading after import was recognized as a heading in Readwise and every subsequent one was treated as a regular highlight. Chapter and section structure now carries through to your highlights and exports the way it's supposed to." EPUB chapter headings were my biggest beef with Reader.
Show full
comment r/kindle u/Sleepy_Enigma 2026-05-13
I got my Kindle 3 months ago and my Clippings.txt file has always done that as it tries to “track” all changes, I’ve never tried exporting it though as I use send to kindle. Can I ask why you choose to sideload instead of using send to kindle? The annotations export with send to kindle is much more sophisticated. I also thought that if you want to use a clippings.txt file you need to put it through one of those highlights and notes managers like readwise (or the many other free versions) so it can sort through and organise it for you
Show full
comment owned r/readwise u/LeatherResident8479 2026-05-13
Thanks! u/max-at-readwise
post r/Acorny u/haolly 2026-05-13
Acorny now supports automatic Instapaper highlight sync. You can connect Instapaper from: Extensions & Apps → Instapaper → Connect After that, your Instapaper highlights can sync into Acorny automatically, where you can review them later and export them as JSON, CSV, or Markdown. Why this matters: A lot of highlights get saved inside read-it-later apps but are rarely revisited later. Acorny is built around making those highlights easier to review, organize, and export without locking the data into one workflow. Current source support: \- Instapaper: automatic sync \- WeRead: one-time import via exported JSON \- Readwise API: one-time import \- Diigo API: one-time import \- Export files: one-time import Feedback is welcome, especially on: \- whether the connection flow is clear \- whether automatic sync behaves as expected \- which source should be supported next
Show full
post r/ObsidianMD u/FilterJoe 2026-05-13
I'm new to obsidian, old to Instapaper (> 5000 articles). I like the obsidian web clipper and wanted to see if I could easily import all my articles from Instapaper with a format very close to what the web clipper gives me so everything is the same. Turned out to be a multi-step challenge and I did not find the complete solution anywhere on the web, though maybe I didn't look in the right places. One well documented method is to pull Instapaper into readwise, and then sync from readwise. After exporting CSV from Instapaper, then importing to readwise, I did that and it worked for full articles. However, while there was meta information, it was not in Obsidian's YAML front matter format. Had to develop a jinja template for this and paste it in the YAML front matter subsection of the custom formatting section in readwise Obsidian Export settings. Took some fiddling to figure out the right jinja template to match obsidian web clipper format, but here it is if anyone else runs into this issue (with a couple additional fields - you can delete them if you don't want them): `title: "{{ full_title|replace('\\', '\\\\')|replace('"', '\\"')|trim }}"` `source: "{{url}}"` `author: {% if author %}{{ '\n' }} - "{{ author|replace('\\', '\\\\')|replace('"', '\\"')|trim }}"{% endif %}` `published: {{published_date}}` `created: {{date}}` `reading source: "{{ source|replace('\\', '\\\\')|replace('"', '\\"')|trim }}"` `description: "{{ summary|replace('\n', ' ')|replace('\\', '\\\\')|replace('"', '\\"')|trim }}"` `category: "{{category}}"` `tags: {% if document_tags -%}` `{% for tag in document_tags %}{{ '\n' }} - {{tag}} {% endfor %}` `{% endif -%}`
Show full
comment r/IMadeThis u/Mysterious_Kick_7873 2026-05-13
The cool part is once I treated it like a workflow, I stopped feeling guilty about not “using” every saved thing. I basically have two modes now: capture mode and study mode. Capture is brain-off, just grab anything that sparks something. Study is ruthless: limit myself to like 10 saves, force a one‑line “why this hits” and one possible variant I’d actually post. For what you’re building, I found little constraints help a ton: a daily cap per tag, a timer, or a “you already have 5 posts like this” nudge so I naturally move toward gaps instead of duplicates. I tried Save to Notion and Raindrop for this, then used Readwise and Pulse for Reddit mainly to surface new angles; Pulse for Reddit caught threads I was missing when I was hunting for launch narratives and objection phrasing.
Show full
comment owned r/readwise u/max-at-readwise 2026-05-12
Hey u/LeatherResident8479, we've started tracking this feature request to auto-detect right-to-left text [here](https://readwise.canny.io/reader-features/p/auto-detect-right-to-left-text). Feel free to upvote it, and we’ll be sure to keep you posted if and when we ship it. In the meantime, you can enable RTL mode on web via Cmd+K > “Change text direction to RTL.” On mobile, open the more actions menu (...) in reading view, tap the Aa (Appearance) button, then select “More style options” > “Right to left.” If you need any help, feel free to reach out to us anytime at [[email protected]](mailto:[email protected])!
Show full
post owned r/readwise u/max-at-readwise 2026-05-12
Hey folks, happy Tuesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#may-8-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * 📖 **Fixed EPUB Chapter Headings** — Tadek fixed an EPUB bug where only the first chapter heading after import was recognized as a heading in Readwise and every subsequent one was treated as a regular highlight. Chapter and section structure now carries through to your highlights and exports the way it's supposed to. * 📨 **Fixed Superhuman Forwards into Gmail** — Tristan taught the Gmail parser how to read forwards that originated in Superhuman. If you forward a newsletter from Superhuman into Gmail and on to Reader, the original sender, subject, and body now come through cleanly instead of getting tangled in the Superhuman wrapper. * 📱 **Fixed Daily Review Buttons on iPad** — Ibai restored the missing Daily Review buttons that had gone walkabout on iPad. You can now choose the Discard, Master, Feedback, and Keep options on iPad again. * 🏷️ **Improved Latest-Highlights API** — Tadek tightened the `/latest` and `/api/latest-highlight/` endpoints so they no longer surface section-title highlights as if they were normal highlights, and will now filter out discarded highlights. Integrations that pull your most recent highlight will now return intentional highlights, without pulling headings or things you already got rid of. * 🪟 **Smoother Reader Sidebar** — Tristan smoothed out the appearance of Reader's left sidebar on initial page load, so the panel slides into place cleanly instead of popping in. * 🐦 **Improved Twitter Video Reliability** — Krzys shored up Twitter video playback in Reader. Videos should now load reliably on iOS and Safari, and initial playback should feel snappier. * ⌨️ **Fixed Desktop Dropdown Keyboard Nav** — Tristan shepherded a fix for the Reader desktop app's More Actions menu (`M` key). Items now show a clear highlight as you arrow through them, and stray arrow key presses no longer kick focus to unrelated parts of the page. * ⚡ **Zapier Export Tile** — Thanks to Rasul, you can now find the official Zapier integration directly on the [Readwise Export](https://readwise.io/export) page. The new tile links straight to [`zapier.com/apps/readwise/integrations`](http://zapier.com/apps/readwise/integrations), so it's easier to wire your highlights into the rest of your stack. * 🛜 **Parsing Updates** — Krzys improved how Reader handles posts from Substack publications hosted on custom domains. He also cleaned up several rough edges in how they display in-app: "Read More" cards on Notes posts are now clickable, action-button rows and "Read in app" get stripped instead of leaving empty boxes, forwarded-message preambles no longer italicize the body, inline color and font overrides are removed for consistent reading, and images with quirky computed heights are preserved instead of disappearing. If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
comment r/startups_promotion u/Subject_Shift_9791 2026-05-12
I went through this same arc: loved what Superhuman and all the AI wrappers did for my brain, then realized I’d basically handed them a full export of my life. The “this is a recruiter / invoice / action item” tagging is the killer feature, but the default assumption that they get to keep a shadow copy of every email always felt wild to me. What worked for me was treating Gmail as just a dumb pipe and building a thin, local intelligence layer on top, like what you’re describing. I ended up running a small local model that only pulls headers + snippets by default, then deep‑reads the body on demand so I’m not slurping everything into RAM all day. For monitoring stuff outside email, I tried Glasp and Readwise first, then Pulse for Reddit stuck because it quietly caught high-signal threads I cared about without spamming me. Same idea: local or minimal data, tight filters, and only surfacing what I’d actually act on. Curious how you’re handling training/updates without ever centralizing user data.
Show full
comment r/buildinpublic u/Beneficial-Past7688 2026-05-12
I went down this rabbit hole prepping for exams and later for language learning, and I hit the exact same wall: every TTS app assumes “once and done” instead of “listen to this 50 times until it sticks.” What worked for me was thinking in terms of reps and sets, like a gym routine, not just a play button. I ended up needing: tiny segments I could loop, fast keyboard shortcuts, and saved “routines” (e.g., warmup vocab, then example sentences, then full paragraph). I’d position it as a study/memorization tool first, with TTS as the engine under the hood. Students and language learners feel the repetition pain the most and are used to paying for niche tools if it clearly helps grades or fluency. I tried LingQ and some generic TTS browser extensions, then messed around with Readwise Reader, and finally Pulse for Reddit helped me spot other people ranting about the same gap so I knew it wasn’t just me. If you nail looping, segmentation, and presets, voice quality can be “good enough” at first.
Show full
comment r/LightPhone u/Delicious_Ticket_867 2026-05-12
My weapon of choice is a BOOX Note Air5 C. What's great about it is that it is a *very* annoying device for productivity tasks, and that it's awful at web browsing. As a reading-device I love it. I want to use Readwise and Logos, and they're iOS / Android-exclusive. I also do some light writing on it (using the keyboard-cover) and note-taking with the pen.
comment r/EntrepreneurRideAlong u/Relevant-Stranger373 2026-05-12
But the bottleneck for a solo founder isn't ingestion. You can read everything and still be the constraint. The real bottleneck is turning that flow into decisions that resurface to you at the right moment, not six months later when you happen to scroll past a Readwise highlight and think "damn, I should have acted on that. Knowing more and deciding better are two different problems. Most "second brain" setups solve the first one and quietly pretend they're solving the second. They aren't. The operators who actually scale aren't the ones with the cleanest Notion, they're the ones who have a system that pushes the right call to the surface when the context is still warm.
Show full
post r/coolgithubprojects u/StreetBreak80 2026-05-12
Hey everyone, I got tired of losing knowledge, tools and names from YouTube Shorts I watch, so I built a bot. \*\*How it works:\*\* 1. Send any YouTube Shorts URL to the Telegram bot 2. It transcribes audio via Whisper (local or OpenAI) 3. Analyzes video frames via Vision API 4. Extracts structured data: GitHub repos, tools mentioned, recipes, key concepts 5. Saves to Notion or Obsidian with auto-categorization \*\*Self-hosted highlights:\*\* \- Docker Compose, one-command deploy \- Modular LLM backend: Ollama (fully local) / OpenAI / Anthropic (your choice) \- Modular storage: Notion API or Obsidian vault via local sync \- No vendor lock-in, no subscription required for self-hosters \- All API keys stay on your server \*\*Why I built it:\*\* Every existing tool (Readwise, Glasp, Tactiq) either requires a browser extension, doesn't do structured extraction, or forces you to use their cloud. I wanted something that runs on my VPS and sends results to my existing PKM setup. GitHub: [https://github.com/Stnslv-k/shorts-saver-bot](https://github.com/Stnslv-k/shorts-saver-bot) Happy to answer questions. Also curious what shorts do you actually save knowledge from? (Dev tutorials? Cooking? Science?)
Show full
comment r/androidapps u/WesternNo4999 2026-05-12
Full disclosure — I'm the dev of CatchNote, just shared in the weekly megathread. After Pocket shut down I tried Raindrop, Omnivore, Readwise. Each one had a setup ceremony that I'd quit by week two. So I built one without that step — one-tap save, AI categorizes, saves stay local. PDFs + OCR included.
comment r/EntrepreneurRideAlong u/SpecialDance7619 2026-05-12
This is a solid stack, but the real bottleneck is always going to be the "Readwise to Notion" transition. I’ve found that just having the highlights in Notion isn't enough; you need a specific routine to actually process them, or it just becomes a digital graveyard. Real talk, the best way I’ve found to handle this is to have a "Processing" view in Notion where I have to write a one-sentence summary for every highlight before it gets archived into my main brain. It’s a bit of a grind at first, but it’s the only way to make sure the info actually sticks rather than just sitting there haha.
Show full
post r/adhd_college u/Independent-Put733 2026-05-12
I'm going to share the system I've built over the past two years as someone with ADHD and bad memory who's obsessed with learning. Before 28 I had no system at all. Just scattered Apple Notes, half-finished books, hundreds of "watch later" videos. A graveyard. I'd consume a brilliant idea on Monday and forget it existed by Thursday. What changed everything was when ChatGPT launched. For the first time I had a thinking partner who could help me build the structure my ADHD brain genuinely cannot sustain alone. Two years of iteration later, this is the system that finally made my learning compound. Wanted to share it for any other ADHD learners stuck in the notes graveyard loop :)) **Important:** Each step builds on the last. Skipping one breaks the chain. **The System** **1) Save everything to one place, within 30 seconds** The biggest leak point for ADHD learners is the gap between "this is interesting" and "this is saved somewhere I'll find again." Close that gap or it's gone. Readwise Reader for articles, PDFs, tweets, YouTube. Snipd for podcast moments. Voice memos + Whisper for shower thoughts. One inbox, no decisions. **Rule**: if it's not in the system, it doesn't exist. No "I'll bookmark it for later." Later never comes. **2) Let AI do the organizing** I used to run Obsidian manually for almost 4 years and it was a mess. I'd spend 2 hours organizing instead of reading, then abandon it for weeks. Classic ADHD pattern. Organizing requires sustained focus and consistent decisions, and ADHD brains have neither reliably. Moved to Notion (database structure forces the relations my brain skips) and layered Claude on top. Connected them through OpenClaw, so Claude reads and writes directly into the vault. Now I just say "process the inbox, archive anything older than 7 days that's not linked to an active project," and it happens. Decision fatigue gone. **3) Use 3 statuses, not topic tags** Topic tagging is a trap. Every new note forces a decision: "what topic?" Hundreds of notes later, you've burned all your executive function on filing instead of thinking. ADHD brains are bad at hierarchical anything. Folders inside folders, taxonomies, neat categories. Every layer is another decision and we don't have the executive function to spare. Flat systems with links work way better because the structure emerges from connections instead of being forced upfront. I use 3 statuses only: Seedling (raw), Growing (in active use), Evergreen (referenced often). Search handles topic. Links handle structure. If you've abandoned PARA or Johnny Decimal, that's not a discipline failure. It's a system mismatch. **4) Turn captured knowledge into a focused learning system** Saving and organizing aren't the same as learning. Without an absorb layer you're just hoarding. Audio is my biggest ADHD hack honestly. Sitting at a desk to read just doesn't work, my brain finds 20 escape hatches within 5 minutes. But put the same content in my ears while I'm at the gym, walking, doing chores, or on commute, and I'm locked in. The body has something to do so the brain stops trying to escape. It's the opposite of what neurotypical advice tells you, but it's the only thing that works for me. I use BeFreed for this. It turns whatever I've saved, links, PDFs, or just a topic I'm curious about, into podcasts I listen to during those in between moments. Length, voice, depth, and style are all adjustable, which matters more for ADHD than people realize. Ugly low stimulation formats just don't get used. The part I love most is the personalized learning plan. I put in my goal, level, and time, and it pulls the best sources from books, expert talks, research papers, and podcasts (no need to upload anything). Each podcast stacks on the last instead of being random one offs, which is what finally keeps my scattered curiosity compounding into something coherent. **5) Review weekly, not daily** Daily rituals are an ADHD trap. They sound nice but you'll abandon them in two weeks. One 30-min Sunday block. Process anything in inbox older than 7 days. Promote what's been actively used. Archive what's gone stale. If you can't do it weekly, do it monthly. Better low-frequency you'll keep than daily you'll abandon. **Note**: this entire system runs on maybe 30 min/week of active maintenance. The rest happens passively while I listen on walks. The whole point is to build something an ADHD brain will actually sustain, not a system that requires neurotypical discipline you don't have.
Show full
post r/notebooklm u/everybodysaysso 2026-05-12
I have been thinking about why some AI learning sessions feel genuinely useful while they are happening, but then disappear from memory a day or two later. For me, learning with AI has started to feel like two separate steps: **1. Exploration** This is the live back-and-forth phase. I use NotebookLM, Claude, or ChatGPT to understand a topic, ask follow-ups, challenge answers, request analogies, and slowly build a mental model. A good session is usually not one prompt. It is 30 minutes to 2 hours of messy discussion where the idea slowly starts to click. The new knowledge is like a seed starting to sprout, still very delicate. **2. Consolidation** This is the part I think most workflows are missing. After a good session, I usually do not need more information. I need to consolidate the exact thing I just learned. Or now that I have the sprout, I need to take care of it to turn it into a healthy plant. A generic summary of the topic on wiki or some textbook is not the same as a summary of my learning process (the AI chat). It does not know where I got stuck, which analogy worked, what misconception I had, or which part of the conversation actually moved the needle. The way I think about it is: a good AI learning session creates a tiny sprout of understanding. It is real, but fragile. And by the end of the session, I am usually too mentally drained to turn it into clean notes myself. So my current loop is: 1. Explore a topic through NotebookLM / Claude / ChatGPT 2. Keep asking follow-ups until it starts to click 3. Turn that exact conversation into something I can revisit 4. Review it later when my brain is fresher For step 2, I have been using a small MCP server I built called StewReads. At the end of a Claude or ChatGPT session, I can say “stew it,” and it turns the conversation into a short ebook and audiobook. The useful part is that it is based on the actual discussion I just had, not a generic overview of the topic. The ebook goes to my Kindle, and the audiobook lands in Apple Podcasts, so I can revisit it on a walk or commute the next day. I generally explore at night and consolidate on the train to work using audiobook. I guess the broader point is that AI should not just help us explore ideas in the moment. It should also help us preserve and consolidate the conversations where learning actually happened. Curious if anyone else is doing something similar. Are you turning AI chats into notes, review docs, audio, Obsidian pages, Readwise highlights, or anything else you actually revisit later? Does it not hurt when you can't find the chat in which you learnt something a week or two later? **Your best AI chats should not disappear into chat history!**
Show full
comment r/Productivitycafe u/namirighthand 2026-05-12
This stack sounds perfect for solo hustlers like me, info overload is brutal. Gonna try BeFreed with my Readwise setup this week, thx for the breakdown!
comment r/Productivitycafe u/slepmoomu 2026-05-12
Love this setup, solo founders need it bad. Readwise + Notion is my jam already, gonna add BeFreed this week tbh.
post owned r/readwise u/Sad_Parsley3390 2026-05-12
Has anyone else had the issue when you add a YouTube channel subscription to your feed you can’t see the videos in your main feed? The YouTube videos are only in the individual feed and not my main RSS feed. I can see them in the desktop app as expected. Any insights?
post r/Productivitycafe u/iMedolacy 2026-05-12
I'm a solo entrepreneur, drinking from a firehose every day: articles, podcasts, frameworks, competitor research, customer interview notes. Without a system, my brain becomes the company's bottleneck. I know a lot of you are in the same boat. The thing nobody tells you when you start solo: the operators who grow vs the ones who plateau usually differ on one thing, whether they're systematically getting smarter every week. Great ideas genuinely change lives, but only if they land and stay. So the goal of this stack isn't productivity, it's compounding. Six months from now you're operating on a different level because your past self quietly invested in your present self. After 2 years of iterating, this is the stack I won't replace. Each tool does one job and they hand off cleanly: Readwise captures, Notion organizes, BeFreed makes you actually absorb. **My weekly pipeline:** * **Capture (every day) - Readwise Reader:** Save articles, PDFs, tweets, YouTube to Readwise. Podcast moments via Snipd. Shower thoughts via voice memos + Whisper. Everything funnels into one Notion inbox database. Rule that fixed my capture problem: if it doesn't enter the system within 30 seconds of finding it, it doesn't exist. Readwise auto-pipes highlights into Notion via the integration, so nothing has to be copy-pasted. * **Organize (every Sunday, 30 min) - Notion:** Process the inbox in a hard-blocked calendar slot. Three statuses: Seedling (raw), Growing (in active use), Evergreen (referenced often). Anything older than 7 days either gets at least one relation to an existing page and moves to active, or gets archived. The relation requirement is the key rule. A database view surfaces orphans and stale seedlings automatically so I'm not deciding from scratch every week. * **Absorb (daily, on commute) - BeFreed:** This is the compounding layer, and the reason I had 800+ saved notes I never read before. Now I drop the week's most interesting links or topics into BeFreed and listen on walks. It turns them into podcasts where you can adjust length, depth, voice, and style. Switched here from NotebookLM because BeFreed builds an actual learning plan against your goal, so each podcast stacks on the last instead of being random one offs. As a solo founder my goals shift fast and the plan adapts. The learning plan is honestly the feature I love most. If you're feeling overwhelmed by the input volume, you're not alone and it's not a discipline problem. Start with one layer (capture is the easiest), add the next when that one's a real habit. Even 10 minutes of daily absorbing compounds harder than any productivity hack I've tried. The version of you 6 months from now is built by the inputs you commit to today. End result as a solo operator: a vault that grows on its own, an inbox that doesn't bloat, and a daily ritual that turns "saved for later" into stuff I can actually use in customer calls, pitches, and product decisions. Curious what other founders are running
Show full
post r/Notion u/iMedolacy 2026-05-12
I'm a solo entrepreneur, drinking from a firehose every day: articles, podcasts, frameworks, competitor research, customer interview notes. Without a system, my brain becomes the company's bottleneck. I know a lot of you are in the same boat. The thing nobody tells you when you start solo: the operators who grow vs the ones who plateau usually differ on one thing, whether they're systematically getting smarter every week. Great ideas genuinely change lives, but only if they land and stay. So the goal of this stack isn't productivity, it's compounding. Six months from now you're operating on a different level because your past self quietly invested in your present self. After 2 years of iterating, this is the stack I won't replace. Each tool does one job and they hand off cleanly: Readwise captures, Notion organizes, BeFreed makes you actually absorb. **My weekly pipeline:** * **Capture (every day) - Readwise Reader:** Save articles, PDFs, tweets, YouTube to Readwise. Podcast moments via Snipd. Shower thoughts via voice memos + Whisper. Everything funnels into one Notion inbox database. Rule that fixed my capture problem: if it doesn't enter the system within 30 seconds of finding it, it doesn't exist. Readwise auto-pipes highlights into Notion via the integration, so nothing has to be copy-pasted. * **Organize (every Sunday, 30 min) - Notion:** Process the inbox in a hard-blocked calendar slot. Three statuses: Seedling (raw), Growing (in active use), Evergreen (referenced often). Anything older than 7 days either gets at least one relation to an existing page and moves to active, or gets archived. The relation requirement is the key rule. A database view surfaces orphans and stale seedlings automatically so I'm not deciding from scratch every week. * **Absorb (daily, on commute) - BeFreed:** This is the compounding layer, and the reason I had 800+ saved notes I never read before. Now I drop the week's most interesting links or topics into BeFreed and listen on walks. It turns them into podcasts where you can adjust length, depth, voice, and style. Switched here from NotebookLM because BeFreed builds an actual learning plan against your goal, so each podcast stacks on the last instead of being random one offs. As a solo founder my goals shift fast and the plan adapts. The learning plan is honestly the feature I love most. If you're feeling overwhelmed by the input volume, you're not alone and it's not a discipline problem. Start with one layer (capture is the easiest), add the next when that one's a real habit. Even 10 minutes of daily absorbing compounds harder than any productivity hack I've tried. The version of you 6 months from now is built by the inputs you commit to today. End result as a solo operator: a vault that grows on its own, an inbox that doesn't bloat, and a daily ritual that turns "saved for later" into stuff I can actually use in customer calls, pitches, and product decisions. Curious what other founders are running.
Show full
post r/EntrepreneurRideAlong u/iMedolacy 2026-05-11
I'm a solo entrepreneur, drinking from a firehose every day: articles, podcasts, frameworks, competitor research, customer interview notes. Without a system, my brain becomes the company's bottleneck. I know a lot of you are in the same boat. The thing nobody tells you when you start solo: the operators who grow vs the ones who plateau usually differ on one thing, whether they're systematically getting smarter every week. Great ideas genuinely change lives, but only if they land and stay. So the goal of this stack isn't productivity, it's compounding. Six months from now you're operating on a different level because your past self quietly invested in your present self. After 2 years of iterating, this is the stack I won't replace. Each tool does one job and they hand off cleanly: Readwise captures, Notion organizes, BeFreed makes you actually absorb. **My weekly pipeline:** * **Capture (every day) - Readwise Reader:** Save articles, PDFs, tweets, YouTube to Readwise. Podcast moments via Snipd. Shower thoughts via voice memos + Whisper. Everything funnels into one Notion inbox database. Rule that fixed my capture problem: if it doesn't enter the system within 30 seconds of finding it, it doesn't exist. Readwise auto-pipes highlights into Notion via the integration, so nothing has to be copy-pasted. * **Organize (every Sunday, 30 min) - Notion:** Process the inbox in a hard-blocked calendar slot. Three statuses: Seedling (raw), Growing (in active use), Evergreen (referenced often). Anything older than 7 days either gets at least one relation to an existing page and moves to active, or gets archived. The relation requirement is the key rule. A database view surfaces orphans and stale seedlings automatically so I'm not deciding from scratch every week. * **Absorb (daily, on commute) - BeFreed:** This is the compounding layer, and the reason I had 800+ saved notes I never read before. Now I drop the week's most interesting links or topics into BeFreed and listen on walks. It turns them into podcasts where you can adjust length, depth, voice, and style. Switched here from NotebookLM because BeFreed builds an actual learning plan against your goal, so each podcast stacks on the last instead of being random one offs. As a solo founder my goals shift fast and the plan adapts. The learning plan is honestly the feature I love most. If you're feeling overwhelmed by the input volume, you're not alone and it's not a discipline problem. Start with one layer (capture is the easiest), add the next when that one's a real habit. Even 10 minutes of daily absorbing compounds harder than any productivity hack I've tried. The version of you 6 months from now is built by the inputs you commit to today. End result as a solo operator: a vault that grows on its own, an inbox that doesn't bloat, and a daily ritual that turns "saved for later" into stuff I can actually use in customer calls, pitches, and product decisions. Curious what other founders are running.
Show full
comment r/productivity u/VastList8926 2026-05-11
Readwise.
comment r/productivity u/RTE_academic 2026-05-11
Readwise. Captures a nicely formatted version to read later and archive, take notes if you like.
comment r/Substack u/Better-Apartment2231 2026-05-11
I’ve tried a few extensions before. The best I’ve found were Readwise and Gleanit. Gleanit is newer but I’ve been liking it more in terms of UI and capabilities. Both have tagging. Readwise has better UI for note taking. Gleanit has a good search, so it’s good with cross article usage.
comment r/IMadeThis u/Mysterious_Kick_7873 2026-05-11
I went through the same thing but with Reddit and newsletters instead of X. What helped me was treating it less like “save everything” and more like a mini research project each week. I’d batch-review what I clipped on Sunday, delete the weak stuff, and rewrite the best ones into my own words with a short “why this worked” note. That made it way easier to reuse later instead of just hoarding. I’d love a quick “study mode” in HookVault: pick a tag, then it walks me post by post asking “keep, rewrite, archive?” so I’m forced to compress the pattern, not just stare at screenshots. I bounced between Save to Notion and Readwise for this, and ended up on Pulse for Reddit after trying those for thread discovery because it caught Reddit examples I was missing when I was researching hooks for launches.
Show full
post r/Acorny u/haolly 2026-05-11
Hey everyone — Acorny now supports importing highlights from WeRead. This is a one-time import flow, not automatic sync. How it works: 1. Open the Acorny browser extension. 2. In the WeRead Export section, click Open WeRead Export. 3. Click Start Export. 4. After export completes, download weread-export.json. 5. Open Acorny on the web. 6. Go to Import Highlights. 7. Drag the weread-export.json file into the upload area. Why this matters: A lot of reading highlights stay locked inside reading apps and are rarely revisited later. With this import flow, WeRead highlights can be moved into Acorny, reviewed later, and exported as part of your own workflow. Notes: \- This is currently a one-time import flow. \- Instapaper supports automatic sync. \- Readwise API, Diigo API, and export files are supported as one-time imports. \- The WeRead export runs locally in the browser. Acorny does not access WeRead servers or store WeRead credentials. I’d love feedback from WeRead users: \- Is the export/import flow clear enough? \- Did the imported highlights look correct? \- What source should Acorny support next?
Show full
comment r/micro_saas u/Few-Sheepherder-1196 2026-05-11
I wrestled with that too when I built a “power user” tool. The gap I found wasn’t “can they articulate at all?” but “can they do it fast enough, at the level they need, without flattening the nuance?” I’d try watching a few users live: how long from finished map to something they’d send to a boss/client? For me, that screens real pain better than surveys. I went through this with research workflows; we tried Miro, Obsidian, then ended up on things like Readwise and Pulse for Reddit to catch and reshape raw messy input into usable narratives without extra thinking time.
Show full
comment r/productivity u/Frained 2026-05-11
In my case I separate my apps for actions and archive... for bookmarks, I use raindrop for archive when I want to save a link that find interesting but not that useful right now. For actually reading later, I use wallabag but reader from readwise its better but paid, here I just save articles and whenever I have some free time I read them. Clarify than you'll need to form the habit to check that saved articles... that is the difficult part
Show full
comment owned r/readwise u/tristanho 2026-05-11
Heyo! We have our global chat feature on web in internal testing right now, will be rolling out to all users in the coming few weeks 😄 It has full hybrid search (and many more operations, many of which I've never seen in any reading app) across every word of every document in your Library. It's been a long time coming, because we wanted to get it really right! In the mean time until that ships, you can also chat across your full library using our [MCP server](https://readwise.io/mcp)!
Show full
comment owned r/readwise u/blankonthedraw 2026-05-10
While [Reader on Kobo](https://readwise.canny.io/reader-features/p/reader-on-kobo) would be an ideal (for me) way to handle it, one other option/workaround would be a way to have Reader and Instapaper sync on a regular basis -- so like if I add an article to Later in Reader, it shows up in Instapaper's equivalent space; when I archive something there, the same happens to the article in Readwise. This or some alternative that doesn't involve either getting rid of a device that otherwise works perfectly well with Reader (or getting rid of Reader, either!) would be welcomed (by me, at least)
Show full
comment r/GetStudying u/Conscious-Heart8626 2026-05-10
Check out the Reader and Readwise apps.
comment owned r/readwise u/angie-at-readwise 2026-05-10
Highlighting and defining is [available with Ghostreader](https://docs.readwise.io/reader/guides/ghostreader/overview#how-to-invoke-ghostreader). As for a personal glossary, are you imagining just like a view that has all of your vocabulary words? Feel free to add your upvote for a [native vocabulary review](https://readwise.canny.io/readwise/p/native-vocabulary-review) and we'll notify you of any progress we make here. In the meantime, you could create a vocabulary review using themed reviews by tagging the highlights you make using the Ghostreader option mentioned above.
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-10
Feel free to [add your upvote](https://readwise.canny.io/readwise/p/add-additional-daily-review-configurations-updates) and link this Reddit post in the comments for product team to review. We'll keep you updated with any progress we make. In the meantime, you can use tags to [create a themed review](https://docs.readwise.io/readwise/guides/themed-reviews) for only the highlights you want to review. All of the highlights will still get exported to Apple Notes and you'll have a review that only contains the highlights you want to see.
Show full
comment r/claudeskills u/scoobydoo_7339 2026-05-09
The cross-reference part is what got me. was using readwise for the saving but still had to manually hunt down the connection when I actually needed it. the "ask while the tab is still open" workflow is surprisingly low-friction once you get used to it.
post owned r/readwise u/annies_beard 2026-05-09
I keep getting told that my "Your theme description is too long. Try shortening it." But my shortened descriptions return result that are too vague. Trial and error is a little frustrating. Is there a character limit on the theme description?
comment r/Calibre u/JahodaPetr 2026-05-09
Hi shebent, in no particular order, how it came to my mind: 1. use any font you like, downloaded from the internet, easily 2. total customization while reading (true zero margins to the edge, line height, scroll, directions, size, alignments, spacings, simply anything, not just few presets) with per book settings as an option 3. proper cloud sync between multiple devices (progress, highlights, bookmarks, etc.) 4. proper iphone and ipad (not scaled from iphone) version 5. library sorting by author, date, title, series, folder, recently added, recently read, proress, rating, number of pages 6. library custom filters as you like (meaning... books with more that 1000 pages, that are sci/fi and I gave them more than 4 stars) 7. library custom collections (like recommended by NYT, etc.) 8. two way calibre sync (meaning sending data back to calibre: stars, read time, finished time, want to read, whatever you want) 9. two kind of statistics, where one kind is 'margins app integrated', so if you like margins, you have it inside justread 10. you can export highlights to pdf and markdown, readwise integration on the way (see roadmap in the app) 11. eye health reminders 12. customizable selection , when text selected (copy, highlight, translate, lookup, search) 13. one touch bookmark while reading (no need to go inside some menu) 14. customization of what to show while reading (title, author, series, index, progress, etc.) and where you want to place it 15. integrated roadmap, so you can vote for features or add new ones and the development goes by what users want 16. color presets (any color you like) with option to automatically set those colors (meaning set black-white when night and white-black when day) 17. reading stats for a specific book with charts 18. ability to rename title, author, series and series index 19. import and use of series and series index, and tags, from calibre 20. multiple reads (meaning multiple finish times) 21. and that all in swift and swiftui, so you have everything you would expect from a proper ios app: accessibility features, animations, haptics, desktop widgets, lock screen widgets, siri integration, long touch on icon events, etc. 22. translated into 16 languages 23. aside that everything all other apps have: toc, bookmarks, grid and list in library, reading goals, search in library and in book, etc. Surely I forgot few things, but if there's a free app that does all of this on iOS, I'd genuinely like to know which one, I'd use it myself. You can follow the development in here: [https://www.mobileread.com/forums/forumdisplay.php?f=284](https://www.mobileread.com/forums/forumdisplay.php?f=284)
Show full
post owned r/readwise u/SharpSheepherder315 2026-05-09
I love readwise for highlighting, but it feels kind of static. I’ve been messing around with recall recently and you can basically just ask a question and it searches across every pdf, youtube video, and article you’ve ever saved at the same time to give you an answer. is readwise planning to add a global chat feature like this? Right now reader feels like a filing cabinet but i really want to be able to talk to my whole library at once.
Show full
comment r/Workflowy u/aworks 2026-05-09
Also a user for a decade. I use it for To Do's, Calendar, organized themes, capturing Readwise entries automatically, random capture. I've changed how I organize multiple times. The older items I get to mainly via search. Don't really use the AI feature although I often have ChatGPT write its output in "workflowy format" i.e. nested lists to be copied in. I like the dashboard format. Haven't adopted the new tables feature so I still keep structured data in Excel/Access. I sometimes screw up mirrors. I have 180k bullets. The web app is highly reliable. I find the Android app awkware to use. I can't remember really losing any significant data.
Show full
comment owned r/readwise u/Snoo-30471 2026-05-09
Thanks. When I tried it several month back I could not make Readwise's Ai to create highlights from custom prompt. Therefore it's external. I either use sidebar in Atlas, or ChatGPT/codex. Codex is still an experiment for me, since it's automation and I have few ideas but haven't tried it yet.
comment owned r/readwise u/binonestory 2026-05-08
I would welcome a feature that allows me to create two categories of highlights. Category 1: Just like current behaviour. I create a highlight in reader and it shows up in daily review in readwise. Category 2: A way to highlight that does not show up in readwise daily review but still exists in the document and is exported to eg apple notes as normal.
comment r/RemarkableTablet u/BUYING_AND_RENTING 2026-05-08
Salut, pour ce qui est de Notion, Readwise et des captif portals comme els bibliothèques etc ... on a une application en dev. elle va aussi te permettre de projeter ton google calendar mais sans pouvoir interagir et prendre des rdv dedans évidement.
post owned r/readwise u/Green-Size-7475 2026-05-08
I was deleting and organizing tags on my PC and none of the changes transferred to the iOS versions (phone and iPad). Is this normal? I don’t want to report it as a bug if this is normal and I’m just an idiot. 😂 (If it is I will report it via the official channels. ) I usually use the mobile version but wanted to do some bulk management which I thought would be easier on my PC. Also, I set up views that also didn’t sync, which is odd because I had no problems with that aspect in the past. Honestly, I was surprised to see the tag view show up on mobile because I thought it was a PC only feature. I know I can filter via tags and it’s essentially the same. It’s just the view option is a little faster for me.
Show full
post r/LearnlyAI u/Snoo-30471 2026-05-08
[imagegen](https://preview.redd.it/2gaomlao3hzg1.png?width=1254&format=png&auto=webp&s=b96b2f9615b250681a339efd910d7fc74fa9ea02) I’ve been experimenting with connecting my Readwise highlights to AI tools lately, and it changed how I think about saved notes. Instead of asking an AI: > I started asking: > Turns out your highlights become a surprisingly personal knowledge base: * recurring ideas * favorite authors * contradictions in your own thinking * topics you keep circling back to One thing that worked well for me: * pick 5 saved articles/books on one topic * ask the AI to teach the topic using only those sources * then ask for a short quiz or counterarguments Feels less like generic AI search and more like learning from your own intellectual history. Curious if anyone else here is using Readwise this way. You can find a bit more details [here](https://medium.com/@alekseyrubtsov/your-highlights-can-teach-you-8de4e6e329b6).
Show full
post owned r/readwise u/Snoo-30471 2026-05-08
I’ve started using a weird but effective reading workflow with AI, especially for longer or dense articles. I wanted to have x-ray and understand if a claim is false or not supported. Before I read, I send the article to ChatGPT and ask it to: * Extract the main claims * Find weak points / possible objections * Add highlight-style comments Then I *don’t* read the AI output. I go straight to the original article. While I read, I see those AI-generated notes as a kind of “margin commentary” — like a quiet colleague who occasionally asks, “Is this really true?” or “What’s the assumption here?” Only *w*hen I read the article myself do I look at the AI layer: * Did it overgeneralize the conclusions? * Did it miss something important? * Do I agree with its objections? The key for me: * AI prepares the structure and questions. * I still do the actual reading and thinking. * AI becomes a second layer for comparison, not a replacement. * I know when I need to check the claims It’s closer to using pre-reading questions and annotations than to outsourcing comprehension. Makes reading less passive, especially as a non-native reader. Anyone else using AI as a “margin thinker” rather than a summarizer? You can find few (really few) more details on [Medium](https://medium.com/@alekseyrubtsov/reading-with-spoilers-fcaed5eb1367).
Show full
post r/degoogle u/wolverinee04 2026-05-07
A few weeks ago I'd say "let me Google that" or "let me ask Gemini" maybe a dozen times a day. Now most of those queries hit a local box on my desk and never touch Google's infrastructure. Sharing because the setup took less work than I expected. What it replaces: \- Google Search → SearXNG (self-hosted, aggregates Google + 70 others, my query never reaches Google with my IP attached) \- Gemini / ChatGPT for "summarize this / find me X / draft this" → Qwen 3.5 35B A3B (35B-param MoE, \~3B active per token) running locally \- Pocket / Readwise daily-digest workflow → cron job that pulls + summarizes \+ writes to a markdown file Hardware: a fanless mini-PC on my desk. \~12W idle, 32 dB under load. Once configured it just runs. No subscription. No telemetry I haven't audited. Software: \- SearXNG via Docker on :8888 (standard install + enabling JSON in settings.yml so the agent can parse responses) \- LMStudio (which is open-source llama.cpp + Vulkan under the hood) running Qwen 3.5 35B A3B Q4\_K\_M on the integrated GPU with partial layer offload \- Hermes Agent (open-source) as the orchestrator Data leaving my network: \- Search queries: never leave plaintext from MY box. SearXNG proxies them. Upstream engines see the SearXNG instance, not me. \- LLM inference: 100% local. Weights from Hugging Face, model runs on my hardware, no telemetry. \- Web fetches the agent does: those go out, but only when I explicitly ask the agent to read a URL. No background telemetry. Honest caveats: \- Qwen's license is open-weights but isn't a free-software license by FSF standards. If that matters, swap in Mistral or a fully-Apache model. \- The local model is not GPT-5 / Claude 4.6-class for hard reasoning. It IS capable enough for "summarize this article / find recent news on X / draft a thing" — what I was actually asking Gemini to do. \- Runs on Linux out of the box. Windows / Mac is possible but the Vulkan acceleration story is best on Linux. Anyone else gone fully off cloud LLMs for daily-driver work? Curious where your local stack falls short of cloud for you, and what you'd swap in if a 35B-MoE on consumer hardware is now realistic.
Show full
comment owned r/readwise u/Kageetai-net 2026-05-07
Check here: https://readwise.io/configure/tune/books And then select "Document Tags" in the drop-down 
comment owned r/readwise u/binonestory 2026-05-07
That sounds interesting. Can you please explain how to configure tag frequency in readwise? I cannot find such a setting.
post r/KibernetinisSaugumas u/Sarunas 2026-05-07
# Šiandien (2026-05-07) # Lietuvoje Lietuvos srities pranešimų šiandienos sraute neaptikta. # Europoje Šiandien specifinių Europos pranešimų sraute neaptikta. Aktualios Europos zonos temos – žr. „Vis dar aktualu". # Pasaulyje * [vm2 Node.js bibliotekos pažeidžiamumai – sandbox escape ir RCE](https://read.readwise.io/read/01kr0eyvdnq06jn9s23fkq0ja4) (The Hacker News). Plačiai naudojama serverless / SaaS platformose. * [Kritinis Monero RPC „deadlock" pažeidžiamumas](https://read.readwise.io/read/01kr091xvgh76zh2pny68d6ktt) – paralyžiuoja pilną mazgą (HackerOne). * [Monero „Connection Count" klaida](https://read.readwise.io/read/01kr091xxvwr4dfhvdkdzjj0ct) – atakuojami išėjimo kanalų peer reset (HackerOne). * [Tariamas 787 217 mokinių įrašų nutekinimas iš MoreIdeas / Dubajus EdTech](https://read.readwise.io/read/01kr026xgrmm5x7ws92tf9r0vy) (Dark Web Informer). * [Indonezijos ESDM ministerijos kuro tiekėjų įrašų nutekinimas](https://read.readwise.io/read/01kr026xmmmzyt6sxg7hm0pjy6) (Dark Web Informer). # Vakar (2026-05-06) # Lietuvoje Lietuvos srities pranešimų vakar dienos sraute neaptikta. # Europoje * Rumunija: JAV ekstradicija 17 metų senumo įsilaužimo schemos dalyviui (SecurityWeek). Tarptautinio bendradarbiavimo signalas. * Vidurio Rytų kibernetinė kova plečiasi, ypač JAE (Dark Reading) – netiesiogiai liečia Europos kompanijų infrastruktūrą JAE. # Pasaulyje * **Palo Alto PAN-OS „zero-day" RCE** – aktyvi ugniasienių kompromitacija; reikalingas skubus pataisymas (BleepingComputer, The Hacker News, SecurityWeek). * **DAEMON Tools tiekimo grandinės ataka** prieš vyriausybines ir mokslo institucijas; kūrėjai patvirtino pažeidimą ir išleido švarią versiją. * Kritinis vm2 sandbox bug leidžia vykdyti kodą host'e (BleepingComputer). * Apache HTTP/2 „double-free" – DoS ir potencialus RCE (Dark Web Informer). * MuddyWater (Iranas) per Microsoft Teams renka kredencialus, „Chaos" ransomware kaip dūmų uždanga. * CloudZ RAT iškiša Windows „Phone Link" kredencialų ir SMS OTP perėmimui. * Quasar Linux RAT – taikinys: programinės įrangos kūrėjai (SecurityWeek). * Cisco DoS pažeidžiamumas reikalauja rankinio įrenginio perkrovimo (BleepingComputer). * xlabs\_v1 (Mirai) per ADB užgrobia Android IoT prietaisus DDoS atakoms. * GoDaddy ManageWP phishing per Google ads (BleepingComputer). * Instructure (Canvas LMS) pažeidimas atskleidžia mokyklų priklausomybę nuo tiekėjų (Dark Reading). * Dar vienas Google Chrome šifravimo apsaugos apėjimo būdas (Dark Reading). * Oracle įveda mėnesinius kritinius saugumo pataisymus (SecurityWeek). * CISA: kritinė infrastruktūra privalo įvaldyti izoliaciją ir atkūrimą. * Google Android programėlių vieša verifikacija – atsakas į tiekimo grandinės atakas.
Show full
post owned r/readwise u/Longjumping-Tea8842 2026-05-07
I read Reader articles on a Kobo via KOReader + the third-party `readwisereader` plugin (tomtom800). Setup is great — articles sync, auto-archive when finished, highlights flow back to Readwise and into my Obsidian vault. Missing piece: highlights made on the Kobo don't show up in-context when I reopen the article in Reader's UI. The plugin can push highlight text through the API, but there's no way to attach a position anchor for Reader to render the highlight against the article. Would love to see Readwise expose an anchor field on the Reader highlights API — even fuzzy text-fragment style (highlighted text + a few words of context, matched at render time) would be enough. Posting in case others want this too. Anyone else hit this on Kobo / Boox / other external reader setups?
Show full
comment r/Onyx_Boox u/LetterheadClassic306 2026-05-07
i've used instapaper premium on my palma and pagination works fine - just use the article view mode. annotations are supported but you have to use the native instapaper highlight tool not boox's pen. if that feels clunky try [pocket premium](https://featherab.com/shopit?search_keywords=Pocket+premium) which has better eink integration or [readwise reader](https://featherab.com/shopit?search_keywords=readwise+reader) which was built for this. kobo's instapaper integration is terrible compared to boox. i'd grab a palma pro if annotations are critical
Show full
post owned r/readwise u/binonestory 2026-05-07
I tend to highlight a lot when I am reading long form articles or books. All of these highlights show up in the readwise app. However, ideally I want to identify the highlights that I want to see in readwise daily review at the time of making the highlight in reader. So effectively I want all highlights in the article/book retained and available if I specifically look for that in readwise by selecting the article/book but only have the subset that I identified in reader to show up in the daily review i.e. so I do not have to discard highlights in readwise later.
Show full
comment owned r/readwise u/Snoo-30471 2026-05-06
I'm using Readwise's MCP for few scenarios regularly. Creation new wiki is fun, yes. Tried it, it's impressive. But what about highlights and notes you have already collected for years? I'm searching and finding the way how to use MCP better. Like small learning session based on my highlights and docs in Readwise.
post owned r/readwise u/Snoo-30471 2026-05-06
[imagegen](https://preview.redd.it/2gaomlao3hzg1.png?width=1254&format=png&auto=webp&s=b96b2f9615b250681a339efd910d7fc74fa9ea02) I’ve been experimenting with connecting my Readwise highlights to AI tools lately, and it changed how I think about saved notes. Instead of asking an AI: > I started asking: > Turns out your highlights become a surprisingly personal knowledge base: * recurring ideas * favorite authors * contradictions in your own thinking * topics you keep circling back to One thing that worked well for me: * pick 5 saved articles/books on one topic * ask the AI to teach the topic using only those sources * then ask for a short quiz or counterarguments Feels less like generic AI search and more like learning from your own intellectual history. Curious if anyone else here is using Readwise this way. You can find a bit more details [here](https://medium.com/@alekseyrubtsov/your-highlights-can-teach-you-8de4e6e329b6).
Show full
comment owned r/readwise u/Accomplished_Art1247 2026-05-06
The only way that I use the highlights now is with the Readwise AI chat. Without the chat, the highlighting service would be pretty useless for me.
post r/ObsidianMD u/5dcurious 2026-05-05
One weakness in my Obsidian workflow was content from shortform platforms. A lot of the most useful information I come across is short-form videos and carousels from independent creators. I wanted a way to save that material and easily take notes on it, both so I could think with it more intentionally and so I wasn’t relying on platforms to keep it available forever. So I built a small mobile app for myself I use it to pull in YouTube, TikTok, Instagram, and carousel content, transcribe it locally on my device, edit it, highlight it, annotate it, connect it to other notes with bidirectional links, and export it as Markdown with YAML frontmatter and metadata for Obsidian. I also added notebooks inside the app so I can group transcripts, write notes on them, and export those cleanly too. https://preview.redd.it/ocip28xrlezg1.png?width=1284&format=png&auto=webp&s=db93c7870a3d5ffccb0e58a50f710e5c5cb61f9f https://preview.redd.it/v2n89nlfkezg1.png?width=1100&format=png&auto=webp&s=d748f175d054ee1aca3eb812950b65ae1f7306e9 Mostly sharing because I’m curious whether this solves a real workflow problem for other Obsidian users too. I'm also trying to find beta testers as well. *Not linking it because im not trying to shill, just genuinely curious if* *this gap was just me or if other people in this sub have been working around* *the same thing.* *how are you all handling video to vault right now? am i missing an obvious workflow that already exists?* *I know of notebook LM and Readwise but they dont work with reels or tiktoks from my understanding.* Also wondering if a direct “send to Obsidian” share extension matter, or is clean Markdown export enough?
Show full
post owned r/readwise u/max-at-readwise 2026-05-05
Hey folks, happy Tuesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#may-1-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * 🌓 **Fixed Mobile Dark Mode Highlights** — Adam fixed a bug where highlight text appeared black in dark mode on mobile. Highlights are now readable in dark mode again. * ⚡ **Improved Document Chat Speed** — A regression in the OpenAI model used by document chat was causing a slowdown in the replies. Adam switched the chat tool-call to use a different model, so replies should feel quicker again. * 👆 **Fixed Annotation Bar After Auto-Highlighting** — Adam fixed a bug where the annotation bar popover didn't appear after a highlight was created via auto-highlighting. The popover now shows up the way it does for manual highlights. * 📧 **Fixed Feed Email Attachments** — Thanks to Rasul, attachments forwarded to a Feed email address now reliably land in your Feed instead of occasionally bouncing into Library. * 🐦 **Improved Tweet Rendering** — Tristan tightened how Reader renders saved tweets so they conform to Twitter's display rules and look closer to the original. * 📨 **Fixed Twitter List Digests** — Tristan fixed an issue with Twitter list digests in Reader, caused by a change in the Twitter API. Twitter digests should now be working again. * 📄 **Fixed Kindle Highlight Parsing** — Rasul fixed a parsing bug where Kindle Notebook HTML with no space before the color parentheses caused some highlights to be skipped during import. Your imports should be complete again, even when Kindle's HTML is squished. * ✉️ **Added Kindle Sender Aliases for Trailing-Dot Usernames** — Rasul added a fallback Kindle sender address (`rwkindle-<id>@send.readwise.io`) for users whose Readwise username ends with a dot. Amazon rejects these types of sender addresses, so previously these users couldn't get sends to work. The Reader web Kindle setup instructions now show the correct alias to approve in Amazon. * 🎙 **Added Podcast Category Override** — Mati added "Podcast" to the document category dropdown when manually editing a document's metadata in Reader. * ⌨️ **Fixed Custom Keyboard Shortcuts** — Mati fixed a bug where pressing the × button on one shortcut for a command removed \*all\* shortcuts for that command. Each shortcut now removes individually, the way you'd expect. * ✨ **Reader Mobile Polish** — Mati polished two small Reader mobile interactions: the Reader forwarding email copy button now copies properly, and tapping into a document while using the skim UI on iPad will correctly save your place instead of scrolling back to the top of the list when exiting the document. * 🔗 **Fixed Highlight Section Sync** — Mitch fixed an error when an existing highlight had an invalid URL. Sync should now complete even on books with legacy invalid URLs. * 🛜 **Parsing Updates** — Krzys updated how Substack articles are parsed, including more reliably removing subscription CTAs and better embed rendering. He also improved parsing for [howtogeek.com](http://howtogeek.com/) and [thurrott.com](http://thurrott.com/). If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
comment r/NoteTaking u/Pillsburydewbro 2026-05-05
I use readwise. I have a 90m calendar block on Fridays dedicated to catching up on anything I've saved. If something has been saved for longer than a month, I delete it and move on. I have no other organization structure than this.
comment owned r/readwise u/hbshah1989 2026-05-05
The semantic tagging idea is interesting but I'd push back a little on doing it at capture time. In my experience, the moment you're highlighting something — especially mid-article or mid-video — you don't always know yet whether it's a core belief or just a counterpoint worth noting. The classification feels obvious in hindsight, not in the moment. So you either slow down the capture to tag correctly, or you tag lazily and the taxonomy becomes noise anyway. What I'd actually propose instead: capture raw and fast, but run a lightweight enrichment pass *after* sync, before it hits the vault. Something like a nightly n8n workflow that takes untagged highlights from the last 24 hours, sends them to Claude with a short classification prompt, and writes the semantic metadata back into the Obsidian frontmatter automatically. You get clean capture flow *and* structured annotations — without the cognitive overhead landing at the worst possible moment. The agent then queries against already-enriched notes rather than needing to infer type at retrieval time, which is both slower and less reliable. I'll be honest — I'm relatively new to Readwise myself so I haven't actually built this out yet, but this is roughly the architecture I've been picturing. And since neither of us has stress-tested the at-capture tagging approach in practice, it might be worth actually running both in parallel for a few weeks and seeing which annotations end up more accurate — your manual tags vs the post-sync enrichment pass. The MCP exposure piece is where I think the real leverage is regardless of which tagging approach wins. That's what makes it composable rather than just a better note-taking system.
Show full
comment owned r/readwise u/mickmel 2026-05-05
The Obsidian tips in here are the big ones, but the Readwise "Daily Review" is amazing, and I've done it daily for a few years now. It's a great way to keep your highlights fresh in your mind.
comment owned r/readwise u/RepulsiveMap8791 2026-05-05
The "Recently Read" inbox idea is genuinely good. My issue was always the linking part, once you've got 6 months of highlights across 40 books it stops feeling like connecting ideas and starts feeling like a chore. I actually got frustrated enough with this that I ended up building something that tries to solve exactly this, kind of like Readwise and Obsidian had a baby where the connections happen automatically without the manual work. Still early but it's been working well for my own reading workflow. Happy to share if you're curious.
Show full
comment owned r/readwise u/rBuckets 2026-05-05
the readwise widget on my iphone that refreshes every few minutes with a new highlight is basically my sole purpose for highlighting / paying for readwise.
comment owned r/readwise u/hbshah1989 2026-05-05
Readwise → Obsidian → Agent that grows with you Readwise's "Chat with Highlights" is useful, but it's a walled garden — the intelligence stays inside Readwise and resets with every session. The more interesting play: sync every highlight into your Obsidian vault the moment it lands. Now your agent — OpenClaw, Hermes, whatever sits on top of that vault — doesn't just answer questions about your reading. It accumulates taste. Example: You highlight three separate paragraphs over two months — one from The Psychology of Money, one from a Naval thread, one from a Substack on FIRE math. Individually, they're notes. But an agent ingesting them incrementally starts to notice: this person is obsessed with time-as-wealth, not stuff-as-wealth. The next time you ask "should I take this consulting gig?", it doesn't give you a generic pros/cons list — it pushes back with your own pattern: "You've highlighted 11 things about optionality and zero about income maximization. Does this gig buy you time or cost you time?" That's the difference. Readwise Chat knows what you read. An agent hooked to a growing Obsidian vault starts to know how you think — and gets one calibration sharper with every sync. It's essentially a second brain that has read everything you've read, in the order you read it, and is watching the pattern emerge in real time.
Show full
post owned r/readwise u/RepulsiveMap8791 2026-05-05
I've been saving highlights for over a year now, across books, PDFs, and articles, but I've realized I almost never go back to them in a useful way. I'll re-read a highlight but it doesn't connect to anything else I've read. Curious how others handle this. Do you just trust the spaced repetition? Do you write notes on top of highlights? Or does your tool help you connect ideas across different books? Would love to know what's actually working for people, because right now my highlights feel like a graveyard. 😅
Show full
comment r/RemarkableTablet u/BrilliantThought1728 2026-05-05
i literally just wanna use readwise reader on it why cant they do that
post r/WestVirginia u/eleanor_konik 2026-05-05
Hey all, the mods said you might be interested to know that after years of being tragically defunct, r/harpersferry is no longer a restricted subreddit! I'd like to build it into a central location for everything related to Harpers Ferry, WV. The history of the town includes visits from America's founding fathers to the rise & fall of the C&O Canal to its investiture as a National Park. And of course the Civil War had a profound impact on the town as well. More recently, local politics involves everything from the Hilltop Hotel to mayoral elections and historic commission debates. There are great spots in nature to explore, like Loudon Heights, the Appalachian Trail, the C&O towpath, and local paths like the Ridge Street Trail. Restaurants, bars, breweries, music venues, inns, & shops. Community organizations, events in town... I own a lot in Upper Town but am not (yet) a resident. I try to visit about once a month, as children and life allow. I used to teach history, and I was previously a moderator of [r/Obsidian](https://www.reddit.com/r/Obsidian/) and [r/Readwise](https://www.reddit.com/r/Readwise/) but have stepped back from those roles to focus on staying healthy enough to keep up with my husband on the trails. Before we had kids he was a hike leader for the Mid-Atlantic hiking group, and once our kids are a little older we hope to volunteer with the Appalachian Trail Conservancy and other community groups. If you have any photos of Harpers Ferry, or fun anecdotes about living in or visiting the town, or any interest in the town's history, please consider joining the subreddit and sharing them <3 I'm also working on building a routine of sharing local news and collecting stories about Harpers Ferry from Reddit :)
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-05
The first troubleshooting step to try is opening the command palette (Cmd+K on Mac, Ctrl+K on Windows) and running "clear search database and content cache." This rebuilds Reader's local search index and has fixed this for a number of users. If search is still not returning results after that, please write into [[email protected]](mailto:[email protected]) so that we can investigate the issue with your account.
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-05
Feel free to add your upvote to the feature request we're tracking for [updates to the Highlight Feed in RW 1.0](https://readwise.canny.io/readwise/p/updates-to-the-highlight-feed-in-rw-10). We'll keep you updated with any progress we make!
comment owned r/readwise u/angie-at-readwise 2026-05-05
Feel free to add your upvote to the feature request for [Daily Digest configurations](https://readwise.canny.io/reader-features/p/daily-digest-configurations). In the meantime, if you’re looking for a more immediate workaround and feel comfortable using AI tools (or don’t mind using something outside of Reader), you might find our [Readwise CLI or MCP](https://docs.readwise.io/tools) helpful. You can find a [usage examples](https://docs.readwise.io/tools/examples) that our team is starting to collect for these tools. For instance, getting a daily/weekly digest can give you the intelligently selected recommendations you're looking for.
Show full
comment owned r/readwise u/SickMedicine 2026-05-05
I really, really like readwise and have moved most of my reading over to it and recommended it to my friends. I would like to be able to search by author or book title instead of an entire text search each time. Filtered views achieves some of this, but there is some friction as I really just want to open search type "author: name" or "tag: tag" and get what I need. I said this last month, but I'll say it again: bookmarks. Instead of sending me to the bottom of the document for footnotes or endnotes, it would be much smoother to surface them as inline popovers. I often highlight large paragraphs, but I'm not sure they ever appear in my highlight reviews--is there a text count window? Rank and classify highlights via importance or even relationally...e.g, main argument linked with supporting evidence similar to the .c1 .c2 feature. \-- I prefer reading physical books, partly because I find it easier to remember and mentally structure material in that format. There’s also research suggesting that print reading can support comprehension and recall in ways that differ from digital reading. But digital reading is just too convenient, which got me thinking about how the sort of embodiedness of reading a physical book or spatiality of a book could be, if it all, replicated in an app like this. I wonder if the developers think about this too. Some UI improvements for book reading view: * Show chapter number and title in the bottom progress area * Include distance-to-finish (pages or chapters remaining), not just overall percentage * In the top header, display both book title and author name together for clearer context. As a researcher I jump around books and sometimes forget the author of what I'm reading and would like to see it at a glance. When I open a book I would like it to pause on the cover and wait for me to click again before taking me back to where I left off reading. It would be useful to have a lightweight, temporary bookmark—similar to physically holding a page with a finger while flipping elsewhere in a book. This would let you jump to another section or reference something and then easily return to the exact spot without committing to a full bookmark. I can imagine a lot of different ways to implement this. A persistent visual representation of the book as a whole (like a spine or vertical strip) showing chapters as segment, your current position, and highlights or return points as markers. Maybe some way to visually represent areas that were densely highlighted/noted. When reopening a book, perhaps you could be given a small context card w/ visual marker of where you are in the book, chapter title, optional highlights, etc. Margin notes? I actually found that I prefer the continuous scroll instead of pages, but that breaks down the physicality even more. Anyway, maybe a lot of this is silly, but it's a great app and there's potential for so much more so just sharing some thoughts.
Show full
comment owned r/readwise u/tristanho 2026-05-04
You can also use our MCP or CLI for this :) We'll also be launching this kind of chat directly inside of Reader web/desktop soon! [readwise.io/mcp](http://readwise.io/mcp)
comment r/SideProject u/averageuser612 2026-05-04
Strong wedge. I think the most defensible part is not summarization, but turning messy source material into a learning artifact with an actual recall loop. A few things I would pressure-test next: - source-grounded cards: every MCQ/flashcard should point back to the exact transcript/PDF/article span it came from - question quality labels: factual recall, concept check, application, trick/edge case, likely too easy, likely ambiguous - bad card feedback that updates the generator, not just deletes the card - spaced repetition export/import as a first-class flow, because a lot of learners already live in Anki/Obsidian/Readwise - privacy wording that is brutally clear: local vault/storage vs server-side inference are different trust promises - an eval set for generated questions, especially hallucinated answers, duplicate questions, and questions that can be answered without reading the source - a study pack output with summary, cited cards, quiz attempts, weak areas, and source links bundled together The key risk is that auto-generated quizzes can feel productive even when the questions are shallow. If Skimr can make card provenance and quality visible, the active-recall angle becomes much stronger than another summarize-this extension. This maps to how I am thinking about AgentMart too: reusable knowledge assets are more valuable when they include sources, expected outcomes, evals, and quality signals - not just generated notes.
Show full
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/Extension-Trust5419, we've started tracking requests to improve the highlight chat feature [here](https://readwise.canny.io/readwise/p/updates-to-chat-with-highlights). Feel free to add your vote and mention your idea about clearer date markers in the comments. We'll be sure to keep you posted if and when we implement this!
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/celldistress, we've started tracking requests for link previews on desktop [here](https://readwise.canny.io/reader-features/p/optional-link-preview-on-desktop). Feel free to add your vote, and we'll keep you posted if and when this becomes available.
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/a12omg, we've started tracking this request for a gallery layout. Feel free to add your vote [here](https://readwise.canny.io/reader-features/p/gallery-layout-for-library-and-other-list-views), and we'll be sure to notify you if and when we ship this!
post r/Calibre u/Spondylosis 2026-05-04
I use calibre to manage my library, but I am struggling to find a good solution for my highlights. I do not want to rely on any webservices such as Readwise. If I import the highlights to Calibre, where are they stored? My Google search suggests that they are stored within the meta database file, and is not within any specific book folder. Is there any good way to organize them? I am curious to know what you guys do. thanks!
Show full
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/SpiresAwake, we've started tracking requests to support additional LLM providers [here](https://readwise.canny.io/reader-features/p/support-for-other-llms-providers). Feel free to add your vote and leave a comment mentioning the specific LLMs you'd like to see supported. We'll be sure to keep you posted on any updates!
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/No_Law_8054, thanks for sharing this! We've started tracking them as separate requests here: * [Support internal footnotes](https://readwise.canny.io/reader-features/p/support-internal-footnotes) * [Display footnotes in a popup module](https://readwise.canny.io/reader-features/p/display-footnotes-in-popup-module) * [Skip over non-essential elements when using TTS](https://readwise.canny.io/reader-features/p/skip-over-non-essential-elements-when-using-tts) Feel free to add your vote to each one, and we'll keep you posted on any updates!
Show full
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/Local_Instance8177 Good find with MCP! That works well if you're already set up with it. That said, it's a bit of a power-user workaround: you need MCP connected, you have to manually ask Claude to save the conversation, and long chats can get truncated due to the context window in Claude filling up. A dedicated extension would be one-click and capture the full conversation. We're tracking this feature request to support importing highlights and chat conversations from other LLMs [here](https://readwise.canny.io/readwise/p/import-highlights-and-chat-conversations-from-other-llms). Upvote it if you'd like to see this, and feel free to mention Claude in the comments if that’s the LLM you’d most want us to support. We'll keep you posted if and when we ship this!
Show full
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/cygn, thanks for sharing this! Feel free to upvote this feature request [here](https://readwise.canny.io/reader-features/p/sort-results-in-search-list), and we’ll keep you posted if and when we ship this.
comment owned r/readwise u/max-at-readwise 2026-05-04
Hey u/badimtisch, we’re tracking this request to manage email subscriptions from the Manage feeds page [here](https://readwise.canny.io/reader-features/p/manage-email-subscriptions-from-manage-feeds-page). Feel free to upvote it there, and we’ll keep you posted if and when we ship this. In the meantime, as u/blankonthedraw suggested, you can use a filtered view with `feed:true AND type:email` to show all emails sent to your Feed. cc: u/what_time
Show full
post r/harpersferry u/eleanor_konik 2026-05-04
Hey everyone! I recently took over r/harpersferry because it was impossible for redditors to actually get answers about Harpers Ferry as restricted subreddit that hadn't been touched by its original founders for years. As part of the "new mod process," Reddit encourages putting together a little primer about the changes, so here goes... **Community Vibe** I'd like to build r/harpersferry into a central location for everything related to Harpers Ferry, WV. The history of the town includes visits from America's founding fathers to the rise & fall of the C&O Canal to its investiture as a National Park. There's local politics, from the Hilltop Hotel to mayoral elections and historic commission debates. There are hikes, like Maryland Heights, the Appalachian Trail, the C&O towpath, and local paths like the Ridge Street Trail. Restaurants, bars, breweries, music venues, inns, & shops. Community organizations, events in town, and more. **A Bit About Me** I own an empty lot in upper town but am not (yet) a resident. I try to visit about once a month, as children and life allow. I used to teach history, and I was previously a moderator of r/Obsidian and r/Readwise but have stepped back from those roles to focus on staying healthy enough to keep up with my husband on the trails. Before we had kids he was a hike leader for the Mid-Atlantic hiking group, and once our kids are a little older we hope to volunteer with the Appalachian Trail Conservancy. **The Plan** Over the coming weeks I plan to reach out to (more) folks who have posted about Harpers Ferry to let them know this sub is now public and available. I'll also update the sidebar with "related subreddits" (like r/WestVirginia and r/AppalachianTrail) , and probably put together a sticked thread with resources for things around town (like the Park Service website). I'll also continue cross-posting related threads from other subreddits, and sharing anything relevant I come across. If there's something in particular you'd like me to do, please let me know in the comments. Right now I'm keeping flairs pretty simple, but as time goes on I'm sure a better organizational structure will suggest itself. **How to Get Started** 1. Please introduce yourself in the comments, and share what you're interested in. 2. Make a new post! Even a simple question or photo can spark a great conversation. 3. If you know someone who would appreciate this community, invite them to join.
Show full
comment r/BookFusion u/eightchcee 2026-05-04
The app has pretty good viewing of them and you can search, write notes, search by color, share, discuss. You can also export to obsidian, notion, Readwise.
comment r/Notion u/shravanshroff 2026-05-04
I have done quite some research on this topic. the only workaround is readwise reader and its a paid workaround. $10/month.
comment r/appdev u/Melodic_Command_26 2026-05-04
I went down this rabbit hole a while back trying to do on-device notes from client calls, and the two things that bit me were edge cases and trust. I ended up recording with the stock Voice Recorder, then piping files into my own Whisper-based toy app, but I kept hitting weird failures with long files and low battery, so I started focusing on: what happens when the OS kills you mid-transcription, and how do you resume cleanly without corrupting state. I found it way easier once I treated each file as a job with a simple state machine (queued, processing, partial, done, failed) and stored progress + partial text every few minutes so I never lost more than a tiny chunk. On the tooling side, I cycled between Otter and Notta, and weirdly ended up on Pulse for Reddit after trying Readwise Reader and Mailbrew just so I could track niche Android threads like this and steal UX ideas from real users’ complaints.
Show full
post r/ProductivityApps u/NotMeThenWhoSnaps 2026-05-03
I feel that sometimes using productivity apps gives me a kick more than doing the actual work. Some apps work sometimes, the other ones work on and off based on how bored I have gotten of using the current app. I ruthlessly cut the dead weight, and here are the only 5 paid apps that survived: * [Todoist Pro](https://apps.apple.com/us/app/todoist-to-do-list-calendar/id572688855)**:** I gladly pay a monthly fee for the privilege of having every single one of my devices yell at me when I ignore a task. Plus, the gamified "karma points" are the only thing validating my existence right now. * [Subcut](https://apps.apple.com/us/app/subcut-subscription-tracker/id6758765733)**:** The irony of using an app to manage my app spending isn't lost on me. You just upload a bank statement and it mercilessly exposes all the ghost subscriptions bleeding you dry. It basically bullied me into saving a few hundred bucks on day one. * [Readwise](https://apps.apple.com/us/app/readwise/id1476885528)**:** I pay a subscription so it can randomly text me quotes from books I barely skimmed three years ago. Gives me unearned intellectual confidence at dinner parties. * [Raycast Pro](https://www.raycast.com/pro)**:** I am paying for a fancy search bar because moving my right hand off the keyboard to use a mouse feels like peasant work at this point. * [Brain.fm](https://www.brain.fm/)**:** I pay $50 a year for scientifically engineered beeps and boops. Working in total silence forces me to confront my own thoughts, and frankly, nobody has time for that. I wonder how much you guys spend on average on productivity apps?
Show full
comment owned r/readwise u/marcmagn1 2026-05-03
Have you seen wikiwise from the Readwise founder https://x.com/homsit/status/2043389238696358357?s=46 ?
comment r/macapps u/Hungry_Spite3574 2026-05-03
Good question. Apple Notes is great for note-taking, and honestly, if that’s all someone needs, it’s probably the better free option. Resurf is trying to solve a slightly different problem. It’s more of a personal context library where you can quickly capture links, PDFs, images, videos, notes, screenshots, and references in one place. A few differences: \- You can capture different types of material, not just text notes \- You can read articles inside the app with built-in reader/web view \- You can view PDFs and media without jumping between apps- \- You can organize context around projects, research, ideas, or inspiration using Spaces and tags \- There’s optional BYOK AI chat, so you can later ask questions across the things you saved \- AI tagging can help organize your library with less manual work I’d describe it as somewhere between Obsidian, mymind, and Readwise Reader, but local-first and focused on a polished Mac experience. On price, I agree it’s not cheap compared to free/bundled apps. I’m a design engineer myself, so I care a lot about making Resurf feel well-crafted, fast, and thoughtfully designed, not just functional. That takes time, and as an indie developer, the price helps me keep building it properly and sustainably.
Show full
comment r/macapps u/srinitata 2026-05-03
How does this compare with readwise? And devonthink
post owned r/readwise u/gravitonexplore 2026-05-03
i saw karpathy’s gist on an “llm wiki”: [https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) the idea is that instead of just searching your notes when you ask something, an llm could slowly build a structured wiki from your saved articles, notes, highlights, clips, etc. that made me think about my own problem: i save a lot of useful stuff, but rarely revisit it. sometimes i remember “there was this one article/video that made this exact point” but i can’t find it when i need it. if an llm had access to everything you’ve saved over the years, what would you actually want it to surface? somethings i was thinking of - \- connections between ideas \- old saved stuff at the right moment \- contradictions in my thinking \- how my views changed over time? \- auto-generated topic pages? any thoughts on what you would use it for?
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-03
The 5-item cap on initial feed imports is actually by design. When you first subscribe to a source, Reader limits the backlog to 5 items to keep your account from getting flooded with potentially hundreds of older posts right away. Everything published after that point will come through automatically, so you're all set going forward. That said, we hear you on wanting to pull in more upfront, and [we're tracking that request](https://readwise.canny.io/reader-features/p/import-more-than-5-documents-when-subscribing-to-an-rss-feed). Feel free to add your vote and we'll reach out if/when we implement a way to import more items on the initial add. As a potential workaround, you can manually add older posts to Reader [using the browser extension](https://docs.readwise.io/reader/docs/saving-content#save-from-the-web-with-the-browser-extension) or the [share sheet on mobile](https://docs.readwise.io/reader/docs/saving-content#save-on-mobile-with-your-devices-share-menu).
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-03
Twitter: We do currently have a new system to import tweets as we're waiting for the Twitter API to be fixed. Importing tweets works, but it may take a bit longer than usual to import into your account. If you write into to us at [[email protected]](mailto:[email protected]), then we can take a closer look for you. Newsletters: Forwarding them to your [custom email address](https://docs.readwise.io/reader/docs/faqs/email-newsletters) is reliable. Once you set up forwarding from your email client, newsletters land directly in your Reader inbox. Substack: [How can I subscribe to Substack newsletters in Reader?](https://docs.readwise.io/reader/docs/faqs/email-newsletters#how-can-i-subscribe-to-substack-newsletters-in-reader) Highlighting in the Substack app: You'll need to do your highlighting inside Reader itself. Once you're reading a Substack post in Reader (via email forwarding or the browser extension), any highlights you make there will sync to Readwise automatically. Highlights made in Substack will not be saved in Reader. Obsidian: It's one of the most used integrations. Read more about how Readwise works with Obsidian: [How does the Readwise to Obsidian export integration work?](https://docs.readwise.io/readwise/docs/exporting-highlights/obsidian)
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-03
Hey u/sfrancoe! That certainly sounds like a bug, so please reach out to us at [[email protected]](mailto:[email protected]) with your account email and the tag that's missing so that we can take a closer look for you.
post owned r/readwise u/sfrancoe 2026-05-03
I had a tag with probably 10-15 highlights. I tagged a highlight as recently as two days ago with this specific tag. Now it’s no longer in Reader or Readwise. Has this happened to anyone else? It’s very annoying and disturbing.
comment owned r/readwise u/kitezh 2026-05-02
👉 [https://readwise.canny.io/reader-features/p/pagination-for-pdfs-in-original-view](https://readwise.canny.io/reader-features/p/pagination-for-pdfs-in-original-view) This should be a very simple improvement. You open a PDF and tap to go to the next page, as you do with all other formats. It's strange that this has been missing for so long. It makes Reader inferior to other readers, such as NeoReader.
Show full
comment r/ereader u/ImaginaryEnds 2026-05-02
I think if you can operate an android tablet, you can operate a boox go 10.3. I have one and it’s brilliant. I went to a conference and took notes on it for 4-5 days and the battery was at 80% at the end. I use Readwise, BookFusion, and notes. It runs kindle too.
comment r/ereader u/spyingworld 2026-05-02
Thank you for asking, I’ve started with Kobo/Kindle/Readwise import options. Will definitely research more about KOReader. Is this a big community of readers who uses it?
post r/PKMS u/ReferenceOk777 2026-05-02
Alright, so got my iPad and need help with second brain which is easy, free and repeatable. My core use case is storing information (highlivhts) with source from various sources in correct pre designed folders and that system being able to be connected to lets say claude code for smoother connections and mapping. I have looked through countless videos nothing clicked. For eg - if im watching YouTube video in the transcript what worked .. In ebooks or news app or news articles of news app dont work...largely will be any ebook reader and news articles (if news apps domt work) and web browser articles and YouTube videos or lets say insta links? I saw readwise but it is paid...obsidian is good place but sync across devices as well as text sync is problematic ....apple notes is good but dont go with read wise...slightly manic
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-02
Hey u/what_time! That makes sense that less-frequent newsletters can get buried amongst noisy ones. We're tracking the feature request to [manage email subscriptions from Manage Feeds page](https://readwise.canny.io/reader-features/p/manage-email-subscriptions-from-manage-feeds-page), so feel free to add your upvote so that you'll be notified of any progress. In the meantime, a [filtered view](https://docs.readwise.io/reader/docs/faqs/filtered-views#what-are-filtered-views) for your email subscriptions will surface them in the left-hand panel so they don't get drowned out.
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-02
Hey u/sankofastyle! For auto-scrolling, could you make sure you're on the latest version of the desktop app? If the issue persists, could you write to us at [[email protected]](mailto:[email protected]) to dig further? For TTS's last position, we'll also need you to reach out to us at [[email protected]](mailto:[email protected]) so that we can get document ID and your account information to pass along to our engineers to investigate.
Show full
post owned r/readwise u/aiforhumanexpertise 2026-05-02
Currently when i add a new source for a feed, for example a youtube channel it only pulls in 5 records, it would be could if there was an option to be able to add more when i first add it. It works fine after the initial add with all new records coming through, howver there are more than 5 that i want to add into the feed
post owned r/readwise u/hbshah1989 2026-05-02
Currently on the trial and trying to figure out if Readwise actually fits my setup before I commit to paying for it. My reading life is pretty scattered. Heavy Twitter/X user, follow a ton of Substack writers, have an embarrassing number of newsletters hitting my inbox, and I use Obsidian as my second brain for everything. Readwise seemed like the glue that could tie all of this together, especially the Obsidian sync which looks genuinely great on paper. But the Twitter tagging highlight flow has never once worked for me. I tag @readwise on a tweet or thread, nothing shows up. No confirmation, no highlight in my inbox, just silence. Tried it maybe a dozen times across different tweets and threads. Disconnected and reconnected the integration. Nothing. A few honest questions for people who've actually settled into using this: \- Is the Twitter/X tagging just dead at this point given the API situation? Should I stop expecting it to work? \- For heavy newsletter readers, is the email inbox parsing actually reliable or does it miss a lot? \- Substack specifically -- are you using the RSS route or the email route, and which works better? I follow a mix of free and paid publications and genuinely cannot tell which path handles paid content cleanly. Does Readwise hit a paywall on paid posts or does being a subscriber sort that out? I've seen conflicting things and want to know the actual current state, not what worked two years ago. \- On Substack highlights specifically -- if you highlight inside the Substack app or web reader, does that sync back into Readwise automatically or is that a one way street? \- Obsidian sync is the feature I'm most excited about. Is it as good as it looks in the demos? I want this to work. The concept is exactly what I need and the Obsidian integration alone might justify it. But if the Twitter piece is permanently broken I want to know upfront rather than find out after I've paid. What's the honest verdict from people who use a similar stack?
Show full
comment owned r/readwise u/max-at-readwise 2026-05-02
Hey u/blankonthedraw, feel free to upvote this request for querying RSS folders [here](https://readwise.canny.io/reader-features/p/enable-users-to-query-rss-folders), and we’ll keep you posted if and when this becomes available!
comment owned r/readwise u/what_time 2026-05-02
Please let us browse and filter the feed by email subscription, in the same way we can browse and filter it by rss feed. As [this comment](https://www.reddit.com/r/readwise/s/bJ9c4QpTfr) last month pointed out, right now it’s easy to lose less-frequent email subscriptions (which are often longer and more in-depth) if you also have subscriptions that send out lots of updates.
comment owned r/readwise u/max-at-readwise 2026-05-02
Hey u/SickMedicine and u/CallMeAbra, feel free to upvote the bookmark feature request [here](https://readwise.canny.io/reader-features/p/bookmark-places-in-documents), and we’ll keep you posted on any updates! Time left in the current chapter is already supported. If you enable long-form reading view for EPUBs (Account > Long-form defaults > EPUBs), tapping the lower bar will let you switch between reading percentage, time left in the chapter, and time left in the book.
Show full
comment owned r/readwise u/max-at-readwise 2026-05-02
Hey u/Thesis_2026, thanks for flagging this. If you were working with a PDF, keyboard shortcuts don’t currently work in Original view due to limitations in how those files are rendered. If you [switch to Text view](https://docs.readwise.io/reader/docs/faqs/pdfs#how-do-i-customize-the-appearance-of-a-pdf-while-reading), or use other document types, shortcuts should work as expected. We’d love to support keyboard shortcuts on PDFs in Original view as the underlying technology evolves, and we’ve started tracking requests for this [here](https://readwise.canny.io/reader-features/p/enable-keyboard-shortcuts-for-pdfs). Feel free to add your vote, and we’ll keep you posted on any updates. As for Ghostreader, we’ve recently updated it on desktop and web. It now lives in the Chat section in the right side panel. To use Ghostreader on a specific highlight, you can press `G` or use the three-dot menu in the annotation bar and select `Chat about this` . Feel free to reach out at [[email protected]]() if anything else comes up!
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-02
Public beta posts tend to be spaced out, but a new one is being planned. Just so you know, the [weekly changelog](https://docs.readwise.io/changelog) is where all the ongoing changes, fixes, and new features get documented as they ship. That's the best place to follow along week to week.
comment owned r/readwise u/angie-at-readwise 2026-05-02
Hey u/thewallsofeightplus! Feel free to add your upvote for an [IFTTT integration](https://readwise.canny.io/reader-features/p/ifttt-integration) and we'll notify you if/when this ships.
comment r/PKMS u/That_Lemon9463 2026-05-02
constantly. issue isn't note-taking, it's that "i saw this" can be in 6 places: notes, bookmarks, youtube history, slack, kindle highlights, twitter likes. each has its own search and most don't index the body, only titles. couple things that helped me reduce it: - one capture surface for anything i actively want to remember. doesn't matter what tool, but if it lives in obsidian \*and\* readwise \*and\* a tab group it lives nowhere. the act of "do i save this in tool X" is what makes it findable later. - hybrid search across that surface. just keyword fails when you remember the gist not the words. just embeddings fail when you remember the exact phrase. tools that intersect both (DEVONthink, Recoll, anything that does "semantic + keyword") dig things up that pure-text grep misses. - a recent-history fallback. arc/zen/firefox history search is underrated for "i saw it on the web in the last week". i'm building loombrain partly because i wanted a single graph that ate captures from chat, browser, notes and had hybrid retrieval. but the methodology bit (one surface + hybrid) matters more than the tool you pick.
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-02
Hey u/No-Dragonfruit3534! When you add new highlights to Readwise, they get appended to the bottom of the page rather than slotted into their original spot, so they can end up out of order. If you want them back in the order they appear in your Kindle book, you just need to refresh the highlights: 1. Go to your [Books list view](https://readwise.io/books) 2. Click the down arrow next to the book 3. Hit "Refresh highlights" (or "Delete book" if that's the only option visible) 4. Then re-sync your Kindle highlights (either by emailing them in again or re-uploading) That should put everything back in proper reading order.
Show full
comment owned r/readwise u/angie-at-readwise 2026-05-02
Hey u/beausoleil! For the connection issue, just disconnect Google Docs/NotebookLM over on the [Export page](https://readwise.io/export) and reconnect. That should kick start the sync for you again. Subfolder exports aren't available yet as everything lands in the Readwise folder we create. Feel free to [upvote here](https://readwise.canny.io/readwise/p/notebooklm-customizable-template) and we'll let you know if it makes it in.
Show full
post owned r/readwise u/angie-at-readwise 2026-05-02
Do you have a specific feature you would love to see incorporated into Reader or Readwise? Check out the list of [Reader features](https://readwise.canny.io/reader-features) and list of [Readwise 1.0 features](https://readwise.canny.io/readwise) we’re considering and feel free to upvote! Want to see features we’ve recently shipped? Check out our most recent [December Beta Update](https://readwise.io/reader/update-dec2025). Don’t see a feature you want? Share it in the comments below ⬇️ *We will refresh this pinned post on the first week of every month.* Please familiarize yourself with [our subreddit rules](https://www.reddit.com/r/readwise/about/rules) before posting. Thanks!
Show full
post owned r/readwise u/angie-at-readwise 2026-05-02
In an effort to keep this subreddit organized, we will utilize this pinned post to answer your bug-related questions. We also post a [weekly changelog](https://www.reddit.com/r/readwise/?f=flair_name%3A%22Changelog%22) where we share all the bugs our devs have fixed in the previous week. If you believe you’ve hit a bug with either Readwise or Reader, feel free to post it in the comments below so that our team can help. **If you’re experiencing a bug that is specific to a document, highlights, or note-taking app, please email** [[email protected]](mailto:[email protected]) **as we will need your account details to troubleshoot.** *We will refresh this post the first week of every month.* Please familiarize yourself with our [subreddit rules](https://www.reddit.com/r/readwise/about/rules) before posting. Thanks!
Show full
comment r/BookFusion u/vikarti_anatra 2026-05-02
I usually do. That's why Readwise integration is for
comment r/todoist u/Pillsburydewbro 2026-05-01
Readwise let's you save a video into their read-later feed. When you watch that video in the Readwise UI, it has an autoscrolling transcript that you can highlight along the way. These highlights are saved to your readwise account, just like book highlights on Kindle. Then you can sync these from readwise to your storage app of choice. That's what I do.
comment owned r/readwise u/-union- 2026-05-01
Oh very cool, I'll probably give that a shot. Crazy that I have to write a tool for what should be such an obvious feature, but hopefully someone at Readwise will see this, thanks!
comment r/productivity u/Master_Smiley 2026-05-01
Just found this thread... IMHO the screen thing is overstated. Yes, it's cool that paper has "spatial memory" --ou remember where on the page something was, what was on the facing page, how thick the rest of the book felt in your hand. Kindle gives you none of that--but it's not THAT big of a deal. Bigger issue is that highlighting feels like progress but it's mostly a way to feel productive. I checked mine after two years of heavy Kindle reading and had over 4,000 highlights I'd never looked at twice. What actually helped: reading with a specific question I wanted answered (not "to finish"), and forcing myself to re-encounter the highlights. Readwise was the obvious option, Matter is cheaper, I switched to Chapterly (dot)ai because it just texts me one a day and I don't have to open another app to use it. The pick doesn't matter much. You just HAVE to revisit and read actively.
Show full
comment r/ereader u/txixco 2026-05-01
Thanks. I'm currently trying Readest, and probably Bookfusion later to compare both of them, I'll add Readwise to the list.
comment r/kobo u/G_thelibrarian 2026-05-01
I sync mine with Readwise and import them to my notion etc.
comment owned r/readwise u/jmlouie 2026-05-01
I used to use TTS a lot. But it seemed to get worse quite a while ago. The screen doesn't always track with the text and navigating the reader and jumping around trying to use TTS isn't great. The quality of voices used to be GREAT, but now the competition is better. I mostly use the free Eleven Reader app now. It does enough for me. I can't take notes as well as within Reader, but I don't take that many notes. The promise of improved notes workflow hasn't really worked out for me because of my evolving system. I'm seriously thinking about dropping the subscription because what I used it mostly for has been replaced by Eleven Reader. I'd much prefer to do everything within Readwise Reader, but the TTS experience has degraded over time. It could be how I'm using it. Maybe I started pushing it harder because I liked it so much...
Show full
comment owned r/readwise u/der-bingle 2026-05-01
**ACCIDENTAL HIGHLIGHTS** ・ I can’t imagine a scenario where highlights are accidentally created in Reader without recognizing it happening; the only thing I can think of is to “Toggle autohighlighting” (in More menu when reading a document). **BOOKS ONLY** ・ I ended up writing my own CLI tool for Reader → Obsidian rather than using the official plugin, this was originally part of the reason why. That and I wanted ***atomic*** highlights that are note-per-highlight instead of note-per-source, since it’s more the way I think and it let’s Datacore and Bases work much more naturally with highlights. If you know you’re way around code/APIs (or AI tools, carefully), it’s relatively trivial to filter highlights by the parent document’s category, and probably even easier since the release of the new **[Readwise CLI](https://readwise.io/cli)**.
Show full
comment r/kindle u/Electronic-Arm6583 2026-05-01
I use Readwise to import my Kindle highlights and add them to my web highlights and then I connect Readwise to my [Craft.do](http://Craft.do) account and all my notes, highlights, and thoughts live in one place. It's like all the puzzle pieces on the table and I can see what I can build.
comment r/AskReddit u/WeenyDancer 2026-05-01
That viruses mainly spread by surfaces and large droplets. NO! Many, even covid, spread by *aerosols*, particles so small they hang in the air like smog or cigarette smoke (potentially for hours after the infectious person left the room!) *"The 60-Year-Old Scientific Screwup That Helped Covid Kill":* https://www.wired.com/story/the-teeny-tiny-scientific-screwup-that-helped-covid-kill/ If that's paywalled, maybe: https://readwise.io/reader/shared/01gqbgawqd9ev1gpm2qkrpd24z/
Show full
comment r/ObsidianMD u/x31n10n 2026-05-01
Ah gotcha, then You need either a service with bulk full-text export, like Readwise Reader, or a script that starts from a URL export and batch-converts each article to Markdown.
comment r/ereader u/sh0nuff 2026-05-01
If you get your books from other sources, then Kobo is the way to go If you use Reader and Readwise, Kobo is the way to go.  If you like having control over the UX of your device, Kobo is the way to go In all seriousness, the fact that I can increase the font of my books on Kindle, but not the library interface is my main frustration. Having to put my glasses on the navigate to the book I want to read, then taking them off again to read, putting them back on to adjust settings... Nope. 
Show full
comment r/ereader u/spyingworld 2026-04-30
Thank you, basically it’s a small iOS app that imports & stores your Kindle/Kobo/Readwise highlights, shows you one a day, and prioritizes ones you haven’t seen in a while (on a Home Screen/Widget/Watch) Ofc you are able to add them manually via camera & set up the quick capture on Action Button 🙂
comment r/kobo u/signalno11 2026-04-30
Kobo books, and I think library books, will get synced to the Kobo cloud. You can backup the local highlights using Calibre, or wirelessly using Koblime (*proprietary software). You can also sync them with Readwise (*SaaS) which will sync Kobo books to their service, and also using a USB cable you can sync local books. Then you can sync Readwise with whatever KB platform you like.
comment r/kindle u/coolbaby95 2026-04-30
The examples have me dead 💀 that’s literally me and I write like 300+ notes when I’m reading because I’m insane, not to mention I’m constantly making typos on it too. And I just noticed the other day that it was saving it like that in my clippings 😭 I use Readwise though so it’s not THAT big of a deal (i guess) but It still annoys me. I always liked that I had my clippings just in case, and it’s giving me anxiety that they’re all messed up like that.
Show full
comment r/LogosBibleSoftware u/kettlemice 2026-04-29
Oooh. I would like to see tech requests. Like support for Readwise. I get it now. 
post owned r/readwise u/-union- 2026-04-29
How is anyone using this effectively? In the normal course of reading my feed, I often accidentally highlight something in the article, at least once every few days. It seems to usually be an image that I don't even notice. Then when my readwise->obsidian sync happens, I end up with a ton of sync'd article highlights where the highlight is just an image. I can't figure out way to only sync book highlights, which I'd love to have, since those at least are intentional, so instead I get a ton of article clutter in my Obsidian notebook. Anyone have any tips to resolve this? Thanks! [Useless article highlights in Obsidian](https://i.redd.it/3sovjvnwy6yg1.gif)
Show full
comment r/LogosBibleSoftware u/kettlemice 2026-04-29
I just want you guys to integrate a highlighter to Readwise. 
comment owned r/readwise u/MagazineMindless7947 2026-04-29
I would like to designate when adding a highlight manually whether it is part of a book or article. Right now every highlight added manually everything dumps into books, and I don’t see a workaround via email addition to get things into articles. My use case is primarily excerpts from newspaper articles on newspapers dot com, image-text which needs to be OCRed before it can be added to Readwise. I usually go through apple photos which has great character reading ability.
Show full
post r/pdf u/SnooPredictions6351 2026-04-29
Hi, Ive started Uni 2 months ago and still haven't been able to pick up a good pdf reading/annotation software. Ive been using Readwise Reader but haven't been satisfied due to it only being a browser application and keeping the files with annotations in their own cloud. What I am looking for is: * A Free, Open Source Pdf reader and editor * being able to highlight, add annotations and export highlights with annotations * a editor that makes the highlights in the document itself, so that I can switch if I want to (I am pointing this out because reader doesn't) * A editor that will work on MacOs and iPad OS/IOS I looked into Citation software such as Zotero but it seemed overkill as well as them storing the documents in their own cloud AGAIN. Ive already tried PDFgear but there seems to be some suspiciousness around it. Ive also looked into LibreOffice but the iPad OS version seems to be wonky. I am looking forward to your suggestions :) Edit: I also want a good stable OCR, but I don't need a new body of text, I need it to work within the document.
Show full
post r/software u/SnooPredictions6351 2026-04-29
Hi, Ive started Uni 2 months ago and still haven't been able to pick up a good pdf reading/annotation software. Ive been using Readwise Reader but haven't been satisfied due to it only being a browser application and keeping the files with annotations in their own cloud. What I am looking for is: * A Free, Open Source Pdf reader and editor * being able to highlight, add annotations and export highlights with annotations * a editor that makes the highlights in the document itself, so that I can switch if I want to (I am pointing this out because reader doesn't) * A editor that will work on MacOs and iPad OS/IOS I looked into Citation software such as Zotero but it seemed overkill as well as them storing the documents in their own cloud AGAIN. Ive already tried PDFgear but there seems to be some suspiciousness around it. Ive also looked into LibreOffice but the iPad OS version seems to be wonky. I am looking forward to your suggestions :) Edit: I also want a good stable OCR, but I don't need a new body of text, I need it to work within the document.
Show full
post owned r/readwise u/max-at-readwise 2026-04-29
Hey folks, happy Tuesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#april-24-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * 📥 **NEW! OPML Import via Share Sheet** — Arek added direct OPML sharing to Reader on iOS. If you're moving from another RSS or podcast app, you can now export your subscriptions as OPML and share them straight to Reader without needing to swap to a computer for the upload. * 🏷️ **NEW! Tagged Highlights List** — Mati added a new view in Reader mobile for browsing your highlights grouped by tag, making it easier to revisit everything you've marked with a specific label. * 🟡 **Fixed Duplicate Highlights** — Artem fixed a bug where EPUB documents were generating duplicate highlights in some cases. Highlights should now only save once. * 🔐 **Fixed iOS Share Sheet Login** — Tristan fixed a regression where the iOS share sheet told users to "Log in to Readwise Reader" even when they were already signed in. You can now share links into Reader from iOS without the false login prompt. * 📡 **Fixed Feed Sidebar** — Tristan fixed two Reader iOS regressions caused by a recent upgrade: the RSS folder chevron was rotated wrong, and the Feed row in the sidebar wasn't rendering. Both are back in place. * ✨ **Fixed Reader Onboarding** — Artem restored the share-onboarding image and fixed icon alignment on Reader's onboarding screen, both of which had regressed after a recent change. New users should see a clean onboarding flow again. * 👆 **Fixed Highlight Tap** — Adam fixed a bug where tapping a highlight caused the annotation bar to flash on and off. Highlight taps should now feel steadier. * 🛜 **Parsing Updates** — Krzys improved how Reader handles documents from [thurrott.com](http://thurrott.com/) and [howtogeek.com](http://howtogeek.com/), tightened custom-domain mapping to avoid false positives, and made Reader's parser more reliable on long-running sessions. If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
comment owned r/readwise u/max-at-readwise 2026-04-29
Hey u/mo_rawr16, thanks for sharing this feedback! I’ve started tracking your suggestion to support filtering by `has:highlights` (or highlight count) in `list_documents` via MCP [here](https://readwise.canny.io/reader-api/p/mcp-add-support-for-has-highlights-and-highlight-count-filters-in-list-documents). Feel free to add your vote, and we’ll keep you posted on any updates.
comment r/SideProject u/Proof_Advance785 2026-04-28
I went through the same doomscroll loop and none of the “blocker” tricks worked for me either. What finally helped was tying my phone unlock to a tiny, pre-picked action: one page of a book in Readwise Reader, one 5–10 min kettlebell set, or a 3-breath box breathing drill. The key was: zero decision-making. If I had to choose, I was back on Reddit. What I found useful was batching temptation: I set focus modes so socials only unlock 2 short windows a day, and I physically moved those apps to a hidden folder on the last page so there’s friction plus that “mini-task before scroll” rule. On the product side, I love that you’re doing no feeds and fixed tracks. I’d experiment with “if you unlock during a blocked window, you must do a 60-second Unskroll task first.” I had a similar flow when I played with One Sec and Opal, and I weirdly ended up on Pulse for Reddit after trying RescueTime and Forest so I could see which subs were actually hijacking my attention and reply more intentionally instead of just lurking.
Show full
comment r/Entrepreneur u/First-Paint-3114 2026-04-28
I used to run a pretty typical stack. Notion for notes, Todoist for tasks, Readwise for articles, and a few other tools scattered around. The monthly bill crept up to about forty dollars without me really noticing. The bigger issue was that nothing talked to each other. I'd save something and forget where I put it, or duplicate notes across apps because I couldn't remember which system I'd used. The fragmentation cost more time than the money did. I moved everything into Reseek about six months ago. It handles bookmarks, PDFs, random screenshots, and notes in one place, and the search actually finds things based on what I meant rather than exact keywords. I still use a separate calendar and Slack for work chat, but the knowledge side is unified now. My total tool spend dropped to around fifteen dollars monthly. More importantly I stopped losing track of stuff I'd already saved. For me that single-search layer was the piece that made consolidation actually work instead of just trading one mess for another.
Show full
comment r/ereader u/Repulsive-Branch-740 2026-04-28
Been very happy with my Boox Go Color 7. I think in general sticking with Android devices is a better bet because then you're not locked into any ecosystem and just about any app will work. I read books on Libby, Kindle, Kobo, and Bookshop, and then also read the NYTimes and my articles saved in Reader by Readwise. It's a great setup.
comment r/ObsidianMD u/seashoreandhorizon 2026-04-28
I don't keep literature notes at all in the traditional sense. I take inline notes and highlight using Readwise, and those get imported automatically into my vault. If you're interested in Zettelkasten I highly recommend the book "A System for Writing" by Bob Doto. It's the only book that really made the method make sense to me. He's also a fellow redditor, very active in r/Zettelkasten and elsewhere.
Show full
comment r/rss u/thechuff 2026-04-28
They tend to work well in Readwise Reader as well, although I came here because I'm having issues with a certain channel for some reason, which I prematurely suspect to be based on a character in the channel ID.
comment r/RemarkableTablet u/LetterheadClassic306 2026-04-28
ngl i wanted the same thing with the toolbar popping up. stock remarkable doesn't let you hide it by default but tapping once anywhere on the page makes it disappear after a second. for the folder thing - if you use the remarkable chrome extension or share from the mobile app you can pick a destination folder each time. it's not automatic but better than top level. some people use a service like readwise but that's overkill.
Show full
comment r/ObsidianMD u/GroggInTheCosmos 2026-04-28
I would not pay $10/month and extra for more AI credits a month. I can't see many Obsidian users signing up for your app tbh. For this price, Readwise is a better choice imho
post owned r/readwise u/beausoleil 2026-04-27
I deleted my exports on Google Docs, but now I can’t refresh them; in any case, it still shows 0. I’ve tried all the possible settings. What should I do? Also, is it possible to assign a subfolder so they don’t end up in the root folder?
comment r/ShowMeYourSaaS u/Adventurous-Date9971 2026-04-27
I went through something similar when I realized I was doomscrolling “smart” content and retaining nothing. What helped me was treating it like a course with tiny, explicit outcomes per session: “after 10 cards I can explain X in 2 sentences.” I’d bake that into your paths: each chapter should answer “what can you now do or explain?” not just “you saw some cool ideas.” I’d also add tiny prompts every few cards that force recall, like “rephrase this in your own words” or “how would this apply to your job?” I found that single reflection step made stuff stick way more than gamified XP. On tools, I bounced between Readwise Reader and Mem for this kind of thing and ended up on Pulse for Reddit after trying those plus Mailbrew, mostly because Pulse for Reddit caught threads where people were sharing niche, high-signal resources I could then turn into mini learning paths.
Show full
comment r/buildinpublic u/Adventurous-Date9971 2026-04-27
I ran into the same “signups but no real usage” wall with a research-heavy tool. What helped was forcing myself to watch 5–10 people go from “I just signed up” to “I tried to do one concrete job.” I sat on Zoom, asked them what they were currently writing, then did the ugly parts for them: pulling their notes, pasting in transcripts, structuring the project while they narrated what they wanted. From that, I learned two things: first task has to be insanely small and pre-scoped. Stuff like “drop in one article or doc and I’ll give you a 3-part outline and 3 angles.” No projects, no folders, no decisions. Second, auto-capture really matters. I wired in Readwise and a basic Gmail forward before I even did a Chrome extension. For discovery/feedback, I bounced between Product Hunt, Indie Hackers, and ended up on Pulse for Reddit after trying GummySearch and Hypefury, since it actually caught threads where people were whining about the prep work before writing, which gave me way sharper onboarding ideas.
Show full
post r/rss u/NacMcFeeg 2026-04-27
I'm struggling with managing/processing my read later pile of articles found through RSS feeds. I think I'm still mourning the loss of google reader and searching for functionality I used to have back in the day... I'm new to Inoreader, over from Readwise, mainly because I wanted to be able to create a feed of my read later pile to share with a couple of people rather than spamming them with links. I'm currently using the beta/new version of reader on macOS, using Vivaldi. Happy to switch to the old version if it will give me what I need (unless that's going to be switched off soon). Anyway, I love the functionality of being able to create feeds of your tags or folders; but I can't see that the feeds show any of your annotations/highlights, nor do the exports (other than to readwise, in which case you ONLY get the highlights, not the rest of the article, and the issue with that was that I couldn't share a feed from readwise). Am i being a complete n00b and missing something obvious, or is it not possible to have an RSS feed or html snippet which shows your annotations in the same way as it does if you download the PDFs of your annotations? Also, is it possible to archive "processed" read later articles from the article itself and/or on mobile, or can this only be done from the read later page? Or can anyone recommend a similar service which will do all of these things instead? Thanks in advance.
Show full
post r/InoReader u/NacMcFeeg 2026-04-27
I'm new to Inoreader, over from Readwise, mainly because I wanted to be able to create a feed of my read later pile to share with a couple of people rather than spamming them with links. I'm currently using the beta/new version of reader on macOS, using Vivaldi. Happy to switch to the old version if it will give me what I need (unless that's going to be switched off soon). Anyway, I love the functionality of being able to create feeds of your tags or folders; but I can't see that the feeds show any of your annotations/highlights, nor do the exports (other than to readwise, in which case you ONLY get the highlights, not the rest of the article, and the issue with that was that I couldn't share a feed from readwise). Am i being a complete n00b and missing something obvious, or is it not possible to have an RSS feed or html snippet which shows your annotations in the same way as it does if you download the PDFs of your annotations? Also, is it possible to archive "processed" read later articles from the article itself and/or on mobile, or can this only be done from the read later page? Thanks in advance.
Show full
comment r/secondbrain u/JuanManuelUtzinger 2026-04-27
The split between private think and public share is clean logic. The gap I see is the middle step — how does an MOC "mature" into something Gamma-ready? That transition from messy connected notes to a coherent shareable structure is where the system quietly breaks down. Readwise feeds in, Gamma outputs, but the actual synthesis work in Obsidian sounds like it still depends entirely on your own discipline to know when something is done. Do you have a criterion for "done," or is it intuition?
Show full
comment r/secondbrain u/That_Lemon9463 2026-04-27
the friction surface is your weak spot. three tools = three sync states + three places truth could be. obsidian + readwise + gamma each have different "did i save it?" answers depending on which app you opened. biggest leak: readwise is great for highlights/articles, weak for fleeting captures. where do "thought i had walking the dog" notes go? if they go to obsidian directly via mobile, readwise stops being your "capture" layer and becomes your "import" layer. those are different things and worth separating in your own model. gamma is doing a lot of work for what i bet is occasional output. in the past 18 months, how many things you "thought" actually got published as gamma decks vs. just lived as obsidian notes you referenced? if the ratio is low, gamma is rented infrastructure for an underused workflow. quartz or any md-to-static-site does the same job free if your sharing format is mostly docs/posts not slides. what i'd add: a verifier loop. once a quarter, count notes that surfaced via search/backlinks vs. notes that just sat. anything below \~10% surface-rate is a candidate for archive-and-stop-capturing. tools matter way less than what culling discipline does to retrieval signal.
Show full
post r/secondbrain u/Sea-Plum-134 2026-04-27
been refining for 18 months. here's the logic: **1/ readwise** → captures highlights from kindle, articles, podcasts. firehose in. **2/ obsidian** → private vault. atomic notes, MOCs, daily notes. where thinking happens. **3/ gamma** → public layer. when an MOC matures into something shareable (course, talk, guide), i export it visually. obsidian publish felt clunky for non-obsidian audiences. notion felt wrong for thinking. this stack finally split "private think" from "public share." what's broken? what am i over-engineering? what's the one tool you'd add or cut?
Show full
post r/ObsidianMD u/Sea-Plum-134 2026-04-27
been refining for 18 months. here's the logic: **1/ readwise** → captures highlights from kindle, articles, podcasts. firehose in. **2/ obsidian** → private vault. atomic notes, MOCs, daily notes. where thinking happens. **3/ gamma** → public layer. when an MOC matures into something shareable (course, talk, guide), i export it visually. obsidian publish felt clunky for non-obsidian audiences. notion felt wrong for thinking. this stack finally split "private think" from "public share." what's broken? what am i over-engineering? what's the one tool you'd add or cut?
Show full
post r/ebooks u/spyingworld 2026-04-26
Reading on Kobo for a couple of years already. Highlighted hundreds of passages across maybe 80+ books. Never once went back to look at them. Last week I figured out where Kobo stores them (KoboReader.sqlite in the .kobo folder when you connect via USB) and pulled everything out. 400+ highlights, plus all the reflections I’d written next to them. Reading my own notes from 2 years ago was strange. I’d written things I completely forgot thinking. Some passages I’d marked as important meant nothing to me now. Others hit harder the second time around. Made me realize highlighting is kind of a promise to your future self that you never keep. The highlight gets saved, and then it just sits there forever. So I’m decide to build a small iOS app for myself and that pulls in your Kobo, Kindle, and Readwise highlights into one library and shows you one forgotten quote a day on your home screen, also lets you add reflections. I’m running a small TestFlight beta soon and looking for a few people to try it before launch. If you’ve got Kobo/Kindle/Readwise highlights sitting unused and 15 minutes to test the import flow, I’d be really grateful for the help 🙏🏻
Show full
comment r/ereader u/ivanflo 2026-04-26
I've been using Readwise Reader for a while now, and it's been great. Sync works across web, desktop and mobile apps.
post r/ereader u/Jamesisonfire21 2026-04-26
I've been building a highlight browser for e-readers and wanted to share it here since this community is exactly who it's for. It was born out of my own frustration of not having a tool that did exactly this and I hope some of you will find it useful. **What it is** [Luminaria](https://luminaria.uk) lets you browse, search and export all the highlights from your Kobo, KOReader, Kindle or Readwise in one place. The core is local-first — you can import your highlights, browse everything by book, export to Obsidian, and tag passages without ever creating an account or entering any data. **Privacy** I'm a privacy lawyer by background and that's shaped how the product works. If you choose to get a sync token (free), we collect your email address and nothing else. No tracking cookies, no analytics, no ads — ever. We technically cannot read your highlights because they're stored encrypted against your token. The sync token is optional — you don't need it to use the core product. **What the sync token unlocks (free)** - Sync highlights across browsers and devices automatically - Manual sync from KOReader via the plugin - Highlights from multiple KOReader devices merge rather than conflict — if two devices sync they combine rather than overwrite Core functionality is free and always will be. Premium features exist to cover hosting costs, not to paywall the basics. **For anyone who's used it before** If you're using the KOReader plugin, please update to the latest version — v1.1.0 adds silent sync while reading (no notification overlay when a book is open), smart change detection so unchanged highlights don't re-upload, and a clearer message when you hit the free sync limit. **What's coming** - Custom theme gallery — Rivendell and Mordor themes already in progress - Kobo NickelMenu plugin for native firmware users who don't use KOReader - Support for additional devices and firmware Happy to answer any questions. If you try it and hit any issues let me know. [luminaria.uk](https://luminaria.uk). Thanks!
Show full
comment r/ProductivityApps u/AI_Promptly 2026-04-25
Honestly, the most underrated ones aren’t the flashiest: Readwise — resurfaces highlights from books and articles daily. Passive knowledge retention most people skip entirely. Excalidraw — thinking tool disguised as a whiteboard. Faster than any mind-mapping app for untangling complex problems. Reclaim.ai — auto-schedules your tasks and focus blocks around meetings. Underused by most, genuinely saves hours weekly. Loom — async video messaging cuts meeting load significantly once your team adopts it. But honestly the biggest productivity unlock most people overlook is a well-structured tracker — knowing exactly what’s in progress, what’s blocked, and what’s next across your projects. Most people use scattered notes and memory, then wonder why things slip. A clean client and project management system often does more than any new app. The pattern across all good productivity tools: they reduce the decisions you make daily. Less deciding, more doing.​​​​​​​​​​​​​​​​
Show full
comment owned r/readwise u/Local_Instance8177 2026-04-25
A similar Chrome extension that save Claude chat to Readwise, similar to the current one for ChatGPT
comment r/antinet u/Sufficient-Cable-644 2026-04-25
When I first started, I tried using Zotero. It was too clunky for me, even though I used it in grad school 15 years ago. I switched over to using Readwise and their Reader app for saving digital articles. If I highlight in them, the highlights get saved for review. I know this is outside the Antinet approach, but it works better for me. I tag my index cards with Re:Ref to note that the reading is saved in Readwise, rather than my Bib cards.
Show full
comment r/ipad u/Decent-Spot8326 2026-04-24
if youre already bouncing between OCR tools and readwise and notion, that whole pipeline is kinda exhausting. reseek does the extraction plus tagging plus search in one spot so youre not manually shuttling PDFs around. i dumped all my scanned textbooks in there and the semantic search actually finds stuff i forgot i highlighted. still use readwise for kindle stuff tho, not gonna replace everything.
Show full
comment r/SideProject u/Adventurous-Date9971 2026-04-24
I went through a similar “can’t finish a book anymore” phase and RSVP readers were weirdly the only thing that broke the doomscroll loop for me. What helped was treating it like intervals instead of a magic fix: short high-WPM bursts, then dropping the speed and replaying tricky parts so comprehension didn’t tank. I also found chunking by phrase instead of pure single words made fiction feel less robotic, but single-word is great for dense non‑fiction or articles. If you ever add keyboard nudges to quickly rewind 5–10 seconds, that’s clutch when attention slips. On my end I used Readwise Reader for articles, Moon+ for epubs, and ended up on Pulse for Reddit after trying a few tracking tools because it caught reading-related threads I would have totally missed. Curious if OP’s thinking about a “streaks” or “sessions” view so people can see they actually spent 20–30 minutes reading and not just scrolling again.
Show full
comment owned r/readwise u/mo_rawr16 2026-04-24
the official mcp [https://readwise.io/mcp](https://readwise.io/mcp)
post r/NoteTaking u/Appropriate-Look-875 2026-04-24
I use Obsidian for notes. Notion for projects. Readwise for highlights. But Reddit? 800 saved posts sitting in a flat, unsearchable, unlabeled list. No metadata. No tags. No way to connect anything. It was the one part of my knowledge system I had completely given up on. Last week I needed to find some posts I'd saved about spaced repetition. Couldn't remember the title, subreddit, or when I saved them. Typed to an AI agent: *"find my saved posts about spaced repetition"* Found them in seconds. Labeled and organized instantly. The best Reddit insights are now part of my actual PKM system instead of dying in a saved list nobody visits. Anyone else treating Reddit saves as a separate, forgotten silo?
Show full
post r/PKMS u/Appropriate-Look-875 2026-04-24
I use Obsidian for notes. Notion for projects. Readwise for highlights. But Reddit? 800 saved posts sitting in a flat, unsearchable, unlabeled list. No metadata. No tags. No way to connect anything. It was the one part of my knowledge system I had completely given up on. Last week I needed to find some posts I'd saved about spaced repetition. Couldn't remember the title, subreddit, or when I saved them. Typed to an AI agent: *"find my saved posts about spaced repetition"* Found them in seconds. Labeled and organized instantly. The best Reddit insights are now part of my actual PKM system instead of dying in a saved list nobody visits. Anyone else treating Reddit saves as a separate, forgotten silo?
Show full
comment r/ipad u/SkarXa 2026-04-24
Depends on whether your books are **ePub** (from the Books store) or **PDF** (especially scanned image-PDFs you imported). Different fix for each. **For ePub books (Apple Books store purchases):** Use the built-in highlighter — long-press text → Highlight → pick a color. Then in any book, tap the notes icon (dog-ear) → see all highlights in one list → share/export to Notes, Mail, or a .txt file. Zero friction, Apple just hid it well. Even better: **Readwise** reads your Apple Books highlights automatically and pipes them to Notion, Obsidian, Notes, or just a daily review email. $8/mo but it's the highlight-workflow people use when they're serious about retention. **For PDF books (especially scanned ones):** This is where Apple Books is terrible — it can't reliably select text from image-based PDFs, which is why you're stuck copy-pasting. Two paths: 1. **If the PDF has a real text layer**: just use PDF Expert or Goodnotes on iPad. Both have proper highlight → export flows, and the highlights sync to Notes/Files as markdown or text. 2. **If the PDF is scanned images** (no selectable text): you need OCR first. I made [Formattery](https://apps.apple.com/us/app/formattery-file-converter/id6759955312) — runs OCR on-device and outputs a searchable PDF or plain `.txt`. Drop the OCR'd PDF back into Books or PDF Expert and highlights finally work. Batch handles a whole book at once. No cloud, no subscription. 3 free conversions/day. 50% off lifetime — $2.99: https://apps.apple.com/redeem?ctx=offercodes&id=6759955312&code=FORMATTERY50 **TL;DR:** if you're on Books store ePubs, the highlight feature is already there (+ Readwise if you want it automated). If you're on PDFs, switch to PDF Expert/Goodnotes; if the PDFs are scanned images, OCR them first.
Show full
comment r/PKMS u/ThePlancher 2026-04-24
that's why tools like readwise or screvi exist
comment r/AI_Agents u/pauliusztin 2026-04-24
If you want the full architecture walkthrough with diagrams and a deeper breakdown of each skill, I wrote it up here: [https://www.decodingai.com/p/llm-knowledge-base-obsidian-readwise-notebooklm](https://www.decodingai.com/p/llm-knowledge-base-obsidian-readwise-notebooklm)
post r/AI_Agents u/pauliusztin 2026-04-24
My notes live in Obsidian. My reading and highlights live in Readwise. My topical research lives in NotebookLM. Each tool is great on its own. However, no AI I tried could reach across all three. Every time I reached for Perplexity or Gemini Deep Research, the output read like everyone else's. I built a deep research agent as three Claude Code skills sitting on top of three command-line interfaces (CLIs). The skills are `/research_create`, `/research_search`, and `/research_distill`. They sit over `obsidian`, `readwise`, and `nlm`. I use no vector database. I use no Retrieval-Augmented Generation (RAG) pipeline. I use no embeddings. Similar to Karpathy's LLM Knowledge base proposal, but using my whole second brain as raw files, creating targeted wiki's per project. I just use Markdown, YAML, and JSON on my disk. The output of a research run is a `memory/` folder for one topic. I throw it away when I am done. The system relies on multi-round query expansion. Round one creates several queries from the seed and runs a researcher subagent per query in parallel. It then aggregates the results, runs a gap analysis, and fires off round two. Here are some design decisions: 1. **Use the filesystem as your state, not a vector database.** The raw files stay immutable while the create skill emits an ephemeral memory folder with an index file and the source files. 2. **Make `index.yaml` your progressive-disclosure wiki.** You create one entry per source with the full file path, highlights path, original path, title, authors, date, publication, summary, tags, and a relevance score. The agent reads the index first, picks three to five relevant files from the summaries, and reads only those files. This creates three layers of detail: the summary in the index which is always loaded, an optional key-highlights file containing manual highlights for a huge signal, and the full document as a last resort. Because this is a YAML file the agent can easily write code to search, filter and sort items. 3. **Keep the orchestrator context-free.** The orchestrator schedules researcher subagents in parallel, and each subagent reads its slice, deduplicates the findings, and returns a compressed JSON summary. Subagents compress tens of thousands of input tokens into 1,000 to 2,000 output tokens, so the orchestrator only ever sees structured metadata instead of raw content. The actual file gets moved into the memory folder with a bash `mv` command, not by passing bytes through the model. The thing that surprised me was how small the index stays. Even at 100 to 200 sources, the index stays around 700 to 1,000 lines. The thing that would have killed this project was letting the orchestrator load source files directly. I do not want to parse 200 files individually. That blows your context budget and your Claude Code $200 subscription in one query. I also learned a hard lesson about Obsidian. Letting the LLM roam the Obsidian vault directly is around 10x more expensive than using the Obsidian CLI local index. What do you use for your private deep research layer? Are you building memory-folder style systems on top of your own notes? Or are you still pointing a vector database at everything and hoping it works? **TL;DR:** For personal-scale private research, a memory folder with an index file and progressive disclosure beats a RAG pipeline on cost, traceability, and correctness. Keep your orchestrator context-free, let subagents touch the raw files, and use command-line tools whenever possible, even for Obsidian.
Show full
comment r/SideProject u/Adventurous-Date9971 2026-04-24
I went through the same “why is every reading app trying to be a social network” thing and ended up just tracking in a janky Notion table for a while. The bits that mattered most for me were super low-friction logging and a fast way to capture quotes without breaking flow, so I’d double down on those. One thing that helped my own habit was a tiny “streak but with no guilt” view: show last 7–14 days with soft hints, but don’t scream when I miss a day. I’d also think about a way to tag books by mood or energy level instead of just genre; I found that made it easier to pick what to read next. For discovery and feedback, I used Readwise and Bookly before, and I ended up on Pulse for Reddit mostly to catch threads where people share reading workflows and minimalist app ideas that I was missing in my feed.
Show full
comment r/ereader u/G_thelibrarian 2026-04-24
I have my reader connected to Readwise so I get a lovely email every morning showing me some of my highlights. I use it to track patterns through series a lot too.
post r/Notion u/No-Counter-116 2026-04-24
I'm a content creator, and for a long time I treated Notion like a storage bin. I'd throw things in without processing them first, and after a while a lot of it turned into stuff I never looked at again. What changed was getting more intentional about collection. Once I stopped saving everything blindly, my Notion got a lot cleaner and actually became useful again. This is the workflow that's been working for me: Before I save anything in Notion, I figure out what's actually worth turning into something. If I want to keep the original material, Readwise helps me bring highlights in. If I only want the key points, I run it through Claude and organize it using my own collection template so insights have a consistent format. Granola also helps when a good idea comes up while I'm talking with friends. I also use Floatboat alongside Notion. It's where I do the messy middle work: drafting, organizing snippets, pulling web content as markdown. Once it's clean, it goes into Notion as a proper entry, usually as part of content planning, a research note, or a page I'll come back to later. For me, the act of organizing itself creates a sense of order and helps me clarify my thoughts. Curious how other content creators here effectively use Notion! Or are there any Notion features I could use to simplify my workflow?
Show full
post r/SlaxReader u/CommercialBonus258 2026-04-24
Hi everyone — I'm Luca, founder of Slax Reader. Just spun up this subreddit as a home for people who use Slax to read, save, highlight, and think out loud. **What is Slax Reader?** A read-later app built for people who actually read. Save articles, PDFs, newsletters, X threads — read them clean, highlight, annotate, and connect ideas across what you've saved. Web + iOS, free tier available. **What this sub is for** - Bug reports — we read every one - Feature requests — upvote others' if you want them too - Tips and workflows — how you actually use Slax day to day - Honest feedback — what you love, what we're getting wrong - Migrating from Pocket, Instapaper, Matter, or Readwise Reader? Ask away **What to expect from me** I'll be in here. Answering questions, pushing back when I disagree, shipping based on what I hear. No PR team filtering replies. **House rules** 1. Be kind — to other readers, and to us 2. Bug reports: include your OS, app version, and repro steps if you can 3. No spam, no affiliate links, no bashing competitors 4. Running another reading tool? DM me instead of posting — happy to chat, not a place to promote Try it: [slax.com](https://slax.com) Thanks for being early. What's the one thing you wish your current reading app did better? Drop it below — that's how I decide what to ship next.
Show full
comment r/ObsidianMD u/ThurstonCounty 2026-04-23
Yes, readwise can give you a custom email address. And then Obsidian can pull from readwise.
post r/selfimprovement u/Rich_Specific_7165 2026-04-23
Had a moment last year I'm still kind of embarrassed about. A friend asked what I'd been learning lately. I'd probably gone through 200 episodes that year. Huberman, Tim Ferriss, My First Million, Acquired, the whole stack. I opened my mouth to answer and just... had nothing. I could name hosts. I could name guests. I couldn't name a single thing I'd actually done differently because of any of it. Did the math that night and it got worse. Roughly 8 hours a week for about 5 years. Call it 1,200 hours. Best case I could point to maybe 10 things I'd actually changed. That's 120 hours per useful idea. If anyone had told me the rate up front I wouldn't have started. I'd been confusing consumption with learning. Took me way too long to see it. Spent the next few months trying to fix it, and a few things actually worked: **The 60-day delete rule.** Anything older than 60 days in my queue got deleted. No exceptions. If it really mattered I'd have listened by now. First purge cleared out 180 episodes. Haven't missed one since. **The 3-sentence test.** After every episode I write 3 full sentences from memory. Not bullet points. Full sentences. If I can't, I didn't learn it, I just heard it. About 1 in 4 episodes pass. Those are the ones worth my time. The rest I quit earlier now. **Listening at 1x with a notebook.** I know. Sounds miserable. It kind of is at first. But my retention easily 4x'd. Turns out the 2x thing was a lie I'd been telling myself about how much I was "getting through." Slower with a pen beats faster without one, every single time. **A few tools that helped:** * **Snipd** lets you clip the 30 seconds that actually mattered and transcribes it. If an episode only has one good idea, you keep just that. Game changer for me. * **Podex** summarizes business and self-improvement podcasts into numbered playbooks, basically pulling the specific tactics out. I use it to screen episodes before I commit 2 hours. If the playbook looks thin, I skip. If it looks solid, I listen properly with a notebook. Heads up though, catalog's still pretty small, so it's not useful for every podcast yet. * **Readwise Reader** for when the actual takeaway turned out to be a book or article the host referenced. Now I just follow that thread instead of staying stuck in audio. **The hardest change: accepting that finishing isn't a virtue.** I used to feel weirdly guilty closing an episode early. Now I close them the second I've got what I came for. 10 minutes, 40 minutes, halfway through. Doesn't matter. Finishing was never the point. Applying was. The bigger lesson for me was that most of what I'd been calling "learning" was just a productive-feeling way to avoid doing the actual work. Listening is easy. Writing down what you got from it is harder. Actually applying it is the hard part. The gap between those three is where most of our hours quietly disappear. Curious what other people here have tried. And if anyone's found tools that work outside the business-podcast niche I'd love to hear them, still looking for good options there.
Show full
comment r/ObsidianMD u/radek79 2026-04-23
How do you get into readwise? Is it easy?
comment owned r/readwise u/mo_rawr16 2026-04-23
i see some changes have been made to the MCP is there a better way to submit feature requests? https://www.reddit.com/r/readwise/s/dWpeoJzGD2
comment r/BookFusion u/DogAndData 2026-04-23
I sync my highlights to Readwise and then export to Obsidian. Readwise resurfaces them by daily and themed reviews. I‘m experimenting with Readwise’s AI for summarising and analysing my highlights.
comment r/ObsidianMD u/celena0726 2026-04-23
Readwise isn't free :(
post owned r/readwise u/No-Dragonfruit3534 2026-04-23
Hello everyone! I’m new to readwise and loving it so far. My question is, if I have highlights from the first read through of a book, and then highlight more during a second read through, will readwise put them in sequential order when I import based on the location the text appears in the book? I’m primarily manually importing my txt file from my kindle.
comment owned r/readwise u/acemellow 2026-04-23
Hey u/tristanho this is awesome! Are there any plans to add the ability to manage rss feeds via cli? It would be amazing to be able to ask an agent to subscribe to a feed in readwise and chuck it a link etc. Lazy versus hopping to the web interface but it would be neat :)
comment r/RemarkableTablet u/LetterheadClassic306 2026-04-23
had the same panic when rmapi died. what i use now is [print to remarkable](https://featherab.com/shopit?search_keywords=print+to+remarkable+chrome) extension on chrome but for safari you're out of luck officially. the workaround is using [readwise reader](https://featherab.com/shopit?search_keywords=readwise+reader+app) which pushes articles as pdfs automatically. or just save as pdf on mac then drag to remarkable desktop app. remarkable really needs that safari extension though. three steps instead of one is annoying.
Show full
post owned r/readwise u/mo_rawr16 2026-04-23
can we please not have to run 73 API calls just to get number of articles in archive with a highlight? 🙏🏽 https://preview.redd.it/go6kk4hh7vwg1.png?width=2445&format=png&auto=webp&s=fe4ff8a6fc49693877d7239e514bc91fb54ca424
comment r/ObsidianMD u/Key-Concept-7001 2026-04-22
Kepano taking on readwise all by himself 👊🏼
comment r/PKMS u/Spare-Coat5273 2026-04-22
Most things I save aren't actually important — and that's fine. When I come across an article worth keeping, I drop it into Readwise Reader or a Notion database. It lives there quietly, like a graveyard: I don't tend to it, but I can surface anything whenever I need it. If something genuinely earns my attention — a key idea, a striking figure — I'll write it down using an [append-and-review](https://karpathy.bearblog.dev/the-append-and-review-note/) note system. That note gets revisited periodically until the idea actually becomes part of how I think. The graveyard is storage. The review notes are memory.
Show full
post r/SideProject u/Select_University827 2026-04-22
Hi everyone, I’m a Notion power user. For the past few years, I’ve built my entire **P.A.R.A. system** (Projects, Areas, Resources, Archives) within Notion to manage my research and life. Notion is my external brain, but capturing fragmented knowledge on the go has always been a major friction point. **The Problem:** The official share extension isn't necessarily "heavy," but it’s consistently **unreliable**. Half the time, it fails to fetch page titles, leaving my database full of raw URLs and "Untitled" pages. I found myself spending more time "cleaning up" my Notion Inbox at night than actually reading what I saved. **The "Anti-Collection" Philosophy:** People often suggest Raindrop or Readwise. I love those tools, but I don't want another separate silo. We all know what happens to bookmarks—they go there to "die" and collect digital dust. I want my links to live *inside* my Notion system immediately, so they are already part of my workflow without the extra friction of jumping between apps. **So, I built Linkn.** (Check out the demo video below!) It’s a lightweight, dedicated bridge for Notion: * **Reliable Metadata:** It ensures every link hits your DB with a clean title and proper metadata. No more manual cleanup. * **Zero-Friction:** One tap from the iOS Share Sheet and the link flies into your specific database in the background. * **Native Flow:** I’ve streamlined the OAuth 2.0 flow, making database mapping a simple plug-and-play experience. **It's officially live on the App Store!** I’m still refining the roadmap (AI auto-tagging and summarization are coming next), and I’d love to get some feedback from this community. **🎁 Early Bird Giveaway:** Since I just launched, I’m looking for "power users" to stress-test the app. **I’m giving away discount codes!** If you're interested: 1. Leave your email on my landing page: [**https://linkn.my/**](https://linkn.my/) 2. Or simply **send me a DM** here on Reddit. I’ll send over a code as a thank-you for helping an indie dev out. I’m happy to chat about the Notion API, how I handle the title parsing logic, or anything related to building a seamless productivity workflow. Let’s make the Notion experience a bit more frictionless together!
Show full
post r/notioncreations u/Select_University827 2026-04-22
Hi everyone, I’m a Notion power user. Over the years, I’ve built out my entire **P.A.R.A. system** (Projects, Areas, Resources, Archives) within Notion to manage my projects and long-term research. For me, Notion isn't just a tool; it’s my external brain. However, I’ve always struggled with one friction point: **Capturing fragmented knowledge on the go.** I have a habit of saving interesting links and articles to process later. But the official Notion share extension has been a nightmare. My database would end up filled with "Untitled" pages or raw, meaningless URLs. Over time, my "Inbox" became a digital graveyard, and the manual cleanup started breaking my workflow. **The common advice?** "Just use Raindrop or Readwise." **But here’s the thing:** I don't want another bookmark manager. We all know what happens to bookmarks—they go there to die. I want my fragments to live *inside* my Notion system from the start, so they can actually be integrated into my P.A.R.A. folders without the extra friction of jumping between apps. So, I built a small utility called **Linkn**. (Check out the short demo video below to see how it looks!) It’s designed to be a "Zero-Friction" bridge. One tap from the share sheet, and it parses the clean title and metadata, sending it straight to your designated Notion database. No more messy URLs. No need to open another app. You just stay in your flow, and your links are waiting for you in Notion when you're ready to do the deep work. **I’m still refining this workflow, and I’d love your input on where to take it next:** * Would auto-categorization via AI be helpful for your sorting process? * How about AI-generated summaries or scheduling "Review Dates" automatically based on the topic? I’m building this to make my own system more "frictionless," and I’m curious if this resonates with any of you. How are you all handling the "link mess" in your Notion setups? Let’s explore how to make the Notion workflow more seamless together! Here is the url of my landing page : [https://linkn.my](https://linkn.my/) And welcome to join our Discord: [https://discord.gg/YjgzhsY7](https://discord.gg/YjgzhsY7) (Not sure why my demo video turned super blurry after uploading 😅 anyone know why? )
Show full
post owned r/readwise u/max-at-readwise 2026-04-22
Hey folks, happy Wednesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#april-17-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * ⚡ **Faster Web Performance** — Artem made a number of performance upgrades and improvements to the Reader web and desktop apps. They should now be [noticeably smoother](https://x.com/ReadwiseReader/status/2044402588762734909) to use, especially when scrolling through your documents. * 🤖 **Improved Readwise MCP** — Piotr made Claude more efficient when working with your Readwise highlights through MCP. You can ask Claude to find highlights from a specific book and get back the results in a single request rather than two, with the book's title, author, and tags included. * 🔐 **Updated OAuth App Verification** — Piotr updated the MCP's OAuth flow to allow connections from any app, with a new Verified badge on the authorization screen so you can tell at a glance whether the app is trusted. Untrusted apps will now display a warning, instead of blocking the connection entirely. * 🔀 **Fixed Notion Reconnect** — Rasul fixed the Notion export reconnect flow so the navigation lands in the right place. Reconnecting your Notion integration should work smoothly now. * 📄 **Fixed PDF Loading** — Tristan fixed a cache issue that caused some users to be unable to open PDF files. Affected users should find PDFs loading normally again on their next page load. * 🛜 **Parsing Updates** — Krzys improved how Reader handles documents from [nytimes.com](http://nytimes.com/), [antiochian.org](http://antiochian.org/), [Steel.dev](http://steel.dev/), and Twitter. He also fixed newsletters from Dan Koe, Liberty's Highlights, and Substack that were being incorrectly truncated due to a `<script>` tag. If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
comment r/bearapp u/ripp102 2026-04-22
[https://afadingthought.substack.com/p...](https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa3NfZlNjYk15S1J6aGtpNUJrdUNOQXZ0X1J4QXxBQ3Jtc0ttcGFZYXR1Skd2Q0haZ3RMUTJ1OXBTaTBDX3JtR0xyeUMwRFU4ckRtOHhmT0ZoWTY3bHhjWC1JUzREanpfczRITXNSaExhNkpvOEpwaGh4aEFPZElMQ2VrNHdpQzI0X1ZRZFFmTnNQWkdBcTAxcmJ2WQ&q=https%3A%2F%2Fafadingthought.substack.com%2Fp%2Fintegrating-bear-with-readwise&v=sJ4JWAv8xao)
Show full
post r/bearapp u/Oat-Yogurt 2026-04-22
I have Readwise connected to Obsidian, so I can always just copy and paste the highlights I want to Bear that way. Alternatively I can export highlights directly from Kindle as PDF and then paste to Bear But like, is there even an easier way to do this?
comment r/blankies u/RoutineLocal3779 2026-04-22
I use Readwise Reader. It cleans up websites, gives me a good feed, has pagination so I’m not always scrolling. Works for me to read more.
post owned r/readwise u/bobot-horizon 2026-04-21
Is it just me or is filter just not very robust? It never seems to keep up with what I'm reading. I've tried to nail down a pattern but all I've been able to determine is that it seems to have difficulty updating with books. I typically use the webapp so after typing this I decided to confirm that the same issue is on the Windows app. And it would appear that the Windows app "continue reading" works fine. So maybe it's a browser cache issue.
Show full
comment owned r/readwise u/BroccoliGoat 2026-04-21
I have asked about this before as well and have never gotten a satisfactory answer, unfortunately. (Have the exact same setup: pdfs, Boox, Readwise, Obsidian. No dice, apparently.)
post r/PKMS u/Spare-Coat5273 2026-04-21
I'm an avid reader. I subscribe to a lot of Substack newsletters, and honestly I've probably spent more time reading them than reading books. The problem: I struggle to retain what I read. Some newsletters are purely informational, and that's fine — low stakes if it doesn't stick. But others genuinely shift my thinking, and I want those insights to actually become part of how I reason, not just float away. Things I've tried: **Readwise** — I capture highlights, but I rarely review them. And even when I do, I'm just remembering the *author's* thought, not internalizing it as my own. **Evergreen notes (Andy Matuschak's approach)** — writing atomic, concept-level notes and linking them to existing ones. Intriguing in theory, but I haven't found a workflow that sticks. Curious what actually works for others. What's your approach to going from "I read something interesting" to "this has genuinely changed how I think"? And what tools do you use? If you have a workflow that actually sticks, I'd love to hear the specifics — not just the tool, but how you actually use it day to day.
Show full
comment r/emacs u/misterchiply 2026-04-21
Awesome article! I like the mention of signal-to-noise ratio. One thing that brought me back to chromium after a while using EWW was the use of a package called Readwise for in-place highlighting. Basically you can simply highlight any text on any webpage, and Readwise would push this highlight (with backlinks to the site you highlighted) into Obsidian / Logseq / et al.... Interestingly, this gave the chromium browser a more favorable signal-to-noise ratio. Why? Well, I found that a lot of my browser use was revisiting old documentation pages I had read a thousand times. It turned out that the ability to have persistent highlights on those pages, and have the relevant sections and excerpts worth revisiting literally illuminated in glorious yellow to immediately grab back my attention, was the subtle yet indispensable extension to the browser's bookmarking system that I had been searching for for so long. The feature of having the highlights in the (chromium) browser, and also an interleaved record of those highlights in my knowledge graph, all for the cost of highlighting something with my cursor, was a mind blower to me and really changed the way I browse and annotate the web. But, alas, the full on 'level 8' experience still had it's distractions. Was it possible to get the best of both worlds? Pure TUI browsing, plus this changing signal-to-noise enhancement from a Readwise-like tool? Rhetorical question obviously as this is Emacs: A year ago I stumbled upon [https://github.com/nobiot/org-remark](https://github.com/nobiot/org-remark), which provides the same in-place highlighting and persistence features as Readwise. THIS is what brought me back into EWW. Check this out -- here I'm annotating your blog post, and you can see the notes persisted in an org document (which is in my logseq knowledge graph). I apologize if this seems off topic. The language in you post resonated so much because it was exactly org-remark's enhancement of EWW's signal-to-noise ratio that finally brought me back to the true bliss that is browsing in EWW. And by the way, org-remark works everywhere -- EWW, org documents, code files. It's easy to extend to fit elfeed, pubmed, dash docs, etc.... It generalizes that Readwise-esque experience beyond just the web-browsing use case to anywhere text exists. That's an Emacs vibe right there!!! Edit: to clarify some of org-remark's value prop: \- **When you re-visit the page, the highlights are still there** \-- that's what makes the signal-to-noise ratio in the eww + org-remark marriage so good \- One merit of org-remark over Readwise is that you don't have to share your daily internet highlights with a 3rd party. That may seem to come with trade-offs --- you might be thinking "then how do I sync all my web highlights across devices?". Given how the reference system in org-remark works, **you're highlights on on machine will persist across others** if you sync your knowledge graph with logseq's sync features (other KG providers have similar sync features --- buyer and non-buyer beware, these often cost money, but you can roll your own free implementation with something like syncthing or a vcs based sync). Big caveat -- when i say machine, I mean laptop because I assume the presence of emacs, but after reading Josh's (OP's) post, the elevated wizards could probably figure out how to get something like this working (natively, on Android at least) with something like termux(sp?) without the need for a 3rd party app. https://preview.redd.it/asyffgsnulwg1.png?width=2978&format=png&auto=webp&s=ebf7a4b96254d9d273a28b9a809fef1f06a4174e
Show full
comment r/xteinkereader u/VintageModified 2026-04-21
Here's an interesting article from read wise on bionic font, if anyone is curious about trying it:  https://blog.readwise.io/bionic-reading-results/ tl;dr: Has no observable effect on reading comprehension or speed, but might make reading easier for some individuals
comment owned r/readwise u/ml8020 2026-04-21
I'm actually doing this exact same thing using the Readwise MCP server. It pulls the full transcripts of posts on X, youtube transcripts, articles, and then I'm synthesizing it all into a wiki in my Obsidian vault that compounds over time. It's my way of trying not to drown in all the AI updates and news. The wiki output is here if you want to see what the synthesis looks like: [https://coldmountain.ai/wiki](https://coldmountain.ai/wiki). It's a personal knowledge base pattern (Karpathy's "LLM wiki") where the agent synthesizes across sources into topic pages. Happy to share more about the setup if useful. The whole pipeline is: Readwise API → scheduled agent (Claude) → Obsidian vault → published to site.
Show full
post r/Onyx_Boox u/gandalf_34 2026-04-21
Thinking of getting the note air 5C... Readwise reader compatibility is critical to my use and workflow. I know it's android compatible but would love to hear if it works well ornot. In terms of readability and speed or any usage comments will be welcomed. It will impact heavily my decision to purchase as its quite a pricey product for me Many thanks
comment owned r/readwise u/raminhossaini 2026-04-21
The Boox Palma 2 has been great for me. Runs android, so it has readwise reader available in the play store.
post owned r/readwise u/awardtour 2026-04-21
I’ve been using Readwise Reader a lot more recently and have really enjoyed the “Send to Kindle” feature. Problem is that highlights I save on Kindle documents don’t sync into Readwise. Is there a workaround for this? If not, does anyone have a recommendation on an e-ink device that works with Reader? No need for color. Preference would be on crisp b&w with nice backlighting for reading in dark.
Show full
post r/paperpilot u/getpaperpilot 2026-04-21
Every few months someone ships "the Notion for academics" and it never sticks. I think the reason is that academic workflow isn't actually one problem — it's five problems, each with a good specialist tool and no glue between them. **The five problems:** 1. **Reference management** — where does the canonical list of papers I've read live? Winner: Zotero (open-source, offline, handles PDFs). Paperpile is solid if you live in Google Docs. 2. **Writing** — where does the LaTeX actually compile? Winner: Overleaf for collaboration. Local TeX + VS Code for solo work. 3. **Reading / annotation** — where do I mark up PDFs? Winner: Zotero's built-in reader is fine. Highlights + Readwise for heavy note-takers. 4. **Project management** — what's the state of my paper? What's due when? No clear winner. People use Notion, Trello, Obsidian, a whiteboard, or nothing. 5. **Discovery** — what should I read next? What's on arXiv today? Winner: arXiv-sanity-preserver, Semantic Scholar, Connected Papers. **Where PaperPilot fits:** PaperPilot is specifically trying to own problem #4 (project/deadline management) and the glue between #1 and #2 (getting a BibTeX entry from your reference manager into your Overleaf doc with one keystroke). It intentionally does not try to be #1, #2, #3, or #5 — there are better tools for each, and replacing them would be hubris. If I had to draw a diagram of a sane 2026 stack: Zotero (refs) --paste--> PaperPilot --inserts into--> Overleaf (writing) | +-- tracks deadlines + kanban + calendar Genuinely curious: what's your stack look like? What's the glue that's missing?
Show full
comment r/iOSAppsMarketing u/Intelligent-Big8736 2026-04-21
Thanks, that’s a really good question. I think Pocket and Readwise already do a lot of things well. The part I’ve been focusing on more is not the act of saving itself, but what happens a few weeks later when you’re trying to find something again. For example, if web articles, social posts, and YouTube links all get saved in different places, I often end up in that situation where I remember what I saw, but not where I put it. That’s the part I’ve been trying to reduce. So even if the content comes from different places, I’m trying to keep it in one place, let you attach a quick note about why you saved it, highlight the important part, and later find it again not just by title, but also through tags or the note you left for yourself. So if there’s a difference, it’s probably that I’m putting more weight on making saved things easier to actually revisit and use later, rather than just making it easy to save them in the first place. That said, this is still the part I’m actively refining the most.
Show full
comment r/iOSAppsMarketing u/Limp_Character6574 2026-04-21
Nice! Honest question: what actually changes here compared to something like Pocket/Readwise, especially around resurfacing stuff you saved weeks ago? That’s usually where these tools still fall apart for me.
comment r/ipad u/Hoboprefecture 2026-04-21
[Readwise Reader](https://readwise.io/read). Great reading app.
post r/chrome_extensions u/Western_Win4674 2026-04-21
**\[Project Showcase\]** I built an open‑source, privacy‑first web highlighter (Highlight Sync). # Why I built this I’ve always wanted a way to highlight text on any webpage and actually *keep* those highlights in one place. Existing tools (like Readwise) are great but they’re paid, cloud‑based, and lock you into their ecosystem. I wanted something **free, open‑source, local‑first, and syncable on my own terms**. That’s how **Highlight Sync** was born. # ✨ What it does Highlight Sync is a browser extension (Chrome + Firefox) that lets you: * **Highlight text on any webpage** with a floating toolbar or keyboard shortcut. * **Store highlights locally** in IndexedDB — no cloud, no tracking. * **Tag and search** across all your highlights. * **Review with spaced repetition** (SM‑2 algorithm) so you actually remember what you read. * **Export in multiple formats**: Markdown, Obsidian, Notion, Anki, CSV, JSON. * **Sync optionally** via GitHub Gist (free) or your own endpoint. * **Cross‑browser support** (Manifest V3). * **Privacy‑first**: zero analytics, zero external requests unless you enable sync. # 🛠️ How to use 1. Install via GitHub release (Chrome/Firefox support coming to stores soon). * Load unpacked extension in Chrome (`chrome://extensions`) or Firefox (`about:debugging`). 2. Highlight text with **Cmd/Ctrl + Shift + H** or right‑click → “Highlight Selection.” 3. Manage highlights via the extension popup: * **Search tab** → full‑text search. * **Tags tab** → organize by topic. * **Review tab** → spaced repetition digest. * **Export tab** → choose Markdown/Obsidian/Anki/etc. * **Settings tab** → configure sync (GitHub Gist or self‑hosted). # 📤 Export formats * **Markdown**: grouped by page/date/tag. * **Obsidian**: YAML frontmatter + `> [!quote]` callouts + `[[wikilinks]]`. * **Notion**: Notion‑compatible markdown. * **Anki**: Tab‑separated flashcards. * **CSV/JSON**: For custom workflows. # 🔒 Security * All data stored locally by default. * GitHub PAT encrypted with AES‑256‑GCM. * Strict Content Security Policy. * No analytics, no tracking, no external requests unless sync is enabled. # Why it’s different |Feature|Highlight Sync|Others (Readwise etc.)| |:-|:-|:-| |Price|**Free**|Paid subscription| |Open Source|✅|❌| |Local‑First|✅|❌| |No Account Required|✅|❌| |Spaced Repetition|✅|Partial| |Obsidian Export|✅|Partial| |Anki Export|✅|❌| |Self‑hosted Sync|✅|❌| |Privacy‑First|✅|❌| # 🔗 Links * GitHub: [https://github.com/bhayanak/highlight-sync](https://github.com/bhayanak/highlight-sync) * License: MIT (free to use, modify, distribute) # Note: Please use it if you find it useful, give me advice and suggestions, ideas so i can improve it further. # This is my one of first extension and i cant put on chrome store(as it charges), going to put on edge/firefox its under review.
Show full
comment r/iosapps u/onmyway133 2026-04-21
Hi, it imports from Linkjoy format only. Let us check readwise format
post owned r/readwise u/marshmallowinvacuum 2026-04-21
I’m generally very happy with Readwise Reader, but one thing still bothers me a lot: code block parsing/formatting in technical articles. It often looks messy enough that it breaks my focus and makes programming posts much harder to read. I mostly use Reader for technical content, so this part of the experience matters a lot to me. Has the team shared any recent updates on improving code block rendering/parsing, or has anyone found good workarounds?
Show full
post r/iphone u/Rage_thinks 2026-04-20
I used to think of my iPhone as a consumption device. reddit, youtube, texts, done. over the last year I've turned it into a legit work tool. here are the apps that made that happen, ranked. 8. Fantastical ($6.67/mo) calendar. the natural language input works great on mobile. I type or dictate "lunch with Sarah Thursday 12:30 at that Thai place" and it creates the event with all the details. the widget is the best calendar widget on iOS. 7. 1Password ($3/mo) I manage client logins and my own credentials. the autofill on iOS is seamless now. tap, face ID, done. 6. Slack work communication from anywhere. the widget shows unread messages. notifications for DMs, muted for channels. I handle 70% of my slack volume from my phone. 5. Notion I access project docs, client wikis, and my task lists from my phone constantly. the mobile app has gotten way better. quick-add for tasks and notes works well now. 4. Readwise Reader ($13.99/mo) every article, newsletter, and PDF I want to read goes here. I do most of my professional reading on my phone during downtime. commute, waiting rooms, before bed. highlights sync automatically. 3. Willow Voice ($15/mo) voice dictation on my phone. I tap the overlay, talk, and text appears in whatever app I have open. emails, texts, slack, notes, search queries, AI prompts, anything. the reason this ranks so high is that typing on a phone screen is genuinely slow and annoying. dictating is 3-4x faster on a phone than typing because the small keyboard slows you down even more than a desktop keyboard. I send full professional emails from my phone while walking. my emails come out polished and my texts come out like texts. filler words stripped. handles names and technical terms. I use it probably 30+ times a day from my phone. driving (hands-free), walking, cooking, in line somewhere. any time I need to respond to something and I'm not at my desk. $15/mo, free tier 2,000 words/week, no android. 2. Claude ($20/mo) AI on my phone. quick research, brainstorming, drafting, summarizing. I dictate my prompts through willow which means I give way more context from my phone than I would typing on that tiny keyboard. the combination of willow + claude on iPhone is honestly more useful than most laptop setups. 1. Todoist ($4/mo) task management. the quick-add with natural language is perfect for mobile. "email sarah the proposal by friday 3pm" and the task is captured with the due date. the widget shows today's tasks. I capture tasks the moment they come to me instead of trying to remember them later. this app has fundamentally changed how I handle my workload. what iPhone apps made the biggest difference for work?
Show full
post r/SideProject u/Difficult_Skin8095 2026-04-20
I work full time as a data analyst and I run a niche newsletter and paid community on the side. I have maybe 10-12 hours per week to work on the side project. every minute counts so my tools are optimized for speed above everything else. here's my stack, ranked. 10. Stripe ($0 + 2.9%) payment processing for the paid community. subscriptions, payment links, invoicing. the dashboard tells me MRR at a glance. 9. Fathom Analytics ($14/mo) privacy-focused analytics. simpler than Google Analytics. I look at page views, referrers, and popular posts. that's all I need. 8. Cleanshot X ($29 one-time) screenshots for social media posts and newsletter content. annotated screenshots of tools and data are my most shared content. 7. Carrd ($19/yr) landing page. simple, fast, looks good. my newsletter signup page is on carrd and it converts well. I don't need a full website for this. 6. Obsidian (free) content ideas and drafts. I have a kanban board of newsletter ideas at different stages. when I sit down to write I pick from the "ready to draft" column instead of staring at nothing. 5. Readwise Reader ($13.99/mo) I read industry content here and highlight anything relevant to my newsletter. highlights sync to obsidian automatically. my reading feeds directly into content ideas. 4. ConvertKit ($29/mo) email platform. newsletter delivery, automated welcome sequences, subscriber tagging, landing pages. the editor is fast and the deliverability is solid. 3. Willow Voice ($15/mo) voice dictation. when you only have 10 hours a week, anything that makes you faster is critical. I dictate newsletter drafts, community posts, promotional emails, social media copy, and AI prompts. dictating a 1,500-word newsletter draft takes me about 15-18 minutes. typing the same thing takes 40+ minutes because I edit as I go. the draft needs cleanup after dictating but the total time (dictate + edit) is still about half of typing a polished first draft. I also dictate all my emails (subscriber replies, collaboration outreach, sponsor inquiries) and the tone matches automatically. professional for sponsors, casual for community members. strips filler words. the iPhone app means I can dictate newsletter sections during my lunch break at work or on my commute. $15/mo, free tier 2,000 words/week, no android. 2. Claude ($20/mo) I use this for brainstorming newsletter angles, analyzing subscriber data, drafting promotional copy, and repurposing newsletter content into social posts and community threads. the projects feature with my newsletter archive and audience data loaded in gives relevant output. I dictate my prompts through willow which means I describe what I want in enough detail to get useful output on the first try. saves me from going back and forth. 1. a strict schedule (free) Tuesday 7-9pm: write the newsletter. Wednesday 7-8pm: edit and schedule. Thursday lunch: community engagement. Saturday morning: content planning and reading. Sunday: admin (finances, analytics, emails). I protect these blocks and I don't deviate. without this structure the side project dies because "I'll get to it this weekend" means I never get to it. anyone else running a side project on limited time? what's your stack?
Show full
post r/daylightcomputer u/nharsch 2026-04-20
# Backstory I had my eyes on a DC-1 since 2024. I'd already been looking for an e-reader that had better PDF and annotation support. The DC-1 seemed like it had far fewer trade offs compared to similar e-ink devices. I didn't want a locked-down walled garden device (Remarkable), I wanted a fully featured computer that was tuned for reading and researching. # Rocky Start Purchase journey and unboxing experience were first class. The level of care and attention to welcoming the user is on par with 2000s/10s Apple devices. Unfortunately, after firing up the device, I initially felt let down. DC-1 ships with an Android OS tuned for distraction free use, but it quickly reveals itself to be Android 13, warts and all. The Daylight Reader app seems like a great idea shipped unfinished. Overall, things felt more crunchy than expected. # Dialed In Once the initial disappointment wore off, I started looking at the DC-1 simply as an Android tablet with a great display, then I started to love it. I went through a couple reader apps until I landed on Xodo for PDFs, Readwise for web clippings and RSS subs, and Kindle for ebooks. I added Obsidian, Claude, Todoist and google drive. I've learned some tricks for getting content shuttled between these apps and am pretty happy with the system I have dialed in. I recently tried a friend's Boox Note Air, which I also really enjoyed. The OS seemed a bit more opinionated and the overall polish was better. That said, I like DC-1s display better for moving around on PDFs. # Cautiously Optimistic Overall, I'm really happy with the device. It works as advertised. It does exactly what I wanted it to do. What's missing is the overall "Daylight experience" that the team is pointed towards, but hasn't yet delivered. Anjan has a great vision for what computing can be. Measured against that vision, the DC-1 feels rough. Measured against the current e-reader competition, it's a strong competitor. I hope the Daylight team has some updates on the horizon. Right now, no one seems sure they'll be around for another year. If not, I hope this screen finds its way into other devices, but I'll be sad if the Daylight "dream" ends here.
Show full
comment r/SideProject u/Brilliant-Apartment3 2026-04-20
Yeah i do have small touches like a widget that shows you random quotes (if you enable it) but i wanted to keep the app fully offline and private. Readwise is a fully online app with a "required" sub and i wanted to avoid that. Maybe il will make another similar app that would be more "active" but that will be a separate product. Ty for the feedback it helps\^\^
comment r/macapps u/NeVdiii 2026-04-20
https://preview.redd.it/gcqkoiu0nbwg1.png?width=1270&format=png&auto=webp&s=013ba6a69e05a14426795ebdf68ae00b7e5259ee **Kocono** **Problem:** Kobo Libra/Clara Colour users can't export color-coded highlights to Apple Notes. The only way to see highlights is on the e-reader itself, and existing export tools strip the colors. **Comparison:** Readwise exports highlights but strips color-coding. Kobo's built-in export doesn't support Apple Notes format. Kocono preserves all 4 colors, and generates AppleScript for direct Apple Notes import. **Pricing:** Free • [https://kocono.com](https://kocono.com)
Show full
comment r/RomanceNovelHub u/Palmtastic 2026-04-20
True, but it always stays with Amazon. I try to limit ebook purchases from them because you can't export their books. I use Calibre and Reader/Readwise for my ebook libraries and no Amazon books after Feb 2025 can be saved there. I feel like they're holding my purchase hostage.
comment r/iosapps u/srinitata 2026-04-20
What format does import support. I tried importing json from readwise. It said not supported
comment r/AngelInvesting u/Aromatic_Badger_9274 2026-04-20
I went through the same “read 10 PM posts, retain zero” loop and what actually helped me was treating it more like reps in a gym than a feed. The quiz gate idea is solid, but I’d make the bar to “pass” really clear up front and keep the first few days laughably easy so people feel momentum before they hit anything punishing. I’d also surface a tiny “why this question matters as a PM” note after each quiz so it ties back to real decisions, not trivia about the article. On archetypes, I found I think in “next job bet” and “core weakness” more than labels like FAANG vs Startup, so maybe a 30-second slider on skills (strategy, execution, growth, AI, stakeholder) and then map to paths under the hood. I bounced between Lenny’s library, Notion highlights, and Readwise Reader, and ended up on Cake Equity after trying Carta and Pulley for a similar reason: the thing that stuck made next actions painfully obvious instead of just collecting more stuff.
Show full
post r/iosapps u/qasrim 2026-04-19
Hey, I’m looking for an app that can basically be my everything reader + highlighter, but I haven’t found one that really does it all yet (and yeah, not Readwise). What I want: \- Save + read stuff like articles, PDFs, EPUBs, newsletters, RSS, tweets \- Proper read-it-later flow (clean, distraction-free reading) Highlighting is the big one for me: \- Highlight more than just text (images, tables, etc. would be nice) \- Add notes to highlights while reading \- Sync across devices without being janky Bonus: \- Works well on iPad + Apple Pencil support \- is free or sideloadable 😉 Not expecting something perfect, but curious what you’re all using that gets close. Appreciate any suggestions 🙏
Show full
comment r/eink u/sanabs24 2026-04-19
Is there any device that could run Readwise (an app on Android) well? Idk if I have to crack it and side load. But one with a powerful enough chip to allow for scrolling/regular refreshing? I don’t really want the form factor of a Boox Palma (feels like a phone), anything w a 6 inch or bigger screen that could do it?
post r/SideProject u/Jamesisonfire21 2026-04-19
I read a lot and I also highlight a lot — passages I want to remember, ideas I want to return to but for years they just sat on my Kobo doing nothing. I tried Readwise. It's good, but £7.99/month felt like a lot for something I mainly wanted to browse and search. So I built [Luminaria](https://luminaria.uk). **What it does:** * Imports highlights from KOReader, Kobo native firmware, Kindle My Clippings, and Readwise exports * Full-text search across everything * Export to Obsidian (free), PDF or Notion (paid) * KOReader plugin for automatic WiFi sync * Obsidian plugin that drops one markdown file per book into your vault automatically * Everything stays in your browser — nothing uploaded to a server unless you choose to sync from KOReader or use the Obsidian plugin **The stack:** Cloudflare Workers + KV, Resend for email, Stripe for payments. Frontend is vanilla JS — no framework, just a single HTML file. **Where it is now:** over 50 sign ups, a few paying users, KOReader plugin on the official plugin repo, Obsidian plugin submitted to the community directory. Small but real. **Pricing:** Free tier with 2 KOReader syncs per week. Premium is £2.99/month or £25 lifetime (early bird — first 100 users). Happy to answer any questions about the build. It's been a fun project and genuinely useful for my own reading life which is probably the best outcome. Any feedback would be sincerely appreciated. Thanks a lot.
Show full
comment r/ipadmini u/radar2375 2026-04-19
They are very receptive on reddit r/readwise.
comment r/ipadmini u/Annie_Blue_MM 2026-04-19
As I mostly don't read in English, Moon+ reader was the best option. I will try Readwise reader, it sounds interesting. 😊
comment r/ipadmini u/radar2375 2026-04-19
Yes I have read about Moon + reader. Honestly, though Google Play reader was very good. Another benefit of Readwise Reader is it replaces apps like Instapaper and "save to read" later. The webclipping is very good.
comment r/iphone u/Hutz_Lionel 2026-04-19
Thanks OP. Trying out Readwise and ToDoist. Very good!
comment r/ipadmini u/radar2375 2026-04-19
Zotero is free. Its primarily a reference manager which has a pdf reader which university students and researchers use. Readwise Reader is paid subscription that collates all your highlights and then syncs them to notetaking app. I bought the ipad mini because Reader on android doesnt highlight as a box only the ios version did at the time. So thats why I bought it.
comment r/ipadmini u/radar2375 2026-04-19
This is what I use mine for. I read and annotate using Readwise Reader and Zotero. I dont use it for anything else.
comment r/iPadPro u/radar2375 2026-04-19
I was recently talking to my brother who had the first gen ipad and used it for everything and for years until the motherboard died on it. I asked him if he would buy another and he said he wouldnt because he does everything he needs to on his phone. I on the other hand have an ipad pro 11 and an ipad mini. I need to find things to do on them. The mini is used primarily to read - I read using Zotero and Readwise Reader. I use the Pro with Logitech keyboard to touch up assignments and papers Im working on. I use Pages, Google Drive and Google Docs (the docs are synced to my Windows PC). I also have comics on my pro which I tell myself someday I will read but havent done so yet. I have the pencil but I dont use it to write my notes instead I use the pencil/notability as a whiteboard on a tv when demonstrating something.
Show full
comment r/SideProject u/Brilliant-Apartment3 2026-04-19
Nothing. I primarily developed it for myself and im using it periodically. Its a nich product and i did not think much beyond it.Will take a look at readwise and see what it does, ty for info
post r/AngelInvesting u/Regular-Current-7803 2026-04-19
I am a PM who reads TLDR, Lenny's, and the occasional Medium post every week and remembers almost none of it. Every existing tool Readwise, Matter, Feedly solves the saving problem. None solve the "did you actually understand it" problem. So our team built PM Dojo . Same daily PM content, three changes: 1. Archetype-based sequencing. Pick one of five paths in 60 seconds : FAANG Climber, Startup Climber, AI-First PM, Growth PM, or Scanner. Your feed is ordered for how you actually want to grow. 2. Quiz gate per article. Two comprehension questions after every read. No skip button. 3. Streak that means something. Your streak only counts the days you passed the quiz. Hollow reading earns nothing. We shipped it in a 5-day buildathon five of us working alongside AI agents in parallel. What I want back: where it breaks, what feels like unnecessary friction, whether the archetype you got matched how you actually think about your growth. Happy to answer anything in the comments.
Show full
post r/iphone u/Rage_thinks 2026-04-19
my screen time report says I spend about 4 hours a day on my phone. used to be mostly instagram and reddit. over the last year I've replaced a lot of that with apps that are actually useful. here are 6 that I use more than any social media app now, ranked. 6. Pocket Casts podcasts. I listen during commutes, workouts, and cooking. the trim silence feature saves about 15% of listening time on talky shows. the queue management is way better than apple podcasts. 5. Readwise Reader every article, newsletter, and PDF I want to read goes here. I do most of my reading on my phone during downtime. highlights sync to obsidian automatically. 4. YNAB budgeting. I enter every purchase as it happens. 5 seconds per transaction. the awareness of where my money goes has saved me hundreds per month. 3. Claude AI assistant on the go. I use it for quick research, brainstorming, drafting, and answering questions. the mobile app is solid. 2. Willow Voice voice dictation. I compose texts, emails, slack messages, and notes by talking into my phone. tap the overlay, talk, text appears in whatever app I have open. accuracy is noticeably better than apple's built-in keyboard dictation, especially on names and anything technical. cleans up filler words, and my texts come out sounding like texts while my work emails come out sounding like work emails. I use it while walking, driving, in line at the grocery store. the Mac app works the same way. $15/mo, no android app, free tier 2,000 words/week. 1. Todoist task management. every task and commitment lives here. the natural language input ("email jessica by friday 2pm") makes capturing tasks instant. the widget shows what's due today. I've tried things 3, reminders, notion, and I keep coming back to todoist because the quick-add is faster than all of them. the inbox-zero approach to tasks changed how I think about productivity entirely. what apps do you use more than social media?
Show full
comment r/SideProject u/VegetableRiver9695 2026-04-19
readwise won this exact space because they realized the product is resurfacing quotes, not just storing them locally. you solved the kindle import, but what is the actual habit loop to stop this app from becoming another text graveyard.
comment r/ObsidianMD u/one-wandering-mind 2026-04-18
I'm realizing maybe my 40k notes is a bit of problem . Lots of readwise or other highlights and imports from notion before that.  6000 didn't seem like that many. 
comment r/AI_Agents u/pauliusztin 2026-04-18
I am working on a deep research system at the moment on top of my custom data stored in Obsidian, Readwise, and NotebookLM. Works really well to pull custom wiki's per article. I render the mermaid image into a png mostly for styling, not the rendering per see. I don't like how Mermaid Diagrams look. But I like your idea of generating interactive stuff. Do you have any examples?
comment r/LearningDevelopment u/Puzzled-Yam5109 2026-04-18
I've actually been working on this for quite a while. I used [readwise.io](http://readwise.io) for quite a while and love the way it let me collect "dots", or nuggets of info, that I could then connect later with other "dots" of learning later. It would then resurface them and I'd at least have to recall and remember what was interesting to me. I recently just took it to the next level and built a tool that I used when my learning sources more common things like podcasts, videos and even just text based learning. So, the observation for me was that I learn better by making something based on what I'm learning. In my corporate life the scenario would be me learning something that others have made into a career over years, and then create training for others to learn in 30 minutes of online learning. I'm going to sidestep going down this rabbit hole :) IRL, I learn from long-form podcasts, YouTube videos and a lot of researching with AI tools. The biggest issue for me there is 2 hours of conversational learning is hard to retain and I do way better building a learning artifact from it that allows me to take notes, do some quick inline quizzes and some reflection prompts. I know, this is the most learning designer thing ever, but for me, the process of watching, listening, highlighting and saving notes, and the using my own words to recap what I just learned from a select chunk at a time is the key to retaining and making use of what I learned.
Show full
post r/Productivitycafe u/StonedShadowe 2026-04-18
Been working remote for a while now, and I’ve realised most productivity stacks are just… too much. Here’s what my current setup looks like right now **Planning & Tasks** * Sunsama: helps me plan my day realistically * TickTick: quick tasks + reminders (clean and simple) **Focus & Deep Work** * Cold Turkey: blocks distractions when I really need to focus * One Sec: stops mindless app opening * Pomofocus: simple pomodoro timer **Notes & Thinking** * Obsidian: for deeper thinking + linking ideas * Craft: cleaner writing and organizing stuff **Meetings & Communication** * Loom: quick async videos instead of long messages * Notion notes:  basic meeting summaries **Email & Inbox** * Superhuman: fastest way I’ve found to respond to emails **Content / Work** * Ulysses: distraction-free writing * Cap.so: quick screen recordings * Descript: makes editing way easier **Research / Learning** * Readwise Reader: saves + revisits useful content * Feedly: keep up with industry stuff without noise **Outreach / Growth** * Hunter + Clay: Best combo for lead sourcing **Scheduling** * Reclaim: protects focus time * Calendly: simple scheduling **Side projects / Hosting** * JetHost: I use it for small projects/landing pages… super simple, no headaches * Cloudways: when I need more control **Some random ones** * Airtime: helps keep meetings efficient * ClearVPN: useful when working from random places * SideNotes: quick notes without breaking flow Thanks for reading, Let me know what tools you use.
Show full
comment r/ObsidianMD u/oyes77 2026-04-18
I use it since you can put websites on the sidebars, for stuff like todoist, readwise and twos when i used to use those. As mini apps, not really as "browsing" per se.
comment r/lifelonglearning u/thesaga27 2026-04-17
i thought readwise has a companion app that does this for you?
comment owned r/readwise u/ratherdisinclined 2026-04-17
I just went in and declared Readwise bankruptcy and deleted everything under the Seen tab. That fixed the slowness and one other issue where one of the sidebar folders would not collapse. I assumed Readwise would clear seen items after a certain period of time and had no idea it saved everything.
post r/selfimprovementday u/Potential_Milk_23 2026-04-17
i use notion, voice memos, highlights, notebooks.. i have hundreds of notes across everything. i rarely go back to them though. reviewing notes just feels like studying and i really don't want to do that after a long day. tried scheduling time for it, tried readwise, nothing really stuck. anyone else dealing with this? what works for you?
comment r/ereader u/Repulsive-Branch-740 2026-04-17
If your goal is to get out of the Kindle ecosystem and not get locked into another one, I'd highly recommend a Boox. I have the Boox Go Color 7 (original model). Been using it for about a year and love it. It's an Android device, so I can use it to read books on Kindle, Kobo, Libby, [Bookshop.org](http://Bookshop.org), etc. Basically any service that has an Android app, which has been all of them. I can also use it to read the NYTimes and any articles I save on Readwise Reader. What I like about this approach too is that all of these apps are also on my iPhone and, generally speaking, the sync on them works well. So I can start reading a book in the Kobo app on my Boox, and then switch to my iPhone if I need to for some reason. Same with articles in Readwise Reader. Overall been very happy with my Boox. The interface can be a little laggy at times and there's a bit of set up involved which I found a tad annoying, but once I got it set up, it has served me well.
Show full
comment owned r/readwise u/TreatBubbly9865 2026-04-17
They are the same company. If you only saw Readwise you would instantly assume it’s a company with an utterly lack of taste and a horrible design culture. But then you see Reader and see that they can design decent UI so it must be that they abandoned the Readwise OG. However is a bad decision because people still love it and use it, even it’s a visual aberration of an app!
comment owned r/readwise u/Bridgebury 2026-04-17
The readwise app on my onyx Boox tablet is missing the last letter of most ui labels (Hom, Fee, Librar, Searc). Has anyone else encountered this? 
comment owned r/readwise u/Kageetai-net 2026-04-17
Several ways to do that, maybe best is the MCP server. Look into that. I personally use Obsidian and the Readwise plugin for that also can export the entire content
post owned r/readwise u/GlitteringFee1047 2026-04-16
Has anyone found an easy way to extract the full article text from Reader (for a single article)? For example, I save YouTube videos there, but I’d like to pull out the main points from the transcript using AI rather than manually highlighting. Since there’s no obvious way to copy or export the full article, I’m wondering if there’s a workaround. Highlighting the entire thing just to export it feels really cumbersome. FYI - my highlight exports go to Notion.
Show full
comment r/lifelonglearning u/No_Answer_2769 2026-04-16
Been running readwise plus a separate SRS for a while and it does make a difference. I used remnote for the active retention side too, the fact that it integrates notes with review rather than being just a flashcard app means I can actually write proper notes on a concept and still get the spaced repetition benefit.
comment owned r/readwise u/Possible-Variety-392 2026-04-16
I use Koreader as main reader. For long-reades from readwise, i send it to koreader and sync highlights back to readwise
comment r/Zettelkasten u/Barycenter0 2026-04-16
Here's my method (sorry, I don’t use Obsidian): 1. Highlight passages in Zotero 2. Add comments and notes if necessary in Zotero 3. Highlight only the paper or article title in the Zotero list - create bibliography from item - export as html 4. Highlight all annotations and comments in the Zotero list at once - export them together as markdown 5. In Apple Notes, import the 2 Zotero exports - the bib and annotations/comments - automatically into Import Folders (I usually rename the folder to the paper name and move the entire folder to the inbox with project, topic and inbox tags) 6. Then do the manual work to move, extract quotes or just create notes and add the bib to the refrence list From there it's just working the process for ZK notes. There's no overwriting - I have to manually add the any new information where it belongs. I typically don't go back and add new annotations. If I thought I might do that I guess I would keep my raw imports around in a side folder with a key or label to see what is added. I'm not sure what your issue is with citations - maybe explain that more?? PS - for my Hypothes-is notes I use Readwise to gather those and then the Readwise to Apple Notes app.
Show full
post r/lifelonglearning u/Tanmay269 2026-04-16
For a long time my system was kindle highlights plus a vague intention to review them someday. Readwise sends you a daily digest of old highlights which helped a little, but re-reading a highlighted sentence you don't remember highlighting isn't the same as actually knowing what the book said or being able to use the idea. The missing piece was having somewhere to put the things I actually wanted to keep, not just flag. Notion handles project and work stuff for me, but for books and articles where I want the ideas to genuinely stick, I use remnote because it lets me schedule review of the specific concepts rather than just storing them. The difference between a notes app and a notes app with spaced repetition built in is larger than it sounds, it's the difference between a library you never visit and one that emails you. Readwise still does its thing in the morning for passive exposure. Remnote is for anything I'm actively trying to retain, which is maybe 10-15% of what I read, the rest I let go. Notion stays for everything work facing that I need to reference but don't need to memorize. Three tools doing three different jobs, none of them overlapping. That took longer to figure out than I'd like to admit.
Show full
post r/DarkPsychology101 u/Actual-Medicine-1164 2026-04-16
I used to feel dumb because I'd read a book, love it, tell people about it, and then completely blank when they asked what it was about. Like I knew I learned something but couldn't access any of it. Thought it was just me until I started asking around and realized most people have the same problem. We consume tons of content and retain almost nothing. Tried different solutions over the years. Took notes while reading but never looked at them again. Used Readwise to resurface highlights but just skimmed past them. Tried explaining concepts to friends but felt awkward doing it constantly. What finally worked was adding audio review to my routine. I started using BeFreed which is a personalized audio learning app. After I finish a book I use it to drill the key concepts. It generates flashcards automatically and quizzes me on them over time. The difference is active recall vs passive review. Reading my highlights again doesn't make me remember them. Getting quizzed on them days later when I've started to forget does. Example: I read Never Split the Difference twice and could only vaguely remember "mirroring" and something about tactical empathy. Used the app to study negotiation concepts for a few weeks. Now I can actually explain labeling, calibrated questions, accusation audits, all of it. And use them in real conversations. The AI coach thing helped too. When I confused two similar concepts it explained the difference with examples until it clicked. It's not magic though. You have to actually do the reviews. Takes maybe 10-15 minutes a day. And the app works better for concept-heavy books than narrative ones. But for someone who felt like reading was pointless because nothing stuck, this changed things. Anyone else dealt with this? What's helped you actually retain what you read?
Show full
comment r/ObsidianMD u/emo_mert 2026-04-16
I was using the Reader for more than 1 year with the Readwise Plugin. But I ditched it because of the cost and getting rid of an intermediary makes more sense I believe. Right now I completely use the Web Clipper. I also wrote down a templater script that let me make comments on highlights via footnotes. Also the Readwise import to Obsidian didn't let importing the full text and highlight together and was creating two notes for each text. This way I can use only one note for each item.
Show full
comment r/xteinkereader u/knuckleheader 2026-04-16
The real thing would be someway to upload them automagically to Readwise after.
comment r/ObsidianMD u/TimeLoad 2026-04-16
I've got a few ways depending on what I need. Dashboard page: For immediate access to the notes in my vault I have a dashboard page. This dashboard is a lot simpler than others' as I don't need much, just links to other pages like my "index" page, bases that list my active projects, etc. Index page: It's a page that groups all my MOCs. For example in my index page I have a heading called "British History" and it links to MOCs like Queen Boudica, Anglo-Saxons, Danelaw, Alfred the Great, etc. CMD + O: If I need a specific note I can normally just fuzzy search for the name. All my notes are systematically titled so I can usually find what I'm looking for pretty easily. Otherwise if I know what keywords would be in the note I can use the search functionality. Daily note: I have as much of my reading as possible integrated with readwise which I've configured to insert a link to the daily note when it syncs. So if I'm looking for a quote from a book that I read and I know that I read it on a specific day, I can look at that day's daily note and find my notes on a source. So yeah, I don't just have one organisation method I use all the time, I have different systems that coexist to find the information how I want to find it.
Show full
comment r/ObsidianMD u/SwimmingWithProblems 2026-04-16
Kepano seems to have demoed a read-it-later system based entirely in Obsidian. What’s hypothetically keeping you in Readwise? One use case I’m thinking about—I like to highlight when I read. It’d be easier to do that if I’m reading directly in Obsidian, and I can even add backlinks in the moment. If I’m reading in Matter, it’s clunky to re-clip the whole article in Obsidian and go back through and mark highlights/backlinks. Curious if that’s a use case that comes up for you.
Show full
comment owned r/readwise u/kerimfriedman 2026-04-16
In Readwise you can reflow as text, get page scroll, and still get highlights.
comment owned r/readwise u/ImaginaryEnds 2026-04-15
Perhaps bookfusion? It syncs with readwise but also has its own plugin for obsidian.
post owned r/readwise u/nerewarhier 2026-04-15
I'm searching for a good way to read my pdf books (mostly specialized literature) highlight and get those highlights into spaced repetition and then to my Obsidian vault as well. The later is not really the problem because RW -> Obsidian is good enough atm :) I'm struggling finding a convenient way to do so. * Onyx Neo Reader: All highlights are with double line breaks, hence I would need to touch every item. (I use the Onyx integration to readwise) * readwise App on Onyx: I really miss a page scroll option >.< Also how do I clip flow charts or tables? * readwise App in read mode: eats both tables and flowcharts and makes them unreadable I have not tried * reading the full pdf highlighting with something else then moving into readwise. The reason is that I want to work with the highlights I have even if I have not yet finished the book I would love to go to a consistent way within readwise so that I can also switch between devices. How do you handle this? Every way I try feels clumsy and underwhelming
Show full
post r/ObsidianMD u/life_on_my_terms 2026-04-15
Hi friends, I dabbled in all the PKBS years ago (notion, obsidian, tana, loqseq) and everything kinda just fell apart cuz i just didnt want to waste all that time and effort maintaining them instead of really using them. Instead, i just did all the note taking in Apple notes + apple voice memo. Now, i've been using AI (codex/claude, etc) and built myself a personal LifeOS app which solves a lot of my life-related things quite well, but it can't quite do the PKBS like obsidian does, so now im thinking to revisit rebuilding a new Obsidian system for this. What's a good system/way to build a new Obsidian vault now? Previously i did the PARA, August bradley's PPV, MOC... and these got too complicated to maintain. Are there better / simpler practices these days? I've seen ppl talk about Kaparthy's llm wiki, but not sure how to quite add this in. The main content i have are the bunch of Apple notes + voice memo + Readwise data that i want to sort through and combine together in a way that I can actually consume and use. Thanks for any help/guidance in building my new obsidian
Show full
comment owned r/readwise u/double0penguin 2026-04-15
This is a [view](https://docs.readwise.io/reader/docs/faqs/filtered-views). The easiest way is on the web. Press `shift+f` to open the query input. Then, paste my query, and hit enter. You can then save it for use later. My query is specific to my cleanup needs. It looks for all seen feed documents that are not YouTube videos. I have mine set to older than 2 months because that's a reasonable cutoff for my feeds. You can always change that part. The last two parts make sure I don't delete feed items that I've highlighted or tagged. There's one other option that you can `AND` at the end: `has__not:notes`. I'm okay deleting feed documents with notes since mine only contain AI chat summaries. If I want to keep an item, I usually add it to the inbox or archive, so deleting feed items with notes doesn't bother me. Once you have the filtered view, you can apply a bulk delete by pressing `shift+b` and selecting "Delete all documents" (or something like that). Thankfully, the most recent update added "restore from trash" so you should be able to easily revert any issues. If you want, you can copy/paste the review documentation page into ChatGPT/Claude/Gemini and ask it to help you craft a query that meets your needs.
Show full
comment r/ObsidianMD u/theLightSlide 2026-04-15
I'm able to "Send to Reader" from email, from my browser on my iPhone (using the Share tab), etc. And the note-taking interface works great on my tablet. I take a lot of written notes alongside the content and highlights and that's important to me, plus I can tag each highlight or note independently. Readwise is one of the few services I pay for with extreme gladness. I use it every day.
comment r/ObsidianMD u/Repulsive-Branch-740 2026-04-15
For me personally, the web clipper is great in specific instances, but it doesn't replace Readwise for how I use it. I think if all you're doing is reading web articles and then saving to Obsidian, the Obsidian Web Clipper is fine, but if you want a dedicated reading space, triage system, etc. the web clipper cannot compete with Readwise Reader.
comment r/eink u/necrocuttle 2026-04-15
I use Daylight computer for this with Readwise Reader. The endless canvas thing would depend on the android app
post r/ObsidianMD u/SwimmingWithProblems 2026-04-15
Now that Obsidian Web Clipper has gotten really good, how are folks thinking about the role of external reader apps like Readwise and Matter? I wonder whether it’s easier to skip over Readwise and clip directly into Obsidian. You lose the mobile reading experience (especially since I use Chrome mobile, which doesn’t play well with Obsidian Web Clipper), but you cut out a middleman and you can plug it all directly into Claude. Readwise and Matter both have good ingest capabilities, but perhaps that’s functionality that can happen through Claude instead.
Show full
comment owned r/readwise u/necrocuttle 2026-04-15
The best way to do this is to download the pdf and create the extract in adobe acrobat. If they also have a Readwise account, you can share the pdf with them (creating the sharing link only works on desktop iirc). I would love to be able to share individual articles and tag families with everyone, not just Readwise Reader subscribers.
post owned r/readwise u/cru-sad 2026-04-15
Hi, Does anybody know if it's possible to share an extract? I've been reading a small book in PDF imported in Reader for the last weeks and would like about 10 pages in the middle with a lazy friend of mine that won't probably look at it unless I make it easy to read. To you think it's possible do to something similar? Thanks
comment owned r/readwise u/double0penguin 2026-04-14
I keep coming back to Readwise Reader because of the experience of reading an article. With other feed readers, I notice that I don't read as much -- I just scan titles. I've definitely feel the pain when having a large feed document count. I have a custom view set up to capture the build up to help speed up the app. feed:true AND domain__not:youtube.com AND seen:true AND saved__before:"2 months ago" AND has__not:highlights AND has__not:tags I would love if RSS features got some more love! Even just reordering folders would be amazing!
Show full
comment owned r/readwise u/Top-Statement-6394 2026-04-14
If changing tags in Reader the flow down to Readwise is not consistent. Some tags change some don't or some instances of a tag change and some don't. Changing the name of a tag in Reader that is linked to many items is also sometimes not possible, it just does not accept the changes when clicking okay, or is very sluggish. There are sometimes ghost tags as leftovers in Readwise after changes in Reader are not reflected in Readwise, or both the new and the old tag names are visible as two different tags in Readwise. Overall a very difficult experience. Is there any plan to try to tighten this up a bit? Thank you.
Show full
post owned r/readwise u/freddewitt 2026-04-14
Dear Readwise community, I truly love Readwise — a lot. But using it has become genuinely frustrating for me. I use it primarily to read RSS feeds. The loading times are really, really long. I recorded a video on my phone showing the app launch: it takes 16 seconds for the app to open, and 46 seconds before I can access the feeds. And honestly, I think it was actually faster than usual that day, because I had to try several times to get the recording right. On my e-reader, the Boox Go 7, it's even worse. Sometimes I can't access the feeds at all. Typically, I open the Feeds tab, go make myself an espresso, come back — and it's more or less ready, assuming it hasn't crashed. Is this normal? Is there anything I can do to prevent this? Thank you
Show full
comment r/ObsidianMD u/XGARX 2026-04-14
And why did you stop using it? Is the discount just for a few months? I am trying to decide between raindrop + obsdian plugin or readwise
comment owned r/readwise u/max-at-readwise 2026-04-14
Hey everyone, sorry about this! Everything should be working smoothly again now. You shouldn’t need to do anything. Any missed data should sync automatically on the next run (or if you trigger a manual sync). If you notice anything still not working as expected, feel free to reach out at [[email protected]]() and we’ll take a look.
post owned r/readwise u/max-at-readwise 2026-04-14
Hey folks, happy Tuesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#april-10-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * 📓 **NEW! Wikiwise (experimental)** — Tristan built a native Mac app for setting up, customizing, and managing your own [local-first markdown wiki with an AI agent](https://wiki-wise.com/). Just point it at a folder and your markdown files become interlinked pages. Add sources and the LLM agent reads them, writes summary pages, cross-references everything, and keeps it all consistent. The wiki compounds with every source you add, with no need for a database, configs, or account. Wikis can compile to a clean, fast website you can share on the web. If you decide to try it out, feel free to send us any feedback! * 🔀 **NEW! Expanded MCP Access** — Thanks to Piotr, our MCP can now be used with Notion and Perplexity. * 💎 **Fixed Obsidian Exports** — Tristan fixed a backend process glitch that prevented exported documents and highlights from reaching Obsidian. * 📝 **Fixed Highlight Ordering** — Mati fixed a bug where highlights created via keyboard shortcut appeared at the top of the notebook panel regardless of their position in the document. Highlights now sort by their actual location, so your notebook and exports reflect the correct reading order. * 🎙️ **Improved Podcast Exports** — Full transcripts now export to Obsidian, and podcasts are correctly categorized as podcasts in Readwise instead of being saved as articles. * 🛜 **Parsing Updates** — Krzys improved how Reader handles Twitter/X content. Krzys also fixed a bug where email newsletters containing embedded script tags were getting cut off mid-content. Newsletters from Dan Koe, Liberty's Highlights, and various Substack authors were among those affected. Full newsletters should now come through intact. If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
comment owned r/readwise u/max-at-readwise 2026-04-14
Hey u/a12omg, at the moment, feed folders only support RSS feeds, so unfortunately it isn’t possible to add email newsletters to your Work folder. That said, we’re tracking a request for email folders, and you’re welcome to add your vote [here](https://readwise.canny.io/reader-features/p/support-email-folders). We’ll keep you posted if and when we ship that feature. In the meantime, the best workaround is to create a [filtered view](https://docs.readwise.io/reader/docs/faqs/filtered-views). You can even recreate your Work folder this way by including both your RSS feeds and email newsletters like Dense Discovery in a single view, then pin it to your sidebar for easy access. To create a filtered view, press `Shift + F`, type `author:"Dense Discovery"`, and then save it. You can also open an email from Dense Discovery and click the author field in the Info tab in the right sidebar to quickly view everything from that author, and save the filtered view from there. Alternatively, you could expand that filtered view to include your existing Work folder feeds as well, so everything lives in one place. Feel free to reach out at [[email protected]]() if you need any help!
Show full
comment r/Supernote_dev u/Present-Ad-3555 2026-04-14
Does that work in document view? I am looking at making a Readwise plugin to send extracts, annotations and citations to a Readwise endpoint. I have managed to get this sort of working on the private cloud server side but it misses context.
post r/OpenClawUseCases u/LeoRiley6677 2026-04-14
I’ve spent the last three weeks watching people completely blow up their OpenClaw setups. Ever since the repository smashed past 250,000 GitHub stars and that absolute nightmare of a v2026.3.22 update dropped on March 23 with its 12 undocumented breaking changes, my Discord DMs have been a literal warzone. I've personally helped fix over 200 broken instances. The pattern is always the same. People install the tool, run it for a week, break their primary routing logic because they didn't read the docs, and then spend five grueling hours trying to fix something that would have taken five minutes to prevent. Now version 2026.4.12 is officially out. Everyone is making noise about the flashy UI tweaks and the massive GitHub metrics. There's even a ridiculous TikTok rumor going around that OpenAI just acquired the project outright. I spent my entire morning ripping through the actual raw commit logs, the pull requests, and the buried changelog lines. There is a massive amount of quiet, foundational restructuring happening right now. You need to understand these shifts immediately, especially if you rely on Docker containers or Anthropic models for your daily workflows. First, let's talk about the biggest elephant in the room. It isn't actually a code commit. It's a brutal policy shift that OpenClaw's latest architecture is desperately scrambling to adapt to. As of April 4, Claude subscription limits completely stopped working with third-party AI harnesses. If you were using OpenClaw to pipeline your daily Claude queries under your standard $20 Pro subscription, that door just got slammed shut in your face. Usage through OpenClaw and similar tools now hard-shifts directly to separate API billing. The 2026.4.12 changelog hints at some heavy refactoring in the Anthropic provider modules to handle these new rate limit errors and billing threshold rejections without crashing the entire agent loop. But the practical reality for you? Casual chatting through the OpenClaw UI just got significantly more expensive. You are now paying strictly per token. I am already seeing guys on the forums accidentally burn $15 a day because they left an automated web-scraping agent running through an Anthropic node instead of routing it locally. The core developers knew this API billing crunch was coming. That is exactly why the recent 2026.4.8 update aggressively prioritized pushing Gemma 4 integration over the finish line. If you dig into the newly merged PRs from the past two weeks, the local inference handling for Gemma 4 is shockingly optimized. You can now run Gemma 4 completely free as a highly reliable fallback node. If you configure your OpenClaw routing rules to default to Gemma 4 for basic parsing, text summarization, and RAG preprocessing, you can save your expensive OpenAI or Anthropic API calls exclusively for the heavy-lifting reasoning tasks. The 2026.4.12 patch quietly smoothed out some nasty context window memory leaks we were seeing last week with these local models. Set your primary provider to local Gemma 4, map your API keys for the massive models only when your task complexity triggers a specific threshold, and your wallet will survive the month. Now for the actual emergency warning. If you are running OpenClaw inside Docker and you rely on Google Vertex or Gemini models in your stack—do not pull the 2026.4.12 image. Stop what you are doing and check your compose files. I caught this buried in the r/openclaw subreddit this morning, replicated it on my home server, and it is a complete mess. The 2026.4.12 Docker update fundamentally breaks all \`google-vertex/gemini\` routing. Looking at the raw container logs, the OAuth authentication handshake for Google Cloud Platform gets completely mangled by a dependency update inside the core connector module. It doesn't give you a helpful error. It just spits out a generic 401 unauthorized code or throws a blank response timeout that freezes the execution chain. If you run Vertex for your enterprise endpoints, you need to pin your Docker image strictly to \`v2026.4.8\` or earlier. Drop the \`latest\` tag from your configuration right now. The dev team is aware of the breakage, but until a hotfix patch drops, your Gemini pipelines will silently die inside the container. Stepping back from the immediate bugs, reading these logs makes one massive industry shift incredibly clear. OpenClaw isn't just a wrapper or a chatbot UI anymore. It is rapidly becoming the default operating system for local AI infrastructure. Look closely at the new Readwise MCP server integration they just shipped alongside the GPT-5.4 support headers. You can now pipe your entire Readwise database directly into OpenClaw's context architecture using the Model Context Protocol. This means your autonomous agents have instant, semantic access to every highlight, book, and technical article you have ever saved. Because the harness is running locally on your hardware, your personal data graph isn't being scraped to train someone else's foundation model. This is the real reason NVIDIA just announced NemoClaw at GTC. Controlling the local action harness is the actual prize in the current AI arms race. OpenClaw connects natively to 22 different channels and executes real local machine actions rather than just answering trivia questions. That is infrastructure, not a toy. We are moving out of the experimental hobbyist phase and straight into the mission-critical enterprise phase. Updates are going to hurt a lot more when they break your deployment. Go check your Docker tags immediately. Re-evaluate your Claude API billing limits before you get a shock at the end of the month. And set up Gemma 4 as your free local fallback today. Has anyone else actually hit this Vertex bug on a bare metal Linux installation, or is it strictly isolated to the Docker runtime environment? I'm trying to figure out if it's a container networking issue or a fundamental flaw in the updated Google authentication module.
Show full
comment r/mymindapp u/lzrzmb 2026-04-13
Can you explain the privacy / security issues in more detail? Seriously curious if Chrome extensions like Readwise, Instapaper or Craft share such problems. They capture the content as seen in the client and send it to their service instead of having the server parse the url. And they do so IF a user decides to activate the extension on a given page. Not meaning to be a smartass, just an honest question for the reasoning of this choice. (long time mymind user, but never used it to save articles because of this limitation)
Show full
comment r/ereader u/Repulsive-Branch-740 2026-04-13
Seconding the Boox Go Color 7. I was a long-time Kindle user, but got all my purchased books out of there last year before they shut down. I strongly considered a Kobo but realized I did not want to be locked into another ecosystem. I like the Boox because I can read books from Kindle, Kobo, Bookshop, Libby, and just about any other platform there is that has an Android app. I can also use Readwise's Reader on it to read articles I've saved, and read the NYTimes. I like the flexibility of the Boox. Downside to the Boox is that it requires a bit more set up than something like a Kindle or Kobo. But overall very happy with my purchase, and I have been using it for about a year now. I would definitely consider another Boox in the future (eyeing the Boox Palma Pro 2 at the moment). No matter what, though, I will only be purchasing e-readers that are not locked into a specific platform.
Show full
comment r/Onyx_Boox u/Ultraconformist 2026-04-13
Oh I personally use the paid version of Readwise Reader. It's optimized for eInk, but I can't recommend it because of the price. 😅 However, there are plenty of other recommendations in the community.
comment r/mkbhd u/not_the_common_mate 2026-04-13
Non generic/social media ones: 1) Readwise Reader 2) Pocketcasts 3) Chess.com 4) TickTick 5) Notebook LM Honourable mentions: Blip, Claude, Gemini, Google photos I use Notion a lot too. But the app sucks.
comment r/koreader u/Jamesisonfire21 2026-04-13
Aww I’m so pleased to hear that. I had used Readwise too but it didn’t really capture what I wanted it do so this was born form that gap. I actually hadn’t considered people having more than one device with KOReader. I’d need to think about how it would work (e.g whether the highlights show per device or merged)
comment owned r/readwise u/tristanho 2026-04-13
Hi! Readwise founder here. First and foremost: **no data from your browsing ever leaves your device unless you activate the browser extension by hitting the icon or using the shortcut.** You could verify this by watching the network requests our browser extension makes -- no data leaves the extension until you activate. We have been extra thorough to make sure this is the case, as privacy is very important to us (and really, we have no incentive otherwise. We never sell data under any circumstances, Readwise is a subscription service!) Unfortunately, we do have to ask for these permissions, though, due to how browser extension permissions work. There's no other way for the extension to work the way it needs to if it didn't have those permissions. Basically, one of the coolest features of the browser extension is that automatically activates and shows your highlights *if you go to url you've already saved/highlighted.* The browser extension spec does not give us a way to ask for domains selectively to enable this functionality, except by asking for permissions up front. I completely understand if you're not comfortable with that though. It's not as nice of a UX, but you could instead install our basic bookmarklet from [read.readwise.io/resources](http://read.readwise.io/resources) which would allow you to save on web without an extension. Hope that helps! Tristan
Show full
comment owned r/readwise u/Forplig 2026-04-12
Readwise Reader: Selective "Export Full Files and Articles" (html to zip) This functionality is great and pretty unique! Sometimes one just wants to export 10 articles. Not the entire library. Select how? Any way that is easiest for you to implement. Tag, filtered view, anything.
comment r/koreader u/Tyrion666 2026-04-12
I just tried and honestly, I love it. I also use Readwise for years, but in Lumaria the highlights look nicer, even the chapter titles are shown. Awesome work.  Is it possible to link more than one device to Lumaria? I have three devices with Koreader 
comment owned r/readwise u/blankonthedraw 2026-04-12
Good news - the filter guide (https://docs.readwise.io/reader/guides/filtering/query-examples) offers a custom view that serves this purpose. Use the query feed:true AND type:email, and save it as a custom view to get your emails separate from the feed. You can also use the split view option if you want the seen/unseen split that the feed view uses
post owned r/readwise u/a12omg 2026-04-12
There are some newsletters I like that only provide the truncated version via RSS. I want to get the full newsletter into my "work" feed filter/folder. So 1. I subscribed to the newsletter using my @ [feed.readwise.io](http://feed.readwise.io) email address 2. I get the confirmation email in my main Feeds page 3. But I'm not able to add this source to my "work" folder, or even find it in a filtered search (e.g. [https://www.densediscovery.com](https://www.densediscovery.com) doesn't show up when i filter for dense or densediscovery.com) What am I missing?
Show full
comment r/ipadmini u/radar2375 2026-04-12
I bought a second-hand Ipad Mini and use it exclusively to read. I have Readwise Reader and Zotero where I am able to read and annotate text. I dont really do much notetaking on it however, i have the apps that i use to note take on there so I can access them. I am currently experimenting with Apple Notes, Craft Notes and Obsidian. But good old Google Drive with folders and docs seems to work well - i just dont like the idea of Google using my files to train Gemini.
Show full
comment r/PKMS u/ProfitAppropriate134 2026-04-11
I use vaults for specific purposes so my answer is that I have a very high probability of having useful notes resurface. I also use Napkin for short snip quotes that has a really nice way of surfacing themes. I use this when I need inspiration & each morning if I have time. These can be imported into obsidian. I use Readwise (although I prefer the now defunct Omnivore) for highlights that are longer, with notes & a read it later component. I can set up digests around topics & they are emailed to me. Readwise also has AI chat that only chat with your notes. This also imports to Obsidian. If it takes you that long to set up your graph, maybe change how you organize? Use YAML, not tags. Create a note for themes & concepts and use the heck out of aliases. Your graph should take care of itself.
Show full
comment r/ipad u/radar2375 2026-04-11
I work in a Business school and all the Bachelors students who use IPad Pros' bring in their Macbooks when they have to do Excel work. Have you considered getting a Macbook and Ipad Mini with the pencil. The mini screen is big enough for reading - I use mine extensively with Readwise Reader, Zotero and Highlighter.
comment r/ereader u/Repulsive-Branch-740 2026-04-11
I personally went the Boox route. I had a Kindle and was tired of being locked into that ecosystem. Considered Kobo, but realized it was more or less basically the same lock-in. Went with a BOOX Go color 7 and am overall very happy with it. On the Boox II I can have Kindle, Kobo, Libby, and any other e-reading app. I also have the NYTimes and Readwise Reader, so I can read all my saved articles. The Boox does have some downsides; it can be a bit fiddly to set up and it feels laggy at times (although I think this is an issue generally with all e-readers, not just Boox). There's a lot of customization options too, which you may or may not like.
Show full
comment owned r/readwise u/TheSix4Ever 2026-04-11
This is garbage. It’s 2026. Why can’t we save images from books into Readwise.
comment owned r/readwise u/itmeansheaven 2026-04-11
This is cool. I have the same problem where I save everything to Readwise but then when I need to actually use those insights for writing something, I just stare at my highlights like they're in a foreign language.
post owned r/readwise u/scratchypuppy 2026-04-11
Mine seems to have stopped working today (it was syncing fine 2 days ago). Now it just sits on “building export…” and never finishes. I’ve tried reinstalling, starting fresh, adding new highlights, and testing on both Mac and iPad — same result every time. Before I go down the support route, is the plugin still working reliably for others?
comment r/expats u/ibitmylip 2026-04-11
i’m a native english speaker and I look up english words all the time, every day. i use an app called Readwise that I save the words to, and it has a widget on my iPhone that refreshes itself several times a day. it helps me learn.
comment r/ObsidianMD u/LongTrailEnjoyer 2026-04-11
I’ve done something similar with my 6500 Readwise quotes. But it’s a journaling and writing workflow. I ask Claude to generate journaling prompts for me that I handwrite in morning pages myself in a Travelers Journal. They’re usually based off something I’ve read but reflexive. That’s a solid way I personally found to go over what I read much later and also handwrite e it
comment r/capacitiesapp u/7411_c0d3R 2026-04-11
Yes, that's one use case for me, too. I've linked mine to Readwise to synch articles and everything else into Capacities
comment r/ObsidianMD u/oyes77 2026-04-11
This was the killing reason of why I paid for readwise, now that it's here I can't wait to move my video highlights and notes completely into obsidian!
post r/notebooklm u/Top_Plankton9366 2026-04-10
Hi everyone, I’ve been heavily utilizing NotebookLM lately for clinical and academic tasks, and it’s been a game-changer. Currently, I’m using it for: • Clinical Support: Generating patient scenarios and clinical decision support pathways. • Patient Education: Drafting brochures and informed consent forms. • Research: Identifying appropriate statistical methods, summarizing journal author guidelines, and paraphrasing academic English. While NotebookLM is powerful, I feel like I might be missing out on some "pro-level" integrations. I know many of you use Obsidian for PKM (Personal Knowledge Management) or Claude for its superior reasoning/writing capabilities. My questions for the community: 1. Do you pipe your NotebookLM outputs into Obsidian? If so, what does your folder/tagging structure look like for these AI-generated insights? 2. Are you using Claude (or other LLMs) as a "pre-processor" before feeding data into NotebookLM, or vice versa? 3. Are there any specific "sources" or workflows you've found that significantly reduce hallucinations in clinical/statistical contexts? 4. Any other apps (like Logseq, Readwise, etc.) that you’ve successfully paired with NotebookLM? Looking forward to hearing how you've optimized your stacks!
Show full
post owned r/readwise u/jbArizona 2026-04-10
is there a way to add a note when I use Readwise highlighter on chrome? It seems if I use it to save the page then I see the little toolbar extension but otherwise it's not there.
post owned r/readwise u/jbArizona 2026-04-10
Is there a way to highlight across two PDF pages? For example, I start highlighting toward the bottom of one page and want it to continue to the first paragraph of the second? I know I can convert it to text but I prefer reading them in PDF mode. I'm primarily using chrome/Mac OS website for this. Thanks!
post r/koreader u/Jamesisonfire21 2026-04-09
Hey all — I shared this a couple of weeks ago and got some really helpful feedback both on the threads and in messages, so I wanted to post a quick update with some new features. I built a simple, private web app to make it easier to browse and revisit your KOReader highlights. If you’ve ever exported your highlights and then… never looked at them again, this is for that. **What’s new since the last post:** * 🔄 **Auto-sync** – your highlights now sync automatically when WiFi is turned on (via the KOReader plugin) * 📄 **PDF export** – export your highlights into a clean, readable PDF * 📚 Book covers now included in the UI * 🔑 Easier setup with a short link code (no more typing long API keys on-device) **What it does:** * Upload your KOReader highlights export (.md file) and browse them by book * Search across all your highlights (not just titles) * Random quote from your library on the homepage * Works with KOReader, Kindle, Readwise, and Kobo exports **Privacy-first:** * No account required * No server / no data collection * Everything stays in your browser (stored locally) If you want to try it: [luminaria.uk](http://luminaria.uk) Would really appreciate any feedback — especially if: * parsing breaks on your files (I've had limited testing with Kindle export (.txt) and Kobo natively * the sync plugin doesn’t behave as expected * or there’s anything missing that would make this more useful Thanks again to everyone who commented on the first post — the updates came directly from that 👍 https://preview.redd.it/yeq6iop328ug1.png?width=1716&format=png&auto=webp&s=7cb039b8cf56d278564f6f5775d3666e90492c5b [Interactive Demo ](https://app.arcade.software/share/u3p1Q1R57dinbQ0cbldA)
Show full
post r/AiBuilders u/StonedShadowe 2026-04-09
Everyone talks about the same tools…They’re great, no doubt. But I wanted to try some lesser known AI tools that actually help in day to day work. I’ve been testing a few recently, and some of them turned out actually useful. **Here’s what I’ve been using:** **• Anything AI :** Good when I’m stuck on something. Helps turn random thoughts into clear next steps. **• Littlebird:** I use this for research. Shows what people are actually talking about, not just keywords. **• Guideless:** Feels like a quiet helper while working. Doesn’t get in the way. **• Convo:** Nice for quick back-and-forth thinking. I use it instead of overthinking in docs. **• Wispr Flow:** Voice to text. I use this when I don’t feel like typing everything. **• Endel:** Background sound for focus. Simple, but works better than expected. **• JetHost AI Website Builder:** When I need a quick site for a small idea, and it generates something usable in minutes. **• Readwise Reader:** Helps me save and revisit useful stuff (articles, posts, etc.) without losing it. **• Okara AI:** Still exploring this, but seems useful for organising ideas and content. I’m still testing new tools here and there, but trying not to overcomplicate things anymore. If anyone else is using tools like these?
Show full
post r/Asobi u/catnab 2026-04-09
I also wanted to show how convenient this setup is: \- iPad mini 6, 256gb in starlight. Still smooth for games and reading and ~~doomscroll youtube.~~ learning new stuff on Readwise. \- Gamesir g8+. A little chunky, but good for longer sessions. \- airpods pro 2. almost no delay while gaming. Asobi has been such a great experience to use. I takes about 45 seconds from opening the app to select game and actually land in the game. Nice. I DO experience some freezing in the latest version that is frustating. But these are still early days of the app :) Good job
Show full
post r/Productivitycafe u/_HayKen_ 2026-04-08
Not even exaggerating… Over the last 2–3 years I’ve probably tried 100+ productivity apps. Most of them felt great for a few days… then slowly turned into something I had to maintain instead of something that helped me. So I stopped trying to build the “perfect system” and just kept what I actually open every day. Here’s what I am actually using currently: **1. Google Calendar:** Still the base of everything. If it’s time-based, it goes here. Nothing fancy, just blocks. **2. Apple Notes app (plain and simple):** Tried Notion, Obsidian, etc. Always came back to simple notes. Quick to open, quick to write, no thinking. **3. TickTick (or any simple task app):** Tried many. The only rule now: If it takes more than a few seconds to add or check a task then I won’t use it. **4. Readwise Reader:** This one actually stuck. I save articles, posts, random ideas and revisit them later. Helps without turning into a “second brain project”. **5. Loom:** This replaced a lot of meetings for me. If something can be explained in 2 minutes, I just record it. **6. Endel (for focus):** Didn’t expect this to work, but it helps me stay focused without thinking about it. **7. Simple voice notes / voice to text tools:** Big one. Sometimes typing feels like work. Talking is faster. **8. One “experiment” tool at a time:** I still try new apps… but only ONE at a time. Otherwise it becomes chaos again. **9. JetHost AI website builder (random but useful):** Not a typical productivity tool, but this saved me a lot of time recently. I had a small idea and needed a quick site. Instead of overthinking design/setup, it just generated something usable fast. For quick projects, this kind of thing actually removes a lot of friction. **What I learned after all this:** Most productivity apps fail not because they’re bad… But because: * they take too long to maintain * they add extra steps * they try to do too much The apps that stick are: * fast * boring * easy to open * easy to ignore when needed At this point my “system” is basically: calendar + notes + tasks That’s it. Everything else is optional.
Show full
post owned r/readwise u/angie-at-readwise 2026-04-08
In an effort to keep this subreddit organized, we will utilize this pinned post to answer your bug-related questions. We also post a [weekly changelog](https://www.reddit.com/r/readwise/?f=flair_name%3A%22Changelog%22) where we share all the bugs our devs have fixed in the previous week. If you believe you’ve hit a bug with either Readwise or Reader, feel free to post it in the comments below so that our team can help. **If you’re experiencing a bug that is specific to a document, highlights, or note-taking app, please email** [[email protected]](mailto:[email protected]) **as we will need your account details to troubleshoot.** *We will refresh this post the first week of every month.* Please familiarize yourself with our [subreddit rules](https://www.reddit.com/r/readwise/about/rules) before posting. Thanks!
Show full
post owned r/readwise u/angie-at-readwise 2026-04-08
Do you have a specific feature you would love to see incorporated into Reader or Readwise? Check out the list of [Reader features](https://readwise.canny.io/reader-features) and list of [Readwise 1.0 features](https://readwise.canny.io/readwise) we’re considering and feel free to upvote! Want to see features we’ve recently shipped? Check out our most recent [December Beta Update](https://readwise.io/reader/update-dec2025). Don’t see a feature you want? Share it in the comments below ⬇️ *We will refresh this pinned post on the first week of every month.* Please familiarize yourself with [our subreddit rules](https://www.reddit.com/r/readwise/about/rules) before posting. Thanks!
Show full
post owned r/readwise u/packocards 2026-04-08
(no body — comment matched in title or URL only)
post r/Productivitycafe u/_HayKen_ 2026-04-07
I feel like we all end up using the same tools. So I started trying a few random ones over the last few weeks and Some of them actually stuck. Here’s what I’ve been using: **• Anything:** I use this when I’m stuck on something. It helps me turn a messy idea into a few clear steps so I can actually start. **• Littlebird:** Good for research. Shows what people are talking about around a topic, which helps when I’m trying to understand something quickly. **• Guideless:** Hard to explain, but it feels like a light helper while working. Doesn’t get in the way. **• Convo:** I use this when I just want to think out loud instead of writing long notes. Good for quick ideas. **• Wispr Flow:** Voice to text. I use it a lot when I’m tired of typing. Surprisingly accurate. **• Endel:** Focus sounds. I didn’t expect much but it actually helps me stay in flow. **• Readwise Reader:** Saves articles, tweets, random stuff. I go back to it later instead of losing everything. **• Okara:** Still new for me, but seems useful for organising ideas and content. **• JetHost (AI website builder):** I used this recently to spin up a quick site for a small idea. It basically made a full site in a few minutes. I just edited a few things and it was live. Saved me a lot of setup time. The tools that actually stick are the ones that are simple and don’t slow you down.
Show full
post r/ObsidianMD u/smerdy 2026-04-07
Hey Obsidian community! You may remember [this post](https://www.reddit.com/r/ObsidianMD/comments/1ru3xx3/looking_for_beta_testers_for_a_onyx_boox/) which got some overwhelming interest a few weeks back. I'd built a new keyboard app (IME) because I wanted to rely 100% on my stylus, rather than a typing keyboard, to enter text. Turns out there are a few pieces of UX design that I wanted across apps, not just to work in one notes app: * Write first, convert to text when ready (it's distracting when the handwriting changes mid-thought) * Annotations (tags, links, headings, screenshots) drawn over the handwriting rather than written into it * and of course, low latency input and good looking text (using the Jetpacks Ink renderer) I love Obsidian and funnel all my writing and reading highlights/annotations into it (for years -- [read more here](https://jpham.space/kit/how-i-use-enzyme)), and so the most important function of my Boox device is to have good ergonomics to capture into that system. Because I enjoy fountain pens / nice paper :) and have relied on analog journaling for quite some time, this was a challenging endeavor in making something that I would personally use daily. It's been a game changer to use wikilink/tag annotations in Readwise Reader and Kindle apps, which I've set up to all sync to Obsidian. I've been delighted to hear from the alpha testers that Scrawl has become a daily driver, and with their help I have over the last few weeks improved functionality and cross device compatibility for Scrawl (i.e. a button driven radial menu for annotations, streamlined settings menu, onboarding, and more). I'm excited to announce that Scrawl is now publicly available on the Google Play store: [https://play.google.com/store/apps/details?id=com.scrawl.app&pcampaignid=web\_share](https://play.google.com/store/apps/details?id=com.scrawl.app&pcampaignid=web_share) Welcome to any feedback on the UX here, and would love to hear from you if you're also using Boox for Obsidian or marginalia capture in similar ways!
Show full
post r/Onyx_Boox u/smerdy 2026-04-07
Hey Onyx community! You may remember [this post](https://www.reddit.com/r/Onyx_Boox/comments/1ru4j5o/looking_for_beta_testers_for_a_onyx_boox/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) which got some overwhelming interest a few weeks back. I'd built a new keyboard app (IME) because I wanted to rely 100% on my stylus, rather than a typing keyboard, to enter text. Turns out there are a few pieces of UX design that I wanted across apps, not just to work in one notes app: * Write first, convert to text when ready (it's distracting when the handwriting changes mid-thought) * Annotations (tags, links, headings, screenshots) drawn over the handwriting rather than written into it * and of course, low latency input and good looking text (using the Jetpacks Ink renderer) I love Obsidian and funnel all my writing and reading highlights/annotations into it (for years -- [read more here](https://jpham.space/kit/how-i-use-enzyme)), and so the most important function of my Boox device is to have good ergonomics to capture into that system. Because I enjoy fountain pens / nice paper :) and have relied on analog journaling for quite some time, this was a challenging endeavor in making something that I would personally use daily. It's been a game changer to use wikilink/tag annotations in Readwise Reader and Kindle apps, which I've set up to all sync to Obsidian. I've been delighted to hear from the alpha testers that Scrawl has become a daily driver, and with their help I have over the last few weeks improved functionality and cross device compatibility for Scrawl (i.e. a button driven radial menu for annotations, streamlined settings menu, onboarding, and more). I'm excited to announce that Scrawl is now publicly available on the Google Play store: [https://play.google.com/store/apps/details?id=com.scrawl.app&pcampaignid=web\_share](https://play.google.com/store/apps/details?id=com.scrawl.app&pcampaignid=web_share) Welcome to any feedback on the UX here, and would love to hear from you if you're also using Boox for Obsidian or marginalia capture in similar ways!
Show full
post owned r/readwise u/max-at-readwise 2026-04-07
Hey folks, happy Tuesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#april-3-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * 🗑️ **NEW! Restore All from Trash** — Mati added a "Restore All" button to the trash view on both web and mobile. If you accidentally bulk delete documents, you can now bring everything back in one tap instead of restoring items one by one. * 🟡 **Fixed MCP Highlights** — Piotr fixed a bug where creating highlights via MCP (for AI agent integrations) could fail on text containing parentheses, brackets, or other special characters. Highlight creation through MCP tools should now handle any text reliably. * 📧 **Fixed Email Display** — Mati fixed an issue where internal marker text was appearing at the bottom of emails in original view mode. Emails should render cleanly now. * 💬 **Fixed Chat Keyboard Shortcut** — Mati fixed a bug where pressing `D` to delete a document while the Chat sidebar was open would incorrectly focus the chat input, blocking further keyboard shortcuts. * 📚 **Fixed Kindle Imports** — Piotr updated our handling of Russian Kindle clippings. Newer firmware uses different wording for "highlight" and "page," and both old and new formats are now supported. * 📝 **Fixed Note Textarea** — Mati fixed a sizing issue with the note editing textarea on web. It now renders at the correct width. * 📡 **Fixed RSS Feeds** — Piotr fixed an issue where RSS feeds from certain sites were saving broken content instead of the actual feed. * 🐦 **Fixed Twitter/X Display** — Krzys shipped several Twitter fixes: missing media in longer tweets, truncated tweets in threaded conversations, and broken formatting for Chinese-language tweets are all resolved. Images also no longer appear misplaced in tweet documents. * 🛜 **Parsing Updates** — Krzys improved how Reader handles documents from [reuters.com](https://reuters.com/), [psychotherapynetworker.org](https://psychotherapynetworker.org/), [blog.allegro.tech](https://blog.allegro.tech/), [integralguide.com](https://integralguide.com/), [jamoe.org](https://jamoe.org/), [faridsaid.com](https://faridsaid.com/), [lyz-code.github.io](https://lyz-code.github.io/), [blog.markwhen.com](https://blog.markwhen.com/), and [xda-developers.com](https://xda-developers.com/). He also created a new system that better strips navigation, comments, and sidebar clutter from saved articles. If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
post r/SocialChemistry u/MotherAnt8040 2026-04-07
Look, I'm going to say something that might sound weird at first, but hear me out. There's this one reading habit that's been flying under the radar, and honestly? It's quietly making some people magnetically attractive without them even trying. I'm not talking about reading self-help books or becoming some fake intellectual who quotes Nietzsche at parties. I'm talking about something way more subtle and powerful. I stumbled into this realization after noticing a pattern. The people I found most compelling weren't necessarily the smartest or the most accomplished. They were the ones who could hold a conversation about literally anything, make unexpected connections between ideas, and genuinely seemed interested in the world. Turns out, they all shared one specific reading habit that completely changed how their brains work. After diving into research from cognitive scientists, psychology experts like Dr. Keith Stanovich, and analyzing patterns from successful communicators, I realized this isn't just about being "well read." It's about how you read and what that does to your entire personality without you even noticing. **Read Widely, Not Deeply (At Least at First)** Here's where most people fuck up. They pick one genre, one type of book, one narrow interest and stick with it like it's their identity. You love fantasy? Cool. That's all you read. Into business books? Great. Your nightstand is a Tony Robbins convention. But attractive people? They're reading all over the map. Fiction, psychology, history, science, memoirs, even weird niche stuff that has nothing to do with their career or goals. Why? Because variety creates cognitive flexibility. Your brain starts making connections between different domains. You start seeing patterns others miss. Dr. Stanovich's research on "cognitive reserve" shows that people who engage with diverse content literally develop better critical thinking and conversational range. They become more interesting because they can relate almost anything to almost anything else. That random book about octopus intelligence? It somehow connects to your conversation about relationships or business strategy. Resource drop: Start with "The Beginning of Infinity" by David Deutsch. This book is an absolute mind-bender about knowledge, progress, and how everything connects. Deutsch is a physicist at Oxford, and this book won't just teach you about quantum theory, it'll completely rewire how you think about problems, creativity, and human potential. Fair warning though, this book will make you question everything you think you know about reality and knowledge. It's dense but insanely rewarding. **Read Like You're Having a Conversation** Most people read passively. Words go in, maybe stick around for a bit, then float away into the void. But here's the secret sauce that makes someone irresistible: active reading that turns into internal dialogue. When you read something interesting, pause. Argue with it in your head. Ask "what if the opposite is true?" Connect it to something you experienced last week. Write a quick note in the margin or your phone. You're not just consuming information, you're wrestling with it, making it yours. This habit does something magical to your personality. You become someone with opinions that aren't just recycled from Twitter or your immediate social circle. You have stories and examples that come from unexpected places. People notice when you're not just repeating what everyone else says. Research from cognitive psychologist Daniel Willingham shows that this kind of engaged reading literally builds new neural pathways and improves memory consolidation. You're not just reading for information, you're reading to build a more interesting version of yourself. Resource drop: Try using the Readwise app for this. It's not your typical reading app, it's more like a memory system that resurfaces highlights from everything you read. You mark passages that hit you, and the app brings them back randomly so they actually stick in your brain. It's like having a personal trainer for your reading retention. The spaced repetition method they use is backed by decades of memory research, and honestly? It makes you remember shit you read months ago, which makes you infinitely more interesting in conversations. **Read Uncomfortable Stuff That Challenges You** Here's where it gets spicy. The reading habit that really separates magnetic people from everyone else is this: they deliberately read things that make them uncomfortable or challenge their existing beliefs. Most of us curate our reading like we curate our social media feeds, only stuff that confirms what we already think. But attractive people? They're reading opposing viewpoints, controversial ideas, and books that make them squirm a little. Not because they're trying to be edgy, but because intellectual humility is sexy as hell. When you can say "I read this book that completely changed my mind about X" or "I used to think Y, but then I encountered this perspective," you're showing emotional maturity and curiosity. Those are core attractiveness traits that have nothing to do with looks or status. Jonathan Haidt talks about this in his research on moral psychology. People who expose themselves to diverse viewpoints develop better perspective-taking abilities and empathy. They become less dogmatic, more nuanced, more capable of holding complex conversations without getting defensive. That's magnetic. Resource drop: Pick up "The Righteous Mind" by Haidt himself. He's a social psychologist at NYU, and this book breaks down why good people are divided by politics and religion. But more importantly, it'll help you understand why people think differently than you without writing them off as stupid. This book is legitimately eye-opening for having better conversations with literally anyone. It's one of those rare books that makes you simultaneously smarter and more empathetic. **Read Before You Scroll** Last thing, and this might be the most practical habit change. The people who seem most present, most engaged, most genuinely attractive? They've replaced doomscrolling with reading. Even just 20 minutes in the morning before touching their phone. This isn't some productivity hack bullshit. It's about starting your day by feeding your brain something substantial instead of algorithmic junk food. Your first mental input sets the tone for how you think all day. Start with Twitter drama and your brain is primed for reactivity and outrage. Start with a good book and your brain is primed for depth and curiosity. Studies on attention span and digital media consumption show that constant scrolling literally degrades your ability to focus and think deeply. Reading, especially physical books, rebuilds that capacity. It makes you someone who can actually pay attention during a conversation instead of mentally checking out every 30 seconds. If you want to go deeper on these psychology and communication topics but struggle to find time for all these books, there's an app called BeFreed that's been pretty solid. It's an AI learning app built by a team from Columbia and Google that pulls from books, psychology research, and expert interviews to create personalized audio content based on what you actually want to work on. You can literally type something like "I want to become more interesting in conversations as someone who's naturally quiet" and it generates a structured learning plan with episodes you can customize, from quick 10-minute overviews to 40-minute deep dives with examples. The voice options are surprisingly good too, there's even this smoky, slightly sarcastic narrator that makes the content way more engaging than typical audiobook narration. It's basically a smarter way to absorb the same insights from books like the ones mentioned here without dedicating hours you might not have. Resource drop: For breaking the scroll habit specifically, try the One Sec app. It adds a breathing delay before opening distracting apps, which breaks the automatic scroll reflex. Sounds simple but it's weirdly effective at redirecting that impulse toward something better, like actually opening that book you've been meaning to read. **The Compound Effect** Here's the thing nobody tells you about this reading habit. The changes are subtle at first. You're not going to read one diverse book and suddenly become irresistible. But over time? Six months of reading widely, actively, uncomfortably, and consistently? You become someone fundamentally different. You have more interesting things to say. You make unexpected connections. You're less judgmental and more curious. You can hold a conversation with pretty much anyone about pretty much anything. You're not performing intelligence, you're genuinely engaged with ideas. And people feel that. They're drawn to it without knowing exactly why. Because in a world where everyone's reading the same tweets and watching the same TikToks, someone with genuine intellectual curiosity and range stands out like crazy. That's the quiet power of this reading habit. It doesn't announce itself. It just makes you more magnetic, one page at a time.
Show full
post owned r/readwise u/deparko 2026-04-07
I’d like to save a thread on X the full thread to reader and when I do a saved document to reader on iOS, it only saves the first post anybody got any ideas?
post owned r/readwise u/Frequent-You1784 2026-04-07
How can I delete all the subscriptions because my web app can’t be opened anymore?
post r/CraftDocs u/EnvironmentalAnt5109 2026-04-06
I recently switched from Notion to Craft, drawn by the promise of a native, snappy interface. Unfortunately, I've run into enough UX inconsistencies and performance issues that the experience has been disappointing - especially since I expected a native app to comfortably outperform Electron-based Notion. Here's what's been frustrating: **Performance.** This is the biggest issue. Opening documents, searching, navigating between docs - everything has noticeable lag. I connected my Readwise library and the collection table is barely usable due to the volume of items, whereas Notion handled the same dataset without issue. (macbook air 16gb m4) **Inconsistent interaction patterns.** The plus button behaves differently on the Calendar, Tasks, and All Docs screens. There's no keyboard shortcut to quickly add a task to the inbox on macOS - every time, I have to reach for the mouse and navigate to Tasks. Either add a shortcut or replicate the mobile quick-input interface (where I can create a task, note, or daily note from anywhere). **Search is fragmented.** There's Quick Open, and then a separate search with two modes (keyword and smart). To do an in-document search, I need to go to All Documents, open search, choose a mode, and then search. Quick Open doesn't help when I can't remember the exact document name. Why not combine these into a single unified search? **Discoverability issues.** Deleting a table row took me ten minutes - it was buried in a second-level menu. Starring a document is hidden inside the Info panel rather than surfaced as a top-level icon, even though starring is presumably far more common than let's say presenting. The Info panel itself has an "Actions" section inside Page Info *and* a separate "Actions" sub-page, which made finding basic features like starring confusing on first use. **Tag management.** There's no way to delete a tag globally - I have to remove it document by document. Combined with the document-opening lag, this is painful. **Minor confusion points.** I still don't understand what "Imagine" is or how to remove it from the sidebar. The whole concept of it is not clear and I don't understand what is it for? I'm not planning to use craft as vibecoding app sorry. I'm going to keep investing time in Craft because the core concept is appealing. But the foundation - performance, search, and interaction consistency - needs work before the polish of the UI can truly shine.
Show full
post r/SelfDevDaily u/trivedi_shreya 2026-04-05
i've spent the last 6 months obsessively building and testing different reading systems. books, articles, research on learning science, way too many productivity youtube videos. finally organizing it because every "how to read more" guide i found was either "just read 20 pages a day bro" or some elaborate notion template that takes longer to maintain than actually reading. here's what actually works for building a system that compounds. - **Stop treating reading like a checklist:** the goal isn't books finished, it's knowledge retained and applied. most people read 20 books a year and remember maybe 3 ideas total. that's not a reading habit, that's expensive entertainment. shift your mindset from consumption to integration. - **Build a capture system that doesn't require discipline:** if you have to manually type notes after reading, you won't do it consistently. use the path of least resistance. - highlight directly in kindle or apple books, export weekly - voice memo key insights immediately after finishing a chapter - the problem most people hit is having tons of highlights scattered everywhere with no way to actually revisit or connect them. this is where a tool that does the synthesis for you helps. BeFreed is a personalized learning app that generates custom audio lessons from books and research. you can type something like "help me actually retain what i read about cognitive biases" and it builds a learning path pulling from the same sources you're reading. a friend at google recommended it and honestly it's replaced my second read-throughs. you can adjust depth from 10 minute summaries to 40 minute deep dives, plus there's a virtual coach you can pause and ask questions mid-lesson. covers most of the books worth reading anyway. - **Readwise** is solid for automatic highlight syncing if you want everything in one place - **Create friction for bad books, remove it for good ones:** tbh most books should be abandoned by page 50. keep your current read visible, phone out of reach. the "sunk cost" of finishing bad books kills more reading habits than anything. - **Schedule processing time, not just reading time:** this is the part nobody talks about. block 30 minutes weekly to review what you captured. ask: what surprised me? what contradicts something i believed? what can i apply this week? - **Use the feynman technique on one idea per book:** pick the most important concept and explain it simply, out loud or written, like you're teaching a friend. if you can't, you didn't understand it. this single habit compounds faster than reading twice as many books. - **Connect new knowledge to existing knowledge:** isolated facts don't stick. after each book, spend 5 minutes asking "what does this relate to that i already know?" your brain remembers through association, not repetition. - **"How to Read a Book"** by Mortimer Adler, a classic that's been around since 1940, genuinely changed how i approach difficult texts. this is the best meta-reading book, insanely practical breakdown of analytical reading levels that most speed-reading gurus completely ignore. - **Read in clusters, not randomly:** read 3-4 books on the same topic before moving on. you'll notice patterns, contradictions, and develop actual opinions instead of just absorbing whatever the last author said.
Show full
post owned r/readwise u/avent_37 2026-04-05
I was looking for mentions of two companies who had some security breaches and was looking for associated articles but it seems the search function doesn’t work on the feed? Am I missing something or has this always been the case?
post owned r/readwise u/Buccleuchster 2026-04-05
Hi all, two questions from a heavy Reader user: 1. Filtering podcasts by date saved/added Is there a way to search for podcasts (or any documents) saved today or yesterday via the MCP API? I've been using the `published_date` filter but that reflects the episode's original publish date, not when I added it to Reader — so recently saved episodes with older publish dates don't surface. However, Claude cannot find a `date_saved` or `date_added` parameter in the search tool. Am I missing something, or is this a gap in the current API? 2. "Unnamed podcast" entries I saved a batch of podcast episodes recently and a few of them show up as "Unnamed podcast". I understand this is expected for very fresh episodes and that content fills in later — but is there any guidance on how long this typically takes? --- On a broader note: the MCP + Claude workflow for podcasts has been genuinely excellent. I save Spotify episodes to Reader, then use Claude via MCP to search my queue, pull up transcripts, and have a conversation about the content. It's transformed how I engage with my listening queue. Would love to see the date-saved filter added so I can more easily surface what I've just added in a session. Many thanks!
Show full
post owned r/readwise u/Oat-Yogurt 2026-04-03
This might be a dumb question so bear with me (AND YES I DID GOOGLE IT AND SEARCHED REDDIT BEFORE I POSTED THIS BUT DID NOT FIND AN ANSWER). So I downloaded the Save for Later extension on Safari to save web pages to Reader; however, I can’t find the Readwise Highlighter anywhere. Did it stop?
post owned r/readwise u/pgibby65 2026-04-03
Hi. I'm a Readwise Subscriber and use it alongside Obsidian - currently I have my highlights exported to an Obsidian notebook. Is there any way I can have the highlights from yesterday extracted into a separate note using dataview or similar? Currently I go to my Readwise notebook, go to the books I'm currently reading, go to the bottom of the note and then copy any relevant notes into a separate note but this seems a bit long-winded so I was wondering if anyone has an easier way? Thanks for any suggestions!!
Show full
post r/nonfictionbookclub u/PrestigiousLoan6936 2026-04-02
I read a lot of non-fiction and I highlight obsessively. Kindle, physical books, doesn't matter — if something resonates I mark it. But here's my problem: those highlights just sit there. I go back to them maybe once, feel good about having them, and then they slowly become meaningless because I can't remember why I highlighted something six months later, or how it connects to something I read in a completely different book. I've tried Readwise — it just shows me old highlights randomly which is nice but doesn't help me understand how ideas connect across books. I've tried dumping everything into Notion — too much friction to maintain. I've tried re-reading highlights before starting a new book — takes too long. I'm genuinely curious how other heavy readers handle this. Specifically: \- What do you actually do with highlights after you make them? \- Have you ever stumbled on a connection between two books you read years apart and felt like your brain just clicked? \- What would make your highlights actually useful rather than just a graveyard of good intentions? Asking because I've been thinking about this problem a lot and I want to understand if others feel it the same way I do, or if I'm just bad at reading habits.
Show full
post r/koreader u/ben_stockhecke 2026-04-02
KOReader got me into the habit of highlighting passages while reading, and syncing them to Readwise. At some point I thought — wouldn't it be great to have those quotes just show up on my phone's home screen throughout the day? I couldn't find a widget that did this well, so I built one myself and put it on GitHub as open source (MIT license). **What it does:** * Shows a random highlight from your Readwise library as a home screen widget * Tap to get a new quote * Filter by book, tag, or highlight length * Fully customizable appearance — colors, fonts, corners, padding * Material You support * Background sync to keep highlights up to date So if you're using KOReader → Readwise (or any other Readwise sync) and want your highlights to pop up on your Android home screen, give it a try. **Requirements:** Android 12+, Readwise account with API token GitHub: [https://github.com/benstockhecke/readwise-android-widget](https://github.com/benstockhecke/readwise-android-widget) APK download: [https://github.com/benstockhecke/readwise-android-widget/releases/tag/v1.1.0](https://github.com/benstockhecke/readwise-android-widget/releases/tag/v1.1.0) Feedback and contributions welcome!
Show full
post owned r/readwise u/ben_stockhecke 2026-04-02
I've been a Readwise user for a while and always wished there was a simple home screen widget that shows me random highlights throughout the day. Since I couldn't find one that did exactly what I wanted, I built my own — and I'm sharing it for free. **What it does:** * Displays a random highlight from your Readwise library on your home screen * Tap to get a new quote * Filter by book, tag, or highlight length * Fully customizable look — colors, fonts, corner radius, padding, borders * Supports Material You dynamic colors * Background sync so your highlights stay up to date * Exclude individual highlights you don't want to see **Requirements:** Android 12+ and a Readwise API token It's completely free, open source (MIT license), and the APK is available for direct download. Contributions and feedback are welcome! GitHub: [https://github.com/benstockhecke/readwise-android-widget](https://github.com/benstockhecke/readwise-android-widget) APK download: [https://github.com/benstockhecke/readwise-android-widget/releases/tag/v1.1.0](https://github.com/benstockhecke/readwise-android-widget/releases/tag/v1.1.0) Would love to hear what you think or if you have feature ideas.
Show full
post r/readest u/margarita-rivera 2026-04-01
Hi! I’ve been running into this a couple of times now and it’s starting to become somewhat disruptive/distracting while I’m reading. I might be missing something though. 1) when I remove a highlight, it does get removed from the highlights list but the highlight itself still remains in the text. So even after deleting it the colored highlight doesn’t go away 2) I’ve also noticed that when I create a highlight and for example, I extend it, the text sometimes ends up looking like it has multiple layers of highlighting (almost like going over the same line twice or more with a highlighter on paper). Because of this I’m not sure whether it’s being treated as a single unified highlight or as multiple overlapping ones This might seem minor but it came to mind because I use Readwise with Readest. If these are being registered as separate highlights, I’m wondering if they might also be syncing multiple times. And going back to the first point, I’m also concerned that highlights I’ve removed might still be syncing, since the highlighted text remains visible. Other than these Readwise concerns, it’s also distracting.😅 Are these expected behaviors? Just wanted to check in case there’s something I’m overlooking. Thanks so much.
Show full
post owned r/readwise u/sfrancoe 2026-04-01
I love Reader & Readwise. I have been using it for years. That is the problem. I have over 30k of archived articles and highlights. I recently started a new job and when I tried to login on Chrome at the office it failed. It just looped saying “fetching articles” or something like that. Initially I thought the firewall didn’t like the “.io” URL. My employer blocks Chrome plugins so that led me to believe they didn’t like those type of websites. Then I tried creating a new free account with a different email and that worked right away. So it has to be the amount of articles getting loaded/cached etc that is causing the failure for my regular account. Any suggestions on how I can get my account to load so I can continue to use Reader & Readwise while at the office? Thanks
Show full
post owned r/readwise u/max-at-readwise 2026-04-01
Hey folks, happy Tuesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#march-27-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped recently: * 🤖 **NEW! Readwise MCP** — The (new, improved) [Readwise MCP server](https://readwise.io/mcp) gives Claude, ChatGPT, Cursor, or any MCP-compatible AI direct access to your Readwise highlights, and the full text of all your Reader documents. Once connected, you can ask your AI to search your notes, answer questions using your own reading history as context, or even make changes to your Reader library for you. * 🚀 **NEW! Readwise CLI** — You can now search, read, and organize your Readwise and Reader data from the [command line interface](https://readwise.io/cli). The CLI lets you semantically search your library, save URLs to Reader, manage document locations, create highlights, and export your full library — all from the terminal. These work great with AI coding agents like Claude Code and OpenAI's Codex, and can access Reader in read-only mode if you prefer. * 🎓 **NEW! Readwise Skills** — We [pre-built AI workflows](https://github.com/readwiseio/readwise-skills) like inbox triage, feed catchup, a custom book review that is aware of related context in your vault, and a quiz mode for testing yourself on recent reads. You can also analyze your reading history and tell you something surprising you don't know about yourself. Works with the Readwise MCP or CLI. * 🦞 **NEW! Readwise for Claws** — We just launched a [ClawHub skill](https://readwise.io/openclaw) that connects your Readwise and Reader library directly to your claw. Anything you save (articles, PDFs, tweets, YouTube, podcasts, newsletters, books) is instantly searchable and readable by your agent in clean markdown. `npx clawhub install readwise-official` * 👻 **NEW! GPT-5.4 Support** — If you bring your own OpenAI API key for custom Ghostreader prompts, you can now select GPT-5.4 as your model. * 🔖 **NEW! Modify Action Tags** — You can now modify or remove header markers after creating them, and the associated sections and auto-generated tags update to match. As part of this change, Ibai also fixed an issue where `.h1`/`.h2` header action tags and `.c1`/`.c2` concatenation tags could interfere with exports. * 🦾 **Improved MCP Reliability** — Tristan fixed a bug where highlight colors were causing [MCP server](https://readwise.io/mcp) responses to break. Highlight data should now come through correctly when using the API or MCP tools. Piotr fixed an issue where bulk document updates via the MCP server could trigger rate limits, so operations should no longer fail silently. Piotr also added support for Mistral as an MCP client via OAuth. * ⚡ **Improved Search Indexing** — Piotr fixed an issue where profiles with extremely large documents (like multi-volume epub collections at 50MB+) could cause issues with search indexing. Large document batches are now split by size, so even the biggest libraries should index smoothly. * 🔀 **Improved Google Docs Exports** — Rasul improved how Reader detects certain Google account errors during export. Google recently started returning some revoked-token failures in a new format that Reader wasn't recognizing — these are now handled properly, so you should get a clean re-authentication prompt instead of silent export failures. * ⭐️ **Fixed Shortlist Webhook** — Mati extended the shortlist hook so moving items to shortlist triage status will now dispatch a webhook (i.e. for Zapier). * 📧 **Fixed Email Imports** — Mati fixed a bug where emails forwarded by Gmail as attachments (`.eml` files) weren't working right. Reader now correctly processes these attachment types, so all forwarded emails should arrive as expected. * 📚 **Fixed Kindle Imports** — Single-language Japanese, Chinese, and Russian Kindle clippings now parse correctly. Rasul also added a warning when sending Kindle books bigger than Kindle's 7MB email limit. * 🦊 **Fixed Firefox Login** — Mati fixed a CSRF error that blocked login for Firefox users running strict privacy settings. Those users should be able to sign in without adjusting their browser configuration. * 🐦 **Fixed Twitter/X Saving** — Tristan fixed a bug with saving tweets that had partial or malformed data from Twitter's API. Rasul also improved retry behavior when Twitter's connection drops during initial sync setup, so tweet saving should fail less often. * 🛜 **Parsing Updates** — Mati improved the reliability of our YouTube parsing and fixed a bug where YouTube channel URLs (like `youtube.com/@channel`) were being treated as individual videos. YouTube content should also parse faster. Krzys improved how Reader handles documents from [google.com](http://google.com/), [hackernoon.com](http://hackernoon.com/), [sciencedirect.com](http://sciencedirect.com/), and [smarthomecircle.com](http://smarthomecircle.com/), [sparknotes.com](http://sparknotes.com/), [wavelength.asana.com](http://wavelength.asana.com/), [samhenri.gold](http://samhenri.gold/), [grist.org](http://grist.org/), [codely.com](http://codely.com/), [deepwiki.com](http://deepwiki.com/), [factory.strongdm.ai](http://factory.strongdm.ai/), [wericmartin.com](http://wericmartin.com/), [bitwarden.com](http://bitwarden.com/), [emcrit.org](http://emcrit.org/), [justin.poehnelt.com](http://justin.poehnelt.com/), [stopsloppypasta.ai](http://stopsloppypasta.ai/), [theverge.com](http://theverge.com/), and [theadhocracy.co.uk](http://theadhocracy.co.uk/). He also improved page fetching more generally, which should make parsing work better across the board. If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
post r/MenWithDiscipline u/Significant-Tooth368 2026-03-31
let's be honest. every post about reading more says the same recycled garbage. "read 20 pages a day." "carry a book everywhere." "set a goodreads goal." cool. you know what happens? you read a bunch of books, remember maybe 5% of them, and your actual thinking doesn't change at all. i spent way too long researching learning science, memory systems, and what actually separates people who read to perform from people who read to say they read. here's the step by step playbook. **Step 1: Stop reading more, start reading strategically** the compounding doesn't come from volume. it comes from connection. your brain builds intelligence through mental models, frameworks that help you see patterns across different domains. most people read linearly, one book after another with no system. smart readers read in clusters around themes. want to understand decision making? read psychology, economics, and military strategy together. the overlap is where insight lives. try this: pick one theme you want to master for the next 90 days. every book, article, and podcast feeds that theme. **Step 2: Build an actual capture system** here's where most people fumble completely. you highlight stuff, close the book, and it evaporates into the void. your brain isn't designed to retain isolated information, it needs repetition and connection. the problem is most capture methods feel like homework. you're not going to manually journal every insight when you're tired after work. this is where having the right tool changes everything. i've been using BeFreed, a personalized audio learning app that kind of builds itself around you. you type something like "i want to build better mental models from nonfiction books" and it generates custom podcasts pulling from the exact sources you care about, psychology research, classic strategy books, expert interviews. the virtual coach Freedia auto-captures your insights into something called Mindspace, so you're not manually journaling anything. a friend at google put me onto it and honestly it's replaced like 80% of my aimless podcast time. clearer thinking, way better retention. **Step 3: Apply the 48 hour rule** knowledge that isn't used decays fast. neuroscience shows you lose most new information within 48 hours unless you actively engage with it. after finishing anything meaningful: * explain the key idea to someone, or write it in your own words * identify one situation in your life where it applies * take one small action based on it this is how reading becomes thinking becomes doing. **Step 4: Layer your sources for depth** books give you frameworks. podcasts give you context. articles give you updates. use all three intentionally. **Make It Stick** by Peter Brown is essential here, it's a bestseller backed by decades of cognitive psychology research and it completely rewired how i approach learning. brown and his co-authors prove that effortful retrieval beats passive re-reading every time. the strategies feel counterintuitive but the evidence is overwhelming. pair it with the Readwise app to automatically resurface your highlights. spaced repetition without the work. **Step 5: Build review rituals that stick** weekly: spend 20 minutes reviewing captured notes from the week. what connects? what contradicts? monthly: look at your theme cluster. what gaps remain? what's the next logical book? this isn't optional. the review is where compounding actually happens. skipping it is like depositing money and never checking your balance. **Step 6: Protect your input quality ruthlessly** not all reading is equal. social media threads optimized for engagement train your brain for shallow processing. long-form writing trains deep thinking. **Range** by David Epstein, a New York Times bestseller, makes the case that broad reading across disciplines creates more creative problem solvers than narrow expertise. epstein's research into elite performers across fields is genuinely fascinating and will change how you choose what to read next. be ruthless about what gets your attention. your reading diet shapes your mental architecture. **Step 7: Track transformation, not consumption** stop counting books. start tracking decisions changed, problems solved differently, conversations where you connected ideas across domains. the goal isn't to be well-read. the goal is to think better. build accordingly.
Show full
post owned r/readwise u/aryehof 2026-03-31
Hi, I’m trying out Reader and Readwise. Am I correct that unlike a desktop browser, I cant highlight text in a Safari iPad browser article I’m reading?
post owned r/readwise u/Dwelleronthe 2026-03-30
Hi All. Simple question. How can I get my pocketbook highlights and notes into readwise? Thanks in advance
post r/MomentumOne u/_karayel 2026-03-30
Ever notice how some people can turn any moment into something memorable with just a quick comment, while the rest of us think of the perfect response three hours later in the shower? Yeah, me too. I've spent the last year digging through communication research, improv techniques, and wit studies because I was tired of being the person who laughs at jokes but never lands them. Turns out wit isn't some genetic lottery you either won or lost, it's a skill you can actually build, and the process is way more interesting than I expected. The thing is, most advice on becoming witty is complete garbage. "just be yourself" or "think faster" like thanks, super helpful. But when you look at actual comedians, writers, and naturally funny people, there are real patterns in how they process information and respond to the world. And the good news? These patterns can be learned. **Your brain needs better raw material** Wit isn't about being smart, it's about making unexpected connections between ideas. But you can't connect what isn't there. This is why reading widely matters more than reading deeply for wit development. I started using an app called Readwise to resurface highlights from everything I read, articles, books, random reddit threads. It's like spaced repetition for ideas. You're training your brain to pull from a bigger database when situations call for quick responses. The more diverse your inputs, the more interesting your outputs become. For books, "The Humor Code" by Peter McGraw is insanely good at breaking down what makes things funny from a scientific perspective. McGraw's a behavioral economist who spent years studying humor across cultures. The book introduces the "benign violation" theory, basically everything funny violates some norm or expectation but in a safe way, and once you understand that framework, you start seeing opportunities for wit everywhere. This book will make you question everything you think you know about what makes something funny. **Pattern interruption is your secret weapon** Witty people are basically professional expectation violators. They set up a mental pattern then smash it. Someone says "I'm going to the gym" and the expected response is "nice" or "good for you." The witty response finds a twist, "gonna work on your personality?" (if you're close friends) or "finally" (if you're siblings) or something that zigs when everyone expects a zag. Start practicing this consciously. When someone makes a statement, pause for half a second and ask yourself "what's the expected response here?" then deliberately think of something else. At first your responses will be trash and you'll sound like you're having a stroke, but your brain is building new neural pathways. The podcast "Smartless" with Jason Bateman, Will Arnett and Sean Hayes is perfect for studying this. Listen to how they build on each other's ideas and subvert expectations mid-sentence. These are three comedically trained guys just having conversations, and you can literally hear the wit mechanics at work. If you want to go deeper on humor theory and comedic timing but don't have the energy to read through dense communication textbooks, there's an app called BeFreed that's been helpful. It's a personalized learning platform that pulls insights from comedy books, improv training resources, and communication research, then turns them into custom audio sessions based on what you're trying to improve. You can set a goal like "become wittier in social situations as someone who overthinks" and it'll build you a learning plan drawing from sources like improv principles, standup structure, and conversational psychology. The content adjusts to how deep you want to go, from quick 10-minute overviews to 40-minute deep dives with examples. Plus you can pick voices that don't sound like a corporate training video, there's even a sarcastic narrator option that makes the learning itself more entertaining. It connects a lot of the concepts from books like "The Humor Code" and improv theory in a way that actually sticks. **Embrace the awkward silence** Here's something nobody tells you, wit requires confidence to let moments breathe. The funniest people I know are comfortable with brief pauses. They don't panic and fill every silence with nervous babbling. They'll drop a comment then just... let it sit there. Practice this by literally counting to two in your head before responding to anything. Sounds stupid but it works. You're giving your brain time to access that database we talked about earlier, and you're signaling to others that you're someone worth listening to. Rushed responses are rarely witty responses. **Reframing is everything** Wit is often just aggressive reframing. Someone complains "this coffee is terrible" and you respond "yeah but at least it's overpriced." You've taken their negative frame and found a different angle on the same situation. There's an improv principle called "yes, and" where you accept the reality presented then add something unexpected to it. Start doing this in regular conversation. Someone says "traffic was horrible", instead of "yeah it sucks", try "yeah I aged seven years on the 405, I'm actually 31 now." It's stupid but you're training the muscle. The book "Impro" by Keith Johnstone should be required reading for anyone trying to develop wit. Johnstone basically created modern improv theater, and while the book is technically about performance, it's really about spontaneous creativity and how to silence your internal censor. The chapter on status transactions alone will change how you see every conversation. Best book on social dynamics I've ever read disguised as a theater manual. **Consume comedy analytically** Stop just laughing at funny things and start dissecting them. Watch standups with a notepad (I know, psycho behavior) and write down the structure of jokes that land. Most follow patterns, misdirection, call-back, rule of threes, escalation. Bo Burnham's "Inside" on Netflix is a masterclass in comedic structure. Watch it once for entertainment, then watch it again studying how he sets up and pays off jokes, sometimes across the entire special. Understanding structure makes you faster at building your own responses. **Your personality matters more than your punchlines** The uncomfortable truth is that wit without warmth just makes you an asshole. The wittiest response delivered with mean-spirited energy kills the room. But the same response delivered with playful energy makes you magnetic. This is why "punching up" (making jokes about those with more power) works better than "punching down." It's not just about being politically correct, it's about the emotional dynamics of the room. Self-deprecating humor works because you're the safest target. Observational humor about shared experiences works because it's non-threatening. Read "Born Standing Up" by Steve Martin for a fascinating look at how one of the wittiest performers alive developed his voice. Martin talks about his years of bombing and slowly figuring out his comedic persona. The book's like 200 pages and reads fast, but it'll give you realistic expectations about the timeline for developing wit. **Practice in low-stakes environments** You can't develop wit by waiting for perfect moments. You need reps. Start writing funny comments on reddit posts (honestly). The immediate feedback loop helps you calibrate. If something lands, analyze why. If it bombs, figure out what missed. Text conversations are perfect practice because you have time to craft responses without pressure. Try making one person genuinely laugh via text each day. Not with memes, with original observations or responses. **The technical stuff that actually matters** Delivery is like 60% of wit. The exact same words said with different timing or energy produce completely different results. Record yourself talking sometimes (I know, horrifying) and notice your vocal patterns. Do you rush? Do you mumble the punchline? Do you laugh at your own jokes before anyone else can? Confidence in delivery comes from repetition. The more you practice being playful with language, the more natural it becomes. Eventually you stop consciously constructing witty responses and they just... happen. Also, learn to recognize when wit isn't appropriate. Someone's sharing something vulnerable? Not the time. Someone's angry? Probably not the moment. Wit is a social tool and like any tool, using it wrong makes things worse. **The actual timeline** If you consistently practice these things, you'll notice improvement in like three months. Not "suddenly hilarious" improvement, but "occasionally lands a good one" improvement. After a year of deliberate practice you'll be noticeably funnier than you are now. This isn't a weekend project. Your brain is literally building new response patterns, and that takes time. But unlike height or bone structure, this is something you can actually change through effort. Which is kind of empowering when you think about it. Being witty won't fix your life or make people automatically like you, but it does make conversations more enjoyable for everyone involved, including yourself. And in a world that's increasingly digital and disconnected, being someone who makes moments more interesting is a genuinely valuable thing.
Show full
post owned r/readwise u/defendrrr666 2026-03-29
Hi all -- I deleted a saved article \[source: Reader\] from Readwise with the goal of re-syncing all the article's highlights (both the older ones AND several new ones) -- but now I can't figure out how to do the re-sync. When I add a NEW highlight in to the article in Reader, Readwise syncs ONLY that new highlight -- not the others. Is there a way to force a re-sync or refresh? I no longer see "refresh highlights" as an option in Readwise -- maybe that feature has been moved? Thanks! [What Readwise USED TO look like :\( ](https://preview.redd.it/3p3fv7r431sg1.png?width=758&format=png&auto=webp&s=34fa7ed807319efd431e26ee5e4e3acec5fea22c)
Show full
post owned r/readwise u/secretdz 2026-03-28
Hello, I've recently added the readwise web extension on Firefox and I find it really helpful but I'm a bit concerned about my data. On Firefox, the permissions that they get are not clear (see photo); can they see what is on my current page even if I don't highlight anything and then click on "highlight and save to readwise"? Because if it is the case, it means that they could know everything about what I'm doing on the web even if I don't "call" their extension. When I've looked about the "Access your data for all websites" permission on the Mozilla explanation page, it is said that "The extension could read the content of any web page you visit, as well as data you enter into those web pages, such as usernames and passwords.", like does readwise really see what password I enter on any web page (because it doesn't seem to be the case with the chrome extension (see photo)) ? Why do those permissions seem to be disproportionate over the extension usage? So yes, If you could give me some clarifications about this, it woud be useful 😊. [chrome extension](https://preview.redd.it/9b8645tpesrg1.png?width=1179&format=png&auto=webp&s=9927c98e227bcb2081589f31ef830ad2a0d8e883) [firefox extension](https://preview.redd.it/a584wgt3asrg1.png?width=260&format=png&auto=webp&s=d29958886c4ccb8f4e428a3646a63669070a8d75)
Show full
post r/Onyx_Boox u/christi4nity 2026-03-27
I've been using Readwise Reader on my Boox devices but it always bothered me that I was basically only using it for Substack newsletters and the occasional article save from the web. I also thought it felt a little bit sluggish and bloated for E-Ink. I didn't want to keep paying $100/year for that, so I built my own. re:ink is a simple, lightweight Android app for reading Substack newsletters on e-ink. It connects to your email inbox via IMAP and pulls in full articles — including paid subscriptions — then renders them in a clean reader with customizable typography. No ads, no tracking, no account required. **What it does:** - Pulls full Substack articles (including paid) via email ingestion - E-ink optimized UI — grayscale, no animations, bold fonts - Customizable reader (font, size, margins, alignment, pagination with volume keys) - Read-later queue for saving links from articles - Optional cross-device sync and cloud queue for sending articles from your phone - Auto-updates from GitHub I've been using it daily on my Note Air 5C and Go 7. It's completely free and fully open source — just wanted to share it with the community. **Install:** Grab the APK from [GitHub Releases](https://github.com/christi4nity/re-ink/releases/latest) and sideload it. Android 9+. **Source:** [github.com/christi4nity/re-ink](https://github.com/christi4nity/re-ink) (GPL v3) It also supports plain RSS feeds if you want to use it for non-Substack sources, though that side is more basic. Contributions welcome if anyone wants to build it out further.
Show full
post owned r/readwise u/tristanho 2026-03-27
Hey all, this may not be the biggest news to you if you saw our CLI announcement last week -- but we often hear folks don't find out about enough of our new stuff! **We just shipped an official Readwise skill for ClawHub.** If you're using OpenClaw (or any of the other million claws), your agent can now access your entire Readwise and Reader library. What your claw can do with it: \* Search your entire library (full-text + semantic search across every word of every document) \* Read the full content of anything in clean markdown \* Create highlights and annotations \* Tag and organize your library \* Triage your Reader inbox \* Quiz you on what you've read The idea is pretty simple: you save stuff the way you already do (browser extension, mobile share sheet, bookmark a tweet), and your agent instantly has it. No extra steps. We built this on the Readwise CLI we launched last week, packaged as a ClawHub skill for easy install: \* Landing page: [readwise.io/openclaw](http://readwise.io/openclaw) \* ClawHub: [https://clawhub.ai/TristanH/readwise-official](https://clawhub.ai/TristanH/readwise-official) \* CLI (for non-OpenClaw agents): [readwise.io/cli](http://readwise.io/cli) Would love to hear what workflows you build with it, or if there's anything we can improve!
Show full
post r/selfhosted u/Choice-Chocolate-664 2026-03-27
Hey everyone, I've been building something that scratches my own itch, and I finally shipped a base version I'm comfortable sharing publicly. The problem: I read a lot. Articles, research, YouTube deep dives. And I forget almost all of it. Tools like Readwise and [Mem.ai](http://Mem.ai) are great, but they sit between me and my own knowledge. My notes, my reading history, and my thought patterns all live on someone else's server, processed by their AI. So I built Project Nexus. It is an open source personal knowledge system that works entirely with your own API keys. Here is what it does right now: 🧩 Browser extension One-click capture of any article or YouTube transcript 🤖 AI summaries Uses your own OpenAI, Anthropic, or Gemini key, processed directly in your browser 🕸️ Knowledge graph A visual 2D canvas of everything you have captured, with entity relationships 📅 Spaced repetition A gamified review system so you actually remember what you read 🔒 BYOK and self-host Your keys, your Supabase instance, your data. Full stop Built with Next.js, Supabase with pgvector, Vercel AI SDK, and Plasmo for the extension. I have tried to keep the setup genuinely simple. Clone, add your keys, and run. There is also a hosted cloud option if you do not want to self-host. Repo: [https://github.com/MAX-786/project-nexus](https://github.com/MAX-786/project-nexus) Site: [https://max-786.github.io/project-nexus/](https://max-786.github.io/project-nexus/) I am at the very beginning of this journey, so I would genuinely love to hear the following: What is the one feature that would make you actually install and use this daily? Is there anything in the privacy or BYOK model that does not feel right or trustworthy to you? Thanks for reading. Happy to answer any questions in the comments.
Show full
post r/alphaandbetausers u/haolly 2026-03-27
Hi everyone — I’m building Acorny (acorny.io ([http://acorny.io/](http://acorny.io/))), a reading companion for people who highlight a lot but forget most of what they read. The idea is simple: • capture highlights from articles, PDFs, Kindle, and more, we have browser extensions for [Chrome](https://chromewebstore.google.com/detail/acorny/khakobfdacgdecadkjcplkmnmlfdejbp), [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/acorny/) and [Edge](https://microsoftedge.microsoft.com/addons/detail/acorny/bgnjnddcflalagpkjjlbhjinljnjmnkk) which can help you collect highlights • turn them into active recall cards • review them with spaced repetition so the ideas actually stick I’m looking for early users who: • read a lot • highlight often • have tried tools like Readwise / Reader / note-taking workflows • are willing to give honest feedback What I’d love to learn: • what part of your current reading workflow is most frustrating • whether active recall feels more useful than passive resurfacing • what would make a tool like this worth using every day If this sounds interesting, I’d love your feedback: [https://acorny.io](https://acorny.io) ([https://acorny.io/](https://acorny.io/)) Happy to answer questions or give beta access.
Show full
post owned r/readwise u/ebschaf 2026-03-26
**Problem**: I'm a heavy Reader user with >4,000 documents across PDFs, web articles, YouTube transcripts, X, substack feeds and podcasts — all tagged by subject. My biggest unmet need is being able to take a curated set of documents (say, filtered by tag or some other rule) and use that subset for "AI synthesis" where I do things like creating a research report, presentation or such. This also allows me to personally digest much larger volumes of information, much faster. While you can do this in NotebookLM or Claude using projects (and uploaded files specific to that project), I can't seem to find a means of getting my source docs into any other tool other than a painful one at a time process - and, Reader is far faster at saving and organizing across channels. **Solution(s)**: A couple of possible solutions, although I recognize the first could be incredibly hard...build in this ability for doing deeper AI synthesis within Reader itself. Of course, I'd love this! But, I'm not technical enough to know what constraints make this unfeasible. Another possibility is to leverage the Bulk Action capability for allowing a partial export of just that material in the search, view, other. A bonus would be an option to export to a Google Drive folder (to feed directly into NotebookLM) or some means of doing similarly with Claude Projects (or, other possible solution). Reader is genuinely the best read-it-later app I've used, and the MCP integration is exciting. But without this export capability, the library becomes a read-and-annotate tool rather than a research asset. This one feature would unlock a completely different class of use case for power users. Curious if others have found workarounds — and whether this is on the roadmap anywhere.
Show full
post r/kindle u/rikofakula 2026-03-25
i got a boox go color gen 2 last year for my bday & love it because i use readwise and the readwise reader but golly the paperwhite’s screen is significantly better!!!! both are in sleep mode in the second pic, and both have brightness fully up (no warmth) in the last pic. i have yet to tinker with my xteink x4 yet but that’s my next project. my kindle is my designated manga reader & the 32gb is already full 😅 i’m obsessed with the black matte glitter skin i made for them 😍 feel free to ask me any questions about these devices!
Show full
post r/StartupSoloFounder u/Junior-Helicopter-33 2026-03-25
We launched our product with monthly and yearly plans on Stripe. Standard. Turns out I misunderstood how Stripe pricing works, I set the yearly plan thinking it would multiply the monthly price by 12. It didn't. I had basically set a very cheap yearly plan without realizing it. So we launch. First few users sign up. And almost out of nowhere 3 monthly subscriptions right away. Then boom - someone buys the yearly plan!!!! At first it's just disbelief. Then we look closer at Stripe and realize the mistake. Total panic and cold sweat. I mean, working so hard and losing unbelievable income because of one stupid mistake. We chose to be honest and contacted the user, explaining the situation, hoping to recover our yearly plan revenue. Turns out the user thought it was just a discount for early adopters. We thanked them properly, fixed the pricing, and gave them an extra free month as a gesture of goodwill. A few days later, one of our free users asked for imports from Raindrop, Evernote, and Readwise. We built it. And boom! That user upgraded to... a... real... yearly plan! My co-founder calls me at 2am, almost screaming :D We reached out personally to thank them and honestly couldn't express how the whole team was feeling - excited, grateful, and a bit in disbelief that this was actually happening. Summary: 500 users on the waitlist, launch, 10 subscriptions, 1 of them yearly - in just 1,5 weeks. Still feels surreal. But it's real. Proof of the value of our product. We are aiming to have 1000 subscribed users by the summer. I hope I don't mess up Stripe again. Wish me luck!!!
Show full
post r/ereader u/rikofakula 2026-03-25
i got a boox go color gen 2 last year for my bday & love it because i use readwise and the readwise reader but golly the paperwhite’s screen is significantly better!!!! both are in sleep mode in the second pic, and both have brightness fully up (no warmth) in the last pic. i have yet to tinker with my xteink x4 yet but that’s my next project. my kindle is my designated manga reader & the 32gb is already full 😅 i’m obsessed with the black matte glitter skin i made for them 😍 feel free to ask me any questions about these devices!
Show full
post r/buildinpublic u/Junior-Helicopter-33 2026-03-25
We launched our product with monthly and yearly plans on Stripe. Standard. Turns out I misunderstood how Stripe pricing works, I set the yearly plan thinking it would multiply the monthly price by 12. It didn't. I had basically set a very cheap yearly plan without realizing it. So we launch. First few users sign up. And almost out of nowhere 3 monthly subscriptions right away. Then boom - someone buys the yearly plan!!!! At first it's just disbelief. Then we look closer at Stripe and realize the mistake. Total panic and cold sweat. I mean, working so hard and losing unbelievable income because of one stupid mistake. We chose to be honest and contacted the user, explaining the situation, hoping to recover our yearly plan revenue. Turns out the user thought it was just a discount for early adopters. We thanked them properly, fixed the pricing, and gave them an extra free month as a gesture of goodwill. A few days later, one of our free users asked for imports from Raindrop, Evernote, and Readwise. We built it. And boom! That user upgraded to... a... real... yearly plan! My co-founder calls me at 2am, almost screaming :D https://preview.redd.it/2bqht60yk9rg1.png?width=384&format=png&auto=webp&s=61cf3a468bda154afb317796e53b9a25448d0d79 We reached out personally to thank them and honestly couldn't express how the whole team was feeling - excited, grateful, and a bit in disbelief that this was actually happening. Summary: 500 users on the waitlist, launch, 10 subscriptions, 1 of them yearly - in just 1,5 weeks. Still feels surreal. But it's real. Proof of the value of our product. We are aiming to have 1000 subscribed users by the summer. I hope I don't mess up Stripe again. Wish me luck!!!
Show full
post r/microsaas u/Junior-Helicopter-33 2026-03-25
We launched our product with monthly and yearly plans on Stripe. Standard. Turns out I misunderstood how Stripe pricing works, I set the yearly plan thinking it would multiply the monthly price by 12. It didn't. I had basically set a very cheap yearly plan without realizing it. So we launch. First few users sign up. And almost out of nowhere 3 monthly subscriptions right away. Then boom - someone buys the yearly plan!!!! At first it's just disbelief. Then we look closer at Stripe and realize the mistake. Total panic and cold sweat. I mean, working so hard and losing unbelievable income because of one stupid mistake. We chose to be honest and contacted the user, explaining the situation, hoping to recover our yearly plan revenue. Turns out the user thought it was just a discount for early adopters. We thanked them properly, fixed the pricing, and gave them an extra free month as a gesture of goodwill. A few days later, one of our free users asked for imports from Raindrop, Evernote, and Readwise. We built it. And boom! That user upgraded to... a... real... yearly plan! My co-founder calls me at 2am, almost screaming :D https://preview.redd.it/8kgn0yrmk9rg1.png?width=384&format=png&auto=webp&s=e81476442cfd842460376a62989548c9dc36ad36 We reached out personally to thank them and honestly couldn't express how the whole team was feeling - excited, grateful, and a bit in disbelief that this was actually happening. Summary: 500 users on the waitlist, launch, 10 subscriptions, 1 of them yearly - in just 1,5 weeks. Still feels surreal. But it's real. Proof of the value of our product. We are aiming to have 1000 subscribed users by the summer. I hope I don't mess up Stripe again. Wish me luck!!!
Show full
post r/SaaS u/Junior-Helicopter-33 2026-03-25
We launched our product with monthly and yearly plans on Stripe. Standard. Turns out I misunderstood how Stripe pricing works, I set the yearly plan thinking it would multiply the monthly price by 12. It didn't. I had basically set a very cheap yearly plan without realizing it. So we launch. First few users sign up. And almost out of nowhere 3 monthly subscriptions right away. Then boom - someone buys the yearly plan!!!! At first it's just disbelief. Then we look closer at Stripe and realize the mistake. Total panic and cold sweat. I mean, working so hard and losing unbelievable income because of one stupid mistake. We chose to be honest and contacted the user, explaining the situation, hoping to recover our yearly plan revenue. Turns out the user thought it was just a discount for early adopters. We thanked them properly, fixed the pricing, and gave them an extra free month as a gesture of goodwill. A few days later, one of our free users asked for imports from Raindrop, Evernote, and Readwise. We built it. And boom! That user upgraded to... a... real... yearly plan! My co-founder calls me at 2am, almost screaming :D We reached out personally to thank them and honestly couldn't express how the whole team was feeling - excited, grateful, and a bit in disbelief that this was actually happening. Summary: 500 users on the waitlist, launch, 10 subscriptions, 1 of them yearly - in just 1,5 weeks. Still feels surreal. But it's real. Proof of the value of our product. We are aiming to have 1000 subscribed users by the summer. I hope I don't mess up Stripe again. Wish me luck!!!
Show full
post r/ShelfyApp u/Junior-Helicopter-33 2026-03-25
Highly anticipated and requested ability to import form Reader now has been added to Shelfy. Just navigate to the [Imports and Integrations](https://shelfy.so/import-integrations) page and follow the steps!
post r/ArtOfPresence u/yodathesexymarxist 2026-03-25
let's be real. every "life changing books" post recommends the same tired list. **Atomic Habits**. **The Subtle Art**. **Think and Grow Rich**. cool, you and 50 million other people read those and nothing changed. why? because reading without a system is just entertainment. i went through dozens of reading studies, behavioral research, and tested this myself for two years. the books that actually rewire your brain require a specific approach. here's the step by step playbook. **Step 1: Stop Reading for Information, Start Reading for Transformation** most people read to collect facts. that's why nothing sticks. research from the University of Waterloo shows we forget 70% of what we read within 24 hours unless we actively engage with it. transformation reading means asking: "what belief does this challenge? what will i do differently tomorrow?" try this: before starting any book, write down one specific problem you want it to solve. no problem, no book. **Step 2: Build a System That Does the Heavy Lifting** here's where most people fail. they finish a book, feel inspired for three days, then forget everything. you need something that extracts the insights and actually helps you apply them, not just consume them. the thing that made this click for me was BeFreed, a personalized learning app that generates custom audio lessons from books and research. you type something like "i want to be more disciplined but i always burn out" and it builds a learning path pulling from the exact books and experts relevant to your situation. it connects dots between sources you'd never link yourself. a friend at Google recommended it and honestly it replaced my podcast rotation. the virtual coach Freedia captures your insights automatically so you're not scrambling to take notes. i use it during commutes and actually retain what i learn now. **Step 3: The 7 Books Worth Your Time in 2026** these aren't random picks. each one targets a specific lever for change. **1. The Comfort Crisis by Michael Easter**, a journalist who spent time with evolutionary biologists and extreme athletes. this book rewires how you think about discomfort and growth. 200,000+ copies sold. easter makes the science visceral and actionable. **2. Never Split the Difference by Chris Voss**, former FBI hostage negotiator. communication is leverage. this book teaches tactical empathy that works in salary negotiations and relationships alike. absolute game changer. **3. The Body Keeps the Score by Bessel van der Kolk**, the definitive work on trauma and the nervous system. understanding why you react the way you do is step one to changing it. **4. Four Thousand Weeks by Oliver Burkeman**, the antidote to toxic productivity culture. reframes your relationship with time itself. **5. Dopamine Nation by Anna Lembke**, Stanford psychiatrist explaining why your brain feels hijacked. essential reading for anyone battling phone addiction or motivation issues. **6. The Courage to Be Disliked**, uses Adlerian psychology to dismantle approval seeking. uncomfortable but liberating. **7. Clear Thinking by Shane Parrish**, practical frameworks for better decisions. less philosophy, more tools. **Step 4: One Book Per Month, Applied Before Moving On** speed reading is a scam. research shows comprehension drops dramatically past 400 words per minute. read one book monthly. spend the final week implementing one concept before touching the next book. **Step 5: Track with Readwise** use **Readwise** to resurface highlights. it emails you daily snippets from past reads. this alone doubles retention. **Step 6: Find Your Format** audiobooks work better for narrative books. physical copies work better for dense concepts. match format to content. don't force yourself into one mode. **Step 7: Make It Social** tell one person what you learned. teaching is the fastest path to retention. even a voice note to yourself counts. the books listed above only work if you work them.
Show full
post r/ClaudeCode u/zilchonbothfronts 2026-03-25
I wanted Claude inside my notes, while I'm typing. Not in a sidebar, not in a separate app (like Cowork). Just there, where I'm writing. So I made [Inline Claude](https://github.com/bawakul/inline-claude). Type `;;` anywhere in a note, write your question, press Enter. The response appears as a callout block. Follow-up questions work naturally, Claude sees previous Q&A blocks as context. But it's not just simple questions. There's one Claude Code session running behind the scenes, and it follows you around your vault. Ask a question in one note, switch to another, ask something else. It's all **one conversation, same context**. And because Claude Code is the backend, everything it can do is available from wherever you're writing: * Create and link files across your vault * Talk to MCP servers (Are.na, Readwise, Notion, APIs...) * Generate Mermaid diagrams, structured reports, whatever * **Modify the plugin itself** while you're using it (seriously, it blew my mind when I asked Claude to change the call-out colors while I was testing it out) That last one is the part I keep coming back to. The plugin is simple enough that Claude can reshape it on the fly. This is the concept of [malleable software](https://www.geoffreylitt.com/2023/03/25/llm-end-user-programming.html), you can modify it and fit it to your needs on the fly. **How it works** The plugin talks to a [local channel server,](https://code.claude.com/docs/en/channels-reference) which forwards to Claude Code over MCP. Everything stays on your machine. No cloud relay. You need Claude Code and Bun installed. > **This was vibe-coded** using [GSD](https://github.com/gsd-build/gsd-2). **I'm not a developer. The code works but may not be pretty. Feedback very welcome!**
Show full
post r/ObsidianMD u/zilchonbothfronts 2026-03-25
I wanted Claude inside my notes, while I'm typing. Not in a sidebar, not in a separate app (like Cowork). Just there, where I'm writing. So I made [Inline Claude](https://github.com/bawakul/inline-claude). Type `;;` anywhere in a note, write your question, press Enter. The response appears as a callout block. Follow-up questions work naturally, Claude sees previous Q&A blocks as context. But it's not just simple questions. There's one Claude Code session running behind the scenes, and it follows you around your vault. Ask a question in one note, switch to another, ask something else. It's all **one conversation, same context**. And because Claude Code is the backend, everything it can do is available from wherever you're writing: * Create and link files across your vault * Talk to MCP servers (Are.na, Readwise, Notion, APIs...) * Generate Mermaid diagrams, structured reports, whatever * **Modify the plugin itself** while you're using it (seriously, it blew my mind when I asked Claude to change the call-out colors while I was testing it out) That last one is the part I keep coming back to. The plugin is simple enough that Claude can reshape it on the fly. This is the concept of [malleable software](https://www.geoffreylitt.com/2023/03/25/llm-end-user-programming.html), you can modify it and fit it to your needs on the fly. (Submitting to the Community soon!) **How it works** The plugin talks to a [local channel server,](https://code.claude.com/docs/en/channels-reference) which forwards to Claude Code over MCP. Everything stays on your machine. No cloud relay. You need Claude Code and Bun installed. >**Fair warning:** This gives Claude Code access to your vault and filesystem. There's a detailed security section in the README — please read it before installing. The plugin is a transparent pipe (no hidden prompts, no telemetry), but you should understand what Claude Code can do with your files. **This was vibe-coded** using [GSD](https://github.com/gsd-build/gsd-2). **I'm not a developer. The code works but may not be pretty. Feedback very welcome!**
Show full
post owned r/readwise u/Complete_Staff_674 2026-03-25
I use the Reader in the Edge browser on my Onyx e-reader. Unfortunately, when I highlight text, the Reader menu for highlights doesn't pop up. Is there a way to enable auto-highlighting without a keyboard shortcut in the web version? Or better - how can I make visible in browser in Onyx Reader toolbar for highlighting text?
post owned r/readwise u/CommunitySweaty5523 2026-03-25
Is the [plugin](https://github.com/readwiseio/obsidian-readwise) still being maintained? The last release was over a year ago...
post r/AskProgrammers u/Natural_Slice5051 2026-03-25
I follow a bunch of newsletters, YouTube channels and podcasts but realistically get through maybe 2-3 of them. The rest just pile up. Curious how other developers handle this do you have a system? Do you just accept that you'll miss things? Have you tried any tools that actually helped? I've looked at things like Feedly and Readwise but feels like something is always missing. Would love to know what's actually working for people.
Show full
post r/SuperNoteUnofficial u/Visible_Breath_1586 2026-03-24
So I finally got Readwise reader side loaded onto my manta, and was a little disappointed to see that it's just a reader. I'd been hoping to be able to see all the highlights I've created in all the books I've read, like on Readwise on my computer. Is there any way I can still do this? I was hoping to somehow integrate all of those into my workflow. Thanks!
post owned r/readwise u/TommyAdagio 2026-03-24
I don’t read all those articles every day but I often scan headlines and read a few that jump out. When I’ve tried Reader as an Inoreader replacement in the past I remember it didn’t work well — but I don’t remember why and how it came up short. What do you use for a feed readet, if not Readwise Reader?
post owned r/readwise u/fleischmannerik 2026-03-23
Hi all, I want to automatically forward email newsletters to my readwise feed, but I keep getting these errors: "Your message wasn't delivered because the recipient's email provider rejected it." and "Remote server returned '550 5.7.520 Access denied, Your organization does not allow external forwarding. Please contact your administrator for further assistance. AS(7555)'". I'm using Outlook. Everything works fine when I forward the newsletters manually. Has anybody had similar issues? I appreciate any help!
Show full
post owned r/readwise u/nearlynarik 2026-03-23
Hi all, I'm wondering how others derive benefit from Readwise's emails? * The weekly Readwise * Your summary * Your theme connection email? I'm struggling to see value in my life, and I'm wondering if that is because I'm using readwise poorly?
post owned r/readwise u/inspired-giraffe 2026-03-22
I have an older version, Boox 10.3 inch eReader tablet, and I want to try reading an EPUB in the two-column layout. Originally, the option in the pagination didn't show up, so I had to adjust the DPI setting for the app, and now it's showing up. However, when I click the pagination option, it doesn't change into two column layout. I tried changing all the spacing and all the sizes, font sizes and line widths, but still wasn't able to trigger it. I restarted the app as well, but to no avail. Is there any trick that I'm missing that I need to do to get into two column layout?
Show full
post r/Supernote u/Visible_Breath_1586 2026-03-22
Hi, I've searched and tried a whole lot of things...I'm trying to install the readwise apk on my Supernote. I have a MacBook Pro with no USB ports. I'm trying to install the readwise apk over wifi, and I've installed adb, but it won't recognize the Supernote's IP address. I've installed the apk file onto the Supernote directly using the brows & connect feature, but it won't open on the Supernote. How on earth do I get this to work?
Show full
post r/Onyx_Boox u/Complete_Staff_674 2026-03-22
I use the Readwise Reader app in Edge for text translations. Edge can translate an entire EPUB or a saved webpage into my language, and I can highlight text, which is automatically saved back to the Reader and synced with Obsidian. The problem is that in Edge, when I highlight text, the Onyx floating menu automatically pops up, and the Reader menu with the option to highlight doesn’t appear. **Is there a way to disable the Onyx menu somewhere in the system?**
Show full
post r/ProductivityApps u/Sufficient_Line7809 2026-03-22
Some content just doesn't fit into a bookmark folder or a read-later app. You save it, never go back, and eventually feel guilty about it. Vibe Reader fixes that. Paste any link and get the key points in minutes. Works on articles, YouTube videos, and long reports. No language barrier. Here's what it does: * Paste any link and get a structured summary in minutes * Follow YouTube channels and new uploads get summarized automatically * Browser extension so you can save anything without switching apps * Ask follow-up questions if you want to go deeper * Jump back to the original anytime If you use Notion, Readwise, or Instapaper this isn't replacing any of them. It just handles the stuff those apps leave behind — content you want to actually understand, not just save. Available on iOS now. \- For anyone here — 50% off the first month of the Unlimited plan. Unlimited summaries, no caps. 1. Download Vibe Reader [https://apps.apple.com/app/apple-store/id6748338132?pt=690486&ct=reddit&mt=8](https://apps.apple.com/app/apple-store/id6748338132?pt=690486&ct=reddit&mt=8) 2. After logging into the app, go to “Saved” → “Account Management”, then tap “Redeem” 3. Enter code **REDDIT** Honestly really curious to hear your experience — the good and the bad. Drop a comment after you try it, I read every reply.
Show full
post r/Supernote u/Present-Ad-3555 2026-03-22
I’m a happy new Manta owner and like using the Digest feature to grab and a notate extracts in documents, particularly a newspaper epub I send to a WebDAV folder via Calibre. I’m looking forward to having community plug-in access like you have on Obsidian and Readwise so it is easy to put content in and extract content out of our personal Supernote infrastructure. I wonder if this will be possible.
Show full
post owned r/readwise u/kerimfriedman 2026-03-22
I quickly vibe-coded a web app built upon the /triage skill in the newly released Readwise CLI. It is better than the triage skill because it pre-processes the info overnight using Claude Haiku rather than a more expensive model, and it gives you a much nicer (and faster) UI with the ability to swipe right/left on each item. https://github.com/kerim/readwise-triage To use: 1. Use the CLI to generate a reader_persona.md 2. Install the launch daemon to run the Python script every night. 3. Launch the app in the terminal and then load in the web browser (You can also run the pre-processing script on-demand. It will take about one minute to process 20 items.)
Show full
post owned r/readwise u/fsmontenegro 2026-03-22
Hi all, Apologies if this has been discussed before, I did some searching but didn’t find specific answers. My workflow is that I use Reader to collect links/articles (lots of things from LinkedIn, but also others), then o apply 1-3 tags from my tag collection and refer back to those documents when I need something. Is there a way to use ghost or something else to automatically suggest tags based on the content of the new article and previous articles I’ve tagged? I do this primarily on mobile (iOS), invoking Reader via the “share” feature on iOS. Thanks!!!
Show full
post r/MomentumOne u/_karayel 2026-03-21
Honestly i used to feel like an NPC in group conversations. everyone would be debating some cool topic about philosophy or history or whatever and i'd just nod along pretending i knew what they were talking about. felt like shit. here's what i learned after diving deep into research, books, podcasts, neuroscience stuff: your brain isn't broken. the school system just taught us that learning = boring memorization for tests. but real learning, the kind that makes you genuinely interesting and sharp? that's completely different. it's about curiosity-driven knowledge building, and it's actually way easier than you think. spent the last year experimenting with different methods from cognitive scientists, autodidacts, and people way smarter than me. these tricks legitimately changed how my brain works. # 1. the "knowledge web" method (not what you think) forget trying to memorize random facts. your brain doesn't work like a filing cabinet, it works through connections. start with ONE topic you're genuinely curious about. doesn't matter what. then follow the threads. reading about WW2? that leads to economics, which leads to game theory, which leads to psychology. suddenly you're connecting dots across disciplines without even trying. **The Extended Mind** by Annie Murphy Paul (science journalist, her work's been in NYT, Time, Scientific American) breaks down how human cognition actually works. basically our brains are terrible at storing isolated facts but INSANELY good at building associative networks. this book genuinely made me rethink everything about learning. best book on practical cognitive science i've ever touched. # 2. consume "gateway content" strategically you don't need to read 500 page academic texts right away. start with what researchers call "high quality popularization." youtube channels like **Contrapoints** (philosophy, politics, culture), **Kurzgesagt** (science), **Pursuit of Wonder** (philosophy) make complex ideas genuinely entertaining. they're not dumbed down, they're translated. huge difference. podcast wise, **Philosophize This** by Stephen West is genuinely perfect for building philosophical literacy. he covers every major thinker throughout history, makes it super digestible, zero pretension. been listening for months and the amount of "oh THAT'S what Kant meant" moments is insane. # 3. the "teach someone" hack this sounds cliche but it's backed by actual learning science. the **Feynman Technique**. after consuming something, explain it out loud like you're teaching a friend who knows nothing about it. if you can't simplify it, you don't actually understand it yet. forces your brain to process at a deeper level. i literally talk to myself in the car doing this. looks insane but works. # 4. read BETTER not more quality over quantity. one great book will teach you more than 20 mediocre ones. **How to Read a Book** by Mortimer Adler (philosopher, edited Encyclopedia Britannica) sounds boring as hell but it's genuinely life changing. teaches you how to actually extract knowledge from texts instead of just moving your eyes across pages. inspectional reading, analytical reading, syntopical reading. game changer for actually retaining what you consume. # 5. build a "second brain" system your biological brain is for having ideas, not storing them. use apps to capture everything. **Notion** or **Obsidian** for building your personal knowledge base. every interesting idea, quote, concept goes in there with tags and links. over time you build this insane web of connected knowledge you can actually access. **BeFreed** is another option if you want something more hands-off and audio-focused. It's an AI-powered learning app built by Columbia alumni that pulls from books, research papers, and expert talks to create personalized podcasts based on whatever you're trying to learn. You can literally type in a goal like "understand Stoic philosophy as someone new to it" and it'll generate a custom learning plan with episodes you can adjust from quick 10-minute overviews to 40-minute deep dives with examples. The voice options are surprisingly addictive, there's a smoky one that sounds like Samantha from Her and a sarcastic style that makes dense topics way more digestible during commutes or gym sessions. i also use **Readwise** which resurfaces highlights from books and articles. spaced repetition but for ideas instead of flashcards. helps cement concepts long term. # 6. embrace "intellectual cross training" don't just stay in one domain. the most interesting insights come from connecting different fields. read history + psychology + economics + philosophy + science simultaneously. they all inform each other. understanding cognitive biases makes you better at analyzing history. understanding history makes you better at economics. it compounds. **The Beginning of Infinity** by David Deutsch (quantum physicist, founded field of quantum computation) is dense but holy shit. covers physics, philosophy, politics, aesthetics, evolution. shows how good explanations work across ALL domains. this book will make you question everything you think you know about knowledge itself. # 7. join communities where smart people hang out you become who you surround yourself with, even digitally. subreddits like r/TrueAskReddit, r/NeutralPolitics, r/AskHistorians have actual experts and people who care about nuanced discussion. lurk and absorb how they think and argue. also **Discord servers** around specific topics. way more active discussions than forums. find ones for philosophy, science, whatever you're into. # 8. the "monthly theme" system pick one major topic per month and go deep. not surface level, actually deep. january: stoicism. read primary texts, watch lectures, listen to podcasts, write notes. february: behavioral economics. march: existentialism. by end of year you've built genuine literacy in 12 different areas. way more effective than scattered random learning. # 9. learn how to disagree properly intellectual discussions aren't about winning. they're about refining ideas through dialectic. **The Scout Mindset** by Julia Galef (rationality researcher, host of Rationally Speaking podcast) teaches you how to actually seek truth instead of just defending your existing beliefs. covers motivated reasoning, confirmation bias, how to update your views based on evidence. insanely good read if you want to level up how you think. principle of charity: steelman other people's arguments, don't strawman them. engage with the BEST version of their position. # 10. accept that confusion means growth if you're not confused sometimes, you're not learning anything new. embrace the discomfort. neuroscience shows that productive struggle is literally when your brain forms new connections. if everything makes perfect sense immediately, you're staying in your comfort zone. real talk: becoming genuinely knowledgeable takes time. there's no shortcut to wisdom. but if you're consistent with even half this stuff for 6 months, you'll notice yourself contributing to conversations you would've been silent in before. the goal isn't to become some insufferable know it all. it's to develop genuine curiosity and the tools to satisfy it. knowledge for its own sake, not just to impress people. your brain is capable of way more than you think. the system just never taught you how to actually use it.
Show full
post owned r/readwise u/tristanho 2026-03-21
Hey all, wanted to let you know about the new Readwise CLI (as well as our MCP, in beta)! Anything you've saved in Readwise/Reader (highlights, articles, PDFs, books, youtube, newsletters) is now instantly accessible from the terminal and your AI apps. We're pretty happy with how it turned out, and so far the reception has been great. Almost anything you can do inside of Readwise/Reader, you can do via these tools: * Do a full-text + semantic hybrid search across all of the Reader content in your library * Move/tag/archive your documents * Read the full content of any document * Sync all of your data to a local folder * Create highlights * Pull the highlights from your daily review You can install it (and learn more) here: * CLI: [readwise.io/cli](http://readwise.io/cli) * MCP: [readwise.io/mcp](http://readwise.io/mcp) They work with basically any AI app (Claude, Codex, ChatGPT, Perplexity, etc). We also created a repo with some cool [example skills](https://github.com/readwiseio/readwise-skills) you can use with them. And here's a video of the CLI in action: https://reddit.com/link/1s042y3/video/nhbl2ry60hqg1/player Curious what you think and if you find it helpful!
Show full
post r/MomentumOne u/_karayel 2026-03-21
Look, I've been there. You finish a mind-blowing book, feel like a genius for about 48 hours, then two weeks later someone asks what it was about and you're like "uh... it was good?" Meanwhile, you can still recite every word from that random SpongeBob episode you watched 15 years ago. What the hell, right? After diving deep into cognitive science research, memory expert podcasts, and neuroscience books (plus a lot of trial and error), I figured out why this happens and how to fix it. Turns out, your brain isn't broken. It's just that nobody taught you how reading and memory actually work together. The school system had us highlighting passages and rereading chapters like robots, which science now shows is basically useless for long term retention. Here's what actually works. # Step 1: Stop Being a Passive Reader (Your Brain is Lazy AF) Real talk. Your brain is designed to forget. It's not personal, it's biological. Your hippocampus is constantly deciding what's worth keeping and what's trash. If you're just passively scanning words without engaging, your brain labels it as "probably not important" and yeets it into the void. The solution? **Active reading**. This means you've got to interact with the material like you're having an argument with the author. * Ask questions while reading. "Why does this matter?" "How does this connect to what I already know?" "Do I actually agree with this?" * Argue back at the text. Challenge assumptions. Play devil's advocate. * Make predictions about where the argument is going before you turn the page. Neuroscientist Dr. Barbara Oakley talks about this in her book *A Mind for Numbers*. She explains that active engagement creates stronger neural pathways. When your brain has to work to process information (instead of just absorbing it), it's way more likely to stick around. This book absolutely changed how I approach learning anything. It breaks down complex cognitive science into practical strategies that feel like actual life hacks for your brain. # Step 2: The Feynman Technique (Explain It Like Someone's Five) This one's gold. Named after physicist Richard Feynman, the technique is stupidly simple: If you can't explain something in simple terms, you don't actually understand it. After reading a chapter or section: * Close the book * Grab a piece of paper or open a note * Explain the concept out loud like you're teaching it to someone who knows nothing about the topic * Use the simplest language possible, no jargon When you hit a part where you stumble or can't explain it clearly, boom. That's your knowledge gap. Go back, reread that section, then try explaining it again. This forces your brain to retrieve and reconstruct the information, which is way more powerful than just rereading. Cognitive scientists call this "effortful retrieval," and research shows it's one of the most effective ways to cement learning into long term memory. # Step 3: Spaced Repetition is Your Secret Weapon Here's a brutal truth: You will forget most of what you read unless you review it multiple times over increasing intervals. This isn't a character flaw. It's called the forgetting curve, discovered by psychologist Hermann Ebbinghaus back in the 1880s. The hack? **Spaced repetition**. Review information at strategic intervals: * First review: 1 day after reading * Second review: 3 days later * Third review: 1 week later * Fourth review: 2 weeks later * Fifth review: 1 month later Use an app like Anki or RemNote to automate this. These apps use algorithms based on cognitive science to show you information right before you're about to forget it. Sounds nerdy, but it's insanely effective. I use Anki for everything from book concepts to random facts I want to remember, and it's genuinely changed my retention game. For a deeper dive into how memory works, check out *Make It Stick: The Science of Successful Learning* by Peter Brown, Henry Roediger, and Mark McDaniel. All three authors are cognitive scientists, and this book is basically the bible of evidence based learning strategies. It destroys so many myths about studying and memory (like the idea that rereading helps) and replaces them with techniques that actually work. Honestly one of the best learning books you'll ever read. # Step 4: Take Notes Like a Savage (But Smart) Don't just highlight. Don't just underline. That stuff gives you the illusion of learning without actual learning happening. Instead, use the **Cornell Note Taking Method** or create **concept maps**: * Write main ideas on one side, supporting details on the other * Draw connections between concepts with arrows and diagrams * Summarize each section in your own words at the bottom * Use different colors to categorize information types The physical act of writing (not typing) activates different parts of your brain and improves encoding. A study from Princeton and UCLA found that students who took handwritten notes performed better on conceptual questions than those who typed. Also, write your notes as if you're explaining them to your future forgetful self. Because you will forget. Trust me. # Step 5: Connect New Info to Stuff You Already Know Your brain is basically a giant web of connected ideas. New information sticks better when you can hook it onto existing knowledge. This is called **elaborative encoding**. When you learn something new, ask yourself: * What does this remind me of? * How is this similar to or different from something I already know? * Can I create a metaphor or analogy for this concept? * Where in my life could I apply this? The more connections you build, the more "hooks" your brain has to retrieve that information later. It's like creating multiple pathways to the same destination. The book *Limitless* by Jim Kwik dives deep into this. Kwik is a brain performance coach who's worked with everyone from students to Fortune 500 CEOs. He breaks down memory techniques, speed reading, and focus strategies in a way that's actually applicable to real life. His stuff on creating vivid mental associations for memory is particularly fire. This book will seriously make you rethink what your brain is capable of. # Step 6: Test Yourself Relentlessly (Pain = Gain) Pop quiz: What did you learn three paragraphs ago? If you struggled to recall it, good. That struggle is literally building stronger memories. **Self testing** (also called retrieval practice) is one of the most powerful learning tools, but most people avoid it because it feels uncomfortable. We'd rather reread, which feels easier but is way less effective. Try these: * After each chapter, close the book and write down everything you remember * Create flashcards with questions on one side, answers on the other * Explain concepts out loud without looking at your notes * Take practice tests if available The harder you have to work to retrieve information, the stronger the memory becomes. It's like lifting weights for your brain. # Step 7: Sleep On It (Literally) This isn't some woo woo advice. Sleep is when your brain consolidates memories and transfers information from short term to long term storage. If you're cramming info into your brain then staying up late binge watching shows, you're basically sabotaging yourself. Research from Harvard Medical School shows that people who sleep after learning retain information significantly better than those who stay awake. During deep sleep, your brain replays and strengthens the neural patterns formed during learning. So yeah, get your 7 to 8 hours. Your memory will thank you. # Step 8: Teach Someone Else (The Ultimate Test) Remember the Feynman Technique from earlier? Take it further. Actually teach someone else what you learned. Start a study group, explain concepts to a friend, or even create content about it (write a blog post, make a video, post on Reddit). Teaching forces you to: * Organize information coherently * Fill in gaps in your understanding * Answer questions you didn't think to ask yourself * Reinforce the material through repetition Plus, when you teach something, you remember it way better. Studies show that students who prepare to teach material learn it more thoroughly than those studying for a test. If you don't have someone to teach, try the "rubber duck method" used by programmers. Explain the concept out loud to an inanimate object. Sounds weird, works great. # Step 9: Create a Second Brain System Your biological brain is for having ideas, not storing them. Build an external system to capture and organize what you learn so you're not relying purely on memory. Use tools like: * Notion or Obsidian for interconnected note taking * Readwise to sync highlights from Kindle and resurface them periodically * BeFreed, an AI personalized learning app built by Columbia alumni and Google experts. Type in something like "I want to retain what I read about cognitive science and memory techniques," and it generates a custom audio learning plan pulling from books like the ones mentioned here, research papers, and expert insights in neuroscience and learning optimization. The depth is adjustable, from quick 10-minute summaries to 40-minute deep dives with examples. Plus there's a virtual coach you can chat with about your specific struggles with retention, which helps reinforce concepts through conversation. * A simple Google Doc with summaries of every book you read The app Readwise is particularly clutch. It automatically imports your book highlights and sends you a daily email with random highlights from your past reading. It's like spaced repetition on autopilot for your book notes. Keeps ideas fresh without you having to manually review everything. The goal isn't to remember everything forever. It's to build a system where you can quickly find and recall information when you need it. Bottom line: Your memory isn't the problem. The way you were taught to read and learn is the problem. Reading without a strategy is like going to the gym and just standing there. You've got to put in the work: engage actively, test yourself, space out reviews, and connect new knowledge to old. Do this stuff consistently, and you'll actually remember what you read instead of feeling like your brain is a leaky bucket. Your future self will be grateful.
Show full
post owned r/readwise u/derekvan 2026-03-21
[https://github.com/derekvan/Readwise-recommender](https://github.com/derekvan/Readwise-recommender) This project creates a detailed profile from your existing Readwise highlights (which you can then tweak, or you can just create from scratch, or I guess use an LLM to create based on other data), then uses that profile to score documents in your Later queue (or anywhere if tagged with a tag you specify) and then serve them to you on a daily basis. Previously, documents were scored with keyword search of abstract. Now, full-text of documents are read and score using the QMD app (via node, no continuous LLM tokens needed). Basically, what this allows me to do is save indiscriminately into Readwise, move promising articles into the Later bucket, then use this system to reveal them according to my interests. Also, it allowed me to declare "bankruptcy", move tons of documents into the archive with a tag, then use this system to surface relevant ones along with my more recent "later" documents.
Show full
post r/ConnectBetter u/quaivatsoi01 2026-03-21
I spent months studying frame control after noticing how easily people walked over me. I'd agree to things I didn't want, backtrack on my opinions, and somehow always end up accommodating everyone else's needs. Then I stumbled into a rabbit hole of psychology research, body language studies, and way too many podcasts about social dynamics. What I found completely changed how people interact with me. Frame is basically your reality bubble. It's the vibe you project about who you are and what you're about. When you have strong frame, people naturally adjust to your energy instead of you constantly adjusting to theirs. The wild part? Most frame issues aren't about confidence. They're about inconsistent self-concept and unclear boundaries. The core shifts that actually work: Stop explaining yourself into oblivion. This was huge for me. When you justify every decision or opinion, you're basically asking for permission to exist. Research from social psychology shows that over-explaining signals uncertainty, which makes others question your position. Notice how people with solid frame just state things. "I'm not available that day" instead of "I can't make it because my cousin's friend is having this thing and I already committed and..." You get it. State your position once, maybe twice if needed, then stop talking. The silence feels uncomfortable at first but it forces the other person to either accept your frame or reveal they're trying to manipulate you. Match actions to words religiously. Your subconscious picks up on every tiny inconsistency between what you say and what you do. So does everyone else's. This is where most frame collapses happen. You say you value your time but respond to texts immediately at 2am. You claim certain standards but compromise them when tested. The Charisma Myth by Olivia Fox Cabane breaks this down beautifully. She's a former advisor to executives at Google and Harvard, and the book won multiple behavioral science awards. Her research shows that perceived authority comes from behavioral congruence, not dominance. When your actions consistently match your stated values, people's brains categorize you as trustworthy and high-status. This book made me rethink everything about presence. Best book on frame I've ever read. Start small. If you say you'll call at 3pm, call at 3pm. If you commit to a boundary, hold it the first time it's tested. Your brain is tracking everything. Develop actual convictions. Empty confidence is just noise. Strong frame comes from knowing what you believe and why. I started using Readwise to capture insights from everything I read and revisit them daily. This app pulls highlights from books, articles, podcasts and resurfaces them through spaced repetition. Sounds nerdy but it's insanely good for building a coherent worldview. You start noticing patterns across different sources, and your opinions become rooted in actual knowledge instead of whatever you last heard. The algorithm adapts to what resonates with you, so over time you're reinforcing ideas that actually matter to you. Game changer for developing intellectual frame. BeFreed is an AI-powered learning app that pulls from high-quality sources like books, research papers, and expert interviews to create personalized audio podcasts tailored to your goals. Built by a team from Columbia University and Google, it's designed for people who want structured learning that actually fits into daily life. You can tell it what you want to work on, like improving frame control or social skills, and it generates content at whatever depth you need, from a 10-minute overview to a 40-minute deep dive with examples. The adaptive learning plan evolves based on your progress and struggles. You can also customize the voice to match your mood, whether that's something calm for evening learning or more energetic for commutes. Makes it easy to stay consistent without feeling like another task on your list. Control your emotional reactions. Not suppressing them, controlling them. There's a massive difference. When someone says something provocative or tries to push your buttons, that split second before you respond is everything. Try this: When you feel triggered, exhale slowly before speaking. It activates your parasympathetic nervous system and gives your prefrontal cortex time to engage. Sounds too simple to work but the neuroscience is solid. People with strong frame aren't emotionless, they just don't let others dictate their emotional state. Body language is frame made visible. Take up space. Not in an obnoxious way, just stop making yourself smaller. Sit back in chairs instead of perching on the edge. Walk at your natural pace instead of rushing to match others. Make eye contact during the moments that feel slightly uncomfortable. There's a great YouTube channel called Charisma on Command that breaks down frame control through celebrity examples. They analyze people like Denzel Washington and Keanu Reeves, showing exactly how they maintain frame in interviews and challenging situations. Super practical stuff. Watch their video on "how to be respected without being a jerk" for a masterclass in calm dominance. Question your need for approval. This is the root issue usually. Every time you break frame, there's a desire for validation underneath. You change your opinion because you want someone to like you. You over-explain because you need them to understand. You accommodate because you fear rejection. Start noticing when you're about to compromise your frame and ask what you're actually afraid of. Usually it's not that scary. The discomfort of holding your ground is temporary. The resentment from constantly folding lasts forever. Pick your battles but fight the ones that matter. Strong frame doesn't mean being rigid about everything. It means knowing which hills are worth dying on. If something violates your core values or boundaries, that's where you plant your feet and don't move. Everything else is negotiable. The shift happens gradually. People start treating you differently because you're treating yourself differently. They sense you're not looking for their approval, and weirdly, that makes them seek yours. You stop attracting people who need you to be small, and start attracting people who appreciate you at full size. Frame isn't about dominating others. It's about refusing to abandon yourself in social situations. That's it.
Show full
post owned r/readwise u/Correct-News-8321 2026-03-20
Is connecting Readwise MCP to Claude not available for Claude free users anymore? Can’t seem to find where to add a custom connector.
post r/TheIronCouncil u/stephyguo1026 2026-03-20
Here's what nobody tells you: being interesting has nothing to do with how many countries you've visited or how impressive your job title sounds. I've spent years studying charisma, social dynamics, and human psychology through books, podcasts, and research, and here's the uncomfortable truth: most people are boring as hell because they're trying way too hard to be interesting. The paradox? People who obsess over being interesting are often the least interesting. Meanwhile, the ones who genuinely fascinate others aren't even thinking about it. They've cracked a code that most people miss entirely. Let me break down what actually works, backed by research and real insights from experts who've studied this subject for decades. Step 1: Stop Performing, Start Being Curious The biggest mistake? Treating conversations like a performance where you're the main act. Newsflash: nobody gives a shit about your monologue. Robert Greene talks about this in "The Laws of Human Nature" (bestselling book, over 4 million copies sold, this guy knows his shit). He explains that the most magnetic people are obsessively curious about others. Here's the move: ask questions that actually dig deeper. Not the boring "what do you do?" crap. Try "what's been taking up most of your headspace lately?" or "what's something you've changed your mind about recently?" These questions make people think, and when someone feels intellectually stimulated around you, they remember you. The psychology behind this is wild. When you make someone talk about themselves in meaningful ways, their brain releases dopamine. You literally become associated with feeling good. That's not manipulation, that's just understanding how humans work. Step 2: Collect Weird Knowledge (On Purpose) Interesting people have knowledge. They don't just know their field, they know random shit from everywhere. Read about mythology, then jump to neuroscience, then learn about 1920s architecture. This isn't about showing off, it's about building a mental library of ideas that connect in unexpected ways. Check out "Range" by David Epstein (an award-winning science journalist). This book challenges everything you think about specialisation. Epstein shows that generalists who pull from multiple fields are actually more creative and interesting than narrow specialists. The best ideas come from cross-pollinating knowledge from different domains. Practical tip: Use an app like Readwise to capture highlights from books, articles, and podcasts. Then actually review them. Your brain needs to see these ideas multiple times to make connections. I've been using it for a year, and the random knowledge combinations that pop up in conversations are insane. For anyone serious about building that knowledge range efficiently, there's also BeFreed, an AI-powered learning app built by Columbia University grads and former Google engineers. It pulls from thousands of books, research papers, and expert interviews on psychology, communication, and social dynamics, then generates personalised audio learning plans based on exactly what you want to improve, like "become more charismatic in conversations" or "develop more interesting opinions." You control the depth, from 10-minute summaries to 40-minute deep dives with examples and context. The app has a virtual coach called Freedia that you can chat with mid-podcast to ask questions or get book recommendations. Plus, you can customise the voice. I use the sarcastic style because it keeps complex psychology digestible. Makes absorbing all this knowledge way more practical when you're commuting or at the gym. Step 3: Have Actual Opinions (And Defend Them) Nothing is more forgettable than someone who agrees with everything. Interesting people have spicy takes. Not to be contrarian assholes, but because they've actually thought deeply about things. Listen to "The Jordan Harbinger Show" podcast; this guy interviews everyone from FBI negotiators to cult survivors to business legends. What makes it incredible? He doesn't just nod along. He pushes back, questions assumptions, and explores the uncomfortable angles. That's what makes conversations electric. You need opinions on stuff that matters to you. Maybe you think morning routines are overrated bullshit. Maybe you believe cryptocurrency is a pyramid scheme. Whatever. Just have reasoned positions you can explain. People respect conviction, even when they disagree. But here's the key: be willing to change your mind when presented with better information. That's not weakness, that's intelligence. And it's wildly attractive in conversations. Step 4: Master the Art of Storytelling Data shows people remember stories 22 times more than facts alone. If you can tell a good story, you're already in the top 10% of interesting people. Read "Storyworthy" by Matthew Dicks (bestselling author, literally teaches storytelling workshops to thousands). This book will completely change how you talk about your experiences. The secret? Every story needs a transformation moment. Not just "I went to Thailand," but "I went to Thailand thinking I needed adventure, and came back realising I was running from something." Practice this: take boring everyday moments and find the internal shift. Got stuck in traffic? Cool. What realisation did you have while sitting there? That's your story. The external event is just the vehicle for the internal change. Step 5: Develop Taste (In Literally Anything) Interesting people have refined taste in something. Could be coffee, could be music, could be obscure films, doesn't matter. What matters is that you care deeply enough about something to develop informed opinions. Try the app "Likewise" for discovering high-quality movies, books, and shows recommended by people with actual taste, not just algorithm garbage. When you have genuine enthusiasm for something and can explain why it's good beyond surface level, people lean in. This isn't snobbery. It's about having standards and being able to articulate what makes something exceptional versus mediocre. That level of discernment is magnetic. Step 6: Be Comfortable with Silence This sounds backwards, but interesting people don't fill every silence with noise. They let conversations breathe. They're comfortable with pauses because they're not anxious about being perceived as boring. Research from communication studies shows that strategic silence makes you appear more thoughtful and confident. It also gives the other person space to think deeper and share more vulnerable stuff. Next conversation: try waiting an extra 2 seconds before responding. Watch how the quality of dialogue shifts. People start sharing the real thoughts, not just the rehearsed surface stuff. Step 7: Live a Life Worth Talking About Here's the hard truth: you can't fake being interesting if your life is boring. You need to actually do things. Take risks. Try weird hobbies. Fail at stuff publicly. Have adventures, even small ones. This doesn't mean spending tons of money on travelling. It means being intentional about novelty. Take a different route to work. Try a restaurant that scares you a little. Go to that event alone where you know nobody. Your brain needs new experiences to generate interesting thoughts. If you do the same shit every day, you'll have the same thoughts and same conversations as everyone else. Check out "The Courage to Be Disliked" by Ichiro Kishimi (Japanese bestseller, based on Adlerian psychology, absolutely mind-bending). It argues that interesting people aren't trying to please everyone. They're living according to their own values, which naturally makes them stand out. The bottom line? Being interesting isn't a personality trait you're born with. It's a skill set you build through curiosity, conviction, knowledge range, and actually living. Stop trying to impress people and start being genuinely fascinated by the world. That's the difference between someone people tolerate and someone people actively seek out.
Show full
post owned r/readwise u/peterb999au 2026-03-20
I use the podcast app Snipd, which enables me to save short extracts from podcasts (called 'snips') and sync them (as a short transcript) to Readwise. They used to appear in my Readwise Daily Review but recently they've all disappeared and been replaced by the phrase "one minute snip". Any ideas, please, as to what's going on here?
post owned r/readwise u/Express-Program3847 2026-03-19
I´m reading my books and articles on a Boox TabX. Mostly epub, occasionally pdf. What is the best (and easiest method to send my highlights to Readwise? Tnx in advance.
post owned r/readwise u/sh0nuff 2026-03-19
Long time Readwise user (since Beta days), and with all the development swapping over to Reader, I've been struggling a little to get acclimated to it's useage. One thing I'm really confused about is how the Daily Digest works. I currently only have a couple RSS feeds autopopulating content into Reader, but it seems that if nothing new is added then things are unearthed from my archived, read later, or shortlisted content. For me, these are all books that I am storing in Readwise for consumtion on my own terms, so opening my Daily feed to be endlessly reminded about one of my books isn't what I;m interested in.. It seems like it would be pretty simple to have an option to not push a daily notification if there's no new content to be consumed, and to also disable certain types of long form content like books from being suggested as part of this feed. For now I've disabled the Daily Digest, and check things manually every week or so, but I'm looking forward to seeing a bit more granularization in the options for the app.
Show full
post r/raindropio u/Signal-Cry-7185 2026-03-18
I built a Chrome extension that summarizes YouTube videos with AI and saves them directly to your [Raindrop.io](http://Raindrop.io) collection. The problem: I bookmark YouTube videos all the time but never go back to them because there's no context about what's in the video. Now when I save a video, it comes with an AI summary I can actually search and skim later. **What gets saved to Raindrop:** YouTube URL as the bookmark link AI summary in the note field Full transcript appended (optional, up to 10K characters) Your custom tags as Raindrop tags Video thumbnail as cover image Auto-parsed metadata Summary options: Quick overview, balanced summary, detailed analysis, action items, or academic/study notes format. Pricing: 10 free summaries/month, no API key needed. Or use your own OpenAI key for unlimited (\~$0.06 per 10-min video). Setup: Create an app at Raindrop Settings → Integrations → generate a test token → paste it in the extension. Takes about 30 seconds. Bookmarks go to your Unsorted collection by default, so you can organize them from there like any other Raindrop bookmark. It also supports Notion, Capacities, Readwise, and Markdown download if you want to save to multiple places. Chrome Web Store: [https://chromewebstore.google.com/detail/tubenotes-youtube-summari/lmhkpjgfhmabeiladbjnbimcddkbpnfm](https://chromewebstore.google.com/detail/tubenotes-youtube-summari/lmhkpjgfhmabeiladbjnbimcddkbpnfm) Happy to answer questions and would love feedback on things I can improve or add!
Show full
post owned r/readwise u/Signal-Cry-7185 2026-03-18
Hey! I watch a lot of YouTube for learning and wanted a way to get the key ideas into my Readwise review rotation without manually copying notes. So I built a Chrome extension that does it automatically. **How it works:** Go to any YouTube video with captions Click "Save Now" (button appears under the video) AI generates a summary (5 formats: quick, detailed, action items, etc.) Summary gets saved as a Readwise highlight **What shows up in Readwise:** The video appears as an "article" source in your library AI summary is the highlight text Video title as the source title, channel as author Thumbnail as cover image Tags via inline format (.tubenotes plus any custom tags you add) Source URL links back to the video So the highlights show up in your daily review just like any book or article highlight would. Pricing: 10 free summaries/month with no setup. Or bring your own OpenAI key for unlimited (\~$0.06 per 10-min video). Setup: Install → paste your Readwise access token from [readwise.io/access\_token](http://readwise.io/access_token) → done. It also saves to Notion, Capacities, Raindrop.io, or as a downloadable Markdown file if you want summaries in multiple places. Chrome Web Store: [https://chromewebstore.google.com/detail/tubenotes-youtube-summari/lmhkpjgfhmabeiladbjnbimcddkbpnfm](https://chromewebstore.google.com/detail/tubenotes-youtube-summari/lmhkpjgfhmabeiladbjnbimcddkbpnfm) Would love feedback from other Readwise users. What would make this more useful for your workflow?
Show full
post owned r/readwise u/Misio72 2026-03-18
If you use Reader to save and watch YouTube videos, you may have noticed that almost all Alex Hormozi videos now show "Video unavailable – Playback on other websites has been disabled by the video owner" instead of playing inline. He's set them to disallow embedded playback. This completely breaks the Readwise workflow where you save a video, watch it in-app, and highlight the transcript as you go. It's one of the main ways I consume long-form YouTube content and take notes. The whole point is a distraction-free experience, I don't want to go to YouTube to watch it. And yes, I know there are browser extensions that hide recommendations and comments, but that's not the same as staying in a focused reading/note-taking environment without touching YouTube at all. I ended up building a local workaround, a script that watches my Readwise saves, auto-downloads new Hormozi videos with subtitles, and feeds them into a self-hosted media server. The transcripts still exists in Readwise so I can highlight, annotate and review them. It replicates the old experience but it took some initial effort rather for something that used to just work. **What I'm curious about:** * Is anyone else running into this? Or am I the only one who cares about this niche workflow? * **Why would Hormozi do this?** My guesses: * Algorithm optimization – force watch time to happen on YouTube so it counts for recommendations and keeps people on his channel * Someone was abusing his content by embedding it on their own site or course * General IP protection * If anyone has access to the Hormozi team, I'd genuinely love to know the reasoning. I doubt he or his team will ever see this, and I get that the number of people using Readwise Reader for YouTube is tiny – but I'm curious about the motivation behind it. Has anyone else noticed other creators doing this?
Show full
post owned r/readwise u/stefferri 2026-03-18
I kept hitting the same problem: content that doesn't clip well into Reader. Infographics, charts, text baked into images, pages behind cookie walls, complex layouts that break during parsing. The official extension is excellent for articles, but visual-heavy content was always a gap for me. So I built **ReadSnap** to fill it. Here's what it does: - **Full-page capture** — auto-scrolls and stitches into a single image - **Area select** — draw a rectangle, capture just that region - **Local OCR** — extracts text from the screenshot using Tesseract.js, entirely in your browser. Nothing leaves your machine. - Sends the image + extracted text to your Reader library via the official API The key thing: your captures become **searchable and highlightable** inside Reader because of the OCR text layer. A few more details: - English + Italian OCR (more languages possible if there's interest) - Configurable default tags for organizing captures - Image and OCR can be toggled independently - Shortcuts: `Ctrl+Shift+S` (full page) / `Ctrl+Shift+A` (area) - **Completely free. No ads, no tracking, no data collection.** Just your Readwise token. Chrome Web Store: https://chromewebstore.google.com/detail/readsnap/bainpadjfifbpkbdplccipojmdcmbide I'd genuinely appreciate feedback — especially on OCR accuracy, edge cases that break, or features that would make this more useful for your workflow. This is a personal project I built for my own needs, and I'm happy to share it with the community. *ReadSnap is an independent project, not affiliated with or endorsed by Readwise, Inc.*
Show full
post owned r/readwise u/max-at-readwise 2026-03-18
Hey folks, happy Wednesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#march-13-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * 🎬 **Improved YouTube Parsing** — YouTube started aggressively throttling our caption translation requests, but Ibai and Mitch found some ways to make YouTube videos parse significantly faster. * ⚡ **Improved API Performance** — Piotr improved compression to four high-bandwidth API endpoints (including the document list and export endpoints). Responses should be noticeably faster, especially on slower connections. * 📱 **Fixed Subscriptions** — Google Play will now properly display subscription details and links to manage your subscription, thanks to Tristan. * 🔗 **Fixed X/Twitter DM Sync** — Ibai fixed an issue preventing some tweets DM'd to the Reader account from syncing properly to Readwise and Reader. * 🐦 **Fixed Twitter List Emojis** — Krzys fixed an issue where Twitter/X lists imported into Reader sometimes displayed oversized emojis that disrupted the layout. Emojis now render at the correct size. * 🛜 **Parsing Updates** — Krzys improved how Reader handles documents from [bloomberg.com](http://bloomberg.com/), [sparknotes.com](http://sparknotes.com/), [wavelength.asana.com](http://wavelength.asana.com/), and [samhenri.gold](http://samhenri.gold/). He also added support for [wapo.st](http://wapo.st/) redirect links and fixed several RSS feed parsing issues. If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
post r/alternativeto u/Alone-Gur-1791 2026-03-18
(no body — comment matched in title or URL only)
post r/eink u/robhague 2026-03-17
I recently picked up a Boox Go 7 with the intention of replacing both my Kindle (for ebooks) and iPad Mini (for articles, specifically Readwise Reader). So far, I'm pretty happy with it, aside from one thing: the shape. The physical page turn buttons are a plus, but the almost-square overall footprint makes it a bit unwieldy. In a lot of ways, it feels more like the 8" iPad Mini rather than my Kindle Paperwhite. The latter can easily slip into a (large) pocket, whereas the Boox can't. I'm going to give the Boox a little while longer to see if I get used to it, but I'm wondering if I'd be better off with something closer to the Paperwhite in form factor, even if that means going down to a 6" screen. Given that I need the ability to load Android apps, the only thing close I can find is the BigMe B6. What are people's experiences with that device? Are there any others I should check out?
Show full
post r/SocialBlueprint u/Best_Volume_3126 2026-03-17
Okay, real talk. I've spent the last year diving deep into neuroscience, reading everything from books to research papers to random 3am YouTube rabbit holes, and I've realized something wild: most of us are walking around with brains running on fumes. We're overstimulated, understimulated in the right ways, and genuinely don't know how powerful our minds could actually be.  This isn't about becoming some productivity robot. It's about making your brain interesting, sharp, and honestly just more fun to live inside. Because a sexy brain isn't just smart, it's curious, resilient, and genuinely engaging to be around. Here's what I've learned from the best sources out there: 1. Read like your life depends on it (because mentally, it kinda does) Your brain literally reshapes itself based on what you feed it. This is neuroplasticity in action. Reading complex material forces your brain to build new neural pathways, increases empathy, and makes you way more interesting in conversations. Start with "Why We Sleep" by Matthew Walker. This dude is a sleep scientist at UC Berkeley and the book won basically every science award imaginable. The intro alone will make you realize you've been sabotaging your brain for years. He breaks down how sleep deprivation literally makes you stupider, uglier, and more prone to disease. The writing is crazy accessible for a neuroscience book. Insanely good read that'll make you question your entire nighttime routine. Another one: "Thinking, Fast and Slow" by Daniel Kahneman (Nobel Prize winner). This book will make you question everything you think you know about how your own mind works. It's dense but life changing. Understanding cognitive biases makes you less manipulatable and way better at decision making. 2. Learn something genuinely difficult Pick up a new language, learn an instrument, study chess, whatever. The key is it needs to be HARD. Your brain gets sexy when it struggles and adapts. Duolingo is okay for basics but try Anki for serious retention. It uses spaced repetition which is basically hacking your memory. I also love the app Brilliant for learning math, science, and computer science through actual problem solving, not passive watching. The neuroscientist Andrew Huberman talks about this constantly on his podcast. Struggle and confusion aren't signs you're failing, they're signs your brain is literally rewiring itself. That uncomfortable feeling is growth. 3. Build a proper information diet Stop doomscrolling. I know everyone says this but hear me out. Your brain can't tell the difference between real threats and digital ones. Constant negative news literally rewires your amygdala to be more anxious. Curate what enters your brain as carefully as what enters your body. I use Readwise to save and resurface the best stuff I read. The app Matter is also great for saving articles and newsletters without the distraction of social media. If you want to go deeper on neuroscience and cognitive enhancement but don't have time to read everything, there's an AI learning app called BeFreed that pulls from books like the ones mentioned above, plus research papers and expert talks. You type in something specific like "i want to understand how my brain works and make it sharper" and it generates a personalized audio learning plan just for you.  You can customize the depth too, from quick 10-minute summaries to 40-minute deep dives with detailed examples. The voice options are genuinely addictive, like that smoky, conversational tone from the movie Her. It's built by AI experts from Google and Columbia grads, so the content quality is solid and science-based. Makes complex neuroscience way more digestible when you're commuting or at the gym. Subscribe to quality newsletters like Farnam Street or Wait But Why. Long form, researched, actually interesting content that makes you think rather than react. 4. Have interesting conversations with interesting people This is huge and super underrated. Your brain gets sharper when it's forced to articulate complex ideas and defend positions. Find people who challenge your thinking without being jerks about it. Join communities around your interests. Reddit has some incredible niche subreddits. Discord servers for specific topics. Local meetups. The goal is intellectual friction in the best way. Cal Newport's book "Deep Work" talks about this indirectly. He's a computer science professor at Georgetown who writes about focus and productivity. The book argues that the ability to do concentrated, cognitively demanding work is becoming rare and therefore extremely valuable. Your brain gets sexy when it can actually focus deeply, and meaningful conversation requires exactly that skill. 5. Move your body to upgrade your brain Exercise isn't just about looking good. Cardio literally creates new brain cells in your hippocampus (memory center). Resistance training increases BDNF which is like fertilizer for your brain. John Ratey's "Spark: The Revolutionary New Science of Exercise and the Brain" breaks this down perfectly. He's a Harvard psychiatry professor and the research is wild. Exercise is basically the closest thing we have to a cognitive enhancement drug. Even just walking 30 minutes daily makes a massive difference. Your brain needs oxygen and movement to function optimally. 6. Practice metacognition (thinking about thinking) Journal regularly about what you're learning and how you're thinking. This sounds pretentious but it genuinely makes you smarter. The app Day One is great for this. Just spend 10 minutes reflecting on what you learned that day, what confused you, what connections you made. When you force yourself to explain concepts in writing, you identify gaps in your understanding. This is called the Feynman Technique and it's wildly effective. 7. Embrace boredom strategically Your brain needs downtime to process and consolidate information. Constant stimulation prevents deep thinking. Take walks without headphones. Sit in waiting rooms without your phone. Let your mind wander. This is when your brain does its best background processing and creative connecting. Researcher Manoush Zomorodi wrote "Bored and Brilliant" about this exact phenomenon. When you're understimulated, your brain activates its default mode network which is responsible for creativity and problem solving. 8. Optimize for sleep and recovery Everything above means nothing if you're sleep deprived. Your brain consolidates memories and clears metabolic waste during sleep. Skimp on it and you're basically trying to fill a leaky bucket. 7-9 hours, consistent schedule, cool dark room, no screens before bed. Use the app Sleep Cycle to track patterns if you want data. The reality is our education system and modern lifestyle aren't designed to make our brains actually sexy. They're designed for compliance and consumption. But you can override that. Your brain is plastic, adaptive, and capable of so much more than you think. It won't happen overnight but consistently applying even a few of these will compound over time. In six months you'll be sharper, more interesting, and genuinely more capable. And that's pretty damn sexy.
Show full
post r/TechGhana u/PythonicG 2026-03-17
I read a lot of technical books as a developer — PDFs on my laptop. Every time I highlight something or cross out a section I disagree with, it just... sits there in the PDF. No organisation, no way to search across books, no memory of what I actually learned six months ago. So I'm building something to fix that. **The idea:** Upload your PDF books, read them in the browser, and whenever you highlight or strikethrough text, the app automatically tags it with the book title, page number, and timestamp. Everything is organised per book, but you can also search across your entire library — so if you highlighted something about async I/O in three different books, one search surfaces all of it. The end goal is an "Ask AI" feature where you can literally ask questions over your own highlights. Like: *"What did I learn about database indexing?"* — and it pulls the most relevant passages from everything you've ever annotated. Would love to know: do any of you have a system for organising what you learn from books? Notion, Obsidian, Readwise? What's missing for you?
Show full
post owned r/readwise u/sardonicoperasinger 2026-03-17
Has anyone done this? I've followed the instructions [here](https://readwise.io/changelog/diigo-import), but when I enter my diigo credentials, I get the reply "invalid credentials," though I've double checked my password on diigo. Curious also for those who imported their highlights, whether they've gotten the annotations to their highlights to load as well. Recently there's been a big with diigo being inaccesible, so I imagine I'm not the only one looking for a new app that includes its capabilities. Thanks!
Show full
post owned r/readwise u/holzpuppet 2026-03-16
The original version of this post was way too polished — I leaned on Claude to write it and it read like a pitch deck. Fair criticism. Here's what I actually want to say: I use Reader for everything. It's the center of my PKM. But every Instagram link I save is basically a dead link — no caption, no transcript, nothing searchable. It just sits there. The thing is, I work in media buying. Instagram is where I find ad breakdowns, creative strategies, hooks, competitor analysis. It's not casual scrolling — it's work research. And none of it makes it into Reader. So I built my own scraping + transcription pipeline. It works. But honestly, I don't want another app. I want this inside Reader where it belongs. Reader already handles YouTube transcripts. Instagram Reels are the same problem. Reader already supports BYO OpenAI keys. A scraping API key next to it would unlock the whole thing — zero cost to Readwise. Meanwhile thesecondbrain.io is literally building their business in this gap. The Canny feature request has 93 votes: https://readwise.canny.io/reader-features/p/parsing-of-instagram-posts-and-videos If you also save Instagram content and wish it actually worked in Reader — upvote it. I posted a technical breakdown there too. Anyone else dealing with this? (EDIT: Fair enough on the AI criticism — the original post was written with Claude and it showed. The actual problem is real though. I'm a media buyer, I save dozens of Instagram posts per week for work, and they're all dead links in Reader. I built a working pipeline to fix it for myself (scraping → Whisper → GPT enrichment, 112 tests, the whole thing). But I'd rather have it native in Reader than maintain another tool. If the feature request resonates, the Canny link is in the post. If not, no hard feelings.)
Show full
post r/noteapps u/memory-system 2026-03-16
I’ve gone deep on every tool. Notion, Obsidian, Raindrop, Pocket, Readwise. they all solve the capture side beautifully. none of them solve the retrieval side. you still have to remember to go back. you still have to search. the system waits for you. the missing piece is proactive recall — the system coming to you with what you saved, at the right moment, without you initiating anything. genuinely curious — has anyone found a tool that actually does this well? or a personal system that works?
Show full
post owned r/readwise u/samikki 2026-03-16
Created a bathroom-break compatible personalized Reader feed summary app for my watch.  It is based on an AI-summarizer which creates summaries from my Readwise feed+articles, drives them through LLM with my personalized taste profile (created from my highlights history in Obsidian) and creates both daily long reads summary ([example - in Finnish](https://readwise.io/reader/shared/01kktktqsr4v943xkz2hq18gje)) and a four-times-a-day watch summary ([example - in Finnish](https://readwise.io/reader/shared/01kktq5m5m4ej0k3atqhabba9n)), and a companion watchapp. See the source here: [https://github.com/samikki/readwise-ai](https://github.com/samikki/readwise-ai)
Show full
post r/SideProject u/Comfortable-Part1837 2026-03-16
I keep running into a personal frustration and I'm trying to figure out if it's just me or if it's widespread. The problem: I save content across Reddit, YouTube, and Twitter constantly, but each platform stores saves in complete isolation. There's no cross-platform search, no tagging system that spans all three, and no way to organize everything into collections. I've looked at: Raindrop (great for URLs, doesn't pull Reddit/YouTube saves natively), Pocket (article-focused, not social content), Readwise Reader (excellent for articles/newsletters, not for social platform saves), and a bunch of manual workflows involving Notion that I always abandon within a week. From what I can tell, nothing actually solves the specific problem of syncing what you've already saved inside these platforms and making it searchable in one place. Am I missing something obvious? Has anyone built this, found this, or tried to build this and hit a wall?
Show full
post r/eink u/krstf 2026-03-15
Hi! I’ve been a loving Kindle Paperwhite user for years, but I’m feeling the itch to do more with e-ink. Atm I'm looking at the reMarkable Paper Pro Move, but certain things make me hesitant. What I love about my paperwhite: * The eink display.. duh : ) * Warm backlight with dark mode for night reading. * Smooth performance and reading experience. * Sending out highlights automaticaly (to readwise in my case). * The pocket size and that the battery lasts forever. Why I’m looking to upgrade: * I want to be able to read my saved magazine articles on e-ink (main reason) * I love eink - I want to do more on it. Notes sounds great. My big questions about the Move: * Is it too limiting? * Somewhere I even read it is not ment for reading? What is the reading experience? * Does the chrome extension work well? Could it replace my Readwise Reader read-it-later experience (I am no power user)? Info here is a bit thin. * Can you read in dark mode? * Can you use it in black-n-white or is the colour forced? I’d love to hear from anyone who transitioned from a eink reader to Move for reading purpose mainly. Was it worth it? Or any other suggestions? Thanks in advance! K
Show full
post r/BlackberryAI u/Annual_Judge_7272 2026-03-15
Reddit can work as a makeshift personal knowledge repository—plenty of people use it that way by creating private subreddits (or just saving/bookmarking posts in their own profile), posting notes to themselves, or building collections via saved threads. It's free (with Premium perks like better search), searchable, supports markdown/images/links, and you already know the interface. But honestly, \*\*it's rarely the actual "winner"\*\* for dedicated personal knowledge storage in 2026. Most folks who seriously build a "second brain" or long-term knowledge base move away from Reddit because of several limitations. \### Quick Pros/Cons of Reddit for Personal Knowledge Storage \*\*Pros\*\*: \- Super familiar UI (no learning curve) \- Easy to post text, images, links, polls \- Search + saved items (Premium helps with better organization/search) \- Can make private subreddits for fully personal use \- Syncs across devices via the app/web \- Free tier is usable \*\*Cons\*\*: \- Not designed for structured knowledge (no real folders, databases, bi-directional links, graphs, or easy outlining) \- Search is mediocre for deep/personal use (especially older saves) \- Everything is post/comment-based → hard to edit/reorganize large bodies of knowledge fluidly \- Risk of shadow-bans, API changes, or platform policy shifts affecting access \- No offline access, no local-first storage, no plugins/customization \- Feels more like a social/public tool than a private brain extension If you're just dumping random thoughts, articles, and quick notes without needing advanced connections/retrieval, Reddit can suffice short-term. But for anything resembling a real \*\*personal knowledge management (PKM)\*\* system, dedicated tools outperform it by a wide margin in 2026. \### Stronger Alternatives Most People End Up Preferring Here are the current top contenders based on what's dominating discussions and reviews right now (early 2026): 1. \*\*Obsidian\*\* — Still the community favorite for power users Local markdown files → full control, offline, plugins for everything (dataview, calendars, kanban, AI integrations, graph view). Free core app, sync via your own cloud or paid Obsidian Sync. 2. \*\*Notion\*\* — Best all-in-one if you want databases + pages + wikis Extremely flexible (pages, databases, templates, embeds). Great for visual organization. Free for personal use (with generous limits), but can feel bloated/slow for pure notes. 3. \*\*Logseq\*\* — If you like outlines and daily notes flow Open-source, local-first, block-based (similar to Roam/Obsidian but more outline-focused). Strong for networked thought and queries. 4. \*\*Heptabase / Tana / Kosmik\*\* — The newer visual/AI-powered wave These emphasize whiteboards, mind-map style canvases, AI auto-organization, and fluid idea connection. Heptabase and Tana especially popular for visual thinkers right now. 5. \*\*Anytype / Capacities\*\* — Privacy-focused, object-based alternatives Local-first like Obsidian but with more Notion-like databases and nicer default aesthetics. 6. \*\*Evernote / OneNote\*\* — If you want something simpler/traditional Still solid for pure note hoarding + OCR/search, but feel dated compared to the networked tools above. 7. \*\*Craft / Bear\*\* — Clean, beautiful writing experience Great middle ground if you mostly write long-form notes. Many people run \*\*multi-tool stacks\*\* in 2026 (e.g., Readwise/Reader for highlights → Obsidian/Notion for core vault → something visual like Heptabase for synthesis). If you tell me more about what kind of knowledge you're storing (articles/highlights? code snippets? daily journaling? research notes? visual mind-maps? heavy AI summarization?), how much structure vs. freeform you want, whether you care about offline/privacy/local files, budget, etc.—I can narrow it down to 2–3 best fits for you. Reddit's convenient, but it's almost never the long-term winner once people taste a proper PKM tool. What exactly are you hoping to store and retrieve most often?
Show full
post owned r/readwise u/sershe 2026-03-15
My readwise obsidian sync went crazy and wants to resync all the highlights since the beginning of time. In the past I was able to fix such issues by reverting some obviously wrong json change but this time I cannot, I can either get it in the state where it claims it's up to date, sync was completed on "another machine", or to resync everything. Is there a way to force re-sync all highlights since a certain date? Or actually if this takes too much time to add can csv export include move date for archive? Then I can script the cleanup myself from the full re-sync based on when smth was archived... Currently it only has the creation date. I hoard way too many notes for my own good so manual cleanup is not feasible ;) And, as for the wishlist item.. overall just messing with json this looks way over-engineered to me. Can it have an alternative simple mode where it just stores a maximum last modified timestamp of a highlight synced, and sync from there? That would be easy to implement and also easy to fix issues... I don't care if new notes are created for added highlights across the sync boundary instead of notes being updated, or it can do best effort at updating by name or create otherwise...
Show full
post r/TheIronCouncil u/SignatureSure04 2026-03-14
Your brain isn't broken. It's just been hacked by a thousand apps fighting for your attention. I spent months digging into this because, honestly, I was losing my mind. couldn't finish a book. couldn't watch a movie without checking my phone. couldn't hold a conversation without mentally drifting. thought I had developed some attention disorder, but turns out my brain was just adapting to the environment I kept feeding it. researched this from neuroscience papers, podcasts with attention experts, and books on cognitive science. The rabbit hole goes deep, but here's what actually matters. Your brain rewires based on what you feed it. Neuroplasticity isn't just some buzzword. Your brain physically changes structure based on how you use it. Every time you context switch between tabs, check notifications, or scroll mindlessly, you're literally training your brain to crave that behaviour. Dr Cal Newport (computer science prof at Georgetown, wrote "Deep Work") breaks this down perfectly. He found that knowledge workers check their email every 6 minutes on average. That's not productivity, that's self-sabotage. Your prefrontal cortex, the part handling focus and decision making, gets absolutely wrecked by constant task switching. The cost isn't just "oh, I'm distracted." You're fundamentally reshaping your cognitive architecture. Studies show it takes 23 minutes on average to fully refocus after an interruption. Most people never even get there because the next ping arrives first. Dopamine hijacking is real. Social media companies employ literal neuroscientists and behavioural psychologists to make their apps as addictive as possible. Variable reward schedules (the same mechanism that makes slot machines addictive) keep you scrolling. Notification badges create artificial urgency. Infinite scroll removes natural stopping points. Johann Hari covers this insanely well in "Stolen Focus" (bestselling author who interviewed top attention researchers worldwide). He spent three years investigating why we can't focus anymore, and the insights are genuinely shocking. tech companies know exactly what they're doing. They've gamified human psychology, and your attention is the product being sold. The average person touches their phone 2,617 times per day, according to research from dscout. That's not normal human behaviour, that's addiction masquerading as connectivity. Practical rewiring strategies Start with environment design. Make focused work the path of least resistance and make it harder to access distractions. Delete social apps from your phone (you can still access via browser if needed, but that extra friction matters). Turn off ALL notifications except calls from actual humans you care about. Implement "monk mode" sessions. Pick one task. Set a timer for 90 minutes. Put the phone in a different room. Close all tabs except what you need. no music with lyrics. just work. sounds extreme, but your brain will literally start adapting within days. The first week feels like withdrawal because it basically is. You'll get phantom notification feelings. You'll instinctively reach for your phone. That's your dopamine system throwing a tantrum. push through it. Freedom app changed everything for me. blocks distracting websites and apps on all devices simultaneously. You can schedule recurring block sessions so it becomes automatic. costs like $40/year,r but honestly worth 10x that. can't override blocks even if you want to, which is exactly the point when your willpower is compromised. For anyone wanting to go deeper into attention research and neuroscience without spending hours reading dense papers, BeFreed pulls from experts like Newport, Huberman, and Hari, plus actual research studies to create personalised audio content. You can tell it your specific struggle (like "I'm a knowledge worker who can't focus for more than 10 minutes" or "I want to rebuild deep reading ability"), and it generates a learning plan with episodes ranging from quick 10-minute overviews to 40-minute deep dives. The voice options are weirdly addictive; there's this smoky narrator that makes neuroscience actually engaging. made it way easier to replace doomscrolling time with something that actually improves focus instead of destroying it. Also, check out brain.fm for focus music. It'sn ot just random playlists, they use neuroscience research to create audio that actually helps concentration. sounds gimmicky but there's legit science behind it, and it works weirdly well. Rebuild deep reading capacity.y Your brain has forgotten how to read deeply. Most people now skim everything, looking for dopamine hits. To fix this, you need to retrain sustained attention. start with "The Shallows" by Nicholas Carr (Pulitzer Prize finalist, one of the most cited books on the internet's effect on cognition). Carr explains how the internet is literally restructuring our brains away from deep reading toward constant skimming. It's uncomfortable reading this and recognising yourself in every page, but that recognition is necessary. Physical books help way more than ebooks/screens. no notifications, no hyperlinks pulling you elsewhere, just linear sustained focus. Start with 20 minutes daily of reading without any interruptions. gradually increase. track your progress. I also use Readwise to capture highlights from everything I read and get daily review emails. helps retention massively and makes reading feel more purposeful. integrates with Kindle, Instapaper, Pocket, basically everything. Protect your morning First 90 minutes after waking = most neurologically precious time you have. Your prefrontal cortex is freshest, your willpower is highest, and distractions haven't accumulated yet. Do NOT check your phone/email/news first thing. You're literally letting other people's priorities hijack your brain before you've even decided what matters to you that day. Instead, use that window for your most important focused work or learning. Andrew Huberman (Stanford neuroscientist with a massive podcast) recommends getting sunlight exposure within the first hour of waking to set your circadian rhythm properly. Also delays caffeine for 90-120 minutes after waking to prevent afternoon crashes. small changes, but they compound. Meditation trains attention like weightlifting trains muscles. You don't need to become some zen master. Even 10 minutes daily of trying to focus on breath and noticing when your mind wanders (it will, constantly) is literal attention training. "Why Buddhism Is True" by Robert Wright (evolutionary psychologist, teaches at Princeton) connects modern neuroscience with ancient meditation practices. shows how mindfulness physically changes brain regions associated with attention control. insanely good read that bridges the woo woo stuff with hard science. The uncomfortable truth Your attention span isn't just something that happens TO you. It's something you cultivate or destroy through daily choices. Every time you give in to the distraction impulse, you're voting for a more scattered version of yourself. Most people won't do any of this because the dopamine drip feels too good in the moment. But that's exactly why the ones who do will have such a massive advantage. Being able to focus deeply for extended periods is becoming a legitimate superpower in a world of perpetually distracted people. Your brain is plastic. It can change. But you have to actually make different choices consistently, not just read about making them.
Show full
post r/PKMS u/GuybrushThreepwood83 2026-03-14
I've been going in circles trying to find the right tool and I think the problem is I keep looking in the wrong category. I don't need a note taking app or a second brain. What I need is closer to a personal Glean, but for my own reading library. The workflow is simple. I upload a PDF (paper, report, article, whatever I read) and I want to tag it with structured properties like topic, date read, source, my rating, status, custom fields. A personal catalog of everything I've read, filterable and searchable. Then I want space to write my own summary, comments and takeaways attached to that document entry. And finally, this is the key part, I want AI chat that pulls from several documents at once. Not one file at a time. Cross referencing insights, finding patterns, comparing what different sources say about the same topic. I've tried a lot of things and none of them nail it. NotebookLM has good AI chat but zero library or catalog functionality, it's project based and can't answer something as basic as "what did I read in 2025." Readwise Reader is great for articles and highlights but the metadata and catalog side is weak. I tested Remio and it felt mediocre, no structured metadata for files. Heptabase is interesting but too focused on visual dashboards, not enough on the index side. Capacities is the closest I've found with its object based structure and custom properties, but multi document AI chat isn't fully there yet. Zotero has solid catalog and metadata but AI integration is bolted on at best. And Notion AI handles the database part fine but the AI chat over PDFs is not great. Am I describing something that actually exists? Or is this genuinely a gap in the market? Open to SaaS, self hosted, whatever. I just want it to work without having to build a custom RAG pipeline. Thanks.
Show full
post r/RelentlessMen u/Tough_Ad8919 2026-03-14
Alright, real talk. I spent way too much time analyzing this whole "rizz" phenomenon because I was genuinely confused why some people just had *it* while others (me included) were out here fumbling conversations like a dropped phone. After going down rabbit holes of psychology research, communication studies, and yeah, even dissecting why certain people just magnetically pull others in, I realized most advice out there is either pure garbage or so surface level it's useless. So here's what actually moves the needle, backed by real sources and stuff that genuinely transformed how I show up in conversations. **The foundation isn't what you think** Most people think rizz is about clever lines or being naturally charismatic. Nope. It's about **presence and emotional attunement**. Basically, can you make someone feel seen and interesting? That's the whole game. * **Stop performing, start connecting.** The biggest mistake is treating conversations like a performance where you need to be "on." Dr. Vanessa Van Edwards in her book *Cues* breaks down how the most charismatic people focus outward, not inward. They're genuinely curious about the other person instead of monitoring their own performance. This book is INSANE for understanding nonverbal communication. She analyzed thousands of hours of interactions and found patterns in what makes people magnetic. The chapter on vocal power alone changed how I speak. If you want actual science backed social skills, this is it. * **Master the art of active listening.** Not the fake kind where you're just waiting for your turn to talk. Real listening means asking follow up questions that show you actually absorbed what they said. I learned this from Celeste Headlee's TED talk "10 Ways to Have a Better Conversation" and her book *We Need to Talk*. She's a journalist who's conducted thousands of interviews, and her insight about being genuinely interested versus just interesting is pure gold. Try this: when someone tells you something, dig one level deeper. They mention they're into photography? Ask what draws them to it, not just what kind of camera they use. * **Develop conversational range.** You know what kills rizz instantly? Being one dimensional. Read widely, consume different content, have opinions on random stuff. I started using **Readwise** to capture highlights from articles and books, then reviewing them daily. Sounds nerdy but it made me way more interesting because I actually retained what I read instead of forgetting everything immediately. Having genuine knowledge about various topics means you can riff on almost anything someone brings up. **The execution that actually matters** Here's where it gets practical. Theory means nothing without application. * **Energy matching is everything.** You can't come in too hot or too cold, you gotta calibrate. Mark Manson talks about this in *Models: Attract Women Through Honesty*, which sounds like a pickup artist book but is actually about authentic confidence and polarization. The idea is to be unapologetically yourself while being socially calibrated. Insanely good read if you can get past the title. He breaks down why trying to appeal to everyone makes you appealing to no one. * **Develop actual confidence, not fake it.** Real confidence comes from **competence**. Get good at things. Build skills. Have a life outside of seeking validation. I used **Finch** app for building better habits consistently, like working out, reading, learning new skills. When you're genuinely invested in your own growth, it radiates. People can smell desperation and insecurity from a mile away, but they're also drawn to someone who's comfortable in their own skin. If you're looking to go deeper on social dynamics but don't have the bandwidth to read all these books cover to cover, there's an AI learning app called **BeFreed** that's been pretty clutch. Built by Columbia grads and ex-Google folks, it pulls from books like the ones mentioned above, dating psychology research, and expert interviews to create personalized audio learning plans. You can type in something specific like "I'm an introvert who wants to develop magnetic social skills" and it'll build a structured plan just for you. What's cool is you can customize how deep you want to go, from quick 10-minute overviews to 40-minute deep dives with concrete examples. Plus you can pick different voices (the smoky, conversational one hits different) and pause anytime to ask questions to the AI coach. It basically connects the dots across multiple sources so you're not just getting surface-level advice. Worth checking out if you're serious about leveling up your social game. * **Use humor as connection, not performance.** The funniest people aren't trying to be funny, they're just observant and playful. Listen to how comedians like John Mulaney structure stories, they find the absurd in the mundane. Practice noticing weird little things in everyday life and commenting on them. Situational humor beats rehearsed jokes every single time. **The mindset shift** Look, here's what nobody tells you: rizz isn't about getting everyone to like you. It's about being so genuinely comfortable with who you are that the right people are naturally drawn in. * **Embrace rejection as data.** Not everyone will vibe with you and that's completely fine. Jia Jiang's book *Rejection Proof* documents his 100 days of seeking rejection and what he learned about fear and human connection. Spoiler: most rejection isn't personal, and desensitizing yourself to it makes you way more free in interactions. * **Focus on making others feel good.** This sounds basic but it's the actual secret. Compliment specifics, not generics. Notice details. Make people feel interesting. Dale Carnegie covered this in *How to Win Friends and Influence People* decades ago and it still holds up. The core principle is simple: people will forget what you said but remember how you made them feel. The truth is, becoming rizzy isn't about tricks or manipulation. It's about genuine social intelligence, self development, and learning to connect authentically. Most people are so caught up in their own heads that someone who's actually present and engaged stands out massively. Build yourself into someone interesting, learn to communicate effectively, and stop being so precious about outcomes. That's the whole playbook.
Show full
post r/secondbrain u/FingerLivid2495 2026-03-12
Been building my second brain for 3 years now. Obsidian vault with 5000 notes. Notion databases. Readwise highlights. Pocket saves. Raindrop bookmarks. Everything was captured meticulously. The problem is I never actually use any of it. **The collection addiction** Spent years perfecting my capture workflow: * Articles automatically saved to Pocket * Highlights synced from Kindle to Readwise * Tweets saved to Notion * YouTube videos bookmarked with timestamps * Podcasts with detailed notes * Web clippings organized by topic My second brain is full. My actual brain learned nothing. **What triggered this realization** A friend asked me about a book I read 6 months ago. I remembered reading it. I remembered highlighting it. I remembered being excited about the ideas. Could not recall a single concept from the book. Checked my Readwise. 47 highlights from that book. Read through them. I felt like reading them for the first time. I captured everything and learned nothing. **The uncomfortable pattern** I have thousands of saved articles I will never read again. I have hundreds of highlighted passages I will never review. I have elaborate note systems I spend more time organizing than using. My second brain is not augmenting my thinking. It is replacing my thinking. **What actually happens** See interesting article. Save it. Feel productive. Never read it. Read a book. Highlight passages. Sync to system. Never review highlights. Take notes during the course. Organize notes beautifully. Never reference them. Capture tweets with interesting ideas. File them properly. Never think about them again. **The tools I accumulated** **Obsidian** for networked notes - 5000 notes, probably reference 50 regularly **Notion** for databases - elaborate systems I stopped maintaining after 2 months **Readwise** for highlights - syncs everything, review nothing **Pocket** for articles - 2000 saved articles, read maybe 100 **Raindrop** for bookmarks - perfectly organized graveyard **Evernote** for web clippings - abandoned but still paying for it somehow The collection grew. The actual learning did not. **What I am changing** Stopped capturing everything. Started processing what I captured. After reading the article, close it and write what I remember. What I cannot recall I did not actually learn. Using tools like: * **Anki** for spaced repetition on concepts I want to remember * **Nbot Ai** or similar for making saved materials actually searchable when I need them * **Perplexity** for research instead of saving articles to read later that never happens Focus shifted from perfect capture to actual retrieval and use. **The brutal questions** When did I last actually use something from my second brain? Am I building a knowledge system or just hoarding with better tools? Does capturing information make me feel productive while avoiding actual thinking? **What seems to work better** The smaller collection I actually use beats the massive collection I never touch. Processing information immediately beats saving it for later. Spaced repetition for memory beats highlighted passages I never review. Search when I need it beats elaborate organization I never navigate. **The philosophy shift** From building a comprehensive external brain to building a useful reference system. From capturing everything to processing essentials. From perfect organization to functional retrieval. Not trying to externalize all knowledge. Trying to augment actual thinking. **For others building second brains** Do you actually use your saved information or just collect it? How often do you reference your notes versus create new ones? Is your system helping you think or replacing thinking? What percentage of your captured content do you ever see again? Currently accepting that smaller curated system I use daily beats a comprehensive system I never touch. Quality of retrieval matters more than quantity of capture.
Show full
post owned r/readwise u/Jun_imgibble 2026-03-12
[https://www.reddit.com/r/readwise/comments/1rd5r0z/reader\_for\_social\_media\_the\_gap\_reader\_doesnt/?utm\_source=share&utm\_medium=web3x&utm\_name=web3xcss&utm\_term=1&utm\_content=share\_button](https://www.reddit.com/r/readwise/comments/1rd5r0z/reader_for_social_media_the_gap_reader_doesnt/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) Please refer to the original post that I created for the service description. Since some of you requested Android and it is brief update on the release. I won't create another post going forward and new updates will periodically updated on the original thread. Android: [https://play.google.com/store/apps/details?id=com.socialarchiver.mobile](https://play.google.com/store/apps/details?id=com.socialarchiver.mobile)
Show full
post r/Supernote u/Present-Ad-3555 2026-03-11
(no body — comment matched in title or URL only)
post owned r/readwise u/Present-Ad-3555 2026-03-11
I’m super excited about this. I recently got a Supernote Manta. I got Claude Code to help me write a Python script that grabs digest annotations to send them to Readwise with proper titles and citations. It means I can read a Calibre generate Guardian newspaper and my highlights and annotations get OCR’d and pipelined into Readwise and then into Obsidian. Supernote doesn’t have an open api but they have provided an unencrypted private cloud that is easy to reverse engineer with the help of AI. Handwriting to text pipelines offer all sort of possibilities, with Readwise acting like an api middleware bridge between input as a scribble and output preserved as markdown text files.
Show full
post owned r/readwise u/warlockbr 2026-03-11
It would be interesting if we could, somehow, separate news articles from academic articles. And in the case of news articles, it would be interesting to inform when it was published.
post r/PKMS u/arnaldodelisio 2026-03-11
I've tried everything. Obsidian for the graph view and local files. Notion for structure and databases. Readwise to capture highlights from everything I read. Each one solved part of the problem. None of them solved the actual problem. The actual problem isn't capturing. Capturing is easy. The problem is retrieval — and more specifically, the gap between what you've captured and what's useful when you need it. I had thousands of notes. I could never find the right one at the right moment. And I definitely couldn't ask it a question. The tools weren't broken. The model was wrong. A second brain isn't a filing system. It's something that thinks with you. I've been using Claude for a while and kept noticing the same ceiling: every session starts from zero. It doesn't know what I'm building, what I've learned, what I decided last week. Smart model, no memory. So I stopped trying to organize my notes and started building an infrastructure layer instead. The setup: your vault stays as plain markdown files — I still use Obsidian as the visual layer, nothing changes there. A sync daemon mirrors everything to a Supabase database with vector embeddings. An MCP server exposes it as tools Claude can actually call. The difference in practice: Drop a YouTube URL — Claude extracts the transcript, tags it, embeds it, saves it to your library. Weeks later you ask "what did that video say about X" and it finds it by meaning, not keyword. Same for articles, PDFs, your own notes, Readwise exports. In the morning I run a brief command — Claude reads my open loops, goals, and daily note and gives me a prioritized start to the day. It knows what I was working on yesterday. It knows what I said matters this week. The velocity comes from not having to think about where to put things. The depth comes from Claude actually having context when you need it. I'm still capturing in Obsidian. I'm still reading in Readwise. I just stopped pretending that organizing notes was the same thing as thinking. Happy to share the technical setup if anyone's interested.
Show full
post r/ObsidianMD u/arnaldodelisio 2026-03-11
I've tried everything. Obsidian for the graph view and local files. Notion for structure and databases. Readwise to capture highlights from everything I read. Each one solved part of the problem. None of them solved the actual problem. The actual problem isn't capturing. Capturing is easy. The problem is retrieval — and more specifically, the gap between what you've captured and what's useful when you need it. I had thousands of notes. I could never find the right one at the right moment. And I definitely couldn't ask it a question. The tools weren't broken. The model was wrong. A second brain isn't a filing system. It's something that thinks with you. I've been using Claude for a while and kept noticing the same ceiling: every session starts from zero. It doesn't know what I'm building, what I've learned, what I decided last week. Smart model, no memory. So I stopped trying to organize my notes and started building an infrastructure layer instead. The setup: your vault stays as plain markdown files — I still use Obsidian as the visual layer, nothing changes there. A sync daemon mirrors everything to a Supabase database with vector embeddings. An MCP server exposes it as tools Claude can actually call. The difference in practice: Drop a YouTube URL — Claude extracts the transcript, tags it, embeds it, saves it to your library. Weeks later you ask "what did that video say about X" and it finds it by meaning, not keyword. Same for articles, PDFs, your own notes, Readwise exports. In the morning I run a brief command — Claude reads my open loops, goals, and daily note and gives me a prioritized start to the day. It knows what I was working on yesterday. It knows what I said matters this week. The velocity comes from not having to think about where to put things. The depth comes from Claude actually having context when you need it. I'm still capturing in Obsidian. I'm still reading in Readwise. I just stopped pretending that organizing notes was the same thing as thinking. Happy to share the technical setup if anyone's interested.
Show full
post owned r/readwise u/max-at-readwise 2026-03-10
Hey folks, happy Tuesday! Time to check out [the latest changelog](https://docs.readwise.io/changelog#march-6-2026) here on Reddit. The idea is to help keep y'all in the loop of what the Readwise developers are getting out into the world. Here's what we shipped last week: * 🔖 **Fixed Highlight Navigation** — Tristan and Adam fixed a bug where tapping a highlight in the Notebook sidebar on mobile didn't scroll to that highlight in the document. * ↔️ **Fixed Highlight Resizing** — Adam fixed a bug where highlights spanning multiple text elements (like bulleted lists) could lose their yellow background after resizing with the adjustment handles. This should also fix some cases where highlights appeared to vanish when switching documents or pages. * 🎧 **Fixed Podcast Transcriptions** — Mati fixed an issue where some podcast platforms were failing to transcribe some episodes. * 📖 **Improved Reading Progress** — Artem and Lior enhanced the reading progress modal for EPUBs to show more detail at a glance. You can now choose between percent, page number, time left in chapter, time left in book, or hidden and each option previews the current value right in the picker. * 🔍 **Fixed Exact Domain Filters** — Arek fixed a bug where using `__exact` with domain filters in filtered views returned no results. If you had a view filtering for exactly [`github.com`](http://github.com) but not subdomains like [`docs.github.com`](http://docs.github.com), it should now work as expected. * 📓 **Fixed Notebook Duplicates** — Adam fixed a bug where certain highlights on mobile could show duplicated text in the Notebook panel. This happened when a highlight contained an image and spanned nested HTML elements — the text would render twice on iOS and Android even though it displayed correctly on web. * 🏷️ **Fixed Tag Trimming** — Adam improved server-side trimming for tag names, so tags created via the API or share extension can no longer end up with trailing spaces that cause issues. * ☯️ **Fixed Split View Shortcut** — Mati fixed the `\` keyboard shortcut for toggling split view. It should now properly fire on filtered views. * 🐦 **Fixed Twitter Imports** — Ibai fixed an issue with the Twitter integration, so now chats should come in properly again. * 📋 **Fixed Title Updates** — Arek fixed a bug where editing a document's title through the metadata sheet on Android didn't update the title shown in the Library or the bottom sheet until you force-refreshed. Titles now update immediately. * 👆 **Fixed Tap Targets** — Arek fixed a bug on Android where the `+` and `...` buttons in the Library header had overlapping tap targets, so tapping near the boundary of one could trigger the other. * 🦊 **Fixed Firefox Kindle Sync** — Ibai fixed a bug that was causing Firefox users to get an outdated version of the Kindle sync extension. Kindle sync should now work again for Firefox users. * 📊 **Fixed OneNote Export** — Tristan fixed an issue where tags containing special characters like `&`, `<`, or `>` could break OneNote exports or produce corrupted rendering. * 📸 **Fixed Android Quoteshot Sharing** — Mitch fixed a bug on Android where the quote share dropdown was hidden behind the card, so it's now possible to control how you share beautiful highlight images again. * 🤖 **Updated Ghostreader Models** — If you bring your own OpenAI API key for Ghostreader prompts, you can now select GPT-5.2 as a model option. * 🔀 **Fixed Obsidian Export Crashes** — Piotr fixed a memory issue that could cause Obsidian exports to crash for users with large libraries. Exports now process documents in efficient batches, so even the biggest collections should export smoothly. * 🛜 **Parsing Updates** — Krzys improved how Reader handles documents from [technologyreview.com](http://technologyreview.com/), [nvidia.com](http://nvidia.com/), [extremetech.com](http://extremetech.com/), [illwill.com](http://illwill.com/), and [animalcrossingworld.com](http://animalcrossingworld.com/). If you'd like to get the Changelog in your inbox, check out our [WiseUp! newsletter](https://wiseup.readwise.io/about/), where the Readwise team shares answers to common questions, video tutorials and guides, highlights of our latest improvements, and a couple of lighthearted extras we think you’ll enjoy. And as always, feel free to let us know if you have any questions, tho realistically we're going to see an in-app bug report or question faster :>
Show full
post owned r/readwise u/mudiappahpillai 2026-03-10
All I want is a chronological feed of all my highlights. Am I missing something? Am I just holding it wrong?
post r/ObsidianMD u/perrin68 2026-03-10
(no body — comment matched in title or URL only)
post r/Menscomeback u/Feisty_Mobile8197 2026-03-10
Spent months researching what actually makes high-achieving men different. Read papers on habit formation, listened to interviews with entrepreneurs, consumed books by performance psychologists. Here's what I found: it's not some secret sauce or genetic lottery. It's boring, unsexy habits that compound over years. Most guys think success comes from one big breakthrough. That's cope. The real difference is in the daily micro-decisions that seem insignificant in the moment but create massive divergence over time. **They protect their mornings like it's sacred** Top performers don't fuck around with their first few hours. They've figured out that morning sets the trajectory for everything else. No scrolling, no reactive emails, no chaos. The research backs this up hard. Decision fatigue is real (check out Roy Baumeister's work on willpower). Your brain has limited processing power, and it degrades throughout the day. High performers front-load their most important work when cognitive resources are fresh. What this looks like: wake up same time daily (even weekends), eliminate decisions (same breakfast, laid out clothes), tackle hardest task first. Your morning routine shouldn't be this elaborate 2 hour ritual. Keep it simple and consistent. The app Fabulous is genuinely solid for building morning sequences that stick. **They read, but differently than you think** Not talking about scrolling Medium articles or skimming headlines. I mean deliberate, focused reading across multiple domains. The 1% treat reading like cross-training for the brain. Charlie Munger (Buffett's partner) calls it building a "latticework of mental models." You're not just collecting information, you're creating cognitive frameworks that help you recognize patterns others miss. Poor Charlie's Almanack compiles Munger's speeches and it's genuinely one of the most mind-bending books on thinking better. This will make you question how you've been making decisions your entire life. He breaks down how to think across disciplines, psychology, economics, biology, and use those models to solve problems. Insanely good read if you want to upgrade your mental operating system. Don't just read business books either. History, psychology, fiction, philosophy. The connections between different fields are where insights live. Aim for 30 minutes daily minimum. If you want a more structured approach to actually internalizing these ideas, there's BeFreed, a personalized learning app built by Columbia grads and former Google experts. It pulls from thousands of books, research papers, and expert talks to create custom audio learning plans based on your specific goals, like "become a more strategic thinker" or "build better mental models." You can adjust the depth from quick 10-minute summaries to 40-minute deep dives with examples, and customize the voice to whatever keeps you engaged. It's designed to make learning feel less like work and more like an addictive habit that actually sticks. Use Readwise to capture highlights and review them (spaced repetition for books basically). **They've mastered strategic ignorance** Counterintuitive but crucial. Top performers are ruthless about what they ignore. They've accepted they can't optimize everything, so they consciously suck at low-leverage activities. Tim Ferriss talks about this as "selective ignorance." Warren Buffett has his 5/25 rule: list 25 goals, circle top 5, actively avoid the other 20. Those 20 become your "avoid at all costs" list because they're attractive enough to distract you but not important enough to matter. Most guys spread themselves thin trying to be good at everything. The 1% double down on their unfair advantages and systematically ignore or outsource the rest. Laundry, meal prep, inbox management, if it's not in your zone of genius and someone else can do it for $20/hour, why are you doing it? **They treat their body like it impacts their brain (because it does)** Exercise isn't vanity or optional for high performers. It's cognitive enhancement. The data on this is overwhelming. John Ratey's Spark breaks down how exercise literally grows your brain, increases BDNF (brain fertilizer basically), and improves executive function. But here's what separates the 1% from gym bros: they optimize for consistency over intensity. They've figured out that 4 moderate workouts weekly for 10 years beats 7 intense sessions for 6 weeks then quitting. Lift weights for bone density and hormone optimization. Do zone 2 cardio for mitochondrial health and stress management. Stretch because being immobile at 60 sounds like hell. The app Caliber gives you personalized lifting programs that adapt based on your feedback. Actually well designed, not some cookie cutter BS. Sleep is non-negotiable too. Matthew Walker's Why We Sleep should be mandatory reading. This book will fundamentally change how you think about rest. Walker's a neuroscientist who spent his career studying sleep, and the evidence he presents on how sleep deprivation destroys cognitive function, metabolism, and longevity is genuinely terrifying. After reading this you'll never brag about running on 5 hours again. **They've built systems, not just goals** Goals are for losers according to Scott Adams (Dilbert creator, also wrote How to Fail at Almost Everything and Still Win Big which is an underrated masterpiece on systems thinking). His point: goals are future-focused and make you feel like you're failing until you hit them. Systems are present-focused and you "succeed" every time you execute. Want to lose 20 pounds? That's a goal. Going to the gym Monday, Wednesday, Friday at 6am? That's a system. The outcome becomes inevitable when the system is solid. Top performers design their environment and routines to make success the path of least resistance. They use implementation intentions ("when X happens, I will do Y"), automate decisions, and build feedback loops. James Clear's Atomic Habits is the bible here, genuinely the best book on habit formation that exists. Clear breaks down the science of tiny changes and how they compound into remarkable results. **They've weaponized boredom** Sounds weird but hear me out. The 1% are comfortable being understimulated. They've trained themselves to sit with boredom instead of immediately reaching for dopamine hits. Cal Newport's research on deep work shows that our ability to focus is directly related to our tolerance for boredom. Every time you reflexively check your phone during a quiet moment, you're training your brain to crave distraction. His book Deep Work is mandatory if you want to understand how to produce at an elite level in a distracted world. Newport's a computer science professor at Georgetown who barely uses social media and he's insanely productive because of it. Practical application: don't listen to podcasts during every walk, don't scroll during every wait, leave your phone in another room sometimes. Let your mind wander. That's where creativity and problem-solving happen. **They invest in relationships strategically** Not talking about networking in the gross transactional sense. But top performers are very intentional about who gets their time and energy. They've internalized that you become the average of the people you spend time with (cliché but true). So they actively curate their social circle. They cut out energy vampires. They invest heavily in relationships with people who challenge them, inspire them, or complement their weaknesses. Keith Ferrazzi's Never Eat Alone breaks down relationship building as a genuine skill you can develop. It's not about using people, it's about creating mutual value and maintaining connections over decades. Also, they've learned to say no without guilt. Every yes to something unimportant is a no to something that matters. Protect your time like it's the finite resource it actually is. **They've accepted discomfort as the price of admission** Top performers have recalibrated their relationship with discomfort. They don't avoid it, they actively seek it out because they've learned it signals growth. David Goggins talks about this (his book Can't Hurt Me is intense but incredibly motivating for pushing past self-imposed limitations). Uncomfortable conversation? That's where honesty lives. Difficult project? That's where skill development happens. Early morning workout when you're tired? That's where discipline is built. The 1% have trained themselves to interpret discomfort as positive feedback, a sign they're expanding their capabilities rather than a signal to retreat to comfort. **They track metrics that matter** What gets measured gets managed. But here's the key: they track leading indicators, not just lagging ones. Weight loss is a lagging indicator. Number of workouts is leading. Revenue is lagging. Sales calls made is leading. They focus on inputs they control, not outcomes they can only influence. They also review regularly. Weekly reviews of what worked, what didn't, what to adjust. Monthly analysis of bigger patterns. Annual deep dives on trajectory. This meta-cognition, thinking about your thinking, is what allows rapid iteration and improvement. None of this is revolutionary. That's the point. The 1% just do the boring fundamentals consistently for years while everyone else chases hacks and shortcuts. Consistency beats intensity every single time.
Show full
post owned r/readwise u/perrin68 2026-03-10
Hello, Just wondering if anyone had been able to take a saved Youtube page in Readwise Reader and sync it into Obsidian. Im able to sync books and webpages but not content from Youtube into Obsidian. The Youtube content is in Readwise Reader however.
post owned r/readwise u/pshete15 2026-03-09
Does anyone have access to this "Reader MCP server in beta" As a Paying user we expect better updates on the search capabilities. I am torn between Native support (like MCP) and downloading all Readwise articles into local sqllite database + claude code for indexing purpose. Has anyone found a scalable 'search solution' that works?
post owned r/readwise u/Starship_77 2026-03-09
Why, o why, can we not export a single article in its entirety? Yes I know you can export all articles but that is overkill. I know you can also export a highlighted section of text within an article. But I’ve not seen, and would really appreciate, the ability to export a single article so that I can store/manage interesting/useful articles I’d like to reference in my “second brain” (Evernote for me, but could be obsidian or bottom for others.) That’s not weird, no?
Show full
post owned r/readwise u/Ixcw 2026-03-09
(no body — comment matched in title or URL only)
post owned r/readwise u/Brain_comp 2026-03-08
Trying to save a link: [https://www.ibm.com/think/topics/deep-learning#763338456](https://www.ibm.com/think/topics/deep-learning#763338456) but Reader saves a site that has different content than what i am seeing on the actual link. Its like a previous version of that site. If true, this is concerning because i have been blindly saving links for so long without verifying.
post owned r/readwise u/Alternative-Carry259 2026-03-08
I love being able to highlight a passage from a physical book into Readwise, but it only syncs when I take a photo of the text on the ipad. Then it syncs to my iphone, but not the other way around. And neither way syncs to my macbook.
post r/MensDiscipline u/Traditional-Gap-132 2026-03-08
Studied creativity for years through neuroscience research, design thinking books, and conversations with artists. Here's what I learned: most people think they're "just not creative" when really, they've been taught to suppress it. Schools reward conformity. Jobs demand efficiency. Society favors logic over imagination. Your brain isn't broken, it's just been conditioned to play it safe. But here's the thing. Creativity is a skill, not a gift. And like any skill, it gets stronger with practice and the right strategies. \*\*Start small and stay consistent.\*\*  Your brain needs permission to be weird. Julia Cameron's \*The Artist's Way\* (sold over 5 million copies, considered the bible of creative recovery) introduced me to Morning Pages. Three pages of stream of consciousness writing, first thing when you wake up. No editing, no judgment, just pure brain dump. This practice clears mental clutter and opens creative channels. The book will make you question everything you think you know about your creative potential. Insanely good read for anyone feeling stuck. \*\*Consume differently.\*\* Stop scrolling the same feeds. Austin Kleon's \*Steal Like an Artist\* taught me this. Mix your inputs. Read poetry if you're a programmer. Watch documentaries about something completely unrelated to your field. The bestselling author argues that all creative work builds on what came before, you just need diverse ingredients to remix.  Started using \*\*Readwise\*\* to capture highlights from books, articles, and podcasts. It resurfaces old notes randomly, creating unexpected connections. Your brain loves pattern recognition, give it weird patterns to work with. \*\*Change your environment.\*\* Neuroscience backs this up. Novel environments activate the hippocampus, the part of your brain responsible for memory and imagination. Dr. Andrew Huberman discusses this extensively in his podcast. Even small changes work. Rearrange your desk. Work from a coffee shop. Take a different route home. Your brain gets lazy in familiar settings. \*\*Embrace boredom.\*\* This sounds counterintuitive but hear me out. Manoush Zomorodi's \*Bored and Brilliant\* combines research from neuroscientists and behavioral economists to show how constant stimulation kills creativity. When you're bored, your brain enters "default mode network," where breakthrough ideas happen.  For anyone wanting to go deeper into creative thinking without the heavy reading, \*\*BeFreed\*\* is a personalized learning app that pulls from thousands of books, research papers, and expert talks on creativity, psychology, and personal growth. You can type in something like "I want to develop more creative thinking as a logical person" and it generates a structured learning plan with audio content tailored specifically to you.  The depth is fully adjustable, from quick 10-minute overviews to 40-minute deep dives with examples and context. Plus you can pick different voices (the sarcastic narrator makes dense psychology research way more digestible). It's built by AI researchers from Google and Columbia, so the content quality is solid and science-backed. Makes it easier to actually absorb ideas from books like the ones mentioned here while commuting or doing chores. Delete social media apps from your phone for a week. Leave your phone at home during walks. Stare at the ceiling. It feels uncomfortable at first because we're addicted to dopamine hits. Push through it. \*\*Use constraints.\*\* Dr. Seuss wrote \*Green Eggs and Ham\* using only 50 words. Limitations force creative problem solving. Set a timer for 15 minutes and create something. Anything. Use only three colors. Write a story in six words. Phil Hansen's TED talk "Embrace the Shake" beautifully demonstrates how his hand tremor, which seemed like a career ending limitation, became his signature style. The \*\*Notion\*\* app helps set creative constraints. Create templates with specific parameters, boundaries actually make decisions easier and ideas flow faster. \*\*Cross train your creativity.\*\* If you write, try painting. If you code, try cooking. Elizabeth Gilbert talks about this in \*Big Magic\*. The bestselling author of \*Eat Pray Love\* explores how fear kills creativity and why you need to engage with ideas playfully across different mediums. Different creative practices strengthen the same neural pathways. Picked up guitar last year (terribly, might I add) but it changed how problem solving works in actual work. Your brain makes connections between seemingly unrelated skills. \*\*Create badly on purpose.\*\* Perfectionism is creativity's worst enemy. Ira Glass has this famous quote about the gap between your taste and your ability. Your early work will suck. That's not a reflection of your potential, that's just where everyone starts.  Make 100 terrible sketches. Write 50 bad poems. The \*\*750 Words\*\* website gamifies daily writing practice, no pressure to be good, just show up. Volume beats quality when you're building the habit. \*\*Schedule creative time.\*\* Waiting for inspiration is like waiting for motivation to go to the gym. It doesn't work that way. Mason Currey's \*Daily Rituals\* examines the working habits of 161 artists, writers, and thinkers. Most of them had strict routines, they treated creativity like a job, not a hobby. Block out 30 minutes daily. Same time, same place. Your brain will start anticipating it. Treat it as seriously as you'd treat a meeting. \*\*Study creative people obsessively.\*\* Read biographies. Watch masterclasses. Rick Rubin's \*The Creative Act: A Way of Being\* just dropped last year and it's phenomenal. The legendary music producer breaks down his philosophy that creativity is about listening, not forcing. The book feels like a meditation on attention and presence. The \*\*Masterclass\*\* platform gives you direct access to how successful people actually think and work. Neil Gaiman on storytelling, Questlove on DJing, it's wild seeing their actual processes. \*\*Rest intentionally.\*\* Alex Soojung Kim Pang's \*Rest: Why You Get More Done When You Work Less\* combines historical examples with modern neuroscience. Darwin, Dickens, and other prolific creators worked about 4 focused hours daily, then deliberately rested. Deep work requires deep rest. Try the \*\*Finch\*\* app for building rest into your routine. It's a self care app disguised as a cute bird game, helps you track habits like taking breaks, going outside, or doing absolutely nothing. Creativity isn't magic. It's showing up, creating space, and trusting the process. Your brain already knows how to do this, you just need to get out of its way.
Show full
post r/Beingabetterperson u/Additional_Price2347 2026-03-07
Look, I'm not here to preach about how "social media bad, books good." You've heard that a million times. But here's what nobody tells you: replacing doomscrolling with reading isn't just about being more productive or looking smart. It literally rewires how your brain processes reality. And once you make the switch, you can't unsee the difference. I spent years watching my attention span shrink to nothing. I'd pick up my phone "just for a second" and boom, 90 minutes gone. My brain felt like scrambled eggs. Then I started digging into research from neuroscientists, productivity experts, and behavioral psychologists. Turns out, the struggle isn't your fault. Social media platforms are engineered by some of the smartest people on earth to exploit your brain's dopamine system. But here's the good news: you can hack it back. # Step 1: Understand What Social Media Actually Does to Your Brain Before you can replace the habit, you need to understand what you're up against. Social media isn't just "distracting." It's fundamentally changing your neural pathways. Dr. Anna Lembke, psychiatrist and author of Dopamine Nation, breaks it down like this: every scroll, every like, every notification gives you a tiny dopamine hit. Your brain starts craving these micro-rewards constantly. Over time, you lose the ability to focus on anything that doesn't give instant gratification. Reading a book? That takes sustained attention. Your hijacked brain sees it as boring because there's no immediate reward. The kicker: Studies show heavy social media users have reduced gray matter in the regions of the brain responsible for decision-making and emotional regulation. You're literally training your brain to be worse at thinking deeply. So when you can't focus on reading, it's not weakness. It's neuroscience. But you can reverse it. # Step 2: Make Your Phone Boring as Hell You can't willpower your way out of social media addiction when your phone is a slot machine in your pocket. You need to make it so boring that reaching for it feels pointless. Delete the apps. Not just log out. Delete them. Yes, Instagram, TikTok, Twitter, all of it. If you "need" them for work, fine, only access them on your computer at specific times. Turn off ALL notifications. Everything. Your phone should be silent unless someone's actually calling you. Grayscale mode. This sounds weird, but it works. Go into your phone settings and turn on grayscale. Apps are designed with bright, addictive colors. Remove that, and suddenly your phone looks like a 1990s calculator. Way less tempting. Use an app like Opal or one sec that adds friction before you can open social media. one sec makes you take a breath and reflect before opening an app. Most of the time, that split second of awareness is enough to make you realize you don't actually want to scroll. # Step 3: Replace the Ritual, Not Just the Habit Here's what most people get wrong: they try to "just stop" using social media. But your brain hates empty space. You need to replace the ritual, not eliminate it. You used to scroll in bed before sleep? Now you read in bed before sleep. You used to scroll during breakfast? Now you read during breakfast. Same time, same place, different action. Make reading stupid easy. Keep a book on your nightstand, one in your bag, one in the bathroom. I'm dead serious. Remove all friction. The easier it is to grab a book, the more likely you'll actually do it. Start with 10 pages. That's it. Don't set some insane goal like "read for an hour." Just commit to 10 pages. Usually, once you start, you'll keep going. But even if you don't, 10 pages a day is 3,650 pages a year. That's like 12 books. You just went from reading zero books to a dozen. # Step 4: Pick Books That Are Actually Interesting If you're trying to force yourself through some boring classic because it's "supposed to be good," you're setting yourself up to fail. Read stuff that makes you curious, angry, excited, whatever. Just make sure it grabs you. Atomic Habits by James Clear is the ultimate starter book if you're trying to rebuild your life. Clear is a behavior change expert who breaks down exactly how habits form and how to redesign your environment to make good habits inevitable. This book won the Goodreads Choice Award and has sold millions because it's that practical. After reading it, you'll understand why you keep reaching for your phone and how to rewire that impulse. Insanely good read if you want to understand how your brain actually works. Stolen Focus by Johann Hari will make you legitimately angry about what tech companies have done to your attention. Hari is an investigative journalist who spent three years researching why we can't focus anymore. He interviews neuroscientists, tech insiders, and even goes off-grid to test what happens when you unplug. This book will make you question everything you think you know about distraction. It's not you. It's the system. And Hari gives you the tools to fight back. For fiction that's so gripping you'll forget your phone exists, try Project Hail Mary by Andy Weir. Same author who wrote The Martian. It's a sci-fi thriller that's impossible to put down. Sometimes you need a book that just pulls you into another world so completely that reality disappears. # Step 5: Use Tools That Make Learning Actually Addictive If your brain craves that instant dopamine hit from scrolling, you need something that delivers engaging content but actually improves your life. BeFreed is an AI-powered learning app that turns books, research papers, and expert insights into personalized audio content. You type in what you want to learn, like "how to break phone addiction and build better focus," and it pulls from psychology research, neuroscience studies, and expert interviews to create a custom podcast. The depth control is key here. Start with a 10-minute summary to ease back into focused learning, then if something clicks, switch to a 40-minute deep dive with examples and context. You can customize the voice too, everything from calm and soothing to energetic when you need a boost. Built by a team from Columbia and Google, it's designed to make learning feel less like work and more like genuine curiosity. Readwise Reader is another solid tool. It syncs all your articles, newsletters, and ebooks in one place, and it uses spaced repetition to help you actually remember what you read. The highlight and review system makes reading feel more interactive. Or try Libby, which connects to your local library and lets you borrow ebooks and audiobooks for free. The visual design is clean, and knowing you've got a limited time to finish a book creates just enough pressure to keep you reading. Goodreads can work too, but don't get sucked into the comparison trap. Use it to track what you're reading and discover new books, not to stress about reading challenges. # Step 6: Retrain Your Attention Span Gradually Your attention span is like a muscle. It's weak right now because social media has been doing all the heavy lifting. You need to rebuild it slowly. Start with shorter books or articles. Don't jump straight into a 800-page philosophy tome. Try essays, short story collections, or books with short chapters. The Daily Stoic by Ryan Holiday is perfect for this. One page per day. That's it. It's ancient Stoic wisdom broken into bite-sized pieces. Holiday is a bestselling author who's made ancient philosophy accessible to millions. Each entry takes two minutes to read but will sit in your brain all day. Pomodoro technique works here too. Read for 25 minutes, take a 5-minute break. Your brain can handle 25 minutes of focus. Build from there. # Step 7: Notice How Your Brain Changes This is the part that keeps you going. After a few weeks of consistent reading, you'll notice your brain feels different. Clearer. Calmer. You'll be able to hold thoughts longer. Conversations will feel deeper because you're not constantly mentally checking out. Dr. Maryanne Wolf, cognitive neuroscientist and author of Reader, Come Home, has spent decades studying what reading does to the brain. Deep reading, the kind where you're fully immersed in a book, activates empathy circuits, improves critical thinking, and literally builds new neural connections. Social media does the opposite. It keeps you surface-level, reactive, scattered. The more you read, the more you'll crave that deep focus. It becomes self-reinforcing. # Step 8: Build a Reading Environment That Pulls You In Your environment matters more than motivation. Create a physical space that makes you want to read. Good lighting. Warm, soft light. Not harsh overhead fluorescents. Comfortable seating. A chair or corner that's just for reading. No phone in sight. Put it in another room. Out of sight, out of mind. Background sound if you need it. Some people love silence. Others need gentle noise. Coffitivity or ambient playlists on Spotify work great. Make reading a sensory experience you look forward to. Tea, blanket, cozy spot. Train your brain to associate reading with comfort and calm. # The Bottom Line Replacing social media with reading isn't about discipline or willpower. It's about understanding how your brain works and designing your environment to support better habits. Social media hijacked your attention. Reading gives it back. You won't transform overnight. But stick with it for 30 days, and you'll notice the difference. Your thoughts will feel like your own again.
Show full
post owned r/readwise u/Wise-Brief3899 2026-03-07
(no body — comment matched in title or URL only)
post r/focusedmen u/Ambitious_Thought683 2026-03-07
Been diving deep into charisma for months now, reading books, watching youtube breakdowns of charismatic people, listening to podcast interviews with experts. And honestly? Most advice out there is garbage. They tell you to "be confident" or "smile more" like that's gonna transform you into someone people gravitate toward. Here's what I figured out: charisma isn't some magical thing you're born with. It's a skill you can actually learn. And no, you don't need to become an extrovert or fake a whole new personality. The thing is, modern life kinda works against charisma. We're all glued to screens, horrible at listening, terrified of being vulnerable. Our attention spans are cooked. So when you meet someone who's truly present and engaged? It hits different. After going through research, expert interviews, and some genuinely life changing books, I've got some non obvious insights that actually move the needle. ## 1. Stop performing, start connecting Real charisma isn't about being the funniest person in the room or dominating conversations. It's about making people feel SEEN. Vanessa Van Edwards breaks this down perfectly in **Cues: Master the Secret Language of Charismatic Communication**. She's a behavioral researcher who studied thousands of hours of TED talks and social interactions. The book won multiple awards and honestly changed how I view human connection. Her main point? Charismatic people use specific nonverbal cues that signal warmth and competence simultaneously. She calls them "charisma cues." Things like the genuine Duchenne smile (uses both mouth AND eyes), fronting (turning your torso toward someone), and touch that feels natural not creepy. What hit me hardest: charismatic people ask way more questions than average folks. They're genuinely curious. They don't just wait for their turn to talk. ## 2. Develop conversational range You know what kills charisma faster than anything? Being boring. Not in a mean way, but if you can't talk about anything beyond work or complain about traffic, people won't seek you out. Read widely. Watch documentaries. Listen to podcasts outside your usual bubble. I started using **Readwise** app to capture highlights from articles and books I read, then review them daily. Sounds nerdy but it's made me way more interesting in conversations because I actually retain stuff. If you want to go deeper but feel overwhelmed by where to start or don't have the energy to read everything, **BeFreed** is worth checking out. It's an AI-powered personalized learning app that pulls from books, research papers, and expert talks on social skills and communication, then turns them into custom audio content. You can set a specific goal like "become more charismatic as an introvert" and it builds an adaptive learning plan just for you, adjusting the depth from quick 10-minute summaries to 40-minute deep dives depending on your schedule. What makes it stick is the customization, you can pick voices that keep you engaged (some people swear by the smoky voice option) and pause anytime to ask questions to the AI coach. It's a solid way to absorb insights from books like the ones mentioned here without carving out hours you don't have. The goal isn't to become a walking Wikipedia. It's to have enough reference points to connect with different types of people. Someone mentions pottery? You remember that podcast about Japanese ceramics. Someone's stressed about their startup? You can reference that Paul Graham essay. ## 3. Master the pause This one's counterintuitive but POWERFUL. Most people are terrified of silence in conversation, so they fill every gap with noise. Charismatic people? They're comfortable with pauses. When someone asks you a question, pause before answering. It shows you're actually thinking, not just running on autopilot. When someone finishes talking, pause before jumping in. It signals respect and makes them feel heard. **Never Split the Difference** by Chris Voss teaches this brilliantly. Voss was the FBI's lead international hostage negotiator, and this book is basically a masterclass in high stakes communication. The techniques he used to negotiate with terrorists and kidnappers work insanely well in normal conversations. His concept of "tactical empathy" is game changing. You're not just nodding along, you're actively demonstrating you understand someone's perspective. Mirror their last few words as a question. Label their emotions: "Sounds like you're frustrated about that." People feel understood and they'll trust you more. ## 4. Physical presence matters more than you think Charisma isn't just verbal. Your body language accounts for like 55% of communication according to research. Stand up straight but not rigid. Take up space without being aggressive. Move with intention not nervousness. Make eye contact but don't stare like a serial killer (there's a balance). I started working out consistently and honestly the confidence boost alone made me more charismatic. Not because I got jacked, but because I carried myself differently. There's solid research backing this up, exercise literally changes your neurotransmitter levels which affects how you interact with others. Also? Dress well. Not expensive, just well. Clothes that fit properly signal you give a shit about yourself. People notice. ## 5. Become a better storyteller Charismatic people don't just relay information, they tell stories. Even about mundane stuff. Instead of "I went to the store," try "So I'm at Whole Foods, right? And this lady is having a full meltdown because they're out of oat milk." See the difference? One's a fact, the other paints a picture. **The Storytelling Animal** by Jonathan Gottschall explains why humans are hardwired for narrative. We remember stories way better than data. Charismatic leaders throughout history have understood this. They don't lecture, they illustrate. Start practicing this. When someone asks about your weekend, don't give a list. Give them one vivid moment. Add sensory details. Show don't tell. ## 6. Cultivate genuine warmth Here's something nobody talks about enough: you can learn all the techniques in the world, but if you're fundamentally cold or judgmental, people will sense it. Work on actually liking people. Find something interesting or admirable about everyone you meet. It sounds cheesy but when you approach interactions with genuine goodwill instead of suspicion or indifference, your whole vibe changes. I started using **Finch** app for building better mental habits, including gratitude practice and reframing negative thoughts. When you're in a better headspace generally, you're naturally warmer to others. ## 7. Energy management is key You can't be charismatic when you're exhausted. Charisma requires presence and presence requires energy. Sleep properly. Eat decent food. Move your body. Limit doom scrolling. Manage stress. This isn't optional, it's foundational. Also know your own rhythm. Some people are more charismatic in mornings, others come alive at night. Schedule important social stuff during your peak hours when possible. ## 8. Practice active listening like your life depends on it This is THE skill that separates charismatic people from everyone else. Put your phone away. Actually away, not face down on the table. Make eye contact. Don't interrupt. Don't think about what you're gonna say next while they're talking. Just listen. Ask follow up questions that show you were paying attention. "Wait, so what happened after that?" or "How did that make you feel?" Simple but effective. **Supercommunicators** by Charles Duhigg (Pulitzer Prize winning author) breaks down what makes certain people insanely good at connecting. His research shows that great communicators match the TYPE of conversation the other person wants. Are they having a practical conversation? Emotional? Social? Match that energy. Most people are having completely different conversations at the same time and wondering why they're not connecting. ## 9. Develop your own presence Charisma isn't about copying someone else's style. Barack Obama and Robin Williams were both charismatic as hell but in totally different ways. Figure out what makes YOU interesting and lean into it. Your weird hobbies. Your specific sense of humor. Your perspective. Authenticity is magnetic. People can smell fake from a mile away. Don't try to be someone you're not, just become the best version of who you actually are. ## 10. Learn to read the room Social calibration is crucial. What works at a party doesn't work at a funeral. What's charming in small groups might seem attention seeking in large ones. Pay attention to social cues. Notice when people's eyes glaze over or when they perk up. Adjust accordingly. This is emotional intelligence in action. Some people are naturally better at this but you can definitely improve through conscious practice. After social interactions, reflect on what landed and what didn't. Iterate. Look, becoming more charismatic won't happen overnight. You'll have awkward moments. You'll misread situations. That's fine. The people who seem naturally charismatic have just had way more practice failing and adjusting. Start small. Pick one or two things from this list and focus on those. Maybe it's asking better questions this week. Maybe it's working on your body language. Build from there. The beautiful thing about charisma is that it creates a positive feedback loop. As you get better at connecting with people, you'll enjoy social situations more. Which means you'll seek them out more. Which gives you more practice. Which makes you even better. You're not trying to become a manipulative smooth talker. You're developing the ability to genuinely connect with other humans in a meaningful way. That's valuable no matter where you are in life.
Show full
post owned r/readwise u/staplejames 2026-03-06
I really enjoy using reader/readwise, especially since I manually started directing all my substack emails there (with the help of support). There are a couple of small annoyances though, both image related, which seem like they should be easy to fix, but haven't changed in quite a while. 1) Accidental highlighting of images in articles - this happens constantly, pretty much every time I read on my phone, as I use my thumb to scroll down. I rarely notice till they show up (sometimes multiple times for the same image!) in my highlights summary, which clogs it up from showing what I actually want to see. This is particularly irritating because I pretty rarely want to highlight an image, and... 2) Images hardly ever seem to pull across properly into readwise highlights anyway - often it just shows the URL! Is there a plan to address this? I had an exchange with support where it suggested this (first one) was a known bug, but it hasn't been addressed in a few weeks/months now
Show full
post r/instapaper u/Bloodmeister 2026-03-06
I've tried reinstalling the app and restarting the phone, and I can't find that feature when Sharing a link from Chrome?
post owned r/readwise u/Safe-Address5825 2026-03-06
I wonder how some users have been able to add some pics or emojis to their names in the leaderboard. It would be easier to locate oneself, for sure. Btw, are you obsessed with your place in the leaderboard? I certainly am.
post r/BookTrack u/MeetBudget1857 2026-03-05
Hi, this is my first ever Reddit post so sorry if I mess this up somehow. Is there a way to import my quotes into the app if I have them all in Readwise? They are spread across both iBooks and Kindle and consolidated in Readwise. My understanding from doing some research is that the only way to really do this would be through a Shortcut but Ive never used Apple Shortcuts so Im not even really sure how I would accomplish that task. Any help or pointing in the right direction would be appreciated
Show full
post owned r/readwise u/SpiresAwake 2026-03-05
So, I've been digging into the Ghostreader prompts lately. I've activated the built-in prompts to summarize and tag my articles. I've tweaked the tagging prompt a bit to fit my categories. As model, I've selected GPT-5 mini, which is supposed to be included in the Readwise subscription. Today, I've received an e-mail from Readwise, saying that my OpenAI API key was deactivated since it received errors from OpenAI. When I checked my OpenAI usage, the key I used for Readwise used all of its allowance for this month already. How is this possible? I've removed my key from Readwise for the time being. Why is there an option to choose the model for each prompt if my choice isn't used?
Show full
post r/MenOfPurpose u/MotherAnt8040 2026-03-03
Look, i was painfully awkward for years. couldn't hold eye contact, killed conversations, made people uncomfortable just by existing. then i got obsessed with figuring this out, went deep into research, books, psychology podcasts, studied charismatic people like i was preparing for a phd. here's what nobody tells you: charisma isn't some magical trait you're born with. it's a skill. and like any skill, you can learn it through deliberate practice and understanding the mechanics. i've spent stupid amounts of time researching this from neuroscience, social psychology, communication experts, and yeah, it actually works. the truth is, most of us weren't taught how to connect with people properly. school doesn't teach this. parents often don't model it. society is increasingly isolated and screen dependent. so we develop weird habits, self consciousness, and social anxiety that becomes this self fulfilling cycle. but the good news? once you understand the actual principles, you can rewire these patterns. here's what actually moves the needle: **1. presence is everything** charisma starts with being fully present. most people are thinking about what to say next, how they look, whether they're being judged. that energy is palpable and repels people. the charismatic person makes you feel like you're the only person in the room. they listen with their whole body. they're not checking their phone, scanning the room, or mentally rehearsing their next story. **The Charisma Myth** by Olivia Fox Cabane is genuinely the best book on this topic i've ever touched. Cabane is a former McKinsey consultant and executive coach to Fortune 500 companies, Stanford lecturer, absolute authority on charisma science. this book breaks down charisma into three core elements: presence, power, and warmth. she shows you exactly how to cultivate each one with practical exercises backed by neuroscience and psychology research. insanely good read. seriously, this book will make you question everything you thought you knew about charisma and social influence. one technique from the book that changed my life: the "toe to head" body scan when talking to someone. literally focus on sensations in your toes for a second, then move awareness up through your body. sounds weird but it instantly grounds you in the present moment and the other person can feel that shift in your attention quality. **2. master the art of making people feel seen** charismatic people have this ability to make you feel interesting, valued, understood. they ask follow up questions that show they were actually listening. they remember details you mentioned weeks ago. they celebrate your wins genuinely. practice active listening like your life depends on it. repeat back what people say in your own words. "so what you're saying is..." this validates them and ensures you actually understood. also, use people's names more often in conversation. there's literal neurological research showing that hearing our own name activates pleasure centers in the brain. **3. vulnerability creates magnetic connection** people think charisma means being perfect, polished, always "on." completely backwards. the most charismatic people are comfortable showing appropriate vulnerability. they admit mistakes, share struggles, laugh at themselves. this creates psychological safety and gives others permission to be real too. **Dare to Lead** by Brené Brown, who's a research professor at University of Houston and has spent two decades studying courage, vulnerability, shame, and empathy. this isn't specifically a charisma book but it's essential reading for understanding how vulnerability and authenticity create genuine connection. Brown shows how leaders and magnetic personalities use vulnerability as strength, not weakness. best book on authentic human connection i've read. the key is strategic vulnerability, sharing things that are real but not trauma dumping on someone you just met. start small. admit when you don't know something instead of bullshitting. **4. develop conversational range and curiosity** charismatic people can talk to anyone about anything because they're genuinely curious about the world and other people's experiences. read widely. listen to podcasts outside your usual interests. develop opinions but hold them loosely. ask questions you don't know the answer to. if you want to go deeper but don't have hours to read every communication book out there, **BeFreed** is worth checking out. it's an AI learning app built by Columbia alumni and Google engineers that pulls from thousands of sources, books on social skills, expert interviews, psychology research, and turns them into personalized audio podcasts. you tell it your exact goal like "i want to build charisma as someone who's naturally introverted" and it creates a custom learning plan just for you. you can adjust how deep you want to go, from quick 10-minute summaries to 40-minute deep dives with examples. the voice options are actually addictive, there's this smoky one that sounds like Samantha from Her. plus there's a virtual coach you can chat with anytime to ask questions or get book recommendations based on what you're working on. makes learning this stuff way more practical when you're commuting or at the gym. i also started using **Readwise Reader** to save interesting articles, podcast transcripts, youtube videos across tons of topics. helps me build this database of conversational ammunition and just makes me more interesting tbh. **The Art of Conversation** podcast is incredible for this too, they interview fascinating people and you learn both content and conversational technique just by listening. **5. body language speaks louder than words** UCLA research shows that up to 93% of communication effectiveness is determined by nonverbal cues. your words matter way less than how you say them and what your body is doing. maintain open body language. uncross your arms. take up appropriate space. mirror the other person subtly. smile with your eyes not just your mouth. **What Every BODY is Saying** by Joe Navarro, former FBI counterintelligence officer who spent 25 years reading people for a living. this book teaches you to read nonverbal communication like a pro and control your own body language. Navarro breaks down exactly what different gestures, postures, and microexpressions mean. you'll never look at conversations the same way. best practical guide to body language that exists. practice power poses before social situations, Amy Cuddy's research shows this actually changes your hormone levels and confidence (yeah there was controversy about replication but the subjective confidence boost is real). **6. energy management trumps everything** you can know all the techniques but if you show up depleted, anxious, or low energy, charisma is impossible. sleep enough. exercise. eat food that doesn't make you crash. manage your stress. i use **Finch** app for building these foundational habits, it's surprisingly effective at making boring self care stuff actually stick through gamification. charismatic people have learned to manage their energy so they can show up as their best selves consistently. this isn't optional, it's foundational. **7. practice deliberately and get comfortable being uncomfortable** reading about charisma won't make you charismatic. you have to practice in real situations. start small. make eye contact with strangers. give genuine compliments. start conversations in coffee shops. join a public speaking group like Toastmasters. **Never Split the Difference** by Chris Voss, former FBI hostage negotiator. i know this is technically a negotiation book but it's loaded with charisma and influence techniques that work in everyday conversation. Voss teaches tactical empathy, mirroring, labeling emotions, all stuff that makes you magnetic in social situations. genuinely one of the most practical communication books ever written. the beautiful thing about charisma is that it's not about being someone you're not. it's about removing the barriers that prevent your authentic self from connecting with others. everyone has charisma in them, most people just haven't learned to access it consistently. study this stuff obsessively, practice daily, be patient with yourself. took me like two years of deliberate work to go from awkward to genuinely comfortable in most social situations. worth every second.
Show full
post owned r/readwise u/AnusMcBumhole 2026-03-03
Has anyone built a Claude Connector for Readwise Reader?
post owned r/readwise u/waiting4barbarians 2026-03-02
I posted about my Readwise + Claude Code setup on linked in and thought it might be useful for some folks here: [How Claude Code + Readwise is a Massive Unlock for OER Creators](https://www.linkedin.com/pulse/how-claude-code-readwise-massive-unlock-oer-creators-joel-gladd-2a4cc/?trackingId=HzC9AOpmxP3ZiEa0PYPDrg%3D%3D). TL;DR: I'm in academia and part of my work involves updating OER textbooks and course modules. To help keep some content current, I use the Readwise API to sync my full database locally in SQLite, then assign agents to find relevant content (filtered by date, etc.) and suggest potential updates. Doesn't have to be confined to academia of course. I'm a big fan of Readwise Reader btw!
Show full
post owned r/readwise u/BroccoliGoat 2026-03-01
I'm using Readwise Reader on a Boox device and (a couple of glitchy behaviors aside) it's wonderful. However, I think I accidentally changed a setting and I don't know how to change it back. Previously, when reading articles from the Library, the app would show the progress percentage at the bottom of the page. It doesn't do that anymore; instead it shows the name of the article. Is there a way to change it back?
Show full
post owned r/readwise u/Jun_imgibble 2026-02-24
I've been a Readwise Reader user for a while, and it's genuinely the best tool for long-form content — articles, newsletters, PDFs, even Epubs. But there's one area where my workflow kept breaking down: **short-form social media posts**. I'd see an insightful Instagram carousel, a Threads take I wanted to revisit, or a Facebook post with a discussion worth keeping — and I had no good way to save them. Reader handles X/Twitter threads well, but Instagram, Facebook, Threads? A bit limited. And the posts I wanted to save kept disappearing — deleted by the author, buried by the algorithm, or lost when an account got suspended. So I built **Social Archiver**. # How it works Share a link from any social media app → Social Archiver captures the **full post** — text, images, videos, comments, engagement stats — and stores everything locally on your device. It works the same way Reader and other read-it-later apps work on mobile. Find an interesting post, hit share, pick Social Archiver, and everything else happens in the background. The difference is that it's designed specifically for the kind of content Reader wasn't built for. # What it supports \*It supports archiving of any webpages but the features is in beta and I assume it is a lot weaker than what Reader provides |Platform|Content types| |:-|:-| |Instagram|Posts, Reels, Carousels| |X (Twitter)|Tweets, Articles| |Facebook|Posts, Photos, Reels| |Threads|Posts, Notes| |YouTube|Videos with transcripts| |Reddit|Posts with nested comments| |LinkedIn|Posts, Articles| |\+ Bluesky, Mastodon|| ||| # Built-in Reader integration If you want everything in one place, Social Archiver can push archived posts directly into your Reader library. Connect your Readwise API token in settings and you get: * **Auto-save**: Every new archive is automatically sent to Reader in the background — no extra taps (but not all of the media due to reader's contraints) * **Location control**: Choose where posts land — Later, Archive, Inbox * **Platform filtering**: Exclude specific platforms from syncing if you only want certain content in Reader * **Custom tags**: Auto-tag with defaults like `social-archive` \+ optional platform tags (e.g. `instagram`, `reddit`) So the workflow is: see a post → share to Social Archiver → it saves locally with full media **and** shows up in Reader, ready to read alongside your articles and newsletters. # Key differences from Reader I want to be clear — this isn't a Reader replacement. I still use Reader for articles and newsletters. Social Archiver fills a different slot: * **Media-first**: Saves images, video, carousels — not just text. Reader is optimized for text; Social Archiver preserves the visual content that makes social posts worth saving * **Offline & local**: All content stored on your device. Media downloads to your phone/iCloud. Nothing locked behind a server you don't control * **Obsidian/Notion sync**: Archives can sync to your Obsidian vault as formatted markdown notes with YAML frontmatter — so if you're in the Readwise → Obsidian pipeline, this slots right in for social content * **Reader as the hub**: Use Social Archiver to capture what Reader can't, and have it all flow back into Reader automatically # Links **iOS** (live): [https://apps.apple.com/us/app/social-archiver/id6758323634](https://apps.apple.com/us/app/social-archiver/id6758323634) **Android**: In closed beta — if you're interested, drop a comment or DM me. Anyway, it will be launched in 2-3 weeks. **Obsidian plugin**: [https://github.com/hyungyunlim/obsidian-social-archiver-releases](https://github.com/hyungyunlim/obsidian-social-archiver-releases) Curious if anyone else has been dealing with the same gap. How do you currently save social media posts you want to revisit? Would love to hear how this fits (or doesn't fit) into your workflow.
Show full
post owned r/readwise u/scratchypuppy 2026-02-23
I’m trying to do something that feels like it should be simple, but I can’t work out the workflow. What I want to do: 1. Search my documents for those that contain a specific word (e.g. “coffee”). 2. Apply a tag to all of those documents in bulk. 3. Later, manually remove the tag from a subset of them. I can use Search to get the list of documents containing the word, but I can’t see any way to bulk-apply a tag from the search results — without opening each document individually and tagging it one by one. I’ve seen references to bulk updates inside Filtered Views, but I can’t work out how to create a filtered view based on documents containing a particular word (as opposed to metadata like tags or location). Is there a workflow I’m missing here? How are people doing bulk tagging based on full-text search results?
Show full
post owned r/readwise u/freddewitt 2026-02-22
Hello, community! I have been using Readwise Reader for several months and have just taken out an annual subscription. As with all software, I have a few frustrations about features that I find lacking, particularly for RSS reading: \- The availability of a thumbnail view like on Inoreader. On my Boox Go 7, it's more complicated to read the way the articles are displayed, so a thumbnail view would be very nice. I think I've seen this comment before, but it would be really great to be able to search for news and keywords just for RSS feeds. \- My daily digest often takes a long time to generate and usually only takes one source from my 150 RSS feeds. Please let me know if I have missed an update that addresses these requests. Thanks again!
Show full
post r/ClaudeAI u/ryan1yn 2026-02-22
I'm a heavy Readwise/Reader user and I'm surprised how much of my reading now happens through agent conversations within Claude Code / Cowork instead of the 1st party apps. This is what it looks like atm to triage articles: > What are my latest reader articles? Rank by novelty. High novelty: - The Yodogo Hijacking (historical narrative) - My Enemy, The Leitmotif (music/aesthetics critique) - The Church Of Interruption (attention/tech critique) Low novelty: - How Transformers Architecture Powers Modern LLMs - A Guide to Effective Prompt Engineering > Save the top 3 to my library Done. Saved 3 highlights to Readwise. And generating highlights of YouTube video: > Save this to Reader: https://www.youtube.com/watch?v=OfMAtaocvJw Done. Saved "The third golden age of software engineering" to Reader. > Get the transcript and suggest the most surprising quotes Here are 3 quotes that challenge conventional thinking: 1. "Fear not, O developers. Your tools are changing, but your problems are not." 2. "We're not going to have fewer software engineers - we're going to have more, doing things we couldn't imagine" > Save #1 and #2 to Readwise, then archive the video Done. Saved 2 highlights to Readwise and archived the document in Reader. The thing I like most is being able to work across sources in one conversation. The agent skill is open for anyone to try here: [https://github.com/ryanlyn/readwise-skill](https://github.com/ryanlyn/readwise-skill) (built within Claude ofc). Feedback and ideas are more than welcome. I'm especially keen to know how people are using Claude to improve the quality of their information diet!
Show full
post r/Onyx_Boox u/BroccoliGoat 2026-02-19
Apologies in advance if this is a bit in the weeds, but - I just bought a new Boox e-ink tablet, which I plan to use for reading and annotating pdfs. Last time I tried to integrate Readwise in my workflow, the pdf functionality was not quite there yet, but that was a while ago and I know it's gotten a lot better. So I'm trying to figure out what the best way would be to annotate pdfs. **Goals** \- at the end of the process, I'd like to have two things: * the annotated pdf stored in my general pdf repository (which lives on iCloud); and * a page in Obsidian that has the extracted highlights. **Workflow Option 1:** 1. Highlight in a stand-alone reader (like Acrobat or Pdf Reader). 2. Upload the pdf to Readwise Reader. (Will it have the highlights as extractable highlights?) 3. Use Obsidian's Readwise plugin to extract the highlights and create a page. **Workflow Option 2:** 1. Upload the pdf to Readwise Reader. 2. Annotate in Readwise Reader. 3. Use Obsidian's Readwise plugin to extract the highlights. 4. (?) Export the highlighted pdf so that it can live in an iCloud folder in highlighted form. (Is this possible?) Workflow Option 1 seems like good option, but only works if the highlights made in a different program are extractable. Are they? Workflow Option 2 could also work, but only if it's possible to export individual pdfs. (In the past, exports could only be done in bulk, but maybe that has changed since I last checked.) What would you recommend?
Show full
post owned r/readwise u/ryan1yn 2026-02-18
I've been using Readwise and Reader for years. Late last year I started running a lot of my reading workflow through Claude Code (Anthropic's coding agent) using the Readwise API, and it changed how I interact with my library enough that I packaged it up and open-sourced it. * GitHub: [https://github.com/ryanlyn/readwise-skill](https://github.com/ryanlyn/readwise-skill) * Install (Claude Code): `/plugin marketplace add ryanlyn/readwise-skill` Also works with Claude Desktop/Cowork and OpenAI Codex. Here's how I'm using it right now: * **Feed triage.** I ask the agent to pull my RSS feeds from Reader, rank by novelty or relevance to what I've been reading, and save the ones worth keeping. Cuts my morning triage from browsing everything to reviewing a shortlist. * **Synthesized highlights.** For YouTube and podcasts especially - the agent saves the video to Reader, pulls the transcript, and I ask it to extract and paraphrase the best ideas. Verbal content rarely comes out as clean highlights on its own. * **Cross-source work.** This is where it gets interesting. "Pull my highlights from Thinking in Systems and create an Excalidraw diagram of the key feedback loops." Or "Compare my highlights from Meditations and Letters from a Stoic." Your whole library becomes something you can have a conversation with. The skill exposes the core Readwise and Reader API actions - saving/searching highlights, pulling documents, fetching feeds, archiving - and lets the agent compose them however the conversation requires. Please feel free to give it a try and share how it works for you!
Show full