github nhn/tui.editor v1.2.0

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

Features

  • 970ad89 Feat: add chart extension options (close #192) (#193)
    Specify the chart option like below
    var editor = new tui.Editor({
        el: document.querySelector('#editSection'),
        previewStyle: 'vertical',
        height: '400px',
        initialEditType: 'markdown',
        useCommandShortcut: true,
        initialValue: content,
        exts: [
          {
            name: 'chart',
            minWidth: 100,
            maxWidth: 600,
            minHeight: 100,
            maxHeight: 300
          },
          'scrollSync',
          'colorSyntax',
          'uml',
          'mark',
          'table'
        ]
      });

Bug Fixes

Don't miss a new tui.editor release

NewReleases is sending notifications on new releases.