You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using toopay/bootstrap-markdown there so NPM will get it from Github instead of fetching the latest version which doesn't include Dropzone support, see: #301
I'm not sure how to add this onto the doc - since this most likely is edge case for common user. Maybe in the future i'll collect this kind of "Nice to know" stuff into wiki.
Maybe add some information about how to implement Dropzone in the Bootstrap Markdown editor?
How I've implemented it in my Laravel 5.4 project;
package.json
:I'm using
toopay/bootstrap-markdown
there so NPM will get it from Github instead of fetching the latest version which doesn't include Dropzone support, see: #301bootstrap.js
app.scss
markdown.js
MediaController.php
To use it, create a
textarea
with themarkdown
class in one of your Blade/HTML templates.This is working nicely, but this fix is needed else the styling isn't correct: #302
The text was updated successfully, but these errors were encountered: