-
Notifications
You must be signed in to change notification settings - Fork 0
Find and replace #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Cool. Looks like you've got a start for this. Some feedback below:
|
ACK. Will get on these. |
I have fixed the above issues. Please review the commits. |
787aa66
to
8be36dc
Compare
I'm ok with the choices, but replacing the speaker labels is no longer possible. Is there going to be a follow-up to address updating the speaker tags? |
You can update the speaker labels easily now. Currently, they have a hardcoded transcript text so I have fixed the bug in that. There is still an issue with loading transcripts directly from JSON (maybe I can pick that later on). |
6d75381
to
6fef865
Compare
6fef865
to
82710e1
Compare
Steps to repro in video here: Screen.Recording.2023-02-10.at.11.20.28.AM.mov |
Regarding 1: |
Regarding 2: |
yes, this is the expected behavior similar to functionality that you might find in a google doc or a text editor. |
This isn't possible because "new" text isn't highlighted upon replacement. |
I believe that I should continue working on this functionality after the VTT transcript format has been completed. There might some changes to the JS code so I will resume working on this later |
I think you should merge what you can so it can be used upstream. |
I have opened a PR directly to upstream. |
Is this PR meant to be open though? |
No, if needed I will open a new PR later on. |
Created a UI functionality that allows searching for words and replacing them, either one by one or all together.
The find button allows searching a word in the transcript and highlighting it.
Clear remove the highlighted found words.