Hey everybody I want to let you know that I have undertaken the grueling task of getting the heck away from WordPress. I was so sick of the problems and updates I had to do all the time. I am now using my ezbloo system and I am integrating all my old posts into the new system. It sucks, but in the end, I will save bundles of time. I needed to keep things simple and that is why I created ezbloo. I'll have more on this later for you guys after I am done with the total integration of my old posts here. So if you are looking for a post and need it faster, shoot me an email and I will make it a priority. [email protected]

Can I use summernote as a WordPress text editor?
Can I use summernote as a WordPress text editor?

Yes, you can use Summernote as a text editor in WordPress. However, to do so, you will need to install a plugin that adds Summernote as an option in the WordPress editor. One such plugin is the "WP Summernote" plugin, which you can find and install from t

Read More
How Can I Make Multiple Summernote Text Area Fields
How Can I Make Multiple Summernote Text Area Fields

If you're looking to add multiple Summernote text area fields to your webpage, it's actually quite easy to do so. Summernote is a powerful WYSIWYG (What You See Is What You Get) text editor that allows you to create and edit content easily.

Read More
How Do I Put Summernote in Dark Mode?
How Do I Put Summernote in Dark Mode?

Summernote is a popular WYSIWYG editor for web applications, and it supports a dark mode theme out of the box. Here are the steps to put Summernote in dark mode:

Read More
How To Submit Summernote Content to Mysql Database in PHP?
How To Submit Summernote Content to Mysql Database in PHP?

How To Submit Summernote Content to Mysql Database in PHP

Read More
How do I make a custom toolbar in Summernote?
How do I make a custom toolbar in Summernote?

To create a custom toolbar in Summernote, you will need to modify the toolbar option during initialization of the Summernote editor. Here's an example of how you can create a custom toolbar:

Read More
Delete Images Off Server In Summernote with php, mysql, jquery, and ajax
Delete Images Off Server In Summernote with php, mysql, jquery, and ajax

Sometimes, users may want to delete the images they have uploaded to the server, which requires implementing the functionality to delete images. Prerequisites: To follow along with this tutorial, you should have a basic understanding of PHP, MySQL, jQuery

Read More
Summernote How To Delete Images Uploaded To A Folder
Summernote How To Delete Images Uploaded To A Folder

In Summernote you want to be able to delete your images in your directory or folder at times. As far as I can see, this is the only tutorial out there on this, so I decided to do it. I made a tutorial in the past that shows you how to upload images to a d

Read More
How To Use Summernote in Web Applications
How To Use Summernote in Web Applications

Summernote is a free and open-source WYSIWYG (What You See Is What You Get) editor for web applications. It allows users to create, edit, and format text and HTML content with ease. In this article, we will explore how to use Summernote and get the most o

Read More
Summernote How To Store Images and Entries in MySQL Without Base 64
Summernote How To Store Images and Entries in MySQL Without Base 64

Summernote How To Store Images and Entries in MySQL Without Base 64

Read More
Store Image Uploads On Server With Summernote Not Base 64
Store Image Uploads On Server With Summernote Not Base 64

Another tutorial on how to upload with summernote to a filder

Read More