Skip to content

Commit 5b45e4a

Browse files
committed
feat: remove all stub sections from editing text
1 parent 7aa6ac5 commit 5b45e4a

1 file changed

Lines changed: 0 additions & 35 deletions

File tree

docs/03-editing-text.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,6 @@ To revert back to a single cursor, just press the `Esc` key.
3030

3131
---
3232

33-
## Custom Snippets
34-
With **Custom Snippets**, you can define your own custom code hints. You can write short abbreviations that, when typed in the editor, expand into complete code blocks upon selection.
35-
36-
[Read More](./Features/custom-snippets)
37-
38-
---
39-
40-
## Quick Edit
41-
With **Quick Edit**, you can edit your CSS file directly within HTML files.
42-
43-
[Read More](./Features/quick-edit)
44-
45-
---
46-
4733
## Quick Docs
4834
**Quick Docs** provides immediate access to documentation for code elements directly within the editor.
4935

@@ -55,13 +41,6 @@ With **Quick Edit**, you can edit your CSS file directly within HTML files.
5541

5642
---
5743

58-
## Find in Files
59-
With **Find in Files**, you can search for specific text across multiple files within a project.
60-
61-
[Read More](./Features/find-in-files)
62-
63-
---
64-
6544
## Auto Rename Tag
6645
The **Auto Rename Tag** feature updates matching tags automatically when you rename one. It works with HTML, XHTML, HTM, XML, SVG, PHP, and JSP files.
6746

@@ -93,13 +72,6 @@ Move your cursor out of the tag and then back into the tag.
9372

9473
---
9574

96-
## Emmet
97-
With **Emmet**, you can write HTML and CSS faster using shorthand abbreviations. If an abbreviation is Emmet-compatible, Phoenix Code Editor shows code hints and expands it into complete code structures when selected.
98-
99-
[Read More](./Features/emmet)
100-
101-
---
102-
10375
## File Encoding
10476
**File encoding** is the method used to represent text in a file by converting characters into bytes. We need it to ensure that text is displayed correctly across different platforms and to handle special characters or symbols. Phoenix Code Editor supports multiple file encoding formats.
10577

@@ -136,13 +108,6 @@ Now, files with `.myjs` extension will be treated as JavaScript files.
136108

137109
---
138110

139-
## Beautify Code
140-
With **Beautify Code**, you can format your code to follow consistent styling rules, improving readability and making it easier to maintain.
141-
142-
[Read More](./Features/beautify-code)
143-
144-
---
145-
146111
## Insert and Overwrite Mode
147112
Users can toggle between **Insert Mode** and **Overwrite Mode** for different text input behaviors.
148113

0 commit comments

Comments
 (0)