Table javafx 中的工具 HTML 编辑器

Table tool in javafx HTML Editor

我无法在 javafx 的 HTMLEditor 中添加 table。 我如何在 htmleditor 工具栏中添加功能或工具以在 javafx 的编辑器中添加 tables?

很遗憾,您必须实现插入 table 功能。

在这个问题的答案中,您可以看到一些修改编辑器的例子:
Options for HTML editing in JavaFX

还有一个向 HTMLEditor 添加自定义函数的示例:
https://gist.github.com/dipu-bd/425a86105dbeb42ad31d