xamarin/prosemirror

Name: prosemirror

Owner: Xamarin

Description: The ProseMirror WYSIWYM editor

Forked from: ProseMirror/prosemirror

Created: 2016-05-24 23:44:29.0

Updated: 2018-01-22 18:47:14.0

Pushed: 2016-06-17 00:59:47.0

Homepage: null

Size: 2778

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ProseMirror

Join the chat at https://gitter.im/ProseMirror/prosemirror

This is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and customizable document models.

The project page has a number of demos and the documentation.

NOTE: This project is in BETA stage. It isn't thoroughly tested, and the API might still change across 0.x releases. You are welcome to use it, but don't expect it to be very stable yet.

This code is released under an MIT license. There's a forum for general discussion and support requests, and the Github bug tracker is the place to report issues.

Documentation can be found on the website.

Run the demo

Install Node.js.

Clone the git repository. (The NPM package does not come with the demo files.)

Inside the project directory, install the project's node dependencies

install

Make sure you have an up-to-date dist/ dir:

run dist
, to keep compiling as files are changed
run dist-watch
, to mount a virtual ES6-compiling filesystem
ight not work on non-Linux OSs)
run distfs

Start the demo server (serves demo files, resolves modules):

run demo

Open http://localhost:8080/ in your browser


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.