Skip to content

Converter

Albert Tregnaghi edited this page Apr 12, 2019 · 7 revisions

The now included plugin Asciidoctor converter is an AddOn which provide possibilities to convert a selected file or even all convertable parts of an selected folder into .adoc files.

The feature was initial introduced together with Asciidoctor Editor V1.4.0

How to use

Here comes a short example, showing how to convert a complete folder (of course you can do this with a single file too).

Select + Trigger action

Select in context menu

Result

Result of converting a complete folder

Convertable formats

Currently only markdown is supported. Files must be named *.md to be convertable, conersion is done with usage of https://github.com/bodiam/markdown-to-asciidoc

Versioning

The plugin is independant and so got a own version number (but still major.minor.hotfix). It's deployed with asciidoctor version to bintray.

For git tagging the pattern "$major.minor.hotfix-converter" is used. So first version was "1.0.0-converter" tagged and can be found in releases.

Clone this wiki locally