Mobile Sync Guide (Android)

Obsidian Mobile + Obsidian Git plugin voor automatische sync met GitHub.

Benodigdheden

  • Android telefoon/tablet
  • GitHub account met toegang tot de Opus repo
  • GitHub Personal Access Token (PAT)

Stap 1: GitHub Personal Access Token aanmaken

  1. Ga naar GitHub > Settings > Developer settings > Personal access tokens > Fine-grained tokens
  2. Klik “Generate new token”
  3. Naam: obsidian-mobile
  4. Expiration: kies een lange periode
  5. Repository access: selecteer alleen de Opus repo
  6. Permissions: Contents > Read and write
  7. Kopieer het token (je hebt het straks nodig)

Stap 2: Obsidian Mobile installeren

  1. Installeer Obsidian vanuit de Google Play Store
  2. Open Obsidian > “Create new vault”
  3. Noem het Opus, kies een locatie

Stap 3: Obsidian Git plugin installeren

  1. In Obsidian: Settings > Community plugins > Turn on community plugins
  2. Browse > zoek “Obsidian Git”
  3. Installeer en activeer de plugin

Stap 4: Git repo koppelen

  1. Open Obsidian Git settings (Settings > Obsidian Git)
  2. Stel in:
    • Clone URL: https://github.com/marijkevalk/Opus.git
    • Authentication: je GitHub username + PAT als password
  3. Klik “Clone” — de vault wordt gedownload

Stap 5: Auto-sync instellen

In Obsidian Git settings:

InstellingWaardeUitleg
Auto pull interval5Pull elke 5 minuten
Auto push after committruePush direct na wijzigingen
Auto commit interval5Commit lokale wijzigingen elke 5 min
Pull on startuptruePull bij openen van Obsidian

Stap 6: Testen

  1. Maak een test-note aan op je telefoon
  2. Wacht op auto-commit + push (of handmatig via command palette > “Obsidian Git: Commit and push”)
  3. Check GitHub — de note moet zichtbaar zijn
  4. Maak een wijziging op desktop > wacht 5 min > check of het op je telefoon verschijnt

Troubleshooting

  • Auth error: Check of je PAT nog geldig is en de juiste permissions heeft
  • Merge conflict: Open het conflicting file en kies de juiste versie
  • Sync werkt niet: Command palette > “Obsidian Git: Pull” handmatig
  • Trage sync: Verlaag de auto-pull interval naar 2 minuten