AsciiDoc is a markup language that helps technical writers author in plain text without having to bother about the challenges of complex formatting. While using an AsciiDoc editor lets you focus completely on authoring, the output helps it compete with many popular technical documentation tools.
Technical Publications teams who prefer to have complete control over technical documentation from scratch to publication on the website and prefer the Documentation-as-code approach cherish the usage of AsciiDoc more often.
In simple words, it is a text document editor for:
Most of the authors who have used both AsciiDoc and Markdown, praise AsciiDoc for the ease of learning, simple usage and better formatting features. Unlike Markdown, this Markup application (AsciiDoc) has more options for formatting and creating desired structure for the documents.
AsciiDoc editors can be downloaded free of cost, unless you are looking out to spend money and buy premium features. Using easy-to-remember short-codes, even a beginner can author without much guidance.
Collaboration for reviews is one of the key benefits of the documentation-as-code process. AsciiDoc not only allows you to easily integrate with GitHub and BitBucket, but is also popular enough to be available in GitHub as a language for creating documents if you prefer working directly on GitHub.
Publishing to your websites requires a sync-up with a static-site-generator. Based on your requirement, you can pick any of the popular tools. For example, Jekyll, Hugo, and Sphinx.
The benefits increase further as AsciiDoc allows integrations with many plug-ins. The options for output are also more when using AsciiDoc files.
A document can be divided into the following two parts:
From the same source file, you can publish numbered TOC (for PDF output) and TOC without numbers (For HTML output)
The sections can have general formatting as used in any other tools for:
Download an AsciiDoc editor as per your OS and start creating your document. To learn, you can use the references or join a workshop.
Note: Tech Writer’s Tribe conducts workshops on using AsciiDoc with BitBucket or GitHub.
Some AsciiDoc Editors
No Comments