Collaborative document editing using Markdown

Nextcloud Text

** πŸ“‘ Collaborative document editing!**

  • ** πŸ“ 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 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.

πŸ— Development setup

Currently this app requires the master branch of the Viewer app.

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/text.git
  2. πŸ‘©β€πŸ’» In the folder of the app, run the command make to install dependencies and build the Javascript.
  3. βœ… Enable the app through the app management of your Nextcloud
  4. πŸŽ‰ Partytime! Help fix some issues and review pull requests πŸ‘

πŸ§™ 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.

Download Details:

Author: nextcloud

Demo: https://apps.nextcloud.com/apps/text

Source Code: https://github.com/nextcloud/text

#javascript #vue

Collaborative document editing using Markdown
3.55 GEEK