Use case or problem
I’d like an option to be able to constantly sync my tabs across my devices. Workspaces is a fine solution, but it’s too clunky. I use obsidian as my second brain. I’d like to be able to work on a note on my desktop, leave my desktop, and seamlessly continue to work on it on my phone.
Proposed solution
I do not know.
Current workaround (optional)
At the moment, I am using Syncthing to send my workspace.json file to my phone and my workspace-mobile.json file to my desktop. Once there, the old files need to be deleted and the new files need to be renamed. Then (assuming you’re not trying to have unique layouts), Obsidian will load up the json file and the windows you had open. I do the renaming with a python file. Depending on which file is newer, I delete the old one and rename the new one to the old one.
Rsync over SSH is an option as well.