LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

Folder notes synchronization issue #123

Open mhhoeper opened 1 month ago

mhhoeper commented 1 month ago

Using folder notes together with Obsidian Self-hosted LiveSync (https://github.com/vrtmrz/obsidian-livesync) erases content of notes. I'm using a CouchDB for LiveSync. I can reproduce the behavior with the following steps. The actions are done on a linux desktop with Manjaro Linux 24.0.1 with kernel 5.15.158-1-MANJARO with obsidian 1.5.12 unless stated otherwise. A server runs couchdb 3.3.3-2. The mobile is Apple iPhone SE with obsidian app.

A) Using folder notes without problem 1) Create note and enter some content 2) Folder note commands -> create folder note 3) Wait some time to let LiveSync sync to mobile Result: No problem

B) Using folder notes and have problems 1) Create note and enter some content 2) Paste graphic from screenshot 3) Folder note commands -> create folder note 4) Copy the graphic file from step 2 into the newly created folder note folder using obsidian 5) Wait some time to let LiveSync sync to mobile Result: Suddenly the mobile shows the note empty. The folder is there, graphic file is also available in that folder. Some time later the note is empty on the desktop, too. Other findings are the same as on mobile: folder is available, graphic is inside folder.

When I move the pages created in A or B later into another newly created folder note using obsidian desktop app, the content of the notes creates in A and B gets empty again.

This may be related to #88.