G2Image and Xinha4WP
I’m working on a site that will likely have pictures in a lot of posts. I’ve installed Gallery2 and the WPG2 WordPress plugin, but what really makes WPG2 useful is the ability to include gallery pictures with G2Image. WPG2 includes the TinyMCE G2Image plugin by default, so you lose that when you use Xinha4WP.
G2Image was recently setup to be generic so it could be used in other applications. Since Xinha has such a robust plugin architecture, it shouldn’t be too hard to splice G2Image in. The tricky part won’t be inserting the WPG2 tags, it’ll be writing a filter so you SEE the images while editing, yet still save just the WPG2 tag. If I can’t get that going right away I may use G2Image to insert the actual <img src> HTML. We’ll see - my JavaScript is pretty rusty.