How to store recording script in one note

Dear team

I’m subscribed recently to kodekloud and I curious how its possible to store transcripts into one note as it will help later on the revision face before the exam and it will be used as a reference for you once u give it a hand, looking forward to hearing from u guys

As far as I know, the platform doesn’t support the export of transcripts. Sorry about that.

Hi @mohannadjamil

If you want to have in one document all your transcripts, you can use Latex to made a CV for example. I made one for myself and I put the courses certificates name attached with the url in the name in it, so if someone wants to verify the course completition you can attach in the name course the url. You can made it using overleaf if you don’t want to fight with the latex dependencies in your computer, and also overleaf offers very nice templates that you can use, like this one: Simple Hipster CV - Overleaf, Online LaTeX Editor

Also you can check all the templates here: Templates - Journals, CVs, Presentations, Reports and More - Overleaf, Online LaTeX Editor

If you think latex is too much for you, you can use R markdown to make the document, is more syntax friendly. But I’m not sure if you can redirect to a webpage like in latex, but I guess you can (R Markdown is working with latex libs behind).

In both cases you can export your code into a pdf by compilation. If you don’t want to expend so much time but you want a nice document, I recommend you to use overleaf, but if you don’t want to have a nice looking document and want to do your task as fast as posible, R Markdown is probably the best option ( You write in markdown syntax).

Hope this helps you in your issue. Have a nice day!

Edit: If you refer to video transcripts, then well, I guess you can take a screenshot of the transcript and made a document with the photos. I was searching and it seems there are webpages that let you download the subs of the video, I never done that so I can’t recommend that, but maybe there is a command line tool that you can use, or the webpage method if you trust the page. Also had you checked the js of the page by console (F12) ? Maybe if you check the items with that you can found something usefull in the code. I can’t help you with that becuase I don’t have a large screen so the webpage resizes to much when I launch the browser console.