Startup parameters (also called "paramifiers") are invoked from the URL when opening a TiddlyWiki document.
They are marked by a preceding hash character (#).
External Resources
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 timestamps |
External Resources