📑 Collaborative document editing using Markdown
Перейти к файлу
Nextcloud bot 026097655d
[tx-robot] updated from transifex
2021-02-08 03:15:38 +00:00
.github Remove stable18 from dependabot 2021-01-26 08:52:05 +01:00
.tx
appinfo Update version on master 2021-02-03 09:48:41 +01:00
css Make checkbox styling fit better with lists and a bit more compact 2020-12-22 15:42:25 +01:00
cypress Merge pull request #1306 from nextcloud/azul/fix/cypress 2020-12-28 12:47:22 +01:00
img Fix alignment and design of checkboxes 2020-09-29 13:07:29 +02:00
js Make sure the session list is always at the end 2021-02-02 15:40:35 +01:00
l10n [tx-robot] updated from transifex 2021-02-08 03:15:38 +00:00
lib Move to lazy registration 2021-01-28 12:03:27 +01:00
src Make sure the session list is always at the end 2021-02-02 15:40:35 +01:00
templates
tests Update psalm baseline as long as 21 namespace is not released as package 2021-01-28 16:57:34 +01:00
.drone.yml Update version on master 2020-09-18 10:55:53 +02:00
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
.php_cs.dist Add PHP-CS 2020-12-29 15:23:58 +01:00
.stylelintrc.js
CHANGELOG.md
COPYING
Makefile
README.md
babel.config.js Add @babel/plugin-transform-modules-commonjs 2020-12-22 08:37:13 +01:00
composer.json Bump nextcloud/coding-standard from 0.4.0 to 0.5.0 2021-01-26 07:52:54 +00:00
composer.lock Bump nextcloud/coding-standard from 0.4.0 to 0.5.0 2021-01-26 07:52:54 +00:00
cypress.json
krankerl.toml
package-lock.json Merge pull request #1389 from nextcloud/dependabot/npm_and_yarn/cypress-6.3.0 2021-01-26 11:07:28 +01:00
package.json Update version on master 2021-02-03 09:48:41 +01:00
psalm.xml Fix psalm class 2021-01-11 08:24:40 +01:00
webpack.common.js Switch to style-loader 2020-11-17 10:49:03 +01: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.