Skip to content

Releases: QAMichaelPeng/obsidian-graphviz

1.0.5

26 Dec 16:20
Compare
Choose a tag to compare

Implementing selectable image formats.

Thanks to Lajos Vetek for bringing this nice feature.

1.0.4

06 Sep 16:35
Compare
Choose a tag to compare
1.0.4 Pre-release
Pre-release
  1. Support d3 which enables user to access graphviz without installing the graphviz binary locally.
    Thanks to Dos Santos(@d0ssant0s).
    d3 might not support all features of graphviz. It's till in experimental stage and might be unstable.
    Feedbacks are welcome.
  2. Fix typos in README.
    Thanks to ebdavison(@ebdavison)

1.0.3

28 Dec 18:53
Compare
Choose a tag to compare

Address PR feedback

PR: obsidianmd/obsidian-releases#660

  1. Refactor promise with await.

1.0.2

22 Dec 19:20
Compare
Choose a tag to compare

Address PR feedback

PR: obsidianmd/obsidian-releases#660

  1. Remove unnecessary wrapper function.
  2. Return promise in image processor.
  3. Use blob for image url.

Neat

  1. Add semicolon rule.

1.0.1

06 Dec 06:32
Compare
Choose a tag to compare

Neat

  1. Add lint rules for json.
  2. Format json file with 2 spaces indent.
  3. Set console output level to debug.

1.0.0

30 Nov 04:12
Compare
Choose a tag to compare

First version of obsidian-graphviz plugin.