Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<a href="#" onclick="$('body_toggle').toggle(); $('sidebar_toggle').toggle();">Toggle</a> <span id="body_toggle"> <p> <%= f.label :body %><br /> <%= f.text_area :body, :class => 'rich_text_editor', :rows => 17, :cols => 74 %> </p> </span> <span id ="sidebar_toggle"> <p> <%= f.label :sidebar %><br /> <%= f.text_area :sidebar, :class => 'rich_text_editor', :rows => 7, :cols => 74 %> </p> </span>
This paste will be private.
From the Design Piracy series on my blog: