зеркало из https://github.com/nextcloud/text.git
collaborationcollaborativecollaborative-editingeditorhacktoberfestjavascriptjsmarkdownnextcloudnextcloud-appnextcloud-textprosemirrorrich-textrich-text-editortexttiptapvuewysiwygwysiwyg-editor
ff1199601b
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> |
||
---|---|---|
appinfo | ||
css | ||
img | ||
l10n | ||
lib | ||
src | ||
templates | ||
tests/frontend | ||
.babelrc.js | ||
.drone.yml | ||
.eslintrc.js | ||
.gitignore | ||
CHANGELOG.md | ||
COPYING | ||
Makefile | ||
README.md | ||
package-lock.json | ||
package.json | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
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.
- ☁ Clone this app into the
apps
folder of your Nextcloud:git clone https://github.com/nextcloud/text.git
- 👩💻 In the folder of the app, run the command
make
to install dependencies and build the Javascript. - ✅ Enable the app through the app management of your Nextcloud
- 🎉 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.