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?
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.
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.
GitHub uses Asciidoctor in safe mode to render files with the extension . adoc , . ad , and . asciidoc .
The AsciiDoctor.js Live Preview browser extension may suit your needs:
Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside Chrome!
Install it for either Chrome or FireFox.
For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.
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
).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With