mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
34 lines
405 B
Plaintext
34 lines
405 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 shadows
|
|
|
|
Dump the titles of the shadow tiddlers in the wiki store
|
|
|
|
{{{
|
|
--dump shadows
|
|
}}}
|
|
|
|
!!! dump config
|
|
|
|
Dump the current core configuration
|
|
|
|
{{{
|
|
--dump config
|
|
}}} |