mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
578e883bdc
* Move to Core * List-Before * Update core/ui/ControlPanel/Settings.tid * Proper list-before
21 lines
398 B
Plaintext
21 lines
398 B
Plaintext
title: $:/core/ui/ControlPanel/Settings/TiddlyWiki
|
|
tags: $:/tags/ControlPanel/SettingsTab
|
|
caption: TiddlyWiki
|
|
list-before:
|
|
|
|
\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>
|