mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@ -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>
|
@ -0,0 +1 @@
|
||||
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 20 20" aria-hidden="true" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M2 5a2 2 0 012-2h12a2 2 0 012 2v10a2 2 0 01-2 2H4a2 2 0 01-2-2V5zm3.293 1.293a1 1 0 011.414 0l3 3a1 1 0 010 1.414l-3 3a1 1 0 01-1.414-1.414L7.586 10 5.293 7.707a1 1 0 010-1.414zM11 12a1 1 0 100 2h3a1 1 0 100-2h-3z" clip-rule="evenodd"></path></svg>
|
After Width: | Height: | Size: 441 B |
@ -0,0 +1,2 @@
|
||||
title: $:/plugins/oeyoews/commandpalette/icon
|
||||
type: image/svg+xml
|
Reference in New Issue
Block a user