[Vimoutliner] Extending VO
Scott Scriven
vimoutliner at toykeeper.net
Thu Mar 27 15:54:06 EST 2008
* Steve Litt <slitt at troubleshooters.com> wrote:
> Of course, from the computer's viewpoint, this would be a
> partially crippled XML. Its only benefit over XML would be an
> easy user interface (VimOutliner).
Yeah, it sounds a lot like XML. FWIW, XML isn't really that hard
to edit in vim, especially if you use folding and tab completion.
If you want something less verbose than XML, you might find lisp
and s-expressions useful. Or, if you don't like all the
parenthesis, python can be somewhat coerced into acting like a
declarative language.
I'd guess that XML is probably simpler, though. :)
-- Scott
More information about the VimOutliner
mailing list