mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-03-17 00:50:04 +01:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
5e871b25b1
commit
342f24baf7
@ -1,9 +1,11 @@
|
||||
created: 20230216221308797
|
||||
creator: Octt
|
||||
modified: 20230216221436177
|
||||
modified: 20230927232217489
|
||||
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]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230223222804008
|
||||
creator: Octt
|
||||
modified: 20230926091425278
|
||||
modified: 20230927230315672
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Saved/Sites
|
||||
@ -71,3 +71,4 @@ These are kind of blogs, but don't contain mainly things written as blogs, but m
|
||||
|
||||
* [[bigclive.com|https://www.bigclive.com/]]
|
||||
* [[AMStereo.org|http://www.amstereo.org/]]
|
||||
* [[Starjunk 95|https://www.starjunk95.com]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230206113426599
|
||||
creator: Octt
|
||||
modified: 20230924120030173
|
||||
modified: 20230927230448025
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: TiddlyWiki/ThirdParty
|
||||
@ -43,7 +43,7 @@ title: TiddlyWiki/ThirdParty
|
||||
* [[TW5 Locator|https://bimlas.gitlab.io/tw5-locator/]] --- //discover and search by context//, with polished field filtering features --- <<[ "[[Git|https://gitlab.com/bimlas/tw5-locator]]">>
|
||||
* [[Notion-like Icon And PageCover|https://gk0wk.github.io/TiddlySeq/#Notion-like%20Icon%20And%20PageCover]] --- <<[ "[[Thread|https://talk.tiddlywiki.org/t/notion-like-icon-and-pagecover/1741]]">>
|
||||
* [Kookma] [[Refnotes|https://kookma.github.io/TW-Refnotes/]] --- //references, citations, footnotes and abbreviations// --- [[[Git|https://github.com/kookma/TW-Refnotes]]]
|
||||
* [[Relink|https://flibbles.github.io/tw5-relink]] --- //flexibility when relinking renamed tiddlers//
|
||||
* <<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.
|
||||
* [[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]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20221110145611678
|
||||
creator: Octt
|
||||
modified: 20230429221017331
|
||||
modified: 20230927231802158
|
||||
modifier: Octt
|
||||
tags: Development Internet $:/i18n:en
|
||||
title: JavaScript
|
||||
@ -16,6 +16,7 @@ title: JavaScript
|
||||
* [[Which equals operator (== vs ===) should be used in JavaScript comparisons?|https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons]] ("Good and bad twins") --- `==` is bad unless explicitly needed, since it does type-coercion.
|
||||
** [[In theory === is faster, no type conversion takes place. Practically there's no performance difference.|https://stackoverflow.com/questions/12332855/which-javascript-equality-operator-or-is-faster]]
|
||||
** [[JavaScript-Equality-Table|https://dorey.github.io/JavaScript-Equality-Table/unified/]] - <<[ "[[Git|https://github.com/dorey/JavaScript-Equality-Table]]">>
|
||||
* [[Environment detection: node.js or browser|https://stackoverflow.com/a/57774317]]
|
||||
* [[Superpacking JS Demos|https://web.archive.org/web/20120919185414/http://daeken.com/superpacking-js-demos]]
|
||||
|
||||
!!! ''Tools''
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230111120518929
|
||||
creator: Octt
|
||||
modified: 20230711111837697
|
||||
modified: 20230927231246694
|
||||
modifier: Octt
|
||||
tags: Puzzle $:/i18n:en Game Generic Digital Analog $:/Games
|
||||
title: Nonogram
|
||||
@ -9,11 +9,12 @@ title: Nonogram
|
||||
|
||||
Printables:
|
||||
|
||||
* [[https://www.nonograms.org/]]
|
||||
* <<httpL www.nonograms.org>>
|
||||
* [[https://www.printable-puzzles.com/printable-numbergrid-puzzles.php]]
|
||||
|
||||
!! ''Gamin' Time''
|
||||
|
||||
<<iFrameFixed "https://jokude.github.io/react-nonogram">>
|
||||
|
||||
!! ''Software Implementations''
|
||||
* https://Nonogram.com
|
||||
* <<httpL Nonogram.com>>
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230404140257082
|
||||
creator: Octt
|
||||
modified: 20230404140538684
|
||||
modified: 20230927231308407
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Puzzle
|
||||
@ -12,3 +12,8 @@ title: Puzzle
|
||||
* [[Simon Tatham's Portable Puzzle Collection|https://www.chiark.greenend.org.uk/~sgtatham/puzzles/]]
|
||||
* https://www.clarity-media.com/onlinepuzzles/
|
||||
* https://www.studiogiochi.com/enigmistica/logica/
|
||||
|
||||
!!! Printables
|
||||
|
||||
* <<linkdesc "Puzzles by Djape" "https://djape.net" "Sudoku books, kakuro books, nonograms books">>
|
||||
* <<httpL www.printable-puzzles.com>>
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20230927064411822
|
||||
created: 20230927232832797
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20230927064411822
|
||||
modified: 20230927232832798
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
@ -1,6 +1,6 @@
|
||||
created: 20230927060729876
|
||||
created: 20230927230026604
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20230927064019489
|
||||
modified: 20230927232201744
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
@ -1,7 +1,7 @@
|
||||
created: 20230926065207438
|
||||
creator: Octt
|
||||
modified: 20230927063919442
|
||||
modified: 20230926135907445
|
||||
modifier: Octt
|
||||
title: $:/state/plugin-info-1867135918-$:/plugins/btheado/BrowserStorage--473245636
|
||||
|
||||
contents
|
||||
backup
|
@ -1,7 +1,7 @@
|
||||
created: 20230926062532938
|
||||
created: 20230926065205688
|
||||
creator: Octt
|
||||
modified: 20230927064016618
|
||||
modified: 20230926135833548
|
||||
modifier: Octt
|
||||
title: $:/state/plugin-info-1867135918-$:/plugins/btheado/BrowserStorage
|
||||
|
||||
no
|
||||
yes
|
@ -1,6 +1,6 @@
|
||||
created: 20220920092307479
|
||||
creator: Octt
|
||||
modified: 20230927063306438
|
||||
modified: 20230926140701733
|
||||
modifier: Octt
|
||||
title: $:/state/tab/sidebar--595412856
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230124111928275
|
||||
creator: Octt
|
||||
modified: 20230926140425537
|
||||
modified: 20230927230105835
|
||||
modifier: Octt
|
||||
title: $:/state/tree/$:/info/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230926065212536
|
||||
creator: Octt
|
||||
modified: 20230926140422521
|
||||
modified: 20230927230104338
|
||||
modifier: Octt
|
||||
title: $:/state/tree/$:/info/browser/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230926065213368
|
||||
creator: Octt
|
||||
modified: 20230926140420489
|
||||
modified: 20230927230103658
|
||||
modifier: Octt
|
||||
title: $:/state/tree/$:/info/browser/storage/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20221107223237374
|
||||
creator: Octt
|
||||
modified: 20230927060738558
|
||||
modified: 20230926135934429
|
||||
modifier: Octt
|
||||
title: $:/state/tree/$:/state/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user