newsdev/prosemirror

Name: prosemirror

Owner: NYT Newsroom Developers

Description: The ProseMirror WYSIWYM editor

Created: 2015-08-25 19:37:30.0

Updated: 2017-06-15 23:51:17.0

Pushed: 2015-08-25 23:40:42.0

Homepage: null

Size: 673

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ProseMirror

This is a well-behaved what-you-see-is-what-you-mean editor based on contentEditable, with support for collaborative editing and (soon) customizable document models.

THIS CODE IS NOT CURRENTLY OPEN SOURCE (i.e. don't use it yet)

BUT WITH YOUR HELP, IT WILL BE: Take a look at my crowd-funding campaign at IndieGogo.

There isn't much documentation yet. You can read a bit more about the project, and see demos at the project page.

Here's a rough overview of the source directories (which may go out of date):


del/      The document model
ansform/  Operations on the document model
it/       The editor
llab/     Collaborative editing module
putrules/ Magic input (-- ? ?) module
nvert/    Document conversion code to and from DOM, HTML, and Markdown
nu/       Menu UI modules

To try the editor, run

install
run demo

And point your browser at /checkout/dir/demo/index.html


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.