-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Sticky table of contents in desktop #96
Comments
articles
layout
Thanks @LazyGeniusMan It is a nice idea for adding a table of contents, where would you see it? Also, pagination is not planned at the moment, do you have a lot of articles? |
Just like docus is nice, on the right in desktop and sticky top on mobile. I'm not sure about RTL languange tho, whether they prefer it on the left or not.
Not really but it would be nice to have some kind of basic organization of articles like pagination or tag. Tag could also be used for related article section below article, not sure if it's possible or on the scope of this themes tho. |
Curious of your thoughts on that @bdrtsky :) |
Just build something like this for fun 😝 but finally it seems more useful tree-catalog.mp4the Tree Catalog is powered by D3.js |
I love it! |
@bdrtsky what do you think? |
It would be nice if there is table of contents in layout. It would be useful when the page content/article content is long. The table of contents on
docus
theme is nice.Maybe make it configurable too in frontmatter, similiar how we can specify layout. Something like
toc: true
to show andtoc: false
to hide.I also have question that a little bit related about improving navigation, does pagination is on the scope/plan of this theme? I notice that
articles
didn't have that.The text was updated successfully, but these errors were encountered: