It'd be nice to have the hide button functionality back.. I'm going to store it differently than before (no JS included in the post.. something like
<div class='hide'><span>Button text</span><span>This is the hidden message</div>
maybe you can assign an id to the second span?

So until this feature gets added I create my own buttons, but for some reason the editor removes parameter values.  Not sure if this some sanitation code that's removing these values, but it's annoying.  If I edit the post and save it again it saves just fine.

Here's what I put in:

<div id="hideId2">

<button onclick="showHiddenContent('hideId2');">:D</button>
 
<div id="hideId2Inner" style="display:none"> 
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/7yl3UMO-TkE"</param>
<param name="allowScriptAccess" value="always"></param>
<embed src="http://www.youtube.com/v/7yl3UMO-TkE?autoplay=1"
  type="application/x-shockwave-flash"
  allowfullscreen="false"
  allowscriptaccess="always"
  width="420" height="345">
</embed>
</object> 
</div>
</div>
 
 
But here's what gets saved:
 
Are wednesdays still an important day? &nbsp;I thought that situation was <em>deflated</em> a while ago. &nbsp;</p>
<div id="hideId2">
<button onclick="">:D</button>
<div id="hideId2Inner" style="display:none">
<object height="344" width="425"> <param name="movie" param="" value="about:blank" /> <param name="allowScriptAccess" value="always" /> <embed allowfullscreen="false" allowscriptaccess="always" height="344" src="about:blank" type="" width="425"></embed> </object></div>
</div>