mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-02 19:51:30 +00:00
Add editor type mappings to control panel
This commit is contained in:
30
core/ui/ControlPanel/Advanced/EditorTypes.tid
Normal file
30
core/ui/ControlPanel/Advanced/EditorTypes.tid
Normal file
@@ -0,0 +1,30 @@
|
||||
title: $:/core/ui/ControlPanel/Advanced/EditorTypes
|
||||
tags: $:/tags/ControlPanel/Advanced
|
||||
caption: {{$:/language/ControlPanel/Advanced/EditorTypes/Caption}}
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Advanced/EditorTypes/
|
||||
|
||||
<<lingo Hint>>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><<lingo Type/Caption>></th>
|
||||
<th><<lingo Editor/Caption>></th>
|
||||
</tr>
|
||||
<$list filter="[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]">
|
||||
<tr>
|
||||
<td>
|
||||
<$link>
|
||||
<$list filter="[all[current]removeprefix[$:/config/EditorTypeMappings/]]">
|
||||
<$text text={{!!title}}/>
|
||||
</$list>
|
||||
</$link>
|
||||
</td>
|
||||
<td>
|
||||
<$view field="text"/>
|
||||
</td>
|
||||
</tr>
|
||||
</$list>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user