After watching lectures for classes that are stored on the Panopto website, I like to save the text listed for a video in the Contents and Captions that Panopto provides in a text file. However, if I copy and paste the text into Windows Notepad or some other text editor, I see the timestamps appear beneath the relevant text on the following line. To address the problem, I paste the text into the Vim editor on a Microsoft Windows system and apply the command
v/\d:\d\d\n/s/\n/ /
that replaces the end-of-line character
at the end of all lines that don't have a timestamp with a space, instead.
[ More Info ]