-
Notifications
You must be signed in to change notification settings - Fork 10
Plugin system for sidebar panels #1251
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this code. Really nice and clear.
-
Should we consider the naming of some of the variables. Limiting or making it clear that that it's for use for the sidebar.
-
How will we document how to use this plugin system? ReadMe, Example Plugin Script?
withProjectbar = true, | ||
withSidebar = true, | ||
sidebarOptions = [], | ||
plugins = [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wondering if we should name this sidebarPlugins to limit scope/.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice change and good plan.
We have discussed this needs documenting/creating an example at a later point.
No description provided.