https://github.com/christos8333/wax-prosemirror
A rich-text editor using Prosemirror with React
https://github.com/christos8333/wax-prosemirror
inversifyjs prosemirror react styled-components
Last synced: 11 months ago
JSON representation
A rich-text editor using Prosemirror with React
- Host: GitHub
- URL: https://github.com/christos8333/wax-prosemirror
- Owner: christos8333
- License: mit
- Created: 2020-02-03T19:03:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T11:52:42.000Z (over 2 years ago)
- Last Synced: 2024-01-17T19:16:43.407Z (over 2 years ago)
- Topics: inversifyjs, prosemirror, react, styled-components
- Language: JavaScript
- Homepage:
- Size: 6.51 MB
- Stars: 34
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Wax Editor
| [](https://gitlab.coko.foundation/wax/wax-prosemirror/raw/master/LICENSE) |
| :------------------------------------------------------------------------------------------------------------------------------------------: |
This library is being developed by [Cabbage Tree Labs] (https://www.cabbagetreelabs.org).
Wax Editor is built on top of the Prosemirror library. Check Prosemirror [website](https://prosemirror.net/) and [GitHub repo](https://github.com/ProseMirror) for more information.
## [Various Demos.](https://waxeditor.cloud68.co/)
## Get up and running
Run a local version of the demos
1. `yarn with node >= 14`
2. `yarn build`
3. `yarn start` Will bring up a demos of different ediitors
## Documentation
Documentation can be found [here](https://waxjs.net/docs/wax/).