Not sure if any of you have done this or not, but wanted to put some feelers out there.
I have a TinyMce editor (in an MVC3 view) which a user can basically create an email "template" in. In addition, I have another textarea without TinyMce.
I want to be able to copy the plain text from the TinyMce to the textarea (it will be the "plain-text" version of the email). I've seen some js to strip out the code, but I'd like to take the links ( tags) and copy the URLs out as well.
Let me know if you have any questions! I greatly appreciate any help you may be able to give!