OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2024-01-29 01:10:04 +00:00
parent cc1061366e
commit 091ea33e87
457 changed files with 4625 additions and 112 deletions

View File

@@ -0,0 +1,17 @@
caption: CMD
description: Cmd
list-before: $:/core/ui/Buttons/more-page-actions
tags: $:/tags/PageControls
title: $:/plugins/oeyoews/commandpalette/cmd
\whitespace trim
<$button tooltip="open-command-palette" aria-label="cmd" message="open-command-palette" class=<<tv-config-toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/plugins/oeyoews/commandpalette/icon}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text="CMd"/>
</span>
</$list>
</$button>