Anybody know much about the SMF forum and creating custom BBCode mods?
I'd like to add a custom "shapesheet" bbcode tag, so that we could get automatic, shapesheet-style formatting.
We could parse each line within the shapesheet bbcode bracket, and look for the first instance of an equals sign. Everything to the left would be red, everything else would be blue:
[shapesheet]
cellname = formula
User.foo = SIN(PI()/4)
Prop.Cost = EUR 45.00
[/shapesheet]