Docs
Version History
Version History
Show a diff of two different points in a Plate document's history.
This is a version history demo.
Try editing the text and see what happens.
This is an Inline void. Try removing it.
This is an editable inline. Try editing it.
Revision 1
This is a version history demo.
Try editing the text and see what happens.
This is an Inline void. Try removing it.
This is an editable inline. Try editing it.
Diff
This is a version history demo.
Try editing the text and see what happens.
This is an Inline void. Try removing it.
This is an editable inline. Try editing it.
[
{
"type": "p",
"children": [
{
"text": "This is a version history demo."
}
]
},
{
"type": "p",
"children": [
{
"text": "Try editing the "
},
{
"text": "text and see what",
"bold": true
},
{
"text": " happens."
}
]
},
{
"type": "p",
"children": [
{
"text": "This is an "
},
{
"type": "inlineVoid",
"children": [
{
"text": ""
}
]
},
{
"text": ". Try removing it."
}
]
},
{
"type": "p",
"children": [
{
"text": "This is an "
},
{
"type": "inline",
"children": [
{
"text": "editable inline"
}
]
},
{
"text": ". Try editing it."
}
]
}
]