π Collaborative document editing!
- π 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, so you can edit them from any other text app too.
- β Strong foundation: We use π tiptap which is based on π¦ ProseMirror β huge thanks to them!
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.
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
Currently this app requires the master branch of the Viewer app.
- β Clone this app into the
apps
folder of your Nextcloud:git clone https://github.com/nextcloud/text.git
- π©βπ» In the folder of the app, run the command
make
to install dependencies and build the Javascript. - β Enable the app through the app management of your Nextcloud
- π Partytime! Help fix some issues and review pull requests π
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.