On Thu, May 18, 2006 at 10:08:53PM -0400, cga2000 wrote: > > I was wondering if another approach such as using a markup language > that supports tables might not be preferable in the long run. What I > mean by this is that it might be a little more difficult to start off > with but might provide more control and facilities and end up being a > more "portable" solution. > > html would be an obvious candidate but I suppose that there are others > in the linux world? > > Is there any way I can split the screen and have the source version of a > document written in a markup language in one window and the compiled > version in the other? With a simple command or key combo that I could > issue in the "source" window that would cause a refresh of what is > displayed in the other window..? Or is vim just not suited for this > kind of approach?
It depends on what you mean by "split the screen." If you want one window that has vim running in the bottom half and an HTML browser running in another, you will have to look for some other program that can embed both. If you are content with [g]vim and a browser running in separate windows, it should not be hard (depending on your OS) to have vim save the current version and send the browser a command to re-load the file. HTH --Benji Fisher