-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feature: support of all markdown features and plugins in the sidebar. #984
Comments
Tabs in the sidebar are not much useful. Maybe collapsable in the sidebar. I think these can be done using Can you name a few features which can be implemented? If plugins for the sidebar is aimed, then we need more hooks in the lifecycle. But before working on this we need the correct use-case which will be solved. |
Here's a good example of tabs in the sidebar, in the Three.js docs: https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene It works really well there. |
I currently have "docs" and "examples" in my sidebar, as two lists stacked on top of each other, but it takes up much space. I like the separation of docs and examples in the Three.js sidebar. In general, I think we can somehow improve the flexibility of the sidebar later. |
They moved their navbar to sidebar right ? |
I am +1 for both tabs and collapsible. 🎉 |
Feature request
It'd be great for all markdown features of pages to also work in the sidebar too. For example, suppose we want to use https://github.com/jhildenbiddle/docsify-tabs to put tabs in the sidebar, or something.
What problem does this feature solve?
Makes the site more customizable.
What does the proposed API look like?
From an end user perspective, they just write markdown, and it would work like it does in a page.
How should this be implemented in your opinion?
Not sure yet.
Are you willing to work on this yourself?
Yes, when I can find the time.
The text was updated successfully, but these errors were encountered: