{"id":20916015,"url":"https://github.com/indico/ckeditor","last_synced_at":"2025-09-29T21:31:11.871Z","repository":{"id":44541462,"uuid":"491843158","full_name":"indico/ckeditor","owner":"indico","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-31T15:31:41.000Z","size":10916,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-18T16:42:51.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/indico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-05-13T09:49:24.000Z","updated_at":"2022-05-13T11:02:16.000Z","dependencies_parsed_at":"2024-11-19T05:03:21.364Z","dependency_job_id":null,"html_url":"https://github.com/indico/ckeditor","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indico%2Fckeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indico%2Fckeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indico%2Fckeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indico%2Fckeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indico","download_url":"https://codeload.github.com/indico/ckeditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234663765,"owners_count":18868230,"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":[],"created_at":"2024-11-18T16:19:21.448Z","updated_at":"2025-09-29T21:31:06.547Z","avatar_url":"https://github.com/indico.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indico's CKEditor 5 custom build\n\nThis repository presents the Indico's CKEditor 5 custom editor build generated by the [Online builder tool](https://ckeditor.com/ckeditor-5/online-builder)\n\n## Configuring build\n\nChanges like changing toolbar items, changing order of icons or customizing plugin configurations should be relatively easy to make. Open the `sample/index.html` file and edit the script that initialized the CKEditor 5. Save the file and refresh the browser. That's all.\n\n_Note:_ If you have any problems with browser caching use the `Ctrl + R` or `Cmd + R` shortcut depending on your system.\n\nHowever if you want to remove or add a plugin to the build you need to follow the next step of this guide.\n\nNote that it is also possible to go back to the [Online builder tool](https://ckeditor.com/ckeditor-5/online-builder) and pick other set of plugins. But we encourage you to try the harder way and to learn the principles of Node.js and CKEditor 5 ecosystems that will allow you to do more cool things in the future!\n\n### Installation\n\nIn order to rebuild the application you need to install all dependencies first. To do it, open the terminal in the project directory and type:\n\n```\nnpm ci\n```\n\nMake sure that you have the `node` and `npm` installed first. If not, then follow the instructions on the [Node.js documentation page](https://nodejs.org/en/).\n\n### Adding or removing plugins\n\nNow you can install additional plugin in the build. Just follow the [Adding a plugin to an editor tutorial](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/installing-plugins.html#adding-a-plugin-to-an-editor)\n\n### Rebuilding editor\n\nIf you have already done the [Installation](#installation) and [Adding or removing plugins](#adding-or-removing-plugins) steps, you're ready to rebuild the editor by running the following command:\n\n```\nnpm run build\n```\n\nThis will build the CKEditor 5 to the `build` directory. You can open your browser and you should be able to see the changes you've made in the code. If not, then try to refresh also the browser cache by typing `Ctrl + R` or `Cmd + R` depending on your system.\n\n## Releasing a new build\n\n1. Update the `master` branch with the desired changes and checkout into `release`:\n\n```shell\ngit checkout release\ngit rebase master\n```\n\n2. Create a new build, bump the version in `package.json` and commit the new changes:\n\n```shell\nnpm run build\ngit add build/\ngit commit -m \"Release \u003cversion\u003e\" # Replace with new version\ngit push origin release\n```\n\nAfterwards the CI will take care of publishing a new tag and release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findico%2Fckeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findico%2Fckeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findico%2Fckeditor/lists"}