Try AsciiDoc in your browser *and* online

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

Try AsciiDoc in your browser *and* online

mojavelinux
Administrator
Thaddee has created an online sandbox for playing with AsciiDoc, based on Asciidoctor. The other technologies used are described below.

Note that Thaddee's effort to create a syntax highlighting ruleset for the CodeMirror editor is also used in the AsciiDoc extension for the Brackets editor. Thanks Thaddee!

I have recently pushed the following website to an acceptable state: <http://espadrine.github.io/LivesciiDoc/>.
Through that page, one can edit AsciiDoc and see, character by character, the corresponding HTML.

Besides, this project is open-source. Participate or merely read it here: <https://github.com/espadrine/LivesciiDoc/>.

A short glance at the tech. I used a version of the Ruby renderer AsciiDoctor compiled to JS (see <https://github.com/asciidoctor/asciidoctor.js>).
I made a compiler from Ace to CodeMirror to provide the syntax highlighting (see <https://github.com/espadrine/ace2cm>).
I used CodeMirror for the web-based text editor.

I think this project is deserving of a better name. Any ideas come to mind? I was thinking something like "AsciiDocBox", short for "AsciiDoc Sandbox" and/or "AsciiDoc Textbox".

-Dan

--
Reply | Threaded
Open this post in threaded view
|

Re: Try AsciiDoc in your browser *and* online

asotobu
I like so much that online sandbox for playing with AsciiDoc. I think that the name AsciiDocBox is really awesome because it is exactly what it does.

Let's see how evolve :D.
Reply | Threaded
Open this post in threaded view
|

Re: Try AsciiDoc in your browser *and* online

mojavelinux
Administrator
The name AsciiDocBox is now official!

https://github.com/espadrine/AsciiDocBox

-Dan


On Fri, May 30, 2014 at 2:28 PM, asotobu [via Asciidoctor :: Discussion] <[hidden email]> wrote:
I like so much that online sandbox for playing with AsciiDoc. I think that the name AsciiDocBox is really awesome because it is exactly what it does.

Let's see how evolve :D.


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Try-AsciiDoc-in-your-browser-and-online-tp1776p1779.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--