|
5 | 5 |
|
6 | 6 | [AcodeX](https://github.com/bajrangCoder/acode-plugin-acodex) is a powerful and AI integrated terminal plugin with **80k++ downloads** for [Acode](https://acode.foxdebug.com/) that enhances your coding productivity by adding in-app Termux terminal integration. With AcodeX, you can execute terminal commands directly from within the Acode app, eliminating the need to switch between apps for coding and terminal access. |
7 | 7 |
|
8 | | -> [!Note] |
| 8 | +> [!NOTE] |
9 | 9 | > When starting a new terminal, be sure to adjust the terminal panel according to your screen. You can drag it to your desired position, and it will automatically adjust the columns and rows according to your screen size. |
10 | 10 |
|
11 | 11 | <a href="https://www.buymeacoffee.com/bajrangCoder" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="40" width="170"/></a> |
@@ -101,16 +101,17 @@ To use AcodeX, you need to have the [Termux app](https://termux.dev/en/) install |
101 | 101 | - Install the `acodex-server` package globally using npm. |
102 | 102 | - If you plan to run GUI apps, also install `tigervnc` and `websockify_rs`. |
103 | 103 |
|
104 | | - **Important**: After installing TigerVNC, make sure to set a password by running the `vncserver` command the first time. |
| 104 | +> [!IMPORTANT] |
| 105 | +> After installing TigerVNC, make sure to set a password by running the `vncserver` command the first time. |
105 | 106 |
|
106 | | -3. **Termux Specific Step** |
| 107 | +4. **Termux Specific Step** |
107 | 108 | Before installing on Termux, run this command to bypass a Termux-specific issue: |
108 | 109 |
|
109 | 110 | ```bash |
110 | 111 | cd $HOME && mkdir -p .gyp && echo "{'variables': {'android_ndk_path': ''}}" > .gyp/include.gypi |
111 | 112 | ``` |
112 | 113 |
|
113 | | -> **Note**: |
| 114 | +> [!TIP] |
114 | 115 | > After successfully installing `acodex-server`, you can uninstall Python if it's no longer needed. |
115 | 116 |
|
116 | 117 |
|
@@ -156,7 +157,7 @@ If you're an existing user and want to start using the new GUI features, follow |
156 | 157 | To run GUI apps within AcodeX, follow the steps below: |
157 | 158 |
|
158 | 159 | 1. **Install the Required Packages** |
159 | | - Ensure that you have installed the necessary packages by following the instructions in the [Installation](#installation) or [Existing Users Setup](#for-existing-users) sections. |
| 160 | + Ensure that you have installed the necessary packages by following the instructions in the [Installation](#installation) or [Existing Users Setup](#for-existing-users-enabling-gui-features) sections. |
160 | 161 |
|
161 | 162 | 2. **Enable GUI Viewer Settings** |
162 | 163 | - Navigate to `Acode > Settings > Plugins > AcodeX`. |
@@ -186,11 +187,11 @@ To run GUI apps within AcodeX, follow the steps below: |
186 | 187 | - In the AcodeX terminal, **click the Display button**, which will copy and execute the `export DISPLAY` command. |
187 | 188 | - Start your GUI app in the terminal, and it will open in the integrated viewer. |
188 | 189 |
|
189 | | - > [!Tip] |
190 | | - > Always verify that the `export DISPLAY` command was executed successfully before launching your GUI application. |
| 190 | +> [!TIP] |
| 191 | +> Always verify that the `export DISPLAY` command was executed successfully before launching your GUI application. |
191 | 192 | |
192 | | - > [!Note] |
193 | | - > the display env variable command needs to run once in a terminal session |
| 193 | +> [!NOTE] |
| 194 | +> the display env variable command needs to run once in a terminal session |
194 | 195 |
|
195 | 196 | ### Why is there no selection context menu? |
196 | 197 |
|
|
0 commit comments