jodit / jodit/jodit-react

YouTube video

Open
#79 6 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
406
Forks
131
Avg merge
2h 32m
Merged PRs (30d)
2

Description

Hi.

So I'm having an issue inserting a YouTube video, it generates a jodit tag before the iframe tag.

Like this
<jodit data-jodit-temp="1" contenteditable="false" draggable="true" data-jodit_iframe_wrapper="1" style="display: block; width: 560px; height: 315px;"><iframe width="560px" height="315px" src="https://www.youtube.com/embed/dIs4l8urgcA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""><br></iframe></jodit>

I didn't find a way to disable that jodit tag.

Any help would be much appreciated. Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing YouTube video insertion in the jodit-react wrapper and inspect how the editor handles the generated iframe markup. Done means determining whether the extra jodit element can be disabled or removed while preserving the embedded video, with the behavior verified against the reported markup.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.