# Where is the table icon in the editor?

**URL:** https://meta.discourse.org/t/where-is-the-table-icon-in-the-editor/207698
**Category:** Feature
**Tags:** completed
**Created:** [October 31, 2021, 4:23am UTC](https://meta.discourse.org/t/where-is-the-table-icon-in-the-editor/207698 "2021-10-31T04:23:18Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [April 4, 2022, 6:36pm UTC](https://meta.discourse.org/t/where-is-the-table-icon-in-the-editor/207698/9 "2022-04-04T18:36:55Z")

</div>

> [@michellefs](#):
>
> Is there a plan (or a plugin/theme component) for adding a table button to the editor pane?

What about something like this?

> [@Add a direct button to canned replies in editor](https://meta.discourse.org/t/add-a-direct-button-to-canned-replies-in-editor/127659/2):
>
> 2 clicks is not really that much work, but this is a good opportunity for a general explanation that documents how to work with composer buttons with a focus on what you’re trying to do. Adding buttons to the toolbar is done with a different pluginAPI method. The toolbar uses this method [plugin-api.js.es6#L375-L391](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/plugin-api.js.es6#L375-L391) while the popup menu uses this one [plugin-api.js.es6#L396-L411](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/plugin-api.js.es6#L396-L411) The canned replies plugin uses the pop-up menu method like so [https://github.com/discourse/discourse-canned-replies/…](https://github.com/discourse/discourse-canned-replies/blob/master/assets/javascripts/initializers/add-canned-replies-ui-builder.js.es6#L18-L25)

---

_[View the full topic](https://meta.discourse.org/t/where-is-the-table-icon-in-the-editor/207698)._
