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).
- To run this script, you will need Nodejs.
- Run
yarn install
(recommended) ornpm install
- Run index file:
node index.js <directory/file> [-v|--verbose]
- 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.
- Improve the
--verbose
option - Improve code for both situations (directory or json file)
-
Support notes with checkboxes (now it's being converted to- Thanks to DevinStetler (#1)undefined
) - Create a simplenote tag when it appears the hashtag symbol (
#
), maybe an optional thing