Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Cosmetic TH1 doc tweaks. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
0b50909c5fd2fba088e325181e260a92 |
| User & Date: | mistachkin 2016-10-10 18:54:59.173 |
Context
|
2016-10-12
| ||
| 13:31 | Tweak stash help text for internal consistency ... (check-in: de4e4e2a30 user: andygoth tags: trunk) | |
|
2016-10-11
| ||
| 21:07 | Propose an enhanced changes command. At this point, there is no implementation, only help text describing the new options and behaviors. ... (check-in: 2bfdbf97c6 user: andygoth tags: andygoth-changes) | |
|
2016-10-10
| ||
| 18:54 | Cosmetic TH1 doc tweaks. ... (check-in: 0b50909c5f user: mistachkin tags: trunk) | |
| 06:32 | Minor correction to the TH1 docs, fixing ordering. ... (check-in: f36f95b35a user: mistachkin tags: trunk) | |
Changes
Changes to www/th1.md.
| ︙ | ︙ | |||
247 248 249 250 251 252 253 | * decorate STRING Renders STRING as wiki content; however, only links are handled. No other markup is processed. <a name="dir"></a>TH1 dir Command | | | 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | * decorate STRING Renders STRING as wiki content; however, only links are handled. No other markup is processed. <a name="dir"></a>TH1 dir Command --------------------------------- * dir CHECKIN ?GLOB? ?DETAILS? Returns a list containing all files in CHECKIN. If GLOB is given only the files matching the pattern GLOB within CHECKIN will be returned. If DETAILS is non-zero, the result will be a list-of-lists, with each element containing at least three elements: the file name, the file |
| ︙ | ︙ | |||
398 399 400 401 402 403 404 | * linecount STRING MAX MIN Returns one more than the number of \n characters in STRING. But never returns less than MIN or more than MAX. <a name="markdown"></a>TH1 markdown Command | | | 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 | * linecount STRING MAX MIN Returns one more than the number of \n characters in STRING. But never returns less than MIN or more than MAX. <a name="markdown"></a>TH1 markdown Command ------------------------------------------- * markdown STRING Renders the input string as markdown. The result is a two-element list. The first element contains the body, rendered as HTML. The second element is the text-only title string. |
| ︙ | ︙ | |||
583 584 585 586 587 588 589 | * tclIsSafe Returns non-zero if the Tcl interpreter is "safe". The Tcl interpreter will be created automatically if it has not been already. <a name="tclMakeSafe"></a>TH1 tclMakeSafe Command | | | 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 | * tclIsSafe Returns non-zero if the Tcl interpreter is "safe". The Tcl interpreter will be created automatically if it has not been already. <a name="tclMakeSafe"></a>TH1 tclMakeSafe Command ------------------------------------------------- **This command requires the Tcl integration feature.** * tclMakeSafe Forces the Tcl interpreter into "safe" mode by removing all "unsafe" commands and variables. This operation cannot be undone. The Tcl |
| ︙ | ︙ |