Skip to content

Commit 8c5306a

Browse files
committed
feat: complete customizing editor section
1 parent 665d826 commit 8c5306a

1 file changed

Lines changed: 1 addition & 31 deletions

File tree

docs/03-customizing-editor.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
22
title: Customizing the Editor
3-
draft: true
43
---
54

65
import React from 'react';
76
import VideoPlayer from '@site/src/components/Video/player';
87

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**.
129

1310
---
1411

@@ -186,26 +183,6 @@ shown in the example above.
186183

187184
---
188185

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.)
204-
- Switching between tabs
205-
- Adding / removing / reordering tabs (if user-controllable)
206-
207-
---
208-
209186
## No-Distractions Mode
210187
**No-Distractions Mode** helps you focus by minimizing visual clutter and hiding non-essential interface elements, creating a clean, minimalist editing environment.
211188

@@ -217,10 +194,3 @@ Toggle between `No-Distractions` Mode and `Normal` Mode through `View > Menu` op
217194

218195
#### **Using Keyboard** :
219196
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

Comments
 (0)