diff --git a/Wiki-OcttKB/tiddlers/Normal/JavaScript/_Libraries.tid b/Wiki-OcttKB/tiddlers/Normal/JavaScript/_Libraries.tid
index b0bc4c9..4d090ea 100644
--- a/Wiki-OcttKB/tiddlers/Normal/JavaScript/_Libraries.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/JavaScript/_Libraries.tid
@@ -1,6 +1,6 @@
created: 20230429182925276
creator: Octt
-modified: 20230825224335539
+modified: 20230928223603055
modifier: Octt
tags:
title: JavaScript/Libraries
@@ -9,12 +9,12 @@ Note: some are still in [[Web/Development]]
!!! ''Single-purpose''
-* [[FileSaver.js|https://github.com/eligrey/FileSaver.js]] - //An HTML5 saveAs() FileSaver implementation//
+* [[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">>
!!! ''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]]">>
+* [[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]]">>
* [[🐚 zx|https://github.com/google/zx]] --- //A tool for writing better scripts//, it's like better sh scripting done via JavaScript.
diff --git a/Wiki-OcttKB/tiddlers/Normal/OcttKB/_Index.tid b/Wiki-OcttKB/tiddlers/Normal/OcttKB/_Index.tid
index 0d990d4..a3ef9e8 100644
--- a/Wiki-OcttKB/tiddlers/Normal/OcttKB/_Index.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/OcttKB/_Index.tid
@@ -2,7 +2,7 @@ caption: Index
created: 20230109112202970
creator: Octt
list-before: $:/core/ui/SideBar/Open
-modified: 20230919203712982
+modified: 20230928233554948
modifier: Octt
tags: $:/tags/SideBar
title: OcttKB/Index
@@ -12,6 +12,7 @@ title: OcttKB/Index
{{$:/OcttKB/ToC}}
; Other things
+: [ext[📜️ Static KB, no-JS version|/test]]
: [[🖍️ Comments/Issues/PRs (Git)|https://gitlab.com/octtspacc/OcttKB/-/issues]]
: [[🏳️🌈 Translate this site (Google)|https://translate.google.com/translate?sl=en&tl=it&hl=en&u=https://kb.octt.eu.org&client=webapp]]
diff --git a/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid b/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid
index a3ac29d..ac9e0cb 100644
--- a/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid
@@ -1,6 +1,6 @@
created: 20230206113426599
creator: Octt
-modified: 20230927230448025
+modified: 20230928230938921
modifier: Octt
tags:
title: TiddlyWiki/ThirdParty
@@ -31,7 +31,7 @@ title: TiddlyWiki/ThirdParty
* [[Dave and Blanca Gifford's homepage|https://giffmex.org/Welcome.html]]
* [[Eberron Tiddlywiki|https://eberron.tiddlyhost.com/]] --- //campaign setting for D&D designed for telling fantastical pulp and noir stories// --- <<[ "[[Git|https://github.com/wccbuck/eberron_tw/]]">>
-!!!! ''Individual Plugins and Themes''
+!!!! ''Individual Plugins''
* [[Archipel|https://archipel.tiddlyspot.com/]] --- //Data visualization Knowledge map of tiddler's ToC, as zoomable circle packs// --- [[[Discussion|https://groups.google.com/g/tiddlywiki/c/wZZ-84FV0-k]]]
* [[CodeMirrorPlus|https://adithya-badidey.github.io/TW5-codemirror-plus/]] --- //A better editor for TW5, based on ~CodeMirror// --- [[Demo|https://adithya-badidey.github.io/TW5-codemirror-plus/wiki.html]] | [[Git|https://github.com/adithya-badidey/TW5-codemirror-plus]]
@@ -48,4 +48,7 @@ title: TiddlyWiki/ThirdParty
* <> --- 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]]
* [[TWCrossLinks|https://github.com/akhater/TWCrossLinks]] --- //Discover all your intra-tiddlers links//
+
+!!!! ''Individual Themes''
+
* [[👻✨ whitespace theme|http://j.d.whitespace.tiddlyspot.com/]] --- //negative-spacious, webapp-nostalgic theme for TiddlyWiki//
diff --git a/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid b/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid
index 57e8aff..d1ac0f3 100644
--- a/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid
@@ -1,6 +1,6 @@
created: 20221110145611678
creator: Octt
-modified: 20230927231802158
+modified: 20230928230548758
modifier: Octt
tags: Development Internet $:/i18n:en
title: JavaScript
@@ -24,3 +24,4 @@ title: JavaScript
* [[jsPerf|https://jsperf.app/]] - //online JavaScript performance benchmark// - <<[ "[[Git|https://github.com/rd13/jsperf.app]]">>
** Old source code: [[v2|https://github.com/jsperf]], [[v1|https://github.com/mathiasbynens/jsperf.com]]
* [[MeasureThat.net|https://www.measurethat.net/]] - //measure performance of JavaScript code// - <<[ "[[Git|https://github.com/thecoderok/MeasureThat.net]]">>
+* <>
diff --git a/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid b/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid
index 691737a..7e2b303 100644
--- a/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid
@@ -1,14 +1,23 @@
created: 20230924123738131
creator: Octt
-modified: 20230924124024363
+modified: 20230928233050639
modifier: Octt
tags: Knowledge
title: Knowledge Management
<<^wikipediaframe "Knowledge Management">>
+Paradigms similar to this wiki:
+
+* [[Obsidian|https://obsidian.md]]
+** <> --- Nice thing but it's sad that navigation is really borked without JavaScript.
+
The "Notion paradigm", and alternative apps:
* <> --- it's basically online-only (or online-first?), so not recommended since it's also entirely proprietary, and documents are very limited when exported
* <>
-* <>
\ No newline at end of file
+* <>
+
+Misc:
+
+* [[Dynalist|https://dynalist.io]]
diff --git a/Wiki-OcttKB/tiddlers/Normal/_TiddlyWiki.tid b/Wiki-OcttKB/tiddlers/Normal/_TiddlyWiki.tid
index 2d1fc3a..c0a2998 100644
--- a/Wiki-OcttKB/tiddlers/Normal/_TiddlyWiki.tid
+++ b/Wiki-OcttKB/tiddlers/Normal/_TiddlyWiki.tid
@@ -1,7 +1,7 @@
created: 20220924193842295
creator: Octt
icon: 🐈
-modified: 20230530104344609
+modified: 20230928231726104
modifier: Octt
page-cover: https://source.unsplash.com/random/?computer-cat
tags: TiddlyWiki Wiki Zettelkasten Libre
@@ -45,6 +45,11 @@ It is a libre, JavaScript-rich, non-linear notebook, that can well adapt to anyo
* [[Grok TiddlyWiki|https://groktiddlywiki.com]] - //Build a deep, lasting understanding of TiddlyWiki//
* [[TiddlyWiki Toolmap|https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM]]
+!!! Notes about ''official plugins''
+
+* There exists the useful [[BrowserStorage plugin|https://tiddlywiki.com/static/BrowserStorage%2520Plugin.html]], good when working on browsers that crash or when tabs reload themselves.
+** For optimal extra features like status indicators on tiddlers, or list of in-storage tiddlers, there exists the [[tw-browser-storage|https://btheado.github.io/tw-browser-storage]] plugin to extend the official one <<[# Git "https://github.com/btheado/tw-browser-storage">>. It has some technical issues so I made some edits: [[$:/plugins/btheado/BrowserStorage (drag to install)|$:/plugins/btheado/BrowserStorage]].
+
<<{< TiddlyWiki/ThirdParty>>
!!! ''Useful Documentation or Articles''
diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta
index d36127e..6ab2d81 100644
--- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta
+++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta
@@ -1,5 +1,5 @@
-created: 20230927232832797
+created: 20230928233727192
current-tiddler: GettingStarted
-modified: 20230927232832798
+modified: 20230928233727192
title: $:/HistoryList
type: application/json
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/_SiteSubtitle.tid b/Wiki-OcttKB/tiddlers/System/_SiteSubtitle.tid
index 1180c56..5f2b4e9 100644
--- a/Wiki-OcttKB/tiddlers/System/_SiteSubtitle.tid
+++ b/Wiki-OcttKB/tiddlers/System/_SiteSubtitle.tid
@@ -1,5 +1,7 @@
created: 20220920084517972
-modified: 20230110220531245
+creator: Octt
+modified: 20230928233243105
+modifier: Octt
title: $:/SiteSubtitle
-Octt Knowledge Base || // Static version available at [ext[./Static.html]].//
\ No newline at end of file
+Octt Knowledge Base || (Start at ➡️ [[OcttKB]] 📌️)
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid
index 304a1bc..967453c 100644
--- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid
+++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid
@@ -1,6 +1,6 @@
-created: 20230927230026604
+created: 20230928222850710
creator: Octt
list:
-modified: 20230927232201744
+modified: 20230928233650700
modifier: Octt
title: $:/StoryList
\ No newline at end of file
diff --git a/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid b/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid
index 51dfd05..b19421d 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: 20230926135819916
+modified: 20230928233100670
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/plugin-info-1867135918-$/plugins/btheado/_BrowserStorage.tid b/Wiki-OcttKB/tiddlers/System/state/plugin-info-1867135918-$/plugins/btheado/_BrowserStorage.tid
index c71a12c..a8b9028 100644
--- a/Wiki-OcttKB/tiddlers/System/state/plugin-info-1867135918-$/plugins/btheado/_BrowserStorage.tid
+++ b/Wiki-OcttKB/tiddlers/System/state/plugin-info-1867135918-$/plugins/btheado/_BrowserStorage.tid
@@ -1,7 +1,7 @@
created: 20230926065205688
creator: Octt
-modified: 20230926135833548
+modified: 20230928231059873
modifier: Octt
title: $:/state/plugin-info-1867135918-$:/plugins/btheado/BrowserStorage
-yes
\ No newline at end of file
+no
\ 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 8d81f46..f14d3e2 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: 20230926140701733
+modified: 20230928231912353
modifier: Octt
title: $:/state/tab/sidebar--595412856
diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid
index 5b7c666..31338f5 100644
--- a/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid
+++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid
@@ -1,6 +1,6 @@
created: 20221108155618185
creator: Octt
-modified: 20230925173805826
+modified: 20230928223030864
modifier: Octt
title: $:/state/tree/$:/Macros/
diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid
index 9b0083b..14e191d 100644
--- a/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid
+++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid
@@ -1,7 +1,7 @@
created: 20230111084703963
creator: Octt
-modified: 20230926140602122
+modified: 20230928222844438
modifier: Octt
title: $:/state/tree/$:/OcttKB/
-show
\ No newline at end of file
+hide
\ No newline at end of file