Okay I figured it out. I emailed Josh, the author of the library and
this was his response:
If you using the 0.1 release it should automatically sync the
description textarea and the rich text area.
In on the latest version, I disabled this feature by default because
it was slowing alot of browsers down. So you can manually flush the
content out with "editor.save();". So you could do
onclick="editor.save();" or something like that.
So I also had to make editor a global variable and then I included
editor.save() in :before with
submit_to_remote