Platform
[ ] iOS
[x] Android
Obsidian Mobile version: v1.0.4
When I open Obsidian, it syncs. This is good — but it takes time.
I would like Obsidian Mobile to sync in the background instead, so that when I open it, it’s ready to go.
I have two ideas around this:
- (Possibly simplest?) Expose an intent/activity, which I could then hook into using Tasker. So I would implement my own cron job with Tasker that would just use the hook.
- Implement it internally, “Sync every X minutes”.
Is any of these feasible? Is there already a way to do this which I’m missing?