GithubHelp home page GithubHelp logo

Comments (13)

tami-cyrus avatar tami-cyrus commented on May 22, 2024 1

We opensourced it so that other people could make more tools if they wanted
to.
Chances are we'll hit iOS and Android native mail clients next.

Tami Reiss
CEO
Cyrus Innovation http://www.cyrusinnovation.com/
212-647-7186

Agile Reinforcement to accelerate your development

Dedicated to respect and diversity

@tamireiss / @cyrusinnovation

Learn about the difference between the Cyrus way
http://www.cyrusinnovation.com/differences-between-xp-vs-scrum-agile/ and
other consultancies.

On Tue, Dec 29, 2015 at 4:17 PM, Rachel Berry [email protected]
wrote:

This is an awesome idea, thanks for your work on it so far!

Any plans to enable this on things other than GMail?

Like, say, GitHub Issues? [image: 😄]


Reply to this email directly or view it on GitHub
#4.

from just-not-sorry.

jared-di avatar jared-di commented on May 22, 2024 1

Just tried to use this, but I'm using Inbox, not Gmail. Can this be extended to include Inbox as most people have made the switch?
Thanks,
Jared.

from just-not-sorry.

tami-cyrus avatar tami-cyrus commented on May 22, 2024

We opensourced it so that other people could make more tools if they wanted
to.
Chances are we'll hit iOS and Android native mail clients next.

Tami Reiss
CEO
Cyrus Innovation http://www.cyrusinnovation.com/
212-647-7186

Agile Reinforcement to accelerate your development

Dedicated to respect and diversity

@tamireiss / @cyrusinnovation

Learn about the difference between the Cyrus way
http://www.cyrusinnovation.com/differences-between-xp-vs-scrum-agile/ and
other consultancies.

On Wed, Dec 30, 2015 at 6:22 PM, jared-di [email protected] wrote:

Just tried to use this, but I'm using Inbox, not Gmail. Can this be
extended to include Inbox as most people have made the switch?
Thanks,
Jared.


Reply to this email directly or view it on GitHub
#4 (comment)
.

from just-not-sorry.

GForceWeb avatar GForceWeb commented on May 22, 2024

+1 for expanding the reach of the plugin to all form fields in chrome (like grammarly) and not just gmail. I use the gmail inbox client which is unsupported by this by default.

from just-not-sorry.

tami-cyrus avatar tami-cyrus commented on May 22, 2024

We're excited that you want to use Just Not Sorry. The plans for what comes next haven't been decided yet. We have a lot of requests to build something similar for Outlook and Mobile. If we figure out the most user friendly way to do mobile, that should help with inbox a little bit.

Additionally, we open sourced the code so if anyone else wanted to expand it for Inbox, they could. We'll keep you posted whatever direction is chosen.

Happy new year!

Tami Reiss
CEO
http://www.cyrusinnovation.com/
@tamireiss
212-647-7186
Agile reinforcement to accelerate your development
Best place in NYC for female founders to build great products

Sent from a device smarter than a third grader, but with equally bad spelling habits.

On Jan 2, 2016, at 5:26 AM, Grant [email protected] wrote:

+1 for expanding the reach of the plugin to all form fields in chrome (like grammarly) and not just gmail. I use the gmail inbox client which is unsupported by this by default.


Reply to this email directly or view it on GitHub.

from just-not-sorry.

TheWrongAlice avatar TheWrongAlice commented on May 22, 2024

@tami-cyrus so to clarify, if I set up a PR for inbox support, could it be accepted and merged, or would you rather have it published separately?

from just-not-sorry.

tami-cyrus avatar tami-cyrus commented on May 22, 2024

Could be merged.

Tami Reiss
CEO
http://www.cyrusinnovation.com/
@tamireiss
212-647-7186
Agile reinforcement to accelerate your development
Best place in NYC for female founders to build great products

Sent from a device smarter than a third grader, but with equally bad spelling habits.

On Mar 15, 2016, at 9:31 AM, Alice Cyan Carlsson [email protected] wrote:

@tami-cyrus so to clarify, if I set up a PR for inbox support, could it be accepted and merged, or would you rather have it published separately?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#4 (comment)

from just-not-sorry.

sbrudz avatar sbrudz commented on May 22, 2024

@TheWrongAlice I'm organizing the roadmap for JustNotSorry and since Inbox support is one of our top requested features, I'd like to line it up for the next major release. Have you had a chance to work on a PR? If you have work in progress, I'm happy to review the PR or discuss design ideas.

from just-not-sorry.

TheWrongAlice avatar TheWrongAlice commented on May 22, 2024

I have not had the chance to start

On Tue, Apr 5, 2016 at 4:59 AM Steve Brudz [email protected] wrote:

@TheWrongAlice https://github.com/TheWrongAlice I'm organizing the
roadmap for JustNotSorry and since Inbox support is one of our top
requested features, I'd like to line it up for the next major release. Have
you had a chance to work on a PR? If you have work in progress, I'm happy
to review the PR or discuss design ideas.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#4 (comment)

from just-not-sorry.

sbrudz avatar sbrudz commented on May 22, 2024

No worries. I had an idea over the weekend for how to do it using mutation observers. It may or may not work. I'll try a spike on it this week.

from just-not-sorry.

sbrudz avatar sbrudz commented on May 22, 2024

@kwokster10 Per our conversation, here's the experiment that I started a5dec2c It uses a DOM Mutation observer to look for DIVs marked contenteditable and then applies the JustNotSorry warning checker to it. It doesn't quite work yet but it's a start. In theory, the approach should work for any web page -- inbox, github issues, hotmail. It would also allow us to get rid of the dependencies on jQuery and Gmail.js. My worries about the approach are that it might negatively impact performance or use up a lot of memory.

from just-not-sorry.

rocketinventor avatar rocketinventor commented on May 22, 2024

@sbrudz Yah, mutation observer is bad for performance. There are other third-party grammar checkers out there for chrome that work everywhere. I wonder how they work.

from just-not-sorry.

sbrudz avatar sbrudz commented on May 22, 2024

Here's an update on where we're at with this feature request:

  • Support for outlook.com (#102) has just entered beta testing
  • I've done some experiments with using the extension on other sites and had mixed results. More work is needed to add general support. Some examples:
    • On medium.com, in the story compose window, the underlining works but doesn't trigger when you first open the story for editing
    • On twitter.com, for composing a tweet, the underlining never gets triggered.

For now, we'll need to add support for new sites on a case by case basis.

from just-not-sorry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.