Fix exporting tiddlers with double quoted titles

Fixes #4860
This commit is contained in:
jeremy@jermolene.com
2020-09-28 11:31:33 +01:00
parent ae13a0fee1
commit 59f233cd46
3 changed files with 3 additions and 9 deletions
+1 -4
View File
@@ -3,7 +3,4 @@ tags: $:/tags/Exporter
description: {{$:/language/Exporters/CsvFile}}
extension: .csv
\define renderContent()
<$text text=<<csvtiddlers filter:"""$(exportFilter)$""" format:"quoted-comma-sep">>/>
\end
<<renderContent>>
<$macrocall $name="csvtiddlers" filter=<<exportFilter>> format="quoted-comma-sep" $output="text/raw"/>
+1 -4
View File
@@ -3,7 +3,4 @@ tags: $:/tags/Exporter
description: {{$:/language/Exporters/JsonFile}}
extension: .json
\define renderContent()
<$text text=<<jsontiddlers filter:"""$(exportFilter)$""">>/>
\end
<<renderContent>>
<$macrocall $name="jsontiddlers" filter=<<exportFilter>> $output="text/raw"/>