On Fri, Apr 11, 2008 at 01:21:38PM -0800, Mike M wrote:
> 2.  How can I create a link in that text field?  I want something like
> "This is a link("WikiWord" {open(WikiWord.txt})."

Like this:

  para "This is a link: ", link("WikiWord", :url => "/WikiWord")

There is also some relevant stuff in NKS.

  * Page 24 (the right side of)
    http://hackety.org/press/nks-20.html
    
  * And pg. 25 (the left side of)
    http://hackety.org/press/nks-21.html
    
  * And to make the /WikiWord link go somewhere:
    http://hackety.org/press/nks-24.html

_why

Reply via email to