A simple HTML editor to work in the edge browser (1 Viewer)

I’m nearly finished now — just adding the top‑level File menu above the toolbars with the usual New, Open, Save, Save As, Close, and so on. I’m also duplicating some of the existing toolbars like Format, Insert, Token, plus a few specialist functions. Everything’s running smoothly.

This looks impressive and potentially very useful if it can be almost a drop-in replacement for a multiline textbox. I am interested in seeing the related html file for this latest version that you show in the YouTube video. I also would be hesitant to use anything in a production application that attempts to encrypt or minify the JS source code -- too many security concerns not knowing what might be happening behind the scenes. I'm curious also if all of the images for the toolbar icons (which look very professional) are also embedded in the html (as base64) so that it does not have any external image dependencies.
 

Users who are viewing this thread

Back
Top Bottom