aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index b7be023..17210e8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -30,7 +30,6 @@ There is no good way to expose a typed enum with the current wizard UI, and the
Of the crates currently relied on, the following appear too feature-packed should be replaced with simpler internal code, to reduce binary size.
- duration-str
-- htmlize
- urlencoding
@@ -61,3 +60,9 @@ Image support should be considered optional. Linking should be considered option
It is not an error to specify a mandatory watermark with no possible contents, as the watermark object will simply not be present.
A warning should be output on startup.
+
+
+## Additional Helpers
+
+- `(range Number start: Number = 0): Number` Generates values from start to the main argument, exclusive.
+- `(random): Number` Generates a random float.