Created
January 11, 2011 01:07
-
-
Save joshgillies/773811 to your computer and use it in GitHub Desktop.
WIP: Enable the Bespin Bookmarklet to enable fancy editing of MySource Matrix design parse files
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
javascript:(function(){var%20elem=document.createElement('script');elem.setAttribute('src','https://bespin.mozillalabs.com/bookmarklet/bookmarklet.js');document.getElementById('main_frameset').getElementsByTagName('frame')[2].contentWindow.document.body.appendChild(elem);})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current state of play, the Bespin editor will replace the MySource Matrix textarea when editing a design parse file, however the Sumbit/Commit button gets disabled at some point, and saving any changes made is impossible. :(
This will need to be rectified before we can use this for reals!