Describe the bug
Upon using the Obsidian Folder Notes plugin with the newly introduced Bases core plugin, I encountered an issue where there is interference between folder names, Markdown files, and the Bases database.
- When creating a base within a folder with the same name as the folder, and also having a Markdown file with the same name as the folder, issues arise when modifying the base's name.
- If I modify the name of the base, it updates the folder and the Markdown file as well. This happens even though the base itself should be separated from these other entities.
Steps to Reproduce
- Create a folder named
FolderX.
- Create a base within
FolderX named FolderX.
- Add a Markdown file also named
FolderX.
- Modify the name of the base.
- Observe that the folder and MD file names are also updated, which causes unintended behavior.
Expected behavior
The base should function independently without causing updates to the folder name or the Markdown file. At least, the bases should be isolated in behavior, meaning their names shouldn't trigger changes to the folder or the MD file names unless specifically desired.
Obsidian version
- Installer version: v1.10.6
Plugin information
Additional context
It appears that the integration between Bases and the Folder Notes plugin does not consider base names to be isolated from folder and file names, which leads to unwanted changes in folder and file names when editing the base.
Describe the bug
Upon using the Obsidian Folder Notes plugin with the newly introduced Bases core plugin, I encountered an issue where there is interference between folder names, Markdown files, and the Bases database.
Steps to Reproduce
FolderX.FolderXnamedFolderX.FolderX.Expected behavior
The base should function independently without causing updates to the folder name or the Markdown file. At least, the bases should be isolated in behavior, meaning their names shouldn't trigger changes to the folder or the MD file names unless specifically desired.
Obsidian version
Plugin information
Additional context
It appears that the integration between Bases and the Folder Notes plugin does not consider base names to be isolated from folder and file names, which leads to unwanted changes in folder and file names when editing the base.