You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03-customizing-editor.md
+1-31Lines changed: 1 addition & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,11 @@
1
1
---
2
2
title: Customizing the Editor
3
-
draft: true
4
3
---
5
4
6
5
import React from 'react';
7
6
import VideoPlayer from '@site/src/components/Video/player';
8
7
9
-
> **DRAFT — partial.** Themes, Sidebar Collapse Toggle, and Tabbed Sidebar are still outlined as bullet points and need to be written. Moved sections (Zoom, Line Height, Indent Guides, Editor Rulers, No-Distractions) still need a style cleanup pass per the no-weasel-words rule. Remove this banner and the `draft: true` frontmatter when ready to publish.
10
-
11
-
This section covers everything that lets you make **Phoenix Code** look and feel the way you want, from full themes down to individual visual toggles.
8
+
This section provides an overview of the editor appearance and display settings in **Phoenix Code**.
12
9
13
10
---
14
11
@@ -186,26 +183,6 @@ shown in the example above.
186
183
187
184
---
188
185
189
-
## Sidebar Collapse Toggle (NEW)
190
-
*(To be written. NEW feature — titlebar control shipped this release.)*
191
-
192
-
- What it does — collapses/expands the main sidebar from the titlebar
193
-
- Where the toggle button lives (titlebar, near app menu)
194
-
- Keyboard shortcut (if any)
195
-
- Difference from drag-to-collapse the sidebar resizer
196
-
197
-
---
198
-
199
-
## Tabbed Sidebar (NEW)
200
-
*(To be written. NEW feature shipped this release — main sidebar now supports tabs.)*
201
-
202
-
- What it is — multiple panels accessible as tabs in the main sidebar
203
-
- What tabs ship by default (Files, Git, Extensions, etc.)
**No-Distractions Mode** helps you focus by minimizing visual clutter and hiding non-essential interface elements, creating a clean, minimalist editing environment.
211
188
@@ -217,10 +194,3 @@ Toggle between `No-Distractions` Mode and `Normal` Mode through `View > Menu` op
217
194
218
195
#### **Using Keyboard** :
219
196
Press `Shift + F11` to toggle between `No-Distractions` Mode and `Normal` Mode.
220
-
221
-
---
222
-
223
-
## Where to next
224
-
- For changing what your code *says*, see [Editing Text](./editing-text)
225
-
- For syntax colors, see [Editing Colors](./editing-colors)
226
-
- For low-level configuration of all settings, see Preferences *(link once page exists)*
0 commit comments