@ace-rbk/ckeditor-build-full-options 中文文档教程
CKEditor with superscript and subscript and other mathematical functions added
Demonstration
Quick run example of the editor output
- Open the
sample/index.html
page in the browser.
Installation
npm install --save @ace-rbk/ckeditor-build-full-options
确保你有node
和 npm
首先安装。 如果没有,请按照 Node.js 文档页面 上的说明进行操作。
Customizations? - Follow below to make a customized build
Rebuilding editor
如果您已经完成了安装和添加或删除插件步骤,那么您就准备好了通过运行以下命令重建编辑器:
npm run build
这会将 CKEditor 5 构建到 build
目录。 您可以打开浏览器,您应该能够看到您在代码中所做的更改。 如果没有,则尝试通过键入 Ctrl + R
或 Cmd + R
刷新浏览器缓存,具体取决于您的系统。
What's next?
按照 https://ckeditor.com/docs/ckeditor5/latest/framework/index.html 上提供的指南进行操作,享受文档编辑。
FAQ
| 在哪里可以了解有关 CKEditor 5 框架的更多信息?
这里:https://ckeditor.com/docs/ckeditor5/latest/framework/
CKEditor with superscript and subscript and other mathematical functions added
Demonstration
Quick run example of the editor output
- 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.
Customizations? - Follow below to make a customized build
Rebuilding editor
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 can I learn more about the CKEditor 5 framework?
Here: https://ckeditor.com/docs/ckeditor5/latest/framework/