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

https://github.com/nuclearredeye/prosemirror-editor

A discovery exercise to see if JATS XML can be displayed by prosemirror
https://github.com/nuclearredeye/prosemirror-editor

Last synced: 11 months ago
JSON representation

A discovery exercise to see if JATS XML can be displayed by prosemirror

Awesome Lists containing this project

README

          

# Prosemirror Editor

A simple editor that loads some eLife specific JATS XML into a very basic editor built using [prosemirror](https://prosemirror.net/).

# Usage

Clone the code, then...

```
npm install
npm run build
npm run debug
```

Then in your browser, navigate [to here](http://localhost:5000).