It’s the issue that Hyperbytes posted about. Once you gave me the files and I put them in the extensions/modules folder, it now appears in Data Transformations.
The extension files are only copied to the project extension folder when you do install the extension via the project folder. Not when installing it manually with npm install (at least not will Brian adds there also a copy script)
So just remove and add the extension from the project options.
But I also see your are using Xamp, is your project php or so? You do realize this is a NodeJS extension only?
My project is NodeJS, I haven’t developed in PHP since I started using NodeJS. I did have a few older projects that are PHP but I used AMPPS. Long story on why Xampp is installed.
Well if you can try to reproduce the extension install problem on a new NodeJS project with own server with debug log recording on and then send us the log, it will be very helpful
Hi @web-works if you’re referring to the import word doc summernote plugin I originally posted about, I don’t think it matters if it’s NodeJS or PHP. I’m guessing it should work on both.
You need to place a copy of the .hjson and .js files into /extensions/server_connect/modules folder ( you may have to create it) close wappler fully and restart wappler.
As a teaser, i then take the output of a new, soon to be released module, to add the missing "fullsrcreen" attribute" to summernote videos. Tying to solver the docker issues first
Also i could perform post image extraction processing functions by performing a repeat of the "images" array output of the externalise images you will see via the picker.
I recently created a new summernote extension that detects content pasted from Word (or Excel) automatically and transforms it to clean HTML, while preserving visual styles.