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 } ```