Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Files with same name in different folders are treated the same #563

Open
Cloudplaygit opened this issue Jul 22, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Cloudplaygit
Copy link

Describe the bug
When two files have the same name but are in different folders both files are treated the same.

To Reproduce
Steps to reproduce the behavior:

  1. Create 2 different folders A and B
  2. Create 2 files F with the same name and put them into the different folders
  3. Create a down relationship form the file in folder A to a file G (F->G)
  4. Now the file F in folder B also has the F->G relationship

Expected behavior
Only the file in folder A should have the F->G relationship.
It should be possible to create independent relationships for file F in folder B to other files.

Desktop:

  • Breadcrumbs version: 3.6.11
  • Obsidian version: 1.6.7
@Cloudplaygit Cloudplaygit added the bug Something isn't working label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant