You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Nextcloud is not aware of .excalidraw files as a filetype. We should add support for it. Currently there is no API to do that as an app, so it would need to be done in server
Currently Nextcloud is not aware of .excalidraw files as a filetype. We should add support for it. Currently there is no API to do that as an app, so it would need to be done in server
nextcloud/server#35176 can be seen as a reference.
Once done there is a small frontend change required to adapt the mimetype in the viewer app integration here to it https://github.com/nextcloud-gmbh/whiteboard/blob/main/src/main.tsx#L67
The text was updated successfully, but these errors were encountered: