Skip to content

xwiki-contrib/realtime-wysiwyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Realtime WYSIWYG Editor Binding

XWiki labs logo

This binding makes use of the chainpad realtime editor engine and binds to the XWiki WYSIWYG editor. It is currently a work-in-progress but to try it out, install use the XWiki Realtime Backend from the Extension Manager and build the .xar file as follows:

# first make sure you have an up-to-date version of xwiki-tools
git clone git://github.com/xwiki-contrib/node-xwikimodel.git
cd node-xwikimodel
npm install -g

# then run the builder
./xargen

# and import the resulting XAR file.

Alternatively you can build and import in one operation using:

./xargen --post Admin:admin@mywikidomain.name:8080/xwiki

Or generate a Maven compatible build using:

./xargen --mvn

Issues: http://jira.xwiki.org/browse/RTWYSIWYG