From c4656e9f1d7ea037882c8d116b53f38de8e01d15 Mon Sep 17 00:00:00 2001 From: octospacc Date: Sun, 17 Dec 2023 01:40:40 +0000 Subject: [PATCH] OcttKB Cross-Repo Sync (HTML to Raw) --- .../tiddlers/Normal/Android/_Development.tid | 7 ++++++- .../tiddlers/Normal/Development/_Resources.tid | 3 ++- .../tiddlers/Normal/Saved/Sites/_Development.tid | 5 ++++- Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid | 6 +++++- .../tiddlers/Normal/The Legend of Zelda/_en.tid | 8 -------- Wiki-OcttKB/tiddlers/Normal/_C Language.tid | 3 ++- Wiki-OcttKB/tiddlers/Normal/_Firmware.tid | 10 ++++++++++ .../tiddlers/Normal/_Instant messaging.tid | 16 ++++++++++++++++ Wiki-OcttKB/tiddlers/Normal/_Kotlin.tid | 13 +++++++++++++ Wiki-OcttKB/tiddlers/Normal/_MSX.tid | 10 ++++++++++ Wiki-OcttKB/tiddlers/Normal/_Mario Paint.tid | 10 ++++++++++ .../tiddlers/Normal/_PlayStation Portable.tid | 6 ++++-- Wiki-OcttKB/tiddlers/Normal/_RSS.tid | 5 ++++- .../tiddlers/Normal/_Static site generator.tid | 5 ++++- .../tiddlers/Normal/_The Legend of Zelda.tid | 10 ++++++++++ Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid | 6 +++++- .../tiddlers/System/_HistoryList.json.meta | 4 ++-- Wiki-OcttKB/tiddlers/System/_StoryList.tid | 4 ++-- .../tiddlers/System/state/search/_currentTab.tid | 2 +- .../System/state/tab/_sidebar--595412856.tid | 4 ++-- .../System/state/tab/search-results/_sidebar.tid | 2 +- 21 files changed, 113 insertions(+), 26 deletions(-) delete mode 100644 Wiki-OcttKB/tiddlers/Normal/The Legend of Zelda/_en.tid create mode 100644 Wiki-OcttKB/tiddlers/Normal/_Firmware.tid create mode 100644 Wiki-OcttKB/tiddlers/Normal/_Instant messaging.tid create mode 100644 Wiki-OcttKB/tiddlers/Normal/_Kotlin.tid create mode 100644 Wiki-OcttKB/tiddlers/Normal/_MSX.tid create mode 100644 Wiki-OcttKB/tiddlers/Normal/_Mario Paint.tid create mode 100644 Wiki-OcttKB/tiddlers/Normal/_The Legend of Zelda.tid diff --git a/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid index b913cd3..96b7b1e 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Android/_Development.tid @@ -1,6 +1,6 @@ created: 20230217221957113 creator: Octt -modified: 20231213003220382 +modified: 20231217011235987 modifier: Octt tags: title: Android/Development @@ -44,13 +44,18 @@ title: Android/Development * [[Intercept and override HTTP requests from WebView|https://stackoverflow.com/questions/4780899/intercept-and-override-http-requests-from-webview]] ** [[Intercept all requests in WebView on Android|https://medium.com/@madmuc/intercept-all-network-traffic-in-webkit-on-android-9c56c9262c85]] ** [[Intercepting and Blocking Requests|https://joshuatz.com/posts/2021/webview-intercepting-and-blocking-requests/]] +* [[Android Webview - Completely Clear the Cache|https://stackoverflow.com/questions/2465432/android-webview-completely-clear-the-cache]] --- `webview.clearCache(true);` (note, this doesn't automatically reload the page) +* [[How to implement @JavascriptInterface for android webview in Kotlin|https://stackoverflow.com/questions/62937014/how-to-implement-javascriptinterface-for-android-webview]] +* [[Android Calling JavaScript functions in WebView|https://stackoverflow.com/questions/4325639/android-calling-javascript-functions-in-webview/31291128#31291128]] --- `webview.evaluateJavascript("obj()", null)` on >= 4.4, otherwise `webview.loadUrl("javascript:obj()")` : [[Android Icon Size guide for Android 6 Marshmallow|https://www.creativefreedom.co.uk/icon-designers-blog/android-icon-size-guide/]] +: [[How to rename an Android Studio Project|https://www.delasign.com/blog/android-studio-rename-project/]] --- //A step by step guide on renaming an Android Studio project. Open Source Kotlin Android project included.// :
* [[why setCanceledOnTouchOutside(false) doesn't work in Alert builder?|https://stackoverflow.com/questions/13526690/why-setcanceledontouchoutsidefalse-doesnt-work-in-alert-builder]] * [[How to prevent a dialog from closing when a button is clicked|https://stackoverflow.com/questions/2620444/how-to-prevent-a-dialog-from-closing-when-a-button-is-clicked]] * [[Best way to secure Android app sensitive Data?|https://stackoverflow.com/questions/8184492/best-way-to-secure-android-app-sensitive-data/8184699#8184699]] +* [[New Android Project named after Main Activity instead of app name|https://stackoverflow.com/questions/12084299/new-android-project-named-after-main-activity-instead-of-app-name]] --- //In the manifest file, you are able to set one label for the launcher icon, and another for the activity. The app name is set in the intent filter, like this: ` ...`//
!!!! ''Hacking / Modding'' diff --git a/Wiki-OcttKB/tiddlers/Normal/Development/_Resources.tid b/Wiki-OcttKB/tiddlers/Normal/Development/_Resources.tid index 86ed845..360259d 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Development/_Resources.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Development/_Resources.tid @@ -1,6 +1,6 @@ created: 20230216222435750 creator: Octt -modified: 20231126230016941 +modified: 20231217011012123 modifier: Octt tags: Development title: Development/Resources @@ -16,6 +16,7 @@ title: Development/Resources : [[Programming Simplified|https://www.programmingsimplified.com/]] --- //C C++ and Java programming tutorials and programs// : [[W3Schools|https://www.w3schools.com/]] : <> +: [[DevTut|https://devtut.github.io/]] --- //Tutorials compiled from StackOverflow Documentation// --- <<[# "Source Git" "https://github.com/devtut/generate">> <<[# "Deploy Git" "https://github.com/devtut/devtut.github.io">> ; Code search : [[grep.app|https://grep.app/]] diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid index 7dc1602..da30b97 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid @@ -1,6 +1,6 @@ created: 20230429190335486 creator: Octt -modified: 20231213001835896 +modified: 20231217011433251 modifier: Octt tags: title: Saved/Sites/Development @@ -16,6 +16,7 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l * [[The Copetti Site - Rodrigo Copetti|https://www.copetti.org/]] --- //Technical writings for hungry readers// --- has a //Architecture of Consoles// series * [[copyrat90::devlog|https://copyrat90.github.io/]], <> --- <<[# Git"https://github.com/copyrat90/copyrat90.github.io">> * [[Ctrl Alt Develop|https://www.ctrlaltdevelop.com/]] --- //Control the conditions. Alter your paradigm. Develop a solution.// +* [[delasign|https://www.delasign.com/]] --- //we design, develop & optimize digital products & experiences for companies & individuals.// * [[DevDugeon|https://www.devdungeon.com/]] --- //Virtual Hackerspace; programming, cybersecurity, software freedom, and electronics// * [[cpprograms|https://cpprograms.net/]] * [[DefKorns|https://defkorns.github.io/]] --- //Mod repository// (has a cool strange Spiderman theme?) @@ -27,6 +28,8 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l * [[Jack's AutoHotkey Blog|https://jacks-autohotkey-blog.com/]] --- //Feed Your Brain While Adding Power to Your Windows Computers// * [[Hey onetwo!|https://onetwo.ren/]] --- //林一二的开放记忆 | 关于前端_模因学_语义网_游戏开发_的博客 (Lin Yier's Open Memory | Blog about front-end, memetics, semantic web, game development)// ** TiddlyWiki: [[Standard|https://onetwo.ren/wiki/]], [[Prerelease|https://wiki.onetwo.ren/]] --- //knowledge base mainly used to store text memes that Lin Yier encounters by chance, as well as to replace his various thoughts posted in Weibo Moments, and as a directory to pile up online content to be sorted out during the exploration process// +* [[Lessons from a... +Creative Developer (iwearshorts.com)|https://iwearshorts.com/]] --- //Things I learn along the way, I keep here. Life, lessons and betterment through code.// * [[Krzysztof Kowalczyk|https://blog.kowalczyk.info/]] --- design and implementation of software * [[Lameguy64|http://lameguy64.net/]] --- mainly PS1 development projects * [[Meefik's Blog|https://meefik.github.io/]] --- //Freedom and Open Source// --- <<[# Git"https://github.com/meefik/meefik.github.io">> diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid index 7d633f2..1f38981 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid @@ -1,6 +1,6 @@ created: 20230223222804008 creator: Octt -modified: 20231213002924275 +modified: 20231217013254799 modifier: Octt tags: title: Saved/Sites @@ -54,6 +54,8 @@ These are portfolios, collections of projects, hubs, landing pages, etc. * [[OctoSpacc Hub|https://hub.octt.eu.org]] * [[abe's projects - abe.today|https://abe.today/]] --- //Hi, I'm abe. I enjoy making things!// * [[Arktis :: Sigve Sebastian Farstad|https://arkt.is/]] +* [[Daniel X's Artisanal Internets|https://danielx.net/]] +** [[Whimsy Space - ZineOS|https://whimsy.space/]] * [[Grumpy Website|https://grumpy.website/]] --- //world-leading media conglomerate of renowned experts in UIs, UX and TVs// * [[Jeff Thompson|https://www.jeffreythompson.org/]] --- many creative programming and artistic tech works by the author are highlighted on the site * [[libdb.so (diamondburned)|https://libdb.so/]] / <> --- cool site, the thing is just a terminal shell but with working links, images, and small tools --- <<[# Git "https://github.com/diamondburned/libdb.so">> @@ -73,6 +75,7 @@ These are kind of blogs, but don't contain mainly things written as blogs, but m * [[Matias Kinnunen (mtsknn)|https://mtsknn.fi]] --- <<[# Git "https://github.com/mtsknn/mtsknn.fi">> * [[Naomi's Notes|https://notes.nyaomi.xyz/]] * note.nkmk.me: [[en|https://note.nkmk.me/en]], [[jp|https://note.nkmk.me]] (different articles) +* [[绒布地球 (Rongrongbq)|https://rongrongbq.moe/]] * [[rdpillon|https://rpdillon.net/]] --- //Rick's Home Online// * Show Notes from the [[Open Source is Awesome|https://opensourceisawesome.com/]] Youtube Channel * <> @@ -86,6 +89,7 @@ These are kind of blogs, but don't contain mainly things written as blogs, but m ** [[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]]">> +* [[bash.org QDB|http://web.archive.org/web/20230719194509/http://bash.org/]] --- // Quote Database Home// * [[RetroRGB|https://www.retrorgb.com/]] --- //site dedicated to keeping everyone up-to-date with everything the retro-gaming world has to offer// * [[RaspiBO|https://www.raspibo.org/]] --- //gruppo informale di appassionati di elettronica ed informatica libera della zona di Bologna (ma non solo)// * [[TheFrenchGhosty|https://thefrenchghosty.me/]] diff --git a/Wiki-OcttKB/tiddlers/Normal/The Legend of Zelda/_en.tid b/Wiki-OcttKB/tiddlers/Normal/The Legend of Zelda/_en.tid deleted file mode 100644 index 3782650..0000000 --- a/Wiki-OcttKB/tiddlers/Normal/The Legend of Zelda/_en.tid +++ /dev/null @@ -1,8 +0,0 @@ -created: 20230130143847729 -creator: Octt -modified: 20230207221713804 -modifier: Octt -tags: Nintendo Retro $:/i18n:en Game Proprietary -title: The Legend of Zelda:en - -<<.@Wikipedia The_Legend_of_Zelda en >> \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/Normal/_C Language.tid b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid index 4f9c0ed..fecd870 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_C Language.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid @@ -1,6 +1,6 @@ created: 20231029134919585 creator: Octt -modified: 20231213001056574 +modified: 20231217010837009 modifier: Octt tags: title: C Language @@ -31,6 +31,7 @@ title: C Language ** "compound conditionals" are supported, eg. `#if defined(X) || (defined(Y) && defined(Z))`... * [[How to enforce C89-style variable declarations in gcc?|https://stackoverflow.com/questions/3099813/how-to-enforce-c89-style-variable-declarations-in-gcc#3099874]] --- for some things of this goal, just the flags `-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement` are needed, I would guess. +* [[Good C-coding style for multiple lines if conditions|https://stackoverflow.com/questions/29328923/good-c-coding-style-for-multiple-lines-if-conditions]] * [[How to get the current directory in a C program?|https://stackoverflow.com/questions/298510/how-to-get-the-current-directory-in-a-c-program]] --- (`getcwd(...)`) * [[C Program to list all files and sub-directories in a directory|https://www.geeksforgeeks.org/c-program-list-files-sub-directories-directory/]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Firmware.tid b/Wiki-OcttKB/tiddlers/Normal/_Firmware.tid new file mode 100644 index 0000000..4834149 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Firmware.tid @@ -0,0 +1,10 @@ +created: 20231217011441930 +creator: Octt +modified: 20231217011614153 +modifier: Octt +tags: +title: Firmware + +<<^wikipediaframe Firmware>> + +* [[Darthsternie's Firmware and Exploits Archive|https://darthsternie.net/]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Instant messaging.tid b/Wiki-OcttKB/tiddlers/Normal/_Instant messaging.tid new file mode 100644 index 0000000..d8e5565 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Instant messaging.tid @@ -0,0 +1,16 @@ +created: 20231217010413488 +creator: Octt +modified: 20231217010548601 +modifier: Octt +tags: +title: Instant messaging + +<<^wikipediaframe "Instant messaging">> + +* [[Signal|https://www.signal.org/]] + +!! IRC + +<<^wikipediaframe IRC>> + +* [[hunter2 [KYM]|https://knowyourmeme.com/memes/hunter2]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Kotlin.tid b/Wiki-OcttKB/tiddlers/Normal/_Kotlin.tid new file mode 100644 index 0000000..1837321 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Kotlin.tid @@ -0,0 +1,13 @@ +created: 20231217005152232 +creator: Octt +modified: 20231217005816030 +modifier: Octt +tags: +title: Kotlin + +<<^wikipediaframe Kotlin>> + +* [[What's the difference between !! and ? in Kotlin?|https://stackoverflow.com/questions/44536114/whats-the-difference-between-and-in-kotlin]] --- when `obj` is null, `obj!!` throws `NullPointerException`, `obj?` returns `null` + +* [[How to do url encoding for query parameters in Kotlin|https://stackoverflow.com/questions/56942341/how-to-do-url-encoding-for-query-parameters-in-kotlin#56942734]] --- `URLEncoder.encode(text, "utf-8")` +* [[How to create a JSONObject from String in Kotlin?|https://stackoverflow.com/questions/44295665/how-to-create-a-jsonobject-from-string-in-kotlin]] --- `JSONObject("""{ "name": "test" }""")` diff --git a/Wiki-OcttKB/tiddlers/Normal/_MSX.tid b/Wiki-OcttKB/tiddlers/Normal/_MSX.tid new file mode 100644 index 0000000..3874c4b --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_MSX.tid @@ -0,0 +1,10 @@ +created: 20231217011807960 +creator: Octt +modified: 20231217011850682 +modifier: Octt +tags: +title: MSX + +<<^wikipediaframe MSX>> + +* //''[[MSX Resource Center|https://msx.org/]]'' is a website about the 8bit MSX computer system.// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Mario Paint.tid b/Wiki-OcttKB/tiddlers/Normal/_Mario Paint.tid new file mode 100644 index 0000000..875979e --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Mario Paint.tid @@ -0,0 +1,10 @@ +created: 20231217003857814 +creator: Octt +modified: 20231217004351451 +modifier: Octt +tags: +title: Mario Paint + +<<^wikipediaframe "Mario Paint">> + +* [[danielx Mario Paint Music Composer|https://danielx.net/composer/]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid b/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid index 6b0726b..27cc3c9 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid @@ -1,10 +1,12 @@ created: 20230202110726082 creator: Octt -modified: 20231029224711694 +modified: 20231217011950900 modifier: Octt tags: Gaming Sony Console $:/i18n:en WIP title: PlayStation Portable <<^wikipediaframe PlayStation_Portable en>> -* [[PPSSPP|https://www.ppsspp.org]] --- <<[# Git "https://github.com/hrydgard/ppsspp">> +* [[How to connect your PSP on Linux|https://gist.github.com/mhitza/81651f49b3a43e6f4554]] --- if it doesn't work automatically, do `sudo modprobe usb-storage` + +* [[PPSSPP|https://www.ppsspp.org]] --- //PSP emulator for Android, Windows, Mac and Linux, written in C++.// --- <<[# Git "https://github.com/hrydgard/ppsspp">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_RSS.tid b/Wiki-OcttKB/tiddlers/Normal/_RSS.tid index 060529a..87c14cd 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_RSS.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_RSS.tid @@ -1,6 +1,6 @@ created: 20230417102825671 creator: Octt -modified: 20230916151514069 +modified: 20231217013016814 modifier: Octt tags: Web title: RSS @@ -11,3 +11,6 @@ title: RSS * [[RSSHub|https://docs.rsshub.app/]] --- //🍰 Everything is RSSible// --- <<[ "[[Git|https://github.com/DIYgod/RSSHub]]">> * [[RSS 2 HTML|https://rss.bloople.net/]] --- //PHP script to convert RSS feeds into HTML, suitable for embedding in webpages// --- <<#[ Git "https://github.com/bloopletech/rss2html">> + +* [[Are there any constantly updating RSS feed services to use for testing, or just very active RSS feeds?|https://stackoverflow.com/questions/18202048/are-there-any-constantly-updating-rss-feed-services-to-use-for-testing-or-just]] +** [[Lorem RSS|https://lorem-rss.herokuapp.com/]] //Generates RSS feeds with content updated at regular intervals// --- <<[# Git"https://github.com/mbertolacci/lorem-rss">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Static site generator.tid b/Wiki-OcttKB/tiddlers/Normal/_Static site generator.tid index cee7d20..5d96260 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Static site generator.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Static site generator.tid @@ -1,6 +1,6 @@ created: 20230905232949767 creator: Octt -modified: 20231204003128501 +modified: 20231217014000892 modifier: Octt tags: title: Static site generator @@ -10,6 +10,9 @@ title: Static site generator * <> * <> +* [[Hexo|https://hexo.io/]] --- //A fast, simple & powerful blog framework// +** //[[NexT|https://theme-next.js.org/]] is a high quality elegant theme for Hexo. It is crafted from scratch, with love.// --- <<[# Git "https://github.com/next-theme">> + * [[Jekyll|https://jekyllrb.com]] (+ docs) --- //🌐 Jekyll is a blog-aware static site generator in Ruby// --- <<#[ Git"https://github.com/jekyll">> ** [[Jekyll Themes|http://jekyllthemes.org/]] --- //A directory of the best-looking themes for Jekyll blogs// --- <<#[ Git"https://github.com/mattvh/jekyllthemes">> *** <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_The Legend of Zelda.tid b/Wiki-OcttKB/tiddlers/Normal/_The Legend of Zelda.tid new file mode 100644 index 0000000..cca404c --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_The Legend of Zelda.tid @@ -0,0 +1,10 @@ +created: 20230130143847729 +creator: Octt +modified: 20231217012638518 +modifier: Octt +tags: Nintendo Retro $:/i18n:en Game Proprietary +title: The Legend of Zelda + +<<^WikipediaFrame The_Legend_of_Zelda>> + +* [[Zelda Classic|https://www.zeldaclassic.com/]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid b/Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid index 1f8c0dd..2c972af 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid @@ -1,6 +1,6 @@ created: 20230217100639349 creator: Octt -modified: 20231213002459791 +modified: 20231217012343146 modifier: Octt tags: Web title: Web Browser @@ -32,3 +32,7 @@ title: Web Browser !!! <> * https://gitlab.gnome.org/GNOME/epiphany + +!! Extensions / Add-ons + +* [[Redirector|https://einaregilsson.com/redirector/]] diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index 5e4d40f..19d98b7 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20231213003308754 +created: 20231217014034192 current-tiddler: GettingStarted -modified: 20231213003308754 +modified: 20231217014034192 title: $:/HistoryList type: application/json \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid index bdeb5f2..69dfc3a 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20231212221353246 +created: 20231217004207490 creator: Octt list: -modified: 20231213003135779 +modified: 20231217013258199 modifier: Octt title: $:/StoryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid index 521f5a4..b0d5df9 100644 --- a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid +++ b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20231213001351105 +modified: 20231217012714041 modifier: Octt title: $:/state/search/currentTab diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid index 895acc9..1abeb04 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid @@ -1,7 +1,7 @@ created: 20220920092307479 creator: Octt -modified: 20231213003239301 +modified: 20231217005039458 modifier: Octt title: $:/state/tab/sidebar--595412856 -OcttKB/Index \ No newline at end of file +$:/core/ui/SideBar/Recent \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid index 3fdd4c6..8122ff2 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20231213001351105 +modified: 20231217012714041 modifier: Octt title: $:/state/tab/search-results/sidebar