Describe your feature request
It would be nice to be able to embedd my own video from lets say a online tutorial and be able to code a long with the video tutorial inside of the replit like replit 100 days of code.
What problem(s) would this feature solve?
It would give the possiblity to learn easier with this solution.
Explain what you were trying to do when you came across the problem leading to this feature request
It would just be easier to learn and follow more tutorials from e.g. Youtube
You can just put the Replit and YouTube tabs side by side; one side is Replit, the other, YouTube. Also if I remember correctly for Replit’s tutorials there is a small YouTube tab.
Yeah, I was going to say as UMARismyname is suggesting you could use the tutorial feature to achieve this. Create a folder in your repl called .tutorial and inside it add a video.json file. Then in video.json, add this: { "embedUrl": "" } and insert the YouTube video’s URL inside the embedUrl property (ie: { "embedUrl": "some url" }).
yea thats true what im doing mosly of the time or using two screens but i want to use the space for other stuff at the same time and while i was testing the replit 100 days of code i saw this feature and like it.