omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
726 stars 39 forks source link

Add "Sync on load" option in settings #189

Closed iandelivery closed 3 months ago

iandelivery commented 5 months ago

When using git to sync obsidian vault, syncing omnivore on load might cause working directory changes.

I have commented out await this.fetchOmnivore(); in async onload() to prevent syncing on load for now. Of cause adding Omnivore folder to .gitignore will do the job too.

sywhb commented 4 months ago

hey @iandelivery , i just added this option in v1.9.4

sywhb commented 4 months ago
Screenshot 2024-02-20 at 11 19 35 AM
sywhb commented 4 months ago

please let me know if it suits your need

iandelivery commented 3 months ago

please let me know if it suits your need

Sorry for late reply. It works like a charm!