|
1 | | -# Pulse Editor |
| 1 | +<p align="center" style="font-size: 32px;"> |
| 2 | +Pulse Editor |
| 3 | +</p> |
| 4 | + |
2 | 5 | > [!IMPORTANT] |
3 | 6 | > Pulse Editor is still in its early development stage, with a BETA release planned for the end of Q2 2025. Until then, there is no official stable support for extension marketplaces. However, you can explore the platform by developing your own extensions or running our official extensions locally. This is a great opportunity to get an early look at Pulse Editor and start experimenting with its capabilities! See [Extension Development](#pulse-editor-extension-development) below. |
4 | 7 |
|
| 8 | + |
| 9 | + |
5 | 10 | <p align="center"> |
6 | | - <img alt="Pulse Editor" src="shared-assets/icons/pulse_logo.svg"> |
| 11 | + <img alt="Pulse Editor" src="shared-assets/icons/pulse_logo.svg"/> |
7 | 12 | </p> |
8 | 13 |
|
9 | 14 | <div align="center"> |
|
15 | 20 | # Table of Contents |
16 | 21 | <span style="font-size: 16px;"> |
17 | 22 |
|
18 | | -- [Pulse Editor](#pulse-editor) |
19 | 23 | - [Table of Contents](#table-of-contents) |
20 | 24 | - [Introduction](#introduction) |
21 | 25 | - [Documentation](#documentation) |
|
39 | 43 | </span> |
40 | 44 |
|
41 | 45 | # Introduction |
42 | | -Pulse Editor is an editor designed to develop and create with AI naturally and fluently on cross-platform devices. |
| 46 | +Pulse Editor is a cross-platform tool built to make AI-powered creation and development feel intuitive and seamless. |
43 | 47 | # Documentation |
44 | | -The documentation will be available at https://docs.pulse-ediotr.com (WIP). You can find documentation repository [here](https://github.com/ClayPulse/docs). |
| 48 | +The documentation will be available at https://docs.pulse-editor.com. You can find documentation repository [here](https://github.com/ClayPulse/docs). |
45 | 49 |
|
46 | 50 | # Getting Started -- User Guide |
47 | 51 | ## Web Client |
@@ -97,9 +101,9 @@ Then you can rebuild native dependencies in `desktop/` using. |
97 | 101 | # For Linux |
98 | 102 | ./node_modules/.bin/electron-rebuild -m desktop -v electron_version |
99 | 103 | ``` |
100 | | -For example, Electron may warn you need NODE_MODULE_VERSION 128. The corresponding Electron version to NODE_MODULE_VERSION 128 is 32.x.x. If you have electron@32.3.3 installed (check desktop/package.json), you can run: |
| 104 | +For example, Electron may warn you need NODE_MODULE_VERSION xxx. If you have electron@35.0.2 installed (check desktop/package.json), you can run: |
101 | 105 | ``` |
102 | | -./node_modules/.bin/electron-rebuild -m desktop -v 32.3.3 |
| 106 | +./node_modules/.bin/electron-rebuild -m desktop -v 35.0.2 |
103 | 107 | ``` |
104 | 108 |
|
105 | 109 |
|
|
0 commit comments