move history plugin to extension package

This commit is contained in:
Philipp Kühn
2018-08-25 21:33:06 +02:00
parent bf1a091c94
commit deb8cb33b0
21 changed files with 108 additions and 42 deletions

View File

@@ -33,6 +33,7 @@ import {
Code,
Italic,
Link,
History,
} from 'tiptap-extensions'
import Iframe from './Iframe.js'
@@ -57,6 +58,7 @@ export default {
new Code(),
new Italic(),
new Link(),
new History(),
// custom extension
new Iframe(),
],