Files
Keegan George 86af126978 FIX: Spreadsheet only loading for one instance
This commit moves spreadsheet logic to a component which resolves the issue where the spreadsheet only loads the first time the edit modal appears.
2022-07-14 08:56:11 -07:00

12 lines
284 B
Markdown

# Discourse Table Builder
![cover](.github/images/cover.png)
A theme component that adds a button to the composer tools to easily build tables in markdown.
## To Do List
- [X] Add table builder functionality
- [ ] Possibly add the ability to edit tables
- [X] Add front-end tests