Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.11 KB

File metadata and controls

38 lines (25 loc) · 1.11 KB

Visual Characters plugin

This plugin adds the ability 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.

Basic setup

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

Options

This setting affects the execution of the visualchars plugin. Characters can be configured to be visible by default using this option.

Commands

The Visual Blocks plugin provides the following {productname} command.