1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-28 03:52:43 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/PrintCommand.tid

36 lines
464 B
Plaintext
Raw Normal View History

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
```