mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
21 lines
493 B
Plaintext
21 lines
493 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 class="tc-control-panel-setting" data-setting-title=<<currentTiddler>> style="border-top:1px solid #eee;">
|
|
|
|
!!.tc-control-panel-accent <$link><$transclude field="caption"/></$link>
|
|
|
|
<$transclude/>
|
|
|
|
</div>
|
|
|
|
</$list>
|