Closed Pixel3ro closed 4 months ago
1-7: While I do understand your particular use case, I've personally never missed a feature like this one. And considering the effort needed to implement such a feature and regarding the other planned features, this feature is at the bottom of the priority list. 8: This could be added for #16
Due to those circumstances, I'll close this issue as not planned for now.
Example Use Case: Consider an example where you have a canvas named "ApplePieRecipe.canvas". When creating new markdown files within this canvas, one might use short names such as "ingredients.md" "steps-to-follow.md" etc. However, when searching through the entire Obsidian vault, files such as "ingredients.md" would have counterparts in other recipe canvases. Because these file-names lack sufficient context, it becomes difficult to distinguish between multiple files with the same name.
Feature: Auto-Append ParentCanvasName to new .md files created within Canvas If a new markdown file is created within a canvas named "ApplePieRecipe.canvas", the file name will be automatically set to "NewFileName - ApplePieRecipe.md". Appending the ParentCanvasName to the file name provides necessary context, making it easier to navigate while searching for files in a large Vault. This feature is intuitive to adopt many common use cases, like "todo.md", "log.md" created in any Project-canvas.
Considerations: - describing the finer details
pt.2