Summernote component not found in Bootstrap 5

Then maybe the option shouldn’t be available for BS5 projects? It does get confusing…

Yes, I also tried to add directly the component, but it appears like that

errore

If it’s not compatible with BS5, consider that I don’t have to use Summernote, I just need to have any editor

Well … have you checked it in the browser, as you can see from my post - it works fine in Bootstrap 5 project.
If it’s not working for you for some reason then there’s something on the page causing this …

Yes that’s right. Seems it was a problem with that row

<script src="dmxAppConnect/dmxFormatter/dmxFormatter.js" defer=""></script>

Now I should have solved

So can we have a update to convert a textarea to a summernote lite area or an option in form generator to specify a summernote field? Manually removing the generated input and repacing with a summer note region every time is a pain

It would be cool if we could choose Summernote when it is building the form. So instead of choosing textrarea, we would select HTML Editor or Summernote.

1 Like

Still getting this error

Would be great to see this resolved

How do I find out what on my page is preventing Summernote from saving the content entered via the modal following the @Hyperbytes tutorial? Conversely, is there an alternate workaround?

I have watched these videos so much that my kids are doing a good Brian English impression from their vocational pop into my office.

Before I add Summernote, I can save the description to the database using the server connect form. However, once I use the Summernote textarea dmx manual process to give the lite editor a value, I can no longer save the description to the database via the form, although saving from the DB works. The images are saved to the DB and summernote folder but unavailable on the summernote.

1 Like

Tell me their names and I will say hi in my next video :grin:

4 Likes

That would be fun :joy: Their names are Kumi and Aston.

Next video, will say hi (sorry just published another a few minutes ago will have to be next one)

1 Like

No worries, Brian. Thanks for the fantastic videos. It’s great to watch them in practice using this powerful CMS.

Anyone have any clue why I cannot use images with summernote? When I add an image and look at the code view I don’t see it there.

Can you show us the code of the summernote component?
You’re showing us a table, and it should look like:

Yes, see below. it looks like Summernote plugin is trying to access some properties of an element that is not defined correctly, leading to TypeError exceptions.

if you look at your code you will see that the summernote component is outside the TEXTAREA

it should be inside as franse shows

Awesome! Thanks, Brian. That fixed it.

1 Like