Closed
Description
Feature request
What problem does this feature solve?
Sometimes I have long headings which can get cut off on my sidebar. A resizable sizebar would be handy to solve this issue
What does the proposed API look like?
window.$docsify = {
//...
loadSidebar: true,
resizeSidebar: true, // <- new
//...
}
How should this be implemented in your opinion?
You can click on the sidebar and drag it to resize it.
It should be disabled on mobile.
Are you willing to work on this yourself?
Yes, but I would like some suggestions on the best way to implement this feature, and where in the codebase I should work.