简体   繁体   English

可用于论坛的WYSIWYG JavaScript编辑器?

[英]WYSIWYG javascript editor usable for forum?

I'm currently having a hard time finding a WYSIWYG editor that can be integrated as an editor for a forum. 我目前很难找到可以集成为论坛编辑器的WYSIWYG编辑器。 I've already looked at the famous ones like tinyMCE and CKeditor, but they don't work how I expect them to work. 我已经看过诸如tinyMCE和CKeditor之类的著名产品,但是它们对我的期望并不起作用。

The problem is, I want to have nested visible quotation. 问题是,我想嵌套可见报价。 Therefore, it's, in my opinion, required that I use nested blockquotes, which they do not seem to support. 因此,在我看来,这要求我使用嵌套的块引用,而它们似乎并不支持。

Indents/outdents are implemented by not-nested, styled p-tags and nesting blockquotes does not seem to be possible, even though it's, as far as I know, valid HTML. 缩进/缩进是通过未嵌套的样式化p标签实现的,嵌套块引用似乎是不可能的,即使据我所知,它也是有效的HTML。

Ideally, it would be an editor, which isn't backed by a big JavaScript framework. 理想情况下,它将是一个没有大型JavaScript框架支持的编辑器。 I don't want to include ExtJS, for example, for such, and it should work for nested quotation as I expect. 例如,我不想包括ExtJS,它应该可以像我期望的那样用于嵌套引用。 For example, from an native e-mail client which means, nested visualized quotations, ENTER key in a quotation breaks the quotation to let you answer, etc. 例如,从本机电子邮件客户端开始,这意味着嵌套的可视化报价单,报价单中的ENTER键会中断报价单以使您可以回答,等等。

The rest should be like the normal pro-editors, uncluttered HTML output, compatible with all major browsers, etc. 其余的应该像普通的主编辑一样,整洁的HTML输出,与所有主要浏览器兼容,等等。

Any recommendations? 有什么建议吗?

There is also: 还有:

http://sourceforge.net/projects/fckeditor/ http://sourceforge.net/projects/fckeditor/

and (from Yahoo): 和(来自Yahoo):

http://developer.yahoo.com/yui/editor/ http://developer.yahoo.com/yui/editor/

Dunno if either one does exactly what you are looking for, but they're worth checking out. 邓诺(Dunno),只要其中一个能满足您的需求,就值得一试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM