Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
4.02k stars 614 forks source link

URL -> target | enhancement request #1231

Closed Jarda-H closed 1 year ago

Jarda-H commented 3 years ago

Hi, I think a simple dropdown will do the trick.

  <select>
    <option value="_self">Default</option>
    <option value="_blank">Open in a new tab</option>
  </select>
Alex-D commented 1 year ago

Done in 2.26.0 :)