folder-note-core icon indicating copy to clipboard operation
folder-note-core copied to clipboard

Name collision problem if turn on Outside Folder, With Same Name

Open chansey97 opened this issue 1 year ago • 0 comments

Suppose I have the following folder structure:

|- branch1.md
|- branch1/
|- branch2.md
\- branch2/
   \- branch1.md

In Obsidian with "Outside Folder, With Same Name" setup, branch1 and branch2 are folder notes. Dragging (in Obsidian File explorer) branch1 to branch2.

The current behavior:

Obsidian reports "Failed to sync name of folder note: folder note branch1.md already exists", but side effects has performed: the folder branch1 was moved to branch2, but the note branch.md not.

The expected behavior:

Obsidian reports "Failed to sync name of folder note: folder note branch1.md already exists" and no side effects.

Thanks.

chansey97 avatar Oct 05 '22 02:10 chansey97