fourplusone / etherpad-plugins

Plugins for Etherpad Lite
MIT License
23 stars 29 forks source link

Linkify compatibility with latest Etherpad #41

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

I tried using the Linkify plugin in the latest Etherpad version (git version: 5dd64df) but it doesn't work, the [[...]] don't change into links. There are no errors.

peteruithoven commented 9 years ago

I get the following error in my browsers javascript console

"Failed to load 'ep_linkify/static/js/index' for 'ep_linkify/main/client_hooks/aceGetFilterStack': Error: The module at "ep_etherpad-lite/static/js/security.js" does not exist."

peteruithoven commented 9 years ago

Including security using require('ep_etherpad-lite/static/js/security'); instead of require('ep_etherpad-lite/static/js/security.js'); seems to fix the issue. (In file _eplinkify/static/js/index.js)

rugk commented 8 years ago

As this plugin seems to be discontinued, can you publish a working version, @peteruithoven?

rugk commented 8 years ago

Wait... I just saw there was already a PR for this: https://github.com/fourplusone/etherpad-plugins/pull/42