Using an HTML editor with Wappler

Hi @transcoderm. I’m not quite sure what you mean. I wouldn’t use a database at all to store images - they would just exist as files.

I might store the filenames in a database, but not necessarily (eg if the filename can be deduced from the ID number).

I mean what type of database should I use when using Summernote (if what you said is true that Summernote stores images as database instead of file). Should it be varchar (how big) or text?

You would have to experiment to find out the largest size your images might be (having been converted to Base64), then decide on the most appropriate column type. There are lots of places to find this information, eg this discussion.