django-markdown-editor icon indicating copy to clipboard operation
django-markdown-editor copied to clipboard

Is there any option to use custom action toolbar button?

Open sudarshaana opened this issue 5 years ago • 6 comments

Hi, I want to add self defining button on toolbar. Is it supported?

sudarshaana avatar Jun 23 '20 06:06 sudarshaana

@sudarshaana perhaps this issue #124 help you.

agusmakmun avatar Jul 16 '20 09:07 agusmakmun

what if I wanna do some custom toolbar button?

nepoveda avatar Jul 16 '20 13:07 nepoveda

@nepoveda @sudarshaana can you explain more detail please (such as example cases)? so it can be a reference before we support it.

agusmakmun avatar Jul 17 '20 13:07 agusmakmun

@agusmakmun actually what I am saying, Can I add a custom button to the toolbar where I can write custom action to be done?

sudarshaana avatar Jul 17 '20 16:07 sudarshaana

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...

nepoveda avatar Jul 18 '20 12:07 nepoveda

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.

aaugustin avatar Jul 15 '21 13:07 aaugustin