mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-11 04:19:56 +00:00
e93515f32a
A small fix to make its style the same as the TiddlyWiki settings page.
25 lines
673 B
Plaintext
25 lines
673 B
Plaintext
title: $:/core/ui/ControlPanel/Settings/CodeMirror
|
|
tags: $:/tags/ControlPanel/SettingsTab
|
|
caption: CodeMirror
|
|
list-after: $:/core/ui/ControlPanel/Settings/TiddlyWiki
|
|
|
|
\define lingo-base() $:/language/codemirror/controlPanel/
|
|
|
|
<<lingo hint>>
|
|
|
|
<$link to="$:/plugins/tiddlywiki/codemirror/usage"><<lingo usage>></$link>
|
|
|
|
<$link to="$:/plugins/tiddlywiki/codemirror/keyboard"><<lingo keyboard>></$link>
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings/CodeMirror]]">
|
|
|
|
<div class="tc-control-panel-setting" data-setting-title=<<currentTiddler>> >
|
|
|
|
!!.tc-control-panel-accent <$link><$transclude field="caption"/></$link>
|
|
|
|
<$transclude/>
|
|
|
|
</div>
|
|
|
|
</$list>
|