Infotypes

We had originally planned to support infotypes, dynamic conditional text, in the initial release of OmniHelp. Implementation is not terribly difficult, using HTML span and div tags, and CSS to show and hide them. Even Boolean selection is not too difficult, requiring combination classes where conditions overlap. But the UI is still unclear, as is the way in which control should be divided between author and user. Obviously, hiding text does not remove it from the HTML source files, so there could be security to consider. We are continuing to work on these design issues.