You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/index.html
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,9 @@ <h4>Multiplayer</h4>
32
32
</p>
33
33
</div>
34
34
35
-
<svgclass="chop multiplayer" width="352" height="540" viewBox="0 28 352 540" alt="As we progress down the page, we'll see several pieces of a detailed illustration showing the behaviour of Automerge. In this first image, two users collaborate, swapping changes back and forth, always converging on a consistent result.">
<desc>As we progress down the page, we'll see several pieces of a detailed illustration showing the behaviour of Automerge. In this first image, two users collaborate, swapping changes back and forth, always converging on a consistent result.</desc>
36
38
<usehref="#multiplayer-2" />
37
39
</svg>
38
40
@@ -50,7 +52,9 @@ <h4>Offline</h4>
50
52
</svg>
51
53
</div>
52
54
53
-
<svgclass="chop offline" width="350" height="540" viewBox="240 28 350 540" alt="In this next illustration, another user works offline, their changes queuing up.">
<desc>In this next illustration, another user works offline, their changes queuing up.</desc>
54
58
<usehref="#offline" />
55
59
</svg>
56
60
@@ -59,7 +63,9 @@ <h4>Consistent</h4>
59
63
<p>When users make overlapping edits, Automerge performs a consistent merge that prevents data loss, and gives you tools to control the outcome.</p>
60
64
</div>
61
65
62
-
<svgclass="chop consistent" width="452" height="670" viewBox="30 540 452 670" alt="The third illustration — the offline user reconnects, and all three users sync their changes. Everyone converges on the same result.">
<desc>The third illustration — the offline user reconnects, and all three users sync their changes. Everyone converges on the same result.</desc>
63
69
<usehref="#conflict_free-2" />
64
70
</svg>
65
71
@@ -68,7 +74,9 @@ <h4>Versioned</h4>
68
74
<p>Automerge remembers every change. Branch fearlessly, experiment boldly. Your document's entire history lives locally, ready when you need it.</p>
69
75
</div>
70
76
71
-
<svgclass="chop versioned" width="512" height="580" viewBox="0 1080 512 580" alt="In this illustration, an exploded view of an Automerge doc, represented by a grid of diamonds nested within a larger grid of diamonds, all connected by lines that suggest branching and merging.">
<desc>In this illustration, an exploded view of an Automerge doc, represented by a grid of diamonds nested within a larger grid of diamonds, all connected by lines that suggest branching and merging.</desc>
72
80
<usehref="#versioned-2" />
73
81
<usehref="#changeset-8">
74
82
</svg>
@@ -78,7 +86,9 @@ <h4>Compact</h4>
78
86
<p>Automerge supports millions of changes in a single doc. It uses a compressed columnar store on disk and in memory.</p>
79
87
</div>
80
88
81
-
<svgclass="chop compact" width="420" height="276" viewBox="0 0 700 460" alt="The final illustration. The document is squished down to a small size, thanks to memory compression.">
0 commit comments