EdNotes allows students to take notes synced with lecture video timestamps. When it is time for review, students can "play back" their notes while their lecture video plays. Students can always keep reviewing their notes
β’ Simplified studying with automatic note βplaybackβ that aligns with the lecture video for seamless review β’ Integrated video storage with annotations, eliminating the need to switch between third-party services like Google Drive.
I want to add some kind of AI feature
ask chatgpt
- what do i need to study for the test
- make kani cards (those memory quizlet card things)
- make a quizlet for my friends and I
- what are the core themes of the lecture
- what is the main idea of lecture 5
docker compose up
Build scratch image with static files in /ednotes
.
docker build --tag stzups/ednotes:latest .
Example Dockerfile
which uses an nginx
server to serve the static files via HTTP in /ednotes
.
FROM nginx
COPY --from=stzups/ednotes /ednotes /usr/share/nginx/html
Open: Enter
Close: Escape
Add: /
Remove: Delete
Remove without confirmation: Shift
+ Delete