Distraction-free note-taking on Youtube videos. Includes file export and automatic timestamps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Milo Fultz 8b648f2193
Fixed translate bug in header
2 years ago
README.md Fixed typo in readme 2 years ago
TODO.md Update todos 2 years ago
app.js Change initial video 2 years ago
index.html Refactor CSS style and HTML/JS org 2 years ago
style.css Fixed translate bug in header 2 years ago

README.md

ZenTube

I wanted to be able to take notes on a Youtube video without having to tab out of the window to a text editor all of the time. After seeing Josh Avanier's Down and Hundred Rabbit's Left, I realized I didn't need to do anything fancy, and in fact I preferred the minimalist layout that vanilla JS can provide.

This saves the text you write for a given Youtube video into local storage and will load it up again upon returning to the same video. Supports exporting to a text file with ctrl + s and adding automatic timestamps with ctrl + e.

Borrowed/stole heavily from Skeleton CSS and Josh Avanier's Down for code, stylesheets, and ideas.