https://github.com/rnons/prosemirror-example
A prosemirror example with menu written in hyperapp
https://github.com/rnons/prosemirror-example
example hyperapp prosemirror typescript
Last synced: 4 days ago
JSON representation
A prosemirror example with menu written in hyperapp
- Host: GitHub
- URL: https://github.com/rnons/prosemirror-example
- Owner: rnons
- License: bsd-3-clause
- Created: 2018-01-13T09:02:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T14:15:18.000Z (over 8 years ago)
- Last Synced: 2025-03-06T11:31:21.453Z (over 1 year ago)
- Topics: example, hyperapp, prosemirror, typescript
- Language: TypeScript
- Homepage: https://rnons.github.io/prosemirror-example/
- Size: 109 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A ProseMirror example
The official [ProseMirror menu example](http://prosemirror.net/examples/menu/) says
> If you already have some kind of dataflow abstraction that you're routing ProseMirror updates though, **writing the menu as a separate component** and connecting it to the editor state should work well.
In this example, the menu is written in [hyperapp](https://github.com/hyperapp/hyperapp), and then binded to ProseMirror.