https://github.com/rbkgh/ckeditor-full-options
ckeditor full options with most extra plugins added like mathematical characters and functions ,subscript and superscript added for super powerful text editing.
https://github.com/rbkgh/ckeditor-full-options
Last synced: 4 months ago
JSON representation
ckeditor full options with most extra plugins added like mathematical characters and functions ,subscript and superscript added for super powerful text editing.
- Host: GitHub
- URL: https://github.com/rbkgh/ckeditor-full-options
- Owner: RbkGh
- Created: 2021-03-13T16:44:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T00:44:03.000Z (over 5 years ago)
- Last Synced: 2025-12-07T02:44:41.742Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CKEditor with superscript and subscript and other mathematical functions added
Demonstration
---

#Quick run example of the editor output
1. Open the `sample/index.html` page in the browser.
### Installation
```
npm install --save @ace-rbk/ckeditor-build-full-options
```
Make 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/).
#Customizations? - Follow below to make a customized build
### Rebuilding editor
If 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:
```
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 can I learn more about the CKEditor 5 framework?
Here: https://ckeditor.com/docs/ckeditor5/latest/framework/