📑 Collaborative document editing using Markdown
Перейти к файлу
dependabot-preview[bot] ff1199601b
Bump file-loader from 3.0.1 to 4.0.0
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v3.0.1...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-12 09:30:28 +00:00
appinfo Fix icons on dark mode (closes #34) 2019-06-11 11:25:41 +02:00
css Implement strike support by extending the default markdown parser 2019-06-11 20:44:29 +02:00
img Fix icons on dark mode (closes #34) 2019-06-11 11:25:41 +02:00
l10n Fix menububble style 2019-06-11 11:36:57 +02:00
lib Some step sanitizing 2019-06-11 19:54:28 +02:00
src Handle creation of other text files (fixes #10) 2019-06-12 11:23:19 +02:00
templates Fix menububble style 2019-06-11 11:36:57 +02:00
tests/frontend Add script to test remote writing 2019-05-06 21:21:28 +02:00
.babelrc.js Add basic app structure 2019-03-18 17:15:31 +01:00
.drone.yml Add first working version of collaborative editing 2019-04-13 20:28:28 +02:00
.eslintrc.js Add basic app structure 2019-03-18 17:15:31 +01:00
.gitignore Add basic app structure 2019-03-18 17:15:31 +01:00
CHANGELOG.md Add basic app structure 2019-03-18 17:15:31 +01: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 Add screenshot and key points to readme 2019-06-07 17:57:30 +02:00
package-lock.json Bump file-loader from 3.0.1 to 4.0.0 2019-06-12 09:30:28 +00:00
package.json Bump file-loader from 3.0.1 to 4.0.0 2019-06-12 09:30:28 +00:00
webpack.common.js Run eslint before webpack build 2019-06-11 10:40:52 +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.