Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ozanyurtsever/verbum
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanyurtsever committed Jul 5, 2022
2 parents 990fb80 + cf4fa88 commit 3e1a599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import {
const NoteViewer: FC = () => {
return (
<EditorComposer>
<Editor hashtagsEnables={true}>
<Editor hashtagsEnabled={true}>
<ToolbarPlugin defaultFontSize="20px">
<FontFamilyDropdown />
<FontSizeDropdown />
Expand All @@ -58,10 +58,10 @@ const NoteViewer: FC = () => {
<BackgroundColorPicker />
<TextFormatDropdown />
<Divider />
<InsertDropdown enablePool={true} />
<InsertDropdown enablePoll={true} />
<Divider />
<AlignDropdown />
<ToolbarPlugin />
</ToolbarPlugin>
</Editor>
</EditorComposer>
);
Expand Down Expand Up @@ -123,7 +123,7 @@ Coming soon... -->
| enableTable | `boolean` | optional | Enables table inserting feature |
| enableYoutube | `boolean` | optional | Enables youtube video inserting feature |
| enableTwitter | `boolean` | optional | Enables tweet inserting feature |
| enablePool | `boolean` | optional | Enables poll inserting feature |
| enablePoll | `boolean` | optional | Enables poll inserting feature |
| enableImage | `boolean` | optional | Enables image inserting feature |
| enableEquations | `boolean` | optional | Enables equation inserting feature |
| enableExcalidraw | `boolean` | optional | Enables diagram inserting feature |
Expand Down

0 comments on commit 3e1a599

Please sign in to comment.