-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OcttKB Cross-Repo Sync (HTML to Raw)
- Loading branch information
octospacc
committed
Jan 29, 2024
1 parent
a4cb441
commit c6b7dd6
Showing
33 changed files
with
354 additions
and
53 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
Wiki-OcttKB/tiddlers/System/Apps/MagicBox/Buttons/_Open-MagicBox.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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> |
13 changes: 13 additions & 0 deletions
13
Wiki-OcttKB/tiddlers/System/Apps/MagicBox/Shortcuts/_Open-MagicBox.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
created: 20240129163942191 | ||
creator: Octt | ||
key: ((Open-MagicBox)) | ||
modified: 20240129170319526 | ||
modifier: Octt | ||
tags: $:/tags/KeyboardShortcut | ||
title: $:/Apps/MagicBox/Shortcuts/Open-MagicBox | ||
|
||
\whitespace trim | ||
<$navigator story="$:/StoryList" history="$:/HistoryList"> | ||
<$action-navigate $to="$:/Apps/MagicBox/Overlay" $scroll="yes"/> | ||
<!--<$action-sendmessage $message="tm-focus-selector" $param="""[data-tiddler-title="$:/Apps/MagicBox/Overlay"] ._input""" preventScroll="true"/>--> | ||
</$navigator> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
created: 20240129145705629 | ||
creator: Octt | ||
modified: 20240129161333542 | ||
modifier: Octt | ||
tags: | ||
title: $:/Apps/MagicBox/Overlay | ||
|
||
\define @thisOverlay() section.tc-story-river > div.tc-tiddler-frame.tc-tiddler-view-frame[data-tiddler-title="<$text text=<<currentTiddler>>/>"] | ||
<style> | ||
<<@thisOverlay>> { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
z-index: 9999; | ||
width: 100vw; | ||
height: 100vh; | ||
overflow-y: auto; | ||
} | ||
<<@thisOverlay>> div.tc-tiddler-title, | ||
<<@thisOverlay>> div.tc-titlebar { | ||
background: none; | ||
height: 0; | ||
} | ||
<<@thisOverlay>> .tc-tiddler-controls button { | ||
display: none; | ||
} | ||
<<@thisOverlay>> .tc-tiddler-controls button[class*="tc-btn-%24%3A%2Fcore%2Fui%2FButtons%2Fclose"] { | ||
display: revert; | ||
position: fixed; | ||
top: 0px; | ||
right: 8px; | ||
} | ||
<<@thisOverlay>> .View-Breadcrumbs, | ||
<<@thisOverlay>> div.OcttKB-i18n, | ||
<<@thisOverlay>> div.tc-subtitle { | ||
display: none; | ||
} | ||
</style> | ||
<$set name=closeOnChoose value=<<currentTiddler>>> | ||
{{$:/Apps/MagicBox}} | ||
</$set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
created: 20240129140126456 | ||
created: 20240129171445021 | ||
current-tiddler: GettingStarted | ||
modified: 20240129140126456 | ||
modified: 20240129171445021 | ||
title: $:/HistoryList | ||
type: application/json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
created: 20240129132106430 | ||
creator: Octt | ||
list: | ||
modified: 20240129135852455 | ||
modified: 20240129171406542 | ||
modifier: Octt | ||
title: $:/StoryList |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
created: 20240128222912902 | ||
creator: Octt | ||
modified: 20240128222912902 | ||
modified: 20240129160709219 | ||
modifier: Octt | ||
title: $:/config/Manager/Filter | ||
|
||
Draft of | ||
MagicBox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
created: 20230203215732789 | ||
creator: Octt | ||
modified: 20230203215744445 | ||
modified: 20240129160704435 | ||
modifier: Octt | ||
title: $:/config/Manager/System | ||
|
||
system | ||
title: $:/config/Manager/System |
4 changes: 4 additions & 0 deletions
4
Wiki-OcttKB/tiddlers/System/config/ShortcutInfo/_Open-MagicBox.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
created: 20240129164312864 | ||
modified: 20240129164319981 | ||
tags: | ||
title: $:/config/ShortcutInfo/Open-MagicBox |
7 changes: 7 additions & 0 deletions
7
...ttKB/tiddlers/System/config/ViewToolbarButtons/Visibility/$/core/ui/Buttons/_fold-bar.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
created: 20240129143536837 | ||
creator: Octt | ||
modified: 20240129143547597 | ||
modifier: Octt | ||
title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar | ||
|
||
hide |
7 changes: 7 additions & 0 deletions
7
...B/tiddlers/System/config/ViewToolbarButtons/Visibility/$/core/ui/Buttons/_fold-others.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
created: 20240129143540117 | ||
creator: Octt | ||
modified: 20240129143540888 | ||
modifier: Octt | ||
title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others | ||
|
||
hide |
8 changes: 8 additions & 0 deletions
8
...lbarButtons/Visibility/$/plugins/btheado/BrowserStorage/Buttons/_browser-storage-info.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
created: 20240129142939181 | ||
creator: Octt | ||
modified: 20240129143911354 | ||
modifier: Octt | ||
tags: | ||
title: $:/config/ViewToolbarButtons/Visibility/$:/plugins/btheado/BrowserStorage/Buttons/browser-storage-info | ||
|
||
hide |
7 changes: 7 additions & 0 deletions
7
Wiki-OcttKB/tiddlers/System/config/shortcuts/_Open-MagicBox.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
created: 20240129165246939 | ||
creator: Octt | ||
modified: 20240129165246939 | ||
modifier: Octt | ||
title: $:/config/shortcuts/Open-MagicBox | ||
|
||
ctrl-O |
6 changes: 3 additions & 3 deletions
6
.../tiddlers/Normal/kk-notes-box/_styles.tid → .../tiddlers/System/kk-notes-box/_styles.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...lers/Normal/kk-notes-box/macros/_note.tid → ...lers/System/kk-notes-box/macros/_note.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...Normal/kk-notes-box/macros/_svg-icons.tid → ...System/kk-notes-box/macros/_svg-icons.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
Wiki-OcttKB/tiddlers/System/plugins/btheado/BrowserStorage/Buttons/_browser-storage-info.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
caption: {{$:/images/boxicons/regular/bx-cylinder}} Browser Storage Status | ||
created: 20230927064059779 | ||
creator: Octt | ||
list-before: | ||
modified: 20230927064059779 | ||
modified: 20240129143901328 | ||
modifier: Octt | ||
tags: $:/tags/ViewToolbar | ||
title: $:/plugins/btheado/BrowserStorage/Buttons/browser-storage-info | ||
|
||
\whitespace trim | ||
<$list filter="[{$:/config/ViewToolbarButtons/Visibility/$:/plugins/btheado/BrowserStorage/Buttons/browser-storage-info}match[show]]" variable="ignore"> | ||
<$list filter="[enlist{$:/temp/BrowserStorage/Log}match<currentTiddler>] [haschanged[]subfilter{$:/config/BrowserStorage/SaveFilter}match<currentTiddler>] :and[first[]]"> | ||
<$button to="$:/plugins/btheado/BrowserStorage/backup" tooltip="this tiddler is stored in browser storage" aria-label="this tiddler is stored in browser storage" class=<<tv-config-toolbar-class>>> | ||
{{$:/images/boxicons/regular/bx-cylinder}} | ||
</$button> | ||
</$list> | ||
</$list> |
Oops, something went wrong.