Users on my site would like to be able to hide blocks of text, either using HTML comments or CSS attributes. Is there a CKEditor button that would easily allow them to do this?
Currently, they must edit the HTML source to insert comments. One problem with this workaround is that when they return to the editor, there's no indication that the hidden text is present.
Have you seen the Placeholder
Have you seen the Placeholder plugin? If it is not exactly what you are looking for, you could probably base your own plugin that would hide the text on this.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!