{"id":17718346,"url":"https://github.com/fabiang/ckeditor5-deepl-plugin","last_synced_at":"2026-03-04T09:31:33.358Z","repository":{"id":137998122,"uuid":"485712811","full_name":"fabiang/ckeditor5-deepl-plugin","owner":"fabiang","description":"CKEditor plugin that integrates Deepl translation engine","archived":false,"fork":false,"pushed_at":"2022-05-09T09:23:16.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T09:46:52.693Z","etag":null,"topics":["ckeditor","ckeditor-plugin","ckeditor5","ckeditor5-plugin","deepl","i18","translation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiang.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":"2022-04-26T09:11:33.000Z","updated_at":"2023-02-02T19:09:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e8c376c-5ea2-42cc-9fbb-60d77ad01d2c","html_url":"https://github.com/fabiang/ckeditor5-deepl-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fabiang/ckeditor5-deepl-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiang%2Fckeditor5-deepl-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiang%2Fckeditor5-deepl-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiang%2Fckeditor5-deepl-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiang%2Fckeditor5-deepl-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiang","download_url":"https://codeload.github.com/fabiang/ckeditor5-deepl-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiang%2Fckeditor5-deepl-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30077072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"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":["ckeditor","ckeditor-plugin","ckeditor5","ckeditor5-plugin","deepl","i18","translation"],"created_at":"2024-10-25T14:44:52.819Z","updated_at":"2026-03-04T09:31:33.335Z","avatar_url":"https://github.com/fabiang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @fabiang/ckeditor5-deepl-plugin\n\nCKEditor plugin that integrates Deepl translation engine.\nIt will translate the whole editor content including the HTML tags,\nbut Deepl is able to leave them untouched.\n\n[![npm version](https://badge.fury.io/js/@fabiang%2Fckeditor5-deepl-plugin.svg)](https://badge.fury.io/js/@fabiang%2Fckeditor5-deepl-plugin)\n\n## MUST READ NOTE\n\n**This plugin exposes your API KEY for Deepl!**\nI'm fine with that, since I'm using this for internal websites.\nDon't use that plugin on public websites! PR welcome to change that!\n\n## INSTALL\n\nWith Yarn:\n\n```\nyarn add @fabiang/ckeditor5-deepl-plugin\n```\n\nWith NPM\n\n```\nnpm install --save-prod @fabiang/ckeditor5-deepl-plugin\n```\n\n## USAGE\n\nPretty simple, add the plugin to the list of your CKEidtor plugins and load it into the toolbar:\n\n```js\nimport Deepl from '@fabiang/ckeditor5-deepl-plugin/src/deepl';\n\nClassicEditor\n    .create( document.querySelector( '#editor' ), {\n        plugins: [ ... Deepl ],\n        toolbar: [ ... 'deepl' ],\n        deepl: {\n          free_api: true, // free api version yes/no?\n          target_lang: 'en', // the target language to translate to, input language is guesses from the text\n          auth_key: process.env.DEEPL_AUTH_KEY // your authentication key\n        }\n    } );\n```\n\nThe app.js and test.html in this repository contain an example. For it, build the project with Webpack.\n\n## LICENSE\n\n[BSD 2-Clause License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiang%2Fckeditor5-deepl-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiang%2Fckeditor5-deepl-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiang%2Fckeditor5-deepl-plugin/lists"}