Skip to content

Commit

Permalink
OcttKB Cross-Repo Sync (HTML to Raw)
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Jan 2, 2024
1 parent 768ae93 commit 5e94155
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 23 deletions.
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/JavaScript/_Libraries.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230429182925276
creator: Octt
modified: 20231213000758570
modified: 20240102003748569
modifier: Octt
tags:
title: JavaScript/Libraries
Expand All @@ -11,6 +11,7 @@ Note: some are still in [[Web/Development]]

* [[FileSaver.js|https://github.com/eligrey/FileSaver.js]] --- //An HTML5 saveAs() FileSaver implementation//
* `jsdom`: //JavaScript implementation of various web standards, for use with Node.js// --- <<[# Git "https://github.com/jsdom/jsdom">>
* [[Axios|https://axios-http.com/]] --- //Promise based HTTP client for the browser and node.js// --- <<[# Git"https://github.com/axios">>

!!! ''Do-all''

Expand Down
13 changes: 13 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Advertising.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
created: 20240101194936496
creator: Octt
modified: 20240101195730426
modifier: Octt
tags:
title: Advertising

<<^wikipediaframe Advertising>>

A few ads providers that seem to not be problematic?:

* [[A-ADS|https:///a-ads.com/]] --- //Crypto &amp; Bitcoin advertising Network//
* [[Carbon Ads|https://www.carbonads.net/]] --- //Reach Creators and Developers at Scale//
5 changes: 2 additions & 3 deletions Wiki-OcttKB/tiddlers/Normal/_Content delivery network.tid
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
created: 20231229013447885
creator: Octt
modified: 20231229013604506
modified: 20240102003406854
modifier: Octt
tags:
title: Content delivery network

<<^WikipediaFrame "Content delivery network">>

* [[ESM>CDN - Fast Smart Global|https://esm.sh/]] --- //Create modern(es2015+) web apps easily with NPM packages in browser/deno.
No build tools needed!//
* //''[[ESM>CDN (esm.sh)|https://esm.sh/]]'' esm.sh is a modern CDN that allows you to import es6 modules from a URL// --- <<[# Git"https://github.com/esm-dev">>
10 changes: 7 additions & 3 deletions Wiki-OcttKB/tiddlers/Normal/_HTML.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20230202224901337
creator: Octt
icon: 📰
modified: 20231224171735659
modified: 20240101231058564
modifier: Octt
page-cover: https://images.unsplash.com/photo-1517134062979-e1234be8a085
tags: Web Markup
Expand All @@ -17,5 +17,9 @@ title: HTML
* [[HTML5 `<link rel="shortcut icon" />`|https://stackoverflow.com/questions/13211206/html5-link-rel-shortcut-icon]]
* [[HTML Character Entity References|https://symbl.cc/en/html-entities/]] --- //The following table is completed with special characters and their HTML Entities from W3C.//

* [[Web Components|https://caniuse.com/?search=web%20components]] --- Partially implemented half-obscure set of features
** [[HTML Imports|https://caniuse.com/imports]] --- //Deprecated method of including and reusing HTML documents in other HTML documents// --- The idea was nice: `<link rel="import" href="/path/to/file.html">`
* //''<<MDNLink Web/API/Web_Components "Web Components">>'' is a suite of different technologies allowing you to create reusable custom elements//
** [[Can I use Web Components|https://caniuse.com/?search=web%20components]], there are some partially implemented half-obscure features
*** [[HTML Imports|https://caniuse.com/imports]] --- //Deprecated method of including and reusing HTML documents in other HTML documents// --- The idea was nice: `<link rel="import" href="/path/to/file.html">`

* <<MDNLink Web/HTML/Element/dialog "<dialog>: The Dialog element">> --- //modal or non-modal dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow//
** [[dialog-polyfill|https://github.com/GoogleChrome/dialog-polyfill]] --- //Polyfill for the HTML dialog element// --- <<[# Demo"https://googlechrome.github.io/dialog-polyfill/">>
8 changes: 1 addition & 7 deletions Wiki-OcttKB/tiddlers/Normal/_Instant messaging.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231217010413488
creator: Octt
modified: 20231229013101510
modified: 20240101225135586
modifier: Octt
tags:
title: Instant messaging
Expand All @@ -10,9 +10,3 @@ title: Instant messaging
* [[LINE|https://line.me/en/]]—always at your side
** [[LINE STORE|https://store.line.me/en]] --- //Buy LINE stickers, game currencies, and more on LINE&#39;s official web store// --- has a lot of premium stickers and such, which are actually browseable for free from the website and technically obtainable freely for other uses
* [[Signal|https://www.signal.org/]]

!! IRC

<<^wikipediaframe IRC>>

* [[hunter2 [KYM]|https://knowyourmeme.com/memes/hunter2]]
14 changes: 14 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Internet Relay Chat.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
created: 20240101225130948
creator: Octt
modified: 20240101231533454
modifier: Octt
tags:
title: Internet Relay Chat

<<^wikipediaframe IRC>>

* [[Kiwi IRC|https://kiwiirc.com/]] --- //🥝 The modern IRC messenger for the web// --- <<[# Git"https://github.com/kiwiirc">>

* [[Snoonet IRC Network|https://snoonet.org/]]

* [[hunter2 [KYM]|https://knowyourmeme.com/memes/hunter2]]
5 changes: 4 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
created: 20230217100639349
creator: Octt
modified: 20231223213314857
modified: 20240102004302708
modifier: Octt
tags: Web
title: Web Browser

<<^wikipediaframe "Web Browser">>

* [[Fulguris|https://slions.net/resources/fulguris.10/]] --- webview-based //Sparkling Android Web Browser// --- <<[# Git"https://github.com/Slion/Fulguris">>
* [[Via Browser|https://viayoo.com/en/]] --- //lite browser with powerful functions. Designed on geek thinking.//

!!! [[Chromium|https://chromium.org]]

* [[Website by woolyss|https://chromium.woolyss.com/]] --- //created in 2013 because there was no easy way to download good and stable releases of Chromium, on Windows// ... also indexes other Chromium downloads
Expand Down
4 changes: 3 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Web.tid
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
created: 20230203214532694
creator: Octt
icon: 🕸️
modified: 20231224173252107
modified: 20240101230659334
modifier: Octt
page-cover: https://source.unsplash.com/random?web
tags: Internet
title: Web

<<^wikipediaframe World_Wide_Web en>>

* [[PyScript|https://pyscript.net/]] --- //Run Python in Your HTML// --- <<[# Git"https://github.com/pyscript">>

!! User-Agent

<<^wikipediaframe User-Agent>>
Expand Down
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
created: 20231229013709284
created: 20240102004343002
current-tiddler: GettingStarted
modified: 20231229013709284
modified: 20240102004343002
title: $:/HistoryList
type: application/json
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/_StoryList.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231228211513737
created: 20240101194923694
creator: Octt
list:
modified: 20231229012812509
modified: 20240102003907711
modifier: Octt
title: $:/StoryList
2 changes: 1 addition & 1 deletion Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230501095944427
creator: Octt
modified: 20231229013612825
modified: 20240101223430048
modifier: Octt
title: $:/state/search/currentTab

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20220920092307479
creator: Octt
modified: 20231229013420943
modified: 20240102004305266
modifier: Octt
title: $:/state/tab/sidebar--595412856

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230501095944427
creator: Octt
modified: 20231229013612826
modified: 20240101223430051
modifier: Octt
title: $:/state/tab/search-results/sidebar

Expand Down

0 comments on commit 5e94155

Please sign in to comment.