bastihilger / nova-tiptap

Laravel Nova Tiptap Field
MIT License
172 stars 61 forks source link

Handle uploaded file onPaste #82

Open webard opened 5 months ago

webard commented 5 months ago

Hello,

missing feature is handling upload files by pasting them directly into TipTap editor. Docs says that this should be possible: https://tiptap.dev/docs/editor/api/extensions/file-handler#on-paste and Trix default field handles this.