]> BookStack Code Mirror - website/blob - content/docs/user/wysiwyg-editor.md
Updated hacks
[website] / content / docs / user / wysiwyg-editor.md
1 +++
2 title = "Default Page Editor"
3 description = "Details on the standard Page editor in BookStack"
4 date = "2017-07-28"
5 type = "user-doc"
6 +++
7
8 The default editor in BookStack is a 'What You See Is What You Get' (WYSIWYG) editor.
9 The usage of this editor is similar to typical word-processing applications such as Word or Google Docs.
10 For those that would prefer it, there is an alternative [Markdown Editor](/docs/user/markdown-editor/)
11 which can be set as default or switched to where permissions allow.
12
13 ### Editor Shortcuts
14
15 The following shortcuts are available in the WYSIWYG Editor:
16
17 <table>
18   <thead>
19     <tr>
20       <th>Shortcut (Windows &amp; Linux/Mac)</th>
21       <th>Description</th>
22     </tr>
23   </thead>
24   <tbody>
25     <tr>
26       <td><code>Ctrl+S</code> / <code>Cmd+S</code></td>
27       <td>Save Draft</td>
28     </tr>
29     <tr>
30       <td><code>Ctrl+Enter</code> / <code>Cmd+Enter</code></td>
31       <td>Save Page &amp; Continue</td>
32     </tr>
33     <tr>
34       <td><code>Ctrl+B</code> / <code>Cmd+B</code></td>
35       <td>Bold</td>
36     </tr>
37     <tr>
38       <td><code>Ctrl+I</code> / <code>Cmd+I</code></td>
39       <td>Italic</td>
40     </tr>
41     <tr>
42       <td><code>Ctrl+U</code> / <code>Cmd+U</code></td>
43       <td>Underline</td>
44     </tr>
45     <tr>
46       <td>
47         <code>Ctrl+1</code> / <code>Cmd+1</code> <br>
48         <code>Ctrl+2</code> / <code>Cmd+2</code> <br>
49         <code>Ctrl+3</code> / <code>Cmd+3</code> <br>
50         <code>Ctrl+4</code> / <code>Cmd+4</code>
51       </td>
52       <td>
53         Header Large <br>
54         Header Medium <br>
55         Header Small <br>
56         Header Tiny
57       </td>
58     </tr>
59     <tr>
60       <td><code>Ctrl+5</code> / <code>Cmd+5</code><br><code>Ctrl+D</code> / <code>Cmd+D</code></td>
61       <td>Normal Paragraph</td>
62     </tr>
63     <tr>
64       <td><code>Ctrl+6</code> / <code>Cmd+6</code><br><code>Ctrl+Q</code> / <code>Cmd+Q</code></td>
65       <td>Blockquote</td>
66     </tr>
67     <tr>
68       <td><code>Ctrl+7</code> / <code>Cmd+7</code><br><code>Ctrl+E</code> / <code>Cmd+E</code></td>
69       <td>Code Block</td>
70     </tr>
71     <tr>
72       <td><code>Ctrl+8</code> / <code>Cmd+8</code><br><code>Ctrl+Shift+E</code> / <code>Cmd+Shift+E</code></td>
73       <td>Inline Code</td>
74     </tr>
75     <tr>
76       <td><code>Ctrl+9</code> / <code>Cmd+9</code></td>
77       <td>Callout <br> <small><em>(Keep pressing to toggle through styles)</em></small></td>
78     </tr>
79     <tr>
80       <td>
81         <code>Ctrl+O</code> / <code>Cmd+O</code> <br>
82         <code>Ctrl+P</code> / <code>Cmd+P</code>
83       </td>
84       <td>Ordered List <br> Bullet List</td>
85     </tr>
86     <tr>
87       <td><code>Ctrl+K</code> / <code>Cmd+K</code></td>
88       <td>Insert Link</td>
89     </tr>
90     <tr>
91       <td><code>Ctrl+Shift+K</code> / <code>Cmd+Shift+K</code></td>
92       <td>Link to BookStack content</td>
93     </tr>
94   </tbody>
95 </table>