GUIDs automatically added to new rows

Hey Matthew, here’s a pseudo-UUID implementation that’s based not on Random but on Coda row UID:

It takes some liberties with reducing entropy (e.g. lowercasing UID characters and leaving out non-base36 characters), but I guess it should be random enough.

4 Likes