Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A paid version of Just Read #20

Closed
ZachSaucier opened this issue Nov 16, 2016 · 21 comments
Closed

A paid version of Just Read #20

ZachSaucier opened this issue Nov 16, 2016 · 21 comments

Comments

@ZachSaucier
Copy link
Owner

ZachSaucier commented Nov 16, 2016

Edit: There's now a premium version of Just Read! See https://justread.link/ for more information.


After thinking about the future of Just Read and some requests that have been made (#8, #18, #34), I have decided to start work on a paid version of Just Read that would potentially have the following additional features:

  • Highlighting
  • Annotations
  • Saving the article in Just Read format (including edits, highlights, and annotations) to either a server or Google Drive (researching the feasibility currently)
  • Sharing articles in a Just Read format, optionally including any highlights/annotations
  • ---Searching through articles saved--- This was too much of a technical issue to pursue right now.

Possibly also:

  • Edit-article-text ability
  • Domain-specific (or partial URL specific) Just Read styles

Question:
Are there any other features that you'd like to see in a paid version?

__

To be clear I will continue to maintain and update the free version, it just won't have any of the specific features in the above list.

@brendanchua
Copy link

Loving the work you have done, Zach. Been searching for an app like this and would be happy to support/pay.

Would be good to have the ability to add the main picture from the article.

@ZachSaucier
Copy link
Owner Author

Hey @brendanchua and thanks for the complement and suggestion!

If the article formats their content well, Just Read should already pick up big images like that. I think it'd be best to create a new issue here on GitHub including details like the URL(s) that don't show this main image.

@Attelisk
Copy link

If you could save annotated pages directly to Google Drive as static .pdfs, it would be extremely convenient. I would gladly pay a monthly fee for that service, especially if you could in some way automate the date-tagging and parse LaTeX images.

@weaverhe
Copy link

If we can highlight in different colors I'd definitely pay for it. Also would love the ability to save to evernote with the highlights + annotations.

@iandunn
Copy link

iandunn commented Jun 30, 2017

I'm not sure if this would work better as a paid feature or a free one, but I think it'd be helpful to have a quick/easy way to add a site to the Auto-run domain list.

Right now the flow is to:

  1. Click on the Chrome Settings icon so that extension icons are visible. (I keep them hidden by default, to avoid distraction and clutter)
  2. Right-click on the Just Read icon
  3. Click on Options
  4. Type the domain into the list
  5. (Maybe?) hit Save? (It's not clear to me if the domain list is auto-saved or not)

So that's 3-4 clicks, plus manually typing out the domain name (or copy/pasting and removing the protocol & query string).

It'd be better for me if I just could right-click on the page and there'd be a menu item to add the current domain to the list (2 clicks); or if there was an option in the context menu for the Just Read icon (3 clicks).

@ZachSaucier
Copy link
Owner Author

Thanks for the suggestion! That's a good idea. I hardly ever add sites to the auto-run list so I hadn't thought about how long it takes. I think I'd add it to the right click context menu.

The auto-run list does not require saving FYI :)

@8lall0
Copy link

8lall0 commented Aug 7, 2017

I miss a lot a readability-style service for mobile devices.
I'd pay a fee for it.

@Phil-Champ
Copy link

Double-column reading format:

image

@drreen
Copy link

drreen commented Oct 4, 2017

Just my 2 cents: At some point Google Chrome might compete with you if their data says that a reader feature resonates with the users. It takes them a tiny amount of resources to make your plugin obsolete.

Focus on features (such as integrations, interoperability, productivity), which Google might not be interested in implementing. That way you can move to their native solution and add value features on top of that - as soon as they enter the space.

@planotex
Copy link

planotex commented Dec 6, 2017

Thanks for this extension, Zach. I'm late to comment but was wondering if this could run automagically after loading a website? I see a similar comment above about adding sites to autorun, but was thinking more along the lines of being able to browse websites and then have this extension run (without clicking).
Keep up the good work - we need extensions like this

@ZachSaucier
Copy link
Owner Author

@planotex Just Read already has an auto run feature as well as hotkeys for running Just Read. What are you imagining differently than these features?

@planotex
Copy link

planotex commented Dec 6, 2017

Thanks, I see that area now and I'm going to check it out.
Was thinking about when I want to be in a read only mode and just want to catch up on stories without having to convert each website - maybe this fulfills that purpose.

@ZachSaucier
Copy link
Owner Author

@planotex Ah, I think I understand what you're wanting now. You want to navigate between all pages using the JR's view, right?

I think this is a harder problem than you might imagine it would be across all websites. With the current functionality it can usually be done within a certain domain using the auto-run feature (I have an entry that is nytimes.com/.+ which will run Just Read on any sub-page of the NY Times website, but not the homepage so that when I click on a direct link to an article it will open up in Just Read's view) and with links within an article (you can right click a link and click "View this page within Just Read").

But it is a very difficult problem to know which links are true navigation links and which ones are spam, unnecessary links to an article (at least without some ML algorithm checking all of the links - even then I'm sure the mistake rate would be relatively high). If someone can think of a good way to solve this, especially in a relatively simple way, I'd be happy to implement it, but as is I don't think Just Read can get much better at navigating between articles in its view than it currently does.

@planotex
Copy link

planotex commented Dec 7, 2017

You got it.
I see it would be a pain to figure out just legit links. It's probably me just being lazy, lol and wanting to use JR for all pages. Let's face it, the web sometimes is a pain with all the videos, audios, popups, advertisements, etc. for those of us that just like to "read" the web...

@joxerg
Copy link

joxerg commented Jun 20, 2018

Hi, great job here, thank you. Ideas for paid version:

  • Deletion of a selection/multiple elements with one click (now i have to do lot of clics for deleting a list with various lines -one clic/line-), something like "drag and dellete" (like brushing) option?
  • Save to pdf option (now im using the Print pdf)
  • Saving to Evernote/G. Drive would be really nice too
  • Ability to ignore embeded Vimeo/Youtube videos (now i get a black rectangle with Vimeo privacy alert -hidden videos- so ignoring this i wouldn`t have to Delete taht space)
  • Ability to remove the "Viewed using Just Read" (i am mainly getting pdf-s from articles, so clearer is nicer :) )
    Keep the good job!!

@ZachSaucier
Copy link
Owner Author

@sorburu You can hide videos in Just Read using CSS - something like video { display: none; } should do the trick.

Same thing for the "Viewed using Just Read" - .simple-ext-info { display: none; } should do it.

Thanks for the suggestions!

@joxerg
Copy link

joxerg commented Jun 20, 2018

Wow thank you very much, it worked with iframe { display:none; } i forgot that CSS was there!! ;)
Any news about the paid version?? i would love to be able to test the beta.
Best regards,

@ZachSaucier
Copy link
Owner Author

@sorburu I'll be turning my attention to Just Read after I complete a different personal project of mine. However, I am short on time so I can't make any promises in terms of a timeline. I'll keep this post updated.

@ZachSaucier
Copy link
Owner Author

There's now a premium version of Just Read!

Included features:

  • Shareable Just Read pages including your custom theme
  • Support for "Send to Kindle" (Google Drive is supported in regular Just Read and the premium version)
  • Annotations, highlighting, and comments
  • Linking to a specific part of the article
  • Custom and customizable scrollbars
  • Gradient text functionality for increased readability
  • Auto-scrolling
  • Image lightboxing
  • Fixed CTRL + F functionality

For more information check out Just Read's home page or the FAQ section.

@ZachSaucier
Copy link
Owner Author

To do on the premium version is to research the feasibility to create a way to share a page in the JR version for mobile Chrome. The mobile version wouldn't have the ability to customize all of the options like the Chrome extension has.

Note that currently when you share a page in premium the link it creates is viewable in mobile.

@ZachSaucier
Copy link
Owner Author

The newest version of Just Read (v 5.0) now supports Premium features in every browser 🥳
Please let me know if you run into any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants