Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for .excalidraw files to add a custom mimetype #6

Closed
Tracked by #2
juliushaertl opened this issue May 6, 2024 · 1 comment
Closed
Tracked by #2
Assignees
Milestone

Comments

@juliushaertl
Copy link
Member

juliushaertl commented May 6, 2024

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

@grnd-alt
Copy link
Member

grnd-alt commented Jun 6, 2024

PR by @hweihwang for reference: nextcloud/server#45353

@juliushaertl juliushaertl added this to the 1.0 milestone Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants