writeTiddlers: Inserts one or more tiddlers into a TiddlyWiki file.

Description Usage Arguments Details Author(s) See Also

Description

Inserts a tiddler into the desired TiddlyWiki file.

Usage

1
2
  writeTiddlers(tid = NULL, file, infile = file,
    outfile = file, check = TRUE, verbose = TRUE)

Arguments

tid

a tiddler or a list of tiddlers to be inserted.

file

TiddlyWiki template file.

infile

the template file where the tiddler is to be inserted.

outfile

the output file. Intended not to overwrite the template.

verbose

verbose.

check

check that there is not already a tiddler with the same title.

Details

By default the TiddlyWiki template "file" will be overwritten. The options "infile" and "outfile" may be used not to overwrite the template.

Author(s)

David Montaner dmontaner@cipf.es

See Also

wikify


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