|
Bookmarklet
Fabien's Amazing Editor Preview Bookmarklet
Featured The Google Code Wiki Editor Live-Preview Bookmarklet(Or GCWELPB, for short.) Founder of this project, Fabien, created a bookmarklet which provides a real-time preview mode in the Google Code wiki editor. It works on recent Firefox/Chrome versions. It is untested on others. To install it: First, copy the following text into your clipboard: javascript:void(function(){var%20s=document.createElement("script");s.src="http://wikiwym.googlecode.com/svn/trunk/bookmarklet.js";document.getElementsByTagName("head")[0].appendChild(s);}())(Sorry, but the GoCo wiki won't let me create a link to that construct. If you are using our parser to view this page, try copying this link to your clipboard or dragging it to your bookmark bar. (If you are viewing this page in via Google Code then that link is elided, despite the docs which say it should work.) Then:
That will modify the layout of the page to include a real-time preview of the wiki. There will be slight differences from the official preview, since the preview is parsed with our parser, but the overall results should be close. |