-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Added treeview plugin #2265
Added treeview plugin #2265
Conversation
make it sense to split the css into 2 parts:
this way it is possible to:
|
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.
That was quick! Thank you for adding this.
@muescha I do not think a Prism plugin can have multiple CSS files currently. Whoever wants to change the icons will need to replace the whole file, or override just the needed parts. |
Yeah, multiple CSS files would make the babel plugin more complicated as well, which assumes max one CSS file per plugin. |
Splitting the CSS is sorta possible with #2162. |
Regarding the babel plugin: We could use something like a |
make it sense also include beginning slashes as directory?
|
Directories are usually denoted by a trailing slash:
That being said, the plugin will remove the trailing slash (and even similar file markers). |
This is a port of @Golmote's prism-treeview plugin with some minor changes.
This resolves #2264.