Sash – Bootstrap 5 Admin & Dashboard HTML Template

Quill

Quill uses the Open Source libraries jQuery Form Editor HTML structure in Sash template.

	
		
	
    
		
		
	
    
<!-- FORMEDITOR JS -->
<script src="../assets/plugins/quill/quill.min.js"></script>
<script src="../assets/js/form-editor2.js"></script>

		
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Type URL
Plugin Link https://quilljs.com/
Summernote Editor

General Summernote Editor HTML structure in Sash template.

1. You need to add these files to make it work.
	
		
	
	
    
		
	
	
    
<!-- INTERNAL SUMMERNOTE Editor JS -->
<script src="../assets/plugins/summernote/summernote1.js"></script>
<script src="../assets/js/summernote.js"></script>
	
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Type URL
Plugin Link https://summernote.org/
WYSIWYG Editor

General WYSIWYG Editor HTML structure in Sash template.

1. You need to add these files to make it work.
	
		
	
	
    
		
	
	
    
<!-- WYSIWYG Editor JS  -->
<script src="../assets/plugins/wysiwyag/jquery.richtext.js"></script>
<script src="../assets/plugins/wysiwyag/wysiwyag.js"></script>

	
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Type URL
Plugin Link https://www.jqueryscript.net/text/Rich-Text-Editor-jQuery-RichText.html