mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-17 15:22:14 -04:00
87b91f5a6f32535a7c73a2a609871f88dfb70742
Discourse Table Builder
A theme component that adds a button to the composer tools to easily build tables in markdown.
To Do List
- Add table builder functionality
- Possibly add the ability to edit tables
- Add front-end tests
Edit Table Functionality (WIP)
Known Issues:
- After viewing an edit table modal once, a reload is required for it to work again or with another table, otherwise the following error appears:
You need to pass a node argument to Importabular, like this : new Importabular({node: document.body})
This is possibly due to not having a unique id? Perhaps moving functionality to a component will resolve this.
Languages
Ruby
61%
JavaScript
39%
