exemd-ditaa

0.0.16 • Public • Published

exemd-ditaa NPM version

Install globally with npm:

npm i -g exemd-ditaa

What is it

Plugin for exemd to generate Ditaa diagrams in markdown files.

Short help

Ditaa is:

... a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ). into proper bitmap graphics

You can use Ditaa in this way:

```{ditaa ! }
    +--------+   +-------+    +-------+
    |        | --+ ditaa +--> |       |
    |  Text  |   +-------+    |diagram|
    |Document|   |!magic!|    |       |
    |     {d}|   |       |    |       |
    +---+----+   +-------+    +-------+
        :                         ^
        |       Lots of work      |
        +-------------------------+
```

That is converted to this picture:

Note

You can only use this plugin with exemd's -g option to produce a PNG. No SVG or PDF is supported at the moment.

Author

  • Vittorio Zaccaria

License

Copyright (c) 2015 Vittorio Zaccaria
Released under the license


This file was generated by verb-cli on March 20, 2015.

Readme

Keywords

none

Package Sidebar

Install

npm i exemd-ditaa

Weekly Downloads

1

Version

0.0.16

License

BSD

Last publish

Collaborators

  • vzaccaria