creativetimofficial / black-dashboard

MIT License
345 stars 318 forks source link

Summernote Editor Integration problem #1

Closed ashkan90 closed 6 years ago

ashkan90 commented 6 years ago

hi I'm tryin integrate the editor to theme but there is some little problems :d `...

<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/black-dashboard.css?v=1.0.0" rel="stylesheet" />

<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>

<!-- include summernote css/js -->
<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.9/summernote.css" rel="stylesheet">
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.9/summernote.js"></script>

...` and then i get result like that issue

what can i do for use the any editor in your theme

ashkan90 commented 6 years ago

it s my html issue

ashkan90 commented 6 years ago

finally i fixed problem. I used without bootstrap summernote version that named summernote-lite and it fixed my problem. Thanks