📑 Collaborative document editing using Markdown
Перейти к файлу
dependabot-preview[bot] e37e89b074
Merge pull request #589 from nextcloud/dependabot/npm_and_yarn/prosemirror-model-1.9.1
2020-01-21 18:33:36 +00:00
.github Parallel run 2020-01-04 13:39:32 +01:00
.tx
appinfo Master is 19 2020-01-09 15:49:13 +01:00
css Try fixing the click handler on firefox 2020-01-15 18:26:43 +01:00
cypress Clear cookies for logout 2020-01-04 13:43:54 +01:00
img
js Bump prosemirror-model from 1.9.0 to 1.9.1 2020-01-21 16:44:00 +00:00
l10n [tx-robot] updated from transifex 2020-01-21 03:06:28 +00:00
lib Use a proper value for checking if workspaces are available 2020-01-21 09:59:38 +01:00
src Fix styling in the rich workspace section 2020-01-16 19:18:51 +01:00
templates Start with direct editing 2019-12-02 12:28:30 +01:00
tests
.drone.yml Remove frontend build from drone 2019-12-22 21:37:42 +01:00
.eslintignore
.eslintrc.js Move to eslint-config-nextcloud 2019-10-05 10:28:10 +02:00
.gitattributes Add gitattributes 2019-08-06 10:42:47 +02:00
.gitignore Add public share page tests 2020-01-04 13:37:02 +01:00
.l10nignore
.stylelintrc.js
CHANGELOG.md Prepare release of 1.0.2 2019-08-08 10:16:01 +02:00
COPYING
Makefile Cypress test skeleton 2020-01-04 11:31:51 +01:00
README.md Update README.md 2019-08-22 08:20:04 +02:00
babel.config.js
composer.json
composer.lock
cypress.json Cypress test skeleton 2020-01-04 11:31:51 +01:00
krankerl.toml
package-lock.json Bump prosemirror-model from 1.9.0 to 1.9.1 2020-01-21 16:44:00 +00:00
package.json Bump prosemirror-model from 1.9.0 to 1.9.1 2020-01-21 16:44:00 +00:00
webpack.common.js Prefer parent node modules over shipped ones 2019-10-08 21:35:47 +02:00
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.