Hello dear reader I am looking for the availability of a WYSIWYG editor like NetObjects Fusion or Dreamweaver (a little bit old school) on top of a full stack Remix app where you can also easily edit the CSS. Perhaps an environment on top of the Visual Studio Code project. Would something like builder.io be usable as a solution to my search? Does someone have a tutorial with instructions?
#Is there a visual HTML CSS WYSIWYG editor on top of Remix? (something like NetObjects Fusion)
1 messages · Page 1 of 1 (latest)
i know this kind of UI by the term "block editor", there are some open source implementations
you could try something like this: https://appleple.github.io/smartblock/
the "remix" part of this is almost incidental. you'll simple need to call an action when the user hits save in the UI