Improve basic usage, add categories & create app, and make all windows linkable
parent
c955bc3429
commit
4fb9649b25
@ -1,13 +1,26 @@
|
|||||||
# Basic usage
|
# Basic usage
|
||||||
|
|
||||||
- This is the **main window**:
|
## Main window
|
||||||
|
This is the **main window**:
|
||||||

|

|
||||||
Use the main window to select an app category you want to view. Open a category folder by double-clicking on it.
|
Use the main window to select an app category you want to view. Open a category folder by double-clicking on it.
|
||||||
- After selecting a category, you will see a list of apps:
|
## App list
|
||||||
|
After selecting a category, you will see a list of apps:
|
||||||

|

|
||||||
- If you double-click an app, or select and app and click , you will see the **Details window**.
|
## Details window
|
||||||
|
If you double-click an app, or select and app and click , you will see the **Details window**.
|
||||||

|

|
||||||
- Pi-Apps may display a notification on boot. If you choose to view the updates, the **updater window** will appear:
|
## Updater window
|
||||||
|
Pi-Apps may display a notification on boot. If you choose to view the updates, the **updater window** will appear:
|
||||||

|

|
||||||
- Pi-Apps **Settings** can be configured by launching Menu -> Preferences -> Pi-Apps Settings.
|
## Settings
|
||||||
|
Pi-Apps **Settings** can be configured by launching Menu -> Preferences -> Pi-Apps Settings.
|
||||||

|

|
||||||
|
## Category editor
|
||||||
|
Clicking the "Categories..." button in Pi-Apps Settings will launch the **Category editor**. This allows you to change any category apps are located in.
|
||||||
|

|
||||||
|
To hide an app from the app list, put it in the `hidden` category.
|
||||||
|
## Create App wizard
|
||||||
|
Clicking the "New App..." button in Pi-Apps Settings will launch the **Create App wizard**.
|
||||||
|

|
||||||
|
This automated app maker saves time by formatting everything correctly and allowing simple code checking. However, it is entirely possible to manually edit/create an app by creating files directly in `~/pi-apps/apps`.
|
Loading…
Reference in New Issue