I have a monster document (10,000+ words). Is there a way to author this without going paragraph by paragraph? I tried search for an HTML component that would let you drop whatever in a field and have it render but can’t find anything like that.
EDIT: Never mind. Figured it out. Custom Code module.
Yes, the custom code module. I remember I was looking for an HTML module as well, and had to dig in to find that it’s called custom code.
You need to make sure what you put in it conforms properly to Bootstrap Studio or things could end up not working right. Especially if you’re going to convert it into editable areas. Things could fall apart quickly if it’s not done right.
Sometimes a useful middle ground is to plonk all of the text into a single BSS paragraph, and then use Alt+Enter within the paragraph to split it where required. If Custom Code doesn’t play nicely, you could try this.
Fortunately the custom code module worked just fine. The document already formatted with paragraph tags and classes so it was literally just cut and paste.