moroz1999/ckeditor-texttransform-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

moroz1999/ckeditor-texttransform-plugin

最新稳定版本:1.0.2

Composer 安装命令:

composer require moroz1999/ckeditor-texttransform-plugin

包简介

README 文档

README

A very simple plugin which provides transforming selected text to new cases. You can transform selected text to uppercase, lowercase or simply capitalize it.

Available Transform Cases

  • Transform Text to Uppercase: Convert letters to uppercase
  • Transform Text to Lowercase: Convert letters to lowercase
  • Transform Capitalize: Capitalize each word of selected text
  • Transform Switcher: Loop through all cases

Internationalization

Currently plugin supports 4 languages.

  • en
  • tr
  • fr (thanks to regisenguehard)
  • es (thanks to mivanpv)

Translations are welcomed.

Usage

  1. Download source files and place them on to be created "texttransform" folder under the CKEditor's plugin base.

  2. Define plugin in CKEDITOR config object.

     CKEDITOR.config.extraPlugins = 'texttransform';
    
  3. Add transform buttons to your editor toolbar.

     CKEDITOR.config.toolbar = [
     { name: 'paragraph',   groups: ['texttransform'] }
     ];
    
  4. Set your CKEDITOR language if you did not set it yet.

     CKEDITOR.config.language = 'en';
    

Demo

View the live demo on jsFiddle.

Cheers

Thanks to [CKEditor] 1 and [jsFiddle] 2 for their good work.

统计信息

  • 总下载量: 615
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 16
  • 开发语言: JavaScript

其他信息

  • 授权协议: Unknown
  • 更新时间: 2018-05-09