dev-juju / codebox

Code highlighting tool for Editor.js
Other
39 stars 19 forks source link

Fix: paste formated text as raw #10

Open phanletrunghieu opened 3 years ago

phanletrunghieu commented 3 years ago

πŸ€” This is a ...

Issue

When I pasted codes any formatable editor (example: VScode, Google Docs,...), the plugin showed codes with editor's theme.

πŸ’‘ Background and solution

Instead of using native pasting, I use get raw text in clipboard, then execCommand insertHTML.

Result:

VSCode:

image

Before:

image

After:

image

πŸ“ Changelog

Language Changelog
πŸ‡ΊπŸ‡Έ English Fix: Format code pasted from formated editor.