WYSIWYG HTML editor with rel=follow/nofollow
I'm looking for an WY开发者_JAVA技巧SIWYG HTML editor with option to set the rel atribute in links. Suggestions?
CKEditor has a patch for it.
That said, I wouldn't choose the right WYSIWYG editor for my project based on this small feature (although CKEDitor is certainly a very good choice anyway). This is relatively easy to build into any editor.
TinyMce can do it as well, it's just hidden really well.
When editing a link, in tab number 4 (advanced), there's an option called "Relationship page to target". That’s essentially the "rel" attribute.
精彩评论