plantuml-server/src/main/java/net/sourceforge/plantuml/servlet
Florian f727c6dd13 frontend 2.0: initial version
- auto refresh function
- light and dark theme
- monaco editor (vscode) with "apex" as syntax highlighting language
  * apex seems to work quite fine (better than no highlighting)
  * future possibility: own plantuml language syntax support
  * future possibility: autocomplete (to much work but maybe partial)
    - implemented example for `!theme ...`
    - implemented example for `<&icon>`
  * future possibility: code validation
    - implemented example for `@start...` and `@end...`:
      * should be the first or last command
      * should be of the some type (e.g. `@startyaml` and @endyaml)
      * should be used exactly once per document/diagram
- editor and preview is splitable into two windows like the
  "Extract window" functionality on
  (plantuml.com)[https://www.plantuml.com/plantuml]
- multi index / multi paging diagram support
- diagram can be displayed/rended as PNG, SVG, ASCII Art or PDF
- Ctrl+s download the PlantUML Code as code file (diagram.puml)
- Ctrl+, opens the settings and Esc closes the settings
2023-05-03 13:23:47 -04:00
..
utility Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
AsciiCoderServlet.java add servlet to encode and decode diagrams 2023-04-18 23:07:59 +02:00
AsciiServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
Base64Servlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
CheckSyntaxServlet.java Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
DiagramResponse.java Update to version 1.2023.5 2023-04-10 16:26:56 +02:00
EpsServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
EpsTextServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
ImgServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
LanguageServlet.java update jetty and tomcat to latest version 2021-10-17 18:46:03 +02:00
MapServlet.java Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
OldProxyServlet.java Improve proxy management 2022-12-06 18:42:54 +01:00
PdfServlet.java Adding PDF support #130 2023-02-17 19:43:59 +01:00
PlantUmlServlet.java frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
PlantUmlUIHelperServlet.java frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
ProxyServlet.java Temporary remove tests 2022-12-06 19:18:43 +01:00
SvgServlet.java update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
UmlDiagramService.java Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
diagrams.txt Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
package.html update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00