djsudduth / keep-it-markdown

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.
Apache License 2.0
495 stars 32 forks source link

Exporting the same Keep note overwrites #9

Closed djsudduth closed 3 years ago

djsudduth commented 3 years ago

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.

djsudduth commented 3 years ago

Added fix in 0.3.0