Linkify compatibility with latest Etherpad
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.
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."
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)
As this plugin seems to be discontinued, can you publish a working version, @peteruithoven?
Wait... I just saw there was already a PR for this: https://github.com/fourplusone/etherpad-plugins/pull/42