Use case or problem
I would like Obsidian to provide page inheritance to organize the page hierarchy instead of just having a tag hierarchy.
Many times I don’t need a lot of hierarchical tags, the particle size of the pages is large and the particle size of the tags is small, it would be awesome to implement a hierarchy between pages.
The lack of hierarchy between pages causes me to give more thought to the naming of pages to ensure that when I review the page in the future, I can quickly recognize its purpose from the page name.
Proposed solution
For example, I’m creating a [[apple]] page, but in the future I’ll have a hard time recognizing whether it’s apple for fruit or apple for technology companies.
If there was a page inheritance feature, then I could inherit the [[apple]] of the fruit to [[Fruits]] and the [[apple]] of the company to [[Companies]].
A piece of software provides this functionality, and it handles the above example as follows. (But I prefer Obsidian, so I came here to suggest this.)
- [[Fruits/apple]]
- [[Companies/apple]]
In this way, [[Fruits]] is the parent page of [[apple]], under which there can be other sub-pages of the same level such as [[grape]], [[peach]], etc.
Current workaround (optional)
The only way I can do it at the moment is to manually attribute the page to the folder it should be in, and to avoid renaming, the name of the page may need to be specially marked.
As in the fruit example above, I might not be able to create two [[apple]] pages, I would need to write [[apple in Fruits]], [[apple in Companies]] and manually attribute them to the folders they should go under. Also, I may need to manually write another stupid sentence under the [[apple in Fruits]] page - [[apple in Fruits]] is a sub-page of [[Fruits]], in order to get a link relationship between them.
This example is enough to illustrate my current dilemma.
And, actually, my recording scenario is more mathematical in content. Instead of using LaTeX, I use Obsidian because I hope that the double linking will help me to find more connections between mathematical contents. But the same term in mathematics can have a completely different meaning depending on its scope. I really hope that Obsidian will provide the inheritance function of the page, and I expect Obsidian will be better.