mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 17:30:58 +08:00
This work in progress PR moves shared edits into core and uses a yjs backend for it. This gives stuff such as multi cursor support etc. |
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| public/javascripts | ||
| spec | ||
| support | ||
| test/javascripts | ||
| .discourse-compatibility | ||
| .eslintignore | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.cjs | ||
| .rubocop.yml | ||
| .streerc | ||
| .template-lintrc.cjs | ||
| eslint.config.mjs | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| package.json | ||
| plugin.rb | ||
| pnpm-lock.yaml | ||
| readme.md | ||
| stylelint.config.mjs | ||
| translator.yml | ||
Discourse Shared Edits Plugin
Discourse shared edits allows multiple users to collaboratively edit posts in real time. This feature is default disabled and must be enabled explicitly by moderators on posts.
For more information, please see: https://meta.discourse.org/t/discourse-shared-edits/167583