Implemented: config file, default open/close state, default split ratio, toolbar icon

This commit is contained in:
Kevin Johansson
2022-10-09 17:19:37 +02:00
parent 30394c02d5
commit ef413c20ee
5 changed files with 37 additions and 4 deletions

6
src/config.md Normal file
View File

@ -0,0 +1,6 @@
### Config
\- `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)
<br/>