Skip to content

Commit

Permalink
Update for v0.0.9 release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Mar 29, 2024
1 parent b24a21d commit ec62f26
Show file tree
Hide file tree
Showing 16 changed files with 452 additions and 253 deletions.
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ title = "iamb documentation"
curly-quotes = true
git-repository-url = "https://github.com/ulyssa/iamb"
cname = "iamb.chat"
additional-css = ["theme/css/custom.css"]
5 changes: 3 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ fingers are used to from your favorite text editor!

This documentation indicates keybindings using the following conventions:

- The control key is shown with a leading caret; for example, `^W` is Ctrl-W.
- Named keys are shown between angle brackets; for example, `<Space>` is the
space bar.
- Modifiers like the control key or shift are shown with their combining key
between brackets; for example, `<C-W>` is Ctrl-W and `<S-Tab>` is Shift+Tab.
- Sequences of keys to be pressed are shown in the order to press them; for
example, `^Wgf` indicates that you should type Ctrl-W, then g, and finally f.
example, `<C-W>gf` indicates that you should type Ctrl-W, then g, and finally f.

## Contributing

Expand Down
4 changes: 3 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

- [Installation](./install.md)
- [Configuration](./configure.md)
- [Verification](./verify.md)
- [E2EE](./e2ee/README.md)
- [Verification](./e2ee/verify.md)
- [Room Keys](./e2ee/keys.md)
- [Rooms](./rooms/README.md)
- [Browsing](./rooms/browsing.md)
- [Members](./rooms/members.md)
Expand Down
66 changes: 37 additions & 29 deletions src/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,39 @@

## iamb commands

| Command | Aliases | Help |
| ------------------- | ------------------------------------- | ----------------------------------- |
| `:create` | | See [Room Creation] |
| `:dms` | | See [Browsing Direct Messages] |
| `:download` | | See [Downloading Attachments] |
| `:edit` | | See [Editing Messages] |
| `:invite accept` | | See [Room Invitations] |
| `:invite reject` | | See [Room Invitations] |
| `:invite send` | | See [Room Invitations] |
| `:join` | | See [Joining And Leaving Rooms] |
| `:leave` | | See [Joining And Leaving Rooms] |
| `:members` | | See [Viewing Room/Space Members] |
| `:open` | | See [Downloading Attachments] |
| `:react` | | See [Reacting To A Message] |
| `:redact` | | See [Redacting A Message] |
| `:reply` | | See [Replying To A Message] |
| `:rooms` | | See [Browsing Rooms] |
| `:room name set` | | See [Setting Room Properties] |
| `:room name unset` | | See [Setting Room Properties] |
| `:room tag set` | | See [Setting Room Tags] |
| `:room tag unset` | | See [Setting Room Tags] |
| `:room topic set` | | See [Setting Room Properties] |
| `:room topic unset` | | See [Setting Room Properties] |
| `:spaces` | | See [Browsing Spaces] |
| `:unreact` | | See [Reacting To A Message] |
| `:upload` | | See [Sending] |
| `:verify` | | See [Verification] |
| `:welcome` | | Shows the startup Welcome window |
| Command | Aliases | Help |
| ------------------- | ------------------------------------- | ----------------------------------------- |
| `:chats` | | See [Browsing Rooms And DMs Together] |
| `:create` | | See [Room Creation] |
| `:dms` | | See [Browsing Direct Messages] |
| `:download` | | See [Downloading Attachments] |
| `:edit` | | See [Editing Messages] |
| `:editor` | | See [Sending] |
| `:invite accept` | | See [Room Invitations] |
| `:invite reject` | | See [Room Invitations] |
| `:invite send` | | See [Room Invitations] |
| `:join` | | See [Joining And Leaving Rooms] |
| `:keys export` | | See [Exporting / Importing Keys] |
| `:keys import` | | See [Exporting / Importing Keys] |
| `:leave` | | See [Joining And Leaving Rooms] |
| `:logout` | | Log out of the client. |
| `:members` | | See [Viewing Room/Space Members] |
| `:open` | | See [Downloading Attachments] and [Opening Links] |
| `:react` | | See [Reacting To A Message] |
| `:redact` | | See [Redacting A Message] |
| `:reply` | | See [Replying To A Message] |
| `:rooms` | | See [Browsing Rooms] |
| `:room name set` | | See [Setting Room Properties] |
| `:room name unset` | | See [Setting Room Properties] |
| `:room tag set` | | See [Setting Room Tags] |
| `:room tag unset` | | See [Setting Room Tags] |
| `:room topic set` | | See [Setting Room Properties] |
| `:room topic unset` | | See [Setting Room Properties] |
| `:spaces` | | See [Browsing Spaces] |
| `:unreact` | | See [Reacting To A Message] |
| `:upload` | | See [Sending] |
| `:verify` | | See [Verification] |
| `:welcome` | | Shows the startup Welcome window |

## Vim commands

Expand Down Expand Up @@ -73,11 +78,14 @@ table th:nth-of-type(3) {

[Browsing Direct Messages]: ./rooms/browsing.md#browsing-direct-messages
[Browsing Rooms]: ./rooms/browsing.md#browsing-rooms
[Browsing Rooms And DMs Together]: ./rooms/browsing.md#browsing-rooms-and-dms-together
[Browsing Spaces]: ./rooms/browsing.md#browsing-spaces
[Closing Tabs]: ./layout/tabs.md#closing-tabs
[Closing Windows]: ./layout/tabs.md#closing-windows
[Downloading Attachments]: ./messages/#downloading-attachments
[Editing Messages]: ./messages/#editing-messages
[Exporting / Importing Keys]: ./e2ee/keys.md#exporting-importing-keys
[Opening Links]: ./messages/#opening-links
[Opening Tabs]: ./layout/tabs.md#opening-tabs
[Opening Windows]: ./layout/tabs.md#opening-windows
[Organizing Tabs]: ./layout/tabs.md#organizing-tabs
Expand All @@ -92,5 +100,5 @@ table th:nth-of-type(3) {
[Setting Room Properties]: ./rooms/management.md#setting-room-properties
[Setting Room Tags]: ./rooms/management.md#setting-room-tags
[Switching Tabs]: ./layout/tabs.md#switching-tabs
[Verification]: ./verify.md
[Verification]: ./e2ee/verify.md
[Viewing Room/Space Members]: ./rooms/members.md#viewing-roomspace-members
Loading

0 comments on commit ec62f26

Please sign in to comment.