sandstorm/ckeditorinspector

Integrate the CKEditor Inspector into the Neos UI (only in Dev context)

Installs: 564

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 1

Open Issues: 23

Language:JavaScript

Type:neos-package

1.1.0 2023-02-20 06:52 UTC

This package is auto-updated.

Last update: 2024-04-20 09:30:50 UTC


README

The CKEditorInspector is a Neos UI Plugin to include the CKEditor 5 Inspector inside Neos. This is very helpful when debugging CKEditor5 plugins.

59579198-039f2400-90cc-11e9-9003-e8b8b0cca16f.png

Installation

composer require sandstorm/ckeditorinspector

Usage

The inspector is included only in Development context; and automatically pops up at the bottom of the screen.

In case the inspector does not load and you get cryptic JS errors, clear the local storage using window.localStorage.clear() and reload.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

To set up the development environment, run the following:

cd Resources/Private/Inspector
yarn
npm run watch
npm run build

License

GPL-2.0-or-later