{"id":21423700,"url":"https://github.com/epicdev-za/ckeditor5-build-classic-base64-upload-src-edit","last_synced_at":"2026-01-03T10:19:18.784Z","repository":{"id":160422306,"uuid":"605097033","full_name":"epicdev-za/ckeditor5-build-classic-base64-upload-src-edit","owner":"epicdev-za","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-22T13:05:36.000Z","size":374,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-23T07:12:46.230Z","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/epicdev-za.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":"2023-02-22T12:45:36.000Z","updated_at":"2023-02-22T12:49:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f84dd7f-ad67-49e4-9141-13cc74a217a5","html_url":"https://github.com/epicdev-za/ckeditor5-build-classic-base64-upload-src-edit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicdev-za%2Fckeditor5-build-classic-base64-upload-src-edit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicdev-za%2Fckeditor5-build-classic-base64-upload-src-edit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicdev-za%2Fckeditor5-build-classic-base64-upload-src-edit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicdev-za%2Fckeditor5-build-classic-base64-upload-src-edit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicdev-za","download_url":"https://codeload.github.com/epicdev-za/ckeditor5-build-classic-base64-upload-src-edit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933368,"owners_count":20370987,"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-22T21:17:49.956Z","updated_at":"2026-01-03T10:19:18.755Z","avatar_url":"https://github.com/epicdev-za.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CKEditor 5 editor generated with the online builder\n\nThis repository presents a CKEditor 5 editor build generated by the [Online builder tool](https://ckeditor.com/ckeditor-5/online-builder)\n\n## Quick start\n\n1. Open the `sample/index.html` page in the browser.\n\nIf you picked the real-time collaboration plugins:\n\n2. Fill the dialog with correct token, websocket and upload URL endpoints. If you do not have these yet or do not know their meaning, [contact us](https://ckeditor.com/contact/).\n\n3. Copy the URL and share it or paste in another tab to enjoy real-time collaborative editing.\n\nIf you picked the non-real-time collaboration plugins:\n\n2. Fill the prompt with the license key. If you do not have the license key yet [contact us](https://ckeditor.com/contact/).\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 install\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## What's next?\n\nFollow the guides available on https://ckeditor.com/docs/ckeditor5/latest/framework/index.html and enjoy the document editing.\n\n## FAQ\n| Where is the place to report bugs and feature requests?\n\nYou can create an issue on https://github.com/ckeditor/ckeditor5/issues including the build id - `hvzkx321iyvi-qt7upk5c3bor`. Make sure that the question / problem is unique, please look for a possibly asked questions in the search box. Duplicates will be closed.\n\n| Where can I learn more about the CKEditor 5 framework?\n\nHere: https://ckeditor.com/docs/ckeditor5/latest/framework/\n\n| Is it possible to use online builder with common frameworks like React, Vue or Angular?\n\nNot yet, but it these integrations will be available at some point in the future.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicdev-za%2Fckeditor5-build-classic-base64-upload-src-edit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicdev-za%2Fckeditor5-build-classic-base64-upload-src-edit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicdev-za%2Fckeditor5-build-classic-base64-upload-src-edit/lists"}