I've got a problem that needs a solution, and I figured that, considering many Omni Group folks occasionally wander through here, this would be a good place to ask. Essentially, I'd like to have Microsoft Word documents automatically open in TextEdit (under Panther), or even just in Word, when clicked on, instead of downloading to my desktop and then requiring me to click on them. There are, in fact, three things about this process that annoy me:
1. The document opens in an external application.
2. The document is left behind on my desktop and must be manually deleted after I'm done with it.
3. I have to choose "Reveal in Finder" from the downloads panel, then double-click the file, to open it in the first place.
I suspect only a browser plug-in could fix all three of those problems (how hard would that be? I assume the fact that TextEdit supports Word format means that the underlying text engine supports Word format as well, so it should be a piece of cake... right?), but I figure with enough educated reconfiguration I can at least fix (3) and hopefully (2).
One major stumbling block is the fact that when you click a link to a Word document, the server doesn't appear to give you back a Content-Type header at all -- it just hands you the file -- so you can't set up a helper application mapping for application/msword or application/x-msword using More Internet or some other program. It'd need to be some OmniWeb-specific configuration, and I think I recall Rick mentioning some kind of hidden defaults setting that the intrepid soul might be able to edit...
On the other hand, if this really is something that will require a new application or plug-in to fix, it might be a good idea to continue this thought in the Developer forum. I think there is definitely a need for something like this.