See https://ckeditor.com/docs/ckeditor4/latest/guide/plugin_sdk_sample.html
If you discover any security related issues, please email [email protected] instead of using the issue tracker!
We welcome contributions to this project. Please see our contribution guidelines for details.
- Clone the repository.
- Install pnpm with
npm install -g pnpm
. - Install the dependencies with
pnpm install
. - Run development server with
pnpm dev
. - Adjust openai credentials in index.html or copy this file to have a gitignored test-page.
- If you want to create final dist-folder use
pnpm build
.
- Create a new branch for your changes.
- Commit your changes.
- Push your changes to your fork.
- Create a pull request.
Licensed under the terms of the GNU General Public License, version 3 or later.
- go to https://ckeditor.com/cke4/addon
- click on "Submit a plugin"
- fill out the form
- click on "Submit"
- wait for approval