Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt

Use this file to discover all available pages before exploring further.

Every time a document is saved, Jitera records the change as part of a commit — a snapshot of one or more document changes made together. You can browse this history, compare any two versions, and restore a previous version.

Viewing history

  1. Open a document and click the Diff view tab (top right of the editor).
  2. The history panel shows a timeline of commits, each with:
    • The date of the change
    • The author (user or AI agent) who made the change
    • The type of change — added, modified, deleted, renamed, or moved
  3. Click a commit to view that version.
  4. Scroll through the timeline, which loads more commits as you scroll (20 at a time).

Comparing versions

You can compare any two versions in the history — they do not need to be consecutive.
  1. Open the history panel and click the Diff comparison mode tab.
  2. By default, the diff shows the selected version against its immediate predecessor.
  3. To compare different versions, click any other entry in the timeline — it becomes the compare target, highlighted with a distinct border. The diff updates to show the two selected versions side by side.
  4. Date labels appear above the diff panels indicating which version is on each side. The system automatically places the older version on the left regardless of selection order.
  5. Two panels appear side by side:
    • Left — the older version (deletions highlighted in red)
    • Right — the newer version (additions highlighted in green)
  6. Line numbers are shown on both sides. Both panels scroll together.
  7. Click the compare target again to deselect it and return to the default previous-version comparison.
The comparison state is stored in the URL (compareWith parameter), so you can share or bookmark a specific comparison. Diff comparison view showing side-by-side panels with deletions (red, left) and additions (green, right)

Restoring a version

  1. Navigate to the version you want to restore in the timeline.
  2. Click Restore Document.
  3. The document content reverts to the selected version.
Click View latest version to return to the current state at any time.