mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
18 lines
605 B
Plaintext
18 lines
605 B
Plaintext
created: 20150221115509000
|
|
modified: 20150221151344000
|
|
tags: Macros [[Core Macros]]
|
|
title: csvtiddlers Macro
|
|
type: text/vnd.tiddlywiki
|
|
caption: csvtiddlers
|
|
|
|
The <<.def csvtiddlers>> [[macro|Macros]] returns the fields of a [[selection of tiddlers|Title Selection]] in [[CSV|Comma-Separated Values]] form, with one record (row) per tiddler.
|
|
|
|
An example can be seen in the [[template tiddler for CSV exports|$:/core/templates/exporters/CsvFile]].
|
|
|
|
!! Parameters
|
|
|
|
;filter
|
|
: A [[filter|Filters]] selecting which tiddlers to include
|
|
;format
|
|
: Reserved for future extension. Should be set to `quoted-comma-sep`
|