Initial commit: Klammertext source distribution
Curated source subset assembled by klammertext-dev's doc/make_dist.sh: the Klammermachine (mac), the Standard Klammer Set (sks), the commands (com), editor plugins and install guides (doc), a test subset (tst), and lib/bin placeholders. Builds with 'make -C com'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
79
sks/link/link.k
Executable file
79
sks/link/link.k
Executable file
@@ -0,0 +1,79 @@
|
||||
@@link target
|
||||
:text
|
||||
:footnote.bool false
|
||||
:section.bool false
|
||||
:nq.bool false
|
||||
:basename # xxx
|
||||
:code # xxx
|
||||
:phrase # xxx
|
||||
:dox # xxx
|
||||
:doxanchor # xxx
|
||||
:id # xxx
|
||||
:
|
||||
@eval link.Link(K) eval@
|
||||
@@
|
||||
|
||||
@@target id :text :
|
||||
@eval link.Target(K) eval@
|
||||
@@
|
||||
|
||||
@@email name | domain :subject :body :
|
||||
@eval link.Email(K) eval@
|
||||
@@
|
||||
|
||||
#[
|
||||
@@@category link
|
||||
target link
|
||||
:desc Links @@@
|
||||
|
||||
@@target.doc id :text :
|
||||
Link target in page is @i-name, with optional @i-text for target @@
|
||||
|
||||
@@target : @eval link.target(K) eval@ @@
|
||||
|
||||
@@link.doc url
|
||||
:text
|
||||
:download.bool false
|
||||
:mail.bool false
|
||||
:nopage.bool false
|
||||
:section.bool false
|
||||
:pageonly.bool false
|
||||
:footnote.bool true
|
||||
:in_footnote.bool false
|
||||
:dox.bool false
|
||||
:abs.bool false
|
||||
:add_number.bool false
|
||||
:
|
||||
Link to @i-url using @i-text for display, or @i-url if @i-text is not
|
||||
specified. If :section is true, the @i-url is the text of a section
|
||||
title.
|
||||
@@
|
||||
|
||||
@@link : @eval link.link(K) eval@ @@
|
||||
|
||||
@@subpage kt_basename
|
||||
:pagetitle
|
||||
:sectiontitle
|
||||
:linktext
|
||||
:index
|
||||
:toc.bool true
|
||||
:logo
|
||||
:include
|
||||
:prevlink
|
||||
:nextlink
|
||||
:uplink
|
||||
:logo
|
||||
:top_level.int
|
||||
:href_base
|
||||
:search.bool false
|
||||
:
|
||||
@eval link.subpage(K) eval@ @@
|
||||
|
||||
@@subpages.html s :
|
||||
<!--toc-->
|
||||
*s*
|
||||
<!--toc-->
|
||||
@@
|
||||
|
||||
@@subpages.latex s : *s* @@
|
||||
]#
|
||||
Reference in New Issue
Block a user