Updated Configuration (markdown)

antelle 2017-05-16 21:28:01 +02:00
parent 4de0871708
commit 733c6ec561
1 changed files with 2 additions and 2 deletions

@ -65,8 +65,8 @@ 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
"plugins": [{ // if you want to auto-install some plugins
"url": ""
}]
"showOnlyFilesFromConfig": false // allow to open only files from config, remove previously opened files
}