The wysiwyg is hidden below the keyboard on mobile. Which kind of defeats the purpose of being able to take time stamped notes.
Show HN: Take timestamped notes while watching YouTube videos
41–50 of 62 posts
Re: Show HN: Take timestamped notes while watching YouTube videos
#42Feedback: The "Cancel" and "Create" buttons are too close to each other. If you accidentally click on the "Cancel" button you lose your entire note. Perhaps move the cancel button to a less prominent position and add a confirmation dialog box.
Why is there a Cancel button at all? And I've stopped commenting on Youtube because a single Tab-Return hits the Cancel button. You have to remember to Tab-Tab-Return to hit the Comment button. It's like it was designed to loose comments!
Re: Show HN: Take timestamped notes while watching YouTube videos
#43For the Emacs nerds among us, you can hack something similar together: when you start the video, also start a timer running in Emacs org-mode with `org-timer-start` (`C-c C-x 0`) You can then insert timestamped notes with `C-c C-x -`, and once you've got a timestamp note, you can hit `M-RET` to insert a new one with a new timestamp.
Re: Show HN: Take timestamped notes while watching YouTube videos
#44Relatedly, if you want to skim videos to find relevant/interesting parts, this is incredibly useful: https://github.com/igrigorik/videospeed
That being said, Youtube itself is pretty good at this, with the shift+> hotkey, and the recent addition of 1.75 which is the sweet spot for me.
EDIT: What I fantastic extension, has all the options I could want (exclusion list, custom hotkeys, hide by default, etc).
Re: Show HN: Take timestamped notes while watching YouTube videos
#45Relatedly, if you want to skim videos to find relevant/interesting parts, this is incredibly useful: https://github.com/igrigorik/videospeed
This is so much better than me doing right click > inspect element > `$0.playbackRate = 1.75` That being said, Youtube itself is pretty good at this, with the shift+> hotkey, and the recent addition of 1.75 which is the sweet spot for me. EDIT: What I fantastic extension, has all the options I could want (exclusion list, custom hotkeys, hide by default, etc).
In fact, writing this comment inspired me to submit it as it's own top level post on HN.
Re: Show HN: Take timestamped notes while watching YouTube videos
#46For the Emacs nerds among us, you can hack something similar together: when you start the video, also start a timer running in Emacs org-mode with `org-timer-start` (`C-c C-x 0`) You can then insert timestamped notes with `C-c C-x -`, and once you've got a timestamp note, you can hit `M-RET` to insert a new one with a new timestamp.
That's a great tip in general, but I assume the biggest benefit here really is being able to pause, rewind and seek around while staying in sync, which would be much harder for some external timer.
Re: Show HN: Take timestamped notes while watching YouTube videos
#47I've been going berserk since last week with a custom hack on top of Rumin (https://github.com/jhlyeung/rumin-web-clipper) that was recently posted on HN.
Rumin discussion at: https://news.ycombinator.com/item?id=24461070
Re: Show HN: Take timestamped notes while watching YouTube videos
#48For the Emacs nerds among us, you can hack something similar together: when you start the video, also start a timer running in Emacs org-mode with `org-timer-start` (`C-c C-x 0`) You can then insert timestamped notes with `C-c C-x -`, and once you've got a timestamp note, you can hit `M-RET` to insert a new one with a new timestamp.
That's a great tip in general, but I assume the biggest benefit here really is being able to pause, rewind and seek around while staying in sync, which would be much harder for some external timer.
Re: Show HN: Take timestamped notes while watching YouTube videos
#49Would you be able to pull the transcript from YouTube for editing/commenting? That would be really useful for me. In the future it would be great to have these notes sync/push to RoamResearch