HTML 编辑器:FresherEditor
jopen
11年前
FresherEditor 是一个非常酷的 HTML 编辑器,基于 jQuery ContentEditable plugin 构建并拥有以下改进:
-
plugin automatically builds toolbar, have option to specify buttons to hide (see example)
-
supports text alignment
-
supports font size and name selection
-
supports foreground and background selection with built-in color picker (using farbtastic color picker plugin)
-
minor rewrite to make code less redundant since lots of command have the form: document.execCommand(cmd, false, null);
-
uses 推ter’s bootstrap.css