From 8a878d5280b66b864d4f2b01ef2e7cd8a98a498e Mon Sep 17 00:00:00 2001 From: OcttKB-TiddlyWiki-Sync Date: Fri, 13 Jan 2023 18:07:01 +0000 Subject: [PATCH] Saved by TiddlyWiki --- public/index.html | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/public/index.html b/public/index.html index 31cb296..3615ddc 100644 --- a/public/index.html +++ b/public/index.html @@ -198,7 +198,7 @@ Error message and password prompt {"created":"20220922201158563","text":"\u003Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"1500\" height=\"1000\" viewBox=\"0 0 3 2\">\n\u003Crect width=\"1\" height=\"2\" fill=\"#009246\"/>\n\u003Crect width=\"1\" height=\"2\" x=\"1\" fill=\"#fff\"/>\n\u003Crect width=\"1\" height=\"2\" x=\"2\" fill=\"#ce2b37\"/>\n\u003C/svg>","tags":"","title":"$:/languages/it-IT/icon","modified":"20220922201315240","type":"image/svg+xml"}, {"created":"20221109224522256","text":"/*\\\nReturn the content of a tiddler encoded as [[Base64]] and encapsulated in a data URI.\n\u003C\u003Cb64TidUriEnc \"Tiddler Name\">>\n\\*/\n\n(function(){\n\"use strict\";\nexports.name = \"b64TidUriEnc\";\nexports.params = [\n\t{name: \"Name\"}\n];\n\nexports.run = function(Name) {\n\ttry {\n\t\tlet Tid = $tw.wiki.getTiddler(Name);\n\t\tlet Type = Tid.fields.type || \"text/vnd.tiddlywiki\";\n\t\tlet Data = $tw.utils.base64Encode(Tid.fields.text);\n\t\treturn \"data:\" + Type + \";base64,\" + Data;\n\t} catch(e) {\n\t\treturn e;\n\t};\n};\n})();","tags":"","title":"$:/Macros/b64TidUriEnc.js","modified":"20221110153303563","type":"application/javascript","module-type":"macro"}, {"created":"20230109160537807","text":"\u003C!-- Directory Features --->\n\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\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\n\\define GetCurrentDirectoryPath() $(currentTiddler)$/\n\\define GetDirectoryPath(Path) $Path$/\n\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":"20230110171059989"}, -{"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 [ext[$Link$]]\u003C/p>\n\\end\n\n\\define iFrame(Src, Class:\"iFrame100\")\n\u003C\u003CEmbedFromLine \"$Src$\">>\n\u003Ciframe class=\"$Class$\" frameBorder=\"0\" src=\"$Src$\">\u003C/iframe>\n\\end\n\n\\define iFrameBypass(Src, Class:\"iFrame100\") \u003C\u003CiFrameBypassInternal \"$Src$\" \"$Class$\">>\n\\define iFrameFixed(Src, Class:\"iFrame100\") \u003C\u003CiFrame \"$Src$\" \"$Class$\" 'scrolling=\"no\"'>>\n\n\\define iFrameBypassInternal(Src, Class:\"iFrame100\")\nTest\n\\end\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\n\n\u003C\u003CiFrame100 \"\"\"\ndata:text/html;utf8,\n\u003Cp>Test\u003Cp>\n\u003Ciframe src='https://niutech.github.io/x-frame-bypass'>\u003C/iframe>\n\"\"\">>\n","tags":"$:/tags/Macro","title":"$:/Macros/Frames","modified":"20230113120532051"}, +{"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 [ext[$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\") \u003C\u003CiFrame \"$Src$\" \"$Class$\" 'scrolling=\"no\"'>>\n\\define iFrameBypassFixed(Src Class:\"iFrame100\") \u003C\u003CiFrameBypass \"$Src$\" \"$Class$\" 'scrolling=\"no\"'>>\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\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://niutech.github.io/x-frame-bypass/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","tags":"$:/tags/Macro","title":"$:/Macros/Frames","modified":"20230113180503522"}, {"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":"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","text":"\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","tags":"$:/tags/Macro","title":"$:/Macros/Main","modified":"20230111212929188"}, @@ -308,7 +308,7 @@ Error message and password prompt {"created":"20230108195707554","title":"$:/state/plugin-info-1998008712-$:/plugins/tiddlywiki/railroad--119403598","text":"readme","modified":"20230108195709210"}, {"created":"20220920140732083","title":"$:/state/showeditpreview","text":"no","modified":"20230112094840559"}, {"created":"20220920114858684","title":"$:/state/ShowPaletteEditor","text":"yes","modified":"20220920114858684"}, -{"created":"20220920174307633","title":"$:/state/sidebar","text":"yes","modified":"20230113110544361"}, +{"created":"20220920174307633","title":"$:/state/sidebar","text":"yes","modified":"20230113174246262"}, {"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":"20230110152826768","title":"$:/state/tab--1588928600","text":"$:/core/ui/TiddlerInfo/Fields","modified":"20230110152833719"}, @@ -330,7 +330,7 @@ Error message and password prompt {"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","title":"$:/state/tab/moresidebar-1850697562","text":"$:/core/ui/MoreSideBar/Explorer","modified":"20230112104507976"}, -{"created":"20220920092307479","title":"$:/state/tab/sidebar--595412856","text":"$:/core/ui/SideBar/Recent","modified":"20230113120205451"}, +{"created":"20220920092307479","title":"$:/state/tab/sidebar--595412856","text":"$:/core/ui/SideBar/Recent","modified":"20230113180604246"}, {"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"}, @@ -359,8 +359,8 @@ Error message and password prompt {"created":"20220922201015063","title":"$:/state/tree/$:/languages/en-GB/","text":"show","modified":"20220922201015063"}, {"created":"20220922201252688","title":"$:/state/tree/$:/languages/it-IT/","text":"show","modified":"20220922201252688"}, {"created":"20221109224443069","title":"$:/state/tree/$:/library/","text":"hide","modified":"20221109224444005"}, -{"created":"20221108155618185","title":"$:/state/tree/$:/Macros/","text":"show","modified":"20230113113958987"}, -{"created":"20230112111343793","title":"$:/state/tree/$:/Macros/MediaWiki/","text":"show","modified":"20230112114436843"}, +{"created":"20221108155618185","title":"$:/state/tree/$:/Macros/","text":"show","modified":"20230113180122820"}, +{"created":"20230112111343793","title":"$:/state/tree/$:/Macros/MediaWiki/","text":"hide","modified":"20230113180124982"}, {"created":"20230111091330393","title":"$:/state/tree/$:/Manager/","text":"hide","modified":"20230111091332249"}, {"created":"20230111084703963","title":"$:/state/tree/$:/OcttKB/","text":"hide","modified":"20230113111432114"}, {"created":"20220920114917653","title":"$:/state/tree/$:/palettes/","text":"hide","modified":"20221109143849684"}, @@ -372,12 +372,12 @@ Error message and password prompt {"created":"20230110224506088","title":"$:/state/tree/$:/plugins/tobibeer/base64/","text":"show","modified":"20230110225016944"}, {"created":"20221107223237374","title":"$:/state/tree/$:/state/","text":"hide","modified":"20221107223238013"}, {"created":"20230111193642716","title":"$:/state/tree/$:/status/","text":"hide","modified":"20230111193643356"}, -{"created":"20230108193801573","title":"$:/state/tree/$:/Styles/","text":"show","modified":"20230113120110235"}, +{"created":"20230108193801573","title":"$:/state/tree/$:/Styles/","text":"hide","modified":"20230113180011727"}, {"created":"20230111091048227","title":"$:/state/tree/$:/Styles/View/","text":"hide","modified":"20230111193645428"}, {"created":"20221107223125902","title":"$:/state/tree/$:/themes/","text":"hide","modified":"20221109143847524"}, {"created":"20221107223127310","title":"$:/state/tree/$:/themes/tiddlywiki/","text":"show","modified":"20221107223127310"}, {"created":"20221107223234221","title":"$:/state/tree/$:/themes/tiddlywiki/starlight/","text":"hide","modified":"20221107223236014"}, -{"created":"20230109220348891","title":"$:/state/tree/$:/ThirdParty/","text":"show","modified":"20230113111435104"}, +{"created":"20230109220348891","title":"$:/state/tree/$:/ThirdParty/","text":"hide","modified":"20230113180027021"}, {"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":"show","modified":"20230113111438404"}, @@ -388,9 +388,9 @@ Error message and password prompt {"created":"20230110224425624","title":"$:/state/tree/$:/ThirdParty/zemoxian/","text":"hide","modified":"20230111144254721"}, {"created":"20220920211944968","text":"{{$:/OcttKB/StaticBanner}}","tags":"","title":"$:/StaticBanner","modified":"20230112221911675"}, {"title":"$:/status/RequireReloadDueToPluginChange","text":"no"}, -{"title":"$:/StoryList","created":"20230113093934094","text":"","list":"[[Hacker News:en]] $:/Styles/Embed $:/Macros/Frames","modified":"20230113120336879"}, +{"title":"$:/StoryList","created":"20230113171408442","text":"","list":"","modified":"20230113180606434"}, {"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","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\ndd:before {\n content: \"»\";\n}\nul dl {\n margin-left: 8px;\n}\nul dl dd {\n margin-left: 24px;\n}\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\nsection.tc-story-river {\n padding-bottom: 0px;\n}\nsection.tc-story-river ~ p {\n display: none;\n}\n\ndiv.tc-tiddler-frame,\ndiv.tc-tiddler-body p iframe {\n Box-Shadow: 2px 2px 12px RGBA(128, 128, 128, 0.5);\n}\ndiv.tc-tiddler-body p iframe {\n Border: None;\n}\n\n.tc-tiddler-frame {\n border-radius: 4px;\n}\n\n/* Large tag selection menu, optimized for desktop */\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}\n\n.DirList-Title, .DirList-Title * {\n Font-Style: Normal !Important;\n}\n\n.Separator-Right:last-of-type {\n Display: None;\n}\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","tags":"$:/tags/Stylesheet","title":"$:/Styles/Main","modified":"20230112221438131"}, +{"created":"20230108190740128","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\ndd:before {\n content: \"»\";\n}\nul dl {\n margin-left: 8px;\n}\nul dl dd {\n margin-left: 24px;\n}\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\nsection.tc-story-river {\n padding-bottom: 0px;\n}\nsection.tc-story-river ~ p {\n display: none;\n}\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.tc-tiddler-body p iframe {\n Border: None;\n}\n\n.tc-tiddler-frame {\n border-radius: 4px;\n}\n\n/* Large tag selection menu, optimized for desktop */\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}\n\n.DirList-Title, .DirList-Title * {\n Font-Style: Normal !Important;\n}\n\n.Separator-Right:last-of-type {\n Display: None;\n}\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","tags":"$:/tags/Stylesheet","title":"$:/Styles/Main","modified":"20230113174618224"}, {"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: START COPYING HERE -->\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>\n\u003C!-- TOP RIGHT RIBBON: END COPYING HERE -->","tags":"$:/tags/PageControls","title":"$:/Styles/Ribbon.xml","modified":"20230111090809812","type":""}, {"created":"20230111090705398","text":"\u003C$list filter=\"[all[current]!is[system]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\u003C/$list>","tags":"$:/tags/ViewTemplate TODO","title":"$:/Styles/View/10-Missing.xml","modified":"20230111145028282"}, @@ -416,7 +416,6 @@ Error message and password prompt {"created":"20230112093455880","text":"\u003C?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n\u003C!-- Created with Inkscape (http://www.inkscape.org/) -->\n\u003Csvg\n xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n xmlns:cc=\"http://web.resource.org/cc/\"\n xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n xmlns:svg=\"http://www.w3.org/2000/svg\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n width=\"120\"\n height=\"42\"\n id=\"svg2759\"\n sodipodi:version=\"0.32\"\n inkscape:version=\"0.45+devel\"\n version=\"1.0\"\n sodipodi:docname=\"by-sa.svg\"\n inkscape:output_extension=\"org.inkscape.output.svg.inkscape\">\n \u003Cdefs\n id=\"defs2761\" />\n \u003Csodipodi:namedview\n id=\"base\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#8b8b8b\"\n borderopacity=\"1\"\n gridtolerance=\"10000\"\n guidetolerance=\"10\"\n objecttolerance=\"10\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pageshadow=\"2\"\n inkscape:zoom=\"1\"\n inkscape:cx=\"179\"\n inkscape:cy=\"89.569904\"\n inkscape:document-units=\"px\"\n inkscape:current-layer=\"layer1\"\n width=\"120px\"\n height=\"42px\"\n inkscape:showpageshadow=\"false\"\n inkscape:window-width=\"1198\"\n inkscape:window-height=\"624\"\n inkscape:window-x=\"488\"\n inkscape:window-y=\"401\" />\n \u003Cmetadata\n id=\"metadata2764\">\n \u003Crdf:RDF>\n \u003Ccc:Work\n rdf:about=\"\">\n \u003Cdc:format>image/svg+xml\u003C/dc:format>\n \u003Cdc:type\n rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\" />\n \u003C/cc:Work>\n \u003C/rdf:RDF>\n \u003C/metadata>\n \u003Cg\n inkscape:label=\"Layer 1\"\n inkscape:groupmode=\"layer\"\n id=\"layer1\">\n \u003Cg\n transform=\"matrix(0.9937807,0,0,0.9936694,-177.69409,-74.436409)\"\n id=\"g287\"\n inkscape:export-filename=\"/mnt/hgfs/Bov/Documents/Work/2007/cc/identity/srr buttons/big/by-sa.png\"\n inkscape:export-xdpi=\"300.23013\"\n inkscape:export-ydpi=\"300.23013\">\n\t\u003Cpath\n id=\"path3817_2_\"\n nodetypes=\"ccccccc\"\n d=\"M 182.23532,75.39014 L 296.29928,75.59326 C 297.89303,75.59326 299.31686,75.35644 299.31686,78.77344 L 299.17721,116.34033 L 179.3569,116.34033 L 179.3569,78.63379 C 179.3569,76.94922 179.51999,75.39014 182.23532,75.39014 z\"\n style=\"fill:#aab2ab\" />\n\n\t\u003Cg\n id=\"g5908_2_\"\n transform=\"matrix(0.872921,0,0,0.872921,50.12536,143.2144)\">\n\t\t\n\t\t\t\u003Cpath\n id=\"path5906_2_\"\n cx=\"296.35416\"\n ry=\"22.939548\"\n cy=\"264.3577\"\n type=\"arc\"\n rx=\"22.939548\"\n d=\"M 187.20944,-55.6792 C 187.21502,-46.99896 180.18158,-39.95825 171.50134,-39.95212 C 162.82113,-39.94708 155.77929,-46.97998 155.77426,-55.66016 C 155.77426,-55.66687 155.77426,-55.67249 155.77426,-55.6792 C 155.76922,-64.36054 162.80209,-71.40125 171.48233,-71.40631 C 180.16367,-71.41193 187.20441,-64.37842 187.20944,-55.69824 C 187.20944,-55.69263 187.20944,-55.68591 187.20944,-55.6792 z\"\n style=\"fill:#ffffff\" />\n\n\t\t\u003Cg\n id=\"g5706_2_\"\n transform=\"translate(-289.6157,99.0653)\">\n\t\t\t\u003Cpath\n id=\"path5708_2_\"\n d=\"M 473.88455,-167.54724 C 477.36996,-164.06128 479.11294,-159.79333 479.11294,-154.74451 C 479.11294,-149.69513 477.40014,-145.47303 473.9746,-142.07715 C 470.33929,-138.50055 466.04281,-136.71283 461.08513,-136.71283 C 456.18736,-136.71283 451.96526,-138.48544 448.42003,-142.03238 C 444.87419,-145.57819 443.10158,-149.81537 443.10158,-154.74451 C 443.10158,-159.6731 444.87419,-163.94049 448.42003,-167.54724 C 451.87523,-171.03375 456.09728,-172.77618 461.08513,-172.77618 C 466.13342,-172.77618 470.39914,-171.03375 473.88455,-167.54724 z M 450.76657,-165.20239 C 447.81982,-162.22601 446.34701,-158.7395 446.34701,-154.74005 C 446.34701,-150.7417 447.80529,-147.28485 450.72125,-144.36938 C 453.63778,-141.45288 457.10974,-139.99462 461.1383,-139.99462 C 465.16683,-139.99462 468.66848,-141.46743 471.64486,-144.41363 C 474.47076,-147.14947 475.88427,-150.59069 475.88427,-154.74005 C 475.88427,-158.85809 474.44781,-162.35297 471.57659,-165.22479 C 468.70595,-168.09546 465.22671,-169.53131 461.1383,-169.53131 C 457.04993,-169.53131 453.59192,-168.08813 450.76657,-165.20239 z M 458.52106,-156.49927 C 458.07074,-157.4809 457.39673,-157.9715 456.49781,-157.9715 C 454.90867,-157.9715 454.11439,-156.90198 454.11439,-154.763 C 454.11439,-152.62341 454.90867,-151.55389 456.49781,-151.55389 C 457.54719,-151.55389 458.29676,-152.07519 458.74647,-153.11901 L 460.94923,-151.94598 C 459.8993,-150.0805 458.32417,-149.14697 456.22374,-149.14697 C 454.60384,-149.14697 453.30611,-149.64367 452.33168,-150.63653 C 451.35561,-151.62994 450.86894,-152.99926 450.86894,-154.7445 C 450.86894,-156.46008 451.37123,-157.82159 452.37642,-158.83013 C 453.38161,-159.83806 454.63347,-160.34264 456.13423,-160.34264 C 458.35435,-160.34264 459.94407,-159.46776 460.90504,-157.71978 L 458.52106,-156.49927 z M 468.8844,-156.49927 C 468.43353,-157.4809 467.77292,-157.9715 466.90201,-157.9715 C 465.28095,-157.9715 464.46988,-156.90198 464.46988,-154.763 C 464.46988,-152.62341 465.28095,-151.55389 466.90201,-151.55389 C 467.95304,-151.55389 468.68918,-152.07519 469.10925,-153.11901 L 471.36126,-151.94598 C 470.31301,-150.0805 468.74007,-149.14697 466.64358,-149.14697 C 465.02587,-149.14697 463.73095,-149.64367 462.75711,-150.63653 C 461.78494,-151.62994 461.29773,-152.99926 461.29773,-154.7445 C 461.29773,-156.46008 461.79221,-157.82159 462.78061,-158.83013 C 463.76843,-159.83806 465.02588,-160.34264 466.55408,-160.34264 C 468.77027,-160.34264 470.35776,-159.46776 471.3154,-157.71978 L 468.8844,-156.49927 z\" />\n\n\t\t\u003C/g>\n\n\t\u003C/g>\n\n\t\u003Cpath\n d=\"M 297.29639,74.91064 L 181.06688,74.91064 C 179.8203,74.91064 178.80614,75.92529 178.80614,77.17187 L 178.80614,116.66748 C 178.80614,116.94922 179.03466,117.17822 179.31639,117.17822 L 299.04639,117.17822 C 299.32813,117.17822 299.55713,116.94922 299.55713,116.66748 L 299.55713,77.17188 C 299.55713,75.92529 298.54297,74.91064 297.29639,74.91064 z M 181.06688,75.93213 L 297.29639,75.93213 C 297.97998,75.93213 298.53565,76.48828 298.53565,77.17188 C 298.53565,77.17188 298.53565,93.09131 298.53565,104.59034 L 215.4619,104.59034 C 212.41698,110.09571 206.55077,113.83399 199.81835,113.83399 C 193.083,113.83399 187.21825,110.09913 184.1748,104.59034 L 179.82666,104.59034 C 179.82666,93.09132 179.82666,77.17188 179.82666,77.17188 C 179.82664,76.48828 180.38329,75.93213 181.06688,75.93213 z\"\n id=\"path294\" />\n\n\t\u003Cg\n enable-background=\"new \"\n id=\"g296\">\n\t\t\u003Cpath\n d=\"M 265.60986,112.8833 C 265.68994,113.03906 265.79736,113.16504 265.93115,113.26172 C 266.06494,113.35791 266.22119,113.42969 266.40088,113.47608 C 266.58154,113.52296 266.76807,113.54639 266.96045,113.54639 C 267.09033,113.54639 267.22998,113.53565 267.3794,113.51368 C 267.52784,113.4922 267.66749,113.44972 267.79835,113.3877 C 267.92823,113.32569 268.03761,113.23975 268.12355,113.13086 C 268.21144,113.02197 268.25441,112.88379 268.25441,112.71533 C 268.25441,112.53515 268.19679,112.38916 268.08156,112.27685 C 267.9673,112.16455 267.81594,112.07177 267.62941,111.99658 C 267.44386,111.92236 267.23195,111.85693 266.9966,111.80078 C 266.76027,111.74463 266.52101,111.68262 266.27883,111.61377 C 266.02981,111.55176 265.78762,111.47559 265.55129,111.38525 C 265.31594,111.29541 265.10402,111.17822 264.9175,111.03515 C 264.73098,110.89208 264.58059,110.71337 264.46535,110.49853 C 264.35109,110.28369 264.29347,110.02392 264.29347,109.71923 C 264.29347,109.37646 264.36671,109.07958 264.51222,108.82763 C 264.6587,108.57568 264.85011,108.36572 265.08644,108.19726 C 265.32179,108.02929 265.58937,107.90478 265.8882,107.82372 C 266.18605,107.74315 266.48488,107.70263 266.78273,107.70263 C 267.13136,107.70263 267.46535,107.74169 267.78566,107.81982 C 268.105,107.89746 268.39015,108.02392 268.6382,108.19824 C 268.88722,108.37256 269.08449,108.59521 269.23097,108.86621 C 269.37648,109.13721 269.44972,109.46582 269.44972,109.85156 L 268.02784,109.85156 C 268.01514,109.65234 267.97315,109.4873 267.90284,109.35693 C 267.83155,109.22607 267.73682,109.12353 267.61964,109.04834 C 267.50148,108.97412 267.36671,108.9209 267.21534,108.89014 C 267.063,108.85889 266.89796,108.84326 266.71827,108.84326 C 266.60108,108.84326 266.48292,108.85596 266.36573,108.88037 C 266.24757,108.90576 266.14112,108.94922 266.04542,109.01123 C 265.94874,109.07373 265.86964,109.15137 265.80812,109.24463 C 265.7466,109.33838 265.71535,109.45654 265.71535,109.59961 C 265.71535,109.73047 265.73976,109.83643 265.78957,109.91699 C 265.83937,109.99804 265.93801,110.07275 266.08352,110.14111 C 266.22903,110.20947 266.43118,110.27832 266.68899,110.34668 C 266.9468,110.41504 267.28372,110.50244 267.70071,110.60791 C 267.82473,110.63281 267.99661,110.67822 268.21731,110.74365 C 268.43801,110.80908 268.65676,110.91308 268.87454,111.05615 C 269.09231,111.1997 269.27981,111.39111 269.43899,111.63037 C 269.59719,111.87012 269.67629,112.17676 269.67629,112.55029 C 269.67629,112.85547 269.61672,113.13867 269.49856,113.3999 C 269.3804,113.66162 269.20461,113.8872 268.97122,114.07666 C 268.73782,114.26709 268.44876,114.41455 268.10403,114.52051 C 267.75833,114.62647 267.35794,114.6792 266.90481,114.6792 C 266.53762,114.6792 266.18118,114.63379 265.83547,114.54346 C 265.49074,114.45313 265.18508,114.31104 264.92043,114.11768 C 264.65676,113.92432 264.4468,113.67774 264.29055,113.37891 C 264.13528,113.07959 264.06106,112.7251 264.06692,112.31397 L 265.4888,112.31397 C 265.48877,112.53809 265.52881,112.72803 265.60986,112.8833 z\"\n id=\"path298\"\n style=\"fill:#ffffff\" />\n\n\t\t\u003Cpath\n d=\"M 273.8667,107.8667 L 276.35986,114.53076 L 274.8374,114.53076 L 274.33349,113.04638 L 271.84033,113.04638 L 271.31787,114.53076 L 269.84326,114.53076 L 272.36377,107.8667 L 273.8667,107.8667 z M 273.95068,111.95264 L 273.11084,109.50928 L 273.09229,109.50928 L 272.22315,111.95264 L 273.95068,111.95264 z\"\n id=\"path300\"\n style=\"fill:#ffffff\" />\n\n\t\u003C/g>\n\n\t\u003Cg\n enable-background=\"new \"\n id=\"g302\">\n\t\t\u003Cpath\n d=\"M 239.17821,107.8667 C 239.49559,107.8667 239.78563,107.89502 240.04735,107.95068 C 240.30907,108.00683 240.53368,108.09863 240.72118,108.22607 C 240.9077,108.35351 241.05321,108.52295 241.15575,108.73437 C 241.25829,108.94579 241.31005,109.20703 241.31005,109.51806 C 241.31005,109.854 241.23388,110.13329 241.08056,110.35742 C 240.92822,110.58154 240.70165,110.76465 240.40283,110.90771 C 240.81494,111.02587 241.12256,111.23291 241.32568,111.5288 C 241.5288,111.82469 241.63037,112.18114 241.63037,112.59814 C 241.63037,112.93408 241.56494,113.22509 241.43408,113.47119 C 241.30322,113.7168 241.12646,113.91748 240.90576,114.07324 C 240.68408,114.229 240.43115,114.34424 240.14795,114.41845 C 239.86377,114.49365 239.57275,114.53075 239.27295,114.53075 L 236.03662,114.53075 L 236.03662,107.86669 L 239.17821,107.86669 L 239.17821,107.8667 z M 238.99071,110.56201 C 239.25243,110.56201 239.46727,110.5 239.63622,110.37597 C 239.80419,110.25146 239.88817,110.05029 239.88817,109.77099 C 239.88817,109.61572 239.85985,109.48828 239.80419,109.38915 C 239.74755,109.28954 239.67333,109.21239 239.57958,109.15624 C 239.48583,109.10058 239.37841,109.06151 239.25731,109.04003 C 239.13524,109.01806 239.00926,109.00732 238.8784,109.00732 L 237.50535,109.00732 L 237.50535,110.56201 L 238.99071,110.56201 z M 239.07664,113.39014 C 239.22019,113.39014 239.35691,113.37647 239.48777,113.34815 C 239.61863,113.32032 239.73484,113.27344 239.83445,113.2085 C 239.93406,113.14307 240.01316,113.0542 240.07273,112.94239 C 240.1323,112.83058 240.1616,112.68751 240.1616,112.51319 C 240.1616,112.17139 240.06492,111.92725 239.87156,111.78126 C 239.6782,111.63527 239.42234,111.56202 239.10496,111.56202 L 237.50535,111.56202 L 237.50535,113.39014 L 239.07664,113.39014 z\"\n id=\"path304\"\n style=\"fill:#ffffff\" />\n\n\t\t\u003Cpath\n d=\"M 241.88914,107.8667 L 243.53269,107.8667 L 245.09324,110.49854 L 246.64402,107.8667 L 248.27781,107.8667 L 245.80418,111.97315 L 245.80418,114.53077 L 244.33543,114.53077 L 244.33543,111.93604 L 241.88914,107.8667 z\"\n id=\"path306\"\n style=\"fill:#ffffff\" />\n\n\t\u003C/g>\n\n\t\u003Cg\n id=\"g6316_1_\"\n transform=\"matrix(0.624995,0,0,0.624995,391.2294,176.9332)\">\n\t\t\n\t\t\t\u003Cpath\n id=\"path6318_1_\"\n cx=\"475.97119\"\n ry=\"29.209877\"\n cy=\"252.08646\"\n type=\"arc\"\n rx=\"29.209877\"\n d=\"M -175.0083,-139.1153 C -175.00204,-129.7035 -182.62555,-122.06751 -192.03812,-122.06049 C -201.44913,-122.05341 -209.08512,-129.67774 -209.09293,-139.09028 C -209.09293,-139.09809 -209.09293,-139.10749 -209.09293,-139.1153 C -209.09919,-148.52784 -201.47413,-156.1623 -192.06311,-156.17011 C -182.65054,-156.17713 -175.01456,-148.55207 -175.0083,-139.14026 C -175.0083,-139.13092 -175.0083,-139.1239 -175.0083,-139.1153 z\"\n style=\"fill:#ffffff\" />\n\n\t\t\u003Cg\n id=\"g6320_1_\"\n transform=\"translate(-23.9521,-89.72962)\">\n\t\t\t\u003Cpath\n id=\"path6322_1_\"\n d=\"M -168.2204,-68.05536 C -173.39234,-68.05536 -177.76892,-66.25067 -181.35175,-62.64203 C -185.02836,-58.90759 -186.86588,-54.48883 -186.86588,-49.38568 C -186.86588,-44.28253 -185.02836,-39.89416 -181.35175,-36.22308 C -177.67673,-32.55114 -173.29859,-30.71521 -168.2204,-30.71521 C -163.07974,-30.71521 -158.62503,-32.56677 -154.85312,-36.26996 C -151.30307,-39.78558 -149.52652,-44.15827 -149.52652,-49.38568 C -149.52652,-54.6123 -151.33432,-59.03265 -154.94843,-62.64203 C -158.5625,-66.25067 -162.98599,-68.05536 -168.2204,-68.05536 z M -168.17352,-64.69519 C -163.936,-64.69519 -160.33752,-63.20221 -157.37655,-60.21466 C -154.38748,-57.25836 -152.89214,-53.64899 -152.89214,-49.38568 C -152.89214,-45.09186 -154.35466,-41.52856 -157.28438,-38.69653 C -160.36876,-35.64727 -163.99849,-34.12304 -168.17351,-34.12304 C -172.34856,-34.12304 -175.94701,-35.63244 -178.96892,-38.64965 C -181.9908,-41.66918 -183.50176,-45.24657 -183.50176,-49.38567 C -183.50176,-53.52398 -181.97518,-57.13414 -178.92205,-60.21465 C -175.9939,-63.20221 -172.41107,-64.69519 -168.17352,-64.69519 z\" />\n\n\t\t\t\u003Cpath\n id=\"path6324_1_\"\n d=\"M -176.49548,-52.02087 C -175.75171,-56.71856 -172.44387,-59.22949 -168.30008,-59.22949 C -162.33911,-59.22949 -158.70783,-54.90448 -158.70783,-49.1372 C -158.70783,-43.50982 -162.57194,-39.13793 -168.39383,-39.13793 C -172.39856,-39.13793 -175.98297,-41.60277 -176.63611,-46.43877 L -171.93292,-46.43877 C -171.7923,-43.92778 -170.1626,-43.04418 -167.83447,-43.04418 C -165.1813,-43.04418 -163.4563,-45.50908 -163.4563,-49.27709 C -163.4563,-53.22942 -164.94693,-55.32244 -167.74228,-55.32244 C -169.79074,-55.32244 -171.55948,-54.57787 -171.93292,-52.02087 L -170.56418,-52.02789 L -174.26734,-48.32629 L -177.96894,-52.02789 L -176.49548,-52.02087 z\" />\n\n\t\t\u003C/g>\n\n\t\u003C/g>\n\n\t\u003Cg\n id=\"g313\">\n\t\t\u003Ccircle\n cx=\"242.56226\"\n cy=\"90.224609\"\n r=\"10.8064\"\n id=\"circle315\"\n sodipodi:cx=\"242.56226\"\n sodipodi:cy=\"90.224609\"\n sodipodi:rx=\"10.8064\"\n sodipodi:ry=\"10.8064\"\n style=\"fill:#ffffff\" />\n\n\t\t\u003Cg\n id=\"g317\">\n\t\t\t\u003Cpath\n d=\"M 245.68994,87.09766 C 245.68994,86.68116 245.35205,86.34424 244.93603,86.34424 L 240.16357,86.34424 C 239.74755,86.34424 239.40966,86.68115 239.40966,87.09766 L 239.40966,91.87061 L 240.74071,91.87061 L 240.74071,97.52295 L 244.3579,97.52295 L 244.3579,91.87061 L 245.68993,91.87061 L 245.68993,87.09766 L 245.68994,87.09766 z\"\n id=\"path319\" />\n\n\t\t\t\u003Ccircle\n cx=\"242.5498\"\n cy=\"84.083008\"\n r=\"1.63232\"\n id=\"circle321\"\n sodipodi:cx=\"242.5498\"\n sodipodi:cy=\"84.083008\"\n sodipodi:rx=\"1.63232\"\n sodipodi:ry=\"1.63232\" />\n\n\t\t\u003C/g>\n\n\t\t\u003Cpath\n clip-rule=\"evenodd\"\n d=\"M 242.53467,78.31836 C 239.30322,78.31836 236.56641,79.4458 234.32715,81.70215 C 232.0293,84.03516 230.88086,86.79736 230.88086,89.98633 C 230.88086,93.1753 232.0293,95.91846 234.32715,98.21338 C 236.625,100.50781 239.36133,101.65527 242.53467,101.65527 C 245.74756,101.65527 248.53272,100.49853 250.88819,98.18359 C 253.10889,95.98681 254.21827,93.2539 254.21827,89.98632 C 254.21827,86.71874 253.08936,83.95751 250.83057,81.70214 C 248.57178,79.4458 245.80615,78.31836 242.53467,78.31836 z M 242.56396,80.41797 C 245.2124,80.41797 247.46142,81.35156 249.31103,83.21875 C 251.18115,85.06592 252.11572,87.32227 252.11572,89.98633 C 252.11572,92.66992 251.20068,94.89746 249.36963,96.66699 C 247.4419,98.57275 245.17334,99.52539 242.56397,99.52539 C 239.9546,99.52539 237.70557,98.58252 235.81739,96.6958 C 233.92774,94.80957 232.98389,92.57324 232.98389,89.98633 C 232.98389,87.3999 233.93799,85.14404 235.84619,83.21875 C 237.67676,81.35156 239.9165,80.41797 242.56396,80.41797 z\"\n id=\"path323\"\n style=\"fill-rule:evenodd\" />\n\n\t\u003C/g>\n\n\u003C/g>\n \u003C/g>\n\u003C/svg>","tags":"","title":"$:/ThirdParty/Buttons/CC BY-SA.svg","modified":"20230112093619499","type":"image/svg+xml"}, {"title":"$:/ThirdParty/Icons/Windows/9x-Start.png","text":"iVBORw0KGgoAAAANSUhEUgAAAD0AAAAcBAMAAAAgvKpJAAAAG1BMVEVHcEzAwMAAAADf39+AgID/AAAAAP8A/wD//wBHfaDsAAAAAXRSTlMAQObYZgAAAKlJREFUKM/Vks0NwyAMhVnBVvA5flJ+rlU7QidAygIcOkBHyOQ1oDRNRbjnYQmhz9jmCXdv6dG7GzXUXYcDTQ7UEgpnC4QJapvWODOGML2VkFcW616f8eVU4d5OA7Bx5RSMnXsf0nylf85h/a3vl4A459lSf2t34GL1xzivG8fffRGJhaPKSV5xBNbS31CqTzj6k+c78c/8QXrYmf9cvNcr/q9nU71DU+4Dt0ZXoKPvmm4AAAAASUVORK5CYII=","type":"image/png"}, {"created":"20221108154338291","text":"/**\n * Source Code: \u003Chttps://github.com/lokesh/color-thief>\n * License (MIT): \u003Chttps://raw.githubusercontent.com/lokesh/color-thief/master/LICENSE>\n**/\n\nconst getPixels = require('get-pixels');\nconst quantize = require('quantize');\n\nfunction createPixelArray(imgData, pixelCount, quality) {\n const pixels = imgData;\n const pixelArray = [];\n\n for (let i = 0, offset, r, g, b, a; i \u003C pixelCount; i = i + quality) {\n offset = i * 4;\n r = pixels[offset + 0];\n g = pixels[offset + 1];\n b = pixels[offset + 2];\n a = pixels[offset + 3];\n\n // If pixel is mostly opaque and not white\n if (typeof a === 'undefined' || a >= 125) {\n if (!(r > 250 && g > 250 && b > 250)) {\n pixelArray.push([r, g, b]);\n }\n }\n }\n return pixelArray;\n}\n\nfunction validateOptions(options) {\n let { colorCount, quality } = options;\n\n if (typeof colorCount === 'undefined' || !Number.isInteger(colorCount)) {\n colorCount = 10;\n } else if (colorCount === 1 ) {\n throw new Error('colorCount should be between 2 and 20. To get one color, call getColor() instead of getPalette()');\n } else {\n colorCount = Math.max(colorCount, 2);\n colorCount = Math.min(colorCount, 20);\n }\n\n if (typeof quality === 'undefined' || !Number.isInteger(quality) || quality \u003C 1) {\n quality = 10;\n }\n\n return {\n colorCount,\n quality\n }\n}\n\nfunction loadImg(img) {\n return new Promise((resolve, reject) => {\n getPixels(img, function(err, data) {\n if(err) {\n reject(err)\n } else {\n resolve(data);\n }\n })\n });\n}\n\nfunction getColor(img, quality) {\n return new Promise((resolve, reject) => {\n getPalette(img, 5, quality)\n .then(palette => {\n resolve(palette[0]);\n })\n .catch(err => {\n reject(err);\n })\n });\n\n}\n\nfunction getPalette(img, colorCount = 10, quality = 10) {\n const options = validateOptions({\n colorCount,\n quality\n });\n\n return new Promise((resolve, reject) => {\n loadImg(img)\n .then(imgData => {\n const pixelCount = imgData.shape[0] * imgData.shape[1];\n const pixelArray = createPixelArray(imgData.data, pixelCount, options.quality);\n\n const cmap = quantize(pixelArray, options.colorCount);\n const palette = cmap? cmap.palette() : null;\n\n resolve(palette);\n })\n .catch(err => {\n reject(err);\n })\n });\n}\n\nmodule.exports = {\n getColor,\n getPalette\n};","tags":"","title":"$:/ThirdParty/Libs/color-thief.js","modified":"20221108154854376","type":"application/javascript"}, -{"created":"20230113111504228","text":"/*\\\nSource Code: \u003Chttps://github.com/niutech/x-frame-bypass>\n\\*/\nexports.startup = function() {\ntry {\n\ncustomElements.define('x-frame-bypass', class extends HTMLIFrameElement {\n\tstatic get observedAttributes() {\n\t\treturn ['src']\n\t}\n\tconstructor () {\n\t\tsuper()\n\t}\n\tattributeChangedCallback () {\n\t\tthis.load(this.src)\n\t}\n\tconnectedCallback () {\n\t\tthis.sandbox = '' + this.sandbox || 'allow-forms allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation' // all except allow-top-navigation\n\t}\n\tload (url, options) {\n\t\tif (!url || !url.startsWith('http'))\n\t\t\tthrow new Error(`X-Frame-Bypass src ${url} does not start with http(s)://`)\n\t\tconsole.log('X-Frame-Bypass loading:', url)\n\t\tthis.srcdoc = `\u003Chtml>\n\u003Chead>\n\t\u003Cstyle>\n\t.loader {\n\t\tposition: absolute;\n\t\ttop: calc(50% - 25px);\n\t\tleft: calc(50% - 25px);\n\t\twidth: 50px;\n\t\theight: 50px;\n\t\tbackground-color: #333;\n\t\tborder-radius: 50%; \n\t\tanimation: loader 1s infinite ease-in-out;\n\t}\n\t@keyframes loader {\n\t\t0% {\n\t\ttransform: scale(0);\n\t\t}\n\t\t100% {\n\t\ttransform: scale(1);\n\t\topacity: 0;\n\t\t}\n\t}\n\t\u003C/style>\n\u003C/head>\n\u003Cbody>\n\t\u003Cdiv class=\"loader\">\u003C/div>\n\u003C/body>\n\u003C/html>`\n\t\tthis.fetchProxy(url, options, 0).then(res => res.text()).then(data => {\n\t\t\tif (data)\n\t\t\t\tthis.srcdoc = data.replace(/\u003Chead([^>]*)>/i, `\u003Chead$1>\n\t\u003Cbase href=\"${url}\">\n\t\u003Cscript>\n\t// X-Frame-Bypass navigation event handlers\n\tdocument.addEventListener('click', e => {\n\t\tif (frameElement && document.activeElement && document.activeElement.href) {\n\t\t\te.preventDefault()\n\t\t\tframeElement.load(document.activeElement.href)\n\t\t}\n\t})\n\tdocument.addEventListener('submit', e => {\n\t\tif (frameElement && document.activeElement && document.activeElement.form && document.activeElement.form.action) {\n\t\t\te.preventDefault()\n\t\t\tif (document.activeElement.form.method === 'post')\n\t\t\t\tframeElement.load(document.activeElement.form.action, {method: 'post', body: new FormData(document.activeElement.form)})\n\t\t\telse\n\t\t\t\tframeElement.load(document.activeElement.form.action + '?' + new URLSearchParams(new FormData(document.activeElement.form)))\n\t\t}\n\t})\n\t\u003C/script>`)\n\t\t}).catch(e => console.error('Cannot load X-Frame-Bypass:', e))\n\t}\n\tfetchProxy (url, options, i) {\n\t\tconst proxies = (options || {}).proxies || [\n\t\t\t'https://cors-anywhere.herokuapp.com/',\n\t\t\t'https://yacdn.org/proxy/',\n\t\t\t'https://api.codetabs.com/v1/proxy/?quest='\n\t\t]\n\t\treturn fetch(proxies[i] + url, options).then(res => {\n\t\t\tif (!res.ok)\n\t\t\t\tthrow new Error(`${res.status} ${res.statusText}`);\n\t\t\treturn res\n\t\t}).catch(error => {\n\t\t\tif (i === proxies.length - 1)\n\t\t\t\tthrow error\n\t\t\treturn this.fetchProxy(url, options, i + 1)\n\t\t})\n\t}\n}, {extends: 'iframe'})\n\n} catch(e) {\n const Str = `${e.stack.split('\\n')[0]}: ${e}`\n console.log(Str);\n return Str;\n};\n};","tags":"","title":"$:/ThirdParty/Libs/x-frame-bypass.js","modified":"20230113112135773","type":"application/javascript","module-type":"startup"}, {"created":"20210719102404282","text":"\\define program() [prefix[$:/ThirdParty/TiddlyTools/FilterGenerators]] [[$:/ThirdParty/TiddlyTools/Macros/edit-list]] +[!sort[modified]]\n\n\\define import(tids)\nDrag this link to\n\u003C$button class=\"tc-btn-invisible tc-tiddlylink\" popup=\"$:/state/popup/$(currentTiddler)$/$tids$\" dragFilter=\u003C\u003C$tids$>>>\n ''import \u003C$count filter=\u003C\u003C$tids$>>/> $tids$ tiddlers.''\n\u003C/$button>\n\u003C$reveal type=\"popup\" state=\"$:/state/popup/$(currentTiddler)$/$tids$\" class=\"tc-drop-down\" style=\"padding:1em;\">\n \u003C$list filter=\u003C\u003C$tids$>>>\u003C$link/>\u003C/$list>\n\u003C/$reveal>\n\\end\n\n| author|''[ext[Eric Shulman|mailto:elsdesign@gmail.com]]''|\n| source|''http://TiddlyTools.com/filtergenerators.html''|\n| updated|''\u003C$view field=\"modified\" format=\"date\" template=\"DDD, MMM DDth YYYY at 0hh12:0mm:0ssam\"/>''|\n\n\u003C\u003Cimport program>>\n\n~TiddlyTools' ~FilterGenerators define several $:/AdvancedSearch addon tabs to provide a variety of specialized searches.\n\n!! [[$:/ThirdParty/TiddlyTools/FilterGenerators/Titles]]\n\u003C\u003C\u003C\n''Search for tiddler titles in selected types of tiddlers''\n\n* Finds tiddlers that contain the specified text anywhere in their title\n* Select one or more types of tiddlers to search in:\u003Cbr> tiddlers, shadows, system, tags, missing, orphans, images, binaries\n\u003C\u003C\u003C\n\n!! [[$:/ThirdParty/TiddlyTools/FilterGenerators/Tags]]\n\u003C\u003C\u003C\n''Search for tiddlers using a combination of tags''\n\n* Shows checkboxes for all tags in the file, including shadow tags\n* Select any combination of tags to search for\n* Shows results matching all tags (AND) and one or more tags (OR)\n\u003C\u003C\u003C\n\n!! [[$:/ThirdParty/TiddlyTools/FilterGenerators/TagCloud]]\n\u003C\u003C\u003C\n''Display tags using proportional size based on the number of tiddlers for each tag''\n\n* Select tags to include\n* Shows number of matching tiddlers on each tag \"pill\"\n* Sort results by tag title or number of matching tiddlers\n* options: min=minimum font size, step=font size increment, max=maximum font size, group=tag count cluster size\n\u003C\u003C\u003C\n\n!! [[$:/ThirdParty/TiddlyTools/FilterGenerators/PowerSearch]]\n\u003C\u003C\u003C\n''Assemble a compound filter to search for matching tiddlers''\n\u003Cbr>Requires: [[TiddlyTools/Macros/edit-list]]\n\n* select types of tiddlers to search\n* include/exclude prefixes, suffixes or tags\n* find tiddlers that have a specific field (even if blank)\n* search in one or more specified fields\n* use flags to define the search criteria\n* sort results by any tiddler field\n* copy the assembled filter syntax to the clipboard\n* save assembled filters for later re-use\n* add/remove tags, clone/rename, export, or delete matching/selected tiddlers\n\u003C\u003C\u003C","title":"$:/ThirdParty/TiddlyTools/FilterGenerators/Info","modified":"20230109220740719","tags":"TiddlyTools"}, {"created":"20191212065707527","text":"\\define config() $:/config/TiddlyTools/PowerSearch\n\\define saved() $:/config/TiddlyTools/PowerSearch/SavedFilters/\n\\define show() $:/config/TiddlyTools/PowerSearch!!show\n\\define options() $:/state/popup/TiddlyTools/PowerSearch/options\n\\define menu() $:/state/popup/TiddlyTools/PowerSearch/menu/\n\n\\define default_width() 15em\n\\define default_columns() 1\n\\define default_height() auto\n\\define default_wrap() nowrap\n\n\\define styles()\n\u003Cstyle>\n.powersearch_table { border:0; padding:0; margin:0; float:left; margin-right:0.5em; }\n.powersearch_table tr { border:0; padding:0; margin:0; }\n.powersearch_table td { border:0; padding:2px; margin:0; }\n.powersearch_table .editlist_input { outline:none; }\n.powersearch_savedfilters { font-size:100%;line-height:1em;max-height:20em;overflow:auto; }\n.powersearch_optionwidth { width:4em !important; }\n.powersearch_checkboxwidth input { width:auto !important; }\n.powersearch_listitem { overflow:hidden;word-break:break-all;text-overflow:ellipsis; }\n.powersearch_modal .tc-modal-header { padding:0em 1em; }\n.powersearch_modal .tc-modal-body { padding:1em 1em 0.5em 1em; }\n.powersearch_modal .tc-modal-footer { padding:0.5em 1em; }\n.powersearch_modal .tc-modal-body p { margin:0; }\n\u003C/style>\n\\end\n\n\\define get(index,filter,placeholder,multiple)\n\\define filter() $filter$\n\u003C$macrocall $name=\"edit\" tiddler=\u003C\u003Cconfig>> index=\"$index$\" filter=\u003C\u003Cfilter>> width=\"$(width)$\"\n confirm=\u003C\u003Cconfirm>> multiple=\"$multiple$\" find=\"or\" placeholder=\"$placeholder$\"/>\n\\end\n\n\\define edit(tiddler,index,width,confirm,multiple,filter,find,placeholder)\n\\define filter() $filter$\n\\define stip() enter/select a value\n\\define mtip() enter/select all that apply (use ctrl-click or shift-click)\n\u003C$list filter=\"[[edit-list]is[variable]]\" variable=\"if_edit_list_installed\">\n \u003C$macrocall $name=\"edit-list\" tiddler=\"$tiddler$\" index=\"$index$\" tooltip={{{ [[$multiple$]match[]then\u003Cstip>else\u003Cmtip>] }}}\n width=\"$width$\" listwidth=\"fit\" fontsize=\"100%\" focusPopup={{{ [\u003Cfilter>!match[]then[yes]] }}}\n confirm=\"$confirm$\" multiple=\"$multiple$\" filter=\u003C\u003Cfilter>> find=\"$find$\" placeholder=\"$placeholder$\"/>\n\u003C/$list>\n\u003C$list filter=\"[[edit-list]!is[variable]]\" variable=\"fallback_no_edit_list\">\n \u003Cstyle> .powersearch_inputwidth { width:$width$; } \u003C/style>\n \u003Cspan title={{{ [[$multiple$]match[]then\u003Cstip>else\u003Cmtip>search-replace[/select],[]search-replace[use ctrl-click or shift-click],[space separated]] }}}>\n \u003C$edit-text class=\"powersearch_inputwidth\" tag=\"input\"\n tiddler=\"$tiddler$\" field=\"text\" index=\"$index$\" default=\"\" placeholder=\"$placeholder$\"/>\n \u003C/span>\n\u003C/$list>\n\\end\n\n\\define shadowList(prefix: \"$:/\",maxdepth:\"4\")\n\\whitespace trim\n\u003C$list filter=\"[all[shadows]removeprefix[$prefix$]splitbefore[/]sort[]suffix[/]]\" variable=\"chunk\">\n \u003C$vars path={{{ [title[$prefix$]addsuffix\u003Cchunk>removesuffix[/]] }}}>\n \u003C$text text=\u003C\u003Cpath>>/> \n \u003C$list filter=\"[\u003Cpath>split[/]count[]min[$maxdepth$]!match[$maxdepth$]]\">\n \u003C$macrocall $name=\"shadowList\" prefix={{{ [title[$prefix$]addsuffix\u003Cchunk>] }}}/>\n \u003C/$list>\n \u003C/$vars>\n\u003C/$list>\n\\end\n\n\\define inputs()\n\u003C$set name=\"tidList\" filter=\"tiddlers shadows tiddlers+shadows tags orphans missing\">\n\u003C$set name=\"tagsList\" filter=\"[tags[]sort[]] [all[shadows]tags[]sort[]]\">\n\u003C$set name=\"sysFields\" filter=\"title text tags created creator modified modifier\">\n\u003C$set name=\"tidFields\" filter=\"[all[tiddlers]] -[prefix[$:/state/popup]] +[fields[]!enlist\u003CsysFields>sort[]]\">\n\u003C$set name=\"shadowFields\" filter=\"[all[shadows]fields[]!enlist\u003CsysFields>!enlist\u003CtidFields>sort[]]\">\n\u003C$set name=\"fieldsList\" filter=\"[enlist\u003CsysFields>] [enlist\u003CtidFields>] [enlist\u003CshadowFields>]\">\n\u003C$set name=\"searchList\" filter=\"[enlist\u003CsysFields>] [[*]] [enlist\u003CfieldsList>!enlist\u003CsearchList>]\">\n\u003C$set name=\"flagsList\" filter=\"words literal whitespace regexp casesensitive anchored\">\n\u003C$wikify name=\"shadowList\" text=\u003C\u003CshadowList>>>\n\n|powersearch_table|k\n| search all|\u003C\u003Cget \"tids\" \"[enlist\u003CtidList>]\" \"tiddlers\">> |\n| match prefix|\u003C\u003Cget \"prefix\" \"[enlist\u003CshadowList>]\" \"(none)\" >> |\n| exclude prefix|\u003C\u003Cget \"notprefix\" \"[enlist\u003CshadowList>]\" \"(none)\" >> |\n| match suffix|\u003C\u003Cget \"suffix\" \"[enlist\u003CshadowList>]\" \"(none)\" >> |\n| exclude suffix|\u003C\u003Cget \"notsuffix\" \"[enlist\u003CshadowList>]\" \"(none)\" >> |\n| match tag|\u003C\u003Cget \"tag\" \"[enlist\u003CtagsList>]\" \"(none)\" >> |\n| exclude tag|\u003C\u003Cget \"nottag\" \"[enlist\u003CtagsList>]\" \"(none)\" >> |\n| has field|\u003C\u003Cget \"has\" \"[enlist\u003CfieldsList>]\" \"(none)\" >> |\n| search fields|\u003C\u003Cget \"field\" \"[enlist\u003CsearchList>]\" \"title,text,tags\" \"yes\">> |\n| using flags|\u003C\u003Cget \"flags\" \"[enlist\u003CflagsList>]\" \"words\" \"yes\">> |\n| sort by|\u003C\u003Cget \"sort\" \"[enlist\u003CfieldsList>]\" \"title\" >> |\n| match term|\u003C\u003Cget \"term\" \"\" \"(none)\" >> |\n| custom filter|\u003C\u003Cget \"custom\" \"\" \"(none)\" >> |\n\\end\n\n\\define savedFilters()\n\u003C$vars lf=\"\n\">\n\u003C$list filter=\"[prefix\u003Csaved>limit[1]]\">\n\u003Cdiv style=\"white-space:nowrap;\">\n\u003C$button class=\"tc-btn-invisible\" tooltip=\"delete all saved filters\"> {{$:/core/images/delete-button}}\n \u003C$action-confirm $message=\"Are you sure you want to delete all saved filters?\">\n \u003C$action-deletetiddler $filter=\"[prefix\u003Csaved>]\" />\n \u003C/$action-confirm>\n\u003C/$button>\n''Saved filters:'' (\u003C$count filter=\"[prefix\u003Csaved>]\"/>)\n\u003Chr style=\"margin:1px 0;\">\n\u003Cdiv class=\"powersearch_savedfilters\">\n \u003C$list filter=\"[prefix\u003Csaved>sort[]]\" variable=\"item\">\n \u003C$vars popid={{{ [\u003Citem>removeprefix\u003Csaved>addprefix\u003Cmenu>addsuffix\u003Cqualify>] }}}>\n \u003C$vars desc={{{ [\u003Citem>get[description]] }}} filt={{{ [\u003Citem>get[filter]] }}} cust={{{ [\u003Cconfig>getindex[custom]addsuffix[ ]] }}}>\n \u003C$button class=\"tc-btn-invisible\" popup=\u003C\u003Cpopid>>> {{$:/core/images/menu-button}}\u003C/$button>\n \u003C$reveal type=\"popup\" state=\u003C\u003Cpopid>> class=\"tc-drop-down\" style=\"min-width:auto;\">\n \u003C$button class=\"tc-btn-invisible\" style=\"display:block;padding:0 0.5em;\" tooltip=\"delete this filter\"> {{$:/core/images/delete-button}} delete this filter\n \u003C$action-confirm $message={{{ [\u003Cfilt>] [\u003Cdesc>] [[ ]] [[Are you sure you want to delete this filter?]] +[join\u003Clf>] }}}>\n \u003C$action-deletetiddler $tiddler=\u003C\u003Citem>> />\n \u003C/$action-confirm>\n \u003C/$button>\n \u003C$button class=\"tc-btn-invisible\" style=\"display:block;padding:0 0.5em;\" tooltip=\"edit this filter\"> {{$:/core/images/edit-button}} edit this filter\n \u003C$action-sendmessage $message=\"tm-edit-tiddler\" $param=\u003C\u003Citem>> />\n \u003C/$button>\n \u003C$button class=\"tc-btn-invisible\" style=\"display:block;padding:0 0.5em;\" tooltip=\"add to custom filter\"> {{$:/core/images/new-button}} add to custom filter\n \u003C$action-setfield $tiddler=\u003C\u003Cconfig>> $index=\"custom\" $value={{{ [\u003Ccust>addsuffix\u003Cfilt>trim[]] }}}/>\n \u003C/$button>\n \u003C$button class=\"tc-btn-invisible\" style=\"display:block;padding:0 0.5em;\" tooltip=\"copy to clipboard\"> {{$:/core/images/copy-clipboard}} copy to clipboard\n \u003C$action-sendmessage $message=\"tm-copy-to-clipboard\" $param=\u003C\u003Cfilt>>/>\n \u003C/$button>\n \u003C/$reveal>\n \u003C$button class=\"tc-btn-invisible\" tooltip=\"use this filter\"> \u003C$text text=\u003C\u003Cdesc>>/>\n \u003C$action-setfield $tiddler=\u003C\u003Cconfig>> text={{{ [\u003Citem>get[text]] }}}/>\n \u003C/$button>\n \u003C/$vars>\n \u003C/$vars>\n \u003Cbr>\n \u003C/$list>\n\u003C/div>\n\\end\n\n\\define preFilter() prefix[$(pre)$]\n\\define notpreFilter() !prefix[$(notpre)$]\n\\define suffFilter() suffix[$(suff)$]\n\\define notsuffFilter() !suffix[$(notsuff)$]\n\\define tagFilter() tag[$(tagval)$]\n\\define nottagFilter() !tag[$(nottag)$]\n\\define hasFilter() has:field[$(has)$]\n\\define searchFilter() search:$(field)$:$(flags)$[$(term)$]\n\\define filter() [all[$(tids)$]$(preFilter)$$(notpreFilter)$$(suffFilter)$$(notsuffFilter)$$(tagFilter)$$(nottagFilter)$$(hasFilter)$$(searchFilter)$sort[$(sort)$]] $(custom)$\n\\define filter_exclude() $(filter)$ -[prefix[$:/state/modal]] -[prefix[$:/state/popup]] -[prefix[$:/temp/PowerSearch]] -[prefix[$:/temp/edit-list]]\n\n\\define doSearch()\n\u003C$vars tids={{{ [\u003Cconfig>getindex[tids]] ~[[tiddlers]] }}}\n pre={{{ [\u003Cconfig>getindex[prefix]] }}}\n notpre={{{ [\u003Cconfig>getindex[notprefix]] }}}\n suff={{{ [\u003Cconfig>getindex[suffix]] }}}\n notsuff={{{ [\u003Cconfig>getindex[notsuffix]] }}}\n tagval={{{ [\u003Cconfig>getindex[tag]] }}}\n nottag={{{ [\u003Cconfig>getindex[nottag]] }}}\n has={{{ [\u003Cconfig>getindex[has]] }}}\n field={{{ [\u003Cconfig>getindex[field]enlist-input[]join[,]] ~[[title,text,tags]] }}}\n flags={{{ [\u003Cconfig>getindex[flags]enlist-input[]join[,]] ~[[words]] }}}\n sort={{{ [\u003Cconfig>getindex[sort]] ~[[title]] }}}\n custom={{{ [\u003Cconfig>getindex[custom]] }}}\n term={{{ [\u003Cconfig>getindex[term]] }}}>\n\u003C$vars preFilter={{{ [\u003Cpre>!is[blank]then\u003CpreFilter>] }}}\n notpreFilter={{{ [\u003Cnotpre>!is[blank]then\u003CnotpreFilter>] }}}\n suffFilter={{{ [\u003Csuff>!is[blank]then\u003CsuffFilter>] }}}\n notsuffFilter={{{ [\u003Cnotsuff>!is[blank]then\u003CnotsuffFilter>] }}}\n tagFilter={{{ [\u003Ctagval>!is[blank]then\u003CtagFilter>] }}}\n nottagFilter={{{ [\u003Cnottag>!is[blank]then\u003CnottagFilter>] }}}\n hasFilter={{{ [\u003Chas>!is[blank]then\u003ChasFilter>] }}}\n searchFilter={{{ [\u003Cterm>!is[blank]then\u003CsearchFilter>] }}}>\n\u003C\u003CdoSearch_showresults>>\n\\end\n\n\\define doSearch_showresults()\n\u003C$vars count={{{ $(filter_exclude)$ +[count[]] }}}>\n''\u003C\u003Ccount>> match\u003C$list filter=\"[\u003Ccount>!match[1]]\">es\u003C/$list>''  \n\u003C\u003CtoggleList>> \u003C\u003CsaveFilter>> \u003C\u003CclearAll>> \u003C\u003CsetOptions>>  \n\u003C$vars height={{{ [\u003Cconfig>get[height]] ~[\u003Cdefault_height>] }}} cols={{{ [\u003Cconfig>get[cols]] ~[\u003Cdefault_columns>] }}} wrap={{{ [\u003Cconfig>get[wrap]] ~[\u003Cdefault_wrap>] }}}>\n\u003C$list filter=\"[\u003Ccount>!match[0]]\"> \u003C\u003Cmodal tag>> \u003C\u003Cmodal clone>> \u003C\u003Cmodal export>> \u003C\u003Cmodal delete>>  \u003C/$list>\n\u003C$reveal state=\u003C\u003Cshow>> type=\"match\" text=\"show\" style=\"font-size:90%;line-height:1em;\">\n columns:\n \u003C$select tiddler=\u003C\u003Cconfig>> field=\"cols\" default=\u003C\u003Ccols>>>\u003Coption>1\u003C/option> \u003Coption>2\u003C/option> \u003Coption>3\u003C/option> \u003Coption>4\u003C/option> \u003Coption>5\u003C/option>\u003C/$select>\n \u003C$checkbox tiddler=\u003C\u003Cconfig>> field=\"wrap\" checked=\"normal\" unchecked=\"nowrap\" default=\u003C\u003Cwrap>> class=\"powersearch_checkboxwidth\"> wrap \u003C/$checkbox> \n\u003C/$reveal>\n\u003C$reveal state=\u003C\u003Cshow>> type=\"match\" text=\"show\"> \u003C\u003CdoSearch_showlist>> \u003C/$reveal>\n\\end\n\n\\define doSearch_showlist()\n\u003Cfieldset style=\"border-radius:0.5em;\">\n \u003Clegend>\n \u003C$button class=\"tc-btn-invisible\" style=\"font-size:90%;text-align:left;word-break:break-all;\"\n message=\"tm-copy-to-clipboard\" param=\u003C\u003Cfilter>> tooltip=\"Copy filter to clipboard\">\n ''\u003C$text text=\u003C\u003Cfilter>>/>'' {{$:/core/images/copy-clipboard}}\n \u003C/$button>\n \u003C/legend>\n \u003Cdiv style=\"max-height:$(height)$;white-space:$(wrap)$;overflow:auto;font-size:80%;line-height:1em;\">\n \u003Col style=\"margin:0;column-gap:3em;column-count:$(cols)$;column-width:1em;\">\n \u003C$list filter=\u003C\u003Cfilter_exclude>>>\n \u003Cli>\u003Cdiv class=\"powersearch_listitem\" title=\u003C\u003CcurrentTiddler>>>\u003C$link/>\u003C/div>\u003C/li>\n \u003C/$list>\n \u003C/ol>\n \u003C/div>\n\u003C/fieldset>\n\\end\n\n\\define toggleList()\n\u003C$reveal state=\u003C\u003Cshow>> type=\"match\" text=\"\">\n \u003C$button tooltip=\"Show results\"> {{$:/core/images/chevron-down}}\n \u003C$action-setfield $tiddler=\u003C\u003Cconfig>> show=\"show\" />\n \u003C/$button>\n\u003C/$reveal>\n\u003C$reveal state=\u003C\u003Cshow>> type=\"match\" text=\"show\">\n \u003C$button tooltip=\"Hide results\"> {{$:/core/images/chevron-up}}\n \u003C$action-setfield $tiddler=\u003C\u003Cconfig>> $field=\"show\" />\n \u003C/$button>\n\u003C/$reveal>\n\\end\n\n\\define saveFilter()\n\u003C$vars target={{{ [\u003Cnow YYYY0MM0DD0hh0mm0ss>addprefix\u003Csaved>] }}}>\n\u003C$button tooltip=\"Save current filter\"> {{$:/core/images/save-button}}\n \u003C$action-setfield $tiddler=\u003C\u003Ctarget>> type=\"application/json\" text={{{ [\u003Cconfig>get[text]] }}}\n filter={{{ [\u003Cfilter>trim[]] }}} description={{{ [\u003Cfilter>trim[]] }}} tags=\"$:/tags/Filter\" />\n\u003C/$button>\n\\end\n\n\\define clearAll()\n\u003C$tiddler tiddler=\u003C\u003Cconfig>>>\n\u003C$button tooltip=\"Clear all inputs\"> {{$:/core/images/close-button}}\n \u003C$list filter=\"tids prefix notprefix suffix notsuffix tag nottag has field term flags sort custom\">\n \u003C$action-setfield $tiddler=\u003C\u003Cconfig>> $index=\u003C\u003CcurrentTiddler>> />\n \u003C/$list>\n \u003C$action-deletetiddler $filter=\"[prefix[$:/state/popup/edit-list/]]\"/>\n\u003C/$button>\n\\end\n\n\\define setOptions()\n\u003C$button popup=\u003C\u003Cqualify $(options)$>> tooltip=\"Set display options\">\n {{$:/core/images/options-button}}\n\u003C/$button>\n\u003C$reveal type=\"popup\" state=\u003C\u003Cqualify $(options)$>> position=\"below\"\n class=\"tc-drop-down tt-drop-down tc-popup-keep\" style=\"min-width:auto;padding:0.5em;\">\n ~PowerSearch options\n \u003Cdiv class=\"tt-shadowbox inset\" style=\"text-align:right;\">\n input width: \u003C$edit-text tiddler=\u003C\u003Cconfig>> field=\"width\" class=\"powersearch_optionwidth\" default=\"\" placeholder=\u003C\u003Cdefault_width>> />\u003Cbr>\n max height: \u003C$edit-text tiddler=\u003C\u003Cconfig>> field=\"height\" class=\"powersearch_optionwidth\" default=\"\" placeholder=\u003C\u003Cdefault_height>> />\u003Cbr>\n \u003Ccenter>\n \u003C$checkbox tiddler=\u003C\u003Cconfig>> field=\"confirm\" checked=\"yes\" unchecked=\"\" default=\"\" class=\"powersearch_checkboxwidth\"> confirm inputs \u003C/$checkbox>\n \u003C/center>\n \u003C/div>\n\u003C/$reveal>\n\\end\n\n\\define modal(function)\n\\define select() $(filter_exclude)$ +[encodeuricomponent[]]\n\u003C$set name=\"selected\" filter=\u003C\u003Cselect>>>\n\u003C$button message=\"tm-modal\" param=\"$:/temp/PowerSearch\" tooltip=\"$function$ tiddlers\">\n \u003C$transclude tiddler=\"$:/core/images/$function$-button\"/>\n \u003C$action-setfield $tiddler=\"$:/temp/PowerSearch\" class=\"powersearch_modal tc-popup-handle\"\n subtitle=\u003C\u003Cmodal_title>> text=\u003C\u003Cmodal_text>> footer=\u003C\u003Cmodal_footer>>\n function=\"$function$\" list=\u003C\u003Cselected>> wrap=\u003C\u003Cwrap>> cols=\u003C\u003Ccols>> nostamp={{$:/config/TimestampDisable}}/>\n\u003C/$button>\n\\end\n\n\\define modal_title()\n\\import TiddlyTools/FilterGenerators/PowerSearch\n\\define filter() $(filter)$\n\u003Cspan style=\"float:right;font-size:80%;line-height:1em;margin-top:0.5em;\">\n columns:\n \u003C$select field=\"cols\">\u003Coption>1\u003C/option> \u003Coption>2\u003C/option> \u003Coption>3\u003C/option> \u003Coption>4\u003C/option> \u003Coption>5\u003C/option>\u003C/$select>\n \u003C$checkbox field=\"wrap\" checked=\"normal\" unchecked=\"nowrap\" class=\"powersearch_checkboxwidth\"> wrap \u003C/$checkbox> \n \u003C$vars tv-config-toolbar-icons=\"yes\" tv-config-toolbar-text=\"no\">{{$:/core/ui/Buttons/timestamp}}\u003C/$vars> \n \u003C\u003Cmodal_cancel \"{{$:/core/images/close-button}}\">>\n \u003C\u003Cmodal_ok \"{{$:/core/images/done-button}}\" >>\n\u003C/span>\n''\u003C$text text={{{ [{!!function}addsuffix[ tiddlers]sentencecase[]] }}}/>:''\n\u003Cdiv style=\"font-size:70%;line-height:1em;margin-bottom:0.5em;\">''\u003C$text text=\u003C\u003Cfilter>>/>''\u003C/div>\n\\end\n\n\\define modal_text()\n\\import TiddlyTools/FilterGenerators/PowerSearch\n\\define all() $(filter_exclude)$ +[encodeuricomponent[]]\n\u003C\u003Cstyles>>\n\u003Cdiv style={{{ [[max-height:calc(60vh - 5em);overflow:auto;font-size:80%;line-height:1em;margin-bottom:0.5em;white-space:]addsuffix{!!wrap}] }}}>\n\u003Col style={{{ [[margin:0;column-gap:3em;column-width:1em;column-count:]addsuffix{!!cols}] }}}>\n \u003C$list filter=\u003C\u003Call>> variable=\"thisTiddler\">\n \u003Cli>\n \u003Cdiv class=\"powersearch_listitem\" title={{{ [\u003CthisTiddler>decodeuricomponent[]] }}}>\n \u003C$list filter=\"[\u003CcurrentTiddler>contains\u003CthisTiddler>]\">\n \u003C$eventcatcher $click='\u003C$action-listops $subfilter=\"-[\u003CthisTiddler>]\"/>'>\n \u003Cinput type=\"checkbox\" checked=\"checked\"> \u003C$text text={{{ [\u003CthisTiddler>decodeuricomponent[]] }}}/>\n \u003C/$eventcatcher>\n \u003C/$list>\n \u003C$list filter=\"[\u003CcurrentTiddler>!contains\u003CthisTiddler>]\">\n \u003C$eventcatcher $click='\u003C$action-listops $subfilter=\"[\u003CthisTiddler>]\"/>'>\n \u003Cinput type=\"checkbox\"> \u003C$text text={{{ [\u003CthisTiddler>decodeuricomponent[]] }}}/>\n \u003C/$eventcatcher>\n \u003C/$list>\n \u003C/div>\n \u003C/li>\n \u003C/$list>\n\u003C/ol>\n\u003C/div>\n\u003C$vars count={{{ [\u003CcurrentTiddler>get[list]enlist-input[]count[]] }}}>\n\u003C$list filter=\"[\u003Ccount>match[0]]\" variable=\"msg\">''Select tiddlers you want to {{!!function}}''\u003C/$list>\n\u003C$list filter=\"[\u003Ccount>!match[0]]\" variable=\"msg\">\n ''Are you sure you want to {{!!function}} \u003C$list filter=\"[\u003Ccount>!match[1]]\" emptyMessage=\"this tiddler?\">these \u003C\u003Ccount>> tiddlers?\u003C/$list>''\n\u003C/$list>\n\\end\n\n\\define modal_footer()\n\\import TiddlyTools/FilterGenerators/PowerSearch\n\\define select() $(filter_exclude)$ +[encodeuricomponent[]]\n\u003C$set name=\"all\" filter=\u003C\u003Cselect>>>\n\u003Cdiv style=\"text-align:center;\">\n\u003Cdiv style=\"float:left;text-align:left;\">\n \u003C$button>all \u003C$action-setfield list=\u003C\u003Call>>/>\u003C/$button>\n \u003C$button>none \u003C$action-setfield list=\"\"/>\u003C/$button>\n\u003C/div>\n\u003Cdiv style=\"float:right;text-align:left;\">\u003C\u003Cmodal_cancel>> \u003C\u003Cmodal_ok>>\u003C/div>\n\u003C\u003Cmodal_options>>\n\\end\n\n\\define modal_cancel(label:\"cancel\")\n\u003C$button message=\"tm-close-tiddler\" tooltip=\"cancel\" actions=\u003C\u003Cmodal_done>>> $label$ \u003C/$button>\n\\end\n\n\\define modal_ok(label:{{!!function}})\n\u003C$vars ok={{{ [{!!function}!match[tag]] [{$:/temp/PowerSearch/add}!is[blank]] [{$:/temp/PowerSearch/remove}!is[blank]] +[then{!!list}!match[]then[yes]] }}}> \n\u003C$list filter=\"[\u003Cok>match[yes]]\" emptyMessage=\"\u003C$button> @@color:gray;fill:gray; $label$@@\u003C/$button>\" variable=\"is_enabled\">\n \u003C$button message=\"tm-close-tiddler\" tooltip={{!!function}} actions=\u003C\u003Cmodal_done>>> $label$ \u003C\u003Cmodal_functions>> \u003C/$button>\n\u003C/$list>\n\\end\n\n\\define modal_done()\n\u003C$list filter=\"[[$:/config/TimestampDisable]is[tiddler]]\" variable=\"reset_timestamp_setting\">\n \u003C$action-setfield $tiddler=\"$:/config/TimestampDisable\" text={{!!nostamp}}/>\n \u003C$list filter=\"[{!!nostamp}match[]]\">\u003C$action-deletetiddler $tiddler=\"$:/config/TimestampDisable\" />\u003C/$list>\n\u003C/$list>\n\u003C$action-deletetiddler $filter=\"[prefix[$:/temp/PowerSearch]]\" />\n\\end\n\n\\define modal_options()\n\\define taglist(tid,filter) \u003C\u003Cedit tiddler:\"$tid$\" width:12em multiple:yes filter:\"$filter$\" placeholder:\"enter/select tags\">>\n\u003Cdiv style=\"display:inline-block;\">\n\u003C$list filter=\"[{!!function}match[tag]]\" variable=\"function\">\n \u003Cnobr style=\"text-align:left;\">''Add tags:'' \u003C\u003Ctaglist \"$:/temp/PowerSearch/add\" \"[tags[]sort[]] [all[shadows]tags[]sort[]]\">>\u003C/nobr>\n \u003Cnobr style=\"text-align:left;\">''Remove tags:'' \u003C\u003Ctaglist \"$:/temp/PowerSearch/remove\" \"[enlist{$:/temp/PowerSearch!!list}decodeuricomponent[]tags[]sort[]]\">>\u003C/nobr>\n\u003C/$list>\n\u003C$list filter=\"[{!!function}match[clone]]\" variable=\"function\">\n \u003Cnobr>''Replace'' \u003C$edit-text tiddler=\"$:/temp/PowerSearch/from\" tag=\"input\" size=\"20\" default=\"\" placeholder=\"\"/>\u003C/nobr>\n \u003Cnobr>''with'' \u003C$edit-text tiddler=\"$:/temp/PowerSearch/to\" tag=\"input\" size=\"20\" default=\"\" placeholder=\"\"/>\u003C/nobr>\n\u003C/$list>\n\u003C$list filter=\"[{!!function}match[export]]\" variable=\"function\">\n ''Filename/format'':\n \u003C$edit-text tiddler=\"$:/temp/PowerSearch/filename\" tag=\"input\" size=\"20\" default=\"\"\n placeholder={{{ [{$:/temp/PowerSearch/format}suffix[TidFile]then[-- uses tiddler title --]else[tiddlers]] }}}\n disabled={{{ [{$:/temp/PowerSearch/format}suffix[TidFile]then[yes]] }}}/>\n \u003C$select tiddler=\"$:/temp/PowerSearch/format\" default=\"$:/core/templates/exporters/JsonFile\">\n \u003Coption value=\"$:/core/templates/exporters/CsvFile\"> csv \u003C/option>\n \u003Coption value=\"$:/core/templates/exporters/StaticRiver\"> html\u003C/option>\n \u003Coption value=\"$:/core/templates/exporters/JsonFile\"> json\u003C/option>\n \u003Coption value=\"$:/core/templates/exporters/TidFile\"> tid \u003C/option>\n \u003C/$select>\n\u003C/$list>\n\u003C$list filter=\"[{!!function}match[delete]]\" variable=\"function\">\n   \u003C!-- NO OPTIONS -->\n\u003C/$list>\n\\end\n\n\\define modal_functions()\n\u003C$list filter=\"[{!!function}match[tag]]\" variable=\"function\">\n \u003C$list filter=\"[enlist{!!list}decodeuricomponent[]]\">\n \u003C$action-listops $field=\"tags\" $subfilter=\"+[append{$:/temp/PowerSearch/add}remove{$:/temp/PowerSearch/remove}]\"/>\n \u003C/$list>\n\u003C/$list>\n\u003C$list filter=\"[{!!function}match[clone]]\" variable=\"function\">\n \u003C$list filter=\"[enlist{!!list}decodeuricomponent[]]\">\n \u003C$vars newtitle={{{ [\u003CcurrentTiddler>search-replace{$:/temp/PowerSearch/from},{$:/temp/PowerSearch/to}] }}}>\n \u003C$action-createtiddler $basetitle=\u003C\u003Cnewtitle>> $template=\u003C\u003CcurrentTiddler>> />\n \u003C/$vars>\n \u003C/$list>\n\u003C/$list>\n\u003C$list filter=\"[{!!function}match[export]]\" variable=\"function\">\n \u003C$vars format={{{ [[$:/temp/PowerSearch/format]get[text]else[$:/core/templates/exporters/JsonFile]] }}}\n filename={{{ [[$:/temp/PowerSearch/filename]get[text]else[tiddlers]] }}}>\n \u003C$vars ext={{{ [\u003Cformat>get[extension]] }}}>\n \u003C$vars target={{{ [\u003Cext>addprefix\u003Cfilename>] }}}>\n \u003C$vars list=\"[enlist{$:/temp/PowerSearch!!list}decodeuricomponent[]]\">\n \u003C$list filter=\"[\u003Cformat>!suffix[TidFile]]\">\n \u003C$action-sendmessage $message=\"tm-download-file\" $param=\u003C\u003Cformat>>\n exportFilter=\u003C\u003Clist>> filename=\u003C\u003Ctarget>> />\n \u003C/$list>\n \u003C$list filter=\"[\u003Cformat>suffix[TidFile]]\">\n \u003C$list filter=\u003C\u003Clist>>>\n \u003C$action-sendmessage $message=\"tm-download-file\" $param=\u003C\u003Cformat>>\n exportFilter=\u003C\u003CcurrentTiddler>> filename={{{ [\u003CcurrentTiddler>addsuffix\u003Cext>] }}} />\n \u003C/$list>\n \u003C/$list>\n \u003C/$vars>\n \u003C/$vars>\n \u003C/$vars>\n \u003C/$vars>\n\u003C/$list>\n\u003C$list filter=\"[{!!function}match[delete]]\" variable=\"function\">\n \u003C$action-deletetiddler $filter=\"[enlist{!!list}decodeuricomponent[]]\" />\n\u003C/$list>\n\\end\n\n\u003C$vars width={{{ [\u003Cconfig>get[width]] ~[\u003Cdefault_width>] }}} confirm={{{ [\u003Cconfig>get[confirm]] }}}>\n \u003C\u003Cstyles>> \u003C\u003Cinputs>> \u003C\u003CsavedFilters>>\n\u003C/$vars>\n\u003Cdiv style=\"clear:both;padding-top:0.5em;\">\n\u003C\u003CdoSearch>>","creator":"EricShulman","title":"$:/ThirdParty/TiddlyTools/FilterGenerators/PowerSearch","caption":"PowerSearch","modified":"20230109220559886","modifier":"EricShulman","tags":"$:/tags/AdvancedSearch TiddlyTools"}, {"created":"20191128174135234","text":"\\define config() $:/config/TiddlyTools/TagCloud\n\\define options() $:/state/popup/tagcloud\n\\define default_min() 0.75\n\\define default_step() 0.25\n\\define default_max() 4.00\n\\define default_group() 5\n\n\\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)\n\u003C!-- copied from $:/core/macros/tag - added font-size, margin-bottom and count display in pill -->\n\u003C$vars foregroundColor=\u003C\u003Ccontrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n\u003Cdiv style=\"display:inline-block;font-size:$(size)$em;line-height:1em;margin-bottom:2px;\">\n\u003C$element-tag$ $element-attributes$ class=\"tc-tag-label tc-btn-invisible\" style=\u003C\u003Ctag-pill-styles>>>\n$actions$\u003C$transclude tiddler=\"\"\"$icon$\"\"\"/> \u003C$view tiddler=\u003C\u003C__tag__>> field=\"title\" format=\"text\" /> (\u003C\u003Ccount>>)\n\u003C/$element-tag$>\n\u003C/div>\n\u003C/$vars>\n\\end\n\n\\define tagcloud_select()\n\u003C$set name=\"taglist\" filter=\"[all[tiddlers+shadows]tags[]sort[]]\">\n\u003Cdiv style=\"display:inline-block;float:left;margin-right:1em;margin-bottom:1em;\">\nSelect tags:\n\u003C$button class=\"tc-btn-invisible\">\n \u003Cspan style={{{ [\u003Cconfig>get[taglist]else[font-weight:bold;]] }}}>none\u003C/span>\n \u003C$action-setfield $tiddler=\u003C\u003Cconfig>> taglist=\"\" />\n\u003C/$button> |\n\u003C$button class=\"tc-btn-invisible\">\n \u003Cspan style={{{ [\u003Cconfig>get[taglist]match\u003Ctaglist>then[font-weight:bold;]] }}}>all\u003C/span>\n \u003C$action-setfield $tiddler=\u003C\u003Cconfig>> taglist=\u003C\u003Ctaglist>> />\n\u003C/$button>\n\u003C\u003Ctagcloud_options>>\n\u003Cdiv style=\"clear:both;\">\n\u003C$select tiddler=\u003C\u003Cconfig>> field=\"taglist\" size=5 multiple>\n \u003C$list filter=\"[all[tiddlers+shadows]tags[]sort[]]\">\u003Coption>\u003C\u003CcurrentTiddler>>\u003C/option>\u003C/$list>\n\u003C/$select>\n\\end\n\n\\define tagcloud_options()\n\u003C$let popid={{{ [\u003Coptions>addsuffix\u003Cqualify>] }}}>\n\u003C$button class=\"tc-btn-invisible\" style=\"float:right;\" popup=\u003C\u003Cpopid>> tooltip=\"Set display options\">\n {{$:/core/images/options-button}}\n\u003C/$button>\n\u003C$reveal type=\"popup\" state=\u003C\u003Cpopid>> position=\"belowleft\"\n class=\"tc-drop-down tt-drop-down tc-popup-keep\" style=\"min-width:auto;padding:0.5em;\">\n \u003Cspan style=\"float:right;margin-left:1em;\">\n \u003C$button class=\"tc-btn-invisible\" style=\"display:inline;padding:0;width:auto;\" tooltip=\"reset to defaults\">{{$:/core/images/refresh-button}}\n \u003C$action-deletefield $tiddler=\u003C\u003Cconfig>> min step max group/>\n \u003C/$button>\n \u003C$button class=\"tc-btn-invisible\" style=\"display:inline;padding:0;width:auto;\" tooltip=\"close\">{{$:/core/images/close-button}}\n \u003C$action-deletetiddler $tiddler=\u003C\u003Cpopid>>/>\n \u003C/$button>\n \u003C/span>\n ~TagCloud options\n \u003Cdiv class=\"tt-shadowbox inset\" style=\"clear:both;text-align:right;\">\n min size: \u003C$edit-text tiddler=\u003C\u003Cconfig>> field=\"min\" class=\"option\" default=\u003C\u003Cdefault_min>> placeholder=\u003C\u003Cdefault_min>> />\u003Cbr>\n step size: \u003C$edit-text tiddler=\u003C\u003Cconfig>> field=\"step\" class=\"option\" default=\u003C\u003Cdefault_step>> placeholder=\u003C\u003Cdefault_step>> />\u003Cbr>\n max size: \u003C$edit-text tiddler=\u003C\u003Cconfig>> field=\"max\" class=\"option\" default=\u003C\u003Cdefault_max>> placeholder=\u003C\u003Cdefault_max>> />\u003Cbr>\n group size: \u003C$edit-text tiddler=\u003C\u003Cconfig>> field=\"group\" class=\"option\" default=\u003C\u003Cdefault_group>> placeholder=\u003C\u003Cdefault_group>> />\u003Cbr>\n \u003C/div>\n\u003C/$reveal>\n\\end\n\n\\define tagcloud_summary()\n\u003Cbr>\nThere are ''\u003C$text text={{{ [enlist\u003Ctaglist>count[]]\" }}}/> selected tags''\u003Cbr>\nTagging a total of ''\u003C$text text={{{ [enlist\u003Ctaglist>tagging[]count[]]\" }}}/> tiddlers''\u003Cbr>\nSort results by:\n\u003C$radio tiddler=\u003C\u003Cconfig>> field=\"sortorder\" value=\"count\"> count \u003C/$radio>\n\u003C$radio tiddler=\u003C\u003Cconfig>> field=\"sortorder\" value=\"name\"> name \u003C/$radio>\n\\end\n\n\\define tagcloud_show()\n\u003Cp style=\"clear:both;\">\n\u003C$let min={{{ [\u003Cconfig>get[min]] ~[\u003Cdefault_min>] }}}\n step={{{ [\u003Cconfig>get[step]] ~[\u003Cdefault_step>] }}}\n max={{{ [\u003Cconfig>get[max]] ~[\u003Cdefault_max>] }}}\n group={{{ [\u003Cconfig>get[group]] ~[\u003Cdefault_group>] }}}>\n\u003C$set name=\"sub\" filter=\"[\u003Cconfig>get[sortorder]] ~[[count]] +[match[count]]\" value=\"[tagging[]count[]]\" emptyValue=\"[get[title]]\">\n\u003C$list filter=\"[enlist\u003Ctaglist>!sortsub:integer\u003Csub>]\">\n \u003C$let count={{{ [\u003CcurrentTiddler>tagging[]count[]] }}} size={{{ [\u003Ccount>divide\u003Cgroup>trunc[]multiply\u003Cstep>add\u003Cmin>min\u003Cmax>] }}}>\u003C\u003Ctag>>\u003C/$let>\n\u003C/$list>\n\\end\n\n\u003Cstyle>\n .tt-tagcloud input { width:auto !important; }\n .tt-tagcloud input.option { width:3em !important; text-align:right; }\n\u003C/style>\n\u003Cdiv class=\"tt-tagcloud\">\n\u003C\u003Ctagcloud_select>>\n\u003C$set name=taglist filter=\"[\u003Cconfig>get[taglist]enlist-input[]]\">\n\u003C\u003Ctagcloud_summary>>\n\u003C\u003Ctagcloud_show>>","title":"$:/ThirdParty/TiddlyTools/FilterGenerators/TagCloud","caption":"TagCloud","modified":"20230109221623722","tags":"TiddlyTools $:/tags/AdvancedSearch"}, @@ -429,7 +428,7 @@ Error message and password prompt {"created":"20140114170004978","text":"Credits: [[https://tw5magick.tiddlyspot.com]]\n\nThis great trick was shown to the tiddlywiki google group by [[Alberto Molina|https://groups.google.com/forum/#!topic/tiddlywiki/OCntQ79DuwM]]. I enhanced it a bit.\n\n|!Search tag: | \u003C$edit-text tiddler=\"$:/temp/RenameTags/search\" tag=\"input\" type=\"text\"/> |\n|!Replace by: | \u003C$edit-text tiddler=\"$:/temp/RenameTags/replace\" tag=\"input\" type=\"text\"/> |\n\n---\n\u003C$reveal type=\"nomatch\" text=\"\" state=\"$:/temp/RenameTags/replace\">\n\n!First step\n!!//Apply the tag \u003C$tiddler tiddler={{$:/temp/RenameTags/replace}}>\u003C$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\u003C/$tiddler> to the following tiddlers//\n\u003C$list filter=\"[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]\">\n\u003C$checkbox tag={{$:/temp/RenameTags/replace}}> \u003C$link to={{!!title}}>\u003C$view field=\"title\"/>\u003C/$link>\u003C/$checkbox>\u003Cbr/>\n\u003C/$list>\n\u003C/$reveal>\n\n\u003C$reveal type=\"nomatch\" text=\"\" state=\"$:/temp/RenameTags/search\">\n\n!Second step\n!!//Remove the tag \u003C$tiddler tiddler={{$:/temp/RenameTags/search}}>\u003C$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\u003C/$tiddler> from the following tiddlers//\n\u003C$list filter=\"[!has[draft.of]tag{$:/temp/RenameTags/search}tag{$:/temp/RenameTags/replace}sort[created]]\">\n\u003C$checkbox tag={{$:/temp/RenameTags/search}}> ~~\u003C$link to={{!!title}}>\u003C$view field=\"title\"/>\u003C/$link>~~\u003C/$checkbox>\u003Cbr/>\n\u003C/$list>\n\u003C/$reveal>","title":"$:/Tools/RenameTags","tags":"","modifier":"Stephan Hradek","modified":"20220926114819573","description":"A great trick invented by Alberto Molina to search and replace tags.","creator":"Stephan Hradek"}, {"created":"20220920114605308","title":"$:/view","text":"classic","modified":"20220920114631852"}, {"created":"20220923133930693","text":"''1337x'' is a [[torrent|BitTorrent:en]] search engine.\n\n[img[https://upload.wikimedia.org/wikipedia/commons/b/bb/1337X_logo.svg]]\n\nIn recent years, the service has become more popular than some of its older alternatives, in part thanks to some of its quality-ensuring rules.\n\nThe site features text search, categories, and user profiles.","tags":"Internet i18n:en","title":"1337x:en","modified":"20220926115014338"}, -{"created":"20230111153852789","text":"\u003C\u003CMediaWiki 2048_(video_game) en 1>>\n\n!! ''Gamin' Time''\n\n\u003C\u003CiFrame100NoScroll \"https://play2048.co\">>","tags":"i18n:en TODO Gaming Puzzle","title":"2048:en","modified":"20230112091201556"}, +{"created":"20230111153852789","text":"\u003C\u003CMediaWiki 2048_(video_game) en 1>>\n\n!! ''Gamin' Time''\n\n\u003C\u003CiFrameFixed \"https://play2048.co\">>","tags":"i18n:en TODO Gaming Puzzle","title":"2048:en","modified":"20230113175835321"}, {"created":"20230108192258947","text":"\u003C\u003CMediaWiki ActivityPub en 1>>","title":"ActivityPub:en","modified":"20230111152725841","tags":"TODO"}, {"created":"20230110225425199","text":"\u003C\u003CMediaWiki Animal_Crossing en 2>>","tags":"Nintendo i18n:en Gaming TODO","title":"Animal Crossing:en","modified":"20230111152734576"}, {"created":"20230109155822410","text":"\u003C\u003CTCurDirList>>","title":"Apps","modified":"20230110165725755","tags":"TableOfContents"}, @@ -448,7 +447,7 @@ Error message and password prompt {"created":"20221006205957260","text":"* [[[PICO-8] Advanced Micro Platformer - Starter Kit|https://www.lexaloffle.com/bbs/?tid=28793]]","tags":"i18n:en Development Gaming","title":"GameDev Resources","modified":"20221006213515766"}, {"created":"20221018083042590","text":"!!! ''Commands (+ Flags/Tips)''\n\n* `clone ${URL}`: Clone (download) a repo to the computer storage\n** `--depth=${n}`: Explicitly specify how many commits to download (starting from latest)\n\n* `add ${Path}`: Update Git's internal list of tracked files. This should be issued (ideally for the root directory, `.`) before trying to commit after creating/deleting/moving/renaming files/folders.\n** A `.gitignore` file, containing a list of files or folder paths (one per line) can be created in a repo's root, to make the `add` command ignore those: they won't be tracked by Git, and thus won't be committed or pushed. Note: adding already tracked paths to `.gitignore` doesn't make it so they stop being tracked, they must be manually be deleted and then the `add` command issued again.\n\n* `config`\n** `credential.helper store`\n\n!!! ''Miscellaneous Flags''\n\n* `--global`: Apply a config command to the global user configuration (omitting applies to current directory if it is a Git repo)","tags":"Snippets i18n:en","title":"Git/Snippets","modified":"20221105130334227"}, {"created":"20221105125144413","text":"!!! ''Commands (+ Flags/Tips)''\n* `--list-keys`: List installed keys.\n* `--import Public.pgp`: Import someone's public key.\n* `--gen-key`: Generate a new keypair, with default options.\n* `--full-generate-key`: Generate a new keypair, customizing all the options.\n* `--edit-key {FINGERPRINT}`: Edit the internal data of a key.\n* `--output Revoke.pgp --gen-revoke {FINGERPRINT}`: Generate and output the revoke certificate for a key.\n* `--output Public.pgp --export {USER@EMAIL}`: Export a public key file.\n* ⚠️ `--output Private.pgp --export-secret-key {USER@EMAIL}`: Export a private key file.\n* ⚠️ `--output BackupPrivate.pgp --export-secret-keys --export-options export-backup {USER@EMAIL}`: Export private key(s) in backup format.\n* `--import-options restore --import BackupPrivate.pgp`\n\n!!!! ''`--edit-key` Commands''\n* `list`: List identities of the keys.\n* `uid {n}`: Select an identity to operate on.\n* `notation`: Write new notations inside the key; Prepend a dash (`-`) when typing a notations to remove it from the key, if present; Type just `none` to delete all notations.\n* `save`: Write changes to the key and quit.\n\n!!!! ''`--export` Flags''\n* `--armor`: Explicitly export as ASCII-armored, aka in text format.\n\n!!! ''Configuration Options''\n\n//These are usually inserted one-per-line in `~/gpg.conf`.//\n\n* `keyserver {URL}`","tags":"Snippets i18n:en","title":"GnuPG/Snippets","modified":"20221105173958587"}, -{"created":"20230113095521581","text":"\u003C\u003CMediaWiki Hacker_News en 2>>\n\n!! ''The Latest News''\n\n\u003C\u003CiFrame100 \"https://news.ycombinator.com\">>\n","tags":"i18n:en TODO","title":"Hacker News:en","modified":"20230113095807569"}, +{"created":"20230113095521581","text":"\u003C\u003CMediaWiki Hacker_News en 2>>\n\n!! ''The Latest News''\n\n\n\u003C\u003CiFrameBypass \"https://news.ycombinator.com\">>\n","tags":"i18n:en TODO","title":"Hacker News:en","modified":"20230113172701791"}, {"created":"20220922204301052","text":"Interesting news I collect from the hacky tech Internet sphere (HN primarily, but not exclusively).\n\n* [[TOTP tokens on my wrist with the smartest dumb watch|https://blog.singleton.io/posts/2022-10-17-otp-on-wrist]]\n* [[Boeing 787s must be turned off and on every 51 days to prevent 'misleading data' being shown to pilots|https://www.theregister.com/2020/04/02/boeing_787_power_cycle_51_days_stale_data]]\n* [[Disposable Root Servers|https://blog.thc.org/disposable-root-servers]]\n* [[Neurons in a dish learn to play Pong — what’s next?|https://www.nature.com/articles/d41586-022-03229-y]]\n* [[retrowin32, a win32 emulator|https://neugierig.org/software/blog/2022/10/retrowin32.html]]\n* [[Ray Tracing In Notepad.exe At 30 FPS|http://kylehalladay.com/blog/2020/05/20/Rendering-With-Notepad.html]]\n* [[You can't buy a Raspberry Pi right now|https://www.jeffgeerling.com/blog/2022/you-cant-buy-raspberry-pi-right-now]]\n* [[7 Cool HTML Elements Nobody Uses|https://tapajyoti-bose.medium.com/7-cool-html-elements-nobody-uses-436598d85668]]\n* [[Despite faster broadband every year, web pages don't load any faster|https://www.datafantic.com/how-much-time-do-we-waste-waiting-for-websites-to-load]] [//[[c|https://readhacker.news/c/5mBGU]]//]\n* [[Avoiding homework with code (and getting caught)|https://alistair.blog/mochip]] [//[[c|https://readhacker.news/c/5mBHL]]//]\n* [[Show HN: I made an open-source Bitly alternative|https://readhacker.news/c/5mzDH]]\n* [[If the Moon Were Only 1 Pixel (2014)|https://readhacker.news/c/5myKf]]","tags":"Reading i18n:en Tech","title":"Hacking News","modified":"20221018220810405"}, {"created":"20220926115058940","text":"","title":"i18n:en","icon":"$:/languages/en-GB/icon","modified":"20230110180103216"}, {"created":"20220926115105492","title":"i18n:it","icon":"$:/languages/it-IT/icon","modified":"20220926115105492"}, @@ -469,7 +468,7 @@ Error message and password prompt {"created":"20230112215325845","text":"\u003C\u003CMediaWiki Microsoft en 1>>","tags":"i18n:en TODO","title":"Microsoft:en","modified":"20230112221025051"}, {"created":"20230113110556145","text":"\u003C\u003CMediaWiki Miitomo en 2>>","tags":"i18n:en TODO","title":"Miitomo:en","modified":"20230113110628445"}, {"created":"20230110220407274","text":"\u003C\u003CMediaWiki Miiverse en 3>>","tags":"Internet Nintendo i18n:en TODO","title":"Miiverse:en","modified":"20230113110251048"}, -{"created":"20230111223018169","text":"\u003C\u003CMediaWiki Minesweeper_(video_game) en 2>>\n\n!! ''Gamin' Time''\n\n\u003C\u003CiFrame100NoScroll \"https://vuesweeper.netlify.app\">>","tags":"TODO i18n:en Gaming Puzzle","title":"Minesweeper","modified":"20230112091113342"}, +{"created":"20230111223018169","text":"\u003C\u003CMediaWiki Minesweeper_(video_game) en 2>>\n\n!! ''Gamin' Time''\n\n\u003C\u003CiFrameFixed \"https://vuesweeper.netlify.app\">>","tags":"TODO i18n:en Gaming Puzzle","title":"Minesweeper","modified":"20230113175957441"}, {"created":"20221202225134930","text":"[[Misskey|https://misskey-hub.net/en]] is an open, semi-decentralized social media platform. Decentralization is founded on the [[ActivityPub|ActivityPub:en]] protocol.\n\n[img[https://raw.githubusercontent.com/misskey-dev/misskey/develop/assets/title_float.svg]]","tags":"Fediverse i18n:en","title":"Misskey:en","modified":"20221202225915631"}, {"created":"20220921110925268","text":"\u003Ctable style=\"Width:100%;\">\n\u003Ctr style=\"Position:Sticky;\">\n\u003Cth>Album\u003C/th>\n\u003Cth>Got Any?\u003C/th>\n\u003Cth>Got Verified Lossless?\u003C/th>\n\u003Cth>Uploaded on Archive.org?\u003C/th>\n\u003Cth>Notes\u003C/th>\n\u003C/tr>\n\u003C/table>\n\n\u003C!--\n\u003C$list filter=\"[tag[Archiving]]+[tag[Music]]-[[Music Archiving Status]]-[has[draft.of]]\">\n\u003Cp>\n\u003Cdetails>\n\u003Csummary>\u003C\u003C#lself>> \u003C$transclude field=\"title\"/>\u003C/summary>\n\u003C$transclude/>\n\u003C/details>\n\u003C/p>\n\u003C/$list>\n--->\n\n\u003C\u003Cltabs \"[tag[Archiving]]+[tag[Music]]-[[Music Archiving Status]]-[has[draft.of]]\">>\n\n!! Future / To do\n\n''Albums'': FUGENE\n\n''Artists'': Desired, Future Girlfriend, In Love With A Ghost, Macross 82-99, nyankobrq, SoLush, YUC'e, Yunomi","tags":"Archiving Music","title":"Music Archiving Status","modified":"20220925154843964"}, {"created":"20220921195911403","text":"\u003C$importvariables filter=\"$:/Macros [[$:/Macros/Music Archiving Status]]\">\n\n!!! Android52 || [[Bandcamp|https://android52.bandcamp.com/music]]\n\n\u003C\u003CTable \"\"\"\n\u003C\u003Cr \"52 days of autumn\">>\n\u003C\u003Cr \"ADORE ADORE ADORE\">>\n\u003C\u003Cr \"ANDROID52 COLLECT\">>\n\u003C\u003Cr \"android52 presents FILE CORRUPTED\">>\n\u003C\u003Cr \"android52 presents WELCOME NEW GALAXY\">>\n\u003C\u003Cr \"~~CYGNUS~~\" \"In album: ADORE ADORE ADORE\">>\n\u003C\u003Cr \"Float Islands\">>\n\u003C\u003Cr \"FUTURE GROOVE PRODUCT\">>\n\u003C\u003Cr \"I Love You\">>\n\u003C\u003Cr \"NONPLUSULTRA, Vol. 1\">>\n\u003C\u003Cr \"NONPLUSULTRA, Vol. 2\">>\n\u003C\u003Cr \"NONPLUSULTRA, Vol. 3\">>\n\u003C\u003Cr \"The B-Sides\">>\n\u003C\u003Cr \"TYPE R-510\">>\n\u003C\u003Cr \"ULTRA GROOVE PRODUCT\">>\n\"\"\">>","tags":"Archiving Music","title":"Music Archiving Status/Android52","modified":"20220923065125030","52 days of autumn - GotLossless":"false","ADORE ADORE ADORE - GotLossless":"false","android52 presents FILE CORRUPTED - GotLossless":"false","android52 presents WELCOME NEW GALAXY - GotLossless":"false","Float Islands - GotLossless":"false","FUTURE GROOVE PRODUCT - GotLossless":"false","I Love You - GotLossless":"false","The B-Sides - GotLossless":"false","TYPE R-510 - GotLossless":"false","ULTRA GROOVE PRODUCT - GotLossless":"false","52 days of autumn - GotAny":"true","ADORE ADORE ADORE - GotAny":"true","android52 presents FILE CORRUPTED - GotAny":"true","android52 presents WELCOME NEW GALAXY - GotAny":"true","Float Islands - GotAny":"true","FUTURE GROOVE PRODUCT - GotAny":"true","I Love You - GotAny":"true","The B-Sides - GotAny":"true","TYPE R-510 - GotAny":"true","ULTRA GROOVE PRODUCT - GotAny":"true"}, @@ -483,7 +482,7 @@ Error message and password prompt {"created":"20221018215927772","text":"!!! Moved\n\nMoved to https://cryptpad.devol.it/sheet/#/2/sheet/view/kcmKvZ03cftF2U9SMlMk8m4s5XRVIVkb0SZTZIDqvL8/embed/\n\n\u003Cdel>\n\n!!! ''Licensed Games''\n\n* ''Animal Crossing: Wild World'' • Top screen is required to see stars, flying balloons, and Gulliver. It also shows the title screen logo, and the 3D world when a menu is open. All gameplay, dialogues, and menus are on the bottom screen, and the stylus or the buttons can be used interchangeably.\n\n* ''Kirby: Mass Attack'' • Top screen shows title screen logo, some tooltips in game, and stats (level name, points, fruits, Kirbys, medals). Gameplay and menus are on bottom screen, and only controlled with the stylus.\n\n* ''Kirby: Power'' Paintbrush\n\n* [Patch] ''New Super Mario Bros.'' (Macro-Friendly)\n\n* [Partially] ''Nintendogs''\n\n* ''Picross 3D'' • Top screen holds text like menu details and guides (like the tutorials), and puzzle overviews (in the selection menu and while playing), with details and time. The gameplay itself is on the bottom screen, and requires stylus and D-Pad/ABXY. To play without a top screen, it's effectively necessary to learn the unique game mechanics elsewhere (like in video gameplays).\n\n* ''Picross DS'' • Top screen has some text, for menu items details, tutorials and explanations, overwiew of puzzles in the selection menu, and their status (as well as time) while playing them. Gameplay is on the bottom screen, and requires either the D-Pad, A, B buttons, or the stylus (as well as START to access the pause menu).\n\n* ''Pokemon Dash''\n\n* [?] ''Pokemon Link!''\n\n* ''Puyo Puyo!! 20th anniversary'' • Top screen has details for menu entries, some secondary dialogues (the story ones happen on the bottom), points and results, and decorative in-game character animations. Menus can be navigated with either the buttons or the touch screen; gameplay happens on the bottom screen with D-Pad and A/B buttons.\n\n* [?] ''Puzzle League DS''\n\n* ''Tetris DS''\n\n* ''The Legend of Zelda: Phantom Hourglass''\n\n* [?] ''The Legend of Zelda - Spirit Tracks''\n\n* [?] ''Tingle no Balloon Fight DS''\n\n* [?] ''WarioWare: Do It Yourself''\n\n* [?] ''WarioWare: Touched!''\n\n\n!!! ''Licensed Apps''\n\n* ''Nintendo DS Browser'' • Top screen shows software logos, current URL, WiFi signal status, loading animation, count of loaded/total page elements, random and contextual tooltips, and page scrollback buffer. Menu and web navigation happen entirely on the bottom screen, except when Panorama Mode (desktop view) is enabled. Navigation happens primarily with the stylus; buttons are supported only for some operations.\n\n\n!!! ''Homebrew Games''\n\n\n\n\n!!! ''Homebrew Apps''\n\n* ''Colors! DS'' • Top screen shows app logo while in the main menu, buttons legend while drawing, and the current drawing when opening a menu or optionally always. The touch screen is needed to select menu items, draw, and calibrate the digitizer; buttons are needed to operate drawing tools (moving, zooming, color picker, undo).\n\n\u003C/del>","tags":"Nintendo NDS Gaming i18n:en","title":"Nintendo DS/Software Requiring Only the Bottom Screen","modified":"20221020125346687"}, {"created":"20220925130302833","text":"''Nintendo Switch'' is a family of portable game consoles created by [[Nintendo|Nintendo:en]]. It is notorius for being made of [[papier-mâché|Papier-mâché]], essentially suffering from a variety of structural problems.\n\n\u003C\u003CLImg \"https://i.ytimg.com/vi_webp/Cb-srOfRqNc/maxresdefault.webp\" \"https://youtu.be/Cb-srOfRqNc\">>\n\nThe console's introduction was hyped due to it being the first ever Nintendo console to be created with both home and portable use in mind. The name itself comes from the fact that the console can //switch//, from being connected to a TV to being able to be used standalone.","tags":"Nintendo Gaming NX i18n:en","title":"Nintendo Switch:en","modified":"20230109105533455"}, {"created":"20230110214847556","text":"''[[Nitter|https://github.com/zedeus/nitter]]'' is a free and open source alternative [[Twitter|Twitter:en]] front-end focused on privacy and performance.\n\nQuoting from the project's README:\n\n\u003C\u003C\u003C\nInspired by the Invidious project.\n\n* No JavaScript or ads\n* All requests go through the backend, client never talks to Twitter\n* Prevents Twitter from tracking your IP or JavaScript fingerprint\n* Uses Twitter's unofficial API (no rate limits or developer account required)\n* Lightweight (60KB vs 784KB from twitter.com)\n* RSS feeds\n* Themes\n* Mobile support (responsive design)\n* AGPLv3 licensed, no proprietary instances permitted\n\u003C\u003C\u003C\n","tags":"Internet i18n:en TODO","title":"Nitter:en","modified":"20230111153740426"}, -{"created":"20230111120518929","text":"\u003C\u003CMediaWiki Nonogram en 3>>\n\n!! ''Gamin' Time''\n\n\u003C\u003CiFrame100NoScroll \"https://jokude.github.io/react-nonogram\">>","tags":"i18n:en TODO Gaming Puzzle","title":"Nonogram:en","modified":"20230112095959145"}, +{"created":"20230111120518929","text":"\u003C\u003CMediaWiki Nonogram en 3>>\n\n!! ''Gamin' Time''\n\n\u003C\u003CiFrameFixed \"https://jokude.github.io/react-nonogram\">>","tags":"i18n:en TODO Gaming Puzzle","title":"Nonogram:en","modified":"20230113175921673"}, {"created":"20220920160811383","text":"!! Welcome to my Personal {Knowledge Base + Public Notebook}!\n\nGeneral information about the site will soon be available. Licensing information is available [[here|OcttKB/Licensing]].\n\n!!! ''Table of Contents''\n{{$:/OcttKB/ToC}}\n\n!!! ''External Links''\n* ''My Hub'', Global Home Page: https://hub.octt.eu.org - Links to my blog, webapps, and social profiles\n* ''KB Git Repo'' (deploy scripts, + some history): https://gitlab.com/octtspacc/OcttKB\n\n!!! ''Tags''\n{{$:/OcttKB/TagCloud}}\n\u003C!--\n\u003Cspan style=\"Line-Height:2em;\">\n\u003C$list filter=\"[tags[]!is[system]]\">\n\u003Cspan style=\"Padding:2px;\">\n\u003C$macrocall $name=\"tag\" tag={{!!caption}}/>\n\u003C/span>\n\u003C/$list>\n\u003C/span>\n--->\n\u003C!--\n\u003C\u003Clist-links filter:\"[!is[system]tags[]]\">>\n--->\n\n!!! ''All Entries''\n\u003Cdetails>{{$:/OcttKB/AllTiddlers}}\u003C/details>\n\n\u003Cbr>\u003Chr>\u003Cbr>\n\n(Partial) [[Copyright © 2022, OctoSpacc|OcttKB/Licensing]] || OcttKB is powered by [[TiddlyWiki|TiddlyWiki:en]].\n\n\u003Csmall>//As with any TiddlyWiki, you can make your own changes right here and save them locally for yourself.//\u003C/small>","tags":"i18n:en Meta TableOfContents","title":"OcttKB","modified":"20230110182657272"}, {"created":"20220920160642961","text":"!!! Macros\n> \u003C\u003CTDirList $:/Macros 4>>\n\n!!! Theming\n> \u003C\u003CTDirList $:/Styles 4>>\n* [[$:/palettes/Octt Light]]\n\n!!! Modified system files\n* $:/StaticBanner (Shown as banner in statically exported pages)\n* $:/core/templates/static.content (Shown as static HTML content in the standard TiddlyWiki file)\n* $:/core/templates/exporters/StaticRiver (Added meta viewport for correct viewing on mobile) [[[Pull Request|https://github.com/Jermolene/TiddlyWiki5/pull/6953]]]\n* ~~$:/themes/tiddlywiki/vanilla (Changed paddings)~~","tags":"TiddlyWiki i18n:en OcttKB","title":"OcttKB/Hacks","modified":"20230112221919315"}, {"created":"20220924173239034","text":"All my //original content// on this website, unless where otherwise specified, is licensed under [[CC BY-SA 4.0|Creative Commons/BY-SA 4.0:en]].\n\nIt is a [[free culture]] license that promotes the benefits of making information available for anyone to learn from and build upon. However, be sure to know its terms before doing anything other than just consuming the site!\n\nYou can easily recognize which of the directly hosted (entirely contained in a //tiddler// itself, like text, string-encoded files, or standalone files in the file system) content is my original creation: it's anything that features no indication of source or license.\n\nUnless I forget to do so in specific instances, I always credit the source and/or specify the original license for anything upon which I don't hold 100% of the rights (even public domain content) and is a straight copy. I may not do so if the content in question is not directly copied //into// my site, but instead embedded from a Web space which is the property of another entity - in which case, a clickable link directing to the source will be present; if not, you can click the pencil-shaped (edit) button to read the source code for a specific //tiddler//, to discover possible external embed URLs.\n\nThe above is valid for all //content tiddlers// (those whose name does not start with `$:/`) and all //system tiddlers// created by me (not part of standard [[TiddlyWiki|TiddlyWiki:en]] or any of my [[installed plugins|$:/core/ui/ControlPanel/Plugins]]).\n\n//Non-original system tiddlers// which I never touched, obviously fall under their own license; but, for simplicity of operations, as well as to avoid accidentally claiming ownership on code not written by me, I hereby explicitly give away my copyright for //non-original system tiddlers// that I modified from their original state. This means you can consider those as always falling under their original license, even if I touched them; From another point of view, you can effectively consider any //diff// generated between the original version of a //system tiddler// and my modified version of the same file as falling under public domain.\n\n{{$:/OcttKB/LicensingButtons}}","tags":"i18n:en OcttKB","title":"OcttKB/Licensing","modified":"20230112094239424"}, @@ -503,7 +502,7 @@ Error message and password prompt {"created":"20230109112202970","text":"\u003Cdiv>\n\u003C$link to=\"OcttKB\" class=\"StartHere-Button\">[img[$:/ThirdParty/Icons/Windows/9x-Start.png]] \u003Cspan>here!\u003C/span>\u003C/$link>\n\u003C/div>\n\n{{$:/OcttKB/ToC}}\n\n\u003C!-- caption: {{$:/language/SideBar/Contents/Caption}} --->\n\n{{$:/OcttKB/LicensingButtons}}","tags":"$:/tags/SideBar","title":"TableOfContents","modified":"20230112095220294","caption":"Index","list-after":"$:/core/ui/SideBar/Open"}, {"created":"20221015115923815","text":"Some useful or at least miscellaneous nice-to-know tech resources.\n\n* [[Textualize|https://www.textualize.io]]: Curses but better\n* [[C++ by Example|https://readhacker.news/c/5mzeZ]]\n\n!!! ''Web Frameworks''\n\n!!!! ''Metro (Windows 8) Style''\n* https://github.com/ryanlowdermilk/metro-tile\n* https://metroui.org.ua/intro.html\n* http://www.drewgreenwell.com/projects/metrojs/themes\n* https://github.com/tholman/tileJs","tags":"i18n:en Tech","title":"Tech Resources","modified":"20221108212229737"}, {"created":"20230112091241450","text":"\u003C\u003CMediaWiki Tetris en 3>>","tags":"i18n:en Gaming TODO Puzzle","title":"Tetris:en","modified":"20230112091357634"}, -{"created":"20220924193842295","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\n!!! ''Other Wikis, Plugin Collections''\n\n* [[NoteSelf|https://noteself.org]] - TiddlyWiki fork/flavor with interesting features built-in - [[[Git|https://github.com/NoteSelf]]]\n* [[Tobias Beer's Plugins and Resources|https://tobibeer.github.io]] - [[[Git|https://github.com/tobibeer]]]\n* [[ZemoxWiki|https://zemox.tiddlyspot.com]] - //a haphazard meandering of notes, thoughts, experiments, links...//\n* [[The public musings of Soren Bjornstad (Zettelkasten)|https://zettelkasten.sorenbjornstad.com]]\n* [[kookma's codes, macros, and solutions in TW|https://kookma.github.io/TW-Scripts]]\n* [[Stroll|https://giffmex.org/stroll/stroll.html]] - //A Roam-like experience in a free, downloadable file//\n* [[TiddlyMap|http://tiddlymap.org]] - //Map drawing and topic visualization for your wiki!// - [[[Git|https://github.com/felixhayashi/TW5-TiddlyMap]]]\n\n!!!! ''Small Plugins''\n\n* [[enable-js (using inline script tags)|http://tobibeer.github.io/tw/enable-js]]\n\n!!! ''Discussions''\nDiscussions that helped or might help me solve problems. And also some that are just plain interesing.\n\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* [[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\n!! ''Notes/Personal''\n\n!!! ''WIP/TODO''\n\n* Custom proper reusable directory tree browser (maybe like the one we have with $:/OcttKB/ToC)\n** To use instead of the [[Directory macros|$:/Macros/Directory]], showing automatically on pages that are directories, and also as a file browser for the whole wiki\n* \"Path bar\" (like on GNOME/KDE/Windows file explorer) shown in tiddlers which are in a directory\n* Personal easy notes on various technical things of TiddlyWiki\n* Organize all my customizations into plugins easily installable by anyone\n* Show date and time of last saving somewhere accessible (Index tab on sidebar?)\n* Data compression of everything\n* When opening missing tiddlers, show a preview from Wikipedia or from word dictionaries, with GUI to customize fetching options\n* To the possible extent, save Git deploy scripts for the KB inside itself, for easy editing needs\n* When tiddlers are transcluded show a small version of their action bar\n* Case insensitivity for tiddlers (?)\n* Handy button to reload direct scripts like $:/OcttKB/Functions.js\n* A way to reload any script, like JS macros or installed plugins, without reloading the entire wiki\n* Embed mobile JS console\n* Lightboxes for images\n* Setup the [[x-frame-bypass|https://github.com/niutech/x-frame-bypass]] library\n\n!!!! ''i18n''\n* Make the language bar collapsed by default, or make it a menu callable by a button on the tiddler\n** Show the button as a country flag in the tiddler title maybe? Ideally showing it in place of the \":lang\" suffix when present\n* Selecting to open a language on a tiddler should ideally remove the previously open tiddler from the story river (or else if you switch language many times you have a cluttered river but no real advantage)\n* Automatically handle connections between different-language versions of a tiddler when the only difference in title is the \":lang\" suffix, without manually setting \"i18n\" attribute\n* Automatically handle eventual tiddlers which don't exist by their common i18n name (e.g \"Thing\") but do with a \":lang\" suffix, that should automatically transclude the //preferred language//\n** Preferred language could be enforced by the user with a global setting, or just be set softly based on the language of the last tiddler opened by the user (latter is ideal)\n\n!!!! ''External wikis''\n* Unified transclusion features for external TiddlyWikis and MediaWikis\n** Adapt the [[MediaWiki macro|$:/Macros/MediaWiki]] to:\n** Have internal links present\n*** Add lists of known wikis callable from a shorthand name\n*** Choosing number (by total from first/last, or ranges), or titles, of paragraphs or chapters to transclude (with support for specifying items to exclude)\n*** Retrieving and embedding files from wiki or Commons by known name (`File:`)\n*** It must also handle files that aren't images (audio/video)\n**** Default embed displays also the article cover image, allow setting a custom file or just `none`\n** Understand transclusions from external TiddlyWikis (it seems like people just use iframes, OK for showing things but not for choosing to display specific limited sections)\n* Somehow have working full-text search for tiddlers that transclude external wikis?\n\n!!!! ''Graphing and statistics''\n* Keyword (not tag) cloud ([[[tw5] Simple Word Clouds|https://talk.tiddlywiki.org/t/tw5-simple-word-clouds/3234]]?)\n* Need to get an automatic relationship map (like the one on [[https://baczek.me/map/]])\n* Activity view with calendar (like KOReader) or squares wall (Git)\n","title":"TiddlyWiki:en","modified":"20230113111205342","tags":"TiddlyWiki i18n:en TODO"}, +{"created":"20220924193842295","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\n!!! ''Other Wikis, Plugin Collections''\n\n* [[NoteSelf|https://noteself.org]] - TiddlyWiki fork/flavor with interesting features built-in - [[[Git|https://github.com/NoteSelf]]]\n* [[Tobias Beer's Plugins and Resources|https://tobibeer.github.io]] - [[[Git|https://github.com/tobibeer]]]\n* [[ZemoxWiki|https://zemox.tiddlyspot.com]] - //a haphazard meandering of notes, thoughts, experiments, links...//\n* [[The public musings of Soren Bjornstad (Zettelkasten)|https://zettelkasten.sorenbjornstad.com]]\n* [[kookma's codes, macros, and solutions in TW|https://kookma.github.io/TW-Scripts]]\n* [[Stroll|https://giffmex.org/stroll/stroll.html]] - //A Roam-like experience in a free, downloadable file//\n* [[TiddlyMap|http://tiddlymap.org]] - //Map drawing and topic visualization for your wiki!// - [[[Git|https://github.com/felixhayashi/TW5-TiddlyMap]]]\n\n!!!! ''Small Plugins''\n\n* [[enable-js (using inline script tags)|http://tobibeer.github.io/tw/enable-js]]\n\n!!! ''Discussions''\nDiscussions that helped or might help me solve problems. And also some that are just plain interesing.\n\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* [[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\n!! ''Notes/Personal''\n\n!!! ''WIP/TODO''\n\n* Custom proper reusable directory tree browser (maybe like the one we have with $:/OcttKB/ToC)\n** To use instead of the [[Directory macros|$:/Macros/Directory]], showing automatically on pages that are directories, and also as a file browser for the whole wiki\n* \"Path bar\" (like on GNOME/KDE/Windows file explorer) shown in tiddlers which are in a directory\n* Personal easy notes on various technical things of TiddlyWiki\n* Organize all my customizations into plugins easily installable by anyone\n* Show date and time of last saving somewhere accessible (Index tab on sidebar?)\n* Data compression of everything\n* When opening missing tiddlers, show a preview from Wikipedia or from word dictionaries, with GUI to customize fetching options\n* To the possible extent, save Git deploy scripts for the KB inside itself, for easy editing needs\n* When tiddlers are transcluded show a small version of their action bar\n* Case insensitivity for tiddlers (?)\n* Handy button to reload direct scripts like $:/OcttKB/Functions.js\n* A way to reload any script, like JS macros or installed plugins, without reloading the entire wiki\n* Embed mobile JS console\n* Lightboxes for images\n* ~~Setup the [[x-frame-bypass|https://github.com/niutech/x-frame-bypass]] library~~\n\n!!!! ''i18n''\n* Make the language bar collapsed by default, or make it a menu callable by a button on the tiddler\n** Show the button as a country flag in the tiddler title maybe? Ideally showing it in place of the \":lang\" suffix when present\n* Selecting to open a language on a tiddler should ideally remove the previously open tiddler from the story river (or else if you switch language many times you have a cluttered river but no real advantage)\n* Automatically handle connections between different-language versions of a tiddler when the only difference in title is the \":lang\" suffix, without manually setting \"i18n\" attribute\n* Automatically handle eventual tiddlers which don't exist by their common i18n name (e.g \"Thing\") but do with a \":lang\" suffix, that should automatically transclude the //preferred language//\n** Preferred language could be enforced by the user with a global setting, or just be set softly based on the language of the last tiddler opened by the user (latter is ideal)\n\n!!!! ''External wikis''\n* Unified transclusion features for external TiddlyWikis and MediaWikis\n** Adapt the [[MediaWiki macro|$:/Macros/MediaWiki]] to:\n** Have internal links present\n*** Add lists of known wikis callable from a shorthand name\n*** Choosing number (by total from first/last, or ranges), or titles, of paragraphs or chapters to transclude (with support for specifying items to exclude)\n*** Retrieving and embedding files from wiki or Commons by known name (`File:`)\n*** It must also handle files that aren't images (audio/video)\n**** Default embed displays also the article cover image, allow setting a custom file or just `none`\n** Understand transclusions from external TiddlyWikis (it seems like people just use iframes, OK for showing things but not for choosing to display specific limited sections)\n* Somehow have working full-text search for tiddlers that transclude external wikis?\n\n!!!! ''Graphing and statistics''\n* Keyword (not tag) cloud ([[[tw5] Simple Word Clouds|https://talk.tiddlywiki.org/t/tw5-simple-word-clouds/3234]]?)\n* Need to get an automatic relationship map (like the one on [[https://baczek.me/map/]])\n* Activity view with calendar (like KOReader) or squares wall (Git)\n","title":"TiddlyWiki:en","modified":"20230113180108392","tags":"TiddlyWiki i18n:en TODO"}, {"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":"20220923144125627","text":"The [[Wayback Machine|https://web.archive.org]] is a public website archiving service, provided by the [[Internet Archive|Internet Archive:en]].\n\n[img[https://upload.wikimedia.org/wikipedia/commons/0/01/Wayback_Machine_logo_2010.svg]]\n\nThe project exists to fulfill the goal of Web content preservation. It allows for users to visit a snapshot of a webpage captured in the past, serving as a way to preserve history, both in the case of the site owners altering the contents of a page, or simply the server going permanently down.","title":"Wayback Machine:en","modified":"20220926115014242","tags":"Archiving Internet i18n:en"},