a ramblings
Expanding BML: Capture, tag, recapture.
Modularizing BML Tags
There could be on-disk contexts for bml tags, identified by the command as the objtype and bml as the method. For example, bold-bml-anonymous-html. Then it would be easier to customize bml per site and format.
A bml object needs to be written to better codify the model. ($bml->getContext(), $bml->template(), etc.)
Some Tags We'd Like To See:
bullet: inserts an
style:stylename;bmlcode inserts bmlcode
random:query;method picks a random result from query and inserts it using the indicated context (method).
bml:text inserts text without any bml parsing.
date:format{;datefield} inserts current date (or datefield, like "created" or "updated") using format.
By Chris Snyder on July 8, 2002 at 10:15am