plantuml-server/src/main/webapp
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
..
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 frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
assets frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
resource frontend 2.0: initial version 2023-05-03 13:23:47 -04: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 frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
plantuml.css frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
plantuml.js frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
plantumllanguage.js frontend 2.0: initial version 2023-05-03 13:23:47 -04:00
previewer.jsp frontend 2.0: initial version 2023-05-03 13:23:47 -04:00