this post was submitted on 21 Oct 2023
58 points (100.0% liked)
Free and Open Source Software
17930 readers
9 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To be fair to Obsidian, the default view is like three panes making it look busy, but you can toggle off both the left and right sidebar, leaving just the edit view which can be switched between edit and reading modes. Even the various toolbar icons need not be visible, and you could just use shortcuts to call them.
I use Syncthing to sync my Obsidian notes between desktop, server, Android, iPad, and Android tablet - it happens seamlessly in the background complete with version control.
With syncthing how well does obsidian handle edits on 2 devices at nearly the same time? Like if I make some edits on my phone while looking at a project and then before syncthing has synced the files, paste some images in on my desktop, does it handle that well?
Syncthing warns you and asks you to choose which is newer. If you have versions set it should also keep older versions for any roll back. But I make a point to rather work in one device at a time. I actually sync all my devices to a Docker instance running Syncthing, so it works from a central point versus all devices syncing to all devices. That Docker version is on 24/7.