Howdy.
Just came across http://macromates.com/wiki/Suggestions/ StylingHTMLOutput This is a great step in the right direction in making all this random stuff more a part of the app.
Maybe we should implement this as a custom output option. So that you could have both HTML Output Window BASIC and HTML Output Window THEMED (or whatever). That way you get that whole header and footer and theme switcher and whatever for free.
Custom Nibs? We could implement it as a custom nib instead of having to rely on doing all this junk in HTML and javascript.
If we're going to do that, we could start making our own custom nib outputs.
An HTML preview output for with some mini-browser functionality could easily replace the Live Preview window. A commit window-esque output could be used for a bunch of stuff.
Hmm, maybe that's a bad idea.
thomas Aylott—subtleGradient
On Aug 7, 2006, at 10:37 PM, thomas Aylott wrote:
Maybe we should implement this as a custom output option. So that you could have both HTML Output Window BASIC and HTML Output Window THEMED (or whatever). That way you get that whole header and footer and theme switcher and whatever for free.
We could accomplish that with a simple API, like the other stuff is already done. Let's just include the code to use the header and stuff in the default text that's inserted when you create a new command.
thomas Aylott—subtleGradient