Updated Configuration (markdown)

antelle 2017-05-16 21:27:40 +02:00
parent da20e09362
commit 4de0871708
1 changed files with 3 additions and 0 deletions

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