summaryrefslogtreecommitdiff
path: root/dnw/forms.scm
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-11-01 02:06:47 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-11-01 02:06:47 -0500
commit2f7b2da8e7633d677907094090d65d2dd2a42f43 (patch)
treef6ea6b1aa857943f12733c2f8a4b1a89e9705b1b /dnw/forms.scm
parent014e984736e06184141787ef5fc4437e2ca00e8f (diff)
Added post about forms.el use
Diffstat (limited to 'dnw/forms.scm')
-rw-r--r--dnw/forms.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnw/forms.scm b/dnw/forms.scm
index ba6d5a2..1dac7ba 100644
--- a/dnw/forms.scm
+++ b/dnw/forms.scm
@@ -219,3 +219,4 @@ SETQ < 'setq'")
;; TODO: explain that check-number-of-fields must be set and each field the correct size.
;; TODO: add option for newline replacement character re-substitution.
;; TODO: consider refactoring to build HTML trees, properly classed for styling and pruning purposes, rather than a raw string.
+;; TODO: use Guile Hoot for data entry!