A simple HTML editor to work in the edge browser

You can simply unzip the package and open it directly in your browser, or use the original CJ‑London upload from post 1 and point your WebBrowser control to the unzipped file. It’s fully compatible with Microsoft Edge WebView2, which means you can inject HTML content straight into the control without navigating to an external URL. The main approaches for this are NavigateToString or using CreateWebView2Environment, which is also why I mentioned obfuscation—this method makes it easier to hide JavaScript functions if needed.


If you spot any issues, have suggestions, or think of improvements, feel free to let me know. This version is older but still includes a wide range of features. I’m currently adding menus, a function add‑in panel, and more. And yes—you’ll be pleased to hear there’s no obfuscation or encryption involved this time.

I’ve looked at TinyMCE and similar editors and tried to replicate some of their functionality.
 

Attachments

  • InViewHTMLEditor.zip
    InViewHTMLEditor.zip
    23 KB · Views: 18
  • Screenshot 2026-03-03 014417.png
    Screenshot 2026-03-03 014417.png
    101.2 KB · Views: 6

Users who are viewing this thread

Back
Top Bottom