Merge pull request #3647 from matrix-org/bwindels/updateciderdocs

Update CIDER docs now that it is used for main composer as well
pull/21833/head
Bruno Windels 2019-11-21 13:18:11 +00:00 committed by GitHub
commit ed024a0b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
The CIDER editor is a custom editor written for Riot. The CIDER editor is a custom editor written for Riot.
Most of the code can be found in the `/editor/` directory of the `matrix-react-sdk` project. Most of the code can be found in the `/editor/` directory of the `matrix-react-sdk` project.
It is used to power the composer to edit messages, It is used to power the composer main composer (both to send and edit messages), and might be used for other usecases where autocomplete is desired (invite box, ...).
and will soon be used as the main composer to send messages as well.
## High-level overview. ## High-level overview.