A tool to visualize Google Keep notes exported via Takeout. Instead of having to open each .html to see the notes, the script will read the .json files of each note for you and and generate a grid with their content. You could host an website with the script and the notes, and give access to your whoever you want.
- Download your Google Keep notes using Google Takeout
- Download or clone this repository into your machine
- Unzip the file, and copy the 'Takeout' folder into the visualizer repository (You can use other directory structure, just change it in the Settings)
- You need to start a php server and host the repository. (Learn how to install PHP here - PHP The Right Way)
- Access index.php and enjoy your notes.
- Google Keep-like grid view
- Support multiple images and voice records
- Create preview for links, and list the note sharees
- Differentiate between pinned, trashed, archived, and regular notes
- Groups the notes by category
- Build the notes with accurate JSON formatted data, instead of scrapped HTML
- Settings page with display and grouping options
- Doesn't limit the size for the notes, so you have full-lenght content
- Node.js approach
- Note modal
- Note editing