improve extensions documentation

This commit is contained in:
Hans Pagel
2020-08-20 15:44:08 +02:00
parent cbe8e1f357
commit ec2a6e86b3
20 changed files with 41 additions and 27 deletions

View File

@@ -18,7 +18,6 @@ The extension will generate the corresponding `<strong>` HTML tags when reading
* macOS: `Command` + `B`
## Usage
```markup
<template>
<div>

View File

@@ -17,7 +17,6 @@ Its intended to be used with the `ListItem` extension.
* `Control` + `Shift` + `8`
## Usage
```markup
<template>
<div>

View File

@@ -0,0 +1,11 @@
# CodeBlockHighlight
Enables you to use the `<pre>` HTML tag with auto-detected syntax highlighting in the editor.
## Options
*None*
## Commands
*None*
## Keybindings
*None*

View File

@@ -1,2 +1,11 @@
# CodeBlock
Enables you to use the `<pre>` HTML tag in the editor.
## Options
*None*
## Commands
*None*
## Keybindings
*None*

View File

@@ -1,2 +0,0 @@
# CodeBlockHighlight
Enables you to use the `<pre>` HTML tag with auto-detected syntax highlighting in the editor.

View File

@@ -5,5 +5,5 @@ Enables you to use the `<br>` HTML tag in the editor.
*None*
## Keybindings
* New CodeBlock: `Shift` + `Enter` + `
* Leave CodeBlock: `Command` + `Enter`
* `Command` + `Enter`
* `Shift` + `Enter`

View File

@@ -1,10 +1,10 @@
# Heading
Enables you to use the headline HTML tags in the editor.
Enables you to use headline HTML tags in the editor.
## Options
| option | type | default | description |
| Option | Type | Default | Description |
| ------ | ---- | ---- | ----- |
| levels | Array | [1, 2, 3, 4, 5, 6] | Specifies which headlines are to be supported. |
| levels | Array | [1, 2, 3, 4, 5, 6] | Specifies which headlines are supported. |
## Commands
| Command | Options | Description |

View File

@@ -2,6 +2,6 @@
Enables you to use the `<a>` HTML tag in the editor.
## Options
| option | type | default | description |
| Option | Type | Default | Description |
| ------ | ---- | ---- | ----- |
| openOnClick | Boolean | true | Specifies if links will be opened on click. |

View File

@@ -7,7 +7,7 @@ Tables can be nested and allow all blocks to be used inside.
Each `<TableCell>` includes a single `<Paragraph>`.
## Options
| option | type | default | description |
| Option | Type | Default | Description |
| ------ | ---- | ---- | ----- |
| resizable | Boolean | false | Enables the resizing of columns |

View File

@@ -14,7 +14,6 @@ Enables you to use the `<s>` HTML tag in the editor.
* macOS: `Command` + `D`
## Usage
```markup
<template>
<div>

View File

@@ -6,7 +6,7 @@ This extensions is intended to be used with the `TodoList` extension.
:::
## Options
| option | type | default | description |
| Option | Type | Default | Description |
| ------ | ---- | ---- | ----- |
| nested | Boolean | false | Specifies if you can nest todo lists. |

View File

@@ -14,7 +14,6 @@ Enables you to use the `<u>` HTML tag in the editor.
* macOS: `Command` + `U`
## Usage
```markup
<template>
<div>