{"id":15691759,"url":"https://github.com/shahednasser/grammarly-ghost","last_synced_at":"2026-03-12T21:32:29.149Z","repository":{"id":103596582,"uuid":"340776768","full_name":"shahednasser/grammarly-ghost","owner":"shahednasser","description":"Allow Grammarly to work on Ghost's editor","archived":false,"fork":false,"pushed_at":"2021-05-24T10:43:20.000Z","size":30,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-08T01:14:24.615Z","etag":null,"topics":["chrome","chrome-extension","ghost","ghost-blog","grammarly"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/grammarly-with-ghost/iakfoofepmfjafjepidembmheemidbdb?hl=en\u0026authuser=1","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shahednasser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-20T23:35:08.000Z","updated_at":"2023-11-29T07:36:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"f18c43cd-1cda-48ca-9660-556f283a7f8c","html_url":"https://github.com/shahednasser/grammarly-ghost","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahednasser/grammarly-ghost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Fgrammarly-ghost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Fgrammarly-ghost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Fgrammarly-ghost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Fgrammarly-ghost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahednasser","download_url":"https://codeload.github.com/shahednasser/grammarly-ghost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Fgrammarly-ghost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30445067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"ssl_error","status_checked_at":"2026-03-12T21:30:43.161Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","ghost","ghost-blog","grammarly"],"created_at":"2024-10-03T18:24:24.120Z","updated_at":"2026-03-12T21:32:29.122Z","avatar_url":"https://github.com/shahednasser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grammarly with Ghost\nAn extension that allows Grammarly to work on Ghost's editor\n\n## Download Extension\n\nYou can download the extension on Chrome [here](https://chrome.google.com/webstore/detail/grammarly-with-ghost/iakfoofepmfjafjepidembmheemidbdb?hl=en\u0026authuser=1)\n\n## Why is This Necessary\nIf you use [Ghost](https://ghost.org/) for your blogging needs and you need Grammarly as well to make your life easier, you probably noticed that Grammarly does not work with Ghost's editor Koenig. \n\nYou can read more about it in these links:\n\n- [Grammarly support for the Koenig editor Issue](https://github.com/TryGhost/Ghost/issues/11252)\n- [Ghost Forum: Grammarly Support](https://forum.ghost.org/t/grammarly-support/2220)\n\n## The Solution\n\nWhile looking through the above links, I saw different people that you can get Grammarly to work with Ghost's editor by simply removing the attribute `data-gramm=\"false\"`. I tried doing that with my own blog and it worked!\n\nIt should be noted that the reason behind Grammarly not working with Ghost's editor is due to it not supporting it. So, I am not sure if this solution will cause any problems on your side. For me, it works perfectly well. There's an issue detailed [here](https://gitmemory.com/issue/TryGhost/Ghost/11252/671525102) about clicking on \"Edit in Grammarly,\" however, I couldn't reproduce it.\n\n## The Extension\n\n**Note: This extension assumes you already have the Grammarly extension installed in your browser**\n\nSo, the extension basically detects the element with the attribute `data-gramm=\"false\"` and removes that, while also doing some check on the height and width of the element (you can read more about it [here](https://support.grammarly.com/hc/en-us/articles/115000090392-I-do-not-see-the-G-icon-on-a-certain-web-page-or-in-a-certain-text-field-but-see-it-on-other-web-pages-))\n\nOnce you install the extension, you need to open your Ghost blog, then click on the icon of the extension. After that you can enable the extension to work on this host or domain. Once you enable it, it will do the work specified above whenever necessary. If you do not enable it for the domain you need it to work on, it will not do anything.\n\n---\n\n## Attributions\n\n- Toggle button is from [sButtons](https://github.com/sButtons/sbuttons)\n- Extension icon is from [Dinosoft Lab on Iconscout](https://iconscout.com/contributors/dinosoftlabs)\n\n---\n\n## Contribution\n\nIf you find any issues and bugs in the extension, or have any ideas missing in it, you are welcome to open an issue with it!\n\n---\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahednasser%2Fgrammarly-ghost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahednasser%2Fgrammarly-ghost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahednasser%2Fgrammarly-ghost/lists"}