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
- Host: GitHub
- URL: https://github.com/nuclearredeye/prosemirror-editor
- Owner: NuclearRedeye
- Created: 2020-03-26T17:00:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T15:49:34.000Z (about 6 years ago)
- Last Synced: 2025-02-28T22:19:52.153Z (over 1 year ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).