Skip to content

Instantly share code, notes, and snippets.

@d13
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d13/92896d6155c041aad2dd to your computer and use it in GitHub Desktop.
Save d13/92896d6155c041aad2dd to your computer and use it in GitHub Desktop.
Notepad bookmarklet I made a while ago with Behave.js
data:text/html, <html><head><style type="text/css"> html { font-family: Arial } </style><script src="http://jakiestfu.github.com/Behave.js/behave.js"></script><script>window.onload=function(){var editor = new Behave({textarea: document.getElementById('myTextarea')});};</script></head><body><textarea id="myTextarea" style="width:100%;height:100%;margin:0 auto;padding:1rem;font-size:1rem; border: none; outline: none" autofocus></textarea></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment