etherpad-plugins icon indicating copy to clipboard operation
etherpad-plugins copied to clipboard

Linkify compatibility with latest Etherpad

Open peteruithoven opened this issue 11 years ago • 4 comments

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 avatar Jan 06 '15 21:01 peteruithoven

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 avatar Jan 12 '15 23:01 peteruithoven

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 ep_linkify/static/js/index.js)

peteruithoven avatar Jan 12 '15 23:01 peteruithoven

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

rugk avatar May 05 '16 17:05 rugk

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

rugk avatar May 05 '16 17:05 rugk