plantuml-server/src/main/webapp
Florian 6ca582fcb7 add import and export diagram
- export diagram
  * add a diagram export dialog where you can choose the file name
    and download type (code, png, pdf, ...)
  * set default download type to code
  * open file save dialog via menu or Ctrl+S (or Meta+S for Mac)
- import diagram
  * similar to [draw.io](https://app.diagrams.net)
  * open a PlantUML diagram image, use metat data to get diagram code
    and load this diagram (Note: meta data is currently only supported
    by PNG and SVG diagram files)
  * support drag&drop
  * add diagram import dialog
- since three are now multiple options/action -> create a little
  editor menu
- add documentation (including gif examples)
2023-05-14 11:22:44 +02:00
..
META-INF Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added). 2011-11-02 19:11:52 -03:00
WEB-INF Add `metadata` Servlet 2023-05-11 21:34:32 +02:00
assets add import and export diagram 2023-05-14 11:22:44 +02:00
resource add import and export diagram 2023-05-14 11:22:44 +02:00
error.jsp Refactoring relative paths PR#209. 2023-03-21 14:14:09 +01:00
favicon.ico Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added). 2011-11-02 19:11:52 -03:00
index.jsp add import and export diagram 2023-05-14 11:22:44 +02:00
plantuml.css add import and export diagram 2023-05-14 11:22:44 +02:00
plantuml.js add import and export diagram 2023-05-14 11:22:44 +02:00
plantumllanguage.js add emoji auto completion (suggestion) 2023-05-10 22:10:58 +02:00
previewer.jsp frontend 2.0: initial version 2023-05-03 13:23:47 -04:00