Real-time collaborative editor for AsciiDoc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Real-time collaborative editor for AsciiDoc

mgreau
This post was updated on .
Hi all,

(update January 17 : update subject)

Two months ago when I saw on the Devoxx schedule that the same day there was Arun Gupta who was talking about Java EE 7 WebSocket and Dan Allen about Asciidoctor, I told myself : "What about a crossover between this 2 conferences ?"

That's why I started a project [1] that you can test yourself online [2]. This is a very early version.
This application is a Real-time collaborative editor for Asciidoc file.

You can read the doc [3] in order to know about features available and how to install this app on your laptop.
You can also read the issues [4] that I have created about the existing bugs and the planned improvements.

I am interested in your feedback about all this.

Thanks.
Maxime

[1] Github repository : https://github.com/mgreau/when-websocket-met-asciidoctor
[2] Online demo : http://wildfly-mgreau.rhcloud.com/ad-editor/
[3] Documentation : https://github.com/mgreau/when-websocket-met-asciidoctor/blob/master/README.adoc
[4] Issues, bugs, enhancement : https://github.com/mgreau/when-websocket-met-asciidoctor/issues?labels=&milestone=&page=1&state=open 
mgreau.com/posts => HubPress Blog :)
Reply | Threaded
Open this post in threaded view
|

Re: Real-time collaborative editor for AsciiDoc

mgreau
You can quickly install this app on your laptop :

curl https://raw.github.com/mgreau/when-websocket-met-asciidoctor/master/install.sh | bash

This script performs the steps below :
- download and install wildfly (if there is no $JBOSS_HOME or a $JBOSS_HOME which is not WildFly)
- download (or copy from your local maven repo) JRuby and AsciidoctorJ + create a WildFly module
- download and deploy a version of ad-editor.war
- start the app server
- launch the app in browser

enjoy :)
mgreau.com/posts => HubPress Blog :)