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

1.0.0 2025-11-21 00:54 UTC

This package is auto-updated.

Last update: 2025-11-21 01:09:02 UTC


README

CI

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.