From c696922fe19017e7cc315ec3c8ea0fb021a5c3eb Mon Sep 17 00:00:00 2001 From: Daniel Calbet Date: Sun, 4 Oct 2020 06:55:35 +0000 Subject: [PATCH] changelog: include new scrollbarStyle option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c713992..36da39c 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ easyMDE.value('New input for **EasyMDE**'); - **bold**: Can be set to `**` or `__`. Defaults to `**`. - **code**: Can be set to ```` ``` ```` or `~~~`. Defaults to ```` ``` ````. - **italic**: Can be set to `*` or `_`. Defaults to `*`. +- **scrollbarStyle**: Chooses a scrollbar implementation. The default is "native", showing native scrollbars. The core library also provides the "null" style, which completely hides the scrollbars. Addons can implement additional scrollbar models. - **element**: The DOM element for the TextArea to use. Defaults to the first TextArea on the page. - **forceSync**: If set to `true`, force text changes made in EasyMDE to be immediately stored in original text area. Defaults to `false`. - **hideIcons**: An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar.