Saved by TiddlyWiki

This commit is contained in:
OcttKB-TiddlyWiki-Sync 2023-01-27 17:19:30 +00:00
parent d655e7f973
commit 41f32b253f
1 changed files with 46 additions and 26 deletions

View File

@ -204,7 +204,7 @@ Error message and password prompt
{"created":"20230109160537807","creator":"Octt","text":"\\whitespace trim\n\n\u003C!-- Directory Features --->\n\n\\define DirTreeList(Prefix)\n\u003C$set name=\"Prefix\" filter=\" $Prefix$\" value=\"$Prefix$\" emptyValue=\u003C\u003CcurrentTiddler>>>\n \u003C$macrocall $name=\"tree_\" prefix={{{[\u003CPrefix>addsuffix[/]]}}}/>\n\u003C/$set>\n\\end\n\n\\define CurDirList()\n\u003C$set name=\"Name\" value=\u003C\u003CGetCurrentDirectoryPath>>>\n\u003Cul>\n\u003C$list filter=\"[prefix\u003CName>]\">\n\t\u003Cli>\n\t\t\u003C$link>\n\t\t\t\u003C\u003CcurrentTiddler>>\n\t\t\u003C/$link>\n\t\u003C/li>\n\u003C/$list>\n\u003C/ul>\n\u003C/$set>\n\\end\n\n\\define TCurDirList(h:\"2\")\n\u003Ch$h$ class=\"DirList-Title\">Directory Listing\u003C/h$h$>\n\u003C\u003CCurDirList>>\n\\end\n\n\\define DirList(Path)\n\u003C$set name=\"Name\" value=\u003C\u003CGetDirectoryPath $Path$>>>\n\u003Cul>\n\u003C$list filter=\"[prefix\u003CName>]\">\n\t\u003Cli>\n\t\t\u003C$link>\n\t\t\t\u003C\u003CcurrentTiddler>>\n\t\t\u003C/$link>\n\t\u003C/li>\n\u003C/$list>\n\u003C/ul>\n\u003C/$set>\n\\end\n\n\\define TDirList(Path h:\"2\")\n\u003Ch$h$ class=\"DirList-Title\">Directory Listing of [[$Path$]]/\u003C/h$h$>\n\u003C\u003CDirList $Path$>>\n\\end\n\n\\define GetCurrentDirectoryPath() $(currentTiddler)$/\n\\define GetDirectoryPath(Path) $Path$/\n\n\u003C!--\n\\define GetDirectoryPath(Path) $Path$/\n\n\\define DirList(Path:\u003C\u003CcurrentTiddler>>)\n\u003C$set name=\"Name\" value=\u003C$macrocall $name=\"GetDirectoryPath\" Path=$Path$/>>>\n\u003Cul>\n\u003C$list filter=\"[prefix\u003CName>]\">\n\t\u003Cli>\n\t\t\u003C$link>\n\t\t\t\u003C\u003CcurrentTiddler>>\n\t\t\u003C/$link>\n\t\u003C/li>\n\u003C/$list>\n\u003C/ul>\n\u003C/$set>\n\\end\n\n\\define TDirList(Path)\n\u003Ch2>Directory Listing\u003C/h2>\n\u003C\u003CDirList $Path$>>\n\\end\n--->","tags":"$:/tags/Macro","title":"$:/Macros/Directory","modified":"20230126202229853","modifier":"Octt"},
{"created":"20230111212908327","text":"\\define iFrame100Style()\nMargin: 0px;\nPadding: 0px;\nWidth: 100vw;\nHeight: 100vh;\n\\end\n\n\\define EmbedFromLine(Link)\n\u003Cp class=\"Embed-From EmbedFrom\">Embed of [[$Link$]]\u003C/p>\n\\end\n\n\\define iFrame(Src Class:\"iFrame100\" Attrs)\n\u003C\u003CEmbedFromLine \"$Src$\">>\n\u003Ciframe class=\"$Class$\" frameborder=\"0\" $Attrs$ src=\"$Src$\">\u003C/iframe>\n\\end\n\n\\define iFrameFixed(Src Class:\"iFrame100\" Attrs) \u003C\u003CiFrame \"$Src$\" \"$Class$\" 'scrolling=\"no\" $Attrs$'>>\n\\define iFrameBypassFixed(Src Class:\"iFrame100\" Attrs) \u003C\u003CiFrameBypass \"$Src$\" \"$Class$\" 'scrolling=\"no\" $Attrs$'>>\n\\define iFrameFixedBypass(Src Class:\"iFrame100\" Attrs) \u003C\u003CiFrameBypass \"$Src$\" \"$Class$\" 'scrolling=\"no\" $Attrs$'>>\n\n\\define iFrameBypass(Src Class:\"iFrame100\" Attrs)\n\u003C\u003CEmbedFromLine \"$Src$\">>\n\u003Ciframe class=\"$Class$\" frameborder=\"0\" $Attrs$ src='\ndata:text/html;utf8,\n\u003C!DOCTYPE html>\n\u003C!-- Code from X-Frame-Bypass: \u003Chttps://github.com/niutech/x-frame-bypass> --->\n\u003Chtml>\n\u003Chead>\n \u003Cstyle>\n html, body { overflow: hidden; }\n html, body, iframe { margin: 0px; padding: 0px; width: 100%; height: 100%; border: none; }\n \u003C/style>\n \u003Cscript src=\"https://unpkg.com/@ungap/custom-elements-builtin\">\u003C/script>\n \u003Cscript src=\"https://octospacc.gitlab.io/pastebin/x-frame-bypass.js\" type=\"module\">\u003C/script>\n\u003C/head>\n\u003Cbody>\u003Ciframe frameborder=\"0\" is=\"x-frame-bypass\" src=\"$Src$\">\u003C/iframe>\u003C/body>\n\u003C/html>\n'>\u003C/iframe>\n\\end\n\n\n\\define iFrame100(Src)\n\u003C\u003CEmbedFromLine \"$Src$\">>\n\u003Ciframe style=\u003C\u003CiFrame100Style>> frameborder=\"0\" src=\"$Src$\">\u003C/iframe>\n\\end\n\n\\define iFrame100NoScroll(Src)\n\u003C\u003CEmbedFromLine \"$Src$\">>\n\u003Ciframe style=\u003C\u003CiFrame100Style>> frameborder=\"0\" src=\"$Src$\" scrolling=\"no\">\u003C/iframe>\n\\end\n\n\\define iFrame100UriDirect(Src)\n\u003Ciframe style=\u003C\u003CiFrame100Style>> frameborder=\"0\" src=$Src$>\u003C/iframe>\n\\end\n\n\\define iFrame100Tid(Tid)\n\u003C\u003CEmbedFromLine \"$Tid$\">>\n\u003C\u003CiFrame100UriDirect \"\"\"\u003C\u003Cb64TidUriEnc \"$Tid$\">>\"\"\">>\n\\end","tags":"$:/tags/Macro","title":"$:/Macros/Frames","modified":"20230114150926520"},
{"created":"20220926113710012","text":"\\define i18n-target()\n\u003C$list filter=\"[[$(currentTiddler)$]tags[]prefix[i18n:]split[:]last[]]\">\n\t\u003Cspan style=\"Padding:8px;\">\n\t\t\u003C\u003CcurrentTiddler>>\n\t\u003C/span>\n\u003C/$list>\n\\end\n\n\\define i18n()\n\u003Cstyle>\n\t/* Rainbow gradient from https://stackoverflow.com/a/63302468 */\n\t.LanguageBox {\n\t\tBorder: Solid Black 1px;\n\t\tPadding: 4px;\n\t\tBackground: Linear-Gradient(\n\t\t\t90deg,\n\t\t\tRGBA(255, 0, 0, 1) 0%,\n\t\t\tRGBA(255, 154, 0, 1) 10%,\n\t\t\tRGBA(208, 222, 33, 1) 20%,\n\t\t\tRGBA(79, 220, 74, 1) 30%,\n\t\t\tRGBA(63, 218, 216, 1) 40%,\n\t\t\tRGBA(47, 201, 226, 1) 50%,\n\t\t\tRGBA(28, 127, 238, 1) 60%,\n\t\t\tRGBA(95, 21, 242, 1) 70%,\n\t\t\tRGBA(186, 12, 248, 1) 80%,\n\t\t\tRGBA(251, 7, 217, 1) 90%,\n\t\t\tRGBA(255, 0, 0, 1) 100%\n\t\t);\n\t}\n\t.LanguageBox > Div {\n\t\tBorder: Solid Black 1px;\n\t\tPadding: 4px;\n\t\tFont-Size: Larger;\n\t\tText-Align: Center;\n\t\tBackground: White;\n\t}\n\u003C/style>\n\u003Cdiv class=\"LanguageBox\">\u003Cdiv>\n\t\u003C$vars id={{!!i18n}}>\n\t\t\u003C$list filter=\"[!is[system]contains:i18n\u003Cid>]\">\n\t\t\t\u003C$link>\n\t\t\t\t\u003C$macrocall $name=\"i18n-target\"/>\n\t\t\t\u003C/$link>\n\t\t\u003C/$list>\n\t\u003C/$vars>\n\u003C/div>\u003C/div>\n\\end","tags":"$:/tags/Macro","title":"$:/Macros/i18n","modified":"20230108195259126"},
{"created":"20230125222831006","creator":"Octt","text":"/*\\\nHide i18n namespace labels dynamically from the Breadcrumbs line\n(by wrapping them in CSS-selectable elements)\n\\*/\n(function(){\n\"use strict\";\nexports.name = \"i18nBreadcrumbsNamespaceLabelStrip\";\nexports.params = [];\n\nexports.run = function() {\ntry {\n var Languages = $tw.wiki.getTiddler('$:/i18n').fields.Languages.toLowerCase().split(' ');\n var Path = this.getVariable('currentTiddler');\n var Select = `.tc-story-river > div[data-tiddler-title=\"${Path}\"] > .View-Breadcrumbs > .Path-Elem`;\n var List = document.querySelectorAll(Select + ':last-of-type');\n for (var i=0; i \u003C List.length; i++) {\n // At end of tiddler path (e.g: Tests/Misc/Test:en)\n var Name = List[i].innerHTML.trim();\n var Code = Name.toLowerCase().split(':').slice(-1)[0];\n if (Languages.includes(Code)) {\n List[i].innerHTML = `${Name.split(':').slice(0, -1)}\u003Cspan class=\"Inline-Hidden\">:${Code}\u003C/span>`;\n } else {\n // At start of tiddler path (e.g: Testing:en/Misc/Test); handle $:/ prefix if present\n var Index = Path.startsWith('$:/') ? 2 : 1;\n var Code = Path.toLowerCase().split(':')[Index].split('/')[0];\n if (Languages.includes(Code)) {\n var List = document.querySelectorAll(`${Select}:nth-child(${Index})`);\n for (var i=0; i \u003C List.length; i++) {\n // TODO // List[i].innerHTML = `\u003Cspan class=\"Inline-Hidden\">:${Code}\u003C/span>/${Path.split(':')[Index].split('/').slice(1).join('/')}`;\n };\n };\n };\n };\n} catch(e) {\n $OcttKB.ErrAtLine(e);\n};\n}})();","tags":"","title":"$:/Macros/i18nBreadcrumbsNamespaceLabelStrip.js","modified":"20230126090506478","modifier":"Octt","module-type":"macro","type":"application/javascript"},
{"created":"20230125222831006","creator":"Octt","text":"/*\\\nHide i18n namespace labels dynamically from the Breadcrumbs line\n(by wrapping them in CSS-selectable elements)\n\\*/\n(function(){\n\"use strict\";\nexports.name = \"i18nBreadcrumbsNamespaceLabelStrip\";\nexports.params = [];\n\nexports.run = function() {\ntry {\n var Languages = $tw.wiki.getTiddler('$:/i18n').fields.Languages.toLowerCase().split(' ');\n var Path = this.getVariable('currentTiddler');\n var Select = `.tc-story-river > div[data-tiddler-title=\"${Path}\"] > .View-Breadcrumbs > .Path-Elem`;\n var List = document.querySelectorAll(Select + ':last-of-type');\n for (var i=0; i \u003C List.length; i++) {\n // At end of tiddler path (e.g: Tests/Misc/Test:en)\n var Name = List[i].innerHTML.trim();\n var Code = Name.toLowerCase().split(':').slice(-1)[0];\n if (Languages.includes(Code)) {\n List[i].innerHTML = `${Name.split(':').slice(0, -1)}\u003Cspan class=\"Inline-Hidden\">:${Code}\u003C/span>`;\n } else {\n // At start of tiddler path (e.g: Testing:en/Misc/Test); handle $:/ prefix if present\n var Index = Path.startsWith('$:/') ? 2 : 1;\n var Code = Path.toLowerCase().split(':')[Index];\n (Code ? Code = Code.split('/')[0] : return '');\n if (Languages.includes(Code)) {\n var List = document.querySelectorAll(`${Select}:nth-child(${Index})`);\n for (var i=0; i \u003C List.length; i++) {\n // TODO // List[i].innerHTML = `\u003Cspan class=\"Inline-Hidden\">:${Code}\u003C/span>/${Path.split(':')[Index].split('/').slice(1).join('/')}`;\n };\n };\n };\n };\n} catch(e) {\n $OcttKB.ErrAtLine(e);\n};\n}})();","tags":"","title":"$:/Macros/i18nBreadcrumbsNamespaceLabelStrip.js","modified":"20230127170814485","modifier":"Octt","module-type":"macro","type":"application/javascript"},
{"created":"20220922135257709","text":"\u003C!-- The following code is almost totally derived from [[$:/core/macros/tabs]] --->\n\n\\define ltabs-button()\n\\whitespace trim\n\u003C$button set=\u003C\u003CltabsState>> setTo=\u003C\u003CcurrentTab>> default=\u003C\u003C__default__>> selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}} role=\"switch\">\n\t\u003Cspan> [[#|$(currentTab)$]] \u003C/span>\n\t\u003C$tiddler tiddler=\u003C\u003Csave-currentTiddler>>>\n\t\t\u003C$set name=\"tv-wikilinks\" value=\"no\">\n\t\t\t\u003C$transclude tiddler=\u003C\u003C__buttonTemplate__>> mode=\"inline\">\n\t\t\t\t\u003C$transclude tiddler=\u003C\u003CcurrentTab>> field=\"caption\">\n\t\t\t\t\t\u003C$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n\t\t\t\t\u003C/$transclude>\n\t\t\t\u003C/$transclude>\n\t\t\u003C/$set>\n\t\u003C/$tiddler>\n\t\u003C\u003C__actions__>>\n\u003C/$button>\n\\end\n\n\\define ltabs-tab()\n\\whitespace trim\n\u003C$set name=\"save-currentTiddler\" value=\u003C\u003CcurrentTiddler>>>\n\t\u003C$tiddler tiddler=\u003C\u003CcurrentTab>>>\n\t\t\u003C\u003Cltabs-button>>\n\t\u003C/$tiddler>\n\u003C/$set>\n\\end\n\n\\define ltabs-tab-list()\n\\whitespace trim\n\u003C$list filter=\u003C\u003C__ltabsList__>> variable=\"currentTab\" storyview=\"pop\">\n\t\u003C\u003Cltabs-tab>>\n\u003C/$list>\n\\end\n\n\\define ltabs-tab-body()\n\\whitespace trim\n\u003C$list filter=\u003C\u003C__ltabsList__>> variable=\"currentTab\">\n\t\u003C$reveal type=\"match\" state=\u003C\u003CltabsState>> text=\u003C\u003CcurrentTab>> default=\u003C\u003C__default__>> retain=\u003C\u003C__retain__>> tag=\"div\">\n\t\t\u003C$transclude tiddler=\u003C\u003C__template__>> mode=\"block\">\n\t\t\t\u003C$tiddler tiddler=\u003C\u003CcurrentTab>>>\n\t\t\t\t\u003C$transclude mode=\"block\" />\n\t\t\t\u003C/$tiddler>\n\t\t\u003C/$transclude>\n\t\u003C/$reveal>\n\u003C/$list>\n\\end\n\n\\define ltabs(ltabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain,actions,explicitState)\n\\whitespace trim\n\u003C$qualify title=\u003C\u003C__state__>> name=\"qualifiedState\">\n\t\u003C$let ltabsState={{{ [\u003C__explicitState__>minlength[1]] ~[\u003CqualifiedState>] }}}>\n\t\t\u003Cdiv class={{{ [[tc-tab-set]addsuffix[ ]addsuffix\u003C__class__>] }}}>\n\t\t\t\u003Cdiv class={{{ [[tc-tab-buttons]addsuffix[ ]addsuffix\u003C__class__>] }}}>\n\t\t\t\t\u003C\u003Cltabs-tab-list>>\n\t\t\t\u003C/div>\n\t\t\t\u003Cdiv class={{{ [[tc-tab-divider]addsuffix[ ]addsuffix\u003C__class__>] }}}/>\n\t\t\t\u003Cdiv class={{{ [[tc-tab-content]addsuffix[ ]addsuffix\u003C__class__>] }}}>\n\t\t\t\t\u003C\u003Cltabs-tab-body>>\n\t\t\t\u003C/div>\n\t\t\u003C/div>\n\t\u003C/$let>\n\u003C/$qualify>\n\\end\n","tags":"$:/tags/Macro","title":"$:/Macros/ltabs","modified":"20220925154754580"},
{"created":"20220920092322164","creator":"Octt","text":"\\whitespace trim\n\n\u003C!-- Transclude with clickable link --->\n\\define #:(Name)\n\u003Cstyle>\n.Transcluding > h1,\n.Transcluding > h2,\n.Transcluding > h3,\n.Transcluding > h4,\n.Transcluding > h5,\n.Transcluding > h6 {\nDisplay: Inline;\n}\n\u003C/style>\n\u003Cdiv class=\"Transcluding\">\n[[#|$Name$]]\n{{$Name$}}\n\u003C/div>\n\\end\n\n\u003C!-- Link to currentTiddler --->\n\\define lself() [[$(currentTiddler)$]]\n\\define #lself() [[#|$(currentTiddler)$]]\n\n\u003C!-- Field Checkbox --->\n\\define x#(Field Text)\n\u003C$checkbox field=\"$Field$\" checked=\"true\" unchecked=\"false\" default=\"false\"> $Text$\u003C/$checkbox>\n\\end\n\n\\define Table(Rows) \u003Ctable class=\"Octt-Table\" style=\"Width:100%;\">\u003Cstyle>.Octt-Table tr:nth-child(odd){background-color:#EEEEEE;}\u003C/style>$Rows$\u003C/table>\n\n\\define ColorText(Text Foreground)\n\u003Cspan style=\"Color:$Foreground$;\">$Text$\u003C/span>\n\\end\n\n\\define ColorSpan(Text Background)\n\u003Cspan style=\"Color:#FFFFFF; Background-Color:$Background$;\">$Text$\u003C/span>\n\\end\n\n\\define LImg(Src Href Alt)\n\u003Ca rel=\"noopener noreferrer\" target=\"_blank\" href=\"$Href$\">\u003Cimg src=\"$Src$\" alt=\"$Alt$\">\u003C/a>\n\\end\n\n\\define StrAppend(Str Suffix Prefix) $Prefix$$Str$$Suffix$\n","tags":"$:/tags/Macro","title":"$:/Macros/Main","modified":"20230126201307117","modifier":"Octt"},
{"created":"20230108190340455","creator":"Octt","text":"/*\\\nSee [[$:/Macros/MediaWiki]] for usage of this macro.\nNote: source must always be credited, and thus it's not ideal to use this macro directly. Please use the \u003C\u003CMediaWiki>> wrapper macro instead, as it provides a link to the source automatically. (This feature is implemented in its own non-JS macro to make at least the URL show on static wiki exports.)\n\\*/\n\n(function(){\n\"use strict\";\nexports.name = \"MediaWikiEmbedInternal\";\nexports.params = [\n {name: \"Article\"},\n {name: \"Domain\"},\n {name: \"Sections\"},\n];\n\nexports.run = function(Article, Domain, Sections) {\ntry {\n let Text;\n Sections = parseInt(Sections) || 0;\n Domain = $OcttKB.MediaWiki.MkDomain(Domain);\n const Req = new XMLHttpRequest();\n Req.open('GET', Domain + '/w/api.php?action=query&formatversion=2&prop=extracts&format=json&origin=*&titles=' + Article, false);\n Req.send();\n Text = JSON.parse(Req.responseText).query.pages[0].extract;\n if (!Text) {\n Text = '\u003Cp>An error occurred while trying to extract the content. Close and reopen this \u003Ci>tiddler\u003C/i> to retry, or click the link to open the source in a new tab.\u003C/p>'\n };\n Text = Text.replaceAllTxt('\\n', '').replaceAllTxt('\u003Cp class=\"mw-empty-elt\">\u003C/p>', '');\n if (Sections != 0) {\n for (let i=1; i\u003C=6; i++) {\n Text = Text.replaceAllTxt(`\u003C/p>\u003Ch${i}>`, `\u003C/p>\u003C!--:PARAGRAPH:--->\\n\u003Ch${i}>`);\n };\n Text = Text.replaceAllTxt(`\u003C/p>\u003Cp>`, `\u003C/p>\u003C!--:PARAGRAPH:--->\u003Cp>`);\n //Text = Text.split('\u003C!--:PARAGRAPH:--->').slice(0, Max+1).join('');\n //Text = Text.split('\u003Cp>').slice(0, Max+1).join('\u003Cp>');\n if (Sections \u003C 0) {\n Sections = 0;\n };\n Text = Text.split('\u003C!--:PARAGRAPH:--->').slice(0, Sections).join('');\n //Text += '\u003Cp>[...]\u003C/p>'\n };\n/*\n Sections = Sections.split(' ');\n for (let i=0; i\u003CSections.length; i++) {\n const Sec = Sections[i];\n if (Sec) {\n const Ind = Sec.toLowerCase()[0];\n const Val = Sec.substring(1);\n if (Ind == 'p' || Ind == 's') {\n if (Ind == 'p') {\n const Sep = '\u003C!--:PARAGRAPH:--->';\n } else \n if (Ind == 's') {\n const Sep = '\u003C!--:SECTION:--->';\n };\n Text = Text.split(Sep).slice(0, Val).join('');\n } else\n if (Ind == '#') {\n \n };\n };\n };\n*/\n return Text;\n} catch(e) {\n return $OcttKB.ErrAtLine(e);\n};\n}})();","tags":"","title":"$:/Macros/MediaWiki/EmbedInternal.js","modified":"20230124213837502","type":"application/javascript","module-type":"macro","modifier":"Octt"},
@ -244,6 +244,8 @@ Error message and password prompt
{"created":"20221109160736203","title":"$:/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button","tags":"$:/tags/ViewToolbar","caption":"{{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}} Slice text tiddler","description":"Slice this text tiddler by headings and lists","text":"\\whitespace trim\n\n\\define hint()\nSlice this text tiddler into chunks\n\\end\n\n\u003C$list filter=\"[\u003CcurrentTiddler>!is[image]!is[binary]]\" variable=\"ignore\">\n\u003C$button tooltip=\u003C\u003Chint>> aria-label=\u003C\u003Chint>> class=\u003C\u003Ctv-config-toolbar-class>>>\n\u003C$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/tiddlywiki/text-slicer/ui/slice-modal\" currentTiddler=\u003C\u003CcurrentTiddler>>/>\n\u003C$list filter=\"[\u003Ctv-config-toolbar-icons>match[yes]]\">\n{{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}}\n\u003C/$list>\n\u003C$list filter=\"[\u003Ctv-config-toolbar-text>match[yes]]\">\n\u003Cspan class=\"tc-btn-text\">Slice tiddler\u003C/span>\n\u003C/$list>\n\u003C/$button>\n\u003C/$list>\n","modified":"20221109160736203"},
{"title":"$:/plugins/tobibeer/base64","description":"base64 encoding and decoding for ~TiddlyWiki","author":"Tobias Beer","version":"0.5.0","core-version":">=5.1.9","source":"https://github.com/tobibeer/tw5-base64","documentation":"https://tobibeer.github.io/tw5-base64","plugin-type":"plugin","requires":"","list":"readme","dependents":"","type":"application/json","text":"{\n \"tiddlers\": {\n \"$:/plugins/tobibeer/base64/filter.js\": {\n \"title\": \"$:/plugins/tobibeer/base64/filter.js\",\n \"text\": \"/*\\\\\\r\\ntitle: $:/plugins/tobibeer/base64/filter.js\\r\\ntype: application/javascript\\r\\nmodule-type: filteroperator\\r\\n\\r\\nA filter to encode and decode base64\\r\\n\\r\\n@preserve\\r\\n\\\\*/\\r\\n(function(){\\\"use strict\\\";exports.base64=function(e,r,t){var n=\\\"\\\",o=r.suffix==\\\"decode\\\";try{if(r.operand){n=r.operand}else{e(function(e,r){n+=r})}n=o?atob(n):btoa(n)}catch(i){return[\\\"Error in base64 filter trying to \\\"+(o?\\\"de\\\":\\\"en\\\")+\\\"code'\\\"+n+\\\"':\\\\n\\\"+i]}return[n]}})();\",\n \"type\": \"application/javascript\",\n \"module-type\": \"filteroperator\"\n },\n \"$:/plugins/tobibeer/base64/readme\": {\n \"title\": \"$:/plugins/tobibeer/base64/readme\",\n \"text\": \"The plugin $:/plugins/tobibeer/base64 provides:\\n\\n; base64[]\\r\\n: a filter to encode text to base64\\n\\n; base64:decode[]\\r\\n: and dencode base64 to text\\n\\n\u003Cbr>\\n\\n; documentation / examples / demos...\\r\\n: http://tobibeer.github.io/tw5-plugins#base64\"\n }\n }\n}"},
{"title":"$:/plugins/tobibeer/inc","description":"Enhance transclusion by including tiddlers with an on-hover toolbar","author":"Tobias Beer","version":"0.5.2","core-version":">=5.1.9","source":"https://github.com/tobibeer/tw5-inc","documentation":"https://tobibeer.github.io/tw5-inc","plugin-type":"plugin","requires":"","list":"readme","dependents":"","type":"application/json","text":"{\n \"tiddlers\": {\n \"$:/plugins/tobibeer/inc/buttons/open\": {\n \"title\": \"$:/plugins/tobibeer/inc/buttons/open\",\n \"text\": \"\u003C$button tooltip=\\\"Open this tiddler\\\" class=\u003C\u003Ctv-config-toolbar-class>>>\\r\\n\u003C$action-navigate/>\\r\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>prefix[yes]]\\\">\\r\\n{{$:/core/images/down-arrow}}\\r\\n\u003C/$list>\\r\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>prefix[yes]]\\\">\\r\\n\u003Cspan class=\\\"tc-btn-text\\\">open\u003C/span>\\r\\n\u003C/$list>\\r\\n\u003C/$button>\"\n },\n \"$:/plugins/tobibeer/inc/macro\": {\n \"title\": \"$:/plugins/tobibeer/inc/macro\",\n \"tags\": \"$:/tags/Macro\",\n \"text\": \"\\\\define tb-inc(tiddler)\\r\\n\u003Cdiv class=\\\"tb-inc\\\" title=\\\"\\\"\\\"transcluded tiddler '$tiddler$'\\\"\\\"\\\">\\r\\n\u003C$tiddler tiddler=\\\"\\\"\\\"$tiddler$\\\"\\\"\\\">\\r\\n\u003Cdiv class=\\\"tb-inc-controls tc-tiddler-controls\\\">\\r\\n\u003C$list filter=\\\"[list[$:/plugins/tobibeer/inc/toolbar!!text]]\\\" variable=\\\"listItem\\\">\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\u003C/$list>\\r\\n\u003C/div>\\r\\n\u003Cdiv class=\\\"tb-inc-tiddler\\\">\\r\\n\u003C$transclude mode=block/>\\r\\n\u003C/div>\\r\\n\u003C/$tiddler>\\r\\n\u003C/div>\\r\\n\\\\end\\r\\n\\\\define {(tiddler)\\r\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\"\\\"$tiddler$\\\"\\\"\\\" default=\\\"\\\">\\r\\n\u003C$macrocall $name=\\\"tb-inc\\\" tiddler=\u003C\u003CcurrentTiddler>>/>\\r\\n\u003C/$reveal>\\r\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\"\\\"$tiddler$\\\"\\\"\\\" default=\\\"\\\">\\r\\n\u003C$macrocall $name=\\\"tb-inc\\\" tiddler=\\\"\\\"\\\"$tiddler$\\\"\\\"\\\"/>\\r\\n\u003C/$reveal>\\r\\n\\\\end\"\n },\n \"$:/plugins/tobibeer/inc/readme\": {\n \"title\": \"$:/plugins/tobibeer/inc/readme\",\n \"text\": \"Provides the macro `\u003C\u003C{>>` that allows to transclude tiddlers with an on-hover toolbar for editing.\\n\\n; documentation / examples / demos...\\r\\n: http://tobibeer.github.io/tw5-plugins#inc\"\n },\n \"$:/plugins/tobibeer/inc/styles\": {\n \"title\": \"$:/plugins/tobibeer/inc/styles\",\n \"tags\": \"$:/tags/Stylesheet\",\n \"type\": \"text/css\",\n \"text\": \".tb-inc-controls{\\r\\nmargin-top:-2em;\\r\\npadding: 5px;\\r\\ndisplay:none;\\r\\n}\\r\\n.tb-inc-tab-content .tb-inc{\\r\\nmargin:0;\\r\\npadding:0;\\r\\nposition:relative;\\r\\n}\\r\\n.tb-inc-tab-content .tb-inc-controls{\\r\\nposition:absolute;\\r\\nmargin-top:-5px;\\r\\nright:0;\\r\\ntop:0;\\r\\n}\\r\\n.tb-inc:hover > .tb-inc-controls{\\r\\ndisplay:block;\\r\\nfloat:right;\\r\\n}\"\n },\n \"$:/plugins/tobibeer/inc/templates/tabs\": {\n \"title\": \"$:/plugins/tobibeer/inc/templates/tabs\",\n \"text\": \"\u003Cdiv class=\\\"tb-inc-tab-content\\\">\\n\u003C$macrocall $name=\\\"{\\\" tiddler=\u003C\u003CcurrentTab>>/>\\n\u003C/div>\"\n },\n \"$:/plugins/tobibeer/inc/toolbar\": {\n \"title\": \"$:/plugins/tobibeer/inc/toolbar\",\n \"text\": \"$:/plugins/tobibeer/inc/buttons/open\\n\\n$:/core/ui/Buttons/edit\\n\\n$:/core/ui/Buttons/delete\"\n }\n }\n}"},
{"created":"20230127155331514","creator":"Octt","text":"\u003C$button tooltip=\"Open this tiddler\" class=\u003C\u003Ctv-config-toolbar-class>>>\n\u003C$action-navigate/>\n\u003C$list filter=\"[\u003Ctv-config-toolbar-icons>prefix[yes]]\">\n{{$:/core/images/down-arrow}}\n\u003C/$list>\n\u003C$list filter=\"[\u003Ctv-config-toolbar-text>prefix[yes]]\">\n\u003Cspan class=\"tc-btn-text\">open\u003C/span>\n\u003C/$list>\n\u003C/$button>","title":"$:/plugins/tobibeer/inc/buttons/open","modified":"20230127155404686","modifier":"Octt"},
{"created":"20230127155457773","creator":"Octt","text":"\\define tb-inc(tiddler)\n\u003C!-- \u003Cdiv class=\"tb-inc\" title=\"\"\"transcluded tiddler '$tiddler$'\"\"\"> -->\n\u003Cdiv class=\"tb-inc\">\n\u003C$tiddler tiddler=\"\"\"$tiddler$\"\"\">\n\u003Cdiv class=\"tb-inc-controls tc-tiddler-controls\">\n\u003C$list filter=\"[list[$:/plugins/tobibeer/inc/toolbar!!text]]\" variable=\"listItem\">\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\u003C/$list>\n\u003C/div>\n\u003Cdiv class=\"tb-inc-tiddler\">\n\u003C$transclude mode=block/>\n\u003C/div>\n\u003C/$tiddler>\n\u003C/div>\n\\end\n\\define {(tiddler)\n\u003C$reveal type=\"match\" text=\"\"\"$tiddler$\"\"\" default=\"\">\n\u003C$macrocall $name=\"tb-inc\" tiddler=\u003C\u003CcurrentTiddler>>/>\n\u003C/$reveal>\n\u003C$reveal type=\"nomatch\" text=\"\"\"$tiddler$\"\"\" default=\"\">\n\u003C$macrocall $name=\"tb-inc\" tiddler=\"\"\"$tiddler$\"\"\"/>\n\u003C/$reveal>\n\\end","title":"$:/plugins/tobibeer/inc/macro","tags":"$:/tags/Macro","modified":"20230127155554126","modifier":"Octt"},
{"created":"20220920084517972","text":"Octt Knowledge Base || // Static version available at [ext[./Static.html]].//","title":"$:/SiteSubtitle","modified":"20230110220531245"},
{"created":"20220920084457368","title":"$:/SiteTitle","text":"OcttKB","modified":"20220920084507769"},
{"created":"20230117124854056","creator":"Octt","title":"$:/state/add-plugin-info/$:/temp/ServerConnection/https://tiddly-gittly.github.io/TiddlyWiki-CPL/library/index.html/$:/temp/RemoteAssetInfo/https://tiddly-gittly.github.io/TiddlyWiki-CPL/library/index.html/$:/plugins/ahahn/tinka","text":"no","modified":"20230117124857465","modifier":"Octt"},
@ -323,8 +325,11 @@ Error message and password prompt
{"created":"20230112185529249","title":"$:/state/folded/$:/Macros/MediaWiki/GetCover.js","text":"show","modified":"20230112185947655"},
{"created":"20230124125425674","creator":"Octt","title":"$:/state/folded/$:/Macros/MediaWiki/Main","text":"show","modified":"20230124125426195","modifier":"Octt"},
{"created":"20230111110852928","title":"$:/state/folded/$:/Macros/MediaWikiEmbedInternal.js","text":"show","modified":"20230111153004630"},
{"created":"20230127160120797","creator":"Octt","title":"$:/state/folded/$:/Macros/Music Archiving Status","text":"show","modified":"20230127160121397","modifier":"Octt"},
{"created":"20230117111610562","creator":"Octt","title":"$:/state/folded/$:/OcttKB/bachecoctt.md.old","text":"hide","modified":"20230124063851111","modifier":"Octt"},
{"created":"20230125175038342","creator":"Octt","title":"$:/state/folded/$:/OcttKB/Functions.js","text":"show","modified":"20230125215928280","modifier":"Octt"},
{"created":"20230127155216876","creator":"Octt","title":"$:/state/folded/$:/plugins/tobibeer/inc/macro","text":"hide","modified":"20230127155216877","modifier":"Octt"},
{"created":"20230127171405990","creator":"Octt","title":"$:/state/folded/$:/Styles/bilibili-back-to-top.html","text":"show","modified":"20230127171501350","modifier":"Octt"},
{"created":"20230111080840168","title":"$:/state/folded/$:/Styles/Main.css","text":"show","modified":"20230111152951359"},
{"created":"20230111145020050","title":"$:/state/folded/$:/Styles/View/10-Missing.xml","text":"show","modified":"20230111145030153"},
{"created":"20230125175041382","creator":"Octt","title":"$:/state/folded/$:/Styles/View/2-10-Breadcrumbs.xml","text":"hide","modified":"20230126092910726","modifier":"Octt"},
@ -360,13 +365,14 @@ Error message and password prompt
{"created":"20230108195622738","title":"$:/state/plugin-info--700587726-$:/plugins/tiddlywiki/railroad","text":"no","modified":"20230108195659610"},
{"created":"20230108195626498","title":"$:/state/plugin-info--700587726-$:/plugins/tiddlywiki/railroad--1474474028","text":"readme","modified":"20230108195657298"},
{"created":"20221108210136971","title":"$:/state/plugin-info-1601463112-$:/themes/tiddlywiki/vanilla","text":"yes","modified":"20221108221817102"},
{"created":"20230127160156542","creator":"Octt","title":"$:/state/plugin-info-1681283782-$:/plugins/felixhayashi/hotzone--1392385024","text":"Configuration","modified":"20230127160158749","modifier":"Octt"},
{"created":"20230108195813986","title":"$:/state/plugin-info-1681785288-$:/plugins/tiddlywiki/qrcode--106465074","text":"readme","modified":"20230108195833018"},
{"created":"20221108100203119","title":"$:/state/plugin-info-1785259528-$:/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki---1739364784","text":"contents","modified":"20221108100244432"},
{"created":"20220920140149154","title":"$:/state/plugin-info-1958370054-$:/core--2000059281","text":"contents","modified":"20220920140149154"},
{"created":"20230108195707554","title":"$:/state/plugin-info-1998008712-$:/plugins/tiddlywiki/railroad--119403598","text":"readme","modified":"20230108195709210"},
{"created":"20220920140732083","creator":"Octt","title":"$:/state/showeditpreview","text":"no","modified":"20230126124525081","modifier":"Octt"},
{"created":"20220920114858684","title":"$:/state/ShowPaletteEditor","text":"yes","modified":"20220920114858684"},
{"created":"20220920174307633","creator":"Octt","title":"$:/state/sidebar","text":"yes","modified":"20230126202421196","modifier":"Octt"},
{"created":"20220920174307633","creator":"Octt","title":"$:/state/sidebar","text":"yes","modified":"20230127171912464","modifier":"Octt"},
{"created":"20220922115715109","title":"$:/state/tab--1091387428","text":"Music Archiving Status/Desired","modified":"20220923072023997"},
{"created":"20230109143853256","title":"$:/state/tab--1498284803","text":"$:/ThirdParty/TiddlyTools/FilterGenerators/Tags","modified":"20230111152605880"},
{"created":"20230117125310625","creator":"Octt","title":"$:/state/tab--1581376822","text":"$:/plugins/flibbles/relink/ui/TiddlerInfo/References","modified":"20230117125313877","modifier":"Octt"},
@ -390,8 +396,8 @@ Error message and password prompt
{"created":"20230108195829187","title":"$:/state/tab-791689762","text":"$:/plugins/tiddlywiki/qrcode/MakeContactQR","modified":"20230108195830858"},
{"created":"20230110152841020","title":"$:/state/tab-914888664","text":"$:/core/ui/TiddlerInfo/References","modified":"20230110152841020"},
{"created":"20220921221238452","title":"$:/state/tab-99014043","text":"$:/core/ui/ControlPanel/EditTemplateBody","modified":"20220921221239099"},
{"created":"20220920114911876","creator":"Octt","title":"$:/state/tab/moresidebar-1850697562","text":"$:/core/ui/MoreSideBar/Explorer","modified":"20230126201209381","modifier":"Octt"},
{"created":"20220920092307479","creator":"Octt","title":"$:/state/tab/sidebar--595412856","text":"$:/core/ui/SideBar/Recent","modified":"20230126202428861","modifier":"Octt"},
{"created":"20220920114911876","creator":"Octt","title":"$:/state/tab/moresidebar-1850697562","text":"$:/core/ui/MoreSideBar/Explorer","modified":"20230127160559719","modifier":"Octt"},
{"created":"20220920092307479","creator":"Octt","title":"$:/state/tab/sidebar--595412856","text":"TableOfContents","modified":"20230127171529510","modifier":"Octt"},
{"created":"20220920114638764","title":"$:/state/tabs/controlpanel/toolbars-1345989671","text":"$:/core/ui/ControlPanel/Toolbars/EditToolbar","modified":"20230109112510655"},
{"created":"20230109231545587","text":"inline","title":"$:/state/tag-cloud-count","modified":"20230109231831243"},
{"created":"20230111212759834","title":"$:/state/toc/TableOfContents-Apps--1089262602","text":"close","modified":"20230111212800395"},
@ -431,62 +437,75 @@ Error message and password prompt
{"created":"20220922201015063","creator":"Octt","title":"$:/state/tree/$:/languages/en-GB/","text":"hide","modified":"20230117124102053","modifier":"Octt"},
{"created":"20220922201252688","creator":"Octt","title":"$:/state/tree/$:/languages/it-IT/","text":"hide","modified":"20230117124102629","modifier":"Octt"},
{"created":"20221109224443069","creator":"Octt","title":"$:/state/tree/$:/library/","text":"hide","modified":"20230124214618653","modifier":"Octt"},
{"created":"20221108155618185","creator":"Octt","title":"$:/state/tree/$:/Macros/","text":"show","modified":"20230126194835541","modifier":"Octt"},
{"created":"20221108155618185","creator":"Octt","title":"$:/state/tree/$:/Macros/","text":"hide","modified":"20230127171155830","modifier":"Octt"},
{"created":"20230125150238615","creator":"Octt","title":"$:/state/tree/$:/Macros/Breadcrumbs/","text":"show","modified":"20230125150238615","modifier":"Octt"},
{"created":"20230112111343793","creator":"Octt","title":"$:/state/tree/$:/Macros/MediaWiki/","text":"hide","modified":"20230126202343005","modifier":"Octt"},
{"created":"20230112111343793","creator":"Octt","title":"$:/state/tree/$:/Macros/MediaWiki/","text":"hide","modified":"20230127170153707","modifier":"Octt"},
{"created":"20230125093534902","creator":"Octt","title":"$:/state/tree/$:/Macros/View/","text":"hide","modified":"20230125114608509","modifier":"Octt"},
{"created":"20230111091330393","creator":"Octt","title":"$:/state/tree/$:/Manager/","text":"hide","modified":"20230125150328094","modifier":"Octt"},
{"created":"20230124111902915","creator":"Octt","title":"$:/state/tree/$:/Manager/ItemMain/","text":"show","modified":"20230124111902915","modifier":"Octt"},
{"created":"20230111084703963","creator":"Octt","title":"$:/state/tree/$:/OcttKB/","text":"hide","modified":"20230126194037285","modifier":"Octt"},
{"created":"20230111084703963","creator":"Octt","title":"$:/state/tree/$:/OcttKB/","text":"hide","modified":"20230127165252281","modifier":"Octt"},
{"created":"20230124111843850","creator":"Octt","title":"$:/state/tree/$:/OcttKB/Tweaks/","text":"hide","modified":"20230126081751242","modifier":"Octt"},
{"created":"20220920114917653","title":"$:/state/tree/$:/palettes/","text":"hide","modified":"20221109143849684"},
{"created":"20221109143850220","title":"$:/state/tree/$:/pluginlibrary/","text":"hide","modified":"20230110225025209"},
{"created":"20221109143850885","title":"$:/state/tree/$:/pluginlibrary/tobibeer/","text":"show","modified":"20221109143850885"},
{"created":"20221108100116751","title":"$:/state/tree/$:/plugins/","text":"hide","modified":"20230110225022576"},
{"created":"20221108100116751","creator":"Octt","title":"$:/state/tree/$:/plugins/","text":"hide","modified":"20230127160201806","modifier":"Octt"},
{"created":"20230127160143605","creator":"Octt","title":"$:/state/tree/$:/plugins/felixhayashi/","text":"hide","modified":"20230127160201358","modifier":"Octt"},
{"created":"20230127160144629","creator":"Octt","title":"$:/state/tree/$:/plugins/felixhayashi/hotzone/","text":"hide","modified":"20230127160200630","modifier":"Octt"},
{"created":"20230127160136838","creator":"Octt","title":"$:/state/tree/$:/plugins/flibbles/","text":"hide","modified":"20230127160143214","modifier":"Octt"},
{"created":"20230127160139686","creator":"Octt","title":"$:/state/tree/$:/plugins/flibbles/relink/","text":"hide","modified":"20230127160142485","modifier":"Octt"},
{"created":"20230127160127494","creator":"Octt","title":"$:/state/tree/$:/plugins/kookma/","text":"hide","modified":"20230127160135517","modifier":"Octt"},
{"created":"20230127160132125","creator":"Octt","title":"$:/state/tree/$:/plugins/kookma/commander/","text":"hide","modified":"20230127160134637","modifier":"Octt"},
{"created":"20221108100118537","title":"$:/state/tree/$:/plugins/tiddlywiki/","text":"hide","modified":"20230108151518482"},
{"created":"20230110224417824","title":"$:/state/tree/$:/plugins/tobibeer/","text":"hide","modified":"20230110225021880"},
{"created":"20230110224506088","title":"$:/state/tree/$:/plugins/tobibeer/base64/","text":"show","modified":"20230110225016944"},
{"created":"20230110224417824","creator":"Octt","title":"$:/state/tree/$:/plugins/tobibeer/","text":"hide","modified":"20230127160035629","modifier":"Octt"},
{"created":"20230110224506088","creator":"Octt","title":"$:/state/tree/$:/plugins/tobibeer/base64/","text":"hide","modified":"20230127155027995","modifier":"Octt"},
{"created":"20230127155028827","creator":"Octt","title":"$:/state/tree/$:/plugins/tobibeer/inc/","text":"hide","modified":"20230127160034509","modifier":"Octt"},
{"created":"20230127155219788","creator":"Octt","title":"$:/state/tree/$:/plugins/tobibeer/inc/buttons/","text":"hide","modified":"20230127155407828","modifier":"Octt"},
{"created":"20230127155220859","creator":"Octt","title":"$:/state/tree/$:/plugins/tobibeer/inc/templates/","text":"hide","modified":"20230127155320427","modifier":"Octt"},
{"created":"20230124214632814","creator":"Octt","title":"$:/state/tree/$:/snippets/","text":"hide","modified":"20230125152102586","modifier":"Octt"},
{"created":"20221107223237374","creator":"Octt","title":"$:/state/tree/$:/state/","text":"hide","modified":"20230124214608518","modifier":"Octt"},
{"created":"20230111193642716","creator":"Octt","title":"$:/state/tree/$:/status/","text":"hide","modified":"20230124214638278","modifier":"Octt"},
{"created":"20230108193801573","creator":"Octt","title":"$:/state/tree/$:/Styles/","text":"hide","modified":"20230126194158148","modifier":"Octt"},
{"created":"20230108193801573","creator":"Octt","title":"$:/state/tree/$:/Styles/","text":"show","modified":"20230127171156933","modifier":"Octt"},
{"created":"20230114162317662","creator":"Octt","title":"$:/state/tree/$:/Styles/1337box/","text":"hide","modified":"20230124213732005","modifier":"Octt"},
{"created":"20230111091048227","creator":"Octt","title":"$:/state/tree/$:/Styles/View/","text":"show","modified":"20230125093600734","modifier":"Octt"},
{"created":"20230126090852091","creator":"Octt","title":"$:/state/tree/$:/tags/","text":"hide","modified":"20230126090854108","modifier":"Octt"},
{"created":"20230126090852091","creator":"Octt","title":"$:/state/tree/$:/tags/","text":"hide","modified":"20230127160233239","modifier":"Octt"},
{"created":"20230124214611814","creator":"Octt","title":"$:/state/tree/$:/temp/","text":"hide","modified":"20230125150506047","modifier":"Octt"},
{"created":"20221107223125902","creator":"Octt","title":"$:/state/tree/$:/themes/","text":"hide","modified":"20230124214644325","modifier":"Octt"},
{"created":"20221107223127310","creator":"Octt","title":"$:/state/tree/$:/themes/tiddlywiki/","text":"hide","modified":"20230124214642870","modifier":"Octt"},
{"created":"20221107223234221","title":"$:/state/tree/$:/themes/tiddlywiki/starlight/","text":"hide","modified":"20221107223236014"},
{"created":"20230109220348891","creator":"Octt","title":"$:/state/tree/$:/ThirdParty/","text":"hide","modified":"20230125151102217","modifier":"Octt"},
{"created":"20230109220348891","creator":"Octt","title":"$:/state/tree/$:/ThirdParty/","text":"hide","modified":"20230127160350566","modifier":"Octt"},
{"created":"20230110144530834","title":"$:/state/tree/$:/ThirdParty/Icons/","text":"hide","modified":"20230112093506489"},
{"created":"20230110144531578","title":"$:/state/tree/$:/ThirdParty/Icons/Windows/","text":"hide","modified":"20230110224421384"},
{"created":"20230109220352035","title":"$:/state/tree/$:/ThirdParty/Libs/","text":"hide","modified":"20230114161327811"},
{"created":"20230109220619790","title":"$:/state/tree/$:/ThirdParty/TiddlyTools/","text":"hide","modified":"20230110224427793"},
{"created":"20230109220622940","title":"$:/state/tree/$:/ThirdParty/TiddlyTools/FilterGenerators/","text":"show","modified":"20230109220622940"},
{"created":"20230109220622044","title":"$:/state/tree/$:/ThirdParty/TiddlyTools/Macros/","text":"hide","modified":"20230109220622628"},
{"created":"20230110224557624","creator":"Octt","title":"$:/state/tree/$:/ThirdParty/tobibeer/","text":"hide","modified":"20230124104242599","modifier":"Octt"},
{"created":"20230109220619790","creator":"Octt","title":"$:/state/tree/$:/ThirdParty/TiddlyTools/","text":"hide","modified":"20230127160300278","modifier":"Octt"},
{"created":"20230109220622940","creator":"Octt","title":"$:/state/tree/$:/ThirdParty/TiddlyTools/FilterGenerators/","text":"hide","modified":"20230127160258709","modifier":"Octt"},
{"created":"20230109220622044","creator":"Octt","title":"$:/state/tree/$:/ThirdParty/TiddlyTools/Macros/","text":"hide","modified":"20230127160257958","modifier":"Octt"},
{"created":"20230110224557624","creator":"Octt","title":"$:/state/tree/$:/ThirdParty/tobibeer/","text":"hide","modified":"20230127160347838","modifier":"Octt"},
{"created":"20230110224425624","title":"$:/state/tree/$:/ThirdParty/zemoxian/","text":"hide","modified":"20230111144254721"},
{"created":"20230124111822867","creator":"Octt","title":"$:/state/tree/$:/ThirdPary/","text":"show","modified":"20230124111822868","modifier":"Octt"},
{"created":"20230116211721929","creator":"Octt","title":"$:/state/tree/$:/Tools/","text":"hide","modified":"20230126194041788","modifier":"Octt"},
{"created":"20230116211721929","creator":"Octt","title":"$:/state/tree/$:/Tools/","text":"hide","modified":"20230127160247590","modifier":"Octt"},
{"created":"20230126193909492","creator":"Octt","title":"$:/state/tree/Apps/","text":"hide","modified":"20230126193911356","modifier":"Octt"},
{"created":"20230126190506324","creator":"Octt","title":"$:/state/tree/Creative Commons/","text":"hide","modified":"20230126193915839","modifier":"Octt"},
{"created":"20230126190558204","creator":"Octt","title":"$:/state/tree/FFmpeg/","text":"hide","modified":"20230126190558725","modifier":"Octt"},
{"created":"20230126190516301","creator":"Octt","title":"$:/state/tree/sed/","text":"hide","modified":"20230126190516780","modifier":"Octt"},
{"created":"20230126190517212","creator":"Octt","title":"$:/state/tree/TiddlyWiki/","text":"hide","modified":"20230126190517804","modifier":"Octt"},
{"created":"20230126190512628","creator":"Octt","title":"$:/state/tree/X11/","text":"hide","modified":"20230126190513132","modifier":"Octt"},
{"created":"20230127124802867","creator":"Octt","title":"$:/state/tree/Internet Archive/","text":"hide","modified":"20230127124803572","modifier":"Octt"},
{"created":"20230127124806587","creator":"Octt","title":"$:/state/tree/Nintendo DS/","text":"hide","modified":"20230127124809123","modifier":"Octt"},
{"created":"20230127124809746","creator":"Octt","title":"$:/state/tree/OcttKB/","text":"hide","modified":"20230127124810547","modifier":"Octt"},
{"created":"20230126190516301","creator":"Octt","title":"$:/state/tree/sed/","text":"hide","modified":"20230127124811827","modifier":"Octt"},
{"created":"20230126190517212","creator":"Octt","title":"$:/state/tree/TiddlyWiki/","text":"hide","modified":"20230127124813012","modifier":"Octt"},
{"created":"20230127124813692","creator":"Octt","title":"$:/state/tree/Wget/","text":"hide","modified":"20230127124814364","modifier":"Octt"},
{"created":"20230126190512628","creator":"Octt","title":"$:/state/tree/X11/","text":"hide","modified":"20230127124815363","modifier":"Octt"},
{"created":"20220920211944968","text":"{{$:/OcttKB/StaticBanner}}","tags":"","title":"$:/StaticBanner","modified":"20230112221911675"},
{"title":"$:/status/RequireReloadDueToPluginChange","text":"no"},
{"created":"20230117123049592","creator":"O","title":"$:/status/UserName","text":"Octt","modified":"20230117123050206","modifier":"Oct"},
{"title":"$:/StoryList","created":"20230126123214457","creator":"Octt","text":"","list":"","modified":"20230126202543850","modifier":"Octt"},
{"title":"$:/StoryList","created":"20230127153705858","creator":"Octt","text":"","list":"","modified":"20230127171526598","modifier":"Octt"},
{"created":"20230114161404958","text":"/*\\\nCredits: 1337box by Leah Rowe, Creative Commons Zero 1.0\nInfo: \u003Chttps://vimuser.org/1337box.html>\n\\*/\n.f, .f * {\n position: fixed;\n max-width: 100%;\n max-height: 100%;\n top: 50%;\n left: 50%\n}\n.f * { transform: translate(-50%,-50%) }\n.f {\n display: none;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 999;\n background:rgba(0,0,0,0.8);\n}\n*:focus + .f { display:block; }\nimg { cursor:pointer; }\n","title":"$:/Styles/1337box/shadow.css","modified":"20230114163044372","type":"text/css","tags":""},
{"created":"20230124224040783","creator":"Octt","text":"\u003C!-- Original image is by \u003Chttps://bilibili.com> -->\n\u003Cdiv\nclass=\"bilibili-back-to-top\"\ntitle=\"Cute little lolis from bilibili to help you reach the top of the page...\"\nstyle=\"\n display: block; \n position: fixed;\n bottom: 100px;\n right: 20px;\n transform: translateY(0px);\n width: 62px;\n height: 85px;\n margin-left: 602px;\n cursor: pointer;\n background-image: url(https://s1.hdslb.com/bfs/static/jinkela/space/assets/space-to-top.png);\n background-position: -40px -44px;\n\" onclick=\"\n \n\">\u003C/div>","tags":"","title":"$:/Styles/bilibili-back-to-top.html","modified":"20230124225300849","modifier":"Octt","type":"text/html"},
{"created":"20230124224040783","creator":"Octt","text":"\u003C!-- Original image is by \u003Chttps://bilibili.com> -->\n\u003C!-- \u003Cdiv -->\n\u003Ca\nclass=\"bilibili-back-to-top\"\ntitle=\"Cute little lolis from bilibili to help you reach the top of the page...\"\nstyle=\"\n\ndisplay: block; \nposition: fixed;\n/*\nbottom: 100px;\nright: 20px;\n*/\nbottom: 4px;\nleft: 4px;\ntransform: translateY(0px);\nwidth: 62px;\nheight: 85px;\n/*\nmargin-left: 602px;\n*/\ntransform: scale(0.5);\ncursor: pointer;\nbackground-image: url(https://s1.hdslb.com/bfs/static/jinkela/space/assets/space-to-top.png);\nbackground-position: -40px -44px;\n\n\" href=\"javascript:(function(){\n\nvar Select = [\n '.tc-story-river > .story-backdrop',\n '.tc-sidebar-scrollable .tc-sidebar-header .tc-site-title',\n];\nfor (var i=0; i \u003C Select.length; i++) {\n var Elem = document.querySelectorAll(Select[i])[0];\n Elem.scrollIntoView();\n};\nalert('TODO animation');\n\n})();\">\u003C/a>\n\u003C!--\n\" onclick=\"\n\">\u003C/div>\n-->","tags":"","title":"$:/Styles/bilibili-back-to-top.html","modified":"20230127171431680","modifier":"Octt"},
{"created":"20230126091040410","creator":"Octt","text":".tc-story-river > .tc-tiddler-frame > .tc-tiddler-title .tc-title { /*display: none;*/ }\n.tc-story-river > .tc-tiddler-frame > .View-Breadcrumbs {\n opacity: 0.80;\n/*\n font-size: xx-large;\n margin-top: 0px;\n margin-bottom: -1.5em;\n position: sticky;\n z-index: 512;\n*/\n}\n.tc-story-river > .tc-tiddler-frame:not(.tc-tiddler-missing) > .View-Breadcrumbs > * {\n /*font-style: normal !important;*/\n opacity: 0.40;\n}\n.tc-story-river > .tc-tiddler-frame:not(.tc-tiddler-missing) > .View-Breadcrumbs:hover > * { opacity: 0.80; }\n.tc-story-river > .tc-tiddler-frame > .View-Breadcrumbs > .Inline-Icon > * {\n width: 1em;\n height: 1em;\n vertical-align: top;\n}\n\n/*.View-Breadcrumbs > .Inline-Sep:not(.View-Breadcrumbs > .Inline-Sep:last-of-type):before*/\n.View-Breadcrumbs > .Inline-Sep { padding: 0.20em; }\n.View-Breadcrumbs > .Inline-Sep:after { content: '>'; }\n.View-Breadcrumbs > .Inline-Sep > span { font-size: 0px; }\n.View-Breadcrumbs > .Path-Elem[data-path-elem=\"$:\"] > a { color: inherit; }\n.View-Breadcrumbs > .Path-Elem[data-path-elem=\"$:\"] + .Inline-Sep:after { content: ''; }\n.View-Breadcrumbs > .Path-Elem[data-path-elem=\"$:\"] + .Inline-Sep > span { font-size: initial; }\n","title":"$:/Styles/Breadcrumbs.css","modified":"20230126124651929","modifier":"Octt","type":"text/css","tags":"$:/tags/Stylesheet"},
{"created":"20230112154615238","text":"\\define --HeadingColor0() #c061cb;\n\n.iFrame100 {\nMargin: 0px;\nPadding: 0px;\nWidth: 100vw;\nHeight: 100vh;\n}\n\n.MediaWikiEmbed, .MediaWikiEmbedBlock {\n Border-Left: 4px Solid \u003C\u003C--HeadingColor0>>;\n Padding-Left: 1em /*8px*/;\n}\n\n.MediaWikiEmbedCover { float: right; }\n.MediaWikiEmbedCover > * { max-height: 35vh /*50vh*/; }\n\n.EmbedFrom, .Embed-From,\n.MediaWikiEmbed-From, .MediaWikiEmbedFrom {\n Font-Size: Smaller;\n Font-Style: Italic;\n}","tags":"$:/tags/Stylesheet","title":"$:/Styles/Embed","modified":"20230113120146141"},
{"created":"20230108190740128","creator":"Octt","text":"\\define --HeadingColor0() #c061cb;\n\n\\define sidebarbreakpoint()\n\u003C$text text={{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}/>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n\u003C$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n\u003C$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$hiddenSidebarText$\n\u003C/$reveal>\n\u003C/$reveal>\n\\end\n\n.NoDisplay { display: none; }\n\ndd:before { content: '»'; }\nul dl { margin-left: 8px; }\nul dl dd { margin-left: 24px; }\n\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\n .tc-sidebar-scrollable {\n padding-left: 0px;\n padding-right: 0px;\n }\n .tc-story-river {\n padding: {{$:/Config/OcttKB/Tweaks/Starlight/.tc-story-river Padding}};\n }\n .tc-tiddler-frame {\n padding: 20px /*24px 32px 24px 32px*/;\n margin-bottom: 20px;\n }\n\n\u003C\u003Cif-fluid-fixed text:\"\"\"\n .tc-story-river {\n margin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n }\n\"\"\" hiddenSidebarText:\"\"\"\n .tc-story-river {\n margin-right: 0px;\n padding-right: 24px;\n }\n\"\"\">>\n}\n\nDiv.View-Breadcrumbs\n{ margin: 4px; padding: 4px; }\n\n.tc-story-river { padding-bottom: 0px; }\n.tc-story-river ~ p { display: none; }\n\n.tc-tiddler-frame,\n.tc-tiddler-body p iframe {\n Box-Shadow: 2px 2px 12px RGBA(128, 128, 128, 0.5);\n}\n\n.tc-tiddler-body p iframe { Border: None; }\n.tc-tiddler-frame { border-radius: 4px; }\n.tc-modal-body { max-height: 75vh /*60vh*/; }\n\n.tc-sidebar-scrollable .tc-sidebar-tabs-main .tc-more-sidebar .tc-tab-content { overflow: visible; }\n\n/* Large tag selection menu, optimized for desktop + nicer tag button */\n.tc-edit-tags .tc-edit-add-tag .tc-block-tags-dropdown {\n position: revert;\n white-space: revert;\n}\n.tc-edit-tags .tc-edit-add-tag .tc-block-tags-dropdown a {\n display: inline-block;\n border-radius: 1em;\n}\n\n.DirList-Title, .DirList-Title * { Font-Style: Normal !Important; }\n.Separator-Right:last-of-type { Display: None; }\n\n.StartHere-Button {\n font-size: x-large /*smaller*/;\n text-decoration: none !important;\n user-select: none;\n}\n.StartHere-Button > img {\n width: 122px;\n image-rendering: crisp-edges;\n}\n.StartHere-Button > span {\n position: relative;\n top: -20px /*-10px*/;\n}\n\nImg.Img90, .Img90 Img {\n Max-Width: 90%;\n Max-Height: 90vh;\n}\n\n.tc-sidebar-scrollable .tc-sidebar-header .tc-page-controls .tc-popup .tc-drop-down { min-width: auto; }\n\n.tc-story-river > .tc-tiddler-frame .tc-subtitle { margin: 4px; padding: 4px; }\n","tags":"$:/tags/Stylesheet","title":"$:/Styles/Main","modified":"20230126125217170","modifier":"Octt"},
{"created":"20230108190740128","creator":"Octt","text":"\\define --HeadingColor0() #c061cb;\n\n\\define sidebarbreakpoint()\n\u003C$text text={{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}/>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n\u003C$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n\u003C$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$hiddenSidebarText$\n\u003C/$reveal>\n\u003C/$reveal>\n\\end\n\n.NoDisplay { display: none; }\n\ndd:before { content: '»'; }\nul dl { margin-left: 8px; }\nul dl dd { margin-left: 24px; }\n\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\n .tc-sidebar-scrollable {\n padding-left: 0px;\n padding-right: 0px;\n }\n .tc-story-river {\n padding: {{$:/Config/OcttKB/Tweaks/Starlight/.tc-story-river Padding}};\n }\n .tc-tiddler-frame {\n padding: 20px /*24px 32px 24px 32px*/;\n margin-bottom: 20px;\n }\n\n\u003C\u003Cif-fluid-fixed text:\"\"\"\n .tc-story-river {\n margin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n }\n\"\"\" hiddenSidebarText:\"\"\"\n .tc-story-river {\n margin-right: 0px;\n padding-right: 24px;\n }\n\"\"\">>\n}\n\nDiv.View-Breadcrumbs\n{ margin: 4px; padding: 4px; }\n\n.tc-story-river { padding-bottom: 0px; }\n.tc-story-river ~ p { display: none; }\n\n.tc-tiddler-frame,\n.tc-tiddler-body p iframe {\n Box-Shadow: 2px 2px 12px RGBA(128, 128, 128, 0.5);\n}\n\n.tc-tiddler-body p iframe { Border: None; }\n.tc-tiddler-frame { border-radius: 4px; }\n.tc-modal-body { max-height: 75vh /*60vh*/; }\n\n.tc-sidebar-scrollable .tc-sidebar-tabs-main .tc-more-sidebar .tc-tab-content { overflow: visible; }\n\n/* Large tag selection menu, optimized for desktop + nicer tag button */\n.tc-edit-tags .tc-edit-add-tag .tc-block-tags-dropdown {\n position: revert;\n white-space: revert;\n}\n.tc-edit-tags .tc-edit-add-tag .tc-block-tags-dropdown a {\n display: inline-block;\n border-radius: 1em;\n}\n\n.DirList-Title, .DirList-Title * { Font-Style: Normal !Important; }\n.Separator-Right:last-of-type { Display: None; }\n\n.StartHere-Button {\n font-size: x-large /*smaller*/;\n text-decoration: none !important;\n user-select: none;\n}\n.StartHere-Button > img {\n width: 122px;\n image-rendering: crisp-edges;\n}\n.StartHere-Button > span {\n position: relative;\n top: -20px /*-10px*/;\n}\n\nImg.Img90, .Img90 Img {\n Max-Width: 90%;\n Max-Height: 90vh;\n}\n\n.tc-sidebar-scrollable .tc-sidebar-header .tc-page-controls .tc-popup .tc-drop-down { min-width: auto; }\n\n.tc-story-river > .tc-tiddler-frame .tc-subtitle { margin: 4px; padding: 4px; }\n\n.tc-topbar.tc-topbar-right {\n right: 4px;\n top: unset;\n bottom: 4px;\n}\n.tc-topbar.tc-topbar-right > button {\n background: RGBA(0,0,0,0.64);\n border-radius: 4px;\n}\n.tc-topbar.tc-topbar-right > button > svg > g { fill: white; }","tags":"$:/tags/Stylesheet","title":"$:/Styles/Main","modified":"20230127171901528","modifier":"Octt"},
{"created":"20150924065447163","text":".tc-tiddler-frame .tc-titlebar button {\nopacity: 0;\ntransition: opacity .5s ease-in-out;\n}\n.tc-tiddler-frame:hover .tc-titlebar button {\nzoom: 1;\nfilter: alpha(opacity=100);\nopacity: 1;\n}","bag":"default","revision":"0","type":"text/css","title":"$:/Styles/onhover-toolbar-styles.css","tags":"","modifier":"Tobias Beer","modified":"20230110175248723","creator":"Tobias Beer"},
{"created":"20230108212828635","text":"\u003C!-- TOP RIGHT RIBBON --->\n\u003Cdiv class=\"github-fork-ribbon-wrapper right\">\u003Cdiv class=\"github-fork-ribbon\">\u003Ca rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://hub.octt.eu.org\">Visit the Octt Hub 🌐\u003C/a>\u003C/div>\u003C/div>","tags":"$:/tags/PageControls","title":"$:/Styles/Ribbon.xml","modified":"20230113220939942","type":""},
{"created":"20230124190137826","creator":"Octt","text":"\\whitespace trim\n\n\u003Cdiv class=\"View-Breadcrumbs\">\n\u003C!--\n\u003Ca class=\"Inline-Icon\" href=\"javascript:(alert('TODO copy title to clipboard'))\">{{$:/core/images/folder}}\u003C/a>\n-->\n\n\u003C$set name=\"Caller\" value=\u003C\u003CcurrentTiddler>>>\n\u003C$list filter=\"[\u003CcurrentTiddler>split[/]limit[-1]]\" counter=\"Index\">\n \u003Cspan class=\"Path-Elem\" data-path-elem=\u003C\u003CcurrentTiddler>>>\n \u003C$link to={{{[\u003CCaller>split[/]limit\u003CIndex>join[/]]}}}>\n \u003C\u003CcurrentTiddler>>\n \u003C/$link>\n \u003C/span>\n \u003Cspan class=\"Inline-Sep\">\n \u003Cspan>\n /\n \u003C/span>\n \u003C/span>\n\u003C/$list>\n\u003C/$set>\n\n\u003C$set name=\"Tiddler\" value={{{[\u003CcurrentTiddler>split[/]last[]]}}}>\n \u003Cspan class=\"Path-Elem\" data-path-elem=\u003C\u003CTiddler>>>\n \u003C$text text=\u003C\u003CTiddler>>/>\n \u003C/span>\n\u003C/$set>\n\n\u003C/div>\n\n\u003C\u003Ci18nBreadcrumbsNamespaceLabelStrip>>","tags":"$:/tags/ViewTemplate","title":"$:/Styles/View/2-10-Breadcrumbs.xml","modified":"20230126124454641","modifier":"Octt","list-after":"$:/core/ui/ViewTemplate/title"},
{"created":"20230111090705398","creator":"Octt","text":"\\whitespace trim\n\n\u003C!-- \u003C$list filter=\"[all[current]!is[system]is[missing]]\" variable=~> -->\n\u003C$list filter=\"[all[current]is[missing]]\" variable=~>\n \u003C$button>\n Great features todo!\n\u003C!--\n \u003C$action-setfield object-type=\"todo\"/>\n Make Todo\n--->\n \u003C/$button>\n\n \u003Cbr>\u003Cbr>\n\n \u003Cdetails>\n \u003Csummary>\n Directory Listing\n \u003C/summary>\n \u003C!-- \u003C$macrocall $name=\"tree_\" prefix=\u003C\u003C__currentTiddler__>>/> -->\n \u003C!-- \u003C$macrocall $name=\"tree_\" prefix={{{[\u003CcurrentTiddler>append[/]]}}}/> -->\n \u003C\u003CDirTreeList>>\n \u003C/details>\n\n\u003C/$list>","tags":"$:/tags/ViewTemplate","title":"$:/Styles/View/9-10-Missing.xml","modified":"20230126202320607","modifier":"Octt"},
{"created":"20230111090705398","creator":"Octt","text":"\\whitespace trim\n\n\u003C$list filter=\"[all[current]!is[system]is[missing]]\" variable=~>\n\u003C!-- \u003C$list filter=\"[all[current]is[missing]]\" variable=~> -->\n \u003C$button>\n Great features todo!\n\u003C!--\n \u003C$action-setfield object-type=\"todo\"/>\n Make Todo\n--->\n \u003C/$button>\n\n \u003Cbr>\u003Cbr>\n\n \u003Cdetails>\n \u003Csummary>\n Directory Listing\n \u003C/summary>\n \u003C!-- \u003C$macrocall $name=\"tree_\" prefix=\u003C\u003C__currentTiddler__>>/> -->\n \u003C!-- \u003C$macrocall $name=\"tree_\" prefix={{{[\u003CcurrentTiddler>append[/]]}}}/> -->\n \u003C\u003CDirTreeList>>\n \u003C/details>\n\n\u003C/$list>","tags":"$:/tags/ViewTemplate","title":"$:/Styles/View/9-10-Missing.xml","modified":"20230127160524944","modifier":"Octt"},
{"created":"20230111080904175","creator":"Octt","text":"\u003C$list filter=\"[all[current]backlinks[]limit[1]has[title]]-[prefix[$:/temp/]]\" variable=ignore>\n\u003Cdiv class=\"Backlinks-Div tc-subtitle\">\n\u003Chr>\nSee also: \u003C$list filter=\"[!is[system]all[current]backlinks[]sort[title]] -[is[current]]-[prefix[$:/temp/]]\">\u003C$link />\u003Cspan class=\"Separator-Right\"> | \u003C/span>\u003C/$list>\n\u003C/div>\n\u003C/$list>\n","tags":"$:/tags/ViewTemplate","title":"$:/Styles/View/9-50-Backlinks.xml","modified":"20230125115456476","modifier":"Octt"},
{"created":"20230124112022156","creator":"Octt","text":"\u003C!--\n\u003C\u003Cscript off>>\n\u003Cscript>\n/*\n\u003C$text text=\u003C\u003CcurrentTiddler>>/>\n*/\n/*\ndocument.querySelector('.tc-story-river > div[data-tiddler-title=\"\"]')\nconsole.log();\n*/\n\u003C/script>\n\u003C\u003Cscript off>>\n-->\n\u003C!--\u003C\u003CTiddlerViewShowBreadcrumbs>>-->","tags":"","title":"$:/Styles/View/9-99-Hacks","modified":"20230124191516599","modifier":"Octt"},
{"created":"20221104182610250","title":"$:/tags/ViewToolbar","list":"$:/core/ui/Buttons/more-tiddler-actions $:/core/ui/Buttons/info $:/core/ui/Buttons/new-here $:/core/ui/Buttons/new-journal-here $:/core/ui/Buttons/clone $:/core/ui/Buttons/export-tiddler $:/core/ui/Buttons/delete $:/core/ui/Buttons/fold $:/core/ui/Buttons/permalink $:/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button $:/core/ui/Buttons/edit $:/core/ui/Buttons/permaview $:/core/ui/Buttons/open-window $:/core/ui/Buttons/close-others $:/plugins/tiddlywiki/qrcode/ViewToolbarButton $:/core/ui/Buttons/close $:/core/ui/Buttons/fold-others $:/core/ui/Buttons/fold-bar","modified":"20221109160746501"},
@ -626,7 +645,8 @@ Error message and password prompt
{"created":"20230113231015907","text":"* https://github.com/26F-Studio/Techmino","tags":"i18n:en TODO","title":"Techmino:en","modified":"20230113231026790"},
{"created":"20230114125105418","text":"","tags":"TODO Gaming i18n:en","title":"Tetris Effect:en","modified":"20230114125518126"},
{"created":"20230112091241450","text":"\u003C\u003CMediaWiki Tetris en 3>>\n\n!! ''Gamin' Time''\n\n\u003C\u003CiFrameFixed \"https://reactgular.github.io/tetromino\">>","tags":"i18n:en Gaming TODO Puzzle","title":"Tetris:en","modified":"20230114124319245"},
{"created":"20220924193842295","creator":"Octt","text":"[[TiddlyWiki|https://tiddlywiki.com]] is the software upon which this website is built.\n\nIt is a libre, JavaScript-rich, non-linear notebook, that can well adapt to anyone's way of building a logically interconnected information database.\n\n\u003C\u003CMediaWiki TiddlyWiki en 2>>\n\n!! ''Useful Resources''\n\n* Official Git Repos: [[TiddlyWiki5 Source|https://github.com/Jermolene/TiddlyWiki5]], [[Others|https://github.com/TiddlyWiki]]\n* Official Docs: [[Standard|https://tiddlywiki.com]], [[Dev|https://tiddlywiki.com/dev]]\n* [[Links Aggregator|https://links.tiddlywiki.org]]\n* [[Grok TiddlyWiki|https://groktiddlywiki.com]] - //Build a deep, lasting understanding of TiddlyWiki//\n* [[TiddlyWiki Toolmap|https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM]]\n\n!!! ''Other Wikis, Plugin Collections''\n\n* [[BrainTest|https://braintest.tiddlyspot.com]] - //tools for a digital brain//\n* [[Joe's Blog|https://joearms.github.io]] - Contains the [[Chandler|https://joearms.github.io/#2018-12-26%20Fun%20with%20the%20TiddlyWiki]] prototype time-management tool\n* [[kookma's codes, macros, and solutions in TW|https://kookma.github.io/TW-Scripts]]\n* [[NoteSelf|https://noteself.org]] - TiddlyWiki fork/flavor with interesting features built-in - [[[Git|https://github.com/NoteSelf]]]\n* [[Projectify|https://thaddeusjiang.github.io/Projectify]] - //Project management for TiddlyWiki// - [[[Git|https://github.com/ThaddeusJiang/Projectify]]]\n* [[Stroll|https://giffmex.org/stroll/stroll.html]] - //A Roam-like experience in a free, downloadable file//\n* [[The public musings of Soren Bjornstad (Zettelkasten)|https://zettelkasten.sorenbjornstad.com]]\n* [[TiddlyMap|http://tiddlymap.org]] - //Map drawing and topic visualization for your wiki!// - [[[Git|https://github.com/felixhayashi/TW5-TiddlyMap]]]\n* [[Tobias Beer's Plugins and Resources|https://tobibeer.github.io]] - [[[Profile|https://tobibeer.github.io/tb5/#Tobias%20Beer]]] [[[Git|https://github.com/tobibeer]]]\n* [[TW5 CPL Wiki|https://tw-cpl.netlify.app]] - //TiddlyWiki5 Plugin Library for TiddlyWiki Chinese Communities//\n* [[TW5 Magick|https://tw5magick.tiddlyspot.com]] - //Some tricks and snippets for TiddlyWiki 5//\n* [[ZemoxWiki|https://zemox.tiddlyspot.com]] - //a haphazard meandering of notes, thoughts, experiments, links...//\n\n!!!! ''Individual Plugins''\n\n* [[Context Plugin|https://contextplugin.tiddlyspot.com]] - //search with context//\n* [[ECharts|https://tiddly-gittly.github.io/tw-echarts]] [[[Git|https://github.com/tiddly-gittly/tw-echarts]], [[Thread|https://talk.tiddlywiki.org/t/echarts-bringing-amazing-visualization-tools-to-tiddlywiki/1944]]] - //An All-in-one Visualization Framework for TiddlyWiki5 based on ECharts//\n* [[enable-js|http://tobibeer.github.io/tw/enable-js]] - //using inline script tags//\n* [[ibox|https://tobibeer.github.io/tw/ibox]] - //pretty-show images in tw5//\n* [[Relink|https://flibbles.github.io/tw5-relink]] - //flexibility when relinking renamed tiddlers//\n* [[TWCrossLinks|https://github.com/akhater/TWCrossLinks]] - //Discover all your intra-tiddlers links//\n\n!!! ''Useful Documentation Pages''\n* [[DateFormat|https://tiddlywiki.com/static/DateFormat.html]]\n\n!!! ''Discussions''\nDiscussions that helped or might help me solve problems. And also some that are just plain interesing.\n\n* [[Date time wiki last updated or saved?|https://groups.google.com/g/TiddlyWiki/c/RxJdciY7yZY]]\n* [[I want to edit something, oh no that's a transclusion|https://groups.google.com/g/TiddlyWiki/c/tYgM6kh9lNA]], [[How do I transclude an edit window of a tiddler?|https://groups.google.com/g/tiddlywiki/c/GsMkfxSPkmA/m/cxGdAieIBgAJ]], [[How to quickly navigate to a transcluded tiddler?|https://talk.tiddlywiki.org/t/how-to-quickly-navigate-to-a-transcluded-tiddler/4535/5]]\n* [[Is there way to make TiddlyWiki system-wide case insensitive?|https://groups.google.com/g/tiddlywiki/c/BcEF4fTzCj8]]\n* [[Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)|https://groups.google.com/g/tiddlywiki/c/NwOI-QER2ig/m/lSLS3XolwDoJ]]\n* [[[TW5] Tag (Text) Cloud for TW5?|https://groups.google.com/g/tiddlywiki/c/_YE1pjZMFkg]], [[TagCloud plugin|https://groups.google.com/g/tiddlywiki/c/VQPaJC6yyWM]]\n* [[Setting HTML attributes with a macro?|https://groups.google.com/g/tiddlywiki/c/Qp8Fzi0BR5I/m/N65Q6thTEwAJ]]\n* [[[Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!|https://groups.google.com/g/tiddlywiki/c/-kIVw00crRQ]]\n\n!! ''Notes/Personal''\n\n* [[OcttKB/WIP]]","title":"TiddlyWiki:en","modified":"20230126195235721","tags":"TiddlyWiki i18n:en TODO","modifier":"Octt"},
{"created":"20220924193842295","creator":"Octt","text":"[[TiddlyWiki|https://tiddlywiki.com]] is the software upon which this website is built.\n\nIt is a libre, JavaScript-rich, non-linear notebook, that can well adapt to anyone's way of building a logically interconnected information database.\n\n\u003C\u003CMediaWiki TiddlyWiki en 2>>\n\n!! ''Useful Resources''\n\n* Official Git Repos: [[TiddlyWiki5 Source|https://github.com/Jermolene/TiddlyWiki5]], [[Others|https://github.com/TiddlyWiki]]\n* Official Docs: [[Standard|https://tiddlywiki.com]], [[Dev|https://tiddlywiki.com/dev]]\n* [[Links Aggregator|https://links.tiddlywiki.org]]\n* [[Grok TiddlyWiki|https://groktiddlywiki.com]] - //Build a deep, lasting understanding of TiddlyWiki//\n* [[TiddlyWiki Toolmap|https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM]]\n\n!!! ''Other Wikis, Plugin Collections''\n\n* [[BrainTest|https://braintest.tiddlyspot.com]] - //tools for a digital brain//\n* [[Calendar|https://tabbed-calendar.tiddlyspot.com]] - //a tabbed picture calendar//\n* [[Joe's Blog|https://joearms.github.io]] - Contains the [[Chandler|https://joearms.github.io/#2018-12-26%20Fun%20with%20the%20TiddlyWiki]] prototype time-management tool\n* [[kookma's codes, macros, and solutions in TW|https://kookma.github.io/TW-Scripts]]\n* [[NoteSelf|https://noteself.org]] - TiddlyWiki fork/flavor with interesting features built-in - [[[Git|https://github.com/NoteSelf]]]\n* [[Projectify|https://thaddeusjiang.github.io/Projectify]] - //Project management for TiddlyWiki// - [[[Git|https://github.com/ThaddeusJiang/Projectify]]]\n* [[Stroll|https://giffmex.org/stroll/stroll.html]] - //A Roam-like experience in a free, downloadable file//\n* [[The public musings of Soren Bjornstad (Zettelkasten)|https://zettelkasten.sorenbjornstad.com]]\n* [[TiddlyMap|http://tiddlymap.org]] - //Map drawing and topic visualization for your wiki!// - [[[Git|https://github.com/felixhayashi/TW5-TiddlyMap]]]\n* [[Tobias Beer's Plugins and Resources|https://tobibeer.github.io]] - [[[Profile|https://tobibeer.github.io/tb5/#Tobias%20Beer]]] [[[Git|https://github.com/tobibeer]]]\n* [[TW5 CPL Wiki|https://tw-cpl.netlify.app]] - //TiddlyWiki5 Plugin Library for TiddlyWiki Chinese Communities//\n* [[TW5 Magick|https://tw5magick.tiddlyspot.com]] - //Some tricks and snippets for TiddlyWiki 5//\n* [[ZemoxWiki|https://zemox.tiddlyspot.com]] - //a haphazard meandering of notes, thoughts, experiments, links...//\n\n!!!! ''Individual Plugins''\n\n* [[Context Plugin|https://contextplugin.tiddlyspot.com]] - //search with context//\n* [[ECharts|https://tiddly-gittly.github.io/tw-echarts]] [[[Git|https://github.com/tiddly-gittly/tw-echarts]], [[Thread|https://talk.tiddlywiki.org/t/echarts-bringing-amazing-visualization-tools-to-tiddlywiki/1944]]] - //An All-in-one Visualization Framework for TiddlyWiki5 based on ECharts//\n* [[enable-js|http://tobibeer.github.io/tw/enable-js]] - //using inline script tags//\n* [[ibox|https://tobibeer.github.io/tw/ibox]] - //pretty-show images in tw5//\n* [[Relink|https://flibbles.github.io/tw5-relink]] - //flexibility when relinking renamed tiddlers//\n* [[TWCrossLinks|https://github.com/akhater/TWCrossLinks]] - //Discover all your intra-tiddlers links//\n\n!!! ''Useful Documentation Pages''\n* [[DateFormat|https://tiddlywiki.com/#DateFormat]]\n* [[Table-of-Contents Macros (Examples)|https://tiddlywiki.com/#Table-of-Contents%20Macros%20(Examples)]]\n\n!!! ''Discussions''\n\u003C\u003C{ \"TiddlyWiki/Discussions\">>\n\n!! ''Notes/Personal''\n* [[OcttKB/WIP]]","title":"TiddlyWiki:en","modified":"20230127155853582","tags":"TiddlyWiki i18n:en TODO","modifier":"Octt"},
{"created":"20230127155833205","creator":"Octt","modified":"20230127155833205","modifier":"Octt","title":"TiddlyWiki/Discussions","text":"Discussions that helped or might help me solve problems. And also some that are just plain interesing.\n\n* [[Date time wiki last updated or saved?|https://groups.google.com/g/TiddlyWiki/c/RxJdciY7yZY]]\n* [[I want to edit something, oh no that's a transclusion|https://groups.google.com/g/TiddlyWiki/c/tYgM6kh9lNA]], [[How do I transclude an edit window of a tiddler?|https://groups.google.com/g/tiddlywiki/c/GsMkfxSPkmA/m/cxGdAieIBgAJ]], [[How to quickly navigate to a transcluded tiddler?|https://talk.tiddlywiki.org/t/how-to-quickly-navigate-to-a-transcluded-tiddler/4535/5]]\n* [[Is there way to make TiddlyWiki system-wide case insensitive?|https://groups.google.com/g/tiddlywiki/c/BcEF4fTzCj8]]\n* [[Macro to Create TOC Like Table with Dot Leader|https://talk.tiddlywiki.org/t/a-macro-to-create-toc-like-table-with-dot-leader/1232]]\n* [[Simple Javascript insertion in tiddlers (text/vnd.tiddlywiki)|https://groups.google.com/g/tiddlywiki/c/NwOI-QER2ig/m/lSLS3XolwDoJ]]\n* [[[TW5] Tag (Text) Cloud for TW5?|https://groups.google.com/g/tiddlywiki/c/_YE1pjZMFkg]], [[TagCloud plugin|https://groups.google.com/g/tiddlywiki/c/VQPaJC6yyWM]]\n* [[Setting HTML attributes with a macro?|https://groups.google.com/g/tiddlywiki/c/Qp8Fzi0BR5I/m/N65Q6thTEwAJ]]\n* [[[Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!|https://groups.google.com/g/tiddlywiki/c/-kIVw00crRQ]]","tags":""},
{"created":"20220922163220116","text":"\u003Cstyle>\ntr:nth-child(even) {background-color: #f2f2f2;}\n\u003C/style>","tags":"Snippets TiddlyWiki","title":"TiddlyWiki/Snippets to Test","modified":"20230111082334125"},
{"created":"20230109104324882","text":"\u003C\u003CMediaWiki Twitter en 1>>","tags":"i18n:en Internet TODO","title":"Twitter:en","modified":"20230111153747555"},
{"created":"20230114161806791","text":"\u003C!--\n\\define URLRnd() https://source.unsplash.com/random?\u003C$macrocall $name=\"now\"/>\u003C\u003Cnow \"hh.mm.ss.XXX\">>\n--->\n\n\u003C\u003CMediaWiki Unsplash en 1>>\n\n!! ''Random Picture from the Gallery''\n\n\u003Ca href=\"https://unsplash.com\" rel=\"noopener noreferrer\" target=\"_blank\">\u003Cimg class=\"Img90\" src=\"https://source.unsplash.com/random\">\u003C/a>\n\n\u003C!--\n\u003Ca href=\"https://source.unsplash.com/random?{{{[\u003Cnow hh.mm.ss.XXX>]}}}\">a\u003C/a>\n--->","tags":"i18n:en TODO Internet","title":"Unsplash:en","modified":"20230114170906333"},