Closed philcockfield closed 2 years ago
Filename:
.crdt
--json
<filename>.crdt.json
<filename>.crdt <filename>.crdt.json
Eg:
/dir/ /filename.crdt /filename.crdt.json
await doc.save(fs, path, { snapshot: true }); // <== Default: false
Logic implemented here:
https://github.com/cellplatform/platform-0.2.0/pull/77/files#diff-668460d2e331c5d31f90bca0ea8b9415b41a1cfd7b19768bb724f2b82673029dR4
Filename:
.crdt
extension to saved file.--json
flag to save "snapshot" of the current JSON state of the document, extension<filename>.crdt.json
Eg: