Skip to content

suxxes/RedactorSpeechPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Redactor Speech API

This is a plugin for RedactorJS WYSIWYG editor, which allows the use of Webkit Speech API for writing texts.

How to Use?

Add this to your HTML file after include of RedactorJS WYSIWYG editor:
<script type="text/javascript" src="{{ path to RedactorSpeechPlugin location in your project }}"></script>

Add this to your main Javascript file:
$('#content').redactor({
    plugins: ['speech']
});

TODO

  • Selection update
  • Settings
  • Translations
  • Error handling
  • Support other browsers (when the time comes)

About

RedactorJS WYSIWYG editor plugin allowing the use of Webkit Speech API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published