Improve annotiation in quick start guide
Prior to the change annotations had multiple issues: - lining up: potentially confusing, visually abstracting the UI - excessive contract: while purple color provided juxtaposed soft tones, it also distracted the reader
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 29 KiB |
@@ -28,9 +28,9 @@ $ profanity -h
|
|||||||
The user interface is split into five main areas:
|
The user interface is split into five main areas:
|
||||||
1. **Title Bar:** Shows the name of the person or chat room you’re with, plus your current status (e.g., online or away). It’s configurable using the [`/titlebar`](/command-reference/#titlebar) command.
|
1. **Title Bar:** Shows the name of the person or chat room you’re with, plus your current status (e.g., online or away). It’s configurable using the [`/titlebar`](/command-reference/#titlebar) command.
|
||||||
2. **Main Window Area:** Used to show the current active window. The first window (1) is reserved for the 'console' where system messages, roster and some command responses are shown.
|
2. **Main Window Area:** Used to show the current active window. The first window (1) is reserved for the 'console' where system messages, roster and some command responses are shown.
|
||||||
3. **Status Bar:** Displays the current time, your logged-in account, and the status of open windows. A highlighted number indicates new messages, while "-1-" marks the currently active window. It's configurable using the [`/statusbar`](/command-reference/#statusbar) command.
|
3. **Roster Subwindow:** Lists your contacts, their online status, and any new messages.
|
||||||
4. **Input Area:** Where you type messages or commands. Press Tab to autocomplete them easily.
|
4. **Status Bar:** Displays the current time, your logged-in account, and the status of open windows. A highlighted number indicates new messages, while "-1-" marks the currently active window. It's configurable using the [`/statusbar`](/command-reference/#statusbar) command.
|
||||||
5. **Roster Subwindow:** Lists your contacts, their online status, and any new messages.
|
5. **Input Area:** Where you type messages or commands. Press Tab to autocomplete them easily.
|
||||||
|
|
||||||
All commands start with a / character. For example, [`/help`](/command-reference/#help).
|
All commands start with a / character. For example, [`/help`](/command-reference/#help).
|
||||||
|
|
||||||
@@ -38,10 +38,10 @@ All commands start with a / character. For example, [`/help`](/command-reference
|
|||||||
|
|
||||||
### Registration
|
### Registration
|
||||||
|
|
||||||
To use CProof, you first need to register a JID (Jabber ID) and then add your account.
|
To use CProof, you first need to register a Jabber ID (JID) and then add your account.
|
||||||
|
|
||||||
If you don’t have a JID yet, use the [`/register`](/command-reference/#register) command to create one. If you already have a JID, you can skip this step.
|
If you don’t have a JID yet, use the [`/register`](/command-reference/#register) command to create one. If you already have a JID, you can skip this step.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/register nickname example.com
|
/register nickname example.com
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user