bootstrap-markdown-editor
bootstrap-markdown-editor copied to clipboard
Markdown editor for Bootstrap with preview, image upload support, shortcuts and other features.
Would you accept my PR to accept code and quotes buttons on MD editor?
Hello, I think it would be great if we could customize the buttons to add more functionalities, like table or blockquote. Thanks.
Hello Greetings First of all thanks for the plugin. I have integrated with my app in comments section as an comment editor. Its working fine. But when I am focusing...
Bootstrap 4 doesn't have `pull-right` class. This changed to `mr-auto`. Glyphicon is removed in bootstrap 4. Replaced to fontawesome.
this is dead, use this fork: https://github.com/naturtrunken/bootstrap-markdown-editor
Hi @inacho ` $('#myEditor').markdownEditor('content'); => returns "" even though I have content in editor ` ` $('#myEditor').markdownEditor('setContent','abcdef') => not working ` Please help in fixing. Thanks
I change the direction of every thing in css style to `rtl` `*{ direction : rtl; text-align: right; }` The issue not is the cursor in textarea remains on the...
This PR adds the (basic) ability to add custom toolbar items. This feature adds one option to the `options` variable: `toolbar`. It has the following properties: * `html` contains the...
 