mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-14 03:10:26 +00:00
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
|
title: $:/core/templates/exporters/CsvFile
|
||
|
tags: $:/tags/Exporter
|
||
|
description: CSV tiddlers file
|
||
|
filename: tiddlers.csv
|
||
|
|
||
|
\define renderContent()
|
||
|
<$text text=<<csvtiddlers filter:"""$(exportFilter)$""" format:"quoted-comma-sep">>/>
|
||
|
\end
|
||
|
<<renderContent>>
|