📑 Collaborative document editing using Markdown
Перейти к файлу
Julius Härtl df4f53eb4a
Merge pull request #686 from ahstro/fix/code-wrapping
Use horiziontal scrolling instead of wrapping in code block
2020-02-25 19:17:05 +01:00
.github
.tx
appinfo Add occ command to restore documents to their last saved state 2020-02-04 20:17:01 +01:00
css Use h-scrolling instead of wrap in code block 2020-02-25 17:02:08 +01:00
cypress
img
js Bump bundles 2020-02-25 17:10:05 +01:00
l10n [tx-robot] updated from transifex 2020-02-25 03:11:31 +00:00
lib Use ILockingProvider 2020-02-04 20:34:29 +01:00
src Check if the accessibility app is enabled 2020-02-05 08:50:17 +01:00
templates
tests
.drone.yml
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
.stylelintrc.js
CHANGELOG.md
COPYING
Makefile
README.md
babel.config.js
composer.json
composer.lock
cypress.json
krankerl.toml
package-lock.json Bump file-loader from 5.0.2 to 5.1.0 2020-02-23 20:36:13 +00:00
package.json Bump file-loader from 5.0.2 to 5.1.0 2020-02-23 20:36:13 +00:00
webpack.common.js
webpack.dev.js
webpack.prod.js

README.md

Nextcloud Text

Drone (self-hosted) with branch Start contributing

📑 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.