Created
January 4, 2021 07:08
-
-
Save bsmagic/be47afa90f5ada00c0445241fa5b5fa7 to your computer and use it in GitHub Desktop.
Oneline javascript bookmarklet richtext editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data:text/html,<title>RTextEditor</title><html contenteditable style="font-size: 1.5em; width: 100%; height: 100%; border: none; outline: none;background-color:powderblue;"><input type=button value="B" onClick="document.execCommand('Bold');"/><hr><div id="editbox">Text</div></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment