1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-11-16 17:25:13 +00:00
plantuml-server/docs/WebUI/settings.md
The-Lum 303976279f doc: fix some minor issues (links, order, shortcut)
- [x] Add shortcut (`Ctrl+,`) for Setting dialog on the doc
- [x] Add `Editor Watcher Timeout` and `Editor Options`
- [x] Rearange level of titles and order of links
2023-05-24 16:32:16 +02:00

1.0 KiB

Settings

Via the menu or Ctrl + , (or Meta + , in the case of a Mac) you can open the Setting dialog.

Theme

The sun is too bright? You live on the dark side or only in the basement? Choose between the dark and light theme.

theme

Rendering Type

You want always to work and see only the SVG version? Not Problem.
Choose the rendering type you want to see.

rendering-type

Editor Watcher Timeout

You can change the Editor Watcher Timeout, by default it is 500 ms.

Editor Options

You can change the options of the editor:

{
  automaticLayout: true,
  fixedOverflowWidgets: true,
  minimap: { enabled: false },
  scrollbar: { alwaysConsumeMouseWheel: false },
  scrollBeyondLastLine: false,
  tabSize: 2,
  theme: "vs",  // "vs-dark"
}