2017-07-28 12:26:54 +01:00
|
|
|
+++
|
|
|
|
|
title = "Default Page Editor"
|
|
|
|
|
description = "Details on the standard Page editor in BookStack"
|
|
|
|
|
date = "2017-07-28"
|
2017-12-09 19:03:04 +00:00
|
|
|
type = "user-doc"
|
2017-07-28 12:26:54 +01:00
|
|
|
+++
|
|
|
|
|
|
|
|
|
|
The default editor in BookStack is a 'What You See Is What You Get' (WYSIWYG) editor.
|
|
|
|
|
The usage of this editor is similar to typical word-processing applications such as Word or Google Docs.
|
|
|
|
|
|
|
|
|
|
### Editor Shortcuts
|
|
|
|
|
|
|
|
|
|
The following shortcuts are available in the WYSIWYG Editor:
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Shortcut (Windows & Linux/Mac)</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+S</code> / <code>Cmd+S</code></td>
|
|
|
|
|
<td>Save Draft</td>
|
|
|
|
|
</tr>
|
2017-12-09 20:05:30 +00:00
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+Enter</code> / <code>Cmd+Enter</code></td>
|
|
|
|
|
<td>Save Page & Continue</td>
|
|
|
|
|
</tr>
|
2017-07-28 12:26:54 +01:00
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+B</code> / <code>Cmd+B</code></td>
|
|
|
|
|
<td>Bold</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+I</code> / <code>Cmd+I</code></td>
|
|
|
|
|
<td>Italic</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+U</code> / <code>Cmd+U</code></td>
|
|
|
|
|
<td>Underline</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<code>Ctrl+1</code> / <code>Cmd+1</code> <br>
|
|
|
|
|
<code>Ctrl+2</code> / <code>Cmd+2</code> <br>
|
|
|
|
|
<code>Ctrl+3</code> / <code>Cmd+3</code> <br>
|
|
|
|
|
<code>Ctrl+4</code> / <code>Cmd+4</code>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
Header Large <br>
|
|
|
|
|
Header Medium <br>
|
|
|
|
|
Header Small <br>
|
|
|
|
|
Header Tiny
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+5</code> / <code>Cmd+5</code><br><code>Ctrl+D</code> / <code>Cmd+D</code></td>
|
|
|
|
|
<td>Normal Paragraph</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+6</code> / <code>Cmd+6</code><br><code>Ctrl+Q</code> / <code>Cmd+Q</code></td>
|
|
|
|
|
<td>Blockquote</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+7</code> / <code>Cmd+7</code><br><code>Ctrl+E</code> / <code>Cmd+E</code></td>
|
|
|
|
|
<td>Code Block</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+8</code> / <code>Cmd+8</code><br><code>Ctrl+Shift+E</code> / <code>Cmd+Shift+E</code></td>
|
|
|
|
|
<td>Inline Code</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+9</code> / <code>Cmd+9</code></td>
|
|
|
|
|
<td>Callout <br>(Keep pressing to toggle through styles)</td>
|
|
|
|
|
</tr>
|
2022-07-27 17:11:38 +01:00
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<code>Ctrl+O</code> / <code>Cmd+O</code> <br>
|
|
|
|
|
<code>Ctrl+P</code> / <code>Cmd+P</code>
|
|
|
|
|
</td>
|
|
|
|
|
<td>Ordered List <br> Bullet List</td>
|
|
|
|
|
</tr>
|
2022-03-29 12:10:42 +01:00
|
|
|
<tr>
|
|
|
|
|
<td><code>Ctrl+Shift+K</code> / <code>Cmd+Shift+K</code></td>
|
|
|
|
|
<td>Link to BookStack content</td>
|
|
|
|
|
</tr>
|
2017-07-28 12:26:54 +01:00
|
|
|
</tbody>
|
|
|
|
|
</table>
|