-
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
Dec 23, 2023
1 parent
1eca4ca
commit afab887
Showing
31 changed files
with
158 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
created: 20230216221308797 | ||
creator: Octt | ||
modified: 20230927232217489 | ||
modified: 20231223162822644 | ||
modifier: Octt | ||
tags: | ||
title: Linux/Snippets | ||
|
||
; [[How to mount a local directory without root|https://unix.stackexchange.com/a/602503]] | ||
: `bindfs --no-allow-other /source/directory /mount/point` | ||
|
||
* [[xdotool list of key codes|https://gitlab.com/cunidev/gestures/-/wikis/xdotool-list-of-key-codes]] | ||
; [[Create a File of a Certain Size in Linux|https://www.baeldung.com/linux/create-file-of-given-size]] | ||
: `fallocate -l 100M ${File}` | ||
|
||
; [[How to cut a file to a given size under Linux?|https://superuser.com/questions/629521/how-to-cut-a-file-to-a-given-size-under-linux]] | ||
: `truncate --size=1G ${File}` | ||
|
||
; Misc | ||
: [[xdotool list of key codes|https://gitlab.com/cunidev/gestures/-/wikis/xdotool-list-of-key-codes]] |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
created: 20231223143928533 | ||
creator: Octt | ||
modified: 20231223144025192 | ||
modifier: Octt | ||
tags: | ||
title: Data serialization | ||
|
||
<<^WikipediaFrame "Data serialization">> | ||
|
||
* [[JSON is valid YAML|https://til.codeinthehole.com/posts/json-is-valid-yaml/]] | ||
|
||
!! YAML | ||
|
||
<<^WikipediaFrame "YAML">> | ||
|
||
* [[YAML Lint Online|https://www.yamllint.com/]] | ||
* [[YAML to JSON Converter Online|https://yml2json.com/]] | ||
|
||
!! INI | ||
|
||
<<^WikipediaFrame "INI file">> | ||
|
||
!!! TOML | ||
|
||
<<^WikipediaFrame "TOML">> |
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
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
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,10 +1,11 @@ | ||
created: 20231222234611171 | ||
creator: Octt | ||
modified: 20231222235053320 | ||
modified: 20231223111131828 | ||
modifier: Octt | ||
tags: | ||
title: MicroBlogs | ||
|
||
<<^wikipediaframe Microblog>> | ||
|
||
* <<httpsL OctoSpacc.altervista.org/MicroBlog>> | ||
* [[Numeric Citizen Blog|https://blog.numericcitizen.me/]] --- //I'm a compulsive creator (words, images, videos, podcasts). It's not always an easy journey, but it is a rewarding one.// |
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,10 @@ | ||
created: 20231223123123764 | ||
creator: Octt | ||
modified: 20231223123258009 | ||
modifier: Octt | ||
tags: | ||
title: Social network | ||
|
||
<<^WikipediaFrame "Social network">> | ||
|
||
* [[Nostr|https://nostr.com]] --- //A decentralized social network with a chance of working// --- <<[# "Git (Protocol)" "https://github.com/nostr-protocol">> |
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
19 changes: 19 additions & 0 deletions
19
Wiki-OcttKB/tiddlers/System/OcttKB/EditorToolbar/_SquaredLink.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,19 @@ | ||
caption: SquaredLink | ||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]] | ||
condition-disabled: [[$:/temp/bold/disabled]get[state-disabled]else[no]] | ||
created: 20231223102449513 | ||
creator: Octt | ||
description: SquaredLink: <<[# Name Target>> | ||
icon: $:/core/images/spiral | ||
modified: 20231223130723771 | ||
modifier: Octt | ||
shortcuts: ((EditorToolbar/SquaredLink)) | ||
tags: $:/tags/EditorToolbar | ||
title: $:/OcttKB/EditorToolbar/SquaredLink | ||
|
||
<$action-sendmessage | ||
$message="tm-edit-text-operation" | ||
$param="wrap-selection" | ||
prefix='<<[# ' | ||
suffix='>>' | ||
/> |
19 changes: 19 additions & 0 deletions
19
Wiki-OcttKB/tiddlers/System/OcttKB/EditorToolbar/_WikipediaFrame.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,19 @@ | ||
caption: ^WikipediaFrame | ||
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]] | ||
condition-disabled: [[$:/temp/bold/disabled]get[state-disabled]else[no]] | ||
created: 20231223101422552 | ||
creator: Octt | ||
description: <<^WikipediaFrame Article>> | ||
icon: $:/core/images/spiral | ||
modified: 20231223130720723 | ||
modifier: Octt | ||
shortcuts: ((EditorToolbar/WikipediaFrame)) | ||
tags: $:/tags/EditorToolbar | ||
title: $:/OcttKB/EditorToolbar/WikipediaFrame | ||
|
||
<$action-sendmessage | ||
$message="tm-edit-text-operation" | ||
$param="wrap-selection" | ||
prefix='<<^WikipediaFrame "' | ||
suffix='">>' | ||
/> |
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: 20231223003935184 | ||
created: 20231223163647398 | ||
current-tiddler: GettingStarted | ||
modified: 20231223003935184 | ||
modified: 20231223163647398 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
created: 20231222112341747 | ||
created: 20231223100508971 | ||
creator: Octt | ||
list: | ||
modified: 20231222235917656 | ||
modified: 20231223162642355 | ||
modifier: Octt | ||
title: $:/StoryList |
8 changes: 8 additions & 0 deletions
8
Wiki-OcttKB/tiddlers/System/config/ShortcutInfo/EditorToolbar/_SquaredLink.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: 20231223130748024 | ||
creator: Octt | ||
modified: 20231223130829468 | ||
modifier: Octt | ||
tags: | ||
title: $:/config/ShortcutInfo/EditorToolbar/SquaredLink | ||
|
||
SquaredLink: <<[# Name Target>> |
7 changes: 7 additions & 0 deletions
7
Wiki-OcttKB/tiddlers/System/config/shortcuts/EditorToolbar/_SquaredLink.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: 20231223130915820 | ||
creator: Octt | ||
modified: 20231223130915820 | ||
modifier: Octt | ||
title: $:/config/shortcuts/EditorToolbar/SquaredLink | ||
|
||
shift-alt-L |
7 changes: 7 additions & 0 deletions
7
...tiddlers/System/state/dropdown/keyboardshortcut/EditorToolbar/_SquaredLink--502179266.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: 20231223130843308 | ||
creator: Octt | ||
modified: 20231223130916900 | ||
modifier: Octt | ||
title: $:/state/dropdown/keyboardshortcut/EditorToolbar/SquaredLink--502179266 | ||
|
||
close |
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
2 changes: 1 addition & 1 deletion
2
Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.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
7 changes: 7 additions & 0 deletions
7
Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/EditorToolbar/_.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: 20231223130238140 | ||
creator: Octt | ||
modified: 20231223130238140 | ||
modifier: Octt | ||
title: $:/state/tree/$:/OcttKB/EditorToolbar/ | ||
|
||
show |
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: 20230111084703963 | ||
creator: Octt | ||
modified: 20231220200724835 | ||
modified: 20231223130235772 | ||
modifier: Octt | ||
title: $:/state/tree/$:/OcttKB/ | ||
|
||
hide | ||
show |
4 changes: 2 additions & 2 deletions
4
Wiki-OcttKB/tiddlers/System/state/tree/$/config/ShortcutInfo/_.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,7 +1,7 @@ | ||
created: 20231220213327430 | ||
creator: Octt | ||
modified: 20231220213327430 | ||
modified: 20231223101411534 | ||
modifier: Octt | ||
title: $:/state/tree/$:/config/ShortcutInfo/ | ||
|
||
show | ||
hide |
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: 20221107223451478 | ||
creator: Octt | ||
modified: 20231220213325047 | ||
modified: 20231223101414134 | ||
modifier: Octt | ||
title: $:/state/tree/$:/config/ | ||
|
||
show | ||
hide |
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
Oops, something went wrong.