1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/docs/content/ui/components/wysiwyg.md
2025-05-12 20:55:32 +02:00

690 B

title, docs-libs, summary, description
title docs-libs summary description
WYSIWYG editor
hugerte
The WYSIWYG editor that is flexible, customizable, and designed with the user in mind. HugeRTE can handle any challenge, from the most simple implementation through to the most complex use case. Flexible WYSIWYG editor for content.

HugeRTE documentation.

Default text editor

Initialize HugeRTE on any element (or elements) on the web page by passing an object containing a selector value to hugerte.init(). The selector value can be any valid CSS selector.

{% capture html -%} {% include "ui/wysiwyg.html" %} {{ script }} {%- endcapture %} {% include "docs/example.html" html=html %}