gpt4 book ai didi

javascript - TinyMCE,显示字符数而不是字数

转载 作者:可可西里 更新时间:2023-11-01 02:36:54 24 4
gpt4 key购买 nike

标题说明了一切。我如何获得 TinyMCE显示字符数而不是字数?

enter image description here

最佳答案

wordcount插件现在可以计算和显示字符:

Clicking Word Count in the status bar switches between counting words and characters.

默认模式是“words”,但很容易模拟状态栏中的点击来切换它。

按照以下方式更改您的编辑器配置:

tinymce.init({
plugins: "wordcount",

// ...

init_instance_callback: function (editor) {
$(editor.getContainer()).find('button.tox-statusbar__wordcount').click(); // if you use jQuery
}
});

就是这样。你现在有字符数了。

关于javascript - TinyMCE,显示字符数而不是字数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34481959/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com