{"id":19602262,"url":"https://github.com/quanhieu/playwithckeditor5","last_synced_at":"2026-05-20T07:40:32.669Z","repository":{"id":121013596,"uuid":"442545919","full_name":"quanhieu/playWithCkeditor5","owner":"quanhieu","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-03T03:37:56.000Z","size":785,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T08:23:04.071Z","etag":null,"topics":["ckeditor5","nextjs-example","richtexteditor","styled-components"],"latest_commit_sha":null,"homepage":"","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/quanhieu.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-28T18:08:46.000Z","updated_at":"2023-04-06T14:00:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cde1915-c13c-4582-822d-c888b05bfc1e","html_url":"https://github.com/quanhieu/playWithCkeditor5","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/quanhieu%2FplayWithCkeditor5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanhieu%2FplayWithCkeditor5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanhieu%2FplayWithCkeditor5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanhieu%2FplayWithCkeditor5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quanhieu","download_url":"https://codeload.github.com/quanhieu/playWithCkeditor5/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240885020,"owners_count":19873452,"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","nextjs-example","richtexteditor","styled-components"],"created_at":"2024-11-11T09:23:21.412Z","updated_at":"2026-05-20T07:40:27.631Z","avatar_url":"https://github.com/quanhieu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Play with Ckeditor5 (Without build-in your source)\n\n## Feature\n- Rich text editor\n  - Preview editor content\n- Upload images/file as Base64\n  - Preview image\n- Parse HTML into react app\n\n## Environment suggestion\n```\n  next\n  @ckeditor/ckeditor5-react\n  styled-components\n  @styled-jsx/plugin-sass\n  html-react-parser\n  react-hook-form\n```\n\n## Start\n1. Customize and build your CKEditor 5\n[here](https://ckeditor.com/ckeditor-5/online-builder/)\n\n2. Download .zip\n\n3. Install\n```bash\nyarn\n# or\nnpm install\n```\n\n4. Build it (For me, I rename folder build as \"custom-build-ckeditor\")\n```bash\nyarn build\n# or\nnpm run build\n```\n\n5. Copy build folder to your source\n\n6. Import\n```bash\n  With NEXTJS as:\n  import dynamic from 'next/dynamic'\n\n  const EditorCustom = dynamic(() =\u003e import('./ckeditor5'), {\n    ssr: false,\n  })\n```\n\n7. Use in your component\n```bash\n  \u003cEditorCustom/\u003e\n```\n\n8. Update toolbar\n```bash\n  config={{\n    placeholder: '.',\n    removePlugins: ['Markdown'],\n    toolbar: fatherToolbar,\n    image: imageToolbar,\n    table: tableToolbar,\n  }}\n```\nConfig values is in ``\n  config.js\n``\n\n## Note\n``\n  I think you should to make your own a cup of coffee.\n  Because of in the first time start your source, which is include custom-editor. You will be waiting for longggggggg time.\n``\n\n## If want to play with build-in source\nHere is my repo\n\n[Ckeditor4](https://github.com/quanhieu/richText/tree/main/ckeditor4)\n\n[Ckeditor5](https://github.com/quanhieu/richText/tree/main/ckeditor5-custom-nextjs)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquanhieu%2Fplaywithckeditor5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquanhieu%2Fplaywithckeditor5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquanhieu%2Fplaywithckeditor5/lists"}