manogi / nova-tiptap

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

Handle uploaded file onPaste #82

Open webard opened 1 month ago

webard commented 1 month 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.