📑 Collaborative document editing using Markdown
Перейти к файлу
dependabot[bot] a7a63dac67
Merge pull request #2270 from nextcloud/dependabot/npm_and_yarn/cypress-9.5.3
2022-04-02 02:08:35 +00:00
.github ci: add nextcloud.log as a artifact on cypress failure 2022-03-31 14:40:42 +02:00
.tx
appinfo remove upload by link on server side, fix error management 2022-03-31 11:18:46 +02:00
css 💄 (#114): add table css variables 2022-03-31 14:29:27 +02:00
cypress feature: button to remove table 2022-03-31 14:29:27 +02:00
img feature: button to remove table 2022-03-31 14:29:27 +02:00
js build: compile js 2022-03-31 14:30:44 +02:00
l10n [tx-robot] updated from transifex 2022-04-01 03:25:35 +00:00
lib harmonize prop/data names 2022-03-31 10:36:17 +00:00
src feature: button to remove table 2022-03-31 14:29:27 +02:00
templates
tests
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
.php-cs-fixer.dist.php
.stylelintrc.js
CHANGELOG.md
COPYING
Makefile
README.md
babel.config.js
composer.json
composer.lock
cypress.json debug: large viewport to see more of the trace 2022-03-31 14:40:24 +02:00
krankerl.toml
package-lock.json build(deps-dev): bump cypress from 9.5.2 to 9.5.3 2022-04-02 01:01:23 +00:00
package.json build(deps-dev): bump cypress from 9.5.2 to 9.5.3 2022-04-02 01:01:23 +00:00
psalm.xml
webpack.js

README.md

Nextcloud Text

GitHub Workflow Status Start contributing

📑 Collaborative document editing!

Features

  • 📝 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.

Configuration

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

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