What would be the smart/minimal/maintainable way to get the Styles menu to display its items unstyled in the combo? Some of the styles are quite ungainly to display in a dropdown and even manage to clobber each other.
I believe I see a one-line change I could make in the stylescombo plugin (collapsing a conditional assignment involving style.buildPreview() which is currently at line 85 in v 4.4.5) and at a cursory glance I believe I see where that probably appears in the minified build -- but what the approach offers in simplicity it takes away from elegance and maintainability.
ON EDIT: Yes, that took care of the immediate need, but not the question about how it OUGHT to be accomplished.
At the other extreme, I suppose, is building an entirely new plugin differing only in that behavior.
Where's the sweet spot or what option or obvious tack am I overlooking?
And is the Forum Search feature working? For me it finds only one archaic post on "styles" or "Styles," which seems highly improbable. And I saw a topic containing the misspelling "publihed" and so I searched for that word but got nothing.
Thanks from a newbie to this Forum community but not entirely to the product, which continues to seem very possibly the most virtuoso Javascript performance I've seen anywhere. At the least it's a model of clarity and encapsulation.