From 908e79c0b9612a89b317cfe3a5328cbc2287ae49 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 28 Jun 2016 12:09:43 +0200 Subject: [PATCH] add autolink plugin --- www/pad/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/pad/main.js b/www/pad/main.js index cab4658c7..94042d140 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -69,7 +69,8 @@ define([ removeButtons: 'Source,Maximize', // magicline plugin inserts html crap into the document which is not part of the // document itself and causes problems when it's sent across the wire and reflected back - removePlugins: 'resize' + removePlugins: 'resize', + extraPlugins: 'autolink', }); editor.on('instanceReady', function (Ckeditor) {