-
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 30, 2024
1 parent
c6b7dd6
commit 3e8e23f
Showing
39 changed files
with
190 additions
and
79 deletions.
There are no files selected for viewing
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
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
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
13 changes: 0 additions & 13 deletions
13
Wiki-OcttKB/tiddlers/System/Apps/MagicBox/Buttons/_Open-MagicBox.tid
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
Wiki-OcttKB/tiddlers/System/Apps/MagicBox/Buttons/_Toggle-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,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> |
13 changes: 0 additions & 13 deletions
13
Wiki-OcttKB/tiddlers/System/Apps/MagicBox/Shortcuts/_Open-MagicBox.tid
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
Wiki-OcttKB/tiddlers/System/Apps/MagicBox/Shortcuts/_Toggle-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,18 @@ | ||
created: 20240129163942191 | ||
creator: Octt | ||
key: ((Toggle-MagicBox)) | ||
modified: 20240129232038489 | ||
modifier: Octt | ||
tags: $:/tags/KeyboardShortcut | ||
title: $:/Apps/MagicBox/Shortcuts/Toggle-MagicBox | ||
|
||
\define appTiddler() $:/Apps/MagicBox/Overlay | ||
\whitespace trim | ||
<$navigator story="$:/StoryList" history="$:/HistoryList"> | ||
<$if not value={{{[[$:/StoryList]contains<appTiddler>]}}}> | ||
<$action-navigate $to=<<appTiddler>> $scroll="yes"/> | ||
</$if><$else> | ||
<$action-sendmessage $message="tm-close-tiddler" $param=<<appTiddler>>/> | ||
</$else> | ||
<!--<$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,24 @@ | ||
created: 20240129220613684 | ||
creator: Octt | ||
modified: 20240129225200513 | ||
modifier: Octt | ||
tags: | ||
title: $:/Apps/MagicBox/readme | ||
|
||
This currently work-in-progress, experimental applet provides a "magic box", allowing for wiki content to be searched in a visually effective way: a full-screen interface complete with previews and covers. | ||
|
||
* Thread: [[https://talk.tiddlywiki.org/t/wiki-search-grid-with-covers-and-content-preview-prototype/9003]] | ||
|
||
Install in other wiki by drag-and-drop: | ||
|
||
# <$draggable tag="button" filter="[[$:/Apps/MagicBox]] [prefix[$:/Apps/MagicBox/]] [tag[$:/Apps/MagicBox]] [tag[$:/Apps/MagicBox/Attached]]"> | ||
All applet files | ||
</$draggable> | ||
|
||
# (Required dependency) <$draggable tag="button" filter="[[$:/plugins/ebalster/condition]]"> | ||
`ebalster/condition` plugin | ||
</$draggable> | ||
|
||
# (Optional dependency, required to show content) <$draggable tag="button" filter="[[$:/plugins/danielo515/ContextPlugin/Stylesheet/results]] [[$:/plugins/danielo515/ContextPlugin/widgets/context.js]]"> | ||
Core files of `danielo515/ContextPlugin` plugin, modified to allow `tabindex=-1` | ||
</$draggable> |
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: 20240129171445021 | ||
created: 20240130004734701 | ||
current-tiddler: GettingStarted | ||
modified: 20240129171445021 | ||
modified: 20240130004734701 | ||
title: $:/HistoryList | ||
type: application/json |
This file was deleted.
Oops, something went wrong.
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 | ||
created: 20240129215525933 | ||
creator: Octt | ||
list: | ||
modified: 20240129171406542 | ||
modified: 20240130004259074 | ||
modifier: Octt | ||
title: $:/StoryList |
7 changes: 7 additions & 0 deletions
7
...nfig/PageControlButtons/Visibility/$/plugins/tiddlywiki/markdown/_new-markdown-button.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: 20240129223645518 | ||
creator: Octt | ||
modified: 20240129223645518 | ||
modifier: Octt | ||
title: $:/config/PageControlButtons/Visibility/$:/plugins/tiddlywiki/markdown/new-markdown-button | ||
|
||
hide |
4 changes: 0 additions & 4 deletions
4
Wiki-OcttKB/tiddlers/System/config/ShortcutInfo/_Open-MagicBox.tid
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
Wiki-OcttKB/tiddlers/System/config/ShortcutInfo/_Toggle-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,6 @@ | ||
created: 20240129164312864 | ||
creator: Octt | ||
modified: 20240129225034425 | ||
modifier: Octt | ||
tags: $:/Apps/MagicBox/Attached | ||
title: $:/config/ShortcutInfo/Toggle-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,7 @@ | ||
created: 20220920161126651 | ||
creator: Octt | ||
modified: 20231110115023937 | ||
modified: 20240129184006474 | ||
modifier: Octt | ||
title: $:/config/AnimationDuration | ||
|
||
80 | ||
60 |
7 changes: 0 additions & 7 deletions
7
Wiki-OcttKB/tiddlers/System/config/shortcuts/_Open-MagicBox.tid
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
Wiki-OcttKB/tiddlers/System/config/shortcuts/_Toggle-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: 20240129183740425 | ||
modifier: Octt | ||
title: $:/config/shortcuts/Toggle-MagicBox | ||
|
||
ctrl-O |
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
2 changes: 1 addition & 1 deletion
2
Wiki-OcttKB/tiddlers/System/plugins/danielo515/ContextPlugin/widgets/_context.js.meta
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
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: 20230109143853256 | ||
creator: Octt | ||
modified: 20240129010520350 | ||
modified: 20240129215548628 | ||
modifier: Octt | ||
title: $:/state/tab--1498284803 | ||
|
||
$:/core/ui/AdvancedSearch/Shadows | ||
$:/core/ui/AdvancedSearch/Filter |
Oops, something went wrong.