sandstorm / ckeditorinspector
Integrate the CKEditor Inspector into the Neos UI (only in Dev context)
Installs: 565
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 23
Language:JavaScript
Type:neos-package
Requires
- neos/neos-ui: ~8.2 || dev-master
- dev-master
- 1.1.0
- 1.0.0
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/qs-6.11.0
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/terser-4.8.1
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/lodash-es-4.17.21
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/ajv-6.12.6
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/mout-1.2.3
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/shelljs-0.8.5
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/tar-4.4.19
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/lodash-4.17.21
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/ssri-6.0.2
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/y18n-4.0.1
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/ini-1.3.7
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/acorn-5.7.4
- dev-dependabot/npm_and_yarn/Resources/Private/Inspector/eslint-utils-1.4.3
This package is auto-updated.
Last update: 2024-10-20 10:25:13 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.
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