mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 03:19:56 +00:00
623a3ec8f8
What we have at the moment isn't really the same as TiddlyWiki classic's shadow tiddlers, it's a much simpler system for excluding tiddlers. We'll use the term "shadow" instead to refer to the way that tiddlers in plugins behave, which is exactly like TiddlyWiki classic's shadow tiddlers.
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
title: SaveTiddlersCommand
|
|
tags: docs command
|
|
|
|
Save a set of tiddlers matching a filter as separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).
|
|
|
|
```
|
|
--savetiddlers <filter> <template> <pathname> [<type>] [<extension>]
|
|
```
|
|
|
|
For example:
|
|
|
|
```
|
|
--savetiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
|
|
```
|