Skip to content

Commit

Permalink
docs: 📝 Changelog, Roadmap in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Dec 23, 2019
1 parent 6faece0 commit 0d1bc8e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ You can customize the extension menu button view,

```js
// create your extension file
import { Bold } from 'element-tiptap';
import { Bold } from 'element-tiptap';

export default class CustomBold extends Bold {
menuBtnView (editorContext) {
Expand Down Expand Up @@ -291,5 +291,15 @@ Customize the bubble menu like menubar.
### footer
Footer of the editor, after the editor content.

## Changelog
[Changelog](https://github.com/Leecason/element-tiptap/blob/master/CHANGELOG.md)

## Roadmap
- Table
- Text Color
- Text Background Color
- Font Size
- Font Type

## Licence
MIT

0 comments on commit 0d1bc8e

Please sign in to comment.