Skip to content

Commit

Permalink
docs(readme): keydown, native-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyaZelenko committed Nov 8, 2019
1 parent ff2aa5d commit ee3611a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ Tiptap `Editor` properties (passed to the constructor).

You can see the full list of properties [here](https://github.com/scrumpy/tiptap#editor-properties).

This is the most powerful way to customize the editor for yourself. Pay particular attention to [`editorProps`](https://prosemirror.net/docs/ref/#view.EditorProps).

Only these properties are not available: `content`, `onUpdate`, they are used in this package.
If you want to add extensions to the `extensions` property, then use the `native-extensions` prop of this package.

Expand Down Expand Up @@ -283,6 +285,8 @@ data () {
}
```

[Here](https://github.com/iliyaZelenko/tiptap-vuetify/issues/100#issuecomment-551950075) is example of how to create your extension from scratch.

### output-format

The format to output from the v-model. This defaults to `html`
Expand Down Expand Up @@ -332,6 +336,8 @@ methods: {
}
```

Note: if you need to work with the <kbd>Enter</kbd>, then look [here](https://github.com/iliyaZelenko/tiptap-vuetify/issues/100#issuecomment-551950075).

[What is `view`?](https://prosemirror.net/docs/ref/#view.EditorView)

## Slots
Expand Down

0 comments on commit ee3611a

Please sign in to comment.