TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Polar 2.0 – Integrated reading environment for EPUBs, PDFs, & web pages

106 pointsby getpolarizedover 4 years ago

16 comments

tannerbrockwellover 4 years ago
This went from a cloud &#x2F; local app to 100% cloud only storage. If you have a library of content locally that you have NOT submitted to the cloud storage, then it won&#x27;t show up on the update.<p>I went and used time machine to get an old version of the app and removed the upgrade.yml from the contents of the app package as well, so it won&#x27;t auto upgrade.<p>This was a really bad handling of the upgrade. It is unrealistic to expect that someone with a large enough library of content locally to also put this all in the cloud for storage. I have a curated library of content so I can work offline.
评论 #24909567 未加载
评论 #24952588 未加载
评论 #24909553 未加载
FlantasticSeaover 4 years ago
This looks phenomenal. I&#x27;m a huge Anki fan so I&#x27;m intrigued by the Anki integration.<p>Two issues&#x2F;questions though:<p>1. How do you import flash cards into Anki? After adding the AnkiConnect add-on the documentation just says to use the &quot;Sync Flashcards to Anki&quot; within Tools but there is no Tools (on the Web App &#x2F; MacOS versions). I can see it being done in the old version of this video: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=F2aMWBdZUeQ&amp;t=636" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=F2aMWBdZUeQ&amp;t=636</a><p>2. When importing using the Polar chrome extension I ran into a bug. When importing this page (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Magnus_Carlsen" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Magnus_Carlsen</a>) the page mark feature is completely broken. Once you drag it below the top picture it shoots all the way to the bottom, rendering the feature useless. This didn&#x27;t happen on the few other pages I tested it on though.<p>I also think the formatting could be a bit improved -- but I&#x27;m sure that&#x27;s extremely difficult. I was preferring the formatting offered by uploading the pdf created by this converter (<a href="https:&#x2F;&#x2F;www.web2pdfconvert.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.web2pdfconvert.com&#x2F;</a>).<p>Regardless this seems fantastic, great job!
评论 #24910304 未加载
fancy_pantserover 4 years ago
I tried Polar out about a year ago and it was too buggy to keep using, but I liked the idea. Today, giving it another shot, I see some serious work has gone into it and it&#x27;s really expanded into something interesting. Kudos to you and your co-founder!<p>The only thing stopping me from going all-in on paying for Polar and using it as the &quot;hub&quot; of my reading (mostly technical docs, long-form blogs, whitepapers, and textbooks) is the lack of tie-in with E Ink readers, which I vastly prefer for reading and note-taking over computer screens.<p>I use a ReMarkable 2 tablet for reading technical docs (nd a Kindle Oasis for casual nonfiction. It would completely &quot;connect the ecosystem&quot; if there were ways to sync with my readers or at least push documents to them and pull annotations back. Boox, ReMarkable, and other popular E Ink tablets have APIs, OTG USB disk access, and other ways to interchange the docs (with authorization). I&#x27;m seeing loads of hacks for them on Github, so maybe even opening a plugin system would be enough; the community would contribute to fill in the gaps.<p>IMO, this is the killer final piece of the puzzle and would keep my reading and note-taking in one wonderfully organized place, which is something I&#x27;m 100% interested in paying for and supporting.
评论 #24911224 未加载
评论 #24912406 未加载
getpolarizedover 4 years ago
I also wanted to point out that Polar is Open Source.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;burtonator&#x2F;polar-bookshelf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;burtonator&#x2F;polar-bookshelf</a><p>If you&#x27;d like to look at the code.<p>We have a unique build environment so DM me on Discord if you want to build it... You just have to use lerna and our npm repo but should work well.
评论 #24909277 未加载
zaphod4prezover 4 years ago
I used Polar for a while when v1 came out and really loved it, especially the highlighting&#x2F;notetaking capabilities.<p>I ended up switching away from it just because of the lack of support for EPUBs... so this is really exciting!! Can&#x27;t wait to check out v2!
newscrackerover 4 years ago
I’ve seen this publicized many times on HN before, mostly in comments, but I always dismissed it because it supported only PDF and didn’t support ePub (the format I primarily use, since I’m not in a field where PDF is mandated or necessary).<p>Since this new release has ePub support, is it possible to use it without the cloud and subscription?<p>Edit: From other comments here it seems like 2.x is cloud-only (and tied to the Polarized service storage). Though it says that there’s a latest update to the local supporting 1.x, I doubt if that would remain supported for longer (of course, someone could say it’s open source, so just fork it).<p>I wouldn’t mind paying a small license fee for the freedom of local storage or being able to use another cloud storage along with better support. Since 1GB on the free tier is not enough for me and since I have other cloud storage already available, even the Plus plan it quite expensive for me.
评论 #24910070 未加载
cawlinover 4 years ago
I&#x27;ve been testing this out with a 600 page research paper before the launch of 2.0 and now continuing after. Love the annotations, works very well for my purposes.<p>Really enjoying the updates so far. The dark mode inverting the actual PDF to dark is a nice touch for reading (and I can toggle it off for visualization heavy portions).
burtonatorover 4 years ago
Also, you guys were asking about Firefox support so I did a deep dive and we&#x27;re ready go to but Google Firebase doesn&#x27;t support the moz-extension URL scheme. Just the chrome-extension scheme.<p>I added a feature request for them to support chrome-extension here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;firebase&#x2F;firebase-js-sdk&#x2F;issues&#x2F;4002" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;firebase&#x2F;firebase-js-sdk&#x2F;issues&#x2F;4002</a><p>I&#x27;m going to submit a PR to them to support moz-extension too.
SlowBallover 4 years ago
The announced new incremental reading feature doesn’t seem to be incremental reading as implemented in supermemo, no? How do the articles come back to your pile, and how do you extract the information from them? The way it’s explained it seems like a normal anki-like flow to me.
alex_bergover 4 years ago
They also have a nice subreddit.<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PolarBookshelf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PolarBookshelf&#x2F;</a>
pkayeover 4 years ago
Does the desktop app work with the cloud or can you keep everything local? I have tons of pdf files that are local and don&#x27;t want to put them online.
ilSignorCarloover 4 years ago
It looks like a great project. It would be useful if I could import a url directly into the desktop app, without having to go through the Chrome extension. My main browser is Firefox and I understand the difficulty in developing an extension for each browser, but I expected to being able to copy the url and import it somehow into the app.<p>Great job in any case!
getpolarizedover 4 years ago
Hey Hacker News!<p>About two years ago we launched Polar on HN [1] and now we’re back to announce Polar 2.0!<p><a href="https:&#x2F;&#x2F;getpolarized.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getpolarized.io&#x2F;</a><p>Polar is a tool used by software engineers, students, and professionals. Anyone who wants to manage academic research, technical documentation, textbooks, or web-based reading to build a personal knowledge base.<p>Polar is an integrated reading environment similar to your IDE that you use for writing code. Think of it like Visual Studio or IntelliJ but for books, web content, PDFs, EPUBs, etc.<p>What makes Polar special is that we’ve built an integrated workflow so that you can read, annotate (make highlights, add comments, pagemarks etc), and convert anything to flashcards. You can then use spaced repetition to review your material directly in Polar or sync it to Anki.<p>My co-founder and I have been working tirelessly on this since the lockdown started to get this shipped.<p>This release represents everything we’ve learned since 1.0 and includes:<p>- Dark mode!! This was by far our #1 requested feature<p>- Both EPUB and PDF supported (originally it was just PDF)<p>- Web pages capture content using Mozilla readability, then saving them to EPUB<p>- Web capture works entirely from our chrome extension so that your cookies, etc get captured too<p>- Easy reading management with flagging, tagging, archiving, pagemarks to mark specific sections in the book, and more<p>- Improved annotations and highlights management, including area highlights, annotation tags, margin notes, etc<p>- One-click flashcards directly from annotations<p>- We’ve greatly improved our Anki sync to make it more reliable, faster, and has more features like support for cloze deletions, front and back cards, HTML, etc.<p>What’s more, Polar is open source so you don’t have to risk being locked into a platform you don’t control!<p>We want to make obtaining an education as easy as possible. In addition, it shouldn’t cost a fortune to get a decent education. Be it tuition or overpriced textbooks. This is why we are building Polar with the vision to truly democratize education.<p>This is still early stage for us of course. Some of the upcoming features will include mobile apps, integrations with tools like Zotero, and much more.<p>If you’re someone who reads a lot and likes to remember the material, give Polar a shot! For power users, we also have a premium version with up to 500 GB of storage. For HN readers, we are doing a 20% discount promotion for a year-long subscription. Use the code hackernews20 to take advantage of that<p>We would love to hear what you think about Polar!<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18219960" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18219960</a>
评论 #24916851 未加载
评论 #24908930 未加载
评论 #24909445 未加载
评论 #24909036 未加载
abeyerover 4 years ago
Ok, so if you&#x27;re going cloud only are you at least getting to feature parity in the web version? Or is this going to be the worst of both worlds where I need an electron app running locally _and_ all my data in your system?
Haszover 4 years ago
Please consider increasing the PDF size limit. I&#x27;m guessing it&#x27;s about 100MB, and I have plenty of PDFs that large or larger. I&#x27;m using 2.0.53 on Windows
评论 #24909905 未加载
carlosfover 4 years ago
I tried Polar 1.X but unfortunately I couldn&#x27;t make it work on Windows. Might try again in the future. Sticking with Calibre for now.