Skip to content

Commit 6ca504a

Browse files
committed
feat: add assets to the features in blog post
1 parent 442cf13 commit 6ca504a

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

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

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ authors: [arun, charly, devvaannsh, phoenixBot]
55
tags: [Phoenix Pro, Live Preview Edit, Emmet, Tab Bar, Custom Snippets, Collapse Folders, Smarter hint suggestions, Stability Improvements, Windows, Linux, Mac, Release]
66
---
77

8+
import React from 'react';
9+
import VideoPlayer from '@site/src/components/Video/player';
10+
811
2026 January release (5.0) of Phoenix Code is now available for download at [phcode.io](https://phcode.io).
912

1013
This is the biggest release of Phoenix Code ever! This brings lots of much-awaited features into Phoenix Code and we bump to the latest 5.0 version with this.
@@ -24,40 +27,47 @@ Now, you can edit the live preview directly without worrying about your source c
2427

2528
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).
2629

27-
<!-- add some assets here -->
30+
<VideoPlayer
31+
src="https://docs-images.phcode.dev/videos/live-preview-edit/live-preview-edit.mp4"
32+
/>
2833

2934
## Emmet
3035

3136
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)
3237

33-
<!-- add emmet assets -->
38+
<VideoPlayer
39+
src="https://docs-images.phcode.dev/videos/editing-text/emmet-html.mp4"
40+
/>
3441

3542
## Tab Bar
3643

3744
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.
3845
[Read More](https://docs.phcode.dev/docs/file-management#tab-bar)
3946

40-
<!-- add tab bar assets here -->
47+
![Tab Bar](../../docs/images/fileManagement/tab-bar.png "Tab Bar")
4148

4249
## Custom Snippets
4350

4451
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.
4552
[Read More](https://docs.phcode.dev/docs/features/custom-snippets)
4653

47-
<!-- add custom snippets assets here -->
54+
<VideoPlayer
55+
src="https://docs-images.phcode.dev/videos/custom-snippets/custom-snippets-main.mp4"
56+
/>
4857

4958
## Collapse Folders
5059

5160
After working for some time, your project structure gets messy, lots of open directories with nested directories and all. But no worries now, Phoenix Code now supports Collapse All Folders feature using which in one click you can reset your view by collapsing all the expanded folders to their root level. [Read More](https://docs.phcode.dev/docs/file-management#collapse-all-folders)
5261

53-
<!-- add Collapse folders assets here -->
62+
<VideoPlayer
63+
src="https://docs-images.phcode.dev/videos/file-management/collapse-folders.mp4"
64+
/>
5465

5566
## Smarter Color hints
5667

5768
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)
5869

59-
<!-- add color suggestions assets here -->
60-
70+
![Previously Used Colors](../../docs/images/editingColors/previously-used-colors.png "Previously Used Colors")
6171

6272
## Notable changes and fixes
6373

0 commit comments

Comments
 (0)