OneDrive allows to store files only on cloud without consuming storage on the local machine.
The files still exist and are unchanged, even image previews are still possible without downloading the file. So the OS is getting tricked that these files are completely there, which means when a program is trying to open the file, OneDrive is getting alerted and downloads the file for the program, which will then be accessible.
The problem with Obsidian is that at startup it looks like that it tries to read all the file (maybe for linking the files accordingly), which leads to a complete downloading of all files in the directory.
Is there a opportunity to stop it doing that or giving Obsidian a hint or sth. that the files is only stored on the cloud? There should be a attribute “availability” within the filesystem I guess.
Its something between a bug and feature request, but could maybe solved by a small plugin or sth. so I’m asking here