Giter Club home page Giter Club logo

Comments (18)

agzam avatar agzam commented on June 8, 2024 1

Okay, folks. It seems I'm not the only one struggling here with this Grammarly bullshit. The level of imbecilic "vision" of their UX experts is simply overwhelming. I understand why they wouldn't even try to build an API for the service. But changing the app so it is extremely painful to use, even for the paid users, makes no sense whatsoever.
I spent almost an hour, trying to come up with a workaround. Even went into exploring the app with the dev console:
open -a //Applications/Grammarly.app/contents/macos/Grammarly --args -o.

Yet I couldn't come up with any better idea, except keeping the app open of all time, with the focus on the same document - to use it as a "whiteboard." And maybe Apple Script to activate that window, and paste into it; and then clearing it up after, but never to close it.

If I'd to make it work, I would probably use Hammerspoon to introduce a keyboard watcher, for "done with the checking - want to go back to Emacs" thing, I'm not sure how to make this work with Apple Script.

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024 1

OK, for now, I found in my backup an old version of Grammarly. I renamed so it will not be overwritten the new Grammarly. This is some workout for now. This is very annoying since this Grammarly will bug you with updating it.

Screen Shot 2020-04-20 at 11 38 39 AM

from emacs-grammarly.

vnckppl avatar vnckppl commented on June 8, 2024 1

It does indeed automatically update. One way of preventing is, is to block Grammarly from phoning home, but that would just lead us further down the rabbit hole.

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024 1

OK, I just asked Grammarly if they can help and give us this basic funcionality :-) we'll see..

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

thanks, @vnckppl Yeah, now I see the problem as well.. hmm.. I have to read more about.

One workout would be to use AppleScript to open Grammarly, to "click" Edit and Paste.

This actually could be interesting workout, because based on that I could build a way to copy the Grammarly content back to the Emacs.. so maybe that Grammarly broke the plugin will be good for us :) Still I need some time to code it.

A quick and dirty workout is to downgrade Grammarly :( and wait for an update here (a few days).

Screen Shot 2020-04-16 at 11 57 56 AM

from emacs-grammarly.

vnckppl avatar vnckppl commented on June 8, 2024

The Applescript option would be cool, although it seems you have to start a new document before you can paste, and there is no 'new document' menu option.

Finding an older version of Grammarly is challenging. I will let you know when I find a download link.

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

Yeah, correct, you need to start a new document. I'm thinking if there is some way around....

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

OK, this is even crazier. You can open this file I put here but it will update automatically to the newest version.. grr..

Screen Shot 2020-04-20 at 11 52 33 AM

I open "my" grammarly a few times with ignoring updates, but still, after a while the app is updated...

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

BTW, rename the zip Grammarly to Grammarly_61 in your Applications

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

Hi Marcin,

Thanks for contacting Grammarly!

Unfortunately, we don’t currently have a quick fix, but please rest assured that our team has been made aware of the issue. I can’t provide you with an estimated timeframe right now because the developers need some time to analyze the cause of the issue.

I’m going to close this case, but if you have more information regarding this issue, please reply to this email and the case will be re-opened for further investigation. We apologize for any inconvenience.

Best regards,

Claire

from emacs-grammarly.

vnckppl avatar vnckppl commented on June 8, 2024

Hi Marcin,
Thanks for contacting Grammarly!
Unfortunately, we don’t currently have a quick fix, but please rest assured that our team has been made aware of the issue. I can’t provide you with an estimated timeframe right now because the developers need some time to analyze the cause of the issue.
I’m going to close this case, but if you have more information regarding this issue, please reply to this email and the case will be re-opened for further investigation. We apologize for any inconvenience.
Best regards,
Claire

Thanks for the update. That does not sound very promising, unfortunately.

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

Yep, unfortunately :(

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

https://github.com/jcs-elpa/grammarly
https://github.com/jcs-elpa/flycheck-grammarly

but I'm not able to run it.

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

demo
the workaround using Apple Scripts works, and it's bidirectional..

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

I also played a bit with sending the content to/from Safari and Grammarly, but nothing yet complete.

tell application "System Events"
	tell process "Safari"
		set frontmost to true
		tell application "Safari" to open location "https://app.grammarly.com/ddocs/771448507"
		delay 3
		click menu item "Paste" of menu "Edit" of menu bar 1
	end tell
end tell

your doc that is designed for Sandbox

BTW, for me, this Safari works faster than a stand-alone application. .hmm... maybe this is the way to go ...

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

OR THIS

https://github.com/jcs-elpa/flycheck-grammarly/

Screen Shot 2020-05-21 at 10 13 02 AM

from emacs-grammarly.

vnckppl avatar vnckppl commented on June 8, 2024

Hi mmagnus,
Thanks for your work on this! I am able to use the scrips, but I do have to have Grammarly open with an empty document opened. Is this supposed to be the case?
Thanks!

from emacs-grammarly.

mmagnus avatar mmagnus commented on June 8, 2024

@vnckppl yeah, I could not get this running when the window is minimized. I'm missing something.. :(

from emacs-grammarly.

Related Issues (10)

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.