From f937fefbc0fd8742fdb42bc4e5b0b365f4f561fc Mon Sep 17 00:00:00 2001 From: Miguel de Benito Date: Fri, 21 Sep 2012 20:42:55 +0000 Subject: [PATCH] Links now accept web-style parameters (generic-file format). In progress. --- devel/scheme/api/link.en.tm | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 devel/scheme/api/link.en.tm diff --git a/devel/scheme/api/link.en.tm b/devel/scheme/api/link.en.tm new file mode 100644 index 0000000..9d86ee8 --- /dev/null +++ b/devel/scheme/api/link.en.tm @@ -0,0 +1,41 @@ + + + + +<\body> + + + There is currently no comprehensive documentation for the link system. In + the meantime, we'll collect here documentation for procedures related to + it. + + <\explain> + . )> + <|explain> + Opens a new buffer with the contents of the resource at . This + can be either a full or a file path, absolute or relative to + the current . Both types of argument accept + parameters. The second, optional argument, is an optional path for the + cursor history. + + You can pass paramenters in in two ways: appending a hash + and some text, like in will open + the file and jump to the first label of name found, if any. The + other possibility is the usual way in the web: append a question mark + followed by pairs . Currently the parameters + and are supported by default for any file of format + (see ). + + + \; + + team.> + + + \ No newline at end of file