Created
May 9, 2016 18:40
-
-
Save balbuf/f6929b3fe2592a42b57fbcb1d2c53fcd to your computer and use it in GitHub Desktop.
Bookmarklet to indent the current list item in the Basecamp WYSIWYG editor (prepend with `javascript:`)
This file contains 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
(function($,s,l,p){(s=$('iframe.wysihtml5-sandbox')[0])&&(s=s.contentWindow.getSelection())&&(l=$(s.focusNode).closest('li'))&&(p=l.prev('li'))&&p.length&&p.append($('<ul>').append(l))})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment