📑 Collaborative document editing using Markdown
Перейти к файлу
Julius Härtl c8d266578a
Bump tiptap-extensions from 1.24.0 to 1.24.1 (#161)
Bump tiptap-extensions from 1.24.0 to 1.24.1
2019-07-11 13:31:21 +02:00
.github Add missing dotfiles 2019-06-17 12:50:24 +02:00
.tx Fix wrong transifex key 2019-07-02 21:42:58 +02:00
appinfo Bump version to 1.0.1 2019-07-10 18:53:07 +02:00
css Fix padding 2019-07-02 19:33:03 +02:00
img Update first screenshot to use image, and compress files 2019-06-27 12:13:51 +02:00
l10n [tx-robot] updated from transifex 2019-07-11 02:46:58 +00:00
lib Reconnect after session has timed out 2019-07-10 16:11:40 +02:00
src Add proper mimetype for public shares 2019-07-10 16:44:12 +02:00
templates Update drone config 2019-06-17 12:57:08 +02:00
tests Add unit test framework to test installing 2019-06-17 13:14:40 +02:00
.drone.yml Add stylelint 2019-07-01 21:08:01 +02:00
.eslintignore Add missing dotfiles 2019-06-17 12:50:24 +02:00
.eslintrc.js Add basic app structure 2019-03-18 17:15:31 +01:00
.gitignore Add missing dotfiles 2019-06-17 12:50:24 +02:00
.stylelintrc.js Add stylelint 2019-07-01 21:08:01 +02:00
CHANGELOG.md Bump version to 1.0.1 2019-07-10 18:53:07 +02:00
COPYING Add basic app structure 2019-03-18 17:15:31 +01:00
Makefile Add makefile and let it pass 2019-05-14 16:12:37 +02:00
README.md Fix screenshot 2019-06-27 11:03:17 +02:00
babel.config.js Fix tests 2019-07-02 18:42:04 +02:00
composer.json Update drone config 2019-06-17 12:57:08 +02:00
composer.lock Cleanup dependencies 2019-06-17 13:32:01 +02:00
krankerl.toml Prepare first release 2019-06-27 09:27:16 +02:00
package-lock.json Bump tiptap-extensions from 1.24.0 to 1.24.1 2019-07-11 06:56:32 +00:00
package.json Bump tiptap-extensions from 1.24.0 to 1.24.1 2019-07-11 06:56:32 +00:00
webpack.common.js Add stylelint 2019-07-01 21:08:01 +02:00
webpack.dev.js Add basic app structure 2019-03-18 17:15:31 +01:00
webpack.prod.js Add basic app structure 2019-03-18 17:15:31 +01:00

README.md

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!

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