Different collection IDs on different machines
I'm using a plugin (zotelo - https://github.com/vspinu/zotelo) to make it easier to keep a latex .bib file up to date; the problem, however, would apply to many external applications.
The problem is that the IDs returned by getCollections() are not the same in synced databases on different machines. Sync has been working completely fine, all content matches, but the internal SQLite database IDs (collections#CollectionID) just happen to be different.
This is presumably simply because things have been added / synced in varying orders on different machines. However it means that collection ID, as used in the API, doesn't reliably identify the same collection when used on the same synced database.
Any suggestions?
The problem is that the IDs returned by getCollections() are not the same in synced databases on different machines. Sync has been working completely fine, all content matches, but the internal SQLite database IDs (collections#CollectionID) just happen to be different.
This is presumably simply because things have been added / synced in varying orders on different machines. However it means that collection ID, as used in the API, doesn't reliably identify the same collection when used on the same synced database.
Any suggestions?
I thought better bibtex may have already solved this, so Emiliano might just know.