An open API service indexing awesome lists of open source software.

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

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.