mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
a375d2d9b6
For example, the previous title for the tiddler containing the editor types tab of control panel was “$:/core/ui/ControlPanel/Advanced/EditorTypes”. We’re now removing the “Advanced” portion, so that we don’t have to rename tiddlers like this if we move them around between tabs
20 lines
406 B
Plaintext
20 lines
406 B
Plaintext
title: $:/core/ui/ControlPanel/Settings
|
|
tags: $:/tags/ControlPanel/Advanced
|
|
caption: {{$:/language/ControlPanel/Settings/Caption}}
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Settings/
|
|
|
|
<<lingo Hint>>
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]">
|
|
|
|
<div style="border-top:1px solid #eee;">
|
|
|
|
!! <$link><$transclude field="caption"/></$link>
|
|
|
|
<$transclude/>
|
|
|
|
</div>
|
|
|
|
</$list>
|