Skip to content

Commit 527e98a

Browse files
committed
feat: proper line breaks in between content
1 parent f619d7a commit 527e98a

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

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

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ This release's core theme is `Phoenix Pro`, `Live Preview Edit`, `Emmet`, `Tab B
1616

1717
## Phoenix Pro
1818

19-
We are very excited to announce Phoenix Pro which comes with lots of powerful features which can boost your productivity by a large margin.
20-
We also maintain a Phoenix Community version that is free and always will be as a sign of gratitude to the developer community and the open-source world.
21-
We also are very grateful to the educators and the students and for that we have Phoenix Pro for Education which is absolutely free. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)
19+
We're excited to announce Phoenix Pro -packed with powerful features to boost your productivity.
20+
21+
Phoenix Community remains free and always will be, as a sign of gratitude to the developer community and the open-source world.
22+
23+
For educators and students, we offer Phoenix Pro for Education at no cost. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)
2224

2325

2426
## Live Preview Edit
2527

26-
Now, you can edit the live preview directly without worrying about your source code. You can edit text, hyperlinks, images rearrange elements by drag & drop, cut, copy, paste them, view measurements of elements to position them accurately and so much more right from the live preview. Phoenix Code automatically updates your source code instantly.
28+
Now you can edit the live preview directly without touching your source code.
29+
30+
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.
2731

2832
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).
2933

@@ -33,23 +37,27 @@ Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/li
3337

3438
## Emmet
3539

36-
One of the most awaited features of Phoenix Code **Emmet** is finally here. Now you can write Emmet snippets and Phoenix Code will show you hints, selecting them will expand the hint into the whole code snippet. With Emmet, you can code even faster now! [Read More](https://docs.phcode.dev/docs/features/emmet)
40+
**Emmet** one of our most requested features is finally here.
41+
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)
3743

3844
<VideoPlayer
3945
src="https://docs-images.phcode.dev/videos/editing-text/emmet-html.mp4"
4046
/>
4147

4248
## Tab Bar
4349

44-
Phoenix Code now also adds the Tab Bar support which is shown at the top of the editor that displays the list of all the open files which helps you in viewing and navigating between files even more quickly. You can choose what suits you, Tab Bar or Working Files or have both enabled at the same time.
45-
[Read More](https://docs.phcode.dev/docs/file-management#tab-bar)
50+
Tab Bar is here. View all your open files at the top of the editor and switch between them instantly.
51+
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)
4653

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

4956
## Custom Snippets
5057

51-
Custom Snippets allows you to define your own code hints. Create your own code hints which when selected turn into full code blocks. You can also add cursor positions in your code blocks so that Phoenix Code will automatically place the cursor at the right position after expanding the code block.
52-
[Read More](https://docs.phcode.dev/docs/features/custom-snippets)
58+
Define your own code hints with Custom Snippets.
59+
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)
5361

5462
<VideoPlayer
5563
src="https://docs-images.phcode.dev/videos/custom-snippets/custom-snippets-main.mp4"
@@ -63,7 +71,7 @@ After working for some time, your project structure gets messy, lots of open dir
6371
src="https://docs-images.phcode.dev/videos/file-management/collapse-folders.mp4"
6472
/>
6573

66-
## Smarter Color hints
74+
## Smarter Color Hints
6775

6876
Phoenix Code code hints are now smarter than ever. When typing a color property Phoenix Code will prioritize the previously used colors which helps you in reusing frequently used colors without manually searching for them. [Read More](https://docs.phcode.dev/docs/editing-colors#color-hints)
6977

0 commit comments

Comments
 (0)