mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Allow default tiddler info tab to be configured
This commit is contained in:
parent
d2a5a12f2d
commit
b437f1b450
@ -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"/>
|
3
core/wiki/config/TiddlerInfoDefault.tid
Normal file
3
core/wiki/config/TiddlerInfoDefault.tid
Normal file
@ -0,0 +1,3 @@
|
||||
title: $:/config/TiddlerInfo/Default
|
||||
|
||||
$:/core/ui/TiddlerInfo/Tools
|
@ -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>
|
Loading…
Reference in New Issue
Block a user