codebox
codebox copied to clipboard
Fix: paste formated text as raw
π€ This is a ...
- [ ] Bug fix
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:

Before:

After:

π Changelog
| Language | Changelog |
|---|---|
| πΊπΈ English | Fix: Format code pasted from formated editor. |