3rd party plugins in use Advanced Tables, Calendar, Kanban, Obsidian Git. no custom CSS
This issue does cause issues with the git plugin but will also break obsidian
Steps to reproduce
- Create an obsidian Repo that uses Icloud to sync and add some files
- edit some of the documents and wait for iCloud to try and sync. There is some vagueness here because I have not been able to find out when or why iCloud causes these issues. It usually occurs in more complex files with many links + formatting
- For a specific file i.e. filename.md icloud will create a filename(1).md and will usually give you a notification that obsidian needs it to download from icloud.
- the download or sync freezes and obsidian doesn’t allow you to edit or open any other files.
- To fix close obsidian, delete the created file, and open obsidian back up
I’ve had a similar issue that I believe is related where a file I was working on disappeared and only re appeared a few minutes later with a filename(1).md file version.
Expected result
icloud sync works cleanly and doesn’t create copies of files or cause obsidian crashes.
Actual result
file un-necessarily created and an obsidian crash
Environment
- Operating system: Windows 10
- Obsidian version: 0.12.15
- iCloud version: 12.5
Additional information
the git plugin actually has trouble with the icloud files too, for whatever reason they can’t be added to a commit. I’m guessing because iCloud thinks it isn’t “local”
What I’m guessing is happening is iCloud tries to sync up and for whatever reason can’t so just creates a filename(1).md to minimize any potential data loss. I assume this is created in the cloud and then sent down to you local repo. When it tries to do that it iCloud has trouble with that process and somewhere in that syncing process iCloud stops obsidian from letting you open/edit any files. It might be possible that iCloud is stopping obsidian from editing files while it waits to finish a sync(which it won’t because the syncing process hangs)