keepContent is Discontinued. please fork this repo to keep it running. see this: Issue #1
A neat bookmarklet to organize your Google Keep notes.
It creates a table of content for your Google Keep, and let you jump to a specific note by clicking on the title
Last seen working date: 2015-05-26
#How to install
- open bookmarklet.js
- copy all the sourcecode from line
//javascript:all the way to})(); - create a bookmark in your browser and name it
keepContent - paste the source code to the address field of the bookmark
- remove the very first
//signs from the code - save the bookmark
#How to use
- open Google Keep webapp from your browser
- click on the bookmarklet to inject a table of content to your page
- click on the title to jump to your notes
- click
expand/collapseto temporary hide the table of content - click
refreshto rebuild the table of content if you have dynamically loaded new content - click
exitto remove the injected plugin
#How to customize
- copy the source code to a text editor (like sublime)
- edit the
optionsobject - follow
How to installabove to update the bookmarklet with new config