A theme component that allows for easily building and editing of markdown tables in Discourse.
Go to file
Keegan George 83d10bff76 FIX: Linting issues 2022-07-04 18:10:08 -07:00
.github DEV: Move linting/tests to `/workflows` folder 2022-07-04 18:05:47 -07:00
common UX: Make header input fields bold 2022-07-04 15:31:16 -07:00
javascripts/discourse FIX: Linting issues 2022-07-04 18:10:08 -07:00
locales FIX: Typo in composer button 2022-07-04 16:35:58 -07:00
mobile INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
test/acceptance DEV: Add acceptance tests 2022-07-04 18:03:43 -07:00
.eslintrc INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
.gitignore INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
.prettierrc INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
.template-lintrc.js INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
COPYRIGHT.txt INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
LICENSE.txt INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
README.md DEV: Add acceptance tests 2022-07-04 18:03:43 -07:00
about.json FEATURE: Ability to build a table in the composer 2022-07-04 14:58:50 -07:00
package.json INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
settings.yml INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
yarn.lock INIT: Add base theme component files 2022-07-03 20:47:08 -07:00

README.md

Discourse Table Builder

cover

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