nhn / tui.editor

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

Home Page:http://ui.toast.com/tui-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make base64 encoded images collapsible

tbsbdr opened this issue · comments

embedding images via base64 is generally awesome ❤️ thanks for your great work!

Would you approve a pullrequest that would do the following?

Current Behavior

  • paste an image
  • base64 code makes me scroll a lot to get before/after the image in the text

Expected Behavior

  • paste an image

  • base64 code is collapsed by default

  • easily get before / after the base64 encoded image

Visual

screenshot_002328.mp4

partly relates to #2860