#Rich Text Editor
The Rich Text Field, sometimes called WYSIWYG, helps content creators create, edit, and link content. Content teams can use link, inline and block embeds to add existing content from the Hygraph project.
For dev teams, the Rich Text Field is an advanced String field that returns your content in 4 different formats by default: raw
, HTML
, markdown
, and text
. JSON
is also available when embeds are enabled.
React Rich Text Renderer
Hygraph allows its technical users the ability to render documents and content items using Rich Text in your application, easily. This project is open-source, and we encourage users to contribute to the development and help with bug fixes, issues, or feature requests. Explore the repo on GitHub or NPM.
HTML to Rich Text Converter
For teams looking to import existing HTML into Hygraph, it is possible using our Hygraph Rich Text Converter. The Hygraph Rich Text Editor uses and defines its own schema on top of it. The package generates an AST that compiles to a compatible Hygraph Rich Text Schema found on GitHub and NPM.