1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/commands/DumpCommand.tid
Jeremy Ruston 623a3ec8f8 Rename "shadow" tiddlers to "system" tiddlers
What we have at the moment isn't really the same as TiddlyWiki
classic's shadow tiddlers, it's a much simpler system for excluding
tiddlers. We'll use the term "shadow" instead to refer to the way that
tiddlers in plugins behave, which is exactly like TiddlyWiki classic's
shadow tiddlers.
2013-03-15 22:00:19 +00:00

34 lines
404 B
Plaintext

title: DumpCommand
tags: docs command
!!! dump tiddlers
Dump the titles of the tiddlers in the wiki store
```
--dump tiddlers
```
!!! dump tiddler
Dump the fields of an individual tiddler
```
--dump tiddler <title>
```
!!! dump system
Dump the titles of the system tiddlers in the wiki store
```
--dump systems
```
!!! dump config
Dump the current core configuration
```
--dump config
```