editor@2.4.0
seonim-ryu
released this
10 Sep 03:37
·
361 commits
to master
since this release
New Features
Editor
- eebbfbf Add option to set the FrontMatter (#1171)
const editor = new Editor({
frontMatter: true
});
- 855abe6 Support Croatian language (hr-HR) (#1162)
- 4df75a0 [Markdown] Add key action to table in markdown (#1126)
Case 1: tab (or shift + tab) key
Pressing the tab key in the markdown table moves the cursor cell by cell.
Case 2 : enter key
Pressing the enter key in the markdown table adds the syntax for the new row.
- 151f98e [Viewer] Add an internal attribute to disable task markers when using the
customHTMLRenderer
option (#1163)
Bug Fixes
Editor
- 60e747a Type inference is wrong when
table-merged-cell
plugin is set in theplugin
option (#1160) - b312e15 [Markdown] Syntax highlighting is broken when wrapping text containing blank lines with fence code block syntax (#1167)
- be8f7b3 [WYSIWYG] Format is broken when copying or pasting a list in MS Office (#1153)