Features
Visual Version Control
Don't fear breaking anything. Visualize your changes before saving and travel back in time if you make a mistake.
Visual Diff
Before committing, you'll always want to know exactly what has changed. Our visual Diff system shows modifications line by line.
- title: "The old title"
+ title: "The new and improved title"
Accessible from the "View Changes" button in the save bar.
Commit History
Every time you save, we create a restoration point (commit) on GitHub. In the editor's "History" tab you can see:
- JD
Update intro text
2 hours ago by John Doe
- ME
Initial commit
5 days ago by Me
Note: When restoring a version, a new commit is created that reverts the changes. We never delete history; we only add on top.