Skip to content

Commit 3741db8

Browse files
committed
fix: update newly added features md hyperlinks
1 parent 14ea394 commit 3741db8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/assets/default-project/en/Newly_added_features.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,32 @@ We are continuously adding features every week to improve the life of web develo
77

88
Here's a list of top features recently added to Phoenix:
99

10-
## Auto Tab and Spacing detection
10+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/editing-text/#auto-space-detection">Auto Tab and Spacing Detection</a></h2>
1111

1212
`Added on August, 2024`
1313

1414
Phoenix Code can now automatically detect and apply the indentation style (tabs or spaces) based on the existing code in the file.
15-
[Read more...](https://docs.phcode.dev/docs/editing-text/#auto-space-detection)
1615

1716
![image](https://github.com/user-attachments/assets/0adc47c5-a561-4002-bffb-d7bcde999b9d)
1817

19-
## Auto rename start and end of HTML/XML/SVG tags
18+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/editing-text/#auto-rename-tag">Auto rename start and end of HTML/XML/SVG tags</a></h2>
2019

2120
`Added on July, 2024`
2221

23-
Automatically rename paired HTML/XML/SVG tags as you type at the start or end of the tag. [Read more...](https://docs.phcode.dev/docs/editing-text/#auto-rename-tag)
22+
Automatically rename paired HTML/XML/SVG tags as you type at the start or end of the tag.
2423

2524
![tag sync](https://github.com/user-attachments/assets/ad82db8c-df1c-4c83-a5db-145caab539ec)
2625

27-
## Now Available on ChromeOS
26+
<h2><a target="_blank" href="https://play.google.com/store/apps/details?id=prod.phcode.twa">Now Available on ChromeOS</a></h2>
2827

2928
`Added on July, 2024`
3029

3130
All new native ChromeOS app is now available on the Google Play Store.
3231
The ChromeOS app is a highly requested feature and is specially made for education and student use.
3332

34-
[![google play icon (1)](https://github.com/user-attachments/assets/0a7f20ce-653c-43a8-ac3e-3875ea74df5b)](https://play.google.com/store/apps/details?id=prod.phcode.twa)
33+
<a target="_blank" href="https://play.google.com/store/apps/details?id=prod.phcode.twa">
34+
<img alt="Get phcode.io on google play" src="https://github.com/user-attachments/assets/0a7f20ce-653c-43a8-ac3e-3875ea74df5b">
35+
</a>
3536

3637
## Drag and Drop Files and Folders in Desktop Apps - Experimental
3738

@@ -167,14 +168,14 @@ Creating extensions and themes is now easier than ever with a single click in Gi
167168
* Create a <a href="https://github.com/phcode-dev/theme-template" target="_blank">Theme</a> or <a href="https://github.com/phcode-dev/extension-template" target="_blank">Extension</a> with a single click.
168169
* Load/unload development extensions with new `Debug> Reload With Extensions` menu. ![image](https://user-images.githubusercontent.com/5336369/224746152-0416a862-891a-4fe1-b9dd-09add25a6cc0.png)
169170
* [Publish an extension](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes#publishing-to-the-extensiontheme-store)
170-
directly from your GitHub repo by creating a GitHub release!
171+
directly from your GitHub repo by creating a GitHub release!
171172

172173
## Extensions and Themes Store
173174
`Added on January,2023`
174175

175176
* Browse and install extensions and themes from the store. Click on the `extensions icon` or select `File > Extension Manager` from menu item to view store.
176177
* To apply themes after installing, click on menu `View > Themes` and select Theme to apply.
177-
* Most extensions from [Brackets](https://brackets.io) is available in Phoenix Web except few that requires native privileges.
178+
* Most extensions from [Brackets](https://brackets.io) is available in Phoenix Web except few that requires native privileges.
178179
![extensions](https://github.com/phcode-dev/phoenix/assets/5336369/a6e7b1bf-4020-489c-8234-e5c270ebe56c)
179180

180181

0 commit comments

Comments
 (0)