The offline first approach is a pain

With v2 moving to the new offline first model I am facing severe issues with silvebullet. I use 5+ devices daily where i want to access my notes in realtime and i often also use them at the same time.
Now, everytime i open Silvebullet i need to wait for the syncing to be done, and then i realize i have ended up with 3 versions of the same page that i need to inspect and merge.

As much as Silverbullet v1 revolutionized by approach to documenting and noting down stuff, v2 is frustration every time i open it.

1 Like

You could try to exclude everything from the sync using

config.set("sync.ignore", {
  "*"
})

inside your CONFIG page as described here. This will get you a little closer to offline mode.

2 Likes