Skip to content

Releases: mikitex70/plantuml-markdown

Added diagram caching

02 May 11:09
Compare
Choose a tag to compare

Added diagram caching to avoid re-render unchanged diagrams.
To enable caching, the configuration option cachedir must be set to a path to be used as a cache.

The plugin is now available also in chocolatey (thanks to @majkinetor).

Renamed module from `plantuml-markdown` to `plantuml_markdown`

31 Mar 16:25
Compare
Choose a tag to compare

THE PLUGIN NAME HAS CHANGED FROM plantuml-markdown TO plantuml_markdown.
The the tools configuration (markdown, mkdocs, ecc.) MUST be changed accordingly.

Sorry for this new change in the module name, but the dash was a big problem for who needs to import it.

Fixed UTF-8 character handling in `svg_inline` format

16 Mar 16:36
Compare
Choose a tag to compare
2.0.2

Fixed handling of UTF-8 characters in `svg_inline`

Fixed package bundle

03 Mar 10:18
Compare
Choose a tag to compare

Fixed a small error in building bundles for pip installation.

PlantUML server support

02 Mar 09:08
Compare
Choose a tag to compare

With this version the diagram rendering can be done using a PlantUML server.
To overcome a Python module name conflict with another library, THE PLUGIN NAME HAS CHANGED FROM plantuml TO plantuml-markdown.
The the tools configuration (markdown, mkdocs, ecc.) MUST be changed accordingly.

Added options to limit image size

24 Nov 14:04
Compare
Choose a tag to compare
  • Added width and height attributes
  • Fixed navigable links in inline SVG (resolves #18)

Added two new output formats

17 Nov 18:06
Compare
Choose a tag to compare
  • svg_object: generate a object tag for embedding svg diagrams
  • svg_inline: insert svg diagram directly in the document

Fixed wrong HTML attribute `classes`

04 Nov 19:23
Compare
Choose a tag to compare

The generated HTML was containing a wrong classes attribute instead of
the class attribute.

GitLab/GitHub support and variuos fixes

20 Sep 18:50
Compare
Choose a tag to compare
  • added support for GitLab/GitHub syntax
  • added a title macro option, for generating diagram tooltips
  • fixed generation of class and alt attributes
  • fixed handling of unicode characters

Inline images

27 Apr 16:59
Compare
Choose a tag to compare
  • images are now inlined, no more files around
  • added txt diagram format

Big thanks to @kubilus1.