Last active
August 29, 2015 14:14
-
-
Save d13/92896d6155c041aad2dd to your computer and use it in GitHub Desktop.
Notepad bookmarklet I made a while ago with Behave.js
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, <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