watchlist

CrossWatch local provider watchlist feature (file-backed set semantics).

The CrossWatch provider stores watchlist items locally.

Related:

What syncs

This is a local “plan to watch” list.

Reads and writes are just JSON reads/writes.

Reads vs writes

  • Reads: watchlist.json

  • Writes:

    • add inserts items.

    • remove removes items.

Key settings

  • crosswatch.root_dir

  • crosswatch.auto_snapshot

  • crosswatch.retention_days

  • crosswatch.max_snapshots

Config reference: Configuration (config.json).

Troubleshooting

I deleted my watchlist

Restore from snapshots if available.

Use the Editor for manual recovery.

Last updated

Was this helpful?