The purpose of this project was originally to help myself with taking notes for classes that uses Kanopy.
It creates a user interface that aloows taking notes and timestamps easily.
If you are done using it, you can reload the page or navigate away - it will also clear it from memory.
It started out as a simple, 1 button feature, which then expanded to what you see now. I have decided to make it available, in hopes that it would help others just as much as it helped me!
-
Copy the code you see in NoteUtility.js
-
Navitage to the Desktop version of Kanopy
-
Open the Movie Title you want to watch
-
Once the page fully loaded, press F12 or Ctrl(Cmd)+Shift+I to open Developer Tools
-
Navigate to Console tab. If it is not visiBle, you might need to click the » icon to the right and select it from the list, you can press the Trashcan icon left to Filter Input to clear things up
-
Paste it into the Console, just after the big »
-
Press enter - this will load the Utility
-
You should see the controls appear below the Video Player
-
Press F12 or Ctrl(Cmd)+Shift+I again to close the Developer Tools window
Sets the Start time for a Clip/Scene
Sets the End time for a Clip/Scene
Sets a single-point marker using the current time
Make sure you do not have anything important on Clipboard before using it!
Copies the currently selected range onto clipboard
Copies the currently selected timestamp onto clipboard
This is where you can take Notes for various timestamps of the movie. When you are using the Copy function,
Make sure you do not have any important information on your Clipboard!
Similar to the Copy to Clipboard function, but it copies all of your current notes to Clipboard
saves your current note you took so far. If you close the the video, refresh and load the Utility again, you will get your notes back
Double-clicking this button will remove your last entered Note
Double-clicking this will delete all your notes, you can start clean. Will only delete data for current movie
Be careful, as you cannot undo this!
Adds a Note based on your Start and End time you set - can be useful to note various scenes
Adds a Note based on your currently set Marker - can be useful to taje a note of specific events in the Movie
Adds a Note based on current time - Marker will always point to the specific time you Maerked, this will take the current timestamp.
The Utility does not have any telemetry. It does not track or report any information - anonymous or otherwise
Work-In-Progress - functions, layout, etc might change as/if new features gets added
Uses LocalStorage to save your progress
Once saved, your Notes (data) will be present in LocalStorage, but will not get accessed until you load the Utility
You can send your findings either through GitHub (preferred), or you can send me an email at:
lajos.kosa @ g.austincc.edu (remove space around '@')
Please be descriptive as possible. 'It just wont work' is not helpful.
You can use the template:
Browser: <your browser's name>
Title: <headline of the issue you are having>
Steps: <steps to reproduce (what lead to the issue?)>