nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.72k forks source link

how can i use `oembed` media tag? #3201

Open bang-star opened 8 months ago

bang-star commented 8 months ago

Version

Write the version that you are currently using.

Development Environment

Write the browser type, OS and so on.

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

i used other editor. other editor give me media data which has oembed tag. so I should use oembed tag or convert data.

how can i handle oembed tag?

// Write example code
// data from server.
const content = '<figure class="media"><oembed url="https://youtu.be/ND-lLubP6qM?si=Jqk63hHimKsn2k8a"></oembed></figure>';

Expected Behavior

Write a description of the future action.

convert plugins or solution.