Convert Google Keep notes dynamically to markdown for Obsidian, Logseq, Joplin and Notion using the unofficial Keep API. Also, import simple markdown notes back into Google Keep.
If a Keep note with the same title (or a single note over and over) is exported to the same output folder, the file will only look for one collision and then overwrite the second copy.
Example:
First export: 1 keep note entitled "Keep This" will have the same markdown title
Second export: same keep note entitled "Keep This" will see a collision and add the create date-time to the markdown file as "Keep This2020-12-12 224728-305000.md"
Third export: same keep note entitled "Keep This" will see a collision and add the create date-time to the markdown file but will overwrite "Keep This2020-12-12 224728-305000" instead of "Keep This2020-12-12 224728-3050002020-12-12 224728-305000"
Same would be true of 3 keep notes with the same title but different content.
If a Keep note with the same title (or a single note over and over) is exported to the same output folder, the file will only look for one collision and then overwrite the second copy. Example: First export: 1 keep note entitled "Keep This" will have the same markdown title Second export: same keep note entitled "Keep This" will see a collision and add the create date-time to the markdown file as "Keep This2020-12-12 224728-305000.md" Third export: same keep note entitled "Keep This" will see a collision and add the create date-time to the markdown file but will overwrite "Keep This2020-12-12 224728-305000" instead of "Keep This2020-12-12 224728-3050002020-12-12 224728-305000"
Same would be true of 3 keep notes with the same title but different content.