Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Startup Parameters
TiddlyWiki Community Wiki
(Redirected from Startup parameter)
This page is still incomplete. You can help by contributing to its expansion.
Please improve the article, or discuss the issue on the talk page.
Startup parameters (also called "paramifiers") are invoked from the URL when opening a TiddlyWiki document.
They are marked by a preceding hash character (#).
| Name | Key | Description |
|---|---|---|
| permalink | list of tiddler names | cf. Permaview, Permalink |
| Safe Mode | start:safe
| opens the document in Safe Mode |
| readOnly mode | readOnly:[yes|no]
| enable or disable readOnly mode |
| display tiddler | open:[title]
| opens the tiddler with the specified title |
| select theme | theme:[name]
| selects the specified theme |
| display tagged tiddlers | tag:[name]
| displays tiddlers tagged with the specified tag |
| display filtered tiddlers | filter:[expression]
| displays tiddlers matching the specified filter expression |
| search | search:[text]
| performs a search for the specified text |
| new tiddler | newTiddler:[title]
| creates a new tiddler with the specified title, opening it in edit mode |
| new journal entry | newJournal:[dateFormat]
| creates a new journal entry with the specified date format |

