Ckeditor Speak2type

Categories

Component ID

2931480

Component name

Ckeditor Speak2type

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

45

Component created

Component changed

Component body

Speak2type

This is simple plugin for CKEditor 4, adding the ability to type into the editor using speech.

Usage

Click the microphone button and speak to your microphone. Your words should appear as the content in the editor.

Compatibility

  • It's compatible with latest Chrome and Safari versions. It should also work in Firefox after activating proper experimental flag.
  • If you are accessing your webpage through HTTP you'll need to explicitly give Google Chrome access to your microphone every time you start recognition - this is done through a pop up dialogue which quickly becomes annoying. This can be resolved by providing your webpage through HTTPS.

Installation

  1. Copy the sandbox folder to your modules directory.
  2. Download the plugin from https://github.com/Comandeer/ckeditor4-plugin-speak2type/tree/v0.0.2.
  3. Place the plugin in the root libraries folder (/libraries/speak2type).
  4. Go to admin/modules and enable the module.
  5. Go to admin/config/content/formats and configure the desired profile.
  6. Move a button into the Active toolbar.
  7. Clear your browser's cache, and a new button will appear in your toolbar.

Demo

ckeditor4-plugin-speak2type

Contributing & issue tracking

Please contribute to this plugin by forking this GitHub