"Open in CryptPad" is a Nextcloud application that allows collaborative editing of files. For this it uses a CryptPad instance embedded into the Nextcloud web interface. Currently, only drawio diagrams are supported.
With this app, you can import images from Nextcloud into
diagrams. A copy of the image will be stored inside the .drawio
file.
When using this app, the file permissions are completely handled by Nextcloud. The right's management of CryptPad is not used for Nextcloud files edited in CryptPad.
To embed CryptPad into Nextcloud, the "Enable remote embedding" admin setting needs to be enabled. You can find this setting on the "Administration" web interface in the "General" tab.
nextcloud/config/mimetypealiases.json
{
"application/x-drawio": "image"
}
nextcloud/config/mimetypemapping.json
{
"drawio": ["application/x-drawio"]
}
No comments found.