Skip to content

Releases: joethei/obsidian-plantuml

1.8.0

26 Apr 10:45
1.8.0
2463d93
Compare
Choose a tag to compare

What's Changed

  • Adding Ability to export diagrams - Issue #55 by @blacktau in #56
  • Better handling of embeds

New Contributors

Full Changelog: 1.7.0...1.8.0

1.7.0

11 Sep 17:09
Compare
Choose a tag to compare
- right-clicking a rendered diagram now allows to copy it to the clip…

…board

- Cached images are no longer stored in local storage, they are now stored in IndexedDB
- Cache time is now configurable
- fixed issues with resolving local executable/jar file

1.6.6

15 Jun 08:35
1.6.6
dd91661
Compare
Choose a tag to compare
- update plugin for Obsidian 0.15.0

- add caching to local processor

1.6.5

15 Jun 06:56
1.6.5
69f47c8
Compare
Choose a tag to compare
handle jar path with spaces correctly(fixes #31)

1.6.4

12 Jun 08:12
1.6.4
6b7a219
Compare
Choose a tag to compare
Path to local plantuml.jar can now be relative

1.6.3

04 May 09:53
1.6.3
5c5ba62
Compare
Choose a tag to compare
+ added an option to configure the java executable(references #26)

~ setting for `Default processor for includes` actually shows the saved value now.

1.6.2

28 Apr 09:14
1.6.2
307c39c
Compare
Choose a tag to compare
live preview decoration now also follows the default processor setting

1.6.1

28 Apr 09:07
1.6.1
1e64235
Compare
Choose a tag to compare
forgot to hide the original embed for .pu files

1.6.0

28 Apr 08:57
1.6.0
037ccf6
Compare
Choose a tag to compare
+ adding support for rendering embeded PUML files(fixes #25)

~ When using the SVG renderer internal links will open the page preview.

1.5.3

04 Apr 08:07
1.5.3
343fa47
Compare
Choose a tag to compare
Fixing an issue where the plugin would fail to load on mobile(closes …

…#24)