Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Convert Google Keep notes to the Simplenote format. A quick solution that I made for myself.

Notifications You must be signed in to change notification settings

valdineifer/keep-to-simplenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Keep to Simplenote

Description

EN: This script convert Google Keep notes (exported by Google Takeout) to the Simplenote format. It accepts an JSON file or a directory (of JSON files).
PT: Este script converte anotações Google Keep (exportadas pelo Google Takeout) para o formato Simplenote. Ele aceita um arquivo no formato JSON ou um diretório (com arquivos JSON nele).

How to Use

  1. To run this script, you will need Nodejs.
  2. Run yarn install (recommended) or npm install
  3. Run index file: node index.js <directory/file> [-v|--verbose]

Notes

  • The --verbose option will print every JSON file found in the directory;
  • The simplenote json file will be created in storage folder, with miliseconds as the filename.

To-Do

  • Improve the --verbose option
  • Improve code for both situations (directory or json file)
  • Support notes with checkboxes (now it's being converted to undefined) - Thanks to DevinStetler (#1)
  • Create a simplenote tag when it appears the hashtag symbol (#), maybe an optional thing

About

Convert Google Keep notes to the Simplenote format. A quick solution that I made for myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published