Generate tiddler in json format
tiddler_json(
title,
text,
type = c("text/vnd.tiddlywiki", "text/x-tiddlywiki", "text/x-markdown", "text/html",
"text/plain", "application/json"),
tags = NULL,
fields = NULL,
format = c("json", "list")
)New tiddler in json format
tiddler title
tiddler text
tiddler type
a vector for tiddler tags
a named vector for tiddler fields.
export format as json or list