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

Provide export/save buttons inside toolbar #454

Open
2 tasks
de-jcup opened this issue Aug 4, 2022 · 0 comments
Open
2 tasks

Provide export/save buttons inside toolbar #454

de-jcup opened this issue Aug 4, 2022 · 0 comments

Comments

@de-jcup
Copy link
Owner

de-jcup commented Aug 4, 2022

Situation

With #453 we remove the "direct save" action and the possibility to show up as PNG . But there can be usecases where it is necessary to have those files as well

Wanted

User shall be able to save the diagram also as an image file of their choice by a simple click

Solution

The toolbar of ditaa and Plantuml editor will be extended with an export action.

We introduce two export|save buttons:

  • PNG,
  • SVG

The files will be stored as before inside the "direct save": always be named like the PUML file and the location will be same (maybe configurable in future).

IMPORTANT: The export function MUST generate another adoc_file "...export-PNG.adoc" for PNG - asciidoc shall do the rendering for us. So no conversion or special tools are used, just asciidoctor.

@de-jcup de-jcup added this to the 2.8.0 milestone Aug 4, 2022
@de-jcup de-jcup removed this from the 3.0.0 milestone Aug 25, 2022
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

1 participant