bootstrap-markdown
bootstrap-markdown copied to clipboard
Bootstrap plugin for markdown editing
When you write code, the \t is pretty useful though in other cases it might not be handy at all.
This makes it possible to perform asynchronous operations while in the onPreview() callback, for instance using an AJAX request: ``` $("#form_content").markdown({ onPreview: function(editor, callback) { jQuery.ajax({ type: "POST", url: "/render-markdown",...
On my app I wanted to use a primary button, not a success button so I modified this to accept a parameter of a class for the save button
When you edit it would be very cool if the text would be hightlighted. For example when you add a title the text can be a little bit stronger. This...
Is it possible to make the editor resizable like the default textarea ?
I want to change the alert box which shows up to insert HyperLink. How do i change or customize it? I may like to use something like http://bootboxjs.com/ for the...
I'd like to be able to disable and remove buttons permanently. `disableButtons()` works, but upon closing a preview window, the disabled buttons are re-enabled. Of course I could add in...
The text `***hello***` should be **_hello**_. But the text becomes **`*hello*`**
When using the system undo/redo after have used the toolbar buttons, the content in the textarea becomes messed up.
Hello toopay, In some cases, i have to uoload the editor and make the textarea returns to the origin status. Since i use two editor for my website,bootstrap makrdown editor...