diff --git a/Wiki-OcttKB/tiddlers/Normal/Development/_Resources.tid b/Wiki-OcttKB/tiddlers/Normal/Development/_Resources.tid index fb323ed..e3fc04d 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: 20240119165525443 +modified: 20240127215554237 modifier: Octt tags: Development title: Development/Resources @@ -16,7 +16,10 @@ title: Development/Resources : [[Programming Simplified|https://www.programmingsimplified.com/]] --- //C C++ and Java programming tutorials and programs// : [[W3Schools|https://www.w3schools.com/]] : [[W3docs|https://www.w3docs.com/]] --- //Tutorials, Quizzes, Certificates, Frameworks, Solutions// + +; Collections and aggregates : <> +: [[Developer's Documentation Collections|https://devdoc.net/]] --- //(aka API docs: devdoc)// : [[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 diff --git a/Wiki-OcttKB/tiddlers/Normal/_Comics.tid b/Wiki-OcttKB/tiddlers/Normal/_Comics.tid new file mode 100644 index 0000000..ad892d3 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Comics.tid @@ -0,0 +1,11 @@ +created: 20240128003004602 +creator: Octt +modified: 20240128003714010 +modifier: Octt +tags: +title: Comics + +<<^WikipediaFrame "Comics">> + +* [[Tachiyomi|https://tachiyomi.org/]] --- epic open-source reader for Android, but which recently ceased development due to shitty hypercapitalist manwha company issuing a C&D... we are waiting for a spiritual successor +** Main repo w/sources disappeared from GitHub, and the entire app too from F-Droid; they are probably still on [[Internet Archive]], and I found this mirror here (idk if trustworthy): https://git.mihon.dev/tachiyomi diff --git a/Wiki-OcttKB/tiddlers/Normal/_Cryptocurrency.tid b/Wiki-OcttKB/tiddlers/Normal/_Cryptocurrency.tid index e57451c..ff5e5eb 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Cryptocurrency.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Cryptocurrency.tid @@ -1,18 +1,16 @@ created: 20230218181942782 creator: Octt -modified: 20230218191138256 +modified: 20240127233538211 modifier: Octt tags: title: Cryptocurrency -[[]]<<^wikipediaframe Cryptocurrency>> +<<^wikipediaframe Cryptocurrency>> * Cryptocurrencies are usually decentralized; in such cases, they are based on a [[Blockchain]]. -* !! Some cryptocurrencies (+ tokens) - !!! ''[[Bitcoin|https://bitcoin.org/]]'' (BTC) * https://github.com/bitcoin @@ -21,6 +19,20 @@ title: Cryptocurrency : [[Mycelium|https://wallet.mycelium.com/]] (Android) - <<[ "[[Git|https://github.com/mycelium-com]]">> +!!! [[Dash|https://www.dash.org/]] + +//Dash is an experimental digital currency that enables instant, private payments to anyone, anywhere in the world.// + +It's a fork of Bitcoin. There are some advantages, some technical and some situational, but a strange disadvantage I have seen appears to be that wallet syncs take a lot of time. + +* https://github.com/dashpay + +!!! [[Duino-Coin|https://github.com/revoxhere/duino-coin]] + +//Simple, eco-friendly, centralized coin that can be mined with microcontrollers.// + +* https://github.com/revoxhere/duino-coin + !!! ''[[Ethereum|https://ethereum.org/]]'' (ETH) * https://github.com/ethereum diff --git a/Wiki-OcttKB/tiddlers/Normal/_Docker.tid b/Wiki-OcttKB/tiddlers/Normal/_Docker.tid index 19ec455..badfb3d 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Docker.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Docker.tid @@ -1,6 +1,6 @@ created: 20230722232624533 creator: Octt -modified: 20240110005619440 +modified: 20240121193357828 modifier: Octt tags: Server title: Docker @@ -10,6 +10,7 @@ title: Docker !!! Commands * `start`, `restart`: On existing containers, respectively ''start'' if it's not running, or ''restart'' at any condition +* `volume ls`: List internal volumes !!! Flags diff --git a/Wiki-OcttKB/tiddlers/Normal/_Document.tid b/Wiki-OcttKB/tiddlers/Normal/_Document.tid index 7b0744f..05e7e4f 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Document.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Document.tid @@ -1,12 +1,14 @@ created: 20230816230347077 creator: Octt -modified: 20230920092125731 +modified: 20240128002305848 modifier: Octt tags: title: Document <<^wikipediaframe Document>> +* <> --- //Cryptee is a privacy focused, encrypted and secure documents, notes, files and photos service// --- seems nifty but apparently it's not truly open-source, just the web client code is. --- <<#[ Git"https://github.com/cryptee">> +* [[CryptPad|https://cryptpad.org/]] --- //Collaborative office suite that is end-to-end encrypted and open-source// --- <<[# Git"https://github.com/cryptpad">> * <> <<#[ "Android Git and APKs" "https://github.com/ONLYOFFICE/documents-app-android">> * <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_FreshRSS.tid b/Wiki-OcttKB/tiddlers/Normal/_FreshRSS.tid index d7cdf66..93ab7a9 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_FreshRSS.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_FreshRSS.tid @@ -1,14 +1,16 @@ created: 20230113225224277 creator: Octt -modified: 20230813103800740 +modified: 20240128000924533 modifier: Octt +page-cover: https://source.unsplash.com/random?fresh,rss tags: RSS title: FreshRSS * Site: https://freshrss.org * Docs: https://freshrss.github.io/FreshRSS/ * Source: https://github.com/FreshRSS -* Docker: https://hub.docker.com/r/linuxserver/freshrss +* Docker: https://hub.docker.com/r/linuxserver/freshrss (wouldn't use it anymore, it was a pain to migrate from that to a manual config, more of a pain than it is to do the manual setup again, assuming you already have a web server ready) +* My instance: https://feeds.octt.eu.org; if I keep it like this (don't privatize it) you can use it as a demo, it shows the feeds of some of my things --- diff --git a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid index 7b9f3b8..a364890 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid @@ -1,6 +1,6 @@ created: 20230116202756249 creator: Octt -modified: 20240119001124100 +modified: 20240128004146233 modifier: Octt tags: $:/i18n:en title: Gaming @@ -17,10 +17,10 @@ Some gaming resources: * [[Video Game History Foundation|https://gamehistory.org/]] --- //non-profit organization dedicated to preserving, celebrating, and teaching the history of video games// * [[The Cutting Room Floor|https://tcrf.net/]] is a site dedicated to unearthing and researching unused and cut content from video games - * [[Video Game Music Preservation Foundation|https://www.vgmpf.com/Wiki/index.php]] --- //the Wikipedia of video game music!// * [[|https://vgmdb.net/]] +* <> --- //Video Game Guides and More// * [[MobyGames Video Game Database|https://www.mobygames.com/]] --- //extremely ambitious project with the goal to meticulously catalog all relevant information about electronic games on a game-by-game basis// * [[The King of Grabs|https://thekingofgrabs.com/]] --- //Grabbing amazing video game screenshots one game at a time.// * [[VGMaps.com: The Video Game Atlas|https://www.vgmaps.com/]] --- //the largest source of screenshot maps on the Internet, with thousands of maps of your favourite video games!// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid b/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid index 387db91..95fe227 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid @@ -1,6 +1,6 @@ created: 20230924123738131 creator: Octt -modified: 20231008214320226 +modified: 20240127234429703 modifier: Octt tags: Knowledge title: Knowledge Management @@ -10,12 +10,14 @@ title: Knowledge Management Paradigms similar to this wiki: * <> +* [[Logseq|https://logseq.com/]] --- //A privacy-first, open-source platform for knowledge management and collaboration.// --- <<[# Git"https://github.com/logseq">> * [[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... plus it's really slow with much data because of the network requirements +** [[Notablog|https://github.com/dragonman225/notablog]] --- //Notablog is a static site generator that produce a minimalistic website for you from a Notion table.// --- <<#[ "Author's site, and demo" "https://dragonman225.js.org/notablog.html">> * <> * <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Maths.tid b/Wiki-OcttKB/tiddlers/Normal/_Maths.tid new file mode 100644 index 0000000..8d46f39 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Maths.tid @@ -0,0 +1,10 @@ +created: 20240128004237537 +creator: Octt +modified: 20240128004515420 +modifier: Octt +tags: +title: Maths + +<<^WikipediaFrame "Maths">> + +* [[Is there an arithmetic way to determine the greater of 2 numbers?|https://math.stackexchange.com/questions/1975483/is-there-an-arithmetic-way-to-determine-the-greater-of-2-numbers#1975484]] --- `((a+b)/2) + (abs(a-b)/2)` \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/Normal/_MicroBlogs.tid b/Wiki-OcttKB/tiddlers/Normal/_MicroBlog.tid similarity index 76% rename from Wiki-OcttKB/tiddlers/Normal/_MicroBlogs.tid rename to Wiki-OcttKB/tiddlers/Normal/_MicroBlog.tid index 79e39f1..f065b0c 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_MicroBlogs.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_MicroBlog.tid @@ -1,11 +1,13 @@ created: 20231222234611171 creator: Octt -modified: 20231223111131828 +modified: 20240121192942431 modifier: Octt tags: -title: MicroBlogs +title: MicroBlog <<^wikipediaframe Microblog>> +Some MicroBlogs found on the net, saved for any reason: + * <> * [[Numeric Citizen Blog|https://blog.numericcitizen.me/]] --- //I'm a compulsive creator (words, images, videos, podcasts). It's not always an easy journey, but it is a rewarding one.// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Networking.tid b/Wiki-OcttKB/tiddlers/Normal/_Networking.tid index d700549..96e0016 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Networking.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Networking.tid @@ -1,6 +1,6 @@ created: 20231222123820453 creator: Octt -modified: 20231224173401189 +modified: 20240127231310608 modifier: Octt tags: title: Networking @@ -16,3 +16,7 @@ title: Networking !!! Tools * Network Tools by [[You Get Signal|https://www.yougetsignal.com/]] + +!!! Misc + +* [[Ban Power Line Technology|https://www.ban-plt.org.uk/]] --- //Save your radio spectrum// diff --git a/Wiki-OcttKB/tiddlers/Normal/_OcttKB.tid b/Wiki-OcttKB/tiddlers/Normal/_OcttKB.tid index 347cee6..dccb712 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_OcttKB.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_OcttKB.tid @@ -1,8 +1,9 @@ created: 20220920160811383 creator: Octt icon: 🐙 -modified: 20231105104126959 +modified: 20240128002941990 modifier: Octt +page-cover: https://source.unsplash.com/random?inkling,octopus tags: $:/ToC $:/i18n:en Octt title: OcttKB @@ -26,7 +27,7 @@ Apart from the usual [[TiddlyWiki]] ones, there are many methods of navigation o !!! ''External Links'' ; ''My Hub'', Global Home Page: [[Hub.Octt.EU.org|https://hub.octt.eu.org]] -: Links to my blog, webapps, and social profiles +: Links to my blogs, webapps, and social profiles or places * ''KB Git Repo'' (deploy scripts, + limited commit history): [[GitLab.com/octtspacc/OcttKB|https://gitlab.com/octtspacc/OcttKB]] ** Mirrors (''don't send issues/PRs'' there): [[GitHub.com|https://github.com/octospacc/OcttKB]] | [[Gitea.it|https://gitea.it/octospacc/OcttKB]] @@ -35,37 +36,14 @@ Apart from the usual [[TiddlyWiki]] ones, there are many methods of navigation o //Note: The KB is also served in plain, unencrypted HTTP at the `http` 5th-level subdomain: `http://http.kb.octt.eu.org`.// -!!! ''Tags'' -{{$:/OcttKB/TagCloud}} - - +!!! ''Other Wiki Things'' - -
- -

- All Tiddlers -

-
- {{$:/OcttKB/AllTiddlers}} -
- +I have made the following into links as they were making this tiddler very laggy, to the point of causing hanging issues on my mobile. Hold thight when opening them (if you're using the JavaScript-rich app, otherwise you're golden). -

+* [[All Tiddlers|$:/OcttKB/AllTiddlers]] +* [[Tag Cloud|$:/OcttKB/TagCloud]] + +
(Partial) [[Copyright © 2022, OctoSpacc|OcttKB/Licensing]] || OcttKB is powered by [[TiddlyWiki|TiddlyWiki]]. diff --git a/Wiki-OcttKB/tiddlers/Normal/_Splatoon.tid b/Wiki-OcttKB/tiddlers/Normal/_Splatoon.tid index b70936b..755575d 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Splatoon.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Splatoon.tid @@ -1,16 +1,17 @@ created: 20230112104013755 creator: Octt -modified: 20240107160445013 +modified: 20240121192703603 modifier: Octt tags: Platformer TPS $:/i18n:en Game Nintendo Proprietary title: Splatoon <<^wikipediaframe Splatoon en>> -* [[The Art Of Splatoon 2 (2019)|https://archive.org/details/the-art-of-splatoon-2]] -* [[Inkopolis Walker (Haikara Walker, Octo Expansion artbook)|https://imgur.com/a/LOLazfi]] -** [[Haikara Walker/ 3rd Splatoon art book (rough) translation thread!|https://threadreaderapp.com/thread/1087606696015364096]] -** [[Haikara Walker Translation Masterdoc|https://docs.google.com/document/d/10E9v0-oTyNyBYD81r-pdgBigeDdwRzj6JvMJAOvh958/edit]] +* [[The Art Of Splatoon|https://archive.org/details/theartofsplatoon_201911/]] +** [[The Art Of Splatoon 2 (2019)|https://archive.org/details/art-of-splatoon-2/]] [[alt. version with less pages?|https://archive.org/details/the-art-of-splatoon-2]] +*** [[Inkopolis Walker (Haikara Walker, Octo Expansion artbook)|https://imgur.com/a/LOLazfi]] +**** [[Haikara Walker/ 3rd Splatoon art book (rough) translation thread!|https://threadreaderapp.com/thread/1087606696015364096]] +**** [[Haikara Walker Translation Masterdoc|https://docs.google.com/document/d/10E9v0-oTyNyBYD81r-pdgBigeDdwRzj6JvMJAOvh958/edit]] * <> (concept video) * <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid b/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid index db9aa5b..19257ee 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid @@ -1,6 +1,6 @@ created: 20231105150445511 creator: Octt -modified: 20240119165356761 +modified: 20240128004926112 modifier: Octt tags: title: Strange things @@ -13,7 +13,7 @@ title: Strange things * [[Smokepowered - 煙霧動力.com|https://smokepowered.com/]] --- strange site with weed background and video of Valve characters smoking ** [[Epic Blazed|https://epicblazed.com/]] --- same thing above, but for Epic Games, Unreal Engine, Fortnite -* [[ICCIVITELLA|https://iccivitella.it/]], ... --- SEO spamming websites with fake content... sometimes they seem to have more actual content than real sites? +* [[ICCIVITELLA|https://iccivitella.it/]], <> ... --- SEO spamming websites with fake content... which sometimes seem to have more actual content than real sites? * <>, <>, ... --- sites that seem like SEO spamming but they seem to be administered by actual writers? they're kinda the most confusing diff --git a/Wiki-OcttKB/tiddlers/Normal/_TiddlyWiki.tid b/Wiki-OcttKB/tiddlers/Normal/_TiddlyWiki.tid index 4044539..9740c4c 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: 20231223140546807 +modified: 20240127225041667 modifier: Octt page-cover: https://source.unsplash.com/random/?computer-cat tags: TiddlyWiki Wiki Zettelkasten Libre @@ -57,6 +57,8 @@ It is a libre, JavaScript-rich, non-linear notebook, that can well adapt to anyo * [[Has anyone generated an RSS feed from TiddlyWiki?|https://talk.tiddlywiki.org/t/has-anyone-generated-an-rss-feed-from-tiddlywiki/966/25]] ** [[RSS and Atom Feeds for your TiddlyWiki|https://techlifeweb.com/tiddlywiki/tw5tribalknowledge/static/RSS%2520and%2520Atom%2520Feeds%2520for%2520your%2520TiddlyWiki.html]] +* [[Sttot Stack|https://gk0wk.github.io/]] --- gk0wk wiki displayed with a particular tiddler reader web-app, not based on the real TW app + <<{< TiddlyWiki/ThirdParty>> !!! ''Useful Documentation or Articles'' diff --git a/Wiki-OcttKB/tiddlers/Normal/_URL shortening.tid b/Wiki-OcttKB/tiddlers/Normal/_URL shortening.tid index 1a556b9..3d261d0 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_URL shortening.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_URL shortening.tid @@ -1,10 +1,13 @@ created: 20230823100404453 creator: Octt -modified: 20230823101738480 +modified: 20240127213352039 modifier: Octt tags: title: URL shortening <<^wikipediaframe "URL shortening">> -* [[t.ly|https://t.ly]] --- Apparently the //World's Shortest Link Shortener// +* <> --- Classic shortener, but got shitty in recent years and demands and account be made for creating more than 1 link (unless you clear browser site storage) +* <> --- Shortener which has been #KilledBy[[Google]] +* <> --- Apparently the //World's Shortest Link Shortener// +* <> --- A shortener that I think is standing the test of time, but recently the retro site was replaced with a full-blown webapp diff --git a/Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid b/Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid index bac331f..1397305 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: 20240107125655740 +modified: 20240128004734394 modifier: Octt tags: Web title: Web Browser @@ -15,6 +15,7 @@ title: Web Browser * [[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 * [[Remote debug Android devices (Chrome for Developers)|https://developer.chrome.com/docs/devtools/remote-debugging/]] +* [[How to manage service workers in chrome?|https://stackoverflow.com/questions/40041401/how-to-manage-service-workers-in-chrome#40046012]] --- `chrome://serviceworker-internals` ; Forks : [[Ungoogled Chromium|https://github.com/ungoogled-software]] diff --git a/Wiki-OcttKB/tiddlers/System/Styles/_Main.tid b/Wiki-OcttKB/tiddlers/System/Styles/_Main.tid index e4d987d..b88c9fa 100644 --- a/Wiki-OcttKB/tiddlers/System/Styles/_Main.tid +++ b/Wiki-OcttKB/tiddlers/System/Styles/_Main.tid @@ -1,6 +1,6 @@ created: 20230108190740128 creator: Octt -modified: 20231105151520512 +modified: 20240127214256070 modifier: Octt tags: $:/tags/Stylesheet title: $:/Styles/Main @@ -20,6 +20,12 @@ $hiddenSidebarText$ \end +/* --- */ + +html, body { + overflow-x: hidden; +} + /* Override the font used for icon display by the the <$:/plugins/Gk0Wk/notionpage-covericon> plugin, and then also apply it to the :after of .tc-tiddlylink anchors, for consistency. We override adding a "sans-serif" to the start due to a spacing bug (?) */ .gk0wk-notionpagebg-icon1, diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index 9287fd7..82b9c02 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20240119172501258 +created: 20240128005009023 current-tiddler: GettingStarted -modified: 20240119172501258 +modified: 20240128005009023 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 33fc546..4d8b307 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20240119115842968 +created: 20240128003814914 creator: Octt list: -modified: 20240119172213778 +modified: 20240128004835073 modifier: Octt title: $:/StoryList \ 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 4b730b9..86a25b2 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: 20231227005915618 +modified: 20240128001436242 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/search-list/_selected-item--1546365138.tid b/Wiki-OcttKB/tiddlers/System/state/search-list/_selected-item--1546365138.tid deleted file mode 100644 index 9284fa6..0000000 --- a/Wiki-OcttKB/tiddlers/System/state/search-list/_selected-item--1546365138.tid +++ /dev/null @@ -1,7 +0,0 @@ -created: 20240119163604538 -creator: Octt -modified: 20240119165435451 -modifier: Octt -title: $:/state/search-list/selected-item--1546365138 - -Development/Resources-secondaryList \ 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 86bf5d9..f5acd31 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: 20240119155439786 +modified: 20240128004415561 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 d9665a6..e957b67 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: 20240119172425357 +modified: 20240128002323398 modifier: Octt title: $:/state/tab/sidebar--595412856 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 3ac8d5a..c32a1b9 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: 20240119155439786 +modified: 20240128004415564 modifier: Octt title: $:/state/tab/search-results/sidebar diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Apps--1446284390.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Apps--1446284390.tid new file mode 100644 index 0000000..ffec81c --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Apps--1446284390.tid @@ -0,0 +1,7 @@ +created: 20240127224228610 +creator: Octt +modified: 20240127224229697 +modifier: Octt +title: $:/state/toc/$:/ToC-$:/Apps--1446284390 + +close \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Games--1446284390.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Games--1446284390.tid new file mode 100644 index 0000000..235d915 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Games--1446284390.tid @@ -0,0 +1,7 @@ +created: 20240127224226627 +creator: Octt +modified: 20240127224228057 +modifier: Octt +title: $:/state/toc/$:/ToC-$:/Games--1446284390 + +close \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1446284390.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1446284390.tid new file mode 100644 index 0000000..6b62335 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1446284390.tid @@ -0,0 +1,7 @@ +created: 20240127224231676 +creator: Octt +modified: 20240127224233280 +modifier: Octt +title: $:/state/toc/$:/ToC-$:/Tools--1446284390 + +close \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid index 3f68647..581d253 100644 --- a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid @@ -1,6 +1,6 @@ created: 20230817233308156 creator: Octt -modified: 20231107221056364 +modified: 20240127213519774 modifier: Octt title: $:/state/toc/$:/ToC-$:/Tools--1697730578 diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-OcttKB--1446284390.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-OcttKB--1446284390.tid index a3b4211..3199d61 100644 --- a/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-OcttKB--1446284390.tid +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-OcttKB--1446284390.tid @@ -1,7 +1,7 @@ created: 20231105154133540 creator: Octt -modified: 20231107235830521 +modified: 20240127224223720 modifier: Octt title: $:/state/toc/$:/ToC-OcttKB--1446284390 -open \ No newline at end of file +close \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-Spacc--1697730578.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-Spacc--1697730578.tid index 604326b..9815484 100644 --- a/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-Spacc--1697730578.tid +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/_ToC-Spacc--1697730578.tid @@ -1,6 +1,6 @@ created: 20230916143818761 creator: Octt -modified: 20231105104253448 +modified: 20240127224434310 modifier: Octt title: $:/state/toc/$:/ToC-Spacc--1697730578 diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid index d33a068..475b781 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid @@ -1,6 +1,6 @@ created: 20230111084703963 creator: Octt -modified: 20231224174423151 +modified: 20240121193425329 modifier: Octt title: $:/state/tree/$:/OcttKB/ diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid index ce6c120..ea1cfb6 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid @@ -1,7 +1,7 @@ created: 20230108193801573 creator: Octt -modified: 20231220183957474 +modified: 20240127214236792 modifier: Octt title: $:/state/tree/$:/Styles/ -hide \ No newline at end of file +show \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/_.tid index d4e5a36..5791c76 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/_.tid @@ -1,7 +1,7 @@ created: 20230126190600213 creator: Octt -modified: 20230919181011629 +modified: 20240127223540407 modifier: Octt title: $:/state/tree/$:/ -show \ No newline at end of file +hide \ No newline at end of file