Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svg support for generated plantuml images #47

Closed
volc opened this issue Aug 18, 2016 · 4 comments
Closed

svg support for generated plantuml images #47

volc opened this issue Aug 18, 2016 · 4 comments

Comments

@volc
Copy link

volc commented Aug 18, 2016

Hi Jayson,

what do you think about adding an additional falg in the preferences for the output format of the rendered image? :) something like:

{
    "viewer" : "Preview", // Preview, QuickLook, EyeOfGnome, WindowsDefaultViewer
    "format" : "svg", // png, svg, ascii
    "check_on_startup": true,
    "charset": null // Can be "UTF-8" - to support non-latin text in diagram
}

the plantuml library already has the appropriate methods for outputting svg images :)

@jvantuyl
Copy link
Owner

jvantuyl commented Jan 9, 2018

I would merge a patch that implemented this.

overlord added a commit to overlord/sublime_diagram_plugin that referenced this issue Jan 22, 2018
overlord added a commit to overlord/sublime_diagram_plugin that referenced this issue Jan 30, 2018
@evandrocoan
Copy link

Sublime Text does not render SVG, so using it would not help much:

  1. No preview for svg sublimehq/sublime_text#556 No preview for svg

evandrocoan added a commit to evandrocoan/PlantUmlDiagrams that referenced this issue Feb 13, 2018
jvantuyl added a commit that referenced this issue Feb 23, 2018
#47 - support [png, svg, txt, utxt, latex] output image formats
@jvantuyl
Copy link
Owner

The diagram plugin does support other viewers that do. ¯_(ツ)_/¯

@jvantuyl
Copy link
Owner

This was implemented in #59.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants