CKEditor 中的 TAB

TAB in CKEditor

如果我在 Libreoffice 中的两个单词之间按 TAB 键,则会在这些单词之间插入一个 TAB 键。请参阅此屏幕截图和蓝色箭头:

如果我在 CKEditor 中做同样的事情,那么整行都会向右移动。看到这个 screenhost 和蓝色箭头:

有没有办法将 CKEditor 配置为像 libreoffice 一样运行?

你用紫色突出显示的是为了增加段落的缩进,而不是在单词之间插入制表符。

Definition

When referring to text, indent or indentation is the increase or decrease of space between the left and right margin of a paragraph. In many programs, an indent for the first line of text can be created by moving the cursor to the front of the line and pressing the tab key on the keyboard.

您可以设置 tabSpaces config option 以允许在编辑器中使用制表符。