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.
When using git to sync obsidian vault, syncing omnivore on load might cause working directory changes.
I have commented out
await this.fetchOmnivore();
inasync onload()
to prevent syncing on load for now. Of cause adding Omnivore folder to.gitignore
will do the job too.