I live and die by my outliner’s ability to fold headers and lists, and one source of busywork for me is that Obsidian is constantly forgetting my heading/indent folding state on files that I also edit on mobile. Originally I thought this was a bug, but WhiteNoise clarified that I should report it as a feature request instead.
Steps to reproduce this use case / problem:
Given a vault that syncs with the mobile app (Android in my case):
- Create a TestFile on desktop, whose contents include a simple nested list.
- Fold the list so the nested contents are hidden.
- Navigate to another file, then back, to confirm that the fold is remembered.
- Wait a moment for the changes to sync.
- Navigate to a different file (on desktop).
- Open the same file in the mobile app. Note that the list is NOT folded.
- (in the mobile app) Fold the list. Then edit some other content elsewhere on the page.
- Wait a moment for the changes to sync.
- Back on desktop, open the file and notice that your fold settings were reset.
Desired behavior / proposed solution
I’d like my folding state to be preserved even after changes to the file are synced from mobile. Ideally I’d like for folding state to be synced/shared between desktop and mobile, but I suspect this would be technically challenging.
Note that the document folding state is preserved if that page stays open in the desktop app when the changes are synced from mobile. Folding is only lost if the file is not currently being displayed in the desktop app.
Also note that the problematic behavior runs both ways: editing the file on desktop causes my mobile app folding state to get lost, which is comparably inconvenient.
Current workaround
My only workaround right now is to just avoid editing certain files on mobile, because I know that doing so will bulldoze the file’s folding state on desktop (assuming the file is not currently open at the moment of sync) and then I’ll need to manually re-fold again to hide the clutter. The “Fold all headings & lists” command isn’t much use here because usually I don’t want to fold all top-level headings, only certain cluttered sections.