A theme component that allows for easily building and editing of markdown tables in Discourse.
Go to file
Keegan George f2a77afba5 DEV: Stylesheet fixes 2022-07-18 11:23:38 -07:00
.github DEV: Move linting/tests to `/workflows` folder 2022-07-04 18:05:47 -07:00
assets DEV: Move jsuites library to separate file 2022-07-14 09:21:22 -07:00
common DEV: Separate styles into partials 2022-07-14 09:24:38 -07:00
javascripts/discourse DEV: Cleanup 2022-07-18 11:18:58 -07:00
locales DEV: Cleanup 2022-07-18 11:18:58 -07:00
mobile INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
scss DEV: Stylesheet fixes 2022-07-18 11:23:38 -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 FIX: Spreadsheet only loading for one instance 2022-07-14 08:56:11 -07:00
about.json DEV: Move jsuites library to separate file 2022-07-14 09:21:22 -07:00
package.json INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
settings.yml WIP: New approach (see description) 2022-07-12 15:27:03 -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