Menu

Home

WilhelmM mandrakey

ASCIIDOC Preprocessor and Editor

This project contains a collection of tools for ASCIIDOC usage. Currently, there are three applications developed using the powerful Qt5 C++ framework.

[Run aedit on Ubuntu 12.04 LTS]

app

The ASCIIDOC preprocessor is a command-line tool that extends the default ASCIIDOC syntax with additional macros like inclusion of sourcecode snippets, creation of links to documentation webpages (e.g. the Java API), automatically scanning defined folders for requested classes and many more.

A full description of the features will be added to this wiki soon.

aedit

The ASCIIDOC editor provides an eady-to-use graphical editor to help you write documentation using ASCIIDOC. It features syntax highlighting, autocompletion for ASCIIDOC commands (macros) and a preview of the current document result.

A full description of the features will be added to this wiki soon.

lib

Both aedit and app share a lot of functionality contained in the ASCIIDOC preprocessor library. Because of this, the editor is aware of the functionality added by app and can highlight and complete those macros, too.


Related

Wiki: Run aedit on Ubuntu 12.04 LTS