print-window-tiddler
Jermolene 2017-10-03 21:00:36 +01:00
rodzic ce5865ba16
commit 49fad6dae9
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
title: $:/language/Help/render
description: Renders individual tiddlers to files
Render individual tiddlers and save the results to the specified files.
Render individual tiddlers identified by a filter and save the results to the specified files.
Optionally the title of a template tiddler can be specified, in which case the template tiddler is rendered with the "currentTiddler" variable set to the title of the tiddler that is being rendered.
Optionally, the title of a template tiddler can be specified. In this case, instead of directly rendering each tiddler, the template tiddler is rendered with the "currentTiddler" variable set to the title of the tiddler that is being rendered.
A name and value for an additional variable may optionally also be specified.

Wyświetl plik

@ -1,7 +1,7 @@
title: $:/language/Help/save
description: Saves individual raw tiddlers to files
Saves individual tiddlers in their raw text or binary format to the specified files.
Saves individual tiddlers identified by a filter in their raw text or binary format to the specified files.
```
--save <tiddler-filter> <filename-filter>