StevenDevooght / tinyMCE-mention

Mention/Autocomplete plugin for tinyMCE WYSIWYG editor.
http://stevendevooght.github.io/tinyMCE-mention/
220 stars 95 forks source link

Failed to load: ../mention/editor_plugin.js #39

Closed mrmnmly closed 8 years ago

mrmnmly commented 8 years ago

Hi, I've tried to setup mention plugin with my TinyMCE which I have in my Django app but I'm getting an error:

Failed to load: localhost:8000/.../mention/editor_plugin.js

I've copied whole repo to my TinyMCE's plugins directory (is it correct way? (I don't want to use bower etc.)) and there is not any file with name editor_plugin.js.

Please help.

StevenDevooght commented 8 years ago

You can find the editor_plugin javascript on the 3.5 branch. Note if you're using TinyMCE 4+ you have to use plugin.js from the master branch.

mrmnmly commented 8 years ago

that worked, thanks!