Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshutosh Verma <mail@ashu.io>2021-05-21 15:28:13 +0300
committerAshutosh Verma <mail@ashu.io>2021-05-21 15:28:13 +0300
commitfc9accb8ea91b1a91ff3d3f9e1d03c8410a67cec (patch)
tree971013b26a047edc6a68440d66c9abd0f096d9ee /README.md
parent4a21ca30b95dc15007b2a3c1bb6a4f11d6c5ec27 (diff)
Small changes to README
Signed-off-by: Ashutosh Verma <mail@ashu.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b0dac3eeb..6d016ecb5 100644
--- a/README.md
+++ b/README.md
@@ -8,18 +8,20 @@
![](img/screenshots/screenshot1.png)
-- **πŸ“ Focused writing:** No distractions, only the formatting you need.
+## Features
+
+- **πŸ“Simple Focused writing:** No distractions, only the formatting you need.
- **πŸ™‹ Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!
- **πŸ’Ύ Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [πŸ¦‰ ProseMirror](https://prosemirror.net) – huge thanks to them!
-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.
+Nextcloud Text is the default text editor since Nextcloud 17. 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:
-```
+```bash
occ config:app:set text workspace_available --value=0
```