Add option to split side-by-side view. Also fixes split ratio handling

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
2023-03-24 17:05:23 +01:00
parent 58cd3cec42
commit 8e2815bc87
3 changed files with 50 additions and 17 deletions

View File

@ -2,5 +2,8 @@
\- `showPreviewAutomatically` [boolean (true | false)]:<br/>
&nbsp;&nbsp;&nbsp;Defines if the preview window should show up automatically as you enter the Editor (default: true)<br/><br/>
\- `splitRatio` [int:int]:<br/>
&nbsp;&nbsp;&nbsp;Defines the default split ratio of the main view and preview view (default: 4:1)
&nbsp;&nbsp;&nbsp;Defines the default split ratio of the main view and preview view (default: 1:1)<br/>
<br/>
\- `location` [string (above | below | left | right)]:<br/>
&nbsp;&nbsp;&nbsp;Defines where to render the preview (default: below)
<br/>