django-markdown-editor
django-markdown-editor copied to clipboard
Is there any option to use custom action toolbar button?
Hi, I want to add self defining button on toolbar. Is it supported?
@sudarshaana perhaps this issue #124 help you.
what if I wanna do some custom toolbar button?
@nepoveda @sudarshaana can you explain more detail please (such as example cases)? so it can be a reference before we support it.
@agusmakmun actually what I am saying, Can I add a custom button to the toolbar where I can write custom action to be done?
For example: I wanna some document upload button. Basicaly it's really simmilar to upload image, but wtih documents (pdf, .odt etc..) then i wanna do some live preview snippet (iframe) and put it to the content...
Another use case: I use the abbr, footnotes, or toc extensions provided by the Python markdown package and I'd like to add a button to generate the corresponding markup.