Continual to html editor project

aeric

Expert
Licensed User
Longtime User
Designer

Code Preview Browser
Not sure anyone is interested on the "Simple HTML Editor" I called it.

I think from the screenshot someone can roughly guess what it is.

It is just a hobby project of mine.

Recently I made a bit customization.
Includes:
  1. Integration with MiniHTML and MiniHTMLParser
  2. Change arrow icon for collapse/expand
  3. Change delete and drag icon
  4. Change text colour and bold = false
  5. Add B4J server for live preview
  6. Add CodeMirrorWrapper for code highlighting
  7. Tested on Bootstrap 5.2 and jQuery 3.7 to show toast on webview
There are many works need to be done.

I am not good in improving the UI/UX such as problem with resizing view.

Do you want to help improving it?
 
Last edited:

mcqueccu

Well-Known Member
Licensed User
Longtime User
Great Job as always @aeric

(Not talking about Banano, ABMaterial, etc which already exist and works great)

Making it compatible / Integrate this with building Webapps with B4J will be great.

 

aeric

Expert
Licensed User
Longtime User
I aim for minimalist/simplicity.
I want to work in a clean workspace where I don't want to see a bunch of code or function which I don't want to focus.
This tool may be useful when editing templates like velocity and freemarker or creating your own reports.
Maybe it is also good if you use HTMX or AlpineJS beside using jQuery.
I don't like compiling or building JS frameworks with Bun or Deno.
 
Top