Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

A super charged rich text editor with an extensible plugin system.

Notifications You must be signed in to change notification settings

GabiGrin/rich-content

 
 

Repository files navigation

Wix Rich Content

lerna

A super charged rich text editor with an extensible plugin system.

Bootstrap

  1. cd rich-content
  2. npm i - installs all dependencies and links any cross-dependencies.
  3. Build the modules by running one of the following:
    1. npm run build - build once
    2. npm run watch - rebuild on changes
  4. Choose an example and run npm start.

Modules

wix-rich-content-editor is the rich content editor React Component.
wix-rich-content-viewer is the rich content viewer React Component.
wix-rich-content-common is a shared library utilized by the rest of the modules.

Plugins

wix-rich-content-plugin-divider add dividers to your content.
wix-rich-content-plugin-emoji add emojis to your content.
wix-rich-content-plugin-gallery add pro galleries to your content!!!
wix-rich-content-plugin-hashtag convert plain text #hastags into dynamic elements.
wix-rich-content-plugin-html embed html code or sites in your content.
wix-rich-content-plugin-image add images to your content.
wix-rich-content-plugin-link convert plain text URLs into <a> tags.
wix-rich-content-plugin-mentions add videos to your content.
wix-rich-content-plugin-video mention users in your content.

Examples

rich-content-editor-example to see how to consume the Component as an editor.
rich-content-viewer-example to see how to consume the Component as a viewer.
rich-content-editor-tpa to see how to consume the Component as an editor within a Wix Third Party Application.

About

A super charged rich text editor with an extensible plugin system.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 12.1%
  • HTML 0.6%