You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
98
78
99
79
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):
100
80
@@ -108,9 +88,29 @@ The application uses [showndown](https://github.com/showdownjs/showdown) as [Mar
108
88
}
109
89
```
110
90
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>`.
112
112
113
-
####CSS
113
+
### CSS
114
114
115
115
The [bootstrap.min.css](https://github.com/mkloubert/simple-whiteboard/blob/master/css/bootstrap.min.css) is taken from [Bootswatch](https://bootswatch.com/3/).
116
116
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