Replies: 1 comment 1 reply
-
Hey @mdougher, currently the only way to achive an overview over the child pages (except for the sidebar) is an empty folder with child pages, e.g.
But with content in e.g. Before the child pages where shown in the sidebar, which seems to be sufficient for the most purposes, I thought about two options to approach this: 1.) Adding the feature of more special blocks to the syntax, e.g.
2.) Adding the feature of a yaml front matter with the option to add the pageindex (and e.g. tags):
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so i organize my pages like this:
foo
foo/bar
foo/bar/baz
where "baz" has some real content, but "foo" and "bar" are more just like containers with no content of their own.
this leaves those pages basically just empty. I would like to have those pages display links for all of the child pages in their hierarchy.
like this:
foo has a link for bar and bar/baz.
bar has a link for baz.
Basically, the same kind of structure shown in the left sidebar, but only showing the structure for this page and anything below it.
Yes, i can add the links myself, but that could be time consuming.
Is there any simpler path to creating those links?
Also, if new child pages are added, i would have to come back and update the links, which is more maintenance.
something to automatically figure out what the child pages are when the page is displayed would be awesome.
is something like this possible, or am i dreaming a little too far?
Beta Was this translation helpful? Give feedback.
All reactions