kiwiz / gkeepapi

An unofficial client for the Google Keep API.
MIT License
1.53k stars 114 forks source link

Wrong order of list items #143

Closed yuvgin closed 1 year ago

yuvgin commented 1 year ago

I'm using the library to transfer my notes from a different platform into google keep. I notice that when I iterate over a text file line by line and create a checklist item for each line, the resulting note has the items listed in a random order. Any idea why this happens?

Thanks