From 4de087170844bc14eef1edade2eeb24521582713 Mon Sep 17 00:00:00 2001 From: antelle Date: Tue, 16 May 2017 21:27:40 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuration.md b/Configuration.md index b09523f..d6087ad 100644 --- a/Configuration.md +++ b/Configuration.md @@ -65,6 +65,9 @@ Config fields description (all fields are optional): "path": "webdav-url", // full path to file, including file name, e.g. WebDAV url "options": { "user": "", "password": "" } // only for WebDAV, server auth details }], + "plugins": [{ + "url": "" // if you want to auto-install some plugins + }] "showOnlyFilesFromConfig": false // allow to open only files from config, remove previously opened files } ```