diff --git a/Wiki-OcttKB/tiddlers/Normal/JavaScript_Frameworks.tid b/Wiki-OcttKB/tiddlers/Normal/JavaScript_Frameworks.tid
new file mode 100644
index 0000000..c63d6ba
--- /dev/null
+++ b/Wiki-OcttKB/tiddlers/Normal/JavaScript_Frameworks.tid
@@ -0,0 +1,13 @@
+created: 20230429190756464
+creator: Octt
+modified: 20230429190812234
+modifier: Octt
+tags:
+title: JavaScript/Frameworks
+
+* ''[[Alpine.js|https://alpinejs.dev/]]'' - //Rugged, minimal<> framework for composing JavaScript behavior in the markup// - [[[Git|https://github.com/alpinejs/alpine]]]
+** [[HyperJS|https://js.hyperui.dev/]] - //Collection of Alpine JS components// - <<[ "[[Git|https://github.com/markmead/hyperjs]]">>
+* ''[[Electron|https://www.electronjs.org/]]'' - //Build cross-platform desktop apps with JavaScript, HTML, and CSS// - [[[Git|https://github.com/electron]]]
+* ''[[React|https://reactjs.org/]]'' - //Building UI-oriented apps with [[JSX|https://en.wikipedia.org/wiki/JSX_(JavaScript)]]// - [[[Git|https://github.com/facebook/react]]]
+** ''[[React Native|https://reactnative.dev/]]'' - //Compiling ReactJS apps to native ones// - [[[Git|https://github.com/facebook/react-native]]]
+* ''[[Tauri|https://tauri.app/]]'' - //Use Rust to build desktop and mobile apps with a web frontend// - [[[Git|https://github.com/tauri-apps/]]]
diff --git a/Wiki-OcttKB/tiddlers/Normal/JavaScript_Libraries.tid b/Wiki-OcttKB/tiddlers/Normal/JavaScript_Libraries.tid
new file mode 100644
index 0000000..b50e268
--- /dev/null
+++ b/Wiki-OcttKB/tiddlers/Normal/JavaScript_Libraries.tid
@@ -0,0 +1,27 @@
+created: 20230429182925276
+creator: Octt
+modified: 20230429185355199
+modifier: Octt
+tags:
+title: JavaScript/Libraries
+
+Note: some are still in [[Web/Development]]
+
+!!! ''Single-purpose''
+
+* [[FileSaver.js|https://github.com/eligrey/FileSaver.js]] - //An HTML5 saveAs() FileSaver implementation//
+
+!!! ''Do-all''
+
+* [[jQuery|https://jquery.com/]] - //write less, do more// for general operations
+** Has optional libraries for selectors and UI - <<[ "[[Git|https://github.com/jquery]]">>
+* [[Licia|https://licia.liriliri.io/]] - //utility library to get daily works done// - <<[ "[[Git|https://github.com/liriliri/licia]]">>
+* [[Lodash|https://lodash.com/]] - More modern fork of Underscore, useful for working with data objects - <<[ "[[Git|https://github.com/lodash]]">>
+
+!!! ''Polyfills''
+
+These are for adding newer APIs to older browsers when making a webapp that uses them.
+
+* [[ECMAScript Shims|https://github.com/es-shims]] - Collection of compliant shims
+* [[core-js|https://github.com/zloirock/core-js]] - Pure JS Standard Library reimplementation
+* [[srcdoc-polyfill|https://github.com/jugglinmike/srcdoc-polyfill]] - //A shim for the iFrame "srcdoc" attribute//
diff --git a/Wiki-OcttKB/tiddlers/Normal/Miiverse.tid b/Wiki-OcttKB/tiddlers/Normal/Miiverse.tid
index 4886fc6..eae3c57 100644
--- a/Wiki-OcttKB/tiddlers/Normal/Miiverse.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/Miiverse.tid
@@ -1,6 +1,6 @@
created: 20230110220407274
creator: Octt
-modified: 20230425095527461
+modified: 20230429191535427
modifier: Octt
tags: Internet Nintendo $:/i18n:en
title: Miiverse
@@ -11,3 +11,11 @@ title: Miiverse
* [[The Clone Forest|https://sites.google.com/site/cloneforestmvc/]]
* [[Miiverse Clonapedia|https://sites.google.com/site/mvclonapedia/]]
+
+!!! ''Present Servers''
+
+* https://miiverse.lol
+
+!!!! Heavy forks
+
+* https://caustica.isledelfino.net
diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved_Personal Sites.tid b/Wiki-OcttKB/tiddlers/Normal/Saved_Sites.tid
similarity index 60%
rename from Wiki-OcttKB/tiddlers/Normal/Saved_Personal Sites.tid
rename to Wiki-OcttKB/tiddlers/Normal/Saved_Sites.tid
index 51ad8f9..2609927 100644
--- a/Wiki-OcttKB/tiddlers/Normal/Saved_Personal Sites.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/Saved_Sites.tid
@@ -1,31 +1,33 @@
created: 20230223222804008
creator: Octt
-modified: 20230425095038827
+modified: 20230429191855452
modifier: Octt
tags:
-title: Saved/Personal Sites
+title: Saved/Sites
-List of some personal sites (Web but also other protocols?) I want to save, for some reason or another. Sometimes they have interesting content, others I just like the aesthetic, or navigation experience.
+List of some Internet sites (Web and also other protocols) I want to save, for some reason or another. Sometimes they have interesting content, others I just like the aesthetic, or navigation experience. All here are miscellaneous, look in subpages for categories.
-Some could be defined by people as "[[digital gardens|Digital Garden]]".
+Some personal ones could be defined as "[[digital gardens|Digital Garden]]".
-!!! [[Blog]]-leaning
+!!! ''[[Blog]]-leaning''
* [[sitoctt]]
+* [[Eli Grey|https://eligrey.com/]]
* [[Gianmarco Gargiulo|https://gianmarco.gg]]
* [[Read the Tea Leaves|https://nolanlawson.com/]] - //Software and other dark arts, by Nolan Lawson//
* [[Simon Willison’s Weblog|https://simonwillison.net/]] - <<[ "[[Git|https://github.com/simonw/simonwillisonblog]]">>
-!!! [[Book]]-leaning
+!!! ''[[Book]]-leaning''
* [[Ledom Software|https://ledomsoft.com]]
* [[Hundred Rabbits|https://100r.co/]] - <<[ "[[Git|https://github.com/hundredrabbits/100r.co]]">>
-!!! [[Wiki]]-leaning
+!!! ''[[Wiki]]-leaning''
* Andrea Minini PKB: [[.com|https://www.andreaminini.com]], [[.org|https://www.andreaminini.org]]
+** [[How (by Okpedia)|https://how.okpedia.org/]] - //Tutorials and Solutions KB// - (apparently a separate wiki of the same person above, also multi-language)
* [[Computer Science Mojo|https://csmojo.com]] - //David's Notes on coding, software and computer science// - <<[ "[[Git|https://github.com/zhenyufu/zhenyufu.github.io]]">>
* [[Maggie Appleton|https://maggieappleton.com/]] - <<[ "[[Git|https://github.com/MaggieAppleton/maggieappleton.com-V2]]">>
* [[WikiSpacc]]
* [[wiki.nikiv.dev|https://wiki.nikiv.dev/]] - <<[ "[[Git|https://github.com/nikitavoloboev/knowledge]]">>
* [[XXIIVV|https://wiki.xxiivv.com/]] - <<[ "[[Git|https://github.com/XXIIVV/oscean]]">>
-!!! Mess-leaning (these are often the most creative!)
+!!! Mess-leaning (often the most creative)
*
diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved_Sites_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Saved_Sites_Development.tid
new file mode 100644
index 0000000..fb8c490
--- /dev/null
+++ b/Wiki-OcttKB/tiddlers/Normal/Saved_Sites_Development.tid
@@ -0,0 +1,11 @@
+created: 20230429190335486
+creator: Octt
+modified: 20230429190715732
+modifier: Octt
+tags:
+title: Saved/Sites/Development
+
+Note: some are in [[Development Resources]].
+
+* [[Dustin John Pfister|https://dustinpfister.github.io/]]
+* [[ZetCode|https://zetcode.com/]] - //accessible tutorials for various languages//
diff --git a/Wiki-OcttKB/tiddlers/Normal/Web_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Web_Development.tid
index 12d8e9c..53de9d4 100644
--- a/Wiki-OcttKB/tiddlers/Normal/Web_Development.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/Web_Development.tid
@@ -1,6 +1,6 @@
created: 20230221204801305
creator: Octt
-modified: 20230428191549029
+modified: 20230429191254121
modifier: Octt
tags:
title: Web/Development
@@ -15,6 +15,7 @@ title: Web/Development
; Misc
: [[Window: postMessage()|https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage]]
+: [[Proxy Auto-Configuration (PAC) file|https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file]]
; DOM querying
: [[Find all text nodes in HTML page|https://stackoverflow.com/a/10730777]]
@@ -25,35 +26,14 @@ title: Web/Development
: [[Prepend/append childNode to beginning/end of element|https://stackoverflow.com/a/45656684]]
: [[Replace a DOM Element|https://www.javascripttutorial.net/dom/manipulating/replace-a-dom-element/]]
-!!! ''Frameworks''
-
-* ''[[Alpine.js|https://alpinejs.dev/]]'' - //Rugged, minimal<> framework for composing JavaScript behavior in the markup// - [[[Git|https://github.com/alpinejs/alpine]]]
-** [[HyperJS|https://js.hyperui.dev/]] - //Collection of Alpine JS components// - <<[ "[[Git|https://github.com/markmead/hyperjs]]">>
-* ''[[Electron|https://www.electronjs.org/]]'' - //Build cross-platform desktop apps with JavaScript, HTML, and CSS// - [[[Git|https://github.com/electron]]]
-* ''[[React|https://reactjs.org/]]'' - //Building UI-oriented apps with [[JSX|https://en.wikipedia.org/wiki/JSX_(JavaScript)]]// - [[[Git|https://github.com/facebook/react]]]
-** ''[[React Native|https://reactnative.dev/]]'' - //Compiling ReactJS apps to native ones// - [[[Git|https://github.com/facebook/react-native]]]
-* ''[[Tauri|https://tauri.app/]]'' - //Use Rust to build desktop and mobile apps with a web frontend// - [[[Git|https://github.com/tauri-apps/]]]
-
-!!! ''Tools''
-
-
-
-!!!! ''Tools/Libraries''
+!!! ''Tools and similar''
* https://github.com/csstools/oldie - //tranforms CSS to be compatible with old Internet Explorer//
+* [[CORS Anywhere|https://github.com/Rob--W/cors-anywhere]] - //Server proxy which adds CORS headers to the request//
-; Minification
-: ~~[[node-minify|https://github.com/srod/node-minify]] - //Light Node.js module and CLI app that compress javascript, css and html files//~~
-: [[UglifyJS|https://lisperator.net/uglifyjs/]] - //JavaScript parser / mangler / compressor / beautifier// - <<[ "[[Git|https://github.com/mishoo/UglifyJS]]">>
-
-!!!!! ''Polyfills''
-
-These are for adding newer APIs to older browsers when making a webapp that uses them.
-
-* [[ECMAScript Shims|https://github.com/es-shims]] - Collection of compliant shims
-* [[core-js|https://github.com/zloirock/core-js]] - Pure JS Standard Library reimplementation
-* [[FileSaver.js|https://github.com/eligrey/FileSaver.js]] - //An HTML5 saveAs() FileSaver implementation//
-* [[srcdoc-polyfill|https://github.com/jugglinmike/srcdoc-polyfill]] - //A shim for the iFrame "srcdoc" attribute//
+!!!! Minification
+* ~~[[node-minify|https://github.com/srod/node-minify]] - //Light Node.js module and CLI app that compress javascript, css and html files//~~
+* [[UglifyJS|https://lisperator.net/uglifyjs/]] - //JavaScript parser / mangler / compressor / beautifier// - <<[ "[[Git|https://github.com/mishoo/UglifyJS]]">>
!!! ''Misc''
diff --git a/Wiki-OcttKB/tiddlers/System/$__HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/$__HistoryList.json.meta
index 6e86c2c..9466e03 100644
--- a/Wiki-OcttKB/tiddlers/System/$__HistoryList.json.meta
+++ b/Wiki-OcttKB/tiddlers/System/$__HistoryList.json.meta
@@ -1,5 +1,5 @@
-created: 20230428191837774
+created: 20230429192341730
current-tiddler: GettingStarted
-modified: 20230428191837774
+modified: 20230429192341730
title: $:/HistoryList
type: application/json
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js b/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js
index 7259786..7cbffa0 100644
--- a/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js
+++ b/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js
@@ -24,12 +24,12 @@ try {
if (!Text) {
Text = 'An error occurred while trying to extract the content. Close and reopen this tiddler to retry, or click the link to open the source in a new tab.
'
};
- Text = Text.replaceAllTxt('\n', '').replaceAllTxt('', '');
+ Text = Text.replaceAll('\n', '').replaceAll('', '');
if (Sections != 0) {
for (let i=1; i<=6; i++) {
- Text = Text.replaceAllTxt(`
`, `\n`);
+ Text = Text.replaceAll(``, `\n`);
};
- Text = Text.replaceAllTxt(``, `
`);
+ Text = Text.replaceAll(`
`, `
`);
//Text = Text.split('').slice(0, Max+1).join('');
//Text = Text.split('
').slice(0, Max+1).join('
');
if (Sections < 0) {
diff --git a/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js.meta b/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js.meta
index 6cc794e..0570559 100644
--- a/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js.meta
+++ b/Wiki-OcttKB/tiddlers/System/$__Macros_MediaWiki_EmbedInternal.js.meta
@@ -2,7 +2,7 @@ Note: source must always be credited, and thus it's not ideal to use this macro
See [[$: /Macros/MediaWiki]] for usage of this macro.
created: 20230108190340455
creator: Octt
-modified: 20230124213837502
+modified: 20230429192152268
modifier: Octt
module-type: macro
tags:
diff --git a/Wiki-OcttKB/tiddlers/System/$__OcttKB_Empty.tid b/Wiki-OcttKB/tiddlers/System/$__OcttKB_Empty.tid
index 4a98d97..b96b123 100644
--- a/Wiki-OcttKB/tiddlers/System/$__OcttKB_Empty.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__OcttKB_Empty.tid
@@ -1,3 +1,3 @@
created: 19700101000000000
-modified: 20230425100440000
+modified: 20230428191937000
title: $:/OcttKB/Empty
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js b/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js
index 0f0d7c1..b610b0a 100644
--- a/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js
+++ b/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js
@@ -5,8 +5,10 @@ exports.startup = function() {
try {
// https://stackoverflow.com/a/63958411
-String.prototype.replaceAllTxt = function replaceAll(search, replace) {
- return this.split(search).join(replace);
+if (!String.prototype.replaceAll) {
+ String.prototype.replaceAll = function replaceAll(search, replace) {
+ return this.split(search).join(replace);
+ };
};
} catch(e) {
diff --git a/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js.meta b/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js.meta
index c3cbd02..ee03aff 100644
--- a/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js.meta
+++ b/Wiki-OcttKB/tiddlers/System/$__OcttKB_Polyfills.js.meta
@@ -1,5 +1,7 @@
created: 20230111154758023
-modified: 20230112185932820
+creator: Octt
+modified: 20230429192213300
+modifier: Octt
module-type: startup
tags:
title: $:/OcttKB/Polyfills.js
diff --git a/Wiki-OcttKB/tiddlers/System/$__StoryList.tid b/Wiki-OcttKB/tiddlers/System/$__StoryList.tid
index c22acc9..72cec68 100644
--- a/Wiki-OcttKB/tiddlers/System/$__StoryList.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__StoryList.tid
@@ -1,6 +1,6 @@
-created: 20230428190551330
+created: 20230429182908215
creator: Octt
list:
-modified: 20230428191555933
+modified: 20230429192120468
modifier: Octt
title: $:/StoryList
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_addplugins_tab-1342078386.tid b/Wiki-OcttKB/tiddlers/System/$__state_addplugins_tab-1342078386.tid
index 4ab2fb6..1215242 100644
--- a/Wiki-OcttKB/tiddlers/System/$__state_addplugins_tab-1342078386.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__state_addplugins_tab-1342078386.tid
@@ -1,7 +1,7 @@
created: 20221109142817793
creator: Octt
-modified: 20230219212336934
+modified: 20230429191340930
modifier: Octt
title: $:/state/addplugins/tab-1342078386
-$:/config/OfficialPluginLibrary
\ No newline at end of file
+$:/config/TiddlyWiki-CPL/GitHub
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_showeditpreview.tid b/Wiki-OcttKB/tiddlers/System/$__state_showeditpreview.tid
index 9605833..1162b49 100644
--- a/Wiki-OcttKB/tiddlers/System/$__state_showeditpreview.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__state_showeditpreview.tid
@@ -1,7 +1,7 @@
created: 20220920140732083
creator: Octt
-modified: 20230302115946570
+modified: 20230429183022361
modifier: Octt
title: $:/state/showeditpreview
-yes
\ No newline at end of file
+no
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_sidebar.tid b/Wiki-OcttKB/tiddlers/System/$__state_sidebar.tid
index 4f6ba8b..58ee61d 100644
--- a/Wiki-OcttKB/tiddlers/System/$__state_sidebar.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__state_sidebar.tid
@@ -1,6 +1,6 @@
created: 20220920174307633
creator: Octt
-modified: 20230425100159359
+modified: 20230429191320001
modifier: Octt
title: $:/state/sidebar
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_tab-1749438307.tid b/Wiki-OcttKB/tiddlers/System/$__state_tab-1749438307.tid
index 5e94511..40829c5 100644
--- a/Wiki-OcttKB/tiddlers/System/$__state_tab-1749438307.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__state_tab-1749438307.tid
@@ -1,7 +1,7 @@
created: 20220920090405977
creator: Octt
-modified: 20230413090110252
+modified: 20230429191411290
modifier: Octt
title: $:/state/tab-1749438307
-$:/core/ui/ControlPanel/Plugins
\ No newline at end of file
+$:/core/ui/ControlPanel/Info
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_tab_sidebar--595412856.tid b/Wiki-OcttKB/tiddlers/System/$__state_tab_sidebar--595412856.tid
index 465c113..9c86dba 100644
--- a/Wiki-OcttKB/tiddlers/System/$__state_tab_sidebar--595412856.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__state_tab_sidebar--595412856.tid
@@ -1,6 +1,6 @@
created: 20220920092307479
creator: Octt
-modified: 20230417115328628
+modified: 20230429191920084
modifier: Octt
title: $:/state/tab/sidebar--595412856
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_toc_Web-HTTP-726624880.tid b/Wiki-OcttKB/tiddlers/System/$__state_toc_Web-HTTP-726624880.tid
new file mode 100644
index 0000000..1d1b807
--- /dev/null
+++ b/Wiki-OcttKB/tiddlers/System/$__state_toc_Web-HTTP-726624880.tid
@@ -0,0 +1,7 @@
+created: 20230429190915304
+creator: Octt
+modified: 20230429190917201
+modifier: Octt
+title: $:/state/toc/Web-HTTP-726624880
+
+close
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Articles_.tid b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Articles_.tid
index 432e527..c2700c1 100644
--- a/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Articles_.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Articles_.tid
@@ -1,6 +1,6 @@
created: 20230215211524153
creator: Octt
-modified: 20230301211915784
+modified: 20230429190936497
modifier: Octt
title: $:/state/tree/Saved/Articles/
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_News_.tid b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_News_.tid
new file mode 100644
index 0000000..e518f05
--- /dev/null
+++ b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_News_.tid
@@ -0,0 +1,7 @@
+created: 20230429190937264
+creator: Octt
+modified: 20230429190937809
+modifier: Octt
+title: $:/state/tree/Saved/News/
+
+hide
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Posts_.tid b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Posts_.tid
index 3f43b27..86581aa 100644
--- a/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Posts_.tid
+++ b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Posts_.tid
@@ -1,6 +1,6 @@
created: 20230307215026101
creator: Octt
-modified: 20230307215026780
+modified: 20230429190942313
modifier: Octt
title: $:/state/tree/Saved/Posts/
diff --git a/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Sites_.tid b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Sites_.tid
new file mode 100644
index 0000000..9358c75
--- /dev/null
+++ b/Wiki-OcttKB/tiddlers/System/$__state_tree_Saved_Sites_.tid
@@ -0,0 +1,7 @@
+created: 20230429190939216
+creator: Octt
+modified: 20230429191013641
+modifier: Octt
+title: $:/state/tree/Saved/Sites/
+
+hide
\ No newline at end of file