github nhn/tui.editor editor@2.4.0

latest releases: editor@3.2.2, editor@3.2.1, editor-plugin-table-merged-cell@3.1.0...
4 years ago

New Features

Editor

const editor = new Editor({
  frontMatter: true
});

frontmatter

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 the plugin 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)

Don't miss a new tui.editor release

NewReleases is sending notifications on new releases.