mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
18 lines
545 B
Plaintext
18 lines
545 B
Plaintext
created: 20140828080837703
|
|
modified: 20140912145908651
|
|
tags: [[Customise TiddlyWiki]]
|
|
title: Configuring the default TiddlerInfo tab
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The configuration tiddler [[$:/config/TiddlerInfo/Default]] contains the title of the tiddler containing the default tiddler info tab.
|
|
|
|
The default value is `$:/core/ui/TiddlerInfo/Tools` corresponding to the ''Tools'' tab. Other possible values are:
|
|
|
|
<ul>
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]">
|
|
<li>
|
|
<$view field="title"/>
|
|
</li>
|
|
</$list>
|
|
</ul>
|