TiddlyWiki5/editions/tw5.com/tiddlers/commands/PrintCommand.tid

36 wiersze
464 B
Plaintext
Czysty Zwykły widok Historia

title: PrintCommand
tags: command
2012-06-10 16:48:23 +00:00
The `print` command outputs specified information.
2012-06-10 16:48:23 +00:00
!!! print tiddlers
Output the titles of the tiddlers in the wiki store
2012-06-10 16:48:23 +00:00
2013-01-16 13:44:09 +00:00
```
--print tiddlers
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
!!! print tiddler
2012-06-10 16:48:23 +00:00
Print the fields of an individual tiddler
2012-06-10 16:48:23 +00:00
2013-01-16 13:44:09 +00:00
```
--print tiddler <title>
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
!!! print system
2012-06-10 16:48:23 +00:00
Print the titles of the system tiddlers in the wiki store
2012-06-10 16:48:23 +00:00
2013-01-16 13:44:09 +00:00
```
--print system
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
!!! print config
2012-06-10 16:48:23 +00:00
Print the current core configuration
2012-06-10 16:48:23 +00:00
2013-01-16 13:44:09 +00:00
```
--print config
2013-01-16 13:44:09 +00:00
```