mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
17 lines
709 B
Plaintext
17 lines
709 B
Plaintext
|
title: $:/core/ui/ControlPanel/Settings/codemirror/theme
|
||
|
tags: $:/tags/ControlPanel/Settings/CodeMirror
|
||
|
caption: {{$:/language/codemirror/theme/hint}}
|
||
|
|
||
|
\define lingo-base() $:/language/codemirror/
|
||
|
|
||
|
<$link to="$:/config/codemirror/theme"><<lingo hint>></$link>
|
||
|
|
||
|
<$select tiddler="$:/config/codemirror/theme" default="default">
|
||
|
<option value="default">default</option>
|
||
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Stylesheet]module-type[codemirror-theme]!has[draft.of]get[name]]">
|
||
|
<option value=<<currentTiddler>>><$transclude field="name"><$text text=<<currentTiddler>>/></$transclude></option>
|
||
|
</$list>
|
||
|
</$select>
|
||
|
|
||
|
//see the [[CodeMirror Usage|$:/plugins/tiddlywiki/codemirror/usage]] how to add themes//
|