1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Allow default tiddler info tab to be configured

This commit is contained in:
Jermolene 2014-08-28 09:12:00 +01:00
parent d2a5a12f2d
commit b437f1b450
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,3 @@
title: $:/core/ui/TiddlerInfo
<<tabs "[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" "$:/core/ui/TiddlerInfo/Tools">>
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default="$:/core/ui/TiddlerInfo/References"/>

View File

@ -0,0 +1,3 @@
title: $:/config/TiddlerInfo/Default
$:/core/ui/TiddlerInfo/Tools

View File

@ -0,0 +1,17 @@
created: 20140828080837703
modified: 20140828081120491
tags: howto
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>