0.0.16 • Published 9 years ago

exemd-ditaa v0.0.16

Weekly downloads
4
License
BSD
Repository
github
Last release
9 years ago

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:

npm.io

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.

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago