Skip to content

Instantly share code, notes, and snippets.

@uxder
Created March 26, 2020 20:35
Show Gist options
  • Save uxder/3f91e578837a98fe1a9736a037b828c7 to your computer and use it in GitHub Desktop.
Save uxder/3f91e578837a98fe1a9736a037b828c7 to your computer and use it in GitHub Desktop.
TUI Editor External Link Plugin
const editor = new Editor({
el: document.querySelector('#editor'),
height: '500px',
initialEditType: 'wysiwyg',
previewStyle: 'vertical',
plugins: [ExternalLink]
});
editor.getHtml();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment