OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2024-01-30 00:47:41 +00:00
parent c6b7dd6f53
commit 3e8e23fc1a
39 changed files with 190 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
created: 20230206113426599
creator: Octt
modified: 20240129140045004
modified: 20240129233143233
modifier: Octt
tags:
title: TiddlyWiki/ThirdParty
@@ -58,6 +58,7 @@ title: TiddlyWiki/ThirdParty
* <<linkdescgit Relink "https://flibbles.github.io/tw5-relink" "flexibility when relinking renamed tiddlers" "https://github.com/flibbles/tw5-relink">>
* [[Section Editor|https://kookma.github.io/TW-Section]] --- //create, edit, fold, manage sections// --- [[Git|https://github.com/kookma/TW-Section]] | [[Prototype discussion|https://talk.tiddlywiki.org/t/section-editor-prototype/951]]
* <<link+desc+git Streams "https://saqimtiaz.github.io/streams/" "Streams is a keyboard friendly way to write and easily divide your text into separate tiddlers while writing." "https://github.com/saqimtiaz/streams">> --- Adds a structural-visual hierarchy system to TiddlyWiki like Notion/Logseq.
* [[NotoWritey|https://marxsal.github.io/various/notowritey.html]] --- //text editor and outliner for ~TiddlyWiki that allows you to concentrate on writing documents one section (tiddler) at a time//
* [[Syntax-Highlighting Tiny Editor|https://talk.tiddlywiki.org/t/tw5-ready-to-play-prototype-syntax-highlighting-tiny-editor/4569]] (Ready-to-play prototype) --- [[Download|https://talk.tiddlywiki.org/uploads/short-url/853ile3OvoeJ9uowpv0YYXnKhSe.json]]
* [[Keyboard Navigation|https://keynav.tiddlyhost.com/]] --- //A plugin to add keyboard navigation of TiddlyWiki's Story River.//

View File

@@ -1,7 +1,7 @@
created: 20230209150101862
creator: Octt
icon: 💅
modified: 20240107152919931
modified: 20240130004423944
modifier: Octt
page-cover: https://images.unsplash.com/photo-1523437113738-bbd3cc89fb19
tags: Web Frontend
@@ -15,6 +15,10 @@ title: CSS
* [[CSS Borders [w3s]|https://www.w3schools.com/css/css_border.asp]]
** <<MDNLink Web/CSS/border-style border-style>> --- all ways to style a border, not only colors
!!! ''Tips''
* [[How to disable a link using only CSS|https://stackoverflow.com/questions/2091168/how-to-disable-a-link-using-only-css]] --- essentially, `pointer-events: none;` for the functional side, + other rules for styling
!!! ''Frameworks''
* [[Bulma|https://bulma.io/]] --- //modern CSS framework that just works//

View File

@@ -1,6 +1,6 @@
created: 20231102231258441
creator: Octt
modified: 20240107114852326
modified: 20240130003805680
modifier: Octt
tags:
title: Homebrew
@@ -12,3 +12,5 @@ title: Homebrew
* ''[[Homebrew Hub|https://hh.gbdev.io/]]'' is a community-led initiative to collect, archive and preserve homebrew software developed for Game Boy (Color) and the Game Boy Advance. --- <<[# Git"https://github.com/gbdev/homebrewhub">>
* [[Universal-Team|https://universal-team.net/]] --- //We make homebrew apps for the DS(i) and 3DS. We hope you find them useful! 😄// --- <<[# Git"https://github.com/Universal-Team">>
* [[Rinnegatamante's Archive|https://rinnegatamante.it/]]

View File

@@ -1,6 +1,6 @@
created: 20231123184226189
creator: Octt
modified: 20231224154946990
modified: 20240130004109754
modifier: Octt
tags:
title: MIPS
@@ -19,3 +19,4 @@ title: MIPS
.space 16 # Size of struct`, then use with `la $register,theStruct`
* [[MIPS - Call C function in Assembly code|https://stackoverflow.com/questions/36980971/mips-call-c-function-in-assembly-code]] --- write values to stack if necessary, declare `.extern CFunctionName` in the ASM, use `jal CFunctionName` to call
* [[MIPS function call with more than four arguments|https://stackoverflow.com/questions/2298838/mips-function-call-with-more-than-four-arguments]] --- first allocate stack memory (subtract 4*numberOfArguments to `sp`), then load the first 4 arguments normally in `$a#` registers, and store the others in `4*argumentNumber($sp)`
* [[Why shift a bit using sll and such in MIPs Assembly?|https://stackoverflow.com/questions/32487502/why-shift-a-bit-using-sll-and-such-in-mips-assembly]] (and what actually shifting does)

View File

@@ -1,7 +1,7 @@
created: 20220924193842295
creator: Octt
icon: 🐈
modified: 20240129135830800
modified: 20240130003932997
modifier: Octt
page-cover: https://source.unsplash.com/random/?computer-cat
tags: TiddlyWiki Wiki Zettelkasten Libre
@@ -65,6 +65,8 @@ It is a libre, JavaScript-rich, non-linear notebook, that can well adapt to anyo
* <<TwL " DateFormat ">>
* <<TwL " [[Filter Operators]] ">>
** <<TwLL "search Operator">>: uses the inbuilt search engine to retrieve data
** <<TwLL "contains Operator">>: checks if some name is contained in a list-formatted field (`list` by default)
* <<TwLL "DraggableWidget">> --- to create custom draggables, for copying specific data to other wikis by drag-n-drop
* <<TwL " MacroCallWidget SetWidget VarsWidget">>
* <<TwL " EditTextWidget RangeWidget CheckboxWidget">>
* <<TwL " [[Table-of-Contents Macros (Examples)]] ">>