I've just bought Bootstrap Studio. I switched away from Dreamweaver CS6, as it was getting very old. However, it provides a WYSIWYG editor for doing writing, plus proper access to the HTML and CSS. I can't find that anywhere else, and I need it, because my sites are text-heavy.
However, I can't just write text in Bootstrap Studio, because everything is its own little box. I have to use </br> tags with shift-enter, or I won't be able to move text around. Also, I can't add headers.
My proposal is for a type of "Writing" article to be added.
- Is just a single, big box that you can write text in, and use like a word processor.
- Each line will automatically be converted to a
<p>
in the code.
Ideally:
- Pressing enter goes to the next line, instead of exiting the box. Maybe another key could exit the box.
- Headers can be inserted inside the box.
This is something very important to me, and I'm sure it will be helpful to many other people. Thanks for reading my suggestion.