1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-31 08:10:36 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/PrintCommand.tid
2013-08-09 22:00:42 +01:00

36 lines
469 B
Plaintext

title: PrintCommand
tags: docs command
The `print` command outputs specified information.
!!! print tiddlers
Output the titles of the tiddlers in the wiki store
```
--print tiddlers
```
!!! print tiddler
Print the fields of an individual tiddler
```
--print tiddler <title>
```
!!! print system
Print the titles of the system tiddlers in the wiki store
```
--print system
```
!!! print config
Print the current core configuration
```
--print config
```