nextcloud / whiteboard

The official whiteboard app for Nextcloud.
https://apps.nextcloud.com/apps/whiteboard
GNU Affero General Public License v3.0
4 stars 0 forks source link

Custom widget rendering #9

Closed juliushaertl closed 1 month ago

juliushaertl commented 4 months ago

Research custom widgets so we can render our own elements to the whiteboard
https://github.com/excalidraw/excalidraw/pull/5164

This is required for implementing file embeddings (Office files, pdfs, video, audio) and possible future features

juliushaertl commented 2 months ago

Lets start with integrating link previews with the existing embed functionality of excalidraw

https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/props/render-props#renderembeddable https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/props/#validateembeddable

We can use that to render our link previews https://github.com/nextcloud/text/blob/main/src/nodes/Preview.vue#L31-L33