This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Basic Google Keep to Standard Notes importer made by | |
* https://github.com/lzambarda because he was too lazy to manually migrate his | |
* notes. | |
* | |
* How to use: | |
* 1) Use Google Takeout to export a copy of your Keep notes. The folder you | |
* will download will contain two files for each note: | |
* - a sassy html visually resembling your note | |
* - a tasty JSON file containing the true format of the note |