Skip to content

Commit ef6b95f

Browse files
committed
update blog
1 parent 7a0b8a8 commit ef6b95f

1 file changed

Lines changed: 9 additions & 16 deletions

File tree

blog/2026-01-18-Release-5.0/index.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We're excited to announce Phoenix Pro -packed with powerful features to boost yo
2020

2121
Phoenix Community remains free and always will be, as a sign of gratitude to the developer community and the open-source world.
2222

23-
For educators and students, we offer Phoenix Pro for Education at no cost. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)
23+
For educators and students, we offer Phoenix Pro for Education at no cost. [Read More](../docs/phoenix-pro-school)
2424

2525

2626
## Live Preview Edit
@@ -29,7 +29,7 @@ Now you can edit the live preview directly without touching your source code.
2929

3030
Edit text, hyperlinks, and images. Rearrange elements with drag & drop. Cut, copy, paste. View measurements to position elements accurately. Phoenix Code updates your source code instantly.
3131

32-
Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/live-preview-edit), [Image Gallery](https://docs.phcode.dev/docs/pro-features/image-gallery), [Measurements](https://docs.phcode.dev/docs/pro-features/measurements).
32+
Read more about [Live Preview Edit](../docs/Pro%20Features/live-preview-edit), [Image Gallery](../docs/Pro%20Features/image-gallery), [Measurements](../docs/Pro%20Features/measurements).
3333

3434
<VideoPlayer
3535
src="https://docs-images.phcode.dev/videos/live-preview-edit/live-preview-edit.mp4"
@@ -39,7 +39,7 @@ Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/li
3939

4040
**Emmet** one of our most requested features is finally here.
4141

42-
Write Emmet abbreviations and Phoenix Code shows you hints. Select a hint to expand it into a full code snippet. Code faster than ever. [Read More](https://docs.phcode.dev/docs/features/emmet)
42+
Write Emmet abbreviations and Phoenix Code shows you hints. Select a hint to expand it into a full code snippet. Code faster than ever. [Read More](../docs/Features/emmet)
4343

4444
<VideoPlayer
4545
src="https://docs-images.phcode.dev/videos/editing-text/emmet-html.mp4"
@@ -49,15 +49,15 @@ Write Emmet abbreviations and Phoenix Code shows you hints. Select a hint to exp
4949

5050
Tab Bar is here. View all your open files at the top of the editor and switch between them instantly.
5151

52-
Choose what works for you -Tab Bar, Working Files, or both at the same time. [Read More](https://docs.phcode.dev/docs/file-management#tab-bar)
52+
Choose what works for you -Tab Bar, Working Files, or both at the same time. [Read More](../docs/file-management#tab-bar)
5353

5454
![Tab Bar](../../docs/images/fileManagement/tab-bar.png "Tab Bar")
5555

5656
## Custom Snippets
5757

5858
Define your own code hints with Custom Snippets.
5959

60-
Create hints that expand into full code blocks. You can also add cursor positions so Phoenix Code places your cursor exactly where you need it after expansion. [Read More](https://docs.phcode.dev/docs/features/custom-snippets)
60+
Create hints that expand into full code blocks. You can also add cursor positions so Phoenix Code places your cursor exactly where you need it after expansion. [Read More](../docs/Features/custom-snippets)
6161

6262
<VideoPlayer
6363
src="https://docs-images.phcode.dev/videos/custom-snippets/custom-snippets-main.mp4"
@@ -67,29 +67,22 @@ Create hints that expand into full code blocks. You can also add cursor position
6767

6868
After working for some time, your project structure gets messy with lots of open and nested directories.
6969

70-
But no worries now. Phoenix Code supports Collapse All Folders, which lets you reset your view by collapsing all expanded folders to their root level in one click. [Read More](https://docs.phcode.dev/docs/file-management#collapse-all-folders)
70+
But no worries now. Phoenix Code supports Collapse All Folders, which lets you reset your view by collapsing all expanded folders to their root level in one click. [Read More](../docs/file-management#collapse-all-folders)
7171

7272
<VideoPlayer
7373
src="https://docs-images.phcode.dev/videos/file-management/collapse-folders.mp4"
7474
/>
7575

76-
## Smarter Color Hints
77-
78-
Color hints in Phoenix Code are now smarter than ever.
79-
80-
When typing a color property, Phoenix Code prioritizes your previously used colors. This helps you reuse frequently used colors without manually searching for them. [Read More](https://docs.phcode.dev/docs/editing-colors#color-hints)
81-
82-
![Previously Used Colors](../../docs/images/editingColors/previously-used-colors.png "Previously Used Colors")
83-
8476
## Notable changes and fixes
8577

8678
- Improved Live Preview to support internal stylesheets and SVGs better than before.
79+
- Smarter color hints. Phoenix Code prioritizes your previously used colors. [Read More](../docs/editing-colors#color-hints)
8780
- Git markers now appear in the scrollbar, making it easier to locate changes in a file.
8881
- Improved Git so that it doesn't show stale project status.
8982
- Reduced the number of popups shown when first installing Phoenix.
9083
- Fixed an issue where macOS/iOS and browser autocorrect or smart keyboards altered filenames during renames.
91-
- Added a dialog to notify users when they have deprecated extensions installed.
92-
- Slowed down Quick View popup on hover as it was interfering with user workflows.
84+
- Added a dialog to notify users when they have security compromised extensions installed.
85+
- Slowed down the Quick View popup on hover as it was interfering with user workflows.
9386
- Fixed ghost image appearing in Safari when dragging from CodeMirror.
9487
- Long names in Working Files are now truncated for better readability.
9588
- Added Horizontal Scroll support. Use Shift + mouse scroll.

0 commit comments

Comments
 (0)