Sestolab / kbd

Plugin for CKEditor

Home Page:https://sestolab.pp.ua/addons/CKEditor/kbd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKEditor kbd Plugin

This plugin allows formatting the text as keyboard input in CKEditor. https://sestolab.pp.ua/addons/CKEditor/kbd

Requirements

Browser Compatibility

Any modern browser should be supported.

Installation

  1. Put the plugin into the CKEditor plugins folder.
  2. Enable the plugin in the CKEditor configuration file (config.js):
config.extraPlugins = 'kbd';

Configuration

config.kbdDelimiter = ' + '; // The default delimiter between keys.

Translations

  • English
  • Russian
  • Ukrainian

Translations are welcome.

About

Plugin for CKEditor

https://sestolab.pp.ua/addons/CKEditor/kbd

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%