tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.

MIT License

Downloads
589.4K
Stars
16.7K
Committers
28

Bot releases are hidden (Show)

tui.editor - v1.2.9

Published by sohee-lee7 almost 6 years ago

Features

  • 2d12f47 Feat: : add declaration file for typescript (#337)

Bug Fixes

  • 52dda50 Fix: exception in ie
  • 0eb0780 Fix: remove typo in package-lock.json
  • f89a177 Fix: occure jqury issue latest Edge test

Documentation

  • 3ba6a19 Doc: fix incorrect information
tui.editor - v1.2.8

Published by sohee-lee7 almost 6 years ago

Features

  • f245411 Feat: add Czech language

Bug Fixes

  • 12a89fe Fix: adding arabic support (#312)
  • 1ec4a21 Fix: setHtml cursorToEnd (#223)
  • 2a74fad Fix: instanceof work wrong when using extTable.js
  • dabe54f Fix: js doc don't have version
tui.editor - v1.2.7

Published by sohee-lee7 almost 6 years ago

Features

  • ad7222a Feat: add Finnish language

Bug Fixes

  • 09bc696 Fix: replace IE10 incompatible functions
  • 70d6091 Fix: replace dutch words in german translation (#287)
  • 3d388e8 Fix: eslint error
  • ae4e27b Fix: different behavior of blockquote between markdown and wysiwyg (#325)
  • 26cf9e3 Fix: Merging / Unmerging cell in the context menu (#279)
  • 0c1441d Fix: enter key around hr remove hr (close #272)
  • 4a269d3 Fix: backspace create an empty newline below hr (close #273)
  • 3377b23 Fix: wrong state for codeblock
  • 6d7fafe Fix: remove unused code
  • 91195f0 Fix: cursor is wrong after blockquote command exec

Documentation

  • fcfdf09 Docs: add missing tutorial
  • 8ebf5cd Docs: give unity
  • 1881f4b Docs: add vue wrapper
  • 95ba604 Docs: add GA guide
  • e1d0a02 Docs: more detail about Dooray
tui.editor - v1.2.6

Published by kyuwoo-choi over 6 years ago

Bug Fixes

  • f72d484 Fix: click button while IME composition make wrong caret (close #255) (#256)
  • 43b690a Fix: wrong md text highlight after inline code (close #257) (#258)
  • f3d3749 Fix: preview move when scrollsync deactivated (close #259) (#260)
  • 093c398 Fix: wrong scroll sync preview position (close #263) (#264)
  • 61db7fb Fix: additional blank line in codeblock breaks chart (close #81) (#261)
  • 4e1d034 Fix: bottom tabbar hide text (close #266)
  • b87c338 Fix: switching to ww cause scrolling (close #194)

Documentation

  • f783d92 Docs: add image editor to toast ui family
tui.editor - v1.2.5

Published by kyuwoo-choi over 6 years ago

Bug Fixes

  • d970646 Fix: color popup misplaced (close #253)

Documentation

  • 1916ff1 Docs: add example for setting content programmatically (#250)
tui.editor - v1.2.4

Published by kyuwoo-choi over 6 years ago

Bug Fixes

  • 51d11e2 Fix: Make popups absolutely positioned AND children of the toolbar (fix #151, #155)
  • 6e4587f Fix: console error when creating a list with inline style (close #221)
  • 09c56da Fix: newline in table breaks syntax (close #226) (#227)
  • 64a5535 Fix: console error when list in table (close #230) (#231)
  • 1258707 Fix: colorsync on selected cells in table in ww (fix #232) (#233)
  • d4ff187 Fix: inline style clear selection range wrongly in table (fix #234)
  • e5b0ba8 Fix: remove verbose undo state history
  • 820f324 Fix: error when removing 2nd list item (close #241)
  • 5759bce Fix: indent more make blockquote (close #242)
  • 83bc877 Fix: nested bold breaks syntax (close #247)
  • 323fa46 Fix: uml extension crash in viewer (close #229) (#249)

Enhancement

  • 7c0b1d8 Refactor: more secure condition

Documentation

  • 7be39f7 Docs: add 4 examples
tui.editor - v1.2.3

Published by kyuwoo-choi over 6 years ago

Features

  • 5fa4148 Feat: add Turkish language (#205)

Bug Fixes

  • e8eaf5d Fix: new line after links make wrong additional BRs (fix #200)(#202)
  • 42ad1ec Fix: tooltip is not updated properly (close #153)
  • b277539 Fix: wrong list type change (close #208)
  • edec8a7 Fix: wrong popup in markdown preview (close #210)
  • 52faf36 Fix: image name breaks markdown syntax (close #214)
  • 4fa4570 Fix: deleting all table column breaks markdown (close #215)
  • 7f5db7d Fix: paste into cell containing link not working (close #217)(#218)
  • fc33d7c Fix: markdown list indentation is not working on selected range

Enhancement

  • 4f9224f Perf: improve performance of markdown mode

Documentation

  • 45c1ccd Docs: list tui calendar in the family applications
tui.editor - v1.2.2

Published by kyuwoo-choi over 6 years ago

Features

  • daeff9c Feat: add default chart width/height (ref #192)
tui.editor - v1.2.1

Published by kyuwoo-choi over 6 years ago

Bug Fixes

  • ba0275d Fix: chart option ignored
tui.editor - v1.2.0

Published by kyuwoo-choi over 6 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

  • 8545df7 Fix: minor grammatical corrections (#182)
tui.editor - v1.1.1

Published by kyuwoo-choi over 6 years ago

Tests

  • 9a4d4a9 Feat: add e2e using testcafe (ref #162)

Bug Fixes

  • 11adee7 Fix: popups through dropdown table misplaced (close #155)(#158)
  • 9605b01 Fix: broken unit test caused by wrong spec path (#179)
  • 9a38ec3 Fix: colorsyntax not respect usagestatistics option (close #175)(#180)

Documentation

  • f306eca Docs: rollback to previous featured image
tui.editor - v1.1.0

Published by kyuwoo-choi over 6 years ago

Features

  • 7d8e22e Feat: send imageping once in module load
  • 6daac97 Feat: add plantuml language for uml plugin (close #87)
  • cae38ea Feat: customize toolbar (ref #85)
  • c6da464 Feat: hide mode switch tab bar (close #54)
  • 3e8088f Feat: add indent/outdent toolbar buttons (close #133)(#128)
  • 8c5d717 Feat: retina toolbar button image (close #18)
  • 033c49f Feat: toolbar more button

Bug Fixes

  • 8059159 Fix: bold in toolbar not working (close #143)(#145)
  • d572c27 Fix: hide dropdown toolbar on resize (#150)
  • 306b183 Fix: error on color sync button
  • 05afcfc Fix: ctrl+c removes text on WYSIWYG (fix #134)

Enhancement

  • 20ff320 Refactor: replace deprecated toolbar methods (close #147)
  • 12d7dce Refactor: send hostname by image ping (fix #119) (#122)

Documentation

  • aba9f7d Docs: add install via CDN guide
  • 4687a97 Docs: fix typo
  • df0e55d Docs: update jsdoc & featured image
  • 7fd91ca Docs: getting stared broken toMark-module link fixed
  • e018128 Docs: improve english expression (fixes #131) (#138)
tui.editor - v1.1.0-a

Published by kyuwoo-choi over 6 years ago

Features

  • cae38ea Feat: customize toolbar (ref #85)
  • c6da464 Feat: hide mode switch tab bar (close #54)
  • 3e8088f Feat: add indent/outdent toolbar buttons (close #133)(#128)
  • 8c5d717 Feat: retina toolbar button image (close #18)
  • 033c49f Feat: toolbar more button

Bug Fixes

  • 306b183 Fix: error on color sync button
  • 05afcfc Fix: ctrl+c removes text on WYSIWYG (fix #134)

Enhancement

  • 12d7dce Refactor: send hostname by image ping (fix #119) (#122)

Documentation

  • 7fd91ca Docs: getting stared broken toMark-module link fixed
  • e018128 Docs: improve english expression (fixes #131) (#138)
tui.editor - v1.0.6

Published by kyuwoo-choi over 6 years ago

Bug Fixes

  • 2f7c25a Fix: ctrl+c removes text on WYSIWYG (fix #134)
tui.editor - v1.0.5

Published by kyuwoo-choi over 6 years ago

Features

  • 1b45f91 Feat: send hostname
  • 3cf88c4 Feat: keep number of backticks of code fence (close: #102)

Bug Fixes

  • 8e21200 Fix: stop clipboard image event propagation (fix: #82, #109)
  • 84e9109 Fix: popup mispositioned if fixed toolbar (close: #104, #108)
tui.editor - v1.0.4

Published by kyuwoo-choi over 6 years ago

Bug Fixes

  • c374912 Fix: XSS in Viewer (fix #89, #90)
tui.editor - 0.14.5

Published by kyuwoo-choi over 6 years ago

Bug Fixes

  • 9e1549b Fix: show only part of long content in markdown editor (ref #68)
  • 4b4b471 Fix: paste excel table in ww make wrong table (close #74)
  • 2ff6bb5 Fix: wysiwyg widget misplaced
tui.editor - v1.0.3

Published by kyuwoo-choi over 6 years ago

Features

  • 0e3173f Feat: add Ukrainian language

Bug Fixes

  • 914a96e Fix: miss codeblock language & add backticks while switch mode (fix #65)
  • 7f8dfde Fix: show only part of long content in markdown editor (close #68)
  • dc8a553 Fix: paste excel table in ww make wrong table (close #74)
  • 22ec2dc Fix: wysiwyg widget misplaced

Documentation

  • 34bb419 Docs: pr welcome badge links to help wanted issues
  • f210a2d Docs: fix typo
  • 8b67373 Docs: add dependency for npm + bundler usage (close #40)
tui.editor - v1.0.2

Published by kyuwoo-choi over 6 years ago

Features

  • 6c67423 Feat: add Spanish language (close #33)
  • 9e0fa95 Feat: add German language (ref #37, #38)
  • d731d73 Feat: add Russian language
  • 5bcfb62 Feat: add French language (ref #37 #49)

Bug Fixes

  • 94a1763 Fix: i-bean on empty space in markdown editor (fix #34)

Enhancement

  • 1347b2f Refactor: remove unnecessarily applying font family

Documentation

  • 2f89a45 Docs: add contributing section to readme
  • dd91c03 Docs: add guide document links
  • 4633111 Docs: add writing custom extension doc and example
  • f754444 Docs: add used by section
  • 7f12a79 Docs: add toast ui family section
  • 1a631e5 Docs: change url to show only tui components
  • d2e788d Docs: fix typo
  • 6d3364f Docs: review sentences
tui.editor - v1.0.1

Published by kyuwoo-choi almost 7 years ago

Documentation

  • f5b4ad5 Docs: update readme
  • 5bb7b57 Docs: add contributing and github templates (close #23, #1061)
  • b8372f3 Docs: move wiki to docs (close #24, #25)