{"id":29507991,"url":"https://github.com/divvun/ckeditor-divvungc","last_synced_at":"2025-07-16T04:07:33.704Z","repository":{"id":39873672,"uuid":"86895208","full_name":"divvun/ckeditor-divvungc","owner":"divvun","description":"Divvun Grammar Checker plugin for CKEditor","archived":false,"fork":false,"pushed_at":"2022-12-04T05:16:21.000Z","size":987,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-26T12:20:01.565Z","etag":null,"topics":["ckeditor","ckeditor-plugin","divvun","grammar-checker","rich-text-editor"],"latest_commit_sha":null,"homepage":"http://gtweb.uit.no/gc/ck/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divvun.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-01T07:51:16.000Z","updated_at":"2024-03-26T12:20:01.565Z","dependencies_parsed_at":"2023-01-24T00:17:22.735Z","dependency_job_id":null,"html_url":"https://github.com/divvun/ckeditor-divvungc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/divvun/ckeditor-divvungc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fckeditor-divvungc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fckeditor-divvungc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fckeditor-divvungc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fckeditor-divvungc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divvun","download_url":"https://codeload.github.com/divvun/ckeditor-divvungc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divvun%2Fckeditor-divvungc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265480789,"owners_count":23773788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ckeditor","ckeditor-plugin","divvun","grammar-checker","rich-text-editor"],"created_at":"2025-07-16T04:07:33.024Z","updated_at":"2025-07-16T04:07:33.696Z","avatar_url":"https://github.com/divvun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: divvun-webdemo\n#+STARTUP: showall\n\n* Description\n  CKEditor plugin for the Divvun grammar checker, with a simple\n  webdemo.\n\n\n* Usage\n\nIf you're serving =/var/www/html= with apache/nginx/whathaveyou, you\ncan do e.g.\n\n#+BEGIN_SRC sh\n  sudo mkdir /var/www/html/ck-demo\n  sudo cp -r lib index.html ./*.css locales ck-plugins /var/www/html/ck-demo\n#+END_SRC\n\nto have the demo running under =location/ck-demo=.\n\nIf you want to use the plugin in your own ck-editor, it should be\nenough to put the =ck-plugins= folder on your server, and \n\n#+BEGIN_SRC js\n  CKEDITOR.plugins.addExternal('divvungc', window.location.href + '/ck-plugins/divvungc/', 'plugin.js');\n  CKEDITOR.replace( 'ckeditor', {\n    extraPlugins: 'divvungc'\n  });\n#+END_SRC\n(possibly prepending a subdir to the =/ck-plugins/= path if you put it\nin a subdir)\n\nCurrently the server wants username/password. The plugin reads it from\n=window.localStorage[\"userpass\"]=. See =src/app.js='s\nreadLoginFormStoring on how to set it in localStorage.\n\n\n* TODO [0/3]\n\n- [ ] Strip zero width characters\n- [ ] Maybe use jquip instead of jquery\n- [ ] Remove all the login/username stuff …\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivvun%2Fckeditor-divvungc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivvun%2Fckeditor-divvungc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivvun%2Fckeditor-divvungc/lists"}