Visit History file Location - (Where visit history data is written to)

Location

$HOME/
  .thorg/
    usr/
      {user_name}/
        qc/
         h/
            vh2/
              vaultid_{vault_id}/
                {machine_name}/
                  {note-id}.note_visit_log
  • $HOME/ - Your user directory.
  • .thorg/ - Thorg directory under your home folder ($HOME/.thorg (Directory)).
  • usr/ - Stands for split by thorg username.
  • {user_name}/ - Thorg Username (Concept)
  • qc/ - Stands for quick changing.
  • h/ - Folder stands for history.
  • vh2/ - Folder stands for visit history v2.
  • vaultid_{vault_id}/ - vault Id
  • {machine_name}/ - Machine Name
    • Machine name exists to prevent merge conflicts when you share your visit history for the same user across multiple machines.
  • {note-id}.note_visit_log - Visit log for the Note, indexed by note_id.

Recommendation

Per Back up $HOME/.thorg, this directory is a descendant of $HOME/.thorg and is recommended to be under source control.

If you're already backing up (e.g., source controlling) $HOME/.thorg, then this directory is already backed up as well as a descendant of $HOME/.thorg. If not, it's highly recommended to backup/source control $HOME/.thorg per Back up $HOME/.thorg.


Backlinks