1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-20 20:32:18 +00:00
Files
TiddlyWiki5/core/templates/exporters/TidFile.tid
T
Leilei332 fbe5a2f908 Fix incorrect downloaded file extension (#8928)
* Fix incorrect downloaded file extension

* Update docs
2025-02-14 18:17:00 +00:00

12 lines
365 B
Plaintext

title: $:/core/templates/exporters/TidFile
tags: $:/tags/Exporter
description: {{$:/language/Exporters/TidFile}}
extension: .tid
file-type: text/vnd.tiddlywiki
condition: [<count>compare:lte[1]]
\define renderContent()
{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}
\end
\import [subfilter{$:/core/config/GlobalImportFilter}]
<<renderContent>>