mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-18 07:40:42 +00:00
Use the built-in tabs macro for the tiddler info panel and the sidebar tabs
Now you can insert your own tabs, too - see the release note
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
title: $:/core/ui/TiddlerInfo/Fields
|
||||
tags: $:/tags/TiddlerInfo
|
||||
caption: Fields
|
||||
|
||||
<$transclude tiddler="$:/core/ui/TiddlerFields"/>
|
||||
@@ -0,0 +1,5 @@
|
||||
title: $:/core/ui/TiddlerInfo/List
|
||||
tags: $:/tags/TiddlerInfo
|
||||
caption: List
|
||||
|
||||
<$list filter="[list{!!title}]" itemClass="tw-menu-list-item" emptyMessage="This tiddler does not have a list" template="$:/core/ui/ListItemTemplate"/>
|
||||
@@ -0,0 +1,5 @@
|
||||
title: $:/core/ui/TiddlerInfo/Listed
|
||||
tags: $:/tags/TiddlerInfo
|
||||
caption: Listed
|
||||
|
||||
<$list filter="[is[current]listed[]!is[system]]" itemClass="tw-menu-list-item" emptyMessage="This tiddler is not listed by any others" template="$:/core/ui/ListItemTemplate"/>
|
||||
@@ -0,0 +1,6 @@
|
||||
title: $:/core/ui/TiddlerInfo/References
|
||||
tags: $:/tags/TiddlerInfo
|
||||
caption: References
|
||||
|
||||
<$list filter="[is[current]backlinks[]sort[title]]" emptyMessage="No tiddlers link to this one" template="$:/core/ui/ListItemTemplate">
|
||||
</$list>
|
||||
@@ -0,0 +1,5 @@
|
||||
title: $:/core/ui/TiddlerInfo/Tagging
|
||||
tags: $:/tags/TiddlerInfo
|
||||
caption: Tagging
|
||||
|
||||
<$list filter="[is[current]tagging[]]" itemClass="tw-menu-list-item" emptyMessage="No tiddlers are tagged with this one" template="$:/core/ui/ListItemTemplate"/>
|
||||
Reference in New Issue
Block a user