Skip to content

Commit 9959f7e

Browse files
committed
updated README
1 parent 52e6f49 commit 9959f7e

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,7 @@ AuthUserFile "/etc/apache2/.htpasswd"
7474
</RequireAny>
7575
```
7676

77-
### Board name
78-
79-
The [MySQL dump](https://github.com/mkloubert/simple-whiteboard/blob/master/_res/mysql5.dump.sql) inserts an initial entry in the `boards` table.
80-
81-
There you can define a custom name in the `name` column.
82-
83-
### Additional boards
84-
85-
You can add additional boards to `boards` table.
86-
87-
To access one of these additional boards, simply use the value from `id` column and access them by using `b` query parameter in URL: `https://example.com/whiteboard/?b=<ID-OF-THE-BOARD>`.
88-
89-
### Shortcuts
90-
91-
| Shortcut | Description |
92-
| ---- | --------- |
93-
| `CTRL + B` | Select `Board` tab. |
94-
| `CTRL + E` | Select `Editor` tab. |
95-
| `CTRL + S` | Save the current content of editor and show it in board tab. |
96-
97-
### Markdown
77+
## Markdown
9878

9979
The application uses [showndown](https://github.com/showdownjs/showdown) as [Markdown](https://en.wikipedia.org/wiki/Markdown) engine with the following [options](https://github.com/showdownjs/showdown#valid-options):
10080

@@ -108,9 +88,29 @@ The application uses [showndown](https://github.com/showdownjs/showdown) as [Mar
10888
}
10989
```
11090

111-
### Customizations
91+
## Shortcuts
92+
93+
| Shortcut | Description |
94+
| ---- | --------- |
95+
| `CTRL + B` | Select `Board` tab. |
96+
| `CTRL + E` | Select `Editor` tab. |
97+
| `CTRL + S` | Save the current content of editor and show it in board tab. |
98+
99+
## Customizations
100+
101+
### Board name
102+
103+
The [MySQL dump](https://github.com/mkloubert/simple-whiteboard/blob/master/_res/mysql5.dump.sql) inserts an initial entry in the `boards` table.
104+
105+
There you can define a custom name in the `name` column.
106+
107+
### Additional boards
108+
109+
You can add additional boards to `boards` table.
110+
111+
To access one of these additional boards, simply use the value from `id` column and access them by using `b` query parameter in URL: `https://example.com/whiteboard/?b=<ID-OF-THE-BOARD>`.
112112

113-
#### CSS
113+
### CSS
114114

115115
The [bootstrap.min.css](https://github.com/mkloubert/simple-whiteboard/blob/master/css/bootstrap.min.css) is taken from [Bootswatch](https://bootswatch.com/3/).
116116
You can replace it with any of the other templates or another compatible one, like the default one from [Bootstrap 3](https://getbootstrap.com/docs/3.3/).

0 commit comments

Comments
 (0)