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:
@@ -1,13 +0,0 @@
|
||||
created: 20240129160009781
|
||||
creator: Octt
|
||||
list-before: $:/core/ui/Buttons/more-page-actions
|
||||
modified: 20240129165212023
|
||||
modifier: Octt
|
||||
tags: $:/tags/PageControls
|
||||
title: $:/Apps/MagicBox/Buttons/Open-MagicBox
|
||||
|
||||
<$button tooltip="Open MagicBox" class="tc-btn-invisible">
|
||||
🪟️
|
||||
<!--<$action-navigate $to="$:/Apps/MagicBox/Overlay"/>-->
|
||||
{{$:/Apps/MagicBox/Shortcuts/Open-MagicBox}}
|
||||
</$button>
|
@@ -0,0 +1,21 @@
|
||||
created: 20240129160009781
|
||||
creator: Octt
|
||||
list-before: $:/core/ui/Buttons/more-page-actions
|
||||
modified: 20240129223619782
|
||||
modifier: Octt
|
||||
tags: $:/tags/PageControls
|
||||
title: $:/Apps/MagicBox/Buttons/Toggle-MagicBox
|
||||
|
||||
\define label() Toggle MagicBox
|
||||
\whitespace trim
|
||||
<$button tooltip=<<label>> class=<<tv-config-toolbar-class>>>
|
||||
<$if value=<<tv-config-toolbar-icons>> match="yes">
|
||||
🪟️
|
||||
</$if>
|
||||
<$if value=<<tv-config-toolbar-text>> match="yes">
|
||||
<span class="tc-btn-text">
|
||||
<$text text=<<label>>/>
|
||||
</span>
|
||||
</$if>
|
||||
{{$:/Apps/MagicBox/Shortcuts/Toggle-MagicBox}}
|
||||
</$button>
|
Reference in New Issue
Block a user