I am currently working on transitioning from Obsidian to Logseq, and I was wondering what the best way to structure notes on a textbook would be. The format of most textbooks is a simple hierarchy of Book > Unit > Chapter. In Obsidian I can simply use folders to represent this heirarchy; however Logseq doesn’t seem to support this as well.
I believe that the pragmatic way would be to use namespaces to achieve this hierarchy, but there are two main problems:
- Names of units and chapters are many times extremely long and unwieldy
- E.X. I don’t really want to have to name something
Campbell/06. The Evolutionary History of Biological Diversity/01. Phylogeny and the Tree of Life
every time I want to make a note on a new chapter, especially considering there is no easy way to make a child page without retyping the entire path. - Instead I opted to simply do
Campbell/u01/ch01
and put the title in atitle
property, but this comes with its own host of problems, as it is then impossible to tell what links are pointing at until you preview the page
- E.X. I don’t really want to have to name something
- There is no way to view this hierarchy of Units and Chapters in an ordered form without using the first naming convention above. This is because I want to be able to see an ordered list of the titles of all of the Units and Chapters in a tree on the main page for easy access.
What would be the best way to achieve this in LogSeq? Is there some kind of query I could use to create a list of Units and Chapters with their respective titles?
This is kind of a deal-breaker for me as nearly half of the notes I have are on various textbooks, and I dont really want to have to make a table of contents manually for each of them.
Any help would be greatly appreciated!