diff --git a/docs/03-editing-text.md b/docs/03-editing-text.md index 0c098bb0..de973c04 100644 --- a/docs/03-editing-text.md +++ b/docs/03-editing-text.md @@ -121,6 +121,26 @@ The **Zoom UI and Fonts** options allow you to adjust the overall interface scal --- +## Line Height + +The **Line Height** feature lets you customize the vertical spacing between lines of text in the editor. + +### Adjusting Line Height + +To adjust line height: +1. Click on `View` in the menu bar. +2. Navigate to the `Themes...` option. +3. Use the Line Height slider to set a value between 1 and 3. The default is 1.5. +![Line Height](./images/editingText/line-height.png "Go to View > Themes... to adjust line height") + +Adjustments apply instantly, updating the editor dynamically. + +### Modifying Line Height via Preferences + +You can also modify the line height by updating the `themes.editorLineHeight` property in the preferences file. [Click Here](#editing-preferences) to read on how to edit the preferences. + +--- + ## Indent Guide Lines ![Indent Guide Lines Image](images/editingText/indent-display.png "The vertical lines are Indent Guide Lines") diff --git a/docs/images/editingText/line-height.png b/docs/images/editingText/line-height.png new file mode 100644 index 00000000..6e807c02 Binary files /dev/null and b/docs/images/editingText/line-height.png differ