YouTube video
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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