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:
@@ -3,7 +3,7 @@
|
||||
.width: 33
|
||||
created: 20240129095948486
|
||||
creator: Octt
|
||||
modified: 20240129234018781
|
||||
modified: 20240130144632702
|
||||
modifier: Octt
|
||||
tags: $:/Apps
|
||||
title: $:/Apps/MagicBox
|
||||
@@ -11,7 +11,7 @@ title: $:/Apps/MagicBox
|
||||
\define SearchResults(fields)
|
||||
<$list filter="[!is[system]search:$fields${$:/temp/MagicBox!!.input}sort[title]limit[100]]">
|
||||
<div class=`MagicBoxApplet result ${[{$:/Apps/MagicBox!!.type}]}$` style=`background-image: url("${[{!!page-cover}]}$");`>
|
||||
<$button class="tc-btn-invisible">
|
||||
<$button class="OcttKB-BorderFocus tc-btn-invisible">
|
||||
<$action-sendmessage $message="tm-close-tiddler" $param=<<closeOnChoose>>/>
|
||||
<$action-navigate $to={{!!title}}/>
|
||||
<!--<$link to={{!!title}}>-->
|
||||
@@ -35,13 +35,14 @@ title: $:/Apps/MagicBox
|
||||
|
||||
<$range field=".width" min="19" max="49"/>{{!!.width}}
|
||||
|
||||
<$edit-text tiddler="$:/temp/MagicBox" field=".input" class="_input" placeholder="Search..." tabindex="0"/>
|
||||
<$edit-text tiddler="$:/temp/MagicBox" field=".input" class="OcttKB-BorderFocus _input" placeholder="Search..." tabindex="0"/>
|
||||
</div>
|
||||
|
||||
<$action-sendmessage $message="tm-focus-selector" $param=".MagicBoxApplet.options > ._input"/>
|
||||
<<script script='try {
|
||||
document.querySelector(".MagicBoxApplet.options > ._input")?.focus();
|
||||
document.querySelector("div.tc-tiddler-frame.tc-tiddler-view-frame[data-tiddler-title=\"$:/Apps/MagicBox/Overlay\"] .MagicBoxApplet.options > ._input")?.focus();
|
||||
var inputElem = document.querySelector("div.tc-tiddler-frame.tc-tiddler-view-frame[data-tiddler-title=\"$:/Apps/MagicBox/Overlay\"] .MagicBoxApplet.options > ._input, .MagicBoxApplet.options > ._input");
|
||||
inputElem?.focus();
|
||||
inputElem?.select();
|
||||
} catch(e) { $OcttKB.ErrAtLine(e) }'>><<script off>>
|
||||
|
||||
<style>
|
||||
@@ -74,12 +75,13 @@ title: $:/Apps/MagicBox
|
||||
}
|
||||
.MagicBoxApplet.result pre {
|
||||
color: initial;
|
||||
max-height: 7em;
|
||||
max-height: 10em;
|
||||
overflow-y: auto;
|
||||
margin: 0;
|
||||
top: 1em;
|
||||
top: 0.5em;
|
||||
position: relative;
|
||||
text-align: initial;
|
||||
font-size: small;
|
||||
}
|
||||
.MagicBoxApplet.result h3 > a {
|
||||
pointer-events: none;
|
||||
@@ -96,7 +98,7 @@ title: $:/Apps/MagicBox
|
||||
</style>
|
||||
|
||||
<$if value={{{ [{$:/temp/MagicBox!!.input}split[]count[]compare:integer:gteq[3]then[1]] }}}>
|
||||
<$if value={{{ [!is[system]search:title{$:/temp/MagicBox!!.input}then[]else[1]] }}}>
|
||||
<$if value={{{ [search:title{$:/temp/MagicBox!!.input}then[0]else[1]] }}}>
|
||||
<$button>
|
||||
<$action-sendmessage $message="tm-close-tiddler" $param=<<closeOnChoose>>/>
|
||||
<$action-sendmessage $message="tm-new-tiddler" title={{$:/temp/MagicBox!!.input}} />
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20230112154615238
|
||||
creator: Octt
|
||||
modified: 20230813105657577
|
||||
modified: 20240130140457967
|
||||
modifier: Octt
|
||||
tags: $:/tags/Stylesheet
|
||||
title: $:/Styles/Embed
|
||||
@@ -48,7 +48,12 @@ label.Embed-Fullscreen-Btn {
|
||||
input.Embed-Fullscreen-Btn:checked,
|
||||
input.Embed-Fullscreen-Btn:checked ~ label,
|
||||
input.Embed-Fullscreen-Btn:checked ~ iframe
|
||||
{ position: absolute; z-index: 99999; top: 2em/*0.64em*/; right: 0px; }
|
||||
{
|
||||
position: absolute;/*fixed;*/
|
||||
z-index: 99999;
|
||||
top: 2em/*0.64em*/;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
input.Embed-Fullscreen-Btn:checked ~ iframe {
|
||||
height: calc(100vh - 2em);
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20230108190740128
|
||||
creator: Octt
|
||||
modified: 20240129121756874
|
||||
modified: 20240130144331870
|
||||
modifier: Octt
|
||||
tags: $:/tags/Stylesheet
|
||||
title: $:/Styles/Main
|
||||
@@ -110,6 +110,7 @@ Div.View-Breadcrumbs
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
.OcttKB-BorderFocus:focus,
|
||||
.tc-sidebar-search .tc-search .tc-popup-handle[type="search"]:focus {
|
||||
border: 2px dashed <<--HeadingColor0>>;
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
created: 20240130004734701
|
||||
created: 20240130172821991
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20240130004734701
|
||||
modified: 20240130172821991
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
@@ -1,6 +1,6 @@
|
||||
created: 20240129215525933
|
||||
created: 20240130112855333
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20240130004259074
|
||||
modified: 20240130172625759
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
@@ -1,7 +1,5 @@
|
||||
created: 20240128222912902
|
||||
creator: Octt
|
||||
modified: 20240129160709219
|
||||
modified: 20240130163532498
|
||||
modifier: Octt
|
||||
title: $:/config/Manager/Filter
|
||||
|
||||
MagicBox
|
||||
title: $:/config/Manager/Filter
|
@@ -1,8 +1,6 @@
|
||||
created: 20211229144823211
|
||||
creator: Octt
|
||||
modified: 20231221142729068
|
||||
modified: 20240130145028693
|
||||
modifier: Octt
|
||||
tags: $:/km/keynav
|
||||
title: $:/config/shortcuts/StoryFirst
|
||||
|
||||
shift-alt-Up
|
||||
title: $:/config/shortcuts/StoryFirst
|
@@ -1,8 +1,6 @@
|
||||
created: 20211229144841080
|
||||
creator: Octt
|
||||
modified: 20231221142732516
|
||||
modified: 20240130145114687
|
||||
modifier: Octt
|
||||
tags: $:/km/keynav
|
||||
title: $:/config/shortcuts/StoryLast
|
||||
|
||||
shift-alt-Down
|
||||
title: $:/config/shortcuts/StoryLast
|
@@ -1,8 +1,8 @@
|
||||
created: 20211229144803909
|
||||
creator: Octt
|
||||
modified: 20231221142739629
|
||||
modified: 20240130144815910
|
||||
modifier: Octt
|
||||
tags: $:/km/keynav
|
||||
title: $:/config/shortcuts/StoryNext
|
||||
|
||||
shift-alt-Left
|
||||
shift-alt-Left shift-alt-Up
|
@@ -1,8 +1,8 @@
|
||||
created: 20211229143921111
|
||||
creator: Octt
|
||||
modified: 20231221142743532
|
||||
modified: 20240130144821891
|
||||
modifier: Octt
|
||||
tags: $:/km/keynav
|
||||
title: $:/config/shortcuts/StoryPrev
|
||||
|
||||
shift-alt-Right
|
||||
shift-alt-Right shift-alt-Down
|
@@ -1,6 +1,6 @@
|
||||
created: 20220920140732083
|
||||
creator: Octt
|
||||
modified: 20240129223326435
|
||||
modified: 20240130143619413
|
||||
modifier: Octt
|
||||
title: $:/state/showeditpreview
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20220920174307633
|
||||
creator: Octt
|
||||
modified: 20240129133637373
|
||||
modified: 20240130140903653
|
||||
modifier: Octt
|
||||
title: $:/state/sidebar
|
||||
|
||||
|
7
Wiki-OcttKB/tiddlers/System/state/_tab--1697244606.tid
Normal file
7
Wiki-OcttKB/tiddlers/System/state/_tab--1697244606.tid
Normal file
@@ -0,0 +1,7 @@
|
||||
created: 20240130163352898
|
||||
creator: Octt
|
||||
modified: 20240130163913678
|
||||
modifier: Octt
|
||||
title: $:/state/tab--1697244606
|
||||
|
||||
$:/core/ui/TiddlerInfo/Tools
|
@@ -1,7 +1,7 @@
|
||||
created: 20231107221030108
|
||||
creator: Octt
|
||||
modified: 20240129160536894
|
||||
modified: 20240130163540682
|
||||
modifier: Octt
|
||||
title: $:/state/tab--23637530
|
||||
|
||||
$:/plugins/kookma/commander/snr/ui
|
||||
$:/plugins/kookma/commander/field/ui
|
@@ -1,7 +1,7 @@
|
||||
created: 20220920090405977
|
||||
creator: Octt
|
||||
modified: 20240129230306596
|
||||
modified: 20240130144710127
|
||||
modifier: Octt
|
||||
title: $:/state/tab-1749438307
|
||||
|
||||
$:/core/ui/ControlPanel/Appearance
|
||||
$:/core/ui/ControlPanel/KeyboardShortcuts
|
7
Wiki-OcttKB/tiddlers/System/state/_tab-1964634701.tid
Normal file
7
Wiki-OcttKB/tiddlers/System/state/_tab-1964634701.tid
Normal file
@@ -0,0 +1,7 @@
|
||||
created: 20240130163555079
|
||||
creator: Octt
|
||||
modified: 20240130163943321
|
||||
modifier: Octt
|
||||
title: $:/state/tab-1964634701
|
||||
|
||||
$:/plugins/kookma/commander/field/uicomp/add-fields
|
@@ -1,7 +1,7 @@
|
||||
created: 20230203222356189
|
||||
creator: Octt
|
||||
modified: 20240129002728746
|
||||
modified: 20240130163630607
|
||||
modifier: Octt
|
||||
title: $:/state/commander/log-tiddler
|
||||
|
||||
$:/temp/commander/logs/tid-1
|
||||
$:/temp/commander/logs/tid-2
|
@@ -0,0 +1,7 @@
|
||||
created: 20240130163644030
|
||||
creator: Octt
|
||||
modified: 20240130163644030
|
||||
modifier: Octt
|
||||
title: $:/state/commander/reveal/$:/plugins/kookma/commander/log/ui--23637530
|
||||
|
||||
open
|
@@ -1,6 +1,6 @@
|
||||
created: 20231221120659464
|
||||
creator: Octt
|
||||
modified: 20231221142747652
|
||||
modified: 20240130145117719
|
||||
modifier: Octt
|
||||
title: $:/state/dropdown/keyboardshortcut/StoryFirst--502179266
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20231221120659032
|
||||
creator: Octt
|
||||
modified: 20231221142745564
|
||||
modified: 20240130145115872
|
||||
modifier: Octt
|
||||
title: $:/state/dropdown/keyboardshortcut/StoryLast--502179266
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20231221120658624
|
||||
creator: Octt
|
||||
modified: 20231221142744876
|
||||
modified: 20240130144850086
|
||||
modifier: Octt
|
||||
title: $:/state/dropdown/keyboardshortcut/StoryNext--502179266
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20231221120658160
|
||||
creator: Octt
|
||||
modified: 20231221142746236
|
||||
modified: 20240130144851341
|
||||
modifier: Octt
|
||||
title: $:/state/dropdown/keyboardshortcut/StoryPrev--502179266
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20220920092307479
|
||||
creator: Octt
|
||||
modified: 20240129223648813
|
||||
modified: 20240130172746108
|
||||
modifier: Octt
|
||||
title: $:/state/tab/sidebar--595412856
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
created: 20230817233308156
|
||||
creator: Octt
|
||||
modified: 20240129215819354
|
||||
modified: 20240130172629197
|
||||
modifier: Octt
|
||||
title: $:/state/toc/$:/ToC-$:/Tools--1697730578
|
||||
|
||||
|
Reference in New Issue
Block a user