From f2cdb53830b0d3ea652a6b78eff3c254863cbef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 9 Mar 2021 16:56:22 +0100 Subject: Add note about rich workspace config to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8b44c72c1..b0dac3eeb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ Nextcloud Text is available for Nextcloud 16 and will be part of Nextcloud 17 as the default text editor. To start editing just open an existing markdown or plaintext file or create a new one. +## Configuration + +The rich workspaces in the file list can be disabled either by the users in the files app settings or globally by the admin with the following occ command: + +``` +occ config:app:set text workspace_available --value=0 +``` + + ## 🏗 Development setup Currently this app requires the master branch of the [Viewer app](https://github.com/nextcloud/viewer). @@ -26,3 +35,4 @@ Currently this app requires the master branch of the [Viewer app](https://github ### 🧙 Advanced development stuff To build the Javascript whenever you make changes, instead of the full `make` you can also run `npm run build`. Or run `npm run watch` to rebuild on every file save. + -- cgit v1.2.3