From ca6783491a06e4b138533b61728c73054aa079aa Mon Sep 17 00:00:00 2001 From: Keegan George Date: Mon, 4 Jul 2022 15:02:33 -0700 Subject: [PATCH] DEV: Add documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5034808 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Discourse Table Builder + +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 +- [ ] Add front-end tests \ No newline at end of file