WYSIWYG browser editor that generates *good* HTML?

前端 未结 11 2135
星月不相逢
星月不相逢 2021-02-02 09:28

I\'m searching for a \"suck less\" WYSIWYG in-browser X?HTML editor that generates good HTML code.

(no ,

相关标签:
11条回答
  • 2021-02-02 10:18

    Download the current version of CKEditor and look at the XHTML output sample. It shows how to use full WYSIWYG but it doesn't generates font or styles. You just need to adjust the configuration to your needs.

    0 讨论(0)
  • 2021-02-02 10:18

    Spaw2. Although it's kinda abandoned now.

    0 讨论(0)
  • 2021-02-02 10:22

    You can use Markdown with the WMD UI, it's the one used by Stack Overflow. It always produces valid HTML code.

    0 讨论(0)
  • 2021-02-02 10:23

    Wikipedia has a category for them:

    http://en.wikipedia.org/wiki/Category:JavaScript-based_HTML_editors

    0 讨论(0)
  • 2021-02-02 10:26

    This post is 8+ years old now but still relevant...

    I found an awesome github page with a curated list of WYSIWYG editors, including a few WYSIWYM ones which guarantee sane html. As of 2018, the most current and best WYSIWYM one looks like ProseMirror, or maybe ORY Editor if you're looking for something to edit entire webpages(!) in one textfield.

    0 讨论(0)
提交回复
热议问题