A custom CKEditor 5 build made by the CKEditor 5 online builder.
npm install itm-ckeditorsample/index.html page in the browser.
sample/index.html file and edit the script that initialized the CKEditor 5. Save the file and refresh the browser. That's all.
Ctrl + R or Cmd + R shortcut depending on your system.
npm install
`
Make sure that you have the node and npm installed first. If not, then follow the instructions on the Node.js documentation page.
$3
Now you can install additional plugin in the build. Just follow the Adding a plugin to an editor tutorial
$3
If you have already done the Installation and Adding or removing plugins steps, you're ready to rebuild the editor by running the following command:
`
npm run build
`
This 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.
What's next?
Follow the guides available on https://ckeditor.com/docs/ckeditor5/latest/framework/index.html and enjoy the document editing.
FAQ
| Where is the place to report bugs and feature requests?
You can create an issue on https://github.com/ckeditor/ckeditor5/issues including the build id - eeca4l6zpbe2-faqwnvotnkq6`. Make sure that the question / problem is unique, please look for a possibly asked questions in the search box. Duplicates will be closed.