Skip to content

Instantly share code, notes, and snippets.

@bsmagic
Created January 4, 2021 07:08
Show Gist options
  • Select an option

  • Save bsmagic/be47afa90f5ada00c0445241fa5b5fa7 to your computer and use it in GitHub Desktop.

Select an option

Save bsmagic/be47afa90f5ada00c0445241fa5b5fa7 to your computer and use it in GitHub Desktop.
Oneline javascript bookmarklet richtext editor
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