mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
ecd467496d
And also a custom view template title that greys out the $:/global/ part of the title
17 lines
562 B
Plaintext
17 lines
562 B
Plaintext
title: $:/core/ui/MoreSideBar/Globals
|
|
tags: $:/tags/MoreSideBar
|
|
caption: {{$:/language/SideBar/Globals/Caption}}
|
|
|
|
<$list filter="[all[tiddlers+shadows]prefix[$:/global/]sort[]]">
|
|
<div class="tc-menu-list-item">
|
|
<$link>
|
|
<$let
|
|
name={{{ [<currentTiddler>removeprefix[$:/global/]] }}}
|
|
type={{{ [{!!_is_macro}match[yes]then[macro]] :else[{!!_is_function}match[yes]then[function]] :else[{!!_is_procedure}match[yes]then[procedure]] :else[{!!_is_widget}match[yes]then[widget]] :else[[variable]] }}}
|
|
>
|
|
{{$:/language/Globals/ListItem}}
|
|
</$let>
|
|
</$link>
|
|
</div>
|
|
</$list>
|