plantuml-server/docs/WebUI/language-features.md

1.4 KiB

PlantUML Language Features

Auto Completion

Icons

  • type <& to get a list of PlantUML available icons
  • see a preview of the suggested icon in its description
  • PlantUML documentation

icons

Emojis

  • type <: to get a list of PlantUML available icons
  • see a preview of the suggested icon in its description
  • PlantUML documentation

emojis

Themes

  • type !t to get the suggestion theme
  • type !theme to get a list of (local) available PlantUML themes.
  • PlantUML documentation

themes

Validation

@start... and @end...

  • @start... should always be the first command
  • @end... should alway be the last command
  • @start... should only exists once
  • @end... should only exists once
  • @end... should have the same type as @start...
    e.g.: @startjson ... @endjson

start-end