A complete rich text editor. Currently based on Slate framework.
- Titles [h1, h2, h3, h4, h5, h6]
- Blockquote
- List [ol, ul]
- Divider
- Embed [youtube, vimeo, instagram, facebook, twitter, podcastApple, spotify]
- Inline Mark [bold, italic, underline, strikethrough, highlight, customHighlight]
- Footnote
- Link
- Image [file-uploader]
- Read More
- zh-TW [Traditional Chinese]
- en-US [American English]
- Default
- Dark Mode
Useful scripts include:
yarn
Installs package dependencies
yarn build
Build the local packages.
yarn storybook:start
Starts storybook dev (after building).
yarn lint
yarn test
Test w/ jest.
yarn release
Using lerna to bump package versions, build and publish to npm via conventional changelog.