iPeng6 / docsify-sidebar-collapse

a docsify plugin, support sidebar catalog expand and collapse
MIT License
176 stars 37 forks source link

Is it possible to add a property? #43

Closed coooliang closed 1 year ago

coooliang commented 1 year ago

Is it possible to add a property 'removeOpenToRoot' , because I find it easier to view documents without automatically closeing folders

if (window.$docsify && window.$docsify.removeOpenToRoot) {
  removeOpenToRoot(getActiveNode());
}
window.$docsify = {
    removeOpenToRoot:true//If not set, it is false
}
coooliang commented 1 year ago

It still doesn't work. If I change it like this and click on the subdirectory it still automatically collapses the other directories