T5 question: Is it possible to use an image URL for a custom toolbar button?
See original GitHub issueAccording to https://www.tiny.cloud/docs-preview/components/toolbarbuttons/component/basic/
It is only possible to set some sort of ID for an icon that “It displays the icon corresponding to the icon name that has been defined in the icon pack.”
This appears difficult when prototyping… and I am not even sure what is in the current icon pack, or how I add to it?
In TinyMCE version 4, you could specify an image
via a URL.
https://www.tiny.cloud/docs/advanced/creating-a-custom-button/
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How do I embed an image in a discussion reply as a student?
To embed an image using a URL, click the URL tab [1]. Enter the URL in the File URL field [2]. Manage Usage...
Read more >Creating add-ons toolbar button with custom icon
Solved: I have a folder level JavaScript that is running when Acrobat starts up. I'm able to add a button to the add-ons...
Read more >Option to insert an image from a URL #893 - quilljs/quill - GitHub
The Image button on the toolbar allows you to insert an image from your local ... It is possible to drag & drop...
Read more >Extending the Toolbar button icons... - Nintex Community
We would like to have some more options regarding icons we can use for the toolbar button. Diagnoses. 1.) You can use an...
Read more >Image properties - Atlassian Community
I am also not able to create the image as a link using the toolbar. I am using Chrome and I have cleared...
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 Free
Top 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
It’s not documented yet, but the
editor.ui.registry.addIcon(name, svgData)
API can be used to register custom icon IDs.Api docs for addIcon is up https://www.tiny.cloud/docs/api/tinymce.editor.ui/tinymce.editor.ui.registry/