Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any online demo's of AsciiDoc editors demonstrating live preview? [closed]

I have come across many demo's of Markdown editors demonstrating live preview eg:

http://daringfireball.net/projects/markdown/dingus

http://dillinger.io/

http://www.markitdown.net/markdown

http://epiceditor.com/

http://hallojs.org/demo/markdown/

But I haven't been able to find much searching for AsciiDoc Editor live preview.

I have come across articles on setting up such functionality eg:

http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/

but I am really just after some online demo's, are there any out there?

like image 907
user1063287 Avatar asked Sep 29 '13 06:09

user1063287


People also ask

Is AsciiDoc better than markdown?

The AsciiDoc syntax is more concise than (or at least as concise as) Markdown. At the same time, AsciiDoc offers power and flexibility without requiring the use of HTML or “flavors” for essential syntax such as tables, description lists, admonitions (tips, notes, warnings, etc.) and table of contents.

How to view AsciiDoc file?

To preview an AsciiDoc document in a web browser, install the Chrome extension, the Edge add-on, the Firefox add-on, or the Opera extension (all produced from the same code base). Then you can see the AsciiDoc file rendered as HTML just by visiting it.

Can GitHub render AsciiDoc?

GitHub uses Asciidoctor in safe mode to render files with the extension . adoc , . ad , and . asciidoc .


1 Answers

The AsciiDoctor.js Live Preview browser extension may suit your needs:

Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside Chrome!

  1. Install it for either Chrome or FireFox.

  2. For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.

  3. Then either point your browser at a remote AsciiDoc URL or create a new file locally (e.g. helloworld.adoc), enter some text in it with your favourite editor, and then point your browser to it (e.g. file:///home/leif/helloworld.adoc).

like image 105
Leif Gruenwoldt Avatar answered Sep 22 '22 13:09

Leif Gruenwoldt