From fe3f02f5e096cbe0089e9731185658b3d6228746 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 25 Jul 2016 15:38:59 +0200 Subject: [PATCH] enable text foreground and background colors --- www/pad/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pad/main.js b/www/pad/main.js index 166b3ab24..2056cd4e5 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -74,7 +74,7 @@ define([ // 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', - extraPlugins: 'autolink', + extraPlugins: 'autolink,colorbutton,colordialog', //skin: 'moono', });