Merge branch 'main' into feature/blockquote-extension

This commit is contained in:
Hans Pagel
2020-09-10 11:25:25 +02:00
committed by GitHub
26 changed files with 177 additions and 103 deletions

View File

@@ -13,7 +13,7 @@ Type `> ` on the beginning of a new line and it will be magically transformed to
| ---------- | ------- | ----------------------------- |
| blockquote | — | Wrap content in a blockquote. |
## Keybindings
## Keyboard shortcuts
* Windows & Linux: `Control` + `Shift` + `9`
* macOS: `Command` + `Shift` + `9`

View File

@@ -17,7 +17,7 @@ The extension will generate the corresponding `<strong>` HTML tags when reading
| ------- | ------- | --------------- |
| bold | — | Mark text bold. |
## Keybindings
## Keyboard shortcuts
* Windows & Linux: `Control` + `B`
* macOS: `Command` + `B`

View File

@@ -15,7 +15,7 @@ Its intended to be used with the `ListItem` extension.
| ----------- | ------- | --------------------- |
| bullet_list | — | Toggle a bullet list. |
## Keybindings
## Keyboard shortcuts
* `Control` + `Shift` + `8`
## Usage

View File

@@ -7,5 +7,5 @@ Enables you to use the `<pre>` HTML tag with auto-detected syntax highlighting i
## Commands
*None*
## Keybindings
## Keyboard shortcuts
*None*

View File

@@ -7,5 +7,5 @@ Enables you to use the `<pre>` HTML tag in the editor.
## Commands
*None*
## Keybindings
## Keyboard shortcuts
*None*

View File

@@ -11,7 +11,7 @@ The Code extensions enables you to use the `<code>` HTML tag in the editor. If y
| ------- | ------- | ------------------------- |
| code | — | Mark text as inline code. |
## Keybindings
## Keyboard shortcuts
* `Alt` + `
## Source Code

View File

@@ -4,6 +4,6 @@ Enables you to use the `<br>` HTML tag in the editor.
## Options
*None*
## Keybindings
## Keyboard shortcuts
* `Command` + `Enter`
* `Shift` + `Enter`

View File

@@ -12,7 +12,7 @@ Enables you to use headline HTML tags in the editor.
| ------- | ------- | ----------------------- |
| heading | level | Creates a heading node. |
## Keybindings
## Keyboard shortcuts
* `Control` + `Shift` + `1` → H1
* `Control` + `Shift` + `2` → H2
* `Control` + `Shift` + `3` → H3

View File

@@ -10,7 +10,7 @@ This extension provides history support. All changes to the document will be tra
| undo | — | Undo the last change. |
| redo | — | Redo the last change. |
## Keybindings
## Keyboard shortcuts
* Windows & Linux: `Control` + `Z`
* macOS: `Command` + `Z`

View File

@@ -11,7 +11,7 @@ Enables you to use the `<hr>` HTML tag in the editor.
| --------------- | ------- | ------------------------- |
| horizontal_rule | — | Create a horizontal rule. |
## Keybindings
## Keyboard shortcuts
*None*
## Usage

View File

@@ -15,7 +15,7 @@ The extension will generate the corresponding `<em>` HTML tags when reading cont
| ------- | ------- | ----------------- |
| italic | — | Mark text italic. |
## Keybindings
## Keyboard shortcuts
* Windows & Linux: `Control` + `I`
* macOS: `Command` + `I`

View File

@@ -15,7 +15,7 @@ This extensions is intended to be used with the `ListItem` extension.
| ------------ | ------- | ----------------------- |
| ordered_list | — | Toggle an ordered list. |
## Keybindings
## Keyboard shortcuts
* `Control` + `Shift` + `9`
## Usage

View File

@@ -9,7 +9,7 @@ Yes, the schema is very strict. Without this extension you wont even be able
## Commands
*None*
## Keybindings
## Keyboard shortcuts
*None*
## Source Code

View File

@@ -11,7 +11,7 @@ Enables you to use the `<s>` HTML tag in the editor.
| ------- | ------- | --------------------------- |
| strike | — | Mark text as strikethrough. |
## Keybindings
## Keyboard shortcuts
* Windows & Linux: `Control` + `D`
* macOS: `Command` + `D`

View File

@@ -13,5 +13,5 @@ This extensions is intended to be used with the `TodoList` extension.
## Commands
*None*
## Keybindings
## Keyboard shortcuts
*None*

View File

@@ -13,7 +13,7 @@ This extensions is intended to be used with the `TodoItem` extension.
| --------- | ------- | ----------------- |
| todo_list | — | Toggle todo list. |
## Keybindings
## Keyboard shortcuts
*None*
## Usage

View File

@@ -11,7 +11,7 @@ Enables you to use the `<u>` HTML tag in the editor.
| --------- | ------- | ------------------------ |
| underline | — | Mark text as underlined. |
## Keybindings
## Keyboard shortcuts
* Windows & Linux: `Control` + `U`
* macOS: `Command` + `U`