1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-16 08:54:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/DumpCommand.tid

34 lines
404 B
Plaintext
Raw Normal View History

2012-06-10 16:48:23 +00:00
title: DumpCommand
tags: docs command
!!! dump tiddlers
Dump the titles of the tiddlers in the wiki store
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
--dump tiddlers
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
!!! dump tiddler
Dump the fields of an individual tiddler
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
--dump tiddler <title>
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
!!! dump system
2012-06-10 16:48:23 +00:00
Dump 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
```
--dump systems
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
!!! dump config
Dump the current core configuration
2013-01-16 13:44:09 +00:00
```
2012-06-10 16:48:23 +00:00
--dump config
2013-01-16 13:44:09 +00:00
```