Skip to content

Instantly share code, notes, and snippets.

@dirumahrafif
Last active September 14, 2024 20:43
Show Gist options
  • Select an option

  • Save dirumahrafif/3acef4771456e7974503fd70bf5a700a to your computer and use it in GitHub Desktop.

Select an option

Save dirumahrafif/3acef4771456e7974503fd70bf5a700a to your computer and use it in GitHub Desktop.
How to configure bootstrap 5 with summernote
<!-- place this script inside your head tag -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.20/summernote-bs5.min.css" />
<!-- place this script before closing body tag -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.20/summernote-bs5.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment