Skip to content

Instantly share code, notes, and snippets.

@joshgillies
Created January 11, 2011 01:07
Show Gist options
  • Save joshgillies/773811 to your computer and use it in GitHub Desktop.
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
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);})()
@joshgillies
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment