twLink-class: A class to handle TiddlyWiki links.

Description Usage Slots Methods Author(s) See Also Examples

Description

Some utilities to insert internal or external links into TiddlyWiki.

Usage

new ("twLink", label, ref)

twLink ("the text here", ref = "the target here")

Slots

label:

the visible text or anchor.

ref:

the target or URL to be redirected to.

Methods

label and label (object) <- value:

Access and set label.

ref and ref (object) <- value:

Access and set ref.

Author(s)

David Montaner dmontaner@cipf.es

See Also

twTable and twImage

Examples

1
2
3
4
5
6
new ("twLink", label = "the text here", ref = "aTiddlerNameHere")
twLink (label = "the text here", ref = "http://www.r-project.org/")

twLink ("here", ref = "http://www.dmontaner.com")
paste ("see my home page",
       twLink ("here", ref = "http://www.dmontaner.com"), ", I hope you like it.")

TiddlyWikiR documentation built on May 2, 2019, 9:18 a.m.