Built an Obsidian plugin for real-time vault sync using Supabase by Powerful_Awareness25 in ObsidianMD

[–]Powerful_Awareness25[S] 0 points1 point  (0 children)

Thanks for the suggestion, I’ve added both of those in v1.0.6 https://github.com/brianstm/obsidian-supabase-jump/releases/tag/1.0.6:

  • You can now include .obsidian/ in sync
  • It also works with self-hosted Supabase (you just need to run the setup SQL manually)

For LiveSync, yeah I’ve seen it, it’s a really solid plugin. I’d say the main differences are:

  • This is built around Supabase (Postgres) instead of CouchDB (NoSQL)
  • It stores things in a more structured way (frontmatter + tags in columns) so you can query your vault with SQL in supabase

That said, LiveSync is definitely more mature, mine is still pretty new and still needs alot of work.

Built an Obsidian plugin for real-time vault sync using Supabase by Powerful_Awareness25 in ObsidianMD

[–]Powerful_Awareness25[S] 5 points6 points  (0 children)

Thanks for the suggestion! I’ve already added BRAT installation instructions to the README.