Important changes to Tiny Cloud pricing > Find out more

Visual Characters Plugin

See invisible characters like non-breaking spaces.

Contribute to this page
+ toolbar button + menu item

This plugin adds the ability for users to see invisible characters like   displayed in the editable area. It also adds a toolbar control and a menu item Show invisible characters under the View menu.

It's worth noting that at present the toolbar button icon is the same for both Visual Blocks and Visual Characters plugins.

Type: String

Example
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "visualchars",
  menubar: "view",
  toolbar: "visualchars"
});

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.