aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-12-03 17:11:21 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-12-03 17:11:21 +0100
commitb61c04fd5af9747e2b868ed6d47d86a75e4baa2d (patch)
tree7f35fb80f43152b80f1656802497745ee49c68cf /README
parente81b577aefac01eb2219ee048d84c1ee21106e15 (diff)
added @<+file.js>@ capability and documentation
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 348ba5f..23b0f4e 100644
--- a/README
+++ b/README
@@ -306,6 +306,10 @@ the java script in @< >@.
print The currently viewed document contains @<document.links.length>@ links
+The @<>@ substitution can also load JavaScript from a file, syntax: @<+filename>@
+
+ print JS return value from file: @<+/path/to/file.js>@
+
Variable expansion also works within a java script substitution.