Skip to content

Commit 03248f7

Browse files
committed
feat: update markdown editor content
1 parent 9bddea2 commit 03248f7

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

docs/07-Pro Features/04-markdown-editor.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,29 @@ title: Markdown Editor
66
[Upgrade to Phoenix Code Pro](https://phcode.io/pricing) to access this feature.
77
:::
88

9-
The **Markdown Editor** brings a full rich text editing experience to Markdown files, right inside the Live Preview. Format text, build tables, drop in images, add links, use slash commands - and watch every change sync back to your source code instantly.
9+
Phoenix Code supports a full rich text editing experience for Markdown files, right inside the Live Preview. Format text, build tables, drop in images, add links, use slash commands, and watch every change sync back to your source code instantly.
1010

1111
<!-- Add an image here showing the Markdown Editor in edit mode with the toolbar visible -->
1212

1313
## Enabling Edit Mode
1414

15-
To start editing, click the **Edit** button in the preview toolbar. The toolbar expands to show formatting options, and you can start making changes right away.
15+
To start editing, click the **Edit** button on the right side of the markdown toolbar. The toolbar expands to show formatting options, and you can start making changes right away.
1616

17-
To go back to the read-only view, click **Reader** (or **Done**) in the toolbar.
17+
To go back to the read-only view, click **Reader** in the same place.
1818

1919
<!-- Add an image here showing the Edit button in the toolbar -->
2020

21-
> Pro users start in Edit Mode by default when opening Markdown files.
21+
> By default, markdown files open in Edit mode for **Phoenix Code Pro** users.
22+
23+
## Cursor Sync
24+
25+
Click anywhere in the preview to jump the editor cursor to the matching line. The line briefly highlights so you can see where you landed. Cursor sync works in the other direction too. Clicking a line in the editor scrolls the preview to that line.
26+
27+
Scrolling in either view does the same: the other view follows along to keep you in sync.
28+
29+
Use the **cursor sync** button in the toolbar to toggle this behavior on or off.
30+
31+
<!-- Add an image here showing the cursor sync button in the toolbar -->
2232

2333
## Text Formatting
2434

@@ -54,7 +64,7 @@ Type `/` at the start of an empty line to open the **Slash Menu**. This gives yo
5464

5565
Start typing to filter the list. Use the arrow keys to navigate and press `Enter` to insert.
5666

57-
> The Slash Menu learns from your usage and shows your most-used items first.
67+
> The Slash Menu shows your most-used items first.
5868
5969
### Markdown Shortcuts
6070

0 commit comments

Comments
 (0)