From b965929a4c75bd6962aff3aeb60f0296ba3ca470 Mon Sep 17 00:00:00 2001
From: Jonathan Graves <65632825+jlgraves-ubc@users.noreply.github.com>
Date: Wed, 9 Nov 2022 11:20:39 -0800
Subject: [PATCH] version 1.0 release
- added a few minor elements
- tweaked and cleaned up documentation
- did some minor refactoring
---
README.md | 23 +++++++++++++++--------
_extensions/forms/_extension.yml | 2 +-
_extensions/forms/forms.lua | 8 ++++++--
example.qmd | 15 ++++++++++++---
media/example.png | Bin 0 -> 30487 bytes
submit_form.md | 7 -------
6 files changed, 34 insertions(+), 21 deletions(-)
create mode 100644 media/example.png
diff --git a/README.md b/README.md
index d6b0537..cc68eb2 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
This extension allows you to add an HTML form to your Quarto HTML pages, using the the `form` shortcode
-
-
## Installing
```bash
@@ -53,13 +51,22 @@ Fields which take multiple entry values take a `values` parameter, which looks l
You can see more detailed (and better-formatted) documentation in the example, below.
-## To Do:
-
-* Add `orientation` option (removes ` ` tag to make thing horizontal or vertical)
-* Add CSS classes from Bootswatch theming
-* Add a JS example for form output
-
## Example
Here is the source code for a minimal example: [example.qmd](example.qmd).
+![Example](media/example.png)
+
+
+# Contributing
+
+This project is open and welcome contributions. Here are a couple of things you could do:
+
+* Modify all of the HTML classes to use variables instead of built-ins, to make the easier to manage or adjust
+* Add some of the rarer form elements I didn't already code
+* Create support for `