mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
25 lines
612 B
Plaintext
25 lines
612 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 style="border-top:1px solid #eee;">
|
||
|
|
||
|
!! <$link><$transclude field="caption"/></$link>
|
||
|
|
||
|
<$transclude/>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</$list>
|