mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
1ebe0d39b2
It was unnecessary, since everything here is documentation
36 lines
464 B
Plaintext
36 lines
464 B
Plaintext
title: PrintCommand
|
|
tags: 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
|
|
``` |