Bootstrap offers a number of components, which right now can be used with plain HTML .. see here:
getbootstrap.com/components
and here:
bootswatch.com/amelia (example theme)
But mostlikely it is not appropriate to force the users to use Tiki mainly using the HTML Plugin just to use those components.
Though about that, we need some new or extended WikiPlugins with decent parameters, to make the Bootstrap components available with low-threshold.
Preferably we find a way to represent the Bootstrap grid (-column-) classes with obvious and easy to remember parameters, to make it easy to fit divs/elements/components into the grid.
Without a number of WikiPlugins - all very similarly structured - we might not come very much further in providing an easy to use half-self-explaining system for non-techie users.
We need a nice method to organise the content in the grid system - especially for public presentation websites. Maybe just using
{DIV(class=col-sm-3)}... content ... {DIV}
would be a bit too technical for the average user?
List of WikiPlugins to either extend or newly to code:
BS WikiPlugin
BS WikiPlugins
Bootstrap WikiPlugins