{"id":22048530,"url":"https://github.com/samhammerag/hd-ckeditor5-classic","last_synced_at":"2025-03-23T14:44:54.224Z","repository":{"id":96373699,"uuid":"337997848","full_name":"SamhammerAG/hd-ckeditor5-classic","owner":"SamhammerAG","description":"customized implementation of ckeditor5 classic build","archived":false,"fork":false,"pushed_at":"2023-04-17T20:46:52.000Z","size":516,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T22:37:42.994Z","etag":null,"topics":["ckeditor5"],"latest_commit_sha":null,"homepage":"https://www.ckeditor.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamhammerAG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-11T10:35:17.000Z","updated_at":"2022-01-03T08:53:36.000Z","dependencies_parsed_at":"2023-10-15T03:17:25.793Z","dependency_job_id":"6fcc8101-f73f-4507-b463-2cdaedd9ca58","html_url":"https://github.com/SamhammerAG/hd-ckeditor5-classic","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":"0.19047619047619047","last_synced_commit":"701809a1cc183b00eaa8c4324c5ce69c976848a4"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamhammerAG%2Fhd-ckeditor5-classic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamhammerAG%2Fhd-ckeditor5-classic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamhammerAG%2Fhd-ckeditor5-classic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamhammerAG%2Fhd-ckeditor5-classic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamhammerAG","download_url":"https://codeload.github.com/SamhammerAG/hd-ckeditor5-classic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119574,"owners_count":20563763,"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":["ckeditor5"],"created_at":"2024-11-30T14:12:39.515Z","updated_at":"2025-03-23T14:44:54.192Z","avatar_url":"https://github.com/SamhammerAG.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"CKEditor 5 classic editor build\n========================================\n\n\n[![npm version](https://badge.fury.io/js/%40samhammer%2Fhd-ckeditor5-build-classic.svg)](https://www.npmjs.com/package/@samhammer/hd-ckeditor5-build-classic)\n\nThe classic editor build for HD.\n\n## Installation\n\nFirst, install the build from npm:\n\n```bash\nnpm install --save @samhammer/hd-ckeditor5-build-classic\n```\n\nAnd use it in your website:\n\n```html\n\u003cdiv id=\"editor\"\u003e\n\t\u003cp\u003eThis is the editor content.\u003c/p\u003e\n\u003c/div\u003e\n\u003cscript src=\"./node_modules/@ckeditor/ckeditor5-build-classic/build/ckeditor.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n\tClassicEditor\n\t\t.create( document.querySelector( '#editor' ) )\n\t\t.then( editor =\u003e {\n\t\t\twindow.editor = editor;\n\t\t} )\n\t\t.catch( error =\u003e {\n\t\t\tconsole.error( 'There was a problem initializing the editor.', error );\n\t\t} );\n\u003c/script\u003e\n```\n\nOr in your JavaScript application:\n\n```js\nimport ClassicEditor from '@samhammer/hd-ckeditor5-build-classic';\n\n// Or using the CommonJS version:\n// const ClassicEditor = require( '@ckeditor/ckeditor5-build-classic' );\n\nClassicEditor\n\t.create( document.querySelector( '#editor' ) )\n\t.then( editor =\u003e {\n\t\twindow.editor = editor;\n\t} )\n\t.catch( error =\u003e {\n\t\tconsole.error( 'There was a problem initializing the editor.', error );\n\t} );\n```\n\n\n## Local development\n\nTo test your changes to this build locally with the application you can use [npm link](https://docs.npmjs.com/cli/link).\n\n\n## Publish new version\n\n1. Apply all changes to the source files.\n2. Run `npm run build`.\n3. The compiled files are located in the \"build\" folder now.\n4. Raise the version-number in package.json.\n5. Commit all changes and create a git tag with the specific version number.\n6. Run `npm publish --access public` to publish the compiled source as new package version to npm. This step can only be done from a member of the \"Samhammer\" npm Org.\n7. Install the new package version in the application as dependency.\n\n\n## License\n\nLicensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamhammerag%2Fhd-ckeditor5-classic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamhammerag%2Fhd-ckeditor5-classic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamhammerag%2Fhd-ckeditor5-classic/lists"}