[Editor] Embeds
Created by: Tirokk
Authored by appinteractive Closed
As a user I would like to see link previews and video embeds In order to not have to click or leave the page to get the contents
We need to render a
tags with a data-url-embed
attribute an embed component. As a reference we have to look into the implementation of the todo-item node from the tiptap examples.
https://github.com/scrumpy/tiptap/blob/master/packages/tiptap-extensions/src/nodes/TodoItem.js
https://tiptap.scrumpy.io/todo-list