when-websocket-met-asciidoctor icon indicating copy to clipboard operation
when-websocket-met-asciidoctor copied to clipboard

Real-time collaborative editor for AsciiDoc file (based on Asciidoctor.js, AsciidoctorJ and Java EE 7 WebSocket)

Results 16 when-websocket-met-asciidoctor issues
Sort by recently updated
recently updated
newest added

This issue is created to answer this question : What would it take to change if this project was becoming an official AsciiDoctor project (find a name, change Java package...)...

question

offer a feature so a community/team shared folder in a Dropbox user account can be used as both the source of .adoc files upon OPEN command and also as destination...

UPDATE: ran out of resouces so this won't work now but see below for a better idea ! OK, as Max said - AsciiDoc as a Service - going down...

It seems that until now we keep offline copy of the asciidoc files in a `IndexedDB` which is fine for demo purposes. To be able to work within a project,...

@anthonny released an angularjs directive to play with Asciidoctor https://github.com/anthonny/angular-asciidoc-directive http://anthonny.github.io/ascii-demo/ It will be interesting to use this directive instead of the actual code. This app uses an iframe in...

The asciidoc source file can be hosted into a github repository. A "github mode" could be added where writers could work together on a hosted file and they would be...

enhancement

Use the Java EE project Agorava (http://agorava.org/) in order to authenticate user

enhancement

For now, there is no persistence on the server side. Each asciidoc and html5 source are sent to all connected users and each user can save the asciidoc source locally...

enhancement

As for HTML5 preview, it will be interesting to have the possibility to work on a fullscreen mode with ace editor

enhancement

https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts

enhancement