Multidingus

John MacFarlane jgm at berkeley.edu
Fri Oct 19 17:51:07 EDT 2012


+++ Alan Hogan [Oct 19 12 14:07 ]:

> Here’s a tiny bookmarklet that can be run on Babelmark 2 as it stands

> today, that replaces all the <pre> elements on the page with an HTML

> preview:

>

> javascript:$('pre').each(function(i, el){ var html = $(el).text();

> $(el).replaceWith($('<div style="border: 1px solid #aaa; border-radius:

> 4px" />').html(html)); });

>

> Or, you may drag it into your bookmarks page from here:

>

> <[1]http://peg.gd/2IU>

>

> It’s not Good Code and doesn’t do anything useful like add tabs to

> switch between representations, but hey, I spent five minutes on this

> and it’s kind of useful, so I’m sharing it.


Alan,

This is useful. I've incorporated it into the site itself, so you
can now toggle between "Preview" and "Code" modes. When I have a bit
of time I'll make it use tabs for this instead -- that would be nicer.

John




More information about the Markdown-Discuss mailing list