This project provides a simple script to manually convert exported Google Keep (Notes) data into a format which can be easily imported into Simplenote. The export is a simple .txt format, which may be used for other purposes. (it works great with simplenote however)
- Clone this repo
- Install Deno (https://deno.land/)
- Export Google Keep (Notes) data (https://takeout.google.com/)
- Extract the received archive into
takeout_files
inside this cloned repo - deno run --allow-read --allow-write convert.ts
Enjoy!
This is a very simple converter, quickly hacked together. It supports notes containing list items and plain texts. Not suppported are images, sounds, or similar assets.