Put a tiddler
Usage
put_tiddler(
title,
text,
type = c("text/vnd.tiddlywiki", "text/x-tiddlywiki", "text/x-markdown", "text/html",
"text/plain", "application/json"),
tags = NULL,
fields = NULL,
recipe = TW_OPTIONS("recipe")
)
Put a tiddler
put_tiddler(
title,
text,
type = c("text/vnd.tiddlywiki", "text/x-tiddlywiki", "text/x-markdown", "text/html",
"text/plain", "application/json"),
tags = NULL,
fields = NULL,
recipe = TW_OPTIONS("recipe")
)