A TinyMCE editor plugin to lookup synonyms of a word through Datamuse API
This is a plugin for TinyMCE WYSIWYG editor that will lookup for synonyms of the entered text and insert the selected word from the suggested list at the cursor point in the editor.
- Clone this repo.
- The unit test can be run by accessing the
SpecRunner.html
with in thetests
directory. - The
index.html
with in the root directory is a working prototype and a fully functional demo for this plugin.
The actual plugin script in located within the js
directory.
Datamuse's words API
Jasmine