编辑器中的表格图标在哪里?

Where can I find the table edit icon which enables excel like editing capabilities in the Discourse editor? I’m trying to find this functionality in https://try.discourse.org/. I cannot find the icon here as well.

Here it is mentioned a table plugin was discontinued because the functionality is part of Discourse core.

It also says:

Look for the « allow html tables » option in the Discourse’s backend on the « Posting » tab:

So it might have been not enabled here, but you can enable it in your own Discourse instance.

2 个赞

You can use markdown to create a table. See Add a table to your post using markdown.
If you don’t want to learn the syntax, you can use an online tool like this or paste a table.

2 个赞

Sure, that is the markdown/Discourse way. But it is the most unfriendly way to do tables too. I just can’t understand that at year 2021 must do so basic thing using 90’s way or external software/website.

And no, this is not off topic. It can help OP to realize why there is no such functionality that is common in all other platforms.

The thing is, WYSIWYG has been discussed many many times here already. Unless you can bring new arguments, I don’t think the official position on this is gonna change.

I don’t like the the absence of the native WYSIWYG editor, including for easiness of tables composition, but I don’t see why a discussion number 20 should be started on the same matter.

I’m not sure that setting still exists? I can’t find it in my admin settings.

If the setting doesn’t exist, what a bummer.
I wanted to find an alternative to Confluence, with WYSIWYG editing of tables as a must have functionality.

1 个赞

编辑器窗格中是否有用于添加表格按钮的计划(或插件/主题组件)?
image
对比…
image
…或者类似的东西。

希望它能将一个简单的 Markdown 表格放入编辑器中:

Column A Column B Column C
A1 B1 C1
A2 B2 C2
甚至可能引入对齐功能:
Column A Column B Column C
:— :—: :—:
Row 1 B1 C1
Row 2 B2 C2

有人在你们的社区中有这个功能吗?

2 个赞

有什么像这样的吗?

我们现在已经构建了一个主题组件,可以轻松地创建/编辑 markdown 表格 :slight_smile:。在此处了解更多信息:

1 个赞