guysartorelli / silverstripe-htmleditor-hugerte
HugeRTE WYSIWYG for Silverstripe CMS
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-vendormodule
pkg:composer/guysartorelli/silverstripe-htmleditor-hugerte
Requires
- php: ^8.3
- silverstripe/framework: ^6
Requires (Dev)
README
Overview
Provides a HugeRTE HTML editor for Silverstripe CMS.
Installation
composer require guysartorelli/silverstripe-htmleditor-hugerte
Documentation
Warning
If you want to use any third-party TinyMCE plugins, you'll need to update any reference of "tinymce" to "hugerte" in that plugin's code.
For this module
Theoretically this is just a copy of silverstripe/htmleditor-tinymce but with every instance of "tinymce" renamed for "hugerte" and pulling in the hugerte NPM package instead of the tinymce one. Basically all of the TinyMCE docs should apply.
See docs.silverstripe.org for usage of this module, but replace any "tinymce" with "hugerte" (with appropriate casing) and update the namespaces as appropriate from SilverStripe\TinyMCE to GuySartorelli\HugeRTE.
If something isn't working that those docs say should work, open a GitHub issue in this repository.
For HugeRTE itself
Go to https://github.com/hugerte/hugerte-docs for HugeRTE docs.
Note that their advice is basically the same as my advice for this module's docs - use the tinymce docs, and replace "tinymce" with "hugerte" when implementing.