get_tiddlers {rtiddlywiki} | R Documentation |
Get all tiddlers
get_tiddlers(filter = NULL, exclude = NULL)
filter |
filter identifying tiddlers to be returned (optional, defaults to "[all[tiddlers]!is[system]sort[title]]") |
exclude |
comma delimited list of fields to excluded from the returned tiddlers (optional, defaults to "text") |
all tiddlers information in JSON format
## Not run:
#' Get all tiddlers
get_tiddlers()
## End(Not run)