Skip to content

Commit

Permalink
docs: 📝 README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Dec 31, 2019
1 parent f1d3505 commit 6c0ffae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A WYSIWYG editor based on [tiptap](https://github.com/scrumpy/tiptap) and uses [

- use [Element's](https://github.com/ElemeFE/element) components
- markdown support
- renderless
- events you might use: `init`, `transaction`, `focus`, `blur`, `paste`, `drop`, `update`
- add your own extensions
- customize all extension menu button view
Expand Down Expand Up @@ -127,6 +126,10 @@ All available extensions:
- `HardBreak`
- `TrailingNode`
- `History`
- `Table`
- `TableHeader`
- `TableCell`
- `TableRow`

You can customize the extension menu button view,

Expand Down Expand Up @@ -296,7 +299,7 @@ Footer of the editor, after the editor content.
[Changelog](https://github.com/Leecason/element-tiptap/blob/master/CHANGELOG.md)

## Roadmap
- Table
- Embeds
- Text Color
- Text Background Color
- Font Size
Expand Down

0 comments on commit 6c0ffae

Please sign in to comment.