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