Allow to use PNG icons in plugin registry
See original GitHub issueIs your enhancement related to a problem? Please describe.
Now in the plugin registry when describing a plugin metadata we cannot use PNG image format. But this format is most commonly used in VS Code extensions. Just download any .vsix extension file, unpack in and open package.json
. Icon field will point on PNG.
Now the icon https://www.eclipse.org/che/images/logo-eclipseche.svg
is used for each plugin. On the UI it looks, to be honest, not pretty good
Describe the solution you’d like
Allow to use PNG for the plugin icons.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
How to Add Image Icons With Navigation Menus in WordPress
I've been using Menu-Icons but there is no way to place icon ABOVE the Menu Text with that plugin. Does the Menu Image...
Read more >Eclipse Plugin Set Image icon for a custom dialog
The image path is relative to your plugin, e.g. icons/icon.png . You can access these images via the activator class as well: final...
Read more >How To Use Custom SVG Icons in Angular Material
Let's learn how to use our own SVG icons in Angular Material components. In this tutorial, you will use the <mat-icon> component to...
Read more >register_post_type() | Function
Pass the name of a Dashicons helper class to use a font icon, e.g. 'dashicons-chart-pie' . Pass 'none' to leave div.wp-menu-image empty so...
Read more >Image plugin | Docs - TinyMCE
Adds the Image is decorative option to the Insert/Edit Image dialog, allowing users to specify that an image is decorative and does not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is a separate app https://github.com/eclipse/che-plugin-registry/pull/72
If the plugin viewer supports it, disabling the
.svg
check is a one-line fix on the plugin registry.