tzk/docs/index.html

4207 lines
5.6 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->
<!-- saved from url=(0021)https://tiddlywiki.com -->
<html lang="en-GB">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!--~~ Raw markup for the top of the head section ~~-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta name="application-name" content="TiddlyWiki" />
<meta name="generator" content="TiddlyWiki" />
<meta name="tiddlywiki-version" content="5.2.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no" />
<meta name="copyright" content="TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)
Copyright (c) 2004-2007, Jeremy Ruston
Copyright (c) 2007-2021, UnaMesa Association
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." />
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
<title>My TiddlyZettelKasten
— Say something clever about it here
</title>
<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->
<!--~~ Raw markup ~~-->
<!--
This snippet sends pageviews to Simple Analytics, a privacy-friendly analytics service.
It records only aggregate statistics and cannot identify you.
-->
<script>window.sa_event=window.sa_event||function(){a=[].slice.call(arguments);sa_event.q?sa_event.q.push(a):sa_event.q=[a]};</script>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt=""
/></noscript>
</head>
<body class="tc-body">
<!--~~ Raw markup for the top of the body section ~~-->
<!-- Spinner mechanism shamelessly stolen from https://tiddlywiki.org. --><div class="tc-remove-when-wiki-loaded">
<style scoped>.tc-splash-text {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
margin: 20px auto 0;
width: 200px;
text-align: center;
color: #fbf1c7;
fill: #fbf1c7;
}.tc-splash-text img {
width: 150px;
-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}html body.tc-body {
background: #282828;
}/*
Spinner from https://github.com/tobiasahlin/SpinKit/ by Tobias AhlinThe MIT License (MIT)Copyright (c) 2015 Tobias AhlinPermission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.tc-splash-spinner {
margin: 20px auto 0;
width: 70px;
text-align: center;
}.tc-splash-spinner > div {
width: 18px;
height: 18px;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
background-color: #f88;
}.tc-splash-spinner .tc-splash-bounce-1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
background-color: #8f8;
}.tc-splash-spinner .tc-splash-bounce-2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
background-color: #88f;
}@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
</style><div class="tc-splash-spinner">
<div class="tc-splash-bounce-1"></div>
<div class="tc-splash-bounce-2"></div>
<div class="tc-splash-bounce-3"></div>
</div><div class="tc-splash-text">
Loading My TiddlyZettelKasten...
</div>
</div>
<!--~~ Static styles ~~-->
<div id="styleArea">
<style data-tiddler-title="$:/boot/boot.css" data-tiddler-type="text/css" type="text/css">/*
Basic styles used before we boot up the parsing engine
*/
/*
Error message and password prompt
*/
.tc-error-form {
font-family: sans-serif;
color: #fff;
z-index: 20000;
position: fixed;
background-color: rgb(255, 75, 75);
border: 8px solid rgb(255, 0, 0);
border-radius: 8px;
width: 50%;
margin-left: 25%;
margin-top: 4em;
padding: 0 2em 1em 2em;
}
.tc-error-form h1 {
text-align: center;
}
.tc-error-prompt {
text-align: center;
color: #000;
}
.tc-error-message {
overflow: auto;
max-height: 40em;
padding-right: 1em;
margin: 1em 0;
white-space: pre-line;
}
.tc-password-wrapper {
font-family: sans-serif;
z-index: 20000;
position: fixed;
text-align: center;
width: 200px;
top: 4em;
left: 50%;
margin-left: -144px; /* - width/2 - paddingHorz/2 - border */
padding: 16px 16px 16px 16px;
border-radius: 8px;
}
.tc-password-wrapper {
color: #000;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: rgb(197, 235, 183);
border: 8px solid rgb(164, 197, 152);
}
.tc-password-wrapper form {
text-align: left;
}
.tc-password-wrapper h1 {
font-size: 16px;
line-height: 20px;
padding-bottom: 16px;
}
.tc-password-wrapper input {
width: 100%;
}
</style>
</div>
<!--~~ Static content for Google and browsers without JavaScript ~~-->
<noscript>
<div id="splashArea">
<p>This <a class="tc-tiddlylink-external" href="https://tiddlywiki.com" rel="noopener noreferrer" target="_blank">TiddlyWiki</a> contains the following tiddlers:</p><p><ul>
<li>$:/config/AnimationDuration</li>
<li>$:/config/bimlas/locator/fields/parent</li>
<li>$:/config/codemirror/keyMap</li>
<li>$:/config/codemirror/theme</li>
<li>$:/config/DefaultSidebarTab</li>
<li>$:/config/DownloadSaver/AutoSave</li>
<li>$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/do-thing</li>
<li>$:/config/EditTabIndex</li>
<li>$:/config/flibbles/relink/fields/bibliography</li>
<li>$:/config/flibbles/relink/fields/description</li>
<li>$:/config/flibbles/relink/fields/memberof</li>
<li>$:/config/flibbles/relink/fields/spouse</li>
<li>$:/config/flibbles/relink/fields/universe</li>
<li>$:/config/flibbles/relink/macros/expando/tiddler</li>
<li>$:/config/Manager/Filter</li>
<li>$:/config/Manager/Show</li>
<li>$:/config/Manager/Sort</li>
<li>$:/config/Manager/System</li>
<li>$:/config/Manager/Tag</li>
<li>$:/config/NewJournal/Title</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/control-panel</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-tiddler</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/save-wiki</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp</li>
<li>$:/config/PageControlButtons/Visibility/$:/plugins/aaldrich/tables/button</li>
<li>$:/config/PageControlButtons/Visibility/$:/sib/Buttons/NewSource</li>
<li>$:/config/PageControlButtons/Visibility/$:/sib/Buttons/ReadingInbox</li>
<li>$:/config/PageControlButtons/Visibility/$:/sib/NewSourceButton</li>
<li>$:/config/Performance/Instrumentation</li>
<li>$:/config/Plugins/Disabled/$:/plugins/bimlas/locator</li>
<li>$:/config/Plugins/Disabled/$:/plugins/flibbles/relink</li>
<li>$:/config/Plugins/Disabled/$:/plugins/frd/simplecalendar</li>
<li>$:/config/Plugins/Disabled/$:/plugins/kantorsite/mathjax</li>
<li>$:/config/Plugins/Disabled/$:/plugins/kixam/datepicker</li>
<li>$:/config/Plugins/Disabled/$:/plugins/kixam/moment</li>
<li>$:/config/Plugins/Disabled/$:/plugins/kookma/refnotes</li>
<li>$:/config/Plugins/Disabled/$:/plugins/MaxGyver83/tw5-keyboard-navigation</li>
<li>$:/config/Plugins/Disabled/$:/plugins/sk/FancyQuotes</li>
<li>$:/config/Plugins/Disabled/$:/plugins/sobjornstad/3click2edit</li>
<li>$:/config/Plugins/Disabled/$:/plugins/telmiger/details</li>
<li>$:/config/Plugins/Disabled/$:/plugins/TheDiveO/FontAwesome</li>
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-autocomplete</li>
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-closebrackets</li>
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-keymap-vim</li>
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-search-replace</li>
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/highlight</li>
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/katex</li>
<li>$:/config/PublicContactInfo</li>
<li>$:/config/RelinkOnRename</li>
<li>$:/config/ShortcutInfo/excise-private-chunk</li>
<li>$:/config/shortcuts-mac/save-tiddler</li>
<li>$:/config/shortcuts-not-mac/save-tiddler</li>
<li>$:/config/shortcuts/cancel-edit-tiddler</li>
<li>$:/config/shortcuts/excise-private-chunk</li>
<li>$:/config/shortcuts/save-tiddler</li>
<li>$:/config/sib/CurrentEditionPublicity</li>
<li>$:/config/sib/IsPublicEdition</li>
<li>$:/config/sib/TopBarHeight</li>
<li>$:/config/SyncFilter</li>
<li>$:/config/TiddlerInfo/Mode</li>
<li>$:/config/Tiddlers/TitleLinks</li>
<li>$:/config/TiddlyRemember/TagMapping</li>
<li>$:/config/TimestampDisable</li>
<li>$:/config/Toolbar/ButtonClass</li>
<li>$:/config/Toolbar/Text</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/sib/Buttons/CopyPublicZettelkastenLink</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/sib/Buttons/CopyTitleReference</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/sib/CopyPublicZettelkastenLink</li>
<li>$:/config/ViewToolbarButtons/Visibility/$:/sib/CopyTitleReference</li>
<li>$:/config/ViewToolbarButtons/Visibility/DoCopyTitleReference</li>
<li>$:/config/WikiParserRules/Inline/dash</li>
<li>$:/config/zettelkasten/Build/KillPhrases</li>
<li>$:/config/zettelkasten/copyright/Content</li>
<li>$:/config/zettelkasten/copyright/InitialNotice</li>
<li>$:/config/zettelkasten/copyright/MIT</li>
<li>$:/config/zettelkasten/copyright/System</li>
<li>$:/config/zettelkasten/copyright/UserNotice</li>
<li>$:/config/zettelkasten/FeatureFlags/Clock</li>
<li>$:/config/zettelkasten/FeatureFlags/CopyrightFooter</li>
<li>$:/config/zettelkasten/FeatureFlags/EditorPublicLine</li>
<li>$:/config/zettelkasten/FeatureFlags/EpistemicStatus</li>
<li>$:/config/zettelkasten/FeatureFlags/GisTools</li>
<li>$:/config/zettelkasten/FeatureFlags/MediaRating</li>
<li>$:/config/zettelkasten/FeatureFlags/OpenTopBar</li>
<li>$:/config/zettelkasten/FeatureFlags/SidebarInfoLinks</li>
<li>$:/config/zettelkasten/FeatureFlags/SpoilerBanner</li>
<li>$:/config/zettelkasten/FeatureFlags/ViewerPublicLine</li>
<li>$:/config/zettelkasten/GettingStartedWizardCurr</li>
<li>$:/config/zettelkasten/gis/GMapsApiKey</li>
<li>$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/More</li>
<li>$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Open</li>
<li>$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Recent</li>
<li>$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Tools</li>
<li>$:/config/zettelkasten/SideBar/Visibility/$:/sib/SideBar/Explore</li>
<li>$:/config/zettelkasten/SideBar/Visibility/$:/sib/SideBar/Write</li>
<li>$:/config/zettelkasten/SplashScreenMessage</li>
<li>$:/core</li>
<li>$:/core/Filters/AllTags</li>
<li>$:/core/macros/tag-picker</li>
<li>$:/core/modules/editor-operations/text/fancyquotes.js</li>
<li>$:/core/templates/canonical-uri-external-image</li>
<li>$:/core/ui/EditorToolbar/linkify</li>
<li>$:/core/ui/EditorToolbar/transcludify</li>
<li>$:/core/ui/SideBar/Open</li>
<li>$:/core/ui/SideBarSegments/tabs</li>
<li>$:/core/ui/ViewTemplate/subtitle</li>
<li>$:/DefaultTiddlers</li>
<li>$:/inmysocks/macros/day-diff.js</li>
<li>$:/isEncrypted</li>
<li>$:/layout</li>
<li>$:/palette</li>
<li>$:/plugins/aaldrich/tables</li>
<li>$:/plugins/adithyab/cmplus</li>
<li>$:/plugins/bimlas/locator</li>
<li>$:/plugins/bimlas/locator/edit-template/locator-references</li>
<li>$:/plugins/flibbles/relink</li>
<li>$:/plugins/frd/simplecalendar/CalendarConfigDefault</li>
<li>$:/plugins/ihm/tidgraph</li>
<li>$:/plugins/kixam/datepicker</li>
<li>$:/plugins/kixam/moment</li>
<li>$:/plugins/kookma/refnotes/styles/footnote-counter</li>
<li>$:/plugins/kookma/refnotes/ui/bibtexlibrary</li>
<li>$:/plugins/mklauber/shuffle</li>
<li>$:/plugins/sobjornstad/3click2edit</li>
<li>$:/plugins/sobjornstad/TiddlyRemember</li>
<li>$:/plugins/sobjornstad/TiddlyRemember/toolbar/remembercz</li>
<li>$:/plugins/sobjornstad/TiddlyStretch</li>
<li>$:/plugins/sobjornstad/TiddlyStretch/macros/stretch</li>
<li>$:/plugins/telmiger/details</li>
<li>$:/plugins/telmiger/details/colours.css</li>
<li>$:/plugins/TheDiveO/FontAwesome</li>
<li>$:/plugins/TheDiveO/FontAwesome/styles/extlinks/randomthoughts</li>
<li>$:/plugins/tiddlywiki/codemirror</li>
<li>$:/plugins/tiddlywiki/codemirror-autocomplete</li>
<li>$:/plugins/tiddlywiki/codemirror-closebrackets</li>
<li>$:/plugins/tiddlywiki/codemirror-keymap-vim</li>
<li>$:/plugins/tiddlywiki/codemirror-search-replace</li>
<li>$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js2</li>
<li>$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css</li>
<li>$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css2</li>
<li>$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js2</li>
<li>$:/plugins/tiddlywiki/highlight</li>
<li>$:/plugins/tiddlywiki/katex</li>
<li>$:/plugins/tobibeer/appear</li>
<li>$:/plugins/tobibeer/preview</li>
<li>$:/plugins/tobibeer/preview/defaults/delay</li>
<li>$:/plugins/tobibeer/preview/defaults/exclude</li>
<li>$:/plugins/tobibeer/preview/defaults/keys</li>
<li>$:/plugins/tobibeer/preview/template</li>
<li>$:/sib/Buttons/CopyPublicZettelkastenLink</li>
<li>$:/sib/Buttons/CopyTitleReference</li>
<li>$:/sib/Buttons/excise-private-chunk</li>
<li>$:/sib/Buttons/NewSource</li>
<li>$:/sib/Buttons/ReadingInbox</li>
<li>$:/sib/Buttons/Tools</li>
<li>$:/sib/Documentation</li>
<li>$:/sib/Documentation/Macros</li>
<li>$:/sib/Documentation/ViewTemplates</li>
<li>$:/sib/EpistemicStatus/confident</li>
<li>$:/sib/EpistemicStatus/Display</li>
<li>$:/sib/EpistemicStatus/likely</li>
<li>$:/sib/EpistemicStatus/mythological</li>
<li>$:/sib/EpistemicStatus/personal</li>
<li>$:/sib/EpistemicStatus/possible</li>
<li>$:/sib/EpistemicStatus/probably-wrong</li>
<li>$:/sib/EpistemicStatus/unlikely</li>
<li>$:/sib/Fonts/SourceSansPro</li>
<li>$:/sib/GettingStarted</li>
<li>$:/sib/GettingStarted/Copyright</li>
<li>$:/sib/GettingStarted/NextSteps</li>
<li>$:/sib/GettingStarted/ReferenceExplorer</li>
<li>$:/sib/GettingStarted/ThingsToDo</li>
<li>$:/sib/GettingStarted/Title</li>
<li>$:/sib/GettingStarted/Warning</li>
<li>$:/sib/GettingStarted/ZettelkastenCardTypes</li>
<li>$:/sib/gis/AddInfo</li>
<li>$:/sib/gis/DrivingDirections</li>
<li>$:/sib/gis/Info</li>
<li>$:/sib/gis/MappingTools</li>
<li>$:/sib/gis/SatelliteMap</li>
<li>$:/sib/gui/KillPhrases</li>
<li>$:/sib/gui/SidebarTabSelector</li>
<li>$:/sib/indite/ChildListItemTemplate</li>
<li>$:/sib/indite/InditeChildren</li>
<li>$:/sib/indite/macros</li>
<li>$:/sib/indite/Sidebar</li>
<li>$:/sib/indite/Stylesheet</li>
<li>$:/sib/indite/ViewTemplate</li>
<li>$:/sib/js/excise-private-chunk.js</li>
<li>$:/sib/js/ListSubscriptionsWidget</li>
<li>$:/sib/js/SendFeedbackWidget</li>
<li>$:/sib/js/SubscriptionManagementWidget</li>
<li>$:/sib/js/thirdparty/TiddlyTools/Time/action-timeout.js</li>
<li>$:/sib/Macros/cb</li>
<li>$:/sib/Macros/check-item</li>
<li>$:/sib/Macros/clarify</li>
<li>$:/sib/Macros/colorsplotch</li>
<li>$:/sib/Macros/ff</li>
<li>$:/sib/Macros/float-image</li>
<li>$:/sib/Macros/fnote</li>
<li>$:/sib/Macros/privateperson</li>
<li>$:/sib/Macros/rt</li>
<li>$:/sib/Macros/speaker</li>
<li>$:/sib/Macros/star-rating</li>
<li>$:/sib/Macros/subreddit</li>
<li>$:/sib/MediaRating/average</li>
<li>$:/sib/MediaRating/classic</li>
<li>$:/sib/MediaRating/Display</li>
<li>$:/sib/MediaRating/distinguished</li>
<li>$:/sib/MediaRating/good</li>
<li>$:/sib/MediaRating/great</li>
<li>$:/sib/MediaRating/irrational</li>
<li>$:/sib/MediaRating/poor</li>
<li>$:/sib/MediaRating/skimmable</li>
<li>$:/sib/Overrides/CodeMirrorPopupFix</li>
<li>$:/sib/Overrides/details-background-color</li>
<li>$:/sib/RawMarkup/ClockTicker</li>
<li>$:/sib/RawMarkup/SimpleAnalytics</li>
<li>$:/sib/RawMarkup/SplashScreen</li>
<li>$:/sib/refexplorer/All</li>
<li>$:/sib/refexplorer/Footnotes</li>
<li>$:/sib/refexplorer/Ideas</li>
<li>$:/sib/refexplorer/LinkGraph</li>
<li>$:/sib/refexplorer/LinkTypeTemplate</li>
<li>$:/sib/refexplorer/PAO</li>
<li>$:/sib/refexplorer/Places</li>
<li>$:/sib/refexplorer/ReferenceExplorer</li>
<li>$:/sib/refexplorer/Sinks</li>
<li>$:/sib/refexplorer/Sources</li>
<li>$:/sib/refexplorer/Subtiddlers</li>
<li>$:/sib/Reviewer/Dateops</li>
<li>$:/sib/Reviewer/SchedulableTemplate</li>
<li>$:/sib/Reviewer/SchedulerMacros</li>
<li>$:/sib/Reviewer/Tiddlers due for review</li>
<li>$:/sib/Search/Locator</li>
<li>$:/sib/Search/LocatorFields</li>
<li>$:/sib/SideBar/Explore</li>
<li>$:/sib/SideBar/Explore/Bibliographies</li>
<li>$:/sib/SideBar/InfoLinks</li>
<li>$:/sib/SideBar/Write</li>
<li>$:/sib/SideBar/Write/Stub</li>
<li>$:/sib/Snippets/TiddlyRememberDetailsWidget</li>
<li>$:/sib/StorySaver/Saver</li>
<li>$:/sib/styles/body</li>
<li>$:/sib/styles/footnote</li>
<li>$:/sib/styles/FourColMode</li>
<li>$:/sib/styles/GeneralStyles</li>
<li>$:/sib/styles/hr</li>
<li>$:/sib/styles/OpenTopBar</li>
<li>$:/sib/styles/Publicity</li>
<li>$:/sib/styles/ReferenceExplorer</li>
<li>$:/sib/styles/Subtitle</li>
<li>$:/sib/Templates/Automatic/Clock</li>
<li>$:/sib/Templates/Automatic/MacroDescription</li>
<li>$:/sib/Templates/Automatic/MissingTiddlerCreationNotification</li>
<li>$:/sib/Templates/Automatic/OpenTopBar</li>
<li>$:/sib/Templates/Automatic/PrivateChunkParentNotice</li>
<li>$:/sib/Templates/Automatic/Publicity/EditorPublicLine</li>
<li>$:/sib/Templates/Automatic/Publicity/LevelDisplay</li>
<li>$:/sib/Templates/Automatic/Publicity/ViewerPublicLine</li>
<li>$:/sib/Templates/Automatic/ReaderActions</li>
<li>$:/sib/Templates/Automatic/Source</li>
<li>$:/sib/Templates/Automatic/SpoilerBanner</li>
<li>$:/sib/Templates/Automatic/StoryRiverFooter</li>
<li>$:/sib/Templates/Automatic/Subtiddler</li>
<li>$:/sib/Templates/Automatic/TypeTagChecker</li>
<li>$:/sib/Templates/Automatic/Untitled</li>
<li>$:/sib/Templates/Automatic/ViewTemplateDescription</li>
<li>$:/sib/Templates/Export/SabbaticalUpdateCabCrosspost</li>
<li>$:/sib/Templates/General/IdentityTemplate</li>
<li>$:/sib/Templates/TableColumns/BookRating</li>
<li>$:/sib/Templates/TableColumns/ThanksgivingDate</li>
<li>$:/sib/Templates/Topical/AnkiPattern</li>
<li>$:/sib/Templates/Topical/AnkiPattern/Common</li>
<li>$:/sib/Templates/Topical/AnkiPattern/Edit</li>
<li>$:/sib/Templates/Topical/AnkiPattern/View</li>
<li>$:/sib/Templates/Topical/BibliographyList</li>
<li>$:/sib/Templates/Topical/Build2020SessionDetails</li>
<li>$:/sib/Templates/Topical/MaudWikiImport</li>
<li>$:/sib/Templates/Topical/MinnesotaStateParkInfo</li>
<li>$:/sib/Templates/Topical/PublicHomepageTab</li>
<li>$:/sib/Templates/Topical/ReadingList/LargeTemplate</li>
<li>$:/sib/Templates/Topical/ReadingList/Rating</li>
<li>$:/sib/Templates/Topical/ReadingList/SmallTemplate</li>
<li>$:/sib/Templates/Topical/SabbaticalUpdates/DateNavigation</li>
<li>$:/sib/Templates/Topical/SabbaticalUpdates/ReadOnZettelkasten</li>
<li>$:/sib/Templates/Topical/TitleDescriptionStretch</li>
<li>$:/sib/Templates/Topical/WhoIAmTab</li>
<li>$:/sib/Tools</li>
<li>$:/sib/Tools/FeatureFlags</li>
<li>$:/sib/Tools/LowLinkTiddlers</li>
<li>$:/sib/Tools/MissingPeople</li>
<li>$:/sib/Tools/PaletteBrowser</li>
<li>$:/sib/Tools/ReadingInbox</li>
<li>$:/sib/Tools/RelationshipValueTool</li>
<li>$:/sib/Tools/SmartOrphanList</li>
<li>$:/sib/Tools/SmartOrphanList/Table</li>
<li>$:/sib/Tools/Statistics</li>
<li>$:/sib/Tools/TagReplace</li>
<li>$:/sib/Tools/Tray</li>
<li>$:/sib/Tools/Tray/Template</li>
<li>$:/SiteSubtitle</li>
<li>$:/SiteTitle</li>
<li>$:/status/RequireReloadDueToPluginChange</li>
<li>$:/StoryList</li>
<li>$:/tags/EditorToolbar</li>
<li>$:/tags/EditTemplate</li>
<li>$:/tags/PageTemplate</li>
<li>$:/tags/ReferenceExplorerTab</li>
<li>$:/tags/SideBar</li>
<li>$:/tags/Stylesheet</li>
<li>$:/tags/ViewTemplate</li>
<li>$:/TagSaver</li>
<li>$:/theme</li>
<li>$:/themes/tiddlywiki/snowwhite</li>
<li>$:/themes/tiddlywiki/vanilla</li>
<li>$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize</li>
<li>$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint</li>
<li>$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth</li>
<li>$:/themes/tiddlywiki/vanilla/metrics/storyright</li>
<li>$:/themes/tiddlywiki/vanilla/metrics/storywidth</li>
<li>$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth</li>
<li>$:/themes/tiddlywiki/vanilla/options/sidebarlayout</li>
<li>$:/themes/tiddlywiki/vanilla/options/stickytitles</li>
<li>$:/themes/tiddlywiki/vanilla/settings/backgroundimage</li>
<li>$:/themes/tiddlywiki/vanilla/settings/codefontfamily</li>
<li>$:/themes/tiddlywiki/vanilla/settings/editorfontfamily</li>
<li>$:/themes/tiddlywiki/vanilla/settings/fontfamily</li>
<li>$:/themes/tiddlywiki/vanilla/sticky</li>
<li>$:/todolist/data/base/archive</li>
<li>$:/todolist/data/base/done</li>
<li>$:/todolist/data/base/priority</li>
<li>$:/todolist/data/base/state</li>
<li>$:/todolist/data/base/status</li>
<li>$:/todolist/data/base/tasks</li>
<li>Attachment</li>
<li>Bibliography</li>
<li>Class</li>
<li>Conversation</li>
<li>CopyrightNotice</li>
<li>Footnote</li>
<li>Idea</li>
<li>Image</li>
<li>Index</li>
<li>Journal</li>
<li>Meta</li>
<li>NeedsAttention</li>
<li>NeedsExcision</li>
<li>NeedsPhotograph</li>
<li>NeedsRemoval</li>
<li>Notes</li>
<li>OpenQuestion</li>
<li>OurNamingConventions</li>
<li>PAO</li>
<li>Place</li>
<li>PrivateChunk</li>
<li>Public</li>
<li>Publication</li>
<li>PublicHomepage</li>
<li>ReferenceExplorer</li>
<li>Sink</li>
<li>Source</li>
<li>Stub</li>
<li>Subtiddler</li>
<li>TODO</li>
<li>Tool</li>
<li>ZettelkastenCardType</li>
</ul>
</p>
<style>
.tc-remove-when-wiki-loaded {display: none;}
</style>
</div>
</noscript>
<!--~~ Ordinary tiddlers ~~-->
<script class="tiddlywiki-tiddler-store" type="application/json">[
{"title":"$:/config/AnimationDuration","created":"20200118003418275","creator":"soren","modified":"20200118003419972","modifier":"soren","type":"text/vnd.tiddlywiki","text":"200"},
{"title":"$:/config/bimlas/locator/fields/parent","created":"20200410133117956","creator":"soren","field-direction":"to","modified":"20200410133133054","modifier":"soren","type":"text/vnd.tiddlywiki","text":"$:/plugins/bimlas/locator/field-templates/text"},
{"title":"$:/config/codemirror/keyMap","text":"default","type":"string","created":"20200118023853777","creator":"soren","modified":"20210910160825258","modifier":"soren"},
{"title":"$:/config/codemirror/theme","text":"cmplus","type":"string","created":"20210316232428596","modified":"20210329225730283"},
{"title":"$:/config/DefaultSidebarTab","created":"20200118003657706","creator":"soren","modified":"20200118003658921","modifier":"soren","type":"text/vnd.tiddlywiki","text":"$:/core/ui/SideBar/More"},
{"title":"$:/config/DownloadSaver/AutoSave","created":"20200226002847048","modified":"20200226002849153","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/do-thing","created":"20210928031215487","creator":"soren","modified":"20210928031216652","modifier":"soren","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/EditTabIndex","created":"20200515033855017","modified":"20200515033900734","tags":"","type":"text/vnd.tiddlywiki","text":"1"},
{"title":"$:/config/flibbles/relink/fields/bibliography","created":"20210606192417191","modified":"20210606192216249","type":"text/vnd.tiddlywiki","text":"list"},
{"title":"$:/config/flibbles/relink/fields/description","created":"20200517132308563","modified":"20200517132308152","type":"text/vnd.tiddlywiki","text":"wikitext"},
{"title":"$:/config/flibbles/relink/fields/memberof","created":"20200517132228253","modified":"20200517132227841","type":"text/vnd.tiddlywiki","text":"list"},
{"title":"$:/config/flibbles/relink/fields/spouse","created":"20200517132233649","modified":"20200517132233649","type":"text/vnd.tiddlywiki","text":"title"},
{"title":"$:/config/flibbles/relink/fields/universe","created":"20210606192156910","modified":"20210606192156910","type":"text/vnd.tiddlywiki","text":"title"},
{"title":"$:/config/flibbles/relink/macros/expando/tiddler","created":"20201207185209448","modified":"20201207185209448","type":"text/vnd.tiddlywiki","text":"title"},
{"title":"$:/config/Manager/Filter","created":"20200226225437497","modified":"20200301191728127","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/Manager/Show","created":"20200125221910159","modified":"20200510003949538","type":"text/vnd.tiddlywiki","text":"tiddlers"},
{"title":"$:/config/Manager/Sort","created":"20200225231329450","modified":"20210102053655395","type":"text/vnd.tiddlywiki","text":"text"},
{"title":"$:/config/Manager/System","created":"20200225231355813","modified":"20200225231357995","type":"text/vnd.tiddlywiki","text":"system"},
{"title":"$:/config/Manager/Tag","created":"20200225231334446","modified":"20210102053649967","type":"text/vnd.tiddlywiki","text":"Source"},
{"title":"$:/config/NewJournal/Title","created":"20200425021836647","modified":"20200425022040020","type":"text/vnd.tiddlywiki","text":"YYYY-0MM-0DD ddd"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search","created":"20210102053710313","modified":"20210102053627345","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all","created":"20200913160459794","modified":"20200913160708406","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/control-panel","created":"20200913160724199","modified":"20200913160920405","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen","created":"20200404141720140","creator":"soren","modified":"20200404141727487","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home","created":"20200323004119552","modified":"20200913160059735","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import","created":"20210102053930923","modified":"20210202033953029","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions","created":"20200329180402644","modified":"20200425031432070","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal","created":"20200125221848147","modified":"20200804182421726","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-tiddler","created":"20200404141647796","creator":"soren","modified":"20200913160849302","modifier":"soren","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview","created":"20200329180357772","modified":"20200329180359920","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/save-wiki","created":"20200425031326114","modified":"20200425031326136","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager","created":"20200425031433809","modified":"20200425031433831","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp","created":"20200404141704643","creator":"soren","modified":"20210509011208732","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/plugins/aaldrich/tables/button","created":"20200322013805236","creator":"soren","modified":"20200322013806469","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/PageControlButtons/Visibility/$:/sib/Buttons/NewSource","created":"20210525001028932","modified":"20210525000833968","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/PageControlButtons/Visibility/$:/sib/Buttons/ReadingInbox","created":"20210525001112107","modified":"20210525001215732","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/PageControlButtons/Visibility/$:/sib/NewSourceButton","created":"20200913160857999","modified":"20210307212022651","tags":"","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/Performance/Instrumentation","created":"20210721001042152","modified":"20210811223526328","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/bimlas/locator","created":"20210205013358090","modified":"20210205014133254","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/flibbles/relink","created":"20210205013547783","modified":"20210205014248273","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/frd/simplecalendar","created":"20210205013416214","modified":"20210205013728062","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/kantorsite/mathjax","created":"20200710193223440","modified":"20200710193424989","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/kixam/datepicker","created":"20210205013308502","modified":"20210307161239111","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/kixam/moment","created":"20210205013419352","modified":"20210307161611835","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/kookma/refnotes","created":"20210920204145810","creator":"soren","modified":"20210920204145826","modifier":"soren","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/MaxGyver83/tw5-keyboard-navigation","created":"20210205013330536","modified":"20210205013924490","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/sk/FancyQuotes","created":"20210205013542897","modified":"20210205013915843","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/sobjornstad/3click2edit","created":"20210205013622647","modified":"20210205013715594","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/telmiger/details","created":"20210205013521277","modified":"20210205014302258","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/TheDiveO/FontAwesome","created":"20210205013551526","modified":"20210205014243897","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-autocomplete","created":"20210205013531768","modified":"20210329225610285","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-closebrackets","created":"20210205013530658","modified":"20210205014016671","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-keymap-vim","created":"20210205013534170","modified":"20210205013559477","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-search-replace","created":"20210205013607133","modified":"20210205013828489","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/highlight","created":"20210205013556905","modified":"20210205232117777","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/katex","created":"20210205013601533","modified":"20210205015443190","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/PublicContactInfo","text":"homepage: https://www.sorenbjornstad.com\nemail: zettelkasten@sorenbjornstad.com\ngithub: https://github.com/sobjornstad/zettelkasten-sib","type":"application/x-tiddler-dictionary","created":"20200508015911051","modified":"20200508020040701"},
{"title":"$:/config/RelinkOnRename","created":"20200121230518238","creator":"soren","modified":"20220622234624323","modifier":"soren","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/ShortcutInfo/excise-private-chunk","created":"20210522035122311","modified":"20210522034939194","tags":"","type":"text/vnd.tiddlywiki","text":"Excise the current selection to a new private chunk"},
{"title":"$:/config/shortcuts-mac/save-tiddler","created":"20220622212041227","creator":"soren","modified":"20220622212041250","modifier":"soren","type":"text/vnd.tiddlywiki","text":"cmd-Enter"},
{"title":"$:/config/shortcuts-not-mac/save-tiddler","created":"20220622212047526","creator":"soren","modified":"20220622212047547","modifier":"soren","type":"text/vnd.tiddlywiki","text":"ctrl-Enter"},
{"title":"$:/config/shortcuts/cancel-edit-tiddler","created":"20200118025014806","modified":"20200118030240382","type":"text/vnd.tiddlywiki","text":"ctrl-Escape"},
{"title":"$:/config/shortcuts/excise-private-chunk","created":"20210522035108354","creator":"soren","modified":"20210920161704326","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"ctrl-shift-E"},
{"title":"$:/config/shortcuts/save-tiddler","created":"20220622212052270","creator":"soren","modified":"20220622212052289","modifier":"soren","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/sib/CurrentEditionPublicity","created":"20210622002423952","modified":"20210622002233531","tags":"","type":"text/vnd.tiddlywiki","text":"private"},
{"title":"$:/config/sib/IsPublicEdition","caption":"Whether interface elements for personal use only should appear.","created":"20200508003748651","modified":"20210508232303597","tags":"Meta","type":"text/vnd.tiddlywiki","text":"true"},
{"title":"$:/config/sib/TopBarHeight","created":"20210627200040615","modified":"20210627201201583","tags":"","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\u003C\u003Cff OpenTopBar>> emptyMessage=\"0px\">30px\u003C/$list>"},
{"title":"$:/config/SyncFilter","created":"20200528020409590","modified":"20200528020441073","type":"text/vnd.tiddlywiki","text":"[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]] -[[$:/StoryList]]"},
{"title":"$:/config/TiddlerInfo/Mode","created":"20200118003704896","creator":"soren","modified":"20200118003705931","modifier":"soren","type":"text/vnd.tiddlywiki","text":"sticky"},
{"title":"$:/config/Tiddlers/TitleLinks","created":"20210507013444291","modified":"20210507013256599","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/config/TiddlyRemember/TagMapping","created":"20200516190911842","creator":"soren","modified":"20220302210205566","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"[[Source::Zettelkasten]]\n[has[tr-tags]get[tr-tags]]"},
{"title":"$:/config/TimestampDisable","created":"20200118025806832","creator":"soren","modified":"20210721005951761","modifier":"soren","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/Toolbar/ButtonClass","created":"20200118003731285","creator":"soren","modified":"20220215235820508","modifier":"soren","type":"text/vnd.tiddlywiki","text":"tc-btn-rounded"},
{"title":"$:/config/Toolbar/Text","created":"20200118003741043","creator":"soren","modified":"20200118003745155","modifier":"soren","type":"text/vnd.tiddlywiki","text":"no"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone","created":"20200321222632217","creator":"soren","modified":"20201120173219656","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others","created":"20200913195739332","modified":"20200913195744428","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit","created":"20200508024425999","modified":"20200508024854302","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler","created":"20200321222634628","creator":"soren","modified":"20200321222636791","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar","created":"20200125183503813","modified":"20200125183510102","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info","created":"20200118034433307","modified":"20201120173206280","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here","created":"20200125183450402","creator":"soren","modified":"20201120173225978","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here","created":"20201120173247431","modified":"20201120173222291","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink","created":"20200913200724872","modified":"20201120173215063","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar","created":"20200404141629548","creator":"soren","modified":"20200404141630712","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/sib/Buttons/CopyPublicZettelkastenLink","created":"20210525001044166","creator":"soren","modified":"20210922125743198","modifier":"soren","type":"text/vnd.tiddlywiki","text":"hide"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/sib/Buttons/CopyTitleReference","created":"20210525001045047","modified":"20210525000850061","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/sib/CopyPublicZettelkastenLink","created":"20201216045704818","modified":"20201216045631478","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/ViewToolbarButtons/Visibility/$:/sib/CopyTitleReference","created":"20201201192308952","modified":"20201201192236971","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/ViewToolbarButtons/Visibility/DoCopyTitleReference","created":"20200913200034137","modified":"20200913200042061","type":"text/vnd.tiddlywiki","text":"show"},
{"title":"$:/config/WikiParserRules/Inline/dash","created":"20201124030001841","modified":"20201124030011884","type":"text/vnd.tiddlywiki","text":"enable"},
{"title":"$:/config/zettelkasten/Build/KillPhrases","created":"20210731165327653","modified":"20210731173813193","type":"text/vnd.tiddlywiki","text":""},
{"title":"$:/config/zettelkasten/copyright/Content","created":"20210523151041802","creator":"soren","modified":"20210825142618069","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"The ''text of my notes'', that is, most of the content of the wiki, is all-rights-reserved.\nYou are welcome to read, learn from, and link to all notes (click the hash icon in the upper-right to copy a link to any tiddler; keep in mind that currently public notes could become private in the future, though I try to avoid doing this).\nObvious [[fair use|https://en.wikipedia.org/wiki/Fair_use]] such as quoting a small excerpt with attribution in order to discuss it is also fine.\nPlease contact me if this doesn't cover something you were hoping to do."},
{"title":"$:/config/zettelkasten/copyright/InitialNotice","created":"20210523151255793","creator":"soren","modified":"20210825142934141","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"Copyright © 2020--\u003C\u003Cnow YYYY>> Soren Bjornstad."},
{"title":"$:/config/zettelkasten/copyright/MIT","created":"20210523151209436","creator":"soren","modified":"20210825144137850","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"MIT License\nApplies to SYSTEM TIDDLERS ONLY, as defined above!\nDoes NOT apply to the text of notes in this wiki.\n\n{{$:/config/zettelkasten/copyright/InitialNotice}}\u003Cbr>{{$:/config/zettelkasten/copyright/UserNotice}}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."},
{"title":"$:/config/zettelkasten/copyright/System","created":"20210523151106274","creator":"soren","modified":"20210825144239931","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"All ''system tiddlers'' in the wiki specific to Soren's Zettelkasten Edition, that is, the parts that extend TiddlyWiki and handle the display of tiddlers, e.g., the ReferenceExplorer, are available under the MIT license (see below). The names of system tiddlers begin with `$:/`.\n\nBe aware that many system tiddlers are contributed by TiddlyWiki itself or by other plugins, which are usually licensed under the MIT or BSD license or a similar open-source license. If you're using a system tiddler which is found under `$:/sib/`, you can be sure it is included in this license grant; otherwise, you may need to check whether it's a [[shadow tiddler|https://groktiddlywiki.com/read/#Shadow%20Tiddlers]] or modified shadow tiddler that might have a different license.\n\nVisit the ''Explorer'' section of the ''Explore'' sidebar tab to find system tiddlers.\n\n\u003Cpre>{{$:/config/zettelkasten/copyright/MIT}}\u003C/pre>"},
{"title":"$:/config/zettelkasten/copyright/UserNotice","created":"20210825143221469","creator":"soren","modified":"20210825144152783","modifier":"soren","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/Clock","caption":"Clock","created":"20210627030648862","description":"Show the current time and a Pomodoro timer in the upper-right corner of the wiki.","modified":"20210825145427187","private":"no","public":"no","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/CopyrightFooter","caption":"Copyright footer","created":"20210902152332169","creator":"soren","description":"Display a copyright and attribution notice underneath the story river.","modified":"20210902152446023","modifier":"soren","private":"no","public":"yes","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/EditorPublicLine","caption":"Editor public line","created":"20210622003532452","description":"Show the \"publish this tiddler\" checkbox when editing a tiddler.","modified":"20210825145437728","private":"yes","public":"no","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/EpistemicStatus","caption":"Epistemic status","created":"20210920193247824","creator":"soren","description":"Show the [[epistemic status|EpistemicStatus]] of the current tiddler on ideas.","modified":"20210920193354215","modifier":"soren","private":"yes","public":"yes","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/GisTools","caption":"GIS tools","created":"20210910153740764","creator":"soren","description":"Use the Google Maps embed API to show satellite location and directions on Place tiddlers. Requires setting up an embed API in Google Cloud Platform (when you turn this feature on, an error will appear on your place tiddlers explaining how to do so).","modified":"20210910153929369","modifier":"soren","private":"no","public":"no","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/MediaRating","caption":"Media rating","created":"20210920193222752","creator":"soren","description":"Show the [[rating|MediaRating]] of the current tiddler on sources.","modified":"20210920193357318","modifier":"soren","private":"yes","public":"yes","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/OpenTopBar","caption":"Open top bar","created":"20210626233606201","description":"Show the list of open tiddlers in a horizontal bar at the top of the screen","modified":"20210825145444520","private":"yes","public":"no","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/SidebarInfoLinks","caption":"Sidebar info links","created":"20210623014408947","creator":"soren","description":"Show navigation links to the most important parts of the wiki underneath the subtitle.","modified":"20211107173557802","modifier":"soren","private":"yes","public":"no","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/SpoilerBanner","caption":"Spoiler banner","created":"20210622003118415","creator":"soren","description":"Display a warning banner on fiction tiddlers (any tiddler with a non-empty `universe` field) noting that we don't try to hide spoilers.","modified":"20220502164810636","modifier":"soren","private":"no","public":"no","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/FeatureFlags/ViewerPublicLine","caption":"Viewer public line","created":"20210622003316816","description":"Show the \"publish this tiddler\" checkbox when viewing a tiddler.","modified":"20210825145501899","private":"yes","public":"no","tags":"","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/GettingStartedWizardCurr","created":"20210825150640449","creator":"soren","modified":"20210920161523682","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"$:/sib/GettingStarted/Warning"},
{"title":"$:/config/zettelkasten/gis/GMapsApiKey","text":"","type":"text/plain","created":"20201129173535848","creator":"soren","modified":"20210910154319208","modifier":"soren","tags":""},
{"title":"$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/More","created":"20210731163927911","modified":"20210731163711887","private":"yes","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Open","created":"20210731163926154","modified":"20210731164114943","private":"yes","public":"yes","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Recent","created":"20210731163905536","modified":"20210731163711418","private":"yes","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Tools","created":"20210731163927055","modified":"20210731164112742","private":"yes","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/SideBar/Visibility/$:/sib/SideBar/Explore","created":"20210731163930355","modified":"20210731193804848","private":"no","public":"yes","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/SideBar/Visibility/$:/sib/SideBar/Write","created":"20210731163929481","modified":"20210731163713454","private":"yes","type":"text/vnd.tiddlywiki"},
{"title":"$:/config/zettelkasten/SplashScreenMessage","created":"20210910163319096","creator":"soren","modified":"20210910163319296","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"Loading {{$:/SiteTitle}}..."},
{"title":"$:/core","name":"Core","description":"TiddlyWiki5 core","author":"JeremyRuston","core-version":">=5.0.0","plugin-priority":"0","list":"readme","version":"5.2.0","plugin-type":"plugin","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/Acknowledgements\":{\"title\":\"$:/Acknowledgements\",\"text\":\"TiddlyWiki incorporates code from these fine OpenSource projects:\\n\\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\\n\\nAnd media from these projects:\\n\\n* World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]\\n\"},\"$:/core/copyright.txt\":{\"title\":\"$:/core/copyright.txt\",\"type\":\"text/plain\",\"text\":\"TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\\n\\nCopyright (c) 2004-2007, Jeremy Ruston\\nCopyright (c) 2007-2021, UnaMesa Association\\nAll rights reserved.\\n\\nRedistribution and use in source and binary forms, with or without\\nmodification, are permitted provided that the following conditions are met:\\n\\n* Redistributions of source code must retain the above copyright notice, this\\n list of conditions and the following disclaimer.\\n\\n* Redistributions in binary form must reproduce the above copyright notice,\\n this list of conditions and the following disclaimer in the documentation\\n and/or other materials provided with the distribution.\\n\\n* Neither the name of the copyright holder nor the names of its\\n contributors may be used to endorse or promote products derived from\\n this software without specific prior written permission.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'\\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\"},\"$:/core/icon\":{\"title\":\"$:/core/icon\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M64 0l54.56 32v64L64 128 9.44 96V32L64 0zm21.127 95.408c-3.578-.103-5.15-.094-6.974-3.152l-1.42.042c-1.653-.075-.964-.04-2.067-.097-1.844-.07-1.548-1.86-1.873-2.8-.52-3.202.687-6.43.65-9.632-.014-1.14-1.593-5.17-2.157-6.61-1.768.34-3.546.406-5.34.497-4.134-.01-8.24-.527-12.317-1.183-.8 3.35-3.16 8.036-1.21 11.44 2.37 3.52 4.03 4.495 6.61 4.707 2.572.212 3.16 3.18 2.53 4.242-.55.73-1.52.864-2.346 1.04l-1.65.08c-1.296-.046-2.455-.404-3.61-.955-1.93-1.097-3.925-3.383-5.406-5.024.345.658.55 1.938.24 2.53-.878 1.27-4.665 1.26-6.4.47-1.97-.89-6.73-7.162-7.468-11.86 1.96-3.78 4.812-7.07 6.255-11.186-3.146-2.05-4.83-5.384-4.61-9.16l.08-.44c-3.097.59-1.49.37-4.82.628-10.608-.032-19.935-7.37-14.68-18.774.34-.673.664-1.287 1.243-.994.466.237.4 1.18.166 2.227-3.005 13.627 11.67 13.732 20.69 11.21.89-.25 2.67-1.936 3.905-2.495 2.016-.91 4.205-1.282 6.376-1.55 5.4-.63 11.893 2.276 15.19 2.37 3.3.096 7.99-.805 10.87-.615 2.09.098 4.143.483 6.16 1.03 1.306-6.49 1.4-11.27 4.492-12.38 1.814.293 3.213 2.818 4.25 4.167 2.112-.086 4.12.46 6.115 1.066 3.61-.522 6.642-2.593 9.833-4.203-3.234 2.69-3.673 7.075-3.303 11.127.138 2.103-.444 4.386-1.164 6.54-1.348 3.507-3.95 7.204-6.97 7.014-1.14-.036-1.805-.695-2.653-1.4-.164 1.427-.81 2.7-1.434 3.96-1.44 2.797-5.203 4.03-8.687 7.016-3.484 2.985 1.114 13.65 2.23 15.594 1.114 1.94 4.226 2.652 3.02 4.406-.37.58-.936.785-1.54 1.01l-.82.11zm-40.097-8.85l.553.14c.694-.27 2.09.15 2.83.353-1.363-1.31-3.417-3.24-4.897-4.46-.485-1.47-.278-2.96-.174-4.46l.02-.123c-.582 1.205-1.322 2.376-1.72 3.645-.465 1.71 2.07 3.557 3.052 4.615l.336.3z\\\" fill-rule=\\\"evenodd\\\"/>\u003C/svg>\"},\"$:/core/images/add-comment\":{\"title\":\"$:/core/images/add-comment\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-add-comment tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M56 56H36a8 8 0 100 16h20v20a8 8 0 1016 0V72h20a8 8 0 100-16H72V36a8 8 0 10-16 0v20zm-12.595 58.362c-6.683 7.659-20.297 12.903-36.006 12.903-2.196 0-4.35-.102-6.451-.3 9.652-3.836 17.356-12.24 21.01-22.874C8.516 94.28 0 79.734 0 63.5 0 33.953 28.206 10 63 10s63 23.953 63 53.5S97.794 117 63 117c-6.841 0-13.428-.926-19.595-2.638z\\\"/>\u003C/svg>\"},\"$:/core/images/advanced-search-button\":{\"title\":\"$:/core/images/advanced-search-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-advanced-search-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M74.565 87.985A47.776 47.776 0 0148 96C21.49 96 0 74.51 0 48S21.49 0 48 0s48 21.49 48 48c0 9.854-2.97 19.015-8.062 26.636l34.347 34.347a9.443 9.443 0 010 13.36 9.446 9.446 0 01-13.36 0l-34.36-34.358zM48 80c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32z\\\"/>\u003Ccircle cx=\\\"48\\\" cy=\\\"48\\\" r=\\\"8\\\"/>\u003Ccircle cx=\\\"28\\\" cy=\\\"48\\\" r=\\\"8\\\"/>\u003Ccircle cx=\\\"68\\\" cy=\\\"48\\\" r=\\\"8\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/auto-height\":{\"title\":\"$:/core/images/auto-height\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-auto-height tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M67.987 114.356l-.029-14.477a4 4 0 00-2.067-3.494l-15.966-8.813-1.933 7.502H79.9c4.222 0 5.564-5.693 1.786-7.58L49.797 71.572 48.01 79.15h31.982c4.217 0 5.564-5.682 1.795-7.575L49.805 55.517l-1.795 7.575h31.982c4.212 0 5.563-5.67 1.805-7.57l-16.034-8.105 2.195 3.57V35.614l9.214 9.213a4 4 0 105.656-5.656l-16-16a4 4 0 00-5.656 0l-16 16a4 4 0 105.656 5.656l9.13-9.13v15.288a4 4 0 002.195 3.57l16.035 8.106 1.804-7.57H48.01c-4.217 0-5.564 5.682-1.795 7.574l31.982 16.059 1.795-7.575H48.01c-4.222 0-5.564 5.693-1.787 7.579l31.89 15.923 1.787-7.578H47.992c-4.133 0-5.552 5.504-1.933 7.501l15.966 8.813-2.067-3.494.029 14.436-9.159-9.158a4 4 0 00-5.656 5.656l16 16a4 4 0 005.656 0l16-16a4 4 0 10-5.656-5.656l-9.185 9.184zM16 20h96a4 4 0 100-8H16a4 4 0 100 8z\\\"/>\u003C/svg>\"},\"$:/core/images/blank\":{\"title\":\"$:/core/images/blank\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-blank tc-image-button\\\" viewBox=\\\"0 0 128 128\\\"/>\"},\"$:/core/images/bold\":{\"title\":\"$:/core/images/bold\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-bold tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M41.146 51.81V21.87h26.353c2.51 0 4.93.21 7.26.628 2.33.418 4.392 1.165 6.185 2.24 1.793 1.076 3.227 2.57 4.302 4.482 1.076 1.913 1.614 4.363 1.614 7.35 0 5.379-1.613 9.263-4.84 11.653-3.227 2.39-7.35 3.586-12.37 3.586H41.146zM13 0v128h62.028a65.45 65.45 0 0016.762-2.151c5.438-1.434 10.278-3.645 14.52-6.633 4.244-2.988 7.62-6.842 10.13-11.563 2.51-4.721 3.764-10.308 3.764-16.762 0-8.008-1.942-14.85-5.826-20.527-3.884-5.677-9.77-9.65-17.658-11.921 5.737-2.75 10.069-6.275 12.997-10.577 2.928-4.303 4.392-9.681 4.392-16.135 0-5.976-.986-10.995-2.958-15.059-1.972-4.063-4.75-7.32-8.336-9.77-3.585-2.45-7.888-4.213-12.907-5.289C84.888.538 79.33 0 73.235 0H13zm28.146 106.129V70.992H71.8c6.095 0 10.995 1.404 14.7 4.212 3.705 2.81 5.558 7.5 5.558 14.073 0 3.347-.568 6.096-1.703 8.247-1.136 2.151-2.66 3.854-4.572 5.11-1.912 1.254-4.123 2.15-6.633 2.688-2.51.538-5.139.807-7.888.807H41.146z\\\"/>\u003C/svg>\"},\"$:/core/images/cancel-button\":{\"title\":\"$:/core/images/cancel-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-cancel-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M64 76.314l-16.97 16.97a7.999 7.999 0 01-11.314 0c-3.118-3.118-3.124-8.19 0-11.313L52.686 65l-16.97-16.97a7.999 7.999 0 010-11.314c3.118-3.118 8.19-3.124 11.313 0L64 53.686l16.97-16.97a7.999 7.999 0 0111.314 0c3.118 3.118 3.124 8.19 0 11.313L75.314 65l16.97 16.97a7.999 7.999 0 010 11.314c-3.118 3.118-8.19 3.124-11.313 0L64 76.314zM64 129c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 1 0 29.654 0 65c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 17 64 17 16 38.49 16 65s21.49 48 48 48z\\\"/>\u003C/svg>\"},\"$:/core/images/chevron-down\":{\"title\":\"$:/core/images/chevron-down\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-chevron-down tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M64.053 85.456a7.889 7.889 0 01-5.6-2.316L2.473 27.16a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0L64.05 66.344l50.382-50.382a7.92 7.92 0 0111.195 0c3.085 3.086 3.092 8.105 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.317z\\\"/>\u003Cpath d=\\\"M64.053 124.069a7.889 7.889 0 01-5.6-2.316l-55.98-55.98a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0l50.382 50.382 50.382-50.382a7.92 7.92 0 0111.195 0c3.085 3.086 3.092 8.104 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.316z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/chevron-left\":{\"title\":\"$:/core/images/chevron-left\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-chevron-left tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M47.544 64.053c0-2.027.77-4.054 2.316-5.6l55.98-55.98a7.92 7.92 0 0111.196 0c3.085 3.086 3.092 8.105 0 11.196L66.656 64.05l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.085-8.105 3.092-11.196 0l-55.98-55.98a7.892 7.892 0 01-2.317-5.595z\\\"/>\u003Cpath d=\\\"M8.931 64.053c0-2.027.77-4.054 2.316-5.6l55.98-55.98a7.92 7.92 0 0111.196 0c3.085 3.086 3.092 8.105 0 11.196L28.041 64.05l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.085-8.104 3.092-11.196 0l-55.98-55.98a7.892 7.892 0 01-2.316-5.595z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/chevron-right\":{\"title\":\"$:/core/images/chevron-right\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-chevron-right tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M83.456 63.947c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196L64.344 63.95 13.963 13.567a7.92 7.92 0 010-11.195c3.086-3.085 8.105-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.317 5.595z\\\"/>\u003Cpath d=\\\"M122.069 63.947c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l50.382-50.382-50.382-50.382a7.92 7.92 0 010-11.195c3.086-3.085 8.104-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.316 5.595z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/chevron-up\":{\"title\":\"$:/core/images/chevron-up\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-chevron-up tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M63.947 44.544c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.105 3.092-11.196 0L63.95 63.656l-50.382 50.382a7.92 7.92 0 01-11.195 0c-3.085-3.086-3.092-8.105 0-11.196l55.98-55.98a7.892 7.892 0 015.595-2.317z\\\"/>\u003Cpath d=\\\"M63.947 5.931c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.105 3.092-11.196 0L63.95 25.041 13.567 75.423a7.92 7.92 0 01-11.195 0c-3.085-3.086-3.092-8.104 0-11.196l55.98-55.98a7.892 7.892 0 015.595-2.316z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/clone-button\":{\"title\":\"$:/core/images/clone-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-clone-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M32.265 96v24.002A7.996 7.996 0 0040.263 128h79.74a7.996 7.996 0 007.997-7.998v-79.74a7.996 7.996 0 00-7.998-7.997H96V48h12.859a2.99 2.99 0 012.994 2.994v57.865a2.99 2.99 0 01-2.994 2.994H50.994A2.99 2.99 0 0148 108.859V96H32.265z\\\"/>\u003Cpath d=\\\"M40 56h-7.993C27.588 56 24 52.418 24 48c0-4.41 3.585-8 8.007-8H40v-7.993C40 27.588 43.582 24 48 24c4.41 0 8 3.585 8 8.007V40h7.993C68.412 40 72 43.582 72 48c0 4.41-3.585 8-8.007 8H56v7.993C56 68.412 52.418 72 48 72c-4.41 0-8-3.585-8-8.007V56zM8 0C3.58 0 0 3.588 0 8v80c0 4.419 3.588 8 8 8h80c4.419 0 8-3.588 8-8V8c0-4.419-3.588-8-8-8H8zM19 16A2.997 2.997 0 0016 19.001v57.998A2.997 2.997 0 0019.001 80h57.998A2.997 2.997 0 0080 76.999V19.001A2.997 2.997 0 0076.999 16H19.001z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/close-all-button\":{\"title\":\"$:/core/images/close-all-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-close-all-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M28 111.314l-14.144 14.143a8 8 0 01-11.313-11.313L16.686 100 2.543 85.856a8 8 0 0111.313-11.313L28 88.686l14.144-14.143a8 8 0 0111.313 11.313L39.314 100l14.143 14.144a8 8 0 01-11.313 11.313L28 111.314zM28 39.314L13.856 53.457A8 8 0 012.543 42.144L16.686 28 2.543 13.856A8 8 0 0113.856 2.543L28 16.686 42.144 2.543a8 8 0 0111.313 11.313L39.314 28l14.143 14.144a8 8 0 01-11.313 11.313L28 39.314zM100 39.314L85.856 53.457a8 8 0 01-11.313-11.313L88.686 28 74.543 13.856A8 8 0 0185.856 2.543L100 16.686l14.144-14.143a8 8 0 0111.313 11.313L111.314 28l14.143 14.144a8 8 0 01-11.313 11.313L100 39.314zM100 111.314l-14.144 14.143a8 8 0 01-11.313-11.313L88.686 100 74.543 85.856a8 8 0 0111.313-11.313L100 88.686l14.144-14.143a8 8 0 0111.313 11.313L111.314 100l14.143 14.144a8 8 0 01-11.313 11.313L100 111.314z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/close-button\":{\"title\":\"$:/core/images/close-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-close-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M65.086 75.41l-50.113 50.113c-3.121 3.121-8.192 3.126-11.316.002-3.118-3.118-3.123-8.19.002-11.316l50.114-50.114L3.659 13.982C.538 10.86.533 5.79 3.657 2.666c3.118-3.118 8.19-3.123 11.316.002l50.113 50.114L115.2 2.668c3.121-3.121 8.192-3.126 11.316-.002 3.118 3.118 3.123 8.19-.002 11.316L76.4 64.095l50.114 50.114c3.121 3.121 3.126 8.192.002 11.316-3.118 3.118-8.19 3.123-11.316-.002L65.086 75.409z\\\"/>\u003C/svg>\"},\"$:/core/images/close-others-button\":{\"title\":\"$:/core/images/close-others-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-close-others-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48zm0-16c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32zm0-16c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.163-16 16 7.163 16 16 16z\\\"/>\u003C/svg>\"},\"$:/core/images/copy-clipboard\":{\"title\":\"$:/core/images/copy-clipboard\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-copy-clipboard tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Crect width=\\\"33\\\" height=\\\"8\\\" x=\\\"40\\\" y=\\\"40\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"17\\\" height=\\\"8\\\" x=\\\"40\\\" y=\\\"82\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"17\\\" height=\\\"8\\\" x=\\\"40\\\" y=\\\"54\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"33\\\" height=\\\"8\\\" x=\\\"40\\\" y=\\\"96\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"12\\\" height=\\\"8\\\" x=\\\"40\\\" y=\\\"68\\\" rx=\\\"4\\\"/>\u003Cpath d=\\\"M40 16H24c-4.419 0-8 3.59-8 8a8.031 8.031 0 000 .01v95.98a8.03 8.03 0 000 .01c0 4.41 3.581 8 8 8h80a7.975 7.975 0 005.652-2.34 7.958 7.958 0 002.348-5.652v-16.016c0-4.414-3.582-7.992-8-7.992-4.41 0-8 3.578-8 7.992V112H32V32h64v8.008C96 44.422 99.582 48 104 48c4.41 0 8-3.578 8-7.992V23.992a7.963 7.963 0 00-2.343-5.651A7.995 7.995 0 00104.001 16H88c0-4.41-3.585-8-8.007-8H48.007C43.588 8 40 11.582 40 16zm4-1.004A4.001 4.001 0 0148 11h32c2.21 0 4 1.797 4 3.996v4.008A4.001 4.001 0 0180 23H48c-2.21 0-4-1.797-4-3.996v-4.008z\\\"/>\u003Crect width=\\\"66\\\" height=\\\"16\\\" x=\\\"62\\\" y=\\\"64\\\" rx=\\\"8\\\"/>\u003Cpath d=\\\"M84.657 82.343l-16-16v11.314l16-16a8 8 0 10-11.314-11.314l-16 16a8 8 0 000 11.314l16 16a8 8 0 1011.314-11.314z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/delete-button\":{\"title\":\"$:/core/images/delete-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-delete-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\" transform=\\\"translate(12)\\\">\u003Crect width=\\\"105\\\" height=\\\"16\\\" y=\\\"11\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"48\\\" height=\\\"16\\\" x=\\\"28\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"16\\\" height=\\\"112\\\" x=\\\"8\\\" y=\\\"16\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"88\\\" height=\\\"16\\\" x=\\\"8\\\" y=\\\"112\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"16\\\" height=\\\"112\\\" x=\\\"80\\\" y=\\\"16\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"16\\\" height=\\\"112\\\" x=\\\"56\\\" y=\\\"16\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"16\\\" height=\\\"112\\\" x=\\\"32\\\" y=\\\"16\\\" rx=\\\"8\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/done-button\":{\"title\":\"$:/core/images/done-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-done-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M42.26 111.032c-2.051.001-4.103-.78-5.668-2.345L2.662 74.758a8 8 0 01-.005-11.32c3.118-3.117 8.192-3.12 11.32.007l28.278 28.278 72.124-72.124a8.002 8.002 0 0111.314-.001c3.118 3.118 3.124 8.19 0 11.315l-77.78 77.78a7.978 7.978 0 01-5.658 2.343z\\\"/>\u003C/svg>\"},\"$:/core/images/down-arrow\":{\"title\":\"$:/core/images/down-arrow\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-down-arrow tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M64.177 100.069a7.889 7.889 0 01-5.6-2.316l-55.98-55.98a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0l50.382 50.382 50.382-50.382a7.92 7.92 0 0111.195 0c3.086 3.086 3.092 8.104 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.316z\\\"/>\u003C/svg>\"},\"$:/core/images/download-button\":{\"title\":\"$:/core/images/download-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-download-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48z\\\" class=\\\"tc-image-download-button-ring\\\"/>\u003Cpath d=\\\"M34.35 66.43l26.892 27.205a4.57 4.57 0 006.516 0L94.65 66.43a4.7 4.7 0 000-6.593 4.581 4.581 0 00-3.258-1.365h-8.46c-2.545 0-4.608-2.087-4.608-4.661v-15.15c0-2.575-2.063-4.662-4.608-4.662H55.284c-2.545 0-4.608 2.087-4.608 4.662v15.15c0 2.574-2.063 4.661-4.608 4.661h-8.46c-2.545 0-4.608 2.087-4.608 4.662a4.69 4.69 0 001.35 3.296z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/edit-button\":{\"title\":\"$:/core/images/edit-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-edit-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M95.627 10.059l-5.656 5.657 11.313 11.313 5.657-5.656-11.314-11.314zm5.657-5.657l1.966-1.966c3.123-3.122 8.194-3.129 11.319-.005 3.117 3.118 3.122 8.192-.005 11.32l-1.966 1.965-11.314-11.314zm-16.97 16.97l-60.25 60.25a8.12 8.12 0 00-.322.342c-.1.087-.198.179-.295.275-5.735 5.735-10.702 22.016-10.702 22.016s16.405-5.09 22.016-10.702c.095-.096.186-.193.272-.292a8.12 8.12 0 00.345-.325l60.25-60.25-11.314-11.313zM35.171 124.19c6.788-.577 13.898-2.272 23.689-5.348 1.825-.573 3.57-1.136 6.336-2.04 16-5.226 21.877-6.807 28.745-7.146 8.358-.413 13.854 2.13 17.58 8.699a4 4 0 006.959-3.946c-5.334-9.406-13.745-13.296-24.933-12.744-7.875.39-14.057 2.052-30.835 7.533-2.739.894-4.46 1.45-6.25 2.012-19.46 6.112-30.77 7.072-39.597 1.747a4 4 0 10-4.132 6.85c6.333 3.82 13.754 5.12 22.438 4.383z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/erase\":{\"title\":\"$:/core/images/erase\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-erase tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M60.087 127.996l63.015-63.015c6.535-6.535 6.528-17.115-.003-23.646L99.466 17.702c-6.539-6.538-17.117-6.532-23.646-.003L4.898 88.62c-6.535 6.534-6.528 17.115.003 23.646l15.73 15.73h39.456zm-34.95-7.313l-14.324-14.325c-3.267-3.268-3.268-8.564-.008-11.824L46.269 59.07l35.462 35.462-26.15 26.15H25.137z\\\"/>\u003C/svg>\"},\"$:/core/images/excise\":{\"title\":\"$:/core/images/excise\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-excise tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M56 107.314l-2.343 2.343a8 8 0 11-11.314-11.314l16-16a8 8 0 0111.314 0l16 16a8 8 0 11-11.314 11.314L72 107.314v14.284c0 3.536-3.582 6.402-8 6.402s-8-2.866-8-6.402v-14.284zM0 40.007C0 35.585 3.59 32 8 32c4.418 0 8 3.588 8 8.007v31.986C16 76.415 12.41 80 8 80c-4.418 0-8-3.588-8-8.007V40.007zm32 0C32 35.585 35.59 32 40 32c4.418 0 8 3.588 8 8.007v31.986C48 76.415 44.41 80 40 80c-4.418 0-8-3.588-8-8.007V40.007zm48 0C80 35.585 83.59 32 88 32c4.418 0 8 3.588 8 8.007v31.986C96 76.415 92.41 80 88 80c-4.418 0-8-3.588-8-8.007V40.007zm-24-32C56 3.585 59.59 0 64 0c4.418 0 8 3.588 8 8.007v31.986C72 44.415 68.41 48 64 48c-4.418 0-8-3.588-8-8.007V8.007zm56 32c0-4.422 3.59-8.007 8-8.007 4.418 0 8 3.588 8 8.007v31.986c0 4.422-3.59 8.007-8 8.007-4.418 0-8-3.588-8-8.007V40.007z\\\"/>\u003C/svg>\"},\"$:/core/images/export-button\":{\"title\":\"$:/core/images/export-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-export-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M8.003 128H119.993a7.984 7.984 0 005.664-2.349v.007A7.975 7.975 0 00128 120V56c0-4.418-3.59-8-8-8-4.418 0-8 3.58-8 8v56H16V56c0-4.418-3.59-8-8-8-4.418 0-8 3.58-8 8v64c0 4.418 3.59 8 8 8h.003zm48.62-100.689l-8.965 8.966c-3.125 3.125-8.195 3.13-11.319.005-3.118-3.118-3.122-8.192.005-11.319L58.962 2.346A7.986 7.986 0 0164.625 0l-.006.002c2.05-.001 4.102.78 5.666 2.344l22.618 22.617c3.124 3.125 3.129 8.195.005 11.319-3.118 3.118-8.192 3.122-11.319-.005l-8.965-8.966v61.256c0 4.411-3.582 8-8 8-4.41 0-8-3.582-8-8V27.311z\\\"/>\u003C/svg>\"},\"$:/core/images/file\":{\"title\":\"$:/core/images/file\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-file tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M111.968 30.5H112V120a8 8 0 01-8 8H24a8 8 0 01-8-8V8a8 8 0 018-8h57v.02a7.978 7.978 0 015.998 2.337l22.627 22.627a7.975 7.975 0 012.343 5.516zM81 8H24v112h80V30.5H89c-4.418 0-8-3.578-8-8V8z\\\"/>\u003Crect width=\\\"64\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"36\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"64\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"52\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"64\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"68\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"64\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"84\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"64\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"100\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"40\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"20\\\" rx=\\\"4\\\"/>\u003C/svg>\"},\"$:/core/images/fixed-height\":{\"title\":\"$:/core/images/fixed-height\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-fixed-height tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M60 35.657l-9.172 9.171a4 4 0 11-5.656-5.656l16-16a4 4 0 015.656 0l16 16a4 4 0 01-5.656 5.656L68 35.657v57.686l9.172-9.171a4 4 0 115.656 5.656l-16 16a4 4 0 01-5.656 0l-16-16a4 4 0 115.656-5.656L60 93.343V35.657zM16 116h96a4 4 0 100-8H16a4 4 0 100 8zm0-96h96a4 4 0 100-8H16a4 4 0 100 8z\\\"/>\u003C/svg>\"},\"$:/core/images/fold-all-button\":{\"title\":\"$:/core/images/fold-all-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-fold-all tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Crect width=\\\"128\\\" height=\\\"16\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"128\\\" height=\\\"16\\\" y=\\\"64\\\" rx=\\\"8\\\"/>\u003Cpath d=\\\"M64.03 20.004c-2.05 0-4.102.78-5.667 2.344L35.746 44.966c-3.125 3.124-3.13 8.194-.005 11.318 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.965 16.966 16.965c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.191-.005-11.318L69.687 22.348a7.986 7.986 0 00-5.663-2.346zM64.03 85.002c-2.05-.001-4.102.78-5.667 2.344l-22.617 22.617c-3.125 3.125-3.13 8.195-.005 11.319 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.966 16.966 16.966c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.192-.005-11.319L69.687 87.346A7.986 7.986 0 0064.024 85z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/fold-button\":{\"title\":\"$:/core/images/fold-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-fold tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Crect width=\\\"128\\\" height=\\\"16\\\" rx=\\\"8\\\"/>\u003Cpath d=\\\"M64.03 25.004c-2.05 0-4.102.78-5.667 2.344L35.746 49.966c-3.125 3.124-3.13 8.194-.005 11.318 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.965 16.966 16.965c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.191-.005-11.318L69.687 27.348a7.986 7.986 0 00-5.663-2.346zM64.005 67.379c-2.05 0-4.102.78-5.666 2.344L35.722 92.34c-3.125 3.125-3.13 8.195-.006 11.32 3.118 3.117 8.192 3.121 11.32-.006L64 86.69l16.965 16.965c3.125 3.125 8.195 3.13 11.319.005 3.118-3.118 3.122-8.192-.005-11.319L69.663 69.723A7.986 7.986 0 0064 67.377z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/fold-others-button\":{\"title\":\"$:/core/images/fold-others-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-fold-others tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Crect width=\\\"128\\\" height=\\\"16\\\" y=\\\"56.031\\\" rx=\\\"8\\\"/>\u003Cpath d=\\\"M86.632 79.976c-2.05 0-4.102.78-5.666 2.345L64 99.286 47.034 82.321a7.986 7.986 0 00-5.662-2.346l.005.001c-2.05 0-4.102.78-5.666 2.345l-22.618 22.617c-3.124 3.125-3.129 8.195-.005 11.319 3.118 3.118 8.192 3.122 11.319-.005l16.966-16.966 16.965 16.966a7.986 7.986 0 005.663 2.346l-.005-.002c2.05 0 4.102-.78 5.666-2.344l16.965-16.966 16.966 16.966c3.125 3.124 8.194 3.129 11.319.005 3.118-3.118 3.122-8.192-.005-11.319L92.289 82.321a7.986 7.986 0 00-5.663-2.346zM86.7 48.024c-2.05 0-4.102-.78-5.666-2.345L64.07 28.714 47.103 45.679a7.986 7.986 0 01-5.663 2.346l.005-.001c-2.05 0-4.101-.78-5.666-2.345L13.162 23.062c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L41.44 28.714l16.966-16.966a7.986 7.986 0 015.662-2.346l-.005.002c2.05 0 4.102.78 5.666 2.344l16.966 16.966 16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L92.358 45.679a7.986 7.986 0 01-5.663 2.346z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/folder\":{\"title\":\"$:/core/images/folder\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-folder tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M55.694 128H8C3.58 128 0 124.414 0 119.996V48.004C0 43.584 3.584 40 7.999 40H16v-8c0-4.418 3.578-8 8-8h32a8 8 0 018 8v8h40.001c4.418 0 7.999 3.586 7.999 8.004V59.83l-8-.082v-7.749A4 4 0 0099.997 48H56V36c0-2.21-1.793-4-4.004-4H28.004A4 4 0 0024 36v12H12.003A4 4 0 008 52v64a4 4 0 004.003 4h46.76l-3.069 8z\\\"/>\u003Cpath d=\\\"M23.873 55.5h96.003c4.417 0 7.004 4.053 5.774 9.063l-13.344 54.374c-1.228 5.005-5.808 9.063-10.223 9.063H6.08c-4.417 0-7.003-4.053-5.774-9.063L13.65 64.563c1.228-5.005 5.808-9.063 10.223-9.063zm1.78 8.5h87.994c2.211 0 3.504 2.093 2.891 4.666l-11.12 46.668c-.614 2.577-2.902 4.666-5.115 4.666H12.31c-2.211 0-3.504-2.093-2.891-4.666l11.12-46.668C21.152 66.09 23.44 64 25.653 64z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/full-screen-button\":{\"title\":\"$:/core/images/full-screen-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-full-screen-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M0 8a8 8 0 018-8h32a8 8 0 110 16H16v24a8 8 0 11-16 0V8zM128 120a8 8 0 01-8 8H88a8 8 0 110-16h24V88a8 8 0 1116 0v32zM8 128a8 8 0 01-8-8V88a8 8 0 1116 0v24h24a8 8 0 110 16H8zM120 0a8 8 0 018 8v32a8 8 0 11-16 0V16H88a8 8 0 110-16h32z\\\"/>\u003C/svg>\"},\"$:/core/images/github\":{\"title\":\"$:/core/images/github\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-github tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M63.938 1.607c-35.336 0-63.994 28.69-63.994 64.084 0 28.312 18.336 52.329 43.768 60.802 3.202.59 4.37-1.388 4.37-3.088 0-1.518-.056-5.55-.087-10.897-17.802 3.871-21.558-8.591-21.558-8.591-2.911-7.404-7.108-9.375-7.108-9.375-5.81-3.973.44-3.895.44-3.895 6.424.453 9.803 6.606 9.803 6.606 5.709 9.791 14.981 6.963 18.627 5.322.582-4.138 2.236-6.963 4.063-8.564-14.211-1.617-29.153-7.117-29.153-31.672 0-6.995 2.495-12.718 6.589-17.195-.66-1.621-2.856-8.14.629-16.96 0 0 5.37-1.722 17.597 6.57 5.104-1.424 10.58-2.132 16.022-2.16 5.438.028 10.91.736 16.022 2.16 12.22-8.292 17.582-6.57 17.582-6.57 3.493 8.82 1.297 15.339.64 16.96 4.102 4.477 6.578 10.2 6.578 17.195 0 24.618-14.966 30.035-29.22 31.62 2.295 1.98 4.342 5.89 4.342 11.87 0 8.564-.079 15.476-.079 17.576 0 1.715 1.155 3.71 4.4 3.084 25.413-8.493 43.733-32.494 43.733-60.798 0-35.394-28.657-64.084-64.006-64.084\\\"/>\u003C/svg>\"},\"$:/core/images/gitter\":{\"title\":\"$:/core/images/gitter\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-gitter tc-image-button\\\" viewBox=\\\"0 0 18 25\\\">\u003Cpath d=\\\"M15 5h2v10h-2zM10 5h2v20h-2zM5 5h2v20H5zM0 0h2v15H0z\\\"/>\u003C/svg>\"},\"$:/core/images/globe\":{\"title\":\"$:/core/images/globe\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-globe tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M72.811 37.128v2.554c0 2.196.978 6.881 0 8.832-1.466 2.928-4.65 3.54-6.394 5.867-1.182 1.577-4.618 10.601-3.69 12.92 3.969 9.922 11.534 3.187 17.962 9.293.864.821 2.887 2.273 3.296 3.296 3.29 8.223-7.576 15.009 3.757 26.3 1.245 1.24 3.813-3.817 4.079-4.614.852-2.563 6.725-5.45 9.088-7.053 2.02-1.37 4.873-2.667 6.328-4.745 2.27-3.244 1.48-7.514 3.098-10.745 2.139-4.274 3.828-9.635 5.998-13.966 3.898-7.781 4.721 2.093 5.067 2.439.358.357 1.011 0 1.517 0 .094 0 1.447.099 1.516 0 .65-.935-1.043-17.92-1.318-19.297-1.404-7.01-6.944-15.781-11.865-20.5-6.274-6.015-7.09-16.197-18.259-14.954-.204.022-5.084 10.148-7.777 13.512-3.728 4.657-2.47-4.153-6.526-4.153-.081 0-1.183-.103-1.253 0-.586.88-1.44 3.896-2.306 4.417-.265.16-1.722-.239-1.846 0-2.243 4.3 8.256 2.212 5.792 7.952-2.352 5.481-6.328-1.997-6.328 8.56M44.467 7.01c9.685 6.13.682 12.198 2.694 16.215 1.655 3.303 4.241 5.395 1.714 9.814-2.063 3.608-6.87 3.966-9.623 6.723-3.04 3.044-5.464 8.94-6.79 12.911-1.617 4.843 14.547 6.866 12.063 11.008-1.386 2.311-6.746 1.466-8.437.198-1.165-.873-3.593-.546-4.417-1.78-2.613-3.915-2.26-8.023-3.625-12.128-.938-2.822-6.313-2.12-7.844-.593-.523.522-.33 1.792-.33 2.505 0 5.285 7.12 3.316 7.12 6.46 0 14.636 3.927 6.534 11.14 11.336 10.036 6.683 7.844 7.303 14.946 14.404 3.673 3.673 7.741 3.686 9.425 9.294 1.602 5.331-9.327 5.339-11.716 7.448-1.123.991-2.813 4.146-4.219 4.615-1.792.598-3.234.496-4.944 1.78-2.427 1.82-3.9 4.932-4.02 4.81-2.148-2.147-3.52-15.479-3.89-18.257-.588-4.42-5.59-5.54-6.986-9.03-1.57-3.927 1.524-9.52-1.129-13.761-6.52-10.424-11.821-14.5-15.35-26.292-.942-3.148 3.342-6.529 4.877-8.833 1.877-2.816 2.662-5.854 4.746-8.635C22.147 24.19 40.855 9.461 43.857 8.635l.61-1.625z\\\"/>\u003Cpath d=\\\"M64 126c34.242 0 62-27.758 62-62 0-34.242-27.758-62-62-62C29.758 2 2 29.758 2 64c0 34.242 27.758 62 62 62zm0-6c30.928 0 56-25.072 56-56S94.928 8 64 8 8 33.072 8 64s25.072 56 56 56z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/heading-1\":{\"title\":\"$:/core/images/heading-1\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-heading-1 tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M14 30h13.25v30.104H61.7V30h13.25v75.684H61.7V71.552H27.25v34.132H14V30zm70.335 13.78c2.544 0 5.017-.212 7.42-.636 2.403-.424 4.576-1.13 6.52-2.12 1.942-.99 3.603-2.261 4.981-3.816 1.378-1.555 2.28-3.463 2.703-5.724h9.858v74.2h-13.25V53.32H84.335v-9.54z\\\"/>\u003C/svg>\"},\"$:/core/images/heading-2\":{\"title\":\"$:/core/images/heading-2\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-heading-2 tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm119.52 75.684H74.85c.07-6.148 1.555-11.519 4.452-16.112 2.897-4.593 6.855-8.586 11.872-11.978a133.725 133.725 0 017.526-5.141 59.6 59.6 0 007.208-5.353c2.19-1.908 3.993-3.975 5.406-6.201 1.413-2.226 2.155-4.788 2.226-7.685 0-1.343-.159-2.774-.477-4.293a11.357 11.357 0 00-1.855-4.24c-.919-1.307-2.19-2.403-3.816-3.286-1.625-.883-3.745-1.325-6.36-1.325-2.403 0-4.399.477-5.989 1.431-1.59.954-2.862 2.261-3.816 3.922-.954 1.66-1.66 3.622-2.12 5.883-.46 2.261-.724 4.7-.795 7.314H76.23c0-4.099.548-7.897 1.643-11.395 1.095-3.498 2.738-6.519 4.93-9.063 2.19-2.544 4.857-4.54 8.002-5.989C93.95 30.724 97.606 30 101.775 30c4.523 0 8.303.742 11.342 2.226 3.039 1.484 5.494 3.357 7.367 5.618 1.873 2.261 3.198 4.717 3.975 7.367.777 2.65 1.166 5.176 1.166 7.579 0 2.968-.46 5.653-1.378 8.056a25.942 25.942 0 01-3.71 6.625 37.5 37.5 0 01-5.3 5.565 79.468 79.468 0 01-6.148 4.77 165.627 165.627 0 01-6.36 4.24 94.28 94.28 0 00-5.883 4.028c-1.802 1.343-3.374 2.738-4.717 4.187-1.343 1.449-2.261 2.986-2.756 4.611h36.146v10.812z\\\"/>\u003C/svg>\"},\"$:/core/images/heading-3\":{\"title\":\"$:/core/images/heading-3\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-heading-3 tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm88.885 32.224c1.979.07 3.957-.07 5.936-.424 1.979-.353 3.745-.972 5.3-1.855a10.365 10.365 0 003.763-3.657c.954-1.555 1.431-3.463 1.431-5.724 0-3.18-1.078-5.724-3.233-7.632-2.155-1.908-4.929-2.862-8.32-2.862-2.12 0-3.958.424-5.513 1.272a11.318 11.318 0 00-3.869 3.445c-1.025 1.449-1.784 3.074-2.279 4.876a18.335 18.335 0 00-.636 5.565H75.381c.141-3.604.813-6.943 2.014-10.017 1.201-3.074 2.844-5.742 4.93-8.003 2.084-2.261 4.61-4.028 7.578-5.3C92.871 30.636 96.228 30 99.973 30a29.2 29.2 0 018.533 1.272c2.791.848 5.3 2.085 7.526 3.71s4.01 3.692 5.353 6.201c1.343 2.509 2.014 5.388 2.014 8.639 0 3.745-.848 7.014-2.544 9.805-1.696 2.791-4.346 4.823-7.95 6.095v.212c4.24.848 7.544 2.95 9.911 6.307s3.551 7.438 3.551 12.243c0 3.533-.707 6.696-2.12 9.487a21.538 21.538 0 01-5.724 7.102c-2.403 1.943-5.194 3.445-8.374 4.505-3.18 1.06-6.537 1.59-10.07 1.59-4.31 0-8.074-.618-11.289-1.855s-5.9-2.986-8.056-5.247c-2.155-2.261-3.798-4.982-4.929-8.162-1.13-3.18-1.731-6.713-1.802-10.6h12.084c-.141 4.523.972 8.286 3.34 11.289 2.366 3.003 5.917 4.505 10.652 4.505 4.028 0 7.402-1.148 10.123-3.445 2.72-2.297 4.081-5.565 4.081-9.805 0-2.897-.565-5.194-1.696-6.89a10.97 10.97 0 00-4.452-3.869c-1.837-.883-3.904-1.431-6.2-1.643a58.067 58.067 0 00-7.05-.212v-9.01z\\\"/>\u003C/svg>\"},\"$:/core/images/heading-4\":{\"title\":\"$:/core/images/heading-4\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-heading-4 tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M8 30h13.25v30.104H55.7V30h13.25v75.684H55.7V71.552H21.25v34.132H8V30zm76.59 48.548h22.471V45.9h-.212L84.59 78.548zm43.46 9.54h-9.54v17.596H107.06V88.088h-31.8V76.11l31.8-44.626h11.448v47.064h9.54v9.54z\\\"/>\u003C/svg>\"},\"$:/core/images/heading-5\":{\"title\":\"$:/core/images/heading-5\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-heading-5 tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm77.755 1.484h38.372v10.812H92.765L88.95 61.164l.212.212c1.625-1.837 3.692-3.233 6.201-4.187 2.509-.954 5-1.431 7.473-1.431 3.675 0 6.96.618 9.858 1.855 2.897 1.237 5.335 2.968 7.314 5.194s3.48 4.858 4.505 7.897c1.025 3.039 1.537 6.325 1.537 9.858 0 2.968-.477 6.024-1.43 9.169a25.161 25.161 0 01-4.559 8.586c-2.085 2.58-4.752 4.7-8.003 6.36-3.25 1.66-7.137 2.491-11.66 2.491-3.604 0-6.943-.477-10.017-1.431-3.074-.954-5.777-2.385-8.109-4.293-2.332-1.908-4.187-4.258-5.565-7.049-1.378-2.791-2.138-6.06-2.279-9.805h12.084c.353 4.028 1.731 7.12 4.134 9.275 2.403 2.155 5.583 3.233 9.54 3.233 2.544 0 4.7-.424 6.466-1.272 1.767-.848 3.198-2.014 4.293-3.498 1.095-1.484 1.873-3.215 2.332-5.194.46-1.979.69-4.099.69-6.36 0-2.05-.284-4.01-.849-5.883-.565-1.873-1.413-3.516-2.544-4.929-1.13-1.413-2.597-2.544-4.399-3.392-1.802-.848-3.904-1.272-6.307-1.272-2.544 0-4.929.477-7.155 1.431-2.226.954-3.834 2.738-4.823 5.353H75.805l7.95-40.598z\\\"/>\u003C/svg>\"},\"$:/core/images/heading-6\":{\"title\":\"$:/core/images/heading-6\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-heading-6 tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm106.587 20.246c-.283-3.039-1.36-5.494-3.233-7.367-1.873-1.873-4.399-2.809-7.579-2.809-2.19 0-4.08.406-5.67 1.219a12.435 12.435 0 00-4.029 3.233c-1.095 1.343-1.979 2.88-2.65 4.611a37.696 37.696 0 00-1.643 5.459 46.08 46.08 0 00-.9 5.671 722.213 722.213 0 00-.478 5.247l.212.212c1.625-2.968 3.87-5.176 6.731-6.625 2.862-1.449 5.954-2.173 9.275-2.173 3.675 0 6.96.636 9.858 1.908 2.897 1.272 5.353 3.021 7.367 5.247 2.014 2.226 3.551 4.858 4.611 7.897 1.06 3.039 1.59 6.325 1.59 9.858 0 3.604-.583 6.943-1.749 10.017-1.166 3.074-2.844 5.76-5.035 8.056-2.19 2.297-4.805 4.081-7.844 5.353-3.039 1.272-6.395 1.908-10.07 1.908-5.441 0-9.91-1.007-13.409-3.021-3.498-2.014-6.254-4.77-8.268-8.268-2.014-3.498-3.41-7.597-4.187-12.296-.777-4.7-1.166-9.77-1.166-15.211 0-4.452.477-8.94 1.431-13.462.954-4.523 2.526-8.639 4.717-12.349 2.19-3.71 5.07-6.731 8.64-9.063C92.676 31.166 97.075 30 102.304 30c2.968 0 5.76.495 8.374 1.484 2.615.99 4.93 2.367 6.943 4.134 2.014 1.767 3.657 3.887 4.93 6.36 1.271 2.473 1.978 5.23 2.12 8.268h-12.085zm-11.66 46.852c2.19 0 4.099-.442 5.724-1.325a12.869 12.869 0 004.081-3.445c1.095-1.413 1.908-3.056 2.438-4.929.53-1.873.795-3.798.795-5.777s-.265-3.887-.795-5.724c-.53-1.837-1.343-3.445-2.438-4.823-1.095-1.378-2.456-2.491-4.08-3.339-1.626-.848-3.534-1.272-5.725-1.272-2.19 0-4.116.406-5.777 1.219-1.66.813-3.056 1.908-4.187 3.286-1.13 1.378-1.979 2.986-2.544 4.823-.565 1.837-.848 3.78-.848 5.83 0 2.05.283 3.993.848 5.83.565 1.837 1.413 3.48 2.544 4.929a12.39 12.39 0 004.187 3.445c1.66.848 3.586 1.272 5.777 1.272z\\\"/>\u003C/svg>\"},\"$:/core/images/help\":{\"title\":\"$:/core/images/help\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-help tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M36.055 111.441c-5.24 4.396-15.168 7.362-26.555 7.362-1.635 0-3.24-.06-4.806-.179 7.919-2.64 14.062-8.6 16.367-16.014C8.747 92.845 1.05 78.936 1.05 63.5c0-29.547 28.206-53.5 63-53.5s63 23.953 63 53.5-28.206 53.5-63 53.5c-10.055 0-19.56-2-27.994-5.559zm35.35-33.843a536.471 536.471 0 00.018-4.682 199.02 199.02 0 00-.023-3.042c.008-1.357.595-2.087 3.727-4.235.112-.077 1.085-.74 1.386-.948 3.093-2.133 5.022-3.786 6.762-6.187 2.34-3.228 3.558-7.077 3.558-11.649 0-13.292-9.86-21.952-21.455-21.952-11.103 0-22.499 9.609-24.066 22.295a6.023 6.023 0 1011.956 1.477c.806-6.527 6.972-11.726 12.11-11.726 5.265 0 9.408 3.64 9.408 9.906 0 3.634-1.1 5.153-5.111 7.919l-1.362.93c-2.682 1.84-4.227 3.1-5.7 4.931-2.109 2.62-3.242 5.717-3.258 9.314.013.892.02 1.86.022 2.981a470.766 470.766 0 01-.022 4.943 6.023 6.023 0 1012.046.12l.003-.395zm-6.027 24.499a7.529 7.529 0 100-15.058 7.529 7.529 0 000 15.058z\\\"/>\u003C/svg>\"},\"$:/core/images/home-button\":{\"title\":\"$:/core/images/home-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-home-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M112.985 119.502c.01-.165.015-.331.015-.499V67.568c3.137 2.948 8.076 2.884 11.134-.174a7.999 7.999 0 00-.002-11.316L70.396 2.343A7.978 7.978 0 0064.734 0a7.957 7.957 0 00-5.656 2.343L33 28.42V8.007C33 3.585 29.41 0 25 0c-4.418 0-8 3.59-8 8.007V44.42L5.342 56.078c-3.125 3.125-3.12 8.198-.002 11.316a7.999 7.999 0 0011.316-.003l.344-.343v52.945a8.11 8.11 0 000 .007c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8a8.11 8.11 0 00-.015-.498zM97 112V51.574L64.737 19.31 33 51.048V112h64z\\\"/>\u003C/svg>\"},\"$:/core/images/import-button\":{\"title\":\"$:/core/images/import-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-import-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M114.832 60.436s3.235-3.27 6.921.417c3.686 3.686.231 7.14.231 7.14l-42.153 42.92s-30.765 32.367-58.798 4.333C-7 87.213 24.59 55.623 24.59 55.623L67.363 12.85s22.725-24.6 43.587-3.738c20.862 20.862-3.96 43.09-3.96 43.09l-35.04 35.04S49.903 112.546 36.426 99.07c-13.476-13.477 11.83-35.523 11.83-35.523l35.04-35.04s3.902-3.902 7.78-.023c3.879 3.878.118 7.921.118 7.921l-35.04 35.04s-13.212 13.212-8.872 17.551c4.34 4.34 16.77-9.653 16.77-9.653l35.04-35.04s16.668-14.598 3.966-27.3c-13.893-13.892-27.565 3.702-27.565 3.702l-42.91 42.91s-23.698 23.698-3.658 43.738 43.012-4.385 43.012-4.385l42.895-42.533z\\\"/>\u003C/svg>\"},\"$:/core/images/info-button\":{\"title\":\"$:/core/images/info-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-info-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\" transform=\\\"translate(.05)\\\">\u003Cpath d=\\\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48z\\\"/>\u003Ccircle cx=\\\"64\\\" cy=\\\"32\\\" r=\\\"8\\\"/>\u003Crect width=\\\"16\\\" height=\\\"56\\\" x=\\\"56\\\" y=\\\"48\\\" rx=\\\"8\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/italic\":{\"title\":\"$:/core/images/italic\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-italic tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M66.711 0h22.41L62.408 128H40z\\\"/>\u003C/svg>\"},\"$:/core/images/left-arrow\":{\"title\":\"$:/core/images/left-arrow\",\"created\":\"20150315234410875\",\"modified\":\"20150315235324760\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-left-arrow tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M0 64.177c0-2.026.771-4.054 2.317-5.6l55.98-55.98a7.92 7.92 0 0111.195.001c3.086 3.085 3.092 8.104.001 11.195L19.111 64.175l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.086-8.105 3.092-11.196.001l-55.98-55.98A7.892 7.892 0 010 64.177z\\\"/>\u003C/svg>\"},\"$:/core/images/line-width\":{\"title\":\"$:/core/images/line-width\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-line-width tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M16 18h96a2 2 0 000-4H16a2 2 0 100 4zm0 17h96a4 4 0 100-8H16a4 4 0 100 8zm0 21h96a6 6 0 000-12H16a6 6 0 100 12zm0 29h96c5.523 0 10-4.477 10-10s-4.477-10-10-10H16c-5.523 0-10 4.477-10 10s4.477 10 10 10zm0 43h96c8.837 0 16-7.163 16-16s-7.163-16-16-16H16c-8.837 0-16 7.163-16 16s7.163 16 16 16z\\\"/>\u003C/svg>\"},\"$:/core/images/link\":{\"title\":\"$:/core/images/link\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-link tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M42.263 69.38a31.919 31.919 0 006.841 10.13c12.5 12.5 32.758 12.496 45.255 0l22.627-22.628c12.502-12.501 12.497-32.758 0-45.255-12.5-12.5-32.758-12.496-45.254 0L49.104 34.255a32.333 32.333 0 00-2.666 3.019 36.156 36.156 0 0121.94.334l14.663-14.663c6.25-6.25 16.382-6.254 22.632-.004 6.248 6.249 6.254 16.373-.004 22.631l-22.62 22.62c-6.25 6.25-16.381 6.254-22.631.004a15.93 15.93 0 01-4.428-8.433 11.948 11.948 0 00-7.59 3.48l-6.137 6.137z\\\"/>\u003Cpath d=\\\"M86.35 59.234a31.919 31.919 0 00-6.84-10.13c-12.5-12.5-32.758-12.497-45.255 0L11.627 71.732c-12.501 12.5-12.496 32.758 0 45.254 12.5 12.5 32.758 12.497 45.255 0L79.51 94.36a32.333 32.333 0 002.665-3.02 36.156 36.156 0 01-21.94-.333l-14.663 14.663c-6.25 6.25-16.381 6.253-22.63.004-6.25-6.249-6.255-16.374.003-22.632l22.62-22.62c6.25-6.25 16.381-6.253 22.631-.003a15.93 15.93 0 014.428 8.432 11.948 11.948 0 007.59-3.48l6.137-6.136z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/linkify\":{\"title\":\"$:/core/images/linkify\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-linkify-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M17.031 31.919H9.048V96.85h7.983v6.92H0V25h17.031v6.919zm24.66 0h-7.983V96.85h7.983v6.92H24.66V25h17.03v6.919zM67.77 56.422l11.975-3.903 2.306 7.096-12.063 3.903 7.628 10.379-6.12 4.435-7.63-10.467-7.45 10.2-5.943-4.523L58.1 63.518 45.95 59.35l2.306-7.096 12.064 4.17V43.825h7.45v12.596zM86.31 96.85h7.982V31.92H86.31V25h17.031v78.77H86.31v-6.92zm24.659 0h7.983V31.92h-7.983V25H128v78.77h-17.031v-6.92z\\\"/>\u003C/svg>\"},\"$:/core/images/list-bullet\":{\"title\":\"$:/core/images/list-bullet\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-list-bullet tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M11.636 40.273c6.427 0 11.637-5.21 11.637-11.637C23.273 22.21 18.063 17 11.636 17 5.21 17 0 22.21 0 28.636c0 6.427 5.21 11.637 11.636 11.637zm0 34.909c6.427 0 11.637-5.21 11.637-11.637 0-6.426-5.21-11.636-11.637-11.636C5.21 51.91 0 57.12 0 63.545c0 6.427 5.21 11.637 11.636 11.637zm0 34.909c6.427 0 11.637-5.21 11.637-11.636 0-6.427-5.21-11.637-11.637-11.637C5.21 86.818 0 92.028 0 98.455c0 6.426 5.21 11.636 11.636 11.636zM34.91 22.818H128v11.637H34.91V22.818zm0 34.91H128v11.636H34.91V57.727zm0 34.908H128v11.637H34.91V92.636z\\\"/>\u003C/svg>\"},\"$:/core/images/list-number\":{\"title\":\"$:/core/images/list-number\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-list-number tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M33.84 22.356H128v11.77H33.84v-11.77zm0 35.31H128v11.77H33.84v-11.77zm0 35.311H128v11.77H33.84v-11.77zM.38 42.631v-2.223h.998c.826 0 1.445-.14 1.858-.42.413-.28.619-.948.619-2.002V22.769c0-1.442-.193-2.336-.58-2.683-.385-.347-1.477-.52-3.275-.52v-2.143c3.502-.147 6.252-.955 8.25-2.423h2.117v22.865c0 .921.15 1.575.449 1.963.3.387.949.58 1.948.58h.998v2.223H.38zm-.3 35.356v-1.902c7.19-6.554 10.786-12.58 10.786-18.08 0-1.562-.326-2.81-.979-3.744-.652-.934-1.524-1.402-2.616-1.402-.893 0-1.655.317-2.287.952-.633.634-.95 1.364-.95 2.192 0 .974.247 1.829.74 2.563.106.16.16.28.16.36 0 .147-.16.28-.48.4-.213.08-.752.308-1.618.681-.839.374-1.358.561-1.558.561-.24 0-.512-.37-.819-1.111A6.2 6.2 0 010 57.064c0-1.949.849-3.544 2.547-4.785 1.698-1.242 3.798-1.862 6.302-1.862 2.463 0 4.53.67 6.202 2.012 1.67 1.341 2.506 3.093 2.506 5.256a8.644 8.644 0 01-.849 3.724c-.566 1.201-1.92 3.053-4.064 5.556a165.471 165.471 0 01-6.272 6.938h11.445l-1.019 5.726h-2.117c.08-.28.12-.534.12-.76 0-.388-.1-.631-.3-.731-.2-.1-.599-.15-1.198-.15H.08zm12.124 19.207c1.745.04 3.236.637 4.474 1.792 1.239 1.154 1.858 2.773 1.858 4.855 0 2.99-1.132 5.393-3.396 7.208-2.263 1.815-5 2.723-8.209 2.723-2.01 0-3.669-.384-4.974-1.151C.652 111.853 0 110.849 0 109.607c0-.774.27-1.398.809-1.872.54-.474 1.128-.71 1.768-.71.639 0 1.162.2 1.568.6.406.4.782 1.055 1.128 1.962.466 1.268 1.239 1.902 2.317 1.902 1.265 0 2.287-.477 3.066-1.431.78-.955 1.169-2.686 1.169-5.196 0-1.709-.12-3.023-.36-3.944-.24-.921-.792-1.382-1.658-1.382-.586 0-1.185.307-1.797.921-.493.494-.932.741-1.319.741-.333 0-.602-.147-.809-.44-.206-.294-.31-.574-.31-.841 0-.32.104-.594.31-.821.207-.227.69-.594 1.449-1.102 2.876-1.922 4.314-4.017 4.314-6.287 0-1.188-.306-2.092-.919-2.713a3.001 3.001 0 00-2.217-.93c-.799 0-1.525.263-2.177.79-.653.528-.979 1.158-.979 1.892 0 .641.253 1.235.76 1.782.172.2.259.367.259.5 0 .121-.57.428-1.708.922-1.139.494-1.854.74-2.147.74-.413 0-.75-.333-1.009-1-.26-.668-.39-1.282-.39-1.842 0-1.749.93-3.224 2.787-4.425 1.858-1.202 3.965-1.802 6.322-1.802 2.064 0 3.851.447 5.363 1.341 1.511.895 2.267 2.116 2.267 3.664 0 1.362-.57 2.623-1.708 3.784a13.387 13.387 0 01-3.945 2.784z\\\"/>\u003C/svg>\"},\"$:/core/images/list\":{\"title\":\"$:/core/images/list\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-list tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M87.748 128H23.999c-4.418 0-7.999-3.59-7.999-8.007V8.007C16 3.585 19.588 0 24 0h80c4.419 0 8 3.59 8 8.007V104H91.25c-.965 0-1.84.392-2.473 1.025a3.476 3.476 0 00-1.029 2.476V128zm8-.12l15.88-15.88h-15.88v15.88zM40 15.508A3.502 3.502 0 0143.5 12h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 20h-55a3.498 3.498 0 01-3.5-3.509v-.982zM32 22a6 6 0 100-12 6 6 0 000 12zm8 9.509A3.502 3.502 0 0143.5 28h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 36h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 44h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 52h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 60h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 68h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 76h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 84h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 92h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 100h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.505 3.505 0 0143.497 108h33.006A3.497 3.497 0 0180 111.509v.982A3.505 3.505 0 0176.503 116H43.497A3.497 3.497 0 0140 112.491v-.982zM32 38a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12z\\\"/>\u003C/svg>\"},\"$:/core/images/locked-padlock\":{\"title\":\"$:/core/images/locked-padlock\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-locked-padlock tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M96.472 64H105v32.01C105 113.674 90.674 128 73.001 128H56C38.318 128 24 113.677 24 96.01V64h8c.003-15.723.303-47.731 32.16-47.731 31.794 0 32.305 32.057 32.312 47.731zm-15.897 0H48.44c.002-16.287.142-32 15.719-32 15.684 0 16.977 16.136 16.415 32zM67.732 92.364A8.503 8.503 0 0064.5 76a8.5 8.5 0 00-3.498 16.25l-5.095 22.77H72.8l-5.07-22.656z\\\"/>\u003C/svg>\"},\"$:/core/images/mail\":{\"title\":\"$:/core/images/mail\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-mail tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M122.827 104.894a7.986 7.986 0 01-2.834.516H8.007c-.812 0-1.597-.12-2.335-.345l34.163-34.163 20.842 20.842a3.998 3.998 0 003.418 1.134 4.003 4.003 0 003.395-1.134L88.594 70.64c.075.09.155.176.24.26l33.993 33.994zm5.076-6.237c.064-.406.097-.823.097-1.247v-64c0-.669-.082-1.318-.237-1.94L94.23 65.006c.09.075.177.154.261.239l33.413 33.413zm-127.698.56A8.023 8.023 0 010 97.41v-64c0-.716.094-1.41.271-2.071l33.907 33.906L.205 99.218zM5.93 25.684a8.012 8.012 0 012.078-.273h111.986c.766 0 1.507.108 2.209.308L64.083 83.837 5.93 25.683z\\\"/>\u003C/svg>\"},\"$:/core/images/menu-button\":{\"title\":\"$:/core/images/menu-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-menu-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Crect width=\\\"128\\\" height=\\\"16\\\" y=\\\"16\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"128\\\" height=\\\"16\\\" y=\\\"56\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"128\\\" height=\\\"16\\\" y=\\\"96\\\" rx=\\\"8\\\"/>\u003C/svg>\"},\"$:/core/images/minus-button\":{\"title\":\"$:/core/images/minus-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-minus-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M64 0c35.346 0 64 28.654 64 64 0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64C0 28.654 28.654 0 64 0zm.332 16c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\\\"/>\u003Crect width=\\\"80\\\" height=\\\"16\\\" x=\\\"24\\\" y=\\\"56\\\" rx=\\\"8\\\"/>\u003C/svg>\"},\"$:/core/images/mono-block\":{\"title\":\"$:/core/images/mono-block\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-mono-block tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M23.965 32.967h.357c.755 0 1.328.192 1.72.577.39.384.586.947.586 1.688 0 .824-.206 1.418-.618 1.782-.413.363-1.094.545-2.045.545h-6.31c-.965 0-1.65-.178-2.056-.535-.405-.356-.608-.954-.608-1.792 0-.811.203-1.391.608-1.74.406-.35 1.09-.525 2.055-.525h.734l-.86-2.453H8.471l-.902 2.453h.734c.95 0 1.632.178 2.044.535.413.356.619.933.619 1.73 0 .824-.206 1.418-.619 1.782-.412.363-1.094.545-2.044.545h-5.41c-.964 0-1.649-.182-2.054-.545-.406-.364-.608-.958-.608-1.782 0-.741.195-1.304.587-1.688.391-.385.964-.577 1.719-.577h.356l5.62-15.641H6.835c-.95 0-1.632-.182-2.044-.546-.412-.363-.619-.95-.619-1.76 0-.825.207-1.42.619-1.783.412-.363 1.094-.545 2.044-.545h7.863c1.244 0 2.118.67 2.62 2.013v.063l6.647 18.2zM12.98 17.326l-3.04 8.848h6.08l-3.04-8.848zm22.402 9.372v6.395h3.145c2.223 0 3.788-.245 4.697-.734.908-.49 1.362-1.307 1.362-2.453 0-1.16-.433-1.985-1.3-2.474-.866-.49-2.383-.734-4.55-.734h-3.354zm10.693-2.327c1.524.559 2.642 1.324 3.355 2.295.713.972 1.07 2.212 1.07 3.722 0 1.272-.308 2.432-.923 3.48-.615 1.049-1.496 1.909-2.642 2.58a7.499 7.499 0 01-2.254.849c-.832.174-2.01.262-3.533.262H30.202c-.922 0-1.583-.182-1.981-.545-.399-.364-.598-.958-.598-1.782 0-.741.189-1.304.566-1.688.378-.385.93-.577 1.657-.577h.356V17.326h-.356c-.727 0-1.28-.196-1.657-.587-.377-.392-.566-.965-.566-1.72 0-.81.203-1.401.608-1.771.406-.37 1.062-.556 1.971-.556h9.645c2.95 0 5.19.573 6.72 1.72 1.53 1.145 2.296 2.823 2.296 5.031 0 1.09-.234 2.052-.703 2.883-.468.832-1.163 1.513-2.086 2.045zM35.381 17.2v5.284h2.83c1.72 0 2.932-.203 3.638-.609.706-.405 1.06-1.09 1.06-2.054 0-.909-.319-1.573-.955-1.992-.636-.42-1.667-.63-3.093-.63h-3.48zm35.863-3.816c.28-.503.566-.86.86-1.07.293-.21.664-.314 1.111-.314.685 0 1.17.182 1.457.545.287.364.43.986.43 1.866l.042 5.452c0 .964-.157 1.614-.472 1.95-.314.335-.884.503-1.709.503-.587 0-1.037-.14-1.352-.42-.314-.28-.584-.796-.807-1.551-.364-1.328-.944-2.282-1.74-2.862-.797-.58-1.901-.87-3.313-.87-2.153 0-3.802.727-4.948 2.18-1.147 1.454-1.72 3.558-1.72 6.311 0 2.74.58 4.844 1.74 6.311 1.16 1.468 2.817 2.202 4.97 2.202 1.467 0 3.085-.49 4.854-1.468 1.768-.978 2.883-1.467 3.344-1.467.545 0 1.003.23 1.373.692.37.46.556 1.034.556 1.719 0 1.23-1.084 2.39-3.25 3.48-2.167 1.09-4.606 1.636-7.318 1.636-3.662 0-6.625-1.21-8.89-3.627-2.264-2.419-3.396-5.578-3.396-9.478 0-3.76 1.146-6.884 3.438-9.372 2.293-2.488 5.2-3.732 8.723-3.732.992 0 1.97.112 2.935.335.964.224 1.992.574 3.082 1.049zm10.22 19.583V17.326h-.356c-.755 0-1.328-.196-1.72-.587-.39-.392-.586-.965-.586-1.72 0-.81.21-1.401.629-1.771.42-.37 1.097-.556 2.034-.556h5.178c2.922 0 5.06.126 6.416.377 1.356.252 2.51.671 3.46 1.258 1.691 1.007 2.988 2.443 3.89 4.31.9 1.865 1.352 4.021 1.352 6.467 0 2.586-.514 4.847-1.541 6.783-1.028 1.936-2.485 3.4-4.372 4.393-.853.447-1.852.772-2.998.975-1.147.203-2.852.304-5.116.304h-6.269c-.965 0-1.65-.178-2.055-.535-.406-.356-.608-.954-.608-1.792 0-.741.195-1.304.587-1.688.391-.385.964-.577 1.72-.577h.356zm5.41-15.725v15.725h1.195c2.642 0 4.592-.646 5.85-1.94 1.258-1.292 1.887-3.28 1.887-5.965 0-2.641-.64-4.612-1.918-5.912-1.28-1.3-3.205-1.95-5.777-1.95-.335 0-.59.003-.765.01a7.992 7.992 0 00-.472.032zm35.067-.126h-9.75v5.368h3.69v-.252c0-.797.175-1.39.524-1.782.35-.392.88-.587 1.594-.587.629 0 1.142.178 1.54.534.4.357.598.808.598 1.353 0 .028.007.118.021.272.014.154.021.308.021.462v4.34c0 .936-.167 1.607-.503 2.013-.335.405-.88.608-1.635.608-.713 0-1.251-.19-1.615-.567-.363-.377-.545-.936-.545-1.677v-.377h-3.69v6.269h9.75v-2.495c0-.937.178-1.608.534-2.013.357-.405.94-.608 1.75-.608.798 0 1.367.2 1.71.597.342.399.513 1.073.513 2.024v5.074c0 .755-.146 1.258-.44 1.51-.293.251-.873.377-1.74.377h-17.172c-.923 0-1.583-.182-1.982-.545-.398-.364-.597-.958-.597-1.782 0-.741.189-1.304.566-1.688.377-.385.93-.577 1.656-.577h.357V17.326h-.357c-.712 0-1.261-.2-1.646-.598-.384-.398-.576-.968-.576-1.709 0-.81.203-1.401.608-1.771.405-.37 1.062-.556 1.97-.556h17.173c.853 0 1.43.13 1.73.388.3.258.45.772.45 1.54v4.698c0 .95-.174 1.631-.524 2.044-.35.412-.915.618-1.698.618-.81 0-1.394-.21-1.75-.629-.357-.419-.535-1.097-.535-2.033v-2.202zM19.77 47.641c.267-.504.55-.86.85-1.07.3-.21.675-.314 1.122-.314.685 0 1.17.181 1.457.545.287.363.43.985.43 1.866l.042 5.451c0 .965-.157 1.615-.472 1.95-.314.336-.891.504-1.73.504-.587 0-1.045-.144-1.373-.43-.329-.287-.598-.8-.807-1.541-.378-1.342-.958-2.3-1.74-2.873-.783-.573-1.88-.86-3.292-.86-2.153 0-3.799.727-4.938 2.181-1.14 1.454-1.709 3.557-1.709 6.311s.598 4.882 1.793 6.385C10.599 67.248 12.294 68 14.488 68c.503 0 1.077-.06 1.72-.179a23.809 23.809 0 002.264-.555v-3.313h-2.37c-.95 0-1.624-.175-2.023-.524-.398-.35-.597-.93-.597-1.74 0-.84.199-1.437.597-1.793.399-.357 1.073-.535 2.024-.535h7.569c.978 0 1.667.175 2.065.524.398.35.598.937.598 1.762 0 .74-.2 1.31-.598 1.708-.398.399-.975.598-1.73.598h-.335v5.242c0 .447-.05.758-.147.933-.098.174-.293.353-.587.534-.797.476-2.062.895-3.795 1.258a25.576 25.576 0 01-5.263.546c-3.662 0-6.625-1.21-8.89-3.628-2.264-2.418-3.397-5.577-3.397-9.477 0-3.76 1.147-6.884 3.44-9.372 2.292-2.488 5.199-3.732 8.721-3.732.979 0 1.954.112 2.925.335.972.224 2.003.573 3.093 1.049zm15.84 3.941v4.823h6.857v-4.823h-.336c-.754 0-1.331-.195-1.73-.587-.398-.391-.597-.964-.597-1.719 0-.825.206-1.419.619-1.782.412-.364 1.093-.545 2.044-.545h5.41c.95 0 1.624.181 2.023.545.398.363.597.957.597 1.782 0 .755-.192 1.328-.576 1.72-.385.39-.947.586-1.688.586h-.357v15.642h.357c.755 0 1.328.192 1.719.576.391.385.587.947.587 1.688 0 .825-.203 1.419-.608 1.782-.405.364-1.09.546-2.055.546h-5.41c-.964 0-1.649-.179-2.054-.535-.405-.357-.608-.954-.608-1.793 0-.74.2-1.303.598-1.688.398-.384.975-.576 1.73-.576h.335v-6.186h-6.856v6.186h.335c.755 0 1.331.192 1.73.576.398.385.597.947.597 1.688 0 .825-.206 1.419-.618 1.782-.412.364-1.094.546-2.044.546h-5.41c-.964 0-1.65-.179-2.055-.535-.405-.357-.608-.954-.608-1.793 0-.74.196-1.303.587-1.688.392-.384.965-.576 1.72-.576h.356V51.582h-.356c-.741 0-1.304-.195-1.688-.587-.385-.391-.577-.964-.577-1.719 0-.825.2-1.419.598-1.782.398-.364 1.073-.545 2.023-.545h5.41c.936 0 1.614.181 2.033.545.42.363.63.957.63 1.782 0 .755-.2 1.328-.598 1.72-.399.39-.975.586-1.73.586h-.335zm31.754 0v15.642h3.523c.95 0 1.632.178 2.044.534.412.357.618.933.618 1.73 0 .811-.21 1.402-.629 1.772-.419.37-1.097.556-2.033.556H58.433c-.95 0-1.632-.182-2.044-.546-.412-.363-.619-.957-.619-1.782 0-.81.203-1.39.608-1.74.406-.35 1.09-.524 2.055-.524h3.523V51.582h-3.523c-.95 0-1.632-.181-2.044-.545-.412-.363-.619-.95-.619-1.761 0-.825.203-1.412.608-1.761.406-.35 1.09-.524 2.055-.524h12.455c.992 0 1.684.174 2.075.524.392.35.587.936.587 1.761 0 .81-.202 1.398-.608 1.761-.405.364-1.09.545-2.054.545h-3.523zm30.496 0v11.994c0 1.873-.122 3.228-.367 4.067a5.876 5.876 0 01-1.227 2.244c-.74.852-1.768 1.495-3.082 1.929-1.314.433-2.893.65-4.738.65-1.3 0-2.555-.126-3.764-.378a16.843 16.843 0 01-3.491-1.132c-.615-.28-1.017-.643-1.206-1.09-.188-.448-.283-1.175-.283-2.18v-4.32c0-1.202.175-2.04.525-2.516.349-.475.957-.713 1.824-.713 1.244 0 1.929.915 2.054 2.747.014.321.035.566.063.733.168 1.622.545 2.73 1.133 3.324.587.594 1.523.89 2.81.89 1.593 0 2.714-.422 3.364-1.268.65-.845.975-2.386.975-4.623V51.582H88.93c-.95 0-1.632-.181-2.044-.545-.413-.363-.619-.95-.619-1.761 0-.825.2-1.412.598-1.761.398-.35 1.086-.524 2.065-.524h10.693c.979 0 1.667.174 2.065.524.399.35.598.936.598 1.761 0 .81-.206 1.398-.619 1.761-.412.364-1.093.545-2.044.545h-1.761zm14.644 0v6.353l6.48-6.478c-.728-.084-1.238-.29-1.531-.619-.294-.328-.44-.85-.44-1.562 0-.825.198-1.419.597-1.782.398-.364 1.073-.545 2.023-.545h5.137c.95 0 1.625.181 2.023.545.399.363.598.957.598 1.782 0 .769-.2 1.345-.598 1.73-.398.384-.982.576-1.75.576h-.483l-6.101 6.06c1.132.839 2.167 1.94 3.103 3.302.937 1.363 2.034 3.456 3.292 6.28h.692c.825 0 1.44.188 1.845.566.405.377.608.943.608 1.698 0 .825-.206 1.419-.619 1.782-.412.364-1.093.546-2.044.546h-2.579c-1.132 0-2.048-.762-2.746-2.286-.126-.28-.224-.503-.294-.67-.923-1.958-1.768-3.467-2.537-4.53a16.616 16.616 0 00-2.705-2.914l-1.97 1.887v3.92h.335c.755 0 1.331.193 1.73.577.398.385.597.947.597 1.688 0 .825-.206 1.419-.618 1.782-.413.364-1.094.546-2.045.546h-5.41c-.964 0-1.649-.179-2.054-.535-.405-.357-.608-.954-.608-1.793 0-.74.196-1.303.587-1.688.391-.384.965-.576 1.72-.576h.356V51.582h-.357c-.74 0-1.303-.195-1.687-.587-.385-.391-.577-.964-.577-1.719 0-.825.2-1.419.598-1.782.398-.364 1.072-.545 2.023-.545h5.41c.936 0 1.614.181 2.033.545.42.363.63.957.63 1.782 0 .755-.2 1.328-.598 1.72-.399.39-.975.586-1.73.586h-.336zM13.44 96.326l4.005-11.889c.251-.782.6-1.352 1.048-1.709.447-.356 1.041-.534 1.782-.534h3.271c.95 0 1.632.182 2.044.545.413.363.619.957.619 1.782 0 .755-.2 1.328-.598 1.72-.398.39-.975.587-1.73.587h-.335l.587 15.641h.357c.754 0 1.32.192 1.698.577.377.384.566.947.566 1.687 0 .825-.2 1.42-.598 1.783-.398.363-1.072.545-2.023.545h-4.718c-.95 0-1.624-.178-2.023-.535-.398-.356-.597-.954-.597-1.793 0-.74.192-1.303.576-1.687.385-.385.954-.577 1.709-.577h.335l-.293-12.79-3.061 9.52c-.224.712-.542 1.226-.954 1.54-.413.315-.982.472-1.709.472-.727 0-1.303-.157-1.73-.472-.426-.314-.751-.828-.975-1.54l-3.04-9.52-.294 12.79h.336c.755 0 1.324.192 1.709.577.384.384.576.947.576 1.687 0 .825-.202 1.42-.608 1.783-.405.363-1.076.545-2.013.545H2.621c-.937 0-1.608-.182-2.013-.545-.405-.364-.608-.958-.608-1.783 0-.74.192-1.303.577-1.687.384-.385.954-.577 1.708-.577h.336l.608-15.641h-.336c-.754 0-1.331-.196-1.73-.588-.398-.39-.597-.964-.597-1.719 0-.825.206-1.419.619-1.782.412-.363 1.093-.545 2.044-.545h3.27c.728 0 1.311.175 1.752.524.44.35.8.923 1.08 1.72l4.109 11.888zm30.454 2.054V86.828H42.74c-.922 0-1.583-.182-1.981-.546-.398-.363-.598-.95-.598-1.76 0-.812.2-1.402.598-1.773.398-.37 1.059-.555 1.981-.555h5.955c.909 0 1.566.185 1.97.555.406.37.609.961.609 1.772 0 .741-.192 1.31-.577 1.709-.384.398-.933.598-1.646.598h-.356v19.038c0 .657-.07 1.069-.21 1.237-.14.167-.454.251-.943.251h-2.097c-.67 0-1.143-.07-1.415-.21-.273-.14-.507-.384-.703-.733l-8.722-15.327v11.385h1.216c.909 0 1.559.175 1.95.524.392.35.587.93.587 1.74 0 .825-.199 1.42-.597 1.783-.399.363-1.045.545-1.94.545h-6.017c-.909 0-1.566-.182-1.971-.545-.406-.364-.608-.958-.608-1.783 0-.74.188-1.303.566-1.687.377-.385.936-.577 1.677-.577h.336V86.828h-.336c-.713 0-1.265-.2-1.656-.598-.392-.398-.587-.968-.587-1.709 0-.81.206-1.401.618-1.772.413-.37 1.066-.555 1.96-.555h3.44c.824 0 1.383.108 1.677.325.293.216.622.653.985 1.31l7.989 14.551zM64.66 86.366c-1.803 0-3.218.727-4.245 2.18-1.028 1.455-1.541 3.474-1.541 6.06 0 2.586.517 4.613 1.551 6.08 1.034 1.468 2.446 2.202 4.235 2.202 1.804 0 3.222-.73 4.257-2.19 1.034-1.461 1.551-3.492 1.551-6.092 0-2.586-.513-4.605-1.54-6.06-1.028-1.453-2.45-2.18-4.268-2.18zm0-4.864c3.44 0 6.27 1.23 8.492 3.69 2.223 2.46 3.334 5.598 3.334 9.414 0 3.844-1.104 6.99-3.313 9.436-2.208 2.446-5.046 3.669-8.513 3.669-3.424 0-6.255-1.234-8.491-3.701-2.237-2.467-3.355-5.602-3.355-9.404 0-3.83 1.108-6.971 3.323-9.424 2.216-2.454 5.057-3.68 8.523-3.68zM87.461 98.17v4.298h2.16c.908 0 1.555.175 1.94.524.384.35.576.93.576 1.74 0 .825-.196 1.42-.587 1.783-.392.363-1.035.545-1.93.545h-7.254c-.922 0-1.583-.182-1.981-.545-.399-.364-.598-.958-.598-1.783 0-.74.189-1.303.566-1.687.378-.385.93-.577 1.657-.577h.356V86.828h-.356c-.713 0-1.262-.2-1.646-.598-.385-.398-.577-.968-.577-1.709 0-.81.203-1.401.608-1.772.406-.37 1.063-.555 1.971-.555h8.66c3.424 0 6.014.657 7.768 1.97 1.754 1.315 2.631 3.25 2.631 5.809 0 2.697-.873 4.738-2.62 6.122-1.748 1.384-4.34 2.076-7.78 2.076h-3.564zm0-11.343v6.625h2.977c1.65 0 2.89-.28 3.722-.839.832-.559 1.248-1.397 1.248-2.516 0-1.048-.43-1.855-1.29-2.421-.86-.566-2.086-.85-3.68-.85h-2.977zm27.267 20.568l-1.636 1.636a12.37 12.37 0 011.772-.44c.58-.098 1.15-.147 1.709-.147 1.104 0 2.268.164 3.491.492 1.223.329 1.967.493 2.233.493.447 0 1.03-.15 1.75-.45.72-.301 1.206-.452 1.458-.452.517 0 .947.2 1.29.598.342.398.513.898.513 1.5 0 .796-.472 1.474-1.415 2.033-.944.56-2.1.839-3.47.839-.937 0-2.139-.22-3.607-.66-1.467-.441-2.53-.661-3.187-.661-.992 0-2.11.272-3.354.817-1.244.546-2.013.818-2.307.818a2.14 2.14 0 01-1.53-.597c-.42-.399-.63-.878-.63-1.437 0-.391.134-.807.4-1.247.265-.44.733-1.01 1.404-1.709l2.118-2.139c-2.335-.852-4.194-2.386-5.578-4.602-1.384-2.215-2.075-4.763-2.075-7.642 0-3.802 1.104-6.909 3.312-9.32 2.209-2.411 5.053-3.617 8.534-3.617 3.467 0 6.304 1.209 8.513 3.627 2.208 2.418 3.312 5.522 3.312 9.31 0 3.774-1.097 6.884-3.291 9.33-2.195 2.446-4.977 3.67-8.345 3.67a22.5 22.5 0 01-1.384-.043zm1.195-21.03c-1.803 0-3.218.727-4.246 2.18-1.027 1.455-1.54 3.474-1.54 6.06 0 2.586.516 4.613 1.55 6.08 1.035 1.468 2.447 2.202 4.236 2.202 1.803 0 3.222-.73 4.256-2.19 1.035-1.461 1.552-3.492 1.552-6.092 0-2.586-.514-4.605-1.541-6.06-1.028-1.453-2.45-2.18-4.267-2.18z\\\"/>\u003C/svg>\"},\"$:/core/images/mono-line\":{\"title\":\"$:/core/images/mono-line\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-mono-line tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M60.437 84.523h.908c1.922 0 3.381.489 4.378 1.468.997.979 1.495 2.411 1.495 4.298 0 2.1-.525 3.612-1.575 4.538-1.05.925-2.785 1.388-5.206 1.388h-16.07c-2.456 0-4.2-.454-5.232-1.361-1.032-.908-1.548-2.43-1.548-4.565 0-2.065.516-3.542 1.548-4.432 1.032-.89 2.776-1.334 5.232-1.334h1.869l-2.19-6.247H20.983l-2.296 6.247h1.87c2.42 0 4.155.453 5.205 1.361 1.05.908 1.575 2.376 1.575 4.405 0 2.1-.525 3.612-1.575 4.538-1.05.925-2.785 1.388-5.206 1.388H6.781c-2.456 0-4.2-.463-5.233-1.388C.516 93.9 0 92.389 0 90.289c0-1.887.498-3.32 1.495-4.298.997-.979 2.456-1.468 4.378-1.468h.908l14.308-39.83h-4.271c-2.42 0-4.156-.462-5.206-1.387-1.05-.926-1.575-2.42-1.575-4.485 0-2.1.525-3.613 1.575-4.538 1.05-.926 2.785-1.388 5.206-1.388h20.021c3.168 0 5.392 1.708 6.674 5.125v.16l16.924 46.343zm-27.976-39.83L24.72 67.225h15.483l-7.742-22.53zM89.506 68.56v16.284h8.008c5.66 0 9.646-.623 11.96-1.869 2.313-1.245 3.47-3.328 3.47-6.246 0-2.955-1.103-5.055-3.31-6.3-2.207-1.246-6.069-1.869-11.586-1.869h-8.542zm27.229-5.926c3.88 1.423 6.727 3.372 8.542 5.846 1.815 2.474 2.723 5.633 2.723 9.477 0 3.239-.783 6.193-2.35 8.862-1.565 2.67-3.808 4.859-6.726 6.567-1.709.997-3.622 1.718-5.74 2.163-2.118.445-5.116.667-8.996.667h-27.87c-2.349 0-4.03-.463-5.045-1.388-1.014-.926-1.521-2.438-1.521-4.538 0-1.887.48-3.32 1.441-4.298.961-.979 2.367-1.468 4.218-1.468h.907v-39.83h-.907c-1.851 0-3.257-.498-4.218-1.494-.961-.997-1.441-2.456-1.441-4.378 0-2.065.516-3.568 1.548-4.512 1.032-.943 2.705-1.414 5.018-1.414h24.56c7.51 0 13.214 1.459 17.111 4.377 3.898 2.92 5.847 7.19 5.847 12.814 0 2.776-.597 5.223-1.789 7.341-1.192 2.118-2.963 3.853-5.312 5.206zm-27.23-18.26v13.455h7.208c4.378 0 7.466-.516 9.264-1.549 1.797-1.032 2.696-2.776 2.696-5.232 0-2.313-.81-4.004-2.43-5.072-1.619-1.068-4.244-1.602-7.874-1.602h-8.863z\\\"/>\u003C/svg>\"},\"$:/core/images/new-button\":{\"title\":\"$:/core/images/new-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-new-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M56 72H8.007C3.591 72 0 68.418 0 64c0-4.41 3.585-8 8.007-8H56V8.007C56 3.591 59.582 0 64 0c4.41 0 8 3.585 8 8.007V56h47.993c4.416 0 8.007 3.582 8.007 8 0 4.41-3.585 8-8.007 8H72v47.993c0 4.416-3.582 8.007-8 8.007-4.41 0-8-3.585-8-8.007V72z\\\"/>\u003C/svg>\"},\"$:/core/images/new-here-button\":{\"title\":\"$:/core/images/new-here-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-new-here-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M55.838 20.935l-3.572.938c-3.688.968-8.23 4.43-10.136 7.731L3.37 96.738c-1.905 3.3-.771 7.524 2.534 9.432l33.717 19.466c3.297 1.904 7.53.78 9.435-2.521l38.76-67.134c1.905-3.3 2.632-8.963 1.623-12.646L83.285 20.88c-1.009-3.68-4.821-5.884-8.513-4.915l-7.603 1.995.043.287c.524 3.394 2.053 7.498 4.18 11.55.418.163.829.36 1.23.59a8.864 8.864 0 014.438 8.169c.104.132.21.264.316.395l-.386.318a8.663 8.663 0 01-1.082 3.137c-2.42 4.192-7.816 5.608-12.051 3.163-4.12-2.379-5.624-7.534-3.476-11.671-2.177-4.394-3.788-8.874-4.543-12.964z\\\"/>\u003Cpath d=\\\"M69.554 44.76c-5.944-7.476-10.74-17.196-11.955-25.059-1.68-10.875 3.503-18.216 15.082-18.04 10.407.158 19.975 5.851 24.728 13.785 5.208 8.695 2.95 17.868-6.855 20.496l-2.037-7.601c4.232-1.134 4.999-4.248 2.24-8.853-3.37-5.626-10.465-9.848-18.146-9.965-6.392-.097-8.31 2.62-7.323 9.01.999 6.465 5.318 15.138 10.582 21.65l-.072.06c.559 1.553-4.17 6.44-5.938 4.888l-.005.004-.028-.034a1.323 1.323 0 01-.124-.135 2.618 2.618 0 01-.149-.205z\\\"/>\u003Crect width=\\\"16\\\" height=\\\"48\\\" x=\\\"96\\\" y=\\\"80\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"48\\\" height=\\\"16\\\" x=\\\"80\\\" y=\\\"96\\\" rx=\\\"8\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/new-image-button\":{\"title\":\"$:/core/images/new-image-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-new-image-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M81.362 73.627l15.826-27.41a2.626 2.626 0 00-.962-3.59l-50.01-28.872a2.626 2.626 0 00-3.588.961L30.058 36.49l10.04-5.261c3.042-1.595 6.771.114 7.55 3.46l3.607 17.702 9.88.85a5.25 5.25 0 014.571 3.77c.034.115.1.344.199.671.165.553.353 1.172.562 1.843.595 1.914 1.23 3.85 1.872 5.678.207.588.412 1.156.614 1.701.625 1.685 1.209 3.114 1.725 4.207.255.54.485.977.726 1.427.214.212.547.425 1.011.622 1.141.482 2.784.74 4.657.758.864.008 1.71-.034 2.492-.11.448-.043.753-.085.871-.104.315-.053.625-.077.927-.076zM37.47 2.649A5.257 5.257 0 0144.649.725l63.645 36.746a5.257 5.257 0 011.923 7.178L73.47 108.294a5.257 5.257 0 01-7.177 1.923L2.649 73.47a5.257 5.257 0 01-1.924-7.177L37.471 2.649zm42.837 50.49a5.25 5.25 0 105.25-9.092 5.25 5.25 0 00-5.25 9.093zM96 112h-7.993c-4.419 0-8.007-3.582-8.007-8 0-4.41 3.585-8 8.007-8H96v-7.993C96 83.588 99.582 80 104 80c4.41 0 8 3.585 8 8.007V96h7.993c4.419 0 8.007 3.582 8.007 8 0 4.41-3.585 8-8.007 8H112v7.993c0 4.419-3.582 8.007-8 8.007-4.41 0-8-3.585-8-8.007V112zM33.347 51.791c7.428 7.948 9.01 10.69 7.449 13.394-1.56 2.703-13.838-2.328-16.094 1.58-2.256 3.908-.907 3.258-2.437 5.908l19.73 11.39s-5.605-8.255-4.235-10.628c2.515-4.356 8.77-1.256 10.365-4.019 2.414-4.181-5.103-9.639-14.778-17.625z\\\"/>\u003C/svg>\"},\"$:/core/images/new-journal-button\":{\"title\":\"$:/core/images/new-journal-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-new-journal-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M102.545 112.818v11.818c0 1.306 1.086 2.364 2.425 2.364h6.06c1.34 0 2.425-1.058 2.425-2.364v-11.818h12.12c1.34 0 2.425-1.058 2.425-2.363v-5.91c0-1.305-1.085-2.363-2.424-2.363h-12.121V90.364c0-1.306-1.086-2.364-2.425-2.364h-6.06c-1.34 0-2.425 1.058-2.425 2.364v11.818h-12.12c-1.34 0-2.425 1.058-2.425 2.363v5.91c0 1.305 1.085 2.363 2.424 2.363h12.121zM60.016 4.965c-4.781-2.76-10.897-1.118-13.656 3.66L5.553 79.305A9.993 9.993 0 009.21 92.963l51.04 29.468c4.78 2.76 10.897 1.118 13.655-3.66l40.808-70.681a9.993 9.993 0 00-3.658-13.656L60.016 4.965zm-3.567 27.963a6 6 0 106-10.393 6 6 0 00-6 10.393zm31.697 17.928a6 6 0 106-10.392 6 6 0 00-6 10.392z\\\"/>\u003Ctext class=\\\"tc-fill-background\\\" font-family=\\\"Helvetica\\\" font-size=\\\"47.172\\\" font-weight=\\\"bold\\\" transform=\\\"rotate(30 25.742 95.82)\\\">\u003Ctspan x=\\\"42\\\" y=\\\"77.485\\\" text-anchor=\\\"middle\\\">\u003C\u003Cnow \\\"DD\\\">>\u003C/tspan>\u003C/text>\u003C/g>\u003C/svg>\"},\"$:/core/images/opacity\":{\"title\":\"$:/core/images/opacity\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-opacity tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M102.362 65a51.595 51.595 0 01-1.942 6H82.584a35.867 35.867 0 002.997-6h16.78zm.472-2c.423-1.961.734-3.963.929-6H87.656a35.78 35.78 0 01-1.368 6h16.546zm-3.249 10a51.847 51.847 0 01-3.135 6H75.812a36.205 36.205 0 005.432-6h18.341zm-4.416 8c-1.424 2.116-3 4.12-4.71 6H60.46a35.843 35.843 0 0012.874-6h21.834zm-7.513-34h16.107C101.247 20.627 79.033 0 52 0 23.281 0 0 23.281 0 52c0 25.228 17.965 46.26 41.8 51h20.4a51.66 51.66 0 0015.875-6H39v-2h42.25a52.257 52.257 0 007.288-6H39v-2h4.539C27.739 83.194 16 68.968 16 52c0-19.882 16.118-36 36-36 18.186 0 33.222 13.484 35.656 31zm.22 2h16.039a52.823 52.823 0 010 6H87.877a36.483 36.483 0 000-6z\\\"/>\u003Cpath d=\\\"M76 128c28.719 0 52-23.281 52-52s-23.281-52-52-52-52 23.281-52 52 23.281 52 52 52zm0-16c19.882 0 36-16.118 36-36S95.882 40 76 40 40 56.118 40 76s16.118 36 36 36z\\\"/>\u003Cpath d=\\\"M37 58h53v4H37v-4zm3-8h53v4H40v-4zm0-8h53v4H40v-4zm-8 24h53v4H32v-4zm-2 8h53v4H30v-4zm-3 8h53v4H27v-4z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/open-window\":{\"title\":\"$:/core/images/open-window\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-open-window tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M16 112h88.994c3.87 0 7.006 3.59 7.006 8 0 4.418-3.142 8-7.006 8H7.006C3.136 128 0 124.41 0 120a9.321 9.321 0 010-.01V24.01C0 19.586 3.59 16 8 16c4.418 0 8 3.584 8 8.01V112z\\\"/>\u003Cpath d=\\\"M96 43.196V56a8 8 0 1016 0V24c0-4.41-3.585-8-8.007-8H72.007C67.588 16 64 19.582 64 24c0 4.41 3.585 8 8.007 8H84.57l-36.3 36.299a8 8 0 00-.001 11.316c3.117 3.117 8.19 3.123 11.316-.003L96 43.196zM32 7.999C32 3.581 35.588 0 40 0h80c4.419 0 8 3.588 8 8v80c0 4.419-3.588 8-8 8H40c-4.419 0-8-3.588-8-8V8z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/options-button\":{\"title\":\"$:/core/images/options-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-options-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M110.488 76a47.712 47.712 0 01-5.134 12.384l6.724 6.724c3.123 3.123 3.132 8.192.011 11.313l-5.668 5.668c-3.12 3.12-8.186 3.117-11.313-.01l-6.724-6.725c-3.82 2.258-7.98 4-12.384 5.134v9.505c0 4.417-3.578 8.007-7.992 8.007h-8.016C55.58 128 52 124.415 52 119.993v-9.505a47.712 47.712 0 01-12.384-5.134l-6.724 6.725c-3.123 3.122-8.192 3.131-11.313.01l-5.668-5.668c-3.12-3.12-3.116-8.186.01-11.313l6.725-6.724c-2.257-3.82-4-7.98-5.134-12.384H8.007C3.591 76 0 72.422 0 68.01v-8.017C0 55.58 3.585 52 8.007 52h9.505a47.712 47.712 0 015.134-12.383l-6.724-6.725c-3.123-3.122-3.132-8.191-.011-11.312l5.668-5.669c3.12-3.12 8.186-3.116 11.313.01l6.724 6.725c3.82-2.257 7.98-4 12.384-5.134V8.007C52 3.591 55.578 0 59.992 0h8.016C72.42 0 76 3.585 76 8.007v9.505a47.712 47.712 0 0112.384 5.134l6.724-6.724c3.123-3.123 8.192-3.132 11.313-.01l5.668 5.668c3.12 3.12 3.116 8.186-.01 11.312l-6.725 6.725c2.257 3.82 4 7.979 5.134 12.383h9.505c4.416 0 8.007 3.578 8.007 7.992v8.017c0 4.411-3.585 7.991-8.007 7.991h-9.505zM64 96c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32z\\\"/>\u003C/svg>\"},\"$:/core/images/paint\":{\"title\":\"$:/core/images/paint\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-paint tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M83.527 76.19C90.43 69.287 91.892 59 87.91 50.665l37.903-37.902c2.919-2.92 2.913-7.659 0-10.572a7.474 7.474 0 00-10.572 0L77.338 40.093c-8.335-3.982-18.622-2.521-25.526 4.383l31.715 31.715zm-2.643 2.644L49.169 47.119S8.506 81.243 0 80.282c0 0 3.782 5.592 6.827 8.039 14.024-5.69 37.326-24.6 37.326-24.6l.661.66S19.45 90.222 9.18 92.047c1.222 1.44 4.354 4.053 6.247 5.776 5.417-1.488 34.733-28.57 34.733-28.57l.661.66-32.407 31.022 5.285 5.286L56.106 75.2l.662.66s-27.864 30.536-28.684 32.432c0 0 6.032 6.853 7.569 7.824.702-2.836 27.884-33.485 27.884-33.485l.661.66s-20.597 23.755-24.964 36.732c3.21 3.549 7.5 5.137 10.926 6.298-2.19-11.817 30.724-47.487 30.724-47.487z\\\"/>\u003C/svg>\"},\"$:/core/images/palette\":{\"title\":\"$:/core/images/palette\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-palette tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M80.247 39.182a93.52 93.52 0 00-16.228-1.4C28.662 37.781 0 57.131 0 81.002c0 9.642 4.676 18.546 12.58 25.735C23.504 91.19 26.34 72.395 36.89 63.562c15.183-12.713 26.538-7.828 26.538-7.828l16.82-16.552zm26.535 9.655c13.049 7.913 21.257 19.392 21.257 32.166 0 9.35.519 17.411-11.874 25.08-10.797 6.681-3.824-6.536-11.844-10.898s-19.946 1.308-18.213 7.906c3.2 12.181 19.422 11.455 6.314 16.658-13.107 5.202-18.202 4.476-28.403 4.476-7.821 0-15.315-.947-22.243-2.68 9.844-4.197 27.88-12.539 33.354-19.456C82.788 92.409 87.37 80 83.324 72.484c-.194-.359 11.215-11.668 23.458-23.647zM1.134 123.867l-.66.002c33.479-14.94 22.161-64.226 58.818-64.226.317 1.418.644 2.944 1.062 4.494-25.907-4.166-23.567 48.031-59.22 59.73zm.713-.007c38.872-.506 78.152-22.347 78.152-44.813-9.27 0-14.073-3.48-16.816-7.942-16.597-7.003-30.365 45.715-61.336 52.755zm65.351-64.008c-4.45 4.115 4.886 16.433 11.318 11.318l45.27-45.27c11.317-11.318 0-22.635-11.318-11.318-11.317 11.318-33.518 34.405-45.27 45.27z\\\"/>\u003C/svg>\"},\"$:/core/images/permalink-button\":{\"title\":\"$:/core/images/permalink-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-permalink-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M80.483 48l-7.387 32h-25.58l7.388-32h25.58zm3.694-16l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L100.598 32h3.403c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8h-7.096l-7.387 32H104c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H85.824l-5.624 24.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L69.402 96h-25.58L38.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L27.402 96h-3.403C19.59 96 16 92.418 16 88c0-4.41 3.581-8 8-8h7.096l7.387-32H24C19.59 48 16 44.418 16 40c0-4.41 3.581-8 8-8h18.177l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L58.598 32h25.58z\\\"/>\u003C/svg>\"},\"$:/core/images/permaview-button\":{\"title\":\"$:/core/images/permaview-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-permaview-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M81.483 48l-1.846 8h-5.58l1.847-8h5.58zm3.694-16l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L101.598 32h2.403c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8h-6.096l-1.847 8h7.944c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H92.364l-1.846 8H104c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H86.824l-5.624 24.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L70.402 96h-5.58L59.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L48.402 96h-5.58L37.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L26.402 96h-2.403C19.59 96 16 92.418 16 88c0-4.41 3.581-8 8-8h6.096l1.847-8h-7.944C19.59 72 16 68.418 16 64c0-4.41 3.581-8 8-8h11.637l1.846-8H24C19.59 48 16 44.418 16 40c0-4.41 3.581-8 8-8h17.177l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L57.598 32h5.58L68.8 7.642c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L79.598 32h5.58zM53.904 48l-1.847 8h5.58l1.846-8h-5.579zm22.039 24l-1.847 8h-5.58l1.847-8h5.58zm-27.58 0l-1.846 8h5.579l1.847-8h-5.58z\\\"/>\u003C/svg>\"},\"$:/core/images/picture\":{\"title\":\"$:/core/images/picture\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-picture tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M112 68.233v-48.23A4.001 4.001 0 00107.997 16H20.003A4.001 4.001 0 0016 20.003v38.31l9.241-14.593c2.8-4.422 9.023-5.008 12.6-1.186l18.247 20.613 13.687-6.407a8 8 0 018.903 1.492 264.97 264.97 0 002.92 2.739 249.44 249.44 0 006.798 6.066 166.5 166.5 0 002.106 1.778c2.108 1.747 3.967 3.188 5.482 4.237.748.518 1.383.92 2.044 1.33.444.117 1.046.144 1.809.05 1.873-.233 4.238-1.144 6.723-2.547a36.016 36.016 0 003.205-2.044c.558-.4.93-.686 1.07-.802.376-.31.765-.577 1.165-.806zM0 8.007A8.01 8.01 0 018.007 0h111.986A8.01 8.01 0 01128 8.007v111.986a8.01 8.01 0 01-8.007 8.007H8.007A8.01 8.01 0 010 119.993V8.007zM95 42a8 8 0 100-16 8 8 0 000 16zM32 76c15.859 4.83 20.035 7.244 20.035 12S32 95.471 32 102.347c0 6.876 1.285 4.99 1.285 9.653H68s-13.685-6.625-13.685-10.8c0-7.665 10.615-8.34 10.615-13.2 0-7.357-14.078-8.833-32.93-12z\\\"/>\u003C/svg>\"},\"$:/core/images/plugin-generic-language\":{\"title\":\"$:/core/images/plugin-generic-language\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" viewBox=\\\"0 0 128 128\\\" class=\\\"tc-image-plugin-generic-language tc-image-button\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M61.207 68.137c-4.324 2.795-6.999 6.656-6.999 10.921 0 7.906 9.19 14.424 21.042 15.336 2.162 3.902 8.598 6.785 16.318 7.01-5.126-1.125-9.117-3.742-10.62-7.01C92.805 93.487 102 86.967 102 79.059c0-8.53-10.699-15.445-23.896-15.445-6.599 0-12.572 1.729-16.897 4.524zm12.794-14.158c-4.324 2.795-10.298 4.524-16.897 4.524-2.619 0-5.14-.272-7.497-.775-3.312 2.25-8.383 3.69-14.067 3.69l-.255-.002c4.119-.892 7.511-2.747 9.478-5.13-6.925-2.704-11.555-7.617-11.555-13.228 0-8.53 10.699-15.445 23.896-15.445C70.301 27.613 81 34.528 81 43.058c0 4.265-2.675 8.126-6.999 10.921zM64 0l54.56 32v64L64 128 9.44 96V32L64 0z\\\"/>\u003C/svg>\"},\"$:/core/images/plugin-generic-plugin\":{\"title\":\"$:/core/images/plugin-generic-plugin\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" viewBox=\\\"0 0 128 128\\\" class=\\\"tc-image-plugin-generic-plugin tc-image-button\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M40.397 76.446V95.34h14.12l-.001-.005a6.912 6.912 0 005.364-11.593l.046-.023a6.912 6.912 0 119.979.526l.086.055a6.914 6.914 0 004.408 10.948l-.023.092h21.32V75.568l-.15.038a6.912 6.912 0 00-11.593-5.364l-.022-.046a6.912 6.912 0 11.526-9.979l.055-.086a6.914 6.914 0 0010.948-4.408c.079.018.158.038.236.059v-15.74h-21.32l.023-.094a6.914 6.914 0 01-4.408-10.947 10.23 10.23 0 00-.086-.055 6.912 6.912 0 10-9.979-.526l-.046.023a6.912 6.912 0 01-5.364 11.593l.001.005h-14.12v12.847A6.912 6.912 0 0129.5 59.843l-.054.086a6.912 6.912 0 10-.526 9.979l.023.046a6.912 6.912 0 0111.455 6.492zM64 0l54.56 32v64L64 128 9.44 96V32L64 0z\\\"/>\u003C/svg>\"},\"$:/core/images/plugin-generic-theme\":{\"title\":\"$:/core/images/plugin-generic-theme\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" viewBox=\\\"0 0 128 128\\\" class=\\\"tc-image-plugin-generic-theme tc-image-button\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M29.408 91.472L51.469 69.41l-.004-.005a2.22 2.22 0 01.004-3.146c.87-.87 2.281-.872 3.147-.005l9.465 9.464a2.22 2.22 0 01-.005 3.147c-.87.87-2.28.871-3.147.005l-.005-.005-22.061 22.062a6.686 6.686 0 11-9.455-9.455zM60.802 66.38c-2.436-2.704-4.465-5.091-5.817-6.869-6.855-9.014-10.313-4.268-14.226 0-3.913 4.268 1.03 7.726-2.683 10.741-3.713 3.015-3.484 4.06-9.752-1.455-6.267-5.516-6.7-7.034-3.823-10.181 2.877-3.147 5.281 1.808 11.159-3.785 5.877-5.593.94-10.55.94-10.55s12.237-25.014 28.588-23.167c16.351 1.848-6.186-2.392-11.792 17.226-2.4 8.4.447 6.42 4.998 9.968 1.394 1.086 6.03 4.401 11.794 8.685l20.677-20.676 1.615-4.766 7.84-4.689 3.151 3.152-4.688 7.84-4.766 1.615-20.224 20.223c12.663 9.547 28.312 22.146 28.312 26.709 0 7.217-3.071 11.526-9.535 9.164-4.693-1.715-18.768-15.192-28.753-25.897l-2.893 2.893-3.151-3.152 3.029-3.029zM63.953 0l54.56 32v64l-54.56 32-54.56-32V32l54.56-32z\\\"/>\u003C/svg>\"},\"$:/core/images/plus-button\":{\"title\":\"$:/core/images/plus-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-plus-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M64-.333c35.346 0 64 28.654 64 64 0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64zM64 16c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\\\"/>\u003Crect width=\\\"80\\\" height=\\\"16\\\" x=\\\"24\\\" y=\\\"56\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"16\\\" height=\\\"80\\\" x=\\\"56\\\" y=\\\"24\\\" rx=\\\"8\\\"/>\u003C/svg>\"},\"$:/core/images/preview-closed\":{\"title\":\"$:/core/images/preview-closed\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-preview-closed tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M.088 64a7.144 7.144 0 001.378 5.458C16.246 88.818 39.17 100.414 64 100.414c24.83 0 47.753-11.596 62.534-30.956A7.144 7.144 0 00127.912 64C110.582 78.416 88.304 87.086 64 87.086 39.696 87.086 17.418 78.416.088 64z\\\"/>\u003Crect width=\\\"4\\\" height=\\\"16\\\" x=\\\"62\\\" y=\\\"96\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"4\\\" height=\\\"16\\\" x=\\\"78\\\" y=\\\"93\\\" rx=\\\"4\\\" transform=\\\"rotate(-5 80 101)\\\"/>\u003Crect width=\\\"4\\\" height=\\\"16\\\" x=\\\"46\\\" y=\\\"93\\\" rx=\\\"4\\\" transform=\\\"rotate(5 48 101)\\\"/>\u003Crect width=\\\"4\\\" height=\\\"16\\\" x=\\\"30\\\" y=\\\"88\\\" rx=\\\"4\\\" transform=\\\"rotate(10 32 96)\\\"/>\u003Crect width=\\\"4\\\" height=\\\"16\\\" x=\\\"94\\\" y=\\\"88\\\" rx=\\\"4\\\" transform=\\\"rotate(-10 96 96)\\\"/>\u003Crect width=\\\"4\\\" height=\\\"16\\\" x=\\\"110\\\" y=\\\"80\\\" rx=\\\"4\\\" transform=\\\"rotate(-20 112 88)\\\"/>\u003Crect width=\\\"4\\\" height=\\\"16\\\" x=\\\"14\\\" y=\\\"80\\\" rx=\\\"4\\\" transform=\\\"rotate(20 16 88)\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/preview-open\":{\"title\":\"$:/core/images/preview-open\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-preview-open tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M64.11 99.588c-24.83 0-47.754-11.596-62.534-30.957a7.148 7.148 0 010-8.675C16.356 40.596 39.28 29 64.11 29c24.83 0 47.753 11.596 62.534 30.956a7.148 7.148 0 010 8.675c-14.78 19.36-37.703 30.957-62.534 30.957zm46.104-32.007c1.44-1.524 1.44-3.638 0-5.162C99.326 50.9 82.439 44 64.147 44S28.968 50.9 18.08 62.42c-1.44 1.523-1.44 3.637 0 5.16C28.968 79.1 45.855 86 64.147 86s35.179-6.9 46.067-18.42z\\\"/>\u003Cpath d=\\\"M63.5 88C76.479 88 87 77.479 87 64.5S76.479 41 63.5 41 40 51.521 40 64.5 50.521 88 63.5 88z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/print-button\":{\"title\":\"$:/core/images/print-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-print-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M112 71V30.5h-.032c-.035-2-.816-3.99-2.343-5.516L86.998 2.357A7.978 7.978 0 0081 .02V0H24a8 8 0 00-8 8v63h8V8h57v14.5c0 4.422 3.582 8 8 8h15V71h8z\\\"/>\u003Crect width=\\\"64\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"36\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"64\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"52\\\" rx=\\\"4\\\"/>\u003Crect width=\\\"40\\\" height=\\\"8\\\" x=\\\"32\\\" y=\\\"20\\\" rx=\\\"4\\\"/>\u003Cpath d=\\\"M0 80.005C0 71.165 7.156 64 16 64h96c8.836 0 16 7.155 16 16.005v31.99c0 8.84-7.156 16.005-16 16.005H16c-8.836 0-16-7.155-16-16.005v-31.99zM104 96a8 8 0 100-16 8 8 0 000 16z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/quote\":{\"title\":\"$:/core/images/quote\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-quote tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M51.219 117.713V62.199H27.427c0-8.891 1.683-16.401 5.047-22.53 3.365-6.127 9.613-10.754 18.745-13.878V2c-7.45.961-14.36 3.184-20.728 6.669-6.368 3.484-11.835 7.87-16.401 13.157C9.524 27.113 5.98 33.241 3.456 40.21.933 47.18-.21 54.63.03 62.56v55.153H51.22zm76.781 0V62.199h-23.791c0-8.891 1.682-16.401 5.046-22.53 3.365-6.127 9.613-10.754 18.745-13.878V2c-7.45.961-14.359 3.184-20.727 6.669-6.369 3.484-11.836 7.87-16.402 13.157-4.566 5.287-8.11 11.415-10.634 18.384-2.523 6.97-3.665 14.42-3.424 22.35v55.153H128z\\\"/>\u003C/svg>\"},\"$:/core/images/refresh-button\":{\"title\":\"$:/core/images/refresh-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-refresh-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M106.369 39.433c10.16 20.879 6.57 46.764-10.771 64.106-21.87 21.87-57.327 21.87-79.196 0-21.87-21.87-21.87-57.326 0-79.196a8 8 0 1111.314 11.314c-15.621 15.62-15.621 40.947 0 56.568 15.62 15.621 40.947 15.621 56.568 0C97.72 78.79 99.6 58.175 89.924 42.73l-6.44 12.264a8 8 0 11-14.166-7.437L84.435 18.76a8 8 0 0110.838-3.345l28.873 15.345a8 8 0 11-7.51 14.129l-10.267-5.457zm-8.222-12.368c-.167-.19-.336-.38-.506-.57l.96-.296-.454.866z\\\"/>\u003C/svg>\"},\"$:/core/images/right-arrow\":{\"title\":\"$:/core/images/right-arrow\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-right-arrow tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M99.069 64.173c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l50.382-50.382-50.382-50.382a7.92 7.92 0 010-11.195c3.086-3.085 8.104-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.316 5.595z\\\"/>\u003C/svg>\"},\"$:/core/images/rotate-left\":{\"title\":\"$:/core/images/rotate-left\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-rotate-left tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Crect width=\\\"32\\\" height=\\\"80\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"80\\\" height=\\\"32\\\" x=\\\"48\\\" y=\\\"96\\\" rx=\\\"8\\\"/>\u003Cpath d=\\\"M61.32 36.65c19.743 2.45 35.023 19.287 35.023 39.693a4 4 0 01-8 0c0-15.663-11.254-28.698-26.117-31.46l3.916 3.916a4 4 0 11-5.657 5.657L49.172 43.142a4 4 0 010-5.657l11.313-11.313a4 4 0 115.657 5.656l-4.821 4.822z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/save-button\":{\"title\":\"$:/core/images/save-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-save-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M120.783 34.33c4.641 8.862 7.266 18.948 7.266 29.646 0 35.347-28.653 64-64 64-35.346 0-64-28.653-64-64 0-35.346 28.654-64 64-64 18.808 0 35.72 8.113 47.43 21.03l2.68-2.68c3.13-3.13 8.197-3.132 11.321-.008 3.118 3.118 3.121 8.193-.007 11.32l-4.69 4.691zm-12.058 12.058a47.876 47.876 0 013.324 17.588c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48c14.39 0 27.3 6.332 36.098 16.362L58.941 73.544 41.976 56.578c-3.127-3.127-8.201-3.123-11.32-.005-3.123 3.124-3.119 8.194.006 11.319l22.617 22.617a7.992 7.992 0 005.659 2.347c2.05 0 4.101-.783 5.667-2.349l44.12-44.12z\\\"/>\u003C/svg>\"},\"$:/core/images/size\":{\"title\":\"$:/core/images/size\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-size tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M92.343 26l-9.171 9.172a4 4 0 105.656 5.656l16-16a4 4 0 000-5.656l-16-16a4 4 0 10-5.656 5.656L92.343 18H22a4 4 0 00-4 4v70.343l-9.172-9.171a4 4 0 10-5.656 5.656l16 16a4 4 0 005.656 0l16-16a4 4 0 10-5.656-5.656L26 92.343V22l-4 4h70.343zM112 52v64l4-4H52a4 4 0 100 8h64a4 4 0 004-4V52a4 4 0 10-8 0z\\\"/>\u003C/svg>\"},\"$:/core/images/spiral\":{\"title\":\"$:/core/images/spiral\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-spiral tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M64.534 68.348c3.39 0 6.097-2.62 6.476-5.968l-4.755-.538 4.75.583c.377-3.07-1.194-6.054-3.89-7.78-2.757-1.773-6.34-2.01-9.566-.7-3.46 1.403-6.14 4.392-7.35 8.148l-.01.026c-1.3 4.08-.72 8.64 1.58 12.52 2.5 4.2 6.77 7.2 11.76 8.27 5.37 1.15 11.11-.05 15.83-3.31 5.04-3.51 8.46-9.02 9.45-15.3 1.05-6.7-.72-13.63-4.92-19.19l.02.02c-4.42-5.93-11.2-9.82-18.78-10.78-7.96-1.01-16.13 1.31-22.59 6.43-6.81 5.39-11.18 13.41-12.11 22.26-.98 9.27 1.87 18.65 7.93 26.02 6.32 7.69 15.6 12.56 25.74 13.48 10.54.96 21.15-2.42 29.45-9.4l.01-.01c8.58-7.25 13.94-17.78 14.86-29.21.94-11.84-2.96-23.69-10.86-32.9-8.19-9.5-19.95-15.36-32.69-16.27-13.16-.94-26.24 3.49-36.34 12.34l.01-.01c-10.41 9.08-16.78 22.1-17.68 36.15-.93 14.44 4.03 28.77 13.79 39.78 10.03 11.32 24.28 18.2 39.6 19.09 15.73.92 31.31-4.56 43.24-15.234 12.23-10.954 19.61-26.44 20.5-43.074a4.785 4.785 0 00-4.52-5.03 4.778 4.778 0 00-5.03 4.52c-.75 14.1-7 27.2-17.33 36.45-10.03 8.98-23.11 13.58-36.3 12.81-12.79-.75-24.67-6.48-33-15.89-8.07-9.11-12.17-20.94-11.41-32.827.74-11.52 5.942-22.15 14.43-29.54l.01-.01c8.18-7.17 18.74-10.75 29.35-9.998 10.21.726 19.6 5.41 26.11 12.96 6.24 7.273 9.32 16.61 8.573 25.894-.718 8.9-4.88 17.064-11.504 22.66l.01-.007c-6.36 5.342-14.44 7.92-22.425 7.19-7.604-.68-14.52-4.314-19.21-10.027-4.44-5.4-6.517-12.23-5.806-18.94.67-6.3 3.76-11.977 8.54-15.766 4.46-3.54 10.05-5.128 15.44-4.44 5.03.63 9.46 3.18 12.32 7.01l.02.024c2.65 3.5 3.75 7.814 3.1 11.92-.59 3.71-2.58 6.925-5.45 8.924-2.56 1.767-5.61 2.403-8.38 1.81-2.42-.516-4.42-1.92-5.53-3.79-.93-1.56-1.15-3.3-.69-4.75l-4.56-1.446L59.325 65c.36-1.12 1.068-1.905 1.84-2.22.25-.103.48-.14.668-.13.06.006.11.015.14.025.01 0 .01 0-.01-.01a1.047 1.047 0 01-.264-.332c-.15-.29-.23-.678-.18-1.11l-.005.04c.15-1.332 1.38-2.523 3.035-2.523-2.65 0-4.79 2.144-4.79 4.787s2.14 4.785 4.78 4.785z\\\"/>\u003C/svg>\"},\"$:/core/images/stamp\":{\"title\":\"$:/core/images/stamp\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-stamp tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M49.733 64H16.01C11.584 64 8 67.583 8 72.003V97h112V72.003A8 8 0 00111.99 64H78.267A22.813 22.813 0 0175.5 53.077c0-6.475 2.687-12.324 7.009-16.497A22.818 22.818 0 0087 22.952C87 10.276 76.703 0 64 0S41 10.276 41 22.952c0 5.103 1.669 9.817 4.491 13.628 4.322 4.173 7.009 10.022 7.009 16.497 0 3.954-1.002 7.675-2.767 10.923zM8 104h112v8H8v-8z\\\"/>\u003C/svg>\"},\"$:/core/images/star-filled\":{\"title\":\"$:/core/images/star-filled\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-star-filled tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M61.836 96.823l37.327 27.287c2.72 1.99 6.379-.69 5.343-3.912L90.29 75.988l-1.26 3.91 37.285-27.345c2.718-1.993 1.32-6.327-2.041-6.33l-46.113-.036 3.3 2.416L67.176 4.416c-1.04-3.221-5.563-3.221-6.604 0L46.29 48.603l3.3-2.416-46.113.036c-3.362.003-4.759 4.337-2.04 6.33L38.72 79.898l-1.26-3.91-14.216 44.21c-1.036 3.223 2.622 5.901 5.343 3.912l37.326-27.287h-4.078z\\\"/>\u003C/svg>\"},\"$:/core/images/storyview-classic\":{\"title\":\"$:/core/images/storyview-classic\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-storyview-classic tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16C19.581 16 16 19.578 16 23.992v16.016C16 44.422 19.588 48 24 48h80c4.419 0 8-3.578 8-7.992V23.992c0-4.414-3.588-7.992-8-7.992H24zm0 48C19.581 64 16 67.59 16 72c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24zm0 32C19.581 96 16 99.59 16 104c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24z\\\"/>\u003C/svg>\"},\"$:/core/images/storyview-pop\":{\"title\":\"$:/core/images/storyview-pop\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-storyview-pop tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16C19.581 16 16 19.578 16 23.992v16.016C16 44.422 19.588 48 24 48h80c4.419 0 8-3.578 8-7.992V23.992c0-4.414-3.588-7.992-8-7.992H24zm-7.99 40C11.587 56 8 59.578 8 63.992v16.016C8 84.422 11.584 88 16.01 88h95.98c4.424 0 8.01-3.578 8.01-7.992V63.992c0-4.414-3.584-7.992-8.01-7.992H16.01zM24 96C19.581 96 16 99.59 16 104c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24zm0-32C19.581 64 16 67.59 16 72c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24z\\\"/>\u003C/svg>\"},\"$:/core/images/storyview-zoomin\":{\"title\":\"$:/core/images/storyview-zoomin\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-storyview-zoomin tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16A8 8 0 0016 24.009V71.99C16 76.414 19.588 80 24 80h80a8 8 0 008-8.009V24.01c0-4.423-3.588-8.009-8-8.009H24z\\\"/>\u003C/svg>\"},\"$:/core/images/strikethrough\":{\"title\":\"$:/core/images/strikethrough\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-strikethrough tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M92.794 38.726h15.422c-.229-6.74-1.514-12.538-3.856-17.393-2.342-4.855-5.54-8.881-9.596-12.08-4.055-3.199-8.767-5.54-14.136-7.025C75.258.743 69.433 0 63.15 0a62.76 62.76 0 00-16.364 2.142C41.474 3.57 36.733 5.74 32.564 8.653c-4.17 2.913-7.511 6.626-10.025 11.138-2.513 4.512-3.77 9.853-3.77 16.022 0 5.597 1.115 10.252 3.342 13.965 2.228 3.712 5.198 6.74 8.91 9.081 3.713 2.342 7.911 4.227 12.595 5.655a194.641 194.641 0 0014.308 3.77c4.855 1.085 9.624 2.142 14.308 3.17 4.683 1.028 8.881 2.37 12.594 4.027 3.713 1.656 6.683 3.798 8.91 6.425 2.228 2.628 3.342 6.055 3.342 10.281 0 4.456-.914 8.111-2.742 10.967a19.953 19.953 0 01-7.197 6.768c-2.97 1.657-6.311 2.828-10.024 3.513a60.771 60.771 0 01-11.052 1.028c-4.57 0-9.025-.571-13.366-1.713-4.34-1.143-8.139-2.913-11.394-5.312-3.256-2.4-5.884-5.455-7.883-9.168-1.999-3.712-2.998-8.139-2.998-13.28H15c0 7.426 1.342 13.852 4.027 19.278 2.684 5.426 6.34 9.881 10.966 13.365 4.627 3.484 9.996 6.083 16.107 7.797 6.112 1.713 12.595 2.57 19.449 2.57 5.597 0 11.223-.657 16.878-1.97 5.655-1.314 10.767-3.428 15.336-6.34 4.57-2.914 8.31-6.683 11.224-11.31 2.913-4.626 4.37-10.195 4.37-16.707 0-6.054-1.115-11.08-3.342-15.079-2.228-3.998-5.198-7.31-8.91-9.938-3.713-2.627-7.911-4.712-12.595-6.254a170.83 170.83 0 00-14.308-4.027 549.669 549.669 0 00-14.308-3.17c-4.683-.971-8.881-2.2-12.594-3.684-3.713-1.485-6.683-3.399-8.91-5.74-2.228-2.342-3.342-5.398-3.342-9.168 0-3.998.771-7.34 2.313-10.024 1.543-2.685 3.599-4.826 6.17-6.426 2.57-1.599 5.51-2.741 8.824-3.427a49.767 49.767 0 0110.11-1.028c8.453 0 15.393 1.97 20.819 5.912 5.426 3.94 8.596 10.31 9.51 19.106z\\\"/>\u003Cpath d=\\\"M5 54h118v16H5z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/subscript\":{\"title\":\"$:/core/images/subscript\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-subscript tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M2.272 16h19.91l21.649 33.675L66.414 16h18.708L53.585 61.969l33.809 49.443H67.082L43.296 74.93l-24.187 36.48H0L33.808 61.97 2.272 16zM127.91 128.412H85.328c.059-5.168 1.306-9.681 3.741-13.542 2.435-3.86 5.761-7.216 9.978-10.066a112.388 112.388 0 016.325-4.321 50.09 50.09 0 006.058-4.499c1.841-1.603 3.356-3.34 4.543-5.211 1.188-1.871 1.812-4.024 1.871-6.46 0-1.128-.133-2.33-.4-3.607a9.545 9.545 0 00-1.56-3.564c-.772-1.098-1.84-2.019-3.207-2.761-1.366-.743-3.148-1.114-5.345-1.114-2.02 0-3.697.4-5.033 1.203-1.337.801-2.406 1.9-3.208 3.296-.801 1.396-1.395 3.044-1.781 4.944-.386 1.9-.609 3.95-.668 6.147H86.486c0-3.445.46-6.637 1.38-9.577.921-2.94 2.302-5.478 4.143-7.617 1.841-2.138 4.083-3.815 6.726-5.033 2.643-1.217 5.716-1.826 9.22-1.826 3.802 0 6.979.623 9.533 1.87 2.554 1.248 4.617 2.822 6.191 4.722 1.574 1.9 2.688 3.965 3.341 6.192.653 2.227.98 4.35.98 6.37 0 2.494-.386 4.75-1.158 6.77a21.803 21.803 0 01-3.118 5.568 31.516 31.516 0 01-4.454 4.677 66.788 66.788 0 01-5.167 4.009 139.198 139.198 0 01-5.346 3.563 79.237 79.237 0 00-4.944 3.386c-1.514 1.128-2.836 2.3-3.964 3.518-1.129 1.218-1.9 2.51-2.317 3.876h30.379v9.087z\\\"/>\u003C/svg>\"},\"$:/core/images/superscript\":{\"title\":\"$:/core/images/superscript\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-superscript tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M2.272 16h19.91l21.649 33.675L66.414 16h18.708L53.585 61.969l33.809 49.443H67.082L43.296 74.93l-24.187 36.48H0L33.808 61.97 2.272 16zM127.91 63.412H85.328c.059-5.168 1.306-9.681 3.741-13.542 2.435-3.86 5.761-7.216 9.978-10.066a112.388 112.388 0 016.325-4.321 50.09 50.09 0 006.058-4.499c1.841-1.603 3.356-3.34 4.543-5.211 1.188-1.871 1.812-4.024 1.871-6.46 0-1.128-.133-2.33-.4-3.607a9.545 9.545 0 00-1.56-3.564c-.772-1.098-1.84-2.019-3.207-2.761-1.366-.743-3.148-1.114-5.345-1.114-2.02 0-3.697.4-5.033 1.203-1.337.801-2.406 1.9-3.208 3.296-.801 1.396-1.395 3.044-1.781 4.944-.386 1.9-.609 3.95-.668 6.147H86.486c0-3.445.46-6.637 1.38-9.577.921-2.94 2.302-5.478 4.143-7.617 1.841-2.138 4.083-3.815 6.726-5.033 2.643-1.217 5.716-1.826 9.22-1.826 3.802 0 6.979.623 9.533 1.87 2.554 1.248 4.617 2.822 6.191 4.722 1.574 1.9 2.688 3.965 3.341 6.192.653 2.227.98 4.35.98 6.37 0 2.494-.386 4.75-1.158 6.77a21.803 21.803 0 01-3.118 5.568 31.516 31.516 0 01-4.454 4.677 66.788 66.788 0 01-5.167 4.009 139.198 139.198 0 01-5.346 3.563 79.237 79.237 0 00-4.944 3.386c-1.514 1.128-2.836 2.3-3.964 3.518-1.129 1.218-1.9 2.51-2.317 3.876h30.379v9.087z\\\"/>\u003C/svg>\"},\"$:/core/images/tag-button\":{\"title\":\"$:/core/images/tag-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-tag-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M18.164 47.66l.004 4.105c.003 3.823 2.19 9.097 4.885 11.792l61.85 61.85c2.697 2.697 7.068 2.69 9.769-.01L125.767 94.3a6.903 6.903 0 00.01-9.77L63.928 22.683c-2.697-2.697-7.976-4.88-11.796-4.881l-27.076-.007a6.902 6.902 0 00-6.91 6.91l.008 9.96.287.033c3.73.411 8.489-.044 13.365-1.153a9.702 9.702 0 0111.14-3.662l.291-.13.128.285a9.7 9.7 0 013.3 2.17c3.796 3.796 3.801 9.945.012 13.734-3.618 3.618-9.386 3.777-13.204.482-5.365 1.122-10.674 1.596-15.309 1.237z\\\"/>\u003Cpath d=\\\"M47.633 39.532l.023.051c-9.689 4.356-21.584 6.799-30.396 5.828C5.273 44.089-1.028 36.43 2.443 24.078 5.562 12.976 14.3 4.361 24.047 1.548c10.68-3.083 19.749 1.968 19.749 13.225h-8.623c0-4.859-3.078-6.573-8.735-4.94-6.91 1.995-13.392 8.383-15.694 16.577-1.915 6.818.417 9.653 7.46 10.43 7.126.785 17.531-1.352 25.917-5.121l.027.06.036-.017c1.76-.758 6.266 6.549 3.524 7.74a2.8 2.8 0 01-.075.03z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/theme-button\":{\"title\":\"$:/core/images/theme-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-theme-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M55.854 66.945a122.626 122.626 0 01-3.9-4.819c-11.064-14.548-16.645-6.888-22.96 0-6.315 6.888 1.664 12.47-4.33 17.335-5.993 4.866-5.623 6.552-15.737-2.35-10.115-8.9-10.815-11.351-6.172-16.43 4.644-5.08 8.524 2.918 18.01-6.108 9.485-9.026 1.517-17.026 1.517-17.026S42.03-2.824 68.42.157c26.39 2.982-9.984-3.86-19.031 27.801-3.874 13.556.72 10.362 8.066 16.087 1.707 1.33 6.428 4.732 12.671 9.318-6.129 5.879-11.157 10.669-14.273 13.582zm11.641 12.947c16.013 17.036 37.742 37.726 45.117 40.42 10.432 3.813 15.388-3.141 15.388-14.79 0-7.151-23.83-26.542-43.924-41.769-7.408 7.156-13.376 12.953-16.58 16.139z\\\"/>\u003Cpath d=\\\"M11.069 109.828L46.31 74.587a3.56 3.56 0 115.037-5.032l15.098 15.098a3.56 3.56 0 11-5.032 5.037l-35.24 35.241c-4.171 4.17-10.933 4.17-15.104 0-4.17-4.17-4.17-10.933 0-15.103zM124.344 6.622l5.034 5.034-7.49 12.524-7.613 2.58L61.413 79.62l-5.034-5.034 52.861-52.862 2.58-7.614 12.524-7.49z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/timestamp-off\":{\"title\":\"$:/core/images/timestamp-off\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-timestamp-off tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10a5 5 0 010-10H66.69a5 5 0 015 5c.006 2.757-2.238 5-5 5H49.705z\\\"/>\u003Cpath d=\\\"M58.25 35.88c-18.777 0-33.998 15.224-33.998 33.998 0 18.773 15.22 34.002 33.998 34.002 18.784 0 34.002-15.23 34.002-34.002 0-18.774-15.218-33.998-34.002-33.998zm-3.03 50.123H44.196v-34H55.22v34zm16.976 0H61.17v-34h11.025v34z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/timestamp-on\":{\"title\":\"$:/core/images/timestamp-on\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-timestamp-on tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Cpath d=\\\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10a5 5 0 010-10H66.69a5 5 0 015 5c.006 2.757-2.238 5-5 5H49.705z\\\"/>\u003Cpath d=\\\"M13.41 27.178a5.005 5.005 0 01-7.045-.613 5.008 5.008 0 01.616-7.047l9.95-8.348a5 5 0 016.429 7.661l-9.95 8.348zm89.573 0a5.005 5.005 0 007.045-.613 5.008 5.008 0 00-.616-7.047l-9.95-8.348a5 5 0 00-6.428 7.661l9.95 8.348zM65.097 71.072c0 3.826-3.09 6.928-6.897 6.928-3.804.006-6.9-3.102-6.903-6.928 0 0 4.76-39.072 6.903-39.072s6.897 39.072 6.897 39.072z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/tip\":{\"title\":\"$:/core/images/tip\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-tip tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M64 128.242c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64zm11.936-36.789c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349C54.33 94.05 58.824 95.82 64 95.82c5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.456c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zM64.3 24.242c11.618 0 23.699 7.82 23.699 24.2S75.92 71.754 75.92 83.576c0 5.873-5.868 9.26-11.92 9.26s-12.027-3.006-12.027-9.26C51.973 71.147 40 65.47 40 48.442s12.683-24.2 24.301-24.2z\\\"/>\u003C/svg>\"},\"$:/core/images/transcludify\":{\"title\":\"$:/core/images/transcludify\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-transcludify-button tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M0 59.482c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 002.75-.932 6.762 6.762 0 002.306-1.907c.651-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 00-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 00-2.75-1.02C1.36 67.377.591 67.288 0 67.288v-7.806zm24.66 0c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 002.75-.932 6.762 6.762 0 002.306-1.907c.65-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 00-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 00-2.75-1.02c-.946-.177-1.715-.266-2.306-.266v-7.806zm43.965-3.538L80.6 52.041l2.306 7.097-12.063 3.903 7.628 10.378-6.12 4.435-7.63-10.467-7.45 10.201-5.943-4.524 7.628-10.023-12.152-4.17 2.306-7.096 12.064 4.17V43.347h7.451v12.596zm34.425 11.344c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 00-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 00.71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 00-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 002.262 2.084 8.868 8.868 0 002.75 1.02c.946.177 1.745.266 2.395.266v7.806zm24.66 0c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 00-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 00.71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 00-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 002.262 2.084 8.868 8.868 0 002.75 1.02c.946.177 1.745.266 2.395.266v7.806z\\\"/>\u003C/svg>\"},\"$:/core/images/twitter\":{\"title\":\"$:/core/images/twitter\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-twitter tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M41.626 115.803A73.376 73.376 0 012 104.235c2.022.238 4.08.36 6.166.36 12.111 0 23.258-4.117 32.105-11.023-11.312-.208-20.859-7.653-24.148-17.883a25.98 25.98 0 0011.674-.441C15.971 72.881 7.061 62.474 7.061 49.997c0-.108 0-.216.002-.323a25.824 25.824 0 0011.709 3.22c-6.936-4.617-11.5-12.5-11.5-21.433 0-4.719 1.274-9.142 3.5-12.945 12.75 15.579 31.797 25.83 53.281 26.904-.44-1.884-.67-3.85-.67-5.868 0-14.22 11.575-25.75 25.852-25.75a25.865 25.865 0 0118.869 8.132 51.892 51.892 0 0016.415-6.248c-1.93 6.012-6.029 11.059-11.366 14.246A51.844 51.844 0 00128 25.878a52.428 52.428 0 01-12.9 13.33c.05 1.104.075 2.214.075 3.33 0 34.028-26 73.265-73.549 73.265\\\"/>\u003C/svg>\"},\"$:/core/images/underline\":{\"title\":\"$:/core/images/underline\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-underline tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M7 117.421h114.248V128H7v-10.579zm97.871-18.525V0h-16.26v55.856c0 4.463-.605 8.576-1.816 12.338-1.212 3.762-3.03 7.046-5.452 9.851-2.423 2.806-5.452 4.974-9.086 6.504-3.635 1.53-7.939 2.296-12.912 2.296-6.25 0-11.159-1.786-14.73-5.356-3.57-3.571-5.356-8.417-5.356-14.538V0H23v65.038c0 5.356.542 10.234 1.626 14.633 1.084 4.4 2.965 8.194 5.643 11.382 2.678 3.188 6.185 5.643 10.52 7.365 4.337 1.721 9.756 2.582 16.26 2.582 7.27 0 13.582-1.435 18.938-4.304 5.356-2.87 9.755-7.365 13.199-13.486h.382v15.686h15.303z\\\"/>\u003C/svg>\"},\"$:/core/images/unfold-all-button\":{\"title\":\"$:/core/images/unfold-all-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-unfold-all tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Crect width=\\\"128\\\" height=\\\"16\\\" rx=\\\"8\\\"/>\u003Crect width=\\\"128\\\" height=\\\"16\\\" y=\\\"64\\\" rx=\\\"8\\\"/>\u003Cpath d=\\\"M63.945 60.624c-2.05 0-4.101-.78-5.666-2.345L35.662 35.662c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L63.94 41.314l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.603 58.279a7.986 7.986 0 01-5.663 2.346zM64.004 124.565c-2.05 0-4.102-.78-5.666-2.345L35.721 99.603c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.191-3.122 11.318.005L64 105.255l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.662 122.22a7.986 7.986 0 01-5.663 2.346z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/unfold-button\":{\"title\":\"$:/core/images/unfold-button\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-unfold tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cg fill-rule=\\\"evenodd\\\">\u003Crect width=\\\"128\\\" height=\\\"16\\\" rx=\\\"8\\\"/>\u003Cpath d=\\\"M63.945 63.624c-2.05 0-4.101-.78-5.666-2.345L35.662 38.662c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L63.94 44.314l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.603 61.279a7.986 7.986 0 01-5.663 2.346zM64.004 105.682c-2.05.001-4.102-.78-5.666-2.344L35.721 80.721c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.191-3.122 11.318.005L64 86.373l16.966-16.966c3.124-3.125 8.194-3.13 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319l-22.617 22.617a7.986 7.986 0 01-5.663 2.346z\\\"/>\u003C/g>\u003C/svg>\"},\"$:/core/images/unlocked-padlock\":{\"title\":\"$:/core/images/unlocked-padlock\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-unlocked-padlock tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M48.627 64H105v32.01C105 113.674 90.674 128 73.001 128H56C38.318 128 24 113.677 24 96.01V64h6.136c-10.455-12.651-27.364-35.788-4.3-55.142 24.636-20.672 45.835 4.353 55.777 16.201 9.943 11.85-2.676 22.437-12.457 9.892-9.78-12.545-21.167-24.146-33.207-14.043-12.041 10.104-1.757 22.36 8.813 34.958 2.467 2.94 3.641 5.732 3.865 8.134zm19.105 28.364A8.503 8.503 0 0064.5 76a8.5 8.5 0 00-3.498 16.25l-5.095 22.77H72.8l-5.07-22.656z\\\"/>\u003C/svg>\"},\"$:/core/images/up-arrow\":{\"title\":\"$:/core/images/up-arrow\",\"created\":\"20150316000544368\",\"modified\":\"20150316000831867\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-up-arrow tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath d=\\\"M63.892.281c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.104 3.092-11.196 0L63.894 19.393 13.513 69.774a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l55.98-55.98A7.892 7.892 0 0163.893.28z\\\"/>\u003C/svg>\"},\"$:/core/images/video\":{\"title\":\"$:/core/images/video\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-video tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M64 12c-34.91 0-55.273 2.917-58.182 5.833C2.91 20.75 0 41.167 0 64.5c0 23.333 2.91 43.75 5.818 46.667C8.728 114.083 29.091 117 64 117c34.91 0 55.273-2.917 58.182-5.833C125.09 108.25 128 87.833 128 64.5c0-23.333-2.91-43.75-5.818-46.667C119.272 14.917 98.909 12 64 12zm-9.084 32.618c-3.813-2.542-6.905-.879-6.905 3.698v31.368c0 4.585 3.099 6.235 6.905 3.698l22.168-14.779c3.813-2.542 3.806-6.669 0-9.206L54.916 44.618z\\\"/>\u003C/svg>\"},\"$:/core/images/warning\":{\"title\":\"$:/core/images/warning\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-warning tc-image-button\\\" viewBox=\\\"0 0 128 128\\\">\u003Cpath fill-rule=\\\"evenodd\\\" d=\\\"M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z\\\"/>\u003C/svg>\"},\"$:/language/Buttons/AdvancedSearch/Caption\":{\"title\":\"$:/language/Buttons/AdvancedSearch/Caption\",\"text\":\"advanced search\"},\"$:/language/Buttons/AdvancedSearch/Hint\":{\"title\":\"$:/language/Buttons/AdvancedSearch/Hint\",\"text\":\"Advanced search\"},\"$:/language/Buttons/Cancel/Caption\":{\"title\":\"$:/language/Buttons/Cancel/Caption\",\"text\":\"cancel\"},\"$:/language/Buttons/Cancel/Hint\":{\"title\":\"$:/language/Buttons/Cancel/Hint\",\"text\":\"Discard changes to this tiddler\"},\"$:/language/Buttons/Clone/Caption\":{\"title\":\"$:/language/Buttons/Clone/Caption\",\"text\":\"clone\"},\"$:/language/Buttons/Clone/Hint\":{\"title\":\"$:/language/Buttons/Clone/Hint\",\"text\":\"Clone this tiddler\"},\"$:/language/Buttons/Close/Caption\":{\"title\":\"$:/language/Buttons/Close/Caption\",\"text\":\"close\"},\"$:/language/Buttons/Close/Hint\":{\"title\":\"$:/language/Buttons/Close/Hint\",\"text\":\"Close this tiddler\"},\"$:/language/Buttons/CloseAll/Caption\":{\"title\":\"$:/language/Buttons/CloseAll/Caption\",\"text\":\"close all\"},\"$:/language/Buttons/CloseAll/Hint\":{\"title\":\"$:/language/Buttons/CloseAll/Hint\",\"text\":\"Close all tiddlers\"},\"$:/language/Buttons/CloseOthers/Caption\":{\"title\":\"$:/language/Buttons/CloseOthers/Caption\",\"text\":\"close others\"},\"$:/language/Buttons/CloseOthers/Hint\":{\"title\":\"$:/language/Buttons/CloseOthers/Hint\",\"text\":\"Close other tiddlers\"},\"$:/language/Buttons/ControlPanel/Caption\":{\"title\":\"$:/language/Buttons/ControlPanel/Caption\",\"text\":\"control panel\"},\"$:/language/Buttons/ControlPanel/Hint\":{\"title\":\"$:/language/Buttons/ControlPanel/Hint\",\"text\":\"Open control panel\"},\"$:/language/Buttons/CopyToClipboard/Caption\":{\"title\":\"$:/language/Buttons/CopyToClipboard/Caption\",\"text\":\"copy to clipboard\"},\"$:/language/Buttons/CopyToClipboard/Hint\":{\"title\":\"$:/language/Buttons/CopyToClipboard/Hint\",\"text\":\"Copy this text to the clipboard\"},\"$:/language/Buttons/Delete/Caption\":{\"title\":\"$:/language/Buttons/Delete/Caption\",\"text\":\"delete\"},\"$:/language/Buttons/Delete/Hint\":{\"title\":\"$:/language/Buttons/Delete/Hint\",\"text\":\"Delete this tiddler\"},\"$:/language/Buttons/Edit/Caption\":{\"title\":\"$:/language/Buttons/Edit/Caption\",\"text\":\"edit\"},\"$:/language/Buttons/Edit/Hint\":{\"title\":\"$:/language/Buttons/Edit/Hint\",\"text\":\"Edit this tiddler\"},\"$:/language/Buttons/Encryption/Caption\":{\"title\":\"$:/language/Buttons/Encryption/Caption\",\"text\":\"encryption\"},\"$:/language/Buttons/Encryption/Hint\":{\"title\":\"$:/language/Buttons/Encryption/Hint\",\"text\":\"Set or clear a password for saving this wiki\"},\"$:/language/Buttons/Encryption/ClearPassword/Caption\":{\"title\":\"$:/language/Buttons/Encryption/ClearPassword/Caption\",\"text\":\"clear password\"},\"$:/language/Buttons/Encryption/ClearPassword/Hint\":{\"title\":\"$:/language/Buttons/Encryption/ClearPassword/Hint\",\"text\":\"Clear the password and save this wiki without encryption\"},\"$:/language/Buttons/Encryption/SetPassword/Caption\":{\"title\":\"$:/language/Buttons/Encryption/SetPassword/Caption\",\"text\":\"set password\"},\"$:/language/Buttons/Encryption/SetPassword/Hint\":{\"title\":\"$:/language/Buttons/Encryption/SetPassword/Hint\",\"text\":\"Set a password for saving this wiki with encryption\"},\"$:/language/Buttons/ExportPage/Caption\":{\"title\":\"$:/language/Buttons/ExportPage/Caption\",\"text\":\"export all\"},\"$:/language/Buttons/ExportPage/Hint\":{\"title\":\"$:/language/Buttons/ExportPage/Hint\",\"text\":\"Export all tiddlers\"},\"$:/language/Buttons/ExportTiddler/Caption\":{\"title\":\"$:/language/Buttons/ExportTiddler/Caption\",\"text\":\"export tiddler\"},\"$:/language/Buttons/ExportTiddler/Hint\":{\"title\":\"$:/language/Buttons/ExportTiddler/Hint\",\"text\":\"Export tiddler\"},\"$:/language/Buttons/ExportTiddlers/Caption\":{\"title\":\"$:/language/Buttons/ExportTiddlers/Caption\",\"text\":\"export tiddlers\"},\"$:/language/Buttons/ExportTiddlers/Hint\":{\"title\":\"$:/language/Buttons/ExportTiddlers/Hint\",\"text\":\"Export tiddlers\"},\"$:/language/Buttons/SidebarSearch/Hint\":{\"title\":\"$:/language/Buttons/SidebarSearch/Hint\",\"text\":\"Select the sidebar search field\"},\"$:/language/Buttons/Fold/Caption\":{\"title\":\"$:/language/Buttons/Fold/Caption\",\"text\":\"fold tiddler\"},\"$:/language/Buttons/Fold/Hint\":{\"title\":\"$:/language/Buttons/Fold/Hint\",\"text\":\"Fold the body of this tiddler\"},\"$:/language/Buttons/Fold/FoldBar/Caption\":{\"title\":\"$:/language/Buttons/Fold/FoldBar/Caption\",\"text\":\"fold-bar\"},\"$:/language/Buttons/Fold/FoldBar/Hint\":{\"title\":\"$:/language/Buttons/Fold/FoldBar/Hint\",\"text\":\"Optional bars to fold and unfold tiddlers\"},\"$:/language/Buttons/Unfold/Caption\":{\"title\":\"$:/language/Buttons/Unfold/Caption\",\"text\":\"unfold tiddler\"},\"$:/language/Buttons/Unfold/Hint\":{\"title\":\"$:/language/Buttons/Unfold/Hint\",\"text\":\"Unfold the body of this tiddler\"},\"$:/language/Buttons/FoldOthers/Caption\":{\"title\":\"$:/language/Buttons/FoldOthers/Caption\",\"text\":\"fold other tiddlers\"},\"$:/language/Buttons/FoldOthers/Hint\":{\"title\":\"$:/language/Buttons/FoldOthers/Hint\",\"text\":\"Fold the bodies of other opened tiddlers\"},\"$:/language/Buttons/FoldAll/Caption\":{\"title\":\"$:/language/Buttons/FoldAll/Caption\",\"text\":\"fold all tiddlers\"},\"$:/language/Buttons/FoldAll/Hint\":{\"title\":\"$:/language/Buttons/FoldAll/Hint\",\"text\":\"Fold the bodies of all opened tiddlers\"},\"$:/language/Buttons/UnfoldAll/Caption\":{\"title\":\"$:/language/Buttons/UnfoldAll/Caption\",\"text\":\"unfold all tiddlers\"},\"$:/language/Buttons/UnfoldAll/Hint\":{\"title\":\"$:/language/Buttons/UnfoldAll/Hint\",\"text\":\"Unfold the bodies of all opened tiddlers\"},\"$:/language/Buttons/FullScreen/Caption\":{\"title\":\"$:/language/Buttons/FullScreen/Caption\",\"text\":\"full-screen\"},\"$:/language/Buttons/FullScreen/Hint\":{\"title\":\"$:/language/Buttons/FullScreen/Hint\",\"text\":\"Enter or leave full-screen mode\"},\"$:/language/Buttons/Help/Caption\":{\"title\":\"$:/language/Buttons/Help/Caption\",\"text\":\"help\"},\"$:/language/Buttons/Help/Hint\":{\"title\":\"$:/language/Buttons/Help/Hint\",\"text\":\"Show help panel\"},\"$:/language/Buttons/Import/Caption\":{\"title\":\"$:/language/Buttons/Import/Caption\",\"text\":\"import\"},\"$:/language/Buttons/Import/Hint\":{\"title\":\"$:/language/Buttons/Import/Hint\",\"text\":\"Import many types of file including text, image, TiddlyWiki or JSON\"},\"$:/language/Buttons/Info/Caption\":{\"title\":\"$:/language/Buttons/Info/Caption\",\"text\":\"info\"},\"$:/language/Buttons/Info/Hint\":{\"title\":\"$:/language/Buttons/Info/Hint\",\"text\":\"Show information for this tiddler\"},\"$:/language/Buttons/Home/Caption\":{\"title\":\"$:/language/Buttons/Home/Caption\",\"text\":\"home\"},\"$:/language/Buttons/Home/Hint\":{\"title\":\"$:/language/Buttons/Home/Hint\",\"text\":\"Open the default tiddlers\"},\"$:/language/Buttons/Language/Caption\":{\"title\":\"$:/language/Buttons/Language/Caption\",\"text\":\"language\"},\"$:/language/Buttons/Language/Hint\":{\"title\":\"$:/language/Buttons/Language/Hint\",\"text\":\"Choose the user interface language\"},\"$:/language/Buttons/Manager/Caption\":{\"title\":\"$:/language/Buttons/Manager/Caption\",\"text\":\"tiddler manager\"},\"$:/language/Buttons/Manager/Hint\":{\"title\":\"$:/language/Buttons/Manager/Hint\",\"text\":\"Open tiddler manager\"},\"$:/language/Buttons/More/Caption\":{\"title\":\"$:/language/Buttons/More/Caption\",\"text\":\"more\"},\"$:/language/Buttons/More/Hint\":{\"title\":\"$:/language/Buttons/More/Hint\",\"text\":\"More actions\"},\"$:/language/Buttons/NewHere/Caption\":{\"title\":\"$:/language/Buttons/NewHere/Caption\",\"text\":\"new here\"},\"$:/language/Buttons/NewHere/Hint\":{\"title\":\"$:/language/Buttons/NewHere/Hint\",\"text\":\"Create a new tiddler tagged with this one\"},\"$:/language/Buttons/NewJournal/Caption\":{\"title\":\"$:/language/Buttons/NewJournal/Caption\",\"text\":\"new journal\"},\"$:/language/Buttons/NewJournal/Hint\":{\"title\":\"$:/language/Buttons/NewJournal/Hint\",\"text\":\"Create a new journal tiddler\"},\"$:/language/Buttons/NewJournalHere/Caption\":{\"title\":\"$:/language/Buttons/NewJournalHere/Caption\",\"text\":\"new journal here\"},\"$:/language/Buttons/NewJournalHere/Hint\":{\"title\":\"$:/language/Buttons/NewJournalHere/Hint\",\"text\":\"Create a new journal tiddler tagged with this one\"},\"$:/language/Buttons/NewImage/Caption\":{\"title\":\"$:/language/Buttons/NewImage/Caption\",\"text\":\"new image\"},\"$:/language/Buttons/NewImage/Hint\":{\"title\":\"$:/language/Buttons/NewImage/Hint\",\"text\":\"Create a new image tiddler\"},\"$:/language/Buttons/NewMarkdown/Caption\":{\"title\":\"$:/language/Buttons/NewMarkdown/Caption\",\"text\":\"new Markdown tiddler\"},\"$:/language/Buttons/NewMarkdown/Hint\":{\"title\":\"$:/language/Buttons/NewMarkdown/Hint\",\"text\":\"Create a new Markdown tiddler\"},\"$:/language/Buttons/NewTiddler/Caption\":{\"title\":\"$:/language/Buttons/NewTiddler/Caption\",\"text\":\"new tiddler\"},\"$:/language/Buttons/NewTiddler/Hint\":{\"title\":\"$:/language/Buttons/NewTiddler/Hint\",\"text\":\"Create a new tiddler\"},\"$:/language/Buttons/OpenWindow/Caption\":{\"title\":\"$:/language/Buttons/OpenWindow/Caption\",\"text\":\"open in new window\"},\"$:/language/Buttons/OpenWindow/Hint\":{\"title\":\"$:/language/Buttons/OpenWindow/Hint\",\"text\":\"Open tiddler in new window\"},\"$:/language/Buttons/Palette/Caption\":{\"title\":\"$:/language/Buttons/Palette/Caption\",\"text\":\"palette\"},\"$:/language/Buttons/Palette/Hint\":{\"title\":\"$:/language/Buttons/Palette/Hint\",\"text\":\"Choose the colour palette\"},\"$:/language/Buttons/Permalink/Caption\":{\"title\":\"$:/language/Buttons/Permalink/Caption\",\"text\":\"permalink\"},\"$:/language/Buttons/Permalink/Hint\":{\"title\":\"$:/language/Buttons/Permalink/Hint\",\"text\":\"Set browser address bar to a direct link to this tiddler\"},\"$:/language/Buttons/Permaview/Caption\":{\"title\":\"$:/language/Buttons/Permaview/Caption\",\"text\":\"permaview\"},\"$:/language/Buttons/Permaview/Hint\":{\"title\":\"$:/language/Buttons/Permaview/Hint\",\"text\":\"Set browser address bar to a direct link to all the tiddlers in this story\"},\"$:/language/Buttons/Print/Caption\":{\"title\":\"$:/language/Buttons/Print/Caption\",\"text\":\"print page\"},\"$:/language/Buttons/Print/Hint\":{\"title\":\"$:/language/Buttons/Print/Hint\",\"text\":\"Print the current page\"},\"$:/language/Buttons/Refresh/Caption\":{\"title\":\"$:/language/Buttons/Refresh/Caption\",\"text\":\"refresh\"},\"$:/language/Buttons/Refresh/Hint\":{\"title\":\"$:/language/Buttons/Refresh/Hint\",\"text\":\"Perform a full refresh of the wiki\"},\"$:/language/Buttons/Save/Caption\":{\"title\":\"$:/language/Buttons/Save/Caption\",\"text\":\"ok\"},\"$:/language/Buttons/Save/Hint\":{\"title\":\"$:/language/Buttons/Save/Hint\",\"text\":\"Confirm changes to this tiddler\"},\"$:/language/Buttons/SaveWiki/Caption\":{\"title\":\"$:/language/Buttons/SaveWiki/Caption\",\"text\":\"save changes\"},\"$:/language/Buttons/SaveWiki/Hint\":{\"title\":\"$:/language/Buttons/SaveWiki/Hint\",\"text\":\"Save changes\"},\"$:/language/Buttons/StoryView/Caption\":{\"title\":\"$:/language/Buttons/StoryView/Caption\",\"text\":\"storyview\"},\"$:/language/Buttons/StoryView/Hint\":{\"title\":\"$:/language/Buttons/StoryView/Hint\",\"text\":\"Choose the story visualisation\"},\"$:/language/Buttons/HideSideBar/Caption\":{\"title\":\"$:/language/Buttons/HideSideBar/Caption\",\"text\":\"hide sidebar\"},\"$:/language/Buttons/HideSideBar/Hint\":{\"title\":\"$:/language/Buttons/HideSideBar/Hint\",\"text\":\"Hide sidebar\"},\"$:/language/Buttons/ShowSideBar/Caption\":{\"title\":\"$:/language/Buttons/ShowSideBar/Caption\",\"text\":\"show sidebar\"},\"$:/language/Buttons/ShowSideBar/Hint\":{\"title\":\"$:/language/Buttons/ShowSideBar/Hint\",\"text\":\"Show sidebar\"},\"$:/language/Buttons/TagManager/Caption\":{\"title\":\"$:/language/Buttons/TagManager/Caption\",\"text\":\"tag manager\"},\"$:/language/Buttons/TagManager/Hint\":{\"title\":\"$:/language/Buttons/TagManager/Hint\",\"text\":\"Open tag manager\"},\"$:/language/Buttons/Timestamp/Caption\":{\"title\":\"$:/language/Buttons/Timestamp/Caption\",\"text\":\"timestamps\"},\"$:/language/Buttons/Timestamp/Hint\":{\"title\":\"$:/language/Buttons/Timestamp/Hint\",\"text\":\"Choose whether modifications update timestamps\"},\"$:/language/Buttons/Timestamp/On/Caption\":{\"title\":\"$:/language/Buttons/Timestamp/On/Caption\",\"text\":\"timestamps are on\"},\"$:/language/Buttons/Timestamp/On/Hint\":{\"title\":\"$:/language/Buttons/Timestamp/On/Hint\",\"text\":\"Update timestamps when tiddlers are modified\"},\"$:/language/Buttons/Timestamp/Off/Caption\":{\"title\":\"$:/language/Buttons/Timestamp/Off/Caption\",\"text\":\"timestamps are off\"},\"$:/language/Buttons/Timestamp/Off/Hint\":{\"title\":\"$:/language/Buttons/Timestamp/Off/Hint\",\"text\":\"Don't update timestamps when tiddlers are modified\"},\"$:/language/Buttons/Theme/Caption\":{\"title\":\"$:/language/Buttons/Theme/Caption\",\"text\":\"theme\"},\"$:/language/Buttons/Theme/Hint\":{\"title\":\"$:/language/Buttons/Theme/Hint\",\"text\":\"Choose the display theme\"},\"$:/language/Buttons/Bold/Caption\":{\"title\":\"$:/language/Buttons/Bold/Caption\",\"text\":\"bold\"},\"$:/language/Buttons/Bold/Hint\":{\"title\":\"$:/language/Buttons/Bold/Hint\",\"text\":\"Apply bold formatting to selection\"},\"$:/language/Buttons/Clear/Caption\":{\"title\":\"$:/language/Buttons/Clear/Caption\",\"text\":\"clear\"},\"$:/language/Buttons/Clear/Hint\":{\"title\":\"$:/language/Buttons/Clear/Hint\",\"text\":\"Clear image to solid colour\"},\"$:/language/Buttons/EditorHeight/Caption\":{\"title\":\"$:/language/Buttons/EditorHeight/Caption\",\"text\":\"editor height\"},\"$:/language/Buttons/EditorHeight/Caption/Auto\":{\"title\":\"$:/language/Buttons/EditorHeight/Caption/Auto\",\"text\":\"Automatically adjust height to fit content\"},\"$:/language/Buttons/EditorHeight/Caption/Fixed\":{\"title\":\"$:/language/Buttons/EditorHeight/Caption/Fixed\",\"text\":\"Fixed height:\"},\"$:/language/Buttons/EditorHeight/Hint\":{\"title\":\"$:/language/Buttons/EditorHeight/Hint\",\"text\":\"Choose the height of the text editor\"},\"$:/language/Buttons/Excise/Caption\":{\"title\":\"$:/language/Buttons/Excise/Caption\",\"text\":\"excise\"},\"$:/language/Buttons/Excise/Caption/Excise\":{\"title\":\"$:/language/Buttons/Excise/Caption/Excise\",\"text\":\"Perform excision\"},\"$:/language/Buttons/Excise/Caption/MacroName\":{\"title\":\"$:/language/Buttons/Excise/Caption/MacroName\",\"text\":\"Macro name:\"},\"$:/language/Buttons/Excise/Caption/NewTitle\":{\"title\":\"$:/language/Buttons/Excise/Caption/NewTitle\",\"text\":\"Title of new tiddler:\"},\"$:/language/Buttons/Excise/Caption/Replace\":{\"title\":\"$:/language/Buttons/Excise/Caption/Replace\",\"text\":\"Replace excised text with:\"},\"$:/language/Buttons/Excise/Caption/Replace/Macro\":{\"title\":\"$:/language/Buttons/Excise/Caption/Replace/Macro\",\"text\":\"macro\"},\"$:/language/Buttons/Excise/Caption/Replace/Link\":{\"title\":\"$:/language/Buttons/Excise/Caption/Replace/Link\",\"text\":\"link\"},\"$:/language/Buttons/Excise/Caption/Replace/Transclusion\":{\"title\":\"$:/language/Buttons/Excise/Caption/Replace/Transclusion\",\"text\":\"transclusion\"},\"$:/language/Buttons/Excise/Caption/Tag\":{\"title\":\"$:/language/Buttons/Excise/Caption/Tag\",\"text\":\"Tag new tiddler with the title of this tiddler\"},\"$:/language/Buttons/Excise/Caption/TiddlerExists\":{\"title\":\"$:/language/Buttons/Excise/Caption/TiddlerExists\",\"text\":\"Warning: tiddler already exists\"},\"$:/language/Buttons/Excise/Hint\":{\"title\":\"$:/language/Buttons/Excise/Hint\",\"text\":\"Excise the selected text into a new tiddler\"},\"$:/language/Buttons/Heading1/Caption\":{\"title\":\"$:/language/Buttons/Heading1/Caption\",\"text\":\"heading 1\"},\"$:/language/Buttons/Heading1/Hint\":{\"title\":\"$:/language/Buttons/Heading1/Hint\",\"text\":\"Apply heading level 1 formatting to lines containing selection\"},\"$:/language/Buttons/Heading2/Caption\":{\"title\":\"$:/language/Buttons/Heading2/Caption\",\"text\":\"heading 2\"},\"$:/language/Buttons/Heading2/Hint\":{\"title\":\"$:/language/Buttons/Heading2/Hint\",\"text\":\"Apply heading level 2 formatting to lines containing selection\"},\"$:/language/Buttons/Heading3/Caption\":{\"title\":\"$:/language/Buttons/Heading3/Caption\",\"text\":\"heading 3\"},\"$:/language/Buttons/Heading3/Hint\":{\"title\":\"$:/language/Buttons/Heading3/Hint\",\"text\":\"Apply heading level 3 formatting to lines containing selection\"},\"$:/language/Buttons/Heading4/Caption\":{\"title\":\"$:/language/Buttons/Heading4/Caption\",\"text\":\"heading 4\"},\"$:/language/Buttons/Heading4/Hint\":{\"title\":\"$:/language/Buttons/Heading4/Hint\",\"text\":\"Apply heading level 4 formatting to lines containing selection\"},\"$:/language/Buttons/Heading5/Caption\":{\"title\":\"$:/language/Buttons/Heading5/Caption\",\"text\":\"heading 5\"},\"$:/language/Buttons/Heading5/Hint\":{\"title\":\"$:/language/Buttons/Heading5/Hint\",\"text\":\"Apply heading level 5 formatting to lines containing selection\"},\"$:/language/Buttons/Heading6/Caption\":{\"title\":\"$:/language/Buttons/Heading6/Caption\",\"text\":\"heading 6\"},\"$:/language/Buttons/Heading6/Hint\":{\"title\":\"$:/language/Buttons/Heading6/Hint\",\"text\":\"Apply heading level 6 formatting to lines containing selection\"},\"$:/language/Buttons/Italic/Caption\":{\"title\":\"$:/language/Buttons/Italic/Caption\",\"text\":\"italic\"},\"$:/language/Buttons/Italic/Hint\":{\"title\":\"$:/language/Buttons/Italic/Hint\",\"text\":\"Apply italic formatting to selection\"},\"$:/language/Buttons/LineWidth/Caption\":{\"title\":\"$:/language/Buttons/LineWidth/Caption\",\"text\":\"line width\"},\"$:/language/Buttons/LineWidth/Hint\":{\"title\":\"$:/language/Buttons/LineWidth/Hint\",\"text\":\"Set line width for painting\"},\"$:/language/Buttons/Link/Caption\":{\"title\":\"$:/language/Buttons/Link/Caption\",\"text\":\"link\"},\"$:/language/Buttons/Link/Hint\":{\"title\":\"$:/language/Buttons/Link/Hint\",\"text\":\"Create wikitext link\"},\"$:/language/Buttons/Linkify/Caption\":{\"title\":\"$:/language/Buttons/Linkify/Caption\",\"text\":\"wikilink\"},\"$:/language/Buttons/Linkify/Hint\":{\"title\":\"$:/language/Buttons/Linkify/Hint\",\"text\":\"Wrap selection in square brackets\"},\"$:/language/Buttons/ListBullet/Caption\":{\"title\":\"$:/language/Buttons/ListBullet/Caption\",\"text\":\"bulleted list\"},\"$:/language/Buttons/ListBullet/Hint\":{\"title\":\"$:/language/Buttons/ListBullet/Hint\",\"text\":\"Apply bulleted list formatting to lines containing selection\"},\"$:/language/Buttons/ListNumber/Caption\":{\"title\":\"$:/language/Buttons/ListNumber/Caption\",\"text\":\"numbered list\"},\"$:/language/Buttons/ListNumber/Hint\":{\"title\":\"$:/language/Buttons/ListNumber/Hint\",\"text\":\"Apply numbered list formatting to lines containing selection\"},\"$:/language/Buttons/MonoBlock/Caption\":{\"title\":\"$:/language/Buttons/MonoBlock/Caption\",\"text\":\"monospaced block\"},\"$:/language/Buttons/MonoBlock/Hint\":{\"title\":\"$:/language/Buttons/MonoBlock/Hint\",\"text\":\"Apply monospaced block formatting to lines containing selection\"},\"$:/language/Buttons/MonoLine/Caption\":{\"title\":\"$:/language/Buttons/MonoLine/Caption\",\"text\":\"monospaced\"},\"$:/language/Buttons/MonoLine/Hint\":{\"title\":\"$:/language/Buttons/MonoLine/Hint\",\"text\":\"Apply monospaced character formatting to selection\"},\"$:/language/Buttons/Opacity/Caption\":{\"title\":\"$:/language/Buttons/Opacity/Caption\",\"text\":\"opacity\"},\"$:/language/Buttons/Opacity/Hint\":{\"title\":\"$:/language/Buttons/Opacity/Hint\",\"text\":\"Set painting opacity\"},\"$:/language/Buttons/Paint/Caption\":{\"title\":\"$:/language/Buttons/Paint/Caption\",\"text\":\"paint colour\"},\"$:/language/Buttons/Paint/Hint\":{\"title\":\"$:/language/Buttons/Paint/Hint\",\"text\":\"Set painting colour\"},\"$:/language/Buttons/Picture/Caption\":{\"title\":\"$:/language/Buttons/Picture/Caption\",\"text\":\"picture\"},\"$:/language/Buttons/Picture/Hint\":{\"title\":\"$:/language/Buttons/Picture/Hint\",\"text\":\"Insert picture\"},\"$:/language/Buttons/Preview/Caption\":{\"title\":\"$:/language/Buttons/Preview/Caption\",\"text\":\"preview\"},\"$:/language/Buttons/Preview/Hint\":{\"title\":\"$:/language/Buttons/Preview/Hint\",\"text\":\"Show preview pane\"},\"$:/language/Buttons/PreviewType/Caption\":{\"title\":\"$:/language/Buttons/PreviewType/Caption\",\"text\":\"preview type\"},\"$:/language/Buttons/PreviewType/Hint\":{\"title\":\"$:/language/Buttons/PreviewType/Hint\",\"text\":\"Choose preview type\"},\"$:/language/Buttons/Quote/Caption\":{\"title\":\"$:/language/Buttons/Quote/Caption\",\"text\":\"quote\"},\"$:/language/Buttons/Quote/Hint\":{\"title\":\"$:/language/Buttons/Quote/Hint\",\"text\":\"Apply quoted text formatting to lines containing selection\"},\"$:/language/Buttons/RotateLeft/Caption\":{\"title\":\"$:/language/Buttons/RotateLeft/Caption\",\"text\":\"rotate left\"},\"$:/language/Buttons/RotateLeft/Hint\":{\"title\":\"$:/language/Buttons/RotateLeft/Hint\",\"text\":\"Rotate image left by 90 degrees\"},\"$:/language/Buttons/Size/Caption\":{\"title\":\"$:/language/Buttons/Size/Caption\",\"text\":\"image size\"},\"$:/language/Buttons/Size/Caption/Height\":{\"title\":\"$:/language/Buttons/Size/Caption/Height\",\"text\":\"Height:\"},\"$:/language/Buttons/Size/Caption/Resize\":{\"title\":\"$:/language/Buttons/Size/Caption/Resize\",\"text\":\"Resize image\"},\"$:/language/Buttons/Size/Caption/Width\":{\"title\":\"$:/language/Buttons/Size/Caption/Width\",\"text\":\"Width:\"},\"$:/language/Buttons/Size/Hint\":{\"title\":\"$:/language/Buttons/Size/Hint\",\"text\":\"Set image size\"},\"$:/language/Buttons/Stamp/Caption\":{\"title\":\"$:/language/Buttons/Stamp/Caption\",\"text\":\"stamp\"},\"$:/language/Buttons/Stamp/Caption/New\":{\"title\":\"$:/language/Buttons/Stamp/Caption/New\",\"text\":\"Add your own\"},\"$:/language/Buttons/Stamp/Hint\":{\"title\":\"$:/language/Buttons/Stamp/Hint\",\"text\":\"Insert a preconfigured snippet of text\"},\"$:/language/Buttons/Stamp/New/Title\":{\"title\":\"$:/language/Buttons/Stamp/New/Title\",\"text\":\"Name as shown in menu\"},\"$:/language/Buttons/Stamp/New/Text\":{\"title\":\"$:/language/Buttons/Stamp/New/Text\",\"text\":\"Text of snippet. (Remember to add a descriptive title in the caption field).\"},\"$:/language/Buttons/Strikethrough/Caption\":{\"title\":\"$:/language/Buttons/Strikethrough/Caption\",\"text\":\"strikethrough\"},\"$:/language/Buttons/Strikethrough/Hint\":{\"title\":\"$:/language/Buttons/Strikethrough/Hint\",\"text\":\"Apply strikethrough formatting to selection\"},\"$:/language/Buttons/Subscript/Caption\":{\"title\":\"$:/language/Buttons/Subscript/Caption\",\"text\":\"subscript\"},\"$:/language/Buttons/Subscript/Hint\":{\"title\":\"$:/language/Buttons/Subscript/Hint\",\"text\":\"Apply subscript formatting to selection\"},\"$:/language/Buttons/Superscript/Caption\":{\"title\":\"$:/language/Buttons/Superscript/Caption\",\"text\":\"superscript\"},\"$:/language/Buttons/Superscript/Hint\":{\"title\":\"$:/language/Buttons/Superscript/Hint\",\"text\":\"Apply superscript formatting to selection\"},\"$:/language/Buttons/ToggleSidebar/Hint\":{\"title\":\"$:/language/Buttons/ToggleSidebar/Hint\",\"text\":\"Toggle the sidebar visibility\"},\"$:/language/Buttons/Transcludify/Caption\":{\"title\":\"$:/language/Buttons/Transcludify/Caption\",\"text\":\"transclusion\"},\"$:/language/Buttons/Transcludify/Hint\":{\"title\":\"$:/language/Buttons/Transcludify/Hint\",\"text\":\"Wrap selection in curly brackets\"},\"$:/language/Buttons/Underline/Caption\":{\"title\":\"$:/language/Buttons/Underline/Caption\",\"text\":\"underline\"},\"$:/language/Buttons/Underline/Hint\":{\"title\":\"$:/language/Buttons/Underline/Hint\",\"text\":\"Apply underline formatting to selection\"},\"$:/language/ControlPanel/Advanced/Caption\":{\"title\":\"$:/language/ControlPanel/Advanced/Caption\",\"text\":\"Advanced\"},\"$:/language/ControlPanel/Advanced/Hint\":{\"title\":\"$:/language/ControlPanel/Advanced/Hint\",\"text\":\"Internal information about this TiddlyWiki\"},\"$:/language/ControlPanel/Appearance/Caption\":{\"title\":\"$:/language/ControlPanel/Appearance/Caption\",\"text\":\"Appearance\"},\"$:/language/ControlPanel/Appearance/Hint\":{\"title\":\"$:/language/ControlPanel/Appearance/Hint\",\"text\":\"Ways to customise the appearance of your TiddlyWiki.\"},\"$:/language/ControlPanel/Basics/AnimDuration/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/AnimDuration/Prompt\",\"text\":\"Animation duration\"},\"$:/language/ControlPanel/Basics/AutoFocus/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/AutoFocus/Prompt\",\"text\":\"Default focus field for new tiddlers\"},\"$:/language/ControlPanel/Basics/Caption\":{\"title\":\"$:/language/ControlPanel/Basics/Caption\",\"text\":\"Basics\"},\"$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint\":{\"title\":\"$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint\",\"text\":\"Use &#91;&#91;double square brackets&#93;&#93; for titles with spaces. Or you can choose to \u003C$button set=\\\"$:/DefaultTiddlers\\\" setTo=\\\"[list[$:/StoryList]]\\\">retain story ordering\u003C/$button>\"},\"$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt\",\"text\":\"Default tiddlers\"},\"$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint\":{\"title\":\"$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint\",\"text\":\"Choose which tiddlers are displayed at startup\"},\"$:/language/ControlPanel/Basics/Language/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/Language/Prompt\",\"text\":\"Hello! Current language:\"},\"$:/language/ControlPanel/Basics/NewJournal/Title/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/NewJournal/Title/Prompt\",\"text\":\"Title of new journal tiddlers\"},\"$:/language/ControlPanel/Basics/NewJournal/Text/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/NewJournal/Text/Prompt\",\"text\":\"Text for new journal tiddlers\"},\"$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt\",\"text\":\"Tags for new journal tiddlers\"},\"$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt\",\"text\":\"Title of new tiddlers\"},\"$:/language/ControlPanel/Basics/NewTiddler/Tags/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/NewTiddler/Tags/Prompt\",\"text\":\"Tags for new tiddlers\"},\"$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt\",\"text\":\"Number of overridden shadow tiddlers\"},\"$:/language/ControlPanel/Basics/RemoveTags\":{\"title\":\"$:/language/ControlPanel/Basics/RemoveTags\",\"text\":\"Update to current format\"},\"$:/language/ControlPanel/Basics/RemoveTags/Hint\":{\"title\":\"$:/language/ControlPanel/Basics/RemoveTags/Hint\",\"text\":\"Update the tags configuration to the latest format\"},\"$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt\",\"text\":\"Number of shadow tiddlers\"},\"$:/language/ControlPanel/Basics/Subtitle/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/Subtitle/Prompt\",\"text\":\"Subtitle\"},\"$:/language/ControlPanel/Basics/SystemTiddlers/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/SystemTiddlers/Prompt\",\"text\":\"Number of system tiddlers\"},\"$:/language/ControlPanel/Basics/Tags/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/Tags/Prompt\",\"text\":\"Number of tags\"},\"$:/language/ControlPanel/Basics/Tiddlers/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/Tiddlers/Prompt\",\"text\":\"Number of tiddlers\"},\"$:/language/ControlPanel/Basics/Title/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/Title/Prompt\",\"text\":\"Title of this ~TiddlyWiki\"},\"$:/language/ControlPanel/Basics/Username/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/Username/Prompt\",\"text\":\"Username for signing edits\"},\"$:/language/ControlPanel/Basics/Version/Prompt\":{\"title\":\"$:/language/ControlPanel/Basics/Version/Prompt\",\"text\":\"~TiddlyWiki version\"},\"$:/language/ControlPanel/EditorTypes/Caption\":{\"title\":\"$:/language/ControlPanel/EditorTypes/Caption\",\"text\":\"Editor Types\"},\"$:/language/ControlPanel/EditorTypes/Editor/Caption\":{\"title\":\"$:/language/ControlPanel/EditorTypes/Editor/Caption\",\"text\":\"Editor\"},\"$:/language/ControlPanel/EditorTypes/Hint\":{\"title\":\"$:/language/ControlPanel/EditorTypes/Hint\",\"text\":\"These tiddlers determine which editor is used to edit specific tiddler types.\"},\"$:/language/ControlPanel/EditorTypes/Type/Caption\":{\"title\":\"$:/language/ControlPanel/EditorTypes/Type/Caption\",\"text\":\"Type\"},\"$:/language/ControlPanel/Info/Caption\":{\"title\":\"$:/language/ControlPanel/Info/Caption\",\"text\":\"Info\"},\"$:/language/ControlPanel/Info/Hint\":{\"title\":\"$:/language/ControlPanel/Info/Hint\",\"text\":\"Information about this TiddlyWiki\"},\"$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt\",\"text\":\"Type shortcut here\"},\"$:/language/ControlPanel/KeyboardShortcuts/Add/Caption\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Add/Caption\",\"text\":\"add shortcut\"},\"$:/language/ControlPanel/KeyboardShortcuts/Caption\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Caption\",\"text\":\"Keyboard Shortcuts\"},\"$:/language/ControlPanel/KeyboardShortcuts/Hint\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Hint\",\"text\":\"Manage keyboard shortcut assignments\"},\"$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption\",\"text\":\"No keyboard shortcuts assigned\"},\"$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint\",\"text\":\"remove keyboard shortcut\"},\"$:/language/ControlPanel/KeyboardShortcuts/Platform/All\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Platform/All\",\"text\":\"All platforms\"},\"$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac\",\"text\":\"Macintosh platform only\"},\"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac\",\"text\":\"Non-Macintosh platforms only\"},\"$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux\",\"text\":\"Linux platform only\"},\"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux\",\"text\":\"Non-Linux platforms only\"},\"$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows\",\"text\":\"Windows platform only\"},\"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows\":{\"title\":\"$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows\",\"text\":\"Non-Windows platforms only\"},\"$:/language/ControlPanel/LayoutSwitcher/Caption\":{\"title\":\"$:/language/ControlPanel/LayoutSwitcher/Caption\",\"text\":\"Layout\"},\"$:/language/ControlPanel/LoadedModules/Caption\":{\"title\":\"$:/language/ControlPanel/LoadedModules/Caption\",\"text\":\"Loaded Modules\"},\"$:/language/ControlPanel/LoadedModules/Hint\":{\"title\":\"$:/language/ControlPanel/LoadedModules/Hint\",\"text\":\"These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process.\"},\"$:/language/ControlPanel/Palette/Caption\":{\"title\":\"$:/language/ControlPanel/Palette/Caption\",\"text\":\"Palette\"},\"$:/language/ControlPanel/Palette/Editor/Clone/Caption\":{\"title\":\"$:/language/ControlPanel/Palette/Editor/Clone/Caption\",\"text\":\"clone\"},\"$:/language/ControlPanel/Palette/Editor/Clone/Prompt\":{\"title\":\"$:/language/ControlPanel/Palette/Editor/Clone/Prompt\",\"text\":\"It is recommended that you clone this shadow palette before editing it\"},\"$:/language/ControlPanel/Palette/Editor/Delete/Hint\":{\"title\":\"$:/language/ControlPanel/Palette/Editor/Delete/Hint\",\"text\":\"delete this entry from the current palette\"},\"$:/language/ControlPanel/Palette/Editor/Names/External/Show\":{\"title\":\"$:/language/ControlPanel/Palette/Editor/Names/External/Show\",\"text\":\"Show color names that are not part of the current palette\"},\"$:/language/ControlPanel/Palette/Editor/Prompt/Modified\":{\"title\":\"$:/language/ControlPanel/Palette/Editor/Prompt/Modified\",\"text\":\"This shadow palette has been modified\"},\"$:/language/ControlPanel/Palette/Editor/Prompt\":{\"title\":\"$:/language/ControlPanel/Palette/Editor/Prompt\",\"text\":\"Editing\"},\"$:/language/ControlPanel/Palette/Editor/Reset/Caption\":{\"title\":\"$:/language/ControlPanel/Palette/Editor/Reset/Caption\",\"text\":\"reset\"},\"$:/language/ControlPanel/Palette/HideEditor/Caption\":{\"title\":\"$:/language/ControlPanel/Palette/HideEditor/Caption\",\"text\":\"hide editor\"},\"$:/language/ControlPanel/Palette/Prompt\":{\"title\":\"$:/language/ControlPanel/Palette/Prompt\",\"text\":\"Current palette:\"},\"$:/language/ControlPanel/Palette/ShowEditor/Caption\":{\"title\":\"$:/language/ControlPanel/Palette/ShowEditor/Caption\",\"text\":\"show editor\"},\"$:/language/ControlPanel/Parsing/Caption\":{\"title\":\"$:/language/ControlPanel/Parsing/Caption\",\"text\":\"Parsing\"},\"$:/language/ControlPanel/Parsing/Hint\":{\"title\":\"$:/language/ControlPanel/Parsing/Hint\",\"text\":\"Here you can globally disable/enable wiki parser rules. For changes to take effect, save and reload your wiki. Disabling certain parser rules can prevent \u003C$text text=\\\"TiddlyWiki\\\"/> from functioning correctly. Use [[safe mode|https://tiddlywiki.com/#SafeMode]] to restore normal operation.\"},\"$:/language/ControlPanel/Parsing/Block/Caption\":{\"title\":\"$:/language/ControlPanel/Parsing/Block/Caption\",\"text\":\"Block Parse Rules\"},\"$:/language/ControlPanel/Parsing/Inline/Caption\":{\"title\":\"$:/language/ControlPanel/Parsing/Inline/Caption\",\"text\":\"Inline Parse Rules\"},\"$:/language/ControlPanel/Parsing/Pragma/Caption\":{\"title\":\"$:/language/ControlPanel/Parsing/Pragma/Caption\",\"text\":\"Pragma Parse Rules\"},\"$:/language/ControlPanel/Plugins/Add/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Add/Caption\",\"text\":\"Get more plugins\"},\"$:/language/ControlPanel/Plugins/Add/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Add/Hint\",\"text\":\"Install plugins from the official library\"},\"$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint\",\"text\":\"This plugin is already installed at version \u003C$text text=\u003C\u003CinstalledVersion>>/>\"},\"$:/language/ControlPanel/Plugins/AlsoRequires\":{\"title\":\"$:/language/ControlPanel/Plugins/AlsoRequires\",\"text\":\"Also requires:\"},\"$:/language/ControlPanel/Plugins/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Caption\",\"text\":\"Plugins\"},\"$:/language/ControlPanel/Plugins/Disable/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Disable/Caption\",\"text\":\"disable\"},\"$:/language/ControlPanel/Plugins/Disable/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Disable/Hint\",\"text\":\"Disable this plugin when reloading page\"},\"$:/language/ControlPanel/Plugins/Disabled/Status\":{\"title\":\"$:/language/ControlPanel/Plugins/Disabled/Status\",\"text\":\"(disabled)\"},\"$:/language/ControlPanel/Plugins/Downgrade/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Downgrade/Caption\",\"text\":\"downgrade\"},\"$:/language/ControlPanel/Plugins/Empty/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Empty/Hint\",\"text\":\"None\"},\"$:/language/ControlPanel/Plugins/Enable/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Enable/Caption\",\"text\":\"enable\"},\"$:/language/ControlPanel/Plugins/Enable/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Enable/Hint\",\"text\":\"Enable this plugin when reloading page\"},\"$:/language/ControlPanel/Plugins/Install/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Install/Caption\",\"text\":\"install\"},\"$:/language/ControlPanel/Plugins/Installed/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Installed/Hint\",\"text\":\"Currently installed plugins:\"},\"$:/language/ControlPanel/Plugins/Languages/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Languages/Caption\",\"text\":\"Languages\"},\"$:/language/ControlPanel/Plugins/Languages/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Languages/Hint\",\"text\":\"Language pack plugins\"},\"$:/language/ControlPanel/Plugins/NoInfoFound/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/NoInfoFound/Hint\",\"text\":\"No ''\\\"\u003C$text text=\u003C\u003CcurrentTab>>/>\\\"'' found\"},\"$:/language/ControlPanel/Plugins/NotInstalled/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/NotInstalled/Hint\",\"text\":\"This plugin is not currently installed\"},\"$:/language/ControlPanel/Plugins/OpenPluginLibrary\":{\"title\":\"$:/language/ControlPanel/Plugins/OpenPluginLibrary\",\"text\":\"open plugin library\"},\"$:/language/ControlPanel/Plugins/ClosePluginLibrary\":{\"title\":\"$:/language/ControlPanel/Plugins/ClosePluginLibrary\",\"text\":\"close plugin library\"},\"$:/language/ControlPanel/Plugins/PluginWillRequireReload\":{\"title\":\"$:/language/ControlPanel/Plugins/PluginWillRequireReload\",\"text\":\"(requires reload)\"},\"$:/language/ControlPanel/Plugins/Plugins/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Plugins/Caption\",\"text\":\"Plugins\"},\"$:/language/ControlPanel/Plugins/Plugins/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Plugins/Hint\",\"text\":\"Plugins\"},\"$:/language/ControlPanel/Plugins/Reinstall/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Reinstall/Caption\",\"text\":\"reinstall\"},\"$:/language/ControlPanel/Plugins/Themes/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Themes/Caption\",\"text\":\"Themes\"},\"$:/language/ControlPanel/Plugins/Themes/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Themes/Hint\",\"text\":\"Theme plugins\"},\"$:/language/ControlPanel/Plugins/Update/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Update/Caption\",\"text\":\"update\"},\"$:/language/ControlPanel/Plugins/Updates/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Updates/Caption\",\"text\":\"Updates\"},\"$:/language/ControlPanel/Plugins/Updates/Hint\":{\"title\":\"$:/language/ControlPanel/Plugins/Updates/Hint\",\"text\":\"Available updates to installed plugins\"},\"$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption\":{\"title\":\"$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption\",\"text\":\"Update \u003C\u003Cupdate-count>> plugins\"},\"$:/language/ControlPanel/Plugins/SubPluginPrompt\":{\"title\":\"$:/language/ControlPanel/Plugins/SubPluginPrompt\",\"text\":\"With \u003C\u003Ccount>> sub-plugins available\"},\"$:/language/ControlPanel/Saving/Caption\":{\"title\":\"$:/language/ControlPanel/Saving/Caption\",\"text\":\"Saving\"},\"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description\":{\"title\":\"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description\",\"text\":\"Permit automatic saving for the download saver\"},\"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint\":{\"title\":\"$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint\",\"text\":\"Enable Autosave for Download Saver\"},\"$:/language/ControlPanel/Saving/DownloadSaver/Caption\":{\"title\":\"$:/language/ControlPanel/Saving/DownloadSaver/Caption\",\"text\":\"Download Saver\"},\"$:/language/ControlPanel/Saving/DownloadSaver/Hint\":{\"title\":\"$:/language/ControlPanel/Saving/DownloadSaver/Hint\",\"text\":\"These settings apply to the HTML5-compatible download saver\"},\"$:/language/ControlPanel/Saving/General/Caption\":{\"title\":\"$:/language/ControlPanel/Saving/General/Caption\",\"text\":\"General\"},\"$:/language/ControlPanel/Saving/General/Hint\":{\"title\":\"$:/language/ControlPanel/Saving/General/Hint\",\"text\":\"These settings apply to all the loaded savers\"},\"$:/language/ControlPanel/Saving/Hint\":{\"title\":\"$:/language/ControlPanel/Saving/Hint\",\"text\":\"Settings used for saving the entire TiddlyWiki as a single file via a saver module\"},\"$:/language/ControlPanel/Saving/GitService/Branch\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/Branch\",\"text\":\"Target branch for saving\"},\"$:/language/ControlPanel/Saving/GitService/CommitMessage\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/CommitMessage\",\"text\":\"Saved by TiddlyWiki\"},\"$:/language/ControlPanel/Saving/GitService/Description\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/Description\",\"text\":\"These settings are only used when saving to \u003C\u003Cservice-name>>\"},\"$:/language/ControlPanel/Saving/GitService/Filename\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/Filename\",\"text\":\"Filename of target file (e.g. `index.html`)\"},\"$:/language/ControlPanel/Saving/GitService/Path\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/Path\",\"text\":\"Path to target file (e.g. `/wiki/`)\"},\"$:/language/ControlPanel/Saving/GitService/Repo\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/Repo\",\"text\":\"Target repository (e.g. `Jermolene/TiddlyWiki5`)\"},\"$:/language/ControlPanel/Saving/GitService/ServerURL\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/ServerURL\",\"text\":\"Server API URL\"},\"$:/language/ControlPanel/Saving/GitService/UserName\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/UserName\",\"text\":\"Username\"},\"$:/language/ControlPanel/Saving/GitService/GitHub/Caption\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/GitHub/Caption\",\"text\":\"~GitHub Saver\"},\"$:/language/ControlPanel/Saving/GitService/GitHub/Password\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/GitHub/Password\",\"text\":\"Password, OAUTH token, or personal access token (see [[GitHub help page|https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line]] for details)\"},\"$:/language/ControlPanel/Saving/GitService/GitLab/Caption\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/GitLab/Caption\",\"text\":\"~GitLab Saver\"},\"$:/language/ControlPanel/Saving/GitService/GitLab/Password\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/GitLab/Password\",\"text\":\"Personal access token for API (see [[GitLab help page|https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html]] for details)\"},\"$:/language/ControlPanel/Saving/GitService/Gitea/Caption\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/Gitea/Caption\",\"text\":\"Gitea Saver\"},\"$:/language/ControlPanel/Saving/GitService/Gitea/Password\":{\"title\":\"$:/language/ControlPanel/Saving/GitService/Gitea/Password\",\"text\":\"Personal access token for API (via Giteas web interface: `Settings | Applications | Generate New Token`)\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading\",\"text\":\"Advanced Settings\"},\"$:/language/ControlPanel/Saving/TiddlySpot/BackupDir\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/BackupDir\",\"text\":\"Backup Directory\"},\"$:/language/ControlPanel/Saving/TiddlySpot/ControlPanel\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/ControlPanel\",\"text\":\"~TiddlySpot Control Panel\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Backups\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Backups\",\"text\":\"Backups\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Caption\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Caption\",\"text\":\"~TiddlySpot Saver\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Description\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Description\",\"text\":\"These settings are only used when saving to [[TiddlySpot|http://tiddlyspot.com]], [[TiddlyHost|https://tiddlyhost.com]], or a compatible remote server. See [[here|https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot]] for information on ~TiddlySpot and ~TiddlyHost saving configuration.\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Filename\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Filename\",\"text\":\"Upload Filename\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Heading\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Heading\",\"text\":\"~TiddlySpot\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Hint\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Hint\",\"text\":\"//The server URL defaults to `http://\u003Cwikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//\"},\"$:/language/ControlPanel/Saving/TiddlySpot/Password\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/Password\",\"text\":\"Password\"},\"$:/language/ControlPanel/Saving/TiddlySpot/ReadOnly\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/ReadOnly\",\"text\":\"Note that [[TiddlySpot|http://tiddlyspot.com]] no longer allows the creation of new sites. For new sites, you can use [[TiddlyHost|https://tiddlyhost.com]], a new hosting service that replaces ~TiddlySpot.\"},\"$:/language/ControlPanel/Saving/TiddlySpot/ServerURL\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/ServerURL\",\"text\":\"Server URL\"},\"$:/language/ControlPanel/Saving/TiddlySpot/UploadDir\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/UploadDir\",\"text\":\"Upload Directory\"},\"$:/language/ControlPanel/Saving/TiddlySpot/UserName\":{\"title\":\"$:/language/ControlPanel/Saving/TiddlySpot/UserName\",\"text\":\"Wiki Name\"},\"$:/language/ControlPanel/Settings/AutoSave/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/AutoSave/Caption\",\"text\":\"Autosave\"},\"$:/language/ControlPanel/Settings/AutoSave/Disabled/Description\":{\"title\":\"$:/language/ControlPanel/Settings/AutoSave/Disabled/Description\",\"text\":\"Do not save changes automatically\"},\"$:/language/ControlPanel/Settings/AutoSave/Enabled/Description\":{\"title\":\"$:/language/ControlPanel/Settings/AutoSave/Enabled/Description\",\"text\":\"Save changes automatically\"},\"$:/language/ControlPanel/Settings/AutoSave/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/AutoSave/Hint\",\"text\":\"Attempt to automatically save changes during editing when using a supporting saver\"},\"$:/language/ControlPanel/Settings/CamelCase/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/CamelCase/Caption\",\"text\":\"Camel Case Wiki Links\"},\"$:/language/ControlPanel/Settings/CamelCase/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/CamelCase/Hint\",\"text\":\"You can globally disable automatic linking of ~CamelCase phrases. Requires reload to take effect\"},\"$:/language/ControlPanel/Settings/CamelCase/Description\":{\"title\":\"$:/language/ControlPanel/Settings/CamelCase/Description\",\"text\":\"Enable automatic ~CamelCase linking\"},\"$:/language/ControlPanel/Settings/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/Caption\",\"text\":\"Settings\"},\"$:/language/ControlPanel/Settings/EditorToolbar/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/EditorToolbar/Caption\",\"text\":\"Editor Toolbar\"},\"$:/language/ControlPanel/Settings/EditorToolbar/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/EditorToolbar/Hint\",\"text\":\"Enable or disable the editor toolbar:\"},\"$:/language/ControlPanel/Settings/EditorToolbar/Description\":{\"title\":\"$:/language/ControlPanel/Settings/EditorToolbar/Description\",\"text\":\"Show editor toolbar\"},\"$:/language/ControlPanel/Settings/InfoPanelMode/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/InfoPanelMode/Caption\",\"text\":\"Tiddler Info Panel Mode\"},\"$:/language/ControlPanel/Settings/InfoPanelMode/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/InfoPanelMode/Hint\",\"text\":\"Control when the tiddler info panel closes:\"},\"$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description\":{\"title\":\"$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description\",\"text\":\"Tiddler info panel closes automatically\"},\"$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description\":{\"title\":\"$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description\",\"text\":\"Tiddler info panel stays open until explicitly closed\"},\"$:/language/ControlPanel/Settings/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/Hint\",\"text\":\"These settings let you customise the behaviour of TiddlyWiki.\"},\"$:/language/ControlPanel/Settings/NavigationAddressBar/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationAddressBar/Caption\",\"text\":\"Navigation Address Bar\"},\"$:/language/ControlPanel/Settings/NavigationAddressBar/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationAddressBar/Hint\",\"text\":\"Behaviour of the browser address bar when navigating to a tiddler:\"},\"$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description\",\"text\":\"Do not update the address bar\"},\"$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description\",\"text\":\"Include the target tiddler\"},\"$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description\",\"text\":\"Include the target tiddler and the current story sequence\"},\"$:/language/ControlPanel/Settings/NavigationHistory/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationHistory/Caption\",\"text\":\"Navigation History\"},\"$:/language/ControlPanel/Settings/NavigationHistory/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationHistory/Hint\",\"text\":\"Update browser history when navigating to a tiddler:\"},\"$:/language/ControlPanel/Settings/NavigationHistory/No/Description\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationHistory/No/Description\",\"text\":\"Do not update history\"},\"$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description\",\"text\":\"Update history\"},\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption\",\"text\":\"Permalink/permaview Mode\"},\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint\",\"text\":\"Choose how permalink/permaview is handled:\"},\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description\",\"text\":\"Copy permalink/permaview URL to clipboard\"},\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description\":{\"title\":\"$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description\",\"text\":\"Update address bar with permalink/permaview URL\"},\"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption\",\"text\":\"Performance Instrumentation\"},\"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint\",\"text\":\"Displays performance statistics in the browser developer console. Requires reload to take effect\"},\"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description\":{\"title\":\"$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description\",\"text\":\"Enable performance instrumentation\"},\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption\",\"text\":\"Toolbar Button Style\"},\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint\",\"text\":\"Choose the style for toolbar buttons:\"},\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless\",\"text\":\"Borderless\"},\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed\",\"text\":\"Boxed\"},\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded\",\"text\":\"Rounded\"},\"$:/language/ControlPanel/Settings/ToolbarButtons/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtons/Caption\",\"text\":\"Toolbar Buttons\"},\"$:/language/ControlPanel/Settings/ToolbarButtons/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtons/Hint\",\"text\":\"Default toolbar button appearance:\"},\"$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description\",\"text\":\"Include icon\"},\"$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description\":{\"title\":\"$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description\",\"text\":\"Include text\"},\"$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption\",\"text\":\"Default Sidebar Tab\"},\"$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint\",\"text\":\"Specify which sidebar tab is displayed by default\"},\"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption\",\"text\":\"Default More Sidebar Tab\"},\"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint\",\"text\":\"Specify which More sidebar tab is displayed by default\"},\"$:/language/ControlPanel/Settings/LinkToBehaviour/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/LinkToBehaviour/Caption\",\"text\":\"Tiddler Opening Behaviour\"},\"$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint\",\"text\":\"Navigation from //within// the story river\"},\"$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint\",\"text\":\"Navigation from //outside// the story river\"},\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove\":{\"title\":\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove\",\"text\":\"Open above the current tiddler\"},\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow\":{\"title\":\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow\",\"text\":\"Open below the current tiddler\"},\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop\":{\"title\":\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop\",\"text\":\"Open at the top of the story river\"},\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom\":{\"title\":\"$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom\",\"text\":\"Open at the bottom of the story river\"},\"$:/language/ControlPanel/Settings/TitleLinks/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/TitleLinks/Caption\",\"text\":\"Tiddler Titles\"},\"$:/language/ControlPanel/Settings/TitleLinks/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/TitleLinks/Hint\",\"text\":\"Optionally display tiddler titles as links\"},\"$:/language/ControlPanel/Settings/TitleLinks/No/Description\":{\"title\":\"$:/language/ControlPanel/Settings/TitleLinks/No/Description\",\"text\":\"Do not display tiddler titles as links\"},\"$:/language/ControlPanel/Settings/TitleLinks/Yes/Description\":{\"title\":\"$:/language/ControlPanel/Settings/TitleLinks/Yes/Description\",\"text\":\"Display tiddler titles as links\"},\"$:/language/ControlPanel/Settings/MissingLinks/Caption\":{\"title\":\"$:/language/ControlPanel/Settings/MissingLinks/Caption\",\"text\":\"Wiki Links\"},\"$:/language/ControlPanel/Settings/MissingLinks/Hint\":{\"title\":\"$:/language/ControlPanel/Settings/MissingLinks/Hint\",\"text\":\"Choose whether to link to tiddlers that do not exist yet\"},\"$:/language/ControlPanel/Settings/MissingLinks/Description\":{\"title\":\"$:/language/ControlPanel/Settings/MissingLinks/Description\",\"text\":\"Enable links to missing tiddlers\"},\"$:/language/ControlPanel/StoryView/Caption\":{\"title\":\"$:/language/ControlPanel/StoryView/Caption\",\"text\":\"Story View\"},\"$:/language/ControlPanel/StoryView/Prompt\":{\"title\":\"$:/language/ControlPanel/StoryView/Prompt\",\"text\":\"Current view:\"},\"$:/language/ControlPanel/Stylesheets/Caption\":{\"title\":\"$:/language/ControlPanel/Stylesheets/Caption\",\"text\":\"Stylesheets\"},\"$:/language/ControlPanel/Stylesheets/Expand/Caption\":{\"title\":\"$:/language/ControlPanel/Stylesheets/Expand/Caption\",\"text\":\"Expand All\"},\"$:/language/ControlPanel/Stylesheets/Hint\":{\"title\":\"$:/language/ControlPanel/Stylesheets/Hint\",\"text\":\"This is the rendered CSS of the current stylesheet tiddlers tagged with \u003C\u003Ctag \\\"$:/tags/Stylesheet\\\">>\"},\"$:/language/ControlPanel/Stylesheets/Restore/Caption\":{\"title\":\"$:/language/ControlPanel/Stylesheets/Restore/Caption\",\"text\":\"Restore\"},\"$:/language/ControlPanel/Theme/Caption\":{\"title\":\"$:/language/ControlPanel/Theme/Caption\",\"text\":\"Theme\"},\"$:/language/ControlPanel/Theme/Prompt\":{\"title\":\"$:/language/ControlPanel/Theme/Prompt\",\"text\":\"Current theme:\"},\"$:/language/ControlPanel/TiddlerFields/Caption\":{\"title\":\"$:/language/ControlPanel/TiddlerFields/Caption\",\"text\":\"Tiddler Fields\"},\"$:/language/ControlPanel/TiddlerFields/Hint\":{\"title\":\"$:/language/ControlPanel/TiddlerFields/Hint\",\"text\":\"This is the full set of TiddlerFields in use in this wiki (including system tiddlers but excluding shadow tiddlers).\"},\"$:/language/ControlPanel/Toolbars/Caption\":{\"title\":\"$:/language/ControlPanel/Toolbars/Caption\",\"text\":\"Toolbars\"},\"$:/language/ControlPanel/Toolbars/EditToolbar/Caption\":{\"title\":\"$:/language/ControlPanel/Toolbars/EditToolbar/Caption\",\"text\":\"Edit Toolbar\"},\"$:/language/ControlPanel/Toolbars/EditToolbar/Hint\":{\"title\":\"$:/language/ControlPanel/Toolbars/EditToolbar/Hint\",\"text\":\"Choose which buttons are displayed for tiddlers in edit mode. Drag and drop to change the ordering\"},\"$:/language/ControlPanel/Toolbars/Hint\":{\"title\":\"$:/language/ControlPanel/Toolbars/Hint\",\"text\":\"Select which toolbar buttons are displayed\"},\"$:/language/ControlPanel/Toolbars/PageControls/Caption\":{\"title\":\"$:/language/ControlPanel/Toolbars/PageControls/Caption\",\"text\":\"Page Toolbar\"},\"$:/language/ControlPanel/Toolbars/PageControls/Hint\":{\"title\":\"$:/language/ControlPanel/Toolbars/PageControls/Hint\",\"text\":\"Choose which buttons are displayed on the main page toolbar. Drag and drop to change the ordering\"},\"$:/language/ControlPanel/Toolbars/EditorToolbar/Caption\":{\"title\":\"$:/language/ControlPanel/Toolbars/EditorToolbar/Caption\",\"text\":\"Editor Toolbar\"},\"$:/language/ControlPanel/Toolbars/EditorToolbar/Hint\":{\"title\":\"$:/language/ControlPanel/Toolbars/EditorToolbar/Hint\",\"text\":\"Choose which buttons are displayed in the editor toolbar. Note that some buttons will only appear when editing tiddlers of a certain type. Drag and drop to change the ordering\"},\"$:/language/ControlPanel/Toolbars/ViewToolbar/Caption\":{\"title\":\"$:/language/ControlPanel/Toolbars/ViewToolbar/Caption\",\"text\":\"View Toolbar\"},\"$:/language/ControlPanel/Toolbars/ViewToolbar/Hint\":{\"title\":\"$:/language/ControlPanel/Toolbars/ViewToolbar/Hint\",\"text\":\"Choose which buttons are displayed for tiddlers in view mode. Drag and drop to change the ordering\"},\"$:/language/ControlPanel/Tools/Download/Full/Caption\":{\"title\":\"$:/language/ControlPanel/Tools/Download/Full/Caption\",\"text\":\"Download full wiki\"},\"$:/language/Date/DaySuffix/1\":{\"title\":\"$:/language/Date/DaySuffix/1\",\"text\":\"st\"},\"$:/language/Date/DaySuffix/2\":{\"title\":\"$:/language/Date/DaySuffix/2\",\"text\":\"nd\"},\"$:/language/Date/DaySuffix/3\":{\"title\":\"$:/language/Date/DaySuffix/3\",\"text\":\"rd\"},\"$:/language/Date/DaySuffix/4\":{\"title\":\"$:/language/Date/DaySuffix/4\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/5\":{\"title\":\"$:/language/Date/DaySuffix/5\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/6\":{\"title\":\"$:/language/Date/DaySuffix/6\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/7\":{\"title\":\"$:/language/Date/DaySuffix/7\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/8\":{\"title\":\"$:/language/Date/DaySuffix/8\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/9\":{\"title\":\"$:/language/Date/DaySuffix/9\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/10\":{\"title\":\"$:/language/Date/DaySuffix/10\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/11\":{\"title\":\"$:/language/Date/DaySuffix/11\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/12\":{\"title\":\"$:/language/Date/DaySuffix/12\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/13\":{\"title\":\"$:/language/Date/DaySuffix/13\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/14\":{\"title\":\"$:/language/Date/DaySuffix/14\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/15\":{\"title\":\"$:/language/Date/DaySuffix/15\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/16\":{\"title\":\"$:/language/Date/DaySuffix/16\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/17\":{\"title\":\"$:/language/Date/DaySuffix/17\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/18\":{\"title\":\"$:/language/Date/DaySuffix/18\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/19\":{\"title\":\"$:/language/Date/DaySuffix/19\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/20\":{\"title\":\"$:/language/Date/DaySuffix/20\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/21\":{\"title\":\"$:/language/Date/DaySuffix/21\",\"text\":\"st\"},\"$:/language/Date/DaySuffix/22\":{\"title\":\"$:/language/Date/DaySuffix/22\",\"text\":\"nd\"},\"$:/language/Date/DaySuffix/23\":{\"title\":\"$:/language/Date/DaySuffix/23\",\"text\":\"rd\"},\"$:/language/Date/DaySuffix/24\":{\"title\":\"$:/language/Date/DaySuffix/24\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/25\":{\"title\":\"$:/language/Date/DaySuffix/25\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/26\":{\"title\":\"$:/language/Date/DaySuffix/26\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/27\":{\"title\":\"$:/language/Date/DaySuffix/27\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/28\":{\"title\":\"$:/language/Date/DaySuffix/28\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/29\":{\"title\":\"$:/language/Date/DaySuffix/29\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/30\":{\"title\":\"$:/language/Date/DaySuffix/30\",\"text\":\"th\"},\"$:/language/Date/DaySuffix/31\":{\"title\":\"$:/language/Date/DaySuffix/31\",\"text\":\"st\"},\"$:/language/Date/Long/Day/0\":{\"title\":\"$:/language/Date/Long/Day/0\",\"text\":\"Sunday\"},\"$:/language/Date/Long/Day/1\":{\"title\":\"$:/language/Date/Long/Day/1\",\"text\":\"Monday\"},\"$:/language/Date/Long/Day/2\":{\"title\":\"$:/language/Date/Long/Day/2\",\"text\":\"Tuesday\"},\"$:/language/Date/Long/Day/3\":{\"title\":\"$:/language/Date/Long/Day/3\",\"text\":\"Wednesday\"},\"$:/language/Date/Long/Day/4\":{\"title\":\"$:/language/Date/Long/Day/4\",\"text\":\"Thursday\"},\"$:/language/Date/Long/Day/5\":{\"title\":\"$:/language/Date/Long/Day/5\",\"text\":\"Friday\"},\"$:/language/Date/Long/Day/6\":{\"title\":\"$:/language/Date/Long/Day/6\",\"text\":\"Saturday\"},\"$:/language/Date/Long/Month/1\":{\"title\":\"$:/language/Date/Long/Month/1\",\"text\":\"January\"},\"$:/language/Date/Long/Month/2\":{\"title\":\"$:/language/Date/Long/Month/2\",\"text\":\"February\"},\"$:/language/Date/Long/Month/3\":{\"title\":\"$:/language/Date/Long/Month/3\",\"text\":\"March\"},\"$:/language/Date/Long/Month/4\":{\"title\":\"$:/language/Date/Long/Month/4\",\"text\":\"April\"},\"$:/language/Date/Long/Month/5\":{\"title\":\"$:/language/Date/Long/Month/5\",\"text\":\"May\"},\"$:/language/Date/Long/Month/6\":{\"title\":\"$:/language/Date/Long/Month/6\",\"text\":\"June\"},\"$:/language/Date/Long/Month/7\":{\"title\":\"$:/language/Date/Long/Month/7\",\"text\":\"July\"},\"$:/language/Date/Long/Month/8\":{\"title\":\"$:/language/Date/Long/Month/8\",\"text\":\"August\"},\"$:/language/Date/Long/Month/9\":{\"title\":\"$:/language/Date/Long/Month/9\",\"text\":\"September\"},\"$:/language/Date/Long/Month/10\":{\"title\":\"$:/language/Date/Long/Month/10\",\"text\":\"October\"},\"$:/language/Date/Long/Month/11\":{\"title\":\"$:/language/Date/Long/Month/11\",\"text\":\"November\"},\"$:/language/Date/Long/Month/12\":{\"title\":\"$:/language/Date/Long/Month/12\",\"text\":\"December\"},\"$:/language/Date/Period/am\":{\"title\":\"$:/language/Date/Period/am\",\"text\":\"am\"},\"$:/language/Date/Period/pm\":{\"title\":\"$:/language/Date/Period/pm\",\"text\":\"pm\"},\"$:/language/Date/Short/Day/0\":{\"title\":\"$:/language/Date/Short/Day/0\",\"text\":\"Sun\"},\"$:/language/Date/Short/Day/1\":{\"title\":\"$:/language/Date/Short/Day/1\",\"text\":\"Mon\"},\"$:/language/Date/Short/Day/2\":{\"title\":\"$:/language/Date/Short/Day/2\",\"text\":\"Tue\"},\"$:/language/Date/Short/Day/3\":{\"title\":\"$:/language/Date/Short/Day/3\",\"text\":\"Wed\"},\"$:/language/Date/Short/Day/4\":{\"title\":\"$:/language/Date/Short/Day/4\",\"text\":\"Thu\"},\"$:/language/Date/Short/Day/5\":{\"title\":\"$:/language/Date/Short/Day/5\",\"text\":\"Fri\"},\"$:/language/Date/Short/Day/6\":{\"title\":\"$:/language/Date/Short/Day/6\",\"text\":\"Sat\"},\"$:/language/Date/Short/Month/1\":{\"title\":\"$:/language/Date/Short/Month/1\",\"text\":\"Jan\"},\"$:/language/Date/Short/Month/2\":{\"title\":\"$:/language/Date/Short/Month/2\",\"text\":\"Feb\"},\"$:/language/Date/Short/Month/3\":{\"title\":\"$:/language/Date/Short/Month/3\",\"text\":\"Mar\"},\"$:/language/Date/Short/Month/4\":{\"title\":\"$:/language/Date/Short/Month/4\",\"text\":\"Apr\"},\"$:/language/Date/Short/Month/5\":{\"title\":\"$:/language/Date/Short/Month/5\",\"text\":\"May\"},\"$:/language/Date/Short/Month/6\":{\"title\":\"$:/language/Date/Short/Month/6\",\"text\":\"Jun\"},\"$:/language/Date/Short/Month/7\":{\"title\":\"$:/language/Date/Short/Month/7\",\"text\":\"Jul\"},\"$:/language/Date/Short/Month/8\":{\"title\":\"$:/language/Date/Short/Month/8\",\"text\":\"Aug\"},\"$:/language/Date/Short/Month/9\":{\"title\":\"$:/language/Date/Short/Month/9\",\"text\":\"Sep\"},\"$:/language/Date/Short/Month/10\":{\"title\":\"$:/language/Date/Short/Month/10\",\"text\":\"Oct\"},\"$:/language/Date/Short/Month/11\":{\"title\":\"$:/language/Date/Short/Month/11\",\"text\":\"Nov\"},\"$:/language/Date/Short/Month/12\":{\"title\":\"$:/language/Date/Short/Month/12\",\"text\":\"Dec\"},\"$:/language/RelativeDate/Future/Days\":{\"title\":\"$:/language/RelativeDate/Future/Days\",\"text\":\"\u003C\u003Cperiod>> days from now\"},\"$:/language/RelativeDate/Future/Hours\":{\"title\":\"$:/language/RelativeDate/Future/Hours\",\"text\":\"\u003C\u003Cperiod>> hours from now\"},\"$:/language/RelativeDate/Future/Minutes\":{\"title\":\"$:/language/RelativeDate/Future/Minutes\",\"text\":\"\u003C\u003Cperiod>> minutes from now\"},\"$:/language/RelativeDate/Future/Months\":{\"title\":\"$:/language/RelativeDate/Future/Months\",\"text\":\"\u003C\u003Cperiod>> months from now\"},\"$:/language/RelativeDate/Future/Second\":{\"title\":\"$:/language/RelativeDate/Future/Second\",\"text\":\"1 second from now\"},\"$:/language/RelativeDate/Future/Seconds\":{\"title\":\"$:/language/RelativeDate/Future/Seconds\",\"text\":\"\u003C\u003Cperiod>> seconds from now\"},\"$:/language/RelativeDate/Future/Years\":{\"title\":\"$:/language/RelativeDate/Future/Years\",\"text\":\"\u003C\u003Cperiod>> years from now\"},\"$:/language/RelativeDate/Past/Days\":{\"title\":\"$:/language/RelativeDate/Past/Days\",\"text\":\"\u003C\u003Cperiod>> days ago\"},\"$:/language/RelativeDate/Past/Hours\":{\"title\":\"$:/language/RelativeDate/Past/Hours\",\"text\":\"\u003C\u003Cperiod>> hours ago\"},\"$:/language/RelativeDate/Past/Minutes\":{\"title\":\"$:/language/RelativeDate/Past/Minutes\",\"text\":\"\u003C\u003Cperiod>> minutes ago\"},\"$:/language/RelativeDate/Past/Months\":{\"title\":\"$:/language/RelativeDate/Past/Months\",\"text\":\"\u003C\u003Cperiod>> months ago\"},\"$:/language/RelativeDate/Past/Second\":{\"title\":\"$:/language/RelativeDate/Past/Second\",\"text\":\"1 second ago\"},\"$:/language/RelativeDate/Past/Seconds\":{\"title\":\"$:/language/RelativeDate/Past/Seconds\",\"text\":\"\u003C\u003Cperiod>> seconds ago\"},\"$:/language/RelativeDate/Past/Years\":{\"title\":\"$:/language/RelativeDate/Past/Years\",\"text\":\"\u003C\u003Cperiod>> years ago\"},\"$:/language/Docs/ModuleTypes/allfilteroperator\":{\"title\":\"$:/language/Docs/ModuleTypes/allfilteroperator\",\"text\":\"A sub-operator for the ''all'' filter operator.\"},\"$:/language/Docs/ModuleTypes/animation\":{\"title\":\"$:/language/Docs/ModuleTypes/animation\",\"text\":\"Animations that may be used with the RevealWidget.\"},\"$:/language/Docs/ModuleTypes/authenticator\":{\"title\":\"$:/language/Docs/ModuleTypes/authenticator\",\"text\":\"Defines how requests are authenticated by the built-in HTTP server.\"},\"$:/language/Docs/ModuleTypes/bitmapeditoroperation\":{\"title\":\"$:/language/Docs/ModuleTypes/bitmapeditoroperation\",\"text\":\"A bitmap editor toolbar operation.\"},\"$:/language/Docs/ModuleTypes/command\":{\"title\":\"$:/language/Docs/ModuleTypes/command\",\"text\":\"Commands that can be executed under Node.js.\"},\"$:/language/Docs/ModuleTypes/config\":{\"title\":\"$:/language/Docs/ModuleTypes/config\",\"text\":\"Data to be inserted into `$tw.config`.\"},\"$:/language/Docs/ModuleTypes/filteroperator\":{\"title\":\"$:/language/Docs/ModuleTypes/filteroperator\",\"text\":\"Individual filter operator methods.\"},\"$:/language/Docs/ModuleTypes/global\":{\"title\":\"$:/language/Docs/ModuleTypes/global\",\"text\":\"Global data to be inserted into `$tw`.\"},\"$:/language/Docs/ModuleTypes/info\":{\"title\":\"$:/language/Docs/ModuleTypes/info\",\"text\":\"Publishes system information via the [[$:/temp/info-plugin]] pseudo-plugin.\"},\"$:/language/Docs/ModuleTypes/isfilteroperator\":{\"title\":\"$:/language/Docs/ModuleTypes/isfilteroperator\",\"text\":\"Operands for the ''is'' filter operator.\"},\"$:/language/Docs/ModuleTypes/library\":{\"title\":\"$:/language/Docs/ModuleTypes/library\",\"text\":\"Generic module type for general purpose JavaScript modules.\"},\"$:/language/Docs/ModuleTypes/macro\":{\"title\":\"$:/language/Docs/ModuleTypes/macro\",\"text\":\"JavaScript macro definitions.\"},\"$:/language/Docs/ModuleTypes/parser\":{\"title\":\"$:/language/Docs/ModuleTypes/parser\",\"text\":\"Parsers for different content types.\"},\"$:/language/Docs/ModuleTypes/route\":{\"title\":\"$:/language/Docs/ModuleTypes/route\",\"text\":\"Defines how individual URL patterns are handled by the built-in HTTP server.\"},\"$:/language/Docs/ModuleTypes/saver\":{\"title\":\"$:/language/Docs/ModuleTypes/saver\",\"text\":\"Savers handle different methods for saving files from the browser.\"},\"$:/language/Docs/ModuleTypes/startup\":{\"title\":\"$:/language/Docs/ModuleTypes/startup\",\"text\":\"Startup functions.\"},\"$:/language/Docs/ModuleTypes/storyview\":{\"title\":\"$:/language/Docs/ModuleTypes/storyview\",\"text\":\"Story views customise the animation and behaviour of list widgets.\"},\"$:/language/Docs/ModuleTypes/texteditoroperation\":{\"title\":\"$:/language/Docs/ModuleTypes/texteditoroperation\",\"text\":\"A text editor toolbar operation.\"},\"$:/language/Docs/ModuleTypes/tiddlerdeserializer\":{\"title\":\"$:/language/Docs/ModuleTypes/tiddlerdeserializer\",\"text\":\"Converts different content types into tiddlers.\"},\"$:/language/Docs/ModuleTypes/tiddlerfield\":{\"title\":\"$:/language/Docs/ModuleTypes/tiddlerfield\",\"text\":\"Defines the behaviour of an individual tiddler field.\"},\"$:/language/Docs/ModuleTypes/tiddlermethod\":{\"title\":\"$:/language/Docs/ModuleTypes/tiddlermethod\",\"text\":\"Adds methods to the `$tw.Tiddler` prototype.\"},\"$:/language/Docs/ModuleTypes/upgrader\":{\"title\":\"$:/language/Docs/ModuleTypes/upgrader\",\"text\":\"Applies upgrade processing to tiddlers during an upgrade/import.\"},\"$:/language/Docs/ModuleTypes/utils\":{\"title\":\"$:/language/Docs/ModuleTypes/utils\",\"text\":\"Adds methods to `$tw.utils`.\"},\"$:/language/Docs/ModuleTypes/utils-browser\":{\"title\":\"$:/language/Docs/ModuleTypes/utils-browser\",\"text\":\"Adds browser-specific methods to `$tw.utils`.\"},\"$:/language/Docs/ModuleTypes/utils-node\":{\"title\":\"$:/language/Docs/ModuleTypes/utils-node\",\"text\":\"Adds Node.js-specific methods to `$tw.utils`.\"},\"$:/language/Docs/ModuleTypes/widget\":{\"title\":\"$:/language/Docs/ModuleTypes/widget\",\"text\":\"Widgets encapsulate DOM rendering and refreshing.\"},\"$:/language/Docs/ModuleTypes/wikimethod\":{\"title\":\"$:/language/Docs/ModuleTypes/wikimethod\",\"text\":\"Adds methods to `$tw.Wiki`.\"},\"$:/language/Docs/ModuleTypes/wikirule\":{\"title\":\"$:/language/Docs/ModuleTypes/wikirule\",\"text\":\"Individual parser rules for the main WikiText parser.\"},\"$:/language/Docs/PaletteColours/alert-background\":{\"title\":\"$:/language/Docs/PaletteColours/alert-background\",\"text\":\"Alert background\"},\"$:/language/Docs/PaletteColours/alert-border\":{\"title\":\"$:/language/Docs/PaletteColours/alert-border\",\"text\":\"Alert border\"},\"$:/language/Docs/PaletteColours/alert-highlight\":{\"title\":\"$:/language/Docs/PaletteColours/alert-highlight\",\"text\":\"Alert highlight\"},\"$:/language/Docs/PaletteColours/alert-muted-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/alert-muted-foreground\",\"text\":\"Alert muted foreground\"},\"$:/language/Docs/PaletteColours/background\":{\"title\":\"$:/language/Docs/PaletteColours/background\",\"text\":\"General background\"},\"$:/language/Docs/PaletteColours/blockquote-bar\":{\"title\":\"$:/language/Docs/PaletteColours/blockquote-bar\",\"text\":\"Blockquote bar\"},\"$:/language/Docs/PaletteColours/button-background\":{\"title\":\"$:/language/Docs/PaletteColours/button-background\",\"text\":\"Default button background\"},\"$:/language/Docs/PaletteColours/button-border\":{\"title\":\"$:/language/Docs/PaletteColours/button-border\",\"text\":\"Default button border\"},\"$:/language/Docs/PaletteColours/button-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/button-foreground\",\"text\":\"Default button foreground\"},\"$:/language/Docs/PaletteColours/dirty-indicator\":{\"title\":\"$:/language/Docs/PaletteColours/dirty-indicator\",\"text\":\"Unsaved changes indicator\"},\"$:/language/Docs/PaletteColours/code-background\":{\"title\":\"$:/language/Docs/PaletteColours/code-background\",\"text\":\"Code background\"},\"$:/language/Docs/PaletteColours/code-border\":{\"title\":\"$:/language/Docs/PaletteColours/code-border\",\"text\":\"Code border\"},\"$:/language/Docs/PaletteColours/code-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/code-foreground\",\"text\":\"Code foreground\"},\"$:/language/Docs/PaletteColours/download-background\":{\"title\":\"$:/language/Docs/PaletteColours/download-background\",\"text\":\"Download button background\"},\"$:/language/Docs/PaletteColours/download-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/download-foreground\",\"text\":\"Download button foreground\"},\"$:/language/Docs/PaletteColours/dragger-background\":{\"title\":\"$:/language/Docs/PaletteColours/dragger-background\",\"text\":\"Dragger background\"},\"$:/language/Docs/PaletteColours/dragger-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/dragger-foreground\",\"text\":\"Dragger foreground\"},\"$:/language/Docs/PaletteColours/dropdown-background\":{\"title\":\"$:/language/Docs/PaletteColours/dropdown-background\",\"text\":\"Dropdown background\"},\"$:/language/Docs/PaletteColours/dropdown-border\":{\"title\":\"$:/language/Docs/PaletteColours/dropdown-border\",\"text\":\"Dropdown border\"},\"$:/language/Docs/PaletteColours/dropdown-tab-background-selected\":{\"title\":\"$:/language/Docs/PaletteColours/dropdown-tab-background-selected\",\"text\":\"Dropdown tab background for selected tabs\"},\"$:/language/Docs/PaletteColours/dropdown-tab-background\":{\"title\":\"$:/language/Docs/PaletteColours/dropdown-tab-background\",\"text\":\"Dropdown tab background\"},\"$:/language/Docs/PaletteColours/dropzone-background\":{\"title\":\"$:/language/Docs/PaletteColours/dropzone-background\",\"text\":\"Dropzone background\"},\"$:/language/Docs/PaletteColours/external-link-background-hover\":{\"title\":\"$:/language/Docs/PaletteColours/external-link-background-hover\",\"text\":\"External link background hover\"},\"$:/language/Docs/PaletteColours/external-link-background-visited\":{\"title\":\"$:/language/Docs/PaletteColours/external-link-background-visited\",\"text\":\"External link background visited\"},\"$:/language/Docs/PaletteColours/external-link-background\":{\"title\":\"$:/language/Docs/PaletteColours/external-link-background\",\"text\":\"External link background\"},\"$:/language/Docs/PaletteColours/external-link-foreground-hover\":{\"title\":\"$:/language/Docs/PaletteColours/external-link-foreground-hover\",\"text\":\"External link foreground hover\"},\"$:/language/Docs/PaletteColours/external-link-foreground-visited\":{\"title\":\"$:/language/Docs/PaletteColours/external-link-foreground-visited\",\"text\":\"External link foreground visited\"},\"$:/language/Docs/PaletteColours/external-link-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/external-link-foreground\",\"text\":\"External link foreground\"},\"$:/language/Docs/PaletteColours/foreground\":{\"title\":\"$:/language/Docs/PaletteColours/foreground\",\"text\":\"General foreground\"},\"$:/language/Docs/PaletteColours/menubar-background\":{\"title\":\"$:/language/Docs/PaletteColours/menubar-background\",\"text\":\"Menu bar background\"},\"$:/language/Docs/PaletteColours/menubar-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/menubar-foreground\",\"text\":\"Menu bar foreground\"},\"$:/language/Docs/PaletteColours/message-background\":{\"title\":\"$:/language/Docs/PaletteColours/message-background\",\"text\":\"Message box background\"},\"$:/language/Docs/PaletteColours/message-border\":{\"title\":\"$:/language/Docs/PaletteColours/message-border\",\"text\":\"Message box border\"},\"$:/language/Docs/PaletteColours/message-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/message-foreground\",\"text\":\"Message box foreground\"},\"$:/language/Docs/PaletteColours/modal-backdrop\":{\"title\":\"$:/language/Docs/PaletteColours/modal-backdrop\",\"text\":\"Modal backdrop\"},\"$:/language/Docs/PaletteColours/modal-background\":{\"title\":\"$:/language/Docs/PaletteColours/modal-background\",\"text\":\"Modal background\"},\"$:/language/Docs/PaletteColours/modal-border\":{\"title\":\"$:/language/Docs/PaletteColours/modal-border\",\"text\":\"Modal border\"},\"$:/language/Docs/PaletteColours/modal-footer-background\":{\"title\":\"$:/language/Docs/PaletteColours/modal-footer-background\",\"text\":\"Modal footer background\"},\"$:/language/Docs/PaletteColours/modal-footer-border\":{\"title\":\"$:/language/Docs/PaletteColours/modal-footer-border\",\"text\":\"Modal footer border\"},\"$:/language/Docs/PaletteColours/modal-header-border\":{\"title\":\"$:/language/Docs/PaletteColours/modal-header-border\",\"text\":\"Modal header border\"},\"$:/language/Docs/PaletteColours/muted-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/muted-foreground\",\"text\":\"General muted foreground\"},\"$:/language/Docs/PaletteColours/notification-background\":{\"title\":\"$:/language/Docs/PaletteColours/notification-background\",\"text\":\"Notification background\"},\"$:/language/Docs/PaletteColours/notification-border\":{\"title\":\"$:/language/Docs/PaletteColours/notification-border\",\"text\":\"Notification border\"},\"$:/language/Docs/PaletteColours/page-background\":{\"title\":\"$:/language/Docs/PaletteColours/page-background\",\"text\":\"Page background\"},\"$:/language/Docs/PaletteColours/pre-background\":{\"title\":\"$:/language/Docs/PaletteColours/pre-background\",\"text\":\"Preformatted code background\"},\"$:/language/Docs/PaletteColours/pre-border\":{\"title\":\"$:/language/Docs/PaletteColours/pre-border\",\"text\":\"Preformatted code border\"},\"$:/language/Docs/PaletteColours/primary\":{\"title\":\"$:/language/Docs/PaletteColours/primary\",\"text\":\"General primary\"},\"$:/language/Docs/PaletteColours/select-tag-background\":{\"title\":\"$:/language/Docs/PaletteColours/select-tag-background\",\"text\":\"`\u003Cselect>` element background\"},\"$:/language/Docs/PaletteColours/select-tag-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/select-tag-foreground\",\"text\":\"`\u003Cselect>` element text\"},\"$:/language/Docs/PaletteColours/sidebar-button-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-button-foreground\",\"text\":\"Sidebar button foreground\"},\"$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover\",\"text\":\"Sidebar controls foreground hover\"},\"$:/language/Docs/PaletteColours/sidebar-controls-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-controls-foreground\",\"text\":\"Sidebar controls foreground\"},\"$:/language/Docs/PaletteColours/sidebar-foreground-shadow\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-foreground-shadow\",\"text\":\"Sidebar foreground shadow\"},\"$:/language/Docs/PaletteColours/sidebar-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-foreground\",\"text\":\"Sidebar foreground\"},\"$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover\",\"text\":\"Sidebar muted foreground hover\"},\"$:/language/Docs/PaletteColours/sidebar-muted-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-muted-foreground\",\"text\":\"Sidebar muted foreground\"},\"$:/language/Docs/PaletteColours/sidebar-tab-background-selected\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tab-background-selected\",\"text\":\"Sidebar tab background for selected tabs\"},\"$:/language/Docs/PaletteColours/sidebar-tab-background\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tab-background\",\"text\":\"Sidebar tab background\"},\"$:/language/Docs/PaletteColours/sidebar-tab-border-selected\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tab-border-selected\",\"text\":\"Sidebar tab border for selected tabs\"},\"$:/language/Docs/PaletteColours/sidebar-tab-border\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tab-border\",\"text\":\"Sidebar tab border\"},\"$:/language/Docs/PaletteColours/sidebar-tab-divider\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tab-divider\",\"text\":\"Sidebar tab divider\"},\"$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected\",\"text\":\"Sidebar tab foreground for selected tabs\"},\"$:/language/Docs/PaletteColours/sidebar-tab-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tab-foreground\",\"text\":\"Sidebar tab foreground\"},\"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover\",\"text\":\"Sidebar tiddler link foreground hover\"},\"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground\",\"text\":\"Sidebar tiddler link foreground\"},\"$:/language/Docs/PaletteColours/site-title-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/site-title-foreground\",\"text\":\"Site title foreground\"},\"$:/language/Docs/PaletteColours/static-alert-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/static-alert-foreground\",\"text\":\"Static alert foreground\"},\"$:/language/Docs/PaletteColours/tab-background-selected\":{\"title\":\"$:/language/Docs/PaletteColours/tab-background-selected\",\"text\":\"Tab background for selected tabs\"},\"$:/language/Docs/PaletteColours/tab-background\":{\"title\":\"$:/language/Docs/PaletteColours/tab-background\",\"text\":\"Tab background\"},\"$:/language/Docs/PaletteColours/tab-border-selected\":{\"title\":\"$:/language/Docs/PaletteColours/tab-border-selected\",\"text\":\"Tab border for selected tabs\"},\"$:/language/Docs/PaletteColours/tab-border\":{\"title\":\"$:/language/Docs/PaletteColours/tab-border\",\"text\":\"Tab border\"},\"$:/language/Docs/PaletteColours/tab-divider\":{\"title\":\"$:/language/Docs/PaletteColours/tab-divider\",\"text\":\"Tab divider\"},\"$:/language/Docs/PaletteColours/tab-foreground-selected\":{\"title\":\"$:/language/Docs/PaletteColours/tab-foreground-selected\",\"text\":\"Tab foreground for selected tabs\"},\"$:/language/Docs/PaletteColours/tab-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/tab-foreground\",\"text\":\"Tab foreground\"},\"$:/language/Docs/PaletteColours/table-border\":{\"title\":\"$:/language/Docs/PaletteColours/table-border\",\"text\":\"Table border\"},\"$:/language/Docs/PaletteColours/table-footer-background\":{\"title\":\"$:/language/Docs/PaletteColours/table-footer-background\",\"text\":\"Table footer background\"},\"$:/language/Docs/PaletteColours/table-header-background\":{\"title\":\"$:/language/Docs/PaletteColours/table-header-background\",\"text\":\"Table header background\"},\"$:/language/Docs/PaletteColours/tag-background\":{\"title\":\"$:/language/Docs/PaletteColours/tag-background\",\"text\":\"Tag background\"},\"$:/language/Docs/PaletteColours/tag-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/tag-foreground\",\"text\":\"Tag foreground\"},\"$:/language/Docs/PaletteColours/tiddler-background\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-background\",\"text\":\"Tiddler background\"},\"$:/language/Docs/PaletteColours/tiddler-border\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-border\",\"text\":\"Tiddler border\"},\"$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover\",\"text\":\"Tiddler controls foreground hover\"},\"$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected\",\"text\":\"Tiddler controls foreground for selected controls\"},\"$:/language/Docs/PaletteColours/tiddler-controls-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-controls-foreground\",\"text\":\"Tiddler controls foreground\"},\"$:/language/Docs/PaletteColours/tiddler-editor-background\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-editor-background\",\"text\":\"Tiddler editor background\"},\"$:/language/Docs/PaletteColours/tiddler-editor-border-image\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-editor-border-image\",\"text\":\"Tiddler editor border image\"},\"$:/language/Docs/PaletteColours/tiddler-editor-border\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-editor-border\",\"text\":\"Tiddler editor border\"},\"$:/language/Docs/PaletteColours/tiddler-editor-fields-even\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-editor-fields-even\",\"text\":\"Tiddler editor background for even fields\"},\"$:/language/Docs/PaletteColours/tiddler-editor-fields-odd\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-editor-fields-odd\",\"text\":\"Tiddler editor background for odd fields\"},\"$:/language/Docs/PaletteColours/tiddler-info-background\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-info-background\",\"text\":\"Tiddler info panel background\"},\"$:/language/Docs/PaletteColours/tiddler-info-border\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-info-border\",\"text\":\"Tiddler info panel border\"},\"$:/language/Docs/PaletteColours/tiddler-info-tab-background\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-info-tab-background\",\"text\":\"Tiddler info panel tab background\"},\"$:/language/Docs/PaletteColours/tiddler-link-background\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-link-background\",\"text\":\"Tiddler link background\"},\"$:/language/Docs/PaletteColours/tiddler-link-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-link-foreground\",\"text\":\"Tiddler link foreground\"},\"$:/language/Docs/PaletteColours/tiddler-subtitle-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-subtitle-foreground\",\"text\":\"Tiddler subtitle foreground\"},\"$:/language/Docs/PaletteColours/tiddler-title-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/tiddler-title-foreground\",\"text\":\"Tiddler title foreground\"},\"$:/language/Docs/PaletteColours/toolbar-new-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-new-button\",\"text\":\"Toolbar 'new tiddler' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-options-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-options-button\",\"text\":\"Toolbar 'options' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-save-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-save-button\",\"text\":\"Toolbar 'save' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-info-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-info-button\",\"text\":\"Toolbar 'info' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-edit-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-edit-button\",\"text\":\"Toolbar 'edit' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-close-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-close-button\",\"text\":\"Toolbar 'close' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-delete-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-delete-button\",\"text\":\"Toolbar 'delete' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-cancel-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-cancel-button\",\"text\":\"Toolbar 'cancel' button foreground\"},\"$:/language/Docs/PaletteColours/toolbar-done-button\":{\"title\":\"$:/language/Docs/PaletteColours/toolbar-done-button\",\"text\":\"Toolbar 'done' button foreground\"},\"$:/language/Docs/PaletteColours/untagged-background\":{\"title\":\"$:/language/Docs/PaletteColours/untagged-background\",\"text\":\"Untagged pill background\"},\"$:/language/Docs/PaletteColours/very-muted-foreground\":{\"title\":\"$:/language/Docs/PaletteColours/very-muted-foreground\",\"text\":\"Very muted foreground\"},\"$:/language/EditTemplate/Body/External/Hint\":{\"title\":\"$:/language/EditTemplate/Body/External/Hint\",\"text\":\"This tiddler shows content stored outside of the main TiddlyWiki file. You can edit the tags and fields but cannot directly edit the content itself\"},\"$:/language/EditTemplate/Body/Placeholder\":{\"title\":\"$:/language/EditTemplate/Body/Placeholder\",\"text\":\"Type the text for this tiddler\"},\"$:/language/EditTemplate/Body/Preview/Type/Output\":{\"title\":\"$:/language/EditTemplate/Body/Preview/Type/Output\",\"text\":\"output\"},\"$:/language/EditTemplate/Body/Preview/Type/DiffShadow\":{\"title\":\"$:/language/EditTemplate/Body/Preview/Type/DiffShadow\",\"text\":\"differences from shadow (if any)\"},\"$:/language/EditTemplate/Body/Preview/Type/DiffCurrent\":{\"title\":\"$:/language/EditTemplate/Body/Preview/Type/DiffCurrent\",\"text\":\"differences from current\"},\"$:/language/EditTemplate/Field/Remove/Caption\":{\"title\":\"$:/language/EditTemplate/Field/Remove/Caption\",\"text\":\"remove field\"},\"$:/language/EditTemplate/Field/Remove/Hint\":{\"title\":\"$:/language/EditTemplate/Field/Remove/Hint\",\"text\":\"Remove field\"},\"$:/language/EditTemplate/Field/Dropdown/Caption\":{\"title\":\"$:/language/EditTemplate/Field/Dropdown/Caption\",\"text\":\"field list\"},\"$:/language/EditTemplate/Field/Dropdown/Hint\":{\"title\":\"$:/language/EditTemplate/Field/Dropdown/Hint\",\"text\":\"Show field list\"},\"$:/language/EditTemplate/Fields/Add/Button\":{\"title\":\"$:/language/EditTemplate/Fields/Add/Button\",\"text\":\"add\"},\"$:/language/EditTemplate/Fields/Add/Button/Hint\":{\"title\":\"$:/language/EditTemplate/Fields/Add/Button/Hint\",\"text\":\"Add the new field to the tiddler\"},\"$:/language/EditTemplate/Fields/Add/Name/Placeholder\":{\"title\":\"$:/language/EditTemplate/Fields/Add/Name/Placeholder\",\"text\":\"field name\"},\"$:/language/EditTemplate/Fields/Add/Prompt\":{\"title\":\"$:/language/EditTemplate/Fields/Add/Prompt\",\"text\":\"Add a new field:\"},\"$:/language/EditTemplate/Fields/Add/Value/Placeholder\":{\"title\":\"$:/language/EditTemplate/Fields/Add/Value/Placeholder\",\"text\":\"field value\"},\"$:/language/EditTemplate/Fields/Add/Dropdown/System\":{\"title\":\"$:/language/EditTemplate/Fields/Add/Dropdown/System\",\"text\":\"System fields\"},\"$:/language/EditTemplate/Fields/Add/Dropdown/User\":{\"title\":\"$:/language/EditTemplate/Fields/Add/Dropdown/User\",\"text\":\"User fields\"},\"$:/language/EditTemplate/Shadow/Warning\":{\"title\":\"$:/language/EditTemplate/Shadow/Warning\",\"text\":\"This is a shadow tiddler. Any changes you make will override the default version from the plugin \u003C\u003CpluginLink>>\"},\"$:/language/EditTemplate/Shadow/OverriddenWarning\":{\"title\":\"$:/language/EditTemplate/Shadow/OverriddenWarning\",\"text\":\"This is a modified shadow tiddler. You can revert to the default version in the plugin \u003C\u003CpluginLink>> by deleting this tiddler\"},\"$:/language/EditTemplate/Tags/Add/Button\":{\"title\":\"$:/language/EditTemplate/Tags/Add/Button\",\"text\":\"add\"},\"$:/language/EditTemplate/Tags/Add/Button/Hint\":{\"title\":\"$:/language/EditTemplate/Tags/Add/Button/Hint\",\"text\":\"add tag\"},\"$:/language/EditTemplate/Tags/Add/Placeholder\":{\"title\":\"$:/language/EditTemplate/Tags/Add/Placeholder\",\"text\":\"tag name\"},\"$:/language/EditTemplate/Tags/ClearInput/Caption\":{\"title\":\"$:/language/EditTemplate/Tags/ClearInput/Caption\",\"text\":\"clear input\"},\"$:/language/EditTemplate/Tags/ClearInput/Hint\":{\"title\":\"$:/language/EditTemplate/Tags/ClearInput/Hint\",\"text\":\"Clear tag input\"},\"$:/language/EditTemplate/Tags/Dropdown/Caption\":{\"title\":\"$:/language/EditTemplate/Tags/Dropdown/Caption\",\"text\":\"tag list\"},\"$:/language/EditTemplate/Tags/Dropdown/Hint\":{\"title\":\"$:/language/EditTemplate/Tags/Dropdown/Hint\",\"text\":\"Show tag list\"},\"$:/language/EditTemplate/Title/BadCharacterWarning\":{\"title\":\"$:/language/EditTemplate/Title/BadCharacterWarning\",\"text\":\"Warning: avoid using any of the characters \u003C\u003Cbad-chars>> in tiddler titles\"},\"$:/language/EditTemplate/Title/Exists/Prompt\":{\"title\":\"$:/language/EditTemplate/Title/Exists/Prompt\",\"text\":\"Target tiddler already exists\"},\"$:/language/EditTemplate/Title/Relink/Prompt\":{\"title\":\"$:/language/EditTemplate/Title/Relink/Prompt\",\"text\":\"Update ''\u003C$text text=\u003C\u003CfromTitle>>/>'' to ''\u003C$text text=\u003C\u003CtoTitle>>/>'' in the //tags// and //list// fields of other tiddlers\"},\"$:/language/EditTemplate/Title/References/Prompt\":{\"title\":\"$:/language/EditTemplate/Title/References/Prompt\",\"text\":\"The following references to this tiddler will not be automatically updated:\"},\"$:/language/EditTemplate/Type/Dropdown/Caption\":{\"title\":\"$:/language/EditTemplate/Type/Dropdown/Caption\",\"text\":\"content type list\"},\"$:/language/EditTemplate/Type/Dropdown/Hint\":{\"title\":\"$:/language/EditTemplate/Type/Dropdown/Hint\",\"text\":\"Show content type list\"},\"$:/language/EditTemplate/Type/Delete/Caption\":{\"title\":\"$:/language/EditTemplate/Type/Delete/Caption\",\"text\":\"delete content type\"},\"$:/language/EditTemplate/Type/Delete/Hint\":{\"title\":\"$:/language/EditTemplate/Type/Delete/Hint\",\"text\":\"Delete content type\"},\"$:/language/EditTemplate/Type/Placeholder\":{\"title\":\"$:/language/EditTemplate/Type/Placeholder\",\"text\":\"content type\"},\"$:/language/EditTemplate/Type/Prompt\":{\"title\":\"$:/language/EditTemplate/Type/Prompt\",\"text\":\"Type:\"},\"$:/language/Exporters/StaticRiver\":{\"title\":\"$:/language/Exporters/StaticRiver\",\"text\":\"Static HTML\"},\"$:/language/Exporters/JsonFile\":{\"title\":\"$:/language/Exporters/JsonFile\",\"text\":\"JSON file\"},\"$:/language/Exporters/CsvFile\":{\"title\":\"$:/language/Exporters/CsvFile\",\"text\":\"CSV file\"},\"$:/language/Exporters/TidFile\":{\"title\":\"$:/language/Exporters/TidFile\",\"text\":\"\\\".tid\\\" file\"},\"$:/language/Docs/Fields/_canonical_uri\":{\"title\":\"$:/language/Docs/Fields/_canonical_uri\",\"text\":\"The full URI of an external image tiddler\"},\"$:/language/Docs/Fields/bag\":{\"title\":\"$:/language/Docs/Fields/bag\",\"text\":\"The name of the bag from which a tiddler came\"},\"$:/language/Docs/Fields/caption\":{\"title\":\"$:/language/Docs/Fields/caption\",\"text\":\"The text to be displayed on a tab or button\"},\"$:/language/Docs/Fields/color\":{\"title\":\"$:/language/Docs/Fields/color\",\"text\":\"The CSS color value associated with a tiddler\"},\"$:/language/Docs/Fields/component\":{\"title\":\"$:/language/Docs/Fields/component\",\"text\":\"The name of the component responsible for an [[alert tiddler|AlertMechanism]]\"},\"$:/language/Docs/Fields/current-tiddler\":{\"title\":\"$:/language/Docs/Fields/current-tiddler\",\"text\":\"Used to cache the top tiddler in a [[history list|HistoryMechanism]]\"},\"$:/language/Docs/Fields/created\":{\"title\":\"$:/language/Docs/Fields/created\",\"text\":\"The date a tiddler was created\"},\"$:/language/Docs/Fields/creator\":{\"title\":\"$:/language/Docs/Fields/creator\",\"text\":\"The name of the person who created a tiddler\"},\"$:/language/Docs/Fields/dependents\":{\"title\":\"$:/language/Docs/Fields/dependents\",\"text\":\"For a plugin, lists the dependent plugin titles\"},\"$:/language/Docs/Fields/description\":{\"title\":\"$:/language/Docs/Fields/description\",\"text\":\"The descriptive text for a plugin, or a modal dialogue\"},\"$:/language/Docs/Fields/draft.of\":{\"title\":\"$:/language/Docs/Fields/draft.of\",\"text\":\"For draft tiddlers, contains the title of the tiddler of which this is a draft\"},\"$:/language/Docs/Fields/draft.title\":{\"title\":\"$:/language/Docs/Fields/draft.title\",\"text\":\"For draft tiddlers, contains the proposed new title of the tiddler\"},\"$:/language/Docs/Fields/footer\":{\"title\":\"$:/language/Docs/Fields/footer\",\"text\":\"The footer text for a wizard\"},\"$:/language/Docs/Fields/hide-body\":{\"title\":\"$:/language/Docs/Fields/hide-body\",\"text\":\"The view template will hide bodies of tiddlers if set to: ''yes''\"},\"$:/language/Docs/Fields/icon\":{\"title\":\"$:/language/Docs/Fields/icon\",\"text\":\"The title of the tiddler containing the icon associated with a tiddler\"},\"$:/language/Docs/Fields/library\":{\"title\":\"$:/language/Docs/Fields/library\",\"text\":\"Indicates that a tiddler should be saved as a JavaScript library if set to: ''yes''\"},\"$:/language/Docs/Fields/list\":{\"title\":\"$:/language/Docs/Fields/list\",\"text\":\"An ordered list of tiddler titles associated with a tiddler\"},\"$:/language/Docs/Fields/list-before\":{\"title\":\"$:/language/Docs/Fields/list-before\",\"text\":\"If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty\"},\"$:/language/Docs/Fields/list-after\":{\"title\":\"$:/language/Docs/Fields/list-after\",\"text\":\"If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles, or at the end of the list if this field is present but empty\"},\"$:/language/Docs/Fields/modified\":{\"title\":\"$:/language/Docs/Fields/modified\",\"text\":\"The date and time at which a tiddler was last modified\"},\"$:/language/Docs/Fields/modifier\":{\"title\":\"$:/language/Docs/Fields/modifier\",\"text\":\"The tiddler title associated with the person who last modified a tiddler\"},\"$:/language/Docs/Fields/name\":{\"title\":\"$:/language/Docs/Fields/name\",\"text\":\"The human readable name associated with a plugin tiddler\"},\"$:/language/Docs/Fields/plugin-priority\":{\"title\":\"$:/language/Docs/Fields/plugin-priority\",\"text\":\"A numerical value indicating the priority of a plugin tiddler\"},\"$:/language/Docs/Fields/plugin-type\":{\"title\":\"$:/language/Docs/Fields/plugin-type\",\"text\":\"The type of plugin in a plugin tiddler\"},\"$:/language/Docs/Fields/revision\":{\"title\":\"$:/language/Docs/Fields/revision\",\"text\":\"The revision of the tiddler held at the server\"},\"$:/language/Docs/Fields/released\":{\"title\":\"$:/language/Docs/Fields/released\",\"text\":\"Date of a TiddlyWiki release\"},\"$:/language/Docs/Fields/source\":{\"title\":\"$:/language/Docs/Fields/source\",\"text\":\"The source URL associated with a tiddler\"},\"$:/language/Docs/Fields/subtitle\":{\"title\":\"$:/language/Docs/Fields/subtitle\",\"text\":\"The subtitle text for a wizard\"},\"$:/language/Docs/Fields/tags\":{\"title\":\"$:/language/Docs/Fields/tags\",\"text\":\"A list of tags associated with a tiddler\"},\"$:/language/Docs/Fields/text\":{\"title\":\"$:/language/Docs/Fields/text\",\"text\":\"The body text of a tiddler\"},\"$:/language/Docs/Fields/throttle.refresh\":{\"title\":\"$:/language/Docs/Fields/throttle.refresh\",\"text\":\"If present, throttles refreshes of this tiddler\"},\"$:/language/Docs/Fields/title\":{\"title\":\"$:/language/Docs/Fields/title\",\"text\":\"The unique name of a tiddler\"},\"$:/language/Docs/Fields/toc-link\":{\"title\":\"$:/language/Docs/Fields/toc-link\",\"text\":\"Suppresses the tiddler's link in a Table of Contents tree if set to: ''no''\"},\"$:/language/Docs/Fields/type\":{\"title\":\"$:/language/Docs/Fields/type\",\"text\":\"The content type of a tiddler\"},\"$:/language/Docs/Fields/version\":{\"title\":\"$:/language/Docs/Fields/version\",\"text\":\"Version information for a plugin\"},\"$:/language/Docs/Fields/_is_skinny\":{\"title\":\"$:/language/Docs/Fields/_is_skinny\",\"text\":\"If present, indicates that the tiddler text field must be loaded from the server\"},\"$:/language/Filters/AllTiddlers\":{\"title\":\"$:/language/Filters/AllTiddlers\",\"text\":\"All tiddlers except system tiddlers\"},\"$:/language/Filters/RecentSystemTiddlers\":{\"title\":\"$:/language/Filters/RecentSystemTiddlers\",\"text\":\"Recently modified tiddlers, including system tiddlers\"},\"$:/language/Filters/RecentTiddlers\":{\"title\":\"$:/language/Filters/RecentTiddlers\",\"text\":\"Recently modified tiddlers\"},\"$:/language/Filters/AllTags\":{\"title\":\"$:/language/Filters/AllTags\",\"text\":\"All tags except system tags\"},\"$:/language/Filters/Missing\":{\"title\":\"$:/language/Filters/Missing\",\"text\":\"Missing tiddlers\"},\"$:/language/Filters/Drafts\":{\"title\":\"$:/language/Filters/Drafts\",\"text\":\"Draft tiddlers\"},\"$:/language/Filters/Orphans\":{\"title\":\"$:/language/Filters/Orphans\",\"text\":\"Orphan tiddlers\"},\"$:/language/Filters/SystemTiddlers\":{\"title\":\"$:/language/Filters/SystemTiddlers\",\"text\":\"System tiddlers\"},\"$:/language/Filters/ShadowTiddlers\":{\"title\":\"$:/language/Filters/ShadowTiddlers\",\"text\":\"Shadow tiddlers\"},\"$:/language/Filters/OverriddenShadowTiddlers\":{\"title\":\"$:/language/Filters/OverriddenShadowTiddlers\",\"text\":\"Overridden shadow tiddlers\"},\"$:/language/Filters/SessionTiddlers\":{\"title\":\"$:/language/Filters/SessionTiddlers\",\"text\":\"Tiddlers modified since the wiki was loaded\"},\"$:/language/Filters/SystemTags\":{\"title\":\"$:/language/Filters/SystemTags\",\"text\":\"System tags\"},\"$:/language/Filters/StoryList\":{\"title\":\"$:/language/Filters/StoryList\",\"text\":\"Tiddlers in the story river, excluding \u003C$text text=\\\"$:/AdvancedSearch\\\"/>\"},\"$:/language/Filters/TypedTiddlers\":{\"title\":\"$:/language/Filters/TypedTiddlers\",\"text\":\"Non wiki-text tiddlers\"},\"GettingStarted\":{\"title\":\"GettingStarted\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Basics/\\nWelcome to ~TiddlyWiki and the ~TiddlyWiki community\\n\\nBefore you start storing important information in ~TiddlyWiki it is vital to make sure that you can reliably save changes. See https://tiddlywiki.com/#GettingStarted for details\\n\\n!! Set up this ~TiddlyWiki\\n\\n\u003Cdiv class=\\\"tc-control-panel\\\">\\n\\n|\u003C$link to=\\\"$:/SiteTitle\\\">\u003C\u003Clingo Title/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/SiteTitle\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/SiteSubtitle\\\">\u003C\u003Clingo Subtitle/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/SiteSubtitle\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/DefaultTiddlers\\\">\u003C\u003Clingo DefaultTiddlers/Prompt>>\u003C/$link> |\u003C\u003Clingo DefaultTiddlers/TopHint>>\u003Cbr> \u003C$edit tag=\\\"textarea\\\" tiddler=\\\"$:/DefaultTiddlers\\\"/>\u003Cbr>//\u003C\u003Clingo DefaultTiddlers/BottomHint>>// |\\n\u003C/div>\\n\\nSee the [[control panel|$:/ControlPanel]] for more options.\\n\"},\"$:/language/Help/build\":{\"title\":\"$:/language/Help/build\",\"description\":\"Automatically run configured commands\",\"text\":\"Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built.\\n\\n```\\n--build \u003Ctarget> [\u003Ctarget> ...]\\n```\\n\\nBuild targets are defined in the `tiddlywiki.info` file of a wiki folder.\\n\\n\"},\"$:/language/Help/clearpassword\":{\"title\":\"$:/language/Help/clearpassword\",\"description\":\"Clear a password for subsequent crypto operations\",\"text\":\"Clear the password for subsequent crypto operations\\n\\n```\\n--clearpassword\\n```\\n\"},\"$:/language/Help/default\":{\"title\":\"$:/language/Help/default\",\"text\":\"\\\\define commandTitle()\\n$:/language/Help/$(command)$\\n\\\\end\\n```\\nusage: tiddlywiki [\u003Cwikifolder>] [--\u003Ccommand> [\u003Cargs>...]...]\\n```\\n\\nAvailable commands:\\n\\n\u003Cul>\\n\u003C$list filter=\\\"[commands[]sort[title]]\\\" variable=\\\"command\\\">\\n\u003Cli>\u003C$link to=\u003C\u003CcommandTitle>>>\u003C$macrocall $name=\\\"command\\\" $type=\\\"text/plain\\\" $output=\\\"text/plain\\\"/>\u003C/$link>: \u003C$transclude tiddler=\u003C\u003CcommandTitle>> field=\\\"description\\\"/>\u003C/li>\\n\u003C/$list>\\n\u003C/ul>\\n\\nTo get detailed help on a command:\\n\\n```\\ntiddlywiki --help \u003Ccommand>\\n```\\n\"},\"$:/language/Help/deletetiddlers\":{\"title\":\"$:/language/Help/deletetiddlers\",\"description\":\"Deletes a group of tiddlers\",\"text\":\"\u003C\u003C.from-version \\\"5.1.20\\\">> Deletes a group of tiddlers identified by a filter.\\n\\n```\\n--deletetiddlers \u003Cfilter>\\n```\\n\"},\"$:/language/Help/editions\":{\"title\":\"$:/language/Help/editions\",\"description\":\"Lists the available editions of TiddlyWiki\",\"text\":\"Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command.\\n\\n```\\n--editions\\n```\\n\"},\"$:/language/Help/fetch\":{\"title\":\"$:/language/Help/fetch\",\"description\":\"Fetch tiddlers from wiki by URL\",\"text\":\"Fetch one or more files over HTTP/HTTPS, and import the tiddlers matching a filter, optionally transforming the incoming titles.\\n\\n```\\n--fetch file \u003Curl> \u003Cimport-filter> \u003Ctransform-filter>\\n--fetch files \u003Curl-filter> \u003Cimport-filter> \u003Ctransform-filter>\\n--fetch raw-file \u003Curl> \u003Ctransform-filter>\\n--fetch raw-files \u003Curl-filter> \u003Ctransform-filter>\\n```\\n\\nThe \\\"file\\\" and \\\"files\\\" variants fetch the specified files and attempt to import the tiddlers within them (the same processing as if the files were dragged into the browser window). The \\\"raw-file\\\" and \\\"raw-files\\\" variants fetch the specified files and then store the raw file data in tiddlers, without applying the import logic.\\n\\nWith the \\\"file\\\" and \\\"raw-file\\\" variants only a single file is fetched and the first parameter is the URL of the file to read.\\n\\nWith the \\\"files\\\" and \\\"raw-files\\\" variants, multiple files are fetched and the first parameter is a filter yielding a list of URLs of the files to read. For example, given a set of tiddlers tagged \\\"remote-server\\\" that have a field \\\"url\\\" the filter `[tag[remote-server]get[url]]` will retrieve all the available URLs.\\n\\nFor the \\\"file\\\" and \\\"files\\\" variants, the `\u003Cimport-filter>` parameter specifies a filter determining which tiddlers are imported. It defaults to `[all[tiddlers]]` if not provided.\\n\\nFor all variants, the `\u003Ctransform-filter>` parameter specifies an optional filter that transforms the titles of the imported tiddlers. For example, `[addprefix[$:/myimports/]]` would add the prefix `$:/myimports/` to each title.\\n\\nPreceding the `--fetch` command with `--verbose` will output progress information during the import.\\n\\nNote that TiddlyWiki will not fetch an older version of an already loaded plugin.\\n\\nThe following example retrieves all the non-system tiddlers from https://tiddlywiki.com and saves them to a JSON file:\\n\\n```\\ntiddlywiki --verbose --fetch file \\\"https://tiddlywiki.com/\\\" \\\"[!is[system]]\\\" \\\"\\\" --rendertiddler \\\"$:/core/templates/exporters/JsonFile\\\" output.json text/plain \\\"\\\" exportFilter \\\"[!is[system]]\\\"\\n```\\n\\nThe following example retrieves the \\\"favicon\\\" file from tiddlywiki.com and saves it in a file called \\\"output.ico\\\". Note that the intermediate tiddler \\\"Icon Tiddler\\\" is quoted in the \\\"--fetch\\\" command because it is being used as a transformation filter to replace the default title, while there are no quotes for the \\\"--savetiddler\\\" command because it is being used directly as a title.\\n\\n```\\ntiddlywiki --verbose --fetch raw-file \\\"https://tiddlywiki.com/favicon.ico\\\" \\\"[[Icon Tiddler]]\\\" --savetiddler \\\"Icon Tiddler\\\" output.ico\\n```\\n\\n\"},\"$:/language/Help/help\":{\"title\":\"$:/language/Help/help\",\"description\":\"Display help for TiddlyWiki commands\",\"text\":\"Displays help text for a command:\\n\\n```\\n--help [\u003Ccommand>]\\n```\\n\\nIf the command name is omitted then a list of available commands is displayed.\\n\"},\"$:/language/Help/import\":{\"title\":\"$:/language/Help/import\",\"description\":\"Import tiddlers from a file\",\"text\":\"Import tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The deserializer must be explicitly specified, unlike the `load` command which infers the deserializer from the file extension.\\n\\n```\\n--import \u003Cfilepath> \u003Cdeserializer> [\u003Ctitle>] [\u003Cencoding>]\\n```\\n\\nThe deserializers in the core include:\\n\\n* application/javascript\\n* application/json\\n* application/x-tiddler\\n* application/x-tiddler-html-div\\n* application/x-tiddlers\\n* text/html\\n* text/plain\\n\\nThe title of the imported tiddler defaults to the filename.\\n\\nThe encoding defaults to \\\"utf8\\\", but can be \\\"base64\\\" for importing binary files.\\n\\nNote that TiddlyWiki will not import an older version of an already loaded plugin.\\n\"},\"$:/language/Help/init\":{\"title\":\"$:/language/Help/init\",\"description\":\"Initialise a new wiki folder\",\"text\":\"Initialise an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition.\\n\\n```\\n--init \u003Cedition> [\u003Cedition> ...]\\n```\\n\\nFor example:\\n\\n```\\ntiddlywiki ./MyWikiFolder --init empty\\n```\\n\\nNote:\\n\\n* The wiki folder directory will be created if necessary\\n* The \\\"edition\\\" defaults to ''empty''\\n* The init command will fail if the wiki folder is not empty\\n* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file\\n* When multiple editions are specified, editions initialised later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition)\\n* `--editions` returns a list of available editions\\n\"},\"$:/language/Help/listen\":{\"title\":\"$:/language/Help/listen\",\"description\":\"Provides an HTTP server interface to TiddlyWiki\",\"text\":\"Serves a wiki over HTTP.\\n\\nThe listen command uses NamedCommandParameters:\\n\\n```\\n--listen [\u003Cname>=\u003Cvalue>]...\\n```\\n\\nAll parameters are optional with safe defaults, and can be specified in any order. The recognised parameters are:\\n\\n* ''host'' - optional hostname to serve from (defaults to \\\"127.0.0.1\\\" aka \\\"localhost\\\")\\n* ''path-prefix'' - optional prefix for paths\\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \\\"8080\\\")\\n* ''credentials'' - pathname of credentials CSV file (relative to wiki folder)\\n* ''anon-username'' - the username for signing edits for anonymous users\\n* ''username'' - optional username for basic authentication\\n* ''password'' - optional password for basic authentication\\n* ''authenticated-user-header'' - optional name of header to be used for trusted authentication\\n* ''readers'' - comma-separated list of principals allowed to read from this wiki\\n* ''writers'' - comma-separated list of principals allowed to write to this wiki\\n* ''csrf-disable'' - set to \\\"yes\\\" to disable CSRF checks (defaults to \\\"no\\\")\\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \\\"$:/core/save/all\\\")\\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \\\"text/plain\\\")\\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \\\"text/html\\\")\\n* ''tls-cert'' - pathname of TLS certificate file (relative to wiki folder)\\n* ''tls-key'' - pathname of TLS key file (relative to wiki folder)\\n* ''debug-level'' - optional debug level; set to \\\"debug\\\" to view request details (defaults to \\\"none\\\")\\n* ''gzip'' - set to \\\"yes\\\" to enable gzip compression for some http endpoints (defaults to \\\"no\\\")\\n* ''use-browser-cache'' - set to \\\"yes\\\" to allow the browser to cache responses to save bandwidth (defaults to \\\"no\\\")\\n\\nFor information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\\n\\n\"},\"$:/language/Help/load\":{\"title\":\"$:/language/Help/load\",\"description\":\"Load tiddlers from a file\",\"text\":\"Load tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The processing applied to incoming files is determined by the file extension. Use the alternative `import` command if you need to specify the deserializer and encoding explicitly.\\n\\n```\\n--load \u003Cfilepath> [noerror]\\n--load \u003Cdirpath> [noerror]\\n```\\n\\nBy default, the load command raises an error if no tiddlers are found. The error can be suppressed by providing the optional \\\"noerror\\\" parameter.\\n\\nTo load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:\\n\\n```\\ntiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html\\n```\\n\\nNote that TiddlyWiki will not load an older version of an already loaded plugin.\\n\"},\"$:/language/Help/makelibrary\":{\"title\":\"$:/language/Help/makelibrary\",\"description\":\"Construct library plugin required by upgrade process\",\"text\":\"Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.\\n\\nThe upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.\\n\\nThis command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.\\n\\n```\\n--makelibrary \u003Ctitle>\\n```\\n\\nThe title argument defaults to `$:/UpgradeLibrary`.\\n\"},\"$:/language/Help/notfound\":{\"title\":\"$:/language/Help/notfound\",\"text\":\"No such help item\"},\"$:/language/Help/output\":{\"title\":\"$:/language/Help/output\",\"description\":\"Set the base output directory for subsequent commands\",\"text\":\"Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory.\\n\\n```\\n--output \u003Cpathname>\\n```\\n\\nIf the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory.\\n\\n\"},\"$:/language/Help/password\":{\"title\":\"$:/language/Help/password\",\"description\":\"Set a password for subsequent crypto operations\",\"text\":\"Set a password for subsequent crypto operations\\n\\n```\\n--password \u003Cpassword>\\n```\\n\\n''Note'': This should not be used for serving TiddlyWiki with password protection. Instead, see the password option under the [[ServerCommand]].\\n\"},\"$:/language/Help/render\":{\"title\":\"$:/language/Help/render\",\"description\":\"Renders individual tiddlers to files\",\"text\":\"Render individual tiddlers identified by a filter and save the results to the specified files.\\n\\nOptionally, the title of a template tiddler can be specified. In this case, instead of directly rendering each tiddler, the template tiddler is rendered with the \\\"currentTiddler\\\" variable set to the title of the tiddler that is being rendered.\\n\\nA name and value for an additional variable may optionally also be specified.\\n\\n```\\n--render \u003Ctiddler-filter> [\u003Cfilename-filter>] [\u003Crender-type>] [\u003Ctemplate>] [ [\u003Cname>] [\u003Cvalue>] ]*\\n```\\n\\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be rendered\\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]addsuffix[.html]]`, which uses the unchanged tiddler title as the filename\\n* ''render-type'': Optional render type: `text/html` (the default) returns the full HTML text and `text/plain` just returns the text content (ie it ignores HTML tags and other unprintable material)\\n* ''template'': Optional template through which each tiddler is rendered\\n* ''name'': Name of optional variables\\n* ''value'': Value of optional variables\\n\\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\\n\\nNotes:\\n\\n* The output directory is not cleared of any existing files\\n* Any missing directories in the path to the filename are automatically created.\\n* When referring to a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets: `--render \\\"[[Motovun Jack.jpg]]\\\"`\\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being rendered, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\\n* Multiple ''name''/''value'' pairs can be used to pass more than one variable\\n* The `--render` command is a more flexible replacement for both the `--rendertiddler` and `--rendertiddlers` commands, which are deprecated\\n\\nExamples:\\n\\n* `--render \\\"[!is[system]]\\\" \\\"[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]\\\"` -- renders all non-system tiddlers as files in the subdirectory \\\"tiddlers\\\" with URL-encoded titles and the extension HTML\\n\\n\"},\"$:/language/Help/rendertiddler\":{\"title\":\"$:/language/Help/rendertiddler\",\"description\":\"Render an individual tiddler as a specified ContentType\",\"text\":\"(Note: The `--rendertiddler` command is deprecated in favour of the new, more flexible `--render` command)\\n\\nRender an individual tiddler as a specified ContentType, defaulting to `text/html` and save it to the specified filename.\\n\\nOptionally the title of a template tiddler can be specified, in which case the template tiddler is rendered with the \\\"currentTiddler\\\" variable set to the tiddler that is being rendered (the first parameter value).\\n\\nA name and value for an additional variable may optionally also be specified.\\n\\n```\\n--rendertiddler \u003Ctitle> \u003Cfilename> [\u003Ctype>] [\u003Ctemplate>] [\u003Cname>] [\u003Cvalue>]\\n```\\n\\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\\n\\nAny missing directories in the path to the filename are automatically created.\\n\\nFor example, the following command saves all tiddlers matching the filter `[tag[done]]` to a JSON file titled `output.json` by employing the core template `$:/core/templates/exporters/JsonFile`.\\n\\n```\\n--rendertiddler \\\"$:/core/templates/exporters/JsonFile\\\" output.json text/plain \\\"\\\" exportFilter \\\"[tag[done]]\\\"\\n```\\n\"},\"$:/language/Help/rendertiddlers\":{\"title\":\"$:/language/Help/rendertiddlers\",\"description\":\"Render tiddlers matching a filter to a specified ContentType\",\"text\":\"(Note: The `--rendertiddlers` command is deprecated in favour of the new, more flexible `--render` command)\\n\\nRender a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).\\n\\n```\\n--rendertiddlers '\u003Cfilter>' \u003Ctemplate> \u003Cpathname> [\u003Ctype>] [\u003Cextension>] [\\\"noclean\\\"]\\n```\\n\\nFor example:\\n\\n```\\n--rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html ./static text/plain\\n```\\n\\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\\n\\nAny files in the target directory are deleted unless the ''noclean'' flag is specified. The target directory is recursively created if it is missing.\\n\"},\"$:/language/Help/save\":{\"title\":\"$:/language/Help/save\",\"description\":\"Saves individual raw tiddlers to files\",\"text\":\"Saves individual tiddlers identified by a filter in their raw text or binary format to the specified files.\\n\\n```\\n--save \u003Ctiddler-filter> \u003Cfilename-filter>\\n```\\n\\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be saved\\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]]`, which uses the unchanged tiddler title as the filename\\n\\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\\n\\nNotes:\\n\\n* The output directory is not cleared of any existing files\\n* Any missing directories in the path to the filename are automatically created.\\n* When saving a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets: `--save \\\"[[Motovun Jack.jpg]]\\\"`\\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being saved, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\\n* The `--save` command is a more flexible replacement for both the `--savetiddler` and `--savetiddlers` commands, which are deprecated\\n\\nExamples:\\n\\n* `--save \\\"[!is[system]is[image]]\\\" \\\"[encodeuricomponent[]addprefix[tiddlers/]]\\\"` -- saves all non-system image tiddlers as files in the subdirectory \\\"tiddlers\\\" with URL-encoded titles\\n\"},\"$:/language/Help/savetiddler\":{\"title\":\"$:/language/Help/savetiddler\",\"description\":\"Saves a raw tiddler to a file\",\"text\":\"(Note: The `--savetiddler` command is deprecated in favour of the new, more flexible `--save` command)\\n\\nSaves an individual tiddler in its raw text or binary format to the specified filename.\\n\\n```\\n--savetiddler \u003Ctitle> \u003Cfilename>\\n```\\n\\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\\n\\nAny missing directories in the path to the filename are automatically created.\\n\"},\"$:/language/Help/savetiddlers\":{\"title\":\"$:/language/Help/savetiddlers\",\"description\":\"Saves a group of raw tiddlers to a directory\",\"text\":\"(Note: The `--savetiddlers` command is deprecated in favour of the new, more flexible `--save` command)\\n\\nSaves a group of tiddlers in their raw text or binary format to the specified directory.\\n\\n```\\n--savetiddlers \u003Cfilter> \u003Cpathname> [\\\"noclean\\\"]\\n```\\n\\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\\n\\nThe output directory is cleared of existing files before saving the specified files. The deletion can be disabled by specifying the ''noclean'' flag.\\n\\nAny missing directories in the pathname are automatically created.\\n\"},\"$:/language/Help/savewikifolder\":{\"title\":\"$:/language/Help/savewikifolder\",\"description\":\"Saves a wiki to a new wiki folder\",\"text\":\"\u003C\u003C.from-version \\\"5.1.20\\\">> Saves the current wiki as a wiki folder, including tiddlers, plugins and configuration:\\n\\n```\\n--savewikifolder \u003Cwikifolderpath> [\u003Cfilter>]\\n```\\n\\n* The target wiki folder must be empty or non-existent\\n* The filter specifies which tiddlers should be included. It is optional, defaulting to `[all[tiddlers]]`\\n* Plugins from the official plugin library are replaced with references to those plugins in the `tiddlywiki.info` file\\n* Custom plugins are unpacked into their own folder\\n\\nA common usage is to convert a TiddlyWiki HTML file into a wiki folder:\\n\\n```\\ntiddlywiki --load ./mywiki.html --savewikifolder ./mywikifolder\\n```\\n\"},\"$:/language/Help/server\":{\"title\":\"$:/language/Help/server\",\"description\":\"Provides an HTTP server interface to TiddlyWiki (deprecated in favour of the new listen command)\",\"text\":\"Legacy command to serve a wiki over HTTP.\\n\\n```\\n--server \u003Cport> \u003Croot-tiddler> \u003Croot-render-type> \u003Croot-serve-type> \u003Cusername> \u003Cpassword> \u003Chost> \u003Cpath-prefix> \u003Cdebug-level>\\n```\\n\\nThe parameters are:\\n\\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \\\"8080\\\")\\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \\\"$:/core/save/all\\\")\\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \\\"text/plain\\\")\\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \\\"text/html\\\")\\n* ''username'' - the default username for signing edits\\n* ''password'' - optional password for basic authentication\\n* ''host'' - optional hostname to serve from (defaults to \\\"127.0.0.1\\\" aka \\\"localhost\\\")\\n* ''path-prefix'' - optional prefix for paths\\n* ''debug-level'' - optional debug level; set to \\\"debug\\\" to view request details (defaults to \\\"none\\\")\\n\\nIf the password parameter is specified then the browser will prompt the user for the username and password. Note that the password is transmitted in plain text so this implementation should only be used on a trusted network or over HTTPS.\\n\\nFor example:\\n\\n```\\n--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd\\n```\\n\\nThe username and password can be specified as empty strings if you need to set the hostname or pathprefix and don't want to require a password.\\n\\n\\n```\\n--server 8080 $:/core/save/all text/plain text/html \\\"\\\" \\\"\\\" 192.168.0.245\\n```\\n\\nUsing an address like this exposes your system to the local network. For information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\\n\\nTo run multiple TiddlyWiki servers at the same time you'll need to put each one on a different port. It can be useful to use an environment variable to pass the port number to the Node.js process. This example references an environment variable called \\\"MY_PORT_NUMBER\\\":\\n\\n```\\n--server MY_PORT_NUMBER $:/core/save/all text/plain text/html MyUserName passw0rd\\n```\\n\"},\"$:/language/Help/setfield\":{\"title\":\"$:/language/Help/setfield\",\"description\":\"Prepares external tiddlers for use\",\"text\":\"//Note that this command is experimental and may change or be replaced before being finalised//\\n\\nSets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.\\n\\n```\\n--setfield \u003Cfilter> \u003Cfieldname> \u003Ctemplatetitle> \u003Crendertype>\\n```\\n\\nThe parameters are:\\n\\n* ''filter'' - filter identifying the tiddlers to be affected\\n* ''fieldname'' - the field to modify (defaults to \\\"text\\\")\\n* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted\\n* ''rendertype'' - the text type to render (defaults to \\\"text/plain\\\"; \\\"text/html\\\" can be used to include HTML tags)\\n\"},\"$:/language/Help/unpackplugin\":{\"title\":\"$:/language/Help/unpackplugin\",\"description\":\"Unpack the payload tiddlers from a plugin\",\"text\":\"Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers:\\n\\n```\\n--unpackplugin \u003Ctitle>\\n```\\n\"},\"$:/language/Help/verbose\":{\"title\":\"$:/language/Help/verbose\",\"description\":\"Triggers verbose output mode\",\"text\":\"Triggers verbose output, useful for debugging\\n\\n```\\n--verbose\\n```\\n\"},\"$:/language/Help/version\":{\"title\":\"$:/language/Help/version\",\"description\":\"Displays the version number of TiddlyWiki\",\"text\":\"Displays the version number of TiddlyWiki.\\n\\n```\\n--version\\n```\\n\"},\"$:/language/Import/Editor/Import/Heading\":{\"title\":\"$:/language/Import/Editor/Import/Heading\",\"text\":\"Import images and insert them into the editor.\"},\"$:/language/Import/Imported/Hint\":{\"title\":\"$:/language/Import/Imported/Hint\",\"text\":\"The following tiddlers were imported:\"},\"$:/language/Import/Listing/Cancel/Caption\":{\"title\":\"$:/language/Import/Listing/Cancel/Caption\",\"text\":\"Cancel\"},\"$:/language/Import/Listing/Cancel/Warning\":{\"title\":\"$:/language/Import/Listing/Cancel/Warning\",\"text\":\"Do you wish to cancel the import?\"},\"$:/language/Import/Listing/Hint\":{\"title\":\"$:/language/Import/Listing/Hint\",\"text\":\"These tiddlers are ready to import:\"},\"$:/language/Import/Listing/Import/Caption\":{\"title\":\"$:/language/Import/Listing/Import/Caption\",\"text\":\"Import\"},\"$:/language/Import/Listing/Select/Caption\":{\"title\":\"$:/language/Import/Listing/Select/Caption\",\"text\":\"Select\"},\"$:/language/Import/Listing/Status/Caption\":{\"title\":\"$:/language/Import/Listing/Status/Caption\",\"text\":\"Status\"},\"$:/language/Import/Listing/Title/Caption\":{\"title\":\"$:/language/Import/Listing/Title/Caption\",\"text\":\"Title\"},\"$:/language/Import/Listing/Preview\":{\"title\":\"$:/language/Import/Listing/Preview\",\"text\":\"Preview:\"},\"$:/language/Import/Listing/Preview/Text\":{\"title\":\"$:/language/Import/Listing/Preview/Text\",\"text\":\"Text\"},\"$:/language/Import/Listing/Preview/TextRaw\":{\"title\":\"$:/language/Import/Listing/Preview/TextRaw\",\"text\":\"Text (Raw)\"},\"$:/language/Import/Listing/Preview/Fields\":{\"title\":\"$:/language/Import/Listing/Preview/Fields\",\"text\":\"Fields\"},\"$:/language/Import/Listing/Preview/Diff\":{\"title\":\"$:/language/Import/Listing/Preview/Diff\",\"text\":\"Diff\"},\"$:/language/Import/Listing/Preview/DiffFields\":{\"title\":\"$:/language/Import/Listing/Preview/DiffFields\",\"text\":\"Diff (Fields)\"},\"$:/language/Import/Listing/Rename/Tooltip\":{\"title\":\"$:/language/Import/Listing/Rename/Tooltip\",\"text\":\"Rename tiddler before importing\"},\"$:/language/Import/Listing/Rename/Prompt\":{\"title\":\"$:/language/Import/Listing/Rename/Prompt\",\"text\":\"Rename to:\"},\"$:/language/Import/Listing/Rename/ConfirmRename\":{\"title\":\"$:/language/Import/Listing/Rename/ConfirmRename\",\"text\":\"Rename tiddler\"},\"$:/language/Import/Listing/Rename/CancelRename\":{\"title\":\"$:/language/Import/Listing/Rename/CancelRename\",\"text\":\"Cancel\"},\"$:/language/Import/Listing/Rename/OverwriteWarning\":{\"title\":\"$:/language/Import/Listing/Rename/OverwriteWarning\",\"text\":\"A tiddler with this title already exists.\"},\"$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible\":{\"title\":\"$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible\",\"text\":\"Blocked incompatible or obsolete plugin.\"},\"$:/language/Import/Upgrader/Plugins/Suppressed/Version\":{\"title\":\"$:/language/Import/Upgrader/Plugins/Suppressed/Version\",\"text\":\"Blocked plugin (due to incoming \u003C\u003Cincoming>> not being newer than existing \u003C\u003Cexisting>>).\"},\"$:/language/Import/Upgrader/Plugins/Upgraded\":{\"title\":\"$:/language/Import/Upgrader/Plugins/Upgraded\",\"text\":\"Upgraded plugin from \u003C\u003Cincoming>> to \u003C\u003Cupgraded>>.\"},\"$:/language/Import/Upgrader/State/Suppressed\":{\"title\":\"$:/language/Import/Upgrader/State/Suppressed\",\"text\":\"Blocked temporary state tiddler.\"},\"$:/language/Import/Upgrader/System/Disabled\":{\"title\":\"$:/language/Import/Upgrader/System/Disabled\",\"text\":\"Disabled system tiddler.\"},\"$:/language/Import/Upgrader/System/Suppressed\":{\"title\":\"$:/language/Import/Upgrader/System/Suppressed\",\"text\":\"Blocked system tiddler.\"},\"$:/language/Import/Upgrader/System/Warning\":{\"title\":\"$:/language/Import/Upgrader/System/Warning\",\"text\":\"Core module tiddler.\"},\"$:/language/Import/Upgrader/System/Alert\":{\"title\":\"$:/language/Import/Upgrader/System/Alert\",\"text\":\"You are about to import a tiddler that will overwrite a core module tiddler. This is not recommended as it may make the system unstable.\"},\"$:/language/Import/Upgrader/ThemeTweaks/Created\":{\"title\":\"$:/language/Import/Upgrader/ThemeTweaks/Created\",\"text\":\"Migrated theme tweak from \u003C$text text=\u003C\u003Cfrom>>/>.\"},\"$:/language/Import/Upgrader/Tiddler/Disabled\":{\"title\":\"$:/language/Import/Upgrader/Tiddler/Disabled\",\"text\":\"Disabled tiddler.\"},\"$:/language/Import/Upgrader/Tiddler/Selected\":{\"title\":\"$:/language/Import/Upgrader/Tiddler/Selected\",\"text\":\"Selected tiddler.\"},\"$:/language/Import/Upgrader/Tiddler/Unselected\":{\"title\":\"$:/language/Import/Upgrader/Tiddler/Unselected\",\"text\":\"Unselected tiddler.\"},\"$:/language/AboveStory/ClassicPlugin/Warning\":{\"title\":\"$:/language/AboveStory/ClassicPlugin/Warning\",\"text\":\"It looks like you are trying to load a plugin designed for ~TiddlyWiki Classic. Please note that [[these plugins do not work with TiddlyWiki version 5.x.x|https://tiddlywiki.com/#TiddlyWikiClassic]]. ~TiddlyWiki Classic plugins detected:\"},\"$:/language/BinaryWarning/Prompt\":{\"title\":\"$:/language/BinaryWarning/Prompt\",\"text\":\"This tiddler contains binary data\"},\"$:/language/ClassicWarning/Hint\":{\"title\":\"$:/language/ClassicWarning/Hint\",\"text\":\"This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See https://tiddlywiki.com/static/Upgrading.html for more details.\"},\"$:/language/ClassicWarning/Upgrade/Caption\":{\"title\":\"$:/language/ClassicWarning/Upgrade/Caption\",\"text\":\"upgrade\"},\"$:/language/CloseAll/Button\":{\"title\":\"$:/language/CloseAll/Button\",\"text\":\"close all\"},\"$:/language/ColourPicker/Recent\":{\"title\":\"$:/language/ColourPicker/Recent\",\"text\":\"Recent:\"},\"$:/language/ConfirmCancelTiddler\":{\"title\":\"$:/language/ConfirmCancelTiddler\",\"text\":\"Do you wish to discard changes to the tiddler \\\"\u003C$text text=\u003C\u003Ctitle>>/>\\\"?\"},\"$:/language/ConfirmDeleteTiddler\":{\"title\":\"$:/language/ConfirmDeleteTiddler\",\"text\":\"Do you wish to delete the tiddler \\\"\u003C$text text=\u003C\u003Ctitle>>/>\\\"?\"},\"$:/language/ConfirmOverwriteTiddler\":{\"title\":\"$:/language/ConfirmOverwriteTiddler\",\"text\":\"Do you wish to overwrite the tiddler \\\"\u003C$text text=\u003C\u003Ctitle>>/>\\\"?\"},\"$:/language/ConfirmEditShadowTiddler\":{\"title\":\"$:/language/ConfirmEditShadowTiddler\",\"text\":\"You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit \\\"\u003C$text text=\u003C\u003Ctitle>>/>\\\"?\"},\"$:/language/ConfirmAction\":{\"title\":\"$:/language/ConfirmAction\",\"text\":\"Do you wish to proceed?\"},\"$:/language/Count\":{\"title\":\"$:/language/Count\",\"text\":\"count\"},\"$:/language/DefaultNewTiddlerTitle\":{\"title\":\"$:/language/DefaultNewTiddlerTitle\",\"text\":\"New Tiddler\"},\"$:/language/Diffs/CountMessage\":{\"title\":\"$:/language/Diffs/CountMessage\",\"text\":\"\u003C\u003Cdiff-count>> differences\"},\"$:/language/DropMessage\":{\"title\":\"$:/language/DropMessage\",\"text\":\"Drop here (or use the 'Escape' key to cancel)\"},\"$:/language/Encryption/Cancel\":{\"title\":\"$:/language/Encryption/Cancel\",\"text\":\"Cancel\"},\"$:/language/Encryption/ConfirmClearPassword\":{\"title\":\"$:/language/Encryption/ConfirmClearPassword\",\"text\":\"Do you wish to clear the password? This will remove the encryption applied when saving this wiki\"},\"$:/language/Encryption/PromptSetPassword\":{\"title\":\"$:/language/Encryption/PromptSetPassword\",\"text\":\"Set a new password for this TiddlyWiki\"},\"$:/language/Encryption/Username\":{\"title\":\"$:/language/Encryption/Username\",\"text\":\"Username\"},\"$:/language/Encryption/Password\":{\"title\":\"$:/language/Encryption/Password\",\"text\":\"Password\"},\"$:/language/Encryption/RepeatPassword\":{\"title\":\"$:/language/Encryption/RepeatPassword\",\"text\":\"Repeat password\"},\"$:/language/Encryption/PasswordNoMatch\":{\"title\":\"$:/language/Encryption/PasswordNoMatch\",\"text\":\"Passwords do not match\"},\"$:/language/Encryption/SetPassword\":{\"title\":\"$:/language/Encryption/SetPassword\",\"text\":\"Set password\"},\"$:/language/Error/Caption\":{\"title\":\"$:/language/Error/Caption\",\"text\":\"Error\"},\"$:/language/Error/Filter\":{\"title\":\"$:/language/Error/Filter\",\"text\":\"Filter error\"},\"$:/language/Error/FilterSyntax\":{\"title\":\"$:/language/Error/FilterSyntax\",\"text\":\"Syntax error in filter expression\"},\"$:/language/Error/FilterRunPrefix\":{\"title\":\"$:/language/Error/FilterRunPrefix\",\"text\":\"Filter Error: Unknown prefix for filter run\"},\"$:/language/Error/IsFilterOperator\":{\"title\":\"$:/language/Error/IsFilterOperator\",\"text\":\"Filter Error: Unknown operand for the 'is' filter operator\"},\"$:/language/Error/FormatFilterOperator\":{\"title\":\"$:/language/Error/FormatFilterOperator\",\"text\":\"Filter Error: Unknown suffix for the 'format' filter operator\"},\"$:/language/Error/LoadingPluginLibrary\":{\"title\":\"$:/language/Error/LoadingPluginLibrary\",\"text\":\"Error loading plugin library\"},\"$:/language/Error/NetworkErrorAlert\":{\"title\":\"$:/language/Error/NetworkErrorAlert\",\"text\":\"`\u003Ch2>''Network Error''\u003C/h2>It looks like the connection to the server has been lost. This may indicate a problem with your network connection. Please attempt to restore network connectivity before continuing.\u003Cbr>\u003Cbr>''Any unsaved changes will be automatically synchronised when connectivity is restored''.`\"},\"$:/language/Error/PutEditConflict\":{\"title\":\"$:/language/Error/PutEditConflict\",\"text\":\"File changed on server\"},\"$:/language/Error/PutForbidden\":{\"title\":\"$:/language/Error/PutForbidden\",\"text\":\"Permission denied\"},\"$:/language/Error/PutUnauthorized\":{\"title\":\"$:/language/Error/PutUnauthorized\",\"text\":\"Authentication required\"},\"$:/language/Error/RecursiveTransclusion\":{\"title\":\"$:/language/Error/RecursiveTransclusion\",\"text\":\"Recursive transclusion error in transclude widget\"},\"$:/language/Error/RetrievingSkinny\":{\"title\":\"$:/language/Error/RetrievingSkinny\",\"text\":\"Error retrieving skinny tiddler list\"},\"$:/language/Error/SavingToTWEdit\":{\"title\":\"$:/language/Error/SavingToTWEdit\",\"text\":\"Error saving to TWEdit\"},\"$:/language/Error/WhileSaving\":{\"title\":\"$:/language/Error/WhileSaving\",\"text\":\"Error while saving\"},\"$:/language/Error/XMLHttpRequest\":{\"title\":\"$:/language/Error/XMLHttpRequest\",\"text\":\"XMLHttpRequest error code\"},\"$:/language/InternalJavaScriptError/Title\":{\"title\":\"$:/language/InternalJavaScriptError/Title\",\"text\":\"Internal JavaScript Error\"},\"$:/language/InternalJavaScriptError/Hint\":{\"title\":\"$:/language/InternalJavaScriptError/Hint\",\"text\":\"Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser\"},\"$:/language/LayoutSwitcher/Description\":{\"title\":\"$:/language/LayoutSwitcher/Description\",\"text\":\"Open the layout switcher\"},\"$:/language/LazyLoadingWarning\":{\"title\":\"$:/language/LazyLoadingWarning\",\"text\":\"\u003Cp>Trying to load external content from ''\u003C$text text={{!!_canonical_uri}}/>''\u003C/p>\u003Cp>If this message doesn't disappear, either the tiddler content type doesn't match the type of the external content, or you may be using a browser that doesn't support external content for wikis loaded as standalone files. See https://tiddlywiki.com/#ExternalText\u003C/p>\"},\"$:/language/LoginToTiddlySpace\":{\"title\":\"$:/language/LoginToTiddlySpace\",\"text\":\"Login to TiddlySpace\"},\"$:/language/Manager/Controls/FilterByTag/None\":{\"title\":\"$:/language/Manager/Controls/FilterByTag/None\",\"text\":\"(none)\"},\"$:/language/Manager/Controls/FilterByTag/Prompt\":{\"title\":\"$:/language/Manager/Controls/FilterByTag/Prompt\",\"text\":\"Filter by tag:\"},\"$:/language/Manager/Controls/Order/Prompt\":{\"title\":\"$:/language/Manager/Controls/Order/Prompt\",\"text\":\"Reverse order\"},\"$:/language/Manager/Controls/Search/Placeholder\":{\"title\":\"$:/language/Manager/Controls/Search/Placeholder\",\"text\":\"Search\"},\"$:/language/Manager/Controls/Search/Prompt\":{\"title\":\"$:/language/Manager/Controls/Search/Prompt\",\"text\":\"Search:\"},\"$:/language/Manager/Controls/Show/Option/Tags\":{\"title\":\"$:/language/Manager/Controls/Show/Option/Tags\",\"text\":\"tags\"},\"$:/language/Manager/Controls/Show/Option/Tiddlers\":{\"title\":\"$:/language/Manager/Controls/Show/Option/Tiddlers\",\"text\":\"tiddlers\"},\"$:/language/Manager/Controls/Show/Prompt\":{\"title\":\"$:/language/Manager/Controls/Show/Prompt\",\"text\":\"Show:\"},\"$:/language/Manager/Controls/Sort/Prompt\":{\"title\":\"$:/language/Manager/Controls/Sort/Prompt\",\"text\":\"Sort by:\"},\"$:/language/Manager/Item/Colour\":{\"title\":\"$:/language/Manager/Item/Colour\",\"text\":\"Colour\"},\"$:/language/Manager/Item/Fields\":{\"title\":\"$:/language/Manager/Item/Fields\",\"text\":\"Fields\"},\"$:/language/Manager/Item/Icon/None\":{\"title\":\"$:/language/Manager/Item/Icon/None\",\"text\":\"(none)\"},\"$:/language/Manager/Item/Icon\":{\"title\":\"$:/language/Manager/Item/Icon\",\"text\":\"Icon\"},\"$:/language/Manager/Item/RawText\":{\"title\":\"$:/language/Manager/Item/RawText\",\"text\":\"Raw text\"},\"$:/language/Manager/Item/Tags\":{\"title\":\"$:/language/Manager/Item/Tags\",\"text\":\"Tags\"},\"$:/language/Manager/Item/Tools\":{\"title\":\"$:/language/Manager/Item/Tools\",\"text\":\"Tools\"},\"$:/language/Manager/Item/WikifiedText\":{\"title\":\"$:/language/Manager/Item/WikifiedText\",\"text\":\"Wikified text\"},\"$:/language/MissingTiddler/Hint\":{\"title\":\"$:/language/MissingTiddler/Hint\",\"text\":\"Missing tiddler \\\"\u003C$text text=\u003C\u003CcurrentTiddler>>/>\\\" -- click {{||$:/core/ui/Buttons/edit}} to create\"},\"$:/language/No\":{\"title\":\"$:/language/No\",\"text\":\"No\"},\"$:/language/OfficialPluginLibrary\":{\"title\":\"$:/language/OfficialPluginLibrary\",\"text\":\"Official ~TiddlyWiki Plugin Library\"},\"$:/language/OfficialPluginLibrary/Hint\":{\"title\":\"$:/language/OfficialPluginLibrary/Hint\",\"text\":\"The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team.\"},\"$:/language/PageTemplate/Description\":{\"title\":\"$:/language/PageTemplate/Description\",\"text\":\"the default ~TiddlyWiki layout\"},\"$:/language/PageTemplate/Name\":{\"title\":\"$:/language/PageTemplate/Name\",\"text\":\"Default ~PageTemplate\"},\"$:/language/PluginReloadWarning\":{\"title\":\"$:/language/PluginReloadWarning\",\"text\":\"Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to ~JavaScript plugins to take effect\"},\"$:/language/RecentChanges/DateFormat\":{\"title\":\"$:/language/RecentChanges/DateFormat\",\"text\":\"DDth MMM YYYY\"},\"$:/language/Shortcuts/Input/AdvancedSearch/Hint\":{\"title\":\"$:/language/Shortcuts/Input/AdvancedSearch/Hint\",\"text\":\"Open the ~AdvancedSearch panel from within the sidebar search field\"},\"$:/language/Shortcuts/Input/Accept/Hint\":{\"title\":\"$:/language/Shortcuts/Input/Accept/Hint\",\"text\":\"Accept the selected item\"},\"$:/language/Shortcuts/Input/AcceptVariant/Hint\":{\"title\":\"$:/language/Shortcuts/Input/AcceptVariant/Hint\",\"text\":\"Accept the selected item (variant)\"},\"$:/language/Shortcuts/Input/Cancel/Hint\":{\"title\":\"$:/language/Shortcuts/Input/Cancel/Hint\",\"text\":\"Clear the input field\"},\"$:/language/Shortcuts/Input/Down/Hint\":{\"title\":\"$:/language/Shortcuts/Input/Down/Hint\",\"text\":\"Select the next item\"},\"$:/language/Shortcuts/Input/Tab-Left/Hint\":{\"title\":\"$:/language/Shortcuts/Input/Tab-Left/Hint\",\"text\":\"Select the previous Tab\"},\"$:/language/Shortcuts/Input/Tab-Right/Hint\":{\"title\":\"$:/language/Shortcuts/Input/Tab-Right/Hint\",\"text\":\"Select the next Tab\"},\"$:/language/Shortcuts/Input/Up/Hint\":{\"title\":\"$:/language/Shortcuts/Input/Up/Hint\",\"text\":\"Select the previous item\"},\"$:/language/Shortcuts/SidebarLayout/Hint\":{\"title\":\"$:/language/Shortcuts/SidebarLayout/Hint\",\"text\":\"Change the sidebar layout\"},\"$:/language/Switcher/Subtitle/theme\":{\"title\":\"$:/language/Switcher/Subtitle/theme\",\"text\":\"Switch Theme\"},\"$:/language/Switcher/Subtitle/layout\":{\"title\":\"$:/language/Switcher/Subtitle/layout\",\"text\":\"Switch Layout\"},\"$:/language/Switcher/Subtitle/language\":{\"title\":\"$:/language/Switcher/Subtitle/language\",\"text\":\"Switch Language\"},\"$:/language/Switcher/Subtitle/palette\":{\"title\":\"$:/language/Switcher/Subtitle/palette\",\"text\":\"Switch Palette\"},\"$:/language/SystemTiddler/Tooltip\":{\"title\":\"$:/language/SystemTiddler/Tooltip\",\"text\":\"This is a system tiddler\"},\"$:/language/SystemTiddlers/Include/Prompt\":{\"title\":\"$:/language/SystemTiddlers/Include/Prompt\",\"text\":\"Include system tiddlers\"},\"$:/language/TagManager/Colour/Heading\":{\"title\":\"$:/language/TagManager/Colour/Heading\",\"text\":\"Colour\"},\"$:/language/TagManager/Count/Heading\":{\"title\":\"$:/language/TagManager/Count/Heading\",\"text\":\"Count\"},\"$:/language/TagManager/Icon/Heading\":{\"title\":\"$:/language/TagManager/Icon/Heading\",\"text\":\"Icon\"},\"$:/language/TagManager/Icons/None\":{\"title\":\"$:/language/TagManager/Icons/None\",\"text\":\"None\"},\"$:/language/TagManager/Info/Heading\":{\"title\":\"$:/language/TagManager/Info/Heading\",\"text\":\"Info\"},\"$:/language/TagManager/Tag/Heading\":{\"title\":\"$:/language/TagManager/Tag/Heading\",\"text\":\"Tag\"},\"$:/language/Tiddler/DateFormat\":{\"title\":\"$:/language/Tiddler/DateFormat\",\"text\":\"DDth MMM YYYY at hh12:0mmam\"},\"$:/language/UnsavedChangesWarning\":{\"title\":\"$:/language/UnsavedChangesWarning\",\"text\":\"You have unsaved changes in TiddlyWiki\"},\"$:/language/Yes\":{\"title\":\"$:/language/Yes\",\"text\":\"Yes\"},\"$:/language/Modals/Download\":{\"title\":\"$:/language/Modals/Download\",\"subtitle\":\"Download changes\",\"footer\":\"\u003C$button message=\\\"tm-close-tiddler\\\">Close\u003C/$button>\",\"help\":\"https://tiddlywiki.com/static/DownloadingChanges.html\",\"text\":\"Your browser only supports manual saving.\\n\\nTo save your modified wiki, right click on the download link below and select \\\"Download file\\\" or \\\"Save file\\\", and then choose the folder and filename.\\n\\n//You can marginally speed things up by clicking the link with the control key (Windows) or the options/alt key (Mac OS X). You will not be prompted for the folder or filename, but your browser is likely to give it an unrecognisable name -- you may need to rename the file to include an `.html` extension before you can do anything useful with it.//\\n\\nOn smartphones that do not allow files to be downloaded you can instead bookmark the link, and then sync your bookmarks to a desktop computer from where the wiki can be saved normally.\\n\"},\"$:/language/Modals/SaveInstructions\":{\"title\":\"$:/language/Modals/SaveInstructions\",\"subtitle\":\"Save your work\",\"footer\":\"\u003C$button message=\\\"tm-close-tiddler\\\">Close\u003C/$button>\",\"help\":\"https://tiddlywiki.com/static/SavingChanges.html\",\"text\":\"Your changes to this wiki need to be saved as a ~TiddlyWiki HTML file.\\n\\n!!! Desktop browsers\\n\\n# Select ''Save As'' from the ''File'' menu\\n# Choose a filename and location\\n#* Some browsers also require you to explicitly specify the file saving format as ''Webpage, HTML only'' or similar\\n# Close this tab\\n\\n!!! Smartphone browsers\\n\\n# Create a bookmark to this page\\n#* If you've got iCloud or Google Sync set up then the bookmark will automatically sync to your desktop where you can open it and save it as above\\n# Close this tab\\n\\n//If you open the bookmark again in Mobile Safari you will see this message again. If you want to go ahead and use the file, just click the ''close'' button below//\\n\"},\"$:/config/NewJournal/Title\":{\"title\":\"$:/config/NewJournal/Title\",\"text\":\"DDth MMM YYYY\"},\"$:/config/NewJournal/Text\":{\"title\":\"$:/config/NewJournal/Text\",\"text\":\"\"},\"$:/config/NewJournal/Tags\":{\"title\":\"$:/config/NewJournal/Tags\",\"text\":\"Journal\\n\"},\"$:/language/Notifications/Save/Done\":{\"title\":\"$:/language/Notifications/Save/Done\",\"text\":\"Saved wiki\"},\"$:/language/Notifications/Save/Starting\":{\"title\":\"$:/language/Notifications/Save/Starting\",\"text\":\"Starting to save wiki\"},\"$:/language/Notifications/CopiedToClipboard/Succeeded\":{\"title\":\"$:/language/Notifications/CopiedToClipboard/Succeeded\",\"text\":\"Copied to clipboard!\"},\"$:/language/Notifications/CopiedToClipboard/Failed\":{\"title\":\"$:/language/Notifications/CopiedToClipboard/Failed\",\"text\":\"Failed to copy to clipboard!\"},\"$:/language/Search/DefaultResults/Caption\":{\"title\":\"$:/language/Search/DefaultResults/Caption\",\"text\":\"List\"},\"$:/language/Search/Filter/Caption\":{\"title\":\"$:/language/Search/Filter/Caption\",\"text\":\"Filter\"},\"$:/language/Search/Filter/Hint\":{\"title\":\"$:/language/Search/Filter/Hint\",\"text\":\"Search via a [[filter expression|https://tiddlywiki.com/static/Filters.html]]\"},\"$:/language/Search/Filter/Matches\":{\"title\":\"$:/language/Search/Filter/Matches\",\"text\":\"//\u003Csmall>\u003C\u003CresultCount>> matches\u003C/small>//\"},\"$:/language/Search/Matches\":{\"title\":\"$:/language/Search/Matches\",\"text\":\"//\u003Csmall>\u003C\u003CresultCount>> matches\u003C/small>//\"},\"$:/language/Search/Matches/All\":{\"title\":\"$:/language/Search/Matches/All\",\"text\":\"All matches:\"},\"$:/language/Search/Matches/Title\":{\"title\":\"$:/language/Search/Matches/Title\",\"text\":\"Title matches:\"},\"$:/language/Search/Search\":{\"title\":\"$:/language/Search/Search\",\"text\":\"Search\"},\"$:/language/Search/Search/TooShort\":{\"title\":\"$:/language/Search/Search/TooShort\",\"text\":\"Search text too short\"},\"$:/language/Search/Shadows/Caption\":{\"title\":\"$:/language/Search/Shadows/Caption\",\"text\":\"Shadows\"},\"$:/language/Search/Shadows/Hint\":{\"title\":\"$:/language/Search/Shadows/Hint\",\"text\":\"Search for shadow tiddlers\"},\"$:/language/Search/Shadows/Matches\":{\"title\":\"$:/language/Search/Shadows/Matches\",\"text\":\"//\u003Csmall>\u003C\u003CresultCount>> matches\u003C/small>//\"},\"$:/language/Search/Standard/Caption\":{\"title\":\"$:/language/Search/Standard/Caption\",\"text\":\"Standard\"},\"$:/language/Search/Standard/Hint\":{\"title\":\"$:/language/Search/Standard/Hint\",\"text\":\"Search for standard tiddlers\"},\"$:/language/Search/Standard/Matches\":{\"title\":\"$:/language/Search/Standard/Matches\",\"text\":\"//\u003Csmall>\u003C\u003CresultCount>> matches\u003C/small>//\"},\"$:/language/Search/System/Caption\":{\"title\":\"$:/language/Search/System/Caption\",\"text\":\"System\"},\"$:/language/Search/System/Hint\":{\"title\":\"$:/language/Search/System/Hint\",\"text\":\"Search for system tiddlers\"},\"$:/language/Search/System/Matches\":{\"title\":\"$:/language/Search/System/Matches\",\"text\":\"//\u003Csmall>\u003C\u003CresultCount>> matches\u003C/small>//\"},\"$:/language/SideBar/All/Caption\":{\"title\":\"$:/language/SideBar/All/Caption\",\"text\":\"All\"},\"$:/language/SideBar/Contents/Caption\":{\"title\":\"$:/language/SideBar/Contents/Caption\",\"text\":\"Contents\"},\"$:/language/SideBar/Drafts/Caption\":{\"title\":\"$:/language/SideBar/Drafts/Caption\",\"text\":\"Drafts\"},\"$:/language/SideBar/Explorer/Caption\":{\"title\":\"$:/language/SideBar/Explorer/Caption\",\"text\":\"Explorer\"},\"$:/language/SideBar/Missing/Caption\":{\"title\":\"$:/language/SideBar/Missing/Caption\",\"text\":\"Missing\"},\"$:/language/SideBar/More/Caption\":{\"title\":\"$:/language/SideBar/More/Caption\",\"text\":\"More\"},\"$:/language/SideBar/Open/Caption\":{\"title\":\"$:/language/SideBar/Open/Caption\",\"text\":\"Open\"},\"$:/language/SideBar/Orphans/Caption\":{\"title\":\"$:/language/SideBar/Orphans/Caption\",\"text\":\"Orphans\"},\"$:/language/SideBar/Recent/Caption\":{\"title\":\"$:/language/SideBar/Recent/Caption\",\"text\":\"Recent\"},\"$:/language/SideBar/Shadows/Caption\":{\"title\":\"$:/language/SideBar/Shadows/Caption\",\"text\":\"Shadows\"},\"$:/language/SideBar/System/Caption\":{\"title\":\"$:/language/SideBar/System/Caption\",\"text\":\"System\"},\"$:/language/SideBar/Tags/Caption\":{\"title\":\"$:/language/SideBar/Tags/Caption\",\"text\":\"Tags\"},\"$:/language/SideBar/Tags/Untagged/Caption\":{\"title\":\"$:/language/SideBar/Tags/Untagged/Caption\",\"text\":\"untagged\"},\"$:/language/SideBar/Tools/Caption\":{\"title\":\"$:/language/SideBar/Tools/Caption\",\"text\":\"Tools\"},\"$:/language/SideBar/Types/Caption\":{\"title\":\"$:/language/SideBar/Types/Caption\",\"text\":\"Types\"},\"$:/SiteSubtitle\":{\"title\":\"$:/SiteSubtitle\",\"text\":\"a non-linear personal web notebook\"},\"$:/SiteTitle\":{\"title\":\"$:/SiteTitle\",\"text\":\"My ~TiddlyWiki\"},\"$:/language/Snippets/ListByTag\":{\"title\":\"$:/language/Snippets/ListByTag\",\"tags\":\"$:/tags/TextEditor/Snippet\",\"caption\":\"List of tiddlers by tag\",\"text\":\"\u003C\u003Clist-links \\\"[tag[task]sort[title]]\\\">>\\n\"},\"$:/language/Snippets/MacroDefinition\":{\"title\":\"$:/language/Snippets/MacroDefinition\",\"tags\":\"$:/tags/TextEditor/Snippet\",\"caption\":\"Macro definition\",\"text\":\"\\\\define macroName(param1:\\\"default value\\\",param2)\\nText of the macro\\n\\\\end\\n\"},\"$:/language/Snippets/Table4x3\":{\"title\":\"$:/language/Snippets/Table4x3\",\"tags\":\"$:/tags/TextEditor/Snippet\",\"caption\":\"Table with 4 columns by 3 rows\",\"text\":\"|! |!Alpha |!Beta |!Gamma |!Delta |\\n|!One | | | | |\\n|!Two | | | | |\\n|!Three | | | | |\\n\"},\"$:/language/Snippets/TableOfContents\":{\"title\":\"$:/language/Snippets/TableOfContents\",\"tags\":\"$:/tags/TextEditor/Snippet\",\"caption\":\"Table of Contents\",\"text\":\"\u003Cdiv class=\\\"tc-table-of-contents\\\">\\n\\n\u003C\u003Ctoc-selective-expandable 'TableOfContents'>>\\n\\n\u003C/div>\"},\"$:/language/ThemeTweaks/ThemeTweaks\":{\"title\":\"$:/language/ThemeTweaks/ThemeTweaks\",\"text\":\"Theme Tweaks\"},\"$:/language/ThemeTweaks/ThemeTweaks/Hint\":{\"title\":\"$:/language/ThemeTweaks/ThemeTweaks/Hint\",\"text\":\"You can tweak certain aspects of the ''Vanilla'' theme.\"},\"$:/language/ThemeTweaks/Options\":{\"title\":\"$:/language/ThemeTweaks/Options\",\"text\":\"Options\"},\"$:/language/ThemeTweaks/Options/SidebarLayout\":{\"title\":\"$:/language/ThemeTweaks/Options/SidebarLayout\",\"text\":\"Sidebar layout\"},\"$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid\":{\"title\":\"$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid\",\"text\":\"Fixed story, fluid sidebar\"},\"$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed\":{\"title\":\"$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed\",\"text\":\"Fluid story, fixed sidebar\"},\"$:/language/ThemeTweaks/Options/StickyTitles\":{\"title\":\"$:/language/ThemeTweaks/Options/StickyTitles\",\"text\":\"Sticky titles\"},\"$:/language/ThemeTweaks/Options/StickyTitles/Hint\":{\"title\":\"$:/language/ThemeTweaks/Options/StickyTitles/Hint\",\"text\":\"Causes tiddler titles to \\\"stick\\\" to the top of the browser window\"},\"$:/language/ThemeTweaks/Options/CodeWrapping\":{\"title\":\"$:/language/ThemeTweaks/Options/CodeWrapping\",\"text\":\"Wrap long lines in code blocks\"},\"$:/language/ThemeTweaks/Settings\":{\"title\":\"$:/language/ThemeTweaks/Settings\",\"text\":\"Settings\"},\"$:/language/ThemeTweaks/Settings/FontFamily\":{\"title\":\"$:/language/ThemeTweaks/Settings/FontFamily\",\"text\":\"Font family\"},\"$:/language/ThemeTweaks/Settings/CodeFontFamily\":{\"title\":\"$:/language/ThemeTweaks/Settings/CodeFontFamily\",\"text\":\"Code font family\"},\"$:/language/ThemeTweaks/Settings/EditorFontFamily\":{\"title\":\"$:/language/ThemeTweaks/Settings/EditorFontFamily\",\"text\":\"Editor font family\"},\"$:/language/ThemeTweaks/Settings/BackgroundImage\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImage\",\"text\":\"Page background image\"},\"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment\",\"text\":\"Page background image attachment\"},\"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll\",\"text\":\"Scroll with tiddlers\"},\"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed\",\"text\":\"Fixed to window\"},\"$:/language/ThemeTweaks/Settings/BackgroundImageSize\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImageSize\",\"text\":\"Page background image size\"},\"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto\",\"text\":\"Auto\"},\"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover\",\"text\":\"Cover\"},\"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain\":{\"title\":\"$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain\",\"text\":\"Contain\"},\"$:/language/ThemeTweaks/Metrics\":{\"title\":\"$:/language/ThemeTweaks/Metrics\",\"text\":\"Sizes\"},\"$:/language/ThemeTweaks/Metrics/FontSize\":{\"title\":\"$:/language/ThemeTweaks/Metrics/FontSize\",\"text\":\"Font size\"},\"$:/language/ThemeTweaks/Metrics/LineHeight\":{\"title\":\"$:/language/ThemeTweaks/Metrics/LineHeight\",\"text\":\"Line height\"},\"$:/language/ThemeTweaks/Metrics/BodyFontSize\":{\"title\":\"$:/language/ThemeTweaks/Metrics/BodyFontSize\",\"text\":\"Font size for tiddler body\"},\"$:/language/ThemeTweaks/Metrics/BodyLineHeight\":{\"title\":\"$:/language/ThemeTweaks/Metrics/BodyLineHeight\",\"text\":\"Line height for tiddler body\"},\"$:/language/ThemeTweaks/Metrics/StoryLeft\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryLeft\",\"text\":\"Story left position\"},\"$:/language/ThemeTweaks/Metrics/StoryLeft/Hint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryLeft/Hint\",\"text\":\"how far the left margin of the story river\u003Cbr>(tiddler area) is from the left of the page\"},\"$:/language/ThemeTweaks/Metrics/StoryTop\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryTop\",\"text\":\"Story top position\"},\"$:/language/ThemeTweaks/Metrics/StoryTop/Hint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryTop/Hint\",\"text\":\"how far the top margin of the story river\u003Cbr>is from the top of the page\"},\"$:/language/ThemeTweaks/Metrics/StoryRight\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryRight\",\"text\":\"Story right\"},\"$:/language/ThemeTweaks/Metrics/StoryRight/Hint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryRight/Hint\",\"text\":\"how far the left margin of the sidebar \u003Cbr>is from the left of the page\"},\"$:/language/ThemeTweaks/Metrics/StoryWidth\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryWidth\",\"text\":\"Story width\"},\"$:/language/ThemeTweaks/Metrics/StoryWidth/Hint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/StoryWidth/Hint\",\"text\":\"the overall width of the story river\"},\"$:/language/ThemeTweaks/Metrics/TiddlerWidth\":{\"title\":\"$:/language/ThemeTweaks/Metrics/TiddlerWidth\",\"text\":\"Tiddler width\"},\"$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint\",\"text\":\"within the story river\"},\"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint\",\"text\":\"Sidebar breakpoint\"},\"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint\",\"text\":\"the minimum page width at which the story\u003Cbr>river and sidebar will appear side by side\"},\"$:/language/ThemeTweaks/Metrics/SidebarWidth\":{\"title\":\"$:/language/ThemeTweaks/Metrics/SidebarWidth\",\"text\":\"Sidebar width\"},\"$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint\":{\"title\":\"$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint\",\"text\":\"the width of the sidebar in fluid-fixed layout\"},\"$:/language/TiddlerInfo/Advanced/Caption\":{\"title\":\"$:/language/TiddlerInfo/Advanced/Caption\",\"text\":\"Advanced\"},\"$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint\":{\"title\":\"$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint\",\"text\":\"none\"},\"$:/language/TiddlerInfo/Advanced/PluginInfo/Heading\":{\"title\":\"$:/language/TiddlerInfo/Advanced/PluginInfo/Heading\",\"text\":\"Plugin Details\"},\"$:/language/TiddlerInfo/Advanced/PluginInfo/Hint\":{\"title\":\"$:/language/TiddlerInfo/Advanced/PluginInfo/Hint\",\"text\":\"This plugin contains the following shadow tiddlers:\"},\"$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading\":{\"title\":\"$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading\",\"text\":\"Shadow Status\"},\"$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint\":{\"title\":\"$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint\",\"text\":\"The tiddler \u003C$link to=\u003C\u003CinfoTiddler>>>\u003C$text text=\u003C\u003CinfoTiddler>>/>\u003C/$link> is not a shadow tiddler\"},\"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint\":{\"title\":\"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint\",\"text\":\"The tiddler \u003C$link to=\u003C\u003CinfoTiddler>>>\u003C$text text=\u003C\u003CinfoTiddler>>/>\u003C/$link> is a shadow tiddler\"},\"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source\":{\"title\":\"$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source\",\"text\":\"It is defined in the plugin \u003C$link to=\u003C\u003CpluginTiddler>>>\u003C$text text=\u003C\u003CpluginTiddler>>/>\u003C/$link>\"},\"$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint\":{\"title\":\"$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint\",\"text\":\"It is overridden by an ordinary tiddler\"},\"$:/language/TiddlerInfo/Fields/Caption\":{\"title\":\"$:/language/TiddlerInfo/Fields/Caption\",\"text\":\"Fields\"},\"$:/language/TiddlerInfo/List/Caption\":{\"title\":\"$:/language/TiddlerInfo/List/Caption\",\"text\":\"List\"},\"$:/language/TiddlerInfo/List/Empty\":{\"title\":\"$:/language/TiddlerInfo/List/Empty\",\"text\":\"This tiddler does not have a list\"},\"$:/language/TiddlerInfo/Listed/Caption\":{\"title\":\"$:/language/TiddlerInfo/Listed/Caption\",\"text\":\"Listed\"},\"$:/language/TiddlerInfo/Listed/Empty\":{\"title\":\"$:/language/TiddlerInfo/Listed/Empty\",\"text\":\"This tiddler is not listed by any others\"},\"$:/language/TiddlerInfo/References/Caption\":{\"title\":\"$:/language/TiddlerInfo/References/Caption\",\"text\":\"Backlinks\"},\"$:/language/TiddlerInfo/References/Empty\":{\"title\":\"$:/language/TiddlerInfo/References/Empty\",\"text\":\"No tiddlers link to this one\"},\"$:/language/TiddlerInfo/Tagging/Caption\":{\"title\":\"$:/language/TiddlerInfo/Tagging/Caption\",\"text\":\"Tagging\"},\"$:/language/TiddlerInfo/Tagging/Empty\":{\"title\":\"$:/language/TiddlerInfo/Tagging/Empty\",\"text\":\"No tiddlers are tagged with this one\"},\"$:/language/TiddlerInfo/Tools/Caption\":{\"title\":\"$:/language/TiddlerInfo/Tools/Caption\",\"text\":\"Tools\"},\"$:/language/Docs/Types/application/javascript\":{\"title\":\"$:/language/Docs/Types/application/javascript\",\"description\":\"JavaScript code\",\"name\":\"application/javascript\",\"group\":\"Developer\",\"group-sort\":\"2\"},\"$:/language/Docs/Types/application/json\":{\"title\":\"$:/language/Docs/Types/application/json\",\"description\":\"JSON data\",\"name\":\"application/json\",\"group\":\"Developer\",\"group-sort\":\"2\"},\"$:/language/Docs/Types/application/x-tiddler-dictionary\":{\"title\":\"$:/language/Docs/Types/application/x-tiddler-dictionary\",\"description\":\"Data dictionary\",\"name\":\"application/x-tiddler-dictionary\",\"group\":\"Developer\",\"group-sort\":\"2\"},\"$:/language/Docs/Types/image/gif\":{\"title\":\"$:/language/Docs/Types/image/gif\",\"description\":\"GIF image\",\"name\":\"image/gif\",\"group\":\"Image\",\"group-sort\":\"1\"},\"$:/language/Docs/Types/image/jpeg\":{\"title\":\"$:/language/Docs/Types/image/jpeg\",\"description\":\"JPEG image\",\"name\":\"image/jpeg\",\"group\":\"Image\",\"group-sort\":\"1\"},\"$:/language/Docs/Types/image/png\":{\"title\":\"$:/language/Docs/Types/image/png\",\"description\":\"PNG image\",\"name\":\"image/png\",\"group\":\"Image\",\"group-sort\":\"1\"},\"$:/language/Docs/Types/image/svg+xml\":{\"title\":\"$:/language/Docs/Types/image/svg+xml\",\"description\":\"Structured Vector Graphics image\",\"name\":\"image/svg+xml\",\"group\":\"Image\",\"group-sort\":\"1\"},\"$:/language/Docs/Types/image/x-icon\":{\"title\":\"$:/language/Docs/Types/image/x-icon\",\"description\":\"ICO format icon file\",\"name\":\"image/x-icon\",\"group\":\"Image\",\"group-sort\":\"1\"},\"$:/language/Docs/Types/text/css\":{\"title\":\"$:/language/Docs/Types/text/css\",\"description\":\"Static stylesheet\",\"name\":\"text/css\",\"group\":\"Developer\",\"group-sort\":\"2\"},\"$:/language/Docs/Types/text/html\":{\"title\":\"$:/language/Docs/Types/text/html\",\"description\":\"HTML markup\",\"name\":\"text/html\",\"group\":\"Text\",\"group-sort\":\"0\"},\"$:/language/Docs/Types/text/plain\":{\"title\":\"$:/language/Docs/Types/text/plain\",\"description\":\"Plain text\",\"name\":\"text/plain\",\"group\":\"Text\",\"group-sort\":\"0\"},\"$:/language/Docs/Types/text/vnd.tiddlywiki\":{\"title\":\"$:/language/Docs/Types/text/vnd.tiddlywiki\",\"description\":\"TiddlyWiki 5\",\"name\":\"text/vnd.tiddlywiki\",\"group\":\"Text\",\"group-sort\":\"0\"},\"$:/language/Docs/Types/text/x-tiddlywiki\":{\"title\":\"$:/language/Docs/Types/text/x-tiddlywiki\",\"description\":\"TiddlyWiki Classic\",\"name\":\"text/x-tiddlywiki\",\"group\":\"Text\",\"group-sort\":\"0\"},\"$:/languages/en-GB/icon\":{\"title\":\"$:/languages/en-GB/icon\",\"type\":\"image/svg+xml\",\"text\":\"\u003Csvg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 60 30\\\" width=\\\"1200\\\" height=\\\"600\\\">\\n\u003CclipPath id=\\\"t\\\">\\n\\t\u003Cpath d=\\\"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z\\\"/>\\n\u003C/clipPath>\\n\u003Cpath d=\\\"M0,0 v30 h60 v-30 z\\\" fill=\\\"#00247d\\\"/>\\n\u003Cpath d=\\\"M0,0 L60,30 M60,0 L0,30\\\" stroke=\\\"#fff\\\" stroke-width=\\\"6\\\"/>\\n\u003Cpath d=\\\"M0,0 L60,30 M60,0 L0,30\\\" clip-path=\\\"url(#t)\\\" stroke=\\\"#cf142b\\\" stroke-width=\\\"4\\\"/>\\n\u003Cpath d=\\\"M30,0 v30 M0,15 h60\\\" stroke=\\\"#fff\\\" stroke-width=\\\"10\\\"/>\\n\u003Cpath d=\\\"M30,0 v30 M0,15 h60\\\" stroke=\\\"#cf142b\\\" stroke-width=\\\"6\\\"/>\\n\u003C/svg>\\n\"},\"$:/languages/en-GB\":{\"title\":\"$:/languages/en-GB\",\"name\":\"en-GB\",\"description\":\"English (British)\",\"author\":\"JeremyRuston\",\"core-version\":\">=5.0.0\\\"\",\"text\":\"Stub pseudo-plugin for the default language\"},\"$:/core/modules/commander.js\":{\"title\":\"$:/core/modules/commander.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commander.js\\ntype: application/javascript\\nmodule-type: global\\n\\nThe $tw.Commander class is a command interpreter\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nParse a sequence of commands\\n\\tcommandTokens: an array of command string tokens\\n\\twiki: reference to the wiki store object\\n\\tstreams: {output:, error:}, each of which has a write(string) method\\n\\tcallback: a callback invoked as callback(err) where err is null if there was no error\\n*/\\nvar Commander = function(commandTokens,callback,wiki,streams) {\\n\\tvar path = require(\\\"path\\\");\\n\\tthis.commandTokens = commandTokens;\\n\\tthis.nextToken = 0;\\n\\tthis.callback = callback;\\n\\tthis.wiki = wiki;\\n\\tthis.streams = streams;\\n\\tthis.outputPath = path.resolve($tw.boot.wikiPath,$tw.config.wikiOutputSubDir);\\n};\\n\\n/*\\nLog a string if verbose flag is set\\n*/\\nCommander.prototype.log = function(str) {\\n\\tif(this.verbose) {\\n\\t\\tthis.streams.output.write(str + \\\"\\\\n\\\");\\n\\t}\\n};\\n\\n/*\\nWrite a string if verbose flag is set\\n*/\\nCommander.prototype.write = function(str) {\\n\\tif(this.verbose) {\\n\\t\\tthis.streams.output.write(str);\\n\\t}\\n};\\n\\n/*\\nAdd a string of tokens to the command queue\\n*/\\nCommander.prototype.addCommandTokens = function(commandTokens) {\\n\\tvar params = commandTokens.slice(0);\\n\\tparams.unshift(0);\\n\\tparams.unshift(this.nextToken);\\n\\tArray.prototype.splice.apply(this.commandTokens,params);\\n};\\n\\n/*\\nExecute the sequence of commands and invoke a callback on completion\\n*/\\nCommander.prototype.execute = function() {\\n\\tthis.executeNextCommand();\\n};\\n\\n/*\\nExecute the next command in the sequence\\n*/\\nCommander.prototype.executeNextCommand = function() {\\n\\tvar self = this;\\n\\t// Invoke the callback if there are no more commands\\n\\tif(this.nextToken >= this.commandTokens.length) {\\n\\t\\tthis.callback(null);\\n\\t} else {\\n\\t\\t// Get and check the command token\\n\\t\\tvar commandName = this.commandTokens[this.nextToken++];\\n\\t\\tif(commandName.substr(0,2) !== \\\"--\\\") {\\n\\t\\t\\tthis.callback(\\\"Missing command: \\\" + commandName);\\n\\t\\t} else {\\n\\t\\t\\tcommandName = commandName.substr(2); // Trim off the --\\n\\t\\t\\t// Accumulate the parameters to the command\\n\\t\\t\\tvar params = [];\\n\\t\\t\\twhile(this.nextToken \u003C this.commandTokens.length && \\n\\t\\t\\t\\tthis.commandTokens[this.nextToken].substr(0,2) !== \\\"--\\\") {\\n\\t\\t\\t\\tparams.push(this.commandTokens[this.nextToken++]);\\n\\t\\t\\t}\\n\\t\\t\\t// Get the command info\\n\\t\\t\\tvar command = $tw.commands[commandName],\\n\\t\\t\\t\\tc,err;\\n\\t\\t\\tif(!command) {\\n\\t\\t\\t\\tthis.callback(\\\"Unknown command: \\\" + commandName);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif(this.verbose) {\\n\\t\\t\\t\\t\\tthis.streams.output.write(\\\"Executing command: \\\" + commandName + \\\" \\\" + params.join(\\\" \\\") + \\\"\\\\n\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Parse named parameters if required\\n\\t\\t\\t\\tif(command.info.namedParameterMode) {\\n\\t\\t\\t\\t\\tparams = this.extractNamedParameters(params,command.info.mandatoryParameters);\\n\\t\\t\\t\\t\\tif(typeof params === \\\"string\\\") {\\n\\t\\t\\t\\t\\t\\treturn this.callback(params);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(command.info.synchronous) {\\n\\t\\t\\t\\t\\t// Synchronous command\\n\\t\\t\\t\\t\\tc = new command.Command(params,this);\\n\\t\\t\\t\\t\\terr = c.execute();\\n\\t\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\t\\tthis.callback(err);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tthis.executeNextCommand();\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// Asynchronous command\\n\\t\\t\\t\\t\\tc = new command.Command(params,this,function(err) {\\n\\t\\t\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\t\\t\\tself.callback(err);\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\tself.executeNextCommand();\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\terr = c.execute();\\n\\t\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\t\\tthis.callback(err);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nGiven an array of parameter strings `params` in name:value format, and an array of mandatory parameter names in `mandatoryParameters`, returns a hashmap of values or a string if error\\n*/\\nCommander.prototype.extractNamedParameters = function(params,mandatoryParameters) {\\n\\tmandatoryParameters = mandatoryParameters || [];\\n\\tvar errors = [],\\n\\t\\tparamsByName = Object.create(null);\\n\\t// Extract the parameters\\n\\t$tw.utils.each(params,function(param) {\\n\\t\\tvar index = param.indexOf(\\\"=\\\");\\n\\t\\tif(index \u003C 1) {\\n\\t\\t\\terrors.push(\\\"malformed named parameter: '\\\" + param + \\\"'\\\");\\n\\t\\t}\\n\\t\\tparamsByName[param.slice(0,index)] = $tw.utils.trim(param.slice(index+1));\\n\\t});\\n\\t// Check the mandatory parameters are present\\n\\t$tw.utils.each(mandatoryParameters,function(mandatoryParameter) {\\n\\t\\tif(!$tw.utils.hop(paramsByName,mandatoryParameter)) {\\n\\t\\t\\terrors.push(\\\"missing mandatory parameter: '\\\" + mandatoryParameter + \\\"'\\\");\\n\\t\\t}\\n\\t});\\n\\t// Return any errors\\n\\tif(errors.length > 0) {\\n\\t\\treturn errors.join(\\\" and\\\\n\\\");\\n\\t} else {\\n\\t\\treturn paramsByName;\\n\\t}\\n};\\n\\nCommander.initCommands = function(moduleType) {\\n\\tmoduleType = moduleType || \\\"command\\\";\\n\\t$tw.commands = {};\\n\\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\\n\\t\\tvar c = $tw.commands[module.info.name] = {};\\n\\t\\t// Add the methods defined by the module\\n\\t\\tfor(var f in module) {\\n\\t\\t\\tif($tw.utils.hop(module,f)) {\\n\\t\\t\\t\\tc[f] = module[f];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\nexports.Commander = Commander;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/commands/build.js\":{\"title\":\"$:/core/modules/commands/build.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/build.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to build a build target\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"build\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\t// Get the build targets defined in the wiki\\n\\tvar buildTargets = $tw.boot.wikiInfo.build;\\n\\tif(!buildTargets) {\\n\\t\\treturn \\\"No build targets defined\\\";\\n\\t}\\n\\t// Loop through each of the specified targets\\n\\tvar targets;\\n\\tif(this.params.length > 0) {\\n\\t\\ttargets = this.params;\\n\\t} else {\\n\\t\\ttargets = Object.keys(buildTargets);\\n\\t}\\n\\tfor(var targetIndex=0; targetIndex\u003Ctargets.length; targetIndex++) {\\n\\t\\tvar target = targets[targetIndex],\\n\\t\\t\\tcommands = buildTargets[target];\\n\\t\\tif(!commands) {\\n\\t\\t\\treturn \\\"Build target '\\\" + target + \\\"' not found\\\";\\n\\t\\t}\\n\\t\\t// Add the commands to the queue\\n\\t\\tthis.commander.addCommandTokens(commands);\\n\\t}\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/clearpassword.js\":{\"title\":\"$:/core/modules/commands/clearpassword.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/clearpassword.js\\ntype: application/javascript\\nmodule-type: command\\n\\nClear password for crypto operations\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"clearpassword\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\t$tw.crypto.setPassword(null);\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/deletetiddlers.js\":{\"title\":\"$:/core/modules/commands/deletetiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/deletetiddlers.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to delete tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"deletetiddlers\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing filter\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\twiki = this.commander.wiki,\\n\\t\\tfilter = this.params[0],\\n\\t\\ttiddlers = wiki.filterTiddlers(filter);\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\twiki.deleteTiddler(title);\\n\\t});\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/editions.js\":{\"title\":\"$:/core/modules/commands/editions.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/editions.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to list the available editions\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"editions\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar self = this;\\n\\t// Output the list\\n\\tthis.commander.streams.output.write(\\\"Available editions:\\\\n\\\\n\\\");\\n\\tvar editionInfo = $tw.utils.getEditionInfo();\\n\\t$tw.utils.each(editionInfo,function(info,name) {\\n\\t\\tself.commander.streams.output.write(\\\" \\\" + name + \\\": \\\" + info.description + \\\"\\\\n\\\");\\n\\t});\\n\\tthis.commander.streams.output.write(\\\"\\\\n\\\");\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/fetch.js\":{\"title\":\"$:/core/modules/commands/fetch.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/fetch.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommands to fetch external tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"fetch\\\",\\n\\tsynchronous: false\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 2) {\\n\\t\\treturn \\\"Missing subcommand and url\\\";\\n\\t}\\n\\tswitch(this.params[0]) {\\n\\t\\tcase \\\"raw-file\\\":\\n\\t\\t\\treturn this.fetchFiles({\\n\\t\\t\\t\\traw: true,\\n\\t\\t\\t\\turl: this.params[1],\\n\\t\\t\\t\\ttransformFilter: this.params[2] || \\\"\\\",\\n\\t\\t\\t\\tcallback: this.callback\\n\\t\\t\\t});\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"file\\\":\\n\\t\\t\\treturn this.fetchFiles({\\n\\t\\t\\t\\turl: this.params[1],\\n\\t\\t\\t\\timportFilter: this.params[2],\\n\\t\\t\\t\\ttransformFilter: this.params[3] || \\\"\\\",\\n\\t\\t\\t\\tcallback: this.callback\\n\\t\\t\\t});\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"raw-files\\\":\\n\\t\\t\\treturn this.fetchFiles({\\n\\t\\t\\t\\traw: true,\\n\\t\\t\\t\\turlFilter: this.params[1],\\n\\t\\t\\t\\ttransformFilter: this.params[2] || \\\"\\\",\\n\\t\\t\\t\\tcallback: this.callback\\n\\t\\t\\t});\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"files\\\":\\n\\t\\t\\treturn this.fetchFiles({\\n\\t\\t\\t\\turlFilter: this.params[1],\\n\\t\\t\\t\\timportFilter: this.params[2],\\n\\t\\t\\t\\ttransformFilter: this.params[3] || \\\"\\\",\\n\\t\\t\\t\\tcallback: this.callback\\n\\t\\t\\t});\\n\\t\\t\\tbreak;\\n\\t}\\n\\treturn null;\\n};\\n\\nCommand.prototype.fetchFiles = function(options) {\\n\\tvar self = this;\\n\\t// Get the list of URLs\\n\\tvar urls;\\n\\tif(options.url) {\\n\\t\\turls = [options.url]\\n\\t} else if(options.urlFilter) {\\n\\t\\turls = this.commander.wiki.filterTiddlers(options.urlFilter);\\n\\t} else {\\n\\t\\treturn \\\"Missing URL\\\";\\n\\t}\\n\\t// Process each URL in turn\\n\\tvar next = 0;\\n\\tvar getNextFile = function(err) {\\n\\t\\tif(err) {\\n\\t\\t\\treturn options.callback(err);\\n\\t\\t}\\n\\t\\tif(next \u003C urls.length) {\\n\\t\\t\\tself.fetchFile(urls[next++],options,getNextFile);\\n\\t\\t} else {\\n\\t\\t\\toptions.callback(null);\\n\\t\\t}\\n\\t};\\n\\tgetNextFile(null);\\n\\t// Success\\n\\treturn null;\\n};\\n\\nCommand.prototype.fetchFile = function(url,options,callback,redirectCount) {\\n\\tif(redirectCount > 10) {\\n\\t\\treturn callback(\\\"Error too many redirects retrieving \\\" + url);\\n\\t}\\n\\tvar self = this,\\n\\t\\tlib = url.substr(0,8) === \\\"https://\\\" ? require(\\\"https\\\") : require(\\\"http\\\");\\n\\tlib.get(url).on(\\\"response\\\",function(response) {\\n\\t var type = (response.headers[\\\"content-type\\\"] || \\\"\\\").split(\\\";\\\")[0],\\n\\t \\tdata = [];\\n\\t self.commander.write(\\\"Reading \\\" + url + \\\": \\\");\\n\\t response.on(\\\"data\\\",function(chunk) {\\n\\t data.push(chunk);\\n\\t self.commander.write(\\\".\\\");\\n\\t });\\n\\t response.on(\\\"end\\\",function() {\\n\\t self.commander.write(\\\"\\\\n\\\");\\n\\t if(response.statusCode === 200) {\\n\\t\\t self.processBody(Buffer.concat(data),type,options,url);\\n\\t\\t callback(null);\\n\\t } else {\\n\\t \\tif(response.statusCode === 302 || response.statusCode === 303 || response.statusCode === 307) {\\n\\t \\t\\treturn self.fetchFile(response.headers.location,options,callback,redirectCount + 1);\\n\\t \\t} else {\\n\\t\\t \\treturn callback(\\\"Error \\\" + response.statusCode + \\\" retrieving \\\" + url)\\n\\t \\t}\\n\\t }\\n\\t \\t});\\n\\t \\tresponse.on(\\\"error\\\",function(e) {\\n\\t\\t\\tconsole.log(\\\"Error on GET request: \\\" + e);\\n\\t\\t\\tcallback(e);\\n\\t \\t});\\n\\t});\\n\\treturn null;\\n};\\n\\nCommand.prototype.processBody = function(body,type,options,url) {\\n\\tvar self = this;\\n\\t// Collect the tiddlers in a wiki\\n\\tvar incomingWiki = new $tw.Wiki();\\n\\tif(options.raw) {\\n\\t\\tvar typeInfo = type ? $tw.config.contentTypeInfo[type] : null,\\n\\t\\t\\tencoding = typeInfo ? typeInfo.encoding : \\\"utf8\\\";\\n\\t\\tincomingWiki.addTiddler(new $tw.Tiddler({\\n\\t\\t\\ttitle: url,\\n\\t\\t\\ttype: type,\\n\\t\\t\\ttext: body.toString(encoding)\\n\\t\\t}));\\n\\t} else {\\n\\t\\t// Deserialise the file to extract the tiddlers\\n\\t\\tvar tiddlers = this.commander.wiki.deserializeTiddlers(type || \\\"text/html\\\",body.toString(\\\"utf8\\\"),{});\\n\\t\\t$tw.utils.each(tiddlers,function(tiddler) {\\n\\t\\t\\tincomingWiki.addTiddler(new $tw.Tiddler(tiddler));\\n\\t\\t});\\n\\t}\\n\\t// Filter the tiddlers to select the ones we want\\n\\tvar filteredTitles = incomingWiki.filterTiddlers(options.importFilter || \\\"[all[tiddlers]]\\\");\\n\\t// Import the selected tiddlers\\n\\tvar count = 0;\\n\\tincomingWiki.each(function(tiddler,title) {\\n\\t\\tif(filteredTitles.indexOf(title) !== -1) {\\n\\t\\t\\tvar newTiddler;\\n\\t\\t\\tif(options.transformFilter) {\\n\\t\\t\\t\\tvar transformedTitle = (incomingWiki.filterTiddlers(options.transformFilter,null,self.commander.wiki.makeTiddlerIterator([title])) || [\\\"\\\"])[0];\\n\\t\\t\\t\\tif(transformedTitle) {\\n\\t\\t\\t\\t\\tself.commander.log(\\\"Importing \\\" + title + \\\" as \\\" + transformedTitle)\\n\\t\\t\\t\\t\\tnewTiddler = new $tw.Tiddler(tiddler,{title: transformedTitle});\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tself.commander.log(\\\"Importing \\\" + title)\\n\\t\\t\\t\\tnewTiddler = tiddler;\\n\\t\\t\\t}\\n\\t\\t\\tself.commander.wiki.importTiddler(newTiddler);\\n\\t\\t\\tcount++;\\n\\t\\t}\\n\\t});\\n\\tself.commander.log(\\\"Imported \\\" + count + \\\" tiddlers\\\")\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/help.js\":{\"title\":\"$:/core/modules/commands/help.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/help.js\\ntype: application/javascript\\nmodule-type: command\\n\\nHelp command\\n\\n\\\\*/\\n(function(){\\n\\n/*jshint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"help\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar subhelp = this.params[0] || \\\"default\\\",\\n\\t\\thelpBase = \\\"$:/language/Help/\\\",\\n\\t\\ttext;\\n\\tif(!this.commander.wiki.getTiddler(helpBase + subhelp)) {\\n\\t\\tsubhelp = \\\"notfound\\\";\\n\\t}\\n\\t// Wikify the help as formatted text (ie block elements generate newlines)\\n\\ttext = this.commander.wiki.renderTiddler(\\\"text/plain-formatted\\\",helpBase + subhelp);\\n\\t// Remove any leading linebreaks\\n\\ttext = text.replace(/^(\\\\r?\\\\n)*/g,\\\"\\\");\\n\\tthis.commander.streams.output.write(text);\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/import.js\":{\"title\":\"$:/core/modules/commands/import.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/import.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to import tiddlers from a file\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"import\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\");\\n\\tif(this.params.length \u003C 2) {\\n\\t\\treturn \\\"Missing parameters\\\";\\n\\t}\\n\\tvar filename = self.params[0],\\n\\t\\tdeserializer = self.params[1],\\n\\t\\ttitle = self.params[2] || filename,\\n\\t\\tencoding = self.params[3] || \\\"utf8\\\",\\n\\t\\ttext = fs.readFileSync(filename,encoding),\\n\\t\\ttiddlers = this.commander.wiki.deserializeTiddlers(null,text,{title: title},{deserializer: deserializer});\\n\\t$tw.utils.each(tiddlers,function(tiddler) {\\n\\t\\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\\n\\t});\\n\\tthis.commander.log(tiddlers.length + \\\" tiddler(s) imported\\\");\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/init.js\":{\"title\":\"$:/core/modules/commands/init.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/init.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to initialise an empty wiki folder\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"init\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar fs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\");\\n\\t// Check that we don't already have a valid wiki folder\\n\\tif($tw.boot.wikiTiddlersPath || ($tw.utils.isDirectory($tw.boot.wikiPath) && !$tw.utils.isDirectoryEmpty($tw.boot.wikiPath))) {\\n\\t\\treturn \\\"Wiki folder is not empty\\\";\\n\\t}\\n\\t// Loop through each of the specified editions\\n\\tvar editions = this.params.length > 0 ? this.params : [\\\"empty\\\"];\\n\\tfor(var editionIndex=0; editionIndex\u003Ceditions.length; editionIndex++) {\\n\\t\\tvar editionName = editions[editionIndex];\\n\\t\\t// Check the edition exists\\n\\t\\tvar editionPath = $tw.findLibraryItem(editionName,$tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar));\\n\\t\\tif(!$tw.utils.isDirectory(editionPath)) {\\n\\t\\t\\treturn \\\"Edition '\\\" + editionName + \\\"' not found\\\";\\n\\t\\t}\\n\\t\\t// Copy the edition content\\n\\t\\tvar err = $tw.utils.copyDirectory(editionPath,$tw.boot.wikiPath);\\n\\t\\tif(!err) {\\n\\t\\t\\tthis.commander.streams.output.write(\\\"Copied edition '\\\" + editionName + \\\"' to \\\" + $tw.boot.wikiPath + \\\"\\\\n\\\");\\n\\t\\t} else {\\n\\t\\t\\treturn err;\\n\\t\\t}\\n\\t}\\n\\t// Tweak the tiddlywiki.info to remove any included wikis\\n\\tvar packagePath = $tw.boot.wikiPath + \\\"/tiddlywiki.info\\\",\\n\\t\\tpackageJson = JSON.parse(fs.readFileSync(packagePath));\\n\\tdelete packageJson.includeWikis;\\n\\tfs.writeFileSync(packagePath,JSON.stringify(packageJson,null,$tw.config.preferences.jsonSpaces));\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/listen.js\":{\"title\":\"$:/core/modules/commands/listen.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/listen.js\\ntype: application/javascript\\nmodule-type: command\\n\\nListen for HTTP requests and serve tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Server = require(\\\"$:/core/modules/server/server.js\\\").Server;\\n\\nexports.info = {\\n\\tname: \\\"listen\\\",\\n\\tsynchronous: true,\\n\\tnamedParameterMode: true,\\n\\tmandatoryParameters: [],\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tvar self = this;\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar self = this;\\n\\tif(!$tw.boot.wikiTiddlersPath) {\\n\\t\\t$tw.utils.warning(\\\"Warning: Wiki folder '\\\" + $tw.boot.wikiPath + \\\"' does not exist or is missing a tiddlywiki.info file\\\");\\n\\t}\\n\\t// Set up server\\n\\tthis.server = new Server({\\n\\t\\twiki: this.commander.wiki,\\n\\t\\tvariables: self.params\\n\\t});\\n\\tvar nodeServer = this.server.listen();\\n\\t$tw.hooks.invokeHook(\\\"th-server-command-post-start\\\",this.server,nodeServer,\\\"tiddlywiki\\\");\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/load.js\":{\"title\":\"$:/core/modules/commands/load.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/load.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to load tiddlers from a file or directory\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"load\\\",\\n\\tsynchronous: false\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\");\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing filename\\\";\\n\\t}\\n\\tvar tiddlers = $tw.loadTiddlersFromPath(self.params[0]),\\n\\t\\tcount = 0;\\n\\t$tw.utils.each(tiddlers,function(tiddlerInfo) {\\n\\t\\t$tw.utils.each(tiddlerInfo.tiddlers,function(tiddler) {\\n\\t\\t\\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\\n\\t\\t\\tcount++;\\n\\t\\t});\\n\\t});\\n\\tif(!count && self.params[1] !== \\\"noerror\\\") {\\n\\t\\tself.callback(\\\"No tiddlers found in file \\\\\\\"\\\" + self.params[0] + \\\"\\\\\\\"\\\");\\n\\t} else {\\n\\t\\tself.callback(null);\\n\\t}\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/makelibrary.js\":{\"title\":\"$:/core/modules/commands/makelibrary.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/makelibrary.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to pack all of the plugins in the library into a plugin tiddler of type \\\"library\\\"\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"makelibrary\\\",\\n\\tsynchronous: true\\n};\\n\\nvar UPGRADE_LIBRARY_TITLE = \\\"$:/UpgradeLibrary\\\";\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar wiki = this.commander.wiki,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\tupgradeLibraryTitle = this.params[0] || UPGRADE_LIBRARY_TITLE,\\n\\t\\ttiddlers = {};\\n\\t// Collect up the library plugins\\n\\tvar collectPlugins = function(folder) {\\n\\t\\t\\tvar pluginFolders = $tw.utils.getSubdirectories(folder) || [];\\n\\t\\t\\tfor(var p=0; p\u003CpluginFolders.length; p++) {\\n\\t\\t\\t\\tif(!$tw.boot.excludeRegExp.test(pluginFolders[p])) {\\n\\t\\t\\t\\t\\tpluginFields = $tw.loadPluginFolder(path.resolve(folder,\\\"./\\\" + pluginFolders[p]));\\n\\t\\t\\t\\t\\tif(pluginFields && pluginFields.title) {\\n\\t\\t\\t\\t\\t\\ttiddlers[pluginFields.title] = pluginFields;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\tcollectPublisherPlugins = function(folder) {\\n\\t\\t\\tvar publisherFolders = $tw.utils.getSubdirectories(folder) || [];\\n\\t\\t\\tfor(var t=0; t\u003CpublisherFolders.length; t++) {\\n\\t\\t\\t\\tif(!$tw.boot.excludeRegExp.test(publisherFolders[t])) {\\n\\t\\t\\t\\t\\tcollectPlugins(path.resolve(folder,\\\"./\\\" + publisherFolders[t]));\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t};\\n\\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.pluginsPath,$tw.config.pluginsEnvVar),collectPublisherPlugins);\\n\\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.themesPath,$tw.config.themesEnvVar),collectPublisherPlugins);\\n\\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.languagesPath,$tw.config.languagesEnvVar),collectPlugins);\\n\\t// Save the upgrade library tiddler\\n\\tvar pluginFields = {\\n\\t\\ttitle: upgradeLibraryTitle,\\n\\t\\ttype: \\\"application/json\\\",\\n\\t\\t\\\"plugin-type\\\": \\\"library\\\",\\n\\t\\t\\\"text\\\": JSON.stringify({tiddlers: tiddlers})\\n\\t};\\n\\twiki.addTiddler(new $tw.Tiddler(pluginFields));\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/output.js\":{\"title\":\"$:/core/modules/commands/output.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/output.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to set the default output location (defaults to current working directory)\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"output\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tvar fs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\");\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing output path\\\";\\n\\t}\\n\\tthis.commander.outputPath = path.resolve(process.cwd(),this.params[0]);\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/password.js\":{\"title\":\"$:/core/modules/commands/password.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/password.js\\ntype: application/javascript\\nmodule-type: command\\n\\nSave password for crypto operations\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"password\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing password\\\";\\n\\t}\\n\\t$tw.crypto.setPassword(this.params[0]);\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/render.js\":{\"title\":\"$:/core/modules/commands/render.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/render.js\\ntype: application/javascript\\nmodule-type: command\\n\\nRender individual tiddlers and save the results to the specified files\\n\\n\\\\*/\\n(function(){\\n\\n\\t/*jslint node: true, browser: true */\\n\\t/*global $tw: false */\\n\\t\\\"use strict\\\";\\n\\t\\n\\tvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\t\\n\\texports.info = {\\n\\t\\tname: \\\"render\\\",\\n\\t\\tsynchronous: true\\n\\t};\\n\\t\\n\\tvar Command = function(params,commander,callback) {\\n\\t\\tthis.params = params;\\n\\t\\tthis.commander = commander;\\n\\t\\tthis.callback = callback;\\n\\t};\\n\\t\\n\\tCommand.prototype.execute = function() {\\n\\t\\tif(this.params.length \u003C 1) {\\n\\t\\t\\treturn \\\"Missing tiddler filter\\\";\\n\\t\\t}\\n\\t\\tvar self = this,\\n\\t\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\t\\tpath = require(\\\"path\\\"),\\n\\t\\t\\twiki = this.commander.wiki,\\n\\t\\t\\ttiddlerFilter = this.params[0],\\n\\t\\t\\tfilenameFilter = this.params[1] || \\\"[is[tiddler]addsuffix[.html]]\\\",\\n\\t\\t\\ttype = this.params[2] || \\\"text/html\\\",\\n\\t\\t\\ttemplate = this.params[3],\\n\\t\\t\\tvariableList = this.params.slice(4),\\n\\t\\t\\ttiddlers = wiki.filterTiddlers(tiddlerFilter),\\n\\t\\t\\tvariables = Object.create(null);\\n\\t\\t\\twhile(variableList.length >= 2) {\\n\\t\\t\\t\\tvariables[variableList[0]] = variableList[1];\\n\\t\\t\\t\\tvariableList = variableList.slice(2);\\n\\t\\t\\t}\\n\\t\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\t\\tvar filepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\\n\\t\\t\\tif(self.commander.verbose) {\\n\\t\\t\\t\\tconsole.log(\\\"Rendering \\\\\\\"\\\" + title + \\\"\\\\\\\" to \\\\\\\"\\\" + filepath + \\\"\\\\\\\"\\\");\\n\\t\\t\\t}\\n\\t\\t\\tvar parser = wiki.parseTiddler(template || title),\\n\\t\\t\\t\\twidgetNode = wiki.makeWidget(parser,{variables: $tw.utils.extend({},variables,{currentTiddler: title})}),\\n\\t\\t\\t\\tcontainer = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\t\\t\\twidgetNode.render(container,null);\\n\\t\\t\\tvar text = type === \\\"text/html\\\" ? container.innerHTML : container.textContent;\\n\\t\\t\\t$tw.utils.createFileDirectories(filepath);\\n\\t\\t\\tfs.writeFileSync(filepath,text,\\\"utf8\\\");\\n\\t\\t});\\n\\t\\treturn null;\\n\\t};\\n\\t\\n\\texports.Command = Command;\\n\\t\\n\\t})();\\n\\t\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/rendertiddler.js\":{\"title\":\"$:/core/modules/commands/rendertiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/rendertiddler.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to render a tiddler and save it to a file\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"rendertiddler\\\",\\n\\tsynchronous: false\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 2) {\\n\\t\\treturn \\\"Missing filename\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\ttitle = this.params[0],\\n\\t\\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\\n\\t\\ttype = this.params[2] || \\\"text/html\\\",\\n\\t\\ttemplate = this.params[3],\\n\\t\\tname = this.params[4],\\n\\t\\tvalue = this.params[5],\\n\\t\\tvariables = {};\\n\\t$tw.utils.createFileDirectories(filename);\\n\\tif(template) {\\n\\t\\tvariables.currentTiddler = title;\\n\\t\\ttitle = template;\\n\\t}\\n\\tif(name && value) {\\n\\t\\tvariables[name] = value;\\n\\t}\\n\\tfs.writeFile(filename,this.commander.wiki.renderTiddler(type,title,{variables: variables}),\\\"utf8\\\",function(err) {\\n\\t\\tself.callback(err);\\n\\t});\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/rendertiddlers.js\":{\"title\":\"$:/core/modules/commands/rendertiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/rendertiddlers.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to render several tiddlers to a folder of files\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\nexports.info = {\\n\\tname: \\\"rendertiddlers\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 2) {\\n\\t\\treturn \\\"Missing filename\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\twiki = this.commander.wiki,\\n\\t\\tfilter = this.params[0],\\n\\t\\ttemplate = this.params[1],\\n\\t\\toutputPath = this.commander.outputPath,\\n\\t\\tpathname = path.resolve(outputPath,this.params[2]),\\n\\t\\ttype = this.params[3] || \\\"text/html\\\",\\n\\t\\textension = this.params[4] || \\\".html\\\",\\n\\t\\tdeleteDirectory = (this.params[5] || \\\"\\\").toLowerCase() !== \\\"noclean\\\",\\n\\t\\ttiddlers = wiki.filterTiddlers(filter);\\n\\tif(deleteDirectory) {\\n\\t\\t$tw.utils.deleteDirectory(pathname);\\n\\t}\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tvar parser = wiki.parseTiddler(template),\\n\\t\\t\\twidgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}}),\\n\\t\\t\\tcontainer = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\t\\twidgetNode.render(container,null);\\n\\t\\tvar text = type === \\\"text/html\\\" ? container.innerHTML : container.textContent,\\n\\t\\t\\texportPath = null;\\n\\t\\tif($tw.utils.hop($tw.macros,\\\"tv-get-export-path\\\")) {\\n\\t\\t\\tvar macroPath = $tw.macros[\\\"tv-get-export-path\\\"].run.apply(self,[title]);\\n\\t\\t\\tif(macroPath) {\\n\\t\\t\\t\\texportPath = path.resolve(outputPath,macroPath + extension);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tvar finalPath = exportPath || path.resolve(pathname,encodeURIComponent(title) + extension);\\n\\t\\t$tw.utils.createFileDirectories(finalPath);\\n\\t\\tfs.writeFileSync(finalPath,text,\\\"utf8\\\");\\n\\t});\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/save.js\":{\"title\":\"$:/core/modules/commands/save.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/save.js\\ntype: application/javascript\\nmodule-type: command\\n\\nSaves individual tiddlers in their raw text or binary format to the specified files\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"save\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing filename filter\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\twiki = this.commander.wiki,\\n\\t\\ttiddlerFilter = this.params[0],\\n\\t\\tfilenameFilter = this.params[1] || \\\"[is[tiddler]]\\\",\\n\\t\\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tvar tiddler = self.commander.wiki.getTiddler(title),\\n\\t\\t\\ttype = tiddler.fields.type || \\\"text/vnd.tiddlywiki\\\",\\n\\t\\t\\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \\\"utf8\\\"},\\n\\t\\t\\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\\n\\t\\tif(self.commander.verbose) {\\n\\t\\t\\tconsole.log(\\\"Saving \\\\\\\"\\\" + title + \\\"\\\\\\\" to \\\\\\\"\\\" + filepath + \\\"\\\\\\\"\\\");\\n\\t\\t}\\n\\t\\t$tw.utils.createFileDirectories(filepath);\\n\\t\\tfs.writeFileSync(filepath,tiddler.fields.text,contentTypeInfo.encoding);\\n\\t});\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/savelibrarytiddlers.js\":{\"title\":\"$:/core/modules/commands/savelibrarytiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/savelibrarytiddlers.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to save the subtiddlers of a bundle tiddler as a series of JSON files\\n\\n--savelibrarytiddlers \u003Ctiddler> \u003Ctiddler-filter> \u003Cpathname> \u003Cskinnylisting>\\n\\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\\n\\nThe tiddler filter specifies the plugins to be included.\\n\\nThe pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler.\\n\\nThe skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"savelibrarytiddlers\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 2) {\\n\\t\\treturn \\\"Missing filename\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\tcontainerTitle = this.params[0],\\n\\t\\tfilter = this.params[1],\\n\\t\\tbasepath = this.params[2],\\n\\t\\tskinnyListTitle = this.params[3];\\n\\t// Get the container tiddler as data\\n\\tvar containerData = self.commander.wiki.getTiddlerDataCached(containerTitle,undefined);\\n\\tif(!containerData) {\\n\\t\\treturn \\\"'\\\" + containerTitle + \\\"' is not a tiddler bundle\\\";\\n\\t}\\n\\t// Filter the list of plugins\\n\\tvar pluginList = [];\\n\\t$tw.utils.each(containerData.tiddlers,function(tiddler,title) {\\n\\t\\tpluginList.push(title);\\n\\t});\\n\\tvar filteredPluginList;\\n\\tif(filter) {\\n\\t\\tfilteredPluginList = self.commander.wiki.filterTiddlers(filter,null,self.commander.wiki.makeTiddlerIterator(pluginList));\\n\\t} else {\\n\\t\\tfilteredPluginList = pluginList;\\n\\t}\\n\\t// Iterate through the plugins\\n\\tvar skinnyList = [];\\n\\t$tw.utils.each(filteredPluginList,function(title) {\\n\\t\\tvar tiddler = containerData.tiddlers[title];\\n\\t\\t// Save each JSON file and collect the skinny data\\n\\t\\tvar pathname = path.resolve(self.commander.outputPath,basepath + encodeURIComponent(title) + \\\".json\\\");\\n\\t\\t$tw.utils.createFileDirectories(pathname);\\n\\t\\tfs.writeFileSync(pathname,JSON.stringify(tiddler),\\\"utf8\\\");\\n\\t\\t// Collect the skinny list data\\n\\t\\tvar pluginTiddlers = JSON.parse(tiddler.text),\\n\\t\\t\\treadmeContent = (pluginTiddlers.tiddlers[title + \\\"/readme\\\"] || {}).text,\\n\\t\\t\\tdoesRequireReload = !!self.commander.wiki.doesPluginInfoRequireReload(pluginTiddlers),\\n\\t\\t\\ticonTiddler = pluginTiddlers.tiddlers[title + \\\"/icon\\\"] || {},\\n\\t\\t\\ticonType = iconTiddler.type,\\n\\t\\t\\ticonText = iconTiddler.text,\\n\\t\\t\\ticonContent;\\n\\t\\tif(iconType && iconText) {\\n\\t\\t\\ticonContent = $tw.utils.makeDataUri(iconText,iconType);\\n\\t\\t}\\n\\t\\tskinnyList.push($tw.utils.extend({},tiddler,{\\n\\t\\t\\ttext: undefined,\\n\\t\\t\\treadme: readmeContent,\\n\\t\\t\\t\\\"requires-reload\\\": doesRequireReload ? \\\"yes\\\" : \\\"no\\\",\\n\\t\\t\\ticon: iconContent\\n\\t\\t}));\\n\\t});\\n\\t// Save the catalogue tiddler\\n\\tif(skinnyListTitle) {\\n\\t\\tself.commander.wiki.setTiddlerData(skinnyListTitle,skinnyList);\\n\\t}\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/savetiddler.js\":{\"title\":\"$:/core/modules/commands/savetiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/savetiddler.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to save the content of a tiddler to a file\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"savetiddler\\\",\\n\\tsynchronous: false\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 2) {\\n\\t\\treturn \\\"Missing filename\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\ttitle = this.params[0],\\n\\t\\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\\n\\t\\ttiddler = this.commander.wiki.getTiddler(title);\\n\\tif(tiddler) {\\n\\t\\tvar type = tiddler.fields.type || \\\"text/vnd.tiddlywiki\\\",\\n\\t\\t\\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \\\"utf8\\\"};\\n\\t\\t$tw.utils.createFileDirectories(filename);\\n\\t\\tfs.writeFile(filename,tiddler.fields.text,contentTypeInfo.encoding,function(err) {\\n\\t\\t\\tself.callback(err);\\n\\t\\t});\\n\\t} else {\\n\\t\\treturn \\\"Missing tiddler: \\\" + title;\\n\\t}\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/savetiddlers.js\":{\"title\":\"$:/core/modules/commands/savetiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/savetiddlers.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to save several tiddlers to a folder of files\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\nexports.info = {\\n\\tname: \\\"savetiddlers\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing filename\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\twiki = this.commander.wiki,\\n\\t\\tfilter = this.params[0],\\n\\t\\tpathname = path.resolve(this.commander.outputPath,this.params[1]),\\n\\t\\tdeleteDirectory = (this.params[2] || \\\"\\\").toLowerCase() !== \\\"noclean\\\",\\n\\t\\ttiddlers = wiki.filterTiddlers(filter);\\n\\tif(deleteDirectory) {\\n\\t\\t$tw.utils.deleteDirectory(pathname);\\n\\t}\\n\\t$tw.utils.createDirectory(pathname);\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tvar tiddler = self.commander.wiki.getTiddler(title),\\n\\t\\t\\ttype = tiddler.fields.type || \\\"text/vnd.tiddlywiki\\\",\\n\\t\\t\\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \\\"utf8\\\"},\\n\\t\\t\\tfilename = path.resolve(pathname,encodeURIComponent(title));\\n\\t\\tfs.writeFileSync(filename,tiddler.fields.text,contentTypeInfo.encoding);\\n\\t});\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/savewikifolder.js\":{\"title\":\"$:/core/modules/commands/savewikifolder.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/savewikifolder.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to save the current wiki as a wiki folder\\n\\n--savewikifolder \u003Cwikifolderpath> [\u003Cfilter>]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"savewikifolder\\\",\\n\\tsynchronous: true\\n};\\n\\nvar fs,path;\\nif($tw.node) {\\n\\tfs = require(\\\"fs\\\");\\n\\tpath = require(\\\"path\\\");\\n}\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing wiki folder path\\\";\\n\\t}\\n\\tvar wikifoldermaker = new WikiFolderMaker(this.params[0],this.params[1],this.commander);\\n\\treturn wikifoldermaker.save();\\n};\\n\\nfunction WikiFolderMaker(wikiFolderPath,wikiFilter,commander) {\\n\\tthis.wikiFolderPath = wikiFolderPath;\\n\\tthis.wikiFilter = wikiFilter || \\\"[all[tiddlers]]\\\";\\n\\tthis.commander = commander;\\n\\tthis.wiki = commander.wiki;\\n\\tthis.savedPaths = []; // So that we can detect filename clashes\\n}\\n\\nWikiFolderMaker.prototype.log = function(str) {\\n\\tif(this.commander.verbose) {\\n\\t\\tconsole.log(str);\\n\\t}\\n};\\n\\nWikiFolderMaker.prototype.tiddlersToIgnore = [\\n\\t\\\"$:/boot/boot.css\\\",\\n\\t\\\"$:/boot/boot.js\\\",\\n\\t\\\"$:/boot/bootprefix.js\\\",\\n\\t\\\"$:/core\\\",\\n\\t\\\"$:/library/sjcl.js\\\",\\n\\t\\\"$:/temp/info-plugin\\\"\\n];\\n\\n/*\\nReturns null if successful, or an error string if there was an error\\n*/\\nWikiFolderMaker.prototype.save = function() {\\n\\tvar self = this;\\n\\t// Check that the output directory doesn't exist\\n\\tif(fs.existsSync(this.wikiFolderPath) && !$tw.utils.isDirectoryEmpty(this.wikiFolderPath)) {\\n\\t\\treturn \\\"The unpackwiki command requires that the output wiki folder be empty\\\";\\n\\t}\\n\\t// Get the tiddlers from the source wiki\\n\\tvar tiddlerTitles = this.wiki.filterTiddlers(this.wikiFilter);\\n\\t// Initialise a new tiddlwiki.info file\\n\\tvar newWikiInfo = {};\\n\\t// Process each incoming tiddler in turn\\n\\t$tw.utils.each(tiddlerTitles,function(title) {\\n\\t\\tvar tiddler = self.wiki.getTiddler(title);\\n\\t\\tif(tiddler) {\\n\\t\\t\\tif(self.tiddlersToIgnore.indexOf(title) !== -1) {\\n\\t\\t\\t\\t// Ignore the core plugin and the ephemeral info plugin\\n\\t\\t\\t\\tself.log(\\\"Ignoring tiddler: \\\" + title);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvar type = tiddler.fields.type,\\n\\t\\t\\t\\t\\tpluginType = tiddler.fields[\\\"plugin-type\\\"];\\n\\t\\t\\t\\tif(type === \\\"application/json\\\" && pluginType) {\\n\\t\\t\\t\\t\\t// Plugin tiddler\\n\\t\\t\\t\\t\\tvar libraryDetails = self.findPluginInLibrary(title);\\n\\t\\t\\t\\t\\tif(libraryDetails) {\\n\\t\\t\\t\\t\\t\\t// A plugin from the core library\\n\\t\\t\\t\\t\\t\\tself.log(\\\"Adding built-in plugin: \\\" + libraryDetails.name);\\n\\t\\t\\t\\t\\t\\tnewWikiInfo[libraryDetails.type] = newWikiInfo[libraryDetails.type] || [];\\n\\t\\t\\t\\t\\t\\t$tw.utils.pushTop(newWikiInfo[libraryDetails.type],libraryDetails.name);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t// A custom plugin\\n\\t\\t\\t\\t\\t\\tself.log(\\\"Processing custom plugin: \\\" + title);\\n\\t\\t\\t\\t\\t\\tself.saveCustomPlugin(tiddler);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// Ordinary tiddler\\n\\t\\t\\t\\t\\tself.saveTiddler(\\\"tiddlers\\\",tiddler);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\t// Save the tiddlywiki.info file\\n\\tthis.saveJSONFile(\\\"tiddlywiki.info\\\",newWikiInfo);\\n\\tself.log(\\\"Writing tiddlywiki.info: \\\" + JSON.stringify(newWikiInfo,null,$tw.config.preferences.jsonSpaces));\\n\\treturn null;\\n};\\n\\n/*\\nTest whether the specified tiddler is a plugin in the plugin library\\n*/\\nWikiFolderMaker.prototype.findPluginInLibrary = function(title) {\\n\\tvar parts = title.split(\\\"/\\\"),\\n\\t\\tpluginPath, type, name;\\n\\tif(parts[0] === \\\"$:\\\") {\\n\\t\\tif(parts[1] === \\\"languages\\\" && parts.length === 3) {\\n\\t\\t\\tpluginPath = \\\"languages\\\" + path.sep + parts[2];\\n\\t\\t\\ttype = parts[1];\\n\\t\\t\\tname = parts[2];\\n\\t\\t} else if(parts[1] === \\\"plugins\\\" || parts[1] === \\\"themes\\\" && parts.length === 4) {\\n\\t\\t\\tpluginPath = parts[1] + path.sep + parts[2] + path.sep + parts[3];\\n\\t\\t\\ttype = parts[1];\\n\\t\\t\\tname = parts[2] + \\\"/\\\" + parts[3];\\n\\t\\t}\\n\\t}\\n\\tif(pluginPath && type && name) {\\n\\t\\tpluginPath = path.resolve($tw.boot.bootPath,\\\"..\\\",pluginPath);\\n\\t\\tif(fs.existsSync(pluginPath)) {\\n\\t\\t\\treturn {\\n\\t\\t\\t\\tpluginPath: pluginPath,\\n\\t\\t\\t\\ttype: type,\\n\\t\\t\\t\\tname: name\\n\\t\\t\\t};\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\nWikiFolderMaker.prototype.saveCustomPlugin = function(pluginTiddler) {\\n\\tvar self = this,\\n\\t\\tpluginTitle = pluginTiddler.fields.title,\\n\\t\\ttitleParts = pluginTitle.split(\\\"/\\\"),\\n\\t\\tdirectory = $tw.utils.generateTiddlerFilepath(titleParts[titleParts.length - 1],{\\n\\t\\t\\tdirectory: path.resolve(this.wikiFolderPath,pluginTiddler.fields[\\\"plugin-type\\\"] + \\\"s\\\")\\n\\t\\t}),\\n\\t\\tpluginInfo = pluginTiddler.getFieldStrings({exclude: [\\\"text\\\",\\\"type\\\"]});\\n\\tthis.saveJSONFile(directory + path.sep + \\\"plugin.info\\\",pluginInfo);\\n\\tself.log(\\\"Writing \\\" + directory + path.sep + \\\"plugin.info: \\\" + JSON.stringify(pluginInfo,null,$tw.config.preferences.jsonSpaces));\\n\\tvar pluginTiddlers = JSON.parse(pluginTiddler.fields.text).tiddlers; // A hashmap of tiddlers in the plugin\\n\\t$tw.utils.each(pluginTiddlers,function(tiddler) {\\n\\t\\tself.saveTiddler(directory,new $tw.Tiddler(tiddler));\\n\\t});\\n};\\n\\nWikiFolderMaker.prototype.saveTiddler = function(directory,tiddler) {\\n\\tvar title = tiddler.fields.title, fileInfo, pathFilters, extFilters;\\n\\tif(this.wiki.tiddlerExists(\\\"$:/config/FileSystemPaths\\\")) {\\n\\t\\tpathFilters = this.wiki.getTiddlerText(\\\"$:/config/FileSystemPaths\\\",\\\"\\\").split(\\\"\\\\n\\\");\\n\\t}\\n\\tif(this.wiki.tiddlerExists(\\\"$:/config/FileSystemExtensions\\\")) {\\n\\t\\textFilters = this.wiki.getTiddlerText(\\\"$:/config/FileSystemExtensions\\\",\\\"\\\").split(\\\"\\\\n\\\");\\n\\t}\\n\\tvar fileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{\\n\\t\\tdirectory: path.resolve(this.wikiFolderPath,directory),\\n\\t\\tpathFilters: pathFilters,\\n\\t\\textFilters: extFilters,\\n\\t\\twiki: this.wiki,\\n\\t\\tfileInfo: {}\\n\\t});\\n\\ttry {\\n\\t\\t$tw.utils.saveTiddlerToFileSync(tiddler,fileInfo);\\n\\t} catch (err) {\\n\\t\\tconsole.log(\\\"SaveWikiFolder: Error saving file '\\\" + fileInfo.filepath + \\\"', tiddler: '\\\" + tiddler.fields.title);\\n\\t}\\n};\\n\\nWikiFolderMaker.prototype.saveJSONFile = function(filename,json) {\\n\\tthis.saveTextFile(filename,JSON.stringify(json,null,$tw.config.preferences.jsonSpaces));\\n};\\n\\nWikiFolderMaker.prototype.saveTextFile = function(filename,data) {\\n\\tthis.saveFile(filename,\\\"utf8\\\",data);\\n};\\n\\nWikiFolderMaker.prototype.saveFile = function(filename,encoding,data) {\\n\\tvar filepath = path.resolve(this.wikiFolderPath,filename);\\n\\t$tw.utils.createFileDirectories(filepath);\\n\\tfs.writeFileSync(filepath,data,encoding);\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/server.js\":{\"title\":\"$:/core/modules/commands/server.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/server.js\\ntype: application/javascript\\nmodule-type: command\\n\\nDeprecated legacy command for serving tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Server = require(\\\"$:/core/modules/server/server.js\\\").Server;\\n\\nexports.info = {\\n\\tname: \\\"server\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tvar self = this;\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(!$tw.boot.wikiTiddlersPath) {\\n\\t\\t$tw.utils.warning(\\\"Warning: Wiki folder '\\\" + $tw.boot.wikiPath + \\\"' does not exist or is missing a tiddlywiki.info file\\\");\\n\\t}\\n\\t// Set up server\\n\\tthis.server = new Server({\\n\\t\\twiki: this.commander.wiki,\\n\\t\\tvariables: {\\n\\t\\t\\tport: this.params[0],\\n\\t\\t\\thost: this.params[6],\\n\\t\\t\\t\\\"root-tiddler\\\": this.params[1],\\n\\t\\t\\t\\\"root-render-type\\\": this.params[2],\\n\\t\\t\\t\\\"root-serve-type\\\": this.params[3],\\n\\t\\t\\tusername: this.params[4],\\n\\t\\t\\tpassword: this.params[5],\\n\\t\\t\\t\\\"path-prefix\\\": this.params[7],\\n\\t\\t\\t\\\"debug-level\\\": this.params[8]\\n\\t\\t}\\n\\t});\\n\\tvar nodeServer = this.server.listen();\\n\\t$tw.hooks.invokeHook(\\\"th-server-command-post-start\\\",this.server,nodeServer,\\\"tiddlywiki\\\");\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/setfield.js\":{\"title\":\"$:/core/modules/commands/setfield.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/setfield.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to modify selected tiddlers to set a field to the text of a template tiddler that has been wikified with the selected tiddler as the current tiddler.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\nexports.info = {\\n\\tname: \\\"setfield\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 4) {\\n\\t\\treturn \\\"Missing parameters\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\twiki = this.commander.wiki,\\n\\t\\tfilter = this.params[0],\\n\\t\\tfieldname = this.params[1] || \\\"text\\\",\\n\\t\\ttemplatetitle = this.params[2],\\n\\t\\trendertype = this.params[3] || \\\"text/plain\\\",\\n\\t\\ttiddlers = wiki.filterTiddlers(filter);\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tvar parser = wiki.parseTiddler(templatetitle),\\n\\t\\t\\tnewFields = {},\\n\\t\\t\\ttiddler = wiki.getTiddler(title);\\n\\t\\tif(parser) {\\n\\t\\t\\tvar widgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}});\\n\\t\\t\\tvar container = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\t\\t\\twidgetNode.render(container,null);\\n\\t\\t\\tnewFields[fieldname] = rendertype === \\\"text/html\\\" ? container.innerHTML : container.textContent;\\n\\t\\t} else {\\n\\t\\t\\tnewFields[fieldname] = undefined;\\n\\t\\t}\\n\\t\\twiki.addTiddler(new $tw.Tiddler(tiddler,newFields));\\n\\t});\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/unpackplugin.js\":{\"title\":\"$:/core/modules/commands/unpackplugin.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/unpackplugin.js\\ntype: application/javascript\\nmodule-type: command\\n\\nCommand to extract the shadow tiddlers from within a plugin\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"unpackplugin\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander,callback) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n\\tthis.callback = callback;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tif(this.params.length \u003C 1) {\\n\\t\\treturn \\\"Missing plugin name\\\";\\n\\t}\\n\\tvar self = this,\\n\\t\\ttitle = this.params[0],\\n\\t\\tpluginData = this.commander.wiki.getTiddlerDataCached(title);\\n\\tif(!pluginData) {\\n\\t\\treturn \\\"Plugin '\\\" + title + \\\"' not found\\\";\\n\\t}\\n\\t$tw.utils.each(pluginData.tiddlers,function(tiddler) {\\n\\t\\tself.commander.wiki.addTiddler(new $tw.Tiddler(tiddler));\\n\\t});\\n\\treturn null;\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/verbose.js\":{\"title\":\"$:/core/modules/commands/verbose.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/verbose.js\\ntype: application/javascript\\nmodule-type: command\\n\\nVerbose command\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"verbose\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tthis.commander.verbose = true;\\n\\t// Output the boot message log\\n\\tthis.commander.streams.output.write(\\\"Boot log:\\\\n \\\" + $tw.boot.logMessages.join(\\\"\\\\n \\\") + \\\"\\\\n\\\");\\n\\treturn null; // No error\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/commands/version.js\":{\"title\":\"$:/core/modules/commands/version.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/commands/version.js\\ntype: application/javascript\\nmodule-type: command\\n\\nVersion command\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.info = {\\n\\tname: \\\"version\\\",\\n\\tsynchronous: true\\n};\\n\\nvar Command = function(params,commander) {\\n\\tthis.params = params;\\n\\tthis.commander = commander;\\n};\\n\\nCommand.prototype.execute = function() {\\n\\tthis.commander.streams.output.write($tw.version + \\\"\\\\n\\\");\\n\\treturn null; // No error\\n};\\n\\nexports.Command = Command;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"command\"},\"$:/core/modules/config.js\":{\"title\":\"$:/core/modules/config.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/config.js\\ntype: application/javascript\\nmodule-type: config\\n\\nCore configuration constants\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.preferences = {};\\n\\nexports.preferences.notificationDuration = 3 * 1000;\\nexports.preferences.jsonSpaces = 4;\\n\\nexports.textPrimitives = {\\n\\tupperLetter: \\\"[A-Z\\\\u00c0-\\\\u00d6\\\\u00d8-\\\\u00de\\\\u0150\\\\u0170]\\\",\\n\\tlowerLetter: \\\"[a-z\\\\u00df-\\\\u00f6\\\\u00f8-\\\\u00ff\\\\u0151\\\\u0171]\\\",\\n\\tanyLetter: \\\"[A-Za-z0-9\\\\u00c0-\\\\u00d6\\\\u00d8-\\\\u00de\\\\u00df-\\\\u00f6\\\\u00f8-\\\\u00ff\\\\u0150\\\\u0170\\\\u0151\\\\u0171]\\\",\\n\\tblockPrefixLetters:\\t\\\"[A-Za-z0-9-_\\\\u00c0-\\\\u00d6\\\\u00d8-\\\\u00de\\\\u00df-\\\\u00f6\\\\u00f8-\\\\u00ff\\\\u0150\\\\u0170\\\\u0151\\\\u0171]\\\"\\n};\\n\\nexports.textPrimitives.unWikiLink = \\\"~\\\";\\nexports.textPrimitives.wikiLink = exports.textPrimitives.upperLetter + \\\"+\\\" +\\n\\texports.textPrimitives.lowerLetter + \\\"+\\\" +\\n\\texports.textPrimitives.upperLetter +\\n\\texports.textPrimitives.anyLetter + \\\"*\\\";\\n\\nexports.htmlEntities = {quot:34, amp:38, apos:39, lt:60, gt:62, nbsp:160, iexcl:161, cent:162, pound:163, curren:164, yen:165, brvbar:166, sect:167, uml:168, copy:169, ordf:170, laquo:171, not:172, shy:173, reg:174, macr:175, deg:176, plusmn:177, sup2:178, sup3:179, acute:180, micro:181, para:182, middot:183, cedil:184, sup1:185, ordm:186, raquo:187, frac14:188, frac12:189, frac34:190, iquest:191, Agrave:192, Aacute:193, Acirc:194, Atilde:195, Auml:196, Aring:197, AElig:198, Ccedil:199, Egrave:200, Eacute:201, Ecirc:202, Euml:203, Igrave:204, Iacute:205, Icirc:206, Iuml:207, ETH:208, Ntilde:209, Ograve:210, Oacute:211, Ocirc:212, Otilde:213, Ouml:214, times:215, Oslash:216, Ugrave:217, Uacute:218, Ucirc:219, Uuml:220, Yacute:221, THORN:222, szlig:223, agrave:224, aacute:225, acirc:226, atilde:227, auml:228, aring:229, aelig:230, ccedil:231, egrave:232, eacute:233, ecirc:234, euml:235, igrave:236, iacute:237, icirc:238, iuml:239, eth:240, ntilde:241, ograve:242, oacute:243, ocirc:244, otilde:245, ouml:246, divide:247, oslash:248, ugrave:249, uacute:250, ucirc:251, uuml:252, yacute:253, thorn:254, yuml:255, OElig:338, oelig:339, Scaron:352, scaron:353, Yuml:376, fnof:402, circ:710, tilde:732, Alpha:913, Beta:914, Gamma:915, Delta:916, Epsilon:917, Zeta:918, Eta:919, Theta:920, Iota:921, Kappa:922, Lambda:923, Mu:924, Nu:925, Xi:926, Omicron:927, Pi:928, Rho:929, Sigma:931, Tau:932, Upsilon:933, Phi:934, Chi:935, Psi:936, Omega:937, alpha:945, beta:946, gamma:947, delta:948, epsilon:949, zeta:950, eta:951, theta:952, iota:953, kappa:954, lambda:955, mu:956, nu:957, xi:958, omicron:959, pi:960, rho:961, sigmaf:962, sigma:963, tau:964, upsilon:965, phi:966, chi:967, psi:968, omega:969, thetasym:977, upsih:978, piv:982, ensp:8194, emsp:8195, thinsp:8201, zwnj:8204, zwj:8205, lrm:8206, rlm:8207, ndash:8211, mdash:8212, lsquo:8216, rsquo:8217, sbquo:8218, ldquo:8220, rdquo:8221, bdquo:8222, dagger:8224, Dagger:8225, bull:8226, hellip:8230, permil:8240, prime:8242, Prime:8243, lsaquo:8249, rsaquo:8250, oline:8254, frasl:8260, euro:8364, image:8465, weierp:8472, real:8476, trade:8482, alefsym:8501, larr:8592, uarr:8593, rarr:8594, darr:8595, harr:8596, crarr:8629, lArr:8656, uArr:8657, rArr:8658, dArr:8659, hArr:8660, forall:8704, part:8706, exist:8707, empty:8709, nabla:8711, isin:8712, notin:8713, ni:8715, prod:8719, sum:8721, minus:8722, lowast:8727, radic:8730, prop:8733, infin:8734, ang:8736, and:8743, or:8744, cap:8745, cup:8746, int:8747, there4:8756, sim:8764, cong:8773, asymp:8776, ne:8800, equiv:8801, le:8804, ge:8805, sub:8834, sup:8835, nsub:8836, sube:8838, supe:8839, oplus:8853, otimes:8855, perp:8869, sdot:8901, lceil:8968, rceil:8969, lfloor:8970, rfloor:8971, lang:9001, rang:9002, loz:9674, spades:9824, clubs:9827, hearts:9829, diams:9830 };\\n\\nexports.htmlVoidElements = \\\"area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr\\\".split(\\\",\\\");\\n\\nexports.htmlBlockElements = \\\"address,article,aside,audio,blockquote,canvas,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,li,nav,ol,p,pre,section,summary,table,tfoot,ul,video\\\".split(\\\",\\\");\\n\\nexports.htmlUnsafeElements = \\\"script\\\".split(\\\",\\\");\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"config\"},\"$:/core/modules/deserializers.js\":{\"title\":\"$:/core/modules/deserializers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/deserializers.js\\ntype: application/javascript\\nmodule-type: tiddlerdeserializer\\n\\nFunctions to deserialise tiddlers from a block of text\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"application/x-tiddler-html-div\\\"] = function(text,fields) {\\n\\treturn [deserializeTiddlerDiv(text,fields)];\\n};\\n\\nexports[\\\"application/json\\\"] = function(text,fields) {\\n\\tvar incoming,\\n\\t\\tresults = [];\\n\\ttry {\\n\\t\\tincoming = JSON.parse(text);\\n\\t} catch(e) {\\n\\t\\tincoming = [{\\n\\t\\t\\ttitle: \\\"JSON error: \\\" + e,\\n\\t\\t\\ttext: \\\"\\\"\\n\\t\\t}]\\n\\t}\\n\\tif(!$tw.utils.isArray(incoming)) {\\n\\t\\tincoming = [incoming];\\n\\t}\\n\\tfor(var t=0; t\u003Cincoming.length; t++) {\\n\\t\\tvar incomingFields = incoming[t],\\n\\t\\t\\tfields = {};\\n\\t\\tfor(var f in incomingFields) {\\n\\t\\t\\tif(typeof incomingFields[f] === \\\"string\\\") {\\n\\t\\t\\t\\tfields[f] = incomingFields[f];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tresults.push(fields);\\n\\t}\\n\\treturn results;\\n};\\n\\n/*\\nParse an HTML file into tiddlers. There are three possibilities:\\n# A TiddlyWiki classic HTML file containing `text/x-tiddlywiki` tiddlers\\n# A TiddlyWiki5 HTML file containing `text/vnd.tiddlywiki` tiddlers\\n# An ordinary HTML file\\n*/\\nexports[\\\"text/html\\\"] = function(text,fields) {\\n\\tvar results = [];\\n\\t// Check if we've got an old-style store area\\n\\tvar storeAreaMarkerRegExp = /\u003Cdiv id=[\\\"']?storeArea['\\\"]?( style=[\\\"']?display:none;[\\\"']?)?>/gi,\\n\\t\\tstoreAreaMatch = storeAreaMarkerRegExp.exec(text);\\n\\tif(storeAreaMatch) {\\n\\t\\t// If so, we've got tiddlers in classic TiddlyWiki format or unencrypted old-style TW5 format\\n\\t\\tresults.push.apply(results,deserializeStoreArea(text,storeAreaMarkerRegExp.lastIndex,!!storeAreaMatch[1],fields));\\n\\t}\\n\\t// Check for new-style store areas\\n\\tvar newStoreAreaMarkerRegExp = /\u003Cscript class=\\\"tiddlywiki-tiddler-store\\\" type=\\\"([^\\\"]*)\\\">/gi,\\n\\t\\tnewStoreAreaMatch = newStoreAreaMarkerRegExp.exec(text),\\n\\t\\thaveHadNewStoreArea = !!newStoreAreaMatch;\\n\\twhile(newStoreAreaMatch) {\\n\\t\\tresults.push.apply(results,deserializeNewStoreArea(text,newStoreAreaMarkerRegExp.lastIndex,newStoreAreaMatch[1],fields));\\n\\t\\tnewStoreAreaMatch = newStoreAreaMarkerRegExp.exec(text);\\n\\t}\\n\\t// Return if we had either an old-style or a new-style store area\\n\\tif(storeAreaMatch || haveHadNewStoreArea) {\\n\\t\\treturn results;\\n\\t}\\n\\t// Otherwise, check whether we've got an encrypted file\\n\\tvar encryptedStoreArea = $tw.utils.extractEncryptedStoreArea(text);\\n\\tif(encryptedStoreArea) {\\n\\t\\t// If so, attempt to decrypt it using the current password\\n\\t\\treturn $tw.utils.decryptStoreArea(encryptedStoreArea);\\n\\t} else {\\n\\t\\t// It's not a TiddlyWiki so we'll return the entire HTML file as a tiddler\\n\\t\\treturn deserializeHtmlFile(text,fields);\\n\\t}\\n};\\n\\nfunction deserializeHtmlFile(text,fields) {\\n\\tvar result = {};\\n\\t$tw.utils.each(fields,function(value,name) {\\n\\t\\tresult[name] = value;\\n\\t});\\n\\tresult.text = text;\\n\\tresult.type = \\\"text/html\\\";\\n\\treturn [result];\\n}\\n\\nfunction deserializeNewStoreArea(text,storeAreaEnd,type,fields) {\\n\\tvar endOfScriptRegExp = /\u003C\\\\/script>/gi;\\n\\tendOfScriptRegExp.lastIndex = storeAreaEnd;\\n\\tvar match = endOfScriptRegExp.exec(text);\\n\\tif(match) {\\n\\t\\tvar scriptContent = text.substring(storeAreaEnd,match.index);\\n\\t\\treturn $tw.wiki.deserializeTiddlers(type,scriptContent);\\n\\t} else {\\n\\t\\treturn [];\\n\\t}\\n}\\n\\nfunction deserializeStoreArea(text,storeAreaEnd,isTiddlyWiki5,fields) {\\n\\tvar results = [],\\n\\t\\tendOfDivRegExp = /(\u003C\\\\/div>\\\\s*)/gi,\\n\\t\\tstartPos = storeAreaEnd,\\n\\t\\tdefaultType = isTiddlyWiki5 ? undefined : \\\"text/x-tiddlywiki\\\";\\n\\tendOfDivRegExp.lastIndex = startPos;\\n\\tvar match = endOfDivRegExp.exec(text);\\n\\twhile(match) {\\n\\t\\tvar endPos = endOfDivRegExp.lastIndex,\\n\\t\\t\\ttiddlerFields = deserializeTiddlerDiv(text.substring(startPos,endPos),fields,{type: defaultType});\\n\\t\\tif(!tiddlerFields) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\t$tw.utils.each(tiddlerFields,function(value,name) {\\n\\t\\t\\tif(typeof value === \\\"string\\\") {\\n\\t\\t\\t\\ttiddlerFields[name] = $tw.utils.htmlDecode(value);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tif(tiddlerFields.text !== null) {\\n\\t\\t\\tresults.push(tiddlerFields);\\n\\t\\t}\\n\\t\\tstartPos = endPos;\\n\\t\\tmatch = endOfDivRegExp.exec(text);\\n\\t}\\n\\treturn results;\\n}\\n\\n/*\\nUtility function to parse an old-style tiddler DIV in a *.tid file. It looks like this:\\n\\n\u003Cdiv title=\\\"Title\\\" creator=\\\"JoeBloggs\\\" modifier=\\\"JoeBloggs\\\" created=\\\"201102111106\\\" modified=\\\"201102111310\\\" tags=\\\"myTag [[my long tag]]\\\">\\n\u003Cpre>The text of the tiddler (without the expected HTML encoding).\\n\u003C/pre>\\n\u003C/div>\\n\\nNote that the field attributes are HTML encoded, but that the body of the \u003CPRE> tag is not encoded.\\n\\nWhen these tiddler DIVs are encountered within a TiddlyWiki HTML file then the body is encoded in the usual way.\\n*/\\nvar deserializeTiddlerDiv = function(text /* [,fields] */) {\\n\\t// Slot together the default results\\n\\tvar result = {};\\n\\tif(arguments.length > 1) {\\n\\t\\tfor(var f=1; f\u003Carguments.length; f++) {\\n\\t\\t\\tvar fields = arguments[f];\\n\\t\\t\\tfor(var t in fields) {\\n\\t\\t\\t\\tresult[t] = fields[t];\\t\\t\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Parse the DIV body\\n\\tvar startRegExp = /^\\\\s*\u003Cdiv\\\\s+([^>]*)>(\\\\s*\u003Cpre>)?/gi,\\n\\t\\tendRegExp,\\n\\t\\tmatch = startRegExp.exec(text);\\n\\tif(match) {\\n\\t\\t// Old-style DIVs don't have the \u003Cpre> tag\\n\\t\\tif(match[2]) {\\n\\t\\t\\tendRegExp = /\u003C\\\\/pre>\\\\s*\u003C\\\\/div>\\\\s*$/gi;\\n\\t\\t} else {\\n\\t\\t\\tendRegExp = /\u003C\\\\/div>\\\\s*$/gi;\\n\\t\\t}\\n\\t\\tvar endMatch = endRegExp.exec(text);\\n\\t\\tif(endMatch) {\\n\\t\\t\\t// Extract the text\\n\\t\\t\\tresult.text = text.substring(match.index + match[0].length,endMatch.index);\\n\\t\\t\\t// Process the attributes\\n\\t\\t\\tvar attrRegExp = /\\\\s*([^=\\\\s]+)\\\\s*=\\\\s*(?:\\\"([^\\\"]*)\\\"|'([^']*)')/gi,\\n\\t\\t\\t\\tattrMatch;\\n\\t\\t\\tdo {\\n\\t\\t\\t\\tattrMatch = attrRegExp.exec(match[1]);\\n\\t\\t\\t\\tif(attrMatch) {\\n\\t\\t\\t\\t\\tvar name = attrMatch[1];\\n\\t\\t\\t\\t\\tvar value = attrMatch[2] !== undefined ? attrMatch[2] : attrMatch[3];\\n\\t\\t\\t\\t\\tresult[name] = value;\\n\\t\\t\\t\\t}\\n\\t\\t\\t} while(attrMatch);\\n\\t\\t\\treturn result;\\n\\t\\t}\\n\\t}\\n\\treturn undefined;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"tiddlerdeserializer\"},\"$:/core/modules/editor/engines/framed.js\":{\"title\":\"$:/core/modules/editor/engines/framed.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/engines/framed.js\\ntype: application/javascript\\nmodule-type: library\\n\\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true,browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar HEIGHT_VALUE_TITLE = \\\"$:/config/TextEditor/EditorHeight/Height\\\";\\n\\nfunction FramedEngine(options) {\\n\\t// Save our options\\n\\toptions = options || {};\\n\\tthis.widget = options.widget;\\n\\tthis.value = options.value;\\n\\tthis.parentNode = options.parentNode;\\n\\tthis.nextSibling = options.nextSibling;\\n\\t// Create our hidden dummy text area for reading styles\\n\\tthis.dummyTextArea = this.widget.document.createElement(\\\"textarea\\\");\\n\\tif(this.widget.editClass) {\\n\\t\\tthis.dummyTextArea.className = this.widget.editClass;\\n\\t}\\n\\tthis.dummyTextArea.setAttribute(\\\"hidden\\\",\\\"true\\\");\\n\\tthis.parentNode.insertBefore(this.dummyTextArea,this.nextSibling);\\n\\tthis.widget.domNodes.push(this.dummyTextArea);\\n\\t// Create the iframe\\n\\tthis.iframeNode = this.widget.document.createElement(\\\"iframe\\\");\\n\\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\\n\\tthis.iframeDoc = this.iframeNode.contentWindow.document;\\n\\t// (Firefox requires us to put some empty content in the iframe)\\n\\tthis.iframeDoc.open();\\n\\tthis.iframeDoc.write(\\\"\\\");\\n\\tthis.iframeDoc.close();\\n\\t// Style the iframe\\n\\tthis.iframeNode.className = this.dummyTextArea.className;\\n\\tthis.iframeNode.style.border = \\\"none\\\";\\n\\tthis.iframeNode.style.padding = \\\"0\\\";\\n\\tthis.iframeNode.style.resize = \\\"none\\\";\\n\\tthis.iframeDoc.body.style.margin = \\\"0\\\";\\n\\tthis.iframeDoc.body.style.padding = \\\"0\\\";\\n\\tthis.widget.domNodes.push(this.iframeNode);\\n\\t// Construct the textarea or input node\\n\\tvar tag = this.widget.editTag;\\n\\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\\n\\t\\ttag = \\\"input\\\";\\n\\t}\\n\\tthis.domNode = this.iframeDoc.createElement(tag);\\n\\t// Set the text\\n\\tif(this.widget.editTag === \\\"textarea\\\") {\\n\\t\\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\\n\\t} else {\\n\\t\\tthis.domNode.value = this.value;\\n\\t}\\n\\t// Set the attributes\\n\\tif(this.widget.editType) {\\n\\t\\tthis.domNode.setAttribute(\\\"type\\\",this.widget.editType);\\n\\t}\\n\\tif(this.widget.editPlaceholder) {\\n\\t\\tthis.domNode.setAttribute(\\\"placeholder\\\",this.widget.editPlaceholder);\\n\\t}\\n\\tif(this.widget.editSize) {\\n\\t\\tthis.domNode.setAttribute(\\\"size\\\",this.widget.editSize);\\n\\t}\\n\\tif(this.widget.editRows) {\\n\\t\\tthis.domNode.setAttribute(\\\"rows\\\",this.widget.editRows);\\n\\t}\\n\\tif(this.widget.editTabIndex) {\\n\\t\\tthis.iframeNode.setAttribute(\\\"tabindex\\\",this.widget.editTabIndex);\\n\\t}\\n\\tif(this.widget.editAutoComplete) {\\n\\t\\tthis.domNode.setAttribute(\\\"autocomplete\\\",this.widget.editAutoComplete);\\n\\t}\\n\\tif(this.widget.isDisabled === \\\"yes\\\") {\\n\\t\\tthis.domNode.setAttribute(\\\"disabled\\\",true);\\n\\t}\\n\\t// Copy the styles from the dummy textarea\\n\\tthis.copyStyles();\\n\\t// Add event listeners\\n\\t$tw.utils.addEventListeners(this.domNode,[\\n\\t\\t{name: \\\"click\\\",handlerObject: this,handlerMethod: \\\"handleClickEvent\\\"},\\n\\t\\t{name: \\\"input\\\",handlerObject: this,handlerMethod: \\\"handleInputEvent\\\"},\\n\\t\\t{name: \\\"keydown\\\",handlerObject: this.widget,handlerMethod: \\\"handleKeydownEvent\\\"},\\n\\t\\t{name: \\\"focus\\\",handlerObject: this,handlerMethod: \\\"handleFocusEvent\\\"}\\n\\t]);\\n\\t// Add drag and drop event listeners if fileDrop is enabled\\n\\tif(this.widget.isFileDropEnabled) {\\n\\t\\t$tw.utils.addEventListeners(this.domNode,[\\n\\t\\t\\t{name: \\\"dragenter\\\",handlerObject: this.widget,handlerMethod: \\\"handleDragEnterEvent\\\"},\\n\\t\\t\\t{name: \\\"dragover\\\",handlerObject: this.widget,handlerMethod: \\\"handleDragOverEvent\\\"},\\n\\t\\t\\t{name: \\\"dragleave\\\",handlerObject: this.widget,handlerMethod: \\\"handleDragLeaveEvent\\\"},\\n\\t\\t\\t{name: \\\"dragend\\\",handlerObject: this.widget,handlerMethod: \\\"handleDragEndEvent\\\"},\\n\\t\\t\\t{name: \\\"drop\\\", handlerObject: this.widget,handlerMethod: \\\"handleDropEvent\\\"},\\n\\t\\t\\t{name: \\\"paste\\\", handlerObject: this.widget,handlerMethod: \\\"handlePasteEvent\\\"},\\n\\t\\t\\t{name: \\\"click\\\",handlerObject: this.widget,handlerMethod: \\\"handleClickEvent\\\"}\\n\\t\\t]);\\n\\t}\\n\\t// Insert the element into the DOM\\n\\tthis.iframeDoc.body.appendChild(this.domNode);\\n}\\n\\n/*\\nCopy styles from the dummy text area to the textarea in the iframe\\n*/\\nFramedEngine.prototype.copyStyles = function() {\\n\\t// Copy all styles\\n\\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\\n\\t// Override the ones that should not be set the same as the dummy textarea\\n\\tthis.domNode.style.display = \\\"block\\\";\\n\\tthis.domNode.style.width = \\\"100%\\\";\\n\\tthis.domNode.style.margin = \\\"0\\\";\\n\\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\\n\\tthis.domNode.style[\\\"-webkit-text-fill-color\\\"] = \\\"currentcolor\\\";\\n};\\n\\n/*\\nSet the text of the engine if it doesn't currently have focus\\n*/\\nFramedEngine.prototype.setText = function(text,type) {\\n\\tif(!this.domNode.isTiddlyWikiFakeDom) {\\n\\t\\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\\n\\t\\t\\tthis.updateDomNodeText(text);\\n\\t\\t}\\n\\t\\t// Fix the height if needed\\n\\t\\tthis.fixHeight();\\n\\t}\\n};\\n\\n/*\\nUpdate the DomNode with the new text\\n*/\\nFramedEngine.prototype.updateDomNodeText = function(text) {\\n\\ttry {\\n\\t\\tthis.domNode.value = text;\\n\\t} catch(e) {\\n\\t\\t// Ignore\\n\\t}\\n};\\n\\n/*\\nGet the text of the engine\\n*/\\nFramedEngine.prototype.getText = function() {\\n\\treturn this.domNode.value;\\n};\\n\\n/*\\nFix the height of textarea to fit content\\n*/\\nFramedEngine.prototype.fixHeight = function() {\\n\\t// Make sure styles are updated\\n\\tthis.copyStyles();\\n\\t// Adjust height\\n\\tif(this.widget.editTag === \\\"textarea\\\") {\\n\\t\\tif(this.widget.editAutoHeight) {\\n\\t\\t\\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\\n\\t\\t\\t\\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\\n\\t\\t\\t\\tthis.iframeNode.style.height = (newHeight + 14) + \\\"px\\\"; // +14 for the border on the textarea\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\\\"400px\\\"),10);\\n\\t\\t\\tfixedHeight = Math.max(fixedHeight,20);\\n\\t\\t\\tthis.domNode.style.height = fixedHeight + \\\"px\\\";\\n\\t\\t\\tthis.iframeNode.style.height = (fixedHeight + 14) + \\\"px\\\";\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nFocus the engine node\\n*/\\nFramedEngine.prototype.focus = function() {\\n\\tif(this.domNode.focus && this.domNode.select) {\\n\\t\\tthis.domNode.focus();\\n\\t\\tthis.domNode.select();\\n\\t}\\n};\\n\\n/*\\nHandle a focus event\\n*/\\nFramedEngine.prototype.handleFocusEvent = function(event) {\\n\\tif(this.widget.editCancelPopups) {\\n\\t\\t$tw.popup.cancel(0);\\n\\t}\\n};\\n\\n/*\\nHandle a click\\n*/\\nFramedEngine.prototype.handleClickEvent = function(event) {\\n\\tthis.fixHeight();\\n\\treturn true;\\n};\\n\\n/*\\nHandle a dom \\\"input\\\" event which occurs when the text has changed\\n*/\\nFramedEngine.prototype.handleInputEvent = function(event) {\\n\\tthis.widget.saveChanges(this.getText());\\n\\tthis.fixHeight();\\n\\tif(this.widget.editInputActions) {\\n\\t\\tthis.widget.invokeActionString(this.widget.editInputActions);\\n\\t}\\n\\treturn true;\\n};\\n\\n/*\\nCreate a blank structure representing a text operation\\n*/\\nFramedEngine.prototype.createTextOperation = function() {\\n\\tvar operation = {\\n\\t\\ttext: this.domNode.value,\\n\\t\\tselStart: this.domNode.selectionStart,\\n\\t\\tselEnd: this.domNode.selectionEnd,\\n\\t\\tcutStart: null,\\n\\t\\tcutEnd: null,\\n\\t\\treplacement: null,\\n\\t\\tnewSelStart: null,\\n\\t\\tnewSelEnd: null\\n\\t};\\n\\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\\n\\treturn operation;\\n};\\n\\n/*\\nExecute a text operation\\n*/\\nFramedEngine.prototype.executeTextOperation = function(operation) {\\n\\t// Perform the required changes to the text area and the underlying tiddler\\n\\tvar newText = operation.text;\\n\\tif(operation.replacement !== null) {\\n\\t\\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\\n\\t\\t// Attempt to use a execCommand to modify the value of the control\\n\\t\\tif(this.iframeDoc.queryCommandSupported(\\\"insertText\\\") && this.iframeDoc.queryCommandSupported(\\\"delete\\\") && !$tw.browser.isFirefox) {\\n\\t\\t\\tthis.domNode.focus();\\n\\t\\t\\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\\n\\t\\t\\tif(operation.replacement === \\\"\\\") {\\n\\t\\t\\t\\tthis.iframeDoc.execCommand(\\\"delete\\\",false,\\\"\\\");\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tthis.iframeDoc.execCommand(\\\"insertText\\\",false,operation.replacement);\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tthis.domNode.value = newText;\\n\\t\\t}\\n\\t\\tthis.domNode.focus();\\n\\t\\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\\n\\t}\\n\\tthis.domNode.focus();\\n\\treturn newText;\\n};\\n\\nexports.FramedEngine = FramedEngine;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"library\"},\"$:/core/modules/editor/engines/simple.js\":{\"title\":\"$:/core/modules/editor/engines/simple.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/engines/simple.js\\ntype: application/javascript\\nmodule-type: library\\n\\nText editor engine based on a simple input or textarea tag\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar HEIGHT_VALUE_TITLE = \\\"$:/config/TextEditor/EditorHeight/Height\\\";\\n\\nfunction SimpleEngine(options) {\\n\\t// Save our options\\n\\toptions = options || {};\\n\\tthis.widget = options.widget;\\n\\tthis.value = options.value;\\n\\tthis.parentNode = options.parentNode;\\n\\tthis.nextSibling = options.nextSibling;\\n\\t// Construct the textarea or input node\\n\\tvar tag = this.widget.editTag;\\n\\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\\n\\t\\ttag = \\\"input\\\";\\n\\t}\\n\\tthis.domNode = this.widget.document.createElement(tag);\\n\\t// Set the text\\n\\tif(this.widget.editTag === \\\"textarea\\\") {\\n\\t\\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\\n\\t} else {\\n\\t\\tthis.domNode.value = this.value;\\n\\t}\\n\\t// Set the attributes\\n\\tif(this.widget.editType) {\\n\\t\\tthis.domNode.setAttribute(\\\"type\\\",this.widget.editType);\\n\\t}\\n\\tif(this.widget.editPlaceholder) {\\n\\t\\tthis.domNode.setAttribute(\\\"placeholder\\\",this.widget.editPlaceholder);\\n\\t}\\n\\tif(this.widget.editSize) {\\n\\t\\tthis.domNode.setAttribute(\\\"size\\\",this.widget.editSize);\\n\\t}\\n\\tif(this.widget.editRows) {\\n\\t\\tthis.domNode.setAttribute(\\\"rows\\\",this.widget.editRows);\\n\\t}\\n\\tif(this.widget.editClass) {\\n\\t\\tthis.domNode.className = this.widget.editClass;\\n\\t}\\n\\tif(this.widget.editTabIndex) {\\n\\t\\tthis.domNode.setAttribute(\\\"tabindex\\\",this.widget.editTabIndex);\\n\\t}\\n\\tif(this.widget.editAutoComplete) {\\n\\t\\tthis.domNode.setAttribute(\\\"autocomplete\\\",this.widget.editAutoComplete);\\n\\t}\\n\\tif(this.widget.isDisabled === \\\"yes\\\") {\\n\\t\\tthis.domNode.setAttribute(\\\"disabled\\\",true);\\n\\t}\\n\\t// Add an input event handler\\n\\t$tw.utils.addEventListeners(this.domNode,[\\n\\t\\t{name: \\\"focus\\\", handlerObject: this, handlerMethod: \\\"handleFocusEvent\\\"},\\n\\t\\t{name: \\\"input\\\", handlerObject: this, handlerMethod: \\\"handleInputEvent\\\"}\\n\\t]);\\n\\t// Insert the element into the DOM\\n\\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\\n\\tthis.widget.domNodes.push(this.domNode);\\n}\\n\\n/*\\nSet the text of the engine if it doesn't currently have focus\\n*/\\nSimpleEngine.prototype.setText = function(text,type) {\\n\\tif(!this.domNode.isTiddlyWikiFakeDom) {\\n\\t\\tif(this.domNode.ownerDocument.activeElement !== this.domNode || text === \\\"\\\") {\\n\\t\\t\\tthis.updateDomNodeText(text);\\n\\t\\t}\\n\\t\\t// Fix the height if needed\\n\\t\\tthis.fixHeight();\\n\\t}\\n};\\n\\n/*\\nUpdate the DomNode with the new text\\n*/\\nSimpleEngine.prototype.updateDomNodeText = function(text) {\\n\\ttry {\\n\\t\\tthis.domNode.value = text;\\n\\t} catch(e) {\\n\\t\\t// Ignore\\n\\t}\\n};\\n\\n/*\\nGet the text of the engine\\n*/\\nSimpleEngine.prototype.getText = function() {\\n\\treturn this.domNode.value;\\n};\\n\\n/*\\nFix the height of textarea to fit content\\n*/\\nSimpleEngine.prototype.fixHeight = function() {\\n\\tif(this.widget.editTag === \\\"textarea\\\") {\\n\\t\\tif(this.widget.editAutoHeight) {\\n\\t\\t\\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\\n\\t\\t\\t\\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\\\"400px\\\"),10);\\n\\t\\t\\tfixedHeight = Math.max(fixedHeight,20);\\n\\t\\t\\tthis.domNode.style.height = fixedHeight + \\\"px\\\";\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nFocus the engine node\\n*/\\nSimpleEngine.prototype.focus = function() {\\n\\tif(this.domNode.focus && this.domNode.select) {\\n\\t\\tthis.domNode.focus();\\n\\t\\tthis.domNode.select();\\n\\t}\\n};\\n\\n/*\\nHandle a dom \\\"input\\\" event which occurs when the text has changed\\n*/\\nSimpleEngine.prototype.handleInputEvent = function(event) {\\n\\tthis.widget.saveChanges(this.getText());\\n\\tthis.fixHeight();\\n\\tif(this.widget.editInputActions) {\\n\\t\\tthis.widget.invokeActionString(this.widget.editInputActions);\\n\\t}\\n\\treturn true;\\n};\\n\\n/*\\nHandle a dom \\\"focus\\\" event\\n*/\\nSimpleEngine.prototype.handleFocusEvent = function(event) {\\n\\tif(this.widget.editCancelPopups) {\\n\\t\\t$tw.popup.cancel(0);\\n\\t}\\n\\tif(this.widget.editFocusPopup) {\\n\\t\\t$tw.popup.triggerPopup({\\n\\t\\t\\tdomNode: this.domNode,\\n\\t\\t\\ttitle: this.widget.editFocusPopup,\\n\\t\\t\\twiki: this.widget.wiki,\\n\\t\\t\\tforce: true\\n\\t\\t});\\n\\t}\\n\\treturn true;\\n};\\n\\n/*\\nCreate a blank structure representing a text operation\\n*/\\nSimpleEngine.prototype.createTextOperation = function() {\\n\\treturn null;\\n};\\n\\n/*\\nExecute a text operation\\n*/\\nSimpleEngine.prototype.executeTextOperation = function(operation) {\\n};\\n\\nexports.SimpleEngine = SimpleEngine;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"library\"},\"$:/core/modules/editor/factory.js\":{\"title\":\"$:/core/modules/editor/factory.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/factory.js\\ntype: application/javascript\\nmodule-type: library\\n\\nFactory for constructing text editor widgets with specified engines for the toolbar and non-toolbar cases\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar DEFAULT_MIN_TEXT_AREA_HEIGHT = \\\"100px\\\"; // Minimum height of textareas in pixels\\n\\n// Configuration tiddlers\\nvar HEIGHT_MODE_TITLE = \\\"$:/config/TextEditor/EditorHeight/Mode\\\";\\nvar ENABLE_TOOLBAR_TITLE = \\\"$:/config/TextEditor/EnableToolbar\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nfunction editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {\\n\\n\\tvar EditTextWidget = function(parseTreeNode,options) {\\n\\t\\t// Initialise the editor operations if they've not been done already\\n\\t\\tif(!this.editorOperations) {\\n\\t\\t\\tEditTextWidget.prototype.editorOperations = {};\\n\\t\\t\\t$tw.modules.applyMethods(\\\"texteditoroperation\\\",this.editorOperations);\\n\\t\\t}\\n\\t\\tthis.initialise(parseTreeNode,options);\\n\\t};\\n\\n\\t/*\\n\\tInherit from the base widget class\\n\\t*/\\n\\tEditTextWidget.prototype = new Widget();\\n\\n\\t/*\\n\\tRender this widget into the DOM\\n\\t*/\\n\\tEditTextWidget.prototype.render = function(parent,nextSibling) {\\n\\t\\t// Save the parent dom node\\n\\t\\tthis.parentDomNode = parent;\\n\\t\\t// Compute our attributes\\n\\t\\tthis.computeAttributes();\\n\\t\\t// Execute our logic\\n\\t\\tthis.execute();\\n\\t\\t// Create the wrapper for the toolbar and render its content\\n\\t\\tif(this.editShowToolbar) {\\n\\t\\t\\tthis.toolbarNode = this.document.createElement(\\\"div\\\");\\n\\t\\t\\tthis.toolbarNode.className = \\\"tc-editor-toolbar\\\";\\n\\t\\t\\tparent.insertBefore(this.toolbarNode,nextSibling);\\n\\t\\t\\tthis.renderChildren(this.toolbarNode,null);\\n\\t\\t\\tthis.domNodes.push(this.toolbarNode);\\n\\t\\t}\\n\\t\\t// Create our element\\n\\t\\tvar editInfo = this.getEditInfo(),\\n\\t\\t\\tEngine = this.editShowToolbar ? toolbarEngine : nonToolbarEngine;\\n\\t\\tthis.engine = new Engine({\\n\\t\\t\\t\\twidget: this,\\n\\t\\t\\t\\tvalue: editInfo.value,\\n\\t\\t\\t\\ttype: editInfo.type,\\n\\t\\t\\t\\tparentNode: parent,\\n\\t\\t\\t\\tnextSibling: nextSibling\\n\\t\\t\\t});\\n\\t\\t// Call the postRender hook\\n\\t\\tif(this.postRender) {\\n\\t\\t\\tthis.postRender();\\n\\t\\t}\\n\\t\\t// Fix height\\n\\t\\tthis.engine.fixHeight();\\n\\t\\t// Focus if required\\n\\t\\tif(this.editFocus === \\\"true\\\" || this.editFocus === \\\"yes\\\") {\\n\\t\\t\\tthis.engine.focus();\\n\\t\\t}\\n\\t\\t// Add widget message listeners\\n\\t\\tthis.addEventListeners([\\n\\t\\t\\t{type: \\\"tm-edit-text-operation\\\", handler: \\\"handleEditTextOperationMessage\\\"}\\n\\t\\t]);\\n\\t};\\n\\n\\t/*\\n\\tGet the tiddler being edited and current value\\n\\t*/\\n\\tEditTextWidget.prototype.getEditInfo = function() {\\n\\t\\t// Get the edit value\\n\\t\\tvar self = this,\\n\\t\\t\\tvalue,\\n\\t\\t\\ttype = \\\"text/plain\\\",\\n\\t\\t\\tupdate;\\n\\t\\tif(this.editIndex) {\\n\\t\\t\\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\\n\\t\\t\\tupdate = function(value) {\\n\\t\\t\\t\\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\\n\\t\\t\\t\\tif(data[self.editIndex] !== value) {\\n\\t\\t\\t\\t\\tdata[self.editIndex] = value;\\n\\t\\t\\t\\t\\tself.wiki.setTiddlerData(self.editTitle,data);\\n\\t\\t\\t\\t}\\n\\t\\t\\t};\\n\\t\\t} else {\\n\\t\\t\\t// Get the current tiddler and the field name\\n\\t\\t\\tvar tiddler = this.wiki.getTiddler(this.editTitle);\\n\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\t// If we've got a tiddler, the value to display is the field string value\\n\\t\\t\\t\\tif(tiddler.hasField(this.editField)) {\\n\\t\\t\\t\\t\\tvalue = tiddler.getFieldString(this.editField);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tvalue = this.editDefault || \\\"\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(this.editField === \\\"text\\\") {\\n\\t\\t\\t\\t\\ttype = tiddler.fields.type || \\\"text/vnd.tiddlywiki\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// Otherwise, we need to construct a default value for the editor\\n\\t\\t\\t\\tswitch(this.editField) {\\n\\t\\t\\t\\t\\tcase \\\"text\\\":\\n\\t\\t\\t\\t\\t\\tvalue = \\\"Type the text for the tiddler '\\\" + this.editTitle + \\\"'\\\";\\n\\t\\t\\t\\t\\t\\ttype = \\\"text/vnd.tiddlywiki\\\";\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tcase \\\"title\\\":\\n\\t\\t\\t\\t\\t\\tvalue = this.editTitle;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\tvalue = \\\"\\\";\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(this.editDefault !== undefined) {\\n\\t\\t\\t\\t\\tvalue = this.editDefault;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tupdate = function(value) {\\n\\t\\t\\t\\tvar tiddler = self.wiki.getTiddler(self.editTitle),\\n\\t\\t\\t\\t\\tupdateFields = {\\n\\t\\t\\t\\t\\t\\ttitle: self.editTitle\\n\\t\\t\\t\\t\\t};\\n\\t\\t\\t\\tupdateFields[self.editField] = value;\\n\\t\\t\\t\\tself.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\\n\\t\\t\\t};\\n\\t\\t}\\n\\t\\tif(this.editType) {\\n\\t\\t\\ttype = this.editType;\\n\\t\\t}\\n\\t\\treturn {value: value || \\\"\\\", type: type, update: update};\\n\\t};\\n\\n\\t/*\\n\\tHandle an edit text operation message from the toolbar\\n\\t*/\\n\\tEditTextWidget.prototype.handleEditTextOperationMessage = function(event) {\\n\\t\\t// Prepare information about the operation\\n\\t\\tvar operation = this.engine.createTextOperation();\\n\\t\\t// Invoke the handler for the selected operation\\n\\t\\tvar handler = this.editorOperations[event.param];\\n\\t\\tif(handler) {\\n\\t\\t\\thandler.call(this,event,operation);\\n\\t\\t}\\n\\t\\t// Execute the operation via the engine\\n\\t\\tvar newText = this.engine.executeTextOperation(operation);\\n\\t\\t// Fix the tiddler height and save changes\\n\\t\\tthis.engine.fixHeight();\\n\\t\\tthis.saveChanges(newText);\\n\\t};\\n\\n\\t/*\\n\\tCompute the internal state of the widget\\n\\t*/\\n\\tEditTextWidget.prototype.execute = function() {\\n\\t\\t// Get our parameters\\n\\t\\tthis.editTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\t\\tthis.editField = this.getAttribute(\\\"field\\\",\\\"text\\\");\\n\\t\\tthis.editIndex = this.getAttribute(\\\"index\\\");\\n\\t\\tthis.editDefault = this.getAttribute(\\\"default\\\");\\n\\t\\tthis.editClass = this.getAttribute(\\\"class\\\");\\n\\t\\tthis.editPlaceholder = this.getAttribute(\\\"placeholder\\\");\\n\\t\\tthis.editSize = this.getAttribute(\\\"size\\\");\\n\\t\\tthis.editRows = this.getAttribute(\\\"rows\\\");\\n\\t\\tthis.editAutoHeight = this.wiki.getTiddlerText(HEIGHT_MODE_TITLE,\\\"auto\\\");\\n\\t\\tthis.editAutoHeight = this.getAttribute(\\\"autoHeight\\\",this.editAutoHeight === \\\"auto\\\" ? \\\"yes\\\" : \\\"no\\\") === \\\"yes\\\";\\n\\t\\tthis.editMinHeight = this.getAttribute(\\\"minHeight\\\",DEFAULT_MIN_TEXT_AREA_HEIGHT);\\n\\t\\tthis.editFocusPopup = this.getAttribute(\\\"focusPopup\\\");\\n\\t\\tthis.editFocus = this.getAttribute(\\\"focus\\\");\\n\\t\\tthis.editTabIndex = this.getAttribute(\\\"tabindex\\\");\\n\\t\\tthis.editCancelPopups = this.getAttribute(\\\"cancelPopups\\\",\\\"\\\") === \\\"yes\\\";\\n\\t\\tthis.editInputActions = this.getAttribute(\\\"inputActions\\\");\\n\\t\\tthis.editRefreshTitle = this.getAttribute(\\\"refreshTitle\\\");\\n\\t\\tthis.editAutoComplete = this.getAttribute(\\\"autocomplete\\\");\\n\\t\\tthis.isDisabled = this.getAttribute(\\\"disabled\\\",\\\"no\\\");\\n\\t\\tthis.isFileDropEnabled = this.getAttribute(\\\"fileDrop\\\",\\\"no\\\") === \\\"yes\\\";\\n\\t\\t// Get the default editor element tag and type\\n\\t\\tvar tag,type;\\n\\t\\tif(this.editField === \\\"text\\\") {\\n\\t\\t\\ttag = \\\"textarea\\\";\\n\\t\\t} else {\\n\\t\\t\\ttag = \\\"input\\\";\\n\\t\\t\\tvar fieldModule = $tw.Tiddler.fieldModules[this.editField];\\n\\t\\t\\tif(fieldModule && fieldModule.editTag) {\\n\\t\\t\\t\\ttag = fieldModule.editTag;\\n\\t\\t\\t}\\n\\t\\t\\tif(fieldModule && fieldModule.editType) {\\n\\t\\t\\t\\ttype = fieldModule.editType;\\n\\t\\t\\t}\\n\\t\\t\\ttype = type || \\\"text\\\";\\n\\t\\t}\\n\\t\\t// Get the rest of our parameters\\n\\t\\tthis.editTag = this.getAttribute(\\\"tag\\\",tag) || \\\"input\\\";\\n\\t\\tthis.editType = this.getAttribute(\\\"type\\\",type);\\n\\t\\t// Make the child widgets\\n\\t\\tthis.makeChildWidgets();\\n\\t\\t// Determine whether to show the toolbar\\n\\t\\tthis.editShowToolbar = this.wiki.getTiddlerText(ENABLE_TOOLBAR_TITLE,\\\"yes\\\");\\n\\t\\tthis.editShowToolbar = (this.editShowToolbar === \\\"yes\\\") && !!(this.children && this.children.length > 0) && (!this.document.isTiddlyWikiFakeDom);\\n\\t};\\n\\n\\t/*\\n\\tSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n\\t*/\\n\\tEditTextWidget.prototype.refresh = function(changedTiddlers) {\\n\\t\\tvar changedAttributes = this.computeAttributes();\\n\\t\\t// Completely rerender if any of our attributes have changed\\n\\t\\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes[\\\"default\\\"] || changedAttributes[\\\"class\\\"] || changedAttributes.placeholder || changedAttributes.size || changedAttributes.autoHeight || changedAttributes.minHeight || changedAttributes.focusPopup || changedAttributes.rows || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || changedTiddlers[HEIGHT_MODE_TITLE] || changedTiddlers[ENABLE_TOOLBAR_TITLE] || changedAttributes.disabled || changedAttributes.fileDrop) {\\n\\t\\t\\tthis.refreshSelf();\\n\\t\\t\\treturn true;\\n\\t\\t} else if (changedTiddlers[this.editRefreshTitle]) {\\n\\t\\t\\tthis.engine.updateDomNodeText(this.getEditInfo().value);\\n\\t\\t} else if(changedTiddlers[this.editTitle]) {\\n\\t\\t\\tvar editInfo = this.getEditInfo();\\n\\t\\t\\tthis.updateEditor(editInfo.value,editInfo.type);\\n\\t\\t}\\n\\t\\tthis.engine.fixHeight();\\n\\t\\tif(this.editShowToolbar) {\\n\\t\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t\\t} else {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\t};\\n\\n\\t/*\\n\\tUpdate the editor with new text. This method is separate from updateEditorDomNode()\\n\\tso that subclasses can override updateEditor() and still use updateEditorDomNode()\\n\\t*/\\n\\tEditTextWidget.prototype.updateEditor = function(text,type) {\\n\\t\\tthis.updateEditorDomNode(text,type);\\n\\t};\\n\\n\\t/*\\n\\tUpdate the editor dom node with new text\\n\\t*/\\n\\tEditTextWidget.prototype.updateEditorDomNode = function(text,type) {\\n\\t\\tthis.engine.setText(text,type);\\n\\t};\\n\\n\\t/*\\n\\tSave changes back to the tiddler store\\n\\t*/\\n\\tEditTextWidget.prototype.saveChanges = function(text) {\\n\\t\\tvar editInfo = this.getEditInfo();\\n\\t\\tif(text !== editInfo.value) {\\n\\t\\t\\teditInfo.update(text);\\n\\t\\t}\\n\\t};\\n\\n\\t/*\\n\\tHandle a dom \\\"keydown\\\" event, which we'll bubble up to our container for the keyboard widgets benefit\\n\\t*/\\n\\tEditTextWidget.prototype.handleKeydownEvent = function(event) {\\n\\t\\t// Check for a keyboard shortcut\\n\\t\\tif(this.toolbarNode) {\\n\\t\\t\\tvar shortcutElements = this.toolbarNode.querySelectorAll(\\\"[data-tw-keyboard-shortcut]\\\");\\n\\t\\t\\tfor(var index=0; index\u003CshortcutElements.length; index++) {\\n\\t\\t\\t\\tvar el = shortcutElements[index],\\n\\t\\t\\t\\t\\tshortcutData = el.getAttribute(\\\"data-tw-keyboard-shortcut\\\"),\\n\\t\\t\\t\\t\\tkeyInfoArray = $tw.keyboardManager.parseKeyDescriptors(shortcutData,{\\n\\t\\t\\t\\t\\t\\twiki: this.wiki\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\tif($tw.keyboardManager.checkKeyDescriptors(event,keyInfoArray)) {\\n\\t\\t\\t\\t\\tvar clickEvent = this.document.createEvent(\\\"Events\\\");\\n\\t\\t\\t\\t clickEvent.initEvent(\\\"click\\\",true,false);\\n\\t\\t\\t\\t el.dispatchEvent(clickEvent);\\n\\t\\t\\t\\t\\tevent.preventDefault();\\n\\t\\t\\t\\t\\tevent.stopPropagation();\\n\\t\\t\\t\\t\\treturn true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Propogate the event to the container\\n\\t\\tif(this.propogateKeydownEvent(event)) {\\n\\t\\t\\t// Ignore the keydown if it was already handled\\n\\t\\t\\tevent.preventDefault();\\n\\t\\t\\tevent.stopPropagation();\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t\\t// Otherwise, process the keydown normally\\n\\t\\treturn false;\\n\\t};\\n\\n\\t/*\\n\\tPropogate keydown events to our container for the keyboard widgets benefit\\n\\t*/\\n\\tEditTextWidget.prototype.propogateKeydownEvent = function(event) {\\n\\t\\tvar newEvent = this.cloneEvent(event,[\\\"keyCode\\\",\\\"which\\\",\\\"metaKey\\\",\\\"ctrlKey\\\",\\\"altKey\\\",\\\"shiftKey\\\"]);\\n\\t\\treturn !this.parentDomNode.dispatchEvent(newEvent);\\n\\t};\\n\\n\\tEditTextWidget.prototype.cloneEvent = function(event,propertiesToCopy) {\\n\\t\\tvar propertiesToCopy = propertiesToCopy || [],\\n\\t\\t\\tnewEvent = this.document.createEventObject ? this.document.createEventObject() : this.document.createEvent(\\\"Events\\\");\\n\\t\\tif(newEvent.initEvent) {\\n\\t\\t\\tnewEvent.initEvent(event.type, true, true);\\n\\t\\t}\\n\\t\\t$tw.utils.each(propertiesToCopy,function(prop){\\n\\t\\t\\tnewEvent[prop] = event[prop];\\n\\t\\t});\\n\\t\\treturn newEvent;\\n\\t};\\n\\n\\tEditTextWidget.prototype.dispatchDOMEvent = function(newEvent) {\\n\\t\\tvar dispatchNode = this.engine.iframeNode || this.engine.parentNode;\\n\\t\\treturn dispatchNode.dispatchEvent(newEvent);\\n\\t};\\n\\n\\t/*\\n\\tPropogate drag and drop events with File data to our container for the dropzone widgets benefit.\\n\\tIf there are no Files, let the browser handle it.\\n\\t*/\\n\\tEditTextWidget.prototype.handleDropEvent = function(event) {\\n\\t\\tif(event.dataTransfer.files.length) {\\n\\t\\t\\tevent.preventDefault();\\n\\t\\t\\tevent.stopPropagation();\\n\\t\\t\\tthis.dispatchDOMEvent(this.cloneEvent(event,[\\\"dataTransfer\\\"]));\\n\\t\\t} \\n\\t};\\n\\n\\tEditTextWidget.prototype.handlePasteEvent = function(event) {\\n\\t\\tif(event.clipboardData && event.clipboardData.files && event.clipboardData.files.length) {\\n\\t\\t\\tevent.preventDefault();\\n\\t\\t\\tevent.stopPropagation();\\n\\t\\t\\tthis.dispatchDOMEvent(this.cloneEvent(event,[\\\"clipboardData\\\"]));\\n\\t\\t}\\n\\t};\\n\\n\\tEditTextWidget.prototype.handleDragEnterEvent = function(event) {\\n\\t\\tif($tw.utils.dragEventContainsFiles(event)) {\\n\\t\\t\\t// Ignore excessive events fired by FF when entering and leaving text nodes in a text area.\\n\\t\\t\\tif( event.relatedTarget && (event.relatedTarget.nodeType === 3 || event.target === event.relatedTarget)) {\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t\\tevent.preventDefault();\\n\\t\\t\\treturn this.dispatchDOMEvent(this.cloneEvent(event,[\\\"dataTransfer\\\"]));\\n\\t\\t}\\n\\t\\treturn true;\\n\\t};\\n\\n\\tEditTextWidget.prototype.handleDragOverEvent = function(event) {\\n\\t\\tif($tw.utils.dragEventContainsFiles(event)) {\\n\\t\\t\\t// Call preventDefault() in browsers that default to not allowing drop events on textarea\\n\\t\\t\\tif($tw.browser.isFirefox || $tw.browser.isIE) {\\n\\t\\t\\t\\tevent.preventDefault();\\n\\t\\t\\t}\\n\\t\\t\\tevent.dataTransfer.dropEffect = \\\"copy\\\";\\n\\t\\t\\treturn this.dispatchDOMEvent(this.cloneEvent(event,[\\\"dataTransfer\\\"]));\\n\\t\\t}\\n\\t\\treturn true;\\n\\t};\\n\\n\\tEditTextWidget.prototype.handleDragLeaveEvent = function(event) {\\n\\t\\t// Ignore excessive events fired by FF when entering and leaving text nodes in a text area.\\n\\t\\tif(event.relatedTarget && ((event.relatedTarget.nodeType === 3) || (event.target === event.relatedTarget))) {\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t\\tevent.preventDefault();\\n\\t\\tthis.dispatchDOMEvent(this.cloneEvent(event,[\\\"dataTransfer\\\"]));\\n\\t};\\n\\n\\tEditTextWidget.prototype.handleDragEndEvent = function(event) {\\n\\t\\tthis.dispatchDOMEvent(this.cloneEvent(event));\\n\\t};\\n\\n\\tEditTextWidget.prototype.handleClickEvent = function(event) {\\n\\t\\treturn !this.dispatchDOMEvent(this.cloneEvent(event));\\n\\t};\\n\\n\\treturn EditTextWidget;\\n}\\n\\nexports.editTextWidgetFactory = editTextWidgetFactory;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"library\"},\"$:/core/modules/editor/operations/bitmap/clear.js\":{\"title\":\"$:/core/modules/editor/operations/bitmap/clear.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/bitmap/clear.js\\ntype: application/javascript\\nmodule-type: bitmapeditoroperation\\n\\nBitmap editor operation to clear the image\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"clear\\\"] = function(event) {\\n\\tvar ctx = this.canvasDomNode.getContext(\\\"2d\\\");\\n\\tctx.globalAlpha = 1;\\n\\tctx.fillStyle = event.paramObject.colour || \\\"white\\\";\\n\\tctx.fillRect(0,0,this.canvasDomNode.width,this.canvasDomNode.height);\\n\\t// Save changes\\n\\tthis.strokeEnd();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"bitmapeditoroperation\"},\"$:/core/modules/editor/operations/bitmap/resize.js\":{\"title\":\"$:/core/modules/editor/operations/bitmap/resize.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/bitmap/resize.js\\ntype: application/javascript\\nmodule-type: bitmapeditoroperation\\n\\nBitmap editor operation to resize the image\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"resize\\\"] = function(event) {\\n\\t// Get the new width\\n\\tvar newWidth = parseInt(event.paramObject.width || this.canvasDomNode.width,10),\\n\\t\\tnewHeight = parseInt(event.paramObject.height || this.canvasDomNode.height,10);\\n\\t// Update if necessary\\n\\tif(newWidth > 0 && newHeight > 0 && !(newWidth === this.currCanvas.width && newHeight === this.currCanvas.height)) {\\n\\t\\tthis.changeCanvasSize(newWidth,newHeight);\\n\\t}\\n\\t// Update the input controls\\n\\tthis.refreshToolbar();\\n\\t// Save the image into the tiddler\\n\\tthis.saveChanges();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"bitmapeditoroperation\"},\"$:/core/modules/editor/operations/bitmap/rotate-left.js\":{\"title\":\"$:/core/modules/editor/operations/bitmap/rotate-left.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/bitmap/rotate-left.js\\ntype: application/javascript\\nmodule-type: bitmapeditoroperation\\n\\nBitmap editor operation to rotate the image left by 90 degrees\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"rotate-left\\\"] = function(event) {\\n\\t// Rotate the canvas left by 90 degrees\\n\\tthis.rotateCanvasLeft();\\n\\t// Update the input controls\\n\\tthis.refreshToolbar();\\n\\t// Save the image into the tiddler\\n\\tthis.saveChanges();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"bitmapeditoroperation\"},\"$:/core/modules/editor/operations/text/excise.js\":{\"title\":\"$:/core/modules/editor/operations/text/excise.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/excise.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to excise the selection to a new tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"excise\\\"] = function(event,operation) {\\n\\tvar editTiddler = this.wiki.getTiddler(this.editTitle),\\n\\t\\teditTiddlerTitle = this.editTitle;\\n\\tif(editTiddler && editTiddler.fields[\\\"draft.of\\\"]) {\\n\\t\\teditTiddlerTitle = editTiddler.fields[\\\"draft.of\\\"];\\n\\t}\\n\\tvar excisionTitle = event.paramObject.title || this.wiki.generateNewTitle(\\\"New Excision\\\");\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(\\n\\t\\tthis.wiki.getCreationFields(),\\n\\t\\tthis.wiki.getModificationFields(),\\n\\t\\t{\\n\\t\\t\\ttitle: excisionTitle,\\n\\t\\t\\ttext: operation.selection,\\n\\t\\t\\ttags: event.paramObject.tagnew === \\\"yes\\\" ? [editTiddlerTitle] : []\\n\\t\\t}\\n\\t));\\n\\toperation.replacement = excisionTitle;\\n\\tswitch(event.paramObject.type || \\\"transclude\\\") {\\n\\t\\tcase \\\"transclude\\\":\\n\\t\\t\\toperation.replacement = \\\"{{\\\" + operation.replacement+ \\\"}}\\\";\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"link\\\":\\n\\t\\t\\toperation.replacement = \\\"[[\\\" + operation.replacement+ \\\"]]\\\";\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"macro\\\":\\n\\t\\t\\toperation.replacement = \\\"\u003C\u003C\\\" + (event.paramObject.macro || \\\"translink\\\") + \\\" \\\\\\\"\\\\\\\"\\\\\\\"\\\" + operation.replacement + \\\"\\\\\\\"\\\\\\\"\\\\\\\">>\\\";\\n\\t\\t\\tbreak;\\n\\t}\\n\\toperation.cutStart = operation.selStart;\\n\\toperation.cutEnd = operation.selEnd;\\n\\toperation.newSelStart = operation.selStart;\\n\\toperation.newSelEnd = operation.selStart + operation.replacement.length;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/insert-text.js\":{\"title\":\"$:/core/modules/editor/operations/text/insert-text.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/insert-text.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation insert text at the caret position. If there is a selection it is replaced.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"insert-text\\\"] = function(event,operation) {\\n\\toperation.replacement = event.paramObject.text;\\n\\toperation.cutStart = operation.selStart;\\n\\toperation.cutEnd = operation.selEnd;\\n\\toperation.newSelStart = operation.selStart + operation.replacement.length;\\n\\toperation.newSelEnd = operation.newSelStart;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/make-link.js\":{\"title\":\"$:/core/modules/editor/operations/text/make-link.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/make-link.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to make a link\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"make-link\\\"] = function(event,operation) {\\n\\tif(operation.selection) {\\n\\t\\toperation.replacement = \\\"[[\\\" + operation.selection + \\\"|\\\" + event.paramObject.text + \\\"]]\\\";\\n\\t\\toperation.cutStart = operation.selStart;\\n\\t\\toperation.cutEnd = operation.selEnd;\\n\\t} else {\\n\\t\\toperation.replacement = \\\"[[\\\" + event.paramObject.text + \\\"]]\\\";\\n\\t\\toperation.cutStart = operation.selStart;\\n\\t\\toperation.cutEnd = operation.selEnd;\\n\\t}\\n\\toperation.newSelStart = operation.selStart + operation.replacement.length;\\n\\toperation.newSelEnd = operation.newSelStart;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/prefix-lines.js\":{\"title\":\"$:/core/modules/editor/operations/text/prefix-lines.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/prefix-lines.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to add a prefix to the selected lines\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"prefix-lines\\\"] = function(event,operation) {\\n\\tvar targetCount = parseInt(event.paramObject.count + \\\"\\\",10);\\n\\t// Cut just past the preceding line break, or the start of the text\\n\\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\\n\\t// Cut to just past the following line break, or to the end of the text\\n\\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\\n\\t// Compose the required prefix\\n\\tvar prefix = $tw.utils.repeat(event.paramObject.character,targetCount);\\n\\t// Process each line\\n\\tvar lines = operation.text.substring(operation.cutStart,operation.cutEnd).split(/\\\\r?\\\\n/mg);\\n\\t$tw.utils.each(lines,function(line,index) {\\n\\t\\t// Remove and count any existing prefix characters\\n\\t\\tvar count = 0;\\n\\t\\twhile(line.charAt(0) === event.paramObject.character) {\\n\\t\\t\\tline = line.substring(1);\\n\\t\\t\\tcount++;\\n\\t\\t}\\n\\t\\t// Remove any whitespace\\n\\t\\twhile(line.charAt(0) === \\\" \\\") {\\n\\t\\t\\tline = line.substring(1);\\n\\t\\t}\\n\\t\\t// We're done if we removed the exact required prefix, otherwise add it\\n\\t\\tif(count !== targetCount) {\\n\\t\\t\\t// Apply the prefix\\n\\t\\t\\tline = prefix + \\\" \\\" + line;\\n\\t\\t}\\n\\t\\t// Save the modified line\\n\\t\\tlines[index] = line;\\n\\t});\\n\\t// Stitch the replacement text together and set the selection\\n\\toperation.replacement = lines.join(\\\"\\\\n\\\");\\n\\tif(lines.length === 1) {\\n\\t\\toperation.newSelStart = operation.cutStart + operation.replacement.length;\\n\\t\\toperation.newSelEnd = operation.newSelStart;\\n\\t} else {\\n\\t\\toperation.newSelStart = operation.cutStart;\\n\\t\\toperation.newSelEnd = operation.newSelStart + operation.replacement.length;\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/replace-all.js\":{\"title\":\"$:/core/modules/editor/operations/text/replace-all.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/replace-all.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to replace the entire text\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"replace-all\\\"] = function(event,operation) {\\n\\toperation.cutStart = 0;\\n\\toperation.cutEnd = operation.text.length;\\n\\toperation.replacement = event.paramObject.text;\\n\\toperation.newSelStart = 0;\\n\\toperation.newSelEnd = operation.replacement.length;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/replace-selection.js\":{\"title\":\"$:/core/modules/editor/operations/text/replace-selection.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/replace-selection.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to replace the selection\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"replace-selection\\\"] = function(event,operation) {\\n\\toperation.replacement = event.paramObject.text;\\n\\toperation.cutStart = operation.selStart;\\n\\toperation.cutEnd = operation.selEnd;\\n\\toperation.newSelStart = operation.selStart;\\n\\toperation.newSelEnd = operation.selStart + operation.replacement.length;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/save-selection.js\":{\"title\":\"$:/core/modules/editor/operations/text/save-selection.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/save-selection.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to save the current selection in a specified tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"save-selection\\\"] = function(event,operation) {\\n\\tvar tiddler = event.paramObject.tiddler,\\n\\t\\tfield = event.paramObject.field || \\\"text\\\";\\n\\tif(tiddler && field) {\\n\\t\\tthis.wiki.setText(tiddler,field,null,operation.text.substring(operation.selStart,operation.selEnd));\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/wrap-lines.js\":{\"title\":\"$:/core/modules/editor/operations/text/wrap-lines.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/wrap-lines.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to wrap the selected lines with a prefix and suffix\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"wrap-lines\\\"] = function(event,operation) {\\n\\t// Cut just past the preceding line break, or the start of the text\\n\\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\\n\\t// Cut to just past the following line break, or to the end of the text\\n\\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\\n\\t// Add the prefix and suffix\\n\\toperation.replacement = event.paramObject.prefix + \\\"\\\\n\\\" +\\n\\t\\t\\t\\toperation.text.substring(operation.cutStart,operation.cutEnd) + \\\"\\\\n\\\" +\\n\\t\\t\\t\\tevent.paramObject.suffix + \\\"\\\\n\\\";\\n\\toperation.newSelStart = operation.cutStart + event.paramObject.prefix.length + 1;\\n\\toperation.newSelEnd = operation.newSelStart + (operation.cutEnd - operation.cutStart);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/editor/operations/text/wrap-selection.js\":{\"title\":\"$:/core/modules/editor/operations/text/wrap-selection.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/editor/operations/text/wrap-selection.js\\ntype: application/javascript\\nmodule-type: texteditoroperation\\n\\nText editor operation to wrap the selection with the specified prefix and suffix\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports[\\\"wrap-selection\\\"] = function(event,operation) {\\n\\tif(operation.selStart === operation.selEnd) {\\n\\t\\t// No selection; check if we're within the prefix/suffix\\n\\t\\tif(operation.text.substring(operation.selStart - event.paramObject.prefix.length,operation.selStart + event.paramObject.suffix.length) === event.paramObject.prefix + event.paramObject.suffix) {\\n\\t\\t\\t// Remove the prefix and suffix\\n\\t\\t\\toperation.cutStart = operation.selStart - event.paramObject.prefix.length;\\n\\t\\t\\toperation.cutEnd = operation.selEnd + event.paramObject.suffix.length;\\n\\t\\t\\toperation.replacement = \\\"\\\";\\n\\t\\t\\toperation.newSelStart = operation.cutStart;\\n\\t\\t\\toperation.newSelEnd = operation.newSelStart;\\n\\t\\t} else {\\n\\t\\t\\t// Wrap the cursor instead\\n\\t\\t\\toperation.cutStart = operation.selStart;\\n\\t\\t\\toperation.cutEnd = operation.selEnd;\\n\\t\\t\\toperation.replacement = event.paramObject.prefix + event.paramObject.suffix;\\n\\t\\t\\toperation.newSelStart = operation.selStart + event.paramObject.prefix.length;\\n\\t\\t\\toperation.newSelEnd = operation.newSelStart;\\n\\t\\t}\\n\\t} else if(operation.text.substring(operation.selStart,operation.selStart + event.paramObject.prefix.length) === event.paramObject.prefix && operation.text.substring(operation.selEnd - event.paramObject.suffix.length,operation.selEnd) === event.paramObject.suffix) {\\n\\t\\t// Prefix and suffix are already present, so remove them\\n\\t\\toperation.cutStart = operation.selStart;\\n\\t\\toperation.cutEnd = operation.selEnd;\\n\\t\\toperation.replacement = operation.selection.substring(event.paramObject.prefix.length,operation.selection.length - event.paramObject.suffix.length);\\n\\t\\toperation.newSelStart = operation.selStart;\\n\\t\\toperation.newSelEnd = operation.selStart + operation.replacement.length;\\n\\t} else {\\n\\t\\t// Add the prefix and suffix\\n\\t\\toperation.cutStart = operation.selStart;\\n\\t\\toperation.cutEnd = operation.selEnd;\\n\\t\\toperation.replacement = event.paramObject.prefix + operation.selection + event.paramObject.suffix;\\n\\t\\toperation.newSelStart = operation.selStart;\\n\\t\\toperation.newSelEnd = operation.selStart + operation.replacement.length;\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"texteditoroperation\"},\"$:/core/modules/filterrunprefixes/all.js\":{\"title\":\"$:/core/modules/filterrunprefixes/all.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/all.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\nUnion of sets without de-duplication.\\nEquivalent to = filter run prefix.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.all = function(operationSubFunction) {\\n\\treturn function(results,source,widget) {\\n\\t\\tresults.push.apply(results, operationSubFunction(source,widget));\\n\\t};\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/and.js\":{\"title\":\"$:/core/modules/filterrunprefixes/and.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/and.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\nIntersection of sets.\\nEquivalent to + filter run prefix.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.and = function(operationSubFunction,options) {\\n\\treturn function(results,source,widget) {\\n\\t\\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\\n\\t\\tsource = options.wiki.makeTiddlerIterator(results.toArray());\\n\\t\\tresults.clear();\\n\\t\\tresults.pushTop(operationSubFunction(source,widget));\\n\\t};\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/else.js\":{\"title\":\"$:/core/modules/filterrunprefixes/else.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/else.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\nEquivalent to ~ filter run prefix.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.else = function(operationSubFunction) {\\n\\treturn function(results,source,widget) {\\n\\t\\tif(results.length === 0) {\\n\\t\\t\\t// Main result so far is empty\\n\\t\\t\\tresults.pushTop(operationSubFunction(source,widget));\\n\\t\\t}\\n\\t};\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/except.js\":{\"title\":\"$:/core/modules/filterrunprefixes/except.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/except.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\nDifference of sets.\\nEquivalent to - filter run prefix.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.except = function(operationSubFunction) {\\n\\treturn function(results,source,widget) {\\n\\t\\tresults.remove(operationSubFunction(source,widget));\\n\\t};\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/filter.js\":{\"title\":\"$:/core/modules/filterrunprefixes/filter.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/filter.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.filter = function(operationSubFunction,options) {\\n\\treturn function(results,source,widget) {\\n\\t\\tif(results.length > 0) {\\n\\t\\t\\tvar resultsToRemove = [];\\n\\t\\t\\tresults.each(function(title) {\\n\\t\\t\\t\\tvar filtered = operationSubFunction(options.wiki.makeTiddlerIterator([title]),{\\n\\t\\t\\t\\t\\tgetVariable: function(name) {\\n\\t\\t\\t\\t\\t\\tswitch(name) {\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + title;\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"..currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(name);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tif(filtered.length === 0) {\\n\\t\\t\\t\\t\\tresultsToRemove.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t\\tresults.remove(resultsToRemove);\\n\\t\\t}\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/intersection.js\":{\"title\":\"$:/core/modules/filterrunprefixes/intersection.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/intersection.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.intersection = function(operationSubFunction) {\\n\\treturn function(results,source,widget) {\\n\\t\\tif(results.length !== 0) {\\n\\t\\t\\tvar secondRunResults = operationSubFunction(source,widget);\\n\\t\\t\\tvar firstRunResults = results.toArray();\\n\\t\\t\\tresults.clear();\\n\\t\\t\\t$tw.utils.each(firstRunResults,function(title) {\\n\\t\\t\\t\\tif(secondRunResults.indexOf(title) !== -1) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t};\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/map.js\":{\"title\":\"$:/core/modules/filterrunprefixes/map.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/map.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.map = function(operationSubFunction,options) {\\n\\treturn function(results,source,widget) {\\n\\t\\tif(results.length > 0) {\\n\\t\\t\\tvar inputTitles = results.toArray();\\n\\t\\t\\tresults.clear();\\n\\t\\t\\t$tw.utils.each(inputTitles,function(title) {\\n\\t\\t\\t\\tvar filtered = operationSubFunction(options.wiki.makeTiddlerIterator([title]),{\\n\\t\\t\\t\\t\\tgetVariable: function(name) {\\n\\t\\t\\t\\t\\t\\tswitch(name) {\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + title;\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"..currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(name);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tresults.push(filtered[0] || \\\"\\\");\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/or.js\":{\"title\":\"$:/core/modules/filterrunprefixes/or.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/or.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\nEquivalent to a filter run with no prefix.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.or = function(operationSubFunction) {\\n\\treturn function(results,source,widget) {\\n\\t\\tresults.pushTop(operationSubFunction(source,widget));\\n\\t};\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/reduce.js\":{\"title\":\"$:/core/modules/filterrunprefixes/reduce.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/reduce.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.reduce = function(operationSubFunction,options) {\\n\\treturn function(results,source,widget) {\\n\\t\\tif(results.length > 0) {\\n\\t\\t\\tvar accumulator = \\\"\\\";\\n\\t\\t\\tvar index = 0;\\n\\t\\t\\tresults.each(function(title) {\\n\\t\\t\\t\\tvar list = operationSubFunction(options.wiki.makeTiddlerIterator([title]),{\\n\\t\\t\\t\\t\\tgetVariable: function(name) {\\n\\t\\t\\t\\t\\t\\tswitch(name) {\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + title;\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"..currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"accumulator\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + accumulator;\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"index\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + index;\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"revIndex\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + (results.length - 1 - index);\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"length\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + results.length;\\n\\t\\t\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(name);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tif(list.length > 0) {\\n\\t\\t\\t\\t\\taccumulator = \\\"\\\" + list[0];\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t++index;\\n\\t\\t\\t});\\n\\t\\t\\tresults.clear();\\n\\t\\t\\tresults.push(accumulator);\\n\\t\\t}\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filterrunprefixes/sort.js\":{\"title\":\"$:/core/modules/filterrunprefixes/sort.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filterrunprefixes/sort.js\\ntype: application/javascript\\nmodule-type: filterrunprefix\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter prefix function\\n*/\\nexports.sort = function(operationSubFunction,options) {\\n\\treturn function(results,source,widget) {\\n\\t\\tif(results.length > 0) {\\n\\t\\t\\tvar suffixes = options.suffixes,\\n\\t\\t\\t\\tsortType = (suffixes[0] && suffixes[0][0]) ? suffixes[0][0] : \\\"string\\\",\\n\\t\\t\\t\\tinvert = suffixes[1] ? (suffixes[1].indexOf(\\\"reverse\\\") !== -1) : false,\\n\\t\\t\\t\\tisCaseSensitive = suffixes[1] ? (suffixes[1].indexOf(\\\"casesensitive\\\") !== -1) : false,\\n\\t\\t\\t\\tinputTitles = results.toArray(),\\n\\t\\t\\t\\tsortKeys = [],\\n\\t\\t\\t\\tindexes = new Array(inputTitles.length),\\n\\t\\t\\t\\tcompareFn;\\n\\t\\t\\tresults.each(function(title) {\\n\\t\\t\\t\\tvar key = operationSubFunction(options.wiki.makeTiddlerIterator([title]),{\\n\\t\\t\\t\\t\\tgetVariable: function(name) {\\n\\t\\t\\t\\t\\t\\tswitch(name) {\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + title;\\n\\t\\t\\t\\t\\t\\t\\tcase \\\"..currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\t\\t\\treturn widget.getVariable(name);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tsortKeys.push(key[0] || \\\"\\\");\\n\\t\\t\\t});\\n\\t\\t\\tresults.clear();\\n\\t\\t\\t// Prepare an array of indexes to sort\\n\\t\\t\\tfor(var t=0; t\u003CinputTitles.length; t++) {\\n\\t\\t\\t\\tindexes[t] = t;\\n\\t\\t\\t}\\n\\t\\t\\t// Sort the indexes\\n\\t\\t\\tcompareFn = $tw.utils.makeCompareFunction(sortType,{defaultType: \\\"string\\\", invert:invert, isCaseSensitive:isCaseSensitive});\\n\\t\\t\\tindexes = indexes.sort(function(a,b) {\\n\\t\\t\\t\\t\\treturn compareFn(sortKeys[a],sortKeys[b]);\\n\\t\\t\\t});\\n\\t\\t\\t// Add to results in correct order\\n\\t\\t\\t$tw.utils.each(indexes,function(index) {\\n\\t\\t\\t\\tresults.push(inputTitles[index]);\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"filterrunprefix\"},\"$:/core/modules/filters/addprefix.js\":{\"title\":\"$:/core/modules/filters/addprefix.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/addprefix.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for adding a prefix to each title in the list. This is\\nespecially useful in contexts where only a filter expression is allowed\\nand macro substitution isn't available.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.addprefix = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(operator.operand + title);\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/addsuffix.js\":{\"title\":\"$:/core/modules/filters/addsuffix.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/addsuffix.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for adding a suffix to each title in the list. This is\\nespecially useful in contexts where only a filter expression is allowed\\nand macro substitution isn't available.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.addsuffix = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title + operator.operand);\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/after.js\":{\"title\":\"$:/core/modules/filters/after.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/after.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning the tiddler from the current list that is after the tiddler named in the operand.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.after = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\tvar index = results.indexOf(operator.operand);\\n\\tif(index === -1 || index > (results.length - 2)) {\\n\\t\\treturn [];\\n\\t} else {\\n\\t\\treturn [results[index + 1]];\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/all/current.js\":{\"title\":\"$:/core/modules/filters/all/current.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/all/current.js\\ntype: application/javascript\\nmodule-type: allfilteroperator\\n\\nFilter function for [all[current]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.current = function(source,prefix,options) {\\n\\tvar currTiddlerTitle = options.widget && options.widget.getVariable(\\\"currentTiddler\\\");\\n\\tif(currTiddlerTitle) {\\n\\t\\treturn [currTiddlerTitle];\\n\\t} else {\\n\\t\\treturn [];\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"allfilteroperator\"},\"$:/core/modules/filters/all/missing.js\":{\"title\":\"$:/core/modules/filters/all/missing.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/all/missing.js\\ntype: application/javascript\\nmodule-type: allfilteroperator\\n\\nFilter function for [all[missing]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.missing = function(source,prefix,options) {\\n\\treturn options.wiki.getMissingTitles();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"allfilteroperator\"},\"$:/core/modules/filters/all/orphans.js\":{\"title\":\"$:/core/modules/filters/all/orphans.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/all/orphans.js\\ntype: application/javascript\\nmodule-type: allfilteroperator\\n\\nFilter function for [all[orphans]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.orphans = function(source,prefix,options) {\\n\\treturn options.wiki.getOrphanTitles();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"allfilteroperator\"},\"$:/core/modules/filters/all/shadows.js\":{\"title\":\"$:/core/modules/filters/all/shadows.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/all/shadows.js\\ntype: application/javascript\\nmodule-type: allfilteroperator\\n\\nFilter function for [all[shadows]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.shadows = function(source,prefix,options) {\\n\\treturn options.wiki.allShadowTitles();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"allfilteroperator\"},\"$:/core/modules/filters/all/tags.js\":{\"title\":\"$:/core/modules/filters/all/tags.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/all/tags.js\\ntype: application/javascript\\nmodule-type: allfilteroperator\\n\\nFilter function for [all[tags]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.tags = function(source,prefix,options) {\\n\\treturn Object.keys(options.wiki.getTagMap());\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"allfilteroperator\"},\"$:/core/modules/filters/all/tiddlers.js\":{\"title\":\"$:/core/modules/filters/all/tiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/all/tiddlers.js\\ntype: application/javascript\\nmodule-type: allfilteroperator\\n\\nFilter function for [all[tiddlers]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.tiddlers = function(source,prefix,options) {\\n\\treturn options.wiki.allTitles();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"allfilteroperator\"},\"$:/core/modules/filters/all.js\":{\"title\":\"$:/core/modules/filters/all.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/all.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for selecting tiddlers\\n\\n[all[shadows+tiddlers]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar allFilterOperators;\\n\\nfunction getAllFilterOperators() {\\n\\tif(!allFilterOperators) {\\n\\t\\tallFilterOperators = {};\\n\\t\\t$tw.modules.applyMethods(\\\"allfilteroperator\\\",allFilterOperators);\\n\\t}\\n\\treturn allFilterOperators;\\n}\\n\\n/*\\nExport our filter function\\n*/\\nexports.all = function(source,operator,options) {\\n\\t// Get our suboperators\\n\\tvar allFilterOperators = getAllFilterOperators();\\n\\t// Cycle through the suboperators accumulating their results\\n\\tvar results = new $tw.utils.LinkedList(),\\n\\t\\tsubops = operator.operand.split(\\\"+\\\");\\n\\t// Check for common optimisations\\n\\tif(subops.length === 1 && subops[0] === \\\"\\\") {\\n\\t\\treturn source;\\n\\t} else if(subops.length === 1 && subops[0] === \\\"tiddlers\\\") {\\n\\t\\treturn options.wiki.each;\\n\\t} else if(subops.length === 1 && subops[0] === \\\"shadows\\\") {\\n\\t\\treturn options.wiki.eachShadow;\\n\\t} else if(subops.length === 2 && subops[0] === \\\"tiddlers\\\" && subops[1] === \\\"shadows\\\") {\\n\\t\\treturn options.wiki.eachTiddlerPlusShadows;\\n\\t} else if(subops.length === 2 && subops[0] === \\\"shadows\\\" && subops[1] === \\\"tiddlers\\\") {\\n\\t\\treturn options.wiki.eachShadowPlusTiddlers;\\n\\t}\\n\\t// Do it the hard way\\n\\tfor(var t=0; t\u003Csubops.length; t++) {\\n\\t\\tvar subop = allFilterOperators[subops[t]];\\n\\t\\tif(subop) {\\n\\t\\t\\tresults.pushTop(subop(source,operator.prefix,options));\\n\\t\\t}\\n\\t}\\n\\treturn results.makeTiddlerIterator(options.wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/backlinks.js\":{\"title\":\"$:/core/modules/filters/backlinks.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/backlinks.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning all the backlinks from a tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.backlinks = function(source,operator,options) {\\n\\tvar results = new $tw.utils.LinkedList();\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.pushTop(options.wiki.getTiddlerBacklinks(title));\\n\\t});\\n\\treturn results.makeTiddlerIterator(options.wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/before.js\":{\"title\":\"$:/core/modules/filters/before.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/before.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning the tiddler from the current list that is before the tiddler named in the operand.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.before = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\tvar index = results.indexOf(operator.operand);\\n\\tif(index \u003C= 0) {\\n\\t\\treturn [];\\n\\t} else {\\n\\t\\treturn [results[index - 1]];\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/commands.js\":{\"title\":\"$:/core/modules/filters/commands.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/commands.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the commands available in this wiki\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.commands = function(source,operator,options) {\\n\\tvar results = [];\\n\\t$tw.utils.each($tw.commands,function(commandInfo,name) {\\n\\t\\tresults.push(name);\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/compare.js\":{\"title\":\"$:/core/modules/filters/compare.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/compare.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nGeneral purpose comparison operator\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.compare = function(source,operator,options) {\\n\\tvar suffixes = operator.suffixes || [],\\n\\t\\ttype = (suffixes[0] || [])[0],\\n\\t\\tmode = (suffixes[1] || [])[0],\\n\\t\\ttypeFn = $tw.utils.makeCompareFunction(type,{defaultType: \\\"number\\\"}),\\n\\t\\tmodeFn = modes[mode] || modes.eq,\\n\\t\\tinvert = operator.prefix === \\\"!\\\",\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(modeFn(typeFn(title,operator.operand)) !== invert) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\nvar modes = {\\n\\t\\\"eq\\\": function(value) {return value === 0;},\\n\\t\\\"ne\\\": function(value) {return value !== 0;},\\n\\t\\\"gteq\\\": function(value) {return value >= 0;},\\n\\t\\\"gt\\\": function(value) {return value > 0;},\\n\\t\\\"lteq\\\": function(value) {return value \u003C= 0;},\\n\\t\\\"lt\\\": function(value) {return value \u003C 0;}\\n}\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/contains.js\":{\"title\":\"$:/core/modules/filters/contains.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/contains.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for finding values in array fields\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.contains = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tfieldname = operator.suffix || \\\"list\\\";\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\tvar list = tiddler.getFieldList(fieldname);\\n\\t\\t\\t\\tif(list.indexOf(operator.operand) === -1) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\tvar list = tiddler.getFieldList(fieldname);\\n\\t\\t\\t\\tif(list.indexOf(operator.operand) !== -1) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/count.js\":{\"title\":\"$:/core/modules/filters/count.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/count.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning the number of entries in the current list.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.count = function(source,operator,options) {\\n\\tvar count = 0;\\n\\tsource(function(tiddler,title) {\\n\\t\\tcount++;\\n\\t});\\n\\treturn [count + \\\"\\\"];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/days.js\":{\"title\":\"$:/core/modules/filters/days.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/days.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator that selects tiddlers with a specified date field within a specified date interval.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.days = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tfieldName = operator.suffix || \\\"modified\\\",\\n\\t\\tdayInterval = (parseInt(operator.operand,10)||0),\\n\\t\\tdayIntervalSign = $tw.utils.sign(dayInterval),\\n\\t\\ttargetTimeStamp = (new Date()).setHours(0,0,0,0) + 1000*60*60*24*dayInterval,\\n\\t\\tisWithinDays = function(dateField) {\\n\\t\\t\\tvar sign = $tw.utils.sign(targetTimeStamp - (new Date(dateField)).setHours(0,0,0,0));\\n\\t\\t\\treturn sign === 0 || sign === dayIntervalSign;\\n\\t\\t};\\n\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\ttargetTimeStamp = targetTimeStamp - 1000*60*60*24*dayIntervalSign;\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(tiddler && tiddler.fields[fieldName]) {\\n\\t\\t\\t\\tif(!isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(tiddler && tiddler.fields[fieldName]) {\\n\\t\\t\\t\\tif(isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/deserializers.js\":{\"title\":\"$:/core/modules/filters/deserializers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/deserializers.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the deserializers in this wiki\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.deserializers = function(source,operator,options) {\\n\\tvar results = [];\\n\\t$tw.utils.each($tw.Wiki.tiddlerDeserializerModules,function(deserializer,type) {\\n\\t\\tresults.push(type);\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/duplicateslugs.js\":{\"title\":\"$:/core/modules/filters/duplicateslugs.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/duplicateslugs.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter function for [duplicateslugs[]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.duplicateslugs = function(source,operator,options) {\\n\\tvar slugs = Object.create(null), // Hashmap by slug of title, replaced with \\\"true\\\" if the duplicate title has already been output\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar slug = options.wiki.slugify(title);\\n\\t\\tif(slug in slugs) {\\n\\t\\t\\tif(slugs[slug] !== true) {\\n\\t\\t\\t\\tresults.push(slugs[slug]);\\n\\t\\t\\t\\tslugs[slug] = true;\\n\\t\\t\\t}\\n\\t\\t\\tresults.push(title);\\n\\t\\t} else {\\n\\t\\t\\tslugs[slug] = title;\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/each.js\":{\"title\":\"$:/core/modules/filters/each.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/each.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator that selects one tiddler for each unique value of the specified field.\\nWith suffix \\\"list\\\", selects all tiddlers that are values in a specified list field.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.each = function(source,operator,options) {\\n\\tvar results =[] ,\\n\\tvalue,values = {},\\n\\tfield = operator.operand || \\\"title\\\";\\n\\tif(operator.suffix === \\\"value\\\" && field === \\\"title\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!$tw.utils.hop(values,title)) {\\n\\t\\t\\t\\tvalues[title] = true;\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else if(operator.suffix !== \\\"list-item\\\") {\\n\\t\\tif(field === \\\"title\\\") {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler && !$tw.utils.hop(values,title)) {\\n\\t\\t\\t\\t\\tvalues[title] = true;\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\t\\tvalue = tiddler.getFieldString(field);\\n\\t\\t\\t\\t\\tif(!$tw.utils.hop(values,value)) {\\n\\t\\t\\t\\t\\t\\tvalues[value] = true;\\n\\t\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\t$tw.utils.each(\\n\\t\\t\\t\\t\\toptions.wiki.getTiddlerList(title,field),\\n\\t\\t\\t\\t\\tfunction(value) {\\n\\t\\t\\t\\t\\t\\tif(!$tw.utils.hop(values,value)) {\\n\\t\\t\\t\\t\\t\\t\\tvalues[value] = true;\\n\\t\\t\\t\\t\\t\\t\\tresults.push(value);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/eachday.js\":{\"title\":\"$:/core/modules/filters/eachday.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/eachday.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator that selects one tiddler for each unique day covered by the specified date field\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.eachday = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tvalues = [],\\n\\t\\tfieldName = operator.operand || \\\"modified\\\";\\n\\t// Function to convert a date/time to a date integer\\n\\tvar toDate = function(value) {\\n\\t\\tvalue = (new Date(value)).setHours(0,0,0,0);\\n\\t\\treturn value+0;\\n\\t};\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(tiddler && tiddler.fields[fieldName]) {\\n\\t\\t\\tvar value = toDate($tw.utils.parseDate(tiddler.fields[fieldName]));\\n\\t\\t\\tif(values.indexOf(value) === -1) {\\n\\t\\t\\t\\tvalues.push(value);\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/editiondescription.js\":{\"title\":\"$:/core/modules/filters/editiondescription.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/editiondescription.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the descriptions of the specified edition names\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.editiondescription = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif($tw.node) {\\n\\t\\tvar editionInfo = $tw.utils.getEditionInfo();\\n\\t\\tif(editionInfo) {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif($tw.utils.hop(editionInfo,title)) {\\n\\t\\t\\t\\t\\tresults.push(editionInfo[title].description || \\\"\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/editions.js\":{\"title\":\"$:/core/modules/filters/editions.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/editions.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the available editions in this wiki\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.editions = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif($tw.node) {\\n\\t\\tvar editionInfo = $tw.utils.getEditionInfo();\\n\\t\\tif(editionInfo) {\\n\\t\\t\\t$tw.utils.each(editionInfo,function(info,name) {\\n\\t\\t\\t\\tresults.push(name);\\n\\t\\t\\t});\\n\\t\\t}\\n\\t\\tresults.sort();\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/else.js\":{\"title\":\"$:/core/modules/filters/else.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/else.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for replacing an empty input list with a constant, passing a non-empty input list straight through\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.else = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\tif(results.length === 0) {\\n\\t\\treturn [operator.operand];\\n\\t} else {\\n\\t\\treturn results;\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/decodeuricomponent.js\":{\"title\":\"$:/core/modules/filters/decodeuricomponent.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/decodeuricomponent.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for applying decodeURIComponent() to each item.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter functions\\n*/\\n\\nexports.decodeuricomponent = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push($tw.utils.decodeURIComponentSafe(title));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.encodeuricomponent = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(encodeURIComponent(title));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.decodeuri = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push($tw.utils.decodeURISafe(title));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.encodeuri = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(encodeURI(title));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.decodehtml = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push($tw.utils.htmlDecode(title));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.encodehtml = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push($tw.utils.htmlEncode(title));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.stringify = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push($tw.utils.stringify(title,(operator.suffix === \\\"rawunicode\\\")));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.jsonstringify = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push($tw.utils.jsonStringify(title,(operator.suffix === \\\"rawunicode\\\")));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.escaperegexp = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push($tw.utils.escapeRegExp(title));\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.escapecss = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\t// escape any character with a special meaning in CSS using CSS.escape()\\n\\t\\tresults.push($tw.utils.escapeCSS(title));\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/enlist.js\":{\"title\":\"$:/core/modules/filters/enlist.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/enlist.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning its operand parsed as a list\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.enlist = function(source,operator,options) {\\n\\tvar allowDuplicates = false;\\n\\tswitch(operator.suffix) {\\n\\t\\tcase \\\"raw\\\":\\n\\t\\t\\tallowDuplicates = true;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"dedupe\\\":\\n\\t\\t\\tallowDuplicates = false;\\n\\t\\t\\tbreak;\\n\\t}\\n\\tvar list = $tw.utils.parseStringArray(operator.operand,allowDuplicates);\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tvar results = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(list.indexOf(title) === -1) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\treturn results;\\n\\t} else {\\n\\t\\treturn list;\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/field.js\":{\"title\":\"$:/core/modules/filters/field.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/field.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for comparing fields for equality\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.field = function(source,operator,options) {\\n\\tvar results = [],indexedResults,\\n\\t\\tfieldname = operator.suffix || operator.operator || \\\"title\\\";\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tif(operator.regexp) {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\t\\tvar text = tiddler.getFieldString(fieldname);\\n\\t\\t\\t\\t\\tif(text !== null && !operator.regexp.exec(text)) {\\n\\t\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\t\\tvar text = tiddler.getFieldString(fieldname);\\n\\t\\t\\t\\t\\tif(text !== null && text !== operator.operand) {\\n\\t\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t} else {\\n\\t\\tif(operator.regexp) {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\t\\tvar text = tiddler.getFieldString(fieldname);\\n\\t\\t\\t\\t\\tif(text !== null && !!operator.regexp.exec(text)) {\\n\\t\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tif(source.byField && operator.operand) {\\n\\t\\t\\t\\tindexedResults = source.byField(fieldname,operator.operand);\\n\\t\\t\\t\\tif(indexedResults) {\\n\\t\\t\\t\\t\\treturn indexedResults\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\t\\tvar text = tiddler.getFieldString(fieldname);\\n\\t\\t\\t\\t\\tif(text !== null && text === operator.operand) {\\n\\t\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/fields.js\":{\"title\":\"$:/core/modules/filters/fields.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/fields.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the fields on the selected tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.fields = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tfieldName,\\n\\t\\tsuffixes = (operator.suffixes || [])[0] || [],\\n\\t\\toperand = $tw.utils.parseStringArray(operator.operand);\\n\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(tiddler) {\\n\\t\\t\\tif(suffixes.indexOf(\\\"include\\\") !== -1) {\\n\\t\\t\\t\\tfor(fieldName in tiddler.fields) {\\n\\t\\t\\t\\t\\t(operand.indexOf(fieldName) !== -1) ? $tw.utils.pushTop(results,fieldName) : \\\"\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else if (suffixes.indexOf(\\\"exclude\\\") !== -1) {\\n\\t\\t\\t\\tfor(fieldName in tiddler.fields) {\\n\\t\\t\\t\\t\\t(operand.indexOf(fieldName) !== -1) ? \\\"\\\" : $tw.utils.pushTop(results,fieldName);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} // else if\\n\\t\\t\\telse {\\n\\t\\t\\t\\tfor(fieldName in tiddler.fields) {\\n\\t\\t\\t\\t\\t$tw.utils.pushTop(results,fieldName);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} // else\\n\\t\\t} // if (tiddler)\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/filter.js\":{\"title\":\"$:/core/modules/filters/filter.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/filter.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning those input titles that pass a subfilter\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.filter = function(source,operator,options) {\\n\\tvar filterFn = options.wiki.compileFilter(operator.operand),\\n\\t\\tresults = [],\\n\\t\\ttarget = operator.prefix !== \\\"!\\\";\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar list = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]),{\\n\\t\\t\\t\\tgetVariable: function(name) {\\n\\t\\t\\t\\t\\tswitch(name) {\\n\\t\\t\\t\\t\\t\\tcase \\\"currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + title;\\n\\t\\t\\t\\t\\t\\tcase \\\"..currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn options.widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\t\\treturn options.widget.getVariable(name);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\tif((list.length > 0) === target) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/format/date.js\":{\"title\":\"$:/core/modules/filters/format/date.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/format/date.js\\ntype: application/javascript\\nmodule-type: formatfilteroperator\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.date = function(source,operand,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar value = $tw.utils.parseDate(title);\\n\\t\\tif(value && $tw.utils.isDate(value) && value.toString() !== \\\"Invalid Date\\\") {\\n\\t\\t\\tresults.push($tw.utils.formatDateString(value,operand || \\\"YYYY MM DD 0hh:0mm\\\"));\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"formatfilteroperator\"},\"$:/core/modules/filters/format/relativedate.js\":{\"title\":\"$:/core/modules/filters/format/relativedate.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/format/relativedate.js\\ntype: application/javascript\\nmodule-type: formatfilteroperator\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.relativedate = function(source,operand,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar value = $tw.utils.parseDate(title);\\n\\t\\tif(value && $tw.utils.isDate(value) && value.toString() !== \\\"Invalid Date\\\") {\\n\\t\\t\\tresults.push($tw.utils.getRelativeDate((new Date()) - (new Date(value))).description);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"formatfilteroperator\"},\"$:/core/modules/filters/format/titlelist.js\":{\"title\":\"$:/core/modules/filters/format/titlelist.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/format/titlelist.js\\ntype: application/javascript\\nmodule-type: formatfilteroperator\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.titlelist = function(source,operand,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(title && title.length) {\\n\\t\\t\\tresults.push($tw.utils.stringifyList([title]));\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"formatfilteroperator\"},\"$:/core/modules/filters/format.js\":{\"title\":\"$:/core/modules/filters/format.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/format.js\\ntype: application/javascript\\nmodule-type: filteroperator\\nFilter operator for formatting strings\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar formatFilterOperators;\\n\\nfunction getFormatFilterOperators() {\\n\\tif(!formatFilterOperators) {\\n\\t\\tformatFilterOperators = {};\\n\\t\\t$tw.modules.applyMethods(\\\"formatfilteroperator\\\",formatFilterOperators);\\n\\t}\\n\\treturn formatFilterOperators;\\n}\\n\\n/*\\nExport our filter function\\n*/\\nexports.format = function(source,operator,options) {\\n\\t// Dispatch to the correct formatfilteroperator\\n\\tvar formatFilterOperators = getFormatFilterOperators();\\n\\tif(operator.suffix) {\\n\\t\\tvar formatFilterOperator = formatFilterOperators[operator.suffix];\\n\\t\\tif(formatFilterOperator) {\\n\\t\\t\\treturn formatFilterOperator(source,operator.operand,options);\\n\\t\\t} else {\\n\\t\\t\\treturn [$tw.language.getString(\\\"Error/FormatFilterOperator\\\")];\\n\\t\\t}\\n\\t} else {\\n\\t\\t// Return all unchanged if the suffix is missing\\n\\t\\tvar results = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t});\\n\\t\\treturn results;\\n\\t}\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/get.js\":{\"title\":\"$:/core/modules/filters/get.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/get.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for replacing tiddler titles by the value of the field specified in the operand.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.get = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(tiddler) {\\n\\t\\t\\tvar value = tiddler.getFieldString(operator.operand);\\n\\t\\t\\tif(value) {\\n\\t\\t\\t\\tresults.push(value);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/getindex.js\":{\"title\":\"$:/core/modules/filters/getindex.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/getindex.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nreturns the value at a given index of datatiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.getindex = function(source,operator,options) {\\n\\tvar data,title,results = [];\\n\\tif(operator.operand){\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\ttitle = tiddler ? tiddler.fields.title : title;\\n\\t\\t\\tdata = options.wiki.extractTiddlerDataItem(tiddler,operator.operand);\\n\\t\\t\\tif(data) {\\n\\t\\t\\t\\tresults.push(data);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/getvariable.js\":{\"title\":\"$:/core/modules/filters/getvariable.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/getvariable.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for replacing input values by the value of the variable with the same name, or blank if the variable is missing\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.getvariable = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(options.widget.getVariable(title) || \\\"\\\");\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/has.js\":{\"title\":\"$:/core/modules/filters/has.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/has.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for checking if a tiddler has the specified field or index\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.has = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tinvert = operator.prefix === \\\"!\\\";\\n\\n\\tif(operator.suffix === \\\"field\\\") {\\n\\t\\tif(invert) {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(!tiddler || (tiddler && (!$tw.utils.hop(tiddler.fields,operator.operand)))) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand)) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n\\telse if(operator.suffix === \\\"index\\\") {\\n\\t\\tif(invert) {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(!tiddler || (tiddler && (!$tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)))) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler && $tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n\\telse {\\n\\t\\tif(invert) {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand].length === 0)) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand) && (tiddler.fields[operator.operand].length !== 0)) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/haschanged.js\":{\"title\":\"$:/core/modules/filters/haschanged.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/haschanged.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returns tiddlers from the list that have a non-zero changecount.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.haschanged = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.getChangeCount(title) === 0) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.getChangeCount(title) > 0) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/indexes.js\":{\"title\":\"$:/core/modules/filters/indexes.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/indexes.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the indexes of a data tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.indexes = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar data = options.wiki.getTiddlerDataCached(title);\\n\\t\\tif(data) {\\n\\t\\t\\t$tw.utils.pushTop(results,Object.keys(data));\\n\\t\\t}\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/insertbefore.js\":{\"title\":\"$:/core/modules/filters/insertbefore.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/insertbefore.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nInsert an item before another item in a list\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nOrder a list\\n*/\\nexports.insertbefore = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\tvar target = options.widget && options.widget.getVariable(operator.suffix || \\\"currentTiddler\\\");\\n\\tif(target !== operator.operand) {\\n\\t\\t// Remove the entry from the list if it is present\\n\\t\\tvar pos = results.indexOf(operator.operand);\\n\\t\\tif(pos !== -1) {\\n\\t\\t\\tresults.splice(pos,1);\\n\\t\\t}\\n\\t\\t// Insert the entry before the target marker\\n\\t\\tpos = results.indexOf(target);\\n\\t\\tif(pos !== -1) {\\n\\t\\t\\tresults.splice(pos,0,operator.operand);\\n\\t\\t} else {\\n\\t\\t\\tresults.push(operator.operand);\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/is/binary.js\":{\"title\":\"$:/core/modules/filters/is/binary.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/binary.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[binary]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.binary = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!options.wiki.isBinaryTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.isBinaryTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/blank.js\":{\"title\":\"$:/core/modules/filters/is/blank.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/blank.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[blank]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.blank = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!title) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/current.js\":{\"title\":\"$:/core/modules/filters/is/current.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/current.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[current]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.current = function(source,prefix,options) {\\n\\tvar results = [],\\n\\t\\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\\\"currentTiddler\\\");\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title !== currTiddlerTitle) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title === currTiddlerTitle) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/draft.js\":{\"title\":\"$:/core/modules/filters/is/draft.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/draft.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[draft]] analagous to [has[draft.of]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.draft = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!tiddler || !$tw.utils.hop(tiddler.fields,\\\"draft.of\\\")) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(tiddler && $tw.utils.hop(tiddler.fields,\\\"draft.of\\\") && (tiddler.fields[\\\"draft.of\\\"].length !== 0)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/image.js\":{\"title\":\"$:/core/modules/filters/is/image.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/image.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[image]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.image = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!options.wiki.isImageTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.isImageTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/missing.js\":{\"title\":\"$:/core/modules/filters/is/missing.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/missing.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[missing]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.missing = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.tiddlerExists(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!options.wiki.tiddlerExists(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/orphan.js\":{\"title\":\"$:/core/modules/filters/is/orphan.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/orphan.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[orphan]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.orphan = function(source,prefix,options) {\\n\\tvar results = [],\\n\\t\\torphanTitles = options.wiki.getOrphanTitles();\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(orphanTitles.indexOf(title) === -1) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(orphanTitles.indexOf(title) !== -1) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/shadow.js\":{\"title\":\"$:/core/modules/filters/is/shadow.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/shadow.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[shadow]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.shadow = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!options.wiki.isShadowTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.isShadowTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/system.js\":{\"title\":\"$:/core/modules/filters/is/system.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/system.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[system]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.system = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!options.wiki.isSystemTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.isSystemTiddler(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/tag.js\":{\"title\":\"$:/core/modules/filters/is/tag.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/tag.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[tag]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.tag = function(source,prefix,options) {\\n\\tvar results = [],\\n\\t\\ttagMap = options.wiki.getTagMap();\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!$tw.utils.hop(tagMap,title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif($tw.utils.hop(tagMap,title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/tiddler.js\":{\"title\":\"$:/core/modules/filters/is/tiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/tiddler.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[tiddler]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.tiddler = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!options.wiki.tiddlerExists(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(options.wiki.tiddlerExists(title)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is/variable.js\":{\"title\":\"$:/core/modules/filters/is/variable.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is/variable.js\\ntype: application/javascript\\nmodule-type: isfilteroperator\\n\\nFilter function for [is[variable]]\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.variable = function(source,prefix,options) {\\n\\tvar results = [];\\n\\tif(prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!(title in options.widget.variables)) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title in options.widget.variables) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"isfilteroperator\"},\"$:/core/modules/filters/is.js\":{\"title\":\"$:/core/modules/filters/is.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/is.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for checking tiddler properties\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar isFilterOperators;\\n\\nfunction getIsFilterOperators() {\\n\\tif(!isFilterOperators) {\\n\\t\\tisFilterOperators = {};\\n\\t\\t$tw.modules.applyMethods(\\\"isfilteroperator\\\",isFilterOperators);\\n\\t}\\n\\treturn isFilterOperators;\\n}\\n\\n/*\\nExport our filter function\\n*/\\nexports.is = function(source,operator,options) {\\n\\t// Dispatch to the correct isfilteroperator\\n\\tvar isFilterOperators = getIsFilterOperators();\\n\\tif(operator.operand) {\\n\\t\\tvar isFilterOperator = isFilterOperators[operator.operand];\\n\\t\\tif(isFilterOperator) {\\n\\t\\t\\treturn isFilterOperator(source,operator.prefix,options);\\n\\t\\t} else {\\n\\t\\t\\treturn [$tw.language.getString(\\\"Error/IsFilterOperator\\\")];\\n\\t\\t}\\n\\t} else {\\n\\t\\t// Return all tiddlers if the operand is missing\\n\\t\\tvar results = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t});\\n\\t\\treturn results;\\n\\t}\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/limit.js\":{\"title\":\"$:/core/modules/filters/limit.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/limit.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for chopping the results to a specified maximum number of entries\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.limit = function(source,operator,options) {\\n\\tvar results = [];\\n\\t// Convert to an array\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\t// Slice the array if necessary\\n\\tvar limit = Math.min(results.length,parseInt(operator.operand,10));\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tresults = results.slice(-limit);\\n\\t} else {\\n\\t\\tresults = results.slice(0,limit);\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/links.js\":{\"title\":\"$:/core/modules/filters/links.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/links.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning all the links from a tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.links = function(source,operator,options) {\\n\\tvar results = new $tw.utils.LinkedList();\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.pushTop(options.wiki.getTiddlerLinks(title));\\n\\t});\\n\\treturn results.makeTiddlerIterator(options.wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/list.js\":{\"title\":\"$:/core/modules/filters/list.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/list.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning the tiddlers whose title is listed in the operand tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.list = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\ttr = $tw.utils.parseTextReference(operator.operand),\\n\\t\\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\\\"currentTiddler\\\"),\\n\\t\\tlist = options.wiki.getTiddlerList(tr.title || currTiddlerTitle,tr.field,tr.index);\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(list.indexOf(title) === -1) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tresults = list;\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/listed.js\":{\"title\":\"$:/core/modules/filters/listed.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/listed.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning all tiddlers that have the selected tiddlers in a list\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.listed = function(source,operator,options) {\\n\\tvar field = operator.operand || \\\"list\\\",\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\t$tw.utils.pushTop(results,options.wiki.findListingsOfTiddler(title,field));\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/listops.js\":{\"title\":\"$:/core/modules/filters/listops.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/listops.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operators for manipulating the current selection list\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nOrder a list\\n*/\\nexports.order = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif(operator.operand.toLowerCase() === \\\"reverse\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults.unshift(title);\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n/*\\nReverse list\\n*/\\nexports.reverse = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.unshift(title);\\n\\t});\\n\\treturn results;\\n};\\n\\n/*\\nFirst entry/entries in list\\n*/\\nexports.first = function(source,operator,options) {\\n\\tvar count = $tw.utils.getInt(operator.operand,1),\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\treturn results.slice(0,count);\\n};\\n\\n/*\\nLast entry/entries in list\\n*/\\nexports.last = function(source,operator,options) {\\n\\tvar count = $tw.utils.getInt(operator.operand,1),\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\treturn results.slice(-count);\\n};\\n\\n/*\\nAll but the first entry/entries of the list\\n*/\\nexports.rest = function(source,operator,options) {\\n\\tvar count = $tw.utils.getInt(operator.operand,1),\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\treturn results.slice(count);\\n};\\nexports.butfirst = exports.rest;\\nexports.bf = exports.rest;\\n\\n/*\\nAll but the last entry/entries of the list\\n*/\\nexports.butlast = function(source,operator,options) {\\n\\tvar count = $tw.utils.getInt(operator.operand,1),\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\treturn results.slice(0,-count);\\n};\\nexports.bl = exports.butlast;\\n\\n/*\\nThe nth member of the list\\n*/\\nexports.nth = function(source,operator,options) {\\n\\tvar count = $tw.utils.getInt(operator.operand,1),\\n\\t\\tresults = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\treturn results.slice(count - 1,count);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/lookup.js\":{\"title\":\"$:/core/modules/filters/lookup.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/lookup.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator that looks up values via a title prefix\\n\\n[lookup:\u003Cfield>[\u003Cprefix>]]\\n\\nPrepends the prefix to the selected items and returns the specified field value\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.lookup = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(options.wiki.getTiddlerText(operator.operand + title) || operator.suffix || '');\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/match.js\":{\"title\":\"$:/core/modules/filters/match.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/match.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for checking if a title matches a string\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.match = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tsuffixes = (operator.suffixes || [])[0] || [];\\n\\tif(suffixes.indexOf(\\\"caseinsensitive\\\") !== -1) {\\n\\t\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(title.toLowerCase() !== (operator.operand || \\\"\\\").toLowerCase()) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(title.toLowerCase() === (operator.operand || \\\"\\\").toLowerCase()) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t} else {\\n\\t\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(title !== operator.operand) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(title === operator.operand) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/math.js\":{\"title\":\"$:/core/modules/filters/math.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/math.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operators for math. Unary/binary operators work on each item in turn, and return a new item list.\\n\\nSum/product/maxall/minall operate on the entire list, returning a single item.\\n\\nNote that strings are converted to numbers automatically. Trailing non-digits are ignored.\\n\\n* \\\"\\\" converts to 0\\n* \\\"12kk\\\" converts to 12\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.negate = makeNumericBinaryOperator(\\n\\tfunction(a) {return -a}\\n);\\n\\nexports.abs = makeNumericBinaryOperator(\\n\\tfunction(a) {return Math.abs(a)}\\n);\\n\\nexports.ceil = makeNumericBinaryOperator(\\n\\tfunction(a) {return Math.ceil(a)}\\n);\\n\\nexports.floor = makeNumericBinaryOperator(\\n\\tfunction(a) {return Math.floor(a)}\\n);\\n\\nexports.round = makeNumericBinaryOperator(\\n\\tfunction(a) {return Math.round(a)}\\n);\\n\\nexports.trunc = makeNumericBinaryOperator(\\n\\tfunction(a) {return Math.trunc(a)}\\n);\\n\\nexports.untrunc = makeNumericBinaryOperator(\\n\\tfunction(a) {return Math.ceil(Math.abs(a)) * Math.sign(a)}\\n);\\n\\nexports.sign = makeNumericBinaryOperator(\\n\\tfunction(a) {return Math.sign(a)}\\n);\\n\\nexports.add = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return a + b;}\\n);\\n\\nexports.subtract = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return a - b;}\\n);\\n\\nexports.multiply = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return a * b;}\\n);\\n\\nexports.divide = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return a / b;}\\n);\\n\\nexports.remainder = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return a % b;}\\n);\\n\\nexports.max = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return Math.max(a,b);}\\n);\\n\\nexports.min = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return Math.min(a,b);}\\n);\\n\\nexports.fixed = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return Number.prototype.toFixed.call(a,Math.min(Math.max(b,0),100));}\\n);\\n\\nexports.precision = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return Number.prototype.toPrecision.call(a,Math.min(Math.max(b,1),100));}\\n);\\n\\nexports.exponential = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return Number.prototype.toExponential.call(a,Math.min(Math.max(b,0),100));}\\n);\\n\\nexports.power = makeNumericBinaryOperator(\\n\\tfunction(a,b) {return Math.pow(a,b);}\\n);\\n\\nexports.log = makeNumericBinaryOperator(\\n\\tfunction(a,b) {\\n\\t\\tif(b) {\\n\\t\\t\\treturn Math.log(a)/Math.log(b);\\n\\t\\t} else {\\n\\t\\t\\treturn Math.log(a);\\n\\t\\t}\\n\\t}\\n);\\n\\nexports.sum = makeNumericReducingOperator(\\n\\tfunction(accumulator,value) {return accumulator + value},\\n\\t0 // Initial value\\n);\\n\\nexports.product = makeNumericReducingOperator(\\n\\tfunction(accumulator,value) {return accumulator * value},\\n\\t1 // Initial value\\n);\\n\\nexports.maxall = makeNumericReducingOperator(\\n\\tfunction(accumulator,value) {return Math.max(accumulator,value)},\\n\\t-Infinity // Initial value\\n);\\n\\nexports.minall = makeNumericReducingOperator(\\n\\tfunction(accumulator,value) {return Math.min(accumulator,value)},\\n\\tInfinity // Initial value\\n);\\n\\nexports.median = makeNumericArrayOperator(\\n\\tfunction(values) {\\n\\t\\tvar len = values.length, median;\\n\\t\\tvalues.sort();\\n\\t\\tif(len % 2) { \\n\\t\\t\\t// Odd, return the middle number\\n\\t\\t\\tmedian = values[(len - 1) / 2];\\n\\t\\t} else {\\n\\t\\t\\t// Even, return average of two middle numbers\\n\\t\\t\\tmedian = (values[len / 2 - 1] + values[len / 2]) / 2;\\n\\t\\t}\\n\\t\\treturn [median];\\n\\t}\\n);\\n\\nexports.average = makeNumericReducingOperator(\\n\\tfunction(accumulator,value) {return accumulator + value},\\n\\t0, // Initial value\\n\\tfunction(finalValue,numberOfValues) {\\n\\t\\treturn finalValue/numberOfValues;\\n\\t}\\n);\\n\\nexports.variance = makeNumericReducingOperator(\\n\\tfunction(accumulator,value) {return accumulator + value},\\n\\t0,\\n\\tfunction(finalValue,numberOfValues,originalValues) {\\n\\t\\treturn getVarianceFromArray(originalValues,finalValue/numberOfValues);\\n\\t}\\n);\\n\\nexports[\\\"standard-deviation\\\"] = makeNumericReducingOperator(\\n\\tfunction(accumulator,value) {return accumulator + value},\\n\\t0,\\n\\tfunction(finalValue,numberOfValues,originalValues) {\\n\\t\\tvar variance = getVarianceFromArray(originalValues,finalValue/numberOfValues);\\n\\t\\treturn Math.sqrt(variance);\\n\\t}\\n);\\n\\n//Calculate the variance of a population of numbers in an array given its mean\\nfunction getVarianceFromArray(values,mean) {\\n\\tvar deviationTotal = values.reduce(function(accumulator,value) {\\n\\t\\treturn accumulator + Math.pow(value - mean, 2);\\n\\t},0);\\n\\treturn deviationTotal/values.length;\\n};\\n\\nfunction makeNumericBinaryOperator(fnCalc) {\\n\\treturn function(source,operator,options) {\\n\\t\\tvar result = [],\\n\\t\\t\\tnumOperand = $tw.utils.parseNumber(operator.operand);\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresult.push($tw.utils.stringifyNumber(fnCalc($tw.utils.parseNumber(title),numOperand)));\\n\\t\\t});\\n\\t\\treturn result;\\n\\t};\\n};\\n\\nfunction makeNumericReducingOperator(fnCalc,initialValue,fnFinal) {\\n\\tinitialValue = initialValue || 0;\\n\\treturn function(source,operator,options) {\\n\\t\\tvar result = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresult.push($tw.utils.parseNumber(title));\\n\\t\\t});\\n\\t\\tvar value = result.reduce(function(accumulator,currentValue) {\\n\\t\\t\\t\\treturn fnCalc(accumulator,currentValue);\\n\\t\\t\\t},initialValue);\\n\\t\\tif(fnFinal) {\\n\\t\\t\\tvalue = fnFinal(value,result.length,result);\\n\\t\\t}\\n\\t\\treturn [$tw.utils.stringifyNumber(value)];\\n\\t};\\n};\\n\\nfunction makeNumericArrayOperator(fnCalc) {\\n\\treturn function(source,operator,options) {\\n\\t\\tvar results = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults.push($tw.utils.parseNumber(title));\\n\\t\\t});\\n\\t\\tresults = fnCalc(results);\\n\\t\\t$tw.utils.each(results,function(value,index) {\\n\\t\\t\\tresults[index] = $tw.utils.stringifyNumber(value);\\n\\t\\t});\\n\\t\\treturn results;\\n\\t};\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/minlength.js\":{\"title\":\"$:/core/modules/filters/minlength.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/minlength.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for filtering out titles that don't meet the minimum length in the operand\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.minlength = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tminLength = parseInt(operator.operand || \\\"\\\",10) || 0;\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(title.length >= minLength) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/moduleproperty.js\":{\"title\":\"$:/core/modules/filters/moduleproperty.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/moduleproperty.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter [[module-name]moduleproperty[name]] retrieve a module property\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.moduleproperty = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar value = require(title)[operator.operand || \\\"\\\"];\\n\\t\\tif(value !== undefined) {\\n\\t\\t\\tresults.push(value);\\n\\t\\t}\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/modules.js\":{\"title\":\"$:/core/modules/filters/modules.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/modules.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the titles of the modules of a given type in this wiki\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.modules = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif(operator.operands.length >= 2) {\\n\\t\\t// Return the modules that have the module property specified in the first operand with the value in the second operand\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\\n\\t\\t\\t\\tif(require(moduleName)[operator.operands[0]] === operator.operands[1]) {\\n\\t\\t\\t\\t\\tresults.push(moduleName);\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t});\\n\\t} else {\\n\\t\\t// Return all the module names without filtering\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\\n\\t\\t\\t\\tresults.push(moduleName);\\n\\t\\t\\t});\\n\\t\\t});\\n\\t}\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/moduletypes.js\":{\"title\":\"$:/core/modules/filters/moduletypes.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/moduletypes.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the module types in this wiki\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.moduletypes = function(source,operator,options) {\\n\\tvar results = [];\\n\\t$tw.utils.each($tw.modules.types,function(moduleInfo,type) {\\n\\t\\tresults.push(type);\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/next.js\":{\"title\":\"$:/core/modules/filters/next.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/next.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning the tiddler whose title occurs next in the list supplied in the operand tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.next = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tlist = options.wiki.getTiddlerList(operator.operand);\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar match = list.indexOf(title);\\n\\t\\t// increment match and then test if result is in range\\n\\t\\tmatch++;\\n\\t\\tif(match > 0 && match \u003C list.length) {\\n\\t\\t\\tresults.push(list[match]);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/plugintiddlers.js\":{\"title\":\"$:/core/modules/filters/plugintiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/plugintiddlers.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the titles of the shadow tiddlers within a plugin\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.plugintiddlers = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar pluginInfo = options.wiki.getPluginInfo(title) || options.wiki.getTiddlerDataCached(title,{tiddlers:[]});\\n\\t\\tif(pluginInfo && pluginInfo.tiddlers) {\\n\\t\\t\\t$tw.utils.each(pluginInfo.tiddlers,function(fields,title) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/prefix.js\":{\"title\":\"$:/core/modules/filters/prefix.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/prefix.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for checking if a title starts with a prefix\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.prefix = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title.substr(0,operator.operand.length) !== operator.operand) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title.substr(0,operator.operand.length) === operator.operand) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/previous.js\":{\"title\":\"$:/core/modules/filters/previous.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/previous.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning the tiddler whose title occurs immediately prior in the list supplied in the operand tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.previous = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tlist = options.wiki.getTiddlerList(operator.operand);\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar match = list.indexOf(title);\\n\\t\\t// increment match and then test if result is in range\\n\\t\\tmatch--;\\n\\t\\tif(match >= 0) {\\n\\t\\t\\tresults.push(list[match]);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/range.js\":{\"title\":\"$:/core/modules/filters/range.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/range.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for generating a numeric range.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.range = function(source,operator,options) {\\n\\tvar results = [];\\n\\t// For backwards compatibility, if there is only one operand, try to split it using one of the delimiters\\n\\tvar parts = operator.operands || [];\\n\\tif(parts.length === 1) {\\n\\t\\tparts = operator.operand.split(/[,:;]/g);\\n\\t}\\n\\t// Process the parts\\n\\tvar beg, end, inc, i, fixed = 0;\\n\\tfor (i=0; i\u003Cparts.length; i++) {\\n\\t\\t// Validate real number\\n\\t\\tif(!/^\\\\s*[+-]?((\\\\d+(\\\\.\\\\d*)?)|(\\\\.\\\\d+))\\\\s*$/.test(parts[i])) {\\n\\t\\t\\treturn [\\\"range: bad number \\\\\\\"\\\" + parts[i] + \\\"\\\\\\\"\\\"];\\n\\t\\t}\\n\\t\\t// Count digits; the most precise number determines decimal places in output.\\n\\t\\tvar frac = /\\\\.\\\\d+/.exec(parts[i]);\\n\\t\\tif(frac) {\\n\\t\\t\\tfixed = Math.max(fixed,frac[0].length-1);\\n\\t\\t}\\n\\t\\tparts[i] = parseFloat(parts[i]);\\n\\t}\\n\\tswitch(parts.length) {\\n\\t\\tcase 1:\\n\\t\\t\\tend = parts[0];\\n\\t\\t\\tif (end >= 1) {\\n\\t\\t\\t\\tbeg = 1;\\n\\t\\t\\t}\\n\\t\\t\\telse if (end \u003C= -1) {\\n\\t\\t\\t\\tbeg = -1;\\n\\t\\t\\t}\\n\\t\\t\\telse {\\n\\t\\t\\t\\treturn [];\\n\\t\\t\\t}\\n\\t\\t\\tinc = 1;\\n\\t\\t\\tbreak;\\n\\t\\tcase 2:\\n\\t\\t\\tbeg = parts[0];\\n\\t\\t\\tend = parts[1];\\n\\t\\t\\tinc = 1;\\n\\t\\t\\tbreak;\\n\\t\\tcase 3:\\n\\t\\t\\tbeg = parts[0];\\n\\t\\t\\tend = parts[1];\\n\\t\\t\\tinc = Math.abs(parts[2]);\\n\\t\\t\\tbreak;\\n\\t}\\n\\tif(inc === 0) {\\n\\t\\treturn [\\\"range: increment 0 causes infinite loop\\\"];\\n\\t}\\n\\t// May need to count backwards\\n\\tvar direction = ((end \u003C beg) ? -1 : 1);\\n\\tinc *= direction;\\n\\t// Estimate number of resulting elements\\n\\tif((end - beg) / inc > 10000) {\\n\\t\\treturn [\\\"range: too many steps (over 10K)\\\"];\\n\\t}\\n\\t// Avoid rounding error on last step\\n\\tend += direction * 0.5 * Math.pow(0.1,fixed);\\n\\tvar safety = 10010;\\n\\t// Enumerate the range\\n\\tif (end\u003Cbeg) {\\n\\t\\tfor(i=beg; i>end; i+=inc) {\\n\\t\\t\\tresults.push(i.toFixed(fixed));\\n\\t\\t\\tif(--safety\u003C0) {\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\tfor(i=beg; i\u003Cend; i+=inc) {\\n\\t\\t\\tresults.push(i.toFixed(fixed));\\n\\t\\t\\tif(--safety\u003C0) {\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\tif(safety\u003C0) {\\n\\t\\treturn [\\\"range: unexpectedly large output\\\"];\\n\\t}\\n\\t// Reverse?\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tresults.reverse();\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/reduce.js\":{\"title\":\"$:/core/modules/filters/reduce.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/reduce.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator evaluates a subfilter for each item, making the running total available in the variable `accumulator`, and the current index available in the variable `index`\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.reduce = function(source,operator,options) {\\n\\t// Accumulate the list\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\t// Run the filter over each item\\n\\tvar filterFn = options.wiki.compileFilter(operator.operand),\\n\\t\\taccumulator = operator.operands[1] || \\\"\\\";\\n\\tfor(var index=0; index\u003Cresults.length; index++) {\\n\\t\\tvar title = results[index],\\n\\t\\t\\tlist = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]),{\\n\\t\\t\\t\\tgetVariable: function(name) {\\n\\t\\t\\t\\t\\tswitch(name) {\\n\\t\\t\\t\\t\\t\\tcase \\\"currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + title;\\n\\t\\t\\t\\t\\t\\tcase \\\"..currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn options.widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t\\t\\t\\tcase \\\"accumulator\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + accumulator;\\n\\t\\t\\t\\t\\t\\tcase \\\"index\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + index;\\n\\t\\t\\t\\t\\t\\tcase \\\"revIndex\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + (results.length - 1 - index);\\n\\t\\t\\t\\t\\t\\tcase \\\"length\\\":\\n\\t\\t\\t\\t\\t\\t\\treturn \\\"\\\" + results.length;\\n\\t\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\t\\treturn options.widget.getVariable(name);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\tif(list.length > 0) {\\n\\t\\t\\taccumulator = \\\"\\\" + list[0];\\n\\t\\t}\\n\\t}\\n\\tif(results.length > 0) {\\n\\t\\treturn [accumulator];\\n\\t} else {\\n\\t\\treturn [];\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/regexp.js\":{\"title\":\"$:/core/modules/filters/regexp.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/regexp.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for regexp matching\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.regexp = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tfieldname = operator.suffix || \\\"title\\\",\\n\\t\\tregexpString, regexp, flags = \\\"\\\", match,\\n\\t\\tgetFieldString = function(tiddler,title) {\\n\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\treturn tiddler.getFieldString(fieldname);\\n\\t\\t\\t} else if(fieldname === \\\"title\\\") {\\n\\t\\t\\t\\treturn title;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn null;\\n\\t\\t\\t}\\n\\t\\t};\\n\\t// Process flags and construct regexp\\n\\tregexpString = operator.operand;\\n\\tmatch = /^\\\\(\\\\?([gim]+)\\\\)/.exec(regexpString);\\n\\tif(match) {\\n\\t\\tflags = match[1];\\n\\t\\tregexpString = regexpString.substr(match[0].length);\\n\\t} else {\\n\\t\\tmatch = /\\\\(\\\\?([gim]+)\\\\)$/.exec(regexpString);\\n\\t\\tif(match) {\\n\\t\\t\\tflags = match[1];\\n\\t\\t\\tregexpString = regexpString.substr(0,regexpString.length - match[0].length);\\n\\t\\t}\\n\\t}\\n\\ttry {\\n\\t\\tregexp = new RegExp(regexpString,flags);\\n\\t} catch(e) {\\n\\t\\treturn [\\\"\\\" + e];\\n\\t}\\n\\t// Process the incoming tiddlers\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tvar text = getFieldString(tiddler,title);\\n\\t\\t\\tif(text !== null) {\\n\\t\\t\\t\\tif(!regexp.exec(text)) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tvar text = getFieldString(tiddler,title);\\n\\t\\t\\tif(text !== null) {\\n\\t\\t\\t\\tif(!!regexp.exec(text)) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/removeprefix.js\":{\"title\":\"$:/core/modules/filters/removeprefix.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/removeprefix.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for removing a prefix from each title in the list. Titles that do not start with the prefix are removed.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.removeprefix = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(title.substr(0,operator.operand.length) === operator.operand) {\\n\\t\\t\\tresults.push(title.substr(operator.operand.length));\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/removesuffix.js\":{\"title\":\"$:/core/modules/filters/removesuffix.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/removesuffix.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for removing a suffix from each title in the list. Titles that do not end with the suffix are removed.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.removesuffix = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(title && title.substr(-operator.operand.length) === operator.operand) {\\n\\t\\t\\tresults.push(title.substr(0,title.length - operator.operand.length));\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/sameday.js\":{\"title\":\"$:/core/modules/filters/sameday.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/sameday.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator that selects tiddlers with a modified date field on the same day as the provided value.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.sameday = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tfieldName = operator.suffix || \\\"modified\\\",\\n\\t\\ttargetDate = (new Date($tw.utils.parseDate(operator.operand))).setHours(0,0,0,0);\\n\\t// Function to convert a date/time to a date integer\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(tiddler) {\\n\\t\\t\\tif(tiddler.getFieldDay(fieldName) === targetDate) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/search.js\":{\"title\":\"$:/core/modules/filters/search.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/search.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for searching for the text in the operand tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.search = function(source,operator,options) {\\n\\tvar invert = operator.prefix === \\\"!\\\";\\n\\tif(operator.suffixes) {\\n\\t\\tvar hasFlag = function(flag) {\\n\\t\\t\\t\\treturn (operator.suffixes[1] || []).indexOf(flag) !== -1;\\n\\t\\t\\t},\\n\\t\\t\\texcludeFields = false,\\n\\t\\t\\tfieldList = operator.suffixes[0] || [],\\n\\t\\t\\tfirstField = fieldList[0] || \\\"\\\", \\n\\t\\t\\tfirstChar = firstField.charAt(0),\\n\\t\\t\\tfields;\\n\\t\\tif(firstChar === \\\"-\\\") {\\n\\t\\t\\tfields = [firstField.slice(1)].concat(fieldList.slice(1));\\n\\t\\t\\texcludeFields = true;\\n\\t\\t} else if(fieldList[0] === \\\"*\\\"){\\n\\t\\t\\tfields = [];\\n\\t\\t\\texcludeFields = true;\\n\\t\\t} else {\\n\\t\\t\\tfields = fieldList.slice(0);\\n\\t\\t}\\n\\t\\treturn options.wiki.search(operator.operand,{\\n\\t\\t\\tsource: source,\\n\\t\\t\\tinvert: invert,\\n\\t\\t\\tfield: fields,\\n\\t\\t\\texcludeField: excludeFields,\\n\\t\\t\\tcaseSensitive: hasFlag(\\\"casesensitive\\\"),\\n\\t\\t\\tliteral: hasFlag(\\\"literal\\\"),\\n\\t\\t\\twhitespace: hasFlag(\\\"whitespace\\\"),\\n\\t\\t\\tanchored: hasFlag(\\\"anchored\\\"),\\n\\t\\t\\tregexp: hasFlag(\\\"regexp\\\"),\\n\\t\\t\\twords: hasFlag(\\\"words\\\")\\n\\t\\t});\\n\\t} else {\\n\\t\\treturn options.wiki.search(operator.operand,{\\n\\t\\t\\tsource: source,\\n\\t\\t\\tinvert: invert\\n\\t\\t});\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/shadowsource.js\":{\"title\":\"$:/core/modules/filters/shadowsource.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/shadowsource.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the source plugins for shadow tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.shadowsource = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar source = options.wiki.getShadowSource(title);\\n\\t\\tif(source) {\\n\\t\\t\\t$tw.utils.pushTop(results,source);\\n\\t\\t}\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/slugify.js\":{\"title\":\"$:/core/modules/filters/slugify.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/slugify.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for slugifying a tiddler title\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.slugify = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(options.wiki.slugify(title));\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/sort.js\":{\"title\":\"$:/core/modules/filters/sort.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/sort.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for sorting\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.sort = function(source,operator,options) {\\n\\tvar results = prepare_results(source);\\n\\toptions.wiki.sortTiddlers(results,operator.operand || \\\"title\\\",operator.prefix === \\\"!\\\",false,false);\\n\\treturn results;\\n};\\n\\nexports.nsort = function(source,operator,options) {\\n\\tvar results = prepare_results(source);\\n\\toptions.wiki.sortTiddlers(results,operator.operand || \\\"title\\\",operator.prefix === \\\"!\\\",false,true);\\n\\treturn results;\\n};\\n\\nexports.sortan = function(source, operator, options) {\\n\\tvar results = prepare_results(source);\\n\\toptions.wiki.sortTiddlers(results, operator.operand || \\\"title\\\", operator.prefix === \\\"!\\\",false,false,true);\\n\\treturn results;\\n};\\n\\nexports.sortcs = function(source,operator,options) {\\n\\tvar results = prepare_results(source);\\n\\toptions.wiki.sortTiddlers(results,operator.operand || \\\"title\\\",operator.prefix === \\\"!\\\",true,false);\\n\\treturn results;\\n};\\n\\nexports.nsortcs = function(source,operator,options) {\\n\\tvar results = prepare_results(source);\\n\\toptions.wiki.sortTiddlers(results,operator.operand || \\\"title\\\",operator.prefix === \\\"!\\\",true,true);\\n\\treturn results;\\n};\\n\\nvar prepare_results = function (source) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(title);\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/sortsub.js\":{\"title\":\"$:/core/modules/filters/sortsub.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/sortsub.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for sorting by a subfilter\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.sortsub = function(source,operator,options) {\\n\\t// Compile the subfilter\\n\\tvar filterFn = options.wiki.compileFilter(operator.operand);\\n\\t// Collect the input titles and the corresponding sort keys\\n\\tvar inputTitles = [],\\n\\t\\tsortKeys = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tinputTitles.push(title);\\n\\t\\tvar r = filterFn.call(options.wiki,function(iterator) {\\n\\t\\t\\titerator(options.wiki.getTiddler(title),title);\\n\\t\\t},{\\n\\t\\t\\tgetVariable: function(name) {\\n\\t\\t\\t\\tswitch(name) {\\n\\t\\t\\t\\t\\tcase \\\"currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\treturn \\\"\\\" + title;\\n\\t\\t\\t\\t\\tcase \\\"..currentTiddler\\\":\\n\\t\\t\\t\\t\\t\\treturn options.widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\treturn options.widget.getVariable(name);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tsortKeys.push(r[0] || \\\"\\\");\\n\\t});\\n\\t// Rather than sorting the titles array, we'll sort the indexes so that we can consult both arrays\\n\\tvar indexes = new Array(inputTitles.length);\\n\\tfor(var t=0; t\u003CinputTitles.length; t++) {\\n\\t\\tindexes[t] = t;\\n\\t}\\n\\t// Sort the indexes\\n\\tvar compareFn = $tw.utils.makeCompareFunction(operator.suffix,{defaultType: \\\"string\\\",invert: operator.prefix === \\\"!\\\"});\\n\\tindexes = indexes.sort(function(a,b) {\\n\\t\\treturn compareFn(sortKeys[a],sortKeys[b]);\\n\\t});\\n\\t// Make the results array in order\\n\\tvar results = [];\\n\\t$tw.utils.each(indexes,function(index) {\\n\\t\\tresults.push(inputTitles[index]);\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/splitbefore.js\":{\"title\":\"$:/core/modules/filters/splitbefore.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/splitbefore.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator that splits each result on the first occurance of the specified separator and returns the unique values.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.splitbefore = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar parts = title.split(operator.operand);\\n\\t\\tif(parts.length === 1) {\\n\\t\\t\\t$tw.utils.pushTop(results,parts[0]);\\n\\t\\t} else {\\n\\t\\t\\t$tw.utils.pushTop(results,parts[0] + operator.operand);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/storyviews.js\":{\"title\":\"$:/core/modules/filters/storyviews.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/storyviews.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the story views in this wiki\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.storyviews = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tstoryviews = {};\\n\\t$tw.modules.applyMethods(\\\"storyview\\\",storyviews);\\n\\t$tw.utils.each(storyviews,function(info,name) {\\n\\t\\tresults.push(name);\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/strings.js\":{\"title\":\"$:/core/modules/filters/strings.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/strings.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operators for strings. Unary/binary operators work on each item in turn, and return a new item list.\\n\\nSum/product/maxall/minall operate on the entire list, returning a single item.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.length = makeStringBinaryOperator(\\n\\tfunction(a) {return [\\\"\\\" + (\\\"\\\" + a).length];}\\n);\\n\\nexports.uppercase = makeStringBinaryOperator(\\n\\tfunction(a) {return [(\\\"\\\" + a).toUpperCase()];}\\n);\\n\\nexports.lowercase = makeStringBinaryOperator(\\n\\tfunction(a) {return [(\\\"\\\" + a).toLowerCase()];}\\n);\\n\\nexports.sentencecase = makeStringBinaryOperator(\\n\\tfunction(a) {return [$tw.utils.toSentenceCase(a)];}\\n);\\n\\nexports.titlecase = makeStringBinaryOperator(\\n\\tfunction(a) {return [$tw.utils.toTitleCase(a)];}\\n);\\n\\nexports.trim = function(source,operator,options) {\\n\\tvar result = [],\\n\\t\\tsuffix = operator.suffix || \\\"\\\",\\n\\t\\toperand = (operator.operand || \\\"\\\"),\\n\\t\\tfnCalc;\\n\\tif(suffix === \\\"prefix\\\") {\\n\\t\\tfnCalc = function(a,b) {return [$tw.utils.trimPrefix(a,b)];}\\n\\t} else if(suffix === \\\"suffix\\\") {\\n\\t\\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix(a,b)];}\\n\\t} else {\\n\\t\\tif(operand === \\\"\\\") {\\n\\t\\t\\tfnCalc = function(a) {return [$tw.utils.trim(a)];}\\n\\t\\t} else {\\n\\t\\t\\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix($tw.utils.trimPrefix(a,b),b)];}\\n\\t\\t}\\n\\t}\\n\\tsource(function(tiddler,title) {\\n\\t\\tArray.prototype.push.apply(result,fnCalc(title,operand));\\n\\t});\\n\\treturn result;\\n};\\n\\nexports.split = makeStringBinaryOperator(\\n\\tfunction(a,b) {return (\\\"\\\" + a).split(b);}\\n);\\n\\nexports[\\\"enlist-input\\\"] = makeStringBinaryOperator(\\n\\tfunction(a,o,s) {return $tw.utils.parseStringArray(\\\"\\\" + a,(s === \\\"raw\\\"));}\\n);\\n\\nexports.join = makeStringReducingOperator(\\n\\tfunction(accumulator,value,operand) {\\n\\t\\tif(accumulator === null) {\\n\\t\\t\\treturn value;\\n\\t\\t} else {\\n\\t\\t\\treturn accumulator + operand + value;\\n\\t\\t}\\n\\t},null\\n);\\n\\nfunction makeStringBinaryOperator(fnCalc) {\\n\\treturn function(source,operator,options) {\\n\\t\\tvar result = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tArray.prototype.push.apply(result,fnCalc(title,operator.operand || \\\"\\\",operator.suffix || \\\"\\\"));\\n\\t\\t});\\n\\t\\treturn result;\\n\\t};\\n}\\n\\nfunction makeStringReducingOperator(fnCalc,initialValue) {\\n\\treturn function(source,operator,options) {\\n\\t\\tvar result = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresult.push(title);\\n\\t\\t});\\n\\t\\tif(result.length === 0) {\\n\\t\\t\\treturn [];\\n\\t\\t}\\n\\t\\treturn [result.reduce(function(accumulator,currentValue) {\\n\\t\\t\\treturn fnCalc(accumulator,currentValue,operator.operand || \\\"\\\");\\n\\t\\t},initialValue) || \\\"\\\"];\\n\\t};\\n}\\n\\nexports.splitregexp = function(source,operator,options) {\\n\\tvar result = [],\\n\\t\\tsuffix = operator.suffix || \\\"\\\",\\n\\t\\tflags = (suffix.indexOf(\\\"m\\\") !== -1 ? \\\"m\\\" : \\\"\\\") + (suffix.indexOf(\\\"i\\\") !== -1 ? \\\"i\\\" : \\\"\\\"),\\n\\t\\tregExp;\\n\\ttry {\\n\\t\\tregExp = new RegExp(operator.operand || \\\"\\\",flags);\\n\\t} catch(ex) {\\n\\t\\treturn [\\\"RegExp error: \\\" + ex];\\n\\t}\\n\\tsource(function(tiddler,title) {\\n\\t\\tArray.prototype.push.apply(result,title.split(regExp));\\n\\t});\\n\\treturn result;\\n};\\n\\nexports[\\\"search-replace\\\"] = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\tsuffixes = operator.suffixes || [],\\n\\t\\tflagSuffix = (suffixes[0] ? (suffixes[0][0] || \\\"\\\") : \\\"\\\"),\\n\\t\\tflags = (flagSuffix.indexOf(\\\"g\\\") !== -1 ? \\\"g\\\" : \\\"\\\") + (flagSuffix.indexOf(\\\"i\\\") !== -1 ? \\\"i\\\" : \\\"\\\") + (flagSuffix.indexOf(\\\"m\\\") !== -1 ? \\\"m\\\" : \\\"\\\"),\\n\\t\\tisRegExp = (suffixes[1] && suffixes[1][0] === \\\"regexp\\\") ? true : false,\\n\\t\\tsearchTerm,\\n\\t\\tregExp;\\n\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(title && (operator.operands.length > 1)) {\\n\\t\\t\\t//Escape regexp characters if the operand is not a regular expression\\n\\t\\t\\tsearchTerm = isRegExp ? operator.operand : $tw.utils.escapeRegExp(operator.operand);\\n\\t\\t\\ttry {\\n\\t\\t\\t\\tregExp = new RegExp(searchTerm,flags);\\n\\t\\t\\t} catch(ex) {\\n\\t\\t\\t\\treturn [\\\"RegExp error: \\\" + ex];\\n\\t\\t\\t}\\n\\t\\t\\tresults.push(\\n\\t\\t\\t\\ttitle.replace(regExp,operator.operands[1])\\n\\t\\t\\t);\\n\\t\\t} else {\\n\\t\\t\\tresults.push(title);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.pad = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\ttargetLength = operator.operand ? parseInt(operator.operand) : 0,\\n\\t\\tfill = operator.operands[1] || \\\"0\\\";\\n\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(title && title.length) {\\n\\t\\t\\tif(title.length >= targetLength) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvar padString = \\\"\\\",\\n\\t\\t\\t\\t\\tpadStringLength = targetLength - title.length;\\n\\t\\t\\t\\twhile (padStringLength > padString.length) {\\n\\t\\t\\t\\t\\tpadString += fill;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t//make sure we do not exceed the specified length\\n\\t\\t\\t\\tpadString = padString.slice(0,padStringLength);\\n\\t\\t\\t\\tif(operator.suffix && (operator.suffix === \\\"suffix\\\")) {\\n\\t\\t\\t\\t\\ttitle = title + padString;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\ttitle = padString + title;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n}\\n\\nexports.charcode = function(source,operator,options) {\\n\\tvar chars = [];\\n\\t$tw.utils.each(operator.operands,function(operand) {\\n\\t\\tif(operand !== \\\"\\\") {\\n\\t\\t\\tchars.push(String.fromCharCode($tw.utils.parseInt(operand)));\\n\\t\\t}\\n\\t});\\n\\treturn [chars.join(\\\"\\\")];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/subfilter.js\":{\"title\":\"$:/core/modules/filters/subfilter.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/subfilter.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning its operand evaluated as a filter\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.subfilter = function(source,operator,options) {\\n\\tvar list = options.wiki.filterTiddlers(operator.operand,options.widget,source);\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tvar results = [];\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(list.indexOf(title) === -1) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\treturn results;\\n\\t} else {\\n\\t\\treturn list;\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/subtiddlerfields.js\":{\"title\":\"$:/core/modules/filters/subtiddlerfields.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/subtiddlerfields.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the fields on the selected subtiddlers of the plugin named in the operand\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.subtiddlerfields = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar subtiddler = options.wiki.getSubTiddler(operator.operand,title);\\n\\t\\tif(subtiddler) {\\n\\t\\t\\tfor(var fieldName in subtiddler.fields) {\\n\\t\\t\\t\\t$tw.utils.pushTop(results,fieldName);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/suffix.js\":{\"title\":\"$:/core/modules/filters/suffix.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/suffix.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for checking if a title ends with a suffix\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.suffix = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title.substr(-operator.operand.length) !== operator.operand) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(title.substr(-operator.operand.length) === operator.operand) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/tag.js\":{\"title\":\"$:/core/modules/filters/tag.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/tag.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for checking for the presence of a tag\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.tag = function(source,operator,options) {\\n\\tvar results = [],indexedResults;\\n\\tif((operator.suffix || \\\"\\\").toLowerCase() === \\\"strict\\\" && !operator.operand) {\\n\\t\\t// New semantics:\\n\\t\\t// Always return copy of input if operator.operand is missing\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t});\\n\\t} else {\\n\\t\\t// Old semantics:\\n\\t\\tvar tiddlers;\\n\\t\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\t\\t// Returns a copy of the input if operator.operand is missing\\n\\t\\t\\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\\n\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\tif(tiddlers.indexOf(title) === -1) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\t// Returns empty results if operator.operand is missing\\n\\t\\t\\tif(source.byTag) {\\n\\t\\t\\t\\tindexedResults = source.byTag(operator.operand);\\n\\t\\t\\t\\tif(indexedResults) {\\n\\t\\t\\t\\t\\treturn indexedResults;\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\\n\\t\\t\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t\\t\\tif(tiddlers.indexOf(title) !== -1) {\\n\\t\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tresults = options.wiki.sortByList(results,operator.operand);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/tagging.js\":{\"title\":\"$:/core/modules/filters/tagging.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/tagging.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning all tiddlers that are tagged with the selected tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.tagging = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\t$tw.utils.pushTop(results,options.wiki.getTiddlersWithTag(title));\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/tags.js\":{\"title\":\"$:/core/modules/filters/tags.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/tags.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning all the tags of the selected tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.tags = function(source,operator,options) {\\n\\tvar tags = {};\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar t, length;\\n\\t\\tif(tiddler && tiddler.fields.tags) {\\n\\t\\t\\tfor(t=0, length=tiddler.fields.tags.length; t\u003Clength; t++) {\\n\\t\\t\\t\\ttags[tiddler.fields.tags[t]] = true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn Object.keys(tags);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/then.js\":{\"title\":\"$:/core/modules/filters/then.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/then.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for replacing any titles with a constant\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.then = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.push(operator.operand);\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/title.js\":{\"title\":\"$:/core/modules/filters/title.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/title.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for comparing title fields for equality\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.title = function(source,operator,options) {\\n\\tvar results = [];\\n\\tif(operator.prefix === \\\"!\\\") {\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(tiddler && tiddler.fields.title !== operator.operand) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tresults.push(operator.operand);\\n\\t}\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/untagged.js\":{\"title\":\"$:/core/modules/filters/untagged.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/untagged.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator returning all the selected tiddlers that are untagged\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.untagged = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\texpected = (operator.prefix === \\\"!\\\");\\n\\tsource(function(tiddler,title) {\\n\\t\\tif((tiddler && $tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length > 0) === expected) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/variables.js\":{\"title\":\"$:/core/modules/filters/variables.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/variables.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the active variables\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.variables = function(source,operator,options) {\\n\\tvar names = [];\\n\\tfor(var variable in options.widget.variables) {\\n\\t\\tnames.push(variable);\\n\\t}\\n\\treturn names.sort();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/wikiparserrules.js\":{\"title\":\"$:/core/modules/filters/wikiparserrules.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/wikiparserrules.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nFilter operator for returning the names of the wiki parser rules in this wiki\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.wikiparserrules = function(source,operator,options) {\\n\\tvar results = [],\\n\\t\\toperand = operator.operand;\\n\\t$tw.utils.each($tw.modules.types.wikirule,function(mod) {\\n\\t\\tvar exp = mod.exports;\\n\\t\\tif(!operand || exp.types[operand]) {\\n\\t\\t\\tresults.push(exp.name);\\n\\t\\t}\\n\\t});\\n\\tresults.sort();\\n\\treturn results;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters/x-listops.js\":{\"title\":\"$:/core/modules/filters/x-listops.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/x-listops.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nExtended filter operators to manipulate the current list.\\n\\n\\\\*/\\n(function () {\\n\\n\\t/*jslint node: true, browser: true */\\n\\t/*global $tw: false */\\n\\t\\\"use strict\\\";\\n\\n\\t/*\\n\\tFetch titles from the current list\\n\\t*/\\n\\tvar prepare_results = function (source) {\\n\\tvar results = [];\\n\\t\\tsource(function (tiddler, title) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t});\\n\\t\\treturn results;\\n\\t};\\n\\n\\t/*\\n\\tMoves a number of items from the tail of the current list before the item named in the operand\\n\\t*/\\n\\texports.putbefore = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tindex = results.indexOf(operator.operand),\\n\\t\\t\\tcount = $tw.utils.getInt(operator.suffix,1);\\n\\t\\treturn (index === -1) ?\\n\\t\\t\\tresults.slice(0, -1) :\\n\\t\\t\\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index, -count));\\n\\t};\\n\\n\\t/*\\n\\tMoves a number of items from the tail of the current list after the item named in the operand\\n\\t*/\\n\\texports.putafter = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tindex = results.indexOf(operator.operand),\\n\\t\\t\\tcount = $tw.utils.getInt(operator.suffix,1);\\n\\t\\treturn (index === -1) ?\\n\\t\\t\\tresults.slice(0, -1) :\\n\\t\\t\\tresults.slice(0, index + 1).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\\n\\t};\\n\\n\\t/*\\n\\tReplaces the item named in the operand with a number of items from the tail of the current list\\n\\t*/\\n\\texports.replace = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tindex = results.indexOf(operator.operand),\\n\\t\\t\\tcount = $tw.utils.getInt(operator.suffix,1);\\n\\t\\treturn (index === -1) ?\\n\\t\\t\\tresults.slice(0, -count) :\\n\\t\\t\\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\\n\\t};\\n\\n\\t/*\\n\\tMoves a number of items from the tail of the current list to the head of the list\\n\\t*/\\n\\texports.putfirst = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tcount = $tw.utils.getInt(operator.suffix,1);\\n\\t\\treturn results.slice(-count).concat(results.slice(0, -count));\\n\\t};\\n\\n\\t/*\\n\\tMoves a number of items from the head of the current list to the tail of the list\\n\\t*/\\n\\texports.putlast = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tcount = $tw.utils.getInt(operator.suffix,1);\\n\\t\\treturn results.slice(count).concat(results.slice(0, count));\\n\\t};\\n\\n\\t/*\\n\\tMoves the item named in the operand a number of places forward or backward in the list\\n\\t*/\\n\\texports.move = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tindex = results.indexOf(operator.operand),\\n\\t\\t\\tcount = $tw.utils.getInt(operator.suffix,1),\\n\\t\\t\\tmarker = results.splice(index, 1),\\n\\t\\t\\toffset = (index + count) > 0 ? index + count : 0;\\n\\t\\treturn results.slice(0, offset).concat(marker).concat(results.slice(offset));\\n\\t};\\n\\n\\t/*\\n\\tReturns the items from the current list that are after the item named in the operand\\n\\t*/\\n\\texports.allafter = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tindex = results.indexOf(operator.operand);\\n\\t\\treturn (index === -1) ? [] :\\n\\t\\t\\t(operator.suffix) ? results.slice(index) :\\n\\t\\t\\tresults.slice(index + 1);\\n\\t};\\n\\n\\t/*\\n\\tReturns the items from the current list that are before the item named in the operand\\n\\t*/\\n\\texports.allbefore = function (source, operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\tindex = results.indexOf(operator.operand);\\n\\t\\treturn (index === -1) ? [] :\\n\\t\\t\\t(operator.suffix) ? results.slice(0, index + 1) :\\n\\t\\t\\tresults.slice(0, index);\\n\\t};\\n\\n\\t/*\\n\\tAppends the items listed in the operand array to the tail of the current list\\n\\t*/\\n\\texports.append = function (source, operator) {\\n\\t\\tvar append = $tw.utils.parseStringArray(operator.operand, \\\"true\\\"),\\n\\t\\t\\tresults = prepare_results(source),\\n\\t\\t\\tcount = parseInt(operator.suffix) || append.length;\\n\\t\\treturn (append.length === 0) ? results :\\n\\t\\t\\t(operator.prefix) ? results.concat(append.slice(-count)) :\\n\\t\\t\\tresults.concat(append.slice(0, count));\\n\\t};\\n\\n\\t/*\\n\\tPrepends the items listed in the operand array to the head of the current list\\n\\t*/\\n\\texports.prepend = function (source, operator) {\\n\\t\\tvar prepend = $tw.utils.parseStringArray(operator.operand, \\\"true\\\"),\\n\\t\\t\\tresults = prepare_results(source),\\n\\t\\t\\tcount = $tw.utils.getInt(operator.suffix,prepend.length);\\n\\t\\treturn (prepend.length === 0) ? results :\\n\\t\\t\\t(operator.prefix) ? prepend.slice(-count).concat(results) :\\n\\t\\t\\tprepend.slice(0, count).concat(results);\\n\\t};\\n\\n\\t/*\\n\\tReturns all items from the current list except the items listed in the operand array\\n\\t*/\\n\\texports.remove = function (source, operator) {\\n\\t\\tvar array = $tw.utils.parseStringArray(operator.operand, \\\"true\\\"),\\n\\t\\t\\tresults = prepare_results(source),\\n\\t\\t\\tcount = parseInt(operator.suffix) || array.length,\\n\\t\\t\\tp,\\n\\t\\t\\tlen,\\n\\t\\t\\tindex;\\n\\t\\tlen = array.length - 1;\\n\\t\\tfor (p = 0; p \u003C count; ++p) {\\n\\t\\t\\tif (operator.prefix) {\\n\\t\\t\\t\\tindex = results.indexOf(array[len - p]);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tindex = results.indexOf(array[p]);\\n\\t\\t\\t}\\n\\t\\t\\tif (index !== -1) {\\n\\t\\t\\t\\tresults.splice(index, 1);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\treturn results;\\n\\t};\\n\\n\\t/*\\n\\tReturns all items from the current list sorted in the order of the items in the operand array\\n\\t*/\\n\\texports.sortby = function (source, operator) {\\n\\t\\tvar results = prepare_results(source);\\n\\t\\tif (!results || results.length \u003C 2) {\\n\\t\\t\\treturn results;\\n\\t\\t}\\n\\t\\tvar lookup = $tw.utils.parseStringArray(operator.operand, \\\"true\\\");\\n\\t\\tresults.sort(function (a, b) {\\n\\t\\t\\treturn lookup.indexOf(a) - lookup.indexOf(b);\\n\\t\\t});\\n\\t\\treturn results;\\n\\t};\\n\\n\\t/*\\n\\tRemoves all duplicate items from the current list\\n\\t*/\\n\\texports.unique = function (source, operator) {\\n\\t\\tvar results = prepare_results(source);\\n\\t\\tvar set = results.reduce(function (a, b) {\\n\\t\\t\\tif (a.indexOf(b) \u003C 0) {\\n\\t\\t\\t\\ta.push(b);\\n\\t\\t\\t}\\n\\t\\t\\treturn a;\\n\\t\\t}, []);\\n\\t\\treturn set;\\n\\t};\\n\\n\\tvar cycleValueInArray = function(results,operands,stepSize) {\\n\\t\\tvar resultsIndex,\\n\\t\\t\\tstep = stepSize || 1,\\n\\t\\t\\ti = 0,\\n\\t\\t\\topLength = operands.length,\\n\\t\\t\\tnextOperandIndex;\\n\\t\\tfor(i; i \u003C opLength; i++) {\\n\\t\\t\\tresultsIndex = results.indexOf(operands[i]);\\n\\t\\t\\tif(resultsIndex !== -1) {\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(resultsIndex !== -1) {\\n\\t\\t\\ti = i + step;\\n\\t\\t\\tnextOperandIndex = (i \u003C opLength ? i : i - opLength);\\n\\t\\t\\tif(operands.length > 1) {\\n\\t\\t\\t\\tresults.splice(resultsIndex,1,operands[nextOperandIndex]);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tresults.splice(resultsIndex,1);\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tresults.push(operands[0]);\\n\\t\\t}\\n\\t\\treturn results;\\n\\t}\\n\\n\\t/*\\n\\tToggles an item in the current list.\\n\\t*/\\n\\texports.toggle = function(source,operator) {\\n\\t\\treturn cycleValueInArray(prepare_results(source),operator.operands);\\n\\t}\\n\\n\\texports.cycle = function(source,operator) {\\n\\t\\tvar results = prepare_results(source),\\n\\t\\t\\toperands = (operator.operand.length ? $tw.utils.parseStringArray(operator.operand, \\\"true\\\") : [\\\"\\\"]),\\n\\t\\t\\tstep = $tw.utils.getInt(operator.operands[1]||\\\"\\\",1);\\n\\t\\tif(step \u003C 0) {\\n\\t\\t\\toperands.reverse();\\n\\t\\t\\tstep = Math.abs(step);\\n\\t\\t}\\n\\t\\treturn cycleValueInArray(results,operands,step);\\n\\t}\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/core/modules/filters.js\":{\"title\":\"$:/core/modules/filters.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters.js\\ntype: application/javascript\\nmodule-type: wikimethod\\n\\nAdds tiddler filtering methods to the $tw.Wiki object.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nParses an operation (i.e. a run) within a filter string\\n\\toperators: Array of array of operator nodes into which results should be inserted\\n\\tfilterString: filter string\\n\\tp: start position within the string\\nReturns the new start position, after the parsed operation\\n*/\\nfunction parseFilterOperation(operators,filterString,p) {\\n\\tvar nextBracketPos, operator;\\n\\t// Skip the starting square bracket\\n\\tif(filterString.charAt(p++) !== \\\"[\\\") {\\n\\t\\tthrow \\\"Missing [ in filter expression\\\";\\n\\t}\\n\\t// Process each operator in turn\\n\\tdo {\\n\\t\\toperator = {};\\n\\t\\t// Check for an operator prefix\\n\\t\\tif(filterString.charAt(p) === \\\"!\\\") {\\n\\t\\t\\toperator.prefix = filterString.charAt(p++);\\n\\t\\t}\\n\\t\\t// Get the operator name\\n\\t\\tnextBracketPos = filterString.substring(p).search(/[\\\\[\\\\{\u003C\\\\/]/);\\n\\t\\tif(nextBracketPos === -1) {\\n\\t\\t\\tthrow \\\"Missing [ in filter expression\\\";\\n\\t\\t}\\n\\t\\tnextBracketPos += p;\\n\\t\\tvar bracket = filterString.charAt(nextBracketPos);\\n\\t\\toperator.operator = filterString.substring(p,nextBracketPos);\\n\\t\\t// Any suffix?\\n\\t\\tvar colon = operator.operator.indexOf(':');\\n\\t\\tif(colon > -1) {\\n\\t\\t\\t// The raw suffix for older filters\\n\\t\\t\\toperator.suffix = operator.operator.substring(colon + 1);\\n\\t\\t\\toperator.operator = operator.operator.substring(0,colon) || \\\"field\\\";\\n\\t\\t\\t// The processed suffix for newer filters\\n\\t\\t\\toperator.suffixes = [];\\n\\t\\t\\t$tw.utils.each(operator.suffix.split(\\\":\\\"),function(subsuffix) {\\n\\t\\t\\t\\toperator.suffixes.push([]);\\n\\t\\t\\t\\t$tw.utils.each(subsuffix.split(\\\",\\\"),function(entry) {\\n\\t\\t\\t\\t\\tentry = $tw.utils.trim(entry);\\n\\t\\t\\t\\t\\tif(entry) {\\n\\t\\t\\t\\t\\t\\toperator.suffixes[operator.suffixes.length - 1].push(entry); \\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t});\\n\\t\\t}\\n\\t\\t// Empty operator means: title\\n\\t\\telse if(operator.operator === \\\"\\\") {\\n\\t\\t\\toperator.operator = \\\"title\\\";\\n\\t\\t}\\n\\t\\toperator.operands = [];\\n\\t\\tvar parseOperand = function(bracketType) {\\n\\t\\t\\tvar operand = {};\\n\\t\\t\\tswitch (bracketType) {\\n\\t\\t\\t\\tcase \\\"{\\\": // Curly brackets\\n\\t\\t\\t\\t\\toperand.indirect = true;\\n\\t\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\"}\\\",p);\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\tcase \\\"[\\\": // Square brackets\\n\\t\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\"]\\\",p);\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\tcase \\\"\u003C\\\": // Angle brackets\\n\\t\\t\\t\\t\\toperand.variable = true;\\n\\t\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\">\\\",p);\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\tcase \\\"/\\\": // regexp brackets\\n\\t\\t\\t\\t\\tvar rex = /^((?:[^\\\\\\\\\\\\/]|\\\\\\\\.)*)\\\\/(?:\\\\(([mygi]+)\\\\))?/g,\\n\\t\\t\\t\\t\\t\\trexMatch = rex.exec(filterString.substring(p));\\n\\t\\t\\t\\t\\tif(rexMatch) {\\n\\t\\t\\t\\t\\t\\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\\n\\t// DEPRECATION WARNING\\n\\tconsole.log(\\\"WARNING: Filter\\\",operator.operator,\\\"has a deprecated regexp operand\\\",operator.regexp);\\n\\t\\t\\t\\t\\t\\tnextBracketPos = p + rex.lastIndex - 1;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\telse {\\n\\t\\t\\t\\t\\t\\tthrow \\\"Unterminated regular expression in filter expression\\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\n\\t\\t\\tif(nextBracketPos === -1) {\\n\\t\\t\\t\\tthrow \\\"Missing closing bracket in filter expression\\\";\\n\\t\\t\\t}\\n\\t\\t\\tif(!operator.regexp) {\\n\\t\\t\\t\\toperand.text = filterString.substring(p,nextBracketPos);\\n\\t\\t\\t\\toperator.operands.push(operand);\\n\\t\\t\\t}\\n\\t\\t\\tp = nextBracketPos + 1;\\n\\t\\t}\\n\\n\\t\\tp = nextBracketPos + 1;\\n\\t\\tparseOperand(bracket);\\n\\n\\t\\t// Check for multiple operands\\n\\t\\twhile(filterString.charAt(p) === \\\",\\\") {\\n\\t\\t\\tp++;\\n\\t\\t\\tif(/^[\\\\[\\\\{\u003C\\\\/]/.test(filterString.substring(p))) {\\n\\t\\t\\t\\tnextBracketPos = p;\\n\\t\\t\\t\\tp++;\\n\\t\\t\\t\\tparseOperand(filterString.charAt(nextBracketPos));\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tthrow \\\"Missing [ in filter expression\\\";\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// Push this operator\\n\\t\\toperators.push(operator);\\n\\t} while(filterString.charAt(p) !== \\\"]\\\");\\n\\t// Skip the ending square bracket\\n\\tif(filterString.charAt(p++) !== \\\"]\\\") {\\n\\t\\tthrow \\\"Missing ] in filter expression\\\";\\n\\t}\\n\\t// Return the parsing position\\n\\treturn p;\\n}\\n\\n/*\\nParse a filter string\\n*/\\nexports.parseFilter = function(filterString) {\\n\\tfilterString = filterString || \\\"\\\";\\n\\tvar results = [], // Array of arrays of operator nodes {operator:,operand:}\\n\\t\\tp = 0, // Current position in the filter string\\n\\t\\tmatch;\\n\\tvar whitespaceRegExp = /(\\\\s+)/mg,\\n\\t\\toperandRegExp = /((?:\\\\+|\\\\-|~|=|\\\\:(\\\\w+)(?:\\\\:([\\\\w\\\\:, ]*))?)?)(?:(\\\\[)|(?:\\\"([^\\\"]*)\\\")|(?:'([^']*)')|([^\\\\s\\\\[\\\\]]+))/mg;\\n\\twhile(p \u003C filterString.length) {\\n\\t\\t// Skip any whitespace\\n\\t\\twhitespaceRegExp.lastIndex = p;\\n\\t\\tmatch = whitespaceRegExp.exec(filterString);\\n\\t\\tif(match && match.index === p) {\\n\\t\\t\\tp = p + match[0].length;\\n\\t\\t}\\n\\t\\t// Match the start of the operation\\n\\t\\tif(p \u003C filterString.length) {\\n\\t\\t\\toperandRegExp.lastIndex = p;\\n\\t\\t\\tmatch = operandRegExp.exec(filterString);\\n\\t\\t\\tif(!match || match.index !== p) {\\n\\t\\t\\t\\tthrow $tw.language.getString(\\\"Error/FilterSyntax\\\");\\n\\t\\t\\t}\\n\\t\\t\\tvar operation = {\\n\\t\\t\\t\\tprefix: \\\"\\\",\\n\\t\\t\\t\\toperators: []\\n\\t\\t\\t};\\n\\t\\t\\tif(match[1]) {\\n\\t\\t\\t\\toperation.prefix = match[1];\\n\\t\\t\\t\\tp = p + operation.prefix.length;\\n\\t\\t\\t\\tif(match[2]) {\\n\\t\\t\\t\\t\\toperation.namedPrefix = match[2];\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(match[3]) {\\n\\t\\t\\t\\t\\toperation.suffixes = [];\\n\\t\\t\\t\\t\\t $tw.utils.each(match[3].split(\\\":\\\"),function(subsuffix) {\\n\\t\\t\\t\\t\\t\\toperation.suffixes.push([]);\\n\\t\\t\\t\\t\\t\\t$tw.utils.each(subsuffix.split(\\\",\\\"),function(entry) {\\n\\t\\t\\t\\t\\t\\t\\tentry = $tw.utils.trim(entry);\\n\\t\\t\\t\\t\\t\\t\\tif(entry) {\\n\\t\\t\\t\\t\\t\\t\\t\\toperation.suffixes[operation.suffixes.length -1].push(entry);\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\t });\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tif(match[4]) { // Opening square bracket\\n\\t\\t\\t\\tp = parseFilterOperation(operation.operators,filterString,p);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tp = match.index + match[0].length;\\n\\t\\t\\t}\\n\\t\\t\\tif(match[5] || match[6] || match[7]) { // Double quoted string, single quoted string or unquoted title\\n\\t\\t\\t\\toperation.operators.push(\\n\\t\\t\\t\\t\\t{operator: \\\"title\\\", operands: [{text: match[5] || match[6] || match[7]}]}\\n\\t\\t\\t\\t);\\n\\t\\t\\t}\\n\\t\\t\\tresults.push(operation);\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\nexports.getFilterOperators = function() {\\n\\tif(!this.filterOperators) {\\n\\t\\t$tw.Wiki.prototype.filterOperators = {};\\n\\t\\t$tw.modules.applyMethods(\\\"filteroperator\\\",this.filterOperators);\\n\\t}\\n\\treturn this.filterOperators;\\n};\\n\\nexports.getFilterRunPrefixes = function() {\\n\\tif(!this.filterRunPrefixes) {\\n\\t\\t$tw.Wiki.prototype.filterRunPrefixes = {};\\n\\t\\t$tw.modules.applyMethods(\\\"filterrunprefix\\\",this.filterRunPrefixes);\\n\\t}\\n\\treturn this.filterRunPrefixes;\\n}\\n\\nexports.filterTiddlers = function(filterString,widget,source) {\\n\\tvar fn = this.compileFilter(filterString);\\n\\treturn fn.call(this,source,widget);\\n};\\n\\n/*\\nCompile a filter into a function with the signature fn(source,widget) where:\\nsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\\nwidget: an optional widget node for retrieving the current tiddler etc.\\n*/\\nexports.compileFilter = function(filterString) {\\n\\tvar filterParseTree;\\n\\ttry {\\n\\t\\tfilterParseTree = this.parseFilter(filterString);\\n\\t} catch(e) {\\n\\t\\treturn function(source,widget) {\\n\\t\\t\\treturn [$tw.language.getString(\\\"Error/Filter\\\") + \\\": \\\" + e];\\n\\t\\t};\\n\\t}\\n\\t// Get the hashmap of filter operator functions\\n\\tvar filterOperators = this.getFilterOperators();\\n\\t// Assemble array of functions, one for each operation\\n\\tvar operationFunctions = [];\\n\\t// Step through the operations\\n\\tvar self = this;\\n\\t$tw.utils.each(filterParseTree,function(operation) {\\n\\t\\t// Create a function for the chain of operators in the operation\\n\\t\\tvar operationSubFunction = function(source,widget) {\\n\\t\\t\\tvar accumulator = source,\\n\\t\\t\\t\\tresults = [],\\n\\t\\t\\t\\tcurrTiddlerTitle = widget && widget.getVariable(\\\"currentTiddler\\\");\\n\\t\\t\\t$tw.utils.each(operation.operators,function(operator) {\\n\\t\\t\\t\\tvar operands = [],\\n\\t\\t\\t\\t\\toperatorFunction;\\n\\t\\t\\t\\tif(!operator.operator) {\\n\\t\\t\\t\\t\\toperatorFunction = filterOperators.title;\\n\\t\\t\\t\\t} else if(!filterOperators[operator.operator]) {\\n\\t\\t\\t\\t\\toperatorFunction = filterOperators.field;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\toperatorFunction = filterOperators[operator.operator];\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t$tw.utils.each(operator.operands,function(operand) {\\n\\t\\t\\t\\t\\tif(operand.indirect) {\\n\\t\\t\\t\\t\\t\\toperand.value = self.getTextReference(operand.text,\\\"\\\",currTiddlerTitle);\\n\\t\\t\\t\\t\\t} else if(operand.variable) {\\n\\t\\t\\t\\t\\t\\tvar varTree = $tw.utils.parseFilterVariable(operand.text);\\n\\t\\t\\t\\t\\t\\toperand.value = widget.getVariable(varTree.name,{params:varTree.params,defaultValue: \\\"\\\"});\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\toperand.value = operand.text;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\toperands.push(operand.value);\\n\\t\\t\\t\\t});\\n\\n\\t\\t\\t\\t// Invoke the appropriate filteroperator module\\n\\t\\t\\t\\tresults = operatorFunction(accumulator,{\\n\\t\\t\\t\\t\\t\\t\\toperator: operator.operator,\\n\\t\\t\\t\\t\\t\\t\\toperand: operands.length > 0 ? operands[0] : undefined,\\n\\t\\t\\t\\t\\t\\t\\toperands: operands,\\n\\t\\t\\t\\t\\t\\t\\tprefix: operator.prefix,\\n\\t\\t\\t\\t\\t\\t\\tsuffix: operator.suffix,\\n\\t\\t\\t\\t\\t\\t\\tsuffixes: operator.suffixes,\\n\\t\\t\\t\\t\\t\\t\\tregexp: operator.regexp\\n\\t\\t\\t\\t\\t\\t},{\\n\\t\\t\\t\\t\\t\\t\\twiki: self,\\n\\t\\t\\t\\t\\t\\t\\twidget: widget\\n\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\tif($tw.utils.isArray(results)) {\\n\\t\\t\\t\\t\\taccumulator = self.makeTiddlerIterator(results);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\taccumulator = results;\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t\\tif($tw.utils.isArray(results)) {\\n\\t\\t\\t\\treturn results;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvar resultArray = [];\\n\\t\\t\\t\\tresults(function(tiddler,title) {\\n\\t\\t\\t\\t\\tresultArray.push(title);\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\treturn resultArray;\\n\\t\\t\\t}\\n\\t\\t};\\n\\t\\tvar filterRunPrefixes = self.getFilterRunPrefixes();\\n\\t\\t// Wrap the operator functions in a wrapper function that depends on the prefix\\n\\t\\toperationFunctions.push((function() {\\n\\t\\t\\tvar options = {wiki: self, suffixes: operation.suffixes || []};\\n\\t\\t\\tswitch(operation.prefix || \\\"\\\") {\\n\\t\\t\\t\\tcase \\\"\\\": // No prefix means that the operation is unioned into the result\\n\\t\\t\\t\\t\\treturn filterRunPrefixes[\\\"or\\\"](operationSubFunction, options);\\n\\t\\t\\t\\tcase \\\"=\\\": // The results of the operation are pushed into the result without deduplication\\n\\t\\t\\t\\t\\treturn filterRunPrefixes[\\\"all\\\"](operationSubFunction, options);\\n\\t\\t\\t\\tcase \\\"-\\\": // The results of this operation are removed from the main result\\n\\t\\t\\t\\t\\treturn filterRunPrefixes[\\\"except\\\"](operationSubFunction, options);\\n\\t\\t\\t\\tcase \\\"+\\\": // This operation is applied to the main results so far\\n\\t\\t\\t\\t\\treturn filterRunPrefixes[\\\"and\\\"](operationSubFunction, options);\\n\\t\\t\\t\\tcase \\\"~\\\": // This operation is unioned into the result only if the main result so far is empty\\n\\t\\t\\t\\t\\treturn filterRunPrefixes[\\\"else\\\"](operationSubFunction, options);\\n\\t\\t\\t\\tdefault: \\n\\t\\t\\t\\t\\tif(operation.namedPrefix && filterRunPrefixes[operation.namedPrefix]) {\\n\\t\\t\\t\\t\\t\\treturn filterRunPrefixes[operation.namedPrefix](operationSubFunction, options);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\treturn function(results,source,widget) {\\n\\t\\t\\t\\t\\t\\t\\tresults.clear();\\n\\t\\t\\t\\t\\t\\t\\tresults.push($tw.language.getString(\\\"Error/FilterRunPrefix\\\"));\\n\\t\\t\\t\\t\\t\\t};\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t})());\\n\\t});\\n\\t// Return a function that applies the operations to a source iterator of tiddler titles\\n\\treturn $tw.perf.measure(\\\"filter: \\\" + filterString,function filterFunction(source,widget) {\\n\\t\\tif(!source) {\\n\\t\\t\\tsource = self.each;\\n\\t\\t} else if(typeof source === \\\"object\\\") { // Array or hashmap\\n\\t\\t\\tsource = self.makeTiddlerIterator(source);\\n\\t\\t}\\n\\t\\tif(!widget) {\\n\\t\\t\\twidget = $tw.rootWidget;\\n\\t\\t}\\n\\t\\tvar results = new $tw.utils.LinkedList();\\n\\t\\t$tw.utils.each(operationFunctions,function(operationFunction) {\\n\\t\\t\\toperationFunction(results,source,widget);\\n\\t\\t});\\n\\t\\treturn results.toArray();\\n\\t});\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikimethod\"},\"$:/core/modules/indexers/backlinks-indexer.js\":{\"title\":\"$:/core/modules/indexers/backlinks-indexer.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/indexers/backlinks-indexer.js\\ntype: application/javascript\\nmodule-type: indexer\\n\\nIndexes the tiddlers' backlinks\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global modules: false */\\n\\\"use strict\\\";\\n\\n\\nfunction BacklinksIndexer(wiki) {\\n\\tthis.wiki = wiki;\\n}\\n\\nBacklinksIndexer.prototype.init = function() {\\n\\tthis.index = null;\\n}\\n\\nBacklinksIndexer.prototype.rebuild = function() {\\n\\tthis.index = null;\\n}\\n\\nBacklinksIndexer.prototype._getLinks = function(tiddler) {\\n\\tvar parser = this.wiki.parseText(tiddler.fields.type, tiddler.fields.text, {});\\n\\tif(parser) {\\n\\t\\treturn this.wiki.extractLinks(parser.tree);\\n\\t}\\n\\treturn [];\\n}\\n\\nBacklinksIndexer.prototype.update = function(updateDescriptor) {\\n\\tif(!this.index) {\\n\\t\\treturn;\\n\\t}\\n\\tvar newLinks = [],\\n\\t oldLinks = [],\\n\\t self = this;\\n\\tif(updateDescriptor.old.exists) {\\n\\t\\toldLinks = this._getLinks(updateDescriptor.old.tiddler);\\n\\t}\\n\\tif(updateDescriptor.new.exists) {\\n\\t\\tnewLinks = this._getLinks(updateDescriptor.new.tiddler);\\n\\t}\\n\\n\\t$tw.utils.each(oldLinks,function(link) {\\n\\t\\tif(self.index[link]) {\\n\\t\\t\\tdelete self.index[link][updateDescriptor.old.tiddler.fields.title];\\n\\t\\t}\\n\\t});\\n\\t$tw.utils.each(newLinks,function(link) {\\n\\t\\tif(!self.index[link]) {\\n\\t\\t\\tself.index[link] = Object.create(null);\\n\\t\\t}\\n\\t\\tself.index[link][updateDescriptor.new.tiddler.fields.title] = true;\\n\\t});\\n}\\n\\nBacklinksIndexer.prototype.lookup = function(title) {\\n\\tif(!this.index) {\\n\\t\\tthis.index = Object.create(null);\\n\\t\\tvar self = this;\\n\\t\\tthis.wiki.forEachTiddler(function(title,tiddler) {\\n\\t\\t\\tvar links = self._getLinks(tiddler);\\n\\t\\t\\t$tw.utils.each(links, function(link) {\\n\\t\\t\\t\\tif(!self.index[link]) {\\n\\t\\t\\t\\t\\tself.index[link] = Object.create(null);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself.index[link][title] = true;\\n\\t\\t\\t});\\n\\t\\t});\\n\\t}\\n\\tif(this.index[title]) {\\n\\t\\treturn Object.keys(this.index[title]);\\n\\t} else {\\n\\t\\treturn [];\\n\\t}\\n}\\n\\nexports.BacklinksIndexer = BacklinksIndexer;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"indexer\"},\"$:/core/modules/indexers/field-indexer.js\":{\"title\":\"$:/core/modules/indexers/field-indexer.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/indexers/field-indexer.js\\ntype: application/javascript\\nmodule-type: indexer\\n\\nIndexes the tiddlers with each field value\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global modules: false */\\n\\\"use strict\\\";\\n\\nvar DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH = 128;\\n\\nfunction FieldIndexer(wiki) {\\n\\tthis.wiki = wiki;\\n}\\n\\nFieldIndexer.prototype.init = function() {\\n\\tthis.index = null;\\n\\tthis.maxIndexedValueLength = DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH;\\n\\tthis.addIndexMethods();\\n}\\n\\n// Provided for testing\\nFieldIndexer.prototype.setMaxIndexedValueLength = function(length) {\\n\\tthis.index = null;\\n\\tthis.maxIndexedValueLength = length;\\n};\\n\\nFieldIndexer.prototype.addIndexMethods = function() {\\n\\tvar self = this;\\n\\tthis.wiki.each.byField = function(name,value) {\\n\\t\\tvar titles = self.wiki.allTitles(),\\n\\t\\t\\tlookup = self.lookup(name,value);\\n\\t\\treturn lookup && lookup.filter(function(title) {\\n\\t\\t\\treturn titles.indexOf(title) !== -1;\\n\\t\\t});\\n\\t};\\n\\tthis.wiki.eachShadow.byField = function(name,value) {\\n\\t\\tvar titles = self.wiki.allShadowTitles(),\\n\\t\\t\\tlookup = self.lookup(name,value);\\n\\t\\treturn lookup && lookup.filter(function(title) {\\n\\t\\t\\treturn titles.indexOf(title) !== -1;\\n\\t\\t});\\n\\t};\\n\\tthis.wiki.eachTiddlerPlusShadows.byField = function(name,value) {\\n\\t\\tvar lookup = self.lookup(name,value);\\n\\t\\treturn lookup ? lookup.slice(0) : null;\\n\\t};\\n\\tthis.wiki.eachShadowPlusTiddlers.byField = function(name,value) {\\n\\t\\tvar lookup = self.lookup(name,value);\\n\\t\\treturn lookup ? lookup.slice(0) : null;\\n\\t};\\n};\\n\\n/*\\nTear down and then rebuild the index as if all tiddlers have changed\\n*/\\nFieldIndexer.prototype.rebuild = function() {\\n\\t// Invalidate the index so that it will be rebuilt when it is next used\\n\\tthis.index = null;\\n};\\n\\n/*\\nBuild the index for a particular field\\n*/\\nFieldIndexer.prototype.buildIndexForField = function(name) {\\n\\tvar self = this;\\n\\t// Hashmap by field name of hashmap by field value of array of tiddler titles\\n\\tthis.index = this.index || Object.create(null);\\n\\tthis.index[name] = Object.create(null);\\n\\tvar baseIndex = this.index[name];\\n\\t// Update the index for each tiddler\\n\\tthis.wiki.eachTiddlerPlusShadows(function(tiddler,title) {\\n\\t\\tif(name in tiddler.fields) {\\n\\t\\t\\tvar value = tiddler.getFieldString(name);\\n\\t\\t\\t// Skip any values above the maximum length\\n\\t\\t\\tif(value.length \u003C self.maxIndexedValueLength) {\\n\\t\\t\\t\\tbaseIndex[value] = baseIndex[value] || [];\\n\\t\\t\\t\\tbaseIndex[value].push(title);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nUpdate the index in the light of a tiddler value changing; note that the title must be identical. (Renames are handled as a separate delete and create)\\nupdateDescriptor: {old: {tiddler: \u003Ctiddler>, shadow: \u003Cboolean>, exists: \u003Cboolean>},new: {tiddler: \u003Ctiddler>, shadow: \u003Cboolean>, exists: \u003Cboolean>}}\\n*/\\nFieldIndexer.prototype.update = function(updateDescriptor) {\\n\\tvar self = this;\\n\\t// Don't do anything if the index hasn't been built yet\\n\\tif(this.index === null) {\\n\\t\\treturn;\\n\\t}\\n\\t// Remove the old tiddler from the index\\n\\tif(updateDescriptor.old.tiddler) {\\n\\t\\t$tw.utils.each(this.index,function(indexEntry,name) {\\n\\t\\t\\tif(name in updateDescriptor.old.tiddler.fields) {\\n\\t\\t\\t\\tvar value = updateDescriptor.old.tiddler.getFieldString(name),\\n\\t\\t\\t\\t\\ttiddlerList = indexEntry[value];\\n\\t\\t\\t\\tif(tiddlerList) {\\n\\t\\t\\t\\t\\tvar index = tiddlerList.indexOf(updateDescriptor.old.tiddler.fields.title);\\n\\t\\t\\t\\t\\tif(index !== -1) {\\n\\t\\t\\t\\t\\t\\ttiddlerList.splice(index,1);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\t// Add the new tiddler to the index\\n\\tif(updateDescriptor[\\\"new\\\"].tiddler) {\\n\\t\\t$tw.utils.each(this.index,function(indexEntry,name) {\\n\\t\\t\\tif(name in updateDescriptor[\\\"new\\\"].tiddler.fields) {\\n\\t\\t\\t\\tvar value = updateDescriptor[\\\"new\\\"].tiddler.getFieldString(name);\\n\\t\\t\\t\\tif(value.length \u003C self.maxIndexedValueLength) {\\n\\t\\t\\t\\t\\tindexEntry[value] = indexEntry[value] || [];\\n\\t\\t\\t\\t\\tindexEntry[value].push(updateDescriptor[\\\"new\\\"].tiddler.fields.title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n};\\n\\n// Lookup the given field returning a list of tiddler titles\\nFieldIndexer.prototype.lookup = function(name,value) {\\n\\t// Fail the lookup if the value is too long\\n\\tif(value.length >= this.maxIndexedValueLength) {\\n\\t\\treturn null;\\n\\t}\\n\\t// Update the index if it has yet to be built\\n\\tif(this.index === null || !this.index[name]) {\\n\\t\\tthis.buildIndexForField(name);\\n\\t}\\n\\treturn this.index[name][value] || [];\\n};\\n\\nexports.FieldIndexer = FieldIndexer;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"indexer\"},\"$:/core/modules/indexers/tag-indexer.js\":{\"title\":\"$:/core/modules/indexers/tag-indexer.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/indexers/tag-indexer.js\\ntype: application/javascript\\nmodule-type: indexer\\n\\nIndexes the tiddlers with each tag\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global modules: false */\\n\\\"use strict\\\";\\n\\nfunction TagIndexer(wiki) {\\n\\tthis.wiki = wiki;\\n}\\n\\nTagIndexer.prototype.init = function() {\\n\\tthis.subIndexers = [\\n\\t\\tnew TagSubIndexer(this,\\\"each\\\"),\\n\\t\\tnew TagSubIndexer(this,\\\"eachShadow\\\"),\\n\\t\\tnew TagSubIndexer(this,\\\"eachTiddlerPlusShadows\\\"),\\n\\t\\tnew TagSubIndexer(this,\\\"eachShadowPlusTiddlers\\\")\\n\\t];\\n\\t$tw.utils.each(this.subIndexers,function(subIndexer) {\\n\\t\\tsubIndexer.addIndexMethod();\\n\\t});\\n};\\n\\nTagIndexer.prototype.rebuild = function() {\\n\\t$tw.utils.each(this.subIndexers,function(subIndexer) {\\n\\t\\tsubIndexer.rebuild();\\n\\t});\\n};\\n\\nTagIndexer.prototype.update = function(updateDescriptor) {\\n\\t$tw.utils.each(this.subIndexers,function(subIndexer) {\\n\\t\\tsubIndexer.update(updateDescriptor);\\n\\t});\\n};\\n\\nfunction TagSubIndexer(indexer,iteratorMethod) {\\n\\tthis.indexer = indexer;\\n\\tthis.iteratorMethod = iteratorMethod;\\n\\tthis.index = null; // Hashmap of tag title to {isSorted: bool, titles: [array]} or null if not yet initialised\\n}\\n\\nTagSubIndexer.prototype.addIndexMethod = function() {\\n\\tvar self = this;\\n\\tthis.indexer.wiki[this.iteratorMethod].byTag = function(tag) {\\n\\t\\treturn self.lookup(tag).slice(0);\\n\\t};\\n};\\n\\nTagSubIndexer.prototype.rebuild = function() {\\n\\tvar self = this;\\n\\t// Hashmap by tag of array of {isSorted:, titles:[]}\\n\\tthis.index = Object.create(null);\\n\\t// Add all the tags\\n\\tthis.indexer.wiki[this.iteratorMethod](function(tiddler,title) {\\n\\t\\t$tw.utils.each(tiddler.fields.tags,function(tag) {\\n\\t\\t\\tif(!self.index[tag]) {\\n\\t\\t\\t\\tself.index[tag] = {isSorted: false, titles: [title]};\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tself.index[tag].titles.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t});\\n};\\n\\nTagSubIndexer.prototype.update = function(updateDescriptor) {\\n\\tthis.index = null;\\n};\\n\\nTagSubIndexer.prototype.lookup = function(tag) {\\n\\t// Update the index if it has yet to be built\\n\\tif(this.index === null) {\\n\\t\\tthis.rebuild();\\n\\t}\\n\\tvar indexRecord = this.index[tag];\\n\\tif(indexRecord) {\\n\\t\\tif(!indexRecord.isSorted) {\\n\\t\\t\\tif(this.indexer.wiki.sortByList) {\\n\\t\\t\\t\\tindexRecord.titles = this.indexer.wiki.sortByList(indexRecord.titles,tag);\\n\\t\\t\\t}\\n\\t\\t\\tindexRecord.isSorted = true;\\n\\t\\t}\\n\\t\\treturn indexRecord.titles;\\n\\t} else {\\n\\t\\treturn [];\\n\\t}\\n};\\n\\n\\nexports.TagIndexer = TagIndexer;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"indexer\"},\"$:/core/modules/info/platform.js\":{\"title\":\"$:/core/modules/info/platform.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/info/platform.js\\ntype: application/javascript\\nmodule-type: info\\n\\nInitialise basic platform $:/info/ tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.getInfoTiddlerFields = function(updateInfoTiddlersCallback) {\\n\\tvar mapBoolean = function(value) {return value ? \\\"yes\\\" : \\\"no\\\";},\\n\\t\\tinfoTiddlerFields = [];\\n\\t// Basics\\n\\tinfoTiddlerFields.push({title: \\\"$:/info/browser\\\", text: mapBoolean(!!$tw.browser)});\\n\\tinfoTiddlerFields.push({title: \\\"$:/info/node\\\", text: mapBoolean(!!$tw.node)});\\n\\tinfoTiddlerFields.push({title: \\\"$:/info/startup-timestamp\\\", text: $tw.utils.stringifyDate(new Date())});\\n\\tif($tw.browser) {\\n\\t\\t// Document location\\n\\t\\tvar setLocationProperty = function(name,value) {\\n\\t\\t\\t\\tinfoTiddlerFields.push({title: \\\"$:/info/url/\\\" + name, text: value});\\n\\t\\t\\t},\\n\\t\\t\\tlocation = document.location;\\n\\t\\tsetLocationProperty(\\\"full\\\", (location.toString()).split(\\\"#\\\")[0]);\\n\\t\\tsetLocationProperty(\\\"host\\\", location.host);\\n\\t\\tsetLocationProperty(\\\"hostname\\\", location.hostname);\\n\\t\\tsetLocationProperty(\\\"protocol\\\", location.protocol);\\n\\t\\tsetLocationProperty(\\\"port\\\", location.port);\\n\\t\\tsetLocationProperty(\\\"pathname\\\", location.pathname);\\n\\t\\tsetLocationProperty(\\\"search\\\", location.search);\\n\\t\\tsetLocationProperty(\\\"origin\\\", location.origin);\\n\\t\\t// Screen size\\n\\t\\tinfoTiddlerFields.push({title: \\\"$:/info/browser/screen/width\\\", text: window.screen.width.toString()});\\n\\t\\tinfoTiddlerFields.push({title: \\\"$:/info/browser/screen/height\\\", text: window.screen.height.toString()});\\n \\t\\t// Dark mode through event listener on MediaQueryList\\n \\t\\tvar mqList = window.matchMedia(\\\"(prefers-color-scheme: dark)\\\"),\\n \\t\\t\\tgetDarkModeTiddler = function() {return {title: \\\"$:/info/darkmode\\\", text: mqList.matches ? \\\"yes\\\" : \\\"no\\\"};};\\n \\t\\tinfoTiddlerFields.push(getDarkModeTiddler());\\n \\t\\tmqList.addListener(function(event) {\\n \\t\\t\\tupdateInfoTiddlersCallback([getDarkModeTiddler()]);\\n \\t\\t});\\n\\t\\t// Language\\n\\t\\tinfoTiddlerFields.push({title: \\\"$:/info/browser/language\\\", text: navigator.language || \\\"\\\"});\\n\\t}\\n\\treturn infoTiddlerFields;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"info\"},\"$:/core/modules/keyboard.js\":{\"title\":\"$:/core/modules/keyboard.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/keyboard.js\\ntype: application/javascript\\nmodule-type: global\\n\\nKeyboard handling utilities\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar namedKeys = {\\n\\t\\\"cancel\\\": 3,\\n\\t\\\"help\\\": 6,\\n\\t\\\"backspace\\\": 8,\\n\\t\\\"tab\\\": 9,\\n\\t\\\"clear\\\": 12,\\n\\t\\\"return\\\": 13,\\n\\t\\\"enter\\\": 13,\\n\\t\\\"pause\\\": 19,\\n\\t\\\"escape\\\": 27,\\n\\t\\\"space\\\": 32,\\n\\t\\\"page_up\\\": 33,\\n\\t\\\"page_down\\\": 34,\\n\\t\\\"end\\\": 35,\\n\\t\\\"home\\\": 36,\\n\\t\\\"left\\\": 37,\\n\\t\\\"up\\\": 38,\\n\\t\\\"right\\\": 39,\\n\\t\\\"down\\\": 40,\\n\\t\\\"printscreen\\\": 44,\\n\\t\\\"insert\\\": 45,\\n\\t\\\"delete\\\": 46,\\n\\t\\\"0\\\": 48,\\n\\t\\\"1\\\": 49,\\n\\t\\\"2\\\": 50,\\n\\t\\\"3\\\": 51,\\n\\t\\\"4\\\": 52,\\n\\t\\\"5\\\": 53,\\n\\t\\\"6\\\": 54,\\n\\t\\\"7\\\": 55,\\n\\t\\\"8\\\": 56,\\n\\t\\\"9\\\": 57,\\n\\t\\\"firefoxsemicolon\\\": 59,\\n\\t\\\"firefoxequals\\\": 61,\\n\\t\\\"a\\\": 65,\\n\\t\\\"b\\\": 66,\\n\\t\\\"c\\\": 67,\\n\\t\\\"d\\\": 68,\\n\\t\\\"e\\\": 69,\\n\\t\\\"f\\\": 70,\\n\\t\\\"g\\\": 71,\\n\\t\\\"h\\\": 72,\\n\\t\\\"i\\\": 73,\\n\\t\\\"j\\\": 74,\\n\\t\\\"k\\\": 75,\\n\\t\\\"l\\\": 76,\\n\\t\\\"m\\\": 77,\\n\\t\\\"n\\\": 78,\\n\\t\\\"o\\\": 79,\\n\\t\\\"p\\\": 80,\\n\\t\\\"q\\\": 81,\\n\\t\\\"r\\\": 82,\\n\\t\\\"s\\\": 83,\\n\\t\\\"t\\\": 84,\\n\\t\\\"u\\\": 85,\\n\\t\\\"v\\\": 86,\\n\\t\\\"w\\\": 87,\\n\\t\\\"x\\\": 88,\\n\\t\\\"y\\\": 89,\\n\\t\\\"z\\\": 90,\\n\\t\\\"numpad0\\\": 96,\\n\\t\\\"numpad1\\\": 97,\\n\\t\\\"numpad2\\\": 98,\\n\\t\\\"numpad3\\\": 99,\\n\\t\\\"numpad4\\\": 100,\\n\\t\\\"numpad5\\\": 101,\\n\\t\\\"numpad6\\\": 102,\\n\\t\\\"numpad7\\\": 103,\\n\\t\\\"numpad8\\\": 104,\\n\\t\\\"numpad9\\\": 105,\\n\\t\\\"multiply\\\": 106,\\n\\t\\\"add\\\": 107,\\n\\t\\\"separator\\\": 108,\\n\\t\\\"subtract\\\": 109,\\n\\t\\\"decimal\\\": 110,\\n\\t\\\"divide\\\": 111,\\n\\t\\\"f1\\\": 112,\\n\\t\\\"f2\\\": 113,\\n\\t\\\"f3\\\": 114,\\n\\t\\\"f4\\\": 115,\\n\\t\\\"f5\\\": 116,\\n\\t\\\"f6\\\": 117,\\n\\t\\\"f7\\\": 118,\\n\\t\\\"f8\\\": 119,\\n\\t\\\"f9\\\": 120,\\n\\t\\\"f10\\\": 121,\\n\\t\\\"f11\\\": 122,\\n\\t\\\"f12\\\": 123,\\n\\t\\\"f13\\\": 124,\\n\\t\\\"f14\\\": 125,\\n\\t\\\"f15\\\": 126,\\n\\t\\\"f16\\\": 127,\\n\\t\\\"f17\\\": 128,\\n\\t\\\"f18\\\": 129,\\n\\t\\\"f19\\\": 130,\\n\\t\\\"f20\\\": 131,\\n\\t\\\"f21\\\": 132,\\n\\t\\\"f22\\\": 133,\\n\\t\\\"f23\\\": 134,\\n\\t\\\"f24\\\": 135,\\n\\t\\\"firefoxminus\\\": 173,\\n\\t\\\"semicolon\\\": 186,\\n\\t\\\"equals\\\": 187,\\n\\t\\\"comma\\\": 188,\\n\\t\\\"dash\\\": 189,\\n\\t\\\"period\\\": 190,\\n\\t\\\"slash\\\": 191,\\n\\t\\\"backquote\\\": 192,\\n\\t\\\"openbracket\\\": 219,\\n\\t\\\"backslash\\\": 220,\\n\\t\\\"closebracket\\\": 221,\\n\\t\\\"quote\\\": 222\\n};\\n\\nfunction KeyboardManager(options) {\\n\\tvar self = this;\\n\\toptions = options || \\\"\\\";\\n\\t// Save the named key hashmap\\n\\tthis.namedKeys = namedKeys;\\n\\t// Create a reverse mapping of code to keyname\\n\\tthis.keyNames = [];\\n\\t$tw.utils.each(namedKeys,function(keyCode,name) {\\n\\t\\tself.keyNames[keyCode] = name.substr(0,1).toUpperCase() + name.substr(1);\\n\\t});\\n\\t// Save the platform-specific name of the \\\"meta\\\" key\\n\\tthis.metaKeyName = $tw.platform.isMac ? \\\"cmd-\\\" : \\\"win-\\\";\\n\\tthis.shortcutKeysList = [], // Stores the shortcut-key descriptors\\n\\tthis.shortcutActionList = [], // Stores the corresponding action strings\\n\\tthis.shortcutParsedList = []; // Stores the parsed key descriptors\\n\\tthis.lookupNames = [\\\"shortcuts\\\"];\\n\\tthis.lookupNames.push($tw.platform.isMac ? \\\"shortcuts-mac\\\" : \\\"shortcuts-not-mac\\\")\\n\\tthis.lookupNames.push($tw.platform.isWindows ? \\\"shortcuts-windows\\\" : \\\"shortcuts-not-windows\\\");\\n\\tthis.lookupNames.push($tw.platform.isLinux ? \\\"shortcuts-linux\\\" : \\\"shortcuts-not-linux\\\");\\n\\tthis.updateShortcutLists(this.getShortcutTiddlerList());\\n\\t$tw.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\tself.handleShortcutChanges(changes);\\n\\t});\\n}\\n\\n/*\\nReturn an array of keycodes for the modifier keys ctrl, shift, alt, meta\\n*/\\nKeyboardManager.prototype.getModifierKeys = function() {\\n\\treturn [\\n\\t\\t16, // Shift\\n\\t\\t17, // Ctrl\\n\\t\\t18, // Alt\\n\\t\\t20, // CAPS LOCK\\n\\t\\t91, // Meta (left)\\n\\t\\t93, // Meta (right)\\n\\t\\t224 // Meta (Firefox)\\n\\t]\\n};\\n\\n/*\\nParses a key descriptor into the structure:\\n{\\n\\tkeyCode: numeric keycode\\n\\tshiftKey: boolean\\n\\taltKey: boolean\\n\\tctrlKey: boolean\\n\\tmetaKey: boolean\\n}\\nKey descriptors have the following format:\\n\\tctrl+enter\\n\\tctrl+shift+alt+A\\n*/\\nKeyboardManager.prototype.parseKeyDescriptor = function(keyDescriptor,options) {\\n\\tvar components = keyDescriptor.split(/\\\\+|\\\\-/),\\n\\t\\tinfo = {\\n\\t\\t\\tkeyCode: 0,\\n\\t\\t\\tshiftKey: false,\\n\\t\\t\\taltKey: false,\\n\\t\\t\\tctrlKey: false,\\n\\t\\t\\tmetaKey: false\\n\\t\\t};\\n\\tfor(var t=0; t\u003Ccomponents.length; t++) {\\n\\t\\tvar s = components[t].toLowerCase(),\\n\\t\\t\\tc = s.charCodeAt(0);\\n\\t\\t// Look for modifier keys\\n\\t\\tif(s === \\\"ctrl\\\") {\\n\\t\\t\\tinfo.ctrlKey = true;\\n\\t\\t} else if(s === \\\"shift\\\") {\\n\\t\\t\\tinfo.shiftKey = true;\\n\\t\\t} else if(s === \\\"alt\\\") {\\n\\t\\t\\tinfo.altKey = true;\\n\\t\\t} else if(s === \\\"meta\\\" || s === \\\"cmd\\\" || s === \\\"win\\\") {\\n\\t\\t\\tinfo.metaKey = true;\\n\\t\\t}\\n\\t\\t// Replace named keys with their code\\n\\t\\tif(this.namedKeys[s]) {\\n\\t\\t\\tinfo.keyCode = this.namedKeys[s];\\n\\t\\t}\\n\\t}\\n\\tif(options.keyDescriptor) {\\n\\t\\tinfo.keyDescriptor = options.keyDescriptor;\\n\\t}\\n\\tif(info.keyCode) {\\n\\t\\treturn info;\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\n/*\\nParse a list of key descriptors into an array of keyInfo objects. The key descriptors can be passed as an array of strings or a space separated string\\n*/\\nKeyboardManager.prototype.parseKeyDescriptors = function(keyDescriptors,options) {\\n\\tvar self = this;\\n\\toptions = options || {};\\n\\toptions.stack = options.stack || [];\\n\\tvar wiki = options.wiki || $tw.wiki;\\n\\tif(typeof keyDescriptors === \\\"string\\\" && keyDescriptors === \\\"\\\") {\\n\\t\\treturn [];\\n\\t}\\n\\tif(!$tw.utils.isArray(keyDescriptors)) {\\n\\t\\tkeyDescriptors = keyDescriptors.split(\\\" \\\");\\n\\t}\\n\\tvar result = [];\\n\\t$tw.utils.each(keyDescriptors,function(keyDescriptor) {\\n\\t\\t// Look for a named shortcut\\n\\t\\tif(keyDescriptor.substr(0,2) === \\\"((\\\" && keyDescriptor.substr(-2,2) === \\\"))\\\") {\\n\\t\\t\\tif(options.stack.indexOf(keyDescriptor) === -1) {\\n\\t\\t\\t\\toptions.stack.push(keyDescriptor);\\n\\t\\t\\t\\tvar name = keyDescriptor.substring(2,keyDescriptor.length - 2),\\n\\t\\t\\t\\t\\tlookupName = function(configName) {\\n\\t\\t\\t\\t\\t\\tvar keyDescriptors = wiki.getTiddlerText(\\\"$:/config/\\\" + configName + \\\"/\\\" + name);\\n\\t\\t\\t\\t\\t\\tif(keyDescriptors) {\\n\\t\\t\\t\\t\\t\\t\\toptions.keyDescriptor = keyDescriptor;\\n\\t\\t\\t\\t\\t\\t\\tresult.push.apply(result,self.parseKeyDescriptors(keyDescriptors,options));\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t};\\n\\t\\t\\t\\t$tw.utils.each(self.lookupNames,function(platformDescriptor) {\\n\\t\\t\\t\\t\\tlookupName(platformDescriptor);\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tresult.push(self.parseKeyDescriptor(keyDescriptor,options));\\n\\t\\t}\\n\\t});\\n\\treturn result;\\n};\\n\\nKeyboardManager.prototype.getPrintableShortcuts = function(keyInfoArray) {\\n\\tvar self = this,\\n\\t\\tresult = [];\\n\\t$tw.utils.each(keyInfoArray,function(keyInfo) {\\n\\t\\tif(keyInfo) {\\n\\t\\t\\tresult.push((keyInfo.ctrlKey ? \\\"ctrl-\\\" : \\\"\\\") + \\n\\t\\t\\t\\t (keyInfo.shiftKey ? \\\"shift-\\\" : \\\"\\\") + \\n\\t\\t\\t\\t (keyInfo.altKey ? \\\"alt-\\\" : \\\"\\\") + \\n\\t\\t\\t\\t (keyInfo.metaKey ? self.metaKeyName : \\\"\\\") + \\n\\t\\t\\t\\t (self.keyNames[keyInfo.keyCode]));\\n\\t\\t}\\n\\t});\\n\\treturn result;\\n}\\n\\nKeyboardManager.prototype.checkKeyDescriptor = function(event,keyInfo) {\\n\\treturn keyInfo &&\\n\\t\\t\\tevent.keyCode === keyInfo.keyCode && \\n\\t\\t\\tevent.shiftKey === keyInfo.shiftKey && \\n\\t\\t\\tevent.altKey === keyInfo.altKey && \\n\\t\\t\\tevent.ctrlKey === keyInfo.ctrlKey && \\n\\t\\t\\tevent.metaKey === keyInfo.metaKey;\\n};\\n\\nKeyboardManager.prototype.checkKeyDescriptors = function(event,keyInfoArray) {\\n\\treturn (this.getMatchingKeyDescriptor(event,keyInfoArray) !== null);\\n};\\n\\nKeyboardManager.prototype.getMatchingKeyDescriptor = function(event,keyInfoArray) {\\n\\tfor(var t=0; t\u003CkeyInfoArray.length; t++) {\\n\\t\\tif(this.checkKeyDescriptor(event,keyInfoArray[t])) {\\n\\t\\t\\treturn keyInfoArray[t];\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\nKeyboardManager.prototype.getEventModifierKeyDescriptor = function(event) {\\n\\treturn event.ctrlKey && !event.shiftKey\\t&& !event.altKey && !event.metaKey ? \\\"ctrl\\\" : \\n\\t\\tevent.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey ? \\\"shift\\\" : \\n\\t\\tevent.ctrlKey && event.shiftKey && !event.altKey && !event.metaKey ? \\\"ctrl-shift\\\" : \\n\\t\\tevent.altKey && !event.shiftKey && !event.ctrlKey && !event.metaKey ? \\\"alt\\\" : \\n\\t\\tevent.altKey && event.shiftKey && !event.ctrlKey && !event.metaKey ? \\\"alt-shift\\\" : \\n\\t\\tevent.altKey && event.ctrlKey && !event.shiftKey && !event.metaKey ? \\\"ctrl-alt\\\" : \\n\\t\\tevent.altKey && event.shiftKey && event.ctrlKey && !event.metaKey ? \\\"ctrl-alt-shift\\\" : \\n\\t\\tevent.metaKey && !event.ctrlKey && !event.shiftKey && !event.altKey ? \\\"meta\\\" : \\n\\t\\tevent.metaKey && event.ctrlKey && !event.shiftKey && !event.altKey ? \\\"meta-ctrl\\\" :\\n\\t\\tevent.metaKey && event.ctrlKey && event.shiftKey && !event.altKey ? \\\"meta-ctrl-shift\\\" :\\n\\t\\tevent.metaKey && event.ctrlKey && event.shiftKey && event.altKey ? \\\"meta-ctrl-alt-shift\\\" : \\\"normal\\\";\\n};\\n\\nKeyboardManager.prototype.getShortcutTiddlerList = function() {\\n\\treturn $tw.wiki.getTiddlersWithTag(\\\"$:/tags/KeyboardShortcut\\\");\\n};\\n\\nKeyboardManager.prototype.updateShortcutLists = function(tiddlerList) {\\n\\tthis.shortcutTiddlers = tiddlerList;\\n\\tfor(var i=0; i\u003CtiddlerList.length; i++) {\\n\\t\\tvar title = tiddlerList[i],\\n\\t\\t\\ttiddlerFields = $tw.wiki.getTiddler(title).fields;\\n\\t\\tthis.shortcutKeysList[i] = tiddlerFields.key !== undefined ? tiddlerFields.key : undefined;\\n\\t\\tthis.shortcutActionList[i] = tiddlerFields.text;\\n\\t\\tthis.shortcutParsedList[i] = this.shortcutKeysList[i] !== undefined ? this.parseKeyDescriptors(this.shortcutKeysList[i]) : undefined;\\n\\t}\\n};\\n\\nKeyboardManager.prototype.handleKeydownEvent = function(event) {\\n\\tvar key, action;\\n\\tfor(var i=0; i\u003Cthis.shortcutTiddlers.length; i++) {\\n\\t\\tif(this.shortcutParsedList[i] !== undefined && this.checkKeyDescriptors(event,this.shortcutParsedList[i])) {\\n\\t\\t\\tkey = this.shortcutParsedList[i];\\n\\t\\t\\taction = this.shortcutActionList[i];\\n\\t\\t}\\n\\t}\\n\\tif(key !== undefined) {\\n\\t\\tevent.preventDefault();\\n\\t\\tevent.stopPropagation();\\n\\t\\t$tw.rootWidget.invokeActionString(action,$tw.rootWidget,event);\\n\\t\\treturn true;\\n\\t}\\n\\treturn false;\\n};\\n\\nKeyboardManager.prototype.detectNewShortcuts = function(changedTiddlers) {\\n\\tvar shortcutConfigTiddlers = [],\\n\\t\\thandled = false;\\n\\t$tw.utils.each(this.lookupNames,function(platformDescriptor) {\\n\\t\\tvar descriptorString = \\\"$:/config/\\\" + platformDescriptor + \\\"/\\\";\\n\\t\\tObject.keys(changedTiddlers).forEach(function(configTiddler) {\\n\\t\\t\\tvar configString = configTiddler.substr(0, configTiddler.lastIndexOf(\\\"/\\\") + 1);\\n\\t\\t\\tif(configString === descriptorString) {\\n\\t\\t\\t\\tshortcutConfigTiddlers.push(configTiddler);\\n\\t\\t\\t\\thandled = true;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t});\\n\\tif(handled) {\\n\\t\\treturn $tw.utils.hopArray(changedTiddlers,shortcutConfigTiddlers);\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nKeyboardManager.prototype.handleShortcutChanges = function(changedTiddlers) {\\n\\tvar newList = this.getShortcutTiddlerList();\\n\\tvar hasChanged = $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers) ? true :\\n\\t\\t($tw.utils.hopArray(changedTiddlers,newList) ? true :\\n\\t\\t(this.detectNewShortcuts(changedTiddlers))\\n\\t);\\n\\t// Re-cache shortcuts if something changed\\n\\tif(hasChanged) {\\n\\t\\tthis.updateShortcutLists(newList);\\n\\t}\\n};\\n\\nexports.KeyboardManager = KeyboardManager;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/language.js\":{\"title\":\"$:/core/modules/language.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/language.js\\ntype: application/javascript\\nmodule-type: global\\n\\nThe $tw.Language() manages translateable strings\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nCreate an instance of the language manager. Options include:\\nwiki: wiki from which to retrieve translation tiddlers\\n*/\\nfunction Language(options) {\\n\\toptions = options || \\\"\\\";\\n\\tthis.wiki = options.wiki || $tw.wiki;\\n}\\n\\n/*\\nReturn a wikified translateable string. The title is automatically prefixed with \\\"$:/language/\\\"\\nOptions include:\\nvariables: optional hashmap of variables to supply to the language wikification\\n*/\\nLanguage.prototype.getString = function(title,options) {\\n\\toptions = options || {};\\n\\ttitle = \\\"$:/language/\\\" + title;\\n\\treturn this.wiki.renderTiddler(\\\"text/plain\\\",title,{variables: options.variables});\\n};\\n\\n/*\\nReturn a raw, unwikified translateable string. The title is automatically prefixed with \\\"$:/language/\\\"\\n*/\\nLanguage.prototype.getRawString = function(title) {\\n\\ttitle = \\\"$:/language/\\\" + title;\\n\\treturn this.wiki.getTiddlerText(title);\\n};\\n\\nexports.Language = Language;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/macros/changecount.js\":{\"title\":\"$:/core/modules/macros/changecount.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/changecount.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to return the changecount for the current tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"changecount\\\";\\n\\nexports.params = [];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function() {\\n\\treturn this.wiki.getChangeCount(this.getVariable(\\\"currentTiddler\\\")) + \\\"\\\";\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/contrastcolour.js\":{\"title\":\"$:/core/modules/macros/contrastcolour.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/contrastcolour.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to choose which of two colours has the highest contrast with a base colour\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"contrastcolour\\\";\\n\\nexports.params = [\\n\\t{name: \\\"target\\\"},\\n\\t{name: \\\"fallbackTarget\\\"},\\n\\t{name: \\\"colourA\\\"},\\n\\t{name: \\\"colourB\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(target,fallbackTarget,colourA,colourB) {\\n\\tvar rgbTarget = $tw.utils.parseCSSColor(target) || $tw.utils.parseCSSColor(fallbackTarget);\\n\\tif(!rgbTarget) {\\n\\t\\treturn colourA;\\n\\t}\\n\\tvar rgbColourA = $tw.utils.parseCSSColor(colourA),\\n\\t\\trgbColourB = $tw.utils.parseCSSColor(colourB);\\n\\tif(rgbColourA && !rgbColourB) {\\n\\t\\treturn rgbColourA;\\n\\t}\\n\\tif(rgbColourB && !rgbColourA) {\\n\\t\\treturn rgbColourB;\\n\\t}\\n\\tif(!rgbColourA && !rgbColourB) {\\n\\t\\t// If neither colour is readable, return a crude inverse of the target\\n\\t\\treturn [255 - rgbTarget[0],255 - rgbTarget[1],255 - rgbTarget[2],rgbTarget[3]];\\n\\t}\\n\\t// Colour brightness formula derived from http://www.w3.org/WAI/ER/WD-AERT/#color-contrast\\n\\tvar brightnessTarget = rgbTarget[0] * 0.299 + rgbTarget[1] * 0.587 + rgbTarget[2] * 0.114,\\n\\t\\tbrightnessA = rgbColourA[0] * 0.299 + rgbColourA[1] * 0.587 + rgbColourA[2] * 0.114,\\n\\t\\tbrightnessB = rgbColourB[0] * 0.299 + rgbColourB[1] * 0.587 + rgbColourB[2] * 0.114;\\n\\treturn Math.abs(brightnessTarget - brightnessA) > Math.abs(brightnessTarget - brightnessB) ? colourA : colourB;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/csvtiddlers.js\":{\"title\":\"$:/core/modules/macros/csvtiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/csvtiddlers.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to output tiddlers matching a filter to CSV\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"csvtiddlers\\\";\\n\\nexports.params = [\\n\\t{name: \\\"filter\\\"},\\n\\t{name: \\\"format\\\"},\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(filter,format) {\\n\\tvar self = this,\\n\\t\\ttiddlers = this.wiki.filterTiddlers(filter),\\n\\t\\ttiddler,\\n\\t\\tfields = [],\\n\\t\\tt,f;\\n\\t// Collect all the fields\\n\\tfor(t=0;t\u003Ctiddlers.length; t++) {\\n\\t\\ttiddler = this.wiki.getTiddler(tiddlers[t]);\\n\\t\\tfor(f in tiddler.fields) {\\n\\t\\t\\tif(fields.indexOf(f) === -1) {\\n\\t\\t\\t\\tfields.push(f);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Sort the fields and bring the standard ones to the front\\n\\tfields.sort();\\n\\t\\\"title text modified modifier created creator\\\".split(\\\" \\\").reverse().forEach(function(value,index) {\\n\\t\\tvar p = fields.indexOf(value);\\n\\t\\tif(p !== -1) {\\n\\t\\t\\tfields.splice(p,1);\\n\\t\\t\\tfields.unshift(value)\\n\\t\\t}\\n\\t});\\n\\t// Output the column headings\\n\\tvar output = [], row = [];\\n\\tfields.forEach(function(value) {\\n\\t\\trow.push(quoteAndEscape(value))\\n\\t});\\n\\toutput.push(row.join(\\\",\\\"));\\n\\t// Output each tiddler\\n\\tfor(var t=0;t\u003Ctiddlers.length; t++) {\\n\\t\\trow = [];\\n\\t\\ttiddler = this.wiki.getTiddler(tiddlers[t]);\\n\\t\\t\\tfor(f=0; f\u003Cfields.length; f++) {\\n\\t\\t\\t\\trow.push(quoteAndEscape(tiddler ? tiddler.getFieldString(fields[f]) || \\\"\\\" : \\\"\\\"));\\n\\t\\t\\t}\\n\\t\\toutput.push(row.join(\\\",\\\"));\\n\\t}\\n\\treturn output.join(\\\"\\\\n\\\");\\n};\\n\\nfunction quoteAndEscape(value) {\\n\\treturn \\\"\\\\\\\"\\\" + value.replace(/\\\"/mg,\\\"\\\\\\\"\\\\\\\"\\\") + \\\"\\\\\\\"\\\";\\n}\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/displayshortcuts.js\":{\"title\":\"$:/core/modules/macros/displayshortcuts.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/displayshortcuts.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to display a list of keyboard shortcuts in human readable form. Notably, it resolves named shortcuts like `((bold))` to the underlying keystrokes.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"displayshortcuts\\\";\\n\\nexports.params = [\\n\\t{name: \\\"shortcuts\\\"},\\n\\t{name: \\\"prefix\\\"},\\n\\t{name: \\\"separator\\\"},\\n\\t{name: \\\"suffix\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(shortcuts,prefix,separator,suffix) {\\n\\tvar shortcutArray = $tw.keyboardManager.getPrintableShortcuts($tw.keyboardManager.parseKeyDescriptors(shortcuts,{\\n\\t\\twiki: this.wiki\\n\\t}));\\n\\tif(shortcutArray.length > 0) {\\n\\t\\tshortcutArray.sort(function(a,b) {\\n\\t\\t return a.toLowerCase().localeCompare(b.toLowerCase());\\n\\t\\t})\\n\\t\\treturn prefix + shortcutArray.join(separator) + suffix;\\n\\t} else {\\n\\t\\treturn \\\"\\\";\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/jsontiddler.js\":{\"title\":\"$:/core/modules/macros/jsontiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/jsontiddler.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to output a single tiddler to JSON\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"jsontiddler\\\";\\n\\nexports.params = [\\n\\t{name: \\\"title\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(title) {\\n\\ttitle = title || this.getVariable(\\\"currentTiddler\\\");\\n\\tvar tiddler = !!title && this.wiki.getTiddler(title),\\n\\t\\tfields = new Object();\\n\\tif(tiddler) {\\n\\t\\tfor(var field in tiddler.fields) {\\n\\t\\t\\tfields[field] = tiddler.getFieldString(field);\\n\\t\\t}\\n\\t}\\n\\treturn JSON.stringify(fields,null,$tw.config.preferences.jsonSpaces);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/jsontiddlers.js\":{\"title\":\"$:/core/modules/macros/jsontiddlers.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/jsontiddlers.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to output tiddlers matching a filter to JSON\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"jsontiddlers\\\";\\n\\nexports.params = [\\n\\t{name: \\\"filter\\\"},\\n\\t{name: \\\"spaces\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(filter,spaces) {\\n\\treturn this.wiki.getTiddlersAsJson(filter,$tw.utils.parseInt(spaces));\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/makedatauri.js\":{\"title\":\"$:/core/modules/macros/makedatauri.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/makedatauri.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to convert a string of text to a data URI\\n\\n\u003C\u003Cmakedatauri text:\\\"Text to be converted\\\" type:\\\"text/vnd.tiddlywiki\\\">>\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"makedatauri\\\";\\n\\nexports.params = [\\n\\t{name: \\\"text\\\"},\\n\\t{name: \\\"type\\\"},\\n\\t{name: \\\"_canonical_uri\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(text,type,_canonical_uri) {\\n\\treturn $tw.utils.makeDataUri(text,type,_canonical_uri);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/now.js\":{\"title\":\"$:/core/modules/macros/now.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/now.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to return a formatted version of the current time\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"now\\\";\\n\\nexports.params = [\\n\\t{name: \\\"format\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(format) {\\n\\treturn $tw.utils.formatDateString(new Date(),format || \\\"0hh:0mm, DDth MMM YYYY\\\");\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/qualify.js\":{\"title\":\"$:/core/modules/macros/qualify.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/qualify.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to qualify a state tiddler title according\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"qualify\\\";\\n\\nexports.params = [\\n\\t{name: \\\"title\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(title) {\\n\\treturn title + \\\"-\\\" + this.getStateQualifier();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/resolvepath.js\":{\"title\":\"$:/core/modules/macros/resolvepath.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/resolvepath.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nResolves a relative path for an absolute rootpath.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"resolvepath\\\";\\n\\nexports.params = [\\n\\t{name: \\\"source\\\"},\\n\\t{name: \\\"root\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(source, root) {\\n\\treturn $tw.utils.resolvePath(source, root);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/unusedtitle.js\":{\"title\":\"$:/core/modules/macros/unusedtitle.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/unusedtitle.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to return a new title that is unused in the wiki. It can be given a name as a base.\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"unusedtitle\\\";\\n\\nexports.params = [\\n\\t{name: \\\"baseName\\\"},\\n\\t{name: \\\"separator\\\"},\\n\\t{name: \\\"template\\\"}\\n];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function(baseName,separator,template) {\\n\\tseparator = separator || \\\" \\\";\\n\\tif(!baseName) {\\n\\t\\tbaseName = $tw.language.getString(\\\"DefaultNewTiddlerTitle\\\");\\n\\t}\\n\\t// $tw.wiki.generateNewTitle = function(baseTitle,options)\\n\\t// options.prefix must be a string! \\n\\treturn this.wiki.generateNewTitle(baseName, {\\\"prefix\\\": separator, \\\"template\\\": template});\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/macros/version.js\":{\"title\":\"$:/core/modules/macros/version.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/macros/version.js\\ntype: application/javascript\\nmodule-type: macro\\n\\nMacro to return the TiddlyWiki core version number\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInformation about this macro\\n*/\\n\\nexports.name = \\\"version\\\";\\n\\nexports.params = [];\\n\\n/*\\nRun the macro\\n*/\\nexports.run = function() {\\n\\treturn $tw.version;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"macro\"},\"$:/core/modules/parsers/audioparser.js\":{\"title\":\"$:/core/modules/parsers/audioparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/audioparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe audio parser parses an audio tiddler into an embeddable HTML element\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar AudioParser = function(type,text,options) {\\n\\tvar element = {\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"audio\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tcontrols: {type: \\\"string\\\", value: \\\"controls\\\"},\\n\\t\\t\\t\\tstyle: {type: \\\"string\\\", value: \\\"width: 100%; object-fit: contain\\\"}\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\tsrc;\\n\\tif(options._canonical_uri) {\\n\\t\\telement.attributes.src = {type: \\\"string\\\", value: options._canonical_uri};\\n\\t} else if(text) {\\n\\t\\telement.attributes.src = {type: \\\"string\\\", value: \\\"data:\\\" + type + \\\";base64,\\\" + text};\\n\\t}\\n\\tthis.tree = [element];\\n};\\n\\nexports[\\\"audio/ogg\\\"] = AudioParser;\\nexports[\\\"audio/mpeg\\\"] = AudioParser;\\nexports[\\\"audio/mp3\\\"] = AudioParser;\\nexports[\\\"audio/mp4\\\"] = AudioParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/binaryparser.js\":{\"title\":\"$:/core/modules/parsers/binaryparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/binaryparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe binary parser parses a binary tiddler into a warning message and download link\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar BINARY_WARNING_MESSAGE = \\\"$:/core/ui/BinaryWarning\\\";\\nvar EXPORT_BUTTON_IMAGE = \\\"$:/core/images/export-button\\\";\\n\\nvar BinaryParser = function(type,text,options) {\\n\\t// Transclude the binary data tiddler warning message\\n\\tvar warn = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"p\\\",\\n\\t\\tchildren: [{\\n\\t\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttiddler: {type: \\\"string\\\", value: BINARY_WARNING_MESSAGE}\\n\\t\\t\\t}\\n\\t\\t}]\\n\\t};\\n\\t// Create download link based on binary tiddler title\\n\\tvar link = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"a\\\",\\n\\t\\tattributes: {\\n\\t\\t\\ttitle: {type: \\\"indirect\\\", textReference: \\\"!!title\\\"},\\n\\t\\t\\tdownload: {type: \\\"indirect\\\", textReference: \\\"!!title\\\"}\\n\\t\\t},\\n\\t\\tchildren: [{\\n\\t\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttiddler: {type: \\\"string\\\", value: EXPORT_BUTTON_IMAGE}\\n\\t\\t\\t}\\n\\t\\t}]\\n\\t};\\n\\t// Set the link href to external or internal data URI\\n\\tif(options._canonical_uri) {\\n\\t\\tlink.attributes.href = {\\n\\t\\t\\ttype: \\\"string\\\", \\n\\t\\t\\tvalue: options._canonical_uri\\n\\t\\t};\\n\\t} else if(text) {\\n\\t\\tlink.attributes.href = {\\n\\t\\t\\ttype: \\\"string\\\", \\n\\t\\t\\tvalue: \\\"data:\\\" + type + \\\";base64,\\\" + text\\n\\t\\t};\\n\\t}\\n\\t// Combine warning message and download link in a div\\n\\tvar element = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"div\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tclass: {type: \\\"string\\\", value: \\\"tc-binary-warning\\\"}\\n\\t\\t},\\n\\t\\tchildren: [warn, link]\\n\\t}\\n\\tthis.tree = [element];\\n};\\n\\nexports[\\\"application/octet-stream\\\"] = BinaryParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/csvparser.js\":{\"title\":\"$:/core/modules/parsers/csvparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/csvparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe CSV text parser processes CSV files into a table wrapped in a scrollable widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar CsvParser = function(type,text,options) {\\n\\t// Table framework\\n\\tthis.tree = [{\\n\\t\\t\\\"type\\\": \\\"scrollable\\\", \\\"children\\\": [{\\n\\t\\t\\t\\\"type\\\": \\\"element\\\", \\\"tag\\\": \\\"table\\\", \\\"children\\\": [{\\n\\t\\t\\t\\t\\\"type\\\": \\\"element\\\", \\\"tag\\\": \\\"tbody\\\", \\\"children\\\": []\\n\\t\\t\\t}], \\\"attributes\\\": {\\n\\t\\t\\t\\t\\\"class\\\": {\\\"type\\\": \\\"string\\\", \\\"value\\\": \\\"tc-csv-table\\\"}\\n\\t\\t\\t}\\n\\t\\t}]\\n\\t}];\\n\\t// Split the text into lines\\n\\tvar lines = text.split(/\\\\r?\\\\n/mg),\\n\\t\\ttag = \\\"th\\\";\\n\\tfor(var line=0; line\u003Clines.length; line++) {\\n\\t\\tvar lineText = lines[line];\\n\\t\\tif(lineText) {\\n\\t\\t\\tvar row = {\\n\\t\\t\\t\\t\\t\\\"type\\\": \\\"element\\\", \\\"tag\\\": \\\"tr\\\", \\\"children\\\": []\\n\\t\\t\\t\\t};\\n\\t\\t\\tvar columns = lineText.split(\\\",\\\");\\n\\t\\t\\tfor(var column=0; column\u003Ccolumns.length; column++) {\\n\\t\\t\\t\\trow.children.push({\\n\\t\\t\\t\\t\\t\\t\\\"type\\\": \\\"element\\\", \\\"tag\\\": tag, \\\"children\\\": [{\\n\\t\\t\\t\\t\\t\\t\\t\\\"type\\\": \\\"text\\\",\\n\\t\\t\\t\\t\\t\\t\\t\\\"text\\\": columns[column]\\n\\t\\t\\t\\t\\t\\t}]\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t\\ttag = \\\"td\\\";\\n\\t\\t\\tthis.tree[0].children[0].children[0].children.push(row);\\n\\t\\t}\\n\\t}\\n};\\n\\nexports[\\\"text/csv\\\"] = CsvParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/htmlparser.js\":{\"title\":\"$:/core/modules/parsers/htmlparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/htmlparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe HTML parser displays text as raw HTML\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar HtmlParser = function(type,text,options) {\\n\\tvar src;\\n\\tif(options._canonical_uri) {\\n\\t\\tsrc = options._canonical_uri;\\n\\t} else if(text) {\\n\\t\\tsrc = \\\"data:text/html;charset=utf-8,\\\" + encodeURIComponent(text);\\n\\t}\\n\\tthis.tree = [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"iframe\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tsrc: {type: \\\"string\\\", value: src}\\n\\t\\t}\\n\\t}];\\n\\tif($tw.wiki.getTiddlerText(\\\"$:/config/HtmlParser/DisableSandbox\\\",\\\"no\\\") !== \\\"yes\\\") {\\n\\t\\tthis.tree[0].attributes.sandbox = {type: \\\"string\\\", value: $tw.wiki.getTiddlerText(\\\"$:/config/HtmlParser/SandboxTokens\\\",\\\"\\\")};\\n\\t}\\n};\\n\\nexports[\\\"text/html\\\"] = HtmlParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/imageparser.js\":{\"title\":\"$:/core/modules/parsers/imageparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/imageparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe image parser parses an image into an embeddable HTML element\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar ImageParser = function(type,text,options) {\\n\\tvar element = {\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"img\\\",\\n\\t\\t\\tattributes: {}\\n\\t\\t};\\n\\tif(options._canonical_uri) {\\n\\t\\telement.attributes.src = {type: \\\"string\\\", value: options._canonical_uri};\\n\\t} else if(text) {\\n\\t\\tif(type === \\\"image/svg+xml\\\" || type === \\\".svg\\\") {\\n\\t\\t\\telement.attributes.src = {type: \\\"string\\\", value: \\\"data:image/svg+xml,\\\" + encodeURIComponent(text)};\\n\\t\\t} else {\\n\\t\\t\\telement.attributes.src = {type: \\\"string\\\", value: \\\"data:\\\" + type + \\\";base64,\\\" + text};\\n\\t\\t}\\n\\t}\\n\\tthis.tree = [element];\\n};\\n\\nexports[\\\"image/svg+xml\\\"] = ImageParser;\\nexports[\\\"image/jpg\\\"] = ImageParser;\\nexports[\\\"image/jpeg\\\"] = ImageParser;\\nexports[\\\"image/png\\\"] = ImageParser;\\nexports[\\\"image/gif\\\"] = ImageParser;\\nexports[\\\"image/webp\\\"] = ImageParser;\\nexports[\\\"image/heic\\\"] = ImageParser;\\nexports[\\\"image/heif\\\"] = ImageParser;\\nexports[\\\"image/x-icon\\\"] = ImageParser;\\nexports[\\\"image/vnd.microsoft.icon\\\"] = ImageParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/utils/parseutils.js\":{\"title\":\"$:/core/modules/utils/parseutils.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/parseutils.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nUtility functions concerned with parsing text into tokens.\\n\\nMost functions have the following pattern:\\n\\n* The parameters are:\\n** `source`: the source string being parsed\\n** `pos`: the current parse position within the string\\n** Any further parameters are used to identify the token that is being parsed\\n* The return value is:\\n** null if the token was not found at the specified position\\n** an object representing the token with the following standard fields:\\n*** `type`: string indicating the type of the token\\n*** `start`: start position of the token in the source string\\n*** `end`: end position of the token in the source string\\n*** Any further fields required to describe the token\\n\\nThe exception is `skipWhiteSpace`, which just returns the position after the whitespace.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nLook for a whitespace token. Returns null if not found, otherwise returns {type: \\\"whitespace\\\", start:, end:,}\\n*/\\nexports.parseWhiteSpace = function(source,pos) {\\n\\tvar p = pos,c;\\n\\twhile(true) {\\n\\t\\tc = source.charAt(p);\\n\\t\\tif((c === \\\" \\\") || (c === \\\"\\\\f\\\") || (c === \\\"\\\\n\\\") || (c === \\\"\\\\r\\\") || (c === \\\"\\\\t\\\") || (c === \\\"\\\\v\\\") || (c === \\\"\\\\u00a0\\\")) { // Ignores some obscure unicode spaces\\n\\t\\t\\tp++;\\n\\t\\t} else {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t}\\n\\tif(p === pos) {\\n\\t\\treturn null;\\n\\t} else {\\n\\t\\treturn {\\n\\t\\t\\ttype: \\\"whitespace\\\",\\n\\t\\t\\tstart: pos,\\n\\t\\t\\tend: p\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nConvenience wrapper for parseWhiteSpace. Returns the position after the whitespace\\n*/\\nexports.skipWhiteSpace = function(source,pos) {\\n\\tvar c;\\n\\twhile(true) {\\n\\t\\tc = source.charAt(pos);\\n\\t\\tif((c === \\\" \\\") || (c === \\\"\\\\f\\\") || (c === \\\"\\\\n\\\") || (c === \\\"\\\\r\\\") || (c === \\\"\\\\t\\\") || (c === \\\"\\\\v\\\") || (c === \\\"\\\\u00a0\\\")) { // Ignores some obscure unicode spaces\\n\\t\\t\\tpos++;\\n\\t\\t} else {\\n\\t\\t\\treturn pos;\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nLook for a given string token. Returns null if not found, otherwise returns {type: \\\"token\\\", value:, start:, end:,}\\n*/\\nexports.parseTokenString = function(source,pos,token) {\\n\\tvar match = source.indexOf(token,pos) === pos;\\n\\tif(match) {\\n\\t\\treturn {\\n\\t\\t\\ttype: \\\"token\\\",\\n\\t\\t\\tvalue: token,\\n\\t\\t\\tstart: pos,\\n\\t\\t\\tend: pos + token.length\\n\\t\\t};\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nLook for a token matching a regex. Returns null if not found, otherwise returns {type: \\\"regexp\\\", match:, start:, end:,}\\n*/\\nexports.parseTokenRegExp = function(source,pos,reToken) {\\n\\tvar node = {\\n\\t\\ttype: \\\"regexp\\\",\\n\\t\\tstart: pos\\n\\t};\\n\\treToken.lastIndex = pos;\\n\\tnode.match = reToken.exec(source);\\n\\tif(node.match && node.match.index === pos) {\\n\\t\\tnode.end = pos + node.match[0].length;\\n\\t\\treturn node;\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\n/*\\nLook for a string literal. Returns null if not found, otherwise returns {type: \\\"string\\\", value:, start:, end:,}\\n*/\\nexports.parseStringLiteral = function(source,pos) {\\n\\tvar node = {\\n\\t\\ttype: \\\"string\\\",\\n\\t\\tstart: pos\\n\\t};\\n\\tvar reString = /(?:\\\"\\\"\\\"([\\\\s\\\\S]*?)\\\"\\\"\\\"|\\\"([^\\\"]*)\\\")|(?:'([^']*)')/g;\\n\\treString.lastIndex = pos;\\n\\tvar match = reString.exec(source);\\n\\tif(match && match.index === pos) {\\n\\t\\tnode.value = match[1] !== undefined ? match[1] :(\\n\\t\\t\\tmatch[2] !== undefined ? match[2] : match[3] \\n\\t\\t\\t\\t\\t);\\n\\t\\tnode.end = pos + match[0].length;\\n\\t\\treturn node;\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\nexports.parseMacroParameters = function(node,source,pos) {\\n\\t// Process parameters\\n\\tvar parameter = $tw.utils.parseMacroParameter(source,pos);\\n\\twhile(parameter) {\\n\\t\\tnode.params.push(parameter);\\n\\t\\tpos = parameter.end;\\n\\t\\t// Get the next parameter\\n\\t\\tparameter = $tw.utils.parseMacroParameter(source,pos);\\n\\t}\\n\\tnode.end = pos;\\n\\treturn node;\\n}\\n\\n/*\\nLook for a macro invocation parameter. Returns null if not found, or {type: \\\"macro-parameter\\\", name:, value:, start:, end:}\\n*/\\nexports.parseMacroParameter = function(source,pos) {\\n\\tvar node = {\\n\\t\\ttype: \\\"macro-parameter\\\",\\n\\t\\tstart: pos\\n\\t};\\n\\t// Define our regexp\\n\\tvar reMacroParameter = /(?:([A-Za-z0-9\\\\-_]+)\\\\s*:)?(?:\\\\s*(?:\\\"\\\"\\\"([\\\\s\\\\S]*?)\\\"\\\"\\\"|\\\"([^\\\"]*)\\\"|'([^']*)'|\\\\[\\\\[([^\\\\]]*)\\\\]\\\\]|((?:(?:>(?!>))|[^\\\\s>\\\"'])+)))/g;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for the parameter\\n\\tvar token = $tw.utils.parseTokenRegExp(source,pos,reMacroParameter);\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Get the parameter details\\n\\tnode.value = token.match[2] !== undefined ? token.match[2] : (\\n\\t\\t\\t\\t\\ttoken.match[3] !== undefined ? token.match[3] : (\\n\\t\\t\\t\\t\\t\\ttoken.match[4] !== undefined ? token.match[4] : (\\n\\t\\t\\t\\t\\t\\t\\ttoken.match[5] !== undefined ? token.match[5] : (\\n\\t\\t\\t\\t\\t\\t\\t\\ttoken.match[6] !== undefined ? token.match[6] : (\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"\\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t)\\n\\t\\t\\t\\t\\t\\t\\t)\\n\\t\\t\\t\\t\\t\\t)\\n\\t\\t\\t\\t\\t)\\n\\t\\t\\t\\t);\\n\\tif(token.match[1]) {\\n\\t\\tnode.name = token.match[1];\\n\\t}\\n\\t// Update the end position\\n\\tnode.end = pos;\\n\\treturn node;\\n};\\n\\n/*\\nLook for a macro invocation. Returns null if not found, or {type: \\\"macrocall\\\", name:, parameters:, start:, end:}\\n*/\\nexports.parseMacroInvocation = function(source,pos) {\\n\\tvar node = {\\n\\t\\ttype: \\\"macrocall\\\",\\n\\t\\tstart: pos,\\n\\t\\tparams: []\\n\\t};\\n\\t// Define our regexps\\n\\tvar reMacroName = /([^\\\\s>\\\"'=]+)/g;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for a double less than sign\\n\\tvar token = $tw.utils.parseTokenString(source,pos,\\\"\u003C\u003C\\\");\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Get the macro name\\n\\tvar name = $tw.utils.parseTokenRegExp(source,pos,reMacroName);\\n\\tif(!name) {\\n\\t\\treturn null;\\n\\t}\\n\\tnode.name = name.match[1];\\n\\tpos = name.end;\\n\\tnode = $tw.utils.parseMacroParameters(node,source,pos);\\n\\tpos = node.end;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for a double greater than sign\\n\\ttoken = $tw.utils.parseTokenString(source,pos,\\\">>\\\");\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Update the end position\\n\\tnode.end = pos;\\n\\treturn node;\\n};\\n\\nexports.parseFilterVariable = function(source) {\\n\\tvar node = {\\n\\t\\t\\tname: \\\"\\\",\\n\\t\\t\\tparams: [],\\n\\t\\t},\\n\\t\\tpos = 0,\\n\\t\\treName = /([^\\\\s\\\"']+)/g;\\n\\t// If there is no whitespace or it is an empty string then there are no macro parameters\\n\\tif(/^\\\\S*$/.test(source)) {\\n\\t\\tnode.name = source;\\n\\t\\treturn node;\\n\\t}\\n\\t// Get the variable name\\n\\tvar nameMatch = $tw.utils.parseTokenRegExp(source,pos,reName);\\n\\tif(nameMatch) {\\n\\t\\tnode.name = nameMatch.match[1];\\n\\t\\tpos = nameMatch.end;\\n\\t\\tnode = $tw.utils.parseMacroParameters(node,source,pos);\\n\\t\\tdelete node.end;\\n\\t}\\n\\treturn node;\\n};\\n\\n/*\\nLook for an HTML attribute definition. Returns null if not found, otherwise returns {type: \\\"attribute\\\", name:, valueType: \\\"string|indirect|macro\\\", value:, start:, end:,}\\n*/\\nexports.parseAttribute = function(source,pos) {\\n\\tvar node = {\\n\\t\\tstart: pos\\n\\t};\\n\\t// Define our regexps\\n\\tvar reAttributeName = /([^\\\\/\\\\s>\\\"'=]+)/g,\\n\\t\\treUnquotedAttribute = /([^\\\\/\\\\s\u003C>\\\"'=]+)/g,\\n\\t\\treFilteredValue = /\\\\{\\\\{\\\\{(.+?)\\\\}\\\\}\\\\}/g,\\n\\t\\treIndirectValue = /\\\\{\\\\{([^\\\\}]+)\\\\}\\\\}/g;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Get the attribute name\\n\\tvar name = $tw.utils.parseTokenRegExp(source,pos,reAttributeName);\\n\\tif(!name) {\\n\\t\\treturn null;\\n\\t}\\n\\tnode.name = name.match[1];\\n\\tpos = name.end;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for an equals sign\\n\\tvar token = $tw.utils.parseTokenString(source,pos,\\\"=\\\");\\n\\tif(token) {\\n\\t\\tpos = token.end;\\n\\t\\t// Skip whitespace\\n\\t\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t\\t// Look for a string literal\\n\\t\\tvar stringLiteral = $tw.utils.parseStringLiteral(source,pos);\\n\\t\\tif(stringLiteral) {\\n\\t\\t\\tpos = stringLiteral.end;\\n\\t\\t\\tnode.type = \\\"string\\\";\\n\\t\\t\\tnode.value = stringLiteral.value;\\n\\t\\t} else {\\n\\t\\t\\t// Look for a filtered value\\n\\t\\t\\tvar filteredValue = $tw.utils.parseTokenRegExp(source,pos,reFilteredValue);\\n\\t\\t\\tif(filteredValue) {\\n\\t\\t\\t\\tpos = filteredValue.end;\\n\\t\\t\\t\\tnode.type = \\\"filtered\\\";\\n\\t\\t\\t\\tnode.filter = filteredValue.match[1];\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// Look for an indirect value\\n\\t\\t\\t\\tvar indirectValue = $tw.utils.parseTokenRegExp(source,pos,reIndirectValue);\\n\\t\\t\\t\\tif(indirectValue) {\\n\\t\\t\\t\\t\\tpos = indirectValue.end;\\n\\t\\t\\t\\t\\tnode.type = \\\"indirect\\\";\\n\\t\\t\\t\\t\\tnode.textReference = indirectValue.match[1];\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// Look for a unquoted value\\n\\t\\t\\t\\t\\tvar unquotedValue = $tw.utils.parseTokenRegExp(source,pos,reUnquotedAttribute);\\n\\t\\t\\t\\t\\tif(unquotedValue) {\\n\\t\\t\\t\\t\\t\\tpos = unquotedValue.end;\\n\\t\\t\\t\\t\\t\\tnode.type = \\\"string\\\";\\n\\t\\t\\t\\t\\t\\tnode.value = unquotedValue.match[1];\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t// Look for a macro invocation value\\n\\t\\t\\t\\t\\t\\tvar macroInvocation = $tw.utils.parseMacroInvocation(source,pos);\\n\\t\\t\\t\\t\\t\\tif(macroInvocation) {\\n\\t\\t\\t\\t\\t\\t\\tpos = macroInvocation.end;\\n\\t\\t\\t\\t\\t\\t\\tnode.type = \\\"macro\\\";\\n\\t\\t\\t\\t\\t\\t\\tnode.value = macroInvocation;\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\tnode.type = \\\"string\\\";\\n\\t\\t\\t\\t\\t\\t\\tnode.value = \\\"true\\\";\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\tnode.type = \\\"string\\\";\\n\\t\\tnode.value = \\\"true\\\";\\n\\t}\\n\\t// Update the end position\\n\\tnode.end = pos;\\n\\treturn node;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/parsers/pdfparser.js\":{\"title\":\"$:/core/modules/parsers/pdfparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/pdfparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe PDF parser embeds a PDF viewer\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar ImageParser = function(type,text,options) {\\n\\tvar element = {\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"embed\\\",\\n\\t\\t\\tattributes: {}\\n\\t\\t},\\n\\t\\tsrc;\\n\\tif(options._canonical_uri) {\\n\\t\\telement.attributes.src = {type: \\\"string\\\", value: options._canonical_uri};\\n\\t} else if(text) {\\n\\t\\telement.attributes.src = {type: \\\"string\\\", value: \\\"data:application/pdf;base64,\\\" + text};\\n\\t}\\n\\tthis.tree = [element];\\n};\\n\\nexports[\\\"application/pdf\\\"] = ImageParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/textparser.js\":{\"title\":\"$:/core/modules/parsers/textparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/textparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe plain text parser processes blocks of source text into a degenerate parse tree consisting of a single text node\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar TextParser = function(type,text,options) {\\n\\tthis.tree = [{\\n\\t\\ttype: \\\"codeblock\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tcode: {type: \\\"string\\\", value: text},\\n\\t\\t\\tlanguage: {type: \\\"string\\\", value: type}\\n\\t\\t}\\n\\t}];\\n};\\n\\nexports[\\\"text/plain\\\"] = TextParser;\\nexports[\\\"text/x-tiddlywiki\\\"] = TextParser;\\nexports[\\\"application/javascript\\\"] = TextParser;\\nexports[\\\"application/json\\\"] = TextParser;\\nexports[\\\"text/css\\\"] = TextParser;\\nexports[\\\"application/x-tiddler-dictionary\\\"] = TextParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/videoparser.js\":{\"title\":\"$:/core/modules/parsers/videoparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/videoparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe video parser parses a video tiddler into an embeddable HTML element\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar VideoParser = function(type,text,options) {\\n\\tvar element = {\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"video\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tcontrols: {type: \\\"string\\\", value: \\\"controls\\\"},\\n\\t\\t\\t\\tstyle: {type: \\\"string\\\", value: \\\"width: 100%; object-fit: contain\\\"}\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\tsrc;\\n\\tif(options._canonical_uri) {\\n\\t\\telement.attributes.src = {type: \\\"string\\\", value: options._canonical_uri};\\n\\t} else if(text) {\\n\\t\\telement.attributes.src = {type: \\\"string\\\", value: \\\"data:\\\" + type + \\\";base64,\\\" + text};\\n\\t}\\n\\tthis.tree = [element];\\n};\\n\\nexports[\\\"video/ogg\\\"] = VideoParser;\\nexports[\\\"video/webm\\\"] = VideoParser;\\nexports[\\\"video/mp4\\\"] = VideoParser;\\nexports[\\\"video/quicktime\\\"] = VideoParser;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/wikiparser/rules/codeblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/codeblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text rule for code blocks. For example:\\n\\n```\\n\\t```\\n\\tThis text will not be //wikified//\\n\\t```\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"codeblock\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match and get language if defined\\n\\tthis.matchRegExp = /```([\\\\w-]*)\\\\r?\\\\n/mg;\\n};\\n\\nexports.parse = function() {\\n\\tvar reEnd = /(\\\\r?\\\\n```$)/mg;\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\n\\t// Look for the end of the block\\n\\treEnd.lastIndex = this.parser.pos;\\n\\tvar match = reEnd.exec(this.parser.source),\\n\\t\\ttext;\\n\\t// Process the block\\n\\tif(match) {\\n\\t\\ttext = this.parser.source.substring(this.parser.pos,match.index);\\n\\t\\tthis.parser.pos = match.index + match[0].length;\\n\\t} else {\\n\\t\\ttext = this.parser.source.substr(this.parser.pos);\\n\\t\\tthis.parser.pos = this.parser.sourceLength;\\n\\t}\\n\\t// Return the $codeblock widget\\n\\treturn [{\\n\\t\\t\\ttype: \\\"codeblock\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\t\\tcode: {type: \\\"string\\\", value: text},\\n\\t\\t\\t\\t\\tlanguage: {type: \\\"string\\\", value: this.match[1]}\\n\\t\\t\\t}\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/codeinline.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/codeinline.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeinline.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for code runs. For example:\\n\\n```\\n\\tThis is a `code run`.\\n\\tThis is another ``code run``\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"codeinline\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /(``?)/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tvar reEnd = new RegExp(this.match[1], \\\"mg\\\");\\n\\t// Look for the end marker\\n\\treEnd.lastIndex = this.parser.pos;\\n\\tvar match = reEnd.exec(this.parser.source),\\n\\t\\ttext;\\n\\t// Process the text\\n\\tif(match) {\\n\\t\\ttext = this.parser.source.substring(this.parser.pos,match.index);\\n\\t\\tthis.parser.pos = match.index + match[0].length;\\n\\t} else {\\n\\t\\ttext = this.parser.source.substr(this.parser.pos);\\n\\t\\tthis.parser.pos = this.parser.sourceLength;\\n\\t}\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"code\\\",\\n\\t\\tchildren: [{\\n\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\ttext: text\\n\\t\\t}]\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/commentblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/commentblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text block rule for HTML comments. For example:\\n\\n```\\n\u003C!-- This is a comment -->\\n\\\\define macroX()\\n\u003C!-- This is a comment -->\\nxxxx\\n\\\\end\\n\u003C!-- This is a comment -->\\n\\n```\\n\\nNote that the syntax for comments is simplified to an opening \\\"\u003C!--\\\" sequence and a closing \\\"-->\\\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"commentblock\\\";\\nexports.types = {block:true, pragma:true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\tthis.matchRegExp = /\u003C!--/mg;\\n\\tthis.endMatchRegExp = /-->/mg;\\n};\\n\\nexports.findNextMatch = function(startPos) {\\n\\tthis.matchRegExp.lastIndex = startPos;\\n\\tthis.match = this.matchRegExp.exec(this.parser.source);\\n\\tif(this.match) {\\n\\t\\tthis.endMatchRegExp.lastIndex = this.match.index + this.match[0].length;\\n\\t\\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\\n\\t\\tif(this.endMatch) {\\n\\t\\t\\treturn this.match.index;\\n\\t\\t}\\n\\t}\\n\\treturn undefined;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.endMatchRegExp.lastIndex;\\n\\t// Don't return any elements\\n\\treturn [];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/commentinline.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/commentinline.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentinline.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for HTML comments. For example:\\n\\n```\\n\u003C!-- This is a comment -->\\n```\\n\\nNote that the syntax for comments is simplified to an opening \\\"\u003C!--\\\" sequence and a closing \\\"-->\\\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"commentinline\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\tthis.matchRegExp = /\u003C!--/mg;\\n\\tthis.endMatchRegExp = /-->/mg;\\n};\\n\\nexports.findNextMatch = function(startPos) {\\n\\tthis.matchRegExp.lastIndex = startPos;\\n\\tthis.match = this.matchRegExp.exec(this.parser.source);\\n\\tif(this.match) {\\n\\t\\tthis.endMatchRegExp.lastIndex = this.match.index + this.match[0].length;\\n\\t\\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\\n\\t\\tif(this.endMatch) {\\n\\t\\t\\treturn this.match.index;\\n\\t\\t}\\n\\t}\\n\\treturn undefined;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.endMatchRegExp.lastIndex;\\n\\t// Don't return any elements\\n\\treturn [];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/dash.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/dash.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/dash.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for dashes. For example:\\n\\n```\\nThis is an en-dash: --\\n\\nThis is an em-dash: ---\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"dash\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /-{2,3}(?!-)/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tvar dash = this.match[0].length === 2 ? \\\"&ndash;\\\" : \\\"&mdash;\\\";\\n\\treturn [{\\n\\t\\ttype: \\\"entity\\\",\\n\\t\\tentity: dash\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for emphasis - bold. For example:\\n\\n```\\n\\tThis is ''bold'' text\\n```\\n\\nThis wikiparser can be modified using the rules eg:\\n\\n```\\n\\\\rules except bold \\n\\\\rules only bold \\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"bold\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /''/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\n\\t// Parse the run including the terminator\\n\\tvar tree = this.parser.parseInlineRun(/''/mg,{eatTerminator: true});\\n\\n\\t// Return the classed span\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"strong\\\",\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for emphasis - italic. For example:\\n\\n```\\n\\tThis is //italic// text\\n```\\n\\nThis wikiparser can be modified using the rules eg:\\n\\n```\\n\\\\rules except italic\\n\\\\rules only italic\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"italic\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\/\\\\//mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\n\\t// Parse the run including the terminator\\n\\tvar tree = this.parser.parseInlineRun(/\\\\/\\\\//mg,{eatTerminator: true});\\n\\n\\t// Return the classed span\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"em\\\",\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for emphasis - strikethrough. For example:\\n\\n```\\n\\tThis is ~~strikethrough~~ text\\n```\\n\\nThis wikiparser can be modified using the rules eg:\\n\\n```\\n\\\\rules except strikethrough \\n\\\\rules only strikethrough \\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"strikethrough\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /~~/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\n\\t// Parse the run including the terminator\\n\\tvar tree = this.parser.parseInlineRun(/~~/mg,{eatTerminator: true});\\n\\n\\t// Return the classed span\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"strike\\\",\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for emphasis - subscript. For example:\\n\\n```\\n\\tThis is ,,subscript,, text\\n```\\n\\nThis wikiparser can be modified using the rules eg:\\n\\n```\\n\\\\rules except subscript \\n\\\\rules only subscript \\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"subscript\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /,,/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\n\\t// Parse the run including the terminator\\n\\tvar tree = this.parser.parseInlineRun(/,,/mg,{eatTerminator: true});\\n\\n\\t// Return the classed span\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"sub\\\",\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for emphasis - superscript. For example:\\n\\n```\\n\\tThis is ^^superscript^^ text\\n```\\n\\nThis wikiparser can be modified using the rules eg:\\n\\n```\\n\\\\rules except superscript \\n\\\\rules only superscript \\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"superscript\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\^\\\\^/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\n\\t// Parse the run including the terminator\\n\\tvar tree = this.parser.parseInlineRun(/\\\\^\\\\^/mg,{eatTerminator: true});\\n\\n\\t// Return the classed span\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"sup\\\",\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for emphasis - underscore. For example:\\n\\n```\\n\\tThis is __underscore__ text\\n```\\n\\nThis wikiparser can be modified using the rules eg:\\n\\n```\\n\\\\rules except underscore \\n\\\\rules only underscore\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"underscore\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /__/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\n\\t// Parse the run including the terminator\\n\\tvar tree = this.parser.parseInlineRun(/__/mg,{eatTerminator: true});\\n\\n\\t// Return the classed span\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"u\\\",\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/entity.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/entity.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/entity.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for HTML entities. For example:\\n\\n```\\n\\tThis is a copyright symbol: &copy;\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"entity\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /(&#?[a-zA-Z0-9]{2,8};)/mg;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\t// Get all the details of the match\\n\\tvar entityString = this.match[1];\\n\\t// Move past the macro call\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Return the entity\\n\\treturn [{type: \\\"entity\\\", entity: this.match[0]}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/extlink.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/extlink.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/extlink.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for external links. For example:\\n\\n```\\nAn external link: https://www.tiddlywiki.com/\\n\\nA suppressed external link: ~http://www.tiddlyspace.com/\\n```\\n\\nExternal links can be suppressed by preceding them with `~`.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"extlink\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\\\s\u003C>{}\\\\[\\\\]`|\\\"\\\\\\\\^]+(?:\\\\/|\\\\b)/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Create the link unless it is suppressed\\n\\tif(this.match[0].substr(0,1) === \\\"~\\\") {\\n\\t\\treturn [{type: \\\"text\\\", text: this.match[0].substr(1)}];\\n\\t} else {\\n\\t\\treturn [{\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"a\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\thref: {type: \\\"string\\\", value: this.match[0]},\\n\\t\\t\\t\\t\\\"class\\\": {type: \\\"string\\\", value: \\\"tc-tiddlylink-external\\\"},\\n\\t\\t\\t\\ttarget: {type: \\\"string\\\", value: \\\"_blank\\\"},\\n\\t\\t\\t\\trel: {type: \\\"string\\\", value: \\\"noopener noreferrer\\\"}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [{\\n\\t\\t\\t\\ttype: \\\"text\\\", text: this.match[0]\\n\\t\\t\\t}]\\n\\t\\t}];\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text rule for block-level filtered transclusion. For example:\\n\\n```\\n{{{ [tag[docs]] }}}\\n{{{ [tag[docs]] |tooltip}}}\\n{{{ [tag[docs]] ||TemplateTitle}}}\\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"filteredtranscludeblock\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\{\\\\{\\\\{([^\\\\|]+?)(?:\\\\|([^\\\\|\\\\{\\\\}]+))?(?:\\\\|\\\\|([^\\\\|\\\\{\\\\}]+))?\\\\}\\\\}([^\\\\}]*)\\\\}(?:\\\\.(\\\\S+))?(?:\\\\r?\\\\n|$)/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Get the match details\\n\\tvar filter = this.match[1],\\n\\t\\ttooltip = this.match[2],\\n\\t\\ttemplate = $tw.utils.trim(this.match[3]),\\n\\t\\tstyle = this.match[4],\\n\\t\\tclasses = this.match[5];\\n\\t// Return the list widget\\n\\tvar node = {\\n\\t\\ttype: \\\"list\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tfilter: {type: \\\"string\\\", value: filter}\\n\\t\\t},\\n\\t\\tisBlock: true\\n\\t};\\n\\tif(tooltip) {\\n\\t\\tnode.attributes.tooltip = {type: \\\"string\\\", value: tooltip};\\n\\t}\\n\\tif(template) {\\n\\t\\tnode.attributes.template = {type: \\\"string\\\", value: template};\\n\\t}\\n\\tif(style) {\\n\\t\\tnode.attributes.style = {type: \\\"string\\\", value: style};\\n\\t}\\n\\tif(classes) {\\n\\t\\tnode.attributes.itemClass = {type: \\\"string\\\", value: classes.split(\\\".\\\").join(\\\" \\\")};\\n\\t}\\n\\treturn [node];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text rule for inline filtered transclusion. For example:\\n\\n```\\n{{{ [tag[docs]] }}}\\n{{{ [tag[docs]] |tooltip}}}\\n{{{ [tag[docs]] ||TemplateTitle}}}\\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"filteredtranscludeinline\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\{\\\\{\\\\{([^\\\\|]+?)(?:\\\\|([^\\\\|\\\\{\\\\}]+))?(?:\\\\|\\\\|([^\\\\|\\\\{\\\\}]+))?\\\\}\\\\}([^\\\\}]*)\\\\}(?:\\\\.(\\\\S+))?/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Get the match details\\n\\tvar filter = this.match[1],\\n\\t\\ttooltip = this.match[2],\\n\\t\\ttemplate = $tw.utils.trim(this.match[3]),\\n\\t\\tstyle = this.match[4],\\n\\t\\tclasses = this.match[5];\\n\\t// Return the list widget\\n\\tvar node = {\\n\\t\\ttype: \\\"list\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tfilter: {type: \\\"string\\\", value: filter}\\n\\t\\t}\\n\\t};\\n\\tif(tooltip) {\\n\\t\\tnode.attributes.tooltip = {type: \\\"string\\\", value: tooltip};\\n\\t}\\n\\tif(template) {\\n\\t\\tnode.attributes.template = {type: \\\"string\\\", value: template};\\n\\t}\\n\\tif(style) {\\n\\t\\tnode.attributes.style = {type: \\\"string\\\", value: style};\\n\\t}\\n\\tif(classes) {\\n\\t\\tnode.attributes.itemClass = {type: \\\"string\\\", value: classes.split(\\\".\\\").join(\\\" \\\")};\\n\\t}\\n\\treturn [node];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for marking areas with hard line breaks. For example:\\n\\n```\\n\\\"\\\"\\\"\\nThis is some text\\nThat is set like\\nIt is a Poem\\nWhen it is\\nClearly\\nNot\\n\\\"\\\"\\\"\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"hardlinebreaks\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\"\\\"\\\"(?:\\\\r?\\\\n)?/mg;\\n};\\n\\nexports.parse = function() {\\n\\tvar reEnd = /(\\\"\\\"\\\")|(\\\\r?\\\\n)/mg,\\n\\t\\ttree = [],\\n\\t\\tmatch;\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tdo {\\n\\t\\t// Parse the run up to the terminator\\n\\t\\ttree.push.apply(tree,this.parser.parseInlineRun(reEnd,{eatTerminator: false}));\\n\\t\\t// Redo the terminator match\\n\\t\\treEnd.lastIndex = this.parser.pos;\\n\\t\\tmatch = reEnd.exec(this.parser.source);\\n\\t\\tif(match) {\\n\\t\\t\\tthis.parser.pos = reEnd.lastIndex;\\n\\t\\t\\t// Add a line break if the terminator was a line break\\n\\t\\t\\tif(match[2]) {\\n\\t\\t\\t\\ttree.push({type: \\\"element\\\", tag: \\\"br\\\"});\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} while(match && !match[1]);\\n\\t// Return the nodes\\n\\treturn tree;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/heading.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/heading.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/heading.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text block rule for headings\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"heading\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /(!{1,6})/mg;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\t// Get all the details of the match\\n\\tvar headingLevel = this.match[1].length;\\n\\t// Move past the !s\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Parse any classes, whitespace and then the heading itself\\n\\tvar classes = this.parser.parseClasses();\\n\\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\\n\\tvar tree = this.parser.parseInlineRun(/(\\\\r?\\\\n)/mg);\\n\\t// Return the heading\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"h\\\" + headingLevel, \\n\\t\\tattributes: {\\n\\t\\t\\t\\\"class\\\": {type: \\\"string\\\", value: classes.join(\\\" \\\")}\\n\\t\\t},\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/horizrule.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/horizrule.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/horizrule.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text block rule for rules. For example:\\n\\n```\\n---\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"horizrule\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /-{3,}\\\\r?(?:\\\\n|$)/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\treturn [{type: \\\"element\\\", tag: \\\"hr\\\"}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/html.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/html.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/html.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki rule for HTML elements and widgets. For example:\\n\\n{{{\\n\u003Caside>\\nThis is an HTML5 aside element\\n\u003C/aside>\\n\\n\u003C$slider target=\\\"MyTiddler\\\">\\nThis is a widget invocation\\n\u003C/$slider>\\n\\n}}}\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"html\\\";\\nexports.types = {inline: true, block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n};\\n\\nexports.findNextMatch = function(startPos) {\\n\\t// Find the next tag\\n\\tthis.nextTag = this.findNextTag(this.parser.source,startPos,{\\n\\t\\trequireLineBreak: this.is.block\\n\\t});\\n\\treturn this.nextTag ? this.nextTag.start : undefined;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\t// Retrieve the most recent match so that recursive calls don't overwrite it\\n\\tvar tag = this.nextTag;\\n\\tthis.nextTag = null;\\n\\t// Advance the parser position to past the tag\\n\\tthis.parser.pos = tag.end;\\n\\t// Check for an immediately following double linebreak\\n\\tvar hasLineBreak = !tag.isSelfClosing && !!$tw.utils.parseTokenRegExp(this.parser.source,this.parser.pos,/([^\\\\S\\\\n\\\\r]*\\\\r?\\\\n(?:[^\\\\S\\\\n\\\\r]*\\\\r?\\\\n|$))/g);\\n\\t// Set whether we're in block mode\\n\\ttag.isBlock = this.is.block || hasLineBreak;\\n\\t// Parse the body if we need to\\n\\tif(!tag.isSelfClosing && $tw.config.htmlVoidElements.indexOf(tag.tag) === -1) {\\n\\t\\tvar reEndString = \\\"\u003C/\\\" + $tw.utils.escapeRegExp(tag.tag) + \\\">\\\";\\n\\t\\tif(hasLineBreak) {\\n\\t\\t\\ttag.children = this.parser.parseBlocks(reEndString);\\n\\t\\t} else {\\n\\t\\t\\tvar reEnd = new RegExp(\\\"(\\\" + reEndString + \\\")\\\",\\\"mg\\\");\\n\\t\\t\\ttag.children = this.parser.parseInlineRun(reEnd,{eatTerminator: true});\\n\\t\\t}\\n\\t}\\n\\t// Return the tag\\n\\treturn [tag];\\n};\\n\\n/*\\nLook for an HTML tag. Returns null if not found, otherwise returns {type: \\\"element\\\", name:, attributes: [], isSelfClosing:, start:, end:,}\\n*/\\nexports.parseTag = function(source,pos,options) {\\n\\toptions = options || {};\\n\\tvar token,\\n\\t\\tnode = {\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\tstart: pos,\\n\\t\\t\\tattributes: {}\\n\\t\\t};\\n\\t// Define our regexps\\n\\tvar reTagName = /([a-zA-Z0-9\\\\-\\\\$]+)/g;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for a less than sign\\n\\ttoken = $tw.utils.parseTokenString(source,pos,\\\"\u003C\\\");\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Get the tag name\\n\\ttoken = $tw.utils.parseTokenRegExp(source,pos,reTagName);\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tnode.tag = token.match[1];\\n\\tif(node.tag.slice(1).indexOf(\\\"$\\\") !== -1) {\\n\\t\\treturn null;\\n\\t}\\n\\tif(node.tag.charAt(0) === \\\"$\\\") {\\n\\t\\tnode.type = node.tag.substr(1);\\n\\t}\\n\\tpos = token.end;\\n\\t// Check that the tag is terminated by a space, / or >\\n\\tif(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === \\\"/\\\") && !(source.charAt(pos) === \\\">\\\") ) {\\n\\t\\treturn null;\\n\\t}\\n\\t// Process attributes\\n\\tvar attribute = $tw.utils.parseAttribute(source,pos);\\n\\twhile(attribute) {\\n\\t\\tnode.attributes[attribute.name] = attribute;\\n\\t\\tpos = attribute.end;\\n\\t\\t// Get the next attribute\\n\\t\\tattribute = $tw.utils.parseAttribute(source,pos);\\n\\t}\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for a closing slash\\n\\ttoken = $tw.utils.parseTokenString(source,pos,\\\"/\\\");\\n\\tif(token) {\\n\\t\\tpos = token.end;\\n\\t\\tnode.isSelfClosing = true;\\n\\t}\\n\\t// Look for a greater than sign\\n\\ttoken = $tw.utils.parseTokenString(source,pos,\\\">\\\");\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Check for a required line break\\n\\tif(options.requireLineBreak) {\\n\\t\\ttoken = $tw.utils.parseTokenRegExp(source,pos,/([^\\\\S\\\\n\\\\r]*\\\\r?\\\\n(?:[^\\\\S\\\\n\\\\r]*\\\\r?\\\\n|$))/g);\\n\\t\\tif(!token) {\\n\\t\\t\\treturn null;\\n\\t\\t}\\n\\t}\\n\\t// Update the end position\\n\\tnode.end = pos;\\n\\treturn node;\\n};\\n\\nexports.findNextTag = function(source,pos,options) {\\n\\t// A regexp for finding candidate HTML tags\\n\\tvar reLookahead = /\u003C([a-zA-Z\\\\-\\\\$]+)/g;\\n\\t// Find the next candidate\\n\\treLookahead.lastIndex = pos;\\n\\tvar match = reLookahead.exec(source);\\n\\twhile(match) {\\n\\t\\t// Try to parse the candidate as a tag\\n\\t\\tvar tag = this.parseTag(source,match.index,options);\\n\\t\\t// Return success\\n\\t\\tif(tag && this.isLegalTag(tag)) {\\n\\t\\t\\treturn tag;\\n\\t\\t}\\n\\t\\t// Look for the next match\\n\\t\\treLookahead.lastIndex = match.index + 1;\\n\\t\\tmatch = reLookahead.exec(source);\\n\\t}\\n\\t// Failed\\n\\treturn null;\\n};\\n\\nexports.isLegalTag = function(tag) {\\n\\t// Widgets are always OK\\n\\tif(tag.type !== \\\"element\\\") {\\n\\t\\treturn true;\\n\\t// If it's an HTML tag that starts with a dash then it's not legal\\n\\t} else if(tag.tag.charAt(0) === \\\"-\\\") {\\n\\t\\treturn false;\\n\\t} else {\\n\\t\\t// Otherwise it's OK\\n\\t\\treturn true;\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/image.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/image.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/image.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for embedding images. For example:\\n\\n```\\n[img[https://tiddlywiki.com/fractalveg.jpg]]\\n[img width=23 height=24 [https://tiddlywiki.com/fractalveg.jpg]]\\n[img width={{!!width}} height={{!!height}} [https://tiddlywiki.com/fractalveg.jpg]]\\n[img[Description of image|https://tiddlywiki.com/fractalveg.jpg]]\\n[img[TiddlerTitle]]\\n[img[Description of image|TiddlerTitle]]\\n```\\n\\nGenerates the `\u003C$image>` widget.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"image\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n};\\n\\nexports.findNextMatch = function(startPos) {\\n\\t// Find the next tag\\n\\tthis.nextImage = this.findNextImage(this.parser.source,startPos);\\n\\treturn this.nextImage ? this.nextImage.start : undefined;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.nextImage.end;\\n\\tvar node = {\\n\\t\\ttype: \\\"image\\\",\\n\\t\\tattributes: this.nextImage.attributes\\n\\t};\\n\\treturn [node];\\n};\\n\\n/*\\nFind the next image from the current position\\n*/\\nexports.findNextImage = function(source,pos) {\\n\\t// A regexp for finding candidate HTML tags\\n\\tvar reLookahead = /(\\\\[img)/g;\\n\\t// Find the next candidate\\n\\treLookahead.lastIndex = pos;\\n\\tvar match = reLookahead.exec(source);\\n\\twhile(match) {\\n\\t\\t// Try to parse the candidate as a tag\\n\\t\\tvar tag = this.parseImage(source,match.index);\\n\\t\\t// Return success\\n\\t\\tif(tag) {\\n\\t\\t\\treturn tag;\\n\\t\\t}\\n\\t\\t// Look for the next match\\n\\t\\treLookahead.lastIndex = match.index + 1;\\n\\t\\tmatch = reLookahead.exec(source);\\n\\t}\\n\\t// Failed\\n\\treturn null;\\n};\\n\\n/*\\nLook for an image at the specified position. Returns null if not found, otherwise returns {type: \\\"image\\\", attributes: [], isSelfClosing:, start:, end:,}\\n*/\\nexports.parseImage = function(source,pos) {\\n\\tvar token,\\n\\t\\tnode = {\\n\\t\\t\\ttype: \\\"image\\\",\\n\\t\\t\\tstart: pos,\\n\\t\\t\\tattributes: {}\\n\\t\\t};\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for the `[img`\\n\\ttoken = $tw.utils.parseTokenString(source,pos,\\\"[img\\\");\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Process attributes\\n\\tif(source.charAt(pos) !== \\\"[\\\") {\\n\\t\\tvar attribute = $tw.utils.parseAttribute(source,pos);\\n\\t\\twhile(attribute) {\\n\\t\\t\\tnode.attributes[attribute.name] = attribute;\\n\\t\\t\\tpos = attribute.end;\\n\\t\\t\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t\\t\\tif(source.charAt(pos) !== \\\"[\\\") {\\n\\t\\t\\t\\t// Get the next attribute\\n\\t\\t\\t\\tattribute = $tw.utils.parseAttribute(source,pos);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tattribute = null;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for the `[` after the attributes\\n\\ttoken = $tw.utils.parseTokenString(source,pos,\\\"[\\\");\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Get the source up to the terminating `]]`\\n\\ttoken = $tw.utils.parseTokenRegExp(source,pos,/(?:([^|\\\\]]*?)\\\\|)?([^\\\\]]+?)\\\\]\\\\]/g);\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\tif(token.match[1]) {\\n\\t\\tnode.attributes.tooltip = {type: \\\"string\\\", value: token.match[1].trim()};\\n\\t}\\n\\tnode.attributes.source = {type: \\\"string\\\", value: (token.match[2] || \\\"\\\").trim()};\\n\\t// Update the end position\\n\\tnode.end = pos;\\n\\treturn node;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/import.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/import.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/import.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki pragma rule for importing variable definitions\\n\\n```\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"import\\\";\\nexports.types = {pragma: true};\\n\\n/*\\nInstantiate parse rule\\n*/\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /^\\\\\\\\import[^\\\\S\\\\n]/mg;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\tvar self = this;\\n\\t// Move past the pragma invocation\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Parse the filter terminated by a line break\\n\\tvar reMatch = /(.*)(?:$|\\\\r?\\\\n)/mg;\\n\\treMatch.lastIndex = this.parser.pos;\\n\\tvar match = reMatch.exec(this.parser.source);\\n\\tthis.parser.pos = reMatch.lastIndex;\\n\\t// Parse tree nodes to return\\n\\treturn [{\\n\\t\\ttype: \\\"importvariables\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tfilter: {type: \\\"string\\\", value: match[1]}\\n\\t\\t},\\n\\t\\tchildren: []\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/list.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/list.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/list.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text block rule for lists. For example:\\n\\n```\\n* This is an unordered list\\n* It has two items\\n\\n# This is a numbered list\\n## With a subitem\\n# And a third item\\n\\n; This is a term that is being defined\\n: This is the definition of that term\\n```\\n\\nNote that lists can be nested arbitrarily:\\n\\n```\\n#** One\\n#* Two\\n#** Three\\n#**** Four\\n#**# Five\\n#**## Six\\n## Seven\\n### Eight\\n## Nine\\n```\\n\\nA CSS class can be applied to a list item as follows:\\n\\n```\\n* List item one\\n*.active List item two has the class `active`\\n* List item three\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"list\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /([\\\\*#;:>]+)/mg;\\n};\\n\\nvar listTypes = {\\n\\t\\\"*\\\": {listTag: \\\"ul\\\", itemTag: \\\"li\\\"},\\n\\t\\\"#\\\": {listTag: \\\"ol\\\", itemTag: \\\"li\\\"},\\n\\t\\\";\\\": {listTag: \\\"dl\\\", itemTag: \\\"dt\\\"},\\n\\t\\\":\\\": {listTag: \\\"dl\\\", itemTag: \\\"dd\\\"},\\n\\t\\\">\\\": {listTag: \\\"blockquote\\\", itemTag: \\\"div\\\"}\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\t// Array of parse tree nodes for the previous row of the list\\n\\tvar listStack = [];\\n\\t// Cycle through the items in the list\\n\\twhile(true) {\\n\\t\\t// Match the list marker\\n\\t\\tvar reMatch = /([\\\\*#;:>]+)/mg;\\n\\t\\treMatch.lastIndex = this.parser.pos;\\n\\t\\tvar match = reMatch.exec(this.parser.source);\\n\\t\\tif(!match || match.index !== this.parser.pos) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\t// Check whether the list type of the top level matches\\n\\t\\tvar listInfo = listTypes[match[0].charAt(0)];\\n\\t\\tif(listStack.length > 0 && listStack[0].tag !== listInfo.listTag) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\t// Move past the list marker\\n\\t\\tthis.parser.pos = match.index + match[0].length;\\n\\t\\t// Walk through the list markers for the current row\\n\\t\\tfor(var t=0; t\u003Cmatch[0].length; t++) {\\n\\t\\t\\tlistInfo = listTypes[match[0].charAt(t)];\\n\\t\\t\\t// Remove any stacked up element if we can't re-use it because the list type doesn't match\\n\\t\\t\\tif(listStack.length > t && listStack[t].tag !== listInfo.listTag) {\\n\\t\\t\\t\\tlistStack.splice(t,listStack.length - t);\\n\\t\\t\\t}\\n\\t\\t\\t// Construct the list element or reuse the previous one at this level\\n\\t\\t\\tif(listStack.length \u003C= t) {\\n\\t\\t\\t\\tvar listElement = {type: \\\"element\\\", tag: listInfo.listTag, children: [\\n\\t\\t\\t\\t\\t{type: \\\"element\\\", tag: listInfo.itemTag, children: []}\\n\\t\\t\\t\\t]};\\n\\t\\t\\t\\t// Link this list element into the last child item of the parent list item\\n\\t\\t\\t\\tif(t) {\\n\\t\\t\\t\\t\\tvar prevListItem = listStack[t-1].children[listStack[t-1].children.length-1];\\n\\t\\t\\t\\t\\tprevListItem.children.push(listElement);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Save this element in the stack\\n\\t\\t\\t\\tlistStack[t] = listElement;\\n\\t\\t\\t} else if(t === (match[0].length - 1)) {\\n\\t\\t\\t\\tlistStack[t].children.push({type: \\\"element\\\", tag: listInfo.itemTag, children: []});\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(listStack.length > match[0].length) {\\n\\t\\t\\tlistStack.splice(match[0].length,listStack.length - match[0].length);\\n\\t\\t}\\n\\t\\t// Process the body of the list item into the last list item\\n\\t\\tvar lastListChildren = listStack[listStack.length-1].children,\\n\\t\\t\\tlastListItem = lastListChildren[lastListChildren.length-1],\\n\\t\\t\\tclasses = this.parser.parseClasses();\\n\\t\\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\\n\\t\\tvar tree = this.parser.parseInlineRun(/(\\\\r?\\\\n)/mg);\\n\\t\\tlastListItem.children.push.apply(lastListItem.children,tree);\\n\\t\\tif(classes.length > 0) {\\n\\t\\t\\t$tw.utils.addClassToParseTreeNode(lastListItem,classes.join(\\\" \\\"));\\n\\t\\t}\\n\\t\\t// Consume any whitespace following the list item\\n\\t\\tthis.parser.skipWhitespace();\\n\\t}\\n\\t// Return the root element of the list\\n\\treturn [listStack[0]];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/macrocallblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/macrocallblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki rule for block macro calls\\n\\n```\\n\u003C\u003Cname value value2>>\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"macrocallblock\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n};\\n\\nexports.findNextMatch = function(startPos) {\\n\\tvar nextStart = startPos;\\n\\t// Try parsing at all possible macrocall openers until we match\\n\\twhile((nextStart = this.parser.source.indexOf(\\\"\u003C\u003C\\\",nextStart)) >= 0) {\\n\\t\\tvar nextCall = $tw.utils.parseMacroInvocation(this.parser.source,nextStart);\\n\\t\\tif(nextCall) {\\n\\t\\t\\tvar c = this.parser.source.charAt(nextCall.end);\\n\\t\\t\\t// Ensure EOL after parsed macro\\n\\t\\t\\t// If we didn't need to support IE, we'd just use /(?:\\\\r?\\\\n|$)/ym\\n\\t\\t\\tif ((c === \\\"\\\") || (c === \\\"\\\\n\\\") || ((c === \\\"\\\\r\\\") && this.parser.source.charAt(nextCall.end+1) === \\\"\\\\n\\\")) {\\n\\t\\t\\t\\tthis.nextCall = nextCall;\\n\\t\\t\\t\\treturn nextStart;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tnextStart += 2;\\n\\t}\\n\\treturn undefined;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\tvar call = this.nextCall;\\n\\tcall.isBlock = true;\\n\\tthis.nextCall = null;\\n\\tthis.parser.pos = call.end;\\n\\treturn [call];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/macrocallinline.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/macrocallinline.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallinline.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki rule for macro calls\\n\\n```\\n\u003C\u003Cname value value2>>\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"macrocallinline\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n};\\n\\nexports.findNextMatch = function(startPos) {\\n\\tvar nextStart = startPos;\\n\\t// Try parsing at all possible macrocall openers until we match\\n\\twhile((nextStart = this.parser.source.indexOf(\\\"\u003C\u003C\\\",nextStart)) >= 0) {\\n\\t\\tthis.nextCall = $tw.utils.parseMacroInvocation(this.parser.source,nextStart);\\n\\t\\tif(this.nextCall) {\\n\\t\\t\\treturn nextStart;\\n\\t\\t}\\n\\t\\tnextStart += 2;\\n\\t}\\n\\treturn undefined;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\tvar call = this.nextCall;\\n\\tthis.nextCall = null;\\n\\tthis.parser.pos = call.end;\\n\\treturn [call];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/macrodef.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/macrodef.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrodef.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki pragma rule for macro definitions\\n\\n```\\n\\\\define name(param:defaultvalue,param2:defaultvalue)\\ndefinition text, including $param$ markers\\n\\\\end\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"macrodef\\\";\\nexports.types = {pragma: true};\\n\\n/*\\nInstantiate parse rule\\n*/\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /^\\\\\\\\define\\\\s+([^(\\\\s]+)\\\\(\\\\s*([^)]*)\\\\)(\\\\s*\\\\r?\\\\n)?/mg;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\t// Move past the macro name and parameters\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Parse the parameters\\n\\tvar paramString = this.match[2],\\n\\t\\tparams = [];\\n\\tif(paramString !== \\\"\\\") {\\n\\t\\tvar reParam = /\\\\s*([A-Za-z0-9\\\\-_]+)(?:\\\\s*:\\\\s*(?:\\\"\\\"\\\"([\\\\s\\\\S]*?)\\\"\\\"\\\"|\\\"([^\\\"]*)\\\"|'([^']*)'|\\\\[\\\\[([^\\\\]]*)\\\\]\\\\]|([^\\\"'\\\\s]+)))?/mg,\\n\\t\\t\\tparamMatch = reParam.exec(paramString);\\n\\t\\twhile(paramMatch) {\\n\\t\\t\\t// Save the parameter details\\n\\t\\t\\tvar paramInfo = {name: paramMatch[1]},\\n\\t\\t\\t\\tdefaultValue = paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6];\\n\\t\\t\\tif(defaultValue) {\\n\\t\\t\\t\\tparamInfo[\\\"default\\\"] = defaultValue;\\n\\t\\t\\t}\\n\\t\\t\\tparams.push(paramInfo);\\n\\t\\t\\t// Look for the next parameter\\n\\t\\t\\tparamMatch = reParam.exec(paramString);\\n\\t\\t}\\n\\t}\\n\\t// Is this a multiline definition?\\n\\tvar reEnd;\\n\\tif(this.match[3]) {\\n\\t\\t// If so, the end of the body is marked with \\\\end\\n\\t\\treEnd = /(\\\\r?\\\\n\\\\\\\\end[^\\\\S\\\\n\\\\r]*(?:$|\\\\r?\\\\n))/mg;\\n\\t} else {\\n\\t\\t// Otherwise, the end of the definition is marked by the end of the line\\n\\t\\treEnd = /($|\\\\r?\\\\n)/mg;\\n\\t\\t// Move past any whitespace\\n\\t\\tthis.parser.pos = $tw.utils.skipWhiteSpace(this.parser.source,this.parser.pos);\\n\\t}\\n\\t// Find the end of the definition\\n\\treEnd.lastIndex = this.parser.pos;\\n\\tvar text,\\n\\t\\tendMatch = reEnd.exec(this.parser.source);\\n\\tif(endMatch) {\\n\\t\\ttext = this.parser.source.substring(this.parser.pos,endMatch.index);\\n\\t\\tthis.parser.pos = endMatch.index + endMatch[0].length;\\n\\t} else {\\n\\t\\t// We didn't find the end of the definition, so we'll make it blank\\n\\t\\ttext = \\\"\\\";\\n\\t}\\n\\t// Save the macro definition\\n\\treturn [{\\n\\t\\ttype: \\\"set\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tname: {type: \\\"string\\\", value: this.match[1]},\\n\\t\\t\\tvalue: {type: \\\"string\\\", value: text}\\n\\t\\t},\\n\\t\\tchildren: [],\\n\\t\\tparams: params,\\n\\t\\tisMacroDefinition: true\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/prettyextlink.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/prettyextlink.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettyextlink.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for external links. For example:\\n\\n```\\n[ext[https://tiddlywiki.com/fractalveg.jpg]]\\n[ext[Tooltip|https://tiddlywiki.com/fractalveg.jpg]]\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"prettyextlink\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n};\\n\\nexports.findNextMatch = function(startPos) {\\n\\t// Find the next tag\\n\\tthis.nextLink = this.findNextLink(this.parser.source,startPos);\\n\\treturn this.nextLink ? this.nextLink.start : undefined;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.nextLink.end;\\n\\treturn [this.nextLink];\\n};\\n\\n/*\\nFind the next link from the current position\\n*/\\nexports.findNextLink = function(source,pos) {\\n\\t// A regexp for finding candidate links\\n\\tvar reLookahead = /(\\\\[ext\\\\[)/g;\\n\\t// Find the next candidate\\n\\treLookahead.lastIndex = pos;\\n\\tvar match = reLookahead.exec(source);\\n\\twhile(match) {\\n\\t\\t// Try to parse the candidate as a link\\n\\t\\tvar link = this.parseLink(source,match.index);\\n\\t\\t// Return success\\n\\t\\tif(link) {\\n\\t\\t\\treturn link;\\n\\t\\t}\\n\\t\\t// Look for the next match\\n\\t\\treLookahead.lastIndex = match.index + 1;\\n\\t\\tmatch = reLookahead.exec(source);\\n\\t}\\n\\t// Failed\\n\\treturn null;\\n};\\n\\n/*\\nLook for an link at the specified position. Returns null if not found, otherwise returns {type: \\\"element\\\", tag: \\\"a\\\", attributes: [], isSelfClosing:, start:, end:,}\\n*/\\nexports.parseLink = function(source,pos) {\\n\\tvar token,\\n\\t\\ttextNode = {\\n\\t\\t\\ttype: \\\"text\\\"\\n\\t\\t},\\n\\t\\tnode = {\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"a\\\",\\n\\t\\t\\tstart: pos,\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\t\\\"class\\\": {type: \\\"string\\\", value: \\\"tc-tiddlylink-external\\\"},\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [textNode]\\n\\t\\t};\\n\\t// Skip whitespace\\n\\tpos = $tw.utils.skipWhiteSpace(source,pos);\\n\\t// Look for the `[ext[`\\n\\ttoken = $tw.utils.parseTokenString(source,pos,\\\"[ext[\\\");\\n\\tif(!token) {\\n\\t\\treturn null;\\n\\t}\\n\\tpos = token.end;\\n\\t// Look ahead for the terminating `]]`\\n\\tvar closePos = source.indexOf(\\\"]]\\\",pos);\\n\\tif(closePos === -1) {\\n\\t\\treturn null;\\n\\t}\\n\\t// Look for a `|` separating the tooltip\\n\\tvar splitPos = source.indexOf(\\\"|\\\",pos);\\n\\tif(splitPos === -1 || splitPos > closePos) {\\n\\t\\tsplitPos = null;\\n\\t}\\n\\t// Pull out the tooltip and URL\\n\\tvar tooltip, URL;\\n\\tif(splitPos) {\\n\\t\\tURL = source.substring(splitPos + 1,closePos).trim();\\n\\t\\ttextNode.text = source.substring(pos,splitPos).trim();\\n\\t} else {\\n\\t\\tURL = source.substring(pos,closePos).trim();\\n\\t\\ttextNode.text = URL;\\n\\t}\\n\\tnode.attributes.href = {type: \\\"string\\\", value: URL};\\n\\tnode.attributes.target = {type: \\\"string\\\", value: \\\"_blank\\\"};\\n\\tnode.attributes.rel = {type: \\\"string\\\", value: \\\"noopener noreferrer\\\"};\\n\\t// Update the end position\\n\\tnode.end = closePos + 2;\\n\\treturn node;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/prettylink.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/prettylink.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettylink.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for pretty links. For example:\\n\\n```\\n[[Introduction]]\\n\\n[[Link description|TiddlerTitle]]\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"prettylink\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\[\\\\[(.*?)(?:\\\\|(.*?))?\\\\]\\\\]/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Process the link\\n\\tvar text = this.match[1],\\n\\t\\tlink = this.match[2] || text;\\n\\tif($tw.utils.isLinkExternal(link)) {\\n\\t\\treturn [{\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"a\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\thref: {type: \\\"string\\\", value: link},\\n\\t\\t\\t\\t\\\"class\\\": {type: \\\"string\\\", value: \\\"tc-tiddlylink-external\\\"},\\n\\t\\t\\t\\ttarget: {type: \\\"string\\\", value: \\\"_blank\\\"},\\n\\t\\t\\t\\trel: {type: \\\"string\\\", value: \\\"noopener noreferrer\\\"}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [{\\n\\t\\t\\t\\ttype: \\\"text\\\", text: text\\n\\t\\t\\t}]\\n\\t\\t}];\\n\\t} else {\\n\\t\\treturn [{\\n\\t\\t\\ttype: \\\"link\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tto: {type: \\\"string\\\", value: link}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [{\\n\\t\\t\\t\\ttype: \\\"text\\\", text: text\\n\\t\\t\\t}]\\n\\t\\t}];\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/quoteblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/quoteblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/quoteblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text rule for quote blocks. For example:\\n\\n```\\n\\t\u003C\u003C\u003C.optionalClass(es) optional cited from\\n\\ta quote\\n\\t\u003C\u003C\u003C\\n\\t\\n\\t\u003C\u003C\u003C.optionalClass(es)\\n\\ta quote\\n\\t\u003C\u003C\u003C optional cited from\\n```\\n\\nQuotes can be quoted by putting more \u003Cs\\n\\n```\\n\\t\u003C\u003C\u003C\\n\\tQuote Level 1\\n\\t\\n\\t\u003C\u003C\u003C\u003C\\n\\tQuoteLevel 2\\n\\t\u003C\u003C\u003C\u003C\\n\\t\\n\\t\u003C\u003C\u003C\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"quoteblock\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /(\u003C\u003C\u003C+)/mg;\\n};\\n\\nexports.parse = function() {\\n\\tvar classes = [\\\"tc-quote\\\"];\\n\\t// Get all the details of the match\\n\\tvar reEndString = \\\"^\\\" + this.match[1] + \\\"(?!\u003C)\\\";\\n\\t// Move past the \u003Cs\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t\\n\\t// Parse any classes, whitespace and then the optional cite itself\\n\\tclasses.push.apply(classes, this.parser.parseClasses());\\n\\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\\n\\tvar cite = this.parser.parseInlineRun(/(\\\\r?\\\\n)/mg);\\n\\t// before handling the cite, parse the body of the quote\\n\\tvar tree= this.parser.parseBlocks(reEndString);\\n\\t// If we got a cite, put it before the text\\n\\tif(cite.length > 0) {\\n\\t\\ttree.unshift({\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"cite\\\",\\n\\t\\t\\tchildren: cite\\n\\t\\t});\\n\\t}\\n\\t// Parse any optional cite\\n\\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\\n\\tcite = this.parser.parseInlineRun(/(\\\\r?\\\\n)/mg);\\n\\t// If we got a cite, push it\\n\\tif(cite.length > 0) {\\n\\t\\ttree.push({\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"cite\\\",\\n\\t\\t\\tchildren: cite\\n\\t\\t});\\n\\t}\\n\\t// Return the blockquote element\\n\\treturn [{\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"blockquote\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tclass: { type: \\\"string\\\", value: classes.join(\\\" \\\") },\\n\\t\\t},\\n\\t\\tchildren: tree\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/rules.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/rules.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/rules.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki pragma rule for rules specifications\\n\\n```\\n\\\\rules except ruleone ruletwo rulethree\\n\\\\rules only ruleone ruletwo rulethree\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"rules\\\";\\nexports.types = {pragma: true};\\n\\n/*\\nInstantiate parse rule\\n*/\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /^\\\\\\\\rules[^\\\\S\\\\n]/mg;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\t// Move past the pragma invocation\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Parse whitespace delimited tokens terminated by a line break\\n\\tvar reMatch = /[^\\\\S\\\\n]*(\\\\S+)|(\\\\r?\\\\n)/mg,\\n\\t\\ttokens = [];\\n\\treMatch.lastIndex = this.parser.pos;\\n\\tvar match = reMatch.exec(this.parser.source);\\n\\twhile(match && match.index === this.parser.pos) {\\n\\t\\tthis.parser.pos = reMatch.lastIndex;\\n\\t\\t// Exit if we've got the line break\\n\\t\\tif(match[2]) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\t// Process the token\\n\\t\\tif(match[1]) {\\n\\t\\t\\ttokens.push(match[1]);\\n\\t\\t}\\n\\t\\t// Match the next token\\n\\t\\tmatch = reMatch.exec(this.parser.source);\\n\\t}\\n\\t// Process the tokens\\n\\tif(tokens.length > 0) {\\n\\t\\tthis.parser.amendRules(tokens[0],tokens.slice(1));\\n\\t}\\n\\t// No parse tree nodes to return\\n\\treturn [];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/styleblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/styleblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text block rule for assigning styles and classes to paragraphs and other blocks. For example:\\n\\n```\\n@@.myClass\\n@@background-color:red;\\nThis paragraph will have the CSS class `myClass`.\\n\\n* The `\u003Cul>` around this list will also have the class `myClass`\\n* List item 2\\n\\n@@\\n```\\n\\nNote that classes and styles can be mixed subject to the rule that styles must precede classes. For example\\n\\n```\\n@@.myFirstClass.mySecondClass\\n@@width:100px;.myThirdClass\\nThis is a paragraph\\n@@\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"styleblock\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /@@((?:[^\\\\.\\\\r\\\\n\\\\s:]+:[^\\\\r\\\\n;]+;)+)?(?:\\\\.([^\\\\r\\\\n\\\\s]+))?\\\\r?\\\\n/mg;\\n};\\n\\nexports.parse = function() {\\n\\tvar reEndString = \\\"^@@(?:\\\\\\\\r?\\\\\\\\n)?\\\";\\n\\tvar classes = [], styles = [];\\n\\tdo {\\n\\t\\t// Get the class and style\\n\\t\\tif(this.match[1]) {\\n\\t\\t\\tstyles.push(this.match[1]);\\n\\t\\t}\\n\\t\\tif(this.match[2]) {\\n\\t\\t\\tclasses.push(this.match[2].split(\\\".\\\").join(\\\" \\\"));\\n\\t\\t}\\n\\t\\t// Move past the match\\n\\t\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t\\t// Look for another line of classes and styles\\n\\t\\tthis.match = this.matchRegExp.exec(this.parser.source);\\n\\t} while(this.match && this.match.index === this.parser.pos);\\n\\t// Parse the body\\n\\tvar tree = this.parser.parseBlocks(reEndString);\\n\\tfor(var t=0; t\u003Ctree.length; t++) {\\n\\t\\tif(classes.length > 0) {\\n\\t\\t\\t$tw.utils.addClassToParseTreeNode(tree[t],classes.join(\\\" \\\"));\\n\\t\\t}\\n\\t\\tif(styles.length > 0) {\\n\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(tree[t],\\\"style\\\",styles.join(\\\"\\\"));\\n\\t\\t}\\n\\t}\\n\\treturn tree;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/styleinline.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/styleinline.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleinline.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for assigning styles and classes to inline runs. For example:\\n\\n```\\n@@.myClass This is some text with a class@@\\n@@background-color:red;This is some text with a background colour@@\\n@@width:100px;.myClass This is some text with a class and a width@@\\n```\\n\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"styleinline\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /@@((?:[^\\\\.\\\\r\\\\n\\\\s:]+:[^\\\\r\\\\n;]+;)+)?(\\\\.(?:[^\\\\r\\\\n\\\\s]+)\\\\s+)?/mg;\\n};\\n\\nexports.parse = function() {\\n\\tvar reEnd = /@@/g;\\n\\t// Get the styles and class\\n\\tvar stylesString = this.match[1],\\n\\t\\tclassString = this.match[2] ? this.match[2].split(\\\".\\\").join(\\\" \\\") : undefined;\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Parse the run up to the terminator\\n\\tvar tree = this.parser.parseInlineRun(reEnd,{eatTerminator: true});\\n\\t// Return the classed span\\n\\tvar node = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"span\\\",\\n\\t\\tattributes: {\\n\\t\\t\\t\\\"class\\\": {type: \\\"string\\\", value: \\\"tc-inline-style\\\"}\\n\\t\\t},\\n\\t\\tchildren: tree\\n\\t};\\n\\tif(classString) {\\n\\t\\t$tw.utils.addClassToParseTreeNode(node,classString);\\n\\t}\\n\\tif(stylesString) {\\n\\t\\t$tw.utils.addAttributeToParseTreeNode(node,\\\"style\\\",stylesString);\\n\\t}\\n\\treturn [node];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/syslink.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/syslink.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/syslink.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for system tiddler links.\\nCan be suppressed preceding them with `~`.\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"syslink\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = new RegExp(\\n\\t\\t\\\"~?\\\\\\\\$:\\\\\\\\/[\\\" +\\n\\t\\t$tw.config.textPrimitives.anyLetter.substr(1,$tw.config.textPrimitives.anyLetter.length - 2) +\\n\\t\\t\\\"\\\\/._-]+\\\",\\n\\t\\t\\\"mg\\\"\\n\\t);\\n};\\n\\nexports.parse = function() {\\n\\tvar match = this.match[0];\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Create the link unless it is suppressed\\n\\tif(match.substr(0,1) === \\\"~\\\") {\\n\\t\\treturn [{type: \\\"text\\\", text: match.substr(1)}];\\n\\t} else {\\n\\t\\treturn [{\\n\\t\\t\\ttype: \\\"link\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tto: {type: \\\"string\\\", value: match}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [{\\n\\t\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\t\\ttext: match\\n\\t\\t\\t}]\\n\\t\\t}];\\n\\t}\\n};\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/table.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/table.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/table.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text block rule for tables.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"table\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /^\\\\|(?:[^\\\\n]*)\\\\|(?:[fhck]?)\\\\r?(?:\\\\n|$)/mg;\\n};\\n\\nvar processRow = function(prevColumns) {\\n\\tvar cellRegExp = /(?:\\\\|([^\\\\n\\\\|]*)\\\\|)|(\\\\|[fhck]?\\\\r?(?:\\\\n|$))/mg,\\n\\t\\tcellTermRegExp = /((?:\\\\x20*)\\\\|)/mg,\\n\\t\\ttree = [],\\n\\t\\tcol = 0,\\n\\t\\tcolSpanCount = 1,\\n\\t\\tprevCell,\\n\\t\\tvAlign;\\n\\t// Match a single cell\\n\\tcellRegExp.lastIndex = this.parser.pos;\\n\\tvar cellMatch = cellRegExp.exec(this.parser.source);\\n\\twhile(cellMatch && cellMatch.index === this.parser.pos) {\\n\\t\\tif(cellMatch[1] === \\\"~\\\") {\\n\\t\\t\\t// Rowspan\\n\\t\\t\\tvar last = prevColumns[col];\\n\\t\\t\\tif(last) {\\n\\t\\t\\t\\tlast.rowSpanCount++;\\n\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(last.element,\\\"rowspan\\\",last.rowSpanCount);\\n\\t\\t\\t\\tvAlign = $tw.utils.getAttributeValueFromParseTreeNode(last.element,\\\"valign\\\",\\\"center\\\");\\n\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(last.element,\\\"valign\\\",vAlign);\\n\\t\\t\\t\\tif(colSpanCount > 1) {\\n\\t\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(last.element,\\\"colspan\\\",colSpanCount);\\n\\t\\t\\t\\t\\tcolSpanCount = 1;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// Move to just before the `|` terminating the cell\\n\\t\\t\\tthis.parser.pos = cellRegExp.lastIndex - 1;\\n\\t\\t} else if(cellMatch[1] === \\\">\\\") {\\n\\t\\t\\t// Colspan\\n\\t\\t\\tcolSpanCount++;\\n\\t\\t\\t// Move to just before the `|` terminating the cell\\n\\t\\t\\tthis.parser.pos = cellRegExp.lastIndex - 1;\\n\\t\\t} else if(cellMatch[1] === \\\"\u003C\\\" && prevCell) {\\n\\t\\t\\tcolSpanCount = 1 + $tw.utils.getAttributeValueFromParseTreeNode(prevCell,\\\"colspan\\\",1);\\n\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(prevCell,\\\"colspan\\\",colSpanCount);\\n\\t\\t\\tcolSpanCount = 1;\\n\\t\\t\\t// Move to just before the `|` terminating the cell\\n\\t\\t\\tthis.parser.pos = cellRegExp.lastIndex - 1;\\n\\t\\t} else if(cellMatch[2]) {\\n\\t\\t\\t// End of row\\n\\t\\t\\tif(prevCell && colSpanCount > 1) {\\n\\t\\t\\t\\tif(prevCell.attributes && prevCell.attributes && prevCell.attributes.colspan) {\\n\\t\\t\\t\\t\\t\\tcolSpanCount += prevCell.attributes.colspan.value;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tcolSpanCount -= 1;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(prevCell,\\\"colspan\\\",colSpanCount);\\n\\t\\t\\t}\\n\\t\\t\\tthis.parser.pos = cellRegExp.lastIndex - 1;\\n\\t\\t\\tbreak;\\n\\t\\t} else {\\n\\t\\t\\t// For ordinary cells, step beyond the opening `|`\\n\\t\\t\\tthis.parser.pos++;\\n\\t\\t\\t// Look for a space at the start of the cell\\n\\t\\t\\tvar spaceLeft = false;\\n\\t\\t\\tvAlign = null;\\n\\t\\t\\tif(this.parser.source.substr(this.parser.pos).search(/^\\\\^([^\\\\^]|\\\\^\\\\^)/) === 0) {\\n\\t\\t\\t\\tvAlign = \\\"top\\\";\\n\\t\\t\\t} else if(this.parser.source.substr(this.parser.pos).search(/^,([^,]|,,)/) === 0) {\\n\\t\\t\\t\\tvAlign = \\\"bottom\\\";\\n\\t\\t\\t}\\n\\t\\t\\tif(vAlign) {\\n\\t\\t\\t\\tthis.parser.pos++;\\n\\t\\t\\t}\\n\\t\\t\\tvar chr = this.parser.source.substr(this.parser.pos,1);\\n\\t\\t\\twhile(chr === \\\" \\\") {\\n\\t\\t\\t\\tspaceLeft = true;\\n\\t\\t\\t\\tthis.parser.pos++;\\n\\t\\t\\t\\tchr = this.parser.source.substr(this.parser.pos,1);\\n\\t\\t\\t}\\n\\t\\t\\t// Check whether this is a heading cell\\n\\t\\t\\tvar cell;\\n\\t\\t\\tif(chr === \\\"!\\\") {\\n\\t\\t\\t\\tthis.parser.pos++;\\n\\t\\t\\t\\tcell = {type: \\\"element\\\", tag: \\\"th\\\", children: []};\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tcell = {type: \\\"element\\\", tag: \\\"td\\\", children: []};\\n\\t\\t\\t}\\n\\t\\t\\ttree.push(cell);\\n\\t\\t\\t// Record information about this cell\\n\\t\\t\\tprevCell = cell;\\n\\t\\t\\tprevColumns[col] = {rowSpanCount:1,element:cell};\\n\\t\\t\\t// Check for a colspan\\n\\t\\t\\tif(colSpanCount > 1) {\\n\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(cell,\\\"colspan\\\",colSpanCount);\\n\\t\\t\\t\\tcolSpanCount = 1;\\n\\t\\t\\t}\\n\\t\\t\\t// Parse the cell\\n\\t\\t\\tcell.children = this.parser.parseInlineRun(cellTermRegExp,{eatTerminator: true});\\n\\t\\t\\t// Set the alignment for the cell\\n\\t\\t\\tif(vAlign) {\\n\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(cell,\\\"valign\\\",vAlign);\\n\\t\\t\\t}\\n\\t\\t\\tif(this.parser.source.substr(this.parser.pos - 2,1) === \\\" \\\") { // spaceRight\\n\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(cell,\\\"align\\\",spaceLeft ? \\\"center\\\" : \\\"left\\\");\\n\\t\\t\\t} else if(spaceLeft) {\\n\\t\\t\\t\\t$tw.utils.addAttributeToParseTreeNode(cell,\\\"align\\\",\\\"right\\\");\\n\\t\\t\\t}\\n\\t\\t\\t// Move back to the closing `|`\\n\\t\\t\\tthis.parser.pos--;\\n\\t\\t}\\n\\t\\tcol++;\\n\\t\\tcellRegExp.lastIndex = this.parser.pos;\\n\\t\\tcellMatch = cellRegExp.exec(this.parser.source);\\n\\t}\\n\\treturn tree;\\n};\\n\\nexports.parse = function() {\\n\\tvar rowContainerTypes = {\\\"c\\\":\\\"caption\\\", \\\"h\\\":\\\"thead\\\", \\\"\\\":\\\"tbody\\\", \\\"f\\\":\\\"tfoot\\\"},\\n\\t\\ttable = {type: \\\"element\\\", tag: \\\"table\\\", children: []},\\n\\t\\trowRegExp = /^\\\\|([^\\\\n]*)\\\\|([fhck]?)\\\\r?(?:\\\\n|$)/mg,\\n\\t\\trowTermRegExp = /(\\\\|(?:[fhck]?)\\\\r?(?:\\\\n|$))/mg,\\n\\t\\tprevColumns = [],\\n\\t\\tcurrRowType,\\n\\t\\trowContainer,\\n\\t\\trowCount = 0;\\n\\t// Match the row\\n\\trowRegExp.lastIndex = this.parser.pos;\\n\\tvar rowMatch = rowRegExp.exec(this.parser.source);\\n\\twhile(rowMatch && rowMatch.index === this.parser.pos) {\\n\\t\\tvar rowType = rowMatch[2];\\n\\t\\t// Check if it is a class assignment\\n\\t\\tif(rowType === \\\"k\\\") {\\n\\t\\t\\t$tw.utils.addClassToParseTreeNode(table,rowMatch[1]);\\n\\t\\t\\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\\n\\t\\t} else {\\n\\t\\t\\t// Otherwise, create a new row if this one is of a different type\\n\\t\\t\\tif(rowType !== currRowType) {\\n\\t\\t\\t\\trowContainer = {type: \\\"element\\\", tag: rowContainerTypes[rowType], children: []};\\n\\t\\t\\t\\ttable.children.push(rowContainer);\\n\\t\\t\\t\\tcurrRowType = rowType;\\n\\t\\t\\t}\\n\\t\\t\\t// Is this a caption row?\\n\\t\\t\\tif(currRowType === \\\"c\\\") {\\n\\t\\t\\t\\t// If so, move past the opening `|` of the row\\n\\t\\t\\t\\tthis.parser.pos++;\\n\\t\\t\\t\\t// Move the caption to the first row if it isn't already\\n\\t\\t\\t\\tif(table.children.length !== 1) {\\n\\t\\t\\t\\t\\ttable.children.pop(); // Take rowContainer out of the children array\\n\\t\\t\\t\\t\\ttable.children.splice(0,0,rowContainer); // Insert it at the bottom\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Set the alignment - TODO: figure out why TW did this\\n//\\t\\t\\t\\trowContainer.attributes.align = rowCount === 0 ? \\\"top\\\" : \\\"bottom\\\";\\n\\t\\t\\t\\t// Parse the caption\\n\\t\\t\\t\\trowContainer.children = this.parser.parseInlineRun(rowTermRegExp,{eatTerminator: true});\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// Create the row\\n\\t\\t\\t\\tvar theRow = {type: \\\"element\\\", tag: \\\"tr\\\", children: []};\\n\\t\\t\\t\\t$tw.utils.addClassToParseTreeNode(theRow,rowCount%2 ? \\\"oddRow\\\" : \\\"evenRow\\\");\\n\\t\\t\\t\\trowContainer.children.push(theRow);\\n\\t\\t\\t\\t// Process the row\\n\\t\\t\\t\\ttheRow.children = processRow.call(this,prevColumns);\\n\\t\\t\\t\\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\\n\\t\\t\\t\\t// Increment the row count\\n\\t\\t\\t\\trowCount++;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\trowMatch = rowRegExp.exec(this.parser.source);\\n\\t}\\n\\treturn [table];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/transcludeblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/transcludeblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text rule for block-level transclusion. For example:\\n\\n```\\n{{MyTiddler}}\\n{{MyTiddler||TemplateTitle}}\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"transcludeblock\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\{\\\\{([^\\\\{\\\\}\\\\|]*)(?:\\\\|\\\\|([^\\\\|\\\\{\\\\}]+))?\\\\}\\\\}(?:\\\\r?\\\\n|$)/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Get the match details\\n\\tvar template = $tw.utils.trim(this.match[2]),\\n\\t\\ttextRef = $tw.utils.trim(this.match[1]);\\n\\t// Prepare the transclude widget\\n\\tvar transcludeNode = {\\n\\t\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {},\\n\\t\\t\\tisBlock: true\\n\\t\\t};\\n\\t// Prepare the tiddler widget\\n\\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\\n\\tif(textRef) {\\n\\t\\ttr = $tw.utils.parseTextReference(textRef);\\n\\t\\ttargetTitle = tr.title;\\n\\t\\ttargetField = tr.field;\\n\\t\\ttargetIndex = tr.index;\\n\\t\\ttiddlerNode = {\\n\\t\\t\\ttype: \\\"tiddler\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttiddler: {type: \\\"string\\\", value: targetTitle}\\n\\t\\t\\t},\\n\\t\\t\\tisBlock: true,\\n\\t\\t\\tchildren: [transcludeNode]\\n\\t\\t};\\n\\t}\\n\\tif(template) {\\n\\t\\ttranscludeNode.attributes.tiddler = {type: \\\"string\\\", value: template};\\n\\t\\tif(textRef) {\\n\\t\\t\\treturn [tiddlerNode];\\n\\t\\t} else {\\n\\t\\t\\treturn [transcludeNode];\\n\\t\\t}\\n\\t} else {\\n\\t\\tif(textRef) {\\n\\t\\t\\ttranscludeNode.attributes.tiddler = {type: \\\"string\\\", value: targetTitle};\\n\\t\\t\\tif(targetField) {\\n\\t\\t\\t\\ttranscludeNode.attributes.field = {type: \\\"string\\\", value: targetField};\\n\\t\\t\\t}\\n\\t\\t\\tif(targetIndex) {\\n\\t\\t\\t\\ttranscludeNode.attributes.index = {type: \\\"string\\\", value: targetIndex};\\n\\t\\t\\t}\\n\\t\\t\\treturn [tiddlerNode];\\n\\t\\t} else {\\n\\t\\t\\treturn [transcludeNode];\\n\\t\\t}\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/transcludeinline.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/transcludeinline.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeinline.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text rule for inline-level transclusion. For example:\\n\\n```\\n{{MyTiddler}}\\n{{MyTiddler||TemplateTitle}}\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"transcludeinline\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\{\\\\{([^\\\\{\\\\}\\\\|]*)(?:\\\\|\\\\|([^\\\\|\\\\{\\\\}]+))?\\\\}\\\\}/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Get the match details\\n\\tvar template = $tw.utils.trim(this.match[2]),\\n\\t\\ttextRef = $tw.utils.trim(this.match[1]);\\n\\t// Prepare the transclude widget\\n\\tvar transcludeNode = {\\n\\t\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {}\\n\\t\\t};\\n\\t// Prepare the tiddler widget\\n\\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\\n\\tif(textRef) {\\n\\t\\ttr = $tw.utils.parseTextReference(textRef);\\n\\t\\ttargetTitle = tr.title;\\n\\t\\ttargetField = tr.field;\\n\\t\\ttargetIndex = tr.index;\\n\\t\\ttiddlerNode = {\\n\\t\\t\\ttype: \\\"tiddler\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttiddler: {type: \\\"string\\\", value: targetTitle}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [transcludeNode]\\n\\t\\t};\\n\\t}\\n\\tif(template) {\\n\\t\\ttranscludeNode.attributes.tiddler = {type: \\\"string\\\", value: template};\\n\\t\\tif(textRef) {\\n\\t\\t\\treturn [tiddlerNode];\\n\\t\\t} else {\\n\\t\\t\\treturn [transcludeNode];\\n\\t\\t}\\n\\t} else {\\n\\t\\tif(textRef) {\\n\\t\\t\\ttranscludeNode.attributes.tiddler = {type: \\\"string\\\", value: targetTitle};\\n\\t\\t\\tif(targetField) {\\n\\t\\t\\t\\ttranscludeNode.attributes.field = {type: \\\"string\\\", value: targetField};\\n\\t\\t\\t}\\n\\t\\t\\tif(targetIndex) {\\n\\t\\t\\t\\ttranscludeNode.attributes.index = {type: \\\"string\\\", value: targetIndex};\\n\\t\\t\\t}\\n\\t\\t\\treturn [tiddlerNode];\\n\\t\\t} else {\\n\\t\\t\\treturn [transcludeNode];\\n\\t\\t}\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/typedblock.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/typedblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/typedblock.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text rule for typed blocks. For example:\\n\\n```\\n$$$.js\\nThis will be rendered as JavaScript\\n$$$\\n\\n$$$.svg\\n\u003Csvg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"150\\\" height=\\\"100\\\">\\n \u003Ccircle cx=\\\"100\\\" cy=\\\"50\\\" r=\\\"40\\\" stroke=\\\"black\\\" stroke-width=\\\"2\\\" fill=\\\"red\\\" />\\n\u003C/svg>\\n$$$\\n\\n$$$text/vnd.tiddlywiki>text/html\\nThis will be rendered as an //HTML representation// of WikiText\\n$$$\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\nexports.name = \\\"typedblock\\\";\\nexports.types = {block: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\$\\\\$\\\\$([^ >\\\\r\\\\n]*)(?: *> *([^ \\\\r\\\\n]+))?\\\\r?\\\\n/mg;\\n};\\n\\nexports.parse = function() {\\n\\tvar reEnd = /\\\\r?\\\\n\\\\$\\\\$\\\\$\\\\r?(?:\\\\n|$)/mg;\\n\\t// Save the type\\n\\tvar parseType = this.match[1],\\n\\t\\trenderType = this.match[2];\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Look for the end of the block\\n\\treEnd.lastIndex = this.parser.pos;\\n\\tvar match = reEnd.exec(this.parser.source),\\n\\t\\ttext;\\n\\t// Process the block\\n\\tif(match) {\\n\\t\\ttext = this.parser.source.substring(this.parser.pos,match.index);\\n\\t\\tthis.parser.pos = match.index + match[0].length;\\n\\t} else {\\n\\t\\ttext = this.parser.source.substr(this.parser.pos);\\n\\t\\tthis.parser.pos = this.parser.sourceLength;\\n\\t}\\n\\t// Parse the block according to the specified type\\n\\tvar parser = this.parser.wiki.parseText(parseType,text,{defaultType: \\\"text/plain\\\"});\\n\\t// If there's no render type, just return the parse tree\\n\\tif(!renderType) {\\n\\t\\treturn parser.tree;\\n\\t} else {\\n\\t\\t// Otherwise, render to the rendertype and return in a \u003CPRE> tag\\n\\t\\tvar widgetNode = this.parser.wiki.makeWidget(parser),\\n\\t\\t\\tcontainer = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\t\\twidgetNode.render(container,null);\\n\\t\\ttext = renderType === \\\"text/html\\\" ? container.innerHTML : container.textContent;\\n\\t\\treturn [{\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"pre\\\",\\n\\t\\t\\tchildren: [{\\n\\t\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\t\\ttext: text\\n\\t\\t\\t}]\\n\\t\\t}];\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/whitespace.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/whitespace.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/whitespace.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki pragma rule for whitespace specifications\\n\\n```\\n\\\\whitespace trim\\n\\\\whitespace notrim\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"whitespace\\\";\\nexports.types = {pragma: true};\\n\\n/*\\nInstantiate parse rule\\n*/\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /^\\\\\\\\whitespace[^\\\\S\\\\n]/mg;\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\tvar self = this;\\n\\t// Move past the pragma invocation\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// Parse whitespace delimited tokens terminated by a line break\\n\\tvar reMatch = /[^\\\\S\\\\n]*(\\\\S+)|(\\\\r?\\\\n)/mg,\\n\\t\\ttokens = [];\\n\\treMatch.lastIndex = this.parser.pos;\\n\\tvar match = reMatch.exec(this.parser.source);\\n\\twhile(match && match.index === this.parser.pos) {\\n\\t\\tthis.parser.pos = reMatch.lastIndex;\\n\\t\\t// Exit if we've got the line break\\n\\t\\tif(match[2]) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\t// Process the token\\n\\t\\tif(match[1]) {\\n\\t\\t\\ttokens.push(match[1]);\\n\\t\\t}\\n\\t\\t// Match the next token\\n\\t\\tmatch = reMatch.exec(this.parser.source);\\n\\t}\\n\\t// Process the tokens\\n\\t$tw.utils.each(tokens,function(token) {\\n\\t\\tswitch(token) {\\n\\t\\t\\tcase \\\"trim\\\":\\n\\t\\t\\t\\tself.parser.configTrimWhiteSpace = true;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"notrim\\\":\\n\\t\\t\\t\\tself.parser.configTrimWhiteSpace = false;\\n\\t\\t\\t\\tbreak;\\n\\t\\t}\\n\\t});\\n\\t// No parse tree nodes to return\\n\\treturn [];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/rules/wikilink.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/wikilink.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikilink.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for wiki links. For example:\\n\\n```\\nAWikiLink\\nAnotherLink\\n~SuppressedLink\\n```\\n\\nPrecede a camel case word with `~` to prevent it from being recognised as a link.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"wikilink\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = new RegExp($tw.config.textPrimitives.unWikiLink + \\\"?\\\" + $tw.config.textPrimitives.wikiLink,\\\"mg\\\");\\n};\\n\\n/*\\nParse the most recent match\\n*/\\nexports.parse = function() {\\n\\t// Get the details of the match\\n\\tvar linkText = this.match[0];\\n\\t// Move past the macro call\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// If the link starts with the unwikilink character then just output it as plain text\\n\\tif(linkText.substr(0,1) === $tw.config.textPrimitives.unWikiLink) {\\n\\t\\treturn [{type: \\\"text\\\", text: linkText.substr(1)}];\\n\\t}\\n\\t// If the link has been preceded with a blocked letter then don't treat it as a link\\n\\tif(this.match.index > 0) {\\n\\t\\tvar preRegExp = new RegExp($tw.config.textPrimitives.blockPrefixLetters,\\\"mg\\\");\\n\\t\\tpreRegExp.lastIndex = this.match.index-1;\\n\\t\\tvar preMatch = preRegExp.exec(this.parser.source);\\n\\t\\tif(preMatch && preMatch.index === this.match.index-1) {\\n\\t\\t\\treturn [{type: \\\"text\\\", text: linkText}];\\n\\t\\t}\\n\\t}\\n\\treturn [{\\n\\t\\ttype: \\\"link\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tto: {type: \\\"string\\\", value: linkText}\\n\\t\\t},\\n\\t\\tchildren: [{\\n\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\ttext: linkText\\n\\t\\t}]\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/core/modules/parsers/wikiparser/wikiparser.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/wikiparser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/wikiparser.js\\ntype: application/javascript\\nmodule-type: parser\\n\\nThe wiki text parser processes blocks of source text into a parse tree.\\n\\nThe parse tree is made up of nested arrays of these JavaScript objects:\\n\\n\\t{type: \\\"element\\\", tag: \u003Cstring>, attributes: {}, children: []} - an HTML element\\n\\t{type: \\\"text\\\", text: \u003Cstring>} - a text node\\n\\t{type: \\\"entity\\\", value: \u003Cstring>} - an entity\\n\\t{type: \\\"raw\\\", html: \u003Cstring>} - raw HTML\\n\\nAttributes are stored as hashmaps of the following objects:\\n\\n\\t{type: \\\"string\\\", value: \u003Cstring>} - literal string\\n\\t{type: \\\"indirect\\\", textReference: \u003CtextReference>} - indirect through a text reference\\n\\t{type: \\\"macro\\\", macro: \u003CTBD>} - indirect through a macro invocation\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\ntype: content type of text\\ntext: text to be parsed\\noptions: see below:\\n\\tparseAsInline: true to parse text as inline instead of block\\n\\twiki: reference to wiki to use\\n\\t_canonical_uri: optional URI of content if text is missing or empty\\n*/\\nvar WikiParser = function(type,text,options) {\\n\\tthis.wiki = options.wiki;\\n\\tvar self = this;\\n\\t// Check for an externally linked tiddler\\n\\tif($tw.browser && (text || \\\"\\\") === \\\"\\\" && options._canonical_uri) {\\n\\t\\tthis.loadRemoteTiddler(options._canonical_uri);\\n\\t\\ttext = $tw.language.getRawString(\\\"LazyLoadingWarning\\\");\\n\\t}\\n\\t// Save the parse text\\n\\tthis.type = type || \\\"text/vnd.tiddlywiki\\\";\\n\\tthis.source = text || \\\"\\\";\\n\\tthis.sourceLength = this.source.length;\\n\\t// Flag for ignoring whitespace\\n\\tthis.configTrimWhiteSpace = false;\\n\\t// Set current parse position\\n\\tthis.pos = 0;\\n\\t// Start with empty output\\n\\tthis.tree = [];\\n\\t// Assemble the rule classes we're going to use\\n\\tvar pragmaRuleClasses, blockRuleClasses, inlineRuleClasses;\\n\\tif(options.rules) {\\n\\t\\tpragmaRuleClasses = options.rules.pragma;\\n\\t\\tblockRuleClasses = options.rules.block;\\n\\t\\tinlineRuleClasses = options.rules.inline;\\n\\t} else {\\n\\t\\t// Setup the rule classes if we don't have them already\\n\\t\\tif(!this.pragmaRuleClasses) {\\n\\t\\t\\tWikiParser.prototype.pragmaRuleClasses = $tw.modules.createClassesFromModules(\\\"wikirule\\\",\\\"pragma\\\",$tw.WikiRuleBase);\\n\\t\\t\\tthis.setupRules(WikiParser.prototype.pragmaRuleClasses,\\\"$:/config/WikiParserRules/Pragmas/\\\");\\n\\t\\t}\\n\\t\\tpragmaRuleClasses = this.pragmaRuleClasses;\\n\\t\\tif(!this.blockRuleClasses) {\\n\\t\\t\\tWikiParser.prototype.blockRuleClasses = $tw.modules.createClassesFromModules(\\\"wikirule\\\",\\\"block\\\",$tw.WikiRuleBase);\\n\\t\\t\\tthis.setupRules(WikiParser.prototype.blockRuleClasses,\\\"$:/config/WikiParserRules/Block/\\\");\\n\\t\\t}\\n\\t\\tblockRuleClasses = this.blockRuleClasses;\\n\\t\\tif(!this.inlineRuleClasses) {\\n\\t\\t\\tWikiParser.prototype.inlineRuleClasses = $tw.modules.createClassesFromModules(\\\"wikirule\\\",\\\"inline\\\",$tw.WikiRuleBase);\\n\\t\\t\\tthis.setupRules(WikiParser.prototype.inlineRuleClasses,\\\"$:/config/WikiParserRules/Inline/\\\");\\n\\t\\t}\\n\\t\\tinlineRuleClasses = this.inlineRuleClasses;\\n\\t}\\n\\t// Instantiate the pragma parse rules\\n\\tthis.pragmaRules = this.instantiateRules(pragmaRuleClasses,\\\"pragma\\\",0);\\n\\t// Instantiate the parser block and inline rules\\n\\tthis.blockRules = this.instantiateRules(blockRuleClasses,\\\"block\\\",0);\\n\\tthis.inlineRules = this.instantiateRules(inlineRuleClasses,\\\"inline\\\",0);\\n\\t// Parse any pragmas\\n\\tvar topBranch = this.parsePragmas();\\n\\t// Parse the text into inline runs or blocks\\n\\tif(options.parseAsInline) {\\n\\t\\ttopBranch.push.apply(topBranch,this.parseInlineRun());\\n\\t} else {\\n\\t\\ttopBranch.push.apply(topBranch,this.parseBlocks());\\n\\t}\\n\\t// Return the parse tree\\n};\\n\\n/*\\n*/\\nWikiParser.prototype.loadRemoteTiddler = function(url) {\\n\\tvar self = this;\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: url,\\n\\t\\ttype: \\\"GET\\\",\\n\\t\\tcallback: function(err,data) {\\n\\t\\t\\tif(!err) {\\n\\t\\t\\t\\tvar tiddlers = self.wiki.deserializeTiddlers(\\\".tid\\\",data,self.wiki.getCreationFields());\\n\\t\\t\\t\\t$tw.utils.each(tiddlers,function(tiddler) {\\n\\t\\t\\t\\t\\ttiddler[\\\"_canonical_uri\\\"] = url;\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tif(tiddlers) {\\n\\t\\t\\t\\t\\tself.wiki.addTiddlers(tiddlers);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\n*/\\nWikiParser.prototype.setupRules = function(proto,configPrefix) {\\n\\tvar self = this;\\n\\tif(!$tw.safemode) {\\n\\t\\t$tw.utils.each(proto,function(object,name) {\\n\\t\\t\\tif(self.wiki.getTiddlerText(configPrefix + name,\\\"enable\\\") !== \\\"enable\\\") {\\n\\t\\t\\t\\tdelete proto[name];\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nInstantiate an array of parse rules\\n*/\\nWikiParser.prototype.instantiateRules = function(classes,type,startPos) {\\n\\tvar rulesInfo = [],\\n\\t\\tself = this;\\n\\t$tw.utils.each(classes,function(RuleClass) {\\n\\t\\t// Instantiate the rule\\n\\t\\tvar rule = new RuleClass(self);\\n\\t\\trule.is = {};\\n\\t\\trule.is[type] = true;\\n\\t\\trule.init(self);\\n\\t\\tvar matchIndex = rule.findNextMatch(startPos);\\n\\t\\tif(matchIndex !== undefined) {\\n\\t\\t\\trulesInfo.push({\\n\\t\\t\\t\\trule: rule,\\n\\t\\t\\t\\tmatchIndex: matchIndex\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n\\treturn rulesInfo;\\n};\\n\\n/*\\nSkip any whitespace at the current position. Options are:\\n\\ttreatNewlinesAsNonWhitespace: true if newlines are NOT to be treated as whitespace\\n*/\\nWikiParser.prototype.skipWhitespace = function(options) {\\n\\toptions = options || {};\\n\\tvar whitespaceRegExp = options.treatNewlinesAsNonWhitespace ? /([^\\\\S\\\\n]+)/mg : /(\\\\s+)/mg;\\n\\twhitespaceRegExp.lastIndex = this.pos;\\n\\tvar whitespaceMatch = whitespaceRegExp.exec(this.source);\\n\\tif(whitespaceMatch && whitespaceMatch.index === this.pos) {\\n\\t\\tthis.pos = whitespaceRegExp.lastIndex;\\n\\t}\\n};\\n\\n/*\\nGet the next match out of an array of parse rule instances\\n*/\\nWikiParser.prototype.findNextMatch = function(rules,startPos) {\\n\\t// Find the best matching rule by finding the closest match position\\n\\tvar matchingRule,\\n\\t\\tmatchingRulePos = this.sourceLength;\\n\\t// Step through each rule\\n\\tfor(var t=0; t\u003Crules.length; t++) {\\n\\t\\tvar ruleInfo = rules[t];\\n\\t\\t// Ask the rule to get the next match if we've moved past the current one\\n\\t\\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex \u003C startPos) {\\n\\t\\t\\truleInfo.matchIndex = ruleInfo.rule.findNextMatch(startPos);\\n\\t\\t}\\n\\t\\t// Adopt this match if it's closer than the current best match\\n\\t\\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex \u003C= matchingRulePos) {\\n\\t\\t\\tmatchingRule = ruleInfo;\\n\\t\\t\\tmatchingRulePos = ruleInfo.matchIndex;\\n\\t\\t}\\n\\t}\\n\\treturn matchingRule;\\n};\\n\\n/*\\nParse any pragmas at the beginning of a block of parse text\\n*/\\nWikiParser.prototype.parsePragmas = function() {\\n\\tvar currentTreeBranch = this.tree;\\n\\twhile(true) {\\n\\t\\t// Skip whitespace\\n\\t\\tthis.skipWhitespace();\\n\\t\\t// Check for the end of the text\\n\\t\\tif(this.pos >= this.sourceLength) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\t// Check if we've arrived at a pragma rule match\\n\\t\\tvar nextMatch = this.findNextMatch(this.pragmaRules,this.pos);\\n\\t\\t// If not, just exit\\n\\t\\tif(!nextMatch || nextMatch.matchIndex !== this.pos) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\t// Process the pragma rule\\n\\t\\tvar subTree = nextMatch.rule.parse();\\n\\t\\tif(subTree.length > 0) {\\n\\t\\t\\t// Quick hack; we only cope with a single parse tree node being returned, which is true at the moment\\n\\t\\t\\tcurrentTreeBranch.push.apply(currentTreeBranch,subTree);\\n\\t\\t\\tsubTree[0].children = [];\\n\\t\\t\\tcurrentTreeBranch = subTree[0].children;\\n\\t\\t}\\n\\t}\\n\\treturn currentTreeBranch;\\n};\\n\\n/*\\nParse a block from the current position\\n\\tterminatorRegExpString: optional regular expression string that identifies the end of plain paragraphs. Must not include capturing parenthesis\\n*/\\nWikiParser.prototype.parseBlock = function(terminatorRegExpString) {\\n\\tvar terminatorRegExp = terminatorRegExpString ? new RegExp(\\\"(\\\" + terminatorRegExpString + \\\"|\\\\\\\\r?\\\\\\\\n\\\\\\\\r?\\\\\\\\n)\\\",\\\"mg\\\") : /(\\\\r?\\\\n\\\\r?\\\\n)/mg;\\n\\tthis.skipWhitespace();\\n\\tif(this.pos >= this.sourceLength) {\\n\\t\\treturn [];\\n\\t}\\n\\t// Look for a block rule that applies at the current position\\n\\tvar nextMatch = this.findNextMatch(this.blockRules,this.pos);\\n\\tif(nextMatch && nextMatch.matchIndex === this.pos) {\\n\\t\\treturn nextMatch.rule.parse();\\n\\t}\\n\\t// Treat it as a paragraph if we didn't find a block rule\\n\\treturn [{type: \\\"element\\\", tag: \\\"p\\\", children: this.parseInlineRun(terminatorRegExp)}];\\n};\\n\\n/*\\nParse a series of blocks of text until a terminating regexp is encountered or the end of the text\\n\\tterminatorRegExpString: terminating regular expression\\n*/\\nWikiParser.prototype.parseBlocks = function(terminatorRegExpString) {\\n\\tif(terminatorRegExpString) {\\n\\t\\treturn this.parseBlocksTerminated(terminatorRegExpString);\\n\\t} else {\\n\\t\\treturn this.parseBlocksUnterminated();\\n\\t}\\n};\\n\\n/*\\nParse a block from the current position to the end of the text\\n*/\\nWikiParser.prototype.parseBlocksUnterminated = function() {\\n\\tvar tree = [];\\n\\twhile(this.pos \u003C this.sourceLength) {\\n\\t\\ttree.push.apply(tree,this.parseBlock());\\n\\t}\\n\\treturn tree;\\n};\\n\\n/*\\nParse blocks of text until a terminating regexp is encountered\\n*/\\nWikiParser.prototype.parseBlocksTerminated = function(terminatorRegExpString) {\\n\\tvar terminatorRegExp = new RegExp(\\\"(\\\" + terminatorRegExpString + \\\")\\\",\\\"mg\\\"),\\n\\t\\ttree = [];\\n\\t// Skip any whitespace\\n\\tthis.skipWhitespace();\\n\\t// Check if we've got the end marker\\n\\tterminatorRegExp.lastIndex = this.pos;\\n\\tvar match = terminatorRegExp.exec(this.source);\\n\\t// Parse the text into blocks\\n\\twhile(this.pos \u003C this.sourceLength && !(match && match.index === this.pos)) {\\n\\t\\tvar blocks = this.parseBlock(terminatorRegExpString);\\n\\t\\ttree.push.apply(tree,blocks);\\n\\t\\t// Skip any whitespace\\n\\t\\tthis.skipWhitespace();\\n\\t\\t// Check if we've got the end marker\\n\\t\\tterminatorRegExp.lastIndex = this.pos;\\n\\t\\tmatch = terminatorRegExp.exec(this.source);\\n\\t}\\n\\tif(match && match.index === this.pos) {\\n\\t\\tthis.pos = match.index + match[0].length;\\n\\t}\\n\\treturn tree;\\n};\\n\\n/*\\nParse a run of text at the current position\\n\\tterminatorRegExp: a regexp at which to stop the run\\n\\toptions: see below\\nOptions available:\\n\\teatTerminator: move the parse position past any encountered terminator (default false)\\n*/\\nWikiParser.prototype.parseInlineRun = function(terminatorRegExp,options) {\\n\\tif(terminatorRegExp) {\\n\\t\\treturn this.parseInlineRunTerminated(terminatorRegExp,options);\\n\\t} else {\\n\\t\\treturn this.parseInlineRunUnterminated(options);\\n\\t}\\n};\\n\\nWikiParser.prototype.parseInlineRunUnterminated = function(options) {\\n\\tvar tree = [];\\n\\t// Find the next occurrence of an inline rule\\n\\tvar nextMatch = this.findNextMatch(this.inlineRules,this.pos);\\n\\t// Loop around the matches until we've reached the end of the text\\n\\twhile(this.pos \u003C this.sourceLength && nextMatch) {\\n\\t\\t// Process the text preceding the run rule\\n\\t\\tif(nextMatch.matchIndex > this.pos) {\\n\\t\\t\\tthis.pushTextWidget(tree,this.source.substring(this.pos,nextMatch.matchIndex));\\n\\t\\t\\tthis.pos = nextMatch.matchIndex;\\n\\t\\t}\\n\\t\\t// Process the run rule\\n\\t\\ttree.push.apply(tree,nextMatch.rule.parse());\\n\\t\\t// Look for the next run rule\\n\\t\\tnextMatch = this.findNextMatch(this.inlineRules,this.pos);\\n\\t}\\n\\t// Process the remaining text\\n\\tif(this.pos \u003C this.sourceLength) {\\n\\t\\tthis.pushTextWidget(tree,this.source.substr(this.pos));\\n\\t}\\n\\tthis.pos = this.sourceLength;\\n\\treturn tree;\\n};\\n\\nWikiParser.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\\n\\toptions = options || {};\\n\\tvar tree = [];\\n\\t// Find the next occurrence of the terminator\\n\\tterminatorRegExp.lastIndex = this.pos;\\n\\tvar terminatorMatch = terminatorRegExp.exec(this.source);\\n\\t// Find the next occurrence of a inlinerule\\n\\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\\n\\t// Loop around until we've reached the end of the text\\n\\twhile(this.pos \u003C this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\\n\\t\\t// Return if we've found the terminator, and it precedes any inline rule match\\n\\t\\tif(terminatorMatch) {\\n\\t\\t\\tif(!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\\n\\t\\t\\t\\tif(terminatorMatch.index > this.pos) {\\n\\t\\t\\t\\t\\tthis.pushTextWidget(tree,this.source.substring(this.pos,terminatorMatch.index));\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tthis.pos = terminatorMatch.index;\\n\\t\\t\\t\\tif(options.eatTerminator) {\\n\\t\\t\\t\\t\\tthis.pos += terminatorMatch[0].length;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn tree;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Process any inline rule, along with the text preceding it\\n\\t\\tif(inlineRuleMatch) {\\n\\t\\t\\t// Preceding text\\n\\t\\t\\tif(inlineRuleMatch.matchIndex > this.pos) {\\n\\t\\t\\t\\tthis.pushTextWidget(tree,this.source.substring(this.pos,inlineRuleMatch.matchIndex));\\n\\t\\t\\t\\tthis.pos = inlineRuleMatch.matchIndex;\\n\\t\\t\\t}\\n\\t\\t\\t// Process the inline rule\\n\\t\\t\\ttree.push.apply(tree,inlineRuleMatch.rule.parse());\\n\\t\\t\\t// Look for the next inline rule\\n\\t\\t\\tinlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\\n\\t\\t\\t// Look for the next terminator match\\n\\t\\t\\tterminatorRegExp.lastIndex = this.pos;\\n\\t\\t\\tterminatorMatch = terminatorRegExp.exec(this.source);\\n\\t\\t}\\n\\t}\\n\\t// Process the remaining text\\n\\tif(this.pos \u003C this.sourceLength) {\\n\\t\\tthis.pushTextWidget(tree,this.source.substr(this.pos));\\n\\t}\\n\\tthis.pos = this.sourceLength;\\n\\treturn tree;\\n};\\n\\n/*\\nPush a text widget onto an array, respecting the configTrimWhiteSpace setting\\n*/\\nWikiParser.prototype.pushTextWidget = function(array,text) {\\n\\tif(this.configTrimWhiteSpace) {\\n\\t\\ttext = $tw.utils.trim(text);\\n\\t}\\n\\tif(text) {\\n\\t\\tarray.push({type: \\\"text\\\", text: text});\\n\\t}\\n};\\n\\n/*\\nParse zero or more class specifiers `.classname`\\n*/\\nWikiParser.prototype.parseClasses = function() {\\n\\tvar classRegExp = /\\\\.([^\\\\s\\\\.]+)/mg,\\n\\t\\tclassNames = [];\\n\\tclassRegExp.lastIndex = this.pos;\\n\\tvar match = classRegExp.exec(this.source);\\n\\twhile(match && match.index === this.pos) {\\n\\t\\tthis.pos = match.index + match[0].length;\\n\\t\\tclassNames.push(match[1]);\\n\\t\\tmatch = classRegExp.exec(this.source);\\n\\t}\\n\\treturn classNames;\\n};\\n\\n/*\\nAmend the rules used by this instance of the parser\\n\\ttype: `only` keeps just the named rules, `except` keeps all but the named rules\\n\\tnames: array of rule names\\n*/\\nWikiParser.prototype.amendRules = function(type,names) {\\n\\tnames = names || [];\\n\\t// Define the filter function\\n\\tvar target;\\n\\tif(type === \\\"only\\\") {\\n\\t\\ttarget = true;\\n\\t} else if(type === \\\"except\\\") {\\n\\t\\ttarget = false;\\n\\t} else {\\n\\t\\treturn;\\n\\t}\\n\\t// Define a function to process each of our rule arrays\\n\\tvar processRuleArray = function(ruleArray) {\\n\\t\\tfor(var t=ruleArray.length-1; t>=0; t--) {\\n\\t\\t\\tif((names.indexOf(ruleArray[t].rule.name) === -1) === target) {\\n\\t\\t\\t\\truleArray.splice(t,1);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t};\\n\\t// Process each rule array\\n\\tprocessRuleArray(this.pragmaRules);\\n\\tprocessRuleArray(this.blockRules);\\n\\tprocessRuleArray(this.inlineRules);\\n};\\n\\nexports[\\\"text/vnd.tiddlywiki\\\"] = WikiParser;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"parser\"},\"$:/core/modules/parsers/wikiparser/rules/wikirulebase.js\":{\"title\":\"$:/core/modules/parsers/wikiparser/rules/wikirulebase.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikirulebase.js\\ntype: application/javascript\\nmodule-type: global\\n\\nBase class for wiki parser rules\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nThis constructor is always overridden with a blank constructor, and so shouldn't be used\\n*/\\nvar WikiRuleBase = function() {\\n};\\n\\n/*\\nTo be overridden by individual rules\\n*/\\nWikiRuleBase.prototype.init = function(parser) {\\n\\tthis.parser = parser;\\n};\\n\\n/*\\nDefault implementation of findNextMatch uses RegExp matching\\n*/\\nWikiRuleBase.prototype.findNextMatch = function(startPos) {\\n\\tthis.matchRegExp.lastIndex = startPos;\\n\\tthis.match = this.matchRegExp.exec(this.parser.source);\\n\\treturn this.match ? this.match.index : undefined;\\n};\\n\\nexports.WikiRuleBase = WikiRuleBase;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/pluginswitcher.js\":{\"title\":\"$:/core/modules/pluginswitcher.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/pluginswitcher.js\\ntype: application/javascript\\nmodule-type: global\\n\\nManages switching plugins for themes and languages.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\noptions:\\nwiki: wiki store to be used\\npluginType: type of plugin to be switched\\ncontrollerTitle: title of tiddler used to control switching of this resource\\ndefaultPlugins: array of default plugins to be used if nominated plugin isn't found\\nonSwitch: callback when plugin is switched (single parameter is array of plugin titles)\\n*/\\nfunction PluginSwitcher(options) {\\n\\tthis.wiki = options.wiki;\\n\\tthis.pluginType = options.pluginType;\\n\\tthis.controllerTitle = options.controllerTitle;\\n\\tthis.defaultPlugins = options.defaultPlugins || [];\\n\\tthis.onSwitch = options.onSwitch;\\n\\t// Switch to the current plugin\\n\\tthis.switchPlugins();\\n\\t// Listen for changes to the selected plugin\\n\\tvar self = this;\\n\\tthis.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\tif($tw.utils.hop(changes,self.controllerTitle)) {\\n\\t\\t\\tself.switchPlugins();\\n\\t\\t}\\n\\t});\\n}\\n\\nPluginSwitcher.prototype.switchPlugins = function() {\\n\\t// Get the name of the current theme\\n\\tvar selectedPluginTitle = this.wiki.getTiddlerText(this.controllerTitle);\\n\\t// If it doesn't exist, then fallback to one of the default themes\\n\\tvar index = 0;\\n\\twhile(!this.wiki.getTiddler(selectedPluginTitle) && index \u003C this.defaultPlugins.length) {\\n\\t\\tselectedPluginTitle = this.defaultPlugins[index++];\\n\\t}\\n\\t// Accumulate the titles of the plugins that we need to load\\n\\tvar plugins = [],\\n\\t\\tself = this,\\n\\t\\taccumulatePlugin = function(title) {\\n\\t\\t\\tvar tiddler = self.wiki.getTiddler(title);\\n\\t\\t\\tif(tiddler && tiddler.isPlugin() && plugins.indexOf(title) === -1) {\\n\\t\\t\\t\\tplugins.push(title);\\n\\t\\t\\t\\tvar pluginInfo = JSON.parse(self.wiki.getTiddlerText(title)),\\n\\t\\t\\t\\t\\tdependents = $tw.utils.parseStringArray(tiddler.fields.dependents || \\\"\\\");\\n\\t\\t\\t\\t$tw.utils.each(dependents,function(title) {\\n\\t\\t\\t\\t\\taccumulatePlugin(title);\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t};\\n\\taccumulatePlugin(selectedPluginTitle);\\n\\t// Read the plugin info for the incoming plugins\\n\\tvar changes = $tw.wiki.readPluginInfo(plugins);\\n\\t// Unregister any existing theme tiddlers\\n\\tvar unregisteredTiddlers = $tw.wiki.unregisterPluginTiddlers(this.pluginType);\\n\\t// Register any new theme tiddlers\\n\\tvar registeredTiddlers = $tw.wiki.registerPluginTiddlers(this.pluginType,plugins);\\n\\t// Unpack the current theme tiddlers\\n\\t$tw.wiki.unpackPluginTiddlers();\\n\\t// Call the switch handler\\n\\tif(this.onSwitch) {\\n\\t\\tthis.onSwitch(plugins);\\n\\t}\\n};\\n\\nexports.PluginSwitcher = PluginSwitcher;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/saver-handler.js\":{\"title\":\"$:/core/modules/saver-handler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/saver-handler.js\\ntype: application/javascript\\nmodule-type: global\\n\\nThe saver handler tracks changes to the store and handles saving the entire wiki via saver modules.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nInstantiate the saver handler with the following options:\\nwiki: wiki to be synced\\ndirtyTracking: true if dirty tracking should be performed\\n*/\\nfunction SaverHandler(options) {\\n\\tvar self = this;\\n\\tthis.wiki = options.wiki;\\n\\tthis.dirtyTracking = options.dirtyTracking;\\n\\tthis.preloadDirty = options.preloadDirty || [];\\n\\tthis.pendingAutoSave = false;\\n\\t// Make a logger\\n\\tthis.logger = new $tw.utils.Logger(\\\"saver-handler\\\");\\n\\t// Initialise our savers\\n\\tif($tw.browser) {\\n\\t\\tthis.initSavers();\\n\\t}\\n\\t// Only do dirty tracking if required\\n\\tif($tw.browser && this.dirtyTracking) {\\n\\t\\t// Compile the dirty tiddler filter\\n\\t\\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\\n\\t\\t// Count of changes that have not yet been saved\\n\\t\\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\\n\\t\\t\\t\\t$tw.utils.each(self.preloadDirty,function(title) {\\n\\t\\t\\t\\t\\tvar tiddler = self.wiki.getTiddler(title);\\n\\t\\t\\t\\t\\titerator(tiddler,title);\\n\\t\\t\\t\\t});\\n\\t\\t});\\n\\t\\tthis.numChanges = filteredChanges.length;\\n\\t\\t// Listen out for changes to tiddlers\\n\\t\\tthis.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\t\\t// Filter the changes so that we only count changes to tiddlers that we care about\\n\\t\\t\\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\\n\\t\\t\\t\\t$tw.utils.each(changes,function(change,title) {\\n\\t\\t\\t\\t\\tvar tiddler = self.wiki.getTiddler(title);\\n\\t\\t\\t\\t\\titerator(tiddler,title);\\n\\t\\t\\t\\t});\\n\\t\\t\\t});\\n\\t\\t\\t// Adjust the number of changes\\n\\t\\t\\tself.numChanges += filteredChanges.length;\\n\\t\\t\\tself.updateDirtyStatus();\\n\\t\\t\\t// Do any autosave if one is pending and there's no more change events\\n\\t\\t\\tif(self.pendingAutoSave && self.wiki.getSizeOfTiddlerEventQueue() === 0) {\\n\\t\\t\\t\\t// Check if we're dirty\\n\\t\\t\\t\\tif(self.numChanges > 0) {\\n\\t\\t\\t\\t\\tself.saveWiki({\\n\\t\\t\\t\\t\\t\\tmethod: \\\"autosave\\\",\\n\\t\\t\\t\\t\\t\\tdownloadType: \\\"text/plain\\\"\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself.pendingAutoSave = false;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\t// Listen for the autosave event\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-auto-save-wiki\\\",function(event) {\\n\\t\\t\\t// Do the autosave unless there are outstanding tiddler change events\\n\\t\\t\\tif(self.wiki.getSizeOfTiddlerEventQueue() === 0) {\\n\\t\\t\\t\\t// Check if we're dirty\\n\\t\\t\\t\\tif(self.numChanges > 0) {\\n\\t\\t\\t\\t\\tself.saveWiki({\\n\\t\\t\\t\\t\\t\\tmethod: \\\"autosave\\\",\\n\\t\\t\\t\\t\\t\\tdownloadType: \\\"text/plain\\\"\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// Otherwise put ourselves in the \\\"pending autosave\\\" state and wait for the change event before we do the autosave\\n\\t\\t\\t\\tself.pendingAutoSave = true;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\t// Set up our beforeunload handler\\n\\t\\t$tw.addUnloadTask(function(event) {\\n\\t\\t\\tvar confirmationMessage;\\n\\t\\t\\tif(self.isDirty()) {\\n\\t\\t\\t\\tconfirmationMessage = $tw.language.getString(\\\"UnsavedChangesWarning\\\");\\n\\t\\t\\t\\tevent.returnValue = confirmationMessage; // Gecko\\n\\t\\t\\t}\\n\\t\\t\\treturn confirmationMessage;\\n\\t\\t});\\n\\t}\\n\\t// Install the save action handlers\\n\\tif($tw.browser) {\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-save-wiki\\\",function(event) {\\n\\t\\t\\tself.saveWiki({\\n\\t\\t\\t\\ttemplate: event.param,\\n\\t\\t\\t\\tdownloadType: \\\"text/plain\\\",\\n\\t\\t\\t\\tvariables: event.paramObject\\n\\t\\t\\t});\\n\\t\\t});\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-download-file\\\",function(event) {\\n\\t\\t\\tself.saveWiki({\\n\\t\\t\\t\\tmethod: \\\"download\\\",\\n\\t\\t\\t\\ttemplate: event.param,\\n\\t\\t\\t\\tdownloadType: \\\"text/plain\\\",\\n\\t\\t\\t\\tvariables: event.paramObject\\n\\t\\t\\t});\\n\\t\\t});\\n\\t}\\n}\\n\\nSaverHandler.prototype.titleSyncFilter = \\\"$:/config/SaverFilter\\\";\\nSaverHandler.prototype.titleAutoSave = \\\"$:/config/AutoSave\\\";\\nSaverHandler.prototype.titleSavedNotification = \\\"$:/language/Notifications/Save/Done\\\";\\n\\n/*\\nSelect the appropriate saver modules and set them up\\n*/\\nSaverHandler.prototype.initSavers = function(moduleType) {\\n\\tmoduleType = moduleType || \\\"saver\\\";\\n\\t// Instantiate the available savers\\n\\tthis.savers = [];\\n\\tvar self = this;\\n\\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\\n\\t\\tif(module.canSave(self)) {\\n\\t\\t\\tself.savers.push(module.create(self.wiki));\\n\\t\\t}\\n\\t});\\n\\t// Sort the savers into priority order\\n\\tthis.savers.sort(function(a,b) {\\n\\t\\tif(a.info.priority \u003C b.info.priority) {\\n\\t\\t\\treturn -1;\\n\\t\\t} else {\\n\\t\\t\\tif(a.info.priority > b.info.priority) {\\n\\t\\t\\t\\treturn +1;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn 0;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nSave the wiki contents. Options are:\\n\\tmethod: \\\"save\\\", \\\"autosave\\\" or \\\"download\\\"\\n\\ttemplate: the tiddler containing the template to save\\n\\tdownloadType: the content type for the saved file\\n*/\\nSaverHandler.prototype.saveWiki = function(options) {\\n\\toptions = options || {};\\n\\tvar self = this,\\n\\t\\tmethod = options.method || \\\"save\\\";\\n\\t// Ignore autosave if disabled\\n\\tif(method === \\\"autosave\\\" && ($tw.config.disableAutoSave || this.wiki.getTiddlerText(this.titleAutoSave,\\\"yes\\\") !== \\\"yes\\\")) {\\n\\t\\treturn false;\\n\\t}\\n\\tvar\\tvariables = options.variables || {},\\n\\t\\ttemplate = (options.template || \\n\\t\\t this.wiki.getTiddlerText(\\\"$:/config/SaveWikiButton/Template\\\",\\\"$:/core/save/all\\\")).trim(),\\n\\t\\tdownloadType = options.downloadType || \\\"text/plain\\\",\\n\\t\\ttext = this.wiki.renderTiddler(downloadType,template,options),\\n\\t\\tcallback = function(err) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\talert($tw.language.getString(\\\"Error/WhileSaving\\\") + \\\":\\\\n\\\\n\\\" + err);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// Clear the task queue if we're saving (rather than downloading)\\n\\t\\t\\t\\tif(method !== \\\"download\\\") {\\n\\t\\t\\t\\t\\tself.numChanges = 0;\\n\\t\\t\\t\\t\\tself.updateDirtyStatus();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t$tw.notifier.display(self.titleSavedNotification);\\n\\t\\t\\t\\tif(options.callback) {\\n\\t\\t\\t\\t\\toptions.callback();\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t};\\n\\t// Call the highest priority saver that supports this method\\n\\tfor(var t=this.savers.length-1; t>=0; t--) {\\n\\t\\tvar saver = this.savers[t];\\n\\t\\tif(saver.info.capabilities.indexOf(method) !== -1 && saver.save(text,method,callback,{variables: {filename: variables.filename}})) {\\n\\t\\t\\tthis.logger.log(\\\"Saving wiki with method\\\",method,\\\"through saver\\\",saver.info.name);\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\n/*\\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\\n*/\\nSaverHandler.prototype.isDirty = function() {\\n\\treturn this.numChanges > 0;\\n};\\n\\n/*\\nUpdate the document body with the class \\\"tc-dirty\\\" if the wiki has unsaved/unsynced changes\\n*/\\nSaverHandler.prototype.updateDirtyStatus = function() {\\n\\tvar self = this;\\n\\tif($tw.browser) {\\n\\t\\t$tw.utils.toggleClass(document.body,\\\"tc-dirty\\\",this.isDirty());\\n\\t\\t$tw.utils.each($tw.windows,function(win) {\\n\\t\\t\\t$tw.utils.toggleClass(win.document.body,\\\"tc-dirty\\\",self.isDirty());\\n\\t\\t});\\n\\t}\\n};\\n\\nexports.SaverHandler = SaverHandler;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/savers/andtidwiki.js\":{\"title\":\"$:/core/modules/savers/andtidwiki.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/andtidwiki.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via the AndTidWiki Android app\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false, netscape: false, Components: false */\\n\\\"use strict\\\";\\n\\nvar AndTidWiki = function(wiki) {\\n};\\n\\nAndTidWiki.prototype.save = function(text,method,callback,options) {\\n\\tvar filename = options && options.variables ? options.variables.filename : null;\\n\\tif (method === \\\"download\\\") {\\n\\t\\t// Support download\\n\\t\\tif (window.twi.saveDownload) {\\n\\t\\t\\ttry {\\n\\t\\t\\t\\twindow.twi.saveDownload(text,filename);\\n\\t\\t\\t} catch(err) {\\n\\t\\t\\t\\tif (err.message === \\\"Method not found\\\") {\\n\\t\\t\\t\\t\\twindow.twi.saveDownload(text);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tvar link = document.createElement(\\\"a\\\");\\n\\t\\t\\tlink.setAttribute(\\\"href\\\",\\\"data:text/plain,\\\" + encodeURIComponent(text));\\n\\t\\t\\tif (filename) {\\n\\t\\t\\t link.setAttribute(\\\"download\\\",filename);\\n\\t\\t\\t}\\n\\t\\t\\tdocument.body.appendChild(link);\\n\\t\\t\\tlink.click();\\n\\t\\t\\tdocument.body.removeChild(link);\\n\\t\\t}\\n\\t} else if (window.twi.saveWiki) {\\n\\t\\t// Direct save in Tiddloid\\n\\t\\twindow.twi.saveWiki(text);\\n\\t} else {\\n\\t\\t// Get the pathname of this document\\n\\t\\tvar pathname = $tw.utils.decodeURIComponentSafe(document.location.toString().split(\\\"#\\\")[0]);\\n\\t\\t// Strip the file://\\n\\t\\tif(pathname.indexOf(\\\"file://\\\") === 0) {\\n\\t\\t\\tpathname = pathname.substr(7);\\n\\t\\t}\\n\\t\\t// Strip any query or location part\\n\\t\\tvar p = pathname.indexOf(\\\"?\\\");\\n\\t\\tif(p !== -1) {\\n\\t\\t\\tpathname = pathname.substr(0,p);\\n\\t\\t}\\n\\t\\tp = pathname.indexOf(\\\"#\\\");\\n\\t\\tif(p !== -1) {\\n\\t\\t\\tpathname = pathname.substr(0,p);\\n\\t\\t}\\n\\t\\t// Save the file\\n\\t\\twindow.twi.saveFile(pathname,text);\\n\\t}\\n\\t// Call the callback\\n\\tcallback(null);\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nAndTidWiki.prototype.info = {\\n\\tname: \\\"andtidwiki\\\",\\n\\tpriority: 1600,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\", \\\"download\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn !!window.twi && !!window.twi.saveFile;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new AndTidWiki(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/beaker.js\":{\"title\":\"$:/core/modules/savers/beaker.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/beaker.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nSaves files using the Beaker browser's (https://beakerbrowser.com) Dat protocol (https://datproject.org/)\\nCompatible with beaker >= V0.7.2\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSet up the saver\\n*/\\nvar BeakerSaver = function(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nBeakerSaver.prototype.save = function(text,method,callback) {\\n\\tvar dat = new DatArchive(\\\"\\\" + window.location),\\n\\t\\tpathname = (\\\"\\\" + window.location.pathname).split(\\\"#\\\")[0];\\n\\tdat.stat(pathname).then(function(value) {\\n\\t\\tif(value.isDirectory()) {\\n\\t\\t\\tpathname = pathname + \\\"/index.html\\\";\\n\\t\\t}\\n\\t\\tdat.writeFile(pathname,text,\\\"utf8\\\").then(function(value) {\\n\\t\\t\\tcallback(null);\\n\\t\\t},function(reason) {\\n\\t\\t\\tcallback(\\\"Beaker Saver Write Error: \\\" + reason);\\n\\t\\t});\\n\\t},function(reason) {\\n\\t\\tcallback(\\\"Beaker Saver Stat Error: \\\" + reason);\\n\\t});\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nBeakerSaver.prototype.info = {\\n\\tname: \\\"beaker\\\",\\n\\tpriority: 3000,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn !!window.DatArchive && location.protocol===\\\"dat:\\\";\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new BeakerSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/custom.js\":{\"title\":\"$:/core/modules/savers/custom.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/custom.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nLooks for `window.$tw.customSaver` first on the current window, then\\non the parent window (of an iframe). If present, the saver must define\\n\\tsave: function(text,method,callback) { ... }\\nand the saver may define\\n\\tpriority: number\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar findSaver = function(window) {\\n\\ttry {\\n\\t\\treturn window && window.$tw && window.$tw.customSaver;\\n\\t} catch (err) {\\n\\t\\t// Catching the exception is the most reliable way to detect cross-origin iframe errors.\\n\\t\\t// For example, instead of saying that `window.parent.$tw` is undefined, Firefox will throw\\n\\t\\t// Uncaught DOMException: Permission denied to access property \\\"$tw\\\" on cross-origin object\\n\\t\\tconsole.log({ msg: \\\"custom saver is disabled\\\", reason: err });\\n\\t\\treturn null;\\n\\t}\\n}\\nvar saver = findSaver(window) || findSaver(window.parent) || {};\\n\\nvar CustomSaver = function(wiki) {\\n};\\n\\nCustomSaver.prototype.save = function(text,method,callback) {\\n\\treturn saver.save(text, method, callback);\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nCustomSaver.prototype.info = {\\n\\tname: \\\"custom\\\",\\n\\tpriority: saver.priority || 4000,\\n\\tcapabilities: [\\\"save\\\",\\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn !!(saver.save);\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new CustomSaver(wiki);\\n};\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/download.js\":{\"title\":\"$:/core/modules/savers/download.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/download.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via HTML5's download APIs\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar DownloadSaver = function(wiki) {\\n};\\n\\nDownloadSaver.prototype.save = function(text,method,callback,options) {\\n\\toptions = options || {};\\n\\t// Get the current filename\\n\\tvar filename = options.variables.filename;\\n\\tif(!filename) {\\n\\t\\tvar p = document.location.pathname.lastIndexOf(\\\"/\\\");\\n\\t\\tif(p !== -1) {\\n\\t\\t\\t// We decode the pathname because document.location is URL encoded by the browser\\n\\t\\t\\tfilename = $tw.utils.decodeURIComponentSafe(document.location.pathname.substr(p+1));\\n\\t\\t}\\n\\t}\\n\\tif(!filename) {\\n\\t\\tfilename = \\\"tiddlywiki.html\\\";\\n\\t}\\n\\t// Set up the link\\n\\tvar link = document.createElement(\\\"a\\\");\\n\\tif(Blob !== undefined) {\\n\\t\\tvar blob = new Blob([text], {type: \\\"text/html\\\"});\\n\\t\\tlink.setAttribute(\\\"href\\\", URL.createObjectURL(blob));\\n\\t} else {\\n\\t\\tlink.setAttribute(\\\"href\\\",\\\"data:text/html,\\\" + encodeURIComponent(text));\\n\\t}\\n\\tlink.setAttribute(\\\"download\\\",filename);\\n\\tdocument.body.appendChild(link);\\n\\tlink.click();\\n\\tdocument.body.removeChild(link);\\n\\t// Callback that we succeeded\\n\\tcallback(null);\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nDownloadSaver.prototype.info = {\\n\\tname: \\\"download\\\",\\n\\tpriority: 100\\n};\\n\\nObject.defineProperty(DownloadSaver.prototype.info, \\\"capabilities\\\", {\\n\\tget: function() {\\n\\t\\tvar capabilities = [\\\"save\\\", \\\"download\\\"];\\n\\t\\tif(($tw.wiki.getTextReference(\\\"$:/config/DownloadSaver/AutoSave\\\") || \\\"\\\").toLowerCase() === \\\"yes\\\") {\\n\\t\\t\\tcapabilities.push(\\\"autosave\\\");\\n\\t\\t}\\n\\t\\treturn capabilities;\\n\\t}\\n});\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn document.createElement(\\\"a\\\").download !== undefined;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new DownloadSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/fsosaver.js\":{\"title\":\"$:/core/modules/savers/fsosaver.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/fsosaver.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via MS FileSystemObject ActiveXObject\\n\\nNote: Since TiddlyWiki's markup contains the MOTW, the FileSystemObject normally won't be available. \\nHowever, if the wiki is loaded as an .HTA file (Windows HTML Applications) then the FSO can be used.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar FSOSaver = function(wiki) {\\n};\\n\\nFSOSaver.prototype.save = function(text,method,callback) {\\n\\t// Get the pathname of this document\\n\\tvar pathname = unescape(document.location.pathname);\\n\\t// Test for a Windows path of the form /x:\\\\blah...\\n\\tif(/^\\\\/[A-Z]\\\\:\\\\\\\\[^\\\\\\\\]+/i.test(pathname)) {\\t// ie: ^/[a-z]:/[^/]+\\n\\t\\t// Remove the leading slash\\n\\t\\tpathname = pathname.substr(1);\\n\\t} else if(document.location.hostname !== \\\"\\\" && /^\\\\/\\\\\\\\[^\\\\\\\\]+\\\\\\\\[^\\\\\\\\]+/i.test(pathname)) {\\t// test for \\\\\\\\server\\\\share\\\\blah... - ^/[^/]+/[^/]+\\n\\t\\t// Remove the leading slash\\n\\t\\tpathname = pathname.substr(1);\\n\\t\\t// reconstruct UNC path\\n\\t\\tpathname = \\\"\\\\\\\\\\\\\\\\\\\" + document.location.hostname + pathname;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n\\t// Save the file (as UTF-16)\\n\\tvar fso = new ActiveXObject(\\\"Scripting.FileSystemObject\\\");\\n\\tvar file = fso.OpenTextFile(pathname,2,-1,-1);\\n\\tfile.Write(text);\\n\\tfile.Close();\\n\\t// Callback that we succeeded\\n\\tcallback(null);\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nFSOSaver.prototype.info = {\\n\\tname: \\\"FSOSaver\\\",\\n\\tpriority: 120,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\ttry {\\n\\t\\treturn (window.location.protocol === \\\"file:\\\") && !!(new ActiveXObject(\\\"Scripting.FileSystemObject\\\"));\\n\\t} catch(e) { return false; }\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new FSOSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/gitea.js\":{\"title\":\"$:/core/modules/savers/gitea.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/gitea.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nSaves wiki by pushing a commit to the gitea\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar GiteaSaver = function(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nGiteaSaver.prototype.save = function(text,method,callback) {\\n\\tvar self = this,\\n\\t\\tusername = this.wiki.getTiddlerText(\\\"$:/Gitea/Username\\\"),\\n\\t\\tpassword = $tw.utils.getPassword(\\\"Gitea\\\"),\\n\\t\\trepo = this.wiki.getTiddlerText(\\\"$:/Gitea/Repo\\\"),\\n\\t\\tpath = this.wiki.getTiddlerText(\\\"$:/Gitea/Path\\\",\\\"\\\"),\\n\\t\\tfilename = this.wiki.getTiddlerText(\\\"$:/Gitea/Filename\\\"),\\n\\t\\tbranch = this.wiki.getTiddlerText(\\\"$:/Gitea/Branch\\\") || \\\"master\\\",\\n\\t\\tendpoint = this.wiki.getTiddlerText(\\\"$:/Gitea/ServerURL\\\") || \\\"https://gitea\\\",\\n\\t\\theaders = {\\n\\t\\t\\t\\\"Accept\\\": \\\"application/json\\\",\\n\\t\\t\\t\\\"Content-Type\\\": \\\"application/json;charset=UTF-8\\\",\\n\\t\\t\\t\\\"Authorization\\\": \\\"token \\\" + password\\n\\t\\t};\\n\\t// Bail if we don't have everything we need\\n\\tif(!username || !password || !repo || !filename) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Make sure the path start and ends with a slash\\n\\tif(path.substring(0,1) !== \\\"/\\\") {\\n\\t\\tpath = \\\"/\\\" + path;\\n\\t}\\n\\tif(path.substring(path.length - 1) !== \\\"/\\\") {\\n\\t\\tpath = path + \\\"/\\\";\\n\\t}\\n\\t// Compose the base URI\\n\\tvar uri = endpoint + \\\"/repos/\\\" + repo + \\\"/contents\\\" + path;\\n\\t// Perform a get request to get the details (inc shas) of files in the same path as our file\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: uri,\\n\\t\\ttype: \\\"GET\\\",\\n\\t\\theaders: headers,\\n\\t\\tdata: {\\n\\t\\t\\tref: branch\\n\\t\\t},\\n\\t\\tcallback: function(err,getResponseDataJson,xhr) {\\n\\t\\t\\tvar getResponseData,sha = \\\"\\\";\\n\\t\\t\\tif(err && xhr.status !== 404) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\tvar use_put = true;\\n\\t\\t\\tif(xhr.status !== 404) {\\n\\t\\t\\t\\tgetResponseData = JSON.parse(getResponseDataJson);\\n\\t\\t\\t\\t$tw.utils.each(getResponseData,function(details) {\\n\\t\\t\\t\\t\\tif(details.name === filename) {\\n\\t\\t\\t\\t\\t\\tsha = details.sha;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tif(sha === \\\"\\\"){\\n\\t\\t\\t\\t\\tuse_put = false;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tvar data = {\\n\\t\\t\\t\\tmessage: $tw.language.getString(\\\"ControlPanel/Saving/GitService/CommitMessage\\\"),\\n\\t\\t\\t\\tcontent: $tw.utils.base64Encode(text),\\n\\t\\t\\t\\tsha: sha\\n\\t\\t\\t};\\n\\t\\t\\t$tw.utils.httpRequest({\\n\\t\\t\\t\\turl: endpoint + \\\"/repos/\\\" + repo + \\\"/branches/\\\" + branch,\\n\\t\\t\\t\\ttype: \\\"GET\\\",\\n\\t\\t\\t\\theaders: headers,\\n\\t\\t\\t\\tcallback: function(err,getResponseDataJson,xhr) {\\n\\t\\t\\t\\t\\tif(xhr.status === 404) {\\n\\t\\t\\t\\t\\t\\tcallback(\\\"Please ensure the branch in the Gitea repo exists\\\");\\n\\t\\t\\t\\t\\t}else{\\n\\t\\t\\t\\t\\t\\tdata[\\\"branch\\\"] = branch;\\n\\t\\t\\t\\t\\t\\tself.upload(uri + filename, use_put?\\\"PUT\\\":\\\"POST\\\", headers, data, callback);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n\\treturn true;\\n};\\n\\nGiteaSaver.prototype.upload = function(uri,method,headers,data,callback) {\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: uri,\\n\\t\\ttype: method,\\n\\t\\theaders: headers,\\n\\t\\tdata: JSON.stringify(data),\\n\\t\\tcallback: function(err,putResponseDataJson,xhr) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\tvar putResponseData = JSON.parse(putResponseDataJson);\\n\\t\\t\\tcallback(null);\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nGiteaSaver.prototype.info = {\\n\\tname: \\\"Gitea\\\",\\n\\tpriority: 2000,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn true;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new GiteaSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/github.js\":{\"title\":\"$:/core/modules/savers/github.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/github.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nSaves wiki by pushing a commit to the GitHub v3 REST API\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar GitHubSaver = function(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nGitHubSaver.prototype.save = function(text,method,callback) {\\n\\tvar self = this,\\n\\t\\tusername = this.wiki.getTiddlerText(\\\"$:/GitHub/Username\\\"),\\n\\t\\tpassword = $tw.utils.getPassword(\\\"github\\\"),\\n\\t\\trepo = this.wiki.getTiddlerText(\\\"$:/GitHub/Repo\\\"),\\n\\t\\tpath = this.wiki.getTiddlerText(\\\"$:/GitHub/Path\\\",\\\"\\\"),\\n\\t\\tfilename = this.wiki.getTiddlerText(\\\"$:/GitHub/Filename\\\"),\\n\\t\\tbranch = this.wiki.getTiddlerText(\\\"$:/GitHub/Branch\\\") || \\\"main\\\",\\n\\t\\tendpoint = this.wiki.getTiddlerText(\\\"$:/GitHub/ServerURL\\\") || \\\"https://api.github.com\\\",\\n\\t\\theaders = {\\n\\t\\t\\t\\\"Accept\\\": \\\"application/vnd.github.v3+json\\\",\\n\\t\\t\\t\\\"Content-Type\\\": \\\"application/json;charset=UTF-8\\\",\\n\\t\\t\\t\\\"Authorization\\\": \\\"Basic \\\" + window.btoa(username + \\\":\\\" + password),\\n\\t\\t\\t\\\"If-None-Match\\\": \\\"\\\"\\n\\t\\t};\\n\\t// Bail if we don't have everything we need\\n\\tif(!username || !password || !repo || !filename) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Make sure the path start and ends with a slash\\n\\tif(path.substring(0,1) !== \\\"/\\\") {\\n\\t\\tpath = \\\"/\\\" + path;\\n\\t}\\n\\tif(path.substring(path.length - 1) !== \\\"/\\\") {\\n\\t\\tpath = path + \\\"/\\\";\\n\\t}\\n\\t// Compose the base URI\\n\\tvar uri = endpoint + \\\"/repos/\\\" + repo + \\\"/contents\\\" + path;\\n\\t// Perform a get request to get the details (inc shas) of files in the same path as our file\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: uri,\\n\\t\\ttype: \\\"GET\\\",\\n\\t\\theaders: headers,\\n\\t\\tdata: {\\n\\t\\t\\tref: branch\\n\\t\\t},\\n\\t\\tcallback: function(err,getResponseDataJson,xhr) {\\n\\t\\t\\tvar getResponseData,sha = \\\"\\\";\\n\\t\\t\\tif(err && xhr.status !== 404) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\tif(xhr.status !== 404) {\\n\\t\\t\\t\\tgetResponseData = JSON.parse(getResponseDataJson);\\n\\t\\t\\t\\t$tw.utils.each(getResponseData,function(details) {\\n\\t\\t\\t\\t\\tif(details.name === filename) {\\n\\t\\t\\t\\t\\t\\tsha = details.sha;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t\\tvar data = {\\n\\t\\t\\t\\tmessage: $tw.language.getString(\\\"ControlPanel/Saving/GitService/CommitMessage\\\"),\\n\\t\\t\\t\\tcontent: $tw.utils.base64Encode(text),\\n\\t\\t\\t\\tbranch: branch,\\n\\t\\t\\t\\tsha: sha\\n\\t\\t\\t};\\n\\t\\t\\t// Perform a PUT request to save the file\\n\\t\\t\\t$tw.utils.httpRequest({\\n\\t\\t\\t\\turl: uri + filename,\\n\\t\\t\\t\\ttype: \\\"PUT\\\",\\n\\t\\t\\t\\theaders: headers,\\n\\t\\t\\t\\tdata: JSON.stringify(data),\\n\\t\\t\\t\\tcallback: function(err,putResponseDataJson,xhr) {\\n\\t\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tvar putResponseData = JSON.parse(putResponseDataJson);\\n\\t\\t\\t\\t\\tcallback(null);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nGitHubSaver.prototype.info = {\\n\\tname: \\\"github\\\",\\n\\tpriority: 2000,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn true;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new GitHubSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/gitlab.js\":{\"title\":\"$:/core/modules/savers/gitlab.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/gitlab.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nSaves wiki by pushing a commit to the GitLab REST API\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: true */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar GitLabSaver = function(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nGitLabSaver.prototype.save = function(text,method,callback) {\\n\\t/* See https://docs.gitlab.com/ee/api/repository_files.html */\\n\\tvar self = this,\\n\\t\\tusername = this.wiki.getTiddlerText(\\\"$:/GitLab/Username\\\"),\\n\\t\\tpassword = $tw.utils.getPassword(\\\"gitlab\\\"),\\n\\t\\trepo = this.wiki.getTiddlerText(\\\"$:/GitLab/Repo\\\"),\\n\\t\\tpath = this.wiki.getTiddlerText(\\\"$:/GitLab/Path\\\",\\\"\\\"),\\n\\t\\tfilename = this.wiki.getTiddlerText(\\\"$:/GitLab/Filename\\\"),\\n\\t\\tbranch = this.wiki.getTiddlerText(\\\"$:/GitLab/Branch\\\") || \\\"master\\\",\\n\\t\\tendpoint = this.wiki.getTiddlerText(\\\"$:/GitLab/ServerURL\\\") || \\\"https://gitlab.com/api/v4\\\",\\n\\t\\theaders = {\\n\\t\\t\\t\\\"Content-Type\\\": \\\"application/json;charset=UTF-8\\\",\\n\\t\\t\\t\\\"Private-Token\\\": password\\n\\t\\t};\\n\\t// Bail if we don't have everything we need\\n\\tif(!username || !password || !repo || !filename) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Make sure the path start and ends with a slash\\n\\tif(path.substring(0,1) !== \\\"/\\\") {\\n\\t\\tpath = \\\"/\\\" + path;\\n\\t}\\n\\tif(path.substring(path.length - 1) !== \\\"/\\\") {\\n\\t\\tpath = path + \\\"/\\\";\\n\\t}\\n\\t// Compose the base URI\\n\\tvar uri = endpoint + \\\"/projects/\\\" + encodeURIComponent(repo) + \\\"/repository/\\\";\\n\\t// Perform a get request to get the details (inc shas) of files in the same path as our file\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: uri + \\\"tree/?path=\\\" + encodeURIComponent(path.replace(/^\\\\/+|\\\\/$/g, '')) + \\\"&branch=\\\" + encodeURIComponent(branch.replace(/^\\\\/+|\\\\/$/g, '')),\\n\\t\\ttype: \\\"GET\\\",\\n\\t\\theaders: headers,\\n\\t\\tcallback: function(err,getResponseDataJson,xhr) {\\n\\t\\t\\tvar getResponseData,sha = \\\"\\\";\\n\\t\\t\\tif(err && xhr.status !== 404) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\tvar requestType = \\\"POST\\\";\\n\\t\\t\\tif(xhr.status !== 404) {\\n\\t\\t\\t\\tgetResponseData = JSON.parse(getResponseDataJson);\\n\\t\\t\\t\\t$tw.utils.each(getResponseData,function(details) {\\n\\t\\t\\t\\t\\tif(details.name === filename) {\\n\\t\\t\\t\\t\\t\\trequestType = \\\"PUT\\\";\\n\\t\\t\\t\\t\\t\\tsha = details.sha;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t\\tvar data = {\\n\\t\\t\\t\\tcommit_message: $tw.language.getString(\\\"ControlPanel/Saving/GitService/CommitMessage\\\"),\\n\\t\\t\\t\\tcontent: text,\\n\\t\\t\\t\\tbranch: branch,\\n\\t\\t\\t\\tsha: sha\\n\\t\\t\\t};\\n\\t\\t\\t// Perform a request to save the file\\n\\t\\t\\t$tw.utils.httpRequest({\\n\\t\\t\\t\\turl: uri + \\\"files/\\\" + encodeURIComponent(path.replace(/^\\\\/+/, '') + filename),\\n\\t\\t\\t\\ttype: requestType,\\n\\t\\t\\t\\theaders: headers,\\n\\t\\t\\t\\tdata: JSON.stringify(data),\\n\\t\\t\\t\\tcallback: function(err,putResponseDataJson,xhr) {\\n\\t\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tvar putResponseData = JSON.parse(putResponseDataJson);\\n\\t\\t\\t\\t\\tcallback(null);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nGitLabSaver.prototype.info = {\\n\\tname: \\\"gitlab\\\",\\n\\tpriority: 2000,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn true;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new GitLabSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/hyperdrive.js\":{\"title\":\"$:/core/modules/savers/hyperdrive.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/hyperdrive.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nSaves files using the Hyperdrive Protocol (https://hypercore-protocol.org/#hyperdrive) Beaker browser beta-1.0 and later (https://beakerbrowser.com)\\nCompatible with beaker >= V1.0.0\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSet up the saver\\n*/\\nvar HyperdriveSaver = function(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nHyperdriveSaver.prototype.save = function(text,method,callback) {\\n\\tvar dat = beaker.hyperdrive.drive(\\\"\\\" + window.location),\\n\\t\\tpathname = (\\\"\\\" + window.location.pathname).split(\\\"#\\\")[0];\\n\\tdat.stat(pathname).then(function(value) {\\n\\t\\tif(value.isDirectory()) {\\n\\t\\t\\tpathname = pathname + \\\"/index.html\\\";\\n\\t\\t}\\n\\t\\tdat.writeFile(pathname,text,\\\"utf8\\\").then(function(value) {\\n\\t\\t\\tcallback(null);\\n\\t\\t},function(reason) {\\n\\t\\t\\tcallback(\\\"Hyperdrive Saver Write Error: \\\" + reason);\\n\\t\\t});\\n\\t},function(reason) {\\n\\t\\tcallback(\\\"Hyperdrive Saver Stat Error: \\\" + reason);\\n\\t});\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nHyperdriveSaver.prototype.info = {\\n\\tname: \\\"beaker-1.x\\\",\\n\\tpriority: 3000,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn !!window.beaker && !!beaker.hyperdrive && location.protocol===\\\"hyper:\\\";\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new HyperdriveSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/manualdownload.js\":{\"title\":\"$:/core/modules/savers/manualdownload.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/manualdownload.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via HTML5's download APIs\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Title of the tiddler containing the download message\\nvar downloadInstructionsTitle = \\\"$:/language/Modals/Download\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar ManualDownloadSaver = function(wiki) {\\n};\\n\\nManualDownloadSaver.prototype.save = function(text,method,callback) {\\n\\t$tw.modal.display(downloadInstructionsTitle,{\\n\\t\\tdownloadLink: \\\"data:text/html,\\\" + encodeURIComponent(text)\\n\\t});\\n\\t// Callback that we succeeded\\n\\tcallback(null);\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nManualDownloadSaver.prototype.info = {\\n\\tname: \\\"manualdownload\\\",\\n\\tpriority: 0,\\n\\tcapabilities: [\\\"save\\\", \\\"download\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn true;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new ManualDownloadSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/msdownload.js\":{\"title\":\"$:/core/modules/savers/msdownload.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/msdownload.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via window.navigator.msSaveBlob()\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar MsDownloadSaver = function(wiki) {\\n};\\n\\nMsDownloadSaver.prototype.save = function(text,method,callback) {\\n\\t// Get the current filename\\n\\tvar filename = \\\"tiddlywiki.html\\\",\\n\\t\\tp = document.location.pathname.lastIndexOf(\\\"/\\\");\\n\\tif(p !== -1) {\\n\\t\\tfilename = document.location.pathname.substr(p+1);\\n\\t}\\n\\t// Set up the link\\n\\tvar blob = new Blob([text], {type: \\\"text/html\\\"});\\n\\twindow.navigator.msSaveBlob(blob,filename);\\n\\t// Callback that we succeeded\\n\\tcallback(null);\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nMsDownloadSaver.prototype.info = {\\n\\tname: \\\"msdownload\\\",\\n\\tpriority: 110,\\n\\tcapabilities: [\\\"save\\\", \\\"download\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn !!window.navigator.msSaveBlob;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new MsDownloadSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/put.js\":{\"title\":\"$:/core/modules/savers/put.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/put.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nSaves wiki by performing a PUT request to the server\\n\\nWorks with any server which accepts a PUT request\\nto the current URL, such as a WebDAV server.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nRetrieve ETag if available\\n*/\\nvar retrieveETag = function(self) {\\n\\tvar headers = {\\n\\t\\tAccept: \\\"*/*;charset=UTF-8\\\"\\n\\t};\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: self.uri(),\\n\\t\\ttype: \\\"HEAD\\\",\\n\\t\\theaders: headers,\\n\\t\\tcallback: function(err,data,xhr) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t\\tvar etag = xhr.getResponseHeader(\\\"ETag\\\");\\n\\t\\t\\tif(!etag) {\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t\\tself.etag = etag.replace(/^W\\\\//,\\\"\\\");\\n\\t\\t}\\n\\t});\\n};\\n\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar PutSaver = function(wiki) {\\n\\tthis.wiki = wiki;\\n\\tvar self = this;\\n\\tvar uri = this.uri();\\n\\t// Async server probe. Until probe finishes, save will fail fast\\n\\t// See also https://github.com/Jermolene/TiddlyWiki5/issues/2276\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: uri,\\n\\t\\ttype: \\\"OPTIONS\\\",\\n\\t\\tcallback: function(err,data,xhr) {\\n\\t\\t\\t// Check DAV header http://www.webdav.org/specs/rfc2518.html#rfc.section.9.1\\n\\t\\t\\tif(!err) {\\n\\t\\t\\t\\tself.serverAcceptsPuts = xhr.status === 200 && !!xhr.getResponseHeader(\\\"dav\\\");\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\tretrieveETag(this);\\n};\\n\\nPutSaver.prototype.uri = function() {\\n\\treturn document.location.toString().split(\\\"#\\\")[0];\\n};\\n\\n// TODO: in case of edit conflict\\n// Prompt: Do you want to save over this? Y/N\\n// Merging would be ideal, and may be possible using future generic merge flow\\nPutSaver.prototype.save = function(text,method,callback) {\\n\\tif(!this.serverAcceptsPuts) {\\n\\t\\treturn false;\\n\\t}\\n\\tvar self = this;\\n\\tvar headers = {\\n\\t\\t\\\"Content-Type\\\": \\\"text/html;charset=UTF-8\\\"\\n\\t};\\n\\tif(this.etag) {\\n\\t\\theaders[\\\"If-Match\\\"] = this.etag;\\n\\t}\\n\\t$tw.utils.httpRequest({\\n\\t\\turl: this.uri(),\\n\\t\\ttype: \\\"PUT\\\",\\n\\t\\theaders: headers,\\n\\t\\tdata: text,\\n\\t\\tcallback: function(err,data,xhr) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\t// response is textual: \\\"XMLHttpRequest error code: 412\\\"\\n\\t\\t\\t\\tvar status = Number(err.substring(err.indexOf(':') + 2, err.length))\\n\\t\\t\\t\\tif(status === 412) { // file changed on server\\n\\t\\t\\t\\t\\tcallback($tw.language.getString(\\\"Error/PutEditConflict\\\"));\\n\\t\\t\\t\\t} else if(status === 401) { // authentication required\\n\\t\\t\\t\\t\\tcallback($tw.language.getString(\\\"Error/PutUnauthorized\\\"));\\n\\t\\t\\t\\t} else if(status === 403) { // permission denied\\n\\t\\t\\t\\t\\tcallback($tw.language.getString(\\\"Error/PutForbidden\\\"));\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tcallback(err); // fail\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tself.etag = xhr.getResponseHeader(\\\"ETag\\\");\\n\\t\\t\\t\\tif(self.etag == null) {\\n\\t\\t\\t\\t\\tretrieveETag(self);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tcallback(null); // success\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nPutSaver.prototype.info = {\\n\\tname: \\\"put\\\",\\n\\tpriority: 2000,\\n\\tcapabilities: [\\\"save\\\",\\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn /^https?:/.test(location.protocol);\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new PutSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/tiddlyfox.js\":{\"title\":\"$:/core/modules/savers/tiddlyfox.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/tiddlyfox.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via the TiddlyFox file extension\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false, netscape: false, Components: false */\\n\\\"use strict\\\";\\n\\nvar TiddlyFoxSaver = function(wiki) {\\n};\\n\\nTiddlyFoxSaver.prototype.save = function(text,method,callback) {\\n\\tvar messageBox = document.getElementById(\\\"tiddlyfox-message-box\\\");\\n\\tif(messageBox) {\\n\\t\\t// Get the pathname of this document\\n\\t\\tvar pathname = document.location.toString().split(\\\"#\\\")[0];\\n\\t\\t// Replace file://localhost/ with file:///\\n\\t\\tif(pathname.indexOf(\\\"file://localhost/\\\") === 0) {\\n\\t\\t\\tpathname = \\\"file://\\\" + pathname.substr(16);\\n\\t\\t}\\n\\t\\t// Windows path file:///x:/blah/blah --> x:\\\\blah\\\\blah\\n\\t\\tif(/^file\\\\:\\\\/\\\\/\\\\/[A-Z]\\\\:\\\\//i.test(pathname)) {\\n\\t\\t\\t// Remove the leading slash and convert slashes to backslashes\\n\\t\\t\\tpathname = pathname.substr(8).replace(/\\\\//g,\\\"\\\\\\\\\\\");\\n\\t\\t// Firefox Windows network path file://///server/share/blah/blah --> //server/share/blah/blah\\n\\t\\t} else if(pathname.indexOf(\\\"file://///\\\") === 0) {\\n\\t\\t\\tpathname = \\\"\\\\\\\\\\\\\\\\\\\" + unescape(pathname.substr(10)).replace(/\\\\//g,\\\"\\\\\\\\\\\");\\n\\t\\t// Mac/Unix local path file:///path/path --> /path/path\\n\\t\\t} else if(pathname.indexOf(\\\"file:///\\\") === 0) {\\n\\t\\t\\tpathname = unescape(pathname.substr(7));\\n\\t\\t// Mac/Unix local path file:/path/path --> /path/path\\n\\t\\t} else if(pathname.indexOf(\\\"file:/\\\") === 0) {\\n\\t\\t\\tpathname = unescape(pathname.substr(5));\\n\\t\\t// Otherwise Windows networth path file://server/share/path/path --> \\\\\\\\server\\\\share\\\\path\\\\path\\n\\t\\t} else {\\n\\t\\t\\tpathname = \\\"\\\\\\\\\\\\\\\\\\\" + unescape(pathname.substr(7)).replace(new RegExp(\\\"/\\\",\\\"g\\\"),\\\"\\\\\\\\\\\");\\n\\t\\t}\\n\\t\\t// Create the message element and put it in the message box\\n\\t\\tvar message = document.createElement(\\\"div\\\");\\n\\t\\tmessage.setAttribute(\\\"data-tiddlyfox-path\\\",$tw.utils.decodeURIComponentSafe(pathname));\\n\\t\\tmessage.setAttribute(\\\"data-tiddlyfox-content\\\",text);\\n\\t\\tmessageBox.appendChild(message);\\n\\t\\t// Add an event handler for when the file has been saved\\n\\t\\tmessage.addEventListener(\\\"tiddlyfox-have-saved-file\\\",function(event) {\\n\\t\\t\\tcallback(null);\\n\\t\\t}, false);\\n\\t\\t// Create and dispatch the custom event to the extension\\n\\t\\tvar event = document.createEvent(\\\"Events\\\");\\n\\t\\tevent.initEvent(\\\"tiddlyfox-save-file\\\",true,false);\\n\\t\\tmessage.dispatchEvent(event);\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nTiddlyFoxSaver.prototype.info = {\\n\\tname: \\\"tiddlyfox\\\",\\n\\tpriority: 1500,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn true;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new TiddlyFoxSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/tiddlyie.js\":{\"title\":\"$:/core/modules/savers/tiddlyie.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/tiddlyie.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via Internet Explorer BHO extenion (TiddlyIE)\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar TiddlyIESaver = function(wiki) {\\n};\\n\\nTiddlyIESaver.prototype.save = function(text,method,callback) {\\n\\t// Check existence of TiddlyIE BHO extension (note: only works after document is complete)\\n\\tif(typeof(window.TiddlyIE) != \\\"undefined\\\") {\\n\\t\\t// Get the pathname of this document\\n\\t\\tvar pathname = unescape(document.location.pathname);\\n\\t\\t// Test for a Windows path of the form /x:/blah...\\n\\t\\tif(/^\\\\/[A-Z]\\\\:\\\\/[^\\\\/]+/i.test(pathname)) {\\t// ie: ^/[a-z]:/[^/]+ (is this better?: ^/[a-z]:/[^/]+(/[^/]+)*\\\\.[^/]+ )\\n\\t\\t\\t// Remove the leading slash\\n\\t\\t\\tpathname = pathname.substr(1);\\n\\t\\t\\t// Convert slashes to backslashes\\n\\t\\t\\tpathname = pathname.replace(/\\\\//g,\\\"\\\\\\\\\\\");\\n\\t\\t} else if(document.hostname !== \\\"\\\" && /^\\\\/[^\\\\/]+\\\\/[^\\\\/]+/i.test(pathname)) {\\t// test for \\\\\\\\server\\\\share\\\\blah... - ^/[^/]+/[^/]+\\n\\t\\t\\t// Convert slashes to backslashes\\n\\t\\t\\tpathname = pathname.replace(/\\\\//g,\\\"\\\\\\\\\\\");\\n\\t\\t\\t// reconstruct UNC path\\n\\t\\t\\tpathname = \\\"\\\\\\\\\\\\\\\\\\\" + document.location.hostname + pathname;\\n\\t\\t} else return false;\\n\\t\\t// Prompt the user to save the file\\n\\t\\twindow.TiddlyIE.save(pathname, text);\\n\\t\\t// Callback that we succeeded\\n\\t\\tcallback(null);\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nTiddlyIESaver.prototype.info = {\\n\\tname: \\\"tiddlyiesaver\\\",\\n\\tpriority: 1500,\\n\\tcapabilities: [\\\"save\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn (window.location.protocol === \\\"file:\\\");\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new TiddlyIESaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/twedit.js\":{\"title\":\"$:/core/modules/savers/twedit.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/twedit.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via the TWEdit iOS app\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false, netscape: false, Components: false */\\n\\\"use strict\\\";\\n\\nvar TWEditSaver = function(wiki) {\\n};\\n\\nTWEditSaver.prototype.save = function(text,method,callback) {\\n\\t// Bail if we're not running under TWEdit\\n\\tif(typeof DeviceInfo !== \\\"object\\\") {\\n\\t\\treturn false;\\n\\t}\\n\\t// Get the pathname of this document\\n\\tvar pathname = $tw.utils.decodeURIComponentSafe(document.location.pathname);\\n\\t// Strip any query or location part\\n\\tvar p = pathname.indexOf(\\\"?\\\");\\n\\tif(p !== -1) {\\n\\t\\tpathname = pathname.substr(0,p);\\n\\t}\\n\\tp = pathname.indexOf(\\\"#\\\");\\n\\tif(p !== -1) {\\n\\t\\tpathname = pathname.substr(0,p);\\n\\t}\\n\\t// Remove the leading \\\"/Documents\\\" from path\\n\\tvar prefix = \\\"/Documents\\\";\\n\\tif(pathname.indexOf(prefix) === 0) {\\n\\t\\tpathname = pathname.substr(prefix.length);\\n\\t}\\n\\t// Error handler\\n\\tvar errorHandler = function(event) {\\n\\t\\t// Error\\n\\t\\tcallback($tw.language.getString(\\\"Error/SavingToTWEdit\\\") + \\\": \\\" + event.target.error.code);\\n\\t};\\n\\t// Get the file system\\n\\twindow.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fileSystem) {\\n\\t\\t// Now we've got the filesystem, get the fileEntry\\n\\t\\tfileSystem.root.getFile(pathname, {create: true}, function(fileEntry) {\\n\\t\\t\\t// Now we've got the fileEntry, create the writer\\n\\t\\t\\tfileEntry.createWriter(function(writer) {\\n\\t\\t\\t\\twriter.onerror = errorHandler;\\n\\t\\t\\t\\twriter.onwrite = function() {\\n\\t\\t\\t\\t\\tcallback(null);\\n\\t\\t\\t\\t};\\n\\t\\t\\t\\twriter.position = 0;\\n\\t\\t\\t\\twriter.write(text);\\n\\t\\t\\t},errorHandler);\\n\\t\\t}, errorHandler);\\n\\t}, errorHandler);\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nTWEditSaver.prototype.info = {\\n\\tname: \\\"twedit\\\",\\n\\tpriority: 1600,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn true;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new TWEditSaver(wiki);\\n};\\n\\n/////////////////////////// Hack\\n// HACK: This ensures that TWEdit recognises us as a TiddlyWiki document\\nif($tw.browser) {\\n\\twindow.version = {title: \\\"TiddlyWiki\\\"};\\n}\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/savers/upload.js\":{\"title\":\"$:/core/modules/savers/upload.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/savers/upload.js\\ntype: application/javascript\\nmodule-type: saver\\n\\nHandles saving changes via upload to a server.\\n\\nDesigned to be compatible with BidiX's UploadPlugin at http://tiddlywiki.bidix.info/#UploadPlugin\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSelect the appropriate saver module and set it up\\n*/\\nvar UploadSaver = function(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nUploadSaver.prototype.save = function(text,method,callback) {\\n\\t// Get the various parameters we need\\n\\tvar backupDir = this.wiki.getTextReference(\\\"$:/UploadBackupDir\\\") || \\\".\\\",\\n\\t\\tusername = this.wiki.getTextReference(\\\"$:/UploadName\\\"),\\n\\t\\tpassword = $tw.utils.getPassword(\\\"upload\\\"),\\n\\t\\tuploadDir = this.wiki.getTextReference(\\\"$:/UploadDir\\\") || \\\".\\\",\\n\\t\\tuploadFilename = this.wiki.getTextReference(\\\"$:/UploadFilename\\\") || \\\"index.html\\\",\\n\\t\\tuploadWithUrlOnly = this.wiki.getTextReference(\\\"$:/UploadWithUrlOnly\\\") || \\\"no\\\",\\n\\t\\turl = this.wiki.getTextReference(\\\"$:/UploadURL\\\");\\n\\t// Bail out if we don't have the bits we need\\n\\tif (uploadWithUrlOnly === \\\"yes\\\") {\\n\\t\\t// The url is good enough. No need for a username and password.\\n\\t\\t// Assume the server uses some other kind of auth mechanism.\\n\\t\\tif(!url || url.toString().trim() === \\\"\\\") {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\t}\\n\\telse {\\n\\t\\t// Require username and password to be present.\\n\\t\\t// Assume the server uses the standard UploadPlugin username/password.\\n\\t\\tif(!username || username.toString().trim() === \\\"\\\" || !password || password.toString().trim() === \\\"\\\") {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\t}\\n\\t// Construct the url if not provided\\n\\tif(!url) {\\n\\t\\turl = \\\"http://\\\" + username + \\\".tiddlyspot.com/store.cgi\\\";\\n\\t}\\n\\t// Assemble the header\\n\\tvar boundary = \\\"---------------------------\\\" + \\\"AaB03x\\\";\\n\\tvar uploadFormName = \\\"UploadPlugin\\\";\\n\\tvar head = [];\\n\\thead.push(\\\"--\\\" + boundary + \\\"\\\\r\\\\nContent-disposition: form-data; name=\\\\\\\"UploadPlugin\\\\\\\"\\\\r\\\\n\\\");\\n\\thead.push(\\\"backupDir=\\\" + backupDir + \\\";user=\\\" + username + \\\";password=\\\" + password + \\\";uploaddir=\\\" + uploadDir + \\\";;\\\"); \\n\\thead.push(\\\"\\\\r\\\\n\\\" + \\\"--\\\" + boundary);\\n\\thead.push(\\\"Content-disposition: form-data; name=\\\\\\\"userfile\\\\\\\"; filename=\\\\\\\"\\\" + uploadFilename + \\\"\\\\\\\"\\\");\\n\\thead.push(\\\"Content-Type: text/html;charset=UTF-8\\\");\\n\\thead.push(\\\"Content-Length: \\\" + text.length + \\\"\\\\r\\\\n\\\");\\n\\thead.push(\\\"\\\");\\n\\t// Assemble the tail and the data itself\\n\\tvar tail = \\\"\\\\r\\\\n--\\\" + boundary + \\\"--\\\\r\\\\n\\\",\\n\\t\\tdata = head.join(\\\"\\\\r\\\\n\\\") + text + tail;\\n\\t// Do the HTTP post\\n\\tvar http = new XMLHttpRequest();\\n\\thttp.open(\\\"POST\\\",url,true,username,password);\\n\\thttp.setRequestHeader(\\\"Content-Type\\\",\\\"multipart/form-data; charset=UTF-8; boundary=\\\" + boundary);\\n\\thttp.onreadystatechange = function() {\\n\\t\\tif(http.readyState == 4 && http.status == 200) {\\n\\t\\t\\tif(http.responseText.substr(0,4) === \\\"0 - \\\") {\\n\\t\\t\\t\\tcallback(null);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tcallback(http.responseText);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t};\\n\\ttry {\\n\\t\\thttp.send(data);\\n\\t} catch(ex) {\\n\\t\\treturn callback($tw.language.getString(\\\"Error/Caption\\\") + \\\":\\\" + ex);\\n\\t}\\n\\t$tw.notifier.display(\\\"$:/language/Notifications/Save/Starting\\\");\\n\\treturn true;\\n};\\n\\n/*\\nInformation about this saver\\n*/\\nUploadSaver.prototype.info = {\\n\\tname: \\\"upload\\\",\\n\\tpriority: 2000,\\n\\tcapabilities: [\\\"save\\\", \\\"autosave\\\"]\\n};\\n\\n/*\\nStatic method that returns true if this saver is capable of working\\n*/\\nexports.canSave = function(wiki) {\\n\\treturn true;\\n};\\n\\n/*\\nCreate an instance of this saver\\n*/\\nexports.create = function(wiki) {\\n\\treturn new UploadSaver(wiki);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"saver\"},\"$:/core/modules/server/authenticators/basic.js\":{\"title\":\"$:/core/modules/server/authenticators/basic.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/authenticators/basic.js\\ntype: application/javascript\\nmodule-type: authenticator\\n\\nAuthenticator for WWW basic authentication\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nif($tw.node) {\\n\\tvar util = require(\\\"util\\\"),\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\turl = require(\\\"url\\\"),\\n\\t\\tpath = require(\\\"path\\\");\\n}\\n\\nfunction BasicAuthenticator(server) {\\n\\tthis.server = server;\\n\\tthis.credentialsData = [];\\n}\\n\\n/*\\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\\n*/\\nBasicAuthenticator.prototype.init = function() {\\n\\t// Read the credentials data\\n\\tthis.credentialsFilepath = this.server.get(\\\"credentials\\\");\\n\\tif(this.credentialsFilepath) {\\n\\t\\tvar resolveCredentialsFilepath = path.resolve(this.server.boot.wikiPath,this.credentialsFilepath);\\n\\t\\tif(fs.existsSync(resolveCredentialsFilepath) && !fs.statSync(resolveCredentialsFilepath).isDirectory()) {\\n\\t\\t\\tvar credentialsText = fs.readFileSync(resolveCredentialsFilepath,\\\"utf8\\\"),\\n\\t\\t\\t\\tcredentialsData = $tw.utils.parseCsvStringWithHeader(credentialsText);\\n\\t\\t\\tif(typeof credentialsData === \\\"string\\\") {\\n\\t\\t\\t\\treturn \\\"Error: \\\" + credentialsData + \\\" reading credentials from '\\\" + resolveCredentialsFilepath + \\\"'\\\";\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tthis.credentialsData = credentialsData;\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\treturn \\\"Error: Unable to load user credentials from '\\\" + resolveCredentialsFilepath + \\\"'\\\";\\n\\t\\t}\\n\\t}\\n\\t// Add the hardcoded username and password if specified\\n\\tif(this.server.get(\\\"username\\\") && this.server.get(\\\"password\\\")) {\\n\\t\\tthis.credentialsData = this.credentialsData || [];\\n\\t\\tthis.credentialsData.push({\\n\\t\\t\\tusername: this.server.get(\\\"username\\\"),\\n\\t\\t\\tpassword: this.server.get(\\\"password\\\")\\n\\t\\t});\\n\\t}\\n\\treturn this.credentialsData.length > 0;\\n};\\n\\n/*\\nReturns true if the request is authenticated and assigns the \\\"authenticatedUsername\\\" state variable.\\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\\n*/\\nBasicAuthenticator.prototype.authenticateRequest = function(request,response,state) {\\n\\t// Extract the incoming username and password from the request\\n\\tvar header = request.headers.authorization || \\\"\\\";\\n\\tif(!header && state.allowAnon) {\\n\\t\\t// If there's no header and anonymous access is allowed then we don't set authenticatedUsername\\n\\t\\treturn true;\\n\\t}\\n\\tvar token = header.split(/\\\\s+/).pop() || \\\"\\\",\\n\\t\\tauth = $tw.utils.base64Decode(token),\\n\\t\\tparts = auth.split(/:/),\\n\\t\\tincomingUsername = parts[0],\\n\\t\\tincomingPassword = parts[1];\\n\\t// Check that at least one of the credentials matches\\n\\tvar matchingCredentials = this.credentialsData.find(function(credential) {\\n\\t\\treturn credential.username === incomingUsername && credential.password === incomingPassword;\\n\\t});\\n\\tif(matchingCredentials) {\\n\\t\\t// If so, add the authenticated username to the request state\\n\\t\\tstate.authenticatedUsername = incomingUsername;\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\t// If not, return an authentication challenge\\n\\t\\tresponse.writeHead(401,\\\"Authentication required\\\",{\\n\\t\\t\\t\\\"WWW-Authenticate\\\": 'Basic realm=\\\"Please provide your username and password to login to ' + state.server.servername + '\\\"'\\n\\t\\t});\\n\\t\\tresponse.end();\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nexports.AuthenticatorClass = BasicAuthenticator;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"authenticator\"},\"$:/core/modules/server/authenticators/header.js\":{\"title\":\"$:/core/modules/server/authenticators/header.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/authenticators/header.js\\ntype: application/javascript\\nmodule-type: authenticator\\n\\nAuthenticator for trusted header authentication\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nfunction HeaderAuthenticator(server) {\\n\\tthis.server = server;\\n\\tthis.header = server.get(\\\"authenticated-user-header\\\") ? server.get(\\\"authenticated-user-header\\\").toLowerCase() : undefined;\\n}\\n\\n/*\\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\\n*/\\nHeaderAuthenticator.prototype.init = function() {\\n\\treturn !!this.header;\\n};\\n\\n/*\\nReturns true if the request is authenticated and assigns the \\\"authenticatedUsername\\\" state variable.\\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\\n*/\\nHeaderAuthenticator.prototype.authenticateRequest = function(request,response,state) {\\n\\t// Otherwise, authenticate as the username in the specified header\\n\\tvar username = request.headers[this.header];\\n\\tif(!username && !state.allowAnon) {\\n\\t\\tresponse.writeHead(401,\\\"Authorization header required to login to '\\\" + state.server.servername + \\\"'\\\");\\n\\t\\tresponse.end();\\n\\t\\treturn false;\\n\\t} else {\\n\\t\\t// authenticatedUsername will be undefined for anonymous users\\n\\t\\tstate.authenticatedUsername = username;\\n\\t\\treturn true;\\n\\t}\\n};\\n\\nexports.AuthenticatorClass = HeaderAuthenticator;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"authenticator\"},\"$:/core/modules/server/routes/delete-tiddler.js\":{\"title\":\"$:/core/modules/server/routes/delete-tiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/delete-tiddler.js\\ntype: application/javascript\\nmodule-type: route\\n\\nDELETE /recipes/default/tiddlers/:title\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"DELETE\\\";\\n\\nexports.path = /^\\\\/bags\\\\/default\\\\/tiddlers\\\\/(.+)$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar title = $tw.utils.decodeURIComponentSafe(state.params[0]);\\n\\tstate.wiki.deleteTiddler(title);\\n\\tresponse.writeHead(204, \\\"OK\\\", {\\n\\t\\t\\\"Content-Type\\\": \\\"text/plain\\\"\\n\\t});\\n\\tresponse.end();\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-favicon.js\":{\"title\":\"$:/core/modules/server/routes/get-favicon.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-favicon.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /favicon.ico\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/favicon.ico$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar buffer = state.wiki.getTiddlerText(\\\"$:/favicon.ico\\\",\\\"\\\");\\n\\tstate.sendResponse(200,{\\\"Content-Type\\\": \\\"image/x-icon\\\"},buffer,\\\"base64\\\");\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-file.js\":{\"title\":\"$:/core/modules/server/routes/get-file.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-file.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /files/:filepath\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/files\\\\/(.+)$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar path = require(\\\"path\\\"),\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\tutil = require(\\\"util\\\"),\\n\\t\\tsuppliedFilename = $tw.utils.decodeURIComponentSafe(state.params[0]),\\n\\t\\tbaseFilename = path.resolve(state.boot.wikiPath,\\\"files\\\"),\\n\\t\\tfilename = path.resolve(baseFilename,suppliedFilename),\\n\\t\\textension = path.extname(filename);\\n\\t// Check that the filename is inside the wiki files folder\\n\\tif(path.relative(baseFilename,filename).indexOf(\\\"..\\\") !== 0) {\\n\\t\\t// Send the file\\n\\t\\tfs.readFile(filename,function(err,content) {\\n\\t\\t\\tvar status,content,type = \\\"text/plain\\\";\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\tconsole.log(\\\"Error accessing file \\\" + filename + \\\": \\\" + err.toString());\\n\\t\\t\\t\\tstatus = 404;\\n\\t\\t\\t\\tcontent = \\\"File '\\\" + suppliedFilename + \\\"' not found\\\";\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tstatus = 200;\\n\\t\\t\\t\\tcontent = content;\\n\\t\\t\\t\\ttype = ($tw.config.fileExtensionInfo[extension] ? $tw.config.fileExtensionInfo[extension].type : \\\"application/octet-stream\\\");\\n\\t\\t\\t}\\n\\t\\t\\tstate.sendResponse(status,{\\\"Content-Type\\\": type},content);\\n\\t\\t});\\n\\t} else {\\n\\t\\tstate.sendResponse(404,{\\\"Content-Type\\\": \\\"text/plain\\\"},\\\"File '\\\" + suppliedFilename + \\\"' not found\\\");\\n\\t}\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-index.js\":{\"title\":\"$:/core/modules/server/routes/get-index.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-index.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar text = state.wiki.renderTiddler(state.server.get(\\\"root-render-type\\\"),state.server.get(\\\"root-tiddler\\\")),\\n\\t\\tresponseHeaders = {\\n\\t\\t\\\"Content-Type\\\": state.server.get(\\\"root-serve-type\\\")\\n\\t};\\n\\tstate.sendResponse(200,responseHeaders,text);\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-login-basic.js\":{\"title\":\"$:/core/modules/server/routes/get-login-basic.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-login-basic.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /login-basic -- force a Basic Authentication challenge\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/login-basic$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tif(!state.authenticatedUsername) {\\n\\t\\t// Challenge if there's no username\\n\\t\\tresponse.writeHead(401,{\\n\\t\\t\\t\\\"WWW-Authenticate\\\": 'Basic realm=\\\"Please provide your username and password to login to ' + state.server.servername + '\\\"'\\n\\t\\t});\\n\\t\\tresponse.end();\\n\\t} else {\\n\\t\\t// Redirect to the root wiki if login worked\\n\\t\\tvar location = ($tw.syncadaptor && $tw.syncadaptor.host)? $tw.syncadaptor.host: \\\"/\\\";\\n\\t\\tresponse.writeHead(302,{\\n\\t\\t\\tLocation: location\\n\\t\\t});\\n\\t\\tresponse.end();\\n\\t}\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-status.js\":{\"title\":\"$:/core/modules/server/routes/get-status.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-status.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /status\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/status$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar text = JSON.stringify({\\n\\t\\tusername: state.authenticatedUsername || state.server.get(\\\"anon-username\\\") || \\\"\\\",\\n\\t\\tanonymous: !state.authenticatedUsername,\\n\\t\\tread_only: !state.server.isAuthorized(\\\"writers\\\",state.authenticatedUsername),\\n\\t\\tspace: {\\n\\t\\t\\trecipe: \\\"default\\\"\\n\\t\\t},\\n\\t\\ttiddlywiki_version: $tw.version\\n\\t});\\n\\tstate.sendResponse(200,{\\\"Content-Type\\\": \\\"application/json\\\"},text,\\\"utf8\\\");\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-tiddler-html.js\":{\"title\":\"$:/core/modules/server/routes/get-tiddler-html.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-tiddler-html.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /:title\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/([^\\\\/]+)$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar title = $tw.utils.decodeURIComponentSafe(state.params[0]),\\n\\t\\ttiddler = state.wiki.getTiddler(title);\\n\\tif(tiddler) {\\n\\t\\tvar renderType = tiddler.getFieldString(\\\"_render_type\\\"),\\n\\t\\t\\trenderTemplate = tiddler.getFieldString(\\\"_render_template\\\");\\n\\t\\t// Tiddler fields '_render_type' and '_render_template' overwrite\\n\\t\\t// system wide settings for render type and template\\n\\t\\tif(state.wiki.isSystemTiddler(title)) {\\n\\t\\t\\trenderType = renderType || state.server.get(\\\"system-tiddler-render-type\\\");\\n\\t\\t\\trenderTemplate = renderTemplate || state.server.get(\\\"system-tiddler-render-template\\\");\\n\\t\\t} else {\\n\\t\\t\\trenderType = renderType || state.server.get(\\\"tiddler-render-type\\\");\\n\\t\\t\\trenderTemplate = renderTemplate || state.server.get(\\\"tiddler-render-template\\\");\\n\\t\\t}\\n\\t\\tvar text = state.wiki.renderTiddler(renderType,renderTemplate,{parseAsInline: true, variables: {currentTiddler: title}});\\n\\n\\t\\t// Naughty not to set a content-type, but it's the easiest way to ensure the browser will see HTML pages as HTML, and accept plain text tiddlers as CSS or JS\\n\\t\\tstate.sendResponse(200,{},text,\\\"utf8\\\");\\n\\t} else {\\n\\t\\tresponse.writeHead(404);\\n\\t\\tresponse.end();\\n\\t}\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-tiddler.js\":{\"title\":\"$:/core/modules/server/routes/get-tiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-tiddler.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /recipes/default/tiddlers/:title\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/recipes\\\\/default\\\\/tiddlers\\\\/(.+)$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar title = $tw.utils.decodeURIComponentSafe(state.params[0]),\\n\\t\\ttiddler = state.wiki.getTiddler(title),\\n\\t\\ttiddlerFields = {},\\n\\t\\tknownFields = [\\n\\t\\t\\t\\\"bag\\\", \\\"created\\\", \\\"creator\\\", \\\"modified\\\", \\\"modifier\\\", \\\"permissions\\\", \\\"recipe\\\", \\\"revision\\\", \\\"tags\\\", \\\"text\\\", \\\"title\\\", \\\"type\\\", \\\"uri\\\"\\n\\t\\t];\\n\\tif(tiddler) {\\n\\t\\t$tw.utils.each(tiddler.fields,function(field,name) {\\n\\t\\t\\tvar value = tiddler.getFieldString(name);\\n\\t\\t\\tif(knownFields.indexOf(name) !== -1) {\\n\\t\\t\\t\\ttiddlerFields[name] = value;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\ttiddlerFields.fields = tiddlerFields.fields || {};\\n\\t\\t\\t\\ttiddlerFields.fields[name] = value;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\ttiddlerFields.revision = state.wiki.getChangeCount(title);\\n\\t\\ttiddlerFields.bag = \\\"default\\\";\\n\\t\\ttiddlerFields.type = tiddlerFields.type || \\\"text/vnd.tiddlywiki\\\";\\n\\t\\tstate.sendResponse(200,{\\\"Content-Type\\\": \\\"application/json\\\"},JSON.stringify(tiddlerFields),\\\"utf8\\\");\\n\\t} else {\\n\\t\\tresponse.writeHead(404);\\n\\t\\tresponse.end();\\n\\t}\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/get-tiddlers-json.js\":{\"title\":\"$:/core/modules/server/routes/get-tiddlers-json.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/get-tiddlers-json.js\\ntype: application/javascript\\nmodule-type: route\\n\\nGET /recipes/default/tiddlers.json?filter=\u003Cfilter>\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar DEFAULT_FILTER = \\\"[all[tiddlers]!is[system]sort[title]]\\\";\\n\\nexports.method = \\\"GET\\\";\\n\\nexports.path = /^\\\\/recipes\\\\/default\\\\/tiddlers.json$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar filter = state.queryParameters.filter || DEFAULT_FILTER;\\n\\tif(state.wiki.getTiddlerText(\\\"$:/config/Server/AllowAllExternalFilters\\\") !== \\\"yes\\\") {\\n\\t\\tif(state.wiki.getTiddlerText(\\\"$:/config/Server/ExternalFilters/\\\" + filter) !== \\\"yes\\\") {\\n\\t\\t\\tconsole.log(\\\"Blocked attempt to GET /recipes/default/tiddlers.json with filter: \\\" + filter);\\n\\t\\t\\tresponse.writeHead(403);\\n\\t\\t\\tresponse.end();\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t}\\n\\tif(state.wiki.getTiddlerText(\\\"$:/config/SyncSystemTiddlersFromServer\\\") === \\\"no\\\") {\\n\\t\\tfilter += \\\"+[!is[system]]\\\";\\n\\t}\\n\\tvar excludeFields = (state.queryParameters.exclude || \\\"text\\\").split(\\\",\\\"),\\n\\t\\ttitles = state.wiki.filterTiddlers(filter);\\n\\tvar tiddlers = [];\\n\\t$tw.utils.each(titles,function(title) {\\n\\t\\tvar tiddler = state.wiki.getTiddler(title);\\n\\t\\tif(tiddler) {\\n\\t\\t\\tvar tiddlerFields = tiddler.getFieldStrings({exclude: excludeFields});\\n\\t\\t\\ttiddlerFields.revision = state.wiki.getChangeCount(title);\\n\\t\\t\\ttiddlerFields.type = tiddlerFields.type || \\\"text/vnd.tiddlywiki\\\";\\n\\t\\t\\ttiddlers.push(tiddlerFields);\\n\\t\\t}\\n\\t});\\n\\tvar text = JSON.stringify(tiddlers);\\n\\tstate.sendResponse(200,{\\\"Content-Type\\\": \\\"application/json\\\"},text,\\\"utf8\\\");\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/routes/put-tiddler.js\":{\"title\":\"$:/core/modules/server/routes/put-tiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/routes/put-tiddler.js\\ntype: application/javascript\\nmodule-type: route\\n\\nPUT /recipes/default/tiddlers/:title\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.method = \\\"PUT\\\";\\n\\nexports.path = /^\\\\/recipes\\\\/default\\\\/tiddlers\\\\/(.+)$/;\\n\\nexports.handler = function(request,response,state) {\\n\\tvar title = $tw.utils.decodeURIComponentSafe(state.params[0]),\\n\\tfields = JSON.parse(state.data);\\n\\t// Pull up any subfields in the `fields` object\\n\\tif(fields.fields) {\\n\\t\\t$tw.utils.each(fields.fields,function(field,name) {\\n\\t\\t\\tfields[name] = field;\\n\\t\\t});\\n\\t\\tdelete fields.fields;\\n\\t}\\n\\t// Remove any revision field\\n\\tif(fields.revision) {\\n\\t\\tdelete fields.revision;\\n\\t}\\n\\tstate.wiki.addTiddler(new $tw.Tiddler(state.wiki.getCreationFields(),fields,{title: title},state.wiki.getModificationFields()));\\n\\tvar changeCount = state.wiki.getChangeCount(title).toString();\\n\\tresponse.writeHead(204, \\\"OK\\\",{\\n\\t\\tEtag: \\\"\\\\\\\"default/\\\" + encodeURIComponent(title) + \\\"/\\\" + changeCount + \\\":\\\\\\\"\\\",\\n\\t\\t\\\"Content-Type\\\": \\\"text/plain\\\"\\n\\t});\\n\\tresponse.end();\\n};\\n\\n}());\\n\",\"type\":\"application/javascript\",\"module-type\":\"route\"},\"$:/core/modules/server/server.js\":{\"title\":\"$:/core/modules/server/server.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/server/server.js\\ntype: application/javascript\\nmodule-type: library\\n\\nServe tiddlers over http\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nif($tw.node) {\\n\\tvar util = require(\\\"util\\\"),\\n\\t\\tfs = require(\\\"fs\\\"),\\n\\t\\turl = require(\\\"url\\\"),\\n\\t\\tpath = require(\\\"path\\\"),\\n\\t\\tquerystring = require(\\\"querystring\\\"),\\n\\t\\tcrypto = require(\\\"crypto\\\"),\\n\\t\\tzlib = require(\\\"zlib\\\");\\n}\\n\\n/*\\nA simple HTTP server with regexp-based routes\\noptions: variables - optional hashmap of variables to set (a misnomer - they are really constant parameters)\\n\\t\\t routes - optional array of routes to use\\n\\t\\t wiki - reference to wiki object\\n*/\\nfunction Server(options) {\\n\\tvar self = this;\\n\\tthis.routes = options.routes || [];\\n\\tthis.authenticators = options.authenticators || [];\\n\\tthis.wiki = options.wiki;\\n\\tthis.boot = options.boot || $tw.boot;\\n\\tthis.servername = $tw.utils.transliterateToSafeASCII(this.wiki.getTiddlerText(\\\"$:/SiteTitle\\\") || \\\"TiddlyWiki5\\\");\\n\\t// Initialise the variables\\n\\tthis.variables = $tw.utils.extend({},this.defaultVariables);\\n\\tif(options.variables) {\\n\\t\\tfor(var variable in options.variables) {\\n\\t\\t\\tif(options.variables[variable]) {\\n\\t\\t\\t\\tthis.variables[variable] = options.variables[variable];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t$tw.utils.extend({},this.defaultVariables,options.variables);\\n\\t// Initialise CSRF\\n\\tthis.csrfDisable = this.get(\\\"csrf-disable\\\") === \\\"yes\\\";\\n\\t// Initialize Gzip compression\\n\\tthis.enableGzip = this.get(\\\"gzip\\\") === \\\"yes\\\";\\n\\t// Initialize browser-caching\\n\\tthis.enableBrowserCache = this.get(\\\"use-browser-cache\\\") === \\\"yes\\\";\\n\\t// Initialise authorization\\n\\tvar authorizedUserName = (this.get(\\\"username\\\") && this.get(\\\"password\\\")) ? this.get(\\\"username\\\") : \\\"(anon)\\\";\\n\\tthis.authorizationPrincipals = {\\n\\t\\treaders: (this.get(\\\"readers\\\") || authorizedUserName).split(\\\",\\\").map($tw.utils.trim),\\n\\t\\twriters: (this.get(\\\"writers\\\") || authorizedUserName).split(\\\",\\\").map($tw.utils.trim)\\n\\t}\\n\\t// Load and initialise authenticators\\n\\t$tw.modules.forEachModuleOfType(\\\"authenticator\\\", function(title,authenticatorDefinition) {\\n\\t\\t// console.log(\\\"Loading server route \\\" + title);\\n\\t\\tself.addAuthenticator(authenticatorDefinition.AuthenticatorClass);\\n\\t});\\n\\t// Load route handlers\\n\\t$tw.modules.forEachModuleOfType(\\\"route\\\", function(title,routeDefinition) {\\n\\t\\t// console.log(\\\"Loading server route \\\" + title);\\n\\t\\tself.addRoute(routeDefinition);\\n\\t});\\n\\t// Initialise the http vs https\\n\\tthis.listenOptions = null;\\n\\tthis.protocol = \\\"http\\\";\\n\\tvar tlsKeyFilepath = this.get(\\\"tls-key\\\"),\\n\\t\\ttlsCertFilepath = this.get(\\\"tls-cert\\\");\\n\\tif(tlsCertFilepath && tlsKeyFilepath) {\\n\\t\\tthis.listenOptions = {\\n\\t\\t\\tkey: fs.readFileSync(path.resolve(this.boot.wikiPath,tlsKeyFilepath),\\\"utf8\\\"),\\n\\t\\t\\tcert: fs.readFileSync(path.resolve(this.boot.wikiPath,tlsCertFilepath),\\\"utf8\\\")\\n\\t\\t};\\n\\t\\tthis.protocol = \\\"https\\\";\\n\\t}\\n\\tthis.transport = require(this.protocol);\\n}\\n\\n/*\\nSend a response to the client. This method checks if the response must be sent\\nor if the client alrady has the data cached. If that's the case only a 304\\nresponse will be transmitted and the browser will use the cached data.\\nOnly requests with status code 200 are considdered for caching.\\nrequest: request instance passed to the handler\\nresponse: response instance passed to the handler\\nstatusCode: stauts code to send to the browser\\nheaders: response headers (they will be augmented with an `Etag` header)\\ndata: the data to send (passed to the end method of the response instance)\\nencoding: the encoding of the data to send (passed to the end method of the response instance)\\n*/\\nfunction sendResponse(request,response,statusCode,headers,data,encoding) {\\n\\tif(this.enableBrowserCache && (statusCode == 200)) {\\n\\t\\tvar hash = crypto.createHash('md5');\\n\\t\\t// Put everything into the hash that could change and invalidate the data that\\n\\t\\t// the browser already stored. The headers the data and the encoding.\\n\\t\\thash.update(data);\\n\\t\\thash.update(JSON.stringify(headers));\\n\\t\\tif(encoding) {\\n\\t\\t\\thash.update(encoding);\\n\\t\\t}\\n\\t\\tvar contentDigest = hash.digest(\\\"hex\\\");\\n\\t\\t// RFC 7232 section 2.3 mandates for the etag to be enclosed in quotes\\n\\t\\theaders[\\\"Etag\\\"] = '\\\"' + contentDigest + '\\\"';\\n\\t\\theaders[\\\"Cache-Control\\\"] = \\\"max-age=0, must-revalidate\\\";\\n\\t\\t// Check if any of the hashes contained within the if-none-match header\\n\\t\\t// matches the current hash.\\n\\t\\t// If one matches, do not send the data but tell the browser to use the\\n\\t\\t// cached data.\\n\\t\\t// We do not implement \\\"*\\\" as it makes no sense here.\\n\\t\\tvar ifNoneMatch = request.headers[\\\"if-none-match\\\"];\\n\\t\\tif(ifNoneMatch) {\\n\\t\\t\\tvar matchParts = ifNoneMatch.split(\\\",\\\").map(function(etag) {\\n\\t\\t\\t\\treturn etag.replace(/^[ \\\"]+|[ \\\"]+$/g, \\\"\\\");\\n\\t\\t\\t});\\n\\t\\t\\tif(matchParts.indexOf(contentDigest) != -1) {\\n\\t\\t\\t\\tresponse.writeHead(304,headers);\\n\\t\\t\\t\\tresponse.end();\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t/*\\n\\tIf the gzip=yes is set, check if the user agent permits compression. If so,\\n\\tcompress our response if the raw data is bigger than 2k. Compressing less\\n\\tdata is inefficient. Note that we use the synchronous functions from zlib\\n\\tto stay in the imperative style. The current `Server` doesn't depend on\\n\\tthis, and we may just as well use the async versions.\\n\\t*/\\n\\tif(this.enableGzip && (data.length > 2048)) {\\n\\t\\tvar acceptEncoding = request.headers[\\\"accept-encoding\\\"] || \\\"\\\";\\n\\t\\tif(/\\\\bdeflate\\\\b/.test(acceptEncoding)) {\\n\\t\\t\\theaders[\\\"Content-Encoding\\\"] = \\\"deflate\\\";\\n\\t\\t\\tdata = zlib.deflateSync(data);\\n\\t\\t} else if(/\\\\bgzip\\\\b/.test(acceptEncoding)) {\\n\\t\\t\\theaders[\\\"Content-Encoding\\\"] = \\\"gzip\\\";\\n\\t\\t\\tdata = zlib.gzipSync(data);\\n\\t\\t}\\n\\t}\\n\\n\\tresponse.writeHead(statusCode,headers);\\n\\tresponse.end(data,encoding);\\n}\\n\\nServer.prototype.defaultVariables = {\\n\\tport: \\\"8080\\\",\\n\\thost: \\\"127.0.0.1\\\",\\n\\t\\\"root-tiddler\\\": \\\"$:/core/save/all\\\",\\n\\t\\\"root-render-type\\\": \\\"text/plain\\\",\\n\\t\\\"root-serve-type\\\": \\\"text/html\\\",\\n\\t\\\"tiddler-render-type\\\": \\\"text/html\\\",\\n\\t\\\"tiddler-render-template\\\": \\\"$:/core/templates/server/static.tiddler.html\\\",\\n\\t\\\"system-tiddler-render-type\\\": \\\"text/plain\\\",\\n\\t\\\"system-tiddler-render-template\\\": \\\"$:/core/templates/wikified-tiddler\\\",\\n\\t\\\"debug-level\\\": \\\"none\\\",\\n\\t\\\"gzip\\\": \\\"no\\\",\\n\\t\\\"use-browser-cache\\\": \\\"no\\\"\\n};\\n\\nServer.prototype.get = function(name) {\\n\\treturn this.variables[name];\\n};\\n\\nServer.prototype.addRoute = function(route) {\\n\\tthis.routes.push(route);\\n};\\n\\nServer.prototype.addAuthenticator = function(AuthenticatorClass) {\\n\\t// Instantiate and initialise the authenticator\\n\\tvar authenticator = new AuthenticatorClass(this),\\n\\t\\tresult = authenticator.init();\\n\\tif(typeof result === \\\"string\\\") {\\n\\t\\t$tw.utils.error(\\\"Error: \\\" + result);\\n\\t} else if(result) {\\n\\t\\t// Only use the authenticator if it initialised successfully\\n\\t\\tthis.authenticators.push(authenticator);\\n\\t}\\n};\\n\\nServer.prototype.findMatchingRoute = function(request,state) {\\n\\tfor(var t=0; t\u003Cthis.routes.length; t++) {\\n\\t\\tvar potentialRoute = this.routes[t],\\n\\t\\t\\tpathRegExp = potentialRoute.path,\\n\\t\\t\\tpathname = state.urlInfo.pathname,\\n\\t\\t\\tmatch;\\n\\t\\tif(state.pathPrefix) {\\n\\t\\t\\tif(pathname.substr(0,state.pathPrefix.length) === state.pathPrefix) {\\n\\t\\t\\t\\tpathname = pathname.substr(state.pathPrefix.length) || \\\"/\\\";\\n\\t\\t\\t\\tmatch = potentialRoute.path.exec(pathname);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tmatch = false;\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tmatch = potentialRoute.path.exec(pathname);\\n\\t\\t}\\n\\t\\tif(match && request.method === potentialRoute.method) {\\n\\t\\t\\tstate.params = [];\\n\\t\\t\\tfor(var p=1; p\u003Cmatch.length; p++) {\\n\\t\\t\\t\\tstate.params.push(match[p]);\\n\\t\\t\\t}\\n\\t\\t\\treturn potentialRoute;\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\nServer.prototype.methodMappings = {\\n\\t\\\"GET\\\": \\\"readers\\\",\\n\\t\\\"OPTIONS\\\": \\\"readers\\\",\\n\\t\\\"HEAD\\\": \\\"readers\\\",\\n\\t\\\"PUT\\\": \\\"writers\\\",\\n\\t\\\"POST\\\": \\\"writers\\\",\\n\\t\\\"DELETE\\\": \\\"writers\\\"\\n};\\n\\n/*\\nCheck whether a given user is authorized for the specified authorizationType (\\\"readers\\\" or \\\"writers\\\"). Pass null or undefined as the username to check for anonymous access\\n*/\\nServer.prototype.isAuthorized = function(authorizationType,username) {\\n\\tvar principals = this.authorizationPrincipals[authorizationType] || [];\\n\\treturn principals.indexOf(\\\"(anon)\\\") !== -1 || (username && (principals.indexOf(\\\"(authenticated)\\\") !== -1 || principals.indexOf(username) !== -1));\\n}\\n\\nServer.prototype.requestHandler = function(request,response,options) {\\n\\toptions = options || {};\\n\\t// Compose the state object\\n\\tvar self = this;\\n\\tvar state = {};\\n\\tstate.wiki = options.wiki || self.wiki;\\n\\tstate.boot = options.boot || self.boot;\\n\\tstate.server = self;\\n\\tstate.urlInfo = url.parse(request.url);\\n\\tstate.queryParameters = querystring.parse(state.urlInfo.query);\\n\\tstate.pathPrefix = options.pathPrefix || this.get(\\\"path-prefix\\\") || \\\"\\\";\\n\\tstate.sendResponse = sendResponse.bind(self,request,response);\\n\\t// Get the principals authorized to access this resource\\n\\tvar authorizationType = this.methodMappings[request.method] || \\\"readers\\\";\\n\\t// Check for the CSRF header if this is a write\\n\\tif(!this.csrfDisable && authorizationType === \\\"writers\\\" && request.headers[\\\"x-requested-with\\\"] !== \\\"TiddlyWiki\\\") {\\n\\t\\tresponse.writeHead(403,\\\"'X-Requested-With' header required to login to '\\\" + this.servername + \\\"'\\\");\\n\\t\\tresponse.end();\\n\\t\\treturn;\\n\\t}\\n\\t// Check whether anonymous access is granted\\n\\tstate.allowAnon = this.isAuthorized(authorizationType,null);\\n\\t// Authenticate with the first active authenticator\\n\\tif(this.authenticators.length > 0) {\\n\\t\\tif(!this.authenticators[0].authenticateRequest(request,response,state)) {\\n\\t\\t\\t// Bail if we failed (the authenticator will have sent the response)\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t}\\n\\t// Authorize with the authenticated username\\n\\tif(!this.isAuthorized(authorizationType,state.authenticatedUsername)) {\\n\\t\\tresponse.writeHead(401,\\\"'\\\" + state.authenticatedUsername + \\\"' is not authorized to access '\\\" + this.servername + \\\"'\\\");\\n\\t\\tresponse.end();\\n\\t\\treturn;\\n\\t}\\n\\t// Find the route that matches this path\\n\\tvar route = self.findMatchingRoute(request,state);\\n\\t// Optionally output debug info\\n\\tif(self.get(\\\"debug-level\\\") !== \\\"none\\\") {\\n\\t\\tconsole.log(\\\"Request path:\\\",JSON.stringify(state.urlInfo));\\n\\t\\tconsole.log(\\\"Request headers:\\\",JSON.stringify(request.headers));\\n\\t\\tconsole.log(\\\"authenticatedUsername:\\\",state.authenticatedUsername);\\n\\t}\\n\\t// Return a 404 if we didn't find a route\\n\\tif(!route) {\\n\\t\\tresponse.writeHead(404);\\n\\t\\tresponse.end();\\n\\t\\treturn;\\n\\t}\\n\\t// Receive the request body if necessary and hand off to the route handler\\n\\tif(route.bodyFormat === \\\"stream\\\" || request.method === \\\"GET\\\" || request.method === \\\"HEAD\\\") {\\n\\t\\t// Let the route handle the request stream itself\\n\\t\\troute.handler(request,response,state);\\n\\t} else if(route.bodyFormat === \\\"string\\\" || !route.bodyFormat) {\\n\\t\\t// Set the encoding for the incoming request\\n\\t\\trequest.setEncoding(\\\"utf8\\\");\\n\\t\\tvar data = \\\"\\\";\\n\\t\\trequest.on(\\\"data\\\",function(chunk) {\\n\\t\\t\\tdata += chunk.toString();\\n\\t\\t});\\n\\t\\trequest.on(\\\"end\\\",function() {\\n\\t\\t\\tstate.data = data;\\n\\t\\t\\troute.handler(request,response,state);\\n\\t\\t});\\n\\t} else if(route.bodyFormat === \\\"buffer\\\") {\\n\\t\\tvar data = [];\\n\\t\\trequest.on(\\\"data\\\",function(chunk) {\\n\\t\\t\\tdata.push(chunk);\\n\\t\\t});\\n\\t\\trequest.on(\\\"end\\\",function() {\\n\\t\\t\\tstate.data = Buffer.concat(data);\\n\\t\\t\\troute.handler(request,response,state);\\n\\t\\t})\\n\\t} else {\\n\\t\\tresponse.writeHead(400,\\\"Invalid bodyFormat \\\" + route.bodyFormat + \\\" in route \\\" + route.method + \\\" \\\" + route.path.source);\\n\\t\\tresponse.end();\\n\\t}\\n};\\n\\n/*\\nListen for requests\\nport: optional port number (falls back to value of \\\"port\\\" variable)\\nhost: optional host address (falls back to value of \\\"host\\\" variable)\\nprefix: optional prefix (falls back to value of \\\"path-prefix\\\" variable)\\n*/\\nServer.prototype.listen = function(port,host,prefix) {\\n\\tvar self = this;\\n\\t// Handle defaults for port and host\\n\\tport = port || this.get(\\\"port\\\");\\n\\thost = host || this.get(\\\"host\\\");\\n\\tprefix = prefix || this.get(\\\"path-prefix\\\") || \\\"\\\";\\n\\t// Check for the port being a string and look it up as an environment variable\\n\\tif(parseInt(port,10).toString() !== port) {\\n\\t\\tport = process.env[port] || 8080;\\n\\t}\\n\\t// Warn if required plugins are missing\\n\\tif(!this.wiki.getTiddler(\\\"$:/plugins/tiddlywiki/tiddlyweb\\\") || !this.wiki.getTiddler(\\\"$:/plugins/tiddlywiki/filesystem\\\")) {\\n\\t\\t$tw.utils.warning(\\\"Warning: Plugins required for client-server operation (\\\\\\\"tiddlywiki/filesystem\\\\\\\" and \\\\\\\"tiddlywiki/tiddlyweb\\\\\\\") are missing from tiddlywiki.info file\\\");\\n\\t}\\n\\t// Create the server\\n\\tvar server;\\n\\tif(this.listenOptions) {\\n\\t\\tserver = this.transport.createServer(this.listenOptions,this.requestHandler.bind(this));\\n\\t} else {\\n\\t\\tserver = this.transport.createServer(this.requestHandler.bind(this));\\n\\t}\\n\\t// Display the port number after we've started listening (the port number might have been specified as zero, in which case we will get an assigned port)\\n\\tserver.on(\\\"listening\\\",function() {\\n\\t\\tvar address = server.address();\\n\\t\\t$tw.utils.log(\\\"Serving on \\\" + self.protocol + \\\"://\\\" + address.address + \\\":\\\" + address.port + prefix,\\\"brown/orange\\\");\\n\\t\\t$tw.utils.log(\\\"(press ctrl-C to exit)\\\",\\\"red\\\");\\n\\t});\\n\\t// Listen\\n\\treturn server.listen(port,host);\\n};\\n\\nexports.Server = Server;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"library\"},\"$:/core/modules/browser-messaging.js\":{\"title\":\"$:/core/modules/browser-messaging.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/browser-messaging.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nBrowser message handling\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"browser-messaging\\\";\\nexports.platforms = [\\\"browser\\\"];\\nexports.after = [\\\"startup\\\"];\\nexports.synchronous = true;\\n\\n/*\\nLoad a specified url as an iframe and call the callback when it is loaded. If the url is already loaded then the existing iframe instance is used\\n*/\\nfunction loadIFrame(url,callback) {\\n\\t// Check if iframe already exists\\n\\tvar iframeInfo = $tw.browserMessaging.iframeInfoMap[url];\\n\\tif(iframeInfo) {\\n\\t\\t// We've already got the iframe\\n\\t\\tcallback(null,iframeInfo);\\n\\t} else {\\n\\t\\t// Create the iframe and save it in the list\\n\\t\\tvar iframe = document.createElement(\\\"iframe\\\");\\n\\t\\tiframeInfo = {\\n\\t\\t\\turl: url,\\n\\t\\t\\tstatus: \\\"loading\\\",\\n\\t\\t\\tdomNode: iframe\\n\\t\\t};\\n\\t\\t$tw.browserMessaging.iframeInfoMap[url] = iframeInfo;\\n\\t\\tsaveIFrameInfoTiddler(iframeInfo);\\n\\t\\t// Add the iframe to the DOM and hide it\\n\\t\\tiframe.style.display = \\\"none\\\";\\n\\t\\tiframe.setAttribute(\\\"library\\\",\\\"true\\\");\\n\\t\\tdocument.body.appendChild(iframe);\\n\\t\\t// Set up onload\\n\\t\\tiframe.onload = function() {\\n\\t\\t\\tiframeInfo.status = \\\"loaded\\\";\\n\\t\\t\\tsaveIFrameInfoTiddler(iframeInfo);\\n\\t\\t\\tcallback(null,iframeInfo);\\n\\t\\t};\\n\\t\\tiframe.onerror = function() {\\n\\t\\t\\tcallback(\\\"Cannot load iframe\\\");\\n\\t\\t};\\n\\t\\ttry {\\n\\t\\t\\tiframe.src = url;\\n\\t\\t} catch(ex) {\\n\\t\\t\\tcallback(ex);\\n\\t\\t}\\n\\t}\\n}\\n\\n/*\\nUnload library iframe for given url\\n*/\\nfunction unloadIFrame(url){\\n\\t$tw.utils.each(document.getElementsByTagName('iframe'), function(iframe) {\\n\\t\\tif(iframe.getAttribute(\\\"library\\\") === \\\"true\\\" &&\\n\\t\\t iframe.getAttribute(\\\"src\\\") === url) {\\n\\t\\t\\tiframe.parentNode.removeChild(iframe);\\n\\t\\t}\\n\\t});\\n}\\n\\nfunction saveIFrameInfoTiddler(iframeInfo) {\\n\\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),{\\n\\t\\ttitle: \\\"$:/temp/ServerConnection/\\\" + iframeInfo.url,\\n\\t\\ttext: iframeInfo.status,\\n\\t\\ttags: [\\\"$:/tags/ServerConnection\\\"],\\n\\t\\turl: iframeInfo.url\\n\\t},$tw.wiki.getModificationFields()));\\n}\\n\\nexports.startup = function() {\\n\\t// Initialise the store of iframes we've created\\n\\t$tw.browserMessaging = {\\n\\t\\tiframeInfoMap: {} // Hashmap by URL of {url:,status:\\\"loading/loaded\\\",domNode:}\\n\\t};\\n\\t// Listen for widget messages to control loading the plugin library\\n\\t$tw.rootWidget.addEventListener(\\\"tm-load-plugin-library\\\",function(event) {\\n\\t\\tvar paramObject = event.paramObject || {},\\n\\t\\t\\turl = paramObject.url;\\n\\t\\tif(url) {\\n\\t\\t\\tloadIFrame(url,function(err,iframeInfo) {\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\talert($tw.language.getString(\\\"Error/LoadingPluginLibrary\\\") + \\\": \\\" + url);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tiframeInfo.domNode.contentWindow.postMessage({\\n\\t\\t\\t\\t\\t\\tverb: \\\"GET\\\",\\n\\t\\t\\t\\t\\t\\turl: \\\"recipes/library/tiddlers.json\\\",\\n\\t\\t\\t\\t\\t\\tcookies: {\\n\\t\\t\\t\\t\\t\\t\\ttype: \\\"save-info\\\",\\n\\t\\t\\t\\t\\t\\t\\tinfoTitlePrefix: paramObject.infoTitlePrefix || \\\"$:/temp/RemoteAssetInfo/\\\",\\n\\t\\t\\t\\t\\t\\t\\turl: url\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t},\\\"*\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n\\t// Listen for widget messages to control unloading the plugin library\\n\\t$tw.rootWidget.addEventListener(\\\"tm-unload-plugin-library\\\",function(event) {\\n\\t\\tvar paramObject = event.paramObject || {},\\n\\t\\t\\turl = paramObject.url;\\n\\t\\t$tw.browserMessaging.iframeInfoMap[url] = undefined;\\n\\t\\tif(url) {\\n\\t\\t\\tunloadIFrame(url);\\n\\t\\t\\t$tw.utils.each(\\n\\t\\t\\t\\t$tw.wiki.filterTiddlers(\\\"[[$:/temp/ServerConnection/\\\" + url + \\\"]] [prefix[$:/temp/RemoteAssetInfo/\\\" + url + \\\"/]]\\\"),\\n\\t\\t\\t\\tfunction(title) {\\n\\t\\t\\t\\t\\t$tw.wiki.deleteTiddler(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t);\\n\\t\\t}\\n\\t});\\n\\t$tw.rootWidget.addEventListener(\\\"tm-load-plugin-from-library\\\",function(event) {\\n\\t\\tvar paramObject = event.paramObject || {},\\n\\t\\t\\turl = paramObject.url,\\n\\t\\t\\ttitle = paramObject.title;\\n\\t\\tif(url && title) {\\n\\t\\t\\tloadIFrame(url,function(err,iframeInfo) {\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\talert($tw.language.getString(\\\"Error/LoadingPluginLibrary\\\") + \\\": \\\" + url);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tiframeInfo.domNode.contentWindow.postMessage({\\n\\t\\t\\t\\t\\t\\tverb: \\\"GET\\\",\\n\\t\\t\\t\\t\\t\\turl: \\\"recipes/library/tiddlers/\\\" + encodeURIComponent(title) + \\\".json\\\",\\n\\t\\t\\t\\t\\t\\tcookies: {\\n\\t\\t\\t\\t\\t\\t\\ttype: \\\"save-tiddler\\\",\\n\\t\\t\\t\\t\\t\\t\\turl: url\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t},\\\"*\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n\\t// Listen for window messages from other windows\\n\\twindow.addEventListener(\\\"message\\\",function listener(event){\\n\\t\\t// console.log(\\\"browser-messaging: \\\",document.location.toString())\\n\\t\\t// console.log(\\\"browser-messaging: Received message from\\\",event.origin);\\n\\t\\t// console.log(\\\"browser-messaging: Message content\\\",event.data);\\n\\t\\tswitch(event.data.verb) {\\n\\t\\t\\tcase \\\"GET-RESPONSE\\\":\\n\\t\\t\\t\\tif(event.data.status.charAt(0) === \\\"2\\\") {\\n\\t\\t\\t\\t\\tif(event.data.cookies) {\\n\\t\\t\\t\\t\\t\\tif(event.data.cookies.type === \\\"save-info\\\") {\\n\\t\\t\\t\\t\\t\\t\\tvar tiddlers = JSON.parse(event.data.body);\\n\\t\\t\\t\\t\\t\\t\\t$tw.utils.each(tiddlers,function(tiddler) {\\n\\t\\t\\t\\t\\t\\t\\t\\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),tiddler,{\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttitle: event.data.cookies.infoTitlePrefix + event.data.cookies.url + \\\"/\\\" + tiddler.title,\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"original-title\\\": tiddler.title,\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttext: \\\"\\\",\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttype: \\\"text/vnd.tiddlywiki\\\",\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"original-type\\\": tiddler.type,\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"plugin-type\\\": undefined,\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"original-plugin-type\\\": tiddler[\\\"plugin-type\\\"],\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"module-type\\\": undefined,\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"original-module-type\\\": tiddler[\\\"module-type\\\"],\\n\\t\\t\\t\\t\\t\\t\\t\\t\\ttags: [\\\"$:/tags/RemoteAssetInfo\\\"],\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"original-tags\\\": $tw.utils.stringifyList(tiddler.tags || []),\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\\"server-url\\\": event.data.cookies.url\\n\\t\\t\\t\\t\\t\\t\\t\\t},$tw.wiki.getModificationFields()));\\n\\t\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\t\\t} else if(event.data.cookies.type === \\\"save-tiddler\\\") {\\n\\t\\t\\t\\t\\t\\t\\tvar tiddler = JSON.parse(event.data.body);\\n\\t\\t\\t\\t\\t\\t\\t$tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tbreak;\\n\\t\\t}\\n\\t},false);\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/commands.js\":{\"title\":\"$:/core/modules/startup/commands.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/commands.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nCommand processing\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"commands\\\";\\nexports.platforms = [\\\"node\\\"];\\nexports.after = [\\\"story\\\"];\\nexports.synchronous = false;\\n\\nexports.startup = function(callback) {\\n\\t// On the server, start a commander with the command line arguments\\n\\tvar commander = new $tw.Commander(\\n\\t\\t$tw.boot.argv,\\n\\t\\tfunction(err) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\treturn $tw.utils.error(\\\"Error: \\\" + err);\\n\\t\\t\\t}\\n\\t\\t\\tcallback();\\n\\t\\t},\\n\\t\\t$tw.wiki,\\n\\t\\t{output: process.stdout, error: process.stderr}\\n\\t);\\n\\tcommander.execute();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/favicon.js\":{\"title\":\"$:/core/modules/startup/favicon.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/favicon.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nFavicon handling\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"favicon\\\";\\nexports.platforms = [\\\"browser\\\"];\\nexports.after = [\\\"startup\\\"];\\nexports.synchronous = true;\\n\\n// Favicon tiddler\\nvar FAVICON_TITLE = \\\"$:/favicon.ico\\\";\\n\\nexports.startup = function() {\\n\\t// Set up the favicon\\n\\tsetFavicon();\\n\\t// Reset the favicon when the tiddler changes\\n\\t$tw.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\tif($tw.utils.hop(changes,FAVICON_TITLE)) {\\n\\t\\t\\tsetFavicon();\\n\\t\\t}\\n\\t});\\n};\\n\\nfunction setFavicon() {\\n\\tvar tiddler = $tw.wiki.getTiddler(FAVICON_TITLE);\\n\\tif(tiddler) {\\n\\t\\tvar faviconLink = document.getElementById(\\\"faviconLink\\\");\\n\\t\\tfaviconLink.setAttribute(\\\"href\\\",$tw.utils.makeDataUri(tiddler.fields.text,tiddler.fields.type,tiddler.fields._canonical_uri));\\n\\t}\\n}\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/info.js\":{\"title\":\"$:/core/modules/startup/info.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/info.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nInitialise $:/info tiddlers via $:/temp/info-plugin pseudo-plugin\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"info\\\";\\nexports.before = [\\\"startup\\\"];\\nexports.after = [\\\"load-modules\\\"];\\nexports.synchronous = true;\\n\\nvar TITLE_INFO_PLUGIN = \\\"$:/temp/info-plugin\\\";\\n\\nexports.startup = function() {\\n\\t// Function to bake the info plugin with new tiddlers\\n\\tvar updateInfoPlugin = function(tiddlerFieldsArray) {\\n\\t\\t// Get the existing tiddlers\\n\\t\\tvar json = $tw.wiki.getTiddlerData(TITLE_INFO_PLUGIN,{tiddlers: {}});\\n\\t\\t// Add the new ones\\n\\t\\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\\n\\t\\t\\tif(fields && fields.title) {\\n\\t\\t\\t\\tjson.tiddlers[fields.title] = fields;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\t// Bake the info tiddlers into a plugin. We use the non-standard plugin-type \\\"info\\\" because ordinary plugins are only registered asynchronously after being loaded dynamically\\n\\t\\tvar fields = {\\n\\t\\t\\ttitle: TITLE_INFO_PLUGIN,\\n\\t\\t\\ttype: \\\"application/json\\\",\\n\\t\\t\\t\\\"plugin-type\\\": \\\"info\\\",\\n\\t\\t\\ttext: JSON.stringify(json,null,$tw.config.preferences.jsonSpaces)\\n\\t\\t};\\n\\t\\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\\n\\n\\t};\\n\\t// Collect up the info tiddlers\\n\\tvar tiddlerFieldsArray = [];\\n\\t// Give each info module a chance to provide as many info tiddlers as they want as an array, and give them a callback for dynamically updating them\\n\\t$tw.modules.forEachModuleOfType(\\\"info\\\",function(title,moduleExports) {\\n\\t\\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\\n\\t\\t\\tArray.prototype.push.apply(tiddlerFieldsArray,moduleExports.getInfoTiddlerFields(updateInfoPlugin));\\n\\t\\t}\\n\\t});\\n\\tupdateInfoPlugin(tiddlerFieldsArray);\\n\\tvar changes = $tw.wiki.readPluginInfo([TITLE_INFO_PLUGIN]);\\n\\t$tw.wiki.registerPluginTiddlers(\\\"info\\\",[TITLE_INFO_PLUGIN]);\\n\\t$tw.wiki.unpackPluginTiddlers();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/load-modules.js\":{\"title\":\"$:/core/modules/startup/load-modules.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/load-modules.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nLoad core modules\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"load-modules\\\";\\nexports.synchronous = true;\\n\\nexports.startup = function() {\\n\\t// Load modules\\n\\t$tw.modules.applyMethods(\\\"utils\\\",$tw.utils);\\n\\tif($tw.node) {\\n\\t\\t$tw.modules.applyMethods(\\\"utils-node\\\",$tw.utils);\\n\\t}\\n\\tif($tw.browser) {\\n\\t\\t$tw.modules.applyMethods(\\\"utils-browser\\\",$tw.utils);\\n\\t}\\n\\t$tw.modules.applyMethods(\\\"global\\\",$tw);\\n\\t$tw.modules.applyMethods(\\\"config\\\",$tw.config);\\n\\t$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap(\\\"tiddlerfield\\\");\\n\\t$tw.modules.applyMethods(\\\"tiddlermethod\\\",$tw.Tiddler.prototype);\\n\\t$tw.modules.applyMethods(\\\"wikimethod\\\",$tw.Wiki.prototype);\\n\\t$tw.wiki.addIndexersToWiki();\\n\\t$tw.modules.applyMethods(\\\"tiddlerdeserializer\\\",$tw.Wiki.tiddlerDeserializerModules);\\n\\t$tw.macros = $tw.modules.getModulesByTypeAsHashmap(\\\"macro\\\");\\n\\t$tw.wiki.initParsers();\\n\\t$tw.Commander.initCommands();\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/password.js\":{\"title\":\"$:/core/modules/startup/password.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/password.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nPassword handling\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"password\\\";\\nexports.platforms = [\\\"browser\\\"];\\nexports.after = [\\\"startup\\\"];\\nexports.synchronous = true;\\n\\nexports.startup = function() {\\n\\t$tw.rootWidget.addEventListener(\\\"tm-set-password\\\",function(event) {\\n\\t\\t$tw.passwordPrompt.createPrompt({\\n\\t\\t\\tserviceName: $tw.language.getString(\\\"Encryption/PromptSetPassword\\\"),\\n\\t\\t\\tnoUserName: true,\\n\\t\\t\\tsubmitText: $tw.language.getString(\\\"Encryption/SetPassword\\\"),\\n\\t\\t\\tcanCancel: true,\\n\\t\\t\\trepeatPassword: true,\\n\\t\\t\\tcallback: function(data) {\\n\\t\\t\\t\\tif(data) {\\n\\t\\t\\t\\t\\t$tw.crypto.setPassword(data.password);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn true; // Get rid of the password prompt\\n\\t\\t\\t}\\n\\t\\t});\\n\\t});\\n\\t$tw.rootWidget.addEventListener(\\\"tm-clear-password\\\",function(event) {\\n\\t\\tif($tw.browser) {\\n\\t\\t\\tif(!confirm($tw.language.getString(\\\"Encryption/ConfirmClearPassword\\\"))) {\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t$tw.crypto.setPassword(null);\\n\\t});\\n\\t// Ensure that $:/isEncrypted is maintained properly\\n\\t$tw.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\tif($tw.utils.hop(changes,\\\"$:/isEncrypted\\\")) {\\n\\t\\t\\t$tw.crypto.updateCryptoStateTiddler();\\n\\t\\t}\\n\\t});\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/plugins.js\":{\"title\":\"$:/core/modules/startup/plugins.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/plugins.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nStartup logic concerned with managing plugins\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"plugins\\\";\\nexports.after = [\\\"load-modules\\\"];\\nexports.synchronous = true;\\n\\nvar TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE = \\\"$:/status/RequireReloadDueToPluginChange\\\";\\n\\nvar PREFIX_CONFIG_REGISTER_PLUGIN_TYPE = \\\"$:/config/RegisterPluginType/\\\";\\n\\nexports.startup = function() {\\n\\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \\\"no\\\"});\\n\\t$tw.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\t// Work out which of the changed tiddlers are plugins that we need to reregister\\n\\t\\tvar changesToProcess = [],\\n\\t\\t\\trequireReloadDueToPluginChange = false;\\n\\t\\t$tw.utils.each(Object.keys(changes),function(title) {\\n\\t\\t\\tvar tiddler = $tw.wiki.getTiddler(title),\\n\\t\\t\\t\\trequiresReload = $tw.wiki.doesPluginRequireReload(title);\\n\\t\\t\\tif(requiresReload) {\\n\\t\\t\\t\\trequireReloadDueToPluginChange = true;\\n\\t\\t\\t} else if(tiddler) {\\n\\t\\t\\t\\tvar pluginType = tiddler.fields[\\\"plugin-type\\\"];\\n\\t\\t\\t\\tif($tw.wiki.getTiddlerText(PREFIX_CONFIG_REGISTER_PLUGIN_TYPE + (tiddler.fields[\\\"plugin-type\\\"] || \\\"\\\"),\\\"no\\\") === \\\"yes\\\") {\\n\\t\\t\\t\\t\\tchangesToProcess.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\t// Issue warning if any of the tiddlers require a reload\\n\\t\\tif(requireReloadDueToPluginChange) {\\n\\t\\t\\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \\\"yes\\\"});\\n\\t\\t}\\n\\t\\t// Read or delete the plugin info of the changed tiddlers\\n\\t\\tif(changesToProcess.length > 0) {\\n\\t\\t\\tvar changes = $tw.wiki.readPluginInfo(changesToProcess);\\n\\t\\t\\tif(changes.modifiedPlugins.length > 0 || changes.deletedPlugins.length > 0) {\\n\\t\\t\\t\\tvar changedShadowTiddlers = {};\\n\\t\\t\\t\\t// Collect the shadow tiddlers of any deleted plugins\\n\\t\\t\\t\\t$tw.utils.each(changes.deletedPlugins,function(pluginTitle) {\\n\\t\\t\\t\\t\\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\\n\\t\\t\\t\\t\\tif(pluginInfo) {\\n\\t\\t\\t\\t\\t\\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\\n\\t\\t\\t\\t\\t\\t\\tchangedShadowTiddlers[title] = true;\\n\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\t// Collect the shadow tiddlers of any modified plugins\\n\\t\\t\\t\\t$tw.utils.each(changes.modifiedPlugins,function(pluginTitle) {\\n\\t\\t\\t\\t\\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\\n\\t\\t\\t\\t\\tif(pluginInfo) {\\n\\t\\t\\t\\t\\t\\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\\n\\t\\t\\t\\t\\t\\t\\tchangedShadowTiddlers[title] = false;\\n\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\t// (Re-)register any modified plugins\\n\\t\\t\\t\\t$tw.wiki.registerPluginTiddlers(null,changes.modifiedPlugins);\\n\\t\\t\\t\\t// Unregister any deleted plugins\\n\\t\\t\\t\\t$tw.wiki.unregisterPluginTiddlers(null,changes.deletedPlugins);\\n\\t\\t\\t\\t// Unpack the shadow tiddlers\\n\\t\\t\\t\\t$tw.wiki.unpackPluginTiddlers();\\n\\t\\t\\t\\t// Queue change events for the changed shadow tiddlers\\n\\t\\t\\t\\t$tw.utils.each(Object.keys(changedShadowTiddlers),function(title) {\\n\\t\\t\\t\\t\\t$tw.wiki.enqueueTiddlerEvent(title,changedShadowTiddlers[title]);\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/render.js\":{\"title\":\"$:/core/modules/startup/render.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/render.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nTitle, stylesheet and page rendering\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"render\\\";\\nexports.platforms = [\\\"browser\\\"];\\nexports.after = [\\\"story\\\"];\\nexports.synchronous = true;\\n\\n// Default story and history lists\\nvar PAGE_TITLE_TITLE = \\\"$:/core/wiki/title\\\";\\nvar PAGE_STYLESHEET_TITLE = \\\"$:/core/ui/PageStylesheet\\\";\\nvar PAGE_TEMPLATE_TITLE = \\\"$:/core/ui/RootTemplate\\\";\\n\\n// Time (in ms) that we defer refreshing changes to draft tiddlers\\nvar DRAFT_TIDDLER_TIMEOUT_TITLE = \\\"$:/config/Drafts/TypingTimeout\\\";\\nvar THROTTLE_REFRESH_TIMEOUT = 400;\\n\\nexports.startup = function() {\\n\\t// Set up the title\\n\\t$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE,{document: $tw.fakeDocument, parseAsInline: true});\\n\\t$tw.titleContainer = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\t$tw.titleWidgetNode.render($tw.titleContainer,null);\\n\\tdocument.title = $tw.titleContainer.textContent;\\n\\t$tw.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\tif($tw.titleWidgetNode.refresh(changes,$tw.titleContainer,null)) {\\n\\t\\t\\tdocument.title = $tw.titleContainer.textContent;\\n\\t\\t}\\n\\t});\\n\\t// Set up the styles\\n\\t$tw.styleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_STYLESHEET_TITLE,{document: $tw.fakeDocument});\\n\\t$tw.styleContainer = $tw.fakeDocument.createElement(\\\"style\\\");\\n\\t$tw.styleWidgetNode.render($tw.styleContainer,null);\\n\\t$tw.styleElement = document.createElement(\\\"style\\\");\\n\\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\\n\\tdocument.head.insertBefore($tw.styleElement,document.head.firstChild);\\n\\t$tw.wiki.addEventListener(\\\"change\\\",$tw.perf.report(\\\"styleRefresh\\\",function(changes) {\\n\\t\\tif($tw.styleWidgetNode.refresh(changes,$tw.styleContainer,null)) {\\n\\t\\t\\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\\n\\t\\t}\\n\\t}));\\n\\t// Display the $:/core/ui/PageTemplate tiddler to kick off the display\\n\\t$tw.perf.report(\\\"mainRender\\\",function() {\\n\\t\\t$tw.pageWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TEMPLATE_TITLE,{document: document, parentWidget: $tw.rootWidget, recursionMarker: \\\"no\\\"});\\n\\t\\t$tw.pageContainer = document.createElement(\\\"div\\\");\\n\\t\\t$tw.utils.addClass($tw.pageContainer,\\\"tc-page-container-wrapper\\\");\\n\\t\\tdocument.body.insertBefore($tw.pageContainer,document.body.firstChild);\\n\\t\\t$tw.pageWidgetNode.render($tw.pageContainer,null);\\n \\t\\t$tw.hooks.invokeHook(\\\"th-page-refreshed\\\");\\n\\t})();\\n\\t// Remove any splash screen elements\\n\\tvar removeList = document.querySelectorAll(\\\".tc-remove-when-wiki-loaded\\\");\\n\\t$tw.utils.each(removeList,function(removeItem) {\\n\\t\\tif(removeItem.parentNode) {\\n\\t\\t\\tremoveItem.parentNode.removeChild(removeItem);\\n\\t\\t}\\n\\t});\\n\\t// Prepare refresh mechanism\\n\\tvar deferredChanges = Object.create(null),\\n\\t\\ttimerId;\\n\\tfunction refresh() {\\n\\t\\t// Process the refresh\\n\\t\\t$tw.hooks.invokeHook(\\\"th-page-refreshing\\\");\\n\\t\\t$tw.pageWidgetNode.refresh(deferredChanges);\\n\\t\\tdeferredChanges = Object.create(null);\\n\\t\\t$tw.hooks.invokeHook(\\\"th-page-refreshed\\\");\\n\\t}\\n\\t// Add the change event handler\\n\\t$tw.wiki.addEventListener(\\\"change\\\",$tw.perf.report(\\\"mainRefresh\\\",function(changes) {\\n\\t\\t// Check if only tiddlers that are throttled have changed\\n\\t\\tvar onlyThrottledTiddlersHaveChanged = true;\\n\\t\\tfor(var title in changes) {\\n\\t\\t\\tvar tiddler = $tw.wiki.getTiddler(title);\\n\\t\\t\\tif(!$tw.wiki.isVolatileTiddler(title) && (!tiddler || !(tiddler.hasField(\\\"draft.of\\\") || tiddler.hasField(\\\"throttle.refresh\\\")))) {\\n\\t\\t\\t\\tonlyThrottledTiddlersHaveChanged = false;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Defer the change if only drafts have changed\\n\\t\\tif(timerId) {\\n\\t\\t\\tclearTimeout(timerId);\\n\\t\\t}\\n\\t\\ttimerId = null;\\n\\t\\tif(onlyThrottledTiddlersHaveChanged) {\\n\\t\\t\\tvar timeout = parseInt($tw.wiki.getTiddlerText(DRAFT_TIDDLER_TIMEOUT_TITLE,\\\"\\\"),10);\\n\\t\\t\\tif(isNaN(timeout)) {\\n\\t\\t\\t\\ttimeout = THROTTLE_REFRESH_TIMEOUT;\\n\\t\\t\\t}\\n\\t\\t\\ttimerId = setTimeout(refresh,timeout);\\n\\t\\t\\t$tw.utils.extend(deferredChanges,changes);\\n\\t\\t} else {\\n\\t\\t\\t$tw.utils.extend(deferredChanges,changes);\\n\\t\\t\\trefresh();\\n\\t\\t}\\n\\t}));\\n\\t// Fix up the link between the root widget and the page container\\n\\t$tw.rootWidget.domNodes = [$tw.pageContainer];\\n\\t$tw.rootWidget.children = [$tw.pageWidgetNode];\\n\\t// Run any post-render startup actions\\n\\t$tw.rootWidget.invokeActionsByTag(\\\"$:/tags/StartupAction/PostRender\\\");\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/rootwidget.js\":{\"title\":\"$:/core/modules/startup/rootwidget.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/rootwidget.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nSetup the root widget and the core root widget handlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"rootwidget\\\";\\nexports.platforms = [\\\"browser\\\"];\\nexports.after = [\\\"startup\\\"];\\nexports.before = [\\\"story\\\"];\\nexports.synchronous = true;\\n\\nexports.startup = function() {\\n\\t// Install the modal message mechanism\\n\\t$tw.modal = new $tw.utils.Modal($tw.wiki);\\n\\t$tw.rootWidget.addEventListener(\\\"tm-modal\\\",function(event) {\\n\\t\\t$tw.modal.display(event.param,{variables: event.paramObject, event: event});\\n\\t});\\n\\t$tw.rootWidget.addEventListener(\\\"tm-show-switcher\\\",function(event) {\\n\\t\\t$tw.modal.display(\\\"$:/core/ui/SwitcherModal\\\",{variables: event.paramObject, event: event});\\n\\t});\\n\\t// Install the notification mechanism\\n\\t$tw.notifier = new $tw.utils.Notifier($tw.wiki);\\n\\t$tw.rootWidget.addEventListener(\\\"tm-notify\\\",function(event) {\\n\\t\\t$tw.notifier.display(event.param,{variables: event.paramObject});\\n\\t});\\n\\t// Install the copy-to-clipboard mechanism\\n\\t$tw.rootWidget.addEventListener(\\\"tm-copy-to-clipboard\\\",function(event) {\\n\\t\\t$tw.utils.copyToClipboard(event.param);\\n\\t});\\n\\t// Install the tm-focus-selector message\\n\\t$tw.rootWidget.addEventListener(\\\"tm-focus-selector\\\",function(event) {\\n\\t\\tvar selector = event.param || \\\"\\\",\\n\\t\\t\\telement,\\n\\t\\t \\tdoc = event.event && event.event.target ? event.event.target.ownerDocument : document;\\n\\t\\ttry {\\n\\t\\t\\telement = doc.querySelector(selector);\\n\\t\\t} catch(e) {\\n\\t\\t\\tconsole.log(\\\"Error in selector: \\\",selector)\\n\\t\\t}\\n\\t\\tif(element && element.focus) {\\n\\t\\t\\telement.focus(event.paramObject);\\n\\t\\t}\\n\\t});\\n\\t// Install the scroller\\n\\t$tw.pageScroller = new $tw.utils.PageScroller();\\n\\t$tw.rootWidget.addEventListener(\\\"tm-scroll\\\",function(event) {\\n\\t\\t$tw.pageScroller.handleEvent(event);\\n\\t});\\n\\tvar fullscreen = $tw.utils.getFullScreenApis();\\n\\tif(fullscreen) {\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-full-screen\\\",function(event) {\\n\\t\\t\\tvar fullScreenDocument = event.event ? event.event.target.ownerDocument : document;\\n\\t\\t\\tif(event.param === \\\"enter\\\") {\\n\\t\\t\\t\\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\\n\\t\\t\\t} else if(event.param === \\\"exit\\\") {\\n\\t\\t\\t\\tfullScreenDocument[fullscreen._exitFullscreen]();\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif(fullScreenDocument[fullscreen._fullscreenElement]) {\\n\\t\\t\\t\\t\\tfullScreenDocument[fullscreen._exitFullscreen]();\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\t// If we're being viewed on a data: URI then give instructions for how to save\\n\\tif(document.location.protocol === \\\"data:\\\") {\\n\\t\\t$tw.rootWidget.dispatchEvent({\\n\\t\\t\\ttype: \\\"tm-modal\\\",\\n\\t\\t\\tparam: \\\"$:/language/Modals/SaveInstructions\\\"\\n\\t\\t});\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup.js\":{\"title\":\"$:/core/modules/startup.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nMiscellaneous startup logic for both the client and server.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"startup\\\";\\nexports.after = [\\\"load-modules\\\"];\\nexports.synchronous = true;\\n\\n// Set to `true` to enable performance instrumentation\\nvar PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE = \\\"$:/config/Performance/Instrumentation\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\nexports.startup = function() {\\n\\t// Minimal browser detection\\n\\tif($tw.browser) {\\n\\t\\t$tw.browser.isIE = (/msie|trident/i.test(navigator.userAgent));\\n\\t\\t$tw.browser.isFirefox = !!document.mozFullScreenEnabled;\\n\\t}\\n\\t// Platform detection\\n\\t$tw.platform = {};\\n\\tif($tw.browser) {\\n\\t\\t$tw.platform.isMac = /Mac/.test(navigator.platform);\\n\\t\\t$tw.platform.isWindows = /win/i.test(navigator.platform);\\n\\t\\t$tw.platform.isLinux = /Linux/i.test(navigator.platform);\\n\\t} else {\\n\\t\\tswitch(require(\\\"os\\\").platform()) {\\n\\t\\t\\tcase \\\"darwin\\\":\\n\\t\\t\\t\\t$tw.platform.isMac = true;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"win32\\\":\\n\\t\\t\\t\\t$tw.platform.isWindows = true;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"freebsd\\\":\\n\\t\\t\\t\\t$tw.platform.isLinux = true;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"linux\\\":\\n\\t\\t\\t\\t$tw.platform.isLinux = true;\\n\\t\\t\\t\\tbreak;\\n\\t\\t}\\n\\t}\\n\\t// Initialise version\\n\\t$tw.version = $tw.utils.extractVersionInfo();\\n\\t// Set up the performance framework\\n\\t$tw.perf = new $tw.Performance($tw.wiki.getTiddlerText(PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE,\\\"no\\\") === \\\"yes\\\");\\n\\t// Create a root widget for attaching event handlers. By using it as the parentWidget for another widget tree, one can reuse the event handlers\\n\\t$tw.rootWidget = new widget.widget({\\n\\t\\ttype: \\\"widget\\\",\\n\\t\\tchildren: []\\n\\t},{\\n\\t\\twiki: $tw.wiki,\\n\\t\\tdocument: $tw.browser ? document : $tw.fakeDocument\\n\\t});\\n\\t// Execute any startup actions\\n\\t$tw.rootWidget.invokeActionsByTag(\\\"$:/tags/StartupAction\\\");\\n\\tif($tw.browser) {\\n\\t\\t$tw.rootWidget.invokeActionsByTag(\\\"$:/tags/StartupAction/Browser\\\");\\n\\t}\\n\\tif($tw.node) {\\n\\t\\t$tw.rootWidget.invokeActionsByTag(\\\"$:/tags/StartupAction/Node\\\");\\n\\t}\\n\\t// Kick off the language manager and switcher\\n\\t$tw.language = new $tw.Language();\\n\\t$tw.languageSwitcher = new $tw.PluginSwitcher({\\n\\t\\twiki: $tw.wiki,\\n\\t\\tpluginType: \\\"language\\\",\\n\\t\\tcontrollerTitle: \\\"$:/language\\\",\\n\\t\\tdefaultPlugins: [\\n\\t\\t\\t\\\"$:/languages/en-GB\\\"\\n\\t\\t],\\n\\t\\tonSwitch: function(plugins) {\\n\\t\\t\\tif($tw.browser) {\\n\\t\\t\\t\\tvar pluginTiddler = $tw.wiki.getTiddler(plugins[0]);\\n\\t\\t\\t\\tif(pluginTiddler) {\\n\\t\\t\\t\\t\\tdocument.documentElement.setAttribute(\\\"dir\\\",pluginTiddler.getFieldString(\\\"text-direction\\\") || \\\"auto\\\");\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tdocument.documentElement.removeAttribute(\\\"dir\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\t// Kick off the theme manager\\n\\t$tw.themeManager = new $tw.PluginSwitcher({\\n\\t\\twiki: $tw.wiki,\\n\\t\\tpluginType: \\\"theme\\\",\\n\\t\\tcontrollerTitle: \\\"$:/theme\\\",\\n\\t\\tdefaultPlugins: [\\n\\t\\t\\t\\\"$:/themes/tiddlywiki/snowwhite\\\",\\n\\t\\t\\t\\\"$:/themes/tiddlywiki/vanilla\\\"\\n\\t\\t]\\n\\t});\\n\\t// Kick off the keyboard manager\\n\\t$tw.keyboardManager = new $tw.KeyboardManager();\\n\\t// Listen for shortcuts\\n\\tif($tw.browser) {\\n\\t\\t$tw.utils.addEventListeners(document,[{\\n\\t\\t\\tname: \\\"keydown\\\",\\n\\t\\t\\thandlerObject: $tw.keyboardManager,\\n\\t\\t\\thandlerMethod: \\\"handleKeydownEvent\\\"\\n\\t\\t}]);\\n\\t}\\n\\t// Clear outstanding tiddler store change events to avoid an unnecessary refresh cycle at startup\\n\\t$tw.wiki.clearTiddlerEventQueue();\\n\\t// Find a working syncadaptor\\n\\t$tw.syncadaptor = undefined;\\n\\t$tw.modules.forEachModuleOfType(\\\"syncadaptor\\\",function(title,module) {\\n\\t\\tif(!$tw.syncadaptor && module.adaptorClass) {\\n\\t\\t\\t$tw.syncadaptor = new module.adaptorClass({wiki: $tw.wiki});\\n\\t\\t}\\n\\t});\\n\\t// Set up the syncer object if we've got a syncadaptor\\n\\tif($tw.syncadaptor) {\\n\\t\\t$tw.syncer = new $tw.Syncer({wiki: $tw.wiki, syncadaptor: $tw.syncadaptor});\\n\\t}\\n\\t// Setup the saver handler\\n\\t$tw.saverHandler = new $tw.SaverHandler({\\n\\t\\twiki: $tw.wiki,\\n\\t\\tdirtyTracking: !$tw.syncadaptor,\\n\\t\\tpreloadDirty: $tw.boot.preloadDirty || []\\n\\t});\\n\\t// Host-specific startup\\n\\tif($tw.browser) {\\n\\t\\t// Install the popup manager\\n\\t\\t$tw.popup = new $tw.utils.Popup();\\n\\t\\t// Install the animator\\n\\t\\t$tw.anim = new $tw.utils.Animator();\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/story.js\":{\"title\":\"$:/core/modules/startup/story.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/story.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nLoad core modules\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"story\\\";\\nexports.after = [\\\"startup\\\"];\\nexports.synchronous = true;\\n\\n// Default story and history lists\\nvar DEFAULT_STORY_TITLE = \\\"$:/StoryList\\\";\\nvar DEFAULT_HISTORY_TITLE = \\\"$:/HistoryList\\\";\\n\\n// Default tiddlers\\nvar DEFAULT_TIDDLERS_TITLE = \\\"$:/DefaultTiddlers\\\";\\n\\n// Config\\nvar CONFIG_UPDATE_ADDRESS_BAR = \\\"$:/config/Navigation/UpdateAddressBar\\\"; // Can be \\\"no\\\", \\\"permalink\\\", \\\"permaview\\\"\\nvar CONFIG_UPDATE_HISTORY = \\\"$:/config/Navigation/UpdateHistory\\\"; // Can be \\\"yes\\\" or \\\"no\\\"\\nvar CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD = \\\"$:/config/Navigation/Permalinkview/CopyToClipboard\\\"; // Can be \\\"yes\\\" (default) or \\\"no\\\"\\nvar CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR = \\\"$:/config/Navigation/Permalinkview/UpdateAddressBar\\\"; // Can be \\\"yes\\\" (default) or \\\"no\\\"\\n\\n\\n// Links to help, if there is no param\\nvar HELP_OPEN_EXTERNAL_WINDOW = \\\"http://tiddlywiki.com/#WidgetMessage%3A%20tm-open-external-window\\\";\\n\\nexports.startup = function() {\\n\\t// Open startup tiddlers\\n\\topenStartupTiddlers({\\n\\t\\tdisableHistory: $tw.boot.disableStartupNavigation\\n\\t});\\n\\tif($tw.browser) {\\n\\t\\t// Set up location hash update\\n\\t\\t$tw.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\t\\tif($tw.utils.hop(changes,DEFAULT_STORY_TITLE) || $tw.utils.hop(changes,DEFAULT_HISTORY_TITLE)) {\\n\\t\\t\\t\\tupdateLocationHash({\\n\\t\\t\\t\\t\\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_UPDATE_ADDRESS_BAR,\\\"permaview\\\").trim(),\\n\\t\\t\\t\\t\\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\\\"no\\\").trim()\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\t// Listen for changes to the browser location hash\\n\\t\\twindow.addEventListener(\\\"hashchange\\\",function() {\\n\\t\\t\\tvar hash = $tw.utils.getLocationHash();\\n\\t\\t\\tif(hash !== $tw.locationHash) {\\n\\t\\t\\t\\t$tw.locationHash = hash;\\n\\t\\t\\t\\topenStartupTiddlers({defaultToCurrentStory: true});\\n\\t\\t\\t}\\n\\t\\t},false);\\n\\t\\t// Listen for the tm-browser-refresh message\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-browser-refresh\\\",function(event) {\\n\\t\\t\\twindow.location.reload(true);\\n\\t\\t});\\n\\t\\t// Listen for tm-open-external-window message\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-open-external-window\\\",function(event) {\\n\\t\\t\\tvar paramObject = event.paramObject || {},\\n\\t\\t\\t\\tstrUrl = event.param || HELP_OPEN_EXTERNAL_WINDOW,\\n\\t\\t\\t\\tstrWindowName = paramObject.windowName,\\n\\t\\t\\t\\tstrWindowFeatures = paramObject.windowFeatures;\\n\\t\\t\\twindow.open(strUrl, strWindowName, strWindowFeatures);\\n\\t\\t});\\n\\t\\t// Listen for the tm-print message\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-print\\\",function(event) {\\n\\t\\t\\t(event.event.view || window).print();\\n\\t\\t});\\n\\t\\t// Listen for the tm-home message\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-home\\\",function(event) {\\n\\t\\t\\twindow.location.hash = \\\"\\\";\\n\\t\\t\\tvar storyFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE),\\n\\t\\t\\t\\tstoryList = $tw.wiki.filterTiddlers(storyFilter);\\n\\t\\t\\t//invoke any hooks that might change the default story list\\n\\t\\t\\tstoryList = $tw.hooks.invokeHook(\\\"th-opening-default-tiddlers-list\\\",storyList);\\n\\t\\t\\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \\\"\\\", list: storyList},$tw.wiki.getModificationFields());\\n\\t\\t\\tif(storyList[0]) {\\n\\t\\t\\t\\t$tw.wiki.addToHistory(storyList[0]);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\t// Listen for the tm-permalink message\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-permalink\\\",function(event) {\\n\\t\\t\\tupdateLocationHash({\\n\\t\\t\\t\\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\\\"yes\\\").trim() === \\\"yes\\\" ? \\\"permalink\\\" : \\\"none\\\",\\n\\t\\t\\t\\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\\\"no\\\").trim(),\\n\\t\\t\\t\\ttargetTiddler: event.param || event.tiddlerTitle,\\n\\t\\t\\t\\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\\\"yes\\\").trim() === \\\"yes\\\" ? \\\"permalink\\\" : \\\"none\\\"\\n\\t\\t\\t});\\n\\t\\t});\\n\\t\\t// Listen for the tm-permaview message\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-permaview\\\",function(event) {\\n\\t\\t\\tupdateLocationHash({\\n\\t\\t\\t\\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\\\"yes\\\").trim() === \\\"yes\\\" ? \\\"permaview\\\" : \\\"none\\\",\\n\\t\\t\\t\\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\\\"no\\\").trim(),\\n\\t\\t\\t\\ttargetTiddler: event.param || event.tiddlerTitle,\\n\\t\\t\\t\\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\\\"yes\\\").trim() === \\\"yes\\\" ? \\\"permaview\\\" : \\\"none\\\"\\n\\t\\t\\t});\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nProcess the location hash to open the specified tiddlers. Options:\\ndisableHistory: if true $:/History is NOT updated\\ndefaultToCurrentStory: If true, the current story is retained as the default, instead of opening the default tiddlers\\n*/\\nfunction openStartupTiddlers(options) {\\n\\toptions = options || {};\\n\\t// Work out the target tiddler and the story filter. \\\"null\\\" means \\\"unspecified\\\"\\n\\tvar target = null,\\n\\t\\tstoryFilter = null;\\n\\tif($tw.locationHash.length > 1) {\\n\\t\\tvar hash = $tw.locationHash.substr(1),\\n\\t\\t\\tsplit = hash.indexOf(\\\":\\\");\\n\\t\\tif(split === -1) {\\n\\t\\t\\ttarget = $tw.utils.decodeURIComponentSafe(hash.trim());\\n\\t\\t} else {\\n\\t\\t\\ttarget = $tw.utils.decodeURIComponentSafe(hash.substr(0,split).trim());\\n\\t\\t\\tstoryFilter = $tw.utils.decodeURIComponentSafe(hash.substr(split + 1).trim());\\n\\t\\t}\\n\\t}\\n\\t// If the story wasn't specified use the current tiddlers or a blank story\\n\\tif(storyFilter === null) {\\n\\t\\tif(options.defaultToCurrentStory) {\\n\\t\\t\\tvar currStoryList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE);\\n\\t\\t\\tstoryFilter = $tw.utils.stringifyList(currStoryList);\\n\\t\\t} else {\\n\\t\\t\\tif(target && target !== \\\"\\\") {\\n\\t\\t\\t\\tstoryFilter = \\\"\\\";\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tstoryFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Process the story filter to get the story list\\n\\tvar storyList = $tw.wiki.filterTiddlers(storyFilter);\\n\\t// Invoke any hooks that want to change the default story list\\n\\tstoryList = $tw.hooks.invokeHook(\\\"th-opening-default-tiddlers-list\\\",storyList);\\n\\t// If the target tiddler isn't included then splice it in at the top\\n\\tif(target && storyList.indexOf(target) === -1) {\\n\\t\\tstoryList.unshift(target);\\n\\t}\\n\\t// Save the story list\\n\\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \\\"\\\", list: storyList},$tw.wiki.getModificationFields());\\n\\t// Update history\\n\\tvar story = new $tw.Story({\\n\\t\\twiki: $tw.wiki,\\n\\t\\tstoryTitle: DEFAULT_STORY_TITLE,\\n\\t\\thistoryTitle: DEFAULT_HISTORY_TITLE\\n\\t});\\n\\tif(!options.disableHistory) {\\n\\t\\t// If a target tiddler was specified add it to the history stack\\n\\t\\tif(target && target !== \\\"\\\") {\\n\\t\\t\\t// The target tiddler doesn't need double square brackets, but we'll silently remove them if they're present\\n\\t\\t\\tif(target.indexOf(\\\"[[\\\") === 0 && target.substr(-2) === \\\"]]\\\") {\\n\\t\\t\\t\\ttarget = target.substr(2,target.length - 4);\\n\\t\\t\\t}\\n\\t\\t\\tstory.addToHistory(target);\\n\\t\\t} else if(storyList.length > 0) {\\n\\t\\t\\tstory.addToHistory(storyList[0]);\\n\\t\\t}\\n\\t}\\n}\\n\\n/*\\noptions: See below\\noptions.updateAddressBar: \\\"permalink\\\", \\\"permaview\\\" or \\\"no\\\" (defaults to \\\"permaview\\\")\\noptions.updateHistory: \\\"yes\\\" or \\\"no\\\" (defaults to \\\"no\\\")\\noptions.copyToClipboard: \\\"permalink\\\", \\\"permaview\\\" or \\\"no\\\" (defaults to \\\"no\\\")\\noptions.targetTiddler: optional title of target tiddler for permalink\\n*/\\nfunction updateLocationHash(options) {\\n\\t// Get the story and the history stack\\n\\tvar storyList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE),\\n\\t\\thistoryList = $tw.wiki.getTiddlerData(DEFAULT_HISTORY_TITLE,[]),\\n\\t\\ttargetTiddler = \\\"\\\";\\n\\tif(options.targetTiddler) {\\n\\t\\ttargetTiddler = options.targetTiddler;\\n\\t} else {\\n\\t\\t// The target tiddler is the one at the top of the stack\\n\\t\\tif(historyList.length > 0) {\\n\\t\\t\\ttargetTiddler = historyList[historyList.length-1].title;\\n\\t\\t}\\n\\t\\t// Blank the target tiddler if it isn't present in the story\\n\\t\\tif(storyList.indexOf(targetTiddler) === -1) {\\n\\t\\t\\ttargetTiddler = \\\"\\\";\\n\\t\\t}\\n\\t}\\n\\t// Assemble the location hash\\n\\tswitch(options.updateAddressBar) {\\n\\t\\tcase \\\"permalink\\\":\\n\\t\\t\\t$tw.locationHash = \\\"#\\\" + encodeURIComponent(targetTiddler);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"permaview\\\":\\n\\t\\t\\t$tw.locationHash = \\\"#\\\" + encodeURIComponent(targetTiddler) + \\\":\\\" + encodeURIComponent($tw.utils.stringifyList(storyList));\\n\\t\\t\\tbreak;\\n\\t}\\n\\t// Copy URL to the clipboard\\n\\tswitch(options.copyToClipboard) {\\n\\t\\tcase \\\"permalink\\\":\\n\\t\\t\\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \\\"#\\\" + encodeURIComponent(targetTiddler));\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"permaview\\\":\\n\\t\\t\\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \\\"#\\\" + encodeURIComponent(targetTiddler) + \\\":\\\" + encodeURIComponent($tw.utils.stringifyList(storyList)));\\n\\t\\t\\tbreak;\\n\\t}\\n\\t// Only change the location hash if we must, thus avoiding unnecessary onhashchange events\\n\\tif($tw.utils.getLocationHash() !== $tw.locationHash) {\\n\\t\\tif(options.updateHistory === \\\"yes\\\") {\\n\\t\\t\\t// Assign the location hash so that history is updated\\n\\t\\t\\twindow.location.hash = $tw.locationHash;\\n\\t\\t} else {\\n\\t\\t\\t// We use replace so that browser history isn't affected\\n\\t\\t\\twindow.location.replace(window.location.toString().split(\\\"#\\\")[0] + $tw.locationHash);\\n\\t\\t}\\n\\t}\\n}\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/startup/windows.js\":{\"title\":\"$:/core/modules/startup/windows.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/startup/windows.js\\ntype: application/javascript\\nmodule-type: startup\\n\\nSetup root widget handlers for the messages concerned with opening external browser windows\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Export name and synchronous status\\nexports.name = \\\"windows\\\";\\nexports.platforms = [\\\"browser\\\"];\\nexports.after = [\\\"startup\\\"];\\nexports.synchronous = true;\\n\\n// Global to keep track of open windows (hashmap by title)\\n$tw.windows = {};\\n\\nexports.startup = function() {\\n\\t// Handle open window message\\n\\t$tw.rootWidget.addEventListener(\\\"tm-open-window\\\",function(event) {\\n\\t\\t// Get the parameters\\n\\t\\tvar refreshHandler,\\n\\t\\t\\ttitle = event.param || event.tiddlerTitle,\\n\\t\\t\\tparamObject = event.paramObject || {},\\n\\t\\t\\twindowTitle = paramObject.windowTitle || title,\\n\\t\\t\\ttemplate = paramObject.template || \\\"$:/core/templates/single.tiddler.window\\\",\\n\\t\\t\\twidth = paramObject.width || \\\"700\\\",\\n\\t\\t\\theight = paramObject.height || \\\"600\\\",\\n\\t\\t\\tvariables = $tw.utils.extend({},paramObject,{currentTiddler: title});\\n\\t\\t// Open the window\\n\\t\\tvar srcWindow,\\n\\t\\t srcDocument;\\n\\t\\t// In case that popup blockers deny opening a new window\\n\\t\\ttry {\\n\\t\\t\\tsrcWindow = window.open(\\\"\\\",\\\"external-\\\" + title,\\\"scrollbars,width=\\\" + width + \\\",height=\\\" + height),\\n\\t\\t\\tsrcDocument = srcWindow.document;\\n\\t\\t}\\n\\t\\tcatch(e) {\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t\\t$tw.windows[title] = srcWindow;\\n\\t\\t// Check for reopening the same window\\n\\t\\tif(srcWindow.haveInitialisedWindow) {\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t\\t// Initialise the document\\n\\t\\tsrcDocument.write(\\\"\u003Chtml>\u003Chead>\u003C/head>\u003Cbody class='tc-body tc-single-tiddler-window'>\u003C/body>\u003C/html>\\\");\\n\\t\\tsrcDocument.close();\\n\\t\\tsrcDocument.title = windowTitle;\\n\\t\\tsrcWindow.addEventListener(\\\"beforeunload\\\",function(event) {\\n\\t\\t\\tdelete $tw.windows[title];\\n\\t\\t\\t$tw.wiki.removeEventListener(\\\"change\\\",refreshHandler);\\n\\t\\t},false);\\n\\t\\t// Set up the styles\\n\\t\\tvar styleWidgetNode = $tw.wiki.makeTranscludeWidget(\\\"$:/core/ui/PageStylesheet\\\",{\\n\\t\\t\\t\\tdocument: $tw.fakeDocument,\\n\\t\\t\\t\\tvariables: variables,\\n\\t\\t\\t\\timportPageMacros: true}),\\n\\t\\t\\tstyleContainer = $tw.fakeDocument.createElement(\\\"style\\\");\\n\\t\\tstyleWidgetNode.render(styleContainer,null);\\n\\t\\tvar styleElement = srcDocument.createElement(\\\"style\\\");\\n\\t\\tstyleElement.innerHTML = styleContainer.textContent;\\n\\t\\tsrcDocument.head.insertBefore(styleElement,srcDocument.head.firstChild);\\n\\t\\t// Render the text of the tiddler\\n\\t\\tvar parser = $tw.wiki.parseTiddler(template),\\n\\t\\t\\twidgetNode = $tw.wiki.makeWidget(parser,{document: srcDocument, parentWidget: $tw.rootWidget, variables: variables});\\n\\t\\twidgetNode.render(srcDocument.body,srcDocument.body.firstChild);\\n\\t\\t// Function to handle refreshes\\n\\t\\trefreshHandler = function(changes) {\\n\\t\\t\\tif(styleWidgetNode.refresh(changes,styleContainer,null)) {\\n\\t\\t\\t\\tstyleElement.innerHTML = styleContainer.textContent;\\n\\t\\t\\t}\\n\\t\\t\\twidgetNode.refresh(changes);\\n\\t\\t};\\n\\t\\t$tw.wiki.addEventListener(\\\"change\\\",refreshHandler);\\n\\t\\t// Listen for keyboard shortcuts\\n\\t\\t$tw.utils.addEventListeners(srcDocument,[{\\n\\t\\t\\tname: \\\"keydown\\\",\\n\\t\\t\\thandlerObject: $tw.keyboardManager,\\n\\t\\t\\thandlerMethod: \\\"handleKeydownEvent\\\"\\n\\t\\t}]);\\n\\t\\tsrcWindow.document.documentElement.addEventListener(\\\"click\\\",$tw.popup,true);\\n\\t\\tsrcWindow.haveInitialisedWindow = true;\\n\\t});\\n\\t// Close open windows when unloading main window\\n\\t$tw.addUnloadTask(function() {\\n\\t\\t$tw.utils.each($tw.windows,function(win) {\\n\\t\\t\\twin.close();\\n\\t\\t});\\n\\t});\\n\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/core/modules/story.js\":{\"title\":\"$:/core/modules/story.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/story.js\\ntype: application/javascript\\nmodule-type: global\\n\\nLightweight object for managing interactions with the story and history lists.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nConstruct Story object with options:\\nwiki: reference to wiki object to use to resolve tiddler titles\\nstoryTitle: title of story list tiddler\\nhistoryTitle: title of history list tiddler\\n*/\\nfunction Story(options) {\\n\\toptions = options || {};\\n\\tthis.wiki = options.wiki || $tw.wiki;\\n\\tthis.storyTitle = options.storyTitle || \\\"$:/StoryList\\\";\\n\\tthis.historyTitle = options.historyTitle || \\\"$:/HistoryList\\\";\\n};\\n\\nStory.prototype.navigateTiddler = function(navigateTo,navigateFromTitle,navigateFromClientRect) {\\n\\tthis.addToStory(navigateTo,navigateFromTitle);\\n\\tthis.addToHistory(navigateTo,navigateFromClientRect);\\n};\\n\\nStory.prototype.getStoryList = function() {\\n\\treturn this.wiki.getTiddlerList(this.storyTitle) || [];\\n};\\n\\nStory.prototype.addToStory = function(navigateTo,navigateFromTitle,options) {\\n\\toptions = options || {};\\n\\tvar storyList = this.getStoryList();\\n\\t// See if the tiddler is already there\\n\\tvar slot = storyList.indexOf(navigateTo);\\n\\t// Quit if it already exists in the story river\\n\\tif(slot >= 0) {\\n\\t\\treturn;\\n\\t}\\n\\t// First we try to find the position of the story element we navigated from\\n\\tvar fromIndex = storyList.indexOf(navigateFromTitle);\\n\\tif(fromIndex >= 0) {\\n\\t\\t// The tiddler is added from inside the river\\n\\t\\t// Determine where to insert the tiddler; Fallback is \\\"below\\\"\\n\\t\\tswitch(options.openLinkFromInsideRiver) {\\n\\t\\t\\tcase \\\"top\\\":\\n\\t\\t\\t\\tslot = 0;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"bottom\\\":\\n\\t\\t\\t\\tslot = storyList.length;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"above\\\":\\n\\t\\t\\t\\tslot = fromIndex;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"below\\\": // Intentional fall-through\\n\\t\\t\\tdefault:\\n\\t\\t\\t\\tslot = fromIndex + 1;\\n\\t\\t\\t\\tbreak;\\n\\t\\t}\\n\\t} else {\\n\\t\\t// The tiddler is opened from outside the river. Determine where to insert the tiddler; default is \\\"top\\\"\\n\\t\\tif(options.openLinkFromOutsideRiver === \\\"bottom\\\") {\\n\\t\\t\\t// Insert at bottom\\n\\t\\t\\tslot = storyList.length;\\n\\t\\t} else {\\n\\t\\t\\t// Insert at top\\n\\t\\t\\tslot = 0;\\n\\t\\t}\\n\\t}\\n\\t// Add the tiddler\\n\\tstoryList.splice(slot,0,navigateTo);\\n\\t// Save the story\\n\\tthis.saveStoryList(storyList);\\n};\\n\\nStory.prototype.saveStoryList = function(storyList) {\\n\\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(\\n\\t\\tthis.wiki.getCreationFields(),\\n\\t\\t{title: this.storyTitle},\\n\\t\\tstoryTiddler,\\n\\t\\t{list: storyList},\\n\\t\\tthis.wiki.getModificationFields()\\n\\t));\\n};\\n\\nStory.prototype.addToHistory = function(navigateTo,navigateFromClientRect) {\\n\\tvar titles = $tw.utils.isArray(navigateTo) ? navigateTo : [navigateTo];\\n\\t// Add a new record to the top of the history stack\\n\\tvar historyList = this.wiki.getTiddlerData(this.historyTitle,[]);\\n\\t$tw.utils.each(titles,function(title) {\\n\\t\\thistoryList.push({title: title, fromPageRect: navigateFromClientRect});\\n\\t});\\n\\tthis.wiki.setTiddlerData(this.historyTitle,historyList,{\\\"current-tiddler\\\": titles[titles.length-1]});\\n};\\n\\nStory.prototype.storyCloseTiddler = function(targetTitle) {\\n// TBD\\n};\\n\\nStory.prototype.storyCloseAllTiddlers = function() {\\n// TBD\\n};\\n\\nStory.prototype.storyCloseOtherTiddlers = function(targetTitle) {\\n// TBD\\n};\\n\\nStory.prototype.storyEditTiddler = function(targetTitle) {\\n// TBD\\n};\\n\\nStory.prototype.storyDeleteTiddler = function(targetTitle) {\\n// TBD\\n};\\n\\nStory.prototype.storySaveTiddler = function(targetTitle) {\\n// TBD\\n};\\n\\nStory.prototype.storyCancelTiddler = function(targetTitle) {\\n// TBD\\n};\\n\\nStory.prototype.storyNewTiddler = function(targetTitle) {\\n// TBD\\n};\\n\\nexports.Story = Story;\\n\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/storyviews/classic.js\":{\"title\":\"$:/core/modules/storyviews/classic.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/storyviews/classic.js\\ntype: application/javascript\\nmodule-type: storyview\\n\\nViews the story as a linear sequence\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar easing = \\\"cubic-bezier(0.645, 0.045, 0.355, 1)\\\"; // From http://easings.net/#easeInOutCubic\\n\\nvar ClassicStoryView = function(listWidget) {\\n\\tthis.listWidget = listWidget;\\n};\\n\\nClassicStoryView.prototype.navigateTo = function(historyInfo) {\\n\\tvar duration = $tw.utils.getAnimationDuration()\\n\\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\\n\\tif(listElementIndex === undefined) {\\n\\t\\treturn;\\n\\t}\\n\\tvar listItemWidget = this.listWidget.children[listElementIndex],\\n\\t\\ttargetElement = listItemWidget.findFirstDomNode();\\n\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\treturn;\\n\\t}\\n\\tif(duration) {\\n\\t\\t// Scroll the node into view\\n\\t\\tthis.listWidget.dispatchEvent({type: \\\"tm-scroll\\\", target: targetElement});\\n\\t} else {\\n\\t\\ttargetElement.scrollIntoView();\\n\\t}\\n};\\n\\nClassicStoryView.prototype.insert = function(widget) {\\n\\tvar duration = $tw.utils.getAnimationDuration();\\n\\tif(duration) {\\n\\t\\tvar targetElement = widget.findFirstDomNode();\\n\\t\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\t\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t\\t// Get the current height of the tiddler\\n\\t\\tvar computedStyle = window.getComputedStyle(targetElement),\\n\\t\\t\\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\\n\\t\\t\\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\\n\\t\\t\\tcurrHeight = targetElement.offsetHeight + currMarginTop;\\n\\t\\t// Reset the margin once the transition is over\\n\\t\\tsetTimeout(function() {\\n\\t\\t\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t\\t\\t{transition: \\\"none\\\"},\\n\\t\\t\\t\\t{marginBottom: \\\"\\\"}\\n\\t\\t\\t]);\\n\\t\\t},duration);\\n\\t\\t// Set up the initial position of the element\\n\\t\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t\\t{transition: \\\"none\\\"},\\n\\t\\t\\t{marginBottom: (-currHeight) + \\\"px\\\"},\\n\\t\\t\\t{opacity: \\\"0.0\\\"}\\n\\t\\t]);\\n\\t\\t$tw.utils.forceLayout(targetElement);\\n\\t\\t// Transition to the final position\\n\\t\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t\\t{transition: \\\"opacity \\\" + duration + \\\"ms \\\" + easing + \\\", \\\" +\\n\\t\\t\\t\\t\\t\\t\\\"margin-bottom \\\" + duration + \\\"ms \\\" + easing},\\n\\t\\t\\t{marginBottom: currMarginBottom + \\\"px\\\"},\\n\\t\\t\\t{opacity: \\\"1.0\\\"}\\n\\t]);\\n\\t}\\n};\\n\\nClassicStoryView.prototype.remove = function(widget) {\\n\\tvar duration = $tw.utils.getAnimationDuration();\\n\\tif(duration) {\\n\\t\\tvar targetElement = widget.findFirstDomNode(),\\n\\t\\t\\tremoveElement = function() {\\n\\t\\t\\t\\twidget.removeChildDomNodes();\\n\\t\\t\\t};\\n\\t\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\t\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\t\\tremoveElement();\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t\\t// Get the current height of the tiddler\\n\\t\\tvar currWidth = targetElement.offsetWidth,\\n\\t\\t\\tcomputedStyle = window.getComputedStyle(targetElement),\\n\\t\\t\\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\\n\\t\\t\\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\\n\\t\\t\\tcurrHeight = targetElement.offsetHeight + currMarginTop;\\n\\t\\t// Remove the dom nodes of the widget at the end of the transition\\n\\t\\tsetTimeout(removeElement,duration);\\n\\t\\t// Animate the closure\\n\\t\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t\\t{transition: \\\"none\\\"},\\n\\t\\t\\t{transform: \\\"translateX(0px)\\\"},\\n\\t\\t\\t{marginBottom: currMarginBottom + \\\"px\\\"},\\n\\t\\t\\t{opacity: \\\"1.0\\\"}\\n\\t\\t]);\\n\\t\\t$tw.utils.forceLayout(targetElement);\\n\\t\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms \\\" + easing + \\\", \\\" +\\n\\t\\t\\t\\t\\t\\t\\\"opacity \\\" + duration + \\\"ms \\\" + easing + \\\", \\\" +\\n\\t\\t\\t\\t\\t\\t\\\"margin-bottom \\\" + duration + \\\"ms \\\" + easing},\\n\\t\\t\\t{transform: \\\"translateX(-\\\" + currWidth + \\\"px)\\\"},\\n\\t\\t\\t{marginBottom: (-currHeight) + \\\"px\\\"},\\n\\t\\t\\t{opacity: \\\"0.0\\\"}\\n\\t\\t]);\\n\\t} else {\\n\\t\\twidget.removeChildDomNodes();\\n\\t}\\n};\\n\\nexports.classic = ClassicStoryView;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"storyview\"},\"$:/core/modules/storyviews/pop.js\":{\"title\":\"$:/core/modules/storyviews/pop.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/storyviews/pop.js\\ntype: application/javascript\\nmodule-type: storyview\\n\\nAnimates list insertions and removals\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar PopStoryView = function(listWidget) {\\n\\tthis.listWidget = listWidget;\\n};\\n\\nPopStoryView.prototype.navigateTo = function(historyInfo) {\\n\\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\\n\\tif(listElementIndex === undefined) {\\n\\t\\treturn;\\n\\t}\\n\\tvar listItemWidget = this.listWidget.children[listElementIndex],\\n\\t\\ttargetElement = listItemWidget.findFirstDomNode();\\n\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\treturn;\\n\\t}\\n\\t// Scroll the node into view\\n\\tthis.listWidget.dispatchEvent({type: \\\"tm-scroll\\\", target: targetElement});\\n};\\n\\nPopStoryView.prototype.insert = function(widget) {\\n\\tvar targetElement = widget.findFirstDomNode(),\\n\\t\\tduration = $tw.utils.getAnimationDuration();\\n\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\treturn;\\n\\t}\\n\\t// Reset once the transition is over\\n\\tsetTimeout(function() {\\n\\t\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t\\t{transition: \\\"none\\\"},\\n\\t\\t\\t{transform: \\\"none\\\"}\\n\\t\\t]);\\n\\t\\t$tw.utils.setStyle(widget.document.body,[\\n\\t\\t\\t{\\\"overflow-x\\\": \\\"\\\"}\\n\\t\\t]);\\n\\t},duration);\\n\\t// Prevent the page from overscrolling due to the zoom factor\\n\\t$tw.utils.setStyle(widget.document.body,[\\n\\t\\t{\\\"overflow-x\\\": \\\"hidden\\\"}\\n\\t]);\\n\\t// Set up the initial position of the element\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{transition: \\\"none\\\"},\\n\\t\\t{transform: \\\"scale(2)\\\"},\\n\\t\\t{opacity: \\\"0.0\\\"}\\n\\t]);\\n\\t$tw.utils.forceLayout(targetElement);\\n\\t// Transition to the final position\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"opacity \\\" + duration + \\\"ms ease-in-out\\\"},\\n\\t\\t{transform: \\\"scale(1)\\\"},\\n\\t\\t{opacity: \\\"1.0\\\"}\\n\\t]);\\n};\\n\\nPopStoryView.prototype.remove = function(widget) {\\n\\tvar targetElement = widget.findFirstDomNode(),\\n\\t\\tduration = $tw.utils.getAnimationDuration(),\\n\\t\\tremoveElement = function() {\\n\\t\\t\\tif(targetElement && targetElement.parentNode) {\\n\\t\\t\\t\\twidget.removeChildDomNodes();\\n\\t\\t\\t}\\n\\t\\t};\\n\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\tremoveElement();\\n\\t\\treturn;\\n\\t}\\n\\t// Remove the element at the end of the transition\\n\\tsetTimeout(removeElement,duration);\\n\\t// Animate the closure\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{transition: \\\"none\\\"},\\n\\t\\t{transform: \\\"scale(1)\\\"},\\n\\t\\t{opacity: \\\"1.0\\\"}\\n\\t]);\\n\\t$tw.utils.forceLayout(targetElement);\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"opacity \\\" + duration + \\\"ms ease-in-out\\\"},\\n\\t\\t{transform: \\\"scale(0.1)\\\"},\\n\\t\\t{opacity: \\\"0.0\\\"}\\n\\t]);\\n};\\n\\nexports.pop = PopStoryView;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"storyview\"},\"$:/core/modules/storyviews/zoomin.js\":{\"title\":\"$:/core/modules/storyviews/zoomin.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/storyviews/zoomin.js\\ntype: application/javascript\\nmodule-type: storyview\\n\\nZooms between individual tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar easing = \\\"cubic-bezier(0.645, 0.045, 0.355, 1)\\\"; // From http://easings.net/#easeInOutCubic\\n\\nvar ZoominListView = function(listWidget) {\\n\\tvar self = this;\\n\\tthis.listWidget = listWidget;\\n\\t// Get the index of the tiddler that is at the top of the history\\n\\tvar history = this.listWidget.wiki.getTiddlerDataCached(this.listWidget.historyTitle,[]),\\n\\t\\ttargetTiddler;\\n\\tif(history.length > 0) {\\n\\t\\ttargetTiddler = history[history.length-1].title;\\n\\t}\\n\\t// Make all the tiddlers position absolute, and hide all but the top (or first) one\\n\\t$tw.utils.each(this.listWidget.children,function(itemWidget,index) {\\n\\t\\tvar domNode = itemWidget.findFirstDomNode();\\n\\t\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\t\\tif(!(domNode instanceof Element)) {\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t\\tif((targetTiddler && targetTiddler !== itemWidget.parseTreeNode.itemTitle) || (!targetTiddler && index)) {\\n\\t\\t\\tdomNode.style.display = \\\"none\\\";\\n\\t\\t} else {\\n\\t\\t\\tself.currentTiddlerDomNode = domNode;\\n\\t\\t}\\n\\t\\t$tw.utils.addClass(domNode,\\\"tc-storyview-zoomin-tiddler\\\");\\n\\t});\\n};\\n\\nZoominListView.prototype.navigateTo = function(historyInfo) {\\n\\tvar duration = $tw.utils.getAnimationDuration(),\\n\\t\\tlistElementIndex = this.listWidget.findListItem(0,historyInfo.title);\\n\\tif(listElementIndex === undefined) {\\n\\t\\treturn;\\n\\t}\\n\\tvar listItemWidget = this.listWidget.children[listElementIndex],\\n\\t\\ttargetElement = listItemWidget.findFirstDomNode();\\n\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\treturn;\\n\\t}\\n\\t// Make the new tiddler be position absolute and visible so that we can measure it\\n\\t$tw.utils.addClass(targetElement,\\\"tc-storyview-zoomin-tiddler\\\");\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{display: \\\"block\\\"},\\n\\t\\t{transformOrigin: \\\"0 0\\\"},\\n\\t\\t{transform: \\\"translateX(0px) translateY(0px) scale(1)\\\"},\\n\\t\\t{transition: \\\"none\\\"},\\n\\t\\t{opacity: \\\"0.0\\\"}\\n\\t]);\\n\\t// Get the position of the source node, or use the centre of the window as the source position\\n\\tvar sourceBounds = historyInfo.fromPageRect || {\\n\\t\\t\\tleft: window.innerWidth/2 - 2,\\n\\t\\t\\ttop: window.innerHeight/2 - 2,\\n\\t\\t\\twidth: window.innerWidth/8,\\n\\t\\t\\theight: window.innerHeight/8\\n\\t\\t};\\n\\t// Try to find the title node in the target tiddler\\n\\tvar titleDomNode = findTitleDomNode(listItemWidget) || listItemWidget.findFirstDomNode(),\\n\\t\\tzoomBounds = titleDomNode.getBoundingClientRect();\\n\\t// Compute the transform for the target tiddler to make the title lie over the source rectange\\n\\tvar targetBounds = targetElement.getBoundingClientRect(),\\n\\t\\tscale = sourceBounds.width / zoomBounds.width,\\n\\t\\tx = sourceBounds.left - targetBounds.left - (zoomBounds.left - targetBounds.left) * scale,\\n\\t\\ty = sourceBounds.top - targetBounds.top - (zoomBounds.top - targetBounds.top) * scale;\\n\\t// Transform the target tiddler to its starting position\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{transform: \\\"translateX(\\\" + x + \\\"px) translateY(\\\" + y + \\\"px) scale(\\\" + scale + \\\")\\\"}\\n\\t]);\\n\\t// Force layout\\n\\t$tw.utils.forceLayout(targetElement);\\n\\t// Apply the ending transitions with a timeout to ensure that the previously applied transformations are applied first\\n\\tvar self = this,\\n\\t\\tprevCurrentTiddler = this.currentTiddlerDomNode;\\n\\tthis.currentTiddlerDomNode = targetElement;\\n\\t// Transform the target tiddler to its natural size\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms \\\" + easing + \\\", opacity \\\" + duration + \\\"ms \\\" + easing},\\n\\t\\t{opacity: \\\"1.0\\\"},\\n\\t\\t{transform: \\\"translateX(0px) translateY(0px) scale(1)\\\"},\\n\\t\\t{zIndex: \\\"500\\\"},\\n\\t]);\\n\\t// Transform the previous tiddler out of the way and then hide it\\n\\tif(prevCurrentTiddler && prevCurrentTiddler !== targetElement) {\\n\\t\\tscale = zoomBounds.width / sourceBounds.width;\\n\\t\\tx = zoomBounds.left - targetBounds.left - (sourceBounds.left - targetBounds.left) * scale;\\n\\t\\ty = zoomBounds.top - targetBounds.top - (sourceBounds.top - targetBounds.top) * scale;\\n\\t\\t$tw.utils.setStyle(prevCurrentTiddler,[\\n\\t\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms \\\" + easing + \\\", opacity \\\" + duration + \\\"ms \\\" + easing},\\n\\t\\t\\t{opacity: \\\"0.0\\\"},\\n\\t\\t\\t{transformOrigin: \\\"0 0\\\"},\\n\\t\\t\\t{transform: \\\"translateX(\\\" + x + \\\"px) translateY(\\\" + y + \\\"px) scale(\\\" + scale + \\\")\\\"},\\n\\t\\t\\t{zIndex: \\\"0\\\"}\\n\\t\\t]);\\n\\t\\t// Hide the tiddler when the transition has finished\\n\\t\\tsetTimeout(function() {\\n\\t\\t\\tif(self.currentTiddlerDomNode !== prevCurrentTiddler) {\\n\\t\\t\\t\\tprevCurrentTiddler.style.display = \\\"none\\\";\\n\\t\\t\\t}\\n\\t\\t},duration);\\n\\t}\\n\\t// Scroll the target into view\\n//\\t$tw.pageScroller.scrollIntoView(targetElement);\\n};\\n\\n/*\\nFind the first child DOM node of a widget that has the class \\\"tc-title\\\"\\n*/\\nfunction findTitleDomNode(widget,targetClass) {\\n\\ttargetClass = targetClass || \\\"tc-title\\\";\\n\\tvar domNode = widget.findFirstDomNode();\\n\\tif(domNode && domNode.querySelector) {\\n\\t\\treturn domNode.querySelector(\\\".\\\" + targetClass);\\n\\t}\\n\\treturn null;\\n}\\n\\nZoominListView.prototype.insert = function(widget) {\\n\\tvar targetElement = widget.findFirstDomNode();\\n\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\treturn;\\n\\t}\\n\\t// Make the newly inserted node position absolute and hidden\\n\\t$tw.utils.addClass(targetElement,\\\"tc-storyview-zoomin-tiddler\\\");\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{display: \\\"none\\\"}\\n\\t]);\\n};\\n\\nZoominListView.prototype.remove = function(widget) {\\n\\tvar targetElement = widget.findFirstDomNode(),\\n\\t\\tduration = $tw.utils.getAnimationDuration(),\\n\\t\\tremoveElement = function() {\\n\\t\\t\\twidget.removeChildDomNodes();\\n\\t\\t};\\n\\t// Abandon if the list entry isn't a DOM element (it might be a text node)\\n\\tif(!targetElement || targetElement.nodeType === Node.TEXT_NODE) {\\n\\t\\tremoveElement();\\n\\t\\treturn;\\n\\t}\\n\\t// Abandon if hidden\\n\\tif(targetElement.style.display != \\\"block\\\" ) {\\n\\t\\tremoveElement();\\n\\t\\treturn;\\n\\t}\\n\\t// Set up the tiddler that is being closed\\n\\t$tw.utils.addClass(targetElement,\\\"tc-storyview-zoomin-tiddler\\\");\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{display: \\\"block\\\"},\\n\\t\\t{transformOrigin: \\\"50% 50%\\\"},\\n\\t\\t{transform: \\\"translateX(0px) translateY(0px) scale(1)\\\"},\\n\\t\\t{transition: \\\"none\\\"},\\n\\t\\t{zIndex: \\\"0\\\"}\\n\\t]);\\n\\t// We'll move back to the previous or next element in the story\\n\\tvar toWidget = widget.previousSibling();\\n\\tif(!toWidget) {\\n\\t\\ttoWidget = widget.nextSibling();\\n\\t}\\n\\tvar toWidgetDomNode = toWidget && toWidget.findFirstDomNode();\\n\\t// Set up the tiddler we're moving back in\\n\\tif(toWidgetDomNode) {\\n\\t\\t$tw.utils.addClass(toWidgetDomNode,\\\"tc-storyview-zoomin-tiddler\\\");\\n\\t\\t$tw.utils.setStyle(toWidgetDomNode,[\\n\\t\\t\\t{display: \\\"block\\\"},\\n\\t\\t\\t{transformOrigin: \\\"50% 50%\\\"},\\n\\t\\t\\t{transform: \\\"translateX(0px) translateY(0px) scale(10)\\\"},\\n\\t\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms \\\" + easing + \\\", opacity \\\" + duration + \\\"ms \\\" + easing},\\n\\t\\t\\t{opacity: \\\"0\\\"},\\n\\t\\t\\t{zIndex: \\\"500\\\"}\\n\\t\\t]);\\n\\t\\tthis.currentTiddlerDomNode = toWidgetDomNode;\\n\\t}\\n\\t// Animate them both\\n\\t// Force layout\\n\\t$tw.utils.forceLayout(this.listWidget.parentDomNode);\\n\\t// First, the tiddler we're closing\\n\\t$tw.utils.setStyle(targetElement,[\\n\\t\\t{transformOrigin: \\\"50% 50%\\\"},\\n\\t\\t{transform: \\\"translateX(0px) translateY(0px) scale(0.1)\\\"},\\n\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms \\\" + easing + \\\", opacity \\\" + duration + \\\"ms \\\" + easing},\\n\\t\\t{opacity: \\\"0\\\"},\\n\\t\\t{zIndex: \\\"0\\\"}\\n\\t]);\\n\\tsetTimeout(removeElement,duration);\\n\\t// Now the tiddler we're going back to\\n\\tif(toWidgetDomNode) {\\n\\t\\t$tw.utils.setStyle(toWidgetDomNode,[\\n\\t\\t\\t{transform: \\\"translateX(0px) translateY(0px) scale(1)\\\"},\\n\\t\\t\\t{opacity: \\\"1\\\"}\\n\\t\\t]);\\n\\t}\\n\\treturn true; // Indicate that we'll delete the DOM node\\n};\\n\\nexports.zoomin = ZoominListView;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"storyview\"},\"$:/core/modules/syncer.js\":{\"title\":\"$:/core/modules/syncer.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/syncer.js\\ntype: application/javascript\\nmodule-type: global\\n\\nThe syncer tracks changes to the store and synchronises them to a remote data store represented as a \\\"sync adaptor\\\"\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nDefaults\\n*/\\nSyncer.prototype.titleIsLoggedIn = \\\"$:/status/IsLoggedIn\\\";\\nSyncer.prototype.titleIsAnonymous = \\\"$:/status/IsAnonymous\\\";\\nSyncer.prototype.titleIsReadOnly = \\\"$:/status/IsReadOnly\\\";\\nSyncer.prototype.titleUserName = \\\"$:/status/UserName\\\";\\nSyncer.prototype.titleSyncFilter = \\\"$:/config/SyncFilter\\\";\\nSyncer.prototype.titleSyncPollingInterval = \\\"$:/config/SyncPollingInterval\\\";\\nSyncer.prototype.titleSyncDisableLazyLoading = \\\"$:/config/SyncDisableLazyLoading\\\";\\nSyncer.prototype.titleSavedNotification = \\\"$:/language/Notifications/Save/Done\\\";\\nSyncer.prototype.titleSyncThrottleInterval = \\\"$:/config/SyncThrottleInterval\\\";\\nSyncer.prototype.taskTimerInterval = 1 * 1000; // Interval for sync timer\\nSyncer.prototype.throttleInterval = 1 * 1000; // Defer saving tiddlers if they've changed in the last 1s...\\nSyncer.prototype.errorRetryInterval = 5 * 1000; // Interval to retry after an error\\nSyncer.prototype.fallbackInterval = 10 * 1000; // Unless the task is older than 10s\\nSyncer.prototype.pollTimerInterval = 60 * 1000; // Interval for polling for changes from the adaptor\\n\\n/*\\nInstantiate the syncer with the following options:\\nsyncadaptor: reference to syncadaptor to be used\\nwiki: wiki to be synced\\n*/\\nfunction Syncer(options) {\\n\\tvar self = this;\\n\\tthis.wiki = options.wiki;\\n\\t// Save parameters\\n\\tthis.syncadaptor = options.syncadaptor;\\n\\tthis.disableUI = !!options.disableUI;\\n\\tthis.titleIsLoggedIn = options.titleIsLoggedIn || this.titleIsLoggedIn;\\n\\tthis.titleUserName = options.titleUserName || this.titleUserName;\\n\\tthis.titleSyncFilter = options.titleSyncFilter || this.titleSyncFilter;\\n\\tthis.titleSavedNotification = options.titleSavedNotification || this.titleSavedNotification;\\n\\tthis.taskTimerInterval = options.taskTimerInterval || this.taskTimerInterval;\\n\\tthis.throttleInterval = options.throttleInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncThrottleInterval,\\\"\\\"),10) || this.throttleInterval;\\n\\tthis.errorRetryInterval = options.errorRetryInterval || this.errorRetryInterval;\\n\\tthis.fallbackInterval = options.fallbackInterval || this.fallbackInterval;\\n\\tthis.pollTimerInterval = options.pollTimerInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncPollingInterval,\\\"\\\"),10) || this.pollTimerInterval;\\n\\tthis.logging = \\\"logging\\\" in options ? options.logging : true;\\n\\t// Make a logger\\n\\tthis.logger = new $tw.utils.Logger(\\\"syncer\\\" + ($tw.browser ? \\\"-browser\\\" : \\\"\\\") + ($tw.node ? \\\"-server\\\" : \\\"\\\") + (this.syncadaptor.name ? (\\\"-\\\" + this.syncadaptor.name) : \\\"\\\"),{\\n\\t\\tcolour: \\\"cyan\\\",\\n\\t\\tenable: this.logging,\\n\\t\\tsaveHistory: true\\n\\t});\\n\\t// Make another logger for connection errors\\n\\tthis.loggerConnection = new $tw.utils.Logger(\\\"syncer\\\" + ($tw.browser ? \\\"-browser\\\" : \\\"\\\") + ($tw.node ? \\\"-server\\\" : \\\"\\\") + (this.syncadaptor.name ? (\\\"-\\\" + this.syncadaptor.name) : \\\"\\\") + \\\"-connection\\\",{\\n\\t\\tcolour: \\\"cyan\\\",\\n\\t\\tenable: this.logging\\n\\t});\\n\\t// Ask the syncadaptor to use the main logger\\n\\tif(this.syncadaptor.setLoggerSaveBuffer) {\\n\\t\\tthis.syncadaptor.setLoggerSaveBuffer(this.logger);\\n\\t}\\n\\t// Compile the dirty tiddler filter\\n\\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\\n\\t// Record information for known tiddlers\\n\\tthis.readTiddlerInfo();\\n\\tthis.titlesToBeLoaded = {}; // Hashmap of titles of tiddlers that need loading from the server\\n\\tthis.titlesHaveBeenLazyLoaded = {}; // Hashmap of titles of tiddlers that have already been lazily loaded from the server\\n\\t// Timers\\n\\tthis.taskTimerId = null; // Timer for task dispatch\\n\\tthis.pollTimerId = null; // Timer for polling server\\n\\t// Number of outstanding requests\\n\\tthis.numTasksInProgress = 0;\\n\\t// Listen out for changes to tiddlers\\n\\tthis.wiki.addEventListener(\\\"change\\\",function(changes) {\\n\\t\\t// Filter the changes to just include ones that are being synced\\n\\t\\tvar filteredChanges = self.getSyncedTiddlers(function(callback) {\\n\\t\\t\\t$tw.utils.each(changes,function(change,title) {\\n\\t\\t\\t\\tvar tiddler = self.wiki.tiddlerExists(title) && self.wiki.getTiddler(title);\\n\\t\\t\\t\\tcallback(tiddler,title);\\n\\t\\t\\t});\\n\\t\\t});\\n\\t\\tif(filteredChanges.length > 0) {\\n\\t\\t\\tself.processTaskQueue();\\n\\t\\t} else {\\n\\t\\t\\t// Look for deletions of tiddlers we're already syncing\\t\\n\\t\\t\\tvar outstandingDeletion = false\\n\\t\\t\\t$tw.utils.each(changes,function(change,title,object) {\\n\\t\\t\\t\\tif(change.deleted && $tw.utils.hop(self.tiddlerInfo,title)) {\\n\\t\\t\\t\\t\\toutstandingDeletion = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t\\tif(outstandingDeletion) {\\n\\t\\t\\t\\tself.processTaskQueue();\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\t// Browser event handlers\\n\\tif($tw.browser && !this.disableUI) {\\n\\t\\t// Set up our beforeunload handler\\n\\t\\t$tw.addUnloadTask(function(event) {\\n\\t\\t\\tvar confirmationMessage;\\n\\t\\t\\tif(self.isDirty()) {\\n\\t\\t\\t\\tconfirmationMessage = $tw.language.getString(\\\"UnsavedChangesWarning\\\");\\n\\t\\t\\t\\tevent.returnValue = confirmationMessage; // Gecko\\n\\t\\t\\t}\\n\\t\\t\\treturn confirmationMessage;\\n\\t\\t});\\n\\t\\t// Listen out for login/logout/refresh events in the browser\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-login\\\",function(event) {\\n\\t\\t\\tvar username = event && event.paramObject && event.paramObject.username,\\n\\t\\t\\t\\tpassword = event && event.paramObject && event.paramObject.password;\\n\\t\\t\\tif(username && password) {\\n\\t\\t\\t\\t// Login with username and password\\n\\t\\t\\t\\tself.login(username,password,function() {});\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// No username and password, so we display a prompt\\n\\t\\t\\t\\tself.handleLoginEvent();\\t\\t\\t\\t\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-logout\\\",function() {\\n\\t\\t\\tself.handleLogoutEvent();\\n\\t\\t});\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-server-refresh\\\",function() {\\n\\t\\t\\tself.handleRefreshEvent();\\n\\t\\t});\\n\\t\\t$tw.rootWidget.addEventListener(\\\"tm-copy-syncer-logs-to-clipboard\\\",function() {\\n\\t\\t\\t$tw.utils.copyToClipboard($tw.utils.getSystemInfo() + \\\"\\\\n\\\\nLog:\\\\n\\\" + self.logger.getBuffer());\\n\\t\\t});\\n\\t}\\n\\t// Listen out for lazyLoad events\\n\\tif(!this.disableUI && this.wiki.getTiddlerText(this.titleSyncDisableLazyLoading) !== \\\"yes\\\") {\\n\\t\\tthis.wiki.addEventListener(\\\"lazyLoad\\\",function(title) {\\n\\t\\t\\tself.handleLazyLoadEvent(title);\\n\\t\\t});\\t\\t\\n\\t}\\n\\t// Get the login status\\n\\tthis.getStatus(function(err,isLoggedIn) {\\n\\t\\t// Do a sync from the server\\n\\t\\tself.syncFromServer();\\n\\t});\\n}\\n\\n/*\\nShow a generic network error alert\\n*/\\nSyncer.prototype.displayError = function(msg,err) {\\n\\tif(err === ($tw.language.getString(\\\"Error/XMLHttpRequest\\\") + \\\": 0\\\")) {\\n\\t\\tthis.loggerConnection.alert($tw.language.getString(\\\"Error/NetworkErrorAlert\\\"));\\n\\t\\tthis.logger.log(msg + \\\":\\\",err);\\n\\t} else {\\n\\t\\tthis.logger.alert(msg + \\\":\\\",err);\\n\\t}\\n};\\n\\n/*\\nReturn an array of the tiddler titles that are subjected to syncing\\n*/\\nSyncer.prototype.getSyncedTiddlers = function(source) {\\n\\treturn this.filterFn.call(this.wiki,source);\\n};\\n\\n/*\\nReturn an array of the tiddler titles that are subjected to syncing\\n*/\\nSyncer.prototype.getTiddlerRevision = function(title) {\\n\\tif(this.syncadaptor && this.syncadaptor.getTiddlerRevision) {\\n\\t\\treturn this.syncadaptor.getTiddlerRevision(title);\\n\\t} else {\\n\\t\\treturn this.wiki.getTiddler(title).fields.revision;\\t\\n\\t} \\n};\\n\\n/*\\nRead (or re-read) the latest tiddler info from the store\\n*/\\nSyncer.prototype.readTiddlerInfo = function() {\\n\\t// Hashmap by title of {revision:,changeCount:,adaptorInfo:}\\n\\t// \\\"revision\\\" is the revision of the tiddler last seen on the server, and \\\"changecount\\\" is the corresponding local changecount\\n\\tthis.tiddlerInfo = {};\\n\\t// Record information for known tiddlers\\n\\tvar self = this,\\n\\t\\ttiddlers = this.getSyncedTiddlers();\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tvar tiddler = self.wiki.getTiddler(title);\\n\\t\\tif(tiddler) {\\n\\t\\t\\tself.tiddlerInfo[title] = {\\n\\t\\t\\t\\trevision: self.getTiddlerRevision(title),\\n\\t\\t\\t\\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\\n\\t\\t\\t\\tchangeCount: self.wiki.getChangeCount(title)\\n\\t\\t\\t};\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\\n*/\\nSyncer.prototype.isDirty = function() {\\n\\tthis.logger.log(\\\"Checking dirty status\\\");\\n\\t// Check tiddlers that are in the store and included in the filter function\\n\\tvar titles = this.getSyncedTiddlers();\\n\\tfor(var index=0; index\u003Ctitles.length; index++) {\\n\\t\\tvar title = titles[index],\\n\\t\\t\\ttiddlerInfo = this.tiddlerInfo[title];\\n\\t\\tif(this.wiki.tiddlerExists(title)) {\\n\\t\\t\\tif(tiddlerInfo) {\\n\\t\\t\\t\\t// If the tiddler is known on the server and has been modified locally then it needs to be saved to the server\\n\\t\\t\\t\\tif(this.wiki.getChangeCount(title) > tiddlerInfo.changeCount) {\\n\\t\\t\\t\\t\\treturn true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// If the tiddler isn't known on the server then it needs to be saved to the server\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Check tiddlers that are known from the server but not currently in the store\\n\\ttitles = Object.keys(this.tiddlerInfo);\\n\\tfor(index=0; index\u003Ctitles.length; index++) {\\n\\t\\tif(!this.wiki.tiddlerExists(titles[index])) {\\n\\t\\t\\t// There must be a pending delete\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\n/*\\nUpdate the document body with the class \\\"tc-dirty\\\" if the wiki has unsaved/unsynced changes\\n*/\\nSyncer.prototype.updateDirtyStatus = function() {\\n\\tif($tw.browser && !this.disableUI) {\\n\\t\\tvar dirty = this.isDirty();\\n\\t\\t$tw.utils.toggleClass(document.body,\\\"tc-dirty\\\",dirty);\\n\\t\\tif(!dirty) {\\n\\t\\t\\tthis.loggerConnection.clearAlerts();\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nSave an incoming tiddler in the store, and updates the associated tiddlerInfo\\n*/\\nSyncer.prototype.storeTiddler = function(tiddlerFields) {\\n\\t// Save the tiddler\\n\\tvar tiddler = new $tw.Tiddler(tiddlerFields);\\n\\tthis.wiki.addTiddler(tiddler);\\n\\t// Save the tiddler revision and changeCount details\\n\\tthis.tiddlerInfo[tiddlerFields.title] = {\\n\\t\\trevision: this.getTiddlerRevision(tiddlerFields.title),\\n\\t\\tadaptorInfo: this.syncadaptor.getTiddlerInfo(tiddler),\\n\\t\\tchangeCount: this.wiki.getChangeCount(tiddlerFields.title)\\n\\t};\\n};\\n\\nSyncer.prototype.getStatus = function(callback) {\\n\\tvar self = this;\\n\\t// Check if the adaptor supports getStatus()\\n\\tif(this.syncadaptor && this.syncadaptor.getStatus) {\\n\\t\\t// Mark us as not logged in\\n\\t\\tthis.wiki.addTiddler({title: this.titleIsLoggedIn,text: \\\"no\\\"});\\n\\t\\t// Get login status\\n\\t\\tthis.syncadaptor.getStatus(function(err,isLoggedIn,username,isReadOnly,isAnonymous) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\tself.displayError(\\\"Get Status Error\\\",err);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// Set the various status tiddlers\\n\\t\\t\\t\\tself.wiki.addTiddler({title: self.titleIsReadOnly,text: isReadOnly ? \\\"yes\\\" : \\\"no\\\"});\\n\\t\\t\\t\\tself.wiki.addTiddler({title: self.titleIsAnonymous,text: isAnonymous ? \\\"yes\\\" : \\\"no\\\"});\\n\\t\\t\\t\\tself.wiki.addTiddler({title: self.titleIsLoggedIn,text: isLoggedIn ? \\\"yes\\\" : \\\"no\\\"});\\n\\t\\t\\t\\tif(isLoggedIn) {\\n\\t\\t\\t\\t\\tself.wiki.addTiddler({title: self.titleUserName,text: username || \\\"\\\"});\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// Invoke the callback\\n\\t\\t\\tif(callback) {\\n\\t\\t\\t\\tcallback(err,isLoggedIn,username);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else {\\n\\t\\tcallback(null,true,\\\"UNAUTHENTICATED\\\");\\n\\t}\\n};\\n\\n/*\\nSynchronise from the server by reading the skinny tiddler list and queuing up loads for any tiddlers that we don't already have up to date\\n*/\\nSyncer.prototype.syncFromServer = function() {\\n\\tvar self = this,\\n\\t\\tcancelNextSync = function() {\\n\\t\\t\\tif(self.pollTimerId) {\\n\\t\\t\\t\\tclearTimeout(self.pollTimerId);\\n\\t\\t\\t\\tself.pollTimerId = null;\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\ttriggerNextSync = function() {\\n\\t\\t\\tself.pollTimerId = setTimeout(function() {\\n\\t\\t\\t\\tself.pollTimerId = null;\\n\\t\\t\\t\\tself.syncFromServer.call(self);\\n\\t\\t\\t},self.pollTimerInterval);\\n\\t\\t},\\n\\t\\tsyncSystemFromServer = (self.wiki.getTiddlerText(\\\"$:/config/SyncSystemTiddlersFromServer\\\") === \\\"yes\\\" ? true : false);\\n\\tif(this.syncadaptor && this.syncadaptor.getUpdatedTiddlers) {\\n\\t\\tthis.logger.log(\\\"Retrieving updated tiddler list\\\");\\n\\t\\tcancelNextSync();\\n\\t\\tthis.syncadaptor.getUpdatedTiddlers(self,function(err,updates) {\\n\\t\\t\\ttriggerNextSync();\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\tself.displayError($tw.language.getString(\\\"Error/RetrievingSkinny\\\"),err);\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t\\tif(updates) {\\n\\t\\t\\t\\t$tw.utils.each(updates.modifications,function(title) {\\n\\t\\t\\t\\t\\tself.titlesToBeLoaded[title] = true;\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\t$tw.utils.each(updates.deletions,function(title) {\\n\\t\\t\\t\\t\\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\\n\\t\\t\\t\\t\\t\\tdelete self.tiddlerInfo[title];\\n\\t\\t\\t\\t\\t\\tself.logger.log(\\\"Deleting tiddler missing from server:\\\",title);\\n\\t\\t\\t\\t\\t\\tself.wiki.deleteTiddler(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\tif(updates.modifications.length > 0 || updates.deletions.length > 0) {\\n\\t\\t\\t\\t\\tself.processTaskQueue();\\n\\t\\t\\t\\t}\\t\\t\\t\\t\\n\\t\\t\\t}\\n\\t\\t});\\n\\t} else if(this.syncadaptor && this.syncadaptor.getSkinnyTiddlers) {\\n\\t\\tthis.logger.log(\\\"Retrieving skinny tiddler list\\\");\\n\\t\\tcancelNextSync();\\n\\t\\tthis.syncadaptor.getSkinnyTiddlers(function(err,tiddlers) {\\n\\t\\t\\ttriggerNextSync();\\n\\t\\t\\t// Check for errors\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\tself.displayError($tw.language.getString(\\\"Error/RetrievingSkinny\\\"),err);\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t\\t// Keep track of which tiddlers we already know about have been reported this time\\n\\t\\t\\tvar previousTitles = Object.keys(self.tiddlerInfo);\\n\\t\\t\\t// Process each incoming tiddler\\n\\t\\t\\tfor(var t=0; t\u003Ctiddlers.length; t++) {\\n\\t\\t\\t\\t// Get the incoming tiddler fields, and the existing tiddler\\n\\t\\t\\t\\tvar tiddlerFields = tiddlers[t],\\n\\t\\t\\t\\t\\tincomingRevision = tiddlerFields.revision + \\\"\\\",\\n\\t\\t\\t\\t\\ttiddler = self.wiki.tiddlerExists(tiddlerFields.title) && self.wiki.getTiddler(tiddlerFields.title),\\n\\t\\t\\t\\t\\ttiddlerInfo = self.tiddlerInfo[tiddlerFields.title],\\n\\t\\t\\t\\t\\tcurrRevision = tiddlerInfo ? tiddlerInfo.revision : null,\\n\\t\\t\\t\\t\\tindexInPreviousTitles = previousTitles.indexOf(tiddlerFields.title);\\n\\t\\t\\t\\tif(indexInPreviousTitles !== -1) {\\n\\t\\t\\t\\t\\tpreviousTitles.splice(indexInPreviousTitles,1);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Ignore the incoming tiddler if it's the same as the revision we've already got\\n\\t\\t\\t\\tif(currRevision !== incomingRevision) {\\n\\t\\t\\t\\t\\t// Only load the skinny version if we don't already have a fat version of the tiddler\\n\\t\\t\\t\\t\\tif(!tiddler || tiddler.fields.text === undefined) {\\n\\t\\t\\t\\t\\t\\tself.storeTiddler(tiddlerFields);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t// Do a full load of this tiddler\\n\\t\\t\\t\\t\\tself.titlesToBeLoaded[tiddlerFields.title] = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// Delete any tiddlers that were previously reported but missing this time\\n\\t\\t\\t$tw.utils.each(previousTitles,function(title) {\\n\\t\\t\\t\\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\\n\\t\\t\\t\\t\\tdelete self.tiddlerInfo[title];\\n\\t\\t\\t\\t\\tself.logger.log(\\\"Deleting tiddler missing from server:\\\",title);\\n\\t\\t\\t\\t\\tself.wiki.deleteTiddler(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t\\tself.processTaskQueue();\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nForce load a tiddler from the server\\n*/\\nSyncer.prototype.enqueueLoadTiddler = function(title) {\\n\\tthis.titlesToBeLoaded[title] = true;\\n\\tthis.processTaskQueue();\\n};\\n\\n/*\\nLazily load a skinny tiddler if we can\\n*/\\nSyncer.prototype.handleLazyLoadEvent = function(title) {\\n\\t// Ignore if the syncadaptor doesn't handle it\\n\\tif(!this.syncadaptor.supportsLazyLoading) {\\n\\t\\treturn;\\n\\t}\\n\\t// Don't lazy load the same tiddler twice\\n\\tif(!this.titlesHaveBeenLazyLoaded[title]) {\\n\\t\\t// Don't lazy load if the tiddler isn't included in the sync filter\\n\\t\\tif(this.getSyncedTiddlers().indexOf(title) !== -1) {\\n\\t\\t\\t// Mark the tiddler as needing loading, and having already been lazily loaded\\n\\t\\t\\tthis.titlesToBeLoaded[title] = true;\\n\\t\\t\\tthis.titlesHaveBeenLazyLoaded[title] = true;\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nDispay a password prompt and allow the user to login\\n*/\\nSyncer.prototype.handleLoginEvent = function() {\\n\\tvar self = this;\\n\\tthis.getStatus(function(err,isLoggedIn,username) {\\n\\t\\tif(!err && !isLoggedIn) {\\n\\t\\t\\tif(self.syncadaptor && self.syncadaptor.displayLoginPrompt) {\\n\\t\\t\\t\\tself.syncadaptor.displayLoginPrompt(self);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tself.displayLoginPrompt();\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nDispay a password prompt\\n*/\\nSyncer.prototype.displayLoginPrompt = function() {\\n\\tvar self = this;\\n\\tvar promptInfo = $tw.passwordPrompt.createPrompt({\\n\\t\\tserviceName: $tw.language.getString(\\\"LoginToTiddlySpace\\\"),\\n\\t\\tcallback: function(data) {\\n\\t\\t\\tself.login(data.username,data.password,function(err,isLoggedIn) {\\n\\t\\t\\t\\tself.syncFromServer();\\n\\t\\t\\t});\\n\\t\\t\\treturn true; // Get rid of the password prompt\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nAttempt to login to TiddlyWeb.\\n\\tusername: username\\n\\tpassword: password\\n\\tcallback: invoked with arguments (err,isLoggedIn)\\n*/\\nSyncer.prototype.login = function(username,password,callback) {\\n\\tthis.logger.log(\\\"Attempting to login as\\\",username);\\n\\tvar self = this;\\n\\tif(this.syncadaptor.login) {\\n\\t\\tthis.syncadaptor.login(username,password,function(err) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\tself.getStatus(function(err,isLoggedIn,username) {\\n\\t\\t\\t\\tif(callback) {\\n\\t\\t\\t\\t\\tcallback(err,isLoggedIn);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t});\\n\\t} else {\\n\\t\\tcallback(null,true);\\n\\t}\\n};\\n\\n/*\\nAttempt to log out of TiddlyWeb\\n*/\\nSyncer.prototype.handleLogoutEvent = function() {\\n\\tthis.logger.log(\\\"Attempting to logout\\\");\\n\\tvar self = this;\\n\\tif(this.syncadaptor.logout) {\\n\\t\\tthis.syncadaptor.logout(function(err) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\tself.displayError(\\\"Logout Error\\\",err);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tself.getStatus();\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nImmediately refresh from the server\\n*/\\nSyncer.prototype.handleRefreshEvent = function() {\\n\\tthis.syncFromServer();\\n};\\n\\n/*\\nProcess the next task\\n*/\\nSyncer.prototype.processTaskQueue = function() {\\n\\tvar self = this;\\n\\t// Only process a task if the sync adaptor is fully initialised and we're not already performing\\n\\t// a task. If we are already performing a task then we'll dispatch the next one when it completes\\n\\tif((!this.syncadaptor.isReady || this.syncadaptor.isReady()) && this.numTasksInProgress === 0) {\\n\\t\\t// Choose the next task to perform\\n\\t\\tvar task = this.chooseNextTask();\\n\\t\\t// Perform the task if we had one\\n\\t\\tif(typeof task === \\\"object\\\" && task !== null) {\\n\\t\\t\\tthis.numTasksInProgress += 1;\\n\\t\\t\\ttask.run(function(err) {\\n\\t\\t\\t\\tself.numTasksInProgress -= 1;\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\tself.displayError(\\\"Sync error while processing \\\" + task.type + \\\" of '\\\" + task.title + \\\"'\\\",err);\\n\\t\\t\\t\\t\\tself.updateDirtyStatus();\\n\\t\\t\\t\\t\\tself.triggerTimeout(self.errorRetryInterval);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tself.updateDirtyStatus();\\n\\t\\t\\t\\t\\t// Process the next task\\n\\t\\t\\t\\t\\tself.processTaskQueue.call(self);\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\t// No task is ready so update the status\\n\\t\\t\\tthis.updateDirtyStatus();\\n\\t\\t\\t// And trigger a timeout if there is a pending task\\n\\t\\t\\tif(task === true) {\\n\\t\\t\\t\\tthis.triggerTimeout();\\t\\t\\t\\t\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\tthis.updateDirtyStatus();\\t\\t\\n\\t}\\n};\\n\\nSyncer.prototype.triggerTimeout = function(interval) {\\n\\tvar self = this;\\n\\tif(!this.taskTimerId) {\\n\\t\\tthis.taskTimerId = setTimeout(function() {\\n\\t\\t\\tself.taskTimerId = null;\\n\\t\\t\\tself.processTaskQueue.call(self);\\n\\t\\t},interval || self.taskTimerInterval);\\n\\t}\\n};\\n\\n/*\\nChoose the next sync task. We prioritise saves, then deletes, then loads from the server\\n\\nReturns either a task object, null if there's no upcoming tasks, or the boolean true if there are pending tasks that aren't yet due\\n*/\\nSyncer.prototype.chooseNextTask = function() {\\n\\tvar thresholdLastSaved = (new Date()) - this.throttleInterval,\\n\\t\\thavePending = null;\\n\\t// First we look for tiddlers that have been modified locally and need saving back to the server\\n\\tvar titles = this.getSyncedTiddlers();\\n\\tfor(var index=0; index\u003Ctitles.length; index++) {\\n\\t\\tvar title = titles[index],\\n\\t\\t\\ttiddler = this.wiki.tiddlerExists(title) && this.wiki.getTiddler(title),\\n\\t\\t\\ttiddlerInfo = this.tiddlerInfo[title];\\n\\t\\tif(tiddler) {\\n\\t\\t\\t// If the tiddler is not known on the server, or has been modified locally no more recently than the threshold then it needs to be saved to the server\\n\\t\\t\\tvar hasChanged = !tiddlerInfo || this.wiki.getChangeCount(title) > tiddlerInfo.changeCount,\\n\\t\\t\\t\\tisReadyToSave = !tiddlerInfo || !tiddlerInfo.timestampLastSaved || tiddlerInfo.timestampLastSaved \u003C thresholdLastSaved;\\n\\t\\t\\tif(hasChanged) {\\n\\t\\t\\t\\tif(isReadyToSave) {\\n\\t\\t\\t\\t\\treturn new SaveTiddlerTask(this,title); \\t\\t\\t\\t\\t\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\thavePending = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Second, we check tiddlers that are known from the server but not currently in the store, and so need deleting on the server\\n\\ttitles = Object.keys(this.tiddlerInfo);\\n\\tfor(index=0; index\u003Ctitles.length; index++) {\\n\\t\\ttitle = titles[index];\\n\\t\\ttiddlerInfo = this.tiddlerInfo[title];\\n\\t\\ttiddler = this.wiki.tiddlerExists(title) && this.wiki.getTiddler(title);\\n\\t\\tif(!tiddler) {\\n\\t\\t\\treturn new DeleteTiddlerTask(this,title);\\n\\t\\t}\\n\\t}\\n\\t// Check for tiddlers that need loading\\n\\ttitle = Object.keys(this.titlesToBeLoaded)[0];\\n\\tif(title) {\\n\\t\\tdelete this.titlesToBeLoaded[title];\\n\\t\\treturn new LoadTiddlerTask(this,title);\\n\\t}\\n\\t// No tasks are ready\\n\\treturn havePending;\\n};\\n\\nfunction SaveTiddlerTask(syncer,title) {\\n\\tthis.syncer = syncer;\\n\\tthis.title = title;\\n\\tthis.type = \\\"save\\\";\\n}\\n\\nSaveTiddlerTask.prototype.run = function(callback) {\\n\\tvar self = this,\\n\\t\\tchangeCount = this.syncer.wiki.getChangeCount(this.title),\\n\\t\\ttiddler = this.syncer.wiki.tiddlerExists(this.title) && this.syncer.wiki.getTiddler(this.title);\\n\\tthis.syncer.logger.log(\\\"Dispatching 'save' task:\\\",this.title);\\n\\tif(tiddler) {\\n\\t\\tthis.syncer.syncadaptor.saveTiddler(tiddler,function(err,adaptorInfo,revision) {\\n\\t\\t\\t// If there's an error, exit without changing any internal state\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\t// Adjust the info stored about this tiddler\\n\\t\\t\\tself.syncer.tiddlerInfo[self.title] = {\\n\\t\\t\\t\\tchangeCount: changeCount,\\n\\t\\t\\t\\tadaptorInfo: adaptorInfo,\\n\\t\\t\\t\\trevision: revision,\\n\\t\\t\\t\\ttimestampLastSaved: new Date()\\n\\t\\t\\t};\\n\\t\\t\\t// Invoke the callback\\n\\t\\t\\tcallback(null);\\n\\t\\t},{\\n\\t\\t\\ttiddlerInfo: self.syncer.tiddlerInfo[self.title]\\n\\t\\t});\\n\\t} else {\\n\\t\\tthis.syncer.logger.log(\\\" Not Dispatching 'save' task:\\\",this.title,\\\"tiddler does not exist\\\");\\n\\t\\t$tw.utils.nextTick(callback(null));\\n\\t}\\n};\\n\\nfunction DeleteTiddlerTask(syncer,title) {\\n\\tthis.syncer = syncer;\\n\\tthis.title = title;\\n\\tthis.type = \\\"delete\\\";\\n}\\n\\nDeleteTiddlerTask.prototype.run = function(callback) {\\n\\tvar self = this;\\n\\tthis.syncer.logger.log(\\\"Dispatching 'delete' task:\\\",this.title);\\n\\tthis.syncer.syncadaptor.deleteTiddler(this.title,function(err) {\\n\\t\\t// If there's an error, exit without changing any internal state\\n\\t\\tif(err) {\\n\\t\\t\\treturn callback(err);\\n\\t\\t}\\n\\t\\t// Remove the info stored about this tiddler\\n\\t\\tdelete self.syncer.tiddlerInfo[self.title];\\n\\t\\t// Invoke the callback\\n\\t\\tcallback(null);\\n\\t},{\\n\\t\\ttiddlerInfo: self.syncer.tiddlerInfo[this.title]\\n\\t});\\n};\\n\\nfunction LoadTiddlerTask(syncer,title) {\\n\\tthis.syncer = syncer;\\n\\tthis.title = title;\\n\\tthis.type = \\\"load\\\";\\n}\\n\\nLoadTiddlerTask.prototype.run = function(callback) {\\n\\tvar self = this;\\n\\tthis.syncer.logger.log(\\\"Dispatching 'load' task:\\\",this.title);\\n\\tthis.syncer.syncadaptor.loadTiddler(this.title,function(err,tiddlerFields) {\\n\\t\\t// If there's an error, exit without changing any internal state\\n\\t\\tif(err) {\\n\\t\\t\\treturn callback(err);\\n\\t\\t}\\n\\t\\t// Update the info stored about this tiddler\\n\\t\\tif(tiddlerFields) {\\n\\t\\t\\tself.syncer.storeTiddler(tiddlerFields);\\n\\t\\t}\\n\\t\\t// Invoke the callback\\n\\t\\tcallback(null);\\n\\t});\\n};\\n\\nexports.Syncer = Syncer;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/tiddler.js\":{\"title\":\"$:/core/modules/tiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/tiddler.js\\ntype: application/javascript\\nmodule-type: tiddlermethod\\n\\nExtension methods for the $tw.Tiddler object (constructor and methods required at boot time are in boot/boot.js)\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.hasTag = function(tag) {\\n\\treturn this.fields.tags && this.fields.tags.indexOf(tag) !== -1;\\n};\\n\\nexports.isPlugin = function() {\\n\\treturn this.fields.type === \\\"application/json\\\" && this.hasField(\\\"plugin-type\\\");\\n};\\n\\nexports.isDraft = function() {\\n\\treturn this.hasField(\\\"draft.of\\\");\\n};\\n\\nexports.getFieldString = function(field) {\\n\\tvar value = this.fields[field];\\n\\t// Check for a missing field\\n\\tif(value === undefined || value === null) {\\n\\t\\treturn \\\"\\\";\\n\\t}\\n\\t// Parse the field with the associated module (if any)\\n\\tvar fieldModule = $tw.Tiddler.fieldModules[field];\\n\\tif(fieldModule && fieldModule.stringify) {\\n\\t\\treturn fieldModule.stringify.call(this,value);\\n\\t} else {\\n\\t\\treturn value.toString();\\n\\t}\\n};\\n\\n/*\\nGet the value of a field as a list\\n*/\\nexports.getFieldList = function(field) {\\n\\tvar value = this.fields[field];\\n\\t// Check for a missing field\\n\\tif(value === undefined || value === null) {\\n\\t\\treturn [];\\n\\t}\\n\\treturn $tw.utils.parseStringArray(value);\\n};\\n\\n/*\\nGet all the fields as a hashmap of strings. Options:\\n\\texclude: an array of field names to exclude\\n*/\\nexports.getFieldStrings = function(options) {\\n\\toptions = options || {};\\n\\tvar exclude = options.exclude || [];\\n\\tvar fields = {};\\n\\tfor(var field in this.fields) {\\n\\t\\tif($tw.utils.hop(this.fields,field)) {\\n\\t\\t\\tif(exclude.indexOf(field) === -1) {\\n\\t\\t\\t\\tfields[field] = this.getFieldString(field);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn fields;\\n};\\n\\n/*\\nGet all the fields as a name:value block. Options:\\n\\texclude: an array of field names to exclude\\n*/\\nexports.getFieldStringBlock = function(options) {\\n\\toptions = options || {};\\n\\tvar exclude = options.exclude || [],\\n\\t\\tfields = Object.keys(this.fields).sort(),\\n\\t\\tresult = [];\\n\\tfor(var t=0; t\u003Cfields.length; t++) {\\n\\t\\tvar field = fields[t];\\n\\t\\tif(exclude.indexOf(field) === -1) {\\n\\t\\t\\tresult.push(field + \\\": \\\" + this.getFieldString(field));\\n\\t\\t}\\n\\t}\\n\\treturn result.join(\\\"\\\\n\\\");\\n};\\n\\nexports.getFieldDay = function(field) {\\n\\tif(this.cache && this.cache.day && $tw.utils.hop(this.cache.day,field) ) {\\n\\t\\treturn this.cache.day[field];\\n\\t}\\n\\tvar day = \\\"\\\";\\n\\tif(this.fields[field]) {\\n\\t\\tday = (new Date($tw.utils.parseDate(this.fields[field]))).setHours(0,0,0,0);\\n\\t}\\n\\tthis.cache.day = this.cache.day || {};\\n\\tthis.cache.day[field] = day;\\n\\treturn day;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"tiddlermethod\"},\"$:/core/modules/upgraders/plugins.js\":{\"title\":\"$:/core/modules/upgraders/plugins.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/upgraders/plugins.js\\ntype: application/javascript\\nmodule-type: upgrader\\n\\nUpgrader module that checks that plugins are newer than any already installed version\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar UPGRADE_LIBRARY_TITLE = \\\"$:/UpgradeLibrary\\\";\\n\\nvar BLOCKED_PLUGINS = {\\n\\t\\\"$:/themes/tiddlywiki/stickytitles\\\": {\\n\\t\\tversions: [\\\"*\\\"]\\n\\t},\\n\\t\\\"$:/plugins/tiddlywiki/fullscreen\\\": {\\n\\t\\tversions: [\\\"*\\\"]\\n\\t}\\n};\\n\\nexports.upgrade = function(wiki,titles,tiddlers) {\\n\\tvar self = this,\\n\\t\\tmessages = {},\\n\\t\\tupgradeLibrary,\\n\\t\\tgetLibraryTiddler = function(title) {\\n\\t\\t\\tif(!upgradeLibrary) {\\n\\t\\t\\t\\tupgradeLibrary = wiki.getTiddlerData(UPGRADE_LIBRARY_TITLE,{});\\n\\t\\t\\t\\tupgradeLibrary.tiddlers = upgradeLibrary.tiddlers || {};\\n\\t\\t\\t}\\n\\t\\t\\treturn upgradeLibrary.tiddlers[title];\\n\\t\\t};\\n\\n\\t// Go through all the incoming tiddlers\\n\\t$tw.utils.each(titles,function(title) {\\n\\t\\tvar incomingTiddler = tiddlers[title];\\n\\t\\t// Check if we're dealing with a plugin\\n\\t\\tif(incomingTiddler && incomingTiddler[\\\"plugin-type\\\"]) {\\n\\t\\t\\t// Check whether the plugin contains JS modules\\n\\t\\t\\tvar requiresReload = wiki.doesPluginInfoRequireReload(JSON.parse(incomingTiddler.text)) ? (wiki.getTiddlerText(\\\"$:/language/ControlPanel/Plugins/PluginWillRequireReload\\\") + \\\" \\\") : \\\"\\\";\\n\\t\\t\\tmessages[title] = requiresReload;\\n\\t\\t\\tif(incomingTiddler.version) {\\n\\t\\t\\t\\t// Upgrade the incoming plugin if it is in the upgrade library\\n\\t\\t\\t\\tvar libraryTiddler = getLibraryTiddler(title);\\n\\t\\t\\t\\tif(libraryTiddler && libraryTiddler[\\\"plugin-type\\\"] && libraryTiddler.version) {\\n\\t\\t\\t\\t\\ttiddlers[title] = libraryTiddler;\\n\\t\\t\\t\\t\\tmessages[title] = requiresReload + $tw.language.getString(\\\"Import/Upgrader/Plugins/Upgraded\\\",{variables: {incoming: incomingTiddler.version, upgraded: libraryTiddler.version}});\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Suppress the incoming plugin if it is older than the currently installed one\\n\\t\\t\\t\\tvar existingTiddler = wiki.getTiddler(title);\\n\\t\\t\\t\\tif(existingTiddler && existingTiddler.hasField(\\\"plugin-type\\\") && existingTiddler.hasField(\\\"version\\\")) {\\n\\t\\t\\t\\t\\t// Reject the incoming plugin by blanking all its fields\\n\\t\\t\\t\\t\\tif($tw.utils.checkVersions(existingTiddler.fields.version,incomingTiddler.version)) {\\n\\t\\t\\t\\t\\t\\ttiddlers[title] = Object.create(null);\\n\\t\\t\\t\\t\\t\\tmessages[title] = $tw.language.getString(\\\"Import/Upgrader/Plugins/Suppressed/Version\\\",{variables: {incoming: incomingTiddler.version, existing: existingTiddler.fields.version}});\\n\\t\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// Check whether the plugin is on the blocked list\\n\\t\\t\\tvar blockInfo = BLOCKED_PLUGINS[title];\\n\\t\\t\\tif(blockInfo) {\\n\\t\\t\\t\\tif(blockInfo.versions.indexOf(\\\"*\\\") !== -1 || (incomingTiddler.version && blockInfo.versions.indexOf(incomingTiddler.version) !== -1)) {\\n\\t\\t\\t\\t\\ttiddlers[title] = Object.create(null);\\n\\t\\t\\t\\t\\tmessages[title] = $tw.language.getString(\\\"Import/Upgrader/Plugins/Suppressed/Incompatible\\\");\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn messages;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"upgrader\"},\"$:/core/modules/upgraders/system.js\":{\"title\":\"$:/core/modules/upgraders/system.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/upgraders/system.js\\ntype: application/javascript\\nmodule-type: upgrader\\n\\nUpgrader module that suppresses certain system tiddlers that shouldn't be imported\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar DONT_IMPORT_LIST = [\\\"$:/Import\\\"],\\n\\tUNSELECT_PREFIX_LIST = [\\\"$:/temp/\\\",\\\"$:/state/\\\",\\\"$:/StoryList\\\",\\\"$:/HistoryList\\\"],\\n\\tWARN_IMPORT_PREFIX_LIST = [\\\"$:/core/modules/\\\"];\\n\\nexports.upgrade = function(wiki,titles,tiddlers) {\\n\\tvar self = this,\\n\\t\\tmessages = {},\\n\\t\\tshowAlert = false;\\n\\t// Check for tiddlers on our list\\n\\t$tw.utils.each(titles,function(title) {\\n\\t\\tif(DONT_IMPORT_LIST.indexOf(title) !== -1) {\\n\\t\\t\\ttiddlers[title] = Object.create(null);\\n\\t\\t\\tmessages[title] = $tw.language.getString(\\\"Import/Upgrader/System/Suppressed\\\");\\n\\t\\t} else {\\n\\t\\t\\tfor(var t=0; t\u003CUNSELECT_PREFIX_LIST.length; t++) {\\n\\t\\t\\t\\tvar prefix = UNSELECT_PREFIX_LIST[t];\\n\\t\\t\\t\\tif(title.substr(0,prefix.length) === prefix) {\\n\\t\\t\\t\\t\\tmessages[title] = $tw.language.getString(\\\"Import/Upgrader/Tiddler/Unselected\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tfor(var t=0; t\u003CWARN_IMPORT_PREFIX_LIST.length; t++) {\\n\\t\\t\\t\\tvar prefix = WARN_IMPORT_PREFIX_LIST[t];\\n\\t\\t\\t\\tif(title.substr(0,prefix.length) === prefix && wiki.isShadowTiddler(title)) {\\n\\t\\t\\t\\t\\tshowAlert = true;\\n\\t\\t\\t\\t\\tmessages[title] = $tw.language.getString(\\\"Import/Upgrader/System/Warning\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\tif(showAlert) {\\n\\t\\tvar logger = new $tw.utils.Logger(\\\"import\\\");\\n\\t\\tlogger.alert($tw.language.getString(\\\"Import/Upgrader/System/Alert\\\"));\\n\\t}\\n\\treturn messages;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"upgrader\"},\"$:/core/modules/upgraders/themetweaks.js\":{\"title\":\"$:/core/modules/upgraders/themetweaks.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/upgraders/themetweaks.js\\ntype: application/javascript\\nmodule-type: upgrader\\n\\nUpgrader module that handles the change in theme tweak storage introduced in 5.0.14-beta.\\n\\nPreviously, theme tweaks were stored in two data tiddlers:\\n\\n* $:/themes/tiddlywiki/vanilla/metrics\\n* $:/themes/tiddlywiki/vanilla/settings\\n\\nNow, each tweak is stored in its own separate tiddler.\\n\\nThis upgrader copies any values from the old format to the new. The old data tiddlers are not deleted in case they have been used to store additional indexes.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar MAPPINGS = {\\n\\t\\\"$:/themes/tiddlywiki/vanilla/metrics\\\": {\\n\\t\\t\\\"fontsize\\\": \\\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\\\",\\n\\t\\t\\\"lineheight\\\": \\\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\\\",\\n\\t\\t\\\"storyleft\\\": \\\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\\\",\\n\\t\\t\\\"storytop\\\": \\\"$:/themes/tiddlywiki/vanilla/metrics/storytop\\\",\\n\\t\\t\\\"storyright\\\": \\\"$:/themes/tiddlywiki/vanilla/metrics/storyright\\\",\\n\\t\\t\\\"storywidth\\\": \\\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\\\",\\n\\t\\t\\\"tiddlerwidth\\\": \\\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\\\"\\n\\t},\\n\\t\\\"$:/themes/tiddlywiki/vanilla/settings\\\": {\\n\\t\\t\\\"fontfamily\\\": \\\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\\\"\\n\\t}\\n};\\n\\nexports.upgrade = function(wiki,titles,tiddlers) {\\n\\tvar self = this,\\n\\t\\tmessages = {};\\n\\t// Check for tiddlers on our list\\n\\t$tw.utils.each(titles,function(title) {\\n\\t\\tvar mapping = MAPPINGS[title];\\n\\t\\tif(mapping) {\\n\\t\\t\\tvar tiddler = new $tw.Tiddler(tiddlers[title]),\\n\\t\\t\\t\\ttiddlerData = wiki.getTiddlerDataCached(tiddler,{});\\n\\t\\t\\tfor(var index in mapping) {\\n\\t\\t\\t\\tvar mappedTitle = mapping[index];\\n\\t\\t\\t\\tif(!tiddlers[mappedTitle] || tiddlers[mappedTitle].title !== mappedTitle) {\\n\\t\\t\\t\\t\\ttiddlers[mappedTitle] = {\\n\\t\\t\\t\\t\\t\\ttitle: mappedTitle,\\n\\t\\t\\t\\t\\t\\ttext: tiddlerData[index]\\n\\t\\t\\t\\t\\t};\\n\\t\\t\\t\\t\\tmessages[mappedTitle] = $tw.language.getString(\\\"Import/Upgrader/ThemeTweaks/Created\\\",{variables: {\\n\\t\\t\\t\\t\\t\\tfrom: title + \\\"##\\\" + index\\n\\t\\t\\t\\t\\t}});\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn messages;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"upgrader\"},\"$:/core/modules/utils/base64-utf8/base64-utf8.module.js\":{\"text\":\"(function(){// From https://gist.github.com/Nijikokun/5192472\\n//\\n// UTF8 Module\\n//\\n// Cleaner and modularized utf-8 encoding and decoding library for javascript.\\n//\\n// copyright: MIT\\n// author: Nijiko Yonskai, @nijikokun, nijikokun@gmail.com\\n!function(r,e,o,t){void 0!==o.module&&o.module.exports?o.module.exports=e.apply(o):void 0!==o.define&&\\\"function\\\"===o.define&&o.define.amd?define(\\\"utf8\\\",[],e):o.utf8=e.apply(o)}(0,function(){return{encode:function(r){if(\\\"string\\\"!=typeof r)return r;r=r.replace(/\\\\r\\\\n/g,\\\"\\\\n\\\");for(var e,o=\\\"\\\",t=0;t\u003Cr.length;t++)if((e=r.charCodeAt(t))\u003C128)o+=String.fromCharCode(e);else if(e>127&&e\u003C2048)o+=String.fromCharCode(e>>6|192),o+=String.fromCharCode(63&e|128);else if(e>55295&&e\u003C57344&&r.length>t+1){var i=e,n=r.charCodeAt(t+1);t++;var d=65536+(i-55296\u003C\u003C10|n-56320);o+=String.fromCharCode(d>>18|240),o+=String.fromCharCode(d>>12&63|128),o+=String.fromCharCode(d>>6&63|128),o+=String.fromCharCode(63&d|128)}else o+=String.fromCharCode(e>>12|224),o+=String.fromCharCode(e>>6&63|128),o+=String.fromCharCode(63&e|128);return o},decode:function(r){if(\\\"string\\\"!=typeof r)return r;for(var e=\\\"\\\",o=0,t=0;o\u003Cr.length;)if((t=r.charCodeAt(o))\u003C128)e+=String.fromCharCode(t),o++;else if(t>191&&t\u003C224)e+=String.fromCharCode((31&t)\u003C\u003C6|63&r.charCodeAt(o+1)),o+=2;else if(t>223&&t\u003C240)e+=String.fromCharCode((15&t)\u003C\u003C12|(63&r.charCodeAt(o+1))\u003C\u003C6|63&r.charCodeAt(o+2)),o+=3;else{var i=(7&t)\u003C\u003C18|(63&r.charCodeAt(o+1))\u003C\u003C12|(63&r.charCodeAt(o+2))\u003C\u003C6|63&r.charCodeAt(o+3);e+=String.fromCharCode(55296+(i-65536>>10))+String.fromCharCode(56320+(i-65536&1023)),o+=4}return e}}},this),function(r,e,o,t){if(void 0!==o.module&&o.module.exports){if(t&&o.require)for(var i=0;i\u003Ct.length;i++)o[t[i]]=o.require(t[i]);o.module.exports=e.apply(o)}else void 0!==o.define&&\\\"function\\\"===o.define&&o.define.amd?define(\\\"base64\\\",t||[],e):o.base64=e.apply(o)}(0,function(r){var e=r||this.utf8,o=\\\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\\\";return{encode:function(r){if(void 0===e)throw{error:\\\"MissingMethod\\\",message:\\\"UTF8 Module is missing.\\\"};if(\\\"string\\\"!=typeof r)return r;r=e.encode(r);for(var t,i,n,d,f,a,h,C=\\\"\\\",c=0;c\u003Cr.length;)d=(t=r.charCodeAt(c++))>>2,f=(3&t)\u003C\u003C4|(i=r.charCodeAt(c++))>>4,a=(15&i)\u003C\u003C2|(n=r.charCodeAt(c++))>>6,h=63&n,isNaN(i)?a=h=64:isNaN(n)&&(h=64),C+=o.charAt(d)+o.charAt(f)+o.charAt(a)+o.charAt(h);return C},decode:function(r){if(void 0===e)throw{error:\\\"MissingMethod\\\",message:\\\"UTF8 Module is missing.\\\"};if(\\\"string\\\"!=typeof r)return r;r=r.replace(/[^A-Za-z0-9\\\\+\\\\/\\\\=]/g,\\\"\\\");for(var t,i,n,d,f,a,h=\\\"\\\",C=0;C\u003Cr.length;)t=o.indexOf(r.charAt(C++))\u003C\u003C2|(d=o.indexOf(r.charAt(C++)))>>4,i=(15&d)\u003C\u003C4|(f=o.indexOf(r.charAt(C++)))>>2,n=(3&f)\u003C\u003C6|(a=o.indexOf(r.charAt(C++))),h+=String.fromCharCode(t),64!=f&&(h+=String.fromCharCode(i)),64!=a&&(h+=String.fromCharCode(n));return e.decode(h)}}},this,[\\\"utf8\\\"]);}).call(exports);\",\"type\":\"application/javascript\",\"title\":\"$:/core/modules/utils/base64-utf8/base64-utf8.module.js\",\"module-type\":\"library\"},\"$:/core/modules/utils/crypto.js\":{\"title\":\"$:/core/modules/utils/crypto.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/crypto.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nUtility functions related to crypto.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nLook for an encrypted store area in the text of a TiddlyWiki file\\n*/\\nexports.extractEncryptedStoreArea = function(text) {\\n\\tvar encryptedStoreAreaStartMarker = \\\"\u003Cpre id=\\\\\\\"encryptedStoreArea\\\\\\\" type=\\\\\\\"text/plain\\\\\\\" style=\\\\\\\"display:none;\\\\\\\">\\\",\\n\\t\\tencryptedStoreAreaStart = text.indexOf(encryptedStoreAreaStartMarker);\\n\\tif(encryptedStoreAreaStart !== -1) {\\n\\t\\tvar encryptedStoreAreaEnd = text.indexOf(\\\"\u003C/pre>\\\",encryptedStoreAreaStart);\\n\\t\\tif(encryptedStoreAreaEnd !== -1) {\\n\\t\\t\\treturn $tw.utils.htmlDecode(text.substring(encryptedStoreAreaStart + encryptedStoreAreaStartMarker.length,encryptedStoreAreaEnd-1));\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nAttempt to extract the tiddlers from an encrypted store area using the current password. If the password is not provided then the password in the password store will be used\\n*/\\nexports.decryptStoreArea = function(encryptedStoreArea,password) {\\n\\tvar decryptedText = $tw.crypto.decrypt(encryptedStoreArea,password);\\n\\tif(decryptedText) {\\n\\t\\tvar json = JSON.parse(decryptedText),\\n\\t\\t\\ttiddlers = [];\\n\\t\\tfor(var title in json) {\\n\\t\\t\\tif(title !== \\\"$:/isEncrypted\\\") {\\n\\t\\t\\t\\ttiddlers.push(json[title]);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\treturn tiddlers;\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\n\\n/*\\nAttempt to extract the tiddlers from an encrypted store area using the current password. If that fails, the user is prompted for a password.\\nencryptedStoreArea: text of the TiddlyWiki encrypted store area\\ncallback: function(tiddlers) called with the array of decrypted tiddlers\\n\\nThe following configuration settings are supported:\\n\\n$tw.config.usePasswordVault: causes any password entered by the user to also be put into the system password vault\\n*/\\nexports.decryptStoreAreaInteractive = function(encryptedStoreArea,callback,options) {\\n\\t// Try to decrypt with the current password\\n\\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea);\\n\\tif(tiddlers) {\\n\\t\\tcallback(tiddlers);\\n\\t} else {\\n\\t\\t// Prompt for a new password and keep trying\\n\\t\\t$tw.passwordPrompt.createPrompt({\\n\\t\\t\\tserviceName: \\\"Enter a password to decrypt the imported TiddlyWiki\\\",\\n\\t\\t\\tnoUserName: true,\\n\\t\\t\\tcanCancel: true,\\n\\t\\t\\tsubmitText: \\\"Decrypt\\\",\\n\\t\\t\\tcallback: function(data) {\\n\\t\\t\\t\\t// Exit if the user cancelled\\n\\t\\t\\t\\tif(!data) {\\n\\t\\t\\t\\t\\treturn false;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Attempt to decrypt the tiddlers\\n\\t\\t\\t\\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea,data.password);\\n\\t\\t\\t\\tif(tiddlers) {\\n\\t\\t\\t\\t\\tif($tw.config.usePasswordVault) {\\n\\t\\t\\t\\t\\t\\t$tw.crypto.setPassword(data.password);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tcallback(tiddlers);\\n\\t\\t\\t\\t\\t// Exit and remove the password prompt\\n\\t\\t\\t\\t\\treturn true;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// We didn't decrypt everything, so continue to prompt for password\\n\\t\\t\\t\\t\\treturn false;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/csv.js\":{\"title\":\"$:/core/modules/utils/csv.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/csv.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nA barebones CSV parser\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nParse a CSV string with a header row and return an array of hashmaps.\\n*/\\nexports.parseCsvStringWithHeader = function(text,options) {\\n\\toptions = options || {};\\n\\tvar separator = options.separator || \\\",\\\",\\n\\t\\trows = text.split(/\\\\r?\\\\n/mg).map(function(row) {\\n\\t\\t\\treturn $tw.utils.trim(row);\\n\\t\\t}).filter(function(row) {\\n\\t\\t\\treturn row !== \\\"\\\";\\n\\t\\t});\\n\\tif(rows.length \u003C 1) {\\n\\t\\treturn \\\"Missing header row\\\";\\n\\t}\\n\\tvar headings = rows[0].split(separator),\\n\\t\\tresults = [];\\n\\tfor(var row=1; row\u003Crows.length; row++) {\\n\\t\\tvar columns = rows[row].split(separator),\\n\\t\\t\\tcolumnResult = Object.create(null);\\n\\t\\tif(columns.length !== headings.length) {\\n\\t\\t\\treturn \\\"Malformed CSV row '\\\" + rows[row] + \\\"'\\\";\\n\\t\\t}\\n\\t\\tfor(var column=0; column\u003Ccolumns.length; column++) {\\n\\t\\t\\tvar columnName = headings[column];\\n\\t\\t\\tcolumnResult[columnName] = $tw.utils.trim(columns[column] || \\\"\\\");\\n\\t\\t}\\n\\t\\tresults.push(columnResult);\\n\\t}\\n\\treturn results;\\n}\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\":{\"text\":\"(function(){function diff_match_patch(){this.Diff_Timeout=1;this.Diff_EditCost=4;this.Match_Threshold=.5;this.Match_Distance=1E3;this.Patch_DeleteThreshold=.5;this.Patch_Margin=4;this.Match_MaxBits=32}var DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;\\ndiff_match_patch.prototype.diff_main=function(a,b,c,d){\\\"undefined\\\"==typeof d&&(d=0>=this.Diff_Timeout?Number.MAX_VALUE:(new Date).getTime()+1E3*this.Diff_Timeout);if(null==a||null==b)throw Error(\\\"Null input. (diff_main)\\\");if(a==b)return a?[[DIFF_EQUAL,a]]:[];\\\"undefined\\\"==typeof c&&(c=!0);var e=c,f=this.diff_commonPrefix(a,b);c=a.substring(0,f);a=a.substring(f);b=b.substring(f);f=this.diff_commonSuffix(a,b);var g=a.substring(a.length-f);a=a.substring(0,a.length-f);b=b.substring(0,b.length-f);a=this.diff_compute_(a,\\nb,e,d);c&&a.unshift([DIFF_EQUAL,c]);g&&a.push([DIFF_EQUAL,g]);this.diff_cleanupMerge(a);return a};\\ndiff_match_patch.prototype.diff_compute_=function(a,b,c,d){if(!a)return[[DIFF_INSERT,b]];if(!b)return[[DIFF_DELETE,a]];var e=a.length>b.length?a:b,f=a.length>b.length?b:a,g=e.indexOf(f);return-1!=g?(c=[[DIFF_INSERT,e.substring(0,g)],[DIFF_EQUAL,f],[DIFF_INSERT,e.substring(g+f.length)]],a.length>b.length&&(c[0][0]=c[2][0]=DIFF_DELETE),c):1==f.length?[[DIFF_DELETE,a],[DIFF_INSERT,b]]:(e=this.diff_halfMatch_(a,b))?(b=e[1],f=e[3],a=e[4],e=this.diff_main(e[0],e[2],c,d),c=this.diff_main(b,f,c,d),e.concat([[DIFF_EQUAL,\\na]],c)):c&&100\u003Ca.length&&100\u003Cb.length?this.diff_lineMode_(a,b,d):this.diff_bisect_(a,b,d)};\\ndiff_match_patch.prototype.diff_lineMode_=function(a,b,c){var d=this.diff_linesToChars_(a,b);a=d.chars1;b=d.chars2;d=d.lineArray;a=this.diff_main(a,b,!1,c);this.diff_charsToLines_(a,d);this.diff_cleanupSemantic(a);a.push([DIFF_EQUAL,\\\"\\\"]);for(var e=d=b=0,f=\\\"\\\",g=\\\"\\\";b\u003Ca.length;){switch(a[b][0]){case DIFF_INSERT:e++;g+=a[b][1];break;case DIFF_DELETE:d++;f+=a[b][1];break;case DIFF_EQUAL:if(1\u003C=d&&1\u003C=e){a.splice(b-d-e,d+e);b=b-d-e;d=this.diff_main(f,g,!1,c);for(e=d.length-1;0\u003C=e;e--)a.splice(b,0,d[e]);b+=\\nd.length}d=e=0;g=f=\\\"\\\"}b++}a.pop();return a};\\ndiff_match_patch.prototype.diff_bisect_=function(a,b,c){for(var d=a.length,e=b.length,f=Math.ceil((d+e)/2),g=2*f,h=Array(g),l=Array(g),k=0;k\u003Cg;k++)h[k]=-1,l[k]=-1;h[f+1]=0;l[f+1]=0;k=d-e;for(var m=0!=k%2,p=0,x=0,w=0,q=0,t=0;t\u003Cf&&!((new Date).getTime()>c);t++){for(var v=-t+p;v\u003C=t-x;v+=2){var n=f+v;var r=v==-t||v!=t&&h[n-1]\u003Ch[n+1]?h[n+1]:h[n-1]+1;for(var y=r-v;r\u003Cd&&y\u003Ce&&a.charAt(r)==b.charAt(y);)r++,y++;h[n]=r;if(r>d)x+=2;else if(y>e)p+=2;else if(m&&(n=f+k-v,0\u003C=n&&n\u003Cg&&-1!=l[n])){var u=d-l[n];if(r>=\\nu)return this.diff_bisectSplit_(a,b,r,y,c)}}for(v=-t+w;v\u003C=t-q;v+=2){n=f+v;u=v==-t||v!=t&&l[n-1]\u003Cl[n+1]?l[n+1]:l[n-1]+1;for(r=u-v;u\u003Cd&&r\u003Ce&&a.charAt(d-u-1)==b.charAt(e-r-1);)u++,r++;l[n]=u;if(u>d)q+=2;else if(r>e)w+=2;else if(!m&&(n=f+k-v,0\u003C=n&&n\u003Cg&&-1!=h[n]&&(r=h[n],y=f+r-n,u=d-u,r>=u)))return this.diff_bisectSplit_(a,b,r,y,c)}}return[[DIFF_DELETE,a],[DIFF_INSERT,b]]};\\ndiff_match_patch.prototype.diff_bisectSplit_=function(a,b,c,d,e){var f=a.substring(0,c),g=b.substring(0,d);a=a.substring(c);b=b.substring(d);f=this.diff_main(f,g,!1,e);e=this.diff_main(a,b,!1,e);return f.concat(e)};\\ndiff_match_patch.prototype.diff_linesToChars_=function(a,b){function c(a){for(var b=\\\"\\\",c=0,f=-1,g=d.length;f\u003Ca.length-1;){f=a.indexOf(\\\"\\\\n\\\",c);-1==f&&(f=a.length-1);var h=a.substring(c,f+1);c=f+1;(e.hasOwnProperty?e.hasOwnProperty(h):void 0!==e[h])?b+=String.fromCharCode(e[h]):(b+=String.fromCharCode(g),e[h]=g,d[g++]=h)}return b}var d=[],e={};d[0]=\\\"\\\";var f=c(a),g=c(b);return{chars1:f,chars2:g,lineArray:d}};\\ndiff_match_patch.prototype.diff_charsToLines_=function(a,b){for(var c=0;c\u003Ca.length;c++){for(var d=a[c][1],e=[],f=0;f\u003Cd.length;f++)e[f]=b[d.charCodeAt(f)];a[c][1]=e.join(\\\"\\\")}};diff_match_patch.prototype.diff_commonPrefix=function(a,b){if(!a||!b||a.charAt(0)!=b.charAt(0))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c\u003Ce;)a.substring(f,e)==b.substring(f,e)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\\ndiff_match_patch.prototype.diff_commonSuffix=function(a,b){if(!a||!b||a.charAt(a.length-1)!=b.charAt(b.length-1))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c\u003Ce;)a.substring(a.length-e,a.length-f)==b.substring(b.length-e,b.length-f)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\\ndiff_match_patch.prototype.diff_commonOverlap_=function(a,b){var c=a.length,d=b.length;if(0==c||0==d)return 0;c>d?a=a.substring(c-d):c\u003Cd&&(b=b.substring(0,c));c=Math.min(c,d);if(a==b)return c;d=0;for(var e=1;;){var f=a.substring(c-e);f=b.indexOf(f);if(-1==f)return d;e+=f;if(0==f||a.substring(c-e)==b.substring(0,e))d=e,e++}};\\ndiff_match_patch.prototype.diff_halfMatch_=function(a,b){function c(a,b,c){for(var d=a.substring(c,c+Math.floor(a.length/4)),e=-1,g=\\\"\\\",h,k,l,m;-1!=(e=b.indexOf(d,e+1));){var p=f.diff_commonPrefix(a.substring(c),b.substring(e)),u=f.diff_commonSuffix(a.substring(0,c),b.substring(0,e));g.length\u003Cu+p&&(g=b.substring(e-u,e)+b.substring(e,e+p),h=a.substring(0,c-u),k=a.substring(c+p),l=b.substring(0,e-u),m=b.substring(e+p))}return 2*g.length>=a.length?[h,k,l,m,g]:null}if(0>=this.Diff_Timeout)return null;\\nvar d=a.length>b.length?a:b,e=a.length>b.length?b:a;if(4>d.length||2*e.length\u003Cd.length)return null;var f=this,g=c(d,e,Math.ceil(d.length/4));d=c(d,e,Math.ceil(d.length/2));if(g||d)g=d?g?g[4].length>d[4].length?g:d:d:g;else return null;if(a.length>b.length){d=g[0];e=g[1];var h=g[2];var l=g[3]}else h=g[0],l=g[1],d=g[2],e=g[3];return[d,e,h,l,g[4]]};\\ndiff_match_patch.prototype.diff_cleanupSemantic=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=0,h=0,l=0,k=0;f\u003Ca.length;)a[f][0]==DIFF_EQUAL?(c[d++]=f,g=l,h=k,k=l=0,e=a[f][1]):(a[f][0]==DIFF_INSERT?l+=a[f][1].length:k+=a[f][1].length,e&&e.length\u003C=Math.max(g,h)&&e.length\u003C=Math.max(l,k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,d--,f=0\u003Cd?c[d-1]:-1,k=l=h=g=0,e=null,b=!0)),f++;b&&this.diff_cleanupMerge(a);this.diff_cleanupSemanticLossless(a);for(f=1;f\u003Ca.length;){if(a[f-1][0]==\\nDIFF_DELETE&&a[f][0]==DIFF_INSERT){b=a[f-1][1];c=a[f][1];d=this.diff_commonOverlap_(b,c);e=this.diff_commonOverlap_(c,b);if(d>=e){if(d>=b.length/2||d>=c.length/2)a.splice(f,0,[DIFF_EQUAL,c.substring(0,d)]),a[f-1][1]=b.substring(0,b.length-d),a[f+1][1]=c.substring(d),f++}else if(e>=b.length/2||e>=c.length/2)a.splice(f,0,[DIFF_EQUAL,b.substring(0,e)]),a[f-1][0]=DIFF_INSERT,a[f-1][1]=c.substring(0,c.length-e),a[f+1][0]=DIFF_DELETE,a[f+1][1]=b.substring(e),f++;f++}f++}};\\ndiff_match_patch.prototype.diff_cleanupSemanticLossless=function(a){function b(a,b){if(!a||!b)return 6;var c=a.charAt(a.length-1),d=b.charAt(0),e=c.match(diff_match_patch.nonAlphaNumericRegex_),f=d.match(diff_match_patch.nonAlphaNumericRegex_),g=e&&c.match(diff_match_patch.whitespaceRegex_),h=f&&d.match(diff_match_patch.whitespaceRegex_);c=g&&c.match(diff_match_patch.linebreakRegex_);d=h&&d.match(diff_match_patch.linebreakRegex_);var k=c&&a.match(diff_match_patch.blanklineEndRegex_),l=d&&b.match(diff_match_patch.blanklineStartRegex_);\\nreturn k||l?5:c||d?4:e&&!g&&h?3:g||h?2:e||f?1:0}for(var c=1;c\u003Ca.length-1;){if(a[c-1][0]==DIFF_EQUAL&&a[c+1][0]==DIFF_EQUAL){var d=a[c-1][1],e=a[c][1],f=a[c+1][1],g=this.diff_commonSuffix(d,e);if(g){var h=e.substring(e.length-g);d=d.substring(0,d.length-g);e=h+e.substring(0,e.length-g);f=h+f}g=d;h=e;for(var l=f,k=b(d,e)+b(e,f);e.charAt(0)===f.charAt(0);){d+=e.charAt(0);e=e.substring(1)+f.charAt(0);f=f.substring(1);var m=b(d,e)+b(e,f);m>=k&&(k=m,g=d,h=e,l=f)}a[c-1][1]!=g&&(g?a[c-1][1]=g:(a.splice(c-\\n1,1),c--),a[c][1]=h,l?a[c+1][1]=l:(a.splice(c+1,1),c--))}c++}};diff_match_patch.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/;diff_match_patch.whitespaceRegex_=/\\\\s/;diff_match_patch.linebreakRegex_=/[\\\\r\\\\n]/;diff_match_patch.blanklineEndRegex_=/\\\\n\\\\r?\\\\n$/;diff_match_patch.blanklineStartRegex_=/^\\\\r?\\\\n\\\\r?\\\\n/;\\ndiff_match_patch.prototype.diff_cleanupEfficiency=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=!1,h=!1,l=!1,k=!1;f\u003Ca.length;)a[f][0]==DIFF_EQUAL?(a[f][1].length\u003Cthis.Diff_EditCost&&(l||k)?(c[d++]=f,g=l,h=k,e=a[f][1]):(d=0,e=null),l=k=!1):(a[f][0]==DIFF_DELETE?k=!0:l=!0,e&&(g&&h&&l&&k||e.length\u003Cthis.Diff_EditCost/2&&3==g+h+l+k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,e=null,g&&h?(l=k=!0,d=0):(d--,f=0\u003Cd?c[d-1]:-1,l=k=!1),b=!0)),f++;b&&this.diff_cleanupMerge(a)};\\ndiff_match_patch.prototype.diff_cleanupMerge=function(a){a.push([DIFF_EQUAL,\\\"\\\"]);for(var b=0,c=0,d=0,e=\\\"\\\",f=\\\"\\\",g;b\u003Ca.length;)switch(a[b][0]){case DIFF_INSERT:d++;f+=a[b][1];b++;break;case DIFF_DELETE:c++;e+=a[b][1];b++;break;case DIFF_EQUAL:1\u003Cc+d?(0!==c&&0!==d&&(g=this.diff_commonPrefix(f,e),0!==g&&(0\u003Cb-c-d&&a[b-c-d-1][0]==DIFF_EQUAL?a[b-c-d-1][1]+=f.substring(0,g):(a.splice(0,0,[DIFF_EQUAL,f.substring(0,g)]),b++),f=f.substring(g),e=e.substring(g)),g=this.diff_commonSuffix(f,e),0!==g&&(a[b][1]=f.substring(f.length-\\ng)+a[b][1],f=f.substring(0,f.length-g),e=e.substring(0,e.length-g))),0===c?a.splice(b-d,c+d,[DIFF_INSERT,f]):0===d?a.splice(b-c,c+d,[DIFF_DELETE,e]):a.splice(b-c-d,c+d,[DIFF_DELETE,e],[DIFF_INSERT,f]),b=b-c-d+(c?1:0)+(d?1:0)+1):0!==b&&a[b-1][0]==DIFF_EQUAL?(a[b-1][1]+=a[b][1],a.splice(b,1)):b++,c=d=0,f=e=\\\"\\\"}\\\"\\\"===a[a.length-1][1]&&a.pop();c=!1;for(b=1;b\u003Ca.length-1;)a[b-1][0]==DIFF_EQUAL&&a[b+1][0]==DIFF_EQUAL&&(a[b][1].substring(a[b][1].length-a[b-1][1].length)==a[b-1][1]?(a[b][1]=a[b-1][1]+a[b][1].substring(0,\\na[b][1].length-a[b-1][1].length),a[b+1][1]=a[b-1][1]+a[b+1][1],a.splice(b-1,1),c=!0):a[b][1].substring(0,a[b+1][1].length)==a[b+1][1]&&(a[b-1][1]+=a[b+1][1],a[b][1]=a[b][1].substring(a[b+1][1].length)+a[b+1][1],a.splice(b+1,1),c=!0)),b++;c&&this.diff_cleanupMerge(a)};\\ndiff_match_patch.prototype.diff_xIndex=function(a,b){var c=0,d=0,e=0,f=0,g;for(g=0;g\u003Ca.length;g++){a[g][0]!==DIFF_INSERT&&(c+=a[g][1].length);a[g][0]!==DIFF_DELETE&&(d+=a[g][1].length);if(c>b)break;e=c;f=d}return a.length!=g&&a[g][0]===DIFF_DELETE?f:f+(b-e)};\\ndiff_match_patch.prototype.diff_prettyHtml=function(a){for(var b=[],c=/&/g,d=/\u003C/g,e=/>/g,f=/\\\\n/g,g=0;g\u003Ca.length;g++){var h=a[g][0],l=a[g][1].replace(c,\\\"&amp;\\\").replace(d,\\\"&lt;\\\").replace(e,\\\"&gt;\\\").replace(f,\\\"&para;\u003Cbr>\\\");switch(h){case DIFF_INSERT:b[g]='\u003Cins style=\\\"background:#e6ffe6;\\\">'+l+\\\"\u003C/ins>\\\";break;case DIFF_DELETE:b[g]='\u003Cdel style=\\\"background:#ffe6e6;\\\">'+l+\\\"\u003C/del>\\\";break;case DIFF_EQUAL:b[g]=\\\"\u003Cspan>\\\"+l+\\\"\u003C/span>\\\"}}return b.join(\\\"\\\")};\\ndiff_match_patch.prototype.diff_text1=function(a){for(var b=[],c=0;c\u003Ca.length;c++)a[c][0]!==DIFF_INSERT&&(b[c]=a[c][1]);return b.join(\\\"\\\")};diff_match_patch.prototype.diff_text2=function(a){for(var b=[],c=0;c\u003Ca.length;c++)a[c][0]!==DIFF_DELETE&&(b[c]=a[c][1]);return b.join(\\\"\\\")};\\ndiff_match_patch.prototype.diff_levenshtein=function(a){for(var b=0,c=0,d=0,e=0;e\u003Ca.length;e++){var f=a[e][1];switch(a[e][0]){case DIFF_INSERT:c+=f.length;break;case DIFF_DELETE:d+=f.length;break;case DIFF_EQUAL:b+=Math.max(c,d),d=c=0}}return b+=Math.max(c,d)};\\ndiff_match_patch.prototype.diff_toDelta=function(a){for(var b=[],c=0;c\u003Ca.length;c++)switch(a[c][0]){case DIFF_INSERT:b[c]=\\\"+\\\"+encodeURI(a[c][1]);break;case DIFF_DELETE:b[c]=\\\"-\\\"+a[c][1].length;break;case DIFF_EQUAL:b[c]=\\\"=\\\"+a[c][1].length}return b.join(\\\"\\\\t\\\").replace(/%20/g,\\\" \\\")};\\ndiff_match_patch.prototype.diff_fromDelta=function(a,b){for(var c=[],d=0,e=0,f=b.split(/\\\\t/g),g=0;g\u003Cf.length;g++){var h=f[g].substring(1);switch(f[g].charAt(0)){case \\\"+\\\":try{c[d++]=[DIFF_INSERT,decodeURI(h)]}catch(k){throw Error(\\\"Illegal escape in diff_fromDelta: \\\"+h);}break;case \\\"-\\\":case \\\"=\\\":var l=parseInt(h,10);if(isNaN(l)||0>l)throw Error(\\\"Invalid number in diff_fromDelta: \\\"+h);h=a.substring(e,e+=l);\\\"=\\\"==f[g].charAt(0)?c[d++]=[DIFF_EQUAL,h]:c[d++]=[DIFF_DELETE,h];break;default:if(f[g])throw Error(\\\"Invalid diff operation in diff_fromDelta: \\\"+\\nf[g]);}}if(e!=a.length)throw Error(\\\"Delta length (\\\"+e+\\\") does not equal source text length (\\\"+a.length+\\\").\\\");return c};diff_match_patch.prototype.match_main=function(a,b,c){if(null==a||null==b||null==c)throw Error(\\\"Null input. (match_main)\\\");c=Math.max(0,Math.min(c,a.length));return a==b?0:a.length?a.substring(c,c+b.length)==b?c:this.match_bitap_(a,b,c):-1};\\ndiff_match_patch.prototype.match_bitap_=function(a,b,c){function d(a,d){var e=a/b.length,g=Math.abs(c-d);return f.Match_Distance?e+g/f.Match_Distance:g?1:e}if(b.length>this.Match_MaxBits)throw Error(\\\"Pattern too long for this browser.\\\");var e=this.match_alphabet_(b),f=this,g=this.Match_Threshold,h=a.indexOf(b,c);-1!=h&&(g=Math.min(d(0,h),g),h=a.lastIndexOf(b,c+b.length),-1!=h&&(g=Math.min(d(0,h),g)));var l=1\u003C\u003Cb.length-1;h=-1;for(var k,m,p=b.length+a.length,x,w=0;w\u003Cb.length;w++){k=0;for(m=p;k\u003Cm;)d(w,\\nc+m)\u003C=g?k=m:p=m,m=Math.floor((p-k)/2+k);p=m;k=Math.max(1,c-m+1);var q=Math.min(c+m,a.length)+b.length;m=Array(q+2);for(m[q+1]=(1\u003C\u003Cw)-1;q>=k;q--){var t=e[a.charAt(q-1)];m[q]=0===w?(m[q+1]\u003C\u003C1|1)&t:(m[q+1]\u003C\u003C1|1)&t|(x[q+1]|x[q])\u003C\u003C1|1|x[q+1];if(m[q]&l&&(t=d(w,q-1),t\u003C=g))if(g=t,h=q-1,h>c)k=Math.max(1,2*c-h);else break}if(d(w+1,c)>g)break;x=m}return h};\\ndiff_match_patch.prototype.match_alphabet_=function(a){for(var b={},c=0;c\u003Ca.length;c++)b[a.charAt(c)]=0;for(c=0;c\u003Ca.length;c++)b[a.charAt(c)]|=1\u003C\u003Ca.length-c-1;return b};\\ndiff_match_patch.prototype.patch_addContext_=function(a,b){if(0!=b.length){for(var c=b.substring(a.start2,a.start2+a.length1),d=0;b.indexOf(c)!=b.lastIndexOf(c)&&c.length\u003Cthis.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)d+=this.Patch_Margin,c=b.substring(a.start2-d,a.start2+a.length1+d);d+=this.Patch_Margin;(c=b.substring(a.start2-d,a.start2))&&a.diffs.unshift([DIFF_EQUAL,c]);(d=b.substring(a.start2+a.length1,a.start2+a.length1+d))&&a.diffs.push([DIFF_EQUAL,d]);a.start1-=c.length;a.start2-=\\nc.length;a.length1+=c.length+d.length;a.length2+=c.length+d.length}};\\ndiff_match_patch.prototype.patch_make=function(a,b,c){if(\\\"string\\\"==typeof a&&\\\"string\\\"==typeof b&&\\\"undefined\\\"==typeof c){var d=a;b=this.diff_main(d,b,!0);2\u003Cb.length&&(this.diff_cleanupSemantic(b),this.diff_cleanupEfficiency(b))}else if(a&&\\\"object\\\"==typeof a&&\\\"undefined\\\"==typeof b&&\\\"undefined\\\"==typeof c)b=a,d=this.diff_text1(b);else if(\\\"string\\\"==typeof a&&b&&\\\"object\\\"==typeof b&&\\\"undefined\\\"==typeof c)d=a;else if(\\\"string\\\"==typeof a&&\\\"string\\\"==typeof b&&c&&\\\"object\\\"==typeof c)d=a,b=c;else throw Error(\\\"Unknown call format to patch_make.\\\");\\nif(0===b.length)return[];c=[];a=new diff_match_patch.patch_obj;for(var e=0,f=0,g=0,h=d,l=0;l\u003Cb.length;l++){var k=b[l][0],m=b[l][1];e||k===DIFF_EQUAL||(a.start1=f,a.start2=g);switch(k){case DIFF_INSERT:a.diffs[e++]=b[l];a.length2+=m.length;d=d.substring(0,g)+m+d.substring(g);break;case DIFF_DELETE:a.length1+=m.length;a.diffs[e++]=b[l];d=d.substring(0,g)+d.substring(g+m.length);break;case DIFF_EQUAL:m.length\u003C=2*this.Patch_Margin&&e&&b.length!=l+1?(a.diffs[e++]=b[l],a.length1+=m.length,a.length2+=m.length):\\nm.length>=2*this.Patch_Margin&&e&&(this.patch_addContext_(a,h),c.push(a),a=new diff_match_patch.patch_obj,e=0,h=d,f=g)}k!==DIFF_INSERT&&(f+=m.length);k!==DIFF_DELETE&&(g+=m.length)}e&&(this.patch_addContext_(a,h),c.push(a));return c};\\ndiff_match_patch.prototype.patch_deepCopy=function(a){for(var b=[],c=0;c\u003Ca.length;c++){var d=a[c],e=new diff_match_patch.patch_obj;e.diffs=[];for(var f=0;f\u003Cd.diffs.length;f++)e.diffs[f]=d.diffs[f].slice();e.start1=d.start1;e.start2=d.start2;e.length1=d.length1;e.length2=d.length2;b[c]=e}return b};\\ndiff_match_patch.prototype.patch_apply=function(a,b){if(0==a.length)return[b,[]];a=this.patch_deepCopy(a);var c=this.patch_addPadding(a);b=c+b+c;this.patch_splitMax(a);for(var d=0,e=[],f=0;f\u003Ca.length;f++){var g=a[f].start2+d,h=this.diff_text1(a[f].diffs),l=-1;if(h.length>this.Match_MaxBits){var k=this.match_main(b,h.substring(0,this.Match_MaxBits),g);-1!=k&&(l=this.match_main(b,h.substring(h.length-this.Match_MaxBits),g+h.length-this.Match_MaxBits),-1==l||k>=l)&&(k=-1)}else k=this.match_main(b,h,\\ng);if(-1==k)e[f]=!1,d-=a[f].length2-a[f].length1;else if(e[f]=!0,d=k-g,g=-1==l?b.substring(k,k+h.length):b.substring(k,l+this.Match_MaxBits),h==g)b=b.substring(0,k)+this.diff_text2(a[f].diffs)+b.substring(k+h.length);else if(g=this.diff_main(h,g,!1),h.length>this.Match_MaxBits&&this.diff_levenshtein(g)/h.length>this.Patch_DeleteThreshold)e[f]=!1;else{this.diff_cleanupSemanticLossless(g);h=0;var m;for(l=0;l\u003Ca[f].diffs.length;l++){var p=a[f].diffs[l];p[0]!==DIFF_EQUAL&&(m=this.diff_xIndex(g,h));p[0]===\\nDIFF_INSERT?b=b.substring(0,k+m)+p[1]+b.substring(k+m):p[0]===DIFF_DELETE&&(b=b.substring(0,k+m)+b.substring(k+this.diff_xIndex(g,h+p[1].length)));p[0]!==DIFF_DELETE&&(h+=p[1].length)}}}b=b.substring(c.length,b.length-c.length);return[b,e]};\\ndiff_match_patch.prototype.patch_addPadding=function(a){for(var b=this.Patch_Margin,c=\\\"\\\",d=1;d\u003C=b;d++)c+=String.fromCharCode(d);for(d=0;d\u003Ca.length;d++)a[d].start1+=b,a[d].start2+=b;d=a[0];var e=d.diffs;if(0==e.length||e[0][0]!=DIFF_EQUAL)e.unshift([DIFF_EQUAL,c]),d.start1-=b,d.start2-=b,d.length1+=b,d.length2+=b;else if(b>e[0][1].length){var f=b-e[0][1].length;e[0][1]=c.substring(e[0][1].length)+e[0][1];d.start1-=f;d.start2-=f;d.length1+=f;d.length2+=f}d=a[a.length-1];e=d.diffs;0==e.length||e[e.length-\\n1][0]!=DIFF_EQUAL?(e.push([DIFF_EQUAL,c]),d.length1+=b,d.length2+=b):b>e[e.length-1][1].length&&(f=b-e[e.length-1][1].length,e[e.length-1][1]+=c.substring(0,f),d.length1+=f,d.length2+=f);return c};\\ndiff_match_patch.prototype.patch_splitMax=function(a){for(var b=this.Match_MaxBits,c=0;c\u003Ca.length;c++)if(!(a[c].length1\u003C=b)){var d=a[c];a.splice(c--,1);for(var e=d.start1,f=d.start2,g=\\\"\\\";0!==d.diffs.length;){var h=new diff_match_patch.patch_obj,l=!0;h.start1=e-g.length;h.start2=f-g.length;\\\"\\\"!==g&&(h.length1=h.length2=g.length,h.diffs.push([DIFF_EQUAL,g]));for(;0!==d.diffs.length&&h.length1\u003Cb-this.Patch_Margin;){g=d.diffs[0][0];var k=d.diffs[0][1];g===DIFF_INSERT?(h.length2+=k.length,f+=k.length,h.diffs.push(d.diffs.shift()),\\nl=!1):g===DIFF_DELETE&&1==h.diffs.length&&h.diffs[0][0]==DIFF_EQUAL&&k.length>2*b?(h.length1+=k.length,e+=k.length,l=!1,h.diffs.push([g,k]),d.diffs.shift()):(k=k.substring(0,b-h.length1-this.Patch_Margin),h.length1+=k.length,e+=k.length,g===DIFF_EQUAL?(h.length2+=k.length,f+=k.length):l=!1,h.diffs.push([g,k]),k==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(k.length))}g=this.diff_text2(h.diffs);g=g.substring(g.length-this.Patch_Margin);k=this.diff_text1(d.diffs).substring(0,\\nthis.Patch_Margin);\\\"\\\"!==k&&(h.length1+=k.length,h.length2+=k.length,0!==h.diffs.length&&h.diffs[h.diffs.length-1][0]===DIFF_EQUAL?h.diffs[h.diffs.length-1][1]+=k:h.diffs.push([DIFF_EQUAL,k]));l||a.splice(++c,0,h)}}};diff_match_patch.prototype.patch_toText=function(a){for(var b=[],c=0;c\u003Ca.length;c++)b[c]=a[c];return b.join(\\\"\\\")};\\ndiff_match_patch.prototype.patch_fromText=function(a){var b=[];if(!a)return b;a=a.split(\\\"\\\\n\\\");for(var c=0,d=/^@@ -(\\\\d+),?(\\\\d*) \\\\+(\\\\d+),?(\\\\d*) @@$/;c\u003Ca.length;){var e=a[c].match(d);if(!e)throw Error(\\\"Invalid patch string: \\\"+a[c]);var f=new diff_match_patch.patch_obj;b.push(f);f.start1=parseInt(e[1],10);\\\"\\\"===e[2]?(f.start1--,f.length1=1):\\\"0\\\"==e[2]?f.length1=0:(f.start1--,f.length1=parseInt(e[2],10));f.start2=parseInt(e[3],10);\\\"\\\"===e[4]?(f.start2--,f.length2=1):\\\"0\\\"==e[4]?f.length2=0:(f.start2--,f.length2=\\nparseInt(e[4],10));for(c++;c\u003Ca.length;){e=a[c].charAt(0);try{var g=decodeURI(a[c].substring(1))}catch(h){throw Error(\\\"Illegal escape in patch_fromText: \\\"+g);}if(\\\"-\\\"==e)f.diffs.push([DIFF_DELETE,g]);else if(\\\"+\\\"==e)f.diffs.push([DIFF_INSERT,g]);else if(\\\" \\\"==e)f.diffs.push([DIFF_EQUAL,g]);else if(\\\"@\\\"==e)break;else if(\\\"\\\"!==e)throw Error('Invalid patch mode \\\"'+e+'\\\" in: '+g);c++}}return b};diff_match_patch.patch_obj=function(){this.diffs=[];this.start2=this.start1=null;this.length2=this.length1=0};\\ndiff_match_patch.patch_obj.prototype.toString=function(){for(var a=[\\\"@@ -\\\"+(0===this.length1?this.start1+\\\",0\\\":1==this.length1?this.start1+1:this.start1+1+\\\",\\\"+this.length1)+\\\" +\\\"+(0===this.length2?this.start2+\\\",0\\\":1==this.length2?this.start2+1:this.start2+1+\\\",\\\"+this.length2)+\\\" @@\\\\n\\\"],b,c=0;c\u003Cthis.diffs.length;c++){switch(this.diffs[c][0]){case DIFF_INSERT:b=\\\"+\\\";break;case DIFF_DELETE:b=\\\"-\\\";break;case DIFF_EQUAL:b=\\\" \\\"}a[c+1]=b+encodeURI(this.diffs[c][1])+\\\"\\\\n\\\"}return a.join(\\\"\\\").replace(/%20/g,\\\" \\\")};\\nthis.diff_match_patch=diff_match_patch;this.DIFF_DELETE=DIFF_DELETE;this.DIFF_INSERT=DIFF_INSERT;this.DIFF_EQUAL=DIFF_EQUAL;\\n}).call(exports);\",\"type\":\"application/javascript\",\"title\":\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\",\"module-type\":\"library\"},\"$:/core/modules/utils/dom/animations/slide.js\":{\"title\":\"$:/core/modules/utils/dom/animations/slide.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/animations/slide.js\\ntype: application/javascript\\nmodule-type: animation\\n\\nA simple slide animation that varies the height of the element\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nfunction slideOpen(domNode,options) {\\n\\toptions = options || {};\\n\\tvar duration = options.duration || $tw.utils.getAnimationDuration();\\n\\t// Get the current height of the domNode\\n\\tvar computedStyle = window.getComputedStyle(domNode),\\n\\t\\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\\n\\t\\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\\n\\t\\tcurrPaddingBottom = parseInt(computedStyle.paddingBottom,10),\\n\\t\\tcurrPaddingTop = parseInt(computedStyle.paddingTop,10),\\n\\t\\tcurrHeight = domNode.offsetHeight;\\n\\t// Reset the margin once the transition is over\\n\\tsetTimeout(function() {\\n\\t\\t$tw.utils.setStyle(domNode,[\\n\\t\\t\\t{transition: \\\"none\\\"},\\n\\t\\t\\t{marginBottom: \\\"\\\"},\\n\\t\\t\\t{marginTop: \\\"\\\"},\\n\\t\\t\\t{paddingBottom: \\\"\\\"},\\n\\t\\t\\t{paddingTop: \\\"\\\"},\\n\\t\\t\\t{height: \\\"auto\\\"},\\n\\t\\t\\t{opacity: \\\"\\\"}\\n\\t\\t]);\\n\\t\\tif(options.callback) {\\n\\t\\t\\toptions.callback();\\n\\t\\t}\\n\\t},duration);\\n\\t// Set up the initial position of the element\\n\\t$tw.utils.setStyle(domNode,[\\n\\t\\t{transition: \\\"none\\\"},\\n\\t\\t{marginTop: \\\"0px\\\"},\\n\\t\\t{marginBottom: \\\"0px\\\"},\\n\\t\\t{paddingTop: \\\"0px\\\"},\\n\\t\\t{paddingBottom: \\\"0px\\\"},\\n\\t\\t{height: \\\"0px\\\"},\\n\\t\\t{opacity: \\\"0\\\"}\\n\\t]);\\n\\t$tw.utils.forceLayout(domNode);\\n\\t// Transition to the final position\\n\\t$tw.utils.setStyle(domNode,[\\n\\t\\t{transition: \\\"margin-top \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"margin-bottom \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"padding-top \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"padding-bottom \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"height \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"opacity \\\" + duration + \\\"ms ease-in-out\\\"},\\n\\t\\t{marginBottom: currMarginBottom + \\\"px\\\"},\\n\\t\\t{marginTop: currMarginTop + \\\"px\\\"},\\n\\t\\t{paddingBottom: currPaddingBottom + \\\"px\\\"},\\n\\t\\t{paddingTop: currPaddingTop + \\\"px\\\"},\\n\\t\\t{height: currHeight + \\\"px\\\"},\\n\\t\\t{opacity: \\\"1\\\"}\\n\\t]);\\n}\\n\\nfunction slideClosed(domNode,options) {\\n\\toptions = options || {};\\n\\tvar duration = options.duration || $tw.utils.getAnimationDuration(),\\n\\t\\tcurrHeight = domNode.offsetHeight;\\n\\t// Clear the properties we've set when the animation is over\\n\\tsetTimeout(function() {\\n\\t\\t$tw.utils.setStyle(domNode,[\\n\\t\\t\\t{transition: \\\"none\\\"},\\n\\t\\t\\t{marginBottom: \\\"\\\"},\\n\\t\\t\\t{marginTop: \\\"\\\"},\\n\\t\\t\\t{paddingBottom: \\\"\\\"},\\n\\t\\t\\t{paddingTop: \\\"\\\"},\\n\\t\\t\\t{height: \\\"auto\\\"},\\n\\t\\t\\t{opacity: \\\"\\\"}\\n\\t\\t]);\\n\\t\\tif(options.callback) {\\n\\t\\t\\toptions.callback();\\n\\t\\t}\\n\\t},duration);\\n\\t// Set up the initial position of the element\\n\\t$tw.utils.setStyle(domNode,[\\n\\t\\t{height: currHeight + \\\"px\\\"},\\n\\t\\t{opacity: \\\"1\\\"}\\n\\t]);\\n\\t$tw.utils.forceLayout(domNode);\\n\\t// Transition to the final position\\n\\t$tw.utils.setStyle(domNode,[\\n\\t\\t{transition: \\\"margin-top \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"margin-bottom \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"padding-top \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"padding-bottom \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"height \\\" + duration + \\\"ms ease-in-out, \\\" +\\n\\t\\t\\t\\t\\t\\\"opacity \\\" + duration + \\\"ms ease-in-out\\\"},\\n\\t\\t{marginTop: \\\"0px\\\"},\\n\\t\\t{marginBottom: \\\"0px\\\"},\\n\\t\\t{paddingTop: \\\"0px\\\"},\\n\\t\\t{paddingBottom: \\\"0px\\\"},\\n\\t\\t{height: \\\"0px\\\"},\\n\\t\\t{opacity: \\\"0\\\"}\\n\\t]);\\n}\\n\\nexports.slide = {\\n\\topen: slideOpen,\\n\\tclose: slideClosed\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"animation\"},\"$:/core/modules/utils/dom/animator.js\":{\"title\":\"$:/core/modules/utils/dom/animator.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/animator.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nOrchestrates animations and transitions\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nfunction Animator() {\\n\\t// Get the registered animation modules\\n\\tthis.animations = {};\\n\\t$tw.modules.applyMethods(\\\"animation\\\",this.animations);\\n}\\n\\nAnimator.prototype.perform = function(type,domNode,options) {\\n\\toptions = options || {};\\n\\t// Find an animation that can handle this type\\n\\tvar chosenAnimation;\\n\\t$tw.utils.each(this.animations,function(animation,name) {\\n\\t\\tif($tw.utils.hop(animation,type)) {\\n\\t\\t\\tchosenAnimation = animation[type];\\n\\t\\t}\\n\\t});\\n\\tif(!chosenAnimation) {\\n\\t\\tchosenAnimation = function(domNode,options) {\\n\\t\\t\\tif(options.callback) {\\n\\t\\t\\t\\toptions.callback();\\n\\t\\t\\t}\\n\\t\\t};\\n\\t}\\n\\t// Call the animation\\n\\tchosenAnimation(domNode,options);\\n};\\n\\nexports.Animator = Animator;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/browser.js\":{\"title\":\"$:/core/modules/utils/dom/browser.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/browser.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nBrowser feature detection\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nSet style properties of an element\\n\\telement: dom node\\n\\tstyles: ordered array of {name: value} pairs\\n*/\\nexports.setStyle = function(element,styles) {\\n\\tif(element.nodeType === 1) { // Element.ELEMENT_NODE\\n\\t\\tfor(var t=0; t\u003Cstyles.length; t++) {\\n\\t\\t\\tfor(var styleName in styles[t]) {\\n\\t\\t\\t\\telement.style[$tw.utils.convertStyleNameToPropertyName(styleName)] = styles[t][styleName];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nConverts a standard CSS property name into the local browser-specific equivalent. For example:\\n\\t\\\"background-color\\\" --> \\\"backgroundColor\\\"\\n\\t\\\"transition\\\" --> \\\"webkitTransition\\\"\\n*/\\n\\nvar styleNameCache = {}; // We'll cache the style name conversions\\n\\nexports.convertStyleNameToPropertyName = function(styleName) {\\n\\t// Return from the cache if we can\\n\\tif(styleNameCache[styleName]) {\\n\\t\\treturn styleNameCache[styleName];\\n\\t}\\n\\t// Convert it by first removing any hyphens\\n\\tvar propertyName = $tw.utils.unHyphenateCss(styleName);\\n\\t// Then check if it needs a prefix\\n\\tif($tw.browser && document.body.style[propertyName] === undefined) {\\n\\t\\tvar prefixes = [\\\"O\\\",\\\"MS\\\",\\\"Moz\\\",\\\"webkit\\\"];\\n\\t\\tfor(var t=0; t\u003Cprefixes.length; t++) {\\n\\t\\t\\tvar prefixedName = prefixes[t] + propertyName.substr(0,1).toUpperCase() + propertyName.substr(1);\\n\\t\\t\\tif(document.body.style[prefixedName] !== undefined) {\\n\\t\\t\\t\\tpropertyName = prefixedName;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Put it in the cache too\\n\\tstyleNameCache[styleName] = propertyName;\\n\\treturn propertyName;\\n};\\n\\n/*\\nConverts a JS format CSS property name back into the dashed form used in CSS declarations. For example:\\n\\t\\\"backgroundColor\\\" --> \\\"background-color\\\"\\n\\t\\\"webkitTransform\\\" --> \\\"-webkit-transform\\\"\\n*/\\nexports.convertPropertyNameToStyleName = function(propertyName) {\\n\\t// Rehyphenate the name\\n\\tvar styleName = $tw.utils.hyphenateCss(propertyName);\\n\\t// If there's a webkit prefix, add a dash (other browsers have uppercase prefixes, and so get the dash automatically)\\n\\tif(styleName.indexOf(\\\"webkit\\\") === 0) {\\n\\t\\tstyleName = \\\"-\\\" + styleName;\\n\\t} else if(styleName.indexOf(\\\"-m-s\\\") === 0) {\\n\\t\\tstyleName = \\\"-ms\\\" + styleName.substr(4);\\n\\t}\\n\\treturn styleName;\\n};\\n\\n/*\\nRound trip a stylename to a property name and back again. For example:\\n\\t\\\"transform\\\" --> \\\"webkitTransform\\\" --> \\\"-webkit-transform\\\"\\n*/\\nexports.roundTripPropertyName = function(propertyName) {\\n\\treturn $tw.utils.convertPropertyNameToStyleName($tw.utils.convertStyleNameToPropertyName(propertyName));\\n};\\n\\n/*\\nConverts a standard event name into the local browser specific equivalent. For example:\\n\\t\\\"animationEnd\\\" --> \\\"webkitAnimationEnd\\\"\\n*/\\n\\nvar eventNameCache = {}; // We'll cache the conversions\\n\\nvar eventNameMappings = {\\n\\t\\\"transitionEnd\\\": {\\n\\t\\tcorrespondingCssProperty: \\\"transition\\\",\\n\\t\\tmappings: {\\n\\t\\t\\ttransition: \\\"transitionend\\\",\\n\\t\\t\\tOTransition: \\\"oTransitionEnd\\\",\\n\\t\\t\\tMSTransition: \\\"msTransitionEnd\\\",\\n\\t\\t\\tMozTransition: \\\"transitionend\\\",\\n\\t\\t\\twebkitTransition: \\\"webkitTransitionEnd\\\"\\n\\t\\t}\\n\\t},\\n\\t\\\"animationEnd\\\": {\\n\\t\\tcorrespondingCssProperty: \\\"animation\\\",\\n\\t\\tmappings: {\\n\\t\\t\\tanimation: \\\"animationend\\\",\\n\\t\\t\\tOAnimation: \\\"oAnimationEnd\\\",\\n\\t\\t\\tMSAnimation: \\\"msAnimationEnd\\\",\\n\\t\\t\\tMozAnimation: \\\"animationend\\\",\\n\\t\\t\\twebkitAnimation: \\\"webkitAnimationEnd\\\"\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.convertEventName = function(eventName) {\\n\\tif(eventNameCache[eventName]) {\\n\\t\\treturn eventNameCache[eventName];\\n\\t}\\n\\tvar newEventName = eventName,\\n\\t\\tmappings = eventNameMappings[eventName];\\n\\tif(mappings) {\\n\\t\\tvar convertedProperty = $tw.utils.convertStyleNameToPropertyName(mappings.correspondingCssProperty);\\n\\t\\tif(mappings.mappings[convertedProperty]) {\\n\\t\\t\\tnewEventName = mappings.mappings[convertedProperty];\\n\\t\\t}\\n\\t}\\n\\t// Put it in the cache too\\n\\teventNameCache[eventName] = newEventName;\\n\\treturn newEventName;\\n};\\n\\n/*\\nReturn the names of the fullscreen APIs\\n*/\\nexports.getFullScreenApis = function() {\\n\\tvar d = document,\\n\\t\\tdb = d.body,\\n\\t\\tresult = {\\n\\t\\t\\\"_requestFullscreen\\\": db.webkitRequestFullscreen !== undefined ? \\\"webkitRequestFullscreen\\\" :\\n\\t\\t\\t\\t\\t\\t\\tdb.mozRequestFullScreen !== undefined ? \\\"mozRequestFullScreen\\\" :\\n\\t\\t\\t\\t\\t\\t\\tdb.msRequestFullscreen !== undefined ? \\\"msRequestFullscreen\\\" :\\n\\t\\t\\t\\t\\t\\t\\tdb.requestFullscreen !== undefined ? \\\"requestFullscreen\\\" : \\\"\\\",\\n\\t\\t\\\"_exitFullscreen\\\": d.webkitExitFullscreen !== undefined ? \\\"webkitExitFullscreen\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.mozCancelFullScreen !== undefined ? \\\"mozCancelFullScreen\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.msExitFullscreen !== undefined ? \\\"msExitFullscreen\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.exitFullscreen !== undefined ? \\\"exitFullscreen\\\" : \\\"\\\",\\n\\t\\t\\\"_fullscreenElement\\\": d.webkitFullscreenElement !== undefined ? \\\"webkitFullscreenElement\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.mozFullScreenElement !== undefined ? \\\"mozFullScreenElement\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.msFullscreenElement !== undefined ? \\\"msFullscreenElement\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.fullscreenElement !== undefined ? \\\"fullscreenElement\\\" : \\\"\\\",\\n\\t\\t\\\"_fullscreenChange\\\": d.webkitFullscreenElement !== undefined ? \\\"webkitfullscreenchange\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.mozFullScreenElement !== undefined ? \\\"mozfullscreenchange\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.msFullscreenElement !== undefined ? \\\"MSFullscreenChange\\\" :\\n\\t\\t\\t\\t\\t\\t\\td.fullscreenElement !== undefined ? \\\"fullscreenchange\\\" : \\\"\\\"\\n\\t};\\n\\tif(!result._requestFullscreen || !result._exitFullscreen || !result._fullscreenElement || !result._fullscreenChange) {\\n\\t\\treturn null;\\n\\t} else {\\n\\t\\treturn result;\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/csscolorparser.js\":{\"title\":\"$:/core/modules/utils/dom/csscolorparser.js\",\"text\":\"// (c) Dean McNamee \u003Cdean@gmail.com>, 2012.\\n//\\n// https://github.com/deanm/css-color-parser-js\\n//\\n// Permission is hereby granted, free of charge, to any person obtaining a copy\\n// of this software and associated documentation files (the \\\"Software\\\"), to\\n// deal in the Software without restriction, including without limitation the\\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\\n// sell copies of the Software, and to permit persons to whom the Software is\\n// furnished to do so, subject to the following conditions:\\n//\\n// The above copyright notice and this permission notice shall be included in\\n// all copies or substantial portions of the Software.\\n//\\n// THE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\n// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\\n// IN THE SOFTWARE.\\n\\n// http://www.w3.org/TR/css3-color/\\nvar kCSSColorTable = {\\n \\\"transparent\\\": [0,0,0,0], \\\"aliceblue\\\": [240,248,255,1],\\n \\\"antiquewhite\\\": [250,235,215,1], \\\"aqua\\\": [0,255,255,1],\\n \\\"aquamarine\\\": [127,255,212,1], \\\"azure\\\": [240,255,255,1],\\n \\\"beige\\\": [245,245,220,1], \\\"bisque\\\": [255,228,196,1],\\n \\\"black\\\": [0,0,0,1], \\\"blanchedalmond\\\": [255,235,205,1],\\n \\\"blue\\\": [0,0,255,1], \\\"blueviolet\\\": [138,43,226,1],\\n \\\"brown\\\": [165,42,42,1], \\\"burlywood\\\": [222,184,135,1],\\n \\\"cadetblue\\\": [95,158,160,1], \\\"chartreuse\\\": [127,255,0,1],\\n \\\"chocolate\\\": [210,105,30,1], \\\"coral\\\": [255,127,80,1],\\n \\\"cornflowerblue\\\": [100,149,237,1], \\\"cornsilk\\\": [255,248,220,1],\\n \\\"crimson\\\": [220,20,60,1], \\\"cyan\\\": [0,255,255,1],\\n \\\"darkblue\\\": [0,0,139,1], \\\"darkcyan\\\": [0,139,139,1],\\n \\\"darkgoldenrod\\\": [184,134,11,1], \\\"darkgray\\\": [169,169,169,1],\\n \\\"darkgreen\\\": [0,100,0,1], \\\"darkgrey\\\": [169,169,169,1],\\n \\\"darkkhaki\\\": [189,183,107,1], \\\"darkmagenta\\\": [139,0,139,1],\\n \\\"darkolivegreen\\\": [85,107,47,1], \\\"darkorange\\\": [255,140,0,1],\\n \\\"darkorchid\\\": [153,50,204,1], \\\"darkred\\\": [139,0,0,1],\\n \\\"darksalmon\\\": [233,150,122,1], \\\"darkseagreen\\\": [143,188,143,1],\\n \\\"darkslateblue\\\": [72,61,139,1], \\\"darkslategray\\\": [47,79,79,1],\\n \\\"darkslategrey\\\": [47,79,79,1], \\\"darkturquoise\\\": [0,206,209,1],\\n \\\"darkviolet\\\": [148,0,211,1], \\\"deeppink\\\": [255,20,147,1],\\n \\\"deepskyblue\\\": [0,191,255,1], \\\"dimgray\\\": [105,105,105,1],\\n \\\"dimgrey\\\": [105,105,105,1], \\\"dodgerblue\\\": [30,144,255,1],\\n \\\"firebrick\\\": [178,34,34,1], \\\"floralwhite\\\": [255,250,240,1],\\n \\\"forestgreen\\\": [34,139,34,1], \\\"fuchsia\\\": [255,0,255,1],\\n \\\"gainsboro\\\": [220,220,220,1], \\\"ghostwhite\\\": [248,248,255,1],\\n \\\"gold\\\": [255,215,0,1], \\\"goldenrod\\\": [218,165,32,1],\\n \\\"gray\\\": [128,128,128,1], \\\"green\\\": [0,128,0,1],\\n \\\"greenyellow\\\": [173,255,47,1], \\\"grey\\\": [128,128,128,1],\\n \\\"honeydew\\\": [240,255,240,1], \\\"hotpink\\\": [255,105,180,1],\\n \\\"indianred\\\": [205,92,92,1], \\\"indigo\\\": [75,0,130,1],\\n \\\"ivory\\\": [255,255,240,1], \\\"khaki\\\": [240,230,140,1],\\n \\\"lavender\\\": [230,230,250,1], \\\"lavenderblush\\\": [255,240,245,1],\\n \\\"lawngreen\\\": [124,252,0,1], \\\"lemonchiffon\\\": [255,250,205,1],\\n \\\"lightblue\\\": [173,216,230,1], \\\"lightcoral\\\": [240,128,128,1],\\n \\\"lightcyan\\\": [224,255,255,1], \\\"lightgoldenrodyellow\\\": [250,250,210,1],\\n \\\"lightgray\\\": [211,211,211,1], \\\"lightgreen\\\": [144,238,144,1],\\n \\\"lightgrey\\\": [211,211,211,1], \\\"lightpink\\\": [255,182,193,1],\\n \\\"lightsalmon\\\": [255,160,122,1], \\\"lightseagreen\\\": [32,178,170,1],\\n \\\"lightskyblue\\\": [135,206,250,1], \\\"lightslategray\\\": [119,136,153,1],\\n \\\"lightslategrey\\\": [119,136,153,1], \\\"lightsteelblue\\\": [176,196,222,1],\\n \\\"lightyellow\\\": [255,255,224,1], \\\"lime\\\": [0,255,0,1],\\n \\\"limegreen\\\": [50,205,50,1], \\\"linen\\\": [250,240,230,1],\\n \\\"magenta\\\": [255,0,255,1], \\\"maroon\\\": [128,0,0,1],\\n \\\"mediumaquamarine\\\": [102,205,170,1], \\\"mediumblue\\\": [0,0,205,1],\\n \\\"mediumorchid\\\": [186,85,211,1], \\\"mediumpurple\\\": [147,112,219,1],\\n \\\"mediumseagreen\\\": [60,179,113,1], \\\"mediumslateblue\\\": [123,104,238,1],\\n \\\"mediumspringgreen\\\": [0,250,154,1], \\\"mediumturquoise\\\": [72,209,204,1],\\n \\\"mediumvioletred\\\": [199,21,133,1], \\\"midnightblue\\\": [25,25,112,1],\\n \\\"mintcream\\\": [245,255,250,1], \\\"mistyrose\\\": [255,228,225,1],\\n \\\"moccasin\\\": [255,228,181,1], \\\"navajowhite\\\": [255,222,173,1],\\n \\\"navy\\\": [0,0,128,1], \\\"oldlace\\\": [253,245,230,1],\\n \\\"olive\\\": [128,128,0,1], \\\"olivedrab\\\": [107,142,35,1],\\n \\\"orange\\\": [255,165,0,1], \\\"orangered\\\": [255,69,0,1],\\n \\\"orchid\\\": [218,112,214,1], \\\"palegoldenrod\\\": [238,232,170,1],\\n \\\"palegreen\\\": [152,251,152,1], \\\"paleturquoise\\\": [175,238,238,1],\\n \\\"palevioletred\\\": [219,112,147,1], \\\"papayawhip\\\": [255,239,213,1],\\n \\\"peachpuff\\\": [255,218,185,1], \\\"peru\\\": [205,133,63,1],\\n \\\"pink\\\": [255,192,203,1], \\\"plum\\\": [221,160,221,1],\\n \\\"powderblue\\\": [176,224,230,1], \\\"purple\\\": [128,0,128,1],\\n \\\"red\\\": [255,0,0,1], \\\"rosybrown\\\": [188,143,143,1],\\n \\\"royalblue\\\": [65,105,225,1], \\\"saddlebrown\\\": [139,69,19,1],\\n \\\"salmon\\\": [250,128,114,1], \\\"sandybrown\\\": [244,164,96,1],\\n \\\"seagreen\\\": [46,139,87,1], \\\"seashell\\\": [255,245,238,1],\\n \\\"sienna\\\": [160,82,45,1], \\\"silver\\\": [192,192,192,1],\\n \\\"skyblue\\\": [135,206,235,1], \\\"slateblue\\\": [106,90,205,1],\\n \\\"slategray\\\": [112,128,144,1], \\\"slategrey\\\": [112,128,144,1],\\n \\\"snow\\\": [255,250,250,1], \\\"springgreen\\\": [0,255,127,1],\\n \\\"steelblue\\\": [70,130,180,1], \\\"tan\\\": [210,180,140,1],\\n \\\"teal\\\": [0,128,128,1], \\\"thistle\\\": [216,191,216,1],\\n \\\"tomato\\\": [255,99,71,1], \\\"turquoise\\\": [64,224,208,1],\\n \\\"violet\\\": [238,130,238,1], \\\"wheat\\\": [245,222,179,1],\\n \\\"white\\\": [255,255,255,1], \\\"whitesmoke\\\": [245,245,245,1],\\n \\\"yellow\\\": [255,255,0,1], \\\"yellowgreen\\\": [154,205,50,1]}\\n\\nfunction clamp_css_byte(i) { // Clamp to integer 0 .. 255.\\n i = Math.round(i); // Seems to be what Chrome does (vs truncation).\\n return i \u003C 0 ? 0 : i > 255 ? 255 : i;\\n}\\n\\nfunction clamp_css_float(f) { // Clamp to float 0.0 .. 1.0.\\n return f \u003C 0 ? 0 : f > 1 ? 1 : f;\\n}\\n\\nfunction parse_css_int(str) { // int or percentage.\\n if (str[str.length - 1] === '%')\\n return clamp_css_byte(parseFloat(str) / 100 * 255);\\n return clamp_css_byte(parseInt(str));\\n}\\n\\nfunction parse_css_float(str) { // float or percentage.\\n if (str[str.length - 1] === '%')\\n return clamp_css_float(parseFloat(str) / 100);\\n return clamp_css_float(parseFloat(str));\\n}\\n\\nfunction css_hue_to_rgb(m1, m2, h) {\\n if (h \u003C 0) h += 1;\\n else if (h > 1) h -= 1;\\n\\n if (h * 6 \u003C 1) return m1 + (m2 - m1) * h * 6;\\n if (h * 2 \u003C 1) return m2;\\n if (h * 3 \u003C 2) return m1 + (m2 - m1) * (2/3 - h) * 6;\\n return m1;\\n}\\n\\nfunction parseCSSColor(css_str) {\\n // Remove all whitespace, not compliant, but should just be more accepting.\\n var str = css_str.replace(/ /g, '').toLowerCase();\\n\\n // Color keywords (and transparent) lookup.\\n if (str in kCSSColorTable) return kCSSColorTable[str].slice(); // dup.\\n\\n // #abc and #abc123 syntax.\\n if (str[0] === '#') {\\n if (str.length === 4) {\\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\\n if (!(iv >= 0 && iv \u003C= 0xfff)) return null; // Covers NaN.\\n return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),\\n (iv & 0xf0) | ((iv & 0xf0) >> 4),\\n (iv & 0xf) | ((iv & 0xf) \u003C\u003C 4),\\n 1];\\n } else if (str.length === 7) {\\n var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.\\n if (!(iv >= 0 && iv \u003C= 0xffffff)) return null; // Covers NaN.\\n return [(iv & 0xff0000) >> 16,\\n (iv & 0xff00) >> 8,\\n iv & 0xff,\\n 1];\\n }\\n\\n return null;\\n }\\n\\n var op = str.indexOf('('), ep = str.indexOf(')');\\n if (op !== -1 && ep + 1 === str.length) {\\n var fname = str.substr(0, op);\\n var params = str.substr(op+1, ep-(op+1)).split(',');\\n var alpha = 1; // To allow case fallthrough.\\n switch (fname) {\\n case 'rgba':\\n if (params.length !== 4) return null;\\n alpha = parse_css_float(params.pop());\\n // Fall through.\\n case 'rgb':\\n if (params.length !== 3) return null;\\n return [parse_css_int(params[0]),\\n parse_css_int(params[1]),\\n parse_css_int(params[2]),\\n alpha];\\n case 'hsla':\\n if (params.length !== 4) return null;\\n alpha = parse_css_float(params.pop());\\n // Fall through.\\n case 'hsl':\\n if (params.length !== 3) return null;\\n var h = (((parseFloat(params[0]) % 360) + 360) % 360) / 360; // 0 .. 1\\n // NOTE(deanm): According to the CSS spec s/l should only be\\n // percentages, but we don't bother and let float or percentage.\\n var s = parse_css_float(params[1]);\\n var l = parse_css_float(params[2]);\\n var m2 = l \u003C= 0.5 ? l * (s + 1) : l + s - l * s;\\n var m1 = l * 2 - m2;\\n return [clamp_css_byte(css_hue_to_rgb(m1, m2, h+1/3) * 255),\\n clamp_css_byte(css_hue_to_rgb(m1, m2, h) * 255),\\n clamp_css_byte(css_hue_to_rgb(m1, m2, h-1/3) * 255),\\n alpha];\\n default:\\n return null;\\n }\\n }\\n\\n return null;\\n}\\n\\ntry { exports.parseCSSColor = parseCSSColor } catch(e) { }\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom.js\":{\"title\":\"$:/core/modules/utils/dom.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nVarious static DOM-related utility functions.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nDetermines whether element 'a' contains element 'b'\\nCode thanks to John Resig, http://ejohn.org/blog/comparing-document-position/\\n*/\\nexports.domContains = function(a,b) {\\n\\treturn a.contains ?\\n\\t\\ta !== b && a.contains(b) :\\n\\t\\t!!(a.compareDocumentPosition(b) & 16);\\n};\\n\\nexports.domMatchesSelector = function(node,selector) {\\n\\treturn node.matches ? node.matches(selector) : node.msMatchesSelector(selector);\\n};\\n\\nexports.removeChildren = function(node) {\\n\\twhile(node.hasChildNodes()) {\\n\\t\\tnode.removeChild(node.firstChild);\\n\\t}\\n};\\n\\nexports.hasClass = function(el,className) {\\n\\treturn el && el.hasAttribute && el.hasAttribute(\\\"class\\\") && el.getAttribute(\\\"class\\\").split(\\\" \\\").indexOf(className) !== -1;\\n};\\n\\nexports.addClass = function(el,className) {\\n\\tvar c = (el.getAttribute(\\\"class\\\") || \\\"\\\").split(\\\" \\\");\\n\\tif(c.indexOf(className) === -1) {\\n\\t\\tc.push(className);\\n\\t\\tel.setAttribute(\\\"class\\\",c.join(\\\" \\\"));\\n\\t}\\n};\\n\\nexports.removeClass = function(el,className) {\\n\\tvar c = (el.getAttribute(\\\"class\\\") || \\\"\\\").split(\\\" \\\"),\\n\\t\\tp = c.indexOf(className);\\n\\tif(p !== -1) {\\n\\t\\tc.splice(p,1);\\n\\t\\tel.setAttribute(\\\"class\\\",c.join(\\\" \\\"));\\n\\t}\\n};\\n\\nexports.toggleClass = function(el,className,status) {\\n\\tif(status === undefined) {\\n\\t\\tstatus = !exports.hasClass(el,className);\\n\\t}\\n\\tif(status) {\\n\\t\\texports.addClass(el,className);\\n\\t} else {\\n\\t\\texports.removeClass(el,className);\\n\\t}\\n};\\n\\n/*\\nGet the first parent element that has scrollbars or use the body as fallback.\\n*/\\nexports.getScrollContainer = function(el) {\\n\\tvar doc = el.ownerDocument;\\n\\twhile(el.parentNode) {\\n\\t\\tel = el.parentNode;\\n\\t\\tif(el.scrollTop) {\\n\\t\\t\\treturn el;\\n\\t\\t}\\n\\t}\\n\\treturn doc.body;\\n};\\n\\n/*\\nGet the scroll position of the viewport\\nReturns:\\n\\t{\\n\\t\\tx: horizontal scroll position in pixels,\\n\\t\\ty: vertical scroll position in pixels\\n\\t}\\n*/\\nexports.getScrollPosition = function(srcWindow) {\\n\\tvar scrollWindow = srcWindow || window;\\n\\tif(\\\"scrollX\\\" in scrollWindow) {\\n\\t\\treturn {x: scrollWindow.scrollX, y: scrollWindow.scrollY};\\n\\t} else {\\n\\t\\treturn {x: scrollWindow.document.documentElement.scrollLeft, y: scrollWindow.document.documentElement.scrollTop};\\n\\t}\\n};\\n\\n/*\\nAdjust the height of a textarea to fit its content, preserving scroll position, and return the height\\n*/\\nexports.resizeTextAreaToFit = function(domNode,minHeight) {\\n\\t// Get the scroll container and register the current scroll position\\n\\tvar container = $tw.utils.getScrollContainer(domNode),\\n\\t\\tscrollTop = container.scrollTop;\\n // Measure the specified minimum height\\n\\tdomNode.style.height = minHeight;\\n\\tvar measuredHeight = domNode.offsetHeight || parseInt(minHeight,10);\\n\\t// Set its height to auto so that it snaps to the correct height\\n\\tdomNode.style.height = \\\"auto\\\";\\n\\t// Calculate the revised height\\n\\tvar newHeight = Math.max(domNode.scrollHeight + domNode.offsetHeight - domNode.clientHeight,measuredHeight);\\n\\t// Only try to change the height if it has changed\\n\\tif(newHeight !== domNode.offsetHeight) {\\n\\t\\tdomNode.style.height = newHeight + \\\"px\\\";\\n\\t\\t// Make sure that the dimensions of the textarea are recalculated\\n\\t\\t$tw.utils.forceLayout(domNode);\\n\\t\\t// Set the container to the position we registered at the beginning\\n\\t\\tcontainer.scrollTop = scrollTop;\\n\\t}\\n\\treturn newHeight;\\n};\\n\\n/*\\nGets the bounding rectangle of an element in absolute page coordinates\\n*/\\nexports.getBoundingPageRect = function(element) {\\n\\tvar scrollPos = $tw.utils.getScrollPosition(element.ownerDocument.defaultView),\\n\\t\\tclientRect = element.getBoundingClientRect();\\n\\treturn {\\n\\t\\tleft: clientRect.left + scrollPos.x,\\n\\t\\twidth: clientRect.width,\\n\\t\\tright: clientRect.right + scrollPos.x,\\n\\t\\ttop: clientRect.top + scrollPos.y,\\n\\t\\theight: clientRect.height,\\n\\t\\tbottom: clientRect.bottom + scrollPos.y\\n\\t};\\n};\\n\\n/*\\nSaves a named password in the browser\\n*/\\nexports.savePassword = function(name,password) {\\n\\tvar done = false;\\n\\ttry {\\n\\t\\twindow.localStorage.setItem(\\\"tw5-password-\\\" + name,password);\\n\\t\\tdone = true;\\n\\t} catch(e) {\\n\\t}\\n\\tif(!done) {\\n\\t\\t$tw.savedPasswords = $tw.savedPasswords || Object.create(null);\\n\\t\\t$tw.savedPasswords[name] = password;\\n\\t}\\n};\\n\\n/*\\nRetrieve a named password from the browser\\n*/\\nexports.getPassword = function(name) {\\n\\tvar value;\\n\\ttry {\\n\\t\\tvalue = window.localStorage.getItem(\\\"tw5-password-\\\" + name);\\n\\t} catch(e) {\\n\\t}\\n\\tif(value !== undefined) {\\n\\t\\treturn value;\\n\\t} else {\\n\\t\\treturn ($tw.savedPasswords || Object.create(null))[name] || \\\"\\\";\\n\\t}\\n};\\n\\n/*\\nForce layout of a dom node and its descendents\\n*/\\nexports.forceLayout = function(element) {\\n\\tvar dummy = element.offsetWidth;\\n};\\n\\n/*\\nPulse an element for debugging purposes\\n*/\\nexports.pulseElement = function(element) {\\n\\t// Event handler to remove the class at the end\\n\\telement.addEventListener($tw.browser.animationEnd,function handler(event) {\\n\\t\\telement.removeEventListener($tw.browser.animationEnd,handler,false);\\n\\t\\t$tw.utils.removeClass(element,\\\"pulse\\\");\\n\\t},false);\\n\\t// Apply the pulse class\\n\\t$tw.utils.removeClass(element,\\\"pulse\\\");\\n\\t$tw.utils.forceLayout(element);\\n\\t$tw.utils.addClass(element,\\\"pulse\\\");\\n};\\n\\n/*\\nAttach specified event handlers to a DOM node\\ndomNode: where to attach the event handlers\\nevents: array of event handlers to be added (see below)\\nEach entry in the events array is an object with these properties:\\nhandlerFunction: optional event handler function\\nhandlerObject: optional event handler object\\nhandlerMethod: optionally specifies object handler method name (defaults to `handleEvent`)\\n*/\\nexports.addEventListeners = function(domNode,events) {\\n\\t$tw.utils.each(events,function(eventInfo) {\\n\\t\\tvar handler;\\n\\t\\tif(eventInfo.handlerFunction) {\\n\\t\\t\\thandler = eventInfo.handlerFunction;\\n\\t\\t} else if(eventInfo.handlerObject) {\\n\\t\\t\\tif(eventInfo.handlerMethod) {\\n\\t\\t\\t\\thandler = function(event) {\\n\\t\\t\\t\\t\\teventInfo.handlerObject[eventInfo.handlerMethod].call(eventInfo.handlerObject,event);\\n\\t\\t\\t\\t};\\n\\t\\t\\t} else {\\n\\t\\t\\t\\thandler = eventInfo.handlerObject;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tdomNode.addEventListener(eventInfo.name,handler,false);\\n\\t});\\n};\\n\\n/*\\nGet the computed styles applied to an element as an array of strings of individual CSS properties\\n*/\\nexports.getComputedStyles = function(domNode) {\\n\\tvar textAreaStyles = window.getComputedStyle(domNode,null),\\n\\t\\tstyleDefs = [],\\n\\t\\tname;\\n\\tfor(var t=0; t\u003CtextAreaStyles.length; t++) {\\n\\t\\tname = textAreaStyles[t];\\n\\t\\tstyleDefs.push(name + \\\": \\\" + textAreaStyles.getPropertyValue(name) + \\\";\\\");\\n\\t}\\n\\treturn styleDefs;\\n};\\n\\n/*\\nApply a set of styles passed as an array of strings of individual CSS properties\\n*/\\nexports.setStyles = function(domNode,styleDefs) {\\n\\tdomNode.style.cssText = styleDefs.join(\\\"\\\");\\n};\\n\\n/*\\nCopy the computed styles from a source element to a destination element\\n*/\\nexports.copyStyles = function(srcDomNode,dstDomNode) {\\n\\t$tw.utils.setStyles(dstDomNode,$tw.utils.getComputedStyles(srcDomNode));\\n};\\n\\n/*\\nCopy plain text to the clipboard on browsers that support it\\n*/\\nexports.copyToClipboard = function(text,options) {\\n\\toptions = options || {};\\n\\tvar textArea = document.createElement(\\\"textarea\\\");\\n\\ttextArea.style.position = \\\"fixed\\\";\\n\\ttextArea.style.top = 0;\\n\\ttextArea.style.left = 0;\\n\\ttextArea.style.fontSize = \\\"12pt\\\";\\n\\ttextArea.style.width = \\\"2em\\\";\\n\\ttextArea.style.height = \\\"2em\\\";\\n\\ttextArea.style.padding = 0;\\n\\ttextArea.style.border = \\\"none\\\";\\n\\ttextArea.style.outline = \\\"none\\\";\\n\\ttextArea.style.boxShadow = \\\"none\\\";\\n\\ttextArea.style.background = \\\"transparent\\\";\\n\\ttextArea.value = text;\\n\\tdocument.body.appendChild(textArea);\\n\\ttextArea.select();\\n\\ttextArea.setSelectionRange(0,text.length);\\n\\tvar succeeded = false;\\n\\ttry {\\n\\t\\tsucceeded = document.execCommand(\\\"copy\\\");\\n\\t} catch (err) {\\n\\t}\\n\\tif(!options.doNotNotify) {\\n\\t\\t$tw.notifier.display(succeeded ? \\\"$:/language/Notifications/CopiedToClipboard/Succeeded\\\" : \\\"$:/language/Notifications/CopiedToClipboard/Failed\\\");\\n\\t}\\n\\tdocument.body.removeChild(textArea);\\n};\\n\\nexports.getLocationPath = function() {\\n\\treturn window.location.toString().split(\\\"#\\\")[0];\\n};\\n\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/dragndrop.js\":{\"title\":\"$:/core/modules/utils/dom/dragndrop.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/dragndrop.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nBrowser data transfer utilities, used with the clipboard and drag and drop\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nOptions:\\n\\ndomNode: dom node to make draggable\\ndragImageType: \\\"pill\\\", \\\"blank\\\" or \\\"dom\\\" (the default)\\ndragTiddlerFn: optional function to retrieve the title of tiddler to drag\\ndragFilterFn: optional function to retreive the filter defining a list of tiddlers to drag\\nwidget: widget to use as the contect for the filter\\n*/\\nexports.makeDraggable = function(options) {\\n\\tvar dragImageType = options.dragImageType || \\\"dom\\\",\\n\\t\\tdragImage,\\n\\t\\tdomNode = options.domNode;\\n\\t// Make the dom node draggable (not necessary for anchor tags)\\n\\tif((domNode.tagName || \\\"\\\").toLowerCase() !== \\\"a\\\") {\\n\\t\\tdomNode.setAttribute(\\\"draggable\\\",\\\"true\\\");\\n\\t}\\n\\t// Add event handlers\\n\\t$tw.utils.addEventListeners(domNode,[\\n\\t\\t{name: \\\"dragstart\\\", handlerFunction: function(event) {\\n\\t\\t\\tif(event.dataTransfer === undefined) {\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t\\t// Collect the tiddlers being dragged\\n\\t\\t\\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\\n\\t\\t\\t\\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\\n\\t\\t\\t\\ttitles = dragTiddler ? [dragTiddler] : [],\\n\\t\\t\\t \\tstartActions = options.startActions;\\n\\t\\t\\tif(dragFilter) {\\n\\t\\t\\t\\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\\n\\t\\t\\t}\\n\\t\\t\\tvar titleString = $tw.utils.stringifyList(titles);\\n\\t\\t\\t// Check that we've something to drag\\n\\t\\t\\tif(titles.length > 0 && event.target === domNode) {\\n\\t\\t\\t\\t// Mark the drag in progress\\n\\t\\t\\t\\t$tw.dragInProgress = domNode;\\n\\t\\t\\t\\t// Set the dragging class on the element being dragged\\n\\t\\t\\t\\t$tw.utils.addClass(event.target,\\\"tc-dragging\\\");\\n\\t\\t\\t\\t// Invoke drag-start actions if given\\n\\t\\t\\t\\tif(startActions !== undefined) {\\n\\t\\t\\t\\t\\toptions.widget.invokeActionString(startActions,options.widget,event,{actionTiddler: titleString});\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Create the drag image elements\\n\\t\\t\\t\\tdragImage = options.widget.document.createElement(\\\"div\\\");\\n\\t\\t\\t\\tdragImage.className = \\\"tc-tiddler-dragger\\\";\\n\\t\\t\\t\\tvar inner = options.widget.document.createElement(\\\"div\\\");\\n\\t\\t\\t\\tinner.className = \\\"tc-tiddler-dragger-inner\\\";\\n\\t\\t\\t\\tinner.appendChild(options.widget.document.createTextNode(\\n\\t\\t\\t\\t\\ttitles.length === 1 ? \\n\\t\\t\\t\\t\\t\\ttitles[0] :\\n\\t\\t\\t\\t\\t\\ttitles.length + \\\" tiddlers\\\"\\n\\t\\t\\t\\t));\\n\\t\\t\\t\\tdragImage.appendChild(inner);\\n\\t\\t\\t\\toptions.widget.document.body.appendChild(dragImage);\\n\\t\\t\\t\\t// Set the data transfer properties\\n\\t\\t\\t\\tvar dataTransfer = event.dataTransfer;\\n\\t\\t\\t\\t// Set up the image\\n\\t\\t\\t\\tdataTransfer.effectAllowed = \\\"all\\\";\\n\\t\\t\\t\\tif(dataTransfer.setDragImage) {\\n\\t\\t\\t\\t\\tif(dragImageType === \\\"pill\\\") {\\n\\t\\t\\t\\t\\t\\tdataTransfer.setDragImage(dragImage.firstChild,-16,-16);\\n\\t\\t\\t\\t\\t} else if (dragImageType === \\\"blank\\\") {\\n\\t\\t\\t\\t\\t\\tdragImage.removeChild(dragImage.firstChild);\\n\\t\\t\\t\\t\\t\\tdataTransfer.setDragImage(dragImage,0,0);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tvar r = domNode.getBoundingClientRect();\\n\\t\\t\\t\\t\\t\\tdataTransfer.setDragImage(domNode,event.clientX-r.left,event.clientY-r.top);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Set up the data transfer\\n\\t\\t\\t\\tif(dataTransfer.clearData) {\\n\\t\\t\\t\\t\\tdataTransfer.clearData();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tvar jsonData = [];\\n\\t\\t\\t\\tif(titles.length > 1) {\\n\\t\\t\\t\\t\\ttitles.forEach(function(title) {\\n\\t\\t\\t\\t\\t\\tjsonData.push(options.widget.wiki.getTiddlerAsJson(title));\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\tjsonData = \\\"[\\\" + jsonData.join(\\\",\\\") + \\\"]\\\";\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tjsonData = options.widget.wiki.getTiddlerAsJson(titles[0]);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// IE doesn't like these content types\\n\\t\\t\\t\\tif(!$tw.browser.isIE) {\\n\\t\\t\\t\\t\\tdataTransfer.setData(\\\"text/vnd.tiddler\\\",jsonData);\\n\\t\\t\\t\\t\\tdataTransfer.setData(\\\"text/plain\\\",titleString);\\n\\t\\t\\t\\t\\tdataTransfer.setData(\\\"text/x-moz-url\\\",\\\"data:text/vnd.tiddler,\\\" + encodeURIComponent(jsonData));\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tdataTransfer.setData(\\\"URL\\\",\\\"data:text/vnd.tiddler,\\\" + encodeURIComponent(jsonData));\\n\\t\\t\\t\\tdataTransfer.setData(\\\"Text\\\",titleString);\\n\\t\\t\\t\\tevent.stopPropagation();\\n\\t\\t\\t}\\n\\t\\t\\treturn false;\\n\\t\\t}},\\n\\t\\t{name: \\\"dragend\\\", handlerFunction: function(event) {\\n\\t\\t\\tif(event.target === domNode) {\\n\\t\\t\\t\\t// Collect the tiddlers being dragged\\n\\t\\t\\t\\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\\n\\t\\t\\t\\t\\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\\n\\t\\t\\t\\t\\ttitles = dragTiddler ? [dragTiddler] : [],\\n\\t\\t\\t \\t\\tendActions = options.endActions;\\n\\t\\t\\t\\tif(dragFilter) {\\n\\t\\t\\t\\t\\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tvar titleString = $tw.utils.stringifyList(titles);\\n\\t\\t\\t\\t$tw.dragInProgress = null;\\n\\t\\t\\t\\t// Invoke drag-end actions if given\\n\\t\\t\\t\\tif(endActions !== undefined) {\\n\\t\\t\\t\\t\\toptions.widget.invokeActionString(endActions,options.widget,event,{actionTiddler: titleString});\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Remove the dragging class on the element being dragged\\n\\t\\t\\t\\t$tw.utils.removeClass(event.target,\\\"tc-dragging\\\");\\n\\t\\t\\t\\t// Delete the drag image element\\n\\t\\t\\t\\tif(dragImage) {\\n\\t\\t\\t\\t\\tdragImage.parentNode.removeChild(dragImage);\\n\\t\\t\\t\\t\\tdragImage = null;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\treturn false;\\n\\t\\t}}\\n\\t]);\\n};\\n\\nexports.importDataTransfer = function(dataTransfer,fallbackTitle,callback) {\\n\\t// Try each provided data type in turn\\n\\tif($tw.log.IMPORT) {\\n\\t\\tconsole.log(\\\"Available data types:\\\");\\n\\t\\tfor(var type=0; type\u003CdataTransfer.types.length; type++) {\\n\\t\\t\\tconsole.log(\\\"type\\\",dataTransfer.types[type],dataTransfer.getData(dataTransfer.types[type]))\\n\\t\\t}\\n\\t}\\n\\tfor(var t=0; t\u003CimportDataTypes.length; t++) {\\n\\t\\tif(!$tw.browser.isIE || importDataTypes[t].IECompatible) {\\n\\t\\t\\t// Get the data\\n\\t\\t\\tvar dataType = importDataTypes[t];\\n\\t\\t\\t\\tvar data = dataTransfer.getData(dataType.type);\\n\\t\\t\\t// Import the tiddlers in the data\\n\\t\\t\\tif(data !== \\\"\\\" && data !== null) {\\n\\t\\t\\t\\tif($tw.log.IMPORT) {\\n\\t\\t\\t\\t\\tconsole.log(\\\"Importing data type '\\\" + dataType.type + \\\"', data: '\\\" + data + \\\"'\\\")\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tvar tiddlerFields = dataType.toTiddlerFieldsArray(data,fallbackTitle);\\n\\t\\t\\t\\tcallback(tiddlerFields);\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n};\\n\\nvar importDataTypes = [\\n\\t{type: \\\"text/vnd.tiddler\\\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\\n\\t\\treturn parseJSONTiddlers(data,fallbackTitle);\\n\\t}},\\n\\t{type: \\\"URL\\\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\\n\\t\\t// Check for tiddler data URI\\n\\t\\tvar match = $tw.utils.decodeURIComponentSafe(data).match(/^data\\\\:text\\\\/vnd\\\\.tiddler,(.*)/i);\\n\\t\\tif(match) {\\n\\t\\t\\treturn parseJSONTiddlers(match[1],fallbackTitle);\\n\\t\\t} else {\\n\\t\\t\\treturn [{title: fallbackTitle, text: data}]; // As URL string\\n\\t\\t}\\n\\t}},\\n\\t{type: \\\"text/x-moz-url\\\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\\n\\t\\t// Check for tiddler data URI\\n\\t\\tvar match = $tw.utils.decodeURIComponentSafe(data).match(/^data\\\\:text\\\\/vnd\\\\.tiddler,(.*)/i);\\n\\t\\tif(match) {\\n\\t\\t\\treturn parseJSONTiddlers(match[1],fallbackTitle);\\n\\t\\t} else {\\n\\t\\t\\treturn [{title: fallbackTitle, text: data}]; // As URL string\\n\\t\\t}\\n\\t}},\\n\\t{type: \\\"text/html\\\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\\n\\t\\treturn [{title: fallbackTitle, text: data}];\\n\\t}},\\n\\t{type: \\\"text/plain\\\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\\n\\t\\treturn [{title: fallbackTitle, text: data}];\\n\\t}},\\n\\t{type: \\\"Text\\\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\\n\\t\\treturn [{title: fallbackTitle, text: data}];\\n\\t}},\\n\\t{type: \\\"text/uri-list\\\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\\n\\t\\treturn [{title: fallbackTitle, text: data}];\\n\\t}}\\n];\\n\\nfunction parseJSONTiddlers(json,fallbackTitle) {\\n\\tvar data = JSON.parse(json);\\n\\tif(!$tw.utils.isArray(data)) {\\n\\t\\tdata = [data];\\n\\t}\\n\\tdata.forEach(function(fields) {\\n\\t\\tfields.title = fields.title || fallbackTitle;\\n\\t});\\n\\treturn data;\\n};\\n\\nexports.dragEventContainsFiles = function(event) {\\n\\tif(event.dataTransfer.types) {\\n\\t\\tfor(var i=0; i\u003Cevent.dataTransfer.types.length; i++) {\\n\\t\\t\\tif(event.dataTransfer.types[i] === \\\"Files\\\") {\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/http.js\":{\"title\":\"$:/core/modules/utils/dom/http.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/http.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nBrowser HTTP support\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nA quick and dirty HTTP function; to be refactored later. Options are:\\n\\turl: URL to retrieve\\n\\theaders: hashmap of headers to send\\n\\ttype: GET, PUT, POST etc\\n\\tcallback: function invoked with (err,data,xhr)\\n\\treturnProp: string name of the property to return as first argument of callback\\n*/\\nexports.httpRequest = function(options) {\\n\\tvar type = options.type || \\\"GET\\\",\\n\\t\\turl = options.url,\\n\\t\\theaders = options.headers || {accept: \\\"application/json\\\"},\\n\\t\\thasHeader = function(targetHeader) {\\n\\t\\t\\ttargetHeader = targetHeader.toLowerCase();\\n\\t\\t\\tvar result = false;\\n\\t\\t\\t$tw.utils.each(headers,function(header,headerTitle,object) {\\n\\t\\t\\t\\tif(headerTitle.toLowerCase() === targetHeader) {\\n\\t\\t\\t\\t\\tresult = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t\\treturn result;\\n\\t\\t},\\n\\t\\tgetHeader = function(targetHeader) {\\n\\t\\t\\treturn headers[targetHeader] || headers[targetHeader.toLowerCase()];\\n\\t\\t},\\n\\t\\tisSimpleRequest = function(type,headers) {\\n\\t\\t\\tif([\\\"GET\\\",\\\"HEAD\\\",\\\"POST\\\"].indexOf(type) === -1) {\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t\\tfor(var header in headers) {\\n\\t\\t\\t\\tif([\\\"accept\\\",\\\"accept-language\\\",\\\"content-language\\\",\\\"content-type\\\"].indexOf(header.toLowerCase()) === -1) {\\n\\t\\t\\t\\t\\treturn false;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tif(hasHeader(\\\"Content-Type\\\") && [\\\"application/x-www-form-urlencoded\\\",\\\"multipart/form-data\\\",\\\"text/plain\\\"].indexOf(getHeader[\\\"Content-Type\\\"]) === -1) {\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t\\treturn true;\\t\\n\\t\\t},\\n\\t\\treturnProp = options.returnProp || \\\"responseText\\\",\\n\\t\\trequest = new XMLHttpRequest(),\\n\\t\\tdata = \\\"\\\",\\n\\t\\tf,results;\\n\\t// Massage the data hashmap into a string\\n\\tif(options.data) {\\n\\t\\tif(typeof options.data === \\\"string\\\") { // Already a string\\n\\t\\t\\tdata = options.data;\\n\\t\\t} else { // A hashmap of strings\\n\\t\\t\\tresults = [];\\n\\t\\t\\t$tw.utils.each(options.data,function(dataItem,dataItemTitle) {\\n\\t\\t\\t\\tresults.push(dataItemTitle + \\\"=\\\" + encodeURIComponent(dataItem));\\n\\t\\t\\t});\\n\\t\\t\\tif(type === \\\"GET\\\" || type === \\\"HEAD\\\") {\\n\\t\\t\\t\\turl += \\\"?\\\" + results.join(\\\"&\\\");\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tdata = results.join(\\\"&\\\");\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Set up the state change handler\\n\\trequest.onreadystatechange = function() {\\n\\t\\tif(this.readyState === 4) {\\n\\t\\t\\tif(this.status === 200 || this.status === 201 || this.status === 204) {\\n\\t\\t\\t\\t// Success!\\n\\t\\t\\t\\toptions.callback(null,this[returnProp],this);\\n\\t\\t\\t\\treturn;\\n\\t\\t\\t}\\n\\t\\t// Something went wrong\\n\\t\\toptions.callback($tw.language.getString(\\\"Error/XMLHttpRequest\\\") + \\\": \\\" + this.status,null,this);\\n\\t\\t}\\n\\t};\\n\\t// Make the request\\n\\trequest.open(type,url,true);\\n\\tif(headers) {\\n\\t\\t$tw.utils.each(headers,function(header,headerTitle,object) {\\n\\t\\t\\trequest.setRequestHeader(headerTitle,header);\\n\\t\\t});\\n\\t}\\n\\tif(data && !hasHeader(\\\"Content-Type\\\")) {\\n\\t\\trequest.setRequestHeader(\\\"Content-Type\\\",\\\"application/x-www-form-urlencoded; charset=UTF-8\\\");\\n\\t}\\n\\tif(!hasHeader(\\\"X-Requested-With\\\") && !isSimpleRequest(type,headers)) {\\n\\t\\trequest.setRequestHeader(\\\"X-Requested-With\\\",\\\"TiddlyWiki\\\");\\n\\t}\\n\\ttry {\\n\\t\\trequest.send(data);\\n\\t} catch(e) {\\n\\t\\toptions.callback(e,null,this);\\n\\t}\\n\\treturn request;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/keyboard.js\":{\"title\":\"$:/core/modules/utils/dom/keyboard.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/keyboard.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nKeyboard utilities; now deprecated. Instead, use $tw.keyboardManager\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n[\\\"parseKeyDescriptor\\\",\\\"checkKeyDescriptor\\\"].forEach(function(method) {\\n\\texports[method] = function() {\\n\\t\\tif($tw.keyboardManager) {\\n\\t\\t\\treturn $tw.keyboardManager[method].apply($tw.keyboardManager,Array.prototype.slice.call(arguments,0));\\n\\t\\t} else {\\n\\t\\t\\treturn null\\n\\t\\t}\\n\\t};\\n});\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/modal.js\":{\"title\":\"$:/core/modules/utils/dom/modal.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/modal.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nModal message mechanism\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\nvar navigator = require(\\\"$:/core/modules/widgets/navigator.js\\\");\\n\\nvar Modal = function(wiki) {\\n\\tthis.wiki = wiki;\\n\\tthis.modalCount = 0;\\n};\\n\\n/*\\nDisplay a modal dialogue\\n\\ttitle: Title of tiddler to display\\n\\toptions: see below\\nOptions include:\\n\\tdownloadLink: Text of a big download link to include\\n*/\\nModal.prototype.display = function(title,options) {\\n\\toptions = options || {};\\n\\tthis.srcDocument = options.variables && (options.variables.rootwindow === \\\"true\\\" ||\\n\\t\\t\\t\\toptions.variables.rootwindow === \\\"yes\\\") ? document :\\n\\t\\t\\t\\t(options.event && options.event.event && options.event.event.target ? options.event.event.target.ownerDocument : document);\\n\\tthis.srcWindow = this.srcDocument.defaultView;\\n\\tvar self = this,\\n\\t\\trefreshHandler,\\n\\t\\tduration = $tw.utils.getAnimationDuration(),\\n\\t\\ttiddler = this.wiki.getTiddler(title);\\n\\t// Don't do anything if the tiddler doesn't exist\\n\\tif(!tiddler) {\\n\\t\\treturn;\\n\\t}\\n\\t// Create the variables\\n\\tvar variables = $tw.utils.extend({\\n\\t\\t\\tcurrentTiddler: title,\\n\\t\\t\\t\\\"tv-story-list\\\": (options.event && options.event.widget ? options.event.widget.getVariable(\\\"tv-story-list\\\") : \\\"\\\"),\\n\\t\\t\\t\\\"tv-history-list\\\": (options.event && options.event.widget ? options.event.widget.getVariable(\\\"tv-history-list\\\") : \\\"\\\")\\n\\t\\t},options.variables);\\n\\n\\t// Create the wrapper divs\\n\\tvar wrapper = this.srcDocument.createElement(\\\"div\\\"),\\n\\t\\tmodalBackdrop = this.srcDocument.createElement(\\\"div\\\"),\\n\\t\\tmodalWrapper = this.srcDocument.createElement(\\\"div\\\"),\\n\\t\\tmodalHeader = this.srcDocument.createElement(\\\"div\\\"),\\n\\t\\theaderTitle = this.srcDocument.createElement(\\\"h3\\\"),\\n\\t\\tmodalBody = this.srcDocument.createElement(\\\"div\\\"),\\n\\t\\tmodalLink = this.srcDocument.createElement(\\\"a\\\"),\\n\\t\\tmodalFooter = this.srcDocument.createElement(\\\"div\\\"),\\n\\t\\tmodalFooterHelp = this.srcDocument.createElement(\\\"span\\\"),\\n\\t\\tmodalFooterButtons = this.srcDocument.createElement(\\\"span\\\");\\n\\t// Up the modal count and adjust the body class\\n\\tthis.modalCount++;\\n\\tthis.adjustPageClass();\\n\\t// Add classes\\n\\t$tw.utils.addClass(wrapper,\\\"tc-modal-wrapper\\\");\\n\\tif(tiddler.fields && tiddler.fields.class) {\\n\\t\\t$tw.utils.addClass(wrapper,tiddler.fields.class);\\n\\t}\\n\\t$tw.utils.addClass(modalBackdrop,\\\"tc-modal-backdrop\\\");\\n\\t$tw.utils.addClass(modalWrapper,\\\"tc-modal\\\");\\n\\t$tw.utils.addClass(modalHeader,\\\"tc-modal-header\\\");\\n\\t$tw.utils.addClass(modalBody,\\\"tc-modal-body\\\");\\n\\t$tw.utils.addClass(modalFooter,\\\"tc-modal-footer\\\");\\n\\t// Join them together\\n\\twrapper.appendChild(modalBackdrop);\\n\\twrapper.appendChild(modalWrapper);\\n\\tmodalHeader.appendChild(headerTitle);\\n\\tmodalWrapper.appendChild(modalHeader);\\n\\tmodalWrapper.appendChild(modalBody);\\n\\tmodalFooter.appendChild(modalFooterHelp);\\n\\tmodalFooter.appendChild(modalFooterButtons);\\n\\tmodalWrapper.appendChild(modalFooter);\\n\\tvar navigatorTree = {\\n\\t\\t\\\"type\\\": \\\"navigator\\\",\\n\\t\\t\\\"attributes\\\": {\\n\\t\\t\\t\\\"story\\\": {\\n\\t\\t\\t\\t\\\"name\\\": \\\"story\\\",\\n\\t\\t\\t\\t\\\"type\\\": \\\"string\\\",\\n\\t\\t\\t\\t\\\"value\\\": variables[\\\"tv-story-list\\\"]\\n\\t\\t\\t},\\n\\t\\t\\t\\\"history\\\": {\\n\\t\\t\\t\\t\\\"name\\\": \\\"history\\\",\\n\\t\\t\\t\\t\\\"type\\\": \\\"string\\\",\\n\\t\\t\\t\\t\\\"value\\\": variables[\\\"tv-history-list\\\"]\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\t\\\"tag\\\": \\\"$navigator\\\",\\n\\t\\t\\\"isBlock\\\": true,\\n\\t\\t\\\"children\\\": []\\n\\t};\\n\\tvar navigatorWidgetNode = new navigator.navigator(navigatorTree, {\\n\\t\\twiki: this.wiki,\\n\\t\\tdocument : this.srcDocument,\\n\\t\\tparentWidget: $tw.rootWidget\\n\\t});\\n\\tnavigatorWidgetNode.render(modalBody,null);\\n\\n\\t// Render the title of the message\\n\\tvar headerWidgetNode = this.wiki.makeTranscludeWidget(title,{\\n\\t\\tfield: \\\"subtitle\\\",\\n\\t\\tmode: \\\"inline\\\",\\n\\t\\tchildren: [{\\n\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttext: {\\n\\t\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\t\\tvalue: title\\n\\t\\t}}}],\\n\\t\\tparentWidget: navigatorWidgetNode,\\n\\t\\tdocument: this.srcDocument,\\n\\t\\tvariables: variables,\\n\\t\\timportPageMacros: true\\n\\t});\\n\\theaderWidgetNode.render(headerTitle,null);\\n\\t// Render the body of the message\\n\\tvar bodyWidgetNode = this.wiki.makeTranscludeWidget(title,{\\n\\t\\tparentWidget: navigatorWidgetNode,\\n\\t\\tdocument: this.srcDocument,\\n\\t\\tvariables: variables,\\n\\t\\timportPageMacros: true\\n\\t});\\n\\n\\tbodyWidgetNode.render(modalBody,null);\\n\\t// Setup the link if present\\n\\tif(options.downloadLink) {\\n\\t\\tmodalLink.href = options.downloadLink;\\n\\t\\tmodalLink.appendChild(this.srcDocument.createTextNode(\\\"Right-click to save changes\\\"));\\n\\t\\tmodalBody.appendChild(modalLink);\\n\\t}\\n\\t// Render the footer of the message\\n\\tif(tiddler.fields && tiddler.fields.help) {\\n\\t\\tvar link = this.srcDocument.createElement(\\\"a\\\");\\n\\t\\tlink.setAttribute(\\\"href\\\",tiddler.fields.help);\\n\\t\\tlink.setAttribute(\\\"target\\\",\\\"_blank\\\");\\n\\t\\tlink.setAttribute(\\\"rel\\\",\\\"noopener noreferrer\\\");\\n\\t\\tlink.appendChild(this.srcDocument.createTextNode(\\\"Help\\\"));\\n\\t\\tmodalFooterHelp.appendChild(link);\\n\\t\\tmodalFooterHelp.style.float = \\\"left\\\";\\n\\t}\\n\\tvar footerWidgetNode = this.wiki.makeTranscludeWidget(title,{\\n\\t\\tfield: \\\"footer\\\",\\n\\t\\tmode: \\\"inline\\\",\\n\\t\\tchildren: [{\\n\\t\\t\\ttype: \\\"button\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tmessage: {\\n\\t\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\t\\tvalue: \\\"tm-close-tiddler\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [{\\n\\t\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\t\\tattributes: {\\n\\t\\t\\t\\t\\ttext: {\\n\\t\\t\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\t\\t\\tvalue: $tw.language.getString(\\\"Buttons/Close/Caption\\\")\\n\\t\\t\\t}}}\\n\\t\\t]}],\\n\\t\\tparentWidget: navigatorWidgetNode,\\n\\t\\tdocument: this.srcDocument,\\n\\t\\tvariables: variables,\\n\\t\\timportPageMacros: true\\n\\t});\\n\\tfooterWidgetNode.render(modalFooterButtons,null);\\n\\t// Set up the refresh handler\\n\\trefreshHandler = function(changes) {\\n\\t\\theaderWidgetNode.refresh(changes,modalHeader,null);\\n\\t\\tbodyWidgetNode.refresh(changes,modalBody,null);\\n\\t\\tfooterWidgetNode.refresh(changes,modalFooterButtons,null);\\n\\t};\\n\\tthis.wiki.addEventListener(\\\"change\\\",refreshHandler);\\n\\t// Add the close event handler\\n\\tvar closeHandler = function(event) {\\n\\t\\t// Remove our refresh handler\\n\\t\\tself.wiki.removeEventListener(\\\"change\\\",refreshHandler);\\n\\t\\t// Decrease the modal count and adjust the body class\\n\\t\\tself.modalCount--;\\n\\t\\tself.adjustPageClass();\\n\\t\\t// Force layout and animate the modal message away\\n\\t\\t$tw.utils.forceLayout(modalBackdrop);\\n\\t\\t$tw.utils.forceLayout(modalWrapper);\\n\\t\\t$tw.utils.setStyle(modalBackdrop,[\\n\\t\\t\\t{opacity: \\\"0\\\"}\\n\\t\\t]);\\n\\t\\t$tw.utils.setStyle(modalWrapper,[\\n\\t\\t\\t{transform: \\\"translateY(\\\" + self.srcWindow.innerHeight + \\\"px)\\\"}\\n\\t\\t]);\\n\\t\\t// Set up an event for the transition end\\n\\t\\tself.srcWindow.setTimeout(function() {\\n\\t\\t\\tif(wrapper.parentNode) {\\n\\t\\t\\t\\t// Remove the modal message from the DOM\\n\\t\\t\\t\\tself.srcDocument.body.removeChild(wrapper);\\n\\t\\t\\t}\\n\\t\\t},duration);\\n\\t\\t// Don't let anyone else handle the tm-close-tiddler message\\n\\t\\treturn false;\\n\\t};\\n\\theaderWidgetNode.addEventListener(\\\"tm-close-tiddler\\\",closeHandler,false);\\n\\tbodyWidgetNode.addEventListener(\\\"tm-close-tiddler\\\",closeHandler,false);\\n\\tfooterWidgetNode.addEventListener(\\\"tm-close-tiddler\\\",closeHandler,false);\\n\\t// Set the initial styles for the message\\n\\t$tw.utils.setStyle(modalBackdrop,[\\n\\t\\t{opacity: \\\"0\\\"}\\n\\t]);\\n\\t$tw.utils.setStyle(modalWrapper,[\\n\\t\\t{transformOrigin: \\\"0% 0%\\\"},\\n\\t\\t{transform: \\\"translateY(\\\" + (-this.srcWindow.innerHeight) + \\\"px)\\\"}\\n\\t]);\\n\\t// Put the message into the document\\n\\tthis.srcDocument.body.appendChild(wrapper);\\n\\t// Set up animation for the styles\\n\\t$tw.utils.setStyle(modalBackdrop,[\\n\\t\\t{transition: \\\"opacity \\\" + duration + \\\"ms ease-out\\\"}\\n\\t]);\\n\\t$tw.utils.setStyle(modalWrapper,[\\n\\t\\t{transition: $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms ease-in-out\\\"}\\n\\t]);\\n\\t// Force layout\\n\\t$tw.utils.forceLayout(modalBackdrop);\\n\\t$tw.utils.forceLayout(modalWrapper);\\n\\t// Set final animated styles\\n\\t$tw.utils.setStyle(modalBackdrop,[\\n\\t\\t{opacity: \\\"0.7\\\"}\\n\\t]);\\n\\t$tw.utils.setStyle(modalWrapper,[\\n\\t\\t{transform: \\\"translateY(0px)\\\"}\\n\\t]);\\n};\\n\\nModal.prototype.adjustPageClass = function() {\\n\\tvar windowContainer = $tw.pageContainer ? ($tw.pageContainer === this.srcDocument.body.firstChild ? $tw.pageContainer : this.srcDocument.body.firstChild) : null;\\n\\tif(windowContainer) {\\n\\t\\t$tw.utils.toggleClass(windowContainer,\\\"tc-modal-displayed\\\",this.modalCount > 0);\\n\\t}\\n\\t$tw.utils.toggleClass(this.srcDocument.body,\\\"tc-modal-prevent-scroll\\\",this.modalCount > 0);\\n};\\n\\nexports.Modal = Modal;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/notifier.js\":{\"title\":\"$:/core/modules/utils/dom/notifier.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/notifier.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nNotifier mechanism\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\nvar Notifier = function(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\n/*\\nDisplay a notification\\n\\ttitle: Title of tiddler containing the notification text\\n\\toptions: see below\\nOptions include:\\n*/\\nNotifier.prototype.display = function(title,options) {\\n\\toptions = options || {};\\n\\t// Create the wrapper divs\\n\\tvar self = this,\\n\\t\\tnotification = document.createElement(\\\"div\\\"),\\n\\t\\ttiddler = this.wiki.getTiddler(title),\\n\\t\\tduration = $tw.utils.getAnimationDuration(),\\n\\t\\trefreshHandler;\\n\\t// Don't do anything if the tiddler doesn't exist\\n\\tif(!tiddler) {\\n\\t\\treturn;\\n\\t}\\n\\t// Add classes\\n\\t$tw.utils.addClass(notification,\\\"tc-notification\\\");\\n\\t// Create the variables\\n\\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\\n\\t// Render the body of the notification\\n\\tvar widgetNode = this.wiki.makeTranscludeWidget(title,{\\n\\t\\tparentWidget: $tw.rootWidget,\\n\\t\\tdocument: document,\\n\\t\\tvariables: variables,\\n\\t\\timportPageMacros: true});\\n\\twidgetNode.render(notification,null);\\n\\trefreshHandler = function(changes) {\\n\\t\\twidgetNode.refresh(changes,notification,null);\\n\\t};\\n\\tthis.wiki.addEventListener(\\\"change\\\",refreshHandler);\\n\\t// Set the initial styles for the notification\\n\\t$tw.utils.setStyle(notification,[\\n\\t\\t{opacity: \\\"0\\\"},\\n\\t\\t{transformOrigin: \\\"0% 0%\\\"},\\n\\t\\t{transform: \\\"translateY(\\\" + (-window.innerHeight) + \\\"px)\\\"},\\n\\t\\t{transition: \\\"opacity \\\" + duration + \\\"ms ease-out, \\\" + $tw.utils.roundTripPropertyName(\\\"transform\\\") + \\\" \\\" + duration + \\\"ms ease-in-out\\\"}\\n\\t]);\\n\\t// Add the notification to the DOM\\n\\tdocument.body.appendChild(notification);\\n\\t// Force layout\\n\\t$tw.utils.forceLayout(notification);\\n\\t// Set final animated styles\\n\\t$tw.utils.setStyle(notification,[\\n\\t\\t{opacity: \\\"1.0\\\"},\\n\\t\\t{transform: \\\"translateY(0px)\\\"}\\n\\t]);\\n\\t// Set a timer to remove the notification\\n\\twindow.setTimeout(function() {\\n\\t\\t// Remove our change event handler\\n\\t\\tself.wiki.removeEventListener(\\\"change\\\",refreshHandler);\\n\\t\\t// Force layout and animate the notification away\\n\\t\\t$tw.utils.forceLayout(notification);\\n\\t\\t$tw.utils.setStyle(notification,[\\n\\t\\t\\t{opacity: \\\"0.0\\\"},\\n\\t\\t\\t{transform: \\\"translateX(\\\" + (notification.offsetWidth) + \\\"px)\\\"}\\n\\t\\t]);\\n\\t\\t// Remove the modal message from the DOM once the transition ends\\n\\t\\tsetTimeout(function() {\\n\\t\\t\\tif(notification.parentNode) {\\n\\t\\t\\t\\tdocument.body.removeChild(notification);\\n\\t\\t\\t}\\n\\t\\t},duration);\\n\\t},$tw.config.preferences.notificationDuration);\\n};\\n\\nexports.Notifier = Notifier;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/popup.js\":{\"title\":\"$:/core/modules/utils/dom/popup.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/popup.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nModule that creates a $tw.utils.Popup object prototype that manages popups in the browser\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nCreates a Popup object with these options:\\n\\trootElement: the DOM element to which the popup zapper should be attached\\n*/\\nvar Popup = function(options) {\\n\\toptions = options || {};\\n\\tthis.rootElement = options.rootElement || document.documentElement;\\n\\tthis.popups = []; // Array of {title:,wiki:,domNode:} objects\\n};\\n\\n/*\\nTrigger a popup open or closed. Parameters are in a hashmap:\\n\\ttitle: title of the tiddler where the popup details are stored\\n\\tdomNode: dom node to which the popup will be positioned (one of domNode or domNodeRect is required)\\n\\tdomNodeRect: rectangle to which the popup will be positioned\\n\\twiki: wiki\\n\\tforce: if specified, forces the popup state to true or false (instead of toggling it)\\n\\tfloating: if true, skips registering the popup, meaning that it will need manually clearing\\n*/\\nPopup.prototype.triggerPopup = function(options) {\\n\\t// Check if this popup is already active\\n\\tvar index = this.findPopup(options.title);\\n\\t// Compute the new state\\n\\tvar state = index === -1;\\n\\tif(options.force !== undefined) {\\n\\t\\tstate = options.force;\\n\\t}\\n\\t// Show or cancel the popup according to the new state\\n\\tif(state) {\\n\\t\\tthis.show(options);\\n\\t} else {\\n\\t\\tthis.cancel(index);\\n\\t}\\n};\\n\\nPopup.prototype.findPopup = function(title) {\\n\\tvar index = -1;\\n\\tfor(var t=0; t\u003Cthis.popups.length; t++) {\\n\\t\\tif(this.popups[t].title === title) {\\n\\t\\t\\tindex = t;\\n\\t\\t}\\n\\t}\\n\\treturn index;\\n};\\n\\nPopup.prototype.handleEvent = function(event) {\\n\\tif(event.type === \\\"click\\\") {\\n\\t\\t// Find out what was clicked on\\n\\t\\tvar info = this.popupInfo(event.target),\\n\\t\\t\\tcancelLevel = info.popupLevel - 1;\\n\\t\\t// Don't remove the level that was clicked on if we clicked on a handle\\n\\t\\tif(info.isHandle) {\\n\\t\\t\\tcancelLevel++;\\n\\t\\t}\\n\\t\\t// Cancel\\n\\t\\tthis.cancel(cancelLevel);\\n\\t}\\n};\\n\\n/*\\nFind the popup level containing a DOM node. Returns:\\npopupLevel: count of the number of nested popups containing the specified element\\nisHandle: true if the specified element is within a popup handle\\n*/\\nPopup.prototype.popupInfo = function(domNode) {\\n\\tvar isHandle = false,\\n\\t\\tpopupCount = 0,\\n\\t\\tnode = domNode;\\n\\t// First check ancestors to see if we're within a popup handle\\n\\twhile(node) {\\n\\t\\tif($tw.utils.hasClass(node,\\\"tc-popup-handle\\\")) {\\n\\t\\t\\tisHandle = true;\\n\\t\\t\\tpopupCount++;\\n\\t\\t}\\n\\t\\tif($tw.utils.hasClass(node,\\\"tc-popup-keep\\\")) {\\n\\t\\t\\tisHandle = true;\\n\\t\\t}\\n\\t\\tnode = node.parentNode;\\n\\t}\\n\\t// Then count the number of ancestor popups\\n\\tnode = domNode;\\n\\twhile(node) {\\n\\t\\tif($tw.utils.hasClass(node,\\\"tc-popup\\\")) {\\n\\t\\t\\tpopupCount++;\\n\\t\\t}\\n\\t\\tnode = node.parentNode;\\n\\t}\\n\\tvar info = {\\n\\t\\tpopupLevel: popupCount,\\n\\t\\tisHandle: isHandle\\n\\t};\\n\\treturn info;\\n};\\n\\n/*\\nDisplay a popup by adding it to the stack\\n*/\\nPopup.prototype.show = function(options) {\\n\\t// Find out what was clicked on\\n\\tvar info = this.popupInfo(options.domNode);\\n\\t// Cancel any higher level popups\\n\\tthis.cancel(info.popupLevel);\\n\\n\\t// Store the popup details if not already there\\n\\tif(!options.floating && this.findPopup(options.title) === -1) {\\n\\t\\tthis.popups.push({\\n\\t\\t\\ttitle: options.title,\\n\\t\\t\\twiki: options.wiki,\\n\\t\\t\\tdomNode: options.domNode,\\n\\t\\t\\tnoStateReference: options.noStateReference\\n\\t\\t});\\n\\t}\\n\\t// Set the state tiddler\\n\\tvar rect;\\n\\tif(options.domNodeRect) {\\n\\t\\trect = options.domNodeRect;\\n\\t} else {\\n\\t\\trect = {\\n\\t\\t\\tleft: options.domNode.offsetLeft,\\n\\t\\t\\ttop: options.domNode.offsetTop,\\n\\t\\t\\twidth: options.domNode.offsetWidth,\\n\\t\\t\\theight: options.domNode.offsetHeight\\n\\t\\t};\\n\\t}\\n\\tvar popupRect = \\\"(\\\" + rect.left + \\\",\\\" + rect.top + \\\",\\\" + \\n\\t\\t\\t\\trect.width + \\\",\\\" + rect.height + \\\")\\\";\\n\\tif(options.noStateReference) {\\n\\t\\toptions.wiki.setText(options.title,\\\"text\\\",undefined,popupRect);\\n\\t} else {\\n\\t\\toptions.wiki.setTextReference(options.title,popupRect);\\n\\t}\\n\\t// Add the click handler if we have any popups\\n\\tif(this.popups.length > 0) {\\n\\t\\tthis.rootElement.addEventListener(\\\"click\\\",this,true);\\n\\t}\\n};\\n\\n/*\\nCancel all popups at or above a specified level or DOM node\\nlevel: popup level to cancel (0 cancels all popups)\\n*/\\nPopup.prototype.cancel = function(level) {\\n\\tvar numPopups = this.popups.length;\\n\\tlevel = Math.max(0,Math.min(level,numPopups));\\n\\tfor(var t=level; t\u003CnumPopups; t++) {\\n\\t\\tvar popup = this.popups.pop();\\n\\t\\tif(popup.title) {\\n\\t\\t\\tif(popup.noStateReference) {\\n\\t\\t\\t\\tpopup.wiki.deleteTiddler(popup.title);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tpopup.wiki.deleteTiddler($tw.utils.parseTextReference(popup.title).title);\\n \\t\\t}\\n\\t\\t}\\n\\t}\\n\\tif(this.popups.length === 0) {\\n\\t\\tthis.rootElement.removeEventListener(\\\"click\\\",this,false);\\n\\t}\\n};\\n\\n/*\\nReturns true if the specified title and text identifies an active popup\\n*/\\nPopup.prototype.readPopupState = function(text) {\\n\\tvar popupLocationRegExp = /^\\\\((-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+)\\\\)$/;\\n\\treturn popupLocationRegExp.test(text);\\n};\\n\\nexports.Popup = Popup;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/dom/scroller.js\":{\"title\":\"$:/core/modules/utils/dom/scroller.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/dom/scroller.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nModule that creates a $tw.utils.Scroller object prototype that manages scrolling in the browser\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nEvent handler for when the `tm-scroll` event hits the document body\\n*/\\nvar PageScroller = function() {\\n\\tthis.idRequestFrame = null;\\n\\tthis.requestAnimationFrame = window.requestAnimationFrame ||\\n\\t\\twindow.webkitRequestAnimationFrame ||\\n\\t\\twindow.mozRequestAnimationFrame ||\\n\\t\\tfunction(callback) {\\n\\t\\t\\treturn window.setTimeout(callback, 1000/60);\\n\\t\\t};\\n\\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\\n\\t\\twindow.webkitCancelAnimationFrame ||\\n\\t\\twindow.webkitCancelRequestAnimationFrame ||\\n\\t\\twindow.mozCancelAnimationFrame ||\\n\\t\\twindow.mozCancelRequestAnimationFrame ||\\n\\t\\tfunction(id) {\\n\\t\\t\\twindow.clearTimeout(id);\\n\\t\\t};\\n};\\n\\nPageScroller.prototype.isScrolling = function() {\\n\\treturn this.idRequestFrame !== null;\\n}\\n\\nPageScroller.prototype.cancelScroll = function(srcWindow) {\\n\\tif(this.idRequestFrame) {\\n\\t\\tthis.cancelAnimationFrame.call(srcWindow,this.idRequestFrame);\\n\\t\\tthis.idRequestFrame = null;\\n\\t}\\n};\\n\\n/*\\nHandle an event\\n*/\\nPageScroller.prototype.handleEvent = function(event) {\\n\\tif(event.type === \\\"tm-scroll\\\") {\\n\\t\\tif(event.paramObject && event.paramObject.selector) {\\n\\t\\t\\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\\n\\t\\t} else {\\n\\t\\t\\tthis.scrollIntoView(event.target);\\n\\t\\t}\\n\\t\\treturn false; // Event was handled\\n\\t}\\n\\treturn true;\\n};\\n\\n/*\\nHandle a scroll event hitting the page document\\n*/\\nPageScroller.prototype.scrollIntoView = function(element,callback) {\\n\\tvar self = this,\\n\\t\\tduration = $tw.utils.getAnimationDuration(),\\n\\t srcWindow = element ? element.ownerDocument.defaultView : window;\\n\\t// Now get ready to scroll the body\\n\\tthis.cancelScroll(srcWindow);\\n\\tthis.startTime = Date.now();\\n\\t// Get the height of any position:fixed toolbars\\n\\tvar toolbar = srcWindow.document.querySelector(\\\".tc-adjust-top-of-scroll\\\"),\\n\\t\\toffset = 0;\\n\\tif(toolbar) {\\n\\t\\toffset = toolbar.offsetHeight;\\n\\t}\\n\\t// Get the client bounds of the element and adjust by the scroll position\\n\\tvar getBounds = function() {\\n\\t\\t\\tvar clientBounds = typeof callback === 'function' ? callback() : element.getBoundingClientRect(),\\n\\t\\t\\t\\tscrollPosition = $tw.utils.getScrollPosition(srcWindow);\\n\\t\\t\\treturn {\\n\\t\\t\\t\\tleft: clientBounds.left + scrollPosition.x,\\n\\t\\t\\t\\ttop: clientBounds.top + scrollPosition.y - offset,\\n\\t\\t\\t\\twidth: clientBounds.width,\\n\\t\\t\\t\\theight: clientBounds.height\\n\\t\\t\\t};\\n\\t\\t},\\n\\t\\t// We'll consider the horizontal and vertical scroll directions separately via this function\\n\\t\\t// targetPos/targetSize - position and size of the target element\\n\\t\\t// currentPos/currentSize - position and size of the current scroll viewport\\n\\t\\t// returns: new position of the scroll viewport\\n\\t\\tgetEndPos = function(targetPos,targetSize,currentPos,currentSize) {\\n\\t\\t\\tvar newPos = targetPos;\\n\\t\\t\\t// If we are scrolling within 50 pixels of the top/left then snap to zero\\n\\t\\t\\tif(newPos \u003C 50) {\\n\\t\\t\\t\\tnewPos = 0;\\n\\t\\t\\t}\\n\\t\\t\\treturn newPos;\\n\\t\\t},\\n\\t\\tdrawFrame = function drawFrame() {\\n\\t\\t\\tvar t;\\n\\t\\t\\tif(duration \u003C= 0) {\\n\\t\\t\\t\\tt = 1;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tt = ((Date.now()) - self.startTime) / duration;\\n\\t\\t\\t}\\n\\t\\t\\tif(t >= 1) {\\n\\t\\t\\t\\tself.cancelScroll(srcWindow);\\n\\t\\t\\t\\tt = 1;\\n\\t\\t\\t}\\n\\t\\t\\tt = $tw.utils.slowInSlowOut(t);\\n\\t\\t\\tvar scrollPosition = $tw.utils.getScrollPosition(srcWindow),\\n\\t\\t\\t\\tbounds = getBounds(),\\n\\t\\t\\t\\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,srcWindow.innerWidth),\\n\\t\\t\\t\\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,srcWindow.innerHeight);\\n\\t\\t\\tsrcWindow.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t);\\n\\t\\t\\tif(t \u003C 1) {\\n\\t\\t\\t\\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\\n\\t\\t\\t}\\n\\t\\t};\\n\\tdrawFrame();\\n};\\n\\nPageScroller.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\\n\\tbaseElement = baseElement || document.body;\\n\\tvar element = baseElement.querySelector(selector);\\n\\tif(element) {\\n\\t\\tthis.scrollIntoView(element,callback);\\n\\t}\\n};\\n\\nexports.PageScroller = PageScroller;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/edition-info.js\":{\"title\":\"$:/core/modules/utils/edition-info.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/edition-info.js\\ntype: application/javascript\\nmodule-type: utils-node\\n\\nInformation about the available editions\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar fs = require(\\\"fs\\\"),\\n\\tpath = require(\\\"path\\\");\\n\\nvar editionInfo;\\n\\nexports.getEditionInfo = function() {\\n\\tif(!editionInfo) {\\n\\t\\t// Enumerate the edition paths\\n\\t\\tvar editionPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\\n\\t\\teditionInfo = {};\\n\\t\\tfor(var editionIndex=0; editionIndex\u003CeditionPaths.length; editionIndex++) {\\n\\t\\t\\tvar editionPath = editionPaths[editionIndex];\\n\\t\\t\\t// Enumerate the folders\\n\\t\\t\\tvar entries = fs.readdirSync(editionPath);\\n\\t\\t\\tfor(var entryIndex=0; entryIndex\u003Centries.length; entryIndex++) {\\n\\t\\t\\t\\tvar entry = entries[entryIndex];\\n\\t\\t\\t\\t// Check if directories have a valid tiddlywiki.info\\n\\t\\t\\t\\tif(!editionInfo[entry] && $tw.utils.isDirectory(path.resolve(editionPath,entry))) {\\n\\t\\t\\t\\t\\tvar info;\\n\\t\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\t\\tinfo = JSON.parse(fs.readFileSync(path.resolve(editionPath,entry,\\\"tiddlywiki.info\\\"),\\\"utf8\\\"));\\n\\t\\t\\t\\t\\t} catch(ex) {\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tif(info) {\\n\\t\\t\\t\\t\\t\\teditionInfo[entry] = info;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn editionInfo;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils-node\"},\"$:/core/modules/utils/escapecss.js\":{\"title\":\"$:/core/modules/utils/escapecss.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/escapecss.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nProvides CSS.escape() functionality.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false, window: false */\\n\\\"use strict\\\";\\n\\nexports.escapeCSS = (function() {\\n\\t// use browser's native CSS.escape() function if available\\n\\tif ($tw.browser && window.CSS && window.CSS.escape) {\\n\\t\\treturn window.CSS.escape;\\n\\t}\\n\\n\\t// otherwise, a utility method is provided\\n\\t// see also https://drafts.csswg.org/cssom/#serialize-an-identifier\\n\\n\\t/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */\\n\\treturn function(value) {\\n\\t\\tif (arguments.length == 0) {\\n\\t\\t\\tthrow new TypeError('`CSS.escape` requires an argument.');\\n\\t\\t}\\n\\t\\tvar string = String(value);\\n\\t\\tvar length = string.length;\\n\\t\\tvar index = -1;\\n\\t\\tvar codeUnit;\\n\\t\\tvar result = '';\\n\\t\\tvar firstCodeUnit = string.charCodeAt(0);\\n\\t\\twhile (++index \u003C length) {\\n\\t\\t\\tcodeUnit = string.charCodeAt(index);\\n\\t\\t\\t// Note: theres no need to special-case astral symbols, surrogate\\n\\t\\t\\t// pairs, or lone surrogates.\\n\\n\\t\\t\\t// If the character is NULL (U+0000), then the REPLACEMENT CHARACTER\\n\\t\\t\\t// (U+FFFD).\\n\\t\\t\\tif (codeUnit == 0x0000) {\\n\\t\\t\\t\\tresult += '\\\\uFFFD';\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (\\n\\t\\t\\t\\t// If the character is in the range [\\\\1-\\\\1F] (U+0001 to U+001F) or is\\n\\t\\t\\t\\t// U+007F, […]\\n\\t\\t\\t\\t(codeUnit >= 0x0001 && codeUnit \u003C= 0x001F) || codeUnit == 0x007F ||\\n\\t\\t\\t\\t// If the character is the first character and is in the range [0-9]\\n\\t\\t\\t\\t// (U+0030 to U+0039), […]\\n\\t\\t\\t\\t(index == 0 && codeUnit >= 0x0030 && codeUnit \u003C= 0x0039) ||\\n\\t\\t\\t\\t// If the character is the second character and is in the range [0-9]\\n\\t\\t\\t\\t// (U+0030 to U+0039) and the first character is a `-` (U+002D), […]\\n\\t\\t\\t\\t(\\n\\t\\t\\t\\t\\tindex == 1 &&\\n\\t\\t\\t\\t\\tcodeUnit >= 0x0030 && codeUnit \u003C= 0x0039 &&\\n\\t\\t\\t\\t\\tfirstCodeUnit == 0x002D\\n\\t\\t\\t\\t)\\n\\t\\t\\t) {\\n\\t\\t\\t\\t// https://drafts.csswg.org/cssom/#escape-a-character-as-code-point\\n\\t\\t\\t\\tresult += '\\\\\\\\' + codeUnit.toString(16) + ' ';\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (\\n\\t\\t\\t\\t// If the character is the first character and is a `-` (U+002D), and\\n\\t\\t\\t\\t// there is no second character, […]\\n\\t\\t\\t\\tindex == 0 &&\\n\\t\\t\\t\\tlength == 1 &&\\n\\t\\t\\t\\tcodeUnit == 0x002D\\n\\t\\t\\t) {\\n\\t\\t\\t\\tresult += '\\\\\\\\' + string.charAt(index);\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\n\\t\\t\\t// If the character is not handled by one of the above rules and is\\n\\t\\t\\t// greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or\\n\\t\\t\\t// is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to\\n\\t\\t\\t// U+005A), or [a-z] (U+0061 to U+007A), […]\\n\\t\\t\\tif (\\n\\t\\t\\t\\tcodeUnit >= 0x0080 ||\\n\\t\\t\\t\\tcodeUnit == 0x002D ||\\n\\t\\t\\t\\tcodeUnit == 0x005F ||\\n\\t\\t\\t\\tcodeUnit >= 0x0030 && codeUnit \u003C= 0x0039 ||\\n\\t\\t\\t\\tcodeUnit >= 0x0041 && codeUnit \u003C= 0x005A ||\\n\\t\\t\\t\\tcodeUnit >= 0x0061 && codeUnit \u003C= 0x007A\\n\\t\\t\\t) {\\n\\t\\t\\t\\t// the character itself\\n\\t\\t\\t\\tresult += string.charAt(index);\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\n\\t\\t\\t// Otherwise, the escaped character.\\n\\t\\t\\t// https://drafts.csswg.org/cssom/#escape-a-character\\n\\t\\t\\tresult += '\\\\\\\\' + string.charAt(index);\\n\\n\\t\\t}\\n\\t\\treturn result;\\n\\t};\\n})();\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/fakedom.js\":{\"title\":\"$:/core/modules/utils/fakedom.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/fakedom.js\\ntype: application/javascript\\nmodule-type: global\\n\\nA barebones implementation of DOM interfaces needed by the rendering mechanism.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Sequence number used to enable us to track objects for testing\\nvar sequenceNumber = null;\\n\\nvar bumpSequenceNumber = function(object) {\\n\\tif(sequenceNumber !== null) {\\n\\t\\tobject.sequenceNumber = sequenceNumber++;\\n\\t}\\n};\\n\\nvar TW_Node = function (){\\n\\tthrow TypeError(\\\"Illegal constructor\\\");\\n};\\n\\nObject.defineProperty(TW_Node.prototype, 'ELEMENT_NODE', {\\n\\tget: function() {\\n\\t\\treturn 1;\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Node.prototype, 'TEXT_NODE', {\\n\\tget: function() {\\n\\t\\treturn 3;\\n\\t}\\n});\\n\\nvar TW_TextNode = function(text) {\\n\\tbumpSequenceNumber(this);\\n\\tthis.textContent = text + \\\"\\\";\\n};\\n\\nTW_TextNode.prototype = Object.create(TW_Node.prototype);\\n\\nObject.defineProperty(TW_TextNode.prototype, \\\"nodeType\\\", {\\n\\tget: function() {\\n\\t\\treturn this.TEXT_NODE;\\n\\t}\\n});\\n\\nObject.defineProperty(TW_TextNode.prototype, \\\"formattedTextContent\\\", {\\n\\tget: function() {\\n\\t\\treturn this.textContent.replace(/(\\\\r?\\\\n)/g,\\\"\\\");\\n\\t}\\n});\\n\\nvar TW_Element = function(tag,namespace) {\\n\\tbumpSequenceNumber(this);\\n\\tthis.isTiddlyWikiFakeDom = true;\\n\\tthis.tag = tag;\\n\\tthis.attributes = {};\\n\\tthis.isRaw = false;\\n\\tthis.children = [];\\n\\tthis._style = {};\\n\\tthis.namespaceURI = namespace || \\\"http://www.w3.org/1999/xhtml\\\";\\n};\\n\\nTW_Element.prototype = Object.create(TW_Node.prototype);\\n\\nObject.defineProperty(TW_Element.prototype, \\\"style\\\", {\\n\\tget: function() {\\n\\t\\treturn this._style;\\n\\t},\\n\\tset: function(str) {\\n\\t\\tvar self = this;\\n\\t\\tstr = str || \\\"\\\";\\n\\t\\t$tw.utils.each(str.split(\\\";\\\"),function(declaration) {\\n\\t\\t\\tvar parts = declaration.split(\\\":\\\"),\\n\\t\\t\\t\\tname = $tw.utils.trim(parts[0]),\\n\\t\\t\\t\\tvalue = $tw.utils.trim(parts[1]);\\n\\t\\t\\tif(name && value) {\\n\\t\\t\\t\\tself._style[$tw.utils.convertStyleNameToPropertyName(name)] = value;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"nodeType\\\", {\\n\\tget: function() {\\n\\t\\treturn this.ELEMENT_NODE;\\n\\t}\\n});\\n\\nTW_Element.prototype.getAttribute = function(name) {\\n\\tif(this.isRaw) {\\n\\t\\tthrow \\\"Cannot getAttribute on a raw TW_Element\\\";\\n\\t}\\n\\treturn this.attributes[name];\\n};\\n\\nTW_Element.prototype.setAttribute = function(name,value) {\\n\\tif(this.isRaw) {\\n\\t\\tthrow \\\"Cannot setAttribute on a raw TW_Element\\\";\\n\\t}\\n\\tthis.attributes[name] = value + \\\"\\\";\\n};\\n\\nTW_Element.prototype.setAttributeNS = function(namespace,name,value) {\\n\\tthis.setAttribute(name,value);\\n};\\n\\nTW_Element.prototype.removeAttribute = function(name) {\\n\\tif(this.isRaw) {\\n\\t\\tthrow \\\"Cannot removeAttribute on a raw TW_Element\\\";\\n\\t}\\n\\tif($tw.utils.hop(this.attributes,name)) {\\n\\t\\tdelete this.attributes[name];\\n\\t}\\n};\\n\\nTW_Element.prototype.appendChild = function(node) {\\n\\tthis.children.push(node);\\n\\tnode.parentNode = this;\\n};\\n\\nTW_Element.prototype.insertBefore = function(node,nextSibling) {\\n\\tif(nextSibling) {\\n\\t\\tvar p = this.children.indexOf(nextSibling);\\n\\t\\tif(p !== -1) {\\n\\t\\t\\tthis.children.splice(p,0,node);\\n\\t\\t\\tnode.parentNode = this;\\n\\t\\t} else {\\n\\t\\t\\tthis.appendChild(node);\\n\\t\\t}\\n\\t} else {\\n\\t\\tthis.appendChild(node);\\n\\t}\\n};\\n\\nTW_Element.prototype.removeChild = function(node) {\\n\\tvar p = this.children.indexOf(node);\\n\\tif(p !== -1) {\\n\\t\\tthis.children.splice(p,1);\\n\\t}\\n};\\n\\nTW_Element.prototype.hasChildNodes = function() {\\n\\treturn !!this.children.length;\\n};\\n\\nObject.defineProperty(TW_Element.prototype, \\\"childNodes\\\", {\\n\\tget: function() {\\n\\t\\treturn this.children;\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"firstChild\\\", {\\n\\tget: function() {\\n\\t\\treturn this.children[0];\\n\\t}\\n});\\n\\nTW_Element.prototype.addEventListener = function(type,listener,useCapture) {\\n\\t// Do nothing\\n};\\n\\nObject.defineProperty(TW_Element.prototype, \\\"tagName\\\", {\\n\\tget: function() {\\n\\t\\treturn this.tag || \\\"\\\";\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"className\\\", {\\n\\tget: function() {\\n\\t\\treturn this.attributes[\\\"class\\\"] || \\\"\\\";\\n\\t},\\n\\tset: function(value) {\\n\\t\\tthis.attributes[\\\"class\\\"] = value + \\\"\\\";\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"value\\\", {\\n\\tget: function() {\\n\\t\\treturn this.attributes.value || \\\"\\\";\\n\\t},\\n\\tset: function(value) {\\n\\t\\tthis.attributes.value = value + \\\"\\\";\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"outerHTML\\\", {\\n\\tget: function() {\\n\\t\\tvar output = [],attr,a,v;\\n\\t\\toutput.push(\\\"\u003C\\\",this.tag);\\n\\t\\tif(this.attributes) {\\n\\t\\t\\tattr = [];\\n\\t\\t\\tfor(a in this.attributes) {\\n\\t\\t\\t\\tattr.push(a);\\n\\t\\t\\t}\\n\\t\\t\\tattr.sort();\\n\\t\\t\\tfor(a=0; a\u003Cattr.length; a++) {\\n\\t\\t\\t\\tv = this.attributes[attr[a]];\\n\\t\\t\\t\\tif(v !== undefined) {\\n\\t\\t\\t\\t\\toutput.push(\\\" \\\",attr[a],\\\"=\\\\\\\"\\\",$tw.utils.htmlEncode(v),\\\"\\\\\\\"\\\");\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(this._style) {\\n\\t\\t\\tvar style = [];\\n\\t\\t\\tfor(var s in this._style) {\\n\\t\\t\\t\\tstyle.push($tw.utils.convertPropertyNameToStyleName(s) + \\\":\\\" + this._style[s] + \\\";\\\");\\n\\t\\t\\t}\\n\\t\\t\\tif(style.length > 0) {\\n\\t\\t\\t\\toutput.push(\\\" style=\\\\\\\"\\\",style.join(\\\"\\\"),\\\"\\\\\\\"\\\");\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\toutput.push(\\\">\\\");\\n\\t\\tif($tw.config.htmlVoidElements.indexOf(this.tag) === -1) {\\n\\t\\t\\toutput.push(this.innerHTML);\\n\\t\\t\\toutput.push(\\\"\u003C/\\\",this.tag,\\\">\\\");\\n\\t\\t}\\n\\t\\treturn output.join(\\\"\\\");\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"innerHTML\\\", {\\n\\tget: function() {\\n\\t\\tif(this.isRaw) {\\n\\t\\t\\treturn this.rawHTML;\\n\\t\\t} else {\\n\\t\\t\\tvar b = [];\\n\\t\\t\\t$tw.utils.each(this.children,function(node) {\\n\\t\\t\\t\\tif(node instanceof TW_Element) {\\n\\t\\t\\t\\t\\tb.push(node.outerHTML);\\n\\t\\t\\t\\t} else if(node instanceof TW_TextNode) {\\n\\t\\t\\t\\t\\tb.push($tw.utils.htmlTextEncode(node.textContent));\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t\\treturn b.join(\\\"\\\");\\n\\t\\t}\\n\\t},\\n\\tset: function(value) {\\n\\t\\tthis.isRaw = true;\\n\\t\\tthis.rawHTML = value;\\n\\t\\tthis.rawTextContent = null;\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"textInnerHTML\\\", {\\n\\tset: function(value) {\\n\\t\\tif(this.isRaw) {\\n\\t\\t\\tthis.rawTextContent = value;\\n\\t\\t} else {\\n\\t\\t\\tthrow \\\"Cannot set textInnerHTML of a non-raw TW_Element\\\";\\n\\t\\t}\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"textContent\\\", {\\n\\tget: function() {\\n\\t\\tif(this.isRaw) {\\n\\t\\t\\tif(this.rawTextContent === null) {\\n\\t\\t\\t\\treturn \\\"\\\";\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn this.rawTextContent;\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tvar b = [];\\n\\t\\t\\t$tw.utils.each(this.children,function(node) {\\n\\t\\t\\t\\tb.push(node.textContent);\\n\\t\\t\\t});\\n\\t\\t\\treturn b.join(\\\"\\\");\\n\\t\\t}\\n\\t},\\n\\tset: function(value) {\\n\\t\\tthis.children = [new TW_TextNode(value)];\\n\\t}\\n});\\n\\nObject.defineProperty(TW_Element.prototype, \\\"formattedTextContent\\\", {\\n\\tget: function() {\\n\\t\\tif(this.isRaw) {\\n\\t\\t\\treturn \\\"\\\";\\n\\t\\t} else {\\n\\t\\t\\tvar b = [],\\n\\t\\t\\t\\tisBlock = $tw.config.htmlBlockElements.indexOf(this.tag) !== -1;\\n\\t\\t\\tif(isBlock) {\\n\\t\\t\\t\\tb.push(\\\"\\\\n\\\");\\n\\t\\t\\t}\\n\\t\\t\\tif(this.tag === \\\"li\\\") {\\n\\t\\t\\t\\tb.push(\\\"* \\\");\\n\\t\\t\\t}\\n\\t\\t\\t$tw.utils.each(this.children,function(node) {\\n\\t\\t\\t\\tb.push(node.formattedTextContent);\\n\\t\\t\\t});\\n\\t\\t\\tif(isBlock) {\\n\\t\\t\\t\\tb.push(\\\"\\\\n\\\");\\n\\t\\t\\t}\\n\\t\\t\\treturn b.join(\\\"\\\");\\n\\t\\t}\\n\\t}\\n});\\n\\nvar document = {\\n\\tsetSequenceNumber: function(value) {\\n\\t\\tsequenceNumber = value;\\n\\t},\\n\\tcreateElementNS: function(namespace,tag) {\\n\\t\\treturn new TW_Element(tag,namespace);\\n\\t},\\n\\tcreateElement: function(tag) {\\n\\t\\treturn new TW_Element(tag);\\n\\t},\\n\\tcreateTextNode: function(text) {\\n\\t\\treturn new TW_TextNode(text);\\n\\t},\\n\\tcompatMode: \\\"CSS1Compat\\\", // For KaTeX to know that we're not a browser in quirks mode\\n\\tisTiddlyWikiFakeDom: true\\n};\\n\\nexports.fakeDocument = document;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/utils/filesystem.js\":{\"title\":\"$:/core/modules/utils/filesystem.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/filesystem.js\\ntype: application/javascript\\nmodule-type: utils-node\\n\\nFile system utilities\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar fs = require(\\\"fs\\\"),\\n\\tpath = require(\\\"path\\\");\\n\\n/*\\nReturn the subdirectories of a path\\n*/\\nexports.getSubdirectories = function(dirPath) {\\n\\tif(!$tw.utils.isDirectory(dirPath)) {\\n\\t\\treturn null;\\n\\t}\\n\\tvar subdirs = [];\\n\\t$tw.utils.each(fs.readdirSync(dirPath),function(item) {\\n\\t\\tif($tw.utils.isDirectory(path.resolve(dirPath,item))) {\\n\\t\\t\\tsubdirs.push(item);\\n\\t\\t}\\n\\t});\\n\\treturn subdirs;\\n}\\n\\n/*\\nRecursively (and synchronously) copy a directory and all its content\\n*/\\nexports.copyDirectory = function(srcPath,dstPath) {\\n\\t// Remove any trailing path separators\\n\\tsrcPath = path.resolve($tw.utils.removeTrailingSeparator(srcPath));\\n\\tdstPath = path.resolve($tw.utils.removeTrailingSeparator(dstPath));\\n\\t// Check that neither director is within the other\\n\\tif(srcPath.substring(0,dstPath.length) === dstPath || dstPath.substring(0,srcPath.length) === srcPath) {\\n\\t\\treturn \\\"Cannot copy nested directories\\\";\\n\\t}\\n\\t// Create the destination directory\\n\\tvar err = $tw.utils.createDirectory(dstPath);\\n\\tif(err) {\\n\\t\\treturn err;\\n\\t}\\n\\t// Function to copy a folder full of files\\n\\tvar copy = function(srcPath,dstPath) {\\n\\t\\tvar srcStats = fs.lstatSync(srcPath),\\n\\t\\t\\tdstExists = fs.existsSync(dstPath);\\n\\t\\tif(srcStats.isFile()) {\\n\\t\\t\\t$tw.utils.copyFile(srcPath,dstPath);\\n\\t\\t} else if(srcStats.isDirectory()) {\\n\\t\\t\\tvar items = fs.readdirSync(srcPath);\\n\\t\\t\\tfor(var t=0; t\u003Citems.length; t++) {\\n\\t\\t\\t\\tvar item = items[t],\\n\\t\\t\\t\\t\\terr = copy(srcPath + path.sep + item,dstPath + path.sep + item);\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\treturn err;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t};\\n\\tcopy(srcPath,dstPath);\\n\\treturn null;\\n};\\n\\n/*\\nCopy a file\\n*/\\nvar FILE_BUFFER_LENGTH = 64 * 1024,\\n\\tfileBuffer;\\n\\nexports.copyFile = function(srcPath,dstPath) {\\n\\t// Create buffer if required\\n\\tif(!fileBuffer) {\\n\\t\\tfileBuffer = Buffer.alloc(FILE_BUFFER_LENGTH);\\n\\t}\\n\\t// Create any directories in the destination\\n\\t$tw.utils.createDirectory(path.dirname(dstPath));\\n\\t// Copy the file\\n\\tvar srcFile = fs.openSync(srcPath,\\\"r\\\"),\\n\\t\\tdstFile = fs.openSync(dstPath,\\\"w\\\"),\\n\\t\\tbytesRead = 1,\\n\\t\\tpos = 0;\\n\\twhile (bytesRead > 0) {\\n\\t\\tbytesRead = fs.readSync(srcFile,fileBuffer,0,FILE_BUFFER_LENGTH,pos);\\n\\t\\tfs.writeSync(dstFile,fileBuffer,0,bytesRead);\\n\\t\\tpos += bytesRead;\\n\\t}\\n\\tfs.closeSync(srcFile);\\n\\tfs.closeSync(dstFile);\\n\\treturn null;\\n};\\n\\n/*\\nRemove trailing path separator\\n*/\\nexports.removeTrailingSeparator = function(dirPath) {\\n\\tvar len = dirPath.length;\\n\\tif(dirPath.charAt(len-1) === path.sep) {\\n\\t\\tdirPath = dirPath.substr(0,len-1);\\n\\t}\\n\\treturn dirPath;\\n};\\n\\n/*\\nRecursively create a directory\\n*/\\nexports.createDirectory = function(dirPath) {\\n\\tif(dirPath.substr(dirPath.length-1,1) !== path.sep) {\\n\\t\\tdirPath = dirPath + path.sep;\\n\\t}\\n\\tvar pos = 1;\\n\\tpos = dirPath.indexOf(path.sep,pos);\\n\\twhile(pos !== -1) {\\n\\t\\tvar subDirPath = dirPath.substr(0,pos);\\n\\t\\tif(!$tw.utils.isDirectory(subDirPath)) {\\n\\t\\t\\ttry {\\n\\t\\t\\t\\tfs.mkdirSync(subDirPath);\\n\\t\\t\\t} catch(e) {\\n\\t\\t\\t\\treturn \\\"Error creating directory '\\\" + subDirPath + \\\"'\\\";\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tpos = dirPath.indexOf(path.sep,pos + 1);\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nRecursively create directories needed to contain a specified file\\n*/\\nexports.createFileDirectories = function(filePath) {\\n\\treturn $tw.utils.createDirectory(path.dirname(filePath));\\n};\\n\\n/*\\nRecursively delete a directory\\n*/\\nexports.deleteDirectory = function(dirPath) {\\n\\tif(fs.existsSync(dirPath)) {\\n\\t\\tvar entries = fs.readdirSync(dirPath);\\n\\t\\tfor(var entryIndex=0; entryIndex\u003Centries.length; entryIndex++) {\\n\\t\\t\\tvar currPath = dirPath + path.sep + entries[entryIndex];\\n\\t\\t\\tif(fs.lstatSync(currPath).isDirectory()) {\\n\\t\\t\\t\\t$tw.utils.deleteDirectory(currPath);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tfs.unlinkSync(currPath);\\n\\t\\t\\t}\\n\\t\\t}\\n\\tfs.rmdirSync(dirPath);\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nCheck if a path identifies a directory\\n*/\\nexports.isDirectory = function(dirPath) {\\n\\treturn fs.existsSync(dirPath) && fs.statSync(dirPath).isDirectory();\\n};\\n\\n/*\\nCheck if a path identifies a directory that is empty\\n*/\\nexports.isDirectoryEmpty = function(dirPath) {\\n\\tif(!$tw.utils.isDirectory(dirPath)) {\\n\\t\\treturn false;\\n\\t}\\n\\tvar files = fs.readdirSync(dirPath),\\n\\t\\tempty = true;\\n\\t$tw.utils.each(files,function(file,index) {\\n\\t\\tif(file.charAt(0) !== \\\".\\\") {\\n\\t\\t\\tempty = false;\\n\\t\\t}\\n\\t});\\n\\treturn empty;\\n};\\n\\n/*\\nRecursively delete a tree of empty directories\\n*/\\nexports.deleteEmptyDirs = function(dirpath,callback) {\\n\\tvar self = this;\\n\\tfs.readdir(dirpath,function(err,files) {\\n\\t\\tif(err) {\\n\\t\\t\\treturn callback(err);\\n\\t\\t}\\n\\t\\tif(files.length > 0) {\\n\\t\\t\\treturn callback(null);\\n\\t\\t}\\n\\t\\tfs.rmdir(dirpath,function(err) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\tself.deleteEmptyDirs(path.dirname(dirpath),callback);\\n\\t\\t});\\n\\t});\\n};\\n\\n/*\\nCreate a fileInfo object for saving a tiddler:\\n\\tfilepath: the absolute path to the file containing the tiddler\\n\\ttype: the type of the tiddler file on disk (NOT the type of the tiddler)\\n\\thasMetaFile: true if the file also has a companion .meta file\\n\\tisEditableFile: true if the tiddler was loaded via non-standard options & marked editable\\nOptions include:\\n\\tdirectory: absolute path of root directory to which we are saving\\n\\tpathFilters: optional array of filters to be used to generate the base path\\n\\textFilters: optional array of filters to be used to generate the base path\\n\\twiki: optional wiki for evaluating the pathFilters,\\n\\tfileInfo: an existing fileInfo to check against\\n*/\\nexports.generateTiddlerFileInfo = function(tiddler,options) {\\n\\tvar fileInfo = {}, metaExt;\\n\\t// Propagate the isEditableFile flag\\n\\tif(options.fileInfo && !!options.fileInfo.isEditableFile) {\\n\\t\\tfileInfo.isEditableFile = true;\\n\\t\\tfileInfo.originalpath = options.fileInfo.originalpath;\\n\\t}\\n\\t// Check if the tiddler has any unsafe fields that can't be expressed in a .tid or .meta file: containing control characters, or leading/trailing whitespace\\n\\tvar hasUnsafeFields = false;\\n\\t$tw.utils.each(tiddler.getFieldStrings(),function(value,fieldName) {\\n\\t\\tif(fieldName !== \\\"text\\\") {\\n\\t\\t\\thasUnsafeFields = hasUnsafeFields || /[\\\\x00-\\\\x1F]/mg.test(value);\\n\\t\\t\\thasUnsafeFields = hasUnsafeFields || ($tw.utils.trim(value) !== value);\\n\\t\\t}\\n\\t\\thasUnsafeFields = hasUnsafeFields || /:/mg.test(fieldName);\\n\\t});\\n\\t// Check for field values \\n\\tif(hasUnsafeFields) {\\n\\t\\t// Save as a JSON file\\n\\t\\tfileInfo.type = \\\"application/json\\\";\\n\\t\\tfileInfo.hasMetaFile = false;\\n\\t} else {\\n\\t\\t// Save as a .tid or a text/binary file plus a .meta file\\n\\t\\tvar tiddlerType = tiddler.fields.type || \\\"text/vnd.tiddlywiki\\\";\\n\\t\\tif(tiddlerType === \\\"text/vnd.tiddlywiki\\\") {\\n\\t\\t\\t// Save as a .tid file\\n\\t\\t\\tfileInfo.type = \\\"application/x-tiddler\\\";\\n\\t\\t\\tfileInfo.hasMetaFile = false;\\n\\t\\t} else {\\n\\t\\t\\t// Save as a text/binary file and a .meta file\\n\\t\\t\\tfileInfo.type = tiddlerType;\\n\\t\\t\\tfileInfo.hasMetaFile = true;\\n\\t\\t}\\n\\t\\tif(options.extFilters) {\\n\\t\\t\\t// Check for extension overrides\\n\\t\\t\\tmetaExt = $tw.utils.generateTiddlerExtension(tiddler.fields.title,{\\n\\t\\t\\t\\textFilters: options.extFilters,\\n\\t\\t\\t\\twiki: options.wiki\\n\\t\\t\\t});\\n\\t\\t\\tif(metaExt) {\\n\\t\\t\\t\\tif(metaExt === \\\".tid\\\") {\\n\\t\\t\\t\\t\\t// Overriding to the .tid extension needs special handling\\n\\t\\t\\t\\t\\tfileInfo.type = \\\"application/x-tiddler\\\";\\n\\t\\t\\t\\t\\tfileInfo.hasMetaFile = false;\\n\\t\\t\\t\\t} else if (metaExt === \\\".json\\\") {\\n\\t\\t\\t\\t\\t// Overriding to the .json extension needs special handling\\n\\t\\t\\t\\t\\tfileInfo.type = \\\"application/json\\\";\\n\\t\\t\\t\\t\\tfileInfo.hasMetaFile = false;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t//If the new type matches a known extention, use that MIME type's encoding\\n\\t\\t\\t\\t\\tvar extInfo = $tw.utils.getFileExtensionInfo(metaExt);\\n\\t\\t\\t\\t\\tfileInfo.type = extInfo ? extInfo.type : null;\\n\\t\\t\\t\\t\\tfileInfo.encoding = $tw.utils.getTypeEncoding(metaExt);\\n\\t\\t\\t\\t\\tfileInfo.hasMetaFile = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Take the file extension from the tiddler content type or metaExt\\n\\tvar contentTypeInfo = $tw.config.contentTypeInfo[fileInfo.type] || {extension: \\\"\\\"};\\n\\t// Generate the filepath\\n\\tfileInfo.filepath = $tw.utils.generateTiddlerFilepath(tiddler.fields.title,{\\n\\t\\textension: metaExt || contentTypeInfo.extension,\\n\\t\\tdirectory: options.directory,\\n\\t\\tpathFilters: options.pathFilters,\\n\\t\\twiki: options.wiki,\\n\\t\\tfileInfo: options.fileInfo\\n\\t});\\n\\treturn fileInfo;\\n};\\n\\n/*\\nGenerate the file extension for saving a tiddler\\nOptions include:\\n\\textFilters: optional array of filters to be used to generate the extention\\n\\twiki: optional wiki for evaluating the extFilters\\n*/\\nexports.generateTiddlerExtension = function(title,options) {\\n\\tvar extension;\\n\\t// Check if any of the extFilters applies\\n\\tif(options.extFilters && options.wiki) { \\n\\t\\t$tw.utils.each(options.extFilters,function(filter) {\\n\\t\\t\\tif(!extension) {\\n\\t\\t\\t\\tvar source = options.wiki.makeTiddlerIterator([title]),\\n\\t\\t\\t\\t\\tresult = options.wiki.filterTiddlers(filter,null,source);\\n\\t\\t\\t\\tif(result.length > 0) {\\n\\t\\t\\t\\t\\textension = result[0];\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn extension;\\n};\\n\\n/*\\nGenerate the filepath for saving a tiddler\\nOptions include:\\n\\textension: file extension to be added the finished filepath\\n\\tdirectory: absolute path of root directory to which we are saving\\n\\tpathFilters: optional array of filters to be used to generate the base path\\n\\twiki: optional wiki for evaluating the pathFilters\\n\\tfileInfo: an existing fileInfo object to check against\\n*/\\nexports.generateTiddlerFilepath = function(title,options) {\\n\\tvar directory = options.directory || \\\"\\\",\\n\\t\\textension = options.extension || \\\"\\\",\\n\\t\\toriginalpath = (options.fileInfo && options.fileInfo.originalpath) ? options.fileInfo.originalpath : \\\"\\\",\\n\\t\\tfilepath;\\n\\t// Check if any of the pathFilters applies\\n\\tif(options.pathFilters && options.wiki) {\\n\\t\\t$tw.utils.each(options.pathFilters,function(filter) {\\n\\t\\t\\tif(!filepath) {\\n\\t\\t\\t\\tvar source = options.wiki.makeTiddlerIterator([title]),\\n\\t\\t\\t\\t\\tresult = options.wiki.filterTiddlers(filter,null,source);\\n\\t\\t\\t\\tif(result.length > 0) {\\n\\t\\t\\t\\t\\tfilepath = result[0];\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\tif(!filepath && !!originalpath) {\\n\\t\\t//Use the originalpath without the extension\\n\\t\\tvar ext = path.extname(originalpath);\\n\\t\\tfilepath = originalpath.substring(0,originalpath.length - ext.length);\\n\\t} else if(!filepath) {\\n\\t\\tfilepath = title;\\n\\t\\t// Remove any forward or backward slashes so we don't create directories\\n\\t\\tfilepath = filepath.replace(/\\\\/|\\\\\\\\/g,\\\"_\\\");\\n\\t}\\n\\t// Replace any Windows control codes\\n\\tfilepath = filepath.replace(/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i,\\\"_$1_\\\");\\n\\t// Replace any leading spaces with the same number of underscores\\n\\tfilepath = filepath.replace(/^ +/,function (u) { return u.replace(/ /g, \\\"_\\\")});\\n\\t//If the path does not start with \\\".\\\" or \\\"..\\\" && a path seperator, then\\n\\tif(!/^\\\\.{1,2}[/\\\\\\\\]/g.test(filepath)) {\\n\\t\\t// Don't let the filename start with any dots because such files are invisible on *nix\\n\\t\\tfilepath = filepath.replace(/^\\\\.+/g,function (u) { return u.replace(/\\\\./g, \\\"_\\\")});\\n\\t}\\n\\t// Replace any Unicode control codes\\n\\tfilepath = filepath.replace(/[\\\\x00-\\\\x1f\\\\x80-\\\\x9f]/g,\\\"_\\\");\\n\\t// Replace any characters that can't be used in cross-platform filenames\\n\\tfilepath = $tw.utils.transliterate(filepath.replace(/\u003C|>|~|\\\\:|\\\\\\\"|\\\\||\\\\?|\\\\*|\\\\^/g,\\\"_\\\"));\\n\\t// Replace any dots or spaces at the end of the extension with the same number of underscores\\n\\textension = extension.replace(/[\\\\. ]+$/, function (u) { return u.replace(/[\\\\. ]/g, \\\"_\\\")});\\n\\t// Truncate the extension if it is too long\\n\\tif(extension.length > 32) {\\n\\t\\textension = extension.substr(0,32);\\n\\t}\\n\\t// If the filepath already ends in the extension then remove it\\n\\tif(filepath.substring(filepath.length - extension.length) === extension) {\\n\\t\\tfilepath = filepath.substring(0,filepath.length - extension.length);\\n\\t}\\n\\t// Truncate the filename if it is too long\\n\\tif(filepath.length > 200) {\\n\\t\\tfilepath = filepath.substr(0,200);\\n\\t}\\n\\t// If the resulting filename is blank (eg because the title is just punctuation)\\n\\tif(!filepath || /^_+$/g.test(filepath)) {\\n\\t\\t// ...then just use the character codes of the title\\n\\t\\tfilepath = \\\"\\\";\\n\\t\\t$tw.utils.each(title.split(\\\"\\\"),function(char) {\\n\\t\\t\\tif(filepath) {\\n\\t\\t\\t\\tfilepath += \\\"-\\\";\\n\\t\\t\\t}\\n\\t\\t\\tfilepath += char.charCodeAt(0).toString();\\n\\t\\t});\\n\\t}\\n\\t// Add a uniquifier if the file already exists\\n\\tvar fullPath, oldPath = (options.fileInfo) ? options.fileInfo.filepath : undefined,\\n\\t\\tcount = 0;\\n\\tdo {\\n\\t\\tfullPath = path.resolve(directory,filepath + (count ? \\\"_\\\" + count : \\\"\\\") + extension);\\n\\t\\tif(oldPath && oldPath == fullPath) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\tcount++;\\n\\t} while(fs.existsSync(fullPath));\\n\\t// If the last write failed with an error, or if path does not start with:\\n\\t//\\tthe resolved options.directory, the resolved wikiPath directory, the wikiTiddlersPath directory, \\n\\t//\\tor the 'originalpath' directory, then encodeURIComponent() and resolve to tiddler directory.\\n\\tvar writePath = $tw.hooks.invokeHook(\\\"th-make-tiddler-path\\\",fullPath,fullPath),\\n\\t\\tencode = (options.fileInfo || {writeError: false}).writeError == true;\\n\\tif(!encode) {\\n\\t\\tencode = !(writePath.indexOf($tw.boot.wikiTiddlersPath) == 0 ||\\n\\t\\t\\twritePath.indexOf(path.resolve(directory)) == 0 ||\\n\\t\\t\\twritePath.indexOf(path.resolve($tw.boot.wikiPath)) == 0 ||\\n\\t\\t\\twritePath.indexOf(path.resolve($tw.boot.wikiTiddlersPath,originalpath)) == 0 );\\n\\t\\t}\\n\\tif(encode) {\\n\\t\\twritePath = path.resolve(directory,encodeURIComponent(fullPath));\\n\\t}\\n\\t// Return the full path to the file\\n\\treturn writePath;\\n};\\n\\n/*\\nSave a tiddler to a file described by the fileInfo:\\n\\tfilepath: the absolute path to the file containing the tiddler\\n\\ttype: the type of the tiddler file (NOT the type of the tiddler)\\n\\thasMetaFile: true if the file also has a companion .meta file\\n*/\\nexports.saveTiddlerToFile = function(tiddler,fileInfo,callback) {\\n\\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\\n\\tif(fileInfo.hasMetaFile) {\\n\\t\\t// Save the tiddler as a separate body and meta file\\n\\t\\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \\\"text/plain\\\"] || {encoding: \\\"utf8\\\"};\\n\\t\\tfs.writeFile(fileInfo.filepath,tiddler.fields.text || \\\"\\\",typeInfo.encoding,function(err) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t}\\n\\t\\t\\tfs.writeFile(fileInfo.filepath + \\\".meta\\\",tiddler.getFieldStringBlock({exclude: [\\\"text\\\",\\\"bag\\\"]}),\\\"utf8\\\",function(err) {\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn callback(null,fileInfo);\\n\\t\\t\\t});\\n\\t\\t});\\n\\t} else {\\n\\t\\t// Save the tiddler as a self contained templated file\\n\\t\\tif(fileInfo.type === \\\"application/x-tiddler\\\") {\\n\\t\\t\\tfs.writeFile(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\\\"text\\\",\\\"bag\\\"]}) + (!!tiddler.fields.text ? \\\"\\\\n\\\\n\\\" + tiddler.fields.text : \\\"\\\"),\\\"utf8\\\",function(err) {\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn callback(null,fileInfo);\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tfs.writeFile(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\\\"bag\\\"]})],null,$tw.config.preferences.jsonSpaces),\\\"utf8\\\",function(err) {\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn callback(null,fileInfo);\\n\\t\\t\\t});\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nSave a tiddler to a file described by the fileInfo:\\n\\tfilepath: the absolute path to the file containing the tiddler\\n\\ttype: the type of the tiddler file (NOT the type of the tiddler)\\n\\thasMetaFile: true if the file also has a companion .meta file\\n*/\\nexports.saveTiddlerToFileSync = function(tiddler,fileInfo) {\\n\\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\\n\\tif(fileInfo.hasMetaFile) {\\n\\t\\t// Save the tiddler as a separate body and meta file\\n\\t\\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \\\"text/plain\\\"] || {encoding: \\\"utf8\\\"};\\n\\t\\tfs.writeFileSync(fileInfo.filepath,tiddler.fields.text || \\\"\\\",typeInfo.encoding);\\n\\t\\tfs.writeFileSync(fileInfo.filepath + \\\".meta\\\",tiddler.getFieldStringBlock({exclude: [\\\"text\\\",\\\"bag\\\"]}),\\\"utf8\\\");\\n\\t} else {\\n\\t\\t// Save the tiddler as a self contained templated file\\n\\t\\tif(fileInfo.type === \\\"application/x-tiddler\\\") {\\n\\t\\t\\tfs.writeFileSync(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\\\"text\\\",\\\"bag\\\"]}) + (!!tiddler.fields.text ? \\\"\\\\n\\\\n\\\" + tiddler.fields.text : \\\"\\\"),\\\"utf8\\\");\\n\\t\\t} else {\\n\\t\\t\\tfs.writeFileSync(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\\\"bag\\\"]})],null,$tw.config.preferences.jsonSpaces),\\\"utf8\\\");\\n\\t\\t}\\n\\t}\\n\\treturn fileInfo;\\n};\\n\\n/*\\nDelete a file described by the fileInfo if it exits\\n*/\\nexports.deleteTiddlerFile = function(fileInfo,callback) {\\n\\t//Only attempt to delete files that exist on disk\\n\\tif(!fileInfo.filepath || !fs.existsSync(fileInfo.filepath)) {\\n\\t\\t//For some reason, the tiddler is only in memory or we can't modify the file at this path\\n\\t\\t$tw.syncer.displayError(\\\"Server deleteTiddlerFile task failed for filepath: \\\"+fileInfo.filepath);\\n\\t\\treturn callback(null,fileInfo);\\n\\t}\\n\\t// Delete the file\\n\\tfs.unlink(fileInfo.filepath,function(err) {\\n\\t\\tif(err) {\\n\\t\\t\\treturn callback(err);\\n\\t\\t}\\n\\t\\t// Delete the metafile if present\\n\\t\\tif(fileInfo.hasMetaFile && fs.existsSync(fileInfo.filepath + \\\".meta\\\")) {\\n\\t\\t\\tfs.unlink(fileInfo.filepath + \\\".meta\\\",function(err) {\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),function(err) {\\n\\t\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\treturn callback(null,fileInfo);\\n\\t\\t\\t\\t});\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),function(err) {\\n\\t\\t\\t\\tif(err) {\\n\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn callback(null,fileInfo);\\n\\t\\t\\t});\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nCleanup old files on disk, by comparing the options values:\\n\\tadaptorInfo from $tw.syncer.tiddlerInfo\\n\\tbootInfo from $tw.boot.files\\n*/\\nexports.cleanupTiddlerFiles = function(options,callback) {\\n\\tvar adaptorInfo = options.adaptorInfo || {},\\n\\tbootInfo = options.bootInfo || {},\\n\\ttitle = options.title || \\\"undefined\\\";\\n\\tif(adaptorInfo.filepath && bootInfo.filepath && adaptorInfo.filepath !== bootInfo.filepath) {\\n\\t\\t$tw.utils.deleteTiddlerFile(adaptorInfo,function(err) {\\n\\t\\t\\tif(err) {\\n\\t\\t\\t\\tif ((err.code == \\\"EPERM\\\" || err.code == \\\"EACCES\\\") && err.syscall == \\\"unlink\\\") {\\n\\t\\t\\t\\t\\t// Error deleting the previous file on disk, should fail gracefully\\n\\t\\t\\t\\t\\t$tw.syncer.displayError(\\\"Server desynchronized. Error cleaning up previous file for tiddler: \\\\\\\"\\\"+title+\\\"\\\\\\\"\\\",err);\\n\\t\\t\\t\\t\\treturn callback(null,bootInfo);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\treturn callback(err);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\treturn callback(null,bootInfo);\\n\\t\\t});\\n\\t} else {\\n\\t\\treturn callback(null,bootInfo);\\n\\t}\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils-node\"},\"$:/core/modules/utils/linkedlist.js\":{\"title\":\"$:/core/modules/utils/linkedlist.js\",\"text\":\"/*\\\\\\nmodule-type: utils\\ntitle: $:/core/modules/utils/linkedlist.js\\ntype: application/javascript\\n\\nThis is a doubly-linked indexed list intended for manipulation, particularly\\npushTop, which it does with significantly better performance than an array.\\n\\n\\\\*/\\n(function(){\\n\\nfunction LinkedList() {\\n\\tthis.clear();\\n};\\n\\nLinkedList.prototype.clear = function() {\\n\\t// LinkedList performs the duty of both the head and tail node\\n\\tthis.next = Object.create(null);\\n\\tthis.prev = Object.create(null);\\n\\tthis.first = undefined;\\n\\tthis.last = undefined;\\n\\tthis.length = 0;\\n};\\n\\nLinkedList.prototype.remove = function(value) {\\n\\tif($tw.utils.isArray(value)) {\\n\\t\\tfor(var t=0; t\u003Cvalue.length; t++) {\\n\\t\\t\\t_assertString(value[t]);\\n\\t\\t}\\n\\t\\tfor(var t=0; t\u003Cvalue.length; t++) {\\n\\t\\t\\t_removeOne(this,value[t]);\\n\\t\\t}\\n\\t} else {\\n\\t\\t_assertString(value);\\n\\t\\t_removeOne(this,value);\\n\\t}\\n};\\n\\n/*\\nPush behaves like array.push and accepts multiple string arguments. But it also\\naccepts a single array argument too, to be consistent with its other methods.\\n*/\\nLinkedList.prototype.push = function(/* values */) {\\n\\tvar values = arguments;\\n\\tif($tw.utils.isArray(values[0])) {\\n\\t\\tvalues = values[0];\\n\\t}\\n\\tfor(var i = 0; i \u003C values.length; i++) {\\n\\t\\t_assertString(values[i]);\\n\\t}\\n\\tfor(var i = 0; i \u003C values.length; i++) {\\n\\t\\t_linkToEnd(this,values[i]);\\n\\t}\\n\\treturn this.length;\\n};\\n\\nLinkedList.prototype.pushTop = function(value) {\\n\\tif($tw.utils.isArray(value)) {\\n\\t\\tfor (var t=0; t\u003Cvalue.length; t++) {\\n\\t\\t\\t_assertString(value[t]);\\n\\t\\t}\\n\\t\\tfor(var t=0; t\u003Cvalue.length; t++) {\\n\\t\\t\\t_removeOne(this,value[t]);\\n\\t\\t}\\n\\t\\tfor(var t=0; t\u003Cvalue.length; t++) {\\n\\t\\t\\t_linkToEnd(this,value[t]);\\n\\t\\t}\\n\\t} else {\\n\\t\\t_assertString(value);\\n\\t\\t_removeOne(this,value);\\n\\t\\t_linkToEnd(this,value);\\n\\t}\\n};\\n\\nLinkedList.prototype.each = function(callback) {\\n\\tvar visits = Object.create(null),\\n\\t\\tvalue = this.first;\\n\\twhile(value !== undefined) {\\n\\t\\tcallback(value);\\n\\t\\tvar next = this.next[value];\\n\\t\\tif(typeof next === \\\"object\\\") {\\n\\t\\t\\tvar i = visits[value] || 0;\\n\\t\\t\\tvisits[value] = i+1;\\n\\t\\t\\tvalue = next[i];\\n\\t\\t} else {\\n\\t\\t\\tvalue = next;\\n\\t\\t}\\n\\t}\\n};\\n\\nLinkedList.prototype.toArray = function() {\\n\\tvar output = new Array(this.length),\\n\\t\\tindex = 0;\\n\\tthis.each(function(value) { output[index++] = value; });\\n\\treturn output;\\n};\\n\\nLinkedList.prototype.makeTiddlerIterator = function(wiki) {\\n\\tvar self = this;\\n\\treturn function(callback) {\\n\\t\\tself.each(function(title) {\\n\\t\\t\\tcallback(wiki.getTiddler(title),title);\\n\\t\\t});\\n\\t};\\n};\\n\\nfunction _removeOne(list,value) {\\n\\tvar prevEntry = list.prev[value],\\n\\t\\tnextEntry = list.next[value],\\n\\t\\tprev = prevEntry,\\n\\t\\tnext = nextEntry;\\n\\tif(typeof nextEntry === \\\"object\\\") {\\n\\t\\tnext = nextEntry[0];\\n\\t\\tprev = prevEntry[0];\\n\\t}\\n\\t// Relink preceding element.\\n\\tif(list.first === value) {\\n\\t\\tlist.first = next\\n\\t} else if(prev !== undefined) {\\n\\t\\tif(typeof list.next[prev] === \\\"object\\\") {\\n\\t\\t\\tif(next === undefined) {\\n\\t\\t\\t\\t// Must have been last, and 'i' would be last element.\\n\\t\\t\\t\\tlist.next[prev].pop();\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvar i = list.next[prev].indexOf(value);\\n\\t\\t\\t\\tlist.next[prev][i] = next;\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tlist.next[prev] = next;\\n\\t\\t}\\n\\t} else {\\n\\t\\treturn;\\n\\t}\\n\\t// Now relink following element\\n\\t// Check \\\"next !== undefined\\\" rather than \\\"list.last === value\\\" because\\n\\t// we need to know if the FIRST value is the last in the list, not the last.\\n\\tif(next !== undefined) {\\n\\t\\tif(typeof list.prev[next] === \\\"object\\\") {\\n\\t\\t\\tif(prev === undefined) {\\n\\t\\t\\t\\t// Must have been first, and 'i' would be 0.\\n\\t\\t\\t\\tlist.prev[next].shift();\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvar i = list.prev[next].indexOf(value);\\n\\t\\t\\t\\tlist.prev[next][i] = prev;\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tlist.prev[next] = prev;\\n\\t\\t}\\n\\t} else {\\n\\t\\tlist.last = prev;\\n\\t}\\n\\t// Delink actual value. If it uses arrays, just remove first entries.\\n\\tif(typeof nextEntry === \\\"object\\\") {\\n\\t\\tnextEntry.shift();\\n\\t\\tprevEntry.shift();\\n\\t} else {\\n\\t\\tlist.next[value] = undefined;\\n\\t\\tlist.prev[value] = undefined;\\n\\t}\\n\\tlist.length -= 1;\\n};\\n\\n// Sticks the given node onto the end of the list.\\nfunction _linkToEnd(list,value) {\\n\\tif(list.first === undefined) {\\n\\t\\tlist.first = value;\\n\\t} else {\\n\\t\\t// Does it already exists?\\n\\t\\tif(list.first === value || list.prev[value] !== undefined) {\\n\\t\\t\\tif(typeof list.next[value] === \\\"string\\\") {\\n\\t\\t\\t\\tlist.next[value] = [list.next[value]];\\n\\t\\t\\t\\tlist.prev[value] = [list.prev[value]];\\n\\t\\t\\t} else if(typeof list.next[value] === \\\"undefined\\\") {\\n\\t\\t\\t\\t// list.next[value] must be undefined.\\n\\t\\t\\t\\t// Special case. List already has 1 value. It's at the end.\\n\\t\\t\\t\\tlist.next[value] = [];\\n\\t\\t\\t\\tlist.prev[value] = [list.prev[value]];\\n\\t\\t\\t}\\n\\t\\t\\tlist.prev[value].push(list.last);\\n\\t\\t\\t// We do NOT append a new value onto \\\"next\\\" list. Iteration will\\n\\t\\t\\t// figure out it must point to End-of-List on its own.\\n\\t\\t} else {\\n\\t\\t\\tlist.prev[value] = list.last;\\n\\t\\t}\\n\\t\\t// Make the old last point to this new one.\\n\\t\\tif(typeof list.next[list.last] === \\\"object\\\") {\\n\\t\\t\\tlist.next[list.last].push(value);\\n\\t\\t} else {\\n\\t\\t\\tlist.next[list.last] = value;\\n\\t\\t}\\n\\t}\\n\\tlist.last = value;\\n\\tlist.length += 1;\\n};\\n\\nfunction _assertString(value) {\\n\\tif(typeof value !== \\\"string\\\") {\\n\\t\\tthrow \\\"Linked List only accepts string values, not \\\" + value;\\n\\t}\\n};\\n\\nexports.LinkedList = LinkedList;\\n\\n})();\\n\",\"module-type\":\"utils\",\"type\":\"application/javascript\"},\"$:/core/modules/utils/logger.js\":{\"title\":\"$:/core/modules/utils/logger.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/logger.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nA basic logging implementation\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar ALERT_TAG = \\\"$:/tags/Alert\\\";\\n\\n/*\\nMake a new logger\\n*/\\nfunction Logger(componentName,options) {\\n\\toptions = options || {};\\n\\tthis.componentName = componentName || \\\"\\\";\\n\\tthis.colour = options.colour || \\\"white\\\";\\n\\tthis.enable = \\\"enable\\\" in options ? options.enable : true;\\n\\tthis.save = \\\"save\\\" in options ? options.save : true;\\n\\tthis.saveLimit = options.saveLimit || 100 * 1024;\\n\\tthis.saveBufferLogger = this;\\n\\tthis.buffer = \\\"\\\";\\n\\tthis.alertCount = 0;\\n}\\n\\nLogger.prototype.setSaveBuffer = function(logger) {\\n\\tthis.saveBufferLogger = logger;\\n};\\n\\n/*\\nLog a message\\n*/\\nLogger.prototype.log = function(/* args */) {\\n\\tvar self = this;\\n\\tif(this.enable) {\\n\\t\\tif(this.saveBufferLogger.save) {\\n\\t\\t\\tthis.saveBufferLogger.buffer += $tw.utils.formatDateString(new Date(),\\\"YYYY MM DD 0hh:0mm:0ss.0XXX\\\") + \\\":\\\";\\n\\t\\t\\t$tw.utils.each(Array.prototype.slice.call(arguments,0),function(arg,index) {\\n\\t\\t\\t\\tself.saveBufferLogger.buffer += \\\" \\\" + arg;\\n\\t\\t\\t});\\n\\t\\t\\tthis.saveBufferLogger.buffer += \\\"\\\\n\\\";\\n\\t\\t\\tthis.saveBufferLogger.buffer = this.saveBufferLogger.buffer.slice(-this.saveBufferLogger.saveLimit);\\n\\t\\t}\\n\\t\\tif(console !== undefined && console.log !== undefined) {\\n\\t\\t\\treturn Function.apply.call(console.log, console, [$tw.utils.terminalColour(this.colour),this.componentName + \\\":\\\"].concat(Array.prototype.slice.call(arguments,0)).concat($tw.utils.terminalColour()));\\n\\t\\t}\\n\\t} \\n};\\n\\n/*\\nRead the message buffer\\n*/\\nLogger.prototype.getBuffer = function() {\\n\\treturn this.saveBufferLogger.buffer;\\n};\\n\\n/*\\nLog a structure as a table\\n*/\\nLogger.prototype.table = function(value) {\\n\\t(console.table || console.log)(value);\\n};\\n\\n/*\\nAlert a message\\n*/\\nLogger.prototype.alert = function(/* args */) {\\n\\tif(this.enable) {\\n\\t\\t// Prepare the text of the alert\\n\\t\\tvar text = Array.prototype.join.call(arguments,\\\" \\\");\\n\\t\\t// Create alert tiddlers in the browser\\n\\t\\tif($tw.browser) {\\n\\t\\t\\t// Check if there is an existing alert with the same text and the same component\\n\\t\\t\\tvar existingAlerts = $tw.wiki.getTiddlersWithTag(ALERT_TAG),\\n\\t\\t\\t\\talertFields,\\n\\t\\t\\t\\texistingCount,\\n\\t\\t\\t\\tself = this;\\n\\t\\t\\t$tw.utils.each(existingAlerts,function(title) {\\n\\t\\t\\t\\tvar tiddler = $tw.wiki.getTiddler(title);\\n\\t\\t\\t\\tif(tiddler.fields.text === text && tiddler.fields.component === self.componentName && tiddler.fields.modified && (!alertFields || tiddler.fields.modified \u003C alertFields.modified)) {\\n\\t\\t\\t\\t\\t\\talertFields = $tw.utils.extend({},tiddler.fields);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t\\tif(alertFields) {\\n\\t\\t\\t\\texistingCount = alertFields.count || 1;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\talertFields = {\\n\\t\\t\\t\\t\\ttitle: $tw.wiki.generateNewTitle(\\\"$:/temp/alerts/alert\\\",{prefix: \\\"\\\"}),\\n\\t\\t\\t\\t\\ttext: text,\\n\\t\\t\\t\\t\\ttags: [ALERT_TAG],\\n\\t\\t\\t\\t\\tcomponent: this.componentName\\n\\t\\t\\t\\t};\\n\\t\\t\\t\\texistingCount = 0;\\n\\t\\t\\t\\tthis.alertCount += 1;\\n\\t\\t\\t}\\n\\t\\t\\talertFields.modified = new Date();\\n\\t\\t\\tif(++existingCount > 1) {\\n\\t\\t\\t\\talertFields.count = existingCount;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\talertFields.count = undefined;\\n\\t\\t\\t}\\n\\t\\t\\t$tw.wiki.addTiddler(new $tw.Tiddler(alertFields));\\n\\t\\t\\t// Log the alert as well\\n\\t\\t\\tthis.log.apply(this,Array.prototype.slice.call(arguments,0));\\n\\t\\t} else {\\n\\t\\t\\t// Print an orange message to the console if not in the browser\\n\\t\\t\\tconsole.error(\\\"\\\\x1b[1;33m\\\" + text + \\\"\\\\x1b[0m\\\");\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nClear outstanding alerts\\n*/\\nLogger.prototype.clearAlerts = function() {\\n\\tvar self = this;\\n\\tif($tw.browser && this.alertCount > 0) {\\n\\t\\t$tw.utils.each($tw.wiki.getTiddlersWithTag(ALERT_TAG),function(title) {\\n\\t\\t\\tvar tiddler = $tw.wiki.getTiddler(title);\\n\\t\\t\\tif(tiddler.fields.component === self.componentName) {\\n\\t\\t\\t\\t$tw.wiki.deleteTiddler(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tthis.alertCount = 0;\\n\\t}\\n};\\n\\nexports.Logger = Logger;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/parsetree.js\":{\"title\":\"$:/core/modules/utils/parsetree.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/parsetree.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nParse tree utility functions.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.addAttributeToParseTreeNode = function(node,name,value) {\\n\\tnode.attributes = node.attributes || {};\\n\\tnode.attributes[name] = {type: \\\"string\\\", value: value};\\n};\\n\\nexports.getAttributeValueFromParseTreeNode = function(node,name,defaultValue) {\\n\\tif(node.attributes && node.attributes[name] && node.attributes[name].value !== undefined) {\\n\\t\\treturn node.attributes[name].value;\\n\\t}\\n\\treturn defaultValue;\\n};\\n\\nexports.addClassToParseTreeNode = function(node,classString) {\\n\\tvar classes = [];\\n\\tnode.attributes = node.attributes || {};\\n\\tnode.attributes[\\\"class\\\"] = node.attributes[\\\"class\\\"] || {type: \\\"string\\\", value: \\\"\\\"};\\n\\tif(node.attributes[\\\"class\\\"].type === \\\"string\\\") {\\n\\t\\tif(node.attributes[\\\"class\\\"].value !== \\\"\\\") {\\n\\t\\t\\tclasses = node.attributes[\\\"class\\\"].value.split(\\\" \\\");\\n\\t\\t}\\n\\t\\tif(classString !== \\\"\\\") {\\n\\t\\t\\t$tw.utils.pushTop(classes,classString.split(\\\" \\\"));\\n\\t\\t}\\n\\t\\tnode.attributes[\\\"class\\\"].value = classes.join(\\\" \\\");\\n\\t}\\n};\\n\\nexports.addStyleToParseTreeNode = function(node,name,value) {\\n\\t\\tnode.attributes = node.attributes || {};\\n\\t\\tnode.attributes.style = node.attributes.style || {type: \\\"string\\\", value: \\\"\\\"};\\n\\t\\tif(node.attributes.style.type === \\\"string\\\") {\\n\\t\\t\\tnode.attributes.style.value += name + \\\":\\\" + value + \\\";\\\";\\n\\t\\t}\\n};\\n\\nexports.findParseTreeNode = function(nodeArray,search) {\\n\\tfor(var t=0; t\u003CnodeArray.length; t++) {\\n\\t\\tif(nodeArray[t].type === search.type && nodeArray[t].tag === search.tag) {\\n\\t\\t\\treturn nodeArray[t];\\n\\t\\t}\\n\\t}\\n\\treturn undefined;\\n};\\n\\n/*\\nHelper to get the text of a parse tree node or array of nodes\\n*/\\nexports.getParseTreeText = function getParseTreeText(tree) {\\n\\tvar output = [];\\n\\tif($tw.utils.isArray(tree)) {\\n\\t\\t$tw.utils.each(tree,function(node) {\\n\\t\\t\\toutput.push(getParseTreeText(node));\\n\\t\\t});\\n\\t} else {\\n\\t\\tif(tree.type === \\\"text\\\") {\\n\\t\\t\\toutput.push(tree.text);\\n\\t\\t}\\n\\t\\tif(tree.children) {\\n\\t\\t\\treturn getParseTreeText(tree.children);\\n\\t\\t}\\n\\t}\\n\\treturn output.join(\\\"\\\");\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/performance.js\":{\"title\":\"$:/core/modules/utils/performance.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/performance.js\\ntype: application/javascript\\nmodule-type: global\\n\\nPerformance measurement.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nfunction Performance(enabled) {\\n\\tthis.enabled = !!enabled;\\n\\tthis.measures = {}; // Hashmap by measurement name of {time:, invocations:}\\n\\tthis.logger = new $tw.utils.Logger(\\\"performance\\\");\\n\\tthis.showGreeting();\\n}\\n\\nPerformance.prototype.showGreeting = function() {\\n\\tif($tw.browser) {\\n\\t\\tthis.logger.log(\\\"Execute $tw.perf.log(); to see filter execution timings\\\");\\n\\t}\\n};\\n\\n/*\\nWrap performance reporting around a top level function\\n*/\\nPerformance.prototype.report = function(name,fn) {\\n\\tvar self = this;\\n\\tif(this.enabled) {\\n\\t\\treturn function() {\\n\\t\\t\\tvar startTime = $tw.utils.timer(),\\n\\t\\t\\t\\tresult = fn.apply(this,arguments);\\n\\t\\t\\tself.logger.log(name + \\\": \\\" + $tw.utils.timer(startTime).toFixed(2) + \\\"ms\\\");\\n\\t\\t\\treturn result;\\n\\t\\t};\\n\\t} else {\\n\\t\\treturn fn;\\n\\t}\\n};\\n\\nPerformance.prototype.log = function() {\\n\\tvar self = this,\\n\\t\\ttotalTime = 0,\\n\\t\\torderedMeasures = Object.keys(this.measures).sort(function(a,b) {\\n\\t\\t\\tif(self.measures[a].time > self.measures[b].time) {\\n\\t\\t\\t\\treturn -1;\\n\\t\\t\\t} else if (self.measures[a].time \u003C self.measures[b].time) {\\n\\t\\t\\t\\treturn + 1;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn 0;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t$tw.utils.each(orderedMeasures,function(name) {\\n\\t\\ttotalTime += self.measures[name].time;\\n\\t});\\n\\tvar results = []\\n\\t$tw.utils.each(orderedMeasures,function(name) {\\n\\t\\tvar measure = self.measures[name];\\n\\t\\tresults.push({name: name,invocations: measure.invocations, avgTime: measure.time / measure.invocations, totalTime: measure.time, percentTime: (measure.time / totalTime) * 100})\\n\\t});\\n\\tself.logger.table(results);\\n};\\n\\n/*\\nWrap performance measurements around a subfunction\\n*/\\nPerformance.prototype.measure = function(name,fn) {\\n\\tvar self = this;\\n\\tif(this.enabled) {\\n\\t\\treturn function() {\\n\\t\\t\\tvar startTime = $tw.utils.timer(),\\n\\t\\t\\t\\tresult = fn.apply(this,arguments);\\n\\t\\t\\tif(!(name in self.measures)) {\\n\\t\\t\\t\\tself.measures[name] = {time: 0, invocations: 0};\\n\\t\\t\\t}\\n\\t\\t\\tself.measures[name].time += $tw.utils.timer(startTime);\\n\\t\\t\\tself.measures[name].invocations++;\\n\\t\\t\\treturn result;\\n\\t\\t};\\n\\t} else {\\n\\t\\treturn fn;\\n\\t}\\n};\\n\\nexports.Performance = Performance;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"global\"},\"$:/core/modules/utils/pluginmaker.js\":{\"title\":\"$:/core/modules/utils/pluginmaker.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/pluginmaker.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nA quick and dirty way to pack up plugins within the browser.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nRepack a plugin, and then delete any non-shadow payload tiddlers\\n*/\\nexports.repackPlugin = function(title,additionalTiddlers,excludeTiddlers) {\\n\\tadditionalTiddlers = additionalTiddlers || [];\\n\\texcludeTiddlers = excludeTiddlers || [];\\n\\t// Get the plugin tiddler\\n\\tvar pluginTiddler = $tw.wiki.getTiddler(title);\\n\\tif(!pluginTiddler) {\\n\\t\\tthrow \\\"No such tiddler as \\\" + title;\\n\\t}\\n\\t// Extract the JSON\\n\\tvar jsonPluginTiddler;\\n\\ttry {\\n\\t\\tjsonPluginTiddler = JSON.parse(pluginTiddler.fields.text);\\n\\t} catch(e) {\\n\\t\\tthrow \\\"Cannot parse plugin tiddler \\\" + title + \\\"\\\\n\\\" + $tw.language.getString(\\\"Error/Caption\\\") + \\\": \\\" + e;\\n\\t}\\n\\t// Get the list of tiddlers\\n\\tvar tiddlers = Object.keys(jsonPluginTiddler.tiddlers);\\n\\t// Add the additional tiddlers\\n\\t$tw.utils.pushTop(tiddlers,additionalTiddlers);\\n\\t// Remove any excluded tiddlers\\n\\tfor(var t=tiddlers.length-1; t>=0; t--) {\\n\\t\\tif(excludeTiddlers.indexOf(tiddlers[t]) !== -1) {\\n\\t\\t\\ttiddlers.splice(t,1);\\n\\t\\t}\\n\\t}\\n\\t// Pack up the tiddlers into a block of JSON\\n\\tvar plugins = {};\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tvar tiddler = $tw.wiki.getTiddler(title),\\n\\t\\t\\tfields = {};\\n\\t\\t$tw.utils.each(tiddler.fields,function (value,name) {\\n\\t\\t\\tfields[name] = tiddler.getFieldString(name);\\n\\t\\t});\\n\\t\\tplugins[title] = fields;\\n\\t});\\n\\t// Retrieve and bump the version number\\n\\tvar pluginVersion = $tw.utils.parseVersion(pluginTiddler.getFieldString(\\\"version\\\") || \\\"0.0.0\\\") || {\\n\\t\\t\\tmajor: \\\"0\\\",\\n\\t\\t\\tminor: \\\"0\\\",\\n\\t\\t\\tpatch: \\\"0\\\"\\n\\t\\t};\\n\\tpluginVersion.patch++;\\n\\tvar version = pluginVersion.major + \\\".\\\" + pluginVersion.minor + \\\".\\\" + pluginVersion.patch;\\n\\tif(pluginVersion.prerelease) {\\n\\t\\tversion += \\\"-\\\" + pluginVersion.prerelease;\\n\\t}\\n\\tif(pluginVersion.build) {\\n\\t\\tversion += \\\"+\\\" + pluginVersion.build;\\n\\t}\\n\\t// Save the tiddler\\n\\t$tw.wiki.addTiddler(new $tw.Tiddler(pluginTiddler,{text: JSON.stringify({tiddlers: plugins},null,4), version: version}));\\n\\t// Delete any non-shadow constituent tiddlers\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tif($tw.wiki.tiddlerExists(title)) {\\n\\t\\t\\t$tw.wiki.deleteTiddler(title);\\n\\t\\t}\\n\\t});\\n\\t// Trigger an autosave\\n\\t$tw.rootWidget.dispatchEvent({type: \\\"tm-auto-save-wiki\\\"});\\n\\t// Return a heartwarming confirmation\\n\\treturn \\\"Plugin \\\" + title + \\\" successfully saved\\\";\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/transliterate.js\":{\"title\":\"$:/core/modules/utils/transliterate.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/transliterate.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nTransliteration static utility functions.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nTransliterate string to ASCII\\n\\n(Some pairs taken from http://semplicewebsites.com/removing-accents-javascript)\\n*/\\nexports.transliterationPairs = {\\n\\t\\\"Á\\\":\\\"A\\\",\\n\\t\\\"Ă\\\":\\\"A\\\",\\n\\t\\\"Ắ\\\":\\\"A\\\",\\n\\t\\\"Ặ\\\":\\\"A\\\",\\n\\t\\\"Ằ\\\":\\\"A\\\",\\n\\t\\\"Ẳ\\\":\\\"A\\\",\\n\\t\\\"Ẵ\\\":\\\"A\\\",\\n\\t\\\"Ǎ\\\":\\\"A\\\",\\n\\t\\\"Â\\\":\\\"A\\\",\\n\\t\\\"Ấ\\\":\\\"A\\\",\\n\\t\\\"Ậ\\\":\\\"A\\\",\\n\\t\\\"Ầ\\\":\\\"A\\\",\\n\\t\\\"Ẩ\\\":\\\"A\\\",\\n\\t\\\"Ẫ\\\":\\\"A\\\",\\n\\t\\\"Ä\\\":\\\"A\\\",\\n\\t\\\"Ǟ\\\":\\\"A\\\",\\n\\t\\\"Ȧ\\\":\\\"A\\\",\\n\\t\\\"Ǡ\\\":\\\"A\\\",\\n\\t\\\"Ạ\\\":\\\"A\\\",\\n\\t\\\"Ȁ\\\":\\\"A\\\",\\n\\t\\\"À\\\":\\\"A\\\",\\n\\t\\\"Ả\\\":\\\"A\\\",\\n\\t\\\"Ȃ\\\":\\\"A\\\",\\n\\t\\\"Ā\\\":\\\"A\\\",\\n\\t\\\"Ą\\\":\\\"A\\\",\\n\\t\\\"Å\\\":\\\"A\\\",\\n\\t\\\"Ǻ\\\":\\\"A\\\",\\n\\t\\\"Ḁ\\\":\\\"A\\\",\\n\\t\\\"Ⱥ\\\":\\\"A\\\",\\n\\t\\\"Ã\\\":\\\"A\\\",\\n\\t\\\"Ꜳ\\\":\\\"AA\\\",\\n\\t\\\"Æ\\\":\\\"AE\\\",\\n\\t\\\"Ǽ\\\":\\\"AE\\\",\\n\\t\\\"Ǣ\\\":\\\"AE\\\",\\n\\t\\\"Ꜵ\\\":\\\"AO\\\",\\n\\t\\\"Ꜷ\\\":\\\"AU\\\",\\n\\t\\\"Ꜹ\\\":\\\"AV\\\",\\n\\t\\\"Ꜻ\\\":\\\"AV\\\",\\n\\t\\\"Ꜽ\\\":\\\"AY\\\",\\n\\t\\\"Ḃ\\\":\\\"B\\\",\\n\\t\\\"Ḅ\\\":\\\"B\\\",\\n\\t\\\"Ɓ\\\":\\\"B\\\",\\n\\t\\\"Ḇ\\\":\\\"B\\\",\\n\\t\\\"Ƀ\\\":\\\"B\\\",\\n\\t\\\"Ƃ\\\":\\\"B\\\",\\n\\t\\\"Ć\\\":\\\"C\\\",\\n\\t\\\"Č\\\":\\\"C\\\",\\n\\t\\\"Ç\\\":\\\"C\\\",\\n\\t\\\"Ḉ\\\":\\\"C\\\",\\n\\t\\\"Ĉ\\\":\\\"C\\\",\\n\\t\\\"Ċ\\\":\\\"C\\\",\\n\\t\\\"Ƈ\\\":\\\"C\\\",\\n\\t\\\"Ȼ\\\":\\\"C\\\",\\n\\t\\\"Ď\\\":\\\"D\\\",\\n\\t\\\"Ḑ\\\":\\\"D\\\",\\n\\t\\\"Ḓ\\\":\\\"D\\\",\\n\\t\\\"Ḋ\\\":\\\"D\\\",\\n\\t\\\"Ḍ\\\":\\\"D\\\",\\n\\t\\\"Ɗ\\\":\\\"D\\\",\\n\\t\\\"Ḏ\\\":\\\"D\\\",\\n\\t\\\"Dz\\\":\\\"D\\\",\\n\\t\\\"Dž\\\":\\\"D\\\",\\n\\t\\\"Đ\\\":\\\"D\\\",\\n\\t\\\"Ƌ\\\":\\\"D\\\",\\n\\t\\\"DZ\\\":\\\"DZ\\\",\\n\\t\\\"DŽ\\\":\\\"DZ\\\",\\n\\t\\\"É\\\":\\\"E\\\",\\n\\t\\\"Ĕ\\\":\\\"E\\\",\\n\\t\\\"Ě\\\":\\\"E\\\",\\n\\t\\\"Ȩ\\\":\\\"E\\\",\\n\\t\\\"Ḝ\\\":\\\"E\\\",\\n\\t\\\"Ê\\\":\\\"E\\\",\\n\\t\\\"Ế\\\":\\\"E\\\",\\n\\t\\\"Ệ\\\":\\\"E\\\",\\n\\t\\\"Ề\\\":\\\"E\\\",\\n\\t\\\"Ể\\\":\\\"E\\\",\\n\\t\\\"Ễ\\\":\\\"E\\\",\\n\\t\\\"Ḙ\\\":\\\"E\\\",\\n\\t\\\"Ë\\\":\\\"E\\\",\\n\\t\\\"Ė\\\":\\\"E\\\",\\n\\t\\\"Ẹ\\\":\\\"E\\\",\\n\\t\\\"Ȅ\\\":\\\"E\\\",\\n\\t\\\"È\\\":\\\"E\\\",\\n\\t\\\"Ẻ\\\":\\\"E\\\",\\n\\t\\\"Ȇ\\\":\\\"E\\\",\\n\\t\\\"Ē\\\":\\\"E\\\",\\n\\t\\\"Ḗ\\\":\\\"E\\\",\\n\\t\\\"Ḕ\\\":\\\"E\\\",\\n\\t\\\"Ę\\\":\\\"E\\\",\\n\\t\\\"Ɇ\\\":\\\"E\\\",\\n\\t\\\"Ẽ\\\":\\\"E\\\",\\n\\t\\\"Ḛ\\\":\\\"E\\\",\\n\\t\\\"\\\":\\\"ET\\\",\\n\\t\\\"Ḟ\\\":\\\"F\\\",\\n\\t\\\"Ƒ\\\":\\\"F\\\",\\n\\t\\\"Ǵ\\\":\\\"G\\\",\\n\\t\\\"Ğ\\\":\\\"G\\\",\\n\\t\\\"Ǧ\\\":\\\"G\\\",\\n\\t\\\"Ģ\\\":\\\"G\\\",\\n\\t\\\"Ĝ\\\":\\\"G\\\",\\n\\t\\\"Ġ\\\":\\\"G\\\",\\n\\t\\\"Ɠ\\\":\\\"G\\\",\\n\\t\\\"Ḡ\\\":\\\"G\\\",\\n\\t\\\"Ǥ\\\":\\\"G\\\",\\n\\t\\\"Ḫ\\\":\\\"H\\\",\\n\\t\\\"Ȟ\\\":\\\"H\\\",\\n\\t\\\"Ḩ\\\":\\\"H\\\",\\n\\t\\\"Ĥ\\\":\\\"H\\\",\\n\\t\\\"Ⱨ\\\":\\\"H\\\",\\n\\t\\\"Ḧ\\\":\\\"H\\\",\\n\\t\\\"Ḣ\\\":\\\"H\\\",\\n\\t\\\"Ḥ\\\":\\\"H\\\",\\n\\t\\\"Ħ\\\":\\\"H\\\",\\n\\t\\\"Í\\\":\\\"I\\\",\\n\\t\\\"Ĭ\\\":\\\"I\\\",\\n\\t\\\"Ǐ\\\":\\\"I\\\",\\n\\t\\\"Î\\\":\\\"I\\\",\\n\\t\\\"Ï\\\":\\\"I\\\",\\n\\t\\\"Ḯ\\\":\\\"I\\\",\\n\\t\\\"İ\\\":\\\"I\\\",\\n\\t\\\"Ị\\\":\\\"I\\\",\\n\\t\\\"Ȉ\\\":\\\"I\\\",\\n\\t\\\"Ì\\\":\\\"I\\\",\\n\\t\\\"Ỉ\\\":\\\"I\\\",\\n\\t\\\"Ȋ\\\":\\\"I\\\",\\n\\t\\\"Ī\\\":\\\"I\\\",\\n\\t\\\"Į\\\":\\\"I\\\",\\n\\t\\\"Ɨ\\\":\\\"I\\\",\\n\\t\\\"Ĩ\\\":\\\"I\\\",\\n\\t\\\"Ḭ\\\":\\\"I\\\",\\n\\t\\\"Ꝺ\\\":\\\"D\\\",\\n\\t\\\"Ꝼ\\\":\\\"F\\\",\\n\\t\\\"Ᵹ\\\":\\\"G\\\",\\n\\t\\\"Ꞃ\\\":\\\"R\\\",\\n\\t\\\"Ꞅ\\\":\\\"S\\\",\\n\\t\\\"Ꞇ\\\":\\\"T\\\",\\n\\t\\\"Ꝭ\\\":\\\"IS\\\",\\n\\t\\\"Ĵ\\\":\\\"J\\\",\\n\\t\\\"Ɉ\\\":\\\"J\\\",\\n\\t\\\"Ḱ\\\":\\\"K\\\",\\n\\t\\\"Ǩ\\\":\\\"K\\\",\\n\\t\\\"Ķ\\\":\\\"K\\\",\\n\\t\\\"Ⱪ\\\":\\\"K\\\",\\n\\t\\\"Ꝃ\\\":\\\"K\\\",\\n\\t\\\"Ḳ\\\":\\\"K\\\",\\n\\t\\\"Ƙ\\\":\\\"K\\\",\\n\\t\\\"Ḵ\\\":\\\"K\\\",\\n\\t\\\"Ꝁ\\\":\\\"K\\\",\\n\\t\\\"Ꝅ\\\":\\\"K\\\",\\n\\t\\\"Ĺ\\\":\\\"L\\\",\\n\\t\\\"Ƚ\\\":\\\"L\\\",\\n\\t\\\"Ľ\\\":\\\"L\\\",\\n\\t\\\"Ļ\\\":\\\"L\\\",\\n\\t\\\"Ḽ\\\":\\\"L\\\",\\n\\t\\\"Ḷ\\\":\\\"L\\\",\\n\\t\\\"Ḹ\\\":\\\"L\\\",\\n\\t\\\"Ⱡ\\\":\\\"L\\\",\\n\\t\\\"Ꝉ\\\":\\\"L\\\",\\n\\t\\\"Ḻ\\\":\\\"L\\\",\\n\\t\\\"Ŀ\\\":\\\"L\\\",\\n\\t\\\"Ɫ\\\":\\\"L\\\",\\n\\t\\\"Lj\\\":\\\"L\\\",\\n\\t\\\"Ł\\\":\\\"L\\\",\\n\\t\\\"LJ\\\":\\\"LJ\\\",\\n\\t\\\"Ḿ\\\":\\\"M\\\",\\n\\t\\\"Ṁ\\\":\\\"M\\\",\\n\\t\\\"Ṃ\\\":\\\"M\\\",\\n\\t\\\"Ɱ\\\":\\\"M\\\",\\n\\t\\\"Ń\\\":\\\"N\\\",\\n\\t\\\"Ň\\\":\\\"N\\\",\\n\\t\\\"Ņ\\\":\\\"N\\\",\\n\\t\\\"Ṋ\\\":\\\"N\\\",\\n\\t\\\"Ṅ\\\":\\\"N\\\",\\n\\t\\\"Ṇ\\\":\\\"N\\\",\\n\\t\\\"Ǹ\\\":\\\"N\\\",\\n\\t\\\"Ɲ\\\":\\\"N\\\",\\n\\t\\\"Ṉ\\\":\\\"N\\\",\\n\\t\\\"Ƞ\\\":\\\"N\\\",\\n\\t\\\"Nj\\\":\\\"N\\\",\\n\\t\\\"Ñ\\\":\\\"N\\\",\\n\\t\\\"NJ\\\":\\\"NJ\\\",\\n\\t\\\"ð\\\":\\\"d\\\",\\n\\t\\\"Ð\\\":\\\"D\\\",\\n\\t\\\"Ó\\\":\\\"O\\\",\\n\\t\\\"Ŏ\\\":\\\"O\\\",\\n\\t\\\"Ǒ\\\":\\\"O\\\",\\n\\t\\\"Ô\\\":\\\"O\\\",\\n\\t\\\"Ố\\\":\\\"O\\\",\\n\\t\\\"Ộ\\\":\\\"O\\\",\\n\\t\\\"Ồ\\\":\\\"O\\\",\\n\\t\\\"Ổ\\\":\\\"O\\\",\\n\\t\\\"Ỗ\\\":\\\"O\\\",\\n\\t\\\"Ö\\\":\\\"O\\\",\\n\\t\\\"Ȫ\\\":\\\"O\\\",\\n\\t\\\"Ȯ\\\":\\\"O\\\",\\n\\t\\\"Ȱ\\\":\\\"O\\\",\\n\\t\\\"Ọ\\\":\\\"O\\\",\\n\\t\\\"Ő\\\":\\\"O\\\",\\n\\t\\\"Ȍ\\\":\\\"O\\\",\\n\\t\\\"Ò\\\":\\\"O\\\",\\n\\t\\\"Ỏ\\\":\\\"O\\\",\\n\\t\\\"Ơ\\\":\\\"O\\\",\\n\\t\\\"Ớ\\\":\\\"O\\\",\\n\\t\\\"Ợ\\\":\\\"O\\\",\\n\\t\\\"Ờ\\\":\\\"O\\\",\\n\\t\\\"Ở\\\":\\\"O\\\",\\n\\t\\\"Ỡ\\\":\\\"O\\\",\\n\\t\\\"Ȏ\\\":\\\"O\\\",\\n\\t\\\"Ꝋ\\\":\\\"O\\\",\\n\\t\\\"Ꝍ\\\":\\\"O\\\",\\n\\t\\\"Ō\\\":\\\"O\\\",\\n\\t\\\"Ṓ\\\":\\\"O\\\",\\n\\t\\\"Ṑ\\\":\\\"O\\\",\\n\\t\\\"Ɵ\\\":\\\"O\\\",\\n\\t\\\"Ǫ\\\":\\\"O\\\",\\n\\t\\\"Ǭ\\\":\\\"O\\\",\\n\\t\\\"Ø\\\":\\\"O\\\",\\n\\t\\\"Ǿ\\\":\\\"O\\\",\\n\\t\\\"Õ\\\":\\\"O\\\",\\n\\t\\\"Ṍ\\\":\\\"O\\\",\\n\\t\\\"Ṏ\\\":\\\"O\\\",\\n\\t\\\"Ȭ\\\":\\\"O\\\",\\n\\t\\\"Ƣ\\\":\\\"OI\\\",\\n\\t\\\"Ꝏ\\\":\\\"OO\\\",\\n\\t\\\"Ɛ\\\":\\\"E\\\",\\n\\t\\\"Ɔ\\\":\\\"O\\\",\\n\\t\\\"Ȣ\\\":\\\"OU\\\",\\n\\t\\\"Ṕ\\\":\\\"P\\\",\\n\\t\\\"Ṗ\\\":\\\"P\\\",\\n\\t\\\"Ꝓ\\\":\\\"P\\\",\\n\\t\\\"Ƥ\\\":\\\"P\\\",\\n\\t\\\"Ꝕ\\\":\\\"P\\\",\\n\\t\\\"Ᵽ\\\":\\\"P\\\",\\n\\t\\\"Ꝑ\\\":\\\"P\\\",\\n\\t\\\"Ꝙ\\\":\\\"Q\\\",\\n\\t\\\"Ꝗ\\\":\\\"Q\\\",\\n\\t\\\"Ŕ\\\":\\\"R\\\",\\n\\t\\\"Ř\\\":\\\"R\\\",\\n\\t\\\"Ŗ\\\":\\\"R\\\",\\n\\t\\\"Ṙ\\\":\\\"R\\\",\\n\\t\\\"Ṛ\\\":\\\"R\\\",\\n\\t\\\"Ṝ\\\":\\\"R\\\",\\n\\t\\\"Ȑ\\\":\\\"R\\\",\\n\\t\\\"Ȓ\\\":\\\"R\\\",\\n\\t\\\"Ṟ\\\":\\\"R\\\",\\n\\t\\\"Ɍ\\\":\\\"R\\\",\\n\\t\\\"Ɽ\\\":\\\"R\\\",\\n\\t\\\"Ꜿ\\\":\\\"C\\\",\\n\\t\\\"Ǝ\\\":\\\"E\\\",\\n\\t\\\"ß\\\":\\\"ss\\\",\\n\\t\\\"ẞ\\\":\\\"SS\\\",\\n\\t\\\"Ś\\\":\\\"S\\\",\\n\\t\\\"Ṥ\\\":\\\"S\\\",\\n\\t\\\"Š\\\":\\\"S\\\",\\n\\t\\\"Ṧ\\\":\\\"S\\\",\\n\\t\\\"Ş\\\":\\\"S\\\",\\n\\t\\\"Ŝ\\\":\\\"S\\\",\\n\\t\\\"Ș\\\":\\\"S\\\",\\n\\t\\\"Ṡ\\\":\\\"S\\\",\\n\\t\\\"Ṣ\\\":\\\"S\\\",\\n\\t\\\"Ṩ\\\":\\\"S\\\",\\n\\t\\\"þ\\\": \\\"th\\\",\\n\\t\\\"Þ\\\": \\\"TH\\\",\\n\\t\\\"Ť\\\":\\\"T\\\",\\n\\t\\\"Ţ\\\":\\\"T\\\",\\n\\t\\\"Ṱ\\\":\\\"T\\\",\\n\\t\\\"Ț\\\":\\\"T\\\",\\n\\t\\\"Ⱦ\\\":\\\"T\\\",\\n\\t\\\"Ṫ\\\":\\\"T\\\",\\n\\t\\\"Ṭ\\\":\\\"T\\\",\\n\\t\\\"Ƭ\\\":\\\"T\\\",\\n\\t\\\"Ṯ\\\":\\\"T\\\",\\n\\t\\\"Ʈ\\\":\\\"T\\\",\\n\\t\\\"Ŧ\\\":\\\"T\\\",\\n\\t\\\"Ɐ\\\":\\\"A\\\",\\n\\t\\\"Ꞁ\\\":\\\"L\\\",\\n\\t\\\"Ɯ\\\":\\\"M\\\",\\n\\t\\\"Ʌ\\\":\\\"V\\\",\\n\\t\\\"Ꜩ\\\":\\\"TZ\\\",\\n\\t\\\"Ú\\\":\\\"U\\\",\\n\\t\\\"Ŭ\\\":\\\"U\\\",\\n\\t\\\"Ǔ\\\":\\\"U\\\",\\n\\t\\\"Û\\\":\\\"U\\\",\\n\\t\\\"Ṷ\\\":\\\"U\\\",\\n\\t\\\"Ü\\\":\\\"U\\\",\\n\\t\\\"Ǘ\\\":\\\"U\\\",\\n\\t\\\"Ǚ\\\":\\\"U\\\",\\n\\t\\\"Ǜ\\\":\\\"U\\\",\\n\\t\\\"Ǖ\\\":\\\"U\\\",\\n\\t\\\"Ṳ\\\":\\\"U\\\",\\n\\t\\\"Ụ\\\":\\\"U\\\",\\n\\t\\\"Ű\\\":\\\"U\\\",\\n\\t\\\"Ȕ\\\":\\\"U\\\",\\n\\t\\\"Ù\\\":\\\"U\\\",\\n\\t\\\"Ủ\\\":\\\"U\\\",\\n\\t\\\"Ư\\\":\\\"U\\\",\\n\\t\\\"Ứ\\\":\\\"U\\\",\\n\\t\\\"Ự\\\":\\\"U\\\",\\n\\t\\\"Ừ\\\":\\\"U\\\",\\n\\t\\\"Ử\\\":\\\"U\\\",\\n\\t\\\"Ữ\\\":\\\"U\\\",\\n\\t\\\"Ȗ\\\":\\\"U\\\",\\n\\t\\\"Ū\\\":\\\"U\\\",\\n\\t\\\"Ṻ\\\":\\\"U\\\",\\n\\t\\\"Ų\\\":\\\"U\\\",\\n\\t\\\"Ů\\\":\\\"U\\\",\\n\\t\\\"Ũ\\\":\\\"U\\\",\\n\\t\\\"Ṹ\\\":\\\"U\\\",\\n\\t\\\"Ṵ\\\":\\\"U\\\",\\n\\t\\\"Ꝟ\\\":\\\"V\\\",\\n\\t\\\"Ṿ\\\":\\\"V\\\",\\n\\t\\\"Ʋ\\\":\\\"V\\\",\\n\\t\\\"Ṽ\\\":\\\"V\\\",\\n\\t\\\"Ꝡ\\\":\\\"VY\\\",\\n\\t\\\"Ẃ\\\":\\\"W\\\",\\n\\t\\\"Ŵ\\\":\\\"W\\\",\\n\\t\\\"Ẅ\\\":\\\"W\\\",\\n\\t\\\"Ẇ\\\":\\\"W\\\",\\n\\t\\\"Ẉ\\\":\\\"W\\\",\\n\\t\\\"Ẁ\\\":\\\"W\\\",\\n\\t\\\"Ⱳ\\\":\\\"W\\\",\\n\\t\\\"Ẍ\\\":\\\"X\\\",\\n\\t\\\"Ẋ\\\":\\\"X\\\",\\n\\t\\\"Ý\\\":\\\"Y\\\",\\n\\t\\\"Ŷ\\\":\\\"Y\\\",\\n\\t\\\"Ÿ\\\":\\\"Y\\\",\\n\\t\\\"Ẏ\\\":\\\"Y\\\",\\n\\t\\\"Ỵ\\\":\\\"Y\\\",\\n\\t\\\"Ỳ\\\":\\\"Y\\\",\\n\\t\\\"Ƴ\\\":\\\"Y\\\",\\n\\t\\\"Ỷ\\\":\\\"Y\\\",\\n\\t\\\"Ỿ\\\":\\\"Y\\\",\\n\\t\\\"Ȳ\\\":\\\"Y\\\",\\n\\t\\\"Ɏ\\\":\\\"Y\\\",\\n\\t\\\"Ỹ\\\":\\\"Y\\\",\\n\\t\\\"Ź\\\":\\\"Z\\\",\\n\\t\\\"Ž\\\":\\\"Z\\\",\\n\\t\\\"Ẑ\\\":\\\"Z\\\",\\n\\t\\\"Ⱬ\\\":\\\"Z\\\",\\n\\t\\\"Ż\\\":\\\"Z\\\",\\n\\t\\\"Ẓ\\\":\\\"Z\\\",\\n\\t\\\"Ȥ\\\":\\\"Z\\\",\\n\\t\\\"Ẕ\\\":\\\"Z\\\",\\n\\t\\\"Ƶ\\\":\\\"Z\\\",\\n\\t\\\"IJ\\\":\\\"IJ\\\",\\n\\t\\\"Œ\\\":\\\"OE\\\",\\n\\t\\\"ᴀ\\\":\\\"A\\\",\\n\\t\\\"ᴁ\\\":\\\"AE\\\",\\n\\t\\\"ʙ\\\":\\\"B\\\",\\n\\t\\\"ᴃ\\\":\\\"B\\\",\\n\\t\\\"\\\":\\\"C\\\",\\n\\t\\\"ᴅ\\\":\\\"D\\\",\\n\\t\\\"ᴇ\\\":\\\"E\\\",\\n\\t\\\"ꜰ\\\":\\\"F\\\",\\n\\t\\\"ɢ\\\":\\\"G\\\",\\n\\t\\\"ʛ\\\":\\\"G\\\",\\n\\t\\\"ʜ\\\":\\\"H\\\",\\n\\t\\\"ɪ\\\":\\\"I\\\",\\n\\t\\\"ʁ\\\":\\\"R\\\",\\n\\t\\\"ᴊ\\\":\\\"J\\\",\\n\\t\\\"ᴋ\\\":\\\"K\\\",\\n\\t\\\"ʟ\\\":\\\"L\\\",\\n\\t\\\"ᴌ\\\":\\\"L\\\",\\n\\t\\\"ᴍ\\\":\\\"M\\\",\\n\\t\\\"ɴ\\\":\\\"N\\\",\\n\\t\\\"\\\":\\\"O\\\",\\n\\t\\\"ɶ\\\":\\\"OE\\\",\\n\\t\\\"ᴐ\\\":\\\"O\\\",\\n\\t\\\"ᴕ\\\":\\\"OU\\\",\\n\\t\\\"ᴘ\\\":\\\"P\\\",\\n\\t\\\"ʀ\\\":\\\"R\\\",\\n\\t\\\"ᴎ\\\":\\\"N\\\",\\n\\t\\\"ᴙ\\\":\\\"R\\\",\\n\\t\\\"\\\":\\\"S\\\",\\n\\t\\\"ᴛ\\\":\\\"T\\\",\\n\\t\\\"ⱻ\\\":\\\"E\\\",\\n\\t\\\"ᴚ\\\":\\\"R\\\",\\n\\t\\\"\\\":\\\"U\\\",\\n\\t\\\"\\\":\\\"V\\\",\\n\\t\\\"\\\":\\\"W\\\",\\n\\t\\\"ʏ\\\":\\\"Y\\\",\\n\\t\\\"\\\":\\\"Z\\\",\\n\\t\\\"á\\\":\\\"a\\\",\\n\\t\\\"ă\\\":\\\"a\\\",\\n\\t\\\"ắ\\\":\\\"a\\\",\\n\\t\\\"ặ\\\":\\\"a\\\",\\n\\t\\\"ằ\\\":\\\"a\\\",\\n\\t\\\"ẳ\\\":\\\"a\\\",\\n\\t\\\"ẵ\\\":\\\"a\\\",\\n\\t\\\"ǎ\\\":\\\"a\\\",\\n\\t\\\"â\\\":\\\"a\\\",\\n\\t\\\"ấ\\\":\\\"a\\\",\\n\\t\\\"ậ\\\":\\\"a\\\",\\n\\t\\\"ầ\\\":\\\"a\\\",\\n\\t\\\"ẩ\\\":\\\"a\\\",\\n\\t\\\"ẫ\\\":\\\"a\\\",\\n\\t\\\"ä\\\":\\\"a\\\",\\n\\t\\\"ǟ\\\":\\\"a\\\",\\n\\t\\\"ȧ\\\":\\\"a\\\",\\n\\t\\\"ǡ\\\":\\\"a\\\",\\n\\t\\\"ạ\\\":\\\"a\\\",\\n\\t\\\"ȁ\\\":\\\"a\\\",\\n\\t\\\"à\\\":\\\"a\\\",\\n\\t\\\"ả\\\":\\\"a\\\",\\n\\t\\\"ȃ\\\":\\\"a\\\",\\n\\t\\\"ā\\\":\\\"a\\\",\\n\\t\\\"ą\\\":\\\"a\\\",\\n\\t\\\"ᶏ\\\":\\\"a\\\",\\n\\t\\\"ẚ\\\":\\\"a\\\",\\n\\t\\\"å\\\":\\\"a\\\",\\n\\t\\\"ǻ\\\":\\\"a\\\",\\n\\t\\\"ḁ\\\":\\\"a\\\",\\n\\t\\\"ⱥ\\\":\\\"a\\\",\\n\\t\\\"ã\\\":\\\"a\\\",\\n\\t\\\"ꜳ\\\":\\\"aa\\\",\\n\\t\\\"æ\\\":\\\"ae\\\",\\n\\t\\\"ǽ\\\":\\\"ae\\\",\\n\\t\\\"ǣ\\\":\\\"ae\\\",\\n\\t\\\"ꜵ\\\":\\\"ao\\\",\\n\\t\\\"ꜷ\\\":\\\"au\\\",\\n\\t\\\"ꜹ\\\":\\\"av\\\",\\n\\t\\\"ꜻ\\\":\\\"av\\\",\\n\\t\\\"ꜽ\\\":\\\"ay\\\",\\n\\t\\\"ḃ\\\":\\\"b\\\",\\n\\t\\\"ḅ\\\":\\\"b\\\",\\n\\t\\\"ɓ\\\":\\\"b\\\",\\n\\t\\\"ḇ\\\":\\\"b\\\",\\n\\t\\\"ᵬ\\\":\\\"b\\\",\\n\\t\\\"ᶀ\\\":\\\"b\\\",\\n\\t\\\"ƀ\\\":\\\"b\\\",\\n\\t\\\"ƃ\\\":\\\"b\\\",\\n\\t\\\"ɵ\\\":\\\"o\\\",\\n\\t\\\"ć\\\":\\\"c\\\",\\n\\t\\\"č\\\":\\\"c\\\",\\n\\t\\\"ç\\\":\\\"c\\\",\\n\\t\\\"ḉ\\\":\\\"c\\\",\\n\\t\\\"ĉ\\\":\\\"c\\\",\\n\\t\\\"ɕ\\\":\\\"c\\\",\\n\\t\\\"ċ\\\":\\\"c\\\",\\n\\t\\\"ƈ\\\":\\\"c\\\",\\n\\t\\\"ȼ\\\":\\\"c\\\",\\n\\t\\\"ď\\\":\\\"d\\\",\\n\\t\\\"ḑ\\\":\\\"d\\\",\\n\\t\\\"ḓ\\\":\\\"d\\\",\\n\\t\\\"ȡ\\\":\\\"d\\\",\\n\\t\\\"ḋ\\\":\\\"d\\\",\\n\\t\\\"ḍ\\\":\\\"d\\\",\\n\\t\\\"ɗ\\\":\\\"d\\\",\\n\\t\\\"ᶑ\\\":\\\"d\\\",\\n\\t\\\"ḏ\\\":\\\"d\\\",\\n\\t\\\"ᵭ\\\":\\\"d\\\",\\n\\t\\\"ᶁ\\\":\\\"d\\\",\\n\\t\\\"đ\\\":\\\"d\\\",\\n\\t\\\"ɖ\\\":\\\"d\\\",\\n\\t\\\"ƌ\\\":\\\"d\\\",\\n\\t\\\"ı\\\":\\\"i\\\",\\n\\t\\\"ȷ\\\":\\\"j\\\",\\n\\t\\\"ɟ\\\":\\\"j\\\",\\n\\t\\\"ʄ\\\":\\\"j\\\",\\n\\t\\\"dz\\\":\\\"dz\\\",\\n\\t\\\"dž\\\":\\\"dz\\\",\\n\\t\\\"é\\\":\\\"e\\\",\\n\\t\\\"ĕ\\\":\\\"e\\\",\\n\\t\\\"ě\\\":\\\"e\\\",\\n\\t\\\"ȩ\\\":\\\"e\\\",\\n\\t\\\"ḝ\\\":\\\"e\\\",\\n\\t\\\"ê\\\":\\\"e\\\",\\n\\t\\\"ế\\\":\\\"e\\\",\\n\\t\\\"ệ\\\":\\\"e\\\",\\n\\t\\\"ề\\\":\\\"e\\\",\\n\\t\\\"ể\\\":\\\"e\\\",\\n\\t\\\"ễ\\\":\\\"e\\\",\\n\\t\\\"ḙ\\\":\\\"e\\\",\\n\\t\\\"ë\\\":\\\"e\\\",\\n\\t\\\"ė\\\":\\\"e\\\",\\n\\t\\\"ẹ\\\":\\\"e\\\",\\n\\t\\\"ȅ\\\":\\\"e\\\",\\n\\t\\\"è\\\":\\\"e\\\",\\n\\t\\\"ẻ\\\":\\\"e\\\",\\n\\t\\\"ȇ\\\":\\\"e\\\",\\n\\t\\\"ē\\\":\\\"e\\\",\\n\\t\\\"ḗ\\\":\\\"e\\\",\\n\\t\\\"ḕ\\\":\\\"e\\\",\\n\\t\\\"ⱸ\\\":\\\"e\\\",\\n\\t\\\"ę\\\":\\\"e\\\",\\n\\t\\\"ᶒ\\\":\\\"e\\\",\\n\\t\\\"ɇ\\\":\\\"e\\\",\\n\\t\\\"ẽ\\\":\\\"e\\\",\\n\\t\\\"ḛ\\\":\\\"e\\\",\\n\\t\\\"ꝫ\\\":\\\"et\\\",\\n\\t\\\"ḟ\\\":\\\"f\\\",\\n\\t\\\"ƒ\\\":\\\"f\\\",\\n\\t\\\"ᵮ\\\":\\\"f\\\",\\n\\t\\\"ᶂ\\\":\\\"f\\\",\\n\\t\\\"ǵ\\\":\\\"g\\\",\\n\\t\\\"ğ\\\":\\\"g\\\",\\n\\t\\\"ǧ\\\":\\\"g\\\",\\n\\t\\\"ģ\\\":\\\"g\\\",\\n\\t\\\"ĝ\\\":\\\"g\\\",\\n\\t\\\"ġ\\\":\\\"g\\\",\\n\\t\\\"ɠ\\\":\\\"g\\\",\\n\\t\\\"ḡ\\\":\\\"g\\\",\\n\\t\\\"\\\":\\\"g\\\",\\n\\t\\\"ǥ\\\":\\\"g\\\",\\n\\t\\\"ḫ\\\":\\\"h\\\",\\n\\t\\\"ȟ\\\":\\\"h\\\",\\n\\t\\\"ḩ\\\":\\\"h\\\",\\n\\t\\\"ĥ\\\":\\\"h\\\",\\n\\t\\\"ⱨ\\\":\\\"h\\\",\\n\\t\\\"ḧ\\\":\\\"h\\\",\\n\\t\\\"ḣ\\\":\\\"h\\\",\\n\\t\\\"ḥ\\\":\\\"h\\\",\\n\\t\\\"ɦ\\\":\\\"h\\\",\\n\\t\\\"ẖ\\\":\\\"h\\\",\\n\\t\\\"ħ\\\":\\\"h\\\",\\n\\t\\\"ƕ\\\":\\\"hv\\\",\\n\\t\\\"í\\\":\\\"i\\\",\\n\\t\\\"ĭ\\\":\\\"i\\\",\\n\\t\\\"ǐ\\\":\\\"i\\\",\\n\\t\\\"î\\\":\\\"i\\\",\\n\\t\\\"ï\\\":\\\"i\\\",\\n\\t\\\"ḯ\\\":\\\"i\\\",\\n\\t\\\"ị\\\":\\\"i\\\",\\n\\t\\\"ȉ\\\":\\\"i\\\",\\n\\t\\\"ì\\\":\\\"i\\\",\\n\\t\\\"ỉ\\\":\\\"i\\\",\\n\\t\\\"ȋ\\\":\\\"i\\\",\\n\\t\\\"ī\\\":\\\"i\\\",\\n\\t\\\"į\\\":\\\"i\\\",\\n\\t\\\"ᶖ\\\":\\\"i\\\",\\n\\t\\\"ɨ\\\":\\\"i\\\",\\n\\t\\\"ĩ\\\":\\\"i\\\",\\n\\t\\\"ḭ\\\":\\\"i\\\",\\n\\t\\\"ꝺ\\\":\\\"d\\\",\\n\\t\\\"ꝼ\\\":\\\"f\\\",\\n\\t\\\"ᵹ\\\":\\\"g\\\",\\n\\t\\\"ꞃ\\\":\\\"r\\\",\\n\\t\\\"ꞅ\\\":\\\"s\\\",\\n\\t\\\"ꞇ\\\":\\\"t\\\",\\n\\t\\\"ꝭ\\\":\\\"is\\\",\\n\\t\\\"ǰ\\\":\\\"j\\\",\\n\\t\\\"ĵ\\\":\\\"j\\\",\\n\\t\\\"ʝ\\\":\\\"j\\\",\\n\\t\\\"ɉ\\\":\\\"j\\\",\\n\\t\\\"ḱ\\\":\\\"k\\\",\\n\\t\\\"ǩ\\\":\\\"k\\\",\\n\\t\\\"ķ\\\":\\\"k\\\",\\n\\t\\\"ⱪ\\\":\\\"k\\\",\\n\\t\\\"ꝃ\\\":\\\"k\\\",\\n\\t\\\"ḳ\\\":\\\"k\\\",\\n\\t\\\"ƙ\\\":\\\"k\\\",\\n\\t\\\"ḵ\\\":\\\"k\\\",\\n\\t\\\"ᶄ\\\":\\\"k\\\",\\n\\t\\\"ꝁ\\\":\\\"k\\\",\\n\\t\\\"ꝅ\\\":\\\"k\\\",\\n\\t\\\"ĺ\\\":\\\"l\\\",\\n\\t\\\"ƚ\\\":\\\"l\\\",\\n\\t\\\"ɬ\\\":\\\"l\\\",\\n\\t\\\"ľ\\\":\\\"l\\\",\\n\\t\\\"ļ\\\":\\\"l\\\",\\n\\t\\\"ḽ\\\":\\\"l\\\",\\n\\t\\\"ȴ\\\":\\\"l\\\",\\n\\t\\\"ḷ\\\":\\\"l\\\",\\n\\t\\\"ḹ\\\":\\\"l\\\",\\n\\t\\\"ⱡ\\\":\\\"l\\\",\\n\\t\\\"ꝉ\\\":\\\"l\\\",\\n\\t\\\"ḻ\\\":\\\"l\\\",\\n\\t\\\"ŀ\\\":\\\"l\\\",\\n\\t\\\"ɫ\\\":\\\"l\\\",\\n\\t\\\"ᶅ\\\":\\\"l\\\",\\n\\t\\\"ɭ\\\":\\\"l\\\",\\n\\t\\\"ł\\\":\\\"l\\\",\\n\\t\\\"lj\\\":\\\"lj\\\",\\n\\t\\\"ſ\\\":\\\"s\\\",\\n\\t\\\"ẜ\\\":\\\"s\\\",\\n\\t\\\"ẛ\\\":\\\"s\\\",\\n\\t\\\"\\\":\\\"s\\\",\\n\\t\\\"ḿ\\\":\\\"m\\\",\\n\\t\\\"ṁ\\\":\\\"m\\\",\\n\\t\\\"ṃ\\\":\\\"m\\\",\\n\\t\\\"ɱ\\\":\\\"m\\\",\\n\\t\\\"ᵯ\\\":\\\"m\\\",\\n\\t\\\"ᶆ\\\":\\\"m\\\",\\n\\t\\\"ń\\\":\\\"n\\\",\\n\\t\\\"ň\\\":\\\"n\\\",\\n\\t\\\"ņ\\\":\\\"n\\\",\\n\\t\\\"ṋ\\\":\\\"n\\\",\\n\\t\\\"ȵ\\\":\\\"n\\\",\\n\\t\\\"ṅ\\\":\\\"n\\\",\\n\\t\\\"ṇ\\\":\\\"n\\\",\\n\\t\\\"ǹ\\\":\\\"n\\\",\\n\\t\\\"ɲ\\\":\\\"n\\\",\\n\\t\\\"ṉ\\\":\\\"n\\\",\\n\\t\\\"ƞ\\\":\\\"n\\\",\\n\\t\\\"ᵰ\\\":\\\"n\\\",\\n\\t\\\"ᶇ\\\":\\\"n\\\",\\n\\t\\\"ɳ\\\":\\\"n\\\",\\n\\t\\\"ñ\\\":\\\"n\\\",\\n\\t\\\"nj\\\":\\\"nj\\\",\\n\\t\\\"ó\\\":\\\"o\\\",\\n\\t\\\"ŏ\\\":\\\"o\\\",\\n\\t\\\"ǒ\\\":\\\"o\\\",\\n\\t\\\"ô\\\":\\\"o\\\",\\n\\t\\\"ố\\\":\\\"o\\\",\\n\\t\\\"ộ\\\":\\\"o\\\",\\n\\t\\\"ồ\\\":\\\"o\\\",\\n\\t\\\"ổ\\\":\\\"o\\\",\\n\\t\\\"ỗ\\\":\\\"o\\\",\\n\\t\\\"ö\\\":\\\"o\\\",\\n\\t\\\"ȫ\\\":\\\"o\\\",\\n\\t\\\"ȯ\\\":\\\"o\\\",\\n\\t\\\"ȱ\\\":\\\"o\\\",\\n\\t\\\"ọ\\\":\\\"o\\\",\\n\\t\\\"ő\\\":\\\"o\\\",\\n\\t\\\"ȍ\\\":\\\"o\\\",\\n\\t\\\"ò\\\":\\\"o\\\",\\n\\t\\\"ỏ\\\":\\\"o\\\",\\n\\t\\\"ơ\\\":\\\"o\\\",\\n\\t\\\"ớ\\\":\\\"o\\\",\\n\\t\\\"ợ\\\":\\\"o\\\",\\n\\t\\\"ờ\\\":\\\"o\\\",\\n\\t\\\"ở\\\":\\\"o\\\",\\n\\t\\\"ỡ\\\":\\\"o\\\",\\n\\t\\\"ȏ\\\":\\\"o\\\",\\n\\t\\\"ꝋ\\\":\\\"o\\\",\\n\\t\\\"ꝍ\\\":\\\"o\\\",\\n\\t\\\"ⱺ\\\":\\\"o\\\",\\n\\t\\\"ō\\\":\\\"o\\\",\\n\\t\\\"ṓ\\\":\\\"o\\\",\\n\\t\\\"ṑ\\\":\\\"o\\\",\\n\\t\\\"ǫ\\\":\\\"o\\\",\\n\\t\\\"ǭ\\\":\\\"o\\\",\\n\\t\\\"ø\\\":\\\"o\\\",\\n\\t\\\"ǿ\\\":\\\"o\\\",\\n\\t\\\"õ\\\":\\\"o\\\",\\n\\t\\\"ṍ\\\":\\\"o\\\",\\n\\t\\\"ṏ\\\":\\\"o\\\",\\n\\t\\\"ȭ\\\":\\\"o\\\",\\n\\t\\\"ƣ\\\":\\\"oi\\\",\\n\\t\\\"ꝏ\\\":\\\"oo\\\",\\n\\t\\\"ɛ\\\":\\\"e\\\",\\n\\t\\\"ᶓ\\\":\\\"e\\\",\\n\\t\\\"ɔ\\\":\\\"o\\\",\\n\\t\\\"ᶗ\\\":\\\"o\\\",\\n\\t\\\"ȣ\\\":\\\"ou\\\",\\n\\t\\\"ṕ\\\":\\\"p\\\",\\n\\t\\\"ṗ\\\":\\\"p\\\",\\n\\t\\\"ꝓ\\\":\\\"p\\\",\\n\\t\\\"ƥ\\\":\\\"p\\\",\\n\\t\\\"ᵱ\\\":\\\"p\\\",\\n\\t\\\"ᶈ\\\":\\\"p\\\",\\n\\t\\\"ꝕ\\\":\\\"p\\\",\\n\\t\\\"ᵽ\\\":\\\"p\\\",\\n\\t\\\"ꝑ\\\":\\\"p\\\",\\n\\t\\\"ꝙ\\\":\\\"q\\\",\\n\\t\\\"ʠ\\\":\\\"q\\\",\\n\\t\\\"ɋ\\\":\\\"q\\\",\\n\\t\\\"ꝗ\\\":\\\"q\\\",\\n\\t\\\"ŕ\\\":\\\"r\\\",\\n\\t\\\"ř\\\":\\\"r\\\",\\n\\t\\\"ŗ\\\":\\\"r\\\",\\n\\t\\\"ṙ\\\":\\\"r\\\",\\n\\t\\\"ṛ\\\":\\\"r\\\",\\n\\t\\\"ṝ\\\":\\\"r\\\",\\n\\t\\\"ȑ\\\":\\\"r\\\",\\n\\t\\\"ɾ\\\":\\\"r\\\",\\n\\t\\\"ᵳ\\\":\\\"r\\\",\\n\\t\\\"ȓ\\\":\\\"r\\\",\\n\\t\\\"ṟ\\\":\\\"r\\\",\\n\\t\\\"ɼ\\\":\\\"r\\\",\\n\\t\\\"ᵲ\\\":\\\"r\\\",\\n\\t\\\"ᶉ\\\":\\\"r\\\",\\n\\t\\\"ɍ\\\":\\\"r\\\",\\n\\t\\\"ɽ\\\":\\\"r\\\",\\n\\t\\\"ↄ\\\":\\\"c\\\",\\n\\t\\\"ꜿ\\\":\\\"c\\\",\\n\\t\\\"ɘ\\\":\\\"e\\\",\\n\\t\\\"ɿ\\\":\\\"r\\\",\\n\\t\\\"ś\\\":\\\"s\\\",\\n\\t\\\"ṥ\\\":\\\"s\\\",\\n\\t\\\"š\\\":\\\"s\\\",\\n\\t\\\"ṧ\\\":\\\"s\\\",\\n\\t\\\"ş\\\":\\\"s\\\",\\n\\t\\\"ŝ\\\":\\\"s\\\",\\n\\t\\\"ș\\\":\\\"s\\\",\\n\\t\\\"ṡ\\\":\\\"s\\\",\\n\\t\\\"ṣ\\\":\\\"s\\\",\\n\\t\\\"ṩ\\\":\\\"s\\\",\\n\\t\\\"ʂ\\\":\\\"s\\\",\\n\\t\\\"ᵴ\\\":\\\"s\\\",\\n\\t\\\"ᶊ\\\":\\\"s\\\",\\n\\t\\\"ȿ\\\":\\\"s\\\",\\n\\t\\\"ɡ\\\":\\\"g\\\",\\n\\t\\\"\\\":\\\"o\\\",\\n\\t\\\"ᴓ\\\":\\\"o\\\",\\n\\t\\\"ᴝ\\\":\\\"u\\\",\\n\\t\\\"ť\\\":\\\"t\\\",\\n\\t\\\"ţ\\\":\\\"t\\\",\\n\\t\\\"ṱ\\\":\\\"t\\\",\\n\\t\\\"ț\\\":\\\"t\\\",\\n\\t\\\"ȶ\\\":\\\"t\\\",\\n\\t\\\"ẗ\\\":\\\"t\\\",\\n\\t\\\"ⱦ\\\":\\\"t\\\",\\n\\t\\\"ṫ\\\":\\\"t\\\",\\n\\t\\\"ṭ\\\":\\\"t\\\",\\n\\t\\\"ƭ\\\":\\\"t\\\",\\n\\t\\\"ṯ\\\":\\\"t\\\",\\n\\t\\\"ᵵ\\\":\\\"t\\\",\\n\\t\\\"ƫ\\\":\\\"t\\\",\\n\\t\\\"ʈ\\\":\\\"t\\\",\\n\\t\\\"ŧ\\\":\\\"t\\\",\\n\\t\\\"ᵺ\\\":\\\"th\\\",\\n\\t\\\"ɐ\\\":\\\"a\\\",\\n\\t\\\"ᴂ\\\":\\\"ae\\\",\\n\\t\\\"ǝ\\\":\\\"e\\\",\\n\\t\\\"ᵷ\\\":\\\"g\\\",\\n\\t\\\"ɥ\\\":\\\"h\\\",\\n\\t\\\"ʮ\\\":\\\"h\\\",\\n\\t\\\"ʯ\\\":\\\"h\\\",\\n\\t\\\"ᴉ\\\":\\\"i\\\",\\n\\t\\\"ʞ\\\":\\\"k\\\",\\n\\t\\\"ꞁ\\\":\\\"l\\\",\\n\\t\\\"ɯ\\\":\\\"m\\\",\\n\\t\\\"ɰ\\\":\\\"m\\\",\\n\\t\\\"ᴔ\\\":\\\"oe\\\",\\n\\t\\\"ɹ\\\":\\\"r\\\",\\n\\t\\\"ɻ\\\":\\\"r\\\",\\n\\t\\\"ɺ\\\":\\\"r\\\",\\n\\t\\\"ⱹ\\\":\\\"r\\\",\\n\\t\\\"ʇ\\\":\\\"t\\\",\\n\\t\\\"ʌ\\\":\\\"v\\\",\\n\\t\\\"ʍ\\\":\\\"w\\\",\\n\\t\\\"ʎ\\\":\\\"y\\\",\\n\\t\\\"ꜩ\\\":\\\"tz\\\",\\n\\t\\\"ú\\\":\\\"u\\\",\\n\\t\\\"ŭ\\\":\\\"u\\\",\\n\\t\\\"ǔ\\\":\\\"u\\\",\\n\\t\\\"û\\\":\\\"u\\\",\\n\\t\\\"ṷ\\\":\\\"u\\\",\\n\\t\\\"ü\\\":\\\"u\\\",\\n\\t\\\"ǘ\\\":\\\"u\\\",\\n\\t\\\"ǚ\\\":\\\"u\\\",\\n\\t\\\"ǜ\\\":\\\"u\\\",\\n\\t\\\"ǖ\\\":\\\"u\\\",\\n\\t\\\"ṳ\\\":\\\"u\\\",\\n\\t\\\"ụ\\\":\\\"u\\\",\\n\\t\\\"ű\\\":\\\"u\\\",\\n\\t\\\"ȕ\\\":\\\"u\\\",\\n\\t\\\"ù\\\":\\\"u\\\",\\n\\t\\\"ủ\\\":\\\"u\\\",\\n\\t\\\"ư\\\":\\\"u\\\",\\n\\t\\\"ứ\\\":\\\"u\\\",\\n\\t\\\"ự\\\":\\\"u\\\",\\n\\t\\\"ừ\\\":\\\"u\\\",\\n\\t\\\"ử\\\":\\\"u\\\",\\n\\t\\\"ữ\\\":\\\"u\\\",\\n\\t\\\"ȗ\\\":\\\"u\\\",\\n\\t\\\"ū\\\":\\\"u\\\",\\n\\t\\\"ṻ\\\":\\\"u\\\",\\n\\t\\\"ų\\\":\\\"u\\\",\\n\\t\\\"ᶙ\\\":\\\"u\\\",\\n\\t\\\"ů\\\":\\\"u\\\",\\n\\t\\\"ũ\\\":\\\"u\\\",\\n\\t\\\"ṹ\\\":\\\"u\\\",\\n\\t\\\"ṵ\\\":\\\"u\\\",\\n\\t\\\"ᵫ\\\":\\\"ue\\\",\\n\\t\\\"\\\":\\\"um\\\",\\n\\t\\\"ⱴ\\\":\\\"v\\\",\\n\\t\\\"ꝟ\\\":\\\"v\\\",\\n\\t\\\"ṿ\\\":\\\"v\\\",\\n\\t\\\"ʋ\\\":\\\"v\\\",\\n\\t\\\"\\\":\\\"v\\\",\\n\\t\\\"ⱱ\\\":\\\"v\\\",\\n\\t\\\"ṽ\\\":\\\"v\\\",\\n\\t\\\"ꝡ\\\":\\\"vy\\\",\\n\\t\\\"ẃ\\\":\\\"w\\\",\\n\\t\\\"ŵ\\\":\\\"w\\\",\\n\\t\\\"ẅ\\\":\\\"w\\\",\\n\\t\\\"ẇ\\\":\\\"w\\\",\\n\\t\\\"ẉ\\\":\\\"w\\\",\\n\\t\\\"ẁ\\\":\\\"w\\\",\\n\\t\\\"ⱳ\\\":\\\"w\\\",\\n\\t\\\"ẘ\\\":\\\"w\\\",\\n\\t\\\"ẍ\\\":\\\"x\\\",\\n\\t\\\"ẋ\\\":\\\"x\\\",\\n\\t\\\"ᶍ\\\":\\\"x\\\",\\n\\t\\\"ý\\\":\\\"y\\\",\\n\\t\\\"ŷ\\\":\\\"y\\\",\\n\\t\\\"ÿ\\\":\\\"y\\\",\\n\\t\\\"ẏ\\\":\\\"y\\\",\\n\\t\\\"ỵ\\\":\\\"y\\\",\\n\\t\\\"ỳ\\\":\\\"y\\\",\\n\\t\\\"ƴ\\\":\\\"y\\\",\\n\\t\\\"ỷ\\\":\\\"y\\\",\\n\\t\\\"ỿ\\\":\\\"y\\\",\\n\\t\\\"ȳ\\\":\\\"y\\\",\\n\\t\\\"ẙ\\\":\\\"y\\\",\\n\\t\\\"ɏ\\\":\\\"y\\\",\\n\\t\\\"ỹ\\\":\\\"y\\\",\\n\\t\\\"ź\\\":\\\"z\\\",\\n\\t\\\"ž\\\":\\\"z\\\",\\n\\t\\\"ẑ\\\":\\\"z\\\",\\n\\t\\\"ʑ\\\":\\\"z\\\",\\n\\t\\\"ⱬ\\\":\\\"z\\\",\\n\\t\\\"ż\\\":\\\"z\\\",\\n\\t\\\"ẓ\\\":\\\"z\\\",\\n\\t\\\"ȥ\\\":\\\"z\\\",\\n\\t\\\"ẕ\\\":\\\"z\\\",\\n\\t\\\"ᵶ\\\":\\\"z\\\",\\n\\t\\\"ᶎ\\\":\\\"z\\\",\\n\\t\\\"ʐ\\\":\\\"z\\\",\\n\\t\\\"ƶ\\\":\\\"z\\\",\\n\\t\\\"ɀ\\\":\\\"z\\\",\\n\\t\\\"ff\\\":\\\"ff\\\",\\n\\t\\\"ffi\\\":\\\"ffi\\\",\\n\\t\\\"ffl\\\":\\\"ffl\\\",\\n\\t\\\"fi\\\":\\\"fi\\\",\\n\\t\\\"fl\\\":\\\"fl\\\",\\n\\t\\\"ij\\\":\\\"ij\\\",\\n\\t\\\"œ\\\":\\\"oe\\\",\\n\\t\\\"st\\\":\\\"st\\\",\\n\\t\\\"ₐ\\\":\\\"a\\\",\\n\\t\\\"ₑ\\\":\\\"e\\\",\\n\\t\\\"ᵢ\\\":\\\"i\\\",\\n\\t\\\"ⱼ\\\":\\\"j\\\",\\n\\t\\\"ₒ\\\":\\\"o\\\",\\n\\t\\\"ᵣ\\\":\\\"r\\\",\\n\\t\\\"ᵤ\\\":\\\"u\\\",\\n\\t\\\"ᵥ\\\":\\\"v\\\",\\n\\t\\\"ₓ\\\":\\\"x\\\",\\n\\t\\\"Ё\\\":\\\"YO\\\",\\n\\t\\\"Й\\\":\\\"I\\\",\\n\\t\\\"Ц\\\":\\\"TS\\\",\\n\\t\\\"У\\\":\\\"U\\\",\\n\\t\\\"К\\\":\\\"K\\\",\\n\\t\\\"Е\\\":\\\"E\\\",\\n\\t\\\"Н\\\":\\\"N\\\",\\n\\t\\\"Г\\\":\\\"G\\\",\\n\\t\\\"Ш\\\":\\\"SH\\\",\\n\\t\\\"Щ\\\":\\\"SCH\\\",\\n\\t\\\"З\\\":\\\"Z\\\",\\n\\t\\\"Х\\\":\\\"H\\\",\\n\\t\\\"Ъ\\\":\\\"'\\\",\\n\\t\\\"ё\\\":\\\"yo\\\",\\n\\t\\\"й\\\":\\\"i\\\",\\n\\t\\\"ц\\\":\\\"ts\\\",\\n\\t\\\"у\\\":\\\"u\\\",\\n\\t\\\"к\\\":\\\"k\\\",\\n\\t\\\"е\\\":\\\"e\\\",\\n\\t\\\"н\\\":\\\"n\\\",\\n\\t\\\"г\\\":\\\"g\\\",\\n\\t\\\"ш\\\":\\\"sh\\\",\\n\\t\\\"щ\\\":\\\"sch\\\",\\n\\t\\\"з\\\":\\\"z\\\",\\n\\t\\\"х\\\":\\\"h\\\",\\n\\t\\\"ъ\\\":\\\"'\\\",\\n\\t\\\"Ф\\\":\\\"F\\\",\\n\\t\\\"Ы\\\":\\\"I\\\",\\n\\t\\\"В\\\":\\\"V\\\",\\n\\t\\\"А\\\":\\\"a\\\",\\n\\t\\\"П\\\":\\\"P\\\",\\n\\t\\\"Р\\\":\\\"R\\\",\\n\\t\\\"О\\\":\\\"O\\\",\\n\\t\\\"Л\\\":\\\"L\\\",\\n\\t\\\"Д\\\":\\\"D\\\",\\n\\t\\\"Ж\\\":\\\"ZH\\\",\\n\\t\\\"Э\\\":\\\"E\\\",\\n\\t\\\"ф\\\":\\\"f\\\",\\n\\t\\\"ы\\\":\\\"i\\\",\\n\\t\\\"в\\\":\\\"v\\\",\\n\\t\\\"а\\\":\\\"a\\\",\\n\\t\\\"п\\\":\\\"p\\\",\\n\\t\\\"р\\\":\\\"r\\\",\\n\\t\\\"о\\\":\\\"o\\\",\\n\\t\\\"л\\\":\\\"l\\\",\\n\\t\\\"д\\\":\\\"d\\\",\\n\\t\\\"ж\\\":\\\"zh\\\",\\n\\t\\\"э\\\":\\\"e\\\",\\n\\t\\\"Я\\\":\\\"Ya\\\",\\n\\t\\\"Ч\\\":\\\"CH\\\",\\n\\t\\\"С\\\":\\\"S\\\",\\n\\t\\\"М\\\":\\\"M\\\",\\n\\t\\\"И\\\":\\\"I\\\",\\n\\t\\\"Т\\\":\\\"T\\\",\\n\\t\\\"Ь\\\":\\\"'\\\",\\n\\t\\\"Б\\\":\\\"B\\\",\\n\\t\\\"Ю\\\":\\\"YU\\\",\\n\\t\\\"я\\\":\\\"ya\\\",\\n\\t\\\"ч\\\":\\\"ch\\\",\\n\\t\\\"с\\\":\\\"s\\\",\\n\\t\\\"м\\\":\\\"m\\\",\\n\\t\\\"и\\\":\\\"i\\\",\\n\\t\\\"т\\\":\\\"t\\\",\\n\\t\\\"ь\\\":\\\"'\\\",\\n\\t\\\"б\\\":\\\"b\\\",\\n\\t\\\"ю\\\":\\\"yu\\\",\\n\\t\\\"…\\\":\\\"...\\\"\\n};\\n\\nexports.transliterate = function(str) {\\n\\treturn str.replace(/[^A-Za-z0-9\\\\[\\\\] ]/g,function(ch) {\\n\\t\\treturn exports.transliterationPairs[ch] || ch\\n\\t});\\n};\\n\\nexports.transliterateToSafeASCII = function(str) {\\n\\treturn str.replace(/[^\\\\x00-\\\\x7F]/g,function(ch) {\\n\\t\\treturn exports.transliterationPairs[ch] || \\\"\\\"\\n\\t});\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/utils/utils.js\":{\"title\":\"$:/core/modules/utils/utils.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/utils/utils.js\\ntype: application/javascript\\nmodule-type: utils\\n\\nVarious static utility functions.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar base64utf8 = require(\\\"$:/core/modules/utils/base64-utf8/base64-utf8.module.js\\\");\\n\\n/*\\nDisplay a message, in colour if we're on a terminal\\n*/\\nexports.log = function(text,colour) {\\n\\tconsole.log($tw.node ? exports.terminalColour(colour) + text + exports.terminalColour() : text);\\n};\\n\\nexports.terminalColour = function(colour) {\\n\\tif(!$tw.browser && $tw.node && process.stdout.isTTY) {\\n\\t\\tif(colour) {\\n\\t\\t\\tvar code = exports.terminalColourLookup[colour];\\n\\t\\t\\tif(code) {\\n\\t\\t\\t\\treturn \\\"\\\\x1b[\\\" + code + \\\"m\\\";\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\treturn \\\"\\\\x1b[0m\\\"; // Cancel colour\\n\\t\\t}\\n\\t}\\n\\treturn \\\"\\\";\\n};\\n\\nexports.terminalColourLookup = {\\n\\t\\\"black\\\": \\\"0;30\\\",\\n\\t\\\"red\\\": \\\"0;31\\\",\\n\\t\\\"green\\\": \\\"0;32\\\",\\n\\t\\\"brown/orange\\\": \\\"0;33\\\",\\n\\t\\\"blue\\\": \\\"0;34\\\",\\n\\t\\\"purple\\\": \\\"0;35\\\",\\n\\t\\\"cyan\\\": \\\"0;36\\\",\\n\\t\\\"light gray\\\": \\\"0;37\\\"\\n};\\n\\n/*\\nDisplay a warning, in colour if we're on a terminal\\n*/\\nexports.warning = function(text) {\\n\\texports.log(text,\\\"brown/orange\\\");\\n};\\n\\n/*\\nLog a table of name: value pairs\\n*/\\nexports.logTable = function(data) {\\n\\tif(console.table) {\\n\\t\\tconsole.table(data);\\n\\t} else {\\n\\t\\t$tw.utils.each(data,function(value,name) {\\n\\t\\t\\tconsole.log(name + \\\": \\\" + value);\\n\\t\\t});\\n\\t}\\n}\\n\\n/*\\nReturn the integer represented by the str (string).\\nReturn the dflt (default) parameter if str is not a base-10 number.\\n*/\\nexports.getInt = function(str,deflt) {\\n\\tvar i = parseInt(str,10);\\n\\treturn isNaN(i) ? deflt : i;\\n}\\n\\n/*\\nRepeatedly replaces a substring within a string. Like String.prototype.replace, but without any of the default special handling of $ sequences in the replace string\\n*/\\nexports.replaceString = function(text,search,replace) {\\n\\treturn text.replace(search,function() {\\n\\t\\treturn replace;\\n\\t});\\n};\\n\\n/*\\nRepeats a string\\n*/\\nexports.repeat = function(str,count) {\\n\\tvar result = \\\"\\\";\\n\\tfor(var t=0;t\u003Ccount;t++) {\\n\\t\\tresult += str;\\n\\t}\\n\\treturn result;\\n};\\n\\n/*\\nTrim whitespace from the start and end of a string\\nThanks to Steven Levithan, http://blog.stevenlevithan.com/archives/faster-trim-javascript\\n*/\\nexports.trim = function(str) {\\n\\tif(typeof str === \\\"string\\\") {\\n\\t\\treturn str.replace(/^\\\\s\\\\s*/, '').replace(/\\\\s\\\\s*$/, '');\\n\\t} else {\\n\\t\\treturn str;\\n\\t}\\n};\\n\\nexports.trimPrefix = function(str,unwanted) {\\n\\tif(typeof str === \\\"string\\\" && typeof unwanted === \\\"string\\\") {\\n\\t\\tif(unwanted === \\\"\\\") {\\n\\t\\t\\treturn str.replace(/^\\\\s\\\\s*/, '');\\n\\t\\t} else {\\n\\t\\t\\t// Safely regexp-escape the unwanted text\\n\\t\\t\\tunwanted = unwanted.replace(/[\\\\\\\\^$*+?.()|[\\\\]{}]/g, '\\\\\\\\$&');\\n\\t\\t\\tvar regex = new RegExp('^(' + unwanted + ')+');\\n\\t\\t\\treturn str.replace(regex, '');\\n\\t\\t}\\n\\t} else {\\n\\t\\treturn str;\\n\\t}\\n};\\n\\nexports.trimSuffix = function(str,unwanted) {\\n\\tif(typeof str === \\\"string\\\" && typeof unwanted === \\\"string\\\") {\\n\\t\\tif(unwanted === \\\"\\\") {\\n\\t\\t\\treturn str.replace(/\\\\s\\\\s*$/, '');\\n\\t\\t} else {\\n\\t\\t\\t// Safely regexp-escape the unwanted text\\n\\t\\t\\tunwanted = unwanted.replace(/[\\\\\\\\^$*+?.()|[\\\\]{}]/g, '\\\\\\\\$&');\\n\\t\\t\\tvar regex = new RegExp('(' + unwanted + ')+$');\\n\\t\\t\\treturn str.replace(regex, '');\\n\\t\\t}\\n\\t} else {\\n\\t\\treturn str;\\n\\t}\\n};\\n\\n/*\\nConvert a string to sentence case (ie capitalise first letter)\\n*/\\nexports.toSentenceCase = function(str) {\\n\\treturn (str || \\\"\\\").replace(/^\\\\S/, function(c) {return c.toUpperCase();});\\n}\\n\\n/*\\nConvert a string to title case (ie capitalise each initial letter)\\n*/\\nexports.toTitleCase = function(str) {\\n\\treturn (str || \\\"\\\").replace(/(^|\\\\s)\\\\S/g, function(c) {return c.toUpperCase();});\\n}\\n\\n/*\\nFind the line break preceding a given position in a string\\nReturns position immediately after that line break, or the start of the string\\n*/\\nexports.findPrecedingLineBreak = function(text,pos) {\\n\\tvar result = text.lastIndexOf(\\\"\\\\n\\\",pos - 1);\\n\\tif(result === -1) {\\n\\t\\tresult = 0;\\n\\t} else {\\n\\t\\tresult++;\\n\\t\\tif(text.charAt(result) === \\\"\\\\r\\\") {\\n\\t\\t\\tresult++;\\n\\t\\t}\\n\\t}\\n\\treturn result;\\n};\\n\\n/*\\nFind the line break following a given position in a string\\n*/\\nexports.findFollowingLineBreak = function(text,pos) {\\n\\t// Cut to just past the following line break, or to the end of the text\\n\\tvar result = text.indexOf(\\\"\\\\n\\\",pos);\\n\\tif(result === -1) {\\n\\t\\tresult = text.length;\\n\\t} else {\\n\\t\\tif(text.charAt(result) === \\\"\\\\r\\\") {\\n\\t\\t\\tresult++;\\n\\t\\t}\\n\\t}\\n\\treturn result;\\n};\\n\\n/*\\nReturn the number of keys in an object\\n*/\\nexports.count = function(object) {\\n\\treturn Object.keys(object || {}).length;\\n};\\n\\n/*\\nDetermine whether an array-item is an object-property\\n*/\\nexports.hopArray = function(object,array) {\\n\\tfor(var i=0; i\u003Carray.length; i++) {\\n\\t\\tif($tw.utils.hop(object,array[i])) {\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\n/*\\nRemove entries from an array\\n\\tarray: array to modify\\n\\tvalue: a single value to remove, or an array of values to remove\\n*/\\nexports.removeArrayEntries = function(array,value) {\\n\\tvar t,p;\\n\\tif($tw.utils.isArray(value)) {\\n\\t\\tfor(t=0; t\u003Cvalue.length; t++) {\\n\\t\\t\\tp = array.indexOf(value[t]);\\n\\t\\t\\tif(p !== -1) {\\n\\t\\t\\t\\tarray.splice(p,1);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\tp = array.indexOf(value);\\n\\t\\tif(p !== -1) {\\n\\t\\t\\tarray.splice(p,1);\\n\\t\\t}\\n\\t}\\n\\treturn array;\\n};\\n\\n/*\\nCheck whether any members of a hashmap are present in another hashmap\\n*/\\nexports.checkDependencies = function(dependencies,changes) {\\n\\tvar hit = false;\\n\\t$tw.utils.each(changes,function(change,title) {\\n\\t\\tif($tw.utils.hop(dependencies,title)) {\\n\\t\\t\\thit = true;\\n\\t\\t}\\n\\t});\\n\\treturn hit;\\n};\\n\\nexports.extend = function(object /* [, src] */) {\\n\\t$tw.utils.each(Array.prototype.slice.call(arguments, 1), function(source) {\\n\\t\\tif(source) {\\n\\t\\t\\tfor(var property in source) {\\n\\t\\t\\t\\tobject[property] = source[property];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn object;\\n};\\n\\nexports.deepCopy = function(object) {\\n\\tvar result,t;\\n\\tif($tw.utils.isArray(object)) {\\n\\t\\t// Copy arrays\\n\\t\\tresult = object.slice(0);\\n\\t} else if(typeof object === \\\"object\\\") {\\n\\t\\tresult = {};\\n\\t\\tfor(t in object) {\\n\\t\\t\\tif(object[t] !== undefined) {\\n\\t\\t\\t\\tresult[t] = $tw.utils.deepCopy(object[t]);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\tresult = object;\\n\\t}\\n\\treturn result;\\n};\\n\\nexports.extendDeepCopy = function(object,extendedProperties) {\\n\\tvar result = $tw.utils.deepCopy(object),t;\\n\\tfor(t in extendedProperties) {\\n\\t\\tif(extendedProperties[t] !== undefined) {\\n\\t\\t\\tresult[t] = $tw.utils.deepCopy(extendedProperties[t]);\\n\\t\\t}\\n\\t}\\n\\treturn result;\\n};\\n\\nexports.deepFreeze = function deepFreeze(object) {\\n\\tvar property, key;\\n\\tif(object) {\\n\\t\\tObject.freeze(object);\\n\\t\\tfor(key in object) {\\n\\t\\t\\tproperty = object[key];\\n\\t\\t\\tif($tw.utils.hop(object,key) && (typeof property === \\\"object\\\") && !Object.isFrozen(property)) {\\n\\t\\t\\t\\tdeepFreeze(property);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.slowInSlowOut = function(t) {\\n\\treturn (1 - ((Math.cos(t * Math.PI) + 1) / 2));\\n};\\n\\nexports.formatTitleString = function(template,options) {\\n\\tvar base = options.base || \\\"\\\",\\n\\t\\tseparator = options.separator || \\\"\\\",\\n\\t\\tcounter = options.counter || \\\"\\\";\\n\\tvar result = \\\"\\\",\\n\\t\\tt = template,\\n\\t\\tmatches = [\\n\\t\\t\\t[/^\\\\$basename\\\\$/i, function() {\\n\\t\\t\\t\\treturn base;\\n\\t\\t\\t}],\\n\\t\\t\\t[/^\\\\$count:(\\\\d+)\\\\$/i, function(match) {\\n\\t\\t\\t\\treturn $tw.utils.pad(counter,match[1]);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^\\\\$separator\\\\$/i, function() {\\n\\t\\t\\t\\treturn separator;\\n\\t\\t\\t}],\\n\\t\\t\\t[/^\\\\$count\\\\$/i, function() {\\n\\t\\t\\t\\treturn counter + \\\"\\\";\\n\\t\\t\\t}]\\n\\t\\t];\\n\\twhile(t.length){\\n\\t\\tvar matchString = \\\"\\\";\\n\\t\\t$tw.utils.each(matches, function(m) {\\n\\t\\t\\tvar match = m[0].exec(t);\\n\\t\\t\\tif(match) {\\n\\t\\t\\t\\tmatchString = m[1].call(null,match);\\n\\t\\t\\t\\tt = t.substr(match[0].length);\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tif(matchString) {\\n\\t\\t\\tresult += matchString;\\n\\t\\t} else {\\n\\t\\t\\tresult += t.charAt(0);\\n\\t\\t\\tt = t.substr(1);\\n\\t\\t}\\n\\t}\\n\\tresult = result.replace(/\\\\\\\\(.)/g,\\\"$1\\\");\\n\\treturn result;\\n};\\n\\nexports.formatDateString = function(date,template) {\\n\\tvar result = \\\"\\\",\\n\\t\\tt = template,\\n\\t\\tmatches = [\\n\\t\\t\\t[/^0hh12/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad($tw.utils.getHours12(date));\\n\\t\\t\\t}],\\n\\t\\t\\t[/^wYYYY/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date),4);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^hh12/, function() {\\n\\t\\t\\t\\treturn $tw.utils.getHours12(date);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^DDth/, function() {\\n\\t\\t\\t\\treturn date.getDate() + $tw.utils.getDaySuffix(date);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^YYYY/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getFullYear(),4);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^aYYYY/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(Math.abs(date.getFullYear()),4);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^\\\\{era:([^,\\\\|}]*)\\\\|([^}\\\\|]*)\\\\|([^}]*)\\\\}/, function(match) {\\n\\t\\t\\t\\tvar year = date.getFullYear();\\n\\t\\t\\t\\treturn year === 0 ? match[2] : (year \u003C 0 ? match[1] : match[3]);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0hh/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getHours());\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0mm/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getMinutes());\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0ss/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getSeconds());\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0XXX/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getMilliseconds(),3);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0DD/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getDate());\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0MM/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getMonth()+1);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0WW/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad($tw.utils.getWeek(date));\\n\\t\\t\\t}],\\n\\t\\t\\t[/^0ddddd/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(Math.floor((date - new Date(date.getFullYear(), 0, 0)) / 1000 / 60 / 60 / 24),3);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^ddddd/, function() {\\n\\t\\t\\t\\treturn Math.floor((date - new Date(date.getFullYear(), 0, 0)) / 1000 / 60 / 60 / 24);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^dddd/, function() {\\n\\t\\t\\t\\treturn [7,1,2,3,4,5,6][date.getDay()];\\n\\t\\t\\t}],\\n\\t\\t\\t[/^ddd/, function() {\\n\\t\\t\\t\\treturn $tw.language.getString(\\\"Date/Short/Day/\\\" + date.getDay());\\n\\t\\t\\t}],\\n\\t\\t\\t[/^mmm/, function() {\\n\\t\\t\\t\\treturn $tw.language.getString(\\\"Date/Short/Month/\\\" + (date.getMonth() + 1));\\n\\t\\t\\t}],\\n\\t\\t\\t[/^DDD/, function() {\\n\\t\\t\\t\\treturn $tw.language.getString(\\\"Date/Long/Day/\\\" + date.getDay());\\n\\t\\t\\t}],\\n\\t\\t\\t[/^MMM/, function() {\\n\\t\\t\\t\\treturn $tw.language.getString(\\\"Date/Long/Month/\\\" + (date.getMonth() + 1));\\n\\t\\t\\t}],\\n\\t\\t\\t[/^TZD/, function() {\\n\\t\\t\\t\\tvar tz = date.getTimezoneOffset(),\\n\\t\\t\\t\\tatz = Math.abs(tz);\\n\\t\\t\\t\\treturn (tz \u003C 0 ? '+' : '-') + $tw.utils.pad(Math.floor(atz / 60)) + ':' + $tw.utils.pad(atz % 60);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^wYY/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date) - 2000);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^[ap]m/, function() {\\n\\t\\t\\t\\treturn $tw.utils.getAmPm(date).toLowerCase();\\n\\t\\t\\t}],\\n\\t\\t\\t[/^hh/, function() {\\n\\t\\t\\t\\treturn date.getHours();\\n\\t\\t\\t}],\\n\\t\\t\\t[/^mm/, function() {\\n\\t\\t\\t\\treturn date.getMinutes();\\n\\t\\t\\t}],\\n\\t\\t\\t[/^ss/, function() {\\n\\t\\t\\t\\treturn date.getSeconds();\\n\\t\\t\\t}],\\n\\t\\t\\t[/^XXX/, function() {\\n\\t\\t\\t\\treturn date.getMilliseconds();\\n\\t\\t\\t}],\\n\\t\\t\\t[/^[AP]M/, function() {\\n\\t\\t\\t\\treturn $tw.utils.getAmPm(date).toUpperCase();\\n\\t\\t\\t}],\\n\\t\\t\\t[/^DD/, function() {\\n\\t\\t\\t\\treturn date.getDate();\\n\\t\\t\\t}],\\n\\t\\t\\t[/^MM/, function() {\\n\\t\\t\\t\\treturn date.getMonth() + 1;\\n\\t\\t\\t}],\\n\\t\\t\\t[/^WW/, function() {\\n\\t\\t\\t\\treturn $tw.utils.getWeek(date);\\n\\t\\t\\t}],\\n\\t\\t\\t[/^YY/, function() {\\n\\t\\t\\t\\treturn $tw.utils.pad(date.getFullYear() - 2000);\\n\\t\\t\\t}]\\n\\t\\t];\\n\\t// If the user wants everything in UTC, shift the datestamp\\n\\t// Optimize for format string that essentially means\\n\\t// 'return raw UTC (tiddlywiki style) date string.'\\n\\tif(t.indexOf(\\\"[UTC]\\\") == 0 ) {\\n\\t\\tif(t == \\\"[UTC]YYYY0MM0DD0hh0mm0ssXXX\\\")\\n\\t\\t\\treturn $tw.utils.stringifyDate(new Date());\\n\\t\\tvar offset = date.getTimezoneOffset() ; // in minutes\\n\\t\\tdate = new Date(date.getTime()+offset*60*1000) ;\\n\\t\\tt = t.substr(5) ;\\n\\t}\\n\\twhile(t.length){\\n\\t\\tvar matchString = \\\"\\\";\\n\\t\\t$tw.utils.each(matches, function(m) {\\n\\t\\t\\tvar match = m[0].exec(t);\\n\\t\\t\\tif(match) {\\n\\t\\t\\t\\tmatchString = m[1].call(null,match);\\n\\t\\t\\t\\tt = t.substr(match[0].length);\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tif(matchString) {\\n\\t\\t\\tresult += matchString;\\n\\t\\t} else {\\n\\t\\t\\tresult += t.charAt(0);\\n\\t\\t\\tt = t.substr(1);\\n\\t\\t}\\n\\t}\\n\\tresult = result.replace(/\\\\\\\\(.)/g,\\\"$1\\\");\\n\\treturn result;\\n};\\n\\nexports.getAmPm = function(date) {\\n\\treturn $tw.language.getString(\\\"Date/Period/\\\" + (date.getHours() >= 12 ? \\\"pm\\\" : \\\"am\\\"));\\n};\\n\\nexports.getDaySuffix = function(date) {\\n\\treturn $tw.language.getString(\\\"Date/DaySuffix/\\\" + date.getDate());\\n};\\n\\nexports.getWeek = function(date) {\\n\\tvar dt = new Date(date.getTime());\\n\\tvar d = dt.getDay();\\n\\tif(d === 0) {\\n\\t\\td = 7; // JavaScript Sun=0, ISO Sun=7\\n\\t}\\n\\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week to calculate weekNo\\n\\tvar x = new Date(dt.getFullYear(),0,1);\\n\\tvar n = Math.floor((dt.getTime() - x.getTime()) / 86400000);\\n\\treturn Math.floor(n / 7) + 1;\\n};\\n\\nexports.getYearForWeekNo = function(date) {\\n\\tvar dt = new Date(date.getTime());\\n\\tvar d = dt.getDay();\\n\\tif(d === 0) {\\n\\t\\td = 7; // JavaScript Sun=0, ISO Sun=7\\n\\t}\\n\\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week\\n\\treturn dt.getFullYear();\\n};\\n\\nexports.getHours12 = function(date) {\\n\\tvar h = date.getHours();\\n\\treturn h > 12 ? h-12 : ( h > 0 ? h : 12 );\\n};\\n\\n/*\\nConvert a date delta in milliseconds into a string representation of \\\"23 seconds ago\\\", \\\"27 minutes ago\\\" etc.\\n\\tdelta: delta in milliseconds\\nReturns an object with these members:\\n\\tdescription: string describing the delta period\\n\\tupdatePeriod: time in millisecond until the string will be inaccurate\\n*/\\nexports.getRelativeDate = function(delta) {\\n\\tvar futurep = false;\\n\\tif(delta \u003C 0) {\\n\\t\\tdelta = -1 * delta;\\n\\t\\tfuturep = true;\\n\\t}\\n\\tvar units = [\\n\\t\\t{name: \\\"Years\\\", duration: 365 * 24 * 60 * 60 * 1000},\\n\\t\\t{name: \\\"Months\\\", duration: (365/12) * 24 * 60 * 60 * 1000},\\n\\t\\t{name: \\\"Days\\\", duration: 24 * 60 * 60 * 1000},\\n\\t\\t{name: \\\"Hours\\\", duration: 60 * 60 * 1000},\\n\\t\\t{name: \\\"Minutes\\\", duration: 60 * 1000},\\n\\t\\t{name: \\\"Seconds\\\", duration: 1000}\\n\\t];\\n\\tfor(var t=0; t\u003Cunits.length; t++) {\\n\\t\\tvar result = Math.floor(delta / units[t].duration);\\n\\t\\tif(result >= 2) {\\n\\t\\t\\treturn {\\n\\t\\t\\t\\tdelta: delta,\\n\\t\\t\\t\\tdescription: $tw.language.getString(\\n\\t\\t\\t\\t\\t\\\"RelativeDate/\\\" + (futurep ? \\\"Future\\\" : \\\"Past\\\") + \\\"/\\\" + units[t].name,\\n\\t\\t\\t\\t\\t{variables:\\n\\t\\t\\t\\t\\t\\t{period: result.toString()}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t),\\n\\t\\t\\t\\tupdatePeriod: units[t].duration\\n\\t\\t\\t};\\n\\t\\t}\\n\\t}\\n\\treturn {\\n\\t\\tdelta: delta,\\n\\t\\tdescription: $tw.language.getString(\\n\\t\\t\\t\\\"RelativeDate/\\\" + (futurep ? \\\"Future\\\" : \\\"Past\\\") + \\\"/Second\\\",\\n\\t\\t\\t{variables:\\n\\t\\t\\t\\t{period: \\\"1\\\"}\\n\\t\\t\\t}\\n\\t\\t),\\n\\t\\tupdatePeriod: 1000\\n\\t};\\n};\\n\\n// Convert & to \\\"&amp;\\\", \u003C to \\\"&lt;\\\", > to \\\"&gt;\\\", \\\" to \\\"&quot;\\\"\\nexports.htmlEncode = function(s) {\\n\\tif(s) {\\n\\t\\treturn s.toString().replace(/&/mg,\\\"&amp;\\\").replace(/\u003C/mg,\\\"&lt;\\\").replace(/>/mg,\\\"&gt;\\\").replace(/\\\\\\\"/mg,\\\"&quot;\\\");\\n\\t} else {\\n\\t\\treturn \\\"\\\";\\n\\t}\\n};\\n\\n// Converts like htmlEncode, but forgets the double quote for brevity\\nexports.htmlTextEncode = function(s) {\\n\\tif(s) {\\n\\t\\treturn s.toString().replace(/&/mg,\\\"&amp;\\\").replace(/\u003C/mg,\\\"&lt;\\\").replace(/>/mg,\\\"&gt;\\\");\\n\\t} else {\\n\\t\\treturn \\\"\\\";\\n\\t}\\n};\\n\\n// Converts all HTML entities to their character equivalents\\nexports.entityDecode = function(s) {\\n\\tvar converter = String.fromCodePoint || String.fromCharCode,\\n\\t\\te = s.substr(1,s.length-2), // Strip the & and the ;\\n\\t\\tc;\\n\\tif(e.charAt(0) === \\\"#\\\") {\\n\\t\\tif(e.charAt(1) === \\\"x\\\" || e.charAt(1) === \\\"X\\\") {\\n\\t\\t\\tc = parseInt(e.substr(2),16);\\n\\t\\t} else {\\n\\t\\t\\tc = parseInt(e.substr(1),10);\\n\\t\\t}\\n\\t\\tif(isNaN(c)) {\\n\\t\\t\\treturn s;\\n\\t\\t} else {\\n\\t\\t\\treturn converter(c);\\n\\t\\t}\\n\\t} else {\\n\\t\\tc = $tw.config.htmlEntities[e];\\n\\t\\tif(c) {\\n\\t\\t\\treturn converter(c);\\n\\t\\t} else {\\n\\t\\t\\treturn s; // Couldn't convert it as an entity, just return it raw\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.unescapeLineBreaks = function(s) {\\n\\treturn s.replace(/\\\\\\\\n/mg,\\\"\\\\n\\\").replace(/\\\\\\\\b/mg,\\\" \\\").replace(/\\\\\\\\s/mg,\\\"\\\\\\\\\\\").replace(/\\\\r/mg,\\\"\\\");\\n};\\n\\n/*\\n * Returns an escape sequence for given character. Uses \\\\x for characters \u003C=\\n * 0xFF to save space, \\\\u for the rest.\\n *\\n * The code needs to be in sync with th code template in the compilation\\n * function for \\\"action\\\" nodes.\\n */\\n// Copied from peg.js, thanks to David Majda\\nexports.escape = function(ch) {\\n\\tvar charCode = ch.charCodeAt(0);\\n\\tif(charCode \u003C= 0xFF) {\\n\\t\\treturn '\\\\\\\\x' + $tw.utils.pad(charCode.toString(16).toUpperCase());\\n\\t} else {\\n\\t\\treturn '\\\\\\\\u' + $tw.utils.pad(charCode.toString(16).toUpperCase(),4);\\n\\t}\\n};\\n\\n// Turns a string into a legal JavaScript string\\n// Copied from peg.js, thanks to David Majda\\nexports.stringify = function(s, rawUnicode) {\\n\\t/*\\n\\t* ECMA-262, 5th ed., 7.8.4: All characters may appear literally in a string\\n\\t* literal except for the closing quote character, backslash, carriage return,\\n\\t* line separator, paragraph separator, and line feed. Any character may\\n\\t* appear in the form of an escape sequence.\\n\\t*\\n\\t* For portability, we also escape all non-ASCII characters.\\n\\t*/\\n\\tvar regex = rawUnicode ? /[\\\\x00-\\\\x1f]/g : /[\\\\x00-\\\\x1f\\\\x80-\\\\uFFFF]/g;\\n\\treturn (s || \\\"\\\")\\n\\t\\t.replace(/\\\\\\\\/g, '\\\\\\\\\\\\\\\\') // backslash\\n\\t\\t.replace(/\\\"/g, '\\\\\\\\\\\"') // double quote character\\n\\t\\t.replace(/'/g, \\\"\\\\\\\\'\\\") // single quote character\\n\\t\\t.replace(/\\\\r/g, '\\\\\\\\r') // carriage return\\n\\t\\t.replace(/\\\\n/g, '\\\\\\\\n') // line feed\\n\\t\\t.replace(regex, exports.escape); // non-ASCII characters\\n};\\n\\n// Turns a string into a legal JSON string\\n// Derived from peg.js, thanks to David Majda\\nexports.jsonStringify = function(s, rawUnicode) {\\n\\t// See http://www.json.org/\\n\\tvar regex = rawUnicode ? /[\\\\x00-\\\\x1f]/g : /[\\\\x00-\\\\x1f\\\\x80-\\\\uFFFF]/g;\\n\\treturn (s || \\\"\\\")\\n\\t\\t.replace(/\\\\\\\\/g, '\\\\\\\\\\\\\\\\') // backslash\\n\\t\\t.replace(/\\\"/g, '\\\\\\\\\\\"') // double quote character\\n\\t\\t.replace(/\\\\r/g, '\\\\\\\\r') // carriage return\\n\\t\\t.replace(/\\\\n/g, '\\\\\\\\n') // line feed\\n\\t\\t.replace(/\\\\x08/g, '\\\\\\\\b') // backspace\\n\\t\\t.replace(/\\\\x0c/g, '\\\\\\\\f') // formfeed\\n\\t\\t.replace(/\\\\t/g, '\\\\\\\\t') // tab\\n\\t\\t.replace(regex,function(s) {\\n\\t\\t\\treturn '\\\\\\\\u' + $tw.utils.pad(s.charCodeAt(0).toString(16).toUpperCase(),4);\\n\\t\\t}); // non-ASCII characters\\n};\\n\\n/*\\nEscape the RegExp special characters with a preceding backslash\\n*/\\nexports.escapeRegExp = function(s) {\\n return s.replace(/[\\\\-\\\\/\\\\\\\\\\\\^\\\\$\\\\*\\\\+\\\\?\\\\.\\\\(\\\\)\\\\|\\\\[\\\\]\\\\{\\\\}]/g, '\\\\\\\\$&');\\n};\\n\\n// Checks whether a link target is external, i.e. not a tiddler title\\nexports.isLinkExternal = function(to) {\\n\\tvar externalRegExp = /^(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\\\s\u003C>{}\\\\[\\\\]`|\\\"\\\\\\\\^]+(?:\\\\/|\\\\b)/i;\\n\\treturn externalRegExp.test(to);\\n};\\n\\nexports.nextTick = function(fn) {\\n/*global window: false */\\n\\tif(typeof process === \\\"undefined\\\") {\\n\\t\\t// Apparently it would be faster to use postMessage - http://dbaron.org/log/20100309-faster-timeouts\\n\\t\\twindow.setTimeout(fn,0);\\n\\t} else {\\n\\t\\tprocess.nextTick(fn);\\n\\t}\\n};\\n\\n/*\\nConvert a hyphenated CSS property name into a camel case one\\n*/\\nexports.unHyphenateCss = function(propName) {\\n\\treturn propName.replace(/-([a-z])/gi, function(match0,match1) {\\n\\t\\treturn match1.toUpperCase();\\n\\t});\\n};\\n\\n/*\\nConvert a camelcase CSS property name into a dashed one (\\\"backgroundColor\\\" --> \\\"background-color\\\")\\n*/\\nexports.hyphenateCss = function(propName) {\\n\\treturn propName.replace(/([A-Z])/g, function(match0,match1) {\\n\\t\\treturn \\\"-\\\" + match1.toLowerCase();\\n\\t});\\n};\\n\\n/*\\nParse a text reference of one of these forms:\\n* title\\n* !!field\\n* title!!field\\n* title##index\\n* etc\\nReturns an object with the following fields, all optional:\\n* title: tiddler title\\n* field: tiddler field name\\n* index: JSON property index\\n*/\\nexports.parseTextReference = function(textRef) {\\n\\t// Separate out the title, field name and/or JSON indices\\n\\tvar reTextRef = /(?:(.*?)!!(.+))|(?:(.*?)##(.+))|(.*)/mg,\\n\\t\\tmatch = reTextRef.exec(textRef),\\n\\t\\tresult = {};\\n\\tif(match && reTextRef.lastIndex === textRef.length) {\\n\\t\\t// Return the parts\\n\\t\\tif(match[1]) {\\n\\t\\t\\tresult.title = match[1];\\n\\t\\t}\\n\\t\\tif(match[2]) {\\n\\t\\t\\tresult.field = match[2];\\n\\t\\t}\\n\\t\\tif(match[3]) {\\n\\t\\t\\tresult.title = match[3];\\n\\t\\t}\\n\\t\\tif(match[4]) {\\n\\t\\t\\tresult.index = match[4];\\n\\t\\t}\\n\\t\\tif(match[5]) {\\n\\t\\t\\tresult.title = match[5];\\n\\t\\t}\\n\\t} else {\\n\\t\\t// If we couldn't parse it\\n\\t\\tresult.title = textRef\\n\\t}\\n\\treturn result;\\n};\\n\\n/*\\nChecks whether a string is a valid fieldname\\n*/\\nexports.isValidFieldName = function(name) {\\n\\tif(!name || typeof name !== \\\"string\\\") {\\n\\t\\treturn false;\\n\\t}\\n\\t// Since v5.2.x, there are no restrictions on characters in field names\\n\\treturn name;\\n};\\n\\n/*\\nExtract the version number from the meta tag or from the boot file\\n*/\\n\\n// Browser version\\nexports.extractVersionInfo = function() {\\n\\tif($tw.packageInfo) {\\n\\t\\treturn $tw.packageInfo.version;\\n\\t} else {\\n\\t\\tvar metatags = document.getElementsByTagName(\\\"meta\\\");\\n\\t\\tfor(var t=0; t\u003Cmetatags.length; t++) {\\n\\t\\t\\tvar m = metatags[t];\\n\\t\\t\\tif(m.name === \\\"tiddlywiki-version\\\") {\\n\\t\\t\\t\\treturn m.content;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nGet the animation duration in ms\\n*/\\nexports.getAnimationDuration = function() {\\n\\treturn parseInt($tw.wiki.getTiddlerText(\\\"$:/config/AnimationDuration\\\",\\\"400\\\"),10) || 0;\\n};\\n\\n/*\\nHash a string to a number\\nDerived from http://stackoverflow.com/a/15710692\\n*/\\nexports.hashString = function(str) {\\n\\treturn str.split(\\\"\\\").reduce(function(a,b) {\\n\\t\\ta = ((a \u003C\u003C 5) - a) + b.charCodeAt(0);\\n\\t\\treturn a & a;\\n\\t},0);\\n};\\n\\n/*\\nDecode a base64 string\\n*/\\nexports.base64Decode = function(string64) {\\n\\treturn base64utf8.base64.decode.call(base64utf8,string64);\\n};\\n\\n/*\\nEncode a string to base64\\n*/\\nexports.base64Encode = function(string64) {\\n\\treturn base64utf8.base64.encode.call(base64utf8,string64);\\n};\\n\\n/*\\nConvert a hashmap into a tiddler dictionary format sequence of name:value pairs\\n*/\\nexports.makeTiddlerDictionary = function(data) {\\n\\tvar output = [];\\n\\tfor(var name in data) {\\n\\t\\toutput.push(name + \\\": \\\" + data[name]);\\n\\t}\\n\\treturn output.join(\\\"\\\\n\\\");\\n};\\n\\n/*\\nHigh resolution microsecond timer for profiling\\n*/\\nexports.timer = function(base) {\\n\\tvar m;\\n\\tif($tw.node) {\\n\\t\\tvar r = process.hrtime();\\n\\t\\tm = r[0] * 1e3 + (r[1] / 1e6);\\n\\t} else if(window.performance) {\\n\\t\\tm = performance.now();\\n\\t} else {\\n\\t\\tm = Date.now();\\n\\t}\\n\\tif(typeof base !== \\\"undefined\\\") {\\n\\t\\tm = m - base;\\n\\t}\\n\\treturn m;\\n};\\n\\n/*\\nConvert text and content type to a data URI\\n*/\\nexports.makeDataUri = function(text,type,_canonical_uri) {\\n\\ttype = type || \\\"text/vnd.tiddlywiki\\\";\\n\\tvar typeInfo = $tw.config.contentTypeInfo[type] || $tw.config.contentTypeInfo[\\\"text/plain\\\"],\\n\\t\\tisBase64 = typeInfo.encoding === \\\"base64\\\",\\n\\t\\tparts = [];\\n\\tif(_canonical_uri) {\\n\\t\\tparts.push(_canonical_uri);\\n\\t} else {\\n\\t\\tparts.push(\\\"data:\\\");\\n\\t\\tparts.push(type);\\n\\t\\tparts.push(isBase64 ? \\\";base64\\\" : \\\"\\\");\\n\\t\\tparts.push(\\\",\\\");\\n\\t\\tparts.push(isBase64 ? text : encodeURIComponent(text));\\n\\t}\\n\\treturn parts.join(\\\"\\\");\\n};\\n\\n/*\\nUseful for finding out the fully escaped CSS selector equivalent to a given tag. For example:\\n\\n$tw.utils.tagToCssSelector(\\\"$:/tags/Stylesheet\\\") --> tc-tagged-\\\\%24\\\\%3A\\\\%2Ftags\\\\%2FStylesheet\\n*/\\nexports.tagToCssSelector = function(tagName) {\\n\\treturn \\\"tc-tagged-\\\" + encodeURIComponent(tagName).replace(/[!\\\"#$%&'()*+,\\\\-./:;\u003C=>?@[\\\\\\\\\\\\]^`{\\\\|}~,]/mg,function(c) {\\n\\t\\treturn \\\"\\\\\\\\\\\" + c;\\n\\t});\\n};\\n\\n/*\\nIE does not have sign function\\n*/\\nexports.sign = Math.sign || function(x) {\\n\\tx = +x; // convert to a number\\n\\tif (x === 0 || isNaN(x)) {\\n\\t\\treturn x;\\n\\t}\\n\\treturn x > 0 ? 1 : -1;\\n};\\n\\n/*\\nIE does not have an endsWith function\\n*/\\nexports.strEndsWith = function(str,ending,position) {\\n\\tif(str.endsWith) {\\n\\t\\treturn str.endsWith(ending,position);\\n\\t} else {\\n\\t\\tif (typeof position !== 'number' || !isFinite(position) || Math.floor(position) !== position || position > str.length) {\\n\\t\\t\\tposition = str.length;\\n\\t\\t}\\n\\t\\tposition -= ending.length;\\n\\t\\tvar lastIndex = str.indexOf(ending, position);\\n\\t\\treturn lastIndex !== -1 && lastIndex === position;\\n\\t}\\n};\\n\\n/*\\nReturn system information useful for debugging\\n*/\\nexports.getSystemInfo = function(str,ending,position) {\\n\\tvar results = [],\\n\\t\\tsave = function(desc,value) {\\n\\t\\t\\tresults.push(desc + \\\": \\\" + value);\\n\\t\\t};\\n\\tif($tw.browser) {\\n\\t\\tsave(\\\"User Agent\\\",navigator.userAgent);\\n\\t\\tsave(\\\"Online Status\\\",window.navigator.onLine);\\n\\t}\\n\\tif($tw.node) {\\n\\t\\tsave(\\\"Node Version\\\",process.version);\\n\\t}\\n\\treturn results.join(\\\"\\\\n\\\");\\n};\\n\\nexports.parseNumber = function(str) {\\n\\treturn parseFloat(str) || 0;\\n};\\n\\nexports.parseInt = function(str) {\\n\\treturn parseInt(str,10) || 0;\\n};\\n\\nexports.stringifyNumber = function(num) {\\n\\treturn num + \\\"\\\";\\n};\\n\\nexports.makeCompareFunction = function(type,options) {\\n\\toptions = options || {};\\n\\t// set isCaseSensitive to true if not defined in options\\n\\tvar isCaseSensitive = (options.isCaseSensitive === false) ? false : true,\\n\\t\\tgt = options.invert ? -1 : +1,\\n\\t\\tlt = options.invert ? +1 : -1,\\n\\t\\tcompare = function(a,b) {\\n\\t\\t\\tif(a > b) {\\n\\t\\t\\t\\treturn gt ;\\n\\t\\t\\t} else if(a \u003C b) {\\n\\t\\t\\t\\treturn lt;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn 0;\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\ttypes = {\\n\\t\\t\\t\\\"number\\\": function(a,b) {\\n\\t\\t\\t\\treturn compare($tw.utils.parseNumber(a),$tw.utils.parseNumber(b));\\n\\t\\t\\t},\\n\\t\\t\\t\\\"integer\\\": function(a,b) {\\n\\t\\t\\t\\treturn compare($tw.utils.parseInt(a),$tw.utils.parseInt(b));\\n\\t\\t\\t},\\n\\t\\t\\t\\\"string\\\": function(a,b) {\\n\\t\\t\\t\\tif(!isCaseSensitive) {\\n\\t\\t\\t\\t\\ta = a.toLowerCase();\\n\\t\\t\\t\\t\\tb = b.toLowerCase();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn compare(\\\"\\\" + a,\\\"\\\" + b);\\n\\t\\t\\t},\\n\\t\\t\\t\\\"date\\\": function(a,b) {\\n\\t\\t\\t\\tvar dateA = $tw.utils.parseDate(a),\\n\\t\\t\\t\\t\\tdateB = $tw.utils.parseDate(b);\\n\\t\\t\\t\\tif(!isFinite(dateA)) {\\n\\t\\t\\t\\t\\tdateA = new Date(0);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(!isFinite(dateB)) {\\n\\t\\t\\t\\t\\tdateB = new Date(0);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn compare(dateA,dateB);\\n\\t\\t\\t},\\n\\t\\t\\t\\\"version\\\": function(a,b) {\\n\\t\\t\\t\\treturn $tw.utils.compareVersions(a,b);\\n\\t\\t\\t},\\n\\t\\t\\t\\\"alphanumeric\\\": function(a,b) {\\n\\t\\t\\t\\tif(!isCaseSensitive) {\\n\\t\\t\\t\\t\\ta = a.toLowerCase();\\n\\t\\t\\t\\t\\tb = b.toLowerCase();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn options.invert ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \\\"base\\\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \\\"base\\\"});\\n\\t\\t\\t}\\n\\t\\t};\\n\\treturn (types[type] || types[options.defaultType] || types.number);\\n};\\n\\nexports.decodeURIComponentSafe = function(str) {\\n\\tvar value = str;\\n\\ttry {\\n\\t\\tvalue = decodeURIComponent(str);\\n\\t} catch(e) {\\n\\t}\\n\\treturn value;\\n};\\n\\nexports.decodeURISafe = function(str) {\\n\\tvar value = str;\\n\\ttry {\\n\\t\\tvalue = decodeURI(str);\\n\\t} catch(e) {\\n\\t}\\n\\treturn value;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/core/modules/widgets/action-confirm.js\":{\"title\":\"$:/core/modules/widgets/action-confirm.js\",\"text\":\"/*\\\\\\n\\ntitle: $:/core/modules/widgets/action-confirm.js\\ntype: application/javascript\\nmodule-type: widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ConfirmWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nConfirmWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nConfirmWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.parentDomNode = parent;\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nConfirmWidget.prototype.execute = function() {\\n\\tthis.message = this.getAttribute(\\\"$message\\\",$tw.language.getString(\\\"ConfirmAction\\\"));\\n\\tthis.prompt = (this.getAttribute(\\\"$prompt\\\",\\\"yes\\\") == \\\"no\\\" ? false : true);\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nConfirmWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes[\\\"$message\\\"] || changedAttributes[\\\"$prompt\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nConfirmWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\tvar invokeActions = true,\\n\\t\\thandled = true,\\n\\t \\twin = event && event.event && event.event.view ? event.event.view : window;\\n\\tif(this.prompt) {\\n\\t\\tinvokeActions = win.confirm(this.message);\\n\\t}\\n\\tif(invokeActions) {\\n\\t\\thandled = this.invokeActions(triggeringWidget,event);\\n\\t}\\n\\treturn handled;\\n};\\n\\nConfirmWidget.prototype.allowActionPropagation = function() {\\n\\treturn false;\\n};\\n\\nexports[\\\"action-confirm\\\"] = ConfirmWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-createtiddler.js\":{\"title\":\"$:/core/modules/widgets/action-createtiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-createtiddler.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to create a new tiddler with a unique name and specified fields.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw:false, require:false, exports:false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar CreateTiddlerWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nCreateTiddlerWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nCreateTiddlerWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Render children\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nCreateTiddlerWidget.prototype.execute = function() {\\n\\tthis.actionBaseTitle = this.getAttribute(\\\"$basetitle\\\");\\n\\tthis.hasBase = !!this.actionBaseTitle;\\n\\tthis.actionSaveTitle = this.getAttribute(\\\"$savetitle\\\");\\n\\tthis.actionSaveDraftTitle = this.getAttribute(\\\"$savedrafttitle\\\");\\n\\tthis.actionTimestamp = this.getAttribute(\\\"$timestamp\\\",\\\"yes\\\") === \\\"yes\\\";\\n\\t//Following params are new since 5.1.22\\n\\tthis.actionTemplate = this.getAttribute(\\\"$template\\\");\\n\\tthis.useTemplate = !!this.actionTemplate;\\n\\tthis.actionOverwrite = this.getAttribute(\\\"$overwrite\\\",\\\"no\\\");\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nCreateTiddlerWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif($tw.utils.count(changedAttributes) > 0) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nCreateTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\tvar title = this.wiki.getTiddlerText(\\\"$:/language/DefaultNewTiddlerTitle\\\"), // Get the initial new-tiddler title\\n\\t\\tfields = {},\\n\\t\\tcreationFields,\\n\\t\\tmodificationFields;\\n\\t$tw.utils.each(this.attributes,function(attribute,name) {\\n\\t\\tif(name.charAt(0) !== \\\"$\\\") {\\n\\t\\t\\tfields[name] = attribute;\\n\\t\\t}\\n\\t});\\n\\tif(this.actionTimestamp) {\\n\\t\\tcreationFields = this.wiki.getCreationFields();\\n\\t\\tmodificationFields = this.wiki.getModificationFields();\\n\\t}\\n\\tif(this.hasBase && this.actionOverwrite === \\\"no\\\") {\\n\\t\\ttitle = this.wiki.generateNewTitle(this.actionBaseTitle);\\n\\t} else if (this.hasBase && this.actionOverwrite === \\\"yes\\\") {\\n\\t\\ttitle = this.actionBaseTitle\\n\\t}\\n\\t// NO $basetitle BUT $template parameter is available\\n\\t// the title MUST be unique, otherwise the template would be overwritten\\n\\tif (!this.hasBase && this.useTemplate) {\\n\\t\\ttitle = this.wiki.generateNewTitle(this.actionTemplate);\\n\\t} else if (!this.hasBase && !this.useTemplate) {\\n\\t\\t// If no $basetitle and no $template then use initial title\\n\\t\\ttitle = this.wiki.generateNewTitle(title);\\n\\t}\\n\\tvar templateTiddler = this.wiki.getTiddler(this.actionTemplate) || {};\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(templateTiddler.fields,creationFields,fields,modificationFields,{title: title}));\\n\\tvar draftTitle = this.wiki.generateDraftTitle(title);\\n\\tif(this.actionSaveTitle) {\\n\\t\\tthis.wiki.setTextReference(this.actionSaveTitle,title,this.getVariable(\\\"currentTiddler\\\"));\\n\\t}\\n\\tif(this.actionSaveDraftTitle) {\\n\\t\\tthis.wiki.setTextReference(this.actionSaveDraftTitle,draftTitle,this.getVariable(\\\"currentTiddler\\\"));\\n\\t}\\n\\tthis.setVariable(\\\"createTiddler-title\\\",title);\\n\\tthis.setVariable(\\\"createTiddler-draftTitle\\\",draftTitle);\\n\\tthis.refreshChildren();\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-createtiddler\\\"] = CreateTiddlerWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-deletefield.js\":{\"title\":\"$:/core/modules/widgets/action-deletefield.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-deletefield.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to delete fields of a tiddler.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar DeleteFieldWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nDeleteFieldWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nDeleteFieldWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nDeleteFieldWidget.prototype.execute = function() {\\n\\tthis.actionTiddler = this.getAttribute(\\\"$tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.actionField = this.getAttribute(\\\"$field\\\");\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nDeleteFieldWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes[\\\"$tiddler\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nDeleteFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\tvar self = this,\\n\\t\\ttiddler = this.wiki.getTiddler(self.actionTiddler),\\n\\t\\tremoveFields = {},\\n\\t\\thasChanged = false;\\n\\tif(this.actionField && tiddler) {\\n\\t\\tremoveFields[this.actionField] = undefined;\\n\\t\\tif(this.actionField in tiddler.fields) {\\n\\t\\t\\thasChanged = true;\\n\\t\\t}\\n\\t}\\n\\tif(tiddler) {\\n\\t\\t$tw.utils.each(this.attributes,function(attribute,name) {\\n\\t\\t\\tif(name.charAt(0) !== \\\"$\\\" && name !== \\\"title\\\") {\\n\\t\\t\\t\\tremoveFields[name] = undefined;\\n\\t\\t\\t\\thasChanged = true;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tif(hasChanged) {\\n\\t\\t\\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,removeFields,this.wiki.getModificationFields()));\\n\\t\\t}\\n\\t}\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-deletefield\\\"] = DeleteFieldWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-deletetiddler.js\":{\"title\":\"$:/core/modules/widgets/action-deletetiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-deletetiddler.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to delete a tiddler.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar DeleteTiddlerWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nDeleteTiddlerWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nDeleteTiddlerWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nDeleteTiddlerWidget.prototype.execute = function() {\\n\\tthis.actionFilter = this.getAttribute(\\\"$filter\\\");\\n\\tthis.actionTiddler = this.getAttribute(\\\"$tiddler\\\");\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nDeleteTiddlerWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes[\\\"$filter\\\"] || changedAttributes[\\\"$tiddler\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nDeleteTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\tvar tiddlers = [];\\n\\tif(this.actionFilter) {\\n\\t\\ttiddlers = this.wiki.filterTiddlers(this.actionFilter,this);\\n\\t}\\n\\tif(this.actionTiddler) {\\n\\t\\ttiddlers.push(this.actionTiddler);\\n\\t}\\n\\tfor(var t=0; t\u003Ctiddlers.length; t++) {\\n\\t\\tthis.wiki.deleteTiddler(tiddlers[t]);\\n\\t}\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-deletetiddler\\\"] = DeleteTiddlerWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-listops.js\":{\"title\":\"$:/core/modules/widgets/action-listops.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-listops.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to apply list operations to any tiddler field (defaults to the 'list' field of the current tiddler)\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\nvar ActionListopsWidget = function(parseTreeNode, options) {\\n\\tthis.initialise(parseTreeNode, options);\\n};\\n/**\\n * Inherit from the base widget class\\n */\\nActionListopsWidget.prototype = new Widget();\\n/**\\n * Render this widget into the DOM\\n */\\nActionListopsWidget.prototype.render = function(parent, nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n/**\\n * Compute the internal state of the widget\\n */\\nActionListopsWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.target = this.getAttribute(\\\"$tiddler\\\", this.getVariable(\\n\\t\\t\\\"currentTiddler\\\"));\\n\\tthis.filter = this.getAttribute(\\\"$filter\\\");\\n\\tthis.subfilter = this.getAttribute(\\\"$subfilter\\\");\\n\\tthis.listField = this.getAttribute(\\\"$field\\\", \\\"list\\\");\\n\\tthis.listIndex = this.getAttribute(\\\"$index\\\");\\n\\tthis.filtertags = this.getAttribute(\\\"$tags\\\");\\n};\\n/**\\n * \\tRefresh the widget by ensuring our attributes are up to date\\n */\\nActionListopsWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif($tw.utils.count(changedAttributes) > 0) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n/**\\n * \\tInvoke the action associated with this widget\\n */\\nActionListopsWidget.prototype.invokeAction = function(triggeringWidget,\\n\\tevent) {\\n\\t//Apply the specified filters to the lists\\n\\tvar field = this.listField,\\n\\t\\tindex,\\n\\t\\tlist = this.listField;\\n\\tif(this.listIndex) {\\n\\t\\tfield = undefined;\\n\\t\\tindex = this.listIndex;\\n\\t\\tlist = this.listIndex;\\n\\t}\\n\\tif(this.filter) {\\n\\t\\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\\n\\t\\t\\tthis.wiki\\n\\t\\t\\t.filterTiddlers(this.filter, this)));\\n\\t}\\n\\tif(this.subfilter) {\\n\\t\\tvar inputList = this.wiki.getTiddlerList(this.target,field,index),\\n\\t\\t\\tsubfilter = $tw.utils.stringifyList(inputList) + \\\" \\\" + this.subfilter;\\n\\t\\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(this.wiki.filterTiddlers(subfilter,this)));\\n\\t}\\n\\tif(this.filtertags) {\\n\\t\\tvar tiddler = this.wiki.getTiddler(this.target),\\n\\t\\t\\toldtags = tiddler ? (tiddler.fields.tags || []).slice(0) : [],\\n\\t\\t\\ttagfilter = $tw.utils.stringifyList(oldtags) + \\\" \\\" + this.filtertags,\\n\\t\\t\\tnewtags = this.wiki.filterTiddlers(tagfilter,this);\\n\\t\\tif($tw.utils.stringifyList(oldtags.sort()) !== $tw.utils.stringifyList(newtags.sort())) {\\n\\t\\t\\tthis.wiki.setText(this.target,\\\"tags\\\",undefined,$tw.utils.stringifyList(newtags));\\n\\t\\t}\\n\\t}\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-listops\\\"] = ActionListopsWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-log.js\":{\"title\":\"$:/core/modules/widgets/action-log.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-log.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to log debug messages\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar LogWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nLogWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nLogWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n\\nLogWidget.prototype.execute = function(){\\n\\tthis.message = this.getAttribute(\\\"$$message\\\",\\\"debug\\\");\\n\\tthis.logAll = this.getAttribute(\\\"$$all\\\",\\\"no\\\") === \\\"yes\\\" ? true : false;\\n\\tthis.filter = this.getAttribute(\\\"$$filter\\\");\\n}\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nLogWidget.prototype.refresh = function(changedTiddlers) {\\n\\tthis.refreshSelf();\\n\\treturn true;\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nLogWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\tthis.log();\\n\\treturn true; // Action was invoked\\n};\\n\\nLogWidget.prototype.log = function() {\\n\\tvar data = {},\\n\\t\\tdataCount,\\n\\t\\tallVars = {},\\n\\t\\tfilteredVars;\\n\\n\\t$tw.utils.each(this.attributes,function(attribute,name) {\\n\\t\\tif(name.substring(0,2) !== \\\"$$\\\") {\\n\\t\\t\\tdata[name] = attribute;\\n\\t\\t}\\n\\t});\\n\\n\\tfor(var v in this.variables) {\\n\\t\\tallVars[v] = this.getVariable(v,{defaultValue:\\\"\\\"});\\n\\t}\\n\\tif(this.filter) {\\n\\t\\tfilteredVars = this.wiki.compileFilter(this.filter).call(this.wiki,this.wiki.makeTiddlerIterator(allVars));\\n\\t\\t$tw.utils.each(filteredVars,function(name) {\\n\\t\\t\\tdata[name] = allVars[name];\\n\\t\\t});\\n\\t}\\n\\tdataCount = $tw.utils.count(data);\\n\\n\\tconsole.group(this.message);\\n\\tif(dataCount > 0) {\\n\\t\\t$tw.utils.logTable(data);\\n\\t}\\n\\tif(this.logAll || !dataCount) {\\n\\t\\tconsole.groupCollapsed(\\\"All variables\\\");\\n\\t\\t$tw.utils.logTable(allVars);\\n\\t\\tconsole.groupEnd();\\n\\t}\\n\\tconsole.groupEnd();\\n}\\n\\nexports[\\\"action-log\\\"] = LogWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-navigate.js\":{\"title\":\"$:/core/modules/widgets/action-navigate.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-navigate.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to navigate to a tiddler\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar NavigateWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nNavigateWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nNavigateWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nNavigateWidget.prototype.execute = function() {\\n\\tthis.actionTo = this.getAttribute(\\\"$to\\\");\\n\\tthis.actionScroll = this.getAttribute(\\\"$scroll\\\");\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nNavigateWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes[\\\"$to\\\"] || changedAttributes[\\\"$scroll\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nNavigateWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\tevent = event || {};\\n\\tvar bounds = triggeringWidget && triggeringWidget.getBoundingClientRect && triggeringWidget.getBoundingClientRect(),\\n\\t\\tsuppressNavigation = event.metaKey || event.ctrlKey || (event.button === 1);\\n\\tif(this.actionScroll === \\\"yes\\\") {\\n\\t\\tsuppressNavigation = false;\\n\\t} else if(this.actionScroll === \\\"no\\\") {\\n\\t\\tsuppressNavigation = true;\\n\\t}\\n\\tthis.dispatchEvent({\\n\\t\\ttype: \\\"tm-navigate\\\",\\n\\t\\tnavigateTo: this.actionTo === undefined ? this.getVariable(\\\"currentTiddler\\\") : this.actionTo,\\n\\t\\tnavigateFromTitle: this.getVariable(\\\"storyTiddler\\\"),\\n\\t\\tnavigateFromNode: triggeringWidget,\\n\\t\\tnavigateFromClientRect: bounds && { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\\n\\t\\t},\\n\\t\\tnavigateFromClientTop: bounds && bounds.top,\\n\\t\\tnavigateFromClientLeft: bounds && bounds.left,\\n\\t\\tnavigateFromClientWidth: bounds && bounds.width,\\n\\t\\tnavigateFromClientRight: bounds && bounds.right,\\n\\t\\tnavigateFromClientBottom: bounds && bounds.bottom,\\n\\t\\tnavigateFromClientHeight: bounds && bounds.height,\\n\\t\\tnavigateSuppressNavigation: suppressNavigation,\\n\\t\\tmetaKey: event.metaKey,\\n\\t\\tctrlKey: event.ctrlKey,\\n\\t\\taltKey: event.altKey,\\n\\t\\tshiftKey: event.shiftKey,\\n\\t\\tevent: event\\n\\t});\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-navigate\\\"] = NavigateWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-popup.js\":{\"title\":\"$:/core/modules/widgets/action-popup.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-popup.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to trigger a popup.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ActionPopupWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nActionPopupWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nActionPopupWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nActionPopupWidget.prototype.execute = function() {\\n\\tthis.actionState = this.getAttribute(\\\"$state\\\");\\n\\tthis.actionCoords = this.getAttribute(\\\"$coords\\\");\\n\\tthis.floating = this.getAttribute(\\\"$floating\\\",\\\"no\\\") === \\\"yes\\\";\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nActionPopupWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes[\\\"$state\\\"] || changedAttributes[\\\"$coords\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nActionPopupWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\t// Trigger the popup\\n\\tvar popupLocationRegExp = /^\\\\((-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+)\\\\)$/,\\n\\t\\tmatch = popupLocationRegExp.exec(this.actionCoords || \\\"\\\");\\n\\tif(match) {\\n\\t\\t$tw.popup.triggerPopup({\\n\\t\\t\\tdomNode: null,\\n\\t\\t\\tdomNodeRect: {\\n\\t\\t\\t\\tleft: parseFloat(match[1]),\\n\\t\\t\\t\\ttop: parseFloat(match[2]),\\n\\t\\t\\t\\twidth: parseFloat(match[3]),\\n\\t\\t\\t\\theight: parseFloat(match[4])\\n\\t\\t\\t},\\n\\t\\t\\ttitle: this.actionState,\\n\\t\\t\\twiki: this.wiki,\\n\\t\\t\\tfloating: this.floating\\n\\t\\t});\\n\\t} else {\\n\\t\\t$tw.popup.cancel(0);\\n\\t}\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-popup\\\"] = ActionPopupWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-sendmessage.js\":{\"title\":\"$:/core/modules/widgets/action-sendmessage.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-sendmessage.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to send a message\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar SendMessageWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nSendMessageWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nSendMessageWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nSendMessageWidget.prototype.execute = function() {\\n\\tthis.actionMessage = this.getAttribute(\\\"$message\\\");\\n\\tthis.actionParam = this.getAttribute(\\\"$param\\\");\\n\\tthis.actionName = this.getAttribute(\\\"$name\\\");\\n\\tthis.actionValue = this.getAttribute(\\\"$value\\\",\\\"\\\");\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nSendMessageWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(Object.keys(changedAttributes).length) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nSendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\t// Get the string parameter\\n\\tvar param = this.actionParam;\\n\\t// Assemble the attributes as a hashmap\\n\\tvar paramObject = Object.create(null);\\n\\tvar count = 0;\\n\\t$tw.utils.each(this.attributes,function(attribute,name) {\\n\\t\\tif(name.charAt(0) !== \\\"$\\\") {\\n\\t\\t\\tparamObject[name] = attribute;\\n\\t\\t\\tcount++;\\n\\t\\t}\\n\\t});\\n\\t// Add name/value pair if present\\n\\tif(this.actionName) {\\n\\t\\tparamObject[this.actionName] = this.actionValue;\\n\\t}\\n\\t// Dispatch the message\\n\\tthis.dispatchEvent({\\n\\t\\ttype: this.actionMessage,\\n\\t\\tparam: param,\\n\\t\\tparamObject: paramObject,\\n\\t\\ttiddlerTitle: this.getVariable(\\\"currentTiddler\\\"),\\n\\t\\tnavigateFromTitle: this.getVariable(\\\"storyTiddler\\\"),\\n\\t\\tevent: event\\n\\t});\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-sendmessage\\\"] = SendMessageWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/action-setfield.js\":{\"title\":\"$:/core/modules/widgets/action-setfield.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/action-setfield.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nAction widget to set a single field or index on a tiddler.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar SetFieldWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nSetFieldWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nSetFieldWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nSetFieldWidget.prototype.execute = function() {\\n\\tthis.actionTiddler = this.getAttribute(\\\"$tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.actionField = this.getAttribute(\\\"$field\\\");\\n\\tthis.actionIndex = this.getAttribute(\\\"$index\\\");\\n\\tthis.actionValue = this.getAttribute(\\\"$value\\\");\\n\\tthis.actionTimestamp = this.getAttribute(\\\"$timestamp\\\",\\\"yes\\\") === \\\"yes\\\";\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nSetFieldWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes[\\\"$tiddler\\\"] || changedAttributes[\\\"$field\\\"] || changedAttributes[\\\"$index\\\"] || changedAttributes[\\\"$value\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nInvoke the action associated with this widget\\n*/\\nSetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\\n\\tvar self = this,\\n\\t\\toptions = {};\\n\\toptions.suppressTimestamp = !this.actionTimestamp;\\n\\tif((typeof this.actionField == \\\"string\\\") || (typeof this.actionIndex == \\\"string\\\") || (typeof this.actionValue == \\\"string\\\")) {\\n\\t\\tthis.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue,options);\\n\\t}\\n\\t$tw.utils.each(this.attributes,function(attribute,name) {\\n\\t\\tif(name.charAt(0) !== \\\"$\\\") {\\n\\t\\t\\tself.wiki.setText(self.actionTiddler,name,undefined,attribute,options);\\n\\t\\t}\\n\\t});\\n\\treturn true; // Action was invoked\\n};\\n\\nexports[\\\"action-setfield\\\"] = SetFieldWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/browse.js\":{\"title\":\"$:/core/modules/widgets/browse.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/browse.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nBrowse widget for browsing for files to import\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar BrowseWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nBrowseWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nBrowseWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Create element\\n\\tvar domNode = this.document.createElement(\\\"input\\\");\\n\\tdomNode.setAttribute(\\\"type\\\",\\\"file\\\");\\n\\tif(this.browseMultiple) {\\n\\t\\tdomNode.setAttribute(\\\"multiple\\\",\\\"multiple\\\");\\n\\t}\\n\\tif(this.tooltip) {\\n\\t\\tdomNode.setAttribute(\\\"title\\\",this.tooltip);\\n\\t}\\n\\t// Nw.js supports \\\"nwsaveas\\\" to force a \\\"save as\\\" dialogue that allows a new or existing file to be selected\\n\\tif(this.nwsaveas) {\\n\\t\\tdomNode.setAttribute(\\\"nwsaveas\\\",this.nwsaveas);\\n\\t}\\n\\tif(this.accept) {\\n\\t\\tdomNode.setAttribute(\\\"accept\\\",this.accept);\\n\\t}\\n\\t// Nw.js supports \\\"webkitdirectory\\\" and \\\"nwdirectory\\\" to allow a directory to be selected\\n\\tif(this.webkitdirectory) {\\n\\t\\tdomNode.setAttribute(\\\"webkitdirectory\\\",this.webkitdirectory);\\n\\t}\\n\\tif(this.nwdirectory) {\\n\\t\\tdomNode.setAttribute(\\\"nwdirectory\\\",this.nwdirectory);\\n\\t}\\n\\t// Add a click event handler\\n\\tdomNode.addEventListener(\\\"change\\\",function (event) {\\n\\t\\tif(self.message) {\\n\\t\\t\\tself.dispatchEvent({type: self.message, param: self.param, files: event.target.files});\\n\\t\\t} else {\\n\\t\\t\\tself.wiki.readFiles(event.target.files,{\\n\\t\\t\\t\\tcallback: function(tiddlerFieldsArray) {\\n\\t\\t\\t\\t\\tself.dispatchEvent({type: \\\"tm-import-tiddlers\\\", param: JSON.stringify(tiddlerFieldsArray)});\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\tdeserializer: self.deserializer\\n\\t\\t\\t});\\n\\t\\t}\\n\\t\\treturn false;\\n\\t},false);\\n\\t// Insert element\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nBrowseWidget.prototype.execute = function() {\\n\\tthis.browseMultiple = this.getAttribute(\\\"multiple\\\");\\n\\tthis.deserializer = this.getAttribute(\\\"deserializer\\\");\\n\\tthis.message = this.getAttribute(\\\"message\\\");\\n\\tthis.param = this.getAttribute(\\\"param\\\");\\n\\tthis.tooltip = this.getAttribute(\\\"tooltip\\\");\\n\\tthis.nwsaveas = this.getAttribute(\\\"nwsaveas\\\");\\n\\tthis.accept = this.getAttribute(\\\"accept\\\");\\n\\tthis.webkitdirectory = this.getAttribute(\\\"webkitdirectory\\\");\\n\\tthis.nwdirectory = this.getAttribute(\\\"nwdirectory\\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nBrowseWidget.prototype.refresh = function(changedTiddlers) {\\n\\treturn false;\\n};\\n\\nexports.browse = BrowseWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/button.js\":{\"title\":\"$:/core/modules/widgets/button.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/button.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nButton widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ButtonWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nButtonWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nButtonWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this,\\n\\t\\ttag = \\\"button\\\",\\n\\t\\tdomNode;\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Create element\\n\\tif(this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\\n\\t\\ttag = this.buttonTag;\\n\\t}\\n\\tdomNode = this.document.createElement(tag);\\n\\tthis.domNode = domNode;\\n\\t// Assign classes\\n\\tvar classes = this[\\\"class\\\"].split(\\\" \\\") || [],\\n\\t\\tisPoppedUp = (this.popup || this.popupTitle) && this.isPoppedUp();\\n\\tif(this.selectedClass) {\\n\\t\\tif((this.set || this.setTitle) && this.setTo && this.isSelected()) {\\n\\t\\t\\t$tw.utils.pushTop(classes,this.selectedClass.split(\\\" \\\"));\\n\\t\\t}\\n\\t\\tif(isPoppedUp) {\\n\\t\\t\\t$tw.utils.pushTop(classes,this.selectedClass.split(\\\" \\\"));\\n\\t\\t}\\n\\t}\\n\\tif(isPoppedUp) {\\n\\t\\t$tw.utils.pushTop(classes,\\\"tc-popup-handle\\\");\\n\\t}\\n\\tdomNode.className = classes.join(\\\" \\\");\\n\\t// Assign other attributes\\n\\tif(this.style) {\\n\\t\\tdomNode.setAttribute(\\\"style\\\",this.style);\\n\\t}\\n\\tif(this.tooltip) {\\n\\t\\tdomNode.setAttribute(\\\"title\\\",this.tooltip);\\n\\t}\\n\\tif(this[\\\"aria-label\\\"]) {\\n\\t\\tdomNode.setAttribute(\\\"aria-label\\\",this[\\\"aria-label\\\"]);\\n\\t}\\n\\tif(this.popup || this.popupTitle) {\\n\\t\\tdomNode.setAttribute(\\\"aria-expanded\\\",isPoppedUp ? \\\"true\\\" : \\\"false\\\");\\n\\t}\\n\\t// Set the tabindex\\n\\tif(this.tabIndex) {\\n\\t\\tdomNode.setAttribute(\\\"tabindex\\\",this.tabIndex);\\n\\t}\\n\\tif(this.isDisabled === \\\"yes\\\") {\\n\\t\\tdomNode.setAttribute(\\\"disabled\\\",true);\\n\\t}\\n\\t// Add a click event handler\\n\\tdomNode.addEventListener(\\\"click\\\",function (event) {\\n\\t\\tvar handled = false;\\n\\t\\tif(self.invokeActions(self,event)) {\\n\\t\\t\\thandled = true;\\n\\t\\t}\\n\\t\\tif(self.to) {\\n\\t\\t\\tself.navigateTo(event);\\n\\t\\t\\thandled = true;\\n\\t\\t}\\n\\t\\tif(self.message) {\\n\\t\\t\\tself.dispatchMessage(event);\\n\\t\\t\\thandled = true;\\n\\t\\t}\\n\\t\\tif(self.popup || self.popupTitle) {\\n\\t\\t\\tself.triggerPopup(event);\\n\\t\\t\\thandled = true;\\n\\t\\t}\\n\\t\\tif(self.set || self.setTitle) {\\n\\t\\t\\tself.setTiddler();\\n\\t\\t\\thandled = true;\\n\\t\\t}\\n\\t\\tif(self.actions) {\\n\\t\\t\\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\\n\\t\\t\\tself.invokeActionString(self.actions,self,event,{modifier: modifierKey});\\n\\t\\t}\\n\\t\\tif(handled) {\\n\\t\\t\\tevent.preventDefault();\\n\\t\\t\\tevent.stopPropagation();\\n\\t\\t}\\n\\t\\treturn handled;\\n\\t},false);\\n\\t// Make it draggable if required\\n\\tif(this.dragTiddler || this.dragFilter) {\\n\\t\\t$tw.utils.makeDraggable({\\n\\t\\t\\tdomNode: domNode,\\n\\t\\t\\tdragTiddlerFn: function() {return self.dragTiddler;},\\n\\t\\t\\tdragFilterFn: function() {return self.dragFilter;},\\n\\t\\t\\twidget: this\\n\\t\\t});\\n\\t}\\n\\t// Insert element\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\n/*\\nWe don't allow actions to propagate because we trigger actions ourselves\\n*/\\nButtonWidget.prototype.allowActionPropagation = function() {\\n\\treturn false;\\n};\\n\\nButtonWidget.prototype.getBoundingClientRect = function() {\\n\\treturn this.domNodes[0].getBoundingClientRect();\\n};\\n\\nButtonWidget.prototype.isSelected = function() {\\n return this.setTitle ? (this.setField ? this.wiki.getTiddler(this.setTitle).getFieldString(this.setField) === this.setTo :\\n\\t\\t(this.setIndex ? this.wiki.extractTiddlerDataItem(this.setTitle,this.setIndex) === this.setTo :\\n\\t\\t\\tthis.wiki.getTiddlerText(this.setTitle))) || this.defaultSetValue || this.getVariable(\\\"currentTiddler\\\") :\\n\\t\\tthis.wiki.getTextReference(this.set,this.defaultSetValue,this.getVariable(\\\"currentTiddler\\\")) === this.setTo;\\n};\\n\\nButtonWidget.prototype.isPoppedUp = function() {\\n\\tvar tiddler = this.popupTitle ? this.wiki.getTiddler(this.popupTitle) : this.wiki.getTiddler(this.popup);\\n\\tvar result = tiddler && tiddler.fields.text ? $tw.popup.readPopupState(tiddler.fields.text) : false;\\n\\treturn result;\\n};\\n\\nButtonWidget.prototype.navigateTo = function(event) {\\n\\tvar bounds = this.getBoundingClientRect();\\n\\tthis.dispatchEvent({\\n\\t\\ttype: \\\"tm-navigate\\\",\\n\\t\\tnavigateTo: this.to,\\n\\t\\tnavigateFromTitle: this.getVariable(\\\"storyTiddler\\\"),\\n\\t\\tnavigateFromNode: this,\\n\\t\\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\\n\\t\\t},\\n\\t\\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\\n\\t\\tevent: event\\n\\t});\\n};\\n\\nButtonWidget.prototype.dispatchMessage = function(event) {\\n\\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\\\"currentTiddler\\\"), event: event});\\n};\\n\\nButtonWidget.prototype.triggerPopup = function(event) {\\n\\tif(this.popupTitle) {\\n\\t\\t$tw.popup.triggerPopup({\\n\\t\\t\\tdomNode: this.domNodes[0],\\n\\t\\t\\ttitle: this.popupTitle,\\n\\t\\t\\twiki: this.wiki,\\n\\t\\t\\tnoStateReference: true\\n\\t\\t});\\n\\t} else {\\n\\t\\t$tw.popup.triggerPopup({\\n\\t\\t\\tdomNode: this.domNodes[0],\\n\\t\\t\\ttitle: this.popup,\\n\\t\\t\\twiki: this.wiki\\n\\t\\t});\\n\\t}\\n};\\n\\nButtonWidget.prototype.setTiddler = function() {\\n\\tif(this.setTitle) {\\n\\t\\tthis.setField ? this.wiki.setText(this.setTitle,this.setField,undefined,this.setTo) :\\n\\t\\t\\t\\t(this.setIndex ? this.wiki.setText(this.setTitle,undefined,this.setIndex,this.setTo) :\\n\\t\\t\\t\\tthis.wiki.setText(this.setTitle,\\\"text\\\",undefined,this.setTo));\\n\\t} else {\\n\\t\\tthis.wiki.setTextReference(this.set,this.setTo,this.getVariable(\\\"currentTiddler\\\"));\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nButtonWidget.prototype.execute = function() {\\n\\t// Get attributes\\n\\tthis.actions = this.getAttribute(\\\"actions\\\");\\n\\tthis.to = this.getAttribute(\\\"to\\\");\\n\\tthis.message = this.getAttribute(\\\"message\\\");\\n\\tthis.param = this.getAttribute(\\\"param\\\");\\n\\tthis.set = this.getAttribute(\\\"set\\\");\\n\\tthis.setTo = this.getAttribute(\\\"setTo\\\");\\n\\tthis.popup = this.getAttribute(\\\"popup\\\");\\n\\tthis.hover = this.getAttribute(\\\"hover\\\");\\n\\tthis[\\\"aria-label\\\"] = this.getAttribute(\\\"aria-label\\\");\\n\\tthis.tooltip = this.getAttribute(\\\"tooltip\\\");\\n\\tthis.style = this.getAttribute(\\\"style\\\");\\n\\tthis[\\\"class\\\"] = this.getAttribute(\\\"class\\\",\\\"\\\");\\n\\tthis.selectedClass = this.getAttribute(\\\"selectedClass\\\");\\n\\tthis.defaultSetValue = this.getAttribute(\\\"default\\\",\\\"\\\");\\n\\tthis.buttonTag = this.getAttribute(\\\"tag\\\");\\n\\tthis.dragTiddler = this.getAttribute(\\\"dragTiddler\\\");\\n\\tthis.dragFilter = this.getAttribute(\\\"dragFilter\\\");\\n\\tthis.setTitle = this.getAttribute(\\\"setTitle\\\");\\n\\tthis.setField = this.getAttribute(\\\"setField\\\");\\n\\tthis.setIndex = this.getAttribute(\\\"setIndex\\\");\\n\\tthis.popupTitle = this.getAttribute(\\\"popupTitle\\\");\\n\\tthis.tabIndex = this.getAttribute(\\\"tabindex\\\");\\n\\tthis.isDisabled = this.getAttribute(\\\"disabled\\\",\\\"no\\\");\\n\\t// Make child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\nButtonWidget.prototype.updateDomNodeClasses = function() {\\n\\tvar domNodeClasses = this.domNode.className.split(\\\" \\\"),\\n\\t\\toldClasses = this.class.split(\\\" \\\"),\\n\\t\\tnewClasses;\\n\\tthis[\\\"class\\\"] = this.getAttribute(\\\"class\\\",\\\"\\\");\\n\\tnewClasses = this.class.split(\\\" \\\");\\n\\t//Remove classes assigned from the old value of class attribute\\n\\t$tw.utils.each(oldClasses,function(oldClass){\\n\\t\\tvar i = domNodeClasses.indexOf(oldClass);\\n\\t\\tif(i !== -1) {\\n\\t\\t\\tdomNodeClasses.splice(i,1);\\n\\t\\t}\\n\\t});\\n\\t//Add new classes from updated class attribute.\\n\\t$tw.utils.pushTop(domNodeClasses,newClasses);\\n\\tthis.domNode.className = domNodeClasses.join(\\\" \\\");\\n}\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nButtonWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.actions || changedAttributes.to || changedAttributes.message || changedAttributes.param || changedAttributes.set || changedAttributes.setTo || changedAttributes.popup || changedAttributes.hover || changedAttributes.selectedClass || changedAttributes.style || changedAttributes.dragFilter || changedAttributes.dragTiddler || (this.set && changedTiddlers[this.set]) || (this.popup && changedTiddlers[this.popup]) || (this.popupTitle && changedTiddlers[this.popupTitle]) || changedAttributes.setTitle || changedAttributes.setField || changedAttributes.setIndex || changedAttributes.popupTitle || changedAttributes.disabled) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else if(changedAttributes[\\\"class\\\"]) {\\n\\t\\tthis.updateDomNodeClasses();\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.button = ButtonWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/checkbox.js\":{\"title\":\"$:/core/modules/widgets/checkbox.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/checkbox.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nCheckbox widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar CheckboxWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nCheckboxWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nCheckboxWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\t// Create our elements\\n\\tthis.labelDomNode = this.document.createElement(\\\"label\\\");\\n\\tthis.labelDomNode.setAttribute(\\\"class\\\",this.checkboxClass);\\n\\tthis.inputDomNode = this.document.createElement(\\\"input\\\");\\n\\tthis.inputDomNode.setAttribute(\\\"type\\\",\\\"checkbox\\\");\\n\\tif(this.getValue()) {\\n\\t\\tthis.inputDomNode.setAttribute(\\\"checked\\\",\\\"true\\\");\\n\\t}\\n\\tif(this.isDisabled === \\\"yes\\\") {\\n\\t\\tthis.inputDomNode.setAttribute(\\\"disabled\\\",true);\\n\\t}\\n\\tthis.labelDomNode.appendChild(this.inputDomNode);\\n\\tthis.spanDomNode = this.document.createElement(\\\"span\\\");\\n\\tthis.labelDomNode.appendChild(this.spanDomNode);\\n\\t// Add a click event handler\\n\\t$tw.utils.addEventListeners(this.inputDomNode,[\\n\\t\\t{name: \\\"change\\\", handlerObject: this, handlerMethod: \\\"handleChangeEvent\\\"}\\n\\t]);\\n\\t// Insert the label into the DOM and render any children\\n\\tparent.insertBefore(this.labelDomNode,nextSibling);\\n\\tthis.renderChildren(this.spanDomNode,null);\\n\\tthis.domNodes.push(this.labelDomNode);\\n};\\n\\nCheckboxWidget.prototype.getValue = function() {\\n\\tvar tiddler = this.wiki.getTiddler(this.checkboxTitle);\\n\\tif(tiddler) {\\n\\t\\tif(this.checkboxTag) {\\n\\t\\t\\tif(this.checkboxInvertTag) {\\n\\t\\t\\t\\treturn !tiddler.hasTag(this.checkboxTag);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn tiddler.hasTag(this.checkboxTag);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(this.checkboxField) {\\n\\t\\t\\tvar value;\\n\\t\\t\\tif($tw.utils.hop(tiddler.fields,this.checkboxField)) {\\n\\t\\t\\t\\tvalue = tiddler.fields[this.checkboxField] || \\\"\\\";\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvalue = this.checkboxDefault || \\\"\\\";\\n\\t\\t\\t}\\n\\t\\t\\tif(value === this.checkboxChecked) {\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t\\tif(value === this.checkboxUnchecked) {\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(this.checkboxIndex) {\\n\\t\\t\\tvar value = this.wiki.extractTiddlerDataItem(tiddler,this.checkboxIndex,this.checkboxDefault || \\\"\\\");\\n\\t\\t\\tif(value === this.checkboxChecked) {\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t\\tif(value === this.checkboxUnchecked) {\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\tif(this.checkboxTag) {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\t\\tif(this.checkboxField) {\\n\\t\\t\\tif(this.checkboxDefault === this.checkboxChecked) {\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t\\tif(this.checkboxDefault === this.checkboxUnchecked) {\\n\\t\\t\\t\\treturn false;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\nCheckboxWidget.prototype.handleChangeEvent = function(event) {\\n\\tvar checked = this.inputDomNode.checked,\\n\\t\\ttiddler = this.wiki.getTiddler(this.checkboxTitle),\\n\\t\\tfallbackFields = {text: \\\"\\\"},\\n\\t\\tnewFields = {title: this.checkboxTitle},\\n\\t\\thasChanged = false,\\n\\t\\ttagCheck = false,\\n\\t\\thasTag = tiddler && tiddler.hasTag(this.checkboxTag),\\n\\t\\tvalue = checked ? this.checkboxChecked : this.checkboxUnchecked;\\n\\tif(this.checkboxTag && this.checkboxInvertTag === \\\"yes\\\") {\\n\\t\\ttagCheck = hasTag === checked;\\n\\t} else {\\n\\t\\ttagCheck = hasTag !== checked;\\n\\t}\\n\\t// Set the tag if specified\\n\\tif(this.checkboxTag && (!tiddler || tagCheck)) {\\n\\t\\tnewFields.tags = tiddler ? (tiddler.fields.tags || []).slice(0) : [];\\n\\t\\tvar pos = newFields.tags.indexOf(this.checkboxTag);\\n\\t\\tif(pos !== -1) {\\n\\t\\t\\tnewFields.tags.splice(pos,1);\\n\\t\\t}\\n\\t\\tif(this.checkboxInvertTag === \\\"yes\\\" && !checked) {\\n\\t\\t\\tnewFields.tags.push(this.checkboxTag);\\n\\t\\t} else if(this.checkboxInvertTag !== \\\"yes\\\" && checked) {\\n\\t\\t\\tnewFields.tags.push(this.checkboxTag);\\n\\t\\t}\\n\\t\\thasChanged = true;\\n\\t}\\n\\t// Set the field if specified\\n\\tif(this.checkboxField) {\\n\\t\\tif(!tiddler || tiddler.fields[this.checkboxField] !== value) {\\n\\t\\t\\tnewFields[this.checkboxField] = value;\\n\\t\\t\\thasChanged = true;\\n\\t\\t}\\n\\t}\\n\\t// Set the index if specified\\n\\tif(this.checkboxIndex) {\\n\\t\\tvar indexValue = this.wiki.extractTiddlerDataItem(this.checkboxTitle,this.checkboxIndex);\\n\\t\\tif(!tiddler || indexValue !== value) {\\n\\t\\t\\thasChanged = true;\\n\\t\\t}\\n\\t}\\n\\tif(hasChanged) {\\n\\t\\tif(this.checkboxIndex) {\\n\\t\\t\\tthis.wiki.setText(this.checkboxTitle,\\\"\\\",this.checkboxIndex,value);\\n\\t\\t} else {\\n\\t\\t\\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),fallbackFields,tiddler,newFields,this.wiki.getModificationFields()));\\n\\t\\t}\\n\\t}\\n\\t// Trigger actions\\n\\tif(this.checkboxActions) {\\n\\t\\tthis.invokeActionString(this.checkboxActions,this,event);\\n\\t}\\n\\tif(this.checkboxCheckActions && checked) {\\n\\t\\tthis.invokeActionString(this.checkboxCheckActions,this,event);\\n\\t}\\n\\tif(this.checkboxUncheckActions && !checked) {\\n\\t\\tthis.invokeActionString(this.checkboxUncheckActions,this,event);\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nCheckboxWidget.prototype.execute = function() {\\n\\t// Get the parameters from the attributes\\n\\tthis.checkboxActions = this.getAttribute(\\\"actions\\\");\\n\\tthis.checkboxCheckActions = this.getAttribute(\\\"checkactions\\\");\\n\\tthis.checkboxUncheckActions = this.getAttribute(\\\"uncheckactions\\\");\\n\\tthis.checkboxTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.checkboxTag = this.getAttribute(\\\"tag\\\");\\n\\tthis.checkboxField = this.getAttribute(\\\"field\\\");\\n\\tthis.checkboxIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.checkboxChecked = this.getAttribute(\\\"checked\\\");\\n\\tthis.checkboxUnchecked = this.getAttribute(\\\"unchecked\\\");\\n\\tthis.checkboxDefault = this.getAttribute(\\\"default\\\");\\n\\tthis.checkboxClass = this.getAttribute(\\\"class\\\",\\\"\\\");\\n\\tthis.checkboxInvertTag = this.getAttribute(\\\"invertTag\\\",\\\"\\\");\\n\\tthis.isDisabled = this.getAttribute(\\\"disabled\\\",\\\"no\\\");\\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nCheckboxWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.tiddler || changedAttributes.tag || changedAttributes.invertTag || changedAttributes.field || changedAttributes.index || changedAttributes.checked || changedAttributes.unchecked || changedAttributes[\\\"default\\\"] || changedAttributes[\\\"class\\\"] || changedAttributes.disabled) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\tvar refreshed = false;\\n\\t\\tif(changedTiddlers[this.checkboxTitle]) {\\n\\t\\t\\tthis.inputDomNode.checked = this.getValue();\\n\\t\\t\\trefreshed = true;\\n\\t\\t}\\n\\t\\treturn this.refreshChildren(changedTiddlers) || refreshed;\\n\\t}\\n};\\n\\nexports.checkbox = CheckboxWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/codeblock.js\":{\"title\":\"$:/core/modules/widgets/codeblock.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/codeblock.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nCode block node widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar CodeBlockWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nCodeBlockWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nCodeBlockWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar codeNode = this.document.createElement(\\\"code\\\"),\\n\\t\\tdomNode = this.document.createElement(\\\"pre\\\");\\n\\tcodeNode.appendChild(this.document.createTextNode(this.getAttribute(\\\"code\\\")));\\n\\tdomNode.appendChild(codeNode);\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.domNodes.push(domNode);\\n\\tif(this.postRender) {\\n\\t\\tthis.postRender();\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nCodeBlockWidget.prototype.execute = function() {\\n\\tthis.language = this.getAttribute(\\\"language\\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nCodeBlockWidget.prototype.refresh = function(changedTiddlers) {\\n\\treturn false;\\n};\\n\\nexports.codeblock = CodeBlockWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/count.js\":{\"title\":\"$:/core/modules/widgets/count.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/count.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nCount widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar CountWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nCountWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nCountWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar textNode = this.document.createTextNode(this.currentCount);\\n\\tparent.insertBefore(textNode,nextSibling);\\n\\tthis.domNodes.push(textNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nCountWidget.prototype.execute = function() {\\n\\t// Get parameters from our attributes\\n\\tthis.filter = this.getAttribute(\\\"filter\\\");\\n\\t// Execute the filter\\n\\tif(this.filter) {\\n\\t\\tthis.currentCount = this.wiki.filterTiddlers(this.filter,this).length;\\n\\t} else {\\n\\t\\tthis.currentCount = \\\"0\\\";\\n\\t}\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nCountWidget.prototype.refresh = function(changedTiddlers) {\\n\\t// Re-execute the filter to get the count\\n\\tthis.computeAttributes();\\n\\tvar oldCount = this.currentCount;\\n\\tthis.execute();\\n\\tif(this.currentCount !== oldCount) {\\n\\t\\t// Regenerate and rerender the widget and replace the existing DOM node\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n\\n};\\n\\nexports.count = CountWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/diff-text.js\":{\"title\":\"$:/core/modules/widgets/diff-text.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/diff-text.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nWidget to display a diff between two texts\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget,\\n\\tdmp = require(\\\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\\\");\\n\\nvar DiffTextWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nDiffTextWidget.prototype = new Widget();\\n\\nDiffTextWidget.prototype.invisibleCharacters = {\\n\\t\\\"\\\\n\\\": \\\"↩︎\\\\n\\\",\\n\\t\\\"\\\\r\\\": \\\"⇠\\\",\\n\\t\\\"\\\\t\\\": \\\"⇥\\\\t\\\"\\n};\\n\\n/*\\nRender this widget into the DOM\\n*/\\nDiffTextWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Create the diff\\n\\tvar dmpObject = new dmp.diff_match_patch(),\\n\\t\\tdiffs = dmpObject.diff_main(this.getAttribute(\\\"source\\\"),this.getAttribute(\\\"dest\\\"));\\n\\t// Apply required cleanup\\n\\tswitch(this.getAttribute(\\\"cleanup\\\",\\\"semantic\\\")) {\\n\\t\\tcase \\\"none\\\":\\n\\t\\t\\t// No cleanup\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"efficiency\\\":\\n\\t\\t\\tdmpObject.diff_cleanupEfficiency(diffs);\\n\\t\\t\\tbreak;\\n\\t\\tdefault: // case \\\"semantic\\\"\\n\\t\\t\\tdmpObject.diff_cleanupSemantic(diffs);\\n\\t\\t\\tbreak;\\n\\t}\\n\\t// Create the elements\\n\\tvar domContainer = this.document.createElement(\\\"div\\\"), \\n\\t\\tdomDiff = this.createDiffDom(diffs);\\n\\tparent.insertBefore(domContainer,nextSibling);\\n\\t// Set variables\\n\\tthis.setVariable(\\\"diff-count\\\",diffs.reduce(function(acc,diff) {\\n\\t\\tif(diff[0] !== dmp.DIFF_EQUAL) {\\n\\t\\t\\tacc++;\\n\\t\\t}\\n\\t\\treturn acc;\\n\\t},0).toString());\\n\\t// Render child widgets\\n\\tthis.renderChildren(domContainer,null);\\n\\t// Render the diff\\n\\tdomContainer.appendChild(domDiff);\\n\\t// Save our container\\n\\tthis.domNodes.push(domContainer);\\n};\\n\\n/*\\nCreate DOM elements representing a list of diffs\\n*/\\nDiffTextWidget.prototype.createDiffDom = function(diffs) {\\n\\tvar self = this;\\n\\t// Create the element and assign the attributes\\n\\tvar domPre = this.document.createElement(\\\"pre\\\"),\\n\\t\\tdomCode = this.document.createElement(\\\"code\\\");\\n\\t$tw.utils.each(diffs,function(diff) {\\n\\t\\tvar tag = diff[0] === dmp.DIFF_INSERT ? \\\"ins\\\" : (diff[0] === dmp.DIFF_DELETE ? \\\"del\\\" : \\\"span\\\"),\\n\\t\\t\\tclassName = diff[0] === dmp.DIFF_INSERT ? \\\"tc-diff-insert\\\" : (diff[0] === dmp.DIFF_DELETE ? \\\"tc-diff-delete\\\" : \\\"tc-diff-equal\\\"),\\n\\t\\t\\tdom = self.document.createElement(tag),\\n\\t\\t\\ttext = diff[1],\\n\\t\\t\\tcurrPos = 0,\\n\\t\\t\\tre = /([\\\\x00-\\\\x1F])/mg,\\n\\t\\t\\tmatch = re.exec(text),\\n\\t\\t\\tspan,\\n\\t\\t\\tprintable;\\n\\t\\tdom.className = className;\\n\\t\\twhile(match) {\\n\\t\\t\\tif(currPos \u003C match.index) {\\n\\t\\t\\t\\tdom.appendChild(self.document.createTextNode(text.slice(currPos,match.index)));\\n\\t\\t\\t}\\n\\t\\t\\tspan = self.document.createElement(\\\"span\\\");\\n\\t\\t\\tspan.className = \\\"tc-diff-invisible\\\";\\n\\t\\t\\tprintable = self.invisibleCharacters[match[0]] || (\\\"[0x\\\" + match[0].charCodeAt(0).toString(16) + \\\"]\\\");\\n\\t\\t\\tspan.appendChild(self.document.createTextNode(printable));\\n\\t\\t\\tdom.appendChild(span);\\n\\t\\t\\tcurrPos = match.index + match[0].length;\\n\\t\\t\\tmatch = re.exec(text);\\n\\t\\t}\\n\\t\\tif(currPos \u003C text.length) {\\n\\t\\t\\tdom.appendChild(self.document.createTextNode(text.slice(currPos)));\\n\\t\\t}\\n\\t\\tdomCode.appendChild(dom);\\n\\t});\\n\\tdomPre.appendChild(domCode);\\n\\treturn domPre;\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nDiffTextWidget.prototype.execute = function() {\\n\\t// Make child widgets\\n\\tvar parseTreeNodes;\\n\\tif(this.parseTreeNode && this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\\n\\t\\tparseTreeNodes = this.parseTreeNode.children;\\n\\t} else {\\n\\t\\tparseTreeNodes = [{\\n\\t\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttiddler: {type: \\\"string\\\", value: \\\"$:/language/Diffs/CountMessage\\\"}\\n\\t\\t\\t}\\n\\t\\t}];\\n\\t}\\n\\tthis.makeChildWidgets(parseTreeNodes);\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nDiffTextWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.source || changedAttributes.dest || changedAttributes.cleanup) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports[\\\"diff-text\\\"] = DiffTextWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/draggable.js\":{\"title\":\"$:/core/modules/widgets/draggable.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/draggable.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nDraggable widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar DraggableWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nDraggableWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nDraggableWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\t// Sanitise the specified tag\\n\\tvar tag = this.draggableTag;\\n\\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\\n\\t\\ttag = \\\"div\\\";\\n\\t}\\n\\t// Create our element\\n\\tvar domNode = this.document.createElement(tag);\\n\\t// Assign classes\\n\\tvar classes = [\\\"tc-draggable\\\"];\\n\\tif(this.draggableClasses) {\\n\\t\\tclasses.push(this.draggableClasses);\\n\\t}\\n\\tdomNode.setAttribute(\\\"class\\\",classes.join(\\\" \\\"));\\n\\t// Add event handlers\\n\\t$tw.utils.makeDraggable({\\n\\t\\tdomNode: domNode,\\n\\t\\tdragTiddlerFn: function() {return self.getAttribute(\\\"tiddler\\\");},\\n\\t\\tdragFilterFn: function() {return self.getAttribute(\\\"filter\\\");},\\n\\t\\tstartActions: self.startActions,\\n\\t\\tendActions: self.endActions,\\n\\t\\tdragImageType: self.dragImageType,\\n\\t\\twidget: this\\n\\t});\\n\\t// Insert the link into the DOM and render any children\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nDraggableWidget.prototype.execute = function() {\\n\\t// Pick up our attributes\\n\\tthis.draggableTag = this.getAttribute(\\\"tag\\\",\\\"div\\\");\\n\\tthis.draggableClasses = this.getAttribute(\\\"class\\\");\\n\\tthis.startActions = this.getAttribute(\\\"startactions\\\");\\n\\tthis.endActions = this.getAttribute(\\\"endactions\\\");\\n\\tthis.dragImageType = this.getAttribute(\\\"dragimagetype\\\"); \\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nDraggableWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.tag || changedAttributes[\\\"class\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.draggable = DraggableWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/droppable.js\":{\"title\":\"$:/core/modules/widgets/droppable.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/droppable.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nDroppable widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar DroppableWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nDroppableWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nDroppableWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this,\\n\\t\\ttag = this.parseTreeNode.isBlock ? \\\"div\\\" : \\\"span\\\",\\n\\t\\tdomNode;\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tif(this.droppableTag && $tw.config.htmlUnsafeElements.indexOf(this.droppableTag) === -1) {\\n\\t\\ttag = this.droppableTag;\\n\\t}\\n\\t// Create element and assign classes\\n\\tdomNode = this.document.createElement(tag);\\n\\tthis.domNode = domNode;\\n\\tthis.assignDomNodeClasses();\\n\\t// Add event handlers\\n\\tif(this.droppableEnable) {\\n\\t\\t$tw.utils.addEventListeners(domNode,[\\n\\t\\t\\t{name: \\\"dragenter\\\", handlerObject: this, handlerMethod: \\\"handleDragEnterEvent\\\"},\\n\\t\\t\\t{name: \\\"dragover\\\", handlerObject: this, handlerMethod: \\\"handleDragOverEvent\\\"},\\n\\t\\t\\t{name: \\\"dragleave\\\", handlerObject: this, handlerMethod: \\\"handleDragLeaveEvent\\\"},\\n\\t\\t\\t{name: \\\"drop\\\", handlerObject: this, handlerMethod: \\\"handleDropEvent\\\"}\\n\\t\\t]);\\n\\t} else {\\n\\t\\t$tw.utils.addClass(this.domNode,this.disabledClass);\\n\\t}\\n\\t// Insert element\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n\\t// Stack of outstanding enter/leave events\\n\\tthis.currentlyEntered = [];\\n};\\n\\nDroppableWidget.prototype.enterDrag = function(event) {\\n\\tif(this.currentlyEntered.indexOf(event.target) === -1) {\\n\\t\\tthis.currentlyEntered.push(event.target);\\n\\t}\\n\\t// If we're entering for the first time we need to apply highlighting\\n\\t$tw.utils.addClass(this.domNodes[0],\\\"tc-dragover\\\");\\n};\\n\\nDroppableWidget.prototype.leaveDrag = function(event) {\\n\\tvar pos = this.currentlyEntered.indexOf(event.target);\\n\\tif(pos !== -1) {\\n\\t\\tthis.currentlyEntered.splice(pos,1);\\n\\t}\\n\\t// Remove highlighting if we're leaving externally. The hacky second condition is to resolve a problem with Firefox whereby there is an erroneous dragenter event if the node being dragged is within the dropzone\\n\\tif(this.currentlyEntered.length === 0 || (this.currentlyEntered.length === 1 && this.currentlyEntered[0] === $tw.dragInProgress)) {\\n\\t\\tthis.currentlyEntered = [];\\n\\t\\tif(this.domNodes[0]) {\\n\\t\\t\\t$tw.utils.removeClass(this.domNodes[0],\\\"tc-dragover\\\");\\n\\t\\t}\\n\\t}\\n};\\n\\nDroppableWidget.prototype.handleDragEnterEvent = function(event) {\\n\\tthis.enterDrag(event);\\n\\t// Tell the browser that we're ready to handle the drop\\n\\tevent.preventDefault();\\n\\t// Tell the browser not to ripple the drag up to any parent drop handlers\\n\\tevent.stopPropagation();\\n\\treturn false;\\n};\\n\\nDroppableWidget.prototype.handleDragOverEvent = function(event) {\\n\\t// Check for being over a TEXTAREA or INPUT\\n\\tif([\\\"TEXTAREA\\\",\\\"INPUT\\\"].indexOf(event.target.tagName) !== -1) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Tell the browser that we're still interested in the drop\\n\\tevent.preventDefault();\\n\\t// Set the drop effect\\n\\tevent.dataTransfer.dropEffect = this.droppableEffect;\\n\\treturn false;\\n};\\n\\nDroppableWidget.prototype.handleDragLeaveEvent = function(event) {\\n\\tthis.leaveDrag(event);\\n\\treturn false;\\n};\\n\\nDroppableWidget.prototype.handleDropEvent = function(event) {\\n\\tvar self = this;\\n\\tthis.leaveDrag(event);\\n\\t// Check for being over a TEXTAREA or INPUT\\n\\tif([\\\"TEXTAREA\\\",\\\"INPUT\\\"].indexOf(event.target.tagName) !== -1) {\\n\\t\\treturn false;\\n\\t}\\n\\tvar dataTransfer = event.dataTransfer;\\n\\t// Remove highlighting\\n\\t$tw.utils.removeClass(this.domNodes[0],\\\"tc-dragover\\\");\\n\\t// Try to import the various data types we understand\\n\\t$tw.utils.importDataTransfer(dataTransfer,null,function(fieldsArray) {\\n\\t\\tfieldsArray.forEach(function(fields) {\\n\\t\\t\\tself.performActions(fields.title || fields.text,event);\\n\\t\\t});\\n\\t});\\n\\t// Tell the browser that we handled the drop\\n\\tevent.preventDefault();\\n\\t// Stop the drop ripple up to any parent handlers\\n\\tevent.stopPropagation();\\n\\treturn false;\\n};\\n\\nDroppableWidget.prototype.performActions = function(title,event) {\\n\\tif(this.droppableActions) {\\n\\t\\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\\n\\t\\tthis.invokeActionString(this.droppableActions,this,event,{actionTiddler: title, modifier: modifierKey});\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nDroppableWidget.prototype.execute = function() {\\n\\tthis.droppableActions = this.getAttribute(\\\"actions\\\");\\n\\tthis.droppableEffect = this.getAttribute(\\\"effect\\\",\\\"copy\\\");\\n\\tthis.droppableTag = this.getAttribute(\\\"tag\\\");\\n\\tthis.droppableEnable = (this.getAttribute(\\\"enable\\\") || \\\"yes\\\") === \\\"yes\\\";\\n\\tthis.disabledClass = this.getAttribute(\\\"disabledClass\\\",\\\"\\\");\\n\\t// Make child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\nDroppableWidget.prototype.assignDomNodeClasses = function() {\\n\\tvar classes = this.getAttribute(\\\"class\\\",\\\"\\\").split(\\\" \\\");\\n\\tclasses.push(\\\"tc-droppable\\\");\\n\\tthis.domNode.className = classes.join(\\\" \\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nDroppableWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.tag || changedAttributes.enable || changedAttributes.disabledClass || changedAttributes.actions || changedAttributes.effect) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else if(changedAttributes[\\\"class\\\"]) {\\n\\t\\tthis.assignDomNodeClasses();\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.droppable = DroppableWidget;\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/dropzone.js\":{\"title\":\"$:/core/modules/widgets/dropzone.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/dropzone.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nDropzone widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar IMPORT_TITLE = \\\"$:/Import\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar DropZoneWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nDropZoneWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nDropZoneWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Create element\\n\\tvar domNode = this.document.createElement(\\\"div\\\");\\n\\tthis.domNode = domNode;\\n\\tdomNode.className = this.dropzoneClass || \\\"tc-dropzone\\\";\\n\\t// Add event handlers\\n\\tif(this.dropzoneEnable) {\\n\\t\\t$tw.utils.addEventListeners(domNode,[\\n\\t\\t\\t{name: \\\"dragenter\\\", handlerObject: this, handlerMethod: \\\"handleDragEnterEvent\\\"},\\n\\t\\t\\t{name: \\\"dragover\\\", handlerObject: this, handlerMethod: \\\"handleDragOverEvent\\\"},\\n\\t\\t\\t{name: \\\"dragleave\\\", handlerObject: this, handlerMethod: \\\"handleDragLeaveEvent\\\"},\\n\\t\\t\\t{name: \\\"drop\\\", handlerObject: this, handlerMethod: \\\"handleDropEvent\\\"},\\n\\t\\t\\t{name: \\\"paste\\\", handlerObject: this, handlerMethod: \\\"handlePasteEvent\\\"},\\n\\t\\t\\t{name: \\\"dragend\\\", handlerObject: this, handlerMethod: \\\"handleDragEndEvent\\\"}\\n\\t\\t]);\\n\\t}\\n\\t// Insert element\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n\\t// Stack of outstanding enter/leave events\\n\\tthis.currentlyEntered = [];\\n};\\n\\n// Handler for transient event listeners added when the dropzone has an active drag in progress\\nDropZoneWidget.prototype.handleEvent = function(event) {\\n\\tif(event.type === \\\"click\\\") {\\n\\t\\tif(this.currentlyEntered.length) {\\n\\t\\t\\tthis.resetState();\\n\\t\\t}\\n\\t} else if(event.type === \\\"dragenter\\\") {\\n\\t\\tif(event.target && event.target !== this.domNode && !$tw.utils.domContains(this.domNode,event.target)) {\\n\\t\\t\\tthis.resetState();\\n\\t\\t}\\n\\t} else if(event.type === \\\"dragleave\\\") {\\n\\t\\t// Check if drag left the window\\n\\t\\tif(event.relatedTarget === null || (event.relatedTarget && event.relatedTarget.nodeName === \\\"HTML\\\")) {\\n\\t\\t\\tthis.resetState();\\n\\t\\t}\\n\\t}\\n};\\n\\n// Reset the state of the dropzone after a drag has ended\\nDropZoneWidget.prototype.resetState = function() {\\n\\t$tw.utils.removeClass(this.domNode,\\\"tc-dragover\\\");\\n\\tthis.currentlyEntered = [];\\n\\tthis.document.body.removeEventListener(\\\"click\\\",this,true);\\n\\tthis.document.body.removeEventListener(\\\"dragenter\\\",this,true);\\n\\tthis.document.body.removeEventListener(\\\"dragleave\\\",this,true);\\n\\tthis.dragInProgress = false;\\n};\\n\\nDropZoneWidget.prototype.enterDrag = function(event) {\\n\\tif(this.currentlyEntered.indexOf(event.target) === -1) {\\n\\t\\tthis.currentlyEntered.push(event.target);\\n\\t}\\n\\tif(!this.dragInProgress) {\\n\\t\\tthis.dragInProgress = true;\\n\\t\\t// If we're entering for the first time we need to apply highlighting\\n\\t\\t$tw.utils.addClass(this.domNodes[0],\\\"tc-dragover\\\");\\n\\t\\tthis.document.body.addEventListener(\\\"click\\\",this,true);\\n\\t\\tthis.document.body.addEventListener(\\\"dragenter\\\",this,true);\\n\\t\\tthis.document.body.addEventListener(\\\"dragleave\\\",this,true);\\n\\t}\\n};\\n\\nDropZoneWidget.prototype.leaveDrag = function(event) {\\n\\tvar pos = this.currentlyEntered.indexOf(event.target);\\n\\tif(pos !== -1) {\\n\\t\\tthis.currentlyEntered.splice(pos,1);\\n\\t}\\n\\t// Remove highlighting if we're leaving externally\\n\\tif(this.currentlyEntered.length === 0) {\\n\\t\\tthis.resetState();\\n\\t}\\n};\\n\\nDropZoneWidget.prototype.handleDragEnterEvent = function(event) {\\n\\tif($tw.dragInProgress) {\\n\\t\\treturn false;\\n\\t}\\n\\tif(this.filesOnly && !$tw.utils.dragEventContainsFiles(event)) {\\n\\t\\treturn false;\\n\\t}\\n\\tthis.enterDrag(event);\\n\\t// Tell the browser that we're ready to handle the drop\\n\\tevent.preventDefault();\\n\\t// Tell the browser not to ripple the drag up to any parent drop handlers\\n\\tevent.stopPropagation();\\n};\\n\\nDropZoneWidget.prototype.handleDragOverEvent = function(event) {\\n\\t// Check for being over a TEXTAREA or INPUT\\n\\tif([\\\"TEXTAREA\\\",\\\"INPUT\\\"].indexOf(event.target.tagName) !== -1) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Check for this window being the source of the drag\\n\\tif($tw.dragInProgress) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Tell the browser that we're still interested in the drop\\n\\tevent.preventDefault();\\n\\t// Check if this is a synthetic event, IE does not allow accessing dropEffect outside of original event handler\\n\\tif(event.isTrusted) {\\n\\t\\tevent.dataTransfer.dropEffect = \\\"copy\\\"; // Explicitly show this is a copy\\n\\t}\\n};\\n\\nDropZoneWidget.prototype.handleDragLeaveEvent = function(event) {\\n\\tthis.leaveDrag(event);\\n};\\n\\nDropZoneWidget.prototype.handleDragEndEvent = function(event) {\\n\\tthis.resetState();\\n};\\n\\nDropZoneWidget.prototype.filterByContentTypes = function(tiddlerFieldsArray) {\\n\\tvar filteredTypes,\\n\\t\\tfiltered = [],\\n\\t\\ttypes = [];\\n\\t$tw.utils.each(tiddlerFieldsArray,function(tiddlerFields) {\\n\\t\\ttypes.push(tiddlerFields.type || \\\"\\\");\\n\\t});\\n\\tfilteredTypes = this.wiki.filterTiddlers(this.contentTypesFilter,this,this.wiki.makeTiddlerIterator(types));\\n\\t$tw.utils.each(tiddlerFieldsArray,function(tiddlerFields) {\\n\\t\\tif(filteredTypes.indexOf(tiddlerFields.type) !== -1) {\\n\\t\\t\\tfiltered.push(tiddlerFields);\\n\\t\\t}\\n\\t});\\n\\treturn filtered;\\n};\\n\\nDropZoneWidget.prototype.readFileCallback = function(tiddlerFieldsArray) {\\n\\tif(this.contentTypesFilter) {\\n\\t\\ttiddlerFieldsArray = this.filterByContentTypes(tiddlerFieldsArray);\\n\\t}\\n\\tif(tiddlerFieldsArray.length) {\\n\\t\\tthis.dispatchEvent({type: \\\"tm-import-tiddlers\\\", param: JSON.stringify(tiddlerFieldsArray), autoOpenOnImport: this.autoOpenOnImport, importTitle: this.importTitle});\\n\\t\\tif(this.actions) {\\n\\t\\t\\tthis.invokeActionString(this.actions,this,event,{importTitle: this.importTitle});\\n\\t\\t}\\n\\t}\\n};\\n\\nDropZoneWidget.prototype.handleDropEvent = function(event) {\\n\\tvar self = this,\\n\\t\\treadFileCallback = function(tiddlerFieldsArray) {\\n\\t\\t\\tself.readFileCallback(tiddlerFieldsArray);\\n\\t\\t};\\n\\tthis.leaveDrag(event);\\n\\t// Check for being over a TEXTAREA or INPUT\\n\\tif([\\\"TEXTAREA\\\",\\\"INPUT\\\"].indexOf(event.target.tagName) !== -1) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Check for this window being the source of the drag\\n\\tif($tw.dragInProgress) {\\n\\t\\treturn false;\\n\\t}\\n\\tvar self = this,\\n\\t\\tdataTransfer = event.dataTransfer;\\n\\t// Remove highlighting\\n\\tthis.resetState();\\n\\t// Import any files in the drop\\n\\tvar numFiles = 0;\\n\\tif(dataTransfer.files) {\\n\\t\\tnumFiles = this.wiki.readFiles(dataTransfer.files,{\\n\\t\\t\\tcallback: readFileCallback,\\n\\t\\t\\tdeserializer: this.dropzoneDeserializer\\n\\t\\t});\\n\\t}\\n\\t// Try to import the various data types we understand\\n\\tif(numFiles === 0) {\\n\\t\\tvar fallbackTitle = self.wiki.generateNewTitle(\\\"Untitled\\\");\\n\\t\\t//Use the deserializer specified if any\\n\\t\\tif(this.dropzoneDeserializer) {\\n\\t\\t\\tfor(var t= 0; t\u003CdataTransfer.items.length; t++) {\\n\\t\\t\\t\\tvar item = dataTransfer.items[t];\\n\\t\\t\\t\\tif(item.kind === \\\"string\\\") {\\n\\t\\t\\t\\t\\titem.getAsString(function(str){\\n\\t\\t\\t\\t\\t\\tvar tiddlerFields = self.wiki.deserializeTiddlers(null,str,{title: fallbackTitle},{deserializer:self.dropzoneDeserializer});\\n\\t\\t\\t\\t\\t\\tif(tiddlerFields && tiddlerFields.length) {\\n\\t\\t\\t\\t\\t\\t\\treadFileCallback(tiddlerFields);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t})\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\t$tw.utils.importDataTransfer(dataTransfer,fallbackTitle,readFileCallback);\\n\\t\\t}\\n\\t}\\n\\t// Tell the browser that we handled the drop\\n\\tevent.preventDefault();\\n\\t// Stop the drop ripple up to any parent handlers\\n\\tevent.stopPropagation();\\n};\\n\\nDropZoneWidget.prototype.handlePasteEvent = function(event) {\\n\\tvar self = this,\\n\\t\\treadFileCallback = function(tiddlerFieldsArray) {\\n\\t\\t\\tself.readFileCallback(tiddlerFieldsArray);\\n\\t\\t};\\n\\t// Let the browser handle it if we're in a textarea or input box\\n\\tif([\\\"TEXTAREA\\\",\\\"INPUT\\\"].indexOf(event.target.tagName) == -1 && !event.target.isContentEditable) {\\n\\t\\tvar self = this,\\n\\t\\t\\titems = event.clipboardData.items;\\n\\t\\t// Enumerate the clipboard items\\n\\t\\tfor(var t = 0; t\u003Citems.length; t++) {\\n\\t\\t\\tvar item = items[t];\\n\\t\\t\\tif(item.kind === \\\"file\\\") {\\n\\t\\t\\t\\t// Import any files\\n\\t\\t\\t\\tthis.wiki.readFile(item.getAsFile(),{\\n\\t\\t\\t\\t\\tcallback: readFileCallback,\\n\\t\\t\\t\\t\\tdeserializer: this.dropzoneDeserializer\\n\\t\\t\\t\\t});\\n\\t\\t\\t} else if(item.kind === \\\"string\\\") {\\n\\t\\t\\t\\t// Create tiddlers from string items\\n\\t\\t\\t\\tvar tiddlerFields,\\n\\t\\t\\t\\t\\ttype = item.type;\\n\\t\\t\\t\\titem.getAsString(function(str) {\\n\\t\\t\\t\\t\\t// Use the deserializer specified if any\\n\\t\\t\\t\\t\\tif(self.dropzoneDeserializer) {\\n\\t\\t\\t\\t\\t\\ttiddlerFields = self.wiki.deserializeTiddlers(null,str,{title: self.wiki.generateNewTitle(\\\"Untitled\\\")},{deserializer:self.dropzoneDeserializer});\\n\\t\\t\\t\\t\\t\\tif(tiddlerFields && tiddlerFields.length) {\\n\\t\\t\\t\\t\\t\\t\\treadFileCallback(tiddlerFields);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\ttiddlerFields = {\\n\\t\\t\\t\\t\\t\\t\\ttitle: self.wiki.generateNewTitle(\\\"Untitled\\\"),\\n\\t\\t\\t\\t\\t\\t\\ttext: str,\\n\\t\\t\\t\\t\\t\\t\\ttype: type\\n\\t\\t\\t\\t\\t\\t};\\n\\t\\t\\t\\t\\t\\tif($tw.log.IMPORT) {\\n\\t\\t\\t\\t\\t\\t\\tconsole.log(\\\"Importing string '\\\" + str + \\\"', type: '\\\" + type + \\\"'\\\");\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\treadFileCallback([tiddlerFields]);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Tell the browser that we've handled the paste\\n\\t\\tevent.stopPropagation();\\n\\t\\tevent.preventDefault();\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nDropZoneWidget.prototype.execute = function() {\\n\\tthis.dropzoneClass = this.getAttribute(\\\"class\\\");\\n\\tthis.dropzoneDeserializer = this.getAttribute(\\\"deserializer\\\");\\n\\tthis.dropzoneEnable = (this.getAttribute(\\\"enable\\\") || \\\"yes\\\") === \\\"yes\\\";\\n\\tthis.autoOpenOnImport = this.getAttribute(\\\"autoOpenOnImport\\\");\\n\\tthis.importTitle = this.getAttribute(\\\"importTitle\\\",IMPORT_TITLE);\\n\\tthis.actions = this.getAttribute(\\\"actions\\\");\\n\\tthis.contentTypesFilter = this.getAttribute(\\\"contentTypesFilter\\\");\\n\\tthis.filesOnly = this.getAttribute(\\\"filesOnly\\\",\\\"no\\\") === \\\"yes\\\";\\n\\t// Make child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nDropZoneWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif($tw.utils.count(changedAttributes) > 0) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.dropzone = DropZoneWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/edit-binary.js\":{\"title\":\"$:/core/modules/widgets/edit-binary.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/edit-binary.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nEdit-binary widget; placeholder for editing binary tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar BINARY_WARNING_MESSAGE = \\\"$:/core/ui/BinaryWarning\\\";\\nvar EXPORT_BUTTON_IMAGE = \\\"$:/core/images/export-button\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar EditBinaryWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nEditBinaryWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nEditBinaryWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nEditBinaryWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tvar editTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tvar tiddler = this.wiki.getTiddler(editTitle);\\n\\tvar type = tiddler.fields.type;\\n\\tvar text = tiddler.fields.text;\\n\\t// Transclude the binary data tiddler warning message\\n\\tvar warn = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"p\\\",\\n\\t\\tchildren: [{\\n\\t\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttiddler: {type: \\\"string\\\", value: BINARY_WARNING_MESSAGE}\\n\\t\\t\\t}\\n\\t\\t}]\\n\\t};\\n\\t// Create download link based on draft tiddler title\\n\\tvar link = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"a\\\",\\n\\t\\tattributes: {\\n\\t\\t\\ttitle: {type: \\\"indirect\\\", textReference: \\\"!!draft.title\\\"},\\n\\t\\t\\tdownload: {type: \\\"indirect\\\", textReference: \\\"!!draft.title\\\"}\\n\\t\\t},\\n\\t\\tchildren: [{\\n\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\ttiddler: {type: \\\"string\\\", value: EXPORT_BUTTON_IMAGE}\\n\\t\\t\\t}\\n\\t\\t}]\\n\\t};\\n\\t// Set the link href to internal data URI (no external)\\n\\tif(text) {\\n\\t\\tlink.attributes.href = {\\n\\t\\t\\ttype: \\\"string\\\", \\n\\t\\t\\tvalue: \\\"data:\\\" + type + \\\";base64,\\\" + text\\n\\t\\t};\\n\\t}\\n\\t// Combine warning message and download link in a div\\n\\tvar element = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"div\\\",\\n\\t\\tattributes: {\\n\\t\\t\\tclass: {type: \\\"string\\\", value: \\\"tc-binary-warning\\\"}\\n\\t\\t},\\n\\t\\tchildren: [warn, link]\\n\\t}\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets([element]);\\n};\\n\\n/*\\nRefresh by refreshing our child widget\\n*/\\nEditBinaryWidget.prototype.refresh = function(changedTiddlers) {\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports[\\\"edit-binary\\\"] = EditBinaryWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/edit-bitmap.js\":{\"title\":\"$:/core/modules/widgets/edit-bitmap.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/edit-bitmap.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nEdit-bitmap widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n// Default image sizes\\nvar DEFAULT_IMAGE_WIDTH = 600,\\n\\tDEFAULT_IMAGE_HEIGHT = 370,\\n\\tDEFAULT_IMAGE_TYPE = \\\"image/png\\\";\\n\\n// Configuration tiddlers\\nvar LINE_WIDTH_TITLE = \\\"$:/config/BitmapEditor/LineWidth\\\",\\n\\tLINE_COLOUR_TITLE = \\\"$:/config/BitmapEditor/Colour\\\",\\n\\tLINE_OPACITY_TITLE = \\\"$:/config/BitmapEditor/Opacity\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar EditBitmapWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nEditBitmapWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nEditBitmapWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Initialise the editor operations if they've not been done already\\n\\tif(!this.editorOperations) {\\n\\t\\tEditBitmapWidget.prototype.editorOperations = {};\\n\\t\\t$tw.modules.applyMethods(\\\"bitmapeditoroperation\\\",this.editorOperations);\\n\\t}\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\t// Create the wrapper for the toolbar and render its content\\n\\tthis.toolbarNode = this.document.createElement(\\\"div\\\");\\n\\tthis.toolbarNode.className = \\\"tc-editor-toolbar\\\";\\n\\tparent.insertBefore(this.toolbarNode,nextSibling);\\n\\tthis.domNodes.push(this.toolbarNode);\\n\\t// Create the on-screen canvas\\n\\tthis.canvasDomNode = $tw.utils.domMaker(\\\"canvas\\\",{\\n\\t\\tdocument: this.document,\\n\\t\\t\\\"class\\\":\\\"tc-edit-bitmapeditor\\\",\\n\\t\\teventListeners: [{\\n\\t\\t\\tname: \\\"touchstart\\\", handlerObject: this, handlerMethod: \\\"handleTouchStartEvent\\\"\\n\\t\\t},{\\n\\t\\t\\tname: \\\"touchmove\\\", handlerObject: this, handlerMethod: \\\"handleTouchMoveEvent\\\"\\n\\t\\t},{\\n\\t\\t\\tname: \\\"touchend\\\", handlerObject: this, handlerMethod: \\\"handleTouchEndEvent\\\"\\n\\t\\t},{\\n\\t\\t\\tname: \\\"mousedown\\\", handlerObject: this, handlerMethod: \\\"handleMouseDownEvent\\\"\\n\\t\\t},{\\n\\t\\t\\tname: \\\"mousemove\\\", handlerObject: this, handlerMethod: \\\"handleMouseMoveEvent\\\"\\n\\t\\t},{\\n\\t\\t\\tname: \\\"mouseup\\\", handlerObject: this, handlerMethod: \\\"handleMouseUpEvent\\\"\\n\\t\\t}]\\n\\t});\\n\\t// Set the width and height variables\\n\\tthis.setVariable(\\\"tv-bitmap-editor-width\\\",this.canvasDomNode.width + \\\"px\\\");\\n\\tthis.setVariable(\\\"tv-bitmap-editor-height\\\",this.canvasDomNode.height + \\\"px\\\");\\n\\t// Render toolbar child widgets\\n\\tthis.renderChildren(this.toolbarNode,null);\\n\\t// // Insert the elements into the DOM\\n\\tparent.insertBefore(this.canvasDomNode,nextSibling);\\n\\tthis.domNodes.push(this.canvasDomNode);\\n\\t// Load the image into the canvas\\n\\tif($tw.browser) {\\n\\t\\tthis.loadCanvas();\\n\\t}\\n\\t// Add widget message listeners\\n\\tthis.addEventListeners([\\n\\t\\t{type: \\\"tm-edit-bitmap-operation\\\", handler: \\\"handleEditBitmapOperationMessage\\\"}\\n\\t]);\\n};\\n\\n/*\\nHandle an edit bitmap operation message from the toolbar\\n*/\\nEditBitmapWidget.prototype.handleEditBitmapOperationMessage = function(event) {\\n\\t// Invoke the handler\\n\\tvar handler = this.editorOperations[event.param];\\n\\tif(handler) {\\n\\t\\thandler.call(this,event);\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nEditBitmapWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.editTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nJust refresh the toolbar\\n*/\\nEditBitmapWidget.prototype.refresh = function(changedTiddlers) {\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nSet the bitmap size variables and refresh the toolbar\\n*/\\nEditBitmapWidget.prototype.refreshToolbar = function() {\\n\\t// Set the width and height variables\\n\\tthis.setVariable(\\\"tv-bitmap-editor-width\\\",this.canvasDomNode.width + \\\"px\\\");\\n\\tthis.setVariable(\\\"tv-bitmap-editor-height\\\",this.canvasDomNode.height + \\\"px\\\");\\n\\t// Refresh each of our child widgets\\n\\t$tw.utils.each(this.children,function(childWidget) {\\n\\t\\tchildWidget.refreshSelf();\\n\\t});\\n};\\n\\nEditBitmapWidget.prototype.loadCanvas = function() {\\n\\tvar tiddler = this.wiki.getTiddler(this.editTitle),\\n\\t\\tcurrImage = new Image();\\n\\t// Set up event handlers for loading the image\\n\\tvar self = this;\\n\\tcurrImage.onload = function() {\\n\\t\\t// Copy the image to the on-screen canvas\\n\\t\\tself.initCanvas(self.canvasDomNode,currImage.width,currImage.height,currImage);\\n\\t\\t// And also copy the current bitmap to the off-screen canvas\\n\\t\\tself.currCanvas = self.document.createElement(\\\"canvas\\\");\\n\\t\\tself.initCanvas(self.currCanvas,currImage.width,currImage.height,currImage);\\n\\t\\t// Set the width and height input boxes\\n\\t\\tself.refreshToolbar();\\n\\t};\\n\\tcurrImage.onerror = function() {\\n\\t\\t// Set the on-screen canvas size and clear it\\n\\t\\tself.initCanvas(self.canvasDomNode,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\\n\\t\\t// Set the off-screen canvas size and clear it\\n\\t\\tself.currCanvas = self.document.createElement(\\\"canvas\\\");\\n\\t\\tself.initCanvas(self.currCanvas,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\\n\\t\\t// Set the width and height input boxes\\n\\t\\tself.refreshToolbar();\\n\\t};\\n\\t// Get the current bitmap into an image object\\n\\tif(tiddler && tiddler.fields.type && tiddler.fields.text) {\\n\\t\\tcurrImage.src = \\\"data:\\\" + tiddler.fields.type + \\\";base64,\\\" + tiddler.fields.text;\\n\\t} else {\\n\\t\\tcurrImage.width = DEFAULT_IMAGE_WIDTH;\\n\\t\\tcurrImage.height = DEFAULT_IMAGE_HEIGHT;\\n\\t\\tcurrImage.onerror();\\n\\t}\\n};\\n\\nEditBitmapWidget.prototype.initCanvas = function(canvas,width,height,image) {\\n\\tcanvas.width = width;\\n\\tcanvas.height = height;\\n\\tvar ctx = canvas.getContext(\\\"2d\\\");\\n\\tif(image) {\\n\\t\\tctx.drawImage(image,0,0);\\n\\t} else {\\n\\t\\tctx.fillStyle = \\\"#fff\\\";\\n\\t\\tctx.fillRect(0,0,canvas.width,canvas.height);\\n\\t}\\n};\\n\\n/*\\n** Change the size of the canvas, preserving the current image\\n*/\\nEditBitmapWidget.prototype.changeCanvasSize = function(newWidth,newHeight) {\\n\\t// Create and size a new canvas\\n\\tvar newCanvas = this.document.createElement(\\\"canvas\\\");\\n\\tthis.initCanvas(newCanvas,newWidth,newHeight);\\n\\t// Copy the old image\\n\\tvar ctx = newCanvas.getContext(\\\"2d\\\");\\n\\tctx.drawImage(this.currCanvas,0,0);\\n\\t// Set the new canvas as the current one\\n\\tthis.currCanvas = newCanvas;\\n\\t// Set the size of the onscreen canvas\\n\\tthis.canvasDomNode.width = newWidth;\\n\\tthis.canvasDomNode.height = newHeight;\\n\\t// Paint the onscreen canvas with the offscreen canvas\\n\\tctx = this.canvasDomNode.getContext(\\\"2d\\\");\\n\\tctx.drawImage(this.currCanvas,0,0);\\n};\\n\\n/*\\n** Rotate the canvas left by 90 degrees\\n*/\\nEditBitmapWidget.prototype.rotateCanvasLeft = function() {\\n\\t// Get the current size of the image\\n\\tvar origWidth = this.currCanvas.width,\\n\\t\\torigHeight = this.currCanvas.height;\\n\\t// Create and size a new canvas\\n\\tvar newCanvas = this.document.createElement(\\\"canvas\\\"),\\n\\t\\tnewWidth = origHeight,\\n\\t\\tnewHeight = origWidth;\\n\\tthis.initCanvas(newCanvas,newWidth,newHeight);\\n\\t// Copy the old image\\n\\tvar ctx = newCanvas.getContext(\\\"2d\\\");\\n\\tctx.save();\\n\\tctx.translate(newWidth / 2,newHeight / 2);\\n\\tctx.rotate(-Math.PI / 2);\\n\\tctx.drawImage(this.currCanvas,-origWidth / 2,-origHeight / 2);\\n\\tctx.restore();\\n\\t// Set the new canvas as the current one\\n\\tthis.currCanvas = newCanvas;\\n\\t// Set the size of the onscreen canvas\\n\\tthis.canvasDomNode.width = newWidth;\\n\\tthis.canvasDomNode.height = newHeight;\\n\\t// Paint the onscreen canvas with the offscreen canvas\\n\\tctx = this.canvasDomNode.getContext(\\\"2d\\\");\\n\\tctx.drawImage(this.currCanvas,0,0);\\n};\\n\\nEditBitmapWidget.prototype.handleTouchStartEvent = function(event) {\\n\\tthis.brushDown = true;\\n\\tthis.strokeStart(event.touches[0].clientX,event.touches[0].clientY);\\n\\tevent.preventDefault();\\n\\tevent.stopPropagation();\\n\\treturn false;\\n};\\n\\nEditBitmapWidget.prototype.handleTouchMoveEvent = function(event) {\\n\\tif(this.brushDown) {\\n\\t\\tthis.strokeMove(event.touches[0].clientX,event.touches[0].clientY);\\n\\t}\\n\\tevent.preventDefault();\\n\\tevent.stopPropagation();\\n\\treturn false;\\n};\\n\\nEditBitmapWidget.prototype.handleTouchEndEvent = function(event) {\\n\\tif(this.brushDown) {\\n\\t\\tthis.brushDown = false;\\n\\t\\tthis.strokeEnd();\\n\\t}\\n\\tevent.preventDefault();\\n\\tevent.stopPropagation();\\n\\treturn false;\\n};\\n\\nEditBitmapWidget.prototype.handleMouseDownEvent = function(event) {\\n\\tthis.strokeStart(event.clientX,event.clientY);\\n\\tthis.brushDown = true;\\n\\tevent.preventDefault();\\n\\tevent.stopPropagation();\\n\\treturn false;\\n};\\n\\nEditBitmapWidget.prototype.handleMouseMoveEvent = function(event) {\\n\\tif(this.brushDown) {\\n\\t\\tthis.strokeMove(event.clientX,event.clientY);\\n\\t\\tevent.preventDefault();\\n\\t\\tevent.stopPropagation();\\n\\t\\treturn false;\\n\\t}\\n\\treturn true;\\n};\\n\\nEditBitmapWidget.prototype.handleMouseUpEvent = function(event) {\\n\\tif(this.brushDown) {\\n\\t\\tthis.brushDown = false;\\n\\t\\tthis.strokeEnd();\\n\\t\\tevent.preventDefault();\\n\\t\\tevent.stopPropagation();\\n\\t\\treturn false;\\n\\t}\\n\\treturn true;\\n};\\n\\nEditBitmapWidget.prototype.adjustCoordinates = function(x,y) {\\n\\tvar canvasRect = this.canvasDomNode.getBoundingClientRect(),\\n\\t\\tscale = this.canvasDomNode.width/canvasRect.width;\\n\\treturn {x: (x - canvasRect.left) * scale, y: (y - canvasRect.top) * scale};\\n};\\n\\nEditBitmapWidget.prototype.strokeStart = function(x,y) {\\n\\t// Start off a new stroke\\n\\tthis.stroke = [this.adjustCoordinates(x,y)];\\n};\\n\\nEditBitmapWidget.prototype.strokeMove = function(x,y) {\\n\\tvar ctx = this.canvasDomNode.getContext(\\\"2d\\\"),\\n\\t\\tt;\\n\\t// Add the new position to the end of the stroke\\n\\tthis.stroke.push(this.adjustCoordinates(x,y));\\n\\t// Redraw the previous image\\n\\tctx.drawImage(this.currCanvas,0,0);\\n\\t// Render the stroke\\n\\tctx.globalAlpha = parseFloat(this.wiki.getTiddlerText(LINE_OPACITY_TITLE,\\\"1.0\\\"));\\n\\tctx.strokeStyle = this.wiki.getTiddlerText(LINE_COLOUR_TITLE,\\\"#ff0\\\");\\n\\tctx.lineWidth = parseFloat(this.wiki.getTiddlerText(LINE_WIDTH_TITLE,\\\"3\\\"));\\n\\tctx.lineCap = \\\"round\\\";\\n\\tctx.lineJoin = \\\"round\\\";\\n\\tctx.beginPath();\\n\\tctx.moveTo(this.stroke[0].x,this.stroke[0].y);\\n\\tfor(t=1; t\u003Cthis.stroke.length-1; t++) {\\n\\t\\tvar s1 = this.stroke[t],\\n\\t\\t\\ts2 = this.stroke[t-1],\\n\\t\\t\\ttx = (s1.x + s2.x)/2,\\n\\t\\t\\tty = (s1.y + s2.y)/2;\\n\\t\\tctx.quadraticCurveTo(s2.x,s2.y,tx,ty);\\n\\t}\\n\\tctx.stroke();\\n};\\n\\nEditBitmapWidget.prototype.strokeEnd = function() {\\n\\t// Copy the bitmap to the off-screen canvas\\n\\tvar ctx = this.currCanvas.getContext(\\\"2d\\\");\\n\\tctx.drawImage(this.canvasDomNode,0,0);\\n\\t// Save the image into the tiddler\\n\\tthis.saveChanges();\\n};\\n\\nEditBitmapWidget.prototype.saveChanges = function() {\\n\\tvar tiddler = this.wiki.getTiddler(this.editTitle) || new $tw.Tiddler({title: this.editTitle,type: DEFAULT_IMAGE_TYPE});\\n\\t// data URIs look like \\\"data:\u003Ctype>;base64,\u003Ctext>\\\"\\n\\tvar dataURL = this.canvasDomNode.toDataURL(tiddler.fields.type),\\n\\t\\tposColon = dataURL.indexOf(\\\":\\\"),\\n\\t\\tposSemiColon = dataURL.indexOf(\\\";\\\"),\\n\\t\\tposComma = dataURL.indexOf(\\\",\\\"),\\n\\t\\ttype = dataURL.substring(posColon+1,posSemiColon),\\n\\t\\ttext = dataURL.substring(posComma+1);\\n\\tvar update = {type: type, text: text};\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getModificationFields(),tiddler,update,this.wiki.getCreationFields()));\\n};\\n\\nexports[\\\"edit-bitmap\\\"] = EditBitmapWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/edit-shortcut.js\":{\"title\":\"$:/core/modules/widgets/edit-shortcut.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/edit-shortcut.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nWidget to display an editable keyboard shortcut\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar EditShortcutWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nEditShortcutWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nEditShortcutWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.inputNode = this.document.createElement(\\\"input\\\");\\n\\t// Assign classes\\n\\tif(this.shortcutClass) {\\n\\t\\tthis.inputNode.className = this.shortcutClass;\\n\\t}\\n\\t// Assign other attributes\\n\\tif(this.shortcutStyle) {\\n\\t\\tthis.inputNode.setAttribute(\\\"style\\\",this.shortcutStyle);\\n\\t}\\n\\tif(this.shortcutTooltip) {\\n\\t\\tthis.inputNode.setAttribute(\\\"title\\\",this.shortcutTooltip);\\n\\t}\\n\\tif(this.shortcutPlaceholder) {\\n\\t\\tthis.inputNode.setAttribute(\\\"placeholder\\\",this.shortcutPlaceholder);\\n\\t}\\n\\tif(this.shortcutAriaLabel) {\\n\\t\\tthis.inputNode.setAttribute(\\\"aria-label\\\",this.shortcutAriaLabel);\\n\\t}\\n\\t// Assign the current shortcut\\n\\tthis.updateInputNode();\\n\\t// Add event handlers\\n\\t$tw.utils.addEventListeners(this.inputNode,[\\n\\t\\t{name: \\\"keydown\\\", handlerObject: this, handlerMethod: \\\"handleKeydownEvent\\\"}\\n\\t]);\\n\\t// Link into the DOM\\n\\tparent.insertBefore(this.inputNode,nextSibling);\\n\\tthis.domNodes.push(this.inputNode);\\n\\t// Focus the input Node if focus === \\\"yes\\\" or focus === \\\"true\\\"\\n\\tif(this.shortcutFocus === \\\"yes\\\" || this.shortcutFocus === \\\"true\\\") {\\n\\t\\tthis.focus();\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nEditShortcutWidget.prototype.execute = function() {\\n\\tthis.shortcutTiddler = this.getAttribute(\\\"tiddler\\\");\\n\\tthis.shortcutField = this.getAttribute(\\\"field\\\");\\n\\tthis.shortcutIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.shortcutPlaceholder = this.getAttribute(\\\"placeholder\\\");\\n\\tthis.shortcutDefault = this.getAttribute(\\\"default\\\",\\\"\\\");\\n\\tthis.shortcutClass = this.getAttribute(\\\"class\\\");\\n\\tthis.shortcutStyle = this.getAttribute(\\\"style\\\");\\n\\tthis.shortcutTooltip = this.getAttribute(\\\"tooltip\\\");\\n\\tthis.shortcutAriaLabel = this.getAttribute(\\\"aria-label\\\");\\n\\tthis.shortcutFocus = this.getAttribute(\\\"focus\\\");\\n};\\n\\n/*\\nUpdate the value of the input node\\n*/\\nEditShortcutWidget.prototype.updateInputNode = function() {\\n\\tif(this.shortcutField) {\\n\\t\\tvar tiddler = this.wiki.getTiddler(this.shortcutTiddler);\\n\\t\\tif(tiddler && $tw.utils.hop(tiddler.fields,this.shortcutField)) {\\n\\t\\t\\tthis.inputNode.value = tiddler.getFieldString(this.shortcutField);\\n\\t\\t} else {\\n\\t\\t\\tthis.inputNode.value = this.shortcutDefault;\\n\\t\\t}\\n\\t} else if(this.shortcutIndex) {\\n\\t\\tthis.inputNode.value = this.wiki.extractTiddlerDataItem(this.shortcutTiddler,this.shortcutIndex,this.shortcutDefault);\\n\\t} else {\\n\\t\\tthis.inputNode.value = this.wiki.getTiddlerText(this.shortcutTiddler,this.shortcutDefault);\\n\\t}\\n};\\n\\n/*\\nHandle a dom \\\"keydown\\\" event\\n*/\\nEditShortcutWidget.prototype.handleKeydownEvent = function(event) {\\n\\t// Ignore shift, ctrl, meta, alt\\n\\tif(event.keyCode && $tw.keyboardManager.getModifierKeys().indexOf(event.keyCode) === -1) {\\n\\t\\t// Get the shortcut text representation\\n\\t\\tvar value = $tw.keyboardManager.getPrintableShortcuts([{\\n\\t\\t\\tctrlKey: event.ctrlKey,\\n\\t\\t\\tshiftKey: event.shiftKey,\\n\\t\\t\\taltKey: event.altKey,\\n\\t\\t\\tmetaKey: event.metaKey,\\n\\t\\t\\tkeyCode: event.keyCode\\n\\t\\t}]);\\n\\t\\tif(value.length > 0) {\\n\\t\\t\\tthis.wiki.setText(this.shortcutTiddler,this.shortcutField,this.shortcutIndex,value[0]);\\n\\t\\t}\\n\\t\\t// Ignore the keydown if it was already handled\\n\\t\\tevent.preventDefault();\\n\\t\\tevent.stopPropagation();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\n/*\\nfocus the input node\\n*/\\nEditShortcutWidget.prototype.focus = function() {\\n\\tif(this.inputNode.focus && this.inputNode.select) {\\n\\t\\tthis.inputNode.focus();\\n\\t\\tthis.inputNode.select();\\n\\t}\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget needed re-rendering\\n*/\\nEditShortcutWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.placeholder || changedAttributes[\\\"default\\\"] || changedAttributes[\\\"class\\\"] || changedAttributes.style || changedAttributes.tooltip || changedAttributes[\\\"aria-label\\\"] || changedAttributes.focus) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else if(changedTiddlers[this.shortcutTiddler]) {\\n\\t\\tthis.updateInputNode();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nexports[\\\"edit-shortcut\\\"] = EditShortcutWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/edit-text.js\":{\"title\":\"$:/core/modules/widgets/edit-text.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/edit-text.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nEdit-text widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar editTextWidgetFactory = require(\\\"$:/core/modules/editor/factory.js\\\").editTextWidgetFactory,\\n\\tFramedEngine = require(\\\"$:/core/modules/editor/engines/framed.js\\\").FramedEngine,\\n\\tSimpleEngine = require(\\\"$:/core/modules/editor/engines/simple.js\\\").SimpleEngine;\\n\\nexports[\\\"edit-text\\\"] = editTextWidgetFactory(FramedEngine,SimpleEngine);\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/edit.js\":{\"title\":\"$:/core/modules/widgets/edit.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/edit.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nEdit widget is a meta-widget chooses the appropriate actual editting widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar EditWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nEditWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nEditWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n// Mappings from content type to editor type are stored in tiddlers with this prefix\\nvar EDITOR_MAPPING_PREFIX = \\\"$:/config/EditorTypeMappings/\\\";\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nEditWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.editTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.editField = this.getAttribute(\\\"field\\\",\\\"text\\\");\\n\\tthis.editIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.editClass = this.getAttribute(\\\"class\\\");\\n\\tthis.editPlaceholder = this.getAttribute(\\\"placeholder\\\");\\n\\tthis.editTabIndex = this.getAttribute(\\\"tabindex\\\");\\n\\tthis.editFocus = this.getAttribute(\\\"focus\\\",\\\"\\\");\\n\\tthis.editCancelPopups = this.getAttribute(\\\"cancelPopups\\\",\\\"\\\");\\n\\tthis.editInputActions = this.getAttribute(\\\"inputActions\\\");\\n\\tthis.editRefreshTitle = this.getAttribute(\\\"refreshTitle\\\");\\n\\tthis.editAutoComplete = this.getAttribute(\\\"autocomplete\\\");\\n\\t// Choose the appropriate edit widget\\n\\tthis.editorType = this.getEditorType();\\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets([{\\n\\t\\ttype: \\\"edit-\\\" + this.editorType,\\n\\t\\tattributes: this.parseTreeNode.attributes,\\n\\t\\tchildren: this.parseTreeNode.children\\n\\t}]);\\n};\\n\\nEditWidget.prototype.getEditorType = function() {\\n\\t// Get the content type of the thing we're editing\\n\\tvar type;\\n\\tif(this.editField === \\\"text\\\") {\\n\\t\\tvar tiddler = this.wiki.getTiddler(this.editTitle);\\n\\t\\tif(tiddler) {\\n\\t\\t\\ttype = tiddler.fields.type;\\n\\t\\t}\\n\\t}\\n\\ttype = type || \\\"text/vnd.tiddlywiki\\\";\\n\\tvar editorType = this.wiki.getTiddlerText(EDITOR_MAPPING_PREFIX + type);\\n\\tif(!editorType) {\\n\\t\\tvar typeInfo = $tw.config.contentTypeInfo[type];\\n\\t\\tif(typeInfo && typeInfo.encoding === \\\"base64\\\") {\\n\\t\\t\\teditorType = \\\"binary\\\";\\n\\t\\t} else {\\n\\t\\t\\teditorType = \\\"text\\\";\\n\\t\\t}\\n\\t}\\n\\treturn editorType;\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nEditWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\t// Refresh if an attribute has changed, or the type associated with the target tiddler has changed\\n\\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || (changedTiddlers[this.editTitle] && this.getEditorType() !== this.editorType)) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.edit = EditWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/element.js\":{\"title\":\"$:/core/modules/widgets/element.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/element.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nElement widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ElementWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nElementWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nElementWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\t// Neuter blacklisted elements\\n\\tthis.tag = this.parseTreeNode.tag;\\n\\tif($tw.config.htmlUnsafeElements.indexOf(this.tag) !== -1) {\\n\\t\\tthis.tag = \\\"safe-\\\" + this.tag;\\n\\t}\\n\\t// Adjust headings by the current base level\\n\\tvar headingLevel = [\\\"h1\\\",\\\"h2\\\",\\\"h3\\\",\\\"h4\\\",\\\"h5\\\",\\\"h6\\\"].indexOf(this.tag);\\n\\tif(headingLevel !== -1) {\\n\\t\\tvar baseLevel = parseInt(this.getVariable(\\\"tv-adjust-heading-level\\\",\\\"0\\\"),10) || 0;\\n\\t\\theadingLevel = Math.min(Math.max(headingLevel + 1 + baseLevel,1),6);\\n\\t\\tthis.tag = \\\"h\\\" + headingLevel;\\n\\t}\\n\\t// Select the namespace for the tag\\n\\tvar tagNamespaces = {\\n\\t\\t\\tsvg: \\\"http://www.w3.org/2000/svg\\\",\\n\\t\\t\\tmath: \\\"http://www.w3.org/1998/Math/MathML\\\",\\n\\t\\t\\tbody: \\\"http://www.w3.org/1999/xhtml\\\"\\n\\t\\t};\\n\\tthis.namespace = tagNamespaces[this.tag];\\n\\tif(this.namespace) {\\n\\t\\tthis.setVariable(\\\"namespace\\\",this.namespace);\\n\\t} else {\\n\\t\\tthis.namespace = this.getVariable(\\\"namespace\\\",{defaultValue: \\\"http://www.w3.org/1999/xhtml\\\"});\\n\\t}\\n\\t// Invoke the th-rendering-element hook\\n\\tvar parseTreeNodes = $tw.hooks.invokeHook(\\\"th-rendering-element\\\",null,this);\\n\\tthis.isReplaced = !!parseTreeNodes;\\n\\tif(parseTreeNodes) {\\n\\t\\t// Use the parse tree nodes provided by the hook\\n\\t\\tthis.makeChildWidgets(parseTreeNodes);\\n\\t\\tthis.renderChildren(this.parentDomNode,null);\\n\\t\\treturn;\\n\\t}\\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets();\\n\\t// Create the DOM node and render children\\n\\tvar domNode = this.document.createElementNS(this.namespace,this.tag);\\n\\tthis.assignAttributes(domNode,{excludeEventAttributes: true});\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nElementWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes(),\\n\\t\\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\\n\\tif(hasChangedAttributes) {\\n\\t\\tif(!this.isReplaced) {\\n\\t\\t\\t// Update our attributes\\n\\t\\t\\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\\n\\t\\t} else {\\n\\t\\t\\t// If we were replaced then completely refresh ourselves\\n\\t\\t\\treturn this.refreshSelf();\\n\\t\\t}\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers) || hasChangedAttributes;\\n};\\n\\nexports.element = ElementWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/encrypt.js\":{\"title\":\"$:/core/modules/widgets/encrypt.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/encrypt.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nEncrypt widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar EncryptWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nEncryptWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nEncryptWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar textNode = this.document.createTextNode(this.encryptedText);\\n\\tparent.insertBefore(textNode,nextSibling);\\n\\tthis.domNodes.push(textNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nEncryptWidget.prototype.execute = function() {\\n\\t// Get parameters from our attributes\\n\\tthis.filter = this.getAttribute(\\\"filter\\\",\\\"[!is[system]]\\\");\\n\\t// Encrypt the filtered tiddlers\\n\\tvar tiddlers = this.wiki.filterTiddlers(this.filter),\\n\\t\\tjson = {},\\n\\t\\tself = this;\\n\\t$tw.utils.each(tiddlers,function(title) {\\n\\t\\tvar tiddler = self.wiki.getTiddler(title),\\n\\t\\t\\tjsonTiddler = {};\\n\\t\\tfor(var f in tiddler.fields) {\\n\\t\\t\\tjsonTiddler[f] = tiddler.getFieldString(f);\\n\\t\\t}\\n\\t\\tjson[title] = jsonTiddler;\\n\\t});\\n\\tthis.encryptedText = $tw.utils.htmlEncode($tw.crypto.encrypt(JSON.stringify(json)));\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nEncryptWidget.prototype.refresh = function(changedTiddlers) {\\n\\t// We don't need to worry about refreshing because the encrypt widget isn't for interactive use\\n\\treturn false;\\n};\\n\\nexports.encrypt = EncryptWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/entity.js\":{\"title\":\"$:/core/modules/widgets/entity.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/entity.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nHTML entity widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar EntityWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nEntityWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nEntityWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar entityString = this.getAttribute(\\\"entity\\\",this.parseTreeNode.entity || \\\"\\\"),\\n\\t\\ttextNode = this.document.createTextNode($tw.utils.entityDecode(entityString));\\n\\tparent.insertBefore(textNode,nextSibling);\\n\\tthis.domNodes.push(textNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nEntityWidget.prototype.execute = function() {\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nEntityWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.entity) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nexports.entity = EntityWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/eventcatcher.js\":{\"title\":\"$:/core/modules/widgets/eventcatcher.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/eventcatcher.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nEvent handler widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar EventWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nEventWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nEventWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Create element\\n\\tvar tag = this.parseTreeNode.isBlock ? \\\"div\\\" : \\\"span\\\";\\n\\tif(this.elementTag && $tw.config.htmlUnsafeElements.indexOf(this.elementTag) === -1) {\\n\\t\\ttag = this.elementTag;\\n\\t}\\n\\tvar domNode = this.document.createElement(tag);\\n\\tthis.domNode = domNode;\\n\\t// Assign classes\\n\\tthis.assignDomNodeClasses();\\n\\t// Add our event handler\\n\\t$tw.utils.each(this.types,function(type) {\\n\\t\\tdomNode.addEventListener(type,function(event) {\\n\\t\\t\\tvar selector = self.getAttribute(\\\"selector\\\"),\\n\\t\\t\\t\\tactions = self.getAttribute(\\\"$\\\"+type) || self.getAttribute(\\\"actions-\\\"+type),\\n\\t\\t\\t\\tstopPropagation = self.getAttribute(\\\"stopPropagation\\\",\\\"onaction\\\"),\\n\\t\\t\\t\\tselectedNode = event.target,\\n\\t\\t\\t\\tselectedNodeRect,\\n\\t\\t\\t\\tcatcherNodeRect,\\n\\t\\t\\t\\tvariables = {};\\n\\t\\t\\t// Firefox can fire dragover and dragenter events on text nodes instead of their parents\\n\\t\\t\\tif(selectedNode.nodeType === 3) {\\n\\t\\t\\t\\tselectedNode = selectedNode.parentNode;\\n\\t\\t\\t}\\n\\t\\t\\tif(selector) {\\n\\t\\t\\t\\t// Search ancestors for a node that matches the selector\\n\\t\\t\\t\\twhile(!$tw.utils.domMatchesSelector(selectedNode,selector) && selectedNode !== domNode) {\\n\\t\\t\\t\\t\\tselectedNode = selectedNode.parentNode;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// If we found one, copy the attributes as variables, otherwise exit\\n\\t\\t\\t\\tif($tw.utils.domMatchesSelector(selectedNode,selector)) {\\n\\t\\t\\t\\t\\t// Only set up variables if we have actions to invoke\\n\\t\\t\\t\\t\\tif(actions) {\\n\\t\\t\\t\\t\\t\\t$tw.utils.each(selectedNode.attributes,function(attribute) {\\n\\t\\t\\t\\t\\t\\t\\tvariables[\\\"dom-\\\" + attribute.name] = attribute.value.toString();\\n\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\t\\t//Add a variable with a popup coordinate string for the selected node\\n\\t\\t\\t\\t\\t\\tvariables[\\\"tv-popup-coords\\\"] = \\\"(\\\" + selectedNode.offsetLeft + \\\",\\\" + selectedNode.offsetTop +\\\",\\\" + selectedNode.offsetWidth + \\\",\\\" + selectedNode.offsetHeight + \\\")\\\";\\n\\n\\t\\t\\t\\t\\t\\t//Add variables for offset of selected node\\n\\t\\t\\t\\t\\t\\tvariables[\\\"tv-selectednode-posx\\\"] = selectedNode.offsetLeft.toString();\\n\\t\\t\\t\\t\\t\\tvariables[\\\"tv-selectednode-posy\\\"] = selectedNode.offsetTop.toString();\\n\\t\\t\\t\\t\\t\\tvariables[\\\"tv-selectednode-width\\\"] = selectedNode.offsetWidth.toString();\\n\\t\\t\\t\\t\\t\\tvariables[\\\"tv-selectednode-height\\\"] = selectedNode.offsetHeight.toString();\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tif(event.clientX && event.clientY) {\\n\\t\\t\\t\\t\\t\\t\\t//Add variables for event X and Y position relative to selected node\\n\\t\\t\\t\\t\\t\\t\\tselectedNodeRect = selectedNode.getBoundingClientRect();\\n\\t\\t\\t\\t\\t\\t\\tvariables[\\\"event-fromselected-posx\\\"] = (event.clientX - selectedNodeRect.left).toString();\\n\\t\\t\\t\\t\\t\\t\\tvariables[\\\"event-fromselected-posy\\\"] = (event.clientY - selectedNodeRect.top).toString();\\n\\n\\t\\t\\t\\t\\t\\t\\t//Add variables for event X and Y position relative to event catcher node\\n\\t\\t\\t\\t\\t\\t\\tcatcherNodeRect = self.domNode.getBoundingClientRect();\\n\\t\\t\\t\\t\\t\\t\\tvariables[\\\"event-fromcatcher-posx\\\"] = (event.clientX - catcherNodeRect.left).toString();\\n\\t\\t\\t\\t\\t\\t\\tvariables[\\\"event-fromcatcher-posy\\\"] = (event.clientY - catcherNodeRect.top).toString();\\n\\n\\t\\t\\t\\t\\t\\t\\t//Add variables for event X and Y position relative to the viewport\\n\\t\\t\\t\\t\\t\\t\\tvariables[\\\"event-fromviewport-posx\\\"] = event.clientX.toString();\\n\\t\\t\\t\\t\\t\\t\\tvariables[\\\"event-fromviewport-posy\\\"] = event.clientY.toString();\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\treturn false;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// Execute our actions with the variables\\n\\t\\t\\tif(actions) {\\n\\t\\t\\t\\t// Add a variable for the modifier key\\n\\t\\t\\t\\tvariables.modifier = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\\n\\t\\t\\t\\t// Add a variable for the mouse button\\n\\t\\t\\t\\tif(\\\"button\\\" in event) {\\n\\t\\t\\t\\t\\tif(event.button === 0) {\\n\\t\\t\\t\\t\\t\\tvariables[\\\"event-mousebutton\\\"] = \\\"left\\\";\\n\\t\\t\\t\\t\\t} else if(event.button === 1) {\\n\\t\\t\\t\\t\\t\\tvariables[\\\"event-mousebutton\\\"] = \\\"middle\\\";\\n\\t\\t\\t\\t\\t} else if(event.button === 2) {\\n\\t\\t\\t\\t\\t\\tvariables[\\\"event-mousebutton\\\"] = \\\"right\\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tvariables[\\\"event-type\\\"] = event.type.toString();\\n\\t\\t\\t\\tif(typeof event.detail === \\\"object\\\" && !!event.detail) {\\n\\t\\t\\t\\t\\t$tw.utils.each(event.detail,function(detailValue,detail) {\\n\\t\\t\\t\\t\\t\\tvariables[\\\"event-detail-\\\" + detail] = detailValue.toString();\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t} else if(!!event.detail) {\\n\\t\\t\\t\\t\\tvariables[\\\"event-detail\\\"] = event.detail.toString();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tself.invokeActionString(actions,self,event,variables);\\n\\t\\t\\t}\\n\\t\\t\\tif((actions && stopPropagation === \\\"onaction\\\") || stopPropagation === \\\"always\\\") {\\n\\t\\t\\t\\tevent.preventDefault();\\n\\t\\t\\t\\tevent.stopPropagation();\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t\\treturn false;\\n\\t\\t},false);\\n\\t});\\n\\t// Insert element\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nEventWidget.prototype.execute = function() {\\n\\tvar self = this;\\n\\t// Get attributes that require a refresh on change\\n\\tthis.types = [];\\n\\t$tw.utils.each(this.attributes,function(value,key) {\\n\\t\\tif(key.charAt(0) === \\\"$\\\") {\\n\\t\\t\\tself.types.push(key.slice(1));\\n\\t\\t}\\n\\t});\\n\\tif(!this.types.length) {\\n\\t\\tthis.types = this.getAttribute(\\\"events\\\",\\\"\\\").split(\\\" \\\");\\n\\t}\\n\\tthis.elementTag = this.getAttribute(\\\"tag\\\");\\n\\t// Make child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\nEventWidget.prototype.assignDomNodeClasses = function() {\\n\\tvar classes = this.getAttribute(\\\"class\\\",\\\"\\\").split(\\\" \\\");\\n\\tclasses.push(\\\"tc-eventcatcher\\\");\\n\\tthis.domNode.className = classes.join(\\\" \\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nEventWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes(),\\n\\t\\tchangedAttributesCount = $tw.utils.count(changedAttributes);\\n\\tif(changedAttributesCount === 1 && changedAttributes[\\\"class\\\"]) {\\n\\t\\tthis.assignDomNodeClasses();\\n\\t} else if(changedAttributesCount > 0) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.eventcatcher = EventWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/fieldmangler.js\":{\"title\":\"$:/core/modules/widgets/fieldmangler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/fieldmangler.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nField mangler widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar FieldManglerWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nFieldManglerWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nFieldManglerWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.addEventListeners([\\n\\t\\t{type: \\\"tm-remove-field\\\", handler: \\\"handleRemoveFieldEvent\\\"},\\n\\t\\t{type: \\\"tm-add-field\\\", handler: \\\"handleAddFieldEvent\\\"},\\n\\t\\t{type: \\\"tm-remove-tag\\\", handler: \\\"handleRemoveTagEvent\\\"},\\n\\t\\t{type: \\\"tm-add-tag\\\", handler: \\\"handleAddTagEvent\\\"}\\n\\t]);\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nFieldManglerWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.mangleTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nFieldManglerWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.tiddler) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nFieldManglerWidget.prototype.handleRemoveFieldEvent = function(event) {\\n\\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\\n\\t\\tdeletion = {};\\n\\tdeletion[event.param] = undefined;\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,deletion));\\n\\treturn false;\\n};\\n\\nFieldManglerWidget.prototype.handleAddFieldEvent = function(event) {\\n\\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\\n\\t\\taddition = this.wiki.getModificationFields(),\\n\\t\\taddField = function(name,value) {\\n\\t\\t\\tvar trimmedName = name.trim();\\n\\t\\t\\tif(!value && tiddler) {\\n\\t\\t\\t\\tvalue = tiddler.fields[trimmedName];\\n\\t\\t\\t}\\n\\t\\t\\taddition[trimmedName] = value || \\\"\\\";\\n\\t\\t\\treturn;\\n\\t\\t};\\n\\taddition.title = this.mangleTitle;\\n\\tif(typeof event.param === \\\"string\\\") {\\n\\t\\taddField(event.param,\\\"\\\");\\n\\t}\\n\\tif(typeof event.paramObject === \\\"object\\\") {\\n\\t\\tfor(var name in event.paramObject) {\\n\\t\\t\\taddField(name,event.paramObject[name]);\\n\\t\\t}\\n\\t}\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));\\n\\treturn false;\\n};\\n\\nFieldManglerWidget.prototype.handleRemoveTagEvent = function(event) {\\n\\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\\n\\t\\tmodification = this.wiki.getModificationFields();\\n\\tif(tiddler && tiddler.fields.tags) {\\n\\t\\tvar p = tiddler.fields.tags.indexOf(event.param);\\n\\t\\tif(p !== -1) {\\n\\t\\t\\tmodification.tags = (tiddler.fields.tags || []).slice(0);\\n\\t\\t\\tmodification.tags.splice(p,1);\\n\\t\\t\\tif(modification.tags.length === 0) {\\n\\t\\t\\t\\tmodification.tags = undefined;\\n\\t\\t\\t}\\n\\t\\t\\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\nFieldManglerWidget.prototype.handleAddTagEvent = function(event) {\\n\\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\\n\\t\\tmodification = this.wiki.getModificationFields();\\n\\tif(tiddler && typeof event.param === \\\"string\\\") {\\n\\t\\tvar tag = event.param.trim();\\n\\t\\tif(tag !== \\\"\\\") {\\n\\t\\t\\tmodification.tags = (tiddler.fields.tags || []).slice(0);\\n\\t\\t\\t$tw.utils.pushTop(modification.tags,tag);\\n\\t\\t\\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\\n\\t\\t}\\n\\t} else if(typeof event.param === \\\"string\\\" && event.param.trim() !== \\\"\\\" && this.mangleTitle.trim() !== \\\"\\\") {\\n\\t\\tvar tag = [];\\n\\t\\ttag.push(event.param.trim());\\n\\t\\tthis.wiki.addTiddler(new $tw.Tiddler({title: this.mangleTitle, tags: tag},modification));\\n\\t}\\n\\treturn false;\\n};\\n\\nexports.fieldmangler = FieldManglerWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/fields.js\":{\"title\":\"$:/core/modules/widgets/fields.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/fields.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nFields widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar FieldsWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nFieldsWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nFieldsWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar textNode = this.document.createTextNode(this.text);\\n\\tparent.insertBefore(textNode,nextSibling);\\n\\tthis.domNodes.push(textNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nFieldsWidget.prototype.execute = function() {\\n\\t// Get parameters from our attributes\\n\\tthis.tiddlerTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.template = this.getAttribute(\\\"template\\\");\\n\\tthis.sort = this.getAttribute(\\\"sort\\\",\\\"yes\\\") === \\\"yes\\\";\\n\\tthis.sortReverse = this.getAttribute(\\\"sortReverse\\\",\\\"no\\\") === \\\"yes\\\";\\n\\tthis.exclude = this.getAttribute(\\\"exclude\\\");\\n\\tthis.include = this.getAttribute(\\\"include\\\",null);\\n\\tthis.stripTitlePrefix = this.getAttribute(\\\"stripTitlePrefix\\\",\\\"no\\\") === \\\"yes\\\";\\n\\t// Get the value to display\\n\\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\\n\\n\\t// Get the inclusion and exclusion list\\n\\tvar excludeArr = (this.exclude) ? this.exclude.split(\\\" \\\") : [\\\"text\\\"];\\n\\t// Include takes precedence\\n\\tvar includeArr = (this.include) ? this.include.split(\\\" \\\") : null;\\n\\n\\t// Compose the template\\n\\tvar text = [];\\n\\tif(this.template && tiddler) {\\n\\t\\tvar fields = [];\\n\\t\\tif (includeArr) { // Include takes precedence\\n\\t\\t\\tfor(var i=0; i\u003CincludeArr.length; i++) {\\n\\t\\t\\t\\tif(tiddler.fields[includeArr[i]]) {\\n\\t\\t\\t\\t\\tfields.push(includeArr[i]);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tfor(var fieldName in tiddler.fields) {\\n\\t\\t\\t\\tif(excludeArr.indexOf(fieldName) === -1) {\\n\\t\\t\\t\\t\\tfields.push(fieldName);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif (this.sort) fields.sort();\\n\\t\\tif (this.sortReverse) fields.reverse();\\n\\t\\tfor(var f=0, fmax=fields.length; f\u003Cfmax; f++) {\\n\\t\\t\\tfieldName = fields[f];\\n\\t\\t\\tvar row = this.template,\\n\\t\\t\\t\\tvalue = tiddler.getFieldString(fieldName);\\n\\t\\t\\tif(this.stripTitlePrefix && fieldName === \\\"title\\\") {\\n\\t\\t\\t\\tvar reStrip = /^\\\\{[^\\\\}]+\\\\}(.+)/mg,\\n\\t\\t\\t\\t\\treMatch = reStrip.exec(value);\\n\\t\\t\\t\\tif(reMatch) {\\n\\t\\t\\t\\t\\tvalue = reMatch[1];\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\trow = $tw.utils.replaceString(row,\\\"$name$\\\",fieldName);\\n\\t\\t\\trow = $tw.utils.replaceString(row,\\\"$value$\\\",value);\\n\\t\\t\\trow = $tw.utils.replaceString(row,\\\"$encoded_value$\\\",$tw.utils.htmlEncode(value));\\n\\t\\t\\ttext.push(row);\\n\\t\\t}\\n\\t}\\n\\tthis.text = text.join(\\\"\\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nFieldsWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif( changedAttributes.tiddler || changedAttributes.template || changedAttributes.exclude ||\\n\\t\\tchangedAttributes.include || changedAttributes.sort || changedAttributes.sortReverse ||\\n\\t\\tchangedTiddlers[this.tiddlerTitle] || changedAttributes.stripTitlePrefix) {\\n\\t\\t\\tthis.refreshSelf();\\n\\t\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nexports.fields = FieldsWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/image.js\":{\"title\":\"$:/core/modules/widgets/image.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/image.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nThe image widget displays an image referenced with an external URI or with a local tiddler title.\\n\\n```\\n\u003C$image src=\\\"TiddlerTitle\\\" width=\\\"320\\\" height=\\\"400\\\" class=\\\"classnames\\\">\\n```\\n\\nThe image source can be the title of an existing tiddler or the URL of an external image.\\n\\nExternal images always generate an HTML `\u003Cimg>` tag.\\n\\nTiddlers that have a _canonical_uri field generate an HTML `\u003Cimg>` tag with the src attribute containing the URI.\\n\\nTiddlers that contain image data generate an HTML `\u003Cimg>` tag with the src attribute containing a base64 representation of the image.\\n\\nTiddlers that contain wikitext could be rendered to a DIV of the usual size of a tiddler, and then transformed to the size requested.\\n\\nThe width and height attributes are interpreted as a number of pixels, and do not need to include the \\\"px\\\" suffix.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ImageWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nImageWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nImageWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Create element\\n\\t// Determine what type of image it is\\n\\tvar tag = \\\"img\\\", src = \\\"\\\",\\n\\t\\ttiddler = this.wiki.getTiddler(this.imageSource);\\n\\tif(!tiddler) {\\n\\t\\t// The source isn't the title of a tiddler, so we'll assume it's a URL\\n\\t\\tsrc = this.getVariable(\\\"tv-get-export-image-link\\\",{params: [{name: \\\"src\\\",value: this.imageSource}],defaultValue: this.imageSource});\\n\\t} else {\\n\\t\\t// Check if it is an image tiddler\\n\\t\\tif(this.wiki.isImageTiddler(this.imageSource)) {\\n\\t\\t\\tvar type = tiddler.fields.type,\\n\\t\\t\\t\\ttext = tiddler.fields.text,\\n\\t\\t\\t\\t_canonical_uri = tiddler.fields._canonical_uri;\\n\\t\\t\\t// If the tiddler has body text then it doesn't need to be lazily loaded\\n\\t\\t\\tif(text) {\\n\\t\\t\\t\\t// Render the appropriate element for the image type\\n\\t\\t\\t\\tswitch(type) {\\n\\t\\t\\t\\t\\tcase \\\"application/pdf\\\":\\n\\t\\t\\t\\t\\t\\ttag = \\\"embed\\\";\\n\\t\\t\\t\\t\\t\\tsrc = \\\"data:application/pdf;base64,\\\" + text;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tcase \\\"image/svg+xml\\\":\\n\\t\\t\\t\\t\\t\\tsrc = \\\"data:image/svg+xml,\\\" + encodeURIComponent(text);\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\tsrc = \\\"data:\\\" + type + \\\";base64,\\\" + text;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else if(_canonical_uri) {\\n\\t\\t\\t\\tswitch(type) {\\n\\t\\t\\t\\t\\tcase \\\"application/pdf\\\":\\n\\t\\t\\t\\t\\t\\ttag = \\\"embed\\\";\\n\\t\\t\\t\\t\\t\\tsrc = _canonical_uri;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tcase \\\"image/svg+xml\\\":\\n\\t\\t\\t\\t\\t\\tsrc = _canonical_uri;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tdefault:\\n\\t\\t\\t\\t\\t\\tsrc = _canonical_uri;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// Just trigger loading of the tiddler\\n\\t\\t\\t\\tthis.wiki.getTiddlerText(this.imageSource);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Create the element and assign the attributes\\n\\tvar domNode = this.document.createElement(tag);\\n\\tdomNode.setAttribute(\\\"src\\\",src);\\n\\tif(this.imageClass) {\\n\\t\\tdomNode.setAttribute(\\\"class\\\",this.imageClass);\\n\\t}\\n\\tif(this.imageWidth) {\\n\\t\\tdomNode.setAttribute(\\\"width\\\",this.imageWidth);\\n\\t}\\n\\tif(this.imageHeight) {\\n\\t\\tdomNode.setAttribute(\\\"height\\\",this.imageHeight);\\n\\t}\\n\\tif(this.imageTooltip) {\\n\\t\\tdomNode.setAttribute(\\\"title\\\",this.imageTooltip);\\n\\t}\\n\\tif(this.imageAlt) {\\n\\t\\tdomNode.setAttribute(\\\"alt\\\",this.imageAlt);\\n\\t}\\n\\t// Insert element\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nImageWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.imageSource = this.getAttribute(\\\"source\\\");\\n\\tthis.imageWidth = this.getAttribute(\\\"width\\\");\\n\\tthis.imageHeight = this.getAttribute(\\\"height\\\");\\n\\tthis.imageClass = this.getAttribute(\\\"class\\\");\\n\\tthis.imageTooltip = this.getAttribute(\\\"tooltip\\\");\\n\\tthis.imageAlt = this.getAttribute(\\\"alt\\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nImageWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.source || changedAttributes.width || changedAttributes.height || changedAttributes[\\\"class\\\"] || changedAttributes.tooltip || changedTiddlers[this.imageSource]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nexports.image = ImageWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/importvariables.js\":{\"title\":\"$:/core/modules/widgets/importvariables.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/importvariables.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nImport variable definitions from other tiddlers\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ImportVariablesWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nImportVariablesWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nImportVariablesWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nImportVariablesWidget.prototype.execute = function(tiddlerList) {\\n\\tvar widgetPointer = this;\\n\\t// Got to flush all the accumulated variables\\n\\tthis.variables = new this.variablesConstructor();\\n\\t// Get our parameters\\n\\tthis.filter = this.getAttribute(\\\"filter\\\");\\n\\t// Compute the filter\\n\\tthis.tiddlerList = tiddlerList || this.wiki.filterTiddlers(this.filter,this);\\n\\t// Accumulate the \u003C$set> widgets from each tiddler\\n\\t$tw.utils.each(this.tiddlerList,function(title) {\\n\\t\\tvar parser = widgetPointer.wiki.parseTiddler(title);\\n\\t\\tif(parser) {\\n\\t\\t\\tvar parseTreeNode = parser.tree[0];\\n\\t\\t\\twhile(parseTreeNode && parseTreeNode.type === \\\"set\\\") {\\n\\t\\t\\t\\tvar node = {\\n\\t\\t\\t\\t\\ttype: \\\"set\\\",\\n\\t\\t\\t\\t\\tattributes: parseTreeNode.attributes,\\n\\t\\t\\t\\t\\tparams: parseTreeNode.params,\\n\\t\\t\\t\\t\\tisMacroDefinition: parseTreeNode.isMacroDefinition\\n\\t\\t\\t\\t};\\n\\t\\t\\t\\tif (parseTreeNode.isMacroDefinition) {\\n\\t\\t\\t\\t\\t// Macro definitions can be folded into\\n\\t\\t\\t\\t\\t// current widget instead of adding\\n\\t\\t\\t\\t\\t// another link to the chain.\\n\\t\\t\\t\\t\\tvar widget = widgetPointer.makeChildWidget(node);\\n\\t\\t\\t\\t\\twidget.computeAttributes();\\n\\t\\t\\t\\t\\twidget.execute();\\n\\t\\t\\t\\t\\t// We SHALLOW copy over all variables\\n\\t\\t\\t\\t\\t// in widget. We can't use\\n\\t\\t\\t\\t\\t// $tw.utils.assign, because that copies\\n\\t\\t\\t\\t\\t// up the prototype chain, which we\\n\\t\\t\\t\\t\\t// don't want.\\n\\t\\t\\t\\t\\t$tw.utils.each(Object.keys(widget.variables), function(key) {\\n\\t\\t\\t\\t\\t\\twidgetPointer.variables[key] = widget.variables[key];\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\twidgetPointer.children = [widgetPointer.makeChildWidget(node)];\\n\\t\\t\\t\\t\\t// No more regenerating children for\\n\\t\\t\\t\\t\\t// this widget. If it needs to refresh,\\n\\t\\t\\t\\t\\t// it'll do so along with the the whole\\n\\t\\t\\t\\t\\t// importvariable tree.\\n\\t\\t\\t\\t\\tif (widgetPointer != this) {\\n\\t\\t\\t\\t\\t\\twidgetPointer.makeChildWidgets = function(){};\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\twidgetPointer = widgetPointer.children[0];\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tparseTreeNode = parseTreeNode.children && parseTreeNode.children[0];\\n\\t\\t\\t}\\n\\t\\t} \\n\\t});\\n\\n\\tif (widgetPointer != this) {\\n\\t\\twidgetPointer.parseTreeNode.children = this.parseTreeNode.children;\\n\\t} else {\\n\\t\\twidgetPointer.makeChildWidgets();\\n\\t}\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nImportVariablesWidget.prototype.refresh = function(changedTiddlers) {\\n\\t// Recompute our attributes and the filter list\\n\\tvar changedAttributes = this.computeAttributes(),\\n\\t\\ttiddlerList = this.wiki.filterTiddlers(this.getAttribute(\\\"filter\\\"),this);\\n\\t// Refresh if the filter has changed, or the list of tiddlers has changed, or any of the tiddlers in the list has changed\\n\\tfunction haveListedTiddlersChanged() {\\n\\t\\tvar changed = false;\\n\\t\\ttiddlerList.forEach(function(title) {\\n\\t\\t\\tif(changedTiddlers[title]) {\\n\\t\\t\\t\\tchanged = true;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\treturn changed;\\n\\t}\\n\\tif(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {\\n\\t\\t// Compute the filter\\n\\t\\tthis.removeChildDomNodes();\\n\\t\\tthis.execute(tiddlerList);\\n\\t\\tthis.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.importvariables = ImportVariablesWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/jsontiddler.js\":{\"title\":\"$:/core/modules/widgets/jsontiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/jsontiddler.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nRender a tiddler as JSON text\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar JSONTiddlerWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nJSONTiddlerWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nJSONTiddlerWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Collect the fields from the optional base tiddler\\n\\tvar fields = this.getTiddlerFields();\\n\\t// Add custom fields specified in attributes starting with $\\n\\t$tw.utils.each(this.attributes,function(attribute,name) {\\n\\t\\tif(name.charAt(0) === \\\"$\\\") {\\n\\t\\t\\tfields[name.slice(1)] = attribute;\\n\\t\\t}\\n\\t});\\n\\t// JSONify\\n\\tvar json = JSON.stringify(fields);\\n\\t// Escape unsafe script characters\\n\\tif(this.attEscapeUnsafeScriptChars) {\\n\\t\\tjson = json.replace(/\u003C/g,\\\"\\\\\\\\u003C\\\");\\n\\t}\\n\\t// Update the DOM\\n\\tvar textNode = this.document.createTextNode(json);\\n\\tparent.insertBefore(textNode,nextSibling);\\n\\tthis.domNodes.push(textNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nJSONTiddlerWidget.prototype.execute = function() {\\n\\tthis.attTiddler = this.getAttribute(\\\"tiddler\\\");\\n\\tthis.attExclude = this.getAttribute(\\\"exclude\\\",\\\"\\\");\\n\\tthis.attEscapeUnsafeScriptChars = this.getAttribute(\\\"escapeUnsafeScriptChars\\\",\\\"no\\\") === \\\"yes\\\";\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nJSONTiddlerWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif($tw.utils.count(changedAttributes) > 0 || (this.attTiddler && changedTiddlers[this.attTiddler])) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nJSONTiddlerWidget.prototype.getTiddlerFields = function() {\\n\\tvar fields = {};\\n\\tif(this.attTiddler) {\\n\\t\\tvar tiddler = this.wiki.getTiddler(this.attTiddler);\\n\\t\\tif(tiddler) {\\n\\t\\t\\tfields = tiddler.getFieldStrings({exclude: this.attExclude.split(\\\" \\\")});\\n\\t\\t} else {\\n\\t\\t\\tfields = {title: this.attTiddler};\\n\\t\\t}\\n\\t}\\n\\treturn fields;\\n};\\n\\nexports.jsontiddler = JSONTiddlerWidget;\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/keyboard.js\":{\"title\":\"$:/core/modules/widgets/keyboard.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/keyboard.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nKeyboard shortcut widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar KeyboardWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nKeyboardWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nKeyboardWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar tag = this.parseTreeNode.isBlock ? \\\"div\\\" : \\\"span\\\";\\n\\tif(this.tag && $tw.config.htmlUnsafeElements.indexOf(this.tag) === -1) {\\n\\t\\ttag = this.tag;\\n\\t}\\n\\t// Create element\\n\\tvar domNode = this.document.createElement(tag);\\n\\t// Assign classes\\n\\tthis.domNode = domNode;\\n\\tthis.assignDomNodeClasses();\\n\\t// Add a keyboard event handler\\n\\t$tw.utils.addEventListeners(domNode,[\\n\\t\\t{name: \\\"keydown\\\", handlerObject: this, handlerMethod: \\\"handleChangeEvent\\\"}\\n\\t]);\\n\\t// Insert element\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\nKeyboardWidget.prototype.handleChangeEvent = function(event) {\\n\\tvar keyInfo = $tw.keyboardManager.getMatchingKeyDescriptor(event,this.keyInfoArray);\\n\\tif(keyInfo) {\\n\\t\\tvar handled = this.invokeActions(this,event);\\n\\t\\tif(this.actions) {\\n\\t\\t\\tvar variables = {\\n\\t\\t\\t\\t\\t\\\"event-key\\\": event.key,\\n\\t\\t\\t\\t\\t\\\"event-code\\\": event.code,\\n\\t\\t\\t\\t\\t\\\"modifier\\\": $tw.keyboardManager.getEventModifierKeyDescriptor(event)\\n\\t\\t\\t\\t};\\n\\t\\t\\tif(keyInfo.keyDescriptor) {\\n\\t\\t\\t\\tvariables[\\\"event-key-descriptor\\\"] = keyInfo.keyDescriptor;\\n\\t\\t\\t}\\n\\t\\t\\tthis.invokeActionString(this.actions,this,event,variables);\\n\\t\\t}\\n\\t\\tthis.dispatchMessage(event);\\n\\t\\tif(handled || this.actions || this.message) {\\n\\t\\t\\tevent.preventDefault();\\n\\t\\t\\tevent.stopPropagation();\\n\\t\\t}\\n\\t\\treturn true;\\n\\t}\\n\\treturn false;\\n}\\n\\nKeyboardWidget.prototype.dispatchMessage = function(event) {\\n\\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\\\"currentTiddler\\\")});\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nKeyboardWidget.prototype.execute = function() {\\n\\tvar self = this;\\n\\t// Get attributes\\n\\tthis.actions = this.getAttribute(\\\"actions\\\",\\\"\\\");\\n\\tthis.message = this.getAttribute(\\\"message\\\",\\\"\\\");\\n\\tthis.param = this.getAttribute(\\\"param\\\",\\\"\\\");\\n\\tthis.key = this.getAttribute(\\\"key\\\",\\\"\\\");\\n\\tthis.tag = this.getAttribute(\\\"tag\\\",\\\"\\\");\\n\\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\\n\\tif(this.key.substr(0,2) === \\\"((\\\" && this.key.substr(-2,2) === \\\"))\\\") {\\n\\t\\tthis.shortcutTiddlers = [];\\n\\t\\tvar name = this.key.substring(2,this.key.length -2);\\n\\t\\t$tw.utils.each($tw.keyboardManager.lookupNames,function(platformDescriptor) {\\n\\t\\t\\tself.shortcutTiddlers.push(\\\"$:/config/\\\" + platformDescriptor + \\\"/\\\" + name);\\n\\t\\t});\\n\\t}\\n\\t// Make child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\nKeyboardWidget.prototype.assignDomNodeClasses = function() {\\n\\tvar classes = this.getAttribute(\\\"class\\\",\\\"\\\").split(\\\" \\\");\\n\\tclasses.push(\\\"tc-keyboard\\\");\\n\\tthis.domNode.className = classes.join(\\\" \\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nKeyboardWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.message || changedAttributes.param || changedAttributes.key || changedAttributes.tag) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else if(changedAttributes[\\\"class\\\"]) {\\n\\t\\tthis.assignDomNodeClasses();\\n\\t}\\n\\t// Update the keyInfoArray if one of its shortcut-config-tiddlers has changed\\n\\tif(this.shortcutTiddlers && $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers)) {\\n\\t\\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.keyboard = KeyboardWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/link.js\":{\"title\":\"$:/core/modules/widgets/link.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/link.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nLink widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar LinkWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nLinkWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nLinkWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\t// Get the value of the tv-wikilinks configuration macro\\n\\tvar wikiLinksMacro = this.getVariable(\\\"tv-wikilinks\\\"),\\n\\t\\tuseWikiLinks = wikiLinksMacro ? (wikiLinksMacro.trim() !== \\\"no\\\") : true,\\n\\t\\tmissingLinksEnabled = !(this.hideMissingLinks && this.isMissing && !this.isShadow);\\n\\t// Render the link if required\\n\\tif(useWikiLinks && missingLinksEnabled) {\\n\\t\\tthis.renderLink(parent,nextSibling);\\n\\t} else {\\n\\t\\t// Just insert the link text\\n\\t\\tvar domNode = this.document.createElement(\\\"span\\\");\\n\\t\\tparent.insertBefore(domNode,nextSibling);\\n\\t\\tthis.renderChildren(domNode,null);\\n\\t\\tthis.domNodes.push(domNode);\\n\\t}\\n};\\n\\n/*\\nRender this widget into the DOM\\n*/\\nLinkWidget.prototype.renderLink = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Sanitise the specified tag\\n\\tvar tag = this.linkTag;\\n\\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\\n\\t\\ttag = \\\"a\\\";\\n\\t}\\n\\t// Create our element\\n\\tvar namespace = this.getVariable(\\\"namespace\\\",{defaultValue: \\\"http://www.w3.org/1999/xhtml\\\"}),\\n\\t\\tdomNode = this.document.createElementNS(namespace,tag);\\n\\t// Assign classes\\n\\tvar classes = [];\\n\\tif(this.overrideClasses === undefined) {\\n\\t\\tclasses.push(\\\"tc-tiddlylink\\\");\\n\\t\\tif(this.isShadow) {\\n\\t\\t\\tclasses.push(\\\"tc-tiddlylink-shadow\\\");\\n\\t\\t}\\n\\t\\tif(this.isMissing && !this.isShadow) {\\n\\t\\t\\tclasses.push(\\\"tc-tiddlylink-missing\\\");\\n\\t\\t} else {\\n\\t\\t\\tif(!this.isMissing) {\\n\\t\\t\\t\\tclasses.push(\\\"tc-tiddlylink-resolves\\\");\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(this.linkClasses) {\\n\\t\\t\\tclasses.push(this.linkClasses);\\n\\t\\t}\\n\\t} else if(this.overrideClasses !== \\\"\\\") {\\n\\t\\tclasses.push(this.overrideClasses)\\n\\t}\\n\\tif(classes.length > 0) {\\n\\t\\tdomNode.setAttribute(\\\"class\\\",classes.join(\\\" \\\"));\\n\\t}\\n\\t// Set an href\\n\\tvar wikilinkTransformFilter = this.getVariable(\\\"tv-filter-export-link\\\"),\\n\\t\\twikiLinkText;\\n\\tif(wikilinkTransformFilter) {\\n\\t\\t// Use the filter to construct the href\\n\\t\\twikiLinkText = this.wiki.filterTiddlers(wikilinkTransformFilter,this,function(iterator) {\\n\\t\\t\\titerator(self.wiki.getTiddler(self.to),self.to)\\n\\t\\t})[0];\\n\\t} else {\\n\\t\\t// Expand the tv-wikilink-template variable to construct the href\\n\\t\\tvar wikiLinkTemplateMacro = this.getVariable(\\\"tv-wikilink-template\\\"),\\n\\t\\t\\twikiLinkTemplate = wikiLinkTemplateMacro ? wikiLinkTemplateMacro.trim() : \\\"#$uri_encoded$\\\";\\n\\t\\twikiLinkText = $tw.utils.replaceString(wikiLinkTemplate,\\\"$uri_encoded$\\\",encodeURIComponent(this.to));\\n\\t\\twikiLinkText = $tw.utils.replaceString(wikiLinkText,\\\"$uri_doubleencoded$\\\",encodeURIComponent(encodeURIComponent(this.to)));\\n\\t}\\n\\t// Override with the value of tv-get-export-link if defined\\n\\twikiLinkText = this.getVariable(\\\"tv-get-export-link\\\",{params: [{name: \\\"to\\\",value: this.to}],defaultValue: wikiLinkText});\\n\\tif(tag === \\\"a\\\") {\\n\\t\\tvar namespaceHref = (namespace === \\\"http://www.w3.org/2000/svg\\\") ? \\\"http://www.w3.org/1999/xlink\\\" : undefined;\\n\\t\\tdomNode.setAttributeNS(namespaceHref,\\\"href\\\",wikiLinkText);\\n\\t}\\n\\t// Set the tabindex\\n\\tif(this.tabIndex) {\\n\\t\\tdomNode.setAttribute(\\\"tabindex\\\",this.tabIndex);\\n\\t}\\n\\t// Set the tooltip\\n\\t// HACK: Performance issues with re-parsing the tooltip prevent us defaulting the tooltip to \\\"\u003C$transclude field='tooltip'>\u003C$transclude field='title'/>\u003C/$transclude>\\\"\\n\\tvar tooltipWikiText = this.tooltip || this.getVariable(\\\"tv-wikilink-tooltip\\\");\\n\\tif(tooltipWikiText) {\\n\\t\\tvar tooltipText = this.wiki.renderText(\\\"text/plain\\\",\\\"text/vnd.tiddlywiki\\\",tooltipWikiText,{\\n\\t\\t\\t\\tparseAsInline: true,\\n\\t\\t\\t\\tvariables: {\\n\\t\\t\\t\\t\\tcurrentTiddler: this.to\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\tparentWidget: this\\n\\t\\t\\t});\\n\\t\\tdomNode.setAttribute(\\\"title\\\",tooltipText);\\n\\t}\\n\\tif(this[\\\"aria-label\\\"]) {\\n\\t\\tdomNode.setAttribute(\\\"aria-label\\\",this[\\\"aria-label\\\"]);\\n\\t}\\n\\t// Add a click event handler\\n\\t$tw.utils.addEventListeners(domNode,[\\n\\t\\t{name: \\\"click\\\", handlerObject: this, handlerMethod: \\\"handleClickEvent\\\"},\\n\\t]);\\n\\t// Make the link draggable if required\\n\\tif(this.draggable === \\\"yes\\\") {\\n\\t\\t$tw.utils.makeDraggable({\\n\\t\\t\\tdomNode: domNode,\\n\\t\\t\\tdragTiddlerFn: function() {return self.to;},\\n\\t\\t\\twidget: this\\n\\t\\t});\\n\\t}\\n\\t// Insert the link into the DOM and render any children\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\nLinkWidget.prototype.handleClickEvent = function(event) {\\n\\t// Send the click on its way as a navigate event\\n\\tvar bounds = this.domNodes[0].getBoundingClientRect();\\n\\tthis.dispatchEvent({\\n\\t\\ttype: \\\"tm-navigate\\\",\\n\\t\\tnavigateTo: this.to,\\n\\t\\tnavigateFromTitle: this.getVariable(\\\"storyTiddler\\\"),\\n\\t\\tnavigateFromNode: this,\\n\\t\\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\\n\\t\\t},\\n\\t\\tnavigateFromClientTop: bounds.top,\\n\\t\\tnavigateFromClientLeft: bounds.left,\\n\\t\\tnavigateFromClientWidth: bounds.width,\\n\\t\\tnavigateFromClientRight: bounds.right,\\n\\t\\tnavigateFromClientBottom: bounds.bottom,\\n\\t\\tnavigateFromClientHeight: bounds.height,\\n\\t\\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\\n\\t\\tmetaKey: event.metaKey,\\n\\t\\tctrlKey: event.ctrlKey,\\n\\t\\taltKey: event.altKey,\\n\\t\\tshiftKey: event.shiftKey,\\n\\t\\tevent: event\\n\\t});\\n\\tif(this.domNodes[0].hasAttribute(\\\"href\\\")) {\\n\\t\\tevent.preventDefault();\\n\\t}\\n\\tevent.stopPropagation();\\n\\treturn false;\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nLinkWidget.prototype.execute = function() {\\n\\t// Pick up our attributes\\n\\tthis.to = this.getAttribute(\\\"to\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.tooltip = this.getAttribute(\\\"tooltip\\\");\\n\\tthis[\\\"aria-label\\\"] = this.getAttribute(\\\"aria-label\\\");\\n\\tthis.linkClasses = this.getAttribute(\\\"class\\\");\\n\\tthis.overrideClasses = this.getAttribute(\\\"overrideClass\\\");\\n\\tthis.tabIndex = this.getAttribute(\\\"tabindex\\\");\\n\\tthis.draggable = this.getAttribute(\\\"draggable\\\",\\\"yes\\\");\\n\\tthis.linkTag = this.getAttribute(\\\"tag\\\",\\\"a\\\");\\n\\t// Determine the link characteristics\\n\\tthis.isMissing = !this.wiki.tiddlerExists(this.to);\\n\\tthis.isShadow = this.wiki.isShadowTiddler(this.to);\\n\\tthis.hideMissingLinks = (this.getVariable(\\\"tv-show-missing-links\\\") || \\\"yes\\\") === \\\"no\\\";\\n\\t// Make the child widgets\\n\\tvar templateTree;\\n\\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\\n\\t\\ttemplateTree = this.parseTreeNode.children;\\n\\t} else {\\n\\t\\t// Default template is a link to the title\\n\\t\\ttemplateTree = [{type: \\\"text\\\", text: this.to}];\\n\\t}\\n\\tthis.makeChildWidgets(templateTree);\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nLinkWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.to || changedTiddlers[this.to] || changedAttributes[\\\"aria-label\\\"] || changedAttributes.tooltip) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.link = LinkWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/linkcatcher.js\":{\"title\":\"$:/core/modules/widgets/linkcatcher.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/linkcatcher.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nLinkcatcher widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar LinkCatcherWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nLinkCatcherWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nLinkCatcherWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.addEventListeners([\\n\\t\\t{type: \\\"tm-navigate\\\", handler: \\\"handleNavigateEvent\\\"}\\n\\t]);\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nLinkCatcherWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.catchTo = this.getAttribute(\\\"to\\\");\\n\\tthis.catchMessage = this.getAttribute(\\\"message\\\");\\n\\tthis.catchSet = this.getAttribute(\\\"set\\\");\\n\\tthis.catchSetTo = this.getAttribute(\\\"setTo\\\");\\n\\tthis.catchActions = this.getAttribute(\\\"actions\\\");\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n\\t// When executing actions we avoid trapping navigate events, so that we don't trigger ourselves recursively\\n\\tthis.executingActions = false;\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nLinkCatcherWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.to || changedAttributes.message || changedAttributes.set || changedAttributes.setTo) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\n/*\\nHandle a tm-navigate event\\n*/\\nLinkCatcherWidget.prototype.handleNavigateEvent = function(event) {\\n\\tif(!this.executingActions) {\\n\\t\\t// Execute the actions\\n\\t\\tif(this.catchTo) {\\n\\t\\t\\tthis.wiki.setTextReference(this.catchTo,event.navigateTo,this.getVariable(\\\"currentTiddler\\\"));\\n\\t\\t}\\n\\t\\tif(this.catchMessage && this.parentWidget) {\\n\\t\\t\\tthis.parentWidget.dispatchEvent({\\n\\t\\t\\t\\ttype: this.catchMessage,\\n\\t\\t\\t\\tparam: event.navigateTo,\\n\\t\\t\\t\\tnavigateTo: event.navigateTo\\n\\t\\t\\t});\\n\\t\\t}\\n\\t\\tif(this.catchSet) {\\n\\t\\t\\tvar tiddler = this.wiki.getTiddler(this.catchSet);\\n\\t\\t\\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,{title: this.catchSet, text: this.catchSetTo}));\\n\\t\\t}\\n\\t\\tif(this.catchActions) {\\n\\t\\t\\tthis.executingActions = true;\\n\\t\\t\\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\\n\\t\\t\\tthis.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo, modifier: modifierKey});\\n\\t\\t\\tthis.executingActions = false;\\n\\t\\t}\\n\\t} else {\\n\\t\\t// This is a navigate event generated by the actions of this linkcatcher, so we don't trap it again, but just pass it to the parent\\n\\t\\tthis.parentWidget.dispatchEvent({\\n\\t\\t\\ttype: \\\"tm-navigate\\\",\\n\\t\\t\\tparam: event.navigateTo,\\n\\t\\t\\tnavigateTo: event.navigateTo\\n\\t\\t});\\n\\t}\\n\\treturn false;\\n};\\n\\nexports.linkcatcher = LinkCatcherWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/list.js\":{\"title\":\"$:/core/modules/widgets/list.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/list.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nList and list item widgets\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\n/*\\nThe list widget creates list element sub-widgets that reach back into the list widget for their configuration\\n*/\\n\\nvar ListWidget = function(parseTreeNode,options) {\\n\\t// Main initialisation inherited from widget.js\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nListWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nListWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Initialise the storyviews if they've not been done already\\n\\tif(!this.storyViews) {\\n\\t\\tListWidget.prototype.storyViews = {};\\n\\t\\t$tw.modules.applyMethods(\\\"storyview\\\",this.storyViews);\\n\\t}\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n\\t// Construct the storyview\\n\\tvar StoryView = this.storyViews[this.storyViewName];\\n\\tif(this.storyViewName && !StoryView) {\\n\\t\\tStoryView = this.storyViews[\\\"classic\\\"];\\n\\t}\\n\\tif(StoryView && !this.document.isTiddlyWikiFakeDom) {\\n\\t\\tthis.storyview = new StoryView(this);\\n\\t} else {\\n\\t\\tthis.storyview = null;\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nListWidget.prototype.execute = function() {\\n\\t// Get our attributes\\n\\tthis.template = this.getAttribute(\\\"template\\\");\\n\\tthis.editTemplate = this.getAttribute(\\\"editTemplate\\\");\\n\\tthis.variableName = this.getAttribute(\\\"variable\\\",\\\"currentTiddler\\\");\\n\\tthis.counterName = this.getAttribute(\\\"counter\\\");\\n\\tthis.storyViewName = this.getAttribute(\\\"storyview\\\");\\n\\tthis.historyTitle = this.getAttribute(\\\"history\\\");\\n\\t// Compose the list elements\\n\\tthis.list = this.getTiddlerList();\\n\\tvar members = [],\\n\\t\\tself = this;\\n\\t// Check for an empty list\\n\\tif(this.list.length === 0) {\\n\\t\\tmembers = this.getEmptyMessage();\\n\\t} else {\\n\\t\\t$tw.utils.each(this.list,function(title,index) {\\n\\t\\t\\tmembers.push(self.makeItemTemplate(title,index));\\n\\t\\t});\\n\\t}\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets(members);\\n\\t// Clear the last history\\n\\tthis.history = [];\\n};\\n\\nListWidget.prototype.getTiddlerList = function() {\\n\\tvar defaultFilter = \\\"[!is[system]sort[title]]\\\";\\n\\treturn this.wiki.filterTiddlers(this.getAttribute(\\\"filter\\\",defaultFilter),this);\\n};\\n\\nListWidget.prototype.getEmptyMessage = function() {\\n\\tvar parser,\\n\\t\\temptyMessage = this.getAttribute(\\\"emptyMessage\\\",\\\"\\\");\\n\\t// this.wiki.parseText() calls \\n\\t// new Parser(..), which should only be done, if needed, because it's heavy!\\n\\tif (emptyMessage === \\\"\\\") {\\n\\t\\treturn [];\\n\\t}\\n\\tparser = this.wiki.parseText(\\\"text/vnd.tiddlywiki\\\",emptyMessage,{parseAsInline: true});\\n\\tif(parser) {\\n\\t\\treturn parser.tree;\\n\\t} else {\\n\\t\\treturn [];\\n\\t}\\n};\\n\\n/*\\nCompose the template for a list item\\n*/\\nListWidget.prototype.makeItemTemplate = function(title,index) {\\n\\t// Check if the tiddler is a draft\\n\\tvar tiddler = this.wiki.getTiddler(title),\\n\\t\\tisDraft = tiddler && tiddler.hasField(\\\"draft.of\\\"),\\n\\t\\ttemplate = this.template,\\n\\t\\ttemplateTree;\\n\\tif(isDraft && this.editTemplate) {\\n\\t\\ttemplate = this.editTemplate;\\n\\t}\\n\\t// Compose the transclusion of the template\\n\\tif(template) {\\n\\t\\ttemplateTree = [{type: \\\"transclude\\\", attributes: {tiddler: {type: \\\"string\\\", value: template}}}];\\n\\t} else {\\n\\t\\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\\n\\t\\t\\ttemplateTree = this.parseTreeNode.children;\\n\\t\\t} else {\\n\\t\\t\\t// Default template is a link to the title\\n\\t\\t\\ttemplateTree = [{type: \\\"element\\\", tag: this.parseTreeNode.isBlock ? \\\"div\\\" : \\\"span\\\", children: [{type: \\\"link\\\", attributes: {to: {type: \\\"string\\\", value: title}}, children: [\\n\\t\\t\\t\\t\\t{type: \\\"text\\\", text: title}\\n\\t\\t\\t]}]}];\\n\\t\\t}\\n\\t}\\n\\t// Return the list item\\n\\tvar parseTreeNode = {type: \\\"listitem\\\", itemTitle: title, variableName: this.variableName, children: templateTree};\\n\\tif(this.counterName) {\\n\\t\\tparseTreeNode.counter = (index + 1).toString();\\n\\t\\tparseTreeNode.counterName = this.counterName;\\n\\t\\tparseTreeNode.isFirst = index === 0;\\n\\t\\tparseTreeNode.isLast = index === this.list.length - 1;\\n\\t}\\n\\treturn parseTreeNode;\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nListWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes(),\\n\\t\\tresult;\\n\\t// Call the storyview\\n\\tif(this.storyview && this.storyview.refreshStart) {\\n\\t\\tthis.storyview.refreshStart(changedTiddlers,changedAttributes);\\n\\t}\\n\\t// Completely refresh if any of our attributes have changed\\n\\tif(changedAttributes.filter || changedAttributes.variable || changedAttributes.counter || changedAttributes.template || changedAttributes.editTemplate || changedAttributes.emptyMessage || changedAttributes.storyview || changedAttributes.history) {\\n\\t\\tthis.refreshSelf();\\n\\t\\tresult = true;\\n\\t} else {\\n\\t\\t// Handle any changes to the list\\n\\t\\tresult = this.handleListChanges(changedTiddlers);\\n\\t\\t// Handle any changes to the history stack\\n\\t\\tif(this.historyTitle && changedTiddlers[this.historyTitle]) {\\n\\t\\t\\tthis.handleHistoryChanges();\\n\\t\\t}\\n\\t}\\n\\t// Call the storyview\\n\\tif(this.storyview && this.storyview.refreshEnd) {\\n\\t\\tthis.storyview.refreshEnd(changedTiddlers,changedAttributes);\\n\\t}\\n\\treturn result;\\n};\\n\\n/*\\nHandle any changes to the history list\\n*/\\nListWidget.prototype.handleHistoryChanges = function() {\\n\\t// Get the history data\\n\\tvar newHistory = this.wiki.getTiddlerDataCached(this.historyTitle,[]);\\n\\t// Ignore any entries of the history that match the previous history\\n\\tvar entry = 0;\\n\\twhile(entry \u003C newHistory.length && entry \u003C this.history.length && newHistory[entry].title === this.history[entry].title) {\\n\\t\\tentry++;\\n\\t}\\n\\t// Navigate forwards to each of the new tiddlers\\n\\twhile(entry \u003C newHistory.length) {\\n\\t\\tif(this.storyview && this.storyview.navigateTo) {\\n\\t\\t\\tthis.storyview.navigateTo(newHistory[entry]);\\n\\t\\t}\\n\\t\\tentry++;\\n\\t}\\n\\t// Update the history\\n\\tthis.history = newHistory;\\n};\\n\\n/*\\nProcess any changes to the list\\n*/\\nListWidget.prototype.handleListChanges = function(changedTiddlers) {\\n\\t// Get the new list\\n\\tvar prevList = this.list;\\n\\tthis.list = this.getTiddlerList();\\n\\t// Check for an empty list\\n\\tif(this.list.length === 0) {\\n\\t\\t// Check if it was empty before\\n\\t\\tif(prevList.length === 0) {\\n\\t\\t\\t// If so, just refresh the empty message\\n\\t\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t\\t} else {\\n\\t\\t\\t// Replace the previous content with the empty message\\n\\t\\t\\tfor(t=this.children.length-1; t>=0; t--) {\\n\\t\\t\\t\\tthis.removeListItem(t);\\n\\t\\t\\t}\\n\\t\\t\\tvar nextSibling = this.findNextSiblingDomNode();\\n\\t\\t\\tthis.makeChildWidgets(this.getEmptyMessage());\\n\\t\\t\\tthis.renderChildren(this.parentDomNode,nextSibling);\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t} else {\\n\\t\\t// If the list was empty then we need to remove the empty message\\n\\t\\tif(prevList.length === 0) {\\n\\t\\t\\tthis.removeChildDomNodes();\\n\\t\\t\\tthis.children = [];\\n\\t\\t}\\n\\t\\t// If we are providing an counter variable then we must refresh the items, otherwise we can rearrange them\\n\\t\\tvar hasRefreshed = false,t;\\n\\t\\tif(this.counterName) {\\n\\t\\t\\t// Cycle through the list and remove and re-insert the first item that has changed, and all the remaining items\\n\\t\\t\\tfor(t=0; t\u003Cthis.list.length; t++) {\\n\\t\\t\\t\\tif(hasRefreshed || !this.children[t] || this.children[t].parseTreeNode.itemTitle !== this.list[t]) {\\n\\t\\t\\t\\t\\tif(this.children[t]) {\\n\\t\\t\\t\\t\\t\\tthis.removeListItem(t);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tthis.insertListItem(t,this.list[t]);\\n\\t\\t\\t\\t\\thasRefreshed = true;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// Refresh the item we're reusing\\n\\t\\t\\t\\t\\tvar refreshed = this.children[t].refresh(changedTiddlers);\\n\\t\\t\\t\\t\\thasRefreshed = hasRefreshed || refreshed;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\t// If there are items to remove and we have not refreshed then recreate the item that will now be at the last position\\n\\t\\t\\tif(!hasRefreshed && this.children.length > this.list.length) {\\n\\t\\t\\t\\tthis.removeListItem(this.list.length-1);\\n\\t\\t\\t\\tthis.insertListItem(this.list.length-1,this.list[this.list.length-1]);\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\t// Cycle through the list, inserting and removing list items as needed\\n\\t\\t\\tfor(t=0; t\u003Cthis.list.length; t++) {\\n\\t\\t\\t\\tvar index = this.findListItem(t,this.list[t]);\\n\\t\\t\\t\\tif(index === undefined) {\\n\\t\\t\\t\\t\\t// The list item must be inserted\\n\\t\\t\\t\\t\\tthis.insertListItem(t,this.list[t]);\\n\\t\\t\\t\\t\\thasRefreshed = true;\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// There are intervening list items that must be removed\\n\\t\\t\\t\\t\\tfor(var n=index-1; n>=t; n--) {\\n\\t\\t\\t\\t\\t\\tthis.removeListItem(n);\\n\\t\\t\\t\\t\\t\\thasRefreshed = true;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t// Refresh the item we're reusing\\n\\t\\t\\t\\t\\tvar refreshed = this.children[t].refresh(changedTiddlers);\\n\\t\\t\\t\\t\\thasRefreshed = hasRefreshed || refreshed;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Remove any left over items\\n\\t\\tfor(t=this.children.length-1; t>=this.list.length; t--) {\\n\\t\\t\\tthis.removeListItem(t);\\n\\t\\t\\thasRefreshed = true;\\n\\t\\t}\\n\\t\\treturn hasRefreshed;\\n\\t}\\n};\\n\\n/*\\nFind the list item with a given title, starting from a specified position\\n*/\\nListWidget.prototype.findListItem = function(startIndex,title) {\\n\\twhile(startIndex \u003C this.children.length) {\\n\\t\\tif(this.children[startIndex].parseTreeNode.itemTitle === title) {\\n\\t\\t\\treturn startIndex;\\n\\t\\t}\\n\\t\\tstartIndex++;\\n\\t}\\n\\treturn undefined;\\n};\\n\\n/*\\nInsert a new list item at the specified index\\n*/\\nListWidget.prototype.insertListItem = function(index,title) {\\n\\t// Create, insert and render the new child widgets\\n\\tvar widget = this.makeChildWidget(this.makeItemTemplate(title,index));\\n\\twidget.parentDomNode = this.parentDomNode; // Hack to enable findNextSiblingDomNode() to work\\n\\tthis.children.splice(index,0,widget);\\n\\tvar nextSibling = widget.findNextSiblingDomNode();\\n\\twidget.render(this.parentDomNode,nextSibling);\\n\\t// Animate the insertion if required\\n\\tif(this.storyview && this.storyview.insert) {\\n\\t\\tthis.storyview.insert(widget);\\n\\t}\\n\\treturn true;\\n};\\n\\n/*\\nRemove the specified list item\\n*/\\nListWidget.prototype.removeListItem = function(index) {\\n\\tvar widget = this.children[index];\\n\\t// Animate the removal if required\\n\\tif(this.storyview && this.storyview.remove) {\\n\\t\\tthis.storyview.remove(widget);\\n\\t} else {\\n\\t\\twidget.removeChildDomNodes();\\n\\t}\\n\\t// Remove the child widget\\n\\tthis.children.splice(index,1);\\n};\\n\\nexports.list = ListWidget;\\n\\nvar ListItemWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nListItemWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nListItemWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nListItemWidget.prototype.execute = function() {\\n\\t// Set the current list item title\\n\\tthis.setVariable(this.parseTreeNode.variableName,this.parseTreeNode.itemTitle);\\n\\tif(this.parseTreeNode.counterName) {\\n\\t\\tthis.setVariable(this.parseTreeNode.counterName,this.parseTreeNode.counter);\\n\\t\\tthis.setVariable(this.parseTreeNode.counterName + \\\"-first\\\",this.parseTreeNode.isFirst ? \\\"yes\\\" : \\\"no\\\");\\n\\t\\tthis.setVariable(this.parseTreeNode.counterName + \\\"-last\\\",this.parseTreeNode.isLast ? \\\"yes\\\" : \\\"no\\\");\\n\\t}\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nListItemWidget.prototype.refresh = function(changedTiddlers) {\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.listitem = ListItemWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/log.js\":{\"title\":\"$:/core/modules/widgets/log.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/log.js\\ntype: application/javascript\\nmodule-type: widget-subclass\\n\\nWidget to log debug messages\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.baseClass = \\\"action-log\\\";\\n\\nexports.name = \\\"log\\\";\\n\\nexports.constructor = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n}\\n\\nexports.prototype = {};\\n\\nexports.prototype.render = function(event) {\\n\\tObject.getPrototypeOf(Object.getPrototypeOf(this)).render.call(this,event);\\n\\tObject.getPrototypeOf(Object.getPrototypeOf(this)).log.call(this);\\n}\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"widget-subclass\"},\"$:/core/modules/widgets/macrocall.js\":{\"title\":\"$:/core/modules/widgets/macrocall.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/macrocall.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nMacrocall widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar MacroCallWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nMacroCallWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nMacroCallWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nMacroCallWidget.prototype.execute = function() {\\n\\t// Get the parse type if specified\\n\\tthis.parseType = this.getAttribute(\\\"$type\\\",\\\"text/vnd.tiddlywiki\\\");\\n\\tthis.renderOutput = this.getAttribute(\\\"$output\\\",\\\"text/html\\\");\\n\\t// Merge together the parameters specified in the parse tree with the specified attributes\\n\\tvar params = this.parseTreeNode.params ? this.parseTreeNode.params.slice(0) : [];\\n\\t$tw.utils.each(this.attributes,function(attribute,name) {\\n\\t\\tif(name.charAt(0) !== \\\"$\\\") {\\n\\t\\t\\tparams.push({name: name, value: attribute});\\n\\t\\t}\\n\\t});\\n\\t// Get the macro value\\n\\tvar macroName = this.parseTreeNode.name || this.getAttribute(\\\"$name\\\"),\\n\\t\\tvariableInfo = this.getVariableInfo(macroName,{params: params}),\\n\\t\\ttext = variableInfo.text,\\n\\t\\tparseTreeNodes;\\n\\t// Are we rendering to HTML?\\n\\tif(this.renderOutput === \\\"text/html\\\") {\\n\\t\\t// If so we'll return the parsed macro\\n\\t\\t// Check if we've already cached parsing this macro\\n\\t\\tvar mode = this.parseTreeNode.isBlock ? \\\"blockParser\\\" : \\\"inlineParser\\\",\\n\\t\\t\\tparser;\\n\\t\\tif(variableInfo.srcVariable && variableInfo.srcVariable[mode]) {\\n\\t\\t\\tparser = variableInfo.srcVariable[mode];\\n\\t\\t} else {\\n\\t\\t\\tparser = this.wiki.parseText(this.parseType,text,\\n\\t\\t\\t\\t\\t\\t\\t\\t{parseAsInline: !this.parseTreeNode.isBlock});\\n\\t\\t\\tif(variableInfo.isCacheable && variableInfo.srcVariable) {\\n\\t\\t\\t\\tvariableInfo.srcVariable[mode] = parser;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tvar parseTreeNodes = parser ? parser.tree : [];\\n\\t\\t// Wrap the parse tree in a vars widget assigning the parameters to variables named \\\"__paramname__\\\"\\n\\t\\tvar attributes = {};\\n\\t\\t$tw.utils.each(variableInfo.params,function(param) {\\n\\t\\t\\tvar name = \\\"__\\\" + param.name + \\\"__\\\";\\n\\t\\t\\tattributes[name] = {\\n\\t\\t\\t\\tname: name,\\n\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\tvalue: param.value\\n\\t\\t\\t};\\n\\t\\t});\\n\\t\\tparseTreeNodes = [{\\n\\t\\t\\ttype: \\\"vars\\\",\\n\\t\\t\\tattributes: attributes,\\n\\t\\t\\tchildren: parseTreeNodes\\n\\t\\t}];\\n\\t} else if(this.renderOutput === \\\"text/raw\\\") {\\n\\t\\tparseTreeNodes = [{type: \\\"text\\\", text: text}];\\n\\t} else {\\n\\t\\t// Otherwise, we'll render the text\\n\\t\\tvar plainText = this.wiki.renderText(\\\"text/plain\\\",this.parseType,text,{parentWidget: this});\\n\\t\\tparseTreeNodes = [{type: \\\"text\\\", text: plainText}];\\n\\t}\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets(parseTreeNodes);\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nMacroCallWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif($tw.utils.count(changedAttributes) > 0) {\\n\\t\\t// Rerender ourselves\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.macrocall = MacroCallWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/messagecatcher.js\":{\"title\":\"$:/core/modules/widgets/messagecatcher.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/messagecatcher.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nMessage catcher widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar MessageCatcherWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nMessageCatcherWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nMessageCatcherWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Helper to add an event handler\\n\\tvar addEventHandler = function(type,actions) {\\n\\t\\tif(type && actions) {\\n\\t\\t\\tvar isActionStringExecuting = false;\\n\\t\\t\\tself.addEventListener(\\n\\t\\t\\t\\ttype,\\n\\t\\t\\t\\tfunction(event) {\\n\\t\\t\\t\\t\\t// Don't trap the event if it came from one of our action handlers\\n\\t\\t\\t\\t\\tif(isActionStringExecuting) {\\n\\t\\t\\t\\t\\t\\treturn true;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t// Collect all the event properties into variables\\n\\t\\t\\t\\t\\tvar collectProps = function(obj,prefix) {\\n\\t\\t\\t\\t\\t\\tprefix = prefix || \\\"\\\";\\n\\t\\t\\t\\t\\t\\tvar props = {},\\n\\t\\t\\t\\t\\t\\t\\tnames = [];\\n\\t\\t\\t\\t\\t\\t$tw.utils.each(obj,function(value,name) {\\n\\t\\t\\t\\t\\t\\t\\tif([\\\"string\\\",\\\"boolean\\\",\\\"number\\\"].indexOf(typeof value) !== -1) {\\n\\t\\t\\t\\t\\t\\t\\t\\tnames.push(name);\\n\\t\\t\\t\\t\\t\\t\\t\\tprops[prefix + \\\"-\\\" + name] = value.toString();\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\t\\tprops[\\\"list-\\\" + prefix] = $tw.utils.stringifyList(names);\\n\\t\\t\\t\\t\\t\\treturn props;\\n\\t\\t\\t\\t\\t};\\n\\t\\t\\t\\t\\tvar variables = $tw.utils.extend(\\n\\t\\t\\t\\t\\t\\t{},\\n\\t\\t\\t\\t\\t\\tcollectProps(event.paramObject,\\\"event-paramObject\\\"),\\n\\t\\t\\t\\t\\t\\tcollectProps(event,\\\"event\\\"),\\n\\t\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\t\\tmodifier: $tw.keyboardManager.getEventModifierKeyDescriptor(event)\\n\\t\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t\\tisActionStringExecuting = true;\\n\\t\\t\\t\\t\\tself.invokeActionString(actions,self,event,variables);\\n\\t\\t\\t\\t\\tisActionStringExecuting = false;\\n\\t\\t\\t\\t\\treturn false;\\n\\t\\t\\t\\t}\\n\\t\\t\\t);\\n\\t\\t}\\n\\t}\\n\\t// Add the main event handler\\n\\taddEventHandler(this.getAttribute(\\\"type\\\"),this.getAttribute(\\\"actions\\\"));\\n\\t// Add any other event handlers\\n\\t$tw.utils.each(this.attributes,function(value,key) {\\n\\t\\tif(key.charAt(0) === \\\"$\\\") {\\n\\t\\t\\taddEventHandler(key.slice(1),value);\\n\\t\\t}\\n\\t});\\n\\t// Render children\\n\\tthis.renderChildren(parent,null);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nMessageCatcherWidget.prototype.execute = function() {\\n\\t// Make child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nMessageCatcherWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif($tw.utils.count(changedAttributes) > 0) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.messagecatcher = MessageCatcherWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/navigator.js\":{\"title\":\"$:/core/modules/widgets/navigator.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/navigator.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nNavigator widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar IMPORT_TITLE = \\\"$:/Import\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar NavigatorWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nNavigatorWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nNavigatorWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.addEventListeners([\\n\\t\\t{type: \\\"tm-navigate\\\", handler: \\\"handleNavigateEvent\\\"},\\n\\t\\t{type: \\\"tm-edit-tiddler\\\", handler: \\\"handleEditTiddlerEvent\\\"},\\n\\t\\t{type: \\\"tm-delete-tiddler\\\", handler: \\\"handleDeleteTiddlerEvent\\\"},\\n\\t\\t{type: \\\"tm-save-tiddler\\\", handler: \\\"handleSaveTiddlerEvent\\\"},\\n\\t\\t{type: \\\"tm-cancel-tiddler\\\", handler: \\\"handleCancelTiddlerEvent\\\"},\\n\\t\\t{type: \\\"tm-close-tiddler\\\", handler: \\\"handleCloseTiddlerEvent\\\"},\\n\\t\\t{type: \\\"tm-close-all-tiddlers\\\", handler: \\\"handleCloseAllTiddlersEvent\\\"},\\n\\t\\t{type: \\\"tm-close-other-tiddlers\\\", handler: \\\"handleCloseOtherTiddlersEvent\\\"},\\n\\t\\t{type: \\\"tm-new-tiddler\\\", handler: \\\"handleNewTiddlerEvent\\\"},\\n\\t\\t{type: \\\"tm-import-tiddlers\\\", handler: \\\"handleImportTiddlersEvent\\\"},\\n\\t\\t{type: \\\"tm-perform-import\\\", handler: \\\"handlePerformImportEvent\\\"},\\n\\t\\t{type: \\\"tm-fold-tiddler\\\", handler: \\\"handleFoldTiddlerEvent\\\"},\\n\\t\\t{type: \\\"tm-fold-other-tiddlers\\\", handler: \\\"handleFoldOtherTiddlersEvent\\\"},\\n\\t\\t{type: \\\"tm-fold-all-tiddlers\\\", handler: \\\"handleFoldAllTiddlersEvent\\\"},\\n\\t\\t{type: \\\"tm-unfold-all-tiddlers\\\", handler: \\\"handleUnfoldAllTiddlersEvent\\\"},\\n\\t\\t{type: \\\"tm-rename-tiddler\\\", handler: \\\"handleRenameTiddlerEvent\\\"}\\n\\t]);\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nNavigatorWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.storyTitle = this.getAttribute(\\\"story\\\");\\n\\tthis.historyTitle = this.getAttribute(\\\"history\\\");\\n\\tthis.setVariable(\\\"tv-story-list\\\",this.storyTitle);\\n\\tthis.setVariable(\\\"tv-history-list\\\",this.historyTitle);\\n\\tthis.story = new $tw.Story({\\n\\t\\twiki: this.wiki,\\n\\t\\tstoryTitle: this.storyTitle,\\n\\t\\thistoryTitle: this.historyTitle\\n\\t});\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nNavigatorWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.story || changedAttributes.history) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nNavigatorWidget.prototype.getStoryList = function() {\\n\\treturn this.storyTitle ? this.wiki.getTiddlerList(this.storyTitle) : null;\\n};\\n\\nNavigatorWidget.prototype.saveStoryList = function(storyList) {\\n\\tif(this.storyTitle) {\\n\\t\\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\\n\\t\\tthis.wiki.addTiddler(new $tw.Tiddler(\\n\\t\\t\\t{title: this.storyTitle},\\n\\t\\t\\tstoryTiddler,\\n\\t\\t\\t{list: storyList}\\n\\t\\t));\\n\\t}\\n};\\n\\nNavigatorWidget.prototype.removeTitleFromStory = function(storyList,title) {\\n\\tif(storyList) {\\n\\t\\tvar p = storyList.indexOf(title);\\n\\t\\twhile(p !== -1) {\\n\\t\\t\\tstoryList.splice(p,1);\\n\\t\\t\\tp = storyList.indexOf(title);\\n\\t\\t}\\n\\t}\\n};\\n\\nNavigatorWidget.prototype.replaceFirstTitleInStory = function(storyList,oldTitle,newTitle) {\\n\\tif(storyList) {\\n\\t\\tvar pos = storyList.indexOf(oldTitle);\\n\\t\\tif(pos !== -1) {\\n\\t\\t\\tstoryList[pos] = newTitle;\\n\\t\\t\\tdo {\\n\\t\\t\\t\\tpos = storyList.indexOf(oldTitle,pos + 1);\\n\\t\\t\\t\\tif(pos !== -1) {\\n\\t\\t\\t\\t\\tstoryList.splice(pos,1);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} while(pos !== -1);\\n\\t\\t} else {\\n\\t\\t\\tstoryList.splice(0,0,newTitle);\\n\\t\\t}\\n\\t}\\n};\\n\\nNavigatorWidget.prototype.addToStory = function(title,fromTitle) {\\n\\tif(this.storyTitle) {\\n\\t\\tthis.story.addToStory(title,fromTitle,{\\n\\t\\t\\topenLinkFromInsideRiver: this.getAttribute(\\\"openLinkFromInsideRiver\\\",\\\"top\\\"),\\n\\t\\t\\topenLinkFromOutsideRiver: this.getAttribute(\\\"openLinkFromOutsideRiver\\\",\\\"top\\\")\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nAdd a new record to the top of the history stack\\ntitle: a title string or an array of title strings\\nfromPageRect: page coordinates of the origin of the navigation\\n*/\\nNavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {\\n\\tthis.story.addToHistory(title,fromPageRect,this.historyTitle);\\n};\\n\\n/*\\nHandle a tm-navigate event\\n*/\\nNavigatorWidget.prototype.handleNavigateEvent = function(event) {\\n\\tevent = $tw.hooks.invokeHook(\\\"th-navigating\\\",event);\\n\\tif(event.navigateTo) {\\n\\t\\tthis.addToStory(event.navigateTo,event.navigateFromTitle);\\n\\t\\tif(!event.navigateSuppressNavigation) {\\n\\t\\t\\tthis.addToHistory(event.navigateTo,event.navigateFromClientRect);\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\n// Close a specified tiddler\\nNavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {\\n\\tevent = $tw.hooks.invokeHook(\\\"th-closing-tiddler\\\",event);\\n\\tvar title = event.param || event.tiddlerTitle,\\n\\t\\tstoryList = this.getStoryList();\\n\\t// Look for tiddlers with this title to close\\n\\tthis.removeTitleFromStory(storyList,title);\\n\\tthis.saveStoryList(storyList);\\n\\treturn false;\\n};\\n\\n// Close all tiddlers\\nNavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {\\n\\tthis.saveStoryList([]);\\n\\treturn false;\\n};\\n\\n// Close other tiddlers\\nNavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {\\n\\tvar title = event.param || event.tiddlerTitle;\\n\\tthis.saveStoryList([title]);\\n\\treturn false;\\n};\\n\\n// Place a tiddler in edit mode\\nNavigatorWidget.prototype.handleEditTiddlerEvent = function(event) {\\n\\tvar editTiddler = $tw.hooks.invokeHook(\\\"th-editing-tiddler\\\",event),\\n\\t win = event.event && event.event.view ? event.event.view : window;\\n\\tif(!editTiddler) {\\n\\t\\treturn false;\\n\\t}\\n\\tvar self = this;\\n\\tfunction isUnmodifiedShadow(title) {\\n\\t\\treturn self.wiki.isShadowTiddler(title) && !self.wiki.tiddlerExists(title);\\n\\t}\\n\\tfunction confirmEditShadow(title) {\\n\\t\\treturn win.confirm($tw.language.getString(\\n\\t\\t\\t\\\"ConfirmEditShadowTiddler\\\",\\n\\t\\t\\t{variables:\\n\\t\\t\\t\\t{title: title}\\n\\t\\t\\t}\\n\\t\\t));\\n\\t}\\n\\tvar title = event.param || event.tiddlerTitle;\\n\\tif(isUnmodifiedShadow(title) && !confirmEditShadow(title)) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Replace the specified tiddler with a draft in edit mode\\n\\tvar draftTiddler = this.makeDraftTiddler(title);\\n\\t// Update the story and history if required\\n\\tif(!event.paramObject || event.paramObject.suppressNavigation !== \\\"yes\\\") {\\n\\t\\tvar draftTitle = draftTiddler.fields.title,\\n\\t\\t\\tstoryList = this.getStoryList();\\n\\t\\tthis.removeTitleFromStory(storyList,draftTitle);\\n\\t\\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\\n\\t\\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\\n\\t\\tthis.saveStoryList(storyList);\\n\\t\\treturn false;\\n\\t}\\n};\\n\\n// Delete a tiddler\\nNavigatorWidget.prototype.handleDeleteTiddlerEvent = function(event) {\\n\\t// Get the tiddler we're deleting\\n\\tvar title = event.param || event.tiddlerTitle,\\n\\t\\ttiddler = this.wiki.getTiddler(title),\\n\\t\\tstoryList = this.getStoryList(),\\n\\t\\toriginalTitle = tiddler ? tiddler.fields[\\\"draft.of\\\"] : \\\"\\\",\\n\\t\\toriginalTiddler = originalTitle ? this.wiki.getTiddler(originalTitle) : undefined,\\n\\t\\tconfirmationTitle,\\n\\t \\twin = event.event && event.event.view ? event.event.view : window;\\n\\tif(!tiddler) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Check if the tiddler we're deleting is in draft mode\\n\\tif(originalTitle) {\\n\\t\\t// If so, we'll prompt for confirmation referencing the original tiddler\\n\\t\\tconfirmationTitle = originalTitle;\\n\\t} else {\\n\\t\\t// If not a draft, then prompt for confirmation referencing the specified tiddler\\n\\t\\tconfirmationTitle = title;\\n\\t}\\n\\t// Seek confirmation\\n\\tif((this.wiki.getTiddler(originalTitle) || (tiddler.fields.text || \\\"\\\") !== \\\"\\\") && !win.confirm($tw.language.getString(\\n\\t\\t\\t\\t\\\"ConfirmDeleteTiddler\\\",\\n\\t\\t\\t\\t{variables:\\n\\t\\t\\t\\t\\t{title: confirmationTitle}\\n\\t\\t\\t\\t}\\n\\t\\t\\t))) {\\n\\t\\treturn false;\\n\\t}\\n\\t// Delete the original tiddler\\n\\tif(originalTitle) {\\n\\t\\tif(originalTiddler) {\\n\\t\\t\\t$tw.hooks.invokeHook(\\\"th-deleting-tiddler\\\",originalTiddler);\\n\\t\\t}\\n\\t\\tthis.wiki.deleteTiddler(originalTitle);\\n\\t\\tthis.removeTitleFromStory(storyList,originalTitle);\\n\\t}\\n\\t// Invoke the hook function and delete this tiddler\\n\\t$tw.hooks.invokeHook(\\\"th-deleting-tiddler\\\",tiddler);\\n\\tthis.wiki.deleteTiddler(title);\\n\\t// Remove the closed tiddler from the story\\n\\tthis.removeTitleFromStory(storyList,title);\\n\\tthis.saveStoryList(storyList);\\n\\t// Trigger an autosave\\n\\t$tw.rootWidget.dispatchEvent({type: \\\"tm-auto-save-wiki\\\"});\\n\\treturn false;\\n};\\n\\n/*\\nCreate/reuse the draft tiddler for a given title\\n*/\\nNavigatorWidget.prototype.makeDraftTiddler = function(targetTitle) {\\n\\t// See if there is already a draft tiddler for this tiddler\\n\\tvar draftTitle = this.wiki.findDraft(targetTitle);\\n\\tif(draftTitle) {\\n\\t\\treturn this.wiki.getTiddler(draftTitle);\\n\\t}\\n\\t// Get the current value of the tiddler we're editing\\n\\tvar tiddler = this.wiki.getTiddler(targetTitle);\\n\\t// Save the initial value of the draft tiddler\\n\\tdraftTitle = this.generateDraftTitle(targetTitle);\\n\\tvar draftTiddler = new $tw.Tiddler({\\n\\t\\t\\t\\ttext: \\\"\\\",\\n\\t\\t\\t},\\n\\t\\t\\ttiddler,\\n\\t\\t\\t{\\n\\t\\t\\t\\ttitle: draftTitle,\\n\\t\\t\\t\\t\\\"draft.title\\\": targetTitle,\\n\\t\\t\\t\\t\\\"draft.of\\\": targetTitle\\n\\t\\t\\t},\\n\\t\\t\\tthis.wiki.getModificationFields()\\n\\t\\t);\\n\\tthis.wiki.addTiddler(draftTiddler);\\n\\treturn draftTiddler;\\n};\\n\\n/*\\nGenerate a title for the draft of a given tiddler\\n*/\\nNavigatorWidget.prototype.generateDraftTitle = function(title) {\\n\\treturn this.wiki.generateDraftTitle(title);\\n};\\n\\n// Take a tiddler out of edit mode, saving the changes\\nNavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {\\n\\tvar title = event.param || event.tiddlerTitle,\\n\\t\\ttiddler = this.wiki.getTiddler(title),\\n\\t\\tstoryList = this.getStoryList(),\\n\\t \\twin = event.event && event.event.view ? event.event.view : window;\\n\\t// Replace the original tiddler with the draft\\n\\tif(tiddler) {\\n\\t\\tvar draftTitle = (tiddler.fields[\\\"draft.title\\\"] || \\\"\\\").trim(),\\n\\t\\t\\tdraftOf = (tiddler.fields[\\\"draft.of\\\"] || \\\"\\\").trim();\\n\\t\\tif(draftTitle) {\\n\\t\\t\\tvar isRename = draftOf !== draftTitle,\\n\\t\\t\\t\\tisConfirmed = true;\\n\\t\\t\\tif(isRename && this.wiki.tiddlerExists(draftTitle)) {\\n\\t\\t\\t\\tisConfirmed = win.confirm($tw.language.getString(\\n\\t\\t\\t\\t\\t\\\"ConfirmOverwriteTiddler\\\",\\n\\t\\t\\t\\t\\t{variables:\\n\\t\\t\\t\\t\\t\\t{title: draftTitle}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t));\\n\\t\\t\\t}\\n\\t\\t\\tif(isConfirmed) {\\n\\t\\t\\t\\t// Create the new tiddler and pass it through the th-saving-tiddler hook\\n\\t\\t\\t\\tvar newTiddler = new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,{\\n\\t\\t\\t\\t\\ttitle: draftTitle,\\n\\t\\t\\t\\t\\t\\\"draft.title\\\": undefined,\\n\\t\\t\\t\\t\\t\\\"draft.of\\\": undefined\\n\\t\\t\\t\\t},this.wiki.getModificationFields());\\n\\t\\t\\t\\tnewTiddler = $tw.hooks.invokeHook(\\\"th-saving-tiddler\\\",newTiddler,tiddler);\\n\\t\\t\\t\\tthis.wiki.addTiddler(newTiddler);\\n\\t\\t\\t\\t// If enabled, relink references to renamed tiddler\\n\\t\\t\\t\\tvar shouldRelink = this.getAttribute(\\\"relinkOnRename\\\",\\\"no\\\").toLowerCase().trim() === \\\"yes\\\";\\n\\t\\t\\t\\tif(isRename && shouldRelink && this.wiki.tiddlerExists(draftOf)) {\\n\\t\\t\\t\\t\\tthis.wiki.relinkTiddler(draftOf,draftTitle);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Remove the draft tiddler\\n\\t\\t\\t\\tthis.wiki.deleteTiddler(title);\\n\\t\\t\\t\\t// Remove the original tiddler if we're renaming it\\n\\t\\t\\t\\tif(isRename) {\\n\\t\\t\\t\\t\\tthis.wiki.deleteTiddler(draftOf);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// #2381 always remove new title & old\\n\\t\\t\\t\\tthis.removeTitleFromStory(storyList,draftTitle);\\n\\t\\t\\t\\tthis.removeTitleFromStory(storyList,draftOf);\\n\\t\\t\\t\\tif(!event.paramObject || event.paramObject.suppressNavigation !== \\\"yes\\\") {\\n\\t\\t\\t\\t\\t// Replace the draft in the story with the original\\n\\t\\t\\t\\t\\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\\n\\t\\t\\t\\t\\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\\n\\t\\t\\t\\t\\tif(draftTitle !== this.storyTitle) {\\n\\t\\t\\t\\t\\t\\tthis.saveStoryList(storyList);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// Trigger an autosave\\n\\t\\t\\t\\t$tw.rootWidget.dispatchEvent({type: \\\"tm-auto-save-wiki\\\"});\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\n// Take a tiddler out of edit mode without saving the changes\\nNavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) {\\n\\tevent = $tw.hooks.invokeHook(\\\"th-cancelling-tiddler\\\", event);\\n\\tvar win = event.event && event.event.view ? event.event.view : window;\\n\\t// Flip the specified tiddler from draft back to the original\\n\\tvar draftTitle = event.param || event.tiddlerTitle,\\n\\t\\tdraftTiddler = this.wiki.getTiddler(draftTitle),\\n\\t\\toriginalTitle = draftTiddler && draftTiddler.fields[\\\"draft.of\\\"];\\n\\tif(draftTiddler && originalTitle) {\\n\\t\\t// Ask for confirmation if the tiddler text has changed\\n\\t\\tvar isConfirmed = true,\\n\\t\\t\\toriginalTiddler = this.wiki.getTiddler(originalTitle),\\n\\t\\t\\tstoryList = this.getStoryList();\\n\\t\\tif(this.wiki.isDraftModified(draftTitle)) {\\n\\t\\t\\tisConfirmed = win.confirm($tw.language.getString(\\n\\t\\t\\t\\t\\\"ConfirmCancelTiddler\\\",\\n\\t\\t\\t\\t{variables:\\n\\t\\t\\t\\t\\t{title: draftTitle}\\n\\t\\t\\t\\t}\\n\\t\\t\\t));\\n\\t\\t}\\n\\t\\t// Remove the draft tiddler\\n\\t\\tif(isConfirmed) {\\n\\t\\t\\tthis.wiki.deleteTiddler(draftTitle);\\n\\t\\t\\tif(!event.paramObject || event.paramObject.suppressNavigation !== \\\"yes\\\") {\\n\\t\\t\\t\\tif(originalTiddler) {\\n\\t\\t\\t\\t\\tthis.replaceFirstTitleInStory(storyList,draftTitle,originalTitle);\\n\\t\\t\\t\\t\\tthis.addToHistory(originalTitle,event.navigateFromClientRect);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tthis.removeTitleFromStory(storyList,draftTitle);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tthis.saveStoryList(storyList);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\n// Create a new draft tiddler\\n// event.param can either be the title of a template tiddler, or a hashmap of fields.\\n//\\n// The title of the newly created tiddler follows these rules:\\n// * If a hashmap was used and a title field was specified, use that title\\n// * If a hashmap was used without a title field, use a default title, if necessary making it unique with a numeric suffix\\n// * If a template tiddler was used, use the title of the template, if necessary making it unique with a numeric suffix\\n//\\n// If a draft of the target tiddler already exists then it is reused\\nNavigatorWidget.prototype.handleNewTiddlerEvent = function(event) {\\n\\tevent = $tw.hooks.invokeHook(\\\"th-new-tiddler\\\", event);\\n\\t// Get the story details\\n\\tvar storyList = this.getStoryList(),\\n\\t\\ttemplateTiddler, additionalFields, title, draftTitle, existingTiddler;\\n\\t// Get the template tiddler (if any)\\n\\tif(typeof event.param === \\\"string\\\") {\\n\\t\\t// Get the template tiddler\\n\\t\\ttemplateTiddler = this.wiki.getTiddler(event.param);\\n\\t\\t// Generate a new title\\n\\t\\ttitle = this.wiki.generateNewTitle(event.param || $tw.language.getString(\\\"DefaultNewTiddlerTitle\\\"));\\n\\t}\\n\\t// Get the specified additional fields\\n\\tif(typeof event.paramObject === \\\"object\\\") {\\n\\t\\tadditionalFields = event.paramObject;\\n\\t}\\n\\tif(typeof event.param === \\\"object\\\") { // Backwards compatibility with 5.1.3\\n\\t\\tadditionalFields = event.param;\\n\\t}\\n\\tif(additionalFields && additionalFields.title) {\\n\\t\\ttitle = additionalFields.title;\\n\\t}\\n\\t// Make a copy of the additional fields excluding any blank ones\\n\\tvar filteredAdditionalFields = $tw.utils.extend({},additionalFields);\\n\\tObject.keys(filteredAdditionalFields).forEach(function(fieldName) {\\n\\t\\tif(filteredAdditionalFields[fieldName] === \\\"\\\") {\\n\\t\\t\\tdelete filteredAdditionalFields[fieldName];\\n\\t\\t}\\n\\t});\\n\\t// Generate a title if we don't have one\\n\\ttitle = title || this.wiki.generateNewTitle($tw.language.getString(\\\"DefaultNewTiddlerTitle\\\"));\\n\\t// Find any existing draft for this tiddler\\n\\tdraftTitle = this.wiki.findDraft(title);\\n\\t// Pull in any existing tiddler\\n\\tif(draftTitle) {\\n\\t\\texistingTiddler = this.wiki.getTiddler(draftTitle);\\n\\t} else {\\n\\t\\tdraftTitle = this.generateDraftTitle(title);\\n\\t\\texistingTiddler = this.wiki.getTiddler(title);\\n\\t}\\n\\t// Merge the tags\\n\\tvar mergedTags = [];\\n\\tif(existingTiddler && existingTiddler.fields.tags) {\\n\\t\\t$tw.utils.pushTop(mergedTags,existingTiddler.fields.tags);\\n\\t}\\n\\tif(additionalFields && additionalFields.tags) {\\n\\t\\t// Merge tags\\n\\t\\tmergedTags = $tw.utils.pushTop(mergedTags,$tw.utils.parseStringArray(additionalFields.tags));\\n\\t}\\n\\tif(templateTiddler && templateTiddler.fields.tags) {\\n\\t\\t// Merge tags\\n\\t\\tmergedTags = $tw.utils.pushTop(mergedTags,templateTiddler.fields.tags);\\n\\t}\\n\\t// Save the draft tiddler\\n\\tvar draftTiddler = new $tw.Tiddler({\\n\\t\\t\\ttext: \\\"\\\",\\n\\t\\t\\t\\\"draft.title\\\": title\\n\\t\\t},\\n\\t\\ttemplateTiddler,\\n\\t\\tadditionalFields,\\n\\t\\tthis.wiki.getCreationFields(),\\n\\t\\texistingTiddler,\\n\\t\\tfilteredAdditionalFields,\\n\\t\\t{\\n\\t\\t\\ttitle: draftTitle,\\n\\t\\t\\t\\\"draft.of\\\": title,\\n\\t\\t\\ttags: mergedTags\\n\\t\\t},this.wiki.getModificationFields());\\n\\tthis.wiki.addTiddler(draftTiddler);\\n\\t// Update the story to insert the new draft at the top and remove any existing tiddler\\n\\tif(storyList && storyList.indexOf(draftTitle) === -1) {\\n\\t\\tvar slot = storyList.indexOf(event.navigateFromTitle);\\n\\t\\tif(slot === -1) {\\n\\t\\t\\tslot = this.getAttribute(\\\"openLinkFromOutsideRiver\\\",\\\"top\\\") === \\\"bottom\\\" ? storyList.length - 1 : slot;\\n\\t\\t}\\n\\t\\tstoryList.splice(slot + 1,0,draftTitle);\\n\\t}\\n\\tif(storyList && storyList.indexOf(title) !== -1) {\\n\\t\\tstoryList.splice(storyList.indexOf(title),1);\\n\\t}\\n\\tthis.saveStoryList(storyList);\\n\\t// Add a new record to the top of the history stack\\n\\tthis.addToHistory(draftTitle);\\n\\treturn false;\\n};\\n\\n// Import JSON tiddlers into a pending import tiddler\\nNavigatorWidget.prototype.handleImportTiddlersEvent = function(event) {\\n\\t// Get the tiddlers\\n\\tvar tiddlers = [];\\n\\ttry {\\n\\t\\ttiddlers = JSON.parse(event.param);\\n\\t} catch(e) {\\n\\t}\\n\\t// Get the current $:/Import tiddler\\n\\tvar importTitle = event.importTitle ? event.importTitle : IMPORT_TITLE,\\n\\t\\timportTiddler = this.wiki.getTiddler(importTitle),\\n\\t\\timportData = this.wiki.getTiddlerData(importTitle,{}),\\n\\t\\tnewFields = new Object({\\n\\t\\t\\ttitle: importTitle,\\n\\t\\t\\ttype: \\\"application/json\\\",\\n\\t\\t\\t\\\"plugin-type\\\": \\\"import\\\",\\n\\t\\t\\t\\\"status\\\": \\\"pending\\\"\\n\\t\\t}),\\n\\t\\tincomingTiddlers = [];\\n\\t// Process each tiddler\\n\\timportData.tiddlers = importData.tiddlers || {};\\n\\t$tw.utils.each(tiddlers,function(tiddlerFields) {\\n\\t\\ttiddlerFields.title = $tw.utils.trim(tiddlerFields.title);\\n\\t\\tvar title = tiddlerFields.title;\\n\\t\\tif(title) {\\n\\t\\t\\tincomingTiddlers.push(title);\\n\\t\\t\\timportData.tiddlers[title] = tiddlerFields;\\n\\t\\t}\\n\\t});\\n\\t// Give the active upgrader modules a chance to process the incoming tiddlers\\n\\tvar messages = this.wiki.invokeUpgraders(incomingTiddlers,importData.tiddlers);\\n\\t// Deselect any disabled, but _not_ suppressed tiddlers\\n\\tvar systemMessage = $tw.language.getString(\\\"Import/Upgrader/Tiddler/Unselected\\\");\\n\\t$tw.utils.each(messages,function(message,title) {\\n\\t\\tnewFields[\\\"message-\\\" + title] = message;\\n\\t\\tif (message.indexOf(systemMessage) !== -1) {\\n\\t\\t\\tnewFields[\\\"selection-\\\" + title] = \\\"unchecked\\\";\\n\\t\\t}\\n\\t});\\n\\t// Deselect suppressed tiddlers ... they have been removed and can't be selected anymore\\n\\t$tw.utils.each(importData.tiddlers,function(tiddler,title) {\\n\\t\\tif($tw.utils.count(tiddler) === 0) {\\n\\t\\t\\tnewFields[\\\"selection-\\\" + title] = \\\"unchecked\\\";\\n\\t\\t\\tnewFields[\\\"suppressed-\\\" + title] = \\\"yes\\\";\\n\\t\\t}\\n\\t});\\n\\t// Save the $:/Import tiddler\\n\\tnewFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces);\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields));\\n\\t// Update the story and history details\\n\\tvar autoOpenOnImport = event.autoOpenOnImport ? event.autoOpenOnImport : this.getVariable(\\\"tv-auto-open-on-import\\\"); \\n\\tif(autoOpenOnImport !== \\\"no\\\") {\\n\\t\\tvar storyList = this.getStoryList(),\\n\\t\\t\\thistory = [];\\n\\t\\t// Add it to the story\\n\\t\\tif(storyList && storyList.indexOf(importTitle) === -1) {\\n\\t\\t\\tstoryList.unshift(importTitle);\\n\\t\\t}\\n\\t\\t// And to history\\n\\t\\thistory.push(importTitle);\\n\\t\\t// Save the updated story and history\\n\\t\\tthis.saveStoryList(storyList);\\n\\t\\tthis.addToHistory(history);\\n\\t}\\n\\treturn false;\\n};\\n\\n//\\nNavigatorWidget.prototype.handlePerformImportEvent = function(event) {\\n\\tvar self = this,\\n\\t\\timportTiddler = this.wiki.getTiddler(event.param),\\n\\t\\timportData,\\n\\t\\timportReport = [];\\n\\timportReport.push($tw.language.getString(\\\"Import/Imported/Hint\\\") + \\\"\\\\n\\\");\\n\\t// If you need to modify the import tiddler payload then consider th-importing-tiddler instead\\n\\timportTiddler = $tw.hooks.invokeHook(\\\"th-before-importing\\\",importTiddler);\\n\\timportData = this.wiki.getTiddlerDataCached(event.param,{tiddlers: {}}),\\n\\t$tw.utils.each(importData.tiddlers,function(tiddlerFields) {\\n\\t\\tvar title = tiddlerFields.title;\\n\\t\\tif(title && importTiddler && importTiddler.fields[\\\"selection-\\\" + title] !== \\\"unchecked\\\") {\\n\\t\\t\\tif($tw.utils.hop(importTiddler.fields,[\\\"rename-\\\" + title])) {\\n\\t\\t\\t\\tvar tiddler = new $tw.Tiddler(tiddlerFields,{title : importTiddler.fields[\\\"rename-\\\" + title]});\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvar tiddler = new $tw.Tiddler(tiddlerFields);\\n\\t\\t\\t}\\n\\t\\t\\t// th-importing-tiddler doesn't allow user interaction by default\\n\\t\\t\\t// If you want to use the default UI then use: $:/core/modules/upgraders/ instead\\n\\t\\t\\ttiddler = $tw.hooks.invokeHook(\\\"th-importing-tiddler\\\",tiddler);\\n\\t\\t\\t// Add the tiddlers to the store\\n\\t\\t\\tself.wiki.addTiddler(tiddler);\\n\\t\\t\\timportReport.push(\\\"# [[\\\" + tiddler.fields.title + \\\"]]\\\");\\n\\t\\t}\\n\\t});\\n\\t// Replace the $:/Import tiddler with an import report\\n\\tthis.wiki.addTiddler(new $tw.Tiddler({\\n\\t\\ttitle: event.param,\\n\\t\\ttext: importReport.join(\\\"\\\\n\\\"),\\n\\t\\t\\\"status\\\": \\\"complete\\\"\\n\\t}));\\n\\t// Navigate to the $:/Import tiddler\\n\\tthis.addToHistory([event.param]);\\n\\t// Trigger an autosave\\n\\t$tw.rootWidget.dispatchEvent({type: \\\"tm-auto-save-wiki\\\"});\\n};\\n\\nNavigatorWidget.prototype.handleFoldTiddlerEvent = function(event) {\\n\\tvar paramObject = event.paramObject || {};\\n\\tif(paramObject.foldedState) {\\n\\t\\tvar foldedState = this.wiki.getTiddlerText(paramObject.foldedState,\\\"show\\\") === \\\"show\\\" ? \\\"hide\\\" : \\\"show\\\";\\n\\t\\tthis.wiki.setText(paramObject.foldedState,\\\"text\\\",null,foldedState);\\n\\t}\\n};\\n\\nNavigatorWidget.prototype.handleFoldOtherTiddlersEvent = function(event) {\\n\\tvar self = this,\\n\\t\\tparamObject = event.paramObject || {},\\n\\t\\tprefix = paramObject.foldedStatePrefix;\\n\\t$tw.utils.each(this.getStoryList(),function(title) {\\n\\t\\tself.wiki.setText(prefix + title,\\\"text\\\",null,event.param === title ? \\\"show\\\" : \\\"hide\\\");\\n\\t});\\n};\\n\\nNavigatorWidget.prototype.handleFoldAllTiddlersEvent = function(event) {\\n\\tvar self = this,\\n\\t\\tparamObject = event.paramObject || {},\\n\\t\\tprefix = paramObject.foldedStatePrefix || \\\"$:/state/folded/\\\";\\n\\t$tw.utils.each(this.getStoryList(),function(title) {\\n\\t\\tself.wiki.setText(prefix + title,\\\"text\\\",null,\\\"hide\\\");\\n\\t});\\n};\\n\\nNavigatorWidget.prototype.handleUnfoldAllTiddlersEvent = function(event) {\\n\\tvar self = this,\\n\\t\\tparamObject = event.paramObject || {},\\n\\t\\tprefix = paramObject.foldedStatePrefix;\\n\\t$tw.utils.each(this.getStoryList(),function(title) {\\n\\t\\tself.wiki.setText(prefix + title,\\\"text\\\",null,\\\"show\\\");\\n\\t});\\n};\\n\\nNavigatorWidget.prototype.handleRenameTiddlerEvent = function(event) {\\n\\tvar options = {},\\n\\t\\tparamObject = event.paramObject || {},\\n\\t\\tfrom = paramObject.from || event.tiddlerTitle,\\n\\t\\tto = paramObject.to;\\n\\toptions.dontRenameInTags = (paramObject.renameInTags === \\\"false\\\" || paramObject.renameInTags === \\\"no\\\") ? true : false;\\n\\toptions.dontRenameInLists = (paramObject.renameInLists === \\\"false\\\" || paramObject.renameInLists === \\\"no\\\") ? true : false;\\n\\tthis.wiki.renameTiddler(from,to,options);\\n};\\n\\nexports.navigator = NavigatorWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/password.js\":{\"title\":\"$:/core/modules/widgets/password.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/password.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nPassword widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar PasswordWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nPasswordWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nPasswordWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\t// Get the current password\\n\\tvar password = $tw.browser ? $tw.utils.getPassword(this.passwordName) || \\\"\\\" : \\\"\\\";\\n\\t// Create our element\\n\\tvar domNode = this.document.createElement(\\\"input\\\");\\n\\tdomNode.setAttribute(\\\"type\\\",\\\"password\\\");\\n\\tdomNode.setAttribute(\\\"value\\\",password);\\n\\t// Add a click event handler\\n\\t$tw.utils.addEventListeners(domNode,[\\n\\t\\t{name: \\\"change\\\", handlerObject: this, handlerMethod: \\\"handleChangeEvent\\\"}\\n\\t]);\\n\\t// Insert the label into the DOM and render any children\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tthis.domNodes.push(domNode);\\n};\\n\\nPasswordWidget.prototype.handleChangeEvent = function(event) {\\n\\tvar password = this.domNodes[0].value;\\n\\treturn $tw.utils.savePassword(this.passwordName,password);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nPasswordWidget.prototype.execute = function() {\\n\\t// Get the parameters from the attributes\\n\\tthis.passwordName = this.getAttribute(\\\"name\\\",\\\"\\\");\\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nPasswordWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.name) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.password = PasswordWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/qualify.js\":{\"title\":\"$:/core/modules/widgets/qualify.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/qualify.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nQualify text to a variable \\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar QualifyWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nQualifyWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nQualifyWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nQualifyWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.qualifyName = this.getAttribute(\\\"name\\\");\\n\\tthis.qualifyTitle = this.getAttribute(\\\"title\\\");\\n\\t// Set context variable\\n\\tif(this.qualifyName) {\\n\\t\\tthis.setVariable(this.qualifyName,this.qualifyTitle + \\\"-\\\" + this.getStateQualifier());\\n\\t}\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nQualifyWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.name || changedAttributes.title) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.qualify = QualifyWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/radio.js\":{\"title\":\"$:/core/modules/widgets/radio.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/radio.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nSet a field or index at a given tiddler via radio buttons\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\nvar RadioWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nRadioWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nRadioWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\tvar isChecked = this.getValue() === this.radioValue;\\n\\t// Create our elements\\n\\tthis.labelDomNode = this.document.createElement(\\\"label\\\");\\n\\tthis.labelDomNode.setAttribute(\\\"class\\\",\\n\\t\\t\\\"tc-radio \\\" + this.radioClass + (isChecked ? \\\" tc-radio-selected\\\" : \\\"\\\")\\n\\t);\\n\\tthis.inputDomNode = this.document.createElement(\\\"input\\\");\\n\\tthis.inputDomNode.setAttribute(\\\"type\\\",\\\"radio\\\");\\n\\tif(isChecked) {\\n\\t\\tthis.inputDomNode.checked = true;\\n\\t}\\n\\tif(this.isDisabled === \\\"yes\\\") {\\n\\t\\tthis.inputDomNode.setAttribute(\\\"disabled\\\",true);\\n\\t}\\n\\tthis.labelDomNode.appendChild(this.inputDomNode);\\n\\tthis.spanDomNode = this.document.createElement(\\\"span\\\");\\n\\tthis.labelDomNode.appendChild(this.spanDomNode);\\n\\t// Add a click event handler\\n\\t$tw.utils.addEventListeners(this.inputDomNode,[\\n\\t\\t{name: \\\"change\\\", handlerObject: this, handlerMethod: \\\"handleChangeEvent\\\"}\\n\\t]);\\n\\t// Insert the label into the DOM and render any children\\n\\tparent.insertBefore(this.labelDomNode,nextSibling);\\n\\tthis.renderChildren(this.spanDomNode,null);\\n\\tthis.domNodes.push(this.labelDomNode);\\n};\\n\\nRadioWidget.prototype.getValue = function() {\\n\\tvar value,\\n\\t\\ttiddler = this.wiki.getTiddler(this.radioTitle);\\n\\tif(tiddler) {\\n\\t\\tif(this.radioIndex) {\\n\\t\\t\\tvalue = this.wiki.extractTiddlerDataItem(this.radioTitle,this.radioIndex);\\n\\t\\t} else {\\n\\t\\t\\tvalue = tiddler.getFieldString(this.radioField);\\n\\t\\t}\\n\\t} else {\\n\\t\\tvalue = this.radioDefault;\\n\\t}\\n\\treturn value;\\n};\\n\\nRadioWidget.prototype.setValue = function() {\\n\\tif(this.radioIndex) {\\n\\t\\tthis.wiki.setText(this.radioTitle,\\\"\\\",this.radioIndex,this.radioValue);\\n\\t} else {\\n\\t\\tvar tiddler = this.wiki.getTiddler(this.radioTitle),\\n\\t\\t\\taddition = {};\\n\\t\\taddition[this.radioField] = this.radioValue;\\n\\t\\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),{title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));\\n\\t}\\n};\\n\\nRadioWidget.prototype.handleChangeEvent = function(event) {\\n\\tif(this.inputDomNode.checked) {\\n\\t\\tthis.setValue();\\n\\t}\\n\\t// Trigger actions\\n\\tif(this.radioActions) {\\n\\t\\tthis.invokeActionString(this.radioActions,this,event,{\\\"actionValue\\\": this.radioValue});\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nRadioWidget.prototype.execute = function() {\\n\\t// Get the parameters from the attributes\\n\\tthis.radioTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.radioField = this.getAttribute(\\\"field\\\",\\\"text\\\");\\n\\tthis.radioIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.radioValue = this.getAttribute(\\\"value\\\");\\n\\tthis.radioClass = this.getAttribute(\\\"class\\\",\\\"\\\");\\n\\tthis.radioDefault = this.getAttribute(\\\"default\\\");\\n\\tthis.isDisabled = this.getAttribute(\\\"disabled\\\",\\\"no\\\");\\n\\tthis.radioActions = this.getAttribute(\\\"actions\\\",\\\"\\\");\\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nRadioWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(($tw.utils.count(changedAttributes) > 0)) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else if(changedTiddlers[this.radioTitle]) {\\n\\t\\tthis.inputDomNode.checked = this.getValue() === this.radioValue;\\n\\t\\t$tw.utils.toggleClass(this.labelDomNode,\\\"tc-radio-selected\\\",this.inputDomNode.checked);\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.radio = RadioWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/range.js\":{\"title\":\"$:/core/modules/widgets/range.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/range.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nRange widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar RangeWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nRangeWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nRangeWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute our attributes\\n\\tthis.computeAttributes();\\n\\t// Execute our logic\\n\\tthis.execute();\\n\\t// Create our elements\\n\\tthis.inputDomNode = this.document.createElement(\\\"input\\\");\\n\\tthis.inputDomNode.setAttribute(\\\"type\\\",\\\"range\\\");\\n\\tthis.inputDomNode.setAttribute(\\\"class\\\",this.elementClass);\\n\\tif(this.minValue){\\n\\t\\tthis.inputDomNode.setAttribute(\\\"min\\\", this.minValue);\\n\\t}\\n\\tif(this.maxValue){\\n\\t\\tthis.inputDomNode.setAttribute(\\\"max\\\", this.maxValue);\\n\\t}\\n\\tif(this.increment){\\n\\t\\tthis.inputDomNode.setAttribute(\\\"step\\\", this.increment);\\n\\t}\\n\\tif(this.isDisabled === \\\"yes\\\") {\\n\\t\\tthis.inputDomNode.setAttribute(\\\"disabled\\\",true);\\n\\t}\\n\\tthis.inputDomNode.value = this.getValue();\\n\\t// Add a click event handler\\n\\t$tw.utils.addEventListeners(this.inputDomNode,[\\n\\t\\t{name:\\\"mousedown\\\", handlerObject:this, handlerMethod:\\\"handleMouseDownEvent\\\"},\\n\\t\\t{name:\\\"mouseup\\\", handlerObject:this, handlerMethod:\\\"handleMouseUpEvent\\\"},\\n\\t\\t{name:\\\"change\\\", handlerObject:this, handlerMethod:\\\"handleChangeEvent\\\"},\\n\\t\\t{name:\\\"input\\\", handlerObject:this, handlerMethod:\\\"handleInputEvent\\\"},\\n\\t]);\\n\\t// Insert the label into the DOM and render any children\\n\\tparent.insertBefore(this.inputDomNode,nextSibling);\\n\\tthis.domNodes.push(this.inputDomNode);\\n};\\n\\nRangeWidget.prototype.getValue = function() {\\n\\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle),\\n\\t\\tfieldName = this.tiddlerField,\\n\\t\\tvalue = this.defaultValue;\\n\\tif(tiddler) {\\n\\t\\tif(this.tiddlerIndex) {\\n\\t\\t\\tvalue = this.wiki.extractTiddlerDataItem(tiddler,this.tiddlerIndex,this.defaultValue);\\n\\t\\t} else {\\n\\t\\t\\tif($tw.utils.hop(tiddler.fields,fieldName)) {\\n\\t\\t\\t\\tvalue = tiddler.fields[fieldName] || \\\"\\\";\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvalue = this.defaultValue;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn value;\\n};\\n\\nRangeWidget.prototype.getActionVariables = function(options) {\\n\\toptions = options || {};\\n\\tvar hasChanged = (this.startValue !== this.inputDomNode.value) ? \\\"yes\\\" : \\\"no\\\";\\n\\t// Trigger actions. Use variables = {key:value, key:value ...}\\n\\t// the \\\"value\\\" is needed.\\n\\treturn $tw.utils.extend({\\\"actionValue\\\": this.inputDomNode.value, \\\"actionValueHasChanged\\\": hasChanged}, options);\\n}\\n\\n// actionsStart\\nRangeWidget.prototype.handleMouseDownEvent = function(event) {\\n\\tthis.mouseDown = true; // TODO remove once IE is gone.\\n\\tthis.startValue = this.inputDomNode.value; // TODO remove this line once IE is gone!\\n\\tthis.handleEvent(event);\\n\\t// Trigger actions\\n\\tif(this.actionsMouseDown) {\\n\\t\\tvar variables = this.getActionVariables() // TODO this line will go into the function call below.\\n\\t\\tthis.invokeActionString(this.actionsMouseDown,this,event,variables);\\n\\t}\\n}\\n\\n// actionsStop\\nRangeWidget.prototype.handleMouseUpEvent = function(event) {\\n\\tthis.mouseDown = false; // TODO remove once IE is gone.\\n\\tthis.handleEvent(event);\\n\\t// Trigger actions\\n\\tif(this.actionsMouseUp) {\\n\\t\\tvar variables = this.getActionVariables()\\n\\t\\tthis.invokeActionString(this.actionsMouseUp,this,event,variables);\\n\\t}\\n\\t// TODO remove the following if() once IE is gone!\\n\\tif ($tw.browser.isIE) {\\n\\t\\tif (this.startValue !== this.inputDomNode.value) {\\n\\t\\t\\tthis.handleChangeEvent(event);\\n\\t\\t\\tthis.startValue = this.inputDomNode.value;\\n\\t\\t}\\n\\t}\\n}\\n\\nRangeWidget.prototype.handleChangeEvent = function(event) {\\n\\tif (this.mouseDown) { // TODO refactor this function once IE is gone.\\n\\t\\tthis.handleInputEvent(event);\\n\\t}\\n};\\n\\nRangeWidget.prototype.handleInputEvent = function(event) {\\n\\tthis.handleEvent(event);\\n\\t// Trigger actions\\n\\tif(this.actionsInput) {\\n\\t\\t// \\\"tiddler\\\" parameter may be missing. See .execute() below\\n\\t\\tvar variables = this.getActionVariables({\\\"actionValueHasChanged\\\": \\\"yes\\\"}) // TODO this line will go into the function call below.\\n\\t\\tthis.invokeActionString(this.actionsInput,this,event,variables);\\n\\t}\\n};\\n\\nRangeWidget.prototype.handleEvent = function(event) {\\n\\tif(this.getValue() !== this.inputDomNode.value) {\\n\\t\\tif(this.tiddlerIndex) {\\n\\t\\t\\tthis.wiki.setText(this.tiddlerTitle,\\\"\\\",this.tiddlerIndex,this.inputDomNode.value);\\n\\t\\t} else {\\n\\t\\t\\tthis.wiki.setText(this.tiddlerTitle,this.tiddlerField,null,this.inputDomNode.value);\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nRangeWidget.prototype.execute = function() {\\n\\t// TODO remove the next 1 lines once IE is gone!\\n\\tthis.mouseUp = true; // Needed for IE10\\n\\t// Get the parameters from the attributes\\n\\tthis.tiddlerTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.tiddlerField = this.getAttribute(\\\"field\\\",\\\"text\\\");\\n\\tthis.tiddlerIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.minValue = this.getAttribute(\\\"min\\\");\\n\\tthis.maxValue = this.getAttribute(\\\"max\\\");\\n\\tthis.increment = this.getAttribute(\\\"increment\\\");\\n\\tthis.defaultValue = this.getAttribute(\\\"default\\\",\\\"\\\");\\n\\tthis.elementClass = this.getAttribute(\\\"class\\\",\\\"\\\");\\n\\tthis.isDisabled = this.getAttribute(\\\"disabled\\\",\\\"no\\\");\\n\\t// Actions since 5.1.23\\n\\t// Next 2 only fire once!\\n\\tthis.actionsMouseDown = this.getAttribute(\\\"actionsStart\\\",\\\"\\\");\\n\\tthis.actionsMouseUp = this.getAttribute(\\\"actionsStop\\\",\\\"\\\");\\n\\t// Input fires very often!\\n\\tthis.actionsInput = this.getAttribute(\\\"actions\\\",\\\"\\\");\\n\\t// Make the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nRangeWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif($tw.utils.count(changedAttributes) > 0) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\tvar refreshed = false;\\n\\t\\tif(changedTiddlers[this.tiddlerTitle]) {\\n\\t\\t\\tvar value = this.getValue();\\n\\t\\t\\tif(this.inputDomNode.value !== value) {\\n\\t\\t\\t\\tthis.inputDomNode.value = value;\\n\\t\\t\\t}\\n\\t\\t\\trefreshed = true;\\n\\t\\t}\\n\\t\\treturn this.refreshChildren(changedTiddlers) || refreshed;\\n\\t}\\n};\\n\\nexports.range = RangeWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/raw.js\":{\"title\":\"$:/core/modules/widgets/raw.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/raw.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nRaw widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar RawWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nRawWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nRawWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.execute();\\n\\tvar div = this.document.createElement(\\\"div\\\");\\n\\tdiv.innerHTML=this.parseTreeNode.html;\\n\\tparent.insertBefore(div,nextSibling);\\n\\tthis.domNodes.push(div);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nRawWidget.prototype.execute = function() {\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nRawWidget.prototype.refresh = function(changedTiddlers) {\\n\\treturn false;\\n};\\n\\nexports.raw = RawWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/reveal.js\":{\"title\":\"$:/core/modules/widgets/reveal.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/reveal.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nReveal widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar RevealWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nRevealWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nRevealWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar tag = this.parseTreeNode.isBlock ? \\\"div\\\" : \\\"span\\\";\\n\\tif(this.revealTag && $tw.config.htmlUnsafeElements.indexOf(this.revealTag) === -1) {\\n\\t\\ttag = this.revealTag;\\n\\t}\\n\\tvar domNode = this.document.createElement(tag);\\n\\tthis.domNode = domNode;\\n\\tthis.assignDomNodeClasses();\\n\\tif(this.style) {\\n\\t\\tdomNode.setAttribute(\\\"style\\\",this.style);\\n\\t}\\n\\tparent.insertBefore(domNode,nextSibling);\\n\\tthis.renderChildren(domNode,null);\\n\\tif(!domNode.isTiddlyWikiFakeDom && this.type === \\\"popup\\\" && this.isOpen) {\\n\\t\\tthis.positionPopup(domNode);\\n\\t\\t$tw.utils.addClass(domNode,\\\"tc-popup\\\"); // Make sure that clicks don't dismiss popups within the revealed content\\n\\t}\\n\\tif(!this.isOpen) {\\n\\t\\tdomNode.setAttribute(\\\"hidden\\\",\\\"true\\\");\\n\\t}\\n\\tthis.domNodes.push(domNode);\\n};\\n\\nRevealWidget.prototype.positionPopup = function(domNode) {\\n\\tdomNode.style.position = \\\"absolute\\\";\\n\\tdomNode.style.zIndex = \\\"1000\\\";\\n\\tvar left,top;\\n\\tswitch(this.position) {\\n\\t\\tcase \\\"left\\\":\\n\\t\\t\\tleft = this.popup.left - domNode.offsetWidth;\\n\\t\\t\\ttop = this.popup.top;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"above\\\":\\n\\t\\t\\tleft = this.popup.left;\\n\\t\\t\\ttop = this.popup.top - domNode.offsetHeight;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"aboveright\\\":\\n\\t\\t\\tleft = this.popup.left + this.popup.width;\\n\\t\\t\\ttop = this.popup.top + this.popup.height - domNode.offsetHeight;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"belowright\\\":\\n\\t\\t\\tleft = this.popup.left + this.popup.width;\\n\\t\\t\\ttop = this.popup.top + this.popup.height;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"right\\\":\\n\\t\\t\\tleft = this.popup.left + this.popup.width;\\n\\t\\t\\ttop = this.popup.top;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"belowleft\\\":\\n\\t\\t\\tleft = this.popup.left + this.popup.width - domNode.offsetWidth;\\n\\t\\t\\ttop = this.popup.top + this.popup.height;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"aboveleft\\\":\\n\\t\\t\\tleft = this.popup.left - domNode.offsetWidth;\\n\\t\\t\\ttop = this.popup.top - domNode.offsetHeight;\\n\\t\\t\\tbreak;\\n\\t\\tdefault: // Below\\n\\t\\t\\tleft = this.popup.left;\\n\\t\\t\\ttop = this.popup.top + this.popup.height;\\n\\t\\t\\tbreak;\\n\\t}\\n\\tif(!this.positionAllowNegative) {\\n\\t\\tleft = Math.max(0,left);\\n\\t\\ttop = Math.max(0,top);\\n\\t}\\n\\tdomNode.style.left = left + \\\"px\\\";\\n\\tdomNode.style.top = top + \\\"px\\\";\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nRevealWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.state = this.getAttribute(\\\"state\\\");\\n\\tthis.revealTag = this.getAttribute(\\\"tag\\\");\\n\\tthis.type = this.getAttribute(\\\"type\\\");\\n\\tthis.text = this.getAttribute(\\\"text\\\");\\n\\tthis.position = this.getAttribute(\\\"position\\\");\\n\\tthis.positionAllowNegative = this.getAttribute(\\\"positionAllowNegative\\\") === \\\"yes\\\";\\n\\t// class attribute handled in assignDomNodeClasses()\\n\\tthis.style = this.getAttribute(\\\"style\\\",\\\"\\\");\\n\\tthis[\\\"default\\\"] = this.getAttribute(\\\"default\\\",\\\"\\\");\\n\\tthis.animate = this.getAttribute(\\\"animate\\\",\\\"no\\\");\\n\\tthis.retain = this.getAttribute(\\\"retain\\\",\\\"no\\\");\\n\\tthis.openAnimation = this.animate === \\\"no\\\" ? undefined : \\\"open\\\";\\n\\tthis.closeAnimation = this.animate === \\\"no\\\" ? undefined : \\\"close\\\";\\n\\tthis.updatePopupPosition = this.getAttribute(\\\"updatePopupPosition\\\",\\\"no\\\") === \\\"yes\\\";\\n\\t// Compute the title of the state tiddler and read it\\n\\tthis.stateTiddlerTitle = this.state;\\n\\tthis.stateTitle = this.getAttribute(\\\"stateTitle\\\");\\n\\tthis.stateField = this.getAttribute(\\\"stateField\\\");\\n\\tthis.stateIndex = this.getAttribute(\\\"stateIndex\\\");\\n\\tthis.readState();\\n\\t// Construct the child widgets\\n\\tvar childNodes = this.isOpen ? this.parseTreeNode.children : [];\\n\\tthis.hasChildNodes = this.isOpen;\\n\\tthis.makeChildWidgets(childNodes);\\n};\\n\\n/*\\nRead the state tiddler\\n*/\\nRevealWidget.prototype.readState = function() {\\n\\t// Read the information from the state tiddler\\n\\tvar state,\\n\\t defaultState = this[\\\"default\\\"];\\n\\tif(this.stateTitle) {\\n\\t\\tvar stateTitleTiddler = this.wiki.getTiddler(this.stateTitle);\\n\\t\\tif(this.stateField) {\\n\\t\\t\\tstate = stateTitleTiddler ? stateTitleTiddler.getFieldString(this.stateField) || defaultState : defaultState;\\n\\t\\t} else if(this.stateIndex) {\\n\\t\\t\\tstate = stateTitleTiddler ? this.wiki.extractTiddlerDataItem(this.stateTitle,this.stateIndex) || defaultState : defaultState;\\n\\t\\t} else if(stateTitleTiddler) {\\n\\t\\t\\tstate = this.wiki.getTiddlerText(this.stateTitle) || defaultState;\\n\\t\\t} else {\\n\\t\\t\\tstate = defaultState;\\n\\t\\t}\\n\\t} else {\\n\\t\\tstate = this.stateTiddlerTitle ? this.wiki.getTextReference(this.state,this[\\\"default\\\"],this.getVariable(\\\"currentTiddler\\\")) : this[\\\"default\\\"];\\n\\t}\\n\\tif(state === null) {\\n\\t\\tstate = this[\\\"default\\\"];\\n\\t}\\n\\tswitch(this.type) {\\n\\t\\tcase \\\"popup\\\":\\n\\t\\t\\tthis.readPopupState(state);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"match\\\":\\n\\t\\t\\tthis.isOpen = this.text === state;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"nomatch\\\":\\n\\t\\t\\tthis.isOpen = this.text !== state;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"lt\\\":\\n\\t\\t\\tthis.isOpen = !!(this.compareStateText(state) \u003C 0);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"gt\\\":\\n\\t\\t\\tthis.isOpen = !!(this.compareStateText(state) > 0);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"lteq\\\":\\n\\t\\t\\tthis.isOpen = !(this.compareStateText(state) > 0);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"gteq\\\":\\n\\t\\t\\tthis.isOpen = !(this.compareStateText(state) \u003C 0);\\n\\t\\t\\tbreak;\\n\\t}\\n};\\n\\nRevealWidget.prototype.compareStateText = function(state) {\\n\\treturn state.localeCompare(this.text,undefined,{numeric: true,sensitivity: \\\"case\\\"});\\n};\\n\\nRevealWidget.prototype.readPopupState = function(state) {\\n\\tvar popupLocationRegExp = /^\\\\((-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+),(-?[0-9\\\\.E]+)\\\\)$/,\\n\\t\\tmatch = popupLocationRegExp.exec(state);\\n\\t// Check if the state matches the location regexp\\n\\tif(match) {\\n\\t\\t// If so, we're open\\n\\t\\tthis.isOpen = true;\\n\\t\\t// Get the location\\n\\t\\tthis.popup = {\\n\\t\\t\\tleft: parseFloat(match[1]),\\n\\t\\t\\ttop: parseFloat(match[2]),\\n\\t\\t\\twidth: parseFloat(match[3]),\\n\\t\\t\\theight: parseFloat(match[4])\\n\\t\\t};\\n\\t} else {\\n\\t\\t// If not, we're closed\\n\\t\\tthis.isOpen = false;\\n\\t}\\n};\\n\\nRevealWidget.prototype.assignDomNodeClasses = function() {\\n\\tvar classes = this.getAttribute(\\\"class\\\",\\\"\\\").split(\\\" \\\");\\n\\tclasses.push(\\\"tc-reveal\\\");\\n\\tthis.domNode.className = classes.join(\\\" \\\");\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nRevealWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.state || changedAttributes.type || changedAttributes.text || changedAttributes.position || changedAttributes.positionAllowNegative || changedAttributes[\\\"default\\\"] || changedAttributes.animate || changedAttributes.stateTitle || changedAttributes.stateField || changedAttributes.stateIndex) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\tvar currentlyOpen = this.isOpen;\\n\\t\\tthis.readState();\\n\\t\\tif(this.isOpen !== currentlyOpen) {\\n\\t\\t\\tif(this.retain === \\\"yes\\\") {\\n\\t\\t\\t\\tthis.updateState();\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tthis.refreshSelf();\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t} else if(this.type === \\\"popup\\\" && this.isOpen && this.updatePopupPosition && (changedTiddlers[this.state] || changedTiddlers[this.stateTitle])) {\\n\\t\\t\\tthis.positionPopup(this.domNode);\\n\\t\\t}\\n\\t\\tif(changedAttributes.style) {\\n\\t\\t\\tthis.domNode.style = this.getAttribute(\\\"style\\\",\\\"\\\");\\n\\t\\t}\\n\\t\\tif(changedAttributes[\\\"class\\\"]) {\\n\\t\\t\\tthis.assignDomNodeClasses();\\n\\t\\t}\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\n/*\\nCalled by refresh() to dynamically show or hide the content\\n*/\\nRevealWidget.prototype.updateState = function() {\\n\\tvar self = this;\\n\\t// Read the current state\\n\\tthis.readState();\\n\\t// Construct the child nodes if needed\\n\\tvar domNode = this.domNodes[0];\\n\\tif(this.isOpen && !this.hasChildNodes) {\\n\\t\\tthis.hasChildNodes = true;\\n\\t\\tthis.makeChildWidgets(this.parseTreeNode.children);\\n\\t\\tthis.renderChildren(domNode,null);\\n\\t}\\n\\t// Animate our DOM node\\n\\tif(!domNode.isTiddlyWikiFakeDom && this.type === \\\"popup\\\" && this.isOpen) {\\n\\t\\tthis.positionPopup(domNode);\\n\\t\\t$tw.utils.addClass(domNode,\\\"tc-popup\\\"); // Make sure that clicks don't dismiss popups within the revealed content\\n\\n\\t}\\n\\tif(this.isOpen) {\\n\\t\\tdomNode.removeAttribute(\\\"hidden\\\");\\n $tw.anim.perform(this.openAnimation,domNode);\\n\\t} else {\\n\\t\\t$tw.anim.perform(this.closeAnimation,domNode,{callback: function() {\\n\\t\\t\\t//make sure that the state hasn't changed during the close animation\\n\\t\\t\\tself.readState()\\n\\t\\t\\tif(!self.isOpen) {\\n\\t\\t\\t\\tdomNode.setAttribute(\\\"hidden\\\",\\\"true\\\");\\n\\t\\t\\t}\\n\\t\\t}});\\n\\t}\\n};\\n\\nexports.reveal = RevealWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/scrollable.js\":{\"title\":\"$:/core/modules/widgets/scrollable.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/scrollable.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nScrollable widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ScrollableWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nScrollableWidget.prototype = new Widget();\\n\\nScrollableWidget.prototype.cancelScroll = function() {\\n\\tif(this.idRequestFrame) {\\n\\t\\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\\n\\t\\tthis.idRequestFrame = null;\\n\\t}\\n};\\n\\n/*\\nHandle a scroll event\\n*/\\nScrollableWidget.prototype.handleScrollEvent = function(event) {\\n\\t// Pass the scroll event through if our offsetsize is larger than our scrollsize\\n\\tif(this.outerDomNode.scrollWidth \u003C= this.outerDomNode.offsetWidth && this.outerDomNode.scrollHeight \u003C= this.outerDomNode.offsetHeight && this.fallthrough === \\\"yes\\\") {\\n\\t\\treturn true;\\n\\t}\\n\\tif(event.paramObject && event.paramObject.selector) {\\n\\t\\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\\n\\t} else {\\n\\t\\tthis.scrollIntoView(event.target);\\n\\t}\\n\\treturn false; // Handled event\\n};\\n\\n/*\\nScroll an element into view\\n*/\\nScrollableWidget.prototype.scrollIntoView = function(element) {\\n\\tvar duration = $tw.utils.getAnimationDuration(),\\n\\tsrcWindow = element ? element.ownerDocument.defaultView : window;\\n\\tthis.cancelScroll();\\n\\tthis.startTime = Date.now();\\n\\tvar scrollPosition = {\\n\\t\\tx: this.outerDomNode.scrollLeft,\\n\\t\\ty: this.outerDomNode.scrollTop\\n\\t};\\n\\t// Get the client bounds of the element and adjust by the scroll position\\n\\tvar scrollableBounds = this.outerDomNode.getBoundingClientRect(),\\n\\t\\tclientTargetBounds = element.getBoundingClientRect(),\\n\\t\\tbounds = {\\n\\t\\t\\tleft: clientTargetBounds.left + scrollPosition.x - scrollableBounds.left,\\n\\t\\t\\ttop: clientTargetBounds.top + scrollPosition.y - scrollableBounds.top,\\n\\t\\t\\twidth: clientTargetBounds.width,\\n\\t\\t\\theight: clientTargetBounds.height\\n\\t\\t};\\n\\t// We'll consider the horizontal and vertical scroll directions separately via this function\\n\\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\\n\\t\\t\\t// If the target is already visible then stay where we are\\n\\t\\t\\tif(targetPos >= currentPos && (targetPos + targetSize) \u003C= (currentPos + currentSize)) {\\n\\t\\t\\t\\treturn currentPos;\\n\\t\\t\\t// If the target is above/left of the current view, then scroll to its top/left\\n\\t\\t\\t} else if(targetPos \u003C= currentPos) {\\n\\t\\t\\t\\treturn targetPos;\\n\\t\\t\\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\\n\\t\\t\\t} else if(targetSize \u003C currentSize && currentPos \u003C (targetPos + targetSize - currentSize)) {\\n\\t\\t\\t\\treturn targetPos + targetSize - currentSize;\\n\\t\\t\\t// If the target is big, then just scroll to the top\\n\\t\\t\\t} else if(currentPos \u003C targetPos) {\\n\\t\\t\\t\\treturn targetPos;\\n\\t\\t\\t// Otherwise, stay where we are\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn currentPos;\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,this.outerDomNode.offsetWidth),\\n\\t\\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,this.outerDomNode.offsetHeight);\\n\\t// Only scroll if necessary\\n\\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\\n\\t\\tvar self = this,\\n\\t\\t\\tdrawFrame;\\n\\t\\tdrawFrame = function () {\\n\\t\\t\\tvar t;\\n\\t\\t\\tif(duration \u003C= 0) {\\n\\t\\t\\t\\tt = 1;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tt = ((Date.now()) - self.startTime) / duration;\\n\\t\\t\\t}\\n\\t\\t\\tif(t >= 1) {\\n\\t\\t\\t\\tself.cancelScroll();\\n\\t\\t\\t\\tt = 1;\\n\\t\\t\\t}\\n\\t\\t\\tt = $tw.utils.slowInSlowOut(t);\\n\\t\\t\\tself.outerDomNode.scrollLeft = scrollPosition.x + (endX - scrollPosition.x) * t;\\n\\t\\t\\tself.outerDomNode.scrollTop = scrollPosition.y + (endY - scrollPosition.y) * t;\\n\\t\\t\\tif(t \u003C 1) {\\n\\t\\t\\t\\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\\n\\t\\t\\t}\\n\\t\\t};\\n\\t\\tdrawFrame();\\n\\t}\\n};\\n\\nScrollableWidget.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\\n\\tbaseElement = baseElement || document.body;\\n\\tvar element = baseElement.querySelector(selector);\\n\\tif(element) {\\n\\t\\tthis.scrollIntoView(element,callback);\\n\\t}\\n};\\n\\n/*\\nRender this widget into the DOM\\n*/\\nScrollableWidget.prototype.render = function(parent,nextSibling) {\\n\\tvar self = this;\\n\\tthis.scaleFactor = 1;\\n\\tthis.addEventListeners([\\n\\t\\t{type: \\\"tm-scroll\\\", handler: \\\"handleScrollEvent\\\"}\\n\\t]);\\n\\tif($tw.browser) {\\n\\t\\tthis.requestAnimationFrame = window.requestAnimationFrame ||\\n\\t\\t\\twindow.webkitRequestAnimationFrame ||\\n\\t\\t\\twindow.mozRequestAnimationFrame ||\\n\\t\\t\\tfunction(callback) {\\n\\t\\t\\t\\treturn window.setTimeout(callback, 1000/60);\\n\\t\\t\\t};\\n\\t\\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\\n\\t\\t\\twindow.webkitCancelAnimationFrame ||\\n\\t\\t\\twindow.webkitCancelRequestAnimationFrame ||\\n\\t\\t\\twindow.mozCancelAnimationFrame ||\\n\\t\\t\\twindow.mozCancelRequestAnimationFrame ||\\n\\t\\t\\tfunction(id) {\\n\\t\\t\\t\\twindow.clearTimeout(id);\\n\\t\\t\\t};\\n\\t}\\n\\t// Remember parent\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes and execute state\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Create elements\\n\\tthis.outerDomNode = this.document.createElement(\\\"div\\\");\\n\\t$tw.utils.setStyle(this.outerDomNode,[\\n\\t\\t{overflowY: \\\"auto\\\"},\\n\\t\\t{overflowX: \\\"auto\\\"},\\n\\t\\t{webkitOverflowScrolling: \\\"touch\\\"}\\n\\t]);\\n\\tthis.innerDomNode = this.document.createElement(\\\"div\\\");\\n\\tthis.outerDomNode.appendChild(this.innerDomNode);\\n\\t// Assign classes\\n\\tthis.outerDomNode.className = this[\\\"class\\\"] || \\\"\\\";\\n\\t// Insert element\\n\\tparent.insertBefore(this.outerDomNode,nextSibling);\\n\\tthis.renderChildren(this.innerDomNode,null);\\n\\tthis.domNodes.push(this.outerDomNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nScrollableWidget.prototype.execute = function() {\\n\\t// Get attributes\\n\\tthis.fallthrough = this.getAttribute(\\\"fallthrough\\\",\\\"yes\\\");\\n\\tthis[\\\"class\\\"] = this.getAttribute(\\\"class\\\");\\n\\t// Make child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nScrollableWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes[\\\"class\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports.scrollable = ScrollableWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/select.js\":{\"title\":\"$:/core/modules/widgets/select.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/select.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nSelect widget:\\n\\n```\\n\u003C$select tiddler=\\\"MyTiddler\\\" field=\\\"text\\\">\\n\u003C$list filter=\\\"[tag[chapter]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\\n\u003C$view field=\\\"description\\\"/>\\n\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar SelectWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nSelectWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nSelectWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n\\tthis.setSelectValue();\\n\\t$tw.utils.addEventListeners(this.getSelectDomNode(),[\\n\\t\\t{name: \\\"change\\\", handlerObject: this, handlerMethod: \\\"handleChangeEvent\\\"}\\n\\t]);\\n};\\n\\n/*\\nHandle a change event\\n*/\\nSelectWidget.prototype.handleChangeEvent = function(event) {\\n\\t// Get the new value and assign it to the tiddler\\n\\tif(this.selectMultiple == false) {\\n\\t\\tvar value = this.getSelectDomNode().value;\\n\\t} else {\\n\\t\\tvar value = this.getSelectValues()\\n\\t\\t\\t\\tvalue = $tw.utils.stringifyList(value);\\n\\t}\\n\\tthis.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);\\n\\t// Trigger actions\\n\\tif(this.selectActions) {\\n\\t\\tthis.invokeActionString(this.selectActions,this,event);\\n\\t}\\n};\\n\\n/*\\nIf necessary, set the value of the select element to the current value\\n*/\\nSelectWidget.prototype.setSelectValue = function() {\\n\\tvar value = this.selectDefault;\\n\\t// Get the value\\n\\tif(this.selectIndex) {\\n\\t\\tvalue = this.wiki.extractTiddlerDataItem(this.selectTitle,this.selectIndex,value);\\n\\t} else {\\n\\t\\tvar tiddler = this.wiki.getTiddler(this.selectTitle);\\n\\t\\tif(tiddler) {\\n\\t\\t\\tif(this.selectField === \\\"text\\\") {\\n\\t\\t\\t\\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\\n\\t\\t\\t\\tvalue = this.wiki.getTiddlerText(this.selectTitle);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif($tw.utils.hop(tiddler.fields,this.selectField)) {\\n\\t\\t\\t\\t\\tvalue = tiddler.getFieldString(this.selectField);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tif(this.selectField === \\\"title\\\") {\\n\\t\\t\\t\\tvalue = this.selectTitle;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Assign it to the select element if it's different than the current value\\n\\tif (this.selectMultiple) {\\n\\t\\tvalue = value === undefined ? \\\"\\\" : value;\\n\\t\\tvar select = this.getSelectDomNode();\\n\\t\\tvar values = Array.isArray(value) ? value : $tw.utils.parseStringArray(value);\\n\\t\\tfor(var i=0; i \u003C select.children.length; i++){\\n\\t\\t\\tselect.children[i].selected = values.indexOf(select.children[i].value) !== -1\\n\\t\\t}\\n\\t} else {\\n\\t\\tvar domNode = this.getSelectDomNode();\\n\\t\\tif(domNode.value !== value) {\\n\\t\\t\\tdomNode.value = value;\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nGet the DOM node of the select element\\n*/\\nSelectWidget.prototype.getSelectDomNode = function() {\\n\\treturn this.children[0].domNodes[0];\\n};\\n\\n// Return an array of the selected opion values\\n// select is an HTML select element\\nSelectWidget.prototype.getSelectValues = function() {\\n\\tvar select, result, options, opt;\\n\\tselect = this.getSelectDomNode();\\n\\tresult = [];\\n\\toptions = select && select.options;\\n\\tfor (var i=0; i\u003Coptions.length; i++) {\\n\\t\\topt = options[i];\\n\\t\\tif (opt.selected) {\\n\\t\\t\\tresult.push(opt.value || opt.text);\\n\\t\\t}\\n\\t}\\n\\treturn result;\\n}\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nSelectWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.selectActions = this.getAttribute(\\\"actions\\\");\\n\\tthis.selectTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.selectField = this.getAttribute(\\\"field\\\",\\\"text\\\");\\n\\tthis.selectIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.selectClass = this.getAttribute(\\\"class\\\");\\n\\tthis.selectDefault = this.getAttribute(\\\"default\\\");\\n\\tthis.selectMultiple = this.getAttribute(\\\"multiple\\\", false);\\n\\tthis.selectSize = this.getAttribute(\\\"size\\\");\\n\\tthis.selectTooltip = this.getAttribute(\\\"tooltip\\\");\\n\\t// Make the child widgets\\n\\tvar selectNode = {\\n\\t\\ttype: \\\"element\\\",\\n\\t\\ttag: \\\"select\\\",\\n\\t\\tchildren: this.parseTreeNode.children\\n\\t};\\n\\tif(this.selectClass) {\\n\\t\\t$tw.utils.addAttributeToParseTreeNode(selectNode,\\\"class\\\",this.selectClass);\\n\\t}\\n\\tif(this.selectMultiple) {\\n\\t\\t$tw.utils.addAttributeToParseTreeNode(selectNode,\\\"multiple\\\",\\\"multiple\\\");\\n\\t}\\n\\tif(this.selectSize) {\\n\\t\\t$tw.utils.addAttributeToParseTreeNode(selectNode,\\\"size\\\",this.selectSize);\\n\\t}\\n\\tif(this.selectTooltip) {\\n\\t\\t$tw.utils.addAttributeToParseTreeNode(selectNode,\\\"title\\\",this.selectTooltip);\\n\\t}\\n\\tthis.makeChildWidgets([selectNode]);\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nSelectWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\t// If we're using a different tiddler/field/index then completely refresh ourselves\\n\\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.tooltip) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t// If the target tiddler value has changed, just update setting and refresh the children\\n\\t} else {\\n\\t\\tvar childrenRefreshed = this.refreshChildren(changedTiddlers);\\n\\t\\tif(changedTiddlers[this.selectTitle] || childrenRefreshed) {\\n\\t\\t\\tthis.setSelectValue();\\n\\t\\t} \\n\\t\\treturn childrenRefreshed;\\n\\t}\\n};\\n\\nexports.select = SelectWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/set.js\":{\"title\":\"$:/core/modules/widgets/set.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/set.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nSet variable widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar SetWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nSetWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nSetWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nSetWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.setName = this.getAttribute(\\\"name\\\",\\\"currentTiddler\\\");\\n\\tthis.setFilter = this.getAttribute(\\\"filter\\\");\\n\\tthis.setSelect = this.getAttribute(\\\"select\\\");\\n\\tthis.setTiddler = this.getAttribute(\\\"tiddler\\\");\\n\\tthis.setSubTiddler = this.getAttribute(\\\"subtiddler\\\");\\n\\tthis.setField = this.getAttribute(\\\"field\\\");\\n\\tthis.setIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.setValue = this.getAttribute(\\\"value\\\");\\n\\tthis.setEmptyValue = this.getAttribute(\\\"emptyValue\\\");\\n\\t// Set context variable\\n\\tthis.setVariable(this.setName,this.getValue(),this.parseTreeNode.params,!!this.parseTreeNode.isMacroDefinition);\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nGet the value to be assigned\\n*/\\nSetWidget.prototype.getValue = function() {\\n\\tvar value = this.setValue;\\n\\tif(this.setTiddler) {\\n\\t\\tvar tiddler;\\n\\t\\tif(this.setSubTiddler) {\\n\\t\\t\\ttiddler = this.wiki.getSubTiddler(this.setTiddler,this.setSubTiddler);\\n\\t\\t} else {\\n\\t\\t\\ttiddler = this.wiki.getTiddler(this.setTiddler);\\n\\t\\t}\\n\\t\\tif(!tiddler) {\\n\\t\\t\\tvalue = this.setEmptyValue;\\n\\t\\t} else if(this.setField) {\\n\\t\\t\\tvalue = tiddler.getFieldString(this.setField) || this.setEmptyValue;\\n\\t\\t} else if(this.setIndex) {\\n\\t\\t\\tvalue = this.wiki.extractTiddlerDataItem(this.setTiddler,this.setIndex,this.setEmptyValue);\\n\\t\\t} else {\\n\\t\\t\\tvalue = tiddler.fields.text || this.setEmptyValue ;\\n\\t\\t}\\n\\t} else if(this.setFilter) {\\n\\t\\tvar results = this.wiki.filterTiddlers(this.setFilter,this);\\n\\t\\tif(this.setValue == null) {\\n\\t\\t\\tvar select;\\n\\t\\t\\tif(this.setSelect) {\\n\\t\\t\\t\\tselect = parseInt(this.setSelect,10);\\n\\t\\t\\t}\\n\\t\\t\\tif(select !== undefined) {\\n\\t\\t\\t\\tvalue = results[select] || \\\"\\\";\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvalue = $tw.utils.stringifyList(results);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(results.length === 0 && this.setEmptyValue !== undefined) {\\n\\t\\t\\tvalue = this.setEmptyValue;\\n\\t\\t}\\n\\t} else if(!value && this.setEmptyValue) {\\n\\t\\tvalue = this.setEmptyValue;\\n\\t}\\n\\treturn value || \\\"\\\";\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nSetWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.name || changedAttributes.filter || changedAttributes.select || changedAttributes.tiddler || (this.setTiddler && changedTiddlers[this.setTiddler]) || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes.emptyValue ||\\n\\t (this.setFilter && this.getValue() != this.variables[this.setName].value)) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.setvariable = SetWidget;\\nexports.set = SetWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/text.js\":{\"title\":\"$:/core/modules/widgets/text.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/text.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nText node widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar TextNodeWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nTextNodeWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nTextNodeWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tvar text = this.getAttribute(\\\"text\\\",this.parseTreeNode.text || \\\"\\\");\\n\\ttext = text.replace(/\\\\r/mg,\\\"\\\");\\n\\tvar textNode = this.document.createTextNode(text);\\n\\tparent.insertBefore(textNode,nextSibling);\\n\\tthis.domNodes.push(textNode);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nTextNodeWidget.prototype.execute = function() {\\n\\t// Nothing to do for a text node\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nTextNodeWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.text) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nexports.text = TextNodeWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/tiddler.js\":{\"title\":\"$:/core/modules/widgets/tiddler.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/tiddler.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nTiddler widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar TiddlerWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nTiddlerWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nTiddlerWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nTiddlerWidget.prototype.execute = function() {\\n\\tthis.tiddlerState = this.computeTiddlerState();\\n\\tthis.setVariable(\\\"currentTiddler\\\",this.tiddlerState.currentTiddler);\\n\\tthis.setVariable(\\\"missingTiddlerClass\\\",this.tiddlerState.missingTiddlerClass);\\n\\tthis.setVariable(\\\"shadowTiddlerClass\\\",this.tiddlerState.shadowTiddlerClass);\\n\\tthis.setVariable(\\\"systemTiddlerClass\\\",this.tiddlerState.systemTiddlerClass);\\n\\tthis.setVariable(\\\"tiddlerTagClasses\\\",this.tiddlerState.tiddlerTagClasses);\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nCompute the tiddler state flags\\n*/\\nTiddlerWidget.prototype.computeTiddlerState = function() {\\n\\t// Get our parameters\\n\\tthis.tiddlerTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\t// Compute the state\\n\\tvar state = {\\n\\t\\tcurrentTiddler: this.tiddlerTitle || \\\"\\\",\\n\\t\\tmissingTiddlerClass: (this.wiki.tiddlerExists(this.tiddlerTitle) || this.wiki.isShadowTiddler(this.tiddlerTitle)) ? \\\"tc-tiddler-exists\\\" : \\\"tc-tiddler-missing\\\",\\n\\t\\tshadowTiddlerClass: this.wiki.isShadowTiddler(this.tiddlerTitle) ? \\\"tc-tiddler-shadow\\\" : \\\"\\\",\\n\\t\\tsystemTiddlerClass: this.wiki.isSystemTiddler(this.tiddlerTitle) ? \\\"tc-tiddler-system\\\" : \\\"\\\",\\n\\t\\ttiddlerTagClasses: this.getTagClasses()\\n\\t};\\n\\t// Compute a simple hash to make it easier to detect changes\\n\\tstate.hash = state.currentTiddler + state.missingTiddlerClass + state.shadowTiddlerClass + state.systemTiddlerClass + state.tiddlerTagClasses;\\n\\treturn state;\\n};\\n\\n/*\\nCreate a string of CSS classes derived from the tags of the current tiddler\\n*/\\nTiddlerWidget.prototype.getTagClasses = function() {\\n\\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\\n\\tif(tiddler) {\\n\\t\\tvar tags = [];\\n\\t\\t$tw.utils.each(tiddler.fields.tags,function(tag) {\\n\\t\\t\\ttags.push(\\\"tc-tagged-\\\" + encodeURIComponent(tag));\\n\\t\\t});\\n\\t\\treturn tags.join(\\\" \\\");\\n\\t} else {\\n\\t\\treturn \\\"\\\";\\n\\t}\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nTiddlerWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes(),\\n\\t\\tnewTiddlerState = this.computeTiddlerState();\\n\\tif(changedAttributes.tiddler || newTiddlerState.hash !== this.tiddlerState.hash) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.tiddler = TiddlerWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/transclude.js\":{\"title\":\"$:/core/modules/widgets/transclude.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/transclude.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nTransclude widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar TranscludeWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nTranscludeWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nTranscludeWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nTranscludeWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.transcludeTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.transcludeSubTiddler = this.getAttribute(\\\"subtiddler\\\");\\n\\tthis.transcludeField = this.getAttribute(\\\"field\\\");\\n\\tthis.transcludeIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.transcludeMode = this.getAttribute(\\\"mode\\\");\\n\\tthis.recursionMarker = this.getAttribute(\\\"recursionMarker\\\",\\\"yes\\\");\\n\\t// Parse the text reference\\n\\tvar parseAsInline = !this.parseTreeNode.isBlock;\\n\\tif(this.transcludeMode === \\\"inline\\\") {\\n\\t\\tparseAsInline = true;\\n\\t} else if(this.transcludeMode === \\\"block\\\") {\\n\\t\\tparseAsInline = false;\\n\\t}\\n\\tvar parser = this.wiki.parseTextReference(\\n\\t\\t\\t\\t\\t\\tthis.transcludeTitle,\\n\\t\\t\\t\\t\\t\\tthis.transcludeField,\\n\\t\\t\\t\\t\\t\\tthis.transcludeIndex,\\n\\t\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\t\\tparseAsInline: parseAsInline,\\n\\t\\t\\t\\t\\t\\t\\tsubTiddler: this.transcludeSubTiddler\\n\\t\\t\\t\\t\\t\\t}),\\n\\t\\tparseTreeNodes = parser ? parser.tree : this.parseTreeNode.children;\\n\\tthis.sourceText = parser ? parser.source : null;\\n\\tthis.parserType = parser? parser.type : null;\\n\\t// Set context variables for recursion detection\\n\\tvar recursionMarker = this.makeRecursionMarker();\\n\\tif(this.recursionMarker === \\\"yes\\\") {\\n\\t\\tthis.setVariable(\\\"transclusion\\\",recursionMarker);\\n\\t}\\n\\t// Check for recursion\\n\\tif(parser) {\\n\\t\\tif(this.parentWidget && this.parentWidget.hasVariable(\\\"transclusion\\\",recursionMarker)) {\\n\\t\\t\\tparseTreeNodes = [{type: \\\"element\\\", tag: \\\"span\\\", attributes: {\\n\\t\\t\\t\\t\\\"class\\\": {type: \\\"string\\\", value: \\\"tc-error\\\"}\\n\\t\\t\\t}, children: [\\n\\t\\t\\t\\t{type: \\\"text\\\", text: $tw.language.getString(\\\"Error/RecursiveTransclusion\\\")}\\n\\t\\t\\t]}];\\n\\t\\t}\\n\\t}\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets(parseTreeNodes);\\n};\\n\\n/*\\nCompose a string comprising the title, field and/or index to identify this transclusion for recursion detection\\n*/\\nTranscludeWidget.prototype.makeRecursionMarker = function() {\\n\\tvar output = [];\\n\\toutput.push(\\\"{\\\");\\n\\toutput.push(this.getVariable(\\\"currentTiddler\\\",{defaultValue: \\\"\\\"}));\\n\\toutput.push(\\\"|\\\");\\n\\toutput.push(this.transcludeTitle || \\\"\\\");\\n\\toutput.push(\\\"|\\\");\\n\\toutput.push(this.transcludeField || \\\"\\\");\\n\\toutput.push(\\\"|\\\");\\n\\toutput.push(this.transcludeIndex || \\\"\\\");\\n\\toutput.push(\\\"|\\\");\\n\\toutput.push(this.transcludeSubTiddler || \\\"\\\");\\n\\toutput.push(\\\"}\\\");\\n\\treturn output.join(\\\"\\\");\\n};\\n\\nTranscludeWidget.prototype.parserNeedsRefresh = function() {\\n\\tvar parserInfo = this.wiki.getTextReferenceParserInfo(this.transcludeTitle,this.transcludeField,this.transcludeIndex,{subTiddler:this.transcludeSubTiddler});\\n\\treturn (this.sourceText === undefined || parserInfo.sourceText !== this.sourceText || parserInfo.parserType !== this.parserType)\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nTranscludeWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(($tw.utils.count(changedAttributes) > 0) || (changedTiddlers[this.transcludeTitle] && this.parserNeedsRefresh())) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.transclude = TranscludeWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/vars.js\":{\"title\":\"$:/core/modules/widgets/vars.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/vars.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nThis widget allows multiple variables to be set in one go:\\n\\n```\\n\\\\define helloworld() Hello world!\\n\u003C$vars greeting=\\\"Hi\\\" me={{!!title}} sentence=\u003C\u003Chelloworld>>>\\n \u003C\u003Cgreeting>>! I am \u003C\u003Cme>> and I say: \u003C\u003Csentence>>\\n\u003C/$vars>\\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar VarsWidget = function(parseTreeNode,options) {\\n\\t// Initialise\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nVarsWidget.prototype = Object.create(Widget.prototype);\\n\\n/*\\nRender this widget into the DOM\\n*/\\nVarsWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Call the constructor\\n\\tWidget.call(this);\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nVarsWidget.prototype.execute = function() {\\n\\t// Parse variables\\n\\tvar self = this;\\n\\t$tw.utils.each(this.attributes,function(val,key) {\\n\\t\\tif(key.charAt(0) !== \\\"$\\\") {\\n\\t\\t\\tself.setVariable(key,val);\\n\\t\\t}\\n\\t});\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nRefresh the widget by ensuring our attributes are up to date\\n*/\\nVarsWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(Object.keys(changedAttributes).length) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t}\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\nexports[\\\"vars\\\"] = VarsWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/view.js\":{\"title\":\"$:/core/modules/widgets/view.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/view.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nView widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ViewWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nViewWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nViewWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tif(this.text) {\\n\\t\\tvar textNode = this.document.createTextNode(this.text);\\n\\t\\tparent.insertBefore(textNode,nextSibling);\\n\\t\\tthis.domNodes.push(textNode);\\n\\t} else {\\n\\t\\tthis.makeChildWidgets();\\n\\t\\tthis.renderChildren(parent,nextSibling);\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nViewWidget.prototype.execute = function() {\\n\\t// Get parameters from our attributes\\n\\tthis.viewTitle = this.getAttribute(\\\"tiddler\\\",this.getVariable(\\\"currentTiddler\\\"));\\n\\tthis.viewSubtiddler = this.getAttribute(\\\"subtiddler\\\");\\n\\tthis.viewField = this.getAttribute(\\\"field\\\",\\\"text\\\");\\n\\tthis.viewIndex = this.getAttribute(\\\"index\\\");\\n\\tthis.viewFormat = this.getAttribute(\\\"format\\\",\\\"text\\\");\\n\\tthis.viewTemplate = this.getAttribute(\\\"template\\\",\\\"\\\");\\n\\tthis.viewMode = this.getAttribute(\\\"mode\\\",\\\"block\\\");\\n\\tswitch(this.viewFormat) {\\n\\t\\tcase \\\"htmlwikified\\\":\\n\\t\\t\\tthis.text = this.getValueAsHtmlWikified(this.viewMode);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"plainwikified\\\":\\n\\t\\t\\tthis.text = this.getValueAsPlainWikified(this.viewMode);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"htmlencodedplainwikified\\\":\\n\\t\\t\\tthis.text = this.getValueAsHtmlEncodedPlainWikified(this.viewMode);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"htmlencoded\\\":\\n\\t\\t\\tthis.text = this.getValueAsHtmlEncoded();\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"htmltextencoded\\\":\\n\\t\\t\\tthis.text = this.getValueAsHtmlTextEncoded();\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"urlencoded\\\":\\n\\t\\t\\tthis.text = this.getValueAsUrlEncoded();\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"doubleurlencoded\\\":\\n\\t\\t\\tthis.text = this.getValueAsDoubleUrlEncoded();\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"date\\\":\\n\\t\\t\\tthis.text = this.getValueAsDate(this.viewTemplate);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"relativedate\\\":\\n\\t\\t\\tthis.text = this.getValueAsRelativeDate();\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"stripcomments\\\":\\n\\t\\t\\tthis.text = this.getValueAsStrippedComments();\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"jsencoded\\\":\\n\\t\\t\\tthis.text = this.getValueAsJsEncoded();\\n\\t\\t\\tbreak;\\n\\t\\tdefault: // \\\"text\\\"\\n\\t\\t\\tthis.text = this.getValueAsText();\\n\\t\\t\\tbreak;\\n\\t}\\n};\\n\\n/*\\nThe various formatter functions are baked into this widget for the moment. Eventually they will be replaced by macro functions\\n*/\\n\\n/*\\nRetrieve the value of the widget. Options are:\\nasString: Optionally return the value as a string\\n*/\\nViewWidget.prototype.getValue = function(options) {\\n\\toptions = options || {};\\n\\tvar value = options.asString ? \\\"\\\" : undefined;\\n\\tif(this.viewIndex) {\\n\\t\\tvalue = this.wiki.extractTiddlerDataItem(this.viewTitle,this.viewIndex);\\n\\t} else {\\n\\t\\tvar tiddler;\\n\\t\\tif(this.viewSubtiddler) {\\n\\t\\t\\ttiddler = this.wiki.getSubTiddler(this.viewTitle,this.viewSubtiddler);\\n\\t\\t} else {\\n\\t\\t\\ttiddler = this.wiki.getTiddler(this.viewTitle);\\n\\t\\t}\\n\\t\\tif(tiddler) {\\n\\t\\t\\tif(this.viewField === \\\"text\\\" && !this.viewSubtiddler) {\\n\\t\\t\\t\\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\\n\\t\\t\\t\\tvalue = this.wiki.getTiddlerText(this.viewTitle);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif($tw.utils.hop(tiddler.fields,this.viewField)) {\\n\\t\\t\\t\\t\\tif(options.asString) {\\n\\t\\t\\t\\t\\t\\tvalue = tiddler.getFieldString(this.viewField);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tvalue = tiddler.fields[this.viewField];\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tif(this.viewField === \\\"title\\\") {\\n\\t\\t\\t\\tvalue = this.viewTitle;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn value;\\n};\\n\\nViewWidget.prototype.getValueAsText = function() {\\n\\treturn this.getValue({asString: true});\\n};\\n\\nViewWidget.prototype.getValueAsHtmlWikified = function(mode) {\\n\\treturn this.wiki.renderText(\\\"text/html\\\",\\\"text/vnd.tiddlywiki\\\",this.getValueAsText(),{\\n\\t\\tparseAsInline: mode !== \\\"block\\\",\\n\\t\\tparentWidget: this\\n\\t});\\n};\\n\\nViewWidget.prototype.getValueAsPlainWikified = function(mode) {\\n\\treturn this.wiki.renderText(\\\"text/plain\\\",\\\"text/vnd.tiddlywiki\\\",this.getValueAsText(),{\\n\\t\\tparseAsInline: mode !== \\\"block\\\",\\n\\t\\tparentWidget: this\\n\\t});\\n};\\n\\nViewWidget.prototype.getValueAsHtmlEncodedPlainWikified = function(mode) {\\n\\treturn $tw.utils.htmlEncode(this.wiki.renderText(\\\"text/plain\\\",\\\"text/vnd.tiddlywiki\\\",this.getValueAsText(),{\\n\\t\\tparseAsInline: mode !== \\\"block\\\",\\n\\t\\tparentWidget: this\\n\\t}));\\n};\\n\\nViewWidget.prototype.getValueAsHtmlEncoded = function() {\\n\\treturn $tw.utils.htmlEncode(this.getValueAsText());\\n};\\n\\nViewWidget.prototype.getValueAsHtmlTextEncoded = function() {\\n\\treturn $tw.utils.htmlTextEncode(this.getValueAsText());\\n};\\n\\nViewWidget.prototype.getValueAsUrlEncoded = function() {\\n\\treturn encodeURIComponent(this.getValueAsText());\\n};\\n\\nViewWidget.prototype.getValueAsDoubleUrlEncoded = function() {\\n\\treturn encodeURIComponent(encodeURIComponent(this.getValueAsText()));\\n};\\n\\nViewWidget.prototype.getValueAsDate = function(format) {\\n\\tformat = format || \\\"YYYY MM DD 0hh:0mm\\\";\\n\\tvar value = $tw.utils.parseDate(this.getValue());\\n\\tif(value && $tw.utils.isDate(value) && value.toString() !== \\\"Invalid Date\\\") {\\n\\t\\treturn $tw.utils.formatDateString(value,format);\\n\\t} else {\\n\\t\\treturn \\\"\\\";\\n\\t}\\n};\\n\\nViewWidget.prototype.getValueAsRelativeDate = function(format) {\\n\\tvar value = $tw.utils.parseDate(this.getValue());\\n\\tif(value && $tw.utils.isDate(value) && value.toString() !== \\\"Invalid Date\\\") {\\n\\t\\treturn $tw.utils.getRelativeDate((new Date()) - (new Date(value))).description;\\n\\t} else {\\n\\t\\treturn \\\"\\\";\\n\\t}\\n};\\n\\nViewWidget.prototype.getValueAsStrippedComments = function() {\\n\\tvar lines = this.getValueAsText().split(\\\"\\\\n\\\"),\\n\\t\\tout = [];\\n\\tfor(var line=0; line\u003Clines.length; line++) {\\n\\t\\tvar text = lines[line];\\n\\t\\tif(!/^\\\\s*\\\\/\\\\/#/.test(text)) {\\n\\t\\t\\tout.push(text);\\n\\t\\t}\\n\\t}\\n\\treturn out.join(\\\"\\\\n\\\");\\n};\\n\\nViewWidget.prototype.getValueAsJsEncoded = function() {\\n\\treturn $tw.utils.stringify(this.getValueAsText());\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nViewWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.template || changedAttributes.format || changedTiddlers[this.viewTitle]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\n\\t}\\n};\\n\\nexports.view = ViewWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/widget.js\":{\"title\":\"$:/core/modules/widgets/widget.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/widget.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nWidget base class\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nCreate a widget object for a parse tree node\\n\\tparseTreeNode: reference to the parse tree node to be rendered\\n\\toptions: see below\\nOptions include:\\n\\twiki: mandatory reference to wiki associated with this render tree\\n\\tparentWidget: optional reference to a parent renderer node for the context chain\\n\\tdocument: optional document object to use instead of global document\\n*/\\nvar Widget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInitialise widget properties. These steps are pulled out of the constructor so that we can reuse them in subclasses\\n*/\\nWidget.prototype.initialise = function(parseTreeNode,options) {\\n\\t// Bail if parseTreeNode is undefined, meaning that the widget constructor was called without any arguments so that it can be subclassed\\n\\tif(parseTreeNode === undefined) {\\n\\t\\treturn;\\n\\t}\\n\\toptions = options || {};\\n\\t// Save widget info\\n\\tthis.parseTreeNode = parseTreeNode;\\n\\tthis.wiki = options.wiki;\\n\\tthis.parentWidget = options.parentWidget;\\n\\tthis.variablesConstructor = function() {};\\n\\tthis.variablesConstructor.prototype = this.parentWidget ? this.parentWidget.variables : {};\\n\\tthis.variables = new this.variablesConstructor();\\n\\tthis.document = options.document;\\n\\tthis.attributes = {};\\n\\tthis.children = [];\\n\\tthis.domNodes = [];\\n\\tthis.eventListeners = {};\\n\\t// Hashmap of the widget classes\\n\\tif(!this.widgetClasses) {\\n\\t\\t// Get widget classes\\n\\t\\tWidget.prototype.widgetClasses = $tw.modules.applyMethods(\\\"widget\\\");\\n\\t\\t// Process any subclasses\\n\\t\\t$tw.modules.forEachModuleOfType(\\\"widget-subclass\\\",function(title,module) {\\n\\t\\t\\tif(module.baseClass) {\\n\\t\\t\\t\\tvar baseClass = Widget.prototype.widgetClasses[module.baseClass];\\n\\t\\t\\t\\tif(!baseClass) {\\n\\t\\t\\t\\t\\tthrow \\\"Module '\\\" + title + \\\"' is attemping to extend a non-existent base class '\\\" + module.baseClass + \\\"'\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tvar subClass = module.constructor;\\n\\t\\t\\t\\tsubClass.prototype = new baseClass();\\n\\t\\t\\t\\t$tw.utils.extend(subClass.prototype,module.prototype);\\n\\t\\t\\t\\tWidget.prototype.widgetClasses[module.name || module.baseClass] = subClass;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nRender this widget into the DOM\\n*/\\nWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nWidget.prototype.execute = function() {\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSet the value of a context variable\\nname: name of the variable\\nvalue: value of the variable\\nparams: array of {name:, default:} for each parameter\\nisMacroDefinition: true if the variable is set via a \\\\define macro pragma (and hence should have variable substitution performed)\\n*/\\nWidget.prototype.setVariable = function(name,value,params,isMacroDefinition) {\\n\\tthis.variables[name] = {value: value, params: params, isMacroDefinition: !!isMacroDefinition};\\n};\\n\\n/*\\nGet the prevailing value of a context variable\\nname: name of variable\\noptions: see below\\nOptions include\\nparams: array of {name:, value:} for each parameter\\ndefaultValue: default value if the variable is not defined\\n\\nReturns an object with the following fields:\\n\\nparams: array of {name:,value:} of parameters passed to wikitext variables\\ntext: text of variable, with parameters properly substituted\\n*/\\nWidget.prototype.getVariableInfo = function(name,options) {\\n\\toptions = options || {};\\n\\tvar actualParams = options.params || [],\\n\\t\\tparentWidget = this.parentWidget;\\n\\t// Check for the variable defined in the parent widget (or an ancestor in the prototype chain)\\n\\tif(parentWidget && name in parentWidget.variables) {\\n\\t\\tvar variable = parentWidget.variables[name],\\n\\t\\t\\toriginalValue = variable.value,\\n\\t\\t\\tvalue = originalValue,\\n\\t\\t\\tparams = this.resolveVariableParameters(variable.params,actualParams);\\n\\t\\t// Substitute any parameters specified in the definition\\n\\t\\t$tw.utils.each(params,function(param) {\\n\\t\\t\\tvalue = $tw.utils.replaceString(value,new RegExp(\\\"\\\\\\\\$\\\" + $tw.utils.escapeRegExp(param.name) + \\\"\\\\\\\\$\\\",\\\"mg\\\"),param.value);\\n\\t\\t});\\n\\t\\t// Only substitute variable references if this variable was defined with the \\\\define pragma\\n\\t\\tif(variable.isMacroDefinition) {\\n\\t\\t\\tvalue = this.substituteVariableReferences(value);\\n\\t\\t}\\n\\t\\treturn {\\n\\t\\t\\ttext: value,\\n\\t\\t\\tparams: params,\\n\\t\\t\\tsrcVariable: variable,\\n\\t\\t\\tisCacheable: originalValue === value\\n\\t\\t};\\n\\t}\\n\\t// If the variable doesn't exist in the parent widget then look for a macro module\\n\\treturn {\\n\\t\\ttext: this.evaluateMacroModule(name,actualParams,options.defaultValue)\\n\\t};\\n};\\n\\n/*\\nSimplified version of getVariableInfo() that just returns the text\\n*/\\nWidget.prototype.getVariable = function(name,options) {\\n\\treturn this.getVariableInfo(name,options).text;\\n};\\n\\nWidget.prototype.resolveVariableParameters = function(formalParams,actualParams) {\\n\\tformalParams = formalParams || [];\\n\\tactualParams = actualParams || [];\\n\\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\\n\\t\\tparamInfo, paramValue,\\n\\t\\tresults = [];\\n\\t// Step through each of the parameters in the macro definition\\n\\tfor(var p=0; p\u003CformalParams.length; p++) {\\n\\t\\t// Check if we've got a macro call parameter with the same name\\n\\t\\tparamInfo = formalParams[p];\\n\\t\\tparamValue = undefined;\\n\\t\\tfor(var m=0; m\u003CactualParams.length; m++) {\\n\\t\\t\\tif(actualParams[m].name === paramInfo.name) {\\n\\t\\t\\t\\tparamValue = actualParams[m].value;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// If not, use the next available anonymous macro call parameter\\n\\t\\twhile(nextAnonParameter \u003C actualParams.length && actualParams[nextAnonParameter].name) {\\n\\t\\t\\tnextAnonParameter++;\\n\\t\\t}\\n\\t\\tif(paramValue === undefined && nextAnonParameter \u003C actualParams.length) {\\n\\t\\t\\tparamValue = actualParams[nextAnonParameter++].value;\\n\\t\\t}\\n\\t\\t// If we've still not got a value, use the default, if any\\n\\t\\tparamValue = paramValue || paramInfo[\\\"default\\\"] || \\\"\\\";\\n\\t\\t// Store the parameter name and value\\n\\t\\tresults.push({name: paramInfo.name, value: paramValue});\\n\\t}\\n\\treturn results;\\n};\\n\\nWidget.prototype.substituteVariableReferences = function(text) {\\n\\tvar self = this;\\n\\treturn (text || \\\"\\\").replace(/\\\\$\\\\(([^\\\\)\\\\$]+)\\\\)\\\\$/g,function(match,p1,offset,string) {\\n\\t\\treturn self.getVariable(p1,{defaultValue: \\\"\\\"});\\n\\t});\\n};\\n\\nWidget.prototype.evaluateMacroModule = function(name,actualParams,defaultValue) {\\n\\tif($tw.utils.hop($tw.macros,name)) {\\n\\t\\tvar macro = $tw.macros[name],\\n\\t\\t\\targs = [];\\n\\t\\tif(macro.params.length > 0) {\\n\\t\\t\\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\\n\\t\\t\\t\\tparamInfo, paramValue;\\n\\t\\t\\t// Step through each of the parameters in the macro definition\\n\\t\\t\\tfor(var p=0; p\u003Cmacro.params.length; p++) {\\n\\t\\t\\t\\t// Check if we've got a macro call parameter with the same name\\n\\t\\t\\t\\tparamInfo = macro.params[p];\\n\\t\\t\\t\\tparamValue = undefined;\\n\\t\\t\\t\\tfor(var m=0; m\u003CactualParams.length; m++) {\\n\\t\\t\\t\\t\\tif(actualParams[m].name === paramInfo.name) {\\n\\t\\t\\t\\t\\t\\tparamValue = actualParams[m].value;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// If not, use the next available anonymous macro call parameter\\n\\t\\t\\t\\twhile(nextAnonParameter \u003C actualParams.length && actualParams[nextAnonParameter].name) {\\n\\t\\t\\t\\t\\tnextAnonParameter++;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(paramValue === undefined && nextAnonParameter \u003C actualParams.length) {\\n\\t\\t\\t\\t\\tparamValue = actualParams[nextAnonParameter++].value;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// If we've still not got a value, use the default, if any\\n\\t\\t\\t\\tparamValue = paramValue || paramInfo[\\\"default\\\"] || \\\"\\\";\\n\\t\\t\\t\\t// Save the parameter\\n\\t\\t\\t\\targs.push(paramValue);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\telse for(var i=0; i\u003CactualParams.length; ++i) {\\n\\t\\t\\targs.push(actualParams[i].value);\\n\\t\\t}\\n\\t\\treturn (macro.run.apply(this,args) || \\\"\\\").toString();\\n\\t} else {\\n\\t\\treturn defaultValue;\\n\\t}\\n};\\n\\n/*\\nCheck whether a given context variable value exists in the parent chain\\n*/\\nWidget.prototype.hasVariable = function(name,value) {\\n\\tvar node = this;\\n\\twhile(node) {\\n\\t\\tif($tw.utils.hop(node.variables,name) && node.variables[name].value === value) {\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t\\tnode = node.parentWidget;\\n\\t}\\n\\treturn false;\\n};\\n\\n/*\\nConstruct a qualifying string based on a hash of concatenating the values of a given variable in the parent chain\\n*/\\nWidget.prototype.getStateQualifier = function(name) {\\n\\tthis.qualifiers = this.qualifiers || Object.create(null);\\n\\tname = name || \\\"transclusion\\\";\\n\\tif(this.qualifiers[name]) {\\n\\t\\treturn this.qualifiers[name];\\n\\t} else {\\n\\t\\tvar output = [],\\n\\t\\t\\tnode = this;\\n\\t\\twhile(node && node.parentWidget) {\\n\\t\\t\\tif($tw.utils.hop(node.parentWidget.variables,name)) {\\n\\t\\t\\t\\toutput.push(node.getVariable(name));\\n\\t\\t\\t}\\n\\t\\t\\tnode = node.parentWidget;\\n\\t\\t}\\n\\t\\tvar value = $tw.utils.hashString(output.join(\\\"\\\"));\\n\\t\\tthis.qualifiers[name] = value;\\n\\t\\treturn value;\\n\\t}\\n};\\n\\n/*\\nCompute the current values of the attributes of the widget. Returns a hashmap of the names of the attributes that have changed\\n*/\\nWidget.prototype.computeAttributes = function() {\\n\\tvar changedAttributes = {},\\n\\t\\tself = this,\\n\\t\\tvalue;\\n\\t$tw.utils.each(this.parseTreeNode.attributes,function(attribute,name) {\\n\\t\\tif(attribute.type === \\\"filtered\\\") {\\n\\t\\t\\tvalue = self.wiki.filterTiddlers(attribute.filter,self)[0] || \\\"\\\";\\n\\t\\t} else if(attribute.type === \\\"indirect\\\") {\\n\\t\\t\\tvalue = self.wiki.getTextReference(attribute.textReference,\\\"\\\",self.getVariable(\\\"currentTiddler\\\"));\\n\\t\\t} else if(attribute.type === \\\"macro\\\") {\\n\\t\\t\\tvalue = self.getVariable(attribute.value.name,{params: attribute.value.params});\\n\\t\\t} else { // String attribute\\n\\t\\t\\tvalue = attribute.value;\\n\\t\\t}\\n\\t\\t// Check whether the attribute has changed\\n\\t\\tif(self.attributes[name] !== value) {\\n\\t\\t\\tself.attributes[name] = value;\\n\\t\\t\\tchangedAttributes[name] = true;\\n\\t\\t}\\n\\t});\\n\\treturn changedAttributes;\\n};\\n\\n/*\\nCheck for the presence of an attribute\\n*/\\nWidget.prototype.hasAttribute = function(name) {\\n\\treturn $tw.utils.hop(this.attributes,name);\\n};\\n\\n/*\\nGet the value of an attribute\\n*/\\nWidget.prototype.getAttribute = function(name,defaultText) {\\n\\tif($tw.utils.hop(this.attributes,name)) {\\n\\t\\treturn this.attributes[name];\\n\\t} else {\\n\\t\\treturn defaultText;\\n\\t}\\n};\\n\\n/*\\nAssign the computed attributes of the widget to a domNode\\noptions include:\\nexcludeEventAttributes: ignores attributes whose name begins with \\\"on\\\"\\n*/\\nWidget.prototype.assignAttributes = function(domNode,options) {\\n\\toptions = options || {};\\n\\tvar self = this;\\n\\t$tw.utils.each(this.attributes,function(v,a) {\\n\\t\\t// Check exclusions\\n\\t\\tif(options.excludeEventAttributes && a.substr(0,2) === \\\"on\\\") {\\n\\t\\t\\tv = undefined;\\n\\t\\t}\\n\\t\\tif(v !== undefined) {\\n\\t\\t\\tvar b = a.split(\\\":\\\");\\n\\t\\t\\t// Setting certain attributes can cause a DOM error (eg xmlns on the svg element)\\n\\t\\t\\ttry {\\n\\t\\t\\t\\tif (b.length == 2 && b[0] == \\\"xlink\\\"){\\n\\t\\t\\t\\t\\tdomNode.setAttributeNS(\\\"http://www.w3.org/1999/xlink\\\",b[1],v);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tdomNode.setAttributeNS(null,a,v);\\n\\t\\t\\t\\t}\\n\\t\\t\\t} catch(e) {\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\n/*\\nMake child widgets correspondng to specified parseTreeNodes\\n*/\\nWidget.prototype.makeChildWidgets = function(parseTreeNodes,options) {\\n\\toptions = options || {};\\n\\tthis.children = [];\\n\\tvar self = this;\\n\\t// Create set variable widgets for each variable\\n\\t$tw.utils.each(options.variables,function(value,name) {\\n\\t\\tvar setVariableWidget = {\\n\\t\\t\\ttype: \\\"set\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tname: {type: \\\"string\\\", value: name},\\n\\t\\t\\t\\tvalue: {type: \\\"string\\\", value: value}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: parseTreeNodes\\n\\t\\t};\\n\\t\\tparseTreeNodes = [setVariableWidget];\\n\\t});\\n\\t$tw.utils.each(parseTreeNodes || (this.parseTreeNode && this.parseTreeNode.children),function(childNode) {\\n\\t\\tself.children.push(self.makeChildWidget(childNode));\\n\\t});\\n};\\n\\n/*\\nConstruct the widget object for a parse tree node\\noptions include:\\n\\tvariables: optional hashmap of variables to wrap around the widget\\n*/\\nWidget.prototype.makeChildWidget = function(parseTreeNode,options) {\\n\\toptions = options || {};\\n\\tvar WidgetClass = this.widgetClasses[parseTreeNode.type];\\n\\tif(!WidgetClass) {\\n\\t\\tWidgetClass = this.widgetClasses.text;\\n\\t\\tparseTreeNode = {type: \\\"text\\\", text: \\\"Undefined widget '\\\" + parseTreeNode.type + \\\"'\\\"};\\n\\t}\\n\\t// Create set variable widgets for each variable\\n\\t$tw.utils.each(options.variables,function(value,name) {\\n\\t\\tvar setVariableWidget = {\\n\\t\\t\\ttype: \\\"set\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tname: {type: \\\"string\\\", value: name},\\n\\t\\t\\t\\tvalue: {type: \\\"string\\\", value: value}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [\\n\\t\\t\\t\\tparseTreeNode\\n\\t\\t\\t]\\n\\t\\t};\\n\\t\\tparseTreeNode = setVariableWidget;\\n\\t});\\n\\treturn new WidgetClass(parseTreeNode,{\\n\\t\\twiki: this.wiki,\\n\\t\\tparentWidget: this,\\n\\t\\tdocument: this.document\\n\\t});\\n};\\n\\n/*\\nGet the next sibling of this widget\\n*/\\nWidget.prototype.nextSibling = function() {\\n\\tif(this.parentWidget) {\\n\\t\\tvar index = this.parentWidget.children.indexOf(this);\\n\\t\\tif(index !== -1 && index \u003C this.parentWidget.children.length-1) {\\n\\t\\t\\treturn this.parentWidget.children[index+1];\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nGet the previous sibling of this widget\\n*/\\nWidget.prototype.previousSibling = function() {\\n\\tif(this.parentWidget) {\\n\\t\\tvar index = this.parentWidget.children.indexOf(this);\\n\\t\\tif(index !== -1 && index > 0) {\\n\\t\\t\\treturn this.parentWidget.children[index-1];\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nRender the children of this widget into the DOM\\n*/\\nWidget.prototype.renderChildren = function(parent,nextSibling) {\\n\\tvar children = this.children;\\n\\tfor(var i = 0; i \u003C children.length; i++) {\\n\\t\\tchildren[i].render(parent,nextSibling);\\n\\t};\\n};\\n\\n/*\\nAdd a list of event listeners from an array [{type:,handler:},...]\\n*/\\nWidget.prototype.addEventListeners = function(listeners) {\\n\\tvar self = this;\\n\\t$tw.utils.each(listeners,function(listenerInfo) {\\n\\t\\tself.addEventListener(listenerInfo.type,listenerInfo.handler);\\n\\t});\\n};\\n\\n/*\\nAdd an event listener\\n*/\\nWidget.prototype.addEventListener = function(type,handler) {\\n\\tvar self = this;\\n\\tif(typeof handler === \\\"string\\\") { // The handler is a method name on this widget\\n\\t\\tthis.eventListeners[type] = function(event) {\\n\\t\\t\\treturn self[handler].call(self,event);\\n\\t\\t};\\n\\t} else { // The handler is a function\\n\\t\\tthis.eventListeners[type] = function(event) {\\n\\t\\t\\treturn handler.call(self,event);\\n\\t\\t};\\n\\t}\\n};\\n\\n/*\\nDispatch an event to a widget. If the widget doesn't handle the event then it is also dispatched to the parent widget\\n*/\\nWidget.prototype.dispatchEvent = function(event) {\\n\\tevent.widget = event.widget || this;\\n\\t// Dispatch the event if this widget handles it\\n\\tvar listener = this.eventListeners[event.type];\\n\\tif(listener) {\\n\\t\\t// Don't propagate the event if the listener returned false\\n\\t\\tif(!listener(event)) {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\t}\\n\\t// Dispatch the event to the parent widget\\n\\tif(this.parentWidget) {\\n\\t\\treturn this.parentWidget.dispatchEvent(event);\\n\\t}\\n\\treturn true;\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nWidget.prototype.refresh = function(changedTiddlers) {\\n\\treturn this.refreshChildren(changedTiddlers);\\n};\\n\\n/*\\nRebuild a previously rendered widget\\n*/\\nWidget.prototype.refreshSelf = function() {\\n\\tvar nextSibling = this.findNextSiblingDomNode();\\n\\tthis.removeChildDomNodes();\\n\\tthis.render(this.parentDomNode,nextSibling);\\n};\\n\\n/*\\nRefresh all the children of a widget\\n*/\\nWidget.prototype.refreshChildren = function(changedTiddlers) {\\n\\tvar children = this.children,\\n\\t\\trefreshed = false;\\n\\tfor (var i = 0; i \u003C children.length; i++) {\\n\\t\\trefreshed = children[i].refresh(changedTiddlers) || refreshed;\\n\\t}\\n\\treturn refreshed;\\n};\\n\\n/*\\nFind the next sibling in the DOM to this widget. This is done by scanning the widget tree through all next siblings and their descendents that share the same parent DOM node\\n*/\\nWidget.prototype.findNextSiblingDomNode = function(startIndex) {\\n\\t// Refer to this widget by its index within its parents children\\n\\tvar parent = this.parentWidget,\\n\\t\\tindex = startIndex !== undefined ? startIndex : parent.children.indexOf(this);\\nif(index === -1) {\\n\\tthrow \\\"node not found in parents children\\\";\\n}\\n\\t// Look for a DOM node in the later siblings\\n\\twhile(++index \u003C parent.children.length) {\\n\\t\\tvar domNode = parent.children[index].findFirstDomNode();\\n\\t\\tif(domNode) {\\n\\t\\t\\treturn domNode;\\n\\t\\t}\\n\\t}\\n\\t// Go back and look for later siblings of our parent if it has the same parent dom node\\n\\tvar grandParent = parent.parentWidget;\\n\\tif(grandParent && parent.parentDomNode === this.parentDomNode) {\\n\\t\\tindex = grandParent.children.indexOf(parent);\\n\\t\\tif(index !== -1) {\\n\\t\\t\\treturn parent.findNextSiblingDomNode(index);\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nFind the first DOM node generated by a widget or its children\\n*/\\nWidget.prototype.findFirstDomNode = function() {\\n\\t// Return the first dom node of this widget, if we've got one\\n\\tif(this.domNodes.length > 0) {\\n\\t\\treturn this.domNodes[0];\\n\\t}\\n\\t// Otherwise, recursively call our children\\n\\tfor(var t=0; t\u003Cthis.children.length; t++) {\\n\\t\\tvar domNode = this.children[t].findFirstDomNode();\\n\\t\\tif(domNode) {\\n\\t\\t\\treturn domNode;\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nRemove any DOM nodes created by this widget or its children\\n*/\\nWidget.prototype.removeChildDomNodes = function() {\\n\\t// If this widget has directly created DOM nodes, delete them and exit. This assumes that any child widgets are contained within the created DOM nodes, which would normally be the case\\n\\tif(this.domNodes.length > 0) {\\n\\t\\t$tw.utils.each(this.domNodes,function(domNode) {\\n\\t\\t\\tdomNode.parentNode.removeChild(domNode);\\n\\t\\t});\\n\\t\\tthis.domNodes = [];\\n\\t} else {\\n\\t\\t// Otherwise, ask the child widgets to delete their DOM nodes\\n\\t\\t$tw.utils.each(this.children,function(childWidget) {\\n\\t\\t\\tchildWidget.removeChildDomNodes();\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nInvoke the action widgets that are descendents of the current widget.\\n*/\\nWidget.prototype.invokeActions = function(triggeringWidget,event) {\\n\\tvar handled = false;\\n\\t// For each child widget\\n\\tfor(var t=0; t\u003Cthis.children.length; t++) {\\n\\t\\tvar child = this.children[t],\\n\\t\\t\\tchildIsActionWidget = !!child.invokeAction,\\n\\t\\t\\tactionRefreshPolicy = child.getVariable(\\\"tv-action-refresh-policy\\\");\\n\\t\\t// Refresh the child if required\\n\\t\\tif(childIsActionWidget || actionRefreshPolicy === \\\"always\\\") {\\n\\t\\t\\tchild.refreshSelf();\\n\\t\\t}\\n\\t\\t// Invoke the child if it is an action widget\\n\\t\\tif(childIsActionWidget) {\\n\\t\\t\\tif(child.invokeAction(triggeringWidget,event)) {\\n\\t\\t\\t\\thandled = true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Propagate through through the child if it permits it\\n\\t\\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\\n\\t\\t\\thandled = true;\\n\\t\\t}\\n\\t}\\n\\treturn handled;\\n};\\n\\n/*\\nInvoke the action widgets defined in a string\\n*/\\nWidget.prototype.invokeActionString = function(actions,triggeringWidget,event,variables) {\\n\\tactions = actions || \\\"\\\";\\n\\tvar parser = this.wiki.parseText(\\\"text/vnd.tiddlywiki\\\",actions,{\\n\\t\\t\\tparentWidget: this,\\n\\t\\t\\tdocument: this.document\\n\\t\\t}),\\n\\t\\twidgetNode = this.wiki.makeWidget(parser,{\\n\\t\\t\\tparentWidget: this,\\n\\t\\t\\tdocument: this.document,\\n\\t\\t\\tvariables: variables\\n\\t\\t});\\n\\tvar container = this.document.createElement(\\\"div\\\");\\n\\twidgetNode.render(container,null);\\n\\treturn widgetNode.invokeActions(this,event);\\n};\\n\\n/*\\nExecute action tiddlers by tag\\n*/\\nWidget.prototype.invokeActionsByTag = function(tag,event,variables) {\\n\\tvar self = this;\\n\\t$tw.utils.each(self.wiki.filterTiddlers(\\\"[all[shadows+tiddlers]tag[\\\" + tag + \\\"]!has[draft.of]]\\\"),function(title) {\\n\\t\\tself.invokeActionString(self.wiki.getTiddlerText(title),self,event,variables);\\n\\t});\\n};\\n\\nWidget.prototype.allowActionPropagation = function() {\\n\\treturn true;\\n};\\n\\nexports.widget = Widget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/widgets/wikify.js\":{\"title\":\"$:/core/modules/widgets/wikify.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/widgets/wikify.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nWidget to wikify text into a variable\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar WikifyWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nWikifyWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nWikifyWidget.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\tthis.renderChildren(parent,nextSibling);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nWikifyWidget.prototype.execute = function() {\\n\\t// Get our parameters\\n\\tthis.wikifyName = this.getAttribute(\\\"name\\\");\\n\\tthis.wikifyText = this.getAttribute(\\\"text\\\");\\n\\tthis.wikifyType = this.getAttribute(\\\"type\\\");\\n\\tthis.wikifyMode = this.getAttribute(\\\"mode\\\",\\\"block\\\");\\n\\tthis.wikifyOutput = this.getAttribute(\\\"output\\\",\\\"text\\\");\\n\\t// Create the parse tree\\n\\tthis.wikifyParser = this.wiki.parseText(this.wikifyType,this.wikifyText,{\\n\\t\\t\\tparseAsInline: this.wikifyMode === \\\"inline\\\"\\n\\t\\t});\\n\\t// Create the widget tree \\n\\tthis.wikifyWidgetNode = this.wiki.makeWidget(this.wikifyParser,{\\n\\t\\t\\tdocument: $tw.fakeDocument,\\n\\t\\t\\tparentWidget: this\\n\\t\\t});\\n\\t// Render the widget tree to the container\\n\\tthis.wikifyContainer = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\tthis.wikifyWidgetNode.render(this.wikifyContainer,null);\\n\\tthis.wikifyResult = this.getResult();\\n\\t// Set context variable\\n\\tthis.setVariable(this.wikifyName,this.wikifyResult);\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nReturn the result string\\n*/\\nWikifyWidget.prototype.getResult = function() {\\n\\tvar result;\\n\\tswitch(this.wikifyOutput) {\\n\\t\\tcase \\\"text\\\":\\n\\t\\t\\tresult = this.wikifyContainer.textContent;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"formattedtext\\\":\\n\\t\\t\\tresult = this.wikifyContainer.formattedTextContent;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"html\\\":\\n\\t\\t\\tresult = this.wikifyContainer.innerHTML;\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"parsetree\\\":\\n\\t\\t\\tresult = JSON.stringify(this.wikifyParser.tree,0,$tw.config.preferences.jsonSpaces);\\n\\t\\t\\tbreak;\\n\\t\\tcase \\\"widgettree\\\":\\n\\t\\t\\tresult = JSON.stringify(this.getWidgetTree(),0,$tw.config.preferences.jsonSpaces);\\n\\t\\t\\tbreak;\\n\\t}\\n\\treturn result;\\n};\\n\\n/*\\nReturn a string of the widget tree\\n*/\\nWikifyWidget.prototype.getWidgetTree = function() {\\n\\tvar copyNode = function(widgetNode,resultNode) {\\n\\t\\t\\tvar type = widgetNode.parseTreeNode.type;\\n\\t\\t\\tresultNode.type = type;\\n\\t\\t\\tswitch(type) {\\n\\t\\t\\t\\tcase \\\"element\\\":\\n\\t\\t\\t\\t\\tresultNode.tag = widgetNode.parseTreeNode.tag;\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\tcase \\\"text\\\":\\n\\t\\t\\t\\t\\tresultNode.text = widgetNode.parseTreeNode.text;\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t\\tif(Object.keys(widgetNode.attributes || {}).length > 0) {\\n\\t\\t\\t\\tresultNode.attributes = {};\\n\\t\\t\\t\\t$tw.utils.each(widgetNode.attributes,function(attr,attrName) {\\n\\t\\t\\t\\t\\tresultNode.attributes[attrName] = widgetNode.getAttribute(attrName);\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t\\tif(Object.keys(widgetNode.children || {}).length > 0) {\\n\\t\\t\\t\\tresultNode.children = [];\\n\\t\\t\\t\\t$tw.utils.each(widgetNode.children,function(widgetChildNode) {\\n\\t\\t\\t\\t\\tvar node = {};\\n\\t\\t\\t\\t\\tresultNode.children.push(node);\\n\\t\\t\\t\\t\\tcopyNode(widgetChildNode,node);\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t},\\n\\t\\tresults = {};\\n\\tcopyNode(this.wikifyWidgetNode,results);\\n\\treturn results;\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nWikifyWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\t// Refresh ourselves entirely if any of our attributes have changed\\n\\tif(changedAttributes.name || changedAttributes.text || changedAttributes.type || changedAttributes.mode || changedAttributes.output) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\t// Refresh the widget tree\\n\\t\\tif(this.wikifyWidgetNode.refresh(changedTiddlers)) {\\n\\t\\t\\t// Check if there was any change\\n\\t\\t\\tvar result = this.getResult();\\n\\t\\t\\tif(result !== this.wikifyResult) {\\n\\t\\t\\t\\t// If so, save the change\\n\\t\\t\\t\\tthis.wikifyResult = result;\\n\\t\\t\\t\\tthis.setVariable(this.wikifyName,this.wikifyResult);\\n\\t\\t\\t\\t// Refresh each of our child widgets\\n\\t\\t\\t\\t$tw.utils.each(this.children,function(childWidget) {\\n\\t\\t\\t\\t\\tchildWidget.refreshSelf();\\n\\t\\t\\t\\t});\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Just refresh the children\\n\\t\\treturn this.refreshChildren(changedTiddlers);\\n\\t}\\n};\\n\\nexports.wikify = WikifyWidget;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/core/modules/wiki-bulkops.js\":{\"title\":\"$:/core/modules/wiki-bulkops.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/wiki-bulkops.js\\ntype: application/javascript\\nmodule-type: wikimethod\\n\\nBulk tiddler operations such as rename.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nRename a tiddler, and relink any tags or lists that reference it.\\n*/\\nfunction renameTiddler(fromTitle,toTitle,options) {\\n\\tfromTitle = (fromTitle || \\\"\\\").trim();\\n\\ttoTitle = (toTitle || \\\"\\\").trim();\\n\\toptions = options || {};\\n\\tif(fromTitle && toTitle && fromTitle !== toTitle) {\\n\\t\\t// Rename the tiddler itself\\n\\t\\tvar oldTiddler = this.getTiddler(fromTitle),\\n\\t\\t\\tnewTiddler = new $tw.Tiddler(oldTiddler,{title: toTitle},this.getModificationFields());\\n\\t\\tnewTiddler = $tw.hooks.invokeHook(\\\"th-renaming-tiddler\\\",newTiddler,oldTiddler);\\n\\t\\tthis.addTiddler(newTiddler);\\n\\t\\tthis.deleteTiddler(fromTitle);\\n\\t\\t// Rename any tags or lists that reference it\\n\\t\\tthis.relinkTiddler(fromTitle,toTitle,options)\\n\\t}\\n}\\n\\n/*\\nRelink any tags or lists that reference a given tiddler\\n*/\\nfunction relinkTiddler(fromTitle,toTitle,options) {\\n\\tvar self = this;\\n\\tfromTitle = (fromTitle || \\\"\\\").trim();\\n\\ttoTitle = (toTitle || \\\"\\\").trim();\\n\\toptions = options || {};\\n\\tif(fromTitle && toTitle && fromTitle !== toTitle) {\\n\\t\\tthis.each(function(tiddler,title) {\\n\\t\\t\\tvar type = tiddler.fields.type || \\\"\\\";\\n\\t\\t\\t// Don't touch plugins or JavaScript modules\\n\\t\\t\\tif(!tiddler.fields[\\\"plugin-type\\\"] && type !== \\\"application/javascript\\\") {\\n\\t\\t\\t\\tvar tags = tiddler.fields.tags ? tiddler.fields.tags.slice(0) : undefined,\\n\\t\\t\\t\\t\\tlist = tiddler.fields.list ? tiddler.fields.list.slice(0) : undefined,\\n\\t\\t\\t\\t\\tisModified = false;\\n\\t\\t\\t\\tif(!options.dontRenameInTags) {\\n\\t\\t\\t\\t\\t// Rename tags\\n\\t\\t\\t\\t\\t$tw.utils.each(tags,function (title,index) {\\n\\t\\t\\t\\t\\t\\tif(title === fromTitle) {\\nconsole.log(\\\"Renaming tag '\\\" + tags[index] + \\\"' to '\\\" + toTitle + \\\"' of tiddler '\\\" + tiddler.fields.title + \\\"'\\\");\\n\\t\\t\\t\\t\\t\\t\\ttags[index] = toTitle;\\n\\t\\t\\t\\t\\t\\t\\tisModified = true;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(!options.dontRenameInLists) {\\n\\t\\t\\t\\t\\t// Rename lists\\n\\t\\t\\t\\t\\t$tw.utils.each(list,function (title,index) {\\n\\t\\t\\t\\t\\t\\tif(title === fromTitle) {\\nconsole.log(\\\"Renaming list item '\\\" + list[index] + \\\"' to '\\\" + toTitle + \\\"' of tiddler '\\\" + tiddler.fields.title + \\\"'\\\");\\n\\t\\t\\t\\t\\t\\t\\tlist[index] = toTitle;\\n\\t\\t\\t\\t\\t\\t\\tisModified = true;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(isModified) {\\n\\t\\t\\t\\t\\tvar newTiddler = new $tw.Tiddler(tiddler,{tags: tags, list: list},self.getModificationFields())\\n\\t\\t\\t\\t\\tnewTiddler = $tw.hooks.invokeHook(\\\"th-relinking-tiddler\\\",newTiddler,tiddler);\\n\\t\\t\\t\\t\\tself.addTiddler(newTiddler);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n};\\n\\nexports.renameTiddler = renameTiddler;\\nexports.relinkTiddler = relinkTiddler;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikimethod\"},\"$:/core/modules/wiki.js\":{\"title\":\"$:/core/modules/wiki.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/wiki.js\\ntype: application/javascript\\nmodule-type: wikimethod\\n\\nExtension methods for the $tw.Wiki object\\n\\nAdds the following properties to the wiki object:\\n\\n* `eventListeners` is a hashmap by type of arrays of listener functions\\n* `changedTiddlers` is a hashmap describing changes to named tiddlers since wiki change events were last dispatched. Each entry is a hashmap containing two fields:\\n\\tmodified: true/false\\n\\tdeleted: true/false\\n* `changeCount` is a hashmap by tiddler title containing a numerical index that starts at zero and is incremented each time a tiddler is created changed or deleted\\n* `caches` is a hashmap by tiddler title containing a further hashmap of named cache objects. Caches are automatically cleared when a tiddler is modified or deleted\\n* `globalCache` is a hashmap by cache name of cache objects that are cleared whenever any tiddler change occurs\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar widget = require(\\\"$:/core/modules/widgets/widget.js\\\");\\n\\nvar USER_NAME_TITLE = \\\"$:/status/UserName\\\",\\n\\tTIMESTAMP_DISABLE_TITLE = \\\"$:/config/TimestampDisable\\\";\\n\\n/*\\nAdd available indexers to this wiki\\n*/\\nexports.addIndexersToWiki = function() {\\n\\tvar self = this;\\n\\t$tw.utils.each($tw.modules.applyMethods(\\\"indexer\\\"),function(Indexer,name) {\\n\\t\\tself.addIndexer(new Indexer(self),name);\\n\\t});\\n};\\n\\n/*\\nGet the value of a text reference. Text references can have any of these forms:\\n\\t\u003Ctiddlertitle>\\n\\t\u003Ctiddlertitle>!!\u003Cfieldname>\\n\\t!!\u003Cfieldname> - specifies a field of the current tiddlers\\n\\t\u003Ctiddlertitle>##\u003Cindex>\\n*/\\nexports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {\\n\\tvar tr = $tw.utils.parseTextReference(textRef),\\n\\t\\ttitle = tr.title || currTiddlerTitle;\\n\\tif(tr.field) {\\n\\t\\tvar tiddler = this.getTiddler(title);\\n\\t\\tif(tr.field === \\\"title\\\") { // Special case so we can return the title of a non-existent tiddler\\n\\t\\t\\treturn title;\\n\\t\\t} else if(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\\n\\t\\t\\treturn tiddler.getFieldString(tr.field);\\n\\t\\t} else {\\n\\t\\t\\treturn defaultText;\\n\\t\\t}\\n\\t} else if(tr.index) {\\n\\t\\treturn this.extractTiddlerDataItem(title,tr.index,defaultText);\\n\\t} else {\\n\\t\\treturn this.getTiddlerText(title,defaultText);\\n\\t}\\n};\\n\\nexports.setTextReference = function(textRef,value,currTiddlerTitle) {\\n\\tvar tr = $tw.utils.parseTextReference(textRef),\\n\\t\\ttitle = tr.title || currTiddlerTitle;\\n\\tthis.setText(title,tr.field,tr.index,value);\\n};\\n\\nexports.setText = function(title,field,index,value,options) {\\n\\toptions = options || {};\\n\\tvar creationFields = options.suppressTimestamp ? {} : this.getCreationFields(),\\n\\t\\tmodificationFields = options.suppressTimestamp ? {} : this.getModificationFields();\\n\\t// Check if it is a reference to a tiddler field\\n\\tif(index) {\\n\\t\\tvar data = this.getTiddlerData(title,Object.create(null));\\n\\t\\tif(value !== undefined) {\\n\\t\\t\\tdata[index] = value;\\n\\t\\t} else {\\n\\t\\t\\tdelete data[index];\\n\\t\\t}\\n\\t\\tthis.setTiddlerData(title,data,modificationFields);\\n\\t} else {\\n\\t\\tvar tiddler = this.getTiddler(title),\\n\\t\\t\\tfields = {title: title};\\n\\t\\tfields[field || \\\"text\\\"] = value;\\n\\t\\tthis.addTiddler(new $tw.Tiddler(creationFields,tiddler,fields,modificationFields));\\n\\t}\\n};\\n\\nexports.deleteTextReference = function(textRef,currTiddlerTitle) {\\n\\tvar tr = $tw.utils.parseTextReference(textRef),\\n\\t\\ttitle,tiddler,fields;\\n\\t// Check if it is a reference to a tiddler\\n\\tif(tr.title && !tr.field) {\\n\\t\\tthis.deleteTiddler(tr.title);\\n\\t// Else check for a field reference\\n\\t} else if(tr.field) {\\n\\t\\ttitle = tr.title || currTiddlerTitle;\\n\\t\\ttiddler = this.getTiddler(title);\\n\\t\\tif(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\\n\\t\\t\\tfields = Object.create(null);\\n\\t\\t\\tfields[tr.field] = undefined;\\n\\t\\t\\tthis.addTiddler(new $tw.Tiddler(tiddler,fields,this.getModificationFields()));\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.addEventListener = function(type,listener) {\\n\\tthis.eventListeners = this.eventListeners || {};\\n\\tthis.eventListeners[type] = this.eventListeners[type] || [];\\n\\tthis.eventListeners[type].push(listener);\\n};\\n\\nexports.removeEventListener = function(type,listener) {\\n\\tvar listeners = this.eventListeners[type];\\n\\tif(listeners) {\\n\\t\\tvar p = listeners.indexOf(listener);\\n\\t\\tif(p !== -1) {\\n\\t\\t\\tlisteners.splice(p,1);\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.dispatchEvent = function(type /*, args */) {\\n\\tvar args = Array.prototype.slice.call(arguments,1),\\n\\t\\tlisteners = this.eventListeners[type];\\n\\tif(listeners) {\\n\\t\\tfor(var p=0; p\u003Clisteners.length; p++) {\\n\\t\\t\\tvar listener = listeners[p];\\n\\t\\t\\tlistener.apply(listener,args);\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nCauses a tiddler to be marked as changed, incrementing the change count, and triggers event handlers.\\nThis method should be called after the changes it describes have been made to the wiki.tiddlers[] array.\\n\\ttitle: Title of tiddler\\n\\tisDeleted: defaults to false (meaning the tiddler has been created or modified),\\n\\t\\ttrue if the tiddler has been deleted\\n*/\\nexports.enqueueTiddlerEvent = function(title,isDeleted) {\\n\\t// Record the touch in the list of changed tiddlers\\n\\tthis.changedTiddlers = this.changedTiddlers || Object.create(null);\\n\\tthis.changedTiddlers[title] = this.changedTiddlers[title] || Object.create(null);\\n\\tthis.changedTiddlers[title][isDeleted ? \\\"deleted\\\" : \\\"modified\\\"] = true;\\n\\t// Increment the change count\\n\\tthis.changeCount = this.changeCount || Object.create(null);\\n\\tif($tw.utils.hop(this.changeCount,title)) {\\n\\t\\tthis.changeCount[title]++;\\n\\t} else {\\n\\t\\tthis.changeCount[title] = 1;\\n\\t}\\n\\t// Trigger events\\n\\tthis.eventListeners = this.eventListeners || {};\\n\\tif(!this.eventsTriggered) {\\n\\t\\tvar self = this;\\n\\t\\t$tw.utils.nextTick(function() {\\n\\t\\t\\tvar changes = self.changedTiddlers;\\n\\t\\t\\tself.changedTiddlers = Object.create(null);\\n\\t\\t\\tself.eventsTriggered = false;\\n\\t\\t\\tif($tw.utils.count(changes) > 0) {\\n\\t\\t\\t\\tself.dispatchEvent(\\\"change\\\",changes);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tthis.eventsTriggered = true;\\n\\t}\\n};\\n\\nexports.getSizeOfTiddlerEventQueue = function() {\\n\\treturn $tw.utils.count(this.changedTiddlers);\\n};\\n\\nexports.clearTiddlerEventQueue = function() {\\n\\tthis.changedTiddlers = Object.create(null);\\n\\tthis.changeCount = Object.create(null);\\n};\\n\\nexports.getChangeCount = function(title) {\\n\\tthis.changeCount = this.changeCount || Object.create(null);\\n\\tif($tw.utils.hop(this.changeCount,title)) {\\n\\t\\treturn this.changeCount[title];\\n\\t} else {\\n\\t\\treturn 0;\\n\\t}\\n};\\n\\n/*\\nGenerate an unused title from the specified base\\noptions.prefix must be a string\\n*/\\nexports.generateNewTitle = function(baseTitle,options) {\\n\\toptions = options || {};\\n\\tvar c = 0,\\n\\t\\ttitle = baseTitle,\\n\\t\\ttemplate = options.template,\\n\\t\\tprefix = (typeof(options.prefix) === \\\"string\\\") ? options.prefix : \\\" \\\";\\n\\tif (template) {\\n\\t\\t// \\\"count\\\" is important to avoid an endless loop in while(...)!!\\n\\t\\ttemplate = (/\\\\$count:?(\\\\d+)?\\\\$/i.test(template)) ? template : template + \\\"$count$\\\";\\n\\t\\ttitle = $tw.utils.formatTitleString(template,{\\\"base\\\":baseTitle,\\\"separator\\\":prefix,\\\"counter\\\":c});\\n\\t\\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\\n\\t\\t\\ttitle = $tw.utils.formatTitleString(template,{\\\"base\\\":baseTitle,\\\"separator\\\":prefix,\\\"counter\\\":(++c)});\\n\\t\\t}\\n\\t} else {\\n\\t\\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\\n\\t\\t\\ttitle = baseTitle + prefix + (++c);\\n\\t\\t}\\n\\t}\\n\\treturn title;\\n};\\n\\nexports.isSystemTiddler = function(title) {\\n\\treturn title && title.indexOf(\\\"$:/\\\") === 0;\\n};\\n\\nexports.isTemporaryTiddler = function(title) {\\n\\treturn title && title.indexOf(\\\"$:/temp/\\\") === 0;\\n};\\n\\nexports.isVolatileTiddler = function(title) {\\n\\treturn title && title.indexOf(\\\"$:/temp/volatile/\\\") === 0;\\n};\\n\\nexports.isImageTiddler = function(title) {\\n\\tvar tiddler = this.getTiddler(title);\\n\\tif(tiddler) {\\n\\t\\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \\\"text/vnd.tiddlywiki\\\"];\\n\\t\\treturn !!contentTypeInfo && contentTypeInfo.flags.indexOf(\\\"image\\\") !== -1;\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\nexports.isBinaryTiddler = function(title) {\\n\\tvar tiddler = this.getTiddler(title);\\n\\tif(tiddler) {\\n\\t\\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \\\"text/vnd.tiddlywiki\\\"];\\n\\t\\treturn !!contentTypeInfo && contentTypeInfo.encoding === \\\"base64\\\";\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\n/*\\nLike addTiddler() except it will silently reject any plugin tiddlers that are older than the currently loaded version. Returns true if the tiddler was imported\\n*/\\nexports.importTiddler = function(tiddler) {\\n\\tvar existingTiddler = this.getTiddler(tiddler.fields.title);\\n\\t// Check if we're dealing with a plugin\\n\\tif(tiddler && tiddler.hasField(\\\"plugin-type\\\") && tiddler.hasField(\\\"version\\\") && existingTiddler && existingTiddler.hasField(\\\"plugin-type\\\") && existingTiddler.hasField(\\\"version\\\")) {\\n\\t\\t// Reject the incoming plugin if it is older\\n\\t\\tif(!$tw.utils.checkVersions(tiddler.fields.version,existingTiddler.fields.version)) {\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\t}\\n\\t// Fall through to adding the tiddler\\n\\tthis.addTiddler(tiddler);\\n\\treturn true;\\n};\\n\\n/*\\nReturn a hashmap of the fields that should be set when a tiddler is created\\n*/\\nexports.getCreationFields = function() {\\n\\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\\\"\\\").toLowerCase() !== \\\"yes\\\") {\\n\\t\\tvar fields = {\\n\\t\\t\\t\\tcreated: new Date()\\n\\t\\t\\t},\\n\\t\\t\\tcreator = this.getTiddlerText(USER_NAME_TITLE);\\n\\t\\tif(creator) {\\n\\t\\t\\tfields.creator = creator;\\n\\t\\t}\\n\\t\\treturn fields;\\n\\t} else {\\n\\t\\treturn {};\\n\\t}\\n};\\n\\n/*\\nReturn a hashmap of the fields that should be set when a tiddler is modified\\n*/\\nexports.getModificationFields = function() {\\n\\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\\\"\\\").toLowerCase() !== \\\"yes\\\") {\\n\\t\\tvar fields = Object.create(null),\\n\\t\\t\\tmodifier = this.getTiddlerText(USER_NAME_TITLE);\\n\\t\\tfields.modified = new Date();\\n\\t\\tif(modifier) {\\n\\t\\t\\tfields.modifier = modifier;\\n\\t\\t}\\n\\t\\treturn fields;\\n\\t} else {\\n\\t\\treturn {};\\n\\t}\\n};\\n\\n/*\\nReturn a sorted array of tiddler titles. Options include:\\nsortField: field to sort by\\nexcludeTag: tag to exclude\\nincludeSystem: whether to include system tiddlers (defaults to false)\\n*/\\nexports.getTiddlers = function(options) {\\n\\toptions = options || Object.create(null);\\n\\tvar self = this,\\n\\t\\tsortField = options.sortField || \\\"title\\\",\\n\\t\\ttiddlers = [], t, titles = [];\\n\\tthis.each(function(tiddler,title) {\\n\\t\\tif(options.includeSystem || !self.isSystemTiddler(title)) {\\n\\t\\t\\tif(!options.excludeTag || !tiddler.hasTag(options.excludeTag)) {\\n\\t\\t\\t\\ttiddlers.push(tiddler);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\ttiddlers.sort(function(a,b) {\\n\\t\\tvar aa = a.fields[sortField].toLowerCase() || \\\"\\\",\\n\\t\\t\\tbb = b.fields[sortField].toLowerCase() || \\\"\\\";\\n\\t\\tif(aa \u003C bb) {\\n\\t\\t\\treturn -1;\\n\\t\\t} else {\\n\\t\\t\\tif(aa > bb) {\\n\\t\\t\\t\\treturn 1;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn 0;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\tfor(t=0; t\u003Ctiddlers.length; t++) {\\n\\t\\ttitles.push(tiddlers[t].fields.title);\\n\\t}\\n\\treturn titles;\\n};\\n\\nexports.countTiddlers = function(excludeTag) {\\n\\tvar tiddlers = this.getTiddlers({excludeTag: excludeTag});\\n\\treturn $tw.utils.count(tiddlers);\\n};\\n\\n/*\\nReturns a function iterator(callback) that iterates through the specified titles, and invokes the callback with callback(tiddler,title)\\n*/\\nexports.makeTiddlerIterator = function(titles) {\\n\\tvar self = this;\\n\\tif(!$tw.utils.isArray(titles)) {\\n\\t\\ttitles = Object.keys(titles);\\n\\t} else {\\n\\t\\ttitles = titles.slice(0);\\n\\t}\\n\\treturn function(callback) {\\n\\t\\ttitles.forEach(function(title) {\\n\\t\\t\\tcallback(self.getTiddler(title),title);\\n\\t\\t});\\n\\t};\\n};\\n\\n/*\\nSort an array of tiddler titles by a specified field\\n\\ttitles: array of titles (sorted in place)\\n\\tsortField: name of field to sort by\\n\\tisDescending: true if the sort should be descending\\n\\tisCaseSensitive: true if the sort should consider upper and lower case letters to be different\\n*/\\nexports.sortTiddlers = function(titles,sortField,isDescending,isCaseSensitive,isNumeric,isAlphaNumeric) {\\n\\tvar self = this;\\n\\tif(sortField === \\\"title\\\") {\\n\\t\\tif(!isNumeric && !isAlphaNumeric) {\\n\\t\\t\\tif(isCaseSensitive) {\\n\\t\\t\\t\\tif(isDescending) {\\n\\t\\t\\t\\t\\ttitles.sort(function(a,b) {\\n\\t\\t\\t\\t\\t\\treturn b.localeCompare(a);\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\ttitles.sort(function(a,b) {\\n\\t\\t\\t\\t\\t\\treturn a.localeCompare(b);\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t}\\t\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif(isDescending) {\\n\\t\\t\\t\\t\\ttitles.sort(function(a,b) {\\n\\t\\t\\t\\t\\t\\treturn b.toLowerCase().localeCompare(a.toLowerCase());\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\ttitles.sort(function(a,b) {\\n\\t\\t\\t\\t\\t\\treturn a.toLowerCase().localeCompare(b.toLowerCase());\\n\\t\\t\\t\\t\\t});\\n\\t\\t\\t\\t}\\t\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\ttitles.sort(function(a,b) {\\n\\t\\t\\t\\tvar x,y;\\n\\t\\t\\t\\tif(isNumeric) {\\n\\t\\t\\t\\t\\tx = Number(a);\\n\\t\\t\\t\\t\\ty = Number(b);\\n\\t\\t\\t\\t\\tif(isNaN(x)) {\\n\\t\\t\\t\\t\\t\\tif(isNaN(y)) {\\n\\t\\t\\t\\t\\t\\t\\t// If neither value is a number then fall through to a textual comparison\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\treturn isDescending ? -1 : 1;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tif(isNaN(y)) {\\n\\t\\t\\t\\t\\t\\t\\treturn isDescending ? 1 : -1;\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\treturn isDescending ? y - x : x - y;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(isAlphaNumeric) {\\n\\t\\t\\t\\t\\treturn isDescending ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \\\"base\\\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \\\"base\\\"});\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(!isCaseSensitive) {\\n\\t\\t\\t\\t\\ta = a.toLowerCase();\\n\\t\\t\\t\\t\\tb = b.toLowerCase();\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn isDescending ? b.localeCompare(a) : a.localeCompare(b);\\n\\t\\t\\t});\\n\\t\\t}\\n\\t} else {\\n\\t\\ttitles.sort(function(a,b) {\\n\\t\\t\\tvar x,y;\\n\\t\\t\\tif(sortField !== \\\"title\\\") {\\n\\t\\t\\t\\tvar tiddlerA = self.getTiddler(a),\\n\\t\\t\\t\\t\\ttiddlerB = self.getTiddler(b);\\n\\t\\t\\t\\tif(tiddlerA) {\\n\\t\\t\\t\\t\\ta = tiddlerA.fields[sortField] || \\\"\\\";\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\ta = \\\"\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(tiddlerB) {\\n\\t\\t\\t\\t\\tb = tiddlerB.fields[sortField] || \\\"\\\";\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tb = \\\"\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tif(isNumeric) {\\n\\t\\t\\t\\tx = Number(a);\\n\\t\\t\\t\\ty = Number(b);\\n\\t\\t\\t\\tif(isNaN(x)) {\\n\\t\\t\\t\\t\\tif(isNaN(y)) {\\n\\t\\t\\t\\t\\t\\t// If neither value is a number then fall through to a textual comparison\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\treturn isDescending ? -1 : 1;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tif(isNaN(y)) {\\n\\t\\t\\t\\t\\t\\treturn isDescending ? 1 : -1;\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\treturn isDescending ? y - x : x - y;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tif(Object.prototype.toString.call(a) === \\\"[object Date]\\\" && Object.prototype.toString.call(b) === \\\"[object Date]\\\") {\\n\\t\\t\\t\\treturn isDescending ? b - a : a - b;\\n\\t\\t\\t}\\n\\t\\t\\ta = String(a);\\n\\t\\t\\tb = String(b);\\n\\t\\t\\tif(isAlphaNumeric) {\\n\\t\\t\\t\\treturn isDescending ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \\\"base\\\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \\\"base\\\"});\\n\\t\\t\\t}\\n\\t\\t\\tif(!isCaseSensitive) {\\n\\t\\t\\t\\ta = a.toLowerCase();\\n\\t\\t\\t\\tb = b.toLowerCase();\\n\\t\\t\\t}\\n\\t\\t\\treturn isDescending ? b.localeCompare(a) : a.localeCompare(b);\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nFor every tiddler invoke a callback(title,tiddler) with `this` set to the wiki object. Options include:\\nsortField: field to sort by\\nexcludeTag: tag to exclude\\nincludeSystem: whether to include system tiddlers (defaults to false)\\n*/\\nexports.forEachTiddler = function(/* [options,]callback */) {\\n\\tvar arg = 0,\\n\\t\\toptions = arguments.length >= 2 ? arguments[arg++] : {},\\n\\t\\tcallback = arguments[arg++],\\n\\t\\ttitles = this.getTiddlers(options),\\n\\t\\tt, tiddler;\\n\\tfor(t=0; t\u003Ctitles.length; t++) {\\n\\t\\ttiddler = this.getTiddler(titles[t]);\\n\\t\\tif(tiddler) {\\n\\t\\t\\tcallback.call(this,tiddler.fields.title,tiddler);\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nReturn an array of tiddler titles that are directly linked within the given parse tree\\n */\\nexports.extractLinks = function(parseTreeRoot) {\\n\\t// Count up the links\\n\\tvar links = [],\\n\\t\\tcheckParseTree = function(parseTree) {\\n\\t\\t\\tfor(var t=0; t\u003CparseTree.length; t++) {\\n\\t\\t\\t\\tvar parseTreeNode = parseTree[t];\\n\\t\\t\\t\\tif(parseTreeNode.type === \\\"link\\\" && parseTreeNode.attributes.to && parseTreeNode.attributes.to.type === \\\"string\\\") {\\n\\t\\t\\t\\t\\tvar value = parseTreeNode.attributes.to.value;\\n\\t\\t\\t\\t\\tif(links.indexOf(value) === -1) {\\n\\t\\t\\t\\t\\t\\tlinks.push(value);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif(parseTreeNode.children) {\\n\\t\\t\\t\\t\\tcheckParseTree(parseTreeNode.children);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t};\\n\\tcheckParseTree(parseTreeRoot);\\n\\treturn links;\\n};\\n\\n/*\\nReturn an array of tiddler titles that are directly linked from the specified tiddler\\n*/\\nexports.getTiddlerLinks = function(title) {\\n\\tvar self = this;\\n\\t// We'll cache the links so they only get computed if the tiddler changes\\n\\treturn this.getCacheForTiddler(title,\\\"links\\\",function() {\\n\\t\\t// Parse the tiddler\\n\\t\\tvar parser = self.parseTiddler(title);\\n\\t\\tif(parser) {\\n\\t\\t\\treturn self.extractLinks(parser.tree);\\n\\t\\t}\\n\\t\\treturn [];\\n\\t});\\n};\\n\\n/*\\nReturn an array of tiddler titles that link to the specified tiddler\\n*/\\nexports.getTiddlerBacklinks = function(targetTitle) {\\n\\tvar self = this,\\n\\t\\tbacklinksIndexer = this.getIndexer(\\\"BacklinksIndexer\\\"),\\n\\t\\tbacklinks = backlinksIndexer && backlinksIndexer.lookup(targetTitle);\\n\\n\\tif(!backlinks) {\\n\\t\\tbacklinks = [];\\n\\t\\tthis.forEachTiddler(function(title,tiddler) {\\n\\t\\t\\tvar links = self.getTiddlerLinks(title);\\n\\t\\t\\tif(links.indexOf(targetTitle) !== -1) {\\n\\t\\t\\t\\tbacklinks.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn backlinks;\\n};\\n\\n/*\\nReturn a hashmap of tiddler titles that are referenced but not defined. Each value is the number of times the missing tiddler is referenced\\n*/\\nexports.getMissingTitles = function() {\\n\\tvar self = this,\\n\\t\\tmissing = [];\\n// We should cache the missing tiddler list, even if we recreate it every time any tiddler is modified\\n\\tthis.forEachTiddler(function(title,tiddler) {\\n\\t\\tvar links = self.getTiddlerLinks(title);\\n\\t\\t$tw.utils.each(links,function(link) {\\n\\t\\t\\tif((!self.tiddlerExists(link) && !self.isShadowTiddler(link)) && missing.indexOf(link) === -1) {\\n\\t\\t\\t\\tmissing.push(link);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t});\\n\\treturn missing;\\n};\\n\\nexports.getOrphanTitles = function() {\\n\\tvar self = this,\\n\\t\\torphans = this.getTiddlers();\\n\\tthis.forEachTiddler(function(title,tiddler) {\\n\\t\\tvar links = self.getTiddlerLinks(title);\\n\\t\\t$tw.utils.each(links,function(link) {\\n\\t\\t\\tvar p = orphans.indexOf(link);\\n\\t\\t\\tif(p !== -1) {\\n\\t\\t\\t\\torphans.splice(p,1);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t});\\n\\treturn orphans; // Todo\\n};\\n\\n/*\\nRetrieves a list of the tiddler titles that are tagged with a given tag\\n*/\\nexports.getTiddlersWithTag = function(tag) {\\n\\t// Try to use the indexer\\n\\tvar self = this,\\n\\t\\ttagIndexer = this.getIndexer(\\\"TagIndexer\\\"),\\n\\t\\tresults = tagIndexer && tagIndexer.subIndexers[3].lookup(tag);\\n\\tif(!results) {\\n\\t\\t// If not available, perform a manual scan\\n\\t\\tresults = this.getGlobalCache(\\\"taglist-\\\" + tag,function() {\\n\\t\\t\\tvar tagmap = self.getTagMap();\\n\\t\\t\\treturn self.sortByList(tagmap[tag],tag);\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\\n/*\\nGet a hashmap by tag of arrays of tiddler titles\\n*/\\nexports.getTagMap = function() {\\n\\tvar self = this;\\n\\treturn this.getGlobalCache(\\\"tagmap\\\",function() {\\n\\t\\tvar tags = Object.create(null),\\n\\t\\t\\tstoreTags = function(tagArray,title) {\\n\\t\\t\\t\\tif(tagArray) {\\n\\t\\t\\t\\t\\tfor(var index=0; index\u003CtagArray.length; index++) {\\n\\t\\t\\t\\t\\t\\tvar tag = tagArray[index];\\n\\t\\t\\t\\t\\t\\tif($tw.utils.hop(tags,tag)) {\\n\\t\\t\\t\\t\\t\\t\\ttags[tag].push(title);\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\ttags[tag] = [title];\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t},\\n\\t\\t\\ttitle, tiddler;\\n\\t\\t// Collect up all the tags\\n\\t\\tself.eachShadow(function(tiddler,title) {\\n\\t\\t\\tif(!self.tiddlerExists(title)) {\\n\\t\\t\\t\\ttiddler = self.getTiddler(title);\\n\\t\\t\\t\\tstoreTags(tiddler.fields.tags,title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tself.each(function(tiddler,title) {\\n\\t\\t\\tstoreTags(tiddler.fields.tags,title);\\n\\t\\t});\\n\\t\\treturn tags;\\n\\t});\\n};\\n\\n/*\\nLookup a given tiddler and return a list of all the tiddlers that include it in the specified list field\\n*/\\nexports.findListingsOfTiddler = function(targetTitle,fieldName) {\\n\\tfieldName = fieldName || \\\"list\\\";\\n\\tvar titles = [];\\n\\tthis.each(function(tiddler,title) {\\n\\t\\tvar list = $tw.utils.parseStringArray(tiddler.fields[fieldName]);\\n\\t\\tif(list && list.indexOf(targetTitle) !== -1) {\\n\\t\\t\\ttitles.push(title);\\n\\t\\t}\\n\\t});\\n\\treturn titles;\\n};\\n\\n/*\\nSorts an array of tiddler titles according to an ordered list\\n*/\\nexports.sortByList = function(array,listTitle) {\\n\\tvar self = this,\\n\\t\\treplacedTitles = Object.create(null);\\n\\t// Given a title, this function will place it in the correct location\\n\\t// within titles.\\n\\tfunction moveItemInList(title) {\\n\\t\\tif(!$tw.utils.hop(replacedTitles, title)) {\\n\\t\\t\\treplacedTitles[title] = true;\\n\\t\\t\\tvar newPos = -1,\\n\\t\\t\\t\\ttiddler = self.getTiddler(title);\\n\\t\\t\\tif(tiddler) {\\n\\t\\t\\t\\tvar beforeTitle = tiddler.fields[\\\"list-before\\\"],\\n\\t\\t\\t\\t\\tafterTitle = tiddler.fields[\\\"list-after\\\"];\\n\\t\\t\\t\\tif(beforeTitle === \\\"\\\") {\\n\\t\\t\\t\\t\\tnewPos = 0;\\n\\t\\t\\t\\t} else if(afterTitle === \\\"\\\") {\\n\\t\\t\\t\\t\\tnewPos = titles.length;\\n\\t\\t\\t\\t} else if(beforeTitle) {\\n\\t\\t\\t\\t\\t// if this title is placed relative\\n\\t\\t\\t\\t\\t// to another title, make sure that\\n\\t\\t\\t\\t\\t// title is placed before we place\\n\\t\\t\\t\\t\\t// this one.\\n\\t\\t\\t\\t\\tmoveItemInList(beforeTitle);\\n\\t\\t\\t\\t\\tnewPos = titles.indexOf(beforeTitle);\\n\\t\\t\\t\\t} else if(afterTitle) {\\n\\t\\t\\t\\t\\t// Same deal\\n\\t\\t\\t\\t\\tmoveItemInList(afterTitle);\\n\\t\\t\\t\\t\\tnewPos = titles.indexOf(afterTitle);\\n\\t\\t\\t\\t\\tif(newPos >= 0) {\\n\\t\\t\\t\\t\\t\\t++newPos;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// If a new position is specified, let's move it\\n\\t\\t\\t\\tif (newPos !== -1) {\\n\\t\\t\\t\\t\\t// get its current Pos, and make sure\\n\\t\\t\\t\\t\\t// sure that it's _actually_ in the list\\n\\t\\t\\t\\t\\t// and that it would _actually_ move\\n\\t\\t\\t\\t\\t// (#4275) We don't bother calling\\n\\t\\t\\t\\t\\t// indexOf unless we have a new\\n\\t\\t\\t\\t\\t// position to work with\\n\\t\\t\\t\\t\\tvar currPos = titles.indexOf(title);\\n\\t\\t\\t\\t\\tif(currPos >= 0 && newPos !== currPos) {\\n\\t\\t\\t\\t\\t\\t// move it!\\n\\t\\t\\t\\t\\t\\ttitles.splice(currPos,1);\\n\\t\\t\\t\\t\\t\\tif(newPos >= currPos) {\\n\\t\\t\\t\\t\\t\\t\\tnewPos--;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\ttitles.splice(newPos,0,title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\tvar list = this.getTiddlerList(listTitle);\\n\\tif(!array || array.length === 0) {\\n\\t\\treturn [];\\n\\t} else {\\n\\t\\tvar titles = [], t, title;\\n\\t\\t// First place any entries that are present in the list\\n\\t\\tfor(t=0; t\u003Clist.length; t++) {\\n\\t\\t\\ttitle = list[t];\\n\\t\\t\\tif(array.indexOf(title) !== -1) {\\n\\t\\t\\t\\ttitles.push(title);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Then place any remaining entries\\n\\t\\tfor(t=0; t\u003Carray.length; t++) {\\n\\t\\t\\ttitle = array[t];\\n\\t\\t\\tif(list.indexOf(title) === -1) {\\n\\t\\t\\t\\ttitles.push(title);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Finally obey the list-before and list-after fields of each tiddler in turn\\n\\t\\tvar sortedTitles = titles.slice(0);\\n\\t\\tfor(t=0; t\u003CsortedTitles.length; t++) {\\n\\t\\t\\ttitle = sortedTitles[t];\\n\\t\\t\\tmoveItemInList(title);\\n\\t\\t}\\n\\t\\treturn titles;\\n\\t}\\n};\\n\\nexports.getSubTiddler = function(title,subTiddlerTitle) {\\n\\tvar bundleInfo = this.getPluginInfo(title) || this.getTiddlerDataCached(title);\\n\\tif(bundleInfo && bundleInfo.tiddlers) {\\n\\t\\tvar subTiddler = bundleInfo.tiddlers[subTiddlerTitle];\\n\\t\\tif(subTiddler) {\\n\\t\\t\\treturn new $tw.Tiddler(subTiddler);\\n\\t\\t}\\n\\t}\\n\\treturn null;\\n};\\n\\n/*\\nRetrieve a tiddler as a JSON string of the fields\\n*/\\nexports.getTiddlerAsJson = function(title) {\\n\\tvar tiddler = this.getTiddler(title);\\n\\tif(tiddler) {\\n\\t\\tvar fields = Object.create(null);\\n\\t\\t$tw.utils.each(tiddler.fields,function(value,name) {\\n\\t\\t\\tfields[name] = tiddler.getFieldString(name);\\n\\t\\t});\\n\\t\\treturn JSON.stringify(fields);\\n\\t} else {\\n\\t\\treturn JSON.stringify({title: title});\\n\\t}\\n};\\n\\nexports.getTiddlersAsJson = function(filter,spaces) {\\n\\tvar tiddlers = this.filterTiddlers(filter),\\n\\t\\tspaces = (spaces === undefined) ? $tw.config.preferences.jsonSpaces : spaces,\\n\\t\\tdata = [];\\n\\tfor(var t=0;t\u003Ctiddlers.length; t++) {\\n\\t\\tvar tiddler = this.getTiddler(tiddlers[t]);\\n\\t\\tif(tiddler) {\\n\\t\\t\\tvar fields = new Object();\\n\\t\\t\\tfor(var field in tiddler.fields) {\\n\\t\\t\\t\\tfields[field] = tiddler.getFieldString(field);\\n\\t\\t\\t}\\n\\t\\t\\tdata.push(fields);\\n\\t\\t}\\n\\t}\\n\\treturn JSON.stringify(data,null,spaces);\\n};\\n\\n/*\\nGet the content of a tiddler as a JavaScript object. How this is done depends on the type of the tiddler:\\n\\napplication/json: the tiddler JSON is parsed into an object\\napplication/x-tiddler-dictionary: the tiddler is parsed as sequence of name:value pairs\\n\\nOther types currently just return null.\\n\\ntitleOrTiddler: string tiddler title or a tiddler object\\ndefaultData: default data to be returned if the tiddler is missing or doesn't contain data\\n\\nNote that the same value is returned for repeated calls for the same tiddler data. The value is frozen to prevent modification; otherwise modifications would be visible to all callers\\n*/\\nexports.getTiddlerDataCached = function(titleOrTiddler,defaultData) {\\n\\tvar self = this,\\n\\t\\ttiddler = titleOrTiddler;\\n\\tif(!(tiddler instanceof $tw.Tiddler)) {\\n\\t\\ttiddler = this.getTiddler(tiddler);\\n\\t}\\n\\tif(tiddler) {\\n\\t\\treturn this.getCacheForTiddler(tiddler.fields.title,\\\"data\\\",function() {\\n\\t\\t\\t// Return the frozen value\\n\\t\\t\\tvar value = self.getTiddlerData(tiddler.fields.title,undefined);\\n\\t\\t\\t$tw.utils.deepFreeze(value);\\n\\t\\t\\treturn value;\\n\\t\\t}) || defaultData;\\n\\t} else {\\n\\t\\treturn defaultData;\\n\\t}\\n};\\n\\n/*\\nAlternative, uncached version of getTiddlerDataCached(). The return value can be mutated freely and reused\\n*/\\nexports.getTiddlerData = function(titleOrTiddler,defaultData) {\\n\\tvar tiddler = titleOrTiddler,\\n\\t\\tdata;\\n\\tif(!(tiddler instanceof $tw.Tiddler)) {\\n\\t\\ttiddler = this.getTiddler(tiddler);\\n\\t}\\n\\tif(tiddler && tiddler.fields.text) {\\n\\t\\tswitch(tiddler.fields.type) {\\n\\t\\t\\tcase \\\"application/json\\\":\\n\\t\\t\\t\\t// JSON tiddler\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\tdata = JSON.parse(tiddler.fields.text);\\n\\t\\t\\t\\t} catch(ex) {\\n\\t\\t\\t\\t\\treturn defaultData;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn data;\\n\\t\\t\\tcase \\\"application/x-tiddler-dictionary\\\":\\n\\t\\t\\t\\treturn $tw.utils.parseFields(tiddler.fields.text);\\n\\t\\t}\\n\\t}\\n\\treturn defaultData;\\n};\\n\\n/*\\nExtract an indexed field from within a data tiddler\\n*/\\nexports.extractTiddlerDataItem = function(titleOrTiddler,index,defaultText) {\\n\\tvar data = this.getTiddlerDataCached(titleOrTiddler,Object.create(null)),\\n\\t\\ttext;\\n\\tif(data && $tw.utils.hop(data,index)) {\\n\\t\\ttext = data[index];\\n\\t}\\n\\tif(typeof text === \\\"string\\\" || typeof text === \\\"number\\\") {\\n\\t\\treturn text.toString();\\n\\t} else {\\n\\t\\treturn defaultText;\\n\\t}\\n};\\n\\n/*\\nSet a tiddlers content to a JavaScript object. Currently this is done by setting the tiddler's type to \\\"application/json\\\" and setting the text to the JSON text of the data.\\ntitle: title of tiddler\\ndata: object that can be serialised to JSON\\nfields: optional hashmap of additional tiddler fields to be set\\n*/\\nexports.setTiddlerData = function(title,data,fields) {\\n\\tvar existingTiddler = this.getTiddler(title),\\n\\t\\tnewFields = {\\n\\t\\t\\ttitle: title\\n\\t};\\n\\tif(existingTiddler && existingTiddler.fields.type === \\\"application/x-tiddler-dictionary\\\") {\\n\\t\\tnewFields.text = $tw.utils.makeTiddlerDictionary(data);\\n\\t} else {\\n\\t\\tnewFields.type = \\\"application/json\\\";\\n\\t\\tnewFields.text = JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\\n\\t}\\n\\tthis.addTiddler(new $tw.Tiddler(this.getCreationFields(),existingTiddler,fields,newFields,this.getModificationFields()));\\n};\\n\\n/*\\nReturn the content of a tiddler as an array containing each line\\n*/\\nexports.getTiddlerList = function(title,field,index) {\\n\\tif(index) {\\n\\t\\treturn $tw.utils.parseStringArray(this.extractTiddlerDataItem(title,index,\\\"\\\"));\\n\\t}\\n\\tfield = field || \\\"list\\\";\\n\\tvar tiddler = this.getTiddler(title);\\n\\tif(tiddler) {\\n\\t\\treturn ($tw.utils.parseStringArray(tiddler.fields[field]) || []).slice(0);\\n\\t}\\n\\treturn [];\\n};\\n\\n// Return a named global cache object. Global cache objects are cleared whenever a tiddler change occurs\\nexports.getGlobalCache = function(cacheName,initializer) {\\n\\tthis.globalCache = this.globalCache || Object.create(null);\\n\\tif($tw.utils.hop(this.globalCache,cacheName)) {\\n\\t\\treturn this.globalCache[cacheName];\\n\\t} else {\\n\\t\\tthis.globalCache[cacheName] = initializer();\\n\\t\\treturn this.globalCache[cacheName];\\n\\t}\\n};\\n\\nexports.clearGlobalCache = function() {\\n\\tthis.globalCache = Object.create(null);\\n};\\n\\n// Return the named cache object for a tiddler. If the cache doesn't exist then the initializer function is invoked to create it\\nexports.getCacheForTiddler = function(title,cacheName,initializer) {\\n\\tthis.caches = this.caches || Object.create(null);\\n\\tvar caches = this.caches[title];\\n\\tif(caches && caches[cacheName] !== undefined) {\\n\\t\\treturn caches[cacheName];\\n\\t} else {\\n\\t\\tif(!caches) {\\n\\t\\t\\tcaches = Object.create(null);\\n\\t\\t\\tthis.caches[title] = caches;\\n\\t\\t}\\n\\t\\tcaches[cacheName] = initializer();\\n\\t\\treturn caches[cacheName];\\n\\t}\\n};\\n\\n// Clear all caches associated with a particular tiddler, or, if the title is null, clear all the caches for all the tiddlers\\nexports.clearCache = function(title) {\\n\\tif(title) {\\n\\t\\tthis.caches = this.caches || Object.create(null);\\n\\t\\tif($tw.utils.hop(this.caches,title)) {\\n\\t\\t\\tdelete this.caches[title];\\n\\t\\t}\\n\\t} else {\\n\\t\\tthis.caches = Object.create(null);\\n\\t}\\n};\\n\\nexports.initParsers = function(moduleType) {\\n\\t// Install the parser modules\\n\\t$tw.Wiki.parsers = {};\\n\\tvar self = this;\\n\\t$tw.modules.forEachModuleOfType(\\\"parser\\\",function(title,module) {\\n\\t\\tfor(var f in module) {\\n\\t\\t\\tif($tw.utils.hop(module,f)) {\\n\\t\\t\\t\\t$tw.Wiki.parsers[f] = module[f]; // Store the parser class\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\t// Use the generic binary parser for any binary types not registered so far\\n\\tif($tw.Wiki.parsers[\\\"application/octet-stream\\\"]) {\\n\\t\\tObject.keys($tw.config.contentTypeInfo).forEach(function(type) {\\n\\t\\t\\tif(!$tw.utils.hop($tw.Wiki.parsers,type) && $tw.config.contentTypeInfo[type].encoding === \\\"base64\\\") {\\n\\t\\t\\t\\t$tw.Wiki.parsers[type] = $tw.Wiki.parsers[\\\"application/octet-stream\\\"];\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n};\\n\\n/*\\nParse a block of text of a specified MIME type\\n\\ttype: content type of text to be parsed\\n\\ttext: text\\n\\toptions: see below\\nOptions include:\\n\\tparseAsInline: if true, the text of the tiddler will be parsed as an inline run\\n\\t_canonical_uri: optional string of the canonical URI of this content\\n*/\\nexports.parseText = function(type,text,options) {\\n\\ttext = text || \\\"\\\";\\n\\toptions = options || {};\\n\\t// Select a parser\\n\\tvar Parser = $tw.Wiki.parsers[type];\\n\\tif(!Parser && $tw.utils.getFileExtensionInfo(type)) {\\n\\t\\tParser = $tw.Wiki.parsers[$tw.utils.getFileExtensionInfo(type).type];\\n\\t}\\n\\tif(!Parser) {\\n\\t\\tParser = $tw.Wiki.parsers[options.defaultType || \\\"text/vnd.tiddlywiki\\\"];\\n\\t}\\n\\tif(!Parser) {\\n\\t\\treturn null;\\n\\t}\\n\\t// Return the parser instance\\n\\treturn new Parser(type,text,{\\n\\t\\tparseAsInline: options.parseAsInline,\\n\\t\\twiki: this,\\n\\t\\t_canonical_uri: options._canonical_uri\\n\\t});\\n};\\n\\n/*\\nParse a tiddler according to its MIME type\\n*/\\nexports.parseTiddler = function(title,options) {\\n\\toptions = $tw.utils.extend({},options);\\n\\tvar cacheType = options.parseAsInline ? \\\"inlineParseTree\\\" : \\\"blockParseTree\\\",\\n\\t\\ttiddler = this.getTiddler(title),\\n\\t\\tself = this;\\n\\treturn tiddler ? this.getCacheForTiddler(title,cacheType,function() {\\n\\t\\t\\tif(tiddler.hasField(\\\"_canonical_uri\\\")) {\\n\\t\\t\\t\\toptions._canonical_uri = tiddler.fields._canonical_uri;\\n\\t\\t\\t}\\n\\t\\t\\treturn self.parseText(tiddler.fields.type,tiddler.fields.text,options);\\n\\t\\t}) : null;\\n};\\n\\nexports.parseTextReference = function(title,field,index,options) {\\n\\tvar tiddler,\\n\\t\\ttext,\\n\\t\\tparserInfo;\\n\\tif(!options.subTiddler) {\\n\\t\\ttiddler = this.getTiddler(title);\\n\\t\\tif(field === \\\"text\\\" || (!field && !index)) {\\n\\t\\t\\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\\n\\t\\t\\treturn this.parseTiddler(title,options);\\n\\t\\t}\\n\\t} \\n\\tparserInfo = this.getTextReferenceParserInfo(title,field,index,options);\\n\\tif(parserInfo.sourceText !== null) {\\n\\t\\treturn this.parseText(parserInfo.parserType,parserInfo.sourceText,options);\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\nexports.getTextReferenceParserInfo = function(title,field,index,options) {\\n\\tvar tiddler,\\n\\t\\tparserInfo = {\\n\\t\\t\\tsourceText : null,\\n\\t\\t\\tparserType : \\\"text/vnd.tiddlywiki\\\"\\n\\t\\t};\\n\\tif(options.subTiddler) {\\n\\t\\ttiddler = this.getSubTiddler(title,options.subTiddler);\\n\\t} else {\\n\\t\\ttiddler = this.getTiddler(title);\\n\\t}\\n\\tif(field === \\\"text\\\" || (!field && !index)) {\\n\\t\\tif(tiddler && tiddler.fields) {\\n\\t\\t\\tparserInfo.sourceText = tiddler.fields.text || \\\"\\\";\\n\\t\\t\\tif(tiddler.fields.type) {\\n\\t\\t\\t\\tparserInfo.parserType = tiddler.fields.type;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else if(field) {\\n\\t\\tif(field === \\\"title\\\") {\\n\\t\\t\\tparserInfo.sourceText = title;\\n\\t\\t} else if(tiddler && tiddler.fields) {\\n\\t\\t\\tparserInfo.sourceText = tiddler.hasField(field) ? tiddler.fields[field].toString() : null;\\n\\t\\t}\\n\\t} else if(index) {\\n\\t\\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\\n\\t\\tparserInfo.sourceText = this.extractTiddlerDataItem(tiddler,index,null);\\n\\t}\\n\\tif(parserInfo.sourceText === null) {\\n\\t\\tparserInfo.parserType = null;\\n\\t}\\n\\treturn parserInfo;\\n}\\n\\n/*\\nMake a widget tree for a parse tree\\nparser: parser object\\noptions: see below\\nOptions include:\\ndocument: optional document to use\\nvariables: hashmap of variables to set\\nparentWidget: optional parent widget for the root node\\n*/\\nexports.makeWidget = function(parser,options) {\\n\\toptions = options || {};\\n\\tvar widgetNode = {\\n\\t\\t\\ttype: \\\"widget\\\",\\n\\t\\t\\tchildren: []\\n\\t\\t},\\n\\t\\tcurrWidgetNode = widgetNode;\\n\\t// Create set variable widgets for each variable\\n\\t$tw.utils.each(options.variables,function(value,name) {\\n\\t\\tvar setVariableWidget = {\\n\\t\\t\\ttype: \\\"set\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tname: {type: \\\"string\\\", value: name},\\n\\t\\t\\t\\tvalue: {type: \\\"string\\\", value: value}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: []\\n\\t\\t};\\n\\t\\tcurrWidgetNode.children = [setVariableWidget];\\n\\t\\tcurrWidgetNode = setVariableWidget;\\n\\t});\\n\\t// Add in the supplied parse tree nodes\\n\\tcurrWidgetNode.children = parser ? parser.tree : [];\\n\\t// Create the widget\\n\\treturn new widget.widget(widgetNode,{\\n\\t\\twiki: this,\\n\\t\\tdocument: options.document || $tw.fakeDocument,\\n\\t\\tparentWidget: options.parentWidget\\n\\t});\\n};\\n\\n/*\\nMake a widget tree for transclusion\\ntitle: target tiddler title\\noptions: as for wiki.makeWidget() plus:\\noptions.field: optional field to transclude (defaults to \\\"text\\\")\\noptions.mode: transclusion mode \\\"inline\\\" or \\\"block\\\"\\noptions.recursionMarker : optional flag to set a recursion marker, defaults to \\\"yes\\\"\\noptions.children: optional array of children for the transclude widget\\noptions.importVariables: optional importvariables filter string for macros to be included\\noptions.importPageMacros: optional boolean; if true, equivalent to passing \\\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\\" to options.importVariables\\n*/\\nexports.makeTranscludeWidget = function(title,options) {\\n\\toptions = options || {};\\n\\tvar parseTreeDiv = {tree: [{\\n\\t\\t\\ttype: \\\"element\\\",\\n\\t\\t\\ttag: \\\"div\\\",\\n\\t\\t\\tchildren: []}]},\\n\\t\\tparseTreeImportVariables = {\\n\\t\\t\\ttype: \\\"importvariables\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tfilter: {\\n\\t\\t\\t\\t\\tname: \\\"filter\\\",\\n\\t\\t\\t\\t\\ttype: \\\"string\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t},\\n\\t\\t\\tisBlock: false,\\n\\t\\t\\tchildren: []},\\n\\t\\tparseTreeTransclude = {\\n\\t\\t\\ttype: \\\"transclude\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\trecursionMarker: {\\n\\t\\t\\t\\t\\tname: \\\"recursionMarker\\\",\\n\\t\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\t\\tvalue: options.recursionMarker || \\\"yes\\\"\\n\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\ttiddler: {\\n\\t\\t\\t\\t\\tname: \\\"tiddler\\\",\\n\\t\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\t\\tvalue: title\\n\\t\\t\\t\\t}\\n\\t\\t\\t},\\n\\t\\t\\tisBlock: !options.parseAsInline};\\n\\tif(options.importVariables || options.importPageMacros) {\\n\\t\\tif(options.importVariables) {\\n\\t\\t\\tparseTreeImportVariables.attributes.filter.value = options.importVariables;\\n\\t\\t} else if(options.importPageMacros) {\\n\\t\\t\\tparseTreeImportVariables.attributes.filter.value = \\\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\\";\\n\\t\\t}\\n\\t\\tparseTreeDiv.tree[0].children.push(parseTreeImportVariables);\\n\\t\\tparseTreeImportVariables.children.push(parseTreeTransclude);\\n\\t} else {\\n\\t\\tparseTreeDiv.tree[0].children.push(parseTreeTransclude);\\n\\t}\\n\\tif(options.field) {\\n\\t\\tparseTreeTransclude.attributes.field = {type: \\\"string\\\", value: options.field};\\n\\t}\\n\\tif(options.mode) {\\n\\t\\tparseTreeTransclude.attributes.mode = {type: \\\"string\\\", value: options.mode};\\n\\t}\\n\\tif(options.children) {\\n\\t\\tparseTreeTransclude.children = options.children;\\n\\t}\\n\\treturn this.makeWidget(parseTreeDiv,options);\\n};\\n\\n/*\\nParse text in a specified format and render it into another format\\n\\toutputType: content type for the output\\n\\ttextType: content type of the input text\\n\\ttext: input text\\n\\toptions: see below\\nOptions include:\\nvariables: hashmap of variables to set\\nparentWidget: optional parent widget for the root node\\n*/\\nexports.renderText = function(outputType,textType,text,options) {\\n\\toptions = options || {};\\n\\tvar parser = this.parseText(textType,text,options),\\n\\t\\twidgetNode = this.makeWidget(parser,options);\\n\\tvar container = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\twidgetNode.render(container,null);\\n\\treturn outputType === \\\"text/html\\\" ? container.innerHTML : container.textContent;\\n};\\n\\n/*\\nParse text from a tiddler and render it into another format\\n\\toutputType: content type for the output\\n\\ttitle: title of the tiddler to be rendered\\n\\toptions: see below\\nOptions include:\\nvariables: hashmap of variables to set\\nparentWidget: optional parent widget for the root node\\n*/\\nexports.renderTiddler = function(outputType,title,options) {\\n\\toptions = options || {};\\n\\tvar parser = this.parseTiddler(title,options),\\n\\t\\twidgetNode = this.makeWidget(parser,options);\\n\\tvar container = $tw.fakeDocument.createElement(\\\"div\\\");\\n\\twidgetNode.render(container,null);\\n\\treturn outputType === \\\"text/html\\\" ? container.innerHTML : (outputType === \\\"text/plain-formatted\\\" ? container.formattedTextContent : container.textContent);\\n};\\n\\n/*\\nReturn an array of tiddler titles that match a search string\\n\\ttext: The text string to search for\\n\\toptions: see below\\nOptions available:\\n\\tsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\\n\\texclude: An array of tiddler titles to exclude from the search\\n\\tinvert: If true returns tiddlers that do not contain the specified string\\n\\tcaseSensitive: If true forces a case sensitive search\\n\\tfield: If specified, restricts the search to the specified field, or an array of field names\\n\\tanchored: If true, forces all but regexp searches to be anchored to the start of text\\n\\texcludeField: If true, the field options are inverted to specify the fields that are not to be searched\\n\\tThe search mode is determined by the first of these boolean flags to be true\\n\\t\\tliteral: searches for literal string\\n\\t\\twhitespace: same as literal except runs of whitespace are treated as a single space\\n\\t\\tregexp: treats the search term as a regular expression\\n\\t\\twords: (default) treats search string as a list of tokens, and matches if all tokens are found, regardless of adjacency or ordering\\n*/\\nexports.search = function(text,options) {\\n\\toptions = options || {};\\n\\tvar self = this,\\n\\t\\tt,\\n\\t\\tinvert = !!options.invert;\\n\\t// Convert the search string into a regexp for each term\\n\\tvar terms, searchTermsRegExps,\\n\\t\\tflags = options.caseSensitive ? \\\"\\\" : \\\"i\\\",\\n\\t\\tanchor = options.anchored ? \\\"^\\\" : \\\"\\\";\\n\\tif(options.literal) {\\n\\t\\tif(text.length === 0) {\\n\\t\\t\\tsearchTermsRegExps = null;\\n\\t\\t} else {\\n\\t\\t\\tsearchTermsRegExps = [new RegExp(\\\"(\\\" + anchor + $tw.utils.escapeRegExp(text) + \\\")\\\",flags)];\\n\\t\\t}\\n\\t} else if(options.whitespace) {\\n\\t\\tterms = [];\\n\\t\\t$tw.utils.each(text.split(/\\\\s+/g),function(term) {\\n\\t\\t\\tif(term) {\\n\\t\\t\\t\\tterms.push($tw.utils.escapeRegExp(term));\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tsearchTermsRegExps = [new RegExp(\\\"(\\\" + anchor + terms.join(\\\"\\\\\\\\s+\\\") + \\\")\\\",flags)];\\n\\t} else if(options.regexp) {\\n\\t\\ttry {\\n\\t\\t\\tsearchTermsRegExps = [new RegExp(\\\"(\\\" + text + \\\")\\\",flags)];\\n\\t\\t} catch(e) {\\n\\t\\t\\tsearchTermsRegExps = null;\\n\\t\\t\\tconsole.log(\\\"Regexp error parsing /(\\\" + text + \\\")/\\\" + flags + \\\": \\\",e);\\n\\t\\t}\\n\\t} else {\\n\\t\\tterms = text.split(/ +/);\\n\\t\\tif(terms.length === 1 && terms[0] === \\\"\\\") {\\n\\t\\t\\tsearchTermsRegExps = null;\\n\\t\\t} else {\\n\\t\\t\\tsearchTermsRegExps = [];\\n\\t\\t\\tfor(t=0; t\u003Cterms.length; t++) {\\n\\t\\t\\t\\tsearchTermsRegExps.push(new RegExp(\\\"(\\\" + anchor + $tw.utils.escapeRegExp(terms[t]) + \\\")\\\",flags));\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Accumulate the array of fields to be searched or excluded from the search\\n\\tvar fields = [];\\n\\tif(options.field) {\\n\\t\\tif($tw.utils.isArray(options.field)) {\\n\\t\\t\\t$tw.utils.each(options.field,function(fieldName) {\\n\\t\\t\\t\\tif(fieldName) {\\n\\t\\t\\t\\t\\tfields.push(fieldName);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tfields.push(options.field);\\n\\t\\t}\\n\\t}\\n\\t// Use default fields if none specified and we're not excluding fields (excluding fields with an empty field array is the same as searching all fields)\\n\\tif(fields.length === 0 && !options.excludeField) {\\n\\t\\tfields.push(\\\"title\\\");\\n\\t\\tfields.push(\\\"tags\\\");\\n\\t\\tfields.push(\\\"text\\\");\\n\\t}\\n\\t// Function to check a given tiddler for the search term\\n\\tvar searchTiddler = function(title) {\\n\\t\\tif(!searchTermsRegExps) {\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t\\tvar notYetFound = searchTermsRegExps.slice();\\n\\n\\t\\tvar tiddler = self.getTiddler(title);\\n\\t\\tif(!tiddler) {\\n\\t\\t\\ttiddler = new $tw.Tiddler({title: title, text: \\\"\\\", type: \\\"text/vnd.tiddlywiki\\\"});\\n\\t\\t}\\n\\t\\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type] || $tw.config.contentTypeInfo[\\\"text/vnd.tiddlywiki\\\"],\\n\\t\\t\\tsearchFields;\\n\\t\\t// Get the list of fields we're searching\\n\\t\\tif(options.excludeField) {\\n\\t\\t\\tsearchFields = Object.keys(tiddler.fields);\\n\\t\\t\\t$tw.utils.each(fields,function(fieldName) {\\n\\t\\t\\t\\tvar p = searchFields.indexOf(fieldName);\\n\\t\\t\\t\\tif(p !== -1) {\\n\\t\\t\\t\\t\\tsearchFields.splice(p,1);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\tsearchFields = fields;\\n\\t\\t}\\n\\t\\tfor(var fieldIndex=0; notYetFound.length>0 && fieldIndex\u003CsearchFields.length; fieldIndex++) {\\n\\t\\t\\t// Don't search the text field if the content type is binary\\n\\t\\t\\tvar fieldName = searchFields[fieldIndex];\\n\\t\\t\\tif(fieldName === \\\"text\\\" && contentTypeInfo.encoding !== \\\"utf8\\\") {\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t\\tvar str = tiddler.fields[fieldName],\\n\\t\\t\\t\\tt;\\n\\t\\t\\tif(str) {\\n\\t\\t\\t\\tif($tw.utils.isArray(str)) {\\n\\t\\t\\t\\t\\t// If the field value is an array, test each regexp against each field array entry and fail if each regexp doesn't match at least one field array entry\\n\\t\\t\\t\\t\\tfor(var s=0; s\u003Cstr.length; s++) {\\n\\t\\t\\t\\t\\t\\tfor(t=0; t\u003CnotYetFound.length;) {\\n\\t\\t\\t\\t\\t\\t\\tif(notYetFound[t].test(str[s])) {\\n\\t\\t\\t\\t\\t\\t\\t\\tnotYetFound.splice(t, 1);\\n\\t\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\t\\tt++;\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t// If the field isn't an array, force it to a string and test each regexp against it and fail if any do not match\\n\\t\\t\\t\\t\\tstr = tiddler.getFieldString(fieldName);\\n\\t\\t\\t\\t\\tfor(t=0; t\u003CnotYetFound.length;) {\\n\\t\\t\\t\\t\\t\\tif(notYetFound[t].test(str)) {\\n\\t\\t\\t\\t\\t\\t\\tnotYetFound.splice(t, 1);\\n\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\tt++;\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t};\\n\\t\\treturn notYetFound.length == 0;\\n\\t};\\n\\t// Loop through all the tiddlers doing the search\\n\\tvar results = [],\\n\\t\\tsource = options.source || this.each;\\n\\tsource(function(tiddler,title) {\\n\\t\\tif(searchTiddler(title) !== invert) {\\n\\t\\t\\tresults.push(title);\\n\\t\\t}\\n\\t});\\n\\t// Remove any of the results we have to exclude\\n\\tif(options.exclude) {\\n\\t\\tfor(t=0; t\u003Coptions.exclude.length; t++) {\\n\\t\\t\\tvar p = results.indexOf(options.exclude[t]);\\n\\t\\t\\tif(p !== -1) {\\n\\t\\t\\t\\tresults.splice(p,1);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn results;\\n};\\n\\n/*\\nTrigger a load for a tiddler if it is skinny. Returns the text, or undefined if the tiddler is missing, null if the tiddler is being lazily loaded.\\n*/\\nexports.getTiddlerText = function(title,defaultText) {\\n\\tvar tiddler = this.getTiddler(title);\\n\\t// Return undefined if the tiddler isn't found\\n\\tif(!tiddler) {\\n\\t\\treturn defaultText;\\n\\t}\\n\\tif(!tiddler.hasField(\\\"_is_skinny\\\")) {\\n\\t\\t// Just return the text if we've got it\\n\\t\\treturn tiddler.fields.text || \\\"\\\";\\n\\t} else {\\n\\t\\t// Tell any listeners about the need to lazily load this tiddler\\n\\t\\tthis.dispatchEvent(\\\"lazyLoad\\\",title);\\n\\t\\t// Indicate that the text is being loaded\\n\\t\\treturn null;\\n\\t}\\n};\\n\\n/*\\nCheck whether the text of a tiddler matches a given value. By default, the comparison is case insensitive, and any spaces at either end of the tiddler text is trimmed\\n*/\\nexports.checkTiddlerText = function(title,targetText,options) {\\n\\toptions = options || {};\\n\\tvar text = this.getTiddlerText(title,\\\"\\\");\\n\\tif(!options.noTrim) {\\n\\t\\ttext = text.trim();\\n\\t}\\n\\tif(!options.caseSensitive) {\\n\\t\\ttext = text.toLowerCase();\\n\\t\\ttargetText = targetText.toLowerCase();\\n\\t}\\n\\treturn text === targetText;\\n}\\n\\n/*\\nRead an array of browser File objects, invoking callback(tiddlerFieldsArray) once they're all read\\n*/\\nexports.readFiles = function(files,options) {\\n\\tvar callback;\\n\\tif(typeof options === \\\"function\\\") {\\n\\t\\tcallback = options;\\n\\t\\toptions = {};\\n\\t} else {\\n\\t\\tcallback = options.callback;\\n\\t}\\n\\tvar result = [],\\n\\t\\toutstanding = files.length,\\n\\t\\treadFileCallback = function(tiddlerFieldsArray) {\\n\\t\\t\\tresult.push.apply(result,tiddlerFieldsArray);\\n\\t\\t\\tif(--outstanding === 0) {\\n\\t\\t\\t\\tcallback(result);\\n\\t\\t\\t}\\n\\t\\t};\\n\\tfor(var f=0; f\u003Cfiles.length; f++) {\\n\\t\\tthis.readFile(files[f],$tw.utils.extend({},options,{callback: readFileCallback}));\\n\\t}\\n\\treturn files.length;\\n};\\n\\n/*\\nRead a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\\n*/\\nexports.readFile = function(file,options) {\\n\\tvar callback;\\n\\tif(typeof options === \\\"function\\\") {\\n\\t\\tcallback = options;\\n\\t\\toptions = {};\\n\\t} else {\\n\\t\\tcallback = options.callback;\\n\\t}\\n\\t// Get the type, falling back to the filename extension\\n\\tvar self = this,\\n\\t\\ttype = file.type;\\n\\tif(type === \\\"\\\" || !type) {\\n\\t\\tvar dotPos = file.name.lastIndexOf(\\\".\\\");\\n\\t\\tif(dotPos !== -1) {\\n\\t\\t\\tvar fileExtensionInfo = $tw.utils.getFileExtensionInfo(file.name.substr(dotPos));\\n\\t\\t\\tif(fileExtensionInfo) {\\n\\t\\t\\t\\ttype = fileExtensionInfo.type;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\t// Figure out if we're reading a binary file\\n\\tvar contentTypeInfo = $tw.config.contentTypeInfo[type],\\n\\t\\tisBinary = contentTypeInfo ? contentTypeInfo.encoding === \\\"base64\\\" : false;\\n\\t// Log some debugging information\\n\\tif($tw.log.IMPORT) {\\n\\t\\tconsole.log(\\\"Importing file '\\\" + file.name + \\\"', type: '\\\" + type + \\\"', isBinary: \\\" + isBinary);\\n\\t}\\n\\t// Give the hook a chance to process the drag\\n\\tif($tw.hooks.invokeHook(\\\"th-importing-file\\\",{\\n\\t\\tfile: file,\\n\\t\\ttype: type,\\n\\t\\tisBinary: isBinary,\\n\\t\\tcallback: callback\\n\\t}) !== true) {\\n\\t\\tthis.readFileContent(file,type,isBinary,options.deserializer,callback);\\n\\t}\\n};\\n\\n/*\\nLower level utility to read the content of a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\\n*/\\nexports.readFileContent = function(file,type,isBinary,deserializer,callback) {\\n\\tvar self = this;\\n\\t// Create the FileReader\\n\\tvar reader = new FileReader();\\n\\t// Onload\\n\\treader.onload = function(event) {\\n\\t\\tvar text = event.target.result,\\n\\t\\t\\ttiddlerFields = {title: file.name || \\\"Untitled\\\"};\\n\\t\\tif(isBinary) {\\n\\t\\t\\tvar commaPos = text.indexOf(\\\",\\\");\\n\\t\\t\\tif(commaPos !== -1) {\\n\\t\\t\\t\\ttext = text.substr(commaPos + 1);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Check whether this is an encrypted TiddlyWiki file\\n\\t\\tvar encryptedJson = $tw.utils.extractEncryptedStoreArea(text);\\n\\t\\tif(encryptedJson) {\\n\\t\\t\\t// If so, attempt to decrypt it with the current password\\n\\t\\t\\t$tw.utils.decryptStoreAreaInteractive(encryptedJson,function(tiddlers) {\\n\\t\\t\\t\\tcallback(tiddlers);\\n\\t\\t\\t});\\n\\t\\t} else {\\n\\t\\t\\t// Otherwise, just try to deserialise any tiddlers in the file\\n\\t\\t\\tcallback(self.deserializeTiddlers(type,text,tiddlerFields,{deserializer: deserializer}));\\n\\t\\t}\\n\\t};\\n\\t// Kick off the read\\n\\tif(isBinary) {\\n\\t\\treader.readAsDataURL(file);\\n\\t} else {\\n\\t\\treader.readAsText(file);\\n\\t}\\n};\\n\\n/*\\nFind any existing draft of a specified tiddler\\n*/\\nexports.findDraft = function(targetTitle) {\\n\\tvar draftTitle = undefined;\\n\\tthis.forEachTiddler({includeSystem: true},function(title,tiddler) {\\n\\t\\tif(tiddler.fields[\\\"draft.title\\\"] && tiddler.fields[\\\"draft.of\\\"] === targetTitle) {\\n\\t\\t\\tdraftTitle = title;\\n\\t\\t}\\n\\t});\\n\\treturn draftTitle;\\n}\\n\\n/*\\nCheck whether the specified draft tiddler has been modified.\\nIf the original tiddler doesn't exist, create a vanilla tiddler variable,\\nto check if additional fields have been added.\\n*/\\nexports.isDraftModified = function(title) {\\n\\tvar tiddler = this.getTiddler(title);\\n\\tif(!tiddler.isDraft()) {\\n\\t\\treturn false;\\n\\t}\\n\\tvar ignoredFields = [\\\"created\\\", \\\"modified\\\", \\\"title\\\", \\\"draft.title\\\", \\\"draft.of\\\"],\\n\\t\\torigTiddler = this.getTiddler(tiddler.fields[\\\"draft.of\\\"]) || new $tw.Tiddler({text:\\\"\\\", tags:[]}),\\n\\t\\ttitleModified = tiddler.fields[\\\"draft.title\\\"] !== tiddler.fields[\\\"draft.of\\\"];\\n\\treturn titleModified || !tiddler.isEqual(origTiddler,ignoredFields);\\n};\\n\\n/*\\nAdd a new record to the top of the history stack\\ntitle: a title string or an array of title strings\\nfromPageRect: page coordinates of the origin of the navigation\\nhistoryTitle: title of history tiddler (defaults to $:/HistoryList)\\n*/\\nexports.addToHistory = function(title,fromPageRect,historyTitle) {\\n\\tvar story = new $tw.Story({wiki: this, historyTitle: historyTitle});\\n\\tstory.addToHistory(title,fromPageRect);\\n\\tconsole.log(\\\"$tw.wiki.addToHistory() is deprecated since V5.1.23! Use the this.story.addToHistory() from the story-object!\\\")\\n};\\n\\n/*\\nAdd a new tiddler to the story river\\ntitle: a title string or an array of title strings\\nfromTitle: the title of the tiddler from which the navigation originated\\nstoryTitle: title of story tiddler (defaults to $:/StoryList)\\noptions: see story.js\\n*/\\nexports.addToStory = function(title,fromTitle,storyTitle,options) {\\n\\tvar story = new $tw.Story({wiki: this, storyTitle: storyTitle});\\n\\tstory.addToStory(title,fromTitle,options);\\n\\tconsole.log(\\\"$tw.wiki.addToStory() is deprecated since V5.1.23! Use the this.story.addToStory() from the story-object!\\\")\\n};\\n\\n/*\\nGenerate a title for the draft of a given tiddler\\n*/\\nexports.generateDraftTitle = function(title) {\\n\\tvar c = 0,\\n\\t\\tdraftTitle,\\n\\t\\tusername = this.getTiddlerText(\\\"$:/status/UserName\\\"),\\n\\t\\tattribution = username ? \\\" by \\\" + username : \\\"\\\";\\n\\tdo {\\n\\t\\tdraftTitle = \\\"Draft \\\" + (c ? (c + 1) + \\\" \\\" : \\\"\\\") + \\\"of '\\\" + title + \\\"'\\\" + attribution;\\n\\t\\tc++;\\n\\t} while(this.tiddlerExists(draftTitle));\\n\\treturn draftTitle;\\n};\\n\\n/*\\nInvoke the available upgrader modules\\ntitles: array of tiddler titles to be processed\\ntiddlers: hashmap by title of tiddler fields of pending import tiddlers. These can be modified by the upgraders. An entry with no fields indicates a tiddler that was pending import has been suppressed. When entries are added to the pending import the tiddlers hashmap may have entries that are not present in the titles array\\nReturns a hashmap of messages keyed by tiddler title.\\n*/\\nexports.invokeUpgraders = function(titles,tiddlers) {\\n\\t// Collect up the available upgrader modules\\n\\tvar self = this;\\n\\tif(!this.upgraderModules) {\\n\\t\\tthis.upgraderModules = [];\\n\\t\\t$tw.modules.forEachModuleOfType(\\\"upgrader\\\",function(title,module) {\\n\\t\\t\\tif(module.upgrade) {\\n\\t\\t\\t\\tself.upgraderModules.push(module);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\t// Invoke each upgrader in turn\\n\\tvar messages = {};\\n\\tfor(var t=0; t\u003Cthis.upgraderModules.length; t++) {\\n\\t\\tvar upgrader = this.upgraderModules[t],\\n\\t\\t\\tupgraderMessages = upgrader.upgrade(this,titles,tiddlers);\\n\\t\\t$tw.utils.extend(messages,upgraderMessages);\\n\\t}\\n\\treturn messages;\\n};\\n\\n// Determine whether a plugin by title is dynamically loadable\\nexports.doesPluginRequireReload = function(title) {\\n\\tvar tiddler = this.getTiddler(title);\\n\\tif(tiddler && tiddler.fields.type === \\\"application/json\\\" && tiddler.fields[\\\"plugin-type\\\"]) {\\n\\t\\tif(tiddler.fields[\\\"plugin-type\\\"] === \\\"import\\\") {\\n\\t\\t\\t// The import plugin never requires reloading\\n\\t\\t\\treturn false;\\n\\t\\t}\\n\\t}\\n\\treturn this.doesPluginInfoRequireReload(this.getPluginInfo(title) || this.getTiddlerDataCached(title));\\n};\\n\\n// Determine whether a plugin info structure is dynamically loadable\\nexports.doesPluginInfoRequireReload = function(pluginInfo) {\\n\\tif(pluginInfo) {\\n\\t\\tvar foundModule = false;\\n\\t\\t$tw.utils.each(pluginInfo.tiddlers,function(tiddler) {\\n\\t\\t\\tif(tiddler.type === \\\"application/javascript\\\" && $tw.utils.hop(tiddler,\\\"module-type\\\")) {\\n\\t\\t\\t\\tfoundModule = true;\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\treturn foundModule;\\n\\t} else {\\n\\t\\treturn null;\\n\\t}\\n};\\n\\nexports.slugify = function(title,options) {\\n\\tvar tiddler = this.getTiddler(title),\\n\\t\\tslug;\\n\\tif(tiddler && tiddler.fields.slug) {\\n\\t\\tslug = tiddler.fields.slug;\\n\\t} else {\\n\\t\\tslug = $tw.utils.transliterate(title.toString().toLowerCase()) // Replace diacritics with basic lowercase ASCII\\n\\t\\t\\t.replace(/\\\\s+/g,\\\"-\\\") // Replace spaces with -\\n\\t\\t\\t.replace(/[^\\\\w\\\\-\\\\.]+/g,\\\"\\\") // Remove all non-word chars except dash and dot\\n\\t\\t\\t.replace(/\\\\-\\\\-+/g,\\\"-\\\") // Replace multiple - with single -\\n\\t\\t\\t.replace(/^-+/,\\\"\\\") // Trim - from start of text\\n\\t\\t\\t.replace(/-+$/,\\\"\\\"); // Trim - from end of text\\n\\t}\\n\\t// If the resulting slug is blank (eg because the title is just punctuation characters)\\n\\tif(!slug) {\\n\\t\\t// ...then just use the character codes of the title\\n\\t\\tvar result = [];\\n\\t\\t$tw.utils.each(title.split(\\\"\\\"),function(char) {\\n\\t\\t\\tresult.push(char.charCodeAt(0).toString());\\n\\t\\t});\\n\\t\\tslug = result.join(\\\"-\\\");\\n\\t}\\n\\treturn slug;\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikimethod\"},\"$:/palettes/Blanca\":{\"title\":\"$:/palettes/Blanca\",\"name\":\"Blanca\",\"color-scheme\":\"light\",\"description\":\"A clean white palette to let you focus\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #ffe476\\nalert-border: #b99e2f\\nalert-highlight: #881122\\nalert-muted-foreground: #b99e2f\\nbackground: #ffffff\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background:\\nbutton-foreground:\\nbutton-border:\\ncode-background: #f7f7f9\\ncode-border: #e1e1e8\\ncode-foreground: #dd1144\\ndirty-indicator: #ff0000\\ndownload-background: #66cccc\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: #fff\\ndropdown-tab-background: #ececec\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #0000aa\\nexternal-link-foreground: #0000ee\\nforeground: #333333\\nmessage-background: #ecf2ff\\nmessage-border: #cfd6e6\\nmessage-foreground: #547599\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #999999\\nmodal-footer-background: #f5f5f5\\nmodal-footer-border: #dddddd\\nmodal-header-border: #eeeeee\\nmuted-foreground: #999999\\nnotification-background: #ffffdd\\nnotification-border: #999999\\npage-background: #ffffff\\npre-background: #f5f5f5\\npre-border: #cccccc\\nprimary: #7897f3\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #000000\\nsidebar-controls-foreground: #ccc\\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\\nsidebar-foreground: #acacac\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: #c0c0c0\\nsidebar-tab-background-selected: #ffffff\\nsidebar-tab-background: \u003C\u003Ccolour tab-background>>\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: \u003C\u003Ccolour tab-border>>\\nsidebar-tab-divider: \u003C\u003Ccolour tab-divider>>\\nsidebar-tab-foreground-selected: \\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: #444444\\nsidebar-tiddler-link-foreground: #7897f3\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: #ffffff\\ntab-background: #eeeeee\\ntab-border-selected: #cccccc\\ntab-border: #cccccc\\ntab-divider: #d8d8d8\\ntab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\ntab-foreground: #666666\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #ffeedd\\ntag-foreground: #000\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: #eee\\ntiddler-controls-foreground-hover: #888888\\ntiddler-controls-foreground-selected: #444444\\ntiddler-controls-foreground: #cccccc\\ntiddler-editor-background: #f8f8f8\\ntiddler-editor-border-image: #ffffff\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: #e0e8e0\\ntiddler-editor-fields-odd: #f0f4f0\\ntiddler-info-background: #f8f8f8\\ntiddler-info-border: #dddddd\\ntiddler-info-tab-background: #f8f8f8\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #c0c0c0\\ntiddler-title-foreground: #ff9900\\ntoolbar-new-button:\\ntoolbar-options-button:\\ntoolbar-save-button:\\ntoolbar-info-button:\\ntoolbar-edit-button:\\ntoolbar-close-button:\\ntoolbar-delete-button:\\ntoolbar-cancel-button:\\ntoolbar-done-button:\\nuntagged-background: #999999\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/Blue\":{\"title\":\"$:/palettes/Blue\",\"name\":\"Blue\",\"color-scheme\":\"light\",\"description\":\"A blue theme\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #ffe476\\nalert-border: #b99e2f\\nalert-highlight: #881122\\nalert-muted-foreground: #b99e2f\\nbackground: #fff\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background:\\nbutton-foreground:\\nbutton-border:\\ncode-background: #f7f7f9\\ncode-border: #e1e1e8\\ncode-foreground: #dd1144\\ndirty-indicator: #ff0000\\ndownload-background: #34c734\\ndownload-foreground: \u003C\u003Ccolour foreground>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: #fff\\ndropdown-tab-background: #ececec\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #0000aa\\nexternal-link-foreground: #0000ee\\nforeground: #333353\\nmessage-background: #ecf2ff\\nmessage-border: #cfd6e6\\nmessage-foreground: #547599\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #999999\\nmodal-footer-background: #f5f5f5\\nmodal-footer-border: #dddddd\\nmodal-header-border: #eeeeee\\nmuted-foreground: #999999\\nnotification-background: #ffffdd\\nnotification-border: #999999\\npage-background: #ddddff\\npre-background: #f5f5f5\\npre-border: #cccccc\\nprimary: #5778d8\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #000000\\nsidebar-controls-foreground: #ffffff\\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\\nsidebar-foreground: #acacac\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: #c0c0c0\\nsidebar-tab-background-selected: \u003C\u003Ccolour page-background>>\\nsidebar-tab-background: \u003C\u003Ccolour tab-background>>\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: \u003C\u003Ccolour tab-border>>\\nsidebar-tab-divider: \u003C\u003Ccolour tab-divider>>\\nsidebar-tab-foreground-selected: \\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: #444444\\nsidebar-tiddler-link-foreground: #5959c0\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: \u003C\u003Ccolour background>>\\ntab-background: #ccccdd\\ntab-border-selected: #ccccdd\\ntab-border: #cccccc\\ntab-divider: #d8d8d8\\ntab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\ntab-foreground: #666666\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #eeeeff\\ntag-foreground: #000\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: #666666\\ntiddler-controls-foreground-selected: #444444\\ntiddler-controls-foreground: #cccccc\\ntiddler-editor-background: #f8f8f8\\ntiddler-editor-border-image: #ffffff\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: #e0e8e0\\ntiddler-editor-fields-odd: #f0f4f0\\ntiddler-info-background: #ffffff\\ntiddler-info-border: #dddddd\\ntiddler-info-tab-background: #ffffff\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #c0c0c0\\ntiddler-title-foreground: #5959c0\\ntoolbar-new-button: #5eb95e\\ntoolbar-options-button: rgb(128, 88, 165)\\ntoolbar-save-button: #0e90d2\\ntoolbar-info-button: #0e90d2\\ntoolbar-edit-button: rgb(243, 123, 29)\\ntoolbar-close-button: #dd514c\\ntoolbar-delete-button: #dd514c\\ntoolbar-cancel-button: rgb(243, 123, 29)\\ntoolbar-done-button: #5eb95e\\nuntagged-background: #999999\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/Muted\":{\"title\":\"$:/palettes/Muted\",\"name\":\"Muted\",\"color-scheme\":\"light\",\"description\":\"Bright tiddlers on a muted background\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #ffe476\\nalert-border: #b99e2f\\nalert-highlight: #881122\\nalert-muted-foreground: #b99e2f\\nbackground: #ffffff\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background:\\nbutton-foreground:\\nbutton-border:\\ncode-background: #f7f7f9\\ncode-border: #e1e1e8\\ncode-foreground: #dd1144\\ndirty-indicator: #ff0000\\ndownload-background: #34c734\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: #fff\\ndropdown-tab-background: #ececec\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #0000aa\\nexternal-link-foreground: #0000ee\\nforeground: #333333\\nmessage-background: #ecf2ff\\nmessage-border: #cfd6e6\\nmessage-foreground: #547599\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #999999\\nmodal-footer-background: #f5f5f5\\nmodal-footer-border: #dddddd\\nmodal-header-border: #eeeeee\\nmuted-foreground: #bbb\\nnotification-background: #ffffdd\\nnotification-border: #999999\\npage-background: #6f6f70\\npre-background: #f5f5f5\\npre-border: #cccccc\\nprimary: #29a6ee\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #000000\\nsidebar-controls-foreground: #c2c1c2\\nsidebar-foreground-shadow: rgba(255,255,255,0)\\nsidebar-foreground: #d3d2d4\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: #c0c0c0\\nsidebar-tab-background-selected: #6f6f70\\nsidebar-tab-background: #666667\\nsidebar-tab-border-selected: #999\\nsidebar-tab-border: #515151\\nsidebar-tab-divider: #999\\nsidebar-tab-foreground-selected: \\nsidebar-tab-foreground: #999\\nsidebar-tiddler-link-foreground-hover: #444444\\nsidebar-tiddler-link-foreground: #d1d0d2\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: #ffffff\\ntab-background: #d8d8d8\\ntab-border-selected: #d8d8d8\\ntab-border: #cccccc\\ntab-divider: #d8d8d8\\ntab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\ntab-foreground: #666666\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #d5ad34\\ntag-foreground: #ffffff\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: #888888\\ntiddler-controls-foreground-selected: #444444\\ntiddler-controls-foreground: #cccccc\\ntiddler-editor-background: #f8f8f8\\ntiddler-editor-border-image: #ffffff\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: #e0e8e0\\ntiddler-editor-fields-odd: #f0f4f0\\ntiddler-info-background: #f8f8f8\\ntiddler-info-border: #dddddd\\ntiddler-info-tab-background: #f8f8f8\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #c0c0c0\\ntiddler-title-foreground: #182955\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: #999999\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/ContrastLight\":{\"title\":\"$:/palettes/ContrastLight\",\"name\":\"Contrast (Light)\",\"color-scheme\":\"light\",\"description\":\"High contrast and unambiguous (light version)\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #f00\\nalert-border: \u003C\u003Ccolour background>>\\nalert-highlight: \u003C\u003Ccolour foreground>>\\nalert-muted-foreground: #800\\nbackground: #fff\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background: \u003C\u003Ccolour background>>\\nbutton-foreground: \u003C\u003Ccolour foreground>>\\nbutton-border: \u003C\u003Ccolour foreground>>\\ncode-background: \u003C\u003Ccolour background>>\\ncode-border: \u003C\u003Ccolour foreground>>\\ncode-foreground: \u003C\u003Ccolour foreground>>\\ndirty-indicator: #f00\\ndownload-background: #080\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: \u003C\u003Ccolour foreground>>\\ndropdown-tab-background: \u003C\u003Ccolour foreground>>\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #00a\\nexternal-link-foreground: #00e\\nforeground: #000\\nmessage-background: \u003C\u003Ccolour foreground>>\\nmessage-border: \u003C\u003Ccolour background>>\\nmessage-foreground: \u003C\u003Ccolour background>>\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: \u003C\u003Ccolour foreground>>\\nmodal-footer-background: \u003C\u003Ccolour background>>\\nmodal-footer-border: \u003C\u003Ccolour foreground>>\\nmodal-header-border: \u003C\u003Ccolour foreground>>\\nmuted-foreground: \u003C\u003Ccolour foreground>>\\nnotification-background: \u003C\u003Ccolour background>>\\nnotification-border: \u003C\u003Ccolour foreground>>\\npage-background: \u003C\u003Ccolour background>>\\npre-background: \u003C\u003Ccolour background>>\\npre-border: \u003C\u003Ccolour foreground>>\\nprimary: #00f\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: \u003C\u003Ccolour background>>\\nsidebar-controls-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-foreground-shadow: rgba(0,0,0, 0)\\nsidebar-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-tab-background-selected: \u003C\u003Ccolour background>>\\nsidebar-tab-background: \u003C\u003Ccolour tab-background>>\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: \u003C\u003Ccolour tab-border>>\\nsidebar-tab-divider: \u003C\u003Ccolour tab-divider>>\\nsidebar-tab-foreground-selected: \u003C\u003Ccolour foreground>>\\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: \u003C\u003Ccolour foreground>>\\nsidebar-tiddler-link-foreground: \u003C\u003Ccolour primary>>\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: \u003C\u003Ccolour background>>\\ntab-background: \u003C\u003Ccolour foreground>>\\ntab-border-selected: \u003C\u003Ccolour foreground>>\\ntab-border: \u003C\u003Ccolour foreground>>\\ntab-divider: \u003C\u003Ccolour foreground>>\\ntab-foreground-selected: \u003C\u003Ccolour foreground>>\\ntab-foreground: \u003C\u003Ccolour background>>\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #000\\ntag-foreground: #fff\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour foreground>>\\ntiddler-controls-foreground-hover: #ddd\\ntiddler-controls-foreground-selected: #fdd\\ntiddler-controls-foreground: \u003C\u003Ccolour foreground>>\\ntiddler-editor-background: \u003C\u003Ccolour background>>\\ntiddler-editor-border-image: \u003C\u003Ccolour foreground>>\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: \u003C\u003Ccolour background>>\\ntiddler-editor-fields-odd: \u003C\u003Ccolour background>>\\ntiddler-info-background: \u003C\u003Ccolour background>>\\ntiddler-info-border: \u003C\u003Ccolour foreground>>\\ntiddler-info-tab-background: \u003C\u003Ccolour background>>\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: \u003C\u003Ccolour foreground>>\\ntiddler-title-foreground: \u003C\u003Ccolour foreground>>\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: \u003C\u003Ccolour foreground>>\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/ContrastDark\":{\"title\":\"$:/palettes/ContrastDark\",\"name\":\"Contrast (Dark)\",\"color-scheme\":\"dark\",\"description\":\"High contrast and unambiguous (dark version)\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #f00\\nalert-border: \u003C\u003Ccolour background>>\\nalert-highlight: \u003C\u003Ccolour foreground>>\\nalert-muted-foreground: #800\\nbackground: #000\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background: \u003C\u003Ccolour background>>\\nbutton-foreground: \u003C\u003Ccolour foreground>>\\nbutton-border: \u003C\u003Ccolour foreground>>\\ncode-background: \u003C\u003Ccolour background>>\\ncode-border: \u003C\u003Ccolour foreground>>\\ncode-foreground: \u003C\u003Ccolour foreground>>\\ndirty-indicator: #f00\\ndownload-background: #080\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: \u003C\u003Ccolour foreground>>\\ndropdown-tab-background: \u003C\u003Ccolour foreground>>\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #00a\\nexternal-link-foreground: #00e\\nforeground: #fff\\nmessage-background: \u003C\u003Ccolour foreground>>\\nmessage-border: \u003C\u003Ccolour background>>\\nmessage-foreground: \u003C\u003Ccolour background>>\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: \u003C\u003Ccolour foreground>>\\nmodal-footer-background: \u003C\u003Ccolour background>>\\nmodal-footer-border: \u003C\u003Ccolour foreground>>\\nmodal-header-border: \u003C\u003Ccolour foreground>>\\nmuted-foreground: \u003C\u003Ccolour foreground>>\\nnotification-background: \u003C\u003Ccolour background>>\\nnotification-border: \u003C\u003Ccolour foreground>>\\npage-background: \u003C\u003Ccolour background>>\\npre-background: \u003C\u003Ccolour background>>\\npre-border: \u003C\u003Ccolour foreground>>\\nprimary: #00f\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: \u003C\u003Ccolour background>>\\nsidebar-controls-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-foreground-shadow: rgba(0,0,0, 0)\\nsidebar-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-tab-background-selected: \u003C\u003Ccolour background>>\\nsidebar-tab-background: \u003C\u003Ccolour tab-background>>\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: \u003C\u003Ccolour tab-border>>\\nsidebar-tab-divider: \u003C\u003Ccolour tab-divider>>\\nsidebar-tab-foreground-selected: \u003C\u003Ccolour foreground>>\\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: \u003C\u003Ccolour foreground>>\\nsidebar-tiddler-link-foreground: \u003C\u003Ccolour primary>>\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: \u003C\u003Ccolour background>>\\ntab-background: \u003C\u003Ccolour foreground>>\\ntab-border-selected: \u003C\u003Ccolour foreground>>\\ntab-border: \u003C\u003Ccolour foreground>>\\ntab-divider: \u003C\u003Ccolour foreground>>\\ntab-foreground-selected: \u003C\u003Ccolour foreground>>\\ntab-foreground: \u003C\u003Ccolour background>>\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #fff\\ntag-foreground: #000\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour foreground>>\\ntiddler-controls-foreground-hover: #ddd\\ntiddler-controls-foreground-selected: #fdd\\ntiddler-controls-foreground: \u003C\u003Ccolour foreground>>\\ntiddler-editor-background: \u003C\u003Ccolour background>>\\ntiddler-editor-border-image: \u003C\u003Ccolour foreground>>\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: \u003C\u003Ccolour background>>\\ntiddler-editor-fields-odd: \u003C\u003Ccolour background>>\\ntiddler-info-background: \u003C\u003Ccolour background>>\\ntiddler-info-border: \u003C\u003Ccolour foreground>>\\ntiddler-info-tab-background: \u003C\u003Ccolour background>>\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: \u003C\u003Ccolour foreground>>\\ntiddler-title-foreground: \u003C\u003Ccolour foreground>>\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: \u003C\u003Ccolour foreground>>\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/CupertinoDark\":{\"title\":\"$:/palettes/CupertinoDark\",\"tags\":\"$:/tags/Palette\",\"color-scheme\":\"dark\",\"name\":\"Cupertino Dark\",\"description\":\"A macOS inspired dark palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #FF453A\\nalert-border: #FF453A\\nalert-highlight: #FFD60A\\nalert-muted-foreground: \u003C\u003Ccolour muted-foreground>>\\nbackground: #282828\\nblockquote-bar: \u003C\u003Ccolour page-background>>\\nbutton-foreground: \u003C\u003Ccolour background>>\\ncode-background: \u003C\u003Ccolour pre-background>>\\ncode-border: \u003C\u003Ccolour pre-border>>\\ncode-foreground: rgba(255, 255, 255, 0.54)\\ndirty-indicator: #FF453A\\ndownload-background: \u003C\u003Ccolour primary>>\\ndownload-foreground: \u003C\u003Ccolour foreground>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour tiddler-info-background>>\\ndropdown-border: \u003C\u003Ccolour dropdown-background>>\\ndropdown-tab-background-selected: #3F638B\\ndropdown-tab-background: #323232\\ndropzone-background: #30D158\\nexternal-link-background-hover: transparent\\nexternal-link-background-visited: transparent\\nexternal-link-background: transparent\\nexternal-link-foreground-hover: \\nexternal-link-foreground-visited: #BF5AF2\\nexternal-link-foreground: #32D74B\\nforeground: #FFFFFF\\nmenubar-background: #464646\\nmenubar-foreground: #ffffff\\nmessage-background: \u003C\u003Ccolour background>>\\nmessage-border: \u003C\u003Ccolour very-muted-foreground>>\\nmessage-foreground: rgba(255, 255, 255, 0.54)\\nmodal-backdrop: \u003C\u003Ccolour page-background>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: \u003C\u003Ccolour very-muted-foreground>>\\nmodal-footer-background: \u003C\u003Ccolour background>>\\nmodal-footer-border: \u003C\u003Ccolour background>>\\nmodal-header-border: \u003C\u003Ccolour very-muted-foreground>>\\nmuted-foreground: #98989D\\nnotification-background: \u003C\u003Ccolour dropdown-background>>\\nnotification-border: \u003C\u003Ccolour dropdown-background>>\\npage-background: #323232\\npre-background: #464646\\npre-border: transparent\\nprimary: #0A84FF\\nselect-tag-background: \u003C\u003Ccolour background>>\\nselect-tag-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-button-foreground: \u003C\u003Ccolour background>>\\nsidebar-controls-foreground-hover: #FF9F0A\\nsidebar-controls-foreground: #8E8E93\\nsidebar-foreground-shadow: transparent\\nsidebar-foreground: rgba(255, 255, 255, 0.54)\\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\\nsidebar-tab-background-selected: #3F638B\\nsidebar-tab-background: \u003C\u003Ccolour background>>\\nsidebar-tab-border-selected: \u003C\u003Ccolour background>>\\nsidebar-tab-border: \u003C\u003Ccolour background>>\\nsidebar-tab-divider: \u003C\u003Ccolour background>>\\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\\nsite-title-foreground: #ffffff\\nstatic-alert-foreground: #B4B4B4\\ntab-background-selected: #3F638B\\ntab-background: \u003C\u003Ccolour page-background>>\\ntab-border-selected: \u003C\u003Ccolour page-background>>\\ntab-border: \u003C\u003Ccolour page-background>>\\ntab-divider: \u003C\u003Ccolour page-background>>\\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\\ntab-foreground: rgba(255, 255, 255, 0.54)\\ntable-border: #464646\\ntable-footer-background: \u003C\u003Ccolour tiddler-editor-fields-odd>>\\ntable-header-background: \u003C\u003Ccolour tiddler-editor-fields-even>>\\ntag-background: #48484A\\ntag-foreground: #323232\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: transparent\\ntiddler-controls-foreground-hover: \u003C\u003Ccolour sidebar-controls-foreground-hover>>\\ntiddler-controls-foreground-selected: \u003C\u003Ccolour sidebar-controls-foreground-hover>>\\ntiddler-controls-foreground: #48484A\\ntiddler-editor-background: transparent\\ntiddler-editor-border-image: \\ntiddler-editor-border: rgba(255, 255, 255, 0.08)\\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\\ntiddler-info-background: #1E1E1E\\ntiddler-info-border: #1E1E1E\\ntiddler-info-tab-background: #3F638B\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: \u003C\u003Ccolour muted-foreground>>\\ntiddler-title-foreground: #FFFFFF\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: \u003C\u003Ccolour very-muted-foreground>>\\nvery-muted-foreground: #464646\\nselection-background: #3F638B\\nselection-foreground: #ffffff\\nwikilist-background: \u003C\u003Ccolour page-background>>\\nwikilist-button-background: #3F638B\\nwikilist-button-foreground: \u003C\u003Ccolour foreground>>\\nwikilist-button-open: #32D74B\\nwikilist-button-open-hover: #32D74B\\nwikilist-button-reveal: #0A84FF\\nwikilist-button-reveal-hover: #0A84FF\\nwikilist-button-remove: #FF453A\\nwikilist-button-remove-hover: #FF453A\\nwikilist-droplink-dragover: #32D74B\\nwikilist-item: \u003C\u003Ccolour background>>\\nwikilist-toolbar-background: \u003C\u003Ccolour background>>\\nwikilist-title: \u003C\u003Ccolour foreground>>\\nwikilist-title-svg: \u003C\u003Ccolour foreground>>\\nwikilist-toolbar-foreground: \u003C\u003Ccolour foreground>>\\nwikilist-url: \u003C\u003Ccolour muted-foreground>>\\n\"},\"$:/palettes/DarkPhotos\":{\"title\":\"$:/palettes/DarkPhotos\",\"created\":\"20150402111612188\",\"description\":\"Good with dark photo backgrounds\",\"modified\":\"20150402112344080\",\"name\":\"DarkPhotos\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"color-scheme\":\"light\",\"text\":\"alert-background: #ffe476\\nalert-border: #b99e2f\\nalert-highlight: #881122\\nalert-muted-foreground: #b99e2f\\nbackground: #ffffff\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background: \\nbutton-foreground: \\nbutton-border: \\ncode-background: #f7f7f9\\ncode-border: #e1e1e8\\ncode-foreground: #dd1144\\ndirty-indicator: #ff0000\\ndownload-background: #34c734\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: #fff\\ndropdown-tab-background: #ececec\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #0000aa\\nexternal-link-foreground: #0000ee\\nforeground: #333333\\nmessage-background: #ecf2ff\\nmessage-border: #cfd6e6\\nmessage-foreground: #547599\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #999999\\nmodal-footer-background: #f5f5f5\\nmodal-footer-border: #dddddd\\nmodal-header-border: #eeeeee\\nmuted-foreground: #ddd\\nnotification-background: #ffffdd\\nnotification-border: #999999\\npage-background: #336438\\npre-background: #f5f5f5\\npre-border: #cccccc\\nprimary: #5778d8\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #ccf\\nsidebar-controls-foreground: #fff\\nsidebar-foreground-shadow: rgba(0,0,0, 0.5)\\nsidebar-foreground: #fff\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: #eee\\nsidebar-tab-background-selected: rgba(255,255,255, 0.8)\\nsidebar-tab-background: rgba(255,255,255, 0.4)\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: \u003C\u003Ccolour tab-border>>\\nsidebar-tab-divider: rgba(255,255,255, 0.2)\\nsidebar-tab-foreground-selected: \\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: #aaf\\nsidebar-tiddler-link-foreground: #ddf\\nsite-title-foreground: #fff\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: #ffffff\\ntab-background: #d8d8d8\\ntab-border-selected: #d8d8d8\\ntab-border: #cccccc\\ntab-divider: #d8d8d8\\ntab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\ntab-foreground: #666666\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #ec6\\ntag-foreground: #ffffff\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: #888888\\ntiddler-controls-foreground-selected: #444444\\ntiddler-controls-foreground: #cccccc\\ntiddler-editor-background: #f8f8f8\\ntiddler-editor-border-image: #ffffff\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: #e0e8e0\\ntiddler-editor-fields-odd: #f0f4f0\\ntiddler-info-background: #f8f8f8\\ntiddler-info-border: #dddddd\\ntiddler-info-tab-background: #f8f8f8\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #c0c0c0\\ntiddler-title-foreground: #182955\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: #999999\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/DesertSand\":{\"title\":\"$:/palettes/DesertSand\",\"tags\":\"$:/tags/Palette\",\"color-scheme\":\"light\",\"name\":\"Desert Sand\",\"description\":\"A desert sand palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #ffe476\\nalert-border: #b99e2f\\nalert-highlight: #881122\\nalert-muted-foreground: #b99e2f\\nbackground: #E9E0C7\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-foreground: \u003C\u003Ccolour foreground>>\\ncode-background: #F3EDDF\\ncode-border: #C3BAA1\\ncode-foreground: #ab3250\\ndiff-delete-background: #bd8b8b\\ndiff-delete-foreground: \u003C\u003Ccolour foreground>>\\ndiff-equal-background: \\ndiff-equal-foreground: \u003C\u003Ccolour foreground>>\\ndiff-insert-background: #91c093\\ndiff-insert-foreground: \u003C\u003Ccolour foreground>>\\ndiff-invisible-background: \\ndiff-invisible-foreground: \u003C\u003Ccolour muted-foreground>>\\ndirty-indicator: #ad3434\\ndownload-background: #6ca16c\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: #E9E0C7\\ndropdown-tab-background: #BAB29C\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #313163\\nexternal-link-foreground: #555592\\nforeground: #2D2A23\\nmenubar-background: #CDC2A6\\nmenubar-foreground: #5A5446\\nmessage-background: #ECE5CF\\nmessage-border: #D6CBAA\\nmessage-foreground: #5f6e7d\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #8A8885\\nmodal-footer-background: #CDC2A6\\nmodal-footer-border: #9D998E\\nmodal-header-border: #9D998E\\nmuted-foreground: #9D998E\\nnotification-background: #F0E9D7\\nnotification-border: #939189\\npage-background: #e0d3af\\npre-background: #D6CBAA\\npre-border: #CDC2A6\\nprimary: #5B6F55\\nselection-background: #9D947B\\nselection-foreground: \u003C\u003Ccolour foreground>>\\nselect-tag-background: #F0E9D7\\nselect-tag-foreground: #2D2A23\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #2D2A23\\nsidebar-controls-foreground: #867F69\\nsidebar-foreground-shadow: transparent\\nsidebar-foreground: #867F69\\nsidebar-muted-foreground-hover: #706A58\\nsidebar-muted-foreground: #B3A98C\\nsidebar-tab-background-selected: #e0d3af\\nsidebar-tab-background: #A6A193\\nsidebar-tab-border-selected: #C3BAA1\\nsidebar-tab-border: #C3BAA1\\nsidebar-tab-divider: #CDC2A6\\nsidebar-tab-foreground-selected: \\nsidebar-tab-foreground: #2D2A23\\nsidebar-tiddler-link-foreground-hover: #433F35\\nsidebar-tiddler-link-foreground: #706A58\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #A6A193\\ntab-background-selected: #E9E0C7\\ntab-background: #A6A193\\ntab-border-selected: #C3BAA1\\ntab-border: #C3BAA1\\ntab-divider: #CDC2A6\\ntab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\ntab-foreground: #2D2A23\\ntable-border: #9D998E\\ntable-footer-background: #8A8885\\ntable-header-background: #B0AA98\\ntag-background: #706A58\\ntag-foreground: #E3D7B7\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: #9D947B\\ntiddler-controls-foreground-selected: #706A58\\ntiddler-controls-foreground: #C3BAA1\\ntiddler-editor-background: #E9E0C7\\ntiddler-editor-border-image: #A6A193\\ntiddler-editor-border: #A6A193\\ntiddler-editor-fields-even: #D6CBAA\\ntiddler-editor-fields-odd: #C3BAA1\\ntiddler-info-background: #E3D7B7\\ntiddler-info-border: #BAB29C\\ntiddler-info-tab-background: #E9E0C7\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #867F69\\ntiddler-title-foreground: #374464\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: #8A8885\\nvery-muted-foreground: #CDC2A6\\nwikilist-background: \u003C\u003Ccolour page-background>>\\nwikilist-item: #CDC2A6\\nwikilist-info: #161512\\nwikilist-title: #433F35\\nwikilist-title-svg: \u003C\u003Ccolour wikilist-title>>\\nwikilist-url: #706A58\\nwikilist-button-open: #7db66a\\nwikilist-button-open-hover: #56a556\\nwikilist-button-reveal: #5a6c9e\\nwikilist-button-reveal-hover: #454591\\nwikilist-button-remove: #bc5972\\nwikilist-button-remove-hover: #814040\\nwikilist-toolbar-background: #CDC2A6\\nwikilist-toolbar-foreground: #2D2A23\\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\\nwikilist-button-background: #A6A193\\nwikilist-button-foreground: #161512\\n\"},\"$:/palettes/GruvboxDark\":{\"title\":\"$:/palettes/GruvboxDark\",\"name\":\"Gruvbox Dark\",\"color-scheme\":\"dark\",\"description\":\"Retro groove color scheme\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"license\":\"https://github.com/morhetz/gruvbox\",\"text\":\"alert-background: #cc241d\\nalert-border: #cc241d\\nalert-highlight: #d79921\\nalert-muted-foreground: #504945\\nbackground: #3c3836\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-foreground: \u003C\u003Ccolour page-background>>\\ncode-background: #504945\\ncode-border: #504945\\ncode-foreground: #fb4934\\ndiff-delete-background: #fb4934\\ndiff-delete-foreground: \u003C\u003Ccolour foreground>>\\ndiff-equal-background: \\ndiff-equal-foreground: \u003C\u003Ccolour foreground>>\\ndiff-insert-background: #b8bb26\\ndiff-insert-foreground: \u003C\u003Ccolour foreground>>\\ndiff-invisible-background: \\ndiff-invisible-foreground: \u003C\u003Ccolour muted-foreground>>\\ndirty-indicator: #fb4934\\ndownload-background: #b8bb26\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: #665c54\\ndropdown-border: \u003C\u003Ccolour background>>\\ndropdown-tab-background-selected: #ebdbb2\\ndropdown-tab-background: #665c54\\ndropzone-background: #98971a\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #d3869b\\nexternal-link-foreground: #8ec07c\\nforeground: #fbf1c7\\nmenubar-background: #504945\\nmenubar-foreground: \u003C\u003Ccolour foreground>>\\nmessage-background: #83a598\\nmessage-border: #83a598\\nmessage-foreground: #3c3836\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #504945\\nmodal-footer-background: #3c3836\\nmodal-footer-border: #3c3836\\nmodal-header-border: #3c3836\\nmuted-foreground: #d5c4a1\\nnotification-background: \u003C\u003Ccolour primary>>\\nnotification-border: \u003C\u003Ccolour primary>>\\npage-background: #282828\\npre-background: #504945\\npre-border: #504945\\nprimary: #d79921\\nselect-tag-background: #665c54\\nselect-tag-foreground: \u003C\u003Ccolour foreground>>\\nselection-background: #458588\\nselection-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-button-foreground: \u003C\u003Ccolour page-background>>\\nsidebar-controls-foreground-hover: #7c6f64\\nsidebar-controls-foreground: #504945\\nsidebar-foreground-shadow: transparent\\nsidebar-foreground: #fbf1c7\\nsidebar-muted-foreground-hover: #7c6f64\\nsidebar-muted-foreground: #504945\\nsidebar-tab-background-selected: #bdae93\\nsidebar-tab-background: #3c3836\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: #bdae93\\nsidebar-tab-divider: \u003C\u003Ccolour page-background>>\\nsidebar-tab-foreground-selected: #282828\\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: #458588\\nsidebar-tiddler-link-foreground: #98971a\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #B48EAD\\ntab-background-selected: #ebdbb2\\ntab-background: #665c54\\ntab-border-selected: #665c54\\ntab-border: #665c54\\ntab-divider: #bdae93\\ntab-foreground-selected: #282828\\ntab-foreground: #ebdbb2\\ntable-border: #7c6f64\\ntable-footer-background: #665c54\\ntable-header-background: #504945\\ntag-background: #d3869b\\ntag-foreground: #282828\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: #7c6f64\\ntiddler-controls-foreground-selected: \u003C\u003Ccolour primary>>\\ntiddler-controls-foreground: #665c54\\ntiddler-editor-background: #32302f\\ntiddler-editor-border-image: #282828\\ntiddler-editor-border: #282828\\ntiddler-editor-fields-even: #504945\\ntiddler-editor-fields-odd: #7c6f64\\ntiddler-info-background: #32302f\\ntiddler-info-border: #ebdbb2\\ntiddler-info-tab-background: #ebdbb2\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #7c6f64\\ntiddler-title-foreground: #a89984\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: #504945\\nvery-muted-foreground: #bdae93\\nwikilist-background: \u003C\u003Ccolour page-background>>\\nwikilist-button-background: #acacac\\nwikilist-button-foreground: \u003C\u003Ccolour button-foreground>>\\nwikilist-item: \u003C\u003Ccolour background>>\\nwikilist-toolbar-background: \u003C\u003Ccolour background>>\\nwikilist-toolbar-foreground: \u003C\u003Ccolour foreground>>\\nwikilist-title: \u003C\u003Ccolour foreground>>\\nwikilist-title-svg: \u003C\u003Ccolour wikilist-title>>\\nwikilist-url: \u003C\u003Ccolour muted-foreground>>\\nwikilist-button-open-hover: \u003C\u003Ccolour primary>>\\nwikilist-button-open: \u003C\u003Ccolour dropzone-background>>\\nwikilist-button-remove: \u003C\u003Ccolour dirty-indicator>>\\nwikilist-button-remove-hover: \u003C\u003Ccolour alert-background>>\\nwikilist-droplink-dragover: \u003C\u003Ccolour dropzone-background>>\\nwikilist-button-reveal: \u003C\u003Ccolour sidebar-tiddler-link-foreground-hover>>\\nwikilist-button-reveal-hover: \u003C\u003Ccolour message-background>>\\n\"},\"$:/palettes/Nord\":{\"title\":\"$:/palettes/Nord\",\"name\":\"Nord\",\"color-scheme\":\"dark\",\"description\":\"An arctic, north-bluish color palette.\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"license\":\"MIT, arcticicestudio, https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md\",\"text\":\"alert-background: #D08770\\nalert-border: #D08770\\nalert-highlight: #B48EAD\\nalert-muted-foreground: #4C566A\\nbackground: #3b4252\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-foreground: \u003C\u003Ccolour page-background>>\\ncode-background: #2E3440\\ncode-border: #2E3440\\ncode-foreground: #BF616A\\ndiff-delete-background: #BF616A\\ndiff-delete-foreground: \u003C\u003Ccolour foreground>>\\ndiff-equal-background: \\ndiff-equal-foreground: \u003C\u003Ccolour foreground>>\\ndiff-insert-background: #A3BE8C\\ndiff-insert-foreground: \u003C\u003Ccolour foreground>>\\ndiff-invisible-background: \\ndiff-invisible-foreground: \u003C\u003Ccolour muted-foreground>>\\ndirty-indicator: #BF616A\\ndownload-background: #A3BE8C\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour background>>\\ndropdown-tab-background-selected: #ECEFF4\\ndropdown-tab-background: #4C566A\\ndropzone-background: #A3BE8C\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #5E81AC\\nexternal-link-foreground: #8FBCBB\\nforeground: #d8dee9\\nmenubar-background: #2E3440\\nmenubar-foreground: #d8dee9\\nmessage-background: #2E3440\\nmessage-border: #2E3440\\nmessage-foreground: #547599\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #3b4252\\nmodal-footer-background: #3b4252\\nmodal-footer-border: #3b4252\\nmodal-header-border: #3b4252\\nmuted-foreground: #4C566A\\nnotification-background: \u003C\u003Ccolour primary>>\\nnotification-border: #EBCB8B\\npage-background: #2e3440\\npre-background: #2E3440\\npre-border: #2E3440\\nprimary: #5E81AC\\nselect-tag-background: #3b4252\\nselect-tag-foreground: \u003C\u003Ccolour foreground>>\\nselection-background: #5E81AC\\nselection-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-button-foreground: \u003C\u003Ccolour page-background>>\\nsidebar-controls-foreground-hover: #D8DEE9\\nsidebar-controls-foreground: #4C566A\\nsidebar-foreground-shadow: transparent\\nsidebar-foreground: #D8DEE9\\nsidebar-muted-foreground-hover: #4C566A\\nsidebar-muted-foreground: #4C566A\\nsidebar-tab-background-selected: #ECEFF4\\nsidebar-tab-background: #4C566A\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: #4C566A\\nsidebar-tab-divider: \u003C\u003Ccolour page-background>>\\nsidebar-tab-foreground-selected: #4C566A\\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: #A3BE8C\\nsidebar-tiddler-link-foreground: #81A1C1\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #B48EAD\\ntab-background-selected: #ECEFF4\\ntab-background: #4C566A\\ntab-border-selected: #4C566A\\ntab-border: #4C566A\\ntab-divider: #4C566A\\ntab-foreground-selected: #4C566A\\ntab-foreground: #D8DEE9\\ntable-border: #4C566A\\ntable-footer-background: #2e3440\\ntable-header-background: #2e3440\\ntag-background: #A3BE8C\\ntag-foreground: #4C566A\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: \\ntiddler-controls-foreground-selected: #EBCB8B\\ntiddler-controls-foreground: #4C566A\\ntiddler-editor-background: #2e3440\\ntiddler-editor-border-image: #2e3440\\ntiddler-editor-border: #3b4252\\ntiddler-editor-fields-even: #2e3440\\ntiddler-editor-fields-odd: #2e3440\\ntiddler-info-background: #2e3440\\ntiddler-info-border: #2e3440\\ntiddler-info-tab-background: #2e3440\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #4C566A\\ntiddler-title-foreground: #81A1C1\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: #2d3038\\nvery-muted-foreground: #2d3038\\nwikilist-background: \u003C\u003Ccolour page-background>>\\nwikilist-toolbar-background: \u003C\u003Ccolour background>>\\nwikilist-item: \u003C\u003Ccolour background>>\\nwikilist-title: \u003C\u003Ccolour foreground>>\\nwikilist-info: \u003C\u003Ccolour muted-foreground>>\\nwikilist-button-open: #A3BE8C\\nwikilist-button-open-hover: #A3BE8C\\nwikilist-button-reveal: #81A1C1\\nwikilist-button-reveal-hover: #81A1C1\\nwikilist-button-remove: #B48EAD\\nwikilist-button-remove-hover: #B48EAD\\n\"},\"$:/palettes/Rocker\":{\"title\":\"$:/palettes/Rocker\",\"name\":\"Rocker\",\"color-scheme\":\"dark\",\"description\":\"A dark theme\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\"alert-background: #ffe476\\nalert-border: #b99e2f\\nalert-highlight: #881122\\nalert-muted-foreground: #b99e2f\\nbackground: #ffffff\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background:\\nbutton-foreground:\\nbutton-border:\\ncode-background: #f7f7f9\\ncode-border: #e1e1e8\\ncode-foreground: #dd1144\\ndirty-indicator: #ff0000\\ndownload-background: #34c734\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: #fff\\ndropdown-tab-background: #ececec\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #0000aa\\nexternal-link-foreground: #0000ee\\nforeground: #333333\\nmessage-background: #ecf2ff\\nmessage-border: #cfd6e6\\nmessage-foreground: #547599\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #999999\\nmodal-footer-background: #f5f5f5\\nmodal-footer-border: #dddddd\\nmodal-header-border: #eeeeee\\nmuted-foreground: #999999\\nnotification-background: #ffffdd\\nnotification-border: #999999\\npage-background: #000\\npre-background: #f5f5f5\\npre-border: #cccccc\\nprimary: #cc0000\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #000000\\nsidebar-controls-foreground: #ffffff\\nsidebar-foreground-shadow: rgba(255,255,255, 0.0)\\nsidebar-foreground: #acacac\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: #c0c0c0\\nsidebar-tab-background-selected: #000\\nsidebar-tab-background: \u003C\u003Ccolour tab-background>>\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: \u003C\u003Ccolour tab-border>>\\nsidebar-tab-divider: \u003C\u003Ccolour tab-divider>>\\nsidebar-tab-foreground-selected: \\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: #ffbb99\\nsidebar-tiddler-link-foreground: #cc0000\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: #ffffff\\ntab-background: #d8d8d8\\ntab-border-selected: #d8d8d8\\ntab-border: #cccccc\\ntab-divider: #d8d8d8\\ntab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\ntab-foreground: #666666\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #ffbb99\\ntag-foreground: #000\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: #888888\\ntiddler-controls-foreground-selected: #444444\\ntiddler-controls-foreground: #cccccc\\ntiddler-editor-background: #f8f8f8\\ntiddler-editor-border-image: #ffffff\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: #e0e8e0\\ntiddler-editor-fields-odd: #f0f4f0\\ntiddler-info-background: #f8f8f8\\ntiddler-info-border: #dddddd\\ntiddler-info-tab-background: #f8f8f8\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #c0c0c0\\ntiddler-title-foreground: #cc0000\\ntoolbar-new-button:\\ntoolbar-options-button:\\ntoolbar-save-button:\\ntoolbar-info-button:\\ntoolbar-edit-button:\\ntoolbar-close-button:\\ntoolbar-delete-button:\\ntoolbar-cancel-button:\\ntoolbar-done-button:\\nuntagged-background: #999999\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/SolarFlare\":{\"title\":\"$:/palettes/SolarFlare\",\"name\":\"Solar Flare\",\"color-scheme\":\"light\",\"description\":\"Warm, relaxing earth colours\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"text\":\": Background Tones\\n\\nbase03: #002b36\\nbase02: #073642\\n\\n: Content Tones\\n\\nbase01: #586e75\\nbase00: #657b83\\nbase0: #839496\\nbase1: #93a1a1\\n\\n: Background Tones\\n\\nbase2: #eee8d5\\nbase3: #fdf6e3\\n\\n: Accent Colors\\n\\nyellow: #b58900\\norange: #cb4b16\\nred: #dc322f\\nmagenta: #d33682\\nviolet: #6c71c4\\nblue: #268bd2\\ncyan: #2aa198\\ngreen: #859900\\n\\n: Additional Tones (RA)\\n\\nbase10: #c0c4bb\\nviolet-muted: #7c81b0\\nblue-muted: #4e7baa\\n\\nyellow-hot: #ffcc44\\norange-hot: #eb6d20\\nred-hot: #ff2222\\nblue-hot: #2298ee\\ngreen-hot: #98ee22\\n\\n: Palette\\n\\n: Do not use colour macro for background and foreground\\nbackground: #fdf6e3\\n download-foreground: \u003C\u003Ccolour background>>\\n dragger-foreground: \u003C\u003Ccolour background>>\\n dropdown-background: \u003C\u003Ccolour background>>\\n modal-background: \u003C\u003Ccolour background>>\\n sidebar-foreground-shadow: \u003C\u003Ccolour background>>\\n tiddler-background: \u003C\u003Ccolour background>>\\n tiddler-border: \u003C\u003Ccolour background>>\\n tiddler-link-background: \u003C\u003Ccolour background>>\\n tab-background-selected: \u003C\u003Ccolour background>>\\n dropdown-tab-background-selected: \u003C\u003Ccolour tab-background-selected>>\\nforeground: #657b83\\n dragger-background: \u003C\u003Ccolour foreground>>\\n tab-foreground: \u003C\u003Ccolour foreground>>\\n tab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\n sidebar-tab-foreground-selected: \u003C\u003Ccolour tab-foreground-selected>>\\n sidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\n sidebar-button-foreground: \u003C\u003Ccolour foreground>>\\n sidebar-controls-foreground: \u003C\u003Ccolour foreground>>\\n sidebar-foreground: \u003C\u003Ccolour foreground>>\\n: base03\\n: base02\\n: base01\\n alert-muted-foreground: \u003C\u003Ccolour base01>>\\n: base00\\n code-foreground: \u003C\u003Ccolour base00>>\\n message-foreground: \u003C\u003Ccolour base00>>\\n tag-foreground: \u003C\u003Ccolour base00>>\\n: base0\\n sidebar-tiddler-link-foreground: \u003C\u003Ccolour base0>>\\n: base1\\n muted-foreground: \u003C\u003Ccolour base1>>\\n blockquote-bar: \u003C\u003Ccolour muted-foreground>>\\n dropdown-border: \u003C\u003Ccolour muted-foreground>>\\n sidebar-muted-foreground: \u003C\u003Ccolour muted-foreground>>\\n tiddler-title-foreground: \u003C\u003Ccolour muted-foreground>>\\n site-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\n: base2\\n modal-footer-background: \u003C\u003Ccolour base2>>\\n page-background: \u003C\u003Ccolour base2>>\\n modal-backdrop: \u003C\u003Ccolour page-background>>\\n notification-background: \u003C\u003Ccolour page-background>>\\n code-background: \u003C\u003Ccolour page-background>>\\n code-border: \u003C\u003Ccolour code-background>>\\n pre-background: \u003C\u003Ccolour page-background>>\\n pre-border: \u003C\u003Ccolour pre-background>>\\n sidebar-tab-background-selected: \u003C\u003Ccolour page-background>>\\n table-header-background: \u003C\u003Ccolour base2>>\\n tag-background: \u003C\u003Ccolour base2>>\\n tiddler-editor-background: \u003C\u003Ccolour base2>>\\n tiddler-info-background: \u003C\u003Ccolour base2>>\\n tiddler-info-tab-background: \u003C\u003Ccolour base2>>\\n tab-background: \u003C\u003Ccolour base2>>\\n dropdown-tab-background: \u003C\u003Ccolour tab-background>>\\n: base3\\n alert-background: \u003C\u003Ccolour base3>>\\n message-background: \u003C\u003Ccolour base3>>\\n: yellow\\n: orange\\n: red\\n: magenta\\n alert-highlight: \u003C\u003Ccolour magenta>>\\n: violet\\n external-link-foreground: \u003C\u003Ccolour violet>>\\n: blue\\n: cyan\\n: green\\n: base10\\n tiddler-controls-foreground: \u003C\u003Ccolour base10>>\\n: violet-muted\\n external-link-foreground-visited: \u003C\u003Ccolour violet-muted>>\\n: blue-muted\\n primary: \u003C\u003Ccolour blue-muted>>\\n download-background: \u003C\u003Ccolour primary>>\\n tiddler-link-foreground: \u003C\u003Ccolour primary>>\\n\\nalert-border: #b99e2f\\ndirty-indicator: #ff0000\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nmessage-border: #cfd6e6\\nmodal-border: #999999\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-controls-foreground-hover:\\nsidebar-muted-foreground-hover:\\nsidebar-tab-background: #ded8c5\\nsidebar-tiddler-link-foreground-hover:\\nstatic-alert-foreground: #aaaaaa\\ntab-border: #cccccc\\n modal-footer-border: \u003C\u003Ccolour tab-border>>\\n modal-header-border: \u003C\u003Ccolour tab-border>>\\n notification-border: \u003C\u003Ccolour tab-border>>\\n sidebar-tab-border: \u003C\u003Ccolour tab-border>>\\n tab-border-selected: \u003C\u003Ccolour tab-border>>\\n sidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\ntab-divider: #d8d8d8\\n sidebar-tab-divider: \u003C\u003Ccolour tab-divider>>\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntiddler-controls-foreground-hover: #888888\\ntiddler-controls-foreground-selected: #444444\\ntiddler-editor-border-image: #ffffff\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: #e0e8e0\\ntiddler-editor-fields-odd: #f0f4f0\\ntiddler-info-border: #dddddd\\ntiddler-subtitle-foreground: #c0c0c0\\ntoolbar-new-button:\\ntoolbar-options-button:\\ntoolbar-save-button:\\ntoolbar-info-button:\\ntoolbar-edit-button:\\ntoolbar-close-button:\\ntoolbar-delete-button:\\ntoolbar-cancel-button:\\ntoolbar-done-button:\\nuntagged-background: #999999\\nvery-muted-foreground: #888888\\n\"},\"$:/palettes/SolarizedDark\":{\"title\":\"$:/palettes/SolarizedDark\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"description\":\"Precision dark colors for machines and people\",\"license\":\"MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE\",\"name\":\"SolarizedDark\",\"color-scheme\":\"dark\",\"text\":\"alert-background: #073642\\nalert-border: #93a1a1\\nalert-highlight: #d33682\\nalert-muted-foreground: #d33682\\nbackground: #073642\\nblockquote-bar: #d33682\\nbutton-background: #073642\\nbutton-border: #586e75\\nbutton-foreground: #93a1a1\\ncode-background: #073642\\ncode-border: #586e75\\ncode-foreground: #93a1a1\\ndirty-indicator: inherit\\ndownload-background: #859900\\ndownload-foreground: #073642\\ndragger-background: #073642\\ndragger-foreground: #839496\\ndropdown-background: #073642\\ndropdown-border: #93a1a1\\ndropdown-tab-background: #002b36\\ndropdown-tab-background-selected: #073642\\ndropzone-background: #859900\\nexternal-link-background: inherit\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-foreground: #268bd2\\nexternal-link-foreground-hover:\\nexternal-link-foreground-visited: #268bd2\\nforeground: #839496\\nmessage-background: #002b36\\nmessage-border: #586e75\\nmessage-foreground: #839496\\nmodal-backdrop: #657b83\\nmodal-background: #002b36\\nmodal-border: #586e75\\nmodal-footer-background: #073642\\nmodal-footer-border: #586e75\\nmodal-header-border: #586e75\\nmuted-foreground: #93a1a1\\nnotification-background: #002b36\\nnotification-border: #586e75\\npage-background: #073642\\npre-background: inherit\\npre-border: #657b83\\nprimary: #859900\\nselect-tag-background: #002b36\\nselect-tag-foreground: #839496\\nsidebar-button-foreground: #93a1a1\\nsidebar-controls-foreground: #93a1a1\\nsidebar-controls-foreground-hover: #eee8d5\\nsidebar-foreground: #93a1a1\\nsidebar-foreground-shadow: transparent\\nsidebar-muted-foreground: #839496\\nsidebar-muted-foreground-hover: #93a1a1\\nsidebar-tab-background: #002b36\\nsidebar-tab-background-selected: #073642\\nsidebar-tab-border: #073642\\nsidebar-tab-border-selected: #839496\\nsidebar-tab-divider: #002b36\\nsidebar-tab-foreground: #657b83\\nsidebar-tab-foreground-selected: #93a1a1\\nsidebar-tiddler-link-foreground: #2aa198\\nsidebar-tiddler-link-foreground-hover: #eee8d5\\nsite-title-foreground: #d33682\\nstatic-alert-foreground: #93a1a1\\ntab-background: #073642\\ntab-background-selected: #002b36\\ntab-border: #586e75\\ntab-border-selected: #93a1a1\\ntab-divider: #93a1a1\\ntab-foreground: #839496\\ntab-foreground-selected: #93a1a1\\ntable-border: #586e75\\ntable-footer-background: #073642\\ntable-header-background: #073642\\ntag-background: #b58900\\ntag-foreground: #002b36\\ntiddler-background: #002b36\\ntiddler-border: #586e75\\ntiddler-controls-foreground: inherit\\ntiddler-controls-foreground-hover: #d33682\\ntiddler-controls-foreground-selected: #2aa198\\ntiddler-editor-background: #002b36\\ntiddler-editor-border: #073642\\ntiddler-editor-border-image: #002b36\\ntiddler-editor-fields-even: #002b36\\ntiddler-editor-fields-odd: #073642\\ntiddler-info-background: #073642\\ntiddler-info-border: #657b83\\ntiddler-info-tab-background: #002b36\\ntiddler-link-background: #002b36\\ntiddler-link-foreground: #2aa198\\ntiddler-subtitle-foreground: #839496\\ntiddler-title-foreground: #d33682\\ntoolbar-cancel-button: #839496\\ntoolbar-close-button: #839496\\ntoolbar-delete-button: #dc322f\\ntoolbar-done-button: #839496\\ntoolbar-edit-button: #839496\\ntoolbar-info-button: #839496\\ntoolbar-new-button: #839496\\ntoolbar-options-button: #839496\\ntoolbar-save-button: inherit\\nuntagged-background: #586e75\\nvery-muted-foreground: #586e75\\n\"},\"$:/palettes/SolarizedLight\":{\"title\":\"$:/palettes/SolarizedLight\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"description\":\"Precision colors for machines and people\",\"license\":\"MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE\",\"name\":\"SolarizedLight\",\"color-scheme\":\"light\",\"text\":\"alert-background: #eee8d5\\nalert-border: #586e75\\nalert-highlight: #d33682\\nalert-muted-foreground: #d33682\\nbackground: #eee8d5\\nblockquote-bar: #d33682\\nbutton-background: #eee8d5\\nbutton-border: #93a1a1\\nbutton-foreground: #586e75\\ncode-background: #eee8d5\\ncode-border: #93a1a1\\ncode-foreground: #586e75\\ndirty-indicator: inherit\\ndownload-background: #859900\\ndownload-foreground: #eee8d5\\ndragger-background: #eee8d5\\ndragger-foreground: #657b83\\ndropdown-background: #eee8d5\\ndropdown-border: #586e75\\ndropdown-tab-background: #fdf6e3\\ndropdown-tab-background-selected: #eee8d5\\ndropzone-background: #859900\\nexternal-link-background: inherit\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-foreground: #268bd2\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #268bd2\\nforeground: #657b83\\nmessage-background: #fdf6e3\\nmessage-border: #93a1a1\\nmessage-foreground: #657b83\\nmodal-backdrop: #839496\\nmodal-background: #fdf6e3\\nmodal-border: #93a1a1\\nmodal-footer-background: #eee8d5\\nmodal-footer-border: #93a1a1\\nmodal-header-border: #93a1a1\\nmuted-foreground: #586e75\\nnotification-background: #fdf6e3\\nnotification-border: #93a1a1\\npage-background: #eee8d5\\npre-background: #eee8d5\\npre-border: #839496\\nprimary: #859900\\nselect-tag-background: #fdf6e3\\nselect-tag-foreground: #657b83\\nsidebar-button-foreground: #586e75\\nsidebar-controls-foreground: #586e75\\nsidebar-controls-foreground-hover: #d33682\\nsidebar-foreground: #586e75\\nsidebar-foreground-shadow: transparent\\nsidebar-muted-foreground: #657b83\\nsidebar-muted-foreground-hover: #586e75\\nsidebar-tab-background: #fdf6e3\\nsidebar-tab-background-selected: #eee8d5\\nsidebar-tab-border: #eee8d5\\nsidebar-tab-border-selected: #657b83\\nsidebar-tab-divider: #fdf6e3\\nsidebar-tab-foreground: #839496\\nsidebar-tab-foreground-selected: #586e75\\nsidebar-tiddler-link-foreground: #2aa198\\nsidebar-tiddler-link-foreground-hover: #002b36\\nsite-title-foreground: #d33682\\nstatic-alert-foreground: #586e75\\ntab-background: #eee8d5\\ntab-background-selected: #fdf6e3\\ntab-border: #93a1a1\\ntab-border-selected: #586e75\\ntab-divider: #586e75\\ntab-foreground: #657b83\\ntab-foreground-selected: #586e75\\ntable-border: #93a1a1\\ntable-footer-background: #eee8d5\\ntable-header-background: #eee8d5\\ntag-background: #b58900\\ntag-foreground: #fdf6e3\\ntiddler-background: #fdf6e3\\ntiddler-border: #93a1a1\\ntiddler-controls-foreground: inherit\\ntiddler-controls-foreground-hover: #d33682\\ntiddler-controls-foreground-selected: #2aa198\\ntiddler-editor-background: #fdf6e3\\ntiddler-editor-border: #eee8d5\\ntiddler-editor-border-image: #fdf6e3\\ntiddler-editor-fields-even: #fdf6e3\\ntiddler-editor-fields-odd: #eee8d5\\ntiddler-info-background: #eee8d5\\ntiddler-info-border: #839496\\ntiddler-info-tab-background: #fdf6e3\\ntiddler-link-background: #fdf6e3\\ntiddler-link-foreground: #2aa198\\ntiddler-subtitle-foreground: #657b83\\ntiddler-title-foreground: #d33682\\ntoolbar-cancel-button: #657b83\\ntoolbar-close-button: #657b83\\ntoolbar-delete-button: #dc322f\\ntoolbar-done-button: #657b83\\ntoolbar-edit-button: #657b83\\ntoolbar-info-button: #657b83\\ntoolbar-new-button: #657b83\\ntoolbar-options-button: #657b83\\ntoolbar-save-button: inherit\\nuntagged-background: #586e75\\nvery-muted-foreground: #93a1a1\\n\"},\"$:/palettes/SpartanDay\":{\"title\":\"$:/palettes/SpartanDay\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"description\":\"Cold, spartan day colors\",\"name\":\"Spartan Day\",\"color-scheme\":\"light\",\"text\":\"alert-background: \u003C\u003Ccolour background>>\\nalert-border: \u003C\u003Ccolour very-muted-foreground>>\\nalert-highlight: \u003C\u003Ccolour very-muted-foreground>>\\nalert-muted-foreground: \u003C\u003Ccolour muted-foreground>>\\nbackground: #FAFAFA\\nblockquote-bar: \u003C\u003Ccolour page-background>>\\nbutton-background: transparent\\nbutton-foreground: inherit\\nbutton-border: \u003C\u003Ccolour tag-background>>\\ncode-background: #ececec\\ncode-border: #ececec\\ncode-foreground: \\ndirty-indicator: #c80000\\ndownload-background: \u003C\u003Ccolour primary>>\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: #FFFFFF\\ndropdown-border: \u003C\u003Ccolour dropdown-background>>\\ndropdown-tab-background-selected: \u003C\u003Ccolour dropdown-background>>\\ndropdown-tab-background: #F5F5F5\\ndropzone-background: \u003C\u003Ccolour tag-background>>\\nexternal-link-background-hover: transparent\\nexternal-link-background-visited: transparent\\nexternal-link-background: transparent\\nexternal-link-foreground-hover: \\nexternal-link-foreground-visited: \\nexternal-link-foreground: \\nforeground: rgba(0, 0, 0, 0.87)\\nmessage-background: \u003C\u003Ccolour background>>\\nmessage-border: \u003C\u003Ccolour very-muted-foreground>>\\nmessage-foreground: rgba(0, 0, 0, 0.54)\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: \u003C\u003Ccolour very-muted-foreground>>\\nmodal-footer-background: \u003C\u003Ccolour background>>\\nmodal-footer-border: \u003C\u003Ccolour very-muted-foreground>>\\nmodal-header-border: \u003C\u003Ccolour very-muted-foreground>>\\nmuted-foreground: rgba(0, 0, 0, 0.54)\\nnotification-background: \u003C\u003Ccolour dropdown-background>>\\nnotification-border: \u003C\u003Ccolour dropdown-background>>\\npage-background: #f4f4f4\\npre-background: #ececec\\npre-border: #ececec\\nprimary: #3949ab\\nselect-tag-background: \u003C\u003Ccolour background>>\\nselect-tag-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #aeaeae\\nsidebar-controls-foreground: #c6c6c6\\nsidebar-foreground-shadow: transparent\\nsidebar-foreground: rgba(0, 0, 0, 0.54)\\nsidebar-muted-foreground-hover: rgba(0, 0, 0, 0.54)\\nsidebar-muted-foreground: rgba(0, 0, 0, 0.38)\\nsidebar-tab-background-selected: \u003C\u003Ccolour page-background>>\\nsidebar-tab-background: transparent\\nsidebar-tab-border-selected: \u003C\u003Ccolour table-border>>\\nsidebar-tab-border: transparent\\nsidebar-tab-divider: \u003C\u003Ccolour table-border>>\\nsidebar-tab-foreground-selected: rgba(0, 0, 0, 0.87)\\nsidebar-tab-foreground: rgba(0, 0, 0, 0.54)\\nsidebar-tiddler-link-foreground-hover: rgba(0, 0, 0, 0.87)\\nsidebar-tiddler-link-foreground: rgba(0, 0, 0, 0.54)\\nsite-title-foreground: rgba(0, 0, 0, 0.87)\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: \u003C\u003Ccolour background>>\\ntab-background: transparent\\ntab-border-selected: \u003C\u003Ccolour table-border>>\\ntab-border: transparent\\ntab-divider: \u003C\u003Ccolour table-border>>\\ntab-foreground-selected: rgba(0, 0, 0, 0.87)\\ntab-foreground: rgba(0, 0, 0, 0.54)\\ntable-border: #d8d8d8\\ntable-footer-background: \u003C\u003Ccolour tiddler-editor-fields-odd>>\\ntable-header-background: \u003C\u003Ccolour tiddler-editor-fields-even>>\\ntag-background: #ec6\\ntag-foreground: \u003C\u003Ccolour button-foreground>>\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: #f9f9f9\\ntiddler-controls-foreground-hover: \u003C\u003Ccolour sidebar-controls-foreground-hover>>\\ntiddler-controls-foreground-selected: \u003C\u003Ccolour sidebar-controls-foreground-hover>>\\ntiddler-controls-foreground: \u003C\u003Ccolour sidebar-controls-foreground>>\\ntiddler-editor-background: transparent\\ntiddler-editor-border-image: \\ntiddler-editor-border: #e8e7e7\\ntiddler-editor-fields-even: rgba(0, 0, 0, 0.1)\\ntiddler-editor-fields-odd: rgba(0, 0, 0, 0.04)\\ntiddler-info-background: #F5F5F5\\ntiddler-info-border: #F5F5F5\\ntiddler-info-tab-background: \u003C\u003Ccolour tiddler-editor-fields-odd>>\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: \u003C\u003Ccolour muted-foreground>>\\ntiddler-title-foreground: #000000\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: \u003C\u003Ccolour very-muted-foreground>>\\nvery-muted-foreground: rgba(0, 0, 0, 0.12)\\n\"},\"$:/palettes/SpartanNight\":{\"title\":\"$:/palettes/SpartanNight\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"description\":\"Dark spartan colors\",\"name\":\"Spartan Night\",\"color-scheme\":\"dark\",\"text\":\"alert-background: \u003C\u003Ccolour background>>\\nalert-border: \u003C\u003Ccolour very-muted-foreground>>\\nalert-highlight: \u003C\u003Ccolour very-muted-foreground>>\\nalert-muted-foreground: \u003C\u003Ccolour muted-foreground>>\\nbackground: #303030\\nblockquote-bar: \u003C\u003Ccolour page-background>>\\nbutton-background: transparent\\nbutton-foreground: inherit\\nbutton-border: \u003C\u003Ccolour tag-background>>\\ncode-background: \u003C\u003Ccolour pre-background>>\\ncode-border: \u003C\u003Ccolour pre-border>>\\ncode-foreground: rgba(255, 255, 255, 0.54)\\ndirty-indicator: #c80000\\ndownload-background: \u003C\u003Ccolour primary>>\\ndownload-foreground: \u003C\u003Ccolour foreground>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: #424242\\ndropdown-border: \u003C\u003Ccolour dropdown-background>>\\ndropdown-tab-background-selected: \u003C\u003Ccolour dropdown-background>>\\ndropdown-tab-background: #050505\\ndropzone-background: \u003C\u003Ccolour tag-background>>\\nexternal-link-background-hover: transparent\\nexternal-link-background-visited: transparent\\nexternal-link-background: transparent\\nexternal-link-foreground-hover: \\nexternal-link-foreground-visited: #7c318c\\nexternal-link-foreground: #9e3eb3\\nforeground: rgba(255, 255, 255, 0.7)\\nmessage-background: \u003C\u003Ccolour background>>\\nmessage-border: \u003C\u003Ccolour very-muted-foreground>>\\nmessage-foreground: rgba(255, 255, 255, 0.54)\\nmodal-backdrop: \u003C\u003Ccolour page-background>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: \u003C\u003Ccolour very-muted-foreground>>\\nmodal-footer-background: \u003C\u003Ccolour background>>\\nmodal-footer-border: \u003C\u003Ccolour background>>\\nmodal-header-border: \u003C\u003Ccolour very-muted-foreground>>\\nmuted-foreground: rgba(255, 255, 255, 0.54)\\nnotification-background: \u003C\u003Ccolour dropdown-background>>\\nnotification-border: \u003C\u003Ccolour dropdown-background>>\\npage-background: #212121\\npre-background: #2a2a2a\\npre-border: transparent\\nprimary: #5656f3\\nselect-tag-background: \u003C\u003Ccolour background>>\\nselect-tag-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #494949\\nsidebar-controls-foreground: #5d5d5d\\nsidebar-foreground-shadow: transparent\\nsidebar-foreground: rgba(255, 255, 255, 0.54)\\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\\nsidebar-tab-background-selected: \u003C\u003Ccolour page-background>>\\nsidebar-tab-background: transparent\\nsidebar-tab-border-selected: \u003C\u003Ccolour table-border>>\\nsidebar-tab-border: transparent\\nsidebar-tab-divider: \u003C\u003Ccolour table-border>>\\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\\nsite-title-foreground: rgba(255, 255, 255, 0.7)\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: \u003C\u003Ccolour background>>\\ntab-background: transparent\\ntab-border-selected: \u003C\u003Ccolour table-border>>\\ntab-border: transparent\\ntab-divider: \u003C\u003Ccolour table-border>>\\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\\ntab-foreground: rgba(255, 255, 255, 0.54)\\ntable-border: #3a3a3a\\ntable-footer-background: \u003C\u003Ccolour tiddler-editor-fields-odd>>\\ntable-header-background: \u003C\u003Ccolour tiddler-editor-fields-even>>\\ntag-background: #ec6\\ntag-foreground: \u003C\u003Ccolour button-foreground>>\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: rgb(55,55,55)\\ntiddler-controls-foreground-hover: \u003C\u003Ccolour sidebar-controls-foreground-hover>>\\ntiddler-controls-foreground-selected: \u003C\u003Ccolour sidebar-controls-foreground-hover>>\\ntiddler-controls-foreground: \u003C\u003Ccolour sidebar-controls-foreground>>\\ntiddler-editor-background: transparent\\ntiddler-editor-border-image: \\ntiddler-editor-border: rgba(255, 255, 255, 0.08)\\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\\ntiddler-info-background: #454545\\ntiddler-info-border: #454545\\ntiddler-info-tab-background: \u003C\u003Ccolour tiddler-editor-fields-odd>>\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: \u003C\u003Ccolour muted-foreground>>\\ntiddler-title-foreground: #FFFFFF\\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\ntoolbar-info-button: \\ntoolbar-edit-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-cancel-button: \\ntoolbar-done-button: \\nuntagged-background: \u003C\u003Ccolour very-muted-foreground>>\\nvery-muted-foreground: rgba(255, 255, 255, 0.12)\\n\"},\"$:/palettes/Twilight\":{\"title\":\"$:/palettes/Twilight\",\"tags\":\"$:/tags/Palette\",\"author\":\"Thomas Elmiger\",\"type\":\"application/x-tiddler-dictionary\",\"name\":\"Twilight\",\"description\":\"Delightful, soft darkness.\",\"color-scheme\":\"dark\",\"text\":\"alert-background: rgb(255, 255, 102)\\nalert-border: rgb(232, 232, 125)\\nalert-highlight: rgb(255, 51, 51)\\nalert-muted-foreground: rgb(224, 82, 82)\\nbackground: rgb(38, 38, 38)\\nblockquote-bar: rgba(240, 196, 117, 0.7)\\nbutton-background: rgb(63, 63, 63)\\nbutton-border: rgb(127, 127, 127)\\nbutton-foreground: rgb(179, 179, 179)\\ncode-background: rgba(0,0,0,0.03)\\ncode-border: rgba(0,0,0,0.08)\\ncode-foreground: rgb(255, 94, 94)\\ndiff-delete-background: #ffc9c9\\ndiff-delete-foreground: \u003C\u003Ccolour foreground>>\\ndiff-equal-background: \\ndiff-equal-foreground: \u003C\u003Ccolour foreground>>\\ndiff-insert-background: #aaefad\\ndiff-insert-foreground: \u003C\u003Ccolour foreground>>\\ndiff-invisible-background: \\ndiff-invisible-foreground: \u003C\u003Ccolour muted-foreground>>\\ndirty-indicator: rgb(255, 94, 94)\\ndownload-background: #19a974\\ndownload-foreground: rgb(38, 38, 38)\\ndragger-background: rgb(179, 179, 179)\\ndragger-foreground: rgb(38, 38, 38)\\ndropdown-background: rgb(38, 38, 38)\\ndropdown-border: rgb(255, 255, 255)\\ndropdown-tab-background: rgba(0,0,0,.1)\\ndropdown-tab-background-selected: rgba(255,255,255,1)\\ndropzone-background: #9eebcf\\nexternal-link-background: inherit\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-foreground: rgb(179, 179, 255)\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: rgb(153, 153, 255)\\nforeground: rgb(179, 179, 179)\\nmessage-background: \u003C\u003Ccolour tag-foreground>>\\nmessage-border: #96ccff\\nmessage-foreground: \u003C\u003Ccolour tag-background>>\\nmodal-backdrop: rgb(179, 179, 179)\\nmodal-background: rgb(38, 38, 38)\\nmodal-border: rgba(0,0,0,.5)\\nmodal-footer-background: #f4f4f4\\nmodal-footer-border: rgba(0,0,0,.1)\\nmodal-header-border: rgba(0,0,0,.2)\\nmuted-foreground: rgb(255, 255, 255)\\nnotification-background: \u003C\u003Ccolour tag-foreground>>\\nnotification-border: \u003C\u003Ccolour tag-background>>\\npage-background: rgb(26, 26, 26)\\npre-background: rgb(25, 25, 25)\\npre-border: rgba(0,0,0,.2)\\nprimary: rgb(255, 201, 102)\\nselect-tag-background: \\nselect-tag-foreground: \\nsidebar-button-foreground: rgb(179, 179, 179)\\nsidebar-controls-foreground: rgb(153, 153, 153)\\nsidebar-controls-foreground-hover: \u003C\u003Ccolour tiddler-controls-foreground-hover>>\\nsidebar-foreground: rgb(141, 141, 141)\\nsidebar-foreground-shadow: transparent\\nsidebar-muted-foreground: rgba(0, 0, 0, 0.5)\\nsidebar-muted-foreground-hover: rgb(141, 141, 141)\\nsidebar-tab-background: rgba(141, 141, 141, 0.2)\\nsidebar-tab-background-selected: rgb(26, 26, 26)\\nsidebar-tab-border: rgb(127, 127, 127)\\nsidebar-tab-border-selected: rgb(127, 127, 127)\\nsidebar-tab-divider: rgb(127, 127, 127)\\nsidebar-tab-foreground: rgb(179, 179, 179)\\nsidebar-tab-foreground-selected: rgb(179, 179, 179)\\nsidebar-tiddler-link-foreground: rgb(179, 179, 179)\\nsidebar-tiddler-link-foreground-hover: rgb(115, 115, 115)\\nsite-title-foreground: rgb(255, 201, 102)\\nstatic-alert-foreground: rgba(0,0,0,.3)\\ntab-background: rgba(0,0,0,0.125)\\ntab-background-selected: rgb(38, 38, 38)\\ntab-border: rgb(255, 201, 102)\\ntab-border-selected: rgb(255, 201, 102)\\ntab-divider: rgb(255, 201, 102)\\ntab-foreground: rgb(179, 179, 179)\\ntab-foreground-selected: rgb(179, 179, 179)\\ntable-border: rgba(255,255,255,.3)\\ntable-footer-background: rgba(0,0,0,.4)\\ntable-header-background: rgba(0,0,0,.1)\\ntag-background: rgb(255, 201, 102)\\ntag-foreground: rgb(25, 25, 25)\\ntiddler-background: rgb(38, 38, 38)\\ntiddler-border: rgba(240, 196, 117, 0.7)\\ntiddler-controls-foreground: rgb(128, 128, 128)\\ntiddler-controls-foreground-hover: rgba(255, 255, 255, 0.8)\\ntiddler-controls-foreground-selected: rgba(255, 255, 255, 0.9)\\ntiddler-editor-background: rgb(33, 33, 33)\\ntiddler-editor-border: rgb(63, 63, 63)\\ntiddler-editor-border-image: rgb(25, 25, 25)\\ntiddler-editor-fields-even: rgb(33, 33, 33)\\ntiddler-editor-fields-odd: rgb(28, 28, 28)\\ntiddler-info-background: rgb(43, 43, 43)\\ntiddler-info-border: rgb(25, 25, 25)\\ntiddler-info-tab-background: rgb(43, 43, 43)\\ntiddler-link-background: rgb(38, 38, 38)\\ntiddler-link-foreground: rgb(204, 204, 255)\\ntiddler-subtitle-foreground: rgb(255, 255, 255)\\ntiddler-title-foreground: rgb(255, 192, 76)\\ntoolbar-cancel-button: \\ntoolbar-close-button: \\ntoolbar-delete-button: \\ntoolbar-done-button: \\ntoolbar-edit-button: \\ntoolbar-info-button: \\ntoolbar-new-button: \\ntoolbar-options-button: \\ntoolbar-save-button: \\nuntagged-background: rgb(255, 255, 255)\\nvery-muted-foreground: rgba(240, 196, 117, 0.7)\\n\"},\"$:/palettes/Vanilla\":{\"title\":\"$:/palettes/Vanilla\",\"name\":\"Vanilla\",\"description\":\"Pale and unobtrusive\",\"tags\":\"$:/tags/Palette\",\"type\":\"application/x-tiddler-dictionary\",\"color-scheme\":\"light\",\"text\":\"alert-background: #ffe476\\nalert-border: #b99e2f\\nalert-highlight: #881122\\nalert-muted-foreground: #b99e2f\\nbackground: #ffffff\\nblockquote-bar: \u003C\u003Ccolour muted-foreground>>\\nbutton-background:\\nbutton-foreground:\\nbutton-border:\\ncode-background: #f7f7f9\\ncode-border: #e1e1e8\\ncode-foreground: #dd1144\\ndiff-delete-background: #ffc9c9\\ndiff-delete-foreground: \u003C\u003Ccolour foreground>>\\ndiff-equal-background: \\ndiff-equal-foreground: \u003C\u003Ccolour foreground>>\\ndiff-insert-background: #aaefad\\ndiff-insert-foreground: \u003C\u003Ccolour foreground>>\\ndiff-invisible-background: \\ndiff-invisible-foreground: \u003C\u003Ccolour muted-foreground>>\\ndirty-indicator: #ff0000\\ndownload-background: #34c734\\ndownload-foreground: \u003C\u003Ccolour background>>\\ndragger-background: \u003C\u003Ccolour foreground>>\\ndragger-foreground: \u003C\u003Ccolour background>>\\ndropdown-background: \u003C\u003Ccolour background>>\\ndropdown-border: \u003C\u003Ccolour muted-foreground>>\\ndropdown-tab-background-selected: #fff\\ndropdown-tab-background: #ececec\\ndropzone-background: rgba(0,200,0,0.7)\\nexternal-link-background-hover: inherit\\nexternal-link-background-visited: inherit\\nexternal-link-background: inherit\\nexternal-link-foreground-hover: inherit\\nexternal-link-foreground-visited: #0000aa\\nexternal-link-foreground: #0000ee\\nforeground: #333333\\nmessage-background: #ecf2ff\\nmessage-border: #cfd6e6\\nmessage-foreground: #547599\\nmodal-backdrop: \u003C\u003Ccolour foreground>>\\nmodal-background: \u003C\u003Ccolour background>>\\nmodal-border: #999999\\nmodal-footer-background: #f5f5f5\\nmodal-footer-border: #dddddd\\nmodal-header-border: #eeeeee\\nmuted-foreground: #bbb\\nnotification-background: #ffffdd\\nnotification-border: #999999\\npage-background: #f4f4f4\\npre-background: #f5f5f5\\npre-border: #cccccc\\nprimary: #5778d8\\nselection-background:\\nselection-foreground:\\nselect-tag-background:\\nselect-tag-foreground:\\nsidebar-button-foreground: \u003C\u003Ccolour foreground>>\\nsidebar-controls-foreground-hover: #000000\\nsidebar-controls-foreground: #aaaaaa\\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\\nsidebar-foreground: #acacac\\nsidebar-muted-foreground-hover: #444444\\nsidebar-muted-foreground: #c0c0c0\\nsidebar-tab-background-selected: #f4f4f4\\nsidebar-tab-background: #e0e0e0\\nsidebar-tab-border-selected: \u003C\u003Ccolour tab-border-selected>>\\nsidebar-tab-border: \u003C\u003Ccolour tab-border>>\\nsidebar-tab-divider: #e4e4e4\\nsidebar-tab-foreground-selected:\\nsidebar-tab-foreground: \u003C\u003Ccolour tab-foreground>>\\nsidebar-tiddler-link-foreground-hover: #444444\\nsidebar-tiddler-link-foreground: #999999\\nsite-title-foreground: \u003C\u003Ccolour tiddler-title-foreground>>\\nstatic-alert-foreground: #aaaaaa\\ntab-background-selected: #ffffff\\ntab-background: #d8d8d8\\ntab-border-selected: #d8d8d8\\ntab-border: #cccccc\\ntab-divider: #d8d8d8\\ntab-foreground-selected: \u003C\u003Ccolour tab-foreground>>\\ntab-foreground: #666666\\ntable-border: #dddddd\\ntable-footer-background: #a8a8a8\\ntable-header-background: #f0f0f0\\ntag-background: #ec6\\ntag-foreground: #ffffff\\ntiddler-background: \u003C\u003Ccolour background>>\\ntiddler-border: \u003C\u003Ccolour background>>\\ntiddler-controls-foreground-hover: #888888\\ntiddler-controls-foreground-selected: #444444\\ntiddler-controls-foreground: #cccccc\\ntiddler-editor-background: #f8f8f8\\ntiddler-editor-border-image: #ffffff\\ntiddler-editor-border: #cccccc\\ntiddler-editor-fields-even: #e0e8e0\\ntiddler-editor-fields-odd: #f0f4f0\\ntiddler-info-background: #f8f8f8\\ntiddler-info-border: #dddddd\\ntiddler-info-tab-background: #f8f8f8\\ntiddler-link-background: \u003C\u003Ccolour background>>\\ntiddler-link-foreground: \u003C\u003Ccolour primary>>\\ntiddler-subtitle-foreground: #c0c0c0\\ntiddler-title-foreground: #182955\\ntoolbar-new-button:\\ntoolbar-options-button:\\ntoolbar-save-button:\\ntoolbar-info-button:\\ntoolbar-edit-button:\\ntoolbar-close-button:\\ntoolbar-delete-button:\\ntoolbar-cancel-button:\\ntoolbar-done-button:\\nuntagged-background: #999999\\nvery-muted-foreground: #888888\\nwikilist-background: #e5e5e5\\nwikilist-item: #fff\\nwikilist-info: #000\\nwikilist-title: #666\\nwikilist-title-svg: \u003C\u003Ccolour wikilist-title>>\\nwikilist-url: #aaa\\nwikilist-button-open: #4fb82b\\nwikilist-button-open-hover: green\\nwikilist-button-reveal: #5778d8\\nwikilist-button-reveal-hover: blue\\nwikilist-button-remove: #d85778\\nwikilist-button-remove-hover: red\\nwikilist-toolbar-background: #d3d3d3\\nwikilist-toolbar-foreground: #888\\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\\nwikilist-button-background: #acacac\\nwikilist-button-foreground: #000\\n\"},\"$:/core/readme\":{\"title\":\"$:/core/readme\",\"text\":\"This plugin contains TiddlyWiki's core components, comprising:\\n\\n* JavaScript code modules\\n* Icons\\n* Templates needed to create TiddlyWiki's user interface\\n* British English (''en-GB'') translations of the localisable strings used by the core\\n\"},\"$:/library/sjcl.js/license\":{\"title\":\"$:/library/sjcl.js/license\",\"type\":\"text/plain\",\"text\":\"SJCL is open. You can use, modify and redistribute it under a BSD\\nlicense or under the GNU GPL, version 2.0.\\n\\n---------------------------------------------------------------------\\n\\nhttp://opensource.org/licenses/BSD-2-Clause\\n\\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\\nStanford University. All rights reserved.\\n\\nRedistribution and use in source and binary forms, with or without\\nmodification, are permitted provided that the following conditions are\\nmet:\\n\\n1. Redistributions of source code must retain the above copyright\\nnotice, this list of conditions and the following disclaimer.\\n\\n2. Redistributions in binary form must reproduce the above copyright\\nnotice, this list of conditions and the following disclaimer in the\\ndocumentation and/or other materials provided with the distribution.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\\"AS\\nIS\\\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\\n---------------------------------------------------------------------\\n\\nhttp://opensource.org/licenses/GPL-2.0\\n\\nThe Stanford Javascript Crypto Library (hosted here on GitHub) is a\\nproject by the Stanford Computer Security Lab to build a secure,\\npowerful, fast, small, easy-to-use, cross-browser library for\\ncryptography in Javascript.\\n\\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\\nStanford University.\\n\\nThis program is free software; you can redistribute it and/or modify it\\nunder the terms of the GNU General Public License as published by the\\nFree Software Foundation; either version 2 of the License, or (at your\\noption) any later version.\\n\\nThis program is distributed in the hope that it will be useful, but\\nWITHOUT ANY WARRANTY; without even the implied warranty of\\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\\nPublic License for more details.\\n\\nYou should have received a copy of the GNU General Public License along\\nwith this program; if not, write to the Free Software Foundation, Inc.,\\n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\"},\"$:/core/templates/MOTW.html\":{\"title\":\"$:/core/templates/MOTW.html\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline entity\\n\u003C!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->\\n\u003C!-- saved from url=(0021)https://tiddlywiki.com -->&#13;&#10;\"},\"$:/core/templates/alltiddlers.template.html\":{\"title\":\"$:/core/templates/alltiddlers.template.html\",\"type\":\"text/vnd.tiddlywiki-html\",\"text\":\"\u003C!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->\\n\\n\u003C$set name=\\\"exportFilter\\\" value=\\\"[!is[system]sort[title]]\\\">\\n\\n{{$:/core/templates/exporters/StaticRiver}}\\n\\n\u003C/$set>\\n\"},\"$:/core/templates/canonical-uri-external-image\":{\"title\":\"$:/core/templates/canonical-uri-external-image\",\"text\":\"\u003C!--\\n\\nThis template is used to assign the ''_canonical_uri'' field to external images.\\n\\nChange the `./images/` part to a different base URI. The URI can be relative or absolute.\\n\\n-->\\n./images/\u003C$view field=\\\"title\\\" format=\\\"doubleurlencoded\\\"/>\"},\"$:/core/templates/canonical-uri-external-raw\":{\"title\":\"$:/core/templates/canonical-uri-external-raw\",\"text\":\"\u003C!--\\n\\nThis template is used to assign the ''_canonical_uri'' field to external raw files that are stored in the same directory\\n\\n-->\\n\u003C$view field=\\\"title\\\" format=\\\"doubleurlencoded\\\"/>\"},\"$:/core/templates/canonical-uri-external-text\":{\"title\":\"$:/core/templates/canonical-uri-external-text\",\"text\":\"\u003C!--\\n\\nThis template is used to assign the ''_canonical_uri'' field to external text files.\\n\\nChange the `./text/` part to a different base URI. The URI can be relative or absolute.\\n\\n-->\\n./text/\u003C$view field=\\\"title\\\" format=\\\"doubleurlencoded\\\"/>.tid\"},\"$:/core/templates/css-tiddler\":{\"title\":\"$:/core/templates/css-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields.\\n\\n-->`\u003Cstyle`\u003C$fields template=' data-tiddler-$name$=\\\"$encoded_value$\\\"'>\u003C/$fields>` type=\\\"text/css\\\">`\u003C$view field=\\\"text\\\" format=\\\"text\\\" />`\u003C/style>`\"},\"$:/core/templates/exporters/CsvFile\":{\"title\":\"$:/core/templates/exporters/CsvFile\",\"tags\":\"$:/tags/Exporter\",\"description\":\"{{$:/language/Exporters/CsvFile}}\",\"extension\":\".csv\",\"text\":\"\u003C$macrocall $name=\\\"csvtiddlers\\\" filter=\u003C\u003CexportFilter>> format=\\\"quoted-comma-sep\\\" $output=\\\"text/raw\\\"/>\\n\"},\"$:/core/templates/exporters/JsonFile\":{\"title\":\"$:/core/templates/exporters/JsonFile\",\"tags\":\"$:/tags/Exporter\",\"description\":\"{{$:/language/Exporters/JsonFile}}\",\"extension\":\".json\",\"text\":\"\u003C$macrocall $name=\\\"jsontiddlers\\\" filter=\u003C\u003CexportFilter>> $output=\\\"text/raw\\\"/>\\n\"},\"$:/core/templates/exporters/StaticRiver\":{\"title\":\"$:/core/templates/exporters/StaticRiver\",\"tags\":\"$:/tags/Exporter\",\"description\":\"{{$:/language/Exporters/StaticRiver}}\",\"extension\":\".html\",\"text\":\"\\\\define tv-wikilink-template() #$uri_encoded$\\n\\\\define tv-config-toolbar-icons() no\\n\\\\define tv-config-toolbar-text() no\\n\\\\define tv-config-toolbar-class() tc-btn-invisible\\n\\\\rules only filteredtranscludeinline transcludeinline\\n\u003C!doctype html>\\n\u003Chtml>\\n\u003Chead>\\n\u003Cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html;charset=utf-8\\\" />\\n\u003Cmeta name=\\\"generator\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"tiddlywiki-version\\\" content=\\\"{{$:/core/templates/version}}\\\" />\\n\u003Cmeta name=\\\"format-detection\\\" content=\\\"telephone=no\\\">\\n\u003Clink id=\\\"faviconLink\\\" rel=\\\"shortcut icon\\\" href=\\\"favicon.ico\\\">\\n\u003Ctitle>{{$:/core/wiki/title}}\u003C/title>\\n\u003Cdiv id=\\\"styleArea\\\">\\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\\n\u003C/div>\\n\u003Cstyle type=\\\"text/css\\\">\\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\\n\u003C/style>\\n\u003C/head>\\n\u003Cbody class=\\\"tc-body\\\">\\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\\n\u003Csection class=\\\"tc-story-river tc-static-story-river\\\">\\n{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}\\n\u003C/section>\\n\u003C/body>\\n\u003C/html>\\n\"},\"$:/core/templates/exporters/StaticRiver/Content\":{\"title\":\"$:/core/templates/exporters/StaticRiver/Content\",\"text\":\"\\\\define renderContent()\\n{{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}}\\n\\\\end\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\u003C\u003CrenderContent>>\\n\"},\"$:/core/templates/exporters/TidFile\":{\"title\":\"$:/core/templates/exporters/TidFile\",\"tags\":\"$:/tags/Exporter\",\"description\":\"{{$:/language/Exporters/TidFile}}\",\"extension\":\".tid\",\"condition\":\"[\u003Ccount>compare:lte[1]]\",\"text\":\"\\\\define renderContent()\\n{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}\\n\\\\end\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\u003C\u003CrenderContent>>\"},\"$:/core/save/all-external-js\":{\"title\":\"$:/core/save/all-external-js\",\"text\":\"\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\\\define saveTiddlerFilter()\\n[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\\n\\\\end\\n\\\\define coreURL() %24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js\\n{{$:/core/templates/tiddlywiki5-external-js.html}}\\n\"},\"$:/core/save/offline-external-js\":{\"title\":\"$:/core/save/offline-external-js\",\"text\":\"\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\\\define saveTiddlerFilter()\\n[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\\n\\\\end\\n\\\\define coreURL() tiddlywikicore-$(version)$.js\\n{{$:/core/templates/tiddlywiki5-external-js.html}}\\n\"},\"$:/core/templates/tiddlywiki5.js\":{\"title\":\"$:/core/templates/tiddlywiki5.js\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline codeinline\\n\\n/*\\n{{ $:/core/copyright.txt ||$:/core/templates/plain-text-tiddler}}\\n`*/\\n`\u003C!--~~ Library modules ~~-->\\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/plain-text-tiddler}}}\\n\u003C!--~~ Boot prefix ~~-->\\n{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}\\n\u003C!--~~ Core plugin ~~-->\\n{{$:/core/templates/tiddlywiki5.js/tiddlers}}\\n\u003C!--~~ Boot kernel ~~-->\\n{{ $:/boot/boot.js ||$:/core/templates/plain-text-tiddler}}\\n\"},\"$:/core/templates/tiddlywiki5.js/tiddlers\":{\"title\":\"$:/core/templates/tiddlywiki5.js/tiddlers\",\"text\":\"`\\n$tw.preloadTiddlerArray(`\u003C$text text=\u003C\u003Cjsontiddlers \\\"[[$:/core]]\\\">>/>`);\\n$tw.preloadTiddlerArray([{\\n\\ttitle: \\\"$:/config/SaveWikiButton/Template\\\",\\n\\ttext: \\\"$:/core/save/offline-external-js\\\"\\n}]);\\n`\\n\"},\"$:/core/templates/tiddlywiki5-external-js.html\":{\"title\":\"$:/core/templates/tiddlywiki5-external-js.html\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline\\n\u003C!doctype html>\\n{{$:/core/templates/MOTW.html}}\u003Chtml lang=\\\"{{{ [{$:/language}get[name]] }}}\\\">\\n\u003Chead>\\n\u003Cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html;charset=utf-8\\\" />\\n\u003C!--~~ Raw markup for the top of the head section ~~-->\\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}\\n\u003Cmeta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=Edge\\\"/>\\n\u003Cmeta name=\\\"application-name\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"generator\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"tiddlywiki-version\\\" content=\\\"{{$:/core/templates/version}}\\\" />\\n\u003Cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-capable\\\" content=\\\"yes\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-status-bar-style\\\" content=\\\"black-translucent\\\" />\\n\u003Cmeta name=\\\"mobile-web-app-capable\\\" content=\\\"yes\\\"/>\\n\u003Cmeta name=\\\"format-detection\\\" content=\\\"telephone=no\\\" />\\n\u003Cmeta name=\\\"copyright\\\" content=\\\"{{$:/core/copyright.txt}}\\\" />\\n\u003Clink id=\\\"faviconLink\\\" rel=\\\"shortcut icon\\\" href=\\\"favicon.ico\\\">\\n\u003Ctitle>{{$:/core/wiki/title}}\u003C/title>\\n\u003C!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\\n\\n\u003C!--~~ Raw markup ~~-->\\n{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}\\n\u003C/head>\\n\u003Cbody class=\\\"tc-body\\\">\\n\u003C!--~~ Raw markup for the top of the body section ~~-->\\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}\\n\u003C!--~~ Static styles ~~-->\\n\u003Cdiv id=\\\"styleArea\\\">\\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\\n\u003C/div>\\n\u003C!--~~ Static content for Google and browsers without JavaScript ~~-->\\n\u003Cnoscript>\\n\u003Cdiv id=\\\"splashArea\\\">\\n{{$:/core/templates/static.area}}\\n\u003C/div>\\n\u003C/noscript>\\n\u003C!--~~ Ordinary tiddlers ~~-->\\n{{$:/core/templates/store.area.template.html}}\\n\u003C!--~~ Raw markup for the bottom of the body section ~~-->\\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}\\n\u003C/body>\\n\u003C!--~~ Load external JS ~~-->\\n\u003Cscript src=\\\"{{{ [\u003CcoreURL>] }}}\\\" onerror=\\\"alert('Error: Cannot load {{{ [\u003CcoreURL>] }}}');\\\">\u003C/script>\\n\u003C/html>\\n\"},\"$:/core/templates/html-div-skinny-tiddler\":{\"title\":\"$:/core/templates/html-div-skinny-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is a variant of $:/core/templates/html-div-tiddler used for saving skinny tiddlers (with no text field)\\n\\n-->`\u003Cdiv`\u003C$fields template=' $name$=\\\"$encoded_value$\\\"'>\u003C/$fields>`>\\n\u003Cpre>\u003C/pre>\\n\u003C/div>`\\n\"},\"$:/core/templates/html-div-tiddler\":{\"title\":\"$:/core/templates/html-div-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.\\n\\n-->`\u003Cdiv`\u003C$fields template=' $name$=\\\"$encoded_value$\\\"'>\u003C/$fields>`>\\n\u003Cpre>`\u003C$view field=\\\"text\\\" format=\\\"htmltextencoded\\\" />`\u003C/pre>\\n\u003C/div>`\\n\"},\"$:/core/templates/html-json-skinny-tiddler\":{\"title\":\"$:/core/templates/html-json-skinny-tiddler\",\"text\":\"\u003C$list filter=\\\"[\u003CnumTiddlers>compare:number:gteq[1]] ~[\u003Ccounter>!match[1]]\\\">`,`\u003C$text text=\u003C\u003Cnewline>>/>\u003C/$list>\\n\u003C$jsontiddler tiddler=\u003C\u003CcurrentTiddler>> exclude=\\\"text\\\" escapeUnsafeScriptChars=\\\"yes\\\"/>\\n\"},\"$:/core/templates/html-json-tiddler\":{\"title\":\"$:/core/templates/html-json-tiddler\",\"text\":\"\u003C$list filter=\\\"[\u003Ccounter>!match[1]]\\\">`,`\u003C$text text=\u003C\u003Cnewline>>/>\u003C/$list>\u003C$jsontiddler tiddler=\u003C\u003CcurrentTiddler>> escapeUnsafeScriptChars=\\\"yes\\\"/>\"},\"$:/core/templates/html-tiddler\":{\"title\":\"$:/core/templates/html-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving tiddlers as raw HTML\\n\\n-->\u003C$view field=\\\"text\\\" format=\\\"htmlwikified\\\" />\"},\"$:/core/templates/javascript-tiddler\":{\"title\":\"$:/core/templates/javascript-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields.\\n\\n-->`\u003Cscript`\u003C$fields template=' data-tiddler-$name$=\\\"$encoded_value$\\\"'>\u003C/$fields>` type=\\\"text/javascript\\\">`\u003C$view field=\\\"text\\\" format=\\\"text\\\" />`\u003C/script>`\"},\"$:/core/templates/json-tiddler\":{\"title\":\"$:/core/templates/json-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving tiddlers as raw JSON\\n\\n-->\u003C$text text=\u003C\u003Cjsontiddler>>/>\"},\"$:/core/templates/module-tiddler\":{\"title\":\"$:/core/templates/module-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields. The body of the tiddler is wrapped in a call to the `$tw.modules.define` function in order to define the body of the tiddler as a module\\n\\n-->`\u003Cscript`\u003C$fields template=' data-tiddler-$name$=\\\"$encoded_value$\\\"'>\u003C/$fields>` type=\\\"text/javascript\\\" data-module=\\\"yes\\\">$tw.modules.define(\\\"`\u003C$view field=\\\"title\\\" format=\\\"jsencoded\\\" />`\\\",\\\"`\u003C$view field=\\\"module-type\\\" format=\\\"jsencoded\\\" />`\\\",function(module,exports,require) {`\u003C$view field=\\\"text\\\" format=\\\"text\\\" />`});\\n\u003C/script>`\"},\"$:/core/templates/plain-text-tiddler\":{\"title\":\"$:/core/templates/plain-text-tiddler\",\"text\":\"\u003C$view field=\\\"text\\\" format=\\\"text\\\" />\"},\"$:/core/templates/raw-static-tiddler\":{\"title\":\"$:/core/templates/raw-static-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving tiddlers as static HTML\\n\\n-->\u003C$view field=\\\"text\\\" format=\\\"plainwikified\\\" />\"},\"$:/core/save/all\":{\"title\":\"$:/core/save/all\",\"text\":\"\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\\\define saveTiddlerFilter()\\n[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\\n\\\\end\\n{{$:/core/templates/tiddlywiki5.html}}\\n\"},\"$:/core/save/empty\":{\"title\":\"$:/core/save/empty\",\"text\":\"\\\\define saveTiddlerFilter()\\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\\n\\\\end\\n{{$:/core/templates/tiddlywiki5.html}}\\n\"},\"$:/core/save/lazy-all\":{\"title\":\"$:/core/save/lazy-all\",\"text\":\"\\\\define saveTiddlerFilter()\\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \\n\\\\end\\n\\\\define skinnySaveTiddlerFilter()\\n[!is[system]]\\n\\\\end\\n{{$:/core/templates/tiddlywiki5.html}}\\n\"},\"$:/core/save/lazy-images\":{\"title\":\"$:/core/save/lazy-images\",\"text\":\"\\\\define saveTiddlerFilter()\\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]] \\n\\\\end\\n\\\\define skinnySaveTiddlerFilter()\\n[!is[system]is[image]]\\n\\\\end\\n{{$:/core/templates/tiddlywiki5.html}}\\n\"},\"$:/core/templates/server/static.sidebar.wikitext\":{\"title\":\"$:/core/templates/server/static.sidebar.wikitext\",\"text\":\"\\\\whitespace trim\\n\u003Cdiv class=\\\"tc-sidebar-scrollable\\\" style=\\\"overflow: auto;\\\">\\n\u003Cdiv class=\\\"tc-sidebar-header\\\">\\n\u003Ch1 class=\\\"tc-site-title\\\">\\n\u003C$transclude tiddler=\\\"$:/SiteTitle\\\"/>\\n\u003C/h1>\\n\u003Cdiv class=\\\"tc-site-subtitle\\\">\\n\u003C$transclude tiddler=\\\"$:/SiteSubtitle\\\"/>\\n\u003C/div>\\n\u003Ch2>\\n\u003C/h2>\\n\u003Cdiv class=\\\"tc-sidebar-lists\\\">\\n\u003C$list filter={{$:/DefaultTiddlers}}>\\n\u003Cdiv class=\\\"tc-menu-list-subitem\\\">\\n\u003C$link>\u003C$text text=\u003C\u003CcurrentTiddler>>/>\u003C/$link>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/div>\\n\u003C!-- Currently disabled the recent list as it is unweildy when the responsive narrow view kicks in\\n\u003Ch2>\\n{{$:/language/SideBar/Recent/Caption}}\\n\u003C/h2>\\n\u003Cdiv class=\\\"tc-sidebar-lists\\\">\\n\u003C$macrocall $name=\\\"timeline\\\" format={{$:/language/RecentChanges/DateFormat}}/>\\n\u003C/div>\\n\u003C/div>\\n\u003C/div>\\n-->\\n\"},\"$:/core/templates/server/static.tiddler.html\":{\"title\":\"$:/core/templates/server/static.tiddler.html\",\"text\":\"\\\\whitespace trim\\n\\\\define tv-wikilink-template() $uri_encoded$\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\u003Chtml>\\n\u003Chead>\\n\u003Cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html;charset=utf-8\\\" />\\n\u003Cmeta name=\\\"generator\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"tiddlywiki-version\\\" content={{$:/core/templates/version}} />\\n\u003Cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-capable\\\" content=\\\"yes\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-status-bar-style\\\" content=\\\"black-translucent\\\" />\\n\u003Cmeta name=\\\"mobile-web-app-capable\\\" content=\\\"yes\\\"/>\\n\u003Cmeta name=\\\"format-detection\\\" content=\\\"telephone=no\\\">\\n\u003Clink id=\\\"faviconLink\\\" rel=\\\"shortcut icon\\\" href=\\\"favicon.ico\\\">\\n\u003Clink rel=\\\"stylesheet\\\" href=\\\"%24%3A%2Fcore%2Ftemplates%2Fstatic.template.css\\\">\\n\u003Ctitle>\u003C$view field=\\\"caption\\\" format=\\\"plainwikified\\\">\u003C$view field=\\\"title\\\"/>\u003C/$view>: \u003C$view tiddler=\\\"$:/core/wiki/title\\\" format=\\\"plainwikified\\\"/>\u003C/title>\\n\u003C/head>\\n\u003Cbody class=\\\"tc-body\\\">\\n\u003C$transclude tiddler=\\\"$:/core/templates/server/static.sidebar.wikitext\\\" mode=\\\"inline\\\"/>\\n\u003Csection class=\\\"tc-story-river\\\">\\n\u003Cdiv class=\\\"tc-tiddler-frame\\\">\\n\u003C$transclude tiddler=\\\"$:/core/templates/server/static.tiddler.wikitext\\\" mode=\\\"inline\\\"/>\\n\u003C/div>\\n\u003C/section>\\n\u003C/body>\\n\u003C/html>\"},\"$:/core/templates/server/static.tiddler.wikitext\":{\"title\":\"$:/core/templates/server/static.tiddler.wikitext\",\"text\":\"\\\\whitespace trim\\n\u003Cdiv class=\\\"tc-tiddler-title\\\">\\n\u003Cdiv class=\\\"tc-titlebar\\\">\\n\u003Ch2>\u003C$text text=\u003C\u003CcurrentTiddler>>/>\u003C/h2>\\n\u003C/div>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-subtitle\\\">\\n\u003C$link to={{!!modifier}}>\\n\u003C$view field=\\\"modifier\\\"/>\\n\u003C/$link> \u003C$view field=\\\"modified\\\" format=\\\"date\\\" template={{$:/language/Tiddler/DateFormat}}/>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-tags-wrapper\\\">\\n\u003C$list filter=\\\"[all[current]tags[]sort[title]]\\\">\\n\u003Ca href={{{ [\u003CcurrentTiddler>encodeuricomponent[]] }}}>\\n\u003C$macrocall $name=\\\"tag-pill\\\" tag=\u003C\u003CcurrentTiddler>>/>\\n\u003C/a>\\n\u003C/$list>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-tiddler-body\\\">\\n\u003C$transclude mode=\\\"block\\\"/>\\n\u003C/div>\\n\"},\"$:/core/templates/single.tiddler.window\":{\"title\":\"$:/core/templates/single.tiddler.window\",\"text\":\"\\\\whitespace trim\\n\\\\define containerClasses()\\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\\n\\\\end\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\n\u003C$vars\\n\\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\\n\\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\\n\\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\\n\\ttv-show-missing-links={{$:/config/MissingLinks}}\\n\\tstoryviewTitle={{$:/view}}\\n\\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\\n\\n\u003Cdiv class=\u003C\u003CcontainerClasses>>>\\n\\n\u003C$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\">\\n\\n\u003C$transclude mode=\\\"block\\\"/>\\n\\n\u003C/$navigator>\\n\\n\u003C/div>\\n\\n\u003C/$vars>\\n\"},\"$:/core/templates/split-recipe\":{\"title\":\"$:/core/templates/split-recipe\",\"text\":\"\u003C$list filter=\\\"[!is[system]]\\\">\\ntiddler: \u003C$view field=\\\"title\\\" format=\\\"urlencoded\\\"/>.tid\\n\u003C/$list>\\n\"},\"$:/core/templates/static-tiddler\":{\"title\":\"$:/core/templates/static-tiddler\",\"text\":\"\u003Ca name=\u003C\u003CcurrentTiddler>>>\\n\u003C$transclude tiddler=\\\"$:/core/ui/ViewTemplate\\\"/>\\n\u003C/a>\"},\"$:/core/templates/static.area\":{\"title\":\"$:/core/templates/static.area\",\"text\":\"\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/isEncrypted\\\" text=\\\"yes\\\">\\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawStaticContent]!has[draft.of]] ||$:/core/templates/raw-static-tiddler}}}\\n{{$:/core/templates/static.content||$:/core/templates/html-tiddler}}\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/isEncrypted\\\" text=\\\"yes\\\">\\nThis file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.\\n\u003C/$reveal>\\n\u003C!-- ensure splash screen isn't shown when JS is disabled -->\\n`\u003Cstyle>\\n.tc-remove-when-wiki-loaded {display: none;}\\n\u003C/style>`\\n\"},\"$:/core/templates/static.content\":{\"title\":\"$:/core/templates/static.content\",\"text\":\"\u003C!-- For Google, and people without JavaScript-->\\nThis [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:\\n\\n\u003Cul>\\n\u003C$list filter=\u003C\u003CsaveTiddlerFilter>>>\\n\u003Cli>\u003C$view field=\\\"title\\\" format=\\\"text\\\">\u003C/$view>\u003C/li>\\n\u003C/$list>\\n\u003C/ul>\\n\"},\"$:/core/templates/static.template.css\":{\"title\":\"$:/core/templates/static.template.css\",\"text\":\"{{$:/boot/boot.css||$:/core/templates/plain-text-tiddler}}\\n\\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\\n\"},\"$:/core/templates/static.template.html\":{\"title\":\"$:/core/templates/static.template.html\",\"type\":\"text/vnd.tiddlywiki-html\",\"text\":\"\\\\define tv-wikilink-template() static/$uri_doubleencoded$.html\\n\\\\define tv-config-toolbar-icons() no\\n\\\\define tv-config-toolbar-text() no\\n\\\\define tv-config-toolbar-class() tc-btn-invisible\\n\\\\rules only filteredtranscludeinline transcludeinline\\n\u003C!doctype html>\\n\u003Chtml>\\n\u003Chead>\\n\u003Cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html;charset=utf-8\\\" />\\n\u003Cmeta name=\\\"generator\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"tiddlywiki-version\\\" content=\\\"{{$:/core/templates/version}}\\\" />\\n\u003Cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-capable\\\" content=\\\"yes\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-status-bar-style\\\" content=\\\"black-translucent\\\" />\\n\u003Cmeta name=\\\"mobile-web-app-capable\\\" content=\\\"yes\\\"/>\\n\u003Cmeta name=\\\"format-detection\\\" content=\\\"telephone=no\\\">\\n\u003Clink id=\\\"faviconLink\\\" rel=\\\"shortcut icon\\\" href=\\\"favicon.ico\\\">\\n\u003Ctitle>{{$:/core/wiki/title}}\u003C/title>\\n\u003Cdiv id=\\\"styleArea\\\">\\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\\n\u003C/div>\\n\u003Cstyle type=\\\"text/css\\\">\\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\\n\u003C/style>\\n\u003C/head>\\n\u003Cbody class=\\\"tc-body\\\">\\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\\n{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}\\n\u003C/body>\\n\u003C/html>\\n\"},\"$:/core/templates/static.tiddler.html\":{\"title\":\"$:/core/templates/static.tiddler.html\",\"text\":\"\\\\define tv-wikilink-template() $uri_doubleencoded$.html\\n\\\\define tv-config-toolbar-icons() no\\n\\\\define tv-config-toolbar-text() no\\n\\\\define tv-config-toolbar-class() tc-btn-invisible\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n`\u003C!doctype html>\\n\u003Chtml>\\n\u003Chead>\\n\u003Cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html;charset=utf-8\\\" />\\n\u003Cmeta name=\\\"generator\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"tiddlywiki-version\\\" content=\\\"`{{$:/core/templates/version}}`\\\" />\\n\u003Cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-capable\\\" content=\\\"yes\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-status-bar-style\\\" content=\\\"black-translucent\\\" />\\n\u003Cmeta name=\\\"mobile-web-app-capable\\\" content=\\\"yes\\\"/>\\n\u003Cmeta name=\\\"format-detection\\\" content=\\\"telephone=no\\\">\\n\u003Clink id=\\\"faviconLink\\\" rel=\\\"shortcut icon\\\" href=\\\"favicon.ico\\\">\\n\u003Clink rel=\\\"stylesheet\\\" href=\\\"static.css\\\">\\n\u003Ctitle>`\u003C$view field=\\\"caption\\\">\u003C$view field=\\\"title\\\"/>\u003C/$view>: {{$:/core/wiki/title}}`\u003C/title>\\n\u003C/head>\\n\u003Cbody class=\\\"tc-body\\\">\\n`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`\\n\u003Csection class=\\\"tc-story-river tc-static-story-river\\\">\\n`\u003C$view tiddler=\\\"$:/core/ui/ViewTemplate\\\" format=\\\"htmlwikified\\\"/>`\\n\u003C/section>\\n\u003C/body>\\n\u003C/html>\\n`\\n\"},\"$:/core/templates/store.area.template.html\":{\"title\":\"$:/core/templates/store.area.template.html\",\"text\":\"\\\\whitespace trim\\n\u003C!-- Unencrypted -->\\n\u003C$list filter=\\\"[[$:/isEncrypted]get[text]else[no]match[no]]\\\">\\n \u003C$list filter=\\\"[[storeAreaFormat]is[variable]getvariable[]else[json]match[json]]\\\">\\n \u003C!-- New-style JSON store area, with an old-style store area for compatibility with v5.1.x tooling -->\\n `\u003Cscript class=\\\"tiddlywiki-tiddler-store\\\" type=\\\"application/json\\\">[`\\n \u003C$vars newline={{{ [charcode[10]] }}}>\\n \u003C$text text=\u003C\u003Cnewline>>/>\\n \u003C$list filter=\u003C\u003CsaveTiddlerFilter>> counter=\\\"counter\\\" template=\\\"$:/core/templates/html-json-tiddler\\\"/>\\n \u003C$vars numTiddlers={{{ [subfilter\u003CsaveTiddlerFilter>count[]] }}}>\\n \u003C$list filter={{{ [\u003CskinnySaveTiddlerFilter>] }}} counter=\\\"counter\\\" template=\\\"$:/core/templates/html-json-skinny-tiddler\\\"/>\\n \u003C/$vars>\\n \u003C$text text=\u003C\u003Cnewline>>/>\\n \u003C/$vars>\\n `]\u003C/script>`\\n `\u003Cdiv id=\\\"storeArea\\\" style=\\\"display:none;\\\">`\\n `\u003C/div>`\\n \u003C/$list>\\n \u003C$list filter=\\\"[[storeAreaFormat]is[variable]getvariable[]else[json]match[div]]\\\">\\n \u003C!-- Old-style DIV/PRE-based store area -->\\n \u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/isEncrypted\\\" text=\\\"yes\\\">\\n `\u003Cdiv id=\\\"storeArea\\\" style=\\\"display:none;\\\">`\\n \u003C$list filter=\u003C\u003CsaveTiddlerFilter>> template=\\\"$:/core/templates/html-div-tiddler\\\"/>\\n \u003C$list filter={{{ [\u003CskinnySaveTiddlerFilter>] }}} template=\\\"$:/core/templates/html-div-skinny-tiddler\\\"/>\\n `\u003C/div>`\\n \u003C/$reveal>\\n \u003C/$list>\\n\u003C/$list>\\n\u003C!-- Encrypted -->\\n\u003C$list filter=\\\"[[$:/isEncrypted]get[text]else[no]match[yes]]\\\">\\n `\u003C!--~~ Encrypted tiddlers ~~-->`\\n `\u003Cpre id=\\\"encryptedStoreArea\\\" type=\\\"text/plain\\\" style=\\\"display:none;\\\">`\\n \u003C$encrypt filter=\u003C\u003CsaveTiddlerFilter>>/>\\n `\u003C/pre>`\\n\u003C/$list>\"},\"$:/core/templates/tid-tiddler\":{\"title\":\"$:/core/templates/tid-tiddler\",\"text\":\"\u003C!--\\n\\nThis template is used for saving tiddlers in TiddlyWeb *.tid format\\n\\n-->\u003C$fields exclude='text bag' template='$name$: $value$\\n'>\u003C/$fields>`\\n`\u003C$view field=\\\"text\\\" format=\\\"text\\\" />\"},\"$:/core/templates/tiddler-metadata\":{\"title\":\"$:/core/templates/tiddler-metadata\",\"text\":\"\u003C!--\\n\\nThis template is used for saving tiddler metadata *.meta files\\n\\n-->\u003C$fields exclude='text bag' template='$name$: $value$\\n'>\u003C/$fields>\"},\"$:/core/templates/tiddlywiki5.html\":{\"title\":\"$:/core/templates/tiddlywiki5.html\",\"text\":\"\u003C$set name=\\\"saveTiddlerAndShadowsFilter\\\" filter=\\\"[subfilter\u003CsaveTiddlerFilter>] [subfilter\u003CsaveTiddlerFilter>plugintiddlers[]]\\\">\\n`\u003C!doctype html>\\n`{{$:/core/templates/MOTW.html}}`\u003Chtml lang=\\\"`\u003C$text text={{{ [{$:/language}get[name]] }}}/>`\\\">\\n\u003Chead>\\n\u003Cmeta http-equiv=\\\"Content-Type\\\" content=\\\"text/html;charset=utf-8\\\" />\\n\u003C!--~~ Raw markup for the top of the head section ~~-->\\n`{{{ [\u003CsaveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}`\\n\u003Cmeta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=Edge\\\"/>\\n\u003Cmeta name=\\\"application-name\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"generator\\\" content=\\\"TiddlyWiki\\\" />\\n\u003Cmeta name=\\\"tiddlywiki-version\\\" content=\\\"`{{$:/core/templates/version}}`\\\" />\\n\u003Cmeta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-capable\\\" content=\\\"yes\\\" />\\n\u003Cmeta name=\\\"apple-mobile-web-app-status-bar-style\\\" content=\\\"black-translucent\\\" />\\n\u003Cmeta name=\\\"mobile-web-app-capable\\\" content=\\\"yes\\\"/>\\n\u003Cmeta name=\\\"format-detection\\\" content=\\\"telephone=no\\\" />\\n\u003Cmeta name=\\\"copyright\\\" content=\\\"`{{$:/core/copyright.txt}}`\\\" />\\n\u003Clink id=\\\"faviconLink\\\" rel=\\\"shortcut icon\\\" href=\\\"favicon.ico\\\">\\n\u003Ctitle>`{{$:/core/wiki/title}}`\u003C/title>\\n\u003C!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\\n\\n\u003C!--~~ Raw markup ~~-->\\n`{{{ [enlist\u003CsaveTiddlerAndShadowsFilter>tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}\\n{{{ [enlist\u003CsaveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\\n{{{ [enlist\u003CsaveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}`\\n\u003C/head>\\n\u003Cbody class=\\\"tc-body\\\">\\n\u003C!--~~ Raw markup for the top of the body section ~~-->\\n`{{{ [enlist\u003CsaveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}`\\n\u003C!--~~ Static styles ~~-->\\n\u003Cdiv id=\\\"styleArea\\\">\\n`{{$:/boot/boot.css||$:/core/templates/css-tiddler}}`\\n\u003C/div>\\n\u003C!--~~ Static content for Google and browsers without JavaScript ~~-->\\n\u003Cnoscript>\\n\u003Cdiv id=\\\"splashArea\\\">\\n`{{$:/core/templates/static.area}}`\\n\u003C/div>\\n\u003C/noscript>\\n\u003C!--~~ Ordinary tiddlers ~~-->\\n`{{$:/core/templates/store.area.template.html}}`\\n\u003C!--~~ Library modules ~~-->\\n\u003Cdiv id=\\\"libraryModules\\\" style=\\\"display:none;\\\">\\n`{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}`\\n\u003C/div>\\n\u003C!--~~ Boot kernel prologue ~~-->\\n\u003Cdiv id=\\\"bootKernelPrefix\\\" style=\\\"display:none;\\\">\\n`{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}`\\n\u003C/div>\\n\u003C!--~~ Boot kernel ~~-->\\n\u003Cdiv id=\\\"bootKernel\\\" style=\\\"display:none;\\\">\\n`{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}`\\n\u003C/div>\\n\u003C!--~~ Raw markup for the bottom of the body section ~~-->\\n`{{{ [enlist\u003CsaveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}`\\n\u003C/body>\\n\u003C/html>`\\n\"},\"$:/core/templates/version\":{\"title\":\"$:/core/templates/version\",\"text\":\"\u003C\u003Cversion>>\"},\"$:/core/templates/wikified-tiddler\":{\"title\":\"$:/core/templates/wikified-tiddler\",\"text\":\"\u003C$transclude />\"},\"$:/core/ui/AboveStory/tw2-plugin-check\":{\"title\":\"$:/core/ui/AboveStory/tw2-plugin-check\",\"tags\":\"$:/tags/AboveStory\",\"text\":\"\\\\define lingo-base() $:/language/AboveStory/ClassicPlugin/\\n\u003C$list filter=\\\"[all[system+tiddlers]tag[systemConfig]limit[1]]\\\">\\n\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n\u003C\u003Clingo Warning>>\\n\\n\u003Cul>\\n\\n\u003C$list filter=\\\"[all[system+tiddlers]tag[systemConfig]]\\\">\\n\\n\u003Cli>\\n\\n\u003C$link>\u003C$view field=\\\"title\\\"/>\u003C/$link>\\n\\n\u003C/li>\\n\\n\u003C/$list>\\n\\n\u003C/ul>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/Actions/new-image\":{\"title\":\"$:/core/ui/Actions/new-image\",\"tags\":\"$:/tags/Actions\",\"description\":\"create a new image tiddler\",\"text\":\"\\\\define get-type()\\nimage/$(imageType)$\\n\\\\end\\n\\\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\\n\u003C$vars imageType={{$:/config/NewImageType}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}}>\\n\u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" type=\u003C\u003Cget-type>> tags=\u003C\u003Cget-tags>>/>\\n\u003C/$vars>\\n\"},\"$:/core/ui/Actions/new-journal\":{\"title\":\"$:/core/ui/Actions/new-journal\",\"tags\":\"$:/tags/Actions\",\"description\":\"create a new journal tiddler\",\"text\":\"\\\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\\n\u003C$vars journalTitleTemplate={{$:/config/NewJournal/Title}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}} journalText={{$:/config/NewJournal/Text}}>\\n\u003C$wikify name=\\\"journalTitle\\\" text=\\\"\\\"\\\"\u003C$macrocall $name=\\\"now\\\" format=\u003C\u003CjournalTitleTemplate>>/>\\\"\\\"\\\">\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CjournalTitle>> text=\\\"\\\">\\n\u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" title=\u003C\u003CjournalTitle>> tags=\u003C\u003Cget-tags>> text={{{ [\u003CjournalTitle>get[]] }}}/>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CjournalTitle>> text=\\\"\\\">\\n\u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" title=\u003C\u003CjournalTitle>> tags=\u003C\u003Cget-tags>> text=\u003C\u003CjournalText>>/>\\n\u003C/$reveal>\\n\u003C/$wikify>\\n\u003C/$vars>\\n\"},\"$:/core/ui/Actions/new-tiddler\":{\"title\":\"$:/core/ui/Actions/new-tiddler\",\"tags\":\"$:/tags/Actions\",\"description\":\"create a new empty tiddler\",\"text\":\"\\\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\\n\u003C$vars textFieldTags={{$:/config/NewTiddler/Tags}} tagsFieldTags={{$:/config/NewTiddler/Tags!!tags}}>\\n\u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" tags=\u003C\u003Cget-tags>>/>\\n\u003C/$vars>\\n\"},\"$:/core/ui/AdvancedSearch/Filter\":{\"title\":\"$:/core/ui/AdvancedSearch/Filter\",\"tags\":\"$:/tags/AdvancedSearch\",\"caption\":\"{{$:/language/Search/Filter/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/Search/\\n\\\\define set-next-input-tab(beforeafter:\\\"after\\\") \u003C$macrocall $name=\\\"change-input-tab\\\" stateTitle=\\\"$:/state/tab--1498284803\\\" tag=\\\"$:/tags/AdvancedSearch\\\" beforeafter=\\\"$beforeafter$\\\" defaultState=\\\"$:/core/ui/AdvancedSearch/System\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/advancedsearch/currentTab\\\" text=\u003C\u003CnextTab>>/>\\\"\\\"\\\"/>\\n\\n\\\\define cancel-search-actions() \u003C$list filter=\\\"[{$:/temp/advancedsearch/input}!match{$:/temp/advancedsearch}]\\\" emptyMessage=\\\"\\\"\\\"\u003C$action-deletetiddler $filter=\\\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\\\" />\\\"\\\"\\\">\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/input\\\" text={{$:/temp/advancedsearch}}/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/refresh\\\" text=\\\"yes\\\"/>\u003C/$list>\\n\\n\\\\define input-accept-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\\"\\\"\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\n\\n\\\\define input-accept-variant-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\\"\\\"\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\n\\n\u003C\u003Clingo Filter/Hint>>\\n\\n\u003Cdiv class=\\\"tc-search tc-advanced-search\\\">\\n\u003C$keyboard key=\\\"((input-tab-right))\\\" actions=\u003C\u003Cset-next-input-tab>>>\\n\u003C$keyboard key=\\\"((input-tab-left))\\\" actions=\u003C\u003Cset-next-input-tab \\\"before\\\">>>\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\\\"$:/temp/advancedsearch/input\\\" storeTitle=\\\"$:/temp/advancedsearch\\\" \\n\\t\\trefreshTitle=\\\"$:/temp/advancedsearch/refresh\\\" selectionStateTitle=\\\"$:/temp/advancedsearch/selected-item\\\" type=\\\"search\\\" \\n\\t\\ttag=\\\"input\\\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\\\"[[$:/temp/advancedsearch]]\\\" firstSearchFilterField=\\\"text\\\" \\n\\t\\tinputAcceptActions=\u003C\u003Cinput-accept-actions>> inputAcceptVariantActions=\u003C\u003Cinput-accept-variant-actions>> \\n\\t\\tinputCancelActions=\u003C\u003Ccancel-search-actions>>/>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch/FilterButton]!has[draft.of]]\\\">\u003C$transclude/>\u003C/$list>\\n\u003C/div>\\n\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$set name=\\\"resultCount\\\" value=\\\"\\\"\\\"\u003C$count filter={{$:/temp/advancedsearch}}/>\\\"\\\"\\\">\\n\u003Cdiv class=\\\"tc-search-results\\\">\\n\u003C\u003Clingo Filter/Matches>>\\n\u003C$list filter={{$:/temp/advancedsearch}}>\\n\u003Cspan class={{{[\u003CcurrentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\\n\u003C$transclude tiddler=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$set>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear\":{\"title\":\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear\",\"tags\":\"$:/tags/AdvancedSearch/FilterButton\",\"text\":\"\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C\u003Ccancel-search-actions>>\\n\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\"\\\"\\\".tc-advanced-search input\\\"\\\"\\\" />\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete\":{\"title\":\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete\",\"tags\":\"$:/tags/AdvancedSearch/FilterButton\",\"text\":\"\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/filterDeleteDropdown\\\">> class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/delete-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/filterDeleteDropdown\\\">> type=\\\"popup\\\" position=\\\"belowleft\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown-wrapper\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown tc-edit-type-dropdown\\\">\\n\u003Cdiv class=\\\"tc-dropdown-item-plain\\\">\\n\u003C$set name=\\\"resultCount\\\" value=\\\"\\\"\\\"\u003C$count filter={{$:/temp/advancedsearch}}/>\\\"\\\"\\\">\\nAre you sure you wish to delete \u003C\u003CresultCount>> tiddler(s)?\\n\u003C/$set>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-dropdown-item-plain\\\">\\n\u003C$button class=\\\"tc-btn\\\">\\n\u003C$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>\\nDelete these tiddlers\\n\u003C/$button>\\n\u003C/div>\\n\u003C/div>\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown\":{\"title\":\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown\",\"tags\":\"$:/tags/AdvancedSearch/FilterButton\",\"text\":\"\u003Cspan class=\\\"tc-popup-keep\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/filterDropdown\\\">> class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/down-arrow}}\\n\u003C/$button>\\n\u003C/span>\\n\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/filterDropdown\\\">> type=\\\"popup\\\" position=\\\"belowleft\\\" animate=\\\"yes\\\">\\n\u003C$set name=\\\"tv-show-missing-links\\\" value=\\\"yes\\\">\\n\u003C$linkcatcher actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch\\\" text=\u003C\u003CnavigateTo>>/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/input\\\" text=\u003C\u003CnavigateTo>>/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/refresh\\\" text=\\\"yes\\\"/>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param='.tc-advanced-search input' />\\\"\\\"\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown-wrapper\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown tc-edit-type-dropdown\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Filter]]\\\">\u003C$link to={{!!filter}}>\u003C$transclude field=\\\"description\\\"/>\u003C/$link>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/div>\\n\u003C/$linkcatcher>\\n\u003C/$set>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/export\":{\"title\":\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/export\",\"tags\":\"$:/tags/AdvancedSearch/FilterButton\",\"text\":\"\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$macrocall $name=\\\"exportButton\\\" exportFilter={{$:/temp/advancedsearch}} lingoBase=\\\"$:/language/Buttons/ExportTiddlers/\\\"/>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/AdvancedSearch/Shadows\":{\"title\":\"$:/core/ui/AdvancedSearch/Shadows\",\"tags\":\"$:/tags/AdvancedSearch\",\"caption\":\"{{$:/language/Search/Shadows/Caption}}\",\"first-search-filter\":\"[all[shadows]search\u003CuserInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]\",\"text\":\"\\\\define lingo-base() $:/language/Search/\\n\\n\\\\define set-next-input-tab(beforeafter:\\\"after\\\") \u003C$macrocall $name=\\\"change-input-tab\\\" stateTitle=\\\"$:/state/tab--1498284803\\\" tag=\\\"$:/tags/AdvancedSearch\\\" beforeafter=\\\"$beforeafter$\\\" defaultState=\\\"$:/core/ui/AdvancedSearch/System\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/advancedsearch/currentTab\\\" text=\u003C\u003CnextTab>>/>\\\"\\\"\\\"/>\\n\\n\\\\define cancel-search-actions() \u003C$list filter=\\\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\\\" emptyMessage=\\\"\\\"\\\"\u003C$action-deletetiddler $filter=\\\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\\\" />\\\"\\\"\\\">\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/input\\\" text={{$:/temp/advancedsearch}}/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/refresh\\\" text=\\\"yes\\\"/>\u003C/$list>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\"\\\"\\\".tc-advanced-search input\\\"\\\"\\\"/>\\n\\n\\\\define input-accept-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\\"\\\"\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\n\\n\\\\define input-accept-variant-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\\"\\\"\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\n\\n\u003C\u003Clingo Shadows/Hint>>\\n\\n\u003Cdiv class=\\\"tc-search\\\">\\n\u003C$keyboard key=\\\"((input-tab-right))\\\" actions=\u003C\u003Cset-next-input-tab>>>\\n\u003C$keyboard key=\\\"((input-tab-left))\\\" actions=\u003C\u003Cset-next-input-tab \\\"before\\\">>>\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\\\"$:/temp/advancedsearch/input\\\" storeTitle=\\\"$:/temp/advancedsearch\\\"\\n\\t\\trefreshTitle=\\\"$:/temp/advancedsearch/refresh\\\" selectionStateTitle=\\\"$:/temp/advancedsearch/selected-item\\\" type=\\\"search\\\"\\n\\t\\ttag=\\\"input\\\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\\\"[[$:/core/ui/AdvancedSearch/Shadows]]\\\"\\n\\t\\tinputCancelActions=\u003C\u003Ccancel-search-actions>> inputAcceptActions=\u003C\u003Cinput-accept-actions>> \\n\\t\\tinputAcceptVariantActions=\u003C\u003Cinput-accept-variant-actions>> filterMinLength={{$:/config/Search/MinLength}}/>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C\u003Ccancel-search-actions>>\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/div>\\n\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\\n\u003C$list filter=\\\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\u003Cdiv class=\\\"tc-search-results\\\">{{$:/language/Search/Search/TooShort}}\u003C/div>\\\"\\\"\\\" variable=\\\"listItem\\\">\\n\\n\u003C$set name=\\\"resultCount\\\" value=\\\"\\\"\\\"\u003C$count filter=\\\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]\\\"/>\\\"\\\"\\\">\\n\\n\u003Cdiv class=\\\"tc-search-results\\\">\\n\\n\u003C\u003Clingo Shadows/Matches>>\\n\\n\u003C$list filter=\\\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]\\\">\\n\u003Cspan class={{{[\u003CcurrentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\\n\u003C$transclude tiddler=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/span>\\n\u003C/$list>\\n\\n\u003C/div>\\n\\n\u003C/$set>\\n\\n\u003C/$list>\\n\\n\u003C/$reveal>\\n\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"match\\\" text=\\\"\\\">\\n\\n\u003C/$reveal>\\n\"},\"$:/core/ui/AdvancedSearch/Standard\":{\"title\":\"$:/core/ui/AdvancedSearch/Standard\",\"tags\":\"$:/tags/AdvancedSearch\",\"caption\":\"{{$:/language/Search/Standard/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/Search/\\n\\\\define set-next-input-tab(beforeafter:\\\"after\\\") \u003C$macrocall $name=\\\"change-input-tab\\\" stateTitle=\\\"$:/state/tab--1498284803\\\" tag=\\\"$:/tags/AdvancedSearch\\\" beforeafter=\\\"$beforeafter$\\\" defaultState=\\\"$:/core/ui/AdvancedSearch/System\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/advancedsearch/currentTab\\\" text=\u003C\u003CnextTab>>/>\\\"\\\"\\\"/>\\n\\n\\\\define next-search-tab(beforeafter:\\\"after\\\") \u003C$macrocall $name=\\\"change-input-tab\\\" stateTitle=\\\"$:/state/tab/search-results/advancedsearch\\\" tag=\\\"$:/tags/SearchResults\\\" beforeafter=\\\"$beforeafter$\\\" defaultState={{$:/config/SearchResults/Default}} actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/advancedsearch/standard/currentTab\\\" text=\u003C\u003CnextTab>>/>\\\"\\\"\\\"/>\\n\\n\\\\define cancel-search-actions() \u003C$list filter=\\\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\\\" emptyMessage=\\\"\\\"\\\"\u003C$action-deletetiddler $filter=\\\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\\\" />\\\"\\\"\\\">\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/input\\\" text={{$:/temp/advancedsearch}}/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/refresh\\\" text=\\\"yes\\\"/>\u003C/$list>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\"\\\"\\\".tc-advanced-search input\\\"\\\"\\\"/>\\n\\n\\\\define input-accept-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\\"\\\"\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\n\\n\\\\define input-accept-variant-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\\"\\\"\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\n\\n\u003C\u003Clingo Standard/Hint>>\\n\\n\u003Cdiv class=\\\"tc-search\\\">\\n\u003C$keyboard key=\\\"((input-tab-right))\\\" actions=\u003C\u003Cset-next-input-tab>>>\\n\u003C$keyboard key=\\\"((input-tab-left))\\\" actions=\u003C\u003Cset-next-input-tab \\\"before\\\">>>\\n\u003C$keyboard key=\\\"shift-alt-Right\\\" actions=\u003C\u003Cnext-search-tab>>>\\n\u003C$keyboard key=\\\"shift-alt-Left\\\" actions=\u003C\u003Cnext-search-tab \\\"before\\\">>>\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\\\"$:/temp/advancedsearch/input\\\" storeTitle=\\\"$:/temp/advancedsearch\\\"\\n\\t\\trefreshTitle=\\\"$:/temp/advancedsearch/refresh\\\" selectionStateTitle=\\\"$:/temp/advancedsearch/selected-item\\\" type=\\\"search\\\"\\n\\t\\ttag=\\\"input\\\" focus={{$:/config/Search/AutoFocus}} inputCancelActions=\u003C\u003Ccancel-search-actions>> \\n\\t\\tinputAcceptActions=\u003C\u003Cinput-accept-actions>> inputAcceptVariantActions=\u003C\u003Cinput-accept-variant-actions>> \\n\\t\\tconfigTiddlerFilter=\\\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\\\"\\n\\t\\tfilterMinLength={{$:/config/Search/MinLength}}/>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C\u003Ccancel-search-actions>>\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/div>\\n\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$list filter=\\\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\u003Cdiv class=\\\"tc-search-results\\\">{{$:/language/Search/Search/TooShort}}\u003C/div>\\\"\\\"\\\" variable=\\\"listItem\\\">\\n\u003C$vars userInput={{{ [[$:/temp/advancedsearch]get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} searchListState=\\\"$:/temp/advancedsearch/selected-item\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\\\">\\n\u003C$transclude/>\\n\u003C/$list>\\n\\\"\\\"\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\\\" default={{$:/config/SearchResults/Default}} actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/advancedsearch/standard/currentTab\\\" text=\u003C\u003CcurrentTab>>/>\\\"\\\"\\\" explicitState=\\\"$:/state/tab/search-results/advancedsearch\\\" />\\n\u003C/$list>\\n\u003C/$vars>\\n\u003C/$list>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/AdvancedSearch/System\":{\"title\":\"$:/core/ui/AdvancedSearch/System\",\"tags\":\"$:/tags/AdvancedSearch\",\"caption\":\"{{$:/language/Search/System/Caption}}\",\"first-search-filter\":\"[is[system]search\u003CuserInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\",\"text\":\"\\\\define lingo-base() $:/language/Search/\\n\\\\define set-next-input-tab(beforeafter:\\\"after\\\",stateTitle,tag,defaultState,currentTabTiddler) \u003C$macrocall $name=\\\"change-input-tab\\\" stateTitle=\\\"$:/state/tab--1498284803\\\" tag=\\\"$:/tags/AdvancedSearch\\\" beforeafter=\\\"$beforeafter$\\\" defaultState=\\\"$:/core/ui/AdvancedSearch/System\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/advancedsearch/currentTab\\\" text=\u003C\u003CnextTab>>/>\\\"\\\"\\\"/>\\n\\n\\\\define cancel-search-actions() \u003C$list filter=\\\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\\\" emptyMessage=\\\"\\\"\\\"\u003C$action-deletetiddler $filter=\\\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\\\" />\\\"\\\"\\\">\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/input\\\" text={{$:/temp/advancedsearch}}/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/refresh\\\" text=\\\"yes\\\"/>\u003C/$list>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\"\\\"\\\".tc-advanced-search input\\\"\\\"\\\"/>\\n\\n\\\\define input-accept-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\\"\\\"\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\n\\n\\\\define input-accept-variant-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\\"\\\"\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\n\\n\u003C\u003Clingo System/Hint>>\\n\\n\u003Cdiv class=\\\"tc-search\\\">\\n\u003C$keyboard key=\\\"((input-tab-right))\\\" actions=\u003C\u003Cset-next-input-tab>>>\\n\u003C$keyboard key=\\\"((input-tab-left))\\\" actions=\u003C\u003Cset-next-input-tab \\\"before\\\">>>\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\\\"$:/temp/advancedsearch/input\\\" storeTitle=\\\"$:/temp/advancedsearch\\\"\\n\\t\\trefreshTitle=\\\"$:/temp/advancedsearch/refresh\\\" selectionStateTitle=\\\"$:/temp/advancedsearch/selected-item\\\"\\n\\t\\ttype=\\\"search\\\" tag=\\\"input\\\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\\\"[[$:/core/ui/AdvancedSearch/System]]\\\"\\n\\t\\tinputCancelActions=\u003C\u003Ccancel-search-actions>> inputAcceptActions=\u003C\u003Cinput-accept-actions>> \\n\\t\\tinputAcceptVariantActions=\u003C\u003Cinput-accept-variant-actions>> filterMinLength={{$:/config/Search/MinLength}}/>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C\u003Ccancel-search-actions>>\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/div>\\n\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\\n\u003C$list filter=\\\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\u003Cdiv class=\\\"tc-search-results\\\">{{$:/language/Search/Search/TooShort}}\u003C/div>\\\"\\\"\\\" variable=\\\"listItem\\\">\\n\\n\u003C$set name=\\\"resultCount\\\" value=\\\"\\\"\\\"\u003C$count filter=\\\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\\\"/>\\\"\\\"\\\">\\n\\n\u003Cdiv class=\\\"tc-search-results\\\">\\n\\n\u003C\u003Clingo System/Matches>>\\n\\n\u003C$list filter=\\\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\\\">\\n\u003Cspan class={{{[\u003CcurrentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\\n\u003C$transclude tiddler=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/span>\\n\u003C/$list>\\n\\n\u003C/div>\\n\\n\u003C/$set>\\n\\n\u003C/$list>\\n\\n\u003C/$reveal>\\n\\n\u003C$reveal state=\\\"$:/temp/advancedsearch\\\" type=\\\"match\\\" text=\\\"\\\">\\n\\n\u003C/$reveal>\\n\"},\"$:/AdvancedSearch\":{\"title\":\"$:/AdvancedSearch\",\"icon\":\"$:/core/images/advanced-search-button\",\"color\":\"#bbb\",\"text\":\"\u003Cdiv class=\\\"tc-advanced-search\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\\\" default=\\\"$:/core/ui/AdvancedSearch/System\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/advancedsearch/currentTab\\\" text=\u003C\u003CcurrentTab>>/>\\\"\\\"\\\" explicitState=\\\"$:/state/tab--1498284803\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/AlertTemplate\":{\"title\":\"$:/core/ui/AlertTemplate\",\"text\":\"\u003Cdiv class=\\\"tc-alert\\\">\\n\u003Cdiv class=\\\"tc-alert-toolbar\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\u003C$action-deletetiddler $tiddler=\u003C\u003CcurrentTiddler>>/>{{$:/core/images/cancel-button}}\u003C/$button>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-alert-subtitle\\\">\\n\u003C$wikify name=\\\"format\\\" text=\u003C\u003Clingo Tiddler/DateFormat>>>\\n\u003C$view field=\\\"component\\\"/> - \u003C$view field=\\\"modified\\\" format=\\\"date\\\" template=\u003C\u003Cformat>>/> \u003C$reveal type=\\\"nomatch\\\" state=\\\"!!count\\\" text=\\\"\\\">\u003Cspan class=\\\"tc-alert-highlight\\\">({{$:/language/Count}}: \u003C$view field=\\\"count\\\"/>)\u003C/span>\u003C/$reveal>\\n\u003C/$wikify>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-alert-body\\\">\\n\\n\u003C$transclude/>\\n\\n\u003C/div>\\n\u003C/div>\\n\"},\"$:/core/ui/BinaryWarning\":{\"title\":\"$:/core/ui/BinaryWarning\",\"text\":\"\\\\define lingo-base() $:/language/BinaryWarning/\\n\u003C\u003Clingo Prompt>>\\n\"},\"$:/core/ui/Components/plugin-info\":{\"title\":\"$:/core/ui/Components/plugin-info\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Plugins/\\n\\n\\\\define popup-state-macro()\\n$(qualified-state)$-$(currentTiddler)$\\n\\\\end\\n\\n\\\\define tabs-state-macro()\\n$(popup-state)$-$(pluginInfoType)$\\n\\\\end\\n\\n\\\\define plugin-icon-title()\\n$(currentTiddler)$/icon\\n\\\\end\\n\\n\\\\define plugin-disable-title()\\n$:/config/Plugins/Disabled/$(currentTiddler)$\\n\\\\end\\n\\n\\\\define plugin-table-body(type,disabledMessage,default-popup-state)\\n\\\\whitespace trim\\n\u003Cdiv class=\\\"tc-plugin-info-chunk tc-plugin-info-toggle\\\">\\n\\t\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Cpopup-state>> text=\\\"yes\\\" default=\\\"\\\"\\\"$default-popup-state$\\\"\\\"\\\">\\n\\t\\t\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\" set=\u003C\u003Cpopup-state>> setTo=\\\"yes\\\">\\n\\t\\t\\t{{$:/core/images/chevron-right}}\\n\\t\\t\u003C/$button>\\n\\t\u003C/$reveal>\\n\\t\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cpopup-state>> text=\\\"yes\\\" default=\\\"\\\"\\\"$default-popup-state$\\\"\\\"\\\">\\n\\t\\t\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\" set=\u003C\u003Cpopup-state>> setTo=\\\"no\\\">\\n\\t\\t\\t{{$:/core/images/chevron-down}}\\n\\t\\t\u003C/$button>\\n\\t\u003C/$reveal>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-plugin-info-chunk tc-plugin-info-icon\\\">\\n\\t\u003C$transclude tiddler=\u003C\u003CcurrentTiddler>> subtiddler=\u003C\u003Cplugin-icon-title>>>\\n\\t\\t\u003C$transclude tiddler=\\\"$:/core/images/plugin-generic-$type$\\\"/>\\n\\t\u003C/$transclude>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-plugin-info-chunk tc-plugin-info-description\\\">\\n\\t\u003Ch1>\\n\\t\\t''\u003C$text text={{{ [\u003CcurrentTiddler>get[name]] ~[\u003CcurrentTiddler>split[/]last[1]] }}}/>'':&nbsp;\u003C$view field=\\\"description\\\">\u003C$view field=\\\"title\\\"/>\u003C/$view>&nbsp;$disabledMessage$\\n\\t\u003C/h1>\\n\\t\u003Ch2>\\n\\t\\t\u003C$view field=\\\"title\\\"/>\\n\\t\u003C/h2>\\n\\t\u003Ch2>\\n\\t\\t\u003Cdiv>\u003Cem>\u003C$view field=\\\"version\\\"/>\u003C/em>\u003C/div>\\n\\t\u003C/h2>\\n\u003C/div>\\n\\\\end\\n\\n\\\\define plugin-info(type,default-popup-state)\\n\\\\whitespace trim\\n\u003C$set name=\\\"popup-state\\\" value=\u003C\u003Cpopup-state-macro>>>\\n\\t\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Cplugin-disable-title>> text=\\\"yes\\\">\\n\\t\\t\u003C$link to={{!!title}} class=\\\"tc-plugin-info\\\">\\n\\t\\t\\t\u003C\u003Cplugin-table-body type:\\\"$type$\\\" default-popup-state:\\\"\\\"\\\"$default-popup-state$\\\"\\\"\\\">>\\n\\t\\t\u003C/$link>\\n\\t\u003C/$reveal>\\n\\t\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cplugin-disable-title>> text=\\\"yes\\\">\\n\\t\\t\u003C$link to={{!!title}} class=\\\"tc-plugin-info tc-plugin-info-disabled\\\">\\n\\t\\t\\t\u003C\u003Cplugin-table-body type:\\\"$type$\\\" default-popup-state:\\\"\\\"\\\"$default-popup-state$\\\"\\\"\\\" disabledMessage:\\\"\u003C$macrocall $name='lingo' title='Disabled/Status'/>\\\">>\\n\\t\\t\u003C/$link>\\n\\t\u003C/$reveal>\\n\\t\u003C$reveal type=\\\"match\\\" text=\\\"yes\\\" state=\u003C\u003Cpopup-state>> default=\\\"\\\"\\\"$default-popup-state$\\\"\\\"\\\">\\n\\t\\t\u003Cdiv class=\\\"tc-plugin-info-dropdown\\\">\\n\\t\\t\\t\u003Cdiv class=\\\"tc-plugin-info-dropdown-body\\\">\\n\\t\\t\\t\\t\u003C$list filter=\\\"[all[current]] -[[$:/core]]\\\">\\n\\t\\t\\t\\t\\t\u003Cdiv style=\\\"float:right;\\\">\\n\\t\\t\\t\\t\\t\\t\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Cplugin-disable-title>> text=\\\"yes\\\">\\n\\t\\t\\t\\t\\t\\t\\t\u003C$button set=\u003C\u003Cplugin-disable-title>> setTo=\\\"yes\\\" tooltip={{$:/language/ControlPanel/Plugins/Disable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Disable/Caption}}>\\n\\t\\t\\t\\t\\t\\t\\t\\t\u003C\u003Clingo Disable/Caption>>\\n\\t\\t\\t\\t\\t\\t\\t\u003C/$button>\\n\\t\\t\\t\\t\\t\\t\u003C/$reveal>\\n\\t\\t\\t\\t\\t\\t\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cplugin-disable-title>> text=\\\"yes\\\">\\n\\t\\t\\t\\t\\t\\t\\t\u003C$button set=\u003C\u003Cplugin-disable-title>> setTo=\\\"no\\\" tooltip={{$:/language/ControlPanel/Plugins/Enable Hint}} aria-label={{$:/language/ControlPanel/Plugins/Enable/Caption}}>\\n\\t\\t\\t\\t\\t\\t\\t\\t\u003C\u003Clingo Enable/Caption>>\\n\\t\\t\\t\\t\\t\\t\\t\u003C/$button>\\n\\t\\t\\t\\t\\t\\t\u003C/$reveal>\\n\\t\\t\\t\\t\\t\u003C/div>\\n\\t\\t\\t\\t\u003C/$list>\\n\\t\\t\\t\\t\u003C$set name=\\\"tabsList\\\" filter=\\\"[\u003CcurrentTiddler>list[]] contents\\\">\\n\\t\\t\\t\\t\\t\u003C$macrocall $name=\\\"tabs\\\" state=\u003C\u003Ctabs-state-macro>> tabsList=\u003C\u003CtabsList>> default={{{ [enlist\u003CtabsList>] }}} template=\\\"$:/core/ui/PluginInfo\\\"/>\\n\\t\\t\\t\\t\u003C/$set>\\n\\t\\t\\t\u003C/div>\\n\\t\\t\u003C/div>\\n\\t\u003C/$reveal>\\n\u003C/$set>\\n\\\\end\\n\\n\u003C$macrocall $name=\\\"plugin-info\\\" type=\u003C\u003Cplugin-type>> default-popup-state=\u003C\u003Cdefault-popup-state>>/>\\n\"},\"$:/core/ui/Components/tag-link\":{\"title\":\"$:/core/ui/Components/tag-link\",\"text\":\"\u003C$link>\\n\u003C$set name=\\\"backgroundColor\\\" value={{!!color}}>\\n\u003Cspan style=\u003C\u003Ctag-styles>> class=\\\"tc-tag-label\\\">\\n\u003C$view field=\\\"title\\\" format=\\\"text\\\"/>\\n\u003C/span>\\n\u003C/$set>\\n\u003C/$link>\"},\"$:/core/ui/ControlPanel/Advanced\":{\"title\":\"$:/core/ui/ControlPanel/Advanced\",\"tags\":\"$:/tags/ControlPanel/Info\",\"caption\":\"{{$:/language/ControlPanel/Advanced/Caption}}\",\"text\":\"{{$:/language/ControlPanel/Advanced/Hint}}\\n\\n\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/TiddlerFields\\\" explicitState=\\\"$:/state/tab--959111941\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/ControlPanel/Appearance\":{\"title\":\"$:/core/ui/ControlPanel/Appearance\",\"tags\":\"$:/tags/ControlPanel\",\"caption\":\"{{$:/language/ControlPanel/Appearance/Caption}}\",\"text\":\"{{$:/language/ControlPanel/Appearance/Hint}}\\n\\n\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/Theme\\\" explicitState=\\\"$:/state/tab--1963855381\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/ControlPanel/Basics\":{\"title\":\"$:/core/ui/ControlPanel/Basics\",\"tags\":\"$:/tags/ControlPanel/Info\",\"caption\":\"{{$:/language/ControlPanel/Basics/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Basics/\\n\\n\\\\define show-filter-count(filter)\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch\\\" $value=\\\"\\\"\\\"$filter$\\\"\\\"\\\"/>\\n\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/input\\\" $value=\\\"\\\"\\\"$filter$\\\"\\\"\\\"/>\\n\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/refresh\\\" text=\\\"yes\\\"/>\\n\u003C$action-setfield $tiddler=\\\"$:/state/tab--1498284803\\\" $value=\\\"$:/core/ui/AdvancedSearch/Filter\\\"/>\\n\u003C$action-navigate $to=\\\"$:/AdvancedSearch\\\"/>\\n\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\".tc-advanced-search input\\\"/>\\n''\u003C$count filter=\\\"\\\"\\\"$filter$\\\"\\\"\\\"/>''\\n{{$:/core/images/advanced-search-button}}\\n\u003C/$button>\\n\\\\end\\n\\n|\u003C\u003Clingo Version/Prompt>> |''\u003C\u003Cversion>>'' |\\n|\u003C$link to=\\\"$:/SiteTitle\\\">\u003C\u003Clingo Title/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/SiteTitle\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/SiteSubtitle\\\">\u003C\u003Clingo Subtitle/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/SiteSubtitle\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/status/UserName\\\">\u003C\u003Clingo Username/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/status/UserName\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/config/AnimationDuration\\\">\u003C\u003Clingo AnimDuration/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/config/AnimationDuration\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/DefaultTiddlers\\\">\u003C\u003Clingo DefaultTiddlers/Prompt>>\u003C/$link> |\u003C\u003Clingo DefaultTiddlers/TopHint>>\u003Cbr> \u003C$edit tag=\\\"textarea\\\" tiddler=\\\"$:/DefaultTiddlers\\\" class=\\\"tc-edit-texteditor\\\"/>\u003Cbr>//\u003C\u003Clingo DefaultTiddlers/BottomHint>>// |\\n|\u003C$link to=\\\"$:/language/DefaultNewTiddlerTitle\\\">\u003C\u003Clingo NewTiddler/Title/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/language/DefaultNewTiddlerTitle\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/config/NewJournal/Title\\\">\u003C\u003Clingo NewJournal/Title/Prompt>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/config/NewJournal/Title\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/config/NewJournal/Text\\\">\u003C\u003Clingo NewJournal/Text/Prompt>>\u003C/$link> |\u003C$edit tiddler=\\\"$:/config/NewJournal/Text\\\" tag=\\\"textarea\\\" class=\\\"tc-edit-texteditor\\\" default=\\\"\\\"/> |\\n|\u003C$link to=\\\"$:/config/NewTiddler/Tags\\\">\u003C\u003Clingo NewTiddler/Tags/Prompt>>\u003C/$link> |\u003C$vars currentTiddler=\\\"$:/config/NewTiddler/Tags\\\" tagField=\\\"text\\\">{{||$:/core/ui/EditTemplate/tags}}\u003C$list filter=\\\"[\u003CcurrentTiddler>tags[]] +[limit[1]]\\\" variable=\\\"ignore\\\">\u003C$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}>\u003C\u003Clingo RemoveTags>>\u003C$action-listops $tiddler=\u003C\u003CcurrentTiddler>> $field=\\\"text\\\" $subfilter={{{ [\u003CcurrentTiddler>get[tags]] }}}/>\u003C$action-setfield $tiddler=\u003C\u003CcurrentTiddler>> tags=\\\"\\\"/>\u003C/$button>\u003C/$list>\u003C/$vars> |\\n|\u003C$link to=\\\"$:/config/NewJournal/Tags\\\">\u003C\u003Clingo NewJournal/Tags/Prompt>>\u003C/$link> |\u003C$vars currentTiddler=\\\"$:/config/NewJournal/Tags\\\" tagField=\\\"text\\\">{{||$:/core/ui/EditTemplate/tags}}\u003C$list filter=\\\"[\u003CcurrentTiddler>tags[]] +[limit[1]]\\\" variable=\\\"ignore\\\">\u003C$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}>\u003C\u003Clingo RemoveTags>>\u003C$action-listops $tiddler=\u003C\u003CcurrentTiddler>> $field=\\\"text\\\" $subfilter={{{ [\u003CcurrentTiddler>get[tags]] }}}/>\u003C$action-setfield $tiddler=\u003C\u003CcurrentTiddler>> tags=\\\"\\\"/>\u003C/$button>\u003C/$list>\u003C/$vars> |\\n|\u003C$link to=\\\"$:/config/AutoFocus\\\">\u003C\u003Clingo AutoFocus/Prompt>>\u003C/$link> |{{$:/snippets/minifocusswitcher}} |\\n|\u003C\u003Clingo Language/Prompt>> |{{$:/snippets/minilanguageswitcher}} |\\n|\u003C\u003Clingo Tiddlers/Prompt>> |\u003C\u003Cshow-filter-count \\\"[!is[system]sort[title]]\\\">> |\\n|\u003C\u003Clingo Tags/Prompt>> |\u003C\u003Cshow-filter-count \\\"[tags[]sort[title]]\\\">> |\\n|\u003C\u003Clingo SystemTiddlers/Prompt>> |\u003C\u003Cshow-filter-count \\\"[is[system]sort[title]]\\\">> |\\n|\u003C\u003Clingo ShadowTiddlers/Prompt>> |\u003C\u003Cshow-filter-count \\\"[all[shadows]sort[title]]\\\">> |\\n|\u003C\u003Clingo OverriddenShadowTiddlers/Prompt>> |\u003C\u003Cshow-filter-count \\\"[is[tiddler]is[shadow]sort[title]]\\\">> |\\n\"},\"$:/core/ui/ControlPanel/EditorTypes\":{\"title\":\"$:/core/ui/ControlPanel/EditorTypes\",\"tags\":\"$:/tags/ControlPanel/Advanced\",\"caption\":\"{{$:/language/ControlPanel/EditorTypes/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/EditorTypes/\\n\\n\u003C\u003Clingo Hint>>\\n\\n\u003Ctable>\\n\u003Ctbody>\\n\u003Ctr>\\n\u003Cth>\u003C\u003Clingo Type/Caption>>\u003C/th>\\n\u003Cth>\u003C\u003Clingo Editor/Caption>>\u003C/th>\\n\u003C/tr>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]\\\">\\n\u003Ctr>\\n\u003Ctd>\\n\u003C$link>\\n\u003C$list filter=\\\"[all[current]removeprefix[$:/config/EditorTypeMappings/]]\\\">\\n\u003C$text text={{!!title}}/>\\n\u003C/$list>\\n\u003C/$link>\\n\u003C/td>\\n\u003Ctd>\\n\u003C$view field=\\\"text\\\"/>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/$list>\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/core/ui/ControlPanel/Info\":{\"title\":\"$:/core/ui/ControlPanel/Info\",\"tags\":\"$:/tags/ControlPanel\",\"caption\":\"{{$:/language/ControlPanel/Info/Caption}}\",\"text\":\"{{$:/language/ControlPanel/Info/Hint}}\\n\\n\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/Basics\\\" explicitState=\\\"$:/state/tab--2112689675\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/ControlPanel/KeyboardShortcuts\":{\"title\":\"$:/core/ui/ControlPanel/KeyboardShortcuts\",\"tags\":\"$:/tags/ControlPanel\",\"caption\":\"{{$:/language/ControlPanel/KeyboardShortcuts/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/KeyboardShortcuts/\\n\\n\\\\define new-shortcut(title)\\n\u003Cdiv class=\\\"tc-dropdown-item-plain\\\">\\n\u003C$edit-shortcut tiddler=\\\"$title$\\\" placeholder={{$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt}} focus=\\\"true\\\" style=\\\"width:auto;\\\"/> \u003C$button>\\n\u003C\u003Clingo Add/Caption>>\\n\u003C$action-listops\\n\\t$tiddler=\\\"$(shortcutTitle)$\\\"\\n\\t$field=\\\"text\\\"\\n\\t$subfilter=\\\"[{$title$}]\\\"\\n/>\\n\u003C$action-deletetiddler\\n\\t$tiddler=\\\"$title$\\\"\\n/>\\n\u003C/$button>\\n\u003C/div>\\n\\\\end\\n\\n\\\\define shortcut-list-item(caption)\\n\u003Ctd>\\n\u003C/td>\\n\u003Ctd style=\\\"text-align:right;font-size:0.7em;\\\">\\n\u003C\u003Clingo Platform/$caption$>>\\n\u003C/td>\\n\u003Ctd>\\n\u003Cdiv style=\\\"position:relative;\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/dropdown/$(shortcutTitle)$\\\">> class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/edit-button}}\\n\u003C/$button>\\n\u003C$macrocall $name=\\\"displayshortcuts\\\" $output=\\\"text/html\\\" shortcuts={{$(shortcutTitle)$}} prefix=\\\"\u003Ckbd>\\\" separator=\\\"\u003C/kbd> \u003Ckbd>\\\" suffix=\\\"\u003C/kbd>\\\"/>\\n\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/dropdown/$(shortcutTitle)$\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown-wrapper\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown tc-edit-type-dropdown tc-popup-keep\\\">\\n\u003C$list filter=\\\"[list[$(shortcutTitle)$!!text]sort[title]]\\\" variable=\\\"shortcut\\\" emptyMessage=\\\"\\\"\\\"\\n\u003Cdiv class=\\\"tc-dropdown-item-plain\\\">\\n//\u003C\u003Clingo NoShortcuts/Caption>>//\\n\u003C/div>\\n\\\"\\\"\\\">\\n\u003Cdiv class=\\\"tc-dropdown-item-plain\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint}}>\\n\u003C$action-listops\\n\\t$tiddler=\\\"$(shortcutTitle)$\\\"\\n\\t$field=\\\"text\\\"\\n\\t$subfilter=\\\"+[remove\u003Cshortcut>]\\\"\\n/>\\n\u003Csmall>{{$:/core/images/close-button}}\u003C/small>\\n\u003C/$button>\\n\u003Ckbd>\\n\u003C$macrocall $name=\\\"displayshortcuts\\\" $output=\\\"text/html\\\" shortcuts=\u003C\u003Cshortcut>>/>\\n\u003C/kbd>\\n\u003C/div>\\n\u003C/$list>\\n\u003Chr/>\\n\u003C$macrocall $name=\\\"new-shortcut\\\" title=\u003C\u003Cqualify \\\"$:/state/new-shortcut/$(shortcutTitle)$\\\">>/>\\n\u003C/div>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/div>\\n\u003C/td>\\n\\\\end\\n\\n\\\\define shortcut-list(caption,prefix)\\n\u003Ctr>\\n\u003C$list filter=\\\"[[$prefix$$(shortcutName)$]]\\\" variable=\\\"shortcutTitle\\\">\\n\u003C\u003Cshortcut-list-item \\\"$caption$\\\">>\\n\u003C/$list>\\n\u003C/tr>\\n\\\\end\\n\\n\\\\define shortcut-editor()\\n\u003C\u003Cshortcut-list \\\"All\\\" \\\"$:/config/shortcuts/\\\">>\\n\u003C\u003Cshortcut-list \\\"Mac\\\" \\\"$:/config/shortcuts-mac/\\\">>\\n\u003C\u003Cshortcut-list \\\"NonMac\\\" \\\"$:/config/shortcuts-not-mac/\\\">>\\n\u003C\u003Cshortcut-list \\\"Linux\\\" \\\"$:/config/shortcuts-linux/\\\">>\\n\u003C\u003Cshortcut-list \\\"NonLinux\\\" \\\"$:/config/shortcuts-not-linux/\\\">>\\n\u003C\u003Cshortcut-list \\\"Windows\\\" \\\"$:/config/shortcuts-windows/\\\">>\\n\u003C\u003Cshortcut-list \\\"NonWindows\\\" \\\"$:/config/shortcuts-not-windows/\\\">>\\n\\\\end\\n\\n\\\\define shortcut-preview()\\n\u003C$macrocall $name=\\\"displayshortcuts\\\" $output=\\\"text/html\\\" shortcuts={{$(shortcutPrefix)$$(shortcutName)$}} prefix=\\\"\u003Ckbd>\\\" separator=\\\"\u003C/kbd> \u003Ckbd>\\\" suffix=\\\"\u003C/kbd>\\\"/>\\n\\\\end\\n\\n\\\\define shortcut-item-inner()\\n\u003Ctr>\\n\u003Ctd>\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CdropdownStateTitle>> text=\\\"open\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C$action-setfield\\n\\t$tiddler=\u003C\u003CdropdownStateTitle>>\\n\\t$value=\\\"open\\\"\\n/>\\n{{$:/core/images/right-arrow}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CdropdownStateTitle>> text=\\\"open\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C$action-setfield\\n\\t$tiddler=\u003C\u003CdropdownStateTitle>>\\n\\t$value=\\\"close\\\"\\n/>\\n{{$:/core/images/down-arrow}}\\n\u003C/$button>\\n\u003C/$reveal>\\n''\u003C$text text=\u003C\u003CshortcutName>>/>''\\n\u003C/td>\\n\u003Ctd>\\n\u003C$transclude tiddler=\\\"$:/config/ShortcutInfo/$(shortcutName)$\\\"/>\\n\u003C/td>\\n\u003Ctd>\\n\u003C$list filter=\\\"$:/config/shortcuts/ $:/config/shortcuts-mac/ $:/config/shortcuts-not-mac/ $:/config/shortcuts-linux/ $:/config/shortcuts-not-linux/ $:/config/shortcuts-windows/ $:/config/shortcuts-not-windows/\\\" variable=\\\"shortcutPrefix\\\">\\n\u003C\u003Cshortcut-preview>>\\n\u003C/$list>\\n\u003C/td>\\n\u003C/tr>\\n\u003C$set name=\\\"dropdownState\\\" value={{$(dropdownStateTitle)$}}>\\n\u003C$list filter=\\\"[\u003CdropdownState>match[open]]\\\" variable=\\\"listItem\\\">\\n\u003C\u003Cshortcut-editor>>\\n\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define shortcut-item()\\n\u003C$set name=\\\"dropdownStateTitle\\\" value=\u003C\u003Cqualify \\\"$:/state/dropdown/keyboardshortcut/$(shortcutName)$\\\">>>\\n\u003C\u003Cshortcut-item-inner>>\\n\u003C/$set>\\n\\\\end\\n\\n\u003Ctable>\\n\u003Ctbody>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]removeprefix[$:/config/ShortcutInfo/]]\\\" variable=\\\"shortcutName\\\">\\n\u003C\u003Cshortcut-item>>\\n\u003C/$list>\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/core/ui/ControlPanel/LoadedModules\":{\"title\":\"$:/core/ui/ControlPanel/LoadedModules\",\"tags\":\"$:/tags/ControlPanel/Advanced\",\"caption\":\"{{$:/language/ControlPanel/LoadedModules/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/\\n\u003C\u003Clingo LoadedModules/Hint>>\\n\\n{{$:/snippets/modules}}\\n\"},\"$:/core/ui/ControlPanel/Modals/AddPlugins\":{\"title\":\"$:/core/ui/ControlPanel/Modals/AddPlugins\",\"subtitle\":\"{{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/Add/Caption}}\",\"text\":\"\\\\define install-plugin-actions()\\n\u003C$action-sendmessage $message=\\\"tm-load-plugin-from-library\\\" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>\\n\u003C$set name=\\\"url\\\" value={{!!url}}>\\n\u003C$set name=\\\"currentTiddler\\\" value=\u003C\u003CassetInfo>>>\\n\u003C$list filter=\\\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[name]]\\\" variable=\\\"dependency\\\">\\n\u003C$action-sendmessage $message=\\\"tm-load-plugin-from-library\\\" url=\u003C\u003Curl>> title=\u003C\u003Cdependency>>/>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define install-plugin-button()\\n\u003Cdiv>\\n\u003C$set name=\\\"libraryVersion\\\" value={{{ [\u003CassetInfo>get[version]] }}}>\\n\u003C$set name=\\\"installedVersion\\\" value={{{ [\u003CassetInfo>get[original-title]get[version]] }}}>\\n\u003C$set name=\\\"reinstall-type\\\" value={{{ [\u003ClibraryVersion>compare:version:eq\u003CinstalledVersion>then[tc-reinstall]] [\u003ClibraryVersion>compare:version:gt\u003CinstalledVersion>then[tc-reinstall-upgrade]] [\u003ClibraryVersion>compare:version:lt\u003CinstalledVersion>then[tc-reinstall-downgrade]] }}}>\\n\u003C$button actions=\u003C\u003Cinstall-plugin-actions>> class={{{ [\u003CassetInfo>get[original-title]has[version]then\u003Creinstall-type>] tc-btn-invisible tc-install-plugin +[join[ ]] }}}>\\n{{$:/core/images/download-button}}\\n\u003C$list filter=\\\"[\u003CassetInfo>get[original-title]get[version]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"{{$:/language/ControlPanel/Plugins/Install/Caption}}\\\">\\n\u003C$list filter=\\\"[\u003ClibraryVersion>compare:version:gt\u003CinstalledVersion>]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\\\"\\\"\\n\u003C$list filter=\\\"[\u003ClibraryVersion>compare:version:lt\u003CinstalledVersion>]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"{{$:/language/ControlPanel/Plugins/Reinstall/Caption}}\\\">\\n{{$:/language/ControlPanel/Plugins/Downgrade/Caption}}\\n\u003C/$list>\\n\\\"\\\"\\\">\\n{{$:/language/ControlPanel/Plugins/Update/Caption}}\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/$button>\\n\u003Cdiv>\\n\u003C/div>\\n\u003C$reveal stateTitle=\u003C\u003CassetInfo>> stateField=\\\"requires-reload\\\" type=\\\"match\\\" text=\\\"yes\\\">{{$:/language/ControlPanel/Plugins/PluginWillRequireReload}}\u003C/$reveal>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/div>\\n\\\\end\\n\\n\\\\define popup-state-macro()\\n$:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$\\n\\\\end\\n\\n\\\\define display-plugin-info(type)\\n\u003C$set name=\\\"popup-state\\\" value=\u003C\u003Cpopup-state-macro>>>\\n\u003Cdiv class=\\\"tc-plugin-info\\\">\\n\u003Cdiv class=\\\"tc-plugin-info-chunk tc-plugin-info-toggle\\\">\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Cpopup-state>> text=\\\"yes\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\" set=\u003C\u003Cpopup-state>> setTo=\\\"yes\\\">\\n{{$:/core/images/chevron-right}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cpopup-state>> text=\\\"yes\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\" set=\u003C\u003Cpopup-state>> setTo=\\\"no\\\">\\n{{$:/core/images/chevron-down}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-plugin-info-chunk tc-plugin-info-icon\\\">\\n\u003C$list filter=\\\"[\u003CassetInfo>has[icon]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$transclude tiddler=\\\"$:/core/images/plugin-generic-$type$\\\"/>\\\"\\\"\\\">\\n\u003Cimg src={{$(assetInfo)$!!icon}}/>\\n\u003C/$list>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-plugin-info-chunk tc-plugin-info-description\\\">\\n\u003Ch1>\u003Cstrong>\u003C$text text={{{ [\u003CassetInfo>get[name]] ~[\u003CassetInfo>get[original-title]split[/]last[1]] }}}/>\u003C/strong>: \u003C$view tiddler=\u003C\u003CassetInfo>> field=\\\"description\\\"/>\u003C/h1>\\n\u003Ch2>\u003C$view tiddler=\u003C\u003CassetInfo>> field=\\\"original-title\\\"/>\u003C/h2>\\n\u003Cdiv>\u003Cem>\u003C$view tiddler=\u003C\u003CassetInfo>> field=\\\"version\\\"/>\u003C/em>\u003C/div>\\n\u003C$list filter=\\\"[\u003CassetInfo>get[original-title]get[version]]\\\" variable=\\\"installedVersion\\\">\u003Cdiv>\u003Cem>{{$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint}}\u003C/em>\u003C/div>\u003C/$list>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-plugin-info-chunk tc-plugin-info-buttons\\\">\\n\u003C\u003Cinstall-plugin-button>>\\n\u003C/div>\\n\u003C/div>\\n\u003C$set name=\\\"original-title\\\" value={{{ [\u003CassetInfo>get[original-title]] }}}>\\n\u003C$reveal type=\\\"match\\\" text=\\\"yes\\\" state=\u003C\u003Cpopup-state>>>\\n\u003Cdiv class=\\\"tc-plugin-info-dropdown\\\">\\n\u003C$list filter=\\\"[enlist{!!dependents}] [\u003CcurrentTiddler>get[parent-plugin]] +[limit[1]] ~[\u003CassetInfo>get[original-title]!is[tiddler]]\\\" variable=\\\"ignore\\\">\\n\u003Cdiv class=\\\"tc-plugin-info-dropdown-message\\\">\\n\u003C$list filter=\\\"[\u003CassetInfo>get[original-title]!is[tiddler]]\\\">\\n{{$:/language/ControlPanel/Plugins/NotInstalled/Hint}}\\n\u003C/$list>\\n\u003C$set name=\\\"currentTiddler\\\" value=\u003C\u003CassetInfo>>>\\n\u003C$list filter=\\\"[enlist{!!dependents}] [\u003CcurrentTiddler>get[parent-plugin]] +[limit[1]]\\\" variable=\\\"ignore\\\">\\n\u003Cdiv>\\n{{$:/language/ControlPanel/Plugins/AlsoRequires}}\\n\u003C$list filter=\\\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[name]]\\\" variable=\\\"dependency\\\">\\n\u003C$text text=\u003C\u003Cdependency>>/>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/div>\\n\u003C/$list>\\n\u003Cdiv class=\\\"tc-plugin-info-dropdown-body\\\">\\n\u003C$transclude tiddler=\u003C\u003CassetInfo>> field=\\\"readme\\\" mode=\\\"block\\\"/>\\n\u003C/div>\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin\u003Coriginal-title>limit[1]]\\\" variable=\\\"ignore\\\">\\n\u003Cdiv class=\\\"tc-plugin-info-sub-plugins\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin\u003Coriginal-title>sort[name]]\\\" variable=\\\"assetInfo\\\">\\n\u003C\u003Cdisplay-plugin-info \\\"$type$\\\">>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin\u003Coriginal-title>limit[1]]\\\" variable=\\\"ignore\\\">\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"yes\\\" state=\u003C\u003Cpopup-state>> tag=\\\"div\\\" class=\\\"tc-plugin-info-sub-plugin-indicator\\\">\\n\u003C$wikify name=\\\"count\\\" text=\\\"\\\"\\\"\u003C$count filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin\u003Coriginal-title>]\\\"/>\\\"\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\" set=\u003C\u003Cpopup-state>> setTo=\\\"yes\\\">\\n{{$:/language/ControlPanel/Plugins/SubPluginPrompt}}\\n\u003C/$button>\\n\u003C/$wikify>\\n\u003C/$reveal>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define load-plugin-library-button()\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>get[enabled]else[yes]match[yes]]\\\" variable=\\\"ignore\\\">\\n\u003C$button class=\\\"tc-btn-big-green\\\">\\n\u003C$action-sendmessage $message=\\\"tm-load-plugin-library\\\" url={{!!url}} infoTitlePrefix=\\\"$:/temp/RemoteAssetInfo/\\\"/>\\n{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}\\n\u003C/$button>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define display-server-assets(type)\\n{{$:/language/Search/Search}}: \u003C$edit-text tiddler=\\\"\\\"\\\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\\\"\\\"\\\" default=\\\"\\\" type=\\\"search\\\" tag=\\\"input\\\"/>\\n\u003C$reveal state=\\\"\\\"\\\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\\\"\\\"\\\" type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C$action-setfield $tiddler=\\\"\\\"\\\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\\\"\\\"\\\" $field=\\\"text\\\" $value=\\\"\\\"/>\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003Cdiv class=\\\"tc-plugin-library-listing\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]search:author,description,original-title,readme,title{$:/temp/RemoteAssetSearch/$(currentTiddler)$}sort[name]]\\\" variable=\\\"assetInfo\\\">\\n\u003C$list filter=\\\"[[$:/temp/RemoteAssetSearch/$(currentTiddler)$]has[text]] ~[\u003CassetInfo>!has[parent-plugin]]\\\" variable=\\\"ignore\\\">\u003C!-- Hide sub-plugins if we're not searching -->\\n\u003C\u003Cdisplay-plugin-info \\\"$type$\\\">>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/div>\\n\\\\end\\n\\n\\\\define display-server-connection()\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/ServerConnection]suffix{!!url}]\\\" variable=\\\"connectionTiddler\\\" emptyMessage=\u003C\u003Cload-plugin-library-button>>>\\n\\n\u003C$set name=\\\"transclusion\\\" value=\u003C\u003CconnectionTiddler>>>\\n\\n\u003C\u003Ctabs \\\"[[$:/core/ui/ControlPanel/Plugins/Add/Updates]] [[$:/core/ui/ControlPanel/Plugins/Add/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Add/Themes]] [[$:/core/ui/ControlPanel/Plugins/Add/Languages]]\\\" \\\"$:/core/ui/ControlPanel/Plugins/Add/Plugins\\\">>\\n\\n\u003C/$set>\\n\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define close-library-button()\\n\u003C$reveal type='nomatch' state='$:/temp/ServerConnection/$(PluginLibraryURL)$' text=''>\\n\u003C$button class='tc-btn-big-green'>\\n\u003C$action-sendmessage $message=\\\"tm-unload-plugin-library\\\" url={{!!url}}/>\\n{{$:/core/images/chevron-left}} {{$:/language/ControlPanel/Plugins/ClosePluginLibrary}}\\n\u003C$action-deletetiddler $filter=\\\"[prefix[$:/temp/ServerConnection/$(PluginLibraryURL)$]][prefix[$:/temp/RemoteAssetInfo/$(PluginLibraryURL)$]]\\\"/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\\\\end\\n\\n\\\\define plugin-library-listing()\\n\u003Cdiv class=\\\"tc-tab-set\\\">\\n\u003C$set name=\\\"defaultTab\\\" value={{{ [all[tiddlers+shadows]tag[$:/tags/PluginLibrary]] }}}>\\n\u003Cdiv class=\\\"tc-tab-buttons\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\\\">\\n\u003C$button set=\u003C\u003Cqualify \\\"$:/state/addplugins/tab\\\">> setTo=\u003C\u003CcurrentTiddler>> default=\u003C\u003CdefaultTab>> selectedClass=\\\"tc-tab-selected\\\">\\n\u003C$set name=\\\"tv-wikilinks\\\" value=\\\"no\\\">\\n\u003C$transclude field=\\\"caption\\\"/>\\n\u003C/$set>\\n\u003C/$button>\\n\u003C/$list>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-tab-divider\\\"/>\\n\u003Cdiv class=\\\"tc-tab-content\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\\\">\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cqualify \\\"$:/state/addplugins/tab\\\">> text=\u003C\u003CcurrentTiddler>> default=\u003C\u003CdefaultTab>>>\\n\u003Ch2>\u003C$link>\u003C$transclude field=\\\"caption\\\">\u003C$view field=\\\"title\\\"/>\u003C/$transclude>\u003C/$link>\u003C/h2>\\n//\u003C$view field=\\\"url\\\"/>//\\n\u003C$transclude mode=\\\"block\\\"/>\\n\u003C$set name=PluginLibraryURL value={{!!url}}>\\n\u003C\u003Cclose-library-button>>\\n\u003C/$set>\\n\u003C\u003Cdisplay-server-connection>>\\n\u003C/$reveal>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$set>\\n\u003C/div>\\n\\\\end\\n\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\n\u003Cdiv>\\n\u003C\u003Cplugin-library-listing>>\\n\u003C/div>\\n\"},\"$:/core/ui/ControlPanel/Palette\":{\"title\":\"$:/core/ui/ControlPanel/Palette\",\"tags\":\"$:/tags/ControlPanel/Appearance\",\"caption\":\"{{$:/language/ControlPanel/Palette/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Palette/\\n\\n{{$:/snippets/paletteswitcher}}\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/state/ShowPaletteEditor\\\" text=\\\"yes\\\">\\n\\n\u003C$button set=\\\"$:/state/ShowPaletteEditor\\\" setTo=\\\"yes\\\">\u003C\u003Clingo ShowEditor/Caption>>\u003C/$button>\\n\\n\u003C/$reveal>\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/state/ShowPaletteEditor\\\" text=\\\"yes\\\">\\n\\n\u003C$button set=\\\"$:/state/ShowPaletteEditor\\\" setTo=\\\"no\\\">\u003C\u003Clingo HideEditor/Caption>>\u003C/$button>\\n{{$:/PaletteManager}}\\n\\n\u003C/$reveal>\\n\\n\"},\"$:/core/ui/ControlPanel/Parsing\":{\"title\":\"$:/core/ui/ControlPanel/Parsing\",\"tags\":\"$:/tags/ControlPanel/Advanced\",\"caption\":\"{{$:/language/ControlPanel/Parsing/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Parsing/\\n\\n\\\\define toggle(Type)\\n\u003C$checkbox\\ntiddler=\\\"\\\"\\\"$:/config/WikiParserRules/$Type$/$(rule)$\\\"\\\"\\\"\\nfield=\\\"text\\\"\\nchecked=\\\"enable\\\"\\nunchecked=\\\"disable\\\"\\ndefault=\\\"enable\\\">\\n\u003C\u003Crule>>\\n\u003C/$checkbox>\\n\\\\end\\n\\n\\\\define rules(type,Type)\\n\u003C$list filter=\\\"[wikiparserrules[$type$]]\\\" variable=\\\"rule\\\">\\n\u003Cdd>\u003C\u003Ctoggle $Type$>>\u003C/dd>\\n\u003C/$list>\\n\\\\end\\n\\n\u003C\u003Clingo Hint>>\\n\\n\u003Cdl>\\n\u003Cdt>\u003C\u003Clingo Pragma/Caption>>\u003C/dt>\\n\u003C\u003Crules pragma Pragma>>\\n\u003Cdt>\u003C\u003Clingo Inline/Caption>>\u003C/dt>\\n\u003C\u003Crules inline Inline>>\\n\u003Cdt>\u003C\u003Clingo Block/Caption>>\u003C/dt>\\n\u003C\u003Crules block Block>>\\n\u003C/dl>\"},\"$:/core/ui/ControlPanel/Plugins/Add/Languages\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/Add/Languages\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Languages/Caption}} (\u003C$count filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]\\\"/>)\",\"text\":\"\u003C\u003Cdisplay-server-assets language>>\\n\"},\"$:/core/ui/ControlPanel/Plugins/Add/Plugins\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/Add/Plugins\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (\u003C$count filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]\\\"/>)\",\"text\":\"\u003C\u003Cdisplay-server-assets plugin>>\\n\"},\"$:/core/ui/ControlPanel/Plugins/Add/Themes\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/Add/Themes\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Themes/Caption}} (\u003C$count filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]\\\"/>)\",\"text\":\"\u003C\u003Cdisplay-server-assets theme>>\\n\"},\"$:/core/ui/ControlPanel/Plugins/Add/Updates\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/Add/Updates\",\"caption\":\"\u003C$importvariables filter=\\\"$:/core/ui/ControlPanel/Plugins/Add/Updates\\\">{{$:/language/ControlPanel/Plugins/Updates/Caption}} (\u003C\u003Cupdate-count>>)\u003C/$importvariables>\",\"text\":\"\\\\define each-updateable-plugin(body)\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}sort[title]]\\\" variable=\\\"assetInfo\\\">\\n\u003C$set name=\\\"libraryVersion\\\" value={{{ [\u003CassetInfo>get[version]] }}}>\\n\u003C$list filter=\\\"[\u003CassetInfo>get[original-title]has[version]!version\u003ClibraryVersion>]\\\" variable=\\\"ignore\\\">\\n\u003C$set name=\\\"installedVersion\\\" value={{{ [\u003CassetInfo>get[original-title]get[version]] }}}>\\n\u003C$list filter=\\\"[\u003Cinstalledversion>!match\u003ClibraryVersion>]\\\" variable=\\\"ignore\\\">\\n$body$\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define update-all-actions()\\n\u003C$macrocall $name=\\\"each-updateable-plugin\\\" body=\\\"\\\"\\\"\\n\u003C\u003Cinstall-plugin-actions>>\\n\\\"\\\"\\\"/>\\n\\\\end\\n\\n\\\\define update-count()\\n\u003C$wikify name=\\\"count-filter\\\" text=\u003C\u003Ceach-updateable-plugin \\\"&#91;&#91;\u003C$text text=\u003C\u003CassetInfo>>/>]]\\\">>>\u003C$count filter=\u003C\u003Ccount-filter>>/>\u003C/$wikify>\\n\\\\end\\n\\n\u003C$button actions=\u003C\u003Cupdate-all-actions>> class=\\\"tc-btn-invisible tc-install-plugin tc-reinstall-upgrade\\\">\\n{{$:/core/images/download-button}} {{||$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption}}\\n\u003C/$button>\\n\\n\u003Cdiv class=\\\"tc-plugin-library-listing\\\">\\n\u003C$macrocall $name=\\\"each-updateable-plugin\\\" body=\\\"\\\"\\\"\\n\u003C$macrocall $name=\\\"display-plugin-info\\\" type={{{ [\u003CassetInfo>get[original-plugin-type]] }}}/>\\n\\\"\\\"\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/ControlPanel/Plugins/AddPlugins\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/AddPlugins\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Plugins/\\n\\n\u003C$button message=\\\"tm-modal\\\" param=\\\"$:/core/ui/ControlPanel/Modals/AddPlugins\\\" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class=\\\"tc-btn-big-green tc-primary-btn\\\">\\n{{$:/core/images/download-button}} \u003C\u003Clingo Add/Caption>>\\n\u003C/$button>\\n\"},\"$:/core/ui/ControlPanel/Plugins/Installed/Languages\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/Installed/Languages\",\"tags\":\"$:/tags/ControlPanel/Plugins\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Languages/Caption}} (\u003C$count filter=\\\"[!has[draft.of]plugin-type[language]]\\\"/>)\",\"text\":\"\u003C\u003Cplugin-table language>>\\n\"},\"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\",\"tags\":\"$:/tags/ControlPanel/Plugins\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (\u003C$count filter=\\\"[!has[draft.of]plugin-type[plugin]]\\\"/>)\",\"text\":\"\u003C\u003Cplugin-table plugin>>\\n\"},\"$:/core/ui/ControlPanel/Plugins/Installed/Themes\":{\"title\":\"$:/core/ui/ControlPanel/Plugins/Installed/Themes\",\"tags\":\"$:/tags/ControlPanel/Plugins\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Themes/Caption}} (\u003C$count filter=\\\"[!has[draft.of]plugin-type[theme]]\\\"/>)\",\"text\":\"\u003C\u003Cplugin-table theme>>\\n\"},\"$:/core/ui/ControlPanel/Plugins\":{\"title\":\"$:/core/ui/ControlPanel/Plugins\",\"tags\":\"$:/tags/ControlPanel\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Plugins/\\n\\n\\\\define plugin-table(type)\\n\u003C$set name=\\\"plugin-type\\\" value=\\\"\\\"\\\"$type$\\\"\\\"\\\">\\n\u003C$set name=\\\"qualified-state\\\" value=\u003C\u003Cqualify \\\"$:/state/plugin-info\\\">>>\\n\u003C$list filter=\\\"[!has[draft.of]plugin-type[$type$]sort[name]]\\\" emptyMessage=\u003C\u003Clingo \\\"Empty/Hint\\\">> template=\\\"$:/core/ui/Components/plugin-info\\\"/>\\n\u003C/$set>\\n\u003C/$set>\\n\\\\end\\n\\n{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}\\n\\n\u003C\u003Clingo Installed/Hint>>\\n\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[tiddlers+shadows]tag[$:/tags/ControlPanel/Plugins]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\\\" explicitState=\\\"$:/state/tab--86143343\\\"/>\\n\"},\"$:/core/ui/ControlPanel/Saving/DownloadSaver\":{\"title\":\"$:/core/ui/ControlPanel/Saving/DownloadSaver\",\"tags\":\"$:/tags/ControlPanel/Saving\",\"caption\":\"{{$:/language/ControlPanel/Saving/DownloadSaver/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Saving/DownloadSaver/\\n\\n\u003C\u003Clingo Hint>>\\n\\n!! \u003C$link to=\\\"$:/config/DownloadSaver/AutoSave\\\">\u003C\u003Clingo AutoSave/Hint>>\u003C/$link>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/DownloadSaver/AutoSave\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"no\\\"> \u003C\u003Clingo AutoSave/Description>> \u003C/$checkbox>\\n\"},\"$:/core/ui/ControlPanel/Saving/General\":{\"title\":\"$:/core/ui/ControlPanel/Saving/General\",\"tags\":\"$:/tags/ControlPanel/Saving\",\"caption\":\"{{$:/language/ControlPanel/Saving/General/Caption}}\",\"list-before\":\"\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/\\n\\n{{$:/language/ControlPanel/Saving/General/Hint}}\\n\\n!! \u003C$link to=\\\"$:/config/AutoSave\\\">\u003C\u003Clingo AutoSave/Caption>>\u003C/$link>\\n\\n\u003C\u003Clingo AutoSave/Hint>>\\n\\n\u003C$radio tiddler=\\\"$:/config/AutoSave\\\" value=\\\"yes\\\"> \u003C\u003Clingo AutoSave/Enabled/Description>> \u003C/$radio>\\n\\n\u003C$radio tiddler=\\\"$:/config/AutoSave\\\" value=\\\"no\\\"> \u003C\u003Clingo AutoSave/Disabled/Description>> \u003C/$radio>\\n\"},\"$:/core/ui/ControlPanel/Saving/GitHub\":{\"title\":\"$:/core/ui/ControlPanel/Saving/GitHub\",\"tags\":\"$:/tags/ControlPanel/Saving\",\"caption\":\"{{$:/language/ControlPanel/Saving/GitService/GitHub/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\\n\\\\define service-name() ~GitHub\\n\\n\u003C\u003Clingo Description>>\\n\\n|\u003C\u003Clingo UserName>> |\u003C$edit-text tiddler=\\\"$:/GitHub/Username\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo GitHub/Password>> |\u003C$password name=\\\"github\\\"/> |\\n|\u003C\u003Clingo Repo>> |\u003C$edit-text tiddler=\\\"$:/GitHub/Repo\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Branch>> |\u003C$edit-text tiddler=\\\"$:/GitHub/Branch\\\" default=\\\"main\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Path>> |\u003C$edit-text tiddler=\\\"$:/GitHub/Path\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Filename>> |\u003C$edit-text tiddler=\\\"$:/GitHub/Filename\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo ServerURL>> |\u003C$edit-text tiddler=\\\"$:/GitHub/ServerURL\\\" default=\\\"https://api.github.com\\\" tag=\\\"input\\\"/> |\"},\"$:/core/ui/ControlPanel/Saving/GitLab\":{\"title\":\"$:/core/ui/ControlPanel/Saving/GitLab\",\"tags\":\"$:/tags/ControlPanel/Saving\",\"caption\":\"{{$:/language/ControlPanel/Saving/GitService/GitLab/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\\n\\\\define service-name() ~GitLab\\n\\n\u003C\u003Clingo Description>>\\n\\n|\u003C\u003Clingo UserName>> |\u003C$edit-text tiddler=\\\"$:/GitLab/Username\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo GitLab/Password>> |\u003C$password name=\\\"gitlab\\\"/> |\\n|\u003C\u003Clingo Repo>> |\u003C$edit-text tiddler=\\\"$:/GitLab/Repo\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Branch>> |\u003C$edit-text tiddler=\\\"$:/GitLab/Branch\\\" default=\\\"master\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Path>> |\u003C$edit-text tiddler=\\\"$:/GitLab/Path\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Filename>> |\u003C$edit-text tiddler=\\\"$:/GitLab/Filename\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo ServerURL>> |\u003C$edit-text tiddler=\\\"$:/GitLab/ServerURL\\\" default=\\\"https://gitlab.com/api/v4\\\" tag=\\\"input\\\"/> |\"},\"$:/core/ui/ControlPanel/Saving/TiddlySpot\":{\"title\":\"$:/core/ui/ControlPanel/Saving/TiddlySpot\",\"tags\":\"$:/tags/ControlPanel/Saving\",\"caption\":\"{{$:/language/ControlPanel/Saving/TiddlySpot/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Saving/TiddlySpot/\\n\\n\\\\define siteURL(path)\\nhttp://$(userName)$.tiddlyspot.com/$path$/\\n\\\\end\\n\\\\define siteLink(path)\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/UploadName\\\" text=\\\"\\\">\\n\u003C$set name=\\\"userName\\\" value={{$:/UploadName}}>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/UploadURL\\\" text=\\\"\\\">\\n\u003C\u003CsiteURL $path$>>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/UploadURL\\\" text=\\\"\\\">\\n\u003C$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>\\n\u003C/$reveal>\\n\u003C/$set>\\n\u003C/$reveal>\\n\\\\end\\n\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n\u003C\u003Clingo ReadOnly>>\\n\\n\u003C/div>\\n\\n\u003C\u003Clingo Description>>\\n\\n|\u003C\u003Clingo UserName>> |\u003C$edit-text tiddler=\\\"$:/UploadName\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Password>> |\u003C$password name=\\\"upload\\\"/> |\\n\\n''\u003C\u003Clingo Advanced/Heading>>''\\n\\n|\u003C\u003Clingo ServerURL>> |\u003C$edit-text tiddler=\\\"$:/UploadURL\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Filename>> |\u003C$edit-text tiddler=\\\"$:/UploadFilename\\\" default=\\\"index.html\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo UploadDir>> |\u003C$edit-text tiddler=\\\"$:/UploadDir\\\" default=\\\".\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo BackupDir>> |\u003C$edit-text tiddler=\\\"$:/UploadBackupDir\\\" default=\\\".\\\" tag=\\\"input\\\"/> |\\n\\n\u003C\u003Clingo TiddlySpot/Hint>>\\n\"},\"$:/core/ui/ControlPanel/Saving/Gitea\":{\"title\":\"$:/core/ui/ControlPanel/Saving/Gitea\",\"tags\":\"$:/tags/ControlPanel/Saving\",\"caption\":\"{{$:/language/ControlPanel/Saving/GitService/Gitea/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\\n\\\\define service-name() ~Gitea\\n\\n\u003C\u003Clingo Description>>\\n\\n|\u003C\u003Clingo UserName>> |\u003C$edit-text tiddler=\\\"$:/Gitea/Username\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Gitea/Password>> |\u003C$password name=\\\"Gitea\\\"/> |\\n|\u003C\u003Clingo Repo>> |\u003C$edit-text tiddler=\\\"$:/Gitea/Repo\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Branch>> |\u003C$edit-text tiddler=\\\"$:/Gitea/Branch\\\" default=\\\"master\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Path>> |\u003C$edit-text tiddler=\\\"$:/Gitea/Path\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo Filename>> |\u003C$edit-text tiddler=\\\"$:/Gitea/Filename\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C\u003Clingo ServerURL>> |\u003C$edit-text tiddler=\\\"$:/Gitea/ServerURL\\\" default=\\\"https://gitea/api/v1\\\" tag=\\\"input\\\"/> |\\n\"},\"$:/core/ui/ControlPanel/Saving\":{\"title\":\"$:/core/ui/ControlPanel/Saving\",\"tags\":\"$:/tags/ControlPanel\",\"caption\":\"{{$:/language/ControlPanel/Saving/Caption}}\",\"text\":\"{{$:/language/ControlPanel/Saving/Hint}}\\n\\n\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Saving]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/Saving/General\\\" explicitState=\\\"$:/state/tab-2065006209\\\"/>\\n\u003C/div>\\n\"},\"$:/core/buttonstyles/Borderless\":{\"title\":\"$:/core/buttonstyles/Borderless\",\"tags\":\"$:/tags/ToolbarButtonStyle\",\"caption\":\"{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless}}\",\"text\":\"tc-btn-invisible\"},\"$:/core/buttonstyles/Boxed\":{\"title\":\"$:/core/buttonstyles/Boxed\",\"tags\":\"$:/tags/ToolbarButtonStyle\",\"caption\":\"{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed}}\",\"text\":\"tc-btn-boxed\"},\"$:/core/buttonstyles/Rounded\":{\"title\":\"$:/core/buttonstyles/Rounded\",\"tags\":\"$:/tags/ToolbarButtonStyle\",\"caption\":\"{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded}}\",\"text\":\"tc-btn-rounded\"},\"$:/core/ui/ControlPanel/Settings/CamelCase\":{\"title\":\"$:/core/ui/ControlPanel/Settings/CamelCase\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/CamelCase/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/CamelCase/\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/WikiParserRules/Inline/wikilink\\\" field=\\\"text\\\" checked=\\\"enable\\\" unchecked=\\\"disable\\\" default=\\\"enable\\\"> \u003C$link to=\\\"$:/config/WikiParserRules/Inline/wikilink\\\">\u003C\u003Clingo Description>>\u003C/$link> \u003C/$checkbox>\\n\"},\"$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab\":{\"title\":\"$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab\",\"caption\":\"{{$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption}}\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/DefaultMoreSidebarTab/\\n\\n\u003C$link to=\\\"$:/config/DefaultMoreSidebarTab\\\">\u003C\u003Clingo Hint>>\u003C/$link>\\n\\n\u003C$select tiddler=\\\"$:/config/DefaultMoreSidebarTab\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C$transclude field=\\\"caption\\\">\u003C$text text=\u003C\u003CcurrentTiddler>>/>\u003C/$transclude>\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\"},\"$:/core/ui/ControlPanel/Settings/DefaultSidebarTab\":{\"title\":\"$:/core/ui/ControlPanel/Settings/DefaultSidebarTab\",\"caption\":\"{{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/\\n\\n\u003C$link to=\\\"$:/config/DefaultSidebarTab\\\">\u003C\u003Clingo Hint>>\u003C/$link>\\n\\n\u003C$select tiddler=\\\"$:/config/DefaultSidebarTab\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C$transclude field=\\\"caption\\\">\u003C$text text=\u003C\u003CcurrentTiddler>>/>\u003C/$transclude>\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\"},\"$:/core/ui/ControlPanel/Settings/EditorToolbar\":{\"title\":\"$:/core/ui/ControlPanel/Settings/EditorToolbar\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/EditorToolbar/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/EditorToolbar/\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/TextEditor/EnableToolbar\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\"> \u003C$link to=\\\"$:/config/TextEditor/EnableToolbar\\\">\u003C\u003Clingo Description>>\u003C/$link> \u003C/$checkbox>\\n\\n\"},\"$:/core/ui/ControlPanel/Settings/InfoPanelMode\":{\"title\":\"$:/core/ui/ControlPanel/Settings/InfoPanelMode\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/InfoPanelMode/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/InfoPanelMode/\\n\u003C$link to=\\\"$:/config/TiddlerInfo/Mode\\\">\u003C\u003Clingo Hint>>\u003C/$link>\\n\\n\u003C$radio tiddler=\\\"$:/config/TiddlerInfo/Mode\\\" value=\\\"popup\\\"> \u003C\u003Clingo Popup/Description>> \u003C/$radio>\\n\\n\u003C$radio tiddler=\\\"$:/config/TiddlerInfo/Mode\\\" value=\\\"sticky\\\"> \u003C\u003Clingo Sticky/Description>> \u003C/$radio>\\n\"},\"$:/core/ui/ControlPanel/Settings/LinkToBehaviour\":{\"title\":\"$:/core/ui/ControlPanel/Settings/LinkToBehaviour\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/LinkToBehaviour/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/LinkToBehaviour/\\n\\n\u003C$link to=\\\"$:/config/Navigation/openLinkFromInsideRiver\\\">\u003C\u003Clingo \\\"InsideRiver/Hint\\\">>\u003C/$link>\\n\\n\u003C$select tiddler=\\\"$:/config/Navigation/openLinkFromInsideRiver\\\">\\n \u003Coption value=\\\"above\\\">\u003C\u003Clingo \\\"OpenAbove\\\">>\u003C/option>\\n \u003Coption value=\\\"below\\\">\u003C\u003Clingo \\\"OpenBelow\\\">>\u003C/option>\\n \u003Coption value=\\\"top\\\">\u003C\u003Clingo \\\"OpenAtTop\\\">>\u003C/option>\\n \u003Coption value=\\\"bottom\\\">\u003C\u003Clingo \\\"OpenAtBottom\\\">>\u003C/option>\\n\u003C/$select>\\n\\n\u003C$link to=\\\"$:/config/Navigation/openLinkFromOutsideRiver\\\">\u003C\u003Clingo \\\"OutsideRiver/Hint\\\">>\u003C/$link>\\n\\n\u003C$select tiddler=\\\"$:/config/Navigation/openLinkFromOutsideRiver\\\">\\n \u003Coption value=\\\"top\\\">\u003C\u003Clingo \\\"OpenAtTop\\\">>\u003C/option>\\n \u003Coption value=\\\"bottom\\\">\u003C\u003Clingo \\\"OpenAtBottom\\\">>\u003C/option>\\n\u003C/$select>\\n\"},\"$:/core/ui/ControlPanel/Settings/MissingLinks\":{\"title\":\"$:/core/ui/ControlPanel/Settings/MissingLinks\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/MissingLinks/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/MissingLinks/\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/MissingLinks\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\"> \u003C$link to=\\\"$:/config/MissingLinks\\\">\u003C\u003Clingo Description>>\u003C/$link> \u003C/$checkbox>\\n\\n\"},\"$:/core/ui/ControlPanel/Settings/NavigationAddressBar\":{\"title\":\"$:/core/ui/ControlPanel/Settings/NavigationAddressBar\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/NavigationAddressBar/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/NavigationAddressBar/\\n\\n\u003C$link to=\\\"$:/config/Navigation/UpdateAddressBar\\\">\u003C\u003Clingo Hint>>\u003C/$link>\\n\\n\u003C$radio tiddler=\\\"$:/config/Navigation/UpdateAddressBar\\\" value=\\\"permaview\\\"> \u003C\u003Clingo Permaview/Description>> \u003C/$radio>\\n\\n\u003C$radio tiddler=\\\"$:/config/Navigation/UpdateAddressBar\\\" value=\\\"permalink\\\"> \u003C\u003Clingo Permalink/Description>> \u003C/$radio>\\n\\n\u003C$radio tiddler=\\\"$:/config/Navigation/UpdateAddressBar\\\" value=\\\"no\\\"> \u003C\u003Clingo No/Description>> \u003C/$radio>\\n\"},\"$:/core/ui/ControlPanel/Settings/NavigationHistory\":{\"title\":\"$:/core/ui/ControlPanel/Settings/NavigationHistory\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/NavigationHistory/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/NavigationHistory/\\n\u003C$link to=\\\"$:/config/Navigation/UpdateHistory\\\">\u003C\u003Clingo Hint>>\u003C/$link>\\n\\n\u003C$radio tiddler=\\\"$:/config/Navigation/UpdateHistory\\\" value=\\\"yes\\\"> \u003C\u003Clingo Yes/Description>> \u003C/$radio>\\n\\n\u003C$radio tiddler=\\\"$:/config/Navigation/UpdateHistory\\\" value=\\\"no\\\"> \u003C\u003Clingo No/Description>> \u003C/$radio>\\n\"},\"$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode\":{\"title\":\"$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/NavigationPermalinkviewMode/\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/Navigation/Permalinkview/CopyToClipboard\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\"> \u003C$link to=\\\"$:/config/Navigation/Permalinkview/CopyToClipboard\\\">\u003C\u003Clingo CopyToClipboard/Description>>\u003C/$link> \u003C/$checkbox>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/Navigation/Permalinkview/UpdateAddressBar\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\"> \u003C$link to=\\\"$:/config/Navigation/Permalinkview/UpdateAddressBar\\\">\u003C\u003Clingo UpdateAddressBar/Description>>\u003C/$link> \u003C/$checkbox>\\n\"},\"$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation\":{\"title\":\"$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/PerformanceInstrumentation/\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/Performance/Instrumentation\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"no\\\"> \u003C$link to=\\\"$:/config/Performance/Instrumentation\\\">\u003C\u003Clingo Description>>\u003C/$link> \u003C/$checkbox>\\n\"},\"$:/core/ui/ControlPanel/Settings/TitleLinks\":{\"title\":\"$:/core/ui/ControlPanel/Settings/TitleLinks\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/TitleLinks/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/TitleLinks/\\n\u003C$link to=\\\"$:/config/Tiddlers/TitleLinks\\\">\u003C\u003Clingo Hint>>\u003C/$link>\\n\\n\u003C$radio tiddler=\\\"$:/config/Tiddlers/TitleLinks\\\" value=\\\"yes\\\"> \u003C\u003Clingo Yes/Description>> \u003C/$radio>\\n\\n\u003C$radio tiddler=\\\"$:/config/Tiddlers/TitleLinks\\\" value=\\\"no\\\"> \u003C\u003Clingo No/Description>> \u003C/$radio>\\n\"},\"$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle\":{\"title\":\"$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtonStyle/\\n\u003C$link to=\\\"$:/config/Toolbar/ButtonClass\\\">\u003C\u003Clingo \\\"Hint\\\">>\u003C/$link>\\n\\n\u003C$select tiddler=\\\"$:/config/Toolbar/ButtonClass\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ToolbarButtonStyle]]\\\">\\n\u003Coption value={{!!text}}>{{!!caption}}\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\"},\"$:/core/ui/ControlPanel/Settings/ToolbarButtons\":{\"title\":\"$:/core/ui/ControlPanel/Settings/ToolbarButtons\",\"tags\":\"$:/tags/ControlPanel/Settings\",\"caption\":\"{{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/Toolbar/Icons\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\"> \u003C$link to=\\\"$:/config/Toolbar/Icons\\\">\u003C\u003Clingo Icons/Description>>\u003C/$link> \u003C/$checkbox>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/Toolbar/Text\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"no\\\"> \u003C$link to=\\\"$:/config/Toolbar/Text\\\">\u003C\u003Clingo Text/Description>>\u003C/$link> \u003C/$checkbox>\\n\"},\"$:/core/ui/ControlPanel/Settings\":{\"title\":\"$:/core/ui/ControlPanel/Settings\",\"tags\":\"$:/tags/ControlPanel\",\"caption\":\"{{$:/language/ControlPanel/Settings/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/\\n\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\\\">\\n\\n\u003Cdiv style=\\\"border-top:1px solid #eee;\\\">\\n\\n!! \u003C$link>\u003C$transclude field=\\\"caption\\\"/>\u003C/$link>\\n\\n\u003C$transclude/>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/ControlPanel/StoryView\":{\"title\":\"$:/core/ui/ControlPanel/StoryView\",\"tags\":\"$:/tags/ControlPanel/Appearance\",\"caption\":\"{{$:/language/ControlPanel/StoryView/Caption}}\",\"text\":\"{{$:/snippets/viewswitcher}}\\n\"},\"$:/core/ui/ControlPanel/Stylesheets\":{\"title\":\"$:/core/ui/ControlPanel/Stylesheets\",\"tags\":\"$:/tags/ControlPanel/Advanced\",\"caption\":\"{{$:/language/ControlPanel/Stylesheets/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/\\n\\n\u003C\u003Clingo Stylesheets/Hint>>\\n\\n{{$:/snippets/peek-stylesheets}}\\n\"},\"$:/core/ui/ControlPanel/Theme\":{\"title\":\"$:/core/ui/ControlPanel/Theme\",\"tags\":\"$:/tags/ControlPanel/Appearance\",\"caption\":\"{{$:/language/ControlPanel/Theme/Caption}}\",\"text\":\"{{$:/snippets/themeswitcher}}\\n\"},\"$:/core/ui/ControlPanel/TiddlerFields\":{\"title\":\"$:/core/ui/ControlPanel/TiddlerFields\",\"tags\":\"$:/tags/ControlPanel/Advanced\",\"caption\":\"{{$:/language/ControlPanel/TiddlerFields/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/\\n\\n\u003C\u003Clingo TiddlerFields/Hint>>\\n\\n{{$:/snippets/allfields}}\"},\"$:/core/ui/ControlPanel/Toolbars/EditToolbar\":{\"title\":\"$:/core/ui/ControlPanel/Toolbars/EditToolbar\",\"tags\":\"$:/tags/ControlPanel/Toolbars\",\"caption\":\"{{$:/language/ControlPanel/Toolbars/EditToolbar/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\\n\\\\define config-base() $:/config/EditToolbarButtons/Visibility/\\n\\n{{$:/language/ControlPanel/Toolbars/EditToolbar/Hint}}\\n\\n\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$macrocall $name=\\\"list-tagged-draggable\\\" tag=\\\"$:/tags/EditToolbar\\\" itemTemplate=\\\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\\\"/>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\"},\"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate\":{\"title\":\"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate\",\"text\":\"\\\\define config-title()\\n$(config-base)$$(currentTiddler)$\\n\\\\end\\n\\n\u003C$draggable tiddler=\u003C\u003CcurrentTiddler>>>\\n\u003C$checkbox tiddler=\u003C\u003Cconfig-title>> field=\\\"text\\\" checked=\\\"show\\\" unchecked=\\\"hide\\\" default=\\\"show\\\"/> \u003Cspan class=\\\"tc-icon-wrapper\\\">\u003C$transclude tiddler={{!!icon}}/>\u003C/span> \u003C$transclude field=\\\"caption\\\"/> -- \u003Ci class=\\\"tc-muted\\\">\u003C$transclude field=\\\"description\\\"/>\u003C/i>\\n\u003C/$draggable>\\n\"},\"$:/core/ui/ControlPanel/Toolbars/EditorToolbar\":{\"title\":\"$:/core/ui/ControlPanel/Toolbars/EditorToolbar\",\"tags\":\"$:/tags/ControlPanel/Toolbars\",\"caption\":\"{{$:/language/ControlPanel/Toolbars/EditorToolbar/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\\n\\\\define config-base() $:/config/EditorToolbarButtons/Visibility/\\n\\n{{$:/language/ControlPanel/Toolbars/EditorToolbar/Hint}}\\n\\n\u003C$macrocall $name=\\\"list-tagged-draggable\\\" tag=\\\"$:/tags/EditorToolbar\\\" itemTemplate=\\\"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate\\\"/>\\n\"},\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\":{\"title\":\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\",\"text\":\"\\\\define config-title()\\n$(config-base)$$(currentTiddler)$\\n\\\\end\\n\\n\u003C$draggable tiddler=\u003C\u003CcurrentTiddler>>>\\n\u003C$checkbox tiddler=\u003C\u003Cconfig-title>> field=\\\"text\\\" checked=\\\"show\\\" unchecked=\\\"hide\\\" default=\\\"show\\\"/> \u003Cspan class=\\\"tc-icon-wrapper\\\"> \u003C$transclude field=\\\"caption\\\"/> \u003Ci class=\\\"tc-muted\\\">-- \u003C$transclude field=\\\"description\\\"/>\u003C/i>\u003C/span>\\n\u003C/$draggable>\\n\"},\"$:/core/ui/ControlPanel/Toolbars/PageControls\":{\"title\":\"$:/core/ui/ControlPanel/Toolbars/PageControls\",\"tags\":\"$:/tags/ControlPanel/Toolbars\",\"caption\":\"{{$:/language/ControlPanel/Toolbars/PageControls/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\\n\\\\define config-base() $:/config/PageControlButtons/Visibility/\\n\\n{{$:/language/ControlPanel/Toolbars/PageControls/Hint}}\\n\\n\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$macrocall $name=\\\"list-tagged-draggable\\\" tag=\\\"$:/tags/PageControls\\\" itemTemplate=\\\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\\\"/>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\"},\"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\":{\"title\":\"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\",\"tags\":\"$:/tags/ControlPanel/Toolbars\",\"caption\":\"{{$:/language/ControlPanel/Toolbars/ViewToolbar/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\\n\\\\define config-base() $:/config/ViewToolbarButtons/Visibility/\\n\\n{{$:/language/ControlPanel/Toolbars/ViewToolbar/Hint}}\\n\\n\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$macrocall $name=\\\"list-tagged-draggable\\\" tag=\\\"$:/tags/ViewToolbar\\\" itemTemplate=\\\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\\\"/>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\"},\"$:/core/ui/ControlPanel/Toolbars\":{\"title\":\"$:/core/ui/ControlPanel/Toolbars\",\"tags\":\"$:/tags/ControlPanel/Appearance\",\"caption\":\"{{$:/language/ControlPanel/Toolbars/Caption}}\",\"text\":\"{{$:/language/ControlPanel/Toolbars/Hint}}\\n\\n\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\\\" class=\\\"tc-vertical\\\" explicitState=\\\"$:/state/tabs/controlpanel/toolbars-1345989671\\\"/>\\n\u003C/div>\\n\"},\"$:/ControlPanel\":{\"title\":\"$:/ControlPanel\",\"icon\":\"$:/core/images/options-button\",\"color\":\"#bbb\",\"text\":\"\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/Info\\\" explicitState=\\\"$:/state/tab-1749438307\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/DefaultSearchResultList\":{\"title\":\"$:/core/ui/DefaultSearchResultList\",\"tags\":\"$:/tags/SearchResults\",\"caption\":\"{{$:/language/Search/DefaultResults/Caption}}\",\"first-search-filter\":\"[!is[system]search:title\u003CuserInput>sort[title]limit[250]]\",\"second-search-filter\":\"[!is[system]search\u003CuserInput>sort[title]limit[250]]\",\"text\":\"\\\\define searchResultList()\\n//\u003Csmall>{{$:/language/Search/Matches/Title}}\u003C/small>//\\n\\n\u003C$list filter=\\\"[\u003CuserInput>minlength[1]]\\\" variable=\\\"ignore\\\">\\n\u003C$list filter={{{ [\u003CconfigTiddler>get[first-search-filter]] }}}>\\n\u003Cspan class={{{[\u003CcurrentTiddler>addsuffix[-primaryList]] -[\u003CsearchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\\n\u003C$transclude tiddler=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$list>\\n\\n//\u003Csmall>{{$:/language/Search/Matches/All}}\u003C/small>//\\n\\n\u003C$list filter=\\\"[\u003CuserInput>minlength[1]]\\\" variable=\\\"ignore\\\">\\n\u003C$list filter={{{ [\u003CconfigTiddler>get[second-search-filter]] }}}>\\n\u003Cspan class={{{[\u003CcurrentTiddler>addsuffix[-secondaryList]] -[\u003CsearchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\\n\u003C$transclude tiddler=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$list>\\n\\n\\\\end\\n\u003C\u003CsearchResultList>>\\n\"},\"$:/core/ui/EditTemplate/body/preview/diffs-current\":{\"title\":\"$:/core/ui/EditTemplate/body/preview/diffs-current\",\"tags\":\"$:/tags/EditPreview\",\"caption\":\"{{$:/language/EditTemplate/Body/Preview/Type/DiffCurrent}}\",\"list-after\":\"$:/core/ui/EditTemplate/body/preview/output\",\"text\":\"\u003C$list filter=\\\"[\u003CcurrentTiddler>!is[image]]\\\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\\n\\n\u003C$macrocall $name=\\\"compareTiddlerText\\\" sourceTiddlerTitle={{!!draft.of}} destTiddlerTitle=\u003C\u003CcurrentTiddler>>/>\\n\\n\u003C/$list>\\n\\n\"},\"$:/core/ui/EditTemplate/body/preview/diffs-shadow\":{\"title\":\"$:/core/ui/EditTemplate/body/preview/diffs-shadow\",\"tags\":\"$:/tags/EditPreview\",\"caption\":\"{{$:/language/EditTemplate/Body/Preview/Type/DiffShadow}}\",\"list-after\":\"$:/core/ui/EditTemplate/body/preview/output\",\"text\":\"\u003C$list filter=\\\"[\u003CcurrentTiddler>!is[image]]\\\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\\n\\n\u003C$macrocall $name=\\\"compareTiddlerText\\\" sourceTiddlerTitle={{{ [{!!draft.of}shadowsource[]] }}} sourceSubTiddlerTitle={{!!draft.of}} destTiddlerTitle=\u003C\u003CcurrentTiddler>>/>\\n\\n\u003C/$list>\\n\\n\"},\"$:/core/ui/EditTemplate/body/preview/output\":{\"title\":\"$:/core/ui/EditTemplate/body/preview/output\",\"tags\":\"$:/tags/EditPreview\",\"caption\":\"{{$:/language/EditTemplate/Body/Preview/Type/Output}}\",\"text\":\"\\\\import [all[shadows+tiddlers]tag[$:/tags/Macro/View]!has[draft.of]]\\n\u003C$set name=\\\"tv-tiddler-preview\\\" value=\\\"yes\\\">\\n\\n\u003C$transclude />\\n\\n\u003C/$set>\\n\"},\"$:/state/showeditpreview\":{\"title\":\"$:/state/showeditpreview\",\"text\":\"no\"},\"$:/core/ui/EditTemplate/body/editor\":{\"title\":\"$:/core/ui/EditTemplate/body/editor\",\"text\":\"\u003C$edit\\n\\n field=\\\"text\\\"\\n class=\\\"tc-edit-texteditor tc-edit-texteditor-body\\\"\\n placeholder={{$:/language/EditTemplate/Body/Placeholder}}\\n tabindex={{$:/config/EditTabIndex}}\\n focus={{{ [{$:/config/AutoFocus}match[text]then[true]] ~[[false]] }}}\\n cancelPopups=\\\"yes\\\"\\n fileDrop={{{ [{$:/config/DragAndDrop/Enable}match[no]] :else[subfilter{$:/config/Editor/EnableImportFilter}then[yes]else[no]] }}}\\n\\n>\u003C$set\\n\\n name=\\\"targetTiddler\\\"\\n value=\u003C\u003CcurrentTiddler>>\\n\\n>\u003C$list\\n\\n filter=\\\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]\\\"\\n\\n>\u003C$reveal\\n\\n type=\\\"nomatch\\\"\\n state=\u003C\u003Cconfig-visibility-title>>\\n text=\\\"hide\\\"\\n class=\\\"tc-text-editor-toolbar-item-wrapper\\\"\\n\\n>\u003C$transclude\\n\\n tiddler=\\\"$:/core/ui/EditTemplate/body/toolbar/button\\\"\\n mode=\\\"inline\\\"\\n\\n/>\u003C/$reveal>\u003C/$list>\u003C$list\\n\\n filter=\\\"[all[shadows+tiddlers]tag[$:/tags/EditorTools]!has[draft.of]]\\\"\\n\\n>\u003C$list\\n\\tfilter={{!!condition}}\\n\\tvariable=\\\"list-condition\\\"\\n>\u003C$transclude/>\\n\u003C/$list>\u003C/$list>\u003C/$set>\u003C/$edit>\\n\"},\"$:/core/ui/EditTemplate/body/toolbar/button\":{\"title\":\"$:/core/ui/EditTemplate/body/toolbar/button\",\"text\":\"\\\\define toolbar-button-icon()\\n\u003C$list\\n\\n filter=\\\"[all[current]!has[custom-icon]]\\\"\\n variable=\\\"no-custom-icon\\\"\\n\\n>\u003C$transclude\\n\\n tiddler={{!!icon}}\\n\\n/>\u003C/$list>\\n\\\\end\\n\\n\\\\define toolbar-button-tooltip()\\n{{!!description}}\u003C$macrocall $name=\\\"displayshortcuts\\\" $output=\\\"text/plain\\\" shortcuts={{!!shortcuts}} prefix=\\\"` - [\\\" separator=\\\"] [\\\" suffix=\\\"]`\\\"/>\\n\\\\end\\n\\n\\\\define toolbar-button()\\n\u003C$list\\n\\n filter={{!!condition}}\\n variable=\\\"list-condition\\\"\\n\\n>\u003C$wikify\\n\\n name=\\\"tooltip-text\\\"\\n text=\u003C\u003Ctoolbar-button-tooltip>>\\n mode=\\\"inline\\\"\\n output=\\\"text\\\"\\n\\n>\u003C$list\\n\\n filter=\\\"[all[current]!has[dropdown]]\\\"\\n variable=\\\"no-dropdown\\\"\\n\\n>\u003C$set name=disabled filter={{!!condition-disabled}}>\u003C$button\\n\\n class=\\\"tc-btn-invisible $(buttonClasses)$\\\"\\n tooltip=\u003C\u003Ctooltip-text>>\\n actions={{!!actions}}\\n disabled=\u003C\u003Cdisabled>>\\n\\n>\u003Cspan\\n\\n data-tw-keyboard-shortcut={{{ [\u003Cdisabled>match[yes]then[]else{!!shortcuts}] }}}\\n\\n/>\u003C\u003Ctoolbar-button-icon>>\u003C$transclude\\n\\n tiddler=\u003C\u003CcurrentTiddler>>\\n field=\\\"text\\\"\\n\\n/>\u003C/$button>\u003C/$set>\u003C/$list>\u003C$list\\n\\n filter=\\\"[all[current]has[dropdown]]\\\"\\n variable=\\\"dropdown\\\"\\n\\n>\u003C$set\\n\\n name=\\\"dropdown-state\\\"\\n value=\u003C\u003Cqualify \\\"$:/state/EditorToolbarDropdown\\\">>\\n\\n>\u003C$set name=disabled filter={{!!condition-disabled}}>\u003C$button\\n\\n popup=\u003C\u003Cdropdown-state>>\\n class=\\\"tc-popup-keep tc-btn-invisible $(buttonClasses)$\\\"\\n selectedClass=\\\"tc-selected\\\"\\n tooltip=\u003C\u003Ctooltip-text>>\\n actions={{!!actions}}\\n disabled=\u003C\u003Cdisabled>>\\n\\n>\u003Cspan\\n\\n data-tw-keyboard-shortcut={{{ [\u003Cdisabled>match[yes]then[]else{!!shortcuts}] }}}\\n\\n/>\u003C\u003Ctoolbar-button-icon>>\u003C$transclude\\n\\n tiddler=\u003C\u003CcurrentTiddler>>\\n field=\\\"text\\\"\\n\\n/>\u003C/$button>\u003C/$set>\u003C$reveal\\n\\n state=\u003C\u003Cdropdown-state>>\\n type=\\\"popup\\\"\\n position=\\\"below\\\"\\n animate=\\\"yes\\\"\\n tag=\\\"span\\\"\\n\\n>\u003Cdiv\\n\\n class=\\\"tc-drop-down tc-popup-keep\\\"\\n\\n>\u003C$transclude\\n\\n tiddler={{!!dropdown}}\\n mode=\\\"block\\\"\\n\\n/>\u003C/div>\u003C/$reveal>\u003C/$set>\u003C/$list>\u003C/$wikify>\u003C/$list>\\n\\\\end\\n\\n\\\\define toolbar-button-outer()\\n\u003C$set\\n\\n name=\\\"buttonClasses\\\"\\n value={{!!button-classes}}\\n\\n>\u003C\u003Ctoolbar-button>>\u003C/$set>\\n\\\\end\\n\\n\u003C\u003Ctoolbar-button-outer>>\"},\"$:/core/ui/EditTemplate/body\":{\"title\":\"$:/core/ui/EditTemplate/body\",\"tags\":\"$:/tags/EditTemplate\",\"text\":\"\\\\define lingo-base() $:/language/EditTemplate/Body/\\n\\\\define config-visibility-title()\\n$:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$\\n\\\\end\\n\\n\\\\define importFileActions()\\n\u003C$action-popup $state=\u003C\u003CimportState>> $coords=\\\"(0,0,0,0)\\\" $floating=\\\"yes\\\"/>\\n\\\\end\\n\\n\u003C$list filter=\\\"[all[current]has[_canonical_uri]]\\\">\\n\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n\u003C\u003Clingo External/Hint>>\\n\\n\u003Ca href={{!!_canonical_uri}}>\u003C$text text={{!!_canonical_uri}}/>\u003C/a>\\n\\n\u003C$edit-text field=\\\"_canonical_uri\\\" class=\\\"tc-edit-fields\\\" tabindex={{$:/config/EditTabIndex}} cancelPopups=\\\"yes\\\">\u003C/$edit-text>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[all[current]!has[_canonical_uri]]\\\">\\n\u003C$vars importTitle=\u003C\u003Cqualify $:/ImportImage>> importState=\u003C\u003Cqualify $:/state/ImportImage>> >\\n\u003C$dropzone importTitle=\u003C\u003CimportTitle>> autoOpenOnImport=\\\"no\\\" contentTypesFilter={{$:/config/Editor/ImportContentTypesFilter}} class=\\\"tc-dropzone-editor\\\" enable={{{ [{$:/config/DragAndDrop/Enable}match[no]] :else[subfilter{$:/config/Editor/EnableImportFilter}then[yes]else[no]] }}} filesOnly=\\\"yes\\\" actions=\u003C\u003CimportFileActions>> >\u003C$reveal state=\\\"$:/state/showeditpreview\\\" type=\\\"match\\\" text=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-tiddler-preview\\\">\\n\\n\u003C$transclude tiddler=\\\"$:/core/ui/EditTemplate/body/editor\\\" mode=\\\"inline\\\"/>\\n\\n\u003Cdiv class=\\\"tc-tiddler-preview-preview\\\">\\n\\n\u003C$transclude tiddler={{$:/state/editpreviewtype}} mode=\\\"inline\\\">\\n\\n\u003C$transclude tiddler=\\\"$:/core/ui/EditTemplate/body/preview/output\\\" mode=\\\"inline\\\"/>\\n\\n\u003C/$transclude>\\n\\n\u003C/div>\\n\\n\u003C/div>\\n\u003C/$reveal>\\n\\n\u003C$reveal state=\\\"$:/state/showeditpreview\\\" type=\\\"nomatch\\\" text=\\\"yes\\\">\\n\\n\u003C$transclude tiddler=\\\"$:/core/ui/EditTemplate/body/editor\\\" mode=\\\"inline\\\"/>\\n\\n\u003C/$reveal>\\n\u003C/$dropzone>\\n\u003C/$vars>\\n\u003C/$list>\"},\"$:/core/ui/EditTemplate/controls\":{\"title\":\"$:/core/ui/EditTemplate/controls\",\"tags\":\"$:/tags/EditTemplate\",\"text\":\"\\\\define config-title()\\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\\n\\\\end\\n\u003Cdiv class=\\\"tc-tiddler-title tc-tiddler-edit-title\\\">\\n\u003C$view field=\\\"title\\\"/>\\n\u003Cspan class=\\\"tc-tiddler-controls tc-titlebar\\\">\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\\\" variable=\\\"listItem\\\">\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Cconfig-title>> text=\\\"hide\\\">\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\u003C/$reveal>\u003C/$list>\u003C/span>\\n\u003Cdiv style=\\\"clear: both;\\\">\u003C/div>\\n\u003C/div>\\n\"},\"$:/core/ui/EditTemplate/fields\":{\"title\":\"$:/core/ui/EditTemplate/fields\",\"tags\":\"$:/tags/EditTemplate\",\"text\":\"\\\\define lingo-base() $:/language/EditTemplate/\\n\\\\define config-title()\\n$:/config/EditTemplateFields/Visibility/$(currentField)$\\n\\\\end\\n\\n\\\\define config-filter()\\n[[hide]] -[title{$(config-title)$}]\\n\\\\end\\n\\n\\\\define current-tiddler-new-field-selector()\\n[data-tiddler-title=\\\"$(currentTiddlerCSSescaped)$\\\"] .tc-edit-field-add-name-wrapper input\\n\\\\end\\n\\n\\\\define new-field-actions()\\n\u003C$action-sendmessage $message=\\\"tm-add-field\\\" $name={{{ [\u003CnewFieldNameTiddler>get[text]] }}} $value={{{ [\u003CnewFieldValueTiddler>get[text]] }}}/>\\n\u003C$action-deletetiddler $filter=\\\"[\u003CnewFieldNameTiddler>] [\u003CnewFieldValueTiddler>] [\u003CstoreTitle>] [\u003CsearchListState>]\\\"/>\\n\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\u003C\u003Ccurrent-tiddler-new-field-selector>>/>\\n\\\\end\\n\\n\\\\define delete-state-tiddlers() \u003C$action-deletetiddler $filter=\\\"[\u003CnewFieldNameTiddler>] [\u003CstoreTitle>] [\u003CsearchListState>]\\\"/>\\n\\n\\\\define cancel-search-actions-inner()\\n\u003C$list filter=\\\"[\u003CstoreTitle>has[text]] [\u003CnewFieldNameTiddler>has[text]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\\\"\\\"\u003C\u003Ccancel-delete-tiddler-actions \\\"cancel\\\">>\\\"\\\"\\\">\\n\u003C\u003Cdelete-state-tiddlers>>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define cancel-search-actions()\\n\u003C$set name=\\\"userInput\\\" value={{{ [\u003CstoreTitle>get[text]] }}}>\\n\u003C$list filter=\\\"[\u003CnewFieldNameTiddler>get[text]!match\u003CuserInput>]\\\" emptyMessage=\\\"\\\"\\\"\u003C\u003Ccancel-search-actions-inner>>\\\"\\\"\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003CnewFieldNameTiddler>> text=\u003C\u003CuserInput>>/>\u003C$action-setfield $tiddler=\u003C\u003CrefreshTitle>> text=\\\"yes\\\"/>\\n\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define new-field()\\n\u003C$vars name={{{ [\u003CnewFieldNameTiddler>get[text]] }}}>\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" default=\u003C\u003Cname>>>\\n\u003C$button tooltip=\u003C\u003Clingo Fields/Add/Button/Hint>>>\\n\u003C$action-sendmessage $message=\\\"tm-add-field\\\"\\n$name=\u003C\u003Cname>>\\n$value={{{ [\u003CnewFieldValueTiddler>get[text]] }}}/>\\n\u003C$action-deletetiddler $filter=\\\"[\u003CnewFieldNameTiddler>] [\u003CnewFieldValueTiddler>] [\u003CstoreTitle>] [\u003CsearchListState>]\\\"/>\\n\u003C\u003Clingo Fields/Add/Button>>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\" default=\u003C\u003Cname>>>\\n\u003C$button>\\n\u003C\u003Clingo Fields/Add/Button>>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$vars>\\n\\\\end\\n\\\\whitespace trim\\n\\n\u003Cdiv class=\\\"tc-edit-fields\\\">\\n\u003Ctable class={{{ [all[current]fields[]] :filter[lookup[$:/config/EditTemplateFields/Visibility/]!match[hide]] +[count[]!match[0]] +[then[tc-edit-fields]] ~[[tc-edit-fields tc-edit-fields-small]] }}}>\\n\u003Ctbody>\\n\u003C$list filter=\\\"[all[current]fields[]] +[sort[title]]\\\" variable=\\\"currentField\\\" storyview=\\\"pop\\\">\\n\u003C$list filter=\u003C\u003Cconfig-filter>> variable=\\\"temp\\\">\\n\u003Ctr class=\\\"tc-edit-field\\\">\\n\u003Ctd class=\\\"tc-edit-field-name\\\">\\n\u003C$text text=\u003C\u003CcurrentField>>/>:\u003C/td>\\n\u003Ctd class=\\\"tc-edit-field-value\\\">\\n\u003C$keyboard key=\\\"((delete-field))\\\" actions=\\\"\\\"\\\"\u003C$action-deletefield $field=\u003C\u003CcurrentField>>/>\u003C$set name=\\\"currentTiddlerCSSescaped\\\" value={{{ [\u003CcurrentTiddler>escapecss[]] }}}>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\u003C\u003Ccurrent-tiddler-new-field-selector>>/>\u003C/$set>\\\"\\\"\\\">\\n\u003C$edit-text tiddler=\u003C\u003CcurrentTiddler>> field=\u003C\u003CcurrentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} tabindex={{$:/config/EditTabIndex}} cancelPopups=\\\"yes\\\"/>\\n\u003C/$keyboard>\\n\u003C/td>\\n\u003Ctd class=\\\"tc-edit-field-remove\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\\n\u003C$action-deletefield $field=\u003C\u003CcurrentField>>/>\u003C$set name=\\\"currentTiddlerCSSescaped\\\" value={{{ [\u003CcurrentTiddler>escapecss[]] }}}>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\u003C\u003Ccurrent-tiddler-new-field-selector>>/>\u003C/$set>\\n{{$:/core/images/delete-button}}\\n\u003C/$button>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/tbody>\\n\u003C/table>\\n\u003C/div>\\n\\n\u003C$fieldmangler>\\n\u003Cdiv class=\\\"tc-edit-field-add\\\">\\n\u003Cem class=\\\"tc-edit tc-small-gap-right\\\">\\n\u003C\u003Clingo Fields/Add/Prompt>>\\n\u003C/em>\\n\u003C$vars refreshTitle=\u003C\u003Cqualify \\\"$:/temp/fieldname/refresh\\\">> storeTitle=\u003C\u003CnewFieldNameInputTiddler>> searchListState=\u003C\u003CnewFieldNameSelectionTiddler>>>\\n\u003Cdiv class=\\\"tc-edit-field-add-name-wrapper\\\">\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\u003C\u003CnewFieldNameTiddler>> storeTitle=\u003C\u003CstoreTitle>> refreshTitle=\u003C\u003CrefreshTitle>>\\n\\t\\tselectionStateTitle=\u003C\u003CsearchListState>> tag=\\\"input\\\" default=\\\"\\\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}}\\n\\t\\tfocusPopup=\u003C\u003Cqualify \\\"$:/state/popup/field-dropdown\\\">> class=\\\"tc-edit-texteditor tc-popup-handle\\\" tabindex={{$:/config/EditTabIndex}}\\n\\t\\tfocus={{{ [{$:/config/AutoFocus}match[fields]then[true]] ~[[false]] }}} cancelPopups=\\\"yes\\\"\\n\\t\\tconfigTiddlerFilter=\\\"[[$:/config/EditMode/fieldname-filter]]\\\" inputCancelActions=\u003C\u003Ccancel-search-actions>> />\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/field-dropdown\\\">> class=\\\"tc-btn-invisible tc-btn-dropdown tc-small-gap\\\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}\u003C/$button>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/field-dropdown\\\">> type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown tc-edit-type-dropdown\\\">\\n\u003C$set name=\\\"tv-show-missing-links\\\" value=\\\"yes\\\">\\n\u003C$linkcatcher to=\u003C\u003CnewFieldNameTiddler>>>\\n\u003Cdiv class=\\\"tc-dropdown-item\\\">\\n\u003C\u003Clingo Fields/Add/Dropdown/User>>\\n\u003C/div>\\n\u003C$set name=\\\"newFieldName\\\" value={{{ [\u003CstoreTitle>get[text]] }}}>\\n\u003C$list filter=\\\"[!is[shadow]!is[system]fields[]search:title\u003CnewFieldName>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\\\" variable=\\\"currentField\\\">\\n\u003C$list filter=\\\"[\u003CcurrentField>addsuffix[-primaryList]] -[\u003CsearchListState>get[text]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$link to=\u003C\u003CcurrentField>> class=\\\"tc-list-item-selected\\\">\u003C$text text=\u003C\u003CcurrentField>>/>\u003C/$link>\\\"\\\"\\\">\\n\u003C$link to=\u003C\u003CcurrentField>>>\\n\u003C$text text=\u003C\u003CcurrentField>>/>\\n\u003C/$link>\\n\u003C/$list>\\n\u003C/$list>\\n\u003Cdiv class=\\\"tc-dropdown-item\\\">\\n\u003C\u003Clingo Fields/Add/Dropdown/System>>\\n\u003C/div>\\n\u003C$list filter=\\\"[fields[]search:title\u003CnewFieldName>sort[]] -[!is[shadow]!is[system]fields[]]\\\" variable=\\\"currentField\\\">\\n\u003C$list filter=\\\"[\u003CcurrentField>addsuffix[-secondaryList]] -[\u003CsearchListState>get[text]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$link to=\u003C\u003CcurrentField>> class=\\\"tc-list-item-selected\\\">\u003C$text text=\u003C\u003CcurrentField>>/>\u003C/$link>\\\"\\\"\\\">\\n\u003C$link to=\u003C\u003CcurrentField>>>\\n\u003C$text text=\u003C\u003CcurrentField>>/>\\n\u003C/$link>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$linkcatcher>\\n\u003C/$set>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/div>\\n\u003Cspan class=\\\"tc-edit-field-add-value tc-small-gap-right\\\">\\n\u003C$set name=\\\"currentTiddlerCSSescaped\\\" value={{{ [\u003CcurrentTiddler>escapecss[]] }}}>\\n\u003C$keyboard key=\\\"((add-field))\\\" actions=\u003C\u003Cnew-field-actions>>>\\n\u003C$edit-text tiddler=\u003C\u003CnewFieldValueTiddler>> tag=\\\"input\\\" default=\\\"\\\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\\\"tc-edit-texteditor\\\" tabindex={{$:/config/EditTabIndex}} cancelPopups=\\\"yes\\\"/>\\n\u003C/$keyboard>\\n\u003C/$set>\\n\u003C/span>\\n\u003Cspan class=\\\"tc-edit-field-add-button\\\">\\n\u003C$macrocall $name=\\\"new-field\\\"/>\\n\u003C/span>\\n\u003C/$vars>\\n\u003C/div>\\n\u003C/$fieldmangler>\\n\"},\"$:/core/ui/EditTemplate/shadow\":{\"title\":\"$:/core/ui/EditTemplate/shadow\",\"tags\":\"$:/tags/EditTemplate\",\"text\":\"\\\\define lingo-base() $:/language/EditTemplate/Shadow/\\n\\\\define pluginLinkBody()\\n\u003C$link to=\\\"\\\"\\\"$(pluginTitle)$\\\"\\\"\\\">\\n\u003C$text text=\\\"\\\"\\\"$(pluginTitle)$\\\"\\\"\\\"/>\\n\u003C/$link>\\n\\\\end\\n\u003C$list filter=\\\"[all[current]get[draft.of]is[shadow]!is[tiddler]]\\\">\\n\\n\u003C$list filter=\\\"[all[current]shadowsource[]]\\\" variable=\\\"pluginTitle\\\">\\n\\n\u003C$set name=\\\"pluginLink\\\" value=\u003C\u003CpluginLinkBody>>>\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n\u003C\u003Clingo Warning>>\\n\\n\u003C/div>\\n\u003C/$set>\\n\u003C/$list>\\n\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[all[current]get[draft.of]is[shadow]is[tiddler]]\\\">\\n\\n\u003C$list filter=\\\"[all[current]shadowsource[]]\\\" variable=\\\"pluginTitle\\\">\\n\\n\u003C$set name=\\\"pluginLink\\\" value=\u003C\u003CpluginLinkBody>>>\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n\u003C\u003Clingo OverriddenWarning>>\\n\\n\u003C/div>\\n\u003C/$set>\\n\u003C/$list>\\n\\n\u003C/$list>\"},\"$:/core/ui/EditTemplate/tags\":{\"title\":\"$:/core/ui/EditTemplate/tags\",\"tags\":\"$:/tags/EditTemplate\",\"text\":\"\\\\whitespace trim\\n\\n\\\\define lingo-base() $:/language/EditTemplate/\\n\\n\\\\define tag-styles()\\nbackground-color:$(backgroundColor)$;\\nfill:$(foregroundColor)$;\\ncolor:$(foregroundColor)$;\\n\\\\end\\n\\n\\\\define tag-body-inner(colour,fallbackTarget,colourA,colourB,icon,tagField:\\\"tags\\\")\\n\\\\whitespace trim\\n\u003C$vars foregroundColor=\u003C\u003Ccontrastcolour target:\\\"\\\"\\\"$colour$\\\"\\\"\\\" fallbackTarget:\\\"\\\"\\\"$fallbackTarget$\\\"\\\"\\\" colourA:\\\"\\\"\\\"$colourA$\\\"\\\"\\\" colourB:\\\"\\\"\\\"$colourB$\\\"\\\"\\\">> backgroundColor=\\\"\\\"\\\"$colour$\\\"\\\"\\\">\\n\u003Cspan style=\u003C\u003Ctag-styles>> class=\\\"tc-tag-label tc-tag-list-item tc-small-gap-right\\\">\\n\u003C$transclude tiddler=\\\"\\\"\\\"$icon$\\\"\\\"\\\"/>\u003C$view field=\\\"title\\\" format=\\\"text\\\" />\\n\u003C$button class=\\\"tc-btn-invisible tc-remove-tag-button\\\" style=\u003C\u003Ctag-styles>>>\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003C__tagField__>> $subfilter=\\\"-[{!!title}]\\\"/>{{$:/core/images/close-button}}\u003C/$button>\\n\u003C/span>\\n\u003C/$vars>\\n\\\\end\\n\\n\\\\define tag-body(colour,palette,icon,tagField:\\\"tags\\\")\\n\u003C$macrocall $name=\\\"tag-body-inner\\\" colour=\\\"\\\"\\\"$colour$\\\"\\\"\\\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} icon=\\\"\\\"\\\"$icon$\\\"\\\"\\\" tagField=\u003C\u003C__tagField__>>/>\\n\\\\end\\n\\n\\\\define edit-tags-template(tagField:\\\"tags\\\")\\n\\\\whitespace trim\\n\u003Cdiv class=\\\"tc-edit-tags\\\">\\n\u003C$list filter=\\\"[list[!!$tagField$]sort[title]]\\\" storyview=\\\"pop\\\">\\n\u003C$macrocall $name=\\\"tag-body\\\" colour={{!!color}} palette={{$:/palette}} icon={{!!icon}} tagField=\u003C\u003C__tagField__>>/>\\n\u003C/$list>\\n\u003C$vars tabIndex={{$:/config/EditTabIndex}} cancelPopups=\\\"yes\\\">\\n\u003C$macrocall $name=\\\"tag-picker\\\" tagField=\u003C\u003C__tagField__>>/>\\n\u003C/$vars>\\n\u003C/div>\\n\\\\end\\n\u003C$set name=\\\"saveTiddler\\\" value=\u003C\u003CcurrentTiddler>>>\\n\u003C$macrocall $name=\\\"edit-tags-template\\\" tagField=\u003C\u003CtagField>>/>\\n\u003C/$set>\\n\"},\"$:/core/ui/EditTemplate/title\":{\"title\":\"$:/core/ui/EditTemplate/title\",\"tags\":\"$:/tags/EditTemplate\",\"text\":\"\u003C$edit-text field=\\\"draft.title\\\" class=\\\"tc-titlebar tc-edit-texteditor\\\" focus={{{ [{$:/config/AutoFocus}match[title]then[true]] ~[[false]] }}} tabindex={{$:/config/EditTabIndex}} cancelPopups=\\\"yes\\\"/>\\n\\n\u003C$vars pattern=\\\"\\\"\\\"[\\\\|\\\\[\\\\]{}]\\\"\\\"\\\" bad-chars=\\\"\\\"\\\"`| [ ] { }`\\\"\\\"\\\">\\n\\n\u003C$list filter=\\\"[all[current]regexp:draft.title\u003Cpattern>]\\\" variable=\\\"listItem\\\">\\n\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\\n\u003C/$vars>\\n\\n\u003C$reveal state=\\\"!!draft.title\\\" type=\\\"nomatch\\\" text={{!!draft.of}} tag=\\\"div\\\">\\n\\n\u003C$list filter=\\\"[{!!draft.title}!is[missing]]\\\" variable=\\\"listItem\\\">\\n\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}: \u003C$link to={{!!draft.title}} />\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[{!!draft.of}!is[missing]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/RelinkOnRename\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"no\\\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}\u003C/$checkbox>\\n\\n\u003C$list filter=\\\"[title\u003CfromTitle>backlinks[]limit[1]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$vars stateTiddler=\u003C\u003Cqualify \\\"$:/state/edit/references\\\">> >\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n\u003C$button set=\u003C\u003CstateTiddler>> setTo=\\\"show\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/right-arrow}} \\n\u003C\u003Clingo EditTemplate/Title/References/Prompt>>\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n\u003C$button set=\u003C\u003CstateTiddler>> setTo=\\\"hide\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/down-arrow}} \\n\u003C\u003Clingo EditTemplate/Title/References/Prompt>>\u003C/$button>\\n\u003C/$reveal>\\n\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n\u003C$tiddler tiddler=\u003C\u003CfromTitle>> >\\n\u003C$transclude tiddler=\\\"$:/core/ui/TiddlerInfo/References\\\"/>\\n\u003C/$tiddler>\\n\u003C/$reveal>\\n\\n\u003C/$vars>\\n\\n\u003C/$list>\\n\\n\u003C/$vars>\\n\\n\u003C/$list>\\n\\n\u003C/$reveal>\\n\"},\"$:/core/ui/EditTemplate/type\":{\"title\":\"$:/core/ui/EditTemplate/type\",\"tags\":\"$:/tags/EditTemplate\",\"first-search-filter\":\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]sort[description]sort[group-sort]removeprefix[$:/language/Docs/Types/]search\u003CuserInput>]\",\"text\":\"\\\\define lingo-base() $:/language/EditTemplate/\\n\\\\define input-cancel-actions() \u003C$list filter=\\\"[\u003CstoreTitle>get[text]] [\u003CcurrentTiddler>get[type]] +[limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\u003C\u003Ccancel-delete-tiddler-actions \\\"cancel\\\">>\\\"\\\"\\\">\u003C$action-sendmessage $message=\\\"tm-remove-field\\\" $param=\\\"type\\\"/>\u003C$action-deletetiddler $filter=\\\"[\u003CtypeInputTiddler>] [\u003CrefreshTitle>] [\u003CtypeSelectionTiddler>]\\\"/>\u003C/$list>\\n\\\\whitespace trim\\n\u003C$set name=\\\"refreshTitle\\\" value=\u003C\u003Cqualify \\\"$:/temp/type-search/refresh\\\">>>\\n\u003Cdiv class=\\\"tc-edit-type-selector-wrapper\\\">\\n\u003Cem class=\\\"tc-edit tc-small-gap-right\\\">\u003C\u003Clingo Type/Prompt>>\u003C/em>\\n\u003Cdiv class=\\\"tc-type-selector-dropdown-wrapper\\\">\\n\u003Cdiv class=\\\"tc-type-selector\\\">\u003C$fieldmangler>\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\u003C\u003CcurrentTiddler>> storeTitle=\u003C\u003CtypeInputTiddler>> refreshTitle=\u003C\u003CrefreshTitle>> selectionStateTitle=\u003C\u003CtypeSelectionTiddler>> field=\\\"type\\\" tag=\\\"input\\\" default=\\\"\\\" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=\u003C\u003Cqualify \\\"$:/state/popup/type-dropdown\\\">> class=\\\"tc-edit-typeeditor tc-edit-texteditor tc-popup-handle\\\" tabindex={{$:/config/EditTabIndex}} focus={{{ [{$:/config/AutoFocus}match[type]then[true]] ~[[false]] }}} cancelPopups=\\\"yes\\\" configTiddlerFilter=\\\"[[$:/core/ui/EditTemplate/type]]\\\" inputCancelActions=\u003C\u003Cinput-cancel-actions>>/>\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/type-dropdown\\\">> class=\\\"tc-btn-invisible tc-btn-dropdown tc-small-gap\\\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}\u003C/$button>\u003C$button message=\\\"tm-remove-field\\\" param=\\\"type\\\" class=\\\"tc-btn-invisible tc-btn-icon\\\" tooltip={{$:/language/EditTemplate/Type/Delete/Hint}} aria-label={{$:/language/EditTemplate/Type/Delete/Caption}}>{{$:/core/images/delete-button}}\u003C$action-deletetiddler $filter=\\\"[\u003CstoreTitle>] [\u003CrefreshTitle>] [\u003CselectionStateTitle>]\\\"/>\u003C/$button>\\n\u003C/$fieldmangler>\u003C/div>\\n\\n\u003Cdiv class=\\\"tc-block-dropdown-wrapper\\\">\\n\u003C$set name=\\\"tv-show-missing-links\\\" value=\\\"yes\\\">\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/type-dropdown\\\">> type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown tc-edit-type-dropdown\\\">\\n\u003C$linkcatcher to=\\\"!!type\\\">\\n\u003C$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>\\n\u003Cdiv class=\\\"tc-dropdown-item\\\">\\n\u003C$text text={{!!group}}/>\\n\u003C/div>\\n\u003C$set name=\\\"userInput\\\" value={{{ [\u003CtypeInputTiddler>get[text]] }}}>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]] +[removeprefix[$:/language/Docs/Types/]] +[search\u003CuserInput>]\\\">\u003Cspan class={{{ [\u003CcurrentTiddler>addsuffix[-primaryList]] -[\u003CtypeSelectionTiddler>get[text]] +[then[]else[tc-list-item-selected]] }}}>\u003C$link to={{{ [\u003CcurrentTiddler>addprefix[$:/language/Docs/Types/]get[name]] }}}>\u003C$view tiddler={{{ [\u003CcurrentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\\\"description\\\"/> (\u003C$view tiddler={{{ [\u003CcurrentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\\\"name\\\"/>)\u003C/$link>\u003C/span>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$linkcatcher>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/$set>\\n\u003C/div>\\n\u003C/div>\\n\u003C/div>\\n\u003C/$set>\\n\"},\"$:/core/ui/EditTemplate\":{\"title\":\"$:/core/ui/EditTemplate\",\"text\":\"\\\\define delete-edittemplate-state-tiddlers() \u003C$action-deletetiddler $filter=\\\"[\u003CnewFieldNameTiddler>] [\u003CnewFieldValueTiddler>] [\u003CnewFieldNameInputTiddler>] [\u003CnewFieldNameSelectionTiddler>] [\u003CnewTagNameTiddler>] [\u003CnewTagNameInputTiddler>] [\u003CnewTagNameSelectionTiddler>] [\u003CtypeInputTiddler>] [\u003CtypeSelectionTiddler>]\\\"/>\\n\\\\define save-tiddler-actions()\\n\u003C$action-sendmessage $message=\\\"tm-add-tag\\\" $param={{{ [\u003CnewTagNameTiddler>get[text]] }}}/>\\n\u003C$action-sendmessage $message=\\\"tm-add-field\\\" $name={{{ [\u003CnewFieldNameTiddler>get[text]] }}} $value={{{ [\u003CnewFieldValueTiddler>get[text]] }}}/>\\n\u003C\u003Cdelete-edittemplate-state-tiddlers>>\\n\u003C$action-sendmessage $message=\\\"tm-save-tiddler\\\"/>\\n\\\\end\\n\\\\define cancel-delete-tiddler-actions(message)\\n\u003C\u003Cdelete-edittemplate-state-tiddlers>>\\n\u003C$action-sendmessage $message=\\\"tm-$message$-tiddler\\\"/>\\n\\\\end\\n\u003Cdiv data-tiddler-title=\u003C\u003CcurrentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-edit-frame [\u003CcurrentTiddler>is[tiddler]then[tc-tiddler-exists]] [\u003CcurrentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [\u003CcurrentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [\u003CcurrentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [\u003CcurrentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}>\\n\u003C$fieldmangler>\\n\u003C$vars storyTiddler=\u003C\u003CcurrentTiddler>> newTagNameTiddler=\u003C\u003Cqualify \\\"$:/temp/NewTagName\\\">> newFieldNameTiddler=\u003C\u003Cqualify \\\"$:/temp/NewFieldName\\\">> newFieldValueTiddler=\u003C\u003Cqualify \\\"$:/temp/NewFieldValue\\\">> newFieldNameInputTiddler=\u003C\u003Cqualify \\\"$:/temp/NewFieldName/input\\\">> newFieldNameSelectionTiddler=\u003C\u003Cqualify \\\"$:/temp/NewFieldName/selected-item\\\">> newTagNameInputTiddler=\u003C\u003Cqualify \\\"$:/temp/NewTagName/input\\\">> newTagNameSelectionTiddler=\u003C\u003Cqualify \\\"$:/temp/NewTagName/selected-item\\\">> typeInputTiddler=\u003C\u003Cqualify \\\"$:/temp/Type/input\\\">> typeSelectionTiddler=\u003C\u003Cqualify \\\"$:/temp/Type/selected-item\\\">>>\\n\u003C$keyboard key=\\\"((cancel-edit-tiddler))\\\" actions=\u003C\u003Ccancel-delete-tiddler-actions \\\"cancel\\\">>>\\n\u003C$keyboard key=\\\"((save-tiddler))\\\" actions=\u003C\u003Csave-tiddler-actions>>>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" filter=\\\"[\u003Ctv-config-toolbar-class>] [\u003ClistItem>encodeuricomponent[]addprefix[tc-btn-]]\\\">\\n\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C/$vars>\\n\u003C/$fieldmangler>\\n\u003C/div>\\n\"},\"$:/core/ui/Buttons/cancel\":{\"title\":\"$:/core/ui/Buttons/cancel\",\"tags\":\"$:/tags/EditToolbar\",\"caption\":\"{{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}\",\"description\":\"{{$:/language/Buttons/Cancel/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button actions=\u003C\u003Ccancel-delete-tiddler-actions \\\"cancel\\\">> tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/cancel-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/Cancel/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\"},\"$:/core/ui/Buttons/delete\":{\"title\":\"$:/core/ui/Buttons/delete\",\"tags\":\"$:/tags/EditToolbar $:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}\",\"description\":\"{{$:/language/Buttons/Delete/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button actions=\u003C\u003Ccancel-delete-tiddler-actions \\\"delete\\\">> tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/delete-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/Delete/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\"},\"$:/core/ui/Buttons/save\":{\"title\":\"$:/core/ui/Buttons/save\",\"tags\":\"$:/tags/EditToolbar\",\"caption\":\"{{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}\",\"description\":\"{{$:/language/Buttons/Save/Hint}}\",\"text\":\"\\\\define save-tiddler-button()\\n\\\\whitespace trim\\n\u003C$fieldmangler>\u003C$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C\u003Csave-tiddler-actions>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/done-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/Save/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\u003C/$fieldmangler>\\n\\\\end\\n\u003C\u003Csave-tiddler-button>>\\n\"},\"$:/core/ui/EditorToolbar/bold\":{\"title\":\"$:/core/ui/EditorToolbar/bold\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/bold\",\"caption\":\"{{$:/language/Buttons/Bold/Caption}}\",\"description\":\"{{$:/language/Buttons/Bold/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((bold))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"''\\\"\\n\\tsuffix=\\\"''\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/clear-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/clear-dropdown\",\"text\":\"''{{$:/language/Buttons/Clear/Hint}}''\\n\\n\u003Cdiv class=\\\"tc-colour-chooser\\\">\\n\\n\u003C$macrocall $name=\\\"colour-picker\\\" actions=\\\"\\\"\\\"\\n\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-bitmap-operation\\\"\\n\\t$param=\\\"clear\\\"\\n\\tcolour=\u003C\u003Ccolour-picker-value>>\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\\\"\\\"\\\"/>\\n\\n\u003C/div>\\n\"},\"$:/core/ui/EditorToolbar/clear\":{\"title\":\"$:/core/ui/EditorToolbar/clear\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/erase\",\"caption\":\"{{$:/language/Buttons/Clear/Caption}}\",\"description\":\"{{$:/language/Buttons/Clear/Hint}}\",\"condition\":\"[\u003CtargetTiddler>is[image]] -[\u003CtargetTiddler>type[image/svg+xml]]\",\"dropdown\":\"$:/core/ui/EditorToolbar/clear-dropdown\",\"text\":\"\"},\"$:/core/ui/EditorToolbar/editor-height-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/editor-height-dropdown\",\"text\":\"\\\\define lingo-base() $:/language/Buttons/EditorHeight/\\n''\u003C\u003Clingo Hint>>''\\n\\n\u003C$radio tiddler=\\\"$:/config/TextEditor/EditorHeight/Mode\\\" value=\\\"auto\\\"> {{$:/core/images/auto-height}} \u003C\u003Clingo Caption/Auto>>\u003C/$radio>\\n\\n\u003C$radio tiddler=\\\"$:/config/TextEditor/EditorHeight/Mode\\\" value=\\\"fixed\\\"> {{$:/core/images/fixed-height}} \u003C\u003Clingo Caption/Fixed>> \u003C$edit-text tag=\\\"input\\\" tiddler=\\\"$:/config/TextEditor/EditorHeight/Height\\\" default=\\\"100px\\\"/>\u003C/$radio>\\n\"},\"$:/core/ui/EditorToolbar/editor-height\":{\"title\":\"$:/core/ui/EditorToolbar/editor-height\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/fixed-height\",\"custom-icon\":\"yes\",\"caption\":\"{{$:/language/Buttons/EditorHeight/Caption}}\",\"description\":\"{{$:/language/Buttons/EditorHeight/Hint}}\",\"condition\":\"[\u003CtargetTiddler>type[]] [\u003CtargetTiddler>get[type]prefix[text/]] [\u003CtargetTiddler>get[type]match[application/javascript]] [\u003CtargetTiddler>get[type]match[application/json]] [\u003CtargetTiddler>get[type]match[application/x-tiddler-dictionary]] [\u003CtargetTiddler>get[type]match[image/svg+xml]] +[first[]]\",\"dropdown\":\"$:/core/ui/EditorToolbar/editor-height-dropdown\",\"text\":\"\u003C$reveal tag=\\\"span\\\" state=\\\"$:/config/TextEditor/EditorHeight/Mode\\\" type=\\\"match\\\" text=\\\"fixed\\\">\\n{{$:/core/images/fixed-height}}\\n\u003C/$reveal>\\n\u003C$reveal tag=\\\"span\\\" state=\\\"$:/config/TextEditor/EditorHeight/Mode\\\" type=\\\"match\\\" text=\\\"auto\\\">\\n{{$:/core/images/auto-height}}\\n\u003C/$reveal>\\n\"},\"$:/core/ui/EditorToolbar/excise-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/excise-dropdown\",\"text\":\"\\\\define lingo-base() $:/language/Buttons/Excise/\\n\\n\\\\define body(config-title)\\n''\u003C\u003Clingo Hint>>''\\n\\n\u003C\u003Clingo Caption/NewTitle>> \u003C$edit-text tag=\\\"input\\\" tiddler=\\\"$config-title$/new-title\\\" default=\\\"\\\" focus=\\\"true\\\"/>\\n\\n\u003C$set name=\\\"new-title\\\" value={{$config-title$/new-title}}>\\n\u003C$list filter=\\\"\\\"\\\"[\u003Cnew-title>is[tiddler]]\\\"\\\"\\\">\\n\u003Cdiv class=\\\"tc-error\\\">\\n\u003C\u003Clingo Caption/TiddlerExists>>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/$set>\\n\\n\u003C$checkbox tiddler=\\\"\\\"\\\"$config-title$/tagnew\\\"\\\"\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"false\\\"> \u003C\u003Clingo Caption/Tag>>\u003C/$checkbox>\\n\\n\u003C\u003Clingo Caption/Replace>> \u003C$select tiddler=\\\"\\\"\\\"$config-title$/type\\\"\\\"\\\" default=\\\"transclude\\\">\\n\u003Coption value=\\\"link\\\">\u003C\u003Clingo Caption/Replace/Link>>\u003C/option>\\n\u003Coption value=\\\"transclude\\\">\u003C\u003Clingo Caption/Replace/Transclusion>>\u003C/option>\\n\u003Coption value=\\\"macro\\\">\u003C\u003Clingo Caption/Replace/Macro>>\u003C/option>\\n\u003C/$select>\\n\\n\u003C$reveal state=\\\"\\\"\\\"$config-title$/type\\\"\\\"\\\" type=\\\"match\\\" text=\\\"macro\\\">\\n\u003C\u003Clingo Caption/MacroName>> \u003C$edit-text tag=\\\"input\\\" tiddler=\\\"\\\"\\\"$config-title$/macro-title\\\"\\\"\\\" default=\\\"translink\\\"/>\\n\u003C/$reveal>\\n\\n\u003C$button>\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"excise\\\"\\n\\ttitle={{$config-title$/new-title}}\\n\\ttype={{$config-title$/type}}\\n\\tmacro={{$config-title$/macro-title}}\\n\\ttagnew={{$config-title$/tagnew}}\\n/>\\n\u003C$action-deletetiddler\\n\\t$tiddler=\\\"$config-title$/new-title\\\"\\n/>\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\u003C\u003Clingo Caption/Excise>>\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$macrocall $name=\\\"body\\\" config-title=\u003C\u003Cqualify \\\"$:/state/Excise/\\\">>/>\\n\"},\"$:/core/ui/EditorToolbar/excise\":{\"title\":\"$:/core/ui/EditorToolbar/excise\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/excise\",\"caption\":\"{{$:/language/Buttons/Excise/Caption}}\",\"description\":\"{{$:/language/Buttons/Excise/Hint}}\",\"condition\":\"[\u003CtargetTiddler>type[]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]] +[first[]]\",\"shortcuts\":\"((excise))\",\"dropdown\":\"$:/core/ui/EditorToolbar/excise-dropdown\",\"text\":\"\"},\"$:/core/ui/EditorToolbar/file-import\":{\"title\":\"$:/core/ui/EditorToolbar/file-import\",\"tags\":\"$:/tags/EditorTools\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"text\":\"\\\\define lingo-base() $:/language/Import/\\n\\n\\\\define closePopupActions()\\n\u003C$action-deletetiddler $filter=\\\"[title\u003CimportState>] [title\u003CimportTitle>]\\\"/>\\n\\\\end\\n\\n\\\\define replacement-text-image() [img[$title$]]\\n\\n\\\\define replacement-text-file() [[$title$]]\\n\\n\\\\define postImportActions()\\n\u003C$list filter=\\\"[\u003CimportTitle>links[]] :reduce[get[type]prefix[image]then\u003Creplacement-text-image>else\u003Creplacement-text-file>search-replace[$title$],\u003CcurrentTiddler>addprefix\u003Caccumulator>]\\\" variable=\\\"imageTitle\\\">\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"insert-text\\\"\\n\\ttext=\u003C\u003CimageTitle>>\\n/>\\n\u003C/$list>\\n\u003C\u003CclosePopupActions>>\\n\\\\end\\n\\n\\\\define buttons()\\n\u003C$button class=\\\"tc-btn-invisible\\\" actions=\u003C\u003CclosePopupActions>> >\u003C\u003Clingo Listing/Cancel/Caption>>\u003C/$button>\\n\u003C$button class=\\\"tc-btn-invisible\\\" message=\\\"tm-perform-import\\\" param=\u003C\u003CimportTitle>> actions=\u003C\u003CpostImportActions>> >\u003C\u003Clingo Listing/Import/Caption>>\u003C/$button>\\n\\\\end\\n\\n\u003C$reveal type=\\\"popup\\\" state=\u003C\u003CimportState>> tag=\\\"div\\\" class=\\\"tc-editor-importpopup\\\">\\n\u003Cdiv class=\\\"tc-editor-import\\\">\\n\u003C$list filter=\\\"[\u003CimportTitle>field:plugin-type[import]]\\\">\\n\u003Ch2>\u003C\u003Clingo Editor/Import/Heading>>\u003C/h2>\\n\u003C$tiddler tiddler=\u003C\u003CimportTitle>>>\\n{{||$:/core/ui/ImportListing}}\\n\u003C\u003Cbuttons>>\\n\u003C/$tiddler>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/EditorToolbar/heading-1\":{\"title\":\"$:/core/ui/EditorToolbar/heading-1\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/heading-1\",\"caption\":\"{{$:/language/Buttons/Heading1/Caption}}\",\"description\":\"{{$:/language/Buttons/Heading1/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"button-classes\":\"tc-text-editor-toolbar-item-start-group\",\"shortcuts\":\"((heading-1))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"!\\\"\\n\\tcount=\\\"1\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/heading-2\":{\"title\":\"$:/core/ui/EditorToolbar/heading-2\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/heading-2\",\"caption\":\"{{$:/language/Buttons/Heading2/Caption}}\",\"description\":\"{{$:/language/Buttons/Heading2/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((heading-2))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"!\\\"\\n\\tcount=\\\"2\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/heading-3\":{\"title\":\"$:/core/ui/EditorToolbar/heading-3\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/heading-3\",\"caption\":\"{{$:/language/Buttons/Heading3/Caption}}\",\"description\":\"{{$:/language/Buttons/Heading3/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((heading-3))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"!\\\"\\n\\tcount=\\\"3\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/heading-4\":{\"title\":\"$:/core/ui/EditorToolbar/heading-4\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/heading-4\",\"caption\":\"{{$:/language/Buttons/Heading4/Caption}}\",\"description\":\"{{$:/language/Buttons/Heading4/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((heading-4))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"!\\\"\\n\\tcount=\\\"4\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/heading-5\":{\"title\":\"$:/core/ui/EditorToolbar/heading-5\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/heading-5\",\"caption\":\"{{$:/language/Buttons/Heading5/Caption}}\",\"description\":\"{{$:/language/Buttons/Heading5/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((heading-5))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"!\\\"\\n\\tcount=\\\"5\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/heading-6\":{\"title\":\"$:/core/ui/EditorToolbar/heading-6\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/heading-6\",\"caption\":\"{{$:/language/Buttons/Heading6/Caption}}\",\"description\":\"{{$:/language/Buttons/Heading6/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((heading-6))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"!\\\"\\n\\tcount=\\\"6\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/italic\":{\"title\":\"$:/core/ui/EditorToolbar/italic\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/italic\",\"caption\":\"{{$:/language/Buttons/Italic/Caption}}\",\"description\":\"{{$:/language/Buttons/Italic/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((italic))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"//\\\"\\n\\tsuffix=\\\"//\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/line-width-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/line-width-dropdown\",\"text\":\"\\\\define lingo-base() $:/language/Buttons/LineWidth/\\n\\n\\\\define toolbar-line-width-inner()\\n\u003C$button tag=\\\"a\\\" tooltip=\\\"\\\"\\\"$(line-width)$\\\"\\\"\\\">\\n\\n\u003C$action-setfield\\n\\t$tiddler=\\\"$:/config/BitmapEditor/LineWidth\\\"\\n\\t$value=\\\"$(line-width)$\\\"\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\u003Cdiv style=\\\"display: inline-block; margin: 4px calc(80px - $(line-width)$); background-color: #000; width: calc(100px + $(line-width)$ * 2); height: $(line-width)$; border-radius: 120px; vertical-align: middle;\\\"/>\\n\\n\u003Cspan style=\\\"margin-left: 8px;\\\">\\n\\n\u003C$text text=\\\"\\\"\\\"$(line-width)$\\\"\\\"\\\"/>\\n\\n\u003C$reveal state=\\\"$:/config/BitmapEditor/LineWidth\\\" type=\\\"match\\\" text=\\\"\\\"\\\"$(line-width)$\\\"\\\"\\\" tag=\\\"span\\\">\\n\\n\u003C$entity entity=\\\"&nbsp;\\\"/>\\n\\n\u003C$entity entity=\\\"&#x2713;\\\"/>\\n\\n\u003C/$reveal>\\n\\n\u003C/span>\\n\\n\u003C/$button>\\n\\\\end\\n\\n''\u003C\u003Clingo Hint>>''\\n\\n\u003C$list filter={{$:/config/BitmapEditor/LineWidths}} variable=\\\"line-width\\\">\\n\\n\u003C\u003Ctoolbar-line-width-inner>>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/EditorToolbar/line-width\":{\"title\":\"$:/core/ui/EditorToolbar/line-width\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/line-width\",\"caption\":\"{{$:/language/Buttons/LineWidth/Caption}}\",\"description\":\"{{$:/language/Buttons/LineWidth/Hint}}\",\"condition\":\"[\u003CtargetTiddler>is[image]] -[\u003CtargetTiddler>type[image/svg+xml]]\",\"dropdown\":\"$:/core/ui/EditorToolbar/line-width-dropdown\",\"text\":\"\u003C$text text={{$:/config/BitmapEditor/LineWidth}}/>\\n\"},\"$:/core/ui/EditorToolbar/link-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/link-dropdown\",\"text\":\"\\\\define lingo-base() $:/language/Buttons/Link/\\n\\n\\\\define add-link-actions()\\n\u003C$action-sendmessage $message=\\\"tm-edit-text-operation\\\" $param=\\\"make-link\\\" text={{$(linkTiddler)$}} />\\n\u003C$action-deletetiddler $filter=\\\"[\u003Cdropdown-state>] [\u003CsearchTiddler>] [\u003ClinkTiddler>] [\u003CstoreTitle>] [\u003CsearchListState>]\\\"/>\\n\\\\end\\n\\n\\\\define get-focus-selector() [data-tiddler-title=\\\"$(cssEscapedTitle)$\\\"] .tc-create-wikitext-link input\\n\\n\\\\define cancel-search-actions-inner()\\n\u003C$set name=\\\"userInput\\\" value={{{ [\u003CstoreTitle>get[text]] }}}>\u003C$list filter=\\\"[\u003CsearchTiddler>get[text]!match\u003CuserInput>]\\\" emptyMessage=\\\"\\\"\\\"\u003C$action-deletetiddler $filter=\\\"[\u003CsearchTiddler>] [\u003ClinkTiddler>] [\u003CstoreTitle>] [\u003CsearchListState>]\\\"/>\\\"\\\"\\\">\u003C$action-setfield $tiddler=\u003C\u003CsearchTiddler>> text=\u003C\u003CuserInput>>/>\u003C$action-setfield $tiddler=\u003C\u003CrefreshTitle>> text=\\\"yes\\\"/>\u003C/$list>\u003C/$set>\\n\\\\end\\n\\n\\\\define cancel-search-actions() \u003C$list filter=\\\"[\u003CstoreTitle>!has[text]] +[\u003CsearchTiddler>!has[text]]\\\" emptyMessage=\\\"\\\"\\\"\u003C\u003Ccancel-search-actions-inner>>\\\"\\\"\\\">\u003C$action-sendmessage $message=\\\"tm-edit-text-operation\\\" $param=\\\"wrap-selection\\\" prefix=\\\"\\\" suffix=\\\"\\\"/>\u003C/$list>\\n\\n\\\\define external-link()\\n\u003C$button class=\\\"tc-btn-invisible\\\" style=\\\"width: auto; display: inline-block; background-colour: inherit;\\\" actions=\u003C\u003Cadd-link-actions>>>\\n{{$:/core/images/chevron-right}}\\n\u003C/$button>\\n\\\\end\\n\\n\\\\define set-next-input-tab(beforeafter:\\\"after\\\") \u003C$macrocall $name=\\\"change-input-tab\\\" stateTitle=\\\"$:/state/tab/search-results/sidebar\\\" tag=\\\"$:/tags/SearchResults\\\" beforeafter=\\\"$beforeafter$\\\" defaultState={{$:/config/SearchResults/Default}} actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/search/currentTab\\\" text=\u003C\u003CnextTab>>/>\\\"\\\"\\\"/>\\n\\n\\\\define body(config-title)\\n''\u003C\u003Clingo Hint>>''\\n\\n\u003C$vars searchTiddler=\\\"\\\"\\\"$config-title$/search\\\"\\\"\\\" linkTiddler=\\\"\\\"\\\"$config-title$/link\\\"\\\"\\\" linktext=\\\"\\\" searchListState=\u003C\u003Cqualify \\\"$:/temp/link-search/selected-item\\\">> refreshTitle=\u003C\u003Cqualify \\\"$:/temp/link-search/refresh\\\">> storeTitle=\u003C\u003Cqualify \\\"$:/temp/link-search/input\\\">>>\\n\\n\u003C$vars linkTiddler=\u003C\u003CsearchTiddler>>>\\n\u003C$keyboard key=\\\"((input-tab-right))\\\" actions=\u003C\u003Cset-next-input-tab>>>\\n\u003C$keyboard key=\\\"((input-tab-left))\\\" actions=\u003C\u003Cset-next-input-tab \\\"before\\\">> class=\\\"tc-create-wikitext-link\\\">\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\u003C\u003CsearchTiddler>> storeTitle=\u003C\u003CstoreTitle>>\\n\\t\\tselectionStateTitle=\u003C\u003CsearchListState>> refreshTitle=\u003C\u003CrefreshTitle>> type=\\\"search\\\" filterMinLength=\\\"1\\\"\\n\\t\\ttag=\\\"input\\\" focus=\\\"true\\\" class=\\\"tc-popup-handle\\\" inputCancelActions=\u003C\u003Ccancel-search-actions>> \\n\\t\\tinputAcceptActions=\u003C\u003Cadd-link-actions>> placeholder={{$:/language/Search/Search}} default=\\\"\\\" \\n\\t\\tconfigTiddlerFilter=\\\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\\\" />\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C$reveal tag=\\\"span\\\" state=\u003C\u003CstoreTitle>> type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C\u003Cexternal-link>>\\n\u003C$button class=\\\"tc-btn-invisible\\\" style=\\\"width: auto; display: inline-block; background-colour: inherit;\\\">\\n\u003C\u003Ccancel-search-actions>>\u003C$set name=\\\"cssEscapedTitle\\\" value={{{ [\u003CstoryTiddler>escapecss[]] }}}>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\u003C\u003Cget-focus-selector>>/>\u003C/$set>\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$vars>\\n\\n\u003C$reveal tag=\\\"div\\\" state=\u003C\u003CstoreTitle>> type=\\\"nomatch\\\" text=\\\"\\\">\\n\\n\u003C$linkcatcher actions=\u003C\u003Cadd-link-actions>> to=\u003C\u003ClinkTiddler>>>\\n\\n\u003C$vars userInput={{{ [\u003CstoreTitle>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\\n\\n{{$:/core/ui/SearchResults}}\\n\\n\u003C/$vars>\\n\\n\u003C/$linkcatcher>\\n\\n\u003C/$reveal>\\n\\n\u003C/$vars>\\n\\n\\\\end\\n\\n\u003C$macrocall $name=\\\"body\\\" config-title=\u003C\u003Cqualify \\\"$:/state/Link/\\\">>/>\\n\"},\"$:/core/ui/EditorToolbar/link\":{\"title\":\"$:/core/ui/EditorToolbar/link\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/link\",\"caption\":\"{{$:/language/Buttons/Link/Caption}}\",\"description\":\"{{$:/language/Buttons/Link/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"button-classes\":\"tc-text-editor-toolbar-item-start-group\",\"shortcuts\":\"((link))\",\"dropdown\":\"$:/core/ui/EditorToolbar/link-dropdown\",\"text\":\"\"},\"$:/core/ui/EditorToolbar/linkify\":{\"title\":\"$:/core/ui/EditorToolbar/linkify\",\"caption\":\"{{$:/language/Buttons/Linkify/Caption}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"description\":\"{{$:/language/Buttons/Linkify/Hint}}\",\"icon\":\"$:/core/images/linkify\",\"list-before\":\"$:/core/ui/EditorToolbar/mono-block\",\"shortcuts\":\"((linkify))\",\"tags\":\"$:/tags/EditorToolbar\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"[[\\\"\\n\\tsuffix=\\\"]]\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/list-bullet\":{\"title\":\"$:/core/ui/EditorToolbar/list-bullet\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/list-bullet\",\"caption\":\"{{$:/language/Buttons/ListBullet/Caption}}\",\"description\":\"{{$:/language/Buttons/ListBullet/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((list-bullet))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"*\\\"\\n\\tcount=\\\"1\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/list-number\":{\"title\":\"$:/core/ui/EditorToolbar/list-number\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/list-number\",\"caption\":\"{{$:/language/Buttons/ListNumber/Caption}}\",\"description\":\"{{$:/language/Buttons/ListNumber/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((list-number))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"prefix-lines\\\"\\n\\tcharacter=\\\"#\\\"\\n\\tcount=\\\"1\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/mono-block\":{\"title\":\"$:/core/ui/EditorToolbar/mono-block\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/mono-block\",\"caption\":\"{{$:/language/Buttons/MonoBlock/Caption}}\",\"description\":\"{{$:/language/Buttons/MonoBlock/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"button-classes\":\"tc-text-editor-toolbar-item-start-group\",\"shortcuts\":\"((mono-block))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-lines\\\"\\n\\tprefix=\\\"\\n```\\\"\\n\\tsuffix=\\\"```\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/mono-line\":{\"title\":\"$:/core/ui/EditorToolbar/mono-line\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/mono-line\",\"caption\":\"{{$:/language/Buttons/MonoLine/Caption}}\",\"description\":\"{{$:/language/Buttons/MonoLine/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((mono-line))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"`\\\"\\n\\tsuffix=\\\"`\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/more-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/more-dropdown\",\"text\":\"\\\\define config-title()\\n$:/config/EditorToolbarButtons/Visibility/$(toolbarItem)$\\n\\\\end\\n\\n\\\\define conditional-button()\\n\u003C$list filter={{$(toolbarItem)$!!condition}} variable=\\\"condition\\\">\\n\u003C$transclude tiddler=\\\"$:/core/ui/EditTemplate/body/toolbar/button\\\" mode=\\\"inline\\\"/> \u003C$transclude tiddler=\u003C\u003CtoolbarItem>> field=\\\"description\\\"/>\\n\u003C/$list>\\n\\\\end\\n\\n\u003Cdiv class=\\\"tc-text-editor-toolbar-more\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]] -[[$:/core/ui/EditorToolbar/more]]\\\">\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cconfig-visibility-title>> text=\\\"hide\\\" tag=\\\"div\\\">\\n\u003C\u003Cconditional-button>>\\n\u003C/$reveal>\\n\u003C/$list>\\n\u003C/div>\\n\"},\"$:/core/ui/EditorToolbar/more\":{\"title\":\"$:/core/ui/EditorToolbar/more\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/down-arrow\",\"caption\":\"{{$:/language/Buttons/More/Caption}}\",\"description\":\"{{$:/language/Buttons/More/Hint}}\",\"condition\":\"[\u003CtargetTiddler>]\",\"dropdown\":\"$:/core/ui/EditorToolbar/more-dropdown\",\"text\":\"\"},\"$:/core/ui/EditorToolbar/opacity-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/opacity-dropdown\",\"text\":\"\\\\define lingo-base() $:/language/Buttons/Opacity/\\n\\n\\\\define toolbar-opacity-inner()\\n\u003C$button tag=\\\"a\\\" tooltip=\\\"\\\"\\\"$(opacity)$\\\"\\\"\\\">\\n\\n\u003C$action-setfield\\n\\t$tiddler=\\\"$:/config/BitmapEditor/Opacity\\\"\\n\\t$value=\\\"$(opacity)$\\\"\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\u003Cdiv style=\\\"display: inline-block; vertical-align: middle; background-color: $(current-paint-colour)$; opacity: $(opacity)$; width: 1em; height: 1em; border-radius: 50%;\\\"/>\\n\\n\u003Cspan style=\\\"margin-left: 8px;\\\">\\n\\n\u003C$text text=\\\"\\\"\\\"$(opacity)$\\\"\\\"\\\"/>\\n\\n\u003C$reveal state=\\\"$:/config/BitmapEditor/Opacity\\\" type=\\\"match\\\" text=\\\"\\\"\\\"$(opacity)$\\\"\\\"\\\" tag=\\\"span\\\">\\n\\n\u003C$entity entity=\\\"&nbsp;\\\"/>\\n\\n\u003C$entity entity=\\\"&#x2713;\\\"/>\\n\\n\u003C/$reveal>\\n\\n\u003C/span>\\n\\n\u003C/$button>\\n\\\\end\\n\\n\\\\define toolbar-opacity()\\n''\u003C\u003Clingo Hint>>''\\n\\n\u003C$list filter={{$:/config/BitmapEditor/Opacities}} variable=\\\"opacity\\\">\\n\\n\u003C\u003Ctoolbar-opacity-inner>>\\n\\n\u003C/$list>\\n\\\\end\\n\\n\u003C$set name=\\\"current-paint-colour\\\" value={{$:/config/BitmapEditor/Colour}}>\\n\\n\u003C$set name=\\\"current-opacity\\\" value={{$:/config/BitmapEditor/Opacity}}>\\n\\n\u003C\u003Ctoolbar-opacity>>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\"},\"$:/core/ui/EditorToolbar/opacity\":{\"title\":\"$:/core/ui/EditorToolbar/opacity\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/opacity\",\"caption\":\"{{$:/language/Buttons/Opacity/Caption}}\",\"description\":\"{{$:/language/Buttons/Opacity/Hint}}\",\"condition\":\"[\u003CtargetTiddler>is[image]] -[\u003CtargetTiddler>type[image/svg+xml]]\",\"dropdown\":\"$:/core/ui/EditorToolbar/opacity-dropdown\",\"text\":\"\u003C$text text={{$:/config/BitmapEditor/Opacity}}/>\\n\"},\"$:/core/ui/EditorToolbar/paint-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/paint-dropdown\",\"text\":\"''{{$:/language/Buttons/Paint/Hint}}''\\n\\n\u003C$macrocall $name=\\\"colour-picker\\\" actions=\\\"\\\"\\\"\\n\\n\u003C$action-setfield\\n\\t$tiddler=\\\"$:/config/BitmapEditor/Colour\\\"\\n\\t$value=\u003C\u003Ccolour-picker-value>>\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\\\"\\\"\\\"/>\\n\"},\"$:/core/ui/EditorToolbar/paint\":{\"title\":\"$:/core/ui/EditorToolbar/paint\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/paint\",\"caption\":\"{{$:/language/Buttons/Paint/Caption}}\",\"description\":\"{{$:/language/Buttons/Paint/Hint}}\",\"condition\":\"[\u003CtargetTiddler>is[image]] -[\u003CtargetTiddler>type[image/svg+xml]]\",\"dropdown\":\"$:/core/ui/EditorToolbar/paint-dropdown\",\"text\":\"\\\\define toolbar-paint()\\n\u003Cdiv style=\\\"display: inline-block; vertical-align: middle; background-color: $(colour-picker-value)$; width: 1em; height: 1em; border-radius: 50%;\\\"/>\\n\\\\end\\n\u003C$set name=\\\"colour-picker-value\\\" value={{$:/config/BitmapEditor/Colour}}>\\n\u003C\u003Ctoolbar-paint>>\\n\u003C/$set>\\n\"},\"$:/core/ui/EditorToolbar/picture-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/picture-dropdown\",\"text\":\"\\\\define replacement-text()\\n[img[$(imageTitle)$]]\\n\\\\end\\n\\n''{{$:/language/Buttons/Picture/Hint}}''\\n\\n\u003C$macrocall $name=\\\"image-picker\\\" actions=\\\"\\\"\\\"\\n\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"replace-selection\\\"\\n\\ttext=\u003C\u003Creplacement-text>>\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\\\"\\\"\\\"/>\\n\"},\"$:/core/ui/EditorToolbar/picture\":{\"title\":\"$:/core/ui/EditorToolbar/picture\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/picture\",\"caption\":\"{{$:/language/Buttons/Picture/Caption}}\",\"description\":\"{{$:/language/Buttons/Picture/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((picture))\",\"dropdown\":\"$:/core/ui/EditorToolbar/picture-dropdown\",\"text\":\"\"},\"$:/core/ui/EditorToolbar/preview-type-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/preview-type-dropdown\",\"text\":\"\\\\define preview-type-button()\\n\u003C$button tag=\\\"a\\\">\\n\\n\u003C$action-setfield $tiddler=\\\"$:/state/editpreviewtype\\\" $value=\\\"$(previewType)$\\\"/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\u003C$transclude tiddler=\u003C\u003CpreviewType>> field=\\\"caption\\\" mode=\\\"inline\\\">\\n\\n\u003C$view tiddler=\u003C\u003CpreviewType>> field=\\\"title\\\" mode=\\\"inline\\\"/>\\n\\n\u003C/$transclude> \\n\\n\u003C$reveal tag=\\\"span\\\" state=\\\"$:/state/editpreviewtype\\\" type=\\\"match\\\" text=\u003C\u003CpreviewType>> default=\\\"$:/core/ui/EditTemplate/body/preview/output\\\">\\n\\n\u003C$entity entity=\\\"&nbsp;\\\"/>\\n\\n\u003C$entity entity=\\\"&#x2713;\\\"/>\\n\\n\u003C/$reveal>\\n\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]]\\\" variable=\\\"previewType\\\">\\n\\n\u003C\u003Cpreview-type-button>>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/EditorToolbar/preview-type\":{\"title\":\"$:/core/ui/EditorToolbar/preview-type\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/chevron-down\",\"caption\":\"{{$:/language/Buttons/PreviewType/Caption}}\",\"description\":\"{{$:/language/Buttons/PreviewType/Hint}}\",\"condition\":\"[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]butfirst[]limit[1]]\",\"button-classes\":\"tc-text-editor-toolbar-item-adjunct\",\"dropdown\":\"$:/core/ui/EditorToolbar/preview-type-dropdown\"},\"$:/core/ui/EditorToolbar/preview\":{\"title\":\"$:/core/ui/EditorToolbar/preview\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/preview-open\",\"custom-icon\":\"yes\",\"caption\":\"{{$:/language/Buttons/Preview/Caption}}\",\"description\":\"{{$:/language/Buttons/Preview/Hint}}\",\"condition\":\"[\u003CtargetTiddler>]\",\"button-classes\":\"tc-text-editor-toolbar-item-start-group\",\"shortcuts\":\"((preview))\",\"text\":\"\u003C$reveal state=\\\"$:/state/showeditpreview\\\" type=\\\"match\\\" text=\\\"yes\\\" tag=\\\"span\\\">\\n{{$:/core/images/preview-open}}\\n\u003C$action-setfield $tiddler=\\\"$:/state/showeditpreview\\\" $value=\\\"no\\\"/>\\n\u003C/$reveal>\\n\u003C$reveal state=\\\"$:/state/showeditpreview\\\" type=\\\"nomatch\\\" text=\\\"yes\\\" tag=\\\"span\\\">\\n{{$:/core/images/preview-closed}}\\n\u003C$action-setfield $tiddler=\\\"$:/state/showeditpreview\\\" $value=\\\"yes\\\"/>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/EditorToolbar/quote\":{\"title\":\"$:/core/ui/EditorToolbar/quote\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/quote\",\"caption\":\"{{$:/language/Buttons/Quote/Caption}}\",\"description\":\"{{$:/language/Buttons/Quote/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((quote))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-lines\\\"\\n\\tprefix=\\\"\\n\u003C\u003C\u003C\\\"\\n\\tsuffix=\\\"\u003C\u003C\u003C\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/rotate-left\":{\"title\":\"$:/core/ui/EditorToolbar/rotate-left\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/rotate-left\",\"caption\":\"{{$:/language/Buttons/RotateLeft/Caption}}\",\"description\":\"{{$:/language/Buttons/RotateLeft/Hint}}\",\"condition\":\"[\u003CtargetTiddler>is[image]] -[\u003CtargetTiddler>type[image/svg+xml]]\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-bitmap-operation\\\"\\n\\t$param=\\\"rotate-left\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/size-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/size-dropdown\",\"text\":\"\\\\define lingo-base() $:/language/Buttons/Size/\\n\\n\\\\define toolbar-button-size-preset(config-title)\\n\u003C$set name=\\\"width\\\" filter=\\\"$(sizePair)$ +[first[]]\\\">\\n\\n\u003C$set name=\\\"height\\\" filter=\\\"$(sizePair)$ +[last[]]\\\">\\n\\n\u003C$button tag=\\\"a\\\">\\n\\n\u003C$action-setfield\\n\\t$tiddler=\\\"\\\"\\\"$config-title$/new-width\\\"\\\"\\\"\\n\\t$value=\u003C\u003Cwidth>>\\n/>\\n\\n\u003C$action-setfield\\n\\t$tiddler=\\\"\\\"\\\"$config-title$/new-height\\\"\\\"\\\"\\n\\t$value=\u003C\u003Cheight>>\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\\\"\\\"\\\"$config-title$/presets-popup\\\"\\\"\\\"\\n/>\\n\\n\u003C$text text=\u003C\u003Cwidth>>/> &times; \u003C$text text=\u003C\u003Cheight>>/>\\n\\n\u003C/$button>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define toolbar-button-size(config-title)\\n''{{$:/language/Buttons/Size/Hint}}''\\n\\n\u003C\u003Clingo Caption/Width>> \u003C$edit-text tag=\\\"input\\\" tiddler=\\\"\\\"\\\"$config-title$/new-width\\\"\\\"\\\" default=\u003C\u003Ctv-bitmap-editor-width>> focus=\\\"true\\\" size=\\\"8\\\"/> \u003C\u003Clingo Caption/Height>> \u003C$edit-text tag=\\\"input\\\" tiddler=\\\"\\\"\\\"$config-title$/new-height\\\"\\\"\\\" default=\u003C\u003Ctv-bitmap-editor-height>> size=\\\"8\\\"/> \u003C$button popup=\\\"\\\"\\\"$config-title$/presets-popup\\\"\\\"\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\" style=\\\"width: auto; display: inline-block; background-colour: inherit;\\\" selectedClass=\\\"tc-selected\\\">\\n{{$:/core/images/down-arrow}}\\n\u003C/$button>\\n\\n\u003C$reveal tag=\\\"span\\\" state=\\\"\\\"\\\"$config-title$/presets-popup\\\"\\\"\\\" type=\\\"popup\\\" position=\\\"belowleft\\\" animate=\\\"yes\\\">\\n\\n\u003Cdiv class=\\\"tc-drop-down tc-popup-keep\\\">\\n\\n\u003C$list filter={{$:/config/BitmapEditor/ImageSizes}} variable=\\\"sizePair\\\">\\n\\n\u003C$macrocall $name=\\\"toolbar-button-size-preset\\\" config-title=\\\"$config-title$\\\"/>\\n\\n\u003C/$list>\\n\\n\u003C/div>\\n\\n\u003C/$reveal>\\n\\n\u003C$button>\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-bitmap-operation\\\"\\n\\t$param=\\\"resize\\\"\\n\\twidth={{$config-title$/new-width}}\\n\\theight={{$config-title$/new-height}}\\n/>\\n\u003C$action-deletetiddler\\n\\t$tiddler=\\\"\\\"\\\"$config-title$/new-width\\\"\\\"\\\"\\n/>\\n\u003C$action-deletetiddler\\n\\t$tiddler=\\\"\\\"\\\"$config-title$/new-height\\\"\\\"\\\"\\n/>\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\u003C\u003Clingo Caption/Resize>>\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$macrocall $name=\\\"toolbar-button-size\\\" config-title=\u003C\u003Cqualify \\\"$:/state/Size/\\\">>/>\\n\"},\"$:/core/ui/EditorToolbar/size\":{\"title\":\"$:/core/ui/EditorToolbar/size\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/size\",\"caption\":\"{{$:/language/Buttons/Size/Caption}}\",\"description\":\"{{$:/language/Buttons/Size/Hint}}\",\"condition\":\"[\u003CtargetTiddler>is[image]] -[\u003CtargetTiddler>type[image/svg+xml]]\",\"dropdown\":\"$:/core/ui/EditorToolbar/size-dropdown\",\"text\":\"\"},\"$:/core/ui/EditorToolbar/StampDropdown/ItemTemplate\":{\"title\":\"$:/core/ui/EditorToolbar/StampDropdown/ItemTemplate\",\"text\":\"\u003C$linkcatcher actions=\\\"\\\"\\\"\\n\\n\u003C$list filter=\\\"[\u003Cmodifier>!match[ctrl]]\\\" variable=\\\"ignore\\\">\\n\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>addsuffix[/prefix]!is[tiddler]!is[shadow]removesuffix[/prefix]addsuffix[/suffix]!is[tiddler]!is[shadow]]\\\" variable=\\\"ignore\\\">\\n\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"replace-selection\\\"\\n\\ttext={{{ [\u003CcurrentTiddler>get[text]] }}}\\n/>\\n\\n\u003C/$list>\\n\\n\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>addsuffix[/prefix]] [\u003CcurrentTiddler>addsuffix[/suffix]] +[is[shadow]] :else[is[tiddler]] +[limit[1]]\\\" variable=\\\"ignore\\\">\\n\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix={{{ [\u003CcurrentTiddler>addsuffix[/prefix]get[text]] }}}\\n suffix={{{ [\u003CcurrentTiddler>addsuffix[/suffix]get[text]] }}}\\n/>\\n\\n\u003C/$list>\\n\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[\u003Cmodifier>match[ctrl]]\\\" variable=\\\"ignore\\\">\\n\\n\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\"/>\\n\\n\u003C/$list>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\\\"\\\"\\\">\\n\\n\u003C$link tooltip={{{ [\u003CcurrentTiddler>get[description]] }}}>\\n\\n\u003C$transclude tiddler=\u003C\u003CcurrentTiddler>> field=\\\"caption\\\" mode=\\\"inline\\\">\\n\\n\u003C$view tiddler=\u003C\u003CcurrentTiddler>> field=\\\"title\\\" />\\n\\n\u003C/$transclude>\\n\\n\u003C/$link>\\n\\n\u003C/$linkcatcher>\\n\"},\"$:/core/ui/EditorToolbar/stamp-dropdown\":{\"title\":\"$:/core/ui/EditorToolbar/stamp-dropdown\",\"text\":\"\u003C$macrocall $name=\\\"list-tagged-draggable\\\" tag=\\\"$:/tags/TextEditor/Snippet\\\" subFilter=\\\"!is[draft]\\\" itemTemplate=\\\"$:/core/ui/EditorToolbar/StampDropdown/ItemTemplate\\\"/>\\n\\n----\\n\\n\u003C$button tag=\\\"a\\\">\\n\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-new-tiddler\\\"\\n\\ttags=\\\"$:/tags/TextEditor/Snippet\\\"\\n\\tcaption={{$:/language/Buttons/Stamp/New/Title}}\\n\\ttext={{$:/language/Buttons/Stamp/New/Text}}\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\u003Cem>\\n\\n\u003C$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\\n\\n\u003C/em>\\n\\n\u003C/$button>\\n\"},\"$:/core/ui/EditorToolbar/stamp\":{\"title\":\"$:/core/ui/EditorToolbar/stamp\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/stamp\",\"caption\":\"{{$:/language/Buttons/Stamp/Caption}}\",\"description\":\"{{$:/language/Buttons/Stamp/Hint}}\",\"condition\":\"[\u003CtargetTiddler>type[]] [\u003CtargetTiddler>get[type]prefix[text/]] [\u003CtargetTiddler>get[type]match[application/javascript]] [\u003CtargetTiddler>get[type]match[application/json]] [\u003CtargetTiddler>get[type]match[application/x-tiddler-dictionary]] [\u003CtargetTiddler>get[type]match[image/svg+xml]] +[first[]]\",\"shortcuts\":\"((stamp))\",\"dropdown\":\"$:/core/ui/EditorToolbar/stamp-dropdown\",\"button-classes\":\"tc-editortoolbar-stamp-button\",\"text\":\"\"},\"$:/core/ui/EditorToolbar/strikethrough\":{\"title\":\"$:/core/ui/EditorToolbar/strikethrough\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/strikethrough\",\"caption\":\"{{$:/language/Buttons/Strikethrough/Caption}}\",\"description\":\"{{$:/language/Buttons/Strikethrough/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((strikethrough))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"~~\\\"\\n\\tsuffix=\\\"~~\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/subscript\":{\"title\":\"$:/core/ui/EditorToolbar/subscript\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/subscript\",\"caption\":\"{{$:/language/Buttons/Subscript/Caption}}\",\"description\":\"{{$:/language/Buttons/Subscript/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((subscript))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\",,\\\"\\n\\tsuffix=\\\",,\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/superscript\":{\"title\":\"$:/core/ui/EditorToolbar/superscript\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/superscript\",\"caption\":\"{{$:/language/Buttons/Superscript/Caption}}\",\"description\":\"{{$:/language/Buttons/Superscript/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((superscript))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"^^\\\"\\n\\tsuffix=\\\"^^\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/transcludify\":{\"title\":\"$:/core/ui/EditorToolbar/transcludify\",\"caption\":\"{{$:/language/Buttons/Transcludify/Caption}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"description\":\"{{$:/language/Buttons/Transcludify/Hint}}\",\"icon\":\"$:/core/images/transcludify\",\"list-before\":\"$:/core/ui/EditorToolbar/mono-block\",\"shortcuts\":\"((transcludify))\",\"tags\":\"$:/tags/EditorToolbar\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"{{\\\"\\n\\tsuffix=\\\"}}\\\"\\n/>\\n\"},\"$:/core/ui/EditorToolbar/underline\":{\"title\":\"$:/core/ui/EditorToolbar/underline\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/core/images/underline\",\"caption\":\"{{$:/language/Buttons/Underline/Caption}}\",\"description\":\"{{$:/language/Buttons/Underline/Hint}}\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"shortcuts\":\"((underline))\",\"text\":\"\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"wrap-selection\\\"\\n\\tprefix=\\\"__\\\"\\n\\tsuffix=\\\"__\\\"\\n/>\\n\"},\"$:/core/ui/ExportTiddlyWikiCore\":{\"title\":\"$:/core/ui/ExportTiddlyWikiCore\",\"text\":\"\\\\define jsFileName() tiddlywikicore-$(version)$.js\\n\\\\define noExportMsg()\\nIt appears that you have a wiki with an external ~TiddlyWiki core. The export action cannot be performed.\\n\u003Cp>You will need to view the page source in your browser. Then go to the very bottom the the source, find the last `\u003Cscript>` \\nelement, and right-click its `src` URI. Save the link as ''$(jsFileName)$''\u003C/p>\\n\\\\end\\n\\n''For advanced users''\\n\\nExport the ~TiddlyWiki core ~JavaScript code for running with external ~JavaScript:\\n\\n\u003C$button tooltip=\\\"Export the ~TiddlyWiki core code for running with external ~JavaScript\\\" aria-label=\\\"export TiddlyWiki core\\\" class=\\\"tc-btn-big-green\\\">\\n\u003C$list filter=\\\"[[$:/boot/boot.js]is[missing]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\\\"\\\"\u003C$action-sendmessage $message=\\\"tm-download-file\\\" $param=\\\"$:/core/templates/tiddlywiki5.js\\\" filename=\u003C\u003CjsFileName>>/>\\\"\\\"\\\" >\\n\u003C$action-setfield $tiddler=\u003C\u003Cqualify \\\"$:/temp/alert\\\">> text=\u003C\u003CnoExportMsg>> subtitle=\\\"Export ~TiddllyWiki Core\\\"/>\\n\u003C$action-sendmessage $message=\\\"tm-modal\\\" $param=\u003C\u003Cqualify \\\"$:/temp/alert\\\">>/>\\n\u003C/$list>\\n{{$:/core/images/download-button}} Download ~TiddlyWiki core\\n\u003C/$button>\\n\\n[[Further information|https://tiddlywiki.com/#Using%20the%20external%20JavaScript%20template]]\\n\"},\"$:/core/Filters/AllTags\":{\"title\":\"$:/core/Filters/AllTags\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[tags[]!is[system]sort[title]]\",\"description\":\"{{$:/language/Filters/AllTags}}\",\"text\":\"\"},\"$:/core/Filters/AllTiddlers\":{\"title\":\"$:/core/Filters/AllTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[!is[system]sort[title]]\",\"description\":\"{{$:/language/Filters/AllTiddlers}}\",\"text\":\"\"},\"$:/core/Filters/Drafts\":{\"title\":\"$:/core/Filters/Drafts\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[has[draft.of]sort[title]]\",\"description\":\"{{$:/language/Filters/Drafts}}\",\"text\":\"\"},\"$:/core/Filters/Missing\":{\"title\":\"$:/core/Filters/Missing\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[all[missing]sort[title]]\",\"description\":\"{{$:/language/Filters/Missing}}\",\"text\":\"\"},\"$:/core/Filters/Orphans\":{\"title\":\"$:/core/Filters/Orphans\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[all[orphans]sort[title]]\",\"description\":\"{{$:/language/Filters/Orphans}}\",\"text\":\"\"},\"$:/core/Filters/OverriddenShadowTiddlers\":{\"title\":\"$:/core/Filters/OverriddenShadowTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[is[shadow]]\",\"description\":\"{{$:/language/Filters/OverriddenShadowTiddlers}}\",\"text\":\"\"},\"$:/core/Filters/RecentSystemTiddlers\":{\"title\":\"$:/core/Filters/RecentSystemTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[has[modified]!sort[modified]limit[50]]\",\"description\":\"{{$:/language/Filters/RecentSystemTiddlers}}\",\"text\":\"\"},\"$:/core/Filters/RecentTiddlers\":{\"title\":\"$:/core/Filters/RecentTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[!is[system]has[modified]!sort[modified]limit[50]]\",\"description\":\"{{$:/language/Filters/RecentTiddlers}}\",\"text\":\"\"},\"$:/core/Filters/SessionTiddlers\":{\"title\":\"$:/core/Filters/SessionTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[haschanged[]]\",\"description\":\"{{$:/language/Filters/SessionTiddlers}}\",\"text\":\"\"},\"$:/core/Filters/ShadowTiddlers\":{\"title\":\"$:/core/Filters/ShadowTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[all[shadows]sort[title]]\",\"description\":\"{{$:/language/Filters/ShadowTiddlers}}\",\"text\":\"\"},\"$:/core/Filters/StoryList\":{\"title\":\"$:/core/Filters/StoryList\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[list[$:/StoryList]] -$:/AdvancedSearch\",\"description\":\"{{$:/language/Filters/StoryList}}\",\"text\":\"\"},\"$:/core/Filters/SystemTags\":{\"title\":\"$:/core/Filters/SystemTags\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[all[shadows+tiddlers]tags[]is[system]sort[title]]\",\"description\":\"{{$:/language/Filters/SystemTags}}\",\"text\":\"\"},\"$:/core/Filters/SystemTiddlers\":{\"title\":\"$:/core/Filters/SystemTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[is[system]sort[title]]\",\"description\":\"{{$:/language/Filters/SystemTiddlers}}\",\"text\":\"\"},\"$:/core/Filters/TypedTiddlers\":{\"title\":\"$:/core/Filters/TypedTiddlers\",\"tags\":\"$:/tags/Filter\",\"filter\":\"[!is[system]has[type]each[type]sort[type]] -[type[text/vnd.tiddlywiki]]\",\"description\":\"{{$:/language/Filters/TypedTiddlers}}\",\"text\":\"\"},\"$:/core/ui/ImportListing\":{\"title\":\"$:/core/ui/ImportListing\",\"text\":\"\\\\define lingo-base() $:/language/Import/\\n\\n\\\\define messageField() message-$(payloadTiddler)$\\n\\n\\\\define payloadTitleFilter() [\u003CcurrentTiddler>get\u003CrenameField>minlength[1]else\u003CpayloadTiddler>]\\n\\n\\\\define overWriteWarning()\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>!has\u003CsuppressedField>]\\\">\\n\u003C$text text={{{[subfilter\u003CpayloadTitleFilter>!is[tiddler]then[]] ~[\u003Clingo-base>addsuffix[Listing/Rename/OverwriteWarning]get[text]]}}}/>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define selectionInfo()\\n\\\\whitespace trim\\n\u003C$set name=\\\"escUnselected\\\" value={{{[{$:/language/Import/Upgrader/Tiddler/Unselected}escaperegexp[]addprefix[(?g)]]}}}>\\n\\t\u003C$list filter=\\\"[all[current]get\u003CmessageField>regexp\u003CescUnselected>]\\\" variable=\\\"ignore\\\">\\n\\t\\t\u003C$text text={{{[all[current]get\u003CselectionField>match[checked]then{$:/language/Import/Upgrader/Tiddler/Selected}else[]]}}}/>\\n\\t\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define libraryInfo()\\n\\\\whitespace trim\\n\u003C$set name=\\\"escUnselected\\\" value={{{[{$:/language/Import/Upgrader/Tiddler/Unselected}escaperegexp[]addprefix[(?g)]]}}}>\\n\\t\u003C$list filter=\\\"[all[current]get\u003CmessageField>!regexp\u003CescUnselected>]\\\" variable=\\\"ignore\\\">\\n\\t\\t\u003C$text text={{{[all[current]get\u003CmessageField>]}}}/>\\n\\t\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define selectionField() selection-$(payloadTiddler)$\\n\\n\\\\define renameField() rename-$(payloadTiddler)$\\n\\n\\\\define suppressedField() suppressed-$(payloadTiddler)$\\n\\n\\\\define newImportTitleTiddler() $:/temp/NewImportTitle-$(payloadTiddler)$\\n\\n\\\\define previewPopupState() $(currentTiddler)$!!popup-$(payloadTiddler)$\\n\\n\\\\define renameFieldState() $(currentTiddler)$!!state-rename-$(payloadTiddler)$\\n\\n\\\\define select-all-actions()\\n\u003C$list filter=\\\"[all[current]plugintiddlers[]sort[title]]\\\" variable=\\\"payloadTiddler\\\">\\n\u003C$action-setfield $field={{{ [\u003CpayloadTiddler>addprefix[selection-]] }}} $value={{$:/state/import/select-all}}/>\\n\u003C/$list>\\n\\\\end\\n\\n\u003Ctable class=\\\"tc-import-table\\\">\\n\u003Ctbody>\\n\u003Ctr>\\n\u003Cth align=\\\"left\\\">\\n\u003C$checkbox tiddler=\\\"$:/state/import/select-all\\\" field=\\\"text\\\" checked=\\\"checked\\\" unchecked=\\\"unchecked\\\" default=\\\"checked\\\" actions=\u003C\u003Cselect-all-actions>>>\\n\u003C\u003Clingo Listing/Select/Caption>>\\n\u003C/$checkbox>\\n\u003C/th>\\n\u003Cth>\\n\u003C\u003Clingo Listing/Title/Caption>>\\n\u003C/th>\\n\u003Cth>\\n\u003C\u003Clingo Listing/Status/Caption>>\\n\u003C/th>\\n\u003C/tr>\\n\u003C$list filter=\\\"[all[current]plugintiddlers[]sort[title]]\\\" variable=\\\"payloadTiddler\\\">\\n\u003Ctr class={{{[\u003CcurrentTiddler>has\u003CsuppressedField>then[tc-row-disabled]] ~[subfilter\u003CpayloadTitleFilter>is[tiddler]then[tc-row-warning]] }}}>\\n\u003Ctd>\\n\u003C$checkbox field=\u003C\u003CselectionField>> checked=\\\"checked\\\" unchecked=\\\"unchecked\\\" default=\\\"checked\\\" disabled={{{[\u003CcurrentTiddler>has\u003CsuppressedField>then[yes]else[no]]}}}/>\\n\u003C/td>\\n\u003Ctd>\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CrenameFieldState>> text=\\\"yes\\\" tag=\\\"div\\\">\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CpreviewPopupState>> text=\\\"yes\\\" tag=\\\"div\\\" class=\\\"tc-flex\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown tc-flex-grow-1 tc-word-break\\\" set=\u003C\u003CpreviewPopupState>> setTo=\\\"yes\\\" disabled={{{[\u003CcurrentTiddler>has\u003CsuppressedField>then[yes]else[no]]}}}>\\n\u003Cspan class=\\\"tc-small-gap-right\\\">{{$:/core/images/right-arrow}}\u003C/span>\u003C$text text={{{[subfilter\u003CpayloadTitleFilter>]}}}/>\\n\u003C/$button>\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>!has\u003CsuppressedField>]\\\">\u003C$button class=\\\"tc-btn-invisible\\\" set=\u003C\u003CrenameFieldState>> setTo=\\\"yes\\\" tooltip={{{[\u003Clingo-base>addsuffix[Listing/Rename/Tooltip]get[text]]}}}>{{$:/core/images/edit-button}}\u003C/$button>\u003C/$list>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CpreviewPopupState>> text=\\\"yes\\\" tag=\\\"div\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\" set=\u003C\u003CpreviewPopupState>> setTo=\\\"no\\\">\\n\u003Cspan class=\\\"tc-small-gap-right\\\">{{$:/core/images/down-arrow}}\u003C/span>\u003C$text text={{{[subfilter\u003CpayloadTitleFilter>]}}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CrenameFieldState>> text=\\\"yes\\\" tag=\\\"div\\\">\\n\u003C$text text={{{[\u003Clingo-base>addsuffix[Listing/Rename/Prompt]get[text]]}}}/>\\n\u003C/$reveal>\\n\u003C/td>\\n\u003Ctd>\\n\u003C\u003CselectionInfo>>\\n\u003C\u003ClibraryInfo>>\\n\u003C\u003CoverWriteWarning>>\\n\u003C/td>\\n\u003C/tr>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CrenameFieldState>> text=\\\"yes\\\" tag=\\\"tr\\\">\\n\u003Ctd colspan=\\\"3\\\">\\n\u003Cdiv class=\\\"tc-flex\\\">\\n\u003C$edit-text tiddler=\u003C\u003CnewImportTitleTiddler>> default={{{[subfilter\u003CpayloadTitleFilter>]}}} tag=\\\"input\\\" class=\\\"tc-import-rename tc-flex-grow-1\\\"/>\u003Cspan class=\\\"tc-small-gap-left\\\">\u003C$button class=\\\"tc-btn-invisible\\\" set=\u003C\u003CrenameFieldState>> setTo=\\\"no\\\" tooltip={{{[\u003Clingo-base>addsuffix[Listing/Rename/CancelRename]get[text]]}}}>{{$:/core/images/close-button}}\u003C$action-deletetiddler $tiddler=\u003C\u003CnewImportTitleTiddler>>/>\u003C/$button>\u003Cspan class=\\\"tc-small-gap-right\\\"/>\u003C/span>\u003C$button class=\\\"tc-btn-invisible\\\" set=\u003C\u003CrenameFieldState>> setTo=\\\"no\\\" tooltip={{{[\u003Clingo-base>addsuffix[Listing/Rename/ConfirmRename]get[text]]}}}>{{$:/core/images/done-button}}\u003C$action-setfield $field=\u003C\u003CrenameField>> $value={{{[\u003CnewImportTitleTiddler>get[text]minlength[1]else\u003CpayloadTiddler>]}}} />\u003C$action-deletetiddler $tiddler=\u003C\u003CnewImportTitleTiddler>>/>\u003C/$button>\\n\u003C/div>\\n\u003C/td>\\n\u003C/$reveal>\\n\u003Ctr>\\n\u003Ctd colspan=\\\"3\\\">\\n\u003C$reveal type=\\\"match\\\" text=\\\"yes\\\" state=\u003C\u003CpreviewPopupState>> tag=\\\"div\\\">\\n\u003C$list filter=\\\"[{$:/state/importpreviewtype}has[text]]\\\" variable=\\\"listItem\\\" emptyMessage={{$:/core/ui/ImportPreviews/Text}}>\\n\u003C$transclude tiddler={{$:/state/importpreviewtype}}/>\\n\u003C/$list>\\n\u003C/$reveal>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/$list>\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/core/ui/ImportPreviews/Diff\":{\"title\":\"$:/core/ui/ImportPreviews/Diff\",\"tags\":\"$:/tags/ImportPreview\",\"caption\":\"{{$:/language/Import/Listing/Preview/Diff}}\",\"text\":\"\u003C$macrocall $name=\\\"compareTiddlerText\\\" sourceTiddlerTitle=\u003C\u003CpayloadTiddler>> destTiddlerTitle=\u003C\u003CcurrentTiddler>> destSubTiddlerTitle=\u003C\u003CpayloadTiddler>>/>\\n\"},\"$:/core/ui/ImportPreviews/DiffFields\":{\"title\":\"$:/core/ui/ImportPreviews/DiffFields\",\"tags\":\"$:/tags/ImportPreview\",\"caption\":\"{{$:/language/Import/Listing/Preview/DiffFields}}\",\"text\":\"\u003C$macrocall $name=\\\"compareTiddlers\\\" sourceTiddlerTitle=\u003C\u003CpayloadTiddler>> destTiddlerTitle=\u003C\u003CcurrentTiddler>> destSubTiddlerTitle=\u003C\u003CpayloadTiddler>> exclude=\\\"text\\\"/>\\n\"},\"$:/core/ui/ImportPreviews/Fields\":{\"title\":\"$:/core/ui/ImportPreviews/Fields\",\"tags\":\"$:/tags/ImportPreview\",\"caption\":\"{{$:/language/Import/Listing/Preview/Fields}}\",\"text\":\"\u003Ctable class=\\\"tc-view-field-table\\\">\\n\u003Ctbody>\\n\u003C$list filter=\\\"[\u003CpayloadTiddler>subtiddlerfields\u003CcurrentTiddler>sort[]] -text\\\" variable=\\\"fieldName\\\">\\n\u003Ctr class=\\\"tc-view-field\\\">\\n\u003Ctd class=\\\"tc-view-field-name\\\">\\n\u003C$text text=\u003C\u003CfieldName>>/>\\n\u003C/td>\\n\u003Ctd class=\\\"tc-view-field-value\\\">\\n\u003C$view field=\u003C\u003CfieldName>> tiddler=\u003C\u003CcurrentTiddler>> subtiddler=\u003C\u003CpayloadTiddler>>/>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/$list>\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/core/ui/ImportPreviews/Text\":{\"title\":\"$:/core/ui/ImportPreviews/Text\",\"tags\":\"$:/tags/ImportPreview\",\"caption\":\"{{$:/language/Import/Listing/Preview/Text}}\",\"text\":\"\u003C$transclude tiddler=\u003C\u003CcurrentTiddler>> subtiddler=\u003C\u003CpayloadTiddler>> mode=\\\"block\\\"/>\\n\"},\"$:/core/ui/ImportPreviews/TextRaw\":{\"title\":\"$:/core/ui/ImportPreviews/TextRaw\",\"tags\":\"$:/tags/ImportPreview\",\"caption\":\"{{$:/language/Import/Listing/Preview/TextRaw}}\",\"text\":\"\u003Cpre>\u003Ccode>\u003C$view tiddler=\u003C\u003CcurrentTiddler>> subtiddler=\u003C\u003CpayloadTiddler>> />\u003C/code>\u003C/pre>\"},\"$:/core/ui/KeyboardShortcuts/advanced-search\":{\"title\":\"$:/core/ui/KeyboardShortcuts/advanced-search\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((advanced-search))\",\"text\":\"\u003C$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\">\\n\u003C$action-navigate $to=\\\"$:/AdvancedSearch\\\"/>\\n\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\"\\\"\\\"[data-tiddler-title=\\\"$:/AdvancedSearch\\\"] .tc-search input\\\"\\\"\\\" preventScroll=\\\"true\\\"/>\\n\u003C/$navigator>\\n\"},\"$:/core/ui/KeyboardShortcuts/change-sidebar-layout\":{\"title\":\"$:/core/ui/KeyboardShortcuts/change-sidebar-layout\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((change-sidebar-layout))\",\"text\":\"\u003C$list filter=\\\"[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]]\\\" \\nemptyMessage=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\\\" text=\\\"fixed-fluid\\\"/>\\\"\\\"\\\">\\n\u003C$action-setfield $tiddler=\\\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\\\" text=\\\"fluid-fixed\\\"/>\\n\u003C/$list>\\n\"},\"$:/core/ui/KeyboardShortcuts/new-image\":{\"title\":\"$:/core/ui/KeyboardShortcuts/new-image\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((new-image))\",\"text\":\"\u003C$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\\n{{$:/core/ui/Actions/new-image}}\\n\u003C/$navigator>\\n\"},\"$:/core/ui/KeyboardShortcuts/new-journal\":{\"title\":\"$:/core/ui/KeyboardShortcuts/new-journal\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((new-journal))\",\"text\":\"\u003C$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\\n{{$:/core/ui/Actions/new-journal}}\\n\u003C/$navigator>\\n\"},\"$:/core/ui/KeyboardShortcuts/new-tiddler\":{\"title\":\"$:/core/ui/KeyboardShortcuts/new-tiddler\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((new-tiddler))\",\"text\":\"\u003C$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\\n{{$:/core/ui/Actions/new-tiddler}}\\n\u003C/$navigator>\\n\"},\"$:/core/ui/KeyboardShortcuts/save-wiki\":{\"title\":\"$:/core/ui/KeyboardShortcuts/save-wiki\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((save-wiki))\",\"text\":\"\u003C$wikify name=\\\"site-title\\\" text={{$:/config/SaveWikiButton/Filename}}>\\n\u003C$action-sendmessage $message=\\\"tm-save-wiki\\\" $param={{$:/config/SaveWikiButton/Template}} filename=\u003C\u003Csite-title>>/>\\n\u003C/$wikify>\\n\"},\"$:/core/ui/KeyboardShortcuts/sidebar-search\":{\"title\":\"$:/core/ui/KeyboardShortcuts/sidebar-search\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((sidebar-search))\",\"text\":\"\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\".tc-search input\\\"/>\\n\"},\"$:/core/ui/KeyboardShortcuts/switcher\":{\"title\":\"$:/core/ui/KeyboardShortcuts/switcher\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((layout-switcher))\",\"text\":\"\u003C$action-sendmessage $message=\\\"tm-show-switcher\\\" switch=\\\"layout\\\"/>\"},\"$:/core/ui/KeyboardShortcuts/toggle-sidebar\":{\"title\":\"$:/core/ui/KeyboardShortcuts/toggle-sidebar\",\"tags\":\"$:/tags/KeyboardShortcut\",\"key\":\"((toggle-sidebar))\",\"text\":\"\u003C$list filter=\\\"[[$:/state/sidebar]is[missing]] [{$:/state/sidebar}removeprefix[yes]]\\\" emptyMessage=\\\"\\\"\\\"\\n\u003C$action-setfield $tiddler=\\\"$:/state/sidebar\\\" text=\\\"yes\\\"/>\\n\\\"\\\"\\\">\\n\u003C$action-setfield $tiddler=\\\"$:/state/sidebar\\\" text=\\\"no\\\"/>\\n\u003C/$list>\\n\"},\"$:/snippets/LayoutSwitcher\":{\"title\":\"$:/snippets/LayoutSwitcher\",\"tags\":\"$:/tags/ControlPanel/Appearance\",\"caption\":\"{{$:/language/ControlPanel/LayoutSwitcher/Caption}}\",\"text\":\"\u003C$linkcatcher to=\\\"$:/layout\\\">\\n\u003Cdiv class=\\\"tc-chooser\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/Layout]] [[$:/core/ui/PageTemplate]] +[!is[draft]sort[name]]\\\">\\n\u003C$list filter=\\\"[{$:/layout}!has[text]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\\\"\\\"\\n\u003C$set name=\\\"cls\\\" filter=\\\"[all[current]field:title{$:/layout}]\\\" value=\\\"tc-chooser-item tc-chosen\\\" emptyValue=\\\"tc-chooser-item\\\">\u003Cdiv class=\u003C\u003Ccls>>>\u003C$link to={{!!title}}>''\u003C$transclude field=\\\"name\\\"/>'' - \u003C$transclude field=\\\"description\\\"/>\u003C/$link>\u003C/div>\\n\u003C/$set>\\n\\\"\\\"\\\">\\n\u003C$set name=\\\"cls\\\" filter=\\\"[all[current]field:title[$:/core/ui/PageTemplate]]\\\" value=\\\"tc-chooser-item tc-chosen\\\" emptyValue=\\\"tc-chooser-item\\\">\u003Cdiv class=\u003C\u003Ccls>>>\u003C$link to={{!!title}}>''\u003C$transclude field=\\\"name\\\"/>'' - \u003C$transclude field=\\\"description\\\"/>\u003C/$link>\u003C/div>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$linkcatcher>\\n\"},\"$:/core/ui/ListItemTemplate\":{\"title\":\"$:/core/ui/ListItemTemplate\",\"text\":\"\u003Cdiv class=\\\"tc-menu-list-item\\\">\\n\u003C$link />\\n\u003C/div>\"},\"$:/Manager/ItemMain/Fields\":{\"title\":\"$:/Manager/ItemMain/Fields\",\"tags\":\"$:/tags/Manager/ItemMain\",\"caption\":\"{{$:/language/Manager/Item/Fields}}\",\"text\":\"\u003Ctable>\\n\u003Ctbody>\\n\u003C$list filter=\\\"[all[current]fields[]sort[title]] -text\\\" template=\\\"$:/core/ui/TiddlerFieldTemplate\\\" variable=\\\"listItem\\\"/>\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/Manager/ItemMain/RawText\":{\"title\":\"$:/Manager/ItemMain/RawText\",\"tags\":\"$:/tags/Manager/ItemMain\",\"caption\":\"{{$:/language/Manager/Item/RawText}}\",\"text\":\"\u003Cpre>\u003Ccode>\u003C$view/>\u003C/code>\u003C/pre>\\n\"},\"$:/Manager/ItemMain/WikifiedText\":{\"title\":\"$:/Manager/ItemMain/WikifiedText\",\"tags\":\"$:/tags/Manager/ItemMain\",\"caption\":\"{{$:/language/Manager/Item/WikifiedText}}\",\"text\":\"\u003C$transclude mode=\\\"block\\\"/>\\n\"},\"$:/Manager/ItemSidebar/Colour\":{\"title\":\"$:/Manager/ItemSidebar/Colour\",\"tags\":\"$:/tags/Manager/ItemSidebar\",\"caption\":\"{{$:/language/Manager/Item/Colour}}\",\"text\":\"\\\\define swatch-styles()\\nheight: 1em;\\nbackground-color: $(colour)$\\n\\\\end\\n\\n\u003C$vars colour={{!!color}}>\\n\u003Cp style=\u003C\u003Cswatch-styles>>/>\\n\u003C/$vars>\\n\u003Cp>\\n\u003C$edit-text field=\\\"color\\\" tag=\\\"input\\\" type=\\\"color\\\"/> / \u003C$edit-text field=\\\"color\\\" tag=\\\"input\\\" type=\\\"text\\\" size=\\\"9\\\"/>\\n\u003C/p>\\n\"},\"$:/Manager/ItemSidebar/Icon\":{\"title\":\"$:/Manager/ItemSidebar/Icon\",\"tags\":\"$:/tags/Manager/ItemSidebar\",\"caption\":\"{{$:/language/Manager/Item/Icon}}\",\"text\":\"\u003Cp>\\n\u003Cdiv class=\\\"tc-manager-icon-editor\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/image-picker\\\">> class=\\\"tc-btn-invisible\\\">\\n\u003C$transclude tiddler={{!!icon}}>\\n{{$:/language/Manager/Item/Icon/None}}\\n\u003C/$transclude>\\n\u003C/$button>\\n\u003Cdiv class=\\\"tc-block-dropdown-wrapper\\\" style=\\\"position: static;\\\">\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/image-picker\\\">> type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\" tag=\\\"div\\\" class=\\\"tc-popup\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown tc-popup-keep\\\" style=\\\"width: 80%; left: 10%; right: 10%; padding: 0.5em;\\\">\\n\u003C$macrocall $name=\\\"image-picker-include-tagged-images\\\" actions=\\\"\\\"\\\"\\n\u003C$action-setfield $field=\\\"icon\\\" $value=\u003C\u003CimageTitle>>/>\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Cqualify \\\"$:/state/popup/image-picker\\\">>/>\\n\\\"\\\"\\\"/>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/div>\\n\u003C/div>\\n\u003C/p>\\n\"},\"$:/Manager/ItemSidebar/Tags\":{\"title\":\"$:/Manager/ItemSidebar/Tags\",\"tags\":\"$:/tags/Manager/ItemSidebar\",\"caption\":\"{{$:/language/Manager/Item/Tags}}\",\"text\":\"\\\\whitespace trim\\n\\\\define tag-checkbox-actions()\\n\u003C$action-listops\\n\\t$tiddler=\\\"$:/config/Manager/RecentTags\\\"\\n\\t$subfilter=\\\"[\u003Ctag>] [list[$:/config/Manager/RecentTags]] +[limit[12]]\\\"\\n/>\\n\\\\end\\n\\n\\\\define tag-picker-actions()\\n\u003C\u003Ctag-checkbox-actions>>\\n\\\\end\\n\\n\u003Cp>\\n\u003C$list filter=\\\"[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] \\\" variable=\\\"tag\\\" storyview=\\\"pop\\\">\\n\u003Cdiv>\\n\u003C$checkbox tiddler=\u003C\u003CcurrentTiddler>> tag=\u003C\u003Ctag>> actions=\u003C\u003Ctag-checkbox-actions>>>\\n\u003C$macrocall $name=\\\"tag-pill\\\" tag=\u003C\u003Ctag>>/>\\n\u003C/$checkbox>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/p>\\n\u003Cp>\\n\u003C$fieldmangler>\\n\u003C$macrocall $name=\\\"tag-picker\\\" actions=\u003C\u003Ctag-picker-actions>>/>\\n\u003C/$fieldmangler>\\n\u003C/p>\\n\"},\"$:/Manager/ItemSidebar/Tools\":{\"title\":\"$:/Manager/ItemSidebar/Tools\",\"tags\":\"$:/tags/Manager/ItemSidebar\",\"caption\":\"{{$:/language/Manager/Item/Tools}}\",\"text\":\"\u003Cp>\\n\u003C$button to=\u003C\u003CcurrentTiddler>>>{{$:/core/images/link}} open\u003C/$button>\\n\u003C/p>\\n\u003Cp>\\n\u003C$button message=\\\"tm-edit-tiddler\\\" param=\u003C\u003CcurrentTiddler>>>{{$:/core/images/edit-button}} edit\u003C/$button>\\n\u003C/p>\\n\"},\"$:/Manager\":{\"title\":\"$:/Manager\",\"icon\":\"$:/core/images/list\",\"color\":\"#bbb\",\"text\":\"\\\\define lingo-base() $:/language/Manager/\\n\\n\\\\define list-item-content-item()\\n\u003Cdiv class=\\\"tc-manager-list-item-content-item\\\">\\n\\t\u003C$vars state-title=\\\"\\\"\\\"$:/state/popup/manager/item/$(listItem)$\\\"\\\"\\\">\\n\\t\\t\u003C$reveal state=\u003C\u003Cstate-title>> type=\\\"match\\\" text=\\\"show\\\" default=\\\"show\\\" tag=\\\"div\\\">\\n\\t\\t\\t\u003C$button set=\u003C\u003Cstate-title>> setTo=\\\"hide\\\" class=\\\"tc-btn-invisible tc-manager-list-item-content-item-heading\\\">\\n\\t\\t\\t\\t{{$:/core/images/down-arrow}} \u003C$transclude tiddler=\u003C\u003ClistItem>> field=\\\"caption\\\"/>\\n\\t\\t\\t\u003C/$button>\\n\\t\\t\u003C/$reveal>\\n\\t\\t\u003C$reveal state=\u003C\u003Cstate-title>> type=\\\"nomatch\\\" text=\\\"show\\\" default=\\\"show\\\" tag=\\\"div\\\">\\n\\t\\t\\t\u003C$button set=\u003C\u003Cstate-title>> setTo=\\\"show\\\" class=\\\"tc-btn-invisible tc-manager-list-item-content-item-heading\\\">\\n\\t\\t\\t\\t{{$:/core/images/right-arrow}} \u003C$transclude tiddler=\u003C\u003ClistItem>> field=\\\"caption\\\"/>\\n\\t\\t\\t\u003C/$button>\\n\\t\\t\u003C/$reveal>\\n\\t\\t\u003C$reveal state=\u003C\u003Cstate-title>> type=\\\"match\\\" text=\\\"show\\\" default=\\\"show\\\" tag=\\\"div\\\" class=\\\"tc-manager-list-item-content-item-body\\\">\\n\\t\\t\\t\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\\n\\t\\t\u003C/$reveal>\\n\\t\u003C/$vars>\\n\u003C/div>\\n\\\\end\\n\\n\u003Cdiv class=\\\"tc-manager-wrapper\\\">\\n\\t\u003Cdiv class=\\\"tc-manager-controls\\\">\\n\\t\\t\u003Cdiv class=\\\"tc-manager-control\\\">\\n\\t\\t\\t\u003C\u003Clingo Controls/Show/Prompt>> \u003C$select tiddler=\\\"$:/config/Manager/Show\\\" default=\\\"tiddlers\\\">\\n\\t\\t\\t\\t\u003Coption value=\\\"tiddlers\\\">\u003C\u003Clingo Controls/Show/Option/Tiddlers>>\u003C/option>\\n\\t\\t\\t\\t\u003Coption value=\\\"tags\\\">\u003C\u003Clingo Controls/Show/Option/Tags>>\u003C/option>\\n\\t\\t\\t\u003C/$select>\\n\\t\\t\u003C/div>\\n\\t\\t\u003Cdiv class=\\\"tc-manager-control\\\">\\n\\t\\t\\t\u003C\u003Clingo Controls/Search/Prompt>> \u003C$edit-text tiddler=\\\"$:/config/Manager/Filter\\\" tag=\\\"input\\\" default=\\\"\\\" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>\\n\\t\\t\u003C/div>\\n\\t\\t\u003Cdiv class=\\\"tc-manager-control\\\">\\n\\t\\t\\t\u003C\u003Clingo Controls/FilterByTag/Prompt>> \u003C$select tiddler=\\\"$:/config/Manager/Tag\\\" default=\\\"\\\">\\n\\t\\t\\t\\t\u003Coption value=\\\"\\\">\u003C\u003Clingo Controls/FilterByTag/None>>\u003C/option>\\n\\t\\t\\t\\t\u003C$list filter=\\\"[!is{$:/config/Manager/System}tags[]!is[system]sort[title]]\\\" variable=\\\"tag\\\">\\n\\t\\t\\t\\t\\t\u003Coption value=\u003C\u003Ctag>>>\u003C$text text=\u003C\u003Ctag>>/>\u003C/option>\\n\\t\\t\\t\\t\u003C/$list>\\n\\t\\t\\t\u003C/$select>\\n\\t\\t\u003C/div>\\n\\t\\t\u003Cdiv class=\\\"tc-manager-control\\\">\\n\\t\\t\\t\u003C\u003Clingo Controls/Sort/Prompt>> \u003C$select tiddler=\\\"$:/config/Manager/Sort\\\" default=\\\"title\\\">\\n\\t\\t\\t\\t\u003Coptgroup label=\\\"Common\\\">\\n\\t\\t\\t\\t\\t\u003C$list filter=\\\"title modified modifier created creator created\\\" variable=\\\"field\\\">\\n\\t\\t\\t\\t\\t\\t\u003Coption value=\u003C\u003Cfield>>>\u003C$text text=\u003C\u003Cfield>>/>\u003C/option>\\n\\t\\t\\t\\t\\t\u003C/$list>\\n\\t\\t\\t\\t\u003C/optgroup>\\n\\t\\t\\t\\t\u003Coptgroup label=\\\"All\\\">\\n\\t\\t\\t\\t\\t\u003C$list filter=\\\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}fields[]sort[title]] -title -modified -modifier -created -creator -created\\\" variable=\\\"field\\\">\\n\\t\\t\\t\\t\\t\\t\u003Coption value=\u003C\u003Cfield>>>\u003C$text text=\u003C\u003Cfield>>/>\u003C/option>\\n\\t\\t\\t\\t\\t\u003C/$list>\\n\\t\\t\\t\\t\u003C/optgroup>\\n\\t\\t\\t\u003C/$select>\\n\\t\\t\\t\u003C$checkbox tiddler=\\\"$:/config/Manager/Order\\\" field=\\\"text\\\" checked=\\\"reverse\\\" unchecked=\\\"forward\\\" default=\\\"forward\\\">\\n\\t\\t\\t\\t\u003C\u003Clingo Controls/Order/Prompt>>\\n\\t\\t\\t\u003C/$checkbox>\\n\\t\\t\u003C/div>\\n\\t\\t\u003Cdiv class=\\\"tc-manager-control\\\">\\n\\t\\t\\t\u003C$checkbox tiddler=\\\"$:/config/Manager/System\\\" field=\\\"text\\\" checked=\\\"\\\" unchecked=\\\"system\\\" default=\\\"system\\\">\\n\\t\\t\\t\\t{{$:/language/SystemTiddlers/Include/Prompt}}\\n\\t\\t\\t\u003C/$checkbox>\\n\\t\\t\u003C/div>\\n\\t\u003C/div>\\n\\t\u003Cdiv class=\\\"tc-manager-list\\\">\\n\\t\\t\u003C$list filter=\\\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}search{$:/config/Manager/Filter}tag:strict{$:/config/Manager/Tag}sort{$:/config/Manager/Sort}order{$:/config/Manager/Order}]\\\">\\n\\t\\t\\t\u003C$vars transclusion=\u003C\u003CcurrentTiddler>>>\\n\\t\\t\\t\\t\u003Cdiv style=\\\"tc-manager-list-item\\\">\\n\\t\\t\\t\\t\\t\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/manager/popup\\\">> class=\\\"tc-btn-invisible tc-manager-list-item-heading\\\" selectedClass=\\\"tc-manager-list-item-heading-selected\\\">\\n\\t\\t\\t\\t\\t\\t\u003C$text text=\u003C\u003CcurrentTiddler>>/>\\n\\t\\t\\t\\t\\t\u003C/$button>\\n\\t\\t\\t\\t\\t\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/manager/popup\\\">> type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\" tag=\\\"div\\\" class=\\\"tc-manager-list-item-content tc-popup-handle\\\">\\n\\t\\t\\t\\t\\t\\t\u003Cdiv class=\\\"tc-manager-list-item-content-tiddler\\\">\\n\\t\\t\\t\\t\\t\\t\\t\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemMain]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\u003C\u003Clist-item-content-item>>\\n\\t\\t\\t\\t\\t\\t\\t\u003C/$list>\\n\\t\\t\\t\\t\\t\\t\u003C/div>\\n\\t\\t\\t\\t\\t\\t\u003Cdiv class=\\\"tc-manager-list-item-content-sidebar\\\">\\n\\t\\t\\t\\t\\t\\t\\t\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemSidebar]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\u003C\u003Clist-item-content-item>>\\n\\t\\t\\t\\t\\t\\t\\t\u003C/$list>\\n\\t\\t\\t\\t\\t\\t\u003C/div>\\n\\t\\t\\t\\t\\t\u003C/$reveal>\\n\\t\\t\\t\\t\u003C/div>\\n\\t\\t\\t\u003C/$vars>\\n\\t\\t\u003C/$list>\\n\\t\u003C/div>\\n\u003C/div>\\n\"},\"$:/core/ui/MissingTemplate\":{\"title\":\"$:/core/ui/MissingTemplate\",\"text\":\"\u003Cdiv class=\\\"tc-tiddler-missing\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/missing\\\">> class=\\\"tc-btn-invisible tc-missing-tiddler-label\\\">\\n\u003C$view field=\\\"title\\\" format=\\\"text\\\" />\\n\u003C/$button>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/missing\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$transclude tiddler=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003Chr>\\n\u003C$list filter=\\\"[all[current]backlinks[]sort[title]]\\\" template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/div>\\n\"},\"$:/core/ui/MoreSideBar/All\":{\"title\":\"$:/core/ui/MoreSideBar/All\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/All/Caption}}\",\"text\":\"\u003C$list filter={{$:/core/Filters/AllTiddlers!!filter}} template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/MoreSideBar/Drafts\":{\"title\":\"$:/core/ui/MoreSideBar/Drafts\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Drafts/Caption}}\",\"text\":\"\u003C$list filter={{$:/core/Filters/Drafts!!filter}} template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/MoreSideBar/Explorer\":{\"title\":\"$:/core/ui/MoreSideBar/Explorer\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Explorer/Caption}}\",\"text\":\"\u003C\u003Ctree \\\"$:/\\\">>\\n\"},\"$:/core/ui/MoreSideBar/Missing\":{\"title\":\"$:/core/ui/MoreSideBar/Missing\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Missing/Caption}}\",\"text\":\"\u003C$list filter={{$:/core/Filters/Missing!!filter}} template=\\\"$:/core/ui/MissingTemplate\\\"/>\\n\"},\"$:/core/ui/MoreSideBar/Orphans\":{\"title\":\"$:/core/ui/MoreSideBar/Orphans\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Orphans/Caption}}\",\"text\":\"\u003C$list filter={{$:/core/Filters/Orphans!!filter}} template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/MoreSideBar/Plugins\":{\"title\":\"$:/core/ui/MoreSideBar/Plugins\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Caption}}\",\"text\":\"\\n{{$:/language/ControlPanel/Plugins/Installed/Hint}}\\n\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar/Plugins]!has[draft.of]]\\\" default=\\\"$:/core/ui/MoreSideBar/Plugins/Plugins\\\" explicitState=\\\"$:/state/tab-1163638994\\\"/>\\n\"},\"$:/core/ui/MoreSideBar/Recent\":{\"title\":\"$:/core/ui/MoreSideBar/Recent\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Recent/Caption}}\",\"text\":\"\u003C$macrocall $name=\\\"timeline\\\" format={{$:/language/RecentChanges/DateFormat}}/>\\n\"},\"$:/core/ui/MoreSideBar/Shadows\":{\"title\":\"$:/core/ui/MoreSideBar/Shadows\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Shadows/Caption}}\",\"text\":\"\u003C$list filter={{$:/core/Filters/ShadowTiddlers!!filter}} template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/MoreSideBar/System\":{\"title\":\"$:/core/ui/MoreSideBar/System\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/System/Caption}}\",\"text\":\"\u003C$list filter={{$:/core/Filters/SystemTiddlers!!filter}} template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/MoreSideBar/Tags\":{\"title\":\"$:/core/ui/MoreSideBar/Tags\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Tags/Caption}}\",\"text\":\"\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" value=\\\"\\\">\\n\\n{{$:/core/ui/Buttons/tag-manager}}\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C$list filter={{$:/core/Filters/AllTags!!filter}}>\\n\\n\u003C$transclude tiddler=\\\"$:/core/ui/TagTemplate\\\"/>\\n\\n\u003C/$list>\\n\\n\u003Chr class=\\\"tc-untagged-separator\\\">\\n\\n{{$:/core/ui/UntaggedTemplate}}\\n\"},\"$:/core/ui/MoreSideBar/Types\":{\"title\":\"$:/core/ui/MoreSideBar/Types\",\"tags\":\"$:/tags/MoreSideBar\",\"caption\":\"{{$:/language/SideBar/Types/Caption}}\",\"text\":\"\u003C$list filter={{$:/core/Filters/TypedTiddlers!!filter}}>\\n\u003Cdiv class=\\\"tc-menu-list-item\\\">\\n\u003C$view field=\\\"type\\\"/>\\n\u003C$list filter=\\\"[type{!!type}!is[system]sort[title]]\\\">\\n\u003Cdiv class=\\\"tc-menu-list-subitem\\\">\\n\u003C$link to={{!!title}}>\u003C$view field=\\\"title\\\"/>\u003C/$link>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$list>\\n\"},\"$:/core/ui/MoreSideBar/Plugins/Languages\":{\"title\":\"$:/core/ui/MoreSideBar/Plugins/Languages\",\"tags\":\"$:/tags/MoreSideBar/Plugins\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Languages/Caption}}\",\"text\":\"\u003C$list filter=\\\"[!has[draft.of]plugin-type[language]sort[description]]\\\" template=\\\"$:/core/ui/PluginListItemTemplate\\\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\\n\"},\"$:/core/ui/MoreSideBar/Plugins/Plugins\":{\"title\":\"$:/core/ui/MoreSideBar/Plugins/Plugins\",\"tags\":\"$:/tags/MoreSideBar/Plugins\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Plugins/Caption}}\",\"text\":\"\u003C$list filter=\\\"[!has[draft.of]plugin-type[plugin]sort[description]]\\\" template=\\\"$:/core/ui/PluginListItemTemplate\\\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}>>/>\\n\"},\"$:/core/ui/MoreSideBar/Plugins/Theme\":{\"title\":\"$:/core/ui/MoreSideBar/Plugins/Theme\",\"tags\":\"$:/tags/MoreSideBar/Plugins\",\"caption\":\"{{$:/language/ControlPanel/Plugins/Themes/Caption}}\",\"text\":\"\u003C$list filter=\\\"[!has[draft.of]plugin-type[theme]sort[description]]\\\" template=\\\"$:/core/ui/PluginListItemTemplate\\\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\\n\"},\"$:/core/ui/Buttons/advanced-search\":{\"title\":\"$:/core/ui/Buttons/advanced-search\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/advanced-search-button}} {{$:/language/Buttons/AdvancedSearch/Caption}}\",\"description\":\"{{$:/language/Buttons/AdvancedSearch/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define advanced-search-button(class)\\n\\\\whitespace trim\\n\u003C$button to=\\\"$:/AdvancedSearch\\\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\\\"\\\"\\\"$(tv-config-toolbar-class)$ $class$\\\"\\\"\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/advanced-search-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$list filter=\\\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\\\" emptyMessage=\u003C\u003Cadvanced-search-button>>>\\n\u003C\u003Cadvanced-search-button \\\"tc-selected\\\">>\\n\u003C/$list>\\n\"},\"$:/core/ui/Buttons/close-all\":{\"title\":\"$:/core/ui/Buttons/close-all\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}\",\"description\":\"{{$:/language/Buttons/CloseAll/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-close-all-tiddlers\\\" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/close-all-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/CloseAll/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/control-panel\":{\"title\":\"$:/core/ui/Buttons/control-panel\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}\",\"description\":\"{{$:/language/Buttons/ControlPanel/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define control-panel-button(class)\\n\\\\whitespace trim\\n\u003C$button to=\\\"$:/ControlPanel\\\" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=\\\"\\\"\\\"$(tv-config-toolbar-class)$ $class$\\\"\\\"\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/options-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/ControlPanel/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$list filter=\\\"[list[$:/StoryList]] +[field:title[$:/ControlPanel]]\\\" emptyMessage=\u003C\u003Ccontrol-panel-button>>>\\n\u003C\u003Ccontrol-panel-button \\\"tc-selected\\\">>\\n\u003C/$list>\\n\"},\"$:/core/ui/Buttons/encryption\":{\"title\":\"$:/core/ui/Buttons/encryption\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}}\",\"description\":\"{{$:/language/Buttons/Encryption/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/isEncrypted\\\" text=\\\"yes\\\">\\n\u003C$button message=\\\"tm-clear-password\\\" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/locked-padlock}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/isEncrypted\\\" text=\\\"yes\\\">\\n\u003C$button message=\\\"tm-set-password\\\" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/unlocked-padlock}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/Buttons/export-page\":{\"title\":\"$:/core/ui/Buttons/export-page\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/export-button}} {{$:/language/Buttons/ExportPage/Caption}}\",\"description\":\"{{$:/language/Buttons/ExportPage/Hint}}\",\"text\":\"\u003C$macrocall $name=\\\"exportButton\\\" exportFilter=\\\"[!is[system]sort[title]]\\\" lingoBase=\\\"$:/language/Buttons/ExportPage/\\\"/>\"},\"$:/core/ui/Buttons/fold-all\":{\"title\":\"$:/core/ui/Buttons/fold-all\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/fold-all-button}} {{$:/language/Buttons/FoldAll/Caption}}\",\"description\":\"{{$:/language/Buttons/FoldAll/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$action-sendmessage $message=\\\"tm-fold-all-tiddlers\\\" $param=\u003C\u003CcurrentTiddler>> foldedStatePrefix=\\\"$:/state/folded/\\\"/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\" variable=\\\"listItem\\\">\\n{{$:/core/images/fold-all-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/FoldAll/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/full-screen\":{\"title\":\"$:/core/ui/Buttons/full-screen\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/full-screen-button}} {{$:/language/Buttons/FullScreen/Caption}}\",\"description\":\"{{$:/language/Buttons/FullScreen/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-full-screen\\\" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/full-screen-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/FullScreen/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/home\":{\"title\":\"$:/core/ui/Buttons/home\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}\",\"description\":\"{{$:/language/Buttons/Home/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-home\\\" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/home-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Home/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/import\":{\"title\":\"$:/core/ui/Buttons/import\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}\",\"description\":\"{{$:/language/Buttons/Import/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003Cdiv class=\\\"tc-file-input-wrapper\\\">\\n\u003C$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/import-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Import/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C$browse tooltip={{$:/language/Buttons/Import/Hint}}/>\\n\u003C/div>\"},\"$:/core/ui/Buttons/language\":{\"title\":\"$:/core/ui/Buttons/language\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/globe}} {{$:/language/Buttons/Language/Caption}}\",\"description\":\"{{$:/language/Buttons/Language/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define flag-title()\\n$(languagePluginTitle)$/icon\\n\\\\end\\n\u003Cspan class=\\\"tc-popup-keep\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/language\\\">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-image-button\\\">\\n\u003C$set name=\\\"languagePluginTitle\\\" value={{$:/language}}>\\n\u003C$image source=\u003C\u003Cflag-title>>/>\\n\u003C/$set>\\n\u003C/span>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/Language/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/span>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/language\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n{{$:/snippets/languageswitcher}}\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/Buttons/manager\":{\"title\":\"$:/core/ui/Buttons/manager\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/list}} {{$:/language/Buttons/Manager/Caption}}\",\"description\":\"{{$:/language/Buttons/Manager/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define manager-button(class)\\n\\\\whitespace trim\\n\u003C$button to=\\\"$:/Manager\\\" tooltip={{$:/language/Buttons/Manager/Hint}} aria-label={{$:/language/Buttons/Manager/Caption}} class=\\\"\\\"\\\"$(tv-config-toolbar-class)$ $class$\\\"\\\"\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/list}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Manager/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$list filter=\\\"[list[$:/StoryList]] +[field:title[$:/Manager]]\\\" emptyMessage=\u003C\u003Cmanager-button>>>\\n\u003C\u003Cmanager-button \\\"tc-selected\\\">>\\n\u003C/$list>\\n\"},\"$:/core/ui/Buttons/more-page-actions\":{\"title\":\"$:/core/ui/Buttons/more-page-actions\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}\",\"description\":\"{{$:/language/Buttons/More/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define config-title()\\n$:/config/PageControlButtons/Visibility/$(listItem)$\\n\\\\end\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/more\\\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/down-arrow}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/More/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/more\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" value=\\\"tc-btn-invisible\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cconfig-title>> text=\\\"hide\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" filter=\\\"[\u003Ctv-config-toolbar-class>] [\u003ClistItem>encodeuricomponent[]addprefix[tc-btn-]]\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"inline\\\"/>\\n\\n\u003C/$set>\\n\\n\u003C/$reveal>\\n\\n\u003C/$list>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C/div>\\n\\n\u003C/$reveal>\"},\"$:/core/ui/Buttons/new-image\":{\"title\":\"$:/core/ui/Buttons/new-image\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/new-image-button}} {{$:/language/Buttons/NewImage/Caption}}\",\"description\":\"{{$:/language/Buttons/NewImage/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/new-image-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/NewImage/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\"},\"$:/core/ui/Buttons/new-journal\":{\"title\":\"$:/core/ui/Buttons/new-journal\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournal/Caption}}\",\"description\":\"{{$:/language/Buttons/NewJournal/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define journalButton()\\n\\\\whitespace trim\\n\u003C$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-journal}}>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/new-journal-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/NewJournal/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\\\\end\\n\u003C\u003CjournalButton>>\\n\"},\"$:/core/ui/Buttons/new-tiddler\":{\"title\":\"$:/core/ui/Buttons/new-tiddler\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}\",\"description\":\"{{$:/language/Buttons/NewTiddler/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/new-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/NewTiddler/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\"},\"$:/core/ui/Buttons/palette\":{\"title\":\"$:/core/ui/Buttons/palette\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/palette}} {{$:/language/Buttons/Palette/Caption}}\",\"description\":\"{{$:/language/Buttons/Palette/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003Cspan class=\\\"tc-popup-keep\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/palette\\\">> tooltip={{$:/language/Buttons/Palette/Hint}} aria-label={{$:/language/Buttons/Palette/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/palette}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/Palette/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/span>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/palette\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\" style=\\\"font-size:0.7em;\\\">\\n{{$:/snippets/paletteswitcher}}\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/Buttons/print\":{\"title\":\"$:/core/ui/Buttons/print\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/print-button}} {{$:/language/Buttons/Print/Caption}}\",\"description\":\"{{$:/language/Buttons/Print/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-print\\\" tooltip={{$:/language/Buttons/Print/Hint}} aria-label={{$:/language/Buttons/Print/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/print-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Print/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/refresh\":{\"title\":\"$:/core/ui/Buttons/refresh\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}\",\"description\":\"{{$:/language/Buttons/Refresh/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-browser-refresh\\\" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/refresh-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Refresh/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/save-wiki\":{\"title\":\"$:/core/ui/Buttons/save-wiki\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}\",\"description\":\"{{$:/language/Buttons/SaveWiki/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$wikify name=\\\"site-title\\\" text={{$:/config/SaveWikiButton/Filename}}>\\n\u003C$action-sendmessage $message=\\\"tm-save-wiki\\\" $param={{$:/config/SaveWikiButton/Template}} filename=\u003C\u003Csite-title>>/>\\n\u003C/$wikify>\\n\u003Cspan class=\\\"tc-dirty-indicator\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/save-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/SaveWiki/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/span>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/storyview\":{\"title\":\"$:/core/ui/Buttons/storyview\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/storyview-classic}} {{$:/language/Buttons/StoryView/Caption}}\",\"description\":\"{{$:/language/Buttons/StoryView/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define icon()\\n$:/core/images/storyview-$(storyview)$\\n\\\\end\\n\u003Cspan class=\\\"tc-popup-keep\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/storyview\\\">> tooltip={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n\u003C$set name=\\\"storyview\\\" value={{$:/view}}>\\n\u003C$transclude tiddler=\u003C\u003Cicon>>/>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/StoryView/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/span>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/storyview\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n{{$:/snippets/viewswitcher}}\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/Buttons/tag-manager\":{\"title\":\"$:/core/ui/Buttons/tag-manager\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/tag-button}} {{$:/language/Buttons/TagManager/Caption}}\",\"description\":\"{{$:/language/Buttons/TagManager/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define control-panel-button(class)\\n\\\\whitespace trim\\n\u003C$button to=\\\"$:/TagManager\\\" tooltip={{$:/language/Buttons/TagManager/Hint}} aria-label={{$:/language/Buttons/TagManager/Caption}} class=\\\"\\\"\\\"$(tv-config-toolbar-class)$ $class$\\\"\\\"\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/tag-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/TagManager/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$list filter=\\\"[list[$:/StoryList]] +[field:title[$:/TagManager]]\\\" emptyMessage=\u003C\u003Ccontrol-panel-button>>>\\n\u003C\u003Ccontrol-panel-button \\\"tc-selected\\\">>\\n\u003C/$list>\\n\"},\"$:/core/ui/Buttons/theme\":{\"title\":\"$:/core/ui/Buttons/theme\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/theme-button}} {{$:/language/Buttons/Theme/Caption}}\",\"description\":\"{{$:/language/Buttons/Theme/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003Cspan class=\\\"tc-popup-keep\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/theme\\\">> tooltip={{$:/language/Buttons/Theme/Hint}} aria-label={{$:/language/Buttons/Theme/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/theme-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text={{$:/language/Buttons/Theme/Caption}}/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/span>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/theme\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$linkcatcher to=\\\"$:/theme\\\">\\n{{$:/snippets/themeswitcher}}\\n\u003C/$linkcatcher>\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/Buttons/timestamp\":{\"title\":\"$:/core/ui/Buttons/timestamp\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/timestamp-on}} {{$:/language/Buttons/Timestamp/Caption}}\",\"description\":\"{{$:/language/Buttons/Timestamp/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/config/TimestampDisable\\\" text=\\\"yes\\\">\\n\u003C$button tooltip={{$:/language/Buttons/Timestamp/On/Hint}} aria-label={{$:/language/Buttons/Timestamp/On/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$action-setfield $tiddler=\\\"$:/config/TimestampDisable\\\" $value=\\\"yes\\\"/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/timestamp-on}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Timestamp/On/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/config/TimestampDisable\\\" text=\\\"yes\\\">\\n\u003C$button tooltip={{$:/language/Buttons/Timestamp/Off/Hint}} aria-label={{$:/language/Buttons/Timestamp/Off/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$action-setfield $tiddler=\\\"$:/config/TimestampDisable\\\" $value=\\\"no\\\"/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/timestamp-off}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Timestamp/Off/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/Buttons/unfold-all\":{\"title\":\"$:/core/ui/Buttons/unfold-all\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/unfold-all-button}} {{$:/language/Buttons/UnfoldAll/Caption}}\",\"description\":\"{{$:/language/Buttons/UnfoldAll/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button tooltip={{$:/language/Buttons/UnfoldAll/Hint}} aria-label={{$:/language/Buttons/UnfoldAll/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$action-sendmessage $message=\\\"tm-unfold-all-tiddlers\\\" $param=\u003C\u003CcurrentTiddler>> foldedStatePrefix=\\\"$:/state/folded/\\\"/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\" variable=\\\"listItem\\\">\\n{{$:/core/images/unfold-all-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/UnfoldAll/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/PageTemplate/pagecontrols\":{\"title\":\"$:/core/ui/PageTemplate/pagecontrols\",\"text\":\"\\\\whitespace trim\\n\\\\define config-title()\\n$:/config/PageControlButtons/Visibility/$(listItem)$\\n\\\\end\\n\u003Cdiv class=\\\"tc-page-controls\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\u003C$set name=\\\"hidden\\\" value=\u003C\u003Cconfig-title>>>\\n\u003C$list filter=\\\"[\u003Chidden>!text[hide]]\\\" storyview=\\\"pop\\\" variable=\\\"ignore\\\">\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" filter=\\\"[\u003Ctv-config-toolbar-class>] [\u003ClistItem>encodeuricomponent[]addprefix[tc-btn-]]\\\">\\n\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"inline\\\"/>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/div>\\n\"},\"$:/core/ui/PageStylesheet\":{\"title\":\"$:/core/ui/PageStylesheet\",\"text\":\"\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\n\u003C$set name=\\\"currentTiddler\\\" value={{$:/language}}>\\n\\n\u003C$set name=\\\"languageTitle\\\" value={{!!name}}>\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\\\">\\n\u003C$transclude mode=\\\"block\\\"/>\\n\u003C/$list>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\"},\"$:/core/ui/PageTemplate/alerts\":{\"title\":\"$:/core/ui/PageTemplate/alerts\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\u003Cdiv class=\\\"tc-alerts\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Alert]!has[draft.of]]\\\" template=\\\"$:/core/ui/AlertTemplate\\\" storyview=\\\"pop\\\"/>\\n\\n\u003C/div>\\n\"},\"$:/core/ui/PageTemplate/drafts\":{\"title\":\"$:/core/ui/PageTemplate/drafts\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\\\\whitespace trim\\n\u003C$reveal state=\\\"$:/status/IsReadOnly\\\" type=\\\"nomatch\\\" text=\\\"yes\\\" tag=\\\"div\\\" class=\\\"tc-drafts-list\\\">\\n\u003C$list filter=\\\"[has[draft.of]!sort[modified]] -[list[$:/StoryList]]\\\">\\n\u003C$link>\\n{{$:/core/images/edit-button}} \u003C$text text=\u003C\u003CcurrentTiddler>>/>\\n\u003C/$link>\\n\u003C/$list>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/PageTemplate/pluginreloadwarning\":{\"title\":\"$:/core/ui/PageTemplate/pluginreloadwarning\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\\\\define lingo-base() $:/language/\\n\\n\u003C$list filter=\\\"[{$:/status/RequireReloadDueToPluginChange}match[yes]]\\\">\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/HidePluginWarning\\\" text=\\\"yes\\\">\\n\\n\u003Cdiv class=\\\"tc-plugin-reload-warning\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" value=\\\"\\\">\\n\\n\u003C\u003Clingo PluginReloadWarning>> \u003C$button set=\\\"$:/temp/HidePluginWarning\\\" setTo=\\\"yes\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/close-button}}\u003C/$button>\\n\\n\u003C/$set>\\n\\n\u003C/div>\\n\\n\u003C/$reveal>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/PageTemplate/sidebar\":{\"title\":\"$:/core/ui/PageTemplate/sidebar\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\\\\whitespace trim\\n\\\\define config-title()\\n$:/config/SideBarSegments/Visibility/$(listItem)$\\n\\\\end\\n\\n\u003C$scrollable fallthrough=\\\"no\\\" class=\\\"tc-sidebar-scrollable\\\">\\n\\n\u003Cdiv class=\\\"tc-sidebar-header\\\">\\n\\n\u003C$reveal state=\\\"$:/state/sidebar\\\" type=\\\"match\\\" text=\\\"yes\\\" default=\\\"yes\\\" retain=\\\"yes\\\" animate=\\\"yes\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Cconfig-title>> text=\\\"hide\\\" tag=\\\"div\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"block\\\"/>\\n\\n\u003C/$reveal>\\n\\n\u003C/$list>\\n\\n\u003C/$reveal>\\n\\n\u003C/div>\\n\\n\u003C/$scrollable>\\n\"},\"$:/core/ui/PageTemplate/story\":{\"title\":\"$:/core/ui/PageTemplate/story\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\\\\whitespace trim\\n\u003Csection class=\\\"tc-story-river\\\">\\n\\n\u003Csection class=\\\"story-backdrop\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\\\">\\n\\n\u003C$transclude/>\\n\\n\u003C/$list>\\n\\n\u003C/section>\\n\\n\u003C$list filter=\\\"[list[$:/StoryList]]\\\" history=\\\"$:/HistoryList\\\" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>\\n\\n\u003Csection class=\\\"story-frontdrop\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\\\">\\n\\n\u003C$transclude/>\\n\\n\u003C/$list>\\n\\n\u003C/section>\\n\\n\u003C/section>\\n\"},\"$:/core/ui/PageTemplate/topleftbar\":{\"title\":\"$:/core/ui/PageTemplate/topleftbar\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\u003Cspan class=\\\"tc-topbar tc-topbar-left\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\\\" variable=\\\"listItem\\\" storyview=\\\"pop\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"inline\\\"/>\\n\\n\u003C/$list>\\n\\n\u003C/span>\\n\"},\"$:/core/ui/PageTemplate/toprightbar\":{\"title\":\"$:/core/ui/PageTemplate/toprightbar\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\u003Cspan class=\\\"tc-topbar tc-topbar-right\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]\\\" variable=\\\"listItem\\\" storyview=\\\"pop\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"inline\\\"/>\\n\\n\u003C/$list>\\n\\n\u003C/span>\\n\"},\"$:/core/ui/PageTemplate\":{\"title\":\"$:/core/ui/PageTemplate\",\"name\":\"{{$:/language/PageTemplate/Name}}\",\"description\":\"{{$:/language/PageTemplate/Description}}\",\"text\":\"\\\\whitespace trim\\n\\\\define containerClasses()\\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\\n\\\\end\\n\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\n\u003C$vars\\n\\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\\n\\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\\n\\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\\n\\ttv-enable-drag-and-drop={{$:/config/DragAndDrop/Enable}}\\n\\ttv-show-missing-links={{$:/config/MissingLinks}}\\n\\tstoryviewTitle={{$:/view}}\\n\\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\\n\\n\u003Cdiv class=\u003C\u003CcontainerClasses>>>\\n\\n\u003C$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\\n\\n\u003C$dropzone enable=\u003C\u003Ctv-enable-drag-and-drop>>>\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\\n\\n\u003C/$list>\\n\\n\u003C/$dropzone>\\n\\n\u003C/$navigator>\\n\\n\u003C/div>\\n\\n\u003C/$vars>\\n\"},\"$:/PaletteManager\":{\"title\":\"$:/PaletteManager\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Palette/Editor/\\n\\\\define describePaletteColour(colour)\\n\u003C$transclude tiddler=\\\"$:/language/Docs/PaletteColours/$colour$\\\">\u003C$text text=\\\"$colour$\\\"/>\u003C/$transclude>\\n\\\\end\\n\\\\define edit-colour-placeholder()\\n edit $(colourName)$\\n\\\\end\\n\\\\define colour-tooltip(showhide) $showhide$ editor for $(newColourName)$ \\n\\\\define resolve-colour(macrocall)\\n\\\\import $:/core/macros/utils\\n\\\\whitespace trim\\n\u003C$wikify name=\\\"name\\\" text=\\\"\\\"\\\"$macrocall$\\\"\\\"\\\">\\n\u003C\u003Cname>>\\n\u003C/$wikify>\\n\\\\end\\n\\\\define delete-colour-index-actions() \u003C$action-setfield $index=\u003C\u003CcolourName>>/>\\n\\\\define palette-manager-colour-row-segment()\\n\\\\whitespace trim\\n\u003C$edit-text index=\u003C\u003CcolourName>> tag=\\\"input\\\" placeholder=\u003C\u003Cedit-colour-placeholder>> default=\\\"\\\"/>\\n\u003Cbr>\\n\u003C$edit-text index=\u003C\u003CcolourName>> type=\\\"color\\\" tag=\\\"input\\\" class=\\\"tc-palette-manager-colour-input\\\"/>\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>getindex\u003CcolourName>removeprefix[\u003C\u003C]removesuffix[>>]] [\u003CcurrentTiddler>getindex\u003CcolourName>removeprefix[\u003C$]removesuffix[/>]]\\\" variable=\\\"ignore\\\">\\n\u003C$set name=\\\"state\\\" value={{{ [[$:/state/palettemanager/]addsuffix\u003CcurrentTiddler>addsuffix[/]addsuffix\u003CcolourName>] }}}>\\n\u003C$wikify name=\\\"newColourName\\\" text=\\\"\\\"\\\"\u003C$macrocall $name=\\\"resolve-colour\\\" macrocall={{{ [\u003CcurrentTiddler>getindex\u003CcolourName>] }}}/>\\\"\\\"\\\">\\n\u003C$reveal state=\u003C\u003Cstate>> type=\\\"nomatch\\\" text=\\\"show\\\">\\n\u003C$button tooltip=\u003C\u003Ccolour-tooltip show>> aria-label=\u003C\u003Ccolour-tooltip show>> class=\\\"tc-btn-invisible\\\" set=\u003C\u003Cstate>> setTo=\\\"show\\\">{{$:/core/images/down-arrow}}\u003C$text text=\u003C\u003CnewColourName>> class=\\\"tc-small-gap-left\\\"/>\u003C/$button>\u003Cbr>\\n\u003C/$reveal>\\n\u003C$reveal state=\u003C\u003Cstate>> type=\\\"match\\\" text=\\\"show\\\">\\n\u003C$button tooltip=\u003C\u003Ccolour-tooltip hide>> aria-label=\u003C\u003Ccolour-tooltip show>> class=\\\"tc-btn-invisible\\\" actions=\\\"\\\"\\\"\u003C$action-deletetiddler $tiddler=\u003C\u003Cstate>>/>\\\"\\\"\\\">{{$:/core/images/up-arrow}}\u003C$text text=\u003C\u003CnewColourName>> class=\\\"tc-small-gap-left\\\"/>\u003C/$button>\u003Cbr>\\n\u003C/$reveal>\\n\u003C$reveal state=\u003C\u003Cstate>> type=\\\"match\\\" text=\\\"show\\\">\\n\u003C$set name=\\\"colourName\\\" value=\u003C\u003CnewColourName>>>\\n\u003Cbr>\\n\u003C\u003Cpalette-manager-colour-row-segment>>\\n\u003Cbr>\u003Cbr>\\n\u003C/$set>\\n\u003C/$reveal>\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/$list>\\n\\\\end\\n\\\\define palette-manager-colour-row()\\n\\\\whitespace trim\\n\u003Ctr>\\n\u003Ctd>\\n\u003Cspan style=\\\"float:right;\\\">\\n\u003C$button tooltip={{$:/language/ControlPanel/Palette/Editor/Delete/Hint}} aria-label={{$:/language/ControlPanel/Palette/Editor/Delete/Hint}} class=\\\"tc-btn-invisible\\\" actions=\u003C\u003Cdelete-colour-index-actions>>>\\n{{$:/core/images/delete-button}}\u003C/$button>\\n\u003C/span>\\n''\u003C$macrocall $name=\\\"describePaletteColour\\\" colour=\u003C\u003CcolourName>>/>''\u003Cbr/>\\n\u003C$macrocall $name=\\\"colourName\\\" $output=\\\"text/plain\\\"/>\\n\u003C/td>\\n\u003Ctd>\\n\u003C\u003Cpalette-manager-colour-row-segment>>\\n\u003C/td>\\n\u003C/tr>\\n\\\\end\\n\\\\define palette-manager-table()\\n\\\\whitespace trim\\n\u003Ctable>\\n\u003Ctbody>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Palette]indexes[]]\\\" variable=\\\"colourName\\\">\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>indexes[]removeprefix\u003CcolourName>suffix[]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\\\"\\\"\\n\u003C$list filter=\\\"[{$:/state/palettemanager/showexternal}removeprefix[yes]suffix[]]\\\" variable=\\\"ignore\\\">\\n\u003C\u003Cpalette-manager-colour-row>>\\n\u003C/$list>\\n\\\"\\\"\\\">\\n\u003C\u003Cpalette-manager-colour-row>>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/tbody>\\n\u003C/table>\\n\\\\end\\n\u003C$set name=\\\"currentTiddler\\\" value={{$:/palette}}>\\n\\n\u003C\u003Clingo Prompt>> \u003C$link to={{$:/palette}}>\u003C$macrocall $name=\\\"currentTiddler\\\" $output=\\\"text/plain\\\"/>\u003C/$link>\\n\\n\u003C$list filter=\\\"[all[current]is[shadow]is[tiddler]]\\\" variable=\\\"listItem\\\">\\n\u003C\u003Clingo Prompt/Modified>>\\n\u003C$button message=\\\"tm-delete-tiddler\\\" param={{$:/palette}}>\u003C\u003Clingo Reset/Caption>>\u003C/$button>\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[all[current]is[shadow]!is[tiddler]]\\\" variable=\\\"listItem\\\">\\n\u003C\u003Clingo Clone/Prompt>>\\n\u003C/$list>\\n\\n\u003C$button message=\\\"tm-new-tiddler\\\" param={{$:/palette}}>\u003C\u003Clingo Clone/Caption>>\u003C/$button>\\n\\n\u003C$checkbox tiddler=\\\"$:/state/palettemanager/showexternal\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\">\u003Cspan class=\\\"tc-small-gap-left\\\">\u003C\u003Clingo Names/External/Show>>\u003C/span>\u003C/$checkbox>\\n\\n\u003C\u003Cpalette-manager-table>>\\n\"},\"$:/core/ui/PluginInfo\":{\"title\":\"$:/core/ui/PluginInfo\",\"text\":\"\\\\define localised-info-tiddler-title()\\n$(currentTiddler)$/$(languageTitle)$/$(currentTab)$\\n\\\\end\\n\\\\define info-tiddler-title()\\n$(currentTiddler)$/$(currentTab)$\\n\\\\end\\n\\\\define default-tiddler-title()\\n$:/core/ui/PluginInfo/Default/$(currentTab)$\\n\\\\end\\n\u003C$transclude tiddler=\u003C\u003Clocalised-info-tiddler-title>> mode=\\\"block\\\">\\n\u003C$transclude tiddler=\u003C\u003CcurrentTiddler>> subtiddler=\u003C\u003Clocalised-info-tiddler-title>> mode=\\\"block\\\">\\n\u003C$transclude tiddler=\u003C\u003CcurrentTiddler>> subtiddler=\u003C\u003Cinfo-tiddler-title>> mode=\\\"block\\\">\\n\u003C$transclude tiddler=\u003C\u003Cdefault-tiddler-title>> mode=\\\"block\\\">\\n{{$:/language/ControlPanel/Plugin/NoInfoFound/Hint}}\\n\u003C/$transclude>\\n\u003C/$transclude>\\n\u003C/$transclude>\\n\u003C/$transclude>\\n\"},\"$:/core/ui/PluginInfo/Default/contents\":{\"title\":\"$:/core/ui/PluginInfo/Default/contents\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\\n\u003C\u003Clingo Hint>>\\n\u003Cul>\\n\u003C$list filter=\\\"[all[current]plugintiddlers[]sort[title]]\\\" emptyMessage=\u003C\u003Clingo Empty/Hint>>>\\n\u003Cli>\\n\u003C$link />\\n\u003C/li>\\n\u003C/$list>\\n\u003C/ul>\\n\"},\"$:/core/ui/PluginListItemTemplate\":{\"title\":\"$:/core/ui/PluginListItemTemplate\",\"text\":\"\u003Cdiv class=\\\"tc-menu-list-item\\\">\\n\u003C$link to={{!!title}}>\u003C$view field=\\\"description\\\">\u003C$view field=\\\"title\\\"/>\u003C/$view>\u003C/$link>\\n\u003C/div>\"},\"$:/core/ui/RootTemplate\":{\"title\":\"$:/core/ui/RootTemplate\",\"text\":\"\u003C$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode=\\\"inline\\\"/>\\n\\n\"},\"$:/core/ui/SearchResults\":{\"title\":\"$:/core/ui/SearchResults\",\"text\":\"\u003Cdiv class=\\\"tc-search-results\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\\\">\\n\u003C$transclude mode=\\\"block\\\"/>\\n\u003C/$list>\\n\\\"\\\"\\\">\\n\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\\\" default={{$:/config/SearchResults/Default}} actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/search/currentTab\\\" text=\u003C\u003CcurrentTab>>/>\\\"\\\"\\\" explicitState=\\\"$:/state/tab/search-results/sidebar\\\"/>\\n\\n\u003C/$list>\\n\\n\u003C/div>\\n\"},\"$:/core/ui/SideBar/More\":{\"title\":\"$:/core/ui/SideBar/More\",\"tags\":\"$:/tags/SideBar\",\"caption\":\"{{$:/language/SideBar/More/Caption}}\",\"text\":\"\u003Cdiv class=\\\"tc-more-sidebar\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\\\" default={{$:/config/DefaultMoreSidebarTab}} state=\\\"$:/state/tab/moresidebar\\\" class=\\\"tc-vertical tc-sidebar-tabs-more\\\" explicitState=\\\"$:/state/tab/moresidebar-1850697562\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/SideBar/Open\":{\"title\":\"$:/core/ui/SideBar/Open\",\"tags\":\"$:/tags/SideBar\",\"caption\":\"{{$:/language/SideBar/Open/Caption}}\",\"text\":\"\\\\whitespace trim\\n\\\\define lingo-base() $:/language/CloseAll/\\n\\n\\\\define drop-actions()\\n\u003C$action-listops $tiddler=\u003C\u003Ctv-story-list>> $subfilter=\\\"+[insertbefore:currentTiddler\u003CactionTiddler>]\\\"/>\\n\\\\end\\n\\n\\\\define placeholder()\\n\u003Cdiv class=\\\"tc-droppable-placeholder\\\"/>\\n\\\\end\\n\\n\\\\define droppable-item(button)\\n\\\\whitespace trim\\n\u003C$droppable actions=\u003C\u003Cdrop-actions>> enable=\u003C\u003Ctv-allow-drag-and-drop>>>\\n\u003C\u003Cplaceholder>>\\n\u003Cdiv>\\n$button$\\n\u003C/div>\\n\u003C/$droppable>\\n\\\\end\\n\\n\u003Cdiv class=\\\"tc-sidebar-tab-open\\\">\\n\u003C$list filter=\\\"[list\u003Ctv-story-list>]\\\" history=\u003C\u003Ctv-history-list>> storyview=\\\"pop\\\">\\n\u003Cdiv class=\\\"tc-sidebar-tab-open-item\\\">\\n\u003C$macrocall $name=\\\"droppable-item\\\" button=\\\"\\\"\\\"\u003C$button message=\\\"tm-close-tiddler\\\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\\\"tc-btn-invisible tc-btn-mini tc-small-gap-right\\\">{{$:/core/images/close-button}}\u003C/$button>\u003C$link to={{!!title}}>\u003C$view field=\\\"title\\\"/>\u003C/$link>\\\"\\\"\\\"/>\\n\u003C/div>\\n\u003C/$list>\\n\u003C$tiddler tiddler=\\\"\\\">\\n\u003Cdiv>\\n\u003C$macrocall $name=\\\"droppable-item\\\" button=\\\"\\\"\\\"\u003C$button message=\\\"tm-close-all-tiddlers\\\" class=\\\"tc-btn-invisible tc-btn-mini\\\">\u003C\u003Clingo Button>>\u003C/$button>\\\"\\\"\\\"/>\\n\u003C/div>\\n\u003C/$tiddler>\\n\u003C/div>\\n\"},\"$:/core/ui/SideBar/Recent\":{\"title\":\"$:/core/ui/SideBar/Recent\",\"tags\":\"$:/tags/SideBar\",\"caption\":\"{{$:/language/SideBar/Recent/Caption}}\",\"text\":\"\u003C$macrocall $name=\\\"timeline\\\" format={{$:/language/RecentChanges/DateFormat}}/>\\n\"},\"$:/core/ui/SideBar/Tools\":{\"title\":\"$:/core/ui/SideBar/Tools\",\"tags\":\"$:/tags/SideBar\",\"caption\":\"{{$:/language/SideBar/Tools/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/\\n\\\\define config-title()\\n$:/config/PageControlButtons/Visibility/$(listItem)$\\n\\\\end\\n\\n\u003C\u003Clingo Basics/Version/Prompt>> \u003C\u003Cversion>>\\n\\n\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" value=\\\"\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\\n\u003Cdiv style=\\\"position:relative;\\\" class={{{ [\u003ClistItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>\\n\\n\u003C$checkbox tiddler=\u003C\u003Cconfig-title>> field=\\\"text\\\" checked=\\\"show\\\" unchecked=\\\"hide\\\" default=\\\"show\\\"/> \u003C$transclude tiddler=\u003C\u003ClistItem>>/> \u003Ci class=\\\"tc-muted\\\">\u003C$transclude tiddler=\u003C\u003ClistItem>> field=\\\"description\\\"/>\u003C/i>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\"},\"$:/core/ui/SideBarLists\":{\"title\":\"$:/core/ui/SideBarLists\",\"text\":\"\u003C$transclude tiddler=\\\"$:/core/ui/SideBarSegments/search\\\"/>\\n\\n\u003C$transclude tiddler=\\\"$:/core/ui/SideBarSegments/tabs\\\"/>\\n\\n\"},\"$:/core/ui/SideBarSegments/page-controls\":{\"title\":\"$:/core/ui/SideBarSegments/page-controls\",\"tags\":\"$:/tags/SideBarSegment\",\"text\":\"{{||$:/core/ui/PageTemplate/pagecontrols}}\\n\"},\"$:/core/ui/SideBarSegments/search\":{\"title\":\"$:/core/ui/SideBarSegments/search\",\"tags\":\"$:/tags/SideBarSegment\",\"text\":\"\\\\whitespace trim\\n\\n\\\\define count-popup-button()\\n\\\\whitespace trim\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/search-dropdown\\\">> class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/down-arrow}}\\n\u003C$list filter=\\\"[{$(searchTiddler)$}minlength{$:/config/Search/MinLength}limit[1]]\\\" variable=\\\"listItem\\\">\\n\u003C$vars userInput={{{ [\u003CsearchTiddler>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} replaceRegexp=\\\"limit\\\\[\\\\d+\\\\]\\\">\\n\u003C$vars primaryListFilter={{{ [\u003CconfigTiddler>get[first-search-filter]search-replace:g:regexp\u003CreplaceRegexp>,[]] }}} secondaryListFilter={{{ [\u003CconfigTiddler>get[second-search-filter]search-replace:g:regexp\u003CreplaceRegexp>,[]] }}}>\\n\u003C$set name=\\\"resultCount\\\" value=\\\"\\\"\\\"\u003C$count filter=\\\"[subfilter\u003CprimaryListFilter>] [subfilter\u003CsecondaryListFilter>]\\\"/>\\\"\\\"\\\">\\n{{$:/language/Search/Matches}}\\n\u003C/$set>\\n\u003C/$vars>\\n\u003C/$vars>\\n\u003C/$list>\\n\u003C/$button>\\n\\\\end\\n\\n\\\\define search-results-list()\\n\\\\whitespace trim\\n\u003C$vars userInput={{$(searchTiddler)$}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\\n\u003C$list filter=\\\"[\u003CuserInput>minlength{$:/config/Search/MinLength}limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\u003Cdiv class=\\\"tc-search-results\\\">{{$:/language/Search/Search/TooShort}}\u003C/div>\\\"\\\"\\\" variable=\\\"listItem\\\">\\n\\n\u003C$tiddler tiddler=\u003C\u003CconfigTiddler>>>\\n\\n{{$:/core/ui/SearchResults}}\\n\\n\u003C/$tiddler>\\n\\n\u003C/$list>\\n\u003C/$vars>\\n\\\\end\\n\\n\\\\define cancel-search-actions() \u003C$list filter=\\\"[\u003CsearchTiddler>get[text]!match{$:/temp/search}]\\\" emptyMessage=\\\"\\\"\\\"\u003C$action-deletetiddler $filter=\\\"[[$:/temp/search]] [\u003CsearchTiddler>] [\u003CsearchListState>]\\\"/>\\\"\\\"\\\">\u003C$action-setfield $tiddler=\\\"$:/temp/search\\\" text={{{ [\u003CsearchTiddler>get[text]] }}}/>\u003C$action-setfield $tiddler=\\\"$:/temp/search/refresh\\\" text=\\\"yes\\\"/>\u003C/$list>\\n\\n\\\\define input-accept-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\\"\\\"\\\">\u003C$action-navigate $to={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\\n\\n\\\\define input-accept-variant-actions() \u003C$list filter=\\\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"[\u003C__tiddler__>get[text]!is[missing]] ~[\u003C__tiddler__>get[text]is[shadow]]\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\\"\\\"\\\">\u003C$list filter=\\\"[\u003C__tiddler__>get[text]minlength[1]]\\\">\u003C$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param={{{ [\u003C__tiddler__>get[text]] }}}/>\u003C/$list>\u003C/$list>\\n\\n\\\\define set-next-input-tab(beforeafter:\\\"after\\\") \u003C$macrocall $name=\\\"change-input-tab\\\" stateTitle=\\\"$:/state/tab/search-results/sidebar\\\" tag=\\\"$:/tags/SearchResults\\\" beforeafter=\\\"$beforeafter$\\\" defaultState={{$:/config/SearchResults/Default}} actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\\\"$:/state/search/currentTab\\\" text=\u003C\u003CnextTab>>/>\\\"\\\"\\\"/>\\n\\n\\\\define advanced-search-actions() \u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch\\\" text={{$:/temp/search/input}}/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/input\\\" text={{$:/temp/search/input}}/>\u003C\u003Cdelete-state-tiddlers>>\u003C$action-navigate $to=\\\"$:/AdvancedSearch\\\"/>\u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch/refresh\\\" text=\\\"yes\\\"/>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\"\\\"\\\"[data-tiddler-title=\\\"$:/AdvancedSearch\\\"] .tc-search input\\\"\\\"\\\" preventScroll=\\\"true\\\"/>\u003C$action-deletetiddler $filter=\\\"$:/temp/search $:/temp/search/input $:/temp/search/refresh [\u003CsearchListState>]\\\"/>\\n\\n\u003Cdiv class=\\\"tc-sidebar-lists tc-sidebar-search\\\">\\n\\n\u003C$vars editTiddler=\\\"$:/temp/search\\\" searchTiddler=\\\"$:/temp/search/input\\\" searchListState=\u003C\u003Cqualify \\\"$:/state/search-list/selected-item\\\">>>\\n\u003Cdiv class=\\\"tc-search\\\">\\n\u003C$keyboard key=\\\"((input-tab-right))\\\" actions=\u003C\u003Cset-next-input-tab>>>\\n\u003C$keyboard key=\\\"((input-tab-left))\\\" actions=\u003C\u003Cset-next-input-tab \\\"before\\\">>>\\n\u003C$keyboard key=\\\"((advanced-search-sidebar))\\\" actions=\u003C\u003Cadvanced-search-actions>>>\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\u003C\u003CeditTiddler>> storeTitle=\u003C\u003CsearchTiddler>> \\n\\t\\tselectionStateTitle=\u003C\u003CsearchListState>> refreshTitle=\\\"$:/temp/search/refresh\\\" type=\\\"search\\\" \\n\\t\\ttag=\\\"input\\\" focus={{$:/config/Search/AutoFocus}} focusPopup=\u003C\u003Cqualify \\\"$:/state/popup/search-dropdown\\\">> \\n\\t\\tclass=\\\"tc-popup-handle\\\" filterMinLength={{$:/config/Search/MinLength}} inputCancelActions=\u003C\u003Ccancel-search-actions>> \\n\\t\\tinputAcceptActions=\u003C\u003Cinput-accept-actions>> inputAcceptVariantActions=\u003C\u003Cinput-accept-variant-actions>> cancelPopups=\\\"yes\\\" \\n\\t\\tconfigTiddlerFilter=\\\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\\\"/>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C$reveal state=\u003C\u003CsearchTiddler>> type=\\\"nomatch\\\" text=\\\"\\\">\\n\u003C$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\\\"tc-btn-invisible\\\">\\n\u003C\u003Cadvanced-search-actions>>\\n{{$:/core/images/advanced-search-button}}\\n\u003C/$button>\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C\u003Ccancel-search-actions>>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\\\".tc-search input\\\"/>\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C\u003Ccount-popup-button>>\\n\u003C/$reveal>\\n\u003C$reveal state=\u003C\u003CsearchTiddler>> type=\\\"match\\\" text=\\\"\\\">\\n\u003C$button to=\\\"$:/AdvancedSearch\\\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/advanced-search-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/div>\\n\\n\u003C$reveal tag=\\\"div\\\" class=\\\"tc-block-dropdown-wrapper\\\" state=\u003C\u003CsearchTiddler>> type=\\\"nomatch\\\" text=\\\"\\\">\\n\\n\u003C$reveal tag=\\\"div\\\" class=\\\"tc-block-dropdown tc-search-drop-down tc-popup-handle\\\" state=\u003C\u003Cqualify \\\"$:/state/popup/search-dropdown\\\">> type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\">\\n\\n\u003C\u003Csearch-results-list>>\\n\\n\u003C/$reveal>\\n\\n\u003C/$reveal>\\n\\n\u003C/$vars>\\n\\n\u003C/div>\\n\"},\"$:/core/ui/SideBarSegments/site-subtitle\":{\"title\":\"$:/core/ui/SideBarSegments/site-subtitle\",\"tags\":\"$:/tags/SideBarSegment\",\"text\":\"\u003Cdiv class=\\\"tc-site-subtitle\\\">\\n\\n\u003C$transclude tiddler=\\\"$:/SiteSubtitle\\\" mode=\\\"inline\\\"/>\\n\\n\u003C/div>\\n\"},\"$:/core/ui/SideBarSegments/site-title\":{\"title\":\"$:/core/ui/SideBarSegments/site-title\",\"tags\":\"$:/tags/SideBarSegment\",\"text\":\"\u003Ch1 class=\\\"tc-site-title\\\">\\n\\n\u003C$transclude tiddler=\\\"$:/SiteTitle\\\" mode=\\\"inline\\\"/>\\n\\n\u003C/h1>\\n\"},\"$:/core/ui/SideBarSegments/tabs\":{\"title\":\"$:/core/ui/SideBarSegments/tabs\",\"tags\":\"$:/tags/SideBarSegment\",\"text\":\"\u003Cdiv class=\\\"tc-sidebar-lists tc-sidebar-tabs\\\">\\n\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\\\" default={{$:/config/DefaultSidebarTab}} state=\\\"$:/state/tab/sidebar\\\" class=\\\"tc-sidebar-tabs-main\\\" explicitState=\\\"$:/state/tab/sidebar--595412856\\\"/>\\n\\n\u003C/div>\\n\"},\"$:/core/ui/SwitcherModal\":{\"title\":\"$:/core/ui/SwitcherModal\",\"subtitle\":\"\u003C$text text={{{[\u003Cswitch>lookup[$:/language/Switcher/Subtitle/]]}}}/>\",\"class\":\"tc-modal-centered\",\"text\":\"\u003C$tiddler tiddler={{{[\u003Cswitch>lookup[$:/config/SwitcherTargets/]]}}}>\\n\\n\\n\u003C$transclude/>\\n\\n\\n\u003C/$tiddler>\"},\"$:/TagManager\":{\"title\":\"$:/TagManager\",\"icon\":\"$:/core/images/tag-button\",\"color\":\"#bbb\",\"text\":\"\\\\define lingo-base() $:/language/TagManager/\\n\\\\define iconEditorTab(type)\\n\\\\whitespace trim\\n\u003C$link to=\\\"\\\">\u003C\u003Clingo Icons/None>>\u003C/$link>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]\\\">\\n\u003C$link to={{!!title}}>\\n\u003C$transclude/> \u003C$view field=\\\"title\\\"/>\\n\u003C/$link>\\n\u003C/$list>\\n\\\\end\\n\\\\define iconEditor(title)\\n\\\\whitespace trim\\n\u003Cdiv class=\\\"tc-drop-down-wrapper\\\">\\n\u003C$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix\u003C__title__>] }}} class=\\\"tc-btn-invisible tc-btn-dropdown\\\">{{$:/core/images/down-arrow}}\u003C/$button>\\n\u003C$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix\u003C__title__>] }}} type=\\\"popup\\\" position=\\\"belowleft\\\" text=\\\"\\\" default=\\\"\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$linkcatcher actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\u003C\u003C__title__>> icon=\u003C\u003CnavigateTo>>/>\\\"\\\"\\\">\\n\u003C\u003CiconEditorTab type:\\\"!\\\">>\\n\u003Chr/>\\n\u003C\u003CiconEditorTab type:\\\"\\\">>\\n\u003C/$linkcatcher>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/div>\\n\\\\end\\n\\\\define toggleButton(state)\\n\\\\whitespace trim\\n\u003C$reveal stateTitle=\u003C\u003C__state__>> type=\\\"match\\\" text=\\\"closed\\\" default=\\\"closed\\\">\\n\u003C$button setTitle=\u003C\u003C__state__>> setTo=\\\"open\\\" class=\\\"tc-btn-invisible tc-btn-dropdown\\\" selectedClass=\\\"tc-selected\\\">\\n{{$:/core/images/info-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal stateTitle=\u003C\u003C__state__>> type=\\\"match\\\" text=\\\"open\\\" default=\\\"closed\\\">\\n\u003C$button setTitle=\u003C\u003C__state__>> setTo=\\\"closed\\\" class=\\\"tc-btn-invisible tc-btn-dropdown\\\" selectedClass=\\\"tc-selected\\\">\\n{{$:/core/images/info-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\\\\end\\n\\\\whitespace trim\\n\u003Ctable class=\\\"tc-tag-manager-table\\\">\\n\u003Ctbody>\\n\u003Ctr>\\n\u003Cth>\u003C\u003Clingo Colour/Heading>>\u003C/th>\\n\u003Cth class=\\\"tc-tag-manager-tag\\\">\u003C\u003Clingo Tag/Heading>>\u003C/th>\\n\u003Cth>\u003C\u003Clingo Count/Heading>>\u003C/th>\\n\u003Cth>\u003C\u003Clingo Icon/Heading>>\u003C/th>\\n\u003Cth>\u003C\u003Clingo Info/Heading>>\u003C/th>\\n\u003C/tr>\\n\u003C$list filter=\\\"[tags[]!is[system]sort[title]]\\\">\\n\u003Ctr>\\n\u003Ctd>\u003C$edit-text field=\\\"color\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C/td>\\n\u003Ctd>{{||$:/core/ui/TagTemplate}}\u003C/td>\\n\u003Ctd>\u003C$count filter=\\\"[all[current]tagging[]]\\\"/>\u003C/td>\\n\u003Ctd>\\n\u003C$macrocall $name=\\\"iconEditor\\\" title={{!!title}}/>\\n\u003C/td>\\n\u003Ctd>\\n\u003C$macrocall $name=\\\"toggleButton\\\" state={{{ [[$:/state/tag-manager/]addsuffix\u003CcurrentTiddler>] }}} /> \\n\u003C/td>\\n\u003C/tr>\\n\u003Ctr>\\n\u003Ctd>\u003C/td>\\n\u003Ctd colspan=\\\"4\\\">\\n\u003C$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix\u003CcurrentTiddler>] }}} type=\\\"match\\\" text=\\\"open\\\" default=\\\"\\\">\\n\u003Ctable>\\n\u003Ctbody>\\n\u003Ctr>\u003Ctd>\u003C\u003Clingo Colour/Heading>>\u003C/td>\u003Ctd>\u003C$edit-text field=\\\"color\\\" tag=\\\"input\\\" type=\\\"text\\\" size=\\\"9\\\"/>\u003C/td>\u003C/tr>\\n\u003Ctr>\u003Ctd>\u003C\u003Clingo Icon/Heading>>\u003C/td>\u003Ctd>\u003C$edit-text field=\\\"icon\\\" tag=\\\"input\\\" size=\\\"45\\\"/>\u003C/td>\u003C/tr>\\n\u003C/tbody>\\n\u003C/table>\\n\u003C/$reveal>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/$list>\\n\u003Ctr>\\n\u003Ctd>\u003C/td>\\n\u003Ctd style=\\\"position:relative;\\\">\\n{{$:/core/ui/UntaggedTemplate}}\\n\u003C/td>\\n\u003Ctd>\\n\u003Csmall class=\\\"tc-menu-list-count\\\">\u003C$count filter=\\\"[untagged[]!is[system]] -[tags[]]\\\"/>\u003C/small>\\n\u003C/td>\\n\u003Ctd>\u003C/td>\\n\u003Ctd>\u003C/td>\\n\u003C/tr>\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/core/ui/TagPickerTagTemplate\":{\"title\":\"$:/core/ui/TagPickerTagTemplate\",\"text\":\"\\\\whitespace trim\\n\u003C$button class=\u003C\u003Cbutton-classes>> tag=\\\"a\\\" tooltip={{$:/language/EditTemplate/Tags/Add/Button/Hint}}>\\n\u003C$list filter=\\\"[\u003CsaveTiddler>minlength[1]]\\\">\\n\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003CtagField>> $subfilter=\\\"[\u003Ctag>]\\\"/>\\n\u003C/$list>\\n\u003C$set name=\\\"currentTiddlerCSSEscaped\\\" value={{{ [\u003CsaveTiddler>escapecss[]] }}}>\\n\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\u003C\u003Cget-tagpicker-focus-selector>> preventScroll=\\\"true\\\"/>\\n\u003C/$set>\\n\u003C\u003Cdelete-tag-state-tiddlers>>\\n\u003C$list filter=\\\"[\u003CrefreshTitle>minlength[1]]\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003CrefreshTitle>> text=\\\"yes\\\"/>\\n\u003C/$list>\\n\u003C\u003Cactions>>\\n\u003C$set name=\\\"backgroundColor\\\" value={{!!color}}>\\n\u003C$wikify name=\\\"foregroundColor\\\" text=\\\"\\\"\\\"\u003C$macrocall $name=\\\"contrastcolour\\\" target={{!!color}} fallbackTarget=\u003C\u003CfallbackTarget>> colourA=\u003C\u003CcolourA>> colourB=\u003C\u003CcolourB>>/>\\\"\\\"\\\">\\n\u003Cspan class=\\\"tc-tag-label tc-btn-invisible\\\" style=\u003C\u003Ctag-pill-styles>>>\\n\u003C$transclude tiddler={{!!icon}}/>\u003C$view field=\\\"title\\\" format=\\\"text\\\"/>\\n\u003C/span>\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/$button>\\n\"},\"$:/core/ui/TagTemplate\":{\"title\":\"$:/core/ui/TagTemplate\",\"text\":\"\\\\whitespace trim\\n\u003Cspan class=\\\"tc-tag-list-item\\\" data-tag-title=\u003C\u003CcurrentTiddler>>>\\n\u003C$set name=\\\"transclusion\\\" value=\u003C\u003CcurrentTiddler>>>\\n\u003C$macrocall $name=\\\"tag-pill-body\\\" tag=\u003C\u003CcurrentTiddler>> icon={{!!icon}} colour={{!!color}} palette={{$:/palette}} element-tag=\\\"\\\"\\\"$button\\\"\\\"\\\" element-attributes=\\\"\\\"\\\"popup=\u003C\u003Cqualify \\\"$:/state/popup/tag\\\">> dragFilter='[all[current]tagging[]]' tag='span'\\\"\\\"\\\"/>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/tag\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\" class=\\\"tc-drop-down\\\">\\n\u003C$set name=\\\"tv-show-missing-links\\\" value=\\\"yes\\\">\\n\u003C$transclude tiddler=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/$set>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]\\\" variable=\\\"listItem\\\"> \\n\u003C$transclude tiddler=\u003C\u003ClistItem>>/> \\n\u003C/$list>\\n\u003Chr>\\n\u003C$macrocall $name=\\\"list-tagged-draggable\\\" tag=\u003C\u003CcurrentTiddler>>/>\\n\u003C/$reveal>\\n\u003C/$set>\\n\u003C/span>\\n\"},\"$:/core/ui/TiddlerFieldTemplate\":{\"title\":\"$:/core/ui/TiddlerFieldTemplate\",\"text\":\"\u003Ctr class=\\\"tc-view-field\\\">\\n\u003Ctd class=\\\"tc-view-field-name\\\">\\n\u003C$text text=\u003C\u003ClistItem>>/>\\n\u003C/td>\\n\u003Ctd class=\\\"tc-view-field-value\\\">\\n\u003C$view field=\u003C\u003ClistItem>>/>\\n\u003C/td>\\n\u003C/tr>\"},\"$:/core/ui/TiddlerFields\":{\"title\":\"$:/core/ui/TiddlerFields\",\"text\":\"\u003Ctable class=\\\"tc-view-field-table\\\">\\n\u003Ctbody>\\n\u003C$list filter=\\\"[all[current]fields[]sort[title]] -text\\\" template=\\\"$:/core/ui/TiddlerFieldTemplate\\\" variable=\\\"listItem\\\"/>\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/core/ui/TiddlerInfo/Advanced/PluginInfo\":{\"title\":\"$:/core/ui/TiddlerInfo/Advanced/PluginInfo\",\"tags\":\"$:/tags/TiddlerInfo/Advanced\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\\n\u003C$list filter=\\\"[all[current]has[plugin-type]]\\\">\\n\\n! \u003C\u003Clingo Heading>>\\n\\n\u003C\u003Clingo Hint>>\\n\u003Cul>\\n\u003C$list filter=\\\"[all[current]plugintiddlers[]sort[title]]\\\" emptyMessage=\u003C\u003Clingo Empty/Hint>>>\\n\u003Cli>\\n\u003C$link to={{!!title}}>\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/$link>\\n\u003C/li>\\n\u003C/$list>\\n\u003C/ul>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/TiddlerInfo/Advanced/ShadowInfo\":{\"title\":\"$:/core/ui/TiddlerInfo/Advanced/ShadowInfo\",\"tags\":\"$:/tags/TiddlerInfo/Advanced\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/Advanced/ShadowInfo/\\n\u003C$set name=\\\"infoTiddler\\\" value=\u003C\u003CcurrentTiddler>>>\\n\\n''\u003C\u003Clingo Heading>>''\\n\\n\u003C$list filter=\\\"[all[current]!is[shadow]]\\\">\\n\\n\u003C\u003Clingo NotShadow/Hint>>\\n\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[all[current]is[shadow]]\\\">\\n\\n\u003C\u003Clingo Shadow/Hint>>\\n\\n\u003C$list filter=\\\"[all[current]shadowsource[]]\\\">\\n\\n\u003C$set name=\\\"pluginTiddler\\\" value=\u003C\u003CcurrentTiddler>>>\\n\u003C\u003Clingo Shadow/Source>>\\n\u003C/$set>\\n\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[all[current]is[shadow]is[tiddler]]\\\">\\n\\n\u003C\u003Clingo OverriddenShadow/Hint>>\\n\\n\u003C/$list>\\n\\n\\n\u003C/$list>\\n\u003C/$set>\\n\"},\"$:/core/ui/TiddlerInfo/Advanced\":{\"title\":\"$:/core/ui/TiddlerInfo/Advanced\",\"tags\":\"$:/tags/TiddlerInfo\",\"caption\":\"{{$:/language/TiddlerInfo/Advanced/Caption}}\",\"text\":\"\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"block\\\"/>\\n\u003C/$list>\\n\"},\"$:/core/ui/TiddlerInfo/Fields\":{\"title\":\"$:/core/ui/TiddlerInfo/Fields\",\"tags\":\"$:/tags/TiddlerInfo\",\"caption\":\"{{$:/language/TiddlerInfo/Fields/Caption}}\",\"text\":\"\u003C$transclude tiddler=\\\"$:/core/ui/TiddlerFields\\\"/>\\n\"},\"$:/core/ui/TiddlerInfo/List\":{\"title\":\"$:/core/ui/TiddlerInfo/List\",\"tags\":\"$:/tags/TiddlerInfo\",\"caption\":\"{{$:/language/TiddlerInfo/List/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\u003C$list filter=\\\"[list{!!title}]\\\" emptyMessage=\u003C\u003Clingo List/Empty>> template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/TiddlerInfo/Listed\":{\"title\":\"$:/core/ui/TiddlerInfo/Listed\",\"tags\":\"$:/tags/TiddlerInfo\",\"caption\":\"{{$:/language/TiddlerInfo/Listed/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\u003C$list filter=\\\"[all[current]listed[]!is[system]]\\\" emptyMessage=\u003C\u003Clingo Listed/Empty>> template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/TiddlerInfo/References\":{\"title\":\"$:/core/ui/TiddlerInfo/References\",\"tags\":\"$:/tags/TiddlerInfo\",\"caption\":\"{{$:/language/TiddlerInfo/References/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\u003C$list filter=\\\"[all[current]backlinks[]sort[title]]\\\" emptyMessage=\u003C\u003Clingo References/Empty>> template=\\\"$:/core/ui/ListItemTemplate\\\">\\n\u003C/$list>\"},\"$:/core/ui/TiddlerInfo/Tagging\":{\"title\":\"$:/core/ui/TiddlerInfo/Tagging\",\"tags\":\"$:/tags/TiddlerInfo\",\"caption\":\"{{$:/language/TiddlerInfo/Tagging/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\u003C$list filter=\\\"[all[current]tagging[]]\\\" emptyMessage=\u003C\u003Clingo Tagging/Empty>> template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\"},\"$:/core/ui/TiddlerInfo/Tools\":{\"title\":\"$:/core/ui/TiddlerInfo/Tools\",\"tags\":\"$:/tags/TiddlerInfo\",\"caption\":\"{{$:/language/TiddlerInfo/Tools/Caption}}\",\"text\":\"\\\\define lingo-base() $:/language/TiddlerInfo/\\n\\\\define config-title()\\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\\n\\\\end\\n\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" value=\\\"\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$checkbox tiddler=\u003C\u003Cconfig-title>> field=\\\"text\\\" checked=\\\"show\\\" unchecked=\\\"hide\\\" default=\\\"show\\\"/> \u003C$transclude tiddler=\u003C\u003ClistItem>>/> \u003Ci class=\\\"tc-muted\\\">\u003C$transclude tiddler=\u003C\u003ClistItem>> field=\\\"description\\\"/>\u003C/i>\\n\\n\u003C/$list>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\"},\"$:/core/ui/TiddlerInfo\":{\"title\":\"$:/core/ui/TiddlerInfo\",\"text\":\"\u003Cdiv style=\\\"position:relative;\\\">\\n\u003Cdiv class=\\\"tc-tiddler-controls\\\" style=\\\"position:absolute;right:0;\\\">\\n\u003C$reveal state=\\\"$:/config/TiddlerInfo/Mode\\\" type=\\\"match\\\" text=\\\"sticky\\\">\\n\u003C$button set=\u003C\u003CtiddlerInfoState>> setTo=\\\"\\\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/close-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/div>\\n\u003C/div>\\n\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]\\\" default={{$:/config/TiddlerInfo/Default}}/>\\n\"},\"$:/core/ui/TopBar/menu\":{\"title\":\"$:/core/ui/TopBar/menu\",\"tags\":\"$:/tags/TopRightBar\",\"text\":\"\u003C$list filter=\\\"[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]\\\" variable=\\\"ignore\\\">\\n\u003C$button set=\\\"$:/state/sidebar\\\" setTo=\\\"no\\\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\\\"tc-btn-invisible tc-hide-sidebar-btn\\\">{{$:/core/images/chevron-right}}\u003C/$button>\\n\u003C/$list>\\n\u003C$list filter=\\\"[[$:/state/sidebar]get[text]] +[else[yes]match[no]]\\\" variable=\\\"ignore\\\">\\n\u003C$button set=\\\"$:/state/sidebar\\\" setTo=\\\"yes\\\" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class=\\\"tc-btn-invisible tc-show-sidebar-btn\\\">{{$:/core/images/chevron-left}}\u003C/$button>\\n\u003C/$list>\\n\"},\"$:/core/ui/UntaggedTemplate\":{\"title\":\"$:/core/ui/UntaggedTemplate\",\"text\":\"\\\\define lingo-base() $:/language/SideBar/\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/tag\\\">> class=\\\"tc-btn-invisible tc-untagged-label tc-tag-label\\\">\\n\u003C\u003Clingo Tags/Untagged/Caption>>\\n\u003C/$button>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/tag\\\">> type=\\\"popup\\\" position=\\\"below\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$list filter=\\\"[untagged[]!is[system]] -[tags[]] +[sort[title]]\\\" template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/ViewTemplate/body\":{\"title\":\"$:/core/ui/ViewTemplate/body\",\"tags\":\"$:/tags/ViewTemplate\",\"text\":\"\u003C$reveal tag=\\\"div\\\" class=\\\"tc-tiddler-body\\\" type=\\\"nomatch\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"hide\\\" retain=\\\"yes\\\" animate=\\\"yes\\\">\\n\\n\u003C$list filter=\\\"[all[current]!has[plugin-type]!field:hide-body[yes]]\\\">\\n\\n\u003C$transclude>\\n\\n\u003C$transclude tiddler=\\\"$:/language/MissingTiddler/Hint\\\"/>\\n\\n\u003C/$transclude>\\n\\n\u003C/$list>\\n\\n\u003C/$reveal>\\n\"},\"$:/core/ui/ViewTemplate/classic\":{\"title\":\"$:/core/ui/ViewTemplate/classic\",\"tags\":\"$:/tags/ViewTemplate $:/tags/EditTemplate\",\"text\":\"\\\\define lingo-base() $:/language/ClassicWarning/\\n\u003C$list filter=\\\"[all[current]type[text/x-tiddlywiki]]\\\">\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$button set=\\\"!!type\\\" setTo=\\\"text/vnd.tiddlywiki\\\">\u003C\u003Clingo Upgrade/Caption>>\u003C/$button>\\n\\n\u003C/div>\\n\u003C/$list>\\n\"},\"$:/core/ui/ViewTemplate/import\":{\"title\":\"$:/core/ui/ViewTemplate/import\",\"tags\":\"$:/tags/ViewTemplate\",\"text\":\"\\\\define lingo-base() $:/language/Import/\\n\\n\\\\define confirmCancel()\\n\u003C$action-confirm $message={{$:/language/Import/Listing/Cancel/Warning}} >\\n\u003C$action-deletetiddler $tiddler=\u003C\u003CcurrentTiddler>>/>\\n\u003C$action-sendmessage $message=\\\"tm-close-tiddler\\\" title=\u003C\u003CcurrentTiddler>>/>\\n\u003C/$action-confirm>\\n\\\\end\\n\\n\\\\define buttons()\\n\u003C$button actions=\u003C\u003CconfirmCancel>> >\u003C\u003Clingo Listing/Cancel/Caption>>\u003C/$button>\\n\u003C$button message=\\\"tm-perform-import\\\" param=\u003C\u003CcurrentTiddler>>>\u003C\u003Clingo Listing/Import/Caption>>\u003C/$button>\\n\u003C\u003Clingo Listing/Preview>> \u003C$select tiddler=\\\"$:/state/importpreviewtype\\\" default=\\\"$:/core/ui/ImportPreviews/Text\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ImportPreview]!has[draft.of]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>{{!!caption}}\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\\\\end\\n\\n\u003C$list filter=\\\"[all[current]field:plugin-type[import]]\\\">\\n\\n\u003Cdiv class=\\\"tc-import\\\">\\n\\n\u003C\u003Clingo Listing/Hint>>\\n\\n\u003C\u003Cbuttons>>\\n\\n{{||$:/core/ui/ImportListing}}\\n\\n\u003C\u003Cbuttons>>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/ViewTemplate/plugin\":{\"title\":\"$:/core/ui/ViewTemplate/plugin\",\"tags\":\"$:/tags/ViewTemplate\",\"text\":\"\u003C$reveal tag=\\\"div\\\" class=\\\"tc-tiddler-plugin-info\\\" type=\\\"nomatch\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"hide\\\" retain=\\\"yes\\\" animate=\\\"yes\\\">\\n\\n\u003C$list filter=\\\"[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]\\\">\\n\u003C$set name=\\\"plugin-type\\\" value={{!!plugin-type}}>\\n\u003C$set name=\\\"default-popup-state\\\" value=\\\"yes\\\">\\n\u003C$set name=\\\"qualified-state\\\" value=\u003C\u003Cqualify \\\"$:/state/plugin-info\\\">>>\\n{{||$:/core/ui/Components/plugin-info}}\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$reveal>\"},\"$:/core/ui/ViewTemplate/subtitle\":{\"title\":\"$:/core/ui/ViewTemplate/subtitle\",\"tags\":\"$:/tags/ViewTemplate\",\"text\":\"\\\\whitespace trim\\n\u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"hide\\\" tag=\\\"div\\\" retain=\\\"yes\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-subtitle\\\">\\n\u003C$link to={{!!modifier}} />\\n\u003C$view field=\\\"modified\\\" format=\\\"date\\\" template={{$:/language/Tiddler/DateFormat}}/>\\n\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/ViewTemplate/tags\":{\"title\":\"$:/core/ui/ViewTemplate/tags\",\"tags\":\"$:/tags/ViewTemplate\",\"text\":\"\u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"hide\\\" tag=\\\"div\\\" retain=\\\"yes\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-tags-wrapper\\\">\u003C$list filter=\\\"[all[current]tags[]sort[title]]\\\" template=\\\"$:/core/ui/TagTemplate\\\" storyview=\\\"pop\\\"/>\u003C/div>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/ViewTemplate/title\":{\"title\":\"$:/core/ui/ViewTemplate/title\",\"tags\":\"$:/tags/ViewTemplate\",\"text\":\"\\\\whitespace trim\\n\\\\define title-styles()\\nfill:$(foregroundColor)$;\\n\\\\end\\n\u003Cdiv class=\\\"tc-tiddler-title\\\">\\n\u003Cdiv class=\\\"tc-titlebar\\\">\\n\u003Cspan class=\\\"tc-tiddler-controls\\\">\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] :filter[lookup[$:/config/ViewToolbarButtons/Visibility/]!match[hide]]\\\" storyview=\\\"pop\\\" variable=\\\"listItem\\\">\u003C$set name=\\\"tv-config-toolbar-class\\\" filter=\\\"[\u003Ctv-config-toolbar-class>] [\u003ClistItem>encodeuricomponent[]addprefix[tc-btn-]]\\\">\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\u003C/$set>\u003C/$list>\\n\u003C/span>\\n\u003C$set name=\\\"tv-wikilinks\\\" value={{$:/config/Tiddlers/TitleLinks}}>\\n\u003C$link>\\n\u003C$set name=\\\"foregroundColor\\\" value={{!!color}}>\\n\u003C$list filter=\\\"[all[current]has[icon]]~[[$:/config/DefaultTiddlerIcon]has[text]]\\\">\\n\u003Cspan class=\\\"tc-tiddler-title-icon\\\" style=\u003C\u003Ctitle-styles>>>\\n\u003C$transclude tiddler={{!!icon}}>\\n\u003C$transclude tiddler={{$:/config/DefaultTiddlerIcon}}/>\\n\u003C/$transclude>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C$list filter=\\\"[all[current]removeprefix[$:/]]\\\">\\n\u003Ch2 class=\\\"tc-title\\\" title={{$:/language/SystemTiddler/Tooltip}}>\\n\u003Cspan class=\\\"tc-system-title-prefix\\\">$:/\u003C/span>\u003C$text text=\u003C\u003CcurrentTiddler>>/>\\n\u003C/h2>\\n\u003C/$list>\\n\u003C$list filter=\\\"[all[current]!prefix[$:/]]\\\">\\n\u003Ch2 class=\\\"tc-title\\\">\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/h2>\\n\u003C/$list>\\n\u003C/$link>\\n\u003C/$set>\\n\u003C/div>\\n\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\" state=\u003C\u003CtiddlerInfoState>> class=\\\"tc-tiddler-info tc-popup-handle\\\" animate=\\\"yes\\\" retain=\\\"yes\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]\\\" variable=\\\"listItem\\\">\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"block\\\"/>\u003C/$list>\\n\\n\u003C/$reveal>\\n\u003C/div>\\n\"},\"$:/core/ui/ViewTemplate/unfold\":{\"title\":\"$:/core/ui/ViewTemplate/unfold\",\"tags\":\"$:/tags/ViewTemplate\",\"text\":\"\u003C$reveal tag=\\\"div\\\" type=\\\"nomatch\\\" state=\\\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\\\" text=\\\"hide\\\">\\n\u003C$reveal tag=\\\"div\\\" type=\\\"nomatch\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"hide\\\" default=\\\"show\\\" retain=\\\"yes\\\" animate=\\\"yes\\\">\\n\u003C$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=\\\"tc-fold-banner\\\">\\n\u003C$action-sendmessage $message=\\\"tm-fold-tiddler\\\" $param=\u003C\u003CcurrentTiddler>> foldedState=\u003C\u003Cfolded-state>>/>\\n{{$:/core/images/chevron-up}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal tag=\\\"div\\\" type=\\\"nomatch\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"show\\\" default=\\\"show\\\" retain=\\\"yes\\\" animate=\\\"yes\\\">\\n\u003C$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=\\\"tc-unfold-banner\\\">\\n\u003C$action-sendmessage $message=\\\"tm-fold-tiddler\\\" $param=\u003C\u003CcurrentTiddler>> foldedState=\u003C\u003Cfolded-state>>/>\\n{{$:/core/images/chevron-down}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/ViewTemplate\":{\"title\":\"$:/core/ui/ViewTemplate\",\"text\":\"\\\\whitespace trim\\n\\\\define folded-state()\\n$:/state/folded/$(currentTiddler)$\\n\\\\end\\n\\\\define cancel-delete-tiddler-actions(message) \u003C$action-sendmessage $message=\\\"tm-$message$-tiddler\\\"/>\\n\\\\import [all[shadows+tiddlers]tag[$:/tags/Macro/View]!has[draft.of]]\\n\u003C$vars storyTiddler=\u003C\u003CcurrentTiddler>> tiddlerInfoState=\u003C\u003Cqualify \\\"$:/state/popup/tiddler-info\\\">>>\\n\u003Cdiv data-tiddler-title=\u003C\u003CcurrentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-view-frame [\u003CcurrentTiddler>is[tiddler]then[tc-tiddler-exists]] [\u003CcurrentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [\u003CcurrentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [\u003CcurrentTiddler>is[shadow]is[tiddler]then[tc-tiddler-overridden-shadow]] [\u003CcurrentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [\u003CcurrentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]\\\" variable=\\\"listItem\\\">\\n\u003C$transclude tiddler=\u003C\u003ClistItem>>/>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$vars>\\n\"},\"$:/core/ui/Buttons/clone\":{\"title\":\"$:/core/ui/Buttons/clone\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}\",\"description\":\"{{$:/language/Buttons/Clone/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-new-tiddler\\\" param=\u003C\u003CcurrentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/clone-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Clone/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/close-others\":{\"title\":\"$:/core/ui/Buttons/close-others\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}\",\"description\":\"{{$:/language/Buttons/CloseOthers/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-close-other-tiddlers\\\" param=\u003C\u003CcurrentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/close-others-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/CloseOthers/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/close\":{\"title\":\"$:/core/ui/Buttons/close\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}\",\"description\":\"{{$:/language/Buttons/Close/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-close-tiddler\\\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/close-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Close/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/edit\":{\"title\":\"$:/core/ui/Buttons/edit\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}\",\"description\":\"{{$:/language/Buttons/Edit/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-edit-tiddler\\\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/edit-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Edit/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/export-tiddler\":{\"title\":\"$:/core/ui/Buttons/export-tiddler\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/export-button}} {{$:/language/Buttons/ExportTiddler/Caption}}\",\"description\":\"{{$:/language/Buttons/ExportTiddler/Hint}}\",\"text\":\"\\\\define makeExportFilter()\\n[[$(currentTiddler)$]]\\n\\\\end\\n\u003C$macrocall $name=\\\"exportButton\\\" exportFilter=\u003C\u003CmakeExportFilter>> lingoBase=\\\"$:/language/Buttons/ExportTiddler/\\\" baseFilename=\u003C\u003CcurrentTiddler>>/>\"},\"$:/core/ui/Buttons/fold-bar\":{\"title\":\"$:/core/ui/Buttons/fold-bar\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/chevron-up}} {{$:/language/Buttons/Fold/FoldBar/Caption}}\",\"description\":\"{{$:/language/Buttons/Fold/FoldBar/Hint}}\",\"text\":\"\u003C!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->\"},\"$:/core/ui/Buttons/fold-others\":{\"title\":\"$:/core/ui/Buttons/fold-others\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/fold-others-button}} {{$:/language/Buttons/FoldOthers/Caption}}\",\"description\":\"{{$:/language/Buttons/FoldOthers/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button tooltip={{$:/language/Buttons/FoldOthers/Hint}} aria-label={{$:/language/Buttons/FoldOthers/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$action-sendmessage $message=\\\"tm-fold-other-tiddlers\\\" $param=\u003C\u003CcurrentTiddler>> foldedStatePrefix=\\\"$:/state/folded/\\\"/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\" variable=\\\"listItem\\\">\\n{{$:/core/images/fold-others-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/FoldOthers/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/fold\":{\"title\":\"$:/core/ui/Buttons/fold\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}}\",\"description\":\"{{$:/language/Buttons/Fold/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"hide\\\" default=\\\"show\\\">\\n\u003C$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$action-sendmessage $message=\\\"tm-fold-tiddler\\\" $param=\u003C\u003CcurrentTiddler>> foldedState=\u003C\u003Cfolded-state>>/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\" variable=\\\"listItem\\\">\\n{{$:/core/images/fold-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Fold/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Cfolded-state>> text=\\\"hide\\\" default=\\\"show\\\">\\n\u003C$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$action-sendmessage $message=\\\"tm-fold-tiddler\\\" $param=\u003C\u003CcurrentTiddler>> foldedState=\u003C\u003Cfolded-state>>/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\" variable=\\\"listItem\\\">\\n{{$:/core/images/unfold-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Unfold/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C/$reveal>\\n\"},\"$:/core/ui/Buttons/info\":{\"title\":\"$:/core/ui/Buttons/info\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}\",\"description\":\"{{$:/language/Buttons/Info/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define button-content()\\n\\\\whitespace trim\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/info-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Info/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\\\\end\\n\u003C$reveal state=\\\"$:/config/TiddlerInfo/Mode\\\" type=\\\"match\\\" text=\\\"popup\\\">\\n\u003C$button popup=\u003C\u003CtiddlerInfoState>> tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$macrocall $name=\\\"button-content\\\" mode=\\\"inline\\\"/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal state=\\\"$:/config/TiddlerInfo/Mode\\\" type=\\\"match\\\" text=\\\"sticky\\\">\\n\u003C$reveal state=\u003C\u003CtiddlerInfoState>> type=\\\"match\\\" text=\\\"\\\" default=\\\"\\\">\\n\u003C$button set=\u003C\u003CtiddlerInfoState>> setTo=\\\"yes\\\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$macrocall $name=\\\"button-content\\\" mode=\\\"inline\\\"/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal state=\u003C\u003CtiddlerInfoState>> type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\">\\n\u003C$button set=\u003C\u003CtiddlerInfoState>> setTo=\\\"\\\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$macrocall $name=\\\"button-content\\\" mode=\\\"inline\\\"/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$reveal>\"},\"$:/core/ui/Buttons/more-tiddler-actions\":{\"title\":\"$:/core/ui/Buttons/more-tiddler-actions\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}\",\"description\":\"{{$:/language/Buttons/More/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define config-title()\\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\\n\\\\end\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/more\\\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/down-arrow}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/More/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/more\\\">> type=\\\"popup\\\" position=\\\"belowleft\\\" animate=\\\"yes\\\">\\n\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-icons\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-text\\\" value=\\\"yes\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" value=\\\"tc-btn-invisible\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cconfig-title>> text=\\\"hide\\\">\\n\\n\u003C$set name=\\\"tv-config-toolbar-class\\\" filter=\\\"[\u003Ctv-config-toolbar-class>] [\u003ClistItem>encodeuricomponent[]addprefix[tc-btn-]]\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003ClistItem>> mode=\\\"inline\\\"/>\\n\\n\u003C/$set>\\n\\n\u003C/$reveal>\\n\\n\u003C/$list>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C/$set>\\n\\n\u003C/div>\\n\\n\u003C/$reveal>\"},\"$:/core/ui/Buttons/new-here\":{\"title\":\"$:/core/ui/Buttons/new-here\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/new-here-button}} {{$:/language/Buttons/NewHere/Caption}}\",\"description\":\"{{$:/language/Buttons/NewHere/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define newHereActions()\\n\u003C$set name=\\\"tags\\\" filter=\\\"[\u003CcurrentTiddler>] [{$:/config/NewTiddler/Tags}]\\\">\\n\u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" tags=\u003C\u003Ctags>>/>\\n\u003C/$set>\\n\\\\end\\n\\\\define newHereButton()\\n\\\\whitespace trim\\n\u003C$button actions=\u003C\u003CnewHereActions>> tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/new-here-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/NewHere/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\\\\end\\n\u003C\u003CnewHereButton>>\\n\"},\"$:/core/ui/Buttons/new-journal-here\":{\"title\":\"$:/core/ui/Buttons/new-journal-here\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournalHere/Caption}}\",\"description\":\"{{$:/language/Buttons/NewJournalHere/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define journalButtonTags()\\n[[$(currentTiddlerTag)$]] $(journalTags)$\\n\\\\end\\n\\\\define journalButton()\\n\\\\whitespace trim\\n\u003C$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}} aria-label={{$:/language/Buttons/NewJournalHere/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$wikify name=\\\"journalTitle\\\" text=\\\"\\\"\\\"\u003C$macrocall $name=\\\"now\\\" format=\u003C\u003CjournalTitleTemplate>>/>\\\"\\\"\\\">\\n\u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" title=\u003C\u003CjournalTitle>> tags=\u003C\u003CjournalButtonTags>>/>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/new-journal-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$wikify>\\n\u003C/$button>\\n\\\\end\\n\u003C$set name=\\\"journalTitleTemplate\\\" value={{$:/config/NewJournal/Title}}>\\n\u003C$set name=\\\"journalTags\\\" value={{$:/config/NewJournal/Tags}}>\\n\u003C$set name=\\\"currentTiddlerTag\\\" value=\u003C\u003CcurrentTiddler>>>\\n\u003C\u003CjournalButton>>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$set>\\n\"},\"$:/core/ui/Buttons/open-window\":{\"title\":\"$:/core/ui/Buttons/open-window\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/open-window}} {{$:/language/Buttons/OpenWindow/Caption}}\",\"description\":\"{{$:/language/Buttons/OpenWindow/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-open-window\\\" tooltip={{$:/language/Buttons/OpenWindow/Hint}} aria-label={{$:/language/Buttons/OpenWindow/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/open-window}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/OpenWindow/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/permalink\":{\"title\":\"$:/core/ui/Buttons/permalink\",\"tags\":\"$:/tags/ViewToolbar\",\"caption\":\"{{$:/core/images/permalink-button}} {{$:/language/Buttons/Permalink/Caption}}\",\"description\":\"{{$:/language/Buttons/Permalink/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-permalink\\\" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/permalink-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Permalink/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/core/ui/Buttons/permaview\":{\"title\":\"$:/core/ui/Buttons/permaview\",\"tags\":\"$:/tags/ViewToolbar $:/tags/PageControls\",\"caption\":\"{{$:/core/images/permaview-button}} {{$:/language/Buttons/Permaview/Caption}}\",\"description\":\"{{$:/language/Buttons/Permaview/Hint}}\",\"text\":\"\\\\whitespace trim\\n\u003C$button message=\\\"tm-permaview\\\" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/permaview-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text={{$:/language/Buttons/Permaview/Caption}}/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\"},\"$:/DefaultTiddlers\":{\"title\":\"$:/DefaultTiddlers\",\"text\":\"GettingStarted\\n\"},\"$:/temp/advancedsearch\":{\"title\":\"$:/temp/advancedsearch\",\"text\":\"\"},\"$:/snippets/allfields\":{\"title\":\"$:/snippets/allfields\",\"text\":\"\\\\define renderfield(title)\\n\u003Ctr class=\\\"tc-view-field\\\">\u003Ctd class=\\\"tc-view-field-name\\\">''$title$'':\u003C/td>\u003Ctd class=\\\"tc-view-field-value\\\">//{{$:/language/Docs/Fields/$title$}}//\u003C/td>\u003C/tr>\\n\\\\end\\n\u003Ctable class=\\\"tc-view-field-table\\\">\u003Ctbody>\u003C$list filter=\\\"[fields[]sort[title]]\\\" variable=\\\"listItem\\\">\u003C$macrocall $name=\\\"renderfield\\\" title=\u003C\u003ClistItem>>/>\u003C/$list>\\n\u003C/tbody>\u003C/table>\\n\"},\"$:/config/AnimationDuration\":{\"title\":\"$:/config/AnimationDuration\",\"text\":\"400\"},\"$:/config/AutoFocus\":{\"title\":\"$:/config/AutoFocus\",\"text\":\"title\"},\"$:/config/AutoSave\":{\"title\":\"$:/config/AutoSave\",\"text\":\"yes\"},\"$:/config/BitmapEditor/Colour\":{\"title\":\"$:/config/BitmapEditor/Colour\",\"text\":\"#444\"},\"$:/config/BitmapEditor/ImageSizes\":{\"title\":\"$:/config/BitmapEditor/ImageSizes\",\"text\":\"[[62px 100px]] [[100px 62px]] [[124px 200px]] [[200px 124px]] [[248px 400px]] [[371px 600px]] [[400px 248px]] [[556px 900px]] [[600px 371px]] [[742px 1200px]] [[900px 556px]] [[1200px 742px]]\"},\"$:/config/BitmapEditor/LineWidth\":{\"title\":\"$:/config/BitmapEditor/LineWidth\",\"text\":\"3px\"},\"$:/config/BitmapEditor/LineWidths\":{\"title\":\"$:/config/BitmapEditor/LineWidths\",\"text\":\"0.25px 0.5px 1px 2px 3px 4px 6px 8px 10px 16px 20px 28px 40px 56px 80px\"},\"$:/config/BitmapEditor/Opacities\":{\"title\":\"$:/config/BitmapEditor/Opacities\",\"text\":\"0.01 0.025 0.05 0.075 0.1 0.15 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0\"},\"$:/config/BitmapEditor/Opacity\":{\"title\":\"$:/config/BitmapEditor/Opacity\",\"text\":\"1.0\"},\"$:/config/DefaultMoreSidebarTab\":{\"title\":\"$:/config/DefaultMoreSidebarTab\",\"text\":\"$:/core/ui/MoreSideBar/Tags\"},\"$:/config/DefaultSidebarTab\":{\"title\":\"$:/config/DefaultSidebarTab\",\"text\":\"$:/core/ui/SideBar/Open\"},\"$:/config/DownloadSaver/AutoSave\":{\"title\":\"$:/config/DownloadSaver/AutoSave\",\"text\":\"no\"},\"$:/config/Drafts/TypingTimeout\":{\"title\":\"$:/config/Drafts/TypingTimeout\",\"text\":\"400\"},\"$:/config/EditMode/fieldname-filter\":{\"title\":\"$:/config/EditMode/fieldname-filter\",\"first-search-filter\":\"[!is[shadow]!is[system]fields[]search:title\u003CuserInput>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\",\"second-search-filter\":\"[fields[]search:title\u003CuserInput>sort[]] -[!is[shadow]!is[system]fields[]]\"},\"$:/config/EditTabIndex\":{\"title\":\"$:/config/EditTabIndex\",\"text\":\"1\"},\"$:/config/EditTemplateFields/Visibility/title\":{\"title\":\"$:/config/EditTemplateFields/Visibility/title\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/tags\":{\"title\":\"$:/config/EditTemplateFields/Visibility/tags\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/text\":{\"title\":\"$:/config/EditTemplateFields/Visibility/text\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/creator\":{\"title\":\"$:/config/EditTemplateFields/Visibility/creator\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/created\":{\"title\":\"$:/config/EditTemplateFields/Visibility/created\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/modified\":{\"title\":\"$:/config/EditTemplateFields/Visibility/modified\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/modifier\":{\"title\":\"$:/config/EditTemplateFields/Visibility/modifier\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/type\":{\"title\":\"$:/config/EditTemplateFields/Visibility/type\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/draft.title\":{\"title\":\"$:/config/EditTemplateFields/Visibility/draft.title\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/draft.of\":{\"title\":\"$:/config/EditTemplateFields/Visibility/draft.of\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/revision\":{\"title\":\"$:/config/EditTemplateFields/Visibility/revision\",\"text\":\"hide\"},\"$:/config/EditTemplateFields/Visibility/bag\":{\"title\":\"$:/config/EditTemplateFields/Visibility/bag\",\"text\":\"hide\"},\"$:/config/Editor/EnableImportFilter\":{\"title\":\"$:/config/Editor/EnableImportFilter\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"[all[current]type[text/vnd.tiddlywiki]] [all[current]!has[type]]\"},\"$:/config/Editor/ImportContentTypesFilter\":{\"title\":\"$:/config/Editor/ImportContentTypesFilter\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"[prefix[image/]]\"},\"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4\":{\"title\":\"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4\",\"text\":\"hide\"},\"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5\":{\"title\":\"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5\",\"text\":\"hide\"},\"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6\":{\"title\":\"$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6\",\"text\":\"hide\"},\"$:/config/EditorTypeMappings/image/gif\":{\"title\":\"$:/config/EditorTypeMappings/image/gif\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/image/webp\":{\"title\":\"$:/config/EditorTypeMappings/image/webp\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/image/heic\":{\"title\":\"$:/config/EditorTypeMappings/image/heic\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/image/heif\":{\"title\":\"$:/config/EditorTypeMappings/image/heif\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/image/jpeg\":{\"title\":\"$:/config/EditorTypeMappings/image/jpeg\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/image/jpg\":{\"title\":\"$:/config/EditorTypeMappings/image/jpg\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/image/png\":{\"title\":\"$:/config/EditorTypeMappings/image/png\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/image/x-icon\":{\"title\":\"$:/config/EditorTypeMappings/image/x-icon\",\"text\":\"bitmap\"},\"$:/config/EditorTypeMappings/text/vnd.tiddlywiki\":{\"title\":\"$:/config/EditorTypeMappings/text/vnd.tiddlywiki\",\"text\":\"text\"},\"$:/config/Manager/Show\":{\"title\":\"$:/config/Manager/Show\",\"text\":\"tiddlers\"},\"$:/config/Manager/Filter\":{\"title\":\"$:/config/Manager/Filter\",\"text\":\"\"},\"$:/config/Manager/Order\":{\"title\":\"$:/config/Manager/Order\",\"text\":\"forward\"},\"$:/config/Manager/Sort\":{\"title\":\"$:/config/Manager/Sort\",\"text\":\"title\"},\"$:/config/Manager/System\":{\"title\":\"$:/config/Manager/System\",\"text\":\"system\"},\"$:/config/Manager/Tag\":{\"title\":\"$:/config/Manager/Tag\",\"text\":\"\"},\"$:/state/popup/manager/item/$:/Manager/ItemMain/RawText\":{\"title\":\"$:/state/popup/manager/item/$:/Manager/ItemMain/RawText\",\"text\":\"hide\"},\"$:/config/MissingLinks\":{\"title\":\"$:/config/MissingLinks\",\"text\":\"yes\"},\"$:/config/Navigation/UpdateAddressBar\":{\"title\":\"$:/config/Navigation/UpdateAddressBar\",\"text\":\"no\"},\"$:/config/Navigation/UpdateHistory\":{\"title\":\"$:/config/Navigation/UpdateHistory\",\"text\":\"no\"},\"$:/config/NewImageType\":{\"title\":\"$:/config/NewImageType\",\"text\":\"jpeg\"},\"$:/config/OfficialPluginLibrary\":{\"title\":\"$:/config/OfficialPluginLibrary\",\"tags\":\"$:/tags/PluginLibrary\",\"url\":\"https://tiddlywiki.com/library/v5.2.0/index.html\",\"caption\":\"{{$:/language/OfficialPluginLibrary}}\",\"text\":\"{{$:/language/OfficialPluginLibrary/Hint}}\\n\"},\"$:/config/Navigation/openLinkFromInsideRiver\":{\"title\":\"$:/config/Navigation/openLinkFromInsideRiver\",\"text\":\"below\"},\"$:/config/Navigation/openLinkFromOutsideRiver\":{\"title\":\"$:/config/Navigation/openLinkFromOutsideRiver\",\"text\":\"top\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme\",\"text\":\"hide\"},\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all\":{\"title\":\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all\",\"text\":\"hide\"},\"$:/config/Performance/Instrumentation\":{\"title\":\"$:/config/Performance/Instrumentation\",\"text\":\"no\"},\"$:/config/RegisterPluginType/plugin\":{\"title\":\"$:/config/RegisterPluginType/plugin\",\"text\":\"yes\"},\"$:/config/RegisterPluginType/theme\":{\"title\":\"$:/config/RegisterPluginType/theme\",\"text\":\"no\"},\"$:/config/RegisterPluginType/language\":{\"title\":\"$:/config/RegisterPluginType/language\",\"text\":\"no\"},\"$:/config/RegisterPluginType/info\":{\"title\":\"$:/config/RegisterPluginType/info\",\"text\":\"yes\"},\"$:/config/RegisterPluginType/import\":{\"title\":\"$:/config/RegisterPluginType/import\",\"text\":\"no\"},\"$:/config/SaveWikiButton/Template\":{\"title\":\"$:/config/SaveWikiButton/Template\",\"text\":\"$:/core/save/all\"},\"$:/config/SaverFilter\":{\"title\":\"$:/config/SaverFilter\",\"text\":\"[all[]] -[prefix[$:/HistoryList]] -[prefix[$:/StoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\\n\"},\"$:/config/Search/AutoFocus\":{\"title\":\"$:/config/Search/AutoFocus\",\"text\":\"true\"},\"$:/config/Search/MinLength\":{\"title\":\"$:/config/Search/MinLength\",\"text\":\"3\"},\"$:/config/SearchResults/Default\":{\"title\":\"$:/config/SearchResults/Default\",\"text\":\"$:/core/ui/DefaultSearchResultList\"},\"$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]\":{\"title\":\"$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]\",\"text\":\"yes\"},\"$:/config/ShortcutInfo/add-field\":{\"title\":\"$:/config/ShortcutInfo/add-field\",\"text\":\"{{$:/language/EditTemplate/Fields/Add/Button/Hint}}\"},\"$:/config/ShortcutInfo/advanced-search\":{\"title\":\"$:/config/ShortcutInfo/advanced-search\",\"text\":\"{{$:/language/Buttons/AdvancedSearch/Hint}}\"},\"$:/config/ShortcutInfo/advanced-search-sidebar\":{\"title\":\"$:/config/ShortcutInfo/advanced-search-sidebar\",\"text\":\"{{$:/language/Shortcuts/Input/AdvancedSearch/Hint}}\"},\"$:/config/ShortcutInfo/bold\":{\"title\":\"$:/config/ShortcutInfo/bold\",\"text\":\"{{$:/language/Buttons/Bold/Hint}}\"},\"$:/config/ShortcutInfo/cancel-edit-tiddler\":{\"title\":\"$:/config/ShortcutInfo/cancel-edit-tiddler\",\"text\":\"{{$:/language/Buttons/Cancel/Hint}}\"},\"$:/config/ShortcutInfo/change-sidebar-layout\":{\"title\":\"$:/config/ShortcutInfo/change-sidebar-layout\",\"text\":\"{{$:/language/Shortcuts/SidebarLayout/Hint}}\"},\"$:/config/ShortcutInfo/delete-field\":{\"title\":\"$:/config/ShortcutInfo/delete-field\",\"text\":\"{{$:/language/EditTemplate/Field/Remove/Hint}}\"},\"$:/config/ShortcutInfo/excise\":{\"title\":\"$:/config/ShortcutInfo/excise\",\"text\":\"{{$:/language/Buttons/Excise/Hint}}\"},\"$:/config/ShortcutInfo/heading-1\":{\"title\":\"$:/config/ShortcutInfo/heading-1\",\"text\":\"{{$:/language/Buttons/Heading1/Hint}}\"},\"$:/config/ShortcutInfo/heading-2\":{\"title\":\"$:/config/ShortcutInfo/heading-2\",\"text\":\"{{$:/language/Buttons/Heading2/Hint}}\"},\"$:/config/ShortcutInfo/heading-3\":{\"title\":\"$:/config/ShortcutInfo/heading-3\",\"text\":\"{{$:/language/Buttons/Heading3/Hint}}\"},\"$:/config/ShortcutInfo/heading-4\":{\"title\":\"$:/config/ShortcutInfo/heading-4\",\"text\":\"{{$:/language/Buttons/Heading4/Hint}}\"},\"$:/config/ShortcutInfo/heading-5\":{\"title\":\"$:/config/ShortcutInfo/heading-5\",\"text\":\"{{$:/language/Buttons/Heading5/Hint}}\"},\"$:/config/ShortcutInfo/heading-6\":{\"title\":\"$:/config/ShortcutInfo/heading-6\",\"text\":\"{{$:/language/Buttons/Heading6/Hint}}\"},\"$:/config/ShortcutInfo/input-accept\":{\"title\":\"$:/config/ShortcutInfo/input-accept\",\"text\":\"{{$:/language/Shortcuts/Input/Accept/Hint}}\"},\"$:/config/ShortcutInfo/input-accept-variant\":{\"title\":\"$:/config/ShortcutInfo/input-accept-variant\",\"text\":\"{{$:/language/Shortcuts/Input/AcceptVariant/Hint}}\"},\"$:/config/ShortcutInfo/input-cancel\":{\"title\":\"$:/config/ShortcutInfo/input-cancel\",\"text\":\"{{$:/language/Shortcuts/Input/Cancel/Hint}}\"},\"$:/config/ShortcutInfo/input-down\":{\"title\":\"$:/config/ShortcutInfo/input-down\",\"text\":\"{{$:/language/Shortcuts/Input/Down/Hint}}\"},\"$:/config/ShortcutInfo/input-tab-left\":{\"title\":\"$:/config/ShortcutInfo/input-tab-left\",\"text\":\"{{$:/language/Shortcuts/Input/Tab-Left/Hint}}\"},\"$:/config/ShortcutInfo/input-tab-right\":{\"title\":\"$:/config/ShortcutInfo/input-tab-right\",\"text\":\"{{$:/language/Shortcuts/Input/Tab-Right/Hint}}\"},\"$:/config/ShortcutInfo/input-up\":{\"title\":\"$:/config/ShortcutInfo/input-up\",\"text\":\"{{$:/language/Shortcuts/Input/Up/Hint}}\"},\"$:/config/ShortcutInfo/italic\":{\"title\":\"$:/config/ShortcutInfo/italic\",\"text\":\"{{$:/language/Buttons/Italic/Hint}}\"},\"$:/config/ShortcutInfo/layout-switcher\":{\"title\":\"$:/config/ShortcutInfo/layout-switcher\",\"text\":\"{{$:/language/LayoutSwitcher/Description}}\"},\"$:/config/ShortcutInfo/link\":{\"title\":\"$:/config/ShortcutInfo/link\",\"text\":\"{{$:/language/Buttons/Link/Hint}}\"},\"$:/config/ShortcutInfo/linkify\":{\"title\":\"$:/config/ShortcutInfo/linkify\",\"text\":\"{{$:/language/Buttons/Linkify/Hint}}\"},\"$:/config/ShortcutInfo/list-bullet\":{\"title\":\"$:/config/ShortcutInfo/list-bullet\",\"text\":\"{{$:/language/Buttons/ListBullet/Hint}}\"},\"$:/config/ShortcutInfo/list-number\":{\"title\":\"$:/config/ShortcutInfo/list-number\",\"text\":\"{{$:/language/Buttons/ListNumber/Hint}}\"},\"$:/config/ShortcutInfo/mono-block\":{\"title\":\"$:/config/ShortcutInfo/mono-block\",\"text\":\"{{$:/language/Buttons/MonoBlock/Hint}}\"},\"$:/config/ShortcutInfo/mono-line\":{\"title\":\"$:/config/ShortcutInfo/mono-line\",\"text\":\"{{$:/language/Buttons/MonoLine/Hint}}\"},\"$:/config/ShortcutInfo/new-image\":{\"title\":\"$:/config/ShortcutInfo/new-image\",\"text\":\"{{$:/language/Buttons/NewImage/Hint}}\"},\"$:/config/ShortcutInfo/new-journal\":{\"title\":\"$:/config/ShortcutInfo/new-journal\",\"text\":\"{{$:/language/Buttons/NewJournal/Hint}}\"},\"$:/config/ShortcutInfo/new-tiddler\":{\"title\":\"$:/config/ShortcutInfo/new-tiddler\",\"text\":\"{{$:/language/Buttons/NewTiddler/Hint}}\"},\"$:/config/ShortcutInfo/picture\":{\"title\":\"$:/config/ShortcutInfo/picture\",\"text\":\"{{$:/language/Buttons/Picture/Hint}}\"},\"$:/config/ShortcutInfo/preview\":{\"title\":\"$:/config/ShortcutInfo/preview\",\"text\":\"{{$:/language/Buttons/Preview/Hint}}\"},\"$:/config/ShortcutInfo/quote\":{\"title\":\"$:/config/ShortcutInfo/quote\",\"text\":\"{{$:/language/Buttons/Quote/Hint}}\"},\"$:/config/ShortcutInfo/save-tiddler\":{\"title\":\"$:/config/ShortcutInfo/save-tiddler\",\"text\":\"{{$:/language/Buttons/Save/Hint}}\"},\"$:/config/ShortcutInfo/save-wiki\":{\"title\":\"$:/config/ShortcutInfo/save-wiki\",\"text\":\"{{$:/language/Buttons/SaveWiki/Hint}}\"},\"$:/config/ShortcutInfo/sidebar-search\":{\"title\":\"$:/config/ShortcutInfo/sidebar-search\",\"text\":\"{{$:/language/Buttons/SidebarSearch/Hint}}\"},\"$:/config/ShortcutInfo/stamp\":{\"title\":\"$:/config/ShortcutInfo/stamp\",\"text\":\"{{$:/language/Buttons/Stamp/Hint}}\"},\"$:/config/ShortcutInfo/strikethrough\":{\"title\":\"$:/config/ShortcutInfo/strikethrough\",\"text\":\"{{$:/language/Buttons/Strikethrough/Hint}}\"},\"$:/config/ShortcutInfo/subscript\":{\"title\":\"$:/config/ShortcutInfo/subscript\",\"text\":\"{{$:/language/Buttons/Subscript/Hint}}\"},\"$:/config/ShortcutInfo/superscript\":{\"title\":\"$:/config/ShortcutInfo/superscript\",\"text\":\"{{$:/language/Buttons/Superscript/Hint}}\"},\"$:/config/ShortcutInfo/toggle-sidebar\":{\"title\":\"$:/config/ShortcutInfo/toggle-sidebar\",\"text\":\"{{$:/language/Buttons/ToggleSidebar/Hint}}\"},\"$:/config/ShortcutInfo/transcludify\":{\"title\":\"$:/config/ShortcutInfo/transcludify\",\"text\":\"{{$:/language/Buttons/Transcludify/Hint}}\"},\"$:/config/ShortcutInfo/underline\":{\"title\":\"$:/config/ShortcutInfo/underline\",\"text\":\"{{$:/language/Buttons/Underline/Hint}}\"},\"$:/config/SwitcherTargets/layout\":{\"title\":\"$:/config/SwitcherTargets/layout\",\"text\":\"$:/snippets/LayoutSwitcher\"},\"$:/config/SwitcherTargets/language\":{\"title\":\"$:/config/SwitcherTargets/language\",\"text\":\"$:/snippets/languageswitcher\"},\"$:/config/SwitcherTargets/palette\":{\"title\":\"$:/config/SwitcherTargets/palette\",\"text\":\"$:/core/ui/ControlPanel/Palette\"},\"$:/config/SwitcherTargets/theme\":{\"title\":\"$:/config/SwitcherTargets/theme\",\"text\":\"$:/core/ui/ControlPanel/Theme\"},\"$:/config/SyncFilter\":{\"title\":\"$:/config/SyncFilter\",\"text\":\"[is[tiddler]] -[[$:/core]] -[[$:/library/sjcl.js]] -[prefix[$:/boot/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\\n\"},\"$:/config/SyncSystemTiddlersFromServer\":{\"title\":\"$:/config/SyncSystemTiddlersFromServer\",\"text\":\"no\"},\"$:/config/Tags/MinLength\":{\"title\":\"$:/config/Tags/MinLength\",\"text\":\"0\"},\"$:/config/TextEditor/EditorHeight/Height\":{\"title\":\"$:/config/TextEditor/EditorHeight/Height\",\"text\":\"400px\"},\"$:/config/TextEditor/EditorHeight/Mode\":{\"title\":\"$:/config/TextEditor/EditorHeight/Mode\",\"text\":\"auto\"},\"$:/config/TiddlerInfo/Default\":{\"title\":\"$:/config/TiddlerInfo/Default\",\"text\":\"$:/core/ui/TiddlerInfo/Fields\"},\"$:/config/TiddlerInfo/Mode\":{\"title\":\"$:/config/TiddlerInfo/Mode\",\"text\":\"popup\"},\"$:/config/Tiddlers/TitleLinks\":{\"title\":\"$:/config/Tiddlers/TitleLinks\",\"text\":\"no\"},\"$:/config/Toolbar/ButtonClass\":{\"title\":\"$:/config/Toolbar/ButtonClass\",\"text\":\"tc-btn-invisible\"},\"$:/config/Toolbar/Icons\":{\"title\":\"$:/config/Toolbar/Icons\",\"text\":\"yes\"},\"$:/config/Toolbar/Text\":{\"title\":\"$:/config/Toolbar/Text\",\"text\":\"no\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions\",\"text\":\"show\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\",\"text\":\"hide\"},\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others\":{\"title\":\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others\",\"text\":\"hide\"},\"$:/config/shortcuts-mac/bold\":{\"title\":\"$:/config/shortcuts-mac/bold\",\"text\":\"meta-B\"},\"$:/config/shortcuts-mac/italic\":{\"title\":\"$:/config/shortcuts-mac/italic\",\"text\":\"meta-I\"},\"$:/config/shortcuts-mac/underline\":{\"title\":\"$:/config/shortcuts-mac/underline\",\"text\":\"meta-U\"},\"$:/config/shortcuts-mac/new-image\":{\"title\":\"$:/config/shortcuts-mac/new-image\",\"text\":\"ctrl-I\"},\"$:/config/shortcuts-mac/new-journal\":{\"title\":\"$:/config/shortcuts-mac/new-journal\",\"text\":\"ctrl-J\"},\"$:/config/shortcuts-mac/new-tiddler\":{\"title\":\"$:/config/shortcuts-mac/new-tiddler\",\"text\":\"ctrl-N\"},\"$:/config/shortcuts-mac/save-wiki\":{\"title\":\"$:/config/shortcuts-mac/save-wiki\",\"text\":\"meta-S\"},\"$:/config/shortcuts-not-mac/bold\":{\"title\":\"$:/config/shortcuts-not-mac/bold\",\"text\":\"ctrl-B\"},\"$:/config/shortcuts-not-mac/italic\":{\"title\":\"$:/config/shortcuts-not-mac/italic\",\"text\":\"ctrl-I\"},\"$:/config/shortcuts-not-mac/underline\":{\"title\":\"$:/config/shortcuts-not-mac/underline\",\"text\":\"ctrl-U\"},\"$:/config/shortcuts-not-mac/new-image\":{\"title\":\"$:/config/shortcuts-not-mac/new-image\",\"text\":\"alt-I\"},\"$:/config/shortcuts-not-mac/new-journal\":{\"title\":\"$:/config/shortcuts-not-mac/new-journal\",\"text\":\"alt-J\"},\"$:/config/shortcuts-not-mac/new-tiddler\":{\"title\":\"$:/config/shortcuts-not-mac/new-tiddler\",\"text\":\"alt-N\"},\"$:/config/shortcuts/add-field\":{\"title\":\"$:/config/shortcuts/add-field\",\"text\":\"enter\"},\"$:/config/shortcuts/advanced-search\":{\"title\":\"$:/config/shortcuts/advanced-search\",\"text\":\"ctrl-shift-A\"},\"$:/config/shortcuts/advanced-search-sidebar\":{\"title\":\"$:/config/shortcuts/advanced-search-sidebar\",\"text\":\"alt-Enter\"},\"$:/config/shortcuts/cancel-edit-tiddler\":{\"title\":\"$:/config/shortcuts/cancel-edit-tiddler\",\"text\":\"escape\"},\"$:/config/shortcuts/change-sidebar-layout\":{\"title\":\"$:/config/shortcuts/change-sidebar-layout\",\"text\":\"shift-alt-Down\"},\"$:/config/shortcuts/delete-field\":{\"title\":\"$:/config/shortcuts/delete-field\",\"text\":\"shift-alt-D\"},\"$:/config/shortcuts/excise\":{\"title\":\"$:/config/shortcuts/excise\",\"text\":\"ctrl-E\"},\"$:/config/shortcuts/sidebar-search\":{\"title\":\"$:/config/shortcuts/sidebar-search\",\"text\":\"ctrl-shift-F\"},\"$:/config/shortcuts/heading-1\":{\"title\":\"$:/config/shortcuts/heading-1\",\"text\":\"ctrl-1\"},\"$:/config/shortcuts/heading-2\":{\"title\":\"$:/config/shortcuts/heading-2\",\"text\":\"ctrl-2\"},\"$:/config/shortcuts/heading-3\":{\"title\":\"$:/config/shortcuts/heading-3\",\"text\":\"ctrl-3\"},\"$:/config/shortcuts/heading-4\":{\"title\":\"$:/config/shortcuts/heading-4\",\"text\":\"ctrl-4\"},\"$:/config/shortcuts/heading-5\":{\"title\":\"$:/config/shortcuts/heading-5\",\"text\":\"ctrl-5\"},\"$:/config/shortcuts/heading-6\":{\"title\":\"$:/config/shortcuts/heading-6\",\"text\":\"ctrl-6\"},\"$:/config/shortcuts/input-accept\":{\"title\":\"$:/config/shortcuts/input-accept\",\"text\":\"Enter\"},\"$:/config/shortcuts/input-accept-variant\":{\"title\":\"$:/config/shortcuts/input-accept-variant\",\"text\":\"ctrl-Enter\"},\"$:/config/shortcuts/input-cancel\":{\"title\":\"$:/config/shortcuts/input-cancel\",\"text\":\"Escape\"},\"$:/config/shortcuts/input-down\":{\"title\":\"$:/config/shortcuts/input-down\",\"text\":\"Down\"},\"$:/config/shortcuts/input-tab-left\":{\"title\":\"$:/config/shortcuts/input-tab-left\",\"text\":\"alt-ctrl-Left\"},\"$:/config/shortcuts/input-tab-right\":{\"title\":\"$:/config/shortcuts/input-tab-right\",\"text\":\"alt-ctrl-Right\"},\"$:/config/shortcuts/input-up\":{\"title\":\"$:/config/shortcuts/input-up\",\"text\":\"Up\"},\"$:/config/shortcuts/layout-switcher\":{\"title\":\"$:/config/shortcuts/layout-switcher\",\"text\":\"ctrl-shift-L\"},\"$:/config/shortcuts/link\":{\"title\":\"$:/config/shortcuts/link\",\"text\":\"ctrl-L\"},\"$:/config/shortcuts/linkify\":{\"title\":\"$:/config/shortcuts/linkify\",\"text\":\"alt-shift-L\"},\"$:/config/shortcuts/list-bullet\":{\"title\":\"$:/config/shortcuts/list-bullet\",\"text\":\"ctrl-shift-L\"},\"$:/config/shortcuts/list-number\":{\"title\":\"$:/config/shortcuts/list-number\",\"text\":\"ctrl-shift-N\"},\"$:/config/shortcuts/mono-block\":{\"title\":\"$:/config/shortcuts/mono-block\",\"text\":\"ctrl-shift-M\"},\"$:/config/shortcuts/mono-line\":{\"title\":\"$:/config/shortcuts/mono-line\",\"text\":\"ctrl-M\"},\"$:/config/shortcuts/picture\":{\"title\":\"$:/config/shortcuts/picture\",\"text\":\"ctrl-shift-I\"},\"$:/config/shortcuts/preview\":{\"title\":\"$:/config/shortcuts/preview\",\"text\":\"alt-P\"},\"$:/config/shortcuts/quote\":{\"title\":\"$:/config/shortcuts/quote\",\"text\":\"ctrl-Q\"},\"$:/config/shortcuts/save-tiddler\":{\"title\":\"$:/config/shortcuts/save-tiddler\",\"text\":\"ctrl+enter\"},\"$:/config/shortcuts/save-wiki\":{\"title\":\"$:/config/shortcuts/save-wiki\",\"text\":\"ctrl-S\"},\"$:/config/shortcuts/stamp\":{\"title\":\"$:/config/shortcuts/stamp\",\"text\":\"ctrl-S\"},\"$:/config/shortcuts/strikethrough\":{\"title\":\"$:/config/shortcuts/strikethrough\",\"text\":\"ctrl-T\"},\"$:/config/shortcuts/subscript\":{\"title\":\"$:/config/shortcuts/subscript\",\"text\":\"ctrl-shift-B\"},\"$:/config/shortcuts/superscript\":{\"title\":\"$:/config/shortcuts/superscript\",\"text\":\"ctrl-shift-P\"},\"$:/config/shortcuts/toggle-sidebar\":{\"title\":\"$:/config/shortcuts/toggle-sidebar\",\"text\":\"alt-shift-S\"},\"$:/config/shortcuts/transcludify\":{\"title\":\"$:/config/shortcuts/transcludify\",\"text\":\"alt-shift-T\"},\"$:/config/ui/EditTemplate\":{\"title\":\"$:/config/ui/EditTemplate\",\"text\":\"$:/core/ui/EditTemplate\"},\"$:/config/ui/ViewTemplate\":{\"title\":\"$:/config/ui/ViewTemplate\",\"text\":\"$:/core/ui/ViewTemplate\"},\"$:/config/WikiParserRules/Inline/wikilink\":{\"title\":\"$:/config/WikiParserRules/Inline/wikilink\",\"text\":\"enable\"},\"$:/snippets/currpalettepreview\":{\"title\":\"$:/snippets/currpalettepreview\",\"text\":\"\\\\define resolve-colour(macrocall)\\n\\\\import $:/core/macros/utils\\n\\\\whitespace trim\\n\u003C$wikify name=\\\"name\\\" text=\\\"\\\"\\\"$macrocall$\\\"\\\"\\\">\\n\u003C\u003Cname>>\\n\u003C/$wikify>\\n\\\\end\\n\\\\define swatchStyle()\\nbackground-color: $(swatchColour)$;\\n\\\\end\\n\\\\define swatch-inner()\\n\u003C$set name=\\\"swatchColour\\\" value={{##$(colourResolved)$}}>\\n\u003C$list filter=\\\"[\u003CswatchColour>!prefix[\u003C\u003Ccolour ]!suffix[>>]]\\\" variable=\\\"ignore\\\">\\n\u003Cdiv class=\\\"tc-swatch\\\" style=\u003C\u003CswatchStyle>> title=\u003C\u003CswatchTitle>>/>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003CswatchColour>prefix[\u003C\u003Ccolour ]suffix[>>]]\\\" variable=\\\"ignore\\\">\\n\u003C$wikify name=\\\"colourResolved\\\" text=\\\"\\\"\\\"\u003C$macrocall $name=\\\"resolve-colour\\\" macrocall=\u003C\u003CswatchColour>>/>\\\"\\\"\\\">\\n\u003C\u003Cswatch-inner>>\\n\u003C/$wikify>\\n\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\\\define swatch()\\n\u003C$set name=\\\"swatchColour\\\" value={{##$(colour)$}}>\\n\u003C$set name=\\\"swatchTitle\\\" value=\u003C\u003Ccolour>>>\\n\u003C$list filter=\\\"[\u003CswatchColour>!prefix[\u003C\u003Ccolour ]!suffix[>>]]\\\" variable=\\\"ignore\\\">\\n\u003Cdiv class=\\\"tc-swatch\\\" style=\u003C\u003CswatchStyle>> title=\u003C\u003CswatchTitle>>/>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003CswatchColour>prefix[\u003C\u003Ccolour ]suffix[>>]]\\\" variable=\\\"ignore\\\">\\n\u003C$wikify name=\\\"colourResolved\\\" text=\\\"\\\"\\\"\u003C$macrocall $name=\\\"resolve-colour\\\" macrocall=\u003C\u003CswatchColour>>/>\\\"\\\"\\\">\\n\u003C\u003Cswatch-inner>>\\n\u003C/$wikify>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$set>\\n\\\\end\\n\u003Cdiv class=\\\"tc-swatches-horiz\\\">\u003C$list filter=\\\"\\nforeground\\nbackground\\nmuted-foreground\\nprimary\\npage-background\\ntab-background\\ntiddler-info-background\\n\\\" variable=\\\"colour\\\">\u003C\u003Cswatch>>\u003C/$list>\u003C/div>\\n\"},\"$:/snippets/download-wiki-button\":{\"title\":\"$:/snippets/download-wiki-button\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Tools/Download/\\n\u003C$button class=\\\"tc-btn-big-green\\\">\\n\u003C$action-sendmessage $message=\\\"tm-download-file\\\" $param=\\\"$:/core/save/all\\\" filename=\\\"index.html\\\"/>\\n\u003C\u003Clingo Full/Caption>> {{$:/core/images/save-button}}\\n\u003C/$button>\"},\"$:/language\":{\"title\":\"$:/language\",\"text\":\"$:/languages/en-GB\"},\"$:/snippets/languageswitcher\":{\"title\":\"$:/snippets/languageswitcher\",\"text\":\"\\\\define flag-title()\\n$(languagePluginTitle)$/icon\\n\\\\end\\n\\n\u003C$linkcatcher to=\\\"$:/language\\\">\\n\u003Cdiv class=\\\"tc-chooser tc-language-chooser\\\">\\n\u003C$list filter=\\\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\\\">\\n\u003C$set name=\\\"cls\\\" filter=\\\"[all[current]field:title{$:/language}]\\\" value=\\\"tc-chooser-item tc-chosen\\\" emptyValue=\\\"tc-chooser-item\\\">\u003Cdiv class=\u003C\u003Ccls>>>\\n\u003C$link>\\n\u003Cspan class=\\\"tc-image-button\\\">\\n\u003C$set name=\\\"languagePluginTitle\\\" value=\u003C\u003CcurrentTiddler>>>\\n\u003C$transclude subtiddler=\u003C\u003Cflag-title>>>\\n\u003C$list filter=\\\"[all[current]field:title[$:/languages/en-GB]]\\\">\\n\u003C$transclude tiddler=\\\"$:/languages/en-GB/icon\\\"/>\\n\u003C/$list>\\n\u003C/$transclude>\\n\u003C/$set>\\n\u003C/span>\\n\u003C$view field=\\\"description\\\">\\n\u003C$view field=\\\"name\\\">\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/$view>\\n\u003C/$view>\\n\u003C/$link>\\n\u003C/div>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$linkcatcher>\"},\"$:/core/macros/CSS\":{\"title\":\"$:/core/macros/CSS\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define colour(name)\\n\u003C$transclude tiddler={{$:/palette}} index=\\\"$name$\\\">\u003C$transclude tiddler=\\\"$:/palettes/Vanilla\\\" index=\\\"$name$\\\">\u003C$transclude tiddler=\\\"$:/config/DefaultColourMappings/$name$\\\"/>\u003C/$transclude>\u003C/$transclude>\\n\\\\end\\n\\n\\\\define color(name)\\n\u003C\u003Ccolour $name$>>\\n\\\\end\\n\\n\\\\define box-shadow(shadow)\\n``\\n -webkit-box-shadow: $shadow$;\\n -moz-box-shadow: $shadow$;\\n box-shadow: $shadow$;\\n``\\n\\\\end\\n\\n\\\\define filter(filter)\\n``\\n -webkit-filter: $filter$;\\n -moz-filter: $filter$;\\n filter: $filter$;\\n``\\n\\\\end\\n\\n\\\\define transition(transition)\\n``\\n -webkit-transition: $transition$;\\n -moz-transition: $transition$;\\n transition: $transition$;\\n``\\n\\\\end\\n\\n\\\\define transform-origin(origin)\\n``\\n -webkit-transform-origin: $origin$;\\n -moz-transform-origin: $origin$;\\n transform-origin: $origin$;\\n``\\n\\\\end\\n\\n\\\\define background-linear-gradient(gradient)\\n``\\nbackground-image: linear-gradient($gradient$);\\nbackground-image: -o-linear-gradient($gradient$);\\nbackground-image: -moz-linear-gradient($gradient$);\\nbackground-image: -webkit-linear-gradient($gradient$);\\nbackground-image: -ms-linear-gradient($gradient$);\\n``\\n\\\\end\\n\\n\\\\define column-count(columns)\\n``\\n-moz-column-count: $columns$;\\n-webkit-column-count: $columns$;\\ncolumn-count: $columns$;\\n``\\n\\\\end\\n\\n\\\\define datauri(title)\\n\u003C$macrocall $name=\\\"makedatauri\\\" type={{$title$!!type}} text={{$title$}} _canonical_uri={{$title$!!_canonical_uri}}/>\\n\\\\end\\n\\n\\\\define if-sidebar(text)\\n\u003C$reveal state=\\\"$:/state/sidebar\\\" type=\\\"match\\\" text=\\\"yes\\\" default=\\\"yes\\\">$text$\u003C/$reveal>\\n\\\\end\\n\\n\\\\define if-no-sidebar(text)\\n\u003C$reveal state=\\\"$:/state/sidebar\\\" type=\\\"nomatch\\\" text=\\\"yes\\\" default=\\\"yes\\\">$text$\u003C/$reveal>\\n\\\\end\\n\\n\\\\define if-background-attachment(text)\\n\u003C$reveal state=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\\\" type=\\\"nomatch\\\" text=\\\"\\\">$text$\u003C/$reveal>\\n\\\\end\\n\"},\"$:/core/macros/colour-picker\":{\"title\":\"$:/core/macros/colour-picker\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define colour-picker-update-recent()\\n\u003C$action-listops\\n\\t$tiddler=\\\"$:/config/ColourPicker/Recent\\\"\\n\\t$subfilter=\\\"$(colour-picker-value)$ [list[$:/config/ColourPicker/Recent]remove[$(colour-picker-value)$]] +[limit[8]]\\\"\\n/>\\n\\\\end\\n\\n\\\\define colour-picker-inner(actions)\\n\u003C$button tag=\\\"a\\\" tooltip=\\\"\\\"\\\"$(colour-picker-value)$\\\"\\\"\\\">\\n\\n$(colour-picker-update-recent)$\\n\\n$actions$\\n\\n\u003Cspan style=\\\"display:inline-block; background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;\\\"/>\\n\\n\u003C/$button>\\n\\\\end\\n\\n\\\\define colour-picker-recent-inner(actions)\\n\u003C$set name=\\\"colour-picker-value\\\" value=\\\"$(recentColour)$\\\">\\n\u003C$macrocall $name=\\\"colour-picker-inner\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define colour-picker-recent(actions)\\n{{$:/language/ColourPicker/Recent}} \u003C$list filter=\\\"[list[$:/config/ColourPicker/Recent]]\\\" variable=\\\"recentColour\\\">\\n\u003C$macrocall $name=\\\"colour-picker-recent-inner\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\u003C/$list>\\n\\\\end\\n\\n\\\\define colour-picker(actions)\\n\u003Cdiv class=\\\"tc-colour-chooser\\\">\\n\\n\u003C$macrocall $name=\\\"colour-picker-recent\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\\n---\\n\\n\u003C$list filter=\\\"LightPink Pink Crimson LavenderBlush PaleVioletRed HotPink DeepPink MediumVioletRed Orchid Thistle Plum Violet Magenta Fuchsia DarkMagenta Purple MediumOrchid DarkViolet DarkOrchid Indigo BlueViolet MediumPurple MediumSlateBlue SlateBlue DarkSlateBlue Lavender GhostWhite Blue MediumBlue MidnightBlue DarkBlue Navy RoyalBlue CornflowerBlue LightSteelBlue LightSlateGrey SlateGrey DodgerBlue AliceBlue SteelBlue LightSkyBlue SkyBlue DeepSkyBlue LightBlue PowderBlue CadetBlue Azure LightCyan PaleTurquoise Cyan Aqua DarkTurquoise DarkSlateGrey DarkCyan Teal MediumTurquoise LightSeaGreen Turquoise Aquamarine MediumAquamarine MediumSpringGreen MintCream SpringGreen MediumSeaGreen SeaGreen Honeydew LightGreen PaleGreen DarkSeaGreen LimeGreen Lime ForestGreen Green DarkGreen Chartreuse LawnGreen GreenYellow DarkOliveGreen YellowGreen OliveDrab Beige LightGoldenrodYellow Ivory LightYellow Yellow Olive DarkKhaki LemonChiffon PaleGoldenrod Khaki Gold Cornsilk Goldenrod DarkGoldenrod FloralWhite OldLace Wheat Moccasin Orange PapayaWhip BlanchedAlmond NavajoWhite AntiqueWhite Tan BurlyWood Bisque DarkOrange Linen Peru PeachPuff SandyBrown Chocolate SaddleBrown Seashell Sienna LightSalmon Coral OrangeRed DarkSalmon Tomato MistyRose Salmon Snow LightCoral RosyBrown IndianRed Red Brown FireBrick DarkRed Maroon White WhiteSmoke Gainsboro LightGrey Silver DarkGrey Grey DimGrey Black\\\" variable=\\\"colour-picker-value\\\">\\n\u003C$macrocall $name=\\\"colour-picker-inner\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\u003C/$list>\\n\\n---\\n\\n\u003C$edit-text tiddler=\\\"$:/config/ColourPicker/New\\\" tag=\\\"input\\\" default=\\\"\\\" placeholder=\\\"\\\"/>\\n\u003C$edit-text tiddler=\\\"$:/config/ColourPicker/New\\\" type=\\\"color\\\" tag=\\\"input\\\"/>\\n\u003C$set name=\\\"colour-picker-value\\\" value={{$:/config/ColourPicker/New}}>\\n\u003C$macrocall $name=\\\"colour-picker-inner\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\u003C/$set>\\n\\n\u003C/div>\\n\\n\\\\end\\n\"},\"$:/core/macros/copy-to-clipboard\":{\"title\":\"$:/core/macros/copy-to-clipboard\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define copy-to-clipboard(src,class:\\\"tc-btn-invisible\\\",style)\\n\u003C$button class=\u003C\u003C__class__>> style=\u003C\u003C__style__>> message=\\\"tm-copy-to-clipboard\\\" param=\u003C\u003C__src__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>\\n{{$:/core/images/copy-clipboard}} \u003C$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/>\\n\u003C/$button>\\n\\\\end\\n\\n\\\\define copy-to-clipboard-above-right(src,class:\\\"tc-btn-invisible\\\",style)\\n\u003Cdiv style=\\\"position: relative;\\\">\\n\u003Cdiv style=\\\"position: absolute; bottom: 0; right: 0;\\\">\\n\u003C$macrocall $name=\\\"copy-to-clipboard\\\" src=\u003C\u003C__src__>> class=\u003C\u003C__class__>> style=\u003C\u003C__style__>>/>\\n\u003C/div>\\n\u003C/div>\\n\\\\end\\n\\n\"},\"$:/core/macros/diff\":{\"title\":\"$:/core/macros/diff\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define compareTiddlerText(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle)\\n\u003C$set name=\\\"source\\\" tiddler=\u003C\u003C__sourceTiddlerTitle__>> subtiddler=\u003C\u003C__sourceSubTiddlerTitle__>>>\\n\u003C$set name=\\\"dest\\\" tiddler=\u003C\u003C__destTiddlerTitle__>> subtiddler=\u003C\u003C__destSubTiddlerTitle__>>>\\n\u003C$diff-text source=\u003C\u003Csource>> dest=\u003C\u003Cdest>>/>\\n\u003C/$set>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define compareTiddlers(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle,exclude)\\n\u003Ctable class=\\\"tc-diff-tiddlers\\\">\\n\u003Ctbody>\\n\u003C$set name=\\\"sourceFields\\\" filter=\\\"[\u003C__sourceTiddlerTitle__>fields[]sort[]]\\\">\\n\u003C$set name=\\\"destFields\\\" filter=\\\"[\u003C__destSubTiddlerTitle__>subtiddlerfields\u003C__destTiddlerTitle__>sort[]]\\\">\\n\u003C$list filter=\\\"[enlist\u003CsourceFields>] [enlist\u003CdestFields>] -[enlist\u003C__exclude__>] +[sort[]]\\\" variable=\\\"fieldName\\\">\\n\u003Ctr>\\n\u003Cth>\\n\u003C$text text=\u003C\u003CfieldName>>/> \\n\u003C/th>\\n\u003Ctd>\\n\u003C$set name=\\\"source\\\" tiddler=\u003C\u003C__sourceTiddlerTitle__>> subtiddler=\u003C\u003C__sourceSubTiddlerTitle__>> field=\u003C\u003CfieldName>>>\\n\u003C$set name=\\\"dest\\\" tiddler=\u003C\u003C__destTiddlerTitle__>> subtiddler=\u003C\u003C__destSubTiddlerTitle__>> field=\u003C\u003CfieldName>>>\\n\u003C$diff-text source=\u003C\u003Csource>> dest=\u003C\u003Cdest>>>\\n\u003C/$diff-text>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/tbody>\\n\u003C/table>\\n\\\\end\\n\"},\"$:/core/macros/dumpvariables\":{\"title\":\"$:/core/macros/dumpvariables\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define dumpvariables()\\n\u003Cul>\\n\u003C$list filter=\\\"[variables[]]\\\" variable=\\\"varname\\\">\\n\u003Cli>\\n\u003Cstrong>\u003Ccode>\u003C$text text=\u003C\u003Cvarname>>/>\u003C/code>\u003C/strong>:\u003Cbr/>\\n\u003C$codeblock code={{{ [\u003Cvarname>getvariable[]] }}}/>\\n\u003C/li>\\n\u003C/$list>\\n\u003C/ul>\\n\\\\end\\n\"},\"$:/core/macros/export\":{\"title\":\"$:/core/macros/export\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define exportButtonFilename(baseFilename)\\n$baseFilename$$(extension)$\\n\\\\end\\n\\n\\\\define exportButton(exportFilter:\\\"[!is[system]sort[title]]\\\",lingoBase,baseFilename:\\\"tiddlers\\\")\\n\\\\whitespace trim\\n\u003C$vars hint={{{ [\u003C__lingoBase__>addsuffix[Hint]get[text]] }}} caption={{{ [\u003C__lingoBase__>addsuffix[Caption]get[text]] }}}>\\n\u003Cspan class=\\\"tc-popup-keep\\\">\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/export\\\">> tooltip=\u003C\u003Chint>> aria-label=\u003C\u003Ccaption>> class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\\\"tc-selected\\\">\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/export-button}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>match[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text=\u003C\u003Ccaption>>/>\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\u003C/span>\u003C/$vars>\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/export\\\">> type=\\\"popup\\\" position=\\\"below\\\" animate=\\\"yes\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$set name=\\\"count\\\" value={{{ [subfilter\u003C__exportFilter__>count[]] }}}>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\\\">\\n\u003C$list filter=\\\"[\u003CcurrentTiddler>has[condition]subfilter{!!condition}limit[1]] ~[\u003CcurrentTiddler>!has[condition]then[true]]\\\" variable=\\\"ignore\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\">\\n\u003C$action-sendmessage $message=\\\"tm-download-file\\\" $param=\u003C\u003CcurrentTiddler>> exportFilter=\u003C\u003C__exportFilter__>> filename={{{ [\u003C__baseFilename__>addsuffix{!!extension}] }}}/>\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Cqualify \\\"$:/state/popup/export\\\">>/>\\n\u003C$transclude field=\\\"description\\\"/>\\n\u003C/$button>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/div>\\n\u003C/$reveal>\\n\\\\end\\n\"},\"$:/core/macros/image-picker\":{\"title\":\"$:/core/macros/image-picker\",\"created\":\"20170715180840889\",\"modified\":\"20170715180914005\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define image-picker-thumbnail(actions)\\n\u003C$button tag=\\\"a\\\" tooltip=\\\"\\\"\\\"$(imageTitle)$\\\"\\\"\\\">\\n$actions$\\n\u003C$transclude tiddler=\u003C\u003CimageTitle>>/>\\n\u003C/$button>\\n\\\\end\\n\\n\\\\define image-picker-list(filter,actions)\\n\u003C$list filter=\\\"\\\"\\\"$filter$\\\"\\\"\\\" variable=\\\"imageTitle\\\">\\n\u003C$macrocall $name=\\\"image-picker-thumbnail\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define image-picker(actions,filter:\\\"[all[shadows+tiddlers]is[image]] -[type[application/pdf]] +[!has[draft.of]$subfilter$sort[title]]\\\",subfilter:\\\"\\\")\\n\u003Cdiv class=\\\"tc-image-chooser\\\">\\n\u003C$vars state-system=\u003C\u003Cqualify \\\"$:/state/image-picker/system\\\">>>\\n\u003C$checkbox tiddler=\u003C\u003Cstate-system>> field=\\\"text\\\" checked=\\\"show\\\" unchecked=\\\"hide\\\" default=\\\"hide\\\">\\n{{$:/language/SystemTiddlers/Include/Prompt}}\\n\u003C/$checkbox>\\n\u003C$reveal state=\u003C\u003Cstate-system>> type=\\\"match\\\" text=\\\"hide\\\" default=\\\"hide\\\" tag=\\\"div\\\">\\n\u003C$macrocall $name=\\\"image-picker-list\\\" filter=\\\"\\\"\\\"$filter$ +[!is[system]]\\\"\\\"\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\u003C/$reveal>\\n\u003C$reveal state=\u003C\u003Cstate-system>> type=\\\"nomatch\\\" text=\\\"hide\\\" default=\\\"hide\\\" tag=\\\"div\\\">\\n\u003C$macrocall $name=\\\"image-picker-list\\\" filter=\\\"\\\"\\\"$filter$\\\"\\\"\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\u003C/$reveal>\\n\u003C/$vars>\\n\u003C/div>\\n\\\\end\\n\\n\\\\define image-picker-include-tagged-images(actions)\\n\u003C$macrocall $name=\\\"image-picker\\\" filter=\\\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[!has[draft.of]sort[title]]\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\\\\end\\n\"},\"$:/core/macros/keyboard-driven-input\":{\"title\":\"$:/core/macros/keyboard-driven-input\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define change-input-tab(stateTitle,tag,beforeafter,defaultState,actions)\\n\u003C$set name=\\\"tabsList\\\" filter=\\\"[all[shadows+tiddlers]tag\u003C__tag__>!has[draft.of]]\\\">\\n\u003C$vars currentState={{{ [\u003C__stateTitle__>!is[missing]get[text]] ~[\u003C__defaultState__>] }}} firstTab={{{ [enlist\u003CtabsList>nth[1]] }}} lastTab={{{ [enlist\u003CtabsList>last[]] }}}>\\n\u003C$set name=\\\"nextTab\\\" value={{{ [all[shadows+tiddlers]tag\u003C__tag__>!has[draft.of]$beforeafter$\u003CcurrentState>] ~[[$beforeafter$]removeprefix[after]suffix[]addprefix\u003CfirstTab>] ~[[$beforeafter$]removeprefix[before]suffix[]addprefix\u003ClastTab>] }}}>\\n\u003C$action-setfield $tiddler=\u003C\u003C__stateTitle__>> text=\u003C\u003CnextTab>>/>\\n$actions$\\n\u003C/$set>\\n\u003C/$vars>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define keyboard-input-actions()\\n\u003C$list filter=\\\"[\u003C__index__>match[]]\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003C__storeTitle__>> text={{{ [\u003C__tiddler__>get\u003C__field__>] }}}/>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003C__index__>!match[]]\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003C__storeTitle__>> text={{{ [\u003C__tiddler__>getindex\u003C__index__>] }}}/>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define input-next-actions-inner()\\n\u003C$list filter=\\\"[\u003CnextItem>minlength[1]]\\\" variable=\\\"ignore\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003C__selectionStateTitle__>> text=\u003C\u003CnextItem>>/>\\n\u003C$list filter=\\\"[\u003C__index__>match[]]\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003C__tiddler__>> $field=\u003C\u003C__field__>> $value={{{ [\u003CnextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003C__index__>!match[]]\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003C__tiddler__>> $index=\u003C\u003C__index__>> $value={{{ [\u003CnextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\\n\u003C/$list>\\n\u003C$action-setfield $tiddler=\u003C\u003C__refreshTitle__>> text=\\\"yes\\\"/>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define input-next-actions(afterOrBefore:\\\"after\\\",reverse:\\\"\\\")\\n\u003C$list filter=\\\"[\u003C__storeTitle__>get[text]minlength\u003C__filterMinLength__>] [\u003C__filterMinLength__>match[0]] +[limit[1]]\\\" variable=\\\"ignore\\\">\\n\u003C$vars userInput={{{ [\u003C__storeTitle__>get[text]] }}} selectedItem={{{ [\u003C__selectionStateTitle__>get[text]] }}}>\\n\u003C$set name=\\\"configTiddler\\\" value={{{ [subfilter\u003C__configTiddlerFilter__>] }}}>\\n\u003C$vars primaryListFilter={{{ [\u003CconfigTiddler>get\u003C__firstSearchFilterField__>] }}} secondaryListFilter={{{ [\u003CconfigTiddler>get\u003C__secondSearchFilterField__>] }}}>\\n\u003C$set name=\\\"filteredList\\\" filter=\\\"[subfilter\u003CprimaryListFilter>addsuffix[-primaryList]] =[subfilter\u003CsecondaryListFilter>addsuffix[-secondaryList]]\\\">\\n\u003C$vars nextItem={{{ [enlist\u003CfilteredList>$afterOrBefore$\u003CselectedItem>] ~[enlist\u003CfilteredList>$reverse$nth[1]] }}} firstItem={{{ [enlist\u003CfilteredList>nth[1]] }}} lastItem={{{ [enlist\u003CfilteredList>last[]] }}}>\\n\u003C$list filter=\\\"[\u003CselectedItem>match\u003CfirstItem>!match\u003ClastItem>]\\\" variable=\\\"ignore\\\">\\n\u003C$set name=\\\"nextItem\\\" value={{{ [[$afterOrBefore$]match[before]then\u003CuserInput>addsuffix[-userInput]] ~[\u003CnextItem>] }}}>\\n\u003C\u003Cinput-next-actions-inner>>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003CselectedItem>match\u003ClastItem>!match\u003CfirstItem>]\\\" variable=\\\"ignore\\\">\\n\u003C$set name=\\\"nextItem\\\" value={{{ [[$afterOrBefore$]match[after]then\u003CuserInput>addsuffix[-userInput]] ~[\u003CnextItem>] }}}>\\n\u003C\u003Cinput-next-actions-inner>>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003CselectedItem>match\u003CfirstItem>match\u003ClastItem>]\\\" variable=\\\"ignore\\\">\\n\u003C$set name=\\\"nextItem\\\" value={{{ [\u003CuserInput>addsuffix[-userInput]] }}}>\\n\u003C\u003Cinput-next-actions-inner>>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003CselectedItem>!match\u003CfirstItem>!match\u003ClastItem>]\\\" variable=\\\"ignore\\\">\\n\u003C\u003Cinput-next-actions-inner>>\\n\u003C/$list>\\n\u003C/$vars>\\n\u003C/$set>\\n\u003C/$vars>\\n\u003C/$set>\\n\u003C/$vars>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define keyboard-driven-input(tiddler,storeTitle,field:\\\"text\\\",index:\\\"\\\",tag:\\\"input\\\",type,focus:\\\"\\\",inputAcceptActions,inputAcceptVariantActions,inputCancelActions,placeholder:\\\"\\\",default:\\\"\\\",class,focusPopup,rows,minHeight,tabindex,size,autoHeight,filterMinLength:\\\"0\\\",refreshTitle,selectionStateTitle,cancelPopups:\\\"\\\",configTiddlerFilter,firstSearchFilterField:\\\"first-search-filter\\\",secondSearchFilterField:\\\"second-search-filter\\\")\\n\\\\whitespace trim\\n\u003C$keyboard key=\\\"((input-accept))\\\" actions=\u003C\u003C__inputAcceptActions__>>>\\n\u003C$keyboard key=\\\"((input-accept-variant))\\\" actions=\u003C\u003C__inputAcceptVariantActions__>>>\\n\u003C$keyboard key=\\\"((input-up))\\\" actions=\u003C\u003Cinput-next-actions \\\"before\\\" \\\"reverse[]\\\">>>\\n\u003C$keyboard key=\\\"((input-down))\\\" actions=\u003C\u003Cinput-next-actions>>>\\n\u003C$keyboard key=\\\"((input-cancel))\\\" actions=\u003C\u003C__inputCancelActions__>>>\\n\u003C$edit-text tiddler=\u003C\u003C__tiddler__>> field=\u003C\u003C__field__>> index=\u003C\u003C__index__>> \\n\\t\\tinputActions=\u003C\u003Ckeyboard-input-actions>> tag=\u003C\u003C__tag__>> class=\u003C\u003C__class__>> \\n\\t\\tplaceholder=\u003C\u003C__placeholder__>> default=\u003C\u003C__default__>> focusPopup=\u003C\u003C__focusPopup__>> \\n\\t\\tfocus=\u003C\u003C__focus__>> type=\u003C\u003C__type__>> rows=\u003C\u003C__rows__>> minHeight=\u003C\u003C__minHeight__>> \\n\\t\\ttabindex=\u003C\u003C__tabindex__>> size=\u003C\u003C__size__>> autoHeight=\u003C\u003C__autoHeight__>> \\n\\t\\trefreshTitle=\u003C\u003C__refreshTitle__>> cancelPopups=\u003C\u003C__cancelPopups__>>/>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\u003C/$keyboard>\\n\\\\end\\n\"},\"$:/core/macros/lingo\":{\"title\":\"$:/core/macros/lingo\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define lingo-base()\\n$:/language/\\n\\\\end\\n\\n\\\\define lingo(title)\\n{{$(lingo-base)$$title$}}\\n\\\\end\\n\"},\"$:/core/macros/list\":{\"title\":\"$:/core/macros/list\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define list-links(filter,type:\\\"ul\\\",subtype:\\\"li\\\",class:\\\"\\\",emptyMessage)\\n\\\\whitespace trim\\n\u003C$type$ class=\\\"$class$\\\">\\n\u003C$list filter=\\\"$filter$\\\" emptyMessage=\u003C\u003C__emptyMessage__>>>\\n\u003C$subtype$>\\n\u003C$link to={{!!title}}>\\n\u003C$transclude field=\\\"caption\\\">\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/$transclude>\\n\u003C/$link>\\n\u003C/$subtype$>\\n\u003C/$list>\\n\u003C/$type$>\\n\\\\end\\n\\n\\\\define list-links-draggable-drop-actions()\\n\u003C$action-listops $tiddler=\u003C\u003CtargetTiddler>> $field=\u003C\u003CtargetField>> $subfilter=\\\"+[insertbefore:currentTiddler\u003CactionTiddler>]\\\"/>\\n\\\\end\\n\\n\\\\define list-links-draggable(tiddler,field:\\\"list\\\",type:\\\"ul\\\",subtype:\\\"li\\\",class:\\\"\\\",itemTemplate)\\n\\\\whitespace trim\\n\u003Cspan class=\\\"tc-links-draggable-list\\\">\\n\u003C$vars targetTiddler=\\\"\\\"\\\"$tiddler$\\\"\\\"\\\" targetField=\\\"\\\"\\\"$field$\\\"\\\"\\\">\\n\u003C$type$ class=\\\"$class$\\\">\\n\u003C$list filter=\\\"[list[$tiddler$!!$field$]]\\\">\\n\u003C$droppable actions=\u003C\u003Clist-links-draggable-drop-actions>> tag=\\\"\\\"\\\"$subtype$\\\"\\\"\\\" enable=\u003C\u003Ctv-enable-drag-and-drop>>>\\n\u003Cdiv class=\\\"tc-droppable-placeholder\\\"/>\\n\u003Cdiv>\\n\u003C$transclude tiddler=\\\"\\\"\\\"$itemTemplate$\\\"\\\"\\\">\\n\u003C$link to={{!!title}}>\\n\u003C$transclude field=\\\"caption\\\">\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/$transclude>\\n\u003C/$link>\\n\u003C/$transclude>\\n\u003C/div>\\n\u003C/$droppable>\\n\u003C/$list>\\n\u003C$tiddler tiddler=\\\"\\\">\\n\u003C$droppable actions=\u003C\u003Clist-links-draggable-drop-actions>> tag=\\\"div\\\" enable=\u003C\u003Ctv-enable-drag-and-drop>>>\\n\u003Cdiv class=\\\"tc-droppable-placeholder\\\">\\n{{$:/core/images/blank}}\\n\u003C/div>\\n\u003Cdiv style=\\\"height:0.5em;\\\"/>\\n\u003C/$droppable>\\n\u003C/$tiddler>\\n\u003C/$type$>\\n\u003C/$vars>\\n\u003C/span>\\n\\\\end\\n\\n\\\\define list-tagged-draggable-drop-actions(tag)\\n\u003C!-- Save the current ordering of the tiddlers with this tag -->\\n\u003C$set name=\\\"order\\\" filter=\\\"[\u003C__tag__>tagging[]]\\\">\\n\u003C!-- Remove any list-after or list-before fields from the tiddlers with this tag -->\\n\u003C$list filter=\\\"[\u003C__tag__>tagging[]]\\\">\\n\u003C$action-deletefield $field=\\\"list-before\\\"/>\\n\u003C$action-deletefield $field=\\\"list-after\\\"/>\\n\u003C/$list>\\n\u003C!-- Save the new order to the Tag Tiddler -->\\n\u003C$action-listops $tiddler=\u003C\u003C__tag__>> $field=\\\"list\\\" $filter=\\\"+[enlist\u003Corder>] +[insertbefore:currentTiddler\u003CactionTiddler>]\\\"/>\\n\u003C!-- Make sure the newly added item has the right tag -->\\n\u003C!-- Removing this line makes dragging tags within the dropdown work as intended -->\\n\u003C!--\u003C$action-listops $tiddler=\u003C\u003CactionTiddler>> $tags=\u003C\u003C__tag__>>/>-->\\n\u003C!-- Using the following 5 lines as replacement makes dragging titles from outside into the dropdown apply the tag -->\\n\u003C$list filter=\\\"[\u003CactionTiddler>!contains:tags\u003C__tag__>]\\\">\\n\u003C$fieldmangler tiddler=\u003C\u003CactionTiddler>>>\\n\u003C$action-sendmessage $message=\\\"tm-add-tag\\\" $param=\u003C\u003C__tag__>>/>\\n\u003C/$fieldmangler>\\n\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define list-tagged-draggable(tag,subFilter,emptyMessage,itemTemplate,elementTag:\\\"div\\\",storyview:\\\"\\\")\\n\\\\whitespace trim\\n\u003Cspan class=\\\"tc-tagged-draggable-list\\\">\\n\u003C$set name=\\\"tag\\\" value=\u003C\u003C__tag__>>>\\n\u003C$list filter=\\\"[\u003C__tag__>tagging[]$subFilter$]\\\" emptyMessage=\u003C\u003C__emptyMessage__>> storyview=\u003C\u003C__storyview__>>>\\n\u003C$elementTag$ class=\\\"tc-menu-list-item\\\">\\n\u003C$droppable actions=\\\"\\\"\\\"\u003C$macrocall $name=\\\"list-tagged-draggable-drop-actions\\\" tag=\u003C\u003C__tag__>>/>\\\"\\\"\\\" enable=\u003C\u003Ctv-enable-drag-and-drop>>>\\n\u003C$elementTag$ class=\\\"tc-droppable-placeholder\\\"/>\\n\u003C$elementTag$>\\n\u003C$transclude tiddler=\\\"\\\"\\\"$itemTemplate$\\\"\\\"\\\">\\n\u003C$link to={{!!title}}>\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/$link>\\n\u003C/$transclude>\\n\u003C/$elementTag$>\\n\u003C/$droppable>\\n\u003C/$elementTag$>\\n\u003C/$list>\\n\u003C$tiddler tiddler=\\\"\\\">\\n\u003C$droppable actions=\\\"\\\"\\\"\u003C$macrocall $name=\\\"list-tagged-draggable-drop-actions\\\" tag=\u003C\u003C__tag__>>/>\\\"\\\"\\\" enable=\u003C\u003Ctv-enable-drag-and-drop>>>\\n\u003C$elementTag$ class=\\\"tc-droppable-placeholder\\\"/>\\n\u003C$elementTag$ style=\\\"height:0.5em;\\\">\\n\u003C/$elementTag$>\\n\u003C/$droppable>\\n\u003C/$tiddler>\\n\u003C/$set>\\n\u003C/span>\\n\\\\end\\n\"},\"$:/core/macros/tabs\":{\"title\":\"$:/core/macros/tabs\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define tabs(tabsList,default,state:\\\"$:/state/tab\\\",class,template,buttonTemplate,retain,actions,explicitState)\\n\u003C$set name=\\\"qualifiedState\\\" value=\u003C\u003Cqualify \\\"$state$\\\">>>\\n\u003C$vars tabsState={{{ [\u003C__explicitState__>minlength[1]] ~[\u003CqualifiedState>] }}}>\\n\u003Cdiv class=\\\"tc-tab-set $class$\\\">\\n\u003Cdiv class=\\\"tc-tab-buttons $class$\\\">\\n\u003C$list filter=\\\"$tabsList$\\\" variable=\\\"currentTab\\\" storyview=\\\"pop\\\">\u003C$set name=\\\"save-currentTiddler\\\" value=\u003C\u003CcurrentTiddler>>>\u003C$tiddler tiddler=\u003C\u003CcurrentTab>>>\u003C$button set=\u003C\u003CtabsState>> setTo=\u003C\u003CcurrentTab>> default=\\\"$default$\\\" selectedClass=\\\"tc-tab-selected\\\" tooltip={{!!tooltip}}>\\n\u003C$tiddler tiddler=\u003C\u003Csave-currentTiddler>>>\\n\u003C$set name=\\\"tv-wikilinks\\\" value=\\\"no\\\">\\n\u003C$transclude tiddler=\\\"$buttonTemplate$\\\" mode=\\\"inline\\\">\\n\u003C$transclude tiddler=\u003C\u003CcurrentTab>> field=\\\"caption\\\">\\n\u003C$macrocall $name=\\\"currentTab\\\" $type=\\\"text/plain\\\" $output=\\\"text/plain\\\"/>\\n\u003C/$transclude>\\n\u003C/$transclude>\\n\u003C/$set>\u003C/$tiddler>$actions$\u003C/$button>\u003C/$tiddler>\u003C/$set>\u003C/$list>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-tab-divider $class$\\\"/>\\n\u003Cdiv class=\\\"tc-tab-content $class$\\\">\\n\u003C$list filter=\\\"$tabsList$\\\" variable=\\\"currentTab\\\">\\n\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CtabsState>> text=\u003C\u003CcurrentTab>> default=\\\"$default$\\\" retain=\\\"\\\"\\\"$retain$\\\"\\\"\\\">\\n\\n\u003C$transclude tiddler=\\\"$template$\\\" mode=\\\"block\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003CcurrentTab>> mode=\\\"block\\\"/>\\n\\n\u003C/$transclude>\\n\\n\u003C/$reveal>\\n\\n\u003C/$list>\\n\u003C/div>\\n\u003C/div>\\n\u003C/$vars>\\n\u003C/$set>\\n\\\\end\\n\"},\"$:/core/macros/tag-picker\":{\"title\":\"$:/core/macros/tag-picker\",\"tags\":\"$:/tags/Macro\",\"first-search-filter\":\"[tags[]!is[system]search:title\u003CuserInput>sort[]]\",\"second-search-filter\":\"[tags[]is[system]search:title\u003CuserInput>sort[]]\",\"text\":\"\\\\define get-tagpicker-focus-selector() [data-tiddler-title=\\\"$(currentTiddlerCSSEscaped)$\\\"] .tc-add-tag-name input\\n\\n\\\\define delete-tag-state-tiddlers() \u003C$action-deletetiddler $filter=\\\"[\u003CnewTagNameTiddler>] [\u003CstoreTitle>] [\u003CtagSelectionState>]\\\"/>\\n\\n\\\\define add-tag-actions(actions,tagField:\\\"tags\\\")\\n\u003C$set name=\\\"tag\\\" value={{{ [\u003C__tiddler__>get[text]] }}}>\\n\u003C$list filter=\\\"[\u003CsaveTiddler>!contains:$tagField$\u003Ctag>!match[]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\\\"\\\"\\n\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003C__tagField__>> $subfilter=\\\"-[\u003Ctag>]\\\"/>\\n\\\"\\\"\\\">\\n\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003C__tagField__>> $subfilter=\\\"[\u003Ctag>]\\\"/>\\n$actions$\\n\u003C/$list>\\n\u003C/$set>\\n\u003C\u003Cdelete-tag-state-tiddlers>>\\n\u003C$action-setfield $tiddler=\u003C\u003CrefreshTitle>> text=\\\"yes\\\"/>\\n\\\\end\\n\\n\\\\define clear-tags-actions-inner()\\n\u003C$list filter=\\\"[\u003CstoreTitle>has[text]] [\u003CnewTagNameTiddler>has[text]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\\\"\\\"\u003C\u003Ccancel-delete-tiddler-actions \\\"cancel\\\">>\\\"\\\"\\\">\\n\u003C\u003Cdelete-tag-state-tiddlers>>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define clear-tags-actions()\\n\u003C$set name=\\\"userInput\\\" value={{{ [\u003CstoreTitle>get[text]] }}}>\\n\u003C$list filter=\\\"[\u003CnewTagNameTiddler>get[text]!match\u003CuserInput>]\\\" emptyMessage=\\\"\\\"\\\"\u003C\u003Cclear-tags-actions-inner>>\\\"\\\"\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003CnewTagNameTiddler>> text=\u003C\u003CuserInput>>/>\u003C$action-setfield $tiddler=\u003C\u003CrefreshTitle>> text=\\\"yes\\\"/>\\n\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define tag-picker-inner(actions,tagField:\\\"tags\\\")\\n\\\\whitespace trim\\n\u003C$vars newTagNameInputTiddlerQualified=\u003C\u003Cqualify \\\"$:/temp/NewTagName/input\\\">> newTagNameSelectionTiddlerQualified=\u003C\u003Cqualify \\\"$:/temp/NewTagName/selected-item\\\">> fallbackTarget={{$(palette)$##tag-background}} colourA={{$(palette)$##foreground}} colourB={{$(palette)$##background}}>\\n\u003C$vars storeTitle={{{ [\u003CnewTagNameInputTiddler>!match[]] ~[\u003CnewTagNameInputTiddlerQualified>] }}} tagSelectionState={{{ [\u003CnewTagNameSelectionTiddler>!match[]] ~[\u003CnewTagNameSelectionTiddlerQualified>] }}}>\\n\u003C$vars refreshTitle=\u003C\u003Cqualify \\\"$:/temp/NewTagName/refresh\\\">> nonSystemTagsFilter=\\\"[tags[]!is[system]search:title\u003CuserInput>sort[]]\\\" systemTagsFilter=\\\"[tags[]is[system]search:title\u003CuserInput>sort[]]\\\">\\n\u003Cdiv class=\\\"tc-edit-add-tag\\\">\\n\u003Cdiv>\\n\u003Cspan class=\\\"tc-add-tag-name tc-small-gap-right\\\">\\n\u003C$macrocall $name=\\\"keyboard-driven-input\\\" tiddler=\u003C\u003CnewTagNameTiddler>> storeTitle=\u003C\u003CstoreTitle>> refreshTitle=\u003C\u003CrefreshTitle>>\\n\\t\\tselectionStateTitle=\u003C\u003CtagSelectionState>> inputAcceptActions=\\\"\\\"\\\"\u003C$macrocall $name=\\\"add-tag-actions\\\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>>/>\\\"\\\"\\\"\\n\\t\\tinputCancelActions=\u003C\u003Cclear-tags-actions>> tag=\\\"input\\\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}}\\n\\t\\tfocusPopup=\u003C\u003Cqualify \\\"$:/state/popup/tags-auto-complete\\\">> class=\\\"tc-edit-texteditor tc-popup-handle\\\" tabindex=\u003C\u003CtabIndex>> \\n\\t\\tfocus={{{ [{$:/config/AutoFocus}match[tags]then[true]] ~[[false]] }}} filterMinLength={{$:/config/Tags/MinLength}} \\n\\t\\tcancelPopups=\u003C\u003CcancelPopups>> configTiddlerFilter=\\\"[[$:/core/macros/tag-picker]]\\\"/>\\n\u003C/span>\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/tags-auto-complete\\\">> class=\\\"tc-btn-invisible tc-btn-dropdown\\\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}\u003C/$button>\u003C$reveal state=\u003C\u003CstoreTitle>> type=\\\"nomatch\\\" text=\\\"\\\">\u003C$button class=\\\"tc-btn-invisible tc-small-gap tc-btn-dropdown\\\" tooltip={{$:/language/EditTemplate/Tags/ClearInput/Hint}} aria-label={{$:/language/EditTemplate/Tags/ClearInput/Caption}}>{{$:/core/images/close-button}}\u003C\u003Cdelete-tag-state-tiddlers>>\u003C/$button>\u003C/$reveal>\u003Cspan class=\\\"tc-add-tag-button tc-small-gap-left\\\">\\n\u003C$set name=\\\"tag\\\" value={{{ [\u003CnewTagNameTiddler>get[text]] }}}>\\n\u003C$button set=\u003C\u003CnewTagNameTiddler>> setTo=\\\"\\\" class=\\\"\\\">\\n\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003C__tagField__>> $subfilter=\\\"[\u003Ctag>]\\\"/>\\n$actions$\\n\u003C$set name=\\\"currentTiddlerCSSEscaped\\\" value={{{ [\u003CsaveTiddler>escapecss[]] }}}>\\n\u003C\u003Cdelete-tag-state-tiddlers>>\u003C$action-sendmessage $message=\\\"tm-focus-selector\\\" $param=\u003C\u003Cget-tagpicker-focus-selector>>/>\\n\u003C/$set>\\n{{$:/language/EditTemplate/Tags/Add/Button}}\\n\u003C/$button>\\n\u003C/$set>\\n\u003C/span>\\n\u003C/div>\\n\u003Cdiv class=\\\"tc-block-dropdown-wrapper\\\">\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/tags-auto-complete\\\">> type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\">\\n\u003Cdiv class=\\\"tc-block-dropdown tc-block-tags-dropdown\\\">\\n\u003C$set name=\\\"userInput\\\" value={{{ [\u003CstoreTitle>get[text]] }}}>\\n\u003C$list filter=\\\"[\u003CuserInput>minlength{$:/config/Tags/MinLength}limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\u003Cdiv class=\\\"tc-search-results\\\">{{$:/language/Search/Search/TooShort}}\u003C/div>\\\"\\\"\\\" variable=\\\"listItem\\\">\\n\u003C$list filter=\u003C\u003CnonSystemTagsFilter>> variable=\\\"tag\\\">\\n\u003C$list filter=\\\"[\u003Ctag>addsuffix[-primaryList]] -[\u003CtagSelectionState>get[text]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$vars button-classes=\\\"tc-btn-invisible tc-tag-button-selected\\\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\\\"\\\"\\\">\\n\u003C$vars button-classes=\\\"tc-btn-invisible\\\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\\n\u003C/$list>\\n\u003C/$list>\u003C/$list>\\n\u003Chr>\\n\u003C$list filter=\\\"[\u003CuserInput>minlength{$:/config/Tags/MinLength}limit[1]]\\\" emptyMessage=\\\"\\\"\\\"\u003Cdiv class=\\\"tc-search-results\\\">{{$:/language/Search/Search/TooShort}}\u003C/div>\\\"\\\"\\\" variable=\\\"listItem\\\">\\n\u003C$list filter=\u003C\u003CsystemTagsFilter>> variable=\\\"tag\\\">\\n\u003C$list filter=\\\"[\u003Ctag>addsuffix[-secondaryList]] -[\u003CtagSelectionState>get[text]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$vars button-classes=\\\"tc-btn-invisible tc-tag-button-selected\\\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\\\"\\\"\\\">\\n\u003C$vars button-classes=\\\"tc-btn-invisible\\\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\\n\u003C/$list>\\n\u003C/$list>\u003C/$list>\\n\u003C/$set>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/div>\\n\u003C/div>\\n\u003C/$vars>\\n\u003C/$vars>\\n\u003C/$vars>\\n\\\\end\\n\\\\define tag-picker(actions,tagField:\\\"tags\\\")\\n\\\\whitespace trim\\n\u003C$vars saveTiddler=\u003C\u003CcurrentTiddler>> palette={{$:/palette}}>\\n\u003C$list filter=\\\"[\u003CnewTagNameTiddler>match[]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$macrocall $name=\\\"tag-picker-inner\\\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>>/>\\\"\\\"\\\">\\n\u003C$set name=\\\"newTagNameTiddler\\\" value=\u003C\u003Cqualify \\\"$:/temp/NewTagName\\\">>>\\n\u003C$macrocall $name=\\\"tag-picker-inner\\\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>>/>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$vars>\\n\\\\end\\n\"},\"$:/core/macros/tag\":{\"title\":\"$:/core/macros/tag\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define tag-pill-styles()\\nbackground-color:$(backgroundColor)$;\\nfill:$(foregroundColor)$;\\ncolor:$(foregroundColor)$;\\n\\\\end\\n\\n\\\\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)\\n\u003C$vars foregroundColor=\u003C\u003Ccontrastcolour target:\\\"\\\"\\\"$colour$\\\"\\\"\\\" fallbackTarget:\\\"\\\"\\\"$fallbackTarget$\\\"\\\"\\\" colourA:\\\"\\\"\\\"$colourA$\\\"\\\"\\\" colourB:\\\"\\\"\\\"$colourB$\\\"\\\"\\\">> backgroundColor=\\\"\\\"\\\"$colour$\\\"\\\"\\\">\\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\\\" />\\n\u003C/$element-tag$>\\n\u003C/$vars>\\n\\\\end\\n\\n\\\\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)\\n\u003C$macrocall $name=\\\"tag-pill-inner\\\" tag=\u003C\u003C__tag__>> icon=\\\"\\\"\\\"$icon$\\\"\\\"\\\" colour=\\\"\\\"\\\"$colour$\\\"\\\"\\\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} element-tag=\\\"\\\"\\\"$element-tag$\\\"\\\"\\\" element-attributes=\\\"\\\"\\\"$element-attributes$\\\"\\\"\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\\\\end\\n\\n\\\\define tag-pill(tag,element-tag:\\\"span\\\",element-attributes:\\\"\\\",actions:\\\"\\\")\\n\u003Cspan class=\\\"tc-tag-list-item\\\" data-tag-title=\u003C\u003C__tag__>>>\\n\u003C$macrocall $name=\\\"tag-pill-body\\\" tag=\u003C\u003C__tag__>> icon={{{ [\u003C__tag__>get[icon]] }}} colour={{{ [\u003C__tag__>get[color]] }}} palette={{$:/palette}} element-tag=\\\"\\\"\\\"$element-tag$\\\"\\\"\\\" element-attributes=\\\"\\\"\\\"$element-attributes$\\\"\\\"\\\" actions=\\\"\\\"\\\"$actions$\\\"\\\"\\\"/>\\n\u003C/span>\\n\\\\end\\n\\n\\\\define tag(tag)\\n{{$tag$||$:/core/ui/TagTemplate}}\\n\\\\end\\n\"},\"$:/core/macros/thumbnails\":{\"title\":\"$:/core/macros/thumbnails\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define thumbnail(link,icon,color,background-color,image,caption,width:\\\"280\\\",height:\\\"157\\\")\\n\u003C$link to=\\\"\\\"\\\"$link$\\\"\\\"\\\">\u003Cdiv class=\\\"tc-thumbnail-wrapper\\\">\\n\u003Cdiv class=\\\"tc-thumbnail-image\\\" style=\\\"width:$width$px;height:$height$px;\\\">\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" default=\\\"\\\"\\\"$image$\\\"\\\"\\\" tag=\\\"div\\\" style=\\\"width:$width$px;height:$height$px;\\\">\\n[img[$image$]]\\n\u003C/$reveal>\u003C$reveal type=\\\"match\\\" text=\\\"\\\" default=\\\"\\\"\\\"$image$\\\"\\\"\\\" tag=\\\"div\\\" class=\\\"tc-thumbnail-background\\\" style=\\\"width:$width$px;height:$height$px;background-color:$background-color$;\\\">\u003C/$reveal>\u003C/div>\u003Cdiv class=\\\"tc-thumbnail-icon\\\" style=\\\"fill:$color$;color:$color$;\\\">\\n$icon$\\n\u003C/div>\u003Cdiv class=\\\"tc-thumbnail-caption\\\">\\n$caption$\\n\u003C/div>\\n\u003C/div>\u003C/$link>\\n\\\\end\\n\\n\\\\define thumbnail-right(link,icon,color,background-color,image,caption,width:\\\"280\\\",height:\\\"157\\\")\\n\u003Cdiv class=\\\"tc-thumbnail-right-wrapper\\\">\u003C\u003Cthumbnail \\\"\\\"\\\"$link$\\\"\\\"\\\" \\\"\\\"\\\"$icon$\\\"\\\"\\\" \\\"\\\"\\\"$color$\\\"\\\"\\\" \\\"\\\"\\\"$background-color$\\\"\\\"\\\" \\\"\\\"\\\"$image$\\\"\\\"\\\" \\\"\\\"\\\"$caption$\\\"\\\"\\\" \\\"\\\"\\\"$width$\\\"\\\"\\\" \\\"\\\"\\\"$height$\\\"\\\"\\\">>\u003C/div>\\n\\\\end\\n\\n\\\\define list-thumbnails(filter,width:\\\"280\\\",height:\\\"157\\\")\\n\u003C$list filter=\\\"\\\"\\\"$filter$\\\"\\\"\\\">\u003C$macrocall $name=\\\"thumbnail\\\" link={{!!link}} icon={{!!icon}} color={{!!color}} background-color={{!!background-color}} image={{!!image}} caption={{!!caption}} width=\\\"\\\"\\\"$width$\\\"\\\"\\\" height=\\\"\\\"\\\"$height$\\\"\\\"\\\"/>\u003C/$list>\\n\\\\end\\n\"},\"$:/core/macros/timeline\":{\"title\":\"$:/core/macros/timeline\",\"created\":\"20141212105914482\",\"modified\":\"20141212110330815\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define timeline-title()\\n\\\\whitespace trim\\n\u003C!-- Override this macro with a global macro \\n of the same name if you need to change \\n how titles are displayed on the timeline \\n -->\\n\u003C$view field=\\\"title\\\"/>\\n\\\\end\\n\\\\define timeline(limit:\\\"100\\\",format:\\\"DDth MMM YYYY\\\",subfilter:\\\"\\\",dateField:\\\"modified\\\")\\n\u003Cdiv class=\\\"tc-timeline\\\">\\n\u003C$list filter=\\\"[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]\\\">\\n\u003Cdiv class=\\\"tc-menu-list-item\\\">\\n\u003C$view field=\\\"$dateField$\\\" format=\\\"date\\\" template=\\\"$format$\\\"/>\\n\u003C$list filter=\\\"[sameday:$dateField${!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]\\\">\\n\u003Cdiv class=\\\"tc-menu-list-subitem\\\">\\n\u003C$link to={{!!title}}>\u003C\u003Ctimeline-title>>\u003C/$link>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$list>\\n\u003C/div>\\n\\\\end\\n\"},\"$:/core/macros/toc\":{\"title\":\"$:/core/macros/toc\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define toc-caption()\\n\u003C$set name=\\\"tv-wikilinks\\\" value=\\\"no\\\">\\n \u003C$transclude field=\\\"caption\\\">\\n \u003C$view field=\\\"title\\\"/>\\n \u003C/$transclude>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define toc-body(tag,sort:\\\"\\\",itemClassFilter,exclude,path)\\n\u003Col class=\\\"tc-toc\\\">\\n \u003C$list filter=\\\"\\\"\\\"[all[shadows+tiddlers]tag\u003C__tag__>!has[draft.of]$sort$] -[\u003C__tag__>] -[enlist\u003C__exclude__>]\\\"\\\"\\\">\\n \u003C$vars item=\u003C\u003CcurrentTiddler>> path={{{ [\u003C__path__>addsuffix[/]addsuffix\u003C__tag__>] }}}>\\n \u003C$set name=\\\"excluded\\\" filter=\\\"\\\"\\\"[enlist\u003C__exclude__>] [\u003C__tag__>]\\\"\\\"\\\">\\n \u003C$set name=\\\"toc-item-class\\\" filter=\u003C\u003C__itemClassFilter__>> emptyValue=\\\"toc-item-selected\\\" value=\\\"toc-item\\\">\\n \u003Cli class=\u003C\u003Ctoc-item-class>>>\\n \u003C$list filter=\\\"[all[current]toc-link[no]]\\\" emptyMessage=\\\"\u003C$link to={{{ [\u003CcurrentTiddler>get[target]else\u003CcurrentTiddler>] }}}>\u003C$view field='caption'>\u003C$view field='title'/>\u003C/$view>\u003C/$link>\\\">\\n \u003C\u003Ctoc-caption>>\\n \u003C/$list>\\n \u003C$macrocall $name=\\\"toc-body\\\" tag=\u003C\u003Citem>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> exclude=\u003C\u003Cexcluded>> path=\u003C\u003Cpath>>/>\\n \u003C/li>\\n \u003C/$set>\\n \u003C/$set>\\n \u003C/$vars>\\n \u003C/$list>\\n\u003C/ol>\\n\\\\end\\n\\n\\\\define toc(tag,sort:\\\"\\\",itemClassFilter:\\\"\\\")\\n\u003C$macrocall $name=\\\"toc-body\\\" tag=\u003C\u003C__tag__>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> />\\n\\\\end\\n\\n\\\\define toc-linked-expandable-body(tag,sort:\\\"\\\",itemClassFilter,exclude,path)\\n\u003C!-- helper function -->\\n\u003C$qualify name=\\\"toc-state\\\" title={{{ [[$:/state/toc]addsuffix\u003C__path__>addsuffix[-]addsuffix\u003CcurrentTiddler>] }}}>\\n \u003C$set name=\\\"toc-item-class\\\" filter=\u003C\u003C__itemClassFilter__>> emptyValue=\\\"toc-item-selected\\\" value=\\\"toc-item\\\">\\n \u003Cli class=\u003C\u003Ctoc-item-class>>>\\n \u003C$link to={{{ [\u003CcurrentTiddler>get[target]else\u003CcurrentTiddler>] }}}>\\n \u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"open\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/right-arrow}}\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"close\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/down-arrow}}\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C\u003Ctoc-caption>>\\n \u003C/$link>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$macrocall $name=\\\"toc-expandable\\\" tag=\u003C\u003CcurrentTiddler>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> exclude=\u003C\u003C__exclude__>> path=\u003C\u003C__path__>>/>\\n \u003C/$reveal>\\n \u003C/li>\\n \u003C/$set>\\n\u003C/$qualify>\\n\\\\end\\n\\n\\\\define toc-unlinked-expandable-body(tag,sort:\\\"\\\",itemClassFilter,exclude,path)\\n\u003C!-- helper function -->\\n\u003C$qualify name=\\\"toc-state\\\" title={{{ [[$:/state/toc]addsuffix\u003C__path__>addsuffix[-]addsuffix\u003CcurrentTiddler>] }}}>\\n \u003C$set name=\\\"toc-item-class\\\" filter=\u003C\u003C__itemClassFilter__>> emptyValue=\\\"toc-item-selected\\\" value=\\\"toc-item\\\">\\n \u003Cli class=\u003C\u003Ctoc-item-class>>>\\n \u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"open\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/right-arrow}}\\n \u003C\u003Ctoc-caption>>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"close\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/down-arrow}}\\n \u003C\u003Ctoc-caption>>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$macrocall $name=\\\"toc-expandable\\\" tag=\u003C\u003CcurrentTiddler>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> exclude=\u003C\u003C__exclude__>> path=\u003C\u003C__path__>>/>\\n \u003C/$reveal>\\n \u003C/li>\\n \u003C/$set>\\n\u003C/$qualify>\\n\\\\end\\n\\n\\\\define toc-expandable-empty-message()\\n\u003C$macrocall $name=\\\"toc-linked-expandable-body\\\" tag=\u003C\u003Ctag>> sort=\u003C\u003Csort>> itemClassFilter=\u003C\u003CitemClassFilter>> exclude=\u003C\u003Cexcluded>> path=\u003C\u003Cpath>>/>\\n\\\\end\\n\\n\\\\define toc-expandable(tag,sort:\\\"\\\",itemClassFilter:\\\"\\\",exclude,path)\\n\u003C$vars tag=\u003C\u003C__tag__>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> path={{{ [\u003C__path__>addsuffix[/]addsuffix\u003C__tag__>] }}}>\\n \u003C$set name=\\\"excluded\\\" filter=\\\"\\\"\\\"[enlist\u003C__exclude__>] [\u003C__tag__>]\\\"\\\"\\\">\\n \u003Col class=\\\"tc-toc toc-expandable\\\">\\n \u003C$list filter=\\\"\\\"\\\"[all[shadows+tiddlers]tag\u003C__tag__>!has[draft.of]$sort$] -[\u003C__tag__>] -[enlist\u003C__exclude__>]\\\"\\\"\\\">\\n \u003C$list filter=\\\"[all[current]toc-link[no]]\\\" emptyMessage=\u003C\u003Ctoc-expandable-empty-message>> >\\n \u003C$macrocall $name=\\\"toc-unlinked-expandable-body\\\" tag=\u003C\u003C__tag__>> sort=\u003C\u003C__sort__>> itemClassFilter=\\\"\\\"\\\"itemClassFilter\\\"\\\"\\\" exclude=\u003C\u003Cexcluded>> path=\u003C\u003Cpath>> />\\n \u003C/$list>\\n \u003C/$list>\\n \u003C/ol>\\n \u003C/$set>\\n\u003C/$vars>\\n\\\\end\\n\\n\\\\define toc-linked-selective-expandable-body(tag,sort:\\\"\\\",itemClassFilter,exclude,path)\\n\u003C$qualify name=\\\"toc-state\\\" title={{{ [[$:/state/toc]addsuffix\u003C__path__>addsuffix[-]addsuffix\u003CcurrentTiddler>] }}}>\\n \u003C$set name=\\\"toc-item-class\\\" filter=\u003C\u003C__itemClassFilter__>> emptyValue=\\\"toc-item-selected\\\" value=\\\"toc-item\\\" >\\n \u003Cli class=\u003C\u003Ctoc-item-class>>>\\n \u003C$link to={{{ [\u003CcurrentTiddler>get[target]else\u003CcurrentTiddler>] }}}>\\n \u003C$list filter=\\\"[all[current]tagging[]$sort$limit[1]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\u003C$button class='tc-btn-invisible'>{{$:/core/images/blank}}\u003C/$button>\\\">\\n \u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"open\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/right-arrow}}\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"close\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/down-arrow}}\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C/$list>\\n \u003C\u003Ctoc-caption>>\\n \u003C/$link>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$macrocall $name=\\\"toc-selective-expandable\\\" tag=\u003C\u003CcurrentTiddler>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> exclude=\u003C\u003C__exclude__>> path=\u003C\u003C__path__>>/>\\n \u003C/$reveal>\\n \u003C/li>\\n \u003C/$set>\\n\u003C/$qualify>\\n\\\\end\\n\\n\\\\define toc-unlinked-selective-expandable-body(tag,sort:\\\"\\\",itemClassFilter,exclude,path)\\n\u003C$qualify name=\\\"toc-state\\\" title={{{ [[$:/state/toc]addsuffix\u003C__path__>addsuffix[-]addsuffix\u003CcurrentTiddler>] }}}>\\n \u003C$set name=\\\"toc-item-class\\\" filter=\u003C\u003C__itemClassFilter__>> emptyValue=\\\"toc-item-selected\\\" value=\\\"toc-item\\\">\\n \u003Cli class=\u003C\u003Ctoc-item-class>>>\\n \u003C$list filter=\\\"[all[current]tagging[]$sort$limit[1]]\\\" variable=\\\"ignore\\\" emptyMessage=\\\"\u003C$button class='tc-btn-invisible'>{{$:/core/images/blank}}\u003C/$button> \u003C$view field='caption'>\u003C$view field='title'/>\u003C/$view>\\\">\\n \u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"open\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/right-arrow}}\\n \u003C\u003Ctoc-caption>>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$button setTitle=\u003C\u003Ctoc-state>> setTo=\\\"close\\\" class=\\\"tc-btn-invisible tc-popup-keep\\\">\\n {{$:/core/images/down-arrow}}\\n \u003C\u003Ctoc-caption>>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C/$list>\\n \u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Ctoc-state>> text=\\\"open\\\">\\n \u003C$macrocall $name=\\\"toc-selective-expandable\\\" tag=\u003C\u003CcurrentTiddler>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> exclude=\u003C\u003C__exclude__>> path=\u003C\u003C__path__>>/>\\n \u003C/$reveal>\\n \u003C/li>\\n \u003C/$set>\\n\u003C/$qualify>\\n\\\\end\\n\\n\\\\define toc-selective-expandable-empty-message()\\n\u003C$macrocall $name=\\\"toc-linked-selective-expandable-body\\\" tag=\u003C\u003Ctag>> sort=\u003C\u003Csort>> itemClassFilter=\u003C\u003CitemClassFilter>> exclude=\u003C\u003Cexcluded>> path=\u003C\u003Cpath>>/>\\n\\\\end\\n\\n\\\\define toc-selective-expandable(tag,sort:\\\"\\\",itemClassFilter,exclude,path)\\n\u003C$vars tag=\u003C\u003C__tag__>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> path={{{ [\u003C__path__>addsuffix[/]addsuffix\u003C__tag__>] }}}>\\n \u003C$set name=\\\"excluded\\\" filter=\\\"\\\"\\\"[enlist\u003C__exclude__>] [\u003C__tag__>]\\\"\\\"\\\">\\n \u003Col class=\\\"tc-toc toc-selective-expandable\\\">\\n \u003C$list filter=\\\"\\\"\\\"[all[shadows+tiddlers]tag\u003C__tag__>!has[draft.of]$sort$] -[\u003C__tag__>] -[enlist\u003C__exclude__>]\\\"\\\"\\\">\\n \u003C$list filter=\\\"[all[current]toc-link[no]]\\\" variable=\\\"ignore\\\" emptyMessage=\u003C\u003Ctoc-selective-expandable-empty-message>> >\\n \u003C$macrocall $name=\\\"toc-unlinked-selective-expandable-body\\\" tag=\u003C\u003C__tag__>> sort=\u003C\u003C__sort__>> itemClassFilter=\u003C\u003C__itemClassFilter__>> exclude=\u003C\u003Cexcluded>> path=\u003C\u003Cpath>>/>\\n \u003C/$list>\\n \u003C/$list>\\n \u003C/ol>\\n \u003C/$set>\\n\u003C/$vars>\\n\\\\end\\n\\n\\\\define toc-tabbed-external-nav(tag,sort:\\\"\\\",selectedTiddler:\\\"$:/temp/toc/selectedTiddler\\\",unselectedText,missingText,template:\\\"\\\")\\n\u003C$tiddler tiddler={{{ [\u003C__selectedTiddler__>get[text]] }}}>\\n \u003Cdiv class=\\\"tc-tabbed-table-of-contents\\\">\\n \u003C$linkcatcher to=\u003C\u003C__selectedTiddler__>>>\\n \u003Cdiv class=\\\"tc-table-of-contents\\\">\\n \u003C$macrocall $name=\\\"toc-selective-expandable\\\" tag=\u003C\u003C__tag__>> sort=\u003C\u003C__sort__>> itemClassFilter=\\\"[all[current]] -[\u003C__selectedTiddler__>get[text]]\\\"/>\\n \u003C/div>\\n \u003C/$linkcatcher>\\n \u003Cdiv class=\\\"tc-tabbed-table-of-contents-content\\\">\\n \u003C$reveal stateTitle=\u003C\u003C__selectedTiddler__>> type=\\\"nomatch\\\" text=\\\"\\\">\\n \u003C$transclude mode=\\\"block\\\" tiddler=\u003C\u003C__template__>>>\\n \u003Ch1>\u003C\u003Ctoc-caption>>\u003C/h1>\\n \u003C$transclude mode=\\\"block\\\">$missingText$\u003C/$transclude>\\n \u003C/$transclude>\\n \u003C/$reveal>\\n \u003C$reveal stateTitle=\u003C\u003C__selectedTiddler__>> type=\\\"match\\\" text=\\\"\\\">\\n $unselectedText$\\n \u003C/$reveal>\\n \u003C/div>\\n \u003C/div>\\n\u003C/$tiddler>\\n\\\\end\\n\\n\\\\define toc-tabbed-internal-nav(tag,sort:\\\"\\\",selectedTiddler:\\\"$:/temp/toc/selectedTiddler\\\",unselectedText,missingText,template:\\\"\\\")\\n\u003C$linkcatcher to=\u003C\u003C__selectedTiddler__>>>\\n \u003C$macrocall $name=\\\"toc-tabbed-external-nav\\\" tag=\u003C\u003C__tag__>> sort=\u003C\u003C__sort__>> selectedTiddler=\u003C\u003C__selectedTiddler__>> unselectedText=\u003C\u003C__unselectedText__>> missingText=\u003C\u003C__missingText__>> template=\u003C\u003C__template__>>/>\\n\u003C/$linkcatcher>\\n\\\\end\\n\\n\"},\"$:/core/macros/translink\":{\"title\":\"$:/core/macros/translink\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define translink(title,mode:\\\"block\\\")\\n\u003Cdiv style=\\\"border:1px solid #ccc; padding: 0.5em; background: black; foreground; white;\\\">\\n\u003C$link to=\\\"\\\"\\\"$title$\\\"\\\"\\\">\\n\u003C$text text=\\\"\\\"\\\"$title$\\\"\\\"\\\"/>\\n\u003C/$link>\\n\u003Cdiv style=\\\"border:1px solid #ccc; padding: 0.5em; background: white; foreground; black;\\\">\\n\u003C$transclude tiddler=\\\"\\\"\\\"$title$\\\"\\\"\\\" mode=\\\"$mode$\\\">\\n\\\"\u003C$text text=\\\"\\\"\\\"$title$\\\"\\\"\\\"/>\\\" is missing\\n\u003C/$transclude>\\n\u003C/div>\\n\u003C/div>\\n\\\\end\\n\"},\"$:/core/macros/tree\":{\"title\":\"$:/core/macros/tree\",\"tags\":\"$:/tags/Macro\",\"text\":\"\\\\define leaf-link(full-title,chunk,separator: \\\"/\\\")\\n\u003C$link to=\u003C\u003C__full-title__>>>\u003C$text text=\u003C\u003C__chunk__>>/>\u003C/$link>\\n\\\\end\\n\\n\\\\define leaf-node(prefix,chunk)\\n\u003Cli>\\n\u003C$list filter=\\\"[\u003C__prefix__>addsuffix\u003C__chunk__>is[shadow]] [\u003C__prefix__>addsuffix\u003C__chunk__>is[tiddler]]\\\" variable=\\\"full-title\\\">\\n\u003C$list filter=\\\"[\u003Cfull-title>removeprefix\u003C__prefix__>]\\\" variable=\\\"chunk\\\">\\n\u003Cspan>{{$:/core/images/file}}\u003C/span> \u003C$macrocall $name=\\\"leaf-link\\\" full-title=\u003C\u003Cfull-title>> chunk=\u003C\u003Cchunk>>/>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/li>\\n\\\\end\\n\\n\\\\define branch-node(prefix,chunk,separator: \\\"/\\\")\\n\u003Cli>\\n\u003C$set name=\\\"reveal-state\\\" value={{{ [[$:/state/tree/]addsuffix\u003C__prefix__>addsuffix\u003C__chunk__>] }}}>\\n\u003C$reveal type=\\\"nomatch\\\" stateTitle=\u003C\u003Creveal-state>> text=\\\"show\\\">\\n\u003C$button setTitle=\u003C\u003Creveal-state>> setTo=\\\"show\\\" class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/folder}} \u003C$text text=\u003C\u003C__chunk__>>/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Creveal-state>> text=\\\"show\\\">\\n\u003C$button setTitle=\u003C\u003Creveal-state>> setTo=\\\"hide\\\" class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/folder}} \u003C$text text=\u003C\u003C__chunk__>>/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003Cspan>(\u003C$count filter=\\\"[all[shadows+tiddlers]removeprefix\u003C__prefix__>removeprefix\u003C__chunk__>] -[\u003C__prefix__>addsuffix\u003C__chunk__>]\\\"/>)\u003C/span>\\n\u003C$reveal type=\\\"match\\\" stateTitle=\u003C\u003Creveal-state>> text=\\\"show\\\">\\n\u003C$macrocall $name=\\\"tree-node\\\" prefix={{{ [\u003C__prefix__>addsuffix\u003C__chunk__>] }}} separator=\u003C\u003C__separator__>>/>\\n\u003C/$reveal>\\n\u003C/$set>\\n\u003C/li>\\n\\\\end\\n\\n\\\\define tree-node(prefix,separator: \\\"/\\\")\\n\u003Col>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]removeprefix\u003C__prefix__>splitbefore\u003C__separator__>sort[]!suffix\u003C__separator__>]\\\" variable=\\\"chunk\\\">\\n\u003C$macrocall $name=\\\"leaf-node\\\" prefix=\u003C\u003C__prefix__>> chunk=\u003C\u003Cchunk>> separator=\u003C\u003C__separator__>>/>\\n\u003C/$list>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]removeprefix\u003C__prefix__>splitbefore\u003C__separator__>sort[]suffix\u003C__separator__>]\\\" variable=\\\"chunk\\\">\\n\u003C$macrocall $name=\\\"branch-node\\\" prefix=\u003C\u003C__prefix__>> chunk=\u003C\u003Cchunk>> separator=\u003C\u003C__separator__>>/>\\n\u003C/$list>\\n\u003C/ol>\\n\\\\end\\n\\n\\\\define tree(prefix: \\\"$:/\\\",separator: \\\"/\\\")\\n\u003Cdiv class=\\\"tc-tree\\\">\\n\u003Cspan>\u003C$text text=\u003C\u003C__prefix__>>/>\u003C/span>\\n\u003Cdiv>\\n\u003C$macrocall $name=\\\"tree-node\\\" prefix=\u003C\u003C__prefix__>> separator=\u003C\u003C__separator__>>/>\\n\u003C/div>\\n\u003C/div>\\n\\\\end\\n\"},\"$:/core/macros/utils\":{\"title\":\"$:/core/macros/utils\",\"text\":\"\\\\define colour(colour)\\n$colour$\\n\\\\end\\n\"},\"$:/snippets/minifocusswitcher\":{\"title\":\"$:/snippets/minifocusswitcher\",\"text\":\"\u003C$select tiddler=\\\"$:/config/AutoFocus\\\">\\n\u003C$list filter=\\\"title tags text type fields\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C\u003CcurrentTiddler>>\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\"},\"$:/snippets/minilanguageswitcher\":{\"title\":\"$:/snippets/minilanguageswitcher\",\"text\":\"\u003C$select tiddler=\\\"$:/language\\\">\\n\u003C$list filter=\\\"[[$:/languages/en-GB]] [plugin-type[language]sort[title]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C$view field=\\\"description\\\">\u003C$view field=\\\"name\\\">\u003C$view field=\\\"title\\\"/>\u003C/$view>\u003C/$view>\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\"},\"$:/snippets/minithemeswitcher\":{\"title\":\"$:/snippets/minithemeswitcher\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Theme/\\n\u003C\u003Clingo Prompt>> \u003C$select tiddler=\\\"$:/theme\\\">\\n\u003C$list filter=\\\"[plugin-type[theme]sort[title]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C$view field=\\\"name\\\">\u003C$view field=\\\"title\\\"/>\u003C/$view>\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\"},\"$:/snippets/modules\":{\"title\":\"$:/snippets/modules\",\"text\":\"\\\\define describeModuleType(type)\\n{{$:/language/Docs/ModuleTypes/$type$}}\\n\\\\end\\n\u003C$list filter=\\\"[moduletypes[]]\\\">\\n\\n!! \u003C$macrocall $name=\\\"currentTiddler\\\" $type=\\\"text/plain\\\" $output=\\\"text/plain\\\"/>\\n\\n\u003C$macrocall $name=\\\"describeModuleType\\\" type=\u003C\u003CcurrentTiddler>>/>\\n\\n\u003Cul>\u003C$list filter=\\\"[all[current]modules[]]\\\">\u003Cli>\u003C$link>\u003C\u003CcurrentTiddler>>\u003C/$link>\\n\u003C/li>\\n\u003C/$list>\\n\u003C/ul>\\n\u003C/$list>\\n\"},\"$:/palette\":{\"title\":\"$:/palette\",\"text\":\"$:/palettes/Vanilla\"},\"$:/snippets/paletteeditor\":{\"title\":\"$:/snippets/paletteeditor\",\"text\":\"\u003C$transclude tiddler=\\\"$:/PaletteManager\\\"/>\\n\"},\"$:/snippets/palettepreview\":{\"title\":\"$:/snippets/palettepreview\",\"text\":\"\u003C$set name=\\\"currentTiddler\\\" value={{$:/palette}}>\\n{{||$:/snippets/currpalettepreview}}\\n\u003C/$set>\\n\"},\"$:/snippets/paletteswitcher\":{\"title\":\"$:/snippets/paletteswitcher\",\"text\":\"\u003C$linkcatcher to=\\\"$:/palette\\\">\\n\u003Cdiv class=\\\"tc-chooser\\\">\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]\\\">\u003C$set name=\\\"cls\\\" filter=\\\"[all[current]prefix{$:/palette}]\\\" value=\\\"tc-chooser-item tc-chosen\\\" emptyValue=\\\"tc-chooser-item\\\">\u003Cdiv class=\u003C\u003Ccls>>>\u003C$link to={{!!title}}>''\u003C$view field=\\\"name\\\" format=\\\"text\\\"/>'' - \u003C$view field=\\\"description\\\" format=\\\"text\\\"/>{{||$:/snippets/currpalettepreview}}\u003C/$link>\\n\u003C/div>\u003C/$set>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$linkcatcher>\\n\"},\"$:/snippets/peek-stylesheets\":{\"title\":\"$:/snippets/peek-stylesheets\",\"text\":\"\\\\define expandable-stylesheets-list()\\n\u003Col>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\\\">\\n\u003C$vars state=\u003C\u003Cqualify \\\"$:/state/peek-stylesheets/open/\\\">>>\\n\u003C$set name=\\\"state\\\" value={{{ [\u003Cstate>addsuffix\u003CcurrentTiddler>] }}}>\\n\u003Cli>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cstate>> text=\\\"yes\\\" tag=\\\"span\\\">\\n\u003C$button set=\u003C\u003Cstate>> setTo=\\\"no\\\" class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/down-arrow}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Cstate>> text=\\\"yes\\\" tag=\\\"span\\\">\\n\u003C$button set=\u003C\u003Cstate>> setTo=\\\"yes\\\" class=\\\"tc-btn-invisible\\\">\\n{{$:/core/images/right-arrow}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$link>\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/$link>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Cstate>> text=\\\"yes\\\" tag=\\\"div\\\">\\n\u003C$set name=\\\"source\\\" tiddler=\u003C\u003CcurrentTiddler>>>\\n\u003C$wikify name=\\\"styles\\\" text=\u003C\u003Csource>>>\\n\u003Cpre>\\n\u003Ccode>\\n\u003C$text text=\u003C\u003Cstyles>>/>\\n\u003C/code>\\n\u003C/pre>\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/$reveal>\\n\u003C/li>\\n\u003C/$set>\\n\u003C/$vars>\\n\u003C/$list>\\n\u003C/ol>\\n\\\\end\\n\\n\\\\define stylesheets-list()\\n\u003Col>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\\\">\\n\u003Cli>\\n\u003C$link>\\n\u003C$view field=\\\"title\\\"/>\\n\u003C/$link>\\n\u003C$set name=\\\"source\\\" tiddler=\u003C\u003CcurrentTiddler>>>\\n\u003C$wikify name=\\\"styles\\\" text=\u003C\u003Csource>>>\\n\u003Cpre>\\n\u003Ccode>\\n\u003C$text text=\u003C\u003Cstyles>>/>\\n\u003C/code>\\n\u003C/pre>\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/li>\\n\u003C/$list>\\n\u003C/ol>\\n\\\\end\\n\\n\u003C$vars modeState=\u003C\u003Cqualify \\\"$:/state/peek-stylesheets/mode/\\\">>>\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CmodeState>> text=\\\"expanded\\\" tag=\\\"div\\\">\\n\u003C$button set=\u003C\u003CmodeState>> setTo=\\\"expanded\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}}\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CmodeState>> text=\\\"expanded\\\" tag=\\\"div\\\">\\n\u003C$button set=\u003C\u003CmodeState>> setTo=\\\"restored\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/chevron-down}} {{$:/language/ControlPanel/Stylesheets/Restore/Caption}}\u003C/$button>\\n\u003C/$reveal>\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CmodeState>> text=\\\"expanded\\\" tag=\\\"div\\\">\\n\u003C\u003Cexpandable-stylesheets-list>>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CmodeState>> text=\\\"expanded\\\" tag=\\\"div\\\">\\n\u003C\u003Cstylesheets-list>>\\n\u003C/$reveal>\\n\\n\u003C/$vars>\\n\"},\"$:/temp/search\":{\"title\":\"$:/temp/search\",\"text\":\"\"},\"$:/tags/AdvancedSearch\":{\"title\":\"$:/tags/AdvancedSearch\",\"list\":\"[[$:/core/ui/AdvancedSearch/Standard]] [[$:/core/ui/AdvancedSearch/System]] [[$:/core/ui/AdvancedSearch/Shadows]] [[$:/core/ui/AdvancedSearch/Filter]]\"},\"$:/tags/AdvancedSearch/FilterButton\":{\"title\":\"$:/tags/AdvancedSearch/FilterButton\",\"list\":\"$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown $:/core/ui/AdvancedSearch/Filter/FilterButtons/clear $:/core/ui/AdvancedSearch/Filter/FilterButtons/export $:/core/ui/AdvancedSearch/Filter/FilterButtons/delete\"},\"$:/tags/ControlPanel\":{\"title\":\"$:/tags/ControlPanel\",\"list\":\"$:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals\"},\"$:/tags/ControlPanel/Info\":{\"title\":\"$:/tags/ControlPanel/Info\",\"list\":\"$:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced\"},\"$:/tags/ControlPanel/Plugins\":{\"title\":\"$:/tags/ControlPanel/Plugins\",\"list\":\"$:/core/ui/ControlPanel/Plugins/Installed/Plugins $:/core/ui/ControlPanel/Plugins/Installed/Themes $:/core/ui/ControlPanel/Plugins/Installed/Languages\"},\"$:/tags/EditTemplate\":{\"title\":\"$:/tags/EditTemplate\",\"list\":\"[[$:/core/ui/EditTemplate/controls]] [[$:/core/ui/EditTemplate/title]] [[$:/core/ui/EditTemplate/tags]] [[$:/core/ui/EditTemplate/shadow]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/EditTemplate/body]] [[$:/core/ui/EditTemplate/type]] [[$:/core/ui/EditTemplate/fields]]\"},\"$:/tags/EditToolbar\":{\"title\":\"$:/tags/EditToolbar\",\"list\":\"[[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/cancel]] [[$:/core/ui/Buttons/save]]\"},\"$:/tags/EditorToolbar\":{\"title\":\"$:/tags/EditorToolbar\",\"list\":\"$:/core/ui/EditorToolbar/paint $:/core/ui/EditorToolbar/opacity $:/core/ui/EditorToolbar/line-width $:/core/ui/EditorToolbar/rotate-left $:/core/ui/EditorToolbar/clear $:/core/ui/EditorToolbar/bold $:/core/ui/EditorToolbar/italic $:/core/ui/EditorToolbar/strikethrough $:/core/ui/EditorToolbar/underline $:/core/ui/EditorToolbar/superscript $:/core/ui/EditorToolbar/subscript $:/core/ui/EditorToolbar/mono-line $:/core/ui/EditorToolbar/mono-block $:/core/ui/EditorToolbar/quote $:/core/ui/EditorToolbar/list-bullet $:/core/ui/EditorToolbar/list-number $:/core/ui/EditorToolbar/heading-1 $:/core/ui/EditorToolbar/heading-2 $:/core/ui/EditorToolbar/heading-3 $:/core/ui/EditorToolbar/heading-4 $:/core/ui/EditorToolbar/heading-5 $:/core/ui/EditorToolbar/heading-6 $:/core/ui/EditorToolbar/link $:/core/ui/EditorToolbar/excise $:/core/ui/EditorToolbar/picture $:/core/ui/EditorToolbar/stamp $:/core/ui/EditorToolbar/size $:/core/ui/EditorToolbar/editor-height $:/core/ui/EditorToolbar/more $:/core/ui/EditorToolbar/preview $:/core/ui/EditorToolbar/preview-type\"},\"$:/tags/Manager/ItemMain\":{\"title\":\"$:/tags/Manager/ItemMain\",\"list\":\"$:/Manager/ItemMain/WikifiedText $:/Manager/ItemMain/RawText $:/Manager/ItemMain/Fields\"},\"$:/tags/Manager/ItemSidebar\":{\"title\":\"$:/tags/Manager/ItemSidebar\",\"list\":\"$:/Manager/ItemSidebar/Tags $:/Manager/ItemSidebar/Colour $:/Manager/ItemSidebar/Icon $:/Manager/ItemSidebar/Tools\"},\"$:/tags/MoreSideBar\":{\"title\":\"$:/tags/MoreSideBar\",\"list\":\"[[$:/core/ui/MoreSideBar/All]] [[$:/core/ui/MoreSideBar/Recent]] [[$:/core/ui/MoreSideBar/Tags]] [[$:/core/ui/MoreSideBar/Missing]] [[$:/core/ui/MoreSideBar/Drafts]] [[$:/core/ui/MoreSideBar/Orphans]] [[$:/core/ui/MoreSideBar/Types]] [[$:/core/ui/MoreSideBar/System]] [[$:/core/ui/MoreSideBar/Shadows]] [[$:/core/ui/MoreSideBar/Explorer]] [[$:/core/ui/MoreSideBar/Plugins]]\",\"text\":\"\"},\"$:/tags/PageControls\":{\"title\":\"$:/tags/PageControls\",\"list\":\"[[$:/core/ui/Buttons/home]] [[$:/core/ui/Buttons/close-all]] [[$:/core/ui/Buttons/fold-all]] [[$:/core/ui/Buttons/unfold-all]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/new-tiddler]] [[$:/core/ui/Buttons/new-journal]] [[$:/core/ui/Buttons/new-image]] [[$:/core/ui/Buttons/import]] [[$:/core/ui/Buttons/export-page]] [[$:/core/ui/Buttons/control-panel]] [[$:/core/ui/Buttons/advanced-search]] [[$:/core/ui/Buttons/manager]] [[$:/core/ui/Buttons/tag-manager]] [[$:/core/ui/Buttons/language]] [[$:/core/ui/Buttons/palette]] [[$:/core/ui/Buttons/theme]] [[$:/core/ui/Buttons/storyview]] [[$:/core/ui/Buttons/encryption]] [[$:/core/ui/Buttons/timestamp]] [[$:/core/ui/Buttons/full-screen]] [[$:/core/ui/Buttons/print]] [[$:/core/ui/Buttons/save-wiki]] [[$:/core/ui/Buttons/refresh]] [[$:/core/ui/Buttons/more-page-actions]]\"},\"$:/tags/PageTemplate\":{\"title\":\"$:/tags/PageTemplate\",\"list\":\"[[$:/core/ui/PageTemplate/topleftbar]] [[$:/core/ui/PageTemplate/toprightbar]] [[$:/core/ui/PageTemplate/sidebar]] [[$:/core/ui/PageTemplate/story]] [[$:/core/ui/PageTemplate/alerts]]\",\"text\":\"\"},\"$:/tags/PluginLibrary\":{\"title\":\"$:/tags/PluginLibrary\",\"list\":\"$:/config/OfficialPluginLibrary\"},\"$:/tags/SideBar\":{\"title\":\"$:/tags/SideBar\",\"list\":\"[[$:/core/ui/SideBar/Open]] [[$:/core/ui/SideBar/Recent]] [[$:/core/ui/SideBar/Tools]] [[$:/core/ui/SideBar/More]]\",\"text\":\"\"},\"$:/tags/SideBarSegment\":{\"title\":\"$:/tags/SideBarSegment\",\"list\":\"[[$:/core/ui/SideBarSegments/site-title]] [[$:/core/ui/SideBarSegments/site-subtitle]] [[$:/core/ui/SideBarSegments/page-controls]] [[$:/core/ui/SideBarSegments/search]] [[$:/core/ui/SideBarSegments/tabs]]\"},\"$:/tags/TiddlerInfo\":{\"title\":\"$:/tags/TiddlerInfo\",\"list\":\"[[$:/core/ui/TiddlerInfo/Tools]] [[$:/core/ui/TiddlerInfo/References]] [[$:/core/ui/TiddlerInfo/Tagging]] [[$:/core/ui/TiddlerInfo/List]] [[$:/core/ui/TiddlerInfo/Listed]] [[$:/core/ui/TiddlerInfo/Fields]]\",\"text\":\"\"},\"$:/tags/TiddlerInfo/Advanced\":{\"title\":\"$:/tags/TiddlerInfo/Advanced\",\"list\":\"[[$:/core/ui/TiddlerInfo/Advanced/ShadowInfo]] [[$:/core/ui/TiddlerInfo/Advanced/PluginInfo]]\"},\"$:/tags/ViewTemplate\":{\"title\":\"$:/tags/ViewTemplate\",\"list\":\"[[$:/core/ui/ViewTemplate/title]] [[$:/core/ui/ViewTemplate/unfold]] [[$:/core/ui/ViewTemplate/subtitle]] [[$:/core/ui/ViewTemplate/tags]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/ViewTemplate/body]]\"},\"$:/tags/ViewToolbar\":{\"title\":\"$:/tags/ViewToolbar\",\"list\":\"[[$:/core/ui/Buttons/more-tiddler-actions]] [[$:/core/ui/Buttons/info]] [[$:/core/ui/Buttons/new-here]] [[$:/core/ui/Buttons/new-journal-here]] [[$:/core/ui/Buttons/clone]] [[$:/core/ui/Buttons/export-tiddler]] [[$:/core/ui/Buttons/edit]] [[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/permalink]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/open-window]] [[$:/core/ui/Buttons/close-others]] [[$:/core/ui/Buttons/close]] [[$:/core/ui/Buttons/fold-others]] [[$:/core/ui/Buttons/fold]]\"},\"$:/snippets/themeswitcher\":{\"title\":\"$:/snippets/themeswitcher\",\"text\":\"\u003C$linkcatcher to=\\\"$:/theme\\\">\\n\u003Cdiv class=\\\"tc-chooser\\\">\u003C$list filter=\\\"[plugin-type[theme]sort[title]]\\\">\u003C$set name=\\\"cls\\\" filter=\\\"[all[current]field:title{$:/theme}] [[$:/theme]!has[text]addsuffix[s/tiddlywiki/vanilla]field:title\u003CcurrentTiddler>] +[limit[1]]\\\" value=\\\"tc-chooser-item tc-chosen\\\" emptyValue=\\\"tc-chooser-item\\\">\u003Cdiv class=\u003C\u003Ccls>>>\u003C$link to={{!!title}}>''\u003C$view field=\\\"name\\\" format=\\\"text\\\"/>'' \u003C$view field=\\\"description\\\" format=\\\"text\\\"/>\u003C/$link>\u003C/div>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$linkcatcher>\"},\"$:/core/wiki/title\":{\"title\":\"$:/core/wiki/title\",\"text\":\"{{$:/SiteTitle}}\\n\u003C$list filter=\\\"[{$:/SiteSubtitle}trim[]minlength[1]]\\\" variable=\\\"ignore\\\">\\n--- {{$:/SiteSubtitle}}\\n\u003C/$list>\"},\"$:/view\":{\"title\":\"$:/view\",\"text\":\"classic\"},\"$:/snippets/viewswitcher\":{\"title\":\"$:/snippets/viewswitcher\",\"text\":\"\\\\define icon()\\n$:/core/images/storyview-$(storyview)$\\n\\\\end\\n\u003C$linkcatcher to=\\\"$:/view\\\">\\n\u003Cdiv class=\\\"tc-chooser tc-viewswitcher\\\">\\n\u003C$list filter=\\\"[storyviews[]]\\\" variable=\\\"storyview\\\">\\n\u003C$set name=\\\"cls\\\" filter=\\\"[\u003Cstoryview>prefix{$:/view}]\\\" value=\\\"tc-chooser-item tc-chosen\\\" emptyValue=\\\"tc-chooser-item\\\">\u003Cdiv class=\u003C\u003Ccls>>>\\n\u003C$button tag=\\\"a\\\" class=\\\"tc-tiddlylink tc-btn-invisible\\\" to=\u003C\u003Cstoryview>>>\u003C$transclude tiddler=\u003C\u003Cicon>>/>\u003C$text text=\u003C\u003Cstoryview>>/>\u003C/$button>\\n\u003C/div>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$linkcatcher>\\n\"}}}"},
{"title":"$:/core/Filters/AllTags","created":"20200329173823386","description":"{{$:/language/Filters/AllTags}}","filter":"[tags[]!is[system]sort[title]sort[color]]","modified":"20210414230511254","tags":"$:/tags/Filter","type":"text/vnd.tiddlywiki"},
{"title":"$:/core/macros/tag-picker","created":"20210205020444088","creator":"soren","first-search-filter":"[tags[]!is[system]search:title\u003CuserInput>sort[]sort[color]]","modified":"20210825130424785","modifier":"soren","second-search-filter":"[tags[]is[system]search:title\u003CuserInput>sort[]sort[color]]","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define get-tagpicker-focus-selector() [data-tiddler-title=\"$(currentTiddlerCSSEscaped)$\"] .tc-add-tag-name input\n\n\\define delete-tag-state-tiddlers() \u003C$action-deletetiddler $filter=\"[\u003CnewTagNameTiddler>] [\u003CstoreTitle>] [\u003CtagSelectionState>]\"/>\n\n\\define add-tag-actions(actions,tagField:\"tags\")\n\u003C$set name=\"tag\" value={{{ [\u003C__tiddler__>get[text]] }}}>\n\u003C$list filter=\"[\u003CsaveTiddler>!contains:$tagField$\u003Ctag>!match[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003C__tagField__>> $subfilter=\"-[\u003Ctag>]\"/>\n\"\"\">\n\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003C__tagField__>> $subfilter=\"[\u003Ctag>]\"/>\n$actions$\n\u003C/$list>\n\u003C/$set>\n\u003C\u003Cdelete-tag-state-tiddlers>>\n\u003C$action-setfield $tiddler=\u003C\u003CrefreshTitle>> text=\"yes\"/>\n\\end\n\n\\define clear-tags-actions-inner()\n\u003C$list filter=\"[\u003CstoreTitle>has[text]] [\u003CnewTagNameTiddler>has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"\u003C\u003Ccancel-delete-tiddler-actions \"cancel\">>\"\"\">\n\u003C\u003Cdelete-tag-state-tiddlers>>\n\u003C/$list>\n\\end\n\n\\define clear-tags-actions()\n\u003C$set name=\"userInput\" value={{{ [\u003CstoreTitle>get[text]] }}}>\n\u003C$list filter=\"[\u003CnewTagNameTiddler>get[text]!match\u003CuserInput>]\" emptyMessage=\"\"\"\u003C\u003Cclear-tags-actions-inner>>\"\"\">\n\u003C$action-setfield $tiddler=\u003C\u003CnewTagNameTiddler>> text=\u003C\u003CuserInput>>/>\u003C$action-setfield $tiddler=\u003C\u003CrefreshTitle>> text=\"yes\"/>\n\u003C/$list>\n\u003C/$set>\n\\end\n\n\\define tag-picker-inner(actions,tagField:\"tags\")\n\\whitespace trim\n\u003C$vars newTagNameInputTiddlerQualified=\u003C\u003Cqualify \"$:/temp/NewTagName/input\">> newTagNameSelectionTiddlerQualified=\u003C\u003Cqualify \"$:/temp/NewTagName/selected-item\">> fallbackTarget={{$(palette)$##tag-background}} colourA={{$(palette)$##foreground}} colourB={{$(palette)$##background}}>\n\u003C$vars storeTitle={{{ [\u003CnewTagNameInputTiddler>!match[]] ~[\u003CnewTagNameInputTiddlerQualified>] }}} tagSelectionState={{{ [\u003CnewTagNameSelectionTiddler>!match[]] ~[\u003CnewTagNameSelectionTiddlerQualified>] }}}>\n\u003C$vars refreshTitle=\u003C\u003Cqualify \"$:/temp/NewTagName/refresh\">> nonSystemTagsFilter=\"[tags[]!is[system]search:title\u003CuserInput>sort[]sort[color]]\" systemTagsFilter=\"[tags[]is[system]search:title\u003CuserInput>sort[]sort[color]]\">\n\u003Cdiv class=\"tc-edit-add-tag\">\n\u003Cdiv>\n\u003Cspan class=\"tc-add-tag-name tc-small-gap-right\">\n\u003C$macrocall $name=\"keyboard-driven-input\" tiddler=\u003C\u003CnewTagNameTiddler>> storeTitle=\u003C\u003CstoreTitle>> refreshTitle=\u003C\u003CrefreshTitle>>\n\t\tselectionStateTitle=\u003C\u003CtagSelectionState>> inputAcceptActions=\"\"\"\u003C$macrocall $name=\"add-tag-actions\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>>/>\"\"\"\n\t\tinputCancelActions=\u003C\u003Cclear-tags-actions>> tag=\"input\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}}\n\t\tfocusPopup=\u003C\u003Cqualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex=\u003C\u003CtabIndex>> \n\t\tfocus={{{ [{$:/config/AutoFocus}match[tags]then[true]] ~[[false]] }}} filterMinLength={{$:/config/Tags/MinLength}} \n\t\tcancelPopups=\u003C\u003CcancelPopups>> configTiddlerFilter=\"[[$:/core/macros/tag-picker]]\"/>\n\u003C/span>\u003C$button popup=\u003C\u003Cqualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}\u003C/$button>\u003C$reveal state=\u003C\u003CstoreTitle>> type=\"nomatch\" text=\"\">\u003C$button class=\"tc-btn-invisible tc-small-gap tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/ClearInput/Hint}} aria-label={{$:/language/EditTemplate/Tags/ClearInput/Caption}}>{{$:/core/images/close-button}}\u003C\u003Cdelete-tag-state-tiddlers>>\u003C/$button>\u003C/$reveal>\u003Cspan class=\"tc-add-tag-button tc-small-gap-left\">\n\u003C$set name=\"tag\" value={{{ [\u003CnewTagNameTiddler>get[text]] }}}>\n\u003C$button set=\u003C\u003CnewTagNameTiddler>> setTo=\"\" class=\"\">\n\u003C$action-listops $tiddler=\u003C\u003CsaveTiddler>> $field=\u003C\u003C__tagField__>> $subfilter=\"[\u003Ctag>]\"/>\n$actions$\n\u003C$set name=\"currentTiddlerCSSEscaped\" value={{{ [\u003CsaveTiddler>escapecss[]] }}}>\n\u003C\u003Cdelete-tag-state-tiddlers>>\u003C$action-sendmessage $message=\"tm-focus-selector\" $param=\u003C\u003Cget-tagpicker-focus-selector>>/>\n\u003C/$set>\n{{$:/language/EditTemplate/Tags/Add/Button}}\n\u003C/$button>\n\u003C/$set>\n\u003C/span>\n\u003C/div>\n\u003Cdiv class=\"tc-block-dropdown-wrapper\">\n\u003C$reveal state=\u003C\u003Cqualify \"$:/state/popup/tags-auto-complete\">> type=\"nomatch\" text=\"\" default=\"\">\n\u003Cdiv class=\"tc-block-dropdown tc-block-tags-dropdown fourcolumns\">\n\u003C$set name=\"userInput\" value={{{ [\u003CstoreTitle>get[text]] }}}>\n\u003C$list filter=\"[\u003CuserInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"\u003Cdiv class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}\u003C/div>\"\"\" variable=\"listItem\">\n\u003C$list filter=\u003C\u003CnonSystemTagsFilter>> variable=\"tag\">\n\u003C$list filter=\"[\u003Ctag>addsuffix[-primaryList]] -[\u003CtagSelectionState>get[text]]\" emptyMessage=\"\"\"\u003C$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\"\"\">\n\u003C$vars button-classes=\"tc-btn-invisible\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\n\u003C/$list>\n\u003C/$list>\u003C/$list>\n\u003Chr>\n\u003C$list filter=\"[\u003CuserInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"\u003Cdiv class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}\u003C/div>\"\"\" variable=\"listItem\">\n\u003C$list filter=\u003C\u003CsystemTagsFilter>> variable=\"tag\">\n\u003C$list filter=\"[\u003Ctag>addsuffix[-secondaryList]] -[\u003CtagSelectionState>get[text]]\" emptyMessage=\"\"\"\u003C$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\"\"\">\n\u003C$vars button-classes=\"tc-btn-invisible\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>> currentTiddler=\u003C\u003Ctag>>>{{||$:/core/ui/TagPickerTagTemplate}}\u003C/$vars>\n\u003C/$list>\n\u003C/$list>\u003C/$list>\n\u003C/$set>\n\u003C/div>\n\u003C/$reveal>\n\u003C/div>\n\u003C/div>\n\u003C/$vars>\n\u003C/$vars>\n\u003C/$vars>\n\\end\n\\define tag-picker(actions,tagField:\"tags\")\n\\whitespace trim\n\u003C$vars saveTiddler=\u003C\u003CcurrentTiddler>> palette={{$:/palette}}>\n\u003C$list filter=\"[\u003CnewTagNameTiddler>match[]]\" emptyMessage=\"\"\"\u003C$macrocall $name=\"tag-picker-inner\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>>/>\"\"\">\n\u003C$set name=\"newTagNameTiddler\" value=\u003C\u003Cqualify \"$:/temp/NewTagName\">>>\n\u003C$macrocall $name=\"tag-picker-inner\" actions=\u003C\u003C__actions__>> tagField=\u003C\u003C__tagField__>>/>\n\u003C/$set>\n\u003C/$list>\n\u003C/$vars>\n\\end\n"},
{"title":"$:/core/modules/editor-operations/text/fancyquotes.js","text":"/*\\\ntitle: $:/core/modules/editor-operations/text/replace-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the selection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"fancyquotes\"] = function(event,operation) {\nvar listtext=operation.selection;\n\n// ellipsis\n listtext= listtext.replace(/\\.\\.\\./gm,'…');\n// opening quotes\n listtext= listtext.replace(/([\\\\n \\(\\t])\\\"/gm,'$1“');\n listtext= listtext.replace(/([\\\\n \\(\\t])\\'/gm,'$1');\n//substitute prime and double prime if following numbers\n listtext= listtext.replace(/([0-9])'/gm,'$1');\n listtext= listtext.replace(/([0-9])\"/gm,'$1″');\n//rearrange \". to .\"\n// remove this one because it is only Americans who insist on this.\n// listtext= listtext.replace(/\"([.!?])/gm,'$1”');\n// closing quote\n listtext= listtext.replace(/([?!.,])\"([\\n \\t\\)])/gm,'$1”$2');\n listtext= listtext.replace(/\"([!?., ][\\n \\t\\)])/gm,'”$1');\n listtext= listtext.replace(/'([\\n \\t])/gm,'$1');\n listtext= listtext.replace(/'([!?.])/gm,'$1');\n//apostrophes\n listtext= listtext.replace(/([a-zA-Z])'([a-zA-Z])/gm,'$1$2');\n//convert post sentence double space to single\n listtext= listtext.replace(/([\\.?!] ) /gm,'$1');\n//convert x to × when between numbers\n// SIB: this broke URLs for me\n// listtext= listtext.replace(/([0-9])x([0-9])/gm,'$1×$2');\n//convert superscript small o to °\n listtext= listtext.replace(/\\^\\^o\\^\\^/gm,'°');\n//convert ens and ems\n// listtext= listtext.replace(/--/gm,'');\n// listtext= listtext.replace(/---/gm,'—');\n\n\noperation.replacement=listtext;\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n","type":"application/javascript","module-type":"texteditoroperation","created":"20160328022859019","modified":"20201211141928688","tags":""},
{"title":"$:/core/templates/canonical-uri-external-image","created":"20201031142744332","modified":"20201031142744139","type":"text/vnd.tiddlywiki","text":"\u003C!--\n\nThis template is used to assign the ''_canonical_uri'' field to external images.\n\nChange the `./images/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./extimage/\u003C$view field=\"title\" format=\"doubleurlencoded\"/>"},
{"title":"$:/core/ui/EditorToolbar/linkify","caption":"{{$:/language/Buttons/Linkify/Caption}}","condition":"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]","created":"20210928031136147","creator":"soren","description":"{{$:/language/Buttons/Linkify/Hint}}","icon":"$:/core/images/linkify","modified":"20210928031136215","modifier":"soren","shortcuts":"((linkify))","tags":"$:/tags/EditorToolbar","type":"text/vnd.tiddlywiki","text":"\u003C$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"[[\"\n\tsuffix=\"]]\"\n/>\n"},
{"title":"$:/core/ui/EditorToolbar/transcludify","caption":"{{$:/language/Buttons/Transcludify/Caption}}","condition":"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]","created":"20210928031136147","creator":"soren","description":"{{$:/language/Buttons/Transcludify/Hint}}","icon":"$:/core/images/transcludify","modified":"20210928031136239","modifier":"soren","shortcuts":"((transcludify))","tags":"$:/tags/EditorToolbar","type":"text/vnd.tiddlywiki","text":"\u003C$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"{{\"\n\tsuffix=\"}}\"\n/>\n"},
{"title":"$:/core/ui/SideBar/Open","caption":"{{$:/language/SideBar/Open/Caption}}","created":"20201126152706945","modified":"20201126152652516","tags":"$:/tags/SideBar","type":"text/vnd.tiddlywiki","text":"\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n\u003C$action-listops $tiddler=\u003C\u003Ctv-story-list>> $subfilter=\"+[insertbefore:currentTiddler\u003CactionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n\u003Cdiv class=\"tc-droppable-placeholder\"/>\n\\end\n\n\\define droppable-item(button)\n\\whitespace trim\n\u003C$droppable actions=\u003C\u003Cdrop-actions>> enable=\u003C\u003Ctv-allow-drag-and-drop>>>\n\u003C\u003Cplaceholder>>\n\u003Cdiv>\n$button$\n\u003C/div>\n\u003C/$droppable>\n\\end\n\n\u003Cdiv class=\"tc-sidebar-tab-open\">\n\u003C$list filter=\"[list\u003Ctv-story-list>]\" history=\u003C\u003Ctv-history-list>> storyview=\"pop\">\n\u003Cdiv class=\"tc-sidebar-tab-open-item\">\n\u003C$macrocall $name=\"droppable-item\" button=\"\"\"\u003C$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini\">{{$:/core/images/close-button}}\u003C/$button>&nbsp;\u003C$link to={{!!title}}>\u003C$view field=\"title\"/>\u003C/$link>\"\"\"/>\n\u003C/div>\n\u003C/$list>\n\u003C$tiddler tiddler=\"\">\n\u003Cdiv>\n\u003C$macrocall $name=\"droppable-item\" button=\"\"\"\u003C$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\">\u003C\u003Clingo Button>>\u003C/$button>\"\"\"/>\n\u003C/div>\n\u003C/$tiddler>\n\u003C/div>\n\n{{$:/sib/StorySaver/Saver}}"},
{"title":"$:/core/ui/SideBarSegments/tabs","created":"20210731164211393","modified":"20210731164054970","tags":"$:/tags/SideBarSegment","type":"text/vnd.tiddlywiki","text":"\\define isEnabled() [addprefix[$:/config/zettelkasten/SideBar/Visibility/]get{$:/config/sib/CurrentEditionPublicity}] -[[no]]\n\n\u003Cdiv class=\"tc-sidebar-lists tc-sidebar-tabs\">\n\n\u003C$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]filter\u003CisEnabled>]\" default={{$:/config/DefaultSidebarTab}} state=\"$:/state/tab/sidebar\" class=\"tc-sidebar-tabs-main\" explicitState=\"$:/state/tab/sidebar--595412856\"/>\n\n\u003C/div>\n"},
{"title":"$:/core/ui/ViewTemplate/subtitle","created":"20210611015734693","modified":"20210611023708529","tags":"$:/tags/ViewTemplate","type":"text/vnd.tiddlywiki","text":"\\whitespace trim\n\n\u003C$reveal type=\"nomatch\" stateTitle=\u003C\u003Cfolded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n\u003Cdiv class=\"tc-subtitle\">\n\u003Cdiv>\n\u003Ci class=\"fa fa-history\"/>&ensp;Created&nbsp;\u003C$view field=\"created\" format=\"date\" template={{$:/language/Tiddler/DateFormat}} />\n\u003C/div>\n\u003Cdiv>\n\u003Ci class=\"fa fa-clock\"/>&ensp;Updated&nbsp;\u003C$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}} />\n\u003C/div>\n\u003C$list filter=\"[all[current]has[description]]\">\n\t\u003Cdiv>\n\t\u003Ci class=\"fa fa-gem\"/>&ensp;{{!!description}}\n\t\u003C/div>\n\u003C/$list>\n\u003C/div>\n\u003C/$reveal>"},
{"title":"$:/DefaultTiddlers","created":"20200118003419923","creator":"soren","modified":"20200804182428572","modifier":"soren","type":"text/vnd.tiddlywiki","text":"$:/sib/GettingStarted"},
{"title":"$:/inmysocks/macros/day-diff.js","text":"/*\\\ntitle: $:/inmysocks/macros/day-diff.js\ntype: application/javascript\nmodule-type: macro\n\nTakes two dates and returns their difference in days\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"day-diff\";\n\nexports.params = [\n\t{name: \"year1\"},\n\t{name: \"month1\"},\n\t{name: \"day1\"},\n\t{name: \"year2\"},\n\t{name: \"month2\"},\n\t{name: \"day2\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(year1, month1, day1, year2, month2, day2) {\n\t//Make each date object.\n\tvar date1 = new Date(year1, Number(month1)+Number(1), day1);\n\tvar date2 = new Date(year2, Number(month2)+Number(1), day2);\n\n\t//Find difference in milliseconds.\n\tvar elapsed = date2.getTime()-date1.getTime();\n\n\t//Number of milliseconds in a day.\n\tvar dayMS = 86400000; \n\n\t//Convert milliseconds to year months and days\n\tvar days_diff = Math.floor(elapsed/dayMS);\n\t\n\tvar result = days_diff;\n\n\treturn result;\n};\n\n})();\n","type":"application/javascript","module-type":"macro","created":"20150225185218583","modified":"20211204021739668","tags":""},
{"title":"$:/isEncrypted","text":"no"},
{"title":"$:/layout","created":"20210615031007914","modified":"20210615030805720","type":"text/vnd.tiddlywiki","text":"$:/core/ui/PageTemplate"},
{"title":"$:/palette","created":"20200118025758811","creator":"soren","modified":"20210920194636481","modifier":"soren","type":"text/vnd.tiddlywiki","text":"$:/palettes/GruvboxDark"},
{"author":"Alan Aldrich","core-version":"5.1.16","created":"20170212060612535","dependents":"","description":"TiddlyTables","list":"readme","modified":"20200322003951511","plugin-type":"plugin","title":"$:/plugins/aaldrich/tables","version":"0.6.21","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/aaldrich/tables/button\":{\"title\":\"$:/plugins/aaldrich/tables/button\",\"caption\":\"{{$:/plugins/aaldrich/tables/button/image}} new table\",\"created\":\"20170205062652787\",\"description\":\"Create a new table\",\"modified\":\"20191212071246997\",\"tags\":\"$:/tags/PageControls\",\"text\":\"\\\\define newTableText()\\n\u003C\u003Ctable \\\"$(newTableTitle)$\\\">>\\n\\\\end\\n\\n\\\\define makeNewTable()\\n\\n\u003C$set name=\\\"newTableTitle\\\" value={{$:/temp/tables/button/generate-new-table-name}} >\\n\u003C$action-setfield $tiddler={{$:/temp/tables/button/generate-new-table-name}} text=\u003C\u003CnewTableText>>/>\\n\u003C/$set>\\n\u003C$action-navigate $to={{$:/temp/tables/button/generate-new-table-name}}/>\\n\u003C$action-deletetiddler $tiddler=\\\"$:/temp/tables/button/generate-new-table-name\\\"/>\\n\\\\end\\n\\n\u003C$button class=\u003C\u003Ctv-config-toolbar-class>> tooltip=\\\"Create new table\\\" aria-label={{$:/plugins/aaldrich/tables/button!!caption}} actions=\u003C\u003CmakeNewTable>>>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>prefix[yes]]\\\">\\n{{$:/plugins/aaldrich/tables/button/image}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>prefix[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\u003C$text text=\\\"new table\\\"/>\u003C/span>\\n\u003C/$list>\\n\u003C$action-createtiddler $basetitle={{$:/plugins/aaldrich/tables/defaults!!tbl-default-title}}\\n$savetitle=\\\"$:/temp/tables/button/generate-new-table-name\\\"\\ntbl-add-records={{$:/plugins/aaldrich/tables/defaults!!tbl-add-records}}\\ntbl-anything={{$:/plugins/aaldrich/tables/defaults!!tbl-anything}}\\ntbl-button-actions={{$:/plugins/aaldrich/tables/defaults!!tbl-button-actions}}\\ntbl-button-icon={{$:/plugins/aaldrich/tables/defaults!!tbl-button-icon}}\\ntbl-button-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-button-tip}}\\ntbl-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-caption}}\\ntbl-checkbox-actions-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-selected}}\\ntbl-checkbox-actions-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-unselected}}\\ntbl-checkbox-field={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-field}}\\ntbl-checkbox-tag={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tag}}\\ntbl-checkbox-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tip}}\\ntbl-checkbox-value-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-selected}}\\ntbl-checkbox-value-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-unselected}}\\ntbl-class={{$:/plugins/aaldrich/tables/defaults!!tbl-class}}\\ntbl-columns={{$:/plugins/aaldrich/tables/defaults!!tbl-columns}}\\ntbl-expand={{$:/plugins/aaldrich/tables/defaults!!tbl-expand}}\\ntbl-filter={{$:/plugins/aaldrich/tables/defaults!!tbl-filter}}\\ntbl-show-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-show-caption}}\\ntbl-show-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-show-colgroup}}\\ntbl-show-edit={{$:/plugins/aaldrich/tables/defaults!!tbl-show-edit}}\\ntbl-show-footer={{$:/plugins/aaldrich/tables/defaults!!tbl-show-footer}}\\ntbl-show-header={{$:/plugins/aaldrich/tables/defaults!!tbl-show-header}}\\ntbl-show-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-show-mode}}\\ntbl-show-pagination={{$:/plugins/aaldrich/tables/defaults!!tbl-show-pagination}}\\ntbl-limit={{$:/plugins/aaldrich/tables/defaults!!tbl-limit}}\\ntbl-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-mode}}\\ntbl-page-marker={{$:/plugins/aaldrich/tables/defaults!!tbl-page-marker}}\\ntbl-sort-by={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-by}}\\ntbl-sort-negate={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-negate}}\\ntbl-sort-type={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-type}}\\ntbl-style-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-style-colgroup}}\\ntbl-style-container={{$:/plugins/aaldrich/tables/defaults!!tbl-style-container}}\\ntbl-style-table={{$:/plugins/aaldrich/tables/defaults!!tbl-style-table}}\\n/>\\n\u003C/$button>\"},\"$:/plugins/aaldrich/tables/button/image\":{\"title\":\"$:/plugins/aaldrich/tables/button/image\",\"created\":\"20190725080524516\",\"modified\":\"20190727005459045\",\"tags\":\"[[ $:/tags/Image]]\",\"text\":\"\u003Csvg class=\\\"tc-image-button\\\" viewBox=\\\"0 0 128 128\\\" width=\\\"22pt\\\" height=\\\"22pt\\\">\\n \u003Crect x=\\\"0\\\" y=\\\"0\\\" width=\\\"128\\\" height=\\\"8\\\">\u003C/rect>\\n \u003Crect x=\\\"0\\\" y=\\\"20\\\" width=\\\"128\\\" height=\\\"8\\\">\u003C/rect>\\n \u003Crect x=\\\"0\\\" y=\\\"40\\\" width=\\\"128\\\" height=\\\"8\\\">\u003C/rect>\\n \u003Crect x=\\\"0\\\" y=\\\"60\\\" width=\\\"128\\\" height=\\\"8\\\">\u003C/rect>\\n \u003Crect x=\\\"0\\\" y=\\\"80\\\" width=\\\"128\\\" height=\\\"8\\\">\u003C/rect>\\n \u003Crect x=\\\"0\\\" y=\\\"100\\\" width=\\\"128\\\" height=\\\"8\\\">\u003C/rect>\\n \u003Crect x=\\\"0\\\" y=\\\"120\\\" width=\\\"128\\\" height=\\\"8\\\">\u003C/rect>\\n \u003Crect x=\\\"0\\\" y=\\\"0\\\" width=\\\"8\\\" height=\\\"128\\\">\u003C/rect>\\n \u003Crect x=\\\"40\\\" y=\\\"0\\\" width=\\\"8\\\" height=\\\"128\\\">\u003C/rect>\\n \u003Crect x=\\\"80\\\" y=\\\"0\\\" width=\\\"8\\\" height=\\\"128\\\">\u003C/rect>\\n \u003Crect x=\\\"120\\\" y=\\\"0\\\" width=\\\"8\\\" height=\\\"128\\\">\u003C/rect>\\n\u003C/svg>\"},\"$:/plugins/aaldrich/tables/defaults\":{\"title\":\"$:/plugins/aaldrich/tables/defaults\",\"text\":\"''all'' of a fundamental category: [all[tiddlers+shadows+tags+orphans+missing+current]]\\n''backlinks'' to input: [backlinks[]]\\n''contains'' - list field //contains// value ``!``: [contains:list[ENTER VALUE HERE]]\\n''days'' in past/future ``!``: [days:modified[ENTER + OR - NUMBER OF DAYS HERE]]\\n''field'' has value ``!``: [field:title[ENTER VALUE HERE]]\\n''fields'' of input: [fields[]]\\n''get'' value of field: [get[ENTER FIELD HERE]]\\n''getindex'' value of property: [getindex[ENTER PROPERTY HERE]]\\n''has'' field ``!``: [has[ENTER FIELD HERE]]\\n''indexes'' of input: [indexes[]]\\n''is'' a fundamental category ``!``: [is[current OR image OR missing OR orphan OR shadow OR tag OR tiddler OR variable OR blank]]\\n''links'' of input: [links[]]\\n''list'' titles of list field ``!``: [list[ENTER TIDDLER!!FIELD REFERENCE HERE]]\\n''listed'' on field of input: [listed[ENTER OPTIONAL FIELD HERE]]\\n''prefix'' on input titles ``!``: [prefix[ENTER TITLE PREFIX HERE]]\\n''range'' of numbers ``!``: [range[1, 25, 5]]\\n''regexp'' pattern ``!``: [regexp[ENTER REG EXP HERE]]\\n''reverse'' order of input: [reverse[]]\\n''sameday'' as field: [sameday:modified[ENTER YYYYMMDD HERE]]\\n''search'' ``!``: [search:tags, text, title:literal,whitespace,regexp,words,casesensitive,anchored[ENTER SEARCH TEXT HERE]]\\n''subfilter'' ``!``: [subfilter\u003CENTER VARIABLE OR REFERENCE HERE>]\\n''suffix'' on input titles ``!``: [suffix[ENTER TITLE SUFFIX HERE]]\\n''tag'' found on input ``!``: [tag[ENTER TAG NAME HERE]]\\n''tagging'' matches input: [tagging[]]\\n''tags'' of input: [tags[]]\\n''untagged'' titles of input ``!``: [untagged[]]\",\"type\":\"application/x-tiddler-dictionary\",\"created\":\"20170207075434434\",\"modified\":\"20191214043748895\",\"tags\":\"\",\"tbl-add-records\":\"\",\"tbl-anything\":\"\",\"tbl-button-actions\":\"\",\"tbl-button-icon\":\"{{$:/core/images/menu-button}}\",\"tbl-button-tip\":\"\",\"tbl-caption\":\"''{{!!title}}''\",\"tbl-caption-mode\":\"inline\",\"tbl-checkbox-actions-selected\":\"\",\"tbl-checkbox-actions-unselected\":\"\",\"tbl-checkbox-field\":\"\",\"tbl-checkbox-tag\":\"\",\"tbl-checkbox-tip\":\"\",\"tbl-checkbox-value-selected\":\"\",\"tbl-checkbox-value-unselected\":\"\",\"tbl-class\":\"tbl-style-default\",\"tbl-columns\":\"title modified tags\",\"tbl-default-date-format\":\"0MM/0DD/YY hh12:0mmAM\",\"tbl-default-title\":\"New Table\",\"tbl-expand\":\"\",\"tbl-filter\":\"[!is[system]search[]]\",\"tbl-limit\":\"10\",\"tbl-limit-choices\":\"[[5]] [[10]] [[15]] [[20]] [[25]] [[30]] [[40]] [[50]]\",\"tbl-mode\":\"normal\",\"tbl-page-marker\":\"\",\"tbl-show-caption\":\"true\",\"tbl-show-colgroup\":\"false\",\"tbl-show-edit\":\"true\",\"tbl-show-footer\":\"false\",\"tbl-show-header\":\"true\",\"tbl-show-mode\":\"true\",\"tbl-show-pagination\":\"auto\",\"tbl-sort-by\":\"title\",\"tbl-sort-negate\":\"false\",\"tbl-sort-type\":\"nsort\",\"tbl-style-colgroup\":\"\",\"tbl-style-container\":\"\",\"tbl-style-table\":\"width:100%;\",\"tbl-temp-default-body\":\"$:/plugins/aaldrich/tables/template/body/default\",\"tbl-temp-default-body-edit\":\"$:/plugins/aaldrich/tables/template/body/edit-input\",\"tbl-temp-default-expand\":\"$:/plugins/aaldrich/tables/template/expand/transclude\",\"tbl-temp-default-foot\":\"$:/plugins/aaldrich/tables/template/footer/default\",\"tbl-temp-default-head\":\"$:/plugins/aaldrich/tables/template/header/default\",\"tbl-title-type-code\":\"\u003C$list filter=\\\"[\u003CcurrentRecord>is[shadow]]\\\">^^s^^\u003C/$list>\u003C$list filter=\\\"[\u003CcurrentRecord>is[tiddler]is[shadow]]\\\">^^*^^\u003C/$list>\",\"tbl-title-type-show\":\"true\"},\"$:/plugins/aaldrich/tables/editor/navigation\":{\"title\":\"$:/plugins/aaldrich/tables/editor/navigation\",\"created\":\"20190727082624393\",\"modified\":\"20191208103316562\",\"tags\":\"\",\"text\":\"''\u003C$select tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" field=\\\"tbl-edit-page\\\">\\n\u003Coptgroup label=\\\"Data\\\">\\n\u003Coption>Records\u003C/option>\\n\u003Coption>Columns\u003C/option>\\n\u003Coption>Sorting\u003C/option>\\n\u003Coption value=\\\"Limit\\\">Limit/Pagination\u003C/option>\\n\u003C/optgroup>\\n\u003Coptgroup label=\\\"Style\\\">\\n\u003Coption value=\\\"Theme\\\">Theme (Stylesheet)\u003C/option>\\n\u003Coption value=\\\"Override\\\">Override (Inline Styles)\u003C/option>\\n\u003Coption value=\\\"Colgroups\\\">Column Groups\u003C/option>\\n\u003Coption>Advanced Styles\u003C/option>\\n\u003C/optgroup>\\n\u003Coptgroup label=\\\"Features\\\">\\n\u003Coption>Header/Footer\u003C/option>\\n\u003Coption>Caption\u003C/option>\\n\u003Coption value=\\\"Edit\\\">Editor/Mode\u003C/option>\\n\u003Coption>Defaults\u003C/option>\\n\u003C/optgroup>\\n\u003Coptgroup label=\\\"Special Columns\\\">\\n\u003Coption>Expand\u003C/option>\\n\u003Coption>Button\u003C/option>\\n\u003Coption>Checkbox\u003C/option>\\n\u003Coption>Anything\u003C/option>\\n\u003C/optgroup>\\n\u003Coptgroup label=\\\"Help\\\">\\n\u003Coption>Getting Started\u003C/option>\\n\u003Coption>About\u003C/option>\\n\u003C/optgroup>\\n\u003C/$select>''\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" style=\\\"padding:0 0 0 6px;\\\">\\n \u003C$action-sendmessage $message=\\\"tm-close-tiddler\\\" />\\n \u003C$action-deletetiddler $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\"/> ''Close''\\n\u003C/$button>\"},\"$:/plugins/aaldrich/tables/editor/open\":{\"title\":\"$:/plugins/aaldrich/tables/editor/open\",\"created\":\"20190726023217378\",\"modified\":\"20191215055334115\",\"tags\":\"\",\"text\":\"\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-target\\\" text={{!!title}} >\\n\u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-show-edit\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" tooltip=\\\"table options\\\">\\n \u003C$action-setfield $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" tbl-edit-target={{!!title}} />\\n \u003C$action-setfield $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" tbl-edit-page=\\\"Records\\\" />\\n \u003C$action-sendmessage $message=\\\"tm-modal\\\" $param=\\\"$:/plugins/aaldrich/tables/editor/view\\\" />\\n{{$:/core/images/options-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-show-mode\\\" text=\\\"true\\\">\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"!!tbl-mode\\\" text=\\\"edit\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" tooltip=\\\"edit mode\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CcurrentTable>> tbl-mode=\\\"edit\\\" />\\n{{$:/core/images/edit-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-mode\\\" text=\\\"edit\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" tooltip=\\\"normal mode\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CcurrentTable>> tbl-mode=\\\"normal\\\" />\\n{{$:/core/images/done-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$reveal>\\n\u003C/$reveal>\"},\"$:/plugins/aaldrich/tables/editor/templates\":{\"title\":\"$:/plugins/aaldrich/tables/editor/templates\",\"created\":\"20191205205444801\",\"modified\":\"20191208062747162\",\"tbl-add-records\":\"\",\"tbl-anything\":\"\",\"tbl-button-actions\":\"\u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" $param=\u003C\u003CcurrentRecord>>/>\",\"tbl-button-icon\":\"{{$:/core/images/clone-button}}\",\"tbl-button-tip\":\"clone template\",\"tbl-caption\":\"''Column Templates''\",\"tbl-checkbox-actions-selected\":\"\",\"tbl-checkbox-actions-unselected\":\"\",\"tbl-checkbox-field\":\"\",\"tbl-checkbox-tag\":\"\",\"tbl-checkbox-tip\":\"\",\"tbl-checkbox-value-selected\":\"\",\"tbl-checkbox-value-unselected\":\"\",\"tbl-class\":\"tbl-style-tight\",\"tbl-columns\":\"tbl-expand title tbl-column-list tbl-noedit\",\"tbl-expand\":\"$:/plugins/aaldrich/tables/template/expand/edit\",\"tbl-filter\":\"[all[shadows+tiddlers]tag[$:/tags/table/BodyTemplate]][all[shadows+tiddlers]tag[$:/tags/table/HeaderTemplate]][all[shadows+tiddlers]tag[$:/tags/table/FooterTemplate]]-[[$:/plugins/aaldrich/tables/template/body/default]]-[[$:/plugins/aaldrich/tables/template/header/default]]-[[$:/plugins/aaldrich/tables/template/footer/default]]\",\"tbl-limit\":\"9999999\",\"tbl-mode\":\"edit\",\"tbl-page-marker\":\"\",\"tbl-show-caption\":\"false\",\"tbl-show-colgroup\":\"false\",\"tbl-show-edit\":\"false\",\"tbl-show-footer\":\"false\",\"tbl-show-header\":\"true\",\"tbl-show-pagination\":\"auto\",\"tbl-sort-by\":\"title\",\"tbl-sort-negate\":\"false\",\"tbl-sort-type\":\"nsort\",\"tbl-style-colgroup\":\"\",\"tbl-style-container\":\"\",\"tbl-style-table\":\"width:100%;\",\"text\":\"\u003C\u003Ctable>>\"},\"$:/plugins/aaldrich/tables/editor/view\":{\"title\":\"$:/plugins/aaldrich/tables/editor/view\",\"created\":\"20190722221724072\",\"footer\":\"\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" style=\\\"padding:0 0 0 6px;\\\"> \u003C$action-sendmessage $message=\\\"tm-close-tiddler\\\" /> \u003C$action-deletetiddler $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\"/> ''Close'' \u003C/$button>\",\"modified\":\"20191212071106904\",\"revision\":\"0\",\"subtitle\":\"\u003Ch2>''\u003C$text text={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}}/>''\u003C/h2>{{||$:/plugins/aaldrich/tables/editor/navigation}}\",\"tags\":\"\",\"text\":\"\u003C$keyboard actions=\\\"\\\"\\\"\u003C$action-sendmessage $message=\\\"tm-close-tiddler\\\" />\u003C$action-deletetiddler $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\"/>\\\"\\\"\\\" key=\\\"ctrl-enter\\\">\\n\u003Cspan class=\\\"tbl-edit-menu\\\">\\n\u003C$set name=\\\"currentTable\\\" value={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} >\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Records\\\">\\n\\n''Query Records'' (tbl-filter) - filter syntax\u003Cbr>\\n\u003C$edit-text class=\\\"tbl-edit-wide\\\" tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-filter\\\"/>\\n\u003Cspan class=\\\"tc-popup-keep\\\">\\n\u003C$button popup=\\\"$:/state/tables/filter/preset-dropdown\\\" class=\\\"tc-btn-invisible\\\">\\n&nbsp;{{$:/core/images/down-arrow}}\\n\u003C/$button>\u003Cbr>\\n\u003C/span>\\n\u003C$reveal class=\\\"tc-block-dropdown\\\" state=\\\"$:/state/tables/filter/preset-dropdown\\\" type=\\\"popup\\\" position=\\\"belowleft\\\" animate=\\\"yes\\\">\\n\u003C$list filter=\\\"[[$:/plugins/aaldrich/tables/defaults]indexes[]]\\\" variable=\\\"filterList\\\">\\n\u003C$list filter=\\\"[[$:/plugins/aaldrich/tables/defaults]getindex\u003CfilterList>]\\\" variable=\\\"filterValues\\\" >\\n\u003C$set name=\\\"existingTableFilter\\\" filter=\\\"[{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}get[tbl-filter]]\\\">\\n\u003C$set name=\\\"existingTableFilterPrefix\\\" filter=\\\"[{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}get[tbl-filter]]\\\" value=\\\"+\\\" emptyValue=\\\"\\\">\\n\u003Ca style=\\\"margin:0 0 0 0;padding:0 0 0 0;\\\" >\u003C$button style=\\\"display:block;width:100%;text-align:left;margin:0 0 0 0;padding:4px 4px 4px 4px;\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} tbl-filter=\u003C\u003CtableFilterPick>> />\\\"\\\"\\\" class=\\\"tc-btn-invisible\\\">\u003C\u003CfilterList>>\u003C/$button>\u003C/a>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$list>\\n\u003C/$list>\\n\u003C/$reveal>\u003Cbr>\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\\\" setTo=true >edit presets\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\\\" setTo=false>close\\n\u003C/$button>\u003Cbr>\\n\u003C$edit-text tiddler=\\\"$:/plugins/aaldrich/tables/defaults\\\" field=\\\"text\\\"/>\\n\u003C/$reveal>\u003Cbr>\u003Cbr>\\n''Enter Records Manually'' (tbl-add-records) - filter syntax\u003Cbr>\\n\u003C$edit-text tag=textarea tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-add-records\\\"/>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Columns\\\">\\n\\n''Columns to Display'' (tbl-columns) - filter syntax\u003Cbr>\\n\u003C$edit-text class=\\\"tbl-edit-wide\\\" tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-columns\\\"/>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\\\" text=\\\"true\\\">\\n\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\\\" setTo=\\\"false\\\" >close\u003C/$button>\\n\\n!!''Assign/Modify Column Templates''\\n\\nUse the table below to assign fields/indexes to column templates by adding the field/index name to ''tbl-column-list''. \\n\\nUnassigned fields/indexes will inherit one of three default templates:\\n\\n*~$:/plugins/aaldrich/tables/template/header/default\u003Cbr>\\n*~$:/plugins/aaldrich/tables/template/body/default\u003Cbr>\\n*~$:/plugins/aaldrich/tables/template/footer/default\u003Cbr>\\n\\n(Optional) Restrict a field/index from edit mode by adding the field/index name to ''tbl-noedit''.\\n\\n{{$:/plugins/aaldrich/tables/editor/templates}}\\n\\n''Note:'' Ensure each field/index name is only assigned to one of each template type - header, body and footer.\u003Cbr>\u003Cbr>\\n\\n!!''Create New Column Template''\u003Cbr>\\n\\n__''Create Blank Template''__\u003Cbr>\\n\\n\u003C$edit-text tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" field=\\\"tbl-new-template-name\\\" placeholder=\\\"Template name (no spaces)...\\\" size=\\\"30\\\"/>\\n\u003C$set name=\\\"newTemplateTitle\\\" filter=\\\"[{$:/temp/tables/editor/settings-page-vars!!tbl-new-template-name}]+[addprefix[/]]+[addprefix{$:/temp/tables/editor/settings-page-vars!!tbl-new-template-type}]+[addprefix[$:/plugins/aaldrich/tables/template/]]\\\" value=\u003C\u003CnewTemplateTitle>> noValue=\\\"\\\" >\\n\u003C$select tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" field=\\\"tbl-new-template-type\\\" >\\n\u003Coption>header\u003C/option>\\n\u003Coption>body\u003C/option>\\n\u003Coption>footer\u003C/option>\\n\u003C/$select>\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-new-template-name\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" >\\n\u003C$action-setfield $tiddler=\u003C\u003CnewTemplateTitle>> tags=\\\"$:/tags/table/BodyTemplate\\\" tbl-column-list=\\\"\\\" tbl-noedit=\\\"\\\"/>\\n\u003C$action-setfield $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" tbl-new-template-name=\\\"\\\"/> create\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$set>\\n\\n__''Create Template Manually''__\u003Cbr>\\n\\n(Tip) One way to create a new template is to clone and modify an existing one.\u003Cbr>\\n\\n''Required Tags:''\u003Cbr>\\n\\n*''Header Templates'' - must be tagged with //''~$:/tags/table/HeaderTemplate''//\u003Cbr>\\n*''Body Templates'' - must be tagged with //''~$:/tags/table/BodyTemplate''//\u003Cbr>\\n*''Footer Templates'' - must be tagged with //''~$:/tags/table/FooterTemplate''//\u003Cbr>\\n\\n''Required Fields:''\u003Cbr>\\n\\n*//''tbl-column-list''// - used to assign fields/indexes to a column template\\n*//''tbl-noedit''// - used to restrict fields/indexes from entering //edit mode// \\n*//''text''// - template code (wikitext) - see below for useful macro parameters\\n\\n''Useful Macro Parameters''\\n\\n//Can be used anywhere inside the table container://\\n\\n*''current table:'' `\u003C\u003CcurrentTable>>`\\n*''input filter:'' `\u003C\u003CinputFilter>>`\\n*''processed filter:'' `\u003C\u003CtableFilter>>`\\n*''temporary table tiddler:'' `\u003C\u003CtempTable>>`\\n\\n//Can only be used in //Header//, //Footer// or //Body// Templates://\\n\\n*''current column:'' `\u003C\u003CcurrentColumn>>`\\n\\n//Can only be used in //Body// Templates://\\n\\n*''current record:'' `\u003C\u003CcurrentRecord>>`\\n*''temporary record tiddler:'' `\u003C\u003CtempRecord>>`\\n*''numerical record index (filter):'' `\u003C\u003CgetIndex>>`\\n\u003C/$reveal>\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\\\" setTo=\\\"true\\\">manage column templates\\n\u003C$action-setfield $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" tbl-new-template-type=\\\"body\\\"/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Sorting\\\">\\n\\n''Sort Type'' (tbl-sort-type)\u003Cbr>\\n\u003C$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-sort-type\\\">\\n\u003Coption>sort\u003C/option>\\n\u003Coption>nsort\u003C/option>\\n\u003Coption>sortcs\u003C/option>\\n\u003Coption>nsortcs\u003C/option>\\n\u003Coption>sortan\u003C/option>\\n\u003Coption>sortby\u003C/option>\\n\u003C/$select>\\n\\n''Sort By'' (tbl-sort-by)\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-sort-by\\\" size=22/>\\n\\n''Sort Negate (Invert Order)'' (tbl-sort-negate) \u003Cbr>\\n\u003C$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-sort-negate\\\" checked=\\\"true\\\" unchecked=\\\"false\\\">\\n\u003C$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-sort-negate\\\" mode=\\\"inline\\\"/>\u003C/$checkbox> \\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Limit\\\">\\n\\n''Limit'' (tbl-limit)\u003Cbr>\\n\u003C$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-limit\\\" >\\n\u003C$set name=\\\"limitFilter\\\" value={{$:/plugins/aaldrich/tables/defaults!!tbl-limit-choices}} >\\n\u003C$list filter=\u003C\u003ClimitFilter>>>\\n\u003Coption value={{!!title}}>Limit {{!!title}}\u003C/option>\\n\u003C/$list>\\n\u003C/$set>\\n\u003Coption value=9999999>Show All\u003C/option>\\n\u003C/$select>\\n\\n''Show Pagination'' (tbl-show-pagination)\u003Cbr>\\n\u003C$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-pagination\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\u003C\u003CcurrentTable>> tbl-page-marker=\\\"\\\"/>\u003C$list filter=\\\"[\u003CcurrentTable>tbl-show-pagination[false]]\\\" >\u003C$action-setfield $tiddler=\u003C\u003CcurrentTable>> tbl-limit=\\\"9999999\\\"/>\u003C/$list>\\\"\\\"\\\">\\n\u003Coption>true\u003C/option>\\n\u003Coption>false\u003C/option>\\n\u003Coption>auto\u003C/option>\\n\u003C/$select>\\n\\n''Pagination Marker'' (tbl-page-marker)\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-page-marker\\\" size=50/>\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" >\\n\u003C$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} $field=\\\"tbl-page-marker\\\" $value=\\\"\\\" />clear\\n\u003C/$button>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Theme\\\">\\n\\n''Stylesheet'' (tbl-class)\u003Cbr>\\n\u003C$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-class\\\">\\n\u003Coptgroup label=\\\"Parent Themes\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]has[tbl-class-name]contains:tbl-class-type[parent]sort[title]]\\\">\\n\u003Coption>{{!!tbl-class-name}}\u003C/option>\\n\u003C/$list>\\n\u003C/optgroup>\\n\u003Coptgroup label=\\\"Child Themes\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]has[tbl-class-name]contains:tbl-class-type[child]sort[title]]\\\">\\n\u003Coption>{{!!tbl-class-name}}\u003C/option>\\n\u003C/$list>\\n\u003C/optgroup>\\n\u003Coptgroup label=\\\"Other\\\">\\n\u003C$list filter=\\\"[all[tiddlers+shadows]has[tbl-class-name]!contains:tbl-class-type[child]!contains:tbl-class-type[parent]sort[title]]\\\">\\n\u003Coption>{{!!tbl-class-name}}\u003C/option>\\n\u003C/$list>\\n\u003Coption value=\\\"\\\" >inherit\u003C/option>\\n\u003C/optgroup>\\n\u003C/$select>\\n\u003C$set name=\\\"currentThemeClass\\\" filter=\\\"[{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}get[tbl-class]]\\\" value=\u003C\u003CcurrentThemeClass>> emptyValue=\\\"\\\" >\\n\u003C$set name=\\\"currentThemeTitle\\\" filter=\\\"[all[tiddlers+shadows]contains:tbl-class-name\u003CcurrentThemeClass>limit[1]]\\\" value=\u003C\u003CcurrentThemeTitle>> emptyValue=\\\"Inheriting style from {{$:/theme}}.\\\" >\\n\u003Ch2>\u003C\u003CcurrentThemeTitle>> \\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\\\" setTo=\\\"true\\\"> {{$:/core/images/edit-button}} \u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\\\" setTo=\\\"false\\\" >{{$:/core/images/done-button}}\u003C/$button>\\n\u003C/$reveal>\u003C/h2>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\\\" text=\\\"true\\\">\\n\u003Ctable style=\\\"width:100%;border-collapse: collapse; border: none;vertical-align:top;\\\">\\n \u003Ctr style=\\\"border: none;vertical-align:top;\\\">\\n \u003Ctd style=\\\"border: none;\\\">\\n\\n!!''Body''\\n\\n''All Rows Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-all\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-all\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\u003Cbr>\u003Cbr>\\n''Even Rows Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-even\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-even\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\u003Cbr>\u003Cbr>\\n''Odd Rows Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-odd\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-odd\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\u003Cbr>\u003Cbr>\\n''Row Hover Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-hover\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-row-hover\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\\n \u003C/td>\\n \u003Ctd style=\\\"border: none;\\\">\\n\\n!!''Header/Footer''\\n\\n''Header Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-header\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-header\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\u003Cbr>\u003Cbr>\\n''Footer Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-footer\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-footer\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\u003Cbr>\u003Cbr>\\n\\n!!''Caption''\\n\\n''Caption Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-caption\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-caption\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\\n \u003C/td>\\n \u003Ctd style=\\\"border: none;\\\">\\n\\n!!''Padding''\\n\\n__''Header/Footer''__\\n\\n''Padding Top/Bottom:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-pad-tb-headfoot\\\" tag=\\\"input\\\" size=\\\"16\\\"/>\\n\\n__''Body''__\\n\\n''Left/Right:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-pad-lr\\\" tag=\\\"input\\\" size=\\\"16\\\"/>\u003Cbr>\u003Cbr>\\n''Top/Bottom:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-pad-tb-body\\\" tag=\\\"input\\\" size=\\\"16\\\"/>\\n \u003C/td>\\n \u003Ctd style=\\\"border: none;\\\">\\n\\n!!''Text/Icons''\\n\\n''Text Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-text\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-text\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\u003Cbr>\u003Cbr>\\n''Text Hover Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-text-hover\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-text-hover\\\" tag=\\\"input\\\" size=\\\"8\\\"/>\u003Cbr>\u003Cbr>\\n''Font Size:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-size-font\\\" tag=\\\"input\\\" size=\\\"16\\\"/>\u003Cbr>\u003Cbr>\\n''Icon Size:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-size-icons\\\" tag=\\\"input\\\" size=\\\"16\\\"/>\\n \u003C/td>\\n \u003Ctd style=\\\"border: none;\\\">\\n\\n!!''Border''\\n\\n''Border Width:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-width-border\\\" tag=\\\"input\\\" size=\\\"16\\\"/>\u003Cbr>\u003Cbr>\\n''Border Color:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-border\\\" tag=\\\"input\\\" type=\\\"color\\\"/>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-color-border\\\" tag=\\\"input\\\" size=\\\"8\\\" />\u003Cbr>\u003Cbr>\\n\\n!!''Other''\\n\\n''Line Height:''\u003Cbr>\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"tbl-size-height\\\" tag=\\\"input\\\" size=\\\"16\\\"/>\\n \u003C/td>\\n \u003C/tr>\\n\u003C/table>\\n\u003Ch2>''Stylesheet:'' \\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\\\" setTo=\\\"true\\\">{{$:/core/images/edit-button}}\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\\\" text=\\\"true\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\\\" setTo=\\\"false\\\" >{{$:/core/images/done-button}}\u003C/$button>\\n\u003C/$reveal>\u003C/h2>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\\\" text=\\\"true\\\">\\n\u003C$edit-text tiddler=\u003C\u003CcurrentThemeTitle>> field=\\\"text\\\" tag=\\\"textarea\\\"/>\\n\u003C/$reveal>\\n\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-theme-delete-confirm\\\" text=\u003C\u003CcurrentThemeTitle>>>\\n\u003C$button style=\\\"color:red;fill:red;\\\" class=\\\"tc-btn-invisible\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-theme-delete-confirm\\\" setTo=\u003C\u003CcurrentThemeTitle>> >{{$:/core/images/delete-button}}'' delete theme''\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-theme-delete-confirm\\\" text=\u003C\u003CcurrentThemeTitle>>>\\n delete this theme? \u003C$button class=\\\"tc-btn-invisible\\\">\u003C$action-deletetiddler $tiddler=\u003C\u003CcurrentThemeTitle>>/>\u003C$action-setfield $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" tbl-theme-delete-confirm=\\\"\\\" />'' yes ''\u003C/$button> / \u003C$button class=\\\"tc-btn-invisible\\\">\u003C$action-setfield $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" tbl-theme-delete-confirm=\\\"\\\" />'' no ''\u003C/$button>\\n\u003C/$reveal>\\n\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\\\" text=\\\"true\\\">\\n\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\\\" setTo=\\\"false\\\" >close\u003C/$button>\u003Cbr>\\n\\n!!''Create New Theme''\\n\\n__''Clone Current Theme''__\\n\\n\u003C$edit-text tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" field=\\\"tbl-new-theme-class\\\" placeholder=\\\"Enter a class name (no spaces)...\\\" size=\\\"30\\\"/>\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" >\\n\u003C$set name=\\\"newThemeTitle\\\" filter=\\\"[{$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class}]+[addprefix[$:/plugins/aaldrich/tables/style/]]\\\" value=\u003C\u003CnewThemeTitle>> noValue=\\\"\\\" >\\n\u003C$action-setfield $tiddler=\u003C\u003CnewThemeTitle>> title=\u003C\u003CnewThemeTitle>> />\\n\u003C$list variable=\\\"themeFields\\\" filter=\\\"[\u003CcurrentThemeTitle>fields[]]-[[title]]-[[modified]]-[[created]]-[[tbl-class-type]]-[[text]]\\\">\\n\u003C$set name=\\\"themeFieldValues\\\" filter=\\\"[\u003CcurrentThemeTitle>get\u003CthemeFields>]\\\" value=\u003C\u003CthemeFieldValues>> noValue=\\\"\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003CnewThemeTitle>> $field=\u003C\u003CthemeFields>> $value=\u003C\u003CthemeFieldValues>> />\\n\u003C/$set>\\n\u003C/$list>\\n\u003C$action-setfield $tiddler=\u003C\u003CnewThemeTitle>> tbl-class-name={{$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class}} tbl-class-type=\\\"child\\\" text=\\\"{{||$:/plugins/aaldrich/tables/style/default}}\\\"/>\\n\u003C$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} tbl-class={{$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class}} />\\n\u003C$action-setfield $tiddler=\\\"$:/temp/tables/editor/settings-page-vars\\\" tbl-new-theme-class=\\\"\\\" />\\n\u003C/$set>\\n clone\u003C/$button>\\n\u003C/$reveal>\\n\\n__''Create Theme Manually''__\\n\\n''Required Tags:''\\n\\n*//''~$:/tags/Stylesheet''//\\n\\n''Required Fields:''\\n\\n*//''tbl-class-name''// - css class name (no spaces)\\n*//''tbl-class-type''// - parent or child (child themes inherit their css from a parent)\\n*//''text''// - stylesheet (wikitext)\\n**//parent theme// - uses css code\\n**//child theme// - uses a parent theme's code\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\\\" text=\\\"true\\\">\\n\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" set=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\\\" setTo=\\\"true\\\">more themes\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Override\\\">\\n\\n''Container'' (tbl-style-container) - css properties for the ``\u003Cdiv>`` element containing the table\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-style-container\\\" tag=\\\"textarea\\\"/>\\n\\n''Table'' (tbl-style-table) - css properties for the ``\u003Ctable>`` element\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-style-table\\\" tag=\\\"textarea\\\"/>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Colgroups\\\">\\n\\n''Show Colgroup'' (tbl-show-colgroup)\u003Cbr>\\n\u003C$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-colgroup\\\" checked=\\\"true\\\" unchecked=\\\"false\\\">\\n\u003C$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-colgroup\\\" mode=\\\"inline\\\"/>\u003C/$checkbox>\\n\\n''Colgroup Elements'' (tbl-style-colgroup) - series of ``\u003Ccol>`` elements to be included in the ``\u003Ccolgroup>`` element\u003Cbr> \\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-style-colgroup\\\" tag=\\\"textarea\\\"/>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Advanced Styles\\\">\\n\\n!!''Row Styling''\u003Cbr>\\n\\nStyle can be applied to individual records using a button or checkbox. CSS properties should be stored in tiddler: ``\u003C\u003CtempTableStyle>>`` in the index: ``\u003C\u003CcurrentRecord>>``.\\n\\nFor example, add the ''tbl-checkbox'' column to a table and set the ''check actions'' to:\\n\\n`\u003C$action-setfield $tiddler=\u003C\u003CtempTableStyle>> $index=\u003C\u003CcurrentRecord>> $value=\\\"background-color:green;\\\"/>`\\n\\nThen set the ''uncheck actions'' to:\\n\\n`\u003C$action-setfield $tiddler=\u003C\u003CtempTableStyle>> $index=\u003C\u003CcurrentRecord>> $value=\\\"\\\"/>`\\n\\nThis will cause the row's background to change to green when the checkbox is checked.\\n\\n!!''Column Styling''\u003Cbr>\\n\\nUse the ''Column Group'' options page to specify styles for individual columns using `\u003Ccol>` elements.\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Header/Footer\\\">\\n\\n''Show Header'' (tbl-show-header)\u003Cbr>\\n\u003C$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-header\\\" checked=\\\"true\\\" unchecked=\\\"false\\\">\\n\u003C$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-header\\\" mode=\\\"inline\\\"/>\u003C/$checkbox>\\n\\n''Show Footer'' (tbl-show-footer)\u003Cbr>\\n\u003C$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-footer\\\" checked=\\\"true\\\" unchecked=\\\"false\\\">\\n\u003C$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-footer\\\" mode=\\\"inline\\\"/>\u003C/$checkbox>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Caption\\\">\\n\\n''Show Caption'' (tbl-show-caption)\u003Cbr>\\n\u003C$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-caption\\\" checked=\\\"true\\\" unchecked=\\\"false\\\">\\n\u003C$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-caption\\\" mode=\\\"inline\\\"/>\u003C/$checkbox>\\n\\n''Caption'' (tbl-caption) - wikitext ({{$:/plugins/aaldrich/tables/defaults!!tbl-caption-mode}})\u003Cbr>\\n\u003C$edit-text tag=textarea tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-caption\\\"/>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Edit\\\">\\n\\n''Show Editor Button'' (tbl-show-edit)\u003Cbr>\\n\u003C$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-edit\\\" checked=\\\"true\\\" unchecked=\\\"false\\\">\\n\u003C$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-edit\\\" mode=\\\"inline\\\"/>\u003C/$checkbox>\u003Cbr>\\n''Attention:'' This will hide the {{$:/core/images/options-button}} button. To restore, manually set field ''tbl-show-edit'' to ''true''.\u003Cbr>\u003Cbr>\\n\\n''Show Mode Button'' (tbl-show-mode)\u003Cbr>\\n\u003C$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-mode\\\" checked=\\\"true\\\" unchecked=\\\"false\\\">\\n\u003C$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-show-mode\\\" mode=\\\"inline\\\"/>\u003C/$checkbox>\u003Cbr>\u003Cbr>\\n\\n''Mode'' (tbl-mode)\u003Cbr>\\n\u003C$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-mode\\\" >\\n\u003Coption>normal\u003C/option>\\n\u003Coption>edit\u003C/option>\\n\u003C/$select>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Defaults\\\">\\n\\n!!''Modify Table/Global Defaults''\\nDefault settings are stored here: ''~$:/plugins/aaldrich/tables/defaults''\u003Cbr>\\n\\n__''Table defaults:''__\\n\\n*All default table parameters can be modified.\\n\\n__''Global defaults:''__\\n\\n*''tbl-caption-mode'' - set caption to //inline// or //block// mode.\u003Cbr>\\n*''tbl-default-date-format'' - set default date format.\u003Cbr>\\n*''tbl-default-title'' - set default new table name.\u003Cbr>\\n*''tbl-temp-default-expand'' - set default expand column template.\u003Cbr>\\n*''tbl-limit-choices'' - set drop-down values for //limit// control.\u003Cbr>\\n*''tbl-temp-default-body'' - set the default body template for non-custom columns.\u003Cbr>\\n*''tbl-temp-default-body-edit'' - set the default body template for edit mode.\u003Cbr>\\n*''tbl-temp-default-foot'' - set the default footer template for non-custom columns.\u003Cbr>\\n*''tbl-temp-default-head'' - set the default header template for non-custom columns.\u003Cbr>\\n*''tbl-title-type-code'' - code to indicate the tiddler //type// in the title column.\u003Cbr>\\n*''tbl-title-type-show'' - show the tiddler //type// in the title column (true/false).\u003Cbr>\\n*''text'' - filter presets (data dictionary format)\u003Cbr>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Expand\\\">\\n\\n''To use:'' Add column: ''tbl-expand'' or ''tbl-expand-one'' to expand one row at a time.\u003Cbr>\\nAdd column: ''tbl-expand-many'' to expand multiple rows at a time.\\n\\n''Expand Target'' (tbl-expand) - text reference (spaces allowed, no quotes)\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-expand\\\" size=50/>\\n\u003C$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-expand\\\">\\n\u003Coption value=\\\"\\\">default\u003C/option>\\n\u003Coption value=\\\"$:/plugins/aaldrich/tables/template/expand/transclude\\\">transclude text\u003C/option>\\n\u003Coption value=\\\"$:/plugins/aaldrich/tables/template/expand/edit\\\">edit text\u003C/option>\\n\u003C/$select>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Button\\\">\\n\\n''To use:'' Add column: ''tbl-button'' \\n\\n''Button Icon'' (tbl-button-icon) - wikitext\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-button-icon\\\" size=50/> \u003Ch3>\u003C$list filter=\\\"[title\u003CcurrentTable>get[tbl-button-icon]]\\\">{{!!title}}\u003C/$list>\u003C/h3>\\n\\n\u003C$list variable=\\\"iconPickTitle\\\" filter=\\\"[all[shadows]prefix[$:/core/images/]]\\\">\\n\u003C$button class=\\\"tc-btn-invisible\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} tbl-button-icon=\u003C\u003CbuttonIconPick>>/>\\\"\\\"\\\" >\u003C\u003CbuttonIconPick>>\u003C/$button>\\n\u003C/$list>\\n\\n''Button Actions'' (tbl-button-actions) - series of action widgets\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-button-actions\\\" tag=\\\"textarea\\\"/>\\n\\n''Button Tooltip'' (tbl-button-tip) - plain text\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-button-tip\\\" size=50/>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Checkbox\\\">\\n\\n''To use:'' Add column: ''tbl-checkbox'' \\n\\n''Add/Remove Tag'' (tbl-checkbox-tag)\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-checkbox-tag\\\" size=22/>\\n\\n''Target Field'' (tbl-checkbox-field)\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-checkbox-field\\\" size=22/>\\n\\n''Select Value'' (tbl-checkbox-value-selected)\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-checkbox-value-selected\\\" size=22/>\\n\\n''Unselect Value'' (tbl-checkbox-value-unselected)\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-checkbox-value-unselected\\\" size=22/>\\n\\n''Select Actions'' (tbl-checkbox-actions-selected) - series of action widgets\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-checkbox-actions-selected\\\" tag=\\\"textarea\\\"/>\\n\\n''Unselect Actions'' (tbl-checkbox-actions-unselected) - series of action widgets\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-checkbox-actions-unselected\\\" tag=\\\"textarea\\\"/>\\n\\n''Checkbox Tooltip'' (tbl-checkbox-tip) - plain text\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-checkbox-tip\\\" size=50/>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Anything\\\">\\n\\n''To use:'' Add column: ''tbl-anything'' \\n\\n''Code'' (tbl-anything) - wikitext\u003Cbr>\\n\u003C$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\\\"tbl-anything\\\" tag=\\\"textarea\\\"/>\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"Getting Started\\\">\\n\\n{{$:/plugins/aaldrich/tables/readme}}\\n\u003C/$reveal>\\n\\n\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\\\" text=\\\"About\\\">\\n\\n!''~TiddlyTables''\\n!!Version {{$:/plugins/aaldrich/tables!!version}}\\n!!!created by {{$:/plugins/aaldrich/tables!!author}}\\nlast modified {{$:/plugins/aaldrich/tables!!modified}}\\n\\n__TiddlyWiki version {{$:/plugins/aaldrich/tables!!core-version}} or greater required.__\\n\\n//This plugin is free to use, modify and share. \\nWith special thanks to Jeremy Ruston and the entire ~TiddlyWiki community.//\\n\u003C/$reveal>\\n\\n\u003Cbr>\\n''Show Preview''\u003Cbr>\\n\u003C$checkbox tiddler=\\\"$:/temp/tables/editor/persist-vars\\\" field=\\\"tbl-show-preview\\\" checked=\\\"true\\\" unchecked=\\\"false\\\" default=\\\"false\\\">\\n\u003C$transclude tiddler=\\\"$:/temp/tables/editor/persist-vars\\\" field=\\\"tbl-show-preview\\\" mode=\\\"inline\\\"/>\u003C/$checkbox>\u003Cbr>\u003Cbr>\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/temp/tables/editor/persist-vars!!tbl-show-preview\\\" text=\\\"true\\\">\\n\u003C$set name=editorTarget value={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}}>\\n\u003C\u003CeditorPreview>>\\n\u003C/$set>\\n\u003C/$reveal>\\n\u003C/$set>\\n\u003C/span>\\n\u003C/$keyboard>\"},\"$:/plugins/aaldrich/tables/macro\":{\"title\":\"$:/plugins/aaldrich/tables/macro\",\"created\":\"20170205053213873\",\"modified\":\"20200103011234341\",\"revision\":\"0\",\"tags\":\"$:/tags/Macro\",\"tbl-false\":\"false\",\"tbl-true\":\"true\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define table(title:)\\n\u003C$set name=\\\"currentTable\\\" value=\u003C\u003C__title__>> emptyValue={{!!title}}>\\n\u003C$tiddler tiddler=\u003C\u003CcurrentTable>>>\\n\u003C!-- assign vars -->\\n\u003C$vars buttonAction={{!!tbl-button-actions}} buttonIcon={{!!tbl-button-icon}} anythingCode={{!!tbl-anything}} pageMarker={{!!tbl-page-marker}} enteredFilter={{!!tbl-filter}} enteredTitles={{!!tbl-add-records}} recordLimit={{!!tbl-limit}} sortBy={{!!tbl-sort-by}} sortType={{!!tbl-sort-type}} checkTag={{!!tbl-checkbox-tag}} checkSel={{!!tbl-checkbox-value-selected}} checkUnsel={{!!tbl-checkbox-value-unselected}} checkActions={{!!tbl-checkbox-actions-selected}} checkUnactions={{!!tbl-checkbox-actions-unselected}} >\\n\u003C$set name=\\\"tableExpand\\\" filter=\\\"[\u003CcurrentTable>get[tbl-expand]]\\\" emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-expand}} value={{!!tbl-expand}}>\\n\u003C$set name=\\\"checkField\\\" filter=\\\"[\u003CcurrentTable>get[tbl-checkbox-field]]\\\" emptyValue=\\\"modified\\\" value={{!!tbl-checkbox-field}}>\\n\u003C$set name=\\\"sortNeg\\\" filter=\\\"[\u003CcurrentTable>field:tbl-sort-negate[true]]\\\" emptyValue=\\\"\\\" value=\\\"!\\\">\\n\u003C$set name=\\\"pageFilter\\\" filter=\u003C\u003CnextFirst>> emptyValue=\\\"+[allafter{!!tbl-page-marker}]+[{!!tbl-page-marker}]\\\" value=\\\"+[allafter:including{!!tbl-page-marker}]\\\" >\\n\u003C$set name=\\\"includePage\\\" filter=\\\"[\u003CcurrentTable>get[tbl-page-marker]]\\\" emptyValue=\\\"\\\" value=\u003C\u003CpageFilter>> >\\n\u003C!-- check if table can be rendered properly -->\\n\u003C$set name=\\\"hideTable\\\" filter=\u003C\u003CcurrentTiddler>> value=\u003C\u003CcurrentTiddler>> emptyValue=\\\"$:/plugins/aaldrich/tables/template/expand/transclude\\\" >\\n\u003C$set name=\\\"hideTable\\\" filter=\\\"[\u003ChideTable>]-[[$:/plugins/aaldrich/tables/template/expand/transclude]]-[[field]]+[limit[1]]\\\" value=\\\"false\\\" emptyValue=\\\"true\\\">\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/plugins/aaldrich/tables/macro!!tbl-true\\\" text=\u003C\u003ChideTable>>>\\n''Table transclusion error: ''use //title// parameter: `\u003C\u003Ctable \\\"My Table\\\">>`.\\n\u003C/$reveal>\\n\u003C/$set>\\n\u003C$list filter=\\\"[\u003ChideTable>]-[[$:/plugins/aaldrich/tables/template/expand/transclude]]-[[field]]+[limit[1]]\\\" variable=\\\"showTable\\\">\\n\u003C!-- reveal refresh table button that adds req fields to a table using default values -->\\n\u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-columns\\\" text=\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" >{{$:/core/images/refresh-button}} Reset Table\u003C$action-setfield \\ntbl-add-records={{$:/plugins/aaldrich/tables/defaults!!tbl-add-records}}\\ntbl-anything={{$:/plugins/aaldrich/tables/defaults!!tbl-anything}}\\ntbl-button-actions={{$:/plugins/aaldrich/tables/defaults!!tbl-button-actions}}\\ntbl-button-icon={{$:/plugins/aaldrich/tables/defaults!!tbl-button-icon}}\\ntbl-button-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-button-tip}}\\ntbl-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-caption}}\\ntbl-checkbox-actions-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-selected}}\\ntbl-checkbox-actions-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-unselected}}\\ntbl-checkbox-field={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-field}}\\ntbl-checkbox-tag={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tag}}\\ntbl-checkbox-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tip}}\\ntbl-checkbox-value-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-selected}}\\ntbl-checkbox-value-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-unselected}}\\ntbl-class={{$:/plugins/aaldrich/tables/defaults!!tbl-class}}\\ntbl-columns={{$:/plugins/aaldrich/tables/defaults!!tbl-columns}}\\ntbl-expand={{$:/plugins/aaldrich/tables/defaults!!tbl-expand}}\\ntbl-filter={{$:/plugins/aaldrich/tables/defaults!!tbl-filter}}\\ntbl-show-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-show-caption}}\\ntbl-show-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-show-colgroup}}\\ntbl-show-edit={{$:/plugins/aaldrich/tables/defaults!!tbl-show-edit}}\\ntbl-show-footer={{$:/plugins/aaldrich/tables/defaults!!tbl-show-footer}}\\ntbl-show-header={{$:/plugins/aaldrich/tables/defaults!!tbl-show-header}}\\ntbl-show-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-show-mode}}\\ntbl-show-pagination={{$:/plugins/aaldrich/tables/defaults!!tbl-show-pagination}}\\ntbl-limit={{$:/plugins/aaldrich/tables/defaults!!tbl-limit}}\\ntbl-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-mode}}\\ntbl-page-marker={{$:/plugins/aaldrich/tables/defaults!!tbl-page-marker}}\\ntbl-sort-by={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-by}}\\ntbl-sort-negate={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-negate}}\\ntbl-sort-type={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-type}}\\ntbl-style-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-style-colgroup}}\\ntbl-style-container={{$:/plugins/aaldrich/tables/defaults!!tbl-style-container}}\\ntbl-style-table={{$:/plugins/aaldrich/tables/defaults!!tbl-style-table}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C!-- reveal table if req field (tbl-columns) exists -->\\n\u003C$reveal type=\\\"nomatch\\\" state=\\\"!!tbl-columns\\\" text=\\\"\\\" tag=\\\"div\\\" style={{!!tbl-style-container}} class={{!!tbl-class}}>\\n{{||$:/plugins/aaldrich/tables/view}}\\n\u003C/$reveal>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$vars>\\n\u003C/$tiddler>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define inputFilter()\\n$(enteredFilter)$[list[$(currentTable)$!!tbl-add-records]]\\n\\\\end\\n\\n\\\\define resetPagination()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[first[]]\\n\\\\end\\n\\n\\\\define veryFirst()\\n$(inputFilter)$+[$(sortType)$[title]$(sortType)$[$(currentColumn)$]]+[first[]]\\n\\\\end\\n\\n\\\\define veryLast()\\n$(inputFilter)$+[!$(sortType)$[title]$(sortType)$[$(currentColumn)$]]+[last[]]\\n\\\\end\\n\\n\\\\define previousFirst()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allbefore[$(pageMarker)$]]+[last[$(recordLimit)$]]+[first[]]\\n\\\\end\\n\\n\\\\define nextFirst()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allafter[$(pageMarker)$]]+[limit[$(recordLimit)$]]+[last[]]\\n\\\\end\\n\\n\\\\define lastRec()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allafter:including[$(pageMarker)$]]+[limit[$(recordLimit)$]]+[last[]]\\n\\\\end\\n\\n\\\\define getFirst()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allbefore[$(pageMarker)$]]+[prepend[1]]\\n\\\\end\\n\\n\\\\define getLast()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allbefore:including[$(lastRecord)$]]\\n\\\\end\\n\\n\\\\define tableFilter()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]$(includePage)$+[limit[$(recordLimit)$]]\\n\\\\end\\n\\n\\\\define showDeleteConfirm()\\n$(tableFilter)$+[limit[1]]\\n\\\\end\\n\\n\\\\define checkboxFilter()\\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]$(includePage)$+[limit[$(recordLimit)$]!tag[$(checkTag)$]!$(checkField)$[$(checkSel)$]]\\n\\\\end\\n\\n\\\\define checkboxTest()\\n[[$(currentRecord)$]!tag[$(checkTag)$]!$(checkField)$[$(checkSel)$]]\\n\\\\end\\n\\n\\\\define overLimit()\\n$(inputFilter)$+[limit[$(recordLimit)$]]+[nth[$(totalCount)$]addprefix[zzz]][[$(currentTable)$]get[tbl-show-pagination]]+[remove[auto]reverse[]][range[$(filteredCount)$]]+[butlast[$(totalCount)$]]\\n\\\\end\\n\\n\\\\define tempTable()\\n$:/temp/tables/$(currentTable)$\\n\\\\end\\n\\n\\\\define tempTableExpand()\\n$:/temp/tables/expand/$(currentTable)$\\n\\\\end\\n\\n\\\\define tempTableStyle()\\n$:/temp/tables/style/$(currentTable)$\\n\\\\end\\n\\n\\\\define tempTagPopup()\\n$(tempTable)$/$(currentRecord)$/$(currentTiddler)$\\n\\\\end\\n\\n\\\\define tempRecord()\\n$(tempTable)$/$(currentRecord)$\\n\\\\end\\n\\n\\\\define tempPath()\\n$(tempTable)$##$(currentRecord)$\\n\\\\end\\n\\n\\\\define tempPathExpand()\\n$(tempTableExpand)$##$(currentRecord)$\\n\\\\end\\n\\n\\\\define tableExpandRender()\\n{{$(tableExpand)$}}\\n\\\\end\\n\\n\\\\define buttonIconPick()\\n{{$(iconPickTitle)$}}\\n\\\\end\\n\\n\\\\define expandClassFilter()\\n[title[$(childTable)$]get[tbl-columns]]\\n\\\\end\\n\\n\\\\define expandResetNested()\\n[title[$(childTable)$]get[tbl-page-marker]]\\n\\\\end\\n\\n\\\\define editorPreview()\\n{{$(editorTarget)$}}\\n\\\\end\\n\\n\\\\define tableFilterPick()\\n$(existingTableFilter)$$(existingTableFilterPrefix)$$(filterValues)$\\n\\\\end\\n\\n\\\\define getIndex()\\n$(inputFilter)$+[$(sortType)$[title]]+[allbefore:including[$(currentRecord)$]count[]]\\n\\\\end\"},\"$:/plugins/aaldrich/tables/pagination\":{\"title\":\"$:/plugins/aaldrich/tables/pagination\",\"created\":\"20170212033753546\",\"modified\":\"20191208103301563\",\"tags\":\"\",\"text\":\"\u003C$vars filteredCount=\\\"\\\"\\\"\u003C$count filter=\u003C\u003CtableFilter>>/>\\\"\\\"\\\" totalCount=\\\"\\\"\\\"\u003C$count filter=\u003C\u003CinputFilter>>/>\\\"\\\"\\\" firstCount=\\\"\\\"\\\"\u003C$count filter=\u003C\u003CgetFirst>>/>\\\"\\\"\\\" lastCount=\\\"\\\"\\\"\u003C$count filter=\u003C\u003CgetLast>>/>\\\"\\\"\\\" pageSetting={{!!tbl-show-pagination}} >\\n\u003C$wikify name=\\\"totalCount\\\" text=\u003C\u003CtotalCount>> mode=\\\"inline\\\">\\n\u003C$wikify name=\\\"filteredCount\\\" text=\u003C\u003CfilteredCount>> mode=\\\"inline\\\">\\n\u003C$set name=\\\"pageReq\\\" filter=\u003C\u003CoverLimit>> value=\u003C\u003CpageSetting>> emptyValue=\\\"true\\\" >\\n\u003C$wikify name=\\\"pageReq\\\" text=\u003C\u003CpageReq>> mode=\\\"inline\\\">\\n\u003C$reveal type=\\\"match\\\" state=\\\"$:/plugins/aaldrich/tables/macro!!tbl-true\\\" text=\u003C\u003CpageReq>> tag=\\\"div\\\" >\\n\u003C$set name=\\\"lastRecord\\\" filter=\u003C\u003ClastRec>> value=\u003C\u003ClastRecord>> emptyValue={{!!tbl-page-marker}} >\\n\u003C$wikify name=\\\"lastRecord\\\" text=\u003C\u003ClastRecord>> mode=\\\"inline\\\">\\n\u003C$set name=\\\"firstRecord\\\" filter=\u003C\u003CresetPagination>> value=\u003C\u003CfirstRecord>> >\\n\u003C$wikify name=\\\"firstRecord\\\" text=\u003C\u003CfirstRecord>> mode=\\\"inline\\\">\\n\u003C$wikify name=\\\"recordCount\\\" text=\\\"\\\"\\\"\u003C$count filter=\u003C\u003CtableFilter>>/>\\\"\\\"\\\" mode=\\\"inline\\\">\\n\u003C$set name=\\\"previousPage\\\" filter=\u003C\u003CpreviousFirst>> value=\u003C\u003CpreviousPage>> emptyValue=\u003C\u003CfirstRecord>>>\\n\u003C$wikify name=\\\"previousPage\\\" text=\u003C\u003CpreviousPage>> mode=\\\"inline\\\">\\n\u003C$set name=\\\"nextPage\\\" filter=\u003C\u003CnextFirst>> value=\u003C\u003CnextPage>> emptyValue={{!!tbl-page-marker}} >\\n\u003C$wikify name=\\\"nextPage\\\" text=\u003C\u003CnextPage>> mode=\\\"inline\\\">\\n{{||$:/plugins/aaldrich/tables/template/pagination/default}}\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/$wikify>\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/$wikify>\\n\u003C/$set>\\n\u003C/$reveal> \\n\u003C/$wikify>\\n\u003C/$set> \\n\u003C/$wikify>\\n\u003C/$wikify>\\n\u003C/$vars>\"},\"$:/plugins/aaldrich/tables/readme\":{\"title\":\"$:/plugins/aaldrich/tables/readme\",\"created\":\"20170207092135594\",\"modified\":\"20191210033829409\",\"tags\":\"\",\"text\":\"!!''~TiddlyTables'' is a plugin for ~TiddlyWiki to create advanced sortable tables.\\n\\nPut simply, a filter is used to return a list of tiddler titles, or ''records''. and a list of field/index names determines what ''columns'' to display. \\n\\nThe best way to explore the many features of ~TiddlyTables is to create a new table and start editing.\\n\\n#''Install'' - Drag this link into your ~TiddlyWiki: [[$:/plugins/aaldrich/tables]]\\n#''Create'' - There are two ways to create a ~TiddlyTable.\\n##Click the ''New Table'' button in the //Page Toolbar//: \u003Ch2>{{$:/plugins/aaldrich/tables/button/image}}\u003C/h2>\\n##Manual method\\n###Add ''``\u003C\u003Ctable \\\"My New Table\\\">>``'' to the text field of a new or existing tiddler. \\n###Save tiddler. A button is rendered on the tiddler.\\n###Click ''Reset Table'' button. This creates the required //tbl// fields and renders the table.\\n###//Note: `\u003C\u003Ctable>>` with no title parameter will store its fields in the current tiddler.//\\n#''Edit'' - There are two ways to edit the table.\\n##Graphically (recommended)\\n###Click the {{$:/core/images/options-button}} Button above the table to edit ''Table Options''.\\n###Click the {{$:/core/images/edit-button}} Button above the table to toggle ''Edit Mode''.\\n##Manually - Edit the tiddler and modify //tbl// fields.\\n#''Customize'' - ~TiddlyTables are highly customizable.\\n##''Defaults'' - [[$:/plugins/aaldrich/tables/defaults]]\\n\\n##''Themes'' (Stylesheet) - prefix ~$:/plugins/aaldrich/tables/style...\\n###Tagged ~$:/tags/Stylesheet (required)\\n###Field tbl-class-name (required)\\n###Global default setting - tbl-class field\\n\\n##''Column Templates'' - determine how columns are rendered.\\n\\n###Each column has three template types:\\n####''Header'' - prefix ~$:/plugins/aaldrich/tables/template/header...\\n#####Tagged ~$:/tags/table/HeaderTemplate (required)\\n#####Global default setting - tbl-temp-default-header field\\n\\n####''Body'' - prefix ~$:/plugins/aaldrich/tables/template/body...\\n#####Tagged ~$:/tags/table/BodyTemplate (required)\\n#####Global default setting - tbl-temp-default-body field\\n\\n####''Footer'' - prefix ~$:/plugins/aaldrich/tables/template/footer...\\n#####Tagged ~$:/tags/table/FooterTemplate (required)\\n#####Global default setting - tbl-temp-default-footer field\\n\\n###Add fields/index names to the field ''tbl-column-list'' of a template to assign them.\\n###If a field/index is not assigned to a template of a particular type, the default template for that type is used.\\n###New templates can be created or cloned from an existing one.\\n\\n##''Expand Templates'' - prefix ~$:/plugins/aaldrich/tables/template/expand...\\n###Tagged ~$:/tags/table/ExpandTemplate (required)\\n###Default setting - tbl-temp-default-expand field\\n\\n##''Pagination Template'' - ~$:/plugins/aaldrich/tables/template/pagination/default\\n###No mechanism to change on per-table basis. No tag required.\\n###No default setting\\n###To modify, edit the default pagination template.\"},\"$:/plugins/aaldrich/tables/style/dark\":{\"title\":\"$:/plugins/aaldrich/tables/style/dark\",\"created\":\"20190723034929272\",\"modified\":\"20191205031607095\",\"tags\":\"$:/tags/Stylesheet\",\"tbl-class-name\":\"tbl-style-dark\",\"tbl-class-type\":\"child\",\"tbl-color-border\":\"#999999\",\"tbl-color-caption\":\"#3D3D3D\",\"tbl-color-footer\":\"#595959\",\"tbl-color-header\":\"#595959\",\"tbl-color-row-all\":\"#686868\",\"tbl-color-row-even\":\"#737373\",\"tbl-color-row-hover\":\"#46486B\",\"tbl-color-row-odd\":\"#7A7A7A\",\"tbl-color-text\":\"#FFFFFF\",\"tbl-color-text-hover\":\"#FFFEE2\",\"tbl-pad-lr\":\"7px\",\"tbl-pad-tb-body\":\"1px\",\"tbl-pad-tb-headfoot\":\"2px\",\"tbl-size-font\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-size-height\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}\",\"tbl-size-icons\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-width-border\":\"1px\",\"text\":\"{{||$:/plugins/aaldrich/tables/style/default}}\"},\"$:/plugins/aaldrich/tables/style/default\":{\"title\":\"$:/plugins/aaldrich/tables/style/default\",\"created\":\"20190723034442800\",\"modified\":\"20191215064245416\",\"tags\":\"$:/tags/Stylesheet\",\"tbl-class-name\":\"tbl-style-default\",\"tbl-class-type\":\"parent\",\"tbl-color-border\":\"#DDDDDD\",\"tbl-color-caption\":\"#DDDDDD\",\"tbl-color-footer\":\"#F0F0F0\",\"tbl-color-header\":\"#F0F0F0\",\"tbl-color-row-all\":\"#FFFFFF\",\"tbl-color-row-even\":\"#FCFCFC\",\"tbl-color-row-hover\":\"#FFFEE2\",\"tbl-color-row-odd\":\"#FFFFFF\",\"tbl-color-text\":\"#000000\",\"tbl-color-text-hover\":\"#001177\",\"tbl-pad-lr\":\"7px\",\"tbl-pad-tb-body\":\"2px\",\"tbl-pad-tb-headfoot\":\"4px\",\"tbl-size-font\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-size-height\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}\",\"tbl-size-icons\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-width-border\":\"1px\",\"text\":\"\u003C!-- CONTAINER/TABLE-->\\n.{{!!tbl-class-name}} { \\n text-shadow: none;\\n width:100%;\\n overflow:visible;\\n}\\n\\n.{{!!tbl-class-name}} > table{ \\n text-shadow: none;\\n border-collapse: collapse;\\n caption-side: top;\\n table-layout:auto;\\n width:100%;\\n margin: 0 0 0 0;\\n border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n}\\n\\n\u003C!--CAPTION-->\\n.{{!!tbl-class-name}} > table > caption {\\n margin: 0 0 0 0;\\n padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\\n text-shadow: none;\\n color:{{!!tbl-color-text}};\\n background-color:{{!!tbl-color-caption}};\\n vertical-align: middle;\\n font-size: {{!!tbl-size-font}};\\n line-height: {{!!tbl-size-height}};\\n border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-bottom: 0px solid {{!!tbl-color-border}};\\n border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n text-align:center;\\n}\\n\\n.{{!!tbl-class-name}} > table > caption *,\\n.{{!!tbl-class-name}} > table > caption > div *{\\n margin: 0 0 0 0;\\n padding: 0 0 0 0;\\n text-shadow: none;\\n color:{{!!tbl-color-text}};\\n fill:{{!!tbl-color-text}};\\n}\\n\\n.{{!!tbl-class-name}} > table > caption > div > .tbl-hidden-edit{\\n background: transparent !important;\\n border: none;\\n color:{{!!tbl-color-text}}!important;\\n}\\n\\n.{{!!tbl-class-name}} > table > caption > div > .tbl-hidden-edit-wide{\\n width: 100%;\\n background: transparent !important;\\n border: none;\\n color:{{!!tbl-color-text}}!important;\\n}\\n\\n\u003C!--HEADER-->\\n .{{!!tbl-class-name}} > table > thead {\\n text-shadow: none;\\n}\\n\\n.{{!!tbl-class-name}} > table > thead > tr {\\n text-shadow: none;\\n background: {{!!tbl-color-header}};\\n vertical-align: middle;\\n font-size: {{!!tbl-size-font}};\\n line-height: {{!!tbl-size-height}};\\n}\\n\\n.{{!!tbl-class-name}} > table > thead > tr > th {\\n text-shadow: none;\\n color:{{!!tbl-color-text}};\\n background: transparent;\\n margin: 0 0 0 0;\\n padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\\n border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n text-align: left;\\n vertical-align: middle;\\n font-size: {{!!tbl-size-font}};\\n line-height: {{!!tbl-size-height}};\\n white-space: nowrap;\\n}\\n\\n.{{!!tbl-class-name}} > table > thead> tr > th p, \\n.{{!!tbl-class-name}} > table > thead> tr > th a,\\n.{{!!tbl-class-name}} > table > thead> tr > th button,\\n.{{!!tbl-class-name}} > table > thead> tr > th .tc-tiddlylink {\\n text-shadow: none;\\n margin: 0 0 0 0;\\n padding: 0 0 0 0;\\n color:{{!!tbl-color-text}};\\n font-weight: bold;\\n}\\n\\n.{{!!tbl-class-name}} > table > thead> tr > th > button > svg,\\n.{{!!tbl-class-name}} > table > thead> tr > th > span > button > svg {\\n text-shadow: none;\\n fill:{{!!tbl-color-text}};\\n height:{{!!tbl-size-icons}};\\n padding:0 0 2px 0;\\n}\\n\\n.{{!!tbl-class-name}} > table > thead> tr > th > button.tbl-sort-svg > svg {\\n text-shadow: none;\\n fill:{{!!tbl-color-text}};\\n height:10px;\\n padding:0 0 2px 0;\\n}\\n\\n\u003C!--FOOTER-->\\n.{{!!tbl-class-name}} > table > tfoot {\\n text-shadow: none;\\n}\\n\\n.{{!!tbl-class-name}} > table > tfoot > tr {\\n text-shadow: none;\\n background: {{!!tbl-color-footer}};\\n vertical-align: middle;\\n font-size: {{!!tbl-size-font}};\\n line-height: {{!!tbl-size-height}};\\n}\\n\\n.{{!!tbl-class-name}} > table > tfoot > tr > th {\\n text-shadow: none;\\n color:{{!!tbl-color-text}};\\n background: transparent;\\n margin: 0 0 0 0;\\n padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\\n border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n text-align: left;\\n vertical-align: middle;\\n font-size: {{!!tbl-size-font}};\\n line-height: {{!!tbl-size-height}};\\n white-space: nowrap;\\n}\\n\\n.{{!!tbl-class-name}} > table > tfoot> tr > th p, \\n.{{!!tbl-class-name}} > table > tfoot> tr > th a,\\n.{{!!tbl-class-name}} > table > tfoot> tr > th button,\\n.{{!!tbl-class-name}} > table > tfoot> tr > th .tc-tiddlylink {\\n text-shadow: none;\\n margin: 0 0 0 0;\\n padding: 0 0 0 0;\\n color:{{!!tbl-color-text}};\\n font-weight: bold;\\n}\\n\\n.{{!!tbl-class-name}} > table > tfoot> tr > th > button > svg,\\n.{{!!tbl-class-name}} > table > tfoot> tr > th > span > button > svg {\\n text-shadow: none;\\n fill:{{!!tbl-color-text}};\\n height:{{!!tbl-size-icons}};\\n padding:0 0 2px 0;\\n}\\n\\n.{{!!tbl-class-name}} > table > tfoot> tr > th > button.tbl-sort-svg > svg {\\n text-shadow: none;\\n fill:{{!!tbl-color-text}};\\n height:10px;\\n padding:0 0 2px 0;\\n}\\n\\n\u003C!--BODY-->\\n.{{!!tbl-class-name}} > table > tbody {\\n text-shadow: none;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody > tr {\\n text-shadow: none;\\n background: {{!!tbl-color-row-all}};\\n vertical-align: middle;\\n font-size: {{!!tbl-size-font}};\\n line-height: {{!!tbl-size-height}};\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody > tr > td {\\n text-shadow: none;\\n color:{{!!tbl-color-text}};\\n background: transparent;\\n margin: 0 0 0 0;\\n padding: {{!!tbl-pad-tb-body}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-body}} {{!!tbl-pad-lr}};\\n border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n text-align: left;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody > tr > td.tbl-tag-template > div > div.tc-tags-wrapper {\\nmargin:0 0 0 0;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > p > svg{\\n vertical-align: middle;\\n fill:{{!!tbl-color-text}};\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > a > sup{\\n -webkit-touch-callout: none;\\n -webkit-user-select: none;\\n -khtml-user-select: none;\\n -moz-user-select: none;\\n -ms-user-select: none;\\n user-select: none;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > p,\\n.{{!!tbl-class-name}} > table > tbody> tr > td > p > a, \\n.{{!!tbl-class-name}} > table > tbody> tr > td > a,\\n.{{!!tbl-class-name}} > table > tbody> tr > td > a > a,\\n.{{!!tbl-class-name}} > table > tbody> tr > td > button, \\n.{{!!tbl-class-name}} > table > tbody> tr > td > .tc-tiddlylink,\\n.{{!!tbl-class-name}} > table > tbody> tr > td > a > a.tc-tiddlylink{\\n text-shadow: none;\\n margin:0 0 0 0;\\n color:{{!!tbl-color-text}};\\n background-color:transparent;\\n font-weight: normal;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > button > svg {\\n text-shadow: none;\\n fill:{{!!tbl-color-text}};\\n height:{{!!tbl-size-icons}};\\n padding:0 0 2px 0;\\n align:center;\\n}\\n\\n\\n\u003C!-- EVEN/ODD & ROW HIGHLIGHT -->\\n.{{!!tbl-class-name}} > table > tbody > tr.tbl-record-row:nth-child(odd) {\\n background-color: {{!!tbl-color-row-odd}};\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody > tr.tbl-record-row:nth-child(even) {\\n background-color: {{!!tbl-color-row-even}};\\n}\\n\\n\u003C!--ROW HOVER-->\\n.{{!!tbl-class-name}} > table > tbody > tr.tbl-record-row:hover {\\n background-color: {{!!tbl-color-row-hover}};\\n}\\n\\n\u003C!--LINK HOVER-->\\n.{{!!tbl-class-name}} > table > caption a:hover,\\n.{{!!tbl-class-name}} > table > caption > .tc-tiddlylink:hover {\\n color:{{!!tbl-color-text-hover}};\\n text-decoration: none;\\n font-weight: normal;\\n}\\n\\n.{{!!tbl-class-name}} > table > thead > tr > th a:hover, \\n.{{!!tbl-class-name}} > table > thead > tr > th button:hover,\\n.{{!!tbl-class-name}} > table > thead> tr > th > .tc-tiddlylink:hover {\\n color: {{!!tbl-color-text}};\\n text-decoration: none;\\n font-weight: bold;\\n}\\n\\n.{{!!tbl-class-name}} > table > tfoot > tr > th a:hover,\\n.{{!!tbl-class-name}} > table > tfoot > tr > th button:hover,\\n.{{!!tbl-class-name}} > table > tfoot> tr > th > .tc-tiddlylink:hover {\\n color: {{!!tbl-color-text}};\\n text-decoration: none;\\n font-weight: bold;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody > tr > td a:hover,\\n.{{!!tbl-class-name}} > table > tbody > tr > td > a > a:hover,\\n.{{!!tbl-class-name}} > table > tbody > tr > td > .tc-tiddlylink:hover, \\n.{{!!tbl-class-name}} > table > tbody > tr > td > a > .tc-tiddlylink:hover{\\n color:{{!!tbl-color-text-hover}};\\n text-decoration: none;\\n font-weight: normal;\\n}\\n\\n.{{!!tbl-class-name}} > div a:hover,\\n.{{!!tbl-class-name}} > div .tc-tiddlylink:hover {\\n color: {{!!tbl-color-text-hover}};\\n text-decoration: none;\\n font-weight: normal;\\n}\\n\\n\u003C!--INPUTS-->\\n.{{!!tbl-class-name}} > table > tbody> tr > .tbl-inpt-edit > input[type=\\\"text\\\"],\\n.{{!!tbl-class-name}} > table > tbody> tr > .tbl-inpt-edit > textarea {\\n width: 100%;\\n background-color: transparent;\\n border: none;\\n color: {{!!tbl-color-text}};\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody > tr > .tbl-inpt-check > span > button > label > input[type=\\\"checkbox\\\"],\\n.{{!!tbl-class-name}} > table > thead > tr > .tbl-inpt-check > span > button > label > input[type=\\\"checkbox\\\"]{\\n vertical-align: middle;\\n margin: 0px 0px 2px 0px;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > select {\\n background: transparent;\\n border: none;\\n color: {{!!tbl-color-text}};\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > select > option {\\n background: {{!!tbl-color-row-all}};\\n border: none;\\n color: {{!!tbl-color-text}};\\n}\\n\\n\u003C!--EXPAND-->\\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-pad,\\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-pad > p > pre {\\n background-color: transparent;\\n border: none;\\n color: {{!!tbl-color-text}};\\n padding: 5px 8px 5px 8px;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-nopad,\\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-nopad > p,\\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-nopad > p > pre {\\n background-color: transparent;\\n border: none;\\n color: {{!!tbl-color-text}};\\n margin: 0 0 0 0;\\n padding: 0 0 0 0;\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > p > .tbl-inpt-edit {\\n width: 100%;\\n background-color: transparent;\\n border: none;\\n color: {{!!tbl-color-text}};\\n}\\n\\n.{{!!tbl-class-name}} > table > tbody> tr > td > canvas {\\n width: 100%;\\n background-color: transparent;\\n border: none;\\n color: ;\\n padding: 0 0 0 0;\\n margin: 0 0 0 0;\\n}\\n\\n\u003C!--PAGINATION-->\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer,\\n.{{!!tbl-class-name}} > div > span > div.tbl-page-refresh {\\n text-align: center;\\n margin: 0 0 0 0;\\n padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\\n color:{{!!tbl-color-text}};\\n background-color:{{!!tbl-color-caption}};\\n font-size: {{!!tbl-size-font}};\\n line-height: {{!!tbl-size-height}};\\n border-top: 0px solid {{!!tbl-color-border}};\\n border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\\n}\\n\\n.{{!!tbl-class-name}} > div > span > div.tbl-page-refresh > button,\\n.{{!!tbl-class-name}} > div > span > div.tbl-page-refresh > .tc-tiddlylink{\\n padding: 0 0 0 0;\\n margin: 0 0 0 0;\\n color:{{!!tbl-color-text}};\\n font-weight: normal;\\n font-size: {{!!tbl-size-font}};\\n}\\n\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-prev > button,\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-prev > .tc-tiddlylink{\\n padding: 0 0 0 0;\\n margin: 2px 0 0 0;\\n color:{{!!tbl-color-text}};\\n font-weight: normal;\\n font-size: {{!!tbl-size-font}};\\n float:left;\\n}\\n\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-next > button,\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-next > .tc-tiddlylink{\\n padding: 0 0 0 0;\\n margin: 2px 0 0 0;\\n color:{{!!tbl-color-text}};\\n font-weight: normal;\\n font-size: {{!!tbl-size-font}};\\n float:right;\\n}\\n\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > select {\\n padding: 0 0 0 0;\\n margin: 0 0 0 0;\\n background: transparent;\\n border: none;\\n color: {{!!tbl-color-text}};\\n}\\n\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-prev > button > svg,\\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-next > button > svg {\\n text-shadow: none;\\n fill:{{!!tbl-color-text}};\\n padding:0 0 3px 0;\\n}\\n\\n\u003C!--DELETE CONFIRMATION-->\\n.tbl-delete-confirm {\\n color: white;\\n background-color:red;\\n padding: 8px;\\n margin: 0px;\\n text-align:center;\\n}\\n\\n.tbl-delete-confirm > button {\\n color: white;\\n fill: white;\\n}\\n\\n\u003C!--EDIT MENU-->\\n.tbl-edit-menu textarea{\\n width:100%;\\n}\\n.tbl-edit-wide{\\n width:94%;\\n}\"},\"$:/plugins/aaldrich/tables/style/invisible\":{\"title\":\"$:/plugins/aaldrich/tables/style/invisible\",\"created\":\"20190723040014559\",\"modified\":\"20191205031632668\",\"tags\":\"$:/tags/Stylesheet\",\"tbl-class-name\":\"tbl-style-invisible\",\"tbl-class-type\":\"child\",\"tbl-color-border\":\"#000000\",\"tbl-color-caption\":\"transparent\",\"tbl-color-footer\":\"transparent\",\"tbl-color-header\":\"transparent\",\"tbl-color-row-all\":\"transparent\",\"tbl-color-row-even\":\"transparent\",\"tbl-color-row-hover\":\"transparent\",\"tbl-color-row-odd\":\"transparent\",\"tbl-color-text\":\"#000000\",\"tbl-color-text-hover\":\"#001177\",\"tbl-pad-lr\":\"7px\",\"tbl-pad-tb-body\":\"1px\",\"tbl-pad-tb-headfoot\":\"2px\",\"tbl-size-font\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-size-height\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}\",\"tbl-size-icons\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-width-border\":\"0px\",\"text\":\"{{||$:/plugins/aaldrich/tables/style/default}}\"},\"$:/plugins/aaldrich/tables/style/standard\":{\"title\":\"$:/plugins/aaldrich/tables/style/standard\",\"created\":\"20190723034800933\",\"modified\":\"20191205031639271\",\"tags\":\"$:/tags/Stylesheet\",\"tbl-class-name\":\"tbl-style-standard\",\"tbl-class-type\":\"child\",\"tbl-color-border\":\"#a5a5a5\",\"tbl-color-caption\":\"#c6c6c6\",\"tbl-color-footer\":\"#E0E0E0\",\"tbl-color-header\":\"#E0E0E0\",\"tbl-color-row-all\":\"#FFFFFF\",\"tbl-color-row-even\":\"#FFFFFF\",\"tbl-color-row-hover\":\"#f2f6ff\",\"tbl-color-row-odd\":\"#FFFFFF\",\"tbl-color-text\":\"#000000\",\"tbl-color-text-hover\":\"#001177\",\"tbl-pad-lr\":\"7px\",\"tbl-pad-tb-body\":\"3px\",\"tbl-pad-tb-headfoot\":\"5px\",\"tbl-size-font\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-size-height\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}\",\"tbl-size-icons\":\"{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}\",\"tbl-width-border\":\"1px\",\"text\":\"{{||$:/plugins/aaldrich/tables/style/default}}\"},\"$:/plugins/aaldrich/tables/style/tight\":{\"title\":\"$:/plugins/aaldrich/tables/style/tight\",\"created\":\"20190726060145636\",\"modified\":\"20191215061001950\",\"tags\":\"$:/tags/Stylesheet\",\"tbl-class-name\":\"tbl-style-tight\",\"tbl-class-type\":\"child\",\"tbl-color-border\":\"#DDDDDD\",\"tbl-color-caption\":\"#DDDDDD\",\"tbl-color-footer\":\"#F0F0F0\",\"tbl-color-header\":\"#F0F0F0\",\"tbl-color-row-all\":\"#FFFFFF\",\"tbl-color-row-even\":\"#FCFCFC\",\"tbl-color-row-hover\":\"#FFFEE2\",\"tbl-color-row-odd\":\"#FFFFFF\",\"tbl-color-text\":\"#000000\",\"tbl-color-text-hover\":\"#001177\",\"tbl-pad-lr\":\"7px\",\"tbl-pad-tb-body\":\"1px\",\"tbl-pad-tb-headfoot\":\"1px\",\"tbl-size-font\":\"10pt\",\"tbl-size-height\":\"20px\",\"tbl-size-icons\":\"10pt\",\"tbl-width-border\":\"1px\",\"text\":\"{{||$:/plugins/aaldrich/tables/style/default}}\"},\"$:/plugins/aaldrich/tables/template/body/anything\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/anything\",\"created\":\"20170206022244360\",\"modified\":\"20191215042443693\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-anything\",\"tbl-noedit\":\"tbl-anything\",\"text\":\"\u003Ctd style=\\\"width:1.4ch;\\\">\\n \u003C\u003CanythingCode>>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/button\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/button\",\"created\":\"20170206022244360\",\"modified\":\"20191215041903621\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-button\",\"tbl-noedit\":\"tbl-button\",\"text\":\"\u003Ctd style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{!!tbl-button-tip}} style=\\\"min-width:1.4ch\\\">\\n \u003C\u003CbuttonIcon>>\\n \u003C\u003CbuttonAction>>\\n \u003C/$button>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/checkbox\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/checkbox\",\"created\":\"20170206082424723\",\"modified\":\"20200103012208099\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-checkbox\",\"tbl-noedit\":\"tbl-checkbox\",\"text\":\"\u003Ctd style=\\\"width:1.4ch;text-align:center;\\\" class=\\\"tbl-inpt-check\\\">\\n \u003C$set name=\\\"recordSelected\\\" filter=\u003C\u003CcheckboxTest>> value=\\\"$:/plugins/aaldrich/tables/macro!!tbl-false\\\" emptyValue=\\\"$:/plugins/aaldrich/tables/macro!!tbl-true\\\">\\n \u003C$reveal type=\\\"match\\\" state=\u003C\u003CrecordSelected>> text=\\\"false\\\">\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{!!tbl-checkbox-tip}}>\\n \u003C$checkbox field=\\\"tbl-selall\\\" unchecked=\\\"closed\\\" default=\\\"closed\\\"/>\\n \u003C$action-listops $tiddler=\u003C\u003CcurrentRecord>> $tags=\\\"+[append\u003CcheckTag>]\\\" />\\n \u003C$action-setfield $tiddler=\u003C\u003CcurrentRecord>> $field=\u003C\u003CcheckField>> $value=\u003C\u003CcheckSel>>/>\\n \u003C\u003CcheckActions>>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" state=\u003C\u003CrecordSelected>> text=\\\"true\\\">\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{!!tbl-checkbox-tip}}>\\n \u003C$checkbox field=\\\"tbl-selall\\\" checked=\\\"open\\\" default=\\\"open\\\"/>\\n \u003C$action-listops $tiddler=\u003C\u003CcurrentRecord>> $tags=\\\"+[remove\u003CcheckTag>]\\\" />\\n \u003C$action-setfield $tiddler=\u003C\u003CcurrentRecord>> $field=\u003C\u003CcheckField>> $value=\u003C\u003CcheckUnsel>>/>\\n \u003C\u003CcheckUnactions>>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C/$set>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/date\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/date\",\"created\":\"20170128100657312\",\"modified\":\"20191207211809915\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"created modified\",\"tbl-noedit\":\"created modified\",\"text\":\"\u003Ctd>\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-index\\\">\\n \u003C$view tiddler=\u003C\u003CcurrentRecord>> field=\u003C\u003CcurrentColumn>> format=\\\"date\\\" template={{$:/plugins/aaldrich/tables/defaults!!tbl-default-date-format}}/>\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-field\\\">\\n \u003C$view tiddler=\u003C\u003CcurrentRecord>> index=\u003C\u003CcurrentColumn>> format=\\\"date\\\" template={{$:/plugins/aaldrich/tables/defaults!!tbl-default-date-format}}/>\\n \u003C/$list>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/default\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/default\",\"created\":\"20170128100543507\",\"modified\":\"20191206025142239\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"text\":\"\u003Ctd>\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-index\\\">\\n \u003C$transclude tiddler=\u003C\u003CcurrentRecord>> field=\u003C\u003CcurrentColumn>> mode=\\\"block\\\" />\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-field\\\">\\n \u003C$transclude tiddler=\u003C\u003CcurrentRecord>> index=\u003C\u003CcurrentColumn>> mode=\\\"block\\\" />\\n \u003C/$list>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/delete\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/delete\",\"created\":\"20170212101814663\",\"modified\":\"20191215041952847\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-delete\",\"tbl-noedit\":\"tbl-delete\",\"text\":\"\u003Ctd style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip=\\\"delete\\\" style=\\\"min-width:1.4ch\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableStyle>> $index=\u003C\u003CcurrentRecord>> $value=\\\"\\\"/>\\n \u003C$action-sendmessage $message=\\\"tm-delete-tiddler\\\" $param=\u003C\u003CcurrentRecord>>/>\\n {{$:/core/images/delete-button}}\\n \u003C/$button>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/edit-input\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/edit-input\",\"created\":\"20191205063124704\",\"modified\":\"20191206021441510\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-edit-input\",\"tbl-noedit\":\"tbl-edit-input\",\"text\":\"\u003Ctd class=\\\"tbl-inpt-edit\\\">\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-index\\\">\\n \u003C$edit-text tiddler=\u003C\u003CcurrentRecord>> field=\u003C\u003CcurrentColumn>> tag=\\\"input\\\" type=\\\"text\\\"/>\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-field\\\">\\n \u003C$edit-text tiddler=\u003C\u003CcurrentRecord>> index=\u003C\u003CcurrentColumn>> tag=\\\"input\\\" type=\\\"text\\\"/>\\n \u003C/$list>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/edit-textarea\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/edit-textarea\",\"created\":\"20170209052300022\",\"modified\":\"20191206021427822\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-edit-textarea\",\"tbl-noedit\":\"tbl-edit-textarea\",\"text\":\"\u003Ctd class=\\\"tbl-inpt-edit\\\">\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-index\\\">\\n \u003C$edit-text tiddler=\u003C\u003CcurrentRecord>> field=\u003C\u003CcurrentColumn>> tag=\\\"textarea\\\" minHeight=10px rows=1/>\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-field\\\">\\n \u003C$edit-text tiddler=\u003C\u003CcurrentRecord>> index=\u003C\u003CcurrentColumn>> tag=\\\"textarea\\\" minHeight=10px rows=1/>\\n \u003C/$list>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/edit\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/edit\",\"created\":\"20170209052300022\",\"modified\":\"20191206021611931\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-edit\",\"tbl-noedit\":\"tbl-edit\",\"text\":\"\u003Ctd class=\\\"tbl-inpt-edit\\\">\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-index\\\">\\n \u003C$edit tiddler=\u003C\u003CcurrentRecord>> field=\u003C\u003CcurrentColumn>> />\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CfieldOrIndex>]-field\\\">\\n \u003C$edit tiddler=\u003C\u003CcurrentRecord>> index=\u003C\u003CcurrentColumn>> />\\n \u003C/$list>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/expand-many\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/expand-many\",\"created\":\"20170206022244360\",\"modified\":\"20191215041922693\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-expand-many\",\"tbl-noedit\":\"tbl-expand-many\",\"text\":\"\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CtempPathExpand>> text=\\\"show\\\" tag=\\\"td\\\" style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" tooltip=\\\"expand\\\" style=\\\"min-width:1.4ch\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableExpand>> $index=\u003C\u003CcurrentRecord>> $value=\\\"show\\\" />\\n \u003C$set name=\\\"childTable\\\" filter=\\\"[all[tiddlers+shadows]title\u003CcurrentTable>get[tbl-expand]]\\\" >\\n \u003C$list filter=\u003C\u003CexpandResetNested>>>\\n \u003C$action-setfield $tiddler=\u003C\u003CtableExpand>> $field=\\\"tbl-page-marker\\\" $value=\\\"\\\"/>\\n \u003C/$list>\\n \u003C/$set>\\n {{$:/core/images/right-arrow}}\\n \u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CtempPathExpand>> text=\\\"show\\\" tag=\\\"td\\\" style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" tooltip=\\\"collapse\\\" style=\\\"min-width:1.4ch\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableExpand>> $index=\u003C\u003CcurrentRecord>>/>\\n {{$:/core/images/down-arrow}}\\n \u003C/$button>\\n\u003C/$reveal>\"},\"$:/plugins/aaldrich/tables/template/body/expand-one\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/expand-one\",\"created\":\"20170206022244360\",\"modified\":\"20191215041940295\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-expand tbl-expand-one\",\"tbl-noedit\":\"tbl-expand tbl-expand-one\",\"text\":\"\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CtempPathExpand>> text=\\\"show\\\" tag=\\\"td\\\" style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" tooltip=\\\"expand\\\" style=\\\"min-width:1.4ch\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableExpand>> $field=\\\"text\\\" $value=\\\"\\\"/>\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableExpand>> $index=\u003C\u003CcurrentRecord>> $value=\\\"show\\\" />\\n \u003C$set name=\\\"childTable\\\" filter=\\\"[all[tiddlers+shadows]title\u003CcurrentTable>get[tbl-expand]]\\\" >\\n \u003C$list filter=\u003C\u003CexpandResetNested>>>\\n \u003C$action-setfield $tiddler=\u003C\u003CtableExpand>> $field=\\\"tbl-page-marker\\\" $value=\\\"\\\"/>\\n \u003C/$list>\\n \u003C/$set>\\n {{$:/core/images/right-arrow}}\\n \u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CtempPathExpand>> text=\\\"show\\\" tag=\\\"td\\\" style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" tooltip=\\\"collapse\\\" style=\\\"min-width:1.4ch\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableExpand>> $field=\\\"text\\\" $value=\\\"\\\"/>\\n {{$:/core/images/down-arrow}}\\n \u003C/$button>\\n\u003C/$reveal>\"},\"$:/plugins/aaldrich/tables/template/body/index\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/index\",\"created\":\"20190714050106704\",\"modified\":\"20191215045925271\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"ID id tbl-index\",\"tbl-noedit\":\"ID id tbl-index\",\"type\":\"\",\"text\":\"\u003Ctd style=\\\"width:1.4ch;\\\">\\n\u003C$set name=\\\"currentIndex\\\" filter=\u003C\u003CgetIndex>> >\\n\u003C\u003CcurrentIndex>>\\n\u003C/$set>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/radio\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/radio\",\"created\":\"20170206022244360\",\"modified\":\"20191215045742495\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tbl-radio\",\"tbl-noedit\":\"tbl-radio\",\"text\":\"\u003Ctd style=\\\"width:1.4ch;text-align:center;\\\">\\n\u003C$radio tiddler=\u003C\u003CcurrentTable>> field=\\\"tbl-selected-record\\\" value=\u003C\u003CcurrentRecord>>>\u003C/$radio>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/tags\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/tags\",\"created\":\"20170128104241598\",\"modified\":\"20191213071802838\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"tags\",\"tbl-noedit\":\"\",\"text\":\"\u003Ctd class=\\\"tbl-tag-template\\\">\\n\u003C$tiddler tiddler=\u003C\u003CcurrentRecord>>>{{||$:/core/ui/ViewTemplate/tags}}\u003C/$tiddler>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/body/title\":{\"title\":\"$:/plugins/aaldrich/tables/template/body/title\",\"created\":\"20170128100357203\",\"modified\":\"20191205205435926\",\"revision\":\"0\",\"tags\":\"$:/tags/table/BodyTemplate\",\"tbl-column-list\":\"title\",\"tbl-noedit\":\"title\",\"text\":\"\u003Ctd>\\n\u003C$link to=\u003C\u003CcurrentRecord>>>\\n\u003C$view tiddler=\u003C\u003CcurrentRecord>> field=\\\"title\\\"/>\u003C$list filter=\\\"[[$:/plugins/aaldrich/tables/defaults]get[tbl-title-type-show]]-false\\\">{{$:/plugins/aaldrich/tables/defaults!!tbl-title-type-code}}\u003C/$list>\\n\u003C/$link>\\n\u003C/td>\"},\"$:/plugins/aaldrich/tables/template/expand/edit\":{\"title\":\"$:/plugins/aaldrich/tables/template/expand/edit\",\"created\":\"20190714035903654\",\"modified\":\"20190816062006055\",\"tags\":\"$:/tags/table/ExpandTemplate\",\"tbl-template-name\":\"edit\",\"text\":\"\u003C$edit class=\\\"tbl-inpt-edit\\\" tiddler=\u003C\u003CcurrentRecord>> field=text tag=textarea/>\"},\"$:/plugins/aaldrich/tables/template/expand/transclude\":{\"title\":\"$:/plugins/aaldrich/tables/template/expand/transclude\",\"created\":\"20190714035903654\",\"modified\":\"20191210184939804\",\"tags\":\"$:/tags/table/ExpandTemplate\",\"tbl-template-name\":\"view\",\"text\":\"\u003C$tiddler tiddler=\u003C\u003CcurrentRecord>>>\\n\u003C$transclude tiddler=\u003C\u003CcurrentRecord>> field=\\\"text\\\" mode=\\\"block\\\" />\\n\u003C/$tiddler>\"},\"$:/plugins/aaldrich/tables/template/footer/default\":{\"title\":\"$:/plugins/aaldrich/tables/template/footer/default\",\"created\":\"20170205234154520\",\"modified\":\"20191208103208588\",\"revision\":\"0\",\"tags\":\"$:/tags/table/FooterTemplate\",\"text\":\"\u003C$list filter=\\\"[\u003CcurrentTable>!contains:tbl-sort-by\u003CcurrentColumn>]\\\" >\\n\u003Cth>\\n \u003C$button set=\\\"!!tbl-sort-by\\\" setTo=\u003C\u003CcurrentColumn>> class=\\\"tc-btn-invisible tc-tiddlylink\\\" >\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-sort-negate\\\" $value=\\\"false\\\"/>\\n \u003C\u003CcurrentColumn>>\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-page-marker]]\\\" variable=\\\"hasMarker\\\">\\n \u003C$set name=\\\"firstRecord\\\" filter=\u003C\u003CveryFirst>> value=\u003C\u003CfirstRecord>> >\\n \u003C$wikify name=\\\"firstRecord\\\" text=\u003C\u003CfirstRecord>> mode=\\\"inline\\\">\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-page-marker\\\" $value=\u003C\u003CfirstRecord>> />\\n \u003C/$wikify>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/$button>\\n\u003C/th>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003CcurrentTable>contains:tbl-sort-by\u003CcurrentColumn>]\\\" >\\n\u003Cth>\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-sort-negate]remove[true]]\\\" variable=\\\"hasNegate\\\">\\n \u003C$button set=\\\"!!tbl-sort-negate\\\" setTo=\\\"true\\\" class=\\\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\\\" >\\n \u003C\u003CcurrentColumn>> {{$:/core/images/down-arrow}}\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-page-marker]]\\\" variable=\\\"hasMarker\\\">\\n \u003C$set name=\\\"lastRecord\\\" filter=\u003C\u003CveryLast>> value=\u003C\u003ClastRecord>> >\\n \u003C$wikify name=\\\"lastRecord\\\" text=\u003C\u003ClastRecord>> mode=\\\"inline\\\">\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-page-marker\\\" $value=\u003C\u003ClastRecord>> /> \\n \u003C/$wikify>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/$button>\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-sort-negate]remove[false]]\\\" variable=\\\"hasNegate\\\">\\n \u003C$button set=\\\"!!tbl-sort-negate\\\" setTo=\\\"false\\\" class=\\\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\\\" >\\n \u003C\u003CcurrentColumn>> {{$:/core/images/up-arrow}}\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-page-marker]]\\\" variable=\\\"hasMarker\\\">\\n \u003C$set name=\\\"firstRecord\\\" filter=\u003C\u003CveryFirst>> value=\u003C\u003CfirstRecord>> >\\n \u003C$wikify name=\\\"firstRecord\\\" text=\u003C\u003CfirstRecord>> mode=\\\"inline\\\">\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-page-marker\\\" $value=\u003C\u003CfirstRecord>> />\\n \u003C/$wikify>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/$button>\\n \u003C/$list>\\n\u003C/th>\\n\u003C/$list>\"},\"$:/plugins/aaldrich/tables/template/footer/disabled\":{\"title\":\"$:/plugins/aaldrich/tables/template/footer/disabled\",\"created\":\"20170205234107408\",\"modified\":\"20191205210029064\",\"revision\":\"0\",\"tags\":\"$:/tags/table/FooterTemplate\",\"tbl-column-list\":\"ID id\",\"text\":\"\u003Cth>\\n\u003C\u003CcurrentColumn>>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/footer/empty\":{\"title\":\"$:/plugins/aaldrich/tables/template/footer/empty\",\"created\":\"20170206022519162\",\"modified\":\"20191214044407597\",\"revision\":\"0\",\"tags\":\"$:/tags/table/FooterTemplate\",\"tbl-column-list\":\"tbl-expand tbl-expand-one tbl-expand-many tbl-anything tbl-index tbl-delete tbl-button tbl-checkbox tbl-radio\",\"text\":\"\u003Cth>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/header/button\":{\"title\":\"$:/plugins/aaldrich/tables/template/header/button\",\"created\":\"20170206022431198\",\"modified\":\"20191215042023298\",\"revision\":\"0\",\"tags\":\"$:/tags/table/HeaderTemplate\",\"tbl-column-list\":\"tbl-button\",\"text\":\"\u003Cth style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003Cspan>\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{!!tbl-button-tip}} style=\\\"min-width:1.4ch\\\">\\n \u003C\u003CbuttonIcon>>\\n \u003C$list filter=\u003C\u003CtableFilter>> variable=\\\"currentRecord\\\">\\n \u003C\u003CbuttonAction>>\\n \u003C/$list>\\n \u003C/$button>\\n \u003C/span>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/header/checkbox\":{\"title\":\"$:/plugins/aaldrich/tables/template/header/checkbox\",\"created\":\"20170206022431198\",\"modified\":\"20191215042449992\",\"revision\":\"0\",\"tags\":\"$:/tags/table/HeaderTemplate\",\"tbl-column-list\":\"tbl-checkbox\",\"text\":\"\u003Cth style=\\\"width:1.4ch;text-align:center;\\\" class=\\\"tbl-inpt-check\\\">\\n \u003C$set name=\\\"allSelected\\\" filter=\u003C\u003CcheckboxFilter>> value=\\\"$:/plugins/aaldrich/tables/macro!!tbl-false\\\" emptyValue=\\\"$:/plugins/aaldrich/tables/macro!!tbl-true\\\">\\n \u003C$reveal type=\\\"match\\\" state=\u003C\u003CallSelected>> text=\\\"false\\\">\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{!!tbl-checkbox-tip}}>\\n \u003C$checkbox field=\\\"tbl-selall\\\" unchecked=\\\"closed\\\" default=\\\"closed\\\"/>\\n \u003C$list filter=\u003C\u003CtableFilter>>variable=\\\"currentRecord\\\">\\n \u003C$action-listops $tiddler=\u003C\u003CcurrentRecord>> $tags=\\\"+[append\u003CcheckTag>]\\\" />\\n \u003C$action-setfield $tiddler=\u003C\u003CcurrentRecord>> $field=\u003C\u003CcheckField>> $value=\u003C\u003CcheckSel>>/>\\n \u003C\u003CcheckActions>>\\n \u003C/$list>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" state=\u003C\u003CallSelected>> text=\\\"true\\\">\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{!!tbl-checkbox-tip}}>\\n \u003C$checkbox \u003C$checkbox field=\\\"tbl-selall\\\" checked=\\\"open\\\" default=\\\"open\\\"/>\\n \u003C$list filter=\u003C\u003CtableFilter>>variable=\\\"currentRecord\\\">\\n \u003C$action-listops $tiddler=\u003C\u003CcurrentRecord>> $tags=\\\"+[remove\u003CcheckTag>]\\\" />\\n \u003C$action-setfield $tiddler=\u003C\u003CcurrentRecord>> $field=\u003C\u003CcheckField>> $value=\u003C\u003CcheckUnsel>>/>\\n \u003C\u003CcheckUnactions>>\\n \u003C/$list>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C/$set>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/header/default\":{\"title\":\"$:/plugins/aaldrich/tables/template/header/default\",\"created\":\"20170205223914688\",\"modified\":\"20191208103157722\",\"revision\":\"0\",\"tags\":\"$:/tags/table/HeaderTemplate\",\"text\":\"\u003C$list filter=\\\"[\u003CcurrentTable>!contains:tbl-sort-by\u003CcurrentColumn>]\\\" >\\n\u003Cth>\\n \u003C$button set=\\\"!!tbl-sort-by\\\" setTo=\u003C\u003CcurrentColumn>> class=\\\"tc-btn-invisible tc-tiddlylink\\\" >\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-sort-negate\\\" $value=\\\"false\\\"/>\\n \u003C\u003CcurrentColumn>>\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-page-marker]]\\\" variable=\\\"hasMarker\\\">\\n \u003C$set name=\\\"firstRecord\\\" filter=\u003C\u003CveryFirst>> value=\u003C\u003CfirstRecord>> >\\n \u003C$wikify name=\\\"firstRecord\\\" text=\u003C\u003CfirstRecord>> mode=\\\"inline\\\">\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-page-marker\\\" $value=\u003C\u003CfirstRecord>> />\\n \u003C/$wikify>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/$button>\\n\u003C/th>\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003CcurrentTable>contains:tbl-sort-by\u003CcurrentColumn>]\\\" >\\n\u003Cth>\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-sort-negate]remove[true]]\\\" variable=\\\"hasNegate\\\">\\n \u003C$button set=\\\"!!tbl-sort-negate\\\" setTo=\\\"true\\\" class=\\\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\\\" >\\n \u003C\u003CcurrentColumn>> {{$:/core/images/down-arrow}}\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-page-marker]]\\\" variable=\\\"hasMarker\\\">\\n \u003C$set name=\\\"lastRecord\\\" filter=\u003C\u003CveryLast>> value=\u003C\u003ClastRecord>> >\\n \u003C$wikify name=\\\"lastRecord\\\" text=\u003C\u003ClastRecord>> mode=\\\"inline\\\">\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-page-marker\\\" $value=\u003C\u003ClastRecord>> /> \\n \u003C/$wikify>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/$button>\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-sort-negate]remove[false]]\\\" variable=\\\"hasNegate\\\">\\n \u003C$button set=\\\"!!tbl-sort-negate\\\" setTo=\\\"false\\\" class=\\\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\\\" >\\n \u003C\u003CcurrentColumn>> {{$:/core/images/up-arrow}}\\n \u003C$list filter=\\\"[\u003CcurrentTable>get[tbl-page-marker]]\\\" variable=\\\"hasMarker\\\">\\n \u003C$set name=\\\"firstRecord\\\" filter=\u003C\u003CveryFirst>> value=\u003C\u003CfirstRecord>> >\\n \u003C$wikify name=\\\"firstRecord\\\" text=\u003C\u003CfirstRecord>> mode=\\\"inline\\\">\\n \u003C$action-setfield $tiddler={{!!title}} $field=\\\"tbl-page-marker\\\" $value=\u003C\u003CfirstRecord>> />\\n \u003C/$wikify>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/$button>\\n \u003C/$list>\\n\u003C/th>\\n\u003C/$list>\"},\"$:/plugins/aaldrich/tables/template/header/delete\":{\"title\":\"$:/plugins/aaldrich/tables/template/header/delete\",\"created\":\"20170212102107998\",\"modified\":\"20191215042010684\",\"revision\":\"0\",\"tags\":\"$:/tags/table/HeaderTemplate\",\"tbl-column-list\":\"tbl-delete\",\"text\":\"\u003Cth style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003Cspan>\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip=\\\"delete all\\\" style=\\\"min-width:1.4ch\\\">\\n\u003C$list filter=\u003C\u003CshowDeleteConfirm>>>\\n \u003C$action-setfield $tiddler=\\\"$:/temp/tables/delete-all\\\" text=\u003C\u003CcurrentTable>>/>\\n\u003C/$list>\\n {{$:/core/images/delete-button}}\\n \u003C/$button>\\n \u003C/span>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/header/disabled\":{\"title\":\"$:/plugins/aaldrich/tables/template/header/disabled\",\"created\":\"20170205233518589\",\"modified\":\"20191205210234858\",\"revision\":\"0\",\"tags\":\"$:/tags/table/HeaderTemplate\",\"tbl-column-list\":\"ID id\",\"text\":\"\u003Cth>\\n\u003C\u003CcurrentColumn>>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/header/empty\":{\"title\":\"$:/plugins/aaldrich/tables/template/header/empty\",\"created\":\"20190714062216671\",\"modified\":\"20191214044612648\",\"revision\":\"0\",\"tags\":\"$:/tags/table/HeaderTemplate\",\"tbl-column-list\":\"tbl-anything tbl-index tbl-radio\",\"text\":\"\u003Cth>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/header/expand\":{\"title\":\"$:/plugins/aaldrich/tables/template/header/expand\",\"created\":\"20170206022431198\",\"modified\":\"20191215042036015\",\"revision\":\"0\",\"tags\":\"$:/tags/table/HeaderTemplate\",\"tbl-column-list\":\"tbl-expand tbl-expand-one tbl-expand-many\",\"text\":\"\u003Cth style=\\\"width:1.4ch;text-align:center;\\\">\\n \u003C$set name=\\\"isExpanded\\\" filter=\\\"[\u003CtempTableExpand>indexes[]limit[1]]\\\" value=\\\"true\\\" emptyValue=\\\"false\\\">\\n \u003C$list variable=\\\"showColAll\\\" filter=\\\"[\u003CisExpanded>]-[[false]]\\\" >\\n \u003C$button class=\\\"tc-btn-invisible\\\" tooltip=\\\"collapse all\\\" style=\\\"min-width:1.4ch\\\">{{$:/core/images/fold-button}}\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableExpand>> text=\\\"\\\"/>\\n \u003C/$button>\\n \u003C/$list>\\n\u003C!--this is done so the column stays visible if the table is squished out of tiddler margin -->\\n \u003C$list variable=\\\"hideColAll\\\" filter=\\\"[\u003CisExpanded>]-[[true]]\\\" >\\n \u003C$button class=\\\"tc-btn-invisible\\\" style=\\\"cursor:default;min-width:1.4ch\\\">{{$:/core/images/blank}}\\n \u003C/$button>\\n \u003C/$list>\\n \u003C/$set>\\n\u003C/th>\"},\"$:/plugins/aaldrich/tables/template/pagination/default\":{\"title\":\"$:/plugins/aaldrich/tables/template/pagination/default\",\"created\":\"20190715072523828\",\"modified\":\"20191208103154143\",\"tags\":\"\",\"text\":\"\u003C$reveal type=\\\"nomatch\\\" style=\\\"text-align:center;\\\" state=\\\"!!tbl-page-marker\\\" text=\\\"\\\" tag=\\\"div\\\" class=\\\"tbl-page-footer\\\">\\n \u003C$reveal type=\\\"nomatch\\\" style=\\\"float:left;\\\" state=\\\"!!tbl-page-marker\\\" text=\u003C\u003CpreviousPage>> tag=\\\"div\\\" class=\\\"tbl-page-prev\\\">\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\">\\n \u003C$action-setfield tbl-page-marker=\u003C\u003CpreviousPage>>/>{{$:/core/images/chevron-left}} ''Prev''\u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" style=\\\"float:right;\\\" state=\\\"!!tbl-limit\\\" text=\u003C\u003CrecordCount>> tag=\\\"div\\\" class=\\\"tbl-page-next\\\">\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\">\\n \u003C$action-setfield tbl-page-marker=\u003C\u003CnextPage>>/>''Next'' {{$:/core/images/chevron-right}}\u003C/$button>\\n \u003C/$reveal>\\nDisplaying \u003C\u003CfirstCount>> through \u003C\u003ClastCount>> of \u003C\u003CtotalCount>> Results&nbsp; |\\n\u003C$select tiddler=\u003C\u003CcurrentTable>> field=\\\"tbl-limit\\\" actions=\\\"\\\"\\\"\u003C$action-setfield $tiddler=\u003C\u003CcurrentTable>> tbl-page-marker=\u003C\u003CfirstRecord>>/>\\\"\\\"\\\">\\n\u003C$set name=\\\"limitFilter\\\" value={{$:/plugins/aaldrich/tables/defaults!!tbl-limit-choices}} >\\n\u003C$list filter=\u003C\u003ClimitFilter>>>\\n\u003Coption value={{!!title}}>Limit {{!!title}}\u003C/option>\\n\u003C/$list>\\n\u003C/$set>\\n\u003Coption value=9999999>Show All\u003C/option>\\n\u003C/$select>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-page-marker\\\" text=\\\"\\\" >\\n \u003C$list filter=\u003C\u003CveryFirst>> >\\n \u003Cdiv class=\\\"tbl-page-refresh\\\">\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CcurrentTable>> tbl-page-marker=\u003C\u003CfirstRecord>>/>''Click to Enable Pagination''\u003C/$button>\\n \u003C/div>\\n \u003C/$list>\\n\u003C/$reveal>\"},\"$:/plugins/aaldrich/tables/view\":{\"title\":\"$:/plugins/aaldrich/tables/view\",\"created\":\"20170205062652787\",\"modified\":\"20191215053651054\",\"tags\":\"\",\"text\":\"\u003C!-- reveals Edit Buttons-->\\n{{||$:/plugins/aaldrich/tables/editor/open}}\\n\u003C!-- reveals deletion confirmation -->\\n \u003C$reveal class=\\\"tbl-delete-confirm\\\" type=\\\"match\\\" state=\\\"$:/temp/tables/delete-all!!text\\\" text=\u003C\u003CcurrentTable>> tag=\\\"div\\\">\\n Delete all displayed records? \\n \u003C$button class=\\\"tc-btn-invisible\\\">\\n \u003C$action-deletetiddler $tiddler=\\\"$:/temp/tables/delete-all\\\"/>\\n \u003C$list filter=\u003C\u003CtableFilter>> variable=\\\"currentRecord\\\">\\n \u003C$action-setfield $tiddler=\u003C\u003CtempTableStyle>> $index=\u003C\u003CcurrentRecord>> $value=\\\"\\\"/>\\n \u003C$action-deletetiddler $tiddler=\u003C\u003CcurrentRecord>>/>\\n \u003C/$list>\\n {{$:/core/images/delete-button}} ''yes'' \\n \u003C/$button> or \\n \u003C$button class=\\\"tc-btn-invisible\\\">\\n \u003C$action-deletetiddler $tiddler=\\\"$:/temp/tables/delete-all\\\"/>\\n {{$:/core/images/close-button}} ''no'' \\n \u003C/$button>\\n \u003C/$reveal>\\n\u003Ctable style={{!!tbl-style-table}}>\\n\u003C!-- reveals table caption -->\\n \u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-show-caption\\\" text=\\\"true\\\" tag=\\\"caption\\\">\\n \u003C$transclude tiddler=\u003C\u003CcurrentTable>> field=\\\"tbl-caption\\\" mode={{$:/plugins/aaldrich/tables/defaults!!tbl-caption-mode}}/>\\n \u003C/$reveal>\\n\u003C!-- reveals column groups -->\\n \u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-show-colgroup\\\" text=\\\"true\\\" tag=\\\"colgroup\\\">\\n {{!!tbl-style-colgroup}}\\n \u003C/$reveal>\\n\u003C!-- reveal header -->\\n \u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-show-header\\\" text=\\\"true\\\" tag=\\\"thead\\\">\\n \u003Ctr>\\n \u003C$list filter={{!!tbl-columns}} variable=\\\"currentColumn\\\">\\n \u003C$set name=\\\"headerLookup\\\" filter=\\\"[all[tiddlers+shadows]tag[$:/tags/table/HeaderTemplate]tag\u003CcurrentColumn>][all[tiddlers+shadows]tag[$:/tags/table/HeaderTemplate]contains:tbl-column-list\u003CcurrentColumn>]+[limit[1]get[title]]\\\" value=\u003C\u003CheaderLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-head}}>\\n \u003C$transclude tiddler=\u003C\u003CheaderLookup>> field=\\\"text\\\" mode=\\\"inline\\\"/>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/tr>\\n \u003C/$reveal>\\n\u003C!-- reveal footer -->\\n \u003C$reveal type=\\\"match\\\" state=\\\"!!tbl-show-footer\\\" text=\\\"true\\\" tag=\\\"tfoot\\\">\\n \u003Ctr>\\n \u003C$list filter={{!!tbl-columns}} variable=\\\"currentColumn\\\">\\n \u003C$set name=\\\"footerLookup\\\" filter=\\\"[all[tiddlers+shadows]tag[$:/tags/table/FooterTemplate]tag\u003CcurrentColumn>][all[tiddlers+shadows]tag[$:/tags/table/FooterTemplate]contains:tbl-column-list\u003CcurrentColumn>]+[limit[1]get[title]]\\\" value=\u003C\u003CfooterLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-foot}}>\\n \u003C$transclude tiddler=\u003C\u003CfooterLookup>> field=\\\"text\\\" mode=\\\"inline\\\"/>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/tr>\\n \u003C/$reveal>\\n\u003C!-- generate records -->\\n \u003Ctbody>\\n \u003C$list filter=\u003C\u003CtableFilter>> variable=\\\"currentRecord\\\">\\n \u003C$wikify name=\\\"rowStyle\\\" text=\\\"\\\"\\\"\u003C$transclude tiddler=\u003C\u003CtempTableStyle>> index=\u003C\u003CcurrentRecord>> />\\\"\\\"\\\" mode=\\\"inline\\\">\\n \u003C$list filter=\\\"[\u003CcurrentTable>contains:tbl-mode[edit]]\\\" variable=\\\"tableModeEdit\\\">\\n \u003Ctr class=\\\"tbl-record-row\\\" style=\u003C\u003CrowStyle>>>\\n \u003C$list filter={{!!tbl-columns}} variable=\\\"currentColumn\\\">\\n \u003C$set name=\\\"hasIndex\\\" filter=\\\"[\u003CcurrentRecord>indexes[]]-[\u003CcurrentColumn>]+[count[]]-[\u003CcurrentRecord>indexes[]count[]]\\\" value=index emptyValue=\\\"field\\\">\\n \u003C$set name=\\\"fieldOrIndex\\\" filter=\\\"[\u003CcurrentRecord>fields[]]-[\u003CcurrentColumn>]+[count[]]-[\u003CcurrentRecord>fields[]count[]]\\\" value=\\\"field\\\" emptyValue=\u003C\u003ChasIndex>>>\\n \u003C$set name=\\\"bodyLookup\\\" filter=\\\"[all[tiddlers+shadows]tag[$:/tags/table/BodyTemplate]contains:tbl-noedit\u003CcurrentColumn>limit[1]get[title]]\\\" value=\u003C\u003CbodyLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-body-edit}}>\\n \u003C$transclude tiddler=\u003C\u003CbodyLookup>> field=\\\"text\\\" mode=\\\"inline\\\"/>\\n \u003C/$set>\\n \u003C/$set>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/tr>\\n \u003C/$list>\\n \u003C$list filter=\\\"[\u003CcurrentTable>!contains:tbl-mode[edit]]\\\" variable=\\\"tableModeNormal\\\">\\n \u003Ctr class=\\\"tbl-record-row\\\" style=\u003C\u003CrowStyle>>>\\n \u003C$list filter={{!!tbl-columns}} variable=\\\"currentColumn\\\">\\n \u003C$set name=\\\"hasIndex\\\" filter=\\\"[\u003CcurrentRecord>indexes[]]-[\u003CcurrentColumn>]+[count[]]-[\u003CcurrentRecord>indexes[]count[]]\\\" value=index emptyValue=\\\"field\\\">\\n \u003C$set name=\\\"fieldOrIndex\\\" filter=\\\"[\u003CcurrentRecord>fields[]]-[\u003CcurrentColumn>]+[count[]]-[\u003CcurrentRecord>fields[]count[]]\\\" value=\\\"field\\\" emptyValue=\u003C\u003ChasIndex>>>\\n \u003C$set name=\\\"bodyLookup\\\" filter=\\\"[all[tiddlers+shadows]tag[$:/tags/table/BodyTemplate]tag\u003CcurrentColumn>][all[tiddlers+shadows]tag[$:/tags/table/BodyTemplate]contains:tbl-column-list\u003CcurrentColumn>]+[limit[1]get[title]]\\\" value=\u003C\u003CbodyLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-body}}>\\n \u003C$transclude tiddler=\u003C\u003CbodyLookup>> field=\\\"text\\\" mode=\\\"inline\\\"/>\\n \u003C/$set>\\n \u003C/$set>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/tr>\\n \u003C/$list>\\n\u003C!-- reveal expanded record-->\\n \u003C$list variable=\\\"isExpanded\\\" filter=\\\"[\u003CtempTableExpand>getindex\u003CcurrentRecord>limit[1]]\\\">\\n \u003Ctr class=\\\"tbl-record-expand\\\" >\\n \u003C$set name=\\\"childTable\\\" filter=\\\"[all[tiddlers+shadows]title\u003CcurrentTable>get[tbl-expand]]\\\" >\\n \u003C$set name=\\\"expandClass\\\" filter=\u003C\u003CexpandClassFilter>> value=\\\"tbl-expand-nopad\\\" emptyValue=\\\"tbl-expand-pad\\\">\\n \u003Ctd colspan=\\\"999\\\" class=\u003C\u003CexpandClass>> >\\n\\n \u003C\u003CtableExpandRender>>\\n\\n \u003C/td>\\n \u003C/$set>\\n \u003C/$set>\\n \u003C/tr>\\n \u003C/$list>\\n \u003C/$wikify>\\n \u003C/$list>\\n \u003C/tbody>\\n\u003C/table>\\n{{||$:/plugins/aaldrich/tables/pagination}}\"}}}"},
{"created":"20210327052508762","dependents":"$:/plugins/tiddlywiki/codemirror","description":"A better editor for TW5 - built on the Official CodeMirror Plugin","modified":"20210510224047195","name":"CMPlus","plugin-type":"plugin","tags":"","title":"$:/plugins/adithyab/cmplus","version":"0.2.1","type":"application/json","text":"{\"tiddlers\":{\"$:/config/codemirror/autocomplete\":{\"title\":\"$:/config/codemirror/autocomplete\",\"text\":\"{\\n\\t\\\"Ctrl-Space\\\": \\\"autocomplete\\\"\\n}\",\"type\":\"json\",\"created\":\"20210328004023360\",\"extend\":\"extraKeys\",\"modified\":\"20210328004023360\"},\"$:/plugins/adithyab/cmplus/macros\":{\"title\":\"$:/plugins/adithyab/cmplus/macros\",\"created\":\"20210328020051916\",\"modified\":\"20210328053732117\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define cmcolour(name)\\n{{$:/plugins/adithyab/cmplus/settings##$name$}}\\n\\\\end\"},\"$:/plugins/adithyab/cmplus/readme\":{\"title\":\"$:/plugins/adithyab/cmplus/readme\",\"created\":\"20210328060842133\",\"modified\":\"20210328060929665\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"!! TW5 CodeMirrorPlus\\nTowards making a better editor for TiddlyWiki5.\\n\"},\"$:/plugins/adithyab/cmplus/settings\":{\"title\":\"$:/plugins/adithyab/cmplus/settings\",\"text\":\"monospace-font:monospace,\\\"Courier New\\\"\\nselected:rgba(100,100,100,0.3)\\nlinenumber:\u003C\u003Ccolour primary>>\\nkeyword:\u003C\u003Ccolour code-foreground>>\\nmacro:\u003C\u003Ccolour code-foreground>>\\nquote:\u003C\u003Ccolour primary>>\\npre:\u003C\u003Ccolour foreground>>\\nexternallink:\u003C\u003Ccolour external-link-foreground>>\\ninternallink:\u003C\u003Ccolour tiddler-title-foreground>>\\nlink:\u003C\u003Ccolour tiddler-title-foreground>>\\ntransclude:\u003C\u003Ccolour tiddler-title-foreground>>\\nmonospace:\u003C\u003Ccolour foreground>>\\nlist1:\u003C\u003Ccolour primary>>\\nlist2:\u003C\u003Ccolour primary>>\\nlist3:\u003C\u003Ccolour primary>>\\nlist4:\u003C\u003Ccolour primary>>\\nlist5:\u003C\u003Ccolour primary>>\\nlist6:\u003C\u003Ccolour primary>>\\nh1:\u003C\u003Ccolour primary>>\\nh2:\u003C\u003Ccolour primary>>\\nh3:\u003C\u003Ccolour primary>>\\nh4:\u003C\u003Ccolour primary>>\\nh5:\u003C\u003Ccolour primary>>\\nh6:\u003C\u003Ccolour primary>>\\nhr:\u003C\u003Ccolour primary>>\",\"type\":\"application/x-tiddler-dictionary\",\"created\":\"20210328015904035\",\"modified\":\"20210328054754059\",\"tags\":\"\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js\",\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n\\n(function (mod) {\\n\\tif (typeof exports == \\\"object\\\" && typeof module == \\\"object\\\") // CommonJS\\n\\t\\tmod(require(\\\"../../lib/codemirror\\\"));\\n\\telse if (typeof define == \\\"function\\\" && define.amd) // AMD\\n\\t\\tdefine([\\\"../../lib/codemirror\\\"], mod);\\n\\telse // Plain browser env\\n\\t\\tmod(CodeMirror);\\n})(function (CodeMirror) {\\n\\t\\\"use strict\\\";\\n\\n\\tCodeMirror.registerHelper('hint', 'anyword', function (editor) {\\n\\t\\tvar cur = editor.getCursor();\\n\\t\\tvar curLine = editor.getLine(cur.line);\\n\\t\\tvar start = cur.ch;\\n\\t\\tvar end = start;\\n\\t\\tvar max_length = 30\\n\\t\\twhile (start) {\\n\\t\\t\\tif (end - start > max_length) {\\n\\t\\t\\t\\treturn null;\\n\\t\\t\\t}\\n\\t\\t\\tvar ch = curLine.charAt(start - 1)\\n\\t\\t\\tif (!(ch == '[' || ch == '{' || ch == \\\"|\\\")) {\\n\\t\\t\\t\\tstart--;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tvar curWord = start !== end && curLine.slice(start, end);\\n\\t\\tif (curLine.charAt(start) == '$') {\\n\\t\\t\\treturn {\\n\\t\\t\\t\\tlist: $tw.wiki.filterTiddlers(`[all[tiddlers]search:title:literal[${curWord}]!prefix[$:/state]]`),\\n\\t\\t\\t\\tfrom: CodeMirror.Pos(cur.line, start),\\n\\t\\t\\t\\tto: CodeMirror.Pos(cur.line, end)\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\treturn {\\n\\t\\t\\t\\tlist: $tw.wiki.filterTiddlers(`[all[tiddlers]!is[system]!is[shadow]search:title:literal[${curWord}]!prefix[$:/state]]`),\\n\\t\\t\\t\\tfrom: CodeMirror.Pos(cur.line, start),\\n\\t\\t\\t\\tto: CodeMirror.Pos(cur.line, end)\\n\\t\\t\\t}\\n\\t\\t}\\n\\t})\\n});\",\"created\":\"20210328004232522\",\"modified\":\"20210328010801763\",\"module-type\":\"codemirror\",\"type\":\"application/javascript\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css\",\"text\":\".CodeMirror-hints {\\n position: absolute;\\n z-index: 10;\\n overflow: hidden;\\n list-style: none;\\n\\n margin: 0;\\n padding: 2px;\\n\\n -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\\n -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\\n box-shadow: 2px 3px 5px rgba(0,0,0,.2);\\n border-radius: 3px;\\n border: 1px solid silver;\\n\\n background: white;\\n font-size: 90%;\\n font-family: monospace;\\n\\n max-height: 20em;\\n overflow-y: auto;\\n}\\n\\n.CodeMirror-hint {\\n margin: 0;\\n padding: 0 4px;\\n border-radius: 2px;\\n white-space: pre;\\n color: black;\\n cursor: pointer;\\n}\\n\\nli.CodeMirror-hint-active {\\n background: #08f;\\n color: white;\\n}\\n\",\"created\":\"20210328012141944\",\"modified\":\"20210328012141944\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js\",\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(t){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?t(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],t):t(CodeMirror)}(function(W){\\\"use strict\\\";var I=\\\"CodeMirror-hint-active\\\";function o(t,i){this.cm=t,this.options=i,this.widget=null,this.debounce=0,this.tick=0,this.startPos=this.cm.getCursor(\\\"start\\\"),this.startLen=this.cm.getLine(this.startPos.line).length-this.cm.getSelection().length;var e=this;t.on(\\\"cursorActivity\\\",this.activityFunc=function(){e.cursorActivity()})}W.showHint=function(t,i,e){if(!i)return t.showHint(e);e&&e.async&&(i.async=!0);var n={hint:i};if(e)for(var o in e)n[o]=e[o];return t.showHint(n)},W.defineExtension(\\\"showHint\\\",function(t){t=function(t,i,e){var n=t.options.hintOptions,o={};for(var s in l)o[s]=l[s];if(n)for(var s in n)void 0!==n[s]&&(o[s]=n[s]);if(e)for(var s in e)void 0!==e[s]&&(o[s]=e[s]);o.hint.resolve&&(o.hint=o.hint.resolve(t,i));return o}(this,this.getCursor(\\\"start\\\"),t);var i=this.listSelections();if(!(1\u003Ci.length)){if(this.somethingSelected()){if(!t.hint.supportsSelection)return;for(var e=0;e\u003Ci.length;e++)if(i[e].head.line!=i[e].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();var n=this.state.completionActive=new o(this,t);n.options.hint&&(W.signal(this,\\\"startCompletion\\\",this),n.update(!0))}}),W.defineExtension(\\\"closeHint\\\",function(){this.state.completionActive&&this.state.completionActive.close()});var s=window.requestAnimationFrame||function(t){return setTimeout(t,1e3/60)},c=window.cancelAnimationFrame||clearTimeout;function B(t){return\\\"string\\\"==typeof t?t:t.text}function K(t,i){for(;i&&i!=t;){if(\\\"LI\\\"===i.nodeName.toUpperCase()&&i.parentNode==t)return i;i=i.parentNode}}function n(o,t){this.completion=o,this.data=t,this.picked=!1;var e=this,s=o.cm,c=s.getInputField().ownerDocument,r=c.defaultView||c.parentWindow,l=this.hints=c.createElement(\\\"ul\\\"),i=o.cm.options.theme;l.className=\\\"CodeMirror-hints \\\"+i,this.selectedHint=t.selectedHint||0;for(var n=t.list,h=0;h\u003Cn.length;++h){var a=l.appendChild(c.createElement(\\\"li\\\")),u=n[h],f=\\\"CodeMirror-hint\\\"+(h!=this.selectedHint?\\\"\\\":\\\" \\\"+I);null!=u.className&&(f=u.className+\\\" \\\"+f),a.className=f,u.render?u.render(a,t,u):a.appendChild(c.createTextNode(u.displayText||B(u))),a.hintId=h}var p,d,m,g=o.options.container||c.body,v=s.cursorCoords(o.options.alignWithWord?t.from:null),y=v.left,w=v.bottom,H=!0,C=0,b=0;g!==c.body&&(d=(p=-1!==[\\\"absolute\\\",\\\"relative\\\",\\\"fixed\\\"].indexOf(r.getComputedStyle(g).position)?g:g.offsetParent).getBoundingClientRect(),m=c.body.getBoundingClientRect(),C=d.left-m.left-p.scrollLeft,b=d.top-m.top-p.scrollTop),l.style.left=y-C+\\\"px\\\",l.style.top=w-b+\\\"px\\\";var k=r.innerWidth||Math.max(c.body.offsetWidth,c.documentElement.offsetWidth),A=r.innerHeight||Math.max(c.body.offsetHeight,c.documentElement.offsetHeight);g.appendChild(l);var x,T,S=l.getBoundingClientRect(),M=S.bottom-A,N=l.scrollHeight>l.clientHeight+1,F=s.getScrollInfo();0\u003CM&&(x=S.bottom-S.top,0\u003Cv.top-(v.bottom-S.top)-x?(l.style.top=(w=v.top-x-b)+\\\"px\\\",H=!1):A\u003Cx&&(l.style.height=A-5+\\\"px\\\",l.style.top=(w=v.bottom-S.top-b)+\\\"px\\\",T=s.getCursor(),t.from.ch!=T.ch&&(v=s.cursorCoords(T),l.style.left=(y=v.left-C)+\\\"px\\\",S=l.getBoundingClientRect())));var E,O=S.right-k;if(0\u003CO&&(S.right-S.left>k&&(l.style.width=k-5+\\\"px\\\",O-=S.right-S.left-k),l.style.left=(y=v.left-O-C)+\\\"px\\\"),N)for(var P=l.firstChild;P;P=P.nextSibling)P.style.paddingRight=s.display.nativeBarWidth+\\\"px\\\";return s.addKeyMap(this.keyMap=function(t,n){var o={Up:function(){n.moveFocus(-1)},Down:function(){n.moveFocus(1)},PageUp:function(){n.moveFocus(1-n.menuSize(),!0)},PageDown:function(){n.moveFocus(n.menuSize()-1,!0)},Home:function(){n.setFocus(0)},End:function(){n.setFocus(n.length-1)},Enter:n.pick,Tab:n.pick,Esc:n.close};/Mac/.test(navigator.platform)&&(o[\\\"Ctrl-P\\\"]=function(){n.moveFocus(-1)},o[\\\"Ctrl-N\\\"]=function(){n.moveFocus(1)});var i=t.options.customKeys,s=i?{}:o;function e(t,i){var e=\\\"string\\\"!=typeof i?function(t){return i(t,n)}:o.hasOwnProperty(i)?o[i]:i;s[t]=e}if(i)for(var c in i)i.hasOwnProperty(c)&&e(c,i[c]);var r=t.options.extraKeys;if(r)for(var c in r)r.hasOwnProperty(c)&&e(c,r[c]);return s}(o,{moveFocus:function(t,i){e.changeActive(e.selectedHint+t,i)},setFocus:function(t){e.changeActive(t)},menuSize:function(){return e.screenAmount()},length:n.length,close:function(){o.close()},pick:function(){e.pick()},data:t})),o.options.closeOnUnfocus&&(s.on(\\\"blur\\\",this.onBlur=function(){E=setTimeout(function(){o.close()},100)}),s.on(\\\"focus\\\",this.onFocus=function(){clearTimeout(E)})),s.on(\\\"scroll\\\",this.onScroll=function(){var t=s.getScrollInfo(),i=s.getWrapperElement().getBoundingClientRect(),e=w+F.top-t.top,n=e-(r.pageYOffset||(c.documentElement||c.body).scrollTop);if(H||(n+=l.offsetHeight),n\u003C=i.top||n>=i.bottom)return o.close();l.style.top=e+\\\"px\\\",l.style.left=y+F.left-t.left+\\\"px\\\"}),W.on(l,\\\"dblclick\\\",function(t){var i=K(l,t.target||t.srcElement);i&&null!=i.hintId&&(e.changeActive(i.hintId),e.pick())}),W.on(l,\\\"click\\\",function(t){var i=K(l,t.target||t.srcElement);i&&null!=i.hintId&&(e.changeActive(i.hintId),o.options.completeOnSingleClick&&e.pick())}),W.on(l,\\\"mousedown\\\",function(){setTimeout(function(){s.focus()},20)}),this.scrollToActive(),W.signal(t,\\\"select\\\",n[this.selectedHint],l.childNodes[this.selectedHint]),!0}function r(t,i,e,n){var o;t.async?t(i,n,e):(o=t(i,e))&&o.then?o.then(n):n(o)}o.prototype={close:function(){this.active()&&(this.cm.state.completionActive=null,this.tick=null,this.cm.off(\\\"cursorActivity\\\",this.activityFunc),this.widget&&this.data&&W.signal(this.data,\\\"close\\\"),this.widget&&this.widget.close(),W.signal(this.cm,\\\"endCompletion\\\",this.cm))},active:function(){return this.cm.state.completionActive==this},pick:function(t,i){var e=t.list[i],n=this;this.cm.operation(function(){e.hint?e.hint(n.cm,t,e):n.cm.replaceRange(B(e),e.from||t.from,e.to||t.to,\\\"complete\\\"),W.signal(t,\\\"pick\\\",e),n.cm.scrollIntoView()}),this.close()},cursorActivity:function(){this.debounce&&(c(this.debounce),this.debounce=0);var t=this.startPos;this.data&&(t=this.data.from);var i,e=this.cm.getCursor(),n=this.cm.getLine(e.line);e.line!=this.startPos.line||n.length-e.ch!=this.startLen-this.startPos.ch||e.ch\u003Ct.ch||this.cm.somethingSelected()||!e.ch||this.options.closeCharacters.test(n.charAt(e.ch-1))?this.close():((i=this).debounce=s(function(){i.update()}),this.widget&&this.widget.disable())},update:function(i){var e,n;null!=this.tick&&(n=++(e=this).tick,r(this.options.hint,this.cm,this.options,function(t){e.tick==n&&e.finishUpdate(t,i)}))},finishUpdate:function(t,i){this.data&&W.signal(this.data,\\\"update\\\");var e=this.widget&&this.widget.picked||i&&this.options.completeSingle;this.widget&&this.widget.close(),(this.data=t)&&t.list.length&&(e&&1==t.list.length?this.pick(t,0):(this.widget=new n(this,t),W.signal(t,\\\"shown\\\")))}},n.prototype={close:function(){var t;this.completion.widget==this&&(this.completion.widget=null,this.hints.parentNode.removeChild(this.hints),this.completion.cm.removeKeyMap(this.keyMap),t=this.completion.cm,this.completion.options.closeOnUnfocus&&(t.off(\\\"blur\\\",this.onBlur),t.off(\\\"focus\\\",this.onFocus)),t.off(\\\"scroll\\\",this.onScroll))},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var t=this;this.keyMap={Enter:function(){t.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(t,i){var e;t>=this.data.list.length?t=i?this.data.list.length-1:0:t\u003C0&&(t=i?0:this.data.list.length-1),this.selectedHint!=t&&((e=this.hints.childNodes[this.selectedHint])&&(e.className=e.className.replace(\\\" \\\"+I,\\\"\\\")),(e=this.hints.childNodes[this.selectedHint=t]).className+=\\\" \\\"+I,this.scrollToActive(),W.signal(this.data,\\\"select\\\",this.data.list[this.selectedHint],e))},scrollToActive:function(){var t=this.completion.options.scrollMargin||0,i=this.hints.childNodes[Math.max(0,this.selectedHint-t)],e=this.hints.childNodes[Math.min(this.data.list.length-1,this.selectedHint+t)],n=this.hints.firstChild;i.offsetTop\u003Cthis.hints.scrollTop?this.hints.scrollTop=i.offsetTop-n.offsetTop:e.offsetTop+e.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=e.offsetTop+e.offsetHeight-this.hints.clientHeight+n.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1}},W.registerHelper(\\\"hint\\\",\\\"auto\\\",{resolve:function(t,i){var e,c=t.getHelpers(i,\\\"hint\\\");if(c.length){var n=function(t,n,o){var s=function(t,i){if(!t.somethingSelected())return i;for(var e=[],n=0;n\u003Ci.length;n++)i[n].supportsSelection&&e.push(i[n]);return e}(t,c);!function i(e){if(e==s.length)return n(null);r(s[e],t,o,function(t){t&&0\u003Ct.list.length?n(t):i(e+1)})}(0)};return n.async=!0,n.supportsSelection=!0,n}return(e=t.getHelper(t.getCursor(),\\\"hintWords\\\"))?function(t){return W.hint.fromList(t,{words:e})}:W.hint.anyword?function(t,i){return W.hint.anyword(t,i)}:function(){}}}),W.registerHelper(\\\"hint\\\",\\\"fromList\\\",function(t,i){var e,n=t.getCursor(),o=t.getTokenAt(n),s=W.Pos(n.line,o.start),c=n;o.start\u003Cn.ch&&/\\\\w/.test(o.string.charAt(n.ch-o.start-1))?e=o.string.substr(0,n.ch-o.start):(e=\\\"\\\",s=n);for(var r=[],l=0;l\u003Ci.words.length;l++){var h=i.words[l];h.slice(0,e.length)==e&&r.push(h)}if(r.length)return{list:r,from:s,to:c}}),W.commands.autocomplete=W.showHint;var l={hint:W.hint.auto,completeSingle:!0,alignWithWord:!0,closeCharacters:/[\\\\s()\\\\[\\\\]{};:>,]/,closeOnUnfocus:!0,completeOnSingleClick:!0,container:null,customKeys:null,extraKeys:null};W.defineOption(\\\"hintOptions\\\",null)});\\n\",\"created\":\"20210328012150088\",\"modified\":\"20210328012150088\",\"module-type\":\"codemirror\",\"type\":\"application/javascript\"},\"$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css\",\"created\":\"20200815103937889\",\"modified\":\"20210328054714579\",\"module-type\":\"codemirror-theme\",\"name\":\"cmplus\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"```\\n/*\\nTiddlywiki Metadata\\n----\\nName: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css\\n\\nAdditional Fields - \\nmodule-type: codemirror-theme\\nname: cmplus\\n*/\\n```\\n\\n.cm-s-cmplus{\\n line-height: 1.5em;\\n background: \u003C\u003Ccolour tiddler-editor-background>> !important;\\n color: \u003C\u003Ccolour foreground>> !important;\\n}\\n\\n.cm-s-cmplus .CodeMirror-lines {\\n padding: 8px 0;\\n}\\n\\n.cm-s-cmplus .CodeMirror-linenumber {\\n color: \u003C\u003Ccmcolour linenumber>>;\\n}\\n\\n.cm-s-cmplus .CodeMirror-gutters {\\n background-color: \u003C\u003Ccolour page-background>>;\\n padding-right: 10px;\\n z-index: 3;\\n border: none;\\n}\\n\\n.cm-s-cmplus div.CodeMirror-cursor {\\n border-left: 3px solid \u003C\u003Ccolour very-muted-foreground>>;\\n}\\n\\n.cm-s-cmplus .CodeMirror-activeline-background {\\n background: \u003C\u003Ccolour tiddler-editor-fields-even>>;\\n}\\n\\n.cm-s-cmplus .CodeMirror-selected {\\n background: \u003C\u003Ccmcolour selected>> !important;\\n}\\n\\n.cm-s-cmplus .cm-comment {\\n font-style: italic;\\n color: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.cm-s-cmplus .CodeMirror-matchingbracket {\\n text-decoration: underline;\\n color: \u003C\u003Ccmcolour matching-bracket>> !important;\\n}\\n\\n.cm-s-cmplus .cm-strikethrough {\\n text-decoration-color: \u003C\u003Ccolour very-muted-foreground>>; \\n}\\n\\n.cm-s-cmplus .cm-underlined {\\n text-decoration-line: underline;\\n text-decoration-style: solid;\\n text-decoration-color: \u003C\u003Ccolour very-muted-foreground>>;\\n}\\n\\n.cm-s-cmplus .cm-superscript {\\n vertical-align: super;\\n font-size: 0.7em;\\n line-height: 0.1em;\\n}\\n\\n.cm-s-cmplus .cm-subscript {\\n font-size: 0.7em;\\n line-height: 0.5;\\n}\\n\\n.cm-s-cmplus .cm-macro {\\n color: \u003C\u003Ccmcolour macro>>;\\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\\n\\n.cm-s-cmplus .cm-keyword {\\n color: \u003C\u003Ccmcolour keyword>>;\\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n font-weight: 600;\\n}\\n\\n.cm-s-cmplus .cm-quote {\\n font-style: italic;\\n padding-left: 0.6em;\\n border-left: \u003C\u003Ccmcolour quote>> solid 0.2em;\\n}\\n\\n.cm-s-cmplus .cm-hr {\\n color: \u003C\u003Ccmcolour hr>>;\\n}\\n\\n.cm-s-cmplus .cm-h1 {\\n color: \u003C\u003Ccmcolour h1>>;\\n font-weight: 700;\\n font-size: 1.383em;\\n line-height: 1.802em;\\n}\\n\\n.cm-s-cmplus .cm-h2 {\\n color: \u003C\u003Ccmcolour h2>>;\\n font-weight: 600;\\n font-size: 1.296em;\\n line-height: 1.602em;\\n}\\n\\n.cm-s-cmplus .cm-h3 {\\n color: \u003C\u003Ccmcolour h3>>;\\n font-weight: 500;\\n font-size: 1.215em;\\n line-height: 1.424em;\\n}\\n\\n.cm-s-cmplus .cm-h4 {\\n color: \u003C\u003Ccmcolour h4>>;\\n font-weight: 400;\\n font-size: 1.138em;\\n line-height: 1.266em;\\n}\\n\\n.cm-s-cmplus .cm-h5 {\\n color: \u003C\u003Ccmcolour h5>>;\\n font-weight: 400;\\n font-size: 1.067em;\\n line-height: 1.125em;\\n}\\n\\n.cm-s-cmplus .cm-h6 {\\n color: \u003C\u003Ccmcolour h6>>;\\n font-weight: 400;\\n}\\n\\n.cm-s-cmplus .cm-link {\\n color: \u003C\u003Ccmcolour link>>;\\n text-decoration: none;\\n font-weight: 600;\\n}\\n\\n.cm-s-cmplus .cm-internallink {\\n color: \u003C\u003Ccmcolour internallink>>;\\n font-weight:600;\\n}\\n\\n.cm-s-cmplus .cm-externallink {\\n color: \u003C\u003Ccmcolour externallink>>;\\n text-decoration: underline;\\n}\\n\\n.cm-s-cmplus .cm-transclude {\\n color: \u003C\u003Ccmcolour transclude>>;\\n}\\n\\n.cm-s-cmplus .cm-pre {\\n color: \u003C\u003Ccmcolour pre>>;\\t\\t\\n font-family: {{$:/plugins/adithyab/cmplus/settings##monospace-font}};\\n}\\n\\n.cm-s-cmplus .cm-monospace {\\n color: \u003C\u003Ccmcolour monospace>>;\\n font-family: {{$:/plugins/adithyab/cmplus/settings##monospace-font}};\\n}\\n\\n.cm-s-cmplus .cm-list1 {\\n color: \u003C\u003Ccmcolour list1>>;\\n padding-left: 1em;\\n padding-right: 0.5em;\\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\\n\\n.cm-s-cmplus .cm-list2 {\\n color: \u003C\u003Ccmcolour list2>>;\\n padding-left: 2em;\\n padding-right: 0.5em;\\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\\n\\n.cm-s-cmplus .cm-list3 {\\n color: \u003C\u003Ccmcolour list3>>;\\n padding-left: 3em;\\n padding-right: 0.5em;\\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\\n\\n.cm-s-cmplus .cm-list4 {\\n color: \u003C\u003Ccmcolour list4>>;\\n padding-left: 4em;\\n padding-right: 0.5em;\\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\\n\\n.cm-s-cmplus .cm-list5 {\\n color: \u003C\u003Ccmcolour list5>>;\\n padding-left: 5em;\\n padding-right: 0.5em;\\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\"},\"$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js\",\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n\\n/***\\n\\n|''Name''|tw5.js|\\n|''Description''|Enables TiddlyWikiy syntax highlighting using CodeMirror|\\n|''Original Contributor''|PMario|\\n|''Author''|[[adithya-badidey|https://github.com/adithya-badidey]]|\\n|''Version''|0.1.8|\\n|''Status''|''stable''|\\n|''Source''|[[GitHub|https://github.com/adithya-badidey/TW5-codemirror-plus]]|\\n|''Documentation''|https://codemirror.tiddlyspace.com/|\\n|''License''|[[MIT License|http://www.opensource.org/licenses/mit-license.php]]|\\n|''Requires''|codemirror.js|\\n|''Keywords''|syntax highlighting color code mirror codemirror|\\n\\n!! Tiddlywiki Metadata\\nName: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js\\nType: application/javascript\\nAdditional Field:\\nmodule-type: codemirror\\n \\nInfo: CoreVersion parameter is needed for TiddlyWiki only!\\n\\n***/\\n\\n(function (mod) {\\n if (typeof exports == \\\"object\\\" && typeof module == \\\"object\\\") // CommonJS\\n mod(require(\\\"../../lib/codemirror\\\"));\\n else if (typeof define == \\\"function\\\" && define.amd) // AMD\\n define([\\\"../../lib/codemirror\\\"], mod);\\n else // Plain browser env\\n mod(CodeMirror);\\n})(function (CodeMirror) {\\n \\\"use strict\\\";\\n\\n CodeMirror.defineMode(\\\"tiddlywiki5\\\", function () {\\n // Tokenizer\\n var textwords = {};\\n\\n var keywords = {\\n \\\"changecount\\\": true, \\\"colour\\\": true,\\n \\\"colour-picker\\\": true, \\\"contrastcolour\\\": true,\\n \\\"copy-to-clipboard\\\": true, \\\"csvtiddlers\\\": true,\\n \\\"datauri\\\": true, \\\"dumpvariables\\\": true,\\n \\\"image-picker\\\": true, \\\"jsontiddler\\\": true,\\n \\\"jsontiddlers\\\": true, \\\"lingo\\\": true,\\n \\\"list-links\\\": true, \\\"list-links-draggable\\\": true,\\n \\\"list-tagged-draggable\\\": true, \\\"list-thumbnails\\\": true,\\n \\\"makedatauri\\\": true, \\\"now\\\": true,\\n \\\"qualify\\\": true, \\\"resolvepath\\\": true,\\n \\\"box-shadow\\\": true, \\\"filter\\\": true,\\n \\\"transition\\\": true, \\\"background-linear-gradient\\\": true,\\n \\\"transform-origin\\\": true, \\\"toc\\\": true,\\n \\\"toc-expandable\\\": true, \\\"toc-selective-expandable\\\": true,\\n \\\"toc-tabbed-internal-nav\\\": true, \\\"toc-tabbed-external-nav\\\": true,\\n \\\"tabs\\\": true, \\\"tag\\\": true,\\n \\\"tag-picker\\\": true, \\\"tag-pill\\\": true,\\n \\\"thumbnail\\\": true, \\\"timeline\\\": true,\\n \\\"tree\\\": true, \\\"unusedtitle\\\": true,\\n \\\"version\\\": true\\n };\\n\\n var isSpaceName = /[\\\\w_\\\\-]/i,\\n reHR = /^\\\\-\\\\-\\\\-\\\\-+$/, // \u003Chr>\\n reBlockQuote = /^\u003C\u003C\u003C/,\\n rePreStart = /^```$/;\\n\\n function chain(stream, state, f) {\\n state.tokenize = f;\\n return f(stream, state);\\n }\\n\\n function tokenBase(stream, state) {\\n var sol = stream.sol(), // sol() -> Returns true only if the stream is at the start of the line.\\n ch = stream.peek(); // Returns the next character in the stream without advancing it. Will return a null at the end of the line.\\n\\n // check start of blocks\\n if (sol && /[\u003C\\\\/\\\\*{}\\\\-`]/.test(ch)) { //is at the start of a line and the next char is not\\n if (stream.match(reBlockQuote)) {\\n return chain(stream, state, twTokenQuote);\\n }\\n \\n if (stream.match(reHR))\\n return 'hr';\\n\\n if (stream.match(rePreStart))\\n return chain(stream, state, twTokenPre);\\n }\\n\\n stream.next();\\n if (sol && /[\\\\/\\\\*!#;:>|]/.test(ch)) {\\n if (ch == \\\"!\\\") { // tw header\\n var count = 1;\\n while (stream.eat('!'))\\n count++;\\n stream.skipToEnd();\\n return \\\"h\\\" + count;\\n }\\n\\n if (ch == \\\"*\\\" || ch == \\\"#\\\") { // tw list\\n var count = 1;\\n while (stream.eat('*') || stream.eat('#'))\\n count++;\\n return \\\"list\\\" + count;\\n }\\n if (ch == \\\";\\\") { // definition list, term\\n stream.eatWhile(';');\\n return \\\"list1\\\";\\n }\\n if (ch == \\\":\\\") { // definition list, description\\n stream.eatWhile(':');\\n return \\\"list2\\\";\\n }\\n if (ch == \\\">\\\") { // single line quote\\n stream.eatWhile(\\\">\\\");\\n return \\\"quote\\\";\\n }\\n if (ch == '|')\\n return 'header';\\n }\\n\\n // rudimentary html:// file:// link matching. TW knows much more ...\\n if (/[hf]/i.test(ch) &&\\n /[ti]/i.test(stream.peek()) &&\\n stream.match(/\\\\b(ttps?|tp|ile):\\\\/\\\\/[\\\\-A-Z0-9+&@#\\\\/%?=~_|$!:,.;]*[A-Z0-9+&@#\\\\/%=~_|$]/i, true))\\n return \\\"externallink\\\";\\n\\n if (ch == '`') { //\\n return chain(stream, state, twTokenMonospace);\\n }\\n\\n if (ch == \\\"/\\\" && stream.eat(\\\"/\\\")) { //\\n return chain(stream, state, twTokenEm);\\n }\\n\\n if (ch == \\\"{\\\" && stream.eat(\\\"{\\\")) \\n return chain(stream, state, twTranslclude);\\n\\n if (ch == \\\"[\\\" && stream.eat(\\\"[\\\")) // tw InternalLink\\n return chain(stream, state, twInternalLink);\\n\\n if (ch == \\\"_\\\" && stream.eat(\\\"_\\\")) // tw underline\\n return chain(stream, state, twTokenUnderline);\\n\\n if (ch == \\\"^\\\" && stream.eat(\\\"^\\\"))\\n return chain(stream, state, twSuperscript);\\n\\n if (ch == \\\",\\\" && stream.eat(\\\",\\\")) // tw underline\\n return chain(stream, state, twSubscript);\\n\\n // tw strikethrough\\n if (ch == \\\"~\\\" && stream.eat(\\\"~\\\")) {\\n return chain(stream, state, twTokenStrike);\\n }\\n\\n if (ch == \\\"'\\\" && stream.eat(\\\"'\\\")) // tw bold\\n return chain(stream, state, twTokenStrong);\\n\\n if (ch == \\\"\u003C\\\" && stream.eat(\\\"\u003C\\\")) // tw macro\\n return chain(stream, state, twTokenMacro);\\n\\n return null\\n }\\n\\n // // tw invisible comment\\n // function twTokenComment(stream, state) {\\n // var maybeEnd = false, ch;\\n // while (ch = stream.next()) {\\n // if (ch == \\\"/\\\" && maybeEnd) {\\n // state.tokenize = tokenBase;\\n // break;\\n // }\\n // maybeEnd = (ch == \\\"%\\\");\\n // }\\n // return \\\"comment\\\";\\n // }\\n\\n // tw strong / bold\\n function twTokenStrong(stream, state) {\\n var maybeEnd = false,\\n ch;\\n while (ch = stream.next()) {\\n if (ch == \\\"'\\\" && maybeEnd) {\\n state.tokenize = tokenBase;\\n break;\\n }\\n maybeEnd = (ch == \\\"'\\\");\\n }\\n return \\\"strong\\\";\\n }\\n\\n function twTokenMonospace(stream, state) {\\n var ch;\\n while (ch = stream.next()) {\\n if (ch == \\\"`\\\") {\\n state.tokenize = tokenBase;\\n break;\\n }\\n }\\n return \\\"monospace\\\";\\n }\\n\\n // tw em / italic\\n function twTokenEm(stream, state) {\\n var maybeEnd = false,\\n ch;\\n while (ch = stream.next()) {\\n if (ch == \\\"/\\\" && maybeEnd) {\\n state.tokenize = tokenBase;\\n break;\\n }\\n maybeEnd = (ch == \\\"/\\\");\\n }\\n return \\\"em\\\";\\n }\\n\\n // tw transclusions\\n function twTranslclude(stream, state) {\\n var maybeEnd = false,\\n ch;\\n while (ch = stream.next()) {\\n if (ch == \\\"}\\\" && maybeEnd) {\\n state.tokenize = tokenBase;\\n break;\\n }\\n maybeEnd = (ch == \\\"}\\\");\\n }\\n return \\\"transclude\\\";\\n }\\n\\n // tw internal links\\n function twInternalLink(stream, state) {\\n if (stream.current() == '[[') {\\n state.pastDivider = false;\\n // console.log(\\\"Start of link\\\");\\n return 'link';\\n }\\n if (stream.peek() == ']') {\\n stream.next()\\n if(stream.next() == ']') {\\n state.tokenize = tokenBase;\\n // console.log(\\\"End of link\\\");\\n return 'link';\\n }\\n }\\n var pastDivider = state.pastDivider,\\n ch;\\n while (ch = stream.peek()) {\\n // console.log(\\\"Peeking :\\\" + ch);\\n if (!pastDivider && ch=='|') {\\n stream.next();\\n state.pastDivider = true;\\n // console.log(\\\"Past the divider\\\");\\n return 'link';\\n }\\n if (ch == \\\"]\\\" && stream.peek() == \\\"]\\\") {\\n // console.log(\\\"Found end of link\\\");\\n return \\\"internallink\\\";\\n }\\n ch = stream.next();\\n if (/[hf]/i.test(ch) &&\\n /[ti]/i.test(stream.peek()) &&\\n stream.match(/\\\\b(ttps?|tp|ile):\\\\/\\\\/[\\\\-A-Z0-9+&@#\\\\/%?=~_|$!:,.;]*[A-Z0-9+&@#\\\\/%=~_|$]/i, true)) {\\n // console.log(\\\"Found external link\\\");\\n return \\\"externallink\\\";\\n }\\n stream.eatWhile(/[^|\\\\]]/);\\n }\\n return null;\\n }\\n\\n // tw underlined text\\n function twTokenUnderline(stream, state) {\\n var maybeEnd = false,\\n ch;\\n while (ch = stream.next()) {\\n if (ch == \\\"_\\\" && maybeEnd) {\\n state.tokenize = tokenBase;\\n break;\\n }\\n maybeEnd = (ch == \\\"_\\\");\\n }\\n return \\\"underlined\\\";\\n }\\n\\n function twSubscript(stream, state) {\\n var maybeEnd = false, ch;\\n\\n while (ch = stream.next()) {\\n if (ch == \\\",\\\" && maybeEnd) {\\n state.tokenize = tokenBase;\\n break;\\n }\\n maybeEnd = (ch == \\\",\\\");\\n }\\n return \\\"subscript\\\";\\n }\\n\\n function twSuperscript(stream, state) {\\n var maybeEnd = false, ch;\\n\\n while (ch = stream.next()) {\\n if (ch == \\\"^\\\" && maybeEnd) {\\n state.tokenize = tokenBase;\\n break;\\n }\\n maybeEnd = (ch == \\\"^\\\");\\n }\\n return \\\"superscript\\\";\\n }\\n\\n function twTokenStrike(stream, state) {\\n var maybeEnd = false, ch;\\n\\n while (ch = stream.next()) {\\n if (ch == \\\"~\\\" && maybeEnd) {\\n state.tokenize = tokenBase;\\n break;\\n }\\n maybeEnd = (ch == \\\"~\\\");\\n }\\n return \\\"strikethrough\\\";\\n }\\n\\n function twTokenPre(stream, state) {\\n var sol = stream.sol(), maybeEnd = false, surelyend = false, ch;\\n while (ch = stream.next()) {\\n if (ch == '`' && surelyend && stream.eol()) {\\n stream.next();\\n state.tokenize = tokenBase;\\n return \\\"pre\\\";\\n }\\n surelyend = (maybeEnd && (ch == '`'));\\n maybeEnd = (sol && ch == '`');\\n sol = stream.sol();\\n }\\n return \\\"pre\\\";\\n }\\n\\n function twTokenQuote(stream, state) {\\n var sol = stream.sol(), maybeEnd = false, surelyend = false, ch;\\n while (ch = stream.next()) {\\n if (ch == '\u003C' && surelyend) {\\n stream.skipToEnd();\\n state.tokenize = tokenBase;\\n return \\\"quote\\\";\\n }\\n surelyend = (maybeEnd && (ch == '\u003C'));\\n maybeEnd = (sol && ch == '\u003C');\\n sol = stream.sol();\\n }\\n return \\\"quote\\\";\\n }\\n\\n\\n function twTokenMacro(stream, state) {\\n if (stream.current() == '\u003C\u003C') {\\n return 'macro';\\n }\\n\\n var ch = stream.next();\\n if (!ch) {\\n state.tokenize = tokenBase;\\n return null;\\n }\\n if (ch == \\\">\\\") {\\n if (stream.peek() == '>') {\\n stream.next();\\n state.tokenize = tokenBase;\\n return \\\"macro\\\";\\n }\\n }\\n\\n stream.eatWhile(/[\\\\w\\\\$_]/);\\n return keywords.propertyIsEnumerable(stream.current()) ? \\\"keyword\\\" : \\\"macro\\\"\\n }\\n\\n // Interface\\n return {\\n startState: function () {\\n return { tokenize: tokenBase };\\n },\\n\\n token: function (stream, state) {\\n if (stream.eatSpace()) return null;\\n var style = state.tokenize(stream, state);\\n return style;\\n }\\n };\\n });\\n\\n CodeMirror.defineMIME(\\\"text/vnd.tiddlywiki\\\", \\\"tiddlywiki5\\\");\\n});\",\"created\":\"20200818164318584\",\"modified\":\"20210327052450347\",\"module-type\":\"codemirror\",\"revision\":\"1\",\"type\":\"application/javascript\"}}}"},
{"title":"$:/plugins/bimlas/locator","description":"Locator: Discover and search by context","author":"bimlas","version":"2.0.1","core-version":">=5.1.18","source":"https://gitlab.com/bimlas/tw5-locator","plugin-type":"plugin","list":"README/README README/macros README/TIPS README/CHANGELOG README/LICENSE","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/config/bimlas/locator/fields/LINKS-IN-TEXT\":{\"title\":\"$:/config/bimlas/locator/fields/LINKS-IN-TEXT\",\"field-direction\":\"from\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/link\"},\"$:/config/bimlas/locator/fields/bag\":{\"title\":\"$:/config/bimlas/locator/fields/bag\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/caption\":{\"title\":\"$:/config/bimlas/locator/fields/caption\",\"hide-in-nested-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/color\":{\"title\":\"$:/config/bimlas/locator/fields/color\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/color\"},\"$:/config/bimlas/locator/fields/created\":{\"title\":\"$:/config/bimlas/locator/fields/created\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/draft.of\":{\"title\":\"$:/config/bimlas/locator/fields/draft.of\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/draft.title\":{\"title\":\"$:/config/bimlas/locator/fields/draft.title\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/icon\":{\"title\":\"$:/config/bimlas/locator/fields/icon\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/icon\"},\"$:/config/bimlas/locator/fields/list-after\":{\"title\":\"$:/config/bimlas/locator/fields/list-after\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/link\"},\"$:/config/bimlas/locator/fields/list-before\":{\"title\":\"$:/config/bimlas/locator/fields/list-before\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/link\"},\"$:/config/bimlas/locator/fields/list\":{\"title\":\"$:/config/bimlas/locator/fields/list\",\"field-type\":\"list\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/link\"},\"$:/config/bimlas/locator/fields/modified\":{\"title\":\"$:/config/bimlas/locator/fields/modified\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/revision\":{\"title\":\"$:/config/bimlas/locator/fields/revision\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/tags\":{\"title\":\"$:/config/bimlas/locator/fields/tags\",\"field-direction\":\"to\",\"field-type\":\"list\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/tag\"},\"$:/config/bimlas/locator/fields/text\":{\"title\":\"$:/config/bimlas/locator/fields/text\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/bimlas/locator/fields/title\":{\"title\":\"$:/config/bimlas/locator/fields/title\",\"hide-in-nested-fields-filter\":\"yes\",\"hide-in-regular-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"$:/plugins/bimlas/locator/field-templates/link\"},\"$:/config/bimlas/locator/fields/type\":{\"title\":\"$:/config/bimlas/locator/fields/type\",\"hide-in-nested-fields-filter\":\"yes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/bimlas/locator/README/CHANGELOG\":{\"title\":\"$:/plugins/bimlas/locator/README/CHANGELOG\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"!! 2.0.1\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v2.0.0...v2.0.1]]\\n\\n* Add MIT license\\n\\n!! 2.0.0\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.5.0...v2.0.0]]\\n\\n''ALMOST COMPLETE REWRITING, BACKWARDS INCOMPATIBLE CHANGES ARE INTRODUCED''\\n\\n* ''It does not require the `kin` filter operator at all''\\n* ''You can filter to any field besides the tags''\\n* You can use the standard search from any `locator-view`\\n* You can use any field to link tiddlers (as \\\"tags\\\")\\n* You can also navigate through tiddler links\\n* You can use arbitrary templates to display context items and field values\\n* ''INCOMPATIBLE CHANGES''\u003Cbr />//Before upgrading to the new version, make a backup (as before upgrading any plugin) and make the following changes.//\\n** Renamed `locator-tags` to `locator-fields`\u003Cbr />//Change the macro call in your tiddlers//\\n** `locator-view` does not supporting `finalFilter` and `tagFilter`\u003Cbr />//Remove them from your macrocalls//\\n** Removed `filter-grandchildren` filter\u003Cbr />//Because it can no longer be passed through parameters.//\\n** The \\\"Open in Locator sidebar\\\" toolbar button is moved from `$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar` to `$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar` and its code is changed as well\u003Cbr />//Compare the old tiddler with the shadow and note the changes if any. Transfer them to the new tiddler and delete the old tiddler.//\\n\\n!! 1.5.0\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.4.0...v1.5.0]]\\n\\n* Move tiddler from current context to higher- or subtopic by drag-n-dropping in the Locator sidebar\\n* Assign any tiddler to any of the titles in the Locator sidebar by drag-n-dropping\\n* Show the (top-level) base tag to be able to move the tiddler titles there\\n* Add button to open search results in advanced search\\n* Show buttons using the Kin filter only when the filter operator is available\\n* Fix related tag issue (not all of them were listed)\\n* Fix whitespace issue\\n* Refactor the code\\n* Add tutorial to the demo\\n\\n!! 1.4.0\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.3.1...v1.4.0]]\\n\\n* When there was a space in the search string and \\\"new tiddler\\\" button is used from search, the tiddler title was encapsulated (`[[title with spaces]]`)\\n* When there was a space in any of the breadcrumbs in sidebar and \\\"new tiddler\\\" button is used from it, the tiddler got all of the breadcrumb tags, the title with spaces was encapsulated (literally `[[title with spaces]]` tag)\\n* Add more tips to [[$:/plugins/bimlas/locator/README/TIPS]]\\n* Add descriptive tooltip to buttons\\n\\n!! 1.3.1\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.3.0...v1.3.1]]\\n\\n* Add base tag if there is no breadcrumbs when creating new tiddler in current context\\n* Reword documentation\\n\\n!! 1.3.0\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.2.0...v1.3.0]]\\n\\n* Create new tiddler from search text\\n\\n!! 1.2.0\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.1.0...v1.2.0]]\\n\\n* Add button to create new tiddler in current context\\n* Ability to use additional filter on tags\\n\\n!! 1.1.0\\n\\n[[See GitLab for detailed change history of this release|https://gitlab.com/bimlas/tw5-locator/compare/v1.0.0...v1.1.0]]\\n\\n* ''I realized that most functions work without the `kin` filter''\\n* Use the same \\\"style\\\" for breadcrumb- and list items\\n* Show real tags instead of tag pills\\n* Turn off filter of direct tag in the breadcrumbs by its tag icon\\n* Ancestor tags in breadcrumbs of search are operating like direct labels, they can be removed one by one\\n\\n!! 1.0.0\\n\\n* First public release\\n\"},\"$:/plugins/bimlas/locator/README/LICENSE\":{\"title\":\"$:/plugins/bimlas/locator/README/LICENSE\",\"text\":\"MIT License\\n\\nCopyright (c) since 2020 BimbaLaszlo \u003Cbimbalaszlo@gmail.com> (https://bimlas.gitlab.io/)\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\\"Software\\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n\"},\"$:/plugins/bimlas/locator/README/README\":{\"title\":\"$:/plugins/bimlas/locator/README/README\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"! Locator\\n\\nLocator provides ''a universal interface for navigating between your tiddlers and searching, filtering them'' without the need to write [[filter expressions|https://tiddlywiki.com/#Filters]]. The plugin contains ''a table of contents widget and an enhanced search engine'' that contains a ''visual filter builder to filter results by tags and field values''. You can ''organize the tiddlers to any number of trees, even by custom fields or links in text''. Unlike [[classic Table of Contents|https://tiddlywiki.com/#Table-of-Contents%20Macros%20(Examples)]], [[standard search|$:/core/ui/AdvancedSearch/Standard]], [[filter search|$:/core/ui/AdvancedSearch/Filter]] and [[list of tags|$:/core/ui/MoreSideBar/Tags]], this plugin handles these functions organically.\\n\\n* https://bimlas.gitlab.io/tw5-locator (demo + install)\\n* https://gitlab.com/bimlas/tw5-locator (main repository)\\n* https://github.com/bimlas/tw5-locator (mirror, ''please star if you like the plugin'')\\n\\n! Benefits compared to built-in solutions\\n\\n* ''Shows field values''\u003Cbr/>You can mark a tiddler with multiple tags and field values, but in the classic ToC you don't see them while browsing, in Locator you can apply them as filters.\\n* ''Easy way to search for field values''\u003Cbr/>Find tags, field values in the standard search based on part of their name or view the all fields of the search results at a glance.\\n* ''Limit the scope of search''\u003Cbr/>You don't have to store your recipes and family tree in a separate wiki just to make them easier to find: you can define the scope of your search with some clicks (without the need to write filters in [[$:/AdvancedSearch]]).\\n* ''Reorder the hierarchy with drag-n-drop''\u003Cbr />You can easily move tiddlers between topics by drag-n-dropping them.\\n* ''Create mindmaps''\u003Cbr />You can associate tiddlers with any field other than the tag, so you can create complex graphs that you can browse through text only user interface.\\n* ''There is no need to include a table of contents in the main tiddler of each topic''\u003Cbr/>Just press the \\\"Locator sidebar\\\" button on the tiddler's toolbar and you can browse it's children, links right away in the sidebar.\\n* ''Create new tiddler in current scope''\u003Cbr />The \\\"new tiddler\\\" button in Locator creates a new tiddler pre-filled with the currently selected field values and named by the search query (like a special \\\"new here\\\" button).\\n* ''Phone friendlier''\u003Cbr/>The width of the classic ToC is increasing and the size of the text is decrasing as we move down in the context, while Locator remains readable.\\n\\n! Usage\\n\\nSee the [[demo|https://bimlas.gitlab.io/tw5-locator]] for a complete tutorial\\n\\n! Installation instructions\\n\\n''The plugin consists of separate parts'', each of them can be used on its own, so ''it is possible to use only the parts you like'', but they can be used most effectively together because ''they interact with each other''.\\n\\nTo add the plugin to your own ~TiddlyWiki5, just drag this link to the browser window and ''create or drag the required tiddlers from the demo'':\\n\\n$:/plugins/bimlas/locator\\n\\nFor other installation options see the links above.\\n\\n//Select the next tab to continue.//\\n\"},\"$:/plugins/bimlas/locator/README/TIPS\":{\"title\":\"$:/plugins/bimlas/locator/README/TIPS\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"! Tips\\n\\n!! Organic navigation\\n\\n* In `locator-fields`, look for a tag and apply it recursively; the `locator-search` only affects tiddlers associated with it at any depth\\n* Click on the tag in `locator-fields` and open its tiddler, then click on the \\\"locator sidebar\\\" button; the `locator-view` sidebar will show it's hierarchy\\n* Navigate in the hierarchy in `locator-view` sidebar then search for a term in `locator-search`; pressing the \\\"search in context\\\" button restricting the search to the context of `locator-view` sidebar\\n* If you cannot find what you are searching for, then you may want to create a new tiddler, use the \\\"new tiddler\\\" button in one of the Locator macros\\n\\n!! Taking good habits\\n\\n''To get the least chance of writing the same note you wrote earlier, look for a new tiddler before creating a note. To force yourself'', hide the \\\"new tiddler\\\" button inside the Page Toolbar and ''use the \\\"new tiddler\\\" button inside the Locator search'', so if you want to create a new tiddler you must first look for it. If you are absolutely sure that there is no tiddler yet and you need to create a new tiddler, this solution is also useful because search text defines the default name of the new tiddler.\\n\\n!! Let the \\\"Locator sidebar\\\" button automatically focus to the Locator sidebar\\n\\nFor example, the More -> Tags sidebar is currently open when we use the \\\"Locator sidebar\\\" toolbar button on one of the tiddlers, but we do not see the effect because the Locator sidebar is not visible, thus we need to modify to let button automatically open the corresponding sidebar.\\n\\n* If we don't know exactly, look for the sidebar tiddler's title (used as `text` parameter in the code below)\\n** Open the Advanced Search -> Filter and look for the sidebar name in the `caption` field, for example `[caption[Locator]]` will result [[Locator view]]\\n* Find the state tiddler that contains the sidebar tiddler's title (used as `$tiddler` parameter in the code below)\\n** Open the Advanced Search -> Filter and look for `[text[Locator view]]` for example\\n** Switch between Locator sidebar and another sidebar to see which state tiddler is changing, this is what we are looking for ([[$:/state/tab/sidebar--595412856]] for example)\\n* Use the name of the state tiddler and the title of the sidebar in the code below and add this line to [[$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar]] tiddler\\n\\n```\\n\u003C!-- Original code of the button... -->\\n...\\n\u003C$button tooltip=\\\"Browse hierarchy of tag in Locator sidebar\\\" aria-label=\\\"locator sidebar\\\" class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C!-- ADD THIS LINE -->\\n\u003C$action-setfield $tiddler=\\\"$:/state/tab/sidebar--595412856\\\" text=\\\"Locator view\\\"/>\\n```\\n\\nIf you rename the sidebar, you must also update this change! See [[this thread on Google Groups|https://groups.google.com/d/msg/tiddlywiki/xAe_fvhzoCY/UoKZc7ZZDQAJ]] for details.\\n\\n!! Speed up (on phones)\\n\\n!!! Conditional view\\n\\nBecause we don't look at the table of contents and search results at the same time, we can ''hide the Locator while we are using the standard search''.\\n\\nTo achieve this, place the Locator view in the following condition:\\n\\n```\\n\u003C$reveal type=\\\"match\\\" default=\\\"\\\" text={{{ [prefix[$:/state/popup/search-dropdown]] }}}>\\n \u003C\u003Clocator-view baseTitle:\\\"TableOfContents\\\">>\\n\u003C/$reveal>\\n```\\n\\n''When you open TiddlyWiki'', the search entry is in focus by default, so ''the Locator sidebar is not visible''. To fix this, change the text of [[$:/config/Search/AutoFocus]] [[hidden setting|https://tiddlywiki.com/#Hidden%20Setting%3A%20Search%20AutoFocus]] to `false`.\\n\\n//Select the next tab to continue.//\\n\"},\"$:/plugins/bimlas/locator/README/macros\":{\"title\":\"$:/plugins/bimlas/locator/README/macros\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"! Usage of the macros\\n\\n!! `locator-view`\\n\\nThis is ''a [[Table of Contents macro|https://tiddlywiki.com/#Table-of-Contents%20Macros%20(Examples)]] that lets you navigate the wiki'' just as you would with a file manager on the file system. The macro can be placed anywhere you want, for example put it in the sidebar.\\n\\n* Create a new tiddler\\n* Add the [[$:/tags/SideBar]] tag\\n* Add the `caption` field to change the title of the tab (\\\"Contents\\\" for example)\\n* Call the macro by placing this text in the tiddler:\\n\\n```\\n\u003C\u003Clocator-view baseTitle:\\\"TableOfContents\\\">>\\n```\\n\\nOptional parameters:\\n\\n; `fieldOfRelationship` (`tags` by default)\\n: The default field which the tree is based on.\\n\\n; `templateOfContextItems` (`$:/plugins/bimlas/locator/field-templates/link` by default)\\n: The default template to display the context items with.\\n\\n!! `locator-search` and `locator-fields`\\n\\nThe `locator-search` macro can be used in the same way as standard search, but ''you can narrow the scope of the search to the context by the fields filter'', in `locator-fields` you can `search for field values`.\\n\\n* Create a new tiddler\\n* Add the [[$:/tags/SearchResults]] tag\\n* Add the `caption` field to change the title of the tab (\\\"Locator\\\" for example)\\n* Call the macro by placing this text in the tiddler:\\n\\n```\\n\u003C\u003Clocator-search>>\\n```\\n\\nDo the same with `\u003C\u003Clocator-fields>>` macro.\\n\\nIf you want to use `locator-fields` in the sidebar (like the sidebar -> More -> Tags tab) insted of standard search, you should also define the `searchTiddler` variable before the macro call:\\n\\n* Create a new tiddler\\n* Add the [[$:/tags/SideBar]] tag\\n* Add the `caption` field to change the title of the tab (\\\"Fields\\\" for example)\\n* Call the macro by placing this text in the tiddler:\\n\\n```\\n\u003C$vars searchTiddler=\\\" \\\">\\n \u003C\u003Clocator-fields>>\\n\u003C/$vars>\\n```\\n\\n//Select the next tab to continue.//\\n\"},\"$:/plugins/bimlas/locator/actions/add-field-value\":{\"title\":\"$:/plugins/bimlas/locator/actions/add-field-value\",\"tags\":\"$:/tags/Actions\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define assign-value()\\n \u003C$action-setfield $tiddler=\u003C\u003CactionTiddler>> $field=\u003C\u003CcurrentField>> $value=\u003C\u003CcurrentTiddler>>/>\\n\\\\end\\n\\n\\\\define assign-list-item()\\n \u003C$action-listops $tiddler=\u003C\u003CactionTiddler>> $field=\u003C\u003CcurrentField>> $subfilter=\\\"[all[current]]\\\"/>\\n\\\\end\\n\\n\u003C$list filter=\\\"[title\u003CcurrentField>subfilter\u003Cfilter-field-is-list>]\\\" emptyMessage=\u003C\u003Cassign-value>> variable=\\\"null\\\">\\n \u003C\u003Cassign-list-item>>\\n\u003C/$list>\\n\"},\"$:/plugins/bimlas/locator/actions/add-to-history\":{\"title\":\"$:/plugins/bimlas/locator/actions/add-to-history\",\"tags\":\"$:/tags/Actions\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"history\\\" $subfilter=\\\"[all[current]]\\\"/>\\n{{$:/plugins/bimlas/locator/actions/remove-filters}}\\n\"},\"$:/plugins/bimlas/locator/actions/move-to-another-context\":{\"title\":\"$:/plugins/bimlas/locator/actions/move-to-another-context\",\"tags\":\"$:/tags/Actions\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define add-action-tiddler-to-current-tiddler()\\n \u003C$tiddler tiddler={{{ [subfilter\u003Cfilter-history>last[]] }}}>\\n {{||$:/plugins/bimlas/locator/actions/remove-field-value}}\\n \u003C/$tiddler>\\n {{||$:/plugins/bimlas/locator/actions/add-field-value}}\\n\\\\end\\n\\n\\\\define add-current-tiddler-to-action-tiddler()\\n \u003C$vars originalCurrentTiddler=\u003C\u003CcurrentTiddler>>>\\n \u003C$tiddler tiddler=\u003C\u003CactionTiddler>>>\\n \u003C$vars actionTiddler={{{ [subfilter\u003Cfilter-history>last[]] }}}>\\n {{||$:/plugins/bimlas/locator/actions/remove-field-value}}\\n \u003C/$vars>\\n \u003C$vars actionTiddler=\u003C\u003CoriginalCurrentTiddler>>>\\n {{||$:/plugins/bimlas/locator/actions/add-field-value}}\\n \u003C/$vars>\\n \u003C/$tiddler>\\n \u003C/$vars>\\n\\\\end\\n\\n\u003C$list filter=\\\"[title\u003CcontextState>locator-direction-of-traverse\u003CcurrentField>regexp[to]]\\\" emptyMessage=\u003C\u003Cadd-current-tiddler-to-action-tiddler>> variable=\\\"null\\\">\\n \u003C\u003Cadd-action-tiddler-to-current-tiddler>>\\n\u003C/$list>\\n\"},\"$:/plugins/bimlas/locator/actions/remove-field-value\":{\"title\":\"$:/plugins/bimlas/locator/actions/remove-field-value\",\"tags\":\"$:/tags/Actions\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define remove-value()\\n \u003C$action-setfield $tiddler=\u003C\u003CactionTiddler>> $field=\u003C\u003CcurrentField>> $value=\\\"\\\"/>\\n\\\\end\\n\\n\\\\define remove-list-item()\\n \u003C$action-listops $tiddler=\u003C\u003CactionTiddler>> $field=\u003C\u003CcurrentField>> $subfilter=\\\"-[all[current]]\\\"/>\\n\\\\end\\n\\n\u003C$list filter=\\\"[title\u003CcurrentField>subfilter\u003Cfilter-field-is-list>]\\\" emptyMessage=\u003C\u003Cremove-value>> variable=\\\"null\\\">\\n \u003C\u003Cremove-list-item>>\\n\u003C/$list>\\n\"},\"$:/plugins/bimlas/locator/actions/remove-filters\":{\"title\":\"$:/plugins/bimlas/locator/actions/remove-filters\",\"tags\":\"$:/tags/Actions\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$action-deletetiddler $tiddler=\u003C\u003CintersectionState>>/>\\n\u003C$action-deletetiddler $tiddler=\u003C\u003CdifferenceState>>/>\\n\u003C$action-setfield $tiddler=\u003C\u003CcontextState>> opened-fields-filters=\\\"\\\"/>\"},\"$:/plugins/bimlas/locator/buttons/clear-search-input\":{\"title\":\"$:/plugins/bimlas/locator/buttons/clear-search-input\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$button tooltip=\\\"Clear search text, show all results\\\" class=\u003C\u003Clink-button-class>>>\\n \u003C$action-setfield $tiddler=\\\"$:/temp/search\\\" text=\\\" \\\"/>\\n {{$:/core/images/preview-open}}\\n\u003C/$button>\\n\"},\"$:/plugins/bimlas/locator/buttons/collapse-history\":{\"title\":\"$:/plugins/bimlas/locator/buttons/collapse-history\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$button tooltip=\\\"Collapse history\\\" class=\u003C\u003Clink-button-class>>>\\n \u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"history\\\" $filter=\\\"[title\u003CcontextState>each:list-item[history]last[]]\\\"/>\\n {{$:/core/images/fold-button}}\\n\u003C/$button>\\n\"},\"$:/plugins/bimlas/locator/buttons/context-arrow\":{\"title\":\"$:/plugins/bimlas/locator/buttons/context-arrow\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$list filter=\\\"[title\u003CcontextState>field:invert-direction[yes]]\\\" emptyMessage={{$:/core/images/right-arrow}}>\\n {{$:/core/images/left-arrow}}\\n\u003C/$list>\\n\"},\"$:/plugins/bimlas/locator/buttons/copy-filter-to-advanced-search\":{\"title\":\"$:/plugins/bimlas/locator/buttons/copy-filter-to-advanced-search\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C!--\\nSince the search term may contain characters that affect the filter, I\\ndo not copy the search term, I just refer to the tiddler.\\n-->\\n\u003C$wikify name=\\\"filter\\\" text=\\\"\u003C\u003Cfilter-search-context>> +[search{\u003C\u003CsearchTiddler>>}]\\\">\\n \u003C$button tooltip=\\\"Continue filtering in advanced search\\\" class=\u003C\u003Clink-button-class>>>\\n \u003C$action-setfield $tiddler=\\\"$:/temp/advancedsearch\\\" text=\u003C\u003Cfilter>>/>\\n \u003C$action-setfield $tiddler=\\\"$:/state/tab--1498284803\\\" text=\\\"$:/core/ui/AdvancedSearch/Filter\\\"/>\\n \u003C$action-navigate $to=\\\"$:/AdvancedSearch\\\"/>\\n {{$:/core/images/advanced-search-button}}\\n \u003C/$button>\\n\u003C/$wikify>\\n\"},\"$:/plugins/bimlas/locator/buttons/create-new-tiddler\":{\"title\":\"$:/plugins/bimlas/locator/buttons/create-new-tiddler\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define add-as-list()\\n \u003C$action-listops $tiddler=\\\"$:/temp/bimlas/locator/new-tiddler\\\" $field=\u003C\u003Cfield>> $subfilter=\u003C\u003C__valueAsFilter__>>/>\\n\\\\end\\n\\n\\\\define add-as-value()\\n \u003C$action-setfield $tiddler=\\\"$:/temp/bimlas/locator/new-tiddler\\\" $field=\u003C\u003Cfield>> $value={{{ [subfilter\u003C__valueAsFilter__>] }}}/>\\n\\\\end\\n\\n\\\\define add-field-value(valueAsFilter)\\n \u003C$list filter=\\\"[title\u003Cfield>subfilter\u003Cfilter-field-is-list>]\\\" emptyMessage=\u003C\u003Cadd-as-value>>>\\n \u003C\u003Cadd-as-list>>\\n \u003C/$list>\\n\\\\end\\n\\n\\\\define add-filters-as-field-values()\\n \u003C$list filter=\\\"[title\u003CintersectionState>indexes[]]\\\" variable=\\\"field\\\">\\n \u003C$list filter=\\\"[title\u003CintersectionState>locator-selected-field-values\u003Cfield>first[]]\\\">\\n \u003C\u003Cadd-field-value \\\"[title\u003CintersectionState>locator-selected-field-values\u003Cfield>]\\\">>\\n \u003C/$list>\\n \u003C/$list>\\n\\\\end\\n\\n\\\\define add-to-current-context()\\n \u003C$set name=\\\"field\\\" filter=\u003C\u003Cfilter-field-of-relationship>>>\\n \u003C\u003Cadd-field-value \\\"[subfilter\u003Cfilter-history>last[]]\\\">>\\n \u003C/$set>\\n\\\\end\\n\\n\u003C$button tooltip=\\\"Create new tiddler in the current context\\\" class=\u003C\u003Clink-button-class>>>\\n \u003C\u003Cadd-filters-as-field-values>>\\n \u003C\u003Cadd-to-current-context>>\\n \u003C$action-sendmessage $message=\\\"tm-new-tiddler\\\" $param=\\\"$:/temp/bimlas/locator/new-tiddler\\\" title={{{ [title\u003CtitleOfNewTiddler>] [title{$:/language/DefaultNewTiddlerTitle}] -[[]] +[first[]] }}}/>\\n \u003C$action-deletetiddler $tiddler=\\\"$:/temp/bimlas/locator/new-tiddler\\\"/>\\n {{$:/core/images/new-button}}\\n\u003C/$button>\\n\"},\"$:/plugins/bimlas/locator/buttons/go-down-to-context\":{\"title\":\"$:/plugins/bimlas/locator/buttons/go-down-to-context\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define node()\\n \u003C$button tooltip=\\\"Go to context, show chidlren of this tiddler\\\" class=\u003C\u003Clink-button-class>> actions={{$:/plugins/bimlas/locator/actions/add-to-history}}>\\n {{$:/plugins/bimlas/locator/buttons/context-arrow}}\\n \u003C/$button>\\n\\\\end\\n\\n\\\\define leaf()\\n \u003C$button class=\u003C\u003Clink-button-class>>>\\n {{$:/core/images/blank}}\\n \u003C/$button>\\n\\\\end\\n\\n\\\\define go-down-to-context()\\n \u003C!-- I have to use macro to use $(...)$ in filter expression -->\\n \u003C$list filter=\\\"[all[current]locator-enlist-children:$(currentField)$\u003CcontextState>] [title\u003CcontextState>field:allow-to-open-leaves[yes]] +[first[]]\\\" emptyMessage=\u003C\u003Cleaf>> variable=\\\"null\\\">\u003C\u003Cnode>>\u003C/$list>\\n\\\\end\\n\\n\u003C\u003Cgo-down-to-context>>\\n\"},\"$:/plugins/bimlas/locator/buttons/go-up-to-context\":{\"title\":\"$:/plugins/bimlas/locator/buttons/go-up-to-context\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define actions()\\n \u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"history\\\" $filter=\\\"[subfilter\u003Cfilter-history>allbefore\u003CcurrentTiddler>] [all[current]]\\\"/>\\n {{$:/plugins/bimlas/locator/actions/remove-filters}}\\n\\\\end\\n\\n\u003C$button tooltip=\\\"Go to context, show chidlren of this tiddler\\\" class=\u003C\u003Clink-button-class>> actions=\u003C\u003Cactions>>>\\n {{$:/plugins/bimlas/locator/buttons/context-arrow}}\\n\u003C/$button>\\n\"},\"$:/plugins/bimlas/locator/buttons/open-field-settings\":{\"title\":\"$:/plugins/bimlas/locator/buttons/open-field-settings\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$button\\n to=\\\"$:/plugins/bimlas/locator/settings/settings\\\"\\n tooltip=\\\"Open field settings\\\"\\n class=\u003C\u003Clink-button-class>>\\n>\\n {{$:/core/images/options-button}}\u003C$list filter=\\\"[title\u003CcontextState>!regexp[^\\\\$:/state/bimlas/locator/search/]]\\\" variable=\\\"null\\\"> Open field settings\u003C/$list>\\n\u003C/$button>\"},\"$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field\":{\"title\":\"$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define actions()\\n \u003C$action-setfield $tiddler=\u003C\u003CintersectionState>> $index=\u003C\u003CcurrentField>> $value=\\\"\\\"/>\\n \u003C$action-setfield $tiddler=\u003C\u003CdifferenceState>> $index=\u003C\u003CcurrentField>> $value=\\\"\\\"/>\\n \u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"opened-fields-filters\\\" $subfilter=\\\"-[\u003CcurrentField>]\\\"/>\\n \u003C$list filter=\\\"[\u003CrecursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\\\" variable=\\\"null\\\">\\n \u003C$action-setfield $tiddler=\\\"$:/state/bimlas/locator/search/recursive-filters/\\\" $index=\u003C\u003CcurrentField>> $value=\\\"\\\"/>\\n \u003C/$list>\\n\\\\end\\n\\n\u003C$list filter=\\\"[title\u003CintersectionState>] [title\u003CdifferenceState>] +[locator-selected-field-values\u003CcurrentField>first[]]\\\" variable=\\\"null\\\">\\n \u003C$button tooltip=\\\"Remove field filters\\\" class=\u003C\u003Clink-button-class>> actions=\u003C\u003Cactions>>>\\n {{$:/core/images/cancel-button}}\\n \u003C/$button>\\n\u003C/$list>\"},\"$:/plugins/bimlas/locator/buttons/remove-filters\":{\"title\":\"$:/plugins/bimlas/locator/buttons/remove-filters\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$list filter=\\\"[title\u003CintersectionState>] [title\u003CdifferenceState>] +[locator-selected-field-values[]first[]]\\\" variable=\\\"null\\\">\\n \u003C$button tooltip=\\\"Remove field filters\\\" class=\u003C\u003Clink-button-class>> actions={{$:/plugins/bimlas/locator/actions/remove-filters}}>\\n {{$:/core/images/cancel-button}}\\n \u003C/$button>\\n\u003C/$list>\"},\"$:/plugins/bimlas/locator/buttons/search-in-context\":{\"title\":\"$:/plugins/bimlas/locator/buttons/search-in-context\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define copy-field(sourceTiddler destinationTiddler field)\\n \u003C$set name=\\\"value\\\" tiddler=\u003C\u003C__sourceTiddler__>> field=\u003C\u003C__field__>>>\\n \u003C$action-setfield $tiddler=\u003C\u003C__destinationTiddler__>> $field=\u003C\u003C__field__>> $value=\u003C\u003Cvalue>>/>\\n \u003C/$set>\\n\\\\end\\n\\n\\\\define clear-data-tiddler(tiddler)\\n \u003C$action-deletetiddler $tiddler=\u003C\u003C__tiddler__>>/>\\n \u003C$action-setfield $tiddler=\u003C\u003C__tiddler__>> type=\\\"application/json\\\"/>\\n\\\\end\\n\\n\\\\define search-in-current-context()\\n \u003C$action-listops $tiddler=\\\"$:/state/bimlas/locator/search/intersection/\\\" $index={{{ [subfilter\u003Cfilter-field-of-relationship>] }}} $subfilter=\\\"[subfilter\u003Cfilter-history>last[]]\\\"/>\\n \u003C$action-listops $tiddler=\\\"$:/state/bimlas/locator/search/recursive-filters/\\\" $index={{{ [subfilter\u003Cfilter-field-of-relationship>] }}} $filter=\\\"[subfilter\u003Cfilter-history>last[]]\\\"/>\\n\\\\end\\n\\n\\\\define copy-filters()\\n \u003C$macrocall $name=\\\"copy-field\\\" sourceTiddler=\u003C\u003CintersectionState>> destinationTiddler=\\\"$:/state/bimlas/locator/search/intersection/\\\" field=\\\"text\\\"/>\\n \u003C$macrocall $name=\\\"copy-field\\\" sourceTiddler=\u003C\u003CdifferenceState>> destinationTiddler=\\\"$:/state/bimlas/locator/search/difference/\\\" field=\\\"text\\\"/>\\n\\\\end\\n\\n\\\\define reset-search-context()\\n \u003C$action-deletetiddler $tiddler=\\\"$:/state/bimlas/locator/search/context/\\\"/>\\n \u003C$list filter=\\\"[\u003CrecursiveFilteringAvailable>regexp[yes]]\\\" variable=\\\"null\\\">\\n \u003C$macrocall $name=\\\"clear-data-tiddler\\\" tiddler=\\\"$:/state/bimlas/locator/search/recursive-filters/\\\"/>\\n \u003C/$list>\\n \u003C$macrocall $name=\\\"clear-data-tiddler\\\" tiddler=\\\"$:/state/bimlas/locator/search/intersection/\\\"/>\\n \u003C$macrocall $name=\\\"clear-data-tiddler\\\" tiddler=\\\"$:/state/bimlas/locator/search/difference/\\\"/>\\n\\\\end\\n\\n\u003C$button tooltip=\\\"Restrict search to this context (in full depth)\\\" class=\u003C\u003Clink-button-class>>>\\n \u003C\u003Creset-search-context>>\\n \u003C\u003Ccopy-filters>>\\n \u003C\u003Csearch-in-current-context>>\\n {{$:/core/images/advanced-search-button}}\\n\u003C/$button>\\n\"},\"$:/plugins/bimlas/locator/buttons/toggle-context-settings\":{\"title\":\"$:/plugins/bimlas/locator/buttons/toggle-context-settings\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define opened()\\n \u003C$button tooltip=\\\"Toggle context settings\\\" class=\u003C\u003Clink-button-class additionalClasses:\\\"active\\\">>>\\n \u003C$action-setfield $tiddler=\u003C\u003CcontextState>> $field=\\\"context-settings-opened\\\" $value=\\\"\\\"/>\\n {{$:/core/images/options-button}}\\n \u003C/$button>\\n\\\\end\\n\\n\\\\define closed()\\n \u003C$button tooltip=\\\"Toggle context settings\\\" class=\u003C\u003Clink-button-class>>>\\n \u003C$action-setfield $tiddler=\u003C\u003CcontextState>> $field=\\\"context-settings-opened\\\" $value=\\\"yes\\\"/>\\n {{$:/core/images/options-button}}\\n \u003C/$button>\\n\\\\end\\n\\n\u003C$list filter=\\\"[title\u003CcontextState>field:context-settings-opened[yes]]\\\" emptyMessage=\u003C\u003Cclosed>>>\u003C\u003Copened>>\u003C/$list>\"},\"$:/plugins/bimlas/locator/edit-template/locator-references\":{\"title\":\"$:/plugins/bimlas/locator/edit-template/locator-references\",\"list-after\":\"$:/core/ui/EditTemplate/title\",\"tags\":\"$:/tags/EditTemplate\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define prompt()\\n The following references to this tiddler in //\u003C\u003C__field__>>// [[Locator field|$:/plugins/bimlas/locator/settings/settings]] will not be automatically updated:\\n\\\\end\\n\\n\\\\define children-by-field(field)\\n \u003C$list filter=\\\"[title{!!draft.of}locator-enlist-children:$field$[]first[]]\\\" variable=\\\"null\\\">\\n \u003C$vars stateTiddler=\u003C\u003Cqualify \\\"$:/state/bimlas/locator/edit/references/$field$\\\">> >\\n\\n \u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n \u003C$button set=\u003C\u003CstateTiddler>> setTo=\\\"show\\\" class=\\\"tc-btn-invisible\\\">\\n {{$:/core/images/right-arrow}}\\n \u003C\u003Cprompt>>\\n \u003C/$button>\\n \u003C/$reveal>\\n \u003C$reveal type=\\\"match\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n \u003C$button set=\u003C\u003CstateTiddler>> setTo=\\\"hide\\\" class=\\\"tc-btn-invisible\\\">\\n {{$:/core/images/down-arrow}}\\n \u003C\u003Cprompt>>\\n \u003C/$button>\\n \u003C/$reveal>\\n\\n \u003C$reveal type=\\\"match\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n \u003C$list filter=\\\"[title{!!draft.of}locator-enlist-children:$field$[]]\\\" template=\\\"$:/core/ui/ListItemTemplate\\\">\\n \u003C$link/>\\n \u003C/$list>\\n \u003C/$reveal>\\n\\n \u003C/$vars>\\n \u003C/$list>\\n\\\\end\\n\\n\u003C$reveal state=\\\"!!draft.title\\\" type=\\\"nomatch\\\" text={{!!draft.of}} tag=\\\"div\\\">\\n \u003C$list filter=\\\"[locator-enlist-relationship-fields[]] -[[tags]] -[[list]] -[[LINKS-IN-TEXT]]\\\" variable=\\\"currentField\\\">\\n \u003C$macrocall $name=\\\"children-by-field\\\" field=\u003C\u003CcurrentField>>/>\\n \u003C/$list>\\n\u003C/$reveal>\"},\"$:/plugins/bimlas/locator/field-templates/color\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/color\",\"caption\":\"Color\",\"tags\":\"$:/tags/bimlas/locator/field-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Cinput type=\\\"color\\\" name=\\\"favcolor\\\" value=\u003C\u003CcurrentTiddler>> disabled> \u003C$view field=\\\"title\\\"/>\"},\"$:/plugins/bimlas/locator/field-templates/edit-fields-plus-transclusion\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/edit-fields-plus-transclusion\",\"caption\":\"Edit fields + Transclusion\",\"tags\":\"$:/tags/bimlas/locator/context-item-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define frame-classes() tc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$\\n\\n{{||$:/plugins/bimlas/locator/field-templates/link}}\\n\u003Cdiv class=\u003C\u003Cframe-classes>> data-tiddler-title=\u003C\u003CcurrentTiddler>>>\\n \u003C$fieldmangler>\\n {{||$:/core/ui/EditTemplate/tags}}\\n {{||$:/core/ui/EditTemplate/fields}}\\n \u003C/$fieldmangler>\\n\u003C/div>\\n\u003C$transclude mode=\\\"block\\\"/>\\n\u003Chr style=\\\"border-top: double\\\"/>\"},\"$:/plugins/bimlas/locator/field-templates/edit-fields\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/edit-fields\",\"caption\":\"Edit fields\",\"tags\":\"$:/tags/bimlas/locator/context-item-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define frame-classes() tc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$\\n\\n{{||$:/plugins/bimlas/locator/field-templates/link}}\\n\u003Cdiv class=\u003C\u003Cframe-classes>> data-tiddler-title=\u003C\u003CcurrentTiddler>>>\\n \u003C$fieldmangler>\\n {{||$:/core/ui/EditTemplate/tags}}\\n {{||$:/core/ui/EditTemplate/fields}}\\n \u003C/$fieldmangler>\\n\u003C/div>\\n\u003Chr style=\\\"border-top: double\\\"/>\"},\"$:/plugins/bimlas/locator/field-templates/fields-plus-transclusion\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/fields-plus-transclusion\",\"caption\":\"Fields + Transclusion\",\"tags\":\"$:/tags/bimlas/locator/context-item-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"{{||$:/plugins/bimlas/locator/field-templates/link}}\\n{{||$:/plugins/bimlas/locator/viewtemplate/field-list}}\\n\u003C$transclude mode=\\\"block\\\"/>\\n\u003Chr style=\\\"border-top: double\\\"/>\"},\"$:/plugins/bimlas/locator/field-templates/fields\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/fields\",\"caption\":\"Fields\",\"tags\":\"$:/tags/bimlas/locator/context-item-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"{{||$:/plugins/bimlas/locator/field-templates/link}}\\n{{||$:/plugins/bimlas/locator/viewtemplate/field-list}}\\n\u003Chr style=\\\"border-top: double\\\"/>\"},\"$:/plugins/bimlas/locator/field-templates/icon\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/icon\",\"caption\":\"Icon\",\"tags\":\"$:/tags/bimlas/locator/field-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Cbutton class=\\\"tc-btn-invisible\\\" disabled>\u003C$transclude>\u003C\u003CcurrentTiddler>>\u003C/$transclude>\u003C/button> {{||$:/plugins/bimlas/locator/field-templates/link}}\"},\"$:/plugins/bimlas/locator/field-templates/link\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/link\",\"caption\":\"Link\",\"tags\":\"$:/tags/bimlas/locator/field-templates $:/tags/bimlas/locator/context-item-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$link to=\u003C\u003CcurrentTiddler>>>\\n \u003C$transclude field=\\\"caption\\\">\u003C$view field=\\\"title\\\"/>\u003C/$transclude>\\n\u003C/$link>\"},\"$:/plugins/bimlas/locator/field-templates/tag\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/tag\",\"caption\":\"Tag\",\"tags\":\"$:/tags/bimlas/locator/field-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C\u003Ctag>>\"},\"$:/plugins/bimlas/locator/field-templates/text\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/text\",\"caption\":\"Text\",\"tags\":\"$:/tags/bimlas/locator/field-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$view field=\\\"title\\\"/>\"},\"$:/plugins/bimlas/locator/field-templates/transclusion\":{\"title\":\"$:/plugins/bimlas/locator/field-templates/transclusion\",\"caption\":\"Transclusion\",\"tags\":\"$:/tags/bimlas/locator/context-item-templates\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"{{||$:/plugins/bimlas/locator/field-templates/link}}\\n\u003Cbr/>\\n\u003C$transclude mode=\\\"block\\\"/>\\n\u003Chr style=\\\"border-top: double\\\"/>\"},\"$:/plugins/bimlas/locator/macros/css-classes\":{\"title\":\"$:/plugins/bimlas/locator/macros/css-classes\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define link-button-class(additionalClasses) tc-btn-invisible tc-tiddlylink bimlas-locator $additionalClasses$\\n\\\\define menu-list-item-class() tc-menu-list-item bimlas-locator\"},\"$:/plugins/bimlas/locator/macros/filters\":{\"title\":\"$:/plugins/bimlas/locator/macros/filters\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define filter-history() [\u003C__baseTitle__>] [title\u003CcontextState>each:list-item[history]] -[[]]\\n\\\\define filter-selected-field-values() [title\u003CintersectionState>] [title\u003CdifferenceState>] +[locator-selected-field-values\u003CcurrentField>]\\n\\\\define filter-field-is-list() [addprefix[$:/config/bimlas/locator/fields/]field:field-type[list]]\\n\\\\define filter-unfiltered-view-context-items() [subfilter\u003Cfilter-history>last[]locator-enlist-children:$(currentField)$\u003CcontextState>!has[draft.of]]\\n\\\\define filter-view-context() [subfilter\u003Cfilter-history>last[]locator-enlist-children:$(currentField)$\u003CcontextState>!has[draft.of]locator-fields-filter\u003CintersectionState>!locator-fields-filter\u003CdifferenceState>]\\n\\\\define filter-search-context() [!is[system]locator-fields-filter:recursive[$(intersectionState)$]!locator-fields-filter:recursive[$(differenceState)$]]\\n\\\\define filter-field-of-relationship() [title\u003CcontextState>get[field-of-relationship]] [\u003CdefaultFieldOfRelationship>] +[first[]]\\n\\n\u003C!--\\n I know that `filter-view-context` uses a code duplication of\\n `filter-unfiltered-view-context-items`, but I have to do this way, becuse\\n $(variable)$ works only with variables defined in direct parent macro, thus\\n I cannot add another level to call chain\\n-->\"},\"$:/plugins/bimlas/locator/macros/javascript-filters.js\":{\"title\":\"$:/plugins/bimlas/locator/macros/javascript-filters.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/bimlas/locator/macros/javascript-filters.js\\ntype: application/javascript\\nmodule-type: filteroperator\\n\\nSpecial filters used by Locator\\n\\n\\\\*/\\n(function() {\\n\\n\\t/*jslint node: true, browser: true */\\n\\t/*global $tw: true */\\n\\t\\\"use strict\\\";\\n\\n\\tfunction getFieldDefinition(options,field) {\\n\\t\\tvar fieldOptionsTiddler = \\\"$:/config/bimlas/locator/fields/\\\" + field;\\n\\n\\t\\treturn options.wiki.getCacheForTiddler(fieldOptionsTiddler,\\\"fieldListingOperator\\\",function() {\\n\\t\\t\\tvar fieldOptions = options.wiki.getTiddler(fieldOptionsTiddler) || {fields: {}};\\n\\t\\t\\tvar filterOperators = options.wiki.getFilterOperators();\\n\\t\\t\\tvar fieldDefinitions = {\\n\\t\\t\\t\\t\\\"value\\\": {\\n\\t\\t\\t\\t\\tfieldType: \\\"value\\\",\\n\\t\\t\\t\\t\\tdirection: fieldOptions.fields[\\\"field-direction\\\"],\\n\\t\\t\\t\\t\\tenlistChildren: {\\n\\t\\t\\t\\t\\t\\t\\\"to\\\": function(title,input,prefix) {\\n\\t\\t\\t\\t\\t\\t\\treturn filterOperators[\\\"field\\\"](input,{operand: title,prefix: prefix,suffix: field},options);\\n\\t\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t\\t\\t\\\"from\\\": function(title,unusedInput,unusedPrefix) {\\n\\t\\t\\t\\t\\t\\t\\treturn (options.wiki.getTiddler(title) || {fields: {}}).fields[field] || []\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\t\\\"list\\\": {\\n\\t\\t\\t\\t\\tfieldType: \\\"list\\\",\\n\\t\\t\\t\\t\\tdirection: fieldOptions.fields[\\\"field-direction\\\"],\\n\\t\\t\\t\\t\\tenlistChildren: {\\n\\t\\t\\t\\t\\t\\t\\\"to\\\": function(title,input,prefix) {\\n\\t\\t\\t\\t\\t\\t\\treturn filterOperators[\\\"contains\\\"](input,{operand: title,prefix: prefix,suffix: field},options);\\n\\t\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t\\t\\t\\\"from\\\": function(title,unusedInput,unusedPrefix) {\\n\\t\\t\\t\\t\\t\\t\\treturn options.wiki.getTiddlerList(title,field) || [];\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t};\\n\\t\\t\\tvar linksInTextDefinition = {\\n\\t\\t\\t\\tfieldType: \\\"value\\\",\\n\\t\\t\\t\\tdirection: fieldOptions.fields[\\\"field-direction\\\"],\\n\\t\\t\\t\\tenlistChildren: {\\n\\t\\t\\t\\t\\t\\\"to\\\": function(title,unusedInput,unusedPrefix) {\\n\\t\\t\\t\\t\\t\\treturn options.wiki.getTiddlerBacklinks(title);\\n\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t\\t\\\"from\\\": function(title,unusedInput,unusedPrefix) {\\n\\t\\t\\t\\t\\t\\treturn options.wiki.getTiddlerLinks(title);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t};\\n\\n\\t\\t\\treturn field === \\\"LINKS-IN-TEXT\\\"\\n\\t\\t\\t\\t? linksInTextDefinition\\n\\t\\t\\t\\t: fieldDefinitions[fieldOptions.fields[\\\"field-type\\\"] || \\\"value\\\"];\\n\\t\\t});\\n\\t}\\n\\n\\tfunction getActiveFilters(options,filterState) {\\n\\t\\treturn options.wiki.getCacheForTiddler(filterState,\\\"activeFilters\\\",function() {\\n\\t\\t\\tvar filteredFields = options.wiki.getTiddlerDataCached(filterState,{});\\n\\t\\t\\tvar results = {};\\n\\n\\t\\t\\t$tw.utils.each(filteredFields,function(valuesAsString,field) {\\n\\t\\t\\t\\tvar values = $tw.utils.parseStringArray(valuesAsString) || [];\\n\\t\\t\\t\\tif(values.length) {\\n\\t\\t\\t\\t\\tresults[field] = values;\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\n\\t\\t\\treturn results;\\n\\t\\t});\\n\\t}\\n\\n\\tfunction applyFieldsFilters(source,options,filterState,filterFunc,prefix) {\\n\\t\\tvar activeFilters = getActiveFilters(options,filterState);\\n\\t\\tvar results = source;\\n\\n\\t\\tif(!Object.keys(activeFilters).length) return results;\\n\\n\\t\\t$tw.utils.each(activeFilters,function(values,field) {\\n\\t\\t\\t$tw.utils.each(values,function(value) {\\n\\t\\t\\t\\tif(value === \\\"ANY-VALUE\\\") {\\n\\t\\t\\t\\t\\tvar filterOperators = options.wiki.getFilterOperators();\\n\\t\\t\\t\\t\\tresults = filterOperators[\\\"has\\\"](results,{operand: field,prefix: prefix},options);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tresults = filterFunc(results,field,value,prefix);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tresults = options.wiki.makeTiddlerIterator(results);\\n\\t\\t\\t});\\n\\t\\t});\\n\\n\\t\\treturn results;\\n\\t}\\n\\n\\tfunction getDirectionOfTraverse(options,contextState,fieldOfRelationship) {\\n\\t\\tvar direction = getFieldDefinition(options,fieldOfRelationship).direction;\\n\\n\\t\\tif(isDirectionInverted(options,contextState)) {\\n\\t\\t\\tdirection = invertDirection(direction);\\n\\t\\t}\\n\\n\\t\\treturn direction;\\n\\t}\\n\\n\\tfunction isDirectionInverted(options,contextState) {\\n\\t\\tvar contextStateTiddler = options.wiki.getTiddler(contextState) || {fields: []};\\n\\t\\treturn contextStateTiddler.fields[\\\"invert-direction\\\"] === \\\"yes\\\"\\n\\t}\\n\\n\\tfunction invertDirection(direction) {\\n\\t\\treturn [\\\"from\\\",\\\"to\\\"][(direction === \\\"from\\\") + 0];\\n\\t}\\n\\n\\tfunction enlistChildren(options,parentTitle,fieldOfRelationship,directionOfTraverse) {\\n\\t\\treturn options.wiki.getGlobalCache(\\\"bimlas-locator-enlist-children-\\\" + parentTitle + \\\"-\\\" + fieldOfRelationship + \\\"-\\\" + directionOfTraverse, function() {\\n\\t\\t\\tvar fieldDefinition = getFieldDefinition(options, fieldOfRelationship);\\n\\t\\t\\tvar allTiddlers = options.wiki.makeTiddlerIterator(options.wiki.getTiddlers());\\n\\t\\t\\treturn fieldDefinition.enlistChildren[directionOfTraverse](parentTitle,allTiddlers);\\n\\t\\t});\\n\\t}\\n\\n\\t/*\\n\\tFilter titles matching to Locator fields filter\\n\\n\\tInput: list of tiddlers\\n\\tParam: filterState\\n\\tPrefix: \\\"!\\\" to exclude matching tiddlers\\n\\tSuffix: \\\"recusive\\\" enables recursive filtering\\n\\t*/\\n\\texports[\\\"locator-fields-filter\\\"] = function(source,operator,options) {\\n\\t\\tvar results = source;\\n\\t\\tvar activeRecursiveFilters = getActiveFilters(options,\\\"$:/state/bimlas/locator/search/recursive-filters/\\\");\\n\\n\\t\\tif(operator.suffix === \\\"recursive\\\") {\\n\\t\\t\\tresults = applyFieldsFilters(results,options,operator.operand,recursiveFilterFunc,operator.prefix);\\n\\t\\t} else {\\n\\t\\t\\tresults = applyFieldsFilters(results,options,operator.operand,directFilterFunc,operator.prefix);\\n\\t\\t}\\n\\n\\t\\treturn results;\\n\\n\\t\\tfunction directFilterFunc(input,field,value,prefix) {\\n\\t\\t\\tvar fieldDefinition = getFieldDefinition(options,field);\\n\\t\\t\\treturn fieldDefinition.enlistChildren[\\\"to\\\"](value,input,prefix);\\n\\t\\t}\\n\\n\\t\\tfunction recursiveFilterFunc(input,field,fieldValue,prefix) {\\n\\t\\t\\tvar isRecursiveFilteringActive = $tw.utils.hop(activeRecursiveFilters,field) && (activeRecursiveFilters[field].indexOf(fieldValue) >= 0);\\n\\t\\t\\tif(!isRecursiveFilteringActive) {\\n\\t\\t\\t\\treturn directFilterFunc(input,field,fieldValue,prefix);\\n\\t\\t\\t}\\n\\n\\t\\t\\tvar fieldDirection = getFieldDefinition(options,field).direction;\\n\\t\\t\\tvar children = [];\\n\\t\\t\\tcollectChildrenRecursively(fieldValue);\\n\\t\\t\\tvar compareFunc = (prefix !== \\\"!\\\")\\n\\t\\t\\t\\t? function(index) { return index >= 0 }\\n\\t\\t\\t\\t: function(index) { return index \u003C 0 };\\n\\t\\t\\tvar results = [];\\n\\n\\t\\t\\tinput(function(tiddler,title) {\\n\\t\\t\\t\\tif(compareFunc(children.indexOf(title))) {\\n\\t\\t\\t\\t\\tresults = $tw.utils.pushTop(results, title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t});\\n\\n\\t\\t\\treturn results;\\n\\n\\t\\t\\tfunction collectChildrenRecursively(parent) {\\n\\t\\t\\t\\t$tw.utils.each(enlistChildren(options,parent,field,fieldDirection),function(child) {\\n\\t\\t\\t\\t\\tif(children.indexOf(child) \u003C 0) {\\n\\t\\t\\t\\t\\t\\t$tw.utils.pushTop(children, child);\\n\\t\\t\\t\\t\\t\\t$tw.utils.pushTop(children, collectChildrenRecursively(child));\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t}\\n\\t};\\n\\n\\t/*\\n\\tFilter fields that are not disabled in Locator field options\\n\\n\\tInput: list of fields\\n\\tParam (optional): if called from toggleable fields filter (`locator-view` and `locator-search`), set to \\\"nested\\\"\\n\\t*/\\n\\texports[\\\"locator-enabled-fields\\\"] = function(source,operator,options) {\\n\\t\\tvar typeOfFieldsFilter = operator.operand || \\\"regular\\\";\\n\\t\\tvar excludedFields = options.wiki.filterTiddlers(\\\"[all[tiddlers+shadows]field:hide-in-\\\" + typeOfFieldsFilter + \\\"-fields-filter[yes]removeprefix[$:/config/bimlas/locator/fields/]]\\\") || [];\\n\\t\\tvar results = [];\\n\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(excludedFields.indexOf(title) \u003C 0) {\\n\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t}\\n\\t\\t});\\n\\n\\t\\treturn results;\\n\\t};\\n\\n\\t/*\\n\\tList fields which can be used to build tree (\\\"tags\\\" for example)\\n\\n\\tInput: none\\n\\tParam (optional): field to check if it's a relationship field\\n\\t*/\\n\\texports[\\\"locator-enlist-relationship-fields\\\"] = function(source,operator,options) {\\n\\t\\tvar relationshipFields = options.wiki.getGlobalCache(\\\"bimlas-locator-enlist-relationship-fields\\\",function() {\\n\\t\\t\\treturn options.wiki.filterTiddlers(\\\"[all[tiddlers+shadows]prefix[$:/config/bimlas/locator/fields/]has[field-direction]removeprefix[$:/config/bimlas/locator/fields/]]\\\");\\n\\t\\t});\\n\\n\\t\\tif(operator.operand) {\\n\\t\\t\\treturn relationshipFields.indexOf(operator.operand) >= 0\\n\\t\\t\\t\\t? [operator.operand]\\n\\t\\t\\t\\t: [];\\n\\t\\t}\\n\\n\\t\\treturn relationshipFields;\\n\\t};\\n\\n\\t/*\\n\\tList field values according to Locator field settings\\n\\n\\tInput: list of tiddlers\\n\\tParam: field\\n\\t*/\\n\\texports[\\\"locator-enlist-field-values\\\"] = function(source,operator,options) {\\n\\t\\tvar fieldDefinition = getFieldDefinition(options,operator.operand);\\n\\t\\tvar results = [];\\n\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tif(!tiddler) return;\\n\\n\\t\\t\\tvar value = fieldDefinition.enlistChildren[\\\"from\\\"](title);\\n\\n\\t\\t\\tif(!value) return;\\n\\n\\t\\t\\tresults = $tw.utils.pushTop(results,value);\\n\\t\\t});\\n\\n\\t\\treturn results;\\n\\t};\\n\\n\\t/*\\n\\tList of active field filters\\n\\n\\tInput: filterState\\n\\tParam (optional): field\\n\\t*/\\n\\texports[\\\"locator-selected-field-values\\\"] = function(source,operator,options) {\\n\\t\\tvar activeFilters = {};\\n\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\t$tw.utils.each(getActiveFilters(options,title),function(value,key) {\\n\\t\\t\\t\\tactiveFilters[key] = $tw.utils.pushTop(activeFilters[key] || [],value);\\n\\t\\t\\t});\\n\\t\\t});\\n\\n\\t\\tif(!Object.keys(activeFilters).length) return [];\\n\\n\\t\\treturn operator.operand\\n\\t\\t\\t? activeFilters[operator.operand] || []\\n\\t\\t\\t: [\\\"TODO: Join active filter values (array of arrays)\\\"];\\n\\t};\\n\\n\\t/*\\n\\tList of active field names\\n\\n\\tInput: filterState\\n\\tParam (optional): none\\n\\t*/\\n\\texports[\\\"locator-selected-field-names\\\"] = function(source,operator,options) {\\n\\t\\tvar fieldNames = [];\\n\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tfieldNames = $tw.utils.pushTop(fieldNames,Object.keys(getActiveFilters(options,title)));\\n\\t\\t});\\n\\n\\t\\treturn fieldNames;\\n\\t};\\n\\n\\t/*\\n\\tList children of input elements based on selected relationship field\\n\\n\\tInput: parent tiddlers\\n\\tParam (optional): contextState\\n\\tSuffix: field of relationship\\n\\t*/\\n\\texports[\\\"locator-enlist-children\\\"] = function(source,operator,options) {\\n\\t\\tvar fieldOfRelationship = operator.suffix;\\n\\t\\tvar directionOfTraverse = getDirectionOfTraverse(options,operator.operand,fieldOfRelationship);\\n\\t\\tvar results = [];\\n\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults = $tw.utils.pushTop(results, enlistChildren(options,title,fieldOfRelationship,directionOfTraverse));\\n\\t\\t\\tresults = options.wiki.sortByList(results,title);\\n\\t\\t});\\n\\n\\t\\treturn results;\\n\\t};\\n\\n\\t/*\\n\\tGet direction of traverse: field direction + optional invert direction\\n\\n\\tInput: contextState\\n\\tParam: field of relationship\\n\\t*/\\n\\texports[\\\"locator-direction-of-traverse\\\"] = function(source,operator,options) {\\n\\t\\tvar results = [];\\n\\n\\t\\tsource(function(tiddler,title) {\\n\\t\\t\\tresults = [getDirectionOfTraverse(options,title,operator.operand)];\\n\\t\\t});\\n\\n\\t\\treturn results;\\n\\t};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"filteroperator\"},\"$:/plugins/bimlas/locator/macros/locator-fields\":{\"title\":\"$:/plugins/bimlas/locator/macros/locator-fields\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define locator-fields()\\n \u003C!-- Hide internal macros, do not make them globally available -->\\n \u003C$importvariables filter=\\\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\\\">\\n \u003C$vars\\n contextState=\\\"$:/state/bimlas/locator/search/context/\\\"\\n intersectionState=\\\"$:/state/bimlas/locator/search/intersection/\\\"\\n differenceState=\\\"$:/state/bimlas/locator/search/difference/\\\"\\n recursiveFilteringAvailable=\\\"yes\\\"\\n >\\n\\n {{$:/plugins/bimlas/locator/templates/search-toolbar}} {{$:/plugins/bimlas/locator/buttons/remove-filters}}\\n\\n \u003Cp>\u003C$checkbox tiddler=\u003C\u003CcontextState>> field=\\\"limit-to-fields-of-filtered-tiddlers\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\"> Limit to fields of filtered tiddlers\u003C/$checkbox>\u003C/p>\\n\\n \u003C$list filter=\\\"[subfilter\u003Cfilter-selected-field-values>first[]]\\\" emptyMessage=\\\"\\\"\\\"\u003C$list filter=\\\"0\\\" variable=\\\"resultCount\\\" template=\\\"$:/language/Search/Matches\\\"/>\\\"\\\"\\\">\\n \u003C$list filter=\\\"[subfilter\u003Cfilter-search-context>count[]]\\\" variable=\\\"resultCount\\\" template=\\\"$:/language/Search/Matches\\\"/>\\n \u003C/$list>\\n\\n \u003C!-- searchTiddler variable does not available in transcluded tiddlers by default -->\\n \u003C$set name=\\\"filterContextItems\\\" filter=\\\"[\u003CcontextState>field:limit-to-fields-of-filtered-tiddlers[no]]\\\" value=\\\"[!is[system]]\\\" emptyValue=\u003C\u003Cfilter-search-context>>>\\n \u003C$vars searchedFieldValue={{$(searchTiddler)$}}>\\n {{$:/plugins/bimlas/locator/templates/field-names}}\\n \u003C/$vars>\\n \u003C/$set>\\n\\n \u003C$list filter=\\\"[subfilter\u003Cfilter-selected-field-values>first[]]\\\">\\n \u003C$list filter=\\\"[subfilter\u003Cfilter-search-context>limit[250]]\\\" template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n \u003C/$list>\\n\\n \u003C/$vars>\\n \u003C/$importvariables>\\n\\\\end\\n\"},\"$:/plugins/bimlas/locator/macros/locator-search\":{\"title\":\"$:/plugins/bimlas/locator/macros/locator-search\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define locator-search()\\n \u003C!-- Hide internal macros, do not make them globally available -->\\n \u003C$importvariables filter=\\\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\\\">\\n \u003C$vars\\n contextState=\\\"$:/state/bimlas/locator/search/context/\\\"\\n intersectionState=\\\"$:/state/bimlas/locator/search/intersection/\\\"\\n differenceState=\\\"$:/state/bimlas/locator/search/difference/\\\"\\n filterContextItems=\\\"[subfilter\u003Cfilter-search-context>search{$(searchTiddler)$}]\\\"\\n recursiveFilteringAvailable=\\\"yes\\\"\\n >\\n\\n {{$:/plugins/bimlas/locator/templates/search-toolbar}}\\n\\n \u003C$list filter=\\\"[subfilter\u003CfilterContextItems>count[]]\\\" variable=\\\"resultCount\\\" template=\\\"$:/language/Search/Matches\\\"/>\\n\\n {{$:/plugins/bimlas/locator/templates/fields-filter}}\\n\\n //\u003Csmall>{{$:/language/Search/Matches/Title}}\u003C/small>//\\n\\n \u003C$list filter=\\\"[subfilter\u003CfilterContextItems>search:title{$(searchTiddler)$}limit[250]]\\\" template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\\n //\u003Csmall>{{$:/language/Search/Matches/All}}\u003C/small>//\\n\\n \u003C$list filter=\\\"[subfilter\u003CfilterContextItems>limit[250]]\\\" template=\\\"$:/core/ui/ListItemTemplate\\\"/>\\n\\n \u003C/$vars>\\n \u003C/$importvariables>\\n\\\\end\\n\"},\"$:/plugins/bimlas/locator/macros/locator-view\":{\"title\":\"$:/plugins/bimlas/locator/macros/locator-view\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define locator-view(baseTitle fieldOfRelationship:\\\"tags\\\" templateOfContextItems:\\\"$:/plugins/bimlas/locator/field-templates/link\\\")\\n \u003C!-- Hide internal macros, do not make them globally available -->\\n \u003C$importvariables filter=\\\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\\\">\\n \u003C$vars\\n contextState=\\\"$:/state/bimlas/locator/view/context/$(currentTiddler)$\\\"\\n intersectionState=\\\"$:/state/bimlas/locator/view/intersection/$(currentTiddler)$\\\"\\n differenceState=\\\"$:/state/bimlas/locator/view/difference/$(currentTiddler)$\\\"\\n defaultFieldOfRelationship=\u003C\u003C__fieldOfRelationship__>>\\n >\\n \u003C!-- I have to create them nested because internal variables use external ones -->\\n \u003C$vars currentField={{{ [subfilter\u003Cfilter-field-of-relationship>] }}}>\\n \u003C$vars filterContextItems=\u003C\u003Cfilter-view-context>>>\\n \u003Cdiv class=\\\"tc-table-of-contents\\\">\\n\\n {{$:/plugins/bimlas/locator/templates/history}}\\n\\n ---\\n\\n {{$:/plugins/bimlas/locator/templates/context-settings}}\\n \u003Cdiv class=\\\"bimlas-locator right\\\">\\n {{||$:/plugins/bimlas/locator/templates/view-toolbar}}\\n \u003C/div>\\n {{$:/plugins/bimlas/locator/templates/fields-filter}}\\n \u003Col class=\\\"bimlas-locator\\\">\\n \u003C$list filter=\\\"[subfilter\u003Cfilter-field-of-relationship>regexp[^LINKS-IN-TEXT$]]\\\" emptyMessage={{$:/plugins/bimlas/locator/templates/list-of-context-items}}>\\n {{||$:/plugins/bimlas/locator/templates/list-of-links-in-text}}\\n \u003C/$list>\\n \u003C/ol>\\n\\n \u003C/div>\\n \u003C/$vars>\\n \u003C/$vars>\\n \u003C/$vars>\\n \u003C/$importvariables>\\n\\\\end\\n\"},\"$:/plugins/bimlas/locator/macros/template-macros\":{\"title\":\"$:/plugins/bimlas/locator/macros/template-macros\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define droppable-menu-list-item(content actions)\\n \u003C$droppable actions=\u003C\u003C__actions__>>>\\n \u003Cdiv class=\\\"tc-droppable-placeholder\\\" style=\\\"display: block\\\">\\n \u003C\u003C__content__>>\\n \u003C/div>\\n \u003C/$droppable>\\n\\\\end\"},\"$:/plugins/bimlas/locator/settings/settings\":{\"title\":\"$:/plugins/bimlas/locator/settings/settings\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define show-in-fields()\\n \u003C$select field=\\\"hide-in-nested-fields-filter\\\" default=\\\"\\\">\\n \u003Coption value=\\\"\\\">Show\u003C/option>\\n \u003Coption value=\\\"yes\\\">Hide\u003C/option>\\n \u003C/$select> in nested filter (`locator-view`, `locator-search`)\u003Cbr/>\\n \u003C$select field=\\\"hide-in-regular-fields-filter\\\" default=\\\"\\\">\\n \u003Coption value=\\\"\\\">Show\u003C/option>\\n \u003Coption value=\\\"yes\\\">Hide\u003C/option>\\n \u003C/$select> in regular filter (`locator-fields` and tiddler info)\\n\\\\end\\n\\n\\\\define field-type()\\n \u003C$select field=\\\"field-type\\\" default=\\\"\\\">\\n \u003Coption value=\\\"\\\">Value\u003C/option>\\n \u003Coption value=\\\"list\\\">List\u003C/option>\\n \u003C/$select>\\n\\\\end\\n\\n\\\\define field-direction()\\n \u003C$select field=\\\"field-direction\\\" default=\\\"\\\">\\n \u003Coption value=\\\"\\\">No\u003C/option>\\n \u003Coption value=\\\"to\\\">Yes\u003C/option>\\n \u003C!--\\n I blocked it because a tree with children on top is difficult to handle:\\n\\n For example, there is a tiddler named \\\"Father\\\" which has \\\"Kid\\\" in the \\\"children\\\" field\\n\\n If you want to filter tiddlers by field values (for example, in the fields filter),\\n \\\"Father\\\" will be listed among those tiddlers that have \\\"Kid\\\" in the \\\"children\\\" field.\\n In fact, we wanted to children of \\\"Kid\\\".\\n\\n Filtering \\\"Kid\\\" in the \\\"Fields\\\" search tab will list the tiddlers that have \\\"Kid\\\" in\\n their \\\"children\\\" field (for example, \\\"Father\\\"). If you turn on recursive filtering,\\n it will list all tiddlers starting with \\\"Kid\\\" (so \\\"Father\\\" will not be listed).\\n\\n The \\\"Create tiddler in context\\\" button also has to be aware of the direction of the\\n field, which also complicates the code.\\n\\n If you do make this option available, remember to tell the user that when renaming a\\n tiddler, he must rewrite the field values that refer to the current tiddler. If you\\n want to rewrite it automatically, make sure it works properly with the Relink plugin\\n (does not adding the new name more than once to the field).\\n -->\\n \u003C!-- \u003Coption value=\\\"from\\\">From\u003C/option> -->\\n \u003C/$select>\\n\\\\end\\n\\n\\\\define template()\\n \u003C$select field=\\\"text\\\" default=\\\"$:/plugins/bimlas/locator/field-templates/text\\\">\\n \u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/bimlas/locator/field-templates]]\\\">\\n \u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C$transclude field=\\\"caption\\\">\u003C$view field=\\\"title\\\"/>\u003C/$transclude>\u003C/option>\\n \u003C/$list>\\n \u003C/$select>\\n \u003C$transclude/>\\n\\\\end\\n\\n\\\\define settings(field)\\n \u003C$importvariables filter=\\\"[all[tiddlers+shadows]prefix[$:/plugins/bimlas/locator/macros/]]\\\">\\n\\n \u003Ch3>\u003C$link to=\\\"$:/config/bimlas/locator/fields/$field$\\\">\u003C$text text=\u003C\u003C__field__>>/>\u003C/$link>\u003C/h3>\\n\\n \u003Cdiv class=\\\"tc-control-panel\\\">\\n \u003Ctable>\\n \u003Ctbody>\\n \u003Ctr>\\n \u003Ctd>Description\u003C/td>\\n \u003Ctd>//{{$:/language/Docs/Fields/$field$}}//\u003C/td>\\n \u003C/tr>\\n \u003Ctr>\\n \u003Ctd>Show in fields filter\u003C/td>\\n \u003Ctd>\\n \u003C\u003Cshow-in-fields>>\\n \u003C/td>\\n \u003C/tr>\\n \u003Ctr>\\n \u003Ctd>Field type\u003C/td>\\n \u003Ctd>\\n \u003C\u003Cfield-type>>\\n \u003Cp>//Does the field contain a single value (for example `Franz Kafka`) or a list of values (`[[Franz Kafka]] [[Dostojevskij]]`)?//\u003C/p>\\n \u003C/td>\\n \u003C/tr>\\n \u003Ctr>\\n \u003Ctd>Does the field represent a tree?\u003C/td>\\n \u003Ctd>\\n \u003C\u003Cfield-direction>>\\n \u003Cp>//If the field contains the title(s) of other tiddler(s) (like \\\"tags\\\"), set it to \\\"Yes\\\".//\u003C/p>\\n \u003C/td>\\n \u003C/tr>\\n \u003Ctr>\\n \u003Ctd>Template\u003C/td>\\n \u003Ctd>\\n \u003C\u003Ctemplate>>\\n \u003Cp>//The template to display in the field filter.//\u003C/p>\\n \u003Cp>//You can create your own field template tiddlers by adding the// \u003C\u003Ctag \\\"$:/tags/bimlas/locator/field-templates\\\">> //tag to them (click on this tag pill for examples).//\u003C/p>\\n \u003C/td>\\n \u003C/tr>\\n \u003C/tbody>\\n \u003C/table>\\n \u003C/div>\\n\\n \u003C/$importvariables>\\n\\\\end\\n\\n\\\\define option()\\n \u003Coption value=\u003C\u003CcurrentTiddler>>>\\n \u003C$view field=\\\"title\\\"/>\\n \u003C$list filter=\\\"[subfilter\u003CsettingsTiddler>is[tiddler]] [subfilter\u003CsettingsTiddler>is[shadow]] +[first[]]\\\">~\u003C/$list>\\n \u003C$list filter=\\\"[subfilter\u003CsettingsTiddler>is[tiddler]]\\\">*\u003C/$list>\\n \u003C/option>\\n\\\\end\\n\\n\\\\define settingsTiddler() [title\u003CcurrentTiddler>addprefix[$:/config/bimlas/locator/fields/]]\\n\\nSelect field to edit its settings:\\n\u003C$select tiddler=\\\"$:/temp/bimlas/locator/settings-of-field\\\">\\n \u003Coptgroup label=\\\"Fields of regular tiddlers\\\">\\n \u003C$list filter=\\\"[!is[system]fields[]sort[]]\\\">\\n \u003C\u003Coption>>\\n \u003C/$list>\\n \u003C/optgroup>\\n \u003Coptgroup label=\\\"Fields of system tiddlers\\\">\\n \u003C$list filter=\\\"[all[tiddlers+shadows]is[system]fields[]] -[!is[system]fields[]] +[sort[]]\\\">\\n \u003C\u003Coption>>\\n \u003C/$list>\\n \u003C/optgroup>\\n\u003C/$select>\\n\\n* //`~`: Has custom settings//\\n* //`*`: Settings modified by user//\\n\\nTo set up a new field, first add it to at least one tiddler.\\n\\n\u003Cp>//You can create your own context item template tiddlers by adding the// \u003C\u003Ctag \\\"$:/tags/bimlas/locator/context-item-templates\\\">> //tag to them (click on this tag pill for examples).//\u003C/p>\\n\\n\u003C$list filter=\\\"[title{$:/temp/bimlas/locator/settings-of-field}] -[[]]\\\">\\n \u003C$list filter=\u003C\u003CsettingsTiddler>>>\\n \u003C$macrocall $name=\\\"settings\\\" field={{$:/temp/bimlas/locator/settings-of-field}}/>\\n \u003C/$list>\\n\u003C/$list>\"},\"$:/plugins/bimlas/locator/stylesheet\":{\"title\":\"$:/plugins/bimlas/locator/stylesheet\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\".tc-tiddler-frame.bimlas-locator-explanation {\\n max-width: 400px;\\n}\\n.bimlas-locator-explanation svg {\\n width: 1rem;\\n height: 1rem;\\n}\\n.tc-drop-down button.bimlas-locator {\\n width: auto;\\n padding: 0;\\n display: inline-block;\\n background-color: inherit;\\n}\\nol.bimlas-locator {\\n list-style-type: none;\\n margin: 0;\\n padding-left: 0;\\n}\\nol.bimlas-locator ol {\\n margin-left: 0.75em;\\n padding-left: 0.3em;\\n border-left: 1px dashed;\\n}\\nli.toc-item.bimlas-locator, .tc-menu-list-item.bimlas-locator {\\n margin-top: 3px;\\n margin-bottom: 0;\\n}\\n.tc-menu-list-item.bimlas-locator > .tc-droppable {\\n display: inline-block;\\n}\\n.tc-block-dropdown.tc-search-drop-down .bimlas-locator a {\\n padding: 0;\\n}\\n.tc-block-dropdown.tc-search-drop-down .bimlas-locator a:hover {\\n background-color: initial;\\n}\\nbutton.bimlas-locator svg {\\n margin: 0 0.25em;\\n}\\nbutton.bimlas-locator.active svg {\\n fill: \u003C\u003Ccolour dirty-indicator>>;\\n}\\n.bimlas-locator.right {\\n float: right;\\n margin-right: 1em;\\n}\\n.bimlas-locator.context-settings {\\n border-width: 1px;\\n border-style: dashed;\\n padding: 0.5em;\\n}\"},\"$:/plugins/bimlas/locator/templates/context-item\":{\"title\":\"$:/plugins/bimlas/locator/templates/context-item\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Cli class=\\\"toc-item\\\">\\n {{||$:/plugins/bimlas/locator/buttons/go-down-to-context}}\\n \u003C$list filter=\\\"[title\u003CcontextState>get[template-of-context-items]] [title\u003C__templateOfContextItems__>] -[[]] +[first[]]\\\" variable=\\\"template\\\">\\n \u003C$transclude tiddler=\u003C\u003Ctemplate>>/>\\n \u003C/$list>\\n\u003C/li>\"},\"$:/plugins/bimlas/locator/templates/context-settings\":{\"title\":\"$:/plugins/bimlas/locator/templates/context-settings\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define field-of-relationship()\\n Tree is based on field:\u003Cbr/>\\n \u003C$select tiddler=\u003C\u003CcontextState>> field=\\\"field-of-relationship\\\" default=\u003C\u003CdefaultFieldOfRelationship>>>\\n \u003C$list filter=\\\"[locator-enlist-relationship-fields[]]\\\" variable=\\\"currentField\\\">\\n \u003Coption value=\u003C\u003CcurrentField>>>\\n \u003C$list filter=\\\"[subfilter\u003Cfilter-unfiltered-view-context-items>count[]]\\\" variable=\\\"count\\\">\\n (\u003C\u003Ccount>>) \u003C\u003CcurrentField>>\\n \u003C/$list>\\n \u003C/option>\\n \u003C/$list>\\n \u003C/$select>\\n\\\\end\\n\\n\\\\define template-of-context-items()\\n Template of context items:\u003Cbr/>\\n \u003C$select tiddler=\u003C\u003CcontextState>> field=\\\"template-of-context-items\\\" default=\u003C\u003C__templateOfContextItems__>>>\\n \u003C$list filter=\\\"[all[tiddlers+shadows]tag[$:/tags/bimlas/locator/context-item-templates]]\\\">\\n \u003Coption value=\u003C\u003CcurrentTiddler>>>\\n \u003C$transclude field=\\\"caption\\\">\u003C$view field=\\\"title\\\"/>\u003C/$transclude>\\n \u003C/option>\\n \u003C/$list>\\n \u003C/$select>\\n\\\\end\\n\\n\u003C$list filter=\\\"[title\u003CcontextState>field:context-settings-opened[yes]]\\\">\\n \u003Cdiv class=\\\"bimlas-locator context-settings\\\">\\n \u003C\u003Cfield-of-relationship>>\u003Cbr/>\\n \u003C\u003Ctemplate-of-context-items>>\u003Cbr/>\\n \u003C$checkbox\\n tiddler=\u003C\u003CcontextState>>\\n field=\\\"invert-direction\\\"\\n checked=\\\"yes\\\"\\n unchecked=\\\"no\\\"\\n default=\\\"no\\\"\\n >\\n Invert direction\\n \u003C/$checkbox>\u003Cbr/>\\n \u003C$checkbox\\n tiddler=\u003C\u003CcontextState>>\\n field=\\\"allow-to-open-leaves\\\"\\n checked=\\\"yes\\\"\\n unchecked=\\\"no\\\"\\n default=\\\"no\\\"\\n >\\n Allow to open leaves\\n \u003C/$checkbox>\u003Cbr/>\\n {{$:/plugins/bimlas/locator/buttons/open-field-settings}}\\n \u003C/div>\\n\u003C/$list>\\n\"},\"$:/plugins/bimlas/locator/templates/field-names\":{\"title\":\"$:/plugins/bimlas/locator/templates/field-names\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define close-actions()\\n \u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"opened-fields-filters\\\" $subfilter=\\\"-[\u003CcurrentField>]\\\"/>\\n\\\\end\\n\\n\\\\define open-actions()\\n \u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"opened-fields-filters\\\" $subfilter=\\\"[\u003CcurrentField>]\\\"/>\\n\\\\end\\n\\n\\\\define closed()\\n \u003C$button class=\u003C\u003CfieldButtonClass>> actions=\u003C\u003Copen-actions>>>\\n {{$:/core/images/down-arrow}} \u003C\u003CcurrentField>>\\n \u003C/$button>\\n {{$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field}}\\n\\\\end\\n\\n\\\\define opened()\\n \u003C$button class=\u003C\u003CfieldButtonClass>> actions=\u003C\u003Cclose-actions>>>\\n {{$:/core/images/up-arrow}} \u003C\u003CcurrentField>>\\n \u003C/$button>\\n {{$:/plugins/bimlas/locator/buttons/remove-filters-of-current-field}}\\n {{$:/plugins/bimlas/locator/templates/field-values}}\\n\\\\end\\n\\n\\\\define field-names() [title\u003CintersectionState>] [title\u003CdifferenceState>] +[locator-selected-field-names[]] [subfilter\u003CfilterContextItems>fields[]locator-enabled-fields\u003CtypeOfFieldsFilter>] +[sort[]]\\n\\\\define has-field-value-to-list() [subfilter\u003CfilterContextItems>has\u003CcurrentField>search:$(currentField)$\u003CsearchedFieldValue>] [subfilter\u003Cfilter-selected-field-values>] +[first[]]\\n\\n\u003Col class=\\\"bimlas-locator\\\">\\n \u003C$list filter=\u003C\u003Cfield-names>> variable=\\\"currentField\\\">\\n \u003C$list filter=\u003C\u003Chas-field-value-to-list>> variable=\\\"null\\\">\\n \u003C$set name=\\\"recursiveFilteringOfCurrentFieldAvailable\\\" filter=\\\"[\u003CrecursiveFilteringAvailable>regexp[yes]] [locator-enlist-relationship-fields\u003CcurrentField>] +[count[]regexp[2]]\\\" value=\\\"yes\\\" emptyValue=\\\"no\\\">\\n \u003C$set name=\\\"fieldButtonClass\\\" filter=\\\"[subfilter\u003Cfilter-selected-field-values>first[]]\\\" value=\u003C\u003Clink-button-class additionalClasses:\\\"active\\\">> emptyValue=\u003C\u003Clink-button-class>>>\\n \u003Cli class=\u003C\u003Cmenu-list-item-class>>>\\n \u003C$list filter=\\\"[title\u003CcontextState>contains:opened-fields-filters\u003CcurrentField>]\\\" emptyMessage=\u003C\u003Cclosed>>>\u003C\u003Copened>>\u003C/$list>\\n \u003C/li>\\n \u003C/$set>\\n \u003C/$set>\\n \u003C/$list>\\n \u003C/$list>\\n\u003C/ol>\"},\"$:/plugins/bimlas/locator/templates/field-value-template\":{\"title\":\"$:/plugins/bimlas/locator/templates/field-value-template\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$list filter=\\\"[[$:/config/bimlas/locator/fields/]addsuffix\u003CcurrentField>get[text]]\\\" emptyMessage={{$:/plugins/bimlas/locator/field-templates/text}} variable=\\\"template\\\">\\n \u003C$transclude tiddler=\u003C\u003Ctemplate>>/>\\n\u003C/$list>\"},\"$:/plugins/bimlas/locator/templates/field-values\":{\"title\":\"$:/plugins/bimlas/locator/templates/field-values\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define remove-filtering-of-current-field()\\n \u003C$action-setfield $tiddler=\u003C\u003CintersectionState>> $index=\u003C\u003CcurrentField>> $value=\\\"\\\"/>\\n \u003C$action-setfield $tiddler=\u003C\u003CdifferenceState>> $index=\u003C\u003CcurrentField>> $value=\\\"\\\"/>\\n \u003C$list filter=\\\"[\u003CrecursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\\\" variable=\\\"null\\\">\\n \u003C$action-setfield $tiddler=\\\"$:/state/bimlas/locator/search/recursive-filters/\\\" $index=\u003C\u003CcurrentField>> $value=\\\"\\\"/>\\n \u003C/$list>\\n\\\\end\\n\\n\\\\define remove-from-intersection-state()\\n \u003C$action-listops $tiddler=\u003C\u003CintersectionState>> $index=\u003C\u003CcurrentField>> $subfilter=\\\"-[all[current]]\\\"/>\\n\\\\end\\n\\n\\\\define remove-from-difference-state()\\n \u003C$action-listops $tiddler=\u003C\u003CdifferenceState>> $index=\u003C\u003CcurrentField>> $subfilter=\\\"-[all[current]]\\\"/>\\n\\\\end\\n\\n\\\\define activate-actions()\\n \u003C\u003C__beforeActivateActions__>>\\n \u003C$action-listops $tiddler=\u003C\u003C__filterState__>> $index=\u003C\u003CcurrentField>> $subfilter=\\\"[all[current]]\\\"/>\\n\\\\end\\n\\n\\\\define inactivate-actions()\\n \u003C$action-listops $tiddler=\u003C\u003C__filterState__>> $index=\u003C\u003CcurrentField>> $subfilter=\\\"-[all[current]]\\\"/>\\n \u003C$list filter=\\\"[\u003CrecursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\\\" variable=\\\"null\\\">\\n \u003C$action-listops $tiddler=\\\"$:/state/bimlas/locator/search/recursive-filters/\\\" $index=\u003C\u003CcurrentField>> $subfilter=\\\"-[all[current]]\\\"/>\\n \u003C/$list>\\n\\\\end\\n\\n\\\\define button-inactive()\\n \u003C$button tooltip=\u003C\u003C__tooltip__>> class=\u003C\u003Clink-button-class>> actions=\u003C\u003Cactivate-actions>>>\\n \u003C\u003C__icon__>>\\n \u003C/$button>\\n\\\\end\\n\\n\\\\define button-active()\\n \u003C$button tooltip=\u003C\u003C__tooltip__>> class=\u003C\u003Clink-button-class additionalClasses:\\\"active\\\">> actions=\u003C\u003Cinactivate-actions>>>\\n \u003C\u003C__icon__>>\\n \u003C/$button>\\n\\\\end\\n\\n\\\\define toggle-button(filterState icon beforeActivateActions tooltip)\\n \u003C$list filter=\\\"[title\u003C__filterState__>locator-selected-field-values\u003CcurrentField>is[current]]\\\" emptyMessage=\u003C\u003Cbutton-inactive>>>\\n \u003C\u003Cbutton-active>>\\n \u003C/$list>\\n\\\\end\\n\\n\\\\define field-values-of-context-items() [subfilter\u003CfilterContextItems>locator-enlist-field-values\u003CcurrentField>search:title\u003CsearchedFieldValue>] [subfilter\u003Cfilter-selected-field-values>] +[sort[]]\\n\\n\u003Col class=\\\"bimlas-locator\\\">\\n \u003Cli class=\u003C\u003Cmenu-list-item-class>>>\\n \u003C$tiddler tiddler=\\\"ANY-VALUE\\\">\\n \u003C$macrocall\\n $name=\\\"toggle-button\\\"\\n filterState=\u003C\u003CintersectionState>>\\n icon={{$:/core/images/new-button}}\\n beforeActivateActions=\u003C\u003Cremove-filtering-of-current-field>>\\n tooltip=\\\"Toggle filtering to any value\\\"\\n />\\n \u003C$macrocall\\n $name=\\\"toggle-button\\\"\\n filterState=\u003C\u003CdifferenceState>>\\n icon={{$:/core/images/close-button}}\\n beforeActivateActions=\u003C\u003Cremove-filtering-of-current-field>>\\n tooltip=\\\"Toggle filtering to any value\\\"\\n />\\n __Any value__\\n \u003C/$tiddler>\\n \u003C/li>\\n \u003C$list filter=\\\"[subfilter\u003Cfield-values-of-context-items>regexp[^ANY-VALUE$]count[]] -[[1]]\\\" variable=\\\"null\\\">\\n \u003C$list filter=\u003C\u003Cfield-values-of-context-items>>>\\n \u003Cli class=\u003C\u003Cmenu-list-item-class>>>\\n \u003C$macrocall\\n $name=\\\"toggle-button\\\"\\n filterState=\u003C\u003CintersectionState>>\\n icon={{$:/core/images/new-button}}\\n beforeActivateActions=\u003C\u003Cremove-from-difference-state>>\\n tooltip=\\\"Toggle filtering to this value\\\"\\n />\\n \u003C$macrocall\\n $name=\\\"toggle-button\\\"\\n filterState=\u003C\u003CdifferenceState>>\\n icon={{$:/core/images/close-button}}\\n beforeActivateActions=\u003C\u003Cremove-from-intersection-state>>\\n tooltip=\\\"Toggle filtering to this value\\\"\\n />\\n \u003C$list filter=\\\"[\u003CrecursiveFilteringOfCurrentFieldAvailable>regexp[yes]]\\\" variable=\\\"null\\\">\\n \u003C$macrocall\\n $name=\\\"toggle-button\\\"\\n filterState=\\\"$:/state/bimlas/locator/search/recursive-filters/\\\"\\n icon={{$:/core/images/link}}\\n tooltip=\\\"Toggle recursive filtering to this value\\\"\\n />\\n \u003C/$list>\\n \u003C$macrocall\\n $name=\\\"droppable-menu-list-item\\\"\\n content={{$:/plugins/bimlas/locator/templates/field-value-template}}\\n actions={{$:/plugins/bimlas/locator/actions/add-field-value}}\\n />\\n \u003C/li>\\n \u003C/$list>\\n \u003C/$list>\\n\u003C/ol>\\n\"},\"$:/plugins/bimlas/locator/templates/fields-filter\":{\"title\":\"$:/plugins/bimlas/locator/templates/fields-filter\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define open-actions()\\n \u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"opened-fields-filters\\\" $subfilter=\\\"[[FIELDS-FILTER]]\\\"/>\\n\\\\end\\n\\n\\\\define close-actions()\\n \u003C$action-listops $tiddler=\u003C\u003CcontextState>> $field=\\\"opened-fields-filters\\\" $subfilter=\\\"-[[FIELDS-FILTER]]\\\"/>\\n\\\\end\\n\\n\\\\define opened()\\n \u003C$button class=\u003C\u003CfieldsFilterButtonClass>> actions=\u003C\u003Cclose-actions>>>\\n {{$:/core/images/up-arrow}} __Filter by fields__\\n \u003C/$button>\\n {{$:/plugins/bimlas/locator/buttons/remove-filters}}\\n \u003Col class=\\\"bimlas-locator\\\">\\n {{$:/plugins/bimlas/locator/templates/field-names}}\\n \u003C/ol>\\n\\\\end\\n\\n\\\\define closed()\\n \u003C$button class=\u003C\u003CfieldsFilterButtonClass>> actions=\u003C\u003Copen-actions>>>\\n {{$:/core/images/down-arrow}} __Filter by fields__\\n \u003C/$button>\\n {{$:/plugins/bimlas/locator/buttons/remove-filters}}\\n\\\\end\\n\\n\u003C$set name=\\\"fieldsFilterButtonClass\\\" filter=\\\"[subfilter\u003Cfilter-selected-field-values>first[]]\\\" value=\u003C\u003Clink-button-class additionalClasses:\\\"active\\\">> emptyValue=\u003C\u003Clink-button-class>>>\\n \u003C$vars typeOfFieldsFilter=\\\"nested\\\">\\n \u003C$list filter=\\\"[title\u003CcontextState>contains:opened-fields-filters[FIELDS-FILTER]]\\\" emptyMessage=\u003C\u003Cclosed>>>\u003C\u003Copened>>\u003C/$list>\\n \u003C/$vars>\\n\u003C/$set>\"},\"$:/plugins/bimlas/locator/templates/history-item\":{\"title\":\"$:/plugins/bimlas/locator/templates/history-item\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"{{||$:/plugins/bimlas/locator/buttons/go-up-to-context}}\\n{{||$:/plugins/bimlas/locator/field-templates/link}}\"},\"$:/plugins/bimlas/locator/templates/history\":{\"title\":\"$:/plugins/bimlas/locator/templates/history\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$list filter=\u003C\u003Cfilter-history>>>\\n \u003C$macrocall $name=\\\"droppable-menu-list-item\\\" content={{$:/plugins/bimlas/locator/templates/history-item}} actions={{$:/plugins/bimlas/locator/actions/move-to-another-context}}/>\\n\u003C/$list>\\n\"},\"$:/plugins/bimlas/locator/templates/list-of-context-items\":{\"title\":\"$:/plugins/bimlas/locator/templates/list-of-context-items\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$list filter=\u003C\u003CfilterContextItems>>>\\n \u003C$macrocall\\n $name=\\\"droppable-menu-list-item\\\"\\n content={{$:/plugins/bimlas/locator/templates/context-item}}\\n actions={{$:/plugins/bimlas/locator/actions/move-to-another-context}}\\n />\\n\u003C/$list>\"},\"$:/plugins/bimlas/locator/templates/list-of-links-in-text\":{\"title\":\"$:/plugins/bimlas/locator/templates/list-of-links-in-text\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$list filter=\\\"[subfilter\u003CfilterContextItems>sort[]]\\\">\\n {{||$:/plugins/bimlas/locator/templates/context-item}}\\n\u003C/$list>\"},\"$:/plugins/bimlas/locator/templates/search-toolbar\":{\"title\":\"$:/plugins/bimlas/locator/templates/search-toolbar\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$vars\\n titleOfNewTiddler={{$:/temp/search}}\\n>\\n {{$:/plugins/bimlas/locator/buttons/clear-search-input}}\\n {{$:/plugins/bimlas/locator/buttons/copy-filter-to-advanced-search}}\\n {{$:/plugins/bimlas/locator/buttons/create-new-tiddler}}\\n {{$:/plugins/bimlas/locator/buttons/open-field-settings}}\\n\u003C/$vars>\\n\"},\"$:/plugins/bimlas/locator/templates/view-toolbar\":{\"title\":\"$:/plugins/bimlas/locator/templates/view-toolbar\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$list filter=\\\"[title\u003CcontextState>!field:invert-direction[yes]]\\\" variable=\\\"null\\\">\\n \u003C$list filter=\\\"[subfilter\u003Cfilter-field-of-relationship>!regexp[^LINKS-IN-TEXT$]]\\\">\\n {{||$:/plugins/bimlas/locator/buttons/create-new-tiddler}}\\n \u003C/$list>\\n {{$:/plugins/bimlas/locator/buttons/search-in-context}}\\n\u003C/$list>\\n{{$:/plugins/bimlas/locator/buttons/collapse-history}}\\n{{$:/plugins/bimlas/locator/buttons/toggle-context-settings}}\"},\"$:/plugins/bimlas/locator/viewtemplate/field-list\":{\"title\":\"$:/plugins/bimlas/locator/viewtemplate/field-list\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Ctable class=\\\"tc-view-field-table\\\">\\n \u003Ctbody>\\n \u003C$list filter=\\\"[all[current]fields[]locator-enabled-fields[]sort[title]] -text\\\" variable=\\\"currentField\\\">\\n \u003Ctr class=\\\"tc-view-field\\\">\\n \u003Ctd class=\\\"tc-view-field-name\\\">\\n \u003C$text text=\u003C\u003CcurrentField>>/>\\n \u003C/td>\\n \u003Ctd class=\\\"tc-view-field-value\\\">\\n \u003C$list filter=\\\"[all[current]locator-enlist-field-values\u003CcurrentField>]\\\">\\n {{||$:/plugins/bimlas/locator/templates/field-value-template}}\\n \u003C/$list>\\n \u003C/td>\\n \u003C/tr>\\n \u003C/$list>\\n \u003C/tbody>\\n\u003C/table>\"},\"$:/plugins/bimlas/locator/viewtemplate/fields-info\":{\"title\":\"$:/plugins/bimlas/locator/viewtemplate/fields-info\",\"caption\":\"{{$:/language/TiddlerInfo/Fields/Caption}} (Locator)\",\"list-after\":\"$:/core/ui/TiddlerInfo/Fields\",\"tags\":\"$:/tags/TiddlerInfo\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"{{||$:/plugins/bimlas/locator/viewtemplate/field-list}}\\n\\n{{$:/plugins/bimlas/locator/buttons/open-field-settings}}\"},\"$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar\":{\"title\":\"$:/plugins/bimlas/locator/viewtemplate/open-in-sidebar\",\"caption\":\"{{$:/core/images/chevron-right}} locator sidebar\",\"description\":\"Browse hierarchy of tag in Locator sidebar\",\"list-before\":\"$:/core/ui/Buttons/open-window\",\"tags\":\"$:/tags/ViewToolbar\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\whitespace trim\\n\u003C$button tooltip=\\\"Browse hierarchy of tag in Locator sidebar\\\" aria-label=\\\"locator sidebar\\\" class=\u003C\u003Ctv-config-toolbar-class>>>\\n\u003C$vars\\n contextState=\\\"$:/state/bimlas/locator/view/context/\\\"\\n intersectionState=\\\"$:/state/bimlas/locator/view/intersection/\\\"\\n differenceState=\\\"$:/state/bimlas/locator/view/difference/\\\"\\n>\\n {{||$:/plugins/bimlas/locator/actions/add-to-history}}\\n\u003C/$vars>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-icons>prefix[yes]]\\\" variable=\\\"listItem\\\">\\n{{$:/core/images/chevron-right}}\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Ctv-config-toolbar-text>prefix[yes]]\\\">\\n\u003Cspan class=\\\"tc-btn-text\\\">\\n\u003C$text text=\\\" \\\"/>\\n\u003C$text text=\\\"locator sidebar\\\"/>\\n\u003C/span>\\n\u003C/$list>\\n\u003C/$button>\\n\"}}}"},
{"title":"$:/plugins/bimlas/locator/edit-template/locator-references","created":"20201204132628162","modified":"20201204132556548","tags":"$:/tags/EditTemplate","type":"text/vnd.tiddlywiki","text":"\\define prompt()\n The following references to this tiddler in //\u003C\u003C__field__>>// [[Locator field|$:/plugins/bimlas/locator/settings/settings]] will not be automatically updated:\n\\end\n\n\\define children-by-field(field)\n \u003C$list filter=\"[title{!!draft.of}locator-enlist-children:$field$[]first[]]\" variable=\"null\">\n \u003C$vars stateTiddler=\u003C\u003Cqualify \"$:/state/bimlas/locator/edit/references/$field$\">> >\n\n \u003C$reveal type=\"nomatch\" state=\u003C\u003CstateTiddler>> text=\"show\">\n \u003C$button set=\u003C\u003CstateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">\n {{$:/core/images/right-arrow}}\n \u003C\u003Cprompt>>\n \u003C/$button>\n \u003C/$reveal>\n \u003C$reveal type=\"match\" state=\u003C\u003CstateTiddler>> text=\"show\">\n \u003C$button set=\u003C\u003CstateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">\n {{$:/core/images/down-arrow}}\n \u003C\u003Cprompt>>\n \u003C/$button>\n \u003C/$reveal>\n\n \u003C$reveal type=\"match\" state=\u003C\u003CstateTiddler>> text=\"show\">\n \u003C$list filter=\"[title{!!draft.of}locator-enlist-children:$field$[]]\" template=\"$:/core/ui/ListItemTemplate\">\n \u003C$link/>\n \u003C/$list>\n \u003C/$reveal>\n\n \u003C/$vars>\n \u003C/$list>\n\\end\n\n\u003C$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n \u003C$list filter=\"[locator-enlist-relationship-fields[]] -[[tags]] -[[list]] -[[LINKS-IN-TEXT]]\" variable=\"currentField\">\n \u003C$macrocall $name=\"children-by-field\" field=\u003C\u003CcurrentField>>/>\n \u003C/$list>\n\u003C/$reveal>"},
{"name":"Relink","title":"$:/plugins/flibbles/relink","description":"Flexibility when relinking renamed tiddlers","author":"Flibbles","version":"2.0.0","core-version":">=5.1.22","source":"https://github.com/flibbles/tw5-relink","demo":"http://flibbles.github.io/tw5-relink/","list":"readme configuration license","dependents":"","plugin-type":"plugin","type":"application/json","text":"{\"tiddlers\":{\"$:/config/flibbles/relink/PluginLibrary\":{\"title\":\"$:/config/flibbles/relink/PluginLibrary\",\"caption\":\"//Relink// Library\",\"tags\":\"$:/tags/PluginLibrary\",\"url\":\"https://flibbles.github.io/tw5-relink/library/index.html\",\"text\":\"The //Relink// library contains //Relink// as well as its supplemental plugins. It is maintained by Flibbles. See the [[github page|https://github.com/flibbles/tw5-relink]] for more information.\\n\"},\"$:/config/flibbles/relink/attributes/$button/set\":{\"title\":\"$:/config/flibbles/relink/attributes/$button/set\",\"text\":\"reference\"},\"$:/config/flibbles/relink/attributes/$button/setTo\":{\"title\":\"$:/config/flibbles/relink/attributes/$button/setTo\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$button/to\":{\"title\":\"$:/config/flibbles/relink/attributes/$button/to\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$checkbox/tag\":{\"title\":\"$:/config/flibbles/relink/attributes/$checkbox/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$checkbox/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$checkbox/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$count/filter\":{\"title\":\"$:/config/flibbles/relink/attributes/$count/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/attributes/$draggable/filter\":{\"title\":\"$:/config/flibbles/relink/attributes/$draggable/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/attributes/$draggable/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$draggable/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$edit-bitmap/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$edit-bitmap/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$edit-text/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$edit-text/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$edit/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$edit/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$encrypt/filter\":{\"title\":\"$:/config/flibbles/relink/attributes/$encrypt/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/attributes/$fieldmangler/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$fieldmangler/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$fields/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$fields/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$image/source\":{\"title\":\"$:/config/flibbles/relink/attributes/$image/source\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$importvariables/filter\":{\"title\":\"$:/config/flibbles/relink/attributes/$importvariables/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/attributes/$link/to\":{\"title\":\"$:/config/flibbles/relink/attributes/$link/to\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$linkcatcher/set\":{\"title\":\"$:/config/flibbles/relink/attributes/$linkcatcher/set\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$linkcatcher/to\":{\"title\":\"$:/config/flibbles/relink/attributes/$linkcatcher/to\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$list/editTemplate\":{\"title\":\"$:/config/flibbles/relink/attributes/$list/editTemplate\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$list/emptyMessage\":{\"title\":\"$:/config/flibbles/relink/attributes/$list/emptyMessage\",\"text\":\"wikitext\"},\"$:/config/flibbles/relink/attributes/$list/filter\":{\"title\":\"$:/config/flibbles/relink/attributes/$list/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/attributes/$list/history\":{\"title\":\"$:/config/flibbles/relink/attributes/$list/history\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$list/template\":{\"title\":\"$:/config/flibbles/relink/attributes/$list/template\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$navigator/history\":{\"title\":\"$:/config/flibbles/relink/attributes/$navigator/history\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$navigator/story\":{\"title\":\"$:/config/flibbles/relink/attributes/$navigator/story\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$radio/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$radio/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$range/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$range/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$reveal/stateTitle\":{\"title\":\"$:/config/flibbles/relink/attributes/$reveal/stateTitle\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$select/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$select/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$set/filter\":{\"title\":\"$:/config/flibbles/relink/attributes/$set/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/attributes/$set/subtiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$set/subtiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$set/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$set/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$setvariable/filter\":{\"title\":\"$:/config/flibbles/relink/attributes/$setvariable/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/attributes/$setvariable/subtiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$setvariable/subtiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$setvariable/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$setvariable/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$tiddler/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$tiddler/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$transclude/subtiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$transclude/subtiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$transclude/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$transclude/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$view/subtiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$view/subtiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/attributes/$view/tiddler\":{\"title\":\"$:/config/flibbles/relink/attributes/$view/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/fields/caption\":{\"title\":\"$:/config/flibbles/relink/fields/caption\",\"text\":\"wikitext\"},\"$:/config/flibbles/relink/fields/filter\":{\"title\":\"$:/config/flibbles/relink/fields/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/fields/list-after\":{\"title\":\"$:/config/flibbles/relink/fields/list-after\",\"text\":\"title\"},\"$:/config/flibbles/relink/fields/list-before\":{\"title\":\"$:/config/flibbles/relink/fields/list-before\",\"text\":\"title\"},\"$:/config/flibbles/relink/fields/list\":{\"title\":\"$:/config/flibbles/relink/fields/list\",\"text\":\"list\"},\"$:/config/flibbles/relink/fields/tags\":{\"title\":\"$:/config/flibbles/relink/fields/tags\",\"text\":\"list\"},\"$:/config/flibbles/relink/macros/csvtiddlers/filter\":{\"title\":\"$:/config/flibbles/relink/macros/csvtiddlers/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/datauri/title\":{\"title\":\"$:/config/flibbles/relink/macros/datauri/title\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/jsontiddler/title\":{\"title\":\"$:/config/flibbles/relink/macros/jsontiddler/title\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/jsontiddlers/filter\":{\"title\":\"$:/config/flibbles/relink/macros/jsontiddlers/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/list-links-draggable/itemTemplate\":{\"title\":\"$:/config/flibbles/relink/macros/list-links-draggable/itemTemplate\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/list-links-draggable/tiddler\":{\"title\":\"$:/config/flibbles/relink/macros/list-links-draggable/tiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/list-links/filter\":{\"title\":\"$:/config/flibbles/relink/macros/list-links/filter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/list-tagged-draggable/itemTemplate\":{\"title\":\"$:/config/flibbles/relink/macros/list-tagged-draggable/itemTemplate\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/list-tagged-draggable/tag\":{\"title\":\"$:/config/flibbles/relink/macros/list-tagged-draggable/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/tabs/buttonTemplate\":{\"title\":\"$:/config/flibbles/relink/macros/tabs/buttonTemplate\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/tabs/default\":{\"title\":\"$:/config/flibbles/relink/macros/tabs/default\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/tabs/tabsList\":{\"title\":\"$:/config/flibbles/relink/macros/tabs/tabsList\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/tabs/template\":{\"title\":\"$:/config/flibbles/relink/macros/tabs/template\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/tag-pill/tag\":{\"title\":\"$:/config/flibbles/relink/macros/tag-pill/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/tag/tag\":{\"title\":\"$:/config/flibbles/relink/macros/tag/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/timeline/subfilter\":{\"title\":\"$:/config/flibbles/relink/macros/timeline/subfilter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/toc-expandable/exclude\":{\"title\":\"$:/config/flibbles/relink/macros/toc-expandable/exclude\",\"text\":\"list\"},\"$:/config/flibbles/relink/macros/toc-expandable/itemClassFilter\":{\"title\":\"$:/config/flibbles/relink/macros/toc-expandable/itemClassFilter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/toc-expandable/tag\":{\"title\":\"$:/config/flibbles/relink/macros/toc-expandable/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-selective-expandable/exclude\":{\"title\":\"$:/config/flibbles/relink/macros/toc-selective-expandable/exclude\",\"text\":\"list\"},\"$:/config/flibbles/relink/macros/toc-selective-expandable/itemClassFilter\":{\"title\":\"$:/config/flibbles/relink/macros/toc-selective-expandable/itemClassFilter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/toc-selective-expandable/tag\":{\"title\":\"$:/config/flibbles/relink/macros/toc-selective-expandable/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/missingText\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/missingText\",\"text\":\"wikitext\"},\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/selectedTiddler\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/selectedTiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/tag\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/template\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/template\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/unselectedText\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-external-nav/unselectedText\",\"text\":\"wikitext\"},\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/missingText\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/missingText\",\"text\":\"wikitext\"},\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/selectedTiddler\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/selectedTiddler\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/tag\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/template\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/template\",\"text\":\"title\"},\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/unselectedText\":{\"title\":\"$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/unselectedText\",\"text\":\"wikitext\"},\"$:/config/flibbles/relink/macros/toc/itemClassFilter\":{\"title\":\"$:/config/flibbles/relink/macros/toc/itemClassFilter\",\"text\":\"filter\"},\"$:/config/flibbles/relink/macros/toc/tag\":{\"title\":\"$:/config/flibbles/relink/macros/toc/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/operators/field:title\":{\"title\":\"$:/config/flibbles/relink/operators/field:title\",\"text\":\"title\"},\"$:/config/flibbles/relink/operators/list\":{\"title\":\"$:/config/flibbles/relink/operators/list\",\"text\":\"reference\"},\"$:/config/flibbles/relink/operators/tag\":{\"title\":\"$:/config/flibbles/relink/operators/tag\",\"text\":\"title\"},\"$:/config/flibbles/relink/operators/title\":{\"title\":\"$:/config/flibbles/relink/operators/title\",\"text\":\"title\"},\"$:/config/flibbles/relink/settings/default-type\":{\"title\":\"$:/config/flibbles/relink/settings/default-type\",\"text\":\"title\"},\"$:/core/ui/EditTemplate/title\":{\"title\":\"$:/core/ui/EditTemplate/title\",\"tags\":\"$:/tags/EditTemplate\",\"text\":\"\u003C$edit-text field=\\\"draft.title\\\" class=\\\"tc-titlebar tc-edit-texteditor\\\" focus=\\\"true\\\" tabindex={{$:/config/EditTabIndex}}/>\\n\\n\u003C$reveal state=\\\"!!draft.title\\\" type=\\\"nomatch\\\" text={{!!draft.of}} tag=\\\"div\\\">\\n\\n\u003C$vars pattern=\\\"\\\"\\\"[\\\\|\\\\[\\\\]{}]\\\"\\\"\\\" bad-chars=\\\"\\\"\\\"`| [ ] { }`\\\"\\\"\\\">\\n\\n\u003C$list filter=\\\"[all[current]regexp:draft.title\u003Cpattern>]\\\" variable=\\\"listItem\\\">\\n\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\\n\u003C/$vars>\\n\\n\u003C$list filter=\\\"[{!!draft.title}!is[missing]]\\\" variable=\\\"listItem\\\">\\n\\n\u003Cdiv class=\\\"tc-message-box\\\">\\n\\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\\n\u003C$list filter=\\\"[{!!draft.of}!is[missing]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/RelinkOnRename\\\" field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"no\\\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}\u003C/$checkbox>\\n\\n\u003C$tiddler tiddler=\u003C\u003CfromTitle>> >\\n\\n\u003C$list filter=\\\"[relink:wouldchange\u003CtoTitle>limit[1]]\\\" variable=\\\"listItem\\\">\\n\\n\u003C$vars stateTiddler=\u003C\u003Cqualify \\\"$:/state/edit/references\\\">> >\\n\\n\u003C$set\\n\\tname=\\\"prompt\\\"\\n\\tfilter=\\\"[relink:wouldchange\u003CtoTitle>relink:impossible\u003CtoTitle>]\\\"\\n\\tvalue=\\\"EditTemplate/Title/Impossibles/Prompt\\\"\\n\\temptyValue=\\\"EditTemplate/Title/References/Prompt\\\" >\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n\u003C$button set=\u003C\u003CstateTiddler>> setTo=\\\"show\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/right-arrow}}\\n\u003C$macrocall $name=lingo title=\u003C\u003Cprompt>> />\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n\u003C$button set=\u003C\u003CstateTiddler>> setTo=\\\"hide\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/down-arrow}}\\n\u003C$macrocall $name=lingo title=\u003C\u003Cprompt>> />\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$set>\\n\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003CstateTiddler>> text=\\\"show\\\">\\n\u003C$list variable=\\\"listItem\\\" filter=\\\"[relink:wouldchange\u003CtoTitle>!title[$:/StoryList]sort[title]]\\\" template=\\\"$:/plugins/flibbles/relink/ui/ListItemTemplate\\\">\\n\u003C/$list>\\n\u003C/$reveal>\\n\\n\u003C/$vars>\\n\\n\u003C/$list>\\n\\n\u003C/$tiddler>\\n\\n\u003C/$vars>\\n\\n\u003C/$list>\\n\\n\u003C/$reveal>\\n\"},\"$:/language/EditTemplate/Title/Impossibles/Prompt\":{\"title\":\"$:/language/EditTemplate/Title/Impossibles/Prompt\",\"text\":\"''Warning:'' Not all references in the following tiddlers can be updated by //Relink// due to the complexity of the new title:\"},\"$:/language/EditTemplate/Title/References/Prompt\":{\"title\":\"$:/language/EditTemplate/Title/References/Prompt\",\"text\":\"The following tiddlers will be updated if relinking:\"},\"$:/language/EditTemplate/Title/Relink/Prompt\":{\"title\":\"$:/language/EditTemplate/Title/Relink/Prompt\",\"text\":\"Use //Relink// to update ''\u003C$text text=\u003C\u003CfromTitle>>/>'' to ''\u003C$text text=\u003C\u003CtoTitle>>/>'' across all other tiddlers\"},\"$:/plugins/flibbles/relink/configuration\":{\"title\":\"$:/plugins/flibbles/relink/configuration\",\"text\":\"\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C\u003Ctabs \\\"[all[shadows+tiddlers]tag[$:/tags/flibbles/relink/Configuration]!has[draft.of]]\\\" \\\"$:/plugins/flibbles/relink/ui/configuration/Fields\\\">>\\n\u003C/div>\\n\"},\"$:/plugins/flibbles/relink/js/bulkops.js\":{\"title\":\"$:/plugins/flibbles/relink/js/bulkops.js\",\"text\":\"/*\\\\\\nmodule-type: startup\\n\\nReplaces the relinkTiddler defined in $:/core/modules/wiki-bulkops.js\\n\\nThis is a startup instead of a wikimethods module-type because it's the only\\nway to ensure this runs after the old relinkTiddler method is applied.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: false, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\\nvar utils = require(\\\"$:/plugins/flibbles/relink/js/utils.js\\\");\\n\\nexports.name = \\\"redefine-relinkTiddler\\\";\\nexports.synchronous = true;\\n// load-modules is when wikimethods are applied in\\n// ``$:/core/modules/startup/load-modules.js``\\nexports.after = ['load-modules'];\\n\\nexports.startup = function() {\\n\\t$tw.Wiki.prototype.relinkTiddler = relinkTiddler;\\n};\\n\\n/** Walks through all relinkable tiddlers and relinks them.\\n * This replaces the existing function in core Tiddlywiki.\\n */\\nfunction relinkTiddler(fromTitle, toTitle, options) {\\n\\toptions = options || {};\\n\\tvar failures = [];\\n\\tvar indexer = utils.getIndexer(this);\\n\\tvar records = indexer.relinkLookup(fromTitle, toTitle, options);\\n\\tfor (var title in records) {\\n\\t\\tvar entries = records[title],\\n\\t\\t\\tchanges = Object.create(null),\\n\\t\\t\\tupdate = false,\\n\\t\\t\\tfails = false;\\n\\t\\tfor (var field in entries) {\\n\\t\\t\\tvar entry = entries[field];\\n\\t\\t\\tfails = fails || entry.impossible;\\n\\t\\t\\tif (entry.output) {\\n\\t\\t\\t\\tchanges[field] = entry.output;\\n\\t\\t\\t\\tupdate = true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif (fails) {\\n\\t\\t\\tfailures.push(title);\\n\\t\\t}\\n\\t\\t// If any fields changed, update tiddler\\n\\t\\tif (update) {\\n\\t\\t\\tconsole.log(\\\"Renaming '\\\"+fromTitle+\\\"' to '\\\"+toTitle+\\\"' in '\\\" + title + \\\"'\\\");\\n\\n\\t\\t\\tvar tiddler = this.getTiddler(title);\\n\\t\\t\\tvar newTiddler = new $tw.Tiddler(tiddler,changes,this.getModificationFields())\\n\\t\\t\\tnewTiddler = $tw.hooks.invokeHook(\\\"th-relinking-tiddler\\\",newTiddler,tiddler);\\n\\t\\t\\tthis.addTiddler(newTiddler);\\n\\t\\t\\t// If the title changed, we need to perform a nested rename\\n\\t\\t\\tif (newTiddler.fields.title !== title) {\\n\\t\\t\\t\\tthis.deleteTiddler(title);\\n\\t\\t\\t\\tthis.relinkTiddler(title, newTiddler.fields.title,options);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t};\\n\\tif (failures.length > 0) {\\n\\t\\tvar options = $tw.utils.extend(\\n\\t\\t\\t{ variables: {to: toTitle, from: fromTitle},\\n\\t\\t\\t wiki: this},\\n\\t\\t\\toptions );\\n\\t\\tlanguage.reportFailures(failures, options);\\n\\t}\\n};\\n\\n})();\\n\",\"module-type\":\"startup\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/contexts/context.js\":{\"title\":\"$:/plugins/flibbles/relink/js/contexts/context.js\",\"text\":\"/*\\\\\\n\\nBase class for relink contexts.\\n\\n\\\\*/\\n\\nfunction Context() {\\n};\\n\\nexports.context = Context;\\n\\n// This class does no special handling of fields, operators, or attributes.\\n// we pass it along to the parent.\\nContext.prototype.getFields = function() {\\n\\treturn this.parent.getFields();\\n};\\n\\nContext.prototype.getOperator = function(name, index) {\\n\\treturn this.parent.getOperator(name, index);\\n};\\n\\nContext.prototype.getOperators = function() {\\n\\treturn this.parent.getOperators();\\n};\\n\\nContext.prototype.getAttribute = function(elementName) {\\n\\treturn this.parent.getAttribute(elementName);\\n};\\n\\nContext.prototype.getAttributes = function() {\\n\\treturn this.parent.getAttributes();\\n};\\n\\nContext.prototype.getMacro = function(macroName) {\\n\\treturn this.parent.getMacro(macroName);\\n};\\n\\nContext.prototype.getMacros = function() {\\n\\treturn this.parent.getMacros();\\n};\\n\\nContext.prototype.allowPrettylinks = function() {\\n\\treturn this.parent.allowPrettylinks();\\n};\\n\\nContext.prototype.allowWidgets = function() {\\n\\treturn this.parent.allowWidgets();\\n};\\n\\nContext.prototype.hasImports = function(value) {\\n\\treturn this.parent.hasImports(value);\\n};\\n\",\"module-type\":\"relinkcontext\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/contexts/import.js\":{\"title\":\"$:/plugins/flibbles/relink/js/contexts/import.js\",\"text\":\"/*\\\\\\n\\nThis handles the fetching and distribution of relink settings.\\n\\n\\\\*/\\n\\nvar WidgetContext = require('./widget').widget;\\n\\nfunction ImportContext(wiki, parent, filter) {\\n\\tthis.parent = parent;\\n\\tthis.wiki = wiki;\\n\\tvar importWidget = createImportWidget(filter, this.wiki, this.parent.widget);\\n\\tthis._compileList(importWidget.tiddlerList);\\n\\t// This only works if only one filter is imported\\n\\tthis.widget = this.getBottom(importWidget);\\n\\t// Trickle this up, so that any containing tiddlercontext knows that this\\n\\t// tiddler does some importing, and must be checked regularly.\\n\\tparent.hasImports(true);\\n};\\n\\nexports.import = ImportContext;\\n\\nImportContext.prototype = new WidgetContext();\\n\\nImportContext.prototype.changed = function(changes) {\\n\\treturn this.widget && this.widget.refresh(changes)\\n};\\n\\nfunction createImportWidget(filter, wiki, parent) {\\n\\tvar widget = wiki.makeWidget( { tree: [{\\n\\t\\ttype: \\\"importvariables\\\",\\n\\t\\tattributes: {\\n\\t\\t\\t\\\"filter\\\": {\\n\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\tvalue: filter\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}] }, { parentWidget: parent} );\\n\\tif (parent) {\\n\\t\\tparent.children.push(widget);\\n\\t}\\n\\twidget.execute();\\n\\twidget.renderChildren();\\n\\tvar importWidget = widget.children[0];\\n\\treturn importWidget;\\n};\\n\\nImportContext.prototype._compileList = function(titleList) {\\n\\tfor (var i = 0; i \u003C titleList.length; i++) {\\n\\t\\tvar parser = this.wiki.parseTiddler(titleList[i]);\\n\\t\\tif (parser) {\\n\\t\\t\\tvar parseTreeNode = parser.tree[0];\\n\\t\\t\\twhile (parseTreeNode && parseTreeNode.type === \\\"set\\\") {\\n\\t\\t\\t\\tif (parseTreeNode.relink) {\\n\\t\\t\\t\\t\\tfor (var macroName in parseTreeNode.relink) {\\n\\t\\t\\t\\t\\t\\tvar parameters = parseTreeNode.relink[macroName];\\n\\t\\t\\t\\t\\t\\tfor (paramName in parameters) {\\n\\t\\t\\t\\t\\t\\t\\tthis.addSetting(this.wiki, macroName, paramName, parameters[paramName], titleList[i]);\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tparseTreeNode = parseTreeNode.children && parseTreeNode.children[0];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n};\\n\",\"module-type\":\"relinkcontext\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/contexts/tiddler.js\":{\"title\":\"$:/plugins/flibbles/relink/js/contexts/tiddler.js\",\"text\":\"/*\\\\\\n\\nContext for a tiddler. Defines nothing but makes an entry point to test if\\na tiddler must be refreshed.\\n\\n\\\\*/\\n\\nvar WidgetContext = require('./widget.js').widget;\\n\\nfunction TiddlerContext(wiki, parentContext, title) {\\n\\tthis.title = title;\\n\\tthis.parent = parentContext;\\n\\tvar globalWidget = parentContext && parentContext.widget;\\n\\tvar parentWidget = wiki.makeWidget(null, {parentWidget: globalWidget});\\n\\tparentWidget.setVariable('currentTiddler', title);\\n\\tthis.widget = wiki.makeWidget(null, {parentWidget: parentWidget});\\n};\\n\\nexports.tiddler = TiddlerContext;\\n\\nTiddlerContext.prototype = new WidgetContext();\\n\\nTiddlerContext.prototype.changed = function(changes) {\\n\\treturn this.widget && this.widget.refresh(changes);\\n};\\n\\n// By default, a tiddler context does not use imports, unless an import\\n// statement is later discovered somewhere in the fields.\\nTiddlerContext.prototype.hasImports = function(value) {\\n\\treturn this._hasImports || (this._hasImports = value);\\n};\\n\",\"module-type\":\"relinkcontext\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/contexts/variable.js\":{\"title\":\"$:/plugins/flibbles/relink/js/contexts/variable.js\",\"text\":\"/*\\\\\\n\\nThis handles the context for variables. Either from $set, $vars, or \\\\define\\n\\n\\\\*/\\n\\nvar WidgetContext = require('./widget').widget;\\n\\nfunction VariableContext(parent, setParseTreeNode) {\\n\\tthis.parent = parent;\\n\\t// Now create a new widget and attach it.\\n\\tvar attachPoint = parent.widget;\\n\\tvar setWidget = attachPoint.makeChildWidget(setParseTreeNode);\\n\\tattachPoint.children.push(setWidget);\\n\\tsetWidget.computeAttributes();\\n\\tsetWidget.execute();\\n\\t// point our widget to bottom, where any other contexts would attach to\\n\\tthis.widget = this.getBottom(setWidget);\\n};\\n\\nexports.variable = VariableContext;\\n\\nVariableContext.prototype = new WidgetContext();\\n\",\"module-type\":\"relinkcontext\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/contexts/whitelist.js\":{\"title\":\"$:/plugins/flibbles/relink/js/contexts/whitelist.js\",\"text\":\"/*\\\\\\n\\nThis top-level context manages settings inside the whitelist. It never has\\na parent.\\n\\n\\\\*/\\n\\nvar utils = require('../utils');\\nvar Context = require('./context').context;\\n\\nvar prefix = \\\"$:/config/flibbles/relink/\\\";\\n\\nfunction WhitelistContext(wiki) {\\n\\tbuild(this, wiki);\\n};\\n\\nexports.whitelist = WhitelistContext;\\n\\nWhitelistContext.prototype = new Context();\\n\\n/**Hot directories are directories for which if anything changes inside them,\\n * then Relink must completely rebuild its index.\\n * By default, this includes the whitelist settings, but relink-titles also\\n * includes its rules disabling directory.\\n * This is the FIRST solution I came up with to this problem. If you're\\n * looking at this, please make a github issue so I have a chance to understand\\n * your needs. This is currently a HACK solution.\\n */\\nWhitelistContext.hotDirectories = [prefix];\\n\\nWhitelistContext.prototype.getAttribute = function(elementName) {\\n\\treturn this.attributes[elementName];\\n};\\n\\nWhitelistContext.prototype.getAttributes = function() {\\n\\treturn flatten(this.attributes);\\n};\\n\\nWhitelistContext.prototype.getFields = function() {\\n\\treturn this.fields;\\n};\\n\\nWhitelistContext.prototype.getOperator = function(operatorName, operandIndex) {\\n\\tvar op = this.operators[operatorName];\\n\\treturn op && op[operandIndex || 1];\\n};\\n\\nWhitelistContext.prototype.getOperators = function() {\\n\\tvar signatures = Object.create(null);\\n\\tfor (var op in this.operators) {\\n\\t\\tvar operandSet = this.operators[op];\\n\\t\\tfor (var index in operandSet) {\\n\\t\\t\\tvar entry = operandSet[index];\\n\\t\\t\\tsignatures[entry.key] = entry;\\n\\t\\t}\\n\\t}\\n\\treturn signatures;\\n};\\n\\nWhitelistContext.prototype.getMacro = function(macroName) {\\n\\treturn this.macros[macroName];\\n};\\n\\nWhitelistContext.prototype.getMacros = function() {\\n\\treturn flatten(this.macros);\\n};\\n\\nWhitelistContext.prototype.changed = function(changedTiddlers) {\\n\\tfor (var i = 0; i \u003C WhitelistContext.hotDirectories.length; i++) {\\n\\t\\tvar dir = WhitelistContext.hotDirectories[i];\\n\\t\\tfor (var title in changedTiddlers) {\\n\\t\\t\\tif (title.substr(0, dir.length) === dir) {\\n\\t\\t\\t\\treturn true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn false;\\n};\\n\\nWhitelistContext.prototype.hasImports = function(value) {\\n\\t// We don't care if imports are used. This is the global level.\\n\\treturn false;\\n};\\n\\n/**Factories define methods that create settings given config tiddlers.\\n * for factory method 'example', it will be called once for each:\\n * \\\"$:/config/flibbles/relink/example/...\\\" tiddler that exists.\\n * the argument \\\"key\\\" will be set to the contents of \\\"...\\\"\\n *\\n * The reason I build relink settings in this convoluted way is to minimize\\n * the number of times tiddlywiki has to run through EVERY tiddler looking\\n * for relink config tiddlers.\\n *\\n * Also, by exporting \\\"factories\\\", anyone who extends relink can patch in\\n * their own factory methods to create settings that are generated exactly\\n * once per rename.\\n */\\nvar factories = {\\n\\tattributes: function(attributes, data, key) {\\n\\t\\tvar elem = root(key);\\n\\t\\tvar attr = key.substr(elem.length+1);\\n\\t\\tattributes[elem] = attributes[elem] || Object.create(null);\\n\\t\\tattributes[elem][attr] = data;\\n\\t},\\n\\tfields: function(fields, data, name) {\\n\\t\\tfields[name] = data;\\n\\t},\\n\\tmacros: function(macros, data, key) {\\n\\t\\t// We take the last index, not the first, because macro\\n\\t\\t// parameters can't have slashes, but macroNames can.\\n\\t\\tvar name = dir(key);\\n\\t\\tvar arg = key.substr(name.length+1);\\n\\t\\tmacros[name] = macros[name] || Object.create(null);\\n\\t\\tmacros[name][arg] = data;\\n\\t},\\n\\toperators: function(operators, data, key) {\\n\\t\\t// We take the last index, not the first, because the operator\\n\\t\\t// may have a slash to indicate parameter number\\n\\t\\tvar pair = key.split('/');\\n\\t\\tvar name = pair[0];\\n\\t\\tdata.key = key;\\n\\t\\toperators[name] = operators[name] || Object.create(null);\\n\\t\\toperators[name][pair[1] || 1] = data;\\n\\t}\\n};\\n\\nfunction build(settings, wiki) {\\n\\tfor (var name in factories) {\\n\\t\\tsettings[name] = Object.create(null);\\n\\t}\\n\\twiki.eachShadowPlusTiddlers(function(tiddler, title) {\\n\\t\\tif (title.substr(0, prefix.length) === prefix) {\\n\\t\\t\\tvar remainder = title.substr(prefix.length);\\n\\t\\t\\tvar category = root(remainder);\\n\\t\\t\\tvar factory = factories[category];\\n\\t\\t\\tif (factory) {\\n\\t\\t\\t\\tvar name = remainder.substr(category.length+1);\\n\\t\\t\\t\\tvar data = utils.getType(tiddler.fields.text.trim());\\n\\t\\t\\t\\tif (data) {\\n\\t\\t\\t\\t\\tdata.source = title;\\n\\t\\t\\t\\t\\t// Secret feature. You can access a config tiddler's\\n\\t\\t\\t\\t\\t// fields from inside the fieldtype handler. Cool\\n\\t\\t\\t\\t\\t// tricks can be done with this.\\n\\t\\t\\t\\t\\tdata.fields = tiddler.fields;\\n\\t\\t\\t\\t\\tfactory(settings[category], data, name);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\\n/* Returns first bit of a path. path/to/tiddler -> path\\n */\\nfunction root(string) {\\n\\tvar index = string.indexOf('/');\\n\\tif (index >= 0) {\\n\\t\\treturn string.substr(0, index);\\n\\t}\\n};\\n\\n/* Returns all but the last bit of a path. path/to/tiddler -> path/to\\n */\\nfunction dir(string) {\\n\\tvar index = string.lastIndexOf('/');\\n\\tif (index >= 0) {\\n\\t\\treturn string.substr(0, index);\\n\\t}\\n}\\n\\n/* Turns {dir: {file1: 'value1', file2: 'value2'}}\\n * into {dir/file1: 'value1', dir/file2: 'value2'}\\n */\\nfunction flatten(set) {\\n\\tvar signatures = Object.create(null);\\n\\tfor (var outerName in set) {\\n\\t\\tvar setItem = set[outerName];\\n\\t\\tfor (var innerName in setItem) {\\n\\t\\t\\tsignatures[outerName + \\\"/\\\" + innerName] = setItem[innerName];\\n\\t\\t}\\n\\t}\\n\\treturn signatures;\\n};\\n\",\"module-type\":\"relinkcontext\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/contexts/widget.js\":{\"title\":\"$:/plugins/flibbles/relink/js/contexts/widget.js\",\"text\":\"/*\\\\\\n\\nThis is a virtual subclass of context for contexts that exist within widgets\\nof a specific tiddler.\\n\\nAll widget contexts must have a widget member.\\n\\n\\\\*/\\n\\nvar Context = require('./context.js').context;\\nvar utils = require('$:/plugins/flibbles/relink/js/utils.js');\\n\\nfunction WidgetContext() {};\\n\\nexports.widget = WidgetContext;\\n\\nWidgetContext.prototype = new Context();\\n\\nWidgetContext.prototype.getMacroDefinition = function(variableName) {\\n\\t// widget.variables is prototyped, so it looks up into all its parents too\\n\\treturn this.widget.variables[variableName] || $tw.macros[variableName];\\n};\\n\\nWidgetContext.prototype.addSetting = function(wiki, macroName, parameter, type, sourceTitle) {\\n\\tthis.macros = this.macros || Object.create(null);\\n\\tvar macro = this.macros[macroName];\\n\\ttype = type || utils.getDefaultType(wiki);\\n\\tif (macro === undefined) {\\n\\t\\tmacro = this.macros[macroName] = Object.create(null);\\n\\t}\\n\\tvar handler = utils.getType(type);\\n\\tif (handler) {\\n\\t\\thandler.source = sourceTitle;\\n\\t\\t// We attach the fields of the defining tiddler for the benefit\\n\\t\\t// of any 3rd party field types that want access to them.\\n\\t\\tvar tiddler = wiki.getTiddler(sourceTitle);\\n\\t\\thandler.fields = tiddler.fields;\\n\\t\\tmacro[parameter] = handler;\\n\\t}\\n};\\n\\nWidgetContext.prototype.getMacros = function() {\\n\\tvar signatures = this.parent.getMacros();\\n\\tif (this.macros) {\\n\\t\\tfor (var macroName in this.macros) {\\n\\t\\t\\tvar macro = this.macros[macroName];\\n\\t\\t\\tfor (var param in macro) {\\n\\t\\t\\t\\tsignatures[macroName + \\\"/\\\" + param] = macro[param];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn signatures;\\n};\\n\\n/**This does strange handling because it's possible for a macro to have\\n * its individual parameters whitelisted in separate places.\\n * Don't know WHY someone would do this, but it can happen.\\n */\\nWidgetContext.prototype.getMacro = function(macroName) {\\n\\tvar theseSettings = this.macros && this.macros[macroName];\\n\\tvar parentSettings;\\n\\tif (this.parent) {\\n\\t\\tparentSettings = this.parent.getMacro(macroName);\\n\\t}\\n\\tif (theseSettings && parentSettings) {\\n\\t\\t// gotta merge them without changing either. This is expensive,\\n\\t\\t// but it'll happen rarely.\\n\\t\\tvar rtnSettings = $tw.utils.extend(Object.create(null), theseSettings, parentSettings);\\n\\t\\treturn rtnSettings;\\n\\t}\\n\\treturn theseSettings || parentSettings;\\n};\\n\\n/**Returns the deepest descendant of the given widget.\\n */\\nWidgetContext.prototype.getBottom = function(widget) {\\n\\twhile (widget.children.length > 0) {\\n\\t\\twidget = widget.children[0];\\n\\t}\\n\\treturn widget;\\n};\\n\",\"module-type\":\"relinkcontext\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/contexts/wikitext.js\":{\"title\":\"$:/plugins/flibbles/relink/js/contexts/wikitext.js\",\"text\":\"/*\\\\\\n\\nContext for wikitext. It can contain rules about what's allowed in this\\ncurrent layer of wikitext.\\n\\n\\\\*/\\n\\nvar WidgetContext = require('./widget.js').widget;\\n\\nfunction WikitextContext(parentContext) {\\n\\tthis.parent = parentContext;\\n\\tthis.widget = parentContext.widget;\\n};\\n\\nexports.wikitext = WikitextContext;\\n\\nWikitextContext.prototype = new WidgetContext();\\n\\n// Unless this specific context has rules about it, widgets and prettyLInks are allowed.\\nWikitextContext.prototype.allowWidgets = enabled;\\nWikitextContext.prototype.allowPrettylinks = enabled;\\n\\nfunction enabled() { return true; };\\n\",\"module-type\":\"relinkcontext\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/fieldtypes/filter.js\":{\"title\":\"$:/plugins/flibbles/relink/js/fieldtypes/filter.js\",\"text\":\"/*\\\\\\nThis specifies logic for updating filters to reflect title changes.\\n\\\\*/\\n\\nvar refHandler = require(\\\"$:/plugins/flibbles/relink/js/fieldtypes/reference\\\");\\nvar Rebuilder = require(\\\"$:/plugins/flibbles/relink/js/utils/rebuilder\\\");\\n\\nexports.name = \\\"filter\\\";\\n\\nexports.report = function(filter, callback, options) {\\n\\t// I cheat here for now. Relink handles reporting too in cases where\\n\\t// fromTitle is undefined. toTitle is the callback in those cases.\\n\\texports.relink(filter, undefined, callback, options);\\n};\\n\\n/**Returns undefined if no change was made.\\n */\\nexports.relink = function(filter, fromTitle, toTitle, options) {\\n\\tvar relinker = new Rebuilder(filter),\\n\\t\\tp = 0, // Current position in the filter string\\n\\t\\tmatch, noPrecedingWordBarrier,\\n\\t\\twordBarrierRequired=false;\\n\\tvar whitespaceRegExp = /\\\\s+/mg,\\n\\t\\toperandRegExp = /((?:\\\\+|\\\\-|~|=|\\\\:\\\\w+)?)(?:(\\\\[)|(?:\\\"([^\\\"]*)\\\")|(?:'([^']*)')|([^\\\\s\\\\[\\\\]]+))/mg,\\n\\t\\tblurbs = [];\\n\\twhile(p \u003C filter.length) {\\n\\t\\t// Skip any whitespace\\n\\t\\twhitespaceRegExp.lastIndex = p;\\n\\t\\tmatch = whitespaceRegExp.exec(filter);\\n\\t\\tnoPrecedingWordBarrier = false;\\n\\t\\tif(match && match.index === p) {\\n\\t\\t\\tp = p + match[0].length;\\n\\t\\t} else if (p != 0) {\\n\\t\\t\\tif (wordBarrierRequired) {\\n\\t\\t\\t\\trelinker.add(' ', p, p);\\n\\t\\t\\t\\twordBarrierRequired = false;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tnoPrecedingWordBarrier = true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\t// Match the start of the operation\\n\\t\\tif(p \u003C filter.length) {\\n\\t\\t\\tvar val;\\n\\t\\t\\toperandRegExp.lastIndex = p;\\n\\t\\t\\tmatch = operandRegExp.exec(filter);\\n\\t\\t\\tif(!match || match.index !== p) {\\n\\t\\t\\t\\t// It's a bad filter\\n\\t\\t\\t\\treturn undefined;\\n\\t\\t\\t}\\n\\t\\t\\tif(match[1]) { // prefix\\n\\t\\t\\t\\tp += match[1].length;\\n\\t\\t\\t}\\n\\t\\t\\tif(match[2]) { // Opening square bracket\\n\\t\\t\\t\\t// We check if this is a standalone title,\\n\\t\\t\\t\\t// like `[[MyTitle]]`. We treat those like\\n\\t\\t\\t\\t// `\\\"MyTitle\\\"` or `MyTitle`. Not like a run.\\n\\t\\t\\t\\tvar standaloneTitle = /\\\\[\\\\[([^\\\\]]+)\\\\]\\\\]/g;\\n\\t\\t\\t\\tstandaloneTitle.lastIndex = p;\\n\\t\\t\\t\\tvar alone = standaloneTitle.exec(filter);\\n\\t\\t\\t\\tif (!alone || alone.index != p) {\\n\\t\\t\\t\\t\\tif (fromTitle === undefined) {\\n\\t\\t\\t\\t\\t\\t// toTitle is a callback method in this case.\\n\\t\\t\\t\\t\\t\\tp =reportFilterOperation(filter, function(title, blurb){\\n\\t\\t\\t\\t\\t\\t\\tif (match[1]) {\\n\\t\\t\\t\\t\\t\\t\\t\\tblurbs.push([title, match[1] + (blurb || '')]);\\n\\t\\t\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\t\\t\\tblurbs.push([title, blurb]);\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t},p,options.settings,options);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tp =relinkFilterOperation(relinker,fromTitle,toTitle,filter,p,options.settings,options);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t// It's a legit run\\n\\t\\t\\t\\t\\tif (p === undefined) {\\n\\t\\t\\t\\t\\t\\t// The filter is malformed\\n\\t\\t\\t\\t\\t\\t// We do nothing.\\n\\t\\t\\t\\t\\t\\treturn undefined;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tcontinue;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tbracketTitle = alone[1];\\n\\t\\t\\t\\toperandRegExp.lastIndex = standaloneTitle.lastIndex;\\n\\t\\t\\t\\tval = alone[1];\\n\\t\\t\\t} else {\\n\\t\\t\\t\\t// standalone Double quoted string, single\\n\\t\\t\\t\\t// quoted string, or noquote ahead.\\n\\t\\t\\t\\tval = match[3] || match[4] || match[5];\\n\\t\\t\\t}\\n\\t\\t\\t// From here on, we're dealing with a standalone title\\n\\t\\t\\t// expression. like `\\\"MyTitle\\\"` or `[[MyTitle]]`\\n\\t\\t\\t// We're much more flexible about relinking these.\\n\\t\\t\\tvar preference = undefined;\\n\\t\\t\\tif (match[3]) {\\n\\t\\t\\t\\tpreference = '\\\"';\\n\\t\\t\\t} else if (match[4]) {\\n\\t\\t\\t\\tpreference = \\\"'\\\";\\n\\t\\t\\t} else if (match[5]) {\\n\\t\\t\\t\\tpreference = '';\\n\\t\\t\\t}\\n\\t\\t\\tif (fromTitle === undefined) {\\n\\t\\t\\t\\t// Report it\\n\\t\\t\\t\\tblurbs.push([val, match[1]]);\\n\\t\\t\\t} else if (val === fromTitle) {\\n\\t\\t\\t\\t// Relink it\\n\\t\\t\\t\\tvar entry = {name: \\\"title\\\"};\\n\\t\\t\\t\\tvar newVal = wrapTitle(toTitle, preference);\\n\\t\\t\\t\\tif (newVal === undefined || (options.inBraces && newVal.indexOf('}}}') >= 0)) {\\n\\t\\t\\t\\t\\tif (!options.placeholder) {\\n\\t\\t\\t\\t\\t\\trelinker.impossible = true;\\n\\t\\t\\t\\t\\t\\tp = operandRegExp.lastIndex;\\n\\t\\t\\t\\t\\t\\tcontinue;\\n\\t\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t\\tnewVal = \\\"[\u003C\\\"+options.placeholder.getPlaceholderFor(toTitle)+\\\">]\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif (newVal[0] != '[') {\\n\\t\\t\\t\\t\\t// not bracket enclosed\\n\\t\\t\\t\\t\\t// this requires whitespace\\n\\t\\t\\t\\t\\t// arnound it\\n\\t\\t\\t\\t\\tif (noPrecedingWordBarrier && !match[1]) {\\n\\t\\t\\t\\t\\t\\trelinker.add(' ', p, p);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\twordBarrierRequired = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tentry.output = toTitle;\\n\\t\\t\\t\\tentry.operator = {operator: \\\"title\\\"};\\n\\t\\t\\t\\tentry.quotation = preference;\\n\\t\\t\\t\\tif (entry.impossible) {\\n\\t\\t\\t\\t\\trelinker.impossible = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\trelinker.add(newVal,p,operandRegExp.lastIndex);\\n\\t\\t\\t}\\n\\t\\t\\tp = operandRegExp.lastIndex;\\n\\t\\t}\\n\\t}\\n\\tif (fromTitle === undefined) {\\n\\t\\t// We delay the blurb calls until now in case it's a malformed\\n\\t\\t// filter string. We don't want to report some, only to find out\\n\\t\\t// it's bad.\\n\\t\\tfor (var i = 0; i \u003C blurbs.length; i++) {\\n\\t\\t\\ttoTitle(blurbs[i][0], blurbs[i][1]);\\n\\t\\t}\\n\\t}\\n\\tif (relinker.changed() || relinker.impossible) {\\n\\t\\treturn {output: relinker.results(), impossible: relinker.impossible };\\n\\t}\\n\\treturn undefined;\\n};\\n\\n/* Same as this.relink, except this has the added constraint that the return\\n * value must be able to be wrapped in curly braces. (i.e. '{{{...}}}')\\n */\\nexports.relinkInBraces = function(filter, fromTitle, toTitle, options) {\\n\\tvar braceOptions = $tw.utils.extend({inBraces: true}, options);\\n\\tvar entry = this.relink(filter, fromTitle, toTitle, braceOptions);\\n\\tif (entry && entry.output && !canBeInBraces(entry.output)) {\\n\\t\\t// It was possible, but it won't fit in braces, so we must give up\\n\\t\\tdelete entry.output;\\n\\t\\tentry.impossible = true;\\n\\t}\\n\\treturn entry;\\n};\\n\\nfunction wrapTitle(value, preference) {\\n\\tvar choices = {\\n\\t\\t\\\"\\\": function(v) {return /^[^\\\\s\\\\[\\\\]]*[^\\\\s\\\\[\\\\]\\\\}]$/.test(v); },\\n\\t\\t\\\"[\\\": canBePrettyOperand,\\n\\t\\t\\\"'\\\": function(v) {return v.indexOf(\\\"'\\\") \u003C 0; },\\n\\t\\t'\\\"': function(v) {return v.indexOf('\\\"') \u003C 0; }\\n\\t};\\n\\tvar wrappers = {\\n\\t\\t\\\"\\\": function(v) {return v; },\\n\\t\\t\\\"[\\\": function(v) {return \\\"[[\\\"+v+\\\"]]\\\"; },\\n\\t\\t\\\"'\\\": function(v) {return \\\"'\\\"+v+\\\"'\\\"; },\\n\\t\\t'\\\"': function(v) {return '\\\"'+v+'\\\"'; }\\n\\t};\\n\\tif (choices[preference]) {\\n\\t\\tif (choices[preference](value)) {\\n\\t\\t\\treturn wrappers[preference](value);\\n\\t\\t}\\n\\t}\\n\\tfor (var quote in choices) {\\n\\t\\tif (choices[quote](value)) {\\n\\t\\t\\treturn wrappers[quote](value);\\n\\t\\t}\\n\\t}\\n\\t// No quotes will work on this\\n\\treturn undefined;\\n}\\n\\nfunction relinkFilterOperation(relinker, fromTitle, toTitle, filterString, p, context, options) {\\n\\tvar nextBracketPos, operator;\\n\\t// Skip the starting square bracket\\n\\tif(filterString.charAt(p++) !== \\\"[\\\") {\\n\\t\\t// Missing [ in filter expression\\n\\t\\treturn undefined;\\n\\t}\\n\\t// Process each operator in turn\\n\\toperator = parseOperator(filterString, p);\\n\\tdo {\\n\\t\\tvar entry = undefined, type;\\n\\t\\tif (operator === undefined) {\\n\\t\\t\\treturn undefined;\\n\\t\\t}\\n\\t\\tp = operator.opStart;\\n\\t\\tswitch (operator.bracket) {\\n\\t\\t\\tcase \\\"{\\\": // Curly brackets\\n\\t\\t\\t\\ttype = \\\"indirect\\\";\\n\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\"}\\\",p);\\n\\t\\t\\t\\tvar operand = filterString.substring(p,nextBracketPos);\\n\\t\\t\\t\\t// We've got a live reference. relink or report\\n\\t\\t\\t\\tentry = refHandler.relinkInBraces(operand, fromTitle, toTitle, options);\\n\\t\\t\\t\\tif (entry && entry.output) {\\n\\t\\t\\t\\t\\t// We don't check the context.\\n\\t\\t\\t\\t\\t// All indirect operands convert.\\n\\t\\t\\t\\t\\trelinker.add(entry.output,p,nextBracketPos);\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"[\\\": // Square brackets\\n\\t\\t\\t\\ttype = \\\"string\\\";\\n\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\"]\\\",p);\\n\\t\\t\\t\\tvar operand = filterString.substring(p,nextBracketPos);\\n\\t\\t\\t\\t// Check if this is a relevant operator\\n\\t\\t\\t\\tvar handler = fieldType(context, operator);\\n\\t\\t\\t\\tif (!handler) {\\n\\t\\t\\t\\t\\t// This operator isn't managed. Bye.\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tentry = handler.relink(operand, fromTitle, toTitle, options);\\n\\t\\t\\t\\tif (!entry || !entry.output) {\\n\\t\\t\\t\\t\\t// The fromTitle wasn't in the operand.\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tvar wrapped;\\n\\t\\t\\t\\tif (!canBePrettyOperand(entry.output) || (options.inBraces && entry.output.indexOf('}}}') >= 0)) {\\n\\t\\t\\t\\t\\tif (!options.placeholder) {\\n\\t\\t\\t\\t\\t\\tdelete entry.output;\\n\\t\\t\\t\\t\\t\\tentry.impossible = true;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tvar ph = options.placeholder.getPlaceholderFor(entry.output, handler.name);\\n\\t\\t\\t\\t\\twrapped = \\\"\u003C\\\"+ph+\\\">\\\";\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\twrapped = \\\"[\\\"+entry.output+\\\"]\\\";\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\trelinker.add(wrapped, p-1, nextBracketPos+1);\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"\u003C\\\": // Angle brackets\\n\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\">\\\",p);\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"/\\\": // regexp brackets\\n\\t\\t\\t\\tvar rex = /^((?:[^\\\\\\\\\\\\/]*|\\\\\\\\.)*)\\\\/(?:\\\\(([mygi]+)\\\\))?/g,\\n\\t\\t\\t\\t\\trexMatch = rex.exec(filterString.substring(p));\\n\\t\\t\\t\\tif(rexMatch) {\\n\\t\\t\\t\\t\\tnextBracketPos = p + rex.lastIndex - 1;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\telse {\\n\\t\\t\\t\\t\\t// Unterminated regular expression\\n\\t\\t\\t\\t\\treturn undefined;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\tif (entry) {\\n\\t\\t\\tif (entry.impossible) {\\n\\t\\t\\t\\trelinker.impossible = true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\tif(nextBracketPos === -1) {\\n\\t\\t\\t// Missing closing bracket in filter expression\\n\\t\\t\\treturn undefined;\\n\\t\\t}\\n\\t\\tp = nextBracketPos + 1;\\n\\t\\t// Check for multiple operands\\n\\t\\tswitch (filterString.charAt(p)) {\\n\\t\\tcase ',':\\n\\t\\t\\tp++;\\n\\t\\t\\tif(/^[\\\\[\\\\{\u003C\\\\/]/.test(filterString.substring(p))) {\\n\\t\\t\\t\\toperator.bracket = filterString.charAt(p);\\n\\t\\t\\t\\toperator.opStart = p + 1;\\n\\t\\t\\t\\toperator.index++;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn undefined;\\n\\t\\t\\t}\\n\\t\\t\\tcontinue;\\n\\t\\tdefault:\\n\\t\\t\\toperator = parseOperator(filterString, p);\\n\\t\\t\\tcontinue;\\n\\t\\tcase ']':\\n\\t\\t}\\n\\t\\tbreak;\\n\\t} while(true);\\n\\t// Skip the ending square bracket\\n\\tif(filterString.charAt(p++) !== \\\"]\\\") {\\n\\t\\t// Missing ] in filter expression\\n\\t\\treturn undefined;\\n\\t}\\n\\t// Return the parsing position\\n\\treturn p;\\n}\\n\\nfunction reportFilterOperation(filterString, callback, p, context, options) {\\n\\tvar nextBracketPos, operator;\\n\\t// Skip the starting square bracket\\n\\tif(filterString.charAt(p++) !== \\\"[\\\") {\\n\\t\\t// Missing [ in filter expression\\n\\t\\treturn undefined;\\n\\t}\\n\\toperator = parseOperator(filterString, p);\\n\\t// Process each operator in turn\\n\\tdo {\\n\\t\\tif (operator === undefined) {\\n\\t\\t\\treturn undefined;\\n\\t\\t}\\n\\t\\tp = operator.opStart;\\n\\t\\tswitch (operator.bracket) {\\n\\t\\t\\tcase \\\"{\\\": // Curly brackets\\n\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\"}\\\",p);\\n\\t\\t\\t\\tvar operand = filterString.substring(p,nextBracketPos);\\n\\t\\t\\t\\t// Just report it\\n\\t\\t\\t\\trefHandler.report(operand, function(title, blurb) {\\n\\t\\t\\t\\t\\tcallback(title, operatorBlurb(operator, '{' + (blurb || '') + '}'));\\n\\t\\t\\t\\t}, options);\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"[\\\": // Square brackets\\n\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\"]\\\",p);\\n\\t\\t\\t\\tvar operand = filterString.substring(p,nextBracketPos);\\n\\t\\t\\t\\t// Check if this is a relevant operator\\n\\t\\t\\t\\tvar handler = fieldType(context, operator);\\n\\t\\t\\t\\tif (!handler) {\\n\\t\\t\\t\\t\\t// This operator isn't managed. Bye.\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\t// We just have to report it. Nothing more.\\n\\t\\t\\t\\thandler.report(operand, function(title, blurb) {\\n\\t\\t\\t\\t\\tcallback(title, operatorBlurb(operator, '[' + (blurb || '') + ']'));\\n\\t\\t\\t\\t}, options);\\n\\t\\t\\t\\tbreak;\\n\\n\\t\\t\\tcase \\\"\u003C\\\": // Angle brackets\\n\\t\\t\\t\\tnextBracketPos = filterString.indexOf(\\\">\\\",p);\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\tcase \\\"/\\\": // regexp brackets\\n\\t\\t\\t\\tvar rex = /^((?:[^\\\\\\\\\\\\/]*|\\\\\\\\.)*)\\\\/(?:\\\\(([mygi]+)\\\\))?/g,\\n\\t\\t\\t\\t\\trexMatch = rex.exec(filterString.substring(p));\\n\\t\\t\\t\\tif(rexMatch) {\\n\\t\\t\\t\\t\\tnextBracketPos = p + rex.lastIndex - 1;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\telse {\\n\\t\\t\\t\\t\\t// Unterminated regular expression\\n\\t\\t\\t\\t\\treturn undefined;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tbreak;\\n\\t\\t}\\n\\n\\t\\tif(nextBracketPos === -1) {\\n\\t\\t\\t// Missing closing bracket in filter expression\\n\\t\\t\\treturn undefined;\\n\\t\\t}\\n\\t\\tp = nextBracketPos + 1;\\n\\t\\t// Check for multiple operands\\n\\t\\tswitch (filterString.charAt(p)) {\\n\\t\\tcase ',':\\n\\t\\t\\tp++;\\n\\t\\t\\tif(/^[\\\\[\\\\{\u003C\\\\/]/.test(filterString.substring(p))) {\\n\\t\\t\\t\\toperator.bracket = filterString.charAt(p);\\n\\t\\t\\t\\toperator.opStart = p + 1;\\n\\t\\t\\t\\toperator.index++;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treturn undefined;\\n\\t\\t\\t}\\n\\t\\t\\tcontinue;\\n\\t\\tdefault:\\n\\t\\t\\toperator = parseOperator(filterString, p);\\n\\t\\t\\tcontinue;\\n\\t\\tcase ']':\\n\\t\\t}\\n\\t\\tbreak;\\n\\t} while(true);\\n\\t// Skip the ending square bracket\\n\\tif(filterString.charAt(p++) !== \\\"]\\\") {\\n\\t\\t// Missing ] in filter expression\\n\\t\\treturn undefined;\\n\\t}\\n\\t// Return the parsing position\\n\\treturn p;\\n}\\n\\nfunction parseOperator(filterString, p) {\\n\\tvar nextBracketPos, operator = {index: 1};\\n\\t// Check for an operator prefix\\n\\tif(filterString.charAt(p) === \\\"!\\\") {\\n\\t\\toperator.prefix = \\\"!\\\";\\n\\t\\tp++;\\n\\t}\\n\\t// Get the operator name\\n\\tnextBracketPos = filterString.substring(p).search(/[\\\\[\\\\{\u003C\\\\/]/);\\n\\tif(nextBracketPos === -1) {\\n\\t\\t// Missing [ in filter expression\\n\\t\\treturn undefined;\\n\\t}\\n\\tnextBracketPos += p;\\n\\toperator.bracket = filterString.charAt(nextBracketPos);\\n\\toperator.operator = filterString.substring(p,nextBracketPos);\\n\\n\\t// Any suffix?\\n\\tvar colon = operator.operator.indexOf(':');\\n\\tif(colon > -1) {\\n\\t\\toperator.suffix = operator.operator.substring(colon + 1);\\n\\t\\toperator.operator = operator.operator.substring(0,colon) || \\\"field\\\";\\n\\t}\\n\\t// Empty operator means: title\\n\\telse if(operator.operator === \\\"\\\") {\\n\\t\\toperator.operator = \\\"title\\\";\\n\\t\\toperator.default = true;\\n\\t}\\n\\toperator.opStart = nextBracketPos + 1;\\n\\treturn operator;\\n};\\n\\nfunction operatorBlurb(operator, enquotedOperand) {\\n\\tvar suffix = operator.suffix ? (':' + operator.suffix) : '';\\n\\t// commas to indicate which number operand\\n\\tsuffix += (new Array(operator.index)).join(',');\\n\\tvar op = operator.default ? '' : operator.operator;\\n\\treturn '[' + (operator.prefix || '') + op + suffix + enquotedOperand + ']';\\n};\\n\\n// Returns the relinker needed for a given operator, or returns undefined.\\nfunction fieldType(context, operator) {\\n\\treturn (operator.suffix &&\\n\\t context.getOperator(operator.operator + ':' + operator.suffix, operator.index)) ||\\n\\t context.getOperator(operator.operator, operator.index);\\n};\\n\\nfunction canBePrettyOperand(value) {\\n\\treturn value.indexOf(']') \u003C 0;\\n};\\n\\nfunction canBeInBraces(value) {\\n\\treturn value.indexOf(\\\"}}}\\\") \u003C 0 && value.substr(value.length-2) !== '}}';\\n};\\n\",\"module-type\":\"relinkfieldtype\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/fieldtypes/list.js\":{\"title\":\"$:/plugins/flibbles/relink/js/fieldtypes/list.js\",\"text\":\"/*\\\\\\nThis manages replacing titles that occur within stringLists, like,\\n\\nTiddlerA [[Tiddler with spaces]] [[Another Title]]\\n\\\\*/\\n\\nexports.name = \\\"list\\\";\\n\\nexports.report = function(value, callback, options) {\\n\\tvar list = $tw.utils.parseStringArray(value);\\n\\tfor (var i = 0; i \u003C list.length; i++) {\\n\\t\\tcallback(list[i]);\\n\\t}\\n};\\n\\n/**Returns undefined if no change was made.\\n * Parameter: value can literally be a list. This can happen for builtin\\n * types 'list' and 'tag'. In those cases, we also return list.\\n */\\nexports.relink = function(value, fromTitle, toTitle, options) {\\n\\tvar isModified = false,\\n\\t\\tactualList = false,\\n\\t\\tlist;\\n\\tif (typeof value !== \\\"string\\\") {\\n\\t\\t// Not a string. Must be a list.\\n\\t\\t// clone it, since we may make changes to this possibly\\n\\t\\t// frozen list.\\n\\t\\tlist = (value || []).slice(0);\\n\\t\\tactualList = true;\\n\\t} else {\\n\\t\\tlist = $tw.utils.parseStringArray(value || \\\"\\\");\\n\\t}\\n\\t$tw.utils.each(list,function (title,index) {\\n\\t\\tif(title === fromTitle) {\\n\\t\\t\\tlist[index] = toTitle;\\n\\t\\t\\tisModified = true;\\n\\t\\t}\\n\\t});\\n\\tif (isModified) {\\n\\t\\tvar entry = {name: \\\"list\\\"};\\n\\t\\t// It doesn't parse correctly alone, it won't\\n\\t\\t// parse correctly in any list.\\n\\t\\tif (!canBeListItem(toTitle)) {\\n\\t\\t\\tentry.impossible = true;\\n\\t\\t} else if (actualList) {\\n\\t\\t\\tentry.output = list;\\n\\t\\t} else {\\n\\t\\t\\tentry.output = $tw.utils.stringifyList(list);\\n\\t\\t}\\n\\t\\treturn entry;\\n\\t}\\n\\treturn undefined;\\n};\\n\\nfunction canBeListItem(value) {\\n\\tvar regexp = /\\\\]\\\\][^\\\\S\\\\xA0]/m;\\n\\treturn !regexp.test(value);\\n};\\n\",\"module-type\":\"relinkfieldtype\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/fieldtypes/reference.js\":{\"title\":\"$:/plugins/flibbles/relink/js/fieldtypes/reference.js\",\"text\":\"/*\\\\\\nThis manages replacing titles that occur inside text references,\\n\\ntiddlerTitle\\ntiddlerTitle!!field\\n!!field\\ntiddlerTitle##propertyIndex\\n\\\\*/\\n\\nexports.name = \\\"reference\\\";\\n\\nexports.report = function(value, callback, options) {\\n\\tif (value) {\\n\\t\\tvar reference = $tw.utils.parseTextReference(value),\\n\\t\\t\\ttitle = reference.title,\\n\\t\\t\\tblurb;\\n\\t\\tif (title) {\\n\\t\\t\\tif (reference.field) {\\n\\t\\t\\t\\tblurb = '!!' + reference.field;\\n\\t\\t\\t} else if (reference.index) {\\n\\t\\t\\t\\tblurb = '##' + reference.index;\\n\\t\\t\\t}\\n\\t\\t\\tcallback(title, blurb);\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.relink = function(value, fromTitle, toTitle, options) {\\n\\tvar entry;\\n\\tif (value) {\\n\\t\\tvar reference = $tw.utils.parseTextReference(value);\\n\\t\\tif (reference.title === fromTitle) {\\n\\t\\t\\tif (!exports.canBePretty(toTitle)) {\\n\\t\\t\\t\\tentry = {impossible: true};\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treference.title = toTitle;\\n\\t\\t\\t\\tentry = {output: exports.toString(reference)};\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn entry;\\n};\\n\\n/* Same as this.relink, except this has the added constraint that the return\\n * value must be able to be wrapped in curly braces.\\n */\\nexports.relinkInBraces = function(value, fromTitle, toTitle, options) {\\n\\tvar log = this.relink(value, fromTitle, toTitle, options);\\n\\tif (log && log.output && toTitle.indexOf(\\\"}\\\") >= 0) {\\n\\t\\tdelete log.output;\\n\\t\\tlog.impossible = true;\\n\\t}\\n\\treturn log;\\n};\\n\\nexports.toString = function(textReference) {\\n\\tvar title = textReference.title || '';\\n\\tif (textReference.field) {\\n\\t\\treturn title + \\\"!!\\\" + textReference.field;\\n\\t} else if (textReference.index) {\\n\\t\\treturn title + \\\"##\\\" + textReference.index;\\n\\t}\\n\\treturn title;\\n};\\n\\nexports.canBePretty = function(title) {\\n\\treturn !title || (title.indexOf(\\\"!!\\\") \u003C 0 && title.indexOf(\\\"##\\\") \u003C 0);\\n};\\n\",\"module-type\":\"relinkfieldtype\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/fieldtypes/title.js\":{\"title\":\"$:/plugins/flibbles/relink/js/fieldtypes/title.js\",\"text\":\"/*\\\\\\nThis specifies logic for replacing a single-tiddler field. This is the\\nsimplest kind of field type. One title swaps out for the other.\\n\\\\*/\\n\\n// NOTE TO MODDERS: If you're making your own field types, the name must be\\n// alpha characters only.\\nexports.name = 'title';\\n\\nexports.report = function(value, callback, options) {\\n\\tcallback(value);\\n};\\n\\n/**Returns undefined if no change was made.\\n */\\nexports.relink = function(value, fromTitle, toTitle, options) {\\n\\tif (value === fromTitle) {\\n\\t\\treturn {output: toTitle};\\n\\t}\\n\\treturn undefined;\\n};\\n\\n// This is legacy support for when 'title' was known as 'field'\\nexports.aliases = ['field', 'yes'];\\n\",\"module-type\":\"relinkfieldtype\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/fieldtypes/wikitext.js\":{\"title\":\"$:/plugins/flibbles/relink/js/fieldtypes/wikitext.js\",\"text\":\"/*\\\\\\nThis specifies logic for updating filters to reflect title changes.\\n\\\\*/\\n\\nexports.name = \\\"wikitext\\\";\\n\\nvar type = 'text/vnd.tiddlywiki';\\n\\nvar WikiParser = require(\\\"$:/core/modules/parsers/wikiparser/wikiparser.js\\\")[type];\\nvar Rebuilder = require(\\\"$:/plugins/flibbles/relink/js/utils/rebuilder.js\\\");\\nvar utils = require('$:/plugins/flibbles/relink/js/utils');\\nvar WikitextContext = utils.getContext('wikitext');\\n\\nfunction collectRules() {\\n\\tvar rules = Object.create(null);\\n\\t$tw.modules.forEachModuleOfType(\\\"relinkwikitextrule\\\", function(title, exports) {\\n\\t\\tvar names = exports.name;\\n\\t\\tif (typeof names === \\\"string\\\") {\\n\\t\\t\\tnames = [names];\\n\\t\\t}\\n\\t\\tif (names !== undefined) {\\n\\t\\t\\tfor (var i = 0; i \u003C names.length; i++) {\\n\\t\\t\\t\\trules[names[i]] = exports;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn rules;\\n}\\n\\nfunction WikiWalker(type, text, options) {\\n\\tthis.options = options;\\n\\tif (!this.relinkMethodsInjected) {\\n\\t\\tvar rules = collectRules();\\n\\t\\t$tw.utils.each([this.pragmaRuleClasses, this.blockRuleClasses, this.inlineRuleClasses], function(classList) {\\n\\t\\t\\tfor (var name in classList) {\\n\\t\\t\\t\\tif (rules[name]) {\\n\\t\\t\\t\\t\\tdelete rules[name].name;\\n\\t\\t\\t\\t\\t$tw.utils.extend(classList[name].prototype, rules[name]);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tWikiWalker.prototype.relinkMethodsInjected = true;\\n\\t}\\n\\tthis.context = new WikitextContext(options.settings);\\n\\tWikiParser.call(this, type, text, options);\\n};\\n\\nWikiWalker.prototype = Object.create(WikiParser.prototype);\\n\\nWikiWalker.prototype.parsePragmas = function() {\\n\\tvar entries = this.tree;\\n\\twhile (true) {\\n\\t\\tthis.skipWhitespace();\\n\\t\\tif (this.pos >= this.sourceLength) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\tvar nextMatch = this.findNextMatch(this.pragmaRules, this.pos);\\n\\t\\tif (!nextMatch || nextMatch.matchIndex !== this.pos) {\\n\\t\\t\\tbreak;\\n\\t\\t}\\n\\t\\tentries.push.apply(entries, this.handleRule(nextMatch));\\n\\t}\\n\\treturn entries;\\n};\\n\\nWikiWalker.prototype.parseInlineRunUnterminated = function(options) {\\n\\tvar entries = [];\\n\\tvar nextMatch = this.findNextMatch(this.inlineRules, this.pos);\\n\\twhile (this.pos \u003C this.sourceLength && nextMatch) {\\n\\t\\tif (nextMatch.matchIndex > this.pos) {\\n\\t\\t\\tthis.pos = nextMatch.matchIndex;\\n\\t\\t}\\n\\t\\tentries.push.apply(entries, this.handleRule(nextMatch));\\n\\t\\tnextMatch = this.findNextMatch(this.inlineRules, this.pos);\\n\\t}\\n\\tthis.pos = this.sourceLength;\\n\\treturn entries;\\n};\\n\\nWikiWalker.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\\n\\tvar entries = [];\\n\\toptions = options || {};\\n\\tterminatorRegExp.lastIndex = this.pos;\\n\\tvar terminatorMatch = terminatorRegExp.exec(this.source);\\n\\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\\n\\twhile(this.pos \u003C this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\\n\\t\\tif (terminatorMatch) {\\n\\t\\t\\tif (!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\\n\\t\\t\\t\\tthis.pos = terminatorMatch.index;\\n\\t\\t\\t\\tif (options.eatTerminator) {\\n\\t\\t\\t\\t\\tthis.pos += terminatorMatch[0].length;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\treturn entries;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif (inlineRuleMatch) {\\n\\t\\t\\tif (inlineRuleMatch.matchIndex > this.pos) {\\n\\t\\t\\t\\tthis.pos = inlineRuleMatch.matchIndex;\\n\\t\\t\\t}\\n\\t\\t\\tentries.push.apply(entries, this.handleRule(inlineRuleMatch));\\n\\t\\t\\tinlineRuleMatch = this.findNextMatch(this.inlineRules, this.pos);\\n\\t\\t\\tterminatorRegExp.lastIndex = this.pos;\\n\\t\\t\\tterminatorMatch = terminatorRegExp.exec(this.source);\\n\\t\\t}\\n\\t}\\n\\tthis.pos = this.sourceLength;\\n\\treturn entries;\\n\\n};\\n\\nWikiWalker.prototype.parseBlock = function(terminatorRegExp) {\\n\\tvar terminatorRegExp = /(\\\\r?\\\\n\\\\r?\\\\n)/mg;\\n\\tthis.skipWhitespace();\\n\\tif (this.pos >= this.sourceLength) {\\n\\t\\treturn [];\\n\\t}\\n\\tvar nextMatch = this.findNextMatch(this.blockRules, this.pos);\\n\\tif(nextMatch && nextMatch.matchIndex === this.pos) {\\n\\t\\treturn this.handleRule(nextMatch);\\n\\t}\\n\\treturn this.parseInlineRun(terminatorRegExp);\\n};\\n\\nWikiWalker.prototype.amendRules = function(type, names) {\\n\\tvar only;\\n\\tWikiParser.prototype.amendRules.call(this, type, names);\\n\\tif (type === \\\"only\\\") {\\n\\t\\tonly = true;\\n\\t} else if (type === \\\"except\\\") {\\n\\t\\tonly = false;\\n\\t} else {\\n\\t\\treturn;\\n\\t}\\n\\tif (only !== (names.indexOf(\\\"macrodef\\\") >= 0) && this.options.macrodefCanBeDisabled) {\\n\\t\\tthis.options.placeholder = undefined\\n\\t}\\n\\tif (only !== (names.indexOf(\\\"html\\\") >= 0)) {\\n\\t\\tthis.context.allowWidgets = disabled;\\n\\t}\\n\\tif (only !== (names.indexOf(\\\"prettylink\\\") >= 0)) {\\n\\t\\tthis.context.allowPrettylinks = disabled;\\n\\t}\\n};\\n\\nfunction disabled() { return false; };\\n\\n/// Reporter\\n\\nfunction WikiReporter(type, text, callback, options) {\\n\\tthis.callback = callback;\\n\\tWikiWalker.call(this, type, text, options);\\n};\\n\\nWikiReporter.prototype = Object.create(WikiWalker.prototype);\\n\\nWikiReporter.prototype.handleRule = function(ruleInfo) {\\n\\tif (ruleInfo.rule.report) {\\n\\t\\truleInfo.rule.report(this.source, this.callback, this.options);\\n\\t} else {\\n\\t\\tif (ruleInfo.rule.matchRegExp !== undefined) {\\n\\t\\t\\tthis.pos = ruleInfo.rule.matchRegExp.lastIndex;\\n\\t\\t} else {\\n\\t\\t\\t// We can't easily determine the end of this\\n\\t\\t\\t// rule match. We'll \\\"parse\\\" it so that\\n\\t\\t\\t// parser.pos gets updated, but we throw away\\n\\t\\t\\t// the results.\\n\\t\\t\\truleInfo.rule.parse();\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.report = function(wikitext, callback, options) {\\n\\t// Unfortunately it's the side-effect of creating this that reports.\\n\\tnew WikiReporter(options.type, wikitext, callback, options);\\n};\\n\\n/// Relinker\\n\\nfunction WikiRelinker(type, text, fromTitle, toTitle, options) {\\n\\tthis.fromTitle = fromTitle;\\n\\tthis.toTitle = toTitle;\\n\\tthis.placeholder = options.placeholder;\\n\\tif (this.placeholder) {\\n\\t\\tthis.placeholder.parser = this;\\n\\t}\\n\\tWikiWalker.call(this, type, text, options);\\n};\\n\\nWikiRelinker.prototype = Object.create(WikiWalker.prototype);\\n\\nWikiRelinker.prototype.handleRule = function(ruleInfo) {\\n\\tif (ruleInfo.rule.relink) {\\n\\t\\tvar start = ruleInfo.matchIndex;\\n\\t\\tvar newEntry = ruleInfo.rule.relink(this.source, this.fromTitle, this.toTitle, this.options);\\n\\t\\tif (newEntry !== undefined) {\\n\\t\\t\\tif (newEntry.output) {\\n\\t\\t\\t\\tnewEntry.start = start;\\n\\t\\t\\t\\tnewEntry.end = this.pos;\\n\\t\\t\\t}\\n\\t\\t\\treturn [newEntry];\\n\\t\\t}\\n\\t} else {\\n\\t\\tif (ruleInfo.rule.matchRegExp !== undefined) {\\n\\t\\t\\tthis.pos = ruleInfo.rule.matchRegExp.lastIndex;\\n\\t\\t} else {\\n\\t\\t\\t// We can't easily determine the end of this\\n\\t\\t\\t// rule match. We'll \\\"parse\\\" it so that\\n\\t\\t\\t// parser.pos gets updated, but we throw away\\n\\t\\t\\t// the results.\\n\\t\\t\\truleInfo.rule.parse();\\n\\t\\t}\\n\\t}\\n\\treturn [];\\n};\\n\\nexports.relink = function(wikitext, fromTitle, toTitle, options) {\\n\\tvar parser = new WikiRelinker(options.type, wikitext, fromTitle, toTitle, options),\\n\\t\\twikiEntry = undefined;\\n\\t// Now that we have an array of entries, let's produce the wikiText entry\\n\\t// containing them all.\\n\\tif (parser.tree.length > 0) {\\n\\t\\tvar builder = new Rebuilder(wikitext);\\n\\t\\twikiEntry = {};\\n\\t\\tfor (var i = 0; i \u003C parser.tree.length; i++) {\\n\\t\\t\\tvar entry = parser.tree[i];\\n\\t\\t\\tif (entry.impossible) {\\n\\t\\t\\t\\twikiEntry.impossible = true;\\n\\t\\t\\t}\\n\\t\\t\\tif (entry.output) {\\n\\t\\t\\t\\tbuilder.add(entry.output, entry.start, entry.end);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\twikiEntry.output = builder.results();\\n\\t}\\n\\treturn wikiEntry;\\n};\\n\",\"module-type\":\"relinkfieldtype\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/filteroperators/all_relinkable.js\":{\"title\":\"$:/plugins/flibbles/relink/js/filteroperators/all_relinkable.js\",\"text\":\"/*\\\\\\nmodule-type: allfilteroperator\\n\\nFilter function for [all[relinkable]].\\nReturns all tiddlers subject to relinking.\\n\\n\\\\*/\\n\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.relinkable = function(source,prefix,options) {\\n\\treturn options.wiki.getRelinkableTitles();\\n};\\n\\n})();\\n\",\"module-type\":\"allfilteroperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/filteroperators/references.js\":{\"title\":\"$:/plugins/flibbles/relink/js/filteroperators/references.js\",\"text\":\"/*\\\\\\nmodule-type: relinkfilteroperator\\n\\nGiven a title as an operand, returns all non-shadow tiddlers that have any\\nsort of updatable reference to it.\\n\\n`relink:backreferences[]]`\\n`relink:references[]]`\\n\\nReturns all tiddlers that reference `fromTiddler` somewhere inside them.\\n\\nInput is ignored. Maybe it shouldn't do this.\\n\\\\*/\\n\\nvar LinkedList = $tw.utils.LinkedList;\\n\\nif (!LinkedList) {\\n\\t/* If the linked list isn't available, make a quick crappy version. */\\n\\tLinkedList = function() {this.array=[];};\\n\\n\\tLinkedList.prototype.pushTop = function(array) {\\n\\t\\t$tw.utils.pushTop(this.array, array);\\n\\t};\\n\\n\\tLinkedList.prototype.toArray = function() {\\n\\t\\treturn this.array;\\n\\t};\\n};\\n\\nexports.backreferences = function(source,operator,options) {\\n\\tvar results = new LinkedList();\\n\\tsource(function(tiddler,title) {\\n\\t\\tresults.pushTop(Object.keys(options.wiki.getTiddlerRelinkBackreferences(title,options)));\\n\\t});\\n\\treturn results.toArray();\\n};\\n\\nexports.references = function(source,operator,options) {\\n\\tvar results = new LinkedList();\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar refs = options.wiki.getTiddlerRelinkReferences(title,options);\\n\\t\\tif (refs) {\\n\\t\\t\\tresults.pushTop(Object.keys(refs));\\n\\t\\t}\\n\\t});\\n\\treturn results.toArray();\\n};\\n\",\"module-type\":\"relinkfilteroperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/filteroperators/relink.js\":{\"title\":\"$:/plugins/flibbles/relink/js/filteroperators/relink.js\",\"text\":\"/*\\\\\\nmodule-type: filteroperator\\n\\nThis filter acts as a namespace for several small, simple filters, such as\\n\\n`[relink:impossible[]]`\\n\\n\\\\*/\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\\n\\nvar relinkFilterOperators;\\n\\nfunction getRelinkFilterOperators() {\\n\\tif(!relinkFilterOperators) {\\n\\t\\trelinkFilterOperators = {};\\n\\t\\t$tw.modules.applyMethods(\\\"relinkfilteroperator\\\",\\n\\t\\t relinkFilterOperators);\\n\\t}\\n\\treturn relinkFilterOperators;\\n}\\n\\nexports.relink = function(source,operator,options) {\\n\\tvar suffixPair = parseSuffix(operator.suffix);\\n\\tvar relinkFilterOperator = getRelinkFilterOperators()[suffixPair[0]];\\n\\tif (relinkFilterOperator) {\\n\\t\\tvar newOperator = $tw.utils.extend({}, operator);\\n\\t\\tnewOperator.suffix = suffixPair[1];\\n\\t\\treturn relinkFilterOperator(source, newOperator, options);\\n\\t} else {\\n\\t\\treturn [language.getString(\\\"Error/RelinkFilterOperator\\\", options)];\\n\\t}\\n};\\n\\nfunction parseSuffix(suffix) {\\n\\tvar index = suffix? suffix.indexOf(\\\":\\\"): -1;\\n\\tif (index >= 0) {\\n\\t\\treturn [suffix.substr(0, index), suffix.substr(index+1)];\\n\\t} else {\\n\\t\\treturn [suffix];\\n\\t}\\n}\\n\",\"module-type\":\"filteroperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/filteroperators/report.js\":{\"title\":\"$:/plugins/flibbles/relink/js/filteroperators/report.js\",\"text\":\"/*\\\\\\nmodule-type: relinkfilteroperator\\n\\nGiven a title as an operand, returns a string for each occurrence of that title\\nwithin each input title.\\n\\n[[title]] +[relink:report[fromTiddler]]`\\n\\nReturns string representation of fromTiddler occurrences in title.\\n\\\\*/\\n\\nexports.report = function(source,operator,options) {\\n\\tvar fromTitle = operator.operand,\\n\\t\\tresults = [];\\n\\tif (fromTitle) {\\n\\t\\tvar blurbs = options.wiki.getTiddlerRelinkBackreferences(fromTitle);\\n\\t\\tsource(function(tiddler, title) {\\n\\t\\t\\tif (blurbs[title]) {\\n\\t\\t\\t\\tresults = results.concat(blurbs[title]);\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn results;\\n};\\n\",\"module-type\":\"relinkfilteroperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/filteroperators/signatures.js\":{\"title\":\"$:/plugins/flibbles/relink/js/filteroperators/signatures.js\",\"text\":\"/*\\\\\\nmodule-type: relinkfilteroperator\\n\\nThis filter returns all input tiddlers which are a source of\\nrelink configuration.\\n\\n`[all[tiddlers+system]relink:source[macros]]`\\n\\n\\\\*/\\n\\nvar utils = require('$:/plugins/flibbles/relink/js/utils.js');\\n\\nexports.signatures = function(source,operator,options) {\\n\\tvar plugin = operator.operand || null;\\n\\tvar set = getSet(options);\\n\\tif (plugin === \\\"$:/core\\\") {\\n\\t\\t// Core doesn't actually have any settings. We mean Relink\\n\\t\\tplugin = \\\"$:/plugins/flibbles/relink\\\";\\n\\t}\\n\\tvar signatures = [];\\n\\tfor (var signature in set) {\\n\\t\\tvar source = set[signature].source;\\n\\t\\tif (options.wiki.getShadowSource(source) === plugin) {\\n\\t\\t\\tsignatures.push(signature);\\n\\t\\t}\\n\\t}\\n\\treturn signatures;\\n};\\n\\nexports.type = function(source,operator,options) {\\n\\tvar results = [];\\n\\tvar set = getSet(options);\\n\\tsource(function(tiddler, signature) {\\n\\t\\tif (set[signature]) {\\n\\t\\t\\tresults.push(set[signature].name);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.types = function(source,operator,options) {\\n\\tvar def = utils.getDefaultType(options.wiki);\\n\\tvar types = Object.keys(utils.getTypes());\\n\\ttypes.sort();\\n\\t// move default to front\\n\\ttypes.sort(function(x,y) { return x === def ? -1 : y === def ? 1 : 0; });\\n\\treturn types;\\n};\\n\\nexports.source = function(source,operator,options) {\\n\\tvar results = [];\\n\\tvar category = operator.suffix;\\n\\tvar set = getSet(options);\\n\\tsource(function(tiddler, signature) {\\n\\t\\tif (set[signature]) {\\n\\t\\t\\tresults.push(set[signature].source);\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\nfunction getSet(options) {\\n\\treturn options.wiki.getGlobalCache(\\\"relink-signatures\\\", function() {\\n\\t\\tvar config = utils.getWikiContext(options.wiki);\\n\\t\\tvar set = Object.create(null);\\n\\t\\tvar categories = {\\n\\t\\t\\tattributes: config.getAttributes(),\\n\\t\\t\\tfields: config.getFields(),\\n\\t\\t\\tmacros: config.getMacros(),\\n\\t\\t\\toperators: config.getOperators()};\\n\\t\\t$tw.utils.each(categories, function(list, category) {\\n\\t\\t\\t$tw.utils.each(list, function(item, key) {\\n\\t\\t\\t\\tset[category + \\\"/\\\" + key] = item;\\n\\t\\t\\t});\\n\\t\\t});\\n\\t\\treturn set;\\n\\t});\\n};\\n\",\"module-type\":\"relinkfilteroperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/filteroperators/splitafter.js\":{\"title\":\"$:/plugins/flibbles/relink/js/filteroperators/splitafter.js\",\"text\":\"/*\\\\\\ntitle: $:/core/modules/filters/splitbefore.js\\ntype: application/javascript\\nmodule-type: relinkfilteroperator\\n\\nFilter operator that splits each result on the last occurance of the specified separator and returns the last bit.\\n\\nWhat does this have to do with relink? Nothing. I need this so I can render\\nthe configuration menu. I //could// use [splitregexp[]], but then I'd be\\nlimited to Tiddlywiki v5.1.20 or later.\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\n/*\\nExport our filter function\\n*/\\nexports.splitafter = function(source,operator,options) {\\n\\tvar results = [];\\n\\tsource(function(tiddler,title) {\\n\\t\\tvar index = title.lastIndexOf(operator.operand);\\n\\t\\tif(index \u003C 0) {\\n\\t\\t\\t$tw.utils.pushTop(results,title);\\n\\t\\t} else {\\n\\t\\t\\t$tw.utils.pushTop(results,title.substr(index+1));\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"relinkfilteroperator\"},\"$:/plugins/flibbles/relink/js/filteroperators/wouldchange.js\":{\"title\":\"$:/plugins/flibbles/relink/js/filteroperators/wouldchange.js\",\"text\":\"/*\\\\\\nmodule-type: relinkfilteroperator\\n\\nwouldchange: Generator.\\n\\nGiven each input title, it returns all the tiddlers that would be changed if the currentTiddler were to be renamed to the operand.\\n\\nimpossible: filters all source titles for ones that encounter errors on failure.\\n\\nTHESE ARE INTERNAL FILTER OPERATOR AND ARE NOT INTENDED TO BE USED BY USERS.\\n\\n\\\\*/\\n\\nvar language = require(\\\"$:/plugins/flibbles/relink/js/language.js\\\");\\nvar utils = require(\\\"$:/plugins/flibbles/relink/js/utils.js\\\");\\n\\nexports.wouldchange = function(source,operator,options) {\\n\\tvar from = options.widget && options.widget.getVariable(\\\"currentTiddler\\\"),\\n\\t\\tto = operator.operand,\\n\\t\\tindexer = utils.getIndexer(options.wiki),\\n\\t\\trecords = indexer.relinkLookup(from, to, options);\\n\\treturn Object.keys(records);\\n};\\n\\nexports.impossible = function(source,operator,options) {\\n\\tvar from = options.widget && options.widget.getVariable(\\\"currentTiddler\\\"),\\n\\t\\tto = operator.operand,\\n\\t\\tresults = [],\\n\\t\\tindexer = utils.getIndexer(options.wiki),\\n\\t\\trecords = indexer.relinkLookup(from, to, options);\\n\\tsource(function(tiddler, title) {\\n\\t\\tvar fields = records[title];\\n\\t\\tif (fields) {\\n\\t\\t\\tfor (var field in fields) {\\n\\t\\t\\t\\tif (fields[field].impossible) {\\n\\t\\t\\t\\t\\tresults.push(title);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\",\"module-type\":\"relinkfilteroperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/indexer.js\":{\"title\":\"$:/plugins/flibbles/relink/js/indexer.js\",\"text\":\"/*\\\\\\nmodule-type: indexer\\n\\nIndexes results from tiddler reference reports so we don't have to call them\\nso much.\\n\\n\\\\*/\\n\\n\\\"use strict\\\";\\n\\nvar utils = require(\\\"./utils.js\\\");\\nvar TiddlerContext = utils.getContext('tiddler');\\n\\nfunction Indexer(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nIndexer.prototype.init = function() {\\n\\tthis.rebuild();\\n};\\n\\nIndexer.prototype.rebuild = function() {\\n\\tthis.index = null;\\n\\tthis.backIndex = null;\\n\\tthis.contexts = Object.create(null);\\n\\tthis.changedTiddlers = undefined;\\n\\tthis.lastRelinkFrom = undefined;\\n};\\n\\nIndexer.prototype.update = function(updateDescriptor) {\\n\\tif (!this.index) {\\n\\t\\treturn;\\n\\t}\\n\\tvar title;\\n\\tif (!this.changedTiddlers) {\\n\\t\\tthis.changedTiddlers = Object.create(null);\\n\\t}\\n\\tif (updateDescriptor.old.exists) {\\n\\t\\ttitle = updateDescriptor.old.tiddler.fields.title;\\n\\t\\tthis.changedTiddlers[title] = {deleted: true};\\n\\t\\tthis._purge(title);\\n\\t}\\n\\tif (updateDescriptor['new'].exists) {\\n\\t\\t// If its the same tiddler as old, this overrides the 'deleted' entry\\n\\t\\ttitle = updateDescriptor['new'].tiddler.fields.title;\\n\\t\\tthis.changedTiddlers[title] = {modified: true};\\n\\t}\\n};\\n\\nIndexer.prototype.lookup = function(title) {\\n\\tthis._upkeep();\\n\\treturn this.index[title];\\n};\\n\\nIndexer.prototype.reverseLookup = function(title) {\\n\\tthis._upkeep();\\n\\treturn this.backIndex[title] || Object.create(null);\\n};\\n\\nIndexer.prototype.relinkLookup = function(fromTitle, toTitle, options) {\\n\\tthis._upkeep();\\n\\tvar shortlist = undefined;\\n\\tif (this.lastRelinkFrom === fromTitle) {\\n\\t\\tif (this.lastRelinkTo === toTitle) {\\n\\t\\t\\t// We need to reintroduce the relink cache, where temporary info\\n\\t\\t\\t// was stored.\\n\\t\\t\\toptions.cache = this.lastRelinkCache;\\n\\t\\t\\treturn this.lastRelinkResult;\\n\\t\\t}\\n\\t\\tshortlist = Object.keys(this.lastRelinkResult);\\n\\t}\\n\\tthis.lastRelinkResult = utils.getRelinkResults(this.wiki, fromTitle, toTitle, this.context, shortlist, options);\\n\\tthis.lastRelinkTo = toTitle;\\n\\tthis.lastRelinkFrom = fromTitle;\\n\\tthis.lastRelinkCache = options.cache;\\n\\treturn this.lastRelinkResult;\\n};\\n\\nIndexer.prototype._upkeep = function() {\\n\\tvar title;\\n\\tif (this.changedTiddlers && (this.context.changed(this.changedTiddlers) || this.context.parent.changed(this.changedTiddlers))) {\\n\\t\\t// If global macro context or whitelist context changed, wipe all\\n\\t\\tthis.rebuild();\\n\\t}\\n\\tif (!this.index) {\\n\\t\\tthis.index = Object.create(null);\\n\\t\\tthis.backIndex = Object.create(null);\\n\\t\\tthis.context = utils.getWikiContext(this.wiki);\\n\\t\\tvar titles = this.wiki.getRelinkableTitles();\\n\\t\\tfor (var i = 0; i \u003C titles.length; i++) {\\n\\t\\t\\tthis._populate(titles[i]);\\n\\t\\t};\\n\\t} else if (this.changedTiddlers) {\\n\\t\\t// If there are cached changes, we apply them now.\\n\\t\\tfor (title in this.contexts) {\\n\\t\\t\\tvar tiddlerContext = this.contexts[title];\\n\\t\\t\\tif (tiddlerContext.changed(this.changedTiddlers)) {\\n\\t\\t\\t\\tthis._purge(title);\\n\\t\\t\\t\\tthis._populate(title);\\n\\t\\t\\t\\tthis._dropResults(title);\\n\\t\\t\\t\\t// Wipe this change, so we don't risk updating it twice.\\n\\t\\t\\t\\tthis.changedTiddlers[title] = undefined;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tfor (title in this.changedTiddlers) {\\n\\t\\t\\tvar change = this.changedTiddlers[title];\\n\\t\\t\\tif (change && change.modified) {\\n\\t\\t\\t\\tthis._purge(title);\\n\\t\\t\\t\\tthis._populate(title);\\n\\t\\t\\t\\tthis._dropResults(title);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tthis.changedTiddlers = undefined;\\n\\t}\\n};\\n\\nIndexer.prototype._purge = function(title) {\\n\\tfor (var entry in this.index[title]) {\\n\\t\\tdelete this.backIndex[entry][title];\\n\\t}\\n\\tdelete this.contexts[title];\\n\\tdelete this.index[title];\\n};\\n\\n// This drops the cached relink results if unsanctioned tiddlers were changed\\nIndexer.prototype._dropResults = function(title) {\\n\\tvar tiddler = this.wiki.getTiddler(title);\\n\\tif (title !== this.lastRelinkFrom\\n\\t&& title !== this.lastRelinkTo\\n\\t&& (!tiddler\\n\\t\\t|| !$tw.utils.hop(tiddler.fields, 'draft.of') // is a draft\\n\\t\\t|| tiddler.fields['draft.of'] !== this.lastRelinkFrom // draft of target\\n\\t\\t|| references(this.index[title], this.lastRelinkFrom))) { // draft references target\\n\\t\\t// This is not the draft of the last relinked title,\\n\\t\\t// so our cached results should be wiped.\\n\\t\\tthis.lastRelinkFrom = undefined;\\n\\t}\\n};\\n\\nfunction references(list, item) {\\n\\treturn list !== undefined && list[item];\\n};\\n\\nIndexer.prototype._populate = function(title) {\\n\\t// Fetch the report for a title, and populate the indexes with result\\n\\tvar tiddlerContext = new TiddlerContext(this.wiki, this.context, title);\\n\\tvar references = utils.getTiddlerRelinkReferences(this.wiki, title, tiddlerContext);\\n\\tthis.index[title] = references;\\n\\tif (tiddlerContext.hasImports()) {\\n\\t\\tthis.contexts[title] = tiddlerContext;\\n\\t}\\n\\tfor (var ref in references) {\\n\\t\\tthis.backIndex[ref] = this.backIndex[ref] || Object.create(null);\\n\\t\\tthis.backIndex[ref][title] = references[ref];\\n\\t}\\n};\\n\\nexports.RelinkIndexer = Indexer;\\n\",\"module-type\":\"indexer\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/language.js\":{\"title\":\"$:/plugins/flibbles/relink/js/language.js\",\"text\":\"/*\\\\\\nmodule-type: library\\n\\nThis handles all logging and alerts Relink emits.\\n\\n\\\\*/\\n\\nexports.getString = function(title, options) {\\n\\ttitle = \\\"$:/plugins/flibbles/relink/language/\\\" + title;\\n\\treturn options.wiki.renderTiddler(\\\"text/plain\\\", title, options);\\n};\\n\\nvar logger;\\n\\nexports.reportFailures = function(failureList, options) {\\n\\tif (!logger) {\\n\\t\\tlogger = new $tw.utils.Logger(\\\"Relinker\\\");\\n\\t}\\n\\tvar alertString = this.getString(\\\"Error/ReportFailedRelinks\\\", options)\\n\\tvar alreadyReported = Object.create(null);\\n\\tvar reportList = [];\\n\\t$tw.utils.each(failureList, function(f) {\\n\\t\\tif (!alreadyReported[f]) {\\n\\t\\t\\tif ($tw.browser) {\\n\\t\\t\\t\\t// This might not make the link if the title is complicated.\\n\\t\\t\\t\\t// Whatever.\\n\\t\\t\\t\\treportList.push(\\\"\\\\n* [[\\\" + f + \\\"]]\\\");\\n\\t\\t\\t} else {\\n\\t\\t\\t\\treportList.push(\\\"\\\\n* \\\" + f);\\n\\t\\t\\t}\\n\\t\\t\\talreadyReported[f] = true;\\n\\t\\t}\\n\\t});\\n\\tlogger.alert(alertString + \\\"\\\\n\\\" + reportList.join(\\\"\\\"));\\n};\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/mangler.js\":{\"title\":\"$:/plugins/flibbles/relink/js/mangler.js\",\"text\":\"/*\\\\\\nmodule-type: widget\\n\\nCreates a mangler widget for field validation. This isn't meant to be used\\nby the user. It's only used in Relink configuration.\\n\\n\\\\*/\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\\nvar utils = require('$:/plugins/flibbles/relink/js/utils.js');\\n\\nvar RelinkManglerWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n\\tthis.addEventListeners([\\n\\t\\t{type: \\\"relink-add-field\\\", handler: \\\"handleAddFieldEvent\\\"},\\n\\t\\t{type: \\\"relink-add-operator\\\", handler: \\\"handleAddOperatorEvent\\\"},\\n\\t\\t{type: \\\"relink-add-parameter\\\", handler: \\\"handleAddParameterEvent\\\"},\\n\\t\\t{type: \\\"relink-add-attribute\\\", handler: \\\"handleAddAttributeEvent\\\"}\\n\\t]);\\n};\\n\\nexports.relinkmangler = RelinkManglerWidget;\\n\\nRelinkManglerWidget.prototype = new Widget();\\n\\n// This wraps alert so it can be monkeypatched during testing.\\nRelinkManglerWidget.prototype.alert = function(message) {\\n\\talert(message);\\n};\\n\\nRelinkManglerWidget.prototype.handleAddFieldEvent = function(event) {\\n\\tvar param = event.paramObject;\\n\\tif (typeof param !== \\\"object\\\" || !param.field) {\\n\\t\\t// Can't handle it.\\n\\t\\treturn true;\\n\\t}\\n\\tvar trimmedName = param.field.toLowerCase().trim();\\n\\tif (!trimmedName) {\\n\\t\\t// Still can't handle it, but don't warn.\\n\\t\\treturn true;\\n\\t}\\n\\tif(!$tw.utils.isValidFieldName(trimmedName)) {\\n\\t\\tthis.alert($tw.language.getString(\\n\\t\\t\\t\\\"InvalidFieldName\\\",\\n\\t\\t\\t{variables:\\n\\t\\t\\t\\t{fieldName: trimmedName}\\n\\t\\t\\t}\\n\\t\\t));\\n\\t} else {\\n\\t\\tadd(this.wiki, \\\"fields\\\", trimmedName);\\n\\t}\\n\\treturn true;\\n};\\n\\n/**Not much validation, even though there are definitely illegal\\n * operator names. If you input on, Relink won't relink it, but it\\n * won't choke on it either. Tiddlywiki will...\\n */\\nRelinkManglerWidget.prototype.handleAddOperatorEvent = function(event) {\\n\\tvar param = event.paramObject;\\n\\tif (param) {\\n\\t\\tadd(this.wiki, \\\"operators\\\", param.operator);\\n\\t}\\n\\treturn true;\\n};\\n\\nRelinkManglerWidget.prototype.handleAddParameterEvent = function(event) {\\n\\tvar param = event.paramObject;\\n\\tif (param && param.macro && param.parameter) {\\n\\t\\tif (/\\\\s/.test(param.macro.trim())) {\\n\\t\\t\\tthis.alert(language.getString(\\n\\t\\t\\t\\t\\\"Error/InvalidMacroName\\\",\\n\\t\\t\\t\\t{ variables: {macroName: param.macro},\\n\\t\\t\\t\\t wiki: this.wiki\\n\\t\\t\\t\\t}\\n\\t\\t\\t));\\n\\t\\t} else if (/[ \\\\/]/.test(param.parameter.trim())) {\\n\\t\\t\\tthis.alert(language.getString(\\n\\t\\t\\t\\t\\\"Error/InvalidParameterName\\\",\\n\\t\\t\\t\\t{ variables: {parameterName: param.parameter},\\n\\t\\t\\t\\t wiki: this.wiki\\n\\t\\t\\t\\t}\\n\\t\\t\\t));\\n\\t\\t} else {\\n\\t\\t\\tadd(this.wiki, \\\"macros\\\", param.macro, param.parameter);\\n\\t\\t}\\n\\t}\\n\\treturn true;\\n};\\n\\nRelinkManglerWidget.prototype.handleAddAttributeEvent = function(event) {\\n\\tvar param = event.paramObject;\\n\\tif (param && param.element && param.attribute) {\\n\\t\\tif (/[ \\\\/]/.test(param.element.trim())) {\\n\\t\\t\\tthis.alert(language.getString(\\n\\t\\t\\t\\t\\\"Error/InvalidElementName\\\",\\n\\t\\t\\t\\t{ variables: {elementName: param.element},\\n\\t\\t\\t\\t wiki: this.wiki\\n\\t\\t\\t\\t}\\n\\t\\t\\t));\\n\\t\\t} else if (/[ \\\\/]/.test(param.attribute.trim())) {\\n\\t\\t\\tthis.alert(language.getString(\\n\\t\\t\\t\\t\\\"Error/InvalidAttributeName\\\",\\n\\t\\t\\t\\t{ variables: {attributeName: param.attribute},\\n\\t\\t\\t\\t wiki: this.wiki\\n\\t\\t\\t\\t}\\n\\t\\t\\t));\\n\\t\\t} else {\\n\\t\\t\\tadd(this.wiki, \\\"attributes\\\", param.element, param.attribute);\\n\\t\\t}\\n\\t}\\n\\treturn true;\\n};\\n\\nfunction add(wiki, category/*, path parts*/) {\\n\\tvar path = \\\"$:/config/flibbles/relink/\\\" + category;\\n\\tfor (var x = 2; x \u003C arguments.length; x++) {\\n\\t\\tvar part = arguments[x];\\n\\t\\t// Abort if it's falsy, or only whitespace. Also, trim spaces\\n\\t\\tif (!part || !(part = part.trim())) {\\n\\t\\t\\treturn;\\n\\t\\t}\\n\\t\\tpath = path + \\\"/\\\" + part;\\n\\t}\\n\\tvar def = utils.getDefaultType(wiki);\\n\\twiki.addTiddler({title: path, text: def});\\n};\\n\",\"module-type\":\"widget\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/fields.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/fields.js\",\"text\":\"/*\\\\\\n\\nHandles all fields specified in the plugin configuration. Currently, this\\nonly supports single-value fields.\\n\\n\\\\*/\\n\\n/*jslint node: false, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = 'fields';\\n\\nexports.report = function(tiddler, callback, options) {\\n\\tvar fields = options.settings.getFields();\\n\\t$tw.utils.each(fields, function(handler, field) {\\n\\t\\tvar input = tiddler.fields[field];\\n\\t\\tif (input) {\\n\\t\\t\\thandler.report(input, function(title, blurb) {\\n\\t\\t\\t\\tif (blurb) {\\n\\t\\t\\t\\t\\tcallback(title, field + ': ' + blurb);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tcallback(title, field);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}, options);\\n\\t\\t}\\n\\t});\\n};\\n\\nexports.relink = function(tiddler, fromTitle, toTitle, changes, options) {\\n\\tvar fields = options.settings.getFields();\\n\\t$tw.utils.each(fields, function(handler, field) {\\n\\t\\tvar input = tiddler.fields[field];\\n\\t\\tif (input) {\\n\\t\\t\\tvar entry = handler.relink(input, fromTitle, toTitle, options);\\n\\t\\t\\tif (entry !== undefined) {\\n\\t\\t\\t\\tchanges[field] = entry;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n};\\n\",\"module-type\":\"relinkoperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text.js\",\"text\":\"/*\\\\\\n\\nDepending on the tiddler type, this will apply textOperators which may\\nrelink titles within the body.\\n\\n\\\\*/\\n\\n/*jslint node: false, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar defaultOperator = \\\"text/vnd.tiddlywiki\\\";\\nvar utils = require('$:/plugins/flibbles/relink/js/utils.js');\\n\\nexports.name = 'text';\\n\\nvar textOperators = utils.getModulesByTypeAsHashmap('relinktextoperator', 'type');\\n\\n// $:/DefaultTiddlers is a tiddler which has type \\\"text/vnd.tiddlywiki\\\",\\n// but it lies. It doesn't contain wikitext. It contains a filter, so\\n// we pretend it has a filter type.\\n// If you want to be able to add more exceptions for your plugin, let me know.\\nvar exceptions = {\\n\\t\\\"$:/DefaultTiddlers\\\": \\\"text/x-tiddler-filter\\\"\\n};\\n\\nexports.report = function(tiddler, callback, options) {\\n\\tvar fields = tiddler.fields;\\n\\tif (fields.text) {\\n\\t\\tvar type = exceptions[fields.title] || fields.type || defaultOperator;\\n\\t\\tif (textOperators[type]) {\\n\\t\\t\\tvar entry = textOperators[type].report(tiddler, callback, options);\\n\\t\\t}\\n\\t}\\n};\\n\\nexports.relink = function(tiddler, fromTitle, toTitle, changes, options) {\\n\\tvar fields = tiddler.fields;\\n\\tif (fields.text) {\\n\\t\\tvar type = exceptions[fields.title] || fields.type || defaultOperator;\\n\\t\\tif (textOperators[type]) {\\n\\t\\t\\tvar entry = textOperators[type].relink(tiddler, fromTitle, toTitle, options);\\n\\t\\t\\tif (entry) {\\n\\t\\t\\t\\tchanges.text = entry;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n};\\n\",\"module-type\":\"relinkoperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/filtertext.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/filtertext.js\",\"text\":\"/*\\\\\\n\\nThis relinks tiddlers which contain filters in their body, as oppose to\\nwikitext.\\n\\n\\\\*/\\n\\n/*jslint node: false, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar filterHandler = require(\\\"$:/plugins/flibbles/relink/js/utils\\\").getType('filter');\\n\\nexports.type = 'text/x-tiddler-filter';\\n\\nexports.report = function(tiddler, callback, options) {\\n\\treturn filterHandler.report(tiddler.fields.text, callback, options);\\n};\\n\\nexports.relink = function(tiddler, fromTitle, toTitle, options) {\\n\\treturn filterHandler.relink(tiddler.fields.text, fromTitle, toTitle, options)\\n};\\n\",\"module-type\":\"relinktextoperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext.js\",\"text\":\"/*\\\\\\n\\nChecks for fromTitle in a tiddler's text. If found, sees if it's relevant,\\nand tries to swap it out if it is.\\n\\n\\\\*/\\n\\n/*jslint node: false, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Placeholder = require(\\\"$:/plugins/flibbles/relink/js/utils/placeholder.js\\\");\\nvar wikitextHandler = require('$:/plugins/flibbles/relink/js/utils.js').getType('wikitext');\\n\\nexports.type = 'text/vnd.tiddlywiki';\\n\\nexports.report = function(tiddler, callback, options) {\\n\\twikitextHandler.report(tiddler.fields.text, callback, options);\\n};\\n\\nexports.relink = function(tiddler, fromTitle, toTitle, options) {\\n\\tvar placeholder = new Placeholder();\\n\\tvar currentOptions = Object.create(options);\\n\\tcurrentOptions.placeholder = placeholder;\\n\\tvar entry = wikitextHandler.relink(tiddler.fields.text, fromTitle, toTitle, currentOptions);\\n\\tif (entry && entry.output) {\\n\\t\\t// If there's output, we've also got to prepend any macros\\n\\t\\t// that the placeholder defined.\\n\\t\\tvar preamble = placeholder.getPreamble();\\n\\t\\tentry.output = preamble + entry.output;\\n\\t}\\n\\treturn entry;\\n};\\n\",\"module-type\":\"relinktextoperator\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/code.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/code.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles code blocks. Or rather //doesn't// handle them, since we should\\nignore their contents.\\n\\n\\\"`` [[Renamed Title]] ``\\\" will remain unchanged.\\n\\n\\\\*/\\n\\nexports.name = [\\\"codeinline\\\", \\\"codeblock\\\"];\\n\\nexports.relink = function(text) {\\n\\tvar reEnd;\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\t// I'm lazy. This relink method works for both codeblock and codeinline\\n\\tif (this.match[0].length > 2) {\\n\\t\\t// Must be a codeblock\\n\\t\\treEnd = /\\\\r?\\\\n```$/mg;\\n\\t} else {\\n\\t\\t// Must be a codeinline\\n\\t\\treEnd = new RegExp(this.match[1], \\\"mg\\\");\\n\\t}\\n\\treEnd.lastIndex = this.parser.pos;\\n\\tvar match = reEnd.exec(text);\\n\\tif (match) {\\n\\t\\tthis.parser.pos = match.index + match[0].length;\\n\\t} else {\\n\\t\\tthis.parser.pos = this.parser.sourceLength;\\n\\t}\\n\\treturn undefined;\\n};\\n\\n// Same thing. Just skip the pos ahead.\\nexports.report = exports.relink;\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/comment.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/comment.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles comment blocks. Or rather //doesn't// handle them, since we should\\nignore their contents.\\n\\n\\\"\u003C!-- [[Renamed Title]] -->\\\" will remain unchanged.\\n\\n\\\\*/\\n\\nexports.name = [\\\"commentinline\\\", \\\"commentblock\\\"];\\n\\nexports.relink = function(text) {\\n\\tthis.parser.pos = this.endMatchRegExp.lastIndex;\\n\\treturn undefined;\\n};\\n\\nexports.report = exports.relink;\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/filteredtransclude.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/filteredtransclude.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles replacement of filtered transclusions in wiki text like,\\n\\n{{{ [tag[docs]] }}}\\n{{{ [tag[docs]] |tooltip}}}\\n{{{ [tag[docs]] ||TemplateTitle}}}\\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\\n\\nThis renames both the list and the template field.\\n\\n\\\\*/\\n\\nexports.name = ['filteredtranscludeinline', 'filteredtranscludeblock'];\\n\\nvar filterHandler = require(\\\"$:/plugins/flibbles/relink/js/utils\\\").getType('filter');\\nvar utils = require(\\\"./utils.js\\\");\\n\\nexports.report = function(text, callback, options) {\\n\\tvar m = this.match,\\n\\t\\tfilter = m[1],\\n\\t\\ttemplate = $tw.utils.trim(m[3]),\\n\\t\\tappend = template ? '||' + template + '}}}' : '}}}';\\n\\tfilterHandler.report(filter, function(title, blurb) {\\n\\t\\tcallback(title, '{{{' + blurb + append);\\n\\t}, options);\\n\\tif (template) {\\n\\t\\tcallback(template, '{{{' + $tw.utils.trim(filter).replace(/\\\\r?\\\\n/mg, ' ') + '||}}}');\\n\\t}\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar m = this.match,\\n\\t\\tfilter = m[1],\\n\\t\\ttooltip = m[2],\\n\\t\\ttemplate = m[3],\\n\\t\\tstyle = m[4],\\n\\t\\tclasses = m[5],\\n\\t\\tparser = this.parser,\\n\\t\\tentry = {};\\n\\tparser.pos = this.matchRegExp.lastIndex;\\n\\tvar modified = false;\\n\\n\\tvar filterEntry = filterHandler.relink(filter, fromTitle, toTitle, options);\\n\\tif (filterEntry !== undefined) {\\n\\t\\tif (filterEntry.output) {\\n\\t\\t\\tfilter = filterEntry.output;\\n\\t\\t\\tmodified = true;\\n\\t\\t}\\n\\t\\tif (filterEntry.impossible) {\\n\\t\\t\\tentry.impossible = true;\\n\\t\\t}\\n\\t}\\n\\n\\tif ($tw.utils.trim(template) === fromTitle) {\\n\\t\\t// preserves user-inputted whitespace\\n\\t\\ttemplate = template.replace(fromTitle, toTitle);\\n\\t\\tmodified = true;\\n\\t}\\n\\tif (!modified) {\\n\\t\\tif (!entry.impossible) {\\n\\t\\t\\treturn undefined;\\n\\t\\t}\\n\\t} else {\\n\\t\\tvar output = this.makeFilteredtransclude(this.parser, filter, tooltip, template, style, classes);\\n\\t\\tif (output === undefined) {\\n\\t\\t\\tentry.impossible = true;\\n\\t\\t} else {\\n\\t\\t\\t// By copying over the ending newline of the original\\n\\t\\t\\t// text if present, thisrelink method thus works for\\n\\t\\t\\t// both the inline and block rule\\n\\t\\t\\tentry.output = output + utils.getEndingNewline(m[0]);\\n\\t\\t}\\n\\t}\\n\\treturn entry;\\n};\\n\\nexports.makeFilteredtransclude = function(parser, filter, tooltip, template, style, classes) {\\n\\tif (canBePretty(filter) && canBePrettyTemplate(template)) {\\n\\t\\treturn prettyList(filter, tooltip, template, style, classes);\\n\\t}\\n\\tif (classes !== undefined) {\\n\\t\\tclasses = classes.split('.').join(' ');\\n\\t}\\n\\treturn utils.makeWidget(parser, '$list', {\\n\\t\\tfilter: filter,\\n\\t\\ttooltip: tooltip,\\n\\t\\ttemplate: template,\\n\\t\\tstyle: style || undefined,\\n\\t\\titemClass: classes});\\n};\\n\\nfunction prettyList(filter, tooltip, template, style, classes) {\\n\\tif (tooltip === undefined) {\\n\\t\\ttooltip = '';\\n\\t} else {\\n\\t\\ttooltip = \\\"|\\\" + tooltip;\\n\\t}\\n\\tif (template === undefined) {\\n\\t\\ttemplate = '';\\n\\t} else {\\n\\t\\ttemplate = \\\"||\\\" + template;\\n\\t}\\n\\tif (classes === undefined) {\\n\\t\\tclasses = '';\\n\\t} else {\\n\\t\\tclasses = \\\".\\\" + classes;\\n\\t}\\n\\tstyle = style || '';\\n\\treturn \\\"{{{\\\"+filter+tooltip+template+\\\"}}\\\"+style+\\\"}\\\"+classes;\\n};\\n\\nfunction canBePretty(filter) {\\n\\treturn filter.indexOf('|') \u003C 0 && filter.indexOf('}}') \u003C 0;\\n};\\n\\nfunction canBePrettyTemplate(template) {\\n\\treturn !template || (\\n\\t\\ttemplate.indexOf('|') \u003C 0\\n\\t\\t&& template.indexOf('{') \u003C 0\\n\\t\\t&& template.indexOf('}') \u003C 0);\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles replacement in attributes of widgets and html elements\\nThis is configurable to select exactly which attributes of which elements\\nshould be changed.\\n\\n\u003C$link to=\\\"TiddlerTitle\\\" />\\n\\n\\\\*/\\n\\nvar utils = require(\\\"./utils.js\\\");\\nvar Rebuilder = require(\\\"$:/plugins/flibbles/relink/js/utils/rebuilder\\\");\\nvar relinkUtils = require('$:/plugins/flibbles/relink/js/utils.js');\\nvar refHandler = relinkUtils.getType('reference');\\nvar filterHandler = relinkUtils.getType('filter');\\nvar ImportContext = relinkUtils.getContext('import');\\nvar macrocall = require(\\\"./macrocall.js\\\");\\n\\nexports.name = \\\"html\\\";\\n\\nexports.report = function(text, callback, options) {\\n\\tvar managedElement = this.parser.context.getAttribute(this.nextTag.tag);\\n\\tvar importFilterAttr;\\n\\tvar element = this.nextTag.tag;\\n\\tfor (var attributeName in this.nextTag.attributes) {\\n\\t\\tvar attr = this.nextTag.attributes[attributeName];\\n\\t\\tvar nextEql = text.indexOf('=', attr.start);\\n\\t\\t// This is the rare case of changing tiddler\\n\\t\\t// \\\"true\\\" to something else when \\\"true\\\" is\\n\\t\\t// implicit, like \u003C$link to /> We ignore those.\\n\\t\\tif (nextEql \u003C 0 || nextEql > attr.end) {\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tif (this.nextTag.tag === \\\"$importvariables\\\" && attributeName === \\\"filter\\\") {\\n\\t\\t\\timportFilterAttr = attr;\\n\\t\\t}\\n\\t\\tvar oldLength, quotedValue = undefined, entry;\\n\\t\\tif (attr.type === \\\"string\\\") {\\n\\t\\t\\tvar handler = getAttributeHandler(this.parser.context, this.nextTag, attributeName, options);\\n\\t\\t\\tif (!handler) {\\n\\t\\t\\t\\t// We don't manage this attribute. Bye.\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\thandler.report(attr.value, function(title, blurb) {\\n\\t\\t\\t\\tif (blurb) {\\n\\t\\t\\t\\t\\tcallback(title, '\u003C' + element + ' ' + attributeName + '=\\\"' + blurb + '\\\" />');\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tcallback(title, '\u003C' + element + ' ' + attributeName + ' />');\\n\\t\\t\\t\\t}\\n\\t\\t\\t}, options);\\n\\t\\t} else if (attr.type === \\\"indirect\\\") {\\n\\t\\t\\tentry = refHandler.report(attr.textReference, function(title, blurb) {\\n\\t\\t\\t\\tcallback(title, '\u003C' + element + ' ' + attributeName + '={{' + (blurb || '') + '}} />');\\n\\t\\t\\t}, options);\\n\\t\\t} else if (attr.type === \\\"filtered\\\") {\\n\\t\\t\\tentry = filterHandler.report(attr.filter, function(title, blurb) {\\n\\t\\t\\t\\tcallback(title, '\u003C' + element + ' ' + attributeName + '={{{' + blurb + '}}} />');\\n\\t\\t\\t}, options);\\n\\t\\t} else if (attr.type === \\\"macro\\\") {\\n\\t\\t\\tvar macro = attr.value;\\n\\t\\t\\tentry = macrocall.reportAttribute(this.parser, macro, function(title, blurb) {\\n\\t\\t\\t\\tcallback(title, '\u003C' + element + ' ' + attributeName + '=' + blurb + ' />');\\n\\t\\t\\t}, options);\\n\\t\\t}\\n\\t\\tif (quotedValue === undefined) {\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tif (this.nextTag.tag === \\\"$importvariables\\\" && attributeName === \\\"filter\\\") {\\n\\t\\t\\t// If this is an import variable filter, we gotta\\n\\t\\t\\t// remember this new value when we import lower down.\\n\\t\\t\\timportFilterAttr = quotedValue;\\n\\t\\t}\\n\\t}\\n\\tif (importFilterAttr) {\\n\\t\\tprocessImportFilter(this.parser, importFilterAttr, options);\\n\\t}\\n\\tthis.parse();\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar managedElement = this.parser.context.getAttribute(this.nextTag.tag),\\n\\t\\tbuilder = new Rebuilder(text, this.nextTag.start);\\n\\tvar importFilterAttr;\\n\\tvar widgetEntry = {};\\n\\twidgetEntry.attributes = Object.create(null);\\n\\twidgetEntry.element = this.nextTag.tag;\\n\\tfor (var attributeName in this.nextTag.attributes) {\\n\\t\\tvar attr = this.nextTag.attributes[attributeName];\\n\\t\\tvar nextEql = text.indexOf('=', attr.start);\\n\\t\\t// This is the rare case of changing tiddler\\n\\t\\t// \\\"true\\\" to something else when \\\"true\\\" is\\n\\t\\t// implicit, like \u003C$link to /> We ignore those.\\n\\t\\tif (nextEql \u003C 0 || nextEql > attr.end) {\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tif (this.nextTag.tag === \\\"$importvariables\\\" && attributeName === \\\"filter\\\") {\\n\\t\\t\\timportFilterAttr = attr;\\n\\t\\t}\\n\\t\\tvar oldLength, quotedValue = undefined, entry;\\n\\t\\tvar nestedOptions = Object.create(options);\\n\\t\\tnestedOptions.settings = this.parser.context;\\n\\t\\tswitch (attr.type) {\\n\\t\\tcase 'string':\\n\\t\\t\\tvar handler = getAttributeHandler(this.parser.context, this.nextTag, attributeName, options);\\n\\t\\t\\tif (!handler) {\\n\\t\\t\\t\\t// We don't manage this attribute. Bye.\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\tentry = handler.relink(attr.value, fromTitle, toTitle, nestedOptions);\\n\\t\\t\\tif (entry === undefined) {\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\tif (entry.output) {\\n\\t\\t\\t\\tvar quote = utils.determineQuote(text, attr);\\n\\t\\t\\t\\toldLength = attr.value.length + (quote.length * 2);\\n\\t\\t\\t\\tquotedValue = utils.wrapAttributeValue(entry.output,quote);\\n\\t\\t\\t\\tif (quotedValue === undefined) {\\n\\t\\t\\t\\t\\t// The value was unquotable. We need to make\\n\\t\\t\\t\\t\\t// a macro in order to replace it.\\n\\t\\t\\t\\t\\tif (!options.placeholder) {\\n\\t\\t\\t\\t\\t\\t// but we can't...\\n\\t\\t\\t\\t\\t\\tentry.impossible = true;\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tvar value = options.placeholder.getPlaceholderFor(entry.output,handler.name)\\n\\t\\t\\t\\t\\t\\tquotedValue = \\\"\u003C\u003C\\\"+value+\\\">>\\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tbreak;\\n\\t\\tcase 'indirect':\\n\\t\\t\\tentry = refHandler.relinkInBraces(attr.textReference, fromTitle, toTitle, options);\\n\\t\\t\\tif (entry === undefined) {\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\tif (entry.output) {\\n\\t\\t\\t\\t// +4 for '{{' and '}}'\\n\\t\\t\\t\\toldLength = attr.textReference.length + 4;\\n\\t\\t\\t\\tquotedValue = \\\"{{\\\"+entry.output+\\\"}}\\\";\\n\\t\\t\\t}\\n\\t\\t\\tbreak;\\n\\t\\tcase 'filtered':\\n\\t\\t\\tentry = filterHandler.relinkInBraces(attr.filter, fromTitle, toTitle, options);\\n\\t\\t\\tif (entry === undefined) {\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\tif (entry.output) {\\n\\t\\t\\t\\t// +6 for '{{{' and '}}}'\\n\\t\\t\\t\\toldLength = attr.filter.length + 6;\\n\\t\\t\\t\\tquotedValue = \\\"{{{\\\"+ entry.output +\\\"}}}\\\";\\n\\t\\t\\t}\\n\\t\\t\\tbreak;\\n\\t\\tcase 'macro':\\n\\t\\t\\tvar macro = attr.value;\\n\\t\\t\\tentry = macrocall.relinkAttribute(this.parser, macro, text, fromTitle, toTitle, options);\\n\\t\\t\\tif (entry === undefined) {\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\tif (entry.output) {\\n\\t\\t\\t\\t// already includes '\u003C\u003C' and '>>'\\n\\t\\t\\t\\toldLength = macro.end-macro.start;\\n\\t\\t\\t\\tquotedValue = entry.output;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif (entry.impossible) {\\n\\t\\t\\twidgetEntry.impossible = true;\\n\\t\\t}\\n\\t\\tif (quotedValue === undefined) {\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tif (this.nextTag.tag === \\\"$importvariables\\\" && attributeName === \\\"filter\\\") {\\n\\t\\t\\t// If this is an import variable filter, we gotta\\n\\t\\t\\t// remember this new value when we import lower down.\\n\\t\\t\\timportFilterAttr = quotedValue;\\n\\t\\t}\\n\\t\\t// We count backwards from the end to preserve whitespace\\n\\t\\tvar valueStart = attr.end - oldLength;\\n\\t\\tbuilder.add(quotedValue, valueStart, attr.end);\\n\\t}\\n\\tif (importFilterAttr) {\\n\\t\\tprocessImportFilter(this.parser, importFilterAttr, options);\\n\\t}\\n\\tvar tag = this.parse()[0];\\n\\tif (tag.children) {\\n\\t\\tfor (var i = 0; i \u003C tag.children.length; i++) {\\n\\t\\t\\tvar child = tag.children[i];\\n\\t\\t\\tif (child.output) {\\n\\t\\t\\t\\tbuilder.add(child.output, child.start, child.end);\\n\\t\\t\\t}\\n\\t\\t\\tif (child.impossible) {\\n\\t\\t\\t\\twidgetEntry.impossible = true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\tif (builder.changed() || widgetEntry.impossible) {\\n\\t\\twidgetEntry.output = builder.results(this.parser.pos);\\n\\t\\treturn widgetEntry;\\n\\t}\\n\\treturn undefined;\\n};\\n\\n/** Returns the field handler for the given attribute of the given widget.\\n * If this returns undefined, it means we don't handle it. So skip.\\n */\\nfunction getAttributeHandler(context, widget, attributeName, options) {\\n\\tif (widget.tag === \\\"$macrocall\\\") {\\n\\t\\tvar nameAttr = widget.attributes[\\\"$name\\\"];\\n\\t\\tif (nameAttr) {\\n\\t\\t\\tvar macro = context.getMacro(nameAttr.value);\\n\\t\\t\\tif (macro) {\\n\\t\\t\\t\\treturn macro[attributeName];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else {\\n\\t\\tvar element = context.getAttribute(widget.tag);\\n\\t\\tif (element) {\\n\\t\\t\\treturn element[attributeName];\\n\\t\\t}\\n\\t}\\n\\treturn undefined;\\n};\\n\\nfunction computeAttribute(context, attribute, options) {\\n\\tvar value;\\n\\tif(attribute.type === \\\"filtered\\\") {\\n\\t\\tvar parentWidget = context.widget;\\n\\t\\tvalue = options.wiki.filterTiddlers(attribute.filter,parentWidget)[0] || \\\"\\\";\\n\\t} else if(attribute.type === \\\"indirect\\\") {\\n\\t\\tvar parentWidget = context.widget;\\n\\t\\tvalue = options.wiki.getTextReference(attribute.textReference,\\\"\\\",parentWidget.variables.currentTiddler.value);\\n\\t} else if(attribute.type === \\\"macro\\\") {\\n\\t\\tvar parentWidget = context.widget;\\n\\t\\tvalue = parentWidget.getVariable(attribute.value.name,{params: attribute.value.params});\\n\\t} else { // String attribute\\n\\t\\tvalue = attribute.value;\\n\\t}\\n\\treturn value;\\n};\\n\\n// This processes a \u003C$importvariables> filter attribute and adds any new\\n// variables to our parser.\\nfunction processImportFilter(parser, importAttribute, options) {\\n\\tif (typeof importAttribute === \\\"string\\\") {\\n\\t\\t// It was changed. Reparse it. It'll be a quoted\\n\\t\\t// attribute value. Add a dummy attribute name.\\n\\t\\timportAttribute = $tw.utils.parseAttribute(\\\"p=\\\"+importAttribute, 0)\\n\\t}\\n\\tvar context = parser.context;\\n\\tvar importFilter = computeAttribute(context, importAttribute, options);\\n\\tparser.context = new ImportContext(options.wiki, context, importFilter);\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/image.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/image.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles replacement in wiki text inline rules, like,\\n\\n[img[tiddler.jpg]]\\n\\n[img width=23 height=24 [Description|tiddler.jpg]]\\n\\n\\\\*/\\n\\nvar Rebuilder = require(\\\"$:/plugins/flibbles/relink/js/utils/rebuilder\\\");\\nvar refHandler = require(\\\"$:/plugins/flibbles/relink/js/fieldtypes/reference\\\");\\nvar filterHandler = require(\\\"$:/plugins/flibbles/relink/js/utils\\\").getType('filter');\\nvar macrocall = require(\\\"./macrocall.js\\\");\\nvar utils = require(\\\"./utils.js\\\");\\n\\nexports.name = \\\"image\\\";\\n\\nexports.report = function(text, callback, options) {\\n\\tvar ptr = this.nextImage.start + 4; //[img\\n\\tvar inSource = false;\\n\\tfor (var attributeName in this.nextImage.attributes) {\\n\\t\\tvar attr = this.nextImage.attributes[attributeName];\\n\\t\\tif (attributeName === \\\"source\\\" || attributeName === \\\"tooltip\\\") {\\n\\t\\t\\tif (inSource) {\\n\\t\\t\\t\\tptr = text.indexOf('|', ptr);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tptr = text.indexOf('[', ptr);\\n\\t\\t\\t\\tinSource = true;\\n\\t\\t\\t}\\n\\t\\t\\tptr += 1;\\n\\t\\t}\\n\\t\\tif (attributeName === \\\"source\\\") {\\n\\t\\t\\tvar tooltip = this.nextImage.attributes.tooltip;\\n\\t\\t\\tvar blurb = '[img[' + (tooltip ? tooltip.value : '') + ']]';\\n\\t\\t\\tcallback(attr.value, blurb);\\n\\t\\t\\tptr = text.indexOf(attr.value, ptr);\\n\\t\\t\\tptr = text.indexOf(']]', ptr) + 2;\\n\\t\\t} else if (attributeName !== \\\"tooltip\\\") {\\n\\t\\t\\tptr = reportAttribute(this.parser, attr, callback, options);\\n\\t\\t}\\n\\t}\\n\\tthis.parser.pos = ptr;\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar ptr = this.nextImage.start,\\n\\t\\tbuilder = new Rebuilder(text, ptr),\\n\\t\\tmakeWidget = false,\\n\\t\\tskipSource = false,\\n\\t\\timageEntry;\\n\\tif (this.nextImage.attributes.source.value === fromTitle && !canBePretty(toTitle, this.nextImage.attributes.tooltip)) {\\n\\t\\tif (this.parser.context.allowWidgets() && (utils.wrapAttributeValue(toTitle) || options.placeholder)) {\\n\\t\\t\\tmakeWidget = true;\\n\\t\\t\\tbuilder.add(\\\"\u003C$image\\\", ptr, ptr+4);\\n\\t\\t} else {\\n\\t\\t\\t// We won't be able to make a placeholder to replace\\n\\t\\t\\t// the source attribute. We check now so we don't\\n\\t\\t\\t// prematurely convert into a widget.\\n\\t\\t\\t// Keep going in case other attributes need replacing.\\n\\t\\t\\tskipSource = true;\\n\\t\\t}\\n\\t}\\n\\tptr += 4; //[img\\n\\tvar inSource = false;\\n\\tfor (var attributeName in this.nextImage.attributes) {\\n\\t\\tvar attr = this.nextImage.attributes[attributeName];\\n\\t\\tif (attributeName === \\\"source\\\" || attributeName === \\\"tooltip\\\") {\\n\\t\\t\\tif (inSource) {\\n\\t\\t\\t\\tptr = text.indexOf('|', ptr);\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tptr = text.indexOf('[', ptr);\\n\\t\\t\\t\\tinSource = true;\\n\\t\\t\\t}\\n\\t\\t\\tif (makeWidget) {\\n\\t\\t\\t\\tif (\\\" \\\\t\\\\n\\\".indexOf(text[ptr-1]) >= 0) {\\n\\t\\t\\t\\t\\tbuilder.add('', ptr, ptr+1);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tbuilder.add(' ', ptr, ptr+1);\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tptr += 1;\\n\\t\\t}\\n\\t\\tif (attributeName === \\\"source\\\") {\\n\\t\\t\\tptr = text.indexOf(attr.value, ptr);\\n\\t\\t\\tif (attr.value === fromTitle) {\\n\\t\\t\\t\\tif (makeWidget) {\\n\\t\\t\\t\\t\\tvar quotedValue = utils.wrapAttributeValue(toTitle);\\n\\t\\t\\t\\t\\tif (quotedValue === undefined) {\\n\\t\\t\\t\\t\\t\\tvar key = options.placeholder.getPlaceholderFor(toTitle);\\n\\t\\t\\t\\t\\t\\tbuilder.add(\\\"source=\u003C\u003C\\\"+key+\\\">>\\\", ptr, ptr+fromTitle.length);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tbuilder.add(\\\"source=\\\"+quotedValue, ptr, ptr+fromTitle.length);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} else if (!skipSource) {\\n\\t\\t\\t\\t\\tbuilder.add(toTitle, ptr, ptr+fromTitle.length);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tbuilder.impossible = true;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t\\tptr = text.indexOf(']]', ptr);\\n\\t\\t\\tif (makeWidget) {\\n\\t\\t\\t\\tbuilder.add(\\\"/>\\\", ptr, ptr+2);\\n\\t\\t\\t}\\n\\t\\t\\tptr += 2;\\n\\t\\t} else if (attributeName === \\\"tooltip\\\") {\\n\\t\\t\\tif (makeWidget) {\\n\\t\\t\\t\\tptr = text.indexOf(attr.value, ptr);\\n\\t\\t\\t\\tvar quotedValue = utils.wrapAttributeValue(attr.value);\\n\\t\\t\\t\\tbuilder.add(\\\"tooltip=\\\"+quotedValue, ptr, ptr+attr.value.length);\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tptr = relinkAttribute(this.parser, attr, builder, fromTitle, toTitle, options);\\n\\t\\t}\\n\\t}\\n\\tthis.parser.pos = ptr;\\n\\tif (builder.changed() || builder.impossible) {\\n\\t\\timageEntry = {\\n\\t\\t\\toutput: builder.results(ptr),\\n\\t\\t\\timpossible: builder.impossible };\\n\\t}\\n\\treturn imageEntry;\\n};\\n\\nfunction reportAttribute(parser, attribute, callback, options) {\\n\\tvar text = parser.source;\\n\\tvar ptr = text.indexOf(attribute.name, attribute.start);\\n\\tvar end;\\n\\tptr += attribute.name.length;\\n\\tptr = text.indexOf('=', ptr);\\n\\tif (attribute.type === \\\"string\\\") {\\n\\t\\tptr = text.indexOf(attribute.value, ptr)\\n\\t\\tvar quote = utils.determineQuote(text, attribute);\\n\\t\\t// ignore first quote. We already passed it\\n\\t\\tend = ptr + quote.length + attribute.value.length;\\n\\t} else if (attribute.type === \\\"indirect\\\") {\\n\\t\\tptr = text.indexOf('{{', ptr);\\n\\t\\tvar end = ptr + attribute.textReference.length + 4;\\n\\t\\trefHandler.report(attribute.textReference, function(title, blurb) {\\n\\t\\t\\tcallback(title, '[img ' + attribute.name + '={{' + (blurb || '') + '}}]');\\n\\t\\t}, options);\\n\\t} else if (attribute.type === \\\"filtered\\\") {\\n\\t\\tptr = text.indexOf('{{{', ptr);\\n\\t\\tvar end = ptr + attribute.filter.length + 6;\\n\\t\\tfilterHandler.report(attribute.filter, function(title, blurb) {\\n\\t\\t\\tcallback(title, '[img ' + attribute.name + '={{{' + blurb + '}}}]');\\n\\t\\t}, options);\\n\\t} else if (attribute.type === \\\"macro\\\") {\\n\\t\\tptr = text.indexOf(\\\"\u003C\u003C\\\", ptr);\\n\\t\\tvar end = attribute.value.end;\\n\\t\\tvar macro = attribute.value;\\n\\t\\toldValue = attribute.value;\\n\\t\\tmacrocall.reportAttribute(parser, macro, function(title, blurb) {\\n\\t\\t\\tcallback(title, '[img ' + attribute.name + '=' + blurb + ']');\\n\\t\\t}, options);\\n\\t}\\n\\treturn end;\\n};\\n\\nfunction relinkAttribute(parser, attribute, builder, fromTitle, toTitle, options) {\\n\\tvar text = builder.text;\\n\\tvar ptr = text.indexOf(attribute.name, attribute.start);\\n\\tvar end;\\n\\tptr += attribute.name.length;\\n\\tptr = text.indexOf('=', ptr);\\n\\tif (attribute.type === \\\"string\\\") {\\n\\t\\tptr = text.indexOf(attribute.value, ptr)\\n\\t\\tvar quote = utils.determineQuote(text, attribute);\\n\\t\\t// ignore first quote. We already passed it\\n\\t\\tend = ptr + quote.length + attribute.value.length;\\n\\t} else if (attribute.type === \\\"indirect\\\") {\\n\\t\\tptr = text.indexOf('{{', ptr);\\n\\t\\tvar end = ptr + attribute.textReference.length + 4;\\n\\t\\tvar ref = refHandler.relinkInBraces(attribute.textReference, fromTitle, toTitle, options);\\n\\t\\tif (ref) {\\n\\t\\t\\tif (ref.impossible) {\\n\\t\\t\\t\\tbuilder.impossible = true;\\n\\t\\t\\t}\\n\\t\\t\\tif (ref.output) {\\n\\t\\t\\t\\tbuilder.add(\\\"{{\\\"+ref.output+\\\"}}\\\", ptr, end);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else if (attribute.type === \\\"filtered\\\") {\\n\\t\\tptr = text.indexOf('{{{', ptr);\\n\\t\\tvar end = ptr + attribute.filter.length + 6;\\n\\t\\tvar filter = filterHandler.relinkInBraces(attribute.filter, fromTitle, toTitle, options);\\n\\t\\tif (filter !== undefined) {\\n\\t\\t\\tif (filter.impossible) {\\n\\t\\t\\t\\tbuilder.impossible = true;\\n\\t\\t\\t}\\n\\t\\t\\tif (filter.output) {\\n\\t\\t\\t\\tvar quoted = \\\"{{{\\\"+filter.output+\\\"}}}\\\";\\n\\t\\t\\t\\tbuilder.add(quoted, ptr, end);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t} else if (attribute.type === \\\"macro\\\") {\\n\\t\\tptr = text.indexOf(\\\"\u003C\u003C\\\", ptr);\\n\\t\\tvar end = attribute.value.end;\\n\\t\\tvar macro = attribute.value;\\n\\t\\toldValue = attribute.value;\\n\\t\\tvar macroEntry = macrocall.relinkAttribute(parser, macro, text, fromTitle, toTitle, options);\\n\\t\\tif (macroEntry !== undefined) {\\n\\t\\t\\tif (macroEntry.impossible) {\\n\\t\\t\\t\\tbuilder.impossible = true;\\n\\t\\t\\t}\\n\\t\\t\\tif (macroEntry.output) {\\n\\t\\t\\t\\tbuilder.add(macroEntry.output, ptr, end);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn end;\\n};\\n\\nfunction canBePretty(title, tooltip) {\\n\\treturn title.indexOf(']') \u003C 0 && (tooltip || title.indexOf('|') \u003C 0);\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/import.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/import.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles import pragmas\\n\\n\\\\import [tag[MyTiddler]]\\n\\\\*/\\n\\nvar utils = require(\\\"$:/plugins/flibbles/relink/js/utils.js\\\");\\nvar filterRelinker = utils.getType('filter');\\nvar ImportContext = utils.getContext('import');\\n\\nexports.name = \\\"import\\\";\\n\\nexports.report = function(text, callback, options) {\\n\\t// This moves the pos for us\\n\\tvar parseTree = this.parse();\\n\\tvar filter = parseTree[0].attributes.filter.value || '';\\n\\tfilterRelinker.report(filter, function(title, blurb) {\\n\\t\\tif (blurb) {\\n\\t\\t\\tblurb = '\\\\\\\\import ' + blurb;\\n\\t\\t} else {\\n\\t\\t\\tblurb = '\\\\\\\\import';\\n\\t\\t}\\n\\t\\tcallback(title, blurb);\\n\\t}, options);\\n\\t// Before we go, we need to actually import the variables\\n\\t// it's calling for, and any /relink pragma\\n\\tthis.parser.context = new ImportContext(options.wiki, this.parser.context, filter);\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\t// In this one case, I'll let the parser parse out the filter and move\\n\\t// the ptr.\\n\\tvar start = this.matchRegExp.lastIndex,\\n\\t\\tparseTree = this.parse(),\\n\\t\\tfilter = parseTree[0].attributes.filter.value || '',\\n\\t\\tentry = filterRelinker.relink(filter, fromTitle, toTitle, options);\\n\\tif (entry !== undefined && entry.output) {\\n\\t\\tvar newline = text.substring(start+filter.length, this.parser.pos);\\n\\t\\tfilter = entry.output;\\n\\t\\tentry.output = \\\"\\\\\\\\import \\\" + filter + newline;\\n\\t}\\n\\n\\t// Before we go, we need to actually import the variables\\n\\t// it's calling for, and any /relink pragma\\n\\tthis.parser.context = new ImportContext(options.wiki, this.parser.context, filter);\\n\\n\\treturn entry;\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrocall.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrocall.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles macro calls.\\n\\n\u003C\u003CmyMacro '[[MyFilter]]' 'myTitle'>>\\n\\n\\\\*/\\n\\nvar utils = require(\\\"./utils.js\\\");\\nvar Rebuilder = require(\\\"$:/plugins/flibbles/relink/js/utils/rebuilder\\\");\\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\\n\\nexports.name = [\\\"macrocallinline\\\", \\\"macrocallblock\\\"];\\n\\n// Error thrown when a macro's definition is needed, but can't be found.\\nfunction CannotFindMacroDef() {};\\nCannotFindMacroDef.prototype.impossible = true;\\nCannotFindMacroDef.prototype.name = \\\"macroparam\\\";\\n// Failed relinks due to missing definitions aren't reported for now.\\n// I may want to do something special later on.\\nCannotFindMacroDef.prototype.report = function() { return []; };\\n\\nexports.report = function(text, callback, options) {\\n\\tvar macroInfo = getInfoFromRule(this);\\n\\tthis.parser.pos = macroInfo.end;\\n\\tthis.reportAttribute(this.parser, macroInfo, callback, options);\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar macroInfo = getInfoFromRule(this);\\n\\tvar managedMacro = this.parser.context.getMacro(macroInfo.name);\\n\\tthis.parser.pos = macroInfo.end;\\n\\tif (!managedMacro) {\\n\\t\\t// We don't manage this macro. Bye.\\n\\t\\treturn undefined;\\n\\t}\\n\\tvar mayBeWidget = this.parser.context.allowWidgets();\\n\\tvar names = getParamNames(this.parser, macroInfo.name, macroInfo.params, options);\\n\\tif (names === undefined) {\\n\\t\\t// Needed the definition, and couldn't find it. So if a single\\n\\t\\t// parameter needs to placeholder, just fail.\\n\\t\\tmayBeWidget = false;\\n\\t}\\n\\tvar entry = relinkMacroInvocation(this.parser, macroInfo, text, fromTitle, toTitle, mayBeWidget, options);\\n\\tif (entry && entry.output) {\\n\\t\\tentry.output = macroToString(entry.output, text, names, options);\\n\\t}\\n\\treturn entry;\\n};\\n\\n/** Relinks macros that occur as attributes, like \u003C$element attr=\u003C\u003C...>> />\\n * Processes the same, except it can't downgrade into a widget if the title\\n * is complicated.\\n */\\nexports.relinkAttribute = function(parser, macro, text, fromTitle, toTitle, options) {\\n\\tvar entry = relinkMacroInvocation(parser, macro, text, fromTitle, toTitle, false, options);\\n\\tif (entry && entry.output) {\\n\\t\\tentry.output = macroToStringMacro(entry.output, text, options);\\n\\t}\\n\\treturn entry;\\n};\\n\\n/** As in, report a macrocall invocation that is an html attribute. */\\nexports.reportAttribute = function(parser, macro, callback, options) {\\n\\tvar managedMacro = parser.context.getMacro(macro.name);\\n\\tif (!managedMacro) {\\n\\t\\t// We don't manage this macro. Bye.\\n\\t\\treturn undefined;\\n\\t}\\n\\tfor (var managedArg in managedMacro) {\\n\\t\\tvar index;\\n\\t\\ttry {\\n\\t\\t\\tindex = getParamIndexWithinMacrocall(parser, macro.name, managedArg, macro.params, options);\\n\\t\\t} catch (e) {\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tif (index \u003C 0) {\\n\\t\\t\\t// The argument was not supplied. Move on to next.\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tvar param = macro.params[index];\\n\\t\\tvar handler = managedMacro[managedArg];\\n\\t\\tvar nestedOptions = Object.create(options);\\n\\t\\tnestedOptions.settings = parser.context;\\n\\t\\tvar entry = handler.report(param.value, function(title, blurb) {\\n\\t\\t\\tvar rtn = managedArg;\\n\\t\\t\\tif (blurb) {\\n\\t\\t\\t\\trtn += ': \\\"' + blurb + '\\\"';\\n\\t\\t\\t}\\n\\t\\t\\tcallback(title, '\u003C\u003C' + macro.name + ' ' + rtn + '>>');\\n\\t\\t}, nestedOptions);\\n\\t}\\n};\\n\\n/**Processes the given macro,\\n * macro: {name:, params:, start:, end:}\\n * each parameters: {name:, end:, value:}\\n * Macro invocation returned is the same, but relinked, and may have new keys:\\n * parameters: {type: macro, start:, newValue: (quoted replacement value)}\\n * Output of the returned entry isn't a string, but a macro object. It needs\\n * to be converted.\\n */\\nfunction relinkMacroInvocation(parser, macro, text, fromTitle, toTitle, mayBeWidget, options) {\\n\\tvar managedMacro = parser.context.getMacro(macro.name);\\n\\tvar modified = false;\\n\\tif (!managedMacro) {\\n\\t\\t// We don't manage this macro. Bye.\\n\\t\\treturn undefined;\\n\\t}\\n\\tvar outMacro = $tw.utils.extend({}, macro);\\n\\tvar macroEntry = {};\\n\\toutMacro.params = macro.params.slice();\\n\\tfor (var managedArg in managedMacro) {\\n\\t\\tvar index;\\n\\t\\ttry {\\n\\t\\t\\tindex = getParamIndexWithinMacrocall(parser, macro.name, managedArg, macro.params, options);\\n\\t\\t} catch (e) {\\n\\t\\t\\tif (e instanceof CannotFindMacroDef) {\\n\\t\\t\\t\\tmacroEntry.impossible = true;\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif (index \u003C 0) {\\n\\t\\t\\t// this arg either was not supplied, or we can't find\\n\\t\\t\\t// the definition, so we can't tie it to an anonymous\\n\\t\\t\\t// argument. Either way, move on to the next.\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tvar param = macro.params[index];\\n\\t\\tvar handler = managedMacro[managedArg];\\n\\t\\tvar nestedOptions = Object.create(options);\\n\\t\\tnestedOptions.settings = parser.context;\\n\\t\\tvar entry = handler.relink(param.value, fromTitle, toTitle, nestedOptions);\\n\\t\\tif (entry === undefined) {\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\t// Macro parameters can only be string parameters, not\\n\\t\\t// indirect, or macro, or filtered\\n\\t\\tif (entry.impossible) {\\n\\t\\t\\tmacroEntry.impossible = true;\\n\\t\\t}\\n\\t\\tif (!entry.output) {\\n\\t\\t\\tcontinue;\\n\\t\\t}\\n\\t\\tvar quote = utils.determineQuote(text, param);\\n\\t\\tvar quoted = utils.wrapParameterValue(entry.output, quote);\\n\\t\\tvar newParam = $tw.utils.extend({}, param);\\n\\t\\tif (quoted === undefined) {\\n\\t\\t\\tif (!mayBeWidget || !options.placeholder) {\\n\\t\\t\\t\\tmacroEntry.impossible = true;\\n\\t\\t\\t\\tcontinue;\\n\\t\\t\\t}\\n\\t\\t\\tvar ph = options.placeholder.getPlaceholderFor(entry.output,handler.name);\\n\\t\\t\\tnewParam.newValue = \\\"\u003C\u003C\\\"+ph+\\\">>\\\";\\n\\t\\t\\tnewParam.type = \\\"macro\\\";\\n\\t\\t} else {\\n\\t\\t\\tnewParam.start = newParam.end - (newParam.value.length + (quote.length*2));\\n\\t\\t\\tnewParam.value = entry.output;\\n\\t\\t\\tnewParam.newValue = quoted;\\n\\t\\t}\\n\\t\\toutMacro.params[index] = newParam;\\n\\t\\tmodified = true;\\n\\t}\\n\\tif (modified || macroEntry.impossible) {\\n\\t\\tif (modified) {\\n\\t\\t\\tmacroEntry.output = outMacro;\\n\\t\\t}\\n\\t\\treturn macroEntry;\\n\\t}\\n\\treturn undefined;\\n};\\n\\nfunction getInfoFromRule(rule) {\\n\\t// Get all the details of the match\\n\\tvar macroInfo = rule.nextCall;\\n\\tif (!macroInfo) {\\n\\t\\t// rule.match is used \u003Cv5.1.24\\n\\t\\tvar match = rule.match,\\n\\t\\t\\toffset = $tw.utils.skipWhiteSpace(match[0], match[1].length+2);\\n\\t\\tmacroInfo = {\\n\\t\\t\\tname: match[1],\\n\\t\\t\\tstart: rule.matchRegExp.lastIndex - match[0].length,\\n\\t\\t\\tend: rule.matchRegExp.lastIndex,\\n\\t\\t};\\n\\t\\tmacroInfo.params = parseParams(match[2], offset+macroInfo.start);\\n\\t}\\n\\treturn macroInfo;\\n};\\n\\nfunction mustBeAWidget(macro) {\\n\\tfor (var i = 0; i \u003C macro.params.length; i++) {\\n\\t\\tif (macro.params[i].type === \\\"macro\\\") {\\n\\t\\t\\treturn true;\\n\\t\\t}\\n\\t}\\n\\treturn false\\n};\\n\\n/**Given a macro object ({name:, params:, start: end:}), and the text where\\n * it was parsed from, returns a new macro that maintains any syntactic\\n * structuring.\\n */\\nfunction macroToString(macro, text, names, options) {\\n\\tif (mustBeAWidget(macro)) {\\n\\t\\tvar attrs = [];\\n\\t\\tfor (var i = 0; i \u003C macro.params.length; i++) {\\n\\t\\t\\tvar p = macro.params[i];\\n\\t\\t\\tvar val;\\n\\t\\t\\tif (p.newValue) {\\n\\t\\t\\t\\tval = p.newValue;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tval = utils.wrapAttributeValue(p.value);\\n\\t\\t\\t}\\n\\t\\t\\tattrs.push(\\\" \\\"+names[i]+\\\"=\\\"+val);\\n\\t\\t}\\n\\t\\treturn \\\"\u003C$macrocall $name=\\\"+utils.wrapAttributeValue(macro.name)+attrs.join('')+\\\"/>\\\";\\n\\t} else {\\n\\t\\treturn macroToStringMacro(macro, text, options);\\n\\t}\\n};\\n\\nfunction macroToStringMacro(macro, text, options) {\\n\\tvar builder = new Rebuilder(text, macro.start);\\n\\tfor (var i = 0; i \u003C macro.params.length; i++) {\\n\\t\\tvar param = macro.params[i];\\n\\t\\tif (param.newValue) {\\n\\t\\t\\tbuilder.add(param.newValue, param.start, param.end);\\n\\t\\t}\\n\\t}\\n\\treturn builder.results(macro.end);\\n};\\n\\n/** Returns -1 if param definitely isn't in macrocall.\\n */\\nfunction getParamIndexWithinMacrocall(parser, macroName, param, params, options) {\\n\\tvar index, i, anonsExist = false;\\n\\tfor (i = 0; i \u003C params.length; i++) {\\n\\t\\tvar name = params[i].name;\\n\\t\\tif (name === param) {\\n\\t\\t\\treturn i;\\n\\t\\t}\\n\\t\\tif (name === undefined) {\\n\\t\\t\\tanonsExist = true;\\n\\t\\t}\\n\\t}\\n\\tif (!anonsExist) {\\n\\t\\t// If no anonymous parameters are present, and we didn't find\\n\\t\\t// it among the named ones, it must not be there.\\n\\t\\treturn -1;\\n\\t}\\n\\tvar expectedIndex = indexOfParameterDef(parser, macroName, param, options);\\n\\t// We've got to skip over all the named parameter instances.\\n\\tif (expectedIndex >= 0) {\\n\\t\\tvar anonI = 0;\\n\\t\\tfor (i = 0; i \u003C params.length; i++) {\\n\\t\\t\\tif (params[i].name === undefined) {\\n\\t\\t\\t\\tif (anonI === expectedIndex) {\\n\\t\\t\\t\\t\\treturn i;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tanonI++;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tvar indexOfOther = indexOfParameterDef(parser, macroName, params[i].name, options);\\n\\t\\t\\t\\tif (indexOfOther \u003C expectedIndex) {\\n\\t\\t\\t\\t\\tanonI++;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn -1;\\n};\\n\\n// Looks up the definition of a macro, and figures out what the expected index\\n// is for the given parameter.\\nfunction indexOfParameterDef(parser, macroName, paramName, options) {\\n\\tvar def = parser.context.getMacroDefinition(macroName);\\n\\tif (def === undefined) {\\n\\t\\tthrow new CannotFindMacroDef();\\n\\t}\\n\\tvar params = def.params || [];\\n\\tfor (var i = 0; i \u003C params.length; i++) {\\n\\t\\tif (params[i].name === paramName) {\\n\\t\\t\\treturn i;\\n\\t\\t}\\n\\t}\\n\\treturn -1;\\n};\\n\\nfunction getParamNames(parser, macroName, params, options) {\\n\\tvar used = Object.create(null);\\n\\tvar rtn = new Array(params.length);\\n\\tvar anonsExist = false;\\n\\tvar i;\\n\\tfor (i = 0; i \u003C params.length; i++) {\\n\\t\\tvar name = params[i].name;\\n\\t\\tif (name) {\\n\\t\\t\\trtn[i] = name;\\n\\t\\t\\tused[name] = true;\\n\\t\\t} else {\\n\\t\\t\\tanonsExist = true;\\n\\t\\t}\\n\\t}\\n\\tif (anonsExist) {\\n\\t\\tvar def = parser.context.getMacroDefinition(macroName);\\n\\t\\tif (def === undefined) {\\n\\t\\t\\t// If there are anonymous parameters, and we can't\\n\\t\\t\\t// find the definition, then we can't hope to create\\n\\t\\t\\t// a widget.\\n\\t\\t\\treturn undefined;\\n\\t\\t}\\n\\t\\tvar defParams = def.params || [];\\n\\t\\tvar defPtr = 0;\\n\\t\\tfor (i = 0; i \u003C params.length; i++) {\\n\\t\\t\\tif (rtn[i] === undefined) {\\n\\t\\t\\t\\twhile(defPtr \u003C defParams.length && used[defParams[defPtr].name]) {\\n\\t\\t\\t\\t\\tdefPtr++;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tif (defPtr >= defParams.length) {\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\trtn[i] = defParams[defPtr].name;\\n\\t\\t\\t\\tused[defParams[defPtr].name] = true;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn rtn;\\n};\\n\\nfunction parseParams(paramString, pos) {\\n\\tvar params = [],\\n\\t\\treParam = /\\\\s*(?:([A-Za-z0-9\\\\-_]+)\\\\s*:)?(?:\\\\s*(?:\\\"\\\"\\\"([\\\\s\\\\S]*?)\\\"\\\"\\\"|\\\"([^\\\"]*)\\\"|'([^']*)'|\\\\[\\\\[([^\\\\]]*)\\\\]\\\\]|([^\\\"'\\\\s]+)))/mg,\\n\\t\\tparamMatch = reParam.exec(paramString);\\n\\twhile(paramMatch) {\\n\\t\\t// Process this parameter\\n\\t\\tvar paramInfo = { };\\n\\t\\t// We need to find the group match that isn't undefined.\\n\\t\\tfor (var i = 2; i \u003C= 6; i++) {\\n\\t\\t\\tif (paramMatch[i] !== undefined) {\\n\\t\\t\\t\\tparamInfo.value = paramMatch[i];\\n\\t\\t\\t\\tbreak;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tif(paramMatch[1]) {\\n\\t\\t\\tparamInfo.name = paramMatch[1];\\n\\t\\t}\\n\\t\\t//paramInfo.start = pos;\\n\\t\\tparamInfo.end = reParam.lastIndex + pos;\\n\\t\\tparams.push(paramInfo);\\n\\t\\t// Find the next match\\n\\t\\tparamMatch = reParam.exec(paramString);\\n\\t}\\n\\treturn params;\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrodef.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrodef.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles pragma macro definitions. Except we only update placeholder macros\\nthat we may have previously install.\\n\\n\\\\define relink-?() Tough title\\n\\n\\\\*/\\n\\nvar utils = require(\\\"$:/plugins/flibbles/relink/js/utils\\\");\\nvar VariableContext = utils.getContext('variable');\\n\\nexports.name = \\\"macrodef\\\";\\n\\nexports.report = function(text, callback, options) {\\n\\tvar setParseTreeNode = this.parse(),\\n\\t\\tm = this.match,\\n\\t\\tname = m[1];\\n\\tthis.parser.context = new VariableContext(this.parser.context, setParseTreeNode[0]);\\n\\t// Parse set the pos pointer, but we don't want to skip the macro body.\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tvar endMatch = getBodyMatch(text, this.parser.pos, m[3]);\\n\\tif (endMatch) {\\n\\t\\tvar value = endMatch[2],\\n\\t\\t\\thandler = utils.getType(getActiveType(name, m[2]) || 'wikitext');\\n\\t\\tif (handler) {\\n\\t\\t\\tvar entry = handler.report(value, function(title, blurb) {\\n\\t\\t\\t\\tvar macroStr = '\\\\\\\\define ' + name + '()';\\n\\t\\t\\t\\tif (blurb) {\\n\\t\\t\\t\\t\\tmacroStr += ' ' + blurb;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tcallback(title, macroStr);\\n\\t\\t\\t}, options);\\n\\t\\t}\\n\\t\\tthis.parser.pos = endMatch.index + endMatch[0].length;\\n\\t}\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar setParseTreeNode = this.parse(),\\n\\t\\tentry,\\n\\t\\tm = this.match,\\n\\t\\tname = m[1],\\n\\t\\tparams = m[2],\\n\\t\\tmultiline = m[3];\\n\\tthis.parser.context = new VariableContext(this.parser.context, setParseTreeNode[0]);\\n\\t// Parse set the pos pointer, but we don't want to skip the macro body.\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tvar endMatch = getBodyMatch(text, this.parser.pos, multiline);\\n\\tif (endMatch) {\\n\\t\\tvar value = endMatch[2],\\n\\t\\t\\ttype = getActiveType(name, params),\\n\\t\\t\\thandler = utils.getType(type || 'wikitext');\\n\\t\\tif (handler) {\\n\\t\\t\\t// If this is an active relink placeholder, then let's remember it\\n\\t\\t\\tif (type && options.placeholder) {\\n\\t\\t\\t\\toptions.placeholder.registerExisting(name, value);\\n\\t\\t\\t}\\n\\t\\t\\t// Relink the contents\\n\\t\\t\\tentry = handler.relink(value, fromTitle, toTitle, options);\\n\\t\\t\\tif (entry && entry.output) {\\n\\t\\t\\t\\tentry.output = m[0] + endMatch[1] + entry.output + endMatch[0];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tthis.parser.pos = endMatch.index + endMatch[0].length;\\n\\t}\\n\\treturn entry;\\n};\\n\\n// Return another match for the body, but tooled uniquely\\n// m[1] = whitespace before body\\n// m[2] = body\\n// m.index + m[0].length -> end of match\\nfunction getBodyMatch(text, pos, isMultiline) {\\n\\tvar whitespace,\\n\\t\\tvalueRegExp;\\n\\tif (isMultiline) {\\n\\t\\tvalueRegExp = /\\\\r?\\\\n\\\\\\\\end[^\\\\S\\\\n\\\\r]*(?:\\\\r?\\\\n|$)/mg;\\n\\t\\twhitespace = '';\\n\\t} else {\\n\\t\\tvalueRegExp = /(?:\\\\r?\\\\n|$)/mg;\\n\\t\\tvar newPos = $tw.utils.skipWhiteSpace(text, pos);\\n\\t\\twhitespace = text.substring(pos, newPos);\\n\\t\\tpos = newPos;\\n\\t}\\n\\tvalueRegExp.lastIndex = pos;\\n\\tvar match = valueRegExp.exec(text);\\n\\tif (match) {\\n\\t\\tmatch[1] = whitespace;\\n\\t\\tmatch[2] = text.substring(pos, match.index);\\n\\t}\\n\\treturn match;\\n};\\n\\nfunction getActiveType(macroName, parameters) {\\n\\tvar placeholder = /^relink-(?:(\\\\w+)-)?\\\\d+$/.exec(macroName);\\n\\t// normal macro or special placeholder?\\n\\tif (placeholder && parameters === '') {\\n\\t\\treturn placeholder[1] || 'title';\\n\\t}\\n\\treturn undefined;\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles replacement in wiki text inline rules, like,\\n\\n[[Introduction]]\\n\\n[[link description|TiddlerTitle]]\\n\\n\\\\*/\\n\\nvar utils = require(\\\"./utils.js\\\");\\n\\nexports.name = \\\"prettylink\\\";\\n\\nexports.report = function(text, callback, options) {\\n\\tvar text = this.match[1],\\n\\t\\tlink = this.match[2] || text;\\n\\tif (!$tw.utils.isLinkExternal(link)) {\\n\\t\\tcallback(link, '[[' + text + ']]');\\n\\t}\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tvar caption, m = this.match;\\n\\tif (m[2] === fromTitle) {\\n\\t\\t// format is [[caption|MyTiddler]]\\n\\t\\tcaption = m[1];\\n\\t} else if (m[2] !== undefined || m[1] !== fromTitle) {\\n\\t\\t// format is [[MyTiddler]], and it doesn't match\\n\\t\\treturn undefined;\\n\\t}\\n\\tvar entry = { output: utils.makePrettylink(this.parser, toTitle, caption) };\\n\\tif (entry.output === undefined) {\\n\\t\\tentry.impossible = true;\\n\\t}\\n\\treturn entry;\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/relink.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/relink.js\",\"text\":\"/*\\\\\\nmodule-type: wikirule\\n\\nThis defines the \\\\relink inline pragma used to locally declare\\nrelink rules for macros.\\n\\nIt takes care of providing its own relink and report rules.\\n\\n\\\\*/\\n\\nvar utils = require('$:/plugins/flibbles/relink/js/utils.js');\\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\\n\\nexports.name = \\\"relink\\\";\\nexports.types = {pragma: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\tthis.matchRegExp = /^\\\\\\\\relink[^\\\\S\\\\n]+([^(\\\\s]+)([^\\\\r\\\\n]*)(\\\\r?\\\\n)?/mg;\\n};\\n\\n/**This makes the widget that the macro library will later parse to determine\\n * new macro relink state.\\n *\\n * It's a \u003C$set> widget so it can appear BEFORE \\\\define pragma and not\\n * prevent that pragma from being scooped up by importvariables.\\n * (importvariables stops scooping as soon as it sees something besides $set) */\\nexports.parse = function() {\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tvar macroName;\\n\\tvar macroParams = Object.create(null);\\n\\tvar error = undefined;\\n\\tvar rtn = [];\\n\\tvar self = this;\\n\\tthis.interpretSettings(function(macro, parameter, type) {\\n\\t\\tmacroName = macro;\\n\\t\\tif (type && !utils.getType(type)) {\\n\\t\\t\\terror = language.getString(\\\"Error/UnrecognizedType\\\",\\n\\t\\t\\t\\t{variables: {type: type}, wiki: self.parser.wiki});\\n\\t\\t}\\n\\t\\tmacroParams[parameter] = type;\\n\\t});\\n\\t// If no macroname. Return nothing, this rule will be ignored by parsers\\n\\tif (macroName) {\\n\\t\\tvar relink = Object.create(null);\\n\\t\\trelink[macroName] = macroParams;\\n\\t\\trtn.push({\\n\\t\\t\\ttype: \\\"set\\\",\\n\\t\\t\\tattributes: {\\n\\t\\t\\t\\tname: {type: \\\"string\\\", value: \\\"\\\"}\\n\\t\\t\\t},\\n\\t\\t\\tchildren: [],\\n\\t\\t\\tisMacroDefinition: true,\\n\\t\\t\\trelink: relink});\\n\\t}\\n\\tif (error) {\\n\\t\\trtn.push({\\n\\t\\t\\ttype: \\\"element\\\", tag: \\\"span\\\", attributes: {\\n\\t\\t\\t\\t\\\"class\\\": {\\n\\t\\t\\t\\t\\ttype: \\\"string\\\",\\n\\t\\t\\t\\t\\tvalue: \\\"tc-error tc-relink-error\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t}, children: [\\n\\t\\t\\t\\t{type: \\\"text\\\", text: error}\\n\\t\\t\\t]});\\n\\t}\\n\\treturn rtn;\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar parser = this.parser;\\n\\tvar currentTiddler = parser.context.widget.variables.currentTiddler.value;\\n\\tparser.pos = this.matchRegExp.lastIndex;\\n\\tthis.interpretSettings(function(macro, parameter, type) {\\n\\t\\toptions.settings.addSetting(parser.wiki, macro, parameter, type, currentTiddler);\\n\\t});\\n\\t// Return nothing, because this rule is ignored by the parser\\n\\treturn undefined;\\n};\\n\\nexports.interpretSettings = function(block) {\\n\\tvar paramString = this.match[2];\\n\\tif (paramString !== \\\"\\\") {\\n\\t\\tvar macro = this.match[1];\\n\\t\\tvar reParam = /\\\\s*([A-Za-z0-9\\\\-_]+)(?:\\\\s*:\\\\s*([^\\\\s]+))?/mg;\\n\\t\\tvar paramMatch = reParam.exec(paramString);\\n\\t\\twhile (paramMatch) {\\n\\t\\t\\tvar parameter = paramMatch[1];\\n\\t\\t\\tvar type = paramMatch[2];\\n\\t\\t\\tblock(macro, parameter, type);\\n\\t\\t\\tparamMatch = reParam.exec(paramString);\\n\\t\\t}\\n\\t}\\n};\\n\",\"module-type\":\"wikirule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/rules.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/rules.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nParses and acknowledges any pragma rules a tiddler has.\\n\\n\\\\rules except html wikilink\\n\\n\\\\*/\\n\\nexports.name = \\\"rules\\\";\\n\\n/**This is all we have to do. The rules rule doesn't parse. It just amends\\n * the rules, which is exactly what I want it to do too.\\n * It also takes care of moving the pos pointer forward.\\n */\\nexports.relink = function() {\\n\\tthis.parse();\\n\\treturn undefined;\\n};\\n\\n// Same deal\\nexports.report = exports.relink;\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/syslink.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/syslink.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles sys links\\n\\n$:/sys/link\\n\\nbut not:\\n\\n~$:/sys/link\\n\\n\\\\*/\\n\\nvar utils = require(\\\"./utils.js\\\");\\n\\nexports.name = \\\"syslink\\\";\\n\\nexports.report = function(text, callback, options) {\\n\\tvar title = this.match[0];\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tif (title[0] !== \\\"~\\\") {\\n\\t\\tcallback(title, '~' + title);\\n\\t}\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar entry = undefined;\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tif (this.match[0] === fromTitle && this.match[0][0] !== \\\"~\\\") {\\n\\t\\tentry = {output: this.makeSyslink(toTitle, options)};\\n\\t\\tif (entry.output === undefined) {\\n\\t\\t\\tentry.impossible = true;\\n\\t\\t}\\n\\t}\\n\\treturn entry;\\n};\\n\\nexports.makeSyslink = function(title, options) {\\n\\tvar match = title.match(this.matchRegExp);\\n\\tif (match && match[0] === title && title[0] !== \\\"~\\\") {\\n\\t\\treturn title;\\n\\t} else {\\n\\t\\treturn utils.makePrettylink(this.parser, title);\\n\\t}\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/transclude.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/transclude.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles replacement of transclusions in wiki text like,\\n\\n{{RenamedTiddler}}\\n{{RenamedTiddler||TemplateTitle}}\\n\\nThis renames both the tiddler and the template field.\\n\\n\\\\*/\\n\\nvar refHandler = require(\\\"$:/plugins/flibbles/relink/js/fieldtypes/reference\\\");\\nvar utils = require(\\\"./utils.js\\\");\\n\\nexports.name = ['transcludeinline', 'transcludeblock'];\\n\\nexports.report = function(text, callback, options) {\\n\\tvar m = this.match,\\n\\t\\trefString = $tw.utils.trim(m[1]),\\n\\t\\tref = parseTextReference(refString);\\n\\t\\ttemplate = $tw.utils.trim(m[2]);\\n\\tif (ref.title) {\\n\\t\\tvar suffix = '';\\n\\t\\tif (ref.index) {\\n\\t\\t\\tsuffix = '##' + ref.index;\\n\\t\\t} else if (ref.field) {\\n\\t\\t\\tsuffix = '!!' + ref.field;\\n\\t\\t}\\n\\t\\tif (template) {\\n\\t\\t\\tsuffix = suffix + '||' + template;\\n\\t\\t}\\n\\t\\tcallback(ref.title, '{{' + suffix + '}}')\\n\\t}\\n\\tif (template) {\\n\\t\\tcallback(template, '{{' + refString + '||}}');\\n\\t}\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar m = this.match,\\n\\t\\treference = parseTextReference(m[1]),\\n\\t\\ttemplate = m[2],\\n\\t\\tentry = undefined,\\n\\t\\tmodified = false;\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tif ($tw.utils.trim(reference.title) === fromTitle) {\\n\\t\\t// preserve user's whitespace\\n\\t\\treference.title = reference.title.replace(fromTitle, toTitle);\\n\\t\\tmodified = true;\\n\\t}\\n\\tif ($tw.utils.trim(template) === fromTitle) {\\n\\t\\ttemplate = template.replace(fromTitle, toTitle);\\n\\t\\tmodified = true;\\n\\t}\\n\\tif (modified) {\\n\\t\\tvar output = this.makeTransclude(this.parser, reference, template);\\n\\t\\tif (output) {\\n\\t\\t\\t// Adding any newline that might have existed is\\n\\t\\t\\t// what allows this relink method to work for both\\n\\t\\t\\t// the block and inline filter wikitext rule.\\n\\t\\t\\tentry = {output: output + utils.getEndingNewline(m[0])};\\n\\t\\t} else {\\n\\t\\t\\tentry = {impossible: true}\\n\\t\\t}\\n\\t}\\n\\treturn entry;\\n};\\n\\n// I have my own because the core one is deficient for my needs.\\nfunction parseTextReference(textRef) {\\n\\t// Separate out the title, field name and/or JSON indices\\n\\tvar reTextRef = /^([\\\\w\\\\W]*?)(?:!!(\\\\S[\\\\w\\\\W]*)|##(\\\\S[\\\\w\\\\W]*))?$/g;\\n\\t\\tmatch = reTextRef.exec(textRef),\\n\\t\\tresult = {};\\n\\tif(match) {\\n\\t\\t// Return the parts\\n\\t\\tresult.title = match[1];\\n\\t\\tresult.field = match[2];\\n\\t\\tresult.index = match[3];\\n\\t} else {\\n\\t\\t// If we couldn't parse it\\n\\t\\tresult.title = textRef\\n\\t}\\n\\treturn result;\\n};\\n\\n/** This converts a reference and a template into a string representation\\n * of a transclude.\\n */\\nexports.makeTransclude = function(parser, reference, template) {\\n\\tvar rtn;\\n\\tif (!canBePrettyTemplate(template)) {\\n\\t\\tvar widget = utils.makeWidget(parser, '$transclude', {\\n\\t\\t\\ttiddler: $tw.utils.trim(template),\\n\\t\\t\\tfield: reference.field,\\n\\t\\t\\tindex: reference.index});\\n\\t\\tif (reference.title && widget !== undefined) {\\n\\t\\t\\trtn = utils.makeWidget(parser, '$tiddler', {tiddler: $tw.utils.trim(reference.title)}, widget);\\n\\t\\t} else {\\n\\t\\t\\trtn = widget;\\n\\t\\t}\\n\\t} else if (!canBePrettyTitle(reference.title)) {\\n\\t\\t// This block and the next account for the 1%...\\n\\t\\tvar reducedRef = {field: reference.field, index: reference.index};\\n\\t\\trtn = utils.makeWidget(parser, '$tiddler', {tiddler: $tw.utils.trim(reference.title)}, prettyTransclude(reducedRef, template));\\n\\t} else {\\n\\t\\t// This block takes care of 99% of all cases\\n\\t\\trtn = prettyTransclude(reference, template);\\n\\t}\\n\\treturn rtn;\\n};\\n\\nfunction canBePrettyTitle(value) {\\n\\treturn refHandler.canBePretty(value) && canBePrettyTemplate(value);\\n};\\n\\nfunction canBePrettyTemplate(value) {\\n\\treturn !value || (value.indexOf('}') \u003C 0 && value.indexOf('{') \u003C 0 && value.indexOf('|') \u003C 0);\\n};\\n\\nfunction prettyTransclude(textReference, template) {\\n\\tif (typeof textReference !== \\\"string\\\") {\\n\\t\\ttextReference = refHandler.toString(textReference);\\n\\t}\\n\\tif (!textReference) {\\n\\t\\ttextReference = '';\\n\\t}\\n\\tif (template !== undefined) {\\n\\t\\treturn \\\"{{\\\"+textReference+\\\"||\\\"+template+\\\"}}\\\";\\n\\t} else {\\n\\t\\treturn \\\"{{\\\"+textReference+\\\"}}\\\";\\n\\t}\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/utils.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/utils.js\",\"text\":\"/*\\\\\\nmodule-type: library\\n\\nUtility methods for the wikitext relink rules.\\n\\n\\\\*/\\n\\nexports.makeWidget = function(parser, tag, attributes, body) {\\n\\tif (!parser.context.allowWidgets()) {\\n\\t\\treturn undefined;\\n\\t}\\n\\tvar string = '\u003C' + tag;\\n\\tfor (var attr in attributes) {\\n\\t\\tvar value = attributes[attr];\\n\\t\\tif (value !== undefined) {\\n\\t\\t\\tvar quoted = exports.wrapAttributeValue(value);\\n\\t\\t\\tif (!quoted) {\\n\\t\\t\\t\\tif (!parser.options.placeholder) {\\n\\t\\t\\t\\t\\t// It's not possible to make this widget\\n\\t\\t\\t\\t\\treturn undefined;\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tvar category = getPlaceholderCategory(parser.context, tag, attr);\\n\\t\\t\\t\\tquoted = '\u003C\u003C' + parser.placeholder.getPlaceholderFor(value, category) + '>>';\\n\\t\\t\\t}\\n\\t\\t\\tstring += ' ' + attr + '=' + quoted;\\n\\t\\t}\\n\\t}\\n\\tif (body !== undefined) {\\n\\t\\tstring += '>' + body + '\u003C/' + tag + '>';\\n\\t} else {\\n\\t\\tstring += '/>';\\n\\t}\\n\\treturn string;\\n};\\n\\nfunction getPlaceholderCategory(context, tag, attribute) {\\n\\tvar element = context.getAttribute(tag);\\n\\tvar rule = element && element[attribute];\\n\\t// titles go to relink-\\\\d\\n\\t// plaintext goes to relink-plaintext-\\\\d\\n\\t// because titles are way more common, also legacy\\n\\tif (rule === undefined) {\\n\\t\\treturn 'plaintext';\\n\\t} else {\\n\\t\\trule = rule.fields.text;\\n\\t\\tif (rule === 'title') {\\n\\t\\t\\trule = undefined;\\n\\t\\t}\\n\\t\\treturn rule;\\n\\t}\\n};\\n\\nexports.makePrettylink = function(parser, title, caption) {\\n\\tvar output;\\n\\tif (parser.context.allowPrettylinks() && canBePrettylink(title, caption)) {\\n\\t\\tif (caption !== undefined) {\\n\\t\\t\\toutput = \\\"[[\\\" + caption + \\\"|\\\" + title + \\\"]]\\\";\\n\\t\\t} else {\\n\\t\\t\\toutput = \\\"[[\\\" + title + \\\"]]\\\";\\n\\t\\t}\\n\\t} else if (caption !== undefined) {\\n\\t\\tvar safeCaption = sanitizeCaption(parser, caption);\\n\\t\\tif (safeCaption !== undefined) {\\n\\t\\t\\toutput = exports.makeWidget(parser, '$link', {to: title}, safeCaption);\\n\\t\\t}\\n\\t} else if (exports.shorthandPrettylinksSupported(parser.wiki)) {\\n\\t\\toutput = exports.makeWidget(parser, '$link', {to: title});\\n\\t} else if (parser.context.allowWidgets() && parser.placeholder) {\\n\\t\\t// If we don't have a caption, we must resort to\\n\\t\\t// placeholders anyway to prevent link/caption desync\\n\\t\\t// from later relinks.\\n\\t\\t// It doesn't matter whether the tiddler is quotable.\\n\\t\\tvar ph = parser.placeholder.getPlaceholderFor(title);\\n\\t\\toutput = \\\"\u003C$link to=\u003C\u003C\\\"+ph+\\\">>>\u003C$text text=\u003C\u003C\\\"+ph+\\\">>/>\u003C/$link>\\\";\\n\\t}\\n\\treturn output;\\n};\\n\\n/**In version 5.1.20, Tiddlywiki made it so \u003C$link to\\\"something\\\" /> would\\n * use \\\"something\\\" as a caption. This is preferable. However, Relink works\\n * going back to 5.1.14, so we need to have different handling for both\\n * cases.\\n */\\nvar _supported;\\nexports.shorthandPrettylinksSupported = function(wiki) {\\n\\tif (_supported === undefined) {\\n\\t\\tvar test = wiki.renderText(\\\"text/plain\\\", \\\"text/vnd.tiddlywiki\\\", \\\"\u003C$link to=test/>\\\");\\n\\t\\t_supported = (test === \\\"test\\\");\\n\\t}\\n\\treturn _supported;\\n};\\n\\n/**Return true if value can be used inside a prettylink.\\n */\\nfunction canBePrettylink(value, customCaption) {\\n\\treturn value.indexOf(\\\"]]\\\") \u003C 0 && value[value.length-1] !== ']' && (customCaption !== undefined || value.indexOf('|') \u003C 0);\\n};\\n\\nfunction sanitizeCaption(parser, caption) {\\n\\tvar plaintext = parser.wiki.renderText(\\\"text/plain\\\", \\\"text/vnd.tiddlywiki\\\", caption);\\n\\tif (plaintext === caption && caption.indexOf(\\\"\u003C/$link>\\\") \u003C= 0) {\\n\\t\\treturn caption;\\n\\t} else {\\n\\t\\treturn exports.makeWidget(parser, '$text', {text: caption});\\n\\t}\\n};\\n\\n/**Finds an appropriate quote mark for a given value.\\n *\\n *Tiddlywiki doesn't have escape characters for attribute values. Instead,\\n * we just have to find the type of quotes that'll work for the given title.\\n * There exist titles that simply can't be quoted.\\n * If it can stick with the preference, it will.\\n *\\n * return: Returns the wrapped value, or undefined if it's impossible to wrap\\n */\\nexports.wrapAttributeValue = function(value, preference) {\\n\\tvar whitelist = [\\\"\\\", \\\"'\\\", '\\\"', '\\\"\\\"\\\"'];\\n\\tvar choices = {\\n\\t\\t\\\"\\\": function(v) {return !/([\\\\/\\\\s\u003C>\\\"'=])/.test(v) && v.length > 0; },\\n\\t\\t\\\"'\\\": function(v) {return v.indexOf(\\\"'\\\") \u003C 0; },\\n\\t\\t'\\\"': function(v) {return v.indexOf('\\\"') \u003C 0; },\\n\\t\\t'\\\"\\\"\\\"': function(v) {return v.indexOf('\\\"\\\"\\\"') \u003C 0 && v[v.length-1] != '\\\"';}\\n\\t};\\n\\tif (choices[preference] && choices[preference](value)) {\\n\\t\\treturn wrap(value, preference);\\n\\t}\\n\\tfor (var i = 0; i \u003C whitelist.length; i++) {\\n\\t\\tvar quote = whitelist[i];\\n\\t\\tif (choices[quote](value)) {\\n\\t\\t\\treturn wrap(value, quote);\\n\\t\\t}\\n\\t}\\n\\t// No quotes will work on this\\n\\treturn undefined;\\n};\\n\\n/**Like wrapAttribute value, except for macro parameters, not attributes.\\n *\\n * These are more permissive. Allows brackets,\\n * and slashes and '\u003C' in unquoted values.\\n */\\nexports.wrapParameterValue = function(value, preference) {\\n\\tvar whitelist = [\\\"\\\", \\\"'\\\", '\\\"', '[[', '\\\"\\\"\\\"'];\\n\\tvar choices = {\\n\\t\\t\\\"\\\": function(v) {return !/([\\\\s>\\\"'=])/.test(v); },\\n\\t\\t\\\"'\\\": function(v) {return v.indexOf(\\\"'\\\") \u003C 0; },\\n\\t\\t'\\\"': function(v) {return v.indexOf('\\\"') \u003C 0; },\\n\\t\\t\\\"[[\\\": canBePrettyOperand,\\n\\t\\t'\\\"\\\"\\\"': function(v) {return v.indexOf('\\\"\\\"\\\"') \u003C 0 && v[v.length-1] != '\\\"';}\\n\\t};\\n\\tif (choices[preference] && choices[preference](value)) {\\n\\t\\treturn wrap(value, preference);\\n\\t}\\n\\tfor (var i = 0; i \u003C whitelist.length; i++) {\\n\\t\\tvar quote = whitelist[i];\\n\\t\\tif (choices[quote](value)) {\\n\\t\\t\\treturn wrap(value, quote);\\n\\t\\t}\\n\\t}\\n\\t// No quotes will work on this\\n\\treturn undefined;\\n};\\n\\nfunction wrap(value, wrapper) {\\n\\tvar wrappers = {\\n\\t\\t\\\"\\\": function(v) {return v; },\\n\\t\\t\\\"'\\\": function(v) {return \\\"'\\\"+v+\\\"'\\\"; },\\n\\t\\t'\\\"': function(v) {return '\\\"'+v+'\\\"'; },\\n\\t\\t'\\\"\\\"\\\"': function(v) {return '\\\"\\\"\\\"'+v+'\\\"\\\"\\\"'; },\\n\\t\\t\\\"[[\\\": function(v) {return \\\"[[\\\"+v+\\\"]]\\\"; }\\n\\t};\\n\\tvar chosen = wrappers[wrapper];\\n\\tif (chosen) {\\n\\t\\treturn chosen(value);\\n\\t} else {\\n\\t\\treturn undefined;\\n\\t}\\n};\\n\\nfunction canBePrettyOperand(value) {\\n\\treturn value.indexOf(']') \u003C 0;\\n};\\n\\n/**Given some text, and a param or attribute within that text, this returns\\n * what type of quotation that attribute is using.\\n *\\n * param: An object in the form {end:, ...}\\n */\\nexports.determineQuote = function(text, param) {\\n\\tvar pos = param.end-1;\\n\\tif (text[pos] === \\\"'\\\") {\\n\\t\\treturn \\\"'\\\";\\n\\t}\\n\\tif (text[pos] === '\\\"') {\\n\\t\\tif (text.substr(pos-2, 3) === '\\\"\\\"\\\"') {\\n\\t\\t\\treturn '\\\"\\\"\\\"';\\n\\t\\t} else {\\n\\t\\t\\treturn '\\\"';\\n\\t\\t}\\n\\t}\\n\\tif (text.substr(pos-1,2) === ']]' && text.substr((pos-param.value.length)-3, 2) === '[[') {\\n\\t\\treturn \\\"[[\\\";\\n\\t}\\n\\treturn '';\\n};\\n\\n// Finds the newline at the end of a string and returns it. Empty string if\\n// none exists.\\nexports.getEndingNewline = function(string) {\\n\\tvar l = string.length;\\n\\tif (string[l-1] === '\\\\n') {\\n\\t\\treturn (string[l-2] === '\\\\r') ? \\\"\\\\r\\\\n\\\" : \\\"\\\\n\\\";\\n\\t}\\n\\treturn \\\"\\\";\\n};\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/wikilink.js\":{\"title\":\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/wikilink.js\",\"text\":\"/*\\\\\\nmodule-type: relinkwikitextrule\\n\\nHandles CamelCase links\\n\\nWikiLink\\n\\nbut not:\\n\\n~WikiLink\\n\\n\\\\*/\\n\\nvar utils = require(\\\"./utils.js\\\");\\n\\nexports.name = \\\"wikilink\\\";\\n\\nexports.report = function(text, callback, options) {\\n\\tvar title = this.match[0],\\n\\t\\tunlink = $tw.config.textPrimitives.unWikiLink;\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tif (title[0] !== unlink) {\\n\\t\\tcallback(title, unlink + title);\\n\\t}\\n};\\n\\nexports.relink = function(text, fromTitle, toTitle, options) {\\n\\tvar entry = undefined,\\n\\t\\ttitle = this.match[0];\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tif (title === fromTitle && title[0] !== $tw.config.textPrimitives.unWikiLink) {\\n\\t\\tentry = { output: this.makeWikilink(toTitle, options) };\\n\\t\\tif (entry.output === undefined) {\\n\\t\\t\\tentry.impossible = true;\\n\\t\\t}\\n\\t}\\n\\treturn entry;\\n};\\n\\nexports.makeWikilink = function(title, options) {\\n\\tif (title.match(this.matchRegExp) && title[0] !== $tw.config.textPrimitives.unWikiLink) {\\n\\t\\treturn title;\\n\\t} else {\\n\\t\\treturn utils.makePrettylink(this.parser, title);\\n\\t}\\n};\\n\",\"module-type\":\"relinkwikitextrule\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/settings.js\":{\"title\":\"$:/plugins/flibbles/relink/js/settings.js\",\"text\":\"/*\\\\\\nmodule-type: library\\n\\nThis handles the fetching and distribution of relink settings.\\n\\n\\\\*/\\n\\nvar utils = require('./utils');\\n\\n///// Legacy. You used to be able to access the type from utils.\\nexports.getType = utils.getType;\\n/////\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/utils.js\":{\"title\":\"$:/plugins/flibbles/relink/js/utils.js\",\"text\":\"/*\\\\\\nmodule-type: library\\n\\nUtility methods for relink.\\n\\n\\\\*/\\n\\nvar macroFilter = \\\"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\\";\\n\\n/**This works nearly identically to $tw.modules.getModulesByTypeAsHashmap\\n * except that this also takes care of migrating V1 relink modules.\\n */\\nexports.getModulesByTypeAsHashmap = function(moduleType, nameField) {\\n\\tvar results = Object.create(null);\\n\\t$tw.modules.forEachModuleOfType(moduleType, function(title, module) {\\n\\t\\tvar key = module[nameField];\\n\\t\\tif (key !== undefined) {\\n\\t\\t\\tresults[key] = module;\\n\\t\\t} else {\\n\\t\\t\\tfor (var entry in module) {\\n\\t\\t\\t\\tresults[entry] = {\\n\\t\\t\\t\\t\\trelink: module[entry],\\n\\t\\t\\t\\t\\treport: function() {}};\\n\\t\\t\\t}\\n\\t\\t}\\n\\t});\\n\\treturn results;\\n};\\n\\nexports.getTiddlerRelinkReferences = function(wiki, title, context) {\\n\\tvar tiddler = wiki.getTiddler(title),\\n\\t\\treferences = Object.create(null),\\n\\t\\toptions = {settings: context, wiki: wiki};\\n\\tif (tiddler) {\\n\\t\\ttry {\\n\\t\\t\\tfor (var relinker in getRelinkOperators()) {\\n\\t\\t\\t\\tgetRelinkOperators()[relinker].report(tiddler, function(title, blurb) {\\n\\t\\t\\t\\t\\treferences[title] = references[title] || [];\\n\\t\\t\\t\\t\\treferences[title].push(blurb);\\n\\t\\t\\t\\t}, options);\\n\\t\\t\\t}\\n\\t\\t} catch (e) {\\n\\t\\t\\tif (e.message) {\\n\\t\\t\\t\\te.message = e.message + \\\"\\\\nWhen reporting '\\\" + title + \\\"' Relink references\\\";\\n\\t\\t\\t}\\n\\t\\t\\tthrow e;\\n\\t\\t}\\n\\t}\\n\\treturn references;\\n};\\n\\n/** Returns a pair like this,\\n * { title: {field: entry, ... }, ... }\\n */\\nexports.getRelinkResults = function(wiki, fromTitle, toTitle, context, tiddlerList, options) {\\n\\toptions = options || {};\\n\\toptions.wiki = options.wiki || wiki;\\n\\tfromTitle = (fromTitle || \\\"\\\").trim();\\n\\ttoTitle = (toTitle || \\\"\\\").trim();\\n\\tvar changeList = Object.create(null);\\n\\tif(fromTitle && toTitle) {\\n\\t\\tif (tiddlerList === undefined) {\\n\\t\\t\\ttiddlerList = wiki.getRelinkableTitles();\\n\\t\\t}\\n\\t\\tfor (var i = 0; i \u003C tiddlerList.length; i++) {\\n\\t\\t\\tvar title = tiddlerList[i];\\n\\t\\t\\tvar tiddler = wiki.getTiddler(title);\\n\\t\\t\\tif(tiddler && !tiddler.fields[\\\"plugin-type\\\"]) {\\n\\t\\t\\t\\ttry {\\n\\t\\t\\t\\t\\tvar entries = Object.create(null),\\n\\t\\t\\t\\t\\t\\toperators = getRelinkOperators();\\n\\t\\t\\t\\t\\toptions.settings = new Contexts.tiddler(wiki, context, title);\\n\\t\\t\\t\\t\\tfor (var operation in operators) {\\n\\t\\t\\t\\t\\t\\toperators[operation].relink(tiddler, fromTitle, toTitle, entries, options);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tfor (var field in entries) {\\n\\t\\t\\t\\t\\t\\t// So long as there is one key,\\n\\t\\t\\t\\t\\t\\t// add it to the change list.\\n\\t\\t\\t\\t\\t\\tchangeList[title] = entries;\\n\\t\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t} catch (e) {\\n\\t\\t\\t\\t\\t// Should we test for instanceof Error instead?: yes\\n\\t\\t\\t\\t\\t// Does that work in the testing environment?: no\\n\\t\\t\\t\\t\\tif (e.message) {\\n\\t\\t\\t\\t\\t\\te.message = e.message + \\\"\\\\nWhen relinking '\\\" + title + \\\"'\\\";\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tthrow e;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn changeList;\\n};\\n\\nvar Contexts = $tw.modules.applyMethods('relinkcontext');\\n\\nexports.getContext = function(name) {\\n\\treturn Contexts[name];\\n};\\n\\nexports.getWikiContext = function(wiki) {\\n\\t// This gives a fresh context every time. It is up to the indexer or\\n\\t// the cache to preserve those contexts for as long as needed.\\n\\tvar whitelist = new Contexts.whitelist(wiki);\\n\\treturn new Contexts.import(wiki, whitelist, macroFilter);\\n};\\n\\n/** Returns the Relink indexer, or a dummy object which pretends to be one.\\n */\\nexports.getIndexer = function(wiki) {\\n\\tif (!wiki._relink_indexer) {\\n\\t\\twiki._relink_indexer = (wiki.getIndexer && wiki.getIndexer(\\\"RelinkIndexer\\\")) || new (require('$:/plugins/flibbles/relink/js/utils/backupIndexer.js'))(wiki);\\n\\t}\\n\\treturn wiki._relink_indexer;\\n};\\n\\n/**Relinking supports a cache that persists throughout a whole relink op.\\n * This is because the Tiddlywiki caches may get wiped multiple times\\n * throughout the course of a relink.\\n */\\nexports.getCacheForRun = function(options, cacheName, initializer) {\\n\\toptions.cache = options.cache || Object.create(null);\\n\\tif (!$tw.utils.hop(options.cache, cacheName)) {\\n\\t\\toptions.cache[cacheName] = initializer();\\n\\t}\\n\\treturn options.cache[cacheName];\\n};\\n\\n/**Returns a specific relinker.\\n * This is useful for wikitext rules which need to parse a filter or a list\\n */\\nexports.getType = function(name) {\\n\\tvar Handler = getFieldTypes()[name];\\n\\treturn Handler ? new Handler() : undefined;\\n};\\n\\nexports.getTypes = function() {\\n\\t// We don't return fieldTypes, because we don't want it modified,\\n\\t// and we need to filter out legacy names.\\n\\tvar rtn = Object.create(null);\\n\\tfor (var type in getFieldTypes()) {\\n\\t\\tvar typeObject = getFieldTypes()[type];\\n\\t\\trtn[typeObject.typeName] = typeObject;\\n\\t}\\n\\treturn rtn;\\n};\\n\\nexports.getDefaultType = function(wiki) {\\n\\tvar tiddler = wiki.getTiddler(\\\"$:/config/flibbles/relink/settings/default-type\\\");\\n\\tvar defaultType = tiddler && tiddler.fields.text;\\n\\t// make sure the default actually exists, otherwise default\\n\\treturn fieldTypes[defaultType] ? defaultType : \\\"title\\\";\\n};\\n\\nvar fieldTypes;\\n\\nfunction getFieldTypes() {\\n\\tif (!fieldTypes) {\\n\\t\\tfieldTypes = Object.create(null);\\n\\t\\t$tw.modules.forEachModuleOfType(\\\"relinkfieldtype\\\", function(title, exports) {\\n\\t\\t\\tfunction NewType() {};\\n\\t\\t\\tNewType.prototype = exports;\\n\\t\\t\\tNewType.typeName = exports.name;\\n\\t\\t\\tfieldTypes[exports.name] = NewType;\\n\\t\\t\\t// For legacy, if the NewType doesn't have a report method, we add one\\n\\t\\t\\tif (!exports.report) {\\n\\t\\t\\t\\texports.report = function() {};\\n\\t\\t\\t}\\n\\t\\t\\t// Also for legacy, some of the field types can go by other names\\n\\t\\t\\tif (exports.aliases) {\\n\\t\\t\\t\\t$tw.utils.each(exports.aliases, function(alias) {\\n\\t\\t\\t\\t\\tfieldTypes[alias] = NewType;\\n\\t\\t\\t\\t});\\n\\t\\t\\t}\\n\\t\\t});\\n\\t}\\n\\treturn fieldTypes;\\n}\\n\\nvar relinkOperators;\\n\\nfunction getRelinkOperators() {\\n\\tif (!relinkOperators) {\\n\\t\\trelinkOperators = exports.getModulesByTypeAsHashmap('relinkoperator', 'name');\\n\\t}\\n\\treturn relinkOperators;\\n};\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/utils/backupIndexer.js\":{\"title\":\"$:/plugins/flibbles/relink/js/utils/backupIndexer.js\",\"text\":\"/*\\\\\\nmodule-type: library\\n\\nThis is a backup indexer Relink uses if the real one is disabled, or we're\\n\u003CV5.1.23. It's not nearly as good, but it caches some.\\n\\n\\\\*/\\n\\n\\\"use strict\\\";\\n\\nvar utils = require(\\\"$:/plugins/flibbles/relink/js/utils.js\\\");\\nvar TiddlerContext = utils.getContext('tiddler');\\n\\n// This is the indexer we use if the current wiki doesn't support indexers.\\nfunction BackupIndexer(wiki) {\\n\\tthis.wiki = wiki;\\n};\\n\\nmodule.exports = BackupIndexer;\\n\\nBackupIndexer.prototype.lookup = function(title) {\\n\\treturn getCache(this.wiki).lookup[title];\\n};\\n\\nBackupIndexer.prototype.reverseLookup = function(title) {\\n\\tvar index = getCache(this.wiki);\\n\\tif (!index.reverse[title]) {\\n\\t\\tvar record = Object.create(null);\\n\\t\\tfor (var other in index.lookup) {\\n\\t\\t\\tif (index.lookup[other][title]) {\\n\\t\\t\\t\\trecord[other] = index.lookup[other][title];\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tindex.reverse[title] = record;\\n\\t}\\n\\treturn index.reverse[title];\\n};\\n\\n/* The backup indexer doesn't bother caching relink reports. It would always\\n * be called after a draft tiddler had changed, which would defeat the point.\\n */\\nBackupIndexer.prototype.relinkLookup = function(fromTitle, toTitle, options) {\\n\\tvar cache = getCache(this.wiki);\\n\\tif (cache.lastRelinkFrom === fromTitle && cache.lastRelinkTo === toTitle) {\\n\\t\\toptions.cache = cache.lastRelinkCache;\\n\\t\\treturn cache.lastRelink;\\n\\t}\\n\\tcache.lastRelink = utils.getRelinkResults(this.wiki, fromTitle, toTitle, cache.context, undefined, options);\\n\\tcache.lastRelinkFrom = fromTitle;\\n\\tcache.lastRelinkTo = toTitle;\\n\\tcache.lastRelinkCache = options.cache;\\n\\treturn cache.lastRelink;\\n};\\n\\nfunction getCache(wiki) {\\n\\treturn wiki.getGlobalCache('relink', function() {\\n\\t\\tvar tiddlerList = wiki.getRelinkableTitles();\\n\\t\\tvar index = Object.create(null);\\n\\t\\tvar wikiContext = utils.getWikiContext(wiki);\\n\\t\\tfor (var i = 0; i \u003C tiddlerList.length; i++) {\\n\\t\\t\\tvar title = tiddlerList[i];\\n\\t\\t\\tvar tiddler = wiki.getTiddler(title);\\n\\t\\t\\tif (tiddler && !tiddler.fields[\\\"plugin-type\\\"]) {\\n\\t\\t\\t\\tvar context = new TiddlerContext(wiki, wikiContext, title);\\n\\t\\t\\t\\tindex[title] = utils.getTiddlerRelinkReferences(wiki, title, context);\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\treturn {\\n\\t\\t\\tlookup: index,\\n\\t\\t\\treverse: Object.create(null),\\n\\t\\t\\tcontext: wikiContext};\\n\\t});\\n};\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/utils/entry.js\":{\"title\":\"$:/plugins/flibbles/relink/js/utils/entry.js\",\"text\":\"/*\\\\\\n\\nEntries are deprecated. Don't use them. These classes are here just so that\\nany 3rd party modules built for Relink V1 don't break.\\n\\nJust return an object like, {output: \\\"string\\\", impossible: true|undefined}\\n\\n\\\\*/\\n\\nfunction EntryNode() {\\n\\tthis.children = [];\\n};\\n\\nmodule.exports = EntryNode;\\n\\n/** PURE VIRTUAL\\n * EntryNode.prototype.report = function() -> [\\\"string\\\", ...]\\n */\\n\\nEntryNode.newType = function() {\\n\\treturn EntryNode;\\n};\\n\\nEntryNode.prototype.add = function(entry) {\\n\\tthis.children.push(entry);\\n};\\n\\nfunction EntryCollection() {\\n\\tthis.children = Object.create(null);\\n\\tthis.types = Object.create(null);\\n};\\n\\nEntryNode.newCollection = function(name) {\\n\\treturn EntryCollection;\\n};\\n\\n// Again. I reiterate. Don't use this. All this is just legacy support.\\nObject.defineProperty(EntryCollection, 'impossible', {\\n\\tget: function() {\\n\\t\\tvar imp = this._impossible;\\n\\t\\tthis.eachChild(function(child) { imp = imp || child.impossible; });\\n\\t\\treturn imp;\\n\\t},\\n\\tset: function(impossible) {\\n\\t\\tthis._impossible = true;\\n\\t}\\n});\\n\\nEntryCollection.prototype.eachChild = function(method) {\\n\\tfor (var child in this.children) {\\n\\t\\tmethod(this.children[child]);\\n\\t}\\n};\\n\\nEntryCollection.prototype.addChild = function(child, name, type) {\\n\\tthis.children[name] = child;\\n\\tthis.types[name] = type;\\n};\\n\\nEntryCollection.prototype.hasChildren = function() {\\n\\treturn Object.keys(this.children).length > 0;\\n};\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/utils/placeholder.js\":{\"title\":\"$:/plugins/flibbles/relink/js/utils/placeholder.js\",\"text\":\"/*\\\\\\n\\nA method which doles out placeholders when requested, and constructs\\nthe necessary supporting pragma when requested.\\n\\n\\\\*/\\n\\nvar utils = require('../utils');\\n\\nfunction Placeholder() {\\n\\tthis.placeholders = Object.create(null);\\n\\tthis.reverseMap = {};\\n\\tthis.used = Object.create(null);\\n};\\n\\nmodule.exports = Placeholder;\\n\\nPlaceholder.prototype.getPlaceholderFor = function(value, category) {\\n\\tthis.reverseMap[category] = this.reverseMap[category] || Object.create(null);\\n\\tvar placeholder = this.reverseMap[category][value];\\n\\tif (placeholder) {\\n\\t\\treturn placeholder;\\n\\t}\\n\\tvar config = (this.parser && this.parser.context) || utils.getWikiContext(this.parser.wiki);\\n\\tvar number = 0;\\n\\tvar prefix = \\\"relink-\\\"\\n\\tif (category && category !== \\\"title\\\") {\\n\\t\\t// I don't like \\\"relink-title-1\\\". \\\"relink-1\\\" should be for\\n\\t\\t// titles. lists, and filters can have descriptors though.\\n\\t\\tprefix += category + \\\"-\\\";\\n\\t}\\n\\tdo {\\n\\t\\tnumber += 1;\\n\\t\\tplaceholder = prefix + number;\\n\\t} while (config.getMacroDefinition(placeholder) || this.used[placeholder]);\\n\\tthis.placeholders[placeholder] = value;\\n\\tthis.reverseMap[category][value] = placeholder;\\n\\tthis.used[placeholder] = true;\\n\\treturn placeholder;\\n};\\n\\n// For registering placeholders that already existed\\nPlaceholder.prototype.registerExisting = function(key, value) {\\n\\tthis.reverseMap[value] = key;\\n\\tthis.used[key] = true;\\n};\\n\\nPlaceholder.prototype.getPreamble = function() {\\n\\tvar results = [];\\n\\tvar keys = Object.keys(this.placeholders);\\n\\tif (keys.length > 0) {\\n\\t\\tkeys.sort();\\n\\t\\tfor (var i = 0; i \u003C keys.length; i++) {\\n\\t\\t\\tvar name = keys[i];\\n\\t\\t\\tvar val = this.placeholders[name];\\n\\t\\t\\tresults.push(\\\"\\\\\\\\define \\\"+name+\\\"() \\\"+val+\\\"\\\\n\\\");\\n\\t\\t}\\n\\t}\\n\\treturn results.join('');\\n};\\n\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/utils/rebuilder.js\":{\"title\":\"$:/plugins/flibbles/relink/js/utils/rebuilder.js\",\"text\":\"/*\\\\\\n\\nThis helper class aids in reconstructing an existing string with new parts.\\n\\n\\\\*/\\n\\nfunction Rebuilder(text, start) {\\n\\tthis.text = text;\\n\\tthis.index = start || 0;\\n\\tthis.pieces = [];\\n};\\n\\nmodule.exports = Rebuilder;\\n\\n/**Pieces must be added consecutively.\\n * Start and end are the indices in the old string specifying where to graft\\n * in the new piece.\\n */\\nRebuilder.prototype.add = function(value, start, end) {\\n\\tthis.pieces.push(this.text.substring(this.index, start), value);\\n\\tthis.index = end;\\n};\\n\\nRebuilder.prototype.changed = function() {\\n\\treturn this.pieces.length > 0;\\n};\\n\\nRebuilder.prototype.results = function(end) {\\n\\tif (this.changed()) {\\n\\t\\tthis.pieces.push(this.text.substring(this.index, end));\\n\\t\\treturn this.pieces.join('');\\n\\t}\\n\\treturn undefined;\\n};\\n\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/js/wikimethods.js\":{\"title\":\"$:/plugins/flibbles/relink/js/wikimethods.js\",\"text\":\"/*\\\\\\nmodule-type: wikimethod\\n\\nIntroduces some utility methods used by Relink.\\n\\n\\\\*/\\n\\nvar utils = require(\\\"./utils.js\\\");\\n\\nexports.getTiddlerRelinkReferences = function(title) {\\n\\treturn utils.getIndexer(this).lookup(title);\\n};\\n\\nexports.getTiddlerRelinkBackreferences = function(title) {\\n\\treturn utils.getIndexer(this).reverseLookup(title);\\n};\\n\\nexports.getRelinkableTitles = function() {\\n\\tvar toUpdate = \\\"$:/config/flibbles/relink/to-update\\\";\\n\\tvar wiki = this;\\n\\treturn this.getCacheForTiddler(toUpdate, \\\"relink-toUpdate\\\", function() {\\n\\t\\tvar tiddler = wiki.getTiddler(toUpdate);\\n\\t\\tif (tiddler) {\\n\\t\\t\\treturn wiki.compileFilter(tiddler.fields.text);\\n\\t\\t} else {\\n\\t\\t\\treturn wiki.allTitles;\\n\\t\\t}\\n\\t})();\\n};\\n\",\"module-type\":\"wikimethod\",\"type\":\"application/javascript\"},\"$:/plugins/flibbles/relink/language/Buttons/Delete/Hint\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/Delete/Hint\",\"text\":\"delete\"},\"$:/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint\",\"text\":\"go to defining tiddler\"},\"$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Caption\",\"text\":\"add\"},\"$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Hint\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Hint\",\"text\":\"Specify a new widget/element attribute to be updated whenever a tiddler is renamed\"},\"$:/plugins/flibbles/relink/language/Buttons/NewField/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewField/Caption\",\"text\":\"add\"},\"$:/plugins/flibbles/relink/language/Buttons/NewField/Hint\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewField/Hint\",\"text\":\"Specify a new field to be updated whenever a tiddler is renamed\"},\"$:/plugins/flibbles/relink/language/Buttons/NewOperator/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewOperator/Caption\",\"text\":\"add\"},\"$:/plugins/flibbles/relink/language/Buttons/NewOperator/Hint\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewOperator/Hint\",\"text\":\"Specify a new filter operator to be considered whenever a tiddler is renamed\"},\"$:/plugins/flibbles/relink/language/Buttons/NewParameter/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewParameter/Caption\",\"text\":\"add\"},\"$:/plugins/flibbles/relink/language/Buttons/NewParameter/Hint\":{\"title\":\"$:/plugins/flibbles/relink/language/Buttons/NewParameter/Hint\",\"text\":\"Specify a new macro parameter to be updated whenever a tiddler is renamed\"},\"$:/plugins/flibbles/relink/language/Error/InvalidAttributeName\":{\"title\":\"$:/plugins/flibbles/relink/language/Error/InvalidAttributeName\",\"text\":\"Illegal characters in attribute name \\\"\u003C$text text=\u003C\u003CattributeName>>/>\\\". Attributes cannot contain slashes ('/'), closing angle or square brackets ('>' or ']'), quotes or apostrophes ('\\\"' or \\\"'\\\"), equals ('='), or whitespace\"},\"$:/plugins/flibbles/relink/language/Error/InvalidElementName\":{\"title\":\"$:/plugins/flibbles/relink/language/Error/InvalidElementName\",\"text\":\"Illegal characters in element/widget name \\\"\u003C$text text=\u003C\u003CelementName>>/>\\\". Element tags can only contain letters and the characters hyphen (`-`) and dollar sign (`$`)\"},\"$:/plugins/flibbles/relink/language/Error/InvalidMacroName\":{\"title\":\"$:/plugins/flibbles/relink/language/Error/InvalidMacroName\",\"text\":\"Illegal characters in macro name \\\"\u003C$text text=\u003C\u003CmacroName>>/>\\\". Macros cannot contain whitespace\"},\"$:/plugins/flibbles/relink/language/Error/InvalidParameterName\":{\"title\":\"$:/plugins/flibbles/relink/language/Error/InvalidParameterName\",\"text\":\"Illegal characters in parameter name \\\"\u003C$text text=\u003C\u003CparameterName>>/>\\\". Parameters can only contain letters, digits, and the characters underscore (`_`) and hyphen (`-`)\"},\"$:/plugins/flibbles/relink/language/Error/RelinkFilterOperator\":{\"title\":\"$:/plugins/flibbles/relink/language/Error/RelinkFilterOperator\",\"text\":\"Filter Error: Unknown suffix for the 'relink' filter operator\"},\"$:/plugins/flibbles/relink/language/Error/ReportFailedRelinks\":{\"title\":\"$:/plugins/flibbles/relink/language/Error/ReportFailedRelinks\",\"text\":\"Relink could not update '\u003C\u003Cfrom>>' to '\u003C\u003Cto>>' inside the following tiddlers:\"},\"$:/plugins/flibbles/relink/language/Error/UnrecognizedType\":{\"title\":\"$:/plugins/flibbles/relink/language/Error/UnrecognizedType\",\"text\":\"Relink parse error: Unrecognized field type '\u003C\u003Ctype>>'\"},\"$:/plugins/flibbles/relink/language/Help/Attributes\":{\"title\":\"$:/plugins/flibbles/relink/language/Help/Attributes\",\"text\":\"See the \u003Ca href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Attributes]]}}}>Attributes documentation page\u003C/a> for details.\"},\"$:/plugins/flibbles/relink/language/Help/Fields\":{\"title\":\"$:/plugins/flibbles/relink/language/Help/Fields\",\"text\":\"See the \u003Ca href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Fields]]}}}>Fields documentation page\u003C/a> for details.\"},\"$:/plugins/flibbles/relink/language/Help/Macros\":{\"title\":\"$:/plugins/flibbles/relink/language/Help/Macros\",\"text\":\"See the \u003Ca href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Macros]]}}}>Macros documentation page\u003C/a> for details.\"},\"$:/plugins/flibbles/relink/language/Help/Operators\":{\"title\":\"$:/plugins/flibbles/relink/language/Help/Operators\",\"text\":\"See the \u003Ca href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Operators]]}}}>Operators documentation page\u003C/a> for details.\"},\"$:/plugins/flibbles/relink/language/TiddlerInfo/References/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/TiddlerInfo/References/Caption\",\"text\":\"//Relink// References\"},\"$:/plugins/flibbles/relink/language/TiddlerInfo/References/Description\":{\"title\":\"$:/plugins/flibbles/relink/language/TiddlerInfo/References/Description\",\"text\":\"The following tiddlers contain fields, links, macros, transclusions, or widgets referencing this one:\"},\"$:/plugins/flibbles/relink/language/TiddlerInfo/References/Empty\":{\"title\":\"$:/plugins/flibbles/relink/language/TiddlerInfo/References/Empty\",\"text\":\"No tiddlers contain any fields, links, macros, transclusions, or widgets referencing this one\"},\"$:/plugins/flibbles/relink/language/ui/Attributes/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/ui/Attributes/Caption\",\"text\":\"Attributes\"},\"$:/plugins/flibbles/relink/language/ui/Fields/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/ui/Fields/Caption\",\"text\":\"Fields\"},\"$:/plugins/flibbles/relink/language/ui/Macros/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/ui/Macros/Caption\",\"text\":\"Macros\"},\"$:/plugins/flibbles/relink/language/ui/Operators/Caption\":{\"title\":\"$:/plugins/flibbles/relink/language/ui/Operators/Caption\",\"text\":\"Operators\"},\"$:/plugins/flibbles/relink/license\":{\"title\":\"$:/plugins/flibbles/relink/license\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Ca href={{$:/plugins/flibbles/relink!!demo}}>Relink Plugin\u003C/a> Copyright (c) 2019-\u003C\u003Cnow YYYY>> Cameron Fischer\\n\\n[[BSD 3-Clause License|https://raw.githubusercontent.com/flibbles/tw5-relink/master/LICENSE]]\\n\"},\"$:/plugins/flibbles/relink/readme\":{\"title\":\"$:/plugins/flibbles/relink/readme\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"When renaming a tiddler, Relink can update the fields, filters, and widgets\\nof all other tiddlers. However, it works through whitelisting.\\n\\nIt's already configured to update tiddler titles for all core widgets, filters,\\nand fields, but the whitelists can be customized for each of this in the\\nconfiguration panel.\\n\\nSee \u003Ca href={{$:/plugins/flibbles/relink!!source}}>the tw5-relink website\u003C/a> for more details and examples.\\n\"},\"$:/plugins/flibbles/relink/ui/ListItemTemplate\":{\"title\":\"$:/plugins/flibbles/relink/ui/ListItemTemplate\",\"text\":\"\u003C$set\\n\\tname=\\\"classes\\\"\\n\\tfilter=\\\"[\u003ClistItem>relink:impossible\u003CtoTitle>]\\\"\\n\\tvalue=\\\"tc-menu-list-item tc-relink-impossible\\\"\\n\\temptyValue=\\\"tc-menu-list-item\\\">\\n\u003Cdiv class=\u003C\u003Cclasses>>>\\n\u003C$link to=\u003C\u003ClistItem>>>\u003C$text text=\u003C\u003ClistItem>> />\u003C/$link>\\n\u003C/div>\\n\u003C/$set>\\n\"},\"$:/plugins/flibbles/relink/ui/TiddlerInfo/References\":{\"title\":\"$:/plugins/flibbles/relink/ui/TiddlerInfo/References\",\"caption\":\"{{$:/plugins/flibbles/relink/language/TiddlerInfo/References/Caption}}\",\"tags\":\"$:/tags/TiddlerInfo\",\"text\":\"\\\\define lingo-base() $:/plugins/flibbles/relink/language/TiddlerInfo/\\n\\\\define filter() [all[current]relink:backreferences[]!title[$:/StoryList]!prefix[$:/temp/]sort[title]]\\n\u003C$list filter=\\\"[subfilter\u003Cfilter>first[]]\\\">\\n\\n\u003C\u003Clingo References/Description>>\\n\u003C/$list>\\n\\n\u003Ctable class=\\\"tc-relink-references-table\\\">\\n\u003Ctbody>\\n\u003C$list filter=\u003C\u003Cfilter>> emptyMessage=\u003C\u003Clingo References/Empty>> variable=\\\"listItem\\\" template=\\\"$:/plugins/flibbles/relink/ui/TiddlerInfo/ReferencesTemplate\\\" />\\n\u003C/tbody>\\n\u003C/table>\\n\"},\"$:/plugins/flibbles/relink/ui/TiddlerInfo/ReferencesTemplate\":{\"title\":\"$:/plugins/flibbles/relink/ui/TiddlerInfo/ReferencesTemplate\",\"text\":\"\u003Ctr class=\\\"tc-relink-references\\\">\\n\u003Ctd class=\\\"tc-relink-references-title\\\">\\n\u003C$link to=\u003C\u003ClistItem>>/>\\n\u003C/td>\\n\u003Ctd class=\\\"tc-relink-references-report\\\">\\n\u003C$list filter=\\\"[\u003ClistItem>relink:report\u003CcurrentTiddler>]\\\">\\n\\n\u003C$text text=\u003C\u003CcurrentTiddler>> />\\n\u003C/$list>\\n\\n\u003C/td>\\n\u003C/tr>\\n\"},\"$:/plugins/flibbles/relink/ui/components/button-delete\":{\"title\":\"$:/plugins/flibbles/relink/ui/components/button-delete\",\"text\":\"\\\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\\n\\\\define prefix() $:/config/flibbles/relink/\\n\\n\u003C$list filter=\\\"[all[current]prefix\u003Cprefix>]\\\" >\\n\u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{$:/plugins/flibbles/relink/language/Buttons/Delete/Hint}}>\u003C$list filter=\\\"[all[current]is[tiddler]]\\\">\\n\u003C$action-deletetiddler $tiddler=\u003C\u003CcurrentTiddler>> />\\n\u003C/$list>\u003C$list filter=\\\"[all[current]is[shadow]]\\\">\\n\u003C$action-setfield $tiddler=\u003C\u003CtiddlerName>> text=\\\"\\\" />\\n\u003C/$list>\\n{{$:/core/images/delete-button}}\\n\u003C/$button>\\n\u003C/$list>\u003C$list filter=\\\"[all[current]!prefix\u003Cprefix>]\\\">\\n\u003C$link>\u003C$button class=\\\"tc-btn-invisible\\\" tooltip={{$:/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint}}>{{$:/core/images/link}}\u003C/$button>\u003C/$link>\\n\u003C/$list>\\n\"},\"$:/plugins/flibbles/relink/ui/components/select-fieldtype\":{\"title\":\"$:/plugins/flibbles/relink/ui/components/select-fieldtype\",\"text\":\"\\\\define prefix() $:/config/flibbles/relink/\\n\\n\u003C$vars type={{{ [\u003Csignature>relink:type[]] }}} >\\n\u003C$list filter=\\\"[all[current]prefix\u003Cprefix>]\\\" >\\n\u003C$select tiddler=\u003C\u003CcurrentTiddler>> >\\n\u003C$list variable=\\\"option\\\" filter=\\\"[relink:types[]]\\\">\\n\u003Coption>\u003C$text text=\u003C\u003Coption>> />\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\u003C/$list>\u003C$list filter=\\\"[all[current]!prefix\u003Cprefix>]\\\">\\n\u003C$text text=\u003C\u003Ctype>> />\\n\u003C/$list>\\n\u003C/$vars>\\n\"},\"$:/plugins/flibbles/relink/ui/components/tables\":{\"title\":\"$:/plugins/flibbles/relink/ui/components/tables\",\"text\":\"\\\\define .make-table(title, plugin, default-table-state:yes)\\n\\n\u003C$list variable=\\\"render\\\" filter=\\\"[relink:signatures\u003C__plugin__>prefix\u003C__category__>first[]]\\\">\\n\u003C$set name=\\\"table-state\\\" value=\u003C\u003Cqualify \\\"\\\"\\\"$:/state/flibbles/relink/tables/$title$\\\"\\\"\\\">>>\\n\u003Ctr>\u003Cth class=\\\"tc-relink-header-plugin\\\" colspan=\u003C\u003Ccolumn-count>> >\\n\u003C$reveal type=\\\"nomatch\\\" state=\u003C\u003Ctable-state>> text=\\\"yes\\\" default=\\\"\\\"\\\"$default-table-state$\\\"\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\" set=\u003C\u003Ctable-state>> setTo=\\\"yes\\\">\\n{{$:/core/images/right-arrow}} ''$title$''\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" state=\u003C\u003Ctable-state>> text=\\\"yes\\\" default=\\\"\\\"\\\"$default-table-state$\\\"\\\"\\\">\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\" set=\u003C\u003Ctable-state>> setTo=\\\"no\\\">\\n{{$:/core/images/down-arrow}} ''$title$''\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/th>\u003C/tr>\\n\u003C$list\\n\\tvariable=\\\"signature\\\"\\n\\tfilter=\\\"[relink:signatures\u003C__plugin__>prefix\u003C__category__>sort[]]\\\">\\n\u003C$vars key={{{ [\u003Csignature>removeprefix\u003C__category__>removeprefix[/]] }}} >\\n\u003C$tiddler tiddler={{{[\u003Csignature>relink:source[]]}}} >\\n\u003C$reveal tag=\\\"tr\\\" type=\\\"match\\\" state=\u003C\u003Ctable-state>> text=\\\"yes\\\" default=\\\"\\\"\\\"$default-table-state$\\\"\\\"\\\">\\n\u003C$macrocall $name=\u003C\u003C__list-row-macro__>> signature=\u003C\u003Csignature>> />\\n\u003Ctd class=\\\"tc-relink-column-type\\\">{{||$:/plugins/flibbles/relink/ui/components/select-fieldtype}}\u003C/td>\\n\u003Ctd class=\\\"tc-relink-column-delete\\\">{{||$:/plugins/flibbles/relink/ui/components/button-delete}}\u003C/td>\\n\u003C/$reveal>\\n\u003C/$tiddler>\\n\u003C/$vars>\\n\u003C/$list>\\n\u003C/$set>\\n\u003C/$list>\\n\\\\end\\n\\n\\\\define tables(category, list-row-macro, header-list)\\n\u003C$vars\\n\\tcolumn-count={{{[enlist\u003C__header-list__>] [[DeleteColumn]] +[count[]]}}}>\\n\\n\u003Ctable class=\\\"tc-relink-whitelist\\\">\u003Ctbody>\\n\u003Ctr>\\n\u003C$list variable=\\\"header\\\" filter=\\\"[enlist\u003C__header-list__>butlast[]]\\\">\u003Cth>\u003C\u003Cheader>>\u003C/th>\u003C/$list>\\n\u003C!-- We have the last column extend into the delete/link column, which is unlabeled. -->\\n\u003Cth colspan=2>\u003C$text text={{{ [enlist\u003C__header-list__>last[]] }}} />\u003C/th>\\n\u003C/tr>\\n\\n\u003C\u003C.make-table Custom \\\"\\\" yes>>\\n\\n\u003C$list\\n\\tfilter=\\\"[plugin-type[plugin]![$:/core]![$:/plugins/flibbles/relink]]\\\">\\n\u003C$set name=\\\"subtitle\\\" value={{!!description}} emptyValue={{!!title}} >\\n\u003C$macrocall $name=\\\".make-table\\\" title=\u003C\u003Csubtitle>> plugin=\u003C\u003CcurrentTiddler>> />\\n\u003C/$set>\\n\u003C/$list>\\n\\n\u003C\u003C.make-table Core \\\"$:/plugins/flibbles/relink\\\">>\\n\\n\u003C/tbody>\u003C/table>\\n\u003C/$vars>\\n\\\\end\\n\"},\"$:/plugins/flibbles/relink/ui/configuration/Attributes\":{\"title\":\"$:/plugins/flibbles/relink/ui/configuration/Attributes\",\"caption\":\"{{$:/plugins/flibbles/relink/language/ui/Attributes/Caption}}\",\"tags\":\"$:/tags/flibbles/relink/Configuration\",\"text\":\"\\\\import $:/plugins/flibbles/relink/ui/components/tables\\n\\\\define prefix-attr() $:/config/flibbles/relink/attributes/\\n\\\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\\n\\\\define element-name-tiddler() $:/state/flibbles/relink/element-name\\n\\\\define attribute-name-tiddler() $:/state/flibbles/relink/attribute-name\\n\\n\\\\define row()\\n\u003C$set name=\\\"element\\\"\\n filter=\\\"[\u003Ckey>splitbefore[/]removesuffix[/]]\\\">\\n\u003C$set name=\\\"attribute\\\"\\n filter=\\\"[\u003Ckey>removeprefix\u003Celement>removeprefix[/]]\\\">\\n\u003Ctd>\u003C$text text=\u003C\u003Celement>> />\u003C/td>\\n\u003Ctd>\u003C$text text=\u003C\u003Cattribute>> />\u003C/td>\\n\u003C/$set>\u003C/$set>\\n\\\\end\\n\\\\define body()\\n\\n{{$:/plugins/flibbles/relink/language/Help/Attributes}}\\n\\n\u003Cem class=\\\"tc-edit\\\">Add a new attribute:\u003C/em>\\n\u003C$edit-text\\n\\ttiddler=\u003C\u003Celement-name-tiddler>>\\n\\ttag=\\\"input\\\"\\n\\tdefault=\\\"\\\"\\n\\tplaceholder=\\\"widget/element\\\" />\\n\u003C$edit-text\\n\\ttiddler=\u003C\u003Cattribute-name-tiddler>>\\n\\ttag=\\\"input\\\"\\n\\tdefault=\\\"\\\"\\n\\tplaceholder=\\\"attribute\\\" />\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" state=\u003C\u003Celement-name-tiddler>> >\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" state=\u003C\u003Cattribute-name-tiddler>> >\\n\u003C$relinkmangler>\\n\u003C$button\\n\\ttooltip={{$(lingo-base)$NewAttribute/Hint}}\\n\\taria-label={{$(lingo-base)$NewAttribute/Caption}}>\\n\u003C$action-sendmessage\\n\\t$message=\\\"relink-add-attribute\\\"\\n\\telement={{$(element-name-tiddler)$}}\\n\\tattribute={{$(attribute-name-tiddler)$}} />\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Cattribute-name-tiddler>> />\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Celement-name-tiddler>> />\\n\u003C$text text={{$(lingo-base)$NewAttribute/Caption}}/>\\n\u003C/$button>\\n\u003C/$relinkmangler>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\" state=\u003C\u003Cattribute-name-tiddler>> >\\n\u003C$button>\\n\u003C$text text={{$(lingo-base)$NewAttribute/Caption}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\" state=\u003C\u003Celement-name-tiddler>> >\\n\u003C$button>\\n\u003C$text text={{$(lingo-base)$NewAttribute/Caption}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\\n\u003C$macrocall\\n\\t$name=tables\\n\\tcategory=\\\"attributes\\\"\\n\\theader-list=\\\"[[Widget/HTML Element]] Attribute Type\\\"\\n\\tlist-row-macro=\\\"row\\\" />\\n\\\\end\\n\\n\u003C\u003Cbody>>\\n\"},\"$:/plugins/flibbles/relink/ui/configuration/Fields\":{\"title\":\"$:/plugins/flibbles/relink/ui/configuration/Fields\",\"caption\":\"{{$:/plugins/flibbles/relink/language/ui/Fields/Caption}}\",\"tags\":\"$:/tags/flibbles/relink/Configuration\",\"text\":\"\\\\import $:/plugins/flibbles/relink/ui/components/tables\\n\\\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\\n\\\\define field-name-tiddler() $:/state/flibbles/relink/field-name\\n\\n\\\\define row()\\n\u003Ctd>\u003C$text text=\u003C\u003Ckey>> />\u003C/td>\\n\\\\end\\n\\\\define body()\\n\\n{{$:/plugins/flibbles/relink/language/Help/Fields}}\\n\\n\u003Cem class=\\\"tc-edit\\\">Add a new field:\u003C/em>\\n\u003C$edit-text\\n\\ttiddler=\u003C\u003Cfield-name-tiddler>>\\n\\ttag=\\\"input\\\"\\n\\tdefault=\\\"\\\"\\n\\tplaceholder=\\\"field name\\\" />\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" state=\u003C\u003Cfield-name-tiddler>> >\\n\u003C$relinkmangler>\\n\u003C$button\\n\\ttooltip={{$(lingo-base)$NewField/Hint}}\\n\\taria-label={{$(lingo-base)$NewField/Caption}}>\\n\u003C$action-sendmessage\\n\\t$message=\\\"relink-add-field\\\"\\n\\tfield={{$(field-name-tiddler)$}} />\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Cfield-name-tiddler>> />\\n\u003C$text text={{$(lingo-base)$NewField/Caption}}/>\\n\u003C/$button>\\n\u003C/$relinkmangler>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\" state=\u003C\u003Cfield-name-tiddler>> >\\n\u003C$button>\\n\u003C$text text={{$(lingo-base)$NewField/Caption}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\\n\\n\u003C$macrocall\\n\\t$name=tables\\n\\tcategory=\\\"fields\\\"\\n\\theader-list=\\\"[[Field Name]] [[Field Type]]\\\"\\n\\tlist-row-macro=\\\"row\\\" />\\n\\\\end\\n\\n\u003C\u003Cbody>>\\n\"},\"$:/plugins/flibbles/relink/ui/configuration/Macros\":{\"title\":\"$:/plugins/flibbles/relink/ui/configuration/Macros\",\"caption\":\"{{$:/plugins/flibbles/relink/language/ui/Macros/Caption}}\",\"tags\":\"$:/tags/flibbles/relink/Configuration\",\"text\":\"\\\\import $:/plugins/flibbles/relink/ui/components/tables\\n\\\\define prefix-macro() $:/config/flibbles/relink/macros/\\n\\\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\\n\\\\define macro-name-tiddler() $:/state/flibbles/relink/macro-name\\n\\\\define parameter-name-tiddler() $:/state/flibbles/relink/parameter-name\\n\\n\\\\define row()\\n\u003C$set name=\\\"parameter\\\"\\n filter=\\\"[\u003Ckey>relink:splitafter[/]]\\\">\\n\u003C$set name=\\\"macro\\\"\\n filter=\\\"[\u003Ckey>removesuffix\u003Cparameter>removesuffix[/]]\\\">\\n\u003Ctd>\u003C$text text=\u003C\u003Cmacro>> />\u003C/td>\\n\u003Ctd>\u003C$text text=\u003C\u003Cparameter>> />\u003C/td>\\n\u003C/$set>\u003C/$set>\\n\\\\end\\n\\\\define body()\\n\\n{{$:/plugins/flibbles/relink/language/Help/Macros}}\\n\\n\u003Cem class=\\\"tc-edit\\\">Add a new macro parameter:\u003C/em>\\n\u003C$edit-text\\n\\ttiddler=\u003C\u003Cmacro-name-tiddler>>\\n\\ttag=\\\"input\\\"\\n\\tdefault=\\\"\\\"\\n\\tplaceholder=\\\"macro\\\" />\\n\u003C$edit-text\\n\\ttiddler=\u003C\u003Cparameter-name-tiddler>>\\n\\ttag=\\\"input\\\"\\n\\tdefault=\\\"\\\"\\n\\tplaceholder=\\\"parameter\\\" />\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" state=\u003C\u003Cmacro-name-tiddler>> >\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" state=\u003C\u003Cparameter-name-tiddler>> >\\n\u003C$relinkmangler>\\n\u003C$button\\n\\ttooltip={{$(lingo-base)$NewParameter/Hint}}\\n\\taria-label={{$(lingo-base)$NewParameter/Caption}}>\\n\u003C$action-sendmessage\\n\\t$message=\\\"relink-add-parameter\\\"\\n\\tmacro={{$(macro-name-tiddler)$}}\\n\\tparameter={{$(parameter-name-tiddler)$}} />\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Cparameter-name-tiddler>> />\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Cmacro-name-tiddler>> />\\n\u003C$text text={{$(lingo-base)$NewParameter/Caption}}/>\\n\u003C/$button>\\n\u003C/$relinkmangler>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\" state=\u003C\u003Cparameter-name-tiddler>> >\\n\u003C$button>\\n\u003C$text text={{$(lingo-base)$NewParameter/Caption}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\" state=\u003C\u003Cmacro-name-tiddler>> >\\n\u003C$button>\\n\u003C$text text={{$(lingo-base)$NewParameter/Caption}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\\n\\n\u003C$macrocall\\n\\t$name=tables\\n\\tcategory=\\\"macros\\\"\\n\\theader-list=\\\"Macro Parameter Type\\\"\\n\\tlist-row-macro=\\\"row\\\" />\\n\\\\end\\n\\n\u003C\u003Cbody>>\\n\"},\"$:/plugins/flibbles/relink/ui/configuration/Operators\":{\"title\":\"$:/plugins/flibbles/relink/ui/configuration/Operators\",\"caption\":\"{{$:/plugins/flibbles/relink/language/ui/Operators/Caption}}\",\"tags\":\"$:/tags/flibbles/relink/Configuration\",\"text\":\"\\\\import $:/plugins/flibbles/relink/ui/components/tables\\n\\\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\\n\\\\define operator-name-tiddler() $:/state/flibbles/relink/operator-name\\n\\n\\\\define row()\\n\u003Ctd>\u003C$text text=\u003C\u003Ckey>> />\u003C/td>\\n\\\\end\\n\\\\define body()\\n\\n{{$:/plugins/flibbles/relink/language/Help/Operators}}\\n\\n\u003Cem class=\\\"tc-edit\\\">Add a new filter operator:\u003C/em>\\n\u003C$edit-text\\n\\ttiddler=\u003C\u003Coperator-name-tiddler>>\\n\\ttag=\\\"input\\\"\\n\\tdefault=\\\"\\\"\\n\\tplaceholder=\\\"operator name\\\" />\\n\u003C$reveal type=\\\"nomatch\\\" text=\\\"\\\" state=\u003C\u003Coperator-name-tiddler>>>\\n\u003C$relinkmangler>\\n\u003C$button\\n\\ttooltip={{$(lingo-base)$NewOperator/Hint}}\\n\\taria-label={{$(lingo-base)$NewOperator/Caption}}>\\n\u003C$action-sendmessage\\n\\t$message=\\\"relink-add-operator\\\"\\n\\toperator={{$(operator-name-tiddler)$}} />\\n\u003C$action-deletetiddler $tiddler=\u003C\u003Coperator-name-tiddler>> />\\n\u003C$text text={{$(lingo-base)$NewOperator/Caption}}/>\\n\u003C/$button>\\n\u003C/$relinkmangler>\\n\u003C/$reveal>\\n\u003C$reveal type=\\\"match\\\" text=\\\"\\\" state=\u003C\u003Coperator-name-tiddler>>>\\n\u003C$button>\\n\u003C$text text={{$(lingo-base)$NewOperator/Caption}}/>\\n\u003C/$button>\\n\u003C/$reveal>\\n\\n\u003C$macrocall\\n\\t$name=tables\\n\\tcategory=\\\"operators\\\"\\n\\theader-list=\\\"[[Filter Operator]] [[Operand Type]]\\\"\\n\\tlist-row-macro=\\\"row\\\" />\\n\\\\end\\n\\n\u003C\u003Cbody>>\\n\"},\"$:/plugins/flibbles/relink/ui/stylesheet.css\":{\"title\":\"$:/plugins/flibbles/relink/ui/stylesheet.css\",\"text\":\".tc-relink-references {\\n}\\n\\n.tc-relink-references-table {\\n\\twidth: 100%;\\n\\tborder: none;\\n}\\n\\n.tc-relink-references-table td {\\n\\tborder-left: none;\\n}\\n\\n.tc-relink-references-table tr:first-child td {\\n\\tborder-top: none;\\n}\\n\\n.tc-relink-references-title {\\n\\ttext-align: left;\\n\\tvertical-align: top;\\n}\\n\\n.tc-relink-references-occurrence {\\n\\tfont-style: italic;\\n\\ttext-align: left;\\n\\tfont-weight: 200;\\n\\tpadding-left: 25px;\\n\\tvertical-align: top;\\n}\\n\\n.tc-relink-header-plugin {\\n\\ttext-align: left;\\n}\\n\\n.tc-relink-header-plugin button {\\n\\twidth: 100%\\n}\\n\\n.tc-relink-column-type {\\n\\twidth: 8em;\\n}\\n\\n.tc-relink-column-type select {\\n\\twidth: 100%;\\n}\\n\\n.tc-relink-column-delete {\\n\\tborder-left: none;\\n\\ttext-align: left;\\n}\\n\\n.tc-relink-column-delete button {\\n\\tpadding-left: 1em;\\n}\\n\\n.tc-relink-impossible a.tc-tiddlylink {\\n\\tcolor: red;\\n}\\n\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"}}}"},
{"text":"{\n \"startingDay\": \"0\",\n \"days\": [\"S\", \"M\", \"T\", \"W\", \"R\", \"F\", \"A\"],\n\t\"months\": [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"],\n\t\"buttons\": \"yes\",\n\t\"buttonsImages\": [\"{{$:/core/images/chevron-left}}\", \"{{$:/core/images/left-arrow}}\", \"{{$:/core/images/right-arrow}}\", \"{{$:/core/images/chevron-right}}\"],\n\t\"cellContent\": \"sc_linkNavigateToOrCreateEditModeJournal\",\n\t\"format\": \"YYYY-0MM-0DD ddd\"\n}","type":"application/json","created":"20160829124345776","modified":"20200517133628092","tags":"","title":"$:/plugins/frd/simplecalendar/CalendarConfigDefault"},
{"author":"ihm4u","core-version":">=5.1.9","created":"20210301193448094","dependents":"","description":"Tidgraph - Easy tiddler graphs for TW5","list":"readme changelog documentation","modified":"20210301193448094","plugin-type":"plugin","source":"https://ihm4u.github.io/tw5plugs","title":"$:/plugins/ihm/tidgraph","version":"0.9.6","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/ihm/templates/collapse\":{\"title\":\"$:/plugins/ihm/templates/collapse\",\"created\":\"20151120174133063\",\"modified\":\"20151120180705805\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Csvg version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" x=\\\"0px\\\"\\n\\t y=\\\"0px\\\" width=\\\"14px\\\" height=\\\"14px\\\" >\\n\u003Ccircle cx=\\\"7\\\" cy=\\\"7\\\" r=\\\"6\\\" stroke=\\\"#aeb0b5\\\" stroke-width=\\\"1\\\" fill=\\\"#aeb0b5\\\"/>\\n\u003Cpolyline points=\\\"4,7 10,7\\\" fill=\\\"none\\\" stroke=\\\"white\\\"/>\\n\u003C/svg>\\n\"},\"$:/plugins/ihm/templates/expand\":{\"title\":\"$:/plugins/ihm/templates/expand\",\"created\":\"20151120174133063\",\"modified\":\"20151120180705805\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Csvg version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" x=\\\"0px\\\"\\n\\t y=\\\"0px\\\" width=\\\"14px\\\" height=\\\"14px\\\" >\\n\u003Ccircle cx=\\\"7\\\" cy=\\\"7\\\" r=\\\"6\\\" stroke=\\\"#aeb0b5\\\" stroke-width=\\\"1\\\" fill=\\\"#aeb0b5\\\"/>\\n\u003Cpolyline points=\\\"4,7 10,7 7,7 7,10 7,4\\\" fill=\\\"none\\\" stroke=\\\"white\\\"/>\\n\u003C/svg>\\n\"},\"$:/plugins/ihm/tidgraph/changelog\":{\"title\":\"$:/plugins/ihm/tidgraph/changelog\",\"created\":\"20151024161547099\",\"creator\":\"ihm4u\",\"modified\":\"20151031061347109\",\"modifier\":\"ihm4u\",\"tags\":\"\",\"text\":\"For the complete changelog see\\n\\nhttps://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Changelog\\n\"},\"$:/plugins/ihm/tidgraph/documentation\":{\"title\":\"$:/plugins/ihm/tidgraph/documentation\",\"text\":\"!!Example\\nThe following example shows a tiddler which tags 7 children:\\n\\n``\u003C$tidgraph start=\\\"Virtues\\\" />``\\n\\nlooks like this:\\n\\n{{$:/plugins/ihm/tidgraph/tidgraph.png}}\\n\\n!!Usage\\nSimple usage:\\n\\n``\u003C$tidgraph start=\\\"MyRootTiddler\\\" />``\\n\\nThe map will start with MyRootTiddler on the left, and show all its children recursively. The default maximum depth is 10 levels, it can be changed with the `maxdepth` attribute.\\n\\nAll options:\\n\\n|!Attribute |!Description|!Default |\\n|`start` |Initial tiddler that starts the map | none |\\n|`startat` |First level to display. 0 is the root tiddler named in the `start` attribute. 1 is the next level, etc. | 0 |\\n|`maxdepth` |Maximum depth to display.| 10 |\\n|`mode` |//tagging// or //linking// or custom. This is how to identify the children of a node. With //tagging// Tiddlers that tag other tiddlers become their parent. With //linking// tiddlers that link to other tiddlers become their parent. A custom mode can be specified by a `$:/config/tidgraph/modes/MyMode` tiddler where `MyMode` is the name of the mode. The subfilter can be also specified directly; e.g. `mode=\\\"fields[]\\\"`. See [[Custom Mode Demo|https://ihm4u.github.io/tw5plugs/#Custom%20Mode%20Demo]] for an example | //tagging// |\\n|`nodetitle` |Field to use as title for the node. | //title// (or //caption// if present) |\\n|`tooltip` |List of fields to use for node tooltip. The first field with a non empty value is used. | //summary// |\\n|`filter` |Only tiddlers matching filter will be used | none |\\n|`nocollapse` |Disable ability to collapse nodes. The graph allows node collapsing by default. | false |\\n|`nodetemplate` |One or mode node templates to make node look like you want. See the [[Node Templates Demo|https://ihm4u.github.io/tw5plugs/#Node%20Templates%20Demo]] for examples of how to use them. | none |\\n|`layout` |`E` for East (Vertical) or `S` for south (Horizontal) layout. | E |\\n\\n!CSS classes\\nYou can also change colors, and other styles with the following CSS classes.\\n\\n|!Class |!Description |\\n|tgr-node |Style for each node. If you want to change the color of the links inside the node use the `.tgr-node a` selector. |\\n|tgr-edge |Style for the SVG path that connects the nodes. The old name was tgr-link. |\\n|tgr-arrow |Style for the SVG polyline that draws the arrow at the end of the link |\\n\"},\"$:/plugins/ihm/tidgraph/readme\":{\"title\":\"$:/plugins/ihm/tidgraph/readme\",\"created\":\"20151024054526558\",\"modified\":\"20151024065317719\",\"tags\":\"\",\"text\":\"!!How\\nSimply put this in your tiddler:\\n\\n``\u003C$tidgraph start=\\\"MyRootTiddler\\\" />``\\n\\nThere are other options covered in the [[documentation|$:/plugins/ihm/tidgraph/documentation]].\\n\\n!!Features\\n* No third-party libraries\\n* Light weight\\n* Rendering of map/graph with HTML5 and SVG (no heavy png or jpg images)\\n* Automatic map/graph creation, no need for dragging/connecting/etc\\n* Figures out tree-graph by means of tags or links, or custom modes \\n* Collapse/expand nodes\\n* User defined Node Templates!!\\n\\n!!Limitations\\n* Layout is horizontal from left to right, if needed a vertical layout will be added later\\n\"},\"$:/plugins/ihm/tidgraph/stylesheet\":{\"title\":\"$:/plugins/ihm/tidgraph/stylesheet\",\"text\":\"/*Eliminate border in table and cells*/\\n.ihm-tgr-table {\\n border-collapse: collapse;\\n border: none;\\n background-color: transparent;\\n padding: 0;\\n margin: 0;\\n}\\n\\n.ihm-tgr-tablediv {\\n /* We need this margin to prevent spurius vertical scroll\\n * in tgr-container. It needs to have the SAME pixel value\\n * as top and left in tgr-svg-int class so that the SVG\\n * arrows match properly (this assures same origin coordinates\\n * for table and svg)\\n */\\n margin: 10px; \\n}\\n\\n.tgr-container table td {\\n border: none;\\n background-color: transparent;\\n}\\n\\n/*nice round box around tiddlers*/\\n.tgr-container td a {\\n \\n}\\n\\n.tgr-container {\\n position:relative; \\n left:0px; \\n top:0px; \\n background-color: transparent;\\n overflow: auto; /* This is needed to scroll on big maps */\\n z-index:1;\\n}\\n.tgr-svg-int { \\n\\tz-index: -1;\\n\\tposition:absolute;\\n\\tbackground-color:transparent;\\n\\topacity: 1;\\n left: 10px;\\n top: 10px;\\n}\\n\\n/* SVG arrows */\\n.ihm-tgr-link {\\n fill: none;\\n stroke-width: 2;\\n stroke: #aeb0b5;\\n}\\n\\n.tgr-edge-weak {\\n stroke-dasharray: 3,5;\\n}\\n\\n.tgr-arrow {\\n fill: #aeb0b5;\\n stroke-width: 0;\\n}\\n\\n.ihm-tgr-node-container {\\n position: relative;\\n}\\n\\n.ihm-tgr-node-container-east {\\n margin: 6px 10px;\\n}\\n\\n.ihm-tgr-node-container-south {\\n margin: 16px 4px;\\n display: inline-block; /*FIXME*/\\n}\\n\\n.ihm-tgr-node-container p {\\n margin-top: 0px;\\n margin-bottom: 0px;\\n}\\n\\n.ihm-tgr-node {\\n background-color: #dce4ef;\\n border-radius: 15px;\\n padding: 0.1em 0.4em;\\n /* border: 0px dashed #cd2026; */\\n box-shadow: 4px 4px 5px #888888;\\n text-align: center;\\n vertical-align: middle;\\n font-size: 1em;\\n color: #0071bc;\\n}\\n\\n/* Collapse feature */\\n.ihm-tgr-collapse {\\n position: absolute;\\n cursor: pointer;\\n width: 14px;\\n height: 14px;\\n right: -14px;\\n}\\n\\n.ihm-tgr-collapse-east {\\n top: 50%;\\n transform: translateY(-50%);\\n -ms-transform: translateY(-50%);\\n -webkit-transform: translateY(-50%);\\n}\\n\\n.ihm-tgr-collapse-south {\\n left: 50%;\\n transform: translateX(-50%);\\n -ms-transform: translateX(-50%);\\n -webkit-transform: translateX(-50%);\\n}\\n\\na.ihm-tgr-collapse:hover {\\n text-decoration: none;\\n background: #999999;\\n}\\n\\n/* Vertical layout divs */\\n.ihm-tgr-divtable {\\n display: table;\\n}\\n\\n.ihm-tgr-node-group {\\n display: table-row;\\n}\\n\\n.ihm-tgr-node-cell {\\n display: table-cell;\\n vertical-align: top;\\n text-align: center;\\n}\\n\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"},\"$:/plugins/ihm/tidgraph/tidgraph.png\":{\"title\":\"$:/plugins/ihm/tidgraph/tidgraph.png\",\"text\":\"iVBORw0KGgoAAAANSUhEUgAAAKIAAADPCAMAAABBRvqtAAAC/VBMVEWBoPCHiYaIioeKjImLjYqMjouNj4ySlJGVk5eUlpOTmJp1mPR+l/V1m/F9mfCWm52FmPF/m/KYnZ+AnPN5n/WcnpuJm/SAn++CnvWdn5yRmvWboKKJnvCXmvF6o/KfoZ6DofKKn/JzpvN8pPOEovOSnvJ9pfSho6CFo/SDpe58p++bnvSOovWmo6iVofWcn/WFp/CNpfCkpqOGqPGlp6SVpPF/q/J4rfSjqKujofKWpfOdo/OHq+6JqvSCrfWRqfWfpfWBr/Cpq6iCsPGQrPCyovClpvB8tPOurLCEsvOtpvK0pPOMsPOarfOhq/O1pfSwrrKLs++pqvWwqPWjrPWEtvCxr7Ovr7mssbO7p/B+ufKysLSzsbWOtvKwrPGHufO3q/KGu+61s7e/q/Wutr6zr/Wxtrm0trO3tbm4sPC1t7S2uLXAsPK3uba7svK7uL21ur28s/O2u77CsvSZv+6Swe+5u7iLxPC6vLm4t/W9u7+7vbqiv/CLx+ywvPC8vru/vcHKtfLEt/K6v8KWxfLBvsONyu+VyO/GufS6wsqPzPHMu/CYy/LFwsemx/G/xMbCxMHAxcjDxcKXzu3Iv/PExsPPvvTJwPTDwvPCx8qZ0O/Ixsqa0fHEyczJxPDKyMzRxPKh0+3FyPLMx/Ow0O2q0u7EzdXTxvWj1e/OzNDJztDSyfDQzdHKz9HI0NjHzvHO0MzNzfHUy/Ku1/LP0c651e3PzvPT0NXQ0s/WzfSt2u/K0fTO09bR09DH0+7XzvXV0O/S1NHcz/DT1dLQ0/C92fHX0vHU1tO43PLC2uzY0/PS1fLP2ODS2Nq93e3W2NXZ1PTc1O7Q2eHa2NzX1+/S2uLY2ta/4PDH3/HF4ezb2vLO3vHe2+DY3eDb3drW3uff2+3c3tvM4e3I5O/b3+/e4N3c4PDQ5PDZ4uri4OTc4uTR5fHa4+vY5PPb5Ozd5e7j5eHk5uPn5enf5/Dp5uvj6Ovm6OXk6ezn6ebo6ufi6/Pp6+jj7PTm7O7k7fWGi86GAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQffChgGLRopZLysAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAAr0SURBVHja7Z0PcBRXGcA3/ROsQeVakFTqNAhJz0SBoBNtaFGSgprA9GrJMyUJ0rOGaqkXUQumVi5cGyp4hpQibZg2tNrCHKWlYWyHemi96IlTj5lOW5CSAF6Ou3rJLUzwD5Yu4+57e7nb3bd72cu+69fxvmGG3J95+c292337/fK9bzkuH/nIRz7ykY98/J/Ee2d503H2vdzxXeKzjvO5ITzPTyBG/gWdkOff+fsFRmCDFswyib/2n2OD6EX7yA/03xucbCsubkjgn3ffJv4f+HRMj/HxQ+cYISICqYNYEk57FKkeMkDsur//AitECfJdI8TTSyrtLbFdtSuLlv521vKZ845T3/t8zSMnGRDGmxGJkQyfYnTuK7tqX5s9FLAd5hf3UN97atrq/dZ/jCF0NyH08QbfxR9Flld+acoegihO9B3b6IiTarafsZpQQHE80T7OeKJ3LBqOzs2I+Gzh/A1HrUbs9kvfRR+X6XB5uCFxcDJGDBsg3nXFDev/bPWH6BQPFx/HZUR8s9Te8p15j9VGKha+oI84gwGiz2/d4sLzPytgMNFI8WhkYoRvFV5m/eESdyke/uedCRF+rOBK6086inkW4+RbE5jlwoIrrqrZavWpu21U+fhC/+Ndz58yj3fq2btmFFx25VWft34BROonzh1aXzNtUuHlBabj8sJJ02ru/4PVlxFxt+apc/1bV9fMv/7aaSbj2uvn16x+xPqLMb9P+9yFk/u3b7jv3nu+ayruufe+Ddv3n7R+ffaGaM/++8zR/kP7Tcah/qNnWFyHIUHvlYv/NRkXGaUECHzGLMBHDHnBI/p6wSPSD2hQwqRtELww0Z5zwAkTDSI4YZI85wAWJqNoPMJESl2iNz41PkarhUnIOR5hYgrRamGSPHMbC5Mk4vfs9q/FArOWzaw6zv9Y/DmcC2HiI4iDxsIkONlmsxU91SdmpvWbAx89zNc/cPCmGL+qMxfChOTPHtRsKEzkT7FjRUJM918VQR9u2PiRysrKB3MhTPDi4nFzxsJEg9jRsFG2jeyFSauI6HNyGYSJjChNdJ040Uf42zsPTg/zq/bkQpigEDl7GwuT5OHyfbv9tlhg+rLPVIWlw6UllgthIuL53OYWFwNBy0SYiIgobk6YGCNaLkwEJMSdHGhhIiL2qpNUYMJEvIpojXOghckooqRXsIRJCPldHGxhEkJeii8BJUxCqHWQgy1MQm59XwJEmPgeAi8jvGvhI94N3pd4neB9ibeZ6ksgCRMvoiDCEiYeyjkHmDBBFisdBsIEJc85cIXJGKK+MHm92mZrCasvtXGZSU6EiSOFqCNMIhWbEtG6TdpsIFI9lBNh4nByGYRJXxlmC+CKElJiEpy9pPxJqcykbpv0whBbYeIgV4v+7iY9YbKlFs/oWEVJdO4rwSnP8LhAYu+8GL/mAcbCBCP6EfK69IRJEhEXGpASEymrxojRigOR0mOMhYmE+ITkIXSFSd+sWAqRlJgEZw8RRH5Lw6+03sRiYSIi+nEerStMIhXrEtFvbyKIpMQkiRjm3y6tPsBamDh2CmQJ1Bcmry+wFbfIRS+kxOR3GDFSsTDMf6s8xlqYIJ/bNYHFJVrXw1qYCGgnUqfRJipMtlz3w2HWwkRA7U71c8CEiYCatDkqLGEiIM08QxMmQiMtuwIlTP6JmmlPQxImA6id+jwgYTLQ6NZ5BYwwGUA7DV4FIUyMEUHEG+g56Igvo5fziKZdh9pp6CIyFCaXzDkNOiJTYXLepNNwoWwHyVaYnDfrNFobLSbMJEwumXYajU1cboWJ9IY6XAuwt+xpfaGRchou1MvpC5NA0dRrqlT7RW7tmViFSUoe1G02lhpd66VLum7UlCYaNcIkIKant68zj2ggTN4l+1H28HzwuuO7aiWtsbJo6Yvlw9LAuB7k9HK7/eZj2GlsXdvViBpHFYgqYSIhbmyQhiFjRL9uXzpHHilQhnfkPGq33/Q3da2JgTA5O2YP1twp5blTnuHFjPf3eHhSD7J7UYJ/8TfYaXx4xhcbv4G0MaJAjNzYKdkRMsbesljkE/JIUpXJ4p6gmEr/4M6XVLUmBsKEIJ4uPSz+kxBLwinEDlwP8vacm3/yF+I0PnT1Z7+K2kNjQREmgaLikpaYZEfkMVYk+Hp5JJJW/xLLlA5VrYmBMJHnaM26XYuGZaEhI4oDy17jjz/9+M+TTqPXgTzKiVYKkwBWJZJ6kMcgiHgkBaLKmRgJE7nUwr5A/DomEcPiLzotTg+uB9n7a/GLIA0oOw3UmI6oFiYpRDLG7rLUSAQxOPUYv+UrL6lqTYyEifyW+k/FkoiRioUnlpTc8uUeUg/yZrW98nN/SjmNN1KpC0WYpBCjeIxoXcktC7aRkeRNQ4/OnFl1RF1rYiRMxr0ujDmNpkarF5dMwmScriPlNGhrNNstOeNzHWlOowuNZjlI1sJkPK4j3WlQL8bYCpNMrkPtNKiIjIVJZtehcBr0S1rGwiST61A6DZ3EgLEwMXYdKqcxgJ54X4SJoetQOg39VJ+9MLk4PqcxgLrhC5N26Kn+P5ALOqKAEHxEhwAfEXqFiYCcnhwLE/OIXpRbYZIFYq/Tl0thks2fKZ/zkzIYwBUmHs7l0REmyb+WzilSK4jd47ExliG6xMn2cMZbcpRdNnQrSxhVmODVxYn2CUZbchb3kFyf+JaVRUufrE1QVQmTChOyAPqowkSDSHyLmLVKwoimSphUmCTXaGGtwZacJCLxLRhxB1WVMKkwQQ59YaJCrO8hviUdkbotx+IKk3REeoXJqk2RTx4gxoT4ltdmh8WJpqoSJhUmKUS9CpNXS23fHCbGhPiWSMXCx8TDhaZK2FSYOCze72n9lpxm7cUYtB4mXkc8x8IkC8RQjoWJeUSnP9fCxDyiN+fCxCyiqy33wsQkYjt6P4SJmQjpbSYBtCWnjeJpQQkTLoTcIeCJdAj1Qt/wMoji0JWJgAz66YBBpH4ZAW3JEZDg94AWJtL+aM2mVGg9TMRvossHWphIW8zjraCFCW4n4NqnI0zSW73SXQmtnMPqHibS8TyKBunCRNnqVXYlCmFCQ7S6hwlubRFH+9w0YSIj4s4lcsEK3oqjrThh2cPEi9e/uJMqTAgi6VwSJAUruFpAW3HCsodJshOMmyZMSKtX0hZELlhJQ0yvOGHZwyTkMRAm5FOUEUnByhiisuKEZQ+TQWQgTFITXbc5SApWSMdXTcUJyx4mybWFKkzkwwV3LgmSghXc8fWEpuKEZQ8Ta5c/Jj1MtNdi8Jq+anIXeE1ftT3vwDV99fqBCxNq/0VoTV/jbcCFiU6jTWBNXxFwYSKGKw5bmIjRC92YfCBaqgqt4BE/AO19Oe8gaGGCv4y9sIUJZaYh3iVHeWYEeZecwW74d8lxCkphsqp4ctHUqliWjEzukhNqUwsT8lf77ILNXXLcnoeUwkRCxCakb96ya35RPfVIeqdXyZ2cwN1MqDtzGN0lx60SJiIiMSF908Md5bE7OtM7vUruhHQzoe7MYXOXHI0wERGJCekrT+xoSKzpDKR1epXSa9LNhLozh8ldcrTCRELEJqTvC4kdK2TEZKdXKesn3UyoO3OY3CVHK0ykicYmZAwxrdOrhEi6mVB35rC4Sw5FmMiHS0tsDDGt06uESLqZvEDbmTODEWKmxSVDp1emwkQTIxNDZHKXHPDCRBsA75IDXphQAtxdcjjwwoQ+17CECQdfmOgHGGGSj3zkIx/5yAct/gfhibVPlKNM1wAAAABJRU5ErkJggg==\",\"type\":\"image/png\",\"created\":\"20151024064703806\",\"modified\":\"20151024064720670\"},\"$:/plugins/ihm/tidgraph/utils.js\":{\"title\":\"$:/plugins/ihm/tidgraph/utils.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/ihm/tidgraph/utils.js\\ntype: application/javascript\\nmodule-type: library\\n\\nInternal utility functions for tidgraph plugin.\\n\\n\\\\*/\\n(function(){function u(a){var c=a.getBoundingClientRect(),b=document.body,e=document.documentElement,g=c.top-(a.scrollTop||window.pageYOffset||e.scrollTop||b.scrollTop)-(e.clientTop||b.clientTop||0);a=c.left-(a.scrollLeft||window.pageXOffset||e.scrollLeft||b.scrollLeft)-(e.clientLeft||b.clientLeft||0);return{top:g,left:a,width:c.width,height:c.height,right:a+c.width,bottom:g+c.height}}function q(a,c,b){b=b||function(a,b,c){if(a)return!0};a=$tw.utils.parseStringArray(a);for(var e=a.length,g=c.length,\\nf=0;f\u003Cg;f++)for(var h=0;h\u003Ce;h++){var d=$tw.wiki.getTiddler(c[f]);if(d&&(d=d.getFieldString(a[h]),b(d,a[h],c[f])))return d}return\\\"\\\"}function x(a){var c=!1;return(a=q(\\\"_tgr_node_class _tgr_node_class_add\\\",[a.id,a.template],function(a,e,g){if(a)return c=\\\"_tgr_node_class_add\\\"===e?!0:!1,!0}))&&\\\"tgr-default\\\"!==a?c?\\\"ihm-tgr-node tgr-node \\\"+a:a:\\\"ihm-tgr-node tgr-node\\\"}function w(a,c,b){var e;a=u(a);if(\\\"string\\\"===typeof b){if(e=document.querySelector(b),null==e)return null}else b instanceof HTMLElement&&(e=\\nb);var g=u(e);b=g.bottom-a.top;e=g.left-a.left;var f=g.right-a.left;a=g.top-a.top;g=\\\"\\\";switch(c.toUpperCase()){case \\\"L\\\":g=[Math.round(e),Math.round(b/2+a/2)];break;case \\\"R\\\":g=[Math.round(f),Math.round(b/2+a/2)];break;case \\\"T\\\":g=[Math.round(f/2+e/2),Math.round(a)];break;case \\\"B\\\":g=[Math.round(f/2+e/2),Math.round(b)]}return g}function y(a,c,b,e,g){var f;a:{var h=u(c),d=u(b);f=h.left+h.width/2;var h=h.top+h.height/2,n=d.left+d.width/2,d=d.top+d.height/2;switch(e){case \\\"E\\\":f=4>n-f?[\\\"R\\\",\\\"R\\\"]:[\\\"R\\\",\\\"L\\\"];\\nbreak a;case \\\"S\\\":f=4>d-h?[\\\"B\\\",\\\"B\\\"]:[\\\"B\\\",\\\"T\\\"];break a}f=void 0}d=w(a,f[0],c);a=w(a,f[1],b);var m,l,h=10,n=\\\"\\\";g&&(n=' class=\\\"tgr-edge-weak\\\"');if(null==c||null==b)return error(\\\"can't connect null element\\\");if(null==d)return error(\\\"port not found for \\\"+c.tagName+\\\" - \\\"+c.innerHTML);if(null==a)return error(\\\"port not found for \\\"+b.tagName+\\\" - \\\"+b.innerHTML);c=Math.abs(a[1]-d[1]);b=Math.abs(a[0]-d[0]);switch(e){case \\\"E\\\":return a[1]>d[1]&&(m=c/2),a[1]\u003Cd[1]&&(m=-c/2),5>c&&(m=0),\\\"L\\\"==f[1]&&(l=-10),\\\"R\\\"==f[1]&&\\n(l=10,h=20),'\u003Cpath d=\\\"M'+d[0]+\\\",\\\"+d[1]+\\\" Q\\\"+(d[0]+h)+\\\",\\\"+d[1]+\\\" \\\"+(d[0]+h)+\\\",\\\"+(d[1]+m)+\\\" Q\\\"+(d[0]+h)+\\\",\\\"+a[1]+\\\" \\\"+(a[0]+l)+\\\",\\\"+a[1]+'\\\"'+n+' marker-end=\\\"url(#tgr-arrow)\\\"/>';case \\\"S\\\":return a[0]>d[0]&&(l=b/2),a[0]\u003Cd[0]&&(l=-b/2),5>b&&(l=0),\\\"T\\\"==f[1]&&(m=-10,h=10),\\\"B\\\"==f[1]&&(m=10,h=20),'\u003Cpath d=\\\"M'+d[0]+\\\",\\\"+d[1]+\\\" Q\\\"+d[0]+\\\",\\\"+(d[1]+h)+\\\" \\\"+(d[0]+l)+\\\",\\\"+(d[1]+h)+\\\" Q\\\"+a[0]+\\\",\\\"+(d[1]+h)+\\\" \\\"+a[0]+\\\",\\\"+(a[1]+m)+'\\\"'+n+' marker-end=\\\"url(#tgr-arrow)\\\"/>'}}function v(a,c){var b;switch(c.mode){case \\\"tagging\\\":b=\\n\\\"[[\\\"+a+\\\"]tagging[]]+\\\"+c.filter;break;case \\\"linking\\\":b=\\\"[[\\\"+a+\\\"]links[]!is[missing]]+\\\"+c.filter;break;default:b=\\\"[[\\\"+a+\\\"]\\\"+c.mode+\\\"]+\\\"+c.filter}return $tw.wiki.filterTiddlers(b)}function z(a,c,b){switch(b.mode.toLowerCase()){case \\\"tagging\\\":return(b=$tw.wiki.getTiddler(a))?b.hasTag(c):!1;default:return b=v(c,b),-1!==b.indexOf(a)}}function A(a,c){function b(b,l,k){h=l;d=b;n=encodeURIComponent(h);m=encodeURIComponent(d);g=document.getElementById(c.id+\\\"-\\\"+n);f=document.getElementById(c.id+\\\"-\\\"+m);g&&f&&\\ne.push(y(a,g,f,c.layout,k))}var e=[],g,f,h,d,n,m;p(c.root,function(a,c,d){(c=a.parent)&&b(a.id,c.id)},{},{skipvisited:!0});for(var l=c.outliers.length,k=0;k\u003Cl;k++)b(c.outliers[k][0],c.outliers[k][1],!0);return e.join(\\\" \\\")}function p(a,c,b,e){e=e||{};var g=e.done||[],f=e.getCh||function(a){return a.collapse?[]:a.children},h=e.lvl||0,d=void 0===e.skipvisited?!0:e.skipvisited;e.leave=e.leave||!1;if(d&&-1!==g.indexOf(a))return b;g.push(a);f=f(a);d=f.length;b=b||{};e.lvl=h+1;e.done=g;if(!1===c(a,b,h))return e.leave=\\n!0,b;for(a=0;a\u003Cd;a++)if(b=p(f[a],c,b,e),e.leave)return b;e.lvl--;return b}function B(a,c,b,e){e=e||{};var g=e.getCh||function(a){return a.collapse?[]:a.children},f=e.getId||function(a){return a.id},h=void 0===e.skipvisited?!0:e.skipvisited,d=e.maxdepth||Number.MAX_VALUE;b=b||{};var n=[],m=[],l=[],k=0;n.push(a);l[f(a)]=void 0;do{a=n.length;for(var q=0;q\u003Ca;q++){var r=n.shift(),p;p=h?-1===m.indexOf(r)?!1:!0:!1;if(!p&&!1===c(r,l[f(r)],b,k))return b;m.push(r);p=g(r);n=n.concat(p);p&&p.forEach(function(a){var b=\\nl[f(a)];b?f(b)!==f(r)&&e.outlier&&e.outlier(a,r):l[f(a)]=r})}k++}while(0!==n.length&&k\u003C=d);return b}function C(a,c){return p(a,function(a,c){c.cnt++;return!0},{cnt:0},{skipvisited:c}).cnt-1}function D(a,c,b){function e(a,b){if(-1!==$tw.utils.parseStringArray(b).indexOf(c.toString()))return!0}b=$tw.utils.parseStringArray(b);var g=q(\\\"_tgr_node_template\\\",[a]),f=[];$tw.utils.each(b,function(b){var c=$tw.wiki.getTiddler(b),c=c?c.getFieldString(\\\"_tgr_node_filter\\\"):\\\"\\\",d=$tw.wiki.filterTiddlers(c);c&&-1===\\nd.indexOf(a)&&f.push(b)});0\u003Cf.length&&$tw.utils.removeArrayEntries(b,f);g||q(\\\"_tgr_node_filter\\\",b,function(b,c,d){c=$tw.wiki.filterTiddlers(b);if(b&&-1!==c.indexOf(a))if(b=$tw.wiki.getTiddler(d).getFieldString(\\\"_tgr_node_level\\\")){if(e(d,b))return g=d,!0}else return g=d,!0});g||q(\\\"_tgr_node_level\\\",b,function(a,b,c){if(e(c,a))return g=c,!0});if(!g)for(var h=b.length,d=0;d\u003Ch;d++){var n=$tw.wiki.getTiddler(b[d]);if(n&&!n.hasField(\\\"_tgr_node_level\\\")&&!n.hasField(\\\"_tgr_node_filter\\\")){g=b[d];break}}g||(g=\\n\\\"tgr-default\\\");return g}function t(a,c,b,e){if(!(this instanceof t))throw\\\"Error: call new tnode(id=\\\"+c+\\\")\\\";this.parent=a;this.id=c;this.children=[];this.collapse=!1;this.widget=e;this.template=void 0;a=D(c,b,e.nodetemplate);\\\"tgr-default\\\"!==a&&(this.transcluder=b=\\\"$:/temp/tidgraph/\\\"+e.tidtree.id+\\\"/\\\"+c,this.template=a,$tw.wiki.addTiddler(new $tw.Tiddler({title:b,text:\\\"{{\\\"+c+\\\"||\\\"+a+\\\"}}\\\"})),-1===e.templatesInUse.indexOf(a)&&e.templatesInUse.push(a))}exports.buildTable=function(a,c){function b(a,b){return $tw.utils.domMaker(a,\\n$tw.utils.extend(b,{document:c.document}))}function e(a){var d=encodeURIComponent(a.id),e;var f=a.id;e=$tw.wiki.tiddlerExists(f)?c.nodetitle?q(c.nodetitle,[f]):q(\\\"caption title\\\",[f]):f;var g=$tw.wiki.tiddlerExists(a.id)?\\\"tc-tiddlylink-resolves\\\":\\\"tc-tiddlylink-missing\\\",g=\\\"tc-tiddlylink \\\"+g,f=x(a);a.template?a=b(\\\"div\\\",{\\\"class\\\":f,innerHTML:$tw.wiki.renderTiddler(\\\"text/html\\\",a.transcluder)}):(a=b(\\\"a\\\",{\\\"class\\\":g,text:e,attributes:{href:\\\"#\\\"+d}}),a=b(\\\"div\\\",{\\\"class\\\":f,children:[a]}));return a}function g(a,\\nd){var e=1+C(a,!0),f=encodeURIComponent(a.id),g=q(c.tooltip,[a.id]),k;!1===c.nocollapse&&a.children&&0\u003Ca.children.length?(k=$tw.wiki.renderTiddler(\\\"text/html\\\",\\\"$:/plugins/ihm/templates/\\\"+(a.collapse?\\\"expand\\\":\\\"collapse\\\")).replace(/^\u003Cp>/,\\\"\u003Cspan>\\\").replace(/\u003C\\\\/p>$/,\\\"\u003C/span>\\\"),k=b(\\\"span\\\",{\\\"class\\\":\\\"ihm-tgr-collapse \\\"+(\\\"E\\\"==a.widget.tidtree.layout?\\\"ihm-tgr-collapse-east\\\":\\\"ihm-tgr-collapse-south\\\")+\\\" tc-tiddlylink\\\",innerHTML:k}),$tw.utils.addEventListeners(k,[{name:\\\"click\\\",handlerObject:a,handlerMethod:\\\"collapseClickEvent\\\"}]),\\nk=[d,k]):k=[d];f=b(\\\"div\\\",{\\\"class\\\":\\\"ihm-tgr-node-container \\\"+(\\\"E\\\"==a.widget.tidtree.layout?\\\"ihm-tgr-node-container-east\\\":\\\"ihm-tgr-node-container-south\\\"),children:k,attributes:{id:c.id+\\\"-\\\"+f,title:g}});return\\\"E\\\"===c.layout?b(\\\"td\\\",{attributes:{rowspan:e},children:[f]}):b(\\\"div\\\",{attributes:{\\\"class\\\":\\\"ihm-tgr-node-cell\\\"},children:[f]})}var f;f=\\\"E\\\"==c.layout?b(\\\"table\\\",{\\\"class\\\":\\\"ihm-tgr-table\\\",attributes:{id:c.id+\\\"-table\\\"}}):b(\\\"div\\\",{\\\"class\\\":\\\"ihm-tgr-divtable\\\",attributes:{id:c.id+\\\"-table\\\"}});(function(a){switch(c.layout){case \\\"E\\\":p(c.root,\\nfunction(d,f,m){m>=c.startat&&(f=e(d),d=g(d,f),d=b(\\\"tr\\\",{children:[d]}),a.appendChild(d));return!0},{},{skipvisited:!0});break;case \\\"S\\\":p(c.root,function(d,f,m){if(m>=c.startat){var l=e(d),l=g(d,l),k=f.nodegroup[f.nodegroup.length-1];k?m>=f.lastdepth?k.appendChild(l):m\u003Cf.lastdepth&&(f.nodegroup.pop(),k=f.nodegroup[f.nodegroup.length-1],k.appendChild(l)):a.appendChild(l);!d.collapse&&0\u003Cd.children.length&&(d=b(\\\"div\\\",{\\\"class\\\":\\\"ihm-tgr-node-group\\\"}),f.nodegroup.push(d),l.appendChild(d))}f.lastdepth=m;\\nreturn!0},{nodegroup:[],lastdepth:-1},{skipvisited:!0})}})(f);return f};exports.error=function(a){return'\u003Cspan style=\\\"color:green; font-size:1.5em\\\">\\\\u26a0 Tidgraph: \u003C/span>\u003Cspan style=\\\"color:red\\\">'+a+\\\"\u003C/span>\\\"};exports.buildSVG=function(a,c){var b=document.getElementById(c.id+\\\"-table\\\");if(b)return getComputedStyle(b),'\u003Csvg xmlns=\\\"http://www.w3.org/2000/svg\\\" height=\\\"'+a.offsetHeight+'px\\\" width=\\\"'+a.offsetWidth+'px\\\" style=\\\"overflow: visible\\\">\u003Cg class=\\\"ihm-tgr-link tgr-link tgr-edge\\\" style=\\\"overflow: visible\\\"> \u003Cdefs> \u003Cmarker id=\\\"tgr-arrow\\\" viewBox=\\\"0 0 10 10\\\" refX=\\\"1\\\" refY=\\\"5\\\" markerUnits=\\\"strokeWidth\\\" orient=\\\"auto\\\" markerWidth=\\\"8\\\" markerHeight=\\\"6\\\"> \u003Cpolyline class=\\\"ihm-tgr-arrow tgr-arrow\\\" points=\\\"0,0 10,5 0,10 0,5\\\" style=\\\"opacity:1;\\\" />\u003C/marker>\u003C/defs> '+\\nA(a,c)+\\\"\u003C/g> \u003C/svg>\\\"};exports.isDescendant=function(a,c,b){if(z(a,c,b))return!0;var e=!1;p(c,function(b,c,h){if(b===a)return e=!0,!1},{},{skipvisited:!0,getCh:function(a){return v(a,b)}});return e};exports.makeTidTree=function(a,c,b){b=b||{};var e=!1;c.outliers=[];var g=new t(void 0,a,0,b.widget);B(a,function(a,c,d,e){if(c){a:{for(var g=d.visited,l=g.length,k=0;k\u003Cl;k++)if(g[k].id===c){c=g[k];break a}c=void 0}a=c.addChild(a,e,b.widget);d.visited.push(a)}return!0},{visited:[g]},{getId:function(a){return a},\\ngetCh:function(a){return v(a,c)},maxdepth:c.maxdepth,skipvisited:!0,outlier:function(a,b){e=!1;$tw.utils.each(c.outliers,function(c){c[0]===a&&c[1]===b&&(e=!0)});e||c.outliers.push([a,b])}});return g};t.prototype.addChild=function(a,c,b){a=new t(this,a,c,b);this.children.push(a);return a};t.prototype.toString=function(){return\\\"tnode(id=\\\"+this.id+\\\")\\\"};t.prototype.collapseClickEvent=function(a){this.collapse=!this.collapse;this.widget.paint()}})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"library\"},\"$:/plugins/ihm/widgets/tidgraph.js\":{\"title\":\"$:/plugins/ihm/widgets/tidgraph.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/ihm/widgets/tidgraph.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nTidgraph widget to render HTML5/SVG graph of tiddlers\\n\\n\\\\*/\\n(function(){var e=require(\\\"$:/core/modules/widgets/widget.js\\\").widget,c=function(b,f){this.initialise(b,f)},d=require(\\\"$:/plugins/ihm/tidgraph/utils.js\\\");c.prototype=new e;c.prototype.render=function(b,f){this.tidtree&&this.delTempTiddlers();this.parentDomNode=b;this.nextSiblingDomNode=f;this.computeAttributes();this.execute();-1===[\\\"tagging\\\",\\\"linking\\\"].indexOf(this.mode)&&(this.mode=$tw.wiki.getTiddlerText(\\\"$:/config/tidgraph/modes/\\\"+this.mode)||this.mode);this.tidtree=[];this.tidtree.mode=this.mode;\\nthis.tidtree.maxdepth=this.maxdepth;this.tidtree.startat=this.startat;this.tidtree.nodetitle=this.nodetitle;this.tidtree.tooltip=this.tooltip;this.tidtree.filter=this.filter;this.tidtree.nocollapse=this.nocollapse;this.tidtree.document=this.document;this.tidtree.nodetemplate=this.nodetemplate;this.tidtree.layout=this.layout;this.templatesInUse=$tw.utils.parseStringArray(this.nodetemplate);this.tidtree.id=(new Date).valueOf();if($tw.wiki.getTiddler(this.startTid)){this.div=this.document.createElement(\\\"div\\\");\\nthis.div.className=\\\"tgr-container tgr\\\";this.tablediv=this.document.createElement(\\\"div\\\");this.tablediv.className=\\\"ihm-tgr-tablediv\\\";this.table=void 0;this.div.appendChild(this.tablediv);this.svgdiv=this.document.createElement(\\\"div\\\");this.svgdiv.className=\\\"tgr-svg-int\\\";this.div.appendChild(this.svgdiv);this.parentDomNode.insertBefore(this.div,this.nextSiblingDomNode);this.domNodes.push(this.div);this.tidtree.root=d.makeTidTree(this.startTid,this.tidtree,{widget:this});this.paint();var a=this,c=function(){a.svgdiv.innerHTML=\\nd.buildSVG(a.tablediv,a.tidtree);a.oldresize&&a.oldresize()},e=function(){a.svgdiv.innerHTML=d.buildSVG(a.tablediv,a.tidtree)};this.div.onscroll=function(){a.scroll_to||clearTimeout(a.scroll_to);a.scroll_to=setTimeout(e,100)};this.onresize_updated||(window.onresize&&void 0==this.oldresize&&(this.oldresize=window.onresize),window.onresize=function(){a.resize_to||clearTimeout(a.resize_to);a.resize_to=setTimeout(c,100)},this.onresize_updated=!0)}};c.prototype.delTempTiddlers=function(){var b=$tw.wiki.filterTiddlers(\\\"[prefix[$:/temp/tidgraph/\\\"+\\nthis.tidtree.id+\\\"]]\\\");$tw.utils.each(b,function(b){$tw.wiki.deleteTiddler(b)})};c.prototype.paint=function(){this.sidebar=$tw.wiki.getTiddlerText(\\\"$:/state/sidebar\\\");var b=d.buildTable(this.startTid,this.tidtree);this.table?this.tablediv.replaceChild(b,this.table):this.tablediv.appendChild(b);this.svgdiv.innerHTML=d.buildSVG(this.tablediv,this.tidtree);this.table=b};c.prototype.execute=function(){this.startTid=this.getAttribute(\\\"start\\\");this.mode=this.getAttribute(\\\"mode\\\",\\\"tagging\\\");this.maxdepth=\\nparseInt(this.getAttribute(\\\"maxdepth\\\",\\\"10\\\"));this.startat=this.getAttribute(\\\"startat\\\",\\\"0\\\");this.nodetitle=this.getAttribute(\\\"nodetitle\\\");this.tooltip=this.getAttribute(\\\"tooltip\\\",\\\"summary\\\");this.filter=this.getAttribute(\\\"filter\\\",\\\"[!is[system]]\\\");this.nocollapse=this.hasAttribute(\\\"nocollapse\\\");this.nodetemplate=this.getAttribute(\\\"nodetemplate\\\",\\\"\\\");this.layout=this.getAttribute(\\\"layout\\\",\\\"E\\\");-1==[\\\"E\\\",\\\"S\\\"].indexOf(this.layout)&&(this.layout=\\\"E\\\")};c.prototype.refresh=function(b){var c=!1,a;this.computeAttributes();\\nthis.execute();for(a in b)if((b=document.getElementById(this.tidtree.id+\\\"-\\\"+encodeURIComponent(a))||d.isDescendant(a,this.startTid,this.tidtree)||-1!==this.templatesInUse.indexOf(a))||(b=(b=$tw.wiki.getTiddler(a))&&b.hasTag(\\\"$:/tags/Stylesheet\\\")?!0:!1),b||-1!==a.indexOf(\\\"$:/config/tidgraph/modes\\\")){c=!0;break}$tw.wiki.getTiddlerText(\\\"$:/state/sidebar\\\")!==this.sidebar&&(c=!0);return c?(this.refreshSelf(),!0):!1};exports.tidgraph=c})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"}}}"},
{"author":"kixam","core-version":">=5.1.8","created":"20210303231904987","dependents":"","description":"datepicker plugin for TiddlyWiki5, based on Pikaday version 1.6.1","list":"readme license usage","modified":"20210303231904987","plugin-type":"plugin","source":"https://github.com/kixam/TW5-datepicker","title":"$:/plugins/kixam/datepicker","version":"0.5.2","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/kixam/datepicker/icon\":{\"title\":\"$:/plugins/kixam/datepicker/icon\",\"tags\":\"$:/tags/Image\",\"text\":\"\u003Csvg height=\\\"22pt\\\" width=\\\"22pt\\\" viewBox=\\\"0 0 128 128\\\">\\n\u003Cpath d=\\\"M 13.775391 0 L 2.0664062 6.8671875 L 2.0664062 20.599609 L 13.775391 27.464844 L 25.484375 20.599609 L 25.484375 6.8671875 L 13.775391 0 z M 9.6582031 3.6230469 L 10.292969 3.6230469 C 10.728856 3.6230469 11.101705 3.7794391 11.412109 4.0898438 C 11.722514 4.4002483 11.876953 4.7730982 11.876953 5.2089844 L 11.876953 6.1601562 L 15.681641 6.1601562 L 15.681641 5.2089844 C 15.681641 4.7730982 15.83608 4.4002483 16.146484 4.0898438 C 16.456889 3.7794391 16.829738 3.6230469 17.265625 3.6230469 L 17.900391 3.6230469 C 18.336278 3.6230469 18.709127 3.7794391 19.019531 4.0898438 C 19.329936 4.4002483 19.484375 4.7730982 19.484375 5.2089844 L 19.484375 6.1601562 L 20.753906 6.1601562 C 21.097333 6.1601562 21.393566 6.284192 21.644531 6.5351562 C 21.895499 6.7861224 22.021484 7.0843085 22.021484 7.4277344 L 22.021484 20.107422 C 22.021484 20.450848 21.895499 20.749034 21.644531 21 C 21.393566 21.250966 21.097333 21.375 20.753906 21.375 L 6.8046875 21.375 C 6.4612605 21.375 6.1650274 21.250966 5.9140625 21 C 5.6630976 20.749034 5.5371094 20.450848 5.5371094 20.107422 L 5.5371094 7.4277344 C 5.5371094 7.0843085 5.6630976 6.7861224 5.9140625 6.5351562 C 6.1650274 6.284192 6.4612605 6.1601563 6.8046875 6.1601562 L 8.0722656 6.1601562 L 8.0722656 5.2089844 C 8.0722656 4.7730982 8.2286584 4.4002483 8.5390625 4.0898438 C 8.8494667 3.7794391 9.2223157 3.6230469 9.6582031 3.6230469 z M 9.6582031 4.890625 C 9.5723471 4.890625 9.4982891 4.923586 9.4355469 4.9863281 C 9.3728059 5.0490687 9.3417969 5.1231279 9.3417969 5.2089844 L 9.3417969 8.0605469 C 9.3417969 8.1464033 9.3728059 8.222414 9.4355469 8.2851562 C 9.4982891 8.3478969 9.5723471 8.3789062 9.6582031 8.3789062 L 10.292969 8.3789062 C 10.378825 8.3789062 10.452884 8.3478969 10.515625 8.2851562 C 10.578367 8.222414 10.609375 8.1464033 10.609375 8.0605469 L 10.609375 5.2089844 C 10.609375 5.1231279 10.578367 5.0490687 10.515625 4.9863281 C 10.452884 4.923586 10.378825 4.890625 10.292969 4.890625 L 9.6582031 4.890625 z M 17.265625 4.890625 C 17.179769 4.890625 17.105711 4.923586 17.042969 4.9863281 C 16.980227 5.0490687 16.949219 5.1231279 16.949219 5.2089844 L 16.949219 8.0605469 C 16.949219 8.1464033 16.980227 8.222414 17.042969 8.2851562 C 17.105711 8.3478969 17.179769 8.3789062 17.265625 8.3789062 L 17.900391 8.3789062 C 17.986247 8.3789062 18.060305 8.3478969 18.123047 8.2851562 C 18.185788 8.222414 18.216797 8.1464033 18.216797 8.0605469 L 18.216797 5.2089844 C 18.216797 5.1231279 18.185788 5.0490687 18.123047 4.9863281 C 18.060305 4.923586 17.986247 4.890625 17.900391 4.890625 L 17.265625 4.890625 z M 6.8046875 9.9628906 L 6.8046875 12.816406 L 9.6582031 12.816406 L 9.6582031 9.9628906 L 6.8046875 9.9628906 z M 10.292969 9.9628906 L 10.292969 12.816406 L 13.462891 12.816406 L 13.462891 9.9628906 L 10.292969 9.9628906 z M 14.095703 9.9628906 L 14.095703 12.816406 L 17.265625 12.816406 L 17.265625 9.9628906 L 14.095703 9.9628906 z M 17.900391 9.9628906 L 17.900391 12.816406 L 20.753906 12.816406 L 20.753906 9.9628906 L 17.900391 9.9628906 z M 6.8046875 13.451172 L 6.8046875 16.621094 L 9.6582031 16.621094 L 9.6582031 13.451172 L 6.8046875 13.451172 z M 10.292969 13.451172 L 10.292969 16.621094 L 13.462891 16.621094 L 13.462891 13.451172 L 10.292969 13.451172 z M 14.095703 13.451172 L 14.095703 16.621094 L 17.265625 16.621094 L 17.265625 13.451172 L 14.095703 13.451172 z M 17.900391 13.451172 L 17.900391 16.621094 L 20.753906 16.621094 L 20.753906 13.451172 L 17.900391 13.451172 z M 6.8046875 17.253906 L 6.8046875 20.107422 L 9.6582031 20.107422 L 9.6582031 17.253906 L 6.8046875 17.253906 z M 10.292969 17.253906 L 10.292969 20.107422 L 13.462891 20.107422 L 13.462891 17.253906 L 10.292969 17.253906 z M 14.095703 17.253906 L 14.095703 20.107422 L 17.265625 20.107422 L 17.265625 17.253906 L 14.095703 17.253906 z M 17.900391 17.253906 L 17.900391 20.107422 L 20.753906 20.107422 L 20.753906 17.253906 L 17.900391 17.253906 z\\\" transform=\\\"scale(4.6545455,4.6545455)\\\" />\\n\u003C/svg>\\n\"},\"$:/plugins/kixam/datepicker/license\":{\"title\":\"$:/plugins/kixam/datepicker/license\",\"text\":\"!! Pikaday licence: [[BSD 2-clause simplified license|http://www.freebsd.org/copyright/freebsd-license.html]] and [[MIT|http://mit-license.org/]]\\n```\\nCopyright (c) 2014 David Bushell BSD & MIT license\\n\\nThe MIT License (MIT)\\n\\nCopyright (c) 2014 David Bushell\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\\"Software\\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in\\nall copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\\nTHE SOFTWARE.\\n\\nThe BSD License\\n\\nCopyright (c) 2014 David Bushell\\nAll rights reserved.\\n\\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\\n\\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\\n\\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\\"AS IS\\\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n```\\n\\n!! Plugin license: [[BSD 2-clause simplified license|http://www.freebsd.org/copyright/freebsd-license.html]]\\n```\\nCopyright (c) 2015, kixam\\nAll rights reserved.\\n\\nRedistribution and use in source and binary forms, with or without\\nmodification, are permitted provided that the following conditions are met:\\n\\n1. Redistributions of source code must retain the above copyright notice, this\\n list of conditions and the following disclaimer.\\n\\n2. Redistributions in binary form must reproduce the above copyright notice,\\n this list of conditions and the following disclaimer in the documentation\\n and/or other materials provided with the distribution.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\\"AS IS\\\"\\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n```\\n\"},\"$:/plugins/kixam/datepicker/pikaday.css\":{\"title\":\"$:/plugins/kixam/datepicker/pikaday.css\",\"text\":\"@charset \\\"UTF-8\\\";/*!\\n * Pikaday\\n * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/\\n */.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:\\\"Helvetica Neue\\\",Helvetica,Arial,sans-serif}.pika-single:before,.pika-single:after{content:\\\" \\\";display:table}.pika-single:after{clear:both}.pika-single{*zoom:1}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,.5)}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-label{display:inline-block;*display:inline;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:0;border:0;padding:0;width:20px;height:30px;color:rgba(0,0,0,0);white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5;*position:absolute;*top:0}.pika-prev:hover,.pika-next:hover{opacity:1}.pika-prev,.is-rtl .pika-next{float:left;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');*left:0}.pika-next,.is-rtl .pika-prev{float:right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');*right:0}.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block;*display:inline}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table th,.pika-table td{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:bold;text-align:center}.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:0;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:right;background:#f5f5f5}.pika-week{font-size:11px;color:#999}.is-today .pika-button{color:#3af;font-weight:bold}.is-selected .pika-button,.has-event .pika-button{color:#fff;font-weight:bold;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{color:#fff;background:#6cb31d;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:#fff;background:#3af;box-shadow:none;border-radius:3px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{pointer-events:none;cursor:default}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{color:#fff;background:#ff8000;box-shadow:none;border-radius:3px}.pika-table abbr{border-bottom:0;cursor:help}.pika-time-container{clear:both}.pika-time{margin:7px auto 7px}.pika-time .pika-time-label{font-weight:bold;font-size:11px;color:#666;padding-right:.33em}\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"},\"$:/plugins/kixam/datepicker/pikaday.js\":{\"title\":\"$:/plugins/kixam/datepicker/pikaday.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/kixam/datepicker/pikaday.js\\ntype: application/javascript\\nmodule-type: library\\n\\n@preserve\\n\\\\*/\\n\\n(function(root,factory){\\\"use strict\\\";var moment;if(typeof exports===\\\"object\\\"){try{moment=require(\\\"$:/plugins/kixam/moment/moment.js\\\")}catch(e){}module.exports=factory(moment)}else if(typeof define===\\\"function\\\"&&define.amd){define(function(req){var id=\\\"moment\\\";try{moment=req(id)}catch(e){}return factory(moment)})}else{root.Pikaday=factory(root.moment)}})(this,function(moment){\\\"use strict\\\";var hasMoment=typeof moment===\\\"function\\\",addEvent=function(el,e,callback,capture){if(!!window.addEventListener){el.addEventListener(e,callback,!!capture)}else{el.attachEvent(\\\"on\\\"+e,callback)}},removeEvent=function(el,e,callback,capture){if(!!window.addEventListener){el.removeEventListener(e,callback,!!capture)}else{el.detachEvent(\\\"on\\\"+e,callback)}},trim=function(str){return str.trim?str.trim():str.replace(/^\\\\s+|\\\\s+$/g,\\\"\\\")},hasClass=function(el,cn){return(\\\" \\\"+el.className+\\\" \\\").indexOf(\\\" \\\"+cn+\\\" \\\")!==-1},addClass=function(el,cn){if(!hasClass(el,cn)){el.className=el.className===\\\"\\\"?cn:el.className+\\\" \\\"+cn}},removeClass=function(el,cn){el.className=trim((\\\" \\\"+el.className+\\\" \\\").replace(\\\" \\\"+cn+\\\" \\\",\\\" \\\"))},isArray=function(obj){return/Array/.test(Object.prototype.toString.call(obj))},isDate=function(obj){return/Date/.test(Object.prototype.toString.call(obj))&&!isNaN(obj.getTime())},isWeekend=function(date){var day=date.getDay();return day===0||day===6},isLeapYear=function(year){return year%4===0&&year%100!==0||year%400===0},getDaysInMonth=function(year,month){return[31,isLeapYear(year)?29:28,31,30,31,30,31,31,30,31,30,31][month]},setToStartOfDay=function(date){if(isDate(date))date.setHours(0,0,0,0)},compareDates=function(a,b){var _a=new Date(a.getTime());var _b=new Date(b.getTime());setToStartOfDay(_a);setToStartOfDay(_b);return _a.getTime()===_b.getTime()},extend=function(to,from,overwrite){var prop,hasProp;for(prop in from){hasProp=to[prop]!==undefined;if(hasProp&&typeof from[prop]===\\\"object\\\"&&from[prop]!==null&&from[prop].nodeName===undefined){if(isDate(from[prop])){if(overwrite){to[prop]=new Date(from[prop].getTime())}}else if(isArray(from[prop])){if(overwrite){to[prop]=from[prop].slice(0)}}else{to[prop]=extend({},from[prop],overwrite)}}else if(overwrite||!hasProp){to[prop]=from[prop]}}return to},fireEvent=function(el,eventName,data){var ev;if(document.createEvent){ev=window.document.createEvent(\\\"HTMLEvents\\\");ev.initEvent(eventName,true,false);ev=extend(ev,data);el.dispatchEvent(ev)}else if(document.createEventObject){ev=window.document.createEventObject();ev=extend(ev,data);el.fireEvent(\\\"on\\\"+eventName,ev)}},adjustCalendar=function(calendar){if(calendar.month\u003C0){calendar.year-=Math.ceil(Math.abs(calendar.month)/12);calendar.month+=12}if(calendar.month>11){calendar.year+=Math.floor(Math.abs(calendar.month)/12);calendar.month-=12}return calendar},defaults={field:null,bound:undefined,ariaLabel:\\\"Use the arrow keys to pick a date\\\",position:\\\"bottom left\\\",reposition:true,format:null,inputFormats:null,toString:null,parse:null,defaultDate:null,setDefaultDate:false,firstDay:0,formatStrict:false,minDate:null,maxDate:null,yearRange:10,showWeekNumber:false,pickWholeWeek:false,minYear:0,maxYear:9999,minMonth:undefined,maxMonth:undefined,startRange:null,endRange:null,isRTL:false,yearSuffix:\\\"\\\",showMonthAfterYear:false,showDaysInNextAndPreviousMonths:false,enableSelectionDaysInNextAndPreviousMonths:false,numberOfMonths:1,showTime:true,showMinutes:true,showSeconds:false,use24hour:false,incrementHourBy:1,incrementMinuteBy:1,incrementSecondBy:1,timeLabel:null,autoClose:true,mainCalendar:\\\"left\\\",container:undefined,blurFieldOnSelect:true,i18n:{previousMonth:\\\"Previous Month\\\",nextMonth:\\\"Next Month\\\",months:[\\\"January\\\",\\\"February\\\",\\\"March\\\",\\\"April\\\",\\\"May\\\",\\\"June\\\",\\\"July\\\",\\\"August\\\",\\\"September\\\",\\\"October\\\",\\\"November\\\",\\\"December\\\"],weekdays:[\\\"Sunday\\\",\\\"Monday\\\",\\\"Tuesday\\\",\\\"Wednesday\\\",\\\"Thursday\\\",\\\"Friday\\\",\\\"Saturday\\\"],weekdaysShort:[\\\"Sun\\\",\\\"Mon\\\",\\\"Tue\\\",\\\"Wed\\\",\\\"Thu\\\",\\\"Fri\\\",\\\"Sat\\\"],midnight:\\\"Midnight\\\",noon:\\\"Noon\\\"},theme:null,events:[],onSelect:null,onOpen:null,onClose:null,onDraw:null,keyboardInput:true},renderDayName=function(opts,day,abbr){day+=opts.firstDay;while(day>=7){day-=7}return abbr?opts.i18n.weekdaysShort[day]:opts.i18n.weekdays[day]},renderDay=function(opts){var arr=[];var ariaSelected=\\\"false\\\";if(opts.isEmpty){if(opts.showDaysInNextAndPreviousMonths){arr.push(\\\"is-outside-current-month\\\");if(!opts.enableSelectionDaysInNextAndPreviousMonths){arr.push(\\\"is-selection-disabled\\\")}}else{return'\u003Ctd class=\\\"is-empty\\\">\u003C/td>'}}if(opts.isDisabled){arr.push(\\\"is-disabled\\\")}if(opts.isToday){arr.push(\\\"is-today\\\")}if(opts.isSelected){arr.push(\\\"is-selected\\\");ariaSelected=\\\"true\\\"}if(opts.hasEvent){arr.push(\\\"has-event\\\")}if(opts.isInRange){arr.push(\\\"is-inrange\\\")}if(opts.isStartRange){arr.push(\\\"is-startrange\\\")}if(opts.isEndRange){arr.push(\\\"is-endrange\\\")}return'\u003Ctd data-day=\\\"'+opts.day+'\\\" class=\\\"'+arr.join(\\\" \\\")+'\\\" aria-selected=\\\"'+ariaSelected+'\\\">'+'\u003Cbutton class=\\\"pika-button pika-day\\\" type=\\\"button\\\" '+'data-pika-year=\\\"'+opts.year+'\\\" data-pika-month=\\\"'+opts.month+'\\\" data-pika-day=\\\"'+opts.day+'\\\">'+opts.day+\\\"\u003C/button>\\\"+\\\"\u003C/td>\\\"},renderWeek=function(d,m,y){var onejan=new Date(y,0,1),weekNum=Math.ceil(((new Date(y,m,d)-onejan)/864e5+onejan.getDay()+1)/7);return'\u003Ctd class=\\\"pika-week\\\">'+weekNum+\\\"\u003C/td>\\\"},renderRow=function(days,isRTL,pickWholeWeek,isRowSelected){return'\u003Ctr class=\\\"pika-row'+(pickWholeWeek?\\\" pick-whole-week\\\":\\\"\\\")+(isRowSelected?\\\" is-selected\\\":\\\"\\\")+'\\\">'+(isRTL?days.reverse():days).join(\\\"\\\")+\\\"\u003C/tr>\\\"},renderBody=function(rows){return\\\"\u003Ctbody>\\\"+rows.join(\\\"\\\")+\\\"\u003C/tbody>\\\"},renderHead=function(opts){var i,arr=[];if(opts.showWeekNumber){arr.push(\\\"\u003Cth>\u003C/th>\\\")}for(i=0;i\u003C7;i++){arr.push('\u003Cth scope=\\\"col\\\">\u003Cabbr title=\\\"'+renderDayName(opts,i)+'\\\">'+renderDayName(opts,i,true)+\\\"\u003C/abbr>\u003C/th>\\\")}return\\\"\u003Cthead>\u003Ctr>\\\"+(opts.isRTL?arr.reverse():arr).join(\\\"\\\")+\\\"\u003C/tr>\u003C/thead>\\\"},renderTitle=function(instance,c,year,month,refYear,randId){var i,j,arr,opts=instance._o,isMinYear=year===opts.minYear,isMaxYear=year===opts.maxYear,html='\u003Cdiv id=\\\"'+randId+'\\\" class=\\\"pika-title\\\" role=\\\"heading\\\" aria-live=\\\"assertive\\\">',monthHtml,yearHtml,prev=true,next=true;for(arr=[],i=0;i\u003C12;i++){arr.push('\u003Coption value=\\\"'+(year===refYear?i-c:12+i-c)+'\\\"'+(i===month?' selected=\\\"selected\\\"':\\\"\\\")+(isMinYear&&i\u003Copts.minMonth||isMaxYear&&i>opts.maxMonth?'disabled=\\\"disabled\\\"':\\\"\\\")+\\\">\\\"+opts.i18n.months[i]+\\\"\u003C/option>\\\")}monthHtml='\u003Cdiv class=\\\"pika-label\\\">'+opts.i18n.months[month]+'\u003Cselect class=\\\"pika-select pika-select-month\\\" tabindex=\\\"-1\\\">'+arr.join(\\\"\\\")+\\\"\u003C/select>\u003C/div>\\\";if(isArray(opts.yearRange)){i=opts.yearRange[0];j=opts.yearRange[1]+1}else{i=year-opts.yearRange;j=1+year+opts.yearRange}for(arr=[];i\u003Cj&&i\u003C=opts.maxYear;i++){if(i>=opts.minYear){arr.push('\u003Coption value=\\\"'+i+'\\\"'+(i===year?' selected=\\\"selected\\\"':\\\"\\\")+\\\">\\\"+i+\\\"\u003C/option>\\\")}}yearHtml='\u003Cdiv class=\\\"pika-label\\\">'+year+opts.yearSuffix+'\u003Cselect class=\\\"pika-select pika-select-year\\\" tabindex=\\\"-1\\\">'+arr.join(\\\"\\\")+\\\"\u003C/select>\u003C/div>\\\";if(opts.showMonthAfterYear){html+=yearHtml+monthHtml}else{html+=monthHtml+yearHtml}if(isMinYear&&(month===0||opts.minMonth>=month)){prev=false}if(isMaxYear&&(month===11||opts.maxMonth\u003C=month)){next=false}if(c===0){html+='\u003Cbutton class=\\\"pika-prev'+(prev?\\\"\\\":\\\" is-disabled\\\")+'\\\" type=\\\"button\\\">'+opts.i18n.previousMonth+\\\"\u003C/button>\\\"}if(c===instance._o.numberOfMonths-1){html+='\u003Cbutton class=\\\"pika-next'+(next?\\\"\\\":\\\" is-disabled\\\")+'\\\" type=\\\"button\\\">'+opts.i18n.nextMonth+\\\"\u003C/button>\\\"}return html+=\\\"\u003C/div>\\\"},renderTable=function(opts,data,randId){return'\u003Ctable cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"pika-table\\\" role=\\\"grid\\\" aria-labelledby=\\\"'+randId+'\\\">'+renderHead(opts)+renderBody(data)+\\\"\u003C/table>\\\"},renderTimePicker=function(num_options,selected_val,select_class,display_func,increment_by){increment_by=increment_by||1;var to_return='\u003Ctd>\u003Cselect class=\\\"pika-select '+select_class+'\\\">';for(var i=0;i\u003Cnum_options;i+=increment_by){to_return+='\u003Coption value=\\\"'+i+'\\\" '+(i==selected_val?\\\"selected\\\":\\\"\\\")+\\\">\\\"+display_func(i)+\\\"\u003C/option>\\\"}to_return+=\\\"\u003C/select>\u003C/td>\\\";return to_return},renderTime=function(hh,mm,ss,opts){var to_return='\u003Ctable cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"pika-time\\\">\u003Ctbody>\u003Ctr>'+(opts.timeLabel!==null?'\u003Ctd class=\\\"pika-time-label\\\">'+opts.timeLabel+\\\"\u003C/td>\\\":\\\"\\\")+renderTimePicker(24,hh,\\\"pika-select-hour\\\",function(i){if(opts.use24hour){return i}else{var to_return=i%12+(i\u003C12?\\\" AM\\\":\\\" PM\\\");if(to_return==\\\"0 AM\\\"){return opts.i18n.midnight}else if(to_return==\\\"0 PM\\\"){return opts.i18n.noon}else{return to_return}}},opts.incrementHourBy);if(opts.showMinutes){to_return+=\\\"\u003Ctd>:\u003C/td>\\\"+renderTimePicker(60,mm,\\\"pika-select-minute\\\",function(i){if(i\u003C10)return\\\"0\\\"+i;return i},opts.incrementMinuteBy)}if(opts.showSeconds){to_return+=\\\"\u003Ctd>:\u003C/td>\\\"+renderTimePicker(60,ss,\\\"pika-select-second\\\",function(i){if(i\u003C10)return\\\"0\\\"+i;return i},opts.incrementSecondBy)}return to_return+\\\"\u003C/tr>\u003C/tbody>\u003C/table>\\\"},Pikaday=function(options){var self=this,opts=self.config(options);self._onMouseDown=function(e){if(!self._v){return}e=e||window.event;var target=e.target||e.srcElement;if(!target){return}if(!hasClass(target,\\\"is-disabled\\\")){if(hasClass(target,\\\"pika-button\\\")&&!hasClass(target,\\\"is-empty\\\")&&!hasClass(target.parentNode,\\\"is-disabled\\\")){var newDate=new Date(target.getAttribute(\\\"data-pika-year\\\"),target.getAttribute(\\\"data-pika-month\\\"),target.getAttribute(\\\"data-pika-day\\\"));var prevDate=self._d||opts.defaultDate;if(prevDate&&isDate(prevDate)&&opts.showTime){newDate.setHours(prevDate.getHours());newDate.setMinutes(prevDate.getMinutes());if(opts.showSeconds){newDate.setSeconds(prevDate.getSeconds())}}self.setDate(newDate);if(opts.bound){window.setTimeout(function(){if(opts.autoClose){self.hide()}if(opts.blurFieldOnSelect&&opts.field){opts.field.blur()}},100)}}else if(hasClass(target,\\\"pika-prev\\\")){self.prevMonth()}else if(hasClass(target,\\\"pika-next\\\")){self.nextMonth()}}if(!hasClass(target,\\\"pika-select\\\")){if(e.preventDefault){e.preventDefault()}else{e.returnValue=false;return false}}else{self._c=true}};self._onChange=function(e){e=e||window.event;var target=e.target||e.srcElement;if(!target){return}if(hasClass(target,\\\"pika-select-month\\\")){self.gotoMonth(target.value)}else if(hasClass(target,\\\"pika-select-year\\\")){self.gotoYear(target.value)}else if(hasClass(target,\\\"pika-select-hour\\\")){self.setTime(target.value)}else if(hasClass(target,\\\"pika-select-minute\\\")){self.setTime(null,target.value)}else if(hasClass(target,\\\"pika-select-second\\\")){self.setTime(null,null,target.value)}};self._onKeyChange=function(e){e=e||window.event;if(self.isVisible()){switch(e.keyCode){case 13:case 27:if(opts.field){opts.field.blur()}break;case 37:e.preventDefault();self.adjustDate(\\\"subtract\\\",1);break;case 38:self.adjustDate(\\\"subtract\\\",7);break;case 39:self.adjustDate(\\\"add\\\",1);break;case 40:self.adjustDate(\\\"add\\\",7);break}}};self._onInputChange=function(e){var date;if(e.firedBy===self){return}if(opts.parse){date=opts.parse(opts.field.value,opts.format||opts.inputFormats)}else if(hasMoment){date=moment(opts.field.value,opts.inputFormats,opts.formatStrict);date=date&&date.isValid()?date.toDate():null}else{date=new Date(Date.parse(opts.field.value))}if(isDate(date)){self.setDate(date)}if(!self._v){self.show()}};self._onInputFocus=function(){self.show()};self._onInputClick=function(){self.show()};self._onInputBlur=function(){var pEl=window.document.activeElement;do{if(hasClass(pEl,\\\"pika-single\\\")){return}}while(pEl=pEl.parentNode);if(opts.autoClose&&!self._c){self._b=window.setTimeout(function(){self.hide()},50)}self._c=false};self._onClick=function(e){e=e||window.event;var target=e.target||e.srcElement,pEl=target;if(!target){return}if(!!!window.addEventListener&&hasClass(target,\\\"pika-select\\\")){if(!target.onchange){target.setAttribute(\\\"onchange\\\",\\\"return;\\\");addEvent(target,\\\"change\\\",self._onChange)}}do{if(hasClass(pEl,\\\"pika-single\\\")||pEl===opts.trigger||opts.showTime&&hasClass(pEl,\\\"pika-time-container\\\")){return}}while(pEl=pEl.parentNode);if(self._v&&target!==opts.trigger&&pEl!==opts.trigger){self.hide()}};self.el=window.document.createElement(\\\"div\\\");self.el.className=\\\"pika-single\\\"+(opts.isRTL?\\\" is-rtl\\\":\\\"\\\")+(opts.theme?\\\" \\\"+opts.theme:\\\"\\\");addEvent(self.el,\\\"mousedown\\\",self._onMouseDown,true);addEvent(self.el,\\\"touchend\\\",self._onMouseDown,true);addEvent(self.el,\\\"change\\\",self._onChange);if(opts.keyboardInput){addEvent(document,\\\"keydown\\\",self._onKeyChange)}if(opts.field){if(opts.container){opts.container.appendChild(self.el)}else if(opts.bound){window.document.body.appendChild(self.el)}else{opts.field.parentNode.insertBefore(self.el,opts.field.nextSibling)}addEvent(opts.field,\\\"change\\\",self._onInputChange);if(!opts.defaultDate){if(hasMoment&&opts.field.value){opts.defaultDate=moment(opts.field.value,opts.inputFormats).toDate()}else{opts.defaultDate=new Date(Date.parse(opts.field.value))}opts.setDefaultDate=true}}var defDate=opts.defaultDate;if(isDate(defDate)){if(opts.setDefaultDate){self.setDate(defDate,true)}else{self.gotoDate(defDate)}}else{self.gotoDate(new Date)}if(opts.bound){this.hide();self.el.className+=\\\" is-bound\\\";addEvent(opts.trigger,\\\"click\\\",self._onInputClick);addEvent(opts.trigger,\\\"focus\\\",self._onInputFocus);addEvent(opts.trigger,\\\"blur\\\",self._onInputBlur)}else{this.show()}};Pikaday.prototype={config:function(options){if(!this._o){this._o=extend({},defaults,true)}var opts=extend(this._o,options,true);opts.isRTL=!!opts.isRTL;opts.autoClose=!!opts.autoClose;opts.field=opts.field&&opts.field.nodeName?opts.field:null;opts.theme=typeof opts.theme===\\\"string\\\"&&opts.theme?opts.theme:null;opts.bound=!!(opts.bound!==undefined?opts.field&&opts.bound:opts.field);opts.trigger=opts.trigger&&opts.trigger.nodeName?opts.trigger:opts.field;opts.disableWeekends=!!opts.disableWeekends;opts.disableDayFn=typeof opts.disableDayFn===\\\"function\\\"?opts.disableDayFn:null;var nom=parseInt(opts.numberOfMonths,10)||1;opts.numberOfMonths=nom>4?4:nom;if(!isDate(opts.minDate)){opts.minDate=false}if(!isDate(opts.maxDate)){opts.maxDate=false}if(opts.minDate&&opts.maxDate&&opts.maxDate\u003Copts.minDate){opts.maxDate=opts.minDate=false}if(opts.minDate){this.setMinDate(opts.minDate)}if(opts.maxDate){this.setMaxDate(opts.maxDate)}if(isArray(opts.yearRange)){var fallback=(new Date).getFullYear()-10;opts.yearRange[0]=parseInt(opts.yearRange[0],10)||fallback;opts.yearRange[1]=parseInt(opts.yearRange[1],10)||fallback}else{opts.yearRange=Math.abs(parseInt(opts.yearRange,10))||defaults.yearRange;if(opts.yearRange>100){opts.yearRange=100}}if(opts.format===null){opts.format=\\\"YYYY-MM-DD\\\";if(opts.showTime){opts.format+=\\\" HH:mm:ss\\\"}}if(!opts.inputFormats){opts.inputFormats=opts.format}return opts},toString:function(format){format=format||this._o.format;if(!isDate(this._d)){return\\\"\\\"}if(this._o.toString){return this._o.toString(this._d,format)}if(hasMoment){return moment(this._d).format(format)}if(this._o.showTime){return this._d.toString()}return this._d.toDateString()},getMoment:function(){return hasMoment?moment(this._d):null},setMoment:function(date,preventOnSelect){if(hasMoment&&moment.isMoment(date)){this.setDate(date.toDate(),preventOnSelect)}},getDate:function(){return isDate(this._d)?new Date(this._d.getTime()):null},setTime:function(hours,minutes,seconds){if(!this._d){this._d=new Date;this._d.setHours(0,0,0,0)}if(hours){this._d.setHours(hours)}if(minutes){this._d.setMinutes(minutes)}if(seconds){this._d.setSeconds(seconds)}this.setDate(this._d)},setDate:function(date,preventOnSelect){if(!date){this._d=null;if(this._o.field){this._o.field.value=\\\"\\\";fireEvent(this._o.field,\\\"change\\\",{firedBy:this})}return this.draw()}if(typeof date===\\\"string\\\"){date=new Date(Date.parse(date))}if(!isDate(date)){return}var min=this._o.minDate,max=this._o.maxDate;if(isDate(min)&&date\u003Cmin){date=min}else if(isDate(max)&&date>max){date=max}this._d=new Date(date.getTime());if(this._o.showTime&&!this._o.showSeconds){this._d.setSeconds(0)}else if(!this._o.showTime){setToStartOfDay(this._d)}this.gotoDate(this._d);if(this._o.field){this._o.field.value=this.toString();fireEvent(this._o.field,\\\"change\\\",{firedBy:this})}if(!preventOnSelect&&typeof this._o.onSelect===\\\"function\\\"){this._o.onSelect.call(this,this.getDate())}},gotoDate:function(date){var newCalendar=true;if(!isDate(date)){return}if(this.calendars){var firstVisibleDate=new Date(this.calendars[0].year,this.calendars[0].month,1),lastVisibleDate=new Date(this.calendars[this.calendars.length-1].year,this.calendars[this.calendars.length-1].month,1),visibleDate=date.getTime();lastVisibleDate.setMonth(lastVisibleDate.getMonth()+1);lastVisibleDate.setDate(lastVisibleDate.getDate()-1);newCalendar=visibleDate\u003CfirstVisibleDate.getTime()||lastVisibleDate.getTime()\u003CvisibleDate}if(newCalendar){this.calendars=[{month:date.getMonth(),year:date.getFullYear(),hour:date.getHours(),minute:date.getMinutes(),second:date.getSeconds()}];if(this._o.mainCalendar===\\\"right\\\"){this.calendars[0].month+=1-this._o.numberOfMonths}}this.adjustCalendars()},adjustDate:function(sign,days){var day=this.getDate()||new Date;var difference=parseInt(days)*24*60*60*1e3;var newDay;if(sign===\\\"add\\\"){newDay=new Date(day.valueOf()+difference)}else if(sign===\\\"subtract\\\"){newDay=new Date(day.valueOf()-difference)}this.setDate(newDay)},adjustCalendars:function(){this.calendars[0]=adjustCalendar(this.calendars[0]);for(var c=1;c\u003Cthis._o.numberOfMonths;c++){this.calendars[c]=adjustCalendar({month:this.calendars[0].month+c,year:this.calendars[0].year})}this.draw()},gotoToday:function(){this.gotoDate(new Date)},gotoMonth:function(month){if(!isNaN(month)){this.calendars[0].month=parseInt(month,10);this.adjustCalendars()}},nextMonth:function(){this.calendars[0].month++;this.adjustCalendars()},prevMonth:function(){this.calendars[0].month--;this.adjustCalendars()},gotoYear:function(year){if(!isNaN(year)){this.calendars[0].year=parseInt(year,10);this.adjustCalendars()}},setMinDate:function(value){if(value instanceof Date){if(!this._o.showTime)setToStartOfDay(value);this._o.minDate=value;this._o.minYear=value.getFullYear();this._o.minMonth=value.getMonth()}else{this._o.minDate=defaults.minDate;this._o.minYear=defaults.minYear;this._o.minMonth=defaults.minMonth;this._o.startRange=defaults.startRange}this.draw()},setMaxDate:function(value){if(value instanceof Date){if(!this._o.showTime)setToStartOfDay(value);this._o.maxDate=value;this._o.maxYear=value.getFullYear();this._o.maxMonth=value.getMonth()}else{this._o.maxDate=defaults.maxDate;this._o.maxYear=defaults.maxYear;this._o.maxMonth=defaults.maxMonth;this._o.endRange=defaults.endRange}this.draw()},setStartRange:function(value){this._o.startRange=value},setEndRange:function(value){this._o.endRange=value},draw:function(force){if(!this._v&&!force){return}var opts=this._o,minYear=opts.minYear,maxYear=opts.maxYear,minMonth=opts.minMonth,maxMonth=opts.maxMonth,html=\\\"\\\",randId;if(this._y\u003C=minYear){this._y=minYear;if(!isNaN(minMonth)&&this._m\u003CminMonth){this._m=minMonth}}if(this._y>=maxYear){this._y=maxYear;if(!isNaN(maxMonth)&&this._m>maxMonth){this._m=maxMonth}}randId=\\\"pika-title-\\\"+Math.random().toString(36).replace(/[^a-z]+/g,\\\"\\\").substr(0,2);for(var c=0;c\u003Copts.numberOfMonths;c++){html+='\u003Cdiv class=\\\"pika-lendar\\\">'+renderTitle(this,c,this.calendars[c].year,this.calendars[c].month,this.calendars[0].year,randId)+this.render(this.calendars[c].year,this.calendars[c].month,randId)+\\\"\u003C/div>\\\"}if(opts.showTime){var prevDate=this._d||this._o.defaultDate;html+='\u003Cdiv class=\\\"pika-time-container\\\">'+renderTime(prevDate&&isDate(prevDate)?prevDate.getHours():0,prevDate&&isDate(prevDate)?prevDate.getMinutes():0,prevDate&&isDate(prevDate)?prevDate.getSeconds():0,opts)+\\\"\u003C/div>\\\"}this.el.innerHTML=html;if(opts.bound){if(opts.field.type!==\\\"hidden\\\"){window.setTimeout(function(){opts.trigger.focus()},1)}}if(typeof this._o.onDraw===\\\"function\\\"){this._o.onDraw(this)}if(opts.bound){opts.field.setAttribute(\\\"aria-label\\\",opts.ariaLabel)}},adjustPosition:function(){var field,pEl,width,height,viewportWidth,viewportHeight,scrollTop,left,top,clientRect;if(this._o.container)return;this.el.style.position=\\\"absolute\\\";field=this._o.trigger;pEl=field;width=this.el.offsetWidth;height=this.el.offsetHeight;viewportWidth=window.innerWidth||window.document.documentElement.clientWidth;viewportHeight=window.innerHeight||window.document.documentElement.clientHeight;scrollTop=window.pageYOffset||document.body.scrollTop||window.document.documentElement.scrollTop;if(typeof field.getBoundingClientRect===\\\"function\\\"){clientRect=field.getBoundingClientRect();left=clientRect.left+window.pageXOffset;top=clientRect.bottom+window.pageYOffset}else{left=pEl.offsetLeft;top=pEl.offsetTop+pEl.offsetHeight;while(pEl=pEl.offsetParent){left+=pEl.offsetLeft;top+=pEl.offsetTop}}if(this._o.reposition&&left+width>viewportWidth||this._o.position.indexOf(\\\"right\\\")>-1&&left-width+field.offsetWidth>0){left=left-width+field.offsetWidth}if(this._o.reposition&&top+height>viewportHeight+scrollTop||this._o.position.indexOf(\\\"top\\\")>-1&&top-height-field.offsetHeight>0){top=top-height-field.offsetHeight}this.el.style.left=left+\\\"px\\\";this.el.style.top=top+\\\"px\\\"},render:function(year,month,randId){var opts=this._o,now=new Date,days=getDaysInMonth(year,month),before=new Date(year,month,1).getDay(),data=[],row=[];if(!opts.showTime)setToStartOfDay(now);if(opts.firstDay>0){before-=opts.firstDay;if(before\u003C0){before+=7}}var previousMonth=month===0?11:month-1,nextMonth=month===11?0:month+1,yearOfPreviousMonth=month===0?year-1:year,yearOfNextMonth=month===11?year+1:year,daysInPreviousMonth=getDaysInMonth(yearOfPreviousMonth,previousMonth);var cells=days+before,after=cells;while(after>7){after-=7}cells+=7-after;var minDate_date=opts.minDate?new Date(opts.minDate.getFullYear(),opts.minDate.getMonth(),opts.minDate.getDate()):null;var maxDate_date=opts.maxDate?new Date(opts.maxDate.getFullYear(),opts.maxDate.getMonth(),opts.maxDate.getDate()):null;var isWeekSelected=false;for(var i=0,r=0;i\u003Ccells;i++){var day=new Date(year,month,1+(i-before)),isSelected=isDate(this._d)?compareDates(day,this._d):false,isToday=compareDates(day,now),hasEvent=opts.events.indexOf(day.toDateString())!==-1?true:false,isEmpty=i\u003Cbefore||i>=days+before,dayNumber=1+(i-before),monthNumber=month,yearNumber=year,isStartRange=opts.startRange&&compareDates(opts.startRange,day),isEndRange=opts.endRange&&compareDates(opts.endRange,day),isInRange=opts.startRange&&opts.endRange&&opts.startRange\u003Cday&&day\u003Copts.endRange,isDisabled=minDate_date&&day\u003CminDate_date||maxDate_date&&day>maxDate_date||opts.disableWeekends&&isWeekend(day)||opts.disableDayFn&&opts.disableDayFn(day);if(isEmpty){if(i\u003Cbefore){dayNumber=daysInPreviousMonth+dayNumber;monthNumber=previousMonth;yearNumber=yearOfPreviousMonth}else{dayNumber=dayNumber-days;monthNumber=nextMonth;yearNumber=yearOfNextMonth}}var dayConfig={day:dayNumber,month:monthNumber,year:yearNumber,hasEvent:hasEvent,isSelected:isSelected,isToday:isToday,isDisabled:isDisabled,isEmpty:isEmpty,isStartRange:isStartRange,isEndRange:isEndRange,isInRange:isInRange,showDaysInNextAndPreviousMonths:opts.showDaysInNextAndPreviousMonths,enableSelectionDaysInNextAndPreviousMonths:opts.enableSelectionDaysInNextAndPreviousMonths};if(opts.pickWholeWeek&&isSelected){isWeekSelected=true}row.push(renderDay(dayConfig));if(++r===7){if(opts.showWeekNumber){row.unshift(renderWeek(i-before,month,year))}data.push(renderRow(row,opts.isRTL,opts.pickWholeWeek,isWeekSelected));row=[];r=0;isWeekSelected=false}}return renderTable(opts,data,randId)},isVisible:function(){return this._v},show:function(){if(!this.isVisible()){this._v=true;this.draw();removeClass(this.el,\\\"is-hidden\\\");if(this._o.bound){addEvent(document,\\\"click\\\",this._onClick);this.adjustPosition()}if(typeof this._o.onOpen===\\\"function\\\"){this._o.onOpen.call(this)}}},hide:function(){var v=this._v;if(v!==false){if(this._o.bound){removeEvent(document,\\\"click\\\",this._onClick)}this.el.style.position=\\\"static\\\";this.el.style.left=\\\"auto\\\";this.el.style.top=\\\"auto\\\";addClass(this.el,\\\"is-hidden\\\");this._v=false;if(v!==undefined&&typeof this._o.onClose===\\\"function\\\"){this._o.onClose.call(this)}}},destroy:function(){var opts=this._o;this.hide();removeEvent(this.el,\\\"mousedown\\\",this._onMouseDown,true);removeEvent(this.el,\\\"touchend\\\",this._onMouseDown,true);removeEvent(this.el,\\\"change\\\",this._onChange);if(opts.keyboardInput){removeEvent(document,\\\"keydown\\\",this._onKeyChange)}if(opts.field){removeEvent(opts.field,\\\"change\\\",this._onInputChange);if(opts.bound){removeEvent(opts.trigger,\\\"click\\\",this._onInputClick);removeEvent(opts.trigger,\\\"focus\\\",this._onInputFocus);removeEvent(opts.trigger,\\\"blur\\\",this._onInputBlur)}}if(this.el.parentNode){this.el.parentNode.removeChild(this.el)}}};return Pikaday});\\n\",\"type\":\"application/javascript\",\"module-type\":\"library\"},\"$:/plugins/kixam/datepicker/readme\":{\"title\":\"$:/plugins/kixam/datepicker/readme\",\"text\":\"! ~DatePicker\\n\\nA plugin for [[TiddlyWiki|http://tiddlywiki.com]] 5, that provides [[Pikaday|https://github.com/dbushell/Pikaday]].\\n\"},\"$:/plugins/kixam/datepicker/usage\":{\"title\":\"$:/plugins/kixam/datepicker/usage\",\"text\":\"`\u003C$edit-date>`\\n\\nThis plugin can pick days and times.\\n\\n!! attributes\\nAll attributes are optional.\\n\\n|!Attribute|!Purpose|!Default value|\\n|`tiddler`|Edited tiddler|//current tiddler//|\\n|`field`|Edited field|`created`|\\n|`format`|Date format as it is shown in input control, in [[moment.js|http://momentjs.com]]'s [[parse+string format|http://momentjs.com/docs/#/parsing/string-format/]]|`YYYY-MM-DD`|\\n|`firstDay`|First day of the week (0: Sunday, 1: Monday, etc.)|`0`|\\n|`fieldFormat`|Date format used to save into the field, in [[moment.js|http://momentjs.com]]'s [[parse+string format|http://momentjs.com/docs/#/parsing/string-format/]]|`YYYYMMDDHHmmssSSS`|\\n|`placeholder`|Placeholder|//empty//|\\n|`tag`|HTML tag to render the editor|`input`|\\n|`index`|The index to edit|//empty//|\\n|`class`|A CSS class to be assigned to the generated HTML editing element|\\n|`attributes`|[[JSON Tiddler|http://tiddlywiki.com/#JSONTiddlers]] containing HTML attributes attached to the HTML object used to render the editor, typically `style`|//empty//|\\n|`icon`|Image tiddler or URL to an image that will be rendered next to the `tag`. When clicked, it will trigger the date picker|//empty//|\\n|`showTime`|Show time as well as date|//not set//|\\n|`showSeconds`|If `showTime` is set, shows seconds as well|//not set//|\\n|`use24hour`|If `showTime` is set, use 24-hour format|//not set//|\\n\"},\"$:/plugins/kixam/datepicker/widget.datepicker.js\":{\"title\":\"$:/plugins/kixam/datepicker/widget.datepicker.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/kixam/datepicker/widget.datepicker.js\\ntype: application/javascript\\nmodule-type: widget\\n\\n A widget for displaying date pickers using Pikaday at https://github.com/owenmead/Pikaday\\n\\n For full help see $:/plugins/kixam/datepicker/usage\\n\\n TODO: use HTML5 \\\"date\\\" (and not \\\"datetime-local\\\") input types if available\\n TODO: set field type/flag to \\\"date\\\" to make TW5 render {{!!ourField}} as expected, i.e. like it renders e.g. {{!!created}}\\n TODO: use our widget for system date fields (created, modified, ...)\\n\\\\*/\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\n(function() {\\n 'use strict';\\n\\n var Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n var moment = require(\\\"$:/plugins/kixam/moment/moment.js\\\");\\n var pikaday = require(\\\"$:/plugins/kixam/datepicker/pikaday.js\\\"); // this is a modified version of pikaday.js, see build.sh\\n var image = require(\\\"$:/core/modules/widgets/image.js\\\").image;\\n\\n var DatePickerWidget = function(parseTreeNode, options) {\\n Widget.call(this);\\n this.initialise(parseTreeNode, options);\\n this.options = options;\\n };\\n\\n DatePickerWidget.prototype = new Widget();\\n\\n DatePickerWidget.prototype.render = function(parent,nextSibling) {\\n this.computeAttributes();\\n this.renderChildren(parent,nextSibling);\\n this.execute();\\n this.parentDomNode = parent;\\n\\n // set HTML tag\\n if(!this.editTag || $tw.config.htmlUnsafeElements.indexOf(this.editTag) !== -1) {\\n this.editTag = \\\"input\\\";\\n }\\n\\n // set HTML item attributes\\n if(this.editAttributesTiddlerName) {\\n this.editAttributes = $tw.wiki.getTiddlerData(this.editAttributesTiddlerName, {});\\n }\\n\\n // create HTML item\\n this.editor = $tw.utils.domMaker(this.editTag, {attributes: this.editAttributes});\\n\\n if(this.editPlaceholder) {\\n this.editor.setAttribute(\\\"placeholder\\\",this.editPlaceholder);\\n }\\n\\n if(this.editClass) {\\n this.editor.setAttribute(\\\"class\\\",this.editClass);\\n }\\n\\n // render HTML item\\n parent.insertBefore(this.editor, nextSibling);\\n this.domNodes.push(this.editor);\\n\\n // render icon\\n if(this.iconPath) {\\n var tiddler = this.wiki.getTiddler(this.iconPath);\\n if(tiddler && tiddler.hasTag(\\\"$:/tags/Image\\\")) {\\n // this is a system icon tiddler: just transclude the tiddler\\n this.icon = $tw.utils.domMaker(\\\"span\\\", {innerHTML: tiddler.fields.text});\\n parent.insertBefore(this.icon, this.editor);\\n this.domNodes.push(this.icon);\\n } else {\\n // this is something else: render it using \u003C$image> widget\\n var ptn = this.parseTreeNode;\\n ptn.attributes = {source: {name: \\\"source\\\", type: \\\"string\\\", value: this.iconPath} };\\n this.icon = new image(ptn, this.options);\\n this.icon.render(this.parentDomNode, this.editor);\\n }\\n }\\n\\n this.onPickerDateSelect = this.onPickerDateSelect.bind(this);\\n\\n var langprefix = \\\"$:/languages/\\\".length,\\n lang = $tw.wiki.getTiddlerText(\\\"$:/language\\\").substring(langprefix, langprefix + 2);\\n if(lang === \\\"zh\\\") {\\n // TW5 does not use standard codes for Chinese\\n var suffix = $tw.wiki.getTiddlerText(\\\"$:/language\\\");\\n suffix = suffix.substring(suffix.length-1);\\n if(suffix === \\\"s\\\") {\\n lang = \\\"zh-cn\\\"; //simplified\\n } else {\\n lang = \\\"zh-tw\\\"; //traditional\\n }\\n }\\n\\n var locale = moment.localeData(moment.locale([lang, \\\"en\\\"])),\\n i18n = {\\n previousMonth : \\\"Previous Month\\\",\\n nextMonth : \\\"Next Month\\\",\\n months : locale._months,\\n monthsShort : locale._monthsShort,\\n weekdays : locale._weekdays,\\n weekdaysShort : locale._weekdaysShort,\\n };\\n\\n this.picker = new pikaday({\\n field: this.editor,\\n trigger: this.icon || this.editor,\\n format: this.editFormat,\\n firstDay: this.firstDay,\\n onSelect: this.onPickerDateSelect,\\n showTime: this.showTime,\\n showSeconds: this.showSeconds,\\n use24hour: this.use24hour,\\n i18n: i18n,\\n });\\n\\n this.refreshSelf();\\n };\\n\\n DatePickerWidget.prototype.execute = function() {\\n // Get our parameters\\n this.showTime = this.getAttribute(\\\"showTime\\\");\\n this.showSeconds = this.getAttribute(\\\"showSeconds\\\");\\n this.use24hour = this.getAttribute(\\\"use24hour\\\");\\n\\n var defaultFormat = \\\"YYYY-MM-DD\\\";\\n if(this.showTime) {\\n if(this.use24hour) defaultFormat += \\\" HH\\\";\\n else defaultFormat += \\\" hh\\\";\\n defaultFormat += \\\":mm\\\";\\n if(this.showSeconds) defaultFormat += \\\":ss\\\";\\n }\\n this.editFormat = this.getAttribute(\\\"format\\\", defaultFormat);\\n this.firstDay = parseInt(this.getAttribute(\\\"firstDay\\\", \\\"0\\\"));\\n this.saveFormat = this.getAttribute(\\\"fieldFormat\\\", \\\"YYYYMMDDHHmmssSSS\\\");\\n this.editTitle = this.getAttribute(\\\"tiddler\\\", this.getVariable(\\\"currentTiddler\\\"));\\n this.editField = this.getAttribute(\\\"field\\\",\\\"created\\\");\\n this.editIndex = this.getAttribute(\\\"index\\\");\\n this.editClass = this.getAttribute(\\\"class\\\");\\n this.editPlaceholder = this.getAttribute(\\\"placeholder\\\");\\n this.editTag = this.getAttribute(\\\"tag\\\");\\n this.editAttributesTiddlerName = this.getAttribute(\\\"attributes\\\");\\n this.iconPath = this.getAttribute(\\\"icon\\\");\\n };\\n\\n // Selectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n DatePickerWidget.prototype.refresh = function(changedTiddlers) {\\n var changedAttributes = this.computeAttributes();\\n // Refresh if an attribute has changed, or the type associated with the target tiddler has changed\\n if(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedTiddlers[this.editTitle]) {\\n this.refreshSelf();\\n return true;\\n } else {\\n return this.refreshChildren(changedTiddlers);\\n }\\n };\\n\\n DatePickerWidget.prototype.refreshSelf = function() {\\n var val = moment.utc(this.getEditInfo().value, this.saveFormat);\\n if(val.isValid()) {\\n this.editor.value = val.format(this.editFormat);\\n this.picker.setMoment(val, true);\\n }\\n }\\n\\n DatePickerWidget.prototype.onPickerDateSelect = function() {\\n var val = this.picker.getMoment();\\n if(this.showTime) val = val.utc();\\n this.saveChanges(val.format(this.saveFormat));\\n $tw.rootWidget.dispatchEvent({type: \\\"tm-auto-save-wiki\\\"});\\n };\\n\\n// ---------------------------------------------------------- //\\n// --- inspired from $:/core/modules/widgets/edit-text.js --- //\\n// ---------------------------------------------------------- //\\n\\n DatePickerWidget.prototype.saveChanges = function(text) {\\n var editInfo = this.getEditInfo();\\n if(text !== editInfo.value) {\\n editInfo.update(text);\\n }\\n };\\n\\n DatePickerWidget.prototype.getEditInfo = function() {\\n // Get the edit value\\n var self = this,\\n value,\\n update;\\n if(this.editIndex) {\\n value = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\\n update = function(value) {\\n var data = self.wiki.getTiddlerData(self.editTitle,{});\\n if(data[self.editIndex] !== value) {\\n data[self.editIndex] = value;\\n self.wiki.setTiddlerData(self.editTitle,data);\\n }\\n };\\n } else {\\n // Get the current tiddler and the field name\\n var tiddler = this.wiki.getTiddler(this.editTitle);\\n if(tiddler) {\\n // If we've got a tiddler, the value to display is the field string value\\n value = tiddler.getFieldString(this.editField);\\n } else {\\n // Otherwise, we need to construct a default value for the editor\\n switch(this.editField) {\\n case \\\"text\\\":\\n value = \\\"Type the text for the tiddler '\\\" + this.editTitle + \\\"'\\\";\\n break;\\n case \\\"title\\\":\\n value = this.editTitle;\\n break;\\n default:\\n value = \\\"\\\";\\n break;\\n }\\n if(this.editDefault !== undefined) {\\n value = this.editDefault;\\n }\\n }\\n update = function(value) {\\n var tiddler = self.wiki.getTiddler(self.editTitle),\\n updateFields = {\\n title: self.editTitle\\n };\\n updateFields[self.editField] = value;\\n self.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\\n };\\n }\\n return {value: value, update: update};\\n };\\n\\n// ---------------------------------------------------------- //\\n// ---------------------------------------------------------- //\\n// ---------------------------------------------------------- //\\n\\n exports[\\\"edit-date\\\"] = DatePickerWidget;\\n}\\n());\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"}}}"},
{"author":"kixam","core-version":">=5.1.8","created":"20210307161555733","dependents":"","description":"moment.js plugin for TiddlyWiki5","list":"readme license","modified":"20210307161555734","plugin-type":"plugin","source":"https://github.com/kixam/TW5-moment.js","title":"$:/plugins/kixam/moment","version":"2.24.0","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/kixam/moment/icon\":{\"title\":\"$:/plugins/kixam/moment/icon\",\"tags\":\"$:/tags/Image\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Csvg height=\\\"22pt\\\" width=\\\"22pt\\\" viewBox=\\\"0 0 128 128\\\">\\n\u003Cpath d=\\\"m 64.116816,0 -54.4965957,31.959746 0.00139,63.919491 54.4965967,31.959743 54.496603,-31.959743 0,-63.919491 L 64.118211,0 Z M 63.842544,28.318892 A 35.326327,35.326327 0 0 1 99.17259,63.645219 35.326327,35.326327 0 0 1 63.842544,98.975265 35.326327,35.326327 0 0 1 28.516216,63.645219 35.326327,35.326327 0 0 1 63.842544,28.318892 Z m 0,4.775599 c -16.870097,0 -30.550728,13.680631 -30.550728,30.550728 0,16.874746 13.680631,30.555841 30.550728,30.555841 16.874745,0 30.555841,-13.681095 30.555841,-30.555841 0,-16.870097 -13.681096,-30.550728 -30.555841,-30.550728 z m 0,1.906893 c 1.06455,0 1.910611,0.860008 1.910611,1.915725 l 0,28.638722 -17.190856,0 c -1.027361,0 -1.905499,-0.85536 -1.905499,-1.910612 0,-1.059902 0.854895,-1.905963 1.905499,-1.905963 l 13.374282,0 0,-24.81285 c 0,-1.06362 0.855359,-1.925022 1.905963,-1.925022 z\\\"/>\\n\u003C/svg>\\n\"},\"$:/plugins/kixam/moment/license\":{\"title\":\"$:/plugins/kixam/moment/license\",\"text\":\"!! moment.js licence: [[MIT|http://mit-license.org/]]\\n```\\nCopyright (c) 2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors\\n\\nPermission is hereby granted, free of charge, to any person\\nobtaining a copy of this software and associated documentation\\nfiles (the \\\"Software\\\"), to deal in the Software without\\nrestriction, including without limitation the rights to use,\\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the\\nSoftware is furnished to do so, subject to the following\\nconditions:\\n\\nThe above copyright notice and this permission notice shall be\\nincluded in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND,\\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\\nOTHER DEALINGS IN THE SOFTWARE.\\n```\\n\\n!! Plugin license: [[BSD 2-clause simplified license|http://www.freebsd.org/copyright/freebsd-license.html]]\\n```\\nCopyright (c) 2015, kixam\\nAll rights reserved.\\n\\nRedistribution and use in source and binary forms, with or without\\nmodification, are permitted provided that the following conditions are met:\\n\\n1. Redistributions of source code must retain the above copyright notice, this\\n list of conditions and the following disclaimer.\\n\\n2. Redistributions in binary form must reproduce the above copyright notice,\\n this list of conditions and the following disclaimer in the documentation\\n and/or other materials provided with the distribution.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \\\"AS IS\\\"\\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n```\\n\"},\"$:/plugins/kixam/moment/moment.js\":{\"title\":\"$:/plugins/kixam/moment/moment.js\",\"text\":\"!function(e,a){\\\"object\\\"==typeof exports&&\\\"undefined\\\"!=typeof module?module.exports=a():\\\"function\\\"==typeof define&&define.amd?define(a):e.moment=a()}(this,function(){\\\"use strict\\\";var e,n;function l(){return e.apply(null,arguments)}function _(e){return e instanceof Array||\\\"[object Array]\\\"===Object.prototype.toString.call(e)}function i(e){return null!=e&&\\\"[object Object]\\\"===Object.prototype.toString.call(e)}function o(e){return void 0===e}function m(e){return\\\"number\\\"==typeof e||\\\"[object Number]\\\"===Object.prototype.toString.call(e)}function u(e){return e instanceof Date||\\\"[object Date]\\\"===Object.prototype.toString.call(e)}function M(e,a){var t,s=[];for(t=0;t\u003Ce.length;++t)s.push(a(e[t],t));return s}function h(e,a){return Object.prototype.hasOwnProperty.call(e,a)}function L(e,a){for(var t in a)h(a,t)&&(e[t]=a[t]);return h(a,\\\"toString\\\")&&(e.toString=a.toString),h(a,\\\"valueOf\\\")&&(e.valueOf=a.valueOf),e}function c(e,a,t,s){return Sa(e,a,t,s,!0).utc()}function Y(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function y(e){if(null==e._isValid){var a=Y(e),t=n.call(a.parsedDateParts,function(e){return null!=e}),s=!isNaN(e._d.getTime())&&a.overflow\u003C0&&!a.empty&&!a.invalidMonth&&!a.invalidWeekday&&!a.weekdayMismatch&&!a.nullInput&&!a.invalidFormat&&!a.userInvalidated&&(!a.meridiem||a.meridiem&&t);if(e._strict&&(s=s&&0===a.charsLeftOver&&0===a.unusedTokens.length&&void 0===a.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return s;e._isValid=s}return e._isValid}function f(e){var a=c(NaN);return null!=e?L(Y(a),e):Y(a).userInvalidated=!0,a}n=Array.prototype.some?Array.prototype.some:function(e){for(var a=Object(this),t=a.length>>>0,s=0;s\u003Ct;s++)if(s in a&&e.call(this,a[s],s,a))return!0;return!1};var d=l.momentProperties=[];function k(e,a){var t,s,n;if(o(a._isAMomentObject)||(e._isAMomentObject=a._isAMomentObject),o(a._i)||(e._i=a._i),o(a._f)||(e._f=a._f),o(a._l)||(e._l=a._l),o(a._strict)||(e._strict=a._strict),o(a._tzm)||(e._tzm=a._tzm),o(a._isUTC)||(e._isUTC=a._isUTC),o(a._offset)||(e._offset=a._offset),o(a._pf)||(e._pf=Y(a)),o(a._locale)||(e._locale=a._locale),0\u003Cd.length)for(t=0;t\u003Cd.length;t++)o(n=a[s=d[t]])||(e[s]=n);return e}var a=!1;function p(e){k(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===a&&(a=!0,l.updateOffset(this),a=!1)}function D(e){return e instanceof p||null!=e&&null!=e._isAMomentObject}function T(e){return e\u003C0?Math.ceil(e)||0:Math.floor(e)}function g(e){var a=+e,t=0;return 0!==a&&isFinite(a)&&(t=T(a)),t}function r(e,a,t){var s,n=Math.min(e.length,a.length),d=Math.abs(e.length-a.length),r=0;for(s=0;s\u003Cn;s++)(t&&e[s]!==a[s]||!t&&g(e[s])!==g(a[s]))&&r++;return r+d}function w(e){!1===l.suppressDeprecationWarnings&&\\\"undefined\\\"!=typeof console&&console.warn&&console.warn(\\\"Deprecation warning: \\\"+e)}function t(n,d){var r=!0;return L(function(){if(null!=l.deprecationHandler&&l.deprecationHandler(null,n),r){for(var e,a=[],t=0;t\u003Carguments.length;t++){if(e=\\\"\\\",\\\"object\\\"==typeof arguments[t]){for(var s in e+=\\\"\\\\n[\\\"+t+\\\"] \\\",arguments[0])e+=s+\\\": \\\"+arguments[0][s]+\\\", \\\";e=e.slice(0,-2)}else e=arguments[t];a.push(e)}w(n+\\\"\\\\nArguments: \\\"+Array.prototype.slice.call(a).join(\\\"\\\")+\\\"\\\\n\\\"+(new Error).stack),r=!1}return d.apply(this,arguments)},d)}var s,v={};function S(e,a){null!=l.deprecationHandler&&l.deprecationHandler(e,a),v[e]||(w(a),v[e]=!0)}function H(e){return e instanceof Function||\\\"[object Function]\\\"===Object.prototype.toString.call(e)}function b(e,a){var t,s=L({},e);for(t in a)h(a,t)&&(i(e[t])&&i(a[t])?(s[t]={},L(s[t],e[t]),L(s[t],a[t])):null!=a[t]?s[t]=a[t]:delete s[t]);for(t in e)h(e,t)&&!h(a,t)&&i(e[t])&&(s[t]=L({},s[t]));return s}function j(e){null!=e&&this.set(e)}l.suppressDeprecationWarnings=!1,l.deprecationHandler=null,s=Object.keys?Object.keys:function(e){var a,t=[];for(a in e)h(e,a)&&t.push(a);return t};var x={};function O(e,a){var t=e.toLowerCase();x[t]=x[t+\\\"s\\\"]=x[a]=e}function P(e){return\\\"string\\\"==typeof e?x[e]||x[e.toLowerCase()]:void 0}function W(e){var a,t,s={};for(t in e)h(e,t)&&(a=P(t))&&(s[a]=e[t]);return s}var A={};function E(e,a){A[e]=a}function F(e,a,t){var s=\\\"\\\"+Math.abs(e),n=a-s.length;return(0\u003C=e?t?\\\"+\\\":\\\"\\\":\\\"-\\\")+Math.pow(10,Math.max(0,n)).toString().substr(1)+s}var z=/(\\\\[[^\\\\[]*\\\\])|(\\\\\\\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,J=/(\\\\[[^\\\\[]*\\\\])|(\\\\\\\\)?(LTS|LT|LL?L?L?|l{1,4})/g,N={},R={};function C(e,a,t,s){var n=s;\\\"string\\\"==typeof s&&(n=function(){return this[s]()}),e&&(R[e]=n),a&&(R[a[0]]=function(){return F(n.apply(this,arguments),a[1],a[2])}),t&&(R[t]=function(){return this.localeData().ordinal(n.apply(this,arguments),e)})}function I(e,a){return e.isValid()?(a=U(a,e.localeData()),N[a]=N[a]||function(s){var e,n,a,d=s.match(z);for(e=0,n=d.length;e\u003Cn;e++)R[d[e]]?d[e]=R[d[e]]:d[e]=(a=d[e]).match(/\\\\[[\\\\s\\\\S]/)?a.replace(/^\\\\[|\\\\]$/g,\\\"\\\"):a.replace(/\\\\\\\\/g,\\\"\\\");return function(e){var a,t=\\\"\\\";for(a=0;a\u003Cn;a++)t+=H(d[a])?d[a].call(e,s):d[a];return t}}(a),N[a](e)):e.localeData().invalidDate()}function U(e,a){var t=5;function s(e){return a.longDateFormat(e)||e}for(J.lastIndex=0;0\u003C=t&&J.test(e);)e=e.replace(J,s),J.lastIndex=0,t-=1;return e}var G=/\\\\d/,V=/\\\\d\\\\d/,K=/\\\\d{3}/,Z=/\\\\d{4}/,$=/[+-]?\\\\d{6}/,B=/\\\\d\\\\d?/,q=/\\\\d\\\\d\\\\d\\\\d?/,Q=/\\\\d\\\\d\\\\d\\\\d\\\\d\\\\d?/,X=/\\\\d{1,3}/,ee=/\\\\d{1,4}/,ae=/[+-]?\\\\d{1,6}/,te=/\\\\d+/,se=/[+-]?\\\\d+/,ne=/Z|[+-]\\\\d\\\\d:?\\\\d\\\\d/gi,de=/Z|[+-]\\\\d\\\\d(?::?\\\\d\\\\d)?/gi,re=/[0-9]{0,256}['a-z\\\\u00A0-\\\\u05FF\\\\u0700-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFF07\\\\uFF10-\\\\uFFEF]{1,256}|[\\\\u0600-\\\\u06FF\\\\/]{1,256}(\\\\s*?[\\\\u0600-\\\\u06FF]{1,256}){1,2}/i,_e={};function ie(e,t,s){_e[e]=H(t)?t:function(e,a){return e&&s?s:t}}function oe(e,a){return h(_e,e)?_e[e](a._strict,a._locale):new RegExp(me(e.replace(\\\"\\\\\\\\\\\",\\\"\\\").replace(/\\\\\\\\(\\\\[)|\\\\\\\\(\\\\])|\\\\[([^\\\\]\\\\[]*)\\\\]|\\\\\\\\(.)/g,function(e,a,t,s,n){return a||t||s||n})))}function me(e){return e.replace(/[-\\\\/\\\\\\\\^$*+?.()|[\\\\]{}]/g,\\\"\\\\\\\\$&\\\")}var ue={};function le(e,t){var a,s=t;for(\\\"string\\\"==typeof e&&(e=[e]),m(t)&&(s=function(e,a){a[t]=g(e)}),a=0;a\u003Ce.length;a++)ue[e[a]]=s}function Me(e,n){le(e,function(e,a,t,s){t._w=t._w||{},n(e,t._w,t,s)})}var he=0,Le=1,ce=2,Ye=3,ye=4,fe=5,ke=6,pe=7,De=8;function Te(e){return ge(e)?366:365}function ge(e){return e%4==0&&e%100!=0||e%400==0}C(\\\"Y\\\",0,0,function(){var e=this.year();return e\u003C=9999?\\\"\\\"+e:\\\"+\\\"+e}),C(0,[\\\"YY\\\",2],0,function(){return this.year()%100}),C(0,[\\\"YYYY\\\",4],0,\\\"year\\\"),C(0,[\\\"YYYYY\\\",5],0,\\\"year\\\"),C(0,[\\\"YYYYYY\\\",6,!0],0,\\\"year\\\"),O(\\\"year\\\",\\\"y\\\"),E(\\\"year\\\",1),ie(\\\"Y\\\",se),ie(\\\"YY\\\",B,V),ie(\\\"YYYY\\\",ee,Z),ie(\\\"YYYYY\\\",ae,$),ie(\\\"YYYYYY\\\",ae,$),le([\\\"YYYYY\\\",\\\"YYYYYY\\\"],he),le(\\\"YYYY\\\",function(e,a){a[he]=2===e.length?l.parseTwoDigitYear(e):g(e)}),le(\\\"YY\\\",function(e,a){a[he]=l.parseTwoDigitYear(e)}),le(\\\"Y\\\",function(e,a){a[he]=parseInt(e,10)}),l.parseTwoDigitYear=function(e){return g(e)+(68\u003Cg(e)?1900:2e3)};var we,ve=Se(\\\"FullYear\\\",!0);function Se(a,t){return function(e){return null!=e?(be(this,a,e),l.updateOffset(this,t),this):He(this,a)}}function He(e,a){return e.isValid()?e._d[\\\"get\\\"+(e._isUTC?\\\"UTC\\\":\\\"\\\")+a]():NaN}function be(e,a,t){e.isValid()&&!isNaN(t)&&(\\\"FullYear\\\"===a&&ge(e.year())&&1===e.month()&&29===e.date()?e._d[\\\"set\\\"+(e._isUTC?\\\"UTC\\\":\\\"\\\")+a](t,e.month(),je(t,e.month())):e._d[\\\"set\\\"+(e._isUTC?\\\"UTC\\\":\\\"\\\")+a](t))}function je(e,a){if(isNaN(e)||isNaN(a))return NaN;var t,s=(a%(t=12)+t)%t;return e+=(a-s)/12,1===s?ge(e)?29:28:31-s%7%2}we=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var a;for(a=0;a\u003Cthis.length;++a)if(this[a]===e)return a;return-1},C(\\\"M\\\",[\\\"MM\\\",2],\\\"Mo\\\",function(){return this.month()+1}),C(\\\"MMM\\\",0,0,function(e){return this.localeData().monthsShort(this,e)}),C(\\\"MMMM\\\",0,0,function(e){return this.localeData().months(this,e)}),O(\\\"month\\\",\\\"M\\\"),E(\\\"month\\\",8),ie(\\\"M\\\",B),ie(\\\"MM\\\",B,V),ie(\\\"MMM\\\",function(e,a){return a.monthsShortRegex(e)}),ie(\\\"MMMM\\\",function(e,a){return a.monthsRegex(e)}),le([\\\"M\\\",\\\"MM\\\"],function(e,a){a[Le]=g(e)-1}),le([\\\"MMM\\\",\\\"MMMM\\\"],function(e,a,t,s){var n=t._locale.monthsParse(e,s,t._strict);null!=n?a[Le]=n:Y(t).invalidMonth=e});var xe=/D[oD]?(\\\\[[^\\\\[\\\\]]*\\\\]|\\\\s)+MMMM?/,Oe=\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\");var Pe=\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\");function We(e,a){var t;if(!e.isValid())return e;if(\\\"string\\\"==typeof a)if(/^\\\\d+$/.test(a))a=g(a);else if(!m(a=e.localeData().monthsParse(a)))return e;return t=Math.min(e.date(),je(e.year(),a)),e._d[\\\"set\\\"+(e._isUTC?\\\"UTC\\\":\\\"\\\")+\\\"Month\\\"](a,t),e}function Ae(e){return null!=e?(We(this,e),l.updateOffset(this,!0),this):He(this,\\\"Month\\\")}var Ee=re;var Fe=re;function ze(){function e(e,a){return a.length-e.length}var a,t,s=[],n=[],d=[];for(a=0;a\u003C12;a++)t=c([2e3,a]),s.push(this.monthsShort(t,\\\"\\\")),n.push(this.months(t,\\\"\\\")),d.push(this.months(t,\\\"\\\")),d.push(this.monthsShort(t,\\\"\\\"));for(s.sort(e),n.sort(e),d.sort(e),a=0;a\u003C12;a++)s[a]=me(s[a]),n[a]=me(n[a]);for(a=0;a\u003C24;a++)d[a]=me(d[a]);this._monthsRegex=new RegExp(\\\"^(\\\"+d.join(\\\"|\\\")+\\\")\\\",\\\"i\\\"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp(\\\"^(\\\"+n.join(\\\"|\\\")+\\\")\\\",\\\"i\\\"),this._monthsShortStrictRegex=new RegExp(\\\"^(\\\"+s.join(\\\"|\\\")+\\\")\\\",\\\"i\\\")}function Je(e){var a;if(e\u003C100&&0\u003C=e){var t=Array.prototype.slice.call(arguments);t[0]=e+400,a=new Date(Date.UTC.apply(null,t)),isFinite(a.getUTCFullYear())&&a.setUTCFullYear(e)}else a=new Date(Date.UTC.apply(null,arguments));return a}function Ne(e,a,t){var s=7+a-t;return-((7+Je(e,0,s).getUTCDay()-a)%7)+s-1}function Re(e,a,t,s,n){var d,r,_=1+7*(a-1)+(7+t-s)%7+Ne(e,s,n);return r=_\u003C=0?Te(d=e-1)+_:_>Te(e)?(d=e+1,_-Te(e)):(d=e,_),{year:d,dayOfYear:r}}function Ce(e,a,t){var s,n,d=Ne(e.year(),a,t),r=Math.floor((e.dayOfYear()-d-1)/7)+1;return r\u003C1?s=r+Ie(n=e.year()-1,a,t):r>Ie(e.year(),a,t)?(s=r-Ie(e.year(),a,t),n=e.year()+1):(n=e.year(),s=r),{week:s,year:n}}function Ie(e,a,t){var s=Ne(e,a,t),n=Ne(e+1,a,t);return(Te(e)-s+n)/7}C(\\\"w\\\",[\\\"ww\\\",2],\\\"wo\\\",\\\"week\\\"),C(\\\"W\\\",[\\\"WW\\\",2],\\\"Wo\\\",\\\"isoWeek\\\"),O(\\\"week\\\",\\\"w\\\"),O(\\\"isoWeek\\\",\\\"W\\\"),E(\\\"week\\\",5),E(\\\"isoWeek\\\",5),ie(\\\"w\\\",B),ie(\\\"ww\\\",B,V),ie(\\\"W\\\",B),ie(\\\"WW\\\",B,V),Me([\\\"w\\\",\\\"ww\\\",\\\"W\\\",\\\"WW\\\"],function(e,a,t,s){a[s.substr(0,1)]=g(e)});function Ue(e,a){return e.slice(a,7).concat(e.slice(0,a))}C(\\\"d\\\",0,\\\"do\\\",\\\"day\\\"),C(\\\"dd\\\",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),C(\\\"ddd\\\",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),C(\\\"dddd\\\",0,0,function(e){return this.localeData().weekdays(this,e)}),C(\\\"e\\\",0,0,\\\"weekday\\\"),C(\\\"E\\\",0,0,\\\"isoWeekday\\\"),O(\\\"day\\\",\\\"d\\\"),O(\\\"weekday\\\",\\\"e\\\"),O(\\\"isoWeekday\\\",\\\"E\\\"),E(\\\"day\\\",11),E(\\\"weekday\\\",11),E(\\\"isoWeekday\\\",11),ie(\\\"d\\\",B),ie(\\\"e\\\",B),ie(\\\"E\\\",B),ie(\\\"dd\\\",function(e,a){return a.weekdaysMinRegex(e)}),ie(\\\"ddd\\\",function(e,a){return a.weekdaysShortRegex(e)}),ie(\\\"dddd\\\",function(e,a){return a.weekdaysRegex(e)}),Me([\\\"dd\\\",\\\"ddd\\\",\\\"dddd\\\"],function(e,a,t,s){var n=t._locale.weekdaysParse(e,s,t._strict);null!=n?a.d=n:Y(t).invalidWeekday=e}),Me([\\\"d\\\",\\\"e\\\",\\\"E\\\"],function(e,a,t,s){a[s]=g(e)});var Ge=\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\");var Ve=\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\");var Ke=\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\");var Ze=re;var $e=re;var Be=re;function qe(){function e(e,a){return a.length-e.length}var a,t,s,n,d,r=[],_=[],i=[],o=[];for(a=0;a\u003C7;a++)t=c([2e3,1]).day(a),s=this.weekdaysMin(t,\\\"\\\"),n=this.weekdaysShort(t,\\\"\\\"),d=this.weekdays(t,\\\"\\\"),r.push(s),_.push(n),i.push(d),o.push(s),o.push(n),o.push(d);for(r.sort(e),_.sort(e),i.sort(e),o.sort(e),a=0;a\u003C7;a++)_[a]=me(_[a]),i[a]=me(i[a]),o[a]=me(o[a]);this._weekdaysRegex=new RegExp(\\\"^(\\\"+o.join(\\\"|\\\")+\\\")\\\",\\\"i\\\"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp(\\\"^(\\\"+i.join(\\\"|\\\")+\\\")\\\",\\\"i\\\"),this._weekdaysShortStrictRegex=new RegExp(\\\"^(\\\"+_.join(\\\"|\\\")+\\\")\\\",\\\"i\\\"),this._weekdaysMinStrictRegex=new RegExp(\\\"^(\\\"+r.join(\\\"|\\\")+\\\")\\\",\\\"i\\\")}function Qe(){return this.hours()%12||12}function Xe(e,a){C(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),a)})}function ea(e,a){return a._meridiemParse}C(\\\"H\\\",[\\\"HH\\\",2],0,\\\"hour\\\"),C(\\\"h\\\",[\\\"hh\\\",2],0,Qe),C(\\\"k\\\",[\\\"kk\\\",2],0,function(){return this.hours()||24}),C(\\\"hmm\\\",0,0,function(){return\\\"\\\"+Qe.apply(this)+F(this.minutes(),2)}),C(\\\"hmmss\\\",0,0,function(){return\\\"\\\"+Qe.apply(this)+F(this.minutes(),2)+F(this.seconds(),2)}),C(\\\"Hmm\\\",0,0,function(){return\\\"\\\"+this.hours()+F(this.minutes(),2)}),C(\\\"Hmmss\\\",0,0,function(){return\\\"\\\"+this.hours()+F(this.minutes(),2)+F(this.seconds(),2)}),Xe(\\\"a\\\",!0),Xe(\\\"A\\\",!1),O(\\\"hour\\\",\\\"h\\\"),E(\\\"hour\\\",13),ie(\\\"a\\\",ea),ie(\\\"A\\\",ea),ie(\\\"H\\\",B),ie(\\\"h\\\",B),ie(\\\"k\\\",B),ie(\\\"HH\\\",B,V),ie(\\\"hh\\\",B,V),ie(\\\"kk\\\",B,V),ie(\\\"hmm\\\",q),ie(\\\"hmmss\\\",Q),ie(\\\"Hmm\\\",q),ie(\\\"Hmmss\\\",Q),le([\\\"H\\\",\\\"HH\\\"],Ye),le([\\\"k\\\",\\\"kk\\\"],function(e,a,t){var s=g(e);a[Ye]=24===s?0:s}),le([\\\"a\\\",\\\"A\\\"],function(e,a,t){t._isPm=t._locale.isPM(e),t._meridiem=e}),le([\\\"h\\\",\\\"hh\\\"],function(e,a,t){a[Ye]=g(e),Y(t).bigHour=!0}),le(\\\"hmm\\\",function(e,a,t){var s=e.length-2;a[Ye]=g(e.substr(0,s)),a[ye]=g(e.substr(s)),Y(t).bigHour=!0}),le(\\\"hmmss\\\",function(e,a,t){var s=e.length-4,n=e.length-2;a[Ye]=g(e.substr(0,s)),a[ye]=g(e.substr(s,2)),a[fe]=g(e.substr(n)),Y(t).bigHour=!0}),le(\\\"Hmm\\\",function(e,a,t){var s=e.length-2;a[Ye]=g(e.substr(0,s)),a[ye]=g(e.substr(s))}),le(\\\"Hmmss\\\",function(e,a,t){var s=e.length-4,n=e.length-2;a[Ye]=g(e.substr(0,s)),a[ye]=g(e.substr(s,2)),a[fe]=g(e.substr(n))});var aa,ta=Se(\\\"Hours\\\",!0),sa={calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},longDateFormat:{LTS:\\\"h:mm:ss A\\\",LT:\\\"h:mm A\\\",L:\\\"MM/DD/YYYY\\\",LL:\\\"MMMM D, YYYY\\\",LLL:\\\"MMMM D, YYYY h:mm A\\\",LLLL:\\\"dddd, MMMM D, YYYY h:mm A\\\"},invalidDate:\\\"Invalid date\\\",ordinal:\\\"%d\\\",dayOfMonthOrdinalParse:/\\\\d{1,2}/,relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",ss:\\\"%d seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},months:Oe,monthsShort:Pe,week:{dow:0,doy:6},weekdays:Ge,weekdaysMin:Ke,weekdaysShort:Ve,meridiemParse:/[ap]\\\\.?m?\\\\.?/i},na={},da={};function ra(e){return e?e.toLowerCase().replace(\\\"_\\\",\\\"-\\\"):e}function _a(e){var a=null;if(!na[e]&&\\\"undefined\\\"!=typeof module&&module&&module.exports)try{a=aa._abbr,require(\\\"./locale/\\\"+e),ia(a)}catch(e){}return na[e]}function ia(e,a){var t;return e&&((t=o(a)?ma(e):oa(e,a))?aa=t:\\\"undefined\\\"!=typeof console&&console.warn&&console.warn(\\\"Locale \\\"+e+\\\" not found. Did you forget to load it?\\\")),aa._abbr}function oa(e,a){if(null===a)return delete na[e],null;var t,s=sa;if(a.abbr=e,null!=na[e])S(\\\"defineLocaleOverride\\\",\\\"use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info.\\\"),s=na[e]._config;else if(null!=a.parentLocale)if(null!=na[a.parentLocale])s=na[a.parentLocale]._config;else{if(null==(t=_a(a.parentLocale)))return da[a.parentLocale]||(da[a.parentLocale]=[]),da[a.parentLocale].push({name:e,config:a}),null;s=t._config}return na[e]=new j(b(s,a)),da[e]&&da[e].forEach(function(e){oa(e.name,e.config)}),ia(e),na[e]}function ma(e){var a;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return aa;if(!_(e)){if(a=_a(e))return a;e=[e]}return function(e){for(var a,t,s,n,d=0;d\u003Ce.length;){for(a=(n=ra(e[d]).split(\\\"-\\\")).length,t=(t=ra(e[d+1]))?t.split(\\\"-\\\"):null;0\u003Ca;){if(s=_a(n.slice(0,a).join(\\\"-\\\")))return s;if(t&&t.length>=a&&r(n,t,!0)>=a-1)break;a--}d++}return aa}(e)}function ua(e){var a,t=e._a;return t&&-2===Y(e).overflow&&(a=t[Le]\u003C0||11\u003Ct[Le]?Le:t[ce]\u003C1||t[ce]>je(t[he],t[Le])?ce:t[Ye]\u003C0||24\u003Ct[Ye]||24===t[Ye]&&(0!==t[ye]||0!==t[fe]||0!==t[ke])?Ye:t[ye]\u003C0||59\u003Ct[ye]?ye:t[fe]\u003C0||59\u003Ct[fe]?fe:t[ke]\u003C0||999\u003Ct[ke]?ke:-1,Y(e)._overflowDayOfYear&&(a\u003Che||ce\u003Ca)&&(a=ce),Y(e)._overflowWeeks&&-1===a&&(a=pe),Y(e)._overflowWeekday&&-1===a&&(a=De),Y(e).overflow=a),e}function la(e,a,t){return null!=e?e:null!=a?a:t}function Ma(e){var a,t,s,n,d,r=[];if(!e._d){var _,i;for(_=e,i=new Date(l.now()),s=_._useUTC?[i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()]:[i.getFullYear(),i.getMonth(),i.getDate()],e._w&&null==e._a[ce]&&null==e._a[Le]&&function(e){var a,t,s,n,d,r,_,i;if(null!=(a=e._w).GG||null!=a.W||null!=a.E)d=1,r=4,t=la(a.GG,e._a[he],Ce(Ha(),1,4).year),s=la(a.W,1),((n=la(a.E,1))\u003C1||7\u003Cn)&&(i=!0);else{d=e._locale._week.dow,r=e._locale._week.doy;var o=Ce(Ha(),d,r);t=la(a.gg,e._a[he],o.year),s=la(a.w,o.week),null!=a.d?((n=a.d)\u003C0||6\u003Cn)&&(i=!0):null!=a.e?(n=a.e+d,(a.e\u003C0||6\u003Ca.e)&&(i=!0)):n=d}s\u003C1||s>Ie(t,d,r)?Y(e)._overflowWeeks=!0:null!=i?Y(e)._overflowWeekday=!0:(_=Re(t,s,n,d,r),e._a[he]=_.year,e._dayOfYear=_.dayOfYear)}(e),null!=e._dayOfYear&&(d=la(e._a[he],s[he]),(e._dayOfYear>Te(d)||0===e._dayOfYear)&&(Y(e)._overflowDayOfYear=!0),t=Je(d,0,e._dayOfYear),e._a[Le]=t.getUTCMonth(),e._a[ce]=t.getUTCDate()),a=0;a\u003C3&&null==e._a[a];++a)e._a[a]=r[a]=s[a];for(;a\u003C7;a++)e._a[a]=r[a]=null==e._a[a]?2===a?1:0:e._a[a];24===e._a[Ye]&&0===e._a[ye]&&0===e._a[fe]&&0===e._a[ke]&&(e._nextDay=!0,e._a[Ye]=0),e._d=(e._useUTC?Je:function(e,a,t,s,n,d,r){var _;return e\u003C100&&0\u003C=e?(_=new Date(e+400,a,t,s,n,d,r),isFinite(_.getFullYear())&&_.setFullYear(e)):_=new Date(e,a,t,s,n,d,r),_}).apply(null,r),n=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Ye]=24),e._w&&void 0!==e._w.d&&e._w.d!==n&&(Y(e).weekdayMismatch=!0)}}var ha=/^\\\\s*((?:[+-]\\\\d{6}|\\\\d{4})-(?:\\\\d\\\\d-\\\\d\\\\d|W\\\\d\\\\d-\\\\d|W\\\\d\\\\d|\\\\d\\\\d\\\\d|\\\\d\\\\d))(?:(T| )(\\\\d\\\\d(?::\\\\d\\\\d(?::\\\\d\\\\d(?:[.,]\\\\d+)?)?)?)([\\\\+\\\\-]\\\\d\\\\d(?::?\\\\d\\\\d)?|\\\\s*Z)?)?$/,La=/^\\\\s*((?:[+-]\\\\d{6}|\\\\d{4})(?:\\\\d\\\\d\\\\d\\\\d|W\\\\d\\\\d\\\\d|W\\\\d\\\\d|\\\\d\\\\d\\\\d|\\\\d\\\\d))(?:(T| )(\\\\d\\\\d(?:\\\\d\\\\d(?:\\\\d\\\\d(?:[.,]\\\\d+)?)?)?)([\\\\+\\\\-]\\\\d\\\\d(?::?\\\\d\\\\d)?|\\\\s*Z)?)?$/,ca=/Z|[+-]\\\\d\\\\d(?::?\\\\d\\\\d)?/,Ya=[[\\\"YYYYYY-MM-DD\\\",/[+-]\\\\d{6}-\\\\d\\\\d-\\\\d\\\\d/],[\\\"YYYY-MM-DD\\\",/\\\\d{4}-\\\\d\\\\d-\\\\d\\\\d/],[\\\"GGGG-[W]WW-E\\\",/\\\\d{4}-W\\\\d\\\\d-\\\\d/],[\\\"GGGG-[W]WW\\\",/\\\\d{4}-W\\\\d\\\\d/,!1],[\\\"YYYY-DDD\\\",/\\\\d{4}-\\\\d{3}/],[\\\"YYYY-MM\\\",/\\\\d{4}-\\\\d\\\\d/,!1],[\\\"YYYYYYMMDD\\\",/[+-]\\\\d{10}/],[\\\"YYYYMMDD\\\",/\\\\d{8}/],[\\\"GGGG[W]WWE\\\",/\\\\d{4}W\\\\d{3}/],[\\\"GGGG[W]WW\\\",/\\\\d{4}W\\\\d{2}/,!1],[\\\"YYYYDDD\\\",/\\\\d{7}/]],ya=[[\\\"HH:mm:ss.SSSS\\\",/\\\\d\\\\d:\\\\d\\\\d:\\\\d\\\\d\\\\.\\\\d+/],[\\\"HH:mm:ss,SSSS\\\",/\\\\d\\\\d:\\\\d\\\\d:\\\\d\\\\d,\\\\d+/],[\\\"HH:mm:ss\\\",/\\\\d\\\\d:\\\\d\\\\d:\\\\d\\\\d/],[\\\"HH:mm\\\",/\\\\d\\\\d:\\\\d\\\\d/],[\\\"HHmmss.SSSS\\\",/\\\\d\\\\d\\\\d\\\\d\\\\d\\\\d\\\\.\\\\d+/],[\\\"HHmmss,SSSS\\\",/\\\\d\\\\d\\\\d\\\\d\\\\d\\\\d,\\\\d+/],[\\\"HHmmss\\\",/\\\\d\\\\d\\\\d\\\\d\\\\d\\\\d/],[\\\"HHmm\\\",/\\\\d\\\\d\\\\d\\\\d/],[\\\"HH\\\",/\\\\d\\\\d/]],fa=/^\\\\/?Date\\\\((\\\\-?\\\\d+)/i;function ka(e){var a,t,s,n,d,r,_=e._i,i=ha.exec(_)||La.exec(_);if(i){for(Y(e).iso=!0,a=0,t=Ya.length;a\u003Ct;a++)if(Ya[a][1].exec(i[1])){n=Ya[a][0],s=!1!==Ya[a][2];break}if(null==n)return void(e._isValid=!1);if(i[3]){for(a=0,t=ya.length;a\u003Ct;a++)if(ya[a][1].exec(i[3])){d=(i[2]||\\\" \\\")+ya[a][0];break}if(null==d)return void(e._isValid=!1)}if(!s&&null!=d)return void(e._isValid=!1);if(i[4]){if(!ca.exec(i[4]))return void(e._isValid=!1);r=\\\"Z\\\"}e._f=n+(d||\\\"\\\")+(r||\\\"\\\"),wa(e)}else e._isValid=!1}var pa=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\\\\s)?(\\\\d{1,2})\\\\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\\\s(\\\\d{2,4})\\\\s(\\\\d\\\\d):(\\\\d\\\\d)(?::(\\\\d\\\\d))?\\\\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\\\\d{4}))$/;function Da(e,a,t,s,n,d){var r=[function(e){var a=parseInt(e,10);{if(a\u003C=49)return 2e3+a;if(a\u003C=999)return 1900+a}return a}(e),Pe.indexOf(a),parseInt(t,10),parseInt(s,10),parseInt(n,10)];return d&&r.push(parseInt(d,10)),r}var Ta={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function ga(e){var a,t,s,n=pa.exec(e._i.replace(/\\\\([^)]*\\\\)|[\\\\n\\\\t]/g,\\\" \\\").replace(/(\\\\s\\\\s+)/g,\\\" \\\").replace(/^\\\\s\\\\s*/,\\\"\\\").replace(/\\\\s\\\\s*$/,\\\"\\\"));if(n){var d=Da(n[4],n[3],n[2],n[5],n[6],n[7]);if(a=n[1],t=d,s=e,a&&Ve.indexOf(a)!==new Date(t[0],t[1],t[2]).getDay()&&(Y(s).weekdayMismatch=!0,!(s._isValid=!1)))return;e._a=d,e._tzm=function(e,a,t){if(e)return Ta[e];if(a)return 0;var s=parseInt(t,10),n=s%100;return(s-n)/100*60+n}(n[8],n[9],n[10]),e._d=Je.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),Y(e).rfc2822=!0}else e._isValid=!1}function wa(e){if(e._f!==l.ISO_8601)if(e._f!==l.RFC_2822){e._a=[],Y(e).empty=!0;var a,t,s,n,d,r,_,i,o=\\\"\\\"+e._i,m=o.length,u=0;for(s=U(e._f,e._locale).match(z)||[],a=0;a\u003Cs.length;a++)n=s[a],(t=(o.match(oe(n,e))||[])[0])&&(0\u003C(d=o.substr(0,o.indexOf(t))).length&&Y(e).unusedInput.push(d),o=o.slice(o.indexOf(t)+t.length),u+=t.length),R[n]?(t?Y(e).empty=!1:Y(e).unusedTokens.push(n),r=n,i=e,null!=(_=t)&&h(ue,r)&&ue[r](_,i._a,i,r)):e._strict&&!t&&Y(e).unusedTokens.push(n);Y(e).charsLeftOver=m-u,0\u003Co.length&&Y(e).unusedInput.push(o),e._a[Ye]\u003C=12&&!0===Y(e).bigHour&&0\u003Ce._a[Ye]&&(Y(e).bigHour=void 0),Y(e).parsedDateParts=e._a.slice(0),Y(e).meridiem=e._meridiem,e._a[Ye]=function(e,a,t){var s;if(null==t)return a;return null!=e.meridiemHour?e.meridiemHour(a,t):(null!=e.isPM&&((s=e.isPM(t))&&a\u003C12&&(a+=12),s||12!==a||(a=0)),a)}(e._locale,e._a[Ye],e._meridiem),Ma(e),ua(e)}else ga(e);else ka(e)}function va(e){var a,t,s,n,d=e._i,r=e._f;return e._locale=e._locale||ma(e._l),null===d||void 0===r&&\\\"\\\"===d?f({nullInput:!0}):(\\\"string\\\"==typeof d&&(e._i=d=e._locale.preparse(d)),D(d)?new p(ua(d)):(u(d)?e._d=d:_(r)?function(e){var a,t,s,n,d;if(0===e._f.length)return Y(e).invalidFormat=!0,e._d=new Date(NaN);for(n=0;n\u003Ce._f.length;n++)d=0,a=k({},e),null!=e._useUTC&&(a._useUTC=e._useUTC),a._f=e._f[n],wa(a),y(a)&&(d+=Y(a).charsLeftOver,d+=10*Y(a).unusedTokens.length,Y(a).score=d,(null==s||d\u003Cs)&&(s=d,t=a));L(e,t||a)}(e):r?wa(e):o(t=(a=e)._i)?a._d=new Date(l.now()):u(t)?a._d=new Date(t.valueOf()):\\\"string\\\"==typeof t?(s=a,null===(n=fa.exec(s._i))?(ka(s),!1===s._isValid&&(delete s._isValid,ga(s),!1===s._isValid&&(delete s._isValid,l.createFromInputFallback(s)))):s._d=new Date(+n[1])):_(t)?(a._a=M(t.slice(0),function(e){return parseInt(e,10)}),Ma(a)):i(t)?function(e){if(!e._d){var a=W(e._i);e._a=M([a.year,a.month,a.day||a.date,a.hour,a.minute,a.second,a.millisecond],function(e){return e&&parseInt(e,10)}),Ma(e)}}(a):m(t)?a._d=new Date(t):l.createFromInputFallback(a),y(e)||(e._d=null),e))}function Sa(e,a,t,s,n){var d,r={};return!0!==t&&!1!==t||(s=t,t=void 0),(i(e)&&function(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var a;for(a in e)if(e.hasOwnProperty(a))return!1;return!0}(e)||_(e)&&0===e.length)&&(e=void 0),r._isAMomentObject=!0,r._useUTC=r._isUTC=n,r._l=t,r._i=e,r._f=a,r._strict=s,(d=new p(ua(va(r))))._nextDay&&(d.add(1,\\\"d\\\"),d._nextDay=void 0),d}function Ha(e,a,t,s){return Sa(e,a,t,s,!1)}l.createFromInputFallback=t(\\\"value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.\\\",function(e){e._d=new Date(e._i+(e._useUTC?\\\" UTC\\\":\\\"\\\"))}),l.ISO_8601=function(){},l.RFC_2822=function(){};var ba=t(\\\"moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/\\\",function(){var e=Ha.apply(null,arguments);return this.isValid()&&e.isValid()?e\u003Cthis?this:e:f()}),ja=t(\\\"moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/\\\",function(){var e=Ha.apply(null,arguments);return this.isValid()&&e.isValid()?this\u003Ce?this:e:f()});function xa(e,a){var t,s;if(1===a.length&&_(a[0])&&(a=a[0]),!a.length)return Ha();for(t=a[0],s=1;s\u003Ca.length;++s)a[s].isValid()&&!a[s][e](t)||(t=a[s]);return t}var Oa=[\\\"year\\\",\\\"quarter\\\",\\\"month\\\",\\\"week\\\",\\\"day\\\",\\\"hour\\\",\\\"minute\\\",\\\"second\\\",\\\"millisecond\\\"];function Pa(e){var a=W(e),t=a.year||0,s=a.quarter||0,n=a.month||0,d=a.week||a.isoWeek||0,r=a.day||0,_=a.hour||0,i=a.minute||0,o=a.second||0,m=a.millisecond||0;this._isValid=function(e){for(var a in e)if(-1===we.call(Oa,a)||null!=e[a]&&isNaN(e[a]))return!1;for(var t=!1,s=0;s\u003COa.length;++s)if(e[Oa[s]]){if(t)return!1;parseFloat(e[Oa[s]])!==g(e[Oa[s]])&&(t=!0)}return!0}(a),this._milliseconds=+m+1e3*o+6e4*i+1e3*_*60*60,this._days=+r+7*d,this._months=+n+3*s+12*t,this._data={},this._locale=ma(),this._bubble()}function Wa(e){return e instanceof Pa}function Aa(e){return e\u003C0?-1*Math.round(-1*e):Math.round(e)}function Ea(e,t){C(e,0,0,function(){var e=this.utcOffset(),a=\\\"+\\\";return e\u003C0&&(e=-e,a=\\\"-\\\"),a+F(~~(e/60),2)+t+F(~~e%60,2)})}Ea(\\\"Z\\\",\\\":\\\"),Ea(\\\"ZZ\\\",\\\"\\\"),ie(\\\"Z\\\",de),ie(\\\"ZZ\\\",de),le([\\\"Z\\\",\\\"ZZ\\\"],function(e,a,t){t._useUTC=!0,t._tzm=za(de,e)});var Fa=/([\\\\+\\\\-]|\\\\d\\\\d)/gi;function za(e,a){var t=(a||\\\"\\\").match(e);if(null===t)return null;var s=((t[t.length-1]||[])+\\\"\\\").match(Fa)||[\\\"-\\\",0,0],n=60*s[1]+g(s[2]);return 0===n?0:\\\"+\\\"===s[0]?n:-n}function Ja(e,a){var t,s;return a._isUTC?(t=a.clone(),s=(D(e)||u(e)?e.valueOf():Ha(e).valueOf())-t.valueOf(),t._d.setTime(t._d.valueOf()+s),l.updateOffset(t,!1),t):Ha(e).local()}function Na(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function Ra(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}l.updateOffset=function(){};var Ca=/^(\\\\-|\\\\+)?(?:(\\\\d*)[. ])?(\\\\d+)\\\\:(\\\\d+)(?:\\\\:(\\\\d+)(\\\\.\\\\d*)?)?$/,Ia=/^(-|\\\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ua(e,a){var t,s,n,d=e,r=null;return Wa(e)?d={ms:e._milliseconds,d:e._days,M:e._months}:m(e)?(d={},a?d[a]=e:d.milliseconds=e):(r=Ca.exec(e))?(t=\\\"-\\\"===r[1]?-1:1,d={y:0,d:g(r[ce])*t,h:g(r[Ye])*t,m:g(r[ye])*t,s:g(r[fe])*t,ms:g(Aa(1e3*r[ke]))*t}):(r=Ia.exec(e))?(t=\\\"-\\\"===r[1]?-1:1,d={y:Ga(r[2],t),M:Ga(r[3],t),w:Ga(r[4],t),d:Ga(r[5],t),h:Ga(r[6],t),m:Ga(r[7],t),s:Ga(r[8],t)}):null==d?d={}:\\\"object\\\"==typeof d&&(\\\"from\\\"in d||\\\"to\\\"in d)&&(n=function(e,a){var t;if(!e.isValid()||!a.isValid())return{milliseconds:0,months:0};a=Ja(a,e),e.isBefore(a)?t=Va(e,a):((t=Va(a,e)).milliseconds=-t.milliseconds,t.months=-t.months);return t}(Ha(d.from),Ha(d.to)),(d={}).ms=n.milliseconds,d.M=n.months),s=new Pa(d),Wa(e)&&h(e,\\\"_locale\\\")&&(s._locale=e._locale),s}function Ga(e,a){var t=e&&parseFloat(e.replace(\\\",\\\",\\\".\\\"));return(isNaN(t)?0:t)*a}function Va(e,a){var t={};return t.months=a.month()-e.month()+12*(a.year()-e.year()),e.clone().add(t.months,\\\"M\\\").isAfter(a)&&--t.months,t.milliseconds=+a-+e.clone().add(t.months,\\\"M\\\"),t}function Ka(s,n){return function(e,a){var t;return null===a||isNaN(+a)||(S(n,\\\"moment().\\\"+n+\\\"(period, number) is deprecated. Please use moment().\\\"+n+\\\"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.\\\"),t=e,e=a,a=t),Za(this,Ua(e=\\\"string\\\"==typeof e?+e:e,a),s),this}}function Za(e,a,t,s){var n=a._milliseconds,d=Aa(a._days),r=Aa(a._months);e.isValid()&&(s=null==s||s,r&&We(e,He(e,\\\"Month\\\")+r*t),d&&be(e,\\\"Date\\\",He(e,\\\"Date\\\")+d*t),n&&e._d.setTime(e._d.valueOf()+n*t),s&&l.updateOffset(e,d||r))}Ua.fn=Pa.prototype,Ua.invalid=function(){return Ua(NaN)};var $a=Ka(1,\\\"add\\\"),Ba=Ka(-1,\\\"subtract\\\");function qa(e,a){var t=12*(a.year()-e.year())+(a.month()-e.month()),s=e.clone().add(t,\\\"months\\\");return-(t+(a-s\u003C0?(a-s)/(s-e.clone().add(t-1,\\\"months\\\")):(a-s)/(e.clone().add(t+1,\\\"months\\\")-s)))||0}function Qa(e){var a;return void 0===e?this._locale._abbr:(null!=(a=ma(e))&&(this._locale=a),this)}l.defaultFormat=\\\"YYYY-MM-DDTHH:mm:ssZ\\\",l.defaultFormatUtc=\\\"YYYY-MM-DDTHH:mm:ss[Z]\\\";var Xa=t(\\\"moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.\\\",function(e){return void 0===e?this.localeData():this.locale(e)});function et(){return this._locale}var at=126227808e5;function tt(e,a){return(e%a+a)%a}function st(e,a,t){return e\u003C100&&0\u003C=e?new Date(e+400,a,t)-at:new Date(e,a,t).valueOf()}function nt(e,a,t){return e\u003C100&&0\u003C=e?Date.UTC(e+400,a,t)-at:Date.UTC(e,a,t)}function dt(e,a){C(0,[e,e.length],0,a)}function rt(e,a,t,s,n){var d;return null==e?Ce(this,s,n).year:((d=Ie(e,s,n))\u003Ca&&(a=d),function(e,a,t,s,n){var d=Re(e,a,t,s,n),r=Je(d.year,0,d.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}.call(this,e,a,t,s,n))}C(0,[\\\"gg\\\",2],0,function(){return this.weekYear()%100}),C(0,[\\\"GG\\\",2],0,function(){return this.isoWeekYear()%100}),dt(\\\"gggg\\\",\\\"weekYear\\\"),dt(\\\"ggggg\\\",\\\"weekYear\\\"),dt(\\\"GGGG\\\",\\\"isoWeekYear\\\"),dt(\\\"GGGGG\\\",\\\"isoWeekYear\\\"),O(\\\"weekYear\\\",\\\"gg\\\"),O(\\\"isoWeekYear\\\",\\\"GG\\\"),E(\\\"weekYear\\\",1),E(\\\"isoWeekYear\\\",1),ie(\\\"G\\\",se),ie(\\\"g\\\",se),ie(\\\"GG\\\",B,V),ie(\\\"gg\\\",B,V),ie(\\\"GGGG\\\",ee,Z),ie(\\\"gggg\\\",ee,Z),ie(\\\"GGGGG\\\",ae,$),ie(\\\"ggggg\\\",ae,$),Me([\\\"gggg\\\",\\\"ggggg\\\",\\\"GGGG\\\",\\\"GGGGG\\\"],function(e,a,t,s){a[s.substr(0,2)]=g(e)}),Me([\\\"gg\\\",\\\"GG\\\"],function(e,a,t,s){a[s]=l.parseTwoDigitYear(e)}),C(\\\"Q\\\",0,\\\"Qo\\\",\\\"quarter\\\"),O(\\\"quarter\\\",\\\"Q\\\"),E(\\\"quarter\\\",7),ie(\\\"Q\\\",G),le(\\\"Q\\\",function(e,a){a[Le]=3*(g(e)-1)}),C(\\\"D\\\",[\\\"DD\\\",2],\\\"Do\\\",\\\"date\\\"),O(\\\"date\\\",\\\"D\\\"),E(\\\"date\\\",9),ie(\\\"D\\\",B),ie(\\\"DD\\\",B,V),ie(\\\"Do\\\",function(e,a){return e?a._dayOfMonthOrdinalParse||a._ordinalParse:a._dayOfMonthOrdinalParseLenient}),le([\\\"D\\\",\\\"DD\\\"],ce),le(\\\"Do\\\",function(e,a){a[ce]=g(e.match(B)[0])});var _t=Se(\\\"Date\\\",!0);C(\\\"DDD\\\",[\\\"DDDD\\\",3],\\\"DDDo\\\",\\\"dayOfYear\\\"),O(\\\"dayOfYear\\\",\\\"DDD\\\"),E(\\\"dayOfYear\\\",4),ie(\\\"DDD\\\",X),ie(\\\"DDDD\\\",K),le([\\\"DDD\\\",\\\"DDDD\\\"],function(e,a,t){t._dayOfYear=g(e)}),C(\\\"m\\\",[\\\"mm\\\",2],0,\\\"minute\\\"),O(\\\"minute\\\",\\\"m\\\"),E(\\\"minute\\\",14),ie(\\\"m\\\",B),ie(\\\"mm\\\",B,V),le([\\\"m\\\",\\\"mm\\\"],ye);var it=Se(\\\"Minutes\\\",!1);C(\\\"s\\\",[\\\"ss\\\",2],0,\\\"second\\\"),O(\\\"second\\\",\\\"s\\\"),E(\\\"second\\\",15),ie(\\\"s\\\",B),ie(\\\"ss\\\",B,V),le([\\\"s\\\",\\\"ss\\\"],fe);var ot,mt=Se(\\\"Seconds\\\",!1);for(C(\\\"S\\\",0,0,function(){return~~(this.millisecond()/100)}),C(0,[\\\"SS\\\",2],0,function(){return~~(this.millisecond()/10)}),C(0,[\\\"SSS\\\",3],0,\\\"millisecond\\\"),C(0,[\\\"SSSS\\\",4],0,function(){return 10*this.millisecond()}),C(0,[\\\"SSSSS\\\",5],0,function(){return 100*this.millisecond()}),C(0,[\\\"SSSSSS\\\",6],0,function(){return 1e3*this.millisecond()}),C(0,[\\\"SSSSSSS\\\",7],0,function(){return 1e4*this.millisecond()}),C(0,[\\\"SSSSSSSS\\\",8],0,function(){return 1e5*this.millisecond()}),C(0,[\\\"SSSSSSSSS\\\",9],0,function(){return 1e6*this.millisecond()}),O(\\\"millisecond\\\",\\\"ms\\\"),E(\\\"millisecond\\\",16),ie(\\\"S\\\",X,G),ie(\\\"SS\\\",X,V),ie(\\\"SSS\\\",X,K),ot=\\\"SSSS\\\";ot.length\u003C=9;ot+=\\\"S\\\")ie(ot,te);function ut(e,a){a[ke]=g(1e3*(\\\"0.\\\"+e))}for(ot=\\\"S\\\";ot.length\u003C=9;ot+=\\\"S\\\")le(ot,ut);var lt=Se(\\\"Milliseconds\\\",!1);C(\\\"z\\\",0,0,\\\"zoneAbbr\\\"),C(\\\"zz\\\",0,0,\\\"zoneName\\\");var Mt=p.prototype;function ht(e){return e}Mt.add=$a,Mt.calendar=function(e,a){var t=e||Ha(),s=Ja(t,this).startOf(\\\"day\\\"),n=l.calendarFormat(this,s)||\\\"sameElse\\\",d=a&&(H(a[n])?a[n].call(this,t):a[n]);return this.format(d||this.localeData().calendar(n,this,Ha(t)))},Mt.clone=function(){return new p(this)},Mt.diff=function(e,a,t){var s,n,d;if(!this.isValid())return NaN;if(!(s=Ja(e,this)).isValid())return NaN;switch(n=6e4*(s.utcOffset()-this.utcOffset()),a=P(a)){case\\\"year\\\":d=qa(this,s)/12;break;case\\\"month\\\":d=qa(this,s);break;case\\\"quarter\\\":d=qa(this,s)/3;break;case\\\"second\\\":d=(this-s)/1e3;break;case\\\"minute\\\":d=(this-s)/6e4;break;case\\\"hour\\\":d=(this-s)/36e5;break;case\\\"day\\\":d=(this-s-n)/864e5;break;case\\\"week\\\":d=(this-s-n)/6048e5;break;default:d=this-s}return t?d:T(d)},Mt.endOf=function(e){var a;if(void 0===(e=P(e))||\\\"millisecond\\\"===e||!this.isValid())return this;var t=this._isUTC?nt:st;switch(e){case\\\"year\\\":a=t(this.year()+1,0,1)-1;break;case\\\"quarter\\\":a=t(this.year(),this.month()-this.month()%3+3,1)-1;break;case\\\"month\\\":a=t(this.year(),this.month()+1,1)-1;break;case\\\"week\\\":a=t(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case\\\"isoWeek\\\":a=t(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case\\\"day\\\":case\\\"date\\\":a=t(this.year(),this.month(),this.date()+1)-1;break;case\\\"hour\\\":a=this._d.valueOf(),a+=36e5-tt(a+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case\\\"minute\\\":a=this._d.valueOf(),a+=6e4-tt(a,6e4)-1;break;case\\\"second\\\":a=this._d.valueOf(),a+=1e3-tt(a,1e3)-1;break}return this._d.setTime(a),l.updateOffset(this,!0),this},Mt.format=function(e){e||(e=this.isUtc()?l.defaultFormatUtc:l.defaultFormat);var a=I(this,e);return this.localeData().postformat(a)},Mt.from=function(e,a){return this.isValid()&&(D(e)&&e.isValid()||Ha(e).isValid())?Ua({to:this,from:e}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()},Mt.fromNow=function(e){return this.from(Ha(),e)},Mt.to=function(e,a){return this.isValid()&&(D(e)&&e.isValid()||Ha(e).isValid())?Ua({from:this,to:e}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()},Mt.toNow=function(e){return this.to(Ha(),e)},Mt.get=function(e){return H(this[e=P(e)])?this[e]():this},Mt.invalidAt=function(){return Y(this).overflow},Mt.isAfter=function(e,a){var t=D(e)?e:Ha(e);return!(!this.isValid()||!t.isValid())&&(\\\"millisecond\\\"===(a=P(a)||\\\"millisecond\\\")?this.valueOf()>t.valueOf():t.valueOf()\u003Cthis.clone().startOf(a).valueOf())},Mt.isBefore=function(e,a){var t=D(e)?e:Ha(e);return!(!this.isValid()||!t.isValid())&&(\\\"millisecond\\\"===(a=P(a)||\\\"millisecond\\\")?this.valueOf()\u003Ct.valueOf():this.clone().endOf(a).valueOf()\u003Ct.valueOf())},Mt.isBetween=function(e,a,t,s){var n=D(e)?e:Ha(e),d=D(a)?a:Ha(a);return!!(this.isValid()&&n.isValid()&&d.isValid())&&(\\\"(\\\"===(s=s||\\\"()\\\")[0]?this.isAfter(n,t):!this.isBefore(n,t))&&(\\\")\\\"===s[1]?this.isBefore(d,t):!this.isAfter(d,t))},Mt.isSame=function(e,a){var t,s=D(e)?e:Ha(e);return!(!this.isValid()||!s.isValid())&&(\\\"millisecond\\\"===(a=P(a)||\\\"millisecond\\\")?this.valueOf()===s.valueOf():(t=s.valueOf(),this.clone().startOf(a).valueOf()\u003C=t&&t\u003C=this.clone().endOf(a).valueOf()))},Mt.isSameOrAfter=function(e,a){return this.isSame(e,a)||this.isAfter(e,a)},Mt.isSameOrBefore=function(e,a){return this.isSame(e,a)||this.isBefore(e,a)},Mt.isValid=function(){return y(this)},Mt.lang=Xa,Mt.locale=Qa,Mt.localeData=et,Mt.max=ja,Mt.min=ba,Mt.parsingFlags=function(){return L({},Y(this))},Mt.set=function(e,a){if(\\\"object\\\"==typeof e)for(var t=function(e){var a=[];for(var t in e)a.push({unit:t,priority:A[t]});return a.sort(function(e,a){return e.priority-a.priority}),a}(e=W(e)),s=0;s\u003Ct.length;s++)this[t[s].unit](e[t[s].unit]);else if(H(this[e=P(e)]))return this[e](a);return this},Mt.startOf=function(e){var a;if(void 0===(e=P(e))||\\\"millisecond\\\"===e||!this.isValid())return this;var t=this._isUTC?nt:st;switch(e){case\\\"year\\\":a=t(this.year(),0,1);break;case\\\"quarter\\\":a=t(this.year(),this.month()-this.month()%3,1);break;case\\\"month\\\":a=t(this.year(),this.month(),1);break;case\\\"week\\\":a=t(this.year(),this.month(),this.date()-this.weekday());break;case\\\"isoWeek\\\":a=t(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case\\\"day\\\":case\\\"date\\\":a=t(this.year(),this.month(),this.date());break;case\\\"hour\\\":a=this._d.valueOf(),a-=tt(a+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case\\\"minute\\\":a=this._d.valueOf(),a-=tt(a,6e4);break;case\\\"second\\\":a=this._d.valueOf(),a-=tt(a,1e3);break}return this._d.setTime(a),l.updateOffset(this,!0),this},Mt.subtract=Ba,Mt.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},Mt.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},Mt.toDate=function(){return new Date(this.valueOf())},Mt.toISOString=function(e){if(!this.isValid())return null;var a=!0!==e,t=a?this.clone().utc():this;return t.year()\u003C0||9999\u003Ct.year()?I(t,a?\\\"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]\\\":\\\"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ\\\"):H(Date.prototype.toISOString)?a?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace(\\\"Z\\\",I(t,\\\"Z\\\")):I(t,a?\\\"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]\\\":\\\"YYYY-MM-DD[T]HH:mm:ss.SSSZ\\\")},Mt.inspect=function(){if(!this.isValid())return\\\"moment.invalid(/* \\\"+this._i+\\\" */)\\\";var e=\\\"moment\\\",a=\\\"\\\";this.isLocal()||(e=0===this.utcOffset()?\\\"moment.utc\\\":\\\"moment.parseZone\\\",a=\\\"Z\\\");var t=\\\"[\\\"+e+'(\\\"]',s=0\u003C=this.year()&&this.year()\u003C=9999?\\\"YYYY\\\":\\\"YYYYYY\\\",n=a+'[\\\")]';return this.format(t+s+\\\"-MM-DD[T]HH:mm:ss.SSS\\\"+n)},Mt.toJSON=function(){return this.isValid()?this.toISOString():null},Mt.toString=function(){return this.clone().locale(\\\"en\\\").format(\\\"ddd MMM DD YYYY HH:mm:ss [GMT]ZZ\\\")},Mt.unix=function(){return Math.floor(this.valueOf()/1e3)},Mt.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},Mt.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},Mt.year=ve,Mt.isLeapYear=function(){return ge(this.year())},Mt.weekYear=function(e){return rt.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},Mt.isoWeekYear=function(e){return rt.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},Mt.quarter=Mt.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},Mt.month=Ae,Mt.daysInMonth=function(){return je(this.year(),this.month())},Mt.week=Mt.weeks=function(e){var a=this.localeData().week(this);return null==e?a:this.add(7*(e-a),\\\"d\\\")},Mt.isoWeek=Mt.isoWeeks=function(e){var a=Ce(this,1,4).week;return null==e?a:this.add(7*(e-a),\\\"d\\\")},Mt.weeksInYear=function(){var e=this.localeData()._week;return Ie(this.year(),e.dow,e.doy)},Mt.isoWeeksInYear=function(){return Ie(this.year(),1,4)},Mt.date=_t,Mt.day=Mt.days=function(e){if(!this.isValid())return null!=e?this:NaN;var a,t,s=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(a=e,t=this.localeData(),e=\\\"string\\\"!=typeof a?a:isNaN(a)?\\\"number\\\"==typeof(a=t.weekdaysParse(a))?a:null:parseInt(a,10),this.add(e-s,\\\"d\\\")):s},Mt.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var a=(this.day()+7-this.localeData()._week.dow)%7;return null==e?a:this.add(e-a,\\\"d\\\")},Mt.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null==e)return this.day()||7;var a,t,s=(a=e,t=this.localeData(),\\\"string\\\"==typeof a?t.weekdaysParse(a)%7||7:isNaN(a)?null:a);return this.day(this.day()%7?s:s-7)},Mt.dayOfYear=function(e){var a=Math.round((this.clone().startOf(\\\"day\\\")-this.clone().startOf(\\\"year\\\"))/864e5)+1;return null==e?a:this.add(e-a,\\\"d\\\")},Mt.hour=Mt.hours=ta,Mt.minute=Mt.minutes=it,Mt.second=Mt.seconds=mt,Mt.millisecond=Mt.milliseconds=lt,Mt.utcOffset=function(e,a,t){var s,n=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null==e)return this._isUTC?n:Na(this);if(\\\"string\\\"==typeof e){if(null===(e=za(de,e)))return this}else Math.abs(e)\u003C16&&!t&&(e*=60);return!this._isUTC&&a&&(s=Na(this)),this._offset=e,this._isUTC=!0,null!=s&&this.add(s,\\\"m\\\"),n!==e&&(!a||this._changeInProgress?Za(this,Ua(e-n,\\\"m\\\"),1,!1):this._changeInProgress||(this._changeInProgress=!0,l.updateOffset(this,!0),this._changeInProgress=null)),this},Mt.utc=function(e){return this.utcOffset(0,e)},Mt.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Na(this),\\\"m\\\")),this},Mt.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if(\\\"string\\\"==typeof this._i){var e=za(ne,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},Mt.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?Ha(e).utcOffset():0,(this.utcOffset()-e)%60==0)},Mt.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},Mt.isLocal=function(){return!!this.isValid()&&!this._isUTC},Mt.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},Mt.isUtc=Ra,Mt.isUTC=Ra,Mt.zoneAbbr=function(){return this._isUTC?\\\"UTC\\\":\\\"\\\"},Mt.zoneName=function(){return this._isUTC?\\\"Coordinated Universal Time\\\":\\\"\\\"},Mt.dates=t(\\\"dates accessor is deprecated. Use date instead.\\\",_t),Mt.months=t(\\\"months accessor is deprecated. Use month instead\\\",Ae),Mt.years=t(\\\"years accessor is deprecated. Use year instead\\\",ve),Mt.zone=t(\\\"moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/\\\",function(e,a){return null!=e?(\\\"string\\\"!=typeof e&&(e=-e),this.utcOffset(e,a),this):-this.utcOffset()}),Mt.isDSTShifted=t(\\\"isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information\\\",function(){if(!o(this._isDSTShifted))return this._isDSTShifted;var e={};if(k(e,this),(e=va(e))._a){var a=e._isUTC?c(e._a):Ha(e._a);this._isDSTShifted=this.isValid()&&0\u003Cr(e._a,a.toArray())}else this._isDSTShifted=!1;return this._isDSTShifted});var Lt=j.prototype;function ct(e,a,t,s){var n=ma(),d=c().set(s,a);return n[t](d,e)}function Yt(e,a,t){if(m(e)&&(a=e,e=void 0),e=e||\\\"\\\",null!=a)return ct(e,a,t,\\\"month\\\");var s,n=[];for(s=0;s\u003C12;s++)n[s]=ct(e,s,t,\\\"month\\\");return n}function yt(e,a,t,s){a=(\\\"boolean\\\"==typeof e?m(a)&&(t=a,a=void 0):(a=e,e=!1,m(t=a)&&(t=a,a=void 0)),a||\\\"\\\");var n,d=ma(),r=e?d._week.dow:0;if(null!=t)return ct(a,(t+r)%7,s,\\\"day\\\");var _=[];for(n=0;n\u003C7;n++)_[n]=ct(a,(n+r)%7,s,\\\"day\\\");return _}Lt.calendar=function(e,a,t){var s=this._calendar[e]||this._calendar.sameElse;return H(s)?s.call(a,t):s},Lt.longDateFormat=function(e){var a=this._longDateFormat[e],t=this._longDateFormat[e.toUpperCase()];return a||!t?a:(this._longDateFormat[e]=t.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])},Lt.invalidDate=function(){return this._invalidDate},Lt.ordinal=function(e){return this._ordinal.replace(\\\"%d\\\",e)},Lt.preparse=ht,Lt.postformat=ht,Lt.relativeTime=function(e,a,t,s){var n=this._relativeTime[t];return H(n)?n(e,a,t,s):n.replace(/%d/i,e)},Lt.pastFuture=function(e,a){var t=this._relativeTime[0\u003Ce?\\\"future\\\":\\\"past\\\"];return H(t)?t(a):t.replace(/%s/i,a)},Lt.set=function(e){var a,t;for(t in e)H(a=e[t])?this[t]=a:this[\\\"_\\\"+t]=a;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+\\\"|\\\"+/\\\\d{1,2}/.source)},Lt.months=function(e,a){return e?_(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||xe).test(a)?\\\"format\\\":\\\"standalone\\\"][e.month()]:_(this._months)?this._months:this._months.standalone},Lt.monthsShort=function(e,a){return e?_(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[xe.test(a)?\\\"format\\\":\\\"standalone\\\"][e.month()]:_(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},Lt.monthsParse=function(e,a,t){var s,n,d;if(this._monthsParseExact)return function(e,a,t){var s,n,d,r=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],s=0;s\u003C12;++s)d=c([2e3,s]),this._shortMonthsParse[s]=this.monthsShort(d,\\\"\\\").toLocaleLowerCase(),this._longMonthsParse[s]=this.months(d,\\\"\\\").toLocaleLowerCase();return t?\\\"MMM\\\"===a?-1!==(n=we.call(this._shortMonthsParse,r))?n:null:-1!==(n=we.call(this._longMonthsParse,r))?n:null:\\\"MMM\\\"===a?-1!==(n=we.call(this._shortMonthsParse,r))?n:-1!==(n=we.call(this._longMonthsParse,r))?n:null:-1!==(n=we.call(this._longMonthsParse,r))?n:-1!==(n=we.call(this._shortMonthsParse,r))?n:null}.call(this,e,a,t);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),s=0;s\u003C12;s++){if(n=c([2e3,s]),t&&!this._longMonthsParse[s]&&(this._longMonthsParse[s]=new RegExp(\\\"^\\\"+this.months(n,\\\"\\\").replace(\\\".\\\",\\\"\\\")+\\\"$\\\",\\\"i\\\"),this._shortMonthsParse[s]=new RegExp(\\\"^\\\"+this.monthsShort(n,\\\"\\\").replace(\\\".\\\",\\\"\\\")+\\\"$\\\",\\\"i\\\")),t||this._monthsParse[s]||(d=\\\"^\\\"+this.months(n,\\\"\\\")+\\\"|^\\\"+this.monthsShort(n,\\\"\\\"),this._monthsParse[s]=new RegExp(d.replace(\\\".\\\",\\\"\\\"),\\\"i\\\")),t&&\\\"MMMM\\\"===a&&this._longMonthsParse[s].test(e))return s;if(t&&\\\"MMM\\\"===a&&this._shortMonthsParse[s].test(e))return s;if(!t&&this._monthsParse[s].test(e))return s}},Lt.monthsRegex=function(e){return this._monthsParseExact?(h(this,\\\"_monthsRegex\\\")||ze.call(this),e?this._monthsStrictRegex:this._monthsRegex):(h(this,\\\"_monthsRegex\\\")||(this._monthsRegex=Fe),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},Lt.monthsShortRegex=function(e){return this._monthsParseExact?(h(this,\\\"_monthsRegex\\\")||ze.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(h(this,\\\"_monthsShortRegex\\\")||(this._monthsShortRegex=Ee),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},Lt.week=function(e){return Ce(e,this._week.dow,this._week.doy).week},Lt.firstDayOfYear=function(){return this._week.doy},Lt.firstDayOfWeek=function(){return this._week.dow},Lt.weekdays=function(e,a){var t=_(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(a)?\\\"format\\\":\\\"standalone\\\"];return!0===e?Ue(t,this._week.dow):e?t[e.day()]:t},Lt.weekdaysMin=function(e){return!0===e?Ue(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},Lt.weekdaysShort=function(e){return!0===e?Ue(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},Lt.weekdaysParse=function(e,a,t){var s,n,d;if(this._weekdaysParseExact)return function(e,a,t){var s,n,d,r=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],s=0;s\u003C7;++s)d=c([2e3,1]).day(s),this._minWeekdaysParse[s]=this.weekdaysMin(d,\\\"\\\").toLocaleLowerCase(),this._shortWeekdaysParse[s]=this.weekdaysShort(d,\\\"\\\").toLocaleLowerCase(),this._weekdaysParse[s]=this.weekdays(d,\\\"\\\").toLocaleLowerCase();return t?\\\"dddd\\\"===a?-1!==(n=we.call(this._weekdaysParse,r))?n:null:\\\"ddd\\\"===a?-1!==(n=we.call(this._shortWeekdaysParse,r))?n:null:-1!==(n=we.call(this._minWeekdaysParse,r))?n:null:\\\"dddd\\\"===a?-1!==(n=we.call(this._weekdaysParse,r))?n:-1!==(n=we.call(this._shortWeekdaysParse,r))?n:-1!==(n=we.call(this._minWeekdaysParse,r))?n:null:\\\"ddd\\\"===a?-1!==(n=we.call(this._shortWeekdaysParse,r))?n:-1!==(n=we.call(this._weekdaysParse,r))?n:-1!==(n=we.call(this._minWeekdaysParse,r))?n:null:-1!==(n=we.call(this._minWeekdaysParse,r))?n:-1!==(n=we.call(this._weekdaysParse,r))?n:-1!==(n=we.call(this._shortWeekdaysParse,r))?n:null}.call(this,e,a,t);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),s=0;s\u003C7;s++){if(n=c([2e3,1]).day(s),t&&!this._fullWeekdaysParse[s]&&(this._fullWeekdaysParse[s]=new RegExp(\\\"^\\\"+this.weekdays(n,\\\"\\\").replace(\\\".\\\",\\\"\\\\\\\\.?\\\")+\\\"$\\\",\\\"i\\\"),this._shortWeekdaysParse[s]=new RegExp(\\\"^\\\"+this.weekdaysShort(n,\\\"\\\").replace(\\\".\\\",\\\"\\\\\\\\.?\\\")+\\\"$\\\",\\\"i\\\"),this._minWeekdaysParse[s]=new RegExp(\\\"^\\\"+this.weekdaysMin(n,\\\"\\\").replace(\\\".\\\",\\\"\\\\\\\\.?\\\")+\\\"$\\\",\\\"i\\\")),this._weekdaysParse[s]||(d=\\\"^\\\"+this.weekdays(n,\\\"\\\")+\\\"|^\\\"+this.weekdaysShort(n,\\\"\\\")+\\\"|^\\\"+this.weekdaysMin(n,\\\"\\\"),this._weekdaysParse[s]=new RegExp(d.replace(\\\".\\\",\\\"\\\"),\\\"i\\\")),t&&\\\"dddd\\\"===a&&this._fullWeekdaysParse[s].test(e))return s;if(t&&\\\"ddd\\\"===a&&this._shortWeekdaysParse[s].test(e))return s;if(t&&\\\"dd\\\"===a&&this._minWeekdaysParse[s].test(e))return s;if(!t&&this._weekdaysParse[s].test(e))return s}},Lt.weekdaysRegex=function(e){return this._weekdaysParseExact?(h(this,\\\"_weekdaysRegex\\\")||qe.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(h(this,\\\"_weekdaysRegex\\\")||(this._weekdaysRegex=Ze),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},Lt.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(h(this,\\\"_weekdaysRegex\\\")||qe.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(h(this,\\\"_weekdaysShortRegex\\\")||(this._weekdaysShortRegex=$e),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},Lt.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(h(this,\\\"_weekdaysRegex\\\")||qe.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(h(this,\\\"_weekdaysMinRegex\\\")||(this._weekdaysMinRegex=Be),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},Lt.isPM=function(e){return\\\"p\\\"===(e+\\\"\\\").toLowerCase().charAt(0)},Lt.meridiem=function(e,a,t){return 11\u003Ce?t?\\\"pm\\\":\\\"PM\\\":t?\\\"am\\\":\\\"AM\\\"},ia(\\\"en\\\",{dayOfMonthOrdinalParse:/\\\\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var a=e%10;return e+(1===g(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")}}),l.lang=t(\\\"moment.lang is deprecated. Use moment.locale instead.\\\",ia),l.langData=t(\\\"moment.langData is deprecated. Use moment.localeData instead.\\\",ma);var ft=Math.abs;function kt(e,a,t,s){var n=Ua(a,t);return e._milliseconds+=s*n._milliseconds,e._days+=s*n._days,e._months+=s*n._months,e._bubble()}function pt(e){return e\u003C0?Math.floor(e):Math.ceil(e)}function Dt(e){return 4800*e/146097}function Tt(e){return 146097*e/4800}function gt(e){return function(){return this.as(e)}}var wt=gt(\\\"ms\\\"),vt=gt(\\\"s\\\"),St=gt(\\\"m\\\"),Ht=gt(\\\"h\\\"),bt=gt(\\\"d\\\"),jt=gt(\\\"w\\\"),xt=gt(\\\"M\\\"),Ot=gt(\\\"Q\\\"),Pt=gt(\\\"y\\\");function Wt(e){return function(){return this.isValid()?this._data[e]:NaN}}var At=Wt(\\\"milliseconds\\\"),Et=Wt(\\\"seconds\\\"),Ft=Wt(\\\"minutes\\\"),zt=Wt(\\\"hours\\\"),Jt=Wt(\\\"days\\\"),Nt=Wt(\\\"months\\\"),Rt=Wt(\\\"years\\\");var Ct=Math.round,It={ss:44,s:45,m:45,h:22,d:26,M:11};var Ut=Math.abs;function Gt(e){return(0\u003Ce)-(e\u003C0)||+e}function Vt(){if(!this.isValid())return this.localeData().invalidDate();var e,a,t=Ut(this._milliseconds)/1e3,s=Ut(this._days),n=Ut(this._months);a=T((e=T(t/60))/60),t%=60,e%=60;var d=T(n/12),r=n%=12,_=s,i=a,o=e,m=t?t.toFixed(3).replace(/\\\\.?0+$/,\\\"\\\"):\\\"\\\",u=this.asSeconds();if(!u)return\\\"P0D\\\";var l=u\u003C0?\\\"-\\\":\\\"\\\",M=Gt(this._months)!==Gt(u)?\\\"-\\\":\\\"\\\",h=Gt(this._days)!==Gt(u)?\\\"-\\\":\\\"\\\",L=Gt(this._milliseconds)!==Gt(u)?\\\"-\\\":\\\"\\\";return l+\\\"P\\\"+(d?M+d+\\\"Y\\\":\\\"\\\")+(r?M+r+\\\"M\\\":\\\"\\\")+(_?h+_+\\\"D\\\":\\\"\\\")+(i||o||m?\\\"T\\\":\\\"\\\")+(i?L+i+\\\"H\\\":\\\"\\\")+(o?L+o+\\\"M\\\":\\\"\\\")+(m?L+m+\\\"S\\\":\\\"\\\")}var Kt=Pa.prototype;Kt.isValid=function(){return this._isValid},Kt.abs=function(){var e=this._data;return this._milliseconds=ft(this._milliseconds),this._days=ft(this._days),this._months=ft(this._months),e.milliseconds=ft(e.milliseconds),e.seconds=ft(e.seconds),e.minutes=ft(e.minutes),e.hours=ft(e.hours),e.months=ft(e.months),e.years=ft(e.years),this},Kt.add=function(e,a){return kt(this,e,a,1)},Kt.subtract=function(e,a){return kt(this,e,a,-1)},Kt.as=function(e){if(!this.isValid())return NaN;var a,t,s=this._milliseconds;if(\\\"month\\\"===(e=P(e))||\\\"quarter\\\"===e||\\\"year\\\"===e)switch(a=this._days+s/864e5,t=this._months+Dt(a),e){case\\\"month\\\":return t;case\\\"quarter\\\":return t/3;case\\\"year\\\":return t/12}else switch(a=this._days+Math.round(Tt(this._months)),e){case\\\"week\\\":return a/7+s/6048e5;case\\\"day\\\":return a+s/864e5;case\\\"hour\\\":return 24*a+s/36e5;case\\\"minute\\\":return 1440*a+s/6e4;case\\\"second\\\":return 86400*a+s/1e3;case\\\"millisecond\\\":return Math.floor(864e5*a)+s;default:throw new Error(\\\"Unknown unit \\\"+e)}},Kt.asMilliseconds=wt,Kt.asSeconds=vt,Kt.asMinutes=St,Kt.asHours=Ht,Kt.asDays=bt,Kt.asWeeks=jt,Kt.asMonths=xt,Kt.asQuarters=Ot,Kt.asYears=Pt,Kt.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*g(this._months/12):NaN},Kt._bubble=function(){var e,a,t,s,n,d=this._milliseconds,r=this._days,_=this._months,i=this._data;return 0\u003C=d&&0\u003C=r&&0\u003C=_||d\u003C=0&&r\u003C=0&&_\u003C=0||(d+=864e5*pt(Tt(_)+r),_=r=0),i.milliseconds=d%1e3,e=T(d/1e3),i.seconds=e%60,a=T(e/60),i.minutes=a%60,t=T(a/60),i.hours=t%24,_+=n=T(Dt(r+=T(t/24))),r-=pt(Tt(n)),s=T(_/12),_%=12,i.days=r,i.months=_,i.years=s,this},Kt.clone=function(){return Ua(this)},Kt.get=function(e){return e=P(e),this.isValid()?this[e+\\\"s\\\"]():NaN},Kt.milliseconds=At,Kt.seconds=Et,Kt.minutes=Ft,Kt.hours=zt,Kt.days=Jt,Kt.weeks=function(){return T(this.days()/7)},Kt.months=Nt,Kt.years=Rt,Kt.humanize=function(e){if(!this.isValid())return this.localeData().invalidDate();var a,t,s,n,d,r,_,i,o,m,u,l=this.localeData(),M=(t=!e,s=l,n=Ua(a=this).abs(),d=Ct(n.as(\\\"s\\\")),r=Ct(n.as(\\\"m\\\")),_=Ct(n.as(\\\"h\\\")),i=Ct(n.as(\\\"d\\\")),o=Ct(n.as(\\\"M\\\")),m=Ct(n.as(\\\"y\\\")),(u=d\u003C=It.ss&&[\\\"s\\\",d]||d\u003CIt.s&&[\\\"ss\\\",d]||r\u003C=1&&[\\\"m\\\"]||r\u003CIt.m&&[\\\"mm\\\",r]||_\u003C=1&&[\\\"h\\\"]||_\u003CIt.h&&[\\\"hh\\\",_]||i\u003C=1&&[\\\"d\\\"]||i\u003CIt.d&&[\\\"dd\\\",i]||o\u003C=1&&[\\\"M\\\"]||o\u003CIt.M&&[\\\"MM\\\",o]||m\u003C=1&&[\\\"y\\\"]||[\\\"yy\\\",m])[2]=t,u[3]=0\u003C+a,u[4]=s,function(e,a,t,s,n){return n.relativeTime(a||1,!!t,e,s)}.apply(null,u));return e&&(M=l.pastFuture(+this,M)),l.postformat(M)},Kt.toISOString=Vt,Kt.toString=Vt,Kt.toJSON=Vt,Kt.locale=Qa,Kt.localeData=et,Kt.toIsoString=t(\\\"toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)\\\",Vt),Kt.lang=Xa,C(\\\"X\\\",0,0,\\\"unix\\\"),C(\\\"x\\\",0,0,\\\"valueOf\\\"),ie(\\\"x\\\",se),ie(\\\"X\\\",/[+-]?\\\\d+(\\\\.\\\\d{1,3})?/),le(\\\"X\\\",function(e,a,t){t._d=new Date(1e3*parseFloat(e,10))}),le(\\\"x\\\",function(e,a,t){t._d=new Date(g(e))}),l.version=\\\"2.24.0\\\",e=Ha,l.fn=Mt,l.min=function(){return xa(\\\"isBefore\\\",[].slice.call(arguments,0))},l.max=function(){return xa(\\\"isAfter\\\",[].slice.call(arguments,0))},l.now=function(){return Date.now?Date.now():+new Date},l.utc=c,l.unix=function(e){return Ha(1e3*e)},l.months=function(e,a){return Yt(e,a,\\\"months\\\")},l.isDate=u,l.locale=ia,l.invalid=f,l.duration=Ua,l.isMoment=D,l.weekdays=function(e,a,t){return yt(e,a,t,\\\"weekdays\\\")},l.parseZone=function(){return Ha.apply(null,arguments).parseZone()},l.localeData=ma,l.isDuration=Wa,l.monthsShort=function(e,a){return Yt(e,a,\\\"monthsShort\\\")},l.weekdaysMin=function(e,a,t){return yt(e,a,t,\\\"weekdaysMin\\\")},l.defineLocale=oa,l.updateLocale=function(e,a){if(null!=a){var t,s,n=sa;null!=(s=_a(e))&&(n=s._config),(t=new j(a=b(n,a))).parentLocale=na[e],na[e]=t,ia(e)}else null!=na[e]&&(null!=na[e].parentLocale?na[e]=na[e].parentLocale:null!=na[e]&&delete na[e]);return na[e]},l.locales=function(){return s(na)},l.weekdaysShort=function(e,a,t){return yt(e,a,t,\\\"weekdaysShort\\\")},l.normalizeUnits=P,l.relativeTimeRounding=function(e){return void 0===e?Ct:\\\"function\\\"==typeof e&&(Ct=e,!0)},l.relativeTimeThreshold=function(e,a){return void 0!==It[e]&&(void 0===a?It[e]:(It[e]=a,\\\"s\\\"===e&&(It.ss=a-1),!0))},l.calendarFormat=function(e,a){var t=e.diff(a,\\\"days\\\",!0);return t\u003C-6?\\\"sameElse\\\":t\u003C-1?\\\"lastWeek\\\":t\u003C0?\\\"lastDay\\\":t\u003C1?\\\"sameDay\\\":t\u003C2?\\\"nextDay\\\":t\u003C7?\\\"nextWeek\\\":\\\"sameElse\\\"},l.prototype=Mt,l.HTML5_FMT={DATETIME_LOCAL:\\\"YYYY-MM-DDTHH:mm\\\",DATETIME_LOCAL_SECONDS:\\\"YYYY-MM-DDTHH:mm:ss\\\",DATETIME_LOCAL_MS:\\\"YYYY-MM-DDTHH:mm:ss.SSS\\\",DATE:\\\"YYYY-MM-DD\\\",TIME:\\\"HH:mm\\\",TIME_SECONDS:\\\"HH:mm:ss\\\",TIME_MS:\\\"HH:mm:ss.SSS\\\",WEEK:\\\"GGGG-[W]WW\\\",MONTH:\\\"YYYY-MM\\\"},l.defineLocale(\\\"af\\\",{months:\\\"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des\\\".split(\\\"_\\\"),weekdays:\\\"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag\\\".split(\\\"_\\\"),weekdaysShort:\\\"Son_Maa_Din_Woe_Don_Vry_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"So_Ma_Di_Wo_Do_Vr_Sa\\\".split(\\\"_\\\"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,a,t){return e\u003C12?t?\\\"vm\\\":\\\"VM\\\":t?\\\"nm\\\":\\\"NM\\\"},longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Vandag om] LT\\\",nextDay:\\\"[M\\\\xf4re om] LT\\\",nextWeek:\\\"dddd [om] LT\\\",lastDay:\\\"[Gister om] LT\\\",lastWeek:\\\"[Laas] dddd [om] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"oor %s\\\",past:\\\"%s gelede\\\",s:\\\"'n paar sekondes\\\",ss:\\\"%d sekondes\\\",m:\\\"'n minuut\\\",mm:\\\"%d minute\\\",h:\\\"'n uur\\\",hh:\\\"%d ure\\\",d:\\\"'n dag\\\",dd:\\\"%d dae\\\",M:\\\"'n maand\\\",MM:\\\"%d maande\\\",y:\\\"'n jaar\\\",yy:\\\"%d jaar\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20\u003C=e?\\\"ste\\\":\\\"de\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"ar-dz\\\",{months:\\\"\\\\u062c\\\\u0627\\\\u0646\\\\u0641\\\\u064a_\\\\u0641\\\\u064a\\\\u0641\\\\u0631\\\\u064a_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0641\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u062c\\\\u0648\\\\u0627\\\\u0646_\\\\u062c\\\\u0648\\\\u064a\\\\u0644\\\\u064a\\\\u0629_\\\\u0623\\\\u0648\\\\u062a_\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u062c\\\\u0627\\\\u0646\\\\u0641\\\\u064a_\\\\u0641\\\\u064a\\\\u0641\\\\u0631\\\\u064a_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0641\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u062c\\\\u0648\\\\u0627\\\\u0646_\\\\u062c\\\\u0648\\\\u064a\\\\u0644\\\\u064a\\\\u0629_\\\\u0623\\\\u0648\\\\u062a_\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u062f_\\\\u0627\\\\u0644\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u0627\\\\u0644\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0627\\\\u0644\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0627\\\\u062d\\\\u062f_\\\\u0627\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0623\\\\u062d_\\\\u0625\\\\u062b_\\\\u062b\\\\u0644\\\\u0627_\\\\u0623\\\\u0631_\\\\u062e\\\\u0645_\\\\u062c\\\\u0645_\\\\u0633\\\\u0628\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0644\\\\u064a\\\\u0648\\\\u0645 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextDay:\\\"[\\\\u063a\\\\u062f\\\\u0627 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastDay:\\\"[\\\\u0623\\\\u0645\\\\u0633 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0641\\\\u064a %s\\\",past:\\\"\\\\u0645\\\\u0646\\\\u0630 %s\\\",s:\\\"\\\\u062b\\\\u0648\\\\u0627\\\\u0646\\\",ss:\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",m:\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",mm:\\\"%d \\\\u062f\\\\u0642\\\\u0627\\\\u0626\\\\u0642\\\",h:\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",hh:\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0627\\\\u062a\\\",d:\\\"\\\\u064a\\\\u0648\\\\u0645\\\",dd:\\\"%d \\\\u0623\\\\u064a\\\\u0627\\\\u0645\\\",M:\\\"\\\\u0634\\\\u0647\\\\u0631\\\",MM:\\\"%d \\\\u0623\\\\u0634\\\\u0647\\\\u0631\\\",y:\\\"\\\\u0633\\\\u0646\\\\u0629\\\",yy:\\\"%d \\\\u0633\\\\u0646\\\\u0648\\\\u0627\\\\u062a\\\"},week:{dow:0,doy:4}}),l.defineLocale(\\\"ar-kw\\\",{months:\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631_\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648\\\\u0632_\\\\u063a\\\\u0634\\\\u062a_\\\\u0634\\\\u062a\\\\u0646\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0646\\\\u0628\\\\u0631_\\\\u062f\\\\u062c\\\\u0646\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631_\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648\\\\u0632_\\\\u063a\\\\u0634\\\\u062a_\\\\u0634\\\\u062a\\\\u0646\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0646\\\\u0628\\\\u0631_\\\\u062f\\\\u062c\\\\u0646\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u062f_\\\\u0627\\\\u0644\\\\u0625\\\\u062a\\\\u0646\\\\u064a\\\\u0646_\\\\u0627\\\\u0644\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0627\\\\u0644\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0627\\\\u062d\\\\u062f_\\\\u0627\\\\u062a\\\\u0646\\\\u064a\\\\u0646_\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u062d_\\\\u0646_\\\\u062b_\\\\u0631_\\\\u062e_\\\\u062c_\\\\u0633\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0644\\\\u064a\\\\u0648\\\\u0645 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextDay:\\\"[\\\\u063a\\\\u062f\\\\u0627 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastDay:\\\"[\\\\u0623\\\\u0645\\\\u0633 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0641\\\\u064a %s\\\",past:\\\"\\\\u0645\\\\u0646\\\\u0630 %s\\\",s:\\\"\\\\u062b\\\\u0648\\\\u0627\\\\u0646\\\",ss:\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",m:\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",mm:\\\"%d \\\\u062f\\\\u0642\\\\u0627\\\\u0626\\\\u0642\\\",h:\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",hh:\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0627\\\\u062a\\\",d:\\\"\\\\u064a\\\\u0648\\\\u0645\\\",dd:\\\"%d \\\\u0623\\\\u064a\\\\u0627\\\\u0645\\\",M:\\\"\\\\u0634\\\\u0647\\\\u0631\\\",MM:\\\"%d \\\\u0623\\\\u0634\\\\u0647\\\\u0631\\\",y:\\\"\\\\u0633\\\\u0646\\\\u0629\\\",yy:\\\"%d \\\\u0633\\\\u0646\\\\u0648\\\\u0627\\\\u062a\\\"},week:{dow:0,doy:12}});var Zt={1:\\\"1\\\",2:\\\"2\\\",3:\\\"3\\\",4:\\\"4\\\",5:\\\"5\\\",6:\\\"6\\\",7:\\\"7\\\",8:\\\"8\\\",9:\\\"9\\\",0:\\\"0\\\"},$t=function(e){return 0===e?0:1===e?1:2===e?2:3\u003C=e%100&&e%100\u003C=10?3:11\u003C=e%100?4:5},Bt={s:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",\\\"\\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\\u0629\\\",[\\\"\\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u062a\\\\u0627\\\\u0646\\\",\\\"\\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u062a\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u062b\\\\u0648\\\\u0627\\\\u0646\\\",\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\"],m:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\\u0629\\\",[\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u062a\\\\u0627\\\\u0646\\\",\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u062a\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u062f\\\\u0642\\\\u0627\\\\u0626\\\\u0642\\\",\\\"%d \\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",\\\"%d \\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\"],h:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u0629 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\\u0629\\\",[\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u062a\\\\u0627\\\\u0646\\\",\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u062a\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0627\\\\u062a\\\",\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\"],d:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u064a\\\\u0648\\\\u0645\\\",\\\"\\\\u064a\\\\u0648\\\\u0645 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\",[\\\"\\\\u064a\\\\u0648\\\\u0645\\\\u0627\\\\u0646\\\",\\\"\\\\u064a\\\\u0648\\\\u0645\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0623\\\\u064a\\\\u0627\\\\u0645\\\",\\\"%d \\\\u064a\\\\u0648\\\\u0645\\\\u064b\\\\u0627\\\",\\\"%d \\\\u064a\\\\u0648\\\\u0645\\\"],M:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u0634\\\\u0647\\\\u0631\\\",\\\"\\\\u0634\\\\u0647\\\\u0631 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\",[\\\"\\\\u0634\\\\u0647\\\\u0631\\\\u0627\\\\u0646\\\",\\\"\\\\u0634\\\\u0647\\\\u0631\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0623\\\\u0634\\\\u0647\\\\u0631\\\",\\\"%d \\\\u0634\\\\u0647\\\\u0631\\\\u0627\\\",\\\"%d \\\\u0634\\\\u0647\\\\u0631\\\"],y:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u0639\\\\u0627\\\\u0645\\\",\\\"\\\\u0639\\\\u0627\\\\u0645 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\",[\\\"\\\\u0639\\\\u0627\\\\u0645\\\\u0627\\\\u0646\\\",\\\"\\\\u0639\\\\u0627\\\\u0645\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0623\\\\u0639\\\\u0648\\\\u0627\\\\u0645\\\",\\\"%d \\\\u0639\\\\u0627\\\\u0645\\\\u064b\\\\u0627\\\",\\\"%d \\\\u0639\\\\u0627\\\\u0645\\\"]},qt=function(r){return function(e,a,t,s){var n=$t(e),d=Bt[r][$t(e)];return 2===n&&(d=d[a?0:1]),d.replace(/%d/i,e)}},Qt=[\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631\\\",\\\"\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631\\\",\\\"\\\\u0645\\\\u0627\\\\u0631\\\\u0633\\\",\\\"\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644\\\",\\\"\\\\u0645\\\\u0627\\\\u064a\\\\u0648\\\",\\\"\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648\\\",\\\"\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648\\\",\\\"\\\\u0623\\\\u063a\\\\u0633\\\\u0637\\\\u0633\\\",\\\"\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631\\\",\\\"\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\"];l.defineLocale(\\\"ar-ly\\\",{months:Qt,monthsShort:Qt,weekdays:\\\"\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u062f_\\\\u0627\\\\u0644\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u0627\\\\u0644\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0627\\\\u0644\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0623\\\\u062d\\\\u062f_\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u062d_\\\\u0646_\\\\u062b_\\\\u0631_\\\\u062e_\\\\u062c_\\\\u0633\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"D/\\\\u200fM/\\\\u200fYYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0635|\\\\u0645/,isPM:function(e){return\\\"\\\\u0645\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0635\\\":\\\"\\\\u0645\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0644\\\\u064a\\\\u0648\\\\u0645 \\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextDay:\\\"[\\\\u063a\\\\u062f\\\\u064b\\\\u0627 \\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextWeek:\\\"dddd [\\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastDay:\\\"[\\\\u0623\\\\u0645\\\\u0633 \\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastWeek:\\\"dddd [\\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0628\\\\u0639\\\\u062f %s\\\",past:\\\"\\\\u0645\\\\u0646\\\\u0630 %s\\\",s:qt(\\\"s\\\"),ss:qt(\\\"s\\\"),m:qt(\\\"m\\\"),mm:qt(\\\"m\\\"),h:qt(\\\"h\\\"),hh:qt(\\\"h\\\"),d:qt(\\\"d\\\"),dd:qt(\\\"d\\\"),M:qt(\\\"M\\\"),MM:qt(\\\"M\\\"),y:qt(\\\"y\\\"),yy:qt(\\\"y\\\")},preparse:function(e){return e.replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/\\\\d/g,function(e){return Zt[e]}).replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:6,doy:12}}),l.defineLocale(\\\"ar-ma\\\",{months:\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631_\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648\\\\u0632_\\\\u063a\\\\u0634\\\\u062a_\\\\u0634\\\\u062a\\\\u0646\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0646\\\\u0628\\\\u0631_\\\\u062f\\\\u062c\\\\u0646\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631_\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648\\\\u0632_\\\\u063a\\\\u0634\\\\u062a_\\\\u0634\\\\u062a\\\\u0646\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0646\\\\u0628\\\\u0631_\\\\u062f\\\\u062c\\\\u0646\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u062f_\\\\u0627\\\\u0644\\\\u0625\\\\u062a\\\\u0646\\\\u064a\\\\u0646_\\\\u0627\\\\u0644\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0627\\\\u0644\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0627\\\\u062d\\\\u062f_\\\\u0627\\\\u062a\\\\u0646\\\\u064a\\\\u0646_\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u062d_\\\\u0646_\\\\u062b_\\\\u0631_\\\\u062e_\\\\u062c_\\\\u0633\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0644\\\\u064a\\\\u0648\\\\u0645 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextDay:\\\"[\\\\u063a\\\\u062f\\\\u0627 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastDay:\\\"[\\\\u0623\\\\u0645\\\\u0633 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0641\\\\u064a %s\\\",past:\\\"\\\\u0645\\\\u0646\\\\u0630 %s\\\",s:\\\"\\\\u062b\\\\u0648\\\\u0627\\\\u0646\\\",ss:\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",m:\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",mm:\\\"%d \\\\u062f\\\\u0642\\\\u0627\\\\u0626\\\\u0642\\\",h:\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",hh:\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0627\\\\u062a\\\",d:\\\"\\\\u064a\\\\u0648\\\\u0645\\\",dd:\\\"%d \\\\u0623\\\\u064a\\\\u0627\\\\u0645\\\",M:\\\"\\\\u0634\\\\u0647\\\\u0631\\\",MM:\\\"%d \\\\u0623\\\\u0634\\\\u0647\\\\u0631\\\",y:\\\"\\\\u0633\\\\u0646\\\\u0629\\\",yy:\\\"%d \\\\u0633\\\\u0646\\\\u0648\\\\u0627\\\\u062a\\\"},week:{dow:6,doy:12}});var Xt={1:\\\"\\\\u0661\\\",2:\\\"\\\\u0662\\\",3:\\\"\\\\u0663\\\",4:\\\"\\\\u0664\\\",5:\\\"\\\\u0665\\\",6:\\\"\\\\u0666\\\",7:\\\"\\\\u0667\\\",8:\\\"\\\\u0668\\\",9:\\\"\\\\u0669\\\",0:\\\"\\\\u0660\\\"},es={\\\"\\\\u0661\\\":\\\"1\\\",\\\"\\\\u0662\\\":\\\"2\\\",\\\"\\\\u0663\\\":\\\"3\\\",\\\"\\\\u0664\\\":\\\"4\\\",\\\"\\\\u0665\\\":\\\"5\\\",\\\"\\\\u0666\\\":\\\"6\\\",\\\"\\\\u0667\\\":\\\"7\\\",\\\"\\\\u0668\\\":\\\"8\\\",\\\"\\\\u0669\\\":\\\"9\\\",\\\"\\\\u0660\\\":\\\"0\\\"};l.defineLocale(\\\"ar-sa\\\",{months:\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631_\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648_\\\\u0623\\\\u063a\\\\u0633\\\\u0637\\\\u0633_\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631_\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648_\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648_\\\\u0623\\\\u063a\\\\u0633\\\\u0637\\\\u0633_\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u062f_\\\\u0627\\\\u0644\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u0627\\\\u0644\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0627\\\\u0644\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0623\\\\u062d\\\\u062f_\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u062d_\\\\u0646_\\\\u062b_\\\\u0631_\\\\u062e_\\\\u062c_\\\\u0633\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0635|\\\\u0645/,isPM:function(e){return\\\"\\\\u0645\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0635\\\":\\\"\\\\u0645\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0644\\\\u064a\\\\u0648\\\\u0645 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextDay:\\\"[\\\\u063a\\\\u062f\\\\u0627 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastDay:\\\"[\\\\u0623\\\\u0645\\\\u0633 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0641\\\\u064a %s\\\",past:\\\"\\\\u0645\\\\u0646\\\\u0630 %s\\\",s:\\\"\\\\u062b\\\\u0648\\\\u0627\\\\u0646\\\",ss:\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",m:\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",mm:\\\"%d \\\\u062f\\\\u0642\\\\u0627\\\\u0626\\\\u0642\\\",h:\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",hh:\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0627\\\\u062a\\\",d:\\\"\\\\u064a\\\\u0648\\\\u0645\\\",dd:\\\"%d \\\\u0623\\\\u064a\\\\u0627\\\\u0645\\\",M:\\\"\\\\u0634\\\\u0647\\\\u0631\\\",MM:\\\"%d \\\\u0623\\\\u0634\\\\u0647\\\\u0631\\\",y:\\\"\\\\u0633\\\\u0646\\\\u0629\\\",yy:\\\"%d \\\\u0633\\\\u0646\\\\u0648\\\\u0627\\\\u062a\\\"},preparse:function(e){return e.replace(/[\\\\u0661\\\\u0662\\\\u0663\\\\u0664\\\\u0665\\\\u0666\\\\u0667\\\\u0668\\\\u0669\\\\u0660]/g,function(e){return es[e]}).replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/\\\\d/g,function(e){return Xt[e]}).replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:0,doy:6}}),l.defineLocale(\\\"ar-tn\\\",{months:\\\"\\\\u062c\\\\u0627\\\\u0646\\\\u0641\\\\u064a_\\\\u0641\\\\u064a\\\\u0641\\\\u0631\\\\u064a_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0641\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u062c\\\\u0648\\\\u0627\\\\u0646_\\\\u062c\\\\u0648\\\\u064a\\\\u0644\\\\u064a\\\\u0629_\\\\u0623\\\\u0648\\\\u062a_\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u062c\\\\u0627\\\\u0646\\\\u0641\\\\u064a_\\\\u0641\\\\u064a\\\\u0641\\\\u0631\\\\u064a_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0623\\\\u0641\\\\u0631\\\\u064a\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u062c\\\\u0648\\\\u0627\\\\u0646_\\\\u062c\\\\u0648\\\\u064a\\\\u0644\\\\u064a\\\\u0629_\\\\u0623\\\\u0648\\\\u062a_\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631_\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u062f_\\\\u0627\\\\u0644\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u0627\\\\u0644\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0627\\\\u0644\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0623\\\\u062d\\\\u062f_\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u062d_\\\\u0646_\\\\u062b_\\\\u0631_\\\\u062e_\\\\u062c_\\\\u0633\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0644\\\\u064a\\\\u0648\\\\u0645 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextDay:\\\"[\\\\u063a\\\\u062f\\\\u0627 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastDay:\\\"[\\\\u0623\\\\u0645\\\\u0633 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastWeek:\\\"dddd [\\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0641\\\\u064a %s\\\",past:\\\"\\\\u0645\\\\u0646\\\\u0630 %s\\\",s:\\\"\\\\u062b\\\\u0648\\\\u0627\\\\u0646\\\",ss:\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",m:\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",mm:\\\"%d \\\\u062f\\\\u0642\\\\u0627\\\\u0626\\\\u0642\\\",h:\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",hh:\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0627\\\\u062a\\\",d:\\\"\\\\u064a\\\\u0648\\\\u0645\\\",dd:\\\"%d \\\\u0623\\\\u064a\\\\u0627\\\\u0645\\\",M:\\\"\\\\u0634\\\\u0647\\\\u0631\\\",MM:\\\"%d \\\\u0623\\\\u0634\\\\u0647\\\\u0631\\\",y:\\\"\\\\u0633\\\\u0646\\\\u0629\\\",yy:\\\"%d \\\\u0633\\\\u0646\\\\u0648\\\\u0627\\\\u062a\\\"},week:{dow:1,doy:4}});var as={1:\\\"\\\\u0661\\\",2:\\\"\\\\u0662\\\",3:\\\"\\\\u0663\\\",4:\\\"\\\\u0664\\\",5:\\\"\\\\u0665\\\",6:\\\"\\\\u0666\\\",7:\\\"\\\\u0667\\\",8:\\\"\\\\u0668\\\",9:\\\"\\\\u0669\\\",0:\\\"\\\\u0660\\\"},ts={\\\"\\\\u0661\\\":\\\"1\\\",\\\"\\\\u0662\\\":\\\"2\\\",\\\"\\\\u0663\\\":\\\"3\\\",\\\"\\\\u0664\\\":\\\"4\\\",\\\"\\\\u0665\\\":\\\"5\\\",\\\"\\\\u0666\\\":\\\"6\\\",\\\"\\\\u0667\\\":\\\"7\\\",\\\"\\\\u0668\\\":\\\"8\\\",\\\"\\\\u0669\\\":\\\"9\\\",\\\"\\\\u0660\\\":\\\"0\\\"},ss=function(e){return 0===e?0:1===e?1:2===e?2:3\u003C=e%100&&e%100\u003C=10?3:11\u003C=e%100?4:5},ns={s:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",\\\"\\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\\u0629\\\",[\\\"\\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u062a\\\\u0627\\\\u0646\\\",\\\"\\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u062a\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u062b\\\\u0648\\\\u0627\\\\u0646\\\",\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\",\\\"%d \\\\u062b\\\\u0627\\\\u0646\\\\u064a\\\\u0629\\\"],m:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\\u0629\\\",[\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u062a\\\\u0627\\\\u0646\\\",\\\"\\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u062a\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u062f\\\\u0642\\\\u0627\\\\u0626\\\\u0642\\\",\\\"%d \\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\",\\\"%d \\\\u062f\\\\u0642\\\\u064a\\\\u0642\\\\u0629\\\"],h:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u0629 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\\u0629\\\",[\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u062a\\\\u0627\\\\u0646\\\",\\\"\\\\u0633\\\\u0627\\\\u0639\\\\u062a\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0627\\\\u062a\\\",\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\",\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u0629\\\"],d:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u064a\\\\u0648\\\\u0645\\\",\\\"\\\\u064a\\\\u0648\\\\u0645 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\",[\\\"\\\\u064a\\\\u0648\\\\u0645\\\\u0627\\\\u0646\\\",\\\"\\\\u064a\\\\u0648\\\\u0645\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0623\\\\u064a\\\\u0627\\\\u0645\\\",\\\"%d \\\\u064a\\\\u0648\\\\u0645\\\\u064b\\\\u0627\\\",\\\"%d \\\\u064a\\\\u0648\\\\u0645\\\"],M:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u0634\\\\u0647\\\\u0631\\\",\\\"\\\\u0634\\\\u0647\\\\u0631 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\",[\\\"\\\\u0634\\\\u0647\\\\u0631\\\\u0627\\\\u0646\\\",\\\"\\\\u0634\\\\u0647\\\\u0631\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0623\\\\u0634\\\\u0647\\\\u0631\\\",\\\"%d \\\\u0634\\\\u0647\\\\u0631\\\\u0627\\\",\\\"%d \\\\u0634\\\\u0647\\\\u0631\\\"],y:[\\\"\\\\u0623\\\\u0642\\\\u0644 \\\\u0645\\\\u0646 \\\\u0639\\\\u0627\\\\u0645\\\",\\\"\\\\u0639\\\\u0627\\\\u0645 \\\\u0648\\\\u0627\\\\u062d\\\\u062f\\\",[\\\"\\\\u0639\\\\u0627\\\\u0645\\\\u0627\\\\u0646\\\",\\\"\\\\u0639\\\\u0627\\\\u0645\\\\u064a\\\\u0646\\\"],\\\"%d \\\\u0623\\\\u0639\\\\u0648\\\\u0627\\\\u0645\\\",\\\"%d \\\\u0639\\\\u0627\\\\u0645\\\\u064b\\\\u0627\\\",\\\"%d \\\\u0639\\\\u0627\\\\u0645\\\"]},ds=function(r){return function(e,a,t,s){var n=ss(e),d=ns[r][ss(e)];return 2===n&&(d=d[a?0:1]),d.replace(/%d/i,e)}},rs=[\\\"\\\\u064a\\\\u0646\\\\u0627\\\\u064a\\\\u0631\\\",\\\"\\\\u0641\\\\u0628\\\\u0631\\\\u0627\\\\u064a\\\\u0631\\\",\\\"\\\\u0645\\\\u0627\\\\u0631\\\\u0633\\\",\\\"\\\\u0623\\\\u0628\\\\u0631\\\\u064a\\\\u0644\\\",\\\"\\\\u0645\\\\u0627\\\\u064a\\\\u0648\\\",\\\"\\\\u064a\\\\u0648\\\\u0646\\\\u064a\\\\u0648\\\",\\\"\\\\u064a\\\\u0648\\\\u0644\\\\u064a\\\\u0648\\\",\\\"\\\\u0623\\\\u063a\\\\u0633\\\\u0637\\\\u0633\\\",\\\"\\\\u0633\\\\u0628\\\\u062a\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u0623\\\\u0643\\\\u062a\\\\u0648\\\\u0628\\\\u0631\\\",\\\"\\\\u0646\\\\u0648\\\\u0641\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u062f\\\\u064a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\"];l.defineLocale(\\\"ar\\\",{months:rs,monthsShort:rs,weekdays:\\\"\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u062f_\\\\u0627\\\\u0644\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u0627\\\\u0644\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u0627\\\\u0644\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0627\\\\u0644\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0623\\\\u062d\\\\u062f_\\\\u0625\\\\u062b\\\\u0646\\\\u064a\\\\u0646_\\\\u062b\\\\u0644\\\\u0627\\\\u062b\\\\u0627\\\\u0621_\\\\u0623\\\\u0631\\\\u0628\\\\u0639\\\\u0627\\\\u0621_\\\\u062e\\\\u0645\\\\u064a\\\\u0633_\\\\u062c\\\\u0645\\\\u0639\\\\u0629_\\\\u0633\\\\u0628\\\\u062a\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u062d_\\\\u0646_\\\\u062b_\\\\u0631_\\\\u062e_\\\\u062c_\\\\u0633\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"D/\\\\u200fM/\\\\u200fYYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0635|\\\\u0645/,isPM:function(e){return\\\"\\\\u0645\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0635\\\":\\\"\\\\u0645\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0644\\\\u064a\\\\u0648\\\\u0645 \\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextDay:\\\"[\\\\u063a\\\\u062f\\\\u064b\\\\u0627 \\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",nextWeek:\\\"dddd [\\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastDay:\\\"[\\\\u0623\\\\u0645\\\\u0633 \\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",lastWeek:\\\"dddd [\\\\u0639\\\\u0646\\\\u062f \\\\u0627\\\\u0644\\\\u0633\\\\u0627\\\\u0639\\\\u0629] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0628\\\\u0639\\\\u062f %s\\\",past:\\\"\\\\u0645\\\\u0646\\\\u0630 %s\\\",s:ds(\\\"s\\\"),ss:ds(\\\"s\\\"),m:ds(\\\"m\\\"),mm:ds(\\\"m\\\"),h:ds(\\\"h\\\"),hh:ds(\\\"h\\\"),d:ds(\\\"d\\\"),dd:ds(\\\"d\\\"),M:ds(\\\"M\\\"),MM:ds(\\\"M\\\"),y:ds(\\\"y\\\"),yy:ds(\\\"y\\\")},preparse:function(e){return e.replace(/[\\\\u0661\\\\u0662\\\\u0663\\\\u0664\\\\u0665\\\\u0666\\\\u0667\\\\u0668\\\\u0669\\\\u0660]/g,function(e){return ts[e]}).replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/\\\\d/g,function(e){return as[e]}).replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:6,doy:12}});var _s={1:\\\"-inci\\\",5:\\\"-inci\\\",8:\\\"-inci\\\",70:\\\"-inci\\\",80:\\\"-inci\\\",2:\\\"-nci\\\",7:\\\"-nci\\\",20:\\\"-nci\\\",50:\\\"-nci\\\",3:\\\"-\\\\xfcnc\\\\xfc\\\",4:\\\"-\\\\xfcnc\\\\xfc\\\",100:\\\"-\\\\xfcnc\\\\xfc\\\",6:\\\"-nc\\\\u0131\\\",9:\\\"-uncu\\\",10:\\\"-uncu\\\",30:\\\"-uncu\\\",60:\\\"-\\\\u0131nc\\\\u0131\\\",90:\\\"-\\\\u0131nc\\\\u0131\\\"};function is(e,a,t){var s,n;return\\\"m\\\"===t?a?\\\"\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\\u0430\\\":\\\"\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\\u0443\\\":\\\"h\\\"===t?a?\\\"\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\\u0430\\\":\\\"\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\\u0443\\\":e+\\\" \\\"+(s=+e,n={ss:a?\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0430_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u044b_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\":\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0443_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u044b_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",mm:a?\\\"\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\\u0430_\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\\u044b_\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\":\\\"\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\\u0443_\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\\u044b_\\\\u0445\\\\u0432\\\\u0456\\\\u043b\\\\u0456\\\\u043d\\\",hh:a?\\\"\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\\u0430_\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\\u044b_\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\":\\\"\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\\u0443_\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\\u044b_\\\\u0433\\\\u0430\\\\u0434\\\\u0437\\\\u0456\\\\u043d\\\",dd:\\\"\\\\u0434\\\\u0437\\\\u0435\\\\u043d\\\\u044c_\\\\u0434\\\\u043d\\\\u0456_\\\\u0434\\\\u0437\\\\u0451\\\\u043d\\\",MM:\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446_\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446\\\\u044b_\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446\\\\u0430\\\\u045e\\\",yy:\\\"\\\\u0433\\\\u043e\\\\u0434_\\\\u0433\\\\u0430\\\\u0434\\\\u044b_\\\\u0433\\\\u0430\\\\u0434\\\\u043e\\\\u045e\\\"}[t].split(\\\"_\\\"),s%10==1&&s%100!=11?n[0]:2\u003C=s%10&&s%10\u003C=4&&(s%100\u003C10||20\u003C=s%100)?n[1]:n[2])}l.defineLocale(\\\"az\\\",{months:\\\"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr\\\".split(\\\"_\\\"),monthsShort:\\\"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek\\\".split(\\\"_\\\"),weekdays:\\\"Bazar_Bazar ert\\\\u0259si_\\\\xc7\\\\u0259r\\\\u015f\\\\u0259nb\\\\u0259 ax\\\\u015fam\\\\u0131_\\\\xc7\\\\u0259r\\\\u015f\\\\u0259nb\\\\u0259_C\\\\xfcm\\\\u0259 ax\\\\u015fam\\\\u0131_C\\\\xfcm\\\\u0259_\\\\u015e\\\\u0259nb\\\\u0259\\\".split(\\\"_\\\"),weekdaysShort:\\\"Baz_BzE_\\\\xc7Ax_\\\\xc7\\\\u0259r_CAx_C\\\\xfcm_\\\\u015e\\\\u0259n\\\".split(\\\"_\\\"),weekdaysMin:\\\"Bz_BE_\\\\xc7A_\\\\xc7\\\\u0259_CA_C\\\\xfc_\\\\u015e\\\\u0259\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[bug\\\\xfcn saat] LT\\\",nextDay:\\\"[sabah saat] LT\\\",nextWeek:\\\"[g\\\\u0259l\\\\u0259n h\\\\u0259ft\\\\u0259] dddd [saat] LT\\\",lastDay:\\\"[d\\\\xfcn\\\\u0259n] LT\\\",lastWeek:\\\"[ke\\\\xe7\\\\u0259n h\\\\u0259ft\\\\u0259] dddd [saat] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s sonra\\\",past:\\\"%s \\\\u0259vv\\\\u0259l\\\",s:\\\"birne\\\\xe7\\\\u0259 saniy\\\\u0259\\\",ss:\\\"%d saniy\\\\u0259\\\",m:\\\"bir d\\\\u0259qiq\\\\u0259\\\",mm:\\\"%d d\\\\u0259qiq\\\\u0259\\\",h:\\\"bir saat\\\",hh:\\\"%d saat\\\",d:\\\"bir g\\\\xfcn\\\",dd:\\\"%d g\\\\xfcn\\\",M:\\\"bir ay\\\",MM:\\\"%d ay\\\",y:\\\"bir il\\\",yy:\\\"%d il\\\"},meridiemParse:/gec\\\\u0259|s\\\\u0259h\\\\u0259r|g\\\\xfcnd\\\\xfcz|ax\\\\u015fam/,isPM:function(e){return/^(g\\\\xfcnd\\\\xfcz|ax\\\\u015fam)$/.test(e)},meridiem:function(e,a,t){return e\u003C4?\\\"gec\\\\u0259\\\":e\u003C12?\\\"s\\\\u0259h\\\\u0259r\\\":e\u003C17?\\\"g\\\\xfcnd\\\\xfcz\\\":\\\"ax\\\\u015fam\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0131nc\\\\u0131|inci|nci|\\\\xfcnc\\\\xfc|nc\\\\u0131|uncu)/,ordinal:function(e){if(0===e)return e+\\\"-\\\\u0131nc\\\\u0131\\\";var a=e%10;return e+(_s[a]||_s[e%100-a]||_s[100\u003C=e?100:null])},week:{dow:1,doy:7}}),l.defineLocale(\\\"be\\\",{months:{format:\\\"\\\\u0441\\\\u0442\\\\u0443\\\\u0434\\\\u0437\\\\u0435\\\\u043d\\\\u044f_\\\\u043b\\\\u044e\\\\u0442\\\\u0430\\\\u0433\\\\u0430_\\\\u0441\\\\u0430\\\\u043a\\\\u0430\\\\u0432\\\\u0456\\\\u043a\\\\u0430_\\\\u043a\\\\u0440\\\\u0430\\\\u0441\\\\u0430\\\\u0432\\\\u0456\\\\u043a\\\\u0430_\\\\u0442\\\\u0440\\\\u0430\\\\u045e\\\\u043d\\\\u044f_\\\\u0447\\\\u044d\\\\u0440\\\\u0432\\\\u0435\\\\u043d\\\\u044f_\\\\u043b\\\\u0456\\\\u043f\\\\u0435\\\\u043d\\\\u044f_\\\\u0436\\\\u043d\\\\u0456\\\\u045e\\\\u043d\\\\u044f_\\\\u0432\\\\u0435\\\\u0440\\\\u0430\\\\u0441\\\\u043d\\\\u044f_\\\\u043a\\\\u0430\\\\u0441\\\\u0442\\\\u0440\\\\u044b\\\\u0447\\\\u043d\\\\u0456\\\\u043a\\\\u0430_\\\\u043b\\\\u0456\\\\u0441\\\\u0442\\\\u0430\\\\u043f\\\\u0430\\\\u0434\\\\u0430_\\\\u0441\\\\u043d\\\\u0435\\\\u0436\\\\u043d\\\\u044f\\\".split(\\\"_\\\"),standalone:\\\"\\\\u0441\\\\u0442\\\\u0443\\\\u0434\\\\u0437\\\\u0435\\\\u043d\\\\u044c_\\\\u043b\\\\u044e\\\\u0442\\\\u044b_\\\\u0441\\\\u0430\\\\u043a\\\\u0430\\\\u0432\\\\u0456\\\\u043a_\\\\u043a\\\\u0440\\\\u0430\\\\u0441\\\\u0430\\\\u0432\\\\u0456\\\\u043a_\\\\u0442\\\\u0440\\\\u0430\\\\u0432\\\\u0435\\\\u043d\\\\u044c_\\\\u0447\\\\u044d\\\\u0440\\\\u0432\\\\u0435\\\\u043d\\\\u044c_\\\\u043b\\\\u0456\\\\u043f\\\\u0435\\\\u043d\\\\u044c_\\\\u0436\\\\u043d\\\\u0456\\\\u0432\\\\u0435\\\\u043d\\\\u044c_\\\\u0432\\\\u0435\\\\u0440\\\\u0430\\\\u0441\\\\u0435\\\\u043d\\\\u044c_\\\\u043a\\\\u0430\\\\u0441\\\\u0442\\\\u0440\\\\u044b\\\\u0447\\\\u043d\\\\u0456\\\\u043a_\\\\u043b\\\\u0456\\\\u0441\\\\u0442\\\\u0430\\\\u043f\\\\u0430\\\\u0434_\\\\u0441\\\\u043d\\\\u0435\\\\u0436\\\\u0430\\\\u043d\\\\u044c\\\".split(\\\"_\\\")},monthsShort:\\\"\\\\u0441\\\\u0442\\\\u0443\\\\u0434_\\\\u043b\\\\u044e\\\\u0442_\\\\u0441\\\\u0430\\\\u043a_\\\\u043a\\\\u0440\\\\u0430\\\\u0441_\\\\u0442\\\\u0440\\\\u0430\\\\u0432_\\\\u0447\\\\u044d\\\\u0440\\\\u0432_\\\\u043b\\\\u0456\\\\u043f_\\\\u0436\\\\u043d\\\\u0456\\\\u0432_\\\\u0432\\\\u0435\\\\u0440_\\\\u043a\\\\u0430\\\\u0441\\\\u0442_\\\\u043b\\\\u0456\\\\u0441\\\\u0442_\\\\u0441\\\\u043d\\\\u0435\\\\u0436\\\".split(\\\"_\\\"),weekdays:{format:\\\"\\\\u043d\\\\u044f\\\\u0434\\\\u0437\\\\u0435\\\\u043b\\\\u044e_\\\\u043f\\\\u0430\\\\u043d\\\\u044f\\\\u0434\\\\u0437\\\\u0435\\\\u043b\\\\u0430\\\\u043a_\\\\u0430\\\\u045e\\\\u0442\\\\u043e\\\\u0440\\\\u0430\\\\u043a_\\\\u0441\\\\u0435\\\\u0440\\\\u0430\\\\u0434\\\\u0443_\\\\u0447\\\\u0430\\\\u0446\\\\u0432\\\\u0435\\\\u0440_\\\\u043f\\\\u044f\\\\u0442\\\\u043d\\\\u0456\\\\u0446\\\\u0443_\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0443\\\".split(\\\"_\\\"),standalone:\\\"\\\\u043d\\\\u044f\\\\u0434\\\\u0437\\\\u0435\\\\u043b\\\\u044f_\\\\u043f\\\\u0430\\\\u043d\\\\u044f\\\\u0434\\\\u0437\\\\u0435\\\\u043b\\\\u0430\\\\u043a_\\\\u0430\\\\u045e\\\\u0442\\\\u043e\\\\u0440\\\\u0430\\\\u043a_\\\\u0441\\\\u0435\\\\u0440\\\\u0430\\\\u0434\\\\u0430_\\\\u0447\\\\u0430\\\\u0446\\\\u0432\\\\u0435\\\\u0440_\\\\u043f\\\\u044f\\\\u0442\\\\u043d\\\\u0456\\\\u0446\\\\u0430_\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0430\\\".split(\\\"_\\\"),isFormat:/\\\\[ ?[\\\\u0423\\\\u0443\\\\u045e] ?(?:\\\\u043c\\\\u0456\\\\u043d\\\\u0443\\\\u043b\\\\u0443\\\\u044e|\\\\u043d\\\\u0430\\\\u0441\\\\u0442\\\\u0443\\\\u043f\\\\u043d\\\\u0443\\\\u044e)? ?\\\\] ?dddd/},weekdaysShort:\\\"\\\\u043d\\\\u0434_\\\\u043f\\\\u043d_\\\\u0430\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0446_\\\\u043f\\\\u0442_\\\\u0441\\\\u0431\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u043d\\\\u0434_\\\\u043f\\\\u043d_\\\\u0430\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0446_\\\\u043f\\\\u0442_\\\\u0441\\\\u0431\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY \\\\u0433.\\\",LLL:\\\"D MMMM YYYY \\\\u0433., HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY \\\\u0433., HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0421\\\\u0451\\\\u043d\\\\u043d\\\\u044f \\\\u045e] LT\\\",nextDay:\\\"[\\\\u0417\\\\u0430\\\\u045e\\\\u0442\\\\u0440\\\\u0430 \\\\u045e] LT\\\",lastDay:\\\"[\\\\u0423\\\\u0447\\\\u043e\\\\u0440\\\\u0430 \\\\u045e] LT\\\",nextWeek:function(){return\\\"[\\\\u0423] dddd [\\\\u045e] LT\\\"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return\\\"[\\\\u0423 \\\\u043c\\\\u0456\\\\u043d\\\\u0443\\\\u043b\\\\u0443\\\\u044e] dddd [\\\\u045e] LT\\\";case 1:case 2:case 4:return\\\"[\\\\u0423 \\\\u043c\\\\u0456\\\\u043d\\\\u0443\\\\u043b\\\\u044b] dddd [\\\\u045e] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u043f\\\\u0440\\\\u0430\\\\u0437 %s\\\",past:\\\"%s \\\\u0442\\\\u0430\\\\u043c\\\\u0443\\\",s:\\\"\\\\u043d\\\\u0435\\\\u043a\\\\u0430\\\\u043b\\\\u044c\\\\u043a\\\\u0456 \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",m:is,mm:is,h:is,hh:is,d:\\\"\\\\u0434\\\\u0437\\\\u0435\\\\u043d\\\\u044c\\\",dd:is,M:\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446\\\",MM:is,y:\\\"\\\\u0433\\\\u043e\\\\u0434\\\",yy:is},meridiemParse:/\\\\u043d\\\\u043e\\\\u0447\\\\u044b|\\\\u0440\\\\u0430\\\\u043d\\\\u0456\\\\u0446\\\\u044b|\\\\u0434\\\\u043d\\\\u044f|\\\\u0432\\\\u0435\\\\u0447\\\\u0430\\\\u0440\\\\u0430/,isPM:function(e){return/^(\\\\u0434\\\\u043d\\\\u044f|\\\\u0432\\\\u0435\\\\u0447\\\\u0430\\\\u0440\\\\u0430)$/.test(e)},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u043d\\\\u043e\\\\u0447\\\\u044b\\\":e\u003C12?\\\"\\\\u0440\\\\u0430\\\\u043d\\\\u0456\\\\u0446\\\\u044b\\\":e\u003C17?\\\"\\\\u0434\\\\u043d\\\\u044f\\\":\\\"\\\\u0432\\\\u0435\\\\u0447\\\\u0430\\\\u0440\\\\u0430\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0456|\\\\u044b|\\\\u0433\\\\u0430)/,ordinal:function(e,a){switch(a){case\\\"M\\\":case\\\"d\\\":case\\\"DDD\\\":case\\\"w\\\":case\\\"W\\\":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+\\\"-\\\\u044b\\\":e+\\\"-\\\\u0456\\\";case\\\"D\\\":return e+\\\"-\\\\u0433\\\\u0430\\\";default:return e}},week:{dow:1,doy:7}}),l.defineLocale(\\\"bg\\\",{months:\\\"\\\\u044f\\\\u043d\\\\u0443\\\\u0430\\\\u0440\\\\u0438_\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0443\\\\u0430\\\\u0440\\\\u0438_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440\\\\u0438\\\\u043b_\\\\u043c\\\\u0430\\\\u0439_\\\\u044e\\\\u043d\\\\u0438_\\\\u044e\\\\u043b\\\\u0438_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442_\\\\u0441\\\\u0435\\\\u043f\\\\u0442\\\\u0435\\\\u043c\\\\u0432\\\\u0440\\\\u0438_\\\\u043e\\\\u043a\\\\u0442\\\\u043e\\\\u043c\\\\u0432\\\\u0440\\\\u0438_\\\\u043d\\\\u043e\\\\u0435\\\\u043c\\\\u0432\\\\u0440\\\\u0438_\\\\u0434\\\\u0435\\\\u043a\\\\u0435\\\\u043c\\\\u0432\\\\u0440\\\\u0438\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u044f\\\\u043d\\\\u0440_\\\\u0444\\\\u0435\\\\u0432_\\\\u043c\\\\u0430\\\\u0440_\\\\u0430\\\\u043f\\\\u0440_\\\\u043c\\\\u0430\\\\u0439_\\\\u044e\\\\u043d\\\\u0438_\\\\u044e\\\\u043b\\\\u0438_\\\\u0430\\\\u0432\\\\u0433_\\\\u0441\\\\u0435\\\\u043f_\\\\u043e\\\\u043a\\\\u0442_\\\\u043d\\\\u043e\\\\u0435_\\\\u0434\\\\u0435\\\\u043a\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u043b\\\\u044f_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u043b\\\\u043d\\\\u0438\\\\u043a_\\\\u0432\\\\u0442\\\\u043e\\\\u0440\\\\u043d\\\\u0438\\\\u043a_\\\\u0441\\\\u0440\\\\u044f\\\\u0434\\\\u0430_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u044a\\\\u0440\\\\u0442\\\\u044a\\\\u043a_\\\\u043f\\\\u0435\\\\u0442\\\\u044a\\\\u043a_\\\\u0441\\\\u044a\\\\u0431\\\\u043e\\\\u0442\\\\u0430\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u043d\\\\u0435\\\\u0434_\\\\u043f\\\\u043e\\\\u043d_\\\\u0432\\\\u0442\\\\u043e_\\\\u0441\\\\u0440\\\\u044f_\\\\u0447\\\\u0435\\\\u0442_\\\\u043f\\\\u0435\\\\u0442_\\\\u0441\\\\u044a\\\\u0431\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u043d\\\\u0434_\\\\u043f\\\\u043d_\\\\u0432\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0442_\\\\u043f\\\\u0442_\\\\u0441\\\\u0431\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"D.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[\\\\u0414\\\\u043d\\\\u0435\\\\u0441 \\\\u0432] LT\\\",nextDay:\\\"[\\\\u0423\\\\u0442\\\\u0440\\\\u0435 \\\\u0432] LT\\\",nextWeek:\\\"dddd [\\\\u0432] LT\\\",lastDay:\\\"[\\\\u0412\\\\u0447\\\\u0435\\\\u0440\\\\u0430 \\\\u0432] LT\\\",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return\\\"[\\\\u0412 \\\\u0438\\\\u0437\\\\u043c\\\\u0438\\\\u043d\\\\u0430\\\\u043b\\\\u0430\\\\u0442\\\\u0430] dddd [\\\\u0432] LT\\\";case 1:case 2:case 4:case 5:return\\\"[\\\\u0412 \\\\u0438\\\\u0437\\\\u043c\\\\u0438\\\\u043d\\\\u0430\\\\u043b\\\\u0438\\\\u044f] dddd [\\\\u0432] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0441\\\\u043b\\\\u0435\\\\u0434 %s\\\",past:\\\"\\\\u043f\\\\u0440\\\\u0435\\\\u0434\\\\u0438 %s\\\",s:\\\"\\\\u043d\\\\u044f\\\\u043a\\\\u043e\\\\u043b\\\\u043a\\\\u043e \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438\\\",ss:\\\"%d \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438\\\",m:\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0430\\\",mm:\\\"%d \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0438\\\",h:\\\"\\\\u0447\\\\u0430\\\\u0441\\\",hh:\\\"%d \\\\u0447\\\\u0430\\\\u0441\\\\u0430\\\",d:\\\"\\\\u0434\\\\u0435\\\\u043d\\\",dd:\\\"%d \\\\u0434\\\\u043d\\\\u0438\\\",M:\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\",MM:\\\"%d \\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\\u0430\\\",y:\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0430\\\",yy:\\\"%d \\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0438\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0435\\\\u0432|\\\\u0435\\\\u043d|\\\\u0442\\\\u0438|\\\\u0432\\\\u0438|\\\\u0440\\\\u0438|\\\\u043c\\\\u0438)/,ordinal:function(e){var a=e%10,t=e%100;return 0===e?e+\\\"-\\\\u0435\\\\u0432\\\":0===t?e+\\\"-\\\\u0435\\\\u043d\\\":10\u003Ct&&t\u003C20?e+\\\"-\\\\u0442\\\\u0438\\\":1===a?e+\\\"-\\\\u0432\\\\u0438\\\":2===a?e+\\\"-\\\\u0440\\\\u0438\\\":7===a||8===a?e+\\\"-\\\\u043c\\\\u0438\\\":e+\\\"-\\\\u0442\\\\u0438\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"bm\\\",{months:\\\"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_M\\\\u025bkalo_Zuw\\\\u025bnkalo_Zuluyekalo_Utikalo_S\\\\u025btanburukalo_\\\\u0254kut\\\\u0254burukalo_Nowanburukalo_Desanburukalo\\\".split(\\\"_\\\"),monthsShort:\\\"Zan_Few_Mar_Awi_M\\\\u025b_Zuw_Zul_Uti_S\\\\u025bt_\\\\u0254ku_Now_Des\\\".split(\\\"_\\\"),weekdays:\\\"Kari_Nt\\\\u025bn\\\\u025bn_Tarata_Araba_Alamisa_Juma_Sibiri\\\".split(\\\"_\\\"),weekdaysShort:\\\"Kar_Nt\\\\u025b_Tar_Ara_Ala_Jum_Sib\\\".split(\\\"_\\\"),weekdaysMin:\\\"Ka_Nt_Ta_Ar_Al_Ju_Si\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"MMMM [tile] D [san] YYYY\\\",LLL:\\\"MMMM [tile] D [san] YYYY [l\\\\u025br\\\\u025b] HH:mm\\\",LLLL:\\\"dddd MMMM [tile] D [san] YYYY [l\\\\u025br\\\\u025b] HH:mm\\\"},calendar:{sameDay:\\\"[Bi l\\\\u025br\\\\u025b] LT\\\",nextDay:\\\"[Sini l\\\\u025br\\\\u025b] LT\\\",nextWeek:\\\"dddd [don l\\\\u025br\\\\u025b] LT\\\",lastDay:\\\"[Kunu l\\\\u025br\\\\u025b] LT\\\",lastWeek:\\\"dddd [t\\\\u025bm\\\\u025bnen l\\\\u025br\\\\u025b] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s k\\\\u0254n\\\\u0254\\\",past:\\\"a b\\\\u025b %s b\\\\u0254\\\",s:\\\"sanga dama dama\\\",ss:\\\"sekondi %d\\\",m:\\\"miniti kelen\\\",mm:\\\"miniti %d\\\",h:\\\"l\\\\u025br\\\\u025b kelen\\\",hh:\\\"l\\\\u025br\\\\u025b %d\\\",d:\\\"tile kelen\\\",dd:\\\"tile %d\\\",M:\\\"kalo kelen\\\",MM:\\\"kalo %d\\\",y:\\\"san kelen\\\",yy:\\\"san %d\\\"},week:{dow:1,doy:4}});var os={1:\\\"\\\\u09e7\\\",2:\\\"\\\\u09e8\\\",3:\\\"\\\\u09e9\\\",4:\\\"\\\\u09ea\\\",5:\\\"\\\\u09eb\\\",6:\\\"\\\\u09ec\\\",7:\\\"\\\\u09ed\\\",8:\\\"\\\\u09ee\\\",9:\\\"\\\\u09ef\\\",0:\\\"\\\\u09e6\\\"},ms={\\\"\\\\u09e7\\\":\\\"1\\\",\\\"\\\\u09e8\\\":\\\"2\\\",\\\"\\\\u09e9\\\":\\\"3\\\",\\\"\\\\u09ea\\\":\\\"4\\\",\\\"\\\\u09eb\\\":\\\"5\\\",\\\"\\\\u09ec\\\":\\\"6\\\",\\\"\\\\u09ed\\\":\\\"7\\\",\\\"\\\\u09ee\\\":\\\"8\\\",\\\"\\\\u09ef\\\":\\\"9\\\",\\\"\\\\u09e6\\\":\\\"0\\\"};l.defineLocale(\\\"bn\\\",{months:\\\"\\\\u099c\\\\u09be\\\\u09a8\\\\u09c1\\\\u09df\\\\u09be\\\\u09b0\\\\u09c0_\\\\u09ab\\\\u09c7\\\\u09ac\\\\u09cd\\\\u09b0\\\\u09c1\\\\u09df\\\\u09be\\\\u09b0\\\\u09bf_\\\\u09ae\\\\u09be\\\\u09b0\\\\u09cd\\\\u099a_\\\\u098f\\\\u09aa\\\\u09cd\\\\u09b0\\\\u09bf\\\\u09b2_\\\\u09ae\\\\u09c7_\\\\u099c\\\\u09c1\\\\u09a8_\\\\u099c\\\\u09c1\\\\u09b2\\\\u09be\\\\u0987_\\\\u0986\\\\u0997\\\\u09b8\\\\u09cd\\\\u099f_\\\\u09b8\\\\u09c7\\\\u09aa\\\\u09cd\\\\u099f\\\\u09c7\\\\u09ae\\\\u09cd\\\\u09ac\\\\u09b0_\\\\u0985\\\\u0995\\\\u09cd\\\\u099f\\\\u09cb\\\\u09ac\\\\u09b0_\\\\u09a8\\\\u09ad\\\\u09c7\\\\u09ae\\\\u09cd\\\\u09ac\\\\u09b0_\\\\u09a1\\\\u09bf\\\\u09b8\\\\u09c7\\\\u09ae\\\\u09cd\\\\u09ac\\\\u09b0\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u099c\\\\u09be\\\\u09a8\\\\u09c1_\\\\u09ab\\\\u09c7\\\\u09ac_\\\\u09ae\\\\u09be\\\\u09b0\\\\u09cd\\\\u099a_\\\\u098f\\\\u09aa\\\\u09cd\\\\u09b0_\\\\u09ae\\\\u09c7_\\\\u099c\\\\u09c1\\\\u09a8_\\\\u099c\\\\u09c1\\\\u09b2_\\\\u0986\\\\u0997_\\\\u09b8\\\\u09c7\\\\u09aa\\\\u09cd\\\\u099f_\\\\u0985\\\\u0995\\\\u09cd\\\\u099f\\\\u09cb_\\\\u09a8\\\\u09ad\\\\u09c7_\\\\u09a1\\\\u09bf\\\\u09b8\\\\u09c7\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u09b0\\\\u09ac\\\\u09bf\\\\u09ac\\\\u09be\\\\u09b0_\\\\u09b8\\\\u09cb\\\\u09ae\\\\u09ac\\\\u09be\\\\u09b0_\\\\u09ae\\\\u0999\\\\u09cd\\\\u0997\\\\u09b2\\\\u09ac\\\\u09be\\\\u09b0_\\\\u09ac\\\\u09c1\\\\u09a7\\\\u09ac\\\\u09be\\\\u09b0_\\\\u09ac\\\\u09c3\\\\u09b9\\\\u09b8\\\\u09cd\\\\u09aa\\\\u09a4\\\\u09bf\\\\u09ac\\\\u09be\\\\u09b0_\\\\u09b6\\\\u09c1\\\\u0995\\\\u09cd\\\\u09b0\\\\u09ac\\\\u09be\\\\u09b0_\\\\u09b6\\\\u09a8\\\\u09bf\\\\u09ac\\\\u09be\\\\u09b0\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u09b0\\\\u09ac\\\\u09bf_\\\\u09b8\\\\u09cb\\\\u09ae_\\\\u09ae\\\\u0999\\\\u09cd\\\\u0997\\\\u09b2_\\\\u09ac\\\\u09c1\\\\u09a7_\\\\u09ac\\\\u09c3\\\\u09b9\\\\u09b8\\\\u09cd\\\\u09aa\\\\u09a4\\\\u09bf_\\\\u09b6\\\\u09c1\\\\u0995\\\\u09cd\\\\u09b0_\\\\u09b6\\\\u09a8\\\\u09bf\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u09b0\\\\u09ac\\\\u09bf_\\\\u09b8\\\\u09cb\\\\u09ae_\\\\u09ae\\\\u0999\\\\u09cd\\\\u0997_\\\\u09ac\\\\u09c1\\\\u09a7_\\\\u09ac\\\\u09c3\\\\u09b9\\\\u0983_\\\\u09b6\\\\u09c1\\\\u0995\\\\u09cd\\\\u09b0_\\\\u09b6\\\\u09a8\\\\u09bf\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm \\\\u09b8\\\\u09ae\\\\u09df\\\",LTS:\\\"A h:mm:ss \\\\u09b8\\\\u09ae\\\\u09df\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm \\\\u09b8\\\\u09ae\\\\u09df\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm \\\\u09b8\\\\u09ae\\\\u09df\\\"},calendar:{sameDay:\\\"[\\\\u0986\\\\u099c] LT\\\",nextDay:\\\"[\\\\u0986\\\\u0997\\\\u09be\\\\u09ae\\\\u09c0\\\\u0995\\\\u09be\\\\u09b2] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0997\\\\u09a4\\\\u0995\\\\u09be\\\\u09b2] LT\\\",lastWeek:\\\"[\\\\u0997\\\\u09a4] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u09aa\\\\u09b0\\\\u09c7\\\",past:\\\"%s \\\\u0986\\\\u0997\\\\u09c7\\\",s:\\\"\\\\u0995\\\\u09df\\\\u09c7\\\\u0995 \\\\u09b8\\\\u09c7\\\\u0995\\\\u09c7\\\\u09a8\\\\u09cd\\\\u09a1\\\",ss:\\\"%d \\\\u09b8\\\\u09c7\\\\u0995\\\\u09c7\\\\u09a8\\\\u09cd\\\\u09a1\\\",m:\\\"\\\\u098f\\\\u0995 \\\\u09ae\\\\u09bf\\\\u09a8\\\\u09bf\\\\u099f\\\",mm:\\\"%d \\\\u09ae\\\\u09bf\\\\u09a8\\\\u09bf\\\\u099f\\\",h:\\\"\\\\u098f\\\\u0995 \\\\u0998\\\\u09a8\\\\u09cd\\\\u099f\\\\u09be\\\",hh:\\\"%d \\\\u0998\\\\u09a8\\\\u09cd\\\\u099f\\\\u09be\\\",d:\\\"\\\\u098f\\\\u0995 \\\\u09a6\\\\u09bf\\\\u09a8\\\",dd:\\\"%d \\\\u09a6\\\\u09bf\\\\u09a8\\\",M:\\\"\\\\u098f\\\\u0995 \\\\u09ae\\\\u09be\\\\u09b8\\\",MM:\\\"%d \\\\u09ae\\\\u09be\\\\u09b8\\\",y:\\\"\\\\u098f\\\\u0995 \\\\u09ac\\\\u099b\\\\u09b0\\\",yy:\\\"%d \\\\u09ac\\\\u099b\\\\u09b0\\\"},preparse:function(e){return e.replace(/[\\\\u09e7\\\\u09e8\\\\u09e9\\\\u09ea\\\\u09eb\\\\u09ec\\\\u09ed\\\\u09ee\\\\u09ef\\\\u09e6]/g,function(e){return ms[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return os[e]})},meridiemParse:/\\\\u09b0\\\\u09be\\\\u09a4|\\\\u09b8\\\\u0995\\\\u09be\\\\u09b2|\\\\u09a6\\\\u09c1\\\\u09aa\\\\u09c1\\\\u09b0|\\\\u09ac\\\\u09bf\\\\u0995\\\\u09be\\\\u09b2|\\\\u09b0\\\\u09be\\\\u09a4/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u09b0\\\\u09be\\\\u09a4\\\"===a&&4\u003C=e||\\\"\\\\u09a6\\\\u09c1\\\\u09aa\\\\u09c1\\\\u09b0\\\"===a&&e\u003C5||\\\"\\\\u09ac\\\\u09bf\\\\u0995\\\\u09be\\\\u09b2\\\"===a?e+12:e},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u09b0\\\\u09be\\\\u09a4\\\":e\u003C10?\\\"\\\\u09b8\\\\u0995\\\\u09be\\\\u09b2\\\":e\u003C17?\\\"\\\\u09a6\\\\u09c1\\\\u09aa\\\\u09c1\\\\u09b0\\\":e\u003C20?\\\"\\\\u09ac\\\\u09bf\\\\u0995\\\\u09be\\\\u09b2\\\":\\\"\\\\u09b0\\\\u09be\\\\u09a4\\\"},week:{dow:0,doy:6}});var us={1:\\\"\\\\u0f21\\\",2:\\\"\\\\u0f22\\\",3:\\\"\\\\u0f23\\\",4:\\\"\\\\u0f24\\\",5:\\\"\\\\u0f25\\\",6:\\\"\\\\u0f26\\\",7:\\\"\\\\u0f27\\\",8:\\\"\\\\u0f28\\\",9:\\\"\\\\u0f29\\\",0:\\\"\\\\u0f20\\\"},ls={\\\"\\\\u0f21\\\":\\\"1\\\",\\\"\\\\u0f22\\\":\\\"2\\\",\\\"\\\\u0f23\\\":\\\"3\\\",\\\"\\\\u0f24\\\":\\\"4\\\",\\\"\\\\u0f25\\\":\\\"5\\\",\\\"\\\\u0f26\\\":\\\"6\\\",\\\"\\\\u0f27\\\":\\\"7\\\",\\\"\\\\u0f28\\\":\\\"8\\\",\\\"\\\\u0f29\\\":\\\"9\\\",\\\"\\\\u0f20\\\":\\\"0\\\"};function Ms(e,a,t){var s,n,d;return e+\\\" \\\"+(s={mm:\\\"munutenn\\\",MM:\\\"miz\\\",dd:\\\"devezh\\\"}[t],2!==e?s:void 0!==(d={m:\\\"v\\\",b:\\\"v\\\",d:\\\"z\\\"})[(n=s).charAt(0)]?d[n.charAt(0)]+n.substring(1):n)}function hs(e,a,t){var s=e+\\\" \\\";switch(t){case\\\"ss\\\":return s+=1===e?\\\"sekunda\\\":2===e||3===e||4===e?\\\"sekunde\\\":\\\"sekundi\\\";case\\\"m\\\":return a?\\\"jedna minuta\\\":\\\"jedne minute\\\";case\\\"mm\\\":return s+=1===e?\\\"minuta\\\":2===e||3===e||4===e?\\\"minute\\\":\\\"minuta\\\";case\\\"h\\\":return a?\\\"jedan sat\\\":\\\"jednog sata\\\";case\\\"hh\\\":return s+=1===e?\\\"sat\\\":2===e||3===e||4===e?\\\"sata\\\":\\\"sati\\\";case\\\"dd\\\":return s+=1===e?\\\"dan\\\":\\\"dana\\\";case\\\"MM\\\":return s+=1===e?\\\"mjesec\\\":2===e||3===e||4===e?\\\"mjeseca\\\":\\\"mjeseci\\\";case\\\"yy\\\":return s+=1===e?\\\"godina\\\":2===e||3===e||4===e?\\\"godine\\\":\\\"godina\\\"}}l.defineLocale(\\\"bo\\\",{months:\\\"\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f51\\\\u0f44\\\\u0f0b\\\\u0f54\\\\u0f7c_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f42\\\\u0f49\\\\u0f72\\\\u0f66\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f42\\\\u0f66\\\\u0f74\\\\u0f58\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f5e\\\\u0f72\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f63\\\\u0f94\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f51\\\\u0fb2\\\\u0f74\\\\u0f42\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f51\\\\u0f74\\\\u0f53\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f62\\\\u0f92\\\\u0fb1\\\\u0f51\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f51\\\\u0f42\\\\u0f74\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f45\\\\u0f74\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f45\\\\u0f74\\\\u0f0b\\\\u0f42\\\\u0f45\\\\u0f72\\\\u0f42\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f45\\\\u0f74\\\\u0f0b\\\\u0f42\\\\u0f49\\\\u0f72\\\\u0f66\\\\u0f0b\\\\u0f54\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f51\\\\u0f44\\\\u0f0b\\\\u0f54\\\\u0f7c_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f42\\\\u0f49\\\\u0f72\\\\u0f66\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f42\\\\u0f66\\\\u0f74\\\\u0f58\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f5e\\\\u0f72\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f63\\\\u0f94\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f51\\\\u0fb2\\\\u0f74\\\\u0f42\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f51\\\\u0f74\\\\u0f53\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f62\\\\u0f92\\\\u0fb1\\\\u0f51\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f51\\\\u0f42\\\\u0f74\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f45\\\\u0f74\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f45\\\\u0f74\\\\u0f0b\\\\u0f42\\\\u0f45\\\\u0f72\\\\u0f42\\\\u0f0b\\\\u0f54_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f56\\\\u0f45\\\\u0f74\\\\u0f0b\\\\u0f42\\\\u0f49\\\\u0f72\\\\u0f66\\\\u0f0b\\\\u0f54\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0f42\\\\u0f5f\\\\u0f60\\\\u0f0b\\\\u0f49\\\\u0f72\\\\u0f0b\\\\u0f58\\\\u0f0b_\\\\u0f42\\\\u0f5f\\\\u0f60\\\\u0f0b\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b_\\\\u0f42\\\\u0f5f\\\\u0f60\\\\u0f0b\\\\u0f58\\\\u0f72\\\\u0f42\\\\u0f0b\\\\u0f51\\\\u0f58\\\\u0f62\\\\u0f0b_\\\\u0f42\\\\u0f5f\\\\u0f60\\\\u0f0b\\\\u0f63\\\\u0fb7\\\\u0f42\\\\u0f0b\\\\u0f54\\\\u0f0b_\\\\u0f42\\\\u0f5f\\\\u0f60\\\\u0f0b\\\\u0f55\\\\u0f74\\\\u0f62\\\\u0f0b\\\\u0f56\\\\u0f74_\\\\u0f42\\\\u0f5f\\\\u0f60\\\\u0f0b\\\\u0f54\\\\u0f0b\\\\u0f66\\\\u0f44\\\\u0f66\\\\u0f0b_\\\\u0f42\\\\u0f5f\\\\u0f60\\\\u0f0b\\\\u0f66\\\\u0fa4\\\\u0f7a\\\\u0f53\\\\u0f0b\\\\u0f54\\\\u0f0b\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0f49\\\\u0f72\\\\u0f0b\\\\u0f58\\\\u0f0b_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b_\\\\u0f58\\\\u0f72\\\\u0f42\\\\u0f0b\\\\u0f51\\\\u0f58\\\\u0f62\\\\u0f0b_\\\\u0f63\\\\u0fb7\\\\u0f42\\\\u0f0b\\\\u0f54\\\\u0f0b_\\\\u0f55\\\\u0f74\\\\u0f62\\\\u0f0b\\\\u0f56\\\\u0f74_\\\\u0f54\\\\u0f0b\\\\u0f66\\\\u0f44\\\\u0f66\\\\u0f0b_\\\\u0f66\\\\u0fa4\\\\u0f7a\\\\u0f53\\\\u0f0b\\\\u0f54\\\\u0f0b\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0f49\\\\u0f72\\\\u0f0b\\\\u0f58\\\\u0f0b_\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b_\\\\u0f58\\\\u0f72\\\\u0f42\\\\u0f0b\\\\u0f51\\\\u0f58\\\\u0f62\\\\u0f0b_\\\\u0f63\\\\u0fb7\\\\u0f42\\\\u0f0b\\\\u0f54\\\\u0f0b_\\\\u0f55\\\\u0f74\\\\u0f62\\\\u0f0b\\\\u0f56\\\\u0f74_\\\\u0f54\\\\u0f0b\\\\u0f66\\\\u0f44\\\\u0f66\\\\u0f0b_\\\\u0f66\\\\u0fa4\\\\u0f7a\\\\u0f53\\\\u0f0b\\\\u0f54\\\\u0f0b\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm\\\",LTS:\\\"A h:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm\\\"},calendar:{sameDay:\\\"[\\\\u0f51\\\\u0f72\\\\u0f0b\\\\u0f62\\\\u0f72\\\\u0f44] LT\\\",nextDay:\\\"[\\\\u0f66\\\\u0f44\\\\u0f0b\\\\u0f49\\\\u0f72\\\\u0f53] LT\\\",nextWeek:\\\"[\\\\u0f56\\\\u0f51\\\\u0f74\\\\u0f53\\\\u0f0b\\\\u0f55\\\\u0fb2\\\\u0f42\\\\u0f0b\\\\u0f62\\\\u0f97\\\\u0f7a\\\\u0f66\\\\u0f0b\\\\u0f58], LT\\\",lastDay:\\\"[\\\\u0f41\\\\u0f0b\\\\u0f66\\\\u0f44] LT\\\",lastWeek:\\\"[\\\\u0f56\\\\u0f51\\\\u0f74\\\\u0f53\\\\u0f0b\\\\u0f55\\\\u0fb2\\\\u0f42\\\\u0f0b\\\\u0f58\\\\u0f50\\\\u0f60\\\\u0f0b\\\\u0f58] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0f63\\\\u0f0b\\\",past:\\\"%s \\\\u0f66\\\\u0f94\\\\u0f53\\\\u0f0b\\\\u0f63\\\",s:\\\"\\\\u0f63\\\\u0f58\\\\u0f0b\\\\u0f66\\\\u0f44\\\",ss:\\\"%d \\\\u0f66\\\\u0f90\\\\u0f62\\\\u0f0b\\\\u0f46\\\\u0f0d\\\",m:\\\"\\\\u0f66\\\\u0f90\\\\u0f62\\\\u0f0b\\\\u0f58\\\\u0f0b\\\\u0f42\\\\u0f45\\\\u0f72\\\\u0f42\\\",mm:\\\"%d \\\\u0f66\\\\u0f90\\\\u0f62\\\\u0f0b\\\\u0f58\\\",h:\\\"\\\\u0f46\\\\u0f74\\\\u0f0b\\\\u0f5a\\\\u0f7c\\\\u0f51\\\\u0f0b\\\\u0f42\\\\u0f45\\\\u0f72\\\\u0f42\\\",hh:\\\"%d \\\\u0f46\\\\u0f74\\\\u0f0b\\\\u0f5a\\\\u0f7c\\\\u0f51\\\",d:\\\"\\\\u0f49\\\\u0f72\\\\u0f53\\\\u0f0b\\\\u0f42\\\\u0f45\\\\u0f72\\\\u0f42\\\",dd:\\\"%d \\\\u0f49\\\\u0f72\\\\u0f53\\\\u0f0b\\\",M:\\\"\\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\\u0f0b\\\\u0f42\\\\u0f45\\\\u0f72\\\\u0f42\\\",MM:\\\"%d \\\\u0f5f\\\\u0fb3\\\\u0f0b\\\\u0f56\\\",y:\\\"\\\\u0f63\\\\u0f7c\\\\u0f0b\\\\u0f42\\\\u0f45\\\\u0f72\\\\u0f42\\\",yy:\\\"%d \\\\u0f63\\\\u0f7c\\\"},preparse:function(e){return e.replace(/[\\\\u0f21\\\\u0f22\\\\u0f23\\\\u0f24\\\\u0f25\\\\u0f26\\\\u0f27\\\\u0f28\\\\u0f29\\\\u0f20]/g,function(e){return ls[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return us[e]})},meridiemParse:/\\\\u0f58\\\\u0f5a\\\\u0f53\\\\u0f0b\\\\u0f58\\\\u0f7c|\\\\u0f5e\\\\u0f7c\\\\u0f42\\\\u0f66\\\\u0f0b\\\\u0f40\\\\u0f66|\\\\u0f49\\\\u0f72\\\\u0f53\\\\u0f0b\\\\u0f42\\\\u0f74\\\\u0f44|\\\\u0f51\\\\u0f42\\\\u0f7c\\\\u0f44\\\\u0f0b\\\\u0f51\\\\u0f42|\\\\u0f58\\\\u0f5a\\\\u0f53\\\\u0f0b\\\\u0f58\\\\u0f7c/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0f58\\\\u0f5a\\\\u0f53\\\\u0f0b\\\\u0f58\\\\u0f7c\\\"===a&&4\u003C=e||\\\"\\\\u0f49\\\\u0f72\\\\u0f53\\\\u0f0b\\\\u0f42\\\\u0f74\\\\u0f44\\\"===a&&e\u003C5||\\\"\\\\u0f51\\\\u0f42\\\\u0f7c\\\\u0f44\\\\u0f0b\\\\u0f51\\\\u0f42\\\"===a?e+12:e},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0f58\\\\u0f5a\\\\u0f53\\\\u0f0b\\\\u0f58\\\\u0f7c\\\":e\u003C10?\\\"\\\\u0f5e\\\\u0f7c\\\\u0f42\\\\u0f66\\\\u0f0b\\\\u0f40\\\\u0f66\\\":e\u003C17?\\\"\\\\u0f49\\\\u0f72\\\\u0f53\\\\u0f0b\\\\u0f42\\\\u0f74\\\\u0f44\\\":e\u003C20?\\\"\\\\u0f51\\\\u0f42\\\\u0f7c\\\\u0f44\\\\u0f0b\\\\u0f51\\\\u0f42\\\":\\\"\\\\u0f58\\\\u0f5a\\\\u0f53\\\\u0f0b\\\\u0f58\\\\u0f7c\\\"},week:{dow:0,doy:6}}),l.defineLocale(\\\"br\\\",{months:\\\"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu\\\".split(\\\"_\\\"),monthsShort:\\\"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker\\\".split(\\\"_\\\"),weekdays:\\\"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sul_Lun_Meu_Mer_Yao_Gwe_Sad\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Lu_Me_Mer_Ya_Gw_Sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"h[e]mm A\\\",LTS:\\\"h[e]mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D [a viz] MMMM YYYY\\\",LLL:\\\"D [a viz] MMMM YYYY h[e]mm A\\\",LLLL:\\\"dddd, D [a viz] MMMM YYYY h[e]mm A\\\"},calendar:{sameDay:\\\"[Hiziv da] LT\\\",nextDay:\\\"[Warc'hoazh da] LT\\\",nextWeek:\\\"dddd [da] LT\\\",lastDay:\\\"[Dec'h da] LT\\\",lastWeek:\\\"dddd [paset da] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"a-benn %s\\\",past:\\\"%s 'zo\\\",s:\\\"un nebeud segondenno\\\\xf9\\\",ss:\\\"%d eilenn\\\",m:\\\"ur vunutenn\\\",mm:Ms,h:\\\"un eur\\\",hh:\\\"%d eur\\\",d:\\\"un devezh\\\",dd:Ms,M:\\\"ur miz\\\",MM:Ms,y:\\\"ur bloaz\\\",yy:function(e){switch(function e(a){return 9\u003Ca?e(a%10):a}(e)){case 1:case 3:case 4:case 5:case 9:return e+\\\" bloaz\\\";default:return e+\\\" vloaz\\\"}}},dayOfMonthOrdinalParse:/\\\\d{1,2}(a\\\\xf1|vet)/,ordinal:function(e){return e+(1===e?\\\"a\\\\xf1\\\":\\\"vet\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"bs\\\",{months:\\\"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar\\\".split(\\\"_\\\"),monthsShort:\\\"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"nedjelja_ponedjeljak_utorak_srijeda_\\\\u010detvrtak_petak_subota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ned._pon._uto._sri._\\\\u010det._pet._sub.\\\".split(\\\"_\\\"),weekdaysMin:\\\"ne_po_ut_sr_\\\\u010de_pe_su\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[danas u] LT\\\",nextDay:\\\"[sutra u] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[u] [nedjelju] [u] LT\\\";case 3:return\\\"[u] [srijedu] [u] LT\\\";case 6:return\\\"[u] [subotu] [u] LT\\\";case 1:case 2:case 4:case 5:return\\\"[u] dddd [u] LT\\\"}},lastDay:\\\"[ju\\\\u010der u] LT\\\",lastWeek:function(){switch(this.day()){case 0:case 3:return\\\"[pro\\\\u0161lu] dddd [u] LT\\\";case 6:return\\\"[pro\\\\u0161le] [subote] [u] LT\\\";case 1:case 2:case 4:case 5:return\\\"[pro\\\\u0161li] dddd [u] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"za %s\\\",past:\\\"prije %s\\\",s:\\\"par sekundi\\\",ss:hs,m:hs,mm:hs,h:hs,hh:hs,d:\\\"dan\\\",dd:hs,M:\\\"mjesec\\\",MM:hs,y:\\\"godinu\\\",yy:hs},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:7}}),l.defineLocale(\\\"ca\\\",{months:{standalone:\\\"gener_febrer_mar\\\\xe7_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre\\\".split(\\\"_\\\"),format:\\\"de gener_de febrer_de mar\\\\xe7_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre\\\".split(\\\"_\\\"),isFormat:/D[oD]?(\\\\s)+MMMM/},monthsShort:\\\"gen._febr._mar\\\\xe7_abr._maig_juny_jul._ag._set._oct._nov._des.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte\\\".split(\\\"_\\\"),weekdaysShort:\\\"dg._dl._dt._dc._dj._dv._ds.\\\".split(\\\"_\\\"),weekdaysMin:\\\"dg_dl_dt_dc_dj_dv_ds\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM [de] YYYY\\\",ll:\\\"D MMM YYYY\\\",LLL:\\\"D MMMM [de] YYYY [a les] H:mm\\\",lll:\\\"D MMM YYYY, H:mm\\\",LLLL:\\\"dddd D MMMM [de] YYYY [a les] H:mm\\\",llll:\\\"ddd D MMM YYYY, H:mm\\\"},calendar:{sameDay:function(){return\\\"[avui a \\\"+(1!==this.hours()?\\\"les\\\":\\\"la\\\")+\\\"] LT\\\"},nextDay:function(){return\\\"[dem\\\\xe0 a \\\"+(1!==this.hours()?\\\"les\\\":\\\"la\\\")+\\\"] LT\\\"},nextWeek:function(){return\\\"dddd [a \\\"+(1!==this.hours()?\\\"les\\\":\\\"la\\\")+\\\"] LT\\\"},lastDay:function(){return\\\"[ahir a \\\"+(1!==this.hours()?\\\"les\\\":\\\"la\\\")+\\\"] LT\\\"},lastWeek:function(){return\\\"[el] dddd [passat a \\\"+(1!==this.hours()?\\\"les\\\":\\\"la\\\")+\\\"] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:\\\"d'aqu\\\\xed %s\\\",past:\\\"fa %s\\\",s:\\\"uns segons\\\",ss:\\\"%d segons\\\",m:\\\"un minut\\\",mm:\\\"%d minuts\\\",h:\\\"una hora\\\",hh:\\\"%d hores\\\",d:\\\"un dia\\\",dd:\\\"%d dies\\\",M:\\\"un mes\\\",MM:\\\"%d mesos\\\",y:\\\"un any\\\",yy:\\\"%d anys\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(r|n|t|\\\\xe8|a)/,ordinal:function(e,a){var t=1===e?\\\"r\\\":2===e?\\\"n\\\":3===e?\\\"r\\\":4===e?\\\"t\\\":\\\"\\\\xe8\\\";return\\\"w\\\"!==a&&\\\"W\\\"!==a||(t=\\\"a\\\"),e+t},week:{dow:1,doy:4}});var Ls=\\\"leden_\\\\xfanor_b\\\\u0159ezen_duben_kv\\\\u011bten_\\\\u010derven_\\\\u010dervenec_srpen_z\\\\xe1\\\\u0159\\\\xed_\\\\u0159\\\\xedjen_listopad_prosinec\\\".split(\\\"_\\\"),cs=\\\"led_\\\\xfano_b\\\\u0159e_dub_kv\\\\u011b_\\\\u010dvn_\\\\u010dvc_srp_z\\\\xe1\\\\u0159_\\\\u0159\\\\xedj_lis_pro\\\".split(\\\"_\\\"),Ys=[/^led/i,/^\\\\xfano/i,/^b\\\\u0159e/i,/^dub/i,/^kv\\\\u011b/i,/^(\\\\u010dvn|\\\\u010derven$|\\\\u010dervna)/i,/^(\\\\u010dvc|\\\\u010dervenec|\\\\u010dervence)/i,/^srp/i,/^z\\\\xe1\\\\u0159/i,/^\\\\u0159\\\\xedj/i,/^lis/i,/^pro/i],ys=/^(leden|\\\\xfanor|b\\\\u0159ezen|duben|kv\\\\u011bten|\\\\u010dervenec|\\\\u010dervence|\\\\u010derven|\\\\u010dervna|srpen|z\\\\xe1\\\\u0159\\\\xed|\\\\u0159\\\\xedjen|listopad|prosinec|led|\\\\xfano|b\\\\u0159e|dub|kv\\\\u011b|\\\\u010dvn|\\\\u010dvc|srp|z\\\\xe1\\\\u0159|\\\\u0159\\\\xedj|lis|pro)/i;function fs(e){return 1\u003Ce&&e\u003C5&&1!=~~(e/10)}function ks(e,a,t,s){var n=e+\\\" \\\";switch(t){case\\\"s\\\":return a||s?\\\"p\\\\xe1r sekund\\\":\\\"p\\\\xe1r sekundami\\\";case\\\"ss\\\":return a||s?n+(fs(e)?\\\"sekundy\\\":\\\"sekund\\\"):n+\\\"sekundami\\\";break;case\\\"m\\\":return a?\\\"minuta\\\":s?\\\"minutu\\\":\\\"minutou\\\";case\\\"mm\\\":return a||s?n+(fs(e)?\\\"minuty\\\":\\\"minut\\\"):n+\\\"minutami\\\";break;case\\\"h\\\":return a?\\\"hodina\\\":s?\\\"hodinu\\\":\\\"hodinou\\\";case\\\"hh\\\":return a||s?n+(fs(e)?\\\"hodiny\\\":\\\"hodin\\\"):n+\\\"hodinami\\\";break;case\\\"d\\\":return a||s?\\\"den\\\":\\\"dnem\\\";case\\\"dd\\\":return a||s?n+(fs(e)?\\\"dny\\\":\\\"dn\\\\xed\\\"):n+\\\"dny\\\";break;case\\\"M\\\":return a||s?\\\"m\\\\u011bs\\\\xedc\\\":\\\"m\\\\u011bs\\\\xedcem\\\";case\\\"MM\\\":return a||s?n+(fs(e)?\\\"m\\\\u011bs\\\\xedce\\\":\\\"m\\\\u011bs\\\\xedc\\\\u016f\\\"):n+\\\"m\\\\u011bs\\\\xedci\\\";break;case\\\"y\\\":return a||s?\\\"rok\\\":\\\"rokem\\\";case\\\"yy\\\":return a||s?n+(fs(e)?\\\"roky\\\":\\\"let\\\"):n+\\\"lety\\\";break}}function ps(e,a,t,s){var n={m:[\\\"eine Minute\\\",\\\"einer Minute\\\"],h:[\\\"eine Stunde\\\",\\\"einer Stunde\\\"],d:[\\\"ein Tag\\\",\\\"einem Tag\\\"],dd:[e+\\\" Tage\\\",e+\\\" Tagen\\\"],M:[\\\"ein Monat\\\",\\\"einem Monat\\\"],MM:[e+\\\" Monate\\\",e+\\\" Monaten\\\"],y:[\\\"ein Jahr\\\",\\\"einem Jahr\\\"],yy:[e+\\\" Jahre\\\",e+\\\" Jahren\\\"]};return a?n[t][0]:n[t][1]}function Ds(e,a,t,s){var n={m:[\\\"eine Minute\\\",\\\"einer Minute\\\"],h:[\\\"eine Stunde\\\",\\\"einer Stunde\\\"],d:[\\\"ein Tag\\\",\\\"einem Tag\\\"],dd:[e+\\\" Tage\\\",e+\\\" Tagen\\\"],M:[\\\"ein Monat\\\",\\\"einem Monat\\\"],MM:[e+\\\" Monate\\\",e+\\\" Monaten\\\"],y:[\\\"ein Jahr\\\",\\\"einem Jahr\\\"],yy:[e+\\\" Jahre\\\",e+\\\" Jahren\\\"]};return a?n[t][0]:n[t][1]}function Ts(e,a,t,s){var n={m:[\\\"eine Minute\\\",\\\"einer Minute\\\"],h:[\\\"eine Stunde\\\",\\\"einer Stunde\\\"],d:[\\\"ein Tag\\\",\\\"einem Tag\\\"],dd:[e+\\\" Tage\\\",e+\\\" Tagen\\\"],M:[\\\"ein Monat\\\",\\\"einem Monat\\\"],MM:[e+\\\" Monate\\\",e+\\\" Monaten\\\"],y:[\\\"ein Jahr\\\",\\\"einem Jahr\\\"],yy:[e+\\\" Jahre\\\",e+\\\" Jahren\\\"]};return a?n[t][0]:n[t][1]}l.defineLocale(\\\"cs\\\",{months:Ls,monthsShort:cs,monthsRegex:ys,monthsShortRegex:ys,monthsStrictRegex:/^(leden|ledna|\\\\xfanora|\\\\xfanor|b\\\\u0159ezen|b\\\\u0159ezna|duben|dubna|kv\\\\u011bten|kv\\\\u011btna|\\\\u010dervenec|\\\\u010dervence|\\\\u010derven|\\\\u010dervna|srpen|srpna|z\\\\xe1\\\\u0159\\\\xed|\\\\u0159\\\\xedjen|\\\\u0159\\\\xedjna|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|\\\\xfano|b\\\\u0159e|dub|kv\\\\u011b|\\\\u010dvn|\\\\u010dvc|srp|z\\\\xe1\\\\u0159|\\\\u0159\\\\xedj|lis|pro)/i,monthsParse:Ys,longMonthsParse:Ys,shortMonthsParse:Ys,weekdays:\\\"ned\\\\u011ble_pond\\\\u011bl\\\\xed_\\\\xfater\\\\xfd_st\\\\u0159eda_\\\\u010dtvrtek_p\\\\xe1tek_sobota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ne_po_\\\\xfat_st_\\\\u010dt_p\\\\xe1_so\\\".split(\\\"_\\\"),weekdaysMin:\\\"ne_po_\\\\xfat_st_\\\\u010dt_p\\\\xe1_so\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd D. MMMM YYYY H:mm\\\",l:\\\"D. M. YYYY\\\"},calendar:{sameDay:\\\"[dnes v] LT\\\",nextDay:\\\"[z\\\\xedtra v] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[v ned\\\\u011bli v] LT\\\";case 1:case 2:return\\\"[v] dddd [v] LT\\\";case 3:return\\\"[ve st\\\\u0159edu v] LT\\\";case 4:return\\\"[ve \\\\u010dtvrtek v] LT\\\";case 5:return\\\"[v p\\\\xe1tek v] LT\\\";case 6:return\\\"[v sobotu v] LT\\\"}},lastDay:\\\"[v\\\\u010dera v] LT\\\",lastWeek:function(){switch(this.day()){case 0:return\\\"[minulou ned\\\\u011bli v] LT\\\";case 1:case 2:return\\\"[minul\\\\xe9] dddd [v] LT\\\";case 3:return\\\"[minulou st\\\\u0159edu v] LT\\\";case 4:case 5:return\\\"[minul\\\\xfd] dddd [v] LT\\\";case 6:return\\\"[minulou sobotu v] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"za %s\\\",past:\\\"p\\\\u0159ed %s\\\",s:ks,ss:ks,m:ks,mm:ks,h:ks,hh:ks,d:ks,dd:ks,M:ks,MM:ks,y:ks,yy:ks},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"cv\\\",{months:\\\"\\\\u043a\\\\u04d1\\\\u0440\\\\u043b\\\\u0430\\\\u0447_\\\\u043d\\\\u0430\\\\u0440\\\\u04d1\\\\u0441_\\\\u043f\\\\u0443\\\\u0448_\\\\u0430\\\\u043a\\\\u0430_\\\\u043c\\\\u0430\\\\u0439_\\\\u04ab\\\\u04d7\\\\u0440\\\\u0442\\\\u043c\\\\u0435_\\\\u0443\\\\u0442\\\\u04d1_\\\\u04ab\\\\u0443\\\\u0440\\\\u043b\\\\u0430_\\\\u0430\\\\u0432\\\\u04d1\\\\u043d_\\\\u044e\\\\u043f\\\\u0430_\\\\u0447\\\\u04f3\\\\u043a_\\\\u0440\\\\u0430\\\\u0448\\\\u0442\\\\u0430\\\\u0432\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u043a\\\\u04d1\\\\u0440_\\\\u043d\\\\u0430\\\\u0440_\\\\u043f\\\\u0443\\\\u0448_\\\\u0430\\\\u043a\\\\u0430_\\\\u043c\\\\u0430\\\\u0439_\\\\u04ab\\\\u04d7\\\\u0440_\\\\u0443\\\\u0442\\\\u04d1_\\\\u04ab\\\\u0443\\\\u0440_\\\\u0430\\\\u0432\\\\u043d_\\\\u044e\\\\u043f\\\\u0430_\\\\u0447\\\\u04f3\\\\u043a_\\\\u0440\\\\u0430\\\\u0448\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0432\\\\u044b\\\\u0440\\\\u0441\\\\u0430\\\\u0440\\\\u043d\\\\u0438\\\\u043a\\\\u0443\\\\u043d_\\\\u0442\\\\u0443\\\\u043d\\\\u0442\\\\u0438\\\\u043a\\\\u0443\\\\u043d_\\\\u044b\\\\u0442\\\\u043b\\\\u0430\\\\u0440\\\\u0438\\\\u043a\\\\u0443\\\\u043d_\\\\u044e\\\\u043d\\\\u043a\\\\u0443\\\\u043d_\\\\u043a\\\\u04d7\\\\u04ab\\\\u043d\\\\u0435\\\\u0440\\\\u043d\\\\u0438\\\\u043a\\\\u0443\\\\u043d_\\\\u044d\\\\u0440\\\\u043d\\\\u0435\\\\u043a\\\\u0443\\\\u043d_\\\\u0448\\\\u04d1\\\\u043c\\\\u0430\\\\u0442\\\\u043a\\\\u0443\\\\u043d\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0432\\\\u044b\\\\u0440_\\\\u0442\\\\u0443\\\\u043d_\\\\u044b\\\\u0442\\\\u043b_\\\\u044e\\\\u043d_\\\\u043a\\\\u04d7\\\\u04ab_\\\\u044d\\\\u0440\\\\u043d_\\\\u0448\\\\u04d1\\\\u043c\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0432\\\\u0440_\\\\u0442\\\\u043d_\\\\u044b\\\\u0442_\\\\u044e\\\\u043d_\\\\u043a\\\\u04ab_\\\\u044d\\\\u0440_\\\\u0448\\\\u043c\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD-MM-YYYY\\\",LL:\\\"YYYY [\\\\u04ab\\\\u0443\\\\u043b\\\\u0445\\\\u0438] MMMM [\\\\u0443\\\\u0439\\\\u04d1\\\\u0445\\\\u04d7\\\\u043d] D[-\\\\u043c\\\\u04d7\\\\u0448\\\\u04d7]\\\",LLL:\\\"YYYY [\\\\u04ab\\\\u0443\\\\u043b\\\\u0445\\\\u0438] MMMM [\\\\u0443\\\\u0439\\\\u04d1\\\\u0445\\\\u04d7\\\\u043d] D[-\\\\u043c\\\\u04d7\\\\u0448\\\\u04d7], HH:mm\\\",LLLL:\\\"dddd, YYYY [\\\\u04ab\\\\u0443\\\\u043b\\\\u0445\\\\u0438] MMMM [\\\\u0443\\\\u0439\\\\u04d1\\\\u0445\\\\u04d7\\\\u043d] D[-\\\\u043c\\\\u04d7\\\\u0448\\\\u04d7], HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u041f\\\\u0430\\\\u044f\\\\u043d] LT [\\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442\\\\u0440\\\\u0435]\\\",nextDay:\\\"[\\\\u042b\\\\u0440\\\\u0430\\\\u043d] LT [\\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442\\\\u0440\\\\u0435]\\\",lastDay:\\\"[\\\\u04d6\\\\u043d\\\\u0435\\\\u0440] LT [\\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442\\\\u0440\\\\u0435]\\\",nextWeek:\\\"[\\\\u04aa\\\\u0438\\\\u0442\\\\u0435\\\\u0441] dddd LT [\\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442\\\\u0440\\\\u0435]\\\",lastWeek:\\\"[\\\\u0418\\\\u0440\\\\u0442\\\\u043d\\\\u04d7] dddd LT [\\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442\\\\u0440\\\\u0435]\\\",sameElse:\\\"L\\\"},relativeTime:{future:function(e){return e+(/\\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442$/i.exec(e)?\\\"\\\\u0440\\\\u0435\\\\u043d\\\":/\\\\u04ab\\\\u0443\\\\u043b$/i.exec(e)?\\\"\\\\u0442\\\\u0430\\\\u043d\\\":\\\"\\\\u0440\\\\u0430\\\\u043d\\\")},past:\\\"%s \\\\u043a\\\\u0430\\\\u044f\\\\u043b\\\\u043b\\\\u0430\\\",s:\\\"\\\\u043f\\\\u04d7\\\\u0440-\\\\u0438\\\\u043a \\\\u04ab\\\\u0435\\\\u043a\\\\u043a\\\\u0443\\\\u043d\\\\u0442\\\",ss:\\\"%d \\\\u04ab\\\\u0435\\\\u043a\\\\u043a\\\\u0443\\\\u043d\\\\u0442\\\",m:\\\"\\\\u043f\\\\u04d7\\\\u0440 \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\",mm:\\\"%d \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\",h:\\\"\\\\u043f\\\\u04d7\\\\u0440 \\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442\\\",hh:\\\"%d \\\\u0441\\\\u0435\\\\u0445\\\\u0435\\\\u0442\\\",d:\\\"\\\\u043f\\\\u04d7\\\\u0440 \\\\u043a\\\\u0443\\\\u043d\\\",dd:\\\"%d \\\\u043a\\\\u0443\\\\u043d\\\",M:\\\"\\\\u043f\\\\u04d7\\\\u0440 \\\\u0443\\\\u0439\\\\u04d1\\\\u0445\\\",MM:\\\"%d \\\\u0443\\\\u0439\\\\u04d1\\\\u0445\\\",y:\\\"\\\\u043f\\\\u04d7\\\\u0440 \\\\u04ab\\\\u0443\\\\u043b\\\",yy:\\\"%d \\\\u04ab\\\\u0443\\\\u043b\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-\\\\u043c\\\\u04d7\\\\u0448/,ordinal:\\\"%d-\\\\u043c\\\\u04d7\\\\u0448\\\",week:{dow:1,doy:7}}),l.defineLocale(\\\"cy\\\",{months:\\\"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr\\\".split(\\\"_\\\"),monthsShort:\\\"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag\\\".split(\\\"_\\\"),weekdays:\\\"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sul_Llun_Maw_Mer_Iau_Gwe_Sad\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Ll_Ma_Me_Ia_Gw_Sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Heddiw am] LT\\\",nextDay:\\\"[Yfory am] LT\\\",nextWeek:\\\"dddd [am] LT\\\",lastDay:\\\"[Ddoe am] LT\\\",lastWeek:\\\"dddd [diwethaf am] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"mewn %s\\\",past:\\\"%s yn \\\\xf4l\\\",s:\\\"ychydig eiliadau\\\",ss:\\\"%d eiliad\\\",m:\\\"munud\\\",mm:\\\"%d munud\\\",h:\\\"awr\\\",hh:\\\"%d awr\\\",d:\\\"diwrnod\\\",dd:\\\"%d diwrnod\\\",M:\\\"mis\\\",MM:\\\"%d mis\\\",y:\\\"blwyddyn\\\",yy:\\\"%d flynedd\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var a=\\\"\\\";return 20\u003Ce?a=40===e||50===e||60===e||80===e||100===e?\\\"fed\\\":\\\"ain\\\":0\u003Ce&&(a=[\\\"\\\",\\\"af\\\",\\\"il\\\",\\\"ydd\\\",\\\"ydd\\\",\\\"ed\\\",\\\"ed\\\",\\\"ed\\\",\\\"fed\\\",\\\"fed\\\",\\\"fed\\\",\\\"eg\\\",\\\"fed\\\",\\\"eg\\\",\\\"eg\\\",\\\"fed\\\",\\\"eg\\\",\\\"eg\\\",\\\"fed\\\",\\\"eg\\\",\\\"fed\\\"][e]),e+a},week:{dow:1,doy:4}}),l.defineLocale(\\\"da\\\",{months:\\\"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec\\\".split(\\\"_\\\"),weekdays:\\\"s\\\\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\\\\xf8rdag\\\".split(\\\"_\\\"),weekdaysShort:\\\"s\\\\xf8n_man_tir_ons_tor_fre_l\\\\xf8r\\\".split(\\\"_\\\"),weekdaysMin:\\\"s\\\\xf8_ma_ti_on_to_fr_l\\\\xf8\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY HH:mm\\\",LLLL:\\\"dddd [d.] D. MMMM YYYY [kl.] HH:mm\\\"},calendar:{sameDay:\\\"[i dag kl.] LT\\\",nextDay:\\\"[i morgen kl.] LT\\\",nextWeek:\\\"p\\\\xe5 dddd [kl.] LT\\\",lastDay:\\\"[i g\\\\xe5r kl.] LT\\\",lastWeek:\\\"[i] dddd[s kl.] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"om %s\\\",past:\\\"%s siden\\\",s:\\\"f\\\\xe5 sekunder\\\",ss:\\\"%d sekunder\\\",m:\\\"et minut\\\",mm:\\\"%d minutter\\\",h:\\\"en time\\\",hh:\\\"%d timer\\\",d:\\\"en dag\\\",dd:\\\"%d dage\\\",M:\\\"en m\\\\xe5ned\\\",MM:\\\"%d m\\\\xe5neder\\\",y:\\\"et \\\\xe5r\\\",yy:\\\"%d \\\\xe5r\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"de-at\\\",{months:\\\"J\\\\xe4nner_Februar_M\\\\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember\\\".split(\\\"_\\\"),monthsShort:\\\"J\\\\xe4n._Feb._M\\\\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag\\\".split(\\\"_\\\"),weekdaysShort:\\\"So._Mo._Di._Mi._Do._Fr._Sa.\\\".split(\\\"_\\\"),weekdaysMin:\\\"So_Mo_Di_Mi_Do_Fr_Sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[heute um] LT [Uhr]\\\",sameElse:\\\"L\\\",nextDay:\\\"[morgen um] LT [Uhr]\\\",nextWeek:\\\"dddd [um] LT [Uhr]\\\",lastDay:\\\"[gestern um] LT [Uhr]\\\",lastWeek:\\\"[letzten] dddd [um] LT [Uhr]\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"vor %s\\\",s:\\\"ein paar Sekunden\\\",ss:\\\"%d Sekunden\\\",m:ps,mm:\\\"%d Minuten\\\",h:ps,hh:\\\"%d Stunden\\\",d:ps,dd:ps,M:ps,MM:ps,y:ps,yy:ps},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"de-ch\\\",{months:\\\"Januar_Februar_M\\\\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan._Feb._M\\\\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag\\\".split(\\\"_\\\"),weekdaysShort:\\\"So_Mo_Di_Mi_Do_Fr_Sa\\\".split(\\\"_\\\"),weekdaysMin:\\\"So_Mo_Di_Mi_Do_Fr_Sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[heute um] LT [Uhr]\\\",sameElse:\\\"L\\\",nextDay:\\\"[morgen um] LT [Uhr]\\\",nextWeek:\\\"dddd [um] LT [Uhr]\\\",lastDay:\\\"[gestern um] LT [Uhr]\\\",lastWeek:\\\"[letzten] dddd [um] LT [Uhr]\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"vor %s\\\",s:\\\"ein paar Sekunden\\\",ss:\\\"%d Sekunden\\\",m:Ds,mm:\\\"%d Minuten\\\",h:Ds,hh:\\\"%d Stunden\\\",d:Ds,dd:Ds,M:Ds,MM:Ds,y:Ds,yy:Ds},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"de\\\",{months:\\\"Januar_Februar_M\\\\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan._Feb._M\\\\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag\\\".split(\\\"_\\\"),weekdaysShort:\\\"So._Mo._Di._Mi._Do._Fr._Sa.\\\".split(\\\"_\\\"),weekdaysMin:\\\"So_Mo_Di_Mi_Do_Fr_Sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[heute um] LT [Uhr]\\\",sameElse:\\\"L\\\",nextDay:\\\"[morgen um] LT [Uhr]\\\",nextWeek:\\\"dddd [um] LT [Uhr]\\\",lastDay:\\\"[gestern um] LT [Uhr]\\\",lastWeek:\\\"[letzten] dddd [um] LT [Uhr]\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"vor %s\\\",s:\\\"ein paar Sekunden\\\",ss:\\\"%d Sekunden\\\",m:Ts,mm:\\\"%d Minuten\\\",h:Ts,hh:\\\"%d Stunden\\\",d:Ts,dd:Ts,M:Ts,MM:Ts,y:Ts,yy:Ts},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}});var gs=[\\\"\\\\u0796\\\\u07ac\\\\u0782\\\\u07aa\\\\u0787\\\\u07a6\\\\u0783\\\\u07a9\\\",\\\"\\\\u078a\\\\u07ac\\\\u0784\\\\u07b0\\\\u0783\\\\u07aa\\\\u0787\\\\u07a6\\\\u0783\\\\u07a9\\\",\\\"\\\\u0789\\\\u07a7\\\\u0783\\\\u07a8\\\\u0797\\\\u07aa\\\",\\\"\\\\u0787\\\\u07ad\\\\u0795\\\\u07b0\\\\u0783\\\\u07a9\\\\u078d\\\\u07aa\\\",\\\"\\\\u0789\\\\u07ad\\\",\\\"\\\\u0796\\\\u07ab\\\\u0782\\\\u07b0\\\",\\\"\\\\u0796\\\\u07aa\\\\u078d\\\\u07a6\\\\u0787\\\\u07a8\\\",\\\"\\\\u0787\\\\u07af\\\\u078e\\\\u07a6\\\\u0790\\\\u07b0\\\\u0793\\\\u07aa\\\",\\\"\\\\u0790\\\\u07ac\\\\u0795\\\\u07b0\\\\u0793\\\\u07ac\\\\u0789\\\\u07b0\\\\u0784\\\\u07a6\\\\u0783\\\\u07aa\\\",\\\"\\\\u0787\\\\u07ae\\\\u0786\\\\u07b0\\\\u0793\\\\u07af\\\\u0784\\\\u07a6\\\\u0783\\\\u07aa\\\",\\\"\\\\u0782\\\\u07ae\\\\u0788\\\\u07ac\\\\u0789\\\\u07b0\\\\u0784\\\\u07a6\\\\u0783\\\\u07aa\\\",\\\"\\\\u0791\\\\u07a8\\\\u0790\\\\u07ac\\\\u0789\\\\u07b0\\\\u0784\\\\u07a6\\\\u0783\\\\u07aa\\\"],ws=[\\\"\\\\u0787\\\\u07a7\\\\u078b\\\\u07a8\\\\u0787\\\\u07b0\\\\u078c\\\\u07a6\\\",\\\"\\\\u0780\\\\u07af\\\\u0789\\\\u07a6\\\",\\\"\\\\u0787\\\\u07a6\\\\u0782\\\\u07b0\\\\u078e\\\\u07a7\\\\u0783\\\\u07a6\\\",\\\"\\\\u0784\\\\u07aa\\\\u078b\\\\u07a6\\\",\\\"\\\\u0784\\\\u07aa\\\\u0783\\\\u07a7\\\\u0790\\\\u07b0\\\\u078a\\\\u07a6\\\\u078c\\\\u07a8\\\",\\\"\\\\u0780\\\\u07aa\\\\u0786\\\\u07aa\\\\u0783\\\\u07aa\\\",\\\"\\\\u0780\\\\u07ae\\\\u0782\\\\u07a8\\\\u0780\\\\u07a8\\\\u0783\\\\u07aa\\\"];l.defineLocale(\\\"dv\\\",{months:gs,monthsShort:gs,weekdays:ws,weekdaysShort:ws,weekdaysMin:\\\"\\\\u0787\\\\u07a7\\\\u078b\\\\u07a8_\\\\u0780\\\\u07af\\\\u0789\\\\u07a6_\\\\u0787\\\\u07a6\\\\u0782\\\\u07b0_\\\\u0784\\\\u07aa\\\\u078b\\\\u07a6_\\\\u0784\\\\u07aa\\\\u0783\\\\u07a7_\\\\u0780\\\\u07aa\\\\u0786\\\\u07aa_\\\\u0780\\\\u07ae\\\\u0782\\\\u07a8\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"D/M/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0789\\\\u0786|\\\\u0789\\\\u078a/,isPM:function(e){return\\\"\\\\u0789\\\\u078a\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0789\\\\u0786\\\":\\\"\\\\u0789\\\\u078a\\\"},calendar:{sameDay:\\\"[\\\\u0789\\\\u07a8\\\\u0787\\\\u07a6\\\\u078b\\\\u07aa] LT\\\",nextDay:\\\"[\\\\u0789\\\\u07a7\\\\u078b\\\\u07a6\\\\u0789\\\\u07a7] LT\\\",nextWeek:\\\"dddd LT\\\",lastDay:\\\"[\\\\u0787\\\\u07a8\\\\u0787\\\\u07b0\\\\u0794\\\\u07ac] LT\\\",lastWeek:\\\"[\\\\u078a\\\\u07a7\\\\u0787\\\\u07a8\\\\u078c\\\\u07aa\\\\u0788\\\\u07a8] dddd LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u078c\\\\u07ac\\\\u0783\\\\u07ad\\\\u078e\\\\u07a6\\\\u0787\\\\u07a8 %s\\\",past:\\\"\\\\u0786\\\\u07aa\\\\u0783\\\\u07a8\\\\u0782\\\\u07b0 %s\\\",s:\\\"\\\\u0790\\\\u07a8\\\\u0786\\\\u07aa\\\\u0782\\\\u07b0\\\\u078c\\\\u07aa\\\\u0786\\\\u07ae\\\\u0785\\\\u07ac\\\\u0787\\\\u07b0\\\",ss:\\\"d% \\\\u0790\\\\u07a8\\\\u0786\\\\u07aa\\\\u0782\\\\u07b0\\\\u078c\\\\u07aa\\\",m:\\\"\\\\u0789\\\\u07a8\\\\u0782\\\\u07a8\\\\u0793\\\\u07ac\\\\u0787\\\\u07b0\\\",mm:\\\"\\\\u0789\\\\u07a8\\\\u0782\\\\u07a8\\\\u0793\\\\u07aa %d\\\",h:\\\"\\\\u078e\\\\u07a6\\\\u0791\\\\u07a8\\\\u0787\\\\u07a8\\\\u0783\\\\u07ac\\\\u0787\\\\u07b0\\\",hh:\\\"\\\\u078e\\\\u07a6\\\\u0791\\\\u07a8\\\\u0787\\\\u07a8\\\\u0783\\\\u07aa %d\\\",d:\\\"\\\\u078b\\\\u07aa\\\\u0788\\\\u07a6\\\\u0780\\\\u07ac\\\\u0787\\\\u07b0\\\",dd:\\\"\\\\u078b\\\\u07aa\\\\u0788\\\\u07a6\\\\u0790\\\\u07b0 %d\\\",M:\\\"\\\\u0789\\\\u07a6\\\\u0780\\\\u07ac\\\\u0787\\\\u07b0\\\",MM:\\\"\\\\u0789\\\\u07a6\\\\u0790\\\\u07b0 %d\\\",y:\\\"\\\\u0787\\\\u07a6\\\\u0780\\\\u07a6\\\\u0783\\\\u07ac\\\\u0787\\\\u07b0\\\",yy:\\\"\\\\u0787\\\\u07a6\\\\u0780\\\\u07a6\\\\u0783\\\\u07aa %d\\\"},preparse:function(e){return e.replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:7,doy:12}}),l.defineLocale(\\\"el\\\",{monthsNominativeEl:\\\"\\\\u0399\\\\u03b1\\\\u03bd\\\\u03bf\\\\u03c5\\\\u03ac\\\\u03c1\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u03a6\\\\u03b5\\\\u03b2\\\\u03c1\\\\u03bf\\\\u03c5\\\\u03ac\\\\u03c1\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u039c\\\\u03ac\\\\u03c1\\\\u03c4\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u0391\\\\u03c0\\\\u03c1\\\\u03af\\\\u03bb\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u039c\\\\u03ac\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u0399\\\\u03bf\\\\u03cd\\\\u03bd\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u0399\\\\u03bf\\\\u03cd\\\\u03bb\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u0391\\\\u03cd\\\\u03b3\\\\u03bf\\\\u03c5\\\\u03c3\\\\u03c4\\\\u03bf\\\\u03c2_\\\\u03a3\\\\u03b5\\\\u03c0\\\\u03c4\\\\u03ad\\\\u03bc\\\\u03b2\\\\u03c1\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u039f\\\\u03ba\\\\u03c4\\\\u03ce\\\\u03b2\\\\u03c1\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u039d\\\\u03bf\\\\u03ad\\\\u03bc\\\\u03b2\\\\u03c1\\\\u03b9\\\\u03bf\\\\u03c2_\\\\u0394\\\\u03b5\\\\u03ba\\\\u03ad\\\\u03bc\\\\u03b2\\\\u03c1\\\\u03b9\\\\u03bf\\\\u03c2\\\".split(\\\"_\\\"),monthsGenitiveEl:\\\"\\\\u0399\\\\u03b1\\\\u03bd\\\\u03bf\\\\u03c5\\\\u03b1\\\\u03c1\\\\u03af\\\\u03bf\\\\u03c5_\\\\u03a6\\\\u03b5\\\\u03b2\\\\u03c1\\\\u03bf\\\\u03c5\\\\u03b1\\\\u03c1\\\\u03af\\\\u03bf\\\\u03c5_\\\\u039c\\\\u03b1\\\\u03c1\\\\u03c4\\\\u03af\\\\u03bf\\\\u03c5_\\\\u0391\\\\u03c0\\\\u03c1\\\\u03b9\\\\u03bb\\\\u03af\\\\u03bf\\\\u03c5_\\\\u039c\\\\u03b1\\\\u0390\\\\u03bf\\\\u03c5_\\\\u0399\\\\u03bf\\\\u03c5\\\\u03bd\\\\u03af\\\\u03bf\\\\u03c5_\\\\u0399\\\\u03bf\\\\u03c5\\\\u03bb\\\\u03af\\\\u03bf\\\\u03c5_\\\\u0391\\\\u03c5\\\\u03b3\\\\u03bf\\\\u03cd\\\\u03c3\\\\u03c4\\\\u03bf\\\\u03c5_\\\\u03a3\\\\u03b5\\\\u03c0\\\\u03c4\\\\u03b5\\\\u03bc\\\\u03b2\\\\u03c1\\\\u03af\\\\u03bf\\\\u03c5_\\\\u039f\\\\u03ba\\\\u03c4\\\\u03c9\\\\u03b2\\\\u03c1\\\\u03af\\\\u03bf\\\\u03c5_\\\\u039d\\\\u03bf\\\\u03b5\\\\u03bc\\\\u03b2\\\\u03c1\\\\u03af\\\\u03bf\\\\u03c5_\\\\u0394\\\\u03b5\\\\u03ba\\\\u03b5\\\\u03bc\\\\u03b2\\\\u03c1\\\\u03af\\\\u03bf\\\\u03c5\\\".split(\\\"_\\\"),months:function(e,a){return e?\\\"string\\\"==typeof a&&/D/.test(a.substring(0,a.indexOf(\\\"MMMM\\\")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:\\\"\\\\u0399\\\\u03b1\\\\u03bd_\\\\u03a6\\\\u03b5\\\\u03b2_\\\\u039c\\\\u03b1\\\\u03c1_\\\\u0391\\\\u03c0\\\\u03c1_\\\\u039c\\\\u03b1\\\\u03ca_\\\\u0399\\\\u03bf\\\\u03c5\\\\u03bd_\\\\u0399\\\\u03bf\\\\u03c5\\\\u03bb_\\\\u0391\\\\u03c5\\\\u03b3_\\\\u03a3\\\\u03b5\\\\u03c0_\\\\u039f\\\\u03ba\\\\u03c4_\\\\u039d\\\\u03bf\\\\u03b5_\\\\u0394\\\\u03b5\\\\u03ba\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u039a\\\\u03c5\\\\u03c1\\\\u03b9\\\\u03b1\\\\u03ba\\\\u03ae_\\\\u0394\\\\u03b5\\\\u03c5\\\\u03c4\\\\u03ad\\\\u03c1\\\\u03b1_\\\\u03a4\\\\u03c1\\\\u03af\\\\u03c4\\\\u03b7_\\\\u03a4\\\\u03b5\\\\u03c4\\\\u03ac\\\\u03c1\\\\u03c4\\\\u03b7_\\\\u03a0\\\\u03ad\\\\u03bc\\\\u03c0\\\\u03c4\\\\u03b7_\\\\u03a0\\\\u03b1\\\\u03c1\\\\u03b1\\\\u03c3\\\\u03ba\\\\u03b5\\\\u03c5\\\\u03ae_\\\\u03a3\\\\u03ac\\\\u03b2\\\\u03b2\\\\u03b1\\\\u03c4\\\\u03bf\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u039a\\\\u03c5\\\\u03c1_\\\\u0394\\\\u03b5\\\\u03c5_\\\\u03a4\\\\u03c1\\\\u03b9_\\\\u03a4\\\\u03b5\\\\u03c4_\\\\u03a0\\\\u03b5\\\\u03bc_\\\\u03a0\\\\u03b1\\\\u03c1_\\\\u03a3\\\\u03b1\\\\u03b2\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u039a\\\\u03c5_\\\\u0394\\\\u03b5_\\\\u03a4\\\\u03c1_\\\\u03a4\\\\u03b5_\\\\u03a0\\\\u03b5_\\\\u03a0\\\\u03b1_\\\\u03a3\\\\u03b1\\\".split(\\\"_\\\"),meridiem:function(e,a,t){return 11\u003Ce?t?\\\"\\\\u03bc\\\\u03bc\\\":\\\"\\\\u039c\\\\u039c\\\":t?\\\"\\\\u03c0\\\\u03bc\\\":\\\"\\\\u03a0\\\\u039c\\\"},isPM:function(e){return\\\"\\\\u03bc\\\"===(e+\\\"\\\").toLowerCase()[0]},meridiemParse:/[\\\\u03a0\\\\u039c]\\\\.?\\\\u039c?\\\\.?/i,longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY h:mm A\\\",LLLL:\\\"dddd, D MMMM YYYY h:mm A\\\"},calendarEl:{sameDay:\\\"[\\\\u03a3\\\\u03ae\\\\u03bc\\\\u03b5\\\\u03c1\\\\u03b1 {}] LT\\\",nextDay:\\\"[\\\\u0391\\\\u03cd\\\\u03c1\\\\u03b9\\\\u03bf {}] LT\\\",nextWeek:\\\"dddd [{}] LT\\\",lastDay:\\\"[\\\\u03a7\\\\u03b8\\\\u03b5\\\\u03c2 {}] LT\\\",lastWeek:function(){switch(this.day()){case 6:return\\\"[\\\\u03c4\\\\u03bf \\\\u03c0\\\\u03c1\\\\u03bf\\\\u03b7\\\\u03b3\\\\u03bf\\\\u03cd\\\\u03bc\\\\u03b5\\\\u03bd\\\\u03bf] dddd [{}] LT\\\";default:return\\\"[\\\\u03c4\\\\u03b7\\\\u03bd \\\\u03c0\\\\u03c1\\\\u03bf\\\\u03b7\\\\u03b3\\\\u03bf\\\\u03cd\\\\u03bc\\\\u03b5\\\\u03bd\\\\u03b7] dddd [{}] LT\\\"}},sameElse:\\\"L\\\"},calendar:function(e,a){var t=this._calendarEl[e],s=a&&a.hours();return H(t)&&(t=t.apply(a)),t.replace(\\\"{}\\\",s%12==1?\\\"\\\\u03c3\\\\u03c4\\\\u03b7\\\":\\\"\\\\u03c3\\\\u03c4\\\\u03b9\\\\u03c2\\\")},relativeTime:{future:\\\"\\\\u03c3\\\\u03b5 %s\\\",past:\\\"%s \\\\u03c0\\\\u03c1\\\\u03b9\\\\u03bd\\\",s:\\\"\\\\u03bb\\\\u03af\\\\u03b3\\\\u03b1 \\\\u03b4\\\\u03b5\\\\u03c5\\\\u03c4\\\\u03b5\\\\u03c1\\\\u03cc\\\\u03bb\\\\u03b5\\\\u03c0\\\\u03c4\\\\u03b1\\\",ss:\\\"%d \\\\u03b4\\\\u03b5\\\\u03c5\\\\u03c4\\\\u03b5\\\\u03c1\\\\u03cc\\\\u03bb\\\\u03b5\\\\u03c0\\\\u03c4\\\\u03b1\\\",m:\\\"\\\\u03ad\\\\u03bd\\\\u03b1 \\\\u03bb\\\\u03b5\\\\u03c0\\\\u03c4\\\\u03cc\\\",mm:\\\"%d \\\\u03bb\\\\u03b5\\\\u03c0\\\\u03c4\\\\u03ac\\\",h:\\\"\\\\u03bc\\\\u03af\\\\u03b1 \\\\u03ce\\\\u03c1\\\\u03b1\\\",hh:\\\"%d \\\\u03ce\\\\u03c1\\\\u03b5\\\\u03c2\\\",d:\\\"\\\\u03bc\\\\u03af\\\\u03b1 \\\\u03bc\\\\u03ad\\\\u03c1\\\\u03b1\\\",dd:\\\"%d \\\\u03bc\\\\u03ad\\\\u03c1\\\\u03b5\\\\u03c2\\\",M:\\\"\\\\u03ad\\\\u03bd\\\\u03b1\\\\u03c2 \\\\u03bc\\\\u03ae\\\\u03bd\\\\u03b1\\\\u03c2\\\",MM:\\\"%d \\\\u03bc\\\\u03ae\\\\u03bd\\\\u03b5\\\\u03c2\\\",y:\\\"\\\\u03ad\\\\u03bd\\\\u03b1\\\\u03c2 \\\\u03c7\\\\u03c1\\\\u03cc\\\\u03bd\\\\u03bf\\\\u03c2\\\",yy:\\\"%d \\\\u03c7\\\\u03c1\\\\u03cc\\\\u03bd\\\\u03b9\\\\u03b1\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\u03b7/,ordinal:\\\"%d\\\\u03b7\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"en-SG\\\",{months:\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\"),weekdays:\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",ss:\\\"%d seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"en-au\\\",{months:\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\"),weekdays:\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY h:mm A\\\",LLLL:\\\"dddd, D MMMM YYYY h:mm A\\\"},calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",ss:\\\"%d seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"en-ca\\\",{months:\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\"),weekdays:\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"MMMM D, YYYY\\\",LLL:\\\"MMMM D, YYYY h:mm A\\\",LLLL:\\\"dddd, MMMM D, YYYY h:mm A\\\"},calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",ss:\\\"%d seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")}}),l.defineLocale(\\\"en-gb\\\",{months:\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\"),weekdays:\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",ss:\\\"%d seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"en-ie\\\",{months:\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\"),weekdays:\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",ss:\\\"%d seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"en-il\\\",{months:\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\"),weekdays:\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")}}),l.defineLocale(\\\"en-nz\\\",{months:\\\"January_February_March_April_May_June_July_August_September_October_November_December\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec\\\".split(\\\"_\\\"),weekdays:\\\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sun_Mon_Tue_Wed_Thu_Fri_Sat\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_Mo_Tu_We_Th_Fr_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY h:mm A\\\",LLLL:\\\"dddd, D MMMM YYYY h:mm A\\\"},calendar:{sameDay:\\\"[Today at] LT\\\",nextDay:\\\"[Tomorrow at] LT\\\",nextWeek:\\\"dddd [at] LT\\\",lastDay:\\\"[Yesterday at] LT\\\",lastWeek:\\\"[Last] dddd [at] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"in %s\\\",past:\\\"%s ago\\\",s:\\\"a few seconds\\\",ss:\\\"%d seconds\\\",m:\\\"a minute\\\",mm:\\\"%d minutes\\\",h:\\\"an hour\\\",hh:\\\"%d hours\\\",d:\\\"a day\\\",dd:\\\"%d days\\\",M:\\\"a month\\\",MM:\\\"%d months\\\",y:\\\"a year\\\",yy:\\\"%d years\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"eo\\\",{months:\\\"januaro_februaro_marto_aprilo_majo_junio_julio_a\\\\u016dgusto_septembro_oktobro_novembro_decembro\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_mar_apr_maj_jun_jul_a\\\\u016dg_sep_okt_nov_dec\\\".split(\\\"_\\\"),weekdays:\\\"diman\\\\u0109o_lundo_mardo_merkredo_\\\\u0135a\\\\u016ddo_vendredo_sabato\\\".split(\\\"_\\\"),weekdaysShort:\\\"dim_lun_mard_merk_\\\\u0135a\\\\u016d_ven_sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"di_lu_ma_me_\\\\u0135a_ve_sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"D[-a de] MMMM, YYYY\\\",LLL:\\\"D[-a de] MMMM, YYYY HH:mm\\\",LLLL:\\\"dddd, [la] D[-a de] MMMM, YYYY HH:mm\\\"},meridiemParse:/[ap]\\\\.t\\\\.m/i,isPM:function(e){return\\\"p\\\"===e.charAt(0).toLowerCase()},meridiem:function(e,a,t){return 11\u003Ce?t?\\\"p.t.m.\\\":\\\"P.T.M.\\\":t?\\\"a.t.m.\\\":\\\"A.T.M.\\\"},calendar:{sameDay:\\\"[Hodia\\\\u016d je] LT\\\",nextDay:\\\"[Morga\\\\u016d je] LT\\\",nextWeek:\\\"dddd [je] LT\\\",lastDay:\\\"[Hiera\\\\u016d je] LT\\\",lastWeek:\\\"[pasinta] dddd [je] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"post %s\\\",past:\\\"anta\\\\u016d %s\\\",s:\\\"sekundoj\\\",ss:\\\"%d sekundoj\\\",m:\\\"minuto\\\",mm:\\\"%d minutoj\\\",h:\\\"horo\\\",hh:\\\"%d horoj\\\",d:\\\"tago\\\",dd:\\\"%d tagoj\\\",M:\\\"monato\\\",MM:\\\"%d monatoj\\\",y:\\\"jaro\\\",yy:\\\"%d jaroj\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}a/,ordinal:\\\"%da\\\",week:{dow:1,doy:7}});var vs=\\\"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.\\\".split(\\\"_\\\"),Ss=\\\"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic\\\".split(\\\"_\\\"),Hs=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],bs=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\\\.?|feb\\\\.?|mar\\\\.?|abr\\\\.?|may\\\\.?|jun\\\\.?|jul\\\\.?|ago\\\\.?|sep\\\\.?|oct\\\\.?|nov\\\\.?|dic\\\\.?)/i;l.defineLocale(\\\"es-do\\\",{months:\\\"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre\\\".split(\\\"_\\\"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?Ss[e.month()]:vs[e.month()]:vs},monthsRegex:bs,monthsShortRegex:bs,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\\\\.?|feb\\\\.?|mar\\\\.?|abr\\\\.?|may\\\\.?|jun\\\\.?|jul\\\\.?|ago\\\\.?|sep\\\\.?|oct\\\\.?|nov\\\\.?|dic\\\\.?)/i,monthsParse:Hs,longMonthsParse:Hs,shortMonthsParse:Hs,weekdays:\\\"domingo_lunes_martes_mi\\\\xe9rcoles_jueves_viernes_s\\\\xe1bado\\\".split(\\\"_\\\"),weekdaysShort:\\\"dom._lun._mar._mi\\\\xe9._jue._vie._s\\\\xe1b.\\\".split(\\\"_\\\"),weekdaysMin:\\\"do_lu_ma_mi_ju_vi_s\\\\xe1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D [de] MMMM [de] YYYY\\\",LLL:\\\"D [de] MMMM [de] YYYY h:mm A\\\",LLLL:\\\"dddd, D [de] MMMM [de] YYYY h:mm A\\\"},calendar:{sameDay:function(){return\\\"[hoy a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},nextDay:function(){return\\\"[ma\\\\xf1ana a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},nextWeek:function(){return\\\"dddd [a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},lastDay:function(){return\\\"[ayer a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},lastWeek:function(){return\\\"[el] dddd [pasado a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:\\\"en %s\\\",past:\\\"hace %s\\\",s:\\\"unos segundos\\\",ss:\\\"%d segundos\\\",m:\\\"un minuto\\\",mm:\\\"%d minutos\\\",h:\\\"una hora\\\",hh:\\\"%d horas\\\",d:\\\"un d\\\\xeda\\\",dd:\\\"%d d\\\\xedas\\\",M:\\\"un mes\\\",MM:\\\"%d meses\\\",y:\\\"un a\\\\xf1o\\\",yy:\\\"%d a\\\\xf1os\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}});var js=\\\"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.\\\".split(\\\"_\\\"),xs=\\\"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic\\\".split(\\\"_\\\"),Os=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],Ps=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\\\.?|feb\\\\.?|mar\\\\.?|abr\\\\.?|may\\\\.?|jun\\\\.?|jul\\\\.?|ago\\\\.?|sep\\\\.?|oct\\\\.?|nov\\\\.?|dic\\\\.?)/i;l.defineLocale(\\\"es-us\\\",{months:\\\"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre\\\".split(\\\"_\\\"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?xs[e.month()]:js[e.month()]:js},monthsRegex:Ps,monthsShortRegex:Ps,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\\\\.?|feb\\\\.?|mar\\\\.?|abr\\\\.?|may\\\\.?|jun\\\\.?|jul\\\\.?|ago\\\\.?|sep\\\\.?|oct\\\\.?|nov\\\\.?|dic\\\\.?)/i,monthsParse:Os,longMonthsParse:Os,shortMonthsParse:Os,weekdays:\\\"domingo_lunes_martes_mi\\\\xe9rcoles_jueves_viernes_s\\\\xe1bado\\\".split(\\\"_\\\"),weekdaysShort:\\\"dom._lun._mar._mi\\\\xe9._jue._vie._s\\\\xe1b.\\\".split(\\\"_\\\"),weekdaysMin:\\\"do_lu_ma_mi_ju_vi_s\\\\xe1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"MM/DD/YYYY\\\",LL:\\\"D [de] MMMM [de] YYYY\\\",LLL:\\\"D [de] MMMM [de] YYYY h:mm A\\\",LLLL:\\\"dddd, D [de] MMMM [de] YYYY h:mm A\\\"},calendar:{sameDay:function(){return\\\"[hoy a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},nextDay:function(){return\\\"[ma\\\\xf1ana a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},nextWeek:function(){return\\\"dddd [a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},lastDay:function(){return\\\"[ayer a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},lastWeek:function(){return\\\"[el] dddd [pasado a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:\\\"en %s\\\",past:\\\"hace %s\\\",s:\\\"unos segundos\\\",ss:\\\"%d segundos\\\",m:\\\"un minuto\\\",mm:\\\"%d minutos\\\",h:\\\"una hora\\\",hh:\\\"%d horas\\\",d:\\\"un d\\\\xeda\\\",dd:\\\"%d d\\\\xedas\\\",M:\\\"un mes\\\",MM:\\\"%d meses\\\",y:\\\"un a\\\\xf1o\\\",yy:\\\"%d a\\\\xf1os\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:0,doy:6}});var Ws=\\\"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.\\\".split(\\\"_\\\"),As=\\\"ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic\\\".split(\\\"_\\\"),Es=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],Fs=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\\\\.?|feb\\\\.?|mar\\\\.?|abr\\\\.?|may\\\\.?|jun\\\\.?|jul\\\\.?|ago\\\\.?|sep\\\\.?|oct\\\\.?|nov\\\\.?|dic\\\\.?)/i;function zs(e,a,t,s){var n={s:[\\\"m\\\\xf5ne sekundi\\\",\\\"m\\\\xf5ni sekund\\\",\\\"paar sekundit\\\"],ss:[e+\\\"sekundi\\\",e+\\\"sekundit\\\"],m:[\\\"\\\\xfche minuti\\\",\\\"\\\\xfcks minut\\\"],mm:[e+\\\" minuti\\\",e+\\\" minutit\\\"],h:[\\\"\\\\xfche tunni\\\",\\\"tund aega\\\",\\\"\\\\xfcks tund\\\"],hh:[e+\\\" tunni\\\",e+\\\" tundi\\\"],d:[\\\"\\\\xfche p\\\\xe4eva\\\",\\\"\\\\xfcks p\\\\xe4ev\\\"],M:[\\\"kuu aja\\\",\\\"kuu aega\\\",\\\"\\\\xfcks kuu\\\"],MM:[e+\\\" kuu\\\",e+\\\" kuud\\\"],y:[\\\"\\\\xfche aasta\\\",\\\"aasta\\\",\\\"\\\\xfcks aasta\\\"],yy:[e+\\\" aasta\\\",e+\\\" aastat\\\"]};return a?n[t][2]?n[t][2]:n[t][1]:s?n[t][0]:n[t][1]}l.defineLocale(\\\"es\\\",{months:\\\"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre\\\".split(\\\"_\\\"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?As[e.month()]:Ws[e.month()]:Ws},monthsRegex:Fs,monthsShortRegex:Fs,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\\\\.?|feb\\\\.?|mar\\\\.?|abr\\\\.?|may\\\\.?|jun\\\\.?|jul\\\\.?|ago\\\\.?|sep\\\\.?|oct\\\\.?|nov\\\\.?|dic\\\\.?)/i,monthsParse:Es,longMonthsParse:Es,shortMonthsParse:Es,weekdays:\\\"domingo_lunes_martes_mi\\\\xe9rcoles_jueves_viernes_s\\\\xe1bado\\\".split(\\\"_\\\"),weekdaysShort:\\\"dom._lun._mar._mi\\\\xe9._jue._vie._s\\\\xe1b.\\\".split(\\\"_\\\"),weekdaysMin:\\\"do_lu_ma_mi_ju_vi_s\\\\xe1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D [de] MMMM [de] YYYY\\\",LLL:\\\"D [de] MMMM [de] YYYY H:mm\\\",LLLL:\\\"dddd, D [de] MMMM [de] YYYY H:mm\\\"},calendar:{sameDay:function(){return\\\"[hoy a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},nextDay:function(){return\\\"[ma\\\\xf1ana a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},nextWeek:function(){return\\\"dddd [a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},lastDay:function(){return\\\"[ayer a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},lastWeek:function(){return\\\"[el] dddd [pasado a la\\\"+(1!==this.hours()?\\\"s\\\":\\\"\\\")+\\\"] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:\\\"en %s\\\",past:\\\"hace %s\\\",s:\\\"unos segundos\\\",ss:\\\"%d segundos\\\",m:\\\"un minuto\\\",mm:\\\"%d minutos\\\",h:\\\"una hora\\\",hh:\\\"%d horas\\\",d:\\\"un d\\\\xeda\\\",dd:\\\"%d d\\\\xedas\\\",M:\\\"un mes\\\",MM:\\\"%d meses\\\",y:\\\"un a\\\\xf1o\\\",yy:\\\"%d a\\\\xf1os\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"et\\\",{months:\\\"jaanuar_veebruar_m\\\\xe4rts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember\\\".split(\\\"_\\\"),monthsShort:\\\"jaan_veebr_m\\\\xe4rts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets\\\".split(\\\"_\\\"),weekdays:\\\"p\\\\xfchap\\\\xe4ev_esmasp\\\\xe4ev_teisip\\\\xe4ev_kolmap\\\\xe4ev_neljap\\\\xe4ev_reede_laup\\\\xe4ev\\\".split(\\\"_\\\"),weekdaysShort:\\\"P_E_T_K_N_R_L\\\".split(\\\"_\\\"),weekdaysMin:\\\"P_E_T_K_N_R_L\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[T\\\\xe4na,] LT\\\",nextDay:\\\"[Homme,] LT\\\",nextWeek:\\\"[J\\\\xe4rgmine] dddd LT\\\",lastDay:\\\"[Eile,] LT\\\",lastWeek:\\\"[Eelmine] dddd LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s p\\\\xe4rast\\\",past:\\\"%s tagasi\\\",s:zs,ss:zs,m:zs,mm:zs,h:zs,hh:zs,d:zs,dd:\\\"%d p\\\\xe4eva\\\",M:zs,MM:zs,y:zs,yy:zs},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"eu\\\",{months:\\\"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua\\\".split(\\\"_\\\"),monthsShort:\\\"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata\\\".split(\\\"_\\\"),weekdaysShort:\\\"ig._al._ar._az._og._ol._lr.\\\".split(\\\"_\\\"),weekdaysMin:\\\"ig_al_ar_az_og_ol_lr\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"YYYY[ko] MMMM[ren] D[a]\\\",LLL:\\\"YYYY[ko] MMMM[ren] D[a] HH:mm\\\",LLLL:\\\"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm\\\",l:\\\"YYYY-M-D\\\",ll:\\\"YYYY[ko] MMM D[a]\\\",lll:\\\"YYYY[ko] MMM D[a] HH:mm\\\",llll:\\\"ddd, YYYY[ko] MMM D[a] HH:mm\\\"},calendar:{sameDay:\\\"[gaur] LT[etan]\\\",nextDay:\\\"[bihar] LT[etan]\\\",nextWeek:\\\"dddd LT[etan]\\\",lastDay:\\\"[atzo] LT[etan]\\\",lastWeek:\\\"[aurreko] dddd LT[etan]\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s barru\\\",past:\\\"duela %s\\\",s:\\\"segundo batzuk\\\",ss:\\\"%d segundo\\\",m:\\\"minutu bat\\\",mm:\\\"%d minutu\\\",h:\\\"ordu bat\\\",hh:\\\"%d ordu\\\",d:\\\"egun bat\\\",dd:\\\"%d egun\\\",M:\\\"hilabete bat\\\",MM:\\\"%d hilabete\\\",y:\\\"urte bat\\\",yy:\\\"%d urte\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:7}});var Js={1:\\\"\\\\u06f1\\\",2:\\\"\\\\u06f2\\\",3:\\\"\\\\u06f3\\\",4:\\\"\\\\u06f4\\\",5:\\\"\\\\u06f5\\\",6:\\\"\\\\u06f6\\\",7:\\\"\\\\u06f7\\\",8:\\\"\\\\u06f8\\\",9:\\\"\\\\u06f9\\\",0:\\\"\\\\u06f0\\\"},Ns={\\\"\\\\u06f1\\\":\\\"1\\\",\\\"\\\\u06f2\\\":\\\"2\\\",\\\"\\\\u06f3\\\":\\\"3\\\",\\\"\\\\u06f4\\\":\\\"4\\\",\\\"\\\\u06f5\\\":\\\"5\\\",\\\"\\\\u06f6\\\":\\\"6\\\",\\\"\\\\u06f7\\\":\\\"7\\\",\\\"\\\\u06f8\\\":\\\"8\\\",\\\"\\\\u06f9\\\":\\\"9\\\",\\\"\\\\u06f0\\\":\\\"0\\\"};l.defineLocale(\\\"fa\\\",{months:\\\"\\\\u0698\\\\u0627\\\\u0646\\\\u0648\\\\u06cc\\\\u0647_\\\\u0641\\\\u0648\\\\u0631\\\\u06cc\\\\u0647_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0622\\\\u0648\\\\u0631\\\\u06cc\\\\u0644_\\\\u0645\\\\u0647_\\\\u0698\\\\u0648\\\\u0626\\\\u0646_\\\\u0698\\\\u0648\\\\u0626\\\\u06cc\\\\u0647_\\\\u0627\\\\u0648\\\\u062a_\\\\u0633\\\\u067e\\\\u062a\\\\u0627\\\\u0645\\\\u0628\\\\u0631_\\\\u0627\\\\u06a9\\\\u062a\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0627\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u0633\\\\u0627\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0698\\\\u0627\\\\u0646\\\\u0648\\\\u06cc\\\\u0647_\\\\u0641\\\\u0648\\\\u0631\\\\u06cc\\\\u0647_\\\\u0645\\\\u0627\\\\u0631\\\\u0633_\\\\u0622\\\\u0648\\\\u0631\\\\u06cc\\\\u0644_\\\\u0645\\\\u0647_\\\\u0698\\\\u0648\\\\u0626\\\\u0646_\\\\u0698\\\\u0648\\\\u0626\\\\u06cc\\\\u0647_\\\\u0627\\\\u0648\\\\u062a_\\\\u0633\\\\u067e\\\\u062a\\\\u0627\\\\u0645\\\\u0628\\\\u0631_\\\\u0627\\\\u06a9\\\\u062a\\\\u0628\\\\u0631_\\\\u0646\\\\u0648\\\\u0627\\\\u0645\\\\u0628\\\\u0631_\\\\u062f\\\\u0633\\\\u0627\\\\u0645\\\\u0628\\\\u0631\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u06cc\\\\u06a9\\\\u200c\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u062f\\\\u0648\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u0633\\\\u0647\\\\u200c\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u0686\\\\u0647\\\\u0627\\\\u0631\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u067e\\\\u0646\\\\u062c\\\\u200c\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u062c\\\\u0645\\\\u0639\\\\u0647_\\\\u0634\\\\u0646\\\\u0628\\\\u0647\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u06cc\\\\u06a9\\\\u200c\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u062f\\\\u0648\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u0633\\\\u0647\\\\u200c\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u0686\\\\u0647\\\\u0627\\\\u0631\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u067e\\\\u0646\\\\u062c\\\\u200c\\\\u0634\\\\u0646\\\\u0628\\\\u0647_\\\\u062c\\\\u0645\\\\u0639\\\\u0647_\\\\u0634\\\\u0646\\\\u0628\\\\u0647\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u06cc_\\\\u062f_\\\\u0633_\\\\u0686_\\\\u067e_\\\\u062c_\\\\u0634\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0642\\\\u0628\\\\u0644 \\\\u0627\\\\u0632 \\\\u0638\\\\u0647\\\\u0631|\\\\u0628\\\\u0639\\\\u062f \\\\u0627\\\\u0632 \\\\u0638\\\\u0647\\\\u0631/,isPM:function(e){return/\\\\u0628\\\\u0639\\\\u062f \\\\u0627\\\\u0632 \\\\u0638\\\\u0647\\\\u0631/.test(e)},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0642\\\\u0628\\\\u0644 \\\\u0627\\\\u0632 \\\\u0638\\\\u0647\\\\u0631\\\":\\\"\\\\u0628\\\\u0639\\\\u062f \\\\u0627\\\\u0632 \\\\u0638\\\\u0647\\\\u0631\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0645\\\\u0631\\\\u0648\\\\u0632 \\\\u0633\\\\u0627\\\\u0639\\\\u062a] LT\\\",nextDay:\\\"[\\\\u0641\\\\u0631\\\\u062f\\\\u0627 \\\\u0633\\\\u0627\\\\u0639\\\\u062a] LT\\\",nextWeek:\\\"dddd [\\\\u0633\\\\u0627\\\\u0639\\\\u062a] LT\\\",lastDay:\\\"[\\\\u062f\\\\u06cc\\\\u0631\\\\u0648\\\\u0632 \\\\u0633\\\\u0627\\\\u0639\\\\u062a] LT\\\",lastWeek:\\\"dddd [\\\\u067e\\\\u06cc\\\\u0634] [\\\\u0633\\\\u0627\\\\u0639\\\\u062a] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u062f\\\\u0631 %s\\\",past:\\\"%s \\\\u067e\\\\u06cc\\\\u0634\\\",s:\\\"\\\\u0686\\\\u0646\\\\u062f \\\\u062b\\\\u0627\\\\u0646\\\\u06cc\\\\u0647\\\",ss:\\\"\\\\u062b\\\\u0627\\\\u0646\\\\u06cc\\\\u0647 d%\\\",m:\\\"\\\\u06cc\\\\u06a9 \\\\u062f\\\\u0642\\\\u06cc\\\\u0642\\\\u0647\\\",mm:\\\"%d \\\\u062f\\\\u0642\\\\u06cc\\\\u0642\\\\u0647\\\",h:\\\"\\\\u06cc\\\\u06a9 \\\\u0633\\\\u0627\\\\u0639\\\\u062a\\\",hh:\\\"%d \\\\u0633\\\\u0627\\\\u0639\\\\u062a\\\",d:\\\"\\\\u06cc\\\\u06a9 \\\\u0631\\\\u0648\\\\u0632\\\",dd:\\\"%d \\\\u0631\\\\u0648\\\\u0632\\\",M:\\\"\\\\u06cc\\\\u06a9 \\\\u0645\\\\u0627\\\\u0647\\\",MM:\\\"%d \\\\u0645\\\\u0627\\\\u0647\\\",y:\\\"\\\\u06cc\\\\u06a9 \\\\u0633\\\\u0627\\\\u0644\\\",yy:\\\"%d \\\\u0633\\\\u0627\\\\u0644\\\"},preparse:function(e){return e.replace(/[\\\\u06f0-\\\\u06f9]/g,function(e){return Ns[e]}).replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/\\\\d/g,function(e){return Js[e]}).replace(/,/g,\\\"\\\\u060c\\\")},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\u0645/,ordinal:\\\"%d\\\\u0645\\\",week:{dow:6,doy:12}});var Rs=\\\"nolla yksi kaksi kolme nelj\\\\xe4 viisi kuusi seitsem\\\\xe4n kahdeksan yhdeks\\\\xe4n\\\".split(\\\" \\\"),Cs=[\\\"nolla\\\",\\\"yhden\\\",\\\"kahden\\\",\\\"kolmen\\\",\\\"nelj\\\\xe4n\\\",\\\"viiden\\\",\\\"kuuden\\\",Rs[7],Rs[8],Rs[9]];function Is(e,a,t,s){var n,d,r=\\\"\\\";switch(t){case\\\"s\\\":return s?\\\"muutaman sekunnin\\\":\\\"muutama sekunti\\\";case\\\"ss\\\":return s?\\\"sekunnin\\\":\\\"sekuntia\\\";case\\\"m\\\":return s?\\\"minuutin\\\":\\\"minuutti\\\";case\\\"mm\\\":r=s?\\\"minuutin\\\":\\\"minuuttia\\\";break;case\\\"h\\\":return s?\\\"tunnin\\\":\\\"tunti\\\";case\\\"hh\\\":r=s?\\\"tunnin\\\":\\\"tuntia\\\";break;case\\\"d\\\":return s?\\\"p\\\\xe4iv\\\\xe4n\\\":\\\"p\\\\xe4iv\\\\xe4\\\";case\\\"dd\\\":r=s?\\\"p\\\\xe4iv\\\\xe4n\\\":\\\"p\\\\xe4iv\\\\xe4\\\\xe4\\\";break;case\\\"M\\\":return s?\\\"kuukauden\\\":\\\"kuukausi\\\";case\\\"MM\\\":r=s?\\\"kuukauden\\\":\\\"kuukautta\\\";break;case\\\"y\\\":return s?\\\"vuoden\\\":\\\"vuosi\\\";case\\\"yy\\\":r=s?\\\"vuoden\\\":\\\"vuotta\\\";break}return d=s,r=((n=e)\u003C10?d?Cs[n]:Rs[n]:n)+\\\" \\\"+r}l.defineLocale(\\\"fi\\\",{months:\\\"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kes\\\\xe4kuu_hein\\\\xe4kuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu\\\".split(\\\"_\\\"),monthsShort:\\\"tammi_helmi_maalis_huhti_touko_kes\\\\xe4_hein\\\\xe4_elo_syys_loka_marras_joulu\\\".split(\\\"_\\\"),weekdays:\\\"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai\\\".split(\\\"_\\\"),weekdaysShort:\\\"su_ma_ti_ke_to_pe_la\\\".split(\\\"_\\\"),weekdaysMin:\\\"su_ma_ti_ke_to_pe_la\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH.mm\\\",LTS:\\\"HH.mm.ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"Do MMMM[ta] YYYY\\\",LLL:\\\"Do MMMM[ta] YYYY, [klo] HH.mm\\\",LLLL:\\\"dddd, Do MMMM[ta] YYYY, [klo] HH.mm\\\",l:\\\"D.M.YYYY\\\",ll:\\\"Do MMM YYYY\\\",lll:\\\"Do MMM YYYY, [klo] HH.mm\\\",llll:\\\"ddd, Do MMM YYYY, [klo] HH.mm\\\"},calendar:{sameDay:\\\"[t\\\\xe4n\\\\xe4\\\\xe4n] [klo] LT\\\",nextDay:\\\"[huomenna] [klo] LT\\\",nextWeek:\\\"dddd [klo] LT\\\",lastDay:\\\"[eilen] [klo] LT\\\",lastWeek:\\\"[viime] dddd[na] [klo] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s p\\\\xe4\\\\xe4st\\\\xe4\\\",past:\\\"%s sitten\\\",s:Is,ss:Is,m:Is,mm:Is,h:Is,hh:Is,d:Is,dd:Is,M:Is,MM:Is,y:Is,yy:Is},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"fo\\\",{months:\\\"januar_februar_mars_apr\\\\xedl_mai_juni_juli_august_september_oktober_november_desember\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des\\\".split(\\\"_\\\"),weekdays:\\\"sunnudagur_m\\\\xe1nadagur_t\\\\xfdsdagur_mikudagur_h\\\\xf3sdagur_fr\\\\xedggjadagur_leygardagur\\\".split(\\\"_\\\"),weekdaysShort:\\\"sun_m\\\\xe1n_t\\\\xfds_mik_h\\\\xf3s_fr\\\\xed_ley\\\".split(\\\"_\\\"),weekdaysMin:\\\"su_m\\\\xe1_t\\\\xfd_mi_h\\\\xf3_fr_le\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D. MMMM, YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\xcd dag kl.] LT\\\",nextDay:\\\"[\\\\xcd morgin kl.] LT\\\",nextWeek:\\\"dddd [kl.] LT\\\",lastDay:\\\"[\\\\xcd gj\\\\xe1r kl.] LT\\\",lastWeek:\\\"[s\\\\xed\\\\xf0stu] dddd [kl] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"um %s\\\",past:\\\"%s s\\\\xed\\\\xf0ani\\\",s:\\\"f\\\\xe1 sekund\\\",ss:\\\"%d sekundir\\\",m:\\\"ein minuttur\\\",mm:\\\"%d minuttir\\\",h:\\\"ein t\\\\xedmi\\\",hh:\\\"%d t\\\\xedmar\\\",d:\\\"ein dagur\\\",dd:\\\"%d dagar\\\",M:\\\"ein m\\\\xe1na\\\\xf0ur\\\",MM:\\\"%d m\\\\xe1na\\\\xf0ir\\\",y:\\\"eitt \\\\xe1r\\\",yy:\\\"%d \\\\xe1r\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"fr-ca\\\",{months:\\\"janvier_f\\\\xe9vrier_mars_avril_mai_juin_juillet_ao\\\\xfbt_septembre_octobre_novembre_d\\\\xe9cembre\\\".split(\\\"_\\\"),monthsShort:\\\"janv._f\\\\xe9vr._mars_avr._mai_juin_juil._ao\\\\xfbt_sept._oct._nov._d\\\\xe9c.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi\\\".split(\\\"_\\\"),weekdaysShort:\\\"dim._lun._mar._mer._jeu._ven._sam.\\\".split(\\\"_\\\"),weekdaysMin:\\\"di_lu_ma_me_je_ve_sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Aujourd\\\\u2019hui \\\\xe0] LT\\\",nextDay:\\\"[Demain \\\\xe0] LT\\\",nextWeek:\\\"dddd [\\\\xe0] LT\\\",lastDay:\\\"[Hier \\\\xe0] LT\\\",lastWeek:\\\"dddd [dernier \\\\xe0] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"dans %s\\\",past:\\\"il y a %s\\\",s:\\\"quelques secondes\\\",ss:\\\"%d secondes\\\",m:\\\"une minute\\\",mm:\\\"%d minutes\\\",h:\\\"une heure\\\",hh:\\\"%d heures\\\",d:\\\"un jour\\\",dd:\\\"%d jours\\\",M:\\\"un mois\\\",MM:\\\"%d mois\\\",y:\\\"un an\\\",yy:\\\"%d ans\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(er|e)/,ordinal:function(e,a){switch(a){default:case\\\"M\\\":case\\\"Q\\\":case\\\"D\\\":case\\\"DDD\\\":case\\\"d\\\":return e+(1===e?\\\"er\\\":\\\"e\\\");case\\\"w\\\":case\\\"W\\\":return e+(1===e?\\\"re\\\":\\\"e\\\")}}}),l.defineLocale(\\\"fr-ch\\\",{months:\\\"janvier_f\\\\xe9vrier_mars_avril_mai_juin_juillet_ao\\\\xfbt_septembre_octobre_novembre_d\\\\xe9cembre\\\".split(\\\"_\\\"),monthsShort:\\\"janv._f\\\\xe9vr._mars_avr._mai_juin_juil._ao\\\\xfbt_sept._oct._nov._d\\\\xe9c.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi\\\".split(\\\"_\\\"),weekdaysShort:\\\"dim._lun._mar._mer._jeu._ven._sam.\\\".split(\\\"_\\\"),weekdaysMin:\\\"di_lu_ma_me_je_ve_sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Aujourd\\\\u2019hui \\\\xe0] LT\\\",nextDay:\\\"[Demain \\\\xe0] LT\\\",nextWeek:\\\"dddd [\\\\xe0] LT\\\",lastDay:\\\"[Hier \\\\xe0] LT\\\",lastWeek:\\\"dddd [dernier \\\\xe0] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"dans %s\\\",past:\\\"il y a %s\\\",s:\\\"quelques secondes\\\",ss:\\\"%d secondes\\\",m:\\\"une minute\\\",mm:\\\"%d minutes\\\",h:\\\"une heure\\\",hh:\\\"%d heures\\\",d:\\\"un jour\\\",dd:\\\"%d jours\\\",M:\\\"un mois\\\",MM:\\\"%d mois\\\",y:\\\"un an\\\",yy:\\\"%d ans\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(er|e)/,ordinal:function(e,a){switch(a){default:case\\\"M\\\":case\\\"Q\\\":case\\\"D\\\":case\\\"DDD\\\":case\\\"d\\\":return e+(1===e?\\\"er\\\":\\\"e\\\");case\\\"w\\\":case\\\"W\\\":return e+(1===e?\\\"re\\\":\\\"e\\\")}},week:{dow:1,doy:4}}),l.defineLocale(\\\"fr\\\",{months:\\\"janvier_f\\\\xe9vrier_mars_avril_mai_juin_juillet_ao\\\\xfbt_septembre_octobre_novembre_d\\\\xe9cembre\\\".split(\\\"_\\\"),monthsShort:\\\"janv._f\\\\xe9vr._mars_avr._mai_juin_juil._ao\\\\xfbt_sept._oct._nov._d\\\\xe9c.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi\\\".split(\\\"_\\\"),weekdaysShort:\\\"dim._lun._mar._mer._jeu._ven._sam.\\\".split(\\\"_\\\"),weekdaysMin:\\\"di_lu_ma_me_je_ve_sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Aujourd\\\\u2019hui \\\\xe0] LT\\\",nextDay:\\\"[Demain \\\\xe0] LT\\\",nextWeek:\\\"dddd [\\\\xe0] LT\\\",lastDay:\\\"[Hier \\\\xe0] LT\\\",lastWeek:\\\"dddd [dernier \\\\xe0] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"dans %s\\\",past:\\\"il y a %s\\\",s:\\\"quelques secondes\\\",ss:\\\"%d secondes\\\",m:\\\"une minute\\\",mm:\\\"%d minutes\\\",h:\\\"une heure\\\",hh:\\\"%d heures\\\",d:\\\"un jour\\\",dd:\\\"%d jours\\\",M:\\\"un mois\\\",MM:\\\"%d mois\\\",y:\\\"un an\\\",yy:\\\"%d ans\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(er|)/,ordinal:function(e,a){switch(a){case\\\"D\\\":return e+(1===e?\\\"er\\\":\\\"\\\");default:case\\\"M\\\":case\\\"Q\\\":case\\\"DDD\\\":case\\\"d\\\":return e+(1===e?\\\"er\\\":\\\"e\\\");case\\\"w\\\":case\\\"W\\\":return e+(1===e?\\\"re\\\":\\\"e\\\")}},week:{dow:1,doy:4}});var Us=\\\"jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.\\\".split(\\\"_\\\"),Gs=\\\"jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des\\\".split(\\\"_\\\");l.defineLocale(\\\"fy\\\",{months:\\\"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber\\\".split(\\\"_\\\"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?Gs[e.month()]:Us[e.month()]:Us},monthsParseExact:!0,weekdays:\\\"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon\\\".split(\\\"_\\\"),weekdaysShort:\\\"si._mo._ti._wo._to._fr._so.\\\".split(\\\"_\\\"),weekdaysMin:\\\"Si_Mo_Ti_Wo_To_Fr_So\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD-MM-YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[hjoed om] LT\\\",nextDay:\\\"[moarn om] LT\\\",nextWeek:\\\"dddd [om] LT\\\",lastDay:\\\"[juster om] LT\\\",lastWeek:\\\"[\\\\xf4fr\\\\xfbne] dddd [om] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"oer %s\\\",past:\\\"%s lyn\\\",s:\\\"in pear sekonden\\\",ss:\\\"%d sekonden\\\",m:\\\"ien min\\\\xfat\\\",mm:\\\"%d minuten\\\",h:\\\"ien oere\\\",hh:\\\"%d oeren\\\",d:\\\"ien dei\\\",dd:\\\"%d dagen\\\",M:\\\"ien moanne\\\",MM:\\\"%d moannen\\\",y:\\\"ien jier\\\",yy:\\\"%d jierren\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20\u003C=e?\\\"ste\\\":\\\"de\\\")},week:{dow:1,doy:4}});l.defineLocale(\\\"ga\\\",{months:[\\\"Ean\\\\xe1ir\\\",\\\"Feabhra\\\",\\\"M\\\\xe1rta\\\",\\\"Aibre\\\\xe1n\\\",\\\"Bealtaine\\\",\\\"M\\\\xe9itheamh\\\",\\\"I\\\\xfail\\\",\\\"L\\\\xfanasa\\\",\\\"Me\\\\xe1n F\\\\xf3mhair\\\",\\\"Deaireadh F\\\\xf3mhair\\\",\\\"Samhain\\\",\\\"Nollaig\\\"],monthsShort:[\\\"Ean\\\\xe1\\\",\\\"Feab\\\",\\\"M\\\\xe1rt\\\",\\\"Aibr\\\",\\\"Beal\\\",\\\"M\\\\xe9it\\\",\\\"I\\\\xfail\\\",\\\"L\\\\xfana\\\",\\\"Me\\\\xe1n\\\",\\\"Deai\\\",\\\"Samh\\\",\\\"Noll\\\"],monthsParseExact:!0,weekdays:[\\\"D\\\\xe9 Domhnaigh\\\",\\\"D\\\\xe9 Luain\\\",\\\"D\\\\xe9 M\\\\xe1irt\\\",\\\"D\\\\xe9 C\\\\xe9adaoin\\\",\\\"D\\\\xe9ardaoin\\\",\\\"D\\\\xe9 hAoine\\\",\\\"D\\\\xe9 Satharn\\\"],weekdaysShort:[\\\"Dom\\\",\\\"Lua\\\",\\\"M\\\\xe1i\\\",\\\"C\\\\xe9a\\\",\\\"D\\\\xe9a\\\",\\\"hAo\\\",\\\"Sat\\\"],weekdaysMin:[\\\"Do\\\",\\\"Lu\\\",\\\"M\\\\xe1\\\",\\\"Ce\\\",\\\"D\\\\xe9\\\",\\\"hA\\\",\\\"Sa\\\"],longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Inniu ag] LT\\\",nextDay:\\\"[Am\\\\xe1rach ag] LT\\\",nextWeek:\\\"dddd [ag] LT\\\",lastDay:\\\"[Inn\\\\xe9 aig] LT\\\",lastWeek:\\\"dddd [seo caite] [ag] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"i %s\\\",past:\\\"%s \\\\xf3 shin\\\",s:\\\"c\\\\xfapla soicind\\\",ss:\\\"%d soicind\\\",m:\\\"n\\\\xf3im\\\\xe9ad\\\",mm:\\\"%d n\\\\xf3im\\\\xe9ad\\\",h:\\\"uair an chloig\\\",hh:\\\"%d uair an chloig\\\",d:\\\"l\\\\xe1\\\",dd:\\\"%d l\\\\xe1\\\",M:\\\"m\\\\xed\\\",MM:\\\"%d m\\\\xed\\\",y:\\\"bliain\\\",yy:\\\"%d bliain\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?\\\"d\\\":e%10==2?\\\"na\\\":\\\"mh\\\")},week:{dow:1,doy:4}});function Vs(e,a,t,s){var n={s:[\\\"thodde secondanim\\\",\\\"thodde second\\\"],ss:[e+\\\" secondanim\\\",e+\\\" second\\\"],m:[\\\"eka mintan\\\",\\\"ek minute\\\"],mm:[e+\\\" mintanim\\\",e+\\\" mintam\\\"],h:[\\\"eka voran\\\",\\\"ek vor\\\"],hh:[e+\\\" voranim\\\",e+\\\" voram\\\"],d:[\\\"eka disan\\\",\\\"ek dis\\\"],dd:[e+\\\" disanim\\\",e+\\\" dis\\\"],M:[\\\"eka mhoinean\\\",\\\"ek mhoino\\\"],MM:[e+\\\" mhoineanim\\\",e+\\\" mhoine\\\"],y:[\\\"eka vorsan\\\",\\\"ek voros\\\"],yy:[e+\\\" vorsanim\\\",e+\\\" vorsam\\\"]};return a?n[t][0]:n[t][1]}l.defineLocale(\\\"gd\\\",{months:[\\\"Am Faoilleach\\\",\\\"An Gearran\\\",\\\"Am M\\\\xe0rt\\\",\\\"An Giblean\\\",\\\"An C\\\\xe8itean\\\",\\\"An t-\\\\xd2gmhios\\\",\\\"An t-Iuchar\\\",\\\"An L\\\\xf9nastal\\\",\\\"An t-Sultain\\\",\\\"An D\\\\xe0mhair\\\",\\\"An t-Samhain\\\",\\\"An D\\\\xf9bhlachd\\\"],monthsShort:[\\\"Faoi\\\",\\\"Gear\\\",\\\"M\\\\xe0rt\\\",\\\"Gibl\\\",\\\"C\\\\xe8it\\\",\\\"\\\\xd2gmh\\\",\\\"Iuch\\\",\\\"L\\\\xf9n\\\",\\\"Sult\\\",\\\"D\\\\xe0mh\\\",\\\"Samh\\\",\\\"D\\\\xf9bh\\\"],monthsParseExact:!0,weekdays:[\\\"Did\\\\xf2mhnaich\\\",\\\"Diluain\\\",\\\"Dim\\\\xe0irt\\\",\\\"Diciadain\\\",\\\"Diardaoin\\\",\\\"Dihaoine\\\",\\\"Disathairne\\\"],weekdaysShort:[\\\"Did\\\",\\\"Dil\\\",\\\"Dim\\\",\\\"Dic\\\",\\\"Dia\\\",\\\"Dih\\\",\\\"Dis\\\"],weekdaysMin:[\\\"D\\\\xf2\\\",\\\"Lu\\\",\\\"M\\\\xe0\\\",\\\"Ci\\\",\\\"Ar\\\",\\\"Ha\\\",\\\"Sa\\\"],longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[An-diugh aig] LT\\\",nextDay:\\\"[A-m\\\\xe0ireach aig] LT\\\",nextWeek:\\\"dddd [aig] LT\\\",lastDay:\\\"[An-d\\\\xe8 aig] LT\\\",lastWeek:\\\"dddd [seo chaidh] [aig] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"ann an %s\\\",past:\\\"bho chionn %s\\\",s:\\\"beagan diogan\\\",ss:\\\"%d diogan\\\",m:\\\"mionaid\\\",mm:\\\"%d mionaidean\\\",h:\\\"uair\\\",hh:\\\"%d uairean\\\",d:\\\"latha\\\",dd:\\\"%d latha\\\",M:\\\"m\\\\xecos\\\",MM:\\\"%d m\\\\xecosan\\\",y:\\\"bliadhna\\\",yy:\\\"%d bliadhna\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?\\\"d\\\":e%10==2?\\\"na\\\":\\\"mh\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"gl\\\",{months:\\\"xaneiro_febreiro_marzo_abril_maio_xu\\\\xf1o_xullo_agosto_setembro_outubro_novembro_decembro\\\".split(\\\"_\\\"),monthsShort:\\\"xan._feb._mar._abr._mai._xu\\\\xf1._xul._ago._set._out._nov._dec.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"domingo_luns_martes_m\\\\xe9rcores_xoves_venres_s\\\\xe1bado\\\".split(\\\"_\\\"),weekdaysShort:\\\"dom._lun._mar._m\\\\xe9r._xov._ven._s\\\\xe1b.\\\".split(\\\"_\\\"),weekdaysMin:\\\"do_lu_ma_m\\\\xe9_xo_ve_s\\\\xe1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D [de] MMMM [de] YYYY\\\",LLL:\\\"D [de] MMMM [de] YYYY H:mm\\\",LLLL:\\\"dddd, D [de] MMMM [de] YYYY H:mm\\\"},calendar:{sameDay:function(){return\\\"[hoxe \\\"+(1!==this.hours()?\\\"\\\\xe1s\\\":\\\"\\\\xe1\\\")+\\\"] LT\\\"},nextDay:function(){return\\\"[ma\\\\xf1\\\\xe1 \\\"+(1!==this.hours()?\\\"\\\\xe1s\\\":\\\"\\\\xe1\\\")+\\\"] LT\\\"},nextWeek:function(){return\\\"dddd [\\\"+(1!==this.hours()?\\\"\\\\xe1s\\\":\\\"a\\\")+\\\"] LT\\\"},lastDay:function(){return\\\"[onte \\\"+(1!==this.hours()?\\\"\\\\xe1\\\":\\\"a\\\")+\\\"] LT\\\"},lastWeek:function(){return\\\"[o] dddd [pasado \\\"+(1!==this.hours()?\\\"\\\\xe1s\\\":\\\"a\\\")+\\\"] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:function(e){return 0===e.indexOf(\\\"un\\\")?\\\"n\\\"+e:\\\"en \\\"+e},past:\\\"hai %s\\\",s:\\\"uns segundos\\\",ss:\\\"%d segundos\\\",m:\\\"un minuto\\\",mm:\\\"%d minutos\\\",h:\\\"unha hora\\\",hh:\\\"%d horas\\\",d:\\\"un d\\\\xeda\\\",dd:\\\"%d d\\\\xedas\\\",M:\\\"un mes\\\",MM:\\\"%d meses\\\",y:\\\"un ano\\\",yy:\\\"%d anos\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"gom-latn\\\",{months:\\\"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr\\\".split(\\\"_\\\"),monthsShort:\\\"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var\\\".split(\\\"_\\\"),weekdaysShort:\\\"Ait._Som._Mon._Bud._Bre._Suk._Son.\\\".split(\\\"_\\\"),weekdaysMin:\\\"Ai_Sm_Mo_Bu_Br_Su_Sn\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"A h:mm [vazta]\\\",LTS:\\\"A h:mm:ss [vazta]\\\",L:\\\"DD-MM-YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY A h:mm [vazta]\\\",LLLL:\\\"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]\\\",llll:\\\"ddd, D MMM YYYY, A h:mm [vazta]\\\"},calendar:{sameDay:\\\"[Aiz] LT\\\",nextDay:\\\"[Faleam] LT\\\",nextWeek:\\\"[Ieta to] dddd[,] LT\\\",lastDay:\\\"[Kal] LT\\\",lastWeek:\\\"[Fatlo] dddd[,] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s\\\",past:\\\"%s adim\\\",s:Vs,ss:Vs,m:Vs,mm:Vs,h:Vs,hh:Vs,d:Vs,dd:Vs,M:Vs,MM:Vs,y:Vs,yy:Vs},dayOfMonthOrdinalParse:/\\\\d{1,2}(er)/,ordinal:function(e,a){switch(a){case\\\"D\\\":return e+\\\"er\\\";default:case\\\"M\\\":case\\\"Q\\\":case\\\"DDD\\\":case\\\"d\\\":case\\\"w\\\":case\\\"W\\\":return e}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"rati\\\"===a?e\u003C4?e:e+12:\\\"sokalli\\\"===a?e:\\\"donparam\\\"===a?12\u003Ce?e:e+12:\\\"sanje\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"rati\\\":e\u003C12?\\\"sokalli\\\":e\u003C16?\\\"donparam\\\":e\u003C20?\\\"sanje\\\":\\\"rati\\\"}});var Ks={1:\\\"\\\\u0ae7\\\",2:\\\"\\\\u0ae8\\\",3:\\\"\\\\u0ae9\\\",4:\\\"\\\\u0aea\\\",5:\\\"\\\\u0aeb\\\",6:\\\"\\\\u0aec\\\",7:\\\"\\\\u0aed\\\",8:\\\"\\\\u0aee\\\",9:\\\"\\\\u0aef\\\",0:\\\"\\\\u0ae6\\\"},Zs={\\\"\\\\u0ae7\\\":\\\"1\\\",\\\"\\\\u0ae8\\\":\\\"2\\\",\\\"\\\\u0ae9\\\":\\\"3\\\",\\\"\\\\u0aea\\\":\\\"4\\\",\\\"\\\\u0aeb\\\":\\\"5\\\",\\\"\\\\u0aec\\\":\\\"6\\\",\\\"\\\\u0aed\\\":\\\"7\\\",\\\"\\\\u0aee\\\":\\\"8\\\",\\\"\\\\u0aef\\\":\\\"9\\\",\\\"\\\\u0ae6\\\":\\\"0\\\"};l.defineLocale(\\\"gu\\\",{months:\\\"\\\\u0a9c\\\\u0abe\\\\u0aa8\\\\u0acd\\\\u0aaf\\\\u0ac1\\\\u0a86\\\\u0ab0\\\\u0ac0_\\\\u0aab\\\\u0ac7\\\\u0aac\\\\u0acd\\\\u0ab0\\\\u0ac1\\\\u0a86\\\\u0ab0\\\\u0ac0_\\\\u0aae\\\\u0abe\\\\u0ab0\\\\u0acd\\\\u0a9a_\\\\u0a8f\\\\u0aaa\\\\u0acd\\\\u0ab0\\\\u0abf\\\\u0ab2_\\\\u0aae\\\\u0ac7_\\\\u0a9c\\\\u0ac2\\\\u0aa8_\\\\u0a9c\\\\u0ac1\\\\u0ab2\\\\u0abe\\\\u0a88_\\\\u0a91\\\\u0a97\\\\u0ab8\\\\u0acd\\\\u0a9f_\\\\u0ab8\\\\u0aaa\\\\u0acd\\\\u0a9f\\\\u0ac7\\\\u0aae\\\\u0acd\\\\u0aac\\\\u0ab0_\\\\u0a91\\\\u0a95\\\\u0acd\\\\u0a9f\\\\u0acd\\\\u0aac\\\\u0ab0_\\\\u0aa8\\\\u0ab5\\\\u0ac7\\\\u0aae\\\\u0acd\\\\u0aac\\\\u0ab0_\\\\u0aa1\\\\u0abf\\\\u0ab8\\\\u0ac7\\\\u0aae\\\\u0acd\\\\u0aac\\\\u0ab0\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0a9c\\\\u0abe\\\\u0aa8\\\\u0acd\\\\u0aaf\\\\u0ac1._\\\\u0aab\\\\u0ac7\\\\u0aac\\\\u0acd\\\\u0ab0\\\\u0ac1._\\\\u0aae\\\\u0abe\\\\u0ab0\\\\u0acd\\\\u0a9a_\\\\u0a8f\\\\u0aaa\\\\u0acd\\\\u0ab0\\\\u0abf._\\\\u0aae\\\\u0ac7_\\\\u0a9c\\\\u0ac2\\\\u0aa8_\\\\u0a9c\\\\u0ac1\\\\u0ab2\\\\u0abe._\\\\u0a91\\\\u0a97._\\\\u0ab8\\\\u0aaa\\\\u0acd\\\\u0a9f\\\\u0ac7._\\\\u0a91\\\\u0a95\\\\u0acd\\\\u0a9f\\\\u0acd._\\\\u0aa8\\\\u0ab5\\\\u0ac7._\\\\u0aa1\\\\u0abf\\\\u0ab8\\\\u0ac7.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0ab0\\\\u0ab5\\\\u0abf\\\\u0ab5\\\\u0abe\\\\u0ab0_\\\\u0ab8\\\\u0acb\\\\u0aae\\\\u0ab5\\\\u0abe\\\\u0ab0_\\\\u0aae\\\\u0a82\\\\u0a97\\\\u0ab3\\\\u0ab5\\\\u0abe\\\\u0ab0_\\\\u0aac\\\\u0ac1\\\\u0aa7\\\\u0acd\\\\u0ab5\\\\u0abe\\\\u0ab0_\\\\u0a97\\\\u0ac1\\\\u0ab0\\\\u0ac1\\\\u0ab5\\\\u0abe\\\\u0ab0_\\\\u0ab6\\\\u0ac1\\\\u0a95\\\\u0acd\\\\u0ab0\\\\u0ab5\\\\u0abe\\\\u0ab0_\\\\u0ab6\\\\u0aa8\\\\u0abf\\\\u0ab5\\\\u0abe\\\\u0ab0\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0ab0\\\\u0ab5\\\\u0abf_\\\\u0ab8\\\\u0acb\\\\u0aae_\\\\u0aae\\\\u0a82\\\\u0a97\\\\u0ab3_\\\\u0aac\\\\u0ac1\\\\u0aa7\\\\u0acd_\\\\u0a97\\\\u0ac1\\\\u0ab0\\\\u0ac1_\\\\u0ab6\\\\u0ac1\\\\u0a95\\\\u0acd\\\\u0ab0_\\\\u0ab6\\\\u0aa8\\\\u0abf\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0ab0_\\\\u0ab8\\\\u0acb_\\\\u0aae\\\\u0a82_\\\\u0aac\\\\u0ac1_\\\\u0a97\\\\u0ac1_\\\\u0ab6\\\\u0ac1_\\\\u0ab6\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm \\\\u0ab5\\\\u0abe\\\\u0a97\\\\u0acd\\\\u0aaf\\\\u0ac7\\\",LTS:\\\"A h:mm:ss \\\\u0ab5\\\\u0abe\\\\u0a97\\\\u0acd\\\\u0aaf\\\\u0ac7\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm \\\\u0ab5\\\\u0abe\\\\u0a97\\\\u0acd\\\\u0aaf\\\\u0ac7\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm \\\\u0ab5\\\\u0abe\\\\u0a97\\\\u0acd\\\\u0aaf\\\\u0ac7\\\"},calendar:{sameDay:\\\"[\\\\u0a86\\\\u0a9c] LT\\\",nextDay:\\\"[\\\\u0a95\\\\u0abe\\\\u0ab2\\\\u0ac7] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0a97\\\\u0a87\\\\u0a95\\\\u0abe\\\\u0ab2\\\\u0ac7] LT\\\",lastWeek:\\\"[\\\\u0aaa\\\\u0abe\\\\u0a9b\\\\u0ab2\\\\u0abe] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0aae\\\\u0abe\\\",past:\\\"%s \\\\u0aaa\\\\u0ac7\\\\u0ab9\\\\u0ab2\\\\u0abe\\\",s:\\\"\\\\u0a85\\\\u0aae\\\\u0ac1\\\\u0a95 \\\\u0aaa\\\\u0ab3\\\\u0acb\\\",ss:\\\"%d \\\\u0ab8\\\\u0ac7\\\\u0a95\\\\u0a82\\\\u0aa1\\\",m:\\\"\\\\u0a8f\\\\u0a95 \\\\u0aae\\\\u0abf\\\\u0aa8\\\\u0abf\\\\u0a9f\\\",mm:\\\"%d \\\\u0aae\\\\u0abf\\\\u0aa8\\\\u0abf\\\\u0a9f\\\",h:\\\"\\\\u0a8f\\\\u0a95 \\\\u0a95\\\\u0ab2\\\\u0abe\\\\u0a95\\\",hh:\\\"%d \\\\u0a95\\\\u0ab2\\\\u0abe\\\\u0a95\\\",d:\\\"\\\\u0a8f\\\\u0a95 \\\\u0aa6\\\\u0abf\\\\u0ab5\\\\u0ab8\\\",dd:\\\"%d \\\\u0aa6\\\\u0abf\\\\u0ab5\\\\u0ab8\\\",M:\\\"\\\\u0a8f\\\\u0a95 \\\\u0aae\\\\u0ab9\\\\u0abf\\\\u0aa8\\\\u0acb\\\",MM:\\\"%d \\\\u0aae\\\\u0ab9\\\\u0abf\\\\u0aa8\\\\u0acb\\\",y:\\\"\\\\u0a8f\\\\u0a95 \\\\u0ab5\\\\u0ab0\\\\u0acd\\\\u0ab7\\\",yy:\\\"%d \\\\u0ab5\\\\u0ab0\\\\u0acd\\\\u0ab7\\\"},preparse:function(e){return e.replace(/[\\\\u0ae7\\\\u0ae8\\\\u0ae9\\\\u0aea\\\\u0aeb\\\\u0aec\\\\u0aed\\\\u0aee\\\\u0aef\\\\u0ae6]/g,function(e){return Zs[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return Ks[e]})},meridiemParse:/\\\\u0ab0\\\\u0abe\\\\u0aa4|\\\\u0aac\\\\u0aaa\\\\u0acb\\\\u0ab0|\\\\u0ab8\\\\u0ab5\\\\u0abe\\\\u0ab0|\\\\u0ab8\\\\u0abe\\\\u0a82\\\\u0a9c/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0ab0\\\\u0abe\\\\u0aa4\\\"===a?e\u003C4?e:e+12:\\\"\\\\u0ab8\\\\u0ab5\\\\u0abe\\\\u0ab0\\\"===a?e:\\\"\\\\u0aac\\\\u0aaa\\\\u0acb\\\\u0ab0\\\"===a?10\u003C=e?e:e+12:\\\"\\\\u0ab8\\\\u0abe\\\\u0a82\\\\u0a9c\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0ab0\\\\u0abe\\\\u0aa4\\\":e\u003C10?\\\"\\\\u0ab8\\\\u0ab5\\\\u0abe\\\\u0ab0\\\":e\u003C17?\\\"\\\\u0aac\\\\u0aaa\\\\u0acb\\\\u0ab0\\\":e\u003C20?\\\"\\\\u0ab8\\\\u0abe\\\\u0a82\\\\u0a9c\\\":\\\"\\\\u0ab0\\\\u0abe\\\\u0aa4\\\"},week:{dow:0,doy:6}}),l.defineLocale(\\\"he\\\",{months:\\\"\\\\u05d9\\\\u05e0\\\\u05d5\\\\u05d0\\\\u05e8_\\\\u05e4\\\\u05d1\\\\u05e8\\\\u05d5\\\\u05d0\\\\u05e8_\\\\u05de\\\\u05e8\\\\u05e5_\\\\u05d0\\\\u05e4\\\\u05e8\\\\u05d9\\\\u05dc_\\\\u05de\\\\u05d0\\\\u05d9_\\\\u05d9\\\\u05d5\\\\u05e0\\\\u05d9_\\\\u05d9\\\\u05d5\\\\u05dc\\\\u05d9_\\\\u05d0\\\\u05d5\\\\u05d2\\\\u05d5\\\\u05e1\\\\u05d8_\\\\u05e1\\\\u05e4\\\\u05d8\\\\u05de\\\\u05d1\\\\u05e8_\\\\u05d0\\\\u05d5\\\\u05e7\\\\u05d8\\\\u05d5\\\\u05d1\\\\u05e8_\\\\u05e0\\\\u05d5\\\\u05d1\\\\u05de\\\\u05d1\\\\u05e8_\\\\u05d3\\\\u05e6\\\\u05de\\\\u05d1\\\\u05e8\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u05d9\\\\u05e0\\\\u05d5\\\\u05f3_\\\\u05e4\\\\u05d1\\\\u05e8\\\\u05f3_\\\\u05de\\\\u05e8\\\\u05e5_\\\\u05d0\\\\u05e4\\\\u05e8\\\\u05f3_\\\\u05de\\\\u05d0\\\\u05d9_\\\\u05d9\\\\u05d5\\\\u05e0\\\\u05d9_\\\\u05d9\\\\u05d5\\\\u05dc\\\\u05d9_\\\\u05d0\\\\u05d5\\\\u05d2\\\\u05f3_\\\\u05e1\\\\u05e4\\\\u05d8\\\\u05f3_\\\\u05d0\\\\u05d5\\\\u05e7\\\\u05f3_\\\\u05e0\\\\u05d5\\\\u05d1\\\\u05f3_\\\\u05d3\\\\u05e6\\\\u05de\\\\u05f3\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u05e8\\\\u05d0\\\\u05e9\\\\u05d5\\\\u05df_\\\\u05e9\\\\u05e0\\\\u05d9_\\\\u05e9\\\\u05dc\\\\u05d9\\\\u05e9\\\\u05d9_\\\\u05e8\\\\u05d1\\\\u05d9\\\\u05e2\\\\u05d9_\\\\u05d7\\\\u05de\\\\u05d9\\\\u05e9\\\\u05d9_\\\\u05e9\\\\u05d9\\\\u05e9\\\\u05d9_\\\\u05e9\\\\u05d1\\\\u05ea\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u05d0\\\\u05f3_\\\\u05d1\\\\u05f3_\\\\u05d2\\\\u05f3_\\\\u05d3\\\\u05f3_\\\\u05d4\\\\u05f3_\\\\u05d5\\\\u05f3_\\\\u05e9\\\\u05f3\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u05d0_\\\\u05d1_\\\\u05d2_\\\\u05d3_\\\\u05d4_\\\\u05d5_\\\\u05e9\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D [\\\\u05d1]MMMM YYYY\\\",LLL:\\\"D [\\\\u05d1]MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D [\\\\u05d1]MMMM YYYY HH:mm\\\",l:\\\"D/M/YYYY\\\",ll:\\\"D MMM YYYY\\\",lll:\\\"D MMM YYYY HH:mm\\\",llll:\\\"ddd, D MMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u05d4\\\\u05d9\\\\u05d5\\\\u05dd \\\\u05d1\\\\u05be]LT\\\",nextDay:\\\"[\\\\u05de\\\\u05d7\\\\u05e8 \\\\u05d1\\\\u05be]LT\\\",nextWeek:\\\"dddd [\\\\u05d1\\\\u05e9\\\\u05e2\\\\u05d4] LT\\\",lastDay:\\\"[\\\\u05d0\\\\u05ea\\\\u05de\\\\u05d5\\\\u05dc \\\\u05d1\\\\u05be]LT\\\",lastWeek:\\\"[\\\\u05d1\\\\u05d9\\\\u05d5\\\\u05dd] dddd [\\\\u05d4\\\\u05d0\\\\u05d7\\\\u05e8\\\\u05d5\\\\u05df \\\\u05d1\\\\u05e9\\\\u05e2\\\\u05d4] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u05d1\\\\u05e2\\\\u05d5\\\\u05d3 %s\\\",past:\\\"\\\\u05dc\\\\u05e4\\\\u05e0\\\\u05d9 %s\\\",s:\\\"\\\\u05de\\\\u05e1\\\\u05e4\\\\u05e8 \\\\u05e9\\\\u05e0\\\\u05d9\\\\u05d5\\\\u05ea\\\",ss:\\\"%d \\\\u05e9\\\\u05e0\\\\u05d9\\\\u05d5\\\\u05ea\\\",m:\\\"\\\\u05d3\\\\u05e7\\\\u05d4\\\",mm:\\\"%d \\\\u05d3\\\\u05e7\\\\u05d5\\\\u05ea\\\",h:\\\"\\\\u05e9\\\\u05e2\\\\u05d4\\\",hh:function(e){return 2===e?\\\"\\\\u05e9\\\\u05e2\\\\u05ea\\\\u05d9\\\\u05d9\\\\u05dd\\\":e+\\\" \\\\u05e9\\\\u05e2\\\\u05d5\\\\u05ea\\\"},d:\\\"\\\\u05d9\\\\u05d5\\\\u05dd\\\",dd:function(e){return 2===e?\\\"\\\\u05d9\\\\u05d5\\\\u05de\\\\u05d9\\\\u05d9\\\\u05dd\\\":e+\\\" \\\\u05d9\\\\u05de\\\\u05d9\\\\u05dd\\\"},M:\\\"\\\\u05d7\\\\u05d5\\\\u05d3\\\\u05e9\\\",MM:function(e){return 2===e?\\\"\\\\u05d7\\\\u05d5\\\\u05d3\\\\u05e9\\\\u05d9\\\\u05d9\\\\u05dd\\\":e+\\\" \\\\u05d7\\\\u05d5\\\\u05d3\\\\u05e9\\\\u05d9\\\\u05dd\\\"},y:\\\"\\\\u05e9\\\\u05e0\\\\u05d4\\\",yy:function(e){return 2===e?\\\"\\\\u05e9\\\\u05e0\\\\u05ea\\\\u05d9\\\\u05d9\\\\u05dd\\\":e%10==0&&10!==e?e+\\\" \\\\u05e9\\\\u05e0\\\\u05d4\\\":e+\\\" \\\\u05e9\\\\u05e0\\\\u05d9\\\\u05dd\\\"}},meridiemParse:/\\\\u05d0\\\\u05d7\\\\u05d4\\\"\\\\u05e6|\\\\u05dc\\\\u05e4\\\\u05e0\\\\u05d4\\\"\\\\u05e6|\\\\u05d0\\\\u05d7\\\\u05e8\\\\u05d9 \\\\u05d4\\\\u05e6\\\\u05d4\\\\u05e8\\\\u05d9\\\\u05d9\\\\u05dd|\\\\u05dc\\\\u05e4\\\\u05e0\\\\u05d9 \\\\u05d4\\\\u05e6\\\\u05d4\\\\u05e8\\\\u05d9\\\\u05d9\\\\u05dd|\\\\u05dc\\\\u05e4\\\\u05e0\\\\u05d5\\\\u05ea \\\\u05d1\\\\u05d5\\\\u05e7\\\\u05e8|\\\\u05d1\\\\u05d1\\\\u05d5\\\\u05e7\\\\u05e8|\\\\u05d1\\\\u05e2\\\\u05e8\\\\u05d1/i,isPM:function(e){return/^(\\\\u05d0\\\\u05d7\\\\u05d4\\\"\\\\u05e6|\\\\u05d0\\\\u05d7\\\\u05e8\\\\u05d9 \\\\u05d4\\\\u05e6\\\\u05d4\\\\u05e8\\\\u05d9\\\\u05d9\\\\u05dd|\\\\u05d1\\\\u05e2\\\\u05e8\\\\u05d1)$/.test(e)},meridiem:function(e,a,t){return e\u003C5?\\\"\\\\u05dc\\\\u05e4\\\\u05e0\\\\u05d5\\\\u05ea \\\\u05d1\\\\u05d5\\\\u05e7\\\\u05e8\\\":e\u003C10?\\\"\\\\u05d1\\\\u05d1\\\\u05d5\\\\u05e7\\\\u05e8\\\":e\u003C12?t?'\\\\u05dc\\\\u05e4\\\\u05e0\\\\u05d4\\\"\\\\u05e6':\\\"\\\\u05dc\\\\u05e4\\\\u05e0\\\\u05d9 \\\\u05d4\\\\u05e6\\\\u05d4\\\\u05e8\\\\u05d9\\\\u05d9\\\\u05dd\\\":e\u003C18?t?'\\\\u05d0\\\\u05d7\\\\u05d4\\\"\\\\u05e6':\\\"\\\\u05d0\\\\u05d7\\\\u05e8\\\\u05d9 \\\\u05d4\\\\u05e6\\\\u05d4\\\\u05e8\\\\u05d9\\\\u05d9\\\\u05dd\\\":\\\"\\\\u05d1\\\\u05e2\\\\u05e8\\\\u05d1\\\"}});var $s={1:\\\"\\\\u0967\\\",2:\\\"\\\\u0968\\\",3:\\\"\\\\u0969\\\",4:\\\"\\\\u096a\\\",5:\\\"\\\\u096b\\\",6:\\\"\\\\u096c\\\",7:\\\"\\\\u096d\\\",8:\\\"\\\\u096e\\\",9:\\\"\\\\u096f\\\",0:\\\"\\\\u0966\\\"},Bs={\\\"\\\\u0967\\\":\\\"1\\\",\\\"\\\\u0968\\\":\\\"2\\\",\\\"\\\\u0969\\\":\\\"3\\\",\\\"\\\\u096a\\\":\\\"4\\\",\\\"\\\\u096b\\\":\\\"5\\\",\\\"\\\\u096c\\\":\\\"6\\\",\\\"\\\\u096d\\\":\\\"7\\\",\\\"\\\\u096e\\\":\\\"8\\\",\\\"\\\\u096f\\\":\\\"9\\\",\\\"\\\\u0966\\\":\\\"0\\\"};function qs(e,a,t){var s=e+\\\" \\\";switch(t){case\\\"ss\\\":return s+=1===e?\\\"sekunda\\\":2===e||3===e||4===e?\\\"sekunde\\\":\\\"sekundi\\\";case\\\"m\\\":return a?\\\"jedna minuta\\\":\\\"jedne minute\\\";case\\\"mm\\\":return s+=1===e?\\\"minuta\\\":2===e||3===e||4===e?\\\"minute\\\":\\\"minuta\\\";case\\\"h\\\":return a?\\\"jedan sat\\\":\\\"jednog sata\\\";case\\\"hh\\\":return s+=1===e?\\\"sat\\\":2===e||3===e||4===e?\\\"sata\\\":\\\"sati\\\";case\\\"dd\\\":return s+=1===e?\\\"dan\\\":\\\"dana\\\";case\\\"MM\\\":return s+=1===e?\\\"mjesec\\\":2===e||3===e||4===e?\\\"mjeseca\\\":\\\"mjeseci\\\";case\\\"yy\\\":return s+=1===e?\\\"godina\\\":2===e||3===e||4===e?\\\"godine\\\":\\\"godina\\\"}}l.defineLocale(\\\"hi\\\",{months:\\\"\\\\u091c\\\\u0928\\\\u0935\\\\u0930\\\\u0940_\\\\u092b\\\\u093c\\\\u0930\\\\u0935\\\\u0930\\\\u0940_\\\\u092e\\\\u093e\\\\u0930\\\\u094d\\\\u091a_\\\\u0905\\\\u092a\\\\u094d\\\\u0930\\\\u0948\\\\u0932_\\\\u092e\\\\u0908_\\\\u091c\\\\u0942\\\\u0928_\\\\u091c\\\\u0941\\\\u0932\\\\u093e\\\\u0908_\\\\u0905\\\\u0917\\\\u0938\\\\u094d\\\\u0924_\\\\u0938\\\\u093f\\\\u0924\\\\u092e\\\\u094d\\\\u092c\\\\u0930_\\\\u0905\\\\u0915\\\\u094d\\\\u091f\\\\u0942\\\\u092c\\\\u0930_\\\\u0928\\\\u0935\\\\u092e\\\\u094d\\\\u092c\\\\u0930_\\\\u0926\\\\u093f\\\\u0938\\\\u092e\\\\u094d\\\\u092c\\\\u0930\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u091c\\\\u0928._\\\\u092b\\\\u093c\\\\u0930._\\\\u092e\\\\u093e\\\\u0930\\\\u094d\\\\u091a_\\\\u0905\\\\u092a\\\\u094d\\\\u0930\\\\u0948._\\\\u092e\\\\u0908_\\\\u091c\\\\u0942\\\\u0928_\\\\u091c\\\\u0941\\\\u0932._\\\\u0905\\\\u0917._\\\\u0938\\\\u093f\\\\u0924._\\\\u0905\\\\u0915\\\\u094d\\\\u091f\\\\u0942._\\\\u0928\\\\u0935._\\\\u0926\\\\u093f\\\\u0938.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0930\\\\u0935\\\\u093f\\\\u0935\\\\u093e\\\\u0930_\\\\u0938\\\\u094b\\\\u092e\\\\u0935\\\\u093e\\\\u0930_\\\\u092e\\\\u0902\\\\u0917\\\\u0932\\\\u0935\\\\u093e\\\\u0930_\\\\u092c\\\\u0941\\\\u0927\\\\u0935\\\\u093e\\\\u0930_\\\\u0917\\\\u0941\\\\u0930\\\\u0942\\\\u0935\\\\u093e\\\\u0930_\\\\u0936\\\\u0941\\\\u0915\\\\u094d\\\\u0930\\\\u0935\\\\u093e\\\\u0930_\\\\u0936\\\\u0928\\\\u093f\\\\u0935\\\\u093e\\\\u0930\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0930\\\\u0935\\\\u093f_\\\\u0938\\\\u094b\\\\u092e_\\\\u092e\\\\u0902\\\\u0917\\\\u0932_\\\\u092c\\\\u0941\\\\u0927_\\\\u0917\\\\u0941\\\\u0930\\\\u0942_\\\\u0936\\\\u0941\\\\u0915\\\\u094d\\\\u0930_\\\\u0936\\\\u0928\\\\u093f\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0930_\\\\u0938\\\\u094b_\\\\u092e\\\\u0902_\\\\u092c\\\\u0941_\\\\u0917\\\\u0941_\\\\u0936\\\\u0941_\\\\u0936\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm \\\\u092c\\\\u091c\\\\u0947\\\",LTS:\\\"A h:mm:ss \\\\u092c\\\\u091c\\\\u0947\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm \\\\u092c\\\\u091c\\\\u0947\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm \\\\u092c\\\\u091c\\\\u0947\\\"},calendar:{sameDay:\\\"[\\\\u0906\\\\u091c] LT\\\",nextDay:\\\"[\\\\u0915\\\\u0932] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0915\\\\u0932] LT\\\",lastWeek:\\\"[\\\\u092a\\\\u093f\\\\u091b\\\\u0932\\\\u0947] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u092e\\\\u0947\\\\u0902\\\",past:\\\"%s \\\\u092a\\\\u0939\\\\u0932\\\\u0947\\\",s:\\\"\\\\u0915\\\\u0941\\\\u091b \\\\u0939\\\\u0940 \\\\u0915\\\\u094d\\\\u0937\\\\u0923\\\",ss:\\\"%d \\\\u0938\\\\u0947\\\\u0915\\\\u0902\\\\u0921\\\",m:\\\"\\\\u090f\\\\u0915 \\\\u092e\\\\u093f\\\\u0928\\\\u091f\\\",mm:\\\"%d \\\\u092e\\\\u093f\\\\u0928\\\\u091f\\\",h:\\\"\\\\u090f\\\\u0915 \\\\u0918\\\\u0902\\\\u091f\\\\u093e\\\",hh:\\\"%d \\\\u0918\\\\u0902\\\\u091f\\\\u0947\\\",d:\\\"\\\\u090f\\\\u0915 \\\\u0926\\\\u093f\\\\u0928\\\",dd:\\\"%d \\\\u0926\\\\u093f\\\\u0928\\\",M:\\\"\\\\u090f\\\\u0915 \\\\u092e\\\\u0939\\\\u0940\\\\u0928\\\\u0947\\\",MM:\\\"%d \\\\u092e\\\\u0939\\\\u0940\\\\u0928\\\\u0947\\\",y:\\\"\\\\u090f\\\\u0915 \\\\u0935\\\\u0930\\\\u094d\\\\u0937\\\",yy:\\\"%d \\\\u0935\\\\u0930\\\\u094d\\\\u0937\\\"},preparse:function(e){return e.replace(/[\\\\u0967\\\\u0968\\\\u0969\\\\u096a\\\\u096b\\\\u096c\\\\u096d\\\\u096e\\\\u096f\\\\u0966]/g,function(e){return Bs[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return $s[e]})},meridiemParse:/\\\\u0930\\\\u093e\\\\u0924|\\\\u0938\\\\u0941\\\\u092c\\\\u0939|\\\\u0926\\\\u094b\\\\u092a\\\\u0939\\\\u0930|\\\\u0936\\\\u093e\\\\u092e/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0930\\\\u093e\\\\u0924\\\"===a?e\u003C4?e:e+12:\\\"\\\\u0938\\\\u0941\\\\u092c\\\\u0939\\\"===a?e:\\\"\\\\u0926\\\\u094b\\\\u092a\\\\u0939\\\\u0930\\\"===a?10\u003C=e?e:e+12:\\\"\\\\u0936\\\\u093e\\\\u092e\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0930\\\\u093e\\\\u0924\\\":e\u003C10?\\\"\\\\u0938\\\\u0941\\\\u092c\\\\u0939\\\":e\u003C17?\\\"\\\\u0926\\\\u094b\\\\u092a\\\\u0939\\\\u0930\\\":e\u003C20?\\\"\\\\u0936\\\\u093e\\\\u092e\\\":\\\"\\\\u0930\\\\u093e\\\\u0924\\\"},week:{dow:0,doy:6}}),l.defineLocale(\\\"hr\\\",{months:{format:\\\"sije\\\\u010dnja_velja\\\\u010de_o\\\\u017eujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca\\\".split(\\\"_\\\"),standalone:\\\"sije\\\\u010danj_velja\\\\u010da_o\\\\u017eujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac\\\".split(\\\"_\\\")},monthsShort:\\\"sij._velj._o\\\\u017eu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"nedjelja_ponedjeljak_utorak_srijeda_\\\\u010detvrtak_petak_subota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ned._pon._uto._sri._\\\\u010det._pet._sub.\\\".split(\\\"_\\\"),weekdaysMin:\\\"ne_po_ut_sr_\\\\u010de_pe_su\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[danas u] LT\\\",nextDay:\\\"[sutra u] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[u] [nedjelju] [u] LT\\\";case 3:return\\\"[u] [srijedu] [u] LT\\\";case 6:return\\\"[u] [subotu] [u] LT\\\";case 1:case 2:case 4:case 5:return\\\"[u] dddd [u] LT\\\"}},lastDay:\\\"[ju\\\\u010der u] LT\\\",lastWeek:function(){switch(this.day()){case 0:case 3:return\\\"[pro\\\\u0161lu] dddd [u] LT\\\";case 6:return\\\"[pro\\\\u0161le] [subote] [u] LT\\\";case 1:case 2:case 4:case 5:return\\\"[pro\\\\u0161li] dddd [u] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"za %s\\\",past:\\\"prije %s\\\",s:\\\"par sekundi\\\",ss:qs,m:qs,mm:qs,h:qs,hh:qs,d:\\\"dan\\\",dd:qs,M:\\\"mjesec\\\",MM:qs,y:\\\"godinu\\\",yy:qs},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:7}});var Qs=\\\"vas\\\\xe1rnap h\\\\xe9tf\\\\u0151n kedden szerd\\\\xe1n cs\\\\xfct\\\\xf6rt\\\\xf6k\\\\xf6n p\\\\xe9nteken szombaton\\\".split(\\\" \\\");function Xs(e,a,t,s){var n=e;switch(t){case\\\"s\\\":return s||a?\\\"n\\\\xe9h\\\\xe1ny m\\\\xe1sodperc\\\":\\\"n\\\\xe9h\\\\xe1ny m\\\\xe1sodperce\\\";case\\\"ss\\\":return n+(s||a)?\\\" m\\\\xe1sodperc\\\":\\\" m\\\\xe1sodperce\\\";case\\\"m\\\":return\\\"egy\\\"+(s||a?\\\" perc\\\":\\\" perce\\\");case\\\"mm\\\":return n+(s||a?\\\" perc\\\":\\\" perce\\\");case\\\"h\\\":return\\\"egy\\\"+(s||a?\\\" \\\\xf3ra\\\":\\\" \\\\xf3r\\\\xe1ja\\\");case\\\"hh\\\":return n+(s||a?\\\" \\\\xf3ra\\\":\\\" \\\\xf3r\\\\xe1ja\\\");case\\\"d\\\":return\\\"egy\\\"+(s||a?\\\" nap\\\":\\\" napja\\\");case\\\"dd\\\":return n+(s||a?\\\" nap\\\":\\\" napja\\\");case\\\"M\\\":return\\\"egy\\\"+(s||a?\\\" h\\\\xf3nap\\\":\\\" h\\\\xf3napja\\\");case\\\"MM\\\":return n+(s||a?\\\" h\\\\xf3nap\\\":\\\" h\\\\xf3napja\\\");case\\\"y\\\":return\\\"egy\\\"+(s||a?\\\" \\\\xe9v\\\":\\\" \\\\xe9ve\\\");case\\\"yy\\\":return n+(s||a?\\\" \\\\xe9v\\\":\\\" \\\\xe9ve\\\")}return\\\"\\\"}function en(e){return(e?\\\"\\\":\\\"[m\\\\xfalt] \\\")+\\\"[\\\"+Qs[this.day()]+\\\"] LT[-kor]\\\"}function an(e){return e%100==11||e%10!=1}function tn(e,a,t,s){var n=e+\\\" \\\";switch(t){case\\\"s\\\":return a||s?\\\"nokkrar sek\\\\xfandur\\\":\\\"nokkrum sek\\\\xfandum\\\";case\\\"ss\\\":return an(e)?n+(a||s?\\\"sek\\\\xfandur\\\":\\\"sek\\\\xfandum\\\"):n+\\\"sek\\\\xfanda\\\";case\\\"m\\\":return a?\\\"m\\\\xedn\\\\xfata\\\":\\\"m\\\\xedn\\\\xfatu\\\";case\\\"mm\\\":return an(e)?n+(a||s?\\\"m\\\\xedn\\\\xfatur\\\":\\\"m\\\\xedn\\\\xfatum\\\"):a?n+\\\"m\\\\xedn\\\\xfata\\\":n+\\\"m\\\\xedn\\\\xfatu\\\";case\\\"hh\\\":return an(e)?n+(a||s?\\\"klukkustundir\\\":\\\"klukkustundum\\\"):n+\\\"klukkustund\\\";case\\\"d\\\":return a?\\\"dagur\\\":s?\\\"dag\\\":\\\"degi\\\";case\\\"dd\\\":return an(e)?a?n+\\\"dagar\\\":n+(s?\\\"daga\\\":\\\"d\\\\xf6gum\\\"):a?n+\\\"dagur\\\":n+(s?\\\"dag\\\":\\\"degi\\\");case\\\"M\\\":return a?\\\"m\\\\xe1nu\\\\xf0ur\\\":s?\\\"m\\\\xe1nu\\\\xf0\\\":\\\"m\\\\xe1nu\\\\xf0i\\\";case\\\"MM\\\":return an(e)?a?n+\\\"m\\\\xe1nu\\\\xf0ir\\\":n+(s?\\\"m\\\\xe1nu\\\\xf0i\\\":\\\"m\\\\xe1nu\\\\xf0um\\\"):a?n+\\\"m\\\\xe1nu\\\\xf0ur\\\":n+(s?\\\"m\\\\xe1nu\\\\xf0\\\":\\\"m\\\\xe1nu\\\\xf0i\\\");case\\\"y\\\":return a||s?\\\"\\\\xe1r\\\":\\\"\\\\xe1ri\\\";case\\\"yy\\\":return an(e)?n+(a||s?\\\"\\\\xe1r\\\":\\\"\\\\xe1rum\\\"):n+(a||s?\\\"\\\\xe1r\\\":\\\"\\\\xe1ri\\\")}}l.defineLocale(\\\"hu\\\",{months:\\\"janu\\\\xe1r_febru\\\\xe1r_m\\\\xe1rcius_\\\\xe1prilis_m\\\\xe1jus_j\\\\xfanius_j\\\\xfalius_augusztus_szeptember_okt\\\\xf3ber_november_december\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_m\\\\xe1rc_\\\\xe1pr_m\\\\xe1j_j\\\\xfan_j\\\\xfal_aug_szept_okt_nov_dec\\\".split(\\\"_\\\"),weekdays:\\\"vas\\\\xe1rnap_h\\\\xe9tf\\\\u0151_kedd_szerda_cs\\\\xfct\\\\xf6rt\\\\xf6k_p\\\\xe9ntek_szombat\\\".split(\\\"_\\\"),weekdaysShort:\\\"vas_h\\\\xe9t_kedd_sze_cs\\\\xfct_p\\\\xe9n_szo\\\".split(\\\"_\\\"),weekdaysMin:\\\"v_h_k_sze_cs_p_szo\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"YYYY.MM.DD.\\\",LL:\\\"YYYY. MMMM D.\\\",LLL:\\\"YYYY. MMMM D. H:mm\\\",LLLL:\\\"YYYY. MMMM D., dddd H:mm\\\"},meridiemParse:/de|du/i,isPM:function(e){return\\\"u\\\"===e.charAt(1).toLowerCase()},meridiem:function(e,a,t){return e\u003C12?!0===t?\\\"de\\\":\\\"DE\\\":!0===t?\\\"du\\\":\\\"DU\\\"},calendar:{sameDay:\\\"[ma] LT[-kor]\\\",nextDay:\\\"[holnap] LT[-kor]\\\",nextWeek:function(){return en.call(this,!0)},lastDay:\\\"[tegnap] LT[-kor]\\\",lastWeek:function(){return en.call(this,!1)},sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s m\\\\xfalva\\\",past:\\\"%s\\\",s:Xs,ss:Xs,m:Xs,mm:Xs,h:Xs,hh:Xs,d:Xs,dd:Xs,M:Xs,MM:Xs,y:Xs,yy:Xs},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"hy-am\\\",{months:{format:\\\"\\\\u0570\\\\u0578\\\\u0582\\\\u0576\\\\u057e\\\\u0561\\\\u0580\\\\u056b_\\\\u0583\\\\u0565\\\\u057f\\\\u0580\\\\u057e\\\\u0561\\\\u0580\\\\u056b_\\\\u0574\\\\u0561\\\\u0580\\\\u057f\\\\u056b_\\\\u0561\\\\u057a\\\\u0580\\\\u056b\\\\u056c\\\\u056b_\\\\u0574\\\\u0561\\\\u0575\\\\u056b\\\\u057d\\\\u056b_\\\\u0570\\\\u0578\\\\u0582\\\\u0576\\\\u056b\\\\u057d\\\\u056b_\\\\u0570\\\\u0578\\\\u0582\\\\u056c\\\\u056b\\\\u057d\\\\u056b_\\\\u0585\\\\u0563\\\\u0578\\\\u057d\\\\u057f\\\\u0578\\\\u057d\\\\u056b_\\\\u057d\\\\u0565\\\\u057a\\\\u057f\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580\\\\u056b_\\\\u0570\\\\u0578\\\\u056f\\\\u057f\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580\\\\u056b_\\\\u0576\\\\u0578\\\\u0575\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580\\\\u056b_\\\\u0564\\\\u0565\\\\u056f\\\\u057f\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580\\\\u056b\\\".split(\\\"_\\\"),standalone:\\\"\\\\u0570\\\\u0578\\\\u0582\\\\u0576\\\\u057e\\\\u0561\\\\u0580_\\\\u0583\\\\u0565\\\\u057f\\\\u0580\\\\u057e\\\\u0561\\\\u0580_\\\\u0574\\\\u0561\\\\u0580\\\\u057f_\\\\u0561\\\\u057a\\\\u0580\\\\u056b\\\\u056c_\\\\u0574\\\\u0561\\\\u0575\\\\u056b\\\\u057d_\\\\u0570\\\\u0578\\\\u0582\\\\u0576\\\\u056b\\\\u057d_\\\\u0570\\\\u0578\\\\u0582\\\\u056c\\\\u056b\\\\u057d_\\\\u0585\\\\u0563\\\\u0578\\\\u057d\\\\u057f\\\\u0578\\\\u057d_\\\\u057d\\\\u0565\\\\u057a\\\\u057f\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580_\\\\u0570\\\\u0578\\\\u056f\\\\u057f\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580_\\\\u0576\\\\u0578\\\\u0575\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580_\\\\u0564\\\\u0565\\\\u056f\\\\u057f\\\\u0565\\\\u0574\\\\u0562\\\\u0565\\\\u0580\\\".split(\\\"_\\\")},monthsShort:\\\"\\\\u0570\\\\u0576\\\\u057e_\\\\u0583\\\\u057f\\\\u0580_\\\\u0574\\\\u0580\\\\u057f_\\\\u0561\\\\u057a\\\\u0580_\\\\u0574\\\\u0575\\\\u057d_\\\\u0570\\\\u0576\\\\u057d_\\\\u0570\\\\u056c\\\\u057d_\\\\u0585\\\\u0563\\\\u057d_\\\\u057d\\\\u057a\\\\u057f_\\\\u0570\\\\u056f\\\\u057f_\\\\u0576\\\\u0574\\\\u0562_\\\\u0564\\\\u056f\\\\u057f\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u056f\\\\u056b\\\\u0580\\\\u0561\\\\u056f\\\\u056b_\\\\u0565\\\\u0580\\\\u056f\\\\u0578\\\\u0582\\\\u0577\\\\u0561\\\\u0562\\\\u0569\\\\u056b_\\\\u0565\\\\u0580\\\\u0565\\\\u0584\\\\u0577\\\\u0561\\\\u0562\\\\u0569\\\\u056b_\\\\u0579\\\\u0578\\\\u0580\\\\u0565\\\\u0584\\\\u0577\\\\u0561\\\\u0562\\\\u0569\\\\u056b_\\\\u0570\\\\u056b\\\\u0576\\\\u0563\\\\u0577\\\\u0561\\\\u0562\\\\u0569\\\\u056b_\\\\u0578\\\\u0582\\\\u0580\\\\u0562\\\\u0561\\\\u0569_\\\\u0577\\\\u0561\\\\u0562\\\\u0561\\\\u0569\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u056f\\\\u0580\\\\u056f_\\\\u0565\\\\u0580\\\\u056f_\\\\u0565\\\\u0580\\\\u0584_\\\\u0579\\\\u0580\\\\u0584_\\\\u0570\\\\u0576\\\\u0563_\\\\u0578\\\\u0582\\\\u0580\\\\u0562_\\\\u0577\\\\u0562\\\\u0569\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u056f\\\\u0580\\\\u056f_\\\\u0565\\\\u0580\\\\u056f_\\\\u0565\\\\u0580\\\\u0584_\\\\u0579\\\\u0580\\\\u0584_\\\\u0570\\\\u0576\\\\u0563_\\\\u0578\\\\u0582\\\\u0580\\\\u0562_\\\\u0577\\\\u0562\\\\u0569\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY \\\\u0569.\\\",LLL:\\\"D MMMM YYYY \\\\u0569., HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY \\\\u0569., HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0561\\\\u0575\\\\u057d\\\\u0585\\\\u0580] LT\\\",nextDay:\\\"[\\\\u057e\\\\u0561\\\\u0572\\\\u0568] LT\\\",lastDay:\\\"[\\\\u0565\\\\u0580\\\\u0565\\\\u056f] LT\\\",nextWeek:function(){return\\\"dddd [\\\\u0585\\\\u0580\\\\u0568 \\\\u056a\\\\u0561\\\\u0574\\\\u0568] LT\\\"},lastWeek:function(){return\\\"[\\\\u0561\\\\u0576\\\\u0581\\\\u0561\\\\u056e] dddd [\\\\u0585\\\\u0580\\\\u0568 \\\\u056a\\\\u0561\\\\u0574\\\\u0568] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0570\\\\u0565\\\\u057f\\\\u0578\\\",past:\\\"%s \\\\u0561\\\\u057c\\\\u0561\\\\u057b\\\",s:\\\"\\\\u0574\\\\u056b \\\\u0584\\\\u0561\\\\u0576\\\\u056b \\\\u057e\\\\u0561\\\\u0575\\\\u0580\\\\u056f\\\\u0575\\\\u0561\\\\u0576\\\",ss:\\\"%d \\\\u057e\\\\u0561\\\\u0575\\\\u0580\\\\u056f\\\\u0575\\\\u0561\\\\u0576\\\",m:\\\"\\\\u0580\\\\u0578\\\\u057a\\\\u0565\\\",mm:\\\"%d \\\\u0580\\\\u0578\\\\u057a\\\\u0565\\\",h:\\\"\\\\u056a\\\\u0561\\\\u0574\\\",hh:\\\"%d \\\\u056a\\\\u0561\\\\u0574\\\",d:\\\"\\\\u0585\\\\u0580\\\",dd:\\\"%d \\\\u0585\\\\u0580\\\",M:\\\"\\\\u0561\\\\u0574\\\\u056b\\\\u057d\\\",MM:\\\"%d \\\\u0561\\\\u0574\\\\u056b\\\\u057d\\\",y:\\\"\\\\u057f\\\\u0561\\\\u0580\\\\u056b\\\",yy:\\\"%d \\\\u057f\\\\u0561\\\\u0580\\\\u056b\\\"},meridiemParse:/\\\\u0563\\\\u056b\\\\u0577\\\\u0565\\\\u0580\\\\u057e\\\\u0561|\\\\u0561\\\\u057c\\\\u0561\\\\u057e\\\\u0578\\\\u057f\\\\u057e\\\\u0561|\\\\u0581\\\\u0565\\\\u0580\\\\u0565\\\\u056f\\\\u057e\\\\u0561|\\\\u0565\\\\u0580\\\\u0565\\\\u056f\\\\u0578\\\\u0575\\\\u0561\\\\u0576/,isPM:function(e){return/^(\\\\u0581\\\\u0565\\\\u0580\\\\u0565\\\\u056f\\\\u057e\\\\u0561|\\\\u0565\\\\u0580\\\\u0565\\\\u056f\\\\u0578\\\\u0575\\\\u0561\\\\u0576)$/.test(e)},meridiem:function(e){return e\u003C4?\\\"\\\\u0563\\\\u056b\\\\u0577\\\\u0565\\\\u0580\\\\u057e\\\\u0561\\\":e\u003C12?\\\"\\\\u0561\\\\u057c\\\\u0561\\\\u057e\\\\u0578\\\\u057f\\\\u057e\\\\u0561\\\":e\u003C17?\\\"\\\\u0581\\\\u0565\\\\u0580\\\\u0565\\\\u056f\\\\u057e\\\\u0561\\\":\\\"\\\\u0565\\\\u0580\\\\u0565\\\\u056f\\\\u0578\\\\u0575\\\\u0561\\\\u0576\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}|\\\\d{1,2}-(\\\\u056b\\\\u0576|\\\\u0580\\\\u0564)/,ordinal:function(e,a){switch(a){case\\\"DDD\\\":case\\\"w\\\":case\\\"W\\\":case\\\"DDDo\\\":return 1===e?e+\\\"-\\\\u056b\\\\u0576\\\":e+\\\"-\\\\u0580\\\\u0564\\\";default:return e}},week:{dow:1,doy:7}}),l.defineLocale(\\\"id\\\",{months:\\\"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des\\\".split(\\\"_\\\"),weekdays:\\\"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu\\\".split(\\\"_\\\"),weekdaysShort:\\\"Min_Sen_Sel_Rab_Kam_Jum_Sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"Mg_Sn_Sl_Rb_Km_Jm_Sb\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH.mm\\\",LTS:\\\"HH.mm.ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY [pukul] HH.mm\\\",LLLL:\\\"dddd, D MMMM YYYY [pukul] HH.mm\\\"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"pagi\\\"===a?e:\\\"siang\\\"===a?11\u003C=e?e:e+12:\\\"sore\\\"===a||\\\"malam\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C11?\\\"pagi\\\":e\u003C15?\\\"siang\\\":e\u003C19?\\\"sore\\\":\\\"malam\\\"},calendar:{sameDay:\\\"[Hari ini pukul] LT\\\",nextDay:\\\"[Besok pukul] LT\\\",nextWeek:\\\"dddd [pukul] LT\\\",lastDay:\\\"[Kemarin pukul] LT\\\",lastWeek:\\\"dddd [lalu pukul] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"dalam %s\\\",past:\\\"%s yang lalu\\\",s:\\\"beberapa detik\\\",ss:\\\"%d detik\\\",m:\\\"semenit\\\",mm:\\\"%d menit\\\",h:\\\"sejam\\\",hh:\\\"%d jam\\\",d:\\\"sehari\\\",dd:\\\"%d hari\\\",M:\\\"sebulan\\\",MM:\\\"%d bulan\\\",y:\\\"setahun\\\",yy:\\\"%d tahun\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"is\\\",{months:\\\"jan\\\\xfaar_febr\\\\xfaar_mars_apr\\\\xedl_ma\\\\xed_j\\\\xfan\\\\xed_j\\\\xfal\\\\xed_\\\\xe1g\\\\xfast_september_okt\\\\xf3ber_n\\\\xf3vember_desember\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_mar_apr_ma\\\\xed_j\\\\xfan_j\\\\xfal_\\\\xe1g\\\\xfa_sep_okt_n\\\\xf3v_des\\\".split(\\\"_\\\"),weekdays:\\\"sunnudagur_m\\\\xe1nudagur_\\\\xferi\\\\xf0judagur_mi\\\\xf0vikudagur_fimmtudagur_f\\\\xf6studagur_laugardagur\\\".split(\\\"_\\\"),weekdaysShort:\\\"sun_m\\\\xe1n_\\\\xferi_mi\\\\xf0_fim_f\\\\xf6s_lau\\\".split(\\\"_\\\"),weekdaysMin:\\\"Su_M\\\\xe1_\\\\xder_Mi_Fi_F\\\\xf6_La\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY [kl.] H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY [kl.] H:mm\\\"},calendar:{sameDay:\\\"[\\\\xed dag kl.] LT\\\",nextDay:\\\"[\\\\xe1 morgun kl.] LT\\\",nextWeek:\\\"dddd [kl.] LT\\\",lastDay:\\\"[\\\\xed g\\\\xe6r kl.] LT\\\",lastWeek:\\\"[s\\\\xed\\\\xf0asta] dddd [kl.] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"eftir %s\\\",past:\\\"fyrir %s s\\\\xed\\\\xf0an\\\",s:tn,ss:tn,m:tn,mm:tn,h:\\\"klukkustund\\\",hh:tn,d:tn,dd:tn,M:tn,MM:tn,y:tn,yy:tn},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"it-ch\\\",{months:\\\"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre\\\".split(\\\"_\\\"),monthsShort:\\\"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic\\\".split(\\\"_\\\"),weekdays:\\\"domenica_luned\\\\xec_marted\\\\xec_mercoled\\\\xec_gioved\\\\xec_venerd\\\\xec_sabato\\\".split(\\\"_\\\"),weekdaysShort:\\\"dom_lun_mar_mer_gio_ven_sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"do_lu_ma_me_gi_ve_sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Oggi alle] LT\\\",nextDay:\\\"[Domani alle] LT\\\",nextWeek:\\\"dddd [alle] LT\\\",lastDay:\\\"[Ieri alle] LT\\\",lastWeek:function(){switch(this.day()){case 0:return\\\"[la scorsa] dddd [alle] LT\\\";default:return\\\"[lo scorso] dddd [alle] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?\\\"tra\\\":\\\"in\\\")+\\\" \\\"+e},past:\\\"%s fa\\\",s:\\\"alcuni secondi\\\",ss:\\\"%d secondi\\\",m:\\\"un minuto\\\",mm:\\\"%d minuti\\\",h:\\\"un'ora\\\",hh:\\\"%d ore\\\",d:\\\"un giorno\\\",dd:\\\"%d giorni\\\",M:\\\"un mese\\\",MM:\\\"%d mesi\\\",y:\\\"un anno\\\",yy:\\\"%d anni\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"it\\\",{months:\\\"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre\\\".split(\\\"_\\\"),monthsShort:\\\"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic\\\".split(\\\"_\\\"),weekdays:\\\"domenica_luned\\\\xec_marted\\\\xec_mercoled\\\\xec_gioved\\\\xec_venerd\\\\xec_sabato\\\".split(\\\"_\\\"),weekdaysShort:\\\"dom_lun_mar_mer_gio_ven_sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"do_lu_ma_me_gi_ve_sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Oggi alle] LT\\\",nextDay:\\\"[Domani alle] LT\\\",nextWeek:\\\"dddd [alle] LT\\\",lastDay:\\\"[Ieri alle] LT\\\",lastWeek:function(){switch(this.day()){case 0:return\\\"[la scorsa] dddd [alle] LT\\\";default:return\\\"[lo scorso] dddd [alle] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?\\\"tra\\\":\\\"in\\\")+\\\" \\\"+e},past:\\\"%s fa\\\",s:\\\"alcuni secondi\\\",ss:\\\"%d secondi\\\",m:\\\"un minuto\\\",mm:\\\"%d minuti\\\",h:\\\"un'ora\\\",hh:\\\"%d ore\\\",d:\\\"un giorno\\\",dd:\\\"%d giorni\\\",M:\\\"un mese\\\",MM:\\\"%d mesi\\\",y:\\\"un anno\\\",yy:\\\"%d anni\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"ja\\\",{months:\\\"\\\\u4e00\\\\u6708_\\\\u4e8c\\\\u6708_\\\\u4e09\\\\u6708_\\\\u56db\\\\u6708_\\\\u4e94\\\\u6708_\\\\u516d\\\\u6708_\\\\u4e03\\\\u6708_\\\\u516b\\\\u6708_\\\\u4e5d\\\\u6708_\\\\u5341\\\\u6708_\\\\u5341\\\\u4e00\\\\u6708_\\\\u5341\\\\u4e8c\\\\u6708\\\".split(\\\"_\\\"),monthsShort:\\\"1\\\\u6708_2\\\\u6708_3\\\\u6708_4\\\\u6708_5\\\\u6708_6\\\\u6708_7\\\\u6708_8\\\\u6708_9\\\\u6708_10\\\\u6708_11\\\\u6708_12\\\\u6708\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u65e5\\\\u66dc\\\\u65e5_\\\\u6708\\\\u66dc\\\\u65e5_\\\\u706b\\\\u66dc\\\\u65e5_\\\\u6c34\\\\u66dc\\\\u65e5_\\\\u6728\\\\u66dc\\\\u65e5_\\\\u91d1\\\\u66dc\\\\u65e5_\\\\u571f\\\\u66dc\\\\u65e5\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u65e5_\\\\u6708_\\\\u706b_\\\\u6c34_\\\\u6728_\\\\u91d1_\\\\u571f\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u65e5_\\\\u6708_\\\\u706b_\\\\u6c34_\\\\u6728_\\\\u91d1_\\\\u571f\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY/MM/DD\\\",LL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",LLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 HH:mm\\\",LLLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 dddd HH:mm\\\",l:\\\"YYYY/MM/DD\\\",ll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",lll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 HH:mm\\\",llll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5(ddd) HH:mm\\\"},meridiemParse:/\\\\u5348\\\\u524d|\\\\u5348\\\\u5f8c/i,isPM:function(e){return\\\"\\\\u5348\\\\u5f8c\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u5348\\\\u524d\\\":\\\"\\\\u5348\\\\u5f8c\\\"},calendar:{sameDay:\\\"[\\\\u4eca\\\\u65e5] LT\\\",nextDay:\\\"[\\\\u660e\\\\u65e5] LT\\\",nextWeek:function(e){return e.week()\u003Cthis.week()?\\\"[\\\\u6765\\\\u9031]dddd LT\\\":\\\"dddd LT\\\"},lastDay:\\\"[\\\\u6628\\\\u65e5] LT\\\",lastWeek:function(e){return this.week()\u003Ce.week()?\\\"[\\\\u5148\\\\u9031]dddd LT\\\":\\\"dddd LT\\\"},sameElse:\\\"L\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\u65e5/,ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"DDD\\\":return e+\\\"\\\\u65e5\\\";default:return e}},relativeTime:{future:\\\"%s\\\\u5f8c\\\",past:\\\"%s\\\\u524d\\\",s:\\\"\\\\u6570\\\\u79d2\\\",ss:\\\"%d\\\\u79d2\\\",m:\\\"1\\\\u5206\\\",mm:\\\"%d\\\\u5206\\\",h:\\\"1\\\\u6642\\\\u9593\\\",hh:\\\"%d\\\\u6642\\\\u9593\\\",d:\\\"1\\\\u65e5\\\",dd:\\\"%d\\\\u65e5\\\",M:\\\"1\\\\u30f6\\\\u6708\\\",MM:\\\"%d\\\\u30f6\\\\u6708\\\",y:\\\"1\\\\u5e74\\\",yy:\\\"%d\\\\u5e74\\\"}}),l.defineLocale(\\\"jv\\\",{months:\\\"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des\\\".split(\\\"_\\\"),weekdays:\\\"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu\\\".split(\\\"_\\\"),weekdaysShort:\\\"Min_Sen_Sel_Reb_Kem_Jem_Sep\\\".split(\\\"_\\\"),weekdaysMin:\\\"Mg_Sn_Sl_Rb_Km_Jm_Sp\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH.mm\\\",LTS:\\\"HH.mm.ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY [pukul] HH.mm\\\",LLLL:\\\"dddd, D MMMM YYYY [pukul] HH.mm\\\"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"enjing\\\"===a?e:\\\"siyang\\\"===a?11\u003C=e?e:e+12:\\\"sonten\\\"===a||\\\"ndalu\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C11?\\\"enjing\\\":e\u003C15?\\\"siyang\\\":e\u003C19?\\\"sonten\\\":\\\"ndalu\\\"},calendar:{sameDay:\\\"[Dinten puniko pukul] LT\\\",nextDay:\\\"[Mbenjang pukul] LT\\\",nextWeek:\\\"dddd [pukul] LT\\\",lastDay:\\\"[Kala wingi pukul] LT\\\",lastWeek:\\\"dddd [kepengker pukul] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"wonten ing %s\\\",past:\\\"%s ingkang kepengker\\\",s:\\\"sawetawis detik\\\",ss:\\\"%d detik\\\",m:\\\"setunggal menit\\\",mm:\\\"%d menit\\\",h:\\\"setunggal jam\\\",hh:\\\"%d jam\\\",d:\\\"sedinten\\\",dd:\\\"%d dinten\\\",M:\\\"sewulan\\\",MM:\\\"%d wulan\\\",y:\\\"setaun\\\",yy:\\\"%d taun\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"ka\\\",{months:{standalone:\\\"\\\\u10d8\\\\u10d0\\\\u10dc\\\\u10d5\\\\u10d0\\\\u10e0\\\\u10d8_\\\\u10d7\\\\u10d4\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10d5\\\\u10d0\\\\u10da\\\\u10d8_\\\\u10db\\\\u10d0\\\\u10e0\\\\u10e2\\\\u10d8_\\\\u10d0\\\\u10de\\\\u10e0\\\\u10d8\\\\u10da\\\\u10d8_\\\\u10db\\\\u10d0\\\\u10d8\\\\u10e1\\\\u10d8_\\\\u10d8\\\\u10d5\\\\u10dc\\\\u10d8\\\\u10e1\\\\u10d8_\\\\u10d8\\\\u10d5\\\\u10da\\\\u10d8\\\\u10e1\\\\u10d8_\\\\u10d0\\\\u10d2\\\\u10d5\\\\u10d8\\\\u10e1\\\\u10e2\\\\u10dd_\\\\u10e1\\\\u10d4\\\\u10e5\\\\u10e2\\\\u10d4\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10d8_\\\\u10dd\\\\u10e5\\\\u10e2\\\\u10dd\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10d8_\\\\u10dc\\\\u10dd\\\\u10d4\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10d8_\\\\u10d3\\\\u10d4\\\\u10d9\\\\u10d4\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10d8\\\".split(\\\"_\\\"),format:\\\"\\\\u10d8\\\\u10d0\\\\u10dc\\\\u10d5\\\\u10d0\\\\u10e0\\\\u10e1_\\\\u10d7\\\\u10d4\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10d5\\\\u10d0\\\\u10da\\\\u10e1_\\\\u10db\\\\u10d0\\\\u10e0\\\\u10e2\\\\u10e1_\\\\u10d0\\\\u10de\\\\u10e0\\\\u10d8\\\\u10da\\\\u10d8\\\\u10e1_\\\\u10db\\\\u10d0\\\\u10d8\\\\u10e1\\\\u10e1_\\\\u10d8\\\\u10d5\\\\u10dc\\\\u10d8\\\\u10e1\\\\u10e1_\\\\u10d8\\\\u10d5\\\\u10da\\\\u10d8\\\\u10e1\\\\u10e1_\\\\u10d0\\\\u10d2\\\\u10d5\\\\u10d8\\\\u10e1\\\\u10e2\\\\u10e1_\\\\u10e1\\\\u10d4\\\\u10e5\\\\u10e2\\\\u10d4\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10e1_\\\\u10dd\\\\u10e5\\\\u10e2\\\\u10dd\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10e1_\\\\u10dc\\\\u10dd\\\\u10d4\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10e1_\\\\u10d3\\\\u10d4\\\\u10d9\\\\u10d4\\\\u10db\\\\u10d1\\\\u10d4\\\\u10e0\\\\u10e1\\\".split(\\\"_\\\")},monthsShort:\\\"\\\\u10d8\\\\u10d0\\\\u10dc_\\\\u10d7\\\\u10d4\\\\u10d1_\\\\u10db\\\\u10d0\\\\u10e0_\\\\u10d0\\\\u10de\\\\u10e0_\\\\u10db\\\\u10d0\\\\u10d8_\\\\u10d8\\\\u10d5\\\\u10dc_\\\\u10d8\\\\u10d5\\\\u10da_\\\\u10d0\\\\u10d2\\\\u10d5_\\\\u10e1\\\\u10d4\\\\u10e5_\\\\u10dd\\\\u10e5\\\\u10e2_\\\\u10dc\\\\u10dd\\\\u10d4_\\\\u10d3\\\\u10d4\\\\u10d9\\\".split(\\\"_\\\"),weekdays:{standalone:\\\"\\\\u10d9\\\\u10d5\\\\u10d8\\\\u10e0\\\\u10d0_\\\\u10dd\\\\u10e0\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10d8_\\\\u10e1\\\\u10d0\\\\u10db\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10d8_\\\\u10dd\\\\u10d7\\\\u10ee\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10d8_\\\\u10ee\\\\u10e3\\\\u10d7\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10d8_\\\\u10de\\\\u10d0\\\\u10e0\\\\u10d0\\\\u10e1\\\\u10d9\\\\u10d4\\\\u10d5\\\\u10d8_\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10d8\\\".split(\\\"_\\\"),format:\\\"\\\\u10d9\\\\u10d5\\\\u10d8\\\\u10e0\\\\u10d0\\\\u10e1_\\\\u10dd\\\\u10e0\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10e1_\\\\u10e1\\\\u10d0\\\\u10db\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10e1_\\\\u10dd\\\\u10d7\\\\u10ee\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10e1_\\\\u10ee\\\\u10e3\\\\u10d7\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10e1_\\\\u10de\\\\u10d0\\\\u10e0\\\\u10d0\\\\u10e1\\\\u10d9\\\\u10d4\\\\u10d5\\\\u10e1_\\\\u10e8\\\\u10d0\\\\u10d1\\\\u10d0\\\\u10d7\\\\u10e1\\\".split(\\\"_\\\"),isFormat:/(\\\\u10ec\\\\u10d8\\\\u10dc\\\\u10d0|\\\\u10e8\\\\u10d4\\\\u10db\\\\u10d3\\\\u10d4\\\\u10d2)/},weekdaysShort:\\\"\\\\u10d9\\\\u10d5\\\\u10d8_\\\\u10dd\\\\u10e0\\\\u10e8_\\\\u10e1\\\\u10d0\\\\u10db_\\\\u10dd\\\\u10d7\\\\u10ee_\\\\u10ee\\\\u10e3\\\\u10d7_\\\\u10de\\\\u10d0\\\\u10e0_\\\\u10e8\\\\u10d0\\\\u10d1\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u10d9\\\\u10d5_\\\\u10dd\\\\u10e0_\\\\u10e1\\\\u10d0_\\\\u10dd\\\\u10d7_\\\\u10ee\\\\u10e3_\\\\u10de\\\\u10d0_\\\\u10e8\\\\u10d0\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY h:mm A\\\",LLLL:\\\"dddd, D MMMM YYYY h:mm A\\\"},calendar:{sameDay:\\\"[\\\\u10d3\\\\u10e6\\\\u10d4\\\\u10e1] LT[-\\\\u10d6\\\\u10d4]\\\",nextDay:\\\"[\\\\u10ee\\\\u10d5\\\\u10d0\\\\u10da] LT[-\\\\u10d6\\\\u10d4]\\\",lastDay:\\\"[\\\\u10d2\\\\u10e3\\\\u10e8\\\\u10d8\\\\u10dc] LT[-\\\\u10d6\\\\u10d4]\\\",nextWeek:\\\"[\\\\u10e8\\\\u10d4\\\\u10db\\\\u10d3\\\\u10d4\\\\u10d2] dddd LT[-\\\\u10d6\\\\u10d4]\\\",lastWeek:\\\"[\\\\u10ec\\\\u10d8\\\\u10dc\\\\u10d0] dddd LT-\\\\u10d6\\\\u10d4\\\",sameElse:\\\"L\\\"},relativeTime:{future:function(e){return/(\\\\u10ec\\\\u10d0\\\\u10db\\\\u10d8|\\\\u10ec\\\\u10e3\\\\u10d7\\\\u10d8|\\\\u10e1\\\\u10d0\\\\u10d0\\\\u10d7\\\\u10d8|\\\\u10ec\\\\u10d4\\\\u10da\\\\u10d8)/.test(e)?e.replace(/\\\\u10d8$/,\\\"\\\\u10e8\\\\u10d8\\\"):e+\\\"\\\\u10e8\\\\u10d8\\\"},past:function(e){return/(\\\\u10ec\\\\u10d0\\\\u10db\\\\u10d8|\\\\u10ec\\\\u10e3\\\\u10d7\\\\u10d8|\\\\u10e1\\\\u10d0\\\\u10d0\\\\u10d7\\\\u10d8|\\\\u10d3\\\\u10e6\\\\u10d4|\\\\u10d7\\\\u10d5\\\\u10d4)/.test(e)?e.replace(/(\\\\u10d8|\\\\u10d4)$/,\\\"\\\\u10d8\\\\u10e1 \\\\u10ec\\\\u10d8\\\\u10dc\\\"):/\\\\u10ec\\\\u10d4\\\\u10da\\\\u10d8/.test(e)?e.replace(/\\\\u10ec\\\\u10d4\\\\u10da\\\\u10d8$/,\\\"\\\\u10ec\\\\u10da\\\\u10d8\\\\u10e1 \\\\u10ec\\\\u10d8\\\\u10dc\\\"):void 0},s:\\\"\\\\u10e0\\\\u10d0\\\\u10db\\\\u10d3\\\\u10d4\\\\u10dc\\\\u10d8\\\\u10db\\\\u10d4 \\\\u10ec\\\\u10d0\\\\u10db\\\\u10d8\\\",ss:\\\"%d \\\\u10ec\\\\u10d0\\\\u10db\\\\u10d8\\\",m:\\\"\\\\u10ec\\\\u10e3\\\\u10d7\\\\u10d8\\\",mm:\\\"%d \\\\u10ec\\\\u10e3\\\\u10d7\\\\u10d8\\\",h:\\\"\\\\u10e1\\\\u10d0\\\\u10d0\\\\u10d7\\\\u10d8\\\",hh:\\\"%d \\\\u10e1\\\\u10d0\\\\u10d0\\\\u10d7\\\\u10d8\\\",d:\\\"\\\\u10d3\\\\u10e6\\\\u10d4\\\",dd:\\\"%d \\\\u10d3\\\\u10e6\\\\u10d4\\\",M:\\\"\\\\u10d7\\\\u10d5\\\\u10d4\\\",MM:\\\"%d \\\\u10d7\\\\u10d5\\\\u10d4\\\",y:\\\"\\\\u10ec\\\\u10d4\\\\u10da\\\\u10d8\\\",yy:\\\"%d \\\\u10ec\\\\u10d4\\\\u10da\\\\u10d8\\\"},dayOfMonthOrdinalParse:/0|1-\\\\u10da\\\\u10d8|\\\\u10db\\\\u10d4-\\\\d{1,2}|\\\\d{1,2}-\\\\u10d4/,ordinal:function(e){return 0===e?e:1===e?e+\\\"-\\\\u10da\\\\u10d8\\\":e\u003C20||e\u003C=100&&e%20==0||e%100==0?\\\"\\\\u10db\\\\u10d4-\\\"+e:e+\\\"-\\\\u10d4\\\"},week:{dow:1,doy:7}});var sn={0:\\\"-\\\\u0448\\\\u0456\\\",1:\\\"-\\\\u0448\\\\u0456\\\",2:\\\"-\\\\u0448\\\\u0456\\\",3:\\\"-\\\\u0448\\\\u0456\\\",4:\\\"-\\\\u0448\\\\u0456\\\",5:\\\"-\\\\u0448\\\\u0456\\\",6:\\\"-\\\\u0448\\\\u044b\\\",7:\\\"-\\\\u0448\\\\u0456\\\",8:\\\"-\\\\u0448\\\\u0456\\\",9:\\\"-\\\\u0448\\\\u044b\\\",10:\\\"-\\\\u0448\\\\u044b\\\",20:\\\"-\\\\u0448\\\\u044b\\\",30:\\\"-\\\\u0448\\\\u044b\\\",40:\\\"-\\\\u0448\\\\u044b\\\",50:\\\"-\\\\u0448\\\\u0456\\\",60:\\\"-\\\\u0448\\\\u044b\\\",70:\\\"-\\\\u0448\\\\u0456\\\",80:\\\"-\\\\u0448\\\\u0456\\\",90:\\\"-\\\\u0448\\\\u044b\\\",100:\\\"-\\\\u0448\\\\u0456\\\"};l.defineLocale(\\\"kk\\\",{months:\\\"\\\\u049b\\\\u0430\\\\u04a3\\\\u0442\\\\u0430\\\\u0440_\\\\u0430\\\\u049b\\\\u043f\\\\u0430\\\\u043d_\\\\u043d\\\\u0430\\\\u0443\\\\u0440\\\\u044b\\\\u0437_\\\\u0441\\\\u04d9\\\\u0443\\\\u0456\\\\u0440_\\\\u043c\\\\u0430\\\\u043c\\\\u044b\\\\u0440_\\\\u043c\\\\u0430\\\\u0443\\\\u0441\\\\u044b\\\\u043c_\\\\u0448\\\\u0456\\\\u043b\\\\u0434\\\\u0435_\\\\u0442\\\\u0430\\\\u043c\\\\u044b\\\\u0437_\\\\u049b\\\\u044b\\\\u0440\\\\u043a\\\\u04af\\\\u0439\\\\u0435\\\\u043a_\\\\u049b\\\\u0430\\\\u0437\\\\u0430\\\\u043d_\\\\u049b\\\\u0430\\\\u0440\\\\u0430\\\\u0448\\\\u0430_\\\\u0436\\\\u0435\\\\u043b\\\\u0442\\\\u043e\\\\u049b\\\\u0441\\\\u0430\\\\u043d\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u049b\\\\u0430\\\\u04a3_\\\\u0430\\\\u049b\\\\u043f_\\\\u043d\\\\u0430\\\\u0443_\\\\u0441\\\\u04d9\\\\u0443_\\\\u043c\\\\u0430\\\\u043c_\\\\u043c\\\\u0430\\\\u0443_\\\\u0448\\\\u0456\\\\u043b_\\\\u0442\\\\u0430\\\\u043c_\\\\u049b\\\\u044b\\\\u0440_\\\\u049b\\\\u0430\\\\u0437_\\\\u049b\\\\u0430\\\\u0440_\\\\u0436\\\\u0435\\\\u043b\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0436\\\\u0435\\\\u043a\\\\u0441\\\\u0435\\\\u043d\\\\u0431\\\\u0456_\\\\u0434\\\\u04af\\\\u0439\\\\u0441\\\\u0435\\\\u043d\\\\u0431\\\\u0456_\\\\u0441\\\\u0435\\\\u0439\\\\u0441\\\\u0435\\\\u043d\\\\u0431\\\\u0456_\\\\u0441\\\\u04d9\\\\u0440\\\\u0441\\\\u0435\\\\u043d\\\\u0431\\\\u0456_\\\\u0431\\\\u0435\\\\u0439\\\\u0441\\\\u0435\\\\u043d\\\\u0431\\\\u0456_\\\\u0436\\\\u04b1\\\\u043c\\\\u0430_\\\\u0441\\\\u0435\\\\u043d\\\\u0431\\\\u0456\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0436\\\\u0435\\\\u043a_\\\\u0434\\\\u04af\\\\u0439_\\\\u0441\\\\u0435\\\\u0439_\\\\u0441\\\\u04d9\\\\u0440_\\\\u0431\\\\u0435\\\\u0439_\\\\u0436\\\\u04b1\\\\u043c_\\\\u0441\\\\u0435\\\\u043d\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0436\\\\u043a_\\\\u0434\\\\u0439_\\\\u0441\\\\u0439_\\\\u0441\\\\u0440_\\\\u0431\\\\u0439_\\\\u0436\\\\u043c_\\\\u0441\\\\u043d\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0411\\\\u04af\\\\u0433\\\\u0456\\\\u043d \\\\u0441\\\\u0430\\\\u0493\\\\u0430\\\\u0442] LT\\\",nextDay:\\\"[\\\\u0415\\\\u0440\\\\u0442\\\\u0435\\\\u04a3 \\\\u0441\\\\u0430\\\\u0493\\\\u0430\\\\u0442] LT\\\",nextWeek:\\\"dddd [\\\\u0441\\\\u0430\\\\u0493\\\\u0430\\\\u0442] LT\\\",lastDay:\\\"[\\\\u041a\\\\u0435\\\\u0448\\\\u0435 \\\\u0441\\\\u0430\\\\u0493\\\\u0430\\\\u0442] LT\\\",lastWeek:\\\"[\\\\u04e8\\\\u0442\\\\u043a\\\\u0435\\\\u043d \\\\u0430\\\\u043f\\\\u0442\\\\u0430\\\\u043d\\\\u044b\\\\u04a3] dddd [\\\\u0441\\\\u0430\\\\u0493\\\\u0430\\\\u0442] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0456\\\\u0448\\\\u0456\\\\u043d\\\\u0434\\\\u0435\\\",past:\\\"%s \\\\u0431\\\\u04b1\\\\u0440\\\\u044b\\\\u043d\\\",s:\\\"\\\\u0431\\\\u0456\\\\u0440\\\\u043d\\\\u0435\\\\u0448\\\\u0435 \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",ss:\\\"%d \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",m:\\\"\\\\u0431\\\\u0456\\\\u0440 \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\",mm:\\\"%d \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\",h:\\\"\\\\u0431\\\\u0456\\\\u0440 \\\\u0441\\\\u0430\\\\u0493\\\\u0430\\\\u0442\\\",hh:\\\"%d \\\\u0441\\\\u0430\\\\u0493\\\\u0430\\\\u0442\\\",d:\\\"\\\\u0431\\\\u0456\\\\u0440 \\\\u043a\\\\u04af\\\\u043d\\\",dd:\\\"%d \\\\u043a\\\\u04af\\\\u043d\\\",M:\\\"\\\\u0431\\\\u0456\\\\u0440 \\\\u0430\\\\u0439\\\",MM:\\\"%d \\\\u0430\\\\u0439\\\",y:\\\"\\\\u0431\\\\u0456\\\\u0440 \\\\u0436\\\\u044b\\\\u043b\\\",yy:\\\"%d \\\\u0436\\\\u044b\\\\u043b\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0448\\\\u0456|\\\\u0448\\\\u044b)/,ordinal:function(e){return e+(sn[e]||sn[e%10]||sn[100\u003C=e?100:null])},week:{dow:1,doy:7}});var nn={1:\\\"\\\\u17e1\\\",2:\\\"\\\\u17e2\\\",3:\\\"\\\\u17e3\\\",4:\\\"\\\\u17e4\\\",5:\\\"\\\\u17e5\\\",6:\\\"\\\\u17e6\\\",7:\\\"\\\\u17e7\\\",8:\\\"\\\\u17e8\\\",9:\\\"\\\\u17e9\\\",0:\\\"\\\\u17e0\\\"},dn={\\\"\\\\u17e1\\\":\\\"1\\\",\\\"\\\\u17e2\\\":\\\"2\\\",\\\"\\\\u17e3\\\":\\\"3\\\",\\\"\\\\u17e4\\\":\\\"4\\\",\\\"\\\\u17e5\\\":\\\"5\\\",\\\"\\\\u17e6\\\":\\\"6\\\",\\\"\\\\u17e7\\\":\\\"7\\\",\\\"\\\\u17e8\\\":\\\"8\\\",\\\"\\\\u17e9\\\":\\\"9\\\",\\\"\\\\u17e0\\\":\\\"0\\\"};l.defineLocale(\\\"km\\\",{months:\\\"\\\\u1798\\\\u1780\\\\u179a\\\\u17b6_\\\\u1780\\\\u17bb\\\\u1798\\\\u17d2\\\\u1797\\\\u17c8_\\\\u1798\\\\u17b8\\\\u1793\\\\u17b6_\\\\u1798\\\\u17c1\\\\u179f\\\\u17b6_\\\\u17a7\\\\u179f\\\\u1797\\\\u17b6_\\\\u1798\\\\u17b7\\\\u1790\\\\u17bb\\\\u1793\\\\u17b6_\\\\u1780\\\\u1780\\\\u17d2\\\\u1780\\\\u178a\\\\u17b6_\\\\u179f\\\\u17b8\\\\u17a0\\\\u17b6_\\\\u1780\\\\u1789\\\\u17d2\\\\u1789\\\\u17b6_\\\\u178f\\\\u17bb\\\\u179b\\\\u17b6_\\\\u179c\\\\u17b7\\\\u1785\\\\u17d2\\\\u1786\\\\u17b7\\\\u1780\\\\u17b6_\\\\u1792\\\\u17d2\\\\u1793\\\\u17bc\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u1798\\\\u1780\\\\u179a\\\\u17b6_\\\\u1780\\\\u17bb\\\\u1798\\\\u17d2\\\\u1797\\\\u17c8_\\\\u1798\\\\u17b8\\\\u1793\\\\u17b6_\\\\u1798\\\\u17c1\\\\u179f\\\\u17b6_\\\\u17a7\\\\u179f\\\\u1797\\\\u17b6_\\\\u1798\\\\u17b7\\\\u1790\\\\u17bb\\\\u1793\\\\u17b6_\\\\u1780\\\\u1780\\\\u17d2\\\\u1780\\\\u178a\\\\u17b6_\\\\u179f\\\\u17b8\\\\u17a0\\\\u17b6_\\\\u1780\\\\u1789\\\\u17d2\\\\u1789\\\\u17b6_\\\\u178f\\\\u17bb\\\\u179b\\\\u17b6_\\\\u179c\\\\u17b7\\\\u1785\\\\u17d2\\\\u1786\\\\u17b7\\\\u1780\\\\u17b6_\\\\u1792\\\\u17d2\\\\u1793\\\\u17bc\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u17a2\\\\u17b6\\\\u1791\\\\u17b7\\\\u178f\\\\u17d2\\\\u1799_\\\\u1785\\\\u17d0\\\\u1793\\\\u17d2\\\\u1791_\\\\u17a2\\\\u1784\\\\u17d2\\\\u1782\\\\u17b6\\\\u179a_\\\\u1796\\\\u17bb\\\\u1792_\\\\u1796\\\\u17d2\\\\u179a\\\\u17a0\\\\u179f\\\\u17d2\\\\u1794\\\\u178f\\\\u17b7\\\\u17cd_\\\\u179f\\\\u17bb\\\\u1780\\\\u17d2\\\\u179a_\\\\u179f\\\\u17c5\\\\u179a\\\\u17cd\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u17a2\\\\u17b6_\\\\u1785_\\\\u17a2_\\\\u1796_\\\\u1796\\\\u17d2\\\\u179a_\\\\u179f\\\\u17bb_\\\\u179f\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u17a2\\\\u17b6_\\\\u1785_\\\\u17a2_\\\\u1796_\\\\u1796\\\\u17d2\\\\u179a_\\\\u179f\\\\u17bb_\\\\u179f\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u1796\\\\u17d2\\\\u179a\\\\u17b9\\\\u1780|\\\\u179b\\\\u17d2\\\\u1784\\\\u17b6\\\\u1785/,isPM:function(e){return\\\"\\\\u179b\\\\u17d2\\\\u1784\\\\u17b6\\\\u1785\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u1796\\\\u17d2\\\\u179a\\\\u17b9\\\\u1780\\\":\\\"\\\\u179b\\\\u17d2\\\\u1784\\\\u17b6\\\\u1785\\\"},calendar:{sameDay:\\\"[\\\\u1790\\\\u17d2\\\\u1784\\\\u17c3\\\\u1793\\\\u17c1\\\\u17c7 \\\\u1798\\\\u17c9\\\\u17c4\\\\u1784] LT\\\",nextDay:\\\"[\\\\u179f\\\\u17d2\\\\u17a2\\\\u17c2\\\\u1780 \\\\u1798\\\\u17c9\\\\u17c4\\\\u1784] LT\\\",nextWeek:\\\"dddd [\\\\u1798\\\\u17c9\\\\u17c4\\\\u1784] LT\\\",lastDay:\\\"[\\\\u1798\\\\u17d2\\\\u179f\\\\u17b7\\\\u179b\\\\u1798\\\\u17b7\\\\u1789 \\\\u1798\\\\u17c9\\\\u17c4\\\\u1784] LT\\\",lastWeek:\\\"dddd [\\\\u179f\\\\u1794\\\\u17d2\\\\u178f\\\\u17b6\\\\u17a0\\\\u17cd\\\\u1798\\\\u17bb\\\\u1793] [\\\\u1798\\\\u17c9\\\\u17c4\\\\u1784] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s\\\\u1791\\\\u17c0\\\\u178f\\\",past:\\\"%s\\\\u1798\\\\u17bb\\\\u1793\\\",s:\\\"\\\\u1794\\\\u17c9\\\\u17bb\\\\u1793\\\\u17d2\\\\u1798\\\\u17b6\\\\u1793\\\\u179c\\\\u17b7\\\\u1793\\\\u17b6\\\\u1791\\\\u17b8\\\",ss:\\\"%d \\\\u179c\\\\u17b7\\\\u1793\\\\u17b6\\\\u1791\\\\u17b8\\\",m:\\\"\\\\u1798\\\\u17bd\\\\u1799\\\\u1793\\\\u17b6\\\\u1791\\\\u17b8\\\",mm:\\\"%d \\\\u1793\\\\u17b6\\\\u1791\\\\u17b8\\\",h:\\\"\\\\u1798\\\\u17bd\\\\u1799\\\\u1798\\\\u17c9\\\\u17c4\\\\u1784\\\",hh:\\\"%d \\\\u1798\\\\u17c9\\\\u17c4\\\\u1784\\\",d:\\\"\\\\u1798\\\\u17bd\\\\u1799\\\\u1790\\\\u17d2\\\\u1784\\\\u17c3\\\",dd:\\\"%d \\\\u1790\\\\u17d2\\\\u1784\\\\u17c3\\\",M:\\\"\\\\u1798\\\\u17bd\\\\u1799\\\\u1781\\\\u17c2\\\",MM:\\\"%d \\\\u1781\\\\u17c2\\\",y:\\\"\\\\u1798\\\\u17bd\\\\u1799\\\\u1786\\\\u17d2\\\\u1793\\\\u17b6\\\\u17c6\\\",yy:\\\"%d \\\\u1786\\\\u17d2\\\\u1793\\\\u17b6\\\\u17c6\\\"},dayOfMonthOrdinalParse:/\\\\u1791\\\\u17b8\\\\d{1,2}/,ordinal:\\\"\\\\u1791\\\\u17b8%d\\\",preparse:function(e){return e.replace(/[\\\\u17e1\\\\u17e2\\\\u17e3\\\\u17e4\\\\u17e5\\\\u17e6\\\\u17e7\\\\u17e8\\\\u17e9\\\\u17e0]/g,function(e){return dn[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return nn[e]})},week:{dow:1,doy:4}});var rn={1:\\\"\\\\u0ce7\\\",2:\\\"\\\\u0ce8\\\",3:\\\"\\\\u0ce9\\\",4:\\\"\\\\u0cea\\\",5:\\\"\\\\u0ceb\\\",6:\\\"\\\\u0cec\\\",7:\\\"\\\\u0ced\\\",8:\\\"\\\\u0cee\\\",9:\\\"\\\\u0cef\\\",0:\\\"\\\\u0ce6\\\"},_n={\\\"\\\\u0ce7\\\":\\\"1\\\",\\\"\\\\u0ce8\\\":\\\"2\\\",\\\"\\\\u0ce9\\\":\\\"3\\\",\\\"\\\\u0cea\\\":\\\"4\\\",\\\"\\\\u0ceb\\\":\\\"5\\\",\\\"\\\\u0cec\\\":\\\"6\\\",\\\"\\\\u0ced\\\":\\\"7\\\",\\\"\\\\u0cee\\\":\\\"8\\\",\\\"\\\\u0cef\\\":\\\"9\\\",\\\"\\\\u0ce6\\\":\\\"0\\\"};l.defineLocale(\\\"kn\\\",{months:\\\"\\\\u0c9c\\\\u0ca8\\\\u0cb5\\\\u0cb0\\\\u0cbf_\\\\u0cab\\\\u0cc6\\\\u0cac\\\\u0ccd\\\\u0cb0\\\\u0cb5\\\\u0cb0\\\\u0cbf_\\\\u0cae\\\\u0cbe\\\\u0cb0\\\\u0ccd\\\\u0c9a\\\\u0ccd_\\\\u0c8f\\\\u0caa\\\\u0ccd\\\\u0cb0\\\\u0cbf\\\\u0cb2\\\\u0ccd_\\\\u0cae\\\\u0cc6\\\\u0cd5_\\\\u0c9c\\\\u0cc2\\\\u0ca8\\\\u0ccd_\\\\u0c9c\\\\u0cc1\\\\u0cb2\\\\u0cc6\\\\u0cd6_\\\\u0c86\\\\u0c97\\\\u0cb8\\\\u0ccd\\\\u0c9f\\\\u0ccd_\\\\u0cb8\\\\u0cc6\\\\u0caa\\\\u0ccd\\\\u0c9f\\\\u0cc6\\\\u0c82\\\\u0cac\\\\u0cb0\\\\u0ccd_\\\\u0c85\\\\u0c95\\\\u0ccd\\\\u0c9f\\\\u0cc6\\\\u0cc2\\\\u0cd5\\\\u0cac\\\\u0cb0\\\\u0ccd_\\\\u0ca8\\\\u0cb5\\\\u0cc6\\\\u0c82\\\\u0cac\\\\u0cb0\\\\u0ccd_\\\\u0ca1\\\\u0cbf\\\\u0cb8\\\\u0cc6\\\\u0c82\\\\u0cac\\\\u0cb0\\\\u0ccd\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0c9c\\\\u0ca8_\\\\u0cab\\\\u0cc6\\\\u0cac\\\\u0ccd\\\\u0cb0_\\\\u0cae\\\\u0cbe\\\\u0cb0\\\\u0ccd\\\\u0c9a\\\\u0ccd_\\\\u0c8f\\\\u0caa\\\\u0ccd\\\\u0cb0\\\\u0cbf\\\\u0cb2\\\\u0ccd_\\\\u0cae\\\\u0cc6\\\\u0cd5_\\\\u0c9c\\\\u0cc2\\\\u0ca8\\\\u0ccd_\\\\u0c9c\\\\u0cc1\\\\u0cb2\\\\u0cc6\\\\u0cd6_\\\\u0c86\\\\u0c97\\\\u0cb8\\\\u0ccd\\\\u0c9f\\\\u0ccd_\\\\u0cb8\\\\u0cc6\\\\u0caa\\\\u0ccd\\\\u0c9f\\\\u0cc6\\\\u0c82_\\\\u0c85\\\\u0c95\\\\u0ccd\\\\u0c9f\\\\u0cc6\\\\u0cc2\\\\u0cd5_\\\\u0ca8\\\\u0cb5\\\\u0cc6\\\\u0c82_\\\\u0ca1\\\\u0cbf\\\\u0cb8\\\\u0cc6\\\\u0c82\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0cad\\\\u0cbe\\\\u0ca8\\\\u0cc1\\\\u0cb5\\\\u0cbe\\\\u0cb0_\\\\u0cb8\\\\u0cc6\\\\u0cc2\\\\u0cd5\\\\u0cae\\\\u0cb5\\\\u0cbe\\\\u0cb0_\\\\u0cae\\\\u0c82\\\\u0c97\\\\u0cb3\\\\u0cb5\\\\u0cbe\\\\u0cb0_\\\\u0cac\\\\u0cc1\\\\u0ca7\\\\u0cb5\\\\u0cbe\\\\u0cb0_\\\\u0c97\\\\u0cc1\\\\u0cb0\\\\u0cc1\\\\u0cb5\\\\u0cbe\\\\u0cb0_\\\\u0cb6\\\\u0cc1\\\\u0c95\\\\u0ccd\\\\u0cb0\\\\u0cb5\\\\u0cbe\\\\u0cb0_\\\\u0cb6\\\\u0ca8\\\\u0cbf\\\\u0cb5\\\\u0cbe\\\\u0cb0\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0cad\\\\u0cbe\\\\u0ca8\\\\u0cc1_\\\\u0cb8\\\\u0cc6\\\\u0cc2\\\\u0cd5\\\\u0cae_\\\\u0cae\\\\u0c82\\\\u0c97\\\\u0cb3_\\\\u0cac\\\\u0cc1\\\\u0ca7_\\\\u0c97\\\\u0cc1\\\\u0cb0\\\\u0cc1_\\\\u0cb6\\\\u0cc1\\\\u0c95\\\\u0ccd\\\\u0cb0_\\\\u0cb6\\\\u0ca8\\\\u0cbf\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0cad\\\\u0cbe_\\\\u0cb8\\\\u0cc6\\\\u0cc2\\\\u0cd5_\\\\u0cae\\\\u0c82_\\\\u0cac\\\\u0cc1_\\\\u0c97\\\\u0cc1_\\\\u0cb6\\\\u0cc1_\\\\u0cb6\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm\\\",LTS:\\\"A h:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm\\\"},calendar:{sameDay:\\\"[\\\\u0c87\\\\u0c82\\\\u0ca6\\\\u0cc1] LT\\\",nextDay:\\\"[\\\\u0ca8\\\\u0cbe\\\\u0cb3\\\\u0cc6] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0ca8\\\\u0cbf\\\\u0ca8\\\\u0ccd\\\\u0ca8\\\\u0cc6] LT\\\",lastWeek:\\\"[\\\\u0c95\\\\u0cc6\\\\u0cc2\\\\u0ca8\\\\u0cc6\\\\u0caf] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0ca8\\\\u0c82\\\\u0ca4\\\\u0cb0\\\",past:\\\"%s \\\\u0cb9\\\\u0cbf\\\\u0c82\\\\u0ca6\\\\u0cc6\\\",s:\\\"\\\\u0c95\\\\u0cc6\\\\u0cb2\\\\u0cb5\\\\u0cc1 \\\\u0c95\\\\u0ccd\\\\u0cb7\\\\u0ca3\\\\u0c97\\\\u0cb3\\\\u0cc1\\\",ss:\\\"%d \\\\u0cb8\\\\u0cc6\\\\u0c95\\\\u0cc6\\\\u0c82\\\\u0ca1\\\\u0cc1\\\\u0c97\\\\u0cb3\\\\u0cc1\\\",m:\\\"\\\\u0c92\\\\u0c82\\\\u0ca6\\\\u0cc1 \\\\u0ca8\\\\u0cbf\\\\u0cae\\\\u0cbf\\\\u0cb7\\\",mm:\\\"%d \\\\u0ca8\\\\u0cbf\\\\u0cae\\\\u0cbf\\\\u0cb7\\\",h:\\\"\\\\u0c92\\\\u0c82\\\\u0ca6\\\\u0cc1 \\\\u0c97\\\\u0c82\\\\u0c9f\\\\u0cc6\\\",hh:\\\"%d \\\\u0c97\\\\u0c82\\\\u0c9f\\\\u0cc6\\\",d:\\\"\\\\u0c92\\\\u0c82\\\\u0ca6\\\\u0cc1 \\\\u0ca6\\\\u0cbf\\\\u0ca8\\\",dd:\\\"%d \\\\u0ca6\\\\u0cbf\\\\u0ca8\\\",M:\\\"\\\\u0c92\\\\u0c82\\\\u0ca6\\\\u0cc1 \\\\u0ca4\\\\u0cbf\\\\u0c82\\\\u0c97\\\\u0cb3\\\\u0cc1\\\",MM:\\\"%d \\\\u0ca4\\\\u0cbf\\\\u0c82\\\\u0c97\\\\u0cb3\\\\u0cc1\\\",y:\\\"\\\\u0c92\\\\u0c82\\\\u0ca6\\\\u0cc1 \\\\u0cb5\\\\u0cb0\\\\u0ccd\\\\u0cb7\\\",yy:\\\"%d \\\\u0cb5\\\\u0cb0\\\\u0ccd\\\\u0cb7\\\"},preparse:function(e){return e.replace(/[\\\\u0ce7\\\\u0ce8\\\\u0ce9\\\\u0cea\\\\u0ceb\\\\u0cec\\\\u0ced\\\\u0cee\\\\u0cef\\\\u0ce6]/g,function(e){return _n[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return rn[e]})},meridiemParse:/\\\\u0cb0\\\\u0cbe\\\\u0ca4\\\\u0ccd\\\\u0cb0\\\\u0cbf|\\\\u0cac\\\\u0cc6\\\\u0cb3\\\\u0cbf\\\\u0c97\\\\u0ccd\\\\u0c97\\\\u0cc6|\\\\u0cae\\\\u0ca7\\\\u0ccd\\\\u0caf\\\\u0cbe\\\\u0cb9\\\\u0ccd\\\\u0ca8|\\\\u0cb8\\\\u0c82\\\\u0c9c\\\\u0cc6/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0cb0\\\\u0cbe\\\\u0ca4\\\\u0ccd\\\\u0cb0\\\\u0cbf\\\"===a?e\u003C4?e:e+12:\\\"\\\\u0cac\\\\u0cc6\\\\u0cb3\\\\u0cbf\\\\u0c97\\\\u0ccd\\\\u0c97\\\\u0cc6\\\"===a?e:\\\"\\\\u0cae\\\\u0ca7\\\\u0ccd\\\\u0caf\\\\u0cbe\\\\u0cb9\\\\u0ccd\\\\u0ca8\\\"===a?10\u003C=e?e:e+12:\\\"\\\\u0cb8\\\\u0c82\\\\u0c9c\\\\u0cc6\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0cb0\\\\u0cbe\\\\u0ca4\\\\u0ccd\\\\u0cb0\\\\u0cbf\\\":e\u003C10?\\\"\\\\u0cac\\\\u0cc6\\\\u0cb3\\\\u0cbf\\\\u0c97\\\\u0ccd\\\\u0c97\\\\u0cc6\\\":e\u003C17?\\\"\\\\u0cae\\\\u0ca7\\\\u0ccd\\\\u0caf\\\\u0cbe\\\\u0cb9\\\\u0ccd\\\\u0ca8\\\":e\u003C20?\\\"\\\\u0cb8\\\\u0c82\\\\u0c9c\\\\u0cc6\\\":\\\"\\\\u0cb0\\\\u0cbe\\\\u0ca4\\\\u0ccd\\\\u0cb0\\\\u0cbf\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(\\\\u0ca8\\\\u0cc6\\\\u0cd5)/,ordinal:function(e){return e+\\\"\\\\u0ca8\\\\u0cc6\\\\u0cd5\\\"},week:{dow:0,doy:6}}),l.defineLocale(\\\"ko\\\",{months:\\\"1\\\\uc6d4_2\\\\uc6d4_3\\\\uc6d4_4\\\\uc6d4_5\\\\uc6d4_6\\\\uc6d4_7\\\\uc6d4_8\\\\uc6d4_9\\\\uc6d4_10\\\\uc6d4_11\\\\uc6d4_12\\\\uc6d4\\\".split(\\\"_\\\"),monthsShort:\\\"1\\\\uc6d4_2\\\\uc6d4_3\\\\uc6d4_4\\\\uc6d4_5\\\\uc6d4_6\\\\uc6d4_7\\\\uc6d4_8\\\\uc6d4_9\\\\uc6d4_10\\\\uc6d4_11\\\\uc6d4_12\\\\uc6d4\\\".split(\\\"_\\\"),weekdays:\\\"\\\\uc77c\\\\uc694\\\\uc77c_\\\\uc6d4\\\\uc694\\\\uc77c_\\\\ud654\\\\uc694\\\\uc77c_\\\\uc218\\\\uc694\\\\uc77c_\\\\ubaa9\\\\uc694\\\\uc77c_\\\\uae08\\\\uc694\\\\uc77c_\\\\ud1a0\\\\uc694\\\\uc77c\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\uc77c_\\\\uc6d4_\\\\ud654_\\\\uc218_\\\\ubaa9_\\\\uae08_\\\\ud1a0\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\uc77c_\\\\uc6d4_\\\\ud654_\\\\uc218_\\\\ubaa9_\\\\uae08_\\\\ud1a0\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm\\\",LTS:\\\"A h:mm:ss\\\",L:\\\"YYYY.MM.DD.\\\",LL:\\\"YYYY\\\\ub144 MMMM D\\\\uc77c\\\",LLL:\\\"YYYY\\\\ub144 MMMM D\\\\uc77c A h:mm\\\",LLLL:\\\"YYYY\\\\ub144 MMMM D\\\\uc77c dddd A h:mm\\\",l:\\\"YYYY.MM.DD.\\\",ll:\\\"YYYY\\\\ub144 MMMM D\\\\uc77c\\\",lll:\\\"YYYY\\\\ub144 MMMM D\\\\uc77c A h:mm\\\",llll:\\\"YYYY\\\\ub144 MMMM D\\\\uc77c dddd A h:mm\\\"},calendar:{sameDay:\\\"\\\\uc624\\\\ub298 LT\\\",nextDay:\\\"\\\\ub0b4\\\\uc77c LT\\\",nextWeek:\\\"dddd LT\\\",lastDay:\\\"\\\\uc5b4\\\\uc81c LT\\\",lastWeek:\\\"\\\\uc9c0\\\\ub09c\\\\uc8fc dddd LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\ud6c4\\\",past:\\\"%s \\\\uc804\\\",s:\\\"\\\\uba87 \\\\ucd08\\\",ss:\\\"%d\\\\ucd08\\\",m:\\\"1\\\\ubd84\\\",mm:\\\"%d\\\\ubd84\\\",h:\\\"\\\\ud55c \\\\uc2dc\\\\uac04\\\",hh:\\\"%d\\\\uc2dc\\\\uac04\\\",d:\\\"\\\\ud558\\\\ub8e8\\\",dd:\\\"%d\\\\uc77c\\\",M:\\\"\\\\ud55c \\\\ub2ec\\\",MM:\\\"%d\\\\ub2ec\\\",y:\\\"\\\\uc77c \\\\ub144\\\",yy:\\\"%d\\\\ub144\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(\\\\uc77c|\\\\uc6d4|\\\\uc8fc)/,ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"DDD\\\":return e+\\\"\\\\uc77c\\\";case\\\"M\\\":return e+\\\"\\\\uc6d4\\\";case\\\"w\\\":case\\\"W\\\":return e+\\\"\\\\uc8fc\\\";default:return e}},meridiemParse:/\\\\uc624\\\\uc804|\\\\uc624\\\\ud6c4/,isPM:function(e){return\\\"\\\\uc624\\\\ud6c4\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\uc624\\\\uc804\\\":\\\"\\\\uc624\\\\ud6c4\\\"}});var on={1:\\\"\\\\u0661\\\",2:\\\"\\\\u0662\\\",3:\\\"\\\\u0663\\\",4:\\\"\\\\u0664\\\",5:\\\"\\\\u0665\\\",6:\\\"\\\\u0666\\\",7:\\\"\\\\u0667\\\",8:\\\"\\\\u0668\\\",9:\\\"\\\\u0669\\\",0:\\\"\\\\u0660\\\"},mn={\\\"\\\\u0661\\\":\\\"1\\\",\\\"\\\\u0662\\\":\\\"2\\\",\\\"\\\\u0663\\\":\\\"3\\\",\\\"\\\\u0664\\\":\\\"4\\\",\\\"\\\\u0665\\\":\\\"5\\\",\\\"\\\\u0666\\\":\\\"6\\\",\\\"\\\\u0667\\\":\\\"7\\\",\\\"\\\\u0668\\\":\\\"8\\\",\\\"\\\\u0669\\\":\\\"9\\\",\\\"\\\\u0660\\\":\\\"0\\\"},un=[\\\"\\\\u06a9\\\\u0627\\\\u0646\\\\u0648\\\\u0646\\\\u06cc \\\\u062f\\\\u0648\\\\u0648\\\\u06d5\\\\u0645\\\",\\\"\\\\u0634\\\\u0648\\\\u0628\\\\u0627\\\\u062a\\\",\\\"\\\\u0626\\\\u0627\\\\u0632\\\\u0627\\\\u0631\\\",\\\"\\\\u0646\\\\u06cc\\\\u0633\\\\u0627\\\\u0646\\\",\\\"\\\\u0626\\\\u0627\\\\u06cc\\\\u0627\\\\u0631\\\",\\\"\\\\u062d\\\\u0648\\\\u0632\\\\u06d5\\\\u06cc\\\\u0631\\\\u0627\\\\u0646\\\",\\\"\\\\u062a\\\\u06d5\\\\u0645\\\\u0645\\\\u0648\\\\u0632\\\",\\\"\\\\u0626\\\\u0627\\\\u0628\\\",\\\"\\\\u0626\\\\u06d5\\\\u06cc\\\\u0644\\\\u0648\\\\u0648\\\\u0644\\\",\\\"\\\\u062a\\\\u0634\\\\u0631\\\\u06cc\\\\u0646\\\\u06cc \\\\u06cc\\\\u06d5\\\\u0643\\\\u06d5\\\\u0645\\\",\\\"\\\\u062a\\\\u0634\\\\u0631\\\\u06cc\\\\u0646\\\\u06cc \\\\u062f\\\\u0648\\\\u0648\\\\u06d5\\\\u0645\\\",\\\"\\\\u0643\\\\u0627\\\\u0646\\\\u0648\\\\u0646\\\\u06cc \\\\u06cc\\\\u06d5\\\\u06a9\\\\u06d5\\\\u0645\\\"];l.defineLocale(\\\"ku\\\",{months:un,monthsShort:un,weekdays:\\\"\\\\u06cc\\\\u0647\\\\u200c\\\\u0643\\\\u0634\\\\u0647\\\\u200c\\\\u0645\\\\u0645\\\\u0647\\\\u200c_\\\\u062f\\\\u0648\\\\u0648\\\\u0634\\\\u0647\\\\u200c\\\\u0645\\\\u0645\\\\u0647\\\\u200c_\\\\u0633\\\\u06ce\\\\u0634\\\\u0647\\\\u200c\\\\u0645\\\\u0645\\\\u0647\\\\u200c_\\\\u0686\\\\u0648\\\\u0627\\\\u0631\\\\u0634\\\\u0647\\\\u200c\\\\u0645\\\\u0645\\\\u0647\\\\u200c_\\\\u067e\\\\u06ce\\\\u0646\\\\u062c\\\\u0634\\\\u0647\\\\u200c\\\\u0645\\\\u0645\\\\u0647\\\\u200c_\\\\u0647\\\\u0647\\\\u200c\\\\u06cc\\\\u0646\\\\u06cc_\\\\u0634\\\\u0647\\\\u200c\\\\u0645\\\\u0645\\\\u0647\\\\u200c\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u06cc\\\\u0647\\\\u200c\\\\u0643\\\\u0634\\\\u0647\\\\u200c\\\\u0645_\\\\u062f\\\\u0648\\\\u0648\\\\u0634\\\\u0647\\\\u200c\\\\u0645_\\\\u0633\\\\u06ce\\\\u0634\\\\u0647\\\\u200c\\\\u0645_\\\\u0686\\\\u0648\\\\u0627\\\\u0631\\\\u0634\\\\u0647\\\\u200c\\\\u0645_\\\\u067e\\\\u06ce\\\\u0646\\\\u062c\\\\u0634\\\\u0647\\\\u200c\\\\u0645_\\\\u0647\\\\u0647\\\\u200c\\\\u06cc\\\\u0646\\\\u06cc_\\\\u0634\\\\u0647\\\\u200c\\\\u0645\\\\u0645\\\\u0647\\\\u200c\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u06cc_\\\\u062f_\\\\u0633_\\\\u0686_\\\\u067e_\\\\u0647_\\\\u0634\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0626\\\\u06ce\\\\u0648\\\\u0627\\\\u0631\\\\u0647\\\\u200c|\\\\u0628\\\\u0647\\\\u200c\\\\u06cc\\\\u0627\\\\u0646\\\\u06cc/,isPM:function(e){return/\\\\u0626\\\\u06ce\\\\u0648\\\\u0627\\\\u0631\\\\u0647\\\\u200c/.test(e)},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0628\\\\u0647\\\\u200c\\\\u06cc\\\\u0627\\\\u0646\\\\u06cc\\\":\\\"\\\\u0626\\\\u06ce\\\\u0648\\\\u0627\\\\u0631\\\\u0647\\\\u200c\\\"},calendar:{sameDay:\\\"[\\\\u0626\\\\u0647\\\\u200c\\\\u0645\\\\u0631\\\\u06c6 \\\\u0643\\\\u0627\\\\u062a\\\\u0698\\\\u0645\\\\u06ce\\\\u0631] LT\\\",nextDay:\\\"[\\\\u0628\\\\u0647\\\\u200c\\\\u06cc\\\\u0627\\\\u0646\\\\u06cc \\\\u0643\\\\u0627\\\\u062a\\\\u0698\\\\u0645\\\\u06ce\\\\u0631] LT\\\",nextWeek:\\\"dddd [\\\\u0643\\\\u0627\\\\u062a\\\\u0698\\\\u0645\\\\u06ce\\\\u0631] LT\\\",lastDay:\\\"[\\\\u062f\\\\u0648\\\\u06ce\\\\u0646\\\\u06ce \\\\u0643\\\\u0627\\\\u062a\\\\u0698\\\\u0645\\\\u06ce\\\\u0631] LT\\\",lastWeek:\\\"dddd [\\\\u0643\\\\u0627\\\\u062a\\\\u0698\\\\u0645\\\\u06ce\\\\u0631] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0644\\\\u0647\\\\u200c %s\\\",past:\\\"%s\\\",s:\\\"\\\\u0686\\\\u0647\\\\u200c\\\\u0646\\\\u062f \\\\u0686\\\\u0631\\\\u0643\\\\u0647\\\\u200c\\\\u06cc\\\\u0647\\\\u200c\\\\u0643\\\",ss:\\\"\\\\u0686\\\\u0631\\\\u0643\\\\u0647\\\\u200c %d\\\",m:\\\"\\\\u06cc\\\\u0647\\\\u200c\\\\u0643 \\\\u062e\\\\u0648\\\\u0644\\\\u0647\\\\u200c\\\\u0643\\\",mm:\\\"%d \\\\u062e\\\\u0648\\\\u0644\\\\u0647\\\\u200c\\\\u0643\\\",h:\\\"\\\\u06cc\\\\u0647\\\\u200c\\\\u0643 \\\\u0643\\\\u0627\\\\u062a\\\\u0698\\\\u0645\\\\u06ce\\\\u0631\\\",hh:\\\"%d \\\\u0643\\\\u0627\\\\u062a\\\\u0698\\\\u0645\\\\u06ce\\\\u0631\\\",d:\\\"\\\\u06cc\\\\u0647\\\\u200c\\\\u0643 \\\\u0695\\\\u06c6\\\\u0698\\\",dd:\\\"%d \\\\u0695\\\\u06c6\\\\u0698\\\",M:\\\"\\\\u06cc\\\\u0647\\\\u200c\\\\u0643 \\\\u0645\\\\u0627\\\\u0646\\\\u06af\\\",MM:\\\"%d \\\\u0645\\\\u0627\\\\u0646\\\\u06af\\\",y:\\\"\\\\u06cc\\\\u0647\\\\u200c\\\\u0643 \\\\u0633\\\\u0627\\\\u06b5\\\",yy:\\\"%d \\\\u0633\\\\u0627\\\\u06b5\\\"},preparse:function(e){return e.replace(/[\\\\u0661\\\\u0662\\\\u0663\\\\u0664\\\\u0665\\\\u0666\\\\u0667\\\\u0668\\\\u0669\\\\u0660]/g,function(e){return mn[e]}).replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/\\\\d/g,function(e){return on[e]}).replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:6,doy:12}});var ln={0:\\\"-\\\\u0447\\\\u04af\\\",1:\\\"-\\\\u0447\\\\u0438\\\",2:\\\"-\\\\u0447\\\\u0438\\\",3:\\\"-\\\\u0447\\\\u04af\\\",4:\\\"-\\\\u0447\\\\u04af\\\",5:\\\"-\\\\u0447\\\\u0438\\\",6:\\\"-\\\\u0447\\\\u044b\\\",7:\\\"-\\\\u0447\\\\u0438\\\",8:\\\"-\\\\u0447\\\\u0438\\\",9:\\\"-\\\\u0447\\\\u0443\\\",10:\\\"-\\\\u0447\\\\u0443\\\",20:\\\"-\\\\u0447\\\\u044b\\\",30:\\\"-\\\\u0447\\\\u0443\\\",40:\\\"-\\\\u0447\\\\u044b\\\",50:\\\"-\\\\u0447\\\\u04af\\\",60:\\\"-\\\\u0447\\\\u044b\\\",70:\\\"-\\\\u0447\\\\u0438\\\",80:\\\"-\\\\u0447\\\\u0438\\\",90:\\\"-\\\\u0447\\\\u0443\\\",100:\\\"-\\\\u0447\\\\u04af\\\"};function Mn(e,a,t,s){var n={m:[\\\"eng Minutt\\\",\\\"enger Minutt\\\"],h:[\\\"eng Stonn\\\",\\\"enger Stonn\\\"],d:[\\\"een Dag\\\",\\\"engem Dag\\\"],M:[\\\"ee Mount\\\",\\\"engem Mount\\\"],y:[\\\"ee Joer\\\",\\\"engem Joer\\\"]};return a?n[t][0]:n[t][1]}function hn(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e\u003C0)return!0;if(e\u003C10)return 4\u003C=e&&e\u003C=7;if(e\u003C100){var a=e%10;return hn(0===a?e/10:a)}if(e\u003C1e4){for(;10\u003C=e;)e/=10;return hn(e)}return hn(e/=1e3)}l.defineLocale(\\\"ky\\\",{months:\\\"\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440\\\\u044c_\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b\\\\u044c_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b\\\\u044c_\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d\\\\u044c_\\\\u0438\\\\u044e\\\\u043b\\\\u044c_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442_\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440\\\\u044c_\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440\\\\u044c_\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440\\\\u044c_\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440\\\\u044c\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u044f\\\\u043d\\\\u0432_\\\\u0444\\\\u0435\\\\u0432_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440_\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d\\\\u044c_\\\\u0438\\\\u044e\\\\u043b\\\\u044c_\\\\u0430\\\\u0432\\\\u0433_\\\\u0441\\\\u0435\\\\u043d_\\\\u043e\\\\u043a\\\\u0442_\\\\u043d\\\\u043e\\\\u044f_\\\\u0434\\\\u0435\\\\u043a\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0416\\\\u0435\\\\u043a\\\\u0448\\\\u0435\\\\u043c\\\\u0431\\\\u0438_\\\\u0414\\\\u04af\\\\u0439\\\\u0448\\\\u04e9\\\\u043c\\\\u0431\\\\u04af_\\\\u0428\\\\u0435\\\\u0439\\\\u0448\\\\u0435\\\\u043c\\\\u0431\\\\u0438_\\\\u0428\\\\u0430\\\\u0440\\\\u0448\\\\u0435\\\\u043c\\\\u0431\\\\u0438_\\\\u0411\\\\u0435\\\\u0439\\\\u0448\\\\u0435\\\\u043c\\\\u0431\\\\u0438_\\\\u0416\\\\u0443\\\\u043c\\\\u0430_\\\\u0418\\\\u0448\\\\u0435\\\\u043c\\\\u0431\\\\u0438\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0416\\\\u0435\\\\u043a_\\\\u0414\\\\u04af\\\\u0439_\\\\u0428\\\\u0435\\\\u0439_\\\\u0428\\\\u0430\\\\u0440_\\\\u0411\\\\u0435\\\\u0439_\\\\u0416\\\\u0443\\\\u043c_\\\\u0418\\\\u0448\\\\u0435\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0416\\\\u043a_\\\\u0414\\\\u0439_\\\\u0428\\\\u0439_\\\\u0428\\\\u0440_\\\\u0411\\\\u0439_\\\\u0416\\\\u043c_\\\\u0418\\\\u0448\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0411\\\\u04af\\\\u0433\\\\u04af\\\\u043d \\\\u0441\\\\u0430\\\\u0430\\\\u0442] LT\\\",nextDay:\\\"[\\\\u042d\\\\u0440\\\\u0442\\\\u0435\\\\u04a3 \\\\u0441\\\\u0430\\\\u0430\\\\u0442] LT\\\",nextWeek:\\\"dddd [\\\\u0441\\\\u0430\\\\u0430\\\\u0442] LT\\\",lastDay:\\\"[\\\\u041a\\\\u0435\\\\u0447\\\\u044d\\\\u044d \\\\u0441\\\\u0430\\\\u0430\\\\u0442] LT\\\",lastWeek:\\\"[\\\\u04e8\\\\u0442\\\\u043a\\\\u04e9\\\\u043d \\\\u0430\\\\u043f\\\\u0442\\\\u0430\\\\u043d\\\\u044b\\\\u043d] dddd [\\\\u043a\\\\u04af\\\\u043d\\\\u04af] [\\\\u0441\\\\u0430\\\\u0430\\\\u0442] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0438\\\\u0447\\\\u0438\\\\u043d\\\\u0434\\\\u0435\\\",past:\\\"%s \\\\u043c\\\\u0443\\\\u0440\\\\u0443\\\\u043d\\\",s:\\\"\\\\u0431\\\\u0438\\\\u0440\\\\u043d\\\\u0435\\\\u0447\\\\u0435 \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",ss:\\\"%d \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",m:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u043c\\\\u04af\\\\u043d\\\\u04e9\\\\u0442\\\",mm:\\\"%d \\\\u043c\\\\u04af\\\\u043d\\\\u04e9\\\\u0442\\\",h:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u0441\\\\u0430\\\\u0430\\\\u0442\\\",hh:\\\"%d \\\\u0441\\\\u0430\\\\u0430\\\\u0442\\\",d:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u043a\\\\u04af\\\\u043d\\\",dd:\\\"%d \\\\u043a\\\\u04af\\\\u043d\\\",M:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u0430\\\\u0439\\\",MM:\\\"%d \\\\u0430\\\\u0439\\\",y:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u0436\\\\u044b\\\\u043b\\\",yy:\\\"%d \\\\u0436\\\\u044b\\\\u043b\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0447\\\\u0438|\\\\u0447\\\\u044b|\\\\u0447\\\\u04af|\\\\u0447\\\\u0443)/,ordinal:function(e){return e+(ln[e]||ln[e%10]||ln[100\u003C=e?100:null])},week:{dow:1,doy:7}}),l.defineLocale(\\\"lb\\\",{months:\\\"Januar_Februar_M\\\\xe4erz_Abr\\\\xebll_Mee_Juni_Juli_August_September_Oktober_November_Dezember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"Sonndeg_M\\\\xe9indeg_D\\\\xebnschdeg_M\\\\xebttwoch_Donneschdeg_Freideg_Samschdeg\\\".split(\\\"_\\\"),weekdaysShort:\\\"So._M\\\\xe9._D\\\\xeb._M\\\\xeb._Do._Fr._Sa.\\\".split(\\\"_\\\"),weekdaysMin:\\\"So_M\\\\xe9_D\\\\xeb_M\\\\xeb_Do_Fr_Sa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm [Auer]\\\",LTS:\\\"H:mm:ss [Auer]\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm [Auer]\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm [Auer]\\\"},calendar:{sameDay:\\\"[Haut um] LT\\\",sameElse:\\\"L\\\",nextDay:\\\"[Muer um] LT\\\",nextWeek:\\\"dddd [um] LT\\\",lastDay:\\\"[G\\\\xebschter um] LT\\\",lastWeek:function(){switch(this.day()){case 2:case 4:return\\\"[Leschten] dddd [um] LT\\\";default:return\\\"[Leschte] dddd [um] LT\\\"}}},relativeTime:{future:function(e){return hn(e.substr(0,e.indexOf(\\\" \\\")))?\\\"a \\\"+e:\\\"an \\\"+e},past:function(e){return hn(e.substr(0,e.indexOf(\\\" \\\")))?\\\"viru \\\"+e:\\\"virun \\\"+e},s:\\\"e puer Sekonnen\\\",ss:\\\"%d Sekonnen\\\",m:Mn,mm:\\\"%d Minutten\\\",h:Mn,hh:\\\"%d Stonnen\\\",d:Mn,dd:\\\"%d Deeg\\\",M:Mn,MM:\\\"%d M\\\\xe9int\\\",y:Mn,yy:\\\"%d Joer\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"lo\\\",{months:\\\"\\\\u0ea1\\\\u0eb1\\\\u0e87\\\\u0e81\\\\u0ead\\\\u0e99_\\\\u0e81\\\\u0eb8\\\\u0ea1\\\\u0e9e\\\\u0eb2_\\\\u0ea1\\\\u0eb5\\\\u0e99\\\\u0eb2_\\\\u0ec0\\\\u0ea1\\\\u0eaa\\\\u0eb2_\\\\u0e9e\\\\u0eb6\\\\u0e94\\\\u0eaa\\\\u0eb0\\\\u0e9e\\\\u0eb2_\\\\u0ea1\\\\u0eb4\\\\u0e96\\\\u0eb8\\\\u0e99\\\\u0eb2_\\\\u0e81\\\\u0ecd\\\\u0ea5\\\\u0eb0\\\\u0e81\\\\u0ebb\\\\u0e94_\\\\u0eaa\\\\u0eb4\\\\u0e87\\\\u0eab\\\\u0eb2_\\\\u0e81\\\\u0eb1\\\\u0e99\\\\u0e8d\\\\u0eb2_\\\\u0e95\\\\u0eb8\\\\u0ea5\\\\u0eb2_\\\\u0e9e\\\\u0eb0\\\\u0e88\\\\u0eb4\\\\u0e81_\\\\u0e97\\\\u0eb1\\\\u0e99\\\\u0ea7\\\\u0eb2\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0ea1\\\\u0eb1\\\\u0e87\\\\u0e81\\\\u0ead\\\\u0e99_\\\\u0e81\\\\u0eb8\\\\u0ea1\\\\u0e9e\\\\u0eb2_\\\\u0ea1\\\\u0eb5\\\\u0e99\\\\u0eb2_\\\\u0ec0\\\\u0ea1\\\\u0eaa\\\\u0eb2_\\\\u0e9e\\\\u0eb6\\\\u0e94\\\\u0eaa\\\\u0eb0\\\\u0e9e\\\\u0eb2_\\\\u0ea1\\\\u0eb4\\\\u0e96\\\\u0eb8\\\\u0e99\\\\u0eb2_\\\\u0e81\\\\u0ecd\\\\u0ea5\\\\u0eb0\\\\u0e81\\\\u0ebb\\\\u0e94_\\\\u0eaa\\\\u0eb4\\\\u0e87\\\\u0eab\\\\u0eb2_\\\\u0e81\\\\u0eb1\\\\u0e99\\\\u0e8d\\\\u0eb2_\\\\u0e95\\\\u0eb8\\\\u0ea5\\\\u0eb2_\\\\u0e9e\\\\u0eb0\\\\u0e88\\\\u0eb4\\\\u0e81_\\\\u0e97\\\\u0eb1\\\\u0e99\\\\u0ea7\\\\u0eb2\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0ead\\\\u0eb2\\\\u0e97\\\\u0eb4\\\\u0e94_\\\\u0e88\\\\u0eb1\\\\u0e99_\\\\u0ead\\\\u0eb1\\\\u0e87\\\\u0e84\\\\u0eb2\\\\u0e99_\\\\u0e9e\\\\u0eb8\\\\u0e94_\\\\u0e9e\\\\u0eb0\\\\u0eab\\\\u0eb1\\\\u0e94_\\\\u0eaa\\\\u0eb8\\\\u0e81_\\\\u0ec0\\\\u0eaa\\\\u0ebb\\\\u0eb2\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0e97\\\\u0eb4\\\\u0e94_\\\\u0e88\\\\u0eb1\\\\u0e99_\\\\u0ead\\\\u0eb1\\\\u0e87\\\\u0e84\\\\u0eb2\\\\u0e99_\\\\u0e9e\\\\u0eb8\\\\u0e94_\\\\u0e9e\\\\u0eb0\\\\u0eab\\\\u0eb1\\\\u0e94_\\\\u0eaa\\\\u0eb8\\\\u0e81_\\\\u0ec0\\\\u0eaa\\\\u0ebb\\\\u0eb2\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0e97_\\\\u0e88_\\\\u0ead\\\\u0e84_\\\\u0e9e_\\\\u0e9e\\\\u0eab_\\\\u0eaa\\\\u0e81_\\\\u0eaa\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"\\\\u0ea7\\\\u0eb1\\\\u0e99dddd D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0e95\\\\u0ead\\\\u0e99\\\\u0ec0\\\\u0e8a\\\\u0ebb\\\\u0ec9\\\\u0eb2|\\\\u0e95\\\\u0ead\\\\u0e99\\\\u0ec1\\\\u0ea5\\\\u0e87/,isPM:function(e){return\\\"\\\\u0e95\\\\u0ead\\\\u0e99\\\\u0ec1\\\\u0ea5\\\\u0e87\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0e95\\\\u0ead\\\\u0e99\\\\u0ec0\\\\u0e8a\\\\u0ebb\\\\u0ec9\\\\u0eb2\\\":\\\"\\\\u0e95\\\\u0ead\\\\u0e99\\\\u0ec1\\\\u0ea5\\\\u0e87\\\"},calendar:{sameDay:\\\"[\\\\u0ea1\\\\u0eb7\\\\u0ec9\\\\u0e99\\\\u0eb5\\\\u0ec9\\\\u0ec0\\\\u0ea7\\\\u0ea5\\\\u0eb2] LT\\\",nextDay:\\\"[\\\\u0ea1\\\\u0eb7\\\\u0ec9\\\\u0ead\\\\u0eb7\\\\u0ec8\\\\u0e99\\\\u0ec0\\\\u0ea7\\\\u0ea5\\\\u0eb2] LT\\\",nextWeek:\\\"[\\\\u0ea7\\\\u0eb1\\\\u0e99]dddd[\\\\u0edc\\\\u0ec9\\\\u0eb2\\\\u0ec0\\\\u0ea7\\\\u0ea5\\\\u0eb2] LT\\\",lastDay:\\\"[\\\\u0ea1\\\\u0eb7\\\\u0ec9\\\\u0ea7\\\\u0eb2\\\\u0e99\\\\u0e99\\\\u0eb5\\\\u0ec9\\\\u0ec0\\\\u0ea7\\\\u0ea5\\\\u0eb2] LT\\\",lastWeek:\\\"[\\\\u0ea7\\\\u0eb1\\\\u0e99]dddd[\\\\u0ec1\\\\u0ea5\\\\u0ec9\\\\u0ea7\\\\u0e99\\\\u0eb5\\\\u0ec9\\\\u0ec0\\\\u0ea7\\\\u0ea5\\\\u0eb2] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0ead\\\\u0eb5\\\\u0e81 %s\\\",past:\\\"%s\\\\u0e9c\\\\u0ec8\\\\u0eb2\\\\u0e99\\\\u0ea1\\\\u0eb2\\\",s:\\\"\\\\u0e9a\\\\u0ecd\\\\u0ec8\\\\u0ec0\\\\u0e97\\\\u0ebb\\\\u0ec8\\\\u0eb2\\\\u0ec3\\\\u0e94\\\\u0ea7\\\\u0eb4\\\\u0e99\\\\u0eb2\\\\u0e97\\\\u0eb5\\\",ss:\\\"%d \\\\u0ea7\\\\u0eb4\\\\u0e99\\\\u0eb2\\\\u0e97\\\\u0eb5\\\",m:\\\"1 \\\\u0e99\\\\u0eb2\\\\u0e97\\\\u0eb5\\\",mm:\\\"%d \\\\u0e99\\\\u0eb2\\\\u0e97\\\\u0eb5\\\",h:\\\"1 \\\\u0e8a\\\\u0ebb\\\\u0ec8\\\\u0ea7\\\\u0ec2\\\\u0ea1\\\\u0e87\\\",hh:\\\"%d \\\\u0e8a\\\\u0ebb\\\\u0ec8\\\\u0ea7\\\\u0ec2\\\\u0ea1\\\\u0e87\\\",d:\\\"1 \\\\u0ea1\\\\u0eb7\\\\u0ec9\\\",dd:\\\"%d \\\\u0ea1\\\\u0eb7\\\\u0ec9\\\",M:\\\"1 \\\\u0ec0\\\\u0e94\\\\u0eb7\\\\u0ead\\\\u0e99\\\",MM:\\\"%d \\\\u0ec0\\\\u0e94\\\\u0eb7\\\\u0ead\\\\u0e99\\\",y:\\\"1 \\\\u0e9b\\\\u0eb5\\\",yy:\\\"%d \\\\u0e9b\\\\u0eb5\\\"},dayOfMonthOrdinalParse:/(\\\\u0e97\\\\u0eb5\\\\u0ec8)\\\\d{1,2}/,ordinal:function(e){return\\\"\\\\u0e97\\\\u0eb5\\\\u0ec8\\\"+e}});var Ln={ss:\\\"sekund\\\\u0117_sekund\\\\u017ei\\\\u0173_sekundes\\\",m:\\\"minut\\\\u0117_minut\\\\u0117s_minut\\\\u0119\\\",mm:\\\"minut\\\\u0117s_minu\\\\u010di\\\\u0173_minutes\\\",h:\\\"valanda_valandos_valand\\\\u0105\\\",hh:\\\"valandos_valand\\\\u0173_valandas\\\",d:\\\"diena_dienos_dien\\\\u0105\\\",dd:\\\"dienos_dien\\\\u0173_dienas\\\",M:\\\"m\\\\u0117nuo_m\\\\u0117nesio_m\\\\u0117nes\\\\u012f\\\",MM:\\\"m\\\\u0117nesiai_m\\\\u0117nesi\\\\u0173_m\\\\u0117nesius\\\",y:\\\"metai_met\\\\u0173_metus\\\",yy:\\\"metai_met\\\\u0173_metus\\\"};function cn(e,a,t,s){return a?yn(t)[0]:s?yn(t)[1]:yn(t)[2]}function Yn(e){return e%10==0||10\u003Ce&&e\u003C20}function yn(e){return Ln[e].split(\\\"_\\\")}function fn(e,a,t,s){var n=e+\\\" \\\";return 1===e?n+cn(0,a,t[0],s):a?n+(Yn(e)?yn(t)[1]:yn(t)[0]):s?n+yn(t)[1]:n+(Yn(e)?yn(t)[1]:yn(t)[2])}l.defineLocale(\\\"lt\\\",{months:{format:\\\"sausio_vasario_kovo_baland\\\\u017eio_gegu\\\\u017e\\\\u0117s_bir\\\\u017eelio_liepos_rugpj\\\\u016b\\\\u010dio_rugs\\\\u0117jo_spalio_lapkri\\\\u010dio_gruod\\\\u017eio\\\".split(\\\"_\\\"),standalone:\\\"sausis_vasaris_kovas_balandis_gegu\\\\u017e\\\\u0117_bir\\\\u017eelis_liepa_rugpj\\\\u016btis_rugs\\\\u0117jis_spalis_lapkritis_gruodis\\\".split(\\\"_\\\"),isFormat:/D[oD]?(\\\\[[^\\\\[\\\\]]*\\\\]|\\\\s)+MMMM?|MMMM?(\\\\[[^\\\\[\\\\]]*\\\\]|\\\\s)+D[oD]?/},monthsShort:\\\"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd\\\".split(\\\"_\\\"),weekdays:{format:\\\"sekmadien\\\\u012f_pirmadien\\\\u012f_antradien\\\\u012f_tre\\\\u010diadien\\\\u012f_ketvirtadien\\\\u012f_penktadien\\\\u012f_\\\\u0161e\\\\u0161tadien\\\\u012f\\\".split(\\\"_\\\"),standalone:\\\"sekmadienis_pirmadienis_antradienis_tre\\\\u010diadienis_ketvirtadienis_penktadienis_\\\\u0161e\\\\u0161tadienis\\\".split(\\\"_\\\"),isFormat:/dddd HH:mm/},weekdaysShort:\\\"Sek_Pir_Ant_Tre_Ket_Pen_\\\\u0160e\\\\u0161\\\".split(\\\"_\\\"),weekdaysMin:\\\"S_P_A_T_K_Pn_\\\\u0160\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"YYYY [m.] MMMM D [d.]\\\",LLL:\\\"YYYY [m.] MMMM D [d.], HH:mm [val.]\\\",LLLL:\\\"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]\\\",l:\\\"YYYY-MM-DD\\\",ll:\\\"YYYY [m.] MMMM D [d.]\\\",lll:\\\"YYYY [m.] MMMM D [d.], HH:mm [val.]\\\",llll:\\\"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]\\\"},calendar:{sameDay:\\\"[\\\\u0160iandien] LT\\\",nextDay:\\\"[Rytoj] LT\\\",nextWeek:\\\"dddd LT\\\",lastDay:\\\"[Vakar] LT\\\",lastWeek:\\\"[Pra\\\\u0117jus\\\\u012f] dddd LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"po %s\\\",past:\\\"prie\\\\u0161 %s\\\",s:function(e,a,t,s){return a?\\\"kelios sekund\\\\u0117s\\\":s?\\\"keli\\\\u0173 sekund\\\\u017ei\\\\u0173\\\":\\\"kelias sekundes\\\"},ss:fn,m:cn,mm:fn,h:cn,hh:fn,d:cn,dd:fn,M:cn,MM:fn,y:cn,yy:fn},dayOfMonthOrdinalParse:/\\\\d{1,2}-oji/,ordinal:function(e){return e+\\\"-oji\\\"},week:{dow:1,doy:4}});var kn={ss:\\\"sekundes_sekund\\\\u0113m_sekunde_sekundes\\\".split(\\\"_\\\"),m:\\\"min\\\\u016btes_min\\\\u016bt\\\\u0113m_min\\\\u016bte_min\\\\u016btes\\\".split(\\\"_\\\"),mm:\\\"min\\\\u016btes_min\\\\u016bt\\\\u0113m_min\\\\u016bte_min\\\\u016btes\\\".split(\\\"_\\\"),h:\\\"stundas_stund\\\\u0101m_stunda_stundas\\\".split(\\\"_\\\"),hh:\\\"stundas_stund\\\\u0101m_stunda_stundas\\\".split(\\\"_\\\"),d:\\\"dienas_dien\\\\u0101m_diena_dienas\\\".split(\\\"_\\\"),dd:\\\"dienas_dien\\\\u0101m_diena_dienas\\\".split(\\\"_\\\"),M:\\\"m\\\\u0113ne\\\\u0161a_m\\\\u0113ne\\\\u0161iem_m\\\\u0113nesis_m\\\\u0113ne\\\\u0161i\\\".split(\\\"_\\\"),MM:\\\"m\\\\u0113ne\\\\u0161a_m\\\\u0113ne\\\\u0161iem_m\\\\u0113nesis_m\\\\u0113ne\\\\u0161i\\\".split(\\\"_\\\"),y:\\\"gada_gadiem_gads_gadi\\\".split(\\\"_\\\"),yy:\\\"gada_gadiem_gads_gadi\\\".split(\\\"_\\\")};function pn(e,a,t){return t?a%10==1&&a%100!=11?e[2]:e[3]:a%10==1&&a%100!=11?e[0]:e[1]}function Dn(e,a,t){return e+\\\" \\\"+pn(kn[t],e,a)}function Tn(e,a,t){return pn(kn[t],e,a)}l.defineLocale(\\\"lv\\\",{months:\\\"janv\\\\u0101ris_febru\\\\u0101ris_marts_apr\\\\u012blis_maijs_j\\\\u016bnijs_j\\\\u016blijs_augusts_septembris_oktobris_novembris_decembris\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_mar_apr_mai_j\\\\u016bn_j\\\\u016bl_aug_sep_okt_nov_dec\\\".split(\\\"_\\\"),weekdays:\\\"sv\\\\u0113tdiena_pirmdiena_otrdiena_tre\\\\u0161diena_ceturtdiena_piektdiena_sestdiena\\\".split(\\\"_\\\"),weekdaysShort:\\\"Sv_P_O_T_C_Pk_S\\\".split(\\\"_\\\"),weekdaysMin:\\\"Sv_P_O_T_C_Pk_S\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY.\\\",LL:\\\"YYYY. [gada] D. MMMM\\\",LLL:\\\"YYYY. [gada] D. MMMM, HH:mm\\\",LLLL:\\\"YYYY. [gada] D. MMMM, dddd, HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0160odien pulksten] LT\\\",nextDay:\\\"[R\\\\u012bt pulksten] LT\\\",nextWeek:\\\"dddd [pulksten] LT\\\",lastDay:\\\"[Vakar pulksten] LT\\\",lastWeek:\\\"[Pag\\\\u0101ju\\\\u0161\\\\u0101] dddd [pulksten] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"p\\\\u0113c %s\\\",past:\\\"pirms %s\\\",s:function(e,a){return a?\\\"da\\\\u017eas sekundes\\\":\\\"da\\\\u017e\\\\u0101m sekund\\\\u0113m\\\"},ss:Dn,m:Tn,mm:Dn,h:Tn,hh:Dn,d:Tn,dd:Dn,M:Tn,MM:Dn,y:Tn,yy:Dn},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}});var gn={words:{ss:[\\\"sekund\\\",\\\"sekunda\\\",\\\"sekundi\\\"],m:[\\\"jedan minut\\\",\\\"jednog minuta\\\"],mm:[\\\"minut\\\",\\\"minuta\\\",\\\"minuta\\\"],h:[\\\"jedan sat\\\",\\\"jednog sata\\\"],hh:[\\\"sat\\\",\\\"sata\\\",\\\"sati\\\"],dd:[\\\"dan\\\",\\\"dana\\\",\\\"dana\\\"],MM:[\\\"mjesec\\\",\\\"mjeseca\\\",\\\"mjeseci\\\"],yy:[\\\"godina\\\",\\\"godine\\\",\\\"godina\\\"]},correctGrammaticalCase:function(e,a){return 1===e?a[0]:2\u003C=e&&e\u003C=4?a[1]:a[2]},translate:function(e,a,t){var s=gn.words[t];return 1===t.length?a?s[0]:s[1]:e+\\\" \\\"+gn.correctGrammaticalCase(e,s)}};function wn(e,a,t,s){switch(t){case\\\"s\\\":return a?\\\"\\\\u0445\\\\u044d\\\\u0434\\\\u0445\\\\u044d\\\\u043d \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\":\\\"\\\\u0445\\\\u044d\\\\u0434\\\\u0445\\\\u044d\\\\u043d \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u044b\\\\u043d\\\";case\\\"ss\\\":return e+(a?\\\" \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\":\\\" \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u044b\\\\u043d\\\");case\\\"m\\\":case\\\"mm\\\":return e+(a?\\\" \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\":\\\" \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u044b\\\\u043d\\\");case\\\"h\\\":case\\\"hh\\\":return e+(a?\\\" \\\\u0446\\\\u0430\\\\u0433\\\":\\\" \\\\u0446\\\\u0430\\\\u0433\\\\u0438\\\\u0439\\\\u043d\\\");case\\\"d\\\":case\\\"dd\\\":return e+(a?\\\" \\\\u04e9\\\\u0434\\\\u04e9\\\\u0440\\\":\\\" \\\\u04e9\\\\u0434\\\\u0440\\\\u0438\\\\u0439\\\\u043d\\\");case\\\"M\\\":case\\\"MM\\\":return e+(a?\\\" \\\\u0441\\\\u0430\\\\u0440\\\":\\\" \\\\u0441\\\\u0430\\\\u0440\\\\u044b\\\\u043d\\\");case\\\"y\\\":case\\\"yy\\\":return e+(a?\\\" \\\\u0436\\\\u0438\\\\u043b\\\":\\\" \\\\u0436\\\\u0438\\\\u043b\\\\u0438\\\\u0439\\\\u043d\\\");default:return e}}l.defineLocale(\\\"me\\\",{months:\\\"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar\\\".split(\\\"_\\\"),monthsShort:\\\"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"nedjelja_ponedjeljak_utorak_srijeda_\\\\u010detvrtak_petak_subota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ned._pon._uto._sri._\\\\u010det._pet._sub.\\\".split(\\\"_\\\"),weekdaysMin:\\\"ne_po_ut_sr_\\\\u010de_pe_su\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[danas u] LT\\\",nextDay:\\\"[sjutra u] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[u] [nedjelju] [u] LT\\\";case 3:return\\\"[u] [srijedu] [u] LT\\\";case 6:return\\\"[u] [subotu] [u] LT\\\";case 1:case 2:case 4:case 5:return\\\"[u] dddd [u] LT\\\"}},lastDay:\\\"[ju\\\\u010de u] LT\\\",lastWeek:function(){return[\\\"[pro\\\\u0161le] [nedjelje] [u] LT\\\",\\\"[pro\\\\u0161log] [ponedjeljka] [u] LT\\\",\\\"[pro\\\\u0161log] [utorka] [u] LT\\\",\\\"[pro\\\\u0161le] [srijede] [u] LT\\\",\\\"[pro\\\\u0161log] [\\\\u010detvrtka] [u] LT\\\",\\\"[pro\\\\u0161log] [petka] [u] LT\\\",\\\"[pro\\\\u0161le] [subote] [u] LT\\\"][this.day()]},sameElse:\\\"L\\\"},relativeTime:{future:\\\"za %s\\\",past:\\\"prije %s\\\",s:\\\"nekoliko sekundi\\\",ss:gn.translate,m:gn.translate,mm:gn.translate,h:gn.translate,hh:gn.translate,d:\\\"dan\\\",dd:gn.translate,M:\\\"mjesec\\\",MM:gn.translate,y:\\\"godinu\\\",yy:gn.translate},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:7}}),l.defineLocale(\\\"mi\\\",{months:\\\"Kohi-t\\\\u0101te_Hui-tanguru_Pout\\\\u016b-te-rangi_Paenga-wh\\\\u0101wh\\\\u0101_Haratua_Pipiri_H\\\\u014dngoingoi_Here-turi-k\\\\u014dk\\\\u0101_Mahuru_Whiringa-\\\\u0101-nuku_Whiringa-\\\\u0101-rangi_Hakihea\\\".split(\\\"_\\\"),monthsShort:\\\"Kohi_Hui_Pou_Pae_Hara_Pipi_H\\\\u014dngoi_Here_Mahu_Whi-nu_Whi-ra_Haki\\\".split(\\\"_\\\"),monthsRegex:/(?:['a-z\\\\u0101\\\\u014D\\\\u016B]+\\\\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\\\\u0101\\\\u014D\\\\u016B]+\\\\-?){1,3}/i,monthsShortRegex:/(?:['a-z\\\\u0101\\\\u014D\\\\u016B]+\\\\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\\\\u0101\\\\u014D\\\\u016B]+\\\\-?){1,2}/i,weekdays:\\\"R\\\\u0101tapu_Mane_T\\\\u016brei_Wenerei_T\\\\u0101ite_Paraire_H\\\\u0101tarei\\\".split(\\\"_\\\"),weekdaysShort:\\\"Ta_Ma_T\\\\u016b_We_T\\\\u0101i_Pa_H\\\\u0101\\\".split(\\\"_\\\"),weekdaysMin:\\\"Ta_Ma_T\\\\u016b_We_T\\\\u0101i_Pa_H\\\\u0101\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY [i] HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY [i] HH:mm\\\"},calendar:{sameDay:\\\"[i teie mahana, i] LT\\\",nextDay:\\\"[apopo i] LT\\\",nextWeek:\\\"dddd [i] LT\\\",lastDay:\\\"[inanahi i] LT\\\",lastWeek:\\\"dddd [whakamutunga i] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"i roto i %s\\\",past:\\\"%s i mua\\\",s:\\\"te h\\\\u0113kona ruarua\\\",ss:\\\"%d h\\\\u0113kona\\\",m:\\\"he meneti\\\",mm:\\\"%d meneti\\\",h:\\\"te haora\\\",hh:\\\"%d haora\\\",d:\\\"he ra\\\",dd:\\\"%d ra\\\",M:\\\"he marama\\\",MM:\\\"%d marama\\\",y:\\\"he tau\\\",yy:\\\"%d tau\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"mk\\\",{months:\\\"\\\\u0458\\\\u0430\\\\u043d\\\\u0443\\\\u0430\\\\u0440\\\\u0438_\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0443\\\\u0430\\\\u0440\\\\u0438_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440\\\\u0438\\\\u043b_\\\\u043c\\\\u0430\\\\u0458_\\\\u0458\\\\u0443\\\\u043d\\\\u0438_\\\\u0458\\\\u0443\\\\u043b\\\\u0438_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442_\\\\u0441\\\\u0435\\\\u043f\\\\u0442\\\\u0435\\\\u043c\\\\u0432\\\\u0440\\\\u0438_\\\\u043e\\\\u043a\\\\u0442\\\\u043e\\\\u043c\\\\u0432\\\\u0440\\\\u0438_\\\\u043d\\\\u043e\\\\u0435\\\\u043c\\\\u0432\\\\u0440\\\\u0438_\\\\u0434\\\\u0435\\\\u043a\\\\u0435\\\\u043c\\\\u0432\\\\u0440\\\\u0438\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0458\\\\u0430\\\\u043d_\\\\u0444\\\\u0435\\\\u0432_\\\\u043c\\\\u0430\\\\u0440_\\\\u0430\\\\u043f\\\\u0440_\\\\u043c\\\\u0430\\\\u0458_\\\\u0458\\\\u0443\\\\u043d_\\\\u0458\\\\u0443\\\\u043b_\\\\u0430\\\\u0432\\\\u0433_\\\\u0441\\\\u0435\\\\u043f_\\\\u043e\\\\u043a\\\\u0442_\\\\u043d\\\\u043e\\\\u0435_\\\\u0434\\\\u0435\\\\u043a\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u043b\\\\u0430_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u043b\\\\u043d\\\\u0438\\\\u043a_\\\\u0432\\\\u0442\\\\u043e\\\\u0440\\\\u043d\\\\u0438\\\\u043a_\\\\u0441\\\\u0440\\\\u0435\\\\u0434\\\\u0430_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0440\\\\u0442\\\\u043e\\\\u043a_\\\\u043f\\\\u0435\\\\u0442\\\\u043e\\\\u043a_\\\\u0441\\\\u0430\\\\u0431\\\\u043e\\\\u0442\\\\u0430\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u043d\\\\u0435\\\\u0434_\\\\u043f\\\\u043e\\\\u043d_\\\\u0432\\\\u0442\\\\u043e_\\\\u0441\\\\u0440\\\\u0435_\\\\u0447\\\\u0435\\\\u0442_\\\\u043f\\\\u0435\\\\u0442_\\\\u0441\\\\u0430\\\\u0431\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u043de_\\\\u043fo_\\\\u0432\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0435_\\\\u043f\\\\u0435_\\\\u0441a\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"D.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[\\\\u0414\\\\u0435\\\\u043d\\\\u0435\\\\u0441 \\\\u0432\\\\u043e] LT\\\",nextDay:\\\"[\\\\u0423\\\\u0442\\\\u0440\\\\u0435 \\\\u0432\\\\u043e] LT\\\",nextWeek:\\\"[\\\\u0412\\\\u043e] dddd [\\\\u0432\\\\u043e] LT\\\",lastDay:\\\"[\\\\u0412\\\\u0447\\\\u0435\\\\u0440\\\\u0430 \\\\u0432\\\\u043e] LT\\\",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return\\\"[\\\\u0418\\\\u0437\\\\u043c\\\\u0438\\\\u043d\\\\u0430\\\\u0442\\\\u0430\\\\u0442\\\\u0430] dddd [\\\\u0432\\\\u043e] LT\\\";case 1:case 2:case 4:case 5:return\\\"[\\\\u0418\\\\u0437\\\\u043c\\\\u0438\\\\u043d\\\\u0430\\\\u0442\\\\u0438\\\\u043e\\\\u0442] dddd [\\\\u0432\\\\u043e] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u043f\\\\u043e\\\\u0441\\\\u043b\\\\u0435 %s\\\",past:\\\"\\\\u043f\\\\u0440\\\\u0435\\\\u0434 %s\\\",s:\\\"\\\\u043d\\\\u0435\\\\u043a\\\\u043e\\\\u043b\\\\u043a\\\\u0443 \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438\\\",ss:\\\"%d \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438\\\",m:\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0430\\\",mm:\\\"%d \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0438\\\",h:\\\"\\\\u0447\\\\u0430\\\\u0441\\\",hh:\\\"%d \\\\u0447\\\\u0430\\\\u0441\\\\u0430\\\",d:\\\"\\\\u0434\\\\u0435\\\\u043d\\\",dd:\\\"%d \\\\u0434\\\\u0435\\\\u043d\\\\u0430\\\",M:\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\",MM:\\\"%d \\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\\u0438\\\",y:\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0430\\\",yy:\\\"%d \\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0438\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0435\\\\u0432|\\\\u0435\\\\u043d|\\\\u0442\\\\u0438|\\\\u0432\\\\u0438|\\\\u0440\\\\u0438|\\\\u043c\\\\u0438)/,ordinal:function(e){var a=e%10,t=e%100;return 0===e?e+\\\"-\\\\u0435\\\\u0432\\\":0===t?e+\\\"-\\\\u0435\\\\u043d\\\":10\u003Ct&&t\u003C20?e+\\\"-\\\\u0442\\\\u0438\\\":1===a?e+\\\"-\\\\u0432\\\\u0438\\\":2===a?e+\\\"-\\\\u0440\\\\u0438\\\":7===a||8===a?e+\\\"-\\\\u043c\\\\u0438\\\":e+\\\"-\\\\u0442\\\\u0438\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"ml\\\",{months:\\\"\\\\u0d1c\\\\u0d28\\\\u0d41\\\\u0d35\\\\u0d30\\\\u0d3f_\\\\u0d2b\\\\u0d46\\\\u0d2c\\\\u0d4d\\\\u0d30\\\\u0d41\\\\u0d35\\\\u0d30\\\\u0d3f_\\\\u0d2e\\\\u0d3e\\\\u0d7c\\\\u0d1a\\\\u0d4d\\\\u0d1a\\\\u0d4d_\\\\u0d0f\\\\u0d2a\\\\u0d4d\\\\u0d30\\\\u0d3f\\\\u0d7d_\\\\u0d2e\\\\u0d47\\\\u0d2f\\\\u0d4d_\\\\u0d1c\\\\u0d42\\\\u0d7a_\\\\u0d1c\\\\u0d42\\\\u0d32\\\\u0d48_\\\\u0d13\\\\u0d17\\\\u0d38\\\\u0d4d\\\\u0d31\\\\u0d4d\\\\u0d31\\\\u0d4d_\\\\u0d38\\\\u0d46\\\\u0d2a\\\\u0d4d\\\\u0d31\\\\u0d4d\\\\u0d31\\\\u0d02\\\\u0d2c\\\\u0d7c_\\\\u0d12\\\\u0d15\\\\u0d4d\\\\u0d1f\\\\u0d4b\\\\u0d2c\\\\u0d7c_\\\\u0d28\\\\u0d35\\\\u0d02\\\\u0d2c\\\\u0d7c_\\\\u0d21\\\\u0d3f\\\\u0d38\\\\u0d02\\\\u0d2c\\\\u0d7c\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0d1c\\\\u0d28\\\\u0d41._\\\\u0d2b\\\\u0d46\\\\u0d2c\\\\u0d4d\\\\u0d30\\\\u0d41._\\\\u0d2e\\\\u0d3e\\\\u0d7c._\\\\u0d0f\\\\u0d2a\\\\u0d4d\\\\u0d30\\\\u0d3f._\\\\u0d2e\\\\u0d47\\\\u0d2f\\\\u0d4d_\\\\u0d1c\\\\u0d42\\\\u0d7a_\\\\u0d1c\\\\u0d42\\\\u0d32\\\\u0d48._\\\\u0d13\\\\u0d17._\\\\u0d38\\\\u0d46\\\\u0d2a\\\\u0d4d\\\\u0d31\\\\u0d4d\\\\u0d31._\\\\u0d12\\\\u0d15\\\\u0d4d\\\\u0d1f\\\\u0d4b._\\\\u0d28\\\\u0d35\\\\u0d02._\\\\u0d21\\\\u0d3f\\\\u0d38\\\\u0d02.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0d1e\\\\u0d3e\\\\u0d2f\\\\u0d31\\\\u0d3e\\\\u0d34\\\\u0d4d\\\\u0d1a_\\\\u0d24\\\\u0d3f\\\\u0d19\\\\u0d4d\\\\u0d15\\\\u0d33\\\\u0d3e\\\\u0d34\\\\u0d4d\\\\u0d1a_\\\\u0d1a\\\\u0d4a\\\\u0d35\\\\u0d4d\\\\u0d35\\\\u0d3e\\\\u0d34\\\\u0d4d\\\\u0d1a_\\\\u0d2c\\\\u0d41\\\\u0d27\\\\u0d28\\\\u0d3e\\\\u0d34\\\\u0d4d\\\\u0d1a_\\\\u0d35\\\\u0d4d\\\\u0d2f\\\\u0d3e\\\\u0d34\\\\u0d3e\\\\u0d34\\\\u0d4d\\\\u0d1a_\\\\u0d35\\\\u0d46\\\\u0d33\\\\u0d4d\\\\u0d33\\\\u0d3f\\\\u0d2f\\\\u0d3e\\\\u0d34\\\\u0d4d\\\\u0d1a_\\\\u0d36\\\\u0d28\\\\u0d3f\\\\u0d2f\\\\u0d3e\\\\u0d34\\\\u0d4d\\\\u0d1a\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0d1e\\\\u0d3e\\\\u0d2f\\\\u0d7c_\\\\u0d24\\\\u0d3f\\\\u0d19\\\\u0d4d\\\\u0d15\\\\u0d7e_\\\\u0d1a\\\\u0d4a\\\\u0d35\\\\u0d4d\\\\u0d35_\\\\u0d2c\\\\u0d41\\\\u0d27\\\\u0d7b_\\\\u0d35\\\\u0d4d\\\\u0d2f\\\\u0d3e\\\\u0d34\\\\u0d02_\\\\u0d35\\\\u0d46\\\\u0d33\\\\u0d4d\\\\u0d33\\\\u0d3f_\\\\u0d36\\\\u0d28\\\\u0d3f\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0d1e\\\\u0d3e_\\\\u0d24\\\\u0d3f_\\\\u0d1a\\\\u0d4a_\\\\u0d2c\\\\u0d41_\\\\u0d35\\\\u0d4d\\\\u0d2f\\\\u0d3e_\\\\u0d35\\\\u0d46_\\\\u0d36\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm -\\\\u0d28\\\\u0d41\\\",LTS:\\\"A h:mm:ss -\\\\u0d28\\\\u0d41\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm -\\\\u0d28\\\\u0d41\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm -\\\\u0d28\\\\u0d41\\\"},calendar:{sameDay:\\\"[\\\\u0d07\\\\u0d28\\\\u0d4d\\\\u0d28\\\\u0d4d] LT\\\",nextDay:\\\"[\\\\u0d28\\\\u0d3e\\\\u0d33\\\\u0d46] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0d07\\\\u0d28\\\\u0d4d\\\\u0d28\\\\u0d32\\\\u0d46] LT\\\",lastWeek:\\\"[\\\\u0d15\\\\u0d34\\\\u0d3f\\\\u0d1e\\\\u0d4d\\\\u0d1e] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0d15\\\\u0d34\\\\u0d3f\\\\u0d1e\\\\u0d4d\\\\u0d1e\\\\u0d4d\\\",past:\\\"%s \\\\u0d2e\\\\u0d41\\\\u0d7b\\\\u0d2a\\\\u0d4d\\\",s:\\\"\\\\u0d05\\\\u0d7d\\\\u0d2a \\\\u0d28\\\\u0d3f\\\\u0d2e\\\\u0d3f\\\\u0d37\\\\u0d19\\\\u0d4d\\\\u0d19\\\\u0d7e\\\",ss:\\\"%d \\\\u0d38\\\\u0d46\\\\u0d15\\\\u0d4d\\\\u0d15\\\\u0d7b\\\\u0d21\\\\u0d4d\\\",m:\\\"\\\\u0d12\\\\u0d30\\\\u0d41 \\\\u0d2e\\\\u0d3f\\\\u0d28\\\\u0d3f\\\\u0d31\\\\u0d4d\\\\u0d31\\\\u0d4d\\\",mm:\\\"%d \\\\u0d2e\\\\u0d3f\\\\u0d28\\\\u0d3f\\\\u0d31\\\\u0d4d\\\\u0d31\\\\u0d4d\\\",h:\\\"\\\\u0d12\\\\u0d30\\\\u0d41 \\\\u0d2e\\\\u0d23\\\\u0d3f\\\\u0d15\\\\u0d4d\\\\u0d15\\\\u0d42\\\\u0d7c\\\",hh:\\\"%d \\\\u0d2e\\\\u0d23\\\\u0d3f\\\\u0d15\\\\u0d4d\\\\u0d15\\\\u0d42\\\\u0d7c\\\",d:\\\"\\\\u0d12\\\\u0d30\\\\u0d41 \\\\u0d26\\\\u0d3f\\\\u0d35\\\\u0d38\\\\u0d02\\\",dd:\\\"%d \\\\u0d26\\\\u0d3f\\\\u0d35\\\\u0d38\\\\u0d02\\\",M:\\\"\\\\u0d12\\\\u0d30\\\\u0d41 \\\\u0d2e\\\\u0d3e\\\\u0d38\\\\u0d02\\\",MM:\\\"%d \\\\u0d2e\\\\u0d3e\\\\u0d38\\\\u0d02\\\",y:\\\"\\\\u0d12\\\\u0d30\\\\u0d41 \\\\u0d35\\\\u0d7c\\\\u0d37\\\\u0d02\\\",yy:\\\"%d \\\\u0d35\\\\u0d7c\\\\u0d37\\\\u0d02\\\"},meridiemParse:/\\\\u0d30\\\\u0d3e\\\\u0d24\\\\u0d4d\\\\u0d30\\\\u0d3f|\\\\u0d30\\\\u0d3e\\\\u0d35\\\\u0d3f\\\\u0d32\\\\u0d46|\\\\u0d09\\\\u0d1a\\\\u0d4d\\\\u0d1a \\\\u0d15\\\\u0d34\\\\u0d3f\\\\u0d1e\\\\u0d4d\\\\u0d1e\\\\u0d4d|\\\\u0d35\\\\u0d48\\\\u0d15\\\\u0d41\\\\u0d28\\\\u0d4d\\\\u0d28\\\\u0d47\\\\u0d30\\\\u0d02|\\\\u0d30\\\\u0d3e\\\\u0d24\\\\u0d4d\\\\u0d30\\\\u0d3f/i,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0d30\\\\u0d3e\\\\u0d24\\\\u0d4d\\\\u0d30\\\\u0d3f\\\"===a&&4\u003C=e||\\\"\\\\u0d09\\\\u0d1a\\\\u0d4d\\\\u0d1a \\\\u0d15\\\\u0d34\\\\u0d3f\\\\u0d1e\\\\u0d4d\\\\u0d1e\\\\u0d4d\\\"===a||\\\"\\\\u0d35\\\\u0d48\\\\u0d15\\\\u0d41\\\\u0d28\\\\u0d4d\\\\u0d28\\\\u0d47\\\\u0d30\\\\u0d02\\\"===a?e+12:e},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0d30\\\\u0d3e\\\\u0d24\\\\u0d4d\\\\u0d30\\\\u0d3f\\\":e\u003C12?\\\"\\\\u0d30\\\\u0d3e\\\\u0d35\\\\u0d3f\\\\u0d32\\\\u0d46\\\":e\u003C17?\\\"\\\\u0d09\\\\u0d1a\\\\u0d4d\\\\u0d1a \\\\u0d15\\\\u0d34\\\\u0d3f\\\\u0d1e\\\\u0d4d\\\\u0d1e\\\\u0d4d\\\":e\u003C20?\\\"\\\\u0d35\\\\u0d48\\\\u0d15\\\\u0d41\\\\u0d28\\\\u0d4d\\\\u0d28\\\\u0d47\\\\u0d30\\\\u0d02\\\":\\\"\\\\u0d30\\\\u0d3e\\\\u0d24\\\\u0d4d\\\\u0d30\\\\u0d3f\\\"}}),l.defineLocale(\\\"mn\\\",{months:\\\"\\\\u041d\\\\u044d\\\\u0433\\\\u0434\\\\u04af\\\\u0433\\\\u044d\\\\u044d\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0425\\\\u043e\\\\u0451\\\\u0440\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0413\\\\u0443\\\\u0440\\\\u0430\\\\u0432\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0414\\\\u04e9\\\\u0440\\\\u04e9\\\\u0432\\\\u0434\\\\u04af\\\\u0433\\\\u044d\\\\u044d\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0422\\\\u0430\\\\u0432\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0417\\\\u0443\\\\u0440\\\\u0433\\\\u0430\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0414\\\\u043e\\\\u043b\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u041d\\\\u0430\\\\u0439\\\\u043c\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0415\\\\u0441\\\\u0434\\\\u04af\\\\u0433\\\\u044d\\\\u044d\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0410\\\\u0440\\\\u0430\\\\u0432\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0410\\\\u0440\\\\u0432\\\\u0430\\\\u043d \\\\u043d\\\\u044d\\\\u0433\\\\u0434\\\\u04af\\\\u0433\\\\u044d\\\\u044d\\\\u0440 \\\\u0441\\\\u0430\\\\u0440_\\\\u0410\\\\u0440\\\\u0432\\\\u0430\\\\u043d \\\\u0445\\\\u043e\\\\u0451\\\\u0440\\\\u0434\\\\u0443\\\\u0433\\\\u0430\\\\u0430\\\\u0440 \\\\u0441\\\\u0430\\\\u0440\\\".split(\\\"_\\\"),monthsShort:\\\"1 \\\\u0441\\\\u0430\\\\u0440_2 \\\\u0441\\\\u0430\\\\u0440_3 \\\\u0441\\\\u0430\\\\u0440_4 \\\\u0441\\\\u0430\\\\u0440_5 \\\\u0441\\\\u0430\\\\u0440_6 \\\\u0441\\\\u0430\\\\u0440_7 \\\\u0441\\\\u0430\\\\u0440_8 \\\\u0441\\\\u0430\\\\u0440_9 \\\\u0441\\\\u0430\\\\u0440_10 \\\\u0441\\\\u0430\\\\u0440_11 \\\\u0441\\\\u0430\\\\u0440_12 \\\\u0441\\\\u0430\\\\u0440\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u041d\\\\u044f\\\\u043c_\\\\u0414\\\\u0430\\\\u0432\\\\u0430\\\\u0430_\\\\u041c\\\\u044f\\\\u0433\\\\u043c\\\\u0430\\\\u0440_\\\\u041b\\\\u0445\\\\u0430\\\\u0433\\\\u0432\\\\u0430_\\\\u041f\\\\u04af\\\\u0440\\\\u044d\\\\u0432_\\\\u0411\\\\u0430\\\\u0430\\\\u0441\\\\u0430\\\\u043d_\\\\u0411\\\\u044f\\\\u043c\\\\u0431\\\\u0430\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u041d\\\\u044f\\\\u043c_\\\\u0414\\\\u0430\\\\u0432_\\\\u041c\\\\u044f\\\\u0433_\\\\u041b\\\\u0445\\\\u0430_\\\\u041f\\\\u04af\\\\u0440_\\\\u0411\\\\u0430\\\\u0430_\\\\u0411\\\\u044f\\\\u043c\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u041d\\\\u044f_\\\\u0414\\\\u0430_\\\\u041c\\\\u044f_\\\\u041b\\\\u0445_\\\\u041f\\\\u04af_\\\\u0411\\\\u0430_\\\\u0411\\\\u044f\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"YYYY \\\\u043e\\\\u043d\\\\u044b MMMM\\\\u044b\\\\u043d D\\\",LLL:\\\"YYYY \\\\u043e\\\\u043d\\\\u044b MMMM\\\\u044b\\\\u043d D HH:mm\\\",LLLL:\\\"dddd, YYYY \\\\u043e\\\\u043d\\\\u044b MMMM\\\\u044b\\\\u043d D HH:mm\\\"},meridiemParse:/\\\\u04ae\\\\u04e8|\\\\u04ae\\\\u0425/i,isPM:function(e){return\\\"\\\\u04ae\\\\u0425\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u04ae\\\\u04e8\\\":\\\"\\\\u04ae\\\\u0425\\\"},calendar:{sameDay:\\\"[\\\\u04e8\\\\u043d\\\\u04e9\\\\u04e9\\\\u0434\\\\u04e9\\\\u0440] LT\\\",nextDay:\\\"[\\\\u041c\\\\u0430\\\\u0440\\\\u0433\\\\u0430\\\\u0430\\\\u0448] LT\\\",nextWeek:\\\"[\\\\u0418\\\\u0440\\\\u044d\\\\u0445] dddd LT\\\",lastDay:\\\"[\\\\u04e8\\\\u0447\\\\u0438\\\\u0433\\\\u0434\\\\u04e9\\\\u0440] LT\\\",lastWeek:\\\"[\\\\u04e8\\\\u043d\\\\u0433\\\\u04e9\\\\u0440\\\\u0441\\\\u04e9\\\\u043d] dddd LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0434\\\\u0430\\\\u0440\\\\u0430\\\\u0430\\\",past:\\\"%s \\\\u04e9\\\\u043c\\\\u043d\\\\u04e9\\\",s:wn,ss:wn,m:wn,mm:wn,h:wn,hh:wn,d:wn,dd:wn,M:wn,MM:wn,y:wn,yy:wn},dayOfMonthOrdinalParse:/\\\\d{1,2} \\\\u04e9\\\\u0434\\\\u04e9\\\\u0440/,ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"DDD\\\":return e+\\\" \\\\u04e9\\\\u0434\\\\u04e9\\\\u0440\\\";default:return e}}});var vn={1:\\\"\\\\u0967\\\",2:\\\"\\\\u0968\\\",3:\\\"\\\\u0969\\\",4:\\\"\\\\u096a\\\",5:\\\"\\\\u096b\\\",6:\\\"\\\\u096c\\\",7:\\\"\\\\u096d\\\",8:\\\"\\\\u096e\\\",9:\\\"\\\\u096f\\\",0:\\\"\\\\u0966\\\"},Sn={\\\"\\\\u0967\\\":\\\"1\\\",\\\"\\\\u0968\\\":\\\"2\\\",\\\"\\\\u0969\\\":\\\"3\\\",\\\"\\\\u096a\\\":\\\"4\\\",\\\"\\\\u096b\\\":\\\"5\\\",\\\"\\\\u096c\\\":\\\"6\\\",\\\"\\\\u096d\\\":\\\"7\\\",\\\"\\\\u096e\\\":\\\"8\\\",\\\"\\\\u096f\\\":\\\"9\\\",\\\"\\\\u0966\\\":\\\"0\\\"};function Hn(e,a,t,s){var n=\\\"\\\";if(a)switch(t){case\\\"s\\\":n=\\\"\\\\u0915\\\\u093e\\\\u0939\\\\u0940 \\\\u0938\\\\u0947\\\\u0915\\\\u0902\\\\u0926\\\";break;case\\\"ss\\\":n=\\\"%d \\\\u0938\\\\u0947\\\\u0915\\\\u0902\\\\u0926\\\";break;case\\\"m\\\":n=\\\"\\\\u090f\\\\u0915 \\\\u092e\\\\u093f\\\\u0928\\\\u093f\\\\u091f\\\";break;case\\\"mm\\\":n=\\\"%d \\\\u092e\\\\u093f\\\\u0928\\\\u093f\\\\u091f\\\\u0947\\\";break;case\\\"h\\\":n=\\\"\\\\u090f\\\\u0915 \\\\u0924\\\\u093e\\\\u0938\\\";break;case\\\"hh\\\":n=\\\"%d \\\\u0924\\\\u093e\\\\u0938\\\";break;case\\\"d\\\":n=\\\"\\\\u090f\\\\u0915 \\\\u0926\\\\u093f\\\\u0935\\\\u0938\\\";break;case\\\"dd\\\":n=\\\"%d \\\\u0926\\\\u093f\\\\u0935\\\\u0938\\\";break;case\\\"M\\\":n=\\\"\\\\u090f\\\\u0915 \\\\u092e\\\\u0939\\\\u093f\\\\u0928\\\\u093e\\\";break;case\\\"MM\\\":n=\\\"%d \\\\u092e\\\\u0939\\\\u093f\\\\u0928\\\\u0947\\\";break;case\\\"y\\\":n=\\\"\\\\u090f\\\\u0915 \\\\u0935\\\\u0930\\\\u094d\\\\u0937\\\";break;case\\\"yy\\\":n=\\\"%d \\\\u0935\\\\u0930\\\\u094d\\\\u0937\\\\u0947\\\";break}else switch(t){case\\\"s\\\":n=\\\"\\\\u0915\\\\u093e\\\\u0939\\\\u0940 \\\\u0938\\\\u0947\\\\u0915\\\\u0902\\\\u0926\\\\u093e\\\\u0902\\\";break;case\\\"ss\\\":n=\\\"%d \\\\u0938\\\\u0947\\\\u0915\\\\u0902\\\\u0926\\\\u093e\\\\u0902\\\";break;case\\\"m\\\":n=\\\"\\\\u090f\\\\u0915\\\\u093e \\\\u092e\\\\u093f\\\\u0928\\\\u093f\\\\u091f\\\\u093e\\\";break;case\\\"mm\\\":n=\\\"%d \\\\u092e\\\\u093f\\\\u0928\\\\u093f\\\\u091f\\\\u093e\\\\u0902\\\";break;case\\\"h\\\":n=\\\"\\\\u090f\\\\u0915\\\\u093e \\\\u0924\\\\u093e\\\\u0938\\\\u093e\\\";break;case\\\"hh\\\":n=\\\"%d \\\\u0924\\\\u093e\\\\u0938\\\\u093e\\\\u0902\\\";break;case\\\"d\\\":n=\\\"\\\\u090f\\\\u0915\\\\u093e \\\\u0926\\\\u093f\\\\u0935\\\\u0938\\\\u093e\\\";break;case\\\"dd\\\":n=\\\"%d \\\\u0926\\\\u093f\\\\u0935\\\\u0938\\\\u093e\\\\u0902\\\";break;case\\\"M\\\":n=\\\"\\\\u090f\\\\u0915\\\\u093e \\\\u092e\\\\u0939\\\\u093f\\\\u0928\\\\u094d\\\\u092f\\\\u093e\\\";break;case\\\"MM\\\":n=\\\"%d \\\\u092e\\\\u0939\\\\u093f\\\\u0928\\\\u094d\\\\u092f\\\\u093e\\\\u0902\\\";break;case\\\"y\\\":n=\\\"\\\\u090f\\\\u0915\\\\u093e \\\\u0935\\\\u0930\\\\u094d\\\\u0937\\\\u093e\\\";break;case\\\"yy\\\":n=\\\"%d \\\\u0935\\\\u0930\\\\u094d\\\\u0937\\\\u093e\\\\u0902\\\";break}return n.replace(/%d/i,e)}l.defineLocale(\\\"mr\\\",{months:\\\"\\\\u091c\\\\u093e\\\\u0928\\\\u0947\\\\u0935\\\\u093e\\\\u0930\\\\u0940_\\\\u092b\\\\u0947\\\\u092c\\\\u094d\\\\u0930\\\\u0941\\\\u0935\\\\u093e\\\\u0930\\\\u0940_\\\\u092e\\\\u093e\\\\u0930\\\\u094d\\\\u091a_\\\\u090f\\\\u092a\\\\u094d\\\\u0930\\\\u093f\\\\u0932_\\\\u092e\\\\u0947_\\\\u091c\\\\u0942\\\\u0928_\\\\u091c\\\\u0941\\\\u0932\\\\u0948_\\\\u0911\\\\u0917\\\\u0938\\\\u094d\\\\u091f_\\\\u0938\\\\u092a\\\\u094d\\\\u091f\\\\u0947\\\\u0902\\\\u092c\\\\u0930_\\\\u0911\\\\u0915\\\\u094d\\\\u091f\\\\u094b\\\\u092c\\\\u0930_\\\\u0928\\\\u094b\\\\u0935\\\\u094d\\\\u0939\\\\u0947\\\\u0902\\\\u092c\\\\u0930_\\\\u0921\\\\u093f\\\\u0938\\\\u0947\\\\u0902\\\\u092c\\\\u0930\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u091c\\\\u093e\\\\u0928\\\\u0947._\\\\u092b\\\\u0947\\\\u092c\\\\u094d\\\\u0930\\\\u0941._\\\\u092e\\\\u093e\\\\u0930\\\\u094d\\\\u091a._\\\\u090f\\\\u092a\\\\u094d\\\\u0930\\\\u093f._\\\\u092e\\\\u0947._\\\\u091c\\\\u0942\\\\u0928._\\\\u091c\\\\u0941\\\\u0932\\\\u0948._\\\\u0911\\\\u0917._\\\\u0938\\\\u092a\\\\u094d\\\\u091f\\\\u0947\\\\u0902._\\\\u0911\\\\u0915\\\\u094d\\\\u091f\\\\u094b._\\\\u0928\\\\u094b\\\\u0935\\\\u094d\\\\u0939\\\\u0947\\\\u0902._\\\\u0921\\\\u093f\\\\u0938\\\\u0947\\\\u0902.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0930\\\\u0935\\\\u093f\\\\u0935\\\\u093e\\\\u0930_\\\\u0938\\\\u094b\\\\u092e\\\\u0935\\\\u093e\\\\u0930_\\\\u092e\\\\u0902\\\\u0917\\\\u0933\\\\u0935\\\\u093e\\\\u0930_\\\\u092c\\\\u0941\\\\u0927\\\\u0935\\\\u093e\\\\u0930_\\\\u0917\\\\u0941\\\\u0930\\\\u0942\\\\u0935\\\\u093e\\\\u0930_\\\\u0936\\\\u0941\\\\u0915\\\\u094d\\\\u0930\\\\u0935\\\\u093e\\\\u0930_\\\\u0936\\\\u0928\\\\u093f\\\\u0935\\\\u093e\\\\u0930\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0930\\\\u0935\\\\u093f_\\\\u0938\\\\u094b\\\\u092e_\\\\u092e\\\\u0902\\\\u0917\\\\u0933_\\\\u092c\\\\u0941\\\\u0927_\\\\u0917\\\\u0941\\\\u0930\\\\u0942_\\\\u0936\\\\u0941\\\\u0915\\\\u094d\\\\u0930_\\\\u0936\\\\u0928\\\\u093f\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0930_\\\\u0938\\\\u094b_\\\\u092e\\\\u0902_\\\\u092c\\\\u0941_\\\\u0917\\\\u0941_\\\\u0936\\\\u0941_\\\\u0936\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm \\\\u0935\\\\u093e\\\\u091c\\\\u0924\\\\u093e\\\",LTS:\\\"A h:mm:ss \\\\u0935\\\\u093e\\\\u091c\\\\u0924\\\\u093e\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm \\\\u0935\\\\u093e\\\\u091c\\\\u0924\\\\u093e\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm \\\\u0935\\\\u093e\\\\u091c\\\\u0924\\\\u093e\\\"},calendar:{sameDay:\\\"[\\\\u0906\\\\u091c] LT\\\",nextDay:\\\"[\\\\u0909\\\\u0926\\\\u094d\\\\u092f\\\\u093e] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0915\\\\u093e\\\\u0932] LT\\\",lastWeek:\\\"[\\\\u092e\\\\u093e\\\\u0917\\\\u0940\\\\u0932] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s\\\\u092e\\\\u0927\\\\u094d\\\\u092f\\\\u0947\\\",past:\\\"%s\\\\u092a\\\\u0942\\\\u0930\\\\u094d\\\\u0935\\\\u0940\\\",s:Hn,ss:Hn,m:Hn,mm:Hn,h:Hn,hh:Hn,d:Hn,dd:Hn,M:Hn,MM:Hn,y:Hn,yy:Hn},preparse:function(e){return e.replace(/[\\\\u0967\\\\u0968\\\\u0969\\\\u096a\\\\u096b\\\\u096c\\\\u096d\\\\u096e\\\\u096f\\\\u0966]/g,function(e){return Sn[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return vn[e]})},meridiemParse:/\\\\u0930\\\\u093e\\\\u0924\\\\u094d\\\\u0930\\\\u0940|\\\\u0938\\\\u0915\\\\u093e\\\\u0933\\\\u0940|\\\\u0926\\\\u0941\\\\u092a\\\\u093e\\\\u0930\\\\u0940|\\\\u0938\\\\u093e\\\\u092f\\\\u0902\\\\u0915\\\\u093e\\\\u0933\\\\u0940/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0930\\\\u093e\\\\u0924\\\\u094d\\\\u0930\\\\u0940\\\"===a?e\u003C4?e:e+12:\\\"\\\\u0938\\\\u0915\\\\u093e\\\\u0933\\\\u0940\\\"===a?e:\\\"\\\\u0926\\\\u0941\\\\u092a\\\\u093e\\\\u0930\\\\u0940\\\"===a?10\u003C=e?e:e+12:\\\"\\\\u0938\\\\u093e\\\\u092f\\\\u0902\\\\u0915\\\\u093e\\\\u0933\\\\u0940\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0930\\\\u093e\\\\u0924\\\\u094d\\\\u0930\\\\u0940\\\":e\u003C10?\\\"\\\\u0938\\\\u0915\\\\u093e\\\\u0933\\\\u0940\\\":e\u003C17?\\\"\\\\u0926\\\\u0941\\\\u092a\\\\u093e\\\\u0930\\\\u0940\\\":e\u003C20?\\\"\\\\u0938\\\\u093e\\\\u092f\\\\u0902\\\\u0915\\\\u093e\\\\u0933\\\\u0940\\\":\\\"\\\\u0930\\\\u093e\\\\u0924\\\\u094d\\\\u0930\\\\u0940\\\"},week:{dow:0,doy:6}}),l.defineLocale(\\\"ms-my\\\",{months:\\\"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis\\\".split(\\\"_\\\"),weekdays:\\\"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu\\\".split(\\\"_\\\"),weekdaysShort:\\\"Ahd_Isn_Sel_Rab_Kha_Jum_Sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"Ah_Is_Sl_Rb_Km_Jm_Sb\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH.mm\\\",LTS:\\\"HH.mm.ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY [pukul] HH.mm\\\",LLLL:\\\"dddd, D MMMM YYYY [pukul] HH.mm\\\"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"pagi\\\"===a?e:\\\"tengahari\\\"===a?11\u003C=e?e:e+12:\\\"petang\\\"===a||\\\"malam\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C11?\\\"pagi\\\":e\u003C15?\\\"tengahari\\\":e\u003C19?\\\"petang\\\":\\\"malam\\\"},calendar:{sameDay:\\\"[Hari ini pukul] LT\\\",nextDay:\\\"[Esok pukul] LT\\\",nextWeek:\\\"dddd [pukul] LT\\\",lastDay:\\\"[Kelmarin pukul] LT\\\",lastWeek:\\\"dddd [lepas pukul] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"dalam %s\\\",past:\\\"%s yang lepas\\\",s:\\\"beberapa saat\\\",ss:\\\"%d saat\\\",m:\\\"seminit\\\",mm:\\\"%d minit\\\",h:\\\"sejam\\\",hh:\\\"%d jam\\\",d:\\\"sehari\\\",dd:\\\"%d hari\\\",M:\\\"sebulan\\\",MM:\\\"%d bulan\\\",y:\\\"setahun\\\",yy:\\\"%d tahun\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"ms\\\",{months:\\\"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis\\\".split(\\\"_\\\"),weekdays:\\\"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu\\\".split(\\\"_\\\"),weekdaysShort:\\\"Ahd_Isn_Sel_Rab_Kha_Jum_Sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"Ah_Is_Sl_Rb_Km_Jm_Sb\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH.mm\\\",LTS:\\\"HH.mm.ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY [pukul] HH.mm\\\",LLLL:\\\"dddd, D MMMM YYYY [pukul] HH.mm\\\"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"pagi\\\"===a?e:\\\"tengahari\\\"===a?11\u003C=e?e:e+12:\\\"petang\\\"===a||\\\"malam\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C11?\\\"pagi\\\":e\u003C15?\\\"tengahari\\\":e\u003C19?\\\"petang\\\":\\\"malam\\\"},calendar:{sameDay:\\\"[Hari ini pukul] LT\\\",nextDay:\\\"[Esok pukul] LT\\\",nextWeek:\\\"dddd [pukul] LT\\\",lastDay:\\\"[Kelmarin pukul] LT\\\",lastWeek:\\\"dddd [lepas pukul] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"dalam %s\\\",past:\\\"%s yang lepas\\\",s:\\\"beberapa saat\\\",ss:\\\"%d saat\\\",m:\\\"seminit\\\",mm:\\\"%d minit\\\",h:\\\"sejam\\\",hh:\\\"%d jam\\\",d:\\\"sehari\\\",dd:\\\"%d hari\\\",M:\\\"sebulan\\\",MM:\\\"%d bulan\\\",y:\\\"setahun\\\",yy:\\\"%d tahun\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"mt\\\",{months:\\\"Jannar_Frar_Marzu_April_Mejju_\\\\u0120unju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Di\\\\u010bembru\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Fra_Mar_Apr_Mej_\\\\u0120un_Lul_Aww_Set_Ott_Nov_Di\\\\u010b\\\".split(\\\"_\\\"),weekdays:\\\"Il-\\\\u0126add_It-Tnejn_It-Tlieta_L-Erbg\\\\u0127a_Il-\\\\u0126amis_Il-\\\\u0120img\\\\u0127a_Is-Sibt\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0126ad_Tne_Tli_Erb_\\\\u0126am_\\\\u0120im_Sib\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0126a_Tn_Tl_Er_\\\\u0126a_\\\\u0120i_Si\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Illum fil-]LT\\\",nextDay:\\\"[G\\\\u0127ada fil-]LT\\\",nextWeek:\\\"dddd [fil-]LT\\\",lastDay:\\\"[Il-biera\\\\u0127 fil-]LT\\\",lastWeek:\\\"dddd [li g\\\\u0127adda] [fil-]LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"f\\\\u2019 %s\\\",past:\\\"%s ilu\\\",s:\\\"ftit sekondi\\\",ss:\\\"%d sekondi\\\",m:\\\"minuta\\\",mm:\\\"%d minuti\\\",h:\\\"sieg\\\\u0127a\\\",hh:\\\"%d sieg\\\\u0127at\\\",d:\\\"\\\\u0121urnata\\\",dd:\\\"%d \\\\u0121ranet\\\",M:\\\"xahar\\\",MM:\\\"%d xhur\\\",y:\\\"sena\\\",yy:\\\"%d sni\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}});var bn={1:\\\"\\\\u1041\\\",2:\\\"\\\\u1042\\\",3:\\\"\\\\u1043\\\",4:\\\"\\\\u1044\\\",5:\\\"\\\\u1045\\\",6:\\\"\\\\u1046\\\",7:\\\"\\\\u1047\\\",8:\\\"\\\\u1048\\\",9:\\\"\\\\u1049\\\",0:\\\"\\\\u1040\\\"},jn={\\\"\\\\u1041\\\":\\\"1\\\",\\\"\\\\u1042\\\":\\\"2\\\",\\\"\\\\u1043\\\":\\\"3\\\",\\\"\\\\u1044\\\":\\\"4\\\",\\\"\\\\u1045\\\":\\\"5\\\",\\\"\\\\u1046\\\":\\\"6\\\",\\\"\\\\u1047\\\":\\\"7\\\",\\\"\\\\u1048\\\":\\\"8\\\",\\\"\\\\u1049\\\":\\\"9\\\",\\\"\\\\u1040\\\":\\\"0\\\"};l.defineLocale(\\\"my\\\",{months:\\\"\\\\u1007\\\\u1014\\\\u103a\\\\u1014\\\\u101d\\\\u102b\\\\u101b\\\\u102e_\\\\u1016\\\\u1031\\\\u1016\\\\u1031\\\\u102c\\\\u103a\\\\u101d\\\\u102b\\\\u101b\\\\u102e_\\\\u1019\\\\u1010\\\\u103a_\\\\u1027\\\\u1015\\\\u103c\\\\u102e_\\\\u1019\\\\u1031_\\\\u1007\\\\u103d\\\\u1014\\\\u103a_\\\\u1007\\\\u1030\\\\u101c\\\\u102d\\\\u102f\\\\u1004\\\\u103a_\\\\u101e\\\\u103c\\\\u1002\\\\u102f\\\\u1010\\\\u103a_\\\\u1005\\\\u1000\\\\u103a\\\\u1010\\\\u1004\\\\u103a\\\\u1018\\\\u102c_\\\\u1021\\\\u1031\\\\u102c\\\\u1000\\\\u103a\\\\u1010\\\\u102d\\\\u102f\\\\u1018\\\\u102c_\\\\u1014\\\\u102d\\\\u102f\\\\u101d\\\\u1004\\\\u103a\\\\u1018\\\\u102c_\\\\u1012\\\\u102e\\\\u1007\\\\u1004\\\\u103a\\\\u1018\\\\u102c\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u1007\\\\u1014\\\\u103a_\\\\u1016\\\\u1031_\\\\u1019\\\\u1010\\\\u103a_\\\\u1015\\\\u103c\\\\u102e_\\\\u1019\\\\u1031_\\\\u1007\\\\u103d\\\\u1014\\\\u103a_\\\\u101c\\\\u102d\\\\u102f\\\\u1004\\\\u103a_\\\\u101e\\\\u103c_\\\\u1005\\\\u1000\\\\u103a_\\\\u1021\\\\u1031\\\\u102c\\\\u1000\\\\u103a_\\\\u1014\\\\u102d\\\\u102f_\\\\u1012\\\\u102e\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u1010\\\\u1014\\\\u1004\\\\u103a\\\\u1039\\\\u1002\\\\u1014\\\\u103d\\\\u1031_\\\\u1010\\\\u1014\\\\u1004\\\\u103a\\\\u1039\\\\u101c\\\\u102c_\\\\u1021\\\\u1004\\\\u103a\\\\u1039\\\\u1002\\\\u102b_\\\\u1017\\\\u102f\\\\u1012\\\\u1039\\\\u1013\\\\u101f\\\\u1030\\\\u1038_\\\\u1000\\\\u103c\\\\u102c\\\\u101e\\\\u1015\\\\u1010\\\\u1031\\\\u1038_\\\\u101e\\\\u1031\\\\u102c\\\\u1000\\\\u103c\\\\u102c_\\\\u1005\\\\u1014\\\\u1031\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u1014\\\\u103d\\\\u1031_\\\\u101c\\\\u102c_\\\\u1002\\\\u102b_\\\\u101f\\\\u1030\\\\u1038_\\\\u1000\\\\u103c\\\\u102c_\\\\u101e\\\\u1031\\\\u102c_\\\\u1014\\\\u1031\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u1014\\\\u103d\\\\u1031_\\\\u101c\\\\u102c_\\\\u1002\\\\u102b_\\\\u101f\\\\u1030\\\\u1038_\\\\u1000\\\\u103c\\\\u102c_\\\\u101e\\\\u1031\\\\u102c_\\\\u1014\\\\u1031\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u101a\\\\u1014\\\\u1031.] LT [\\\\u1019\\\\u103e\\\\u102c]\\\",nextDay:\\\"[\\\\u1019\\\\u1014\\\\u1000\\\\u103a\\\\u1016\\\\u103c\\\\u1014\\\\u103a] LT [\\\\u1019\\\\u103e\\\\u102c]\\\",nextWeek:\\\"dddd LT [\\\\u1019\\\\u103e\\\\u102c]\\\",lastDay:\\\"[\\\\u1019\\\\u1014\\\\u1031.\\\\u1000] LT [\\\\u1019\\\\u103e\\\\u102c]\\\",lastWeek:\\\"[\\\\u1015\\\\u103c\\\\u102e\\\\u1038\\\\u1001\\\\u1032\\\\u1037\\\\u101e\\\\u1031\\\\u102c] dddd LT [\\\\u1019\\\\u103e\\\\u102c]\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u101c\\\\u102c\\\\u1019\\\\u100a\\\\u103a\\\\u1037 %s \\\\u1019\\\\u103e\\\\u102c\\\",past:\\\"\\\\u101c\\\\u103d\\\\u1014\\\\u103a\\\\u1001\\\\u1032\\\\u1037\\\\u101e\\\\u1031\\\\u102c %s \\\\u1000\\\",s:\\\"\\\\u1005\\\\u1000\\\\u1039\\\\u1000\\\\u1014\\\\u103a.\\\\u1021\\\\u1014\\\\u100a\\\\u103a\\\\u1038\\\\u1004\\\\u101a\\\\u103a\\\",ss:\\\"%d \\\\u1005\\\\u1000\\\\u1039\\\\u1000\\\\u1014\\\\u1037\\\\u103a\\\",m:\\\"\\\\u1010\\\\u1005\\\\u103a\\\\u1019\\\\u102d\\\\u1014\\\\u1005\\\\u103a\\\",mm:\\\"%d \\\\u1019\\\\u102d\\\\u1014\\\\u1005\\\\u103a\\\",h:\\\"\\\\u1010\\\\u1005\\\\u103a\\\\u1014\\\\u102c\\\\u101b\\\\u102e\\\",hh:\\\"%d \\\\u1014\\\\u102c\\\\u101b\\\\u102e\\\",d:\\\"\\\\u1010\\\\u1005\\\\u103a\\\\u101b\\\\u1000\\\\u103a\\\",dd:\\\"%d \\\\u101b\\\\u1000\\\\u103a\\\",M:\\\"\\\\u1010\\\\u1005\\\\u103a\\\\u101c\\\",MM:\\\"%d \\\\u101c\\\",y:\\\"\\\\u1010\\\\u1005\\\\u103a\\\\u1014\\\\u103e\\\\u1005\\\\u103a\\\",yy:\\\"%d \\\\u1014\\\\u103e\\\\u1005\\\\u103a\\\"},preparse:function(e){return e.replace(/[\\\\u1041\\\\u1042\\\\u1043\\\\u1044\\\\u1045\\\\u1046\\\\u1047\\\\u1048\\\\u1049\\\\u1040]/g,function(e){return jn[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return bn[e]})},week:{dow:1,doy:4}}),l.defineLocale(\\\"nb\\\",{months:\\\"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember\\\".split(\\\"_\\\"),monthsShort:\\\"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"s\\\\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\\\\xf8rdag\\\".split(\\\"_\\\"),weekdaysShort:\\\"s\\\\xf8._ma._ti._on._to._fr._l\\\\xf8.\\\".split(\\\"_\\\"),weekdaysMin:\\\"s\\\\xf8_ma_ti_on_to_fr_l\\\\xf8\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY [kl.] HH:mm\\\",LLLL:\\\"dddd D. MMMM YYYY [kl.] HH:mm\\\"},calendar:{sameDay:\\\"[i dag kl.] LT\\\",nextDay:\\\"[i morgen kl.] LT\\\",nextWeek:\\\"dddd [kl.] LT\\\",lastDay:\\\"[i g\\\\xe5r kl.] LT\\\",lastWeek:\\\"[forrige] dddd [kl.] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"om %s\\\",past:\\\"%s siden\\\",s:\\\"noen sekunder\\\",ss:\\\"%d sekunder\\\",m:\\\"ett minutt\\\",mm:\\\"%d minutter\\\",h:\\\"en time\\\",hh:\\\"%d timer\\\",d:\\\"en dag\\\",dd:\\\"%d dager\\\",M:\\\"en m\\\\xe5ned\\\",MM:\\\"%d m\\\\xe5neder\\\",y:\\\"ett \\\\xe5r\\\",yy:\\\"%d \\\\xe5r\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}});var xn={1:\\\"\\\\u0967\\\",2:\\\"\\\\u0968\\\",3:\\\"\\\\u0969\\\",4:\\\"\\\\u096a\\\",5:\\\"\\\\u096b\\\",6:\\\"\\\\u096c\\\",7:\\\"\\\\u096d\\\",8:\\\"\\\\u096e\\\",9:\\\"\\\\u096f\\\",0:\\\"\\\\u0966\\\"},On={\\\"\\\\u0967\\\":\\\"1\\\",\\\"\\\\u0968\\\":\\\"2\\\",\\\"\\\\u0969\\\":\\\"3\\\",\\\"\\\\u096a\\\":\\\"4\\\",\\\"\\\\u096b\\\":\\\"5\\\",\\\"\\\\u096c\\\":\\\"6\\\",\\\"\\\\u096d\\\":\\\"7\\\",\\\"\\\\u096e\\\":\\\"8\\\",\\\"\\\\u096f\\\":\\\"9\\\",\\\"\\\\u0966\\\":\\\"0\\\"};l.defineLocale(\\\"ne\\\",{months:\\\"\\\\u091c\\\\u0928\\\\u0935\\\\u0930\\\\u0940_\\\\u092b\\\\u0947\\\\u092c\\\\u094d\\\\u0930\\\\u0941\\\\u0935\\\\u0930\\\\u0940_\\\\u092e\\\\u093e\\\\u0930\\\\u094d\\\\u091a_\\\\u0905\\\\u092a\\\\u094d\\\\u0930\\\\u093f\\\\u0932_\\\\u092e\\\\u0908_\\\\u091c\\\\u0941\\\\u0928_\\\\u091c\\\\u0941\\\\u0932\\\\u093e\\\\u0908_\\\\u0905\\\\u0917\\\\u0937\\\\u094d\\\\u091f_\\\\u0938\\\\u0947\\\\u092a\\\\u094d\\\\u091f\\\\u0947\\\\u092e\\\\u094d\\\\u092c\\\\u0930_\\\\u0905\\\\u0915\\\\u094d\\\\u091f\\\\u094b\\\\u092c\\\\u0930_\\\\u0928\\\\u094b\\\\u092d\\\\u0947\\\\u092e\\\\u094d\\\\u092c\\\\u0930_\\\\u0921\\\\u093f\\\\u0938\\\\u0947\\\\u092e\\\\u094d\\\\u092c\\\\u0930\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u091c\\\\u0928._\\\\u092b\\\\u0947\\\\u092c\\\\u094d\\\\u0930\\\\u0941._\\\\u092e\\\\u093e\\\\u0930\\\\u094d\\\\u091a_\\\\u0905\\\\u092a\\\\u094d\\\\u0930\\\\u093f._\\\\u092e\\\\u0908_\\\\u091c\\\\u0941\\\\u0928_\\\\u091c\\\\u0941\\\\u0932\\\\u093e\\\\u0908._\\\\u0905\\\\u0917._\\\\u0938\\\\u0947\\\\u092a\\\\u094d\\\\u091f._\\\\u0905\\\\u0915\\\\u094d\\\\u091f\\\\u094b._\\\\u0928\\\\u094b\\\\u092d\\\\u0947._\\\\u0921\\\\u093f\\\\u0938\\\\u0947.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0906\\\\u0907\\\\u0924\\\\u092c\\\\u093e\\\\u0930_\\\\u0938\\\\u094b\\\\u092e\\\\u092c\\\\u093e\\\\u0930_\\\\u092e\\\\u0919\\\\u094d\\\\u0917\\\\u0932\\\\u092c\\\\u093e\\\\u0930_\\\\u092c\\\\u0941\\\\u0927\\\\u092c\\\\u093e\\\\u0930_\\\\u092c\\\\u093f\\\\u0939\\\\u093f\\\\u092c\\\\u093e\\\\u0930_\\\\u0936\\\\u0941\\\\u0915\\\\u094d\\\\u0930\\\\u092c\\\\u093e\\\\u0930_\\\\u0936\\\\u0928\\\\u093f\\\\u092c\\\\u093e\\\\u0930\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0906\\\\u0907\\\\u0924._\\\\u0938\\\\u094b\\\\u092e._\\\\u092e\\\\u0919\\\\u094d\\\\u0917\\\\u0932._\\\\u092c\\\\u0941\\\\u0927._\\\\u092c\\\\u093f\\\\u0939\\\\u093f._\\\\u0936\\\\u0941\\\\u0915\\\\u094d\\\\u0930._\\\\u0936\\\\u0928\\\\u093f.\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0906._\\\\u0938\\\\u094b._\\\\u092e\\\\u0902._\\\\u092c\\\\u0941._\\\\u092c\\\\u093f._\\\\u0936\\\\u0941._\\\\u0936.\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"A\\\\u0915\\\\u094b h:mm \\\\u092c\\\\u091c\\\\u0947\\\",LTS:\\\"A\\\\u0915\\\\u094b h:mm:ss \\\\u092c\\\\u091c\\\\u0947\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A\\\\u0915\\\\u094b h:mm \\\\u092c\\\\u091c\\\\u0947\\\",LLLL:\\\"dddd, D MMMM YYYY, A\\\\u0915\\\\u094b h:mm \\\\u092c\\\\u091c\\\\u0947\\\"},preparse:function(e){return e.replace(/[\\\\u0967\\\\u0968\\\\u0969\\\\u096a\\\\u096b\\\\u096c\\\\u096d\\\\u096e\\\\u096f\\\\u0966]/g,function(e){return On[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return xn[e]})},meridiemParse:/\\\\u0930\\\\u093e\\\\u0924\\\\u093f|\\\\u092c\\\\u093f\\\\u0939\\\\u093e\\\\u0928|\\\\u0926\\\\u093f\\\\u0909\\\\u0901\\\\u0938\\\\u094b|\\\\u0938\\\\u093e\\\\u0901\\\\u091d/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0930\\\\u093e\\\\u0924\\\\u093f\\\"===a?e\u003C4?e:e+12:\\\"\\\\u092c\\\\u093f\\\\u0939\\\\u093e\\\\u0928\\\"===a?e:\\\"\\\\u0926\\\\u093f\\\\u0909\\\\u0901\\\\u0938\\\\u094b\\\"===a?10\u003C=e?e:e+12:\\\"\\\\u0938\\\\u093e\\\\u0901\\\\u091d\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C3?\\\"\\\\u0930\\\\u093e\\\\u0924\\\\u093f\\\":e\u003C12?\\\"\\\\u092c\\\\u093f\\\\u0939\\\\u093e\\\\u0928\\\":e\u003C16?\\\"\\\\u0926\\\\u093f\\\\u0909\\\\u0901\\\\u0938\\\\u094b\\\":e\u003C20?\\\"\\\\u0938\\\\u093e\\\\u0901\\\\u091d\\\":\\\"\\\\u0930\\\\u093e\\\\u0924\\\\u093f\\\"},calendar:{sameDay:\\\"[\\\\u0906\\\\u091c] LT\\\",nextDay:\\\"[\\\\u092d\\\\u094b\\\\u0932\\\\u093f] LT\\\",nextWeek:\\\"[\\\\u0906\\\\u0909\\\\u0901\\\\u0926\\\\u094b] dddd[,] LT\\\",lastDay:\\\"[\\\\u0939\\\\u093f\\\\u091c\\\\u094b] LT\\\",lastWeek:\\\"[\\\\u0917\\\\u090f\\\\u0915\\\\u094b] dddd[,] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s\\\\u092e\\\\u093e\\\",past:\\\"%s \\\\u0905\\\\u0917\\\\u093e\\\\u0921\\\\u093f\\\",s:\\\"\\\\u0915\\\\u0947\\\\u0939\\\\u0940 \\\\u0915\\\\u094d\\\\u0937\\\\u0923\\\",ss:\\\"%d \\\\u0938\\\\u0947\\\\u0915\\\\u0947\\\\u0923\\\\u094d\\\\u0921\\\",m:\\\"\\\\u090f\\\\u0915 \\\\u092e\\\\u093f\\\\u0928\\\\u0947\\\\u091f\\\",mm:\\\"%d \\\\u092e\\\\u093f\\\\u0928\\\\u0947\\\\u091f\\\",h:\\\"\\\\u090f\\\\u0915 \\\\u0918\\\\u0923\\\\u094d\\\\u091f\\\\u093e\\\",hh:\\\"%d \\\\u0918\\\\u0923\\\\u094d\\\\u091f\\\\u093e\\\",d:\\\"\\\\u090f\\\\u0915 \\\\u0926\\\\u093f\\\\u0928\\\",dd:\\\"%d \\\\u0926\\\\u093f\\\\u0928\\\",M:\\\"\\\\u090f\\\\u0915 \\\\u092e\\\\u0939\\\\u093f\\\\u0928\\\\u093e\\\",MM:\\\"%d \\\\u092e\\\\u0939\\\\u093f\\\\u0928\\\\u093e\\\",y:\\\"\\\\u090f\\\\u0915 \\\\u092c\\\\u0930\\\\u094d\\\\u0937\\\",yy:\\\"%d \\\\u092c\\\\u0930\\\\u094d\\\\u0937\\\"},week:{dow:0,doy:6}});var Pn=\\\"jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.\\\".split(\\\"_\\\"),Wn=\\\"jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec\\\".split(\\\"_\\\"),An=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],En=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\\\.?|feb\\\\.?|mrt\\\\.?|apr\\\\.?|ju[nl]\\\\.?|aug\\\\.?|sep\\\\.?|okt\\\\.?|nov\\\\.?|dec\\\\.?)/i;l.defineLocale(\\\"nl-be\\\",{months:\\\"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december\\\".split(\\\"_\\\"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?Wn[e.month()]:Pn[e.month()]:Pn},monthsRegex:En,monthsShortRegex:En,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\\\\.?|feb\\\\.?|mrt\\\\.?|apr\\\\.?|mei|ju[nl]\\\\.?|aug\\\\.?|sep\\\\.?|okt\\\\.?|nov\\\\.?|dec\\\\.?)/i,monthsParse:An,longMonthsParse:An,shortMonthsParse:An,weekdays:\\\"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag\\\".split(\\\"_\\\"),weekdaysShort:\\\"zo._ma._di._wo._do._vr._za.\\\".split(\\\"_\\\"),weekdaysMin:\\\"zo_ma_di_wo_do_vr_za\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[vandaag om] LT\\\",nextDay:\\\"[morgen om] LT\\\",nextWeek:\\\"dddd [om] LT\\\",lastDay:\\\"[gisteren om] LT\\\",lastWeek:\\\"[afgelopen] dddd [om] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"over %s\\\",past:\\\"%s geleden\\\",s:\\\"een paar seconden\\\",ss:\\\"%d seconden\\\",m:\\\"\\\\xe9\\\\xe9n minuut\\\",mm:\\\"%d minuten\\\",h:\\\"\\\\xe9\\\\xe9n uur\\\",hh:\\\"%d uur\\\",d:\\\"\\\\xe9\\\\xe9n dag\\\",dd:\\\"%d dagen\\\",M:\\\"\\\\xe9\\\\xe9n maand\\\",MM:\\\"%d maanden\\\",y:\\\"\\\\xe9\\\\xe9n jaar\\\",yy:\\\"%d jaar\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20\u003C=e?\\\"ste\\\":\\\"de\\\")},week:{dow:1,doy:4}});var Fn=\\\"jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.\\\".split(\\\"_\\\"),zn=\\\"jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec\\\".split(\\\"_\\\"),Jn=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],Nn=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\\\\.?|feb\\\\.?|mrt\\\\.?|apr\\\\.?|ju[nl]\\\\.?|aug\\\\.?|sep\\\\.?|okt\\\\.?|nov\\\\.?|dec\\\\.?)/i;l.defineLocale(\\\"nl\\\",{months:\\\"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december\\\".split(\\\"_\\\"),monthsShort:function(e,a){return e?/-MMM-/.test(a)?zn[e.month()]:Fn[e.month()]:Fn},monthsRegex:Nn,monthsShortRegex:Nn,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\\\\.?|feb\\\\.?|mrt\\\\.?|apr\\\\.?|mei|ju[nl]\\\\.?|aug\\\\.?|sep\\\\.?|okt\\\\.?|nov\\\\.?|dec\\\\.?)/i,monthsParse:Jn,longMonthsParse:Jn,shortMonthsParse:Jn,weekdays:\\\"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag\\\".split(\\\"_\\\"),weekdaysShort:\\\"zo._ma._di._wo._do._vr._za.\\\".split(\\\"_\\\"),weekdaysMin:\\\"zo_ma_di_wo_do_vr_za\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD-MM-YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[vandaag om] LT\\\",nextDay:\\\"[morgen om] LT\\\",nextWeek:\\\"dddd [om] LT\\\",lastDay:\\\"[gisteren om] LT\\\",lastWeek:\\\"[afgelopen] dddd [om] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"over %s\\\",past:\\\"%s geleden\\\",s:\\\"een paar seconden\\\",ss:\\\"%d seconden\\\",m:\\\"\\\\xe9\\\\xe9n minuut\\\",mm:\\\"%d minuten\\\",h:\\\"\\\\xe9\\\\xe9n uur\\\",hh:\\\"%d uur\\\",d:\\\"\\\\xe9\\\\xe9n dag\\\",dd:\\\"%d dagen\\\",M:\\\"\\\\xe9\\\\xe9n maand\\\",MM:\\\"%d maanden\\\",y:\\\"\\\\xe9\\\\xe9n jaar\\\",yy:\\\"%d jaar\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20\u003C=e?\\\"ste\\\":\\\"de\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"nn\\\",{months:\\\"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des\\\".split(\\\"_\\\"),weekdays:\\\"sundag_m\\\\xe5ndag_tysdag_onsdag_torsdag_fredag_laurdag\\\".split(\\\"_\\\"),weekdaysShort:\\\"sun_m\\\\xe5n_tys_ons_tor_fre_lau\\\".split(\\\"_\\\"),weekdaysMin:\\\"su_m\\\\xe5_ty_on_to_fr_l\\\\xf8\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY [kl.] H:mm\\\",LLLL:\\\"dddd D. MMMM YYYY [kl.] HH:mm\\\"},calendar:{sameDay:\\\"[I dag klokka] LT\\\",nextDay:\\\"[I morgon klokka] LT\\\",nextWeek:\\\"dddd [klokka] LT\\\",lastDay:\\\"[I g\\\\xe5r klokka] LT\\\",lastWeek:\\\"[F\\\\xf8reg\\\\xe5ande] dddd [klokka] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"om %s\\\",past:\\\"%s sidan\\\",s:\\\"nokre sekund\\\",ss:\\\"%d sekund\\\",m:\\\"eit minutt\\\",mm:\\\"%d minutt\\\",h:\\\"ein time\\\",hh:\\\"%d timar\\\",d:\\\"ein dag\\\",dd:\\\"%d dagar\\\",M:\\\"ein m\\\\xe5nad\\\",MM:\\\"%d m\\\\xe5nader\\\",y:\\\"eit \\\\xe5r\\\",yy:\\\"%d \\\\xe5r\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}});var Rn={1:\\\"\\\\u0a67\\\",2:\\\"\\\\u0a68\\\",3:\\\"\\\\u0a69\\\",4:\\\"\\\\u0a6a\\\",5:\\\"\\\\u0a6b\\\",6:\\\"\\\\u0a6c\\\",7:\\\"\\\\u0a6d\\\",8:\\\"\\\\u0a6e\\\",9:\\\"\\\\u0a6f\\\",0:\\\"\\\\u0a66\\\"},Cn={\\\"\\\\u0a67\\\":\\\"1\\\",\\\"\\\\u0a68\\\":\\\"2\\\",\\\"\\\\u0a69\\\":\\\"3\\\",\\\"\\\\u0a6a\\\":\\\"4\\\",\\\"\\\\u0a6b\\\":\\\"5\\\",\\\"\\\\u0a6c\\\":\\\"6\\\",\\\"\\\\u0a6d\\\":\\\"7\\\",\\\"\\\\u0a6e\\\":\\\"8\\\",\\\"\\\\u0a6f\\\":\\\"9\\\",\\\"\\\\u0a66\\\":\\\"0\\\"};l.defineLocale(\\\"pa-in\\\",{months:\\\"\\\\u0a1c\\\\u0a28\\\\u0a35\\\\u0a30\\\\u0a40_\\\\u0a2b\\\\u0a3c\\\\u0a30\\\\u0a35\\\\u0a30\\\\u0a40_\\\\u0a2e\\\\u0a3e\\\\u0a30\\\\u0a1a_\\\\u0a05\\\\u0a2a\\\\u0a4d\\\\u0a30\\\\u0a48\\\\u0a32_\\\\u0a2e\\\\u0a08_\\\\u0a1c\\\\u0a42\\\\u0a28_\\\\u0a1c\\\\u0a41\\\\u0a32\\\\u0a3e\\\\u0a08_\\\\u0a05\\\\u0a17\\\\u0a38\\\\u0a24_\\\\u0a38\\\\u0a24\\\\u0a70\\\\u0a2c\\\\u0a30_\\\\u0a05\\\\u0a15\\\\u0a24\\\\u0a42\\\\u0a2c\\\\u0a30_\\\\u0a28\\\\u0a35\\\\u0a70\\\\u0a2c\\\\u0a30_\\\\u0a26\\\\u0a38\\\\u0a70\\\\u0a2c\\\\u0a30\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0a1c\\\\u0a28\\\\u0a35\\\\u0a30\\\\u0a40_\\\\u0a2b\\\\u0a3c\\\\u0a30\\\\u0a35\\\\u0a30\\\\u0a40_\\\\u0a2e\\\\u0a3e\\\\u0a30\\\\u0a1a_\\\\u0a05\\\\u0a2a\\\\u0a4d\\\\u0a30\\\\u0a48\\\\u0a32_\\\\u0a2e\\\\u0a08_\\\\u0a1c\\\\u0a42\\\\u0a28_\\\\u0a1c\\\\u0a41\\\\u0a32\\\\u0a3e\\\\u0a08_\\\\u0a05\\\\u0a17\\\\u0a38\\\\u0a24_\\\\u0a38\\\\u0a24\\\\u0a70\\\\u0a2c\\\\u0a30_\\\\u0a05\\\\u0a15\\\\u0a24\\\\u0a42\\\\u0a2c\\\\u0a30_\\\\u0a28\\\\u0a35\\\\u0a70\\\\u0a2c\\\\u0a30_\\\\u0a26\\\\u0a38\\\\u0a70\\\\u0a2c\\\\u0a30\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0a10\\\\u0a24\\\\u0a35\\\\u0a3e\\\\u0a30_\\\\u0a38\\\\u0a4b\\\\u0a2e\\\\u0a35\\\\u0a3e\\\\u0a30_\\\\u0a2e\\\\u0a70\\\\u0a17\\\\u0a32\\\\u0a35\\\\u0a3e\\\\u0a30_\\\\u0a2c\\\\u0a41\\\\u0a27\\\\u0a35\\\\u0a3e\\\\u0a30_\\\\u0a35\\\\u0a40\\\\u0a30\\\\u0a35\\\\u0a3e\\\\u0a30_\\\\u0a38\\\\u0a3c\\\\u0a41\\\\u0a71\\\\u0a15\\\\u0a30\\\\u0a35\\\\u0a3e\\\\u0a30_\\\\u0a38\\\\u0a3c\\\\u0a28\\\\u0a40\\\\u0a1a\\\\u0a30\\\\u0a35\\\\u0a3e\\\\u0a30\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0a10\\\\u0a24_\\\\u0a38\\\\u0a4b\\\\u0a2e_\\\\u0a2e\\\\u0a70\\\\u0a17\\\\u0a32_\\\\u0a2c\\\\u0a41\\\\u0a27_\\\\u0a35\\\\u0a40\\\\u0a30_\\\\u0a38\\\\u0a3c\\\\u0a41\\\\u0a15\\\\u0a30_\\\\u0a38\\\\u0a3c\\\\u0a28\\\\u0a40\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0a10\\\\u0a24_\\\\u0a38\\\\u0a4b\\\\u0a2e_\\\\u0a2e\\\\u0a70\\\\u0a17\\\\u0a32_\\\\u0a2c\\\\u0a41\\\\u0a27_\\\\u0a35\\\\u0a40\\\\u0a30_\\\\u0a38\\\\u0a3c\\\\u0a41\\\\u0a15\\\\u0a30_\\\\u0a38\\\\u0a3c\\\\u0a28\\\\u0a40\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm \\\\u0a35\\\\u0a1c\\\\u0a47\\\",LTS:\\\"A h:mm:ss \\\\u0a35\\\\u0a1c\\\\u0a47\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm \\\\u0a35\\\\u0a1c\\\\u0a47\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm \\\\u0a35\\\\u0a1c\\\\u0a47\\\"},calendar:{sameDay:\\\"[\\\\u0a05\\\\u0a1c] LT\\\",nextDay:\\\"[\\\\u0a15\\\\u0a32] LT\\\",nextWeek:\\\"[\\\\u0a05\\\\u0a17\\\\u0a32\\\\u0a3e] dddd, LT\\\",lastDay:\\\"[\\\\u0a15\\\\u0a32] LT\\\",lastWeek:\\\"[\\\\u0a2a\\\\u0a3f\\\\u0a1b\\\\u0a32\\\\u0a47] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0a35\\\\u0a3f\\\\u0a71\\\\u0a1a\\\",past:\\\"%s \\\\u0a2a\\\\u0a3f\\\\u0a1b\\\\u0a32\\\\u0a47\\\",s:\\\"\\\\u0a15\\\\u0a41\\\\u0a1d \\\\u0a38\\\\u0a15\\\\u0a3f\\\\u0a70\\\\u0a1f\\\",ss:\\\"%d \\\\u0a38\\\\u0a15\\\\u0a3f\\\\u0a70\\\\u0a1f\\\",m:\\\"\\\\u0a07\\\\u0a15 \\\\u0a2e\\\\u0a3f\\\\u0a70\\\\u0a1f\\\",mm:\\\"%d \\\\u0a2e\\\\u0a3f\\\\u0a70\\\\u0a1f\\\",h:\\\"\\\\u0a07\\\\u0a71\\\\u0a15 \\\\u0a18\\\\u0a70\\\\u0a1f\\\\u0a3e\\\",hh:\\\"%d \\\\u0a18\\\\u0a70\\\\u0a1f\\\\u0a47\\\",d:\\\"\\\\u0a07\\\\u0a71\\\\u0a15 \\\\u0a26\\\\u0a3f\\\\u0a28\\\",dd:\\\"%d \\\\u0a26\\\\u0a3f\\\\u0a28\\\",M:\\\"\\\\u0a07\\\\u0a71\\\\u0a15 \\\\u0a2e\\\\u0a39\\\\u0a40\\\\u0a28\\\\u0a3e\\\",MM:\\\"%d \\\\u0a2e\\\\u0a39\\\\u0a40\\\\u0a28\\\\u0a47\\\",y:\\\"\\\\u0a07\\\\u0a71\\\\u0a15 \\\\u0a38\\\\u0a3e\\\\u0a32\\\",yy:\\\"%d \\\\u0a38\\\\u0a3e\\\\u0a32\\\"},preparse:function(e){return e.replace(/[\\\\u0a67\\\\u0a68\\\\u0a69\\\\u0a6a\\\\u0a6b\\\\u0a6c\\\\u0a6d\\\\u0a6e\\\\u0a6f\\\\u0a66]/g,function(e){return Cn[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return Rn[e]})},meridiemParse:/\\\\u0a30\\\\u0a3e\\\\u0a24|\\\\u0a38\\\\u0a35\\\\u0a47\\\\u0a30|\\\\u0a26\\\\u0a41\\\\u0a2a\\\\u0a39\\\\u0a3f\\\\u0a30|\\\\u0a38\\\\u0a3c\\\\u0a3e\\\\u0a2e/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0a30\\\\u0a3e\\\\u0a24\\\"===a?e\u003C4?e:e+12:\\\"\\\\u0a38\\\\u0a35\\\\u0a47\\\\u0a30\\\"===a?e:\\\"\\\\u0a26\\\\u0a41\\\\u0a2a\\\\u0a39\\\\u0a3f\\\\u0a30\\\"===a?10\u003C=e?e:e+12:\\\"\\\\u0a38\\\\u0a3c\\\\u0a3e\\\\u0a2e\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0a30\\\\u0a3e\\\\u0a24\\\":e\u003C10?\\\"\\\\u0a38\\\\u0a35\\\\u0a47\\\\u0a30\\\":e\u003C17?\\\"\\\\u0a26\\\\u0a41\\\\u0a2a\\\\u0a39\\\\u0a3f\\\\u0a30\\\":e\u003C20?\\\"\\\\u0a38\\\\u0a3c\\\\u0a3e\\\\u0a2e\\\":\\\"\\\\u0a30\\\\u0a3e\\\\u0a24\\\"},week:{dow:0,doy:6}});var In=\\\"stycze\\\\u0144_luty_marzec_kwiecie\\\\u0144_maj_czerwiec_lipiec_sierpie\\\\u0144_wrzesie\\\\u0144_pa\\\\u017adziernik_listopad_grudzie\\\\u0144\\\".split(\\\"_\\\"),Un=\\\"stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_wrze\\\\u015bnia_pa\\\\u017adziernika_listopada_grudnia\\\".split(\\\"_\\\");function Gn(e){return e%10\u003C5&&1\u003Ce%10&&~~(e/10)%10!=1}function Vn(e,a,t){var s=e+\\\" \\\";switch(t){case\\\"ss\\\":return s+(Gn(e)?\\\"sekundy\\\":\\\"sekund\\\");case\\\"m\\\":return a?\\\"minuta\\\":\\\"minut\\\\u0119\\\";case\\\"mm\\\":return s+(Gn(e)?\\\"minuty\\\":\\\"minut\\\");case\\\"h\\\":return a?\\\"godzina\\\":\\\"godzin\\\\u0119\\\";case\\\"hh\\\":return s+(Gn(e)?\\\"godziny\\\":\\\"godzin\\\");case\\\"MM\\\":return s+(Gn(e)?\\\"miesi\\\\u0105ce\\\":\\\"miesi\\\\u0119cy\\\");case\\\"yy\\\":return s+(Gn(e)?\\\"lata\\\":\\\"lat\\\")}}function Kn(e,a,t){var s=\\\" \\\";return(20\u003C=e%100||100\u003C=e&&e%100==0)&&(s=\\\" de \\\"),e+s+{ss:\\\"secunde\\\",mm:\\\"minute\\\",hh:\\\"ore\\\",dd:\\\"zile\\\",MM:\\\"luni\\\",yy:\\\"ani\\\"}[t]}function Zn(e,a,t){var s,n;return\\\"m\\\"===t?a?\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0430\\\":\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0443\\\":e+\\\" \\\"+(s=+e,n={ss:a?\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0430_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u044b_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\":\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0443_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u044b_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",mm:a?\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0430_\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u044b_\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\":\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0443_\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u044b_\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\",hh:\\\"\\\\u0447\\\\u0430\\\\u0441_\\\\u0447\\\\u0430\\\\u0441\\\\u0430_\\\\u0447\\\\u0430\\\\u0441\\\\u043e\\\\u0432\\\",dd:\\\"\\\\u0434\\\\u0435\\\\u043d\\\\u044c_\\\\u0434\\\\u043d\\\\u044f_\\\\u0434\\\\u043d\\\\u0435\\\\u0439\\\",MM:\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446_\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446\\\\u0430_\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446\\\\u0435\\\\u0432\\\",yy:\\\"\\\\u0433\\\\u043e\\\\u0434_\\\\u0433\\\\u043e\\\\u0434\\\\u0430_\\\\u043b\\\\u0435\\\\u0442\\\"}[t].split(\\\"_\\\"),s%10==1&&s%100!=11?n[0]:2\u003C=s%10&&s%10\u003C=4&&(s%100\u003C10||20\u003C=s%100)?n[1]:n[2])}l.defineLocale(\\\"pl\\\",{months:function(e,a){return e?\\\"\\\"===a?\\\"(\\\"+Un[e.month()]+\\\"|\\\"+In[e.month()]+\\\")\\\":/D MMMM/.test(a)?Un[e.month()]:In[e.month()]:In},monthsShort:\\\"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_pa\\\\u017a_lis_gru\\\".split(\\\"_\\\"),weekdays:\\\"niedziela_poniedzia\\\\u0142ek_wtorek_\\\\u015broda_czwartek_pi\\\\u0105tek_sobota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ndz_pon_wt_\\\\u015br_czw_pt_sob\\\".split(\\\"_\\\"),weekdaysMin:\\\"Nd_Pn_Wt_\\\\u015ar_Cz_Pt_So\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Dzi\\\\u015b o] LT\\\",nextDay:\\\"[Jutro o] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[W niedziel\\\\u0119 o] LT\\\";case 2:return\\\"[We wtorek o] LT\\\";case 3:return\\\"[W \\\\u015brod\\\\u0119 o] LT\\\";case 6:return\\\"[W sobot\\\\u0119 o] LT\\\";default:return\\\"[W] dddd [o] LT\\\"}},lastDay:\\\"[Wczoraj o] LT\\\",lastWeek:function(){switch(this.day()){case 0:return\\\"[W zesz\\\\u0142\\\\u0105 niedziel\\\\u0119 o] LT\\\";case 3:return\\\"[W zesz\\\\u0142\\\\u0105 \\\\u015brod\\\\u0119 o] LT\\\";case 6:return\\\"[W zesz\\\\u0142\\\\u0105 sobot\\\\u0119 o] LT\\\";default:return\\\"[W zesz\\\\u0142y] dddd [o] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"za %s\\\",past:\\\"%s temu\\\",s:\\\"kilka sekund\\\",ss:Vn,m:Vn,mm:Vn,h:Vn,hh:Vn,d:\\\"1 dzie\\\\u0144\\\",dd:\\\"%d dni\\\",M:\\\"miesi\\\\u0105c\\\",MM:Vn,y:\\\"rok\\\",yy:Vn},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"pt-br\\\",{months:\\\"Janeiro_Fevereiro_Mar\\\\xe7o_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez\\\".split(\\\"_\\\"),weekdays:\\\"Domingo_Segunda-feira_Ter\\\\xe7a-feira_Quarta-feira_Quinta-feira_Sexta-feira_S\\\\xe1bado\\\".split(\\\"_\\\"),weekdaysShort:\\\"Dom_Seg_Ter_Qua_Qui_Sex_S\\\\xe1b\\\".split(\\\"_\\\"),weekdaysMin:\\\"Do_2\\\\xaa_3\\\\xaa_4\\\\xaa_5\\\\xaa_6\\\\xaa_S\\\\xe1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D [de] MMMM [de] YYYY\\\",LLL:\\\"D [de] MMMM [de] YYYY [\\\\xe0s] HH:mm\\\",LLLL:\\\"dddd, D [de] MMMM [de] YYYY [\\\\xe0s] HH:mm\\\"},calendar:{sameDay:\\\"[Hoje \\\\xe0s] LT\\\",nextDay:\\\"[Amanh\\\\xe3 \\\\xe0s] LT\\\",nextWeek:\\\"dddd [\\\\xe0s] LT\\\",lastDay:\\\"[Ontem \\\\xe0s] LT\\\",lastWeek:function(){return 0===this.day()||6===this.day()?\\\"[\\\\xdaltimo] dddd [\\\\xe0s] LT\\\":\\\"[\\\\xdaltima] dddd [\\\\xe0s] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:\\\"em %s\\\",past:\\\"h\\\\xe1 %s\\\",s:\\\"poucos segundos\\\",ss:\\\"%d segundos\\\",m:\\\"um minuto\\\",mm:\\\"%d minutos\\\",h:\\\"uma hora\\\",hh:\\\"%d horas\\\",d:\\\"um dia\\\",dd:\\\"%d dias\\\",M:\\\"um m\\\\xeas\\\",MM:\\\"%d meses\\\",y:\\\"um ano\\\",yy:\\\"%d anos\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\"}),l.defineLocale(\\\"pt\\\",{months:\\\"Janeiro_Fevereiro_Mar\\\\xe7o_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez\\\".split(\\\"_\\\"),weekdays:\\\"Domingo_Segunda-feira_Ter\\\\xe7a-feira_Quarta-feira_Quinta-feira_Sexta-feira_S\\\\xe1bado\\\".split(\\\"_\\\"),weekdaysShort:\\\"Dom_Seg_Ter_Qua_Qui_Sex_S\\\\xe1b\\\".split(\\\"_\\\"),weekdaysMin:\\\"Do_2\\\\xaa_3\\\\xaa_4\\\\xaa_5\\\\xaa_6\\\\xaa_S\\\\xe1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D [de] MMMM [de] YYYY\\\",LLL:\\\"D [de] MMMM [de] YYYY HH:mm\\\",LLLL:\\\"dddd, D [de] MMMM [de] YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Hoje \\\\xe0s] LT\\\",nextDay:\\\"[Amanh\\\\xe3 \\\\xe0s] LT\\\",nextWeek:\\\"dddd [\\\\xe0s] LT\\\",lastDay:\\\"[Ontem \\\\xe0s] LT\\\",lastWeek:function(){return 0===this.day()||6===this.day()?\\\"[\\\\xdaltimo] dddd [\\\\xe0s] LT\\\":\\\"[\\\\xdaltima] dddd [\\\\xe0s] LT\\\"},sameElse:\\\"L\\\"},relativeTime:{future:\\\"em %s\\\",past:\\\"h\\\\xe1 %s\\\",s:\\\"segundos\\\",ss:\\\"%d segundos\\\",m:\\\"um minuto\\\",mm:\\\"%d minutos\\\",h:\\\"uma hora\\\",hh:\\\"%d horas\\\",d:\\\"um dia\\\",dd:\\\"%d dias\\\",M:\\\"um m\\\\xeas\\\",MM:\\\"%d meses\\\",y:\\\"um ano\\\",yy:\\\"%d anos\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\xba/,ordinal:\\\"%d\\\\xba\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"ro\\\",{months:\\\"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie\\\".split(\\\"_\\\"),monthsShort:\\\"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"duminic\\\\u0103_luni_mar\\\\u021bi_miercuri_joi_vineri_s\\\\xe2mb\\\\u0103t\\\\u0103\\\".split(\\\"_\\\"),weekdaysShort:\\\"Dum_Lun_Mar_Mie_Joi_Vin_S\\\\xe2m\\\".split(\\\"_\\\"),weekdaysMin:\\\"Du_Lu_Ma_Mi_Jo_Vi_S\\\\xe2\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[azi la] LT\\\",nextDay:\\\"[m\\\\xe2ine la] LT\\\",nextWeek:\\\"dddd [la] LT\\\",lastDay:\\\"[ieri la] LT\\\",lastWeek:\\\"[fosta] dddd [la] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"peste %s\\\",past:\\\"%s \\\\xeen urm\\\\u0103\\\",s:\\\"c\\\\xe2teva secunde\\\",ss:Kn,m:\\\"un minut\\\",mm:Kn,h:\\\"o or\\\\u0103\\\",hh:Kn,d:\\\"o zi\\\",dd:Kn,M:\\\"o lun\\\\u0103\\\",MM:Kn,y:\\\"un an\\\",yy:Kn},week:{dow:1,doy:7}});var $n=[/^\\\\u044f\\\\u043d\\\\u0432/i,/^\\\\u0444\\\\u0435\\\\u0432/i,/^\\\\u043c\\\\u0430\\\\u0440/i,/^\\\\u0430\\\\u043f\\\\u0440/i,/^\\\\u043c\\\\u0430[\\\\u0439\\\\u044f]/i,/^\\\\u0438\\\\u044e\\\\u043d/i,/^\\\\u0438\\\\u044e\\\\u043b/i,/^\\\\u0430\\\\u0432\\\\u0433/i,/^\\\\u0441\\\\u0435\\\\u043d/i,/^\\\\u043e\\\\u043a\\\\u0442/i,/^\\\\u043d\\\\u043e\\\\u044f/i,/^\\\\u0434\\\\u0435\\\\u043a/i];l.defineLocale(\\\"ru\\\",{months:{format:\\\"\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440\\\\u044f_\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b\\\\u044f_\\\\u043c\\\\u0430\\\\u0440\\\\u0442\\\\u0430_\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b\\\\u044f_\\\\u043c\\\\u0430\\\\u044f_\\\\u0438\\\\u044e\\\\u043d\\\\u044f_\\\\u0438\\\\u044e\\\\u043b\\\\u044f_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442\\\\u0430_\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440\\\\u044f_\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440\\\\u044f_\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440\\\\u044f_\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440\\\\u044f\\\".split(\\\"_\\\"),standalone:\\\"\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440\\\\u044c_\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b\\\\u044c_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b\\\\u044c_\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d\\\\u044c_\\\\u0438\\\\u044e\\\\u043b\\\\u044c_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442_\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440\\\\u044c_\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440\\\\u044c_\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440\\\\u044c_\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440\\\\u044c\\\".split(\\\"_\\\")},monthsShort:{format:\\\"\\\\u044f\\\\u043d\\\\u0432._\\\\u0444\\\\u0435\\\\u0432\\\\u0440._\\\\u043c\\\\u0430\\\\u0440._\\\\u0430\\\\u043f\\\\u0440._\\\\u043c\\\\u0430\\\\u044f_\\\\u0438\\\\u044e\\\\u043d\\\\u044f_\\\\u0438\\\\u044e\\\\u043b\\\\u044f_\\\\u0430\\\\u0432\\\\u0433._\\\\u0441\\\\u0435\\\\u043d\\\\u0442._\\\\u043e\\\\u043a\\\\u0442._\\\\u043d\\\\u043e\\\\u044f\\\\u0431._\\\\u0434\\\\u0435\\\\u043a.\\\".split(\\\"_\\\"),standalone:\\\"\\\\u044f\\\\u043d\\\\u0432._\\\\u0444\\\\u0435\\\\u0432\\\\u0440._\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440._\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d\\\\u044c_\\\\u0438\\\\u044e\\\\u043b\\\\u044c_\\\\u0430\\\\u0432\\\\u0433._\\\\u0441\\\\u0435\\\\u043d\\\\u0442._\\\\u043e\\\\u043a\\\\u0442._\\\\u043d\\\\u043e\\\\u044f\\\\u0431._\\\\u0434\\\\u0435\\\\u043a.\\\".split(\\\"_\\\")},weekdays:{standalone:\\\"\\\\u0432\\\\u043e\\\\u0441\\\\u043a\\\\u0440\\\\u0435\\\\u0441\\\\u0435\\\\u043d\\\\u044c\\\\u0435_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u043b\\\\u044c\\\\u043d\\\\u0438\\\\u043a_\\\\u0432\\\\u0442\\\\u043e\\\\u0440\\\\u043d\\\\u0438\\\\u043a_\\\\u0441\\\\u0440\\\\u0435\\\\u0434\\\\u0430_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0435\\\\u0440\\\\u0433_\\\\u043f\\\\u044f\\\\u0442\\\\u043d\\\\u0438\\\\u0446\\\\u0430_\\\\u0441\\\\u0443\\\\u0431\\\\u0431\\\\u043e\\\\u0442\\\\u0430\\\".split(\\\"_\\\"),format:\\\"\\\\u0432\\\\u043e\\\\u0441\\\\u043a\\\\u0440\\\\u0435\\\\u0441\\\\u0435\\\\u043d\\\\u044c\\\\u0435_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u043b\\\\u044c\\\\u043d\\\\u0438\\\\u043a_\\\\u0432\\\\u0442\\\\u043e\\\\u0440\\\\u043d\\\\u0438\\\\u043a_\\\\u0441\\\\u0440\\\\u0435\\\\u0434\\\\u0443_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0435\\\\u0440\\\\u0433_\\\\u043f\\\\u044f\\\\u0442\\\\u043d\\\\u0438\\\\u0446\\\\u0443_\\\\u0441\\\\u0443\\\\u0431\\\\u0431\\\\u043e\\\\u0442\\\\u0443\\\".split(\\\"_\\\"),isFormat:/\\\\[ ?[\\\\u0412\\\\u0432] ?(?:\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u0443\\\\u044e|\\\\u0441\\\\u043b\\\\u0435\\\\u0434\\\\u0443\\\\u044e\\\\u0449\\\\u0443\\\\u044e|\\\\u044d\\\\u0442\\\\u0443)? ?\\\\] ?dddd/},weekdaysShort:\\\"\\\\u0432\\\\u0441_\\\\u043f\\\\u043d_\\\\u0432\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0442_\\\\u043f\\\\u0442_\\\\u0441\\\\u0431\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0432\\\\u0441_\\\\u043f\\\\u043d_\\\\u0432\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0442_\\\\u043f\\\\u0442_\\\\u0441\\\\u0431\\\".split(\\\"_\\\"),monthsParse:$n,longMonthsParse:$n,shortMonthsParse:$n,monthsRegex:/^(\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440[\\\\u044c\\\\u044f]|\\\\u044f\\\\u043d\\\\u0432\\\\.?|\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b[\\\\u044c\\\\u044f]|\\\\u0444\\\\u0435\\\\u0432\\\\u0440?\\\\.?|\\\\u043c\\\\u0430\\\\u0440\\\\u0442\\\\u0430?|\\\\u043c\\\\u0430\\\\u0440\\\\.?|\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b[\\\\u044c\\\\u044f]|\\\\u0430\\\\u043f\\\\u0440\\\\.?|\\\\u043c\\\\u0430[\\\\u0439\\\\u044f]|\\\\u0438\\\\u044e\\\\u043d[\\\\u044c\\\\u044f]|\\\\u0438\\\\u044e\\\\u043d\\\\.?|\\\\u0438\\\\u044e\\\\u043b[\\\\u044c\\\\u044f]|\\\\u0438\\\\u044e\\\\u043b\\\\.?|\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442\\\\u0430?|\\\\u0430\\\\u0432\\\\u0433\\\\.?|\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u0441\\\\u0435\\\\u043d\\\\u0442?\\\\.?|\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u043e\\\\u043a\\\\u0442\\\\.?|\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u043d\\\\u043e\\\\u044f\\\\u0431?\\\\.?|\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u0434\\\\u0435\\\\u043a\\\\.?)/i,monthsShortRegex:/^(\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440[\\\\u044c\\\\u044f]|\\\\u044f\\\\u043d\\\\u0432\\\\.?|\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b[\\\\u044c\\\\u044f]|\\\\u0444\\\\u0435\\\\u0432\\\\u0440?\\\\.?|\\\\u043c\\\\u0430\\\\u0440\\\\u0442\\\\u0430?|\\\\u043c\\\\u0430\\\\u0440\\\\.?|\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b[\\\\u044c\\\\u044f]|\\\\u0430\\\\u043f\\\\u0440\\\\.?|\\\\u043c\\\\u0430[\\\\u0439\\\\u044f]|\\\\u0438\\\\u044e\\\\u043d[\\\\u044c\\\\u044f]|\\\\u0438\\\\u044e\\\\u043d\\\\.?|\\\\u0438\\\\u044e\\\\u043b[\\\\u044c\\\\u044f]|\\\\u0438\\\\u044e\\\\u043b\\\\.?|\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442\\\\u0430?|\\\\u0430\\\\u0432\\\\u0433\\\\.?|\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u0441\\\\u0435\\\\u043d\\\\u0442?\\\\.?|\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u043e\\\\u043a\\\\u0442\\\\.?|\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u043d\\\\u043e\\\\u044f\\\\u0431?\\\\.?|\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440[\\\\u044c\\\\u044f]|\\\\u0434\\\\u0435\\\\u043a\\\\.?)/i,monthsStrictRegex:/^(\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440[\\\\u044f\\\\u044c]|\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b[\\\\u044f\\\\u044c]|\\\\u043c\\\\u0430\\\\u0440\\\\u0442\\\\u0430?|\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b[\\\\u044f\\\\u044c]|\\\\u043c\\\\u0430[\\\\u044f\\\\u0439]|\\\\u0438\\\\u044e\\\\u043d[\\\\u044f\\\\u044c]|\\\\u0438\\\\u044e\\\\u043b[\\\\u044f\\\\u044c]|\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442\\\\u0430?|\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440[\\\\u044f\\\\u044c]|\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440[\\\\u044f\\\\u044c]|\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440[\\\\u044f\\\\u044c]|\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440[\\\\u044f\\\\u044c])/i,monthsShortStrictRegex:/^(\\\\u044f\\\\u043d\\\\u0432\\\\.|\\\\u0444\\\\u0435\\\\u0432\\\\u0440?\\\\.|\\\\u043c\\\\u0430\\\\u0440[\\\\u0442.]|\\\\u0430\\\\u043f\\\\u0440\\\\.|\\\\u043c\\\\u0430[\\\\u044f\\\\u0439]|\\\\u0438\\\\u044e\\\\u043d[\\\\u044c\\\\u044f.]|\\\\u0438\\\\u044e\\\\u043b[\\\\u044c\\\\u044f.]|\\\\u0430\\\\u0432\\\\u0433\\\\.|\\\\u0441\\\\u0435\\\\u043d\\\\u0442?\\\\.|\\\\u043e\\\\u043a\\\\u0442\\\\.|\\\\u043d\\\\u043e\\\\u044f\\\\u0431?\\\\.|\\\\u0434\\\\u0435\\\\u043a\\\\.)/i,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY \\\\u0433.\\\",LLL:\\\"D MMMM YYYY \\\\u0433., H:mm\\\",LLLL:\\\"dddd, D MMMM YYYY \\\\u0433., H:mm\\\"},calendar:{sameDay:\\\"[\\\\u0421\\\\u0435\\\\u0433\\\\u043e\\\\u0434\\\\u043d\\\\u044f, \\\\u0432] LT\\\",nextDay:\\\"[\\\\u0417\\\\u0430\\\\u0432\\\\u0442\\\\u0440\\\\u0430, \\\\u0432] LT\\\",lastDay:\\\"[\\\\u0412\\\\u0447\\\\u0435\\\\u0440\\\\u0430, \\\\u0432] LT\\\",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?\\\"[\\\\u0412\\\\u043e] dddd, [\\\\u0432] LT\\\":\\\"[\\\\u0412] dddd, [\\\\u0432] LT\\\";switch(this.day()){case 0:return\\\"[\\\\u0412 \\\\u0441\\\\u043b\\\\u0435\\\\u0434\\\\u0443\\\\u044e\\\\u0449\\\\u0435\\\\u0435] dddd, [\\\\u0432] LT\\\";case 1:case 2:case 4:return\\\"[\\\\u0412 \\\\u0441\\\\u043b\\\\u0435\\\\u0434\\\\u0443\\\\u044e\\\\u0449\\\\u0438\\\\u0439] dddd, [\\\\u0432] LT\\\";case 3:case 5:case 6:return\\\"[\\\\u0412 \\\\u0441\\\\u043b\\\\u0435\\\\u0434\\\\u0443\\\\u044e\\\\u0449\\\\u0443\\\\u044e] dddd, [\\\\u0432] LT\\\"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?\\\"[\\\\u0412\\\\u043e] dddd, [\\\\u0432] LT\\\":\\\"[\\\\u0412] dddd, [\\\\u0432] LT\\\";switch(this.day()){case 0:return\\\"[\\\\u0412 \\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u043e\\\\u0435] dddd, [\\\\u0432] LT\\\";case 1:case 2:case 4:return\\\"[\\\\u0412 \\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u044b\\\\u0439] dddd, [\\\\u0432] LT\\\";case 3:case 5:case 6:return\\\"[\\\\u0412 \\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u0443\\\\u044e] dddd, [\\\\u0432] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0447\\\\u0435\\\\u0440\\\\u0435\\\\u0437 %s\\\",past:\\\"%s \\\\u043d\\\\u0430\\\\u0437\\\\u0430\\\\u0434\\\",s:\\\"\\\\u043d\\\\u0435\\\\u0441\\\\u043a\\\\u043e\\\\u043b\\\\u044c\\\\u043a\\\\u043e \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",ss:Zn,m:Zn,mm:Zn,h:\\\"\\\\u0447\\\\u0430\\\\u0441\\\",hh:Zn,d:\\\"\\\\u0434\\\\u0435\\\\u043d\\\\u044c\\\",dd:Zn,M:\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u044f\\\\u0446\\\",MM:Zn,y:\\\"\\\\u0433\\\\u043e\\\\u0434\\\",yy:Zn},meridiemParse:/\\\\u043d\\\\u043e\\\\u0447\\\\u0438|\\\\u0443\\\\u0442\\\\u0440\\\\u0430|\\\\u0434\\\\u043d\\\\u044f|\\\\u0432\\\\u0435\\\\u0447\\\\u0435\\\\u0440\\\\u0430/i,isPM:function(e){return/^(\\\\u0434\\\\u043d\\\\u044f|\\\\u0432\\\\u0435\\\\u0447\\\\u0435\\\\u0440\\\\u0430)$/.test(e)},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u043d\\\\u043e\\\\u0447\\\\u0438\\\":e\u003C12?\\\"\\\\u0443\\\\u0442\\\\u0440\\\\u0430\\\":e\u003C17?\\\"\\\\u0434\\\\u043d\\\\u044f\\\":\\\"\\\\u0432\\\\u0435\\\\u0447\\\\u0435\\\\u0440\\\\u0430\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0439|\\\\u0433\\\\u043e|\\\\u044f)/,ordinal:function(e,a){switch(a){case\\\"M\\\":case\\\"d\\\":case\\\"DDD\\\":return e+\\\"-\\\\u0439\\\";case\\\"D\\\":return e+\\\"-\\\\u0433\\\\u043e\\\";case\\\"w\\\":case\\\"W\\\":return e+\\\"-\\\\u044f\\\";default:return e}},week:{dow:1,doy:4}});var Bn=[\\\"\\\\u062c\\\\u0646\\\\u0648\\\\u0631\\\\u064a\\\",\\\"\\\\u0641\\\\u064a\\\\u0628\\\\u0631\\\\u0648\\\\u0631\\\\u064a\\\",\\\"\\\\u0645\\\\u0627\\\\u0631\\\\u0686\\\",\\\"\\\\u0627\\\\u067e\\\\u0631\\\\u064a\\\\u0644\\\",\\\"\\\\u0645\\\\u0626\\\\u064a\\\",\\\"\\\\u062c\\\\u0648\\\\u0646\\\",\\\"\\\\u062c\\\\u0648\\\\u0644\\\\u0627\\\\u0621\\\\u0650\\\",\\\"\\\\u0622\\\\u06af\\\\u0633\\\\u067d\\\",\\\"\\\\u0633\\\\u064a\\\\u067e\\\\u067d\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u0622\\\\u06aa\\\\u067d\\\\u0648\\\\u0628\\\\u0631\\\",\\\"\\\\u0646\\\\u0648\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u068a\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\"],qn=[\\\"\\\\u0622\\\\u0686\\\\u0631\\\",\\\"\\\\u0633\\\\u0648\\\\u0645\\\\u0631\\\",\\\"\\\\u0627\\\\u06b1\\\\u0627\\\\u0631\\\\u0648\\\",\\\"\\\\u0627\\\\u0631\\\\u0628\\\\u0639\\\",\\\"\\\\u062e\\\\u0645\\\\u064a\\\\u0633\\\",\\\"\\\\u062c\\\\u0645\\\\u0639\\\",\\\"\\\\u0687\\\\u0646\\\\u0687\\\\u0631\\\"];l.defineLocale(\\\"sd\\\",{months:Bn,monthsShort:Bn,weekdays:qn,weekdaysShort:qn,weekdaysMin:qn,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd\\\\u060c D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0635\\\\u0628\\\\u062d|\\\\u0634\\\\u0627\\\\u0645/,isPM:function(e){return\\\"\\\\u0634\\\\u0627\\\\u0645\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0635\\\\u0628\\\\u062d\\\":\\\"\\\\u0634\\\\u0627\\\\u0645\\\"},calendar:{sameDay:\\\"[\\\\u0627\\\\u0684] LT\\\",nextDay:\\\"[\\\\u0633\\\\u0680\\\\u0627\\\\u06bb\\\\u064a] LT\\\",nextWeek:\\\"dddd [\\\\u0627\\\\u06b3\\\\u064a\\\\u0646 \\\\u0647\\\\u0641\\\\u062a\\\\u064a \\\\u062a\\\\u064a] LT\\\",lastDay:\\\"[\\\\u06aa\\\\u0627\\\\u0644\\\\u0647\\\\u0647] LT\\\",lastWeek:\\\"[\\\\u06af\\\\u0632\\\\u0631\\\\u064a\\\\u0644 \\\\u0647\\\\u0641\\\\u062a\\\\u064a] dddd [\\\\u062a\\\\u064a] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u067e\\\\u0648\\\\u0621\\\",past:\\\"%s \\\\u0627\\\\u06b3\\\",s:\\\"\\\\u0686\\\\u0646\\\\u062f \\\\u0633\\\\u064a\\\\u06aa\\\\u0646\\\\u068a\\\",ss:\\\"%d \\\\u0633\\\\u064a\\\\u06aa\\\\u0646\\\\u068a\\\",m:\\\"\\\\u0647\\\\u06aa \\\\u0645\\\\u0646\\\\u067d\\\",mm:\\\"%d \\\\u0645\\\\u0646\\\\u067d\\\",h:\\\"\\\\u0647\\\\u06aa \\\\u06aa\\\\u0644\\\\u0627\\\\u06aa\\\",hh:\\\"%d \\\\u06aa\\\\u0644\\\\u0627\\\\u06aa\\\",d:\\\"\\\\u0647\\\\u06aa \\\\u068f\\\\u064a\\\\u0646\\\\u0647\\\\u0646\\\",dd:\\\"%d \\\\u068f\\\\u064a\\\\u0646\\\\u0647\\\\u0646\\\",M:\\\"\\\\u0647\\\\u06aa \\\\u0645\\\\u0647\\\\u064a\\\\u0646\\\\u0648\\\",MM:\\\"%d \\\\u0645\\\\u0647\\\\u064a\\\\u0646\\\\u0627\\\",y:\\\"\\\\u0647\\\\u06aa \\\\u0633\\\\u0627\\\\u0644\\\",yy:\\\"%d \\\\u0633\\\\u0627\\\\u0644\\\"},preparse:function(e){return e.replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"se\\\",{months:\\\"o\\\\u0111\\\\u0111ajagem\\\\xe1nnu_guovvam\\\\xe1nnu_njuk\\\\u010dam\\\\xe1nnu_cuo\\\\u014bom\\\\xe1nnu_miessem\\\\xe1nnu_geassem\\\\xe1nnu_suoidnem\\\\xe1nnu_borgem\\\\xe1nnu_\\\\u010dak\\\\u010dam\\\\xe1nnu_golggotm\\\\xe1nnu_sk\\\\xe1bmam\\\\xe1nnu_juovlam\\\\xe1nnu\\\".split(\\\"_\\\"),monthsShort:\\\"o\\\\u0111\\\\u0111j_guov_njuk_cuo_mies_geas_suoi_borg_\\\\u010dak\\\\u010d_golg_sk\\\\xe1b_juov\\\".split(\\\"_\\\"),weekdays:\\\"sotnabeaivi_vuoss\\\\xe1rga_ma\\\\u014b\\\\u014beb\\\\xe1rga_gaskavahkku_duorastat_bearjadat_l\\\\xe1vvardat\\\".split(\\\"_\\\"),weekdaysShort:\\\"sotn_vuos_ma\\\\u014b_gask_duor_bear_l\\\\xe1v\\\".split(\\\"_\\\"),weekdaysMin:\\\"s_v_m_g_d_b_L\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"MMMM D. [b.] YYYY\\\",LLL:\\\"MMMM D. [b.] YYYY [ti.] HH:mm\\\",LLLL:\\\"dddd, MMMM D. [b.] YYYY [ti.] HH:mm\\\"},calendar:{sameDay:\\\"[otne ti] LT\\\",nextDay:\\\"[ihttin ti] LT\\\",nextWeek:\\\"dddd [ti] LT\\\",lastDay:\\\"[ikte ti] LT\\\",lastWeek:\\\"[ovddit] dddd [ti] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s gea\\\\u017ees\\\",past:\\\"ma\\\\u014bit %s\\\",s:\\\"moadde sekunddat\\\",ss:\\\"%d sekunddat\\\",m:\\\"okta minuhta\\\",mm:\\\"%d minuhtat\\\",h:\\\"okta diimmu\\\",hh:\\\"%d diimmut\\\",d:\\\"okta beaivi\\\",dd:\\\"%d beaivvit\\\",M:\\\"okta m\\\\xe1nnu\\\",MM:\\\"%d m\\\\xe1nut\\\",y:\\\"okta jahki\\\",yy:\\\"%d jagit\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"si\\\",{months:\\\"\\\\u0da2\\\\u0db1\\\\u0dc0\\\\u0dcf\\\\u0dbb\\\\u0dd2_\\\\u0db4\\\\u0dd9\\\\u0db6\\\\u0dbb\\\\u0dc0\\\\u0dcf\\\\u0dbb\\\\u0dd2_\\\\u0db8\\\\u0dcf\\\\u0dbb\\\\u0dca\\\\u0dad\\\\u0dd4_\\\\u0d85\\\\u0db4\\\\u0dca\\\\u200d\\\\u0dbb\\\\u0dda\\\\u0dbd\\\\u0dca_\\\\u0db8\\\\u0dd0\\\\u0dba\\\\u0dd2_\\\\u0da2\\\\u0dd6\\\\u0db1\\\\u0dd2_\\\\u0da2\\\\u0dd6\\\\u0dbd\\\\u0dd2_\\\\u0d85\\\\u0d9c\\\\u0ddd\\\\u0dc3\\\\u0dca\\\\u0dad\\\\u0dd4_\\\\u0dc3\\\\u0dd0\\\\u0db4\\\\u0dca\\\\u0dad\\\\u0dd0\\\\u0db8\\\\u0dca\\\\u0db6\\\\u0dbb\\\\u0dca_\\\\u0d94\\\\u0d9a\\\\u0dca\\\\u0dad\\\\u0ddd\\\\u0db6\\\\u0dbb\\\\u0dca_\\\\u0db1\\\\u0ddc\\\\u0dc0\\\\u0dd0\\\\u0db8\\\\u0dca\\\\u0db6\\\\u0dbb\\\\u0dca_\\\\u0daf\\\\u0dd9\\\\u0dc3\\\\u0dd0\\\\u0db8\\\\u0dca\\\\u0db6\\\\u0dbb\\\\u0dca\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0da2\\\\u0db1_\\\\u0db4\\\\u0dd9\\\\u0db6_\\\\u0db8\\\\u0dcf\\\\u0dbb\\\\u0dca_\\\\u0d85\\\\u0db4\\\\u0dca_\\\\u0db8\\\\u0dd0\\\\u0dba\\\\u0dd2_\\\\u0da2\\\\u0dd6\\\\u0db1\\\\u0dd2_\\\\u0da2\\\\u0dd6\\\\u0dbd\\\\u0dd2_\\\\u0d85\\\\u0d9c\\\\u0ddd_\\\\u0dc3\\\\u0dd0\\\\u0db4\\\\u0dca_\\\\u0d94\\\\u0d9a\\\\u0dca_\\\\u0db1\\\\u0ddc\\\\u0dc0\\\\u0dd0_\\\\u0daf\\\\u0dd9\\\\u0dc3\\\\u0dd0\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0d89\\\\u0dbb\\\\u0dd2\\\\u0daf\\\\u0dcf_\\\\u0dc3\\\\u0db3\\\\u0dd4\\\\u0daf\\\\u0dcf_\\\\u0d85\\\\u0d9f\\\\u0dc4\\\\u0dbb\\\\u0dd4\\\\u0dc0\\\\u0dcf\\\\u0daf\\\\u0dcf_\\\\u0db6\\\\u0daf\\\\u0dcf\\\\u0daf\\\\u0dcf_\\\\u0db6\\\\u0dca\\\\u200d\\\\u0dbb\\\\u0dc4\\\\u0dc3\\\\u0dca\\\\u0db4\\\\u0dad\\\\u0dd2\\\\u0db1\\\\u0dca\\\\u0daf\\\\u0dcf_\\\\u0dc3\\\\u0dd2\\\\u0d9a\\\\u0dd4\\\\u0dbb\\\\u0dcf\\\\u0daf\\\\u0dcf_\\\\u0dc3\\\\u0dd9\\\\u0db1\\\\u0dc3\\\\u0dd4\\\\u0dbb\\\\u0dcf\\\\u0daf\\\\u0dcf\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0d89\\\\u0dbb\\\\u0dd2_\\\\u0dc3\\\\u0db3\\\\u0dd4_\\\\u0d85\\\\u0d9f_\\\\u0db6\\\\u0daf\\\\u0dcf_\\\\u0db6\\\\u0dca\\\\u200d\\\\u0dbb\\\\u0dc4_\\\\u0dc3\\\\u0dd2\\\\u0d9a\\\\u0dd4_\\\\u0dc3\\\\u0dd9\\\\u0db1\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0d89_\\\\u0dc3_\\\\u0d85_\\\\u0db6_\\\\u0db6\\\\u0dca\\\\u200d\\\\u0dbb_\\\\u0dc3\\\\u0dd2_\\\\u0dc3\\\\u0dd9\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"a h:mm\\\",LTS:\\\"a h:mm:ss\\\",L:\\\"YYYY/MM/DD\\\",LL:\\\"YYYY MMMM D\\\",LLL:\\\"YYYY MMMM D, a h:mm\\\",LLLL:\\\"YYYY MMMM D [\\\\u0dc0\\\\u0dd0\\\\u0db1\\\\u0dd2] dddd, a h:mm:ss\\\"},calendar:{sameDay:\\\"[\\\\u0d85\\\\u0daf] LT[\\\\u0da7]\\\",nextDay:\\\"[\\\\u0dc4\\\\u0dd9\\\\u0da7] LT[\\\\u0da7]\\\",nextWeek:\\\"dddd LT[\\\\u0da7]\\\",lastDay:\\\"[\\\\u0d8a\\\\u0dba\\\\u0dda] LT[\\\\u0da7]\\\",lastWeek:\\\"[\\\\u0db4\\\\u0dc3\\\\u0dd4\\\\u0d9c\\\\u0dd2\\\\u0dba] dddd LT[\\\\u0da7]\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s\\\\u0d9a\\\\u0dd2\\\\u0db1\\\\u0dca\\\",past:\\\"%s\\\\u0d9a\\\\u0da7 \\\\u0db4\\\\u0dd9\\\\u0dbb\\\",s:\\\"\\\\u0dad\\\\u0dad\\\\u0dca\\\\u0db4\\\\u0dbb \\\\u0d9a\\\\u0dd2\\\\u0dc4\\\\u0dd2\\\\u0db4\\\\u0dba\\\",ss:\\\"\\\\u0dad\\\\u0dad\\\\u0dca\\\\u0db4\\\\u0dbb %d\\\",m:\\\"\\\\u0db8\\\\u0dd2\\\\u0db1\\\\u0dd2\\\\u0dad\\\\u0dca\\\\u0dad\\\\u0dd4\\\\u0dc0\\\",mm:\\\"\\\\u0db8\\\\u0dd2\\\\u0db1\\\\u0dd2\\\\u0dad\\\\u0dca\\\\u0dad\\\\u0dd4 %d\\\",h:\\\"\\\\u0db4\\\\u0dd0\\\\u0dba\\\",hh:\\\"\\\\u0db4\\\\u0dd0\\\\u0dba %d\\\",d:\\\"\\\\u0daf\\\\u0dd2\\\\u0db1\\\\u0dba\\\",dd:\\\"\\\\u0daf\\\\u0dd2\\\\u0db1 %d\\\",M:\\\"\\\\u0db8\\\\u0dcf\\\\u0dc3\\\\u0dba\\\",MM:\\\"\\\\u0db8\\\\u0dcf\\\\u0dc3 %d\\\",y:\\\"\\\\u0dc0\\\\u0dc3\\\\u0dbb\\\",yy:\\\"\\\\u0dc0\\\\u0dc3\\\\u0dbb %d\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2} \\\\u0dc0\\\\u0dd0\\\\u0db1\\\\u0dd2/,ordinal:function(e){return e+\\\" \\\\u0dc0\\\\u0dd0\\\\u0db1\\\\u0dd2\\\"},meridiemParse:/\\\\u0db4\\\\u0dd9\\\\u0dbb \\\\u0dc0\\\\u0dbb\\\\u0dd4|\\\\u0db4\\\\u0dc3\\\\u0dca \\\\u0dc0\\\\u0dbb\\\\u0dd4|\\\\u0db4\\\\u0dd9.\\\\u0dc0|\\\\u0db4.\\\\u0dc0./,isPM:function(e){return\\\"\\\\u0db4.\\\\u0dc0.\\\"===e||\\\"\\\\u0db4\\\\u0dc3\\\\u0dca \\\\u0dc0\\\\u0dbb\\\\u0dd4\\\"===e},meridiem:function(e,a,t){return 11\u003Ce?t?\\\"\\\\u0db4.\\\\u0dc0.\\\":\\\"\\\\u0db4\\\\u0dc3\\\\u0dca \\\\u0dc0\\\\u0dbb\\\\u0dd4\\\":t?\\\"\\\\u0db4\\\\u0dd9.\\\\u0dc0.\\\":\\\"\\\\u0db4\\\\u0dd9\\\\u0dbb \\\\u0dc0\\\\u0dbb\\\\u0dd4\\\"}});var Qn=\\\"janu\\\\xe1r_febru\\\\xe1r_marec_apr\\\\xedl_m\\\\xe1j_j\\\\xfan_j\\\\xfal_august_september_okt\\\\xf3ber_november_december\\\".split(\\\"_\\\"),Xn=\\\"jan_feb_mar_apr_m\\\\xe1j_j\\\\xfan_j\\\\xfal_aug_sep_okt_nov_dec\\\".split(\\\"_\\\");function ed(e){return 1\u003Ce&&e\u003C5}function ad(e,a,t,s){var n=e+\\\" \\\";switch(t){case\\\"s\\\":return a||s?\\\"p\\\\xe1r sek\\\\xfand\\\":\\\"p\\\\xe1r sekundami\\\";case\\\"ss\\\":return a||s?n+(ed(e)?\\\"sekundy\\\":\\\"sek\\\\xfand\\\"):n+\\\"sekundami\\\";break;case\\\"m\\\":return a?\\\"min\\\\xfata\\\":s?\\\"min\\\\xfatu\\\":\\\"min\\\\xfatou\\\";case\\\"mm\\\":return a||s?n+(ed(e)?\\\"min\\\\xfaty\\\":\\\"min\\\\xfat\\\"):n+\\\"min\\\\xfatami\\\";break;case\\\"h\\\":return a?\\\"hodina\\\":s?\\\"hodinu\\\":\\\"hodinou\\\";case\\\"hh\\\":return a||s?n+(ed(e)?\\\"hodiny\\\":\\\"hod\\\\xedn\\\"):n+\\\"hodinami\\\";break;case\\\"d\\\":return a||s?\\\"de\\\\u0148\\\":\\\"d\\\\u0148om\\\";case\\\"dd\\\":return a||s?n+(ed(e)?\\\"dni\\\":\\\"dn\\\\xed\\\"):n+\\\"d\\\\u0148ami\\\";break;case\\\"M\\\":return a||s?\\\"mesiac\\\":\\\"mesiacom\\\";case\\\"MM\\\":return a||s?n+(ed(e)?\\\"mesiace\\\":\\\"mesiacov\\\"):n+\\\"mesiacmi\\\";break;case\\\"y\\\":return a||s?\\\"rok\\\":\\\"rokom\\\";case\\\"yy\\\":return a||s?n+(ed(e)?\\\"roky\\\":\\\"rokov\\\"):n+\\\"rokmi\\\";break}}function td(e,a,t,s){var n=e+\\\" \\\";switch(t){case\\\"s\\\":return a||s?\\\"nekaj sekund\\\":\\\"nekaj sekundami\\\";case\\\"ss\\\":return n+=1===e?a?\\\"sekundo\\\":\\\"sekundi\\\":2===e?a||s?\\\"sekundi\\\":\\\"sekundah\\\":e\u003C5?a||s?\\\"sekunde\\\":\\\"sekundah\\\":\\\"sekund\\\";case\\\"m\\\":return a?\\\"ena minuta\\\":\\\"eno minuto\\\";case\\\"mm\\\":return n+=1===e?a?\\\"minuta\\\":\\\"minuto\\\":2===e?a||s?\\\"minuti\\\":\\\"minutama\\\":e\u003C5?a||s?\\\"minute\\\":\\\"minutami\\\":a||s?\\\"minut\\\":\\\"minutami\\\";case\\\"h\\\":return a?\\\"ena ura\\\":\\\"eno uro\\\";case\\\"hh\\\":return n+=1===e?a?\\\"ura\\\":\\\"uro\\\":2===e?a||s?\\\"uri\\\":\\\"urama\\\":e\u003C5?a||s?\\\"ure\\\":\\\"urami\\\":a||s?\\\"ur\\\":\\\"urami\\\";case\\\"d\\\":return a||s?\\\"en dan\\\":\\\"enim dnem\\\";case\\\"dd\\\":return n+=1===e?a||s?\\\"dan\\\":\\\"dnem\\\":2===e?a||s?\\\"dni\\\":\\\"dnevoma\\\":a||s?\\\"dni\\\":\\\"dnevi\\\";case\\\"M\\\":return a||s?\\\"en mesec\\\":\\\"enim mesecem\\\";case\\\"MM\\\":return n+=1===e?a||s?\\\"mesec\\\":\\\"mesecem\\\":2===e?a||s?\\\"meseca\\\":\\\"mesecema\\\":e\u003C5?a||s?\\\"mesece\\\":\\\"meseci\\\":a||s?\\\"mesecev\\\":\\\"meseci\\\";case\\\"y\\\":return a||s?\\\"eno leto\\\":\\\"enim letom\\\";case\\\"yy\\\":return n+=1===e?a||s?\\\"leto\\\":\\\"letom\\\":2===e?a||s?\\\"leti\\\":\\\"letoma\\\":e\u003C5?a||s?\\\"leta\\\":\\\"leti\\\":a||s?\\\"let\\\":\\\"leti\\\"}}l.defineLocale(\\\"sk\\\",{months:Qn,monthsShort:Xn,weekdays:\\\"nede\\\\u013ea_pondelok_utorok_streda_\\\\u0161tvrtok_piatok_sobota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ne_po_ut_st_\\\\u0161t_pi_so\\\".split(\\\"_\\\"),weekdaysMin:\\\"ne_po_ut_st_\\\\u0161t_pi_so\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[dnes o] LT\\\",nextDay:\\\"[zajtra o] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[v nede\\\\u013eu o] LT\\\";case 1:case 2:return\\\"[v] dddd [o] LT\\\";case 3:return\\\"[v stredu o] LT\\\";case 4:return\\\"[vo \\\\u0161tvrtok o] LT\\\";case 5:return\\\"[v piatok o] LT\\\";case 6:return\\\"[v sobotu o] LT\\\"}},lastDay:\\\"[v\\\\u010dera o] LT\\\",lastWeek:function(){switch(this.day()){case 0:return\\\"[minul\\\\xfa nede\\\\u013eu o] LT\\\";case 1:case 2:return\\\"[minul\\\\xfd] dddd [o] LT\\\";case 3:return\\\"[minul\\\\xfa stredu o] LT\\\";case 4:case 5:return\\\"[minul\\\\xfd] dddd [o] LT\\\";case 6:return\\\"[minul\\\\xfa sobotu o] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"za %s\\\",past:\\\"pred %s\\\",s:ad,ss:ad,m:ad,mm:ad,h:ad,hh:ad,d:ad,dd:ad,M:ad,MM:ad,y:ad,yy:ad},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"sl\\\",{months:\\\"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december\\\".split(\\\"_\\\"),monthsShort:\\\"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"nedelja_ponedeljek_torek_sreda_\\\\u010detrtek_petek_sobota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ned._pon._tor._sre._\\\\u010det._pet._sob.\\\".split(\\\"_\\\"),weekdaysMin:\\\"ne_po_to_sr_\\\\u010de_pe_so\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[danes ob] LT\\\",nextDay:\\\"[jutri ob] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[v] [nedeljo] [ob] LT\\\";case 3:return\\\"[v] [sredo] [ob] LT\\\";case 6:return\\\"[v] [soboto] [ob] LT\\\";case 1:case 2:case 4:case 5:return\\\"[v] dddd [ob] LT\\\"}},lastDay:\\\"[v\\\\u010deraj ob] LT\\\",lastWeek:function(){switch(this.day()){case 0:return\\\"[prej\\\\u0161njo] [nedeljo] [ob] LT\\\";case 3:return\\\"[prej\\\\u0161njo] [sredo] [ob] LT\\\";case 6:return\\\"[prej\\\\u0161njo] [soboto] [ob] LT\\\";case 1:case 2:case 4:case 5:return\\\"[prej\\\\u0161nji] dddd [ob] LT\\\"}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u010dez %s\\\",past:\\\"pred %s\\\",s:td,ss:td,m:td,mm:td,h:td,hh:td,d:td,dd:td,M:td,MM:td,y:td,yy:td},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:7}}),l.defineLocale(\\\"sq\\\",{months:\\\"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_N\\\\xebntor_Dhjetor\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_N\\\\xebn_Dhj\\\".split(\\\"_\\\"),weekdays:\\\"E Diel_E H\\\\xebn\\\\xeb_E Mart\\\\xeb_E M\\\\xebrkur\\\\xeb_E Enjte_E Premte_E Shtun\\\\xeb\\\".split(\\\"_\\\"),weekdaysShort:\\\"Die_H\\\\xebn_Mar_M\\\\xebr_Enj_Pre_Sht\\\".split(\\\"_\\\"),weekdaysMin:\\\"D_H_Ma_M\\\\xeb_E_P_Sh\\\".split(\\\"_\\\"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return\\\"M\\\"===e.charAt(0)},meridiem:function(e,a,t){return e\u003C12?\\\"PD\\\":\\\"MD\\\"},longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Sot n\\\\xeb] LT\\\",nextDay:\\\"[Nes\\\\xebr n\\\\xeb] LT\\\",nextWeek:\\\"dddd [n\\\\xeb] LT\\\",lastDay:\\\"[Dje n\\\\xeb] LT\\\",lastWeek:\\\"dddd [e kaluar n\\\\xeb] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"n\\\\xeb %s\\\",past:\\\"%s m\\\\xeb par\\\\xeb\\\",s:\\\"disa sekonda\\\",ss:\\\"%d sekonda\\\",m:\\\"nj\\\\xeb minut\\\\xeb\\\",mm:\\\"%d minuta\\\",h:\\\"nj\\\\xeb or\\\\xeb\\\",hh:\\\"%d or\\\\xeb\\\",d:\\\"nj\\\\xeb dit\\\\xeb\\\",dd:\\\"%d dit\\\\xeb\\\",M:\\\"nj\\\\xeb muaj\\\",MM:\\\"%d muaj\\\",y:\\\"nj\\\\xeb vit\\\",yy:\\\"%d vite\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}});var sd={words:{ss:[\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0430\\\",\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0435\\\",\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438\\\"],m:[\\\"\\\\u0458\\\\u0435\\\\u0434\\\\u0430\\\\u043d \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\",\\\"\\\\u0458\\\\u0435\\\\u0434\\\\u043d\\\\u0435 \\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0435\\\"],mm:[\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\",\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0435\\\",\\\"\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u0442\\\\u0430\\\"],h:[\\\"\\\\u0458\\\\u0435\\\\u0434\\\\u0430\\\\u043d \\\\u0441\\\\u0430\\\\u0442\\\",\\\"\\\\u0458\\\\u0435\\\\u0434\\\\u043d\\\\u043e\\\\u0433 \\\\u0441\\\\u0430\\\\u0442\\\\u0430\\\"],hh:[\\\"\\\\u0441\\\\u0430\\\\u0442\\\",\\\"\\\\u0441\\\\u0430\\\\u0442\\\\u0430\\\",\\\"\\\\u0441\\\\u0430\\\\u0442\\\\u0438\\\"],dd:[\\\"\\\\u0434\\\\u0430\\\\u043d\\\",\\\"\\\\u0434\\\\u0430\\\\u043d\\\\u0430\\\",\\\"\\\\u0434\\\\u0430\\\\u043d\\\\u0430\\\"],MM:[\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\",\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\\u0430\\\",\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\\u0438\\\"],yy:[\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0430\\\",\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0435\\\",\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0430\\\"]},correctGrammaticalCase:function(e,a){return 1===e?a[0]:2\u003C=e&&e\u003C=4?a[1]:a[2]},translate:function(e,a,t){var s=sd.words[t];return 1===t.length?a?s[0]:s[1]:e+\\\" \\\"+sd.correctGrammaticalCase(e,s)}};l.defineLocale(\\\"sr-cyrl\\\",{months:\\\"\\\\u0458\\\\u0430\\\\u043d\\\\u0443\\\\u0430\\\\u0440_\\\\u0444\\\\u0435\\\\u0431\\\\u0440\\\\u0443\\\\u0430\\\\u0440_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440\\\\u0438\\\\u043b_\\\\u043c\\\\u0430\\\\u0458_\\\\u0458\\\\u0443\\\\u043d_\\\\u0458\\\\u0443\\\\u043b_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442_\\\\u0441\\\\u0435\\\\u043f\\\\u0442\\\\u0435\\\\u043c\\\\u0431\\\\u0430\\\\u0440_\\\\u043e\\\\u043a\\\\u0442\\\\u043e\\\\u0431\\\\u0430\\\\u0440_\\\\u043d\\\\u043e\\\\u0432\\\\u0435\\\\u043c\\\\u0431\\\\u0430\\\\u0440_\\\\u0434\\\\u0435\\\\u0446\\\\u0435\\\\u043c\\\\u0431\\\\u0430\\\\u0440\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0458\\\\u0430\\\\u043d._\\\\u0444\\\\u0435\\\\u0431._\\\\u043c\\\\u0430\\\\u0440._\\\\u0430\\\\u043f\\\\u0440._\\\\u043c\\\\u0430\\\\u0458_\\\\u0458\\\\u0443\\\\u043d_\\\\u0458\\\\u0443\\\\u043b_\\\\u0430\\\\u0432\\\\u0433._\\\\u0441\\\\u0435\\\\u043f._\\\\u043e\\\\u043a\\\\u0442._\\\\u043d\\\\u043e\\\\u0432._\\\\u0434\\\\u0435\\\\u0446.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u0459\\\\u0430_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u0459\\\\u0430\\\\u043a_\\\\u0443\\\\u0442\\\\u043e\\\\u0440\\\\u0430\\\\u043a_\\\\u0441\\\\u0440\\\\u0435\\\\u0434\\\\u0430_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0440\\\\u0442\\\\u0430\\\\u043a_\\\\u043f\\\\u0435\\\\u0442\\\\u0430\\\\u043a_\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0430\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u043d\\\\u0435\\\\u0434._\\\\u043f\\\\u043e\\\\u043d._\\\\u0443\\\\u0442\\\\u043e._\\\\u0441\\\\u0440\\\\u0435._\\\\u0447\\\\u0435\\\\u0442._\\\\u043f\\\\u0435\\\\u0442._\\\\u0441\\\\u0443\\\\u0431.\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u043d\\\\u0435_\\\\u043f\\\\u043e_\\\\u0443\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0435_\\\\u043f\\\\u0435_\\\\u0441\\\\u0443\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[\\\\u0434\\\\u0430\\\\u043d\\\\u0430\\\\u0441 \\\\u0443] LT\\\",nextDay:\\\"[\\\\u0441\\\\u0443\\\\u0442\\\\u0440\\\\u0430 \\\\u0443] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[\\\\u0443] [\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u0459\\\\u0443] [\\\\u0443] LT\\\";case 3:return\\\"[\\\\u0443] [\\\\u0441\\\\u0440\\\\u0435\\\\u0434\\\\u0443] [\\\\u0443] LT\\\";case 6:return\\\"[\\\\u0443] [\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0443] [\\\\u0443] LT\\\";case 1:case 2:case 4:case 5:return\\\"[\\\\u0443] dddd [\\\\u0443] LT\\\"}},lastDay:\\\"[\\\\u0458\\\\u0443\\\\u0447\\\\u0435 \\\\u0443] LT\\\",lastWeek:function(){return[\\\"[\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u0435] [\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u0459\\\\u0435] [\\\\u0443] LT\\\",\\\"[\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u043e\\\\u0433] [\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0435\\\\u0459\\\\u043a\\\\u0430] [\\\\u0443] LT\\\",\\\"[\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u043e\\\\u0433] [\\\\u0443\\\\u0442\\\\u043e\\\\u0440\\\\u043a\\\\u0430] [\\\\u0443] LT\\\",\\\"[\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u0435] [\\\\u0441\\\\u0440\\\\u0435\\\\u0434\\\\u0435] [\\\\u0443] LT\\\",\\\"[\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u043e\\\\u0433] [\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0440\\\\u0442\\\\u043a\\\\u0430] [\\\\u0443] LT\\\",\\\"[\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u043e\\\\u0433] [\\\\u043f\\\\u0435\\\\u0442\\\\u043a\\\\u0430] [\\\\u0443] LT\\\",\\\"[\\\\u043f\\\\u0440\\\\u043e\\\\u0448\\\\u043b\\\\u0435] [\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0435] [\\\\u0443] LT\\\"][this.day()]},sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0437\\\\u0430 %s\\\",past:\\\"\\\\u043f\\\\u0440\\\\u0435 %s\\\",s:\\\"\\\\u043d\\\\u0435\\\\u043a\\\\u043e\\\\u043b\\\\u0438\\\\u043a\\\\u043e \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438\\\",ss:sd.translate,m:sd.translate,mm:sd.translate,h:sd.translate,hh:sd.translate,d:\\\"\\\\u0434\\\\u0430\\\\u043d\\\",dd:sd.translate,M:\\\"\\\\u043c\\\\u0435\\\\u0441\\\\u0435\\\\u0446\\\",MM:sd.translate,y:\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0443\\\",yy:sd.translate},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:7}});var nd={words:{ss:[\\\"sekunda\\\",\\\"sekunde\\\",\\\"sekundi\\\"],m:[\\\"jedan minut\\\",\\\"jedne minute\\\"],mm:[\\\"minut\\\",\\\"minute\\\",\\\"minuta\\\"],h:[\\\"jedan sat\\\",\\\"jednog sata\\\"],hh:[\\\"sat\\\",\\\"sata\\\",\\\"sati\\\"],dd:[\\\"dan\\\",\\\"dana\\\",\\\"dana\\\"],MM:[\\\"mesec\\\",\\\"meseca\\\",\\\"meseci\\\"],yy:[\\\"godina\\\",\\\"godine\\\",\\\"godina\\\"]},correctGrammaticalCase:function(e,a){return 1===e?a[0]:2\u003C=e&&e\u003C=4?a[1]:a[2]},translate:function(e,a,t){var s=nd.words[t];return 1===t.length?a?s[0]:s[1]:e+\\\" \\\"+nd.correctGrammaticalCase(e,s)}};l.defineLocale(\\\"sr\\\",{months:\\\"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar\\\".split(\\\"_\\\"),monthsShort:\\\"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"nedelja_ponedeljak_utorak_sreda_\\\\u010detvrtak_petak_subota\\\".split(\\\"_\\\"),weekdaysShort:\\\"ned._pon._uto._sre._\\\\u010det._pet._sub.\\\".split(\\\"_\\\"),weekdaysMin:\\\"ne_po_ut_sr_\\\\u010de_pe_su\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM YYYY\\\",LLL:\\\"D. MMMM YYYY H:mm\\\",LLLL:\\\"dddd, D. MMMM YYYY H:mm\\\"},calendar:{sameDay:\\\"[danas u] LT\\\",nextDay:\\\"[sutra u] LT\\\",nextWeek:function(){switch(this.day()){case 0:return\\\"[u] [nedelju] [u] LT\\\";case 3:return\\\"[u] [sredu] [u] LT\\\";case 6:return\\\"[u] [subotu] [u] LT\\\";case 1:case 2:case 4:case 5:return\\\"[u] dddd [u] LT\\\"}},lastDay:\\\"[ju\\\\u010de u] LT\\\",lastWeek:function(){return[\\\"[pro\\\\u0161le] [nedelje] [u] LT\\\",\\\"[pro\\\\u0161log] [ponedeljka] [u] LT\\\",\\\"[pro\\\\u0161log] [utorka] [u] LT\\\",\\\"[pro\\\\u0161le] [srede] [u] LT\\\",\\\"[pro\\\\u0161log] [\\\\u010detvrtka] [u] LT\\\",\\\"[pro\\\\u0161log] [petka] [u] LT\\\",\\\"[pro\\\\u0161le] [subote] [u] LT\\\"][this.day()]},sameElse:\\\"L\\\"},relativeTime:{future:\\\"za %s\\\",past:\\\"pre %s\\\",s:\\\"nekoliko sekundi\\\",ss:nd.translate,m:nd.translate,mm:nd.translate,h:nd.translate,hh:nd.translate,d:\\\"dan\\\",dd:nd.translate,M:\\\"mesec\\\",MM:nd.translate,y:\\\"godinu\\\",yy:nd.translate},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:7}}),l.defineLocale(\\\"ss\\\",{months:\\\"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni\\\".split(\\\"_\\\"),monthsShort:\\\"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo\\\".split(\\\"_\\\"),weekdays:\\\"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo\\\".split(\\\"_\\\"),weekdaysShort:\\\"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg\\\".split(\\\"_\\\"),weekdaysMin:\\\"Li_Us_Lb_Lt_Ls_Lh_Ug\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY h:mm A\\\",LLLL:\\\"dddd, D MMMM YYYY h:mm A\\\"},calendar:{sameDay:\\\"[Namuhla nga] LT\\\",nextDay:\\\"[Kusasa nga] LT\\\",nextWeek:\\\"dddd [nga] LT\\\",lastDay:\\\"[Itolo nga] LT\\\",lastWeek:\\\"dddd [leliphelile] [nga] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"nga %s\\\",past:\\\"wenteka nga %s\\\",s:\\\"emizuzwana lomcane\\\",ss:\\\"%d mzuzwana\\\",m:\\\"umzuzu\\\",mm:\\\"%d emizuzu\\\",h:\\\"lihora\\\",hh:\\\"%d emahora\\\",d:\\\"lilanga\\\",dd:\\\"%d emalanga\\\",M:\\\"inyanga\\\",MM:\\\"%d tinyanga\\\",y:\\\"umnyaka\\\",yy:\\\"%d iminyaka\\\"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,a,t){return e\u003C11?\\\"ekuseni\\\":e\u003C15?\\\"emini\\\":e\u003C19?\\\"entsambama\\\":\\\"ebusuku\\\"},meridiemHour:function(e,a){return 12===e&&(e=0),\\\"ekuseni\\\"===a?e:\\\"emini\\\"===a?11\u003C=e?e:e+12:\\\"entsambama\\\"===a||\\\"ebusuku\\\"===a?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\\\\d{1,2}/,ordinal:\\\"%d\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"sv\\\",{months:\\\"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december\\\".split(\\\"_\\\"),monthsShort:\\\"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec\\\".split(\\\"_\\\"),weekdays:\\\"s\\\\xf6ndag_m\\\\xe5ndag_tisdag_onsdag_torsdag_fredag_l\\\\xf6rdag\\\".split(\\\"_\\\"),weekdaysShort:\\\"s\\\\xf6n_m\\\\xe5n_tis_ons_tor_fre_l\\\\xf6r\\\".split(\\\"_\\\"),weekdaysMin:\\\"s\\\\xf6_m\\\\xe5_ti_on_to_fr_l\\\\xf6\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY [kl.] HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY [kl.] HH:mm\\\",lll:\\\"D MMM YYYY HH:mm\\\",llll:\\\"ddd D MMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Idag] LT\\\",nextDay:\\\"[Imorgon] LT\\\",lastDay:\\\"[Ig\\\\xe5r] LT\\\",nextWeek:\\\"[P\\\\xe5] dddd LT\\\",lastWeek:\\\"[I] dddd[s] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"om %s\\\",past:\\\"f\\\\xf6r %s sedan\\\",s:\\\"n\\\\xe5gra sekunder\\\",ss:\\\"%d sekunder\\\",m:\\\"en minut\\\",mm:\\\"%d minuter\\\",h:\\\"en timme\\\",hh:\\\"%d timmar\\\",d:\\\"en dag\\\",dd:\\\"%d dagar\\\",M:\\\"en m\\\\xe5nad\\\",MM:\\\"%d m\\\\xe5nader\\\",y:\\\"ett \\\\xe5r\\\",yy:\\\"%d \\\\xe5r\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(e|a)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"e\\\":1===a?\\\"a\\\":2===a?\\\"a\\\":\\\"e\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"sw\\\",{months:\\\"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des\\\".split(\\\"_\\\"),weekdays:\\\"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi\\\".split(\\\"_\\\"),weekdaysShort:\\\"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos\\\".split(\\\"_\\\"),weekdaysMin:\\\"J2_J3_J4_J5_Al_Ij_J1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[leo saa] LT\\\",nextDay:\\\"[kesho saa] LT\\\",nextWeek:\\\"[wiki ijayo] dddd [saat] LT\\\",lastDay:\\\"[jana] LT\\\",lastWeek:\\\"[wiki iliyopita] dddd [saat] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s baadaye\\\",past:\\\"tokea %s\\\",s:\\\"hivi punde\\\",ss:\\\"sekunde %d\\\",m:\\\"dakika moja\\\",mm:\\\"dakika %d\\\",h:\\\"saa limoja\\\",hh:\\\"masaa %d\\\",d:\\\"siku moja\\\",dd:\\\"masiku %d\\\",M:\\\"mwezi mmoja\\\",MM:\\\"miezi %d\\\",y:\\\"mwaka mmoja\\\",yy:\\\"miaka %d\\\"},week:{dow:1,doy:7}});var dd={1:\\\"\\\\u0be7\\\",2:\\\"\\\\u0be8\\\",3:\\\"\\\\u0be9\\\",4:\\\"\\\\u0bea\\\",5:\\\"\\\\u0beb\\\",6:\\\"\\\\u0bec\\\",7:\\\"\\\\u0bed\\\",8:\\\"\\\\u0bee\\\",9:\\\"\\\\u0bef\\\",0:\\\"\\\\u0be6\\\"},rd={\\\"\\\\u0be7\\\":\\\"1\\\",\\\"\\\\u0be8\\\":\\\"2\\\",\\\"\\\\u0be9\\\":\\\"3\\\",\\\"\\\\u0bea\\\":\\\"4\\\",\\\"\\\\u0beb\\\":\\\"5\\\",\\\"\\\\u0bec\\\":\\\"6\\\",\\\"\\\\u0bed\\\":\\\"7\\\",\\\"\\\\u0bee\\\":\\\"8\\\",\\\"\\\\u0bef\\\":\\\"9\\\",\\\"\\\\u0be6\\\":\\\"0\\\"};l.defineLocale(\\\"ta\\\",{months:\\\"\\\\u0b9c\\\\u0ba9\\\\u0bb5\\\\u0bb0\\\\u0bbf_\\\\u0baa\\\\u0bbf\\\\u0baa\\\\u0bcd\\\\u0bb0\\\\u0bb5\\\\u0bb0\\\\u0bbf_\\\\u0bae\\\\u0bbe\\\\u0bb0\\\\u0bcd\\\\u0b9a\\\\u0bcd_\\\\u0b8f\\\\u0baa\\\\u0bcd\\\\u0bb0\\\\u0bb2\\\\u0bcd_\\\\u0bae\\\\u0bc7_\\\\u0b9c\\\\u0bc2\\\\u0ba9\\\\u0bcd_\\\\u0b9c\\\\u0bc2\\\\u0bb2\\\\u0bc8_\\\\u0b86\\\\u0b95\\\\u0bb8\\\\u0bcd\\\\u0b9f\\\\u0bcd_\\\\u0b9a\\\\u0bc6\\\\u0baa\\\\u0bcd\\\\u0b9f\\\\u0bc6\\\\u0bae\\\\u0bcd\\\\u0baa\\\\u0bb0\\\\u0bcd_\\\\u0b85\\\\u0b95\\\\u0bcd\\\\u0b9f\\\\u0bc7\\\\u0bbe\\\\u0baa\\\\u0bb0\\\\u0bcd_\\\\u0ba8\\\\u0bb5\\\\u0bae\\\\u0bcd\\\\u0baa\\\\u0bb0\\\\u0bcd_\\\\u0b9f\\\\u0bbf\\\\u0b9a\\\\u0bae\\\\u0bcd\\\\u0baa\\\\u0bb0\\\\u0bcd\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0b9c\\\\u0ba9\\\\u0bb5\\\\u0bb0\\\\u0bbf_\\\\u0baa\\\\u0bbf\\\\u0baa\\\\u0bcd\\\\u0bb0\\\\u0bb5\\\\u0bb0\\\\u0bbf_\\\\u0bae\\\\u0bbe\\\\u0bb0\\\\u0bcd\\\\u0b9a\\\\u0bcd_\\\\u0b8f\\\\u0baa\\\\u0bcd\\\\u0bb0\\\\u0bb2\\\\u0bcd_\\\\u0bae\\\\u0bc7_\\\\u0b9c\\\\u0bc2\\\\u0ba9\\\\u0bcd_\\\\u0b9c\\\\u0bc2\\\\u0bb2\\\\u0bc8_\\\\u0b86\\\\u0b95\\\\u0bb8\\\\u0bcd\\\\u0b9f\\\\u0bcd_\\\\u0b9a\\\\u0bc6\\\\u0baa\\\\u0bcd\\\\u0b9f\\\\u0bc6\\\\u0bae\\\\u0bcd\\\\u0baa\\\\u0bb0\\\\u0bcd_\\\\u0b85\\\\u0b95\\\\u0bcd\\\\u0b9f\\\\u0bc7\\\\u0bbe\\\\u0baa\\\\u0bb0\\\\u0bcd_\\\\u0ba8\\\\u0bb5\\\\u0bae\\\\u0bcd\\\\u0baa\\\\u0bb0\\\\u0bcd_\\\\u0b9f\\\\u0bbf\\\\u0b9a\\\\u0bae\\\\u0bcd\\\\u0baa\\\\u0bb0\\\\u0bcd\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u0b9e\\\\u0bbe\\\\u0baf\\\\u0bbf\\\\u0bb1\\\\u0bcd\\\\u0bb1\\\\u0bc1\\\\u0b95\\\\u0bcd\\\\u0b95\\\\u0bbf\\\\u0bb4\\\\u0bae\\\\u0bc8_\\\\u0ba4\\\\u0bbf\\\\u0b99\\\\u0bcd\\\\u0b95\\\\u0b9f\\\\u0bcd\\\\u0b95\\\\u0bbf\\\\u0bb4\\\\u0bae\\\\u0bc8_\\\\u0b9a\\\\u0bc6\\\\u0bb5\\\\u0bcd\\\\u0bb5\\\\u0bbe\\\\u0baf\\\\u0bcd\\\\u0b95\\\\u0bbf\\\\u0bb4\\\\u0bae\\\\u0bc8_\\\\u0baa\\\\u0bc1\\\\u0ba4\\\\u0ba9\\\\u0bcd\\\\u0b95\\\\u0bbf\\\\u0bb4\\\\u0bae\\\\u0bc8_\\\\u0bb5\\\\u0bbf\\\\u0baf\\\\u0bbe\\\\u0bb4\\\\u0b95\\\\u0bcd\\\\u0b95\\\\u0bbf\\\\u0bb4\\\\u0bae\\\\u0bc8_\\\\u0bb5\\\\u0bc6\\\\u0bb3\\\\u0bcd\\\\u0bb3\\\\u0bbf\\\\u0b95\\\\u0bcd\\\\u0b95\\\\u0bbf\\\\u0bb4\\\\u0bae\\\\u0bc8_\\\\u0b9a\\\\u0ba9\\\\u0bbf\\\\u0b95\\\\u0bcd\\\\u0b95\\\\u0bbf\\\\u0bb4\\\\u0bae\\\\u0bc8\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0b9e\\\\u0bbe\\\\u0baf\\\\u0bbf\\\\u0bb1\\\\u0bc1_\\\\u0ba4\\\\u0bbf\\\\u0b99\\\\u0bcd\\\\u0b95\\\\u0bb3\\\\u0bcd_\\\\u0b9a\\\\u0bc6\\\\u0bb5\\\\u0bcd\\\\u0bb5\\\\u0bbe\\\\u0baf\\\\u0bcd_\\\\u0baa\\\\u0bc1\\\\u0ba4\\\\u0ba9\\\\u0bcd_\\\\u0bb5\\\\u0bbf\\\\u0baf\\\\u0bbe\\\\u0bb4\\\\u0ba9\\\\u0bcd_\\\\u0bb5\\\\u0bc6\\\\u0bb3\\\\u0bcd\\\\u0bb3\\\\u0bbf_\\\\u0b9a\\\\u0ba9\\\\u0bbf\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0b9e\\\\u0bbe_\\\\u0ba4\\\\u0bbf_\\\\u0b9a\\\\u0bc6_\\\\u0baa\\\\u0bc1_\\\\u0bb5\\\\u0bbf_\\\\u0bb5\\\\u0bc6_\\\\u0b9a\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY, HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0b87\\\\u0ba9\\\\u0bcd\\\\u0bb1\\\\u0bc1] LT\\\",nextDay:\\\"[\\\\u0ba8\\\\u0bbe\\\\u0bb3\\\\u0bc8] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0ba8\\\\u0bc7\\\\u0bb1\\\\u0bcd\\\\u0bb1\\\\u0bc1] LT\\\",lastWeek:\\\"[\\\\u0b95\\\\u0b9f\\\\u0ba8\\\\u0bcd\\\\u0ba4 \\\\u0bb5\\\\u0bbe\\\\u0bb0\\\\u0bae\\\\u0bcd] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0b87\\\\u0bb2\\\\u0bcd\\\",past:\\\"%s \\\\u0bae\\\\u0bc1\\\\u0ba9\\\\u0bcd\\\",s:\\\"\\\\u0b92\\\\u0bb0\\\\u0bc1 \\\\u0b9a\\\\u0bbf\\\\u0bb2 \\\\u0bb5\\\\u0bbf\\\\u0ba8\\\\u0bbe\\\\u0b9f\\\\u0bbf\\\\u0b95\\\\u0bb3\\\\u0bcd\\\",ss:\\\"%d \\\\u0bb5\\\\u0bbf\\\\u0ba8\\\\u0bbe\\\\u0b9f\\\\u0bbf\\\\u0b95\\\\u0bb3\\\\u0bcd\\\",m:\\\"\\\\u0b92\\\\u0bb0\\\\u0bc1 \\\\u0ba8\\\\u0bbf\\\\u0bae\\\\u0bbf\\\\u0b9f\\\\u0bae\\\\u0bcd\\\",mm:\\\"%d \\\\u0ba8\\\\u0bbf\\\\u0bae\\\\u0bbf\\\\u0b9f\\\\u0b99\\\\u0bcd\\\\u0b95\\\\u0bb3\\\\u0bcd\\\",h:\\\"\\\\u0b92\\\\u0bb0\\\\u0bc1 \\\\u0bae\\\\u0ba3\\\\u0bbf \\\\u0ba8\\\\u0bc7\\\\u0bb0\\\\u0bae\\\\u0bcd\\\",hh:\\\"%d \\\\u0bae\\\\u0ba3\\\\u0bbf \\\\u0ba8\\\\u0bc7\\\\u0bb0\\\\u0bae\\\\u0bcd\\\",d:\\\"\\\\u0b92\\\\u0bb0\\\\u0bc1 \\\\u0ba8\\\\u0bbe\\\\u0bb3\\\\u0bcd\\\",dd:\\\"%d \\\\u0ba8\\\\u0bbe\\\\u0b9f\\\\u0bcd\\\\u0b95\\\\u0bb3\\\\u0bcd\\\",M:\\\"\\\\u0b92\\\\u0bb0\\\\u0bc1 \\\\u0bae\\\\u0bbe\\\\u0ba4\\\\u0bae\\\\u0bcd\\\",MM:\\\"%d \\\\u0bae\\\\u0bbe\\\\u0ba4\\\\u0b99\\\\u0bcd\\\\u0b95\\\\u0bb3\\\\u0bcd\\\",y:\\\"\\\\u0b92\\\\u0bb0\\\\u0bc1 \\\\u0bb5\\\\u0bb0\\\\u0bc1\\\\u0b9f\\\\u0bae\\\\u0bcd\\\",yy:\\\"%d \\\\u0b86\\\\u0ba3\\\\u0bcd\\\\u0b9f\\\\u0bc1\\\\u0b95\\\\u0bb3\\\\u0bcd\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\u0bb5\\\\u0ba4\\\\u0bc1/,ordinal:function(e){return e+\\\"\\\\u0bb5\\\\u0ba4\\\\u0bc1\\\"},preparse:function(e){return e.replace(/[\\\\u0be7\\\\u0be8\\\\u0be9\\\\u0bea\\\\u0beb\\\\u0bec\\\\u0bed\\\\u0bee\\\\u0bef\\\\u0be6]/g,function(e){return rd[e]})},postformat:function(e){return e.replace(/\\\\d/g,function(e){return dd[e]})},meridiemParse:/\\\\u0baf\\\\u0bbe\\\\u0bae\\\\u0bae\\\\u0bcd|\\\\u0bb5\\\\u0bc8\\\\u0b95\\\\u0bb1\\\\u0bc8|\\\\u0b95\\\\u0bbe\\\\u0bb2\\\\u0bc8|\\\\u0ba8\\\\u0ba3\\\\u0bcd\\\\u0baa\\\\u0b95\\\\u0bb2\\\\u0bcd|\\\\u0b8e\\\\u0bb1\\\\u0bcd\\\\u0baa\\\\u0bbe\\\\u0b9f\\\\u0bc1|\\\\u0bae\\\\u0bbe\\\\u0bb2\\\\u0bc8/,meridiem:function(e,a,t){return e\u003C2?\\\" \\\\u0baf\\\\u0bbe\\\\u0bae\\\\u0bae\\\\u0bcd\\\":e\u003C6?\\\" \\\\u0bb5\\\\u0bc8\\\\u0b95\\\\u0bb1\\\\u0bc8\\\":e\u003C10?\\\" \\\\u0b95\\\\u0bbe\\\\u0bb2\\\\u0bc8\\\":e\u003C14?\\\" \\\\u0ba8\\\\u0ba3\\\\u0bcd\\\\u0baa\\\\u0b95\\\\u0bb2\\\\u0bcd\\\":e\u003C18?\\\" \\\\u0b8e\\\\u0bb1\\\\u0bcd\\\\u0baa\\\\u0bbe\\\\u0b9f\\\\u0bc1\\\":e\u003C22?\\\" \\\\u0bae\\\\u0bbe\\\\u0bb2\\\\u0bc8\\\":\\\" \\\\u0baf\\\\u0bbe\\\\u0bae\\\\u0bae\\\\u0bcd\\\"},meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0baf\\\\u0bbe\\\\u0bae\\\\u0bae\\\\u0bcd\\\"===a?e\u003C2?e:e+12:\\\"\\\\u0bb5\\\\u0bc8\\\\u0b95\\\\u0bb1\\\\u0bc8\\\"===a||\\\"\\\\u0b95\\\\u0bbe\\\\u0bb2\\\\u0bc8\\\"===a?e:\\\"\\\\u0ba8\\\\u0ba3\\\\u0bcd\\\\u0baa\\\\u0b95\\\\u0bb2\\\\u0bcd\\\"===a&&10\u003C=e?e:e+12},week:{dow:0,doy:6}}),l.defineLocale(\\\"te\\\",{months:\\\"\\\\u0c1c\\\\u0c28\\\\u0c35\\\\u0c30\\\\u0c3f_\\\\u0c2b\\\\u0c3f\\\\u0c2c\\\\u0c4d\\\\u0c30\\\\u0c35\\\\u0c30\\\\u0c3f_\\\\u0c2e\\\\u0c3e\\\\u0c30\\\\u0c4d\\\\u0c1a\\\\u0c3f_\\\\u0c0f\\\\u0c2a\\\\u0c4d\\\\u0c30\\\\u0c3f\\\\u0c32\\\\u0c4d_\\\\u0c2e\\\\u0c47_\\\\u0c1c\\\\u0c42\\\\u0c28\\\\u0c4d_\\\\u0c1c\\\\u0c41\\\\u0c32\\\\u0c48_\\\\u0c06\\\\u0c17\\\\u0c38\\\\u0c4d\\\\u0c1f\\\\u0c41_\\\\u0c38\\\\u0c46\\\\u0c2a\\\\u0c4d\\\\u0c1f\\\\u0c46\\\\u0c02\\\\u0c2c\\\\u0c30\\\\u0c4d_\\\\u0c05\\\\u0c15\\\\u0c4d\\\\u0c1f\\\\u0c4b\\\\u0c2c\\\\u0c30\\\\u0c4d_\\\\u0c28\\\\u0c35\\\\u0c02\\\\u0c2c\\\\u0c30\\\\u0c4d_\\\\u0c21\\\\u0c3f\\\\u0c38\\\\u0c46\\\\u0c02\\\\u0c2c\\\\u0c30\\\\u0c4d\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0c1c\\\\u0c28._\\\\u0c2b\\\\u0c3f\\\\u0c2c\\\\u0c4d\\\\u0c30._\\\\u0c2e\\\\u0c3e\\\\u0c30\\\\u0c4d\\\\u0c1a\\\\u0c3f_\\\\u0c0f\\\\u0c2a\\\\u0c4d\\\\u0c30\\\\u0c3f._\\\\u0c2e\\\\u0c47_\\\\u0c1c\\\\u0c42\\\\u0c28\\\\u0c4d_\\\\u0c1c\\\\u0c41\\\\u0c32\\\\u0c48_\\\\u0c06\\\\u0c17._\\\\u0c38\\\\u0c46\\\\u0c2a\\\\u0c4d._\\\\u0c05\\\\u0c15\\\\u0c4d\\\\u0c1f\\\\u0c4b._\\\\u0c28\\\\u0c35._\\\\u0c21\\\\u0c3f\\\\u0c38\\\\u0c46.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0c06\\\\u0c26\\\\u0c3f\\\\u0c35\\\\u0c3e\\\\u0c30\\\\u0c02_\\\\u0c38\\\\u0c4b\\\\u0c2e\\\\u0c35\\\\u0c3e\\\\u0c30\\\\u0c02_\\\\u0c2e\\\\u0c02\\\\u0c17\\\\u0c33\\\\u0c35\\\\u0c3e\\\\u0c30\\\\u0c02_\\\\u0c2c\\\\u0c41\\\\u0c27\\\\u0c35\\\\u0c3e\\\\u0c30\\\\u0c02_\\\\u0c17\\\\u0c41\\\\u0c30\\\\u0c41\\\\u0c35\\\\u0c3e\\\\u0c30\\\\u0c02_\\\\u0c36\\\\u0c41\\\\u0c15\\\\u0c4d\\\\u0c30\\\\u0c35\\\\u0c3e\\\\u0c30\\\\u0c02_\\\\u0c36\\\\u0c28\\\\u0c3f\\\\u0c35\\\\u0c3e\\\\u0c30\\\\u0c02\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0c06\\\\u0c26\\\\u0c3f_\\\\u0c38\\\\u0c4b\\\\u0c2e_\\\\u0c2e\\\\u0c02\\\\u0c17\\\\u0c33_\\\\u0c2c\\\\u0c41\\\\u0c27_\\\\u0c17\\\\u0c41\\\\u0c30\\\\u0c41_\\\\u0c36\\\\u0c41\\\\u0c15\\\\u0c4d\\\\u0c30_\\\\u0c36\\\\u0c28\\\\u0c3f\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0c06_\\\\u0c38\\\\u0c4b_\\\\u0c2e\\\\u0c02_\\\\u0c2c\\\\u0c41_\\\\u0c17\\\\u0c41_\\\\u0c36\\\\u0c41_\\\\u0c36\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"A h:mm\\\",LTS:\\\"A h:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY, A h:mm\\\",LLLL:\\\"dddd, D MMMM YYYY, A h:mm\\\"},calendar:{sameDay:\\\"[\\\\u0c28\\\\u0c47\\\\u0c21\\\\u0c41] LT\\\",nextDay:\\\"[\\\\u0c30\\\\u0c47\\\\u0c2a\\\\u0c41] LT\\\",nextWeek:\\\"dddd, LT\\\",lastDay:\\\"[\\\\u0c28\\\\u0c3f\\\\u0c28\\\\u0c4d\\\\u0c28] LT\\\",lastWeek:\\\"[\\\\u0c17\\\\u0c24] dddd, LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0c32\\\\u0c4b\\\",past:\\\"%s \\\\u0c15\\\\u0c4d\\\\u0c30\\\\u0c3f\\\\u0c24\\\\u0c02\\\",s:\\\"\\\\u0c15\\\\u0c4a\\\\u0c28\\\\u0c4d\\\\u0c28\\\\u0c3f \\\\u0c15\\\\u0c4d\\\\u0c37\\\\u0c23\\\\u0c3e\\\\u0c32\\\\u0c41\\\",ss:\\\"%d \\\\u0c38\\\\u0c46\\\\u0c15\\\\u0c28\\\\u0c4d\\\\u0c32\\\\u0c41\\\",m:\\\"\\\\u0c12\\\\u0c15 \\\\u0c28\\\\u0c3f\\\\u0c2e\\\\u0c3f\\\\u0c37\\\\u0c02\\\",mm:\\\"%d \\\\u0c28\\\\u0c3f\\\\u0c2e\\\\u0c3f\\\\u0c37\\\\u0c3e\\\\u0c32\\\\u0c41\\\",h:\\\"\\\\u0c12\\\\u0c15 \\\\u0c17\\\\u0c02\\\\u0c1f\\\",hh:\\\"%d \\\\u0c17\\\\u0c02\\\\u0c1f\\\\u0c32\\\\u0c41\\\",d:\\\"\\\\u0c12\\\\u0c15 \\\\u0c30\\\\u0c4b\\\\u0c1c\\\\u0c41\\\",dd:\\\"%d \\\\u0c30\\\\u0c4b\\\\u0c1c\\\\u0c41\\\\u0c32\\\\u0c41\\\",M:\\\"\\\\u0c12\\\\u0c15 \\\\u0c28\\\\u0c46\\\\u0c32\\\",MM:\\\"%d \\\\u0c28\\\\u0c46\\\\u0c32\\\\u0c32\\\\u0c41\\\",y:\\\"\\\\u0c12\\\\u0c15 \\\\u0c38\\\\u0c02\\\\u0c35\\\\u0c24\\\\u0c4d\\\\u0c38\\\\u0c30\\\\u0c02\\\",yy:\\\"%d \\\\u0c38\\\\u0c02\\\\u0c35\\\\u0c24\\\\u0c4d\\\\u0c38\\\\u0c30\\\\u0c3e\\\\u0c32\\\\u0c41\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\u0c35/,ordinal:\\\"%d\\\\u0c35\\\",meridiemParse:/\\\\u0c30\\\\u0c3e\\\\u0c24\\\\u0c4d\\\\u0c30\\\\u0c3f|\\\\u0c09\\\\u0c26\\\\u0c2f\\\\u0c02|\\\\u0c2e\\\\u0c27\\\\u0c4d\\\\u0c2f\\\\u0c3e\\\\u0c39\\\\u0c4d\\\\u0c28\\\\u0c02|\\\\u0c38\\\\u0c3e\\\\u0c2f\\\\u0c02\\\\u0c24\\\\u0c4d\\\\u0c30\\\\u0c02/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0c30\\\\u0c3e\\\\u0c24\\\\u0c4d\\\\u0c30\\\\u0c3f\\\"===a?e\u003C4?e:e+12:\\\"\\\\u0c09\\\\u0c26\\\\u0c2f\\\\u0c02\\\"===a?e:\\\"\\\\u0c2e\\\\u0c27\\\\u0c4d\\\\u0c2f\\\\u0c3e\\\\u0c39\\\\u0c4d\\\\u0c28\\\\u0c02\\\"===a?10\u003C=e?e:e+12:\\\"\\\\u0c38\\\\u0c3e\\\\u0c2f\\\\u0c02\\\\u0c24\\\\u0c4d\\\\u0c30\\\\u0c02\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0c30\\\\u0c3e\\\\u0c24\\\\u0c4d\\\\u0c30\\\\u0c3f\\\":e\u003C10?\\\"\\\\u0c09\\\\u0c26\\\\u0c2f\\\\u0c02\\\":e\u003C17?\\\"\\\\u0c2e\\\\u0c27\\\\u0c4d\\\\u0c2f\\\\u0c3e\\\\u0c39\\\\u0c4d\\\\u0c28\\\\u0c02\\\":e\u003C20?\\\"\\\\u0c38\\\\u0c3e\\\\u0c2f\\\\u0c02\\\\u0c24\\\\u0c4d\\\\u0c30\\\\u0c02\\\":\\\"\\\\u0c30\\\\u0c3e\\\\u0c24\\\\u0c4d\\\\u0c30\\\\u0c3f\\\"},week:{dow:0,doy:6}}),l.defineLocale(\\\"tet\\\",{months:\\\"Janeiru_Fevereiru_Marsu_Abril_Maiu_Ju\\\\xf1u_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez\\\".split(\\\"_\\\"),weekdays:\\\"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu\\\".split(\\\"_\\\"),weekdaysShort:\\\"Dom_Seg_Ters_Kua_Kint_Sest_Sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"Do_Seg_Te_Ku_Ki_Ses_Sa\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[Ohin iha] LT\\\",nextDay:\\\"[Aban iha] LT\\\",nextWeek:\\\"dddd [iha] LT\\\",lastDay:\\\"[Horiseik iha] LT\\\",lastWeek:\\\"dddd [semana kotuk] [iha] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"iha %s\\\",past:\\\"%s liuba\\\",s:\\\"minutu balun\\\",ss:\\\"minutu %d\\\",m:\\\"minutu ida\\\",mm:\\\"minutu %d\\\",h:\\\"oras ida\\\",hh:\\\"oras %d\\\",d:\\\"loron ida\\\",dd:\\\"loron %d\\\",M:\\\"fulan ida\\\",MM:\\\"fulan %d\\\",y:\\\"tinan ida\\\",yy:\\\"tinan %d\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")},week:{dow:1,doy:4}});var _d={0:\\\"-\\\\u0443\\\\u043c\\\",1:\\\"-\\\\u0443\\\\u043c\\\",2:\\\"-\\\\u044e\\\\u043c\\\",3:\\\"-\\\\u044e\\\\u043c\\\",4:\\\"-\\\\u0443\\\\u043c\\\",5:\\\"-\\\\u0443\\\\u043c\\\",6:\\\"-\\\\u0443\\\\u043c\\\",7:\\\"-\\\\u0443\\\\u043c\\\",8:\\\"-\\\\u0443\\\\u043c\\\",9:\\\"-\\\\u0443\\\\u043c\\\",10:\\\"-\\\\u0443\\\\u043c\\\",12:\\\"-\\\\u0443\\\\u043c\\\",13:\\\"-\\\\u0443\\\\u043c\\\",20:\\\"-\\\\u0443\\\\u043c\\\",30:\\\"-\\\\u044e\\\\u043c\\\",40:\\\"-\\\\u0443\\\\u043c\\\",50:\\\"-\\\\u0443\\\\u043c\\\",60:\\\"-\\\\u0443\\\\u043c\\\",70:\\\"-\\\\u0443\\\\u043c\\\",80:\\\"-\\\\u0443\\\\u043c\\\",90:\\\"-\\\\u0443\\\\u043c\\\",100:\\\"-\\\\u0443\\\\u043c\\\"};l.defineLocale(\\\"tg\\\",{months:\\\"\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440_\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b_\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d_\\\\u0438\\\\u044e\\\\u043b_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442_\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440_\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440_\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440_\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u044f\\\\u043d\\\\u0432_\\\\u0444\\\\u0435\\\\u0432_\\\\u043c\\\\u0430\\\\u0440_\\\\u0430\\\\u043f\\\\u0440_\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d_\\\\u0438\\\\u044e\\\\u043b_\\\\u0430\\\\u0432\\\\u0433_\\\\u0441\\\\u0435\\\\u043d_\\\\u043e\\\\u043a\\\\u0442_\\\\u043d\\\\u043e\\\\u044f_\\\\u0434\\\\u0435\\\\u043a\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u044f\\\\u043a\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0435_\\\\u0434\\\\u0443\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0435_\\\\u0441\\\\u0435\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0435_\\\\u0447\\\\u043e\\\\u0440\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0435_\\\\u043f\\\\u0430\\\\u043d\\\\u04b7\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0435_\\\\u04b7\\\\u0443\\\\u043c\\\\u044a\\\\u0430_\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0435\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u044f\\\\u0448\\\\u0431_\\\\u0434\\\\u0448\\\\u0431_\\\\u0441\\\\u0448\\\\u0431_\\\\u0447\\\\u0448\\\\u0431_\\\\u043f\\\\u0448\\\\u0431_\\\\u04b7\\\\u0443\\\\u043c_\\\\u0448\\\\u043d\\\\u0431\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u044f\\\\u0448_\\\\u0434\\\\u0448_\\\\u0441\\\\u0448_\\\\u0447\\\\u0448_\\\\u043f\\\\u0448_\\\\u04b7\\\\u043c_\\\\u0448\\\\u0431\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0418\\\\u043c\\\\u0440\\\\u04ef\\\\u0437 \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\\u0438] LT\\\",nextDay:\\\"[\\\\u041f\\\\u0430\\\\u0433\\\\u043e\\\\u04b3 \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\\u0438] LT\\\",lastDay:\\\"[\\\\u0414\\\\u0438\\\\u0440\\\\u04ef\\\\u0437 \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\\u0438] LT\\\",nextWeek:\\\"dddd[\\\\u0438] [\\\\u04b3\\\\u0430\\\\u0444\\\\u0442\\\\u0430\\\\u0438 \\\\u043e\\\\u044f\\\\u043d\\\\u0434\\\\u0430 \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\\u0438] LT\\\",lastWeek:\\\"dddd[\\\\u0438] [\\\\u04b3\\\\u0430\\\\u0444\\\\u0442\\\\u0430\\\\u0438 \\\\u0433\\\\u0443\\\\u0437\\\\u0430\\\\u0448\\\\u0442\\\\u0430 \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\\u0438] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0431\\\\u0430\\\\u044a\\\\u0434\\\\u0438 %s\\\",past:\\\"%s \\\\u043f\\\\u0435\\\\u0448\\\",s:\\\"\\\\u044f\\\\u043a\\\\u0447\\\\u0430\\\\u043d\\\\u0434 \\\\u0441\\\\u043e\\\\u043d\\\\u0438\\\\u044f\\\",m:\\\"\\\\u044f\\\\u043a \\\\u0434\\\\u0430\\\\u049b\\\\u0438\\\\u049b\\\\u0430\\\",mm:\\\"%d \\\\u0434\\\\u0430\\\\u049b\\\\u0438\\\\u049b\\\\u0430\\\",h:\\\"\\\\u044f\\\\u043a \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\",hh:\\\"%d \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\",d:\\\"\\\\u044f\\\\u043a \\\\u0440\\\\u04ef\\\\u0437\\\",dd:\\\"%d \\\\u0440\\\\u04ef\\\\u0437\\\",M:\\\"\\\\u044f\\\\u043a \\\\u043c\\\\u043e\\\\u04b3\\\",MM:\\\"%d \\\\u043c\\\\u043e\\\\u04b3\\\",y:\\\"\\\\u044f\\\\u043a \\\\u0441\\\\u043e\\\\u043b\\\",yy:\\\"%d \\\\u0441\\\\u043e\\\\u043b\\\"},meridiemParse:/\\\\u0448\\\\u0430\\\\u0431|\\\\u0441\\\\u0443\\\\u0431\\\\u04b3|\\\\u0440\\\\u04ef\\\\u0437|\\\\u0431\\\\u0435\\\\u0433\\\\u043e\\\\u04b3/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u0448\\\\u0430\\\\u0431\\\"===a?e\u003C4?e:e+12:\\\"\\\\u0441\\\\u0443\\\\u0431\\\\u04b3\\\"===a?e:\\\"\\\\u0440\\\\u04ef\\\\u0437\\\"===a?11\u003C=e?e:e+12:\\\"\\\\u0431\\\\u0435\\\\u0433\\\\u043e\\\\u04b3\\\"===a?e+12:void 0},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u0448\\\\u0430\\\\u0431\\\":e\u003C11?\\\"\\\\u0441\\\\u0443\\\\u0431\\\\u04b3\\\":e\u003C16?\\\"\\\\u0440\\\\u04ef\\\\u0437\\\":e\u003C19?\\\"\\\\u0431\\\\u0435\\\\u0433\\\\u043e\\\\u04b3\\\":\\\"\\\\u0448\\\\u0430\\\\u0431\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0443\\\\u043c|\\\\u044e\\\\u043c)/,ordinal:function(e){return e+(_d[e]||_d[e%10]||_d[100\u003C=e?100:null])},week:{dow:1,doy:7}}),l.defineLocale(\\\"th\\\",{months:\\\"\\\\u0e21\\\\u0e01\\\\u0e23\\\\u0e32\\\\u0e04\\\\u0e21_\\\\u0e01\\\\u0e38\\\\u0e21\\\\u0e20\\\\u0e32\\\\u0e1e\\\\u0e31\\\\u0e19\\\\u0e18\\\\u0e4c_\\\\u0e21\\\\u0e35\\\\u0e19\\\\u0e32\\\\u0e04\\\\u0e21_\\\\u0e40\\\\u0e21\\\\u0e29\\\\u0e32\\\\u0e22\\\\u0e19_\\\\u0e1e\\\\u0e24\\\\u0e29\\\\u0e20\\\\u0e32\\\\u0e04\\\\u0e21_\\\\u0e21\\\\u0e34\\\\u0e16\\\\u0e38\\\\u0e19\\\\u0e32\\\\u0e22\\\\u0e19_\\\\u0e01\\\\u0e23\\\\u0e01\\\\u0e0e\\\\u0e32\\\\u0e04\\\\u0e21_\\\\u0e2a\\\\u0e34\\\\u0e07\\\\u0e2b\\\\u0e32\\\\u0e04\\\\u0e21_\\\\u0e01\\\\u0e31\\\\u0e19\\\\u0e22\\\\u0e32\\\\u0e22\\\\u0e19_\\\\u0e15\\\\u0e38\\\\u0e25\\\\u0e32\\\\u0e04\\\\u0e21_\\\\u0e1e\\\\u0e24\\\\u0e28\\\\u0e08\\\\u0e34\\\\u0e01\\\\u0e32\\\\u0e22\\\\u0e19_\\\\u0e18\\\\u0e31\\\\u0e19\\\\u0e27\\\\u0e32\\\\u0e04\\\\u0e21\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u0e21.\\\\u0e04._\\\\u0e01.\\\\u0e1e._\\\\u0e21\\\\u0e35.\\\\u0e04._\\\\u0e40\\\\u0e21.\\\\u0e22._\\\\u0e1e.\\\\u0e04._\\\\u0e21\\\\u0e34.\\\\u0e22._\\\\u0e01.\\\\u0e04._\\\\u0e2a.\\\\u0e04._\\\\u0e01.\\\\u0e22._\\\\u0e15.\\\\u0e04._\\\\u0e1e.\\\\u0e22._\\\\u0e18.\\\\u0e04.\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"\\\\u0e2d\\\\u0e32\\\\u0e17\\\\u0e34\\\\u0e15\\\\u0e22\\\\u0e4c_\\\\u0e08\\\\u0e31\\\\u0e19\\\\u0e17\\\\u0e23\\\\u0e4c_\\\\u0e2d\\\\u0e31\\\\u0e07\\\\u0e04\\\\u0e32\\\\u0e23_\\\\u0e1e\\\\u0e38\\\\u0e18_\\\\u0e1e\\\\u0e24\\\\u0e2b\\\\u0e31\\\\u0e2a\\\\u0e1a\\\\u0e14\\\\u0e35_\\\\u0e28\\\\u0e38\\\\u0e01\\\\u0e23\\\\u0e4c_\\\\u0e40\\\\u0e2a\\\\u0e32\\\\u0e23\\\\u0e4c\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u0e2d\\\\u0e32\\\\u0e17\\\\u0e34\\\\u0e15\\\\u0e22\\\\u0e4c_\\\\u0e08\\\\u0e31\\\\u0e19\\\\u0e17\\\\u0e23\\\\u0e4c_\\\\u0e2d\\\\u0e31\\\\u0e07\\\\u0e04\\\\u0e32\\\\u0e23_\\\\u0e1e\\\\u0e38\\\\u0e18_\\\\u0e1e\\\\u0e24\\\\u0e2b\\\\u0e31\\\\u0e2a_\\\\u0e28\\\\u0e38\\\\u0e01\\\\u0e23\\\\u0e4c_\\\\u0e40\\\\u0e2a\\\\u0e32\\\\u0e23\\\\u0e4c\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u0e2d\\\\u0e32._\\\\u0e08._\\\\u0e2d._\\\\u0e1e._\\\\u0e1e\\\\u0e24._\\\\u0e28._\\\\u0e2a.\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"H:mm\\\",LTS:\\\"H:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY \\\\u0e40\\\\u0e27\\\\u0e25\\\\u0e32 H:mm\\\",LLLL:\\\"\\\\u0e27\\\\u0e31\\\\u0e19dddd\\\\u0e17\\\\u0e35\\\\u0e48 D MMMM YYYY \\\\u0e40\\\\u0e27\\\\u0e25\\\\u0e32 H:mm\\\"},meridiemParse:/\\\\u0e01\\\\u0e48\\\\u0e2d\\\\u0e19\\\\u0e40\\\\u0e17\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e07|\\\\u0e2b\\\\u0e25\\\\u0e31\\\\u0e07\\\\u0e40\\\\u0e17\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e07/,isPM:function(e){return\\\"\\\\u0e2b\\\\u0e25\\\\u0e31\\\\u0e07\\\\u0e40\\\\u0e17\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e07\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0e01\\\\u0e48\\\\u0e2d\\\\u0e19\\\\u0e40\\\\u0e17\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e07\\\":\\\"\\\\u0e2b\\\\u0e25\\\\u0e31\\\\u0e07\\\\u0e40\\\\u0e17\\\\u0e35\\\\u0e48\\\\u0e22\\\\u0e07\\\"},calendar:{sameDay:\\\"[\\\\u0e27\\\\u0e31\\\\u0e19\\\\u0e19\\\\u0e35\\\\u0e49 \\\\u0e40\\\\u0e27\\\\u0e25\\\\u0e32] LT\\\",nextDay:\\\"[\\\\u0e1e\\\\u0e23\\\\u0e38\\\\u0e48\\\\u0e07\\\\u0e19\\\\u0e35\\\\u0e49 \\\\u0e40\\\\u0e27\\\\u0e25\\\\u0e32] LT\\\",nextWeek:\\\"dddd[\\\\u0e2b\\\\u0e19\\\\u0e49\\\\u0e32 \\\\u0e40\\\\u0e27\\\\u0e25\\\\u0e32] LT\\\",lastDay:\\\"[\\\\u0e40\\\\u0e21\\\\u0e37\\\\u0e48\\\\u0e2d\\\\u0e27\\\\u0e32\\\\u0e19\\\\u0e19\\\\u0e35\\\\u0e49 \\\\u0e40\\\\u0e27\\\\u0e25\\\\u0e32] LT\\\",lastWeek:\\\"[\\\\u0e27\\\\u0e31\\\\u0e19]dddd[\\\\u0e17\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e25\\\\u0e49\\\\u0e27 \\\\u0e40\\\\u0e27\\\\u0e25\\\\u0e32] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0e2d\\\\u0e35\\\\u0e01 %s\\\",past:\\\"%s\\\\u0e17\\\\u0e35\\\\u0e48\\\\u0e41\\\\u0e25\\\\u0e49\\\\u0e27\\\",s:\\\"\\\\u0e44\\\\u0e21\\\\u0e48\\\\u0e01\\\\u0e35\\\\u0e48\\\\u0e27\\\\u0e34\\\\u0e19\\\\u0e32\\\\u0e17\\\\u0e35\\\",ss:\\\"%d \\\\u0e27\\\\u0e34\\\\u0e19\\\\u0e32\\\\u0e17\\\\u0e35\\\",m:\\\"1 \\\\u0e19\\\\u0e32\\\\u0e17\\\\u0e35\\\",mm:\\\"%d \\\\u0e19\\\\u0e32\\\\u0e17\\\\u0e35\\\",h:\\\"1 \\\\u0e0a\\\\u0e31\\\\u0e48\\\\u0e27\\\\u0e42\\\\u0e21\\\\u0e07\\\",hh:\\\"%d \\\\u0e0a\\\\u0e31\\\\u0e48\\\\u0e27\\\\u0e42\\\\u0e21\\\\u0e07\\\",d:\\\"1 \\\\u0e27\\\\u0e31\\\\u0e19\\\",dd:\\\"%d \\\\u0e27\\\\u0e31\\\\u0e19\\\",M:\\\"1 \\\\u0e40\\\\u0e14\\\\u0e37\\\\u0e2d\\\\u0e19\\\",MM:\\\"%d \\\\u0e40\\\\u0e14\\\\u0e37\\\\u0e2d\\\\u0e19\\\",y:\\\"1 \\\\u0e1b\\\\u0e35\\\",yy:\\\"%d \\\\u0e1b\\\\u0e35\\\"}}),l.defineLocale(\\\"tl-ph\\\",{months:\\\"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre\\\".split(\\\"_\\\"),monthsShort:\\\"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis\\\".split(\\\"_\\\"),weekdays:\\\"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado\\\".split(\\\"_\\\"),weekdaysShort:\\\"Lin_Lun_Mar_Miy_Huw_Biy_Sab\\\".split(\\\"_\\\"),weekdaysMin:\\\"Li_Lu_Ma_Mi_Hu_Bi_Sab\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"MM/D/YYYY\\\",LL:\\\"MMMM D, YYYY\\\",LLL:\\\"MMMM D, YYYY HH:mm\\\",LLLL:\\\"dddd, MMMM DD, YYYY HH:mm\\\"},calendar:{sameDay:\\\"LT [ngayong araw]\\\",nextDay:\\\"[Bukas ng] LT\\\",nextWeek:\\\"LT [sa susunod na] dddd\\\",lastDay:\\\"LT [kahapon]\\\",lastWeek:\\\"LT [noong nakaraang] dddd\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"sa loob ng %s\\\",past:\\\"%s ang nakalipas\\\",s:\\\"ilang segundo\\\",ss:\\\"%d segundo\\\",m:\\\"isang minuto\\\",mm:\\\"%d minuto\\\",h:\\\"isang oras\\\",hh:\\\"%d oras\\\",d:\\\"isang araw\\\",dd:\\\"%d araw\\\",M:\\\"isang buwan\\\",MM:\\\"%d buwan\\\",y:\\\"isang taon\\\",yy:\\\"%d taon\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});var id=\\\"pagh_wa\\\\u2019_cha\\\\u2019_wej_loS_vagh_jav_Soch_chorgh_Hut\\\".split(\\\"_\\\");function od(e,a,t,s){var n=function(e){var a=Math.floor(e%1e3/100),t=Math.floor(e%100/10),s=e%10,n=\\\"\\\";0\u003Ca&&(n+=id[a]+\\\"vatlh\\\");0\u003Ct&&(n+=(\\\"\\\"!==n?\\\" \\\":\\\"\\\")+id[t]+\\\"maH\\\");0\u003Cs&&(n+=(\\\"\\\"!==n?\\\" \\\":\\\"\\\")+id[s]);return\\\"\\\"===n?\\\"pagh\\\":n}(e);switch(t){case\\\"ss\\\":return n+\\\" lup\\\";case\\\"mm\\\":return n+\\\" tup\\\";case\\\"hh\\\":return n+\\\" rep\\\";case\\\"dd\\\":return n+\\\" jaj\\\";case\\\"MM\\\":return n+\\\" jar\\\";case\\\"yy\\\":return n+\\\" DIS\\\"}}l.defineLocale(\\\"tlh\\\",{months:\\\"tera\\\\u2019 jar wa\\\\u2019_tera\\\\u2019 jar cha\\\\u2019_tera\\\\u2019 jar wej_tera\\\\u2019 jar loS_tera\\\\u2019 jar vagh_tera\\\\u2019 jar jav_tera\\\\u2019 jar Soch_tera\\\\u2019 jar chorgh_tera\\\\u2019 jar Hut_tera\\\\u2019 jar wa\\\\u2019maH_tera\\\\u2019 jar wa\\\\u2019maH wa\\\\u2019_tera\\\\u2019 jar wa\\\\u2019maH cha\\\\u2019\\\".split(\\\"_\\\"),monthsShort:\\\"jar wa\\\\u2019_jar cha\\\\u2019_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa\\\\u2019maH_jar wa\\\\u2019maH wa\\\\u2019_jar wa\\\\u2019maH cha\\\\u2019\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj\\\".split(\\\"_\\\"),weekdaysShort:\\\"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj\\\".split(\\\"_\\\"),weekdaysMin:\\\"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[DaHjaj] LT\\\",nextDay:\\\"[wa\\\\u2019leS] LT\\\",nextWeek:\\\"LLL\\\",lastDay:\\\"[wa\\\\u2019Hu\\\\u2019] LT\\\",lastWeek:\\\"LLL\\\",sameElse:\\\"L\\\"},relativeTime:{future:function(e){var a=e;return a=-1!==e.indexOf(\\\"jaj\\\")?a.slice(0,-3)+\\\"leS\\\":-1!==e.indexOf(\\\"jar\\\")?a.slice(0,-3)+\\\"waQ\\\":-1!==e.indexOf(\\\"DIS\\\")?a.slice(0,-3)+\\\"nem\\\":a+\\\" pIq\\\"},past:function(e){var a=e;return a=-1!==e.indexOf(\\\"jaj\\\")?a.slice(0,-3)+\\\"Hu\\\\u2019\\\":-1!==e.indexOf(\\\"jar\\\")?a.slice(0,-3)+\\\"wen\\\":-1!==e.indexOf(\\\"DIS\\\")?a.slice(0,-3)+\\\"ben\\\":a+\\\" ret\\\"},s:\\\"puS lup\\\",ss:od,m:\\\"wa\\\\u2019 tup\\\",mm:od,h:\\\"wa\\\\u2019 rep\\\",hh:od,d:\\\"wa\\\\u2019 jaj\\\",dd:od,M:\\\"wa\\\\u2019 jar\\\",MM:od,y:\\\"wa\\\\u2019 DIS\\\",yy:od},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}});var md={1:\\\"'inci\\\",5:\\\"'inci\\\",8:\\\"'inci\\\",70:\\\"'inci\\\",80:\\\"'inci\\\",2:\\\"'nci\\\",7:\\\"'nci\\\",20:\\\"'nci\\\",50:\\\"'nci\\\",3:\\\"'\\\\xfcnc\\\\xfc\\\",4:\\\"'\\\\xfcnc\\\\xfc\\\",100:\\\"'\\\\xfcnc\\\\xfc\\\",6:\\\"'nc\\\\u0131\\\",9:\\\"'uncu\\\",10:\\\"'uncu\\\",30:\\\"'uncu\\\",60:\\\"'\\\\u0131nc\\\\u0131\\\",90:\\\"'\\\\u0131nc\\\\u0131\\\"};function ud(e,a,t,s){var n={s:[\\\"viensas secunds\\\",\\\"'iensas secunds\\\"],ss:[e+\\\" secunds\\\",e+\\\" secunds\\\"],m:[\\\"'n m\\\\xedut\\\",\\\"'iens m\\\\xedut\\\"],mm:[e+\\\" m\\\\xeduts\\\",e+\\\" m\\\\xeduts\\\"],h:[\\\"'n \\\\xfeora\\\",\\\"'iensa \\\\xfeora\\\"],hh:[e+\\\" \\\\xfeoras\\\",e+\\\" \\\\xfeoras\\\"],d:[\\\"'n ziua\\\",\\\"'iensa ziua\\\"],dd:[e+\\\" ziuas\\\",e+\\\" ziuas\\\"],M:[\\\"'n mes\\\",\\\"'iens mes\\\"],MM:[e+\\\" mesen\\\",e+\\\" mesen\\\"],y:[\\\"'n ar\\\",\\\"'iens ar\\\"],yy:[e+\\\" ars\\\",e+\\\" ars\\\"]};return s?n[t][0]:a?n[t][0]:n[t][1]}function ld(e,a,t){var s,n;return\\\"m\\\"===t?a?\\\"\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\\u0430\\\":\\\"\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\\u0443\\\":\\\"h\\\"===t?a?\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0430\\\":\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0443\\\":e+\\\" \\\"+(s=+e,n={ss:a?\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0430_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\":\\\"\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0443_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\\u0438_\\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",mm:a?\\\"\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\\u0430_\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\\u0438_\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\":\\\"\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\\u0443_\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\\u0438_\\\\u0445\\\\u0432\\\\u0438\\\\u043b\\\\u0438\\\\u043d\\\",hh:a?\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0430_\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0438_\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\":\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0443_\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0438_\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\",dd:\\\"\\\\u0434\\\\u0435\\\\u043d\\\\u044c_\\\\u0434\\\\u043d\\\\u0456_\\\\u0434\\\\u043d\\\\u0456\\\\u0432\\\",MM:\\\"\\\\u043c\\\\u0456\\\\u0441\\\\u044f\\\\u0446\\\\u044c_\\\\u043c\\\\u0456\\\\u0441\\\\u044f\\\\u0446\\\\u0456_\\\\u043c\\\\u0456\\\\u0441\\\\u044f\\\\u0446\\\\u0456\\\\u0432\\\",yy:\\\"\\\\u0440\\\\u0456\\\\u043a_\\\\u0440\\\\u043e\\\\u043a\\\\u0438_\\\\u0440\\\\u043e\\\\u043a\\\\u0456\\\\u0432\\\"}[t].split(\\\"_\\\"),s%10==1&&s%100!=11?n[0]:2\u003C=s%10&&s%10\u003C=4&&(s%100\u003C10||20\u003C=s%100)?n[1]:n[2])}function Md(e){return function(){return e+\\\"\\\\u043e\\\"+(11===this.hours()?\\\"\\\\u0431\\\":\\\"\\\")+\\\"] LT\\\"}}l.defineLocale(\\\"tr\\\",{months:\\\"Ocak_\\\\u015eubat_Mart_Nisan_May\\\\u0131s_Haziran_Temmuz_A\\\\u011fustos_Eyl\\\\xfcl_Ekim_Kas\\\\u0131m_Aral\\\\u0131k\\\".split(\\\"_\\\"),monthsShort:\\\"Oca_\\\\u015eub_Mar_Nis_May_Haz_Tem_A\\\\u011fu_Eyl_Eki_Kas_Ara\\\".split(\\\"_\\\"),weekdays:\\\"Pazar_Pazartesi_Sal\\\\u0131_\\\\xc7ar\\\\u015famba_Per\\\\u015fembe_Cuma_Cumartesi\\\".split(\\\"_\\\"),weekdaysShort:\\\"Paz_Pts_Sal_\\\\xc7ar_Per_Cum_Cts\\\".split(\\\"_\\\"),weekdaysMin:\\\"Pz_Pt_Sa_\\\\xc7a_Pe_Cu_Ct\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[bug\\\\xfcn saat] LT\\\",nextDay:\\\"[yar\\\\u0131n saat] LT\\\",nextWeek:\\\"[gelecek] dddd [saat] LT\\\",lastDay:\\\"[d\\\\xfcn] LT\\\",lastWeek:\\\"[ge\\\\xe7en] dddd [saat] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s sonra\\\",past:\\\"%s \\\\xf6nce\\\",s:\\\"birka\\\\xe7 saniye\\\",ss:\\\"%d saniye\\\",m:\\\"bir dakika\\\",mm:\\\"%d dakika\\\",h:\\\"bir saat\\\",hh:\\\"%d saat\\\",d:\\\"bir g\\\\xfcn\\\",dd:\\\"%d g\\\\xfcn\\\",M:\\\"bir ay\\\",MM:\\\"%d ay\\\",y:\\\"bir y\\\\u0131l\\\",yy:\\\"%d y\\\\u0131l\\\"},ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"Do\\\":case\\\"DD\\\":return e;default:if(0===e)return e+\\\"'\\\\u0131nc\\\\u0131\\\";var t=e%10;return e+(md[t]||md[e%100-t]||md[100\u003C=e?100:null])}},week:{dow:1,doy:7}}),l.defineLocale(\\\"tzl\\\",{months:\\\"Januar_Fevraglh_Mar\\\\xe7_Avr\\\\xefu_Mai_G\\\\xfcn_Julia_Guscht_Setemvar_Listop\\\\xe4ts_Noemvar_Zecemvar\\\".split(\\\"_\\\"),monthsShort:\\\"Jan_Fev_Mar_Avr_Mai_G\\\\xfcn_Jul_Gus_Set_Lis_Noe_Zec\\\".split(\\\"_\\\"),weekdays:\\\"S\\\\xfaladi_L\\\\xfane\\\\xe7i_Maitzi_M\\\\xe1rcuri_Xh\\\\xfaadi_Vi\\\\xe9ner\\\\xe7i_S\\\\xe1turi\\\".split(\\\"_\\\"),weekdaysShort:\\\"S\\\\xfal_L\\\\xfan_Mai_M\\\\xe1r_Xh\\\\xfa_Vi\\\\xe9_S\\\\xe1t\\\".split(\\\"_\\\"),weekdaysMin:\\\"S\\\\xfa_L\\\\xfa_Ma_M\\\\xe1_Xh_Vi_S\\\\xe1\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH.mm\\\",LTS:\\\"HH.mm.ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D. MMMM [dallas] YYYY\\\",LLL:\\\"D. MMMM [dallas] YYYY HH.mm\\\",LLLL:\\\"dddd, [li] D. MMMM [dallas] YYYY HH.mm\\\"},meridiemParse:/d\\\\'o|d\\\\'a/i,isPM:function(e){return\\\"d'o\\\"===e.toLowerCase()},meridiem:function(e,a,t){return 11\u003Ce?t?\\\"d'o\\\":\\\"D'O\\\":t?\\\"d'a\\\":\\\"D'A\\\"},calendar:{sameDay:\\\"[oxhi \\\\xe0] LT\\\",nextDay:\\\"[dem\\\\xe0 \\\\xe0] LT\\\",nextWeek:\\\"dddd [\\\\xe0] LT\\\",lastDay:\\\"[ieiri \\\\xe0] LT\\\",lastWeek:\\\"[s\\\\xfcr el] dddd [lasteu \\\\xe0] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"osprei %s\\\",past:\\\"ja%s\\\",s:ud,ss:ud,m:ud,mm:ud,h:ud,hh:ud,d:ud,dd:ud,M:ud,MM:ud,y:ud,yy:ud},dayOfMonthOrdinalParse:/\\\\d{1,2}\\\\./,ordinal:\\\"%d.\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"tzm-latn\\\",{months:\\\"innayr_br\\\\u02e4ayr\\\\u02e4_mar\\\\u02e4s\\\\u02e4_ibrir_mayyw_ywnyw_ywlywz_\\\\u0263w\\\\u0161t_\\\\u0161wtanbir_kt\\\\u02e4wbr\\\\u02e4_nwwanbir_dwjnbir\\\".split(\\\"_\\\"),monthsShort:\\\"innayr_br\\\\u02e4ayr\\\\u02e4_mar\\\\u02e4s\\\\u02e4_ibrir_mayyw_ywnyw_ywlywz_\\\\u0263w\\\\u0161t_\\\\u0161wtanbir_kt\\\\u02e4wbr\\\\u02e4_nwwanbir_dwjnbir\\\".split(\\\"_\\\"),weekdays:\\\"asamas_aynas_asinas_akras_akwas_asimwas_asi\\\\u1e0dyas\\\".split(\\\"_\\\"),weekdaysShort:\\\"asamas_aynas_asinas_akras_akwas_asimwas_asi\\\\u1e0dyas\\\".split(\\\"_\\\"),weekdaysMin:\\\"asamas_aynas_asinas_akras_akwas_asimwas_asi\\\\u1e0dyas\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[asdkh g] LT\\\",nextDay:\\\"[aska g] LT\\\",nextWeek:\\\"dddd [g] LT\\\",lastDay:\\\"[assant g] LT\\\",lastWeek:\\\"dddd [g] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"dadkh s yan %s\\\",past:\\\"yan %s\\\",s:\\\"imik\\\",ss:\\\"%d imik\\\",m:\\\"minu\\\\u1e0d\\\",mm:\\\"%d minu\\\\u1e0d\\\",h:\\\"sa\\\\u025ba\\\",hh:\\\"%d tassa\\\\u025bin\\\",d:\\\"ass\\\",dd:\\\"%d ossan\\\",M:\\\"ayowr\\\",MM:\\\"%d iyyirn\\\",y:\\\"asgas\\\",yy:\\\"%d isgasn\\\"},week:{dow:6,doy:12}}),l.defineLocale(\\\"tzm\\\",{months:\\\"\\\\u2d49\\\\u2d4f\\\\u2d4f\\\\u2d30\\\\u2d62\\\\u2d54_\\\\u2d31\\\\u2d55\\\\u2d30\\\\u2d62\\\\u2d55_\\\\u2d4e\\\\u2d30\\\\u2d55\\\\u2d5a_\\\\u2d49\\\\u2d31\\\\u2d54\\\\u2d49\\\\u2d54_\\\\u2d4e\\\\u2d30\\\\u2d62\\\\u2d62\\\\u2d53_\\\\u2d62\\\\u2d53\\\\u2d4f\\\\u2d62\\\\u2d53_\\\\u2d62\\\\u2d53\\\\u2d4d\\\\u2d62\\\\u2d53\\\\u2d63_\\\\u2d56\\\\u2d53\\\\u2d5b\\\\u2d5c_\\\\u2d5b\\\\u2d53\\\\u2d5c\\\\u2d30\\\\u2d4f\\\\u2d31\\\\u2d49\\\\u2d54_\\\\u2d3d\\\\u2d5f\\\\u2d53\\\\u2d31\\\\u2d55_\\\\u2d4f\\\\u2d53\\\\u2d61\\\\u2d30\\\\u2d4f\\\\u2d31\\\\u2d49\\\\u2d54_\\\\u2d37\\\\u2d53\\\\u2d4a\\\\u2d4f\\\\u2d31\\\\u2d49\\\\u2d54\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u2d49\\\\u2d4f\\\\u2d4f\\\\u2d30\\\\u2d62\\\\u2d54_\\\\u2d31\\\\u2d55\\\\u2d30\\\\u2d62\\\\u2d55_\\\\u2d4e\\\\u2d30\\\\u2d55\\\\u2d5a_\\\\u2d49\\\\u2d31\\\\u2d54\\\\u2d49\\\\u2d54_\\\\u2d4e\\\\u2d30\\\\u2d62\\\\u2d62\\\\u2d53_\\\\u2d62\\\\u2d53\\\\u2d4f\\\\u2d62\\\\u2d53_\\\\u2d62\\\\u2d53\\\\u2d4d\\\\u2d62\\\\u2d53\\\\u2d63_\\\\u2d56\\\\u2d53\\\\u2d5b\\\\u2d5c_\\\\u2d5b\\\\u2d53\\\\u2d5c\\\\u2d30\\\\u2d4f\\\\u2d31\\\\u2d49\\\\u2d54_\\\\u2d3d\\\\u2d5f\\\\u2d53\\\\u2d31\\\\u2d55_\\\\u2d4f\\\\u2d53\\\\u2d61\\\\u2d30\\\\u2d4f\\\\u2d31\\\\u2d49\\\\u2d54_\\\\u2d37\\\\u2d53\\\\u2d4a\\\\u2d4f\\\\u2d31\\\\u2d49\\\\u2d54\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u2d30\\\\u2d59\\\\u2d30\\\\u2d4e\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d62\\\\u2d4f\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d4f\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d3d\\\\u2d54\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d3d\\\\u2d61\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d4e\\\\u2d61\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d39\\\\u2d62\\\\u2d30\\\\u2d59\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u2d30\\\\u2d59\\\\u2d30\\\\u2d4e\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d62\\\\u2d4f\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d4f\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d3d\\\\u2d54\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d3d\\\\u2d61\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d4e\\\\u2d61\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d39\\\\u2d62\\\\u2d30\\\\u2d59\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u2d30\\\\u2d59\\\\u2d30\\\\u2d4e\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d62\\\\u2d4f\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d4f\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d3d\\\\u2d54\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d3d\\\\u2d61\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d4e\\\\u2d61\\\\u2d30\\\\u2d59_\\\\u2d30\\\\u2d59\\\\u2d49\\\\u2d39\\\\u2d62\\\\u2d30\\\\u2d59\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u2d30\\\\u2d59\\\\u2d37\\\\u2d45 \\\\u2d34] LT\\\",nextDay:\\\"[\\\\u2d30\\\\u2d59\\\\u2d3d\\\\u2d30 \\\\u2d34] LT\\\",nextWeek:\\\"dddd [\\\\u2d34] LT\\\",lastDay:\\\"[\\\\u2d30\\\\u2d5a\\\\u2d30\\\\u2d4f\\\\u2d5c \\\\u2d34] LT\\\",lastWeek:\\\"dddd [\\\\u2d34] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u2d37\\\\u2d30\\\\u2d37\\\\u2d45 \\\\u2d59 \\\\u2d62\\\\u2d30\\\\u2d4f %s\\\",past:\\\"\\\\u2d62\\\\u2d30\\\\u2d4f %s\\\",s:\\\"\\\\u2d49\\\\u2d4e\\\\u2d49\\\\u2d3d\\\",ss:\\\"%d \\\\u2d49\\\\u2d4e\\\\u2d49\\\\u2d3d\\\",m:\\\"\\\\u2d4e\\\\u2d49\\\\u2d4f\\\\u2d53\\\\u2d3a\\\",mm:\\\"%d \\\\u2d4e\\\\u2d49\\\\u2d4f\\\\u2d53\\\\u2d3a\\\",h:\\\"\\\\u2d59\\\\u2d30\\\\u2d44\\\\u2d30\\\",hh:\\\"%d \\\\u2d5c\\\\u2d30\\\\u2d59\\\\u2d59\\\\u2d30\\\\u2d44\\\\u2d49\\\\u2d4f\\\",d:\\\"\\\\u2d30\\\\u2d59\\\\u2d59\\\",dd:\\\"%d o\\\\u2d59\\\\u2d59\\\\u2d30\\\\u2d4f\\\",M:\\\"\\\\u2d30\\\\u2d62o\\\\u2d53\\\\u2d54\\\",MM:\\\"%d \\\\u2d49\\\\u2d62\\\\u2d62\\\\u2d49\\\\u2d54\\\\u2d4f\\\",y:\\\"\\\\u2d30\\\\u2d59\\\\u2d33\\\\u2d30\\\\u2d59\\\",yy:\\\"%d \\\\u2d49\\\\u2d59\\\\u2d33\\\\u2d30\\\\u2d59\\\\u2d4f\\\"},week:{dow:6,doy:12}}),l.defineLocale(\\\"ug-cn\\\",{months:\\\"\\\\u064a\\\\u0627\\\\u0646\\\\u06cb\\\\u0627\\\\u0631_\\\\u0641\\\\u06d0\\\\u06cb\\\\u0631\\\\u0627\\\\u0644_\\\\u0645\\\\u0627\\\\u0631\\\\u062a_\\\\u0626\\\\u0627\\\\u067e\\\\u0631\\\\u06d0\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u0626\\\\u0649\\\\u064a\\\\u06c7\\\\u0646_\\\\u0626\\\\u0649\\\\u064a\\\\u06c7\\\\u0644_\\\\u0626\\\\u0627\\\\u06cb\\\\u063a\\\\u06c7\\\\u0633\\\\u062a_\\\\u0633\\\\u06d0\\\\u0646\\\\u062a\\\\u06d5\\\\u0628\\\\u0649\\\\u0631_\\\\u0626\\\\u06c6\\\\u0643\\\\u062a\\\\u06d5\\\\u0628\\\\u0649\\\\u0631_\\\\u0646\\\\u0648\\\\u064a\\\\u0627\\\\u0628\\\\u0649\\\\u0631_\\\\u062f\\\\u06d0\\\\u0643\\\\u0627\\\\u0628\\\\u0649\\\\u0631\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u064a\\\\u0627\\\\u0646\\\\u06cb\\\\u0627\\\\u0631_\\\\u0641\\\\u06d0\\\\u06cb\\\\u0631\\\\u0627\\\\u0644_\\\\u0645\\\\u0627\\\\u0631\\\\u062a_\\\\u0626\\\\u0627\\\\u067e\\\\u0631\\\\u06d0\\\\u0644_\\\\u0645\\\\u0627\\\\u064a_\\\\u0626\\\\u0649\\\\u064a\\\\u06c7\\\\u0646_\\\\u0626\\\\u0649\\\\u064a\\\\u06c7\\\\u0644_\\\\u0626\\\\u0627\\\\u06cb\\\\u063a\\\\u06c7\\\\u0633\\\\u062a_\\\\u0633\\\\u06d0\\\\u0646\\\\u062a\\\\u06d5\\\\u0628\\\\u0649\\\\u0631_\\\\u0626\\\\u06c6\\\\u0643\\\\u062a\\\\u06d5\\\\u0628\\\\u0649\\\\u0631_\\\\u0646\\\\u0648\\\\u064a\\\\u0627\\\\u0628\\\\u0649\\\\u0631_\\\\u062f\\\\u06d0\\\\u0643\\\\u0627\\\\u0628\\\\u0649\\\\u0631\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u064a\\\\u06d5\\\\u0643\\\\u0634\\\\u06d5\\\\u0646\\\\u0628\\\\u06d5_\\\\u062f\\\\u06c8\\\\u0634\\\\u06d5\\\\u0646\\\\u0628\\\\u06d5_\\\\u0633\\\\u06d5\\\\u064a\\\\u0634\\\\u06d5\\\\u0646\\\\u0628\\\\u06d5_\\\\u0686\\\\u0627\\\\u0631\\\\u0634\\\\u06d5\\\\u0646\\\\u0628\\\\u06d5_\\\\u067e\\\\u06d5\\\\u064a\\\\u0634\\\\u06d5\\\\u0646\\\\u0628\\\\u06d5_\\\\u062c\\\\u06c8\\\\u0645\\\\u06d5_\\\\u0634\\\\u06d5\\\\u0646\\\\u0628\\\\u06d5\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u064a\\\\u06d5_\\\\u062f\\\\u06c8_\\\\u0633\\\\u06d5_\\\\u0686\\\\u0627_\\\\u067e\\\\u06d5_\\\\u062c\\\\u06c8_\\\\u0634\\\\u06d5\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u064a\\\\u06d5_\\\\u062f\\\\u06c8_\\\\u0633\\\\u06d5_\\\\u0686\\\\u0627_\\\\u067e\\\\u06d5_\\\\u062c\\\\u06c8_\\\\u0634\\\\u06d5\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY-MM-DD\\\",LL:\\\"YYYY-\\\\u064a\\\\u0649\\\\u0644\\\\u0649M-\\\\u0626\\\\u0627\\\\u064a\\\\u0646\\\\u0649\\\\u06adD-\\\\u0643\\\\u06c8\\\\u0646\\\\u0649\\\",LLL:\\\"YYYY-\\\\u064a\\\\u0649\\\\u0644\\\\u0649M-\\\\u0626\\\\u0627\\\\u064a\\\\u0646\\\\u0649\\\\u06adD-\\\\u0643\\\\u06c8\\\\u0646\\\\u0649\\\\u060c HH:mm\\\",LLLL:\\\"dddd\\\\u060c YYYY-\\\\u064a\\\\u0649\\\\u0644\\\\u0649M-\\\\u0626\\\\u0627\\\\u064a\\\\u0646\\\\u0649\\\\u06adD-\\\\u0643\\\\u06c8\\\\u0646\\\\u0649\\\\u060c HH:mm\\\"},meridiemParse:/\\\\u064a\\\\u06d0\\\\u0631\\\\u0649\\\\u0645 \\\\u0643\\\\u06d0\\\\u0686\\\\u06d5|\\\\u0633\\\\u06d5\\\\u06be\\\\u06d5\\\\u0631|\\\\u0686\\\\u06c8\\\\u0634\\\\u062a\\\\u0649\\\\u0646 \\\\u0628\\\\u06c7\\\\u0631\\\\u06c7\\\\u0646|\\\\u0686\\\\u06c8\\\\u0634|\\\\u0686\\\\u06c8\\\\u0634\\\\u062a\\\\u0649\\\\u0646 \\\\u0643\\\\u06d0\\\\u064a\\\\u0649\\\\u0646|\\\\u0643\\\\u06d5\\\\u0686/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u064a\\\\u06d0\\\\u0631\\\\u0649\\\\u0645 \\\\u0643\\\\u06d0\\\\u0686\\\\u06d5\\\"===a||\\\"\\\\u0633\\\\u06d5\\\\u06be\\\\u06d5\\\\u0631\\\"===a||\\\"\\\\u0686\\\\u06c8\\\\u0634\\\\u062a\\\\u0649\\\\u0646 \\\\u0628\\\\u06c7\\\\u0631\\\\u06c7\\\\u0646\\\"===a?e:\\\"\\\\u0686\\\\u06c8\\\\u0634\\\\u062a\\\\u0649\\\\u0646 \\\\u0643\\\\u06d0\\\\u064a\\\\u0649\\\\u0646\\\"===a||\\\"\\\\u0643\\\\u06d5\\\\u0686\\\"===a?e+12:11\u003C=e?e:e+12},meridiem:function(e,a,t){var s=100*e+a;return s\u003C600?\\\"\\\\u064a\\\\u06d0\\\\u0631\\\\u0649\\\\u0645 \\\\u0643\\\\u06d0\\\\u0686\\\\u06d5\\\":s\u003C900?\\\"\\\\u0633\\\\u06d5\\\\u06be\\\\u06d5\\\\u0631\\\":s\u003C1130?\\\"\\\\u0686\\\\u06c8\\\\u0634\\\\u062a\\\\u0649\\\\u0646 \\\\u0628\\\\u06c7\\\\u0631\\\\u06c7\\\\u0646\\\":s\u003C1230?\\\"\\\\u0686\\\\u06c8\\\\u0634\\\":s\u003C1800?\\\"\\\\u0686\\\\u06c8\\\\u0634\\\\u062a\\\\u0649\\\\u0646 \\\\u0643\\\\u06d0\\\\u064a\\\\u0649\\\\u0646\\\":\\\"\\\\u0643\\\\u06d5\\\\u0686\\\"},calendar:{sameDay:\\\"[\\\\u0628\\\\u06c8\\\\u06af\\\\u06c8\\\\u0646 \\\\u0633\\\\u0627\\\\u0626\\\\u06d5\\\\u062a] LT\\\",nextDay:\\\"[\\\\u0626\\\\u06d5\\\\u062a\\\\u06d5 \\\\u0633\\\\u0627\\\\u0626\\\\u06d5\\\\u062a] LT\\\",nextWeek:\\\"[\\\\u0643\\\\u06d0\\\\u0644\\\\u06d5\\\\u0631\\\\u0643\\\\u0649] dddd [\\\\u0633\\\\u0627\\\\u0626\\\\u06d5\\\\u062a] LT\\\",lastDay:\\\"[\\\\u062a\\\\u06c6\\\\u0646\\\\u06c8\\\\u06af\\\\u06c8\\\\u0646] LT\\\",lastWeek:\\\"[\\\\u0626\\\\u0627\\\\u0644\\\\u062f\\\\u0649\\\\u0646\\\\u0642\\\\u0649] dddd [\\\\u0633\\\\u0627\\\\u0626\\\\u06d5\\\\u062a] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0643\\\\u06d0\\\\u064a\\\\u0649\\\\u0646\\\",past:\\\"%s \\\\u0628\\\\u06c7\\\\u0631\\\\u06c7\\\\u0646\\\",s:\\\"\\\\u0646\\\\u06d5\\\\u0686\\\\u0686\\\\u06d5 \\\\u0633\\\\u06d0\\\\u0643\\\\u0648\\\\u0646\\\\u062a\\\",ss:\\\"%d \\\\u0633\\\\u06d0\\\\u0643\\\\u0648\\\\u0646\\\\u062a\\\",m:\\\"\\\\u0628\\\\u0649\\\\u0631 \\\\u0645\\\\u0649\\\\u0646\\\\u06c7\\\\u062a\\\",mm:\\\"%d \\\\u0645\\\\u0649\\\\u0646\\\\u06c7\\\\u062a\\\",h:\\\"\\\\u0628\\\\u0649\\\\u0631 \\\\u0633\\\\u0627\\\\u0626\\\\u06d5\\\\u062a\\\",hh:\\\"%d \\\\u0633\\\\u0627\\\\u0626\\\\u06d5\\\\u062a\\\",d:\\\"\\\\u0628\\\\u0649\\\\u0631 \\\\u0643\\\\u06c8\\\\u0646\\\",dd:\\\"%d \\\\u0643\\\\u06c8\\\\u0646\\\",M:\\\"\\\\u0628\\\\u0649\\\\u0631 \\\\u0626\\\\u0627\\\\u064a\\\",MM:\\\"%d \\\\u0626\\\\u0627\\\\u064a\\\",y:\\\"\\\\u0628\\\\u0649\\\\u0631 \\\\u064a\\\\u0649\\\\u0644\\\",yy:\\\"%d \\\\u064a\\\\u0649\\\\u0644\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(-\\\\u0643\\\\u06c8\\\\u0646\\\\u0649|-\\\\u0626\\\\u0627\\\\u064a|-\\\\u06be\\\\u06d5\\\\u067e\\\\u062a\\\\u06d5)/,ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"DDD\\\":return e+\\\"-\\\\u0643\\\\u06c8\\\\u0646\\\\u0649\\\";case\\\"w\\\":case\\\"W\\\":return e+\\\"-\\\\u06be\\\\u06d5\\\\u067e\\\\u062a\\\\u06d5\\\";default:return e}},preparse:function(e){return e.replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:1,doy:7}}),l.defineLocale(\\\"uk\\\",{months:{format:\\\"\\\\u0441\\\\u0456\\\\u0447\\\\u043d\\\\u044f_\\\\u043b\\\\u044e\\\\u0442\\\\u043e\\\\u0433\\\\u043e_\\\\u0431\\\\u0435\\\\u0440\\\\u0435\\\\u0437\\\\u043d\\\\u044f_\\\\u043a\\\\u0432\\\\u0456\\\\u0442\\\\u043d\\\\u044f_\\\\u0442\\\\u0440\\\\u0430\\\\u0432\\\\u043d\\\\u044f_\\\\u0447\\\\u0435\\\\u0440\\\\u0432\\\\u043d\\\\u044f_\\\\u043b\\\\u0438\\\\u043f\\\\u043d\\\\u044f_\\\\u0441\\\\u0435\\\\u0440\\\\u043f\\\\u043d\\\\u044f_\\\\u0432\\\\u0435\\\\u0440\\\\u0435\\\\u0441\\\\u043d\\\\u044f_\\\\u0436\\\\u043e\\\\u0432\\\\u0442\\\\u043d\\\\u044f_\\\\u043b\\\\u0438\\\\u0441\\\\u0442\\\\u043e\\\\u043f\\\\u0430\\\\u0434\\\\u0430_\\\\u0433\\\\u0440\\\\u0443\\\\u0434\\\\u043d\\\\u044f\\\".split(\\\"_\\\"),standalone:\\\"\\\\u0441\\\\u0456\\\\u0447\\\\u0435\\\\u043d\\\\u044c_\\\\u043b\\\\u044e\\\\u0442\\\\u0438\\\\u0439_\\\\u0431\\\\u0435\\\\u0440\\\\u0435\\\\u0437\\\\u0435\\\\u043d\\\\u044c_\\\\u043a\\\\u0432\\\\u0456\\\\u0442\\\\u0435\\\\u043d\\\\u044c_\\\\u0442\\\\u0440\\\\u0430\\\\u0432\\\\u0435\\\\u043d\\\\u044c_\\\\u0447\\\\u0435\\\\u0440\\\\u0432\\\\u0435\\\\u043d\\\\u044c_\\\\u043b\\\\u0438\\\\u043f\\\\u0435\\\\u043d\\\\u044c_\\\\u0441\\\\u0435\\\\u0440\\\\u043f\\\\u0435\\\\u043d\\\\u044c_\\\\u0432\\\\u0435\\\\u0440\\\\u0435\\\\u0441\\\\u0435\\\\u043d\\\\u044c_\\\\u0436\\\\u043e\\\\u0432\\\\u0442\\\\u0435\\\\u043d\\\\u044c_\\\\u043b\\\\u0438\\\\u0441\\\\u0442\\\\u043e\\\\u043f\\\\u0430\\\\u0434_\\\\u0433\\\\u0440\\\\u0443\\\\u0434\\\\u0435\\\\u043d\\\\u044c\\\".split(\\\"_\\\")},monthsShort:\\\"\\\\u0441\\\\u0456\\\\u0447_\\\\u043b\\\\u044e\\\\u0442_\\\\u0431\\\\u0435\\\\u0440_\\\\u043a\\\\u0432\\\\u0456\\\\u0442_\\\\u0442\\\\u0440\\\\u0430\\\\u0432_\\\\u0447\\\\u0435\\\\u0440\\\\u0432_\\\\u043b\\\\u0438\\\\u043f_\\\\u0441\\\\u0435\\\\u0440\\\\u043f_\\\\u0432\\\\u0435\\\\u0440_\\\\u0436\\\\u043e\\\\u0432\\\\u0442_\\\\u043b\\\\u0438\\\\u0441\\\\u0442_\\\\u0433\\\\u0440\\\\u0443\\\\u0434\\\".split(\\\"_\\\"),weekdays:function(e,a){var t={nominative:\\\"\\\\u043d\\\\u0435\\\\u0434\\\\u0456\\\\u043b\\\\u044f_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0456\\\\u043b\\\\u043e\\\\u043a_\\\\u0432\\\\u0456\\\\u0432\\\\u0442\\\\u043e\\\\u0440\\\\u043e\\\\u043a_\\\\u0441\\\\u0435\\\\u0440\\\\u0435\\\\u0434\\\\u0430_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0435\\\\u0440_\\\\u043f\\\\u2019\\\\u044f\\\\u0442\\\\u043d\\\\u0438\\\\u0446\\\\u044f_\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0430\\\".split(\\\"_\\\"),accusative:\\\"\\\\u043d\\\\u0435\\\\u0434\\\\u0456\\\\u043b\\\\u044e_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0456\\\\u043b\\\\u043e\\\\u043a_\\\\u0432\\\\u0456\\\\u0432\\\\u0442\\\\u043e\\\\u0440\\\\u043e\\\\u043a_\\\\u0441\\\\u0435\\\\u0440\\\\u0435\\\\u0434\\\\u0443_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0435\\\\u0440_\\\\u043f\\\\u2019\\\\u044f\\\\u0442\\\\u043d\\\\u0438\\\\u0446\\\\u044e_\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0443\\\".split(\\\"_\\\"),genitive:\\\"\\\\u043d\\\\u0435\\\\u0434\\\\u0456\\\\u043b\\\\u0456_\\\\u043f\\\\u043e\\\\u043d\\\\u0435\\\\u0434\\\\u0456\\\\u043b\\\\u043a\\\\u0430_\\\\u0432\\\\u0456\\\\u0432\\\\u0442\\\\u043e\\\\u0440\\\\u043a\\\\u0430_\\\\u0441\\\\u0435\\\\u0440\\\\u0435\\\\u0434\\\\u0438_\\\\u0447\\\\u0435\\\\u0442\\\\u0432\\\\u0435\\\\u0440\\\\u0433\\\\u0430_\\\\u043f\\\\u2019\\\\u044f\\\\u0442\\\\u043d\\\\u0438\\\\u0446\\\\u0456_\\\\u0441\\\\u0443\\\\u0431\\\\u043e\\\\u0442\\\\u0438\\\".split(\\\"_\\\")};return!0===e?t.nominative.slice(1,7).concat(t.nominative.slice(0,1)):e?t[/(\\\\[[\\\\u0412\\\\u0432\\\\u0423\\\\u0443]\\\\]) ?dddd/.test(a)?\\\"accusative\\\":/\\\\[?(?:\\\\u043c\\\\u0438\\\\u043d\\\\u0443\\\\u043b\\\\u043e\\\\u0457|\\\\u043d\\\\u0430\\\\u0441\\\\u0442\\\\u0443\\\\u043f\\\\u043d\\\\u043e\\\\u0457)? ?\\\\] ?dddd/.test(a)?\\\"genitive\\\":\\\"nominative\\\"][e.day()]:t.nominative},weekdaysShort:\\\"\\\\u043d\\\\u0434_\\\\u043f\\\\u043d_\\\\u0432\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0442_\\\\u043f\\\\u0442_\\\\u0441\\\\u0431\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u043d\\\\u0434_\\\\u043f\\\\u043d_\\\\u0432\\\\u0442_\\\\u0441\\\\u0440_\\\\u0447\\\\u0442_\\\\u043f\\\\u0442_\\\\u0441\\\\u0431\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD.MM.YYYY\\\",LL:\\\"D MMMM YYYY \\\\u0440.\\\",LLL:\\\"D MMMM YYYY \\\\u0440., HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY \\\\u0440., HH:mm\\\"},calendar:{sameDay:Md(\\\"[\\\\u0421\\\\u044c\\\\u043e\\\\u0433\\\\u043e\\\\u0434\\\\u043d\\\\u0456 \\\"),nextDay:Md(\\\"[\\\\u0417\\\\u0430\\\\u0432\\\\u0442\\\\u0440\\\\u0430 \\\"),lastDay:Md(\\\"[\\\\u0412\\\\u0447\\\\u043e\\\\u0440\\\\u0430 \\\"),nextWeek:Md(\\\"[\\\\u0423] dddd [\\\"),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return Md(\\\"[\\\\u041c\\\\u0438\\\\u043d\\\\u0443\\\\u043b\\\\u043e\\\\u0457] dddd [\\\").call(this);case 1:case 2:case 4:return Md(\\\"[\\\\u041c\\\\u0438\\\\u043d\\\\u0443\\\\u043b\\\\u043e\\\\u0433\\\\u043e] dddd [\\\").call(this)}},sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u0437\\\\u0430 %s\\\",past:\\\"%s \\\\u0442\\\\u043e\\\\u043c\\\\u0443\\\",s:\\\"\\\\u0434\\\\u0435\\\\u043a\\\\u0456\\\\u043b\\\\u044c\\\\u043a\\\\u0430 \\\\u0441\\\\u0435\\\\u043a\\\\u0443\\\\u043d\\\\u0434\\\",ss:ld,m:ld,mm:ld,h:\\\"\\\\u0433\\\\u043e\\\\u0434\\\\u0438\\\\u043d\\\\u0443\\\",hh:ld,d:\\\"\\\\u0434\\\\u0435\\\\u043d\\\\u044c\\\",dd:ld,M:\\\"\\\\u043c\\\\u0456\\\\u0441\\\\u044f\\\\u0446\\\\u044c\\\",MM:ld,y:\\\"\\\\u0440\\\\u0456\\\\u043a\\\",yy:ld},meridiemParse:/\\\\u043d\\\\u043e\\\\u0447\\\\u0456|\\\\u0440\\\\u0430\\\\u043d\\\\u043a\\\\u0443|\\\\u0434\\\\u043d\\\\u044f|\\\\u0432\\\\u0435\\\\u0447\\\\u043e\\\\u0440\\\\u0430/,isPM:function(e){return/^(\\\\u0434\\\\u043d\\\\u044f|\\\\u0432\\\\u0435\\\\u0447\\\\u043e\\\\u0440\\\\u0430)$/.test(e)},meridiem:function(e,a,t){return e\u003C4?\\\"\\\\u043d\\\\u043e\\\\u0447\\\\u0456\\\":e\u003C12?\\\"\\\\u0440\\\\u0430\\\\u043d\\\\u043a\\\\u0443\\\":e\u003C17?\\\"\\\\u0434\\\\u043d\\\\u044f\\\":\\\"\\\\u0432\\\\u0435\\\\u0447\\\\u043e\\\\u0440\\\\u0430\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}-(\\\\u0439|\\\\u0433\\\\u043e)/,ordinal:function(e,a){switch(a){case\\\"M\\\":case\\\"d\\\":case\\\"DDD\\\":case\\\"w\\\":case\\\"W\\\":return e+\\\"-\\\\u0439\\\";case\\\"D\\\":return e+\\\"-\\\\u0433\\\\u043e\\\";default:return e}},week:{dow:1,doy:7}});var hd=[\\\"\\\\u062c\\\\u0646\\\\u0648\\\\u0631\\\\u06cc\\\",\\\"\\\\u0641\\\\u0631\\\\u0648\\\\u0631\\\\u06cc\\\",\\\"\\\\u0645\\\\u0627\\\\u0631\\\\u0686\\\",\\\"\\\\u0627\\\\u067e\\\\u0631\\\\u06cc\\\\u0644\\\",\\\"\\\\u0645\\\\u0626\\\\u06cc\\\",\\\"\\\\u062c\\\\u0648\\\\u0646\\\",\\\"\\\\u062c\\\\u0648\\\\u0644\\\\u0627\\\\u0626\\\\u06cc\\\",\\\"\\\\u0627\\\\u06af\\\\u0633\\\\u062a\\\",\\\"\\\\u0633\\\\u062a\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u0627\\\\u06a9\\\\u062a\\\\u0648\\\\u0628\\\\u0631\\\",\\\"\\\\u0646\\\\u0648\\\\u0645\\\\u0628\\\\u0631\\\",\\\"\\\\u062f\\\\u0633\\\\u0645\\\\u0628\\\\u0631\\\"],Ld=[\\\"\\\\u0627\\\\u062a\\\\u0648\\\\u0627\\\\u0631\\\",\\\"\\\\u067e\\\\u06cc\\\\u0631\\\",\\\"\\\\u0645\\\\u0646\\\\u06af\\\\u0644\\\",\\\"\\\\u0628\\\\u062f\\\\u06be\\\",\\\"\\\\u062c\\\\u0645\\\\u0639\\\\u0631\\\\u0627\\\\u062a\\\",\\\"\\\\u062c\\\\u0645\\\\u0639\\\\u06c1\\\",\\\"\\\\u06c1\\\\u0641\\\\u062a\\\\u06c1\\\"];return l.defineLocale(\\\"ur\\\",{months:hd,monthsShort:hd,weekdays:Ld,weekdaysShort:Ld,weekdaysMin:Ld,longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd\\\\u060c D MMMM YYYY HH:mm\\\"},meridiemParse:/\\\\u0635\\\\u0628\\\\u062d|\\\\u0634\\\\u0627\\\\u0645/,isPM:function(e){return\\\"\\\\u0634\\\\u0627\\\\u0645\\\"===e},meridiem:function(e,a,t){return e\u003C12?\\\"\\\\u0635\\\\u0628\\\\u062d\\\":\\\"\\\\u0634\\\\u0627\\\\u0645\\\"},calendar:{sameDay:\\\"[\\\\u0622\\\\u062c \\\\u0628\\\\u0648\\\\u0642\\\\u062a] LT\\\",nextDay:\\\"[\\\\u06a9\\\\u0644 \\\\u0628\\\\u0648\\\\u0642\\\\u062a] LT\\\",nextWeek:\\\"dddd [\\\\u0628\\\\u0648\\\\u0642\\\\u062a] LT\\\",lastDay:\\\"[\\\\u06af\\\\u0630\\\\u0634\\\\u062a\\\\u06c1 \\\\u0631\\\\u0648\\\\u0632 \\\\u0628\\\\u0648\\\\u0642\\\\u062a] LT\\\",lastWeek:\\\"[\\\\u06af\\\\u0630\\\\u0634\\\\u062a\\\\u06c1] dddd [\\\\u0628\\\\u0648\\\\u0642\\\\u062a] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s \\\\u0628\\\\u0639\\\\u062f\\\",past:\\\"%s \\\\u0642\\\\u0628\\\\u0644\\\",s:\\\"\\\\u0686\\\\u0646\\\\u062f \\\\u0633\\\\u06cc\\\\u06a9\\\\u0646\\\\u0688\\\",ss:\\\"%d \\\\u0633\\\\u06cc\\\\u06a9\\\\u0646\\\\u0688\\\",m:\\\"\\\\u0627\\\\u06cc\\\\u06a9 \\\\u0645\\\\u0646\\\\u0679\\\",mm:\\\"%d \\\\u0645\\\\u0646\\\\u0679\\\",h:\\\"\\\\u0627\\\\u06cc\\\\u06a9 \\\\u06af\\\\u06be\\\\u0646\\\\u0679\\\\u06c1\\\",hh:\\\"%d \\\\u06af\\\\u06be\\\\u0646\\\\u0679\\\\u06d2\\\",d:\\\"\\\\u0627\\\\u06cc\\\\u06a9 \\\\u062f\\\\u0646\\\",dd:\\\"%d \\\\u062f\\\\u0646\\\",M:\\\"\\\\u0627\\\\u06cc\\\\u06a9 \\\\u0645\\\\u0627\\\\u06c1\\\",MM:\\\"%d \\\\u0645\\\\u0627\\\\u06c1\\\",y:\\\"\\\\u0627\\\\u06cc\\\\u06a9 \\\\u0633\\\\u0627\\\\u0644\\\",yy:\\\"%d \\\\u0633\\\\u0627\\\\u0644\\\"},preparse:function(e){return e.replace(/\\\\u060c/g,\\\",\\\")},postformat:function(e){return e.replace(/,/g,\\\"\\\\u060c\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"uz-latn\\\",{months:\\\"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr\\\".split(\\\"_\\\"),monthsShort:\\\"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek\\\".split(\\\"_\\\"),weekdays:\\\"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba\\\".split(\\\"_\\\"),weekdaysShort:\\\"Yak_Dush_Sesh_Chor_Pay_Jum_Shan\\\".split(\\\"_\\\"),weekdaysMin:\\\"Ya_Du_Se_Cho_Pa_Ju_Sha\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"D MMMM YYYY, dddd HH:mm\\\"},calendar:{sameDay:\\\"[Bugun soat] LT [da]\\\",nextDay:\\\"[Ertaga] LT [da]\\\",nextWeek:\\\"dddd [kuni soat] LT [da]\\\",lastDay:\\\"[Kecha soat] LT [da]\\\",lastWeek:\\\"[O'tgan] dddd [kuni soat] LT [da]\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"Yaqin %s ichida\\\",past:\\\"Bir necha %s oldin\\\",s:\\\"soniya\\\",ss:\\\"%d soniya\\\",m:\\\"bir daqiqa\\\",mm:\\\"%d daqiqa\\\",h:\\\"bir soat\\\",hh:\\\"%d soat\\\",d:\\\"bir kun\\\",dd:\\\"%d kun\\\",M:\\\"bir oy\\\",MM:\\\"%d oy\\\",y:\\\"bir yil\\\",yy:\\\"%d yil\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"uz\\\",{months:\\\"\\\\u044f\\\\u043d\\\\u0432\\\\u0430\\\\u0440_\\\\u0444\\\\u0435\\\\u0432\\\\u0440\\\\u0430\\\\u043b_\\\\u043c\\\\u0430\\\\u0440\\\\u0442_\\\\u0430\\\\u043f\\\\u0440\\\\u0435\\\\u043b_\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d_\\\\u0438\\\\u044e\\\\u043b_\\\\u0430\\\\u0432\\\\u0433\\\\u0443\\\\u0441\\\\u0442_\\\\u0441\\\\u0435\\\\u043d\\\\u0442\\\\u044f\\\\u0431\\\\u0440_\\\\u043e\\\\u043a\\\\u0442\\\\u044f\\\\u0431\\\\u0440_\\\\u043d\\\\u043e\\\\u044f\\\\u0431\\\\u0440_\\\\u0434\\\\u0435\\\\u043a\\\\u0430\\\\u0431\\\\u0440\\\".split(\\\"_\\\"),monthsShort:\\\"\\\\u044f\\\\u043d\\\\u0432_\\\\u0444\\\\u0435\\\\u0432_\\\\u043c\\\\u0430\\\\u0440_\\\\u0430\\\\u043f\\\\u0440_\\\\u043c\\\\u0430\\\\u0439_\\\\u0438\\\\u044e\\\\u043d_\\\\u0438\\\\u044e\\\\u043b_\\\\u0430\\\\u0432\\\\u0433_\\\\u0441\\\\u0435\\\\u043d_\\\\u043e\\\\u043a\\\\u0442_\\\\u043d\\\\u043e\\\\u044f_\\\\u0434\\\\u0435\\\\u043a\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u042f\\\\u043a\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0430_\\\\u0414\\\\u0443\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0430_\\\\u0421\\\\u0435\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0430_\\\\u0427\\\\u043e\\\\u0440\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0430_\\\\u041f\\\\u0430\\\\u0439\\\\u0448\\\\u0430\\\\u043d\\\\u0431\\\\u0430_\\\\u0416\\\\u0443\\\\u043c\\\\u0430_\\\\u0428\\\\u0430\\\\u043d\\\\u0431\\\\u0430\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u042f\\\\u043a\\\\u0448_\\\\u0414\\\\u0443\\\\u0448_\\\\u0421\\\\u0435\\\\u0448_\\\\u0427\\\\u043e\\\\u0440_\\\\u041f\\\\u0430\\\\u0439_\\\\u0416\\\\u0443\\\\u043c_\\\\u0428\\\\u0430\\\\u043d\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u042f\\\\u043a_\\\\u0414\\\\u0443_\\\\u0421\\\\u0435_\\\\u0427\\\\u043e_\\\\u041f\\\\u0430_\\\\u0416\\\\u0443_\\\\u0428\\\\u0430\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"D MMMM YYYY, dddd HH:mm\\\"},calendar:{sameDay:\\\"[\\\\u0411\\\\u0443\\\\u0433\\\\u0443\\\\u043d \\\\u0441\\\\u043e\\\\u0430\\\\u0442] LT [\\\\u0434\\\\u0430]\\\",nextDay:\\\"[\\\\u042d\\\\u0440\\\\u0442\\\\u0430\\\\u0433\\\\u0430] LT [\\\\u0434\\\\u0430]\\\",nextWeek:\\\"dddd [\\\\u043a\\\\u0443\\\\u043d\\\\u0438 \\\\u0441\\\\u043e\\\\u0430\\\\u0442] LT [\\\\u0434\\\\u0430]\\\",lastDay:\\\"[\\\\u041a\\\\u0435\\\\u0447\\\\u0430 \\\\u0441\\\\u043e\\\\u0430\\\\u0442] LT [\\\\u0434\\\\u0430]\\\",lastWeek:\\\"[\\\\u0423\\\\u0442\\\\u0433\\\\u0430\\\\u043d] dddd [\\\\u043a\\\\u0443\\\\u043d\\\\u0438 \\\\u0441\\\\u043e\\\\u0430\\\\u0442] LT [\\\\u0434\\\\u0430]\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\u042f\\\\u043a\\\\u0438\\\\u043d %s \\\\u0438\\\\u0447\\\\u0438\\\\u0434\\\\u0430\\\",past:\\\"\\\\u0411\\\\u0438\\\\u0440 \\\\u043d\\\\u0435\\\\u0447\\\\u0430 %s \\\\u043e\\\\u043b\\\\u0434\\\\u0438\\\\u043d\\\",s:\\\"\\\\u0444\\\\u0443\\\\u0440\\\\u0441\\\\u0430\\\\u0442\\\",ss:\\\"%d \\\\u0444\\\\u0443\\\\u0440\\\\u0441\\\\u0430\\\\u0442\\\",m:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u0434\\\\u0430\\\\u043a\\\\u0438\\\\u043a\\\\u0430\\\",mm:\\\"%d \\\\u0434\\\\u0430\\\\u043a\\\\u0438\\\\u043a\\\\u0430\\\",h:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\",hh:\\\"%d \\\\u0441\\\\u043e\\\\u0430\\\\u0442\\\",d:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u043a\\\\u0443\\\\u043d\\\",dd:\\\"%d \\\\u043a\\\\u0443\\\\u043d\\\",M:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u043e\\\\u0439\\\",MM:\\\"%d \\\\u043e\\\\u0439\\\",y:\\\"\\\\u0431\\\\u0438\\\\u0440 \\\\u0439\\\\u0438\\\\u043b\\\",yy:\\\"%d \\\\u0439\\\\u0438\\\\u043b\\\"},week:{dow:1,doy:7}}),l.defineLocale(\\\"vi\\\",{months:\\\"th\\\\xe1ng 1_th\\\\xe1ng 2_th\\\\xe1ng 3_th\\\\xe1ng 4_th\\\\xe1ng 5_th\\\\xe1ng 6_th\\\\xe1ng 7_th\\\\xe1ng 8_th\\\\xe1ng 9_th\\\\xe1ng 10_th\\\\xe1ng 11_th\\\\xe1ng 12\\\".split(\\\"_\\\"),monthsShort:\\\"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"ch\\\\u1ee7 nh\\\\u1eadt_th\\\\u1ee9 hai_th\\\\u1ee9 ba_th\\\\u1ee9 t\\\\u01b0_th\\\\u1ee9 n\\\\u0103m_th\\\\u1ee9 s\\\\xe1u_th\\\\u1ee9 b\\\\u1ea3y\\\".split(\\\"_\\\"),weekdaysShort:\\\"CN_T2_T3_T4_T5_T6_T7\\\".split(\\\"_\\\"),weekdaysMin:\\\"CN_T2_T3_T4_T5_T6_T7\\\".split(\\\"_\\\"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,a,t){return e\u003C12?t?\\\"sa\\\":\\\"SA\\\":t?\\\"ch\\\":\\\"CH\\\"},longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM [n\\\\u0103m] YYYY\\\",LLL:\\\"D MMMM [n\\\\u0103m] YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM [n\\\\u0103m] YYYY HH:mm\\\",l:\\\"DD/M/YYYY\\\",ll:\\\"D MMM YYYY\\\",lll:\\\"D MMM YYYY HH:mm\\\",llll:\\\"ddd, D MMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[H\\\\xf4m nay l\\\\xfac] LT\\\",nextDay:\\\"[Ng\\\\xe0y mai l\\\\xfac] LT\\\",nextWeek:\\\"dddd [tu\\\\u1ea7n t\\\\u1edbi l\\\\xfac] LT\\\",lastDay:\\\"[H\\\\xf4m qua l\\\\xfac] LT\\\",lastWeek:\\\"dddd [tu\\\\u1ea7n r\\\\u1ed3i l\\\\xfac] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"%s t\\\\u1edbi\\\",past:\\\"%s tr\\\\u01b0\\\\u1edbc\\\",s:\\\"v\\\\xe0i gi\\\\xe2y\\\",ss:\\\"%d gi\\\\xe2y\\\",m:\\\"m\\\\u1ed9t ph\\\\xfat\\\",mm:\\\"%d ph\\\\xfat\\\",h:\\\"m\\\\u1ed9t gi\\\\u1edd\\\",hh:\\\"%d gi\\\\u1edd\\\",d:\\\"m\\\\u1ed9t ng\\\\xe0y\\\",dd:\\\"%d ng\\\\xe0y\\\",M:\\\"m\\\\u1ed9t th\\\\xe1ng\\\",MM:\\\"%d th\\\\xe1ng\\\",y:\\\"m\\\\u1ed9t n\\\\u0103m\\\",yy:\\\"%d n\\\\u0103m\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}),l.defineLocale(\\\"x-pseudo\\\",{months:\\\"J~\\\\xe1\\\\xf1\\\\xfa\\\\xe1~r\\\\xfd_F~\\\\xe9br\\\\xfa~\\\\xe1r\\\\xfd_~M\\\\xe1rc~h_\\\\xc1p~r\\\\xedl_~M\\\\xe1\\\\xfd_~J\\\\xfa\\\\xf1\\\\xe9~_J\\\\xfal~\\\\xfd_\\\\xc1\\\\xfa~g\\\\xfast~_S\\\\xe9p~t\\\\xe9mb~\\\\xe9r_\\\\xd3~ct\\\\xf3b~\\\\xe9r_\\\\xd1~\\\\xf3v\\\\xe9m~b\\\\xe9r_~D\\\\xe9c\\\\xe9~mb\\\\xe9r\\\".split(\\\"_\\\"),monthsShort:\\\"J~\\\\xe1\\\\xf1_~F\\\\xe9b_~M\\\\xe1r_~\\\\xc1pr_~M\\\\xe1\\\\xfd_~J\\\\xfa\\\\xf1_~J\\\\xfal_~\\\\xc1\\\\xfag_~S\\\\xe9p_~\\\\xd3ct_~\\\\xd1\\\\xf3v_~D\\\\xe9c\\\".split(\\\"_\\\"),monthsParseExact:!0,weekdays:\\\"S~\\\\xfa\\\\xf1d\\\\xe1~\\\\xfd_M\\\\xf3~\\\\xf1d\\\\xe1\\\\xfd~_T\\\\xfa\\\\xe9~sd\\\\xe1\\\\xfd~_W\\\\xe9d~\\\\xf1\\\\xe9sd~\\\\xe1\\\\xfd_T~h\\\\xfars~d\\\\xe1\\\\xfd_~Fr\\\\xedd~\\\\xe1\\\\xfd_S~\\\\xe1t\\\\xfar~d\\\\xe1\\\\xfd\\\".split(\\\"_\\\"),weekdaysShort:\\\"S~\\\\xfa\\\\xf1_~M\\\\xf3\\\\xf1_~T\\\\xfa\\\\xe9_~W\\\\xe9d_~Th\\\\xfa_~Fr\\\\xed_~S\\\\xe1t\\\".split(\\\"_\\\"),weekdaysMin:\\\"S~\\\\xfa_M\\\\xf3~_T\\\\xfa_~W\\\\xe9_T~h_Fr~_S\\\\xe1\\\".split(\\\"_\\\"),weekdaysParseExact:!0,longDateFormat:{LT:\\\"HH:mm\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY HH:mm\\\",LLLL:\\\"dddd, D MMMM YYYY HH:mm\\\"},calendar:{sameDay:\\\"[T~\\\\xf3d\\\\xe1~\\\\xfd \\\\xe1t] LT\\\",nextDay:\\\"[T~\\\\xf3m\\\\xf3~rr\\\\xf3~w \\\\xe1t] LT\\\",nextWeek:\\\"dddd [\\\\xe1t] LT\\\",lastDay:\\\"[\\\\xdd~\\\\xe9st~\\\\xe9rd\\\\xe1~\\\\xfd \\\\xe1t] LT\\\",lastWeek:\\\"[L~\\\\xe1st] dddd [\\\\xe1t] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"\\\\xed~\\\\xf1 %s\\\",past:\\\"%s \\\\xe1~g\\\\xf3\\\",s:\\\"\\\\xe1 ~f\\\\xe9w ~s\\\\xe9c\\\\xf3~\\\\xf1ds\\\",ss:\\\"%d s~\\\\xe9c\\\\xf3\\\\xf1~ds\\\",m:\\\"\\\\xe1 ~m\\\\xed\\\\xf1~\\\\xfat\\\\xe9\\\",mm:\\\"%d m~\\\\xed\\\\xf1\\\\xfa~t\\\\xe9s\\\",h:\\\"\\\\xe1~\\\\xf1 h\\\\xf3~\\\\xfar\\\",hh:\\\"%d h~\\\\xf3\\\\xfars\\\",d:\\\"\\\\xe1 ~d\\\\xe1\\\\xfd\\\",dd:\\\"%d d~\\\\xe1\\\\xfds\\\",M:\\\"\\\\xe1 ~m\\\\xf3\\\\xf1~th\\\",MM:\\\"%d m~\\\\xf3\\\\xf1t~hs\\\",y:\\\"\\\\xe1 ~\\\\xfd\\\\xe9\\\\xe1r\\\",yy:\\\"%d \\\\xfd~\\\\xe9\\\\xe1rs\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?\\\"th\\\":1===a?\\\"st\\\":2===a?\\\"nd\\\":3===a?\\\"rd\\\":\\\"th\\\")},week:{dow:1,doy:4}}),l.defineLocale(\\\"yo\\\",{months:\\\"S\\\\u1eb9\\\\u0301r\\\\u1eb9\\\\u0301_E\\\\u0300re\\\\u0300le\\\\u0300_\\\\u1eb8r\\\\u1eb9\\\\u0300na\\\\u0300_I\\\\u0300gbe\\\\u0301_E\\\\u0300bibi_O\\\\u0300ku\\\\u0300du_Ag\\\\u1eb9mo_O\\\\u0300gu\\\\u0301n_Owewe_\\\\u1ecc\\\\u0300wa\\\\u0300ra\\\\u0300_Be\\\\u0301lu\\\\u0301_\\\\u1ecc\\\\u0300p\\\\u1eb9\\\\u0300\\\\u0300\\\".split(\\\"_\\\"),monthsShort:\\\"S\\\\u1eb9\\\\u0301r_E\\\\u0300rl_\\\\u1eb8rn_I\\\\u0300gb_E\\\\u0300bi_O\\\\u0300ku\\\\u0300_Ag\\\\u1eb9_O\\\\u0300gu\\\\u0301_Owe_\\\\u1ecc\\\\u0300wa\\\\u0300_Be\\\\u0301l_\\\\u1ecc\\\\u0300p\\\\u1eb9\\\\u0300\\\\u0300\\\".split(\\\"_\\\"),weekdays:\\\"A\\\\u0300i\\\\u0300ku\\\\u0301_Aje\\\\u0301_I\\\\u0300s\\\\u1eb9\\\\u0301gun_\\\\u1eccj\\\\u1ecd\\\\u0301ru\\\\u0301_\\\\u1eccj\\\\u1ecd\\\\u0301b\\\\u1ecd_\\\\u1eb8ti\\\\u0300_A\\\\u0300ba\\\\u0301m\\\\u1eb9\\\\u0301ta\\\".split(\\\"_\\\"),weekdaysShort:\\\"A\\\\u0300i\\\\u0300k_Aje\\\\u0301_I\\\\u0300s\\\\u1eb9\\\\u0301_\\\\u1eccjr_\\\\u1eccjb_\\\\u1eb8ti\\\\u0300_A\\\\u0300ba\\\\u0301\\\".split(\\\"_\\\"),weekdaysMin:\\\"A\\\\u0300i\\\\u0300_Aj_I\\\\u0300s_\\\\u1eccr_\\\\u1eccb_\\\\u1eb8t_A\\\\u0300b\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"h:mm A\\\",LTS:\\\"h:mm:ss A\\\",L:\\\"DD/MM/YYYY\\\",LL:\\\"D MMMM YYYY\\\",LLL:\\\"D MMMM YYYY h:mm A\\\",LLLL:\\\"dddd, D MMMM YYYY h:mm A\\\"},calendar:{sameDay:\\\"[O\\\\u0300ni\\\\u0300 ni] LT\\\",nextDay:\\\"[\\\\u1ecc\\\\u0300la ni] LT\\\",nextWeek:\\\"dddd [\\\\u1eccs\\\\u1eb9\\\\u0300 to\\\\u0301n'b\\\\u1ecd] [ni] LT\\\",lastDay:\\\"[A\\\\u0300na ni] LT\\\",lastWeek:\\\"dddd [\\\\u1eccs\\\\u1eb9\\\\u0300 to\\\\u0301l\\\\u1ecd\\\\u0301] [ni] LT\\\",sameElse:\\\"L\\\"},relativeTime:{future:\\\"ni\\\\u0301 %s\\\",past:\\\"%s k\\\\u1ecdja\\\\u0301\\\",s:\\\"i\\\\u0300s\\\\u1eb9ju\\\\u0301 aaya\\\\u0301 die\\\",ss:\\\"aaya\\\\u0301 %d\\\",m:\\\"i\\\\u0300s\\\\u1eb9ju\\\\u0301 kan\\\",mm:\\\"i\\\\u0300s\\\\u1eb9ju\\\\u0301 %d\\\",h:\\\"wa\\\\u0301kati kan\\\",hh:\\\"wa\\\\u0301kati %d\\\",d:\\\"\\\\u1ecdj\\\\u1ecd\\\\u0301 kan\\\",dd:\\\"\\\\u1ecdj\\\\u1ecd\\\\u0301 %d\\\",M:\\\"osu\\\\u0300 kan\\\",MM:\\\"osu\\\\u0300 %d\\\",y:\\\"\\\\u1ecddu\\\\u0301n kan\\\",yy:\\\"\\\\u1ecddu\\\\u0301n %d\\\"},dayOfMonthOrdinalParse:/\\\\u1ecdj\\\\u1ecd\\\\u0301\\\\s\\\\d{1,2}/,ordinal:\\\"\\\\u1ecdj\\\\u1ecd\\\\u0301 %d\\\",week:{dow:1,doy:4}}),l.defineLocale(\\\"zh-cn\\\",{months:\\\"\\\\u4e00\\\\u6708_\\\\u4e8c\\\\u6708_\\\\u4e09\\\\u6708_\\\\u56db\\\\u6708_\\\\u4e94\\\\u6708_\\\\u516d\\\\u6708_\\\\u4e03\\\\u6708_\\\\u516b\\\\u6708_\\\\u4e5d\\\\u6708_\\\\u5341\\\\u6708_\\\\u5341\\\\u4e00\\\\u6708_\\\\u5341\\\\u4e8c\\\\u6708\\\".split(\\\"_\\\"),monthsShort:\\\"1\\\\u6708_2\\\\u6708_3\\\\u6708_4\\\\u6708_5\\\\u6708_6\\\\u6708_7\\\\u6708_8\\\\u6708_9\\\\u6708_10\\\\u6708_11\\\\u6708_12\\\\u6708\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u661f\\\\u671f\\\\u65e5_\\\\u661f\\\\u671f\\\\u4e00_\\\\u661f\\\\u671f\\\\u4e8c_\\\\u661f\\\\u671f\\\\u4e09_\\\\u661f\\\\u671f\\\\u56db_\\\\u661f\\\\u671f\\\\u4e94_\\\\u661f\\\\u671f\\\\u516d\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u5468\\\\u65e5_\\\\u5468\\\\u4e00_\\\\u5468\\\\u4e8c_\\\\u5468\\\\u4e09_\\\\u5468\\\\u56db_\\\\u5468\\\\u4e94_\\\\u5468\\\\u516d\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u65e5_\\\\u4e00_\\\\u4e8c_\\\\u4e09_\\\\u56db_\\\\u4e94_\\\\u516d\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY/MM/DD\\\",LL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",LLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5Ah\\\\u70b9mm\\\\u5206\\\",LLLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5ddddAh\\\\u70b9mm\\\\u5206\\\",l:\\\"YYYY/M/D\\\",ll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",lll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 HH:mm\\\",llll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5dddd HH:mm\\\"},meridiemParse:/\\\\u51cc\\\\u6668|\\\\u65e9\\\\u4e0a|\\\\u4e0a\\\\u5348|\\\\u4e2d\\\\u5348|\\\\u4e0b\\\\u5348|\\\\u665a\\\\u4e0a/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u51cc\\\\u6668\\\"===a||\\\"\\\\u65e9\\\\u4e0a\\\"===a||\\\"\\\\u4e0a\\\\u5348\\\"===a?e:\\\"\\\\u4e0b\\\\u5348\\\"===a||\\\"\\\\u665a\\\\u4e0a\\\"===a?e+12:11\u003C=e?e:e+12},meridiem:function(e,a,t){var s=100*e+a;return s\u003C600?\\\"\\\\u51cc\\\\u6668\\\":s\u003C900?\\\"\\\\u65e9\\\\u4e0a\\\":s\u003C1130?\\\"\\\\u4e0a\\\\u5348\\\":s\u003C1230?\\\"\\\\u4e2d\\\\u5348\\\":s\u003C1800?\\\"\\\\u4e0b\\\\u5348\\\":\\\"\\\\u665a\\\\u4e0a\\\"},calendar:{sameDay:\\\"[\\\\u4eca\\\\u5929]LT\\\",nextDay:\\\"[\\\\u660e\\\\u5929]LT\\\",nextWeek:\\\"[\\\\u4e0b]ddddLT\\\",lastDay:\\\"[\\\\u6628\\\\u5929]LT\\\",lastWeek:\\\"[\\\\u4e0a]ddddLT\\\",sameElse:\\\"L\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(\\\\u65e5|\\\\u6708|\\\\u5468)/,ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"DDD\\\":return e+\\\"\\\\u65e5\\\";case\\\"M\\\":return e+\\\"\\\\u6708\\\";case\\\"w\\\":case\\\"W\\\":return e+\\\"\\\\u5468\\\";default:return e}},relativeTime:{future:\\\"%s\\\\u5185\\\",past:\\\"%s\\\\u524d\\\",s:\\\"\\\\u51e0\\\\u79d2\\\",ss:\\\"%d \\\\u79d2\\\",m:\\\"1 \\\\u5206\\\\u949f\\\",mm:\\\"%d \\\\u5206\\\\u949f\\\",h:\\\"1 \\\\u5c0f\\\\u65f6\\\",hh:\\\"%d \\\\u5c0f\\\\u65f6\\\",d:\\\"1 \\\\u5929\\\",dd:\\\"%d \\\\u5929\\\",M:\\\"1 \\\\u4e2a\\\\u6708\\\",MM:\\\"%d \\\\u4e2a\\\\u6708\\\",y:\\\"1 \\\\u5e74\\\",yy:\\\"%d \\\\u5e74\\\"},week:{dow:1,doy:4}}),l.defineLocale(\\\"zh-hk\\\",{months:\\\"\\\\u4e00\\\\u6708_\\\\u4e8c\\\\u6708_\\\\u4e09\\\\u6708_\\\\u56db\\\\u6708_\\\\u4e94\\\\u6708_\\\\u516d\\\\u6708_\\\\u4e03\\\\u6708_\\\\u516b\\\\u6708_\\\\u4e5d\\\\u6708_\\\\u5341\\\\u6708_\\\\u5341\\\\u4e00\\\\u6708_\\\\u5341\\\\u4e8c\\\\u6708\\\".split(\\\"_\\\"),monthsShort:\\\"1\\\\u6708_2\\\\u6708_3\\\\u6708_4\\\\u6708_5\\\\u6708_6\\\\u6708_7\\\\u6708_8\\\\u6708_9\\\\u6708_10\\\\u6708_11\\\\u6708_12\\\\u6708\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u661f\\\\u671f\\\\u65e5_\\\\u661f\\\\u671f\\\\u4e00_\\\\u661f\\\\u671f\\\\u4e8c_\\\\u661f\\\\u671f\\\\u4e09_\\\\u661f\\\\u671f\\\\u56db_\\\\u661f\\\\u671f\\\\u4e94_\\\\u661f\\\\u671f\\\\u516d\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u9031\\\\u65e5_\\\\u9031\\\\u4e00_\\\\u9031\\\\u4e8c_\\\\u9031\\\\u4e09_\\\\u9031\\\\u56db_\\\\u9031\\\\u4e94_\\\\u9031\\\\u516d\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u65e5_\\\\u4e00_\\\\u4e8c_\\\\u4e09_\\\\u56db_\\\\u4e94_\\\\u516d\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY/MM/DD\\\",LL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",LLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 HH:mm\\\",LLLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5dddd HH:mm\\\",l:\\\"YYYY/M/D\\\",ll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",lll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 HH:mm\\\",llll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5dddd HH:mm\\\"},meridiemParse:/\\\\u51cc\\\\u6668|\\\\u65e9\\\\u4e0a|\\\\u4e0a\\\\u5348|\\\\u4e2d\\\\u5348|\\\\u4e0b\\\\u5348|\\\\u665a\\\\u4e0a/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u51cc\\\\u6668\\\"===a||\\\"\\\\u65e9\\\\u4e0a\\\"===a||\\\"\\\\u4e0a\\\\u5348\\\"===a?e:\\\"\\\\u4e2d\\\\u5348\\\"===a?11\u003C=e?e:e+12:\\\"\\\\u4e0b\\\\u5348\\\"===a||\\\"\\\\u665a\\\\u4e0a\\\"===a?e+12:void 0},meridiem:function(e,a,t){var s=100*e+a;return s\u003C600?\\\"\\\\u51cc\\\\u6668\\\":s\u003C900?\\\"\\\\u65e9\\\\u4e0a\\\":s\u003C1130?\\\"\\\\u4e0a\\\\u5348\\\":s\u003C1230?\\\"\\\\u4e2d\\\\u5348\\\":s\u003C1800?\\\"\\\\u4e0b\\\\u5348\\\":\\\"\\\\u665a\\\\u4e0a\\\"},calendar:{sameDay:\\\"[\\\\u4eca\\\\u5929]LT\\\",nextDay:\\\"[\\\\u660e\\\\u5929]LT\\\",nextWeek:\\\"[\\\\u4e0b]ddddLT\\\",lastDay:\\\"[\\\\u6628\\\\u5929]LT\\\",lastWeek:\\\"[\\\\u4e0a]ddddLT\\\",sameElse:\\\"L\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(\\\\u65e5|\\\\u6708|\\\\u9031)/,ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"DDD\\\":return e+\\\"\\\\u65e5\\\";case\\\"M\\\":return e+\\\"\\\\u6708\\\";case\\\"w\\\":case\\\"W\\\":return e+\\\"\\\\u9031\\\";default:return e}},relativeTime:{future:\\\"%s\\\\u5167\\\",past:\\\"%s\\\\u524d\\\",s:\\\"\\\\u5e7e\\\\u79d2\\\",ss:\\\"%d \\\\u79d2\\\",m:\\\"1 \\\\u5206\\\\u9418\\\",mm:\\\"%d \\\\u5206\\\\u9418\\\",h:\\\"1 \\\\u5c0f\\\\u6642\\\",hh:\\\"%d \\\\u5c0f\\\\u6642\\\",d:\\\"1 \\\\u5929\\\",dd:\\\"%d \\\\u5929\\\",M:\\\"1 \\\\u500b\\\\u6708\\\",MM:\\\"%d \\\\u500b\\\\u6708\\\",y:\\\"1 \\\\u5e74\\\",yy:\\\"%d \\\\u5e74\\\"}}),l.defineLocale(\\\"zh-tw\\\",{months:\\\"\\\\u4e00\\\\u6708_\\\\u4e8c\\\\u6708_\\\\u4e09\\\\u6708_\\\\u56db\\\\u6708_\\\\u4e94\\\\u6708_\\\\u516d\\\\u6708_\\\\u4e03\\\\u6708_\\\\u516b\\\\u6708_\\\\u4e5d\\\\u6708_\\\\u5341\\\\u6708_\\\\u5341\\\\u4e00\\\\u6708_\\\\u5341\\\\u4e8c\\\\u6708\\\".split(\\\"_\\\"),monthsShort:\\\"1\\\\u6708_2\\\\u6708_3\\\\u6708_4\\\\u6708_5\\\\u6708_6\\\\u6708_7\\\\u6708_8\\\\u6708_9\\\\u6708_10\\\\u6708_11\\\\u6708_12\\\\u6708\\\".split(\\\"_\\\"),weekdays:\\\"\\\\u661f\\\\u671f\\\\u65e5_\\\\u661f\\\\u671f\\\\u4e00_\\\\u661f\\\\u671f\\\\u4e8c_\\\\u661f\\\\u671f\\\\u4e09_\\\\u661f\\\\u671f\\\\u56db_\\\\u661f\\\\u671f\\\\u4e94_\\\\u661f\\\\u671f\\\\u516d\\\".split(\\\"_\\\"),weekdaysShort:\\\"\\\\u9031\\\\u65e5_\\\\u9031\\\\u4e00_\\\\u9031\\\\u4e8c_\\\\u9031\\\\u4e09_\\\\u9031\\\\u56db_\\\\u9031\\\\u4e94_\\\\u9031\\\\u516d\\\".split(\\\"_\\\"),weekdaysMin:\\\"\\\\u65e5_\\\\u4e00_\\\\u4e8c_\\\\u4e09_\\\\u56db_\\\\u4e94_\\\\u516d\\\".split(\\\"_\\\"),longDateFormat:{LT:\\\"HH:mm\\\",LTS:\\\"HH:mm:ss\\\",L:\\\"YYYY/MM/DD\\\",LL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",LLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 HH:mm\\\",LLLL:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5dddd HH:mm\\\",l:\\\"YYYY/M/D\\\",ll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5\\\",lll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5 HH:mm\\\",llll:\\\"YYYY\\\\u5e74M\\\\u6708D\\\\u65e5dddd HH:mm\\\"},meridiemParse:/\\\\u51cc\\\\u6668|\\\\u65e9\\\\u4e0a|\\\\u4e0a\\\\u5348|\\\\u4e2d\\\\u5348|\\\\u4e0b\\\\u5348|\\\\u665a\\\\u4e0a/,meridiemHour:function(e,a){return 12===e&&(e=0),\\\"\\\\u51cc\\\\u6668\\\"===a||\\\"\\\\u65e9\\\\u4e0a\\\"===a||\\\"\\\\u4e0a\\\\u5348\\\"===a?e:\\\"\\\\u4e2d\\\\u5348\\\"===a?11\u003C=e?e:e+12:\\\"\\\\u4e0b\\\\u5348\\\"===a||\\\"\\\\u665a\\\\u4e0a\\\"===a?e+12:void 0},meridiem:function(e,a,t){var s=100*e+a;return s\u003C600?\\\"\\\\u51cc\\\\u6668\\\":s\u003C900?\\\"\\\\u65e9\\\\u4e0a\\\":s\u003C1130?\\\"\\\\u4e0a\\\\u5348\\\":s\u003C1230?\\\"\\\\u4e2d\\\\u5348\\\":s\u003C1800?\\\"\\\\u4e0b\\\\u5348\\\":\\\"\\\\u665a\\\\u4e0a\\\"},calendar:{sameDay:\\\"[\\\\u4eca\\\\u5929] LT\\\",nextDay:\\\"[\\\\u660e\\\\u5929] LT\\\",nextWeek:\\\"[\\\\u4e0b]dddd LT\\\",lastDay:\\\"[\\\\u6628\\\\u5929] LT\\\",lastWeek:\\\"[\\\\u4e0a]dddd LT\\\",sameElse:\\\"L\\\"},dayOfMonthOrdinalParse:/\\\\d{1,2}(\\\\u65e5|\\\\u6708|\\\\u9031)/,ordinal:function(e,a){switch(a){case\\\"d\\\":case\\\"D\\\":case\\\"DDD\\\":return e+\\\"\\\\u65e5\\\";case\\\"M\\\":return e+\\\"\\\\u6708\\\";case\\\"w\\\":case\\\"W\\\":return e+\\\"\\\\u9031\\\";default:return e}},relativeTime:{future:\\\"%s\\\\u5167\\\",past:\\\"%s\\\\u524d\\\",s:\\\"\\\\u5e7e\\\\u79d2\\\",ss:\\\"%d \\\\u79d2\\\",m:\\\"1 \\\\u5206\\\\u9418\\\",mm:\\\"%d \\\\u5206\\\\u9418\\\",h:\\\"1 \\\\u5c0f\\\\u6642\\\",hh:\\\"%d \\\\u5c0f\\\\u6642\\\",d:\\\"1 \\\\u5929\\\",dd:\\\"%d \\\\u5929\\\",M:\\\"1 \\\\u500b\\\\u6708\\\",MM:\\\"%d \\\\u500b\\\\u6708\\\",y:\\\"1 \\\\u5e74\\\",yy:\\\"%d \\\\u5e74\\\"}}),l.locale(\\\"en\\\"),l});\",\"module-type\":\"library\",\"type\":\"application/javascript\"},\"$:/plugins/kixam/moment/readme\":{\"title\":\"$:/plugins/kixam/moment/readme\",\"text\":\"! moment.js\\n\\nA plugin for [[TiddlyWiki|http://tiddlywiki.com]] 5, that provides the [[moment.js library|http://momentjs.com]].\\n\"}}}"},
{"title":"$:/plugins/kookma/refnotes/styles/footnote-counter","text":"/*automatic counter for fnote macro. The counter resets at the begining of each tiddler*/\n.tc-tiddler-frame {\n counter-reset: fnote-count;\n}\n.refnotes-footnote {\n counter-increment: fnote-count;\n}\n.refnotes-footnote:after {\n content: counter(fnote-count);\n font-size:small;\n /* color:#0000ee;*/\n vertical-align: super;\n\tline-height: 1;\n /*line-height: 1.5;*/\n margin-left: -0.1em;\n}\n","created":"20181214085707714","modified":"20210710124941724","tags":"$:/tags/Stylesheet","type":"text/css"},
{"title":"$:/plugins/kookma/refnotes/ui/bibtexlibrary","caption":"Bibliography","created":"20181220153648454","description":"This code adds the `bibtex-entry` tag to all tiddlers imported by `BibTeX Importer` plugin thus having a `bibtex-title` field.","modified":"20210709011254977","tags":"","type":"text/vnd.tiddlywiki","text":"\\define dispEntry()\n\u003C$link/>\n\u003C$macrocall $name=stretchText text=\"\"\"\n\u003C$view field=\"bibtex-author\"/>. (\u003C$view field=\"bibtex-year\"/>). \u003C$view field=\"bibtex-title\"/>.\"\"\" />\n\\end\n\n\n\\define searchFilter() [has[bibtex-title]search:$(sField)$[$(sTerm)$]]\n\n\\define bibLibrary()\n\u003C$vars sField={{{[\u003CsearchTid>get[field]] ~[[bibtex-author]]}}} sTerm={{{[\u003CsearchTid>get[text]]}}}>\n\n\u003C!-- show hide entry details -->\n\u003Cdiv class=\"tc-search refnotes-library\" style=\"margin:10px 0 0 20px;\">\nShow and Hide Details: &nbsp;\n\u003C$button class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}}\n\u003C$list filter=\"[subfilter\u003CsearchFilter>]\">\n\u003C$action-setfield $tiddler=\u003C\u003CtTemp>> text=show />\n\u003C/$list>\n\u003C/$button>\n\u003C$button class=\"tc-btn-invisible\">{{$:/core/images/up-arrow}}\n\u003C$list filter=\"[subfilter\u003CsearchFilter>]\">\n\u003C$action-deletetiddler $tiddler=\u003C\u003CtTemp>> />\n\u003C/$list>\n\u003C/$button>\n\u003C/div>\n\n\u003C!-- show the library data -->\n\u003Col>\n\u003C$list filter=\"[subfilter\u003CsearchFilter>]\">\n\u003Cli>\u003C\u003CdispEntry>>\u003C/li>\n\u003C/$list>\n\u003C/ol>\n\u003C/$vars>\n\\end\n\n\u003C!-- interface -->\n\u003Cdiv style=\"margin-bottom:8px;\">\n\u003C\u003Cprocess-entries \"Process New Entries\">>\n\u003C/div>\n\n\u003C!-- make this optional\n[[Bibliography Table]]\n-->\n\n\u003C\u003CsearchUi>>\n\n\u003C\u003CbibLibrary>>\n\n\n\n"},
{"author":"Matthew Lauber","core-version":">=5.0.0","created":"20210105134918257","dependents":"","description":"A Shuffle filter operator","list":"readme","modified":"20211107172616237","plugin-type":"plugin","source":"https://github.com/mklauber/tiddly-shuffle","title":"$:/plugins/mklauber/shuffle","version":"1.0.2","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/mklauber/shuffle/readme\":{\"title\":\"$:/plugins/mklauber/shuffle/readme\",\"caption\":\"Shuffle Operator\",\"text\":\"|!purpose|Randomize the order of the input list|\\n|!input|a selection of titles|\\n|!parameter|a random string to be used to create consistent random ordering|\\n|!output|The input titles, rearranged in a random order|\\n\\nThis plugin implements a new filter operator called Shuffle. This operator takes the input list and randomizes the order of the list. If no parameter is provided, the list order is random every time.\\n\\n!!!Example:\\n```\\n\u003C$list filter=\\\"1 2 3 4 5 +[shuffle[]]\\\">\\n\\n\u003C/$list>\\n```\\n\\n\u003C$button popup=\\\"$:/state/shuffle/reveal1\\\">Run Demo\u003C/$button>\\n\\n\u003C$reveal type=\\\"popup\\\" state=\\\"$:/state/shuffle/reveal1\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$list filter=\\\"1 2 3 4 5 +[shuffle[]]\\\">\\n\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$reveal>\\n\\nCombining this operator with the first operator allows you to choose 1 or more titles randomly from a list.\\n\\n!!!Example:\\n```\\n\u003C$list filter=\\\"1 2 3 4 5 +[shuffle[]first[2]]\\\">\\n\\n\u003C/$list>\\n```\\n\\n\u003C$button popup=\\\"$:/state/shuffle/reveal2\\\">Run Demo\u003C/$button>\\n\\n\u003C$reveal type=\\\"popup\\\" state=\\\"$:/state/shuffle/reveal2\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$list filter=\\\"1 2 3 4 5 +[shuffle[]first[2]]\\\">\\n\\n\u003C/$list>\\n\u003C/div>\\n\u003C/$reveal>\\n\\nIf a parameter is provided the list will be ordered identically every time it is rendered. This can be useful in conjunction a button that updates a state tiddler. Set the parameter of this operator to reference that state tiddler, and create a button that updates that tiddler, and now the ordering of the random operators only changes when the button is pressed.\\n\\n!!!Example:\\n```\\n\u003C$button>\\n\u003C$action-setfield $tiddler=\\\"$:/temp/shuffle/example\\\" $field=\\\"state\\\" $value=\u003C\u003Cnow \\\"0hh:0mm:0ss\\\">>/>\\nChange Order\\n\u003C/$button>\\n\\n\u003C$list filter=\\\"1 2 3 4 5 +[shuffle{$:/temp/shuffle/example!!state}]\\\">\\n\\n\u003C/$list>\\n```\\n\\n\u003C$button>\\n\u003C$action-setfield $tiddler=\\\"$:/temp/shuffle/example\\\" $field=\\\"state\\\" $value=\u003C\u003Cnow \\\"0hh:0mm:0ss\\\">>/>\\nUpdate\\n\u003C/$button>\\n\\n\u003C$list filter=\\\"1 2 3 4 5 +[shuffle{$:/temp/shuffle/example!!state}]\\\">\\n\\n\u003C/$list>\\n\"},\"$:/plugins/mklauber/shuffle/seedrandom.js\":{\"title\":\"$:/plugins/mklauber/shuffle/seedrandom.js\",\"text\":\"!function(a,b){function c(c,j,k){var n=[];j=1==j?{entropy:!0}:j||{};var s=g(f(j.entropy?[c,i(a)]:null==c?h():c,3),n),t=new d(n),u=function(){for(var a=t.g(m),b=p,c=0;a\u003Cq;)a=(a+c)*l,b*=l,c=t.g(1);for(;a>=r;)a/=2,b/=2,c>>>=1;return(a+c)/b};return u.int32=function(){return 0|t.g(4)},u.quick=function(){return t.g(4)/4294967296},u.double=u,g(i(t.S),a),(j.pass||k||function(a,c,d,f){return f&&(f.S&&e(f,t),a.state=function(){return e(t,{})}),d?(b[o]=a,c):a})(u,s,\\\"global\\\"in j?j.global:this==b,j.state)}function d(a){var b,c=a.length,d=this,e=0,f=d.i=d.j=0,g=d.S=[];for(c||(a=[c++]);e\u003Cl;)g[e]=e++;for(e=0;e\u003Cl;e++)g[e]=g[f=s&f+a[e%c]+(b=g[e])],g[f]=b;(d.g=function(a){for(var b,c=0,e=d.i,f=d.j,g=d.S;a--;)b=g[e=s&e+1],c=c*l+g[s&(g[e]=g[f=s&f+b])+(g[f]=b)];return d.i=e,d.j=f,c})(l)}function e(a,b){return b.i=a.i,b.j=a.j,b.S=a.S.slice(),b}function f(a,b){var c,d=[],e=typeof a;if(b&&\\\"object\\\"==e)for(c in a)try{d.push(f(a[c],b-1))}catch(a){}return d.length?d:\\\"string\\\"==e?a:a+\\\"\\\\0\\\"}function g(a,b){for(var c,d=a+\\\"\\\",e=0;e\u003Cd.length;)b[s&e]=s&(c^=19*b[s&e])+d.charCodeAt(e++);return i(b)}function h(){try{var b;return j&&(b=j.randomBytes)?b=b(l):(b=new Uint8Array(l),(k.crypto||k.msCrypto).getRandomValues(b)),i(b)}catch(b){var c=k.navigator,d=c&&c.plugins;return[+new Date,k,d,k.screen,i(a)]}}function i(a){return String.fromCharCode.apply(0,a)}var j,k=this,l=256,m=6,n=52,o=\\\"random\\\",p=b.pow(l,m),q=b.pow(2,n),r=2*q,s=l-1;if(b[\\\"seed\\\"+o]=c,g(b.random(),a),\\\"object\\\"==typeof module&&module.exports){module.exports=c;try{j=require(\\\"crypto\\\")}catch(a){}}else\\\"function\\\"==typeof define&&define.amd&&define(function(){return c})}([],Math);\",\"created\":\"20180220123939614\",\"modified\":\"20180220125617309\",\"module-type\":\"library\",\"tags\":\"\",\"type\":\"application/javascript\"},\"$:/plugins/mklauber/shuffle/shuffle.js\":{\"title\":\"$:/plugins/mklauber/shuffle/shuffle.js\",\"text\":\"(function(){\\n\\n \\\"use strict\\\";\\n\\n var hash = function(str) {\\n var hash = 0, i, chr, len;\\n if (str.length === 0) return hash;\\n for (i = 0, len = str.length; i \u003C len; i++) {\\n chr = str.charCodeAt(i);\\n hash = ((hash \u003C\u003C 5) - hash) + chr;\\n hash |= 0; // Convert to 32bit integer\\n }\\n return hash;\\n }\\n\\n var shuffle = function(array, seed) {\\n var currentIndex = array.length, temporaryValue, randomIndex ;\\n Math.seedrandom(seed)\\n\\n // While there remain elements to shuffle...\\n while (0 !== currentIndex) {\\n\\n // Pick a remaining element...\\n randomIndex = Math.floor(Math.random() * currentIndex);\\n currentIndex -= 1;\\n\\n // And swap it with the current element.\\n temporaryValue = array[currentIndex];\\n array[currentIndex] = array[randomIndex];\\n array[randomIndex] = temporaryValue;\\n }\\n\\n return array;\\n }\\n\\n var prepare_results = function (source) {\\n\\t var results = [];\\n\\t source(function(tiddler,title) {\\n\\t\\t results.push(title);\\n\\t });\\n\\t return results;\\n };\\n\\n exports.shuffle = function(source, operator, options) {\\n var results = prepare_results(source);\\n if (operator['operand'] == \\\"\\\") {\\n shuffle(results);\\n } else {\\n shuffle(results, hash(operator['operand']));\\n }\\n return results;\\n }\\n})();\\n\",\"caption\":\"A filter Operator to randomize the order of the list passed to it.\",\"created\":\"20150811171933696\",\"modified\":\"20180220125039203\",\"module-type\":\"filteroperator\",\"type\":\"application/javascript\"},\"$:/plugins/mklauber/shuffle/startup.js\":{\"title\":\"$:/plugins/mklauber/shuffle/startup.js\",\"text\":\"exports.name = \\\"shuffle\\\"\\nexports.before = [\\\"render\\\"]\\nexports.startup = function() {\\n $tw.modules.execute('$:/plugins/mklauber/shuffle/seedrandom.js');\\n}\\n\",\"created\":\"20180220133753576\",\"modified\":\"20180220133920300\",\"module-type\":\"startup\",\"tags\":\"\",\"type\":\"application/javascript\"}}}"},
{"title":"$:/plugins/sobjornstad/3click2edit","description":"triple-click to edit tiddlers","author":"Soren Bjornstad, after Danielo Rodriguez","version":"0.1","core-version":">=5.1.0","plugin-type":"plugin","source":"https://github.com/sobjornstad/TW5-3click2edit","list":"readme","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/danielo515/2click2edit/ClickListener.js\":{\"title\":\"$:/plugins/danielo515/2click2edit/ClickListener.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/danielo515/2click2edit/ClickListener.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nThis widgets adds an double click event listener to its parent\\n\\n\\\\*/\\n\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar ClickListener = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nClickListener.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nClickListener.prototype.render = function(parent,nextSibling) {\\n\\tthis.parentDomNode = parent;\\n\\tthis.execute();\\n\\tvar self = this;\\n /*Since the event listener have been added to the parent, the \\\"this\\\" property is pointing to the\\n wrong object, we should call our edit function with our widget object set as the this property.*/\\n /* https://stackoverflow.com/questions/6480060/how-do-i-listen-for-triple-clicks-in-javascript */\\n parent.addEventListener(\\\"click\\\", function (event) {\\n if (event.detail === 3) {\\n self.editTiddler.call(self, event);\\n }\\n });\\n};\\n\\nClickListener.prototype.editTiddler = function(event) {\\n this.dispatchEvent({type: \\\"tm-edit-tiddler\\\", param: this.getVariable(\\\"currentTiddler\\\")});\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nClickListener.prototype.execute = function() {\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nClickListener.prototype.refresh = function(changedTiddlers) {\\n\\treturn false;\\n};\\n\\nexports.click = ClickListener;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/plugins/danielo515/2click2edit/readme\":{\"title\":\"$:/plugins/danielo515/2click2edit/readme\",\"text\":\"Modified by Soren Bjornstad to require 3 clicks instead of 2.\\n\\nThis plugin adds the ability to edit tiddlers by double clicking on its body.\\nJust try to edit any tiddler shown here by double clicking on it.\\n\\nThis can be considered a fast solution. It is only to fill the gap until TiddlyWiki adds support \\nfor it officially.\\n\"},\"$:/plugins/danielo515/2click2edit/ui/ViewTemplate\":{\"title\":\"$:/plugins/danielo515/2click2edit/ui/ViewTemplate\",\"tags\":\"$:/tags/ViewTemplate\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$click>\"}}}"},
{"title":"$:/plugins/sobjornstad/TiddlyRemember","description":"TiddlyRemember: Embed Anki notes in your TiddlyWiki","author":"Soren Bjornstad","version":"1.3.3","core-version":">=5.1.21","source":"https://github.com/sobjornstad/TiddlyRemember","list":"readme license","dependents":"","plugin-type":"plugin","type":"application/json","text":"{\"tiddlers\":{\"$:/config/ShortcutInfo/remembercz\":{\"title\":\"$:/config/ShortcutInfo/remembercz\",\"created\":\"20200926193600000\",\"modified\":\"20200926193600000\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"Create a new `remembercz` macro snippet\"},\"$:/config/ShortcutInfo/rememberq\":{\"title\":\"$:/config/ShortcutInfo/rememberq\",\"created\":\"20200926193600000\",\"modified\":\"20200926193600000\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"Create a new `rememberq` macro snippet\"},\"$:/config/TiddlyRemember/DeckMapping\":{\"title\":\"$:/config/TiddlyRemember/DeckMapping\",\"created\":\"20200516223625569\",\"modified\":\"20200516223658777\",\"tags\":\"\"},\"$:/config/TiddlyRemember/DefaultClasses\":{\"title\":\"$:/config/TiddlyRemember/DefaultClasses\",\"created\":\"20210925145600000\",\"modified\":\"20210925145600000\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/config/TiddlyRemember/IdPrefix\":{\"title\":\"$:/config/TiddlyRemember/IdPrefix\",\"created\":\"20200516223625569\",\"modified\":\"20200516223658777\",\"tags\":\"\"},\"$:/config/TiddlyRemember/TagMapping\":{\"title\":\"$:/config/TiddlyRemember/TagMapping\",\"created\":\"20200516190911842\",\"modified\":\"20200516223231730\",\"tags\":\"\"},\"$:/config/TiddlyRemember/snippets/remembercz\":{\"title\":\"$:/config/TiddlyRemember/snippets/remembercz\",\"created\":\"20210929144900000\",\"modified\":\"20210929144900000\",\"tags\":\"\",\"text\":\"\u003C\u003Cremembercz \\\"%NOTE_ID%\\\"\\n\\t\\\"Cloze\\\">>\"},\"$:/config/TiddlyRemember/snippets/rememberq\":{\"title\":\"$:/config/TiddlyRemember/snippets/rememberq\",\"created\":\"20210929144900000\",\"modified\":\"20210929144900000\",\"tags\":\"\",\"text\":\"\u003C\u003Crememberq \\\"%NOTE_ID%\\\"\\n\\t\\\"Q\\\"\\n\\t\\\"A\\\">>\"},\"$:/config/shortcuts/remembercz\":{\"title\":\"$:/config/shortcuts/remembercz\",\"created\":\"20200926193600000\",\"modified\":\"20200926193600000\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"alt-shift-R\"},\"$:/config/shortcuts/rememberq\":{\"title\":\"$:/config/shortcuts/rememberq\",\"created\":\"20200926193600000\",\"modified\":\"20200926193600000\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"alt-R\"},\"$:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-black.svg\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-black.svg\",\"text\":\"\u003C?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\n\u003Csvg width=\\\"18px\\\" height=\\\"18px\\\" viewBox=\\\"0 0 1792 1792\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\">\u003Cpath d=\\\"M1120 576q0 13-9.5 22.5t-22.5 9.5-22.5-9.5-9.5-22.5q0-46-54-71t-106-25q-13 0-22.5-9.5t-9.5-22.5 9.5-22.5 22.5-9.5q50 0 99.5 16t87 54 37.5 90zm160 0q0-72-34.5-134t-90-101.5-123-62-136.5-22.5-136.5 22.5-123 62-90 101.5-34.5 134q0 101 68 180 10 11 30.5 33t30.5 33q128 153 141 298h228q13-145 141-298 10-11 30.5-33t30.5-33q68-79 68-180zm128 0q0 155-103 268-45 49-74.5 87t-59.5 95.5-34 107.5q47 28 47 82 0 37-25 64 25 27 25 64 0 52-45 81 13 23 13 47 0 46-31.5 71t-77.5 25q-20 44-60 70t-87 26-87-26-60-70q-46 0-77.5-25t-31.5-71q0-24 13-47-45-29-45-81 0-37 25-64-25-27-25-64 0-54 47-82-4-50-34-107.5t-59.5-95.5-74.5-87q-103-113-103-268 0-99 44.5-184.5t117-142 164-89 186.5-32.5 186.5 32.5 164 89 117 142 44.5 184.5z\\\"/>\u003C/svg>\\n\u003C!-- Source: FontAwesome -->\",\"type\":\"image/svg+xml\",\"created\":\"20200517161140014\",\"modified\":\"20200517161732249\"},\"$:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-white.svg\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-white.svg\",\"text\":\"\u003C?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\n\u003Csvg width=\\\"18px\\\" height=\\\"18px\\\" viewBox=\\\"0 0 1792 1792\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\">\u003Cpath d=\\\"M1120 576q0 13-9.5 22.5t-22.5 9.5-22.5-9.5-9.5-22.5q0-46-54-71t-106-25q-13 0-22.5-9.5t-9.5-22.5 9.5-22.5 22.5-9.5q50 0 99.5 16t87 54 37.5 90zm160 0q0-72-34.5-134t-90-101.5-123-62-136.5-22.5-136.5 22.5-123 62-90 101.5-34.5 134q0 101 68 180 10 11 30.5 33t30.5 33q128 153 141 298h228q13-145 141-298 10-11 30.5-33t30.5-33q68-79 68-180zm128 0q0 155-103 268-45 49-74.5 87t-59.5 95.5-34 107.5q47 28 47 82 0 37-25 64 25 27 25 64 0 52-45 81 13 23 13 47 0 46-31.5 71t-77.5 25q-20 44-60 70t-87 26-87-26-60-70q-46 0-77.5-25t-31.5-71q0-24 13-47-45-29-45-81 0-37 25-64-25-27-25-64 0-54 47-82-4-50-34-107.5t-59.5-95.5-74.5-87q-103-113-103-268 0-99 44.5-184.5t117-142 164-89 186.5-32.5 186.5 32.5 164 89 117 142 44.5 184.5z\\\" fill=\\\"#fff\\\"/>\u003C/svg>\\n\u003C!-- Source: FontAwesome -->\",\"type\":\"image/svg+xml\",\"created\":\"20200517161252694\",\"modified\":\"20200517161645377\"},\"$:/plugins/sobjornstad/TiddlyRemember/license\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/license\",\"text\":\"The MIT License (MIT)\\n\\nCopyright (c) 2020-2021 Soren Bjornstad and the TiddlyRemember community.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\\"Software\\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n\",\"type\":\"text/plain\"},\"$:/plugins/sobjornstad/TiddlyRemember/macros/insert-snippet\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/macros/insert-snippet\",\"created\":\"20210929144300000\",\"modified\":\"20210929144300000\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define tr-insert-note(snippet)\\n\\t\u003C$vars\\n\\t\\tthetime=\u003C\u003Cnow \\\"[UTC]YYYY0MM0DD0hh0mm0ss0XXX\\\">>\\n\\t\\ttheprefix={{$:/config/TiddlyRemember/IdPrefix}}>\\n\\t\u003C$vars\\n\\t\\tnoteid={{{ [\u003Ctheprefix>addsuffix\u003Cthetime>] }}}\\n\\t\\teditingtid={{{ [\u003CstoryTiddler>get[draft.of]] }}}>\\n\\t\\t\u003C$action-sendmessage\\n\\t\\t\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t\\t\\t$param=\\\"replace-selection\\\"\\n\\t\\t\\ttext={{{ [\u003C__snippet__>search-replace[%NOTE_ID%],\u003Cnoteid>search-replace[%EDITING_TIDDLER%],\u003Ceditingtid>] }}}/>\\n\\t\u003C/$vars>\\n\\t\u003C/$vars>\\n\\\\end\\n\"},\"$:/plugins/sobjornstad/TiddlyRemember/macros/remember\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/macros/remember\",\"created\":\"20200510004110231\",\"modified\":\"20200925141800000\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define remembertwo(id, reference, sched)\\n\\t\u003Cdiv class=\\\"tr-selfidentification\\\">\\n\\t\\t\u003C$set name=\\\"selfid\\\" filter=\\\"\\\"\\\"[enlist[$reference$]]\\\"\\\"\\\" value=\\\"\\\"\\\"[\u003C$link to=\\\"$reference$\\\">$reference$\u003C/$link>: $id$]\\\"\\\"\\\" emptyValue=\\\"[$id$]\\\">\\n\\t\\t\\t\u003C\u003Cselfid>>\\n\\t\\t\u003C/$set>\\n\\t\u003C/div>\\n\\t\u003Cdiv class=\\\"rid\\\">\\n\\t\\t[$id$]\\n\\t\u003C/div>\\n\\t\u003Cdiv class=\\\"tr-reference\\\">\\n\\t\\t\u003C$text text=\u003C\u003C__reference__>>/>\\n\\t\u003C/div>\\n\\t\u003Cdiv class=\\\"tr-sched\\\">\\n\\t\\t\u003C$text text=\u003C\u003C__sched__>>/>\\n\\t\u003C/div>\\n\\\\end\\n\\n\\\\define rememberq(id, question, answer, reference: \\\"\\\", sched: \\\"\\\", class:\\\"\\\")\\n \u003Cdiv class={{{ [[rememberq remembertwo ]addsuffix\u003C__class__>addsuffix[ ]addsuffix{$:/config/TiddlyRemember/DefaultClasses}] }}}>\\n \u003Cdiv class=\\\"rquestion tr-ritem\\\">\\n \u003Cdiv>Q:\u003C/div>\\n \u003Cp>$question$\u003C/p>\\n \u003C/div>\\n \u003Cdiv class=\\\"ranswer tr-ritem\\\">\\n \u003Cdiv>A:\u003C/div>\\n \u003Cp>$answer$\u003C/p>\\n \u003C/div>\\n\\t\\t\u003C$macrocall $name=remembertwo id=\u003C\u003C__id__>> reference=\u003C\u003C__reference__>> sched=\u003C\u003C__sched__>>/>\\n \u003C/div>\\n\\\\end\\n\\n\\\\define rememberp(id, first, second, reference: \\\"\\\", sched: \\\"\\\", class: \\\"\\\")\\n \u003Cdiv class={{{ [[rememberp remembertwo ]addsuffix\u003C__class__>addsuffix[ ]addsuffix{$:/config/TiddlyRemember/DefaultClasses}] }}}>\\n \u003Cdiv class=\\\"rfirst tr-ritem\\\">\\n \u003Cdiv>1:\u003C/div>\\n \u003Cp>$first$\u003C/p>\\n \u003C/div>\\n \u003Cdiv class=\\\"rsecond tr-ritem\\\">\\n \u003Cdiv>2:\u003C/div>\\n \u003Cp>$second$\u003C/p>\\n \u003C/div>\\n\\t\\t\u003C$macrocall $name=remembertwo id=\u003C\u003C__id__>> reference=\u003C\u003C__reference__>> sched=\u003C\u003C__sched__>>/>\\n \u003C/div>\\n\\\\end\\n\\n\\\\define remembercz(id, text, mode: \\\"block\\\", reference: \\\"\\\", sched: \\\"\\\", class: \\\"\\\")\\n\\t\u003C$list filter=\\\"[[$mode$]match[inline]]\\\" variable=_>\\n\\t\\t\u003C$macrocall $name=twRememberClozeInline id=\u003C\u003C__id__>> text=\u003C\u003C__text__>> reference=\u003C\u003C__reference__>> sched=\u003C\u003C__sched__>> class=\u003C\u003C__class__>>/>\\n\\t\u003C/$list>\\n\\t\u003C$list filter=\\\"[[$mode$]!match[inline]]\\\" variable=_>\\n\\t\\t\u003C$macrocall $name=twRememberClozeBlock id=\u003C\u003C__id__>> text=\u003C\u003C__text__>> reference=\u003C\u003C__reference__>> sched=\u003C\u003C__sched__>> class=\u003C\u003C__class__>>/>\\n\\t\u003C/$list>\\n\\\\end\\n\\n\\\\define twRememberMetadata(id, reference, sched)\\n\\t\u003Cdiv class=\\\"tr-selfidentification\\\">\\n\\t\\t\u003C$set name=\\\"selfid\\\" filter=\\\"\\\"\\\"[enlist[$reference$]]\\\"\\\"\\\" value=\\\"\\\"\\\"[\u003C$link to=\\\"$reference$\\\">$reference$\u003C/$link>: $id$]\\\"\\\"\\\" emptyValue=\\\"[$id$]\\\">\\n\\t\\t\\t\u003C\u003Cselfid>>\\n\\t\\t\u003C/$set>\\n\\t\u003C/div>\\n\\t\u003Cdiv class=\\\"rid\\\">\\n\\t\\t[$id$]\\n\\t\u003C/div>\\n\\t\u003Cdiv class=\\\"tr-reference\\\">\\n\\t\\t\u003C$text text=\u003C\u003C__reference__>>/>\\n\\t\u003C/div>\\n\\t\u003Cdiv class=\\\"tr-sched\\\">\\n\\t\\t\u003C$text text=\u003C\u003C__sched__>>/>\\n\\t\u003C/div>\\n\\\\end\\n\\n\\\\define twRememberClozeBlock(id, text, reference, sched, class)\\n \u003Cdiv class={{{ [[remembercz ]addsuffix\u003C__class__>addsuffix[ ]addsuffix{$:/config/TiddlyRemember/DefaultClasses}] }}}>\\n\\t\\t\u003Cspan class=\\\"cloze-identifier\\\">\u003Cspan class=\\\"tr-name-cloze\\\">cloze: \u003C/span>\u003C/span>\\n\\t\\t\u003Cspan class=\\\"cloze-display\\\">\u003C$set name=\\\"unescape\\\" value={{{ [\u003C__text__>search-replace:g[\\\\{],[{]search-replace:g[\\\\}],[}]] }}}>\u003C\u003Cunescape>>\u003C/$set>\u003C/span>\\n\\t\\t\u003Cspan class=\\\"cloze-text\\\">$text$\u003C/span>\\n\\t\\t\u003C$macrocall $name=\\\"twRememberMetadata\\\" id=\u003C\u003C__id__>> reference=\u003C\u003C__reference__>> sched=\u003C\u003C__sched__>>/>\\n\\t\u003C/div>\\n\\\\end\\n\\n\\\\define twRememberClozeInline(id, text, reference, sched, class)\\n \u003Cspan class={{{ [[remembercz ]addsuffix\u003C__class__>addsuffix[ ]addsuffix{$:/config/TiddlyRemember/DefaultClasses}] }}}>\\n\\t\\t\u003Cspan class=\\\"cloze-identifier\\\">{\u003Cspan class=\\\"tr-name-cloze\\\">cloze: \u003C/span>\u003C/span>\\n\\t\\t\u003Cspan class=\\\"cloze-display\\\">\u003C$set name=\\\"unescape\\\" value={{{ [\u003C__text__>search-replace:g[\\\\{],[{]search-replace:g[\\\\}],[}]] }}}>\u003C\u003Cunescape>>\u003C/$set>\u003C/span>\\n\\t\\t\u003Cspan class=\\\"cloze-identifier\\\">}\u003C/span>\\n\\t\\t\u003Cspan class=\\\"cloze-text\\\">$text$\u003C/span>\\n\\t\\t\u003C$macrocall $name=\\\"twRememberMetadata\\\" id=\u003C\u003C__id__>> reference=\u003C\u003C__reference__>> sched=\u003C\u003C__sched__>>/>\\n\\t\u003C/span>\\n\\\\end\"},\"$:/plugins/sobjornstad/TiddlyRemember/readme\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/readme\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"TiddlyRemember is a tool that integrates TiddlyWiki with Anki.\\nYou can interleave questions with your notes in TiddlyWiki,\\n then sync them into Anki notes with one click.\\nYou can edit and move the questions around your TiddlyWiki,\\n and they will stay connected to the Anki notes.\\nScheduling information in Anki is preserved when editing notes in TiddlyWiki.\\n\\n* [[Documentation|https://sobjornstad.github.io/TiddlyRemember/]]\\n* [[GitHub|https://github.com/sobjornstad/TiddlyRemember]]\\n\"},\"$:/plugins/sobjornstad/TiddlyRemember/stylesheets/remember\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/stylesheets/remember\",\"created\":\"20200510004425508\",\"modified\":\"20200517155210548\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"div.remembertwo {\\n\\tborder-left: 3px solid \u003C\u003Ccolour tag-background>>;\\n\\tpadding-left: 0.5em;\\n\\tmargin-bottom: 22px; /* line-height of the selfidentification block */\\n}\\n\\ndiv.remembertwo .tr-ritem p {\\n\\tmargin-top: 0px;\\n\\tmargin-bottom: 0px;\\n\\tmargin-left: 2em;\\n}\\n\\ndiv.remembertwo .tr-ritem div {\\n\\tfont-weight: bold;\\n\\tcolor: \u003C\u003Ccolour primary>>;\\n\\tfloat: left;\\n}\\n\\ndiv.remembertwo div.tr-selfidentification {\\n\\tfloat: right;\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\ndiv.remembercz {\\n\\tborder-left: 3px solid \u003C\u003Ccolour tag-background>>;\\n\\tpadding-left: 0.5em;\\n\\tline-height: 22px; /* default; setting explicitly */\\n}\\n\\n.remembercz > span.cloze-identifier {\\n\\tcolor: \u003C\u003Ccolour tag-background>>;\\n}\\n\\n.remembercz div.tr-selfidentification {\\n\\tfloat: right;\\n\\tmargin-left: 0.5em;\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n\\n/* these separate fields are only read by the TR parser */\\ndiv.remembertwo div.tr-reference, .remembercz div.tr-reference {\\n\\tdisplay: none;\\n}\\n\\ndiv.remembertwo div.rid, .remembercz div.rid {\\n\\tdisplay: none;\\n}\\n\\ndiv.remembertwo div.tr-sched, .remembercz div.tr-sched {\\n\\tdisplay: none;\\n}\\n\\n.remembercz > span.cloze-text {\\n\\tdisplay: none;\\n}\\n\\n\\n/***** Built-in classes for common format customizations; apply to the class: parameter to macros *****/\\n/* Hide the ID field */\\n.tr-hide-id div.tr-selfidentification {\\n\\tdisplay: none;\\n}\\n\\n/* Hide the ID only if it's an inline cloze */\\nspan.remembercz.tr-hide-inline-cloze-id div.tr-selfidentification {\\n\\tdisplay: none;\\n}\\n\\n/* Hide the word \\\"cloze\\\" on inline clozes */\\nspan.remembercz.tr-hide-inline-cloze-name span.cloze-identifier span.tr-name-cloze {\\n\\tdisplay: none;\\n}\"},\"$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks\",\"created\":\"20200516223716380\",\"modified\":\"20200516232507031\",\"revision\":\"7\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Cul id=\\\"anki-decks\\\">\\n\\t\u003C$list\\n\\t\\t\\tfilter=\\\"[[$:/config/TiddlyRemember/DeckMapping]get[text]splitregexp[\\\\n]!is[blank]]\\\"\\n\\t\\t\\tvariable=\\\"subfilter\\\">\\n\\t\\t\u003C$list filter=\\\"[\u003CcurrentTiddler>subfilter\u003Csubfilter>]\\\">\\n\\t\\t\\t\u003Cli>\u003C\u003CcurrentTiddler>>\u003C/li>\\n\\t\\t\u003C/$list>\\n\\t\u003C/$list>\\n\u003C/ul>\"},\"$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags\",\"created\":\"20200516191131056\",\"modified\":\"20200516232427612\",\"revision\":\"174\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Cul id=\\\"anki-tags\\\">\\n\\t\u003C$list\\n\\t\\t\\tfilter=\\\"[[$:/config/TiddlyRemember/TagMapping]get[text]splitregexp[\\\\n]!is[blank]]\\\"\\n\\t\\t\\tvariable=\\\"subfilter\\\">\\n\\t\\t\u003C$list filter=\\\"[\u003CcurrentTiddler>subfilter\u003Csubfilter>]\\\">\\n\\t\\t\\t\u003Cli>\u003C\u003CcurrentTiddler>>\u003C/li>\\n\\t\\t\u003C/$list>\\n\\t\u003C/$list>\\n\u003C/ul>\"},\"$:/plugins/sobjornstad/TiddlyRemember/templates/TiddlyRememberParseable\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/templates/TiddlyRememberParseable\",\"created\":\"20200510211830000\",\"modified\":\"20200516223853339\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\\n\\n\u003C$set name=\\\"tr-rendering\\\" value=\\\"yes\\\">\\n\\n\u003Cspan id=\\\"tr-version\\\">1.3.3\u003C/span>\\n\\n{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks}}\\n{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags}}\\n\\n\u003C$transclude mode=\\\"block\\\" />\\n\\n\u003C/$set>\\n\"},\"$:/plugins/sobjornstad/TiddlyRemember/toolbar/remembercz\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/toolbar/remembercz\",\"caption\":\"RememberCz\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"created\":\"20200517155905263\",\"description\":\"Remember Cloze Deletion\",\"icon\":\"$:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-black.svg\",\"list-after\":\"$:/plugins/sobjornstad/TiddlyRemember/toolbar/rememberq\",\"modified\":\"20200517162124307\",\"shortcuts\":\"((remembercz))\",\"tags\":\"$:/tags/EditorToolbar\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$macrocall $name=tr-insert-note snippet={{$:/config/TiddlyRemember/snippets/remembercz}}>\"},\"$:/plugins/sobjornstad/TiddlyRemember/toolbar/rememberq\":{\"title\":\"$:/plugins/sobjornstad/TiddlyRemember/toolbar/rememberq\",\"caption\":\"RememberQ\",\"condition\":\"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]\",\"created\":\"20161118171456554\",\"description\":\"Remember Question/Answer\",\"icon\":\"$:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-white.svg\",\"modified\":\"20200517161709608\",\"shortcuts\":\"((rememberq))\",\"tags\":\"$:/tags/EditorToolbar\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$macrocall $name=tr-insert-note snippet={{$:/config/TiddlyRemember/snippets/rememberq}}>\"}}}"},
{"title":"$:/plugins/sobjornstad/TiddlyRemember/toolbar/remembercz","caption":"RememberCz","condition":"[\u003CtargetTiddler>!has[type]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]]","created":"20200517155905263","creator":"soren","description":"Remember Cloze Deletion","icon":"$:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-black.svg","modified":"20211113234933532","modifier":"soren","shortcuts":"((remembercz))","tags":"$:/tags/EditorToolbar","type":"text/vnd.tiddlywiki","text":"\\define getMacro()\n\u003C\u003Cremembercz \"$(clozeid)$\"\n\t\"Cloze\">>\n\\end\n\n\\define prefixId() $(theprefix)$$(thetime)$\n\n\u003C$set name=thetime value=\u003C\u003Cnow \"[UTC]YYYY0MM0DD0hh0mm0ss0XXX\">> >\n\u003C$set name=theprefix value={{$:/config/TiddlyRemember/IdPrefix}}>\n\u003C$set name=clozeid value=\u003C\u003CprefixId>> >\n\t\u003C$action-sendmessage\n\t\t$message=\"tm-edit-text-operation\"\n\t\t$param=\"replace-selection\"\n\t\ttext=\u003C\u003CgetMacro>>\n\t/>\n\u003C/$set>\n\u003C/$set>\n\u003C/$set>\n"},
{"title":"$:/plugins/sobjornstad/TiddlyStretch","description":"Stretchtext in TiddlyWiki","author":"Soren Bjornstad","version":"0.1.0","core-version":">=5.1.21","source":"https://github.com/sobjornstad/TiddlyStretch","list":"readme license [[TiddlyStretch Macros]]","dependents":"$:/plugins/TheDiveO/FontAwesome","plugin-type":"plugin","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/sobjornstad/TiddlyStretch/TiddlyStretch Macros\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/TiddlyStretch Macros\",\"created\":\"20210304022132594\",\"description\":\"TiddlyStretch provides four macros for creating stretchtext: `stretch`, `stretch-template`, `stretch-links`, and `stretch-template-links`.\",\"modified\":\"20210304032037222\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"The following four macros are used to create expandos:\\n\\n\u003C\u003Cstretch-template-links \\\"[all[tiddlers+shadows]tag[$:/plugins/sobjornstad/TiddlyStretch/doc/Macro]]\\\" \\\"$:/plugins/sobjornstad/TiddlyStretch/doc/st/MacroSummary\\\" \\\"$:/plugins/sobjornstad/TiddlyStretch/doc/st/Identity\\\">>\\n\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/EmptyMessage\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/EmptyMessage\",\"created\":\"20210304024358659\",\"description\":\"Optional wikitext to display if the filter yields no result.\",\"modified\":\"20210306022349423\",\"name\":\"emptyMessage\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/Filter\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Filter\",\"created\":\"20210304024354323\",\"description\":\"A filter expression describing the tiddlers to list.\",\"modified\":\"20210306022349455\",\"name\":\"filter\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/LargeField\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/LargeField\",\"created\":\"20210304024150673\",\"description\":\"The field to display (in block mode) when the expando is expanded. Defaults to `text`.\",\"modified\":\"20210306022349461\",\"name\":\"largeField\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/LargeMode\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/LargeMode\",\"created\":\"20210304024317434\",\"description\":\"Whether to render the expanded template in `block` or `inline` mode (default: block).\",\"modified\":\"20210306022349464\",\"name\":\"largeMode\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/LargeTemplate\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/LargeTemplate\",\"created\":\"20210304024308673\",\"description\":\"The template tiddler to use when the expando is expanded.\",\"modified\":\"20210306022349466\",\"name\":\"largeTemplate\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/Macro\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Macro\",\"created\":\"20210304032156159\",\"list\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch $:/plugins/sobjornstad/TiddlyStretch/doc/stretch-template $:/plugins/sobjornstad/TiddlyStretch/doc/stretch-links $:/plugins/sobjornstad/TiddlyStretch/doc/stretch-template-links\",\"modified\":\"20210306022058465\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/MacroInfoTemplate\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/MacroInfoTemplate\",\"created\":\"20210304025753399\",\"modified\":\"20210306022549030\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003C$macrocall $name=\\\"stretch-template\\\" tiddler=\u003C\u003CcurrentTiddler>> smallTemplate=\\\"$:/plugins/sobjornstad/TiddlyStretch/doc/ParameterListingTemplate\\\" largeTemplate=\\\"$:/plugins/sobjornstad/TiddlyStretch/doc/ParametersTemplate\\\"/>\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/ParameterListingTemplate\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/ParameterListingTemplate\",\"created\":\"20210304025229965\",\"modified\":\"20210306022014774\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"Parameters:\\n\\n\u003C$wikify name=\\\"w\\\" mode=\\\"inline\\\" output=\\\"html\\\" text={{{ [enlist{!!parameters}join[\u003C/code>, \u003Ccode>]addprefix[\u003Ccode>]addsuffix[\u003C/code>]] }}}>\\n \u003C\u003Cw>>\\n\u003C/$wikify>\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/ParametersTemplate\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/ParametersTemplate\",\"created\":\"20210304024810329\",\"modified\":\"20210306022349469\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"Parameters:\\n\\n\u003Cdl>\\n\u003C$list filter={{!!parameters}}>\\n \u003C$tiddler tiddler={{{ [all[tiddlers+shadows]tag[$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter]name\u003CcurrentTiddler>] }}}>\\n \u003Cdt>\u003Ccode>{{!!name}}\u003C/code>\u003C/dt>\\n \u003Cdd>{{!!description}}\u003C/dd>\\n \u003C/$tiddler>\\n\u003C/$list>\\n\u003C/dl>\\n\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/SmallField\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/SmallField\",\"created\":\"20210304024141880\",\"description\":\"The field to display (in inline mode) when the expando is contracted. Defaults to `description`.\",\"modified\":\"20210306022830648\",\"name\":\"smallField\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/SmallMode\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/SmallMode\",\"created\":\"20210304024312605\",\"description\":\"Whether to render the contracted template in `block` or `inline` mode (default: inline).\",\"modified\":\"20210306022349474\",\"name\":\"smallMode\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/SmallTemplate\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/SmallTemplate\",\"created\":\"20210304024303208\",\"description\":\"The template tiddler to use when the expando is contracted.\",\"modified\":\"20210306022807061\",\"name\":\"smallTemplate\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/Tiddler\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Tiddler\",\"created\":\"20210304024157079\",\"description\":\"Name of the tiddler to stretch. This tiddler will become the current tiddler when transcluded in either the small or large form.\",\"modified\":\"20210306022349481\",\"name\":\"tiddler\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Parameter\",\"type\":\"text/vnd.tiddlywiki\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/st/Identity\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/st/Identity\",\"created\":\"20210304023945301\",\"modified\":\"20210306022158599\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"{{!!text}}\\n\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/st/MacroSummary\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/st/MacroSummary\",\"created\":\"20210304023959526\",\"modified\":\"20210306022211394\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Ccode>{{!!name}}\u003C/code>: {{!!description}}\\n\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch-links\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch-links\",\"created\":\"20210304023056728\",\"description\":\"Create a bulleted list of expandos from the tiddlers that match a filter, displaying one of two fields on each tiddler.\",\"modified\":\"20210306022047185\",\"name\":\"stretch-links\",\"parameters\":\"filter smallField largeField emptyMessage\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"The `stretch-links` macro creates a bulleted list where each item is an expando. It is a cross between TiddlyStretch's `stretch` macro and the built-in `list-links` macro.\\n\\n{{||$:/plugins/sobjornstad/TiddlyStretch/doc/MacroInfoTemplate}}\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch-template-links\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch-template-links\",\"created\":\"20210304023737915\",\"description\":\"Create a bulleted list of expandos from the tiddlers that match a filter, rendering each tiddler through one of two templates.\",\"modified\":\"20210306023011647\",\"name\":\"stretch-template-links\",\"parameters\":\"filter smallTemplate largeTemplate smallMode largeMode emptyMessage\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"The `stretch-template-links` macro works just like the [[stretch-links|$:/plugins/sobjornstad/TiddlyStretch/doc/stretch-links]] macro, but instead of directly rendering one of two fields of each tiddler to be stretched, it renders the tiddler through one of two templates.\\n\\n{{||$:/plugins/sobjornstad/TiddlyStretch/doc/MacroInfoTemplate}}\\n\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch-template\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch-template\",\"created\":\"20210304022640887\",\"description\":\"Create an expando from a tiddler, rendering the tiddler through one of two templates.\",\"modified\":\"20210306022706090\",\"name\":\"stretch-template\",\"parameters\":\"tiddler smallTemplate largeTemplate smallMode largeMode\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"The `stretch-template` macro works just like the [[stretch|$:/plugins/sobjornstad/TiddlyStretch/doc/stretch]] macro, but instead of directly rendering one of two fields of the tiddler to be stretched, it renders the tiddler through one of two templates.\\n\\n{{||$:/plugins/sobjornstad/TiddlyStretch/doc/MacroInfoTemplate}}\"},\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/stretch\",\"created\":\"20210304022329779\",\"description\":\"Create an expando from a tiddler, displaying one of two fields on the tiddler.\",\"modified\":\"20210306022740596\",\"name\":\"stretch\",\"parameters\":\"tiddler smallField largeField\",\"tags\":\"$:/plugins/sobjornstad/TiddlyStretch/doc/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"The `stretch` macro creates an expando out of a single tiddler. The `smallField` is shown when contracted, and the `largeField` is shown when expanded.\\n\\n{{||$:/plugins/sobjornstad/TiddlyStretch/doc/MacroInfoTemplate}}\"},\"$:/plugins/sobjornstad/TiddlyStretch/license\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/license\",\"text\":\"The MIT License (MIT)\\n\\nCopyright (c) 2021 Soren Bjornstad.\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\\"Software\\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n\",\"type\":\"text/plain\"},\"$:/plugins/sobjornstad/TiddlyStretch/macros/stretch\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/macros/stretch\",\"created\":\"20210304002537855\",\"modified\":\"20210304014023505\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define stretchtext-tools(tiddler)\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" to=\u003C\u003C__tiddler__>>>\\n \u003Ci class=\\\"fa fa-expand\\\"/>\\n \u003C/$button>\\n \u003C$button class=\\\"tc-btn-invisible tc-tiddlylink\\\" message=\\\"tm-edit-tiddler\\\" param=\u003C\u003C__tiddler__>>>\\n \u003Ci class=\\\"fa fa-pen\\\"/>\\n \u003C/$button>\\n\\\\end\\n\\n\\\\define stretchtext-missing-tiddler(tiddler, descr: \\\"tiddler\\\")\\n \u003C$list filter=\\\"[\u003C__tiddler__>!is[tiddler]!is[shadow]]\\\" variable=_>\\n //Missing $descr$ \u003C$link to=\u003C\u003C__tiddler__>>/>//\\n \u003C/$list>\\n\\\\end\\n\\n\\\\define stretchtext-missing(tiddler, field)\\n \u003C$macrocall $name=\\\"stretchtext-missing-tiddler\\\" tiddler=\u003C\u003C__tiddler__>>/>\\n \u003C$list filter=\\\"[\u003C__tiddler__>is[tiddler]!is[shadow]!has\u003C__field__>]\\\" variable=_>\\n //Missing field '$field$' on existing tiddler \u003C$link to=\u003C\u003C__tiddler__>>/>//\\n \u003C/$list>\\n\\\\end\\n\\n\\\\define stretch(tiddler, smallField: \\\"description\\\", largeField: \\\"text\\\")\\n \u003C$set name=\\\"stateTiddler\\\" value=\u003C\u003Cqualify \\\"\\\"\\\"$:/state/stretchtext/$tiddler$\\\"\\\"\\\">>>\\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\\\"match\\\" text=\\\"hide\\\" default=\\\"hide\\\">\\n \u003Cdiv class=\\\"st-closed\\\">\\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\\\"show\\\" class=\\\"tc-btn-invisible tc-tiddlylink\\\">\\n \u003Ci class=\\\"fa fa-search-plus\\\"/>\\n \u003C/$button>\\n \u003C$macrocall $name=\\\"stretchtext-tools\\\" tiddler=\u003C\u003C__tiddler__>>/>\\n \u003C$macrocall $name=\\\"stretchtext-missing\\\" tiddler=\u003C\u003C__tiddler__>> field=\u003C\u003C__smallField__>>/>\\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\\n \u003C$transclude tiddler=\u003C\u003C__tiddler__>> field=\u003C\u003C__smallField__>> />\\n \u003C/$tiddler>\\n \u003C/div>\\n \u003C/$reveal>\\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\\\"match\\\" text=\\\"show\\\" default=\\\"hide\\\">\\n \u003Cdiv class=\\\"st-open\\\">\\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\\\"hide\\\" class=\\\"tc-btn-invisible tc-tiddlylink\\\">\\n \u003Ci class=\\\"fa fa-search-minus st-expanded-colorize\\\"/>\\n \u003C/$button>\\n \u003C$macrocall $name=\\\"stretchtext-tools\\\" tiddler=\u003C\u003C__tiddler__>>/>\\n [\u003C$link to=\u003C\u003C__tiddler__>>/>]\\n\\n \u003C$macrocall $name=\\\"stretchtext-missing\\\" tiddler=\u003C\u003C__tiddler__>> field=\u003C\u003C__largeField__>>/>\\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\\n \u003C$transclude mode=\\\"block\\\" field=\u003C\u003C__largeField__>> tiddler=\u003C\u003C__tiddler__>>/>\\n \u003C/$tiddler>\\n \u003C/div>\\n \u003C/$reveal>\\n \u003C/$set>\\n\\\\end\\n\\n\\\\define stretch-template(tiddler, smallTemplate, largeTemplate, smallMode: \\\"inline\\\", largeMode: \\\"block\\\")\\n \u003C$set name=\\\"stateTiddler\\\" value=\u003C\u003Cqualify \\\"\\\"\\\"$:/state/stretchtext/$tiddler$\\\"\\\"\\\">>>\\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\\\"match\\\" text=\\\"hide\\\" default=\\\"hide\\\">\\n \u003Cdiv class=\\\"st-closed\\\">\\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\\\"show\\\" class=\\\"tc-btn-invisible tc-tiddlylink\\\">\\n \u003Ci class=\\\"fa fa-search-plus\\\"/>\\n \u003C/$button>\\n \u003C$macrocall $name=\\\"stretchtext-tools\\\" tiddler=\u003C\u003C__tiddler__>>/>\\n \u003C$macrocall $name=\\\"stretchtext-missing-tiddler\\\" tiddler=\u003C\u003C__smallTemplate__>> descr=\\\"template\\\"/>\\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\\n \u003C$transclude mode=\u003C\u003C__smallMode__>> tiddler=\u003C\u003C__smallTemplate__>>/>\\n \u003C/$tiddler>\\n \u003C/div>\\n \u003C/$reveal>\\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\\\"match\\\" text=\\\"show\\\" default=\\\"hide\\\">\\n \u003Cdiv class=\\\"st-open\\\">\\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\\\"hide\\\" class=\\\"tc-btn-invisible tc-tiddlylink\\\">\\n \u003Ci class=\\\"fa fa-search-minus st-expanded-colorize\\\"/>\\n \u003C/$button>\\n \u003C$macrocall $name=\\\"stretchtext-tools\\\" tiddler=\u003C\u003C__tiddler__>>/>\\n [\u003C$link to=\u003C\u003C__tiddler__>>/>]\\n\\n \u003C$macrocall $name=\\\"stretchtext-missing-tiddler\\\" tiddler=\u003C\u003C__tiddler__>>/>\\n \u003C$macrocall $name=\\\"stretchtext-missing-tiddler\\\" tiddler=\u003C\u003C__largeTemplate__>> descr=\\\"template\\\"/>\\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\\n \u003C$transclude mode=\u003C\u003C__largeMode__>> tiddler=\u003C\u003C__largeTemplate__>>/>\\n \u003C/$tiddler>\\n \u003C/div>\\n \u003C/$reveal>\\n \u003C/$set>\\n\\\\end\\n\\n\\\\define stretch-links(filter, smallField: \\\"description\\\", largeField: \\\"text\\\", emptyMessage: \\\"\\\")\\n \u003Cul>\\n \u003C$list filter=\u003C\u003C__filter__>> emptyMessage=\u003C\u003C__emptyMessage__>>>\\n \u003Cli>\u003C$macrocall $name=\\\"stretch\\\" tiddler=\u003C\u003CcurrentTiddler>> smallField=\u003C\u003C__smallField__>> largeField=\u003C\u003C__largeField__>>/>\u003C/li>\\n \u003C/$list>\\n \u003C/ul>\\n\\\\end\\n\\n\\\\define stretch-template-links(filter, smallTemplate, largeTemplate, smallMode: \\\"inline\\\", largeMode: \\\"block\\\", emptyMessage: \\\"\\\")\\n \u003Cul>\\n \u003C$list filter=\u003C\u003C__filter__>> emptyMessage=\u003C\u003C__emptyMessage__>>>\\n \u003Cli>\u003C$macrocall $name=\\\"stretch-template\\\" tiddler=\u003C\u003CcurrentTiddler>> smallTemplate=\u003C\u003C__smallTemplate__>> largeTemplate=\u003C\u003C__largeTemplate__>> smallMode=\u003C\u003C__smallMode__>> largeMode=\u003C\u003C__largeMode__>>/>\u003C/li>\\n \u003C/$list>\\n \u003C/ul>\\n\\\\end\\n\"},\"$:/plugins/sobjornstad/TiddlyStretch/readme\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/readme\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"TiddlyStretch allows you to conveniently write\\n [[stretchtext|https://en.wikipedia.org/wiki/StretchText]] in TiddlyWiki.\\n\\n* [[Documentation|https://sobjornstad.github.io/TiddlyStretch/]]\\n* [[GitHub|https://github.com/sobjornstad/TiddlyStretch]]\\n\"},\"$:/plugins/sobjornstad/TiddlyStretch/styles/stretch\":{\"title\":\"$:/plugins/sobjornstad/TiddlyStretch/styles/stretch\",\"created\":\"20210304003038202\",\"modified\":\"20210304003233865\",\"tags\":\"$:/tags/Stylesheet\",\"text\":\".st-open {\\n border-left: 3px solid \u003C\u003Ccolour muted-foreground>>;\\n padding-left: 0.5em;\\n}\\n\\n.st-open p {\\n margin-block-start: 0em;\\n}\\n\\n.st-closed { }\\n\\ni.st-expanded-colorize {\\n color: \u003C\u003Ccolour tag-background>>;\\n}\\n\"}}}"},
{"title":"$:/plugins/sobjornstad/TiddlyStretch/macros/stretch","created":"20210304002537855","modified":"20210714025439865","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define stretchtext-tools(tiddler)\n \u003C$button class=\"tc-btn-invisible tc-tiddlylink\" to=\u003C\u003C__tiddler__>> tooltip=\"Open this node's tiddler as a new item in the story river.\">\n \u003Ci class=\"fa fa-expand\"/>\n \u003C/$button>\n \u003C$button class=\"tc-btn-invisible tc-tiddlylink\" message=\"tm-edit-tiddler\" param=\u003C\u003C__tiddler__>> tooltip=\"Edit this node's tiddler.\">\n \u003Ci class=\"fa fa-pen\"/>\n \u003C/$button>\n\\end\n\n\\define stretchtext-missing-tiddler(tiddler, descr: \"tiddler\")\n \u003C$list filter=\"[\u003C__tiddler__>!is[tiddler]!is[shadow]]\" variable=_>\n //Missing $descr$ \u003C$link to=\u003C\u003C__tiddler__>>/>//\n \u003C/$list>\n\\end\n\n\\define stretchtext-missing(tiddler, field)\n \u003C$macrocall $name=\"stretchtext-missing-tiddler\" tiddler=\u003C\u003C__tiddler__>>/>\n \u003C$list filter=\"[\u003C__tiddler__>is[tiddler]!is[shadow]!has\u003C__field__>]\" variable=_>\n //Missing field '$field$' on existing tiddler \u003C$link to=\u003C\u003C__tiddler__>>/>//\n \u003C/$list>\n\\end\n\n\\define stretch(tiddler, smallField: \"description\", largeField: \"text\")\n \u003C$set name=\"stateTiddler\" value=\u003C\u003Cqualify \"\"\"$:/state/stretchtext/$tiddler$\"\"\">>>\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\"match\" text=\"hide\" default=\"hide\">\n \u003Cdiv class=\"st-closed\">\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\"show\" class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Expand this node to show more detail.\">\n \u003Ci class=\"fa fa-search-plus\"/>\n \u003C/$button>\n \u003C$macrocall $name=\"stretchtext-tools\" tiddler=\u003C\u003C__tiddler__>>/>\n \u003C$macrocall $name=\"stretchtext-missing\" tiddler=\u003C\u003C__tiddler__>> field=\u003C\u003C__smallField__>>/>\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\n \u003C$transclude tiddler=\u003C\u003C__tiddler__>> field=\u003C\u003C__smallField__>> />\n \u003C/$tiddler>\n \u003C/div>\n \u003C/$reveal>\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\"match\" text=\"show\" default=\"hide\">\n \u003Cdiv class=\"st-open\">\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\"hide\" class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Shrink this node to show less detail.\">\n \u003Ci class=\"fa fa-search-minus st-expanded-colorize\"/>\n \u003C/$button>\n \u003C$macrocall $name=\"stretchtext-tools\" tiddler=\u003C\u003C__tiddler__>>/>\n [\u003C$link to=\u003C\u003C__tiddler__>>/>]\n\n \u003C$macrocall $name=\"stretchtext-missing\" tiddler=\u003C\u003C__tiddler__>> field=\u003C\u003C__largeField__>>/>\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\n \u003C$transclude mode=\"block\" field=\u003C\u003C__largeField__>> tiddler=\u003C\u003C__tiddler__>>/>\n \u003C/$tiddler>\n \u003C/div>\n \u003C/$reveal>\n \u003C/$set>\n\\end\n\n\\define stretch-template(tiddler, smallTemplate, largeTemplate, smallMode: \"inline\", largeMode: \"block\")\n \u003C$set name=\"stateTiddler\" value=\u003C\u003Cqualify \"\"\"$:/state/stretchtext/$tiddler$\"\"\">>>\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\"match\" text=\"hide\" default=\"hide\">\n \u003Cdiv class=\"st-closed\">\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\"show\" class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Expand this node to show more detail.\">\n \u003Ci class=\"fa fa-search-plus\"/>\n \u003C/$button>\n \u003C$macrocall $name=\"stretchtext-tools\" tiddler=\u003C\u003C__tiddler__>>/>\n \u003C$macrocall $name=\"stretchtext-missing-tiddler\" tiddler=\u003C\u003C__smallTemplate__>> descr=\"template\"/>\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\n \u003C$transclude mode=\u003C\u003C__smallMode__>> tiddler=\u003C\u003C__smallTemplate__>>/>\n \u003C/$tiddler>\n \u003C/div>\n \u003C/$reveal>\n \u003C$reveal stateTitle=\u003C\u003CstateTiddler>> stateIndex=\u003C\u003C__tiddler__>> type=\"match\" text=\"show\" default=\"hide\">\n \u003Cdiv class=\"st-open\">\n \u003C$button setTitle=\u003C\u003CstateTiddler>> setIndex=\u003C\u003C__tiddler__>> setTo=\"hide\" class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Shrink this node to show less detail.\">\n \u003Ci class=\"fa fa-search-minus st-expanded-colorize\"/>\n \u003C/$button>\n \u003C$macrocall $name=\"stretchtext-tools\" tiddler=\u003C\u003C__tiddler__>>/>\n [\u003C$link to=\u003C\u003C__tiddler__>>/>]\n\n \u003C$macrocall $name=\"stretchtext-missing-tiddler\" tiddler=\u003C\u003C__tiddler__>>/>\n \u003C$macrocall $name=\"stretchtext-missing-tiddler\" tiddler=\u003C\u003C__largeTemplate__>> descr=\"template\"/>\n \u003C$tiddler tiddler=\u003C\u003C__tiddler__>>>\n \u003C$transclude mode=\u003C\u003C__largeMode__>> tiddler=\u003C\u003C__largeTemplate__>>/>\n \u003C/$tiddler>\n \u003C/div>\n \u003C/$reveal>\n \u003C/$set>\n\\end\n\n\\define stretch-links(filter, smallField: \"description\", largeField: \"text\", emptyMessage: \"\")\n \u003Cul>\n \u003C$list filter=\u003C\u003C__filter__>> emptyMessage=\u003C\u003C__emptyMessage__>>>\n \u003Cli>\u003C$macrocall $name=\"stretch\" tiddler=\u003C\u003CcurrentTiddler>> smallField=\u003C\u003C__smallField__>> largeField=\u003C\u003C__largeField__>>/>\u003C/li>\n \u003C/$list>\n \u003C/ul>\n\\end\n\n\\define stretch-template-links(filter, smallTemplate, largeTemplate, smallMode: \"inline\", largeMode: \"block\", emptyMessage: \"\")\n \u003Cul>\n \u003C$list filter=\u003C\u003C__filter__>> emptyMessage=\u003C\u003C__emptyMessage__>>>\n \u003Cli>\u003C$macrocall $name=\"stretch-template\" tiddler=\u003C\u003CcurrentTiddler>> smallTemplate=\u003C\u003C__smallTemplate__>> largeTemplate=\u003C\u003C__largeTemplate__>> smallMode=\u003C\u003C__smallMode__>> largeMode=\u003C\u003C__largeMode__>>/>\u003C/li>\n \u003C/$list>\n \u003C/ul>\n\\end\n"},
{"title":"$:/plugins/telmiger/details","author":"Thomas Elmiger","core-version":">=5.1.13","description":"DetailsWidget","list":"readme license","name":"Disclosure HTML element","plugin-type":"plugin","source":"https://tid.li/tw5/plugins.html","version":"0.7.4","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/telmiger/details/accordion\":{\"title\":\"$:/plugins/telmiger/details/accordion\",\"created\":\"20180928194557274\",\"creator\":\"Thomas Elmiger\",\"modified\":\"20200219093956524\",\"modifier\":\"Thomas Elmiger\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define accordion(filter:\\\"_no_\\\",open:\\\"no\\\",class:\\\"\\\")\\n\u003C$vars accordion-filter=\\\"\\\"\\\"$filter$\\\"\\\"\\\" open=\\\"\\\"\\\"$open$\\\"\\\"\\\" class=\\\"\\\"\\\"$class$\\\"\\\"\\\">\\n\u003C$list filter=\u003C\u003Caccordion-filter>>>\\n\u003C$details summary=\u003C\u003CcurrentTiddler>> open=\u003C\u003Copen>> class=\u003C\u003Cclass>>>\\n\\n\u003C$transclude tiddler=\u003C\u003CcurrentTiddler>>/>\\n\\n\u003C/$details>\\n\u003C/$list>\\n\u003C/$vars>\\n\\\\end\\n\\n\u003C!-- !!! Accordion Macro for Details\\n\\nList tiddlers and open them in a details-summary structure\\n\\n!!!! Attributes\\n* filter: filter to select tiddlers\\n* open: set to \\\"open\\\" to display details on load\\n* class: set a class for the details tag\\n\\n-->\"},\"$:/plugins/telmiger/details/colours.css\":{\"title\":\"$:/plugins/telmiger/details/colours.css\",\"created\":\"20180925155320737\",\"creator\":\"Thomas Elmiger\",\"modified\":\"20200219093956600\",\"modifier\":\"Thomas Elmiger\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"/* details and summary colours */\\n\\ndetails {\\n background-color: \u003C\u003Ccolour tiddler-info-tab-background>>;\\n color: \u003C\u003Ccolour foreground>>;\\n}\\n\\ndetails summary {\\n background-color: \u003C\u003Ccolour dropdown-tab-background>>;\\n}\\n\\ndetails.notification summary {\\n background-color: \u003C\u003Ccolour notification-background>>;\\n /* TW leaves color undefined/uses foreground */\\n}\\n\\ndetails.warning summary {\\n background-color: #ffbbaf;\\n color: #000;\\n}\\n\\ndetails.success summary {\\n background-color: #88edc5;\\n color: #000;\\n}\\n\"},\"$:/plugins/telmiger/details/details.css\":{\"title\":\"$:/plugins/telmiger/details/details.css\",\"created\":\"20170122140815442\",\"creator\":\"Thomas Elmiger\",\"modified\":\"20200219093956595\",\"modifier\":\"Thomas Elmiger\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"/* details and summary */\\n\\ndetails {\\n transition: height 1s ease;\\n padding: 0 0.5em 0 0.66em;\\n margin-top: 0.66em;\\n margin-bottom: 0.66em;\\n}\\n\\ndetails + details {\\n margin-top: -0.46em;\\n}\\n\\ndetails[open] {\\n padding-bottom: 1em;\\n}\\n\\ndetails:not([open]) { \\n cursor: pointer;\\n}\\n\\ndetails > summary {\\n display: list-item;\\n margin: 0 -0.5em 0 -0.66em;\\n padding: 0.2em 0.5em 0.2em 0.66em;\\n padding-left: 1.76em; /* adjust for indentation */\\n text-indent: -1.1em;\\n cursor: pointer;\\n}\\n\\ndetails[open] > summary {\\n margin-bottom: 1em;\\n}\\n\\ndetails[open] > *:first-child:not(summary) {\\n margin-top: 1em;\\n}\\n\"},\"$:/plugins/telmiger/details/details.js\":{\"title\":\"$:/plugins/telmiger/details/details.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/telmiger/details/details.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nDetails widget v 0.8\\n\\nWill output an HTML 5 \u003Cdetails> section including a \u003Csummary>\\n\\n```\\n\\t\u003Cdetails>\\n\\t\\t\u003Csummary>This sums it up\u003C/summary> \\n\\t\\tAll the details follow here.\\n\\t\u003C/details>\\n```\\n\\n|Parameter |Description |h\\n|summary |Optional text to display as summary. Wins over field (see below). |\\n|open |Optional initial state, set to \\\"open\\\" to show details on load. Defaults to \\\"\\\". |\\n|state |An optional TextReference containing the state. Wins over open. |\\n|field |Optionally, the summary is taken from the field with this name in a given tiddler. Defaults to \\\"title\\\". |\\n|tiddler |Optional title of a tiddler to watch, connected to field. Defaults to current tiddler. |\\n|class |Optional CSS classes to be assigned to the details tag. |\\n\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar Widget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nvar DetailsWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nDetailsWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nDetailsWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Save the parent dom node\\n\\tthis.parentDomNode = parent;\\n\\t// Compute attributes\\n\\tthis.computeAttributes();\\n\\t// Execute logic\\n\\tthis.execute();\\n\\t// Create elements\\n\\tthis.detailsDomNode = this.document.createElement(\\\"details\\\");\\n\\tif(this.detailsClass !== \\\"\\\") {\\n\\t\\t// this.detailsClass += \\\" \\\";\\n\\t\\t// this.detailsClass += \\\"tc-details\\\";\\n\\t\\tthis.detailsDomNode.setAttribute(\\\"class\\\",this.detailsClass);\\n\\t}\\n\\tif(this.detailsOpen == \\\"open\\\") {\\n\\t\\tthis.detailsDomNode.setAttribute(\\\"open\\\",\\\"open\\\");\\n\\t}\\n\\tif(this.detailsSummary !== \\\"\\\") {\\n\\t\\tthis.summaryDomNode = this.document.createElement(\\\"summary\\\");\\n\\t\\t// this.summaryDomNode.setAttribute(\\\"class\\\",\\\"tc-summary\\\");\\n\\t\\tthis.detailsDomNode.appendChild(this.summaryDomNode);\\n\\t\\tthis.summaryDomNode.appendChild(this.document.createTextNode(this.detailsSummary));\\n\\t}\\n// register an event listener\\n/* Maybe this can be reactivated later, see below.\\n\\tif(this.detailsStateTitle) {\\n\\t\\t$tw.utils.addEventListeners(this.detailsDomNode,[\\n\\t\\t\\t{name: \\\"toggle\\\", handlerObject: this, handlerMethod: \\\"handleToggleEvent\\\"},\\n\\t\\t]);\\n\\t}\\n*/\\n// As iOS mobile browsers lack support of toggle events on details \\n// we emulate the toggle event using click\\n\\tif(this.detailsStateTitle && this.summaryDomNode) {\\n\\t\\t$tw.utils.addEventListeners(this.summaryDomNode,[\\n\\t\\t\\t{name: \\\"click\\\", handlerObject: this, handlerMethod: \\\"handleToggleEvent\\\"},\\n\\t\\t]);\\n\\t} else {\\n\\t\\tif(this.detailsStateTitle) {\\n\\t\\t\\t$tw.utils.addEventListeners(this.detailsDomNode,[\\n\\t\\t\\t\\t{name: \\\"click\\\", handlerObject: this, handlerMethod: \\\"handleToggleEvent\\\"},\\n\\t\\t\\t]);\\n\\t\\t}\\n\\t}\\n\\t// Insert the details into the DOM and render any children\\n\\tthis.parentDomNode.insertBefore(this.detailsDomNode,nextSibling);\\n\\tthis.renderChildren(this.detailsDomNode,null);\\n\\tthis.domNodes.push(this.detailsDomNode);\\n};\\n\\n/*\\nRetrieve the value of the summary\\n*/\\nDetailsWidget.prototype.getSummary = function() {\\n\\tvar summary = \\\"\\\";\\n\\tif(this.summaryTitle === \\\"Tiddler not found\\\" && this.summaryField === \\\"\\\") {\\n\\t// nothing defined: leave empty \\n\\t\\tsummary = \\\"\\\";\\n\\t} else {\\n\\t\\t// tiddler defined? use defined field or title\\n\\t\\tif(this.myTiddler) {\\n\\t\\t\\tif(this.summaryField === \\\"title\\\" || this.summaryField === \\\"\\\") {\\n\\t\\t\\t\\tsummary = this.summaryTitle;\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tif(this.summaryField === \\\"text\\\") {\\n \\t\\t// getTiddlerText() triggers lazy loading of skinny tiddlers\\n\\t\\t\\t\\t\\tsummary = this.wiki.getTiddlerText(this.summaryTitle);\\n\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\tsummary = this.myTiddler.fields[this.summaryField];\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\tif(this.summaryField !== \\\"\\\" && this.summaryField !== \\\"text\\\") {\\n\\t\\t\\t\\t// try defined field in current tiddler\\n\\t\\t\\t\\tvar tiddler = this.wiki.getTiddler(this.getVariable(\\\"currentTiddler\\\"));\\n\\t\\t\\t\\tsummary = tiddler.fields[this.summaryField];\\n\\t\\t\\t} else {\\n\\t\\t\\t\\tsummary = \\\"\\\";\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n return summary;\\n};\\n\\n/*\\nRetrieve the value of the state text reference\\n*/\\nDetailsWidget.prototype.getStateFromReference = function() {\\n var state = this.detailsStateTitle ? this.wiki.getTextReference(this.detailsStateTitle,\\\"\\\",this.getVariable(\\\"currentTiddler\\\")) : \\\"\\\";\\n return state;\\n};\\n\\n/*\\nCheck all open signals, state fields/tiddlers get priority\\n*/\\nDetailsWidget.prototype.getOpenState = function() {\\n\\tvar result = \\\"\\\";\\n\\tif((this.detailsOpenDefault !== \\\"\\\" && this.detailsOpenDefault !== \\\"no\\\") \\n\\t || this.detailsState === \\\"open\\\") {\\n\\t\\tresult = \\\"open\\\";\\n\\t } \\n\\tif(this.detailsStateTitle !==\\\"\\\" && this.detailsState !== \\\"open\\\") {\\n\\t\\tresult = \\\"\\\";\\n\\t}\\n\\treturn result;\\n};\\n\\n/*\\nUpdate the state text reference after click event\\n*/\\nDetailsWidget.prototype.updateState = function(openState) {\\n\\tvar fieldValue = \\\"false\\\";\\n\\tvar currentTiddler = this.getVariable(\\\"currentTiddler\\\");\\n // get the title for the (existing/new) tiddler\\n\\tvar tr = $tw.utils.parseTextReference(this.detailsStateTitle);\\n\\tvar tidTitle = tr.title || currentTiddler;\\n // is it an existing state tiddler?\\n\\tvar isStateTiddler = (tr.title === this.detailsStateTitle);\\n\\tvar hasStateTiddler = this.wiki.tiddlerExists(tr.title);\\n\\tvar currentStateTiddler = (tr.title === currentTiddler);\\n\\tif(isStateTiddler || hasStateTiddler || (currentStateTiddler && tr.field !== \\\"text\\\")) { \\n\\t\\t// Set the state field (but never overwrite the current tiddlers text field\\n\\t\\tthis.wiki.setText(tidTitle,tr.field,tr.index,openState);\\n\\t} else {\\n\\t\\tif(!hasStateTiddler && tidTitle !== currentTiddler) {\\n\\t\\t\\tthis.createTiddler(tidTitle);\\n\\t\\t\\tthis.wiki.setText(tidTitle,tr.field,tr.index,openState);\\n\\t\\t} else {\\n\\t\\t\\tconsole.log (\\\"Something went wrong in updateState\\\");\\n\\t\\t}\\n\\t}\\n};\\n\\n/*\\nCreate a tiddler with a title only\\n*/\\nDetailsWidget.prototype.createTiddler = function(tidTitle) {\\n\\tthis.wiki.addTiddler(new $tw.Tiddler(\\n\\t\\tthis.wiki.getCreationFields(),\\n\\t\\tthis.wiki.getModificationFields(),\\n\\t\\t{\\n\\t\\t\\ttitle: tidTitle,\\n\\t\\t\\ttags: []\\n\\t\\t}\\n\\t));\\n};\\n\\n/*\\nSet openState according to click\\n*/\\nDetailsWidget.prototype.handleToggleEvent = function(event) {\\n\\t// check if an open attribute is present\\n\\tvar newState = this.detailsDomNode.open ? \\\"\\\" : \\\"open\\\";\\n\\t// update only, if the node has a new state\\n\\tif(newState !== this.detailsState) {\\n\\t\\tthis.updateState(newState);\\n\\t}\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nDetailsWidget.prototype.execute = function() {\\n\\t// Get the parameters from the attributes \\n\\tvar tryTiddler = this.getAttribute(\\\"tiddler\\\");\\n\\tthis.myTiddler = this.wiki.getTiddler(tryTiddler);\\n\\tthis.summaryTitle = this.myTiddler ? tryTiddler : \\\"Tiddler not found\\\";\\n\\tthis.summaryField = this.getAttribute(\\\"field\\\",\\\"\\\");\\n\\tthis.detailsSummary = this.getAttribute(\\\"summary\\\") || this.getSummary();\\n\\tthis.detailsStateTitle = this.getAttribute(\\\"state\\\",\\\"\\\");\\n\\tthis.detailsState = this.getStateFromReference();\\n\\tthis.detailsOpenDefault = this.getAttribute(\\\"open\\\",\\\"\\\");\\n\\tthis.detailsOpen = this.getOpenState();\\n\\tthis.detailsClass = this.getAttribute(\\\"class\\\",\\\"\\\");\\n\\t// Construct the child widgets\\n\\tthis.makeChildWidgets();\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nDetailsWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.summary || changedAttributes.state || changedAttributes.open || changedAttributes[\\\"class\\\"]) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\tvar refreshed = false;\\n\\t\\tvar testState = this.getStateFromReference();\\n\\t\\tif(testState !== this.detailsState) {\\n\\t\\t\\t// state change\\n\\t\\t\\tthis.refreshSelf();\\n\\t\\t\\trefreshed = true;\\n\\t\\t} \\n\\t\\treturn this.refreshChildren(changedTiddlers) || refreshed;\\n\\t}\\n};\\n\\nexports.details = DetailsWidget;\\n\\n})();\",\"type\":\"application/javascript\",\"module-type\":\"widget\",\"created\":\"20170124173619910\",\"creator\":\"Thomas Elmiger\",\"modified\":\"20200219093956587\",\"modifier\":\"Thomas Elmiger\",\"tags\":\"Plugins\"},\"$:/plugins/telmiger/details/icon\":{\"title\":\"$:/plugins/telmiger/details/icon\",\"created\":\"20170205205314072\",\"modified\":\"20200219093956580\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Csvg class=\\\"tc-image-button telmiger-icon\\\" viewBox=\\\"0 0 128 128\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" fill-rule=\\\"evenodd\\\" viewBox=\\\"0 0 128 128\\\" role=\\\"img\\\" aria-labelledby=\\\"title\\\">\u003Ctitle id=\\\"title\\\">T\u003C/title>\u003Cpath class=\\\"circle\\\" d=\\\"M64 2C30 2 2 29.753 2 64c0 34.235 27.753 62 62 62s62-27.752 62-62C126 29.753 98.221 2 64 2z\\\"/>\u003Cpath class=\\\"t\\\" d=\\\"M100.41 63.254c-2.886 1.92-7.544 2.883-13.979 2.883h-8.008c-4.246 0-7.331.845-9.254 2.536-1.922 1.69-3.449 5.086-4.576 10.19 0 0-.181 1.481-.503 1.481s-.369-.877-.518-1.586a37.897 37.897 0 0 0-.721-2.754c-.631-2.137-1.262-3.753-1.894-4.847-.764-1.359-1.727-2.452-2.889-3.28-1.162-.83-2.49-1.326-3.985-1.492l-2.092-.248H41.73c-6.144 0-10.711-.962-13.7-2.884-4.976-3.159-7.649-9.129-8.02-17.91-.03-.706.003-1.351.132-2.171h.585c.399 3.975 3.679 7.048 6.086 9.219 2.408 2.172 6.269 3.258 11.581 3.258h9.313c5.347 0 9.257 1.226 11.731 3.68 2.231 2.213 3.701 5.68 4.406 10.4.076.511.03.736.178.736.149 0 .11-.256.17-.783.713-6.122 3.085-10.219 7.117-12.294 2.487-1.292 6.434-1.906 11.841-1.839l6.368.1c4.311.066 7.942-.788 10.893-2.56 2.953-1.773 6.447-5.079 6.844-9.917h.595c.183.478.16 1.576.127 2.333-.371 8.752-2.894 14.668-7.567 17.749z\\\"/>\u003C/svg>\\n\u003Cstyle>\\n.telmiger-icon .circle { fill: #e2001a }\\n.telmiger-icon .t { fill: #fff }\\n\u003C/style>\"},\"$:/plugins/telmiger/details/license\":{\"title\":\"$:/plugins/telmiger/details/license\",\"created\":\"20170205213335455\",\"modified\":\"20200219093956569\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"!! Plugin license\\n!!!The MIT License (MIT)\\n\\n```\\nCopyright © 2017/2018 Thomas Elmiger thomas-elmiger.ch\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\\n```\"},\"$:/plugins/telmiger/details/readme\":{\"title\":\"$:/plugins/telmiger/details/readme\",\"created\":\"20170205212323032\",\"modified\":\"20200219093956554\",\"tags\":\"\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"! ~DetailsWidget\\n\\nA plugin for [[TiddlyWiki|http://tiddlywiki.com]] 5 containing a script and some styles to create an HTML 5 `\u003Cdetails>` section including a `\u003Csummary>`. Heres an example:\\n\\n\u003C$details summary=\\\"W3C definition\\\">\\n\\n\u003C\u003C\u003C\\nThe [[details|http://w3c.github.io/html/interactive-elements.html#elementdef-details]] element represents a disclosure widget from which the user can obtain additional information or controls.\\n\u003C\u003C\u003C W3C\\n\\n\u003C/$details>\\n\\nDocumentation can be found at http://tid.li/tw5/plugins.html#DetailsWidget\\n\"}}}"},
{"title":"$:/plugins/telmiger/details/colours.css","created":"20180925155320737","creator":"Thomas Elmiger","modified":"20210920202652482","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"/* details and summary colours */\n\ndetails {\n background-color: \u003C\u003Cdetails-background-color>>;\n color: \u003C\u003Ccolour foreground>>;\n}\n\ndetails summary {\n background-color: \u003C\u003Ccolour dropdown-tab-background>>;\n}\n\ndetails.notification summary {\n background-color: \u003C\u003Ccolour notification-background>>;\n /* TW leaves color undefined/uses foreground */\n}\n\ndetails.warning summary {\n background-color: #ffbbaf;\n color: #000;\n}\n\ndetails.success summary {\n background-color: #88edc5;\n color: #000;\n}\n"},
{"author":"TheDiveO","core-version":">=5.1.0","created":"20140901105647564","description":"FontAwesome embedded font support for TW5","fa-version":"5.8.2","list":"readme license history","modified":"20200419150315831","plugin-type":"plugin","source":"https://github.com/TheDiveO/TW5FontAwesome","title":"$:/plugins/TheDiveO/FontAwesome","version":"1.2.18","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Brands.css\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Brands.css\",\"text\":\"/* autoimported retrieved from 'fontawesome-free-5.8.2-web' */\\n@font-face {\\n font-family: 'Font Awesome 5 Brands';\\n font-style: normal;\\n font-weight: normal;\\n src: url('data:application/font-woff;charset=utf-8;base64,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') format('woff');\\n}\\n\\n.fab {\\n font-family: 'Font Awesome 5 Brands';\\n font-style: normal;\\n font-weight: normal;\\n}\\n\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"},\"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Regular.css\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Regular.css\",\"text\":\"/* autoimported retrieved from 'fontawesome-free-5.8.2-web' */\\n@font-face {\\n font-family: 'Font Awesome 5 Free';\\n font-style: normal;\\n font-weight: 400;\\n src: url('data:application/font-woff;charset=utf-8;base64,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') format('woff');\\n}\\n\\n.far {\\n font-family: 'Font Awesome 5 Free';\\n font-style: normal;\\n font-weight: 400;\\n}\\n\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"},\"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Solid.css\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Solid.css\",\"text\":\"/* autoimported retrieved from 'fontawesome-free-5.8.2-web' */\\n@font-face {\\n font-family: 'Font Awesome 5 Free';\\n font-style: normal;\\n font-weight: 900;\\n src: url('data:application/font-woff;charset=utf-8;base64,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') format('woff');\\n}\\n\\n.fa, .fas {\\n font-family: 'Font Awesome 5 Free';\\n font-style: normal;\\n font-weight: 900;\\n}\\n\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"},\"$:/plugins/TheDiveO/FontAwesome/history\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/history\",\"created\":\"20140901110931199\",\"modified\":\"20190509195707164\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"* ''1.2.18'' -- updates to Font Awesome 5.8.2.\\n\\n* ''1.2.17'' -- updates to Font Awesome 5.8.1, adding several new categories, such as \\\"alert\\\", \\\"beverage\\\", \\\"energy\\\", et cetera. However, most of these new categories simply rehash existing icons, so there are only few really new icons to be found in this release.\\n\\n* ''1.2.16'' -- updates to Font Awesome 5.7.2.\\n\\n* ''1.2.15'' -- updates to Font Awesome 5.6.3. This adds new categories, such as \\\"autumn\\\", \\\"holliday\\\" and \\\"halloween\\\" with new icons, as well as updating existing categories with additional icons.\\n\\n* ''1.2.14''\\n** updates to Font Awesome Free 5.3.1.\\n** fixes crash in `--update` command when glyph in icons.json lacks a search terms property.\\n\\n* ''1.2.13''\\n** switches to fetching the most recent Font Awesome Free download URL via GitHub API; this way, we can get rid of the (fine!) Puppeteer package and a truckload of update overhead.\\n** npm package maintenance update: move development dependencies out of the general dependencies.\\n\\n* ''1.2.12'' -- updates to Font Awesome Free 5.2.0. This adds new category packs for \\\"automotive\\\", \\\"medical\\\", \\\"education\\\", and \\\"maps\\\".\\n\\n* ''1.2.11'' -- updates to Font Awesome Free 5.1.11.\\n\\n* ''1.2.10'' (1.2.9)\\n** updates to Font Awesome 5.1.0, which brings new categories \\\"design\\\", \\\"emoji\\\" and \\\"travel\\\", and their icons -- as well as some updates and icon additions.\\n** updates the update mechanism to work with the new 5.1.x packaging.\\n\\n* ''1.2.8'' -- updates to Font Awesome Free 5.0.13. This brings three new catogies: animals, buildings, and mathematics.\\n\\n* ''1.2.7'' -- updates to Font Awesome Free 5.0.12 -- they really do rapid updates, do they?! Glad that updating this plugin is automated...\\n\\n* ''1.2.6'' -- updates to Font Awesome Free 5.0.11.\\n\\n* ''1.2.5'' -- updates to Font Awesome Free 5.0.10.\\n\\n* ''1.2.4''\\n** adds unicode code point info to the cheatsheet.\\n\\n* ''1.2.3''\\n** makes TW5FontAwesome plugin available as npm package `tw5-fontawesome`.\\n** adds ~ThirdFlow plugin as npm dependency `tw5-thirdflow`.\\n\\n* ''1.2.2''\\n** updates to Font Awesome Free 5.0.9.\\n** adds new categories //Charity//, //Chat//, and //Moving//.\\n** adds new \\\"Font Awesome 5\\\" tab to the [[Control Panel|$:/ControlPanel]] that allows customizing the plugin: enable/disable internal and external link styling.\\n\\n* ''1.2.1''\\n** adds missing category information.\\n** adds automated update of category information from the Font Awesome 5 web site, as part of the normal update process:\\n*** `npm run update` updates only if there is a newer version of Font Awesome 5 Free available from https://fontawesome.com/\\n*** `npm run forceupdate` updates unconditionally.\\n\\n* ''1.2.0''\\n** updates to Font Awesome Free 5.0.8.\\n** adds category filtering to the cheatsheet.\\n** adds Font Awesome 5 category meta data.\\n** brings a new (fully) automatic update and release mechanism:\\n*** use `$ npm run update-fontawesome` to update the development files to the newest Font Awesome version that is available online.\\n*** use `$ npm run release` to create the plugin release file(s).\\n** upgrades to most recent version of the [[ThirdFlow|http://thediveo.github.io/ThirdFlow/]] plugin: this comes with a new automated release mechanism.\\n** refactors development command `--update-fontawesome` to directly download the most recent Font Awesome 5 Free package .zip from https://fontawesome.com. The only optional parameter to this command is `force` which forces re-updating, even if the font currently installed in the dev wiki is the same version as the one downloaded.\\n** upgrades ThirdFlow plugin and now uses the new automated release file generation mechanism.\\n\\n* ''1.1.2''\\n** fixes ~TiddlyWiki-internal links to system tiddlers not showing the gear symbol in the tiddler editor preview pane.\\n\\n* ''1.1.1''\\n** upgrades to Font Awesome 5.0.4.\\n** adds update/import command to ~FontAwesome 5 demo ~TiddlyWiki to update ~~from a Font Awesome zip package~~ [//online//]. Use `--update-fontawesome` when running the plugin development ~TiddlyWiki under Node.js.\\n*** The `--update-fontawesome` command ~~expects the (path and) name of a Font Awesome zip package from which it will then update itself~~ [//has no parameters, or alternatively a single parameter `force`//]. ~~There is no need to unpack the zip package.~~ For instance:\u003Cdiv>\u003Cstrike>\\n\\n```bash\\n$ tiddlywiki editions/develop --verbose --update-fontawesome ~/Downloads/fontawesome-free-5.0.2-zip --server 8080 $:/core/save/all text/plain text/html\\n```\\n\\n\u003C/strike>\u003C/div>\\n*** If for some reason you need to re-update from the same Font Awesome zip package, specify an additional `force` parameter after the zip package file name parameter. For instance:\u003Cdiv>\u003Cstrike>\\n\\n```bash\\n$ tiddlywiki editions/develop --verbose --update-fontawesome ~/Downloads/fontawesome-free-5.0.2-zip force --server 8080 $:/core/save/all text/plain text/html\\n```\\n\u003C/strike>\u003C/div>\\n* ''1.1.0''\\n** upgrades to Font Awesome 5.0.2.\\n** upgrades user macros to allow to specify the Font Awesome font family: `fas` (//Font Awesome Solid//), `far` (//Font Awesome Regular//), and `fab` (//Font Awesome Brands//).\\n** upgrades stylesheets to new Font Awesome font mess, introduces [[$:/plugins/TheDiveO/FontAwesome/macros/css settings]] shorthand macros to avoid lengthy CSS properties assignments in CSS rules using Font Awesome.\\n* ''1.0.7''\\n** fix overly greedy image URL adornments, so that they don't apply to TW5-internal images. Now, an internal [[tree.jpeg]] doesn't get adornment, while [[http://thediveo.github.io/TW5FontAwesome/fa-flag.png]] still does, so the type of document can be glanced quickly.\\n** small visual improvement to `fa-lbadge` which adds a small right margin to the badge, so that the adjacent text doesn't seem to visually collide with the badge anymore.\\n* ''1.0.6''\\n** link adornments for image URLs (`.jpg`/`.jpeg`, `.png`, `.gif`, `.tif`/`.tiff`)\\n* ''1.0.5''\\n** maintenance: upgrade ThirdFlow plugin to 1.1.11.\\n* ''1.0.4''\\n** improved display of link adornments by removing the link underlining from the adornments.\\n** fixed CSS class name bug in `fa-lbox` macro. Also added new `fa-lbadge` macro. Added documentation.\\n** oh, the magic of the `list-after` field, when applied to CSS tiddlers, avoids overuse of CSS `!important` declarations.\\n\\n* ''1.0.3''\\n** fixed CSS to ensure that our embedded Font Awesome font always takes precendence over any system-installed Font Awesome font. This ensures a consistent user experience, especially when the local Font Awesome would be an older version.\\n\\n* ''1.0.2''\\n** fixes base64 encoding of the embedded Font Awesome woff.\\n** updated documentation with a warning about system-installed fonts taking precedence.\\n** updated instructions on how to update the embedded font yourself.\\n\\n* ''1.0.1''\\n** incorporates recent Font Awesome 4.7.0.\\n** CSS updated to 4.7.0 too.\\n** development version contains updated Third Flow plugin.\\n\\n* ''1.0.0''\\n** never released.\\n\\n* ''0.9.2-beta''\\n** stable beta release with Font Awesome 4.2.0.\\n\\n* ''v0.0.1-beta1''\\n** initial plugin release.\\n\"},\"$:/plugins/TheDiveO/FontAwesome/icon\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/icon\",\"created\":\"20140901103643546\",\"modified\":\"20140901123044951\",\"tags\":\"$:/tags/Image\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\u003Csvg width=\\\"22pt\\\" height=\\\"22pt\\\" viewBox=\\\"0 0 128 128\\\">\\n \u003Cg fill-rule=\\\"evenodd\\\">\\n \u003Cpath \\n d=\\\"m 13.75,0 -11.71875,6.875 0,13.75 11.71875,6.875 11.71875,-6.875 0,-13.75 L 13.75,0 z M 6.28125,5.78125 c 0.3579097,1.42e-5 0.6530496,0.1218163 0.90625,0.375 0.2531946,0.2532114 0.4062468,0.5796012 0.40625,0.9375 -3.2e-6,0.4864625 -0.2240993,0.8370553 -0.65625,1.09375 l 0,12.84375 c -2.6e-6,0.08791 -0.029668,0.15448 -0.09375,0.21875 -0.064087,0.06427 -0.1620941,0.09375 -0.25,0.09375 l -0.625,0 c -0.08791,-1e-6 -0.1859173,-0.02948 -0.25,-0.09375 C 5.6546643,21.18573 5.6249987,21.119157 5.625,21.03125 l 0,-12.84375 C 5.1924761,7.9308053 4.9999994,7.5802125 5,7.09375 4.9999994,6.7358512 5.1216167,6.4094614 5.375,6.15625 5.6283811,5.9030663 5.9233364,5.7812642 6.28125,5.78125 z m 6.6875,1.3125 c 0.722833,1.29e-5 1.403139,0.085316 2.03125,0.28125 0.628089,0.1959592 1.367727,0.4764702 2.21875,0.875 0.256694,0.1281803 0.53739,0.2187616 0.875,0.21875 0.364546,1.16e-5 0.758471,-0.076903 1.1875,-0.21875 0.428999,-0.1418231 0.811026,-0.2931062 1.125,-0.46875 0.313942,-0.1756193 0.594637,-0.3581524 0.875,-0.5 0.28033,-0.1418222 0.474573,-0.1874871 0.5625,-0.1875 0.175429,1.29e-5 0.340379,0.059159 0.46875,0.1875 0.128335,0.1283659 0.187481,0.2616962 0.1875,0.4375 l 0,7.75 c -1.9e-5,0.168803 -0.04062,0.283957 -0.125,0.375 -0.08442,0.09105 -0.223803,0.186697 -0.40625,0.28125 -1.45198,0.78379 -2.709891,1.187503 -3.75,1.1875 -0.412222,3e-6 -0.828017,-0.07008 -1.25,-0.21875 -0.422009,-0.148665 -0.782943,-0.324365 -1.09375,-0.5 -0.310829,-0.175628 -0.686986,-0.351512 -1.15625,-0.5 C 14.249466,15.94527 13.743089,15.875004 13.25,15.875 c -1.296838,4e-6 -2.850298,0.514176 -4.6875,1.5 -0.1148759,0.06095 -0.2359002,0.09375 -0.34375,0.09375 -0.1758202,3e-6 -0.3091502,-0.09039 -0.4375,-0.21875 -0.1283567,-0.12835 -0.1875032,-0.26205 -0.1875,-0.4375 l 0,-7.53125 c -3.2e-6,-0.2164353 0.1030684,-0.4073566 0.3125,-0.5625 0.1418315,-0.094545 0.3893527,-0.2417266 0.78125,-0.4375 1.593792,-0.8107376 3.03169,-1.1874871 4.28125,-1.1875 z m 4.4375,1.9375 c -0.342706,0.1226406 -0.355438,0.656233 -0.5,1.375 -0.223336,-0.06073 -0.456025,-0.114193 -0.6875,-0.125 -0.319018,-0.021 -0.822172,0.073 -1.1875,0.0625 -0.365324,-0.0105 -1.089266,-0.319558 -1.6875,-0.25 -0.240525,0.02958 -0.495457,0.05507 -0.71875,0.15625 -0.136605,0.0619 -0.307097,0.253524 -0.40625,0.28125 -0.999033,0.2793 -2.6450261,0.290617 -2.3125,-1.21875 0.02589,-0.1159319 0.051471,-0.2239389 0,-0.25 -0.06413,-0.032479 -0.11842,0.018948 -0.15625,0.09375 -0.5817319,1.263211 0.450231,2.090082 1.625,2.09375 0.368882,-0.02847 0.188339,-0.02825 0.53125,-0.09375 l 0,0.0625 c -0.02423,0.418425 0.151498,0.773091 0.5,1 -0.159883,0.455791 -0.470574,0.831401 -0.6875,1.25 0.08154,0.520418 0.625493,1.213538 0.84375,1.3125 0.19213,0.08713 0.590499,0.108967 0.6875,-0.03125 0.03464,-0.06594 0.03819,-0.208665 0,-0.28125 0.164063,0.181767 0.379948,0.409467 0.59375,0.53125 0.128025,0.06105 0.26257,0.120068 0.40625,0.125 l 0.15625,-0.03125 c 0.09128,-0.01967 0.220122,-0.01257 0.28125,-0.09375 0.06906,-0.117457 0.0042,-0.445257 -0.28125,-0.46875 -0.285459,-0.02351 -0.487565,-0.141306 -0.75,-0.53125 -0.216207,-0.376982 0.06825,-0.879067 0.15625,-1.25 0.451569,0.07267 0.885787,0.123856 1.34375,0.125 0.198682,-0.0101 0.397908,-0.02487 0.59375,-0.0625 0.06247,0.159574 0.248509,0.592654 0.25,0.71875 0.0042,0.355223 -0.119979,0.738597 -0.0625,1.09375 0.03593,0.104625 -0.01675,0.27314 0.1875,0.28125 0.122159,0.0062 0.03564,0.02295 0.21875,0.03125 l 0.1875,0 c 0.201842,0.338685 0.353672,0.332318 0.75,0.34375 L 17.375,15.25 c 0.06687,-0.02489 0.146577,-0.02959 0.1875,-0.09375 0.133768,-0.194285 -0.220263,-0.284732 -0.34375,-0.5 -0.123507,-0.215248 -0.635898,-1.387969 -0.25,-1.71875 0.385924,-0.330776 0.809257,-0.471475 0.96875,-0.78125 0.06907,-0.139714 0.138021,-0.279525 0.15625,-0.4375 0.09397,0.07799 0.154815,0.152169 0.28125,0.15625 0.334451,0.02101 0.632038,-0.392722 0.78125,-0.78125 0.07973,-0.238471 0.140218,-0.485838 0.125,-0.71875 -0.04092,-0.4488514 0.01685,-0.9204038 0.375,-1.21875 C 19.302812,9.334652 18.96272,9.5357952 18.5625,9.59375 18.341438,9.5266203 18.109109,9.4905105 17.875,9.5 17.760279,9.3505649 17.607384,9.0636657 17.40625,9.03125 z m -4.75,4.34375 c -0.01157,0.166727 -0.02255,0.305428 0.03125,0.46875 0.163898,0.134904 0.380252,0.35428 0.53125,0.5 -0.082,-0.02263 -0.235596,-0.0612 -0.3125,-0.03125 L 12.84375,14.28125 12.8125,14.25 c -0.108862,-0.1172 -0.395316,-0.310466 -0.34375,-0.5 0.04127,-0.131581 0.125136,-0.250383 0.1875,-0.375 z\\\" transform=\\\"scale(4.6545455,4.6545455)\\\"\\n/>\\n \u003C/g>\\n\u003C/svg>\"},\"$:/plugins/TheDiveO/FontAwesome/license\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/license\",\"created\":\"20140901105404058\",\"modified\":\"20170223103858754\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"This plugin is licensed as follows:\\n\\n* Font Awesome font license: [[SIL OFL 1.1|http://scripts.sil.org/OFL]].\\n* Font Awesome CSS and LESS files licenses: [[MIT License|http://opensource.org/licenses/mit-license.html]].\\n* everything else in this plugin is (c) by TheDiveO and licensed under the [[MIT License|http://opensource.org/licenses/mit-license.html]].\"},\"$:/plugins/TheDiveO/FontAwesome/macros/css settings\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/macros/css settings\",\"created\":\"20171230210524160\",\"modified\":\"20171230211107336\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define fa-plugin-font-solid()\\n font-family: 'Font Awesome 5 Free';\\n font-style: normal;\\n font-weight: 900; \\n\\\\end\\n\\n\\\\define fa-plugin-font-regular()\\n font-family: 'Font Awesome 5 Free';\\n font-style: normal;\\n font-weight: 400; \\n\\\\end\\n\\n\\\\define fa-plugin-font-brands()\\n font-family: 'Font Awesome 5 Brands';\\n font-style: normal;\\n font-weight: normal; \\n\\\\end\\n\"},\"$:/plugins/TheDiveO/FontAwesome/macros/fa\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/macros/fa\",\"created\":\"20140831145445334\",\"modified\":\"20171230204202514\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define fa-lbox(glyph:\\\"fa-flag\\\",fam:\\\"fas\\\")\\n\u003Ci class=\\\"$fam$ fa-2x pull-left fa-border $glyph$\\\">\u003C/i>\\n\\\\end\\n\\n\\\\define fa-lbadge(glyph:\\\"fa-flag\\\",fam:\\\"fas\\\")\\n\u003Cspan class=\\\"fa-stack fa-lg fa-pull-left\\\" style=\\\"margin-right: .3em;\\\">\u003Ci class=\\\"fas fa-circle fa-stack-2x\\\">\u003C/i>\u003Ci class=\\\"$fam$ fa-stack-1x fa-inverse $glyph$\\\">\u003C/i>\u003C/span>\\n\\\\end\\n\\n\\\\define fa-clear()\\n\u003Cdiv style=\\\"clear:both;\\\"/>\\n\\\\end\\n\"},\"$:/plugins/TheDiveO/FontAwesome/macros/fa/doc\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/macros/fa/doc\",\"created\":\"20140831145557569\",\"modified\":\"20171230205047837\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"Convenience macros to typeset symbols from Font Awesome.\\n\\n;`fa-lbox` //glyph//:\\\"fa-flag\\\" //fam//:\\\"fas\\\"\\n: typesets the Font Awesome glyp (defaults to `fa-flag` glyph) in a gray box, and pulls it to the left.\\n: As Font Awesome 5.0 has broken up the single 4.x font into multiple fonts, this macro now sports a second optional parameter for setting the font family. Allowed values are `fas` (for //Font Awesome Solid//), `far` (for //Font Awesome Regular//), and finally `fab` (for //Font Awesome Brands//).\\n\\n;`fa-lbadge` //glyph//:\\\"fa-flag\\\"\\n: typesets the Font Awesome glyph (defaults to `fa-flag` glyph) in inverse, on a round badge. Also pulls the badge with the icon to the left.\\n: As Font Awesome 5.0 has broken up the single 4.x font into multiple fonts, this macro now sports a second optional parameter for setting the font family. Allowed values are `fas` (for //Font Awesome Solid//), `far` (for //Font Awesome Regular//), and finally `fab` (for //Font Awesome Brands//).\\n\\n;`fa-clear`\\n: convenience macro that inserts an empty HTML `div` element with styling `clear:both`. Use this before multiple `fa-lbox` and `fa-lbadge` macros to avoid them piling up from left to right.\"},\"$:/plugins/TheDiveO/FontAwesome/macros/global-macros\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/macros/global-macros\",\"created\":\"20180328184036630\",\"modified\":\"20180328191101221\",\"tags\":\"$:/tags/Macro\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\define fa5-cfgpath(cfg) $:/config/fa5/$cfg$\\n\\n\\\\define fa5-cfgfilterexpr() [\u003Ccfg>get[text]] [[yes]] +[first[]prefix[yes]]\"},\"$:/plugins/TheDiveO/FontAwesome/readme\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/readme\",\"created\":\"20140901105307611\",\"modified\":\"20180112190527729\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"This plugin adds support for Font Awesome to your ~TiddlyWiki&nbsp;5. It embeds the [[Font Awesome|http://fontawesome.io/]] within this plugin, so you don't need to install this font in your operating system. You may, but the //embedded// Font Awesome will take precedence to ensure a consistent user experience.\\n\\nTo install this plugin in your own ~TiddlyWiki(s), simply drop this [[FontAwesome plugin|$:/plugins/TheDiveO/FontAwesome]] onto your own ~TiddlyWiki(s): this will then import it.\"},\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks\",\"created\":\"20170223100043117\",\"modified\":\"20180328191133975\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\\n\\n\u003C$set name=\\\"cfg\\\" value=\u003C\u003Cfa5-cfgpath \\\"decorate-extlinks\\\">> >\\n\u003C$list filter=\u003C\u003Cfa5-cfgfilterexpr>> >\\n\\na[href^=\\\"http://\\\"]:before {\\n \u003C\u003Cfa-plugin-font-solid>>\\n font-size: 80%;\\n content: '\\\\f35d\\\\202f';\\n display: inline-block;\\n}\\n\\na[href^=\\\"https://\\\"]:before {\\n \u003C\u003Cfa-plugin-font-solid>>\\n font-size: 80%;\\n content: '\\\\f023\\\\202f';\\n display: inline-block;\\n}\\n\\n\u003C/$list>\\n\u003C/$set>\"},\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/FontAwesome\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/FontAwesome\",\"created\":\"20170227162302202\",\"list-after\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks\",\"modified\":\"20180328191153542\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\\n\\n\u003C$set name=\\\"cfg\\\" value=\u003C\u003Cfa5-cfgpath \\\"decorate-wk-extlinks\\\">> >\\n\u003C$list filter=\u003C\u003Cfa5-cfgfilterexpr>> >\\n\\na[href^=\\\"http://fontawesome.io/\\\"].tc-tiddlylink-external:before,\\na[href^=\\\"http://fontawesome.com/\\\"].tc-tiddlylink-external:before,\\na[href^=\\\"https://fontawesome.io/\\\"].tc-tiddlylink-external:before,\\na[href^=\\\"https://fontawesome.com/\\\"].tc-tiddlylink-external:before {\\n \u003C\u003Cfa-plugin-font-brands>>\\n content: '\\\\f425\\\\202f' !important;\\n display: inline-block;\\n}\\n\\n\u003C/$list>\\n\u003C/$set>\"},\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/GitHub\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/GitHub\",\"created\":\"20170223102202986\",\"list-after\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks\",\"modified\":\"20180328191203844\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\\n\\n\u003C$set name=\\\"cfg\\\" value=\u003C\u003Cfa5-cfgpath \\\"decorate-wk-extlinks\\\">> >\\n\u003C$list filter=\u003C\u003Cfa5-cfgfilterexpr>> >\\n\\na[href^=\\\"http://\\\"][href*=\\\"github.com\\\"]:before {\\n \u003C\u003Cfa-plugin-font-brands>>\\n font-size: 90%;\\n content: '\\\\f09b\\\\202f';\\n}\\n\\n\u003C/$list>\\n\u003C/$set>\"},\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/Wikipedia\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/Wikipedia\",\"created\":\"20170223100306336\",\"modified\":\"20180328191215033\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\\n\\n\u003C$set name=\\\"cfg\\\" value=\u003C\u003Cfa5-cfgpath \\\"decorate-wk-extlinks\\\">> >\\n\u003C$list filter=\u003C\u003Cfa5-cfgfilterexpr>> >\\n\\na[href^=\\\"http://\\\"][href*=\\\".wikipedia.org\\\"]:before {\\n \u003C\u003Cfa-plugin-font-brands>>\\n font-size: 90%;\\n content: '[\\\\f266]\\\\202f';\\n}\\n\\n\u003C/$list>\\n\u003C/$set>\"},\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/doctypes\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/doctypes\",\"created\":\"20170301201914393\",\"list-after\":\"$:/plugins/TheDiveO/FontAwesome/styles/extlinks\",\"modified\":\"20180328191142557\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\\n\\n\u003C$set name=\\\"cfg\\\" value=\u003C\u003Cfa5-cfgpath \\\"decorate-extdoclinks\\\">> >\\n\u003C$list filter=\u003C\u003Cfa5-cfgfilterexpr>> >\\n\\na[href$=\\\".pdf\\\"].tc-tiddlylink-external:before {\\n \u003C\u003Cfa-plugin-font-regular>>\\n content: '\\\\f1c1\\\\202f';\\n display: inline-block;\\n}\\n\\na[href$=\\\".gz\\\"].tc-tiddlylink-external:before, \\na[href$=\\\".zip\\\"].tc-tiddlylink-external:before,\\na[href$=\\\".7z\\\"].tc-tiddlylink-external:before {\\n \u003C\u003Cfa-plugin-font-regular>>\\n content: '\\\\f1c6\\\\202f';\\n display: inline-block;\\n}\\n\\na[href$=\\\".jpg\\\"].tc-tiddlylink-external:before,\\na[href$=\\\".jpeg\\\"].tc-tiddlylink-external:before,\\na[href$=\\\".png\\\"].tc-tiddlylink-external:before,\\na[href$=\\\".gif\\\"].tc-tiddlylink-external:before,\\na[href$=\\\".tif\\\"].tc-tiddlylink-external:before,\\na[href$=\\\".tiff\\\"].tc-tiddlylink-external:before {\\n \u003C\u003Cfa-plugin-font-regular>>\\n content: '\\\\f1c5\\\\202f';\\n display: inline-block;\\n}\\n\\n\u003C/$list>\\n\u003C/$set>\"},\"$:/plugins/TheDiveO/FontAwesome/styles/fontawesome 5.css\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/styles/fontawesome 5.css\",\"text\":\"/* autoimported from 'fontawesome-free-5.8.2-web' */\\n/*!\\n * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com\\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\\n */\\n.fa,\\n.fas,\\n.far,\\n.fal,\\n.fab {\\n -moz-osx-font-smoothing: grayscale;\\n -webkit-font-smoothing: antialiased;\\n display: inline-block;\\n font-style: normal;\\n font-variant: normal;\\n text-rendering: auto;\\n line-height: 1; }\\n\\n.fa-lg {\\n font-size: 1.33333em;\\n line-height: 0.75em;\\n vertical-align: -.0667em; }\\n\\n.fa-xs {\\n font-size: .75em; }\\n\\n.fa-sm {\\n font-size: .875em; }\\n\\n.fa-1x {\\n font-size: 1em; }\\n\\n.fa-2x {\\n font-size: 2em; }\\n\\n.fa-3x {\\n font-size: 3em; }\\n\\n.fa-4x {\\n font-size: 4em; }\\n\\n.fa-5x {\\n font-size: 5em; }\\n\\n.fa-6x {\\n font-size: 6em; }\\n\\n.fa-7x {\\n font-size: 7em; }\\n\\n.fa-8x {\\n font-size: 8em; }\\n\\n.fa-9x {\\n font-size: 9em; }\\n\\n.fa-10x {\\n font-size: 10em; }\\n\\n.fa-fw {\\n text-align: center;\\n width: 1.25em; }\\n\\n.fa-ul {\\n list-style-type: none;\\n margin-left: 2.5em;\\n padding-left: 0; }\\n .fa-ul > li {\\n position: relative; }\\n\\n.fa-li {\\n left: -2em;\\n position: absolute;\\n text-align: center;\\n width: 2em;\\n line-height: inherit; }\\n\\n.fa-border {\\n border: solid 0.08em #eee;\\n border-radius: .1em;\\n padding: .2em .25em .15em; }\\n\\n.fa-pull-left {\\n float: left; }\\n\\n.fa-pull-right {\\n float: right; }\\n\\n.fa.fa-pull-left,\\n.fas.fa-pull-left,\\n.far.fa-pull-left,\\n.fal.fa-pull-left,\\n.fab.fa-pull-left {\\n margin-right: .3em; }\\n\\n.fa.fa-pull-right,\\n.fas.fa-pull-right,\\n.far.fa-pull-right,\\n.fal.fa-pull-right,\\n.fab.fa-pull-right {\\n margin-left: .3em; }\\n\\n.fa-spin {\\n -webkit-animation: fa-spin 2s infinite linear;\\n animation: fa-spin 2s infinite linear; }\\n\\n.fa-pulse {\\n -webkit-animation: fa-spin 1s infinite steps(8);\\n animation: fa-spin 1s infinite steps(8); }\\n\\n@-webkit-keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg); }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg); } }\\n\\n@keyframes fa-spin {\\n 0% {\\n -webkit-transform: rotate(0deg);\\n transform: rotate(0deg); }\\n 100% {\\n -webkit-transform: rotate(360deg);\\n transform: rotate(360deg); } }\\n\\n.fa-rotate-90 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\\\";\\n -webkit-transform: rotate(90deg);\\n transform: rotate(90deg); }\\n\\n.fa-rotate-180 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\\\";\\n -webkit-transform: rotate(180deg);\\n transform: rotate(180deg); }\\n\\n.fa-rotate-270 {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\\\";\\n -webkit-transform: rotate(270deg);\\n transform: rotate(270deg); }\\n\\n.fa-flip-horizontal {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\\\";\\n -webkit-transform: scale(-1, 1);\\n transform: scale(-1, 1); }\\n\\n.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(1, -1);\\n transform: scale(1, -1); }\\n\\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\\n -ms-filter: \\\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\\\";\\n -webkit-transform: scale(-1, -1);\\n transform: scale(-1, -1); }\\n\\n:root .fa-rotate-90,\\n:root .fa-rotate-180,\\n:root .fa-rotate-270,\\n:root .fa-flip-horizontal,\\n:root .fa-flip-vertical,\\n:root .fa-flip-both {\\n -webkit-filter: none;\\n filter: none; }\\n\\n.fa-stack {\\n display: inline-block;\\n height: 2em;\\n line-height: 2em;\\n position: relative;\\n vertical-align: middle;\\n width: 2.5em; }\\n\\n.fa-stack-1x,\\n.fa-stack-2x {\\n left: 0;\\n position: absolute;\\n text-align: center;\\n width: 100%; }\\n\\n.fa-stack-1x {\\n line-height: inherit; }\\n\\n.fa-stack-2x {\\n font-size: 2em; }\\n\\n.fa-inverse {\\n color: #fff; }\\n\\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\\nreaders do not read off random characters that represent icons */\\n.fa-500px:before {\\n content: \\\"\\\\f26e\\\"; }\\n\\n.fa-accessible-icon:before {\\n content: \\\"\\\\f368\\\"; }\\n\\n.fa-accusoft:before {\\n content: \\\"\\\\f369\\\"; }\\n\\n.fa-acquisitions-incorporated:before {\\n content: \\\"\\\\f6af\\\"; }\\n\\n.fa-ad:before {\\n content: \\\"\\\\f641\\\"; }\\n\\n.fa-address-book:before {\\n content: \\\"\\\\f2b9\\\"; }\\n\\n.fa-address-card:before {\\n content: \\\"\\\\f2bb\\\"; }\\n\\n.fa-adjust:before {\\n content: \\\"\\\\f042\\\"; }\\n\\n.fa-adn:before {\\n content: \\\"\\\\f170\\\"; }\\n\\n.fa-adobe:before {\\n content: \\\"\\\\f778\\\"; }\\n\\n.fa-adversal:before {\\n content: \\\"\\\\f36a\\\"; }\\n\\n.fa-affiliatetheme:before {\\n content: \\\"\\\\f36b\\\"; }\\n\\n.fa-air-freshener:before {\\n content: \\\"\\\\f5d0\\\"; }\\n\\n.fa-airbnb:before {\\n content: \\\"\\\\f834\\\"; }\\n\\n.fa-algolia:before {\\n content: \\\"\\\\f36c\\\"; }\\n\\n.fa-align-center:before {\\n content: \\\"\\\\f037\\\"; }\\n\\n.fa-align-justify:before {\\n content: \\\"\\\\f039\\\"; }\\n\\n.fa-align-left:before {\\n content: \\\"\\\\f036\\\"; }\\n\\n.fa-align-right:before {\\n content: \\\"\\\\f038\\\"; }\\n\\n.fa-alipay:before {\\n content: \\\"\\\\f642\\\"; }\\n\\n.fa-allergies:before {\\n content: \\\"\\\\f461\\\"; }\\n\\n.fa-amazon:before {\\n content: \\\"\\\\f270\\\"; }\\n\\n.fa-amazon-pay:before {\\n content: \\\"\\\\f42c\\\"; }\\n\\n.fa-ambulance:before {\\n content: \\\"\\\\f0f9\\\"; }\\n\\n.fa-american-sign-language-interpreting:before {\\n content: \\\"\\\\f2a3\\\"; }\\n\\n.fa-amilia:before {\\n content: \\\"\\\\f36d\\\"; }\\n\\n.fa-anchor:before {\\n content: \\\"\\\\f13d\\\"; }\\n\\n.fa-android:before {\\n content: \\\"\\\\f17b\\\"; }\\n\\n.fa-angellist:before {\\n content: \\\"\\\\f209\\\"; }\\n\\n.fa-angle-double-down:before {\\n content: \\\"\\\\f103\\\"; }\\n\\n.fa-angle-double-left:before {\\n content: \\\"\\\\f100\\\"; }\\n\\n.fa-angle-double-right:before {\\n content: \\\"\\\\f101\\\"; }\\n\\n.fa-angle-double-up:before {\\n content: \\\"\\\\f102\\\"; }\\n\\n.fa-angle-down:before {\\n content: \\\"\\\\f107\\\"; }\\n\\n.fa-angle-left:before {\\n content: \\\"\\\\f104\\\"; }\\n\\n.fa-angle-right:before {\\n content: \\\"\\\\f105\\\"; }\\n\\n.fa-angle-up:before {\\n content: \\\"\\\\f106\\\"; }\\n\\n.fa-angry:before {\\n content: \\\"\\\\f556\\\"; }\\n\\n.fa-angrycreative:before {\\n content: \\\"\\\\f36e\\\"; }\\n\\n.fa-angular:before {\\n content: \\\"\\\\f420\\\"; }\\n\\n.fa-ankh:before {\\n content: \\\"\\\\f644\\\"; }\\n\\n.fa-app-store:before {\\n content: \\\"\\\\f36f\\\"; }\\n\\n.fa-app-store-ios:before {\\n content: \\\"\\\\f370\\\"; }\\n\\n.fa-apper:before {\\n content: \\\"\\\\f371\\\"; }\\n\\n.fa-apple:before {\\n content: \\\"\\\\f179\\\"; }\\n\\n.fa-apple-alt:before {\\n content: \\\"\\\\f5d1\\\"; }\\n\\n.fa-apple-pay:before {\\n content: \\\"\\\\f415\\\"; }\\n\\n.fa-archive:before {\\n content: \\\"\\\\f187\\\"; }\\n\\n.fa-archway:before {\\n content: \\\"\\\\f557\\\"; }\\n\\n.fa-arrow-alt-circle-down:before {\\n content: \\\"\\\\f358\\\"; }\\n\\n.fa-arrow-alt-circle-left:before {\\n content: \\\"\\\\f359\\\"; }\\n\\n.fa-arrow-alt-circle-right:before {\\n content: \\\"\\\\f35a\\\"; }\\n\\n.fa-arrow-alt-circle-up:before {\\n content: \\\"\\\\f35b\\\"; }\\n\\n.fa-arrow-circle-down:before {\\n content: \\\"\\\\f0ab\\\"; }\\n\\n.fa-arrow-circle-left:before {\\n content: \\\"\\\\f0a8\\\"; }\\n\\n.fa-arrow-circle-right:before {\\n content: \\\"\\\\f0a9\\\"; }\\n\\n.fa-arrow-circle-up:before {\\n content: \\\"\\\\f0aa\\\"; }\\n\\n.fa-arrow-down:before {\\n content: \\\"\\\\f063\\\"; }\\n\\n.fa-arrow-left:before {\\n content: \\\"\\\\f060\\\"; }\\n\\n.fa-arrow-right:before {\\n content: \\\"\\\\f061\\\"; }\\n\\n.fa-arrow-up:before {\\n content: \\\"\\\\f062\\\"; }\\n\\n.fa-arrows-alt:before {\\n content: \\\"\\\\f0b2\\\"; }\\n\\n.fa-arrows-alt-h:before {\\n content: \\\"\\\\f337\\\"; }\\n\\n.fa-arrows-alt-v:before {\\n content: \\\"\\\\f338\\\"; }\\n\\n.fa-artstation:before {\\n content: \\\"\\\\f77a\\\"; }\\n\\n.fa-assistive-listening-systems:before {\\n content: \\\"\\\\f2a2\\\"; }\\n\\n.fa-asterisk:before {\\n content: \\\"\\\\f069\\\"; }\\n\\n.fa-asymmetrik:before {\\n content: \\\"\\\\f372\\\"; }\\n\\n.fa-at:before {\\n content: \\\"\\\\f1fa\\\"; }\\n\\n.fa-atlas:before {\\n content: \\\"\\\\f558\\\"; }\\n\\n.fa-atlassian:before {\\n content: \\\"\\\\f77b\\\"; }\\n\\n.fa-atom:before {\\n content: \\\"\\\\f5d2\\\"; }\\n\\n.fa-audible:before {\\n content: \\\"\\\\f373\\\"; }\\n\\n.fa-audio-description:before {\\n content: \\\"\\\\f29e\\\"; }\\n\\n.fa-autoprefixer:before {\\n content: \\\"\\\\f41c\\\"; }\\n\\n.fa-avianex:before {\\n content: \\\"\\\\f374\\\"; }\\n\\n.fa-aviato:before {\\n content: \\\"\\\\f421\\\"; }\\n\\n.fa-award:before {\\n content: \\\"\\\\f559\\\"; }\\n\\n.fa-aws:before {\\n content: \\\"\\\\f375\\\"; }\\n\\n.fa-baby:before {\\n content: \\\"\\\\f77c\\\"; }\\n\\n.fa-baby-carriage:before {\\n content: \\\"\\\\f77d\\\"; }\\n\\n.fa-backspace:before {\\n content: \\\"\\\\f55a\\\"; }\\n\\n.fa-backward:before {\\n content: \\\"\\\\f04a\\\"; }\\n\\n.fa-bacon:before {\\n content: \\\"\\\\f7e5\\\"; }\\n\\n.fa-balance-scale:before {\\n content: \\\"\\\\f24e\\\"; }\\n\\n.fa-ban:before {\\n content: \\\"\\\\f05e\\\"; }\\n\\n.fa-band-aid:before {\\n content: \\\"\\\\f462\\\"; }\\n\\n.fa-bandcamp:before {\\n content: \\\"\\\\f2d5\\\"; }\\n\\n.fa-barcode:before {\\n content: \\\"\\\\f02a\\\"; }\\n\\n.fa-bars:before {\\n content: \\\"\\\\f0c9\\\"; }\\n\\n.fa-baseball-ball:before {\\n content: \\\"\\\\f433\\\"; }\\n\\n.fa-basketball-ball:before {\\n content: \\\"\\\\f434\\\"; }\\n\\n.fa-bath:before {\\n content: \\\"\\\\f2cd\\\"; }\\n\\n.fa-battery-empty:before {\\n content: \\\"\\\\f244\\\"; }\\n\\n.fa-battery-full:before {\\n content: \\\"\\\\f240\\\"; }\\n\\n.fa-battery-half:before {\\n content: \\\"\\\\f242\\\"; }\\n\\n.fa-battery-quarter:before {\\n content: \\\"\\\\f243\\\"; }\\n\\n.fa-battery-three-quarters:before {\\n content: \\\"\\\\f241\\\"; }\\n\\n.fa-battle-net:before {\\n content: \\\"\\\\f835\\\"; }\\n\\n.fa-bed:before {\\n content: \\\"\\\\f236\\\"; }\\n\\n.fa-beer:before {\\n content: \\\"\\\\f0fc\\\"; }\\n\\n.fa-behance:before {\\n content: \\\"\\\\f1b4\\\"; }\\n\\n.fa-behance-square:before {\\n content: \\\"\\\\f1b5\\\"; }\\n\\n.fa-bell:before {\\n content: \\\"\\\\f0f3\\\"; }\\n\\n.fa-bell-slash:before {\\n content: \\\"\\\\f1f6\\\"; }\\n\\n.fa-bezier-curve:before {\\n content: \\\"\\\\f55b\\\"; }\\n\\n.fa-bible:before {\\n content: \\\"\\\\f647\\\"; }\\n\\n.fa-bicycle:before {\\n content: \\\"\\\\f206\\\"; }\\n\\n.fa-bimobject:before {\\n content: \\\"\\\\f378\\\"; }\\n\\n.fa-binoculars:before {\\n content: \\\"\\\\f1e5\\\"; }\\n\\n.fa-biohazard:before {\\n content: \\\"\\\\f780\\\"; }\\n\\n.fa-birthday-cake:before {\\n content: \\\"\\\\f1fd\\\"; }\\n\\n.fa-bitbucket:before {\\n content: \\\"\\\\f171\\\"; }\\n\\n.fa-bitcoin:before {\\n content: \\\"\\\\f379\\\"; }\\n\\n.fa-bity:before {\\n content: \\\"\\\\f37a\\\"; }\\n\\n.fa-black-tie:before {\\n content: \\\"\\\\f27e\\\"; }\\n\\n.fa-blackberry:before {\\n content: \\\"\\\\f37b\\\"; }\\n\\n.fa-blender:before {\\n content: \\\"\\\\f517\\\"; }\\n\\n.fa-blender-phone:before {\\n content: \\\"\\\\f6b6\\\"; }\\n\\n.fa-blind:before {\\n content: \\\"\\\\f29d\\\"; }\\n\\n.fa-blog:before {\\n content: \\\"\\\\f781\\\"; }\\n\\n.fa-blogger:before {\\n content: \\\"\\\\f37c\\\"; }\\n\\n.fa-blogger-b:before {\\n content: \\\"\\\\f37d\\\"; }\\n\\n.fa-bluetooth:before {\\n content: \\\"\\\\f293\\\"; }\\n\\n.fa-bluetooth-b:before {\\n content: \\\"\\\\f294\\\"; }\\n\\n.fa-bold:before {\\n content: \\\"\\\\f032\\\"; }\\n\\n.fa-bolt:before {\\n content: \\\"\\\\f0e7\\\"; }\\n\\n.fa-bomb:before {\\n content: \\\"\\\\f1e2\\\"; }\\n\\n.fa-bone:before {\\n content: \\\"\\\\f5d7\\\"; }\\n\\n.fa-bong:before {\\n content: \\\"\\\\f55c\\\"; }\\n\\n.fa-book:before {\\n content: \\\"\\\\f02d\\\"; }\\n\\n.fa-book-dead:before {\\n content: \\\"\\\\f6b7\\\"; }\\n\\n.fa-book-medical:before {\\n content: \\\"\\\\f7e6\\\"; }\\n\\n.fa-book-open:before {\\n content: \\\"\\\\f518\\\"; }\\n\\n.fa-book-reader:before {\\n content: \\\"\\\\f5da\\\"; }\\n\\n.fa-bookmark:before {\\n content: \\\"\\\\f02e\\\"; }\\n\\n.fa-bootstrap:before {\\n content: \\\"\\\\f836\\\"; }\\n\\n.fa-bowling-ball:before {\\n content: \\\"\\\\f436\\\"; }\\n\\n.fa-box:before {\\n content: \\\"\\\\f466\\\"; }\\n\\n.fa-box-open:before {\\n content: \\\"\\\\f49e\\\"; }\\n\\n.fa-boxes:before {\\n content: \\\"\\\\f468\\\"; }\\n\\n.fa-braille:before {\\n content: \\\"\\\\f2a1\\\"; }\\n\\n.fa-brain:before {\\n content: \\\"\\\\f5dc\\\"; }\\n\\n.fa-bread-slice:before {\\n content: \\\"\\\\f7ec\\\"; }\\n\\n.fa-briefcase:before {\\n content: \\\"\\\\f0b1\\\"; }\\n\\n.fa-briefcase-medical:before {\\n content: \\\"\\\\f469\\\"; }\\n\\n.fa-broadcast-tower:before {\\n content: \\\"\\\\f519\\\"; }\\n\\n.fa-broom:before {\\n content: \\\"\\\\f51a\\\"; }\\n\\n.fa-brush:before {\\n content: \\\"\\\\f55d\\\"; }\\n\\n.fa-btc:before {\\n content: \\\"\\\\f15a\\\"; }\\n\\n.fa-buffer:before {\\n content: \\\"\\\\f837\\\"; }\\n\\n.fa-bug:before {\\n content: \\\"\\\\f188\\\"; }\\n\\n.fa-building:before {\\n content: \\\"\\\\f1ad\\\"; }\\n\\n.fa-bullhorn:before {\\n content: \\\"\\\\f0a1\\\"; }\\n\\n.fa-bullseye:before {\\n content: \\\"\\\\f140\\\"; }\\n\\n.fa-burn:before {\\n content: \\\"\\\\f46a\\\"; }\\n\\n.fa-buromobelexperte:before {\\n content: \\\"\\\\f37f\\\"; }\\n\\n.fa-bus:before {\\n content: \\\"\\\\f207\\\"; }\\n\\n.fa-bus-alt:before {\\n content: \\\"\\\\f55e\\\"; }\\n\\n.fa-business-time:before {\\n content: \\\"\\\\f64a\\\"; }\\n\\n.fa-buysellads:before {\\n content: \\\"\\\\f20d\\\"; }\\n\\n.fa-calculator:before {\\n content: \\\"\\\\f1ec\\\"; }\\n\\n.fa-calendar:before {\\n content: \\\"\\\\f133\\\"; }\\n\\n.fa-calendar-alt:before {\\n content: \\\"\\\\f073\\\"; }\\n\\n.fa-calendar-check:before {\\n content: \\\"\\\\f274\\\"; }\\n\\n.fa-calendar-day:before {\\n content: \\\"\\\\f783\\\"; }\\n\\n.fa-calendar-minus:before {\\n content: \\\"\\\\f272\\\"; }\\n\\n.fa-calendar-plus:before {\\n content: \\\"\\\\f271\\\"; }\\n\\n.fa-calendar-times:before {\\n content: \\\"\\\\f273\\\"; }\\n\\n.fa-calendar-week:before {\\n content: \\\"\\\\f784\\\"; }\\n\\n.fa-camera:before {\\n content: \\\"\\\\f030\\\"; }\\n\\n.fa-camera-retro:before {\\n content: \\\"\\\\f083\\\"; }\\n\\n.fa-campground:before {\\n content: \\\"\\\\f6bb\\\"; }\\n\\n.fa-canadian-maple-leaf:before {\\n content: \\\"\\\\f785\\\"; }\\n\\n.fa-candy-cane:before {\\n content: \\\"\\\\f786\\\"; }\\n\\n.fa-cannabis:before {\\n content: \\\"\\\\f55f\\\"; }\\n\\n.fa-capsules:before {\\n content: \\\"\\\\f46b\\\"; }\\n\\n.fa-car:before {\\n content: \\\"\\\\f1b9\\\"; }\\n\\n.fa-car-alt:before {\\n content: \\\"\\\\f5de\\\"; }\\n\\n.fa-car-battery:before {\\n content: \\\"\\\\f5df\\\"; }\\n\\n.fa-car-crash:before {\\n content: \\\"\\\\f5e1\\\"; }\\n\\n.fa-car-side:before {\\n content: \\\"\\\\f5e4\\\"; }\\n\\n.fa-caret-down:before {\\n content: \\\"\\\\f0d7\\\"; }\\n\\n.fa-caret-left:before {\\n content: \\\"\\\\f0d9\\\"; }\\n\\n.fa-caret-right:before {\\n content: \\\"\\\\f0da\\\"; }\\n\\n.fa-caret-square-down:before {\\n content: \\\"\\\\f150\\\"; }\\n\\n.fa-caret-square-left:before {\\n content: \\\"\\\\f191\\\"; }\\n\\n.fa-caret-square-right:before {\\n content: \\\"\\\\f152\\\"; }\\n\\n.fa-caret-square-up:before {\\n content: \\\"\\\\f151\\\"; }\\n\\n.fa-caret-up:before {\\n content: \\\"\\\\f0d8\\\"; }\\n\\n.fa-carrot:before {\\n content: \\\"\\\\f787\\\"; }\\n\\n.fa-cart-arrow-down:before {\\n content: \\\"\\\\f218\\\"; }\\n\\n.fa-cart-plus:before {\\n content: \\\"\\\\f217\\\"; }\\n\\n.fa-cash-register:before {\\n content: \\\"\\\\f788\\\"; }\\n\\n.fa-cat:before {\\n content: \\\"\\\\f6be\\\"; }\\n\\n.fa-cc-amazon-pay:before {\\n content: \\\"\\\\f42d\\\"; }\\n\\n.fa-cc-amex:before {\\n content: \\\"\\\\f1f3\\\"; }\\n\\n.fa-cc-apple-pay:before {\\n content: \\\"\\\\f416\\\"; }\\n\\n.fa-cc-diners-club:before {\\n content: \\\"\\\\f24c\\\"; }\\n\\n.fa-cc-discover:before {\\n content: \\\"\\\\f1f2\\\"; }\\n\\n.fa-cc-jcb:before {\\n content: \\\"\\\\f24b\\\"; }\\n\\n.fa-cc-mastercard:before {\\n content: \\\"\\\\f1f1\\\"; }\\n\\n.fa-cc-paypal:before {\\n content: \\\"\\\\f1f4\\\"; }\\n\\n.fa-cc-stripe:before {\\n content: \\\"\\\\f1f5\\\"; }\\n\\n.fa-cc-visa:before {\\n content: \\\"\\\\f1f0\\\"; }\\n\\n.fa-centercode:before {\\n content: \\\"\\\\f380\\\"; }\\n\\n.fa-centos:before {\\n content: \\\"\\\\f789\\\"; }\\n\\n.fa-certificate:before {\\n content: \\\"\\\\f0a3\\\"; }\\n\\n.fa-chair:before {\\n content: \\\"\\\\f6c0\\\"; }\\n\\n.fa-chalkboard:before {\\n content: \\\"\\\\f51b\\\"; }\\n\\n.fa-chalkboard-teacher:before {\\n content: \\\"\\\\f51c\\\"; }\\n\\n.fa-charging-station:before {\\n content: \\\"\\\\f5e7\\\"; }\\n\\n.fa-chart-area:before {\\n content: \\\"\\\\f1fe\\\"; }\\n\\n.fa-chart-bar:before {\\n content: \\\"\\\\f080\\\"; }\\n\\n.fa-chart-line:before {\\n content: \\\"\\\\f201\\\"; }\\n\\n.fa-chart-pie:before {\\n content: \\\"\\\\f200\\\"; }\\n\\n.fa-check:before {\\n content: \\\"\\\\f00c\\\"; }\\n\\n.fa-check-circle:before {\\n content: \\\"\\\\f058\\\"; }\\n\\n.fa-check-double:before {\\n content: \\\"\\\\f560\\\"; }\\n\\n.fa-check-square:before {\\n content: \\\"\\\\f14a\\\"; }\\n\\n.fa-cheese:before {\\n content: \\\"\\\\f7ef\\\"; }\\n\\n.fa-chess:before {\\n content: \\\"\\\\f439\\\"; }\\n\\n.fa-chess-bishop:before {\\n content: \\\"\\\\f43a\\\"; }\\n\\n.fa-chess-board:before {\\n content: \\\"\\\\f43c\\\"; }\\n\\n.fa-chess-king:before {\\n content: \\\"\\\\f43f\\\"; }\\n\\n.fa-chess-knight:before {\\n content: \\\"\\\\f441\\\"; }\\n\\n.fa-chess-pawn:before {\\n content: \\\"\\\\f443\\\"; }\\n\\n.fa-chess-queen:before {\\n content: \\\"\\\\f445\\\"; }\\n\\n.fa-chess-rook:before {\\n content: \\\"\\\\f447\\\"; }\\n\\n.fa-chevron-circle-down:before {\\n content: \\\"\\\\f13a\\\"; }\\n\\n.fa-chevron-circle-left:before {\\n content: \\\"\\\\f137\\\"; }\\n\\n.fa-chevron-circle-right:before {\\n content: \\\"\\\\f138\\\"; }\\n\\n.fa-chevron-circle-up:before {\\n content: \\\"\\\\f139\\\"; }\\n\\n.fa-chevron-down:before {\\n content: \\\"\\\\f078\\\"; }\\n\\n.fa-chevron-left:before {\\n content: \\\"\\\\f053\\\"; }\\n\\n.fa-chevron-right:before {\\n content: \\\"\\\\f054\\\"; }\\n\\n.fa-chevron-up:before {\\n content: \\\"\\\\f077\\\"; }\\n\\n.fa-child:before {\\n content: \\\"\\\\f1ae\\\"; }\\n\\n.fa-chrome:before {\\n content: \\\"\\\\f268\\\"; }\\n\\n.fa-chromecast:before {\\n content: \\\"\\\\f838\\\"; }\\n\\n.fa-church:before {\\n content: \\\"\\\\f51d\\\"; }\\n\\n.fa-circle:before {\\n content: \\\"\\\\f111\\\"; }\\n\\n.fa-circle-notch:before {\\n content: \\\"\\\\f1ce\\\"; }\\n\\n.fa-city:before {\\n content: \\\"\\\\f64f\\\"; }\\n\\n.fa-clinic-medical:before {\\n content: \\\"\\\\f7f2\\\"; }\\n\\n.fa-clipboard:before {\\n content: \\\"\\\\f328\\\"; }\\n\\n.fa-clipboard-check:before {\\n content: \\\"\\\\f46c\\\"; }\\n\\n.fa-clipboard-list:before {\\n content: \\\"\\\\f46d\\\"; }\\n\\n.fa-clock:before {\\n content: \\\"\\\\f017\\\"; }\\n\\n.fa-clone:before {\\n content: \\\"\\\\f24d\\\"; }\\n\\n.fa-closed-captioning:before {\\n content: \\\"\\\\f20a\\\"; }\\n\\n.fa-cloud:before {\\n content: \\\"\\\\f0c2\\\"; }\\n\\n.fa-cloud-download-alt:before {\\n content: \\\"\\\\f381\\\"; }\\n\\n.fa-cloud-meatball:before {\\n content: \\\"\\\\f73b\\\"; }\\n\\n.fa-cloud-moon:before {\\n content: \\\"\\\\f6c3\\\"; }\\n\\n.fa-cloud-moon-rain:before {\\n content: \\\"\\\\f73c\\\"; }\\n\\n.fa-cloud-rain:before {\\n content: \\\"\\\\f73d\\\"; }\\n\\n.fa-cloud-showers-heavy:before {\\n content: \\\"\\\\f740\\\"; }\\n\\n.fa-cloud-sun:before {\\n content: \\\"\\\\f6c4\\\"; }\\n\\n.fa-cloud-sun-rain:before {\\n content: \\\"\\\\f743\\\"; }\\n\\n.fa-cloud-upload-alt:before {\\n content: \\\"\\\\f382\\\"; }\\n\\n.fa-cloudscale:before {\\n content: \\\"\\\\f383\\\"; }\\n\\n.fa-cloudsmith:before {\\n content: \\\"\\\\f384\\\"; }\\n\\n.fa-cloudversify:before {\\n content: \\\"\\\\f385\\\"; }\\n\\n.fa-cocktail:before {\\n content: \\\"\\\\f561\\\"; }\\n\\n.fa-code:before {\\n content: \\\"\\\\f121\\\"; }\\n\\n.fa-code-branch:before {\\n content: \\\"\\\\f126\\\"; }\\n\\n.fa-codepen:before {\\n content: \\\"\\\\f1cb\\\"; }\\n\\n.fa-codiepie:before {\\n content: \\\"\\\\f284\\\"; }\\n\\n.fa-coffee:before {\\n content: \\\"\\\\f0f4\\\"; }\\n\\n.fa-cog:before {\\n content: \\\"\\\\f013\\\"; }\\n\\n.fa-cogs:before {\\n content: \\\"\\\\f085\\\"; }\\n\\n.fa-coins:before {\\n content: \\\"\\\\f51e\\\"; }\\n\\n.fa-columns:before {\\n content: \\\"\\\\f0db\\\"; }\\n\\n.fa-comment:before {\\n content: \\\"\\\\f075\\\"; }\\n\\n.fa-comment-alt:before {\\n content: \\\"\\\\f27a\\\"; }\\n\\n.fa-comment-dollar:before {\\n content: \\\"\\\\f651\\\"; }\\n\\n.fa-comment-dots:before {\\n content: \\\"\\\\f4ad\\\"; }\\n\\n.fa-comment-medical:before {\\n content: \\\"\\\\f7f5\\\"; }\\n\\n.fa-comment-slash:before {\\n content: \\\"\\\\f4b3\\\"; }\\n\\n.fa-comments:before {\\n content: \\\"\\\\f086\\\"; }\\n\\n.fa-comments-dollar:before {\\n content: \\\"\\\\f653\\\"; }\\n\\n.fa-compact-disc:before {\\n content: \\\"\\\\f51f\\\"; }\\n\\n.fa-compass:before {\\n content: \\\"\\\\f14e\\\"; }\\n\\n.fa-compress:before {\\n content: \\\"\\\\f066\\\"; }\\n\\n.fa-compress-arrows-alt:before {\\n content: \\\"\\\\f78c\\\"; }\\n\\n.fa-concierge-bell:before {\\n content: \\\"\\\\f562\\\"; }\\n\\n.fa-confluence:before {\\n content: \\\"\\\\f78d\\\"; }\\n\\n.fa-connectdevelop:before {\\n content: \\\"\\\\f20e\\\"; }\\n\\n.fa-contao:before {\\n content: \\\"\\\\f26d\\\"; }\\n\\n.fa-cookie:before {\\n content: \\\"\\\\f563\\\"; }\\n\\n.fa-cookie-bite:before {\\n content: \\\"\\\\f564\\\"; }\\n\\n.fa-copy:before {\\n content: \\\"\\\\f0c5\\\"; }\\n\\n.fa-copyright:before {\\n content: \\\"\\\\f1f9\\\"; }\\n\\n.fa-couch:before {\\n content: \\\"\\\\f4b8\\\"; }\\n\\n.fa-cpanel:before {\\n content: \\\"\\\\f388\\\"; }\\n\\n.fa-creative-commons:before {\\n content: \\\"\\\\f25e\\\"; }\\n\\n.fa-creative-commons-by:before {\\n content: \\\"\\\\f4e7\\\"; }\\n\\n.fa-creative-commons-nc:before {\\n content: \\\"\\\\f4e8\\\"; }\\n\\n.fa-creative-commons-nc-eu:before {\\n content: \\\"\\\\f4e9\\\"; }\\n\\n.fa-creative-commons-nc-jp:before {\\n content: \\\"\\\\f4ea\\\"; }\\n\\n.fa-creative-commons-nd:before {\\n content: \\\"\\\\f4eb\\\"; }\\n\\n.fa-creative-commons-pd:before {\\n content: \\\"\\\\f4ec\\\"; }\\n\\n.fa-creative-commons-pd-alt:before {\\n content: \\\"\\\\f4ed\\\"; }\\n\\n.fa-creative-commons-remix:before {\\n content: \\\"\\\\f4ee\\\"; }\\n\\n.fa-creative-commons-sa:before {\\n content: \\\"\\\\f4ef\\\"; }\\n\\n.fa-creative-commons-sampling:before {\\n content: \\\"\\\\f4f0\\\"; }\\n\\n.fa-creative-commons-sampling-plus:before {\\n content: \\\"\\\\f4f1\\\"; }\\n\\n.fa-creative-commons-share:before {\\n content: \\\"\\\\f4f2\\\"; }\\n\\n.fa-creative-commons-zero:before {\\n content: \\\"\\\\f4f3\\\"; }\\n\\n.fa-credit-card:before {\\n content: \\\"\\\\f09d\\\"; }\\n\\n.fa-critical-role:before {\\n content: \\\"\\\\f6c9\\\"; }\\n\\n.fa-crop:before {\\n content: \\\"\\\\f125\\\"; }\\n\\n.fa-crop-alt:before {\\n content: \\\"\\\\f565\\\"; }\\n\\n.fa-cross:before {\\n content: \\\"\\\\f654\\\"; }\\n\\n.fa-crosshairs:before {\\n content: \\\"\\\\f05b\\\"; }\\n\\n.fa-crow:before {\\n content: \\\"\\\\f520\\\"; }\\n\\n.fa-crown:before {\\n content: \\\"\\\\f521\\\"; }\\n\\n.fa-crutch:before {\\n content: \\\"\\\\f7f7\\\"; }\\n\\n.fa-css3:before {\\n content: \\\"\\\\f13c\\\"; }\\n\\n.fa-css3-alt:before {\\n content: \\\"\\\\f38b\\\"; }\\n\\n.fa-cube:before {\\n content: \\\"\\\\f1b2\\\"; }\\n\\n.fa-cubes:before {\\n content: \\\"\\\\f1b3\\\"; }\\n\\n.fa-cut:before {\\n content: \\\"\\\\f0c4\\\"; }\\n\\n.fa-cuttlefish:before {\\n content: \\\"\\\\f38c\\\"; }\\n\\n.fa-d-and-d:before {\\n content: \\\"\\\\f38d\\\"; }\\n\\n.fa-d-and-d-beyond:before {\\n content: \\\"\\\\f6ca\\\"; }\\n\\n.fa-dashcube:before {\\n content: \\\"\\\\f210\\\"; }\\n\\n.fa-database:before {\\n content: \\\"\\\\f1c0\\\"; }\\n\\n.fa-deaf:before {\\n content: \\\"\\\\f2a4\\\"; }\\n\\n.fa-delicious:before {\\n content: \\\"\\\\f1a5\\\"; }\\n\\n.fa-democrat:before {\\n content: \\\"\\\\f747\\\"; }\\n\\n.fa-deploydog:before {\\n content: \\\"\\\\f38e\\\"; }\\n\\n.fa-deskpro:before {\\n content: \\\"\\\\f38f\\\"; }\\n\\n.fa-desktop:before {\\n content: \\\"\\\\f108\\\"; }\\n\\n.fa-dev:before {\\n content: \\\"\\\\f6cc\\\"; }\\n\\n.fa-deviantart:before {\\n content: \\\"\\\\f1bd\\\"; }\\n\\n.fa-dharmachakra:before {\\n content: \\\"\\\\f655\\\"; }\\n\\n.fa-dhl:before {\\n content: \\\"\\\\f790\\\"; }\\n\\n.fa-diagnoses:before {\\n content: \\\"\\\\f470\\\"; }\\n\\n.fa-diaspora:before {\\n content: \\\"\\\\f791\\\"; }\\n\\n.fa-dice:before {\\n content: \\\"\\\\f522\\\"; }\\n\\n.fa-dice-d20:before {\\n content: \\\"\\\\f6cf\\\"; }\\n\\n.fa-dice-d6:before {\\n content: \\\"\\\\f6d1\\\"; }\\n\\n.fa-dice-five:before {\\n content: \\\"\\\\f523\\\"; }\\n\\n.fa-dice-four:before {\\n content: \\\"\\\\f524\\\"; }\\n\\n.fa-dice-one:before {\\n content: \\\"\\\\f525\\\"; }\\n\\n.fa-dice-six:before {\\n content: \\\"\\\\f526\\\"; }\\n\\n.fa-dice-three:before {\\n content: \\\"\\\\f527\\\"; }\\n\\n.fa-dice-two:before {\\n content: \\\"\\\\f528\\\"; }\\n\\n.fa-digg:before {\\n content: \\\"\\\\f1a6\\\"; }\\n\\n.fa-digital-ocean:before {\\n content: \\\"\\\\f391\\\"; }\\n\\n.fa-digital-tachograph:before {\\n content: \\\"\\\\f566\\\"; }\\n\\n.fa-directions:before {\\n content: \\\"\\\\f5eb\\\"; }\\n\\n.fa-discord:before {\\n content: \\\"\\\\f392\\\"; }\\n\\n.fa-discourse:before {\\n content: \\\"\\\\f393\\\"; }\\n\\n.fa-divide:before {\\n content: \\\"\\\\f529\\\"; }\\n\\n.fa-dizzy:before {\\n content: \\\"\\\\f567\\\"; }\\n\\n.fa-dna:before {\\n content: \\\"\\\\f471\\\"; }\\n\\n.fa-dochub:before {\\n content: \\\"\\\\f394\\\"; }\\n\\n.fa-docker:before {\\n content: \\\"\\\\f395\\\"; }\\n\\n.fa-dog:before {\\n content: \\\"\\\\f6d3\\\"; }\\n\\n.fa-dollar-sign:before {\\n content: \\\"\\\\f155\\\"; }\\n\\n.fa-dolly:before {\\n content: \\\"\\\\f472\\\"; }\\n\\n.fa-dolly-flatbed:before {\\n content: \\\"\\\\f474\\\"; }\\n\\n.fa-donate:before {\\n content: \\\"\\\\f4b9\\\"; }\\n\\n.fa-door-closed:before {\\n content: \\\"\\\\f52a\\\"; }\\n\\n.fa-door-open:before {\\n content: \\\"\\\\f52b\\\"; }\\n\\n.fa-dot-circle:before {\\n content: \\\"\\\\f192\\\"; }\\n\\n.fa-dove:before {\\n content: \\\"\\\\f4ba\\\"; }\\n\\n.fa-download:before {\\n content: \\\"\\\\f019\\\"; }\\n\\n.fa-draft2digital:before {\\n content: \\\"\\\\f396\\\"; }\\n\\n.fa-drafting-compass:before {\\n content: \\\"\\\\f568\\\"; }\\n\\n.fa-dragon:before {\\n content: \\\"\\\\f6d5\\\"; }\\n\\n.fa-draw-polygon:before {\\n content: \\\"\\\\f5ee\\\"; }\\n\\n.fa-dribbble:before {\\n content: \\\"\\\\f17d\\\"; }\\n\\n.fa-dribbble-square:before {\\n content: \\\"\\\\f397\\\"; }\\n\\n.fa-dropbox:before {\\n content: \\\"\\\\f16b\\\"; }\\n\\n.fa-drum:before {\\n content: \\\"\\\\f569\\\"; }\\n\\n.fa-drum-steelpan:before {\\n content: \\\"\\\\f56a\\\"; }\\n\\n.fa-drumstick-bite:before {\\n content: \\\"\\\\f6d7\\\"; }\\n\\n.fa-drupal:before {\\n content: \\\"\\\\f1a9\\\"; }\\n\\n.fa-dumbbell:before {\\n content: \\\"\\\\f44b\\\"; }\\n\\n.fa-dumpster:before {\\n content: \\\"\\\\f793\\\"; }\\n\\n.fa-dumpster-fire:before {\\n content: \\\"\\\\f794\\\"; }\\n\\n.fa-dungeon:before {\\n content: \\\"\\\\f6d9\\\"; }\\n\\n.fa-dyalog:before {\\n content: \\\"\\\\f399\\\"; }\\n\\n.fa-earlybirds:before {\\n content: \\\"\\\\f39a\\\"; }\\n\\n.fa-ebay:before {\\n content: \\\"\\\\f4f4\\\"; }\\n\\n.fa-edge:before {\\n content: \\\"\\\\f282\\\"; }\\n\\n.fa-edit:before {\\n content: \\\"\\\\f044\\\"; }\\n\\n.fa-egg:before {\\n content: \\\"\\\\f7fb\\\"; }\\n\\n.fa-eject:before {\\n content: \\\"\\\\f052\\\"; }\\n\\n.fa-elementor:before {\\n content: \\\"\\\\f430\\\"; }\\n\\n.fa-ellipsis-h:before {\\n content: \\\"\\\\f141\\\"; }\\n\\n.fa-ellipsis-v:before {\\n content: \\\"\\\\f142\\\"; }\\n\\n.fa-ello:before {\\n content: \\\"\\\\f5f1\\\"; }\\n\\n.fa-ember:before {\\n content: \\\"\\\\f423\\\"; }\\n\\n.fa-empire:before {\\n content: \\\"\\\\f1d1\\\"; }\\n\\n.fa-envelope:before {\\n content: \\\"\\\\f0e0\\\"; }\\n\\n.fa-envelope-open:before {\\n content: \\\"\\\\f2b6\\\"; }\\n\\n.fa-envelope-open-text:before {\\n content: \\\"\\\\f658\\\"; }\\n\\n.fa-envelope-square:before {\\n content: \\\"\\\\f199\\\"; }\\n\\n.fa-envira:before {\\n content: \\\"\\\\f299\\\"; }\\n\\n.fa-equals:before {\\n content: \\\"\\\\f52c\\\"; }\\n\\n.fa-eraser:before {\\n content: \\\"\\\\f12d\\\"; }\\n\\n.fa-erlang:before {\\n content: \\\"\\\\f39d\\\"; }\\n\\n.fa-ethereum:before {\\n content: \\\"\\\\f42e\\\"; }\\n\\n.fa-ethernet:before {\\n content: \\\"\\\\f796\\\"; }\\n\\n.fa-etsy:before {\\n content: \\\"\\\\f2d7\\\"; }\\n\\n.fa-euro-sign:before {\\n content: \\\"\\\\f153\\\"; }\\n\\n.fa-evernote:before {\\n content: \\\"\\\\f839\\\"; }\\n\\n.fa-exchange-alt:before {\\n content: \\\"\\\\f362\\\"; }\\n\\n.fa-exclamation:before {\\n content: \\\"\\\\f12a\\\"; }\\n\\n.fa-exclamation-circle:before {\\n content: \\\"\\\\f06a\\\"; }\\n\\n.fa-exclamation-triangle:before {\\n content: \\\"\\\\f071\\\"; }\\n\\n.fa-expand:before {\\n content: \\\"\\\\f065\\\"; }\\n\\n.fa-expand-arrows-alt:before {\\n content: \\\"\\\\f31e\\\"; }\\n\\n.fa-expeditedssl:before {\\n content: \\\"\\\\f23e\\\"; }\\n\\n.fa-external-link-alt:before {\\n content: \\\"\\\\f35d\\\"; }\\n\\n.fa-external-link-square-alt:before {\\n content: \\\"\\\\f360\\\"; }\\n\\n.fa-eye:before {\\n content: \\\"\\\\f06e\\\"; }\\n\\n.fa-eye-dropper:before {\\n content: \\\"\\\\f1fb\\\"; }\\n\\n.fa-eye-slash:before {\\n content: \\\"\\\\f070\\\"; }\\n\\n.fa-facebook:before {\\n content: \\\"\\\\f09a\\\"; }\\n\\n.fa-facebook-f:before {\\n content: \\\"\\\\f39e\\\"; }\\n\\n.fa-facebook-messenger:before {\\n content: \\\"\\\\f39f\\\"; }\\n\\n.fa-facebook-square:before {\\n content: \\\"\\\\f082\\\"; }\\n\\n.fa-fantasy-flight-games:before {\\n content: \\\"\\\\f6dc\\\"; }\\n\\n.fa-fast-backward:before {\\n content: \\\"\\\\f049\\\"; }\\n\\n.fa-fast-forward:before {\\n content: \\\"\\\\f050\\\"; }\\n\\n.fa-fax:before {\\n content: \\\"\\\\f1ac\\\"; }\\n\\n.fa-feather:before {\\n content: \\\"\\\\f52d\\\"; }\\n\\n.fa-feather-alt:before {\\n content: \\\"\\\\f56b\\\"; }\\n\\n.fa-fedex:before {\\n content: \\\"\\\\f797\\\"; }\\n\\n.fa-fedora:before {\\n content: \\\"\\\\f798\\\"; }\\n\\n.fa-female:before {\\n content: \\\"\\\\f182\\\"; }\\n\\n.fa-fighter-jet:before {\\n content: \\\"\\\\f0fb\\\"; }\\n\\n.fa-figma:before {\\n content: \\\"\\\\f799\\\"; }\\n\\n.fa-file:before {\\n content: \\\"\\\\f15b\\\"; }\\n\\n.fa-file-alt:before {\\n content: \\\"\\\\f15c\\\"; }\\n\\n.fa-file-archive:before {\\n content: \\\"\\\\f1c6\\\"; }\\n\\n.fa-file-audio:before {\\n content: \\\"\\\\f1c7\\\"; }\\n\\n.fa-file-code:before {\\n content: \\\"\\\\f1c9\\\"; }\\n\\n.fa-file-contract:before {\\n content: \\\"\\\\f56c\\\"; }\\n\\n.fa-file-csv:before {\\n content: \\\"\\\\f6dd\\\"; }\\n\\n.fa-file-download:before {\\n content: \\\"\\\\f56d\\\"; }\\n\\n.fa-file-excel:before {\\n content: \\\"\\\\f1c3\\\"; }\\n\\n.fa-file-export:before {\\n content: \\\"\\\\f56e\\\"; }\\n\\n.fa-file-image:before {\\n content: \\\"\\\\f1c5\\\"; }\\n\\n.fa-file-import:before {\\n content: \\\"\\\\f56f\\\"; }\\n\\n.fa-file-invoice:before {\\n content: \\\"\\\\f570\\\"; }\\n\\n.fa-file-invoice-dollar:before {\\n content: \\\"\\\\f571\\\"; }\\n\\n.fa-file-medical:before {\\n content: \\\"\\\\f477\\\"; }\\n\\n.fa-file-medical-alt:before {\\n content: \\\"\\\\f478\\\"; }\\n\\n.fa-file-pdf:before {\\n content: \\\"\\\\f1c1\\\"; }\\n\\n.fa-file-powerpoint:before {\\n content: \\\"\\\\f1c4\\\"; }\\n\\n.fa-file-prescription:before {\\n content: \\\"\\\\f572\\\"; }\\n\\n.fa-file-signature:before {\\n content: \\\"\\\\f573\\\"; }\\n\\n.fa-file-upload:before {\\n content: \\\"\\\\f574\\\"; }\\n\\n.fa-file-video:before {\\n content: \\\"\\\\f1c8\\\"; }\\n\\n.fa-file-word:before {\\n content: \\\"\\\\f1c2\\\"; }\\n\\n.fa-fill:before {\\n content: \\\"\\\\f575\\\"; }\\n\\n.fa-fill-drip:before {\\n content: \\\"\\\\f576\\\"; }\\n\\n.fa-film:before {\\n content: \\\"\\\\f008\\\"; }\\n\\n.fa-filter:before {\\n content: \\\"\\\\f0b0\\\"; }\\n\\n.fa-fingerprint:before {\\n content: \\\"\\\\f577\\\"; }\\n\\n.fa-fire:before {\\n content: \\\"\\\\f06d\\\"; }\\n\\n.fa-fire-alt:before {\\n content: \\\"\\\\f7e4\\\"; }\\n\\n.fa-fire-extinguisher:before {\\n content: \\\"\\\\f134\\\"; }\\n\\n.fa-firefox:before {\\n content: \\\"\\\\f269\\\"; }\\n\\n.fa-first-aid:before {\\n content: \\\"\\\\f479\\\"; }\\n\\n.fa-first-order:before {\\n content: \\\"\\\\f2b0\\\"; }\\n\\n.fa-first-order-alt:before {\\n content: \\\"\\\\f50a\\\"; }\\n\\n.fa-firstdraft:before {\\n content: \\\"\\\\f3a1\\\"; }\\n\\n.fa-fish:before {\\n content: \\\"\\\\f578\\\"; }\\n\\n.fa-fist-raised:before {\\n content: \\\"\\\\f6de\\\"; }\\n\\n.fa-flag:before {\\n content: \\\"\\\\f024\\\"; }\\n\\n.fa-flag-checkered:before {\\n content: \\\"\\\\f11e\\\"; }\\n\\n.fa-flag-usa:before {\\n content: \\\"\\\\f74d\\\"; }\\n\\n.fa-flask:before {\\n content: \\\"\\\\f0c3\\\"; }\\n\\n.fa-flickr:before {\\n content: \\\"\\\\f16e\\\"; }\\n\\n.fa-flipboard:before {\\n content: \\\"\\\\f44d\\\"; }\\n\\n.fa-flushed:before {\\n content: \\\"\\\\f579\\\"; }\\n\\n.fa-fly:before {\\n content: \\\"\\\\f417\\\"; }\\n\\n.fa-folder:before {\\n content: \\\"\\\\f07b\\\"; }\\n\\n.fa-folder-minus:before {\\n content: \\\"\\\\f65d\\\"; }\\n\\n.fa-folder-open:before {\\n content: \\\"\\\\f07c\\\"; }\\n\\n.fa-folder-plus:before {\\n content: \\\"\\\\f65e\\\"; }\\n\\n.fa-font:before {\\n content: \\\"\\\\f031\\\"; }\\n\\n.fa-font-awesome:before {\\n content: \\\"\\\\f2b4\\\"; }\\n\\n.fa-font-awesome-alt:before {\\n content: \\\"\\\\f35c\\\"; }\\n\\n.fa-font-awesome-flag:before {\\n content: \\\"\\\\f425\\\"; }\\n\\n.fa-font-awesome-logo-full:before {\\n content: \\\"\\\\f4e6\\\"; }\\n\\n.fa-fonticons:before {\\n content: \\\"\\\\f280\\\"; }\\n\\n.fa-fonticons-fi:before {\\n content: \\\"\\\\f3a2\\\"; }\\n\\n.fa-football-ball:before {\\n content: \\\"\\\\f44e\\\"; }\\n\\n.fa-fort-awesome:before {\\n content: \\\"\\\\f286\\\"; }\\n\\n.fa-fort-awesome-alt:before {\\n content: \\\"\\\\f3a3\\\"; }\\n\\n.fa-forumbee:before {\\n content: \\\"\\\\f211\\\"; }\\n\\n.fa-forward:before {\\n content: \\\"\\\\f04e\\\"; }\\n\\n.fa-foursquare:before {\\n content: \\\"\\\\f180\\\"; }\\n\\n.fa-free-code-camp:before {\\n content: \\\"\\\\f2c5\\\"; }\\n\\n.fa-freebsd:before {\\n content: \\\"\\\\f3a4\\\"; }\\n\\n.fa-frog:before {\\n content: \\\"\\\\f52e\\\"; }\\n\\n.fa-frown:before {\\n content: \\\"\\\\f119\\\"; }\\n\\n.fa-frown-open:before {\\n content: \\\"\\\\f57a\\\"; }\\n\\n.fa-fulcrum:before {\\n content: \\\"\\\\f50b\\\"; }\\n\\n.fa-funnel-dollar:before {\\n content: \\\"\\\\f662\\\"; }\\n\\n.fa-futbol:before {\\n content: \\\"\\\\f1e3\\\"; }\\n\\n.fa-galactic-republic:before {\\n content: \\\"\\\\f50c\\\"; }\\n\\n.fa-galactic-senate:before {\\n content: \\\"\\\\f50d\\\"; }\\n\\n.fa-gamepad:before {\\n content: \\\"\\\\f11b\\\"; }\\n\\n.fa-gas-pump:before {\\n content: \\\"\\\\f52f\\\"; }\\n\\n.fa-gavel:before {\\n content: \\\"\\\\f0e3\\\"; }\\n\\n.fa-gem:before {\\n content: \\\"\\\\f3a5\\\"; }\\n\\n.fa-genderless:before {\\n content: \\\"\\\\f22d\\\"; }\\n\\n.fa-get-pocket:before {\\n content: \\\"\\\\f265\\\"; }\\n\\n.fa-gg:before {\\n content: \\\"\\\\f260\\\"; }\\n\\n.fa-gg-circle:before {\\n content: \\\"\\\\f261\\\"; }\\n\\n.fa-ghost:before {\\n content: \\\"\\\\f6e2\\\"; }\\n\\n.fa-gift:before {\\n content: \\\"\\\\f06b\\\"; }\\n\\n.fa-gifts:before {\\n content: \\\"\\\\f79c\\\"; }\\n\\n.fa-git:before {\\n content: \\\"\\\\f1d3\\\"; }\\n\\n.fa-git-alt:before {\\n content: \\\"\\\\f841\\\"; }\\n\\n.fa-git-square:before {\\n content: \\\"\\\\f1d2\\\"; }\\n\\n.fa-github:before {\\n content: \\\"\\\\f09b\\\"; }\\n\\n.fa-github-alt:before {\\n content: \\\"\\\\f113\\\"; }\\n\\n.fa-github-square:before {\\n content: \\\"\\\\f092\\\"; }\\n\\n.fa-gitkraken:before {\\n content: \\\"\\\\f3a6\\\"; }\\n\\n.fa-gitlab:before {\\n content: \\\"\\\\f296\\\"; }\\n\\n.fa-gitter:before {\\n content: \\\"\\\\f426\\\"; }\\n\\n.fa-glass-cheers:before {\\n content: \\\"\\\\f79f\\\"; }\\n\\n.fa-glass-martini:before {\\n content: \\\"\\\\f000\\\"; }\\n\\n.fa-glass-martini-alt:before {\\n content: \\\"\\\\f57b\\\"; }\\n\\n.fa-glass-whiskey:before {\\n content: \\\"\\\\f7a0\\\"; }\\n\\n.fa-glasses:before {\\n content: \\\"\\\\f530\\\"; }\\n\\n.fa-glide:before {\\n content: \\\"\\\\f2a5\\\"; }\\n\\n.fa-glide-g:before {\\n content: \\\"\\\\f2a6\\\"; }\\n\\n.fa-globe:before {\\n content: \\\"\\\\f0ac\\\"; }\\n\\n.fa-globe-africa:before {\\n content: \\\"\\\\f57c\\\"; }\\n\\n.fa-globe-americas:before {\\n content: \\\"\\\\f57d\\\"; }\\n\\n.fa-globe-asia:before {\\n content: \\\"\\\\f57e\\\"; }\\n\\n.fa-globe-europe:before {\\n content: \\\"\\\\f7a2\\\"; }\\n\\n.fa-gofore:before {\\n content: \\\"\\\\f3a7\\\"; }\\n\\n.fa-golf-ball:before {\\n content: \\\"\\\\f450\\\"; }\\n\\n.fa-goodreads:before {\\n content: \\\"\\\\f3a8\\\"; }\\n\\n.fa-goodreads-g:before {\\n content: \\\"\\\\f3a9\\\"; }\\n\\n.fa-google:before {\\n content: \\\"\\\\f1a0\\\"; }\\n\\n.fa-google-drive:before {\\n content: \\\"\\\\f3aa\\\"; }\\n\\n.fa-google-play:before {\\n content: \\\"\\\\f3ab\\\"; }\\n\\n.fa-google-plus:before {\\n content: \\\"\\\\f2b3\\\"; }\\n\\n.fa-google-plus-g:before {\\n content: \\\"\\\\f0d5\\\"; }\\n\\n.fa-google-plus-square:before {\\n content: \\\"\\\\f0d4\\\"; }\\n\\n.fa-google-wallet:before {\\n content: \\\"\\\\f1ee\\\"; }\\n\\n.fa-gopuram:before {\\n content: \\\"\\\\f664\\\"; }\\n\\n.fa-graduation-cap:before {\\n content: \\\"\\\\f19d\\\"; }\\n\\n.fa-gratipay:before {\\n content: \\\"\\\\f184\\\"; }\\n\\n.fa-grav:before {\\n content: \\\"\\\\f2d6\\\"; }\\n\\n.fa-greater-than:before {\\n content: \\\"\\\\f531\\\"; }\\n\\n.fa-greater-than-equal:before {\\n content: \\\"\\\\f532\\\"; }\\n\\n.fa-grimace:before {\\n content: \\\"\\\\f57f\\\"; }\\n\\n.fa-grin:before {\\n content: \\\"\\\\f580\\\"; }\\n\\n.fa-grin-alt:before {\\n content: \\\"\\\\f581\\\"; }\\n\\n.fa-grin-beam:before {\\n content: \\\"\\\\f582\\\"; }\\n\\n.fa-grin-beam-sweat:before {\\n content: \\\"\\\\f583\\\"; }\\n\\n.fa-grin-hearts:before {\\n content: \\\"\\\\f584\\\"; }\\n\\n.fa-grin-squint:before {\\n content: \\\"\\\\f585\\\"; }\\n\\n.fa-grin-squint-tears:before {\\n content: \\\"\\\\f586\\\"; }\\n\\n.fa-grin-stars:before {\\n content: \\\"\\\\f587\\\"; }\\n\\n.fa-grin-tears:before {\\n content: \\\"\\\\f588\\\"; }\\n\\n.fa-grin-tongue:before {\\n content: \\\"\\\\f589\\\"; }\\n\\n.fa-grin-tongue-squint:before {\\n content: \\\"\\\\f58a\\\"; }\\n\\n.fa-grin-tongue-wink:before {\\n content: \\\"\\\\f58b\\\"; }\\n\\n.fa-grin-wink:before {\\n content: \\\"\\\\f58c\\\"; }\\n\\n.fa-grip-horizontal:before {\\n content: \\\"\\\\f58d\\\"; }\\n\\n.fa-grip-lines:before {\\n content: \\\"\\\\f7a4\\\"; }\\n\\n.fa-grip-lines-vertical:before {\\n content: \\\"\\\\f7a5\\\"; }\\n\\n.fa-grip-vertical:before {\\n content: \\\"\\\\f58e\\\"; }\\n\\n.fa-gripfire:before {\\n content: \\\"\\\\f3ac\\\"; }\\n\\n.fa-grunt:before {\\n content: \\\"\\\\f3ad\\\"; }\\n\\n.fa-guitar:before {\\n content: \\\"\\\\f7a6\\\"; }\\n\\n.fa-gulp:before {\\n content: \\\"\\\\f3ae\\\"; }\\n\\n.fa-h-square:before {\\n content: \\\"\\\\f0fd\\\"; }\\n\\n.fa-hacker-news:before {\\n content: \\\"\\\\f1d4\\\"; }\\n\\n.fa-hacker-news-square:before {\\n content: \\\"\\\\f3af\\\"; }\\n\\n.fa-hackerrank:before {\\n content: \\\"\\\\f5f7\\\"; }\\n\\n.fa-hamburger:before {\\n content: \\\"\\\\f805\\\"; }\\n\\n.fa-hammer:before {\\n content: \\\"\\\\f6e3\\\"; }\\n\\n.fa-hamsa:before {\\n content: \\\"\\\\f665\\\"; }\\n\\n.fa-hand-holding:before {\\n content: \\\"\\\\f4bd\\\"; }\\n\\n.fa-hand-holding-heart:before {\\n content: \\\"\\\\f4be\\\"; }\\n\\n.fa-hand-holding-usd:before {\\n content: \\\"\\\\f4c0\\\"; }\\n\\n.fa-hand-lizard:before {\\n content: \\\"\\\\f258\\\"; }\\n\\n.fa-hand-middle-finger:before {\\n content: \\\"\\\\f806\\\"; }\\n\\n.fa-hand-paper:before {\\n content: \\\"\\\\f256\\\"; }\\n\\n.fa-hand-peace:before {\\n content: \\\"\\\\f25b\\\"; }\\n\\n.fa-hand-point-down:before {\\n content: \\\"\\\\f0a7\\\"; }\\n\\n.fa-hand-point-left:before {\\n content: \\\"\\\\f0a5\\\"; }\\n\\n.fa-hand-point-right:before {\\n content: \\\"\\\\f0a4\\\"; }\\n\\n.fa-hand-point-up:before {\\n content: \\\"\\\\f0a6\\\"; }\\n\\n.fa-hand-pointer:before {\\n content: \\\"\\\\f25a\\\"; }\\n\\n.fa-hand-rock:before {\\n content: \\\"\\\\f255\\\"; }\\n\\n.fa-hand-scissors:before {\\n content: \\\"\\\\f257\\\"; }\\n\\n.fa-hand-spock:before {\\n content: \\\"\\\\f259\\\"; }\\n\\n.fa-hands:before {\\n content: \\\"\\\\f4c2\\\"; }\\n\\n.fa-hands-helping:before {\\n content: \\\"\\\\f4c4\\\"; }\\n\\n.fa-handshake:before {\\n content: \\\"\\\\f2b5\\\"; }\\n\\n.fa-hanukiah:before {\\n content: \\\"\\\\f6e6\\\"; }\\n\\n.fa-hard-hat:before {\\n content: \\\"\\\\f807\\\"; }\\n\\n.fa-hashtag:before {\\n content: \\\"\\\\f292\\\"; }\\n\\n.fa-hat-wizard:before {\\n content: \\\"\\\\f6e8\\\"; }\\n\\n.fa-haykal:before {\\n content: \\\"\\\\f666\\\"; }\\n\\n.fa-hdd:before {\\n content: \\\"\\\\f0a0\\\"; }\\n\\n.fa-heading:before {\\n content: \\\"\\\\f1dc\\\"; }\\n\\n.fa-headphones:before {\\n content: \\\"\\\\f025\\\"; }\\n\\n.fa-headphones-alt:before {\\n content: \\\"\\\\f58f\\\"; }\\n\\n.fa-headset:before {\\n content: \\\"\\\\f590\\\"; }\\n\\n.fa-heart:before {\\n content: \\\"\\\\f004\\\"; }\\n\\n.fa-heart-broken:before {\\n content: \\\"\\\\f7a9\\\"; }\\n\\n.fa-heartbeat:before {\\n content: \\\"\\\\f21e\\\"; }\\n\\n.fa-helicopter:before {\\n content: \\\"\\\\f533\\\"; }\\n\\n.fa-highlighter:before {\\n content: \\\"\\\\f591\\\"; }\\n\\n.fa-hiking:before {\\n content: \\\"\\\\f6ec\\\"; }\\n\\n.fa-hippo:before {\\n content: \\\"\\\\f6ed\\\"; }\\n\\n.fa-hips:before {\\n content: \\\"\\\\f452\\\"; }\\n\\n.fa-hire-a-helper:before {\\n content: \\\"\\\\f3b0\\\"; }\\n\\n.fa-history:before {\\n content: \\\"\\\\f1da\\\"; }\\n\\n.fa-hockey-puck:before {\\n content: \\\"\\\\f453\\\"; }\\n\\n.fa-holly-berry:before {\\n content: \\\"\\\\f7aa\\\"; }\\n\\n.fa-home:before {\\n content: \\\"\\\\f015\\\"; }\\n\\n.fa-hooli:before {\\n content: \\\"\\\\f427\\\"; }\\n\\n.fa-hornbill:before {\\n content: \\\"\\\\f592\\\"; }\\n\\n.fa-horse:before {\\n content: \\\"\\\\f6f0\\\"; }\\n\\n.fa-horse-head:before {\\n content: \\\"\\\\f7ab\\\"; }\\n\\n.fa-hospital:before {\\n content: \\\"\\\\f0f8\\\"; }\\n\\n.fa-hospital-alt:before {\\n content: \\\"\\\\f47d\\\"; }\\n\\n.fa-hospital-symbol:before {\\n content: \\\"\\\\f47e\\\"; }\\n\\n.fa-hot-tub:before {\\n content: \\\"\\\\f593\\\"; }\\n\\n.fa-hotdog:before {\\n content: \\\"\\\\f80f\\\"; }\\n\\n.fa-hotel:before {\\n content: \\\"\\\\f594\\\"; }\\n\\n.fa-hotjar:before {\\n content: \\\"\\\\f3b1\\\"; }\\n\\n.fa-hourglass:before {\\n content: \\\"\\\\f254\\\"; }\\n\\n.fa-hourglass-end:before {\\n content: \\\"\\\\f253\\\"; }\\n\\n.fa-hourglass-half:before {\\n content: \\\"\\\\f252\\\"; }\\n\\n.fa-hourglass-start:before {\\n content: \\\"\\\\f251\\\"; }\\n\\n.fa-house-damage:before {\\n content: \\\"\\\\f6f1\\\"; }\\n\\n.fa-houzz:before {\\n content: \\\"\\\\f27c\\\"; }\\n\\n.fa-hryvnia:before {\\n content: \\\"\\\\f6f2\\\"; }\\n\\n.fa-html5:before {\\n content: \\\"\\\\f13b\\\"; }\\n\\n.fa-hubspot:before {\\n content: \\\"\\\\f3b2\\\"; }\\n\\n.fa-i-cursor:before {\\n content: \\\"\\\\f246\\\"; }\\n\\n.fa-ice-cream:before {\\n content: \\\"\\\\f810\\\"; }\\n\\n.fa-icicles:before {\\n content: \\\"\\\\f7ad\\\"; }\\n\\n.fa-id-badge:before {\\n content: \\\"\\\\f2c1\\\"; }\\n\\n.fa-id-card:before {\\n content: \\\"\\\\f2c2\\\"; }\\n\\n.fa-id-card-alt:before {\\n content: \\\"\\\\f47f\\\"; }\\n\\n.fa-igloo:before {\\n content: \\\"\\\\f7ae\\\"; }\\n\\n.fa-image:before {\\n content: \\\"\\\\f03e\\\"; }\\n\\n.fa-images:before {\\n content: \\\"\\\\f302\\\"; }\\n\\n.fa-imdb:before {\\n content: \\\"\\\\f2d8\\\"; }\\n\\n.fa-inbox:before {\\n content: \\\"\\\\f01c\\\"; }\\n\\n.fa-indent:before {\\n content: \\\"\\\\f03c\\\"; }\\n\\n.fa-industry:before {\\n content: \\\"\\\\f275\\\"; }\\n\\n.fa-infinity:before {\\n content: \\\"\\\\f534\\\"; }\\n\\n.fa-info:before {\\n content: \\\"\\\\f129\\\"; }\\n\\n.fa-info-circle:before {\\n content: \\\"\\\\f05a\\\"; }\\n\\n.fa-instagram:before {\\n content: \\\"\\\\f16d\\\"; }\\n\\n.fa-intercom:before {\\n content: \\\"\\\\f7af\\\"; }\\n\\n.fa-internet-explorer:before {\\n content: \\\"\\\\f26b\\\"; }\\n\\n.fa-invision:before {\\n content: \\\"\\\\f7b0\\\"; }\\n\\n.fa-ioxhost:before {\\n content: \\\"\\\\f208\\\"; }\\n\\n.fa-italic:before {\\n content: \\\"\\\\f033\\\"; }\\n\\n.fa-itch-io:before {\\n content: \\\"\\\\f83a\\\"; }\\n\\n.fa-itunes:before {\\n content: \\\"\\\\f3b4\\\"; }\\n\\n.fa-itunes-note:before {\\n content: \\\"\\\\f3b5\\\"; }\\n\\n.fa-java:before {\\n content: \\\"\\\\f4e4\\\"; }\\n\\n.fa-jedi:before {\\n content: \\\"\\\\f669\\\"; }\\n\\n.fa-jedi-order:before {\\n content: \\\"\\\\f50e\\\"; }\\n\\n.fa-jenkins:before {\\n content: \\\"\\\\f3b6\\\"; }\\n\\n.fa-jira:before {\\n content: \\\"\\\\f7b1\\\"; }\\n\\n.fa-joget:before {\\n content: \\\"\\\\f3b7\\\"; }\\n\\n.fa-joint:before {\\n content: \\\"\\\\f595\\\"; }\\n\\n.fa-joomla:before {\\n content: \\\"\\\\f1aa\\\"; }\\n\\n.fa-journal-whills:before {\\n content: \\\"\\\\f66a\\\"; }\\n\\n.fa-js:before {\\n content: \\\"\\\\f3b8\\\"; }\\n\\n.fa-js-square:before {\\n content: \\\"\\\\f3b9\\\"; }\\n\\n.fa-jsfiddle:before {\\n content: \\\"\\\\f1cc\\\"; }\\n\\n.fa-kaaba:before {\\n content: \\\"\\\\f66b\\\"; }\\n\\n.fa-kaggle:before {\\n content: \\\"\\\\f5fa\\\"; }\\n\\n.fa-key:before {\\n content: \\\"\\\\f084\\\"; }\\n\\n.fa-keybase:before {\\n content: \\\"\\\\f4f5\\\"; }\\n\\n.fa-keyboard:before {\\n content: \\\"\\\\f11c\\\"; }\\n\\n.fa-keycdn:before {\\n content: \\\"\\\\f3ba\\\"; }\\n\\n.fa-khanda:before {\\n content: \\\"\\\\f66d\\\"; }\\n\\n.fa-kickstarter:before {\\n content: \\\"\\\\f3bb\\\"; }\\n\\n.fa-kickstarter-k:before {\\n content: \\\"\\\\f3bc\\\"; }\\n\\n.fa-kiss:before {\\n content: \\\"\\\\f596\\\"; }\\n\\n.fa-kiss-beam:before {\\n content: \\\"\\\\f597\\\"; }\\n\\n.fa-kiss-wink-heart:before {\\n content: \\\"\\\\f598\\\"; }\\n\\n.fa-kiwi-bird:before {\\n content: \\\"\\\\f535\\\"; }\\n\\n.fa-korvue:before {\\n content: \\\"\\\\f42f\\\"; }\\n\\n.fa-landmark:before {\\n content: \\\"\\\\f66f\\\"; }\\n\\n.fa-language:before {\\n content: \\\"\\\\f1ab\\\"; }\\n\\n.fa-laptop:before {\\n content: \\\"\\\\f109\\\"; }\\n\\n.fa-laptop-code:before {\\n content: \\\"\\\\f5fc\\\"; }\\n\\n.fa-laptop-medical:before {\\n content: \\\"\\\\f812\\\"; }\\n\\n.fa-laravel:before {\\n content: \\\"\\\\f3bd\\\"; }\\n\\n.fa-lastfm:before {\\n content: \\\"\\\\f202\\\"; }\\n\\n.fa-lastfm-square:before {\\n content: \\\"\\\\f203\\\"; }\\n\\n.fa-laugh:before {\\n content: \\\"\\\\f599\\\"; }\\n\\n.fa-laugh-beam:before {\\n content: \\\"\\\\f59a\\\"; }\\n\\n.fa-laugh-squint:before {\\n content: \\\"\\\\f59b\\\"; }\\n\\n.fa-laugh-wink:before {\\n content: \\\"\\\\f59c\\\"; }\\n\\n.fa-layer-group:before {\\n content: \\\"\\\\f5fd\\\"; }\\n\\n.fa-leaf:before {\\n content: \\\"\\\\f06c\\\"; }\\n\\n.fa-leanpub:before {\\n content: \\\"\\\\f212\\\"; }\\n\\n.fa-lemon:before {\\n content: \\\"\\\\f094\\\"; }\\n\\n.fa-less:before {\\n content: \\\"\\\\f41d\\\"; }\\n\\n.fa-less-than:before {\\n content: \\\"\\\\f536\\\"; }\\n\\n.fa-less-than-equal:before {\\n content: \\\"\\\\f537\\\"; }\\n\\n.fa-level-down-alt:before {\\n content: \\\"\\\\f3be\\\"; }\\n\\n.fa-level-up-alt:before {\\n content: \\\"\\\\f3bf\\\"; }\\n\\n.fa-life-ring:before {\\n content: \\\"\\\\f1cd\\\"; }\\n\\n.fa-lightbulb:before {\\n content: \\\"\\\\f0eb\\\"; }\\n\\n.fa-line:before {\\n content: \\\"\\\\f3c0\\\"; }\\n\\n.fa-link:before {\\n content: \\\"\\\\f0c1\\\"; }\\n\\n.fa-linkedin:before {\\n content: \\\"\\\\f08c\\\"; }\\n\\n.fa-linkedin-in:before {\\n content: \\\"\\\\f0e1\\\"; }\\n\\n.fa-linode:before {\\n content: \\\"\\\\f2b8\\\"; }\\n\\n.fa-linux:before {\\n content: \\\"\\\\f17c\\\"; }\\n\\n.fa-lira-sign:before {\\n content: \\\"\\\\f195\\\"; }\\n\\n.fa-list:before {\\n content: \\\"\\\\f03a\\\"; }\\n\\n.fa-list-alt:before {\\n content: \\\"\\\\f022\\\"; }\\n\\n.fa-list-ol:before {\\n content: \\\"\\\\f0cb\\\"; }\\n\\n.fa-list-ul:before {\\n content: \\\"\\\\f0ca\\\"; }\\n\\n.fa-location-arrow:before {\\n content: \\\"\\\\f124\\\"; }\\n\\n.fa-lock:before {\\n content: \\\"\\\\f023\\\"; }\\n\\n.fa-lock-open:before {\\n content: \\\"\\\\f3c1\\\"; }\\n\\n.fa-long-arrow-alt-down:before {\\n content: \\\"\\\\f309\\\"; }\\n\\n.fa-long-arrow-alt-left:before {\\n content: \\\"\\\\f30a\\\"; }\\n\\n.fa-long-arrow-alt-right:before {\\n content: \\\"\\\\f30b\\\"; }\\n\\n.fa-long-arrow-alt-up:before {\\n content: \\\"\\\\f30c\\\"; }\\n\\n.fa-low-vision:before {\\n content: \\\"\\\\f2a8\\\"; }\\n\\n.fa-luggage-cart:before {\\n content: \\\"\\\\f59d\\\"; }\\n\\n.fa-lyft:before {\\n content: \\\"\\\\f3c3\\\"; }\\n\\n.fa-magento:before {\\n content: \\\"\\\\f3c4\\\"; }\\n\\n.fa-magic:before {\\n content: \\\"\\\\f0d0\\\"; }\\n\\n.fa-magnet:before {\\n content: \\\"\\\\f076\\\"; }\\n\\n.fa-mail-bulk:before {\\n content: \\\"\\\\f674\\\"; }\\n\\n.fa-mailchimp:before {\\n content: \\\"\\\\f59e\\\"; }\\n\\n.fa-male:before {\\n content: \\\"\\\\f183\\\"; }\\n\\n.fa-mandalorian:before {\\n content: \\\"\\\\f50f\\\"; }\\n\\n.fa-map:before {\\n content: \\\"\\\\f279\\\"; }\\n\\n.fa-map-marked:before {\\n content: \\\"\\\\f59f\\\"; }\\n\\n.fa-map-marked-alt:before {\\n content: \\\"\\\\f5a0\\\"; }\\n\\n.fa-map-marker:before {\\n content: \\\"\\\\f041\\\"; }\\n\\n.fa-map-marker-alt:before {\\n content: \\\"\\\\f3c5\\\"; }\\n\\n.fa-map-pin:before {\\n content: \\\"\\\\f276\\\"; }\\n\\n.fa-map-signs:before {\\n content: \\\"\\\\f277\\\"; }\\n\\n.fa-markdown:before {\\n content: \\\"\\\\f60f\\\"; }\\n\\n.fa-marker:before {\\n content: \\\"\\\\f5a1\\\"; }\\n\\n.fa-mars:before {\\n content: \\\"\\\\f222\\\"; }\\n\\n.fa-mars-double:before {\\n content: \\\"\\\\f227\\\"; }\\n\\n.fa-mars-stroke:before {\\n content: \\\"\\\\f229\\\"; }\\n\\n.fa-mars-stroke-h:before {\\n content: \\\"\\\\f22b\\\"; }\\n\\n.fa-mars-stroke-v:before {\\n content: \\\"\\\\f22a\\\"; }\\n\\n.fa-mask:before {\\n content: \\\"\\\\f6fa\\\"; }\\n\\n.fa-mastodon:before {\\n content: \\\"\\\\f4f6\\\"; }\\n\\n.fa-maxcdn:before {\\n content: \\\"\\\\f136\\\"; }\\n\\n.fa-medal:before {\\n content: \\\"\\\\f5a2\\\"; }\\n\\n.fa-medapps:before {\\n content: \\\"\\\\f3c6\\\"; }\\n\\n.fa-medium:before {\\n content: \\\"\\\\f23a\\\"; }\\n\\n.fa-medium-m:before {\\n content: \\\"\\\\f3c7\\\"; }\\n\\n.fa-medkit:before {\\n content: \\\"\\\\f0fa\\\"; }\\n\\n.fa-medrt:before {\\n content: \\\"\\\\f3c8\\\"; }\\n\\n.fa-meetup:before {\\n content: \\\"\\\\f2e0\\\"; }\\n\\n.fa-megaport:before {\\n content: \\\"\\\\f5a3\\\"; }\\n\\n.fa-meh:before {\\n content: \\\"\\\\f11a\\\"; }\\n\\n.fa-meh-blank:before {\\n content: \\\"\\\\f5a4\\\"; }\\n\\n.fa-meh-rolling-eyes:before {\\n content: \\\"\\\\f5a5\\\"; }\\n\\n.fa-memory:before {\\n content: \\\"\\\\f538\\\"; }\\n\\n.fa-mendeley:before {\\n content: \\\"\\\\f7b3\\\"; }\\n\\n.fa-menorah:before {\\n content: \\\"\\\\f676\\\"; }\\n\\n.fa-mercury:before {\\n content: \\\"\\\\f223\\\"; }\\n\\n.fa-meteor:before {\\n content: \\\"\\\\f753\\\"; }\\n\\n.fa-microchip:before {\\n content: \\\"\\\\f2db\\\"; }\\n\\n.fa-microphone:before {\\n content: \\\"\\\\f130\\\"; }\\n\\n.fa-microphone-alt:before {\\n content: \\\"\\\\f3c9\\\"; }\\n\\n.fa-microphone-alt-slash:before {\\n content: \\\"\\\\f539\\\"; }\\n\\n.fa-microphone-slash:before {\\n content: \\\"\\\\f131\\\"; }\\n\\n.fa-microscope:before {\\n content: \\\"\\\\f610\\\"; }\\n\\n.fa-microsoft:before {\\n content: \\\"\\\\f3ca\\\"; }\\n\\n.fa-minus:before {\\n content: \\\"\\\\f068\\\"; }\\n\\n.fa-minus-circle:before {\\n content: \\\"\\\\f056\\\"; }\\n\\n.fa-minus-square:before {\\n content: \\\"\\\\f146\\\"; }\\n\\n.fa-mitten:before {\\n content: \\\"\\\\f7b5\\\"; }\\n\\n.fa-mix:before {\\n content: \\\"\\\\f3cb\\\"; }\\n\\n.fa-mixcloud:before {\\n content: \\\"\\\\f289\\\"; }\\n\\n.fa-mizuni:before {\\n content: \\\"\\\\f3cc\\\"; }\\n\\n.fa-mobile:before {\\n content: \\\"\\\\f10b\\\"; }\\n\\n.fa-mobile-alt:before {\\n content: \\\"\\\\f3cd\\\"; }\\n\\n.fa-modx:before {\\n content: \\\"\\\\f285\\\"; }\\n\\n.fa-monero:before {\\n content: \\\"\\\\f3d0\\\"; }\\n\\n.fa-money-bill:before {\\n content: \\\"\\\\f0d6\\\"; }\\n\\n.fa-money-bill-alt:before {\\n content: \\\"\\\\f3d1\\\"; }\\n\\n.fa-money-bill-wave:before {\\n content: \\\"\\\\f53a\\\"; }\\n\\n.fa-money-bill-wave-alt:before {\\n content: \\\"\\\\f53b\\\"; }\\n\\n.fa-money-check:before {\\n content: \\\"\\\\f53c\\\"; }\\n\\n.fa-money-check-alt:before {\\n content: \\\"\\\\f53d\\\"; }\\n\\n.fa-monument:before {\\n content: \\\"\\\\f5a6\\\"; }\\n\\n.fa-moon:before {\\n content: \\\"\\\\f186\\\"; }\\n\\n.fa-mortar-pestle:before {\\n content: \\\"\\\\f5a7\\\"; }\\n\\n.fa-mosque:before {\\n content: \\\"\\\\f678\\\"; }\\n\\n.fa-motorcycle:before {\\n content: \\\"\\\\f21c\\\"; }\\n\\n.fa-mountain:before {\\n content: \\\"\\\\f6fc\\\"; }\\n\\n.fa-mouse-pointer:before {\\n content: \\\"\\\\f245\\\"; }\\n\\n.fa-mug-hot:before {\\n content: \\\"\\\\f7b6\\\"; }\\n\\n.fa-music:before {\\n content: \\\"\\\\f001\\\"; }\\n\\n.fa-napster:before {\\n content: \\\"\\\\f3d2\\\"; }\\n\\n.fa-neos:before {\\n content: \\\"\\\\f612\\\"; }\\n\\n.fa-network-wired:before {\\n content: \\\"\\\\f6ff\\\"; }\\n\\n.fa-neuter:before {\\n content: \\\"\\\\f22c\\\"; }\\n\\n.fa-newspaper:before {\\n content: \\\"\\\\f1ea\\\"; }\\n\\n.fa-nimblr:before {\\n content: \\\"\\\\f5a8\\\"; }\\n\\n.fa-nintendo-switch:before {\\n content: \\\"\\\\f418\\\"; }\\n\\n.fa-node:before {\\n content: \\\"\\\\f419\\\"; }\\n\\n.fa-node-js:before {\\n content: \\\"\\\\f3d3\\\"; }\\n\\n.fa-not-equal:before {\\n content: \\\"\\\\f53e\\\"; }\\n\\n.fa-notes-medical:before {\\n content: \\\"\\\\f481\\\"; }\\n\\n.fa-npm:before {\\n content: \\\"\\\\f3d4\\\"; }\\n\\n.fa-ns8:before {\\n content: \\\"\\\\f3d5\\\"; }\\n\\n.fa-nutritionix:before {\\n content: \\\"\\\\f3d6\\\"; }\\n\\n.fa-object-group:before {\\n content: \\\"\\\\f247\\\"; }\\n\\n.fa-object-ungroup:before {\\n content: \\\"\\\\f248\\\"; }\\n\\n.fa-odnoklassniki:before {\\n content: \\\"\\\\f263\\\"; }\\n\\n.fa-odnoklassniki-square:before {\\n content: \\\"\\\\f264\\\"; }\\n\\n.fa-oil-can:before {\\n content: \\\"\\\\f613\\\"; }\\n\\n.fa-old-republic:before {\\n content: \\\"\\\\f510\\\"; }\\n\\n.fa-om:before {\\n content: \\\"\\\\f679\\\"; }\\n\\n.fa-opencart:before {\\n content: \\\"\\\\f23d\\\"; }\\n\\n.fa-openid:before {\\n content: \\\"\\\\f19b\\\"; }\\n\\n.fa-opera:before {\\n content: \\\"\\\\f26a\\\"; }\\n\\n.fa-optin-monster:before {\\n content: \\\"\\\\f23c\\\"; }\\n\\n.fa-osi:before {\\n content: \\\"\\\\f41a\\\"; }\\n\\n.fa-otter:before {\\n content: \\\"\\\\f700\\\"; }\\n\\n.fa-outdent:before {\\n content: \\\"\\\\f03b\\\"; }\\n\\n.fa-page4:before {\\n content: \\\"\\\\f3d7\\\"; }\\n\\n.fa-pagelines:before {\\n content: \\\"\\\\f18c\\\"; }\\n\\n.fa-pager:before {\\n content: \\\"\\\\f815\\\"; }\\n\\n.fa-paint-brush:before {\\n content: \\\"\\\\f1fc\\\"; }\\n\\n.fa-paint-roller:before {\\n content: \\\"\\\\f5aa\\\"; }\\n\\n.fa-palette:before {\\n content: \\\"\\\\f53f\\\"; }\\n\\n.fa-palfed:before {\\n content: \\\"\\\\f3d8\\\"; }\\n\\n.fa-pallet:before {\\n content: \\\"\\\\f482\\\"; }\\n\\n.fa-paper-plane:before {\\n content: \\\"\\\\f1d8\\\"; }\\n\\n.fa-paperclip:before {\\n content: \\\"\\\\f0c6\\\"; }\\n\\n.fa-parachute-box:before {\\n content: \\\"\\\\f4cd\\\"; }\\n\\n.fa-paragraph:before {\\n content: \\\"\\\\f1dd\\\"; }\\n\\n.fa-parking:before {\\n content: \\\"\\\\f540\\\"; }\\n\\n.fa-passport:before {\\n content: \\\"\\\\f5ab\\\"; }\\n\\n.fa-pastafarianism:before {\\n content: \\\"\\\\f67b\\\"; }\\n\\n.fa-paste:before {\\n content: \\\"\\\\f0ea\\\"; }\\n\\n.fa-patreon:before {\\n content: \\\"\\\\f3d9\\\"; }\\n\\n.fa-pause:before {\\n content: \\\"\\\\f04c\\\"; }\\n\\n.fa-pause-circle:before {\\n content: \\\"\\\\f28b\\\"; }\\n\\n.fa-paw:before {\\n content: \\\"\\\\f1b0\\\"; }\\n\\n.fa-paypal:before {\\n content: \\\"\\\\f1ed\\\"; }\\n\\n.fa-peace:before {\\n content: \\\"\\\\f67c\\\"; }\\n\\n.fa-pen:before {\\n content: \\\"\\\\f304\\\"; }\\n\\n.fa-pen-alt:before {\\n content: \\\"\\\\f305\\\"; }\\n\\n.fa-pen-fancy:before {\\n content: \\\"\\\\f5ac\\\"; }\\n\\n.fa-pen-nib:before {\\n content: \\\"\\\\f5ad\\\"; }\\n\\n.fa-pen-square:before {\\n content: \\\"\\\\f14b\\\"; }\\n\\n.fa-pencil-alt:before {\\n content: \\\"\\\\f303\\\"; }\\n\\n.fa-pencil-ruler:before {\\n content: \\\"\\\\f5ae\\\"; }\\n\\n.fa-penny-arcade:before {\\n content: \\\"\\\\f704\\\"; }\\n\\n.fa-people-carry:before {\\n content: \\\"\\\\f4ce\\\"; }\\n\\n.fa-pepper-hot:before {\\n content: \\\"\\\\f816\\\"; }\\n\\n.fa-percent:before {\\n content: \\\"\\\\f295\\\"; }\\n\\n.fa-percentage:before {\\n content: \\\"\\\\f541\\\"; }\\n\\n.fa-periscope:before {\\n content: \\\"\\\\f3da\\\"; }\\n\\n.fa-person-booth:before {\\n content: \\\"\\\\f756\\\"; }\\n\\n.fa-phabricator:before {\\n content: \\\"\\\\f3db\\\"; }\\n\\n.fa-phoenix-framework:before {\\n content: \\\"\\\\f3dc\\\"; }\\n\\n.fa-phoenix-squadron:before {\\n content: \\\"\\\\f511\\\"; }\\n\\n.fa-phone:before {\\n content: \\\"\\\\f095\\\"; }\\n\\n.fa-phone-slash:before {\\n content: \\\"\\\\f3dd\\\"; }\\n\\n.fa-phone-square:before {\\n content: \\\"\\\\f098\\\"; }\\n\\n.fa-phone-volume:before {\\n content: \\\"\\\\f2a0\\\"; }\\n\\n.fa-php:before {\\n content: \\\"\\\\f457\\\"; }\\n\\n.fa-pied-piper:before {\\n content: \\\"\\\\f2ae\\\"; }\\n\\n.fa-pied-piper-alt:before {\\n content: \\\"\\\\f1a8\\\"; }\\n\\n.fa-pied-piper-hat:before {\\n content: \\\"\\\\f4e5\\\"; }\\n\\n.fa-pied-piper-pp:before {\\n content: \\\"\\\\f1a7\\\"; }\\n\\n.fa-piggy-bank:before {\\n content: \\\"\\\\f4d3\\\"; }\\n\\n.fa-pills:before {\\n content: \\\"\\\\f484\\\"; }\\n\\n.fa-pinterest:before {\\n content: \\\"\\\\f0d2\\\"; }\\n\\n.fa-pinterest-p:before {\\n content: \\\"\\\\f231\\\"; }\\n\\n.fa-pinterest-square:before {\\n content: \\\"\\\\f0d3\\\"; }\\n\\n.fa-pizza-slice:before {\\n content: \\\"\\\\f818\\\"; }\\n\\n.fa-place-of-worship:before {\\n content: \\\"\\\\f67f\\\"; }\\n\\n.fa-plane:before {\\n content: \\\"\\\\f072\\\"; }\\n\\n.fa-plane-arrival:before {\\n content: \\\"\\\\f5af\\\"; }\\n\\n.fa-plane-departure:before {\\n content: \\\"\\\\f5b0\\\"; }\\n\\n.fa-play:before {\\n content: \\\"\\\\f04b\\\"; }\\n\\n.fa-play-circle:before {\\n content: \\\"\\\\f144\\\"; }\\n\\n.fa-playstation:before {\\n content: \\\"\\\\f3df\\\"; }\\n\\n.fa-plug:before {\\n content: \\\"\\\\f1e6\\\"; }\\n\\n.fa-plus:before {\\n content: \\\"\\\\f067\\\"; }\\n\\n.fa-plus-circle:before {\\n content: \\\"\\\\f055\\\"; }\\n\\n.fa-plus-square:before {\\n content: \\\"\\\\f0fe\\\"; }\\n\\n.fa-podcast:before {\\n content: \\\"\\\\f2ce\\\"; }\\n\\n.fa-poll:before {\\n content: \\\"\\\\f681\\\"; }\\n\\n.fa-poll-h:before {\\n content: \\\"\\\\f682\\\"; }\\n\\n.fa-poo:before {\\n content: \\\"\\\\f2fe\\\"; }\\n\\n.fa-poo-storm:before {\\n content: \\\"\\\\f75a\\\"; }\\n\\n.fa-poop:before {\\n content: \\\"\\\\f619\\\"; }\\n\\n.fa-portrait:before {\\n content: \\\"\\\\f3e0\\\"; }\\n\\n.fa-pound-sign:before {\\n content: \\\"\\\\f154\\\"; }\\n\\n.fa-power-off:before {\\n content: \\\"\\\\f011\\\"; }\\n\\n.fa-pray:before {\\n content: \\\"\\\\f683\\\"; }\\n\\n.fa-praying-hands:before {\\n content: \\\"\\\\f684\\\"; }\\n\\n.fa-prescription:before {\\n content: \\\"\\\\f5b1\\\"; }\\n\\n.fa-prescription-bottle:before {\\n content: \\\"\\\\f485\\\"; }\\n\\n.fa-prescription-bottle-alt:before {\\n content: \\\"\\\\f486\\\"; }\\n\\n.fa-print:before {\\n content: \\\"\\\\f02f\\\"; }\\n\\n.fa-procedures:before {\\n content: \\\"\\\\f487\\\"; }\\n\\n.fa-product-hunt:before {\\n content: \\\"\\\\f288\\\"; }\\n\\n.fa-project-diagram:before {\\n content: \\\"\\\\f542\\\"; }\\n\\n.fa-pushed:before {\\n content: \\\"\\\\f3e1\\\"; }\\n\\n.fa-puzzle-piece:before {\\n content: \\\"\\\\f12e\\\"; }\\n\\n.fa-python:before {\\n content: \\\"\\\\f3e2\\\"; }\\n\\n.fa-qq:before {\\n content: \\\"\\\\f1d6\\\"; }\\n\\n.fa-qrcode:before {\\n content: \\\"\\\\f029\\\"; }\\n\\n.fa-question:before {\\n content: \\\"\\\\f128\\\"; }\\n\\n.fa-question-circle:before {\\n content: \\\"\\\\f059\\\"; }\\n\\n.fa-quidditch:before {\\n content: \\\"\\\\f458\\\"; }\\n\\n.fa-quinscape:before {\\n content: \\\"\\\\f459\\\"; }\\n\\n.fa-quora:before {\\n content: \\\"\\\\f2c4\\\"; }\\n\\n.fa-quote-left:before {\\n content: \\\"\\\\f10d\\\"; }\\n\\n.fa-quote-right:before {\\n content: \\\"\\\\f10e\\\"; }\\n\\n.fa-quran:before {\\n content: \\\"\\\\f687\\\"; }\\n\\n.fa-r-project:before {\\n content: \\\"\\\\f4f7\\\"; }\\n\\n.fa-radiation:before {\\n content: \\\"\\\\f7b9\\\"; }\\n\\n.fa-radiation-alt:before {\\n content: \\\"\\\\f7ba\\\"; }\\n\\n.fa-rainbow:before {\\n content: \\\"\\\\f75b\\\"; }\\n\\n.fa-random:before {\\n content: \\\"\\\\f074\\\"; }\\n\\n.fa-raspberry-pi:before {\\n content: \\\"\\\\f7bb\\\"; }\\n\\n.fa-ravelry:before {\\n content: \\\"\\\\f2d9\\\"; }\\n\\n.fa-react:before {\\n content: \\\"\\\\f41b\\\"; }\\n\\n.fa-reacteurope:before {\\n content: \\\"\\\\f75d\\\"; }\\n\\n.fa-readme:before {\\n content: \\\"\\\\f4d5\\\"; }\\n\\n.fa-rebel:before {\\n content: \\\"\\\\f1d0\\\"; }\\n\\n.fa-receipt:before {\\n content: \\\"\\\\f543\\\"; }\\n\\n.fa-recycle:before {\\n content: \\\"\\\\f1b8\\\"; }\\n\\n.fa-red-river:before {\\n content: \\\"\\\\f3e3\\\"; }\\n\\n.fa-reddit:before {\\n content: \\\"\\\\f1a1\\\"; }\\n\\n.fa-reddit-alien:before {\\n content: \\\"\\\\f281\\\"; }\\n\\n.fa-reddit-square:before {\\n content: \\\"\\\\f1a2\\\"; }\\n\\n.fa-redhat:before {\\n content: \\\"\\\\f7bc\\\"; }\\n\\n.fa-redo:before {\\n content: \\\"\\\\f01e\\\"; }\\n\\n.fa-redo-alt:before {\\n content: \\\"\\\\f2f9\\\"; }\\n\\n.fa-registered:before {\\n content: \\\"\\\\f25d\\\"; }\\n\\n.fa-renren:before {\\n content: \\\"\\\\f18b\\\"; }\\n\\n.fa-reply:before {\\n content: \\\"\\\\f3e5\\\"; }\\n\\n.fa-reply-all:before {\\n content: \\\"\\\\f122\\\"; }\\n\\n.fa-replyd:before {\\n content: \\\"\\\\f3e6\\\"; }\\n\\n.fa-republican:before {\\n content: \\\"\\\\f75e\\\"; }\\n\\n.fa-researchgate:before {\\n content: \\\"\\\\f4f8\\\"; }\\n\\n.fa-resolving:before {\\n content: \\\"\\\\f3e7\\\"; }\\n\\n.fa-restroom:before {\\n content: \\\"\\\\f7bd\\\"; }\\n\\n.fa-retweet:before {\\n content: \\\"\\\\f079\\\"; }\\n\\n.fa-rev:before {\\n content: \\\"\\\\f5b2\\\"; }\\n\\n.fa-ribbon:before {\\n content: \\\"\\\\f4d6\\\"; }\\n\\n.fa-ring:before {\\n content: \\\"\\\\f70b\\\"; }\\n\\n.fa-road:before {\\n content: \\\"\\\\f018\\\"; }\\n\\n.fa-robot:before {\\n content: \\\"\\\\f544\\\"; }\\n\\n.fa-rocket:before {\\n content: \\\"\\\\f135\\\"; }\\n\\n.fa-rocketchat:before {\\n content: \\\"\\\\f3e8\\\"; }\\n\\n.fa-rockrms:before {\\n content: \\\"\\\\f3e9\\\"; }\\n\\n.fa-route:before {\\n content: \\\"\\\\f4d7\\\"; }\\n\\n.fa-rss:before {\\n content: \\\"\\\\f09e\\\"; }\\n\\n.fa-rss-square:before {\\n content: \\\"\\\\f143\\\"; }\\n\\n.fa-ruble-sign:before {\\n content: \\\"\\\\f158\\\"; }\\n\\n.fa-ruler:before {\\n content: \\\"\\\\f545\\\"; }\\n\\n.fa-ruler-combined:before {\\n content: \\\"\\\\f546\\\"; }\\n\\n.fa-ruler-horizontal:before {\\n content: \\\"\\\\f547\\\"; }\\n\\n.fa-ruler-vertical:before {\\n content: \\\"\\\\f548\\\"; }\\n\\n.fa-running:before {\\n content: \\\"\\\\f70c\\\"; }\\n\\n.fa-rupee-sign:before {\\n content: \\\"\\\\f156\\\"; }\\n\\n.fa-sad-cry:before {\\n content: \\\"\\\\f5b3\\\"; }\\n\\n.fa-sad-tear:before {\\n content: \\\"\\\\f5b4\\\"; }\\n\\n.fa-safari:before {\\n content: \\\"\\\\f267\\\"; }\\n\\n.fa-salesforce:before {\\n content: \\\"\\\\f83b\\\"; }\\n\\n.fa-sass:before {\\n content: \\\"\\\\f41e\\\"; }\\n\\n.fa-satellite:before {\\n content: \\\"\\\\f7bf\\\"; }\\n\\n.fa-satellite-dish:before {\\n content: \\\"\\\\f7c0\\\"; }\\n\\n.fa-save:before {\\n content: \\\"\\\\f0c7\\\"; }\\n\\n.fa-schlix:before {\\n content: \\\"\\\\f3ea\\\"; }\\n\\n.fa-school:before {\\n content: \\\"\\\\f549\\\"; }\\n\\n.fa-screwdriver:before {\\n content: \\\"\\\\f54a\\\"; }\\n\\n.fa-scribd:before {\\n content: \\\"\\\\f28a\\\"; }\\n\\n.fa-scroll:before {\\n content: \\\"\\\\f70e\\\"; }\\n\\n.fa-sd-card:before {\\n content: \\\"\\\\f7c2\\\"; }\\n\\n.fa-search:before {\\n content: \\\"\\\\f002\\\"; }\\n\\n.fa-search-dollar:before {\\n content: \\\"\\\\f688\\\"; }\\n\\n.fa-search-location:before {\\n content: \\\"\\\\f689\\\"; }\\n\\n.fa-search-minus:before {\\n content: \\\"\\\\f010\\\"; }\\n\\n.fa-search-plus:before {\\n content: \\\"\\\\f00e\\\"; }\\n\\n.fa-searchengin:before {\\n content: \\\"\\\\f3eb\\\"; }\\n\\n.fa-seedling:before {\\n content: \\\"\\\\f4d8\\\"; }\\n\\n.fa-sellcast:before {\\n content: \\\"\\\\f2da\\\"; }\\n\\n.fa-sellsy:before {\\n content: \\\"\\\\f213\\\"; }\\n\\n.fa-server:before {\\n content: \\\"\\\\f233\\\"; }\\n\\n.fa-servicestack:before {\\n content: \\\"\\\\f3ec\\\"; }\\n\\n.fa-shapes:before {\\n content: \\\"\\\\f61f\\\"; }\\n\\n.fa-share:before {\\n content: \\\"\\\\f064\\\"; }\\n\\n.fa-share-alt:before {\\n content: \\\"\\\\f1e0\\\"; }\\n\\n.fa-share-alt-square:before {\\n content: \\\"\\\\f1e1\\\"; }\\n\\n.fa-share-square:before {\\n content: \\\"\\\\f14d\\\"; }\\n\\n.fa-shekel-sign:before {\\n content: \\\"\\\\f20b\\\"; }\\n\\n.fa-shield-alt:before {\\n content: \\\"\\\\f3ed\\\"; }\\n\\n.fa-ship:before {\\n content: \\\"\\\\f21a\\\"; }\\n\\n.fa-shipping-fast:before {\\n content: \\\"\\\\f48b\\\"; }\\n\\n.fa-shirtsinbulk:before {\\n content: \\\"\\\\f214\\\"; }\\n\\n.fa-shoe-prints:before {\\n content: \\\"\\\\f54b\\\"; }\\n\\n.fa-shopping-bag:before {\\n content: \\\"\\\\f290\\\"; }\\n\\n.fa-shopping-basket:before {\\n content: \\\"\\\\f291\\\"; }\\n\\n.fa-shopping-cart:before {\\n content: \\\"\\\\f07a\\\"; }\\n\\n.fa-shopware:before {\\n content: \\\"\\\\f5b5\\\"; }\\n\\n.fa-shower:before {\\n content: \\\"\\\\f2cc\\\"; }\\n\\n.fa-shuttle-van:before {\\n content: \\\"\\\\f5b6\\\"; }\\n\\n.fa-sign:before {\\n content: \\\"\\\\f4d9\\\"; }\\n\\n.fa-sign-in-alt:before {\\n content: \\\"\\\\f2f6\\\"; }\\n\\n.fa-sign-language:before {\\n content: \\\"\\\\f2a7\\\"; }\\n\\n.fa-sign-out-alt:before {\\n content: \\\"\\\\f2f5\\\"; }\\n\\n.fa-signal:before {\\n content: \\\"\\\\f012\\\"; }\\n\\n.fa-signature:before {\\n content: \\\"\\\\f5b7\\\"; }\\n\\n.fa-sim-card:before {\\n content: \\\"\\\\f7c4\\\"; }\\n\\n.fa-simplybuilt:before {\\n content: \\\"\\\\f215\\\"; }\\n\\n.fa-sistrix:before {\\n content: \\\"\\\\f3ee\\\"; }\\n\\n.fa-sitemap:before {\\n content: \\\"\\\\f0e8\\\"; }\\n\\n.fa-sith:before {\\n content: \\\"\\\\f512\\\"; }\\n\\n.fa-skating:before {\\n content: \\\"\\\\f7c5\\\"; }\\n\\n.fa-sketch:before {\\n content: \\\"\\\\f7c6\\\"; }\\n\\n.fa-skiing:before {\\n content: \\\"\\\\f7c9\\\"; }\\n\\n.fa-skiing-nordic:before {\\n content: \\\"\\\\f7ca\\\"; }\\n\\n.fa-skull:before {\\n content: \\\"\\\\f54c\\\"; }\\n\\n.fa-skull-crossbones:before {\\n content: \\\"\\\\f714\\\"; }\\n\\n.fa-skyatlas:before {\\n content: \\\"\\\\f216\\\"; }\\n\\n.fa-skype:before {\\n content: \\\"\\\\f17e\\\"; }\\n\\n.fa-slack:before {\\n content: \\\"\\\\f198\\\"; }\\n\\n.fa-slack-hash:before {\\n content: \\\"\\\\f3ef\\\"; }\\n\\n.fa-slash:before {\\n content: \\\"\\\\f715\\\"; }\\n\\n.fa-sleigh:before {\\n content: \\\"\\\\f7cc\\\"; }\\n\\n.fa-sliders-h:before {\\n content: \\\"\\\\f1de\\\"; }\\n\\n.fa-slideshare:before {\\n content: \\\"\\\\f1e7\\\"; }\\n\\n.fa-smile:before {\\n content: \\\"\\\\f118\\\"; }\\n\\n.fa-smile-beam:before {\\n content: \\\"\\\\f5b8\\\"; }\\n\\n.fa-smile-wink:before {\\n content: \\\"\\\\f4da\\\"; }\\n\\n.fa-smog:before {\\n content: \\\"\\\\f75f\\\"; }\\n\\n.fa-smoking:before {\\n content: \\\"\\\\f48d\\\"; }\\n\\n.fa-smoking-ban:before {\\n content: \\\"\\\\f54d\\\"; }\\n\\n.fa-sms:before {\\n content: \\\"\\\\f7cd\\\"; }\\n\\n.fa-snapchat:before {\\n content: \\\"\\\\f2ab\\\"; }\\n\\n.fa-snapchat-ghost:before {\\n content: \\\"\\\\f2ac\\\"; }\\n\\n.fa-snapchat-square:before {\\n content: \\\"\\\\f2ad\\\"; }\\n\\n.fa-snowboarding:before {\\n content: \\\"\\\\f7ce\\\"; }\\n\\n.fa-snowflake:before {\\n content: \\\"\\\\f2dc\\\"; }\\n\\n.fa-snowman:before {\\n content: \\\"\\\\f7d0\\\"; }\\n\\n.fa-snowplow:before {\\n content: \\\"\\\\f7d2\\\"; }\\n\\n.fa-socks:before {\\n content: \\\"\\\\f696\\\"; }\\n\\n.fa-solar-panel:before {\\n content: \\\"\\\\f5ba\\\"; }\\n\\n.fa-sort:before {\\n content: \\\"\\\\f0dc\\\"; }\\n\\n.fa-sort-alpha-down:before {\\n content: \\\"\\\\f15d\\\"; }\\n\\n.fa-sort-alpha-up:before {\\n content: \\\"\\\\f15e\\\"; }\\n\\n.fa-sort-amount-down:before {\\n content: \\\"\\\\f160\\\"; }\\n\\n.fa-sort-amount-up:before {\\n content: \\\"\\\\f161\\\"; }\\n\\n.fa-sort-down:before {\\n content: \\\"\\\\f0dd\\\"; }\\n\\n.fa-sort-numeric-down:before {\\n content: \\\"\\\\f162\\\"; }\\n\\n.fa-sort-numeric-up:before {\\n content: \\\"\\\\f163\\\"; }\\n\\n.fa-sort-up:before {\\n content: \\\"\\\\f0de\\\"; }\\n\\n.fa-soundcloud:before {\\n content: \\\"\\\\f1be\\\"; }\\n\\n.fa-sourcetree:before {\\n content: \\\"\\\\f7d3\\\"; }\\n\\n.fa-spa:before {\\n content: \\\"\\\\f5bb\\\"; }\\n\\n.fa-space-shuttle:before {\\n content: \\\"\\\\f197\\\"; }\\n\\n.fa-speakap:before {\\n content: \\\"\\\\f3f3\\\"; }\\n\\n.fa-speaker-deck:before {\\n content: \\\"\\\\f83c\\\"; }\\n\\n.fa-spider:before {\\n content: \\\"\\\\f717\\\"; }\\n\\n.fa-spinner:before {\\n content: \\\"\\\\f110\\\"; }\\n\\n.fa-splotch:before {\\n content: \\\"\\\\f5bc\\\"; }\\n\\n.fa-spotify:before {\\n content: \\\"\\\\f1bc\\\"; }\\n\\n.fa-spray-can:before {\\n content: \\\"\\\\f5bd\\\"; }\\n\\n.fa-square:before {\\n content: \\\"\\\\f0c8\\\"; }\\n\\n.fa-square-full:before {\\n content: \\\"\\\\f45c\\\"; }\\n\\n.fa-square-root-alt:before {\\n content: \\\"\\\\f698\\\"; }\\n\\n.fa-squarespace:before {\\n content: \\\"\\\\f5be\\\"; }\\n\\n.fa-stack-exchange:before {\\n content: \\\"\\\\f18d\\\"; }\\n\\n.fa-stack-overflow:before {\\n content: \\\"\\\\f16c\\\"; }\\n\\n.fa-stackpath:before {\\n content: \\\"\\\\f842\\\"; }\\n\\n.fa-stamp:before {\\n content: \\\"\\\\f5bf\\\"; }\\n\\n.fa-star:before {\\n content: \\\"\\\\f005\\\"; }\\n\\n.fa-star-and-crescent:before {\\n content: \\\"\\\\f699\\\"; }\\n\\n.fa-star-half:before {\\n content: \\\"\\\\f089\\\"; }\\n\\n.fa-star-half-alt:before {\\n content: \\\"\\\\f5c0\\\"; }\\n\\n.fa-star-of-david:before {\\n content: \\\"\\\\f69a\\\"; }\\n\\n.fa-star-of-life:before {\\n content: \\\"\\\\f621\\\"; }\\n\\n.fa-staylinked:before {\\n content: \\\"\\\\f3f5\\\"; }\\n\\n.fa-steam:before {\\n content: \\\"\\\\f1b6\\\"; }\\n\\n.fa-steam-square:before {\\n content: \\\"\\\\f1b7\\\"; }\\n\\n.fa-steam-symbol:before {\\n content: \\\"\\\\f3f6\\\"; }\\n\\n.fa-step-backward:before {\\n content: \\\"\\\\f048\\\"; }\\n\\n.fa-step-forward:before {\\n content: \\\"\\\\f051\\\"; }\\n\\n.fa-stethoscope:before {\\n content: \\\"\\\\f0f1\\\"; }\\n\\n.fa-sticker-mule:before {\\n content: \\\"\\\\f3f7\\\"; }\\n\\n.fa-sticky-note:before {\\n content: \\\"\\\\f249\\\"; }\\n\\n.fa-stop:before {\\n content: \\\"\\\\f04d\\\"; }\\n\\n.fa-stop-circle:before {\\n content: \\\"\\\\f28d\\\"; }\\n\\n.fa-stopwatch:before {\\n content: \\\"\\\\f2f2\\\"; }\\n\\n.fa-store:before {\\n content: \\\"\\\\f54e\\\"; }\\n\\n.fa-store-alt:before {\\n content: \\\"\\\\f54f\\\"; }\\n\\n.fa-strava:before {\\n content: \\\"\\\\f428\\\"; }\\n\\n.fa-stream:before {\\n content: \\\"\\\\f550\\\"; }\\n\\n.fa-street-view:before {\\n content: \\\"\\\\f21d\\\"; }\\n\\n.fa-strikethrough:before {\\n content: \\\"\\\\f0cc\\\"; }\\n\\n.fa-stripe:before {\\n content: \\\"\\\\f429\\\"; }\\n\\n.fa-stripe-s:before {\\n content: \\\"\\\\f42a\\\"; }\\n\\n.fa-stroopwafel:before {\\n content: \\\"\\\\f551\\\"; }\\n\\n.fa-studiovinari:before {\\n content: \\\"\\\\f3f8\\\"; }\\n\\n.fa-stumbleupon:before {\\n content: \\\"\\\\f1a4\\\"; }\\n\\n.fa-stumbleupon-circle:before {\\n content: \\\"\\\\f1a3\\\"; }\\n\\n.fa-subscript:before {\\n content: \\\"\\\\f12c\\\"; }\\n\\n.fa-subway:before {\\n content: \\\"\\\\f239\\\"; }\\n\\n.fa-suitcase:before {\\n content: \\\"\\\\f0f2\\\"; }\\n\\n.fa-suitcase-rolling:before {\\n content: \\\"\\\\f5c1\\\"; }\\n\\n.fa-sun:before {\\n content: \\\"\\\\f185\\\"; }\\n\\n.fa-superpowers:before {\\n content: \\\"\\\\f2dd\\\"; }\\n\\n.fa-superscript:before {\\n content: \\\"\\\\f12b\\\"; }\\n\\n.fa-supple:before {\\n content: \\\"\\\\f3f9\\\"; }\\n\\n.fa-surprise:before {\\n content: \\\"\\\\f5c2\\\"; }\\n\\n.fa-suse:before {\\n content: \\\"\\\\f7d6\\\"; }\\n\\n.fa-swatchbook:before {\\n content: \\\"\\\\f5c3\\\"; }\\n\\n.fa-swimmer:before {\\n content: \\\"\\\\f5c4\\\"; }\\n\\n.fa-swimming-pool:before {\\n content: \\\"\\\\f5c5\\\"; }\\n\\n.fa-symfony:before {\\n content: \\\"\\\\f83d\\\"; }\\n\\n.fa-synagogue:before {\\n content: \\\"\\\\f69b\\\"; }\\n\\n.fa-sync:before {\\n content: \\\"\\\\f021\\\"; }\\n\\n.fa-sync-alt:before {\\n content: \\\"\\\\f2f1\\\"; }\\n\\n.fa-syringe:before {\\n content: \\\"\\\\f48e\\\"; }\\n\\n.fa-table:before {\\n content: \\\"\\\\f0ce\\\"; }\\n\\n.fa-table-tennis:before {\\n content: \\\"\\\\f45d\\\"; }\\n\\n.fa-tablet:before {\\n content: \\\"\\\\f10a\\\"; }\\n\\n.fa-tablet-alt:before {\\n content: \\\"\\\\f3fa\\\"; }\\n\\n.fa-tablets:before {\\n content: \\\"\\\\f490\\\"; }\\n\\n.fa-tachometer-alt:before {\\n content: \\\"\\\\f3fd\\\"; }\\n\\n.fa-tag:before {\\n content: \\\"\\\\f02b\\\"; }\\n\\n.fa-tags:before {\\n content: \\\"\\\\f02c\\\"; }\\n\\n.fa-tape:before {\\n content: \\\"\\\\f4db\\\"; }\\n\\n.fa-tasks:before {\\n content: \\\"\\\\f0ae\\\"; }\\n\\n.fa-taxi:before {\\n content: \\\"\\\\f1ba\\\"; }\\n\\n.fa-teamspeak:before {\\n content: \\\"\\\\f4f9\\\"; }\\n\\n.fa-teeth:before {\\n content: \\\"\\\\f62e\\\"; }\\n\\n.fa-teeth-open:before {\\n content: \\\"\\\\f62f\\\"; }\\n\\n.fa-telegram:before {\\n content: \\\"\\\\f2c6\\\"; }\\n\\n.fa-telegram-plane:before {\\n content: \\\"\\\\f3fe\\\"; }\\n\\n.fa-temperature-high:before {\\n content: \\\"\\\\f769\\\"; }\\n\\n.fa-temperature-low:before {\\n content: \\\"\\\\f76b\\\"; }\\n\\n.fa-tencent-weibo:before {\\n content: \\\"\\\\f1d5\\\"; }\\n\\n.fa-tenge:before {\\n content: \\\"\\\\f7d7\\\"; }\\n\\n.fa-terminal:before {\\n content: \\\"\\\\f120\\\"; }\\n\\n.fa-text-height:before {\\n content: \\\"\\\\f034\\\"; }\\n\\n.fa-text-width:before {\\n content: \\\"\\\\f035\\\"; }\\n\\n.fa-th:before {\\n content: \\\"\\\\f00a\\\"; }\\n\\n.fa-th-large:before {\\n content: \\\"\\\\f009\\\"; }\\n\\n.fa-th-list:before {\\n content: \\\"\\\\f00b\\\"; }\\n\\n.fa-the-red-yeti:before {\\n content: \\\"\\\\f69d\\\"; }\\n\\n.fa-theater-masks:before {\\n content: \\\"\\\\f630\\\"; }\\n\\n.fa-themeco:before {\\n content: \\\"\\\\f5c6\\\"; }\\n\\n.fa-themeisle:before {\\n content: \\\"\\\\f2b2\\\"; }\\n\\n.fa-thermometer:before {\\n content: \\\"\\\\f491\\\"; }\\n\\n.fa-thermometer-empty:before {\\n content: \\\"\\\\f2cb\\\"; }\\n\\n.fa-thermometer-full:before {\\n content: \\\"\\\\f2c7\\\"; }\\n\\n.fa-thermometer-half:before {\\n content: \\\"\\\\f2c9\\\"; }\\n\\n.fa-thermometer-quarter:before {\\n content: \\\"\\\\f2ca\\\"; }\\n\\n.fa-thermometer-three-quarters:before {\\n content: \\\"\\\\f2c8\\\"; }\\n\\n.fa-think-peaks:before {\\n content: \\\"\\\\f731\\\"; }\\n\\n.fa-thumbs-down:before {\\n content: \\\"\\\\f165\\\"; }\\n\\n.fa-thumbs-up:before {\\n content: \\\"\\\\f164\\\"; }\\n\\n.fa-thumbtack:before {\\n content: \\\"\\\\f08d\\\"; }\\n\\n.fa-ticket-alt:before {\\n content: \\\"\\\\f3ff\\\"; }\\n\\n.fa-times:before {\\n content: \\\"\\\\f00d\\\"; }\\n\\n.fa-times-circle:before {\\n content: \\\"\\\\f057\\\"; }\\n\\n.fa-tint:before {\\n content: \\\"\\\\f043\\\"; }\\n\\n.fa-tint-slash:before {\\n content: \\\"\\\\f5c7\\\"; }\\n\\n.fa-tired:before {\\n content: \\\"\\\\f5c8\\\"; }\\n\\n.fa-toggle-off:before {\\n content: \\\"\\\\f204\\\"; }\\n\\n.fa-toggle-on:before {\\n content: \\\"\\\\f205\\\"; }\\n\\n.fa-toilet:before {\\n content: \\\"\\\\f7d8\\\"; }\\n\\n.fa-toilet-paper:before {\\n content: \\\"\\\\f71e\\\"; }\\n\\n.fa-toolbox:before {\\n content: \\\"\\\\f552\\\"; }\\n\\n.fa-tools:before {\\n content: \\\"\\\\f7d9\\\"; }\\n\\n.fa-tooth:before {\\n content: \\\"\\\\f5c9\\\"; }\\n\\n.fa-torah:before {\\n content: \\\"\\\\f6a0\\\"; }\\n\\n.fa-torii-gate:before {\\n content: \\\"\\\\f6a1\\\"; }\\n\\n.fa-tractor:before {\\n content: \\\"\\\\f722\\\"; }\\n\\n.fa-trade-federation:before {\\n content: \\\"\\\\f513\\\"; }\\n\\n.fa-trademark:before {\\n content: \\\"\\\\f25c\\\"; }\\n\\n.fa-traffic-light:before {\\n content: \\\"\\\\f637\\\"; }\\n\\n.fa-train:before {\\n content: \\\"\\\\f238\\\"; }\\n\\n.fa-tram:before {\\n content: \\\"\\\\f7da\\\"; }\\n\\n.fa-transgender:before {\\n content: \\\"\\\\f224\\\"; }\\n\\n.fa-transgender-alt:before {\\n content: \\\"\\\\f225\\\"; }\\n\\n.fa-trash:before {\\n content: \\\"\\\\f1f8\\\"; }\\n\\n.fa-trash-alt:before {\\n content: \\\"\\\\f2ed\\\"; }\\n\\n.fa-trash-restore:before {\\n content: \\\"\\\\f829\\\"; }\\n\\n.fa-trash-restore-alt:before {\\n content: \\\"\\\\f82a\\\"; }\\n\\n.fa-tree:before {\\n content: \\\"\\\\f1bb\\\"; }\\n\\n.fa-trello:before {\\n content: \\\"\\\\f181\\\"; }\\n\\n.fa-tripadvisor:before {\\n content: \\\"\\\\f262\\\"; }\\n\\n.fa-trophy:before {\\n content: \\\"\\\\f091\\\"; }\\n\\n.fa-truck:before {\\n content: \\\"\\\\f0d1\\\"; }\\n\\n.fa-truck-loading:before {\\n content: \\\"\\\\f4de\\\"; }\\n\\n.fa-truck-monster:before {\\n content: \\\"\\\\f63b\\\"; }\\n\\n.fa-truck-moving:before {\\n content: \\\"\\\\f4df\\\"; }\\n\\n.fa-truck-pickup:before {\\n content: \\\"\\\\f63c\\\"; }\\n\\n.fa-tshirt:before {\\n content: \\\"\\\\f553\\\"; }\\n\\n.fa-tty:before {\\n content: \\\"\\\\f1e4\\\"; }\\n\\n.fa-tumblr:before {\\n content: \\\"\\\\f173\\\"; }\\n\\n.fa-tumblr-square:before {\\n content: \\\"\\\\f174\\\"; }\\n\\n.fa-tv:before {\\n content: \\\"\\\\f26c\\\"; }\\n\\n.fa-twitch:before {\\n content: \\\"\\\\f1e8\\\"; }\\n\\n.fa-twitter:before {\\n content: \\\"\\\\f099\\\"; }\\n\\n.fa-twitter-square:before {\\n content: \\\"\\\\f081\\\"; }\\n\\n.fa-typo3:before {\\n content: \\\"\\\\f42b\\\"; }\\n\\n.fa-uber:before {\\n content: \\\"\\\\f402\\\"; }\\n\\n.fa-ubuntu:before {\\n content: \\\"\\\\f7df\\\"; }\\n\\n.fa-uikit:before {\\n content: \\\"\\\\f403\\\"; }\\n\\n.fa-umbrella:before {\\n content: \\\"\\\\f0e9\\\"; }\\n\\n.fa-umbrella-beach:before {\\n content: \\\"\\\\f5ca\\\"; }\\n\\n.fa-underline:before {\\n content: \\\"\\\\f0cd\\\"; }\\n\\n.fa-undo:before {\\n content: \\\"\\\\f0e2\\\"; }\\n\\n.fa-undo-alt:before {\\n content: \\\"\\\\f2ea\\\"; }\\n\\n.fa-uniregistry:before {\\n content: \\\"\\\\f404\\\"; }\\n\\n.fa-universal-access:before {\\n content: \\\"\\\\f29a\\\"; }\\n\\n.fa-university:before {\\n content: \\\"\\\\f19c\\\"; }\\n\\n.fa-unlink:before {\\n content: \\\"\\\\f127\\\"; }\\n\\n.fa-unlock:before {\\n content: \\\"\\\\f09c\\\"; }\\n\\n.fa-unlock-alt:before {\\n content: \\\"\\\\f13e\\\"; }\\n\\n.fa-untappd:before {\\n content: \\\"\\\\f405\\\"; }\\n\\n.fa-upload:before {\\n content: \\\"\\\\f093\\\"; }\\n\\n.fa-ups:before {\\n content: \\\"\\\\f7e0\\\"; }\\n\\n.fa-usb:before {\\n content: \\\"\\\\f287\\\"; }\\n\\n.fa-user:before {\\n content: \\\"\\\\f007\\\"; }\\n\\n.fa-user-alt:before {\\n content: \\\"\\\\f406\\\"; }\\n\\n.fa-user-alt-slash:before {\\n content: \\\"\\\\f4fa\\\"; }\\n\\n.fa-user-astronaut:before {\\n content: \\\"\\\\f4fb\\\"; }\\n\\n.fa-user-check:before {\\n content: \\\"\\\\f4fc\\\"; }\\n\\n.fa-user-circle:before {\\n content: \\\"\\\\f2bd\\\"; }\\n\\n.fa-user-clock:before {\\n content: \\\"\\\\f4fd\\\"; }\\n\\n.fa-user-cog:before {\\n content: \\\"\\\\f4fe\\\"; }\\n\\n.fa-user-edit:before {\\n content: \\\"\\\\f4ff\\\"; }\\n\\n.fa-user-friends:before {\\n content: \\\"\\\\f500\\\"; }\\n\\n.fa-user-graduate:before {\\n content: \\\"\\\\f501\\\"; }\\n\\n.fa-user-injured:before {\\n content: \\\"\\\\f728\\\"; }\\n\\n.fa-user-lock:before {\\n content: \\\"\\\\f502\\\"; }\\n\\n.fa-user-md:before {\\n content: \\\"\\\\f0f0\\\"; }\\n\\n.fa-user-minus:before {\\n content: \\\"\\\\f503\\\"; }\\n\\n.fa-user-ninja:before {\\n content: \\\"\\\\f504\\\"; }\\n\\n.fa-user-nurse:before {\\n content: \\\"\\\\f82f\\\"; }\\n\\n.fa-user-plus:before {\\n content: \\\"\\\\f234\\\"; }\\n\\n.fa-user-secret:before {\\n content: \\\"\\\\f21b\\\"; }\\n\\n.fa-user-shield:before {\\n content: \\\"\\\\f505\\\"; }\\n\\n.fa-user-slash:before {\\n content: \\\"\\\\f506\\\"; }\\n\\n.fa-user-tag:before {\\n content: \\\"\\\\f507\\\"; }\\n\\n.fa-user-tie:before {\\n content: \\\"\\\\f508\\\"; }\\n\\n.fa-user-times:before {\\n content: \\\"\\\\f235\\\"; }\\n\\n.fa-users:before {\\n content: \\\"\\\\f0c0\\\"; }\\n\\n.fa-users-cog:before {\\n content: \\\"\\\\f509\\\"; }\\n\\n.fa-usps:before {\\n content: \\\"\\\\f7e1\\\"; }\\n\\n.fa-ussunnah:before {\\n content: \\\"\\\\f407\\\"; }\\n\\n.fa-utensil-spoon:before {\\n content: \\\"\\\\f2e5\\\"; }\\n\\n.fa-utensils:before {\\n content: \\\"\\\\f2e7\\\"; }\\n\\n.fa-vaadin:before {\\n content: \\\"\\\\f408\\\"; }\\n\\n.fa-vector-square:before {\\n content: \\\"\\\\f5cb\\\"; }\\n\\n.fa-venus:before {\\n content: \\\"\\\\f221\\\"; }\\n\\n.fa-venus-double:before {\\n content: \\\"\\\\f226\\\"; }\\n\\n.fa-venus-mars:before {\\n content: \\\"\\\\f228\\\"; }\\n\\n.fa-viacoin:before {\\n content: \\\"\\\\f237\\\"; }\\n\\n.fa-viadeo:before {\\n content: \\\"\\\\f2a9\\\"; }\\n\\n.fa-viadeo-square:before {\\n content: \\\"\\\\f2aa\\\"; }\\n\\n.fa-vial:before {\\n content: \\\"\\\\f492\\\"; }\\n\\n.fa-vials:before {\\n content: \\\"\\\\f493\\\"; }\\n\\n.fa-viber:before {\\n content: \\\"\\\\f409\\\"; }\\n\\n.fa-video:before {\\n content: \\\"\\\\f03d\\\"; }\\n\\n.fa-video-slash:before {\\n content: \\\"\\\\f4e2\\\"; }\\n\\n.fa-vihara:before {\\n content: \\\"\\\\f6a7\\\"; }\\n\\n.fa-vimeo:before {\\n content: \\\"\\\\f40a\\\"; }\\n\\n.fa-vimeo-square:before {\\n content: \\\"\\\\f194\\\"; }\\n\\n.fa-vimeo-v:before {\\n content: \\\"\\\\f27d\\\"; }\\n\\n.fa-vine:before {\\n content: \\\"\\\\f1ca\\\"; }\\n\\n.fa-vk:before {\\n content: \\\"\\\\f189\\\"; }\\n\\n.fa-vnv:before {\\n content: \\\"\\\\f40b\\\"; }\\n\\n.fa-volleyball-ball:before {\\n content: \\\"\\\\f45f\\\"; }\\n\\n.fa-volume-down:before {\\n content: \\\"\\\\f027\\\"; }\\n\\n.fa-volume-mute:before {\\n content: \\\"\\\\f6a9\\\"; }\\n\\n.fa-volume-off:before {\\n content: \\\"\\\\f026\\\"; }\\n\\n.fa-volume-up:before {\\n content: \\\"\\\\f028\\\"; }\\n\\n.fa-vote-yea:before {\\n content: \\\"\\\\f772\\\"; }\\n\\n.fa-vr-cardboard:before {\\n content: \\\"\\\\f729\\\"; }\\n\\n.fa-vuejs:before {\\n content: \\\"\\\\f41f\\\"; }\\n\\n.fa-walking:before {\\n content: \\\"\\\\f554\\\"; }\\n\\n.fa-wallet:before {\\n content: \\\"\\\\f555\\\"; }\\n\\n.fa-warehouse:before {\\n content: \\\"\\\\f494\\\"; }\\n\\n.fa-water:before {\\n content: \\\"\\\\f773\\\"; }\\n\\n.fa-wave-square:before {\\n content: \\\"\\\\f83e\\\"; }\\n\\n.fa-waze:before {\\n content: \\\"\\\\f83f\\\"; }\\n\\n.fa-weebly:before {\\n content: \\\"\\\\f5cc\\\"; }\\n\\n.fa-weibo:before {\\n content: \\\"\\\\f18a\\\"; }\\n\\n.fa-weight:before {\\n content: \\\"\\\\f496\\\"; }\\n\\n.fa-weight-hanging:before {\\n content: \\\"\\\\f5cd\\\"; }\\n\\n.fa-weixin:before {\\n content: \\\"\\\\f1d7\\\"; }\\n\\n.fa-whatsapp:before {\\n content: \\\"\\\\f232\\\"; }\\n\\n.fa-whatsapp-square:before {\\n content: \\\"\\\\f40c\\\"; }\\n\\n.fa-wheelchair:before {\\n content: \\\"\\\\f193\\\"; }\\n\\n.fa-whmcs:before {\\n content: \\\"\\\\f40d\\\"; }\\n\\n.fa-wifi:before {\\n content: \\\"\\\\f1eb\\\"; }\\n\\n.fa-wikipedia-w:before {\\n content: \\\"\\\\f266\\\"; }\\n\\n.fa-wind:before {\\n content: \\\"\\\\f72e\\\"; }\\n\\n.fa-window-close:before {\\n content: \\\"\\\\f410\\\"; }\\n\\n.fa-window-maximize:before {\\n content: \\\"\\\\f2d0\\\"; }\\n\\n.fa-window-minimize:before {\\n content: \\\"\\\\f2d1\\\"; }\\n\\n.fa-window-restore:before {\\n content: \\\"\\\\f2d2\\\"; }\\n\\n.fa-windows:before {\\n content: \\\"\\\\f17a\\\"; }\\n\\n.fa-wine-bottle:before {\\n content: \\\"\\\\f72f\\\"; }\\n\\n.fa-wine-glass:before {\\n content: \\\"\\\\f4e3\\\"; }\\n\\n.fa-wine-glass-alt:before {\\n content: \\\"\\\\f5ce\\\"; }\\n\\n.fa-wix:before {\\n content: \\\"\\\\f5cf\\\"; }\\n\\n.fa-wizards-of-the-coast:before {\\n content: \\\"\\\\f730\\\"; }\\n\\n.fa-wolf-pack-battalion:before {\\n content: \\\"\\\\f514\\\"; }\\n\\n.fa-won-sign:before {\\n content: \\\"\\\\f159\\\"; }\\n\\n.fa-wordpress:before {\\n content: \\\"\\\\f19a\\\"; }\\n\\n.fa-wordpress-simple:before {\\n content: \\\"\\\\f411\\\"; }\\n\\n.fa-wpbeginner:before {\\n content: \\\"\\\\f297\\\"; }\\n\\n.fa-wpexplorer:before {\\n content: \\\"\\\\f2de\\\"; }\\n\\n.fa-wpforms:before {\\n content: \\\"\\\\f298\\\"; }\\n\\n.fa-wpressr:before {\\n content: \\\"\\\\f3e4\\\"; }\\n\\n.fa-wrench:before {\\n content: \\\"\\\\f0ad\\\"; }\\n\\n.fa-x-ray:before {\\n content: \\\"\\\\f497\\\"; }\\n\\n.fa-xbox:before {\\n content: \\\"\\\\f412\\\"; }\\n\\n.fa-xing:before {\\n content: \\\"\\\\f168\\\"; }\\n\\n.fa-xing-square:before {\\n content: \\\"\\\\f169\\\"; }\\n\\n.fa-y-combinator:before {\\n content: \\\"\\\\f23b\\\"; }\\n\\n.fa-yahoo:before {\\n content: \\\"\\\\f19e\\\"; }\\n\\n.fa-yammer:before {\\n content: \\\"\\\\f840\\\"; }\\n\\n.fa-yandex:before {\\n content: \\\"\\\\f413\\\"; }\\n\\n.fa-yandex-international:before {\\n content: \\\"\\\\f414\\\"; }\\n\\n.fa-yarn:before {\\n content: \\\"\\\\f7e3\\\"; }\\n\\n.fa-yelp:before {\\n content: \\\"\\\\f1e9\\\"; }\\n\\n.fa-yen-sign:before {\\n content: \\\"\\\\f157\\\"; }\\n\\n.fa-yin-yang:before {\\n content: \\\"\\\\f6ad\\\"; }\\n\\n.fa-yoast:before {\\n content: \\\"\\\\f2b1\\\"; }\\n\\n.fa-youtube:before {\\n content: \\\"\\\\f167\\\"; }\\n\\n.fa-youtube-square:before {\\n content: \\\"\\\\f431\\\"; }\\n\\n.fa-zhihu:before {\\n content: \\\"\\\\f63f\\\"; }\\n\\n.sr-only {\\n border: 0;\\n clip: rect(0, 0, 0, 0);\\n height: 1px;\\n margin: -1px;\\n overflow: hidden;\\n padding: 0;\\n position: absolute;\\n width: 1px; }\\n\\n.sr-only-focusable:active, .sr-only-focusable:focus {\\n clip: auto;\\n height: auto;\\n margin: 0;\\n overflow: visible;\\n position: static;\\n width: auto; }\\n\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/css\"},\"$:/plugins/TheDiveO/FontAwesome/styles/tiddlylinks/system\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/styles/tiddlylinks/system\",\"created\":\"20171230212437805\",\"modified\":\"20180328191223958\",\"tags\":\"$:/tags/Stylesheet\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\\n\\n\u003C$set name=\\\"cfg\\\" value=\u003C\u003Cfa5-cfgpath \\\"decorate-syslinks\\\">> >\\n\u003C$list filter=\u003C\u003Cfa5-cfgfilterexpr>> >\\n\\n/* system tiddler titles starting with $:/... */\\n.tc-tiddler-body a.tc-tiddlylink[href^=\\\"#%24%3A%2F\\\"]:before,\\n.tc-tiddler-preview-preview a.tc-tiddlylink[href^=\\\"#%24%3A%2F\\\"]:before {\\n \u003C\u003Cfa-plugin-font-solid>>\\n font-size: 80%;\\n content: '\\\\f013\\\\202f';\\n display: inline-block;\\n}\\n\\n\u003C/$list>\\n\u003C/$set>\"},\"$:/plugins/TheDiveO/FontAwesome/ui/ControlPanel/FontAwesome\":{\"title\":\"$:/plugins/TheDiveO/FontAwesome/ui/ControlPanel/FontAwesome\",\"caption\":\"Font Awesome\",\"created\":\"20180328182555066\",\"modified\":\"20180328190604063\",\"tags\":\"$:/tags/ControlPanel\",\"type\":\"text/vnd.tiddlywiki\",\"text\":\"Customize the Font Awesome 5 plugin.\\n\\n\u003C$checkbox tiddler=\u003C\u003Cfa5-cfgpath \\\"decorate-syslinks\\\">> field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\" >&nbsp;decorate system links: [[$:/ControlPanel]]\u003C/$checkbox>\\n\\n\u003C$checkbox tiddler=\u003C\u003Cfa5-cfgpath \\\"decorate-extlinks\\\">> field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\" >&nbsp;decorate external links: [[TiddlyWiki|http://tiddlywiki.com]] [[Wikipedia|https://en.wikipedia.org/wiki/TiddlyWiki]]\u003C/$checkbox>\\n\\n\u003C$checkbox tiddler=\u003C\u003Cfa5-cfgpath \\\"decorate-extdoclinks\\\">> field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\" >&nbsp;decorate external document links: https://example.org/document.pdf\u003C/$checkbox>\\n\\n\u003C$checkbox tiddler=\u003C\u003Cfa5-cfgpath \\\"decorate-wk-extlinks\\\">> field=\\\"text\\\" checked=\\\"yes\\\" unchecked=\\\"no\\\" default=\\\"yes\\\" >&nbsp;decorate external well-known links: http://github.com http://en.wikipedia.org\u003C/$checkbox>\"}}}"},
{"title":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks/randomthoughts","created":"20210514004614277","list-after":"$:/plugins/TheDiveO/FontAwesome/styles/extlinks","modified":"20210514005019052","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\n\n\u003C$set name=\"cfg\" value=\u003C\u003Cfa5-cfgpath \"decorate-wk-extlinks\">> >\n\u003C$list filter=\u003C\u003Cfa5-cfgfilterexpr>> >\n\na[href^=\"https://\"][href*=\"randomthoughts.sorenbjornstad.com\"]:before {\n font-size: 90%;\n content: '\\f249\\202f';\n}\n\n\u003C/$list>\n\u003C/$set>"},
{"title":"$:/plugins/tiddlywiki/codemirror","name":"CodeMirror","description":"CodeMirror editor","list":"readme usage keyboard license","version":"5.2.0","plugin-type":"plugin","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/config/EditorTypeMappings/application/javascript\":{\"title\":\"$:/config/EditorTypeMappings/application/javascript\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/application/json\":{\"title\":\"$:/config/EditorTypeMappings/application/json\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/application/x-tiddler-dictionary\":{\"title\":\"$:/config/EditorTypeMappings/application/x-tiddler-dictionary\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/text/css\":{\"title\":\"$:/config/EditorTypeMappings/text/css\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/text/html\":{\"title\":\"$:/config/EditorTypeMappings/text/html\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/text/plain\":{\"title\":\"$:/config/EditorTypeMappings/text/plain\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/text/vnd.tiddlywiki\":{\"title\":\"$:/config/EditorTypeMappings/text/vnd.tiddlywiki\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/text/x-markdown\":{\"title\":\"$:/config/EditorTypeMappings/text/x-markdown\",\"text\":\"codemirror\"},\"$:/config/EditorTypeMappings/text/x-tiddlywiki\":{\"title\":\"$:/config/EditorTypeMappings/text/x-tiddlywiki\",\"text\":\"codemirror\"},\"$:/config/codemirror/cursorBlinkRate\":{\"title\":\"$:/config/codemirror/cursorBlinkRate\",\"type\":\"integer\",\"text\":\"530\"},\"$:/config/codemirror/extraKeysTW\":{\"title\":\"$:/config/codemirror/extraKeysTW\",\"extend\":\"extraKeys\",\"type\":\"json\",\"text\":\"{\\n\\t\\\"Ctrl-Esc\\\": \\\"singleSelection\\\",\\n\\t\\\"Esc\\\": \\\"\\\",\\n\\t\\\"Ctrl-S\\\": \\\"\\\",\\n\\t\\\"Ctrl-U\\\": \\\"\\\",\\n\\t\\\"Ctrl-T\\\": \\\"\\\",\\n\\t\\\"Alt-T\\\": \\\"transposeChars\\\",\\n\\t\\\"Alt-U\\\": \\\"undoSelection\\\",\\n\\t\\\"Shift-Alt-U\\\": \\\"redoSelection\\\",\\n\\t\\\"Cmd-U\\\": \\\"\\\",\\n\\t\\\"Tab\\\": \\\"indentAuto()\\\",\\n\\t\\\"Enter\\\": \\\"newLineAndIndent()\\\"\\n}\\n\"},\"$:/config/codemirror/indentUnit\":{\"title\":\"$:/config/codemirror/indentUnit\",\"type\":\"integer\",\"text\":\"2\"},\"$:/config/codemirror/indentWithTabs\":{\"title\":\"$:/config/codemirror/indentWithTabs\",\"type\":\"bool\",\"text\":\"true\"},\"$:/config/codemirror/inputStyle\":{\"title\":\"$:/config/codemirror/inputStyle\",\"type\":\"string\",\"text\":\"textarea\"},\"$:/config/codemirror/keyMap\":{\"title\":\"$:/config/codemirror/keyMap\",\"type\":\"string\",\"text\":\"default\"},\"$:/config/codemirror/lineNumbers\":{\"title\":\"$:/config/codemirror/lineNumbers\",\"type\":\"bool\",\"text\":\"false\"},\"$:/config/codemirror/lineWrapping\":{\"title\":\"$:/config/codemirror/lineWrapping\",\"type\":\"bool\",\"text\":\"true\"},\"$:/config/codemirror/showCursorWhenSelecting\":{\"title\":\"$:/config/codemirror/showCursorWhenSelecting\",\"type\":\"bool\",\"text\":\"true\"},\"$:/config/codemirror/smartIndent\":{\"title\":\"$:/config/codemirror/smartIndent\",\"type\":\"bool\",\"text\":\"true\"},\"$:/config/codemirror/styleActiveLine\":{\"title\":\"$:/config/codemirror/styleActiveLine\",\"type\":\"bool\",\"text\":\"false\"},\"$:/config/codemirror/tabSize\":{\"title\":\"$:/config/codemirror/tabSize\",\"type\":\"integer\",\"text\":\"2\"},\"$:/config/codemirror/theme\":{\"title\":\"$:/config/codemirror/theme\",\"type\":\"string\",\"text\":\"tiddlywiki\"},\"$:/language/codemirror/homeUrl\":{\"title\":\"$:/language/codemirror/homeUrl\",\"text\":\"http://codemirror.net\"},\"$:/language/codemirror/addOnUrl\":{\"title\":\"$:/language/codemirror/addOnUrl\",\"text\":\"http://codemirror.net/doc/manual.html#addons\"},\"$:/language/codemirror/configUrl\":{\"title\":\"$:/language/codemirror/configUrl\",\"text\":\"http://codemirror.net/doc/manual.html#config\"},\"$:/language/codemirror/controlPanel/hint\":{\"title\":\"$:/language/codemirror/controlPanel/hint\",\"text\":\"These settings let you customise the behaviour of [[CodeMirror|$:/plugins/tiddlywiki/codemirror]].\"},\"$:/language/codemirror/controlPanel/keyboard\":{\"title\":\"$:/language/codemirror/controlPanel/keyboard\",\"text\":\"Keyboard shortcuts\"},\"$:/language/codemirror/controlPanel/usage\":{\"title\":\"$:/language/codemirror/controlPanel/usage\",\"text\":\"Usage information\"},\"$:/language/codemirror/cursorBlinkRate/hint\":{\"title\":\"$:/language/codemirror/cursorBlinkRate/hint\",\"text\":\"Cursor blink rate\"},\"$:/language/codemirror/editorFont/hint\":{\"title\":\"$:/language/codemirror/editorFont/hint\",\"text\":\"Editor font family\"},\"$:/language/codemirror/editorFont/info\":{\"title\":\"$:/language/codemirror/editorFont/info\",\"text\":\"Set the font family for the ~CodeMirror text-editor\"},\"$:/language/codemirror/indentUnit/hint\":{\"title\":\"$:/language/codemirror/indentUnit/hint\",\"text\":\"How many spaces a block should be indented\"},\"$:/language/codemirror/indentWithTabs/hint\":{\"title\":\"$:/language/codemirror/indentWithTabs/hint\",\"text\":\"Enable indenting with tabs\"},\"$:/language/codemirror/indentWithTabs/info\":{\"title\":\"$:/language/codemirror/indentWithTabs/info\",\"text\":\"Whether, when indenting, the first N*`tabSize` spaces should be replaced by N tabs.\"},\"$:/language/codemirror/keyMap/hint\":{\"title\":\"$:/language/codemirror/keyMap/hint\",\"text\":\"~CodeMirror keymap\"},\"$:/language/codemirror/keyMap/info\":{\"title\":\"$:/language/codemirror/keyMap/info\",\"text\":\"~The Keyboard KeyMap used within the ~CodeMirror text-editor\"},\"$:/language/codemirror/lineNumbers/hint\":{\"title\":\"$:/language/codemirror/lineNumbers/hint\",\"text\":\"Enable line numbers\"},\"$:/language/codemirror/lineNumbers/info\":{\"title\":\"$:/language/codemirror/lineNumbers/info\",\"text\":\"Whether to show line numbers to the left of the editor.\"},\"$:/language/codemirror/lineWrapping/hint\":{\"title\":\"$:/language/codemirror/lineWrapping/hint\",\"text\":\"Enable line wrapping\"},\"$:/language/codemirror/lineWrapping/info\":{\"title\":\"$:/language/codemirror/lineWrapping/info\",\"text\":\"Whether CodeMirror should scroll or wrap for long lines. Defaults to `false` (scroll).\"},\"$:/language/codemirror/showCursorWhenSelecting/hint\":{\"title\":\"$:/language/codemirror/showCursorWhenSelecting/hint\",\"text\":\"Show cursor, when selecting\"},\"$:/language/codemirror/showCursorWhenSelecting/info\":{\"title\":\"$:/language/codemirror/showCursorWhenSelecting/info\",\"text\":\"Whether the cursor should be drawn when a selection is active.\"},\"$:/language/codemirror/smartIndent/hint\":{\"title\":\"$:/language/codemirror/smartIndent/hint\",\"text\":\"Enable smart indent\"},\"$:/language/codemirror/smartIndent/info\":{\"title\":\"$:/language/codemirror/smartIndent/info\",\"text\":\"Whether to use the context-sensitive indentation that the mode provides (or just indent the same as the line before). Defaults to `true`.\"},\"$:/language/codemirror/styleActiveLine/hint\":{\"title\":\"$:/language/codemirror/styleActiveLine/hint\",\"text\":\"Highlight active line\"},\"$:/language/codemirror/styleActiveLine/info\":{\"title\":\"$:/language/codemirror/styleActiveLine/info\",\"text\":\"Whether or not to highlight the active text-editor line\"},\"$:/language/codemirror/tabSize/hint\":{\"title\":\"$:/language/codemirror/tabSize/hint\",\"text\":\"Width of a tab character\"},\"$:/language/codemirror/theme/hint\":{\"title\":\"$:/language/codemirror/theme/hint\",\"text\":\"Select a theme\"},\"$:/language/codemirror/theme/info\":{\"title\":\"$:/language/codemirror/theme/info\",\"text\":\"Choose between ~CodeMirror themes\"},\"$:/plugins/tiddlywiki/codemirror/edit-codemirror.js\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/edit-codemirror.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/tiddlywiki/codemirror/edit-codemirror.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nEdit-codemirror widget\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar editTextWidgetFactory = require(\\\"$:/core/modules/editor/factory.js\\\").editTextWidgetFactory,\\n\\tCodeMirrorEngine = require(\\\"$:/plugins/tiddlywiki/codemirror/engine.js\\\").CodeMirrorEngine;\\n\\nexports[\\\"edit-codemirror\\\"] = editTextWidgetFactory(CodeMirrorEngine,CodeMirrorEngine);\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/plugins/tiddlywiki/codemirror/engine.js\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/engine.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/tiddlywiki/codemirror/engine.js\\ntype: application/javascript\\nmodule-type: library\\n\\nText editor engine based on a CodeMirror instance\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar CODEMIRROR_OPTIONS = \\\"$:/config/CodeMirror\\\",\\nHEIGHT_VALUE_TITLE = \\\"$:/config/TextEditor/EditorHeight/Height\\\",\\nCONFIG_FILTER = \\\"[all[shadows+tiddlers]prefix[$:/config/codemirror/]]\\\"\\n\\t\\n// Install CodeMirror\\nif($tw.browser && !window.CodeMirror) {\\n\\n\\tvar modules = $tw.modules.types[\\\"codemirror\\\"];\\n\\tvar req = Object.getOwnPropertyNames(modules);\\n\\n\\twindow.CodeMirror = require(\\\"$:/plugins/tiddlywiki/codemirror/lib/codemirror.js\\\");\\n\\t// Install required CodeMirror plugins\\n\\tif(req) {\\n\\t\\tif($tw.utils.isArray(req)) {\\n\\t\\t\\tfor(var index=0; index\u003Creq.length; index++) {\\n\\t\\t\\t\\trequire(req[index]);\\n\\t\\t\\t}\\n\\t\\t} else {\\n\\t\\t\\trequire(req);\\n\\t\\t}\\n\\t}\\n}\\n\\nfunction getCmConfig() {\\n\\tvar type,\\n\\t\\ttest,\\n\\t\\tvalue,\\n\\t\\telement,\\n\\t\\textend,\\n\\t\\ttiddler,\\n\\t\\tconfig = {},\\n\\t\\tconfigTiddlers = $tw.wiki.filterTiddlers(CONFIG_FILTER);\\n\\n\\tif ($tw.utils.isArray(configTiddlers)) {\\n\\t\\tfor (var i=0; i\u003CconfigTiddlers.length; i++) {\\n\\t\\t\\ttiddler = $tw.wiki.getTiddler(configTiddlers[i]);\\n\\t\\t\\t\\tif (tiddler) {\\n\\t\\t\\t\\telement = configTiddlers[i].replace(/\\\\$:\\\\/config\\\\/codemirror\\\\//ig,\\\"\\\");\\n\\t\\t\\t\\t\\ttype = (tiddler.fields.type) ? tiddler.fields.type.trim().toLocaleLowerCase() : \\\"string\\\";\\n\\t\\t\\t\\tswitch (type) {\\n\\t\\t\\t\\t\\tcase \\\"bool\\\":\\n\\t\\t\\t\\t\\ttest = tiddler.fields.text.trim().toLowerCase();\\n\\t\\t\\t\\t\\tvalue = (test === \\\"true\\\") ? true : false;\\n\\t\\t\\t\\t\\tconfig[element] = value;\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tcase \\\"string\\\":\\n\\t\\t\\t\\t\\tvalue = tiddler.fields.text.trim();\\n\\t\\t\\t\\t\\tconfig[element] = value;\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tcase \\\"integer\\\":\\n\\t\\t\\t\\t\\tvalue = parseInt(tiddler.fields.text.trim(), 10);\\n\\t\\t\\t\\t\\tconfig[element] = value;\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t\\tcase \\\"json\\\":\\n\\t\\t\\t\\t\\tvalue = JSON.parse(tiddler.fields.text.trim());\\n\\t\\t\\t\\t\\t\\textend = (tiddler.fields.extend) ? tiddler.fields.extend : element;\\n\\n\\t\\t\\t\\t\\tif (config[extend]) {\\n\\t\\t\\t\\t\\t\\t$tw.utils.extend(config[extend], value);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tconfig[extend] = value;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tbreak;\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\treturn config;\\n}\\n\\nfunction CodeMirrorEngine(options) {\\n\\n\\t// Save our options\\n\\tvar self = this;\\n\\toptions = options || {};\\n\\tthis.widget = options.widget;\\n\\tthis.value = options.value;\\n\\tthis.parentNode = options.parentNode;\\n\\tthis.nextSibling = options.nextSibling;\\n\\t// Create the wrapper DIV\\n\\tthis.domNode = this.widget.document.createElement(\\\"div\\\");\\n\\tif(this.widget.editClass) {\\n\\t\\tthis.domNode.className = this.widget.editClass;\\n\\t}\\n\\tthis.domNode.style.display = \\\"inline-block\\\";\\n\\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\\n\\tthis.widget.domNodes.push(this.domNode);\\n\\t\\n\\t// Set all cm-plugin defaults\\n\\t// Get the configuration options for the CodeMirror object\\n\\tvar config = getCmConfig();\\n\\n\\tconfig.mode = options.type;\\n\\tconfig.value = options.value;\\n\\tif(this.widget.editTabIndex) {\\n\\t\\tconfig[\\\"tabindex\\\"] = this.widget.editTabIndex;\\n\\t}\\n\\tconfig.editWidget = this.widget;\\n\\t// Create the CodeMirror instance\\n\\tthis.cm = window.CodeMirror(function(cmDomNode) {\\n\\t\\t// Note that this is a synchronous callback that is called before the constructor returns\\n\\t\\tif(!self.widget.document.isTiddlyWikiFakeDom) {\\n\\t\\t\\tself.domNode.appendChild(cmDomNode);\\n\\t\\t}\\n\\t},config);\\n\\n\\t// Set up a change event handler\\n\\tthis.cm.on(\\\"change\\\",function() {\\n\\t\\tself.widget.saveChanges(self.getText());\\n\\t\\tif(self.widget.editInputActions) {\\n\\t\\t\\tself.widget.invokeActionString(self.widget.editInputActions);\\n\\t\\t}\\n\\t});\\n\\t\\n\\tthis.cm.on(\\\"drop\\\",function(cm,event) {\\n\\t\\tif(!self.widget.isFileDropEnabled) {\\n\\t\\t\\tevent.stopPropagation(); // Otherwise TW's dropzone widget sees the drop event\\n\\t\\t}\\n\\t\\treturn false;\\n\\t});\\n\\tthis.cm.on(\\\"keydown\\\",function(cm,event) {\\n\\t\\treturn self.widget.handleKeydownEvent.call(self.widget,event);\\n\\t});\\n\\tthis.cm.on(\\\"focus\\\",function(cm,event) {\\n\\t\\tif(self.widget.editCancelPopups) {\\n\\t\\t\\t$tw.popup.cancel(0);\\t\\n\\t\\t}\\n\\t});\\n\\t// Add drag and drop event listeners if fileDrop is enabled\\n\\tif(this.widget.isFileDropEnabled) {\\n\\t\\t// If the drag event contains Files, prevent the default CodeMirror handling\\n\\t\\tthis.cm.on(\\\"dragenter\\\",function(cm,event) {\\n\\t\\t\\tif($tw.utils.dragEventContainsFiles(event)) {\\n\\t\\t\\t\\tevent.preventDefault();\\n\\t\\t\\t}\\n\\t\\t\\treturn true;\\n\\t\\t});\\n\\t\\tthis.cm.on(\\\"dragleave\\\",function(cm,event) {\\n\\t\\t\\tevent.preventDefault();\\n\\t\\t});\\n\\t\\tthis.cm.on(\\\"dragover\\\",function(cm,event) {\\n\\t\\t\\tif($tw.utils.dragEventContainsFiles(event)) {\\n\\t\\t\\t\\tevent.preventDefault();\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tthis.cm.on(\\\"drop\\\",function(cm,event) {\\n\\t\\t\\tif($tw.utils.dragEventContainsFiles(event)) {\\n\\t\\t\\t\\tevent.preventDefault();\\n\\t\\t\\t}\\n\\t\\t});\\n\\t\\tthis.cm.on(\\\"paste\\\",function(cm,event) {\\n\\t\\t\\tself.widget.handlePasteEvent.call(self.widget,event);\\n\\t\\t});\\n\\t}\\n}\\n\\n/*\\nSet the text of the engine if it doesn't currently have focus\\n*/\\nCodeMirrorEngine.prototype.setText = function(text,type) {\\n\\tvar self = this;\\n\\tself.cm.setOption(\\\"mode\\\",type);\\n\\tif(!this.cm.hasFocus()) {\\n\\t\\tthis.updateDomNodeText(text);\\n\\t}\\n};\\n\\n/*\\nUpdate the DomNode with the new text\\n*/\\nCodeMirrorEngine.prototype.updateDomNodeText = function(text) {\\n\\tthis.cm.setValue(text);\\n};\\n\\n/*\\nGet the text of the engine\\n*/\\nCodeMirrorEngine.prototype.getText = function() {\\n\\treturn this.cm.getValue();\\n};\\n\\n/*\\nFix the height of textarea to fit content\\n*/\\nCodeMirrorEngine.prototype.fixHeight = function() {\\n\\tif(this.widget.editAutoHeight) {\\n\\t\\t// Resize to fit\\n\\t\\tthis.cm.setSize(null,null);\\n\\t} else {\\n\\t\\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\\\"400px\\\"),10);\\n\\t\\tfixedHeight = Math.max(fixedHeight,20);\\n\\t\\tthis.cm.setSize(null,fixedHeight);\\n\\t}\\n};\\n\\n/*\\nFocus the engine node\\n*/\\nCodeMirrorEngine.prototype.focus = function() {\\n\\tthis.cm.focus();\\n}\\n\\n/*\\nCreate a blank structure representing a text operation\\n*/\\nCodeMirrorEngine.prototype.createTextOperation = function() {\\n\\tvar selections = this.cm.listSelections();\\n\\tif(selections.length > 0) {\\n\\t\\tvar anchorPos = this.cm.indexFromPos(selections[0].anchor),\\n\\t\\theadPos = this.cm.indexFromPos(selections[0].head);\\n\\t}\\n\\tvar operation = {\\n\\t\\ttext: this.cm.getValue(),\\n\\t\\tselStart: Math.min(anchorPos,headPos),\\n\\t\\tselEnd: Math.max(anchorPos,headPos),\\n\\t\\tcutStart: null,\\n\\t\\tcutEnd: null,\\n\\t\\treplacement: null,\\n\\t\\tnewSelStart: null,\\n\\t\\tnewSelEnd: null\\n\\t};\\n\\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\\n\\treturn operation;\\n};\\n\\n/*\\nExecute a text operation\\n*/\\nCodeMirrorEngine.prototype.executeTextOperation = function(operation) {\\n\\t// Perform the required changes to the text area and the underlying tiddler\\n\\tvar newText = operation.text;\\n\\tif(operation.replacement !== null) {\\n\\t\\tthis.cm.replaceRange(operation.replacement,this.cm.posFromIndex(operation.cutStart),this.cm.posFromIndex(operation.cutEnd));\\n\\t\\tthis.cm.setSelection(this.cm.posFromIndex(operation.newSelStart),this.cm.posFromIndex(operation.newSelEnd));\\n\\t\\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\\n\\t}\\n\\tthis.cm.focus();\\n\\treturn newText;\\n};\\n\\nexports.CodeMirrorEngine = CodeMirrorEngine;\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"library\"},\"$:/plugins/tiddlywiki/codemirror/lib/codemirror.js\":{\"text\":\"!function(e,t){\\\"object\\\"==typeof exports&&\\\"undefined\\\"!=typeof module?module.exports=t():\\\"function\\\"==typeof define&&define.amd?define(t):(e=e||self).CodeMirror=t()}(this,function(){\\\"use strict\\\";var e=navigator.userAgent,t=navigator.platform,d=/gecko\\\\/\\\\d/i.test(e),n=/MSIE \\\\d/.test(e),r=/Trident\\\\/(?:[7-9]|\\\\d{2,})\\\\..*rv:(\\\\d+)/.exec(e),i=/Edge\\\\/(\\\\d+)/.exec(e),w=n||r||i,v=w&&(n?document.documentMode||6:+(i||r)[1]),f=!i&&/WebKit\\\\//.test(e),r=f&&/Qt\\\\/\\\\d+\\\\.\\\\d+/.test(e),o=!i&&/Chrome\\\\//.test(e),p=/Opera\\\\//.test(e),c=/Apple Computer/.test(navigator.vendor),l=/Mac OS X 1\\\\d\\\\D([8-9]|\\\\d\\\\d)\\\\D/.test(e),u=/PhantomJS/.test(e),s=!i&&/AppleWebKit/.test(e)&&/Mobile\\\\/\\\\w+/.test(e),a=/Android/.test(e),h=s||a||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(e),g=s||/Mac/.test(t),m=/\\\\bCrOS\\\\b/.test(e),y=/win/i.test(t),e=p&&e.match(/Version\\\\/(\\\\d*\\\\.\\\\d*)/);(e=e&&Number(e[1]))&&15\u003C=e&&(f=!(p=!1));var b=g&&(r||p&&(null==e||e\u003C12.11)),x=d||w&&9\u003C=v;function C(e){return new RegExp(\\\"(^|\\\\\\\\s)\\\"+e+\\\"(?:$|\\\\\\\\s)\\\\\\\\s*\\\")}var S,L=function(e,t){var n=e.className,r=C(t).exec(n);r&&(t=n.slice(r.index+r[0].length),e.className=n.slice(0,r.index)+(t?r[1]+t:\\\"\\\"))};function k(e){for(var t=e.childNodes.length;0\u003Ct;--t)e.removeChild(e.firstChild);return e}function T(e,t){return k(e).appendChild(t)}function M(e,t,n,r){var i=document.createElement(e);if(n&&(i.className=n),r&&(i.style.cssText=r),\\\"string\\\"==typeof t)i.appendChild(document.createTextNode(t));else if(t)for(var o=0;o\u003Ct.length;++o)i.appendChild(t[o]);return i}function N(e,t,n,r){r=M(e,t,n,r);return r.setAttribute(\\\"role\\\",\\\"presentation\\\"),r}function A(e,t){if(3==t.nodeType&&(t=t.parentNode),e.contains)return e.contains(t);do{if(11==t.nodeType&&(t=t.host),t==e)return!0}while(t=t.parentNode)}function O(){var t;try{t=document.activeElement}catch(e){t=document.body||null}for(;t&&t.shadowRoot&&t.shadowRoot.activeElement;)t=t.shadowRoot.activeElement;return t}function D(e,t){var n=e.className;C(t).test(n)||(e.className+=(n?\\\" \\\":\\\"\\\")+t)}function W(e,t){for(var n=e.split(\\\" \\\"),r=0;r\u003Cn.length;r++)n[r]&&!C(n[r]).test(t)&&(t+=\\\" \\\"+n[r]);return t}S=document.createRange?function(e,t,n,r){var i=document.createRange();return i.setEnd(r||e,n),i.setStart(e,t),i}:function(e,t,n){var r=document.body.createTextRange();try{r.moveToElementText(e.parentNode)}catch(e){return r}return r.collapse(!0),r.moveEnd(\\\"character\\\",n),r.moveStart(\\\"character\\\",t),r};var H=function(e){e.select()};function F(e){var t=Array.prototype.slice.call(arguments,1);return function(){return e.apply(null,t)}}function E(e,t,n){for(var r in t=t||{},e)!e.hasOwnProperty(r)||!1===n&&t.hasOwnProperty(r)||(t[r]=e[r]);return t}function P(e,t,n,r,i){null==t&&-1==(t=e.search(/[^\\\\s\\\\u00a0]/))&&(t=e.length);for(var o=r||0,l=i||0;;){var s=e.indexOf(\\\"\\\\t\\\",o);if(s\u003C0||t\u003C=s)return l+(t-o);l+=s-o,l+=n-l%n,o=s+1}}s?H=function(e){e.selectionStart=0,e.selectionEnd=e.value.length}:w&&(H=function(e){try{e.select()}catch(e){}});var I=function(){this.id=null,this.f=null,this.time=0,this.handler=F(this.onTimeout,this)};function R(e,t){for(var n=0;n\u003Ce.length;++n)if(e[n]==t)return n;return-1}I.prototype.onTimeout=function(e){e.id=0,e.time\u003C=+new Date?e.f():setTimeout(e.handler,e.time-+new Date)},I.prototype.set=function(e,t){this.f=t;t=+new Date+e;(!this.id||t\u003Cthis.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,e),this.time=t)};var z=50,B={toString:function(){return\\\"CodeMirror.Pass\\\"}},G={scroll:!1},U={origin:\\\"*mouse\\\"},V={origin:\\\"+move\\\"};function K(e,t,n){for(var r=0,i=0;;){var o=e.indexOf(\\\"\\\\t\\\",r);-1==o&&(o=e.length);var l=o-r;if(o==e.length||t\u003C=i+l)return r+Math.min(l,t-i);if(i+=o-r,r=o+1,t\u003C=(i+=n-i%n))return r}}var j=[\\\"\\\"];function X(e){for(;j.length\u003C=e;)j.push(Y(j)+\\\" \\\");return j[e]}function Y(e){return e[e.length-1]}function _(e,t){for(var n=[],r=0;r\u003Ce.length;r++)n[r]=t(e[r],r);return n}function $(){}function q(e,t){e=Object.create?Object.create(e):($.prototype=e,new $);return t&&E(t,e),e}var Z=/[\\\\u00df\\\\u0587\\\\u0590-\\\\u05f4\\\\u0600-\\\\u06ff\\\\u3040-\\\\u309f\\\\u30a0-\\\\u30ff\\\\u3400-\\\\u4db5\\\\u4e00-\\\\u9fcc\\\\uac00-\\\\ud7af]/;function Q(e){return/\\\\w/.test(e)||\\\"€\\\"\u003Ce&&(e.toUpperCase()!=e.toLowerCase()||Z.test(e))}function J(e,t){return t?!!(-1\u003Ct.source.indexOf(\\\"\\\\\\\\w\\\")&&Q(e))||t.test(e):Q(e)}function ee(e){for(var t in e)if(e.hasOwnProperty(t)&&e[t])return;return 1}var te=/[\\\\u0300-\\\\u036f\\\\u0483-\\\\u0489\\\\u0591-\\\\u05bd\\\\u05bf\\\\u05c1\\\\u05c2\\\\u05c4\\\\u05c5\\\\u05c7\\\\u0610-\\\\u061a\\\\u064b-\\\\u065e\\\\u0670\\\\u06d6-\\\\u06dc\\\\u06de-\\\\u06e4\\\\u06e7\\\\u06e8\\\\u06ea-\\\\u06ed\\\\u0711\\\\u0730-\\\\u074a\\\\u07a6-\\\\u07b0\\\\u07eb-\\\\u07f3\\\\u0816-\\\\u0819\\\\u081b-\\\\u0823\\\\u0825-\\\\u0827\\\\u0829-\\\\u082d\\\\u0900-\\\\u0902\\\\u093c\\\\u0941-\\\\u0948\\\\u094d\\\\u0951-\\\\u0955\\\\u0962\\\\u0963\\\\u0981\\\\u09bc\\\\u09be\\\\u09c1-\\\\u09c4\\\\u09cd\\\\u09d7\\\\u09e2\\\\u09e3\\\\u0a01\\\\u0a02\\\\u0a3c\\\\u0a41\\\\u0a42\\\\u0a47\\\\u0a48\\\\u0a4b-\\\\u0a4d\\\\u0a51\\\\u0a70\\\\u0a71\\\\u0a75\\\\u0a81\\\\u0a82\\\\u0abc\\\\u0ac1-\\\\u0ac5\\\\u0ac7\\\\u0ac8\\\\u0acd\\\\u0ae2\\\\u0ae3\\\\u0b01\\\\u0b3c\\\\u0b3e\\\\u0b3f\\\\u0b41-\\\\u0b44\\\\u0b4d\\\\u0b56\\\\u0b57\\\\u0b62\\\\u0b63\\\\u0b82\\\\u0bbe\\\\u0bc0\\\\u0bcd\\\\u0bd7\\\\u0c3e-\\\\u0c40\\\\u0c46-\\\\u0c48\\\\u0c4a-\\\\u0c4d\\\\u0c55\\\\u0c56\\\\u0c62\\\\u0c63\\\\u0cbc\\\\u0cbf\\\\u0cc2\\\\u0cc6\\\\u0ccc\\\\u0ccd\\\\u0cd5\\\\u0cd6\\\\u0ce2\\\\u0ce3\\\\u0d3e\\\\u0d41-\\\\u0d44\\\\u0d4d\\\\u0d57\\\\u0d62\\\\u0d63\\\\u0dca\\\\u0dcf\\\\u0dd2-\\\\u0dd4\\\\u0dd6\\\\u0ddf\\\\u0e31\\\\u0e34-\\\\u0e3a\\\\u0e47-\\\\u0e4e\\\\u0eb1\\\\u0eb4-\\\\u0eb9\\\\u0ebb\\\\u0ebc\\\\u0ec8-\\\\u0ecd\\\\u0f18\\\\u0f19\\\\u0f35\\\\u0f37\\\\u0f39\\\\u0f71-\\\\u0f7e\\\\u0f80-\\\\u0f84\\\\u0f86\\\\u0f87\\\\u0f90-\\\\u0f97\\\\u0f99-\\\\u0fbc\\\\u0fc6\\\\u102d-\\\\u1030\\\\u1032-\\\\u1037\\\\u1039\\\\u103a\\\\u103d\\\\u103e\\\\u1058\\\\u1059\\\\u105e-\\\\u1060\\\\u1071-\\\\u1074\\\\u1082\\\\u1085\\\\u1086\\\\u108d\\\\u109d\\\\u135f\\\\u1712-\\\\u1714\\\\u1732-\\\\u1734\\\\u1752\\\\u1753\\\\u1772\\\\u1773\\\\u17b7-\\\\u17bd\\\\u17c6\\\\u17c9-\\\\u17d3\\\\u17dd\\\\u180b-\\\\u180d\\\\u18a9\\\\u1920-\\\\u1922\\\\u1927\\\\u1928\\\\u1932\\\\u1939-\\\\u193b\\\\u1a17\\\\u1a18\\\\u1a56\\\\u1a58-\\\\u1a5e\\\\u1a60\\\\u1a62\\\\u1a65-\\\\u1a6c\\\\u1a73-\\\\u1a7c\\\\u1a7f\\\\u1b00-\\\\u1b03\\\\u1b34\\\\u1b36-\\\\u1b3a\\\\u1b3c\\\\u1b42\\\\u1b6b-\\\\u1b73\\\\u1b80\\\\u1b81\\\\u1ba2-\\\\u1ba5\\\\u1ba8\\\\u1ba9\\\\u1c2c-\\\\u1c33\\\\u1c36\\\\u1c37\\\\u1cd0-\\\\u1cd2\\\\u1cd4-\\\\u1ce0\\\\u1ce2-\\\\u1ce8\\\\u1ced\\\\u1dc0-\\\\u1de6\\\\u1dfd-\\\\u1dff\\\\u200c\\\\u200d\\\\u20d0-\\\\u20f0\\\\u2cef-\\\\u2cf1\\\\u2de0-\\\\u2dff\\\\u302a-\\\\u302f\\\\u3099\\\\u309a\\\\ua66f-\\\\ua672\\\\ua67c\\\\ua67d\\\\ua6f0\\\\ua6f1\\\\ua802\\\\ua806\\\\ua80b\\\\ua825\\\\ua826\\\\ua8c4\\\\ua8e0-\\\\ua8f1\\\\ua926-\\\\ua92d\\\\ua947-\\\\ua951\\\\ua980-\\\\ua982\\\\ua9b3\\\\ua9b6-\\\\ua9b9\\\\ua9bc\\\\uaa29-\\\\uaa2e\\\\uaa31\\\\uaa32\\\\uaa35\\\\uaa36\\\\uaa43\\\\uaa4c\\\\uaab0\\\\uaab2-\\\\uaab4\\\\uaab7\\\\uaab8\\\\uaabe\\\\uaabf\\\\uaac1\\\\uabe5\\\\uabe8\\\\uabed\\\\udc00-\\\\udfff\\\\ufb1e\\\\ufe00-\\\\ufe0f\\\\ufe20-\\\\ufe26\\\\uff9e\\\\uff9f]/;function ne(e){return 768\u003C=e.charCodeAt(0)&&te.test(e)}function re(e,t,n){for(;(n\u003C0?0\u003Ct:t\u003Ce.length)&&ne(e.charAt(t));)t+=n;return t}function ie(e,t,n){for(var r=n\u003Ct?-1:1;;){if(t==n)return t;var i=(t+n)/2,i=r\u003C0?Math.ceil(i):Math.floor(i);if(i==t)return e(i)?t:n;e(i)?n=i:t=i+r}}var oe=null;function le(e,t,n){var r;oe=null;for(var i=0;i\u003Ce.length;++i){var o=e[i];if(o.from\u003Ct&&o.to>t)return i;o.to==t&&(o.from!=o.to&&\\\"before\\\"==n?r=i:oe=i),o.from==t&&(o.from!=o.to&&\\\"before\\\"!=n?r=i:oe=i)}return null!=r?r:oe}var se,ae,ue,ce,he,de,fe,pe=(se=\\\"bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN\\\",ae=\\\"nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111\\\",ue=/[\\\\u0590-\\\\u05f4\\\\u0600-\\\\u06ff\\\\u0700-\\\\u08ac]/,ce=/[stwN]/,he=/[LRr]/,de=/[Lb1n]/,fe=/[1n]/,function(e,t){var n=\\\"ltr\\\"==t?\\\"L\\\":\\\"R\\\";if(0==e.length||\\\"ltr\\\"==t&&!ue.test(e))return!1;for(var r,i=e.length,o=[],l=0;l\u003Ci;++l)o.push((r=e.charCodeAt(l))\u003C=247?se.charAt(r):1424\u003C=r&&r\u003C=1524?\\\"R\\\":1536\u003C=r&&r\u003C=1785?ae.charAt(r-1536):1774\u003C=r&&r\u003C=2220?\\\"r\\\":8192\u003C=r&&r\u003C=8203?\\\"w\\\":8204==r?\\\"b\\\":\\\"L\\\");for(var s=0,a=n;s\u003Ci;++s){var u=o[s];\\\"m\\\"==u?o[s]=a:a=u}for(var c=0,h=n;c\u003Ci;++c){var d=o[c];\\\"1\\\"==d&&\\\"r\\\"==h?o[c]=\\\"n\\\":he.test(d)&&\\\"r\\\"==(h=d)&&(o[c]=\\\"R\\\")}for(var f=1,p=o[0];f\u003Ci-1;++f){var g=o[f];\\\"+\\\"==g&&\\\"1\\\"==p&&\\\"1\\\"==o[f+1]?o[f]=\\\"1\\\":\\\",\\\"!=g||p!=o[f+1]||\\\"1\\\"!=p&&\\\"n\\\"!=p||(o[f]=p),p=g}for(var m=0;m\u003Ci;++m){var v=o[m];if(\\\",\\\"==v)o[m]=\\\"N\\\";else if(\\\"%\\\"==v){for(var y=void 0,y=m+1;y\u003Ci&&\\\"%\\\"==o[y];++y);for(var b=m&&\\\"!\\\"==o[m-1]||y\u003Ci&&\\\"1\\\"==o[y]?\\\"1\\\":\\\"N\\\",w=m;w\u003Cy;++w)o[w]=b;m=y-1}}for(var x=0,C=n;x\u003Ci;++x){var S=o[x];\\\"L\\\"==C&&\\\"1\\\"==S?o[x]=\\\"L\\\":he.test(S)&&(C=S)}for(var L=0;L\u003Ci;++L)if(ce.test(o[L])){for(var k=void 0,k=L+1;k\u003Ci&&ce.test(o[k]);++k);for(var T=\\\"L\\\"==(L?o[L-1]:n),M=T==(\\\"L\\\"==(k\u003Ci?o[k]:n))?T?\\\"L\\\":\\\"R\\\":n,N=L;N\u003Ck;++N)o[N]=M;L=k-1}for(var A,O=[],D=0;D\u003Ci;)if(de.test(o[D])){var W=D;for(++D;D\u003Ci&&de.test(o[D]);++D);O.push(new ge(0,W,D))}else{var H=D,F=O.length,E=\\\"rtl\\\"==t?1:0;for(++D;D\u003Ci&&\\\"L\\\"!=o[D];++D);for(var P=H;P\u003CD;)if(fe.test(o[P])){H\u003CP&&(O.splice(F,0,new ge(1,H,P)),F+=E);var I=P;for(++P;P\u003CD&&fe.test(o[P]);++P);O.splice(F,0,new ge(2,I,P)),F+=E,H=P}else++P;H\u003CD&&O.splice(F,0,new ge(1,H,D))}return\\\"ltr\\\"==t&&(1==O[0].level&&(A=e.match(/^\\\\s+/))&&(O[0].from=A[0].length,O.unshift(new ge(0,0,A[0].length))),1==Y(O).level&&(A=e.match(/\\\\s+$/))&&(Y(O).to-=A[0].length,O.push(new ge(0,i-A[0].length,i)))),\\\"rtl\\\"==t?O.reverse():O});function ge(e,t,n){this.level=e,this.from=t,this.to=n}function me(e,t){var n=e.order;return null==n&&(n=e.order=pe(e.text,t)),n}var ve=[],ye=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent?e.attachEvent(\\\"on\\\"+t,n):(e=e._handlers||(e._handlers={}))[t]=(e[t]||ve).concat(n)};function be(e,t){return e._handlers&&e._handlers[t]||ve}function we(e,t,n){var r;e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent?e.detachEvent(\\\"on\\\"+t,n):!(e=(r=e._handlers)&&r[t])||-1\u003C(n=R(e,n))&&(r[t]=e.slice(0,n).concat(e.slice(n+1)))}function xe(e,t){var n=be(e,t);if(n.length)for(var r=Array.prototype.slice.call(arguments,2),i=0;i\u003Cn.length;++i)n[i].apply(null,r)}function Ce(e,t,n){return\\\"string\\\"==typeof t&&(t={type:t,preventDefault:function(){this.defaultPrevented=!0}}),xe(e,n||t.type,e,t),Ne(t)||t.codemirrorIgnore}function Se(e){var t=e._handlers&&e._handlers.cursorActivity;if(t)for(var n=e.curOp.cursorActivityHandlers||(e.curOp.cursorActivityHandlers=[]),r=0;r\u003Ct.length;++r)-1==R(n,t[r])&&n.push(t[r])}function Le(e,t){return 0\u003Cbe(e,t).length}function ke(e){e.prototype.on=function(e,t){ye(this,e,t)},e.prototype.off=function(e,t){we(this,e,t)}}function Te(e){e.preventDefault?e.preventDefault():e.returnValue=!1}function Me(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}function Ne(e){return null!=e.defaultPrevented?e.defaultPrevented:0==e.returnValue}function Ae(e){Te(e),Me(e)}function Oe(e){return e.target||e.srcElement}function De(e){var t=e.which;return null==t&&(1&e.button?t=1:2&e.button?t=3:4&e.button&&(t=2)),g&&e.ctrlKey&&1==t&&(t=3),t}var We,He,Fe=function(){if(w&&v\u003C9)return!1;var e=M(\\\"div\\\");return\\\"draggable\\\"in e||\\\"dragDrop\\\"in e}();var Ee=3!=\\\"\\\\n\\\\nb\\\".split(/\\\\n/).length?function(e){for(var t=0,n=[],r=e.length;t\u003C=r;){var i=e.indexOf(\\\"\\\\n\\\",t);-1==i&&(i=e.length);var o=e.slice(t,\\\"\\\\r\\\"==e.charAt(i-1)?i-1:i),l=o.indexOf(\\\"\\\\r\\\");-1!=l?(n.push(o.slice(0,l)),t+=l+1):(n.push(o),t=i+1)}return n}:function(e){return e.split(/\\\\r\\\\n?|\\\\n/)},Pe=window.getSelection?function(e){try{return e.selectionStart!=e.selectionEnd}catch(e){return!1}}:function(e){var t;try{t=e.ownerDocument.selection.createRange()}catch(e){}return!(!t||t.parentElement()!=e)&&0!=t.compareEndPoints(\\\"StartToEnd\\\",t)},Ie=\\\"oncopy\\\"in(r=M(\\\"div\\\"))||(r.setAttribute(\\\"oncopy\\\",\\\"return;\\\"),\\\"function\\\"==typeof r.oncopy),Re=null;var ze={},Be={};function Ge(e){if(\\\"string\\\"==typeof e&&Be.hasOwnProperty(e))e=Be[e];else if(e&&\\\"string\\\"==typeof e.name&&Be.hasOwnProperty(e.name)){var t=Be[e.name];\\\"string\\\"==typeof t&&(t={name:t}),(e=q(t,e)).name=t.name}else{if(\\\"string\\\"==typeof e&&/^[\\\\w\\\\-]+\\\\/[\\\\w\\\\-]+\\\\+xml$/.test(e))return Ge(\\\"application/xml\\\");if(\\\"string\\\"==typeof e&&/^[\\\\w\\\\-]+\\\\/[\\\\w\\\\-]+\\\\+json$/.test(e))return Ge(\\\"application/json\\\")}return\\\"string\\\"==typeof e?{name:e}:e||{name:\\\"null\\\"}}function Ue(e,t){t=Ge(t);var n=ze[t.name];if(!n)return Ue(e,\\\"text/plain\\\");var r=n(e,t);if(Ve.hasOwnProperty(t.name)){var i,o=Ve[t.name];for(i in o)o.hasOwnProperty(i)&&(r.hasOwnProperty(i)&&(r[\\\"_\\\"+i]=r[i]),r[i]=o[i])}if(r.name=t.name,t.helperType&&(r.helperType=t.helperType),t.modeProps)for(var l in t.modeProps)r[l]=t.modeProps[l];return r}var Ve={};function Ke(e,t){E(t,Ve.hasOwnProperty(e)?Ve[e]:Ve[e]={})}function je(e,t){if(!0===t)return t;if(e.copyState)return e.copyState(t);var n,r={};for(n in t){var i=t[n];i instanceof Array&&(i=i.concat([])),r[n]=i}return r}function Xe(e,t){for(var n;e.innerMode&&(n=e.innerMode(t))&&n.mode!=e;)t=n.state,e=n.mode;return n||{mode:e,state:t}}function Ye(e,t,n){return!e.startState||e.startState(t,n)}var _e=function(e,t,n){this.pos=this.start=0,this.string=e,this.tabSize=t||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=n};function $e(e,t){if((t-=e.first)\u003C0||t>=e.size)throw new Error(\\\"There is no line \\\"+(t+e.first)+\\\" in the document.\\\");for(var n=e;!n.lines;)for(var r=0;;++r){var i=n.children[r],o=i.chunkSize();if(t\u003Co){n=i;break}t-=o}return n.lines[t]}function qe(e,t,n){var r=[],i=t.line;return e.iter(t.line,n.line+1,function(e){e=e.text;i==n.line&&(e=e.slice(0,n.ch)),i==t.line&&(e=e.slice(t.ch)),r.push(e),++i}),r}function Ze(e,t,n){var r=[];return e.iter(t,n,function(e){r.push(e.text)}),r}function Qe(e,t){var n=t-e.height;if(n)for(var r=e;r;r=r.parent)r.height+=n}function Je(e){if(null==e.parent)return null;for(var t=e.parent,n=R(t.lines,e),r=t.parent;r;r=(t=r).parent)for(var i=0;r.children[i]!=t;++i)n+=r.children[i].chunkSize();return n+t.first}function et(e,t){var n=e.first;e:do{for(var r=0;r\u003Ce.children.length;++r){var i=e.children[r],o=i.height;if(t\u003Co){e=i;continue e}t-=o,n+=i.chunkSize()}return n}while(!e.lines);for(var l=0;l\u003Ce.lines.length;++l){var s=e.lines[l].height;if(t\u003Cs)break;t-=s}return n+l}function tt(e,t){return t>=e.first&&t\u003Ce.first+e.size}function nt(e,t){return String(e.lineNumberFormatter(t+e.firstLineNumber))}function rt(e,t,n){if(void 0===n&&(n=null),!(this instanceof rt))return new rt(e,t,n);this.line=e,this.ch=t,this.sticky=n}function it(e,t){return e.line-t.line||e.ch-t.ch}function ot(e,t){return e.sticky==t.sticky&&0==it(e,t)}function lt(e){return rt(e.line,e.ch)}function st(e,t){return it(e,t)\u003C0?t:e}function at(e,t){return it(e,t)\u003C0?e:t}function ut(e,t){return Math.max(e.first,Math.min(t,e.first+e.size-1))}function ct(e,t){if(t.line\u003Ce.first)return rt(e.first,0);var n=e.first+e.size-1;return t.line>n?rt(n,$e(e,n).text.length):(e=$e(e,(n=t).line).text.length,null==(t=n.ch)||e\u003Ct?rt(n.line,e):t\u003C0?rt(n.line,0):n)}function ht(e,t){for(var n=[],r=0;r\u003Ct.length;r++)n[r]=ct(e,t[r]);return n}_e.prototype.eol=function(){return this.pos>=this.string.length},_e.prototype.sol=function(){return this.pos==this.lineStart},_e.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},_e.prototype.next=function(){if(this.pos\u003Cthis.string.length)return this.string.charAt(this.pos++)},_e.prototype.eat=function(e){var t=this.string.charAt(this.pos),e=\\\"string\\\"==typeof e?t==e:t&&(e.test?e.test(t):e(t));if(e)return++this.pos,t},_e.prototype.eatWhile=function(e){for(var t=this.pos;this.eat(e););return this.pos>t},_e.prototype.eatSpace=function(){for(var e=this.pos;/[\\\\s\\\\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>e},_e.prototype.skipToEnd=function(){this.pos=this.string.length},_e.prototype.skipTo=function(e){e=this.string.indexOf(e,this.pos);if(-1\u003Ce)return this.pos=e,!0},_e.prototype.backUp=function(e){this.pos-=e},_e.prototype.column=function(){return this.lastColumnPos\u003Cthis.start&&(this.lastColumnValue=P(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?P(this.string,this.lineStart,this.tabSize):0)},_e.prototype.indentation=function(){return P(this.string,null,this.tabSize)-(this.lineStart?P(this.string,this.lineStart,this.tabSize):0)},_e.prototype.match=function(e,t,n){if(\\\"string\\\"!=typeof e){var r=this.string.slice(this.pos).match(e);return r&&0\u003Cr.index?null:(r&&!1!==t&&(this.pos+=r[0].length),r)}r=function(e){return n?e.toLowerCase():e};if(r(this.string.substr(this.pos,e.length))==r(e))return!1!==t&&(this.pos+=e.length),!0},_e.prototype.current=function(){return this.string.slice(this.start,this.pos)},_e.prototype.hideFirstChars=function(e,t){this.lineStart+=e;try{return t()}finally{this.lineStart-=e}},_e.prototype.lookAhead=function(e){var t=this.lineOracle;return t&&t.lookAhead(e)},_e.prototype.baseToken=function(){var e=this.lineOracle;return e&&e.baseToken(this.pos)};var dt=function(e,t){this.state=e,this.lookAhead=t},ft=function(e,t,n,r){this.state=t,this.doc=e,this.line=n,this.maxLookAhead=r||0,this.baseTokens=null,this.baseTokenPos=1};function pt(t,n,r,e){var a=[t.state.modeGen],i={};St(t,n.text,t.doc.mode,r,function(e,t){return a.push(e,t)},i,e);for(var u=r.state,o=0;o\u003Ct.state.overlays.length;++o)!function(e){r.baseTokens=a;var o=t.state.overlays[e],l=1,s=0;r.state=!0,St(t,n.text,o.mode,r,function(e,t){for(var n=l;s\u003Ce;){var r=a[l];e\u003Cr&&a.splice(l,1,e,a[l+1],r),l+=2,s=Math.min(e,r)}if(t)if(o.opaque)a.splice(n,l-n,e,\\\"overlay \\\"+t),l=n+2;else for(;n\u003Cl;n+=2){var i=a[n+1];a[n+1]=(i?i+\\\" \\\":\\\"\\\")+\\\"overlay \\\"+t}},i),r.state=u,r.baseTokens=null,r.baseTokenPos=1}(o);return{styles:a,classes:i.bgClass||i.textClass?i:null}}function gt(e,t,n){var r,i,o;return t.styles&&t.styles[0]==e.state.modeGen||(r=mt(e,Je(t)),i=t.text.length>e.options.maxHighlightLength&&je(e.doc.mode,r.state),o=pt(e,t,r),i&&(r.state=i),t.stateAfter=r.save(!i),t.styles=o.styles,o.classes?t.styleClasses=o.classes:t.styleClasses&&(t.styleClasses=null),n===e.doc.highlightFrontier&&(e.doc.modeFrontier=Math.max(e.doc.modeFrontier,++e.doc.highlightFrontier))),t.styles}function mt(n,r,e){var t=n.doc,i=n.display;if(!t.mode.startState)return new ft(t,!0,r);var o=function(e,t,n){for(var r,i,o=e.doc,l=n?-1:t-(e.doc.mode.innerMode?1e3:100),s=t;l\u003Cs;--s){if(s\u003C=o.first)return o.first;var a=$e(o,s-1),u=a.stateAfter;if(u&&(!n||s+(u instanceof dt?u.lookAhead:0)\u003C=o.modeFrontier))return s;a=P(a.text,null,e.options.tabSize);(null==i||a\u003Cr)&&(i=s-1,r=a)}return i}(n,r,e),l=o>t.first&&$e(t,o-1).stateAfter,s=l?ft.fromSaved(t,l,o):new ft(t,Ye(t.mode),o);return t.iter(o,r,function(e){vt(n,e.text,s);var t=s.line;e.stateAfter=t==r-1||t%5==0||t>=i.viewFrom&&t\u003Ci.viewTo?s.save():null,s.nextLine()}),e&&(t.modeFrontier=s.line),s}function vt(e,t,n,r){var i=e.doc.mode,o=new _e(t,e.options.tabSize,n);for(o.start=o.pos=r||0,\\\"\\\"==t&&yt(i,n.state);!o.eol();)bt(i,o,n.state),o.start=o.pos}function yt(e,t){if(e.blankLine)return e.blankLine(t);if(e.innerMode){t=Xe(e,t);return t.mode.blankLine?t.mode.blankLine(t.state):void 0}}function bt(e,t,n,r){for(var i=0;i\u003C10;i++){r&&(r[0]=Xe(e,n).mode);var o=e.token(t,n);if(t.pos>t.start)return o}throw new Error(\\\"Mode \\\"+e.name+\\\" failed to advance stream.\\\")}ft.prototype.lookAhead=function(e){var t=this.doc.getLine(this.line+e);return null!=t&&e>this.maxLookAhead&&(this.maxLookAhead=e),t},ft.prototype.baseToken=function(e){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]\u003C=e;)this.baseTokenPos+=2;var t=this.baseTokens[this.baseTokenPos+1];return{type:t&&t.replace(/( |^)overlay .*/,\\\"\\\"),size:this.baseTokens[this.baseTokenPos]-e}},ft.prototype.nextLine=function(){this.line++,0\u003Cthis.maxLookAhead&&this.maxLookAhead--},ft.fromSaved=function(e,t,n){return t instanceof dt?new ft(e,je(e.mode,t.state),n,t.lookAhead):new ft(e,je(e.mode,t),n)},ft.prototype.save=function(e){e=!1!==e?je(this.doc.mode,this.state):this.state;return 0\u003Cthis.maxLookAhead?new dt(e,this.maxLookAhead):e};var wt=function(e,t,n){this.start=e.start,this.end=e.pos,this.string=e.current(),this.type=t||null,this.state=n};function xt(e,t,n,r){var i,o,l=e.doc,s=l.mode,a=$e(l,(t=ct(l,t)).line),u=mt(e,t.line,n),c=new _e(a.text,e.options.tabSize,u);for(r&&(o=[]);(r||c.pos\u003Ct.ch)&&!c.eol();)c.start=c.pos,i=bt(s,c,u.state),r&&o.push(new wt(c,i,je(l.mode,u.state)));return r?o:new wt(c,i,u.state)}function Ct(e,t){if(e)for(;;){var n=e.match(/(?:^|\\\\s+)line-(background-)?(\\\\S+)/);if(!n)break;e=e.slice(0,n.index)+e.slice(n.index+n[0].length);var r=n[1]?\\\"bgClass\\\":\\\"textClass\\\";null==t[r]?t[r]=n[2]:new RegExp(\\\"(?:^|\\\\\\\\s)\\\"+n[2]+\\\"(?:$|\\\\\\\\s)\\\").test(t[r])||(t[r]+=\\\" \\\"+n[2])}return e}function St(e,t,n,r,i,o,l){var s=n.flattenSpans;null==s&&(s=e.options.flattenSpans);var a=0,u=null,c=new _e(t,e.options.tabSize,r),h=e.options.addModeClass&&[null];for(\\\"\\\"==t&&Ct(yt(n,r.state),o);!c.eol();){var d,f=c.pos>e.options.maxHighlightLength?(s=!1,l&&vt(e,t,r,c.pos),c.pos=t.length,null):Ct(bt(n,c,r.state,h),o);if(!h||(d=h[0].name)&&(f=\\\"m-\\\"+(f?d+\\\" \\\"+f:d)),!s||u!=f){for(;a\u003Cc.start;)i(a=Math.min(c.start,a+5e3),u);u=f}c.start=c.pos}for(;a\u003Cc.pos;){var p=Math.min(c.pos,a+5e3);i(p,u),a=p}}var Lt=!1,kt=!1;function Tt(e,t,n){this.marker=e,this.from=t,this.to=n}function Mt(e,t){if(e)for(var n=0;n\u003Ce.length;++n){var r=e[n];if(r.marker==t)return r}}function Nt(e,t){if(t.full)return null;var n=tt(e,t.from.line)&&$e(e,t.from.line).markedSpans,r=tt(e,t.to.line)&&$e(e,t.to.line).markedSpans;if(!n&&!r)return null;var i=t.from.ch,o=t.to.ch,e=0==it(t.from,t.to),l=function(e,t,n){var r;if(e)for(var i=0;i\u003Ce.length;++i){var o,l=e[i],s=l.marker;!(null==l.from||(s.inclusiveLeft?l.from\u003C=t:l.from\u003Ct))&&(l.from!=t||\\\"bookmark\\\"!=s.type||n&&l.marker.insertLeft)||(o=null==l.to||(s.inclusiveRight?l.to>=t:l.to>t),(r=r||[]).push(new Tt(s,l.from,o?null:l.to)))}return r}(n,i,e),s=function(e,t,n){var r;if(e)for(var i=0;i\u003Ce.length;++i){var o,l=e[i],s=l.marker;!(null==l.to||(s.inclusiveRight?l.to>=t:l.to>t))&&(l.from!=t||\\\"bookmark\\\"!=s.type||n&&!l.marker.insertLeft)||(o=null==l.from||(s.inclusiveLeft?l.from\u003C=t:l.from\u003Ct),(r=r||[]).push(new Tt(s,o?null:l.from-t,null==l.to?null:l.to-t)))}return r}(r,o,e),a=1==t.text.length,u=Y(t.text).length+(a?i:0);if(l)for(var c=0;c\u003Cl.length;++c){var h,d=l[c];null==d.to&&((h=Mt(s,d.marker))?a&&(d.to=null==h.to?null:h.to+u):d.to=i)}if(s)for(var f=0;f\u003Cs.length;++f){var p=s[f];null!=p.to&&(p.to+=u),null==p.from?Mt(l,p.marker)||(p.from=u,a&&(l=l||[]).push(p)):(p.from+=u,a&&(l=l||[]).push(p))}l=l&&At(l),s&&s!=l&&(s=At(s));var g=[l];if(!a){var m,v=t.text.length-2;if(0\u003Cv&&l)for(var y=0;y\u003Cl.length;++y)null==l[y].to&&(m=m||[]).push(new Tt(l[y].marker,null,null));for(var b=0;b\u003Cv;++b)g.push(m);g.push(s)}return g}function At(e){for(var t=0;t\u003Ce.length;++t){var n=e[t];null!=n.from&&n.from==n.to&&!1!==n.marker.clearWhenEmpty&&e.splice(t--,1)}return e.length?e:null}function Ot(e){var t=e.markedSpans;if(t){for(var n=0;n\u003Ct.length;++n)t[n].marker.detachLine(e);e.markedSpans=null}}function Dt(e,t){if(t){for(var n=0;n\u003Ct.length;++n)t[n].marker.attachLine(e);e.markedSpans=t}}function Wt(e){return e.inclusiveLeft?-1:0}function Ht(e){return e.inclusiveRight?1:0}function Ft(e,t){var n=e.lines.length-t.lines.length;if(0!=n)return n;var r=e.find(),i=t.find(),n=it(r.from,i.from)||Wt(e)-Wt(t);if(n)return-n;i=it(r.to,i.to)||Ht(e)-Ht(t);return i||t.id-e.id}function Et(e,t){var n,r=kt&&e.markedSpans;if(r)for(var i,o=0;o\u003Cr.length;++o)(i=r[o]).marker.collapsed&&null==(t?i.from:i.to)&&(!n||Ft(n,i.marker)\u003C0)&&(n=i.marker);return n}function Pt(e){return Et(e,!0)}function It(e){return Et(e,!1)}function Rt(e,t,n,r,i){var t=$e(e,t),o=kt&&t.markedSpans;if(o)for(var l=0;l\u003Co.length;++l){var s=o[l];if(s.marker.collapsed){var a=s.marker.find(0),u=it(a.from,n)||Wt(s.marker)-Wt(i),c=it(a.to,r)||Ht(s.marker)-Ht(i);if(!(0\u003C=u&&c\u003C=0||u\u003C=0&&0\u003C=c)&&(u\u003C=0&&(s.marker.inclusiveRight&&i.inclusiveLeft?0\u003C=it(a.to,n):0\u003Cit(a.to,n))||0\u003C=u&&(s.marker.inclusiveRight&&i.inclusiveLeft?it(a.from,r)\u003C=0:it(a.from,r)\u003C0)))return 1}}}function zt(e){for(var t;t=Pt(e);)e=t.find(-1,!0).line;return e}function Bt(e,t){var n=$e(e,t),e=zt(n);return n==e?t:Je(e)}function Gt(e,t){if(t>e.lastLine())return t;var n,r=$e(e,t);if(!Ut(e,r))return t;for(;n=It(r);)r=n.find(1,!0).line;return Je(r)+1}function Ut(e,t){var n=kt&&t.markedSpans;if(n)for(var r,i=0;i\u003Cn.length;++i)if((r=n[i]).marker.collapsed){if(null==r.from)return!0;if(!r.marker.widgetNode&&0==r.from&&r.marker.inclusiveLeft&&function e(t,n,r){if(null==r.to){var i=r.marker.find(1,!0);return e(t,i.line,Mt(i.line.markedSpans,r.marker))}if(r.marker.inclusiveRight&&r.to==n.text.length)return!0;for(var o=void 0,l=0;l\u003Cn.markedSpans.length;++l)if((o=n.markedSpans[l]).marker.collapsed&&!o.marker.widgetNode&&o.from==r.to&&(null==o.to||o.to!=r.from)&&(o.marker.inclusiveLeft||r.marker.inclusiveRight)&&e(t,n,o))return!0}(e,t,r))return!0}}function Vt(e){for(var t=0,n=(e=zt(e)).parent,r=0;r\u003Cn.lines.length;++r){var i=n.lines[r];if(i==e)break;t+=i.height}for(var o=n.parent;o;o=(n=o).parent)for(var l=0;l\u003Co.children.length;++l){var s=o.children[l];if(s==n)break;t+=s.height}return t}function Kt(e){if(0==e.height)return 0;for(var t,n=e.text.length,r=e;t=Pt(r);){var i=t.find(0,!0),r=i.from.line;n+=i.from.ch-i.to.ch}for(r=e;t=It(r);){var o=t.find(0,!0);n-=r.text.length-o.from.ch,n+=(r=o.to.line).text.length-o.to.ch}return n}function jt(e){var n=e.display,e=e.doc;n.maxLine=$e(e,e.first),n.maxLineLength=Kt(n.maxLine),n.maxLineChanged=!0,e.iter(function(e){var t=Kt(e);t>n.maxLineLength&&(n.maxLineLength=t,n.maxLine=e)})}var Xt=function(e,t,n){this.text=e,Dt(this,t),this.height=n?n(this):1};Xt.prototype.lineNo=function(){return Je(this)},ke(Xt);var Yt={},_t={};function $t(e,t){if(!e||/^\\\\s*$/.test(e))return null;t=t.addModeClass?_t:Yt;return t[e]||(t[e]=e.replace(/\\\\S+/g,\\\"cm-$&\\\"))}function qt(e,t){var n=N(\\\"span\\\",null,null,f?\\\"padding-right: .1px\\\":null),r={pre:N(\\\"pre\\\",[n],\\\"CodeMirror-line\\\"),content:n,col:0,pos:0,cm:e,trailingSpace:!1,splitSpaces:e.getOption(\\\"lineWrapping\\\")};t.measure={};for(var i=0;i\u003C=(t.rest?t.rest.length:0);i++){var o=i?t.rest[i-1]:t.line,l=void 0;r.pos=0,r.addToken=Qt,function(e){if(null!=He)return He;var t=T(e,document.createTextNode(\\\"AخA\\\")),n=S(t,0,1).getBoundingClientRect(),t=S(t,1,2).getBoundingClientRect();return k(e),n&&n.left!=n.right&&(He=t.right-n.right\u003C3)}(e.display.measure)&&(l=me(o,e.doc.direction))&&(r.addToken=function(h,d){return function(e,t,n,r,i,o,l){n=n?n+\\\" cm-force-border\\\":\\\"cm-force-border\\\";for(var s=e.pos,a=s+t.length;;){for(var u=void 0,c=0;c\u003Cd.length&&!((u=d[c]).to>s&&u.from\u003C=s);c++);if(u.to>=a)return h(e,t,n,r,i,o,l);h(e,t.slice(0,u.to-s),n,r,null,o,l),r=null,t=t.slice(u.to-s),s=u.to}}}(r.addToken,l)),r.map=[],function(e,t,n){var r=e.markedSpans,i=e.text,o=0;if(!r){for(var l=1;l\u003Cn.length;l+=2)t.addToken(t,i.slice(o,o=n[l]),$t(n[l+1],t.cm.options));return}for(var s,a,u,c,h,d,f,p=i.length,g=0,m=1,v=\\\"\\\",y=0;;){if(y==g){u=c=h=a=\\\"\\\",d=f=null,y=1/0;for(var b=[],w=void 0,x=0;x\u003Cr.length;++x){var C=r[x],S=C.marker;if(\\\"bookmark\\\"==S.type&&C.from==g&&S.widgetNode)b.push(S);else if(C.from\u003C=g&&(null==C.to||C.to>g||S.collapsed&&C.to==g&&C.from==g)){if(null!=C.to&&C.to!=g&&y>C.to&&(y=C.to,c=\\\"\\\"),S.className&&(u+=\\\" \\\"+S.className),S.css&&(a=(a?a+\\\";\\\":\\\"\\\")+S.css),S.startStyle&&C.from==g&&(h+=\\\" \\\"+S.startStyle),S.endStyle&&C.to==y&&(w=w||[]).push(S.endStyle,C.to),S.title&&((f=f||{}).title=S.title),S.attributes)for(var L in S.attributes)(f=f||{})[L]=S.attributes[L];S.collapsed&&(!d||Ft(d.marker,S)\u003C0)&&(d=C)}else C.from>g&&y>C.from&&(y=C.from)}if(w)for(var k=0;k\u003Cw.length;k+=2)w[k+1]==y&&(c+=\\\" \\\"+w[k]);if(!d||d.from==g)for(var T=0;T\u003Cb.length;++T)Jt(t,0,b[T]);if(d&&(d.from||0)==g){if(Jt(t,(null==d.to?p+1:d.to)-g,d.marker,null==d.from),null==d.to)return;d.to==g&&(d=!1)}}if(p\u003C=g)break;for(var M=Math.min(p,y);;){if(v){var N,A=g+v.length;if(d||(N=M\u003CA?v.slice(0,M-g):v,t.addToken(t,N,s?s+u:u,h,g+N.length==y?c:\\\"\\\",a,f)),M\u003C=A){v=v.slice(M-g),g=M;break}g=A,h=\\\"\\\"}v=i.slice(o,o=n[m++]),s=$t(n[m++],t.cm.options)}}}(o,r,gt(e,o,t!=e.display.externalMeasured&&Je(o))),o.styleClasses&&(o.styleClasses.bgClass&&(r.bgClass=W(o.styleClasses.bgClass,r.bgClass||\\\"\\\")),o.styleClasses.textClass&&(r.textClass=W(o.styleClasses.textClass,r.textClass||\\\"\\\"))),0==r.map.length&&r.map.push(0,0,r.content.appendChild(function(e){null==We&&(t=M(\\\"span\\\",\\\"\\\"),T(e,M(\\\"span\\\",[t,document.createTextNode(\\\"x\\\")])),0!=e.firstChild.offsetHeight&&(We=t.offsetWidth\u003C=1&&2\u003Ct.offsetHeight&&!(w&&v\u003C8)));var t=We?M(\\\"span\\\",\\\"\\\"):M(\\\"span\\\",\\\" \\\",null,\\\"display: inline-block; width: 1px; margin-right: -1px\\\");return t.setAttribute(\\\"cm-text\\\",\\\"\\\"),t}(e.display.measure))),0==i?(t.measure.map=r.map,t.measure.cache={}):((t.measure.maps||(t.measure.maps=[])).push(r.map),(t.measure.caches||(t.measure.caches=[])).push({}))}return f&&(n=r.content.lastChild,(/\\\\bcm-tab\\\\b/.test(n.className)||n.querySelector&&n.querySelector(\\\".cm-tab\\\"))&&(r.content.className=\\\"cm-tab-wrap-hack\\\")),xe(e,\\\"renderLine\\\",e,t.line,r.pre),r.pre.className&&(r.textClass=W(r.pre.className,r.textClass||\\\"\\\")),r}function Zt(e){var t=M(\\\"span\\\",\\\"•\\\",\\\"cm-invalidchar\\\");return t.title=\\\"\\\\\\\\u\\\"+e.charCodeAt(0).toString(16),t.setAttribute(\\\"aria-label\\\",t.title),t}function Qt(e,t,n,r,i,o,l){if(t){var s,a=e.splitSpaces?function(e,t){if(1\u003Ce.length&&!/ /.test(e))return e;for(var n=t,r=\\\"\\\",i=0;i\u003Ce.length;i++){var o=e.charAt(i);\\\" \\\"!=o||!n||i!=e.length-1&&32!=e.charCodeAt(i+1)||(o=\\\" \\\"),r+=o,n=\\\" \\\"==o}return r}(t,e.trailingSpace):t,u=e.cm.state.specialChars,c=!1;if(u.test(t)){s=document.createDocumentFragment();for(var h=0;;){u.lastIndex=h;var d=u.exec(t),f=d?d.index-h:t.length-h;if(f&&(p=document.createTextNode(a.slice(h,h+f)),w&&v\u003C9?s.appendChild(M(\\\"span\\\",[p])):s.appendChild(p),e.map.push(e.pos,e.pos+f,p),e.col+=f,e.pos+=f),!d)break;h+=1+f;var p=void 0;\\\"\\\\t\\\"==d[0]?(f=(f=e.cm.options.tabSize)-e.col%f,(p=s.appendChild(M(\\\"span\\\",X(f),\\\"cm-tab\\\"))).setAttribute(\\\"role\\\",\\\"presentation\\\"),p.setAttribute(\\\"cm-text\\\",\\\"\\\\t\\\"),e.col+=f):(\\\"\\\\r\\\"==d[0]||\\\"\\\\n\\\"==d[0]?(p=s.appendChild(M(\\\"span\\\",\\\"\\\\r\\\"==d[0]?\\\"␍\\\":\\\"␤\\\",\\\"cm-invalidchar\\\"))).setAttribute(\\\"cm-text\\\",d[0]):((p=e.cm.options.specialCharPlaceholder(d[0])).setAttribute(\\\"cm-text\\\",d[0]),w&&v\u003C9?s.appendChild(M(\\\"span\\\",[p])):s.appendChild(p)),e.col+=1),e.map.push(e.pos,e.pos+1,p),e.pos++}}else e.col+=t.length,s=document.createTextNode(a),e.map.push(e.pos,e.pos+t.length,s),w&&v\u003C9&&(c=!0),e.pos+=t.length;if(e.trailingSpace=32==a.charCodeAt(t.length-1),n||r||i||c||o||l){n=n||\\\"\\\";r&&(n+=r),i&&(n+=i);var g=M(\\\"span\\\",[s],n,o);if(l)for(var m in l)l.hasOwnProperty(m)&&\\\"style\\\"!=m&&\\\"class\\\"!=m&&g.setAttribute(m,l[m]);return e.content.appendChild(g)}e.content.appendChild(s)}}function Jt(e,t,n,r){var i=!r&&n.widgetNode;i&&e.map.push(e.pos,e.pos+t,i),!r&&e.cm.display.input.needsContentAttribute&&(i=i||e.content.appendChild(document.createElement(\\\"span\\\"))).setAttribute(\\\"cm-marker\\\",n.id),i&&(e.cm.display.input.setUneditable(i),e.content.appendChild(i)),e.pos+=t,e.trailingSpace=!1}function en(e,t,n){this.line=t,this.rest=function(e){for(var t,n;t=It(e);)e=t.find(1,!0).line,(n=n||[]).push(e);return n}(t),this.size=this.rest?Je(Y(this.rest))-n+1:1,this.node=this.text=null,this.hidden=Ut(e,t)}function tn(e,t,n){for(var r=[],i=t;i\u003Cn;i=l){var o=new en(e.doc,$e(e.doc,i),i),l=i+o.size;r.push(o)}return r}var nn=null;function rn(e,t){var n=e.ownsGroup;if(n)try{!function(e){var t=e.delayedCallbacks,n=0;do{for(;n\u003Ct.length;n++)t[n].call(null);for(var r=0;r\u003Ce.ops.length;r++){var i=e.ops[r];if(i.cursorActivityHandlers)for(;i.cursorActivityCalled\u003Ci.cursorActivityHandlers.length;)i.cursorActivityHandlers[i.cursorActivityCalled++].call(null,i.cm)}}while(n\u003Ct.length)}(n)}finally{nn=null,t(n)}}var on=null;function ln(e,t){var n=be(e,t);if(n.length){var r,i=Array.prototype.slice.call(arguments,2);nn?r=nn.delayedCallbacks:on?r=on:(r=on=[],setTimeout(sn,0));for(var o=0;o\u003Cn.length;++o)!function(e){r.push(function(){return n[e].apply(null,i)})}(o)}}function sn(){var e=on;on=null;for(var t=0;t\u003Ce.length;++t)e[t]()}function an(e,t,n,r){for(var i=0;i\u003Ct.changes.length;i++){var o=t.changes[i];\\\"text\\\"==o?function(e,t){var n=t.text.className,r=cn(e,t);t.text==t.node&&(t.node=r.pre);t.text.parentNode.replaceChild(r.pre,t.text),t.text=r.pre,r.bgClass!=t.bgClass||r.textClass!=t.textClass?(t.bgClass=r.bgClass,t.textClass=r.textClass,hn(e,t)):n&&(t.text.className=n)}(e,t):\\\"gutter\\\"==o?dn(e,t,n,r):\\\"class\\\"==o?hn(e,t):\\\"widget\\\"==o&&function(e,t,n){t.alignable&&(t.alignable=null);for(var r=C(\\\"CodeMirror-linewidget\\\"),i=t.node.firstChild,o=void 0;i;i=o)o=i.nextSibling,r.test(i.className)&&t.node.removeChild(i);fn(e,t,n)}(e,t,r)}t.changes=null}function un(e){return e.node==e.text&&(e.node=M(\\\"div\\\",null,null,\\\"position: relative\\\"),e.text.parentNode&&e.text.parentNode.replaceChild(e.node,e.text),e.node.appendChild(e.text),w&&v\u003C8&&(e.node.style.zIndex=2)),e.node}function cn(e,t){var n=e.display.externalMeasured;return n&&n.line==t.line?(e.display.externalMeasured=null,t.measure=n.measure,n.built):qt(e,t)}function hn(e,t){var n,r;n=e,(r=(i=t).bgClass?i.bgClass+\\\" \\\"+(i.line.bgClass||\\\"\\\"):i.line.bgClass)&&(r+=\\\" CodeMirror-linebackground\\\"),i.background?r?i.background.className=r:(i.background.parentNode.removeChild(i.background),i.background=null):r&&(e=un(i),i.background=e.insertBefore(M(\\\"div\\\",null,r),e.firstChild),n.display.input.setUneditable(i.background)),t.line.wrapClass?un(t).className=t.line.wrapClass:t.node!=t.text&&(t.node.className=\\\"\\\");var i=t.textClass?t.textClass+\\\" \\\"+(t.line.textClass||\\\"\\\"):t.line.textClass;t.text.className=i||\\\"\\\"}function dn(e,t,n,r){t.gutter&&(t.node.removeChild(t.gutter),t.gutter=null),t.gutterBackground&&(t.node.removeChild(t.gutterBackground),t.gutterBackground=null),t.line.gutterClass&&(o=un(t),t.gutterBackground=M(\\\"div\\\",null,\\\"CodeMirror-gutter-background \\\"+t.line.gutterClass,\\\"left: \\\"+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+\\\"px; width: \\\"+r.gutterTotalWidth+\\\"px\\\"),e.display.input.setUneditable(t.gutterBackground),o.insertBefore(t.gutterBackground,t.text));var i=t.line.gutterMarkers;if(e.options.lineNumbers||i){var o=un(t),l=t.gutter=M(\\\"div\\\",null,\\\"CodeMirror-gutter-wrapper\\\",\\\"left: \\\"+(e.options.fixedGutter?r.fixedPos:-r.gutterTotalWidth)+\\\"px\\\");if(e.display.input.setUneditable(l),o.insertBefore(l,t.text),t.line.gutterClass&&(l.className+=\\\" \\\"+t.line.gutterClass),!e.options.lineNumbers||i&&i[\\\"CodeMirror-linenumbers\\\"]||(t.lineNumber=l.appendChild(M(\\\"div\\\",nt(e.options,n),\\\"CodeMirror-linenumber CodeMirror-gutter-elt\\\",\\\"left: \\\"+r.gutterLeft[\\\"CodeMirror-linenumbers\\\"]+\\\"px; width: \\\"+e.display.lineNumInnerWidth+\\\"px\\\"))),i)for(var s=0;s\u003Ce.display.gutterSpecs.length;++s){var a=e.display.gutterSpecs[s].className,u=i.hasOwnProperty(a)&&i[a];u&&l.appendChild(M(\\\"div\\\",[u],\\\"CodeMirror-gutter-elt\\\",\\\"left: \\\"+r.gutterLeft[a]+\\\"px; width: \\\"+r.gutterWidth[a]+\\\"px\\\"))}}}function fn(e,t,n){if(pn(e,t.line,t,n,!0),t.rest)for(var r=0;r\u003Ct.rest.length;r++)pn(e,t.rest[r],t,n,!1)}function pn(e,t,n,r,i){if(t.widgets)for(var o=un(n),l=0,s=t.widgets;l\u003Cs.length;++l){var a=s[l],u=M(\\\"div\\\",[a.node],\\\"CodeMirror-linewidget\\\"+(a.className?\\\" \\\"+a.className:\\\"\\\"));a.handleMouseEvents||u.setAttribute(\\\"cm-ignore-events\\\",\\\"true\\\"),function(e,t,n,r){e.noHScroll&&((n.alignable||(n.alignable=[])).push(t),n=r.wrapperWidth,t.style.left=r.fixedPos+\\\"px\\\",e.coverGutter||(n-=r.gutterTotalWidth,t.style.paddingLeft=r.gutterTotalWidth+\\\"px\\\"),t.style.width=n+\\\"px\\\");e.coverGutter&&(t.style.zIndex=5,t.style.position=\\\"relative\\\",e.noHScroll||(t.style.marginLeft=-r.gutterTotalWidth+\\\"px\\\"))}(a,u,n,r),e.display.input.setUneditable(u),i&&a.above?o.insertBefore(u,n.gutter||n.text):o.appendChild(u),ln(a,\\\"redraw\\\")}}function gn(e){if(null!=e.height)return e.height;var t,n=e.doc.cm;return n?(A(document.body,e.node)||(t=\\\"position: relative;\\\",e.coverGutter&&(t+=\\\"margin-left: -\\\"+n.display.gutters.offsetWidth+\\\"px;\\\"),e.noHScroll&&(t+=\\\"width: \\\"+n.display.wrapper.clientWidth+\\\"px;\\\"),T(n.display.measure,M(\\\"div\\\",[e.node],null,t))),e.height=e.node.parentNode.offsetHeight):0}function mn(e,t){for(var n=Oe(t);n!=e.wrapper;n=n.parentNode)if(!n||1==n.nodeType&&\\\"true\\\"==n.getAttribute(\\\"cm-ignore-events\\\")||n.parentNode==e.sizer&&n!=e.mover)return 1}function vn(e){return e.lineSpace.offsetTop}function yn(e){return e.mover.offsetHeight-e.lineSpace.offsetHeight}function bn(e){if(e.cachedPaddingH)return e.cachedPaddingH;var t=T(e.measure,M(\\\"pre\\\",\\\"x\\\",\\\"CodeMirror-line-like\\\")),t=window.getComputedStyle?window.getComputedStyle(t):t.currentStyle,t={left:parseInt(t.paddingLeft),right:parseInt(t.paddingRight)};return isNaN(t.left)||isNaN(t.right)||(e.cachedPaddingH=t),t}function wn(e){return z-e.display.nativeBarWidth}function xn(e){return e.display.scroller.clientWidth-wn(e)-e.display.barWidth}function Cn(e){return e.display.scroller.clientHeight-wn(e)-e.display.barHeight}function Sn(e,t,n){if(e.line==t)return{map:e.measure.map,cache:e.measure.cache};for(var r=0;r\u003Ce.rest.length;r++)if(e.rest[r]==t)return{map:e.measure.maps[r],cache:e.measure.caches[r]};for(var i=0;i\u003Ce.rest.length;i++)if(Je(e.rest[i])>n)return{map:e.measure.maps[i],cache:e.measure.caches[i],before:!0}}function Ln(e,t,n,r){return Mn(e,Tn(e,t),n,r)}function kn(e,t){if(t>=e.display.viewFrom&&t\u003Ce.display.viewTo)return e.display.view[er(e,t)];e=e.display.externalMeasured;return e&&t>=e.lineN&&t\u003Ce.lineN+e.size?e:void 0}function Tn(e,t){var n,r,i=Je(t),o=kn(e,i);o&&!o.text?o=null:o&&o.changes&&(an(e,o,i,$n(e)),e.curOp.forceUpdate=!0),o||(n=e,e=Je(r=zt(r=t)),(r=n.display.externalMeasured=new en(n.doc,r,e)).lineN=e,e=r.built=qt(n,r),r.text=e.pre,T(n.display.lineMeasure,e.pre),o=r);i=Sn(o,t,i);return{line:t,view:o,rect:null,map:i.map,cache:i.cache,before:i.before,hasHeights:!1}}function Mn(e,t,n,r,i){t.before&&(n=-1);var o,l=n+(r||\\\"\\\");return t.cache.hasOwnProperty(l)?o=t.cache[l]:(t.rect||(t.rect=t.view.text.getBoundingClientRect()),t.hasHeights||(function(e,t,n){var r=e.options.lineWrapping,e=r&&xn(e);if(!t.measure.heights||r&&t.measure.width!=e){var i=t.measure.heights=[];if(r){t.measure.width=e;for(var o=t.text.firstChild.getClientRects(),l=0;l\u003Co.length-1;l++){var s=o[l],a=o[l+1];2\u003CMath.abs(s.bottom-a.bottom)&&i.push((s.bottom+a.top)/2-n.top)}}i.push(n.bottom-n.top)}}(e,t.view,t.rect),t.hasHeights=!0),(o=function(e,t,n,r){var i,o=On(t.map,n,r),l=o.node,s=o.start,a=o.end,u=o.collapse;if(3==l.nodeType){for(var c=0;c\u003C4;c++){for(;s&&ne(t.line.text.charAt(o.coverStart+s));)--s;for(;o.coverStart+a\u003Co.coverEnd&&ne(t.line.text.charAt(o.coverStart+a));)++a;if((i=w&&v\u003C9&&0==s&&a==o.coverEnd-o.coverStart?l.parentNode.getBoundingClientRect():function(e,t){var n=An;if(\\\"left\\\"==t)for(var r=0;r\u003Ce.length&&(n=e[r]).left==n.right;r++);else for(var i=e.length-1;0\u003C=i&&(n=e[i]).left==n.right;i--);return n}(S(l,s,a).getClientRects(),r)).left||i.right||0==s)break;a=s,--s,u=\\\"right\\\"}w&&v\u003C11&&(i=function(e,t){if(!window.screen||null==screen.logicalXDPI||screen.logicalXDPI==screen.deviceXDPI||!function(e){if(null!=Re)return Re;var e=(t=T(e,M(\\\"span\\\",\\\"x\\\"))).getBoundingClientRect(),t=S(t,0,1).getBoundingClientRect();return Re=1\u003CMath.abs(e.left-t.left)}(e))return t;var n=screen.logicalXDPI/screen.deviceXDPI,e=screen.logicalYDPI/screen.deviceYDPI;return{left:t.left*n,right:t.right*n,top:t.top*e,bottom:t.bottom*e}}(e.display.measure,i))}else 0\u003Cs&&(u=r=\\\"right\\\"),i=e.options.lineWrapping&&1\u003C(g=l.getClientRects()).length?g[\\\"right\\\"==r?g.length-1:0]:l.getBoundingClientRect();!(w&&v\u003C9)||s||i&&(i.left||i.right)||(m=l.parentNode.getClientRects()[0],i=m?{left:m.left,right:m.left+_n(e.display),top:m.top,bottom:m.bottom}:An);for(var h=i.top-t.rect.top,n=i.bottom-t.rect.top,d=(h+n)/2,f=t.view.measure.heights,p=0;p\u003Cf.length-1&&!(d\u003Cf[p]);p++);var g=p?f[p-1]:0,m=f[p],m={left:(\\\"right\\\"==u?i.right:i.left)-t.rect.left,right:(\\\"left\\\"==u?i.left:i.right)-t.rect.left,top:g,bottom:m};i.left||i.right||(m.bogus=!0);e.options.singleCursorHeightPerLine||(m.rtop=h,m.rbottom=n);return m}(e,t,n,r)).bogus||(t.cache[l]=o)),{left:o.left,right:o.right,top:i?o.rtop:o.top,bottom:i?o.rbottom:o.bottom}}var Nn,An={left:0,right:0,top:0,bottom:0};function On(e,t,n){for(var r,i,o,l,s,a,u=0;u\u003Ce.length;u+=3)if(s=e[u],a=e[u+1],t\u003Cs?(i=0,o=1,l=\\\"left\\\"):t\u003Ca?o=(i=t-s)+1:(u==e.length-3||t==a&&e[u+3]>t)&&(i=(o=a-s)-1,a\u003C=t&&(l=\\\"right\\\")),null!=i){if(r=e[u+2],s==a&&n==(r.insertLeft?\\\"left\\\":\\\"right\\\")&&(l=n),\\\"left\\\"==n&&0==i)for(;u&&e[u-2]==e[u-3]&&e[u-1].insertLeft;)r=e[2+(u-=3)],l=\\\"left\\\";if(\\\"right\\\"==n&&i==a-s)for(;u\u003Ce.length-3&&e[u+3]==e[u+4]&&!e[u+5].insertLeft;)r=e[(u+=3)+2],l=\\\"right\\\";break}return{node:r,start:i,end:o,collapse:l,coverStart:s,coverEnd:a}}function Dn(e){if(e.measure&&(e.measure.cache={},e.measure.heights=null,e.rest))for(var t=0;t\u003Ce.rest.length;t++)e.measure.caches[t]={}}function Wn(e){e.display.externalMeasure=null,k(e.display.lineMeasure);for(var t=0;t\u003Ce.display.view.length;t++)Dn(e.display.view[t])}function Hn(e){Wn(e),e.display.cachedCharWidth=e.display.cachedTextHeight=e.display.cachedPaddingH=null,e.options.lineWrapping||(e.display.maxLineChanged=!0),e.display.lineNumChars=null}function Fn(){return o&&a?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function En(){return o&&a?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function Pn(e){var t=0;if(e.widgets)for(var n=0;n\u003Ce.widgets.length;++n)e.widgets[n].above&&(t+=gn(e.widgets[n]));return t}function In(e,t,n,r,i){if(i||(i=Pn(t),n.top+=i,n.bottom+=i),\\\"line\\\"==r)return n;r=r||\\\"local\\\";t=Vt(t);return\\\"local\\\"==r?t+=vn(e.display):t-=e.display.viewOffset,\\\"page\\\"!=r&&\\\"window\\\"!=r||(t+=(e=e.display.lineSpace.getBoundingClientRect()).top+(\\\"window\\\"==r?0:En()),r=e.left+(\\\"window\\\"==r?0:Fn()),n.left+=r,n.right+=r),n.top+=t,n.bottom+=t,n}function Rn(e,t,n){if(\\\"div\\\"==n)return t;var r=t.left,t=t.top;\\\"page\\\"==n?(r-=Fn(),t-=En()):\\\"local\\\"!=n&&n||(r+=(n=e.display.sizer.getBoundingClientRect()).left,t+=n.top);e=e.display.lineSpace.getBoundingClientRect();return{left:r-e.left,top:t-e.top}}function zn(e,t,n,r,i){return In(e,r=r||$e(e.doc,t.line),Ln(e,r,t.ch,i),n)}function Bn(n,e,r,i,o,l){function s(e,t){e=Mn(n,o,e,t?\\\"right\\\":\\\"left\\\",l);return t?e.left=e.right:e.right=e.left,In(n,i,e,r)}i=i||$e(n.doc,e.line),o=o||Tn(n,i);var a=me(i,n.doc.direction),t=e.ch,u=e.sticky;if(t>=i.text.length?(t=i.text.length,u=\\\"before\\\"):t\u003C=0&&(t=0,u=\\\"after\\\"),!a)return s(\\\"before\\\"==u?t-1:t,\\\"before\\\"==u);function c(e,t,n){return s(n?e-1:e,1==a[t].level!=n)}var h=le(a,t,u),e=oe,h=c(t,h,\\\"before\\\"==u);return null!=e&&(h.other=c(t,e,\\\"before\\\"!=u)),h}function Gn(e,t){var n=0;t=ct(e.doc,t),e.options.lineWrapping||(n=_n(e.display)*t.ch);t=$e(e.doc,t.line),e=Vt(t)+vn(e.display);return{left:n,right:n,top:e,bottom:e+t.height}}function Un(e,t,n,r,i){n=rt(e,t,n);return n.xRel=i,r&&(n.outside=r),n}function Vn(e,t,n){var r=e.doc;if((n+=e.display.viewOffset)\u003C0)return Un(r.first,0,null,-1,-1);var i=et(r,n),o=r.first+r.size-1;if(o\u003Ci)return Un(r.first+r.size-1,$e(r,o).text.length,null,1,1);t\u003C0&&(t=0);for(var l=$e(r,i);;){var s=function(n,e,t,r,i){i-=Vt(e);var o=Tn(n,e),l=Pn(e),s=0,a=e.text.length,u=!0,c=me(e,n.doc.direction);c&&(f=(n.options.lineWrapping?function(e,t,n,r,i,o,l){var l=Kn(e,t,r,l),s=l.begin,a=l.end;/\\\\s/.test(t.text.charAt(a-1))&&a--;for(var u=null,c=null,h=0;h\u003Ci.length;h++){var d,f=i[h];f.from>=a||f.to\u003C=s||(d=1!=f.level,d=Mn(e,r,d?Math.min(a,f.to)-1:Math.max(s,f.from)).right,d=d\u003Co?o-d+1e9:d-o,(!u||d\u003Cc)&&(u=f,c=d))}u=u||i[i.length-1];u.from\u003Cs&&(u={from:s,to:u.to,level:u.level});u.to>a&&(u={from:u.from,to:a,level:u.level});return u}:function(n,r,i,o,l,s,a){var e=ie(function(e){var t=l[e],e=1!=t.level;return Xn(Bn(n,rt(i,e?t.to:t.from,e?\\\"before\\\":\\\"after\\\"),\\\"line\\\",r,o),s,a,!0)},0,l.length-1),t=l[e];{var u;0\u003Ce&&(u=1!=t.level,Xn(u=Bn(n,rt(i,u?t.from:t.to,u?\\\"after\\\":\\\"before\\\"),\\\"line\\\",r,o),s,a,!0)&&u.top>a&&(t=l[e-1]))}return t})(n,e,t,o,c,r,i),u=1!=f.level,s=u?f.from:f.to-1,a=u?f.to:f.from-1);var h=null,d=null,c=ie(function(e){var t=Mn(n,o,e);return t.top+=l,t.bottom+=l,Xn(t,r,i,!1)&&(t.top\u003C=i&&t.left\u003C=r&&(h=e,d=t),1)},s,a),f=!1;{var p,g;d?(p=r-d.left\u003Cd.right-r,c=h+((g=p==u)?0:1),g=g?\\\"after\\\":\\\"before\\\",p=p?d.left:d.right):(u||c!=a&&c!=s||c++,g=0==c||c!=e.text.length&&Mn(n,o,c-(u?1:0)).bottom+l\u003C=i==u?\\\"after\\\":\\\"before\\\",u=Bn(n,rt(t,c,g),\\\"line\\\",e,o),p=u.left,f=i\u003Cu.top?-1:i>=u.bottom?1:0)}return c=re(e.text,c,1),Un(t,c,g,f,r-p)}(e,l,i,t,n),a=function(e,t){var n,r=kt&&e.markedSpans;if(r)for(var i=0;i\u003Cr.length;++i){var o=r[i];o.marker.collapsed&&(null==o.from||o.from\u003Ct)&&(null==o.to||o.to>t)&&(!n||Ft(n,o.marker)\u003C0)&&(n=o.marker)}return n}(l,s.ch+(0\u003Cs.xRel||0\u003Cs.outside?1:0));if(!a)return s;a=a.find(1);if(a.line==i)return a;l=$e(r,i=a.line)}}function Kn(t,e,n,r){r-=Pn(e);var i=e.text.length,e=ie(function(e){return Mn(t,n,e-1).bottom\u003C=r},i,0);return{begin:e,end:i=ie(function(e){return Mn(t,n,e).top>r},e,i)}}function jn(e,t,n,r){return Kn(e,t,n=n||Tn(e,t),In(e,t,Mn(e,n,r),\\\"line\\\").top)}function Xn(e,t,n,r){return!(e.bottom\u003C=n)&&(e.top>n||(r?e.left:e.right)>t)}function Yn(e){if(null!=e.cachedTextHeight)return e.cachedTextHeight;if(null==Nn){Nn=M(\\\"pre\\\",null,\\\"CodeMirror-line-like\\\");for(var t=0;t\u003C49;++t)Nn.appendChild(document.createTextNode(\\\"x\\\")),Nn.appendChild(M(\\\"br\\\"));Nn.appendChild(document.createTextNode(\\\"x\\\"))}T(e.measure,Nn);var n=Nn.offsetHeight/50;return 3\u003Cn&&(e.cachedTextHeight=n),k(e.measure),n||1}function _n(e){if(null!=e.cachedCharWidth)return e.cachedCharWidth;var t=M(\\\"span\\\",\\\"xxxxxxxxxx\\\"),n=M(\\\"pre\\\",[t],\\\"CodeMirror-line-like\\\");T(e.measure,n);t=t.getBoundingClientRect(),t=(t.right-t.left)/10;return 2\u003Ct&&(e.cachedCharWidth=t),t||10}function $n(e){for(var t=e.display,n={},r={},i=t.gutters.clientLeft,o=t.gutters.firstChild,l=0;o;o=o.nextSibling,++l){var s=e.display.gutterSpecs[l].className;n[s]=o.offsetLeft+o.clientLeft+i,r[s]=o.clientWidth}return{fixedPos:qn(t),gutterTotalWidth:t.gutters.offsetWidth,gutterLeft:n,gutterWidth:r,wrapperWidth:t.wrapper.clientWidth}}function qn(e){return e.scroller.getBoundingClientRect().left-e.sizer.getBoundingClientRect().left}function Zn(r){var i=Yn(r.display),o=r.options.lineWrapping,l=o&&Math.max(5,r.display.scroller.clientWidth/_n(r.display)-3);return function(e){if(Ut(r.doc,e))return 0;var t=0;if(e.widgets)for(var n=0;n\u003Ce.widgets.length;n++)e.widgets[n].height&&(t+=e.widgets[n].height);return o?t+(Math.ceil(e.text.length/l)||1)*i:t+i}}function Qn(e){var t=e.doc,n=Zn(e);t.iter(function(e){var t=n(e);t!=e.height&&Qe(e,t)})}function Jn(e,t,n,r){var i=e.display;if(!n&&\\\"true\\\"==Oe(t).getAttribute(\\\"cm-not-content\\\"))return null;var o,l,s=i.lineSpace.getBoundingClientRect();try{o=t.clientX-s.left,l=t.clientY-s.top}catch(e){return null}var a,i=Vn(e,o,l);return r&&0\u003Ci.xRel&&(a=$e(e.doc,i.line).text).length==i.ch&&(a=P(a,a.length,e.options.tabSize)-a.length,i=rt(i.line,Math.max(0,Math.round((o-bn(e.display).left)/_n(e.display))-a))),i}function er(e,t){if(t>=e.display.viewTo)return null;if((t-=e.display.viewFrom)\u003C0)return null;for(var n=e.display.view,r=0;r\u003Cn.length;r++)if((t-=n[r].size)\u003C0)return r}function tr(e,t,n,r){null==t&&(t=e.doc.first),null==n&&(n=e.doc.first+e.doc.size),r=r||0;var i,o,l=e.display;r&&n\u003Cl.viewTo&&(null==l.updateLineNumbers||l.updateLineNumbers>t)&&(l.updateLineNumbers=t),e.curOp.viewChanged=!0,t>=l.viewTo?kt&&Bt(e.doc,t)\u003Cl.viewTo&&rr(e):n\u003C=l.viewFrom?kt&&Gt(e.doc,n+r)>l.viewFrom?rr(e):(l.viewFrom+=r,l.viewTo+=r):t\u003C=l.viewFrom&&n>=l.viewTo?rr(e):t\u003C=l.viewFrom?(i=ir(e,n,n+r,1))?(l.view=l.view.slice(i.index),l.viewFrom=i.lineN,l.viewTo+=r):rr(e):n>=l.viewTo?(o=ir(e,t,t,-1))?(l.view=l.view.slice(0,o.index),l.viewTo=o.lineN):rr(e):(i=ir(e,t,t,-1),o=ir(e,n,n+r,1),i&&o?(l.view=l.view.slice(0,i.index).concat(tn(e,i.lineN,o.lineN)).concat(l.view.slice(o.index)),l.viewTo+=r):rr(e));e=l.externalMeasured;e&&(n\u003Ce.lineN?e.lineN+=r:t\u003Ce.lineN+e.size&&(l.externalMeasured=null))}function nr(e,t,n){e.curOp.viewChanged=!0;var r=e.display,i=e.display.externalMeasured;i&&t>=i.lineN&&t\u003Ci.lineN+i.size&&(r.externalMeasured=null),t\u003Cr.viewFrom||t>=r.viewTo||(null==(t=r.view[er(e,t)]).node||-1==R(t=t.changes||(t.changes=[]),n)&&t.push(n))}function rr(e){e.display.viewFrom=e.display.viewTo=e.doc.first,e.display.view=[],e.display.viewOffset=0}function ir(e,t,n,r){var i,o=er(e,t),l=e.display.view;if(!kt||n==e.doc.first+e.doc.size)return{index:o,lineN:n};for(var s=e.display.viewFrom,a=0;a\u003Co;a++)s+=l[a].size;if(s!=t){if(0\u003Cr){if(o==l.length-1)return null;i=s+l[o].size-t,o++}else i=s-t;t+=i,n+=i}for(;Bt(e.doc,n)!=n;){if(o==(r\u003C0?0:l.length-1))return null;n+=r*l[o-(r\u003C0?1:0)].size,o+=r}return{index:o,lineN:n}}function or(e){for(var t=e.display.view,n=0,r=0;r\u003Ct.length;r++){var i=t[r];i.hidden||i.node&&!i.changes||++n}return n}function lr(e){e.display.input.showSelection(e.display.input.prepareSelection())}function sr(e,t){void 0===t&&(t=!0);for(var n,r,i=e.doc,o={},l=o.cursors=document.createDocumentFragment(),s=o.selection=document.createDocumentFragment(),a=0;a\u003Ci.sel.ranges.length;a++)!t&&a==i.sel.primIndex||((n=i.sel.ranges[a]).from().line>=e.display.viewTo||n.to().line\u003Ce.display.viewFrom||(((r=n.empty())||e.options.showCursorWhenSelecting)&&ar(e,n.head,l),r||function(i,e,t){var n=i.display,o=i.doc,l=document.createDocumentFragment(),r=bn(i.display),S=r.left,L=Math.max(n.sizerWidth,xn(i)-n.sizer.offsetLeft)-r.right,k=\\\"ltr\\\"==o.direction;function T(e,t,n,r){t\u003C0&&(t=0),t=Math.round(t),r=Math.round(r),l.appendChild(M(\\\"div\\\",null,\\\"CodeMirror-selected\\\",\\\"position: absolute; left: \\\"+e+\\\"px;\\\\n top: \\\"+t+\\\"px; width: \\\"+(null==n?L-e:n)+\\\"px;\\\\n height: \\\"+(r-t)+\\\"px\\\"))}function s(n,g,m){var v,y,r=$e(o,n),b=r.text.length;function w(e,t){return zn(i,rt(n,e),\\\"div\\\",r,t)}function x(e,t,n){e=jn(i,r,null,e),t=\\\"ltr\\\"==t==(\\\"after\\\"==n)?\\\"left\\\":\\\"right\\\";return w(\\\"after\\\"==n?e.begin:e.end-(/\\\\s/.test(r.text.charAt(e.end-1))?2:1),t)[t]}var C=me(r,o.direction);return function(e,t,n,r){if(!e)return r(t,n,\\\"ltr\\\",0);for(var i=!1,o=0;o\u003Ce.length;++o){var l=e[o];(l.from\u003Cn&&l.to>t||t==n&&l.to==t)&&(r(Math.max(l.from,t),Math.min(l.to,n),1==l.level?\\\"rtl\\\":\\\"ltr\\\",o),i=!0)}i||r(t,n,\\\"ltr\\\")}(C,g||0,null==m?b:m,function(e,t,n,r){var i,o,l,s,a=\\\"ltr\\\"==n,u=w(e,a?\\\"left\\\":\\\"right\\\"),c=w(t-1,a?\\\"right\\\":\\\"left\\\"),h=null==g&&0==e,d=null==m&&t==b,f=0==r,p=!C||r==C.length-1;c.top-u.top\u003C=3?(i=(k?d:h)&&p,r=(k?h:d)&&f?S:(a?u:c).left,i=i?L:(a?c:u).right,T(r,u.top,i-r,u.bottom)):(n=a?(o=k&&h&&f?S:u.left,l=k?L:x(e,n,\\\"before\\\"),s=k?S:x(t,n,\\\"after\\\"),k&&d&&p?L:c.right):(o=k?x(e,n,\\\"before\\\"):S,l=!k&&h&&f?L:u.right,s=!k&&d&&p?S:c.left,k?x(t,n,\\\"after\\\"):L),T(o,u.top,l-o,u.bottom),u.bottom\u003Cc.top&&T(S,u.bottom,null,c.top),T(s,c.top,n-s,c.bottom)),(!v||ur(u,v)\u003C0)&&(v=u),ur(c,v)\u003C0&&(v=c),(!y||ur(u,y)\u003C0)&&(y=u),ur(c,y)\u003C0&&(y=c)}),{start:v,end:y}}var a=e.from(),n=e.to();a.line==n.line?s(a.line,a.ch,n.ch):(r=$e(o,a.line),e=$e(o,n.line),e=zt(r)==zt(e),r=s(a.line,a.ch,e?r.text.length+1:null).end,n=s(n.line,e?0:null,n.ch).start,e&&(r.top\u003Cn.top-2?(T(r.right,r.top,null,r.bottom),T(S,n.top,n.left,n.bottom)):T(r.right,r.top,n.left-r.right,r.bottom)),r.bottom\u003Cn.top&&T(S,r.bottom,null,n.top));t.appendChild(l)}(e,n,s)));return o}function ar(e,t,n){var r=Bn(e,t,\\\"div\\\",null,null,!e.options.singleCursorHeightPerLine),t=n.appendChild(M(\\\"div\\\",\\\" \\\",\\\"CodeMirror-cursor\\\"));t.style.left=r.left+\\\"px\\\",t.style.top=r.top+\\\"px\\\",t.style.height=Math.max(0,r.bottom-r.top)*e.options.cursorHeight+\\\"px\\\",r.other&&((n=n.appendChild(M(\\\"div\\\",\\\" \\\",\\\"CodeMirror-cursor CodeMirror-secondarycursor\\\"))).style.display=\\\"\\\",n.style.left=r.other.left+\\\"px\\\",n.style.top=r.other.top+\\\"px\\\",n.style.height=.85*(r.other.bottom-r.other.top)+\\\"px\\\")}function ur(e,t){return e.top-t.top||e.left-t.left}function cr(e){var t,n;e.state.focused&&(t=e.display,clearInterval(t.blinker),n=!0,t.cursorDiv.style.visibility=\\\"\\\",0\u003Ce.options.cursorBlinkRate?t.blinker=setInterval(function(){e.hasFocus()||pr(e),t.cursorDiv.style.visibility=(n=!n)?\\\"\\\":\\\"hidden\\\"},e.options.cursorBlinkRate):e.options.cursorBlinkRate\u003C0&&(t.cursorDiv.style.visibility=\\\"hidden\\\"))}function hr(e){e.hasFocus()||(e.display.input.focus(),e.state.focused||fr(e))}function dr(e){e.state.delayingBlurEvent=!0,setTimeout(function(){e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1,e.state.focused&&pr(e))},100)}function fr(e,t){e.state.delayingBlurEvent&&!e.state.draggingText&&(e.state.delayingBlurEvent=!1),\\\"nocursor\\\"!=e.options.readOnly&&(e.state.focused||(xe(e,\\\"focus\\\",e,t),e.state.focused=!0,D(e.display.wrapper,\\\"CodeMirror-focused\\\"),e.curOp||e.display.selForContextMenu==e.doc.sel||(e.display.input.reset(),f&&setTimeout(function(){return e.display.input.reset(!0)},20)),e.display.input.receivedFocus()),cr(e))}function pr(e,t){e.state.delayingBlurEvent||(e.state.focused&&(xe(e,\\\"blur\\\",e,t),e.state.focused=!1,L(e.display.wrapper,\\\"CodeMirror-focused\\\")),clearInterval(e.display.blinker),setTimeout(function(){e.state.focused||(e.display.shift=!1)},150))}function gr(e){for(var t=e.display,n=t.lineDiv.offsetTop,r=0;r\u003Ct.view.length;r++){var i,o=t.view[r],l=e.options.lineWrapping,s=void 0,a=0;if(!o.hidden){w&&v\u003C8?(s=(i=o.node.offsetTop+o.node.offsetHeight)-n,n=i):(s=(u=o.node.getBoundingClientRect()).bottom-u.top,!l&&o.text.firstChild&&(a=o.text.firstChild.getBoundingClientRect().right-u.left-1));var u=o.line.height-s;if((.005\u003Cu||u\u003C-.005)&&(Qe(o.line,s),mr(o.line),o.rest))for(var c=0;c\u003Co.rest.length;c++)mr(o.rest[c]);a>e.display.sizerWidth&&((a=Math.ceil(a/_n(e.display)))>e.display.maxLineLength&&(e.display.maxLineLength=a,e.display.maxLine=o.line,e.display.maxLineChanged=!0))}}}function mr(e){if(e.widgets)for(var t=0;t\u003Ce.widgets.length;++t){var n=e.widgets[t],r=n.node.parentNode;r&&(n.height=r.offsetHeight)}}function vr(e,t,n){var r=n&&null!=n.top?Math.max(0,n.top):e.scroller.scrollTop,r=Math.floor(r-vn(e)),i=n&&null!=n.bottom?n.bottom:r+e.wrapper.clientHeight,o=et(t,r),r=et(t,i);return n&&n.ensure&&(i=n.ensure.from.line,n=n.ensure.to.line,i\u003Co?r=et(t,Vt($e(t,o=i))+e.wrapper.clientHeight):Math.min(n,t.lastLine())>=r&&(o=et(t,Vt($e(t,n))-e.wrapper.clientHeight),r=n)),{from:o,to:Math.max(r,o+1)}}function yr(e,t){var n=e.display,r=Yn(e.display);t.top\u003C0&&(t.top=0);var i=(e.curOp&&null!=e.curOp.scrollTop?e.curOp:n.scroller).scrollTop,o=Cn(e),l={};t.bottom-t.top>o&&(t.bottom=t.top+o);var s=e.doc.height+yn(n),a=t.top\u003Cr,r=t.bottom>s-r;t.top\u003Ci?l.scrollTop=a?0:t.top:t.bottom>i+o&&((u=Math.min(t.top,(r?s:t.bottom)-o))!=i&&(l.scrollTop=u));var i=e.options.fixedGutter?0:n.gutters.offsetWidth,u=e.curOp&&null!=e.curOp.scrollLeft?e.curOp.scrollLeft:n.scroller.scrollLeft-i,e=xn(e)-n.gutters.offsetWidth,n=t.right-t.left>e;return n&&(t.right=t.left+e),t.left\u003C10?l.scrollLeft=0:t.left\u003Cu?l.scrollLeft=Math.max(0,t.left+i-(n?0:10)):t.right>e+u-3&&(l.scrollLeft=t.right+(n?0:10)-e),l}function br(e,t){null!=t&&(Cr(e),e.curOp.scrollTop=(null==e.curOp.scrollTop?e.doc:e.curOp).scrollTop+t)}function wr(e){Cr(e);var t=e.getCursor();e.curOp.scrollToPos={from:t,to:t,margin:e.options.cursorScrollMargin}}function xr(e,t,n){null==t&&null==n||Cr(e),null!=t&&(e.curOp.scrollLeft=t),null!=n&&(e.curOp.scrollTop=n)}function Cr(e){var t=e.curOp.scrollToPos;t&&(e.curOp.scrollToPos=null,Sr(e,Gn(e,t.from),Gn(e,t.to),t.margin))}function Sr(e,t,n,r){r=yr(e,{left:Math.min(t.left,n.left),top:Math.min(t.top,n.top)-r,right:Math.max(t.right,n.right),bottom:Math.max(t.bottom,n.bottom)+r});xr(e,r.scrollLeft,r.scrollTop)}function Lr(e,t){Math.abs(e.doc.scrollTop-t)\u003C2||(d||Kr(e,{top:t}),kr(e,t,!0),d&&Kr(e),zr(e,100))}function kr(e,t,n){t=Math.max(0,Math.min(e.display.scroller.scrollHeight-e.display.scroller.clientHeight,t)),e.display.scroller.scrollTop==t&&!n||(e.doc.scrollTop=t,e.display.scrollbars.setScrollTop(t),e.display.scroller.scrollTop!=t&&(e.display.scroller.scrollTop=t))}function Tr(e,t,n,r){t=Math.max(0,Math.min(t,e.display.scroller.scrollWidth-e.display.scroller.clientWidth)),(n?t==e.doc.scrollLeft:Math.abs(e.doc.scrollLeft-t)\u003C2)&&!r||(e.doc.scrollLeft=t,Yr(e),e.display.scroller.scrollLeft!=t&&(e.display.scroller.scrollLeft=t),e.display.scrollbars.setScrollLeft(t))}function Mr(e){var t=e.display,n=t.gutters.offsetWidth,r=Math.round(e.doc.height+yn(e.display));return{clientHeight:t.scroller.clientHeight,viewHeight:t.wrapper.clientHeight,scrollWidth:t.scroller.scrollWidth,clientWidth:t.scroller.clientWidth,viewWidth:t.wrapper.clientWidth,barLeft:e.options.fixedGutter?n:0,docHeight:r,scrollHeight:r+wn(e)+t.barHeight,nativeBarWidth:t.nativeBarWidth,gutterWidth:n}}e=function(e,t,n){this.cm=n;var r=this.vert=M(\\\"div\\\",[M(\\\"div\\\",null,null,\\\"min-width: 1px\\\")],\\\"CodeMirror-vscrollbar\\\"),i=this.horiz=M(\\\"div\\\",[M(\\\"div\\\",null,null,\\\"height: 100%; min-height: 1px\\\")],\\\"CodeMirror-hscrollbar\\\");r.tabIndex=i.tabIndex=-1,e(r),e(i),ye(r,\\\"scroll\\\",function(){r.clientHeight&&t(r.scrollTop,\\\"vertical\\\")}),ye(i,\\\"scroll\\\",function(){i.clientWidth&&t(i.scrollLeft,\\\"horizontal\\\")}),this.checkedZeroWidth=!1,w&&v\u003C8&&(this.horiz.style.minHeight=this.vert.style.minWidth=\\\"18px\\\")};e.prototype.update=function(e){var t,n=e.scrollWidth>e.clientWidth+1,r=e.scrollHeight>e.clientHeight+1,i=e.nativeBarWidth;return r?(this.vert.style.display=\\\"block\\\",this.vert.style.bottom=n?i+\\\"px\\\":\\\"0\\\",t=e.viewHeight-(n?i:0),this.vert.firstChild.style.height=Math.max(0,e.scrollHeight-e.clientHeight+t)+\\\"px\\\"):(this.vert.style.display=\\\"\\\",this.vert.firstChild.style.height=\\\"0\\\"),n?(this.horiz.style.display=\\\"block\\\",this.horiz.style.right=r?i+\\\"px\\\":\\\"0\\\",this.horiz.style.left=e.barLeft+\\\"px\\\",t=e.viewWidth-e.barLeft-(r?i:0),this.horiz.firstChild.style.width=Math.max(0,e.scrollWidth-e.clientWidth+t)+\\\"px\\\"):(this.horiz.style.display=\\\"\\\",this.horiz.firstChild.style.width=\\\"0\\\"),!this.checkedZeroWidth&&0\u003Ce.clientHeight&&(0==i&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:r?i:0,bottom:n?i:0}},e.prototype.setScrollLeft=function(e){this.horiz.scrollLeft!=e&&(this.horiz.scrollLeft=e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,\\\"horiz\\\")},e.prototype.setScrollTop=function(e){this.vert.scrollTop!=e&&(this.vert.scrollTop=e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,\\\"vert\\\")},e.prototype.zeroWidthHack=function(){var e=g&&!l?\\\"12px\\\":\\\"18px\\\";this.horiz.style.height=this.vert.style.width=e,this.horiz.style.pointerEvents=this.vert.style.pointerEvents=\\\"none\\\",this.disableHoriz=new I,this.disableVert=new I},e.prototype.enableZeroWidthBar=function(n,r,i){n.style.pointerEvents=\\\"auto\\\",r.set(1e3,function e(){var t=n.getBoundingClientRect();(\\\"vert\\\"==i?document.elementFromPoint(t.right-1,(t.top+t.bottom)/2):document.elementFromPoint((t.right+t.left)/2,t.bottom-1))!=n?n.style.pointerEvents=\\\"none\\\":r.set(1e3,e)})},e.prototype.clear=function(){var e=this.horiz.parentNode;e.removeChild(this.horiz),e.removeChild(this.vert)};r=function(){};function Nr(e,t){t=t||Mr(e);var n=e.display.barWidth,r=e.display.barHeight;Ar(e,t);for(var i=0;i\u003C4&&n!=e.display.barWidth||r!=e.display.barHeight;i++)n!=e.display.barWidth&&e.options.lineWrapping&&gr(e),Ar(e,Mr(e)),n=e.display.barWidth,r=e.display.barHeight}function Ar(e,t){var n=e.display,r=n.scrollbars.update(t);n.sizer.style.paddingRight=(n.barWidth=r.right)+\\\"px\\\",n.sizer.style.paddingBottom=(n.barHeight=r.bottom)+\\\"px\\\",n.heightForcer.style.borderBottom=r.bottom+\\\"px solid transparent\\\",r.right&&r.bottom?(n.scrollbarFiller.style.display=\\\"block\\\",n.scrollbarFiller.style.height=r.bottom+\\\"px\\\",n.scrollbarFiller.style.width=r.right+\\\"px\\\"):n.scrollbarFiller.style.display=\\\"\\\",r.bottom&&e.options.coverGutterNextToScrollbar&&e.options.fixedGutter?(n.gutterFiller.style.display=\\\"block\\\",n.gutterFiller.style.height=r.bottom+\\\"px\\\",n.gutterFiller.style.width=t.gutterWidth+\\\"px\\\"):n.gutterFiller.style.display=\\\"\\\"}r.prototype.update=function(){return{bottom:0,right:0}},r.prototype.setScrollLeft=function(){},r.prototype.setScrollTop=function(){},r.prototype.clear=function(){};var Or={native:e,null:r};function Dr(n){n.display.scrollbars&&(n.display.scrollbars.clear(),n.display.scrollbars.addClass&&L(n.display.wrapper,n.display.scrollbars.addClass)),n.display.scrollbars=new Or[n.options.scrollbarStyle](function(e){n.display.wrapper.insertBefore(e,n.display.scrollbarFiller),ye(e,\\\"mousedown\\\",function(){n.state.focused&&setTimeout(function(){return n.display.input.focus()},0)}),e.setAttribute(\\\"cm-not-content\\\",\\\"true\\\")},function(e,t){(\\\"horizontal\\\"==t?Tr:Lr)(n,e)},n),n.display.scrollbars.addClass&&D(n.display.wrapper,n.display.scrollbars.addClass)}var Wr=0;function Hr(e){e.curOp={cm:e,viewChanged:!1,startHeight:e.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++Wr},e=e.curOp,nn?nn.ops.push(e):e.ownsGroup=nn={ops:[e],delayedCallbacks:[]}}function Fr(e){e=e.curOp;e&&rn(e,function(e){for(var t=0;t\u003Ce.ops.length;t++)e.ops[t].cm.curOp=null;!function(e){for(var t=e.ops,n=0;n\u003Ct.length;n++)!function(e){var t=e.cm,n=t.display;(function(e){var t=e.display;!t.scrollbarsClipped&&t.scroller.offsetWidth&&(t.nativeBarWidth=t.scroller.offsetWidth-t.scroller.clientWidth,t.heightForcer.style.height=wn(e)+\\\"px\\\",t.sizer.style.marginBottom=-t.nativeBarWidth+\\\"px\\\",t.sizer.style.borderRightWidth=wn(e)+\\\"px\\\",t.scrollbarsClipped=!0)})(t),e.updateMaxLine&&jt(t);e.mustUpdate=e.viewChanged||e.forceUpdate||null!=e.scrollTop||e.scrollToPos&&(e.scrollToPos.from.line\u003Cn.viewFrom||e.scrollToPos.to.line>=n.viewTo)||n.maxLineChanged&&t.options.lineWrapping,e.update=e.mustUpdate&&new Gr(t,e.mustUpdate&&{top:e.scrollTop,ensure:e.scrollToPos},e.forceUpdate)}(t[n]);for(var r=0;r\u003Ct.length;r++)!function(e){e.updatedDisplay=e.mustUpdate&&Ur(e.cm,e.update)}(t[r]);for(var i=0;i\u003Ct.length;i++)!function(e){var t=e.cm,n=t.display;e.updatedDisplay&&gr(t);e.barMeasure=Mr(t),n.maxLineChanged&&!t.options.lineWrapping&&(e.adjustWidthTo=Ln(t,n.maxLine,n.maxLine.text.length).left+3,t.display.sizerWidth=e.adjustWidthTo,e.barMeasure.scrollWidth=Math.max(n.scroller.clientWidth,n.sizer.offsetLeft+e.adjustWidthTo+wn(t)+t.display.barWidth),e.maxScrollLeft=Math.max(0,n.sizer.offsetLeft+e.adjustWidthTo-xn(t)));(e.updatedDisplay||e.selectionChanged)&&(e.preparedSelection=n.input.prepareSelection())}(t[i]);for(var o=0;o\u003Ct.length;o++)!function(e){var t=e.cm;null!=e.adjustWidthTo&&(t.display.sizer.style.minWidth=e.adjustWidthTo+\\\"px\\\",e.maxScrollLeft\u003Ct.doc.scrollLeft&&Tr(t,Math.min(t.display.scroller.scrollLeft,e.maxScrollLeft),!0),t.display.maxLineChanged=!1);var n=e.focus&&e.focus==O();e.preparedSelection&&t.display.input.showSelection(e.preparedSelection,n);!e.updatedDisplay&&e.startHeight==t.doc.height||Nr(t,e.barMeasure);e.updatedDisplay&&Xr(t,e.barMeasure);e.selectionChanged&&cr(t);t.state.focused&&e.updateInput&&t.display.input.reset(e.typing);n&&hr(e.cm)}(t[o]);for(var l=0;l\u003Ct.length;l++)!function(e){var t=e.cm,n=t.display,r=t.doc;e.updatedDisplay&&Vr(t,e.update);null==n.wheelStartX||null==e.scrollTop&&null==e.scrollLeft&&!e.scrollToPos||(n.wheelStartX=n.wheelStartY=null);null!=e.scrollTop&&kr(t,e.scrollTop,e.forceScroll);null!=e.scrollLeft&&Tr(t,e.scrollLeft,!0,!0);{var i;e.scrollToPos&&(i=function(e,t,n,r){null==r&&(r=0),e.options.lineWrapping||t!=n||(n=\\\"before\\\"==(t=t.ch?rt(t.line,\\\"before\\\"==t.sticky?t.ch-1:t.ch,\\\"after\\\"):t).sticky?rt(t.line,t.ch+1,\\\"before\\\"):t);for(var i=0;i\u003C5;i++){var o,l=!1,s=Bn(e,t),a=n&&n!=t?Bn(e,n):s,u=yr(e,o={left:Math.min(s.left,a.left),top:Math.min(s.top,a.top)-r,right:Math.max(s.left,a.left),bottom:Math.max(s.bottom,a.bottom)+r}),s=e.doc.scrollTop,a=e.doc.scrollLeft;if(null!=u.scrollTop&&(Lr(e,u.scrollTop),1\u003CMath.abs(e.doc.scrollTop-s)&&(l=!0)),null!=u.scrollLeft&&(Tr(e,u.scrollLeft),1\u003CMath.abs(e.doc.scrollLeft-a)&&(l=!0)),!l)break}return o}(t,ct(r,e.scrollToPos.from),ct(r,e.scrollToPos.to),e.scrollToPos.margin),function(e,t){var n,r,i;Ce(e,\\\"scrollCursorIntoView\\\")||(r=(n=e.display).sizer.getBoundingClientRect(),i=null,t.top+r.top\u003C0?i=!0:t.bottom+r.top>(window.innerHeight||document.documentElement.clientHeight)&&(i=!1),null==i||u||(t=M(\\\"div\\\",\\\"\\\",null,\\\"position: absolute;\\\\n top: \\\"+(t.top-n.viewOffset-vn(e.display))+\\\"px;\\\\n height: \\\"+(t.bottom-t.top+wn(e)+n.barHeight)+\\\"px;\\\\n left: \\\"+t.left+\\\"px; width: \\\"+Math.max(2,t.right-t.left)+\\\"px;\\\"),e.display.lineSpace.appendChild(t),t.scrollIntoView(i),e.display.lineSpace.removeChild(t)))}(t,i))}var o=e.maybeHiddenMarkers,l=e.maybeUnhiddenMarkers;if(o)for(var s=0;s\u003Co.length;++s)o[s].lines.length||xe(o[s],\\\"hide\\\");if(l)for(var a=0;a\u003Cl.length;++a)l[a].lines.length&&xe(l[a],\\\"unhide\\\");n.wrapper.offsetHeight&&(r.scrollTop=t.display.scroller.scrollTop);e.changeObjs&&xe(t,\\\"changes\\\",t,e.changeObjs);e.update&&e.update.finish()}(t[l])}(e)})}function Er(e,t){if(e.curOp)return t();Hr(e);try{return t()}finally{Fr(e)}}function Pr(e,t){return function(){if(e.curOp)return t.apply(e,arguments);Hr(e);try{return t.apply(e,arguments)}finally{Fr(e)}}}function Ir(e){return function(){if(this.curOp)return e.apply(this,arguments);Hr(this);try{return e.apply(this,arguments)}finally{Fr(this)}}}function Rr(t){return function(){var e=this.cm;if(!e||e.curOp)return t.apply(this,arguments);Hr(e);try{return t.apply(this,arguments)}finally{Fr(e)}}}function zr(e,t){e.doc.highlightFrontier\u003Ce.display.viewTo&&e.state.highlight.set(t,F(Br,e))}function Br(l){var s,a,u,c=l.doc;c.highlightFrontier>=l.display.viewTo||(s=+new Date+l.options.workTime,a=mt(l,c.highlightFrontier),u=[],c.iter(a.line,Math.min(c.first+c.size,l.display.viewTo+500),function(e){if(a.line>=l.display.viewFrom){var t=e.styles,n=e.text.length>l.options.maxHighlightLength?je(c.mode,a.state):null,r=pt(l,e,a,!0);n&&(a.state=n),e.styles=r.styles;n=e.styleClasses,r=r.classes;r?e.styleClasses=r:n&&(e.styleClasses=null);for(var i=!t||t.length!=e.styles.length||n!=r&&(!n||!r||n.bgClass!=r.bgClass||n.textClass!=r.textClass),o=0;!i&&o\u003Ct.length;++o)i=t[o]!=e.styles[o];i&&u.push(a.line),e.stateAfter=a.save(),a.nextLine()}else e.text.length\u003C=l.options.maxHighlightLength&&vt(l,e.text,a),e.stateAfter=a.line%5==0?a.save():null,a.nextLine();if(+new Date>s)return zr(l,l.options.workDelay),!0}),c.highlightFrontier=a.line,c.modeFrontier=Math.max(c.modeFrontier,a.line),u.length&&Er(l,function(){for(var e=0;e\u003Cu.length;e++)nr(l,u[e],\\\"text\\\")}))}var Gr=function(e,t,n){var r=e.display;this.viewport=t,this.visible=vr(r,e.doc,t),this.editorIsHidden=!r.wrapper.offsetWidth,this.wrapperHeight=r.wrapper.clientHeight,this.wrapperWidth=r.wrapper.clientWidth,this.oldDisplayWidth=xn(e),this.force=n,this.dims=$n(e),this.events=[]};function Ur(e,t){var n=e.display,r=e.doc;if(t.editorIsHidden)return rr(e),!1;if(!t.force&&t.visible.from>=n.viewFrom&&t.visible.to\u003C=n.viewTo&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo)&&n.renderedView==n.view&&0==or(e))return!1;_r(e)&&(rr(e),t.dims=$n(e));var i=r.first+r.size,o=Math.max(t.visible.from-e.options.viewportMargin,r.first),l=Math.min(i,t.visible.to+e.options.viewportMargin);n.viewFrom\u003Co&&o-n.viewFrom\u003C20&&(o=Math.max(r.first,n.viewFrom)),n.viewTo>l&&n.viewTo-l\u003C20&&(l=Math.min(i,n.viewTo)),kt&&(o=Bt(e.doc,o),l=Gt(e.doc,l));var s=o!=n.viewFrom||l!=n.viewTo||n.lastWrapHeight!=t.wrapperHeight||n.lastWrapWidth!=t.wrapperWidth;r=o,i=l,0==(l=(o=e).display).view.length||r>=l.viewTo||i\u003C=l.viewFrom?(l.view=tn(o,r,i),l.viewFrom=r):(l.viewFrom>r?l.view=tn(o,r,l.viewFrom).concat(l.view):l.viewFrom\u003Cr&&(l.view=l.view.slice(er(o,r))),l.viewFrom=r,l.viewTo\u003Ci?l.view=l.view.concat(tn(o,l.viewTo,i)):l.viewTo>i&&(l.view=l.view.slice(0,er(o,i)))),l.viewTo=i,n.viewOffset=Vt($e(e.doc,n.viewFrom)),e.display.mover.style.top=n.viewOffset+\\\"px\\\";o=or(e);if(!s&&0==o&&!t.force&&n.renderedView==n.view&&(null==n.updateLineNumbers||n.updateLineNumbers>=n.viewTo))return!1;l=function(e){if(e.hasFocus())return null;var t=O();if(!t||!A(e.display.lineDiv,t))return null;var n={activeElt:t};return!window.getSelection||(t=window.getSelection()).anchorNode&&t.extend&&A(e.display.lineDiv,t.anchorNode)&&(n.anchorNode=t.anchorNode,n.anchorOffset=t.anchorOffset,n.focusNode=t.focusNode,n.focusOffset=t.focusOffset),n}(e);return 4\u003Co&&(n.lineDiv.style.display=\\\"none\\\"),function(n,e,t){var r=n.display,i=n.options.lineNumbers,o=r.lineDiv,l=o.firstChild;function s(e){var t=e.nextSibling;return f&&g&&n.display.currentWheelTarget==e?e.style.display=\\\"none\\\":e.parentNode.removeChild(e),t}for(var a=r.view,u=r.viewFrom,c=0;c\u003Ca.length;c++){var h=a[c];if(!h.hidden)if(h.node&&h.node.parentNode==o){for(;l!=h.node;)l=s(l);var d=i&&null!=e&&e\u003C=u&&h.lineNumber;h.changes&&(-1\u003CR(h.changes,\\\"gutter\\\")&&(d=!1),an(n,h,u,t)),d&&(k(h.lineNumber),h.lineNumber.appendChild(document.createTextNode(nt(n.options,u)))),l=h.node.nextSibling}else{d=function(e,t,n,r){var i=cn(e,t);return t.text=t.node=i.pre,i.bgClass&&(t.bgClass=i.bgClass),i.textClass&&(t.textClass=i.textClass),hn(e,t),dn(e,t,n,r),fn(e,t,r),t.node}(n,h,u,t);o.insertBefore(d,l)}u+=h.size}for(;l;)l=s(l)}(e,n.updateLineNumbers,t.dims),4\u003Co&&(n.lineDiv.style.display=\\\"\\\"),n.renderedView=n.view,(i=l)&&i.activeElt&&i.activeElt!=O()&&(i.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(i.activeElt.nodeName)&&i.anchorNode&&A(document.body,i.anchorNode)&&A(document.body,i.focusNode)&&(o=window.getSelection(),(l=document.createRange()).setEnd(i.anchorNode,i.anchorOffset),l.collapse(!1),o.removeAllRanges(),o.addRange(l),o.extend(i.focusNode,i.focusOffset))),k(n.cursorDiv),k(n.selectionDiv),n.gutters.style.height=n.sizer.style.minHeight=0,s&&(n.lastWrapHeight=t.wrapperHeight,n.lastWrapWidth=t.wrapperWidth,zr(e,400)),!(n.updateLineNumbers=null)}function Vr(e,t){for(var n=t.viewport,r=!0;;r=!1){if(r&&e.options.lineWrapping&&t.oldDisplayWidth!=xn(e))r&&(t.visible=vr(e.display,e.doc,n));else if(n&&null!=n.top&&(n={top:Math.min(e.doc.height+yn(e.display)-Cn(e),n.top)}),t.visible=vr(e.display,e.doc,n),t.visible.from>=e.display.viewFrom&&t.visible.to\u003C=e.display.viewTo)break;if(!Ur(e,t))break;gr(e);var i=Mr(e);lr(e),Nr(e,i),Xr(e,i),t.force=!1}t.signal(e,\\\"update\\\",e),e.display.viewFrom==e.display.reportedViewFrom&&e.display.viewTo==e.display.reportedViewTo||(t.signal(e,\\\"viewportChange\\\",e,e.display.viewFrom,e.display.viewTo),e.display.reportedViewFrom=e.display.viewFrom,e.display.reportedViewTo=e.display.viewTo)}function Kr(e,t){var n=new Gr(e,t);Ur(e,n)&&(gr(e),Vr(e,n),t=Mr(e),lr(e),Nr(e,t),Xr(e,t),n.finish())}function jr(e){var t=e.gutters.offsetWidth;e.sizer.style.marginLeft=t+\\\"px\\\"}function Xr(e,t){e.display.sizer.style.minHeight=t.docHeight+\\\"px\\\",e.display.heightForcer.style.top=t.docHeight+\\\"px\\\",e.display.gutters.style.height=t.docHeight+e.display.barHeight+wn(e)+\\\"px\\\"}function Yr(e){var t=e.display,n=t.view;if(t.alignWidgets||t.gutters.firstChild&&e.options.fixedGutter){for(var r=qn(t)-t.scroller.scrollLeft+e.doc.scrollLeft,i=t.gutters.offsetWidth,o=r+\\\"px\\\",l=0;l\u003Cn.length;l++)if(!n[l].hidden){e.options.fixedGutter&&(n[l].gutter&&(n[l].gutter.style.left=o),n[l].gutterBackground&&(n[l].gutterBackground.style.left=o));var s=n[l].alignable;if(s)for(var a=0;a\u003Cs.length;a++)s[a].style.left=o}e.options.fixedGutter&&(t.gutters.style.left=r+i+\\\"px\\\")}}function _r(e){if(e.options.lineNumbers){var t=e.doc,n=nt(e.options,t.first+t.size-1),r=e.display;if(n.length!=r.lineNumChars){var i=r.measure.appendChild(M(\\\"div\\\",[M(\\\"div\\\",n)],\\\"CodeMirror-linenumber CodeMirror-gutter-elt\\\")),t=i.firstChild.offsetWidth,i=i.offsetWidth-t;return r.lineGutter.style.width=\\\"\\\",r.lineNumInnerWidth=Math.max(t,r.lineGutter.offsetWidth-i)+1,r.lineNumWidth=r.lineNumInnerWidth+i,r.lineNumChars=r.lineNumInnerWidth?n.length:-1,r.lineGutter.style.width=r.lineNumWidth+\\\"px\\\",jr(e.display),1}}}function $r(e,t){for(var n=[],r=!1,i=0;i\u003Ce.length;i++){var o=e[i],l=null;if(\\\"string\\\"!=typeof o&&(l=o.style,o=o.className),\\\"CodeMirror-linenumbers\\\"==o){if(!t)continue;r=!0}n.push({className:o,style:l})}return t&&!r&&n.push({className:\\\"CodeMirror-linenumbers\\\",style:null}),n}function qr(e){var t=e.gutters,n=e.gutterSpecs;k(t),e.lineGutter=null;for(var r=0;r\u003Cn.length;++r){var i=n[r],o=i.className,l=i.style,i=t.appendChild(M(\\\"div\\\",null,\\\"CodeMirror-gutter \\\"+o));l&&(i.style.cssText=l),\\\"CodeMirror-linenumbers\\\"==o&&((e.lineGutter=i).style.width=(e.lineNumWidth||1)+\\\"px\\\")}t.style.display=n.length?\\\"\\\":\\\"none\\\",jr(e)}function Zr(e){qr(e.display),tr(e),Yr(e)}function Qr(e,t,n,r){var i=this;this.input=n,i.scrollbarFiller=M(\\\"div\\\",null,\\\"CodeMirror-scrollbar-filler\\\"),i.scrollbarFiller.setAttribute(\\\"cm-not-content\\\",\\\"true\\\"),i.gutterFiller=M(\\\"div\\\",null,\\\"CodeMirror-gutter-filler\\\"),i.gutterFiller.setAttribute(\\\"cm-not-content\\\",\\\"true\\\"),i.lineDiv=N(\\\"div\\\",null,\\\"CodeMirror-code\\\"),i.selectionDiv=M(\\\"div\\\",null,null,\\\"position: relative; z-index: 1\\\"),i.cursorDiv=M(\\\"div\\\",null,\\\"CodeMirror-cursors\\\"),i.measure=M(\\\"div\\\",null,\\\"CodeMirror-measure\\\"),i.lineMeasure=M(\\\"div\\\",null,\\\"CodeMirror-measure\\\"),i.lineSpace=N(\\\"div\\\",[i.measure,i.lineMeasure,i.selectionDiv,i.cursorDiv,i.lineDiv],null,\\\"position: relative; outline: none\\\");var o=N(\\\"div\\\",[i.lineSpace],\\\"CodeMirror-lines\\\");i.mover=M(\\\"div\\\",[o],null,\\\"position: relative\\\"),i.sizer=M(\\\"div\\\",[i.mover],\\\"CodeMirror-sizer\\\"),i.sizerWidth=null,i.heightForcer=M(\\\"div\\\",null,null,\\\"position: absolute; height: \\\"+z+\\\"px; width: 1px;\\\"),i.gutters=M(\\\"div\\\",null,\\\"CodeMirror-gutters\\\"),i.lineGutter=null,i.scroller=M(\\\"div\\\",[i.sizer,i.heightForcer,i.gutters],\\\"CodeMirror-scroll\\\"),i.scroller.setAttribute(\\\"tabIndex\\\",\\\"-1\\\"),i.wrapper=M(\\\"div\\\",[i.scrollbarFiller,i.gutterFiller,i.scroller],\\\"CodeMirror\\\"),w&&v\u003C8&&(i.gutters.style.zIndex=-1,i.scroller.style.paddingRight=0),f||d&&h||(i.scroller.draggable=!0),e&&(e.appendChild?e.appendChild(i.wrapper):e(i.wrapper)),i.viewFrom=i.viewTo=t.first,i.reportedViewFrom=i.reportedViewTo=t.first,i.view=[],i.renderedView=null,i.externalMeasured=null,i.viewOffset=0,i.lastWrapHeight=i.lastWrapWidth=0,i.updateLineNumbers=null,i.nativeBarWidth=i.barHeight=i.barWidth=0,i.scrollbarsClipped=!1,i.lineNumWidth=i.lineNumInnerWidth=i.lineNumChars=null,i.alignWidgets=!1,i.cachedCharWidth=i.cachedTextHeight=i.cachedPaddingH=null,i.maxLine=null,i.maxLineLength=0,i.maxLineChanged=!1,i.wheelDX=i.wheelDY=i.wheelStartX=i.wheelStartY=null,i.shift=!1,i.selForContextMenu=null,i.activeTouch=null,i.gutterSpecs=$r(r.gutters,r.lineNumbers),qr(i),n.init(i)}Gr.prototype.signal=function(e,t){Le(e,t)&&this.events.push(arguments)},Gr.prototype.finish=function(){for(var e=0;e\u003Cthis.events.length;e++)xe.apply(null,this.events[e])};var Jr=0,ei=null;function ti(e){var t=e.wheelDeltaX,n=e.wheelDeltaY;return null==t&&e.detail&&e.axis==e.HORIZONTAL_AXIS&&(t=e.detail),null==n&&e.detail&&e.axis==e.VERTICAL_AXIS?n=e.detail:null==n&&(n=e.wheelDelta),{x:t,y:n}}function ni(e){e=ti(e);return e.x*=ei,e.y*=ei,e}function ri(e,t){var n=ti(t),r=n.x,i=n.y,o=e.display,l=o.scroller,s=l.scrollWidth>l.clientWidth,a=l.scrollHeight>l.clientHeight;if(r&&s||i&&a){if(i&&g&&f)e:for(var u=t.target,c=o.view;u!=l;u=u.parentNode)for(var h=0;h\u003Cc.length;h++)if(c[h].node==u){e.display.currentWheelTarget=u;break e}if(r&&!d&&!p&&null!=ei)return i&&a&&Lr(e,Math.max(0,l.scrollTop+i*ei)),Tr(e,Math.max(0,l.scrollLeft+r*ei)),(!i||i&&a)&&Te(t),void(o.wheelStartX=null);i&&null!=ei&&(n=i*ei,a=(s=e.doc.scrollTop)+o.wrapper.clientHeight,n\u003C0?s=Math.max(0,s+n-50):a=Math.min(e.doc.height,a+n+50),Kr(e,{top:s,bottom:a})),Jr\u003C20&&(null==o.wheelStartX?(o.wheelStartX=l.scrollLeft,o.wheelStartY=l.scrollTop,o.wheelDX=r,o.wheelDY=i,setTimeout(function(){var e,t;null!=o.wheelStartX&&(t=l.scrollLeft-o.wheelStartX,t=(e=l.scrollTop-o.wheelStartY)&&o.wheelDY&&e/o.wheelDY||t&&o.wheelDX&&t/o.wheelDX,o.wheelStartX=o.wheelStartY=null,t&&(ei=(ei*Jr+t)/(Jr+1),++Jr))},200)):(o.wheelDX+=r,o.wheelDY+=i))}}w?ei=-.53:d?ei=15:o?ei=-.7:c&&(ei=-1/3);var ii=function(e,t){this.ranges=e,this.primIndex=t};ii.prototype.primary=function(){return this.ranges[this.primIndex]},ii.prototype.equals=function(e){if(e==this)return!0;if(e.primIndex!=this.primIndex||e.ranges.length!=this.ranges.length)return!1;for(var t=0;t\u003Cthis.ranges.length;t++){var n=this.ranges[t],r=e.ranges[t];if(!ot(n.anchor,r.anchor)||!ot(n.head,r.head))return!1}return!0},ii.prototype.deepCopy=function(){for(var e=[],t=0;t\u003Cthis.ranges.length;t++)e[t]=new oi(lt(this.ranges[t].anchor),lt(this.ranges[t].head));return new ii(e,this.primIndex)},ii.prototype.somethingSelected=function(){for(var e=0;e\u003Cthis.ranges.length;e++)if(!this.ranges[e].empty())return!0;return!1},ii.prototype.contains=function(e,t){t=t||e;for(var n=0;n\u003Cthis.ranges.length;n++){var r=this.ranges[n];if(0\u003C=it(t,r.from())&&it(e,r.to())\u003C=0)return n}return-1};var oi=function(e,t){this.anchor=e,this.head=t};function li(e,t,n){var r=e&&e.options.selectionsMayTouch,e=t[n];t.sort(function(e,t){return it(e.from(),t.from())}),n=R(t,e);for(var i=1;i\u003Ct.length;i++){var o,l=t[i],s=t[i-1],a=it(s.to(),l.from());(r&&!l.empty()?0\u003Ca:0\u003C=a)&&(o=at(s.from(),l.from()),a=st(s.to(),l.to()),s=s.empty()?l.from()==l.head:s.from()==s.head,i\u003C=n&&--n,t.splice(--i,2,new oi(s?a:o,s?o:a)))}return new ii(t,n)}function si(e,t){return new ii([new oi(e,t||e)],0)}function ai(e){return e.text?rt(e.from.line+e.text.length-1,Y(e.text).length+(1==e.text.length?e.from.ch:0)):e.to}function ui(e,t){if(it(e,t.from)\u003C0)return e;if(it(e,t.to)\u003C=0)return ai(t);var n=e.line+t.text.length-(t.to.line-t.from.line)-1,r=e.ch;return e.line==t.to.line&&(r+=ai(t).ch-t.to.ch),rt(n,r)}function ci(e,t){for(var n=[],r=0;r\u003Ce.sel.ranges.length;r++){var i=e.sel.ranges[r];n.push(new oi(ui(i.anchor,t),ui(i.head,t)))}return li(e.cm,n,e.sel.primIndex)}function hi(e,t,n){return e.line==t.line?rt(n.line,e.ch-t.ch+n.ch):rt(n.line+(e.line-t.line),e.ch)}function di(e){e.doc.mode=Ue(e.options,e.doc.modeOption),fi(e)}function fi(e){e.doc.iter(function(e){e.stateAfter&&(e.stateAfter=null),e.styles&&(e.styles=null)}),e.doc.modeFrontier=e.doc.highlightFrontier=e.doc.first,zr(e,100),e.state.modeGen++,e.curOp&&tr(e)}function pi(e,t){return 0==t.from.ch&&0==t.to.ch&&\\\"\\\"==Y(t.text)&&(!e.cm||e.cm.options.wholeLineUpdateBefore)}function gi(e,o,t,l){function i(e){return t?t[e]:null}function n(e,t,n){var r,i;r=t,i=n,t=l,(n=e).text=r,n.stateAfter&&(n.stateAfter=null),n.styles&&(n.styles=null),null!=n.order&&(n.order=null),Ot(n),Dt(n,i),(t=t?t(n):1)!=n.height&&Qe(n,t),ln(e,\\\"change\\\",e,o)}function r(e,t){for(var n=[],r=e;r\u003Ct;++r)n.push(new Xt(c[r],i(r),l));return n}var s,a=o.from,u=o.to,c=o.text,h=$e(e,a.line),d=$e(e,u.line),f=Y(c),p=i(c.length-1),g=u.line-a.line;o.full?(e.insert(0,r(0,c.length)),e.remove(c.length,e.size-c.length)):pi(e,o)?(s=r(0,c.length-1),n(d,d.text,p),g&&e.remove(a.line,g),s.length&&e.insert(a.line,s)):h==d?1==c.length?n(h,h.text.slice(0,a.ch)+f+h.text.slice(u.ch),p):((s=r(1,c.length-1)).push(new Xt(f+h.text.slice(u.ch),p,l)),n(h,h.text.slice(0,a.ch)+c[0],i(0)),e.insert(a.line+1,s)):1==c.length?(n(h,h.text.slice(0,a.ch)+c[0]+d.text.slice(u.ch),i(0)),e.remove(a.line+1,g)):(n(h,h.text.slice(0,a.ch)+c[0],i(0)),n(d,f+d.text.slice(u.ch),p),p=r(1,c.length-1),1\u003Cg&&e.remove(a.line+1,g-1),e.insert(a.line+1,p)),ln(e,\\\"change\\\",e,o)}function mi(e,s,a){!function e(t,n,r){if(t.linked)for(var i=0;i\u003Ct.linked.length;++i){var o,l=t.linked[i];l.doc!=n&&(o=r&&l.sharedHist,a&&!o||(s(l.doc,o),e(l.doc,t,o)))}}(e,null,!0)}function vi(e,t){if(t.cm)throw new Error(\\\"This document is already in use.\\\");Qn((e.doc=t).cm=e),di(e),yi(e),e.options.lineWrapping||jt(e),e.options.mode=t.modeOption,tr(e)}function yi(e){(\\\"rtl\\\"==e.doc.direction?D:L)(e.display.lineDiv,\\\"CodeMirror-rtl\\\")}function bi(e){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=e||1}function wi(e,t){var n={from:lt(t.from),to:ai(t),text:qe(e,t.from,t.to)};return ki(e,n,t.from.line,t.to.line+1),mi(e,function(e){return ki(e,n,t.from.line,t.to.line+1),0},!0),n}function xi(e){for(;e.length;){if(!Y(e).ranges)break;e.pop()}}function Ci(e,t,n,r){var i=e.history;i.undone.length=0;var o,l,s=+new Date;if((i.lastOp==r||i.lastOrigin==t.origin&&t.origin&&(\\\"+\\\"==t.origin.charAt(0)&&i.lastModTime>s-(e.cm?e.cm.options.historyEventDelay:500)||\\\"*\\\"==t.origin.charAt(0)))&&(o=(a=i).lastOp==r?(xi(a.done),Y(a.done)):a.done.length&&!Y(a.done).ranges?Y(a.done):1\u003Ca.done.length&&!a.done[a.done.length-2].ranges?(a.done.pop(),Y(a.done)):void 0))l=Y(o.changes),0==it(t.from,t.to)&&0==it(t.from,l.to)?l.to=ai(t):o.changes.push(wi(e,t));else{var a=Y(i.done);for(a&&a.ranges||Li(e.sel,i.done),o={changes:[wi(e,t)],generation:i.generation},i.done.push(o);i.done.length>i.undoDepth;)i.done.shift(),i.done[0].ranges||i.done.shift()}i.done.push(n),i.generation=++i.maxGeneration,i.lastModTime=i.lastSelTime=s,i.lastOp=i.lastSelOp=r,i.lastOrigin=i.lastSelOrigin=t.origin,l||xe(e,\\\"historyAdded\\\")}function Si(e,t,n,r){var i,o,l,s=e.history,a=r&&r.origin;n==s.lastSelOp||a&&s.lastSelOrigin==a&&(s.lastModTime==s.lastSelTime&&s.lastOrigin==a||(i=e,o=a,l=Y(s.done),e=t,\\\"*\\\"==(o=o.charAt(0))||\\\"+\\\"==o&&l.ranges.length==e.ranges.length&&l.somethingSelected()==e.somethingSelected()&&new Date-i.history.lastSelTime\u003C=(i.cm?i.cm.options.historyEventDelay:500)))?s.done[s.done.length-1]=t:Li(t,s.done),s.lastSelTime=+new Date,s.lastSelOrigin=a,s.lastSelOp=n,r&&!1!==r.clearRedo&&xi(s.undone)}function Li(e,t){var n=Y(t);n&&n.ranges&&n.equals(e)||t.push(e)}function ki(t,n,e,r){var i=n[\\\"spans_\\\"+t.id],o=0;t.iter(Math.max(t.first,e),Math.min(t.first+t.size,r),function(e){e.markedSpans&&((i=i||(n[\\\"spans_\\\"+t.id]={}))[o]=e.markedSpans),++o})}function Ti(e,t){var n=t[\\\"spans_\\\"+e.id];if(!n)return null;for(var r=[],i=0;i\u003Ct.text.length;++i)r.push(function(e){if(!e)return null;for(var t,n=0;n\u003Ce.length;++n)e[n].marker.explicitlyCleared?t=t||e.slice(0,n):t&&t.push(e[n]);return t?t.length?t:null:e}(n[i]));return r}function Mi(e,t){var n=Ti(e,t),r=Nt(e,t);if(!n)return r;if(!r)return n;for(var i=0;i\u003Cn.length;++i){var o=n[i],l=r[i];if(o&&l)e:for(var s=0;s\u003Cl.length;++s){for(var a=l[s],u=0;u\u003Co.length;++u)if(o[u].marker==a.marker)continue e;o.push(a)}else l&&(n[i]=l)}return n}function Ni(e,t,n){for(var r=[],i=0;i\u003Ce.length;++i){var o=e[i];if(o.ranges)r.push(n?ii.prototype.deepCopy.call(o):o);else{var l=o.changes,s=[];r.push({changes:s});for(var a=0;a\u003Cl.length;++a){var u,c=l[a];if(s.push({from:c.from,to:c.to,text:c.text}),t)for(var h in c)(u=h.match(/^spans_(\\\\d+)$/))&&-1\u003CR(t,Number(u[1]))&&(Y(s)[h]=c[h],delete c[h])}}}return r}function Ai(e,t,n,r){if(r){r=e.anchor;return n&&((e=it(t,r)\u003C0)!=it(n,r)\u003C0?(r=t,t=n):e!=it(t,n)\u003C0&&(t=n)),new oi(r,t)}return new oi(n||t,t)}function Oi(e,t,n,r,i){null==i&&(i=e.cm&&(e.cm.display.shift||e.extend)),Ei(e,new ii([Ai(e.sel.primary(),t,n,i)],0),r)}function Di(e,t,n){for(var r=[],i=e.cm&&(e.cm.display.shift||e.extend),o=0;o\u003Ce.sel.ranges.length;o++)r[o]=Ai(e.sel.ranges[o],t[o],null,i);Ei(e,li(e.cm,r,e.sel.primIndex),n)}function Wi(e,t,n,r){var i=e.sel.ranges.slice(0);i[t]=n,Ei(e,li(e.cm,i,e.sel.primIndex),r)}function Hi(e,t,n,r){Ei(e,si(t,n),r)}function Fi(e,t,n){var r=e.history.done,i=Y(r);i&&i.ranges?Pi(e,r[r.length-1]=t,n):Ei(e,t,n)}function Ei(e,t,n){Pi(e,t,n),Si(e,e.sel,e.cm?e.cm.curOp.id:NaN,n)}function Pi(e,t,n){var r,i;(Le(e,\\\"beforeSelectionChange\\\")||e.cm&&Le(e.cm,\\\"beforeSelectionChange\\\"))&&(r=e,i=n,i={ranges:(o=t).ranges,update:function(e){this.ranges=[];for(var t=0;t\u003Ce.length;t++)this.ranges[t]=new oi(ct(r,e[t].anchor),ct(r,e[t].head))},origin:i&&i.origin},xe(r,\\\"beforeSelectionChange\\\",r,i),r.cm&&xe(r.cm,\\\"beforeSelectionChange\\\",r.cm,i),t=i.ranges!=o.ranges?li(r.cm,i.ranges,i.ranges.length-1):o);var o=n&&n.bias||(it(t.primary().head,e.sel.primary().head)\u003C0?-1:1);Ii(e,zi(e,t,o,!0)),n&&!1===n.scroll||!e.cm||wr(e.cm)}function Ii(e,t){t.equals(e.sel)||(e.sel=t,e.cm&&(e.cm.curOp.updateInput=1,e.cm.curOp.selectionChanged=!0,Se(e.cm)),ln(e,\\\"cursorActivity\\\",e))}function Ri(e){Ii(e,zi(e,e.sel,null,!1))}function zi(e,t,n,r){for(var i,o=0;o\u003Ct.ranges.length;o++){var l=t.ranges[o],s=t.ranges.length==e.sel.ranges.length&&e.sel.ranges[o],a=Gi(e,l.anchor,s&&s.anchor,n,r),s=Gi(e,l.head,s&&s.head,n,r);!i&&a==l.anchor&&s==l.head||((i=i||t.ranges.slice(0,o))[o]=new oi(a,s))}return i?li(e.cm,i,t.primIndex):t}function Bi(e,t,n,r,i){var o=$e(e,t.line);if(o.markedSpans)for(var l=0;l\u003Co.markedSpans.length;++l){var s=o.markedSpans[l],a=s.marker,u=\\\"selectLeft\\\"in a?!a.selectLeft:a.inclusiveLeft,c=\\\"selectRight\\\"in a?!a.selectRight:a.inclusiveRight;if((null==s.from||(u?s.from\u003C=t.ch:s.from\u003Ct.ch))&&(null==s.to||(c?s.to>=t.ch:s.to>t.ch))){if(i&&(xe(a,\\\"beforeCursorEnter\\\"),a.explicitlyCleared)){if(o.markedSpans){--l;continue}break}if(a.atomic){if(n){var h=a.find(r\u003C0?1:-1),s=void 0;if((r\u003C0?c:u)&&(h=Ui(e,h,-r,h&&h.line==t.line?o:null)),h&&h.line==t.line&&(s=it(h,n))&&(r\u003C0?s\u003C0:0\u003Cs))return Bi(e,h,t,r,i)}a=a.find(r\u003C0?-1:1);return(r\u003C0?u:c)&&(a=Ui(e,a,r,a.line==t.line?o:null)),a?Bi(e,a,t,r,i):null}}}return t}function Gi(e,t,n,r,i){r=r||1,r=Bi(e,t,n,r,i)||!i&&Bi(e,t,n,r,!0)||Bi(e,t,n,-r,i)||!i&&Bi(e,t,n,-r,!0);return r||(e.cantEdit=!0,rt(e.first,0))}function Ui(e,t,n,r){return n\u003C0&&0==t.ch?t.line>e.first?ct(e,rt(t.line-1)):null:0\u003Cn&&t.ch==(r||$e(e,t.line)).text.length?t.line\u003Ce.first+e.size-1?rt(t.line+1,0):null:new rt(t.line,t.ch+n)}function Vi(e){e.setSelection(rt(e.firstLine(),0),rt(e.lastLine()),G)}function Ki(i,e,t){var o={canceled:!1,from:e.from,to:e.to,text:e.text,origin:e.origin,cancel:function(){return o.canceled=!0}};return t&&(o.update=function(e,t,n,r){e&&(o.from=ct(i,e)),t&&(o.to=ct(i,t)),n&&(o.text=n),void 0!==r&&(o.origin=r)}),xe(i,\\\"beforeChange\\\",i,o),i.cm&&xe(i.cm,\\\"beforeChange\\\",i.cm,o),o.canceled?(i.cm&&(i.cm.curOp.updateInput=2),null):{from:o.from,to:o.to,text:o.text,origin:o.origin}}function ji(e,t,n){if(e.cm){if(!e.cm.curOp)return Pr(e.cm,ji)(e,t,n);if(e.cm.state.suppressEdits)return}if(!(Le(e,\\\"beforeChange\\\")||e.cm&&Le(e.cm,\\\"beforeChange\\\"))||(t=Ki(e,t,!0))){var r=Lt&&!n&&function(e,t,n){var r=null;if(e.iter(t.line,n.line+1,function(e){if(e.markedSpans)for(var t=0;t\u003Ce.markedSpans.length;++t){var n=e.markedSpans[t].marker;!n.readOnly||r&&-1!=R(r,n)||(r=r||[]).push(n)}}),!r)return null;for(var i=[{from:t,to:n}],o=0;o\u003Cr.length;++o)for(var l=r[o],s=l.find(0),a=0;a\u003Ci.length;++a){var u,c,h,d=i[a];it(d.to,s.from)\u003C0||0\u003Cit(d.from,s.to)||(u=[a,1],c=it(d.from,s.from),h=it(d.to,s.to),(c\u003C0||!l.inclusiveLeft&&!c)&&u.push({from:d.from,to:s.from}),(0\u003Ch||!l.inclusiveRight&&!h)&&u.push({from:s.to,to:d.to}),i.splice.apply(i,u),a+=u.length-3)}return i}(e,t.from,t.to);if(r)for(var i=r.length-1;0\u003C=i;--i)Xi(e,{from:r[i].from,to:r[i].to,text:i?[\\\"\\\"]:t.text,origin:t.origin});else Xi(e,t)}}function Xi(e,n){var t,r;1==n.text.length&&\\\"\\\"==n.text[0]&&0==it(n.from,n.to)||(t=ci(e,n),Ci(e,n,t,e.cm?e.cm.curOp.id:NaN),$i(e,n,t,Nt(e,n)),r=[],mi(e,function(e,t){t||-1!=R(r,e.history)||(Ji(e.history,n),r.push(e.history)),$i(e,n,null,Nt(e,n))}))}function Yi(i,o,e){var t=i.cm&&i.cm.state.suppressEdits;if(!t||e){for(var l,n=i.history,r=i.sel,s=\\\"undo\\\"==o?n.done:n.undone,a=\\\"undo\\\"==o?n.undone:n.done,u=0;u\u003Cs.length&&(l=s[u],e?!l.ranges||l.equals(i.sel):l.ranges);u++);if(u!=s.length){for(n.lastOrigin=n.lastSelOrigin=null;;){if(!(l=s.pop()).ranges){if(t)return void s.push(l);break}if(Li(l,a),e&&!l.equals(i.sel))return void Ei(i,l,{clearRedo:!1});r=l}var c=[];Li(r,a),a.push({changes:c,generation:n.generation}),n.generation=l.generation||++n.maxGeneration;for(var h=Le(i,\\\"beforeChange\\\")||i.cm&&Le(i.cm,\\\"beforeChange\\\"),d=l.changes.length-1;0\u003C=d;--d){var f=function(e){var n=l.changes[e];if(n.origin=o,h&&!Ki(i,n,!1))return s.length=0,{};c.push(wi(i,n));var t=e?ci(i,n):Y(s);$i(i,n,t,Mi(i,n)),!e&&i.cm&&i.cm.scrollIntoView({from:n.from,to:ai(n)});var r=[];mi(i,function(e,t){t||-1!=R(r,e.history)||(Ji(e.history,n),r.push(e.history)),$i(e,n,null,Mi(e,n))})}(d);if(f)return f.v}}}}function _i(e,t){if(0!=t&&(e.first+=t,e.sel=new ii(_(e.sel.ranges,function(e){return new oi(rt(e.anchor.line+t,e.anchor.ch),rt(e.head.line+t,e.head.ch))}),e.sel.primIndex),e.cm)){tr(e.cm,e.first,e.first-t,t);for(var n=e.cm.display,r=n.viewFrom;r\u003Cn.viewTo;r++)nr(e.cm,r,\\\"gutter\\\")}}function $i(e,t,n,r){if(e.cm&&!e.cm.curOp)return Pr(e.cm,$i)(e,t,n,r);var i;t.to.line\u003Ce.first?_i(e,t.text.length-1-(t.to.line-t.from.line)):t.from.line>e.lastLine()||(t.from.line\u003Ce.first&&(_i(e,i=t.text.length-1-(e.first-t.from.line)),t={from:rt(e.first,0),to:rt(t.to.line+i,t.to.ch),text:[Y(t.text)],origin:t.origin}),i=e.lastLine(),t.to.line>i&&(t={from:t.from,to:rt(i,$e(e,i).text.length),text:[t.text[0]],origin:t.origin}),t.removed=qe(e,t.from,t.to),n=n||ci(e,t),e.cm?function(e,t,n){var r=e.doc,i=e.display,o=t.from,l=t.to,s=!1,a=o.line;e.options.lineWrapping||(a=Je(zt($e(r,o.line))),r.iter(a,l.line+1,function(e){if(e==i.maxLine)return s=!0}));-1\u003Cr.sel.contains(t.from,t.to)&&Se(e);gi(r,t,n,Zn(e)),e.options.lineWrapping||(r.iter(a,o.line+t.text.length,function(e){var t=Kt(e);t>i.maxLineLength&&(i.maxLine=e,i.maxLineLength=t,i.maxLineChanged=!0,s=!1)}),s&&(e.curOp.updateMaxLine=!0));(function(e,t){if(e.modeFrontier=Math.min(e.modeFrontier,t),!(e.highlightFrontier\u003Ct-10)){for(var n=e.first,r=t-1;n\u003Cr;r--){var i=$e(e,r).stateAfter;if(i&&(!(i instanceof dt)||r+i.lookAhead\u003Ct)){n=r+1;break}}e.highlightFrontier=Math.min(e.highlightFrontier,n)}})(r,o.line),zr(e,400);a=t.text.length-(l.line-o.line)-1;t.full?tr(e):o.line!=l.line||1!=t.text.length||pi(e.doc,t)?tr(e,o.line,l.line+1,a):nr(e,o.line,\\\"text\\\");r=Le(e,\\\"changes\\\"),a=Le(e,\\\"change\\\");(a||r)&&(t={from:o,to:l,text:t.text,removed:t.removed,origin:t.origin},a&&ln(e,\\\"change\\\",e,t),r&&(e.curOp.changeObjs||(e.curOp.changeObjs=[])).push(t));e.display.selForContextMenu=null}(e.cm,t,r):gi(e,t,r),Pi(e,n,G),e.cantEdit&&Gi(e,rt(e.firstLine(),0))&&(e.cantEdit=!1))}function qi(e,t,n,r,i){var o;it(r=r||n,n)\u003C0&&(n=(o=[r,n])[0],r=o[1]),\\\"string\\\"==typeof t&&(t=e.splitLines(t)),ji(e,{from:n,to:r,text:t,origin:i})}function Zi(e,t,n,r){n\u003Ce.line?e.line+=r:t\u003Ce.line&&(e.line=t,e.ch=0)}function Qi(e,t,n,r){for(var i=0;i\u003Ce.length;++i){var o=e[i],l=!0;if(o.ranges){o.copied||((o=e[i]=o.deepCopy()).copied=!0);for(var s=0;s\u003Co.ranges.length;s++)Zi(o.ranges[s].anchor,t,n,r),Zi(o.ranges[s].head,t,n,r)}else{for(var a=0;a\u003Co.changes.length;++a){var u=o.changes[a];if(n\u003Cu.from.line)u.from=rt(u.from.line+r,u.from.ch),u.to=rt(u.to.line+r,u.to.ch);else if(t\u003C=u.to.line){l=!1;break}}l||(e.splice(0,i+1),i=0)}}}function Ji(e,t){var n=t.from.line,r=t.to.line,t=t.text.length-(r-n)-1;Qi(e.done,n,r,t),Qi(e.undone,n,r,t)}function eo(e,t,n,r){var i=t,o=t;return\\\"number\\\"==typeof t?o=$e(e,ut(e,t)):i=Je(t),null==i?null:(r(o,i)&&e.cm&&nr(e.cm,i,n),o)}function to(e){this.lines=e,this.parent=null;for(var t=0,n=0;n\u003Ce.length;++n)e[n].parent=this,t+=e[n].height;this.height=t}function no(e){this.children=e;for(var t=0,n=0,r=0;r\u003Ce.length;++r){var i=e[r];t+=i.chunkSize(),n+=i.height,i.parent=this}this.size=t,this.height=n,this.parent=null}oi.prototype.from=function(){return at(this.anchor,this.head)},oi.prototype.to=function(){return st(this.anchor,this.head)},oi.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch},to.prototype={chunkSize:function(){return this.lines.length},removeInner:function(e,t){for(var n,r=e,i=e+t;r\u003Ci;++r){var o=this.lines[r];this.height-=o.height,(n=o).parent=null,Ot(n),ln(o,\\\"delete\\\")}this.lines.splice(e,t)},collapse:function(e){e.push.apply(e,this.lines)},insertInner:function(e,t,n){this.height+=n,this.lines=this.lines.slice(0,e).concat(t).concat(this.lines.slice(e));for(var r=0;r\u003Ct.length;++r)t[r].parent=this},iterN:function(e,t,n){for(var r=e+t;e\u003Cr;++e)if(n(this.lines[e]))return!0}},no.prototype={chunkSize:function(){return this.size},removeInner:function(e,t){this.size-=t;for(var n,r=0;r\u003Cthis.children.length;++r){var i=this.children[r],o=i.chunkSize();if(e\u003Co){var l=Math.min(t,o-e),s=i.height;if(i.removeInner(e,l),this.height-=s-i.height,o==l&&(this.children.splice(r--,1),i.parent=null),0==(t-=l))break;e=0}else e-=o}this.size-t\u003C25&&(1\u003Cthis.children.length||!(this.children[0]instanceof to))&&(n=[],this.collapse(n),this.children=[new to(n)],this.children[0].parent=this)},collapse:function(e){for(var t=0;t\u003Cthis.children.length;++t)this.children[t].collapse(e)},insertInner:function(e,t,n){this.size+=t.length,this.height+=n;for(var r=0;r\u003Cthis.children.length;++r){var i=this.children[r],o=i.chunkSize();if(e\u003C=o){if(i.insertInner(e,t,n),i.lines&&50\u003Ci.lines.length){for(var l=i.lines.length%25+25,s=l;s\u003Ci.lines.length;){var a=new to(i.lines.slice(s,s+=25));i.height-=a.height,this.children.splice(++r,0,a),a.parent=this}i.lines=i.lines.slice(0,l),this.maybeSpill()}break}e-=o}},maybeSpill:function(){if(!(this.children.length\u003C=10)){var e=this;do{var t,n=new no(e.children.splice(e.children.length-5,5))}while(e.parent?(e.size-=n.size,e.height-=n.height,t=R(e.parent.children,e),e.parent.children.splice(t+1,0,n)):(((t=new no(e.children)).parent=e).children=[t,n],e=t),n.parent=e.parent,10\u003Ce.children.length);e.parent.maybeSpill()}},iterN:function(e,t,n){for(var r=0;r\u003Cthis.children.length;++r){var i=this.children[r],o=i.chunkSize();if(e\u003Co){var l=Math.min(t,o-e);if(i.iterN(e,l,n))return!0;if(0==(t-=l))break;e=0}else e-=o}}};function ro(e,t,n){if(n)for(var r in n)n.hasOwnProperty(r)&&(this[r]=n[r]);this.doc=e,this.node=t}function io(e,t,n){Vt(t)\u003C(e.curOp&&e.curOp.scrollTop||e.doc.scrollTop)&&br(e,n)}ro.prototype.clear=function(){var e=this.doc.cm,t=this.line.widgets,n=this.line,r=Je(n);if(null!=r&&t){for(var i=0;i\u003Ct.length;++i)t[i]==this&&t.splice(i--,1);t.length||(n.widgets=null);var o=gn(this);Qe(n,Math.max(0,n.height-o)),e&&(Er(e,function(){io(e,n,-o),nr(e,r,\\\"widget\\\")}),ln(e,\\\"lineWidgetCleared\\\",e,this,r))}},ro.prototype.changed=function(){var e=this,t=this.height,n=this.doc.cm,r=this.line;this.height=null;var i=gn(this)-t;i&&(Ut(this.doc,r)||Qe(r,r.height+i),n&&Er(n,function(){n.curOp.forceUpdate=!0,io(n,r,i),ln(n,\\\"lineWidgetChanged\\\",n,e,Je(r))}))},ke(ro);var oo=0,lo=function(e,t){this.lines=[],this.type=t,this.doc=e,this.id=++oo};function so(t,n,r,e,i){if(e&&e.shared)return function(e,n,r,i,o){(i=E(i)).shared=!1;var l=[so(e,n,r,i,o)],s=l[0],a=i.widgetNode;return mi(e,function(e){a&&(i.widgetNode=a.cloneNode(!0)),l.push(so(e,ct(e,n),ct(e,r),i,o));for(var t=0;t\u003Ce.linked.length;++t)if(e.linked[t].isParent)return;s=Y(l)}),new ao(l,s)}(t,n,r,e,i);if(t.cm&&!t.cm.curOp)return Pr(t.cm,so)(t,n,r,e,i);var o=new lo(t,i),i=it(n,r);if(e&&E(e,o,!1),0\u003Ci||0==i&&!1!==o.clearWhenEmpty)return o;if(o.replacedWith&&(o.collapsed=!0,o.widgetNode=N(\\\"span\\\",[o.replacedWith],\\\"CodeMirror-widget\\\"),e.handleMouseEvents||o.widgetNode.setAttribute(\\\"cm-ignore-events\\\",\\\"true\\\"),e.insertLeft&&(o.widgetNode.insertLeft=!0)),o.collapsed){if(Rt(t,n.line,n,r,o)||n.line!=r.line&&Rt(t,r.line,n,r,o))throw new Error(\\\"Inserting collapsed marker partially overlapping an existing one\\\");kt=!0}o.addToHistory&&Ci(t,{from:n,to:r,origin:\\\"markText\\\"},t.sel,NaN);var l,s=n.line,a=t.cm;if(t.iter(s,r.line+1,function(e){var t;a&&o.collapsed&&!a.options.lineWrapping&&zt(e)==a.display.maxLine&&(l=!0),o.collapsed&&s!=n.line&&Qe(e,0),t=e,e=new Tt(o,s==n.line?n.ch:null,s==r.line?r.ch:null),t.markedSpans=t.markedSpans?t.markedSpans.concat([e]):[e],e.marker.attachLine(t),++s}),o.collapsed&&t.iter(n.line,r.line+1,function(e){Ut(t,e)&&Qe(e,0)}),o.clearOnEnter&&ye(o,\\\"beforeCursorEnter\\\",function(){return o.clear()}),o.readOnly&&(Lt=!0,(t.history.done.length||t.history.undone.length)&&t.clearHistory()),o.collapsed&&(o.id=++oo,o.atomic=!0),a){if(l&&(a.curOp.updateMaxLine=!0),o.collapsed)tr(a,n.line,r.line+1);else if(o.className||o.startStyle||o.endStyle||o.css||o.attributes||o.title)for(var u=n.line;u\u003C=r.line;u++)nr(a,u,\\\"text\\\");o.atomic&&Ri(a.doc),ln(a,\\\"markerAdded\\\",a,o)}return o}lo.prototype.clear=function(){if(!this.explicitlyCleared){var e,t=this.doc.cm,n=t&&!t.curOp;n&&Hr(t),!Le(this,\\\"clear\\\")||(e=this.find())&&ln(this,\\\"clear\\\",e.from,e.to);for(var r=null,i=null,o=0;o\u003Cthis.lines.length;++o){var l=this.lines[o],s=Mt(l.markedSpans,this);t&&!this.collapsed?nr(t,Je(l),\\\"text\\\"):t&&(null!=s.to&&(i=Je(l)),null!=s.from&&(r=Je(l))),l.markedSpans=function(e,t){for(var n,r=0;r\u003Ce.length;++r)e[r]!=t&&(n=n||[]).push(e[r]);return n}(l.markedSpans,s),null==s.from&&this.collapsed&&!Ut(this.doc,l)&&t&&Qe(l,Yn(t.display))}if(t&&this.collapsed&&!t.options.lineWrapping)for(var a=0;a\u003Cthis.lines.length;++a){var u=zt(this.lines[a]),c=Kt(u);c>t.display.maxLineLength&&(t.display.maxLine=u,t.display.maxLineLength=c,t.display.maxLineChanged=!0)}null!=r&&t&&this.collapsed&&tr(t,r,i+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,t&&Ri(t.doc)),t&&ln(t,\\\"markerCleared\\\",t,this,r,i),n&&Fr(t),this.parent&&this.parent.clear()}},lo.prototype.find=function(e,t){var n,r;null==e&&\\\"bookmark\\\"==this.type&&(e=1);for(var i=0;i\u003Cthis.lines.length;++i){var o=this.lines[i],l=Mt(o.markedSpans,this);if(null!=l.from&&(n=rt(t?o:Je(o),l.from),-1==e))return n;if(null!=l.to&&(r=rt(t?o:Je(o),l.to),1==e))return r}return n&&{from:n,to:r}},lo.prototype.changed=function(){var n=this,r=this.find(-1,!0),i=this,o=this.doc.cm;r&&o&&Er(o,function(){var e=r.line,t=Je(r.line),t=kn(o,t);t&&(Dn(t),o.curOp.selectionChanged=o.curOp.forceUpdate=!0),o.curOp.updateMaxLine=!0,Ut(i.doc,e)||null==i.height||(t=i.height,i.height=null,(t=gn(i)-t)&&Qe(e,e.height+t)),ln(o,\\\"markerChanged\\\",o,n)})},lo.prototype.attachLine=function(e){var t;!this.lines.length&&this.doc.cm&&((t=this.doc.cm.curOp).maybeHiddenMarkers&&-1!=R(t.maybeHiddenMarkers,this)||(t.maybeUnhiddenMarkers||(t.maybeUnhiddenMarkers=[])).push(this)),this.lines.push(e)},lo.prototype.detachLine=function(e){this.lines.splice(R(this.lines,e),1),!this.lines.length&&this.doc.cm&&((e=this.doc.cm.curOp).maybeHiddenMarkers||(e.maybeHiddenMarkers=[])).push(this)},ke(lo);var ao=function(e,t){this.markers=e,this.primary=t;for(var n=0;n\u003Ce.length;++n)e[n].parent=this};function uo(e){return e.findMarks(rt(e.first,0),e.clipPos(rt(e.lastLine())),function(e){return e.parent})}ao.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var e=0;e\u003Cthis.markers.length;++e)this.markers[e].clear();ln(this,\\\"clear\\\")}},ao.prototype.find=function(e,t){return this.primary.find(e,t)},ke(ao);var co=0,ho=function(e,t,n,r,i){if(!(this instanceof ho))return new ho(e,t,n,r,i);null==n&&(n=0),no.call(this,[new to([new Xt(\\\"\\\",null)])]),this.first=n,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1;n=rt(this.modeFrontier=this.highlightFrontier=n,0);this.sel=si(n),this.history=new bi(null),this.id=++co,this.modeOption=t,this.lineSep=r,this.direction=\\\"rtl\\\"==i?\\\"rtl\\\":\\\"ltr\\\",this.extend=!1,\\\"string\\\"==typeof e&&(e=this.splitLines(e)),gi(this,{from:n,to:n,text:e}),Ei(this,si(n),G)};ho.prototype=q(no.prototype,{constructor:ho,iter:function(e,t,n){n?this.iterN(e-this.first,t-e,n):this.iterN(this.first,this.first+this.size,e)},insert:function(e,t){for(var n=0,r=0;r\u003Ct.length;++r)n+=t[r].height;this.insertInner(e-this.first,t,n)},remove:function(e,t){this.removeInner(e-this.first,t)},getValue:function(e){var t=Ze(this,this.first,this.first+this.size);return!1===e?t:t.join(e||this.lineSeparator())},setValue:Rr(function(e){var t=rt(this.first,0),n=this.first+this.size-1;ji(this,{from:t,to:rt(n,$e(this,n).text.length),text:this.splitLines(e),origin:\\\"setValue\\\",full:!0},!0),this.cm&&xr(this.cm,0,0),Ei(this,si(t),G)}),replaceRange:function(e,t,n,r){qi(this,e,t=ct(this,t),n=n?ct(this,n):t,r)},getRange:function(e,t,n){t=qe(this,ct(this,e),ct(this,t));return!1===n?t:t.join(n||this.lineSeparator())},getLine:function(e){e=this.getLineHandle(e);return e&&e.text},getLineHandle:function(e){if(tt(this,e))return $e(this,e)},getLineNumber:Je,getLineHandleVisualStart:function(e){return\\\"number\\\"==typeof e&&(e=$e(this,e)),zt(e)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(e){return ct(this,e)},getCursor:function(e){var t=this.sel.primary(),t=null==e||\\\"head\\\"==e?t.head:\\\"anchor\\\"==e?t.anchor:\\\"end\\\"==e||\\\"to\\\"==e||!1===e?t.to():t.from();return t},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Rr(function(e,t,n){Hi(this,ct(this,\\\"number\\\"==typeof e?rt(e,t||0):e),null,n)}),setSelection:Rr(function(e,t,n){Hi(this,ct(this,e),ct(this,t||e),n)}),extendSelection:Rr(function(e,t,n){Oi(this,ct(this,e),t&&ct(this,t),n)}),extendSelections:Rr(function(e,t){Di(this,ht(this,e),t)}),extendSelectionsBy:Rr(function(e,t){Di(this,ht(this,_(this.sel.ranges,e)),t)}),setSelections:Rr(function(e,t,n){if(e.length){for(var r=[],i=0;i\u003Ce.length;i++)r[i]=new oi(ct(this,e[i].anchor),ct(this,e[i].head));null==t&&(t=Math.min(e.length-1,this.sel.primIndex)),Ei(this,li(this.cm,r,t),n)}}),addSelection:Rr(function(e,t,n){var r=this.sel.ranges.slice(0);r.push(new oi(ct(this,e),ct(this,t||e))),Ei(this,li(this.cm,r,r.length-1),n)}),getSelection:function(e){for(var t=this.sel.ranges,n=0;n\u003Ct.length;n++)var r=qe(this,t[n].from(),t[n].to()),i=i?i.concat(r):r;return!1===e?i:i.join(e||this.lineSeparator())},getSelections:function(e){for(var t=[],n=this.sel.ranges,r=0;r\u003Cn.length;r++){var i=qe(this,n[r].from(),n[r].to());!1!==e&&(i=i.join(e||this.lineSeparator())),t[r]=i}return t},replaceSelection:function(e,t,n){for(var r=[],i=0;i\u003Cthis.sel.ranges.length;i++)r[i]=e;this.replaceSelections(r,t,n||\\\"+input\\\")},replaceSelections:Rr(function(e,t,n){for(var r=[],i=this.sel,o=0;o\u003Ci.ranges.length;o++){var l=i.ranges[o];r[o]={from:l.from(),to:l.to(),text:this.splitLines(e[o]),origin:n}}for(var t=t&&\\\"end\\\"!=t&&function(e,t,n){for(var r=[],i=u=rt(e.first,0),o=0;o\u003Ct.length;o++){var l=t[o],s=hi(l.from,u,i),a=hi(ai(l),u,i),u=l.to,i=a;\\\"around\\\"==n?(l=it((l=e.sel.ranges[o]).head,l.anchor)\u003C0,r[o]=new oi(l?a:s,l?s:a)):r[o]=new oi(s,s)}return new ii(r,e.sel.primIndex)}(this,r,t),s=r.length-1;0\u003C=s;s--)ji(this,r[s]);t?Fi(this,t):this.cm&&wr(this.cm)}),undo:Rr(function(){Yi(this,\\\"undo\\\")}),redo:Rr(function(){Yi(this,\\\"redo\\\")}),undoSelection:Rr(function(){Yi(this,\\\"undo\\\",!0)}),redoSelection:Rr(function(){Yi(this,\\\"redo\\\",!0)}),setExtending:function(e){this.extend=e},getExtending:function(){return this.extend},historySize:function(){for(var e=this.history,t=0,n=0,r=0;r\u003Ce.done.length;r++)e.done[r].ranges||++t;for(var i=0;i\u003Ce.undone.length;i++)e.undone[i].ranges||++n;return{undo:t,redo:n}},clearHistory:function(){var t=this;this.history=new bi(this.history.maxGeneration),mi(this,function(e){return e.history=t.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(e){return e&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(e){return this.history.generation==(e||this.cleanGeneration)},getHistory:function(){return{done:Ni(this.history.done),undone:Ni(this.history.undone)}},setHistory:function(e){var t=this.history=new bi(this.history.maxGeneration);t.done=Ni(e.done.slice(0),null,!0),t.undone=Ni(e.undone.slice(0),null,!0)},setGutterMarker:Rr(function(e,n,r){return eo(this,e,\\\"gutter\\\",function(e){var t=e.gutterMarkers||(e.gutterMarkers={});return!(t[n]=r)&&ee(t)&&(e.gutterMarkers=null),1})}),clearGutter:Rr(function(t){var n=this;this.iter(function(e){e.gutterMarkers&&e.gutterMarkers[t]&&eo(n,e,\\\"gutter\\\",function(){return e.gutterMarkers[t]=null,ee(e.gutterMarkers)&&(e.gutterMarkers=null),1})})}),lineInfo:function(e){var t;if(\\\"number\\\"==typeof e){if(!tt(this,e))return null;if(!(e=$e(this,t=e)))return null}else if(null==(t=Je(e)))return null;return{line:t,handle:e,text:e.text,gutterMarkers:e.gutterMarkers,textClass:e.textClass,bgClass:e.bgClass,wrapClass:e.wrapClass,widgets:e.widgets}},addLineClass:Rr(function(e,n,r){return eo(this,e,\\\"gutter\\\"==n?\\\"gutter\\\":\\\"class\\\",function(e){var t=\\\"text\\\"==n?\\\"textClass\\\":\\\"background\\\"==n?\\\"bgClass\\\":\\\"gutter\\\"==n?\\\"gutterClass\\\":\\\"wrapClass\\\";if(e[t]){if(C(r).test(e[t]))return;e[t]+=\\\" \\\"+r}else e[t]=r;return 1})}),removeLineClass:Rr(function(e,o,l){return eo(this,e,\\\"gutter\\\"==o?\\\"gutter\\\":\\\"class\\\",function(e){var t=\\\"text\\\"==o?\\\"textClass\\\":\\\"background\\\"==o?\\\"bgClass\\\":\\\"gutter\\\"==o?\\\"gutterClass\\\":\\\"wrapClass\\\",n=e[t];if(n){if(null==l)e[t]=null;else{var r=n.match(C(l));if(!r)return;var i=r.index+r[0].length;e[t]=n.slice(0,r.index)+(r.index&&i!=n.length?\\\" \\\":\\\"\\\")+n.slice(i)||null}return 1}})}),addLineWidget:Rr(function(e,t,n){return e=e,i=new ro(r=this,t,n),(o=r.cm)&&i.noHScroll&&(o.display.alignWidgets=!0),eo(r,e,\\\"widget\\\",function(e){var t=e.widgets||(e.widgets=[]);return null==i.insertAt?t.push(i):t.splice(Math.min(t.length,Math.max(0,i.insertAt)),0,i),i.line=e,o&&!Ut(r,e)&&(t=Vt(e)\u003Cr.scrollTop,Qe(e,e.height+gn(i)),t&&br(o,i.height),o.curOp.forceUpdate=!0),1}),o&&ln(o,\\\"lineWidgetAdded\\\",o,i,\\\"number\\\"==typeof e?e:Je(e)),i;var r,i,o}),removeLineWidget:function(e){e.clear()},markText:function(e,t,n){return so(this,ct(this,e),ct(this,t),n,n&&n.type||\\\"range\\\")},setBookmark:function(e,t){t={replacedWith:t&&(null==t.nodeType?t.widget:t),insertLeft:t&&t.insertLeft,clearWhenEmpty:!1,shared:t&&t.shared,handleMouseEvents:t&&t.handleMouseEvents};return so(this,e=ct(this,e),e,t,\\\"bookmark\\\")},findMarksAt:function(e){var t=[],n=$e(this,(e=ct(this,e)).line).markedSpans;if(n)for(var r=0;r\u003Cn.length;++r){var i=n[r];(null==i.from||i.from\u003C=e.ch)&&(null==i.to||i.to>=e.ch)&&t.push(i.marker.parent||i.marker)}return t},findMarks:function(i,o,l){i=ct(this,i),o=ct(this,o);var s=[],a=i.line;return this.iter(i.line,o.line+1,function(e){var t=e.markedSpans;if(t)for(var n=0;n\u003Ct.length;n++){var r=t[n];null!=r.to&&a==i.line&&i.ch>=r.to||null==r.from&&a!=i.line||null!=r.from&&a==o.line&&r.from>=o.ch||l&&!l(r.marker)||s.push(r.marker.parent||r.marker)}++a}),s},getAllMarks:function(){var r=[];return this.iter(function(e){var t=e.markedSpans;if(t)for(var n=0;n\u003Ct.length;++n)null!=t[n].from&&r.push(t[n].marker)}),r},posFromIndex:function(t){var n,r=this.first,i=this.lineSeparator().length;return this.iter(function(e){e=e.text.length+i;if(t\u003Ce)return n=t,!0;t-=e,++r}),ct(this,rt(r,n))},indexFromPos:function(e){var t=(e=ct(this,e)).ch;if(e.line\u003Cthis.first||e.ch\u003C0)return 0;var n=this.lineSeparator().length;return this.iter(this.first,e.line,function(e){t+=e.text.length+n}),t},copy:function(e){var t=new ho(Ze(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return t.scrollTop=this.scrollTop,t.scrollLeft=this.scrollLeft,t.sel=this.sel,t.extend=!1,e&&(t.history.undoDepth=this.history.undoDepth,t.setHistory(this.getHistory())),t},linkedDoc:function(e){e=e||{};var t=this.first,n=this.first+this.size;null!=e.from&&e.from>t&&(t=e.from),null!=e.to&&e.to\u003Cn&&(n=e.to);t=new ho(Ze(this,t,n),e.mode||this.modeOption,t,this.lineSep,this.direction);return e.sharedHist&&(t.history=this.history),(this.linked||(this.linked=[])).push({doc:t,sharedHist:e.sharedHist}),t.linked=[{doc:this,isParent:!0,sharedHist:e.sharedHist}],function(e,t){for(var n=0;n\u003Ct.length;n++){var r=t[n],i=r.find(),o=e.clipPos(i.from),i=e.clipPos(i.to);it(o,i)&&(i=so(e,o,i,r.primary,r.primary.type),r.markers.push(i),i.parent=r)}}(t,uo(this)),t},unlinkDoc:function(e){if(e instanceof ul&&(e=e.doc),this.linked)for(var t=0;t\u003Cthis.linked.length;++t)if(this.linked[t].doc==e){this.linked.splice(t,1),e.unlinkDoc(this),function(o){for(var e=0;e\u003Co.length;e++)!function(e){var t=o[e],n=[t.primary.doc];mi(t.primary.doc,function(e){return n.push(e)});for(var r=0;r\u003Ct.markers.length;r++){var i=t.markers[r];-1==R(n,i.doc)&&(i.parent=null,t.markers.splice(r--,1))}}(e)}(uo(this));break}var n;e.history==this.history&&(n=[e.id],mi(e,function(e){return n.push(e.id)},!0),e.history=new bi(null),e.history.done=Ni(this.history.done,n),e.history.undone=Ni(this.history.undone,n))},iterLinkedDocs:function(e){mi(this,e)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(e){return this.lineSep?e.split(this.lineSep):Ee(e)},lineSeparator:function(){return this.lineSep||\\\"\\\\n\\\"},setDirection:Rr(function(e){var t;\\\"rtl\\\"!=e&&(e=\\\"ltr\\\"),e!=this.direction&&(this.direction=e,this.iter(function(e){return e.order=null}),this.cm&&Er(t=this.cm,function(){yi(t),tr(t)}))})}),ho.prototype.eachLine=ho.prototype.iter;var fo=0;function po(e){var r=this;if(go(r),!Ce(r,e)&&!mn(r.display,e)){Te(e),w&&(fo=+new Date);var t=Jn(r,e,!0),n=e.dataTransfer.files;if(t&&!r.isReadOnly())if(n&&n.length&&window.FileReader&&window.File)for(var i=n.length,o=Array(i),l=0,s=function(){++l==i&&Pr(r,function(){var e={from:t=ct(r.doc,t),to:t,text:r.doc.splitLines(o.filter(function(e){return null!=e}).join(r.doc.lineSeparator())),origin:\\\"paste\\\"};ji(r.doc,e),Fi(r.doc,si(ct(r.doc,t),ct(r.doc,ai(e))))})()},a=0;a\u003Cn.length;a++)!function(e,t){var n;r.options.allowDropFileTypes&&-1==R(r.options.allowDropFileTypes,e.type)?s():((n=new FileReader).onerror=s,n.onload=function(){var e=n.result;/[\\\\x00-\\\\x08\\\\x0e-\\\\x1f]{2}/.test(e)||(o[t]=e),s()},n.readAsText(e))}(n[a],a);else{if(r.state.draggingText&&-1\u003Cr.doc.sel.contains(t))return r.state.draggingText(e),void setTimeout(function(){return r.display.input.focus()},20);try{var u,c=e.dataTransfer.getData(\\\"Text\\\");if(c){if(r.state.draggingText&&!r.state.draggingText.copy&&(u=r.listSelections()),Pi(r.doc,si(t,t)),u)for(var h=0;h\u003Cu.length;++h)qi(r.doc,\\\"\\\",u[h].anchor,u[h].head,\\\"drag\\\");r.replaceSelection(c,\\\"around\\\",\\\"paste\\\"),r.display.input.focus()}}catch(e){}}}}function go(e){e.display.dragCursor&&(e.display.lineSpace.removeChild(e.display.dragCursor),e.display.dragCursor=null)}function mo(t){if(document.getElementsByClassName){for(var e=document.getElementsByClassName(\\\"CodeMirror\\\"),n=[],r=0;r\u003Ce.length;r++){var i=e[r].CodeMirror;i&&n.push(i)}n.length&&n[0].operation(function(){for(var e=0;e\u003Cn.length;e++)t(n[e])})}}var vo=!1;function yo(){var e;vo||(ye(window,\\\"resize\\\",function(){null==e&&(e=setTimeout(function(){e=null,mo(bo)},100))}),ye(window,\\\"blur\\\",function(){return mo(pr)}),vo=!0)}function bo(e){var t=e.display;t.cachedCharWidth=t.cachedTextHeight=t.cachedPaddingH=null,t.scrollbarsClipped=!1,e.setSize()}for(var wo={3:\\\"Pause\\\",8:\\\"Backspace\\\",9:\\\"Tab\\\",13:\\\"Enter\\\",16:\\\"Shift\\\",17:\\\"Ctrl\\\",18:\\\"Alt\\\",19:\\\"Pause\\\",20:\\\"CapsLock\\\",27:\\\"Esc\\\",32:\\\"Space\\\",33:\\\"PageUp\\\",34:\\\"PageDown\\\",35:\\\"End\\\",36:\\\"Home\\\",37:\\\"Left\\\",38:\\\"Up\\\",39:\\\"Right\\\",40:\\\"Down\\\",44:\\\"PrintScrn\\\",45:\\\"Insert\\\",46:\\\"Delete\\\",59:\\\";\\\",61:\\\"=\\\",91:\\\"Mod\\\",92:\\\"Mod\\\",93:\\\"Mod\\\",106:\\\"*\\\",107:\\\"=\\\",109:\\\"-\\\",110:\\\".\\\",111:\\\"/\\\",145:\\\"ScrollLock\\\",173:\\\"-\\\",186:\\\";\\\",187:\\\"=\\\",188:\\\",\\\",189:\\\"-\\\",190:\\\".\\\",191:\\\"/\\\",192:\\\"`\\\",219:\\\"[\\\",220:\\\"\\\\\\\\\\\",221:\\\"]\\\",222:\\\"'\\\",224:\\\"Mod\\\",63232:\\\"Up\\\",63233:\\\"Down\\\",63234:\\\"Left\\\",63235:\\\"Right\\\",63272:\\\"Delete\\\",63273:\\\"Home\\\",63275:\\\"End\\\",63276:\\\"PageUp\\\",63277:\\\"PageDown\\\",63302:\\\"Insert\\\"},xo=0;xo\u003C10;xo++)wo[xo+48]=wo[xo+96]=String(xo);for(var Co=65;Co\u003C=90;Co++)wo[Co]=String.fromCharCode(Co);for(var So=1;So\u003C=12;So++)wo[So+111]=wo[So+63235]=\\\"F\\\"+So;var Lo={};function ko(e){var t,n,r,i,o=e.split(/-(?!$)/);e=o[o.length-1];for(var l=0;l\u003Co.length-1;l++){var s=o[l];if(/^(cmd|meta|m)$/i.test(s))i=!0;else if(/^a(lt)?$/i.test(s))t=!0;else if(/^(c|ctrl|control)$/i.test(s))n=!0;else{if(!/^s(hift)?$/i.test(s))throw new Error(\\\"Unrecognized modifier name: \\\"+s);r=!0}}return t&&(e=\\\"Alt-\\\"+e),n&&(e=\\\"Ctrl-\\\"+e),i&&(e=\\\"Cmd-\\\"+e),r&&(e=\\\"Shift-\\\"+e),e}function To(e){var t,n,r={};for(t in e)if(e.hasOwnProperty(t)){var i=e[t];if(!/^(name|fallthrough|(de|at)tach)$/.test(t))if(\\\"...\\\"!=i){for(var o=_(t.split(\\\" \\\"),ko),l=0;l\u003Co.length;l++){var s=void 0,a=void 0,s=l==o.length-1?(a=o.join(\\\" \\\"),i):(a=o.slice(0,l+1).join(\\\" \\\"),\\\"...\\\"),u=r[a];if(u){if(u!=s)throw new Error(\\\"Inconsistent bindings for \\\"+a)}else r[a]=s}delete e[t]}else delete e[t]}for(n in r)e[n]=r[n];return e}function Mo(e,t,n,r){var i=(t=Do(t)).call?t.call(e,r):t[e];if(!1===i)return\\\"nothing\\\";if(\\\"...\\\"===i)return\\\"multi\\\";if(null!=i&&n(i))return\\\"handled\\\";if(t.fallthrough){if(\\\"[object Array]\\\"!=Object.prototype.toString.call(t.fallthrough))return Mo(e,t.fallthrough,n,r);for(var o=0;o\u003Ct.fallthrough.length;o++){var l=Mo(e,t.fallthrough[o],n,r);if(l)return l}}}function No(e){e=\\\"string\\\"==typeof e?e:wo[e.keyCode];return\\\"Ctrl\\\"==e||\\\"Alt\\\"==e||\\\"Shift\\\"==e||\\\"Mod\\\"==e}function Ao(e,t,n){var r=e;return t.altKey&&\\\"Alt\\\"!=r&&(e=\\\"Alt-\\\"+e),(b?t.metaKey:t.ctrlKey)&&\\\"Ctrl\\\"!=r&&(e=\\\"Ctrl-\\\"+e),(b?t.ctrlKey:t.metaKey)&&\\\"Mod\\\"!=r&&(e=\\\"Cmd-\\\"+e),!n&&t.shiftKey&&\\\"Shift\\\"!=r&&(e=\\\"Shift-\\\"+e),e}function Oo(e,t){if(p&&34==e.keyCode&&e.char)return!1;var n=wo[e.keyCode];return null!=n&&!e.altGraphKey&&(3==e.keyCode&&e.code&&(n=e.code),Ao(n,e,t))}function Do(e){return\\\"string\\\"==typeof e?Lo[e]:e}function Wo(t,e){for(var n=t.doc.sel.ranges,r=[],i=0;i\u003Cn.length;i++){for(var o=e(n[i]);r.length&&it(o.from,Y(r).to)\u003C=0;){var l=r.pop();if(it(l.from,o.from)\u003C0){o.from=l.from;break}}r.push(o)}Er(t,function(){for(var e=r.length-1;0\u003C=e;e--)qi(t.doc,\\\"\\\",r[e].from,r[e].to,\\\"+delete\\\");wr(t)})}function Ho(e,t,n){n=re(e.text,t+n,n);return n\u003C0||n>e.text.length?null:n}function Fo(e,t,n){e=Ho(e,t.ch,n);return null==e?null:new rt(t.line,e,n\u003C0?\\\"after\\\":\\\"before\\\")}function Eo(e,t,n,r,i){if(e){\\\"rtl\\\"==t.doc.direction&&(i=-i);var o=me(n,t.doc.direction);if(o){var l,s,a,e=i\u003C0?Y(o):o[0],o=i\u003C0==(1==e.level)?\\\"after\\\":\\\"before\\\";return 0\u003Ce.level||\\\"rtl\\\"==t.doc.direction?(l=Tn(t,n),s=i\u003C0?n.text.length-1:0,a=Mn(t,l,s).top,s=ie(function(e){return Mn(t,l,e).top==a},i\u003C0==(1==e.level)?e.from:e.to-1,s),\\\"before\\\"==o&&(s=Ho(n,s,1))):s=i\u003C0?e.to:e.from,new rt(r,s,o)}}return new rt(r,i\u003C0?n.text.length:0,i\u003C0?\\\"before\\\":\\\"after\\\")}function Po(t,n,s,e){var a=me(n,t.doc.direction);if(!a)return Fo(n,s,e);s.ch>=n.text.length?(s.ch=n.text.length,s.sticky=\\\"before\\\"):s.ch\u003C=0&&(s.ch=0,s.sticky=\\\"after\\\");var r=le(a,s.ch,s.sticky),i=a[r];if(\\\"ltr\\\"==t.doc.direction&&i.level%2==0&&(0\u003Ce?i.to>s.ch:i.from\u003Cs.ch))return Fo(n,s,e);function u(e,t){return Ho(n,e instanceof rt?e.ch:e,t)}function o(e){return t.options.lineWrapping?(l=l||Tn(t,n),jn(t,n,l,e)):{begin:0,end:n.text.length}}var l,c=o(\\\"before\\\"==s.sticky?u(s,-1):s.ch);if(\\\"rtl\\\"==t.doc.direction||1==i.level){var h=1==i.level==e\u003C0,d=u(s,h?1:-1);if(null!=d&&(h?d\u003C=i.to&&d\u003C=c.end:d>=i.from&&d>=c.begin)){var f=h?\\\"before\\\":\\\"after\\\";return new rt(s.line,d,f)}}f=function(e,t,n){for(var r=function(e,t){return t?new rt(s.line,u(e,1),\\\"before\\\"):new rt(s.line,e,\\\"after\\\")};0\u003C=e&&e\u003Ca.length;e+=t){var i=a[e],o=0\u003Ct==(1!=i.level),l=o?n.begin:u(n.end,-1);if(i.from\u003C=l&&l\u003Ci.to)return r(l,o);if(l=o?i.from:u(i.to,-1),n.begin\u003C=l&&l\u003Cn.end)return r(l,o)}},r=f(r+e,e,c);if(r)return r;c=0\u003Ce?c.end:u(c.begin,-1);return null==c||0\u003Ce&&c==n.text.length||!(r=f(0\u003Ce?0:a.length-1,e,o(c)))?null:r}Lo.basic={Left:\\\"goCharLeft\\\",Right:\\\"goCharRight\\\",Up:\\\"goLineUp\\\",Down:\\\"goLineDown\\\",End:\\\"goLineEnd\\\",Home:\\\"goLineStartSmart\\\",PageUp:\\\"goPageUp\\\",PageDown:\\\"goPageDown\\\",Delete:\\\"delCharAfter\\\",Backspace:\\\"delCharBefore\\\",\\\"Shift-Backspace\\\":\\\"delCharBefore\\\",Tab:\\\"defaultTab\\\",\\\"Shift-Tab\\\":\\\"indentAuto\\\",Enter:\\\"newlineAndIndent\\\",Insert:\\\"toggleOverwrite\\\",Esc:\\\"singleSelection\\\"},Lo.pcDefault={\\\"Ctrl-A\\\":\\\"selectAll\\\",\\\"Ctrl-D\\\":\\\"deleteLine\\\",\\\"Ctrl-Z\\\":\\\"undo\\\",\\\"Shift-Ctrl-Z\\\":\\\"redo\\\",\\\"Ctrl-Y\\\":\\\"redo\\\",\\\"Ctrl-Home\\\":\\\"goDocStart\\\",\\\"Ctrl-End\\\":\\\"goDocEnd\\\",\\\"Ctrl-Up\\\":\\\"goLineUp\\\",\\\"Ctrl-Down\\\":\\\"goLineDown\\\",\\\"Ctrl-Left\\\":\\\"goGroupLeft\\\",\\\"Ctrl-Right\\\":\\\"goGroupRight\\\",\\\"Alt-Left\\\":\\\"goLineStart\\\",\\\"Alt-Right\\\":\\\"goLineEnd\\\",\\\"Ctrl-Backspace\\\":\\\"delGroupBefore\\\",\\\"Ctrl-Delete\\\":\\\"delGroupAfter\\\",\\\"Ctrl-S\\\":\\\"save\\\",\\\"Ctrl-F\\\":\\\"find\\\",\\\"Ctrl-G\\\":\\\"findNext\\\",\\\"Shift-Ctrl-G\\\":\\\"findPrev\\\",\\\"Shift-Ctrl-F\\\":\\\"replace\\\",\\\"Shift-Ctrl-R\\\":\\\"replaceAll\\\",\\\"Ctrl-[\\\":\\\"indentLess\\\",\\\"Ctrl-]\\\":\\\"indentMore\\\",\\\"Ctrl-U\\\":\\\"undoSelection\\\",\\\"Shift-Ctrl-U\\\":\\\"redoSelection\\\",\\\"Alt-U\\\":\\\"redoSelection\\\",fallthrough:\\\"basic\\\"},Lo.emacsy={\\\"Ctrl-F\\\":\\\"goCharRight\\\",\\\"Ctrl-B\\\":\\\"goCharLeft\\\",\\\"Ctrl-P\\\":\\\"goLineUp\\\",\\\"Ctrl-N\\\":\\\"goLineDown\\\",\\\"Alt-F\\\":\\\"goWordRight\\\",\\\"Alt-B\\\":\\\"goWordLeft\\\",\\\"Ctrl-A\\\":\\\"goLineStart\\\",\\\"Ctrl-E\\\":\\\"goLineEnd\\\",\\\"Ctrl-V\\\":\\\"goPageDown\\\",\\\"Shift-Ctrl-V\\\":\\\"goPageUp\\\",\\\"Ctrl-D\\\":\\\"delCharAfter\\\",\\\"Ctrl-H\\\":\\\"delCharBefore\\\",\\\"Alt-D\\\":\\\"delWordAfter\\\",\\\"Alt-Backspace\\\":\\\"delWordBefore\\\",\\\"Ctrl-K\\\":\\\"killLine\\\",\\\"Ctrl-T\\\":\\\"transposeChars\\\",\\\"Ctrl-O\\\":\\\"openLine\\\"},Lo.macDefault={\\\"Cmd-A\\\":\\\"selectAll\\\",\\\"Cmd-D\\\":\\\"deleteLine\\\",\\\"Cmd-Z\\\":\\\"undo\\\",\\\"Shift-Cmd-Z\\\":\\\"redo\\\",\\\"Cmd-Y\\\":\\\"redo\\\",\\\"Cmd-Home\\\":\\\"goDocStart\\\",\\\"Cmd-Up\\\":\\\"goDocStart\\\",\\\"Cmd-End\\\":\\\"goDocEnd\\\",\\\"Cmd-Down\\\":\\\"goDocEnd\\\",\\\"Alt-Left\\\":\\\"goGroupLeft\\\",\\\"Alt-Right\\\":\\\"goGroupRight\\\",\\\"Cmd-Left\\\":\\\"goLineLeft\\\",\\\"Cmd-Right\\\":\\\"goLineRight\\\",\\\"Alt-Backspace\\\":\\\"delGroupBefore\\\",\\\"Ctrl-Alt-Backspace\\\":\\\"delGroupAfter\\\",\\\"Alt-Delete\\\":\\\"delGroupAfter\\\",\\\"Cmd-S\\\":\\\"save\\\",\\\"Cmd-F\\\":\\\"find\\\",\\\"Cmd-G\\\":\\\"findNext\\\",\\\"Shift-Cmd-G\\\":\\\"findPrev\\\",\\\"Cmd-Alt-F\\\":\\\"replace\\\",\\\"Shift-Cmd-Alt-F\\\":\\\"replaceAll\\\",\\\"Cmd-[\\\":\\\"indentLess\\\",\\\"Cmd-]\\\":\\\"indentMore\\\",\\\"Cmd-Backspace\\\":\\\"delWrappedLineLeft\\\",\\\"Cmd-Delete\\\":\\\"delWrappedLineRight\\\",\\\"Cmd-U\\\":\\\"undoSelection\\\",\\\"Shift-Cmd-U\\\":\\\"redoSelection\\\",\\\"Ctrl-Up\\\":\\\"goDocStart\\\",\\\"Ctrl-Down\\\":\\\"goDocEnd\\\",fallthrough:[\\\"basic\\\",\\\"emacsy\\\"]},Lo.default=g?Lo.macDefault:Lo.pcDefault;var Io={selectAll:Vi,singleSelection:function(e){return e.setSelection(e.getCursor(\\\"anchor\\\"),e.getCursor(\\\"head\\\"),G)},killLine:function(n){return Wo(n,function(e){if(e.empty()){var t=$e(n.doc,e.head.line).text.length;return e.head.ch==t&&e.head.line\u003Cn.lastLine()?{from:e.head,to:rt(e.head.line+1,0)}:{from:e.head,to:rt(e.head.line,t)}}return{from:e.from(),to:e.to()}})},deleteLine:function(t){return Wo(t,function(e){return{from:rt(e.from().line,0),to:ct(t.doc,rt(e.to().line+1,0))}})},delLineLeft:function(e){return Wo(e,function(e){return{from:rt(e.from().line,0),to:e.from()}})},delWrappedLineLeft:function(n){return Wo(n,function(e){var t=n.charCoords(e.head,\\\"div\\\").top+5;return{from:n.coordsChar({left:0,top:t},\\\"div\\\"),to:e.from()}})},delWrappedLineRight:function(n){return Wo(n,function(e){var t=n.charCoords(e.head,\\\"div\\\").top+5,t=n.coordsChar({left:n.display.lineDiv.offsetWidth+100,top:t},\\\"div\\\");return{from:e.from(),to:t}})},undo:function(e){return e.undo()},redo:function(e){return e.redo()},undoSelection:function(e){return e.undoSelection()},redoSelection:function(e){return e.redoSelection()},goDocStart:function(e){return e.extendSelection(rt(e.firstLine(),0))},goDocEnd:function(e){return e.extendSelection(rt(e.lastLine()))},goLineStart:function(t){return t.extendSelectionsBy(function(e){return Ro(t,e.head.line)},{origin:\\\"+move\\\",bias:1})},goLineStartSmart:function(t){return t.extendSelectionsBy(function(e){return zo(t,e.head)},{origin:\\\"+move\\\",bias:1})},goLineEnd:function(t){return t.extendSelectionsBy(function(e){return function(e,t){var n=$e(e.doc,t),r=function(e){for(var t;t=It(e);)e=t.find(1,!0).line;return e}(n);r!=n&&(t=Je(r));return Eo(!0,e,n,t,-1)}(t,e.head.line)},{origin:\\\"+move\\\",bias:-1})},goLineRight:function(t){return t.extendSelectionsBy(function(e){e=t.cursorCoords(e.head,\\\"div\\\").top+5;return t.coordsChar({left:t.display.lineDiv.offsetWidth+100,top:e},\\\"div\\\")},V)},goLineLeft:function(t){return t.extendSelectionsBy(function(e){e=t.cursorCoords(e.head,\\\"div\\\").top+5;return t.coordsChar({left:0,top:e},\\\"div\\\")},V)},goLineLeftSmart:function(n){return n.extendSelectionsBy(function(e){var t=n.cursorCoords(e.head,\\\"div\\\").top+5,t=n.coordsChar({left:0,top:t},\\\"div\\\");return t.ch\u003Cn.getLine(t.line).search(/\\\\S/)?zo(n,e.head):t},V)},goLineUp:function(e){return e.moveV(-1,\\\"line\\\")},goLineDown:function(e){return e.moveV(1,\\\"line\\\")},goPageUp:function(e){return e.moveV(-1,\\\"page\\\")},goPageDown:function(e){return e.moveV(1,\\\"page\\\")},goCharLeft:function(e){return e.moveH(-1,\\\"char\\\")},goCharRight:function(e){return e.moveH(1,\\\"char\\\")},goColumnLeft:function(e){return e.moveH(-1,\\\"column\\\")},goColumnRight:function(e){return e.moveH(1,\\\"column\\\")},goWordLeft:function(e){return e.moveH(-1,\\\"word\\\")},goGroupRight:function(e){return e.moveH(1,\\\"group\\\")},goGroupLeft:function(e){return e.moveH(-1,\\\"group\\\")},goWordRight:function(e){return e.moveH(1,\\\"word\\\")},delCharBefore:function(e){return e.deleteH(-1,\\\"codepoint\\\")},delCharAfter:function(e){return e.deleteH(1,\\\"char\\\")},delWordBefore:function(e){return e.deleteH(-1,\\\"word\\\")},delWordAfter:function(e){return e.deleteH(1,\\\"word\\\")},delGroupBefore:function(e){return e.deleteH(-1,\\\"group\\\")},delGroupAfter:function(e){return e.deleteH(1,\\\"group\\\")},indentAuto:function(e){return e.indentSelection(\\\"smart\\\")},indentMore:function(e){return e.indentSelection(\\\"add\\\")},indentLess:function(e){return e.indentSelection(\\\"subtract\\\")},insertTab:function(e){return e.replaceSelection(\\\"\\\\t\\\")},insertSoftTab:function(e){for(var t=[],n=e.listSelections(),r=e.options.tabSize,i=0;i\u003Cn.length;i++){var o=n[i].from(),o=P(e.getLine(o.line),o.ch,r);t.push(X(r-o%r))}e.replaceSelections(t)},defaultTab:function(e){e.somethingSelected()?e.indentSelection(\\\"add\\\"):e.execCommand(\\\"insertTab\\\")},transposeChars:function(l){return Er(l,function(){for(var e,t,n,r=l.listSelections(),i=[],o=0;o\u003Cr.length;o++)r[o].empty()&&(e=r[o].head,(t=$e(l.doc,e.line).text)&&(e.ch==t.length&&(e=new rt(e.line,e.ch-1)),0\u003Ce.ch?(e=new rt(e.line,e.ch+1),l.replaceRange(t.charAt(e.ch-1)+t.charAt(e.ch-2),rt(e.line,e.ch-2),e,\\\"+transpose\\\")):e.line>l.doc.first&&((n=$e(l.doc,e.line-1).text)&&(e=new rt(e.line,1),l.replaceRange(t.charAt(0)+l.doc.lineSeparator()+n.charAt(n.length-1),rt(e.line-1,n.length-1),e,\\\"+transpose\\\")))),i.push(new oi(e,e)));l.setSelections(i)})},newlineAndIndent:function(r){return Er(r,function(){for(var e=r.listSelections(),t=e.length-1;0\u003C=t;t--)r.replaceRange(r.doc.lineSeparator(),e[t].anchor,e[t].head,\\\"+input\\\");e=r.listSelections();for(var n=0;n\u003Ce.length;n++)r.indentLine(e[n].from().line,null,!0);wr(r)})},openLine:function(e){return e.replaceSelection(\\\"\\\\n\\\",\\\"start\\\")},toggleOverwrite:function(e){return e.toggleOverwrite()}};function Ro(e,t){var n=$e(e.doc,t),r=zt(n);return r!=n&&(t=Je(r)),Eo(!0,e,r,t,1)}function zo(e,t){var n=Ro(e,t.line),r=$e(e.doc,n.line),e=me(r,e.doc.direction);if(e&&0!=e[0].level)return n;r=Math.max(n.ch,r.text.search(/\\\\S/)),t=t.line==n.line&&t.ch\u003C=r&&t.ch;return rt(n.line,t?0:r,n.sticky)}function Bo(e,t,n){if(\\\"string\\\"==typeof t&&!(t=Io[t]))return!1;e.display.input.ensurePolled();var r=e.display.shift,i=!1;try{e.isReadOnly()&&(e.state.suppressEdits=!0),n&&(e.display.shift=!1),i=t(e)!=B}finally{e.display.shift=r,e.state.suppressEdits=!1}return i}var Go=new I;function Uo(e,t,n,r){var i=e.state.keySeq;if(i){if(No(t))return\\\"handled\\\";if(/\\\\'$/.test(t)?e.state.keySeq=null:Go.set(50,function(){e.state.keySeq==i&&(e.state.keySeq=null,e.display.input.reset())}),Vo(e,i+\\\" \\\"+t,n,r))return!0}return Vo(e,t,n,r)}function Vo(e,t,n,r){r=function(e,t,n){for(var r=0;r\u003Ce.state.keyMaps.length;r++){var i=Mo(t,e.state.keyMaps[r],n,e);if(i)return i}return e.options.extraKeys&&Mo(t,e.options.extraKeys,n,e)||Mo(t,e.options.keyMap,n,e)}(e,t,r);return\\\"multi\\\"==r&&(e.state.keySeq=t),\\\"handled\\\"==r&&ln(e,\\\"keyHandled\\\",e,t,n),\\\"handled\\\"!=r&&\\\"multi\\\"!=r||(Te(n),cr(e)),!!r}function Ko(t,e){var n=Oo(e,!0);return!!n&&(e.shiftKey&&!t.state.keySeq?Uo(t,\\\"Shift-\\\"+n,e,function(e){return Bo(t,e,!0)})||Uo(t,n,e,function(e){if(\\\"string\\\"==typeof e?/^go[A-Z]/.test(e):e.motion)return Bo(t,e)}):Uo(t,n,e,function(e){return Bo(t,e)}))}var jo=null;function Xo(e){var t,n,r,i=this;function o(e){18!=e.keyCode&&e.altKey||(L(r,\\\"CodeMirror-crosshair\\\"),we(document,\\\"keyup\\\",o),we(document,\\\"mouseover\\\",o))}e.target&&e.target!=i.display.input.getField()||(i.curOp.focus=O(),Ce(i,e)||(w&&v\u003C11&&27==e.keyCode&&(e.returnValue=!1),t=e.keyCode,i.display.shift=16==t||e.shiftKey,n=Ko(i,e),p&&(jo=n?t:null,!n&&88==t&&!Ie&&(g?e.metaKey:e.ctrlKey)&&i.replaceSelection(\\\"\\\",null,\\\"cut\\\")),d&&!g&&!n&&46==t&&e.shiftKey&&!e.ctrlKey&&document.execCommand&&document.execCommand(\\\"cut\\\"),18!=t||/\\\\bCodeMirror-crosshair\\\\b/.test(i.display.lineDiv.className)||(D(r=i.display.lineDiv,\\\"CodeMirror-crosshair\\\"),ye(document,\\\"keyup\\\",o),ye(document,\\\"mouseover\\\",o))))}function Yo(e){16==e.keyCode&&(this.doc.sel.shift=!1),Ce(this,e)}function _o(e){var t=this;if(!(e.target&&e.target!=t.display.input.getField()||mn(t.display,e)||Ce(t,e)||e.ctrlKey&&!e.altKey||g&&e.metaKey)){var n,r=e.keyCode,i=e.charCode;if(p&&r==jo)return jo=null,void Te(e);p&&(!e.which||e.which\u003C10)&&Ko(t,e)||\\\"\\\\b\\\"!=(i=String.fromCharCode(null==i?r:i))&&(Uo(n=t,\\\"'\\\"+i+\\\"'\\\",e,function(e){return Bo(n,e,!0)})||t.display.input.onKeyPress(e))}}var $o,qo,Zo=function(e,t,n){this.time=e,this.pos=t,this.button=n};function Qo(e){var t,n,r,i,o,l=this,s=l.display;Ce(l,e)||s.activeTouch&&s.input.supportsTouch()||(s.input.ensurePolled(),s.shift=e.shiftKey,mn(s,e)?f||(s.scroller.draggable=!1,setTimeout(function(){return s.scroller.draggable=!0},100)):tl(l,e)||(t=Jn(l,e),n=De(e),i=t?(r=t,i=n,o=+new Date,qo&&qo.compare(o,r,i)?($o=qo=null,\\\"triple\\\"):$o&&$o.compare(o,r,i)?(qo=new Zo(o,r,i),$o=null,\\\"double\\\"):($o=new Zo(o,r,i),qo=null,\\\"single\\\")):\\\"single\\\",window.focus(),1==n&&l.state.selectingText&&l.state.selectingText(e),t&&function(n,e,r,t,i){var o=\\\"Click\\\";\\\"double\\\"==t?o=\\\"Double\\\"+o:\\\"triple\\\"==t&&(o=\\\"Triple\\\"+o);return Uo(n,Ao(o=(1==e?\\\"Left\\\":2==e?\\\"Middle\\\":\\\"Right\\\")+o,i),i,function(e){if(\\\"string\\\"==typeof e&&(e=Io[e]),!e)return!1;var t=!1;try{n.isReadOnly()&&(n.state.suppressEdits=!0),t=e(n,r)!=B}finally{n.state.suppressEdits=!1}return t})}(l,n,t,i,e)||(1==n?t?function(e,t,n,r){w?setTimeout(F(hr,e),0):e.curOp.focus=O();var i,o=function(e,t,n){var r=e.getOption(\\\"configureMouse\\\"),i=r?r(e,t,n):{};null==i.unit&&(r=m?n.shiftKey&&n.metaKey:n.altKey,i.unit=r?\\\"rectangle\\\":\\\"single\\\"==t?\\\"char\\\":\\\"double\\\"==t?\\\"word\\\":\\\"line\\\");null!=i.extend&&!e.doc.extend||(i.extend=e.doc.extend||n.shiftKey);null==i.addNew&&(i.addNew=g?n.metaKey:n.ctrlKey);null==i.moveOnDrag&&(i.moveOnDrag=!(g?n.altKey:n.ctrlKey));return i}(e,n,r),l=e.doc.sel;(e.options.dragDrop&&Fe&&!e.isReadOnly()&&\\\"single\\\"==n&&-1\u003C(i=l.contains(t))&&(it((i=l.ranges[i]).from(),t)\u003C0||0\u003Ct.xRel)&&(0\u003Cit(i.to(),t)||t.xRel\u003C0)?function(t,n,r,i){var o=t.display,l=!1,s=Pr(t,function(e){f&&(o.scroller.draggable=!1),t.state.draggingText=!1,t.state.delayingBlurEvent&&(t.hasFocus()?t.state.delayingBlurEvent=!1:dr(t)),we(o.wrapper.ownerDocument,\\\"mouseup\\\",s),we(o.wrapper.ownerDocument,\\\"mousemove\\\",a),we(o.scroller,\\\"dragstart\\\",u),we(o.scroller,\\\"drop\\\",s),l||(Te(e),i.addNew||Oi(t.doc,r,null,null,i.extend),f&&!c||w&&9==v?setTimeout(function(){o.wrapper.ownerDocument.body.focus({preventScroll:!0}),o.input.focus()},20):o.input.focus())}),a=function(e){l=l||10\u003C=Math.abs(n.clientX-e.clientX)+Math.abs(n.clientY-e.clientY)},u=function(){return l=!0};f&&(o.scroller.draggable=!0);(t.state.draggingText=s).copy=!i.moveOnDrag,ye(o.wrapper.ownerDocument,\\\"mouseup\\\",s),ye(o.wrapper.ownerDocument,\\\"mousemove\\\",a),ye(o.scroller,\\\"dragstart\\\",u),ye(o.scroller,\\\"drop\\\",s),t.state.delayingBlurEvent=!0,setTimeout(function(){return o.input.focus()},20),o.scroller.dragDrop&&o.scroller.dragDrop()}:function(d,e,f,p){w&&dr(d);var l=d.display,g=d.doc;Te(e);var m,v,y=g.sel,t=y.ranges;p.addNew&&!p.extend?(v=g.sel.contains(f),m=-1\u003Cv?t[v]:new oi(f,f)):(m=g.sel.primary(),v=g.sel.primIndex);\\\"rectangle\\\"==p.unit?(p.addNew||(m=new oi(f,f)),f=Jn(d,e,!0,!0),v=-1):(e=Jo(d,f,p.unit),m=p.extend?Ai(m,e.anchor,e.head,p.extend):e);p.addNew?-1==v?(v=t.length,Ei(g,li(d,t.concat([m]),v),{scroll:!1,origin:\\\"*mouse\\\"})):1\u003Ct.length&&t[v].empty()&&\\\"char\\\"==p.unit&&!p.extend?(Ei(g,li(d,t.slice(0,v).concat(t.slice(v+1)),0),{scroll:!1,origin:\\\"*mouse\\\"}),y=g.sel):Wi(g,v,m,U):(Ei(g,new ii([m],v=0),U),y=g.sel);var b=f;function s(e){if(0!=it(b,e))if(b=e,\\\"rectangle\\\"==p.unit){for(var t=[],n=d.options.tabSize,r=P($e(g,f.line).text,f.ch,n),i=P($e(g,e.line).text,e.ch,n),o=Math.min(r,i),l=Math.max(r,i),s=Math.min(f.line,e.line),a=Math.min(d.lastLine(),Math.max(f.line,e.line));s\u003C=a;s++){var u=$e(g,s).text,c=K(u,o,n);o==l?t.push(new oi(rt(s,c),rt(s,c))):u.length>c&&t.push(new oi(rt(s,c),rt(s,K(u,l,n))))}t.length||t.push(new oi(f,f)),Ei(g,li(d,y.ranges.slice(0,v).concat(t),v),{origin:\\\"*mouse\\\",scroll:!1}),d.scrollIntoView(e)}else{var h,r=m,i=Jo(d,e,p.unit),e=r.anchor,e=0\u003Cit(i.anchor,e)?(h=i.head,at(r.from(),i.anchor)):(h=i.anchor,st(r.to(),i.head)),i=y.ranges.slice(0);i[v]=function(e,t){var n=t.anchor,r=t.head,i=$e(e.doc,n.line);if(0==it(n,r)&&n.sticky==r.sticky)return t;var o=me(i);if(!o)return t;var l=le(o,n.ch,n.sticky),s=o[l];if(s.from!=n.ch&&s.to!=n.ch)return t;i=l+(s.from==n.ch==(1!=s.level)?0:1);if(0==i||i==o.length)return t;a=r.line!=n.line?0\u003C(r.line-n.line)*(\\\"ltr\\\"==e.doc.direction?1:-1):(e=le(o,r.ch,r.sticky),a=e-l||(r.ch-n.ch)*(1==s.level?-1:1),e==i-1||e==i?a\u003C0:0\u003Ca);var i=o[i+(a?-1:0)],a=a==(1==i.level),i=a?i.from:i.to,a=a?\\\"after\\\":\\\"before\\\";return n.ch==i&&n.sticky==a?t:new oi(new rt(n.line,i,a),r)}(d,new oi(ct(g,e),h)),Ei(g,li(d,i,v),U)}}var a=l.wrapper.getBoundingClientRect(),u=0;function n(e){d.state.selectingText=!1,u=1/0,e&&(Te(e),l.input.focus()),we(l.wrapper.ownerDocument,\\\"mousemove\\\",r),we(l.wrapper.ownerDocument,\\\"mouseup\\\",i),g.history.lastSelOrigin=null}var r=Pr(d,function(e){(0!==e.buttons&&De(e)?function e(t){var n,r,i=++u,o=Jn(d,t,!0,\\\"rectangle\\\"==p.unit);o&&(0!=it(o,b)?(d.curOp.focus=O(),s(o),n=vr(l,g),(o.line>=n.to||o.line\u003Cn.from)&&setTimeout(Pr(d,function(){u==i&&e(t)}),150)):(r=t.clientY\u003Ca.top?-20:t.clientY>a.bottom?20:0)&&setTimeout(Pr(d,function(){u==i&&(l.scroller.scrollTop+=r,e(t))}),50))}:n)(e)}),i=Pr(d,n);d.state.selectingText=i,ye(l.wrapper.ownerDocument,\\\"mousemove\\\",r),ye(l.wrapper.ownerDocument,\\\"mouseup\\\",i)})(e,r,t,o)}(l,t,i,e):Oe(e)==s.scroller&&Te(e):2==n?(t&&Oi(l.doc,t),setTimeout(function(){return s.input.focus()},20)):3==n&&(x?l.display.input.onContextMenu(e):dr(l)))))}function Jo(e,t,n){if(\\\"char\\\"==n)return new oi(t,t);if(\\\"word\\\"==n)return e.findWordAt(t);if(\\\"line\\\"==n)return new oi(rt(t.line,0),ct(e.doc,rt(t.line+1,0)));t=n(e,t);return new oi(t.from,t.to)}function el(e,t,n,r){var i,o;if(t.touches)i=t.touches[0].clientX,o=t.touches[0].clientY;else try{i=t.clientX,o=t.clientY}catch(e){return!1}if(i>=Math.floor(e.display.gutters.getBoundingClientRect().right))return!1;r&&Te(t);var l=e.display,r=l.lineDiv.getBoundingClientRect();if(o>r.bottom||!Le(e,n))return Ne(t);o-=r.top-l.viewOffset;for(var s=0;s\u003Ce.display.gutterSpecs.length;++s){var a=l.gutters.childNodes[s];if(a&&a.getBoundingClientRect().right>=i)return xe(e,n,e,et(e.doc,o),e.display.gutterSpecs[s].className,t),Ne(t)}}function tl(e,t){return el(e,t,\\\"gutterClick\\\",!0)}function nl(e,t){var n,r;mn(e.display,t)||(r=t,Le(n=e,\\\"gutterContextMenu\\\")&&el(n,r,\\\"gutterContextMenu\\\",!1))||Ce(e,t,\\\"contextmenu\\\")||x||e.display.input.onContextMenu(t)}function rl(e){e.display.wrapper.className=e.display.wrapper.className.replace(/\\\\s*cm-s-\\\\S+/g,\\\"\\\")+e.options.theme.replace(/(^|\\\\s)\\\\s*/g,\\\" cm-s-\\\"),Hn(e)}Zo.prototype.compare=function(e,t,n){return this.time+400>e&&0==it(t,this.pos)&&n==this.button};var il={toString:function(){return\\\"CodeMirror.Init\\\"}},ol={},ll={};function sl(e,t,n){!t!=!(n&&n!=il)&&(n=e.display.dragFunctions,(t=t?ye:we)(e.display.scroller,\\\"dragstart\\\",n.start),t(e.display.scroller,\\\"dragenter\\\",n.enter),t(e.display.scroller,\\\"dragover\\\",n.over),t(e.display.scroller,\\\"dragleave\\\",n.leave),t(e.display.scroller,\\\"drop\\\",n.drop))}function al(e){e.options.lineWrapping?(D(e.display.wrapper,\\\"CodeMirror-wrap\\\"),e.display.sizer.style.minWidth=\\\"\\\",e.display.sizerWidth=null):(L(e.display.wrapper,\\\"CodeMirror-wrap\\\"),jt(e)),Qn(e),tr(e),Hn(e),setTimeout(function(){return Nr(e)},100)}function ul(e,t){var n=this;if(!(this instanceof ul))return new ul(e,t);this.options=t=t?E(t):{},E(ol,t,!1);var r=t.value;\\\"string\\\"==typeof r?r=new ho(r,t.mode,null,t.lineSeparator,t.direction):t.mode&&(r.modeOption=t.mode),this.doc=r;var i,o=new ul.inputStyles[t.inputStyle](this),o=this.display=new Qr(e,r,o,t);for(i in rl(o.wrapper.CodeMirror=this),t.lineWrapping&&(this.display.wrapper.className+=\\\" CodeMirror-wrap\\\"),Dr(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:-1,cutIncoming:-1,selectingText:!1,draggingText:!1,highlight:new I,keySeq:null,specialChars:null},t.autofocus&&!h&&o.input.focus(),w&&v\u003C11&&setTimeout(function(){return n.display.input.reset(!0)},20),function(r){var i=r.display;ye(i.scroller,\\\"mousedown\\\",Pr(r,Qo)),ye(i.scroller,\\\"dblclick\\\",w&&v\u003C11?Pr(r,function(e){var t;Ce(r,e)||(!(t=Jn(r,e))||tl(r,e)||mn(r.display,e)||(Te(e),t=r.findWordAt(t),Oi(r.doc,t.anchor,t.head)))}):function(e){return Ce(r,e)||Te(e)});ye(i.scroller,\\\"contextmenu\\\",function(e){return nl(r,e)}),ye(i.input.getField(),\\\"contextmenu\\\",function(e){i.scroller.contains(e.target)||nl(r,e)});var n,o={end:0};function l(){i.activeTouch&&(n=setTimeout(function(){return i.activeTouch=null},1e3),(o=i.activeTouch).end=+new Date)}function s(e,t){if(null==t.left)return 1;var n=t.left-e.left,e=t.top-e.top;return 400\u003Cn*n+e*e}ye(i.scroller,\\\"touchstart\\\",function(e){var t;Ce(r,e)||function(e){if(1==e.touches.length){e=e.touches[0];return e.radiusX\u003C=1&&e.radiusY\u003C=1}}(e)||tl(r,e)||(i.input.ensurePolled(),clearTimeout(n),t=+new Date,i.activeTouch={start:t,moved:!1,prev:t-o.end\u003C=300?o:null},1==e.touches.length&&(i.activeTouch.left=e.touches[0].pageX,i.activeTouch.top=e.touches[0].pageY))}),ye(i.scroller,\\\"touchmove\\\",function(){i.activeTouch&&(i.activeTouch.moved=!0)}),ye(i.scroller,\\\"touchend\\\",function(e){var t,n=i.activeTouch;n&&!mn(i,e)&&null!=n.left&&!n.moved&&new Date-n.start\u003C300&&(t=r.coordsChar(i.activeTouch,\\\"page\\\"),t=!n.prev||s(n,n.prev)?new oi(t,t):!n.prev.prev||s(n,n.prev.prev)?r.findWordAt(t):new oi(rt(t.line,0),ct(r.doc,rt(t.line+1,0))),r.setSelection(t.anchor,t.head),r.focus(),Te(e)),l()}),ye(i.scroller,\\\"touchcancel\\\",l),ye(i.scroller,\\\"scroll\\\",function(){i.scroller.clientHeight&&(Lr(r,i.scroller.scrollTop),Tr(r,i.scroller.scrollLeft,!0),xe(r,\\\"scroll\\\",r))}),ye(i.scroller,\\\"mousewheel\\\",function(e){return ri(r,e)}),ye(i.scroller,\\\"DOMMouseScroll\\\",function(e){return ri(r,e)}),ye(i.wrapper,\\\"scroll\\\",function(){return i.wrapper.scrollTop=i.wrapper.scrollLeft=0}),i.dragFunctions={enter:function(e){Ce(r,e)||Ae(e)},over:function(e){var t,n;Ce(r,e)||((n=Jn(t=r,n=e))&&(ar(t,n,n=document.createDocumentFragment()),t.display.dragCursor||(t.display.dragCursor=M(\\\"div\\\",null,\\\"CodeMirror-cursors CodeMirror-dragcursors\\\"),t.display.lineSpace.insertBefore(t.display.dragCursor,t.display.cursorDiv)),T(t.display.dragCursor,n)),Ae(e))},start:function(e){return t=r,n=e,void(w&&(!t.state.draggingText||+new Date-fo\u003C100)?Ae(n):Ce(t,n)||mn(t.display,n)||(n.dataTransfer.setData(\\\"Text\\\",t.getSelection()),n.dataTransfer.effectAllowed=\\\"copyMove\\\",n.dataTransfer.setDragImage&&!c&&((e=M(\\\"img\\\",null,null,\\\"position: fixed; left: 0; top: 0;\\\")).src=\\\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\\\",p&&(e.width=e.height=1,t.display.wrapper.appendChild(e),e._top=e.offsetTop),n.dataTransfer.setDragImage(e,0,0),p&&e.parentNode.removeChild(e))));var t,n},drop:Pr(r,po),leave:function(e){Ce(r,e)||go(r)}};var e=i.input.getField();ye(e,\\\"keyup\\\",function(e){return Yo.call(r,e)}),ye(e,\\\"keydown\\\",Pr(r,Xo)),ye(e,\\\"keypress\\\",Pr(r,_o)),ye(e,\\\"focus\\\",function(e){return fr(r,e)}),ye(e,\\\"blur\\\",function(e){return pr(r,e)})}(this),yo(),Hr(this),this.curOp.forceUpdate=!0,vi(this,r),t.autofocus&&!h||this.hasFocus()?setTimeout(function(){n.hasFocus()&&!n.state.focused&&fr(n)},20):pr(this),ll)ll.hasOwnProperty(i)&&ll[i](this,t[i],il);_r(this),t.finishInit&&t.finishInit(this);for(var l=0;l\u003Ccl.length;++l)cl[l](this);Fr(this),f&&t.lineWrapping&&\\\"optimizelegibility\\\"==getComputedStyle(o.lineDiv).textRendering&&(o.lineDiv.style.textRendering=\\\"auto\\\")}ul.defaults=ol,ul.optionHandlers=ll;var cl=[];function hl(e,t,n,r){var i,o=e.doc;null==n&&(n=\\\"add\\\"),\\\"smart\\\"==n&&(o.mode.indent?i=mt(e,t).state:n=\\\"prev\\\");var l=e.options.tabSize,s=$e(o,t),a=P(s.text,null,l);s.stateAfter&&(s.stateAfter=null);var u,c=s.text.match(/^\\\\s*/)[0];if(r||/\\\\S/.test(s.text)){if(\\\"smart\\\"==n&&((u=o.mode.indent(i,s.text.slice(c.length),s.text))==B||150\u003Cu)){if(!r)return;n=\\\"prev\\\"}}else u=0,n=\\\"not\\\";\\\"prev\\\"==n?u=t>o.first?P($e(o,t-1).text,null,l):0:\\\"add\\\"==n?u=a+e.options.indentUnit:\\\"subtract\\\"==n?u=a-e.options.indentUnit:\\\"number\\\"==typeof n&&(u=a+n),u=Math.max(0,u);var h=\\\"\\\",d=0;if(e.options.indentWithTabs)for(var f=Math.floor(u/l);f;--f)d+=l,h+=\\\"\\\\t\\\";if(d\u003Cu&&(h+=X(u-d)),h!=c)return qi(o,h,rt(t,0),rt(t,c.length),\\\"+input\\\"),!(s.stateAfter=null);for(var p=0;p\u003Co.sel.ranges.length;p++){var g=o.sel.ranges[p];if(g.head.line==t&&g.head.ch\u003Cc.length){g=rt(t,c.length);Wi(o,p,new oi(g,g));break}}}ul.defineInitHook=function(e){return cl.push(e)};var dl=null;function fl(e){dl=e}function pl(e,t,n,r,i){var o=e.doc;e.display.shift=!1,r=r||o.sel;var l=+new Date-200,s=\\\"paste\\\"==i||e.state.pasteIncoming>l,a=Ee(t),u=null;if(s&&1\u003Cr.ranges.length)if(dl&&dl.text.join(\\\"\\\\n\\\")==t){if(r.ranges.length%dl.text.length==0){u=[];for(var c=0;c\u003Cdl.text.length;c++)u.push(o.splitLines(dl.text[c]))}}else a.length==r.ranges.length&&e.options.pasteLinesPerSelection&&(u=_(a,function(e){return[e]}));for(var h=e.curOp.updateInput,d=r.ranges.length-1;0\u003C=d;d--){var f=r.ranges[d],p=f.from(),g=f.to();f.empty()&&(n&&0\u003Cn?p=rt(p.line,p.ch-n):e.state.overwrite&&!s?g=rt(g.line,Math.min($e(o,g.line).text.length,g.ch+Y(a).length)):s&&dl&&dl.lineWise&&dl.text.join(\\\"\\\\n\\\")==a.join(\\\"\\\\n\\\")&&(p=g=rt(p.line,0)));g={from:p,to:g,text:u?u[d%u.length]:a,origin:i||(s?\\\"paste\\\":e.state.cutIncoming>l?\\\"cut\\\":\\\"+input\\\")};ji(e.doc,g),ln(e,\\\"inputRead\\\",e,g)}t&&!s&&ml(e,t),wr(e),e.curOp.updateInput\u003C2&&(e.curOp.updateInput=h),e.curOp.typing=!0,e.state.pasteIncoming=e.state.cutIncoming=-1}function gl(e,t){var n=e.clipboardData&&e.clipboardData.getData(\\\"Text\\\");return n&&(e.preventDefault(),t.isReadOnly()||t.options.disableInput||Er(t,function(){return pl(t,n,0,null,\\\"paste\\\")}),1)}function ml(e,t){if(e.options.electricChars&&e.options.smartIndent)for(var n=e.doc.sel,r=n.ranges.length-1;0\u003C=r;r--){var i=n.ranges[r];if(!(100\u003Ci.head.ch||r&&n.ranges[r-1].head.line==i.head.line)){var o=e.getModeAt(i.head),l=!1;if(o.electricChars){for(var s=0;s\u003Co.electricChars.length;s++)if(-1\u003Ct.indexOf(o.electricChars.charAt(s))){l=hl(e,i.head.line,\\\"smart\\\");break}}else o.electricInput&&o.electricInput.test($e(e.doc,i.head.line).text.slice(0,i.head.ch))&&(l=hl(e,i.head.line,\\\"smart\\\"));l&&ln(e,\\\"electricInput\\\",e,i.head.line)}}}function vl(e){for(var t=[],n=[],r=0;r\u003Ce.doc.sel.ranges.length;r++){var i=e.doc.sel.ranges[r].head.line,i={anchor:rt(i,0),head:rt(i+1,0)};n.push(i),t.push(e.getRange(i.anchor,i.head))}return{text:t,ranges:n}}function yl(e,t,n,r){e.setAttribute(\\\"autocorrect\\\",n?\\\"\\\":\\\"off\\\"),e.setAttribute(\\\"autocapitalize\\\",r?\\\"\\\":\\\"off\\\"),e.setAttribute(\\\"spellcheck\\\",!!t)}function bl(){var e=M(\\\"textarea\\\",null,null,\\\"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none\\\"),t=M(\\\"div\\\",[e],null,\\\"overflow: hidden; position: relative; width: 3px; height: 0px;\\\");return f?e.style.width=\\\"1000px\\\":e.setAttribute(\\\"wrap\\\",\\\"off\\\"),s&&(e.style.border=\\\"1px solid black\\\"),yl(e),t}function wl(r,i,o,l,s){var e=i,t=o,a=$e(r,i.line),u=s&&\\\"rtl\\\"==r.direction?-o:o;function n(e){var t,n;if(null==(t=\\\"codepoint\\\"==l?(t=a.text.charCodeAt(i.ch+(0\u003Cl?0:-1)),isNaN(t)?null:new rt(i.line,Math.max(0,Math.min(a.text.length,i.ch+o*(55296\u003C=t&&t\u003C56320?2:1))),-o)):s?Po(r.cm,a,i,o):Fo(a,i,o))){if(e||(n=i.line+u)\u003Cr.first||n>=r.first+r.size||(i=new rt(n,i.ch,i.sticky),!(a=$e(r,n))))return;i=Eo(s,r.cm,a,i.line,u)}else i=t;return 1}if(\\\"char\\\"==l||\\\"codepoint\\\"==l)n();else if(\\\"column\\\"==l)n(!0);else if(\\\"word\\\"==l||\\\"group\\\"==l)for(var c=null,h=\\\"group\\\"==l,d=r.cm&&r.cm.getHelper(i,\\\"wordChars\\\"),f=!0;!(o\u003C0)||n(!f);f=!1){var p=a.text.charAt(i.ch)||\\\"\\\\n\\\",p=J(p,d)?\\\"w\\\":h&&\\\"\\\\n\\\"==p?\\\"n\\\":!h||/\\\\s/.test(p)?null:\\\"p\\\";if(!h||f||p||(p=\\\"s\\\"),c&&c!=p){o\u003C0&&(o=1,n(),i.sticky=\\\"after\\\");break}if(p&&(c=p),0\u003Co&&!n(!f))break}t=Gi(r,i,e,t,!0);return ot(e,t)&&(t.hitSide=!0),t}function xl(e,t,n,r){var i,o,l,s=e.doc,a=t.left;for(\\\"page\\\"==r?(i=Math.min(e.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),i=Math.max(i-.5*Yn(e.display),3),o=(0\u003Cn?t.bottom:t.top)+n*i):\\\"line\\\"==r&&(o=0\u003Cn?t.bottom+3:t.top-3);(l=Vn(e,a,o)).outside;){if(n\u003C0?o\u003C=0:o>=s.height){l.hitSide=!0;break}o+=5*n}return l}e=function(e){this.cm=e,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new I,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};function Cl(e,t){var n=kn(e,t.line);if(!n||n.hidden)return null;var r=$e(e.doc,t.line),n=Sn(n,r,t.line),r=me(r,e.doc.direction),e=\\\"left\\\";r&&(e=le(r,t.ch)%2?\\\"right\\\":\\\"left\\\");e=On(n.map,t.ch,e);return e.offset=\\\"right\\\"==e.collapse?e.end:e.start,e}function Sl(e,t){return t&&(e.bad=!0),e}function Ll(e,t,n){var r;if(t==e.display.lineDiv){if(!(r=e.display.lineDiv.childNodes[n]))return Sl(e.clipPos(rt(e.display.viewTo-1)),!0);t=null,n=0}else for(r=t;;r=r.parentNode){if(!r||r==e.display.lineDiv)return null;if(r.parentNode&&r.parentNode==e.display.lineDiv)break}for(var i=0;i\u003Ce.display.view.length;i++){var o=e.display.view[i];if(o.node==r)return function(u,e,t){var n=u.text.firstChild,r=!1;if(!e||!A(n,e))return Sl(rt(Je(u.line),0),!0);if(e==n&&(r=!0,e=n.childNodes[t],t=0,!e)){var i=u.rest?Y(u.rest):u.line;return Sl(rt(Je(i),i.text.length),r)}var i=3==e.nodeType?e:null,o=e;i||1!=e.childNodes.length||3!=e.firstChild.nodeType||(i=e.firstChild,t=t&&i.nodeValue.length);for(;o.parentNode!=n;)o=o.parentNode;var c=u.measure,h=c.maps;function l(e,t,n){for(var r=-1;r\u003C(h?h.length:0);r++)for(var i=r\u003C0?c.map:h[r],o=0;o\u003Ci.length;o+=3){var l=i[o+2];if(l==e||l==t){var s=Je(r\u003C0?u.line:u.rest[r]),a=i[o]+n;return(n\u003C0||l!=e)&&(a=i[o+(n?1:0)]),rt(s,a)}}}var s=l(i,o,t);if(s)return Sl(s,r);for(var a=o.nextSibling,d=i?i.nodeValue.length-t:0;a;a=a.nextSibling){if(s=l(a,a.firstChild,0))return Sl(rt(s.line,s.ch-d),r);d+=a.textContent.length}for(var f=o.previousSibling,p=t;f;f=f.previousSibling){if(s=l(f,f.firstChild,-1))return Sl(rt(s.line,s.ch+p),r);p+=f.textContent.length}}(o,t,n)}}e.prototype.init=function(e){var t=this,o=this,l=o.cm,s=o.div=e.lineDiv;function a(e){for(var t=e.target;t;t=t.parentNode){if(t==s)return 1;if(/\\\\bCodeMirror-(?:line)?widget\\\\b/.test(t.className))break}}function n(e){if(a(e)&&!Ce(l,e)){if(l.somethingSelected())fl({lineWise:!1,text:l.getSelections()}),\\\"cut\\\"==e.type&&l.replaceSelection(\\\"\\\",null,\\\"cut\\\");else{if(!l.options.lineWiseCopyCut)return;var t=vl(l);fl({lineWise:!0,text:t.text}),\\\"cut\\\"==e.type&&l.operation(function(){l.setSelections(t.ranges,0,G),l.replaceSelection(\\\"\\\",null,\\\"cut\\\")})}if(e.clipboardData){e.clipboardData.clearData();var n=dl.text.join(\\\"\\\\n\\\");if(e.clipboardData.setData(\\\"Text\\\",n),e.clipboardData.getData(\\\"Text\\\")==n)return void e.preventDefault()}var r=bl(),e=r.firstChild;l.display.lineSpace.insertBefore(r,l.display.lineSpace.firstChild),e.value=dl.text.join(\\\"\\\\n\\\");var i=document.activeElement;H(e),setTimeout(function(){l.display.lineSpace.removeChild(r),i.focus(),i==s&&o.showPrimarySelection()},50)}}yl(s,l.options.spellcheck,l.options.autocorrect,l.options.autocapitalize),ye(s,\\\"paste\\\",function(e){!a(e)||Ce(l,e)||gl(e,l)||v\u003C=11&&setTimeout(Pr(l,function(){return t.updateFromDOM()}),20)}),ye(s,\\\"compositionstart\\\",function(e){t.composing={data:e.data,done:!1}}),ye(s,\\\"compositionupdate\\\",function(e){t.composing||(t.composing={data:e.data,done:!1})}),ye(s,\\\"compositionend\\\",function(e){t.composing&&(e.data!=t.composing.data&&t.readFromDOMSoon(),t.composing.done=!0)}),ye(s,\\\"touchstart\\\",function(){return o.forceCompositionEnd()}),ye(s,\\\"input\\\",function(){t.composing||t.readFromDOMSoon()}),ye(s,\\\"copy\\\",n),ye(s,\\\"cut\\\",n)},e.prototype.screenReaderLabelChanged=function(e){e?this.div.setAttribute(\\\"aria-label\\\",e):this.div.removeAttribute(\\\"aria-label\\\")},e.prototype.prepareSelection=function(){var e=sr(this.cm,!1);return e.focus=document.activeElement==this.div,e},e.prototype.showSelection=function(e,t){e&&this.cm.display.view.length&&((e.focus||t)&&this.showPrimarySelection(),this.showMultipleSelections(e))},e.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},e.prototype.showPrimarySelection=function(){var e=this.getSelection(),t=this.cm,n=t.doc.sel.primary(),r=n.from(),i=n.to();if(t.display.viewTo==t.display.viewFrom||r.line>=t.display.viewTo||i.line\u003Ct.display.viewFrom)e.removeAllRanges();else{var o=Ll(t,e.anchorNode,e.anchorOffset),n=Ll(t,e.focusNode,e.focusOffset);if(!o||o.bad||!n||n.bad||0!=it(at(o,n),r)||0!=it(st(o,n),i)){var n=t.display.view,l=r.line>=t.display.viewFrom&&Cl(t,r)||{node:n[0].measure.map[2],offset:0},s=i.line\u003Ct.display.viewTo&&Cl(t,i);if(s||(s={node:(u=(u=n[n.length-1].measure).maps?u.maps[u.maps.length-1]:u.map)[u.length-1],offset:u[u.length-2]-u[u.length-3]}),l&&s){var a,u=e.rangeCount&&e.getRangeAt(0);try{a=S(l.node,l.offset,s.offset,s.node)}catch(e){}a&&(!d&&t.state.focused?(e.collapse(l.node,l.offset),a.collapsed||(e.removeAllRanges(),e.addRange(a))):(e.removeAllRanges(),e.addRange(a)),u&&null==e.anchorNode?e.addRange(u):d&&this.startGracePeriod()),this.rememberSelection()}else e.removeAllRanges()}}},e.prototype.startGracePeriod=function(){var e=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){e.gracePeriod=!1,e.selectionChanged()&&e.cm.operation(function(){return e.cm.curOp.selectionChanged=!0})},20)},e.prototype.showMultipleSelections=function(e){T(this.cm.display.cursorDiv,e.cursors),T(this.cm.display.selectionDiv,e.selection)},e.prototype.rememberSelection=function(){var e=this.getSelection();this.lastAnchorNode=e.anchorNode,this.lastAnchorOffset=e.anchorOffset,this.lastFocusNode=e.focusNode,this.lastFocusOffset=e.focusOffset},e.prototype.selectionInEditor=function(){var e=this.getSelection();if(!e.rangeCount)return!1;e=e.getRangeAt(0).commonAncestorContainer;return A(this.div,e)},e.prototype.focus=function(){\\\"nocursor\\\"!=this.cm.options.readOnly&&(this.selectionInEditor()&&document.activeElement==this.div||this.showSelection(this.prepareSelection(),!0),this.div.focus())},e.prototype.blur=function(){this.div.blur()},e.prototype.getField=function(){return this.div},e.prototype.supportsTouch=function(){return!0},e.prototype.receivedFocus=function(){var t=this;this.selectionInEditor()?this.pollSelection():Er(this.cm,function(){return t.cm.curOp.selectionChanged=!0}),this.polling.set(this.cm.options.pollInterval,function e(){t.cm.state.focused&&(t.pollSelection(),t.polling.set(t.cm.options.pollInterval,e))})},e.prototype.selectionChanged=function(){var e=this.getSelection();return e.anchorNode!=this.lastAnchorNode||e.anchorOffset!=this.lastAnchorOffset||e.focusNode!=this.lastFocusNode||e.focusOffset!=this.lastFocusOffset},e.prototype.pollSelection=function(){if(null==this.readDOMTimeout&&!this.gracePeriod&&this.selectionChanged()){var e,t,n=this.getSelection(),r=this.cm;if(a&&o&&this.cm.display.gutterSpecs.length&&function(e){for(var t=e;t;t=t.parentNode)if(/CodeMirror-gutter-wrapper/.test(t.className))return!0;return!1}(n.anchorNode))return this.cm.triggerOnKeyDown({type:\\\"keydown\\\",keyCode:8,preventDefault:Math.abs}),this.blur(),void this.focus();this.composing||(this.rememberSelection(),e=Ll(r,n.anchorNode,n.anchorOffset),t=Ll(r,n.focusNode,n.focusOffset),e&&t&&Er(r,function(){Ei(r.doc,si(e,t),G),(e.bad||t.bad)&&(r.curOp.selectionChanged=!0)}))}},e.prototype.pollContent=function(){null!=this.readDOMTimeout&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var e,t=this.cm,n=t.display,r=t.doc.sel.primary(),i=r.from(),r=r.to();if(0==i.ch&&i.line>t.firstLine()&&(i=rt(i.line-1,$e(t.doc,i.line-1).length)),r.ch==$e(t.doc,r.line).text.length&&r.line\u003Ct.lastLine()&&(r=rt(r.line+1,0)),i.line\u003Cn.viewFrom||r.line>n.viewTo-1)return!1;m=i.line==n.viewFrom||0==(m=er(t,i.line))?(e=Je(n.view[0].line),n.view[0].node):(e=Je(n.view[m].line),n.view[m-1].node.nextSibling);var o,r=er(t,r.line),r=r==n.view.length-1?(o=n.viewTo-1,n.lineDiv.lastChild):(o=Je(n.view[r+1].line)-1,n.view[r+1].node.previousSibling);if(!m)return!1;for(var l=t.doc.splitLines(function(l,e,t,s,a){var n=\\\"\\\",u=!1,c=l.doc.lineSeparator(),h=!1;function d(){u&&(n+=c,h&&(n+=c),u=h=!1)}function f(e){e&&(d(),n+=e)}for(;!function e(t){if(1==t.nodeType){var n=t.getAttribute(\\\"cm-text\\\");if(n)f(n);else if(n=t.getAttribute(\\\"cm-marker\\\"))(n=l.findMarks(rt(s,0),rt(a+1,0),(o=+n,function(e){return e.id==o}))).length&&(r=n[0].find(0))&&f(qe(l.doc,r.from,r.to).join(c));else if(\\\"false\\\"!=t.getAttribute(\\\"contenteditable\\\")){var r=/^(pre|div|p|li|table|br)$/i.test(t.nodeName);if(/^br$/i.test(t.nodeName)||0!=t.textContent.length){r&&d();for(var i=0;i\u003Ct.childNodes.length;i++)e(t.childNodes[i]);/^(pre|p)$/i.test(t.nodeName)&&(h=!0),r&&(u=!0)}}}else 3==t.nodeType&&f(t.nodeValue.replace(/\\\\u200b/g,\\\"\\\").replace(/\\\\u00a0/g,\\\" \\\"));var o}(e),e!=t;)e=e.nextSibling,h=!1;return n}(t,m,r,e,o)),s=qe(t.doc,rt(e,0),rt(o,$e(t.doc,o).text.length));1\u003Cl.length&&1\u003Cs.length;)if(Y(l)==Y(s))l.pop(),s.pop(),o--;else{if(l[0]!=s[0])break;l.shift(),s.shift(),e++}for(var a=0,u=0,c=l[0],h=s[0],d=Math.min(c.length,h.length);a\u003Cd&&c.charCodeAt(a)==h.charCodeAt(a);)++a;for(var f=Y(l),p=Y(s),g=Math.min(f.length-(1==l.length?a:0),p.length-(1==s.length?a:0));u\u003Cg&&f.charCodeAt(f.length-u-1)==p.charCodeAt(p.length-u-1);)++u;if(1==l.length&&1==s.length&&e==i.line)for(;a&&a>i.ch&&f.charCodeAt(f.length-u-1)==p.charCodeAt(p.length-u-1);)a--,u++;l[l.length-1]=f.slice(0,f.length-u).replace(/^\\\\u200b+/,\\\"\\\"),l[0]=l[0].slice(a).replace(/\\\\u200b+$/,\\\"\\\");var m=rt(e,a),r=rt(o,s.length?Y(s).length-u:0);return 1\u003Cl.length||l[0]||it(m,r)?(qi(t.doc,l,m,r,\\\"+input\\\"),!0):void 0},e.prototype.ensurePolled=function(){this.forceCompositionEnd()},e.prototype.reset=function(){this.forceCompositionEnd()},e.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},e.prototype.readFromDOMSoon=function(){var e=this;null==this.readDOMTimeout&&(this.readDOMTimeout=setTimeout(function(){if(e.readDOMTimeout=null,e.composing){if(!e.composing.done)return;e.composing=null}e.updateFromDOM()},80))},e.prototype.updateFromDOM=function(){var e=this;!this.cm.isReadOnly()&&this.pollContent()||Er(this.cm,function(){return tr(e.cm)})},e.prototype.setUneditable=function(e){e.contentEditable=\\\"false\\\"},e.prototype.onKeyPress=function(e){0==e.charCode||this.composing||(e.preventDefault(),this.cm.isReadOnly()||Pr(this.cm,pl)(this.cm,String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),0))},e.prototype.readOnlyChanged=function(e){this.div.contentEditable=String(\\\"nocursor\\\"!=e)},e.prototype.onContextMenu=function(){},e.prototype.resetPosition=function(){},e.prototype.needsContentAttribute=!0;var kl,Tl,Ml,Nl,Al,r=function(e){this.cm=e,this.prevInput=\\\"\\\",this.pollingFast=!1,this.polling=new I,this.hasSelection=!1,this.composing=null};function Ol(e,t,r,n){kl.defaults[e]=t,r&&(Tl[e]=n?function(e,t,n){n!=il&&r(e,t,n)}:r)}r.prototype.init=function(n){var e=this,r=this,i=this.cm;this.createField(n);var o=this.textarea;function t(e){if(!Ce(i,e)){if(i.somethingSelected())fl({lineWise:!1,text:i.getSelections()});else{if(!i.options.lineWiseCopyCut)return;var t=vl(i);fl({lineWise:!0,text:t.text}),\\\"cut\\\"==e.type?i.setSelections(t.ranges,null,G):(r.prevInput=\\\"\\\",o.value=t.text.join(\\\"\\\\n\\\"),H(o))}\\\"cut\\\"==e.type&&(i.state.cutIncoming=+new Date)}}n.wrapper.insertBefore(this.wrapper,n.wrapper.firstChild),s&&(o.style.width=\\\"0px\\\"),ye(o,\\\"input\\\",function(){w&&9\u003C=v&&e.hasSelection&&(e.hasSelection=null),r.poll()}),ye(o,\\\"paste\\\",function(e){Ce(i,e)||gl(e,i)||(i.state.pasteIncoming=+new Date,r.fastPoll())}),ye(o,\\\"cut\\\",t),ye(o,\\\"copy\\\",t),ye(n.scroller,\\\"paste\\\",function(e){if(!mn(n,e)&&!Ce(i,e)){if(!o.dispatchEvent)return i.state.pasteIncoming=+new Date,void r.focus();var t=new Event(\\\"paste\\\");t.clipboardData=e.clipboardData,o.dispatchEvent(t)}}),ye(n.lineSpace,\\\"selectstart\\\",function(e){mn(n,e)||Te(e)}),ye(o,\\\"compositionstart\\\",function(){var e=i.getCursor(\\\"from\\\");r.composing&&r.composing.range.clear(),r.composing={start:e,range:i.markText(e,i.getCursor(\\\"to\\\"),{className:\\\"CodeMirror-composing\\\"})}}),ye(o,\\\"compositionend\\\",function(){r.composing&&(r.poll(),r.composing.range.clear(),r.composing=null)})},r.prototype.createField=function(e){this.wrapper=bl(),this.textarea=this.wrapper.firstChild},r.prototype.screenReaderLabelChanged=function(e){e?this.textarea.setAttribute(\\\"aria-label\\\",e):this.textarea.removeAttribute(\\\"aria-label\\\")},r.prototype.prepareSelection=function(){var e,t=this.cm,n=t.display,r=t.doc,i=sr(t);return t.options.moveInputWithCursor&&(e=Bn(t,r.sel.primary().head,\\\"div\\\"),t=n.wrapper.getBoundingClientRect(),r=n.lineDiv.getBoundingClientRect(),i.teTop=Math.max(0,Math.min(n.wrapper.clientHeight-10,e.top+r.top-t.top)),i.teLeft=Math.max(0,Math.min(n.wrapper.clientWidth-10,e.left+r.left-t.left))),i},r.prototype.showSelection=function(e){var t=this.cm.display;T(t.cursorDiv,e.cursors),T(t.selectionDiv,e.selection),null!=e.teTop&&(this.wrapper.style.top=e.teTop+\\\"px\\\",this.wrapper.style.left=e.teLeft+\\\"px\\\")},r.prototype.reset=function(e){var t,n;this.contextMenuPending||this.composing||((t=this.cm).somethingSelected()?(this.prevInput=\\\"\\\",n=t.getSelection(),this.textarea.value=n,t.state.focused&&H(this.textarea),w&&9\u003C=v&&(this.hasSelection=n)):e||(this.prevInput=this.textarea.value=\\\"\\\",w&&9\u003C=v&&(this.hasSelection=null)))},r.prototype.getField=function(){return this.textarea},r.prototype.supportsTouch=function(){return!1},r.prototype.focus=function(){if(\\\"nocursor\\\"!=this.cm.options.readOnly&&(!h||O()!=this.textarea))try{this.textarea.focus()}catch(e){}},r.prototype.blur=function(){this.textarea.blur()},r.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},r.prototype.receivedFocus=function(){this.slowPoll()},r.prototype.slowPoll=function(){var e=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){e.poll(),e.cm.state.focused&&e.slowPoll()})},r.prototype.fastPoll=function(){var t=!1,n=this;n.pollingFast=!0,n.polling.set(20,function e(){n.poll()||t?(n.pollingFast=!1,n.slowPoll()):(t=!0,n.polling.set(60,e))})},r.prototype.poll=function(){var e=this,t=this.cm,n=this.textarea,r=this.prevInput;if(this.contextMenuPending||!t.state.focused||Pe(n)&&!r&&!this.composing||t.isReadOnly()||t.options.disableInput||t.state.keySeq)return!1;var i=n.value;if(i==r&&!t.somethingSelected())return!1;if(w&&9\u003C=v&&this.hasSelection===i||g&&/[\\\\uf700-\\\\uf7ff]/.test(i))return t.display.input.reset(),!1;if(t.doc.sel==t.display.selForContextMenu){var o=i.charCodeAt(0);if(8203!=o||r||(r=\\\"\\\"),8666==o)return this.reset(),this.cm.execCommand(\\\"undo\\\")}for(var l=0,s=Math.min(r.length,i.length);l\u003Cs&&r.charCodeAt(l)==i.charCodeAt(l);)++l;return Er(t,function(){pl(t,i.slice(l),r.length-l,null,e.composing?\\\"*compose\\\":null),1e3\u003Ci.length||-1\u003Ci.indexOf(\\\"\\\\n\\\")?n.value=e.prevInput=\\\"\\\":e.prevInput=i,e.composing&&(e.composing.range.clear(),e.composing.range=t.markText(e.composing.start,t.getCursor(\\\"to\\\"),{className:\\\"CodeMirror-composing\\\"}))}),!0},r.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},r.prototype.onKeyPress=function(){w&&9\u003C=v&&(this.hasSelection=null),this.fastPoll()},r.prototype.onContextMenu=function(e){var n=this,r=n.cm,i=r.display,o=n.textarea;n.contextMenuPending&&n.contextMenuPending();var l,s,t,a,u=Jn(r,e),c=i.scroller.scrollTop;function h(){var e,t;null!=o.selectionStart&&(t=\\\"\\\"+((e=r.somethingSelected())?o.value:\\\"\\\"),o.value=\\\"⇚\\\",o.value=t,n.prevInput=e?\\\"\\\":\\\"\\\",o.selectionStart=1,o.selectionEnd=t.length,i.selForContextMenu=r.doc.sel)}function d(){var e,t;n.contextMenuPending==d&&(n.contextMenuPending=!1,n.wrapper.style.cssText=s,o.style.cssText=l,w&&v\u003C9&&i.scrollbars.setScrollTop(i.scroller.scrollTop=c),null!=o.selectionStart&&((!w||w&&v\u003C9)&&h(),e=0,t=function(){i.selForContextMenu==r.doc.sel&&0==o.selectionStart&&0\u003Co.selectionEnd&&\\\"\\\"==n.prevInput?Pr(r,Vi)(r):e++\u003C10?i.detectingSelectAll=setTimeout(t,500):(i.selForContextMenu=null,i.input.reset())},i.detectingSelectAll=setTimeout(t,200)))}u&&!p&&(r.options.resetSelectionOnContextMenu&&-1==r.doc.sel.contains(u)&&Pr(r,Ei)(r.doc,si(u),G),l=o.style.cssText,s=n.wrapper.style.cssText,u=n.wrapper.offsetParent.getBoundingClientRect(),n.wrapper.style.cssText=\\\"position: static\\\",o.style.cssText=\\\"position: absolute; width: 30px; height: 30px;\\\\n top: \\\"+(e.clientY-u.top-5)+\\\"px; left: \\\"+(e.clientX-u.left-5)+\\\"px;\\\\n z-index: 1000; background: \\\"+(w?\\\"rgba(255, 255, 255, .05)\\\":\\\"transparent\\\")+\\\";\\\\n outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);\\\",f&&(t=window.scrollY),i.input.focus(),f&&window.scrollTo(null,t),i.input.reset(),r.somethingSelected()||(o.value=n.prevInput=\\\" \\\"),n.contextMenuPending=d,i.selForContextMenu=r.doc.sel,clearTimeout(i.detectingSelectAll),w&&9\u003C=v&&h(),x?(Ae(e),a=function(){we(window,\\\"mouseup\\\",a),setTimeout(d,20)},ye(window,\\\"mouseup\\\",a)):setTimeout(d,50))},r.prototype.readOnlyChanged=function(e){e||this.reset(),this.textarea.disabled=\\\"nocursor\\\"==e,this.textarea.readOnly=!!e},r.prototype.setUneditable=function(){},r.prototype.needsContentAttribute=!1,Tl=(kl=ul).optionHandlers,kl.defineOption=Ol,kl.Init=il,Ol(\\\"value\\\",\\\"\\\",function(e,t){return e.setValue(t)},!0),Ol(\\\"mode\\\",null,function(e,t){e.doc.modeOption=t,di(e)},!0),Ol(\\\"indentUnit\\\",2,di,!0),Ol(\\\"indentWithTabs\\\",!1),Ol(\\\"smartIndent\\\",!0),Ol(\\\"tabSize\\\",4,function(e){fi(e),Hn(e),tr(e)},!0),Ol(\\\"lineSeparator\\\",null,function(e,r){if(e.doc.lineSep=r){var i=[],o=e.doc.first;e.doc.iter(function(e){for(var t=0;;){var n=e.text.indexOf(r,t);if(-1==n)break;t=n+r.length,i.push(rt(o,n))}o++});for(var t=i.length-1;0\u003C=t;t--)qi(e.doc,r,i[t],rt(i[t].line,i[t].ch+r.length))}}),Ol(\\\"specialChars\\\",/[\\\\u0000-\\\\u001f\\\\u007f-\\\\u009f\\\\u00ad\\\\u061c\\\\u200b-\\\\u200c\\\\u200e\\\\u200f\\\\u2028\\\\u2029\\\\ufeff\\\\ufff9-\\\\ufffc]/g,function(e,t,n){e.state.specialChars=new RegExp(t.source+(t.test(\\\"\\\\t\\\")?\\\"\\\":\\\"|\\\\t\\\"),\\\"g\\\"),n!=il&&e.refresh()}),Ol(\\\"specialCharPlaceholder\\\",Zt,function(e){return e.refresh()},!0),Ol(\\\"electricChars\\\",!0),Ol(\\\"inputStyle\\\",h?\\\"contenteditable\\\":\\\"textarea\\\",function(){throw new Error(\\\"inputStyle can not (yet) be changed in a running editor\\\")},!0),Ol(\\\"spellcheck\\\",!1,function(e,t){return e.getInputField().spellcheck=t},!0),Ol(\\\"autocorrect\\\",!1,function(e,t){return e.getInputField().autocorrect=t},!0),Ol(\\\"autocapitalize\\\",!1,function(e,t){return e.getInputField().autocapitalize=t},!0),Ol(\\\"rtlMoveVisually\\\",!y),Ol(\\\"wholeLineUpdateBefore\\\",!0),Ol(\\\"theme\\\",\\\"default\\\",function(e){rl(e),Zr(e)},!0),Ol(\\\"keyMap\\\",\\\"default\\\",function(e,t,n){t=Do(t),n=n!=il&&Do(n);n&&n.detach&&n.detach(e,t),t.attach&&t.attach(e,n||null)}),Ol(\\\"extraKeys\\\",null),Ol(\\\"configureMouse\\\",null),Ol(\\\"lineWrapping\\\",!1,al,!0),Ol(\\\"gutters\\\",[],function(e,t){e.display.gutterSpecs=$r(t,e.options.lineNumbers),Zr(e)},!0),Ol(\\\"fixedGutter\\\",!0,function(e,t){e.display.gutters.style.left=t?qn(e.display)+\\\"px\\\":\\\"0\\\",e.refresh()},!0),Ol(\\\"coverGutterNextToScrollbar\\\",!1,function(e){return Nr(e)},!0),Ol(\\\"scrollbarStyle\\\",\\\"native\\\",function(e){Dr(e),Nr(e),e.display.scrollbars.setScrollTop(e.doc.scrollTop),e.display.scrollbars.setScrollLeft(e.doc.scrollLeft)},!0),Ol(\\\"lineNumbers\\\",!1,function(e,t){e.display.gutterSpecs=$r(e.options.gutters,t),Zr(e)},!0),Ol(\\\"firstLineNumber\\\",1,Zr,!0),Ol(\\\"lineNumberFormatter\\\",function(e){return e},Zr,!0),Ol(\\\"showCursorWhenSelecting\\\",!1,lr,!0),Ol(\\\"resetSelectionOnContextMenu\\\",!0),Ol(\\\"lineWiseCopyCut\\\",!0),Ol(\\\"pasteLinesPerSelection\\\",!0),Ol(\\\"selectionsMayTouch\\\",!1),Ol(\\\"readOnly\\\",!1,function(e,t){\\\"nocursor\\\"==t&&(pr(e),e.display.input.blur()),e.display.input.readOnlyChanged(t)}),Ol(\\\"screenReaderLabel\\\",null,function(e,t){t=\\\"\\\"===t?null:t,e.display.input.screenReaderLabelChanged(t)}),Ol(\\\"disableInput\\\",!1,function(e,t){t||e.display.input.reset()},!0),Ol(\\\"dragDrop\\\",!0,sl),Ol(\\\"allowDropFileTypes\\\",null),Ol(\\\"cursorBlinkRate\\\",530),Ol(\\\"cursorScrollMargin\\\",0),Ol(\\\"cursorHeight\\\",1,lr,!0),Ol(\\\"singleCursorHeightPerLine\\\",!0,lr,!0),Ol(\\\"workTime\\\",100),Ol(\\\"workDelay\\\",100),Ol(\\\"flattenSpans\\\",!0,fi,!0),Ol(\\\"addModeClass\\\",!1,fi,!0),Ol(\\\"pollInterval\\\",100),Ol(\\\"undoDepth\\\",200,function(e,t){return e.doc.history.undoDepth=t}),Ol(\\\"historyEventDelay\\\",1250),Ol(\\\"viewportMargin\\\",10,function(e){return e.refresh()},!0),Ol(\\\"maxHighlightLength\\\",1e4,fi,!0),Ol(\\\"moveInputWithCursor\\\",!0,function(e,t){t||e.display.input.resetPosition()}),Ol(\\\"tabindex\\\",null,function(e,t){return e.display.input.getField().tabIndex=t||\\\"\\\"}),Ol(\\\"autofocus\\\",null),Ol(\\\"direction\\\",\\\"ltr\\\",function(e,t){return e.doc.setDirection(t)},!0),Ol(\\\"phrases\\\",null),Nl=(Ml=ul).optionHandlers,Al=Ml.helpers={},Ml.prototype={constructor:Ml,focus:function(){window.focus(),this.display.input.focus()},setOption:function(e,t){var n=this.options,r=n[e];n[e]==t&&\\\"mode\\\"!=e||(n[e]=t,Nl.hasOwnProperty(e)&&Pr(this,Nl[e])(this,t,r),xe(this,\\\"optionChange\\\",this,e))},getOption:function(e){return this.options[e]},getDoc:function(){return this.doc},addKeyMap:function(e,t){this.state.keyMaps[t?\\\"push\\\":\\\"unshift\\\"](Do(e))},removeKeyMap:function(e){for(var t=this.state.keyMaps,n=0;n\u003Ct.length;++n)if(t[n]==e||t[n].name==e)return t.splice(n,1),!0},addOverlay:Ir(function(e,t){var n=e.token?e:Ml.getMode(this.options,e);if(n.startState)throw new Error(\\\"Overlays may not be stateful.\\\");!function(e,t,n){for(var r=0,i=n(t);r\u003Ce.length&&n(e[r])\u003C=i;)r++;e.splice(r,0,t)}(this.state.overlays,{mode:n,modeSpec:e,opaque:t&&t.opaque,priority:t&&t.priority||0},function(e){return e.priority}),this.state.modeGen++,tr(this)}),removeOverlay:Ir(function(e){for(var t=this.state.overlays,n=0;n\u003Ct.length;++n){var r=t[n].modeSpec;if(r==e||\\\"string\\\"==typeof e&&r.name==e)return t.splice(n,1),this.state.modeGen++,void tr(this)}}),indentLine:Ir(function(e,t,n){\\\"string\\\"!=typeof t&&\\\"number\\\"!=typeof t&&(t=null==t?this.options.smartIndent?\\\"smart\\\":\\\"prev\\\":t?\\\"add\\\":\\\"subtract\\\"),tt(this.doc,e)&&hl(this,e,t,n)}),indentSelection:Ir(function(e){for(var t=this.doc.sel.ranges,n=-1,r=0;r\u003Ct.length;r++){var i=t[r];if(i.empty())i.head.line>n&&(hl(this,i.head.line,e,!0),n=i.head.line,r==this.doc.sel.primIndex&&wr(this));else{for(var o=i.from(),l=i.to(),i=Math.max(n,o.line),n=Math.min(this.lastLine(),l.line-(l.ch?0:1))+1,s=i;s\u003Cn;++s)hl(this,s,e);i=this.doc.sel.ranges;0==o.ch&&t.length==i.length&&0\u003Ci[r].from().ch&&Wi(this.doc,r,new oi(o,i[r].to()),G)}}}),getTokenAt:function(e,t){return xt(this,e,t)},getLineTokens:function(e,t){return xt(this,rt(e),t,!0)},getTokenTypeAt:function(e){e=ct(this.doc,e);var t,n=gt(this,$e(this.doc,e.line)),r=0,i=(n.length-1)/2,o=e.ch;if(0==o)t=n[2];else for(;;){var l=r+i>>1;if((l?n[2*l-1]:0)>=o)i=l;else{if(!(n[2*l+1]\u003Co)){t=n[2*l+2];break}r=1+l}}e=t?t.indexOf(\\\"overlay \\\"):-1;return e\u003C0?t:0==e?null:t.slice(0,e-1)},getModeAt:function(e){var t=this.doc.mode;return t.innerMode?Ml.innerMode(t,this.getTokenAt(e).state).mode:t},getHelper:function(e,t){return this.getHelpers(e,t)[0]},getHelpers:function(e,t){var n=[];if(!Al.hasOwnProperty(t))return n;var r=Al[t],i=this.getModeAt(e);if(\\\"string\\\"==typeof i[t])r[i[t]]&&n.push(r[i[t]]);else if(i[t])for(var o=0;o\u003Ci[t].length;o++){var l=r[i[t][o]];l&&n.push(l)}else i.helperType&&r[i.helperType]?n.push(r[i.helperType]):r[i.name]&&n.push(r[i.name]);for(var s=0;s\u003Cr._global.length;s++){var a=r._global[s];a.pred(i,this)&&-1==R(n,a.val)&&n.push(a.val)}return n},getStateAfter:function(e,t){var n=this.doc;return mt(this,(e=ut(n,null==e?n.first+n.size-1:e))+1,t).state},cursorCoords:function(e,t){var n=this.doc.sel.primary(),n=null==e?n.head:\\\"object\\\"==typeof e?ct(this.doc,e):e?n.from():n.to();return Bn(this,n,t||\\\"page\\\")},charCoords:function(e,t){return zn(this,ct(this.doc,e),t||\\\"page\\\")},coordsChar:function(e,t){return Vn(this,(e=Rn(this,e,t||\\\"page\\\")).left,e.top)},lineAtHeight:function(e,t){return e=Rn(this,{top:e,left:0},t||\\\"page\\\").top,et(this.doc,e+this.display.viewOffset)},heightAtLine:function(e,t,n){var r,i=!1,e=\\\"number\\\"==typeof e?(r=this.doc.first+this.doc.size-1,e\u003Cthis.doc.first?e=this.doc.first:r\u003Ce&&(e=r,i=!0),$e(this.doc,e)):e;return In(this,e,{top:0,left:0},t||\\\"page\\\",n||i).top+(i?this.doc.height-Vt(e):0)},defaultTextHeight:function(){return Yn(this.display)},defaultCharWidth:function(){return _n(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(e,t,n,r,i){var o,l,s=this.display,a=(e=Bn(this,ct(this.doc,e))).bottom,u=e.left;t.style.position=\\\"absolute\\\",t.setAttribute(\\\"cm-ignore-events\\\",\\\"true\\\"),this.display.input.setUneditable(t),s.sizer.appendChild(t),\\\"over\\\"==r?a=e.top:\\\"above\\\"!=r&&\\\"near\\\"!=r||(o=Math.max(s.wrapper.clientHeight,this.doc.height),l=Math.max(s.sizer.clientWidth,s.lineSpace.clientWidth),(\\\"above\\\"==r||e.bottom+t.offsetHeight>o)&&e.top>t.offsetHeight?a=e.top-t.offsetHeight:e.bottom+t.offsetHeight\u003C=o&&(a=e.bottom),u+t.offsetWidth>l&&(u=l-t.offsetWidth)),t.style.top=a+\\\"px\\\",t.style.left=t.style.right=\\\"\\\",\\\"right\\\"==i?(u=s.sizer.clientWidth-t.offsetWidth,t.style.right=\\\"0px\\\"):(\\\"left\\\"==i?u=0:\\\"middle\\\"==i&&(u=(s.sizer.clientWidth-t.offsetWidth)/2),t.style.left=u+\\\"px\\\"),n&&(n=this,t={left:u,top:a,right:u+t.offsetWidth,bottom:a+t.offsetHeight},null!=(t=yr(n,t)).scrollTop&&Lr(n,t.scrollTop),null!=t.scrollLeft&&Tr(n,t.scrollLeft))},triggerOnKeyDown:Ir(Xo),triggerOnKeyPress:Ir(_o),triggerOnKeyUp:Yo,triggerOnMouseDown:Ir(Qo),execCommand:function(e){if(Io.hasOwnProperty(e))return Io[e].call(null,this)},triggerElectric:Ir(function(e){ml(this,e)}),findPosH:function(e,t,n,r){var i=1;t\u003C0&&(i=-1,t=-t);for(var o=ct(this.doc,e),l=0;l\u003Ct&&!(o=wl(this.doc,o,i,n,r)).hitSide;++l);return o},moveH:Ir(function(t,n){var r=this;this.extendSelectionsBy(function(e){return r.display.shift||r.doc.extend||e.empty()?wl(r.doc,e.head,t,n,r.options.rtlMoveVisually):t\u003C0?e.from():e.to()},V)}),deleteH:Ir(function(n,r){var e=this.doc.sel,i=this.doc;e.somethingSelected()?i.replaceSelection(\\\"\\\",null,\\\"+delete\\\"):Wo(this,function(e){var t=wl(i,e.head,n,r,!1);return n\u003C0?{from:t,to:e.head}:{from:e.head,to:t}})}),findPosV:function(e,t,n,r){var i=1,o=r;t\u003C0&&(i=-1,t=-t);for(var l=ct(this.doc,e),s=0;s\u003Ct;++s){var a=Bn(this,l,\\\"div\\\");if(null==o?o=a.left:a.left=o,(l=xl(this,a,i,n)).hitSide)break}return l},moveV:Ir(function(r,i){var o=this,l=this.doc,s=[],a=!this.display.shift&&!l.extend&&l.sel.somethingSelected();if(l.extendSelectionsBy(function(e){if(a)return r\u003C0?e.from():e.to();var t=Bn(o,e.head,\\\"div\\\");null!=e.goalColumn&&(t.left=e.goalColumn),s.push(t.left);var n=xl(o,t,r,i);return\\\"page\\\"==i&&e==l.sel.primary()&&br(o,zn(o,n,\\\"div\\\").top-t.top),n},V),s.length)for(var e=0;e\u003Cl.sel.ranges.length;e++)l.sel.ranges[e].goalColumn=s[e]}),findWordAt:function(e){var t=$e(this.doc,e.line).text,n=e.ch,r=e.ch;if(t){var i=this.getHelper(e,\\\"wordChars\\\");\\\"before\\\"!=e.sticky&&r!=t.length||!n?++r:--n;for(var o=t.charAt(n),l=J(o,i)?function(e){return J(e,i)}:/\\\\s/.test(o)?function(e){return/\\\\s/.test(e)}:function(e){return!/\\\\s/.test(e)&&!J(e)};0\u003Cn&&l(t.charAt(n-1));)--n;for(;r\u003Ct.length&&l(t.charAt(r));)++r}return new oi(rt(e.line,n),rt(e.line,r))},toggleOverwrite:function(e){null!=e&&e==this.state.overwrite||(((this.state.overwrite=!this.state.overwrite)?D:L)(this.display.cursorDiv,\\\"CodeMirror-overwrite\\\"),xe(this,\\\"overwriteToggle\\\",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==O()},isReadOnly:function(){return!(!this.options.readOnly&&!this.doc.cantEdit)},scrollTo:Ir(function(e,t){xr(this,e,t)}),getScrollInfo:function(){var e=this.display.scroller;return{left:e.scrollLeft,top:e.scrollTop,height:e.scrollHeight-wn(this)-this.display.barHeight,width:e.scrollWidth-wn(this)-this.display.barWidth,clientHeight:Cn(this),clientWidth:xn(this)}},scrollIntoView:Ir(function(e,t){var n;null==e?(e={from:this.doc.sel.primary().head,to:null},null==t&&(t=this.options.cursorScrollMargin)):\\\"number\\\"==typeof e?e={from:rt(e,0),to:null}:null==e.from&&(e={from:e,to:null}),e.to||(e.to=e.from),e.margin=t||0,null!=e.from.line?(n=e,Cr(t=this),t.curOp.scrollToPos=n):Sr(this,e.from,e.to,e.margin)}),setSize:Ir(function(e,t){function n(e){return\\\"number\\\"==typeof e||/^\\\\d+$/.test(String(e))?e+\\\"px\\\":e}var r=this;null!=e&&(this.display.wrapper.style.width=n(e)),null!=t&&(this.display.wrapper.style.height=n(t)),this.options.lineWrapping&&Wn(this);var i=this.display.viewFrom;this.doc.iter(i,this.display.viewTo,function(e){if(e.widgets)for(var t=0;t\u003Ce.widgets.length;t++)if(e.widgets[t].noHScroll){nr(r,i,\\\"widget\\\");break}++i}),this.curOp.forceUpdate=!0,xe(this,\\\"refresh\\\",this)}),operation:function(e){return Er(this,e)},startOperation:function(){return Hr(this)},endOperation:function(){return Fr(this)},refresh:Ir(function(){var e=this.display.cachedTextHeight;tr(this),this.curOp.forceUpdate=!0,Hn(this),xr(this,this.doc.scrollLeft,this.doc.scrollTop),jr(this.display),(null==e||.5\u003CMath.abs(e-Yn(this.display))||this.options.lineWrapping)&&Qn(this),xe(this,\\\"refresh\\\",this)}),swapDoc:Ir(function(e){var t=this.doc;return t.cm=null,this.state.selectingText&&this.state.selectingText(),vi(this,e),Hn(this),this.display.input.reset(),xr(this,e.scrollLeft,e.scrollTop),this.curOp.forceScroll=!0,ln(this,\\\"swapDoc\\\",this,t),t}),phrase:function(e){var t=this.options.phrases;return t&&Object.prototype.hasOwnProperty.call(t,e)?t[e]:e},getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},ke(Ml),Ml.registerHelper=function(e,t,n){Al.hasOwnProperty(e)||(Al[e]=Ml[e]={_global:[]}),Al[e][t]=n},Ml.registerGlobalHelper=function(e,t,n,r){Ml.registerHelper(e,t,r),Al[e]._global.push({pred:n,val:r})};var Dl,Wl,Hl=\\\"iter insert remove copy getEditor constructor\\\".split(\\\" \\\");for(Dl in ho.prototype)ho.prototype.hasOwnProperty(Dl)&&R(Hl,Dl)\u003C0&&(ul.prototype[Dl]=function(e){return function(){return e.apply(this.doc,arguments)}}(ho.prototype[Dl]));return ke(ho),ul.inputStyles={textarea:r,contenteditable:e},ul.defineMode=function(e){ul.defaults.mode||\\\"null\\\"==e||(ul.defaults.mode=e),function(e,t){2\u003Carguments.length&&(t.dependencies=Array.prototype.slice.call(arguments,2)),ze[e]=t}.apply(this,arguments)},ul.defineMIME=function(e,t){Be[e]=t},ul.defineMode(\\\"null\\\",function(){return{token:function(e){return e.skipToEnd()}}}),ul.defineMIME(\\\"text/plain\\\",\\\"null\\\"),ul.defineExtension=function(e,t){ul.prototype[e]=t},ul.defineDocExtension=function(e,t){ho.prototype[e]=t},ul.fromTextArea=function(t,n){var e;function r(){t.value=s.getValue()}if(n=n?E(n):{},n.value=t.value,!n.tabindex&&t.tabIndex&&(n.tabindex=t.tabIndex),!n.placeholder&&t.placeholder&&(n.placeholder=t.placeholder),null==n.autofocus&&(e=O(),n.autofocus=e==t||null!=t.getAttribute(\\\"autofocus\\\")&&e==document.body),t.form&&(ye(t.form,\\\"submit\\\",r),!n.leaveSubmitMethodAlone)){var i=t.form,o=i.submit;try{var l=i.submit=function(){r(),i.submit=o,i.submit(),i.submit=l}}catch(e){}}n.finishInit=function(e){e.save=r,e.getTextArea=function(){return t},e.toTextArea=function(){e.toTextArea=isNaN,r(),t.parentNode.removeChild(e.getWrapperElement()),t.style.display=\\\"\\\",t.form&&(we(t.form,\\\"submit\\\",r),n.leaveSubmitMethodAlone||\\\"function\\\"!=typeof t.form.submit||(t.form.submit=o))}},t.style.display=\\\"none\\\";var s=ul(function(e){return t.parentNode.insertBefore(e,t.nextSibling)},n);return s},(Wl=ul).off=we,Wl.on=ye,Wl.wheelEventPixels=ni,Wl.Doc=ho,Wl.splitLines=Ee,Wl.countColumn=P,Wl.findColumn=K,Wl.isWordChar=Q,Wl.Pass=B,Wl.signal=xe,Wl.Line=Xt,Wl.changeEnd=ai,Wl.scrollbarModel=Or,Wl.Pos=rt,Wl.cmpPos=it,Wl.modes=ze,Wl.mimeModes=Be,Wl.resolveMode=Ge,Wl.getMode=Ue,Wl.modeExtensions=Ve,Wl.extendMode=Ke,Wl.copyState=je,Wl.startState=Ye,Wl.innerMode=Xe,Wl.commands=Io,Wl.keyMap=Lo,Wl.keyName=Oo,Wl.isModifierKey=No,Wl.lookupKey=Mo,Wl.normalizeKeyMap=To,Wl.StringStream=_e,Wl.SharedTextMarker=ao,Wl.TextMarker=lo,Wl.LineWidget=ro,Wl.e_preventDefault=Te,Wl.e_stopPropagation=Me,Wl.e_stop=Ae,Wl.addClass=D,Wl.contains=A,Wl.rmClass=L,Wl.keyNames=wo,ul.version=\\\"5.58.3\\\",ul});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/lib/codemirror.js\",\"module-type\":\"library\"},\"$:/plugins/tiddlywiki/codemirror/lib/codemirror.css\":{\"text\":\".CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,0.5);-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:red}.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line > span::selection,.CodeMirror-line > span > span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line > span::-moz-selection,.CodeMirror-line > span > span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:none}\\n\",\"type\":\"text/vnd.tiddlywiki\",\"title\":\"$:/plugins/tiddlywiki/codemirror/lib/codemirror.css\",\"tags\":\"[[$:/tags/Stylesheet]]\"},\"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.css\":{\"text\":\".CodeMirror-dialog {\\n position: absolute;\\n left: 0; right: 0;\\n background: inherit;\\n z-index: 15;\\n padding: .1em .8em;\\n overflow: hidden;\\n color: inherit;\\n}\\n\\n.CodeMirror-dialog-top {\\n border-bottom: 1px solid #eee;\\n top: 0;\\n}\\n\\n.CodeMirror-dialog-bottom {\\n border-top: 1px solid #eee;\\n bottom: 0;\\n}\\n\\n.CodeMirror-dialog input {\\n border: none;\\n outline: none;\\n background: transparent;\\n width: 20em;\\n color: inherit;\\n font-family: monospace;\\n}\\n\\n.CodeMirror-dialog button {\\n font-size: 70%;\\n}\\n\",\"type\":\"text/css\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.css\",\"tags\":\"[[$:/tags/Stylesheet]]\"},\"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js\":{\"text\":\"!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],e):e(CodeMirror)}(function(s){function f(e,o,n){var t=e.getWrapperElement(),i=t.appendChild(document.createElement(\\\"div\\\"));return i.className=n?\\\"CodeMirror-dialog CodeMirror-dialog-bottom\\\":\\\"CodeMirror-dialog CodeMirror-dialog-top\\\",\\\"string\\\"==typeof o?i.innerHTML=o:i.appendChild(o),s.addClass(t,\\\"dialog-opened\\\"),i}function p(e,o){e.state.currentNotificationClose&&e.state.currentNotificationClose(),e.state.currentNotificationClose=o}s.defineExtension(\\\"openDialog\\\",function(e,o,n){n=n||{},p(this,null);var t=f(this,e,n.bottom),i=!1,r=this;function u(e){if(\\\"string\\\"==typeof e)a.value=e;else{if(i)return;i=!0,s.rmClass(t.parentNode,\\\"dialog-opened\\\"),t.parentNode.removeChild(t),r.focus(),n.onClose&&n.onClose(t)}}var l,a=t.getElementsByTagName(\\\"input\\\")[0];return a?(a.focus(),n.value&&(a.value=n.value,!1!==n.selectValueOnOpen&&a.select()),n.onInput&&s.on(a,\\\"input\\\",function(e){n.onInput(e,a.value,u)}),n.onKeyUp&&s.on(a,\\\"keyup\\\",function(e){n.onKeyUp(e,a.value,u)}),s.on(a,\\\"keydown\\\",function(e){n&&n.onKeyDown&&n.onKeyDown(e,a.value,u)||((27==e.keyCode||!1!==n.closeOnEnter&&13==e.keyCode)&&(a.blur(),s.e_stop(e),u()),13==e.keyCode&&o(a.value,e))}),!1!==n.closeOnBlur&&s.on(t,\\\"focusout\\\",function(e){null!==e.relatedTarget&&u()})):(l=t.getElementsByTagName(\\\"button\\\")[0])&&(s.on(l,\\\"click\\\",function(){u(),r.focus()}),!1!==n.closeOnBlur&&s.on(l,\\\"blur\\\",u),l.focus()),u}),s.defineExtension(\\\"openConfirm\\\",function(e,o,n){p(this,null);var t=f(this,e,n&&n.bottom),i=t.getElementsByTagName(\\\"button\\\"),r=!1,u=this,l=1;function a(){r||(r=!0,s.rmClass(t.parentNode,\\\"dialog-opened\\\"),t.parentNode.removeChild(t),u.focus())}i[0].focus();for(var c=0;c\u003Ci.length;++c){var d=i[c];!function(o){s.on(d,\\\"click\\\",function(e){s.e_preventDefault(e),a(),o&&o(u)})}(o[c]),s.on(d,\\\"blur\\\",function(){--l,setTimeout(function(){l\u003C=0&&a()},200)}),s.on(d,\\\"focus\\\",function(){++l})}}),s.defineExtension(\\\"openNotification\\\",function(e,o){p(this,u);var n,t=f(this,e,o&&o.bottom),i=!1,r=o&&void 0!==o.duration?o.duration:5e3;function u(){i||(i=!0,clearTimeout(n),s.rmClass(t.parentNode,\\\"dialog-opened\\\"),t.parentNode.removeChild(t))}return s.on(t,\\\"click\\\",function(e){s.e_preventDefault(e),u()}),r&&(n=setTimeout(u,r)),u})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/dialog/dialog.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/selection/activeline.js\":{\"text\":\"!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],e):e(CodeMirror)}(function(r){\\\"use strict\\\";var s=\\\"CodeMirror-activeline\\\",c=\\\"CodeMirror-activeline-background\\\",l=\\\"CodeMirror-activeline-gutter\\\";function f(e){for(var t=0;t\u003Ce.state.activeLines.length;t++)e.removeLineClass(e.state.activeLines[t],\\\"wrap\\\",s),e.removeLineClass(e.state.activeLines[t],\\\"background\\\",c),e.removeLineClass(e.state.activeLines[t],\\\"gutter\\\",l)}function o(t,e){for(var n=[],i=0;i\u003Ce.length;i++){var r,o=e[i],a=t.getOption(\\\"styleActiveLine\\\");(\\\"object\\\"==typeof a&&a.nonEmpty?o.anchor.line==o.head.line:o.empty())&&(r=t.getLineHandleVisualStart(o.head.line),n[n.length-1]!=r&&n.push(r))}!function(e,t){if(e.length==t.length){for(var n=0;n\u003Ce.length;n++)if(e[n]!=t[n])return;return 1}}(t.state.activeLines,n)&&t.operation(function(){f(t);for(var e=0;e\u003Cn.length;e++)t.addLineClass(n[e],\\\"wrap\\\",s),t.addLineClass(n[e],\\\"background\\\",c),t.addLineClass(n[e],\\\"gutter\\\",l);t.state.activeLines=n})}function a(e,t){o(e,t.ranges)}r.defineOption(\\\"styleActiveLine\\\",!1,function(e,t,n){var i=n!=r.Init&&n;t!=i&&(i&&(e.off(\\\"beforeSelectionChange\\\",a),f(e),delete e.state.activeLines),t&&(e.state.activeLines=[],o(e,e.listSelections()),e.on(\\\"beforeSelectionChange\\\",a)))})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/selection/activeline.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/mode/tw-meta.js\":{\"text\":\"!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../lib/codemirror\\\"],e):e(CodeMirror)}(function(e){\\\"use strict\\\";e.modeInfo=[{name:\\\"CMake\\\",mime:\\\"text/x-cmake\\\",mode:\\\"cmake\\\",ext:[\\\"cmake\\\",\\\"cmake.in\\\"],file:/^CMakeLists.txt$/},{name:\\\"Cython\\\",mime:\\\"text/x-cython\\\",mode:\\\"python\\\",ext:[\\\"pyx\\\",\\\"pxd\\\",\\\"pxi\\\"]},{name:\\\"CSS\\\",mime:\\\"text/css\\\",mode:\\\"css\\\",ext:[\\\"css\\\"]},{name:\\\"diff\\\",mime:\\\"text/x-diff\\\",mode:\\\"diff\\\",ext:[\\\"diff\\\",\\\"patch\\\"]},{name:\\\"Embedded Javascript\\\",mime:\\\"application/x-ejs\\\",mode:\\\"htmlembedded\\\",ext:[\\\"ejs\\\"]},{name:\\\"Embedded Ruby\\\",mime:\\\"application/x-erb\\\",mode:\\\"htmlembedded\\\",ext:[\\\"erb\\\"]},{name:\\\"Erlang\\\",mime:\\\"text/x-erlang\\\",mode:\\\"erlang\\\",ext:[\\\"erl\\\"]},{name:\\\"GitHub Flavored Markdown\\\",mime:\\\"text/x-gfm\\\",mode:\\\"gfm\\\",file:/^(readme|contributing|history).md$/i},{name:\\\"Go\\\",mime:\\\"text/x-go\\\",mode:\\\"go\\\",ext:[\\\"go\\\"]},{name:\\\"ASP.NET\\\",mime:\\\"application/x-aspx\\\",mode:\\\"htmlembedded\\\",ext:[\\\"aspx\\\"],alias:[\\\"asp\\\",\\\"aspx\\\"]},{name:\\\"HTML\\\",mime:\\\"text/html\\\",mode:\\\"htmlmixed\\\",ext:[\\\"html\\\",\\\"htm\\\",\\\"handlebars\\\",\\\"hbs\\\"],alias:[\\\"xhtml\\\"]},{name:\\\"HTTP\\\",mime:\\\"message/http\\\",mode:\\\"http\\\"},{name:\\\"JavaScript\\\",mimes:[\\\"text/javascript\\\",\\\"text/ecmascript\\\",\\\"application/javascript\\\",\\\"application/x-javascript\\\",\\\"application/ecmascript\\\"],mode:\\\"javascript\\\",ext:[\\\"js\\\"],alias:[\\\"ecmascript\\\",\\\"js\\\",\\\"node\\\"]},{name:\\\"JSON\\\",mimes:[\\\"application/json\\\",\\\"application/x-json\\\"],mode:\\\"javascript\\\",ext:[\\\"json\\\",\\\"map\\\"],alias:[\\\"json5\\\"]},{name:\\\"JSON-LD\\\",mime:\\\"application/ld+json\\\",mode:\\\"javascript\\\",ext:[\\\"jsonld\\\"],alias:[\\\"jsonld\\\"]},{name:\\\"Lua\\\",mime:\\\"text/x-lua\\\",mode:\\\"lua\\\",ext:[\\\"lua\\\"]},{name:\\\"Markdown\\\",mime:\\\"text/x-markdown\\\",mode:\\\"markdown\\\",ext:[\\\"markdown\\\",\\\"md\\\",\\\"mkd\\\"]},{name:\\\"MySQL\\\",mime:\\\"text/x-mysql\\\",mode:\\\"sql\\\"},{name:\\\"Plain Text\\\",mime:\\\"text/plain\\\",mode:\\\"null\\\",ext:[\\\"txt\\\",\\\"text\\\",\\\"conf\\\",\\\"def\\\",\\\"list\\\",\\\"log\\\"]},{name:\\\"Python\\\",mime:\\\"text/x-python\\\",mode:\\\"python\\\",ext:[\\\"BUILD\\\",\\\"bzl\\\",\\\"py\\\",\\\"pyw\\\"],file:/^(BUCK|BUILD)$/},{name:\\\"SCSS\\\",mime:\\\"text/x-scss\\\",mode:\\\"css\\\",ext:[\\\"scss\\\"]},{name:\\\"LaTeX\\\",mime:\\\"text/x-latex\\\",mode:\\\"stex\\\",ext:[\\\"text\\\",\\\"ltx\\\",\\\"tex\\\"],alias:[\\\"tex\\\"]},{name:\\\"TiddlyWiki \\\",mime:\\\"text/x-tiddlywiki\\\",mode:\\\"tiddlywiki\\\"}];for(var t=0;t\u003Ce.modeInfo.length;t++){var m=e.modeInfo[t];m.mimes&&(m.mime=m.mimes[0])}e.findModeByMIME=function(t){t=t.toLowerCase();for(var m=0;m\u003Ce.modeInfo.length;m++){var i=e.modeInfo[m];if(i.mime==t)return i;if(i.mimes)for(var a=0;a\u003Ci.mimes.length;a++)if(i.mimes[a]==t)return i}return/\\\\+xml$/.test(t)?e.findModeByMIME(\\\"application/xml\\\"):/\\\\+json$/.test(t)?e.findModeByMIME(\\\"application/json\\\"):void 0},e.findModeByExtension=function(t){for(var m=0;m\u003Ce.modeInfo.length;m++){var i=e.modeInfo[m];if(i.ext)for(var a=0;a\u003Ci.ext.length;a++)if(i.ext[a]==t)return i}},e.findModeByFileName=function(t){for(var m=0;m\u003Ce.modeInfo.length;m++){var i=e.modeInfo[m];if(i.file&&i.file.test(t))return i}var a=t.lastIndexOf(\\\".\\\"),o=a>-1&&t.substring(a+1,t.length);if(o)return e.findModeByExtension(o)},e.findModeByName=function(t){t=t.toLowerCase();for(var m=0;m\u003Ce.modeInfo.length;m++){var i=e.modeInfo[m];if(i.name.toLowerCase()==t)return i;if(i.alias)for(var a=0;a\u003Ci.alias.length;a++)if(i.alias[a].toLowerCase()==t)return i}}});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/mode/tw-meta.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/keyboard\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/keyboard\",\"text\":\"\\n!!Default keyboard shortcuts\\n\\n!!!Basic shortcuts\\n\\n|Shortcut |Function |h\\n|Left |goCharLeft |\\n|Right |goCharRight |\\n|Up |goLineUp |\\n|Down |goLineDown |\\n|End |goLineEnd |\\n|Home |goLineStartSmart |\\n|~PageUp |goPageUp |\\n|~PageDown |goPageDown |\\n|Delete |delCharAfter |\\n|Backspace |delCharBefore |\\n|Shift-Backspace |delCharBefore |\\n|Tab |defaultTab |\\n|Shift-Tab |indentAuto |\\n|Enter |newlineAndIndent |\\n|Insert |toggleOverwrite |\\n|Ctrl-Esc |singleSelection |\\n\\n\\n!!!Shortcuts on Windows and Linux\\n\\n|Shortcut |Function |h\\n|Ctrl-A |selectAll |\\n|Ctrl-D |deleteLine |\\n|Ctrl-Z |undo |\\n|Shift-Ctrl-Z |redo |\\n|Ctrl-Y |redo |\\n|Ctrl-Home |goDocStart |\\n|Ctrl-End |goDocEnd |\\n|Ctrl-Up |goLineUp |\\n|Ctrl-Down |goLineDown |\\n|Ctrl-Left |goGroupLeft |\\n|Ctrl-Right |goGroupRight |\\n|Alt-Left |goLineStart |\\n|Alt-Right |goLineEnd |\\n|Ctrl-Backspace |delGroupBefore |\\n|Ctrl-Delete |delGroupAfter |\\n|Ctrl-F |find |\\n|Ctrl-G |findNext |\\n|Shift-Ctrl-G |findPrev |\\n|Shift-Ctrl-F |replace |\\n|Shift-Ctrl-R |replaceAll |\\n|Ctrl-[ |indentLess |\\n|Ctrl-] |indentMore |\\n|Alt-U |undoSelection |\\n|Shift-Ctrl-U |redoSelection |\\n|Shift-Alt-U |redoSelection |\\n\\n\\n!!!Shortcuts on ~MacOs\\n\\n|Shortcut |Function |h\\n|Cmd-A |selectAll |\\n|Cmd-D |deleteLine |\\n|Cmd-Z |undo |\\n|Shift-Cmd-Z |redo |\\n|Cmd-Y |redo |\\n|Cmd-Home |goDocStart |\\n|Cmd-Up |goDocStart |\\n|Cmd-End |goDocEnd |\\n|Cmd-Down |goDocEnd |\\n|Alt-Left |goGroupLeft |\\n|Alt-Right |goGroupRight |\\n|Cmd-Left |goLineLeft |\\n|Cmd-Right |goLineRight |\\n|Alt-Backspace |delGroupBefore |\\n|Ctrl-Alt-Backspace |delGroupAfter |\\n|Alt-Delete |delGroupAfter |\\n|Cmd-F |find |\\n|Cmd-G |findNext |\\n|Shift-Cmd-G |findPrev |\\n|Cmd-Alt-F |replace |\\n|Shift-Cmd-Alt-F |replaceAll |\\n|Cmd-[ |indentLess |\\n|Cmd-] |indentMore |\\n|Cmd-Backspace |delWrappedLineLeft |\\n|Cmd-Delete |delWrappedLineRight |\\n|Alt-U |undoSelection |\\n|Shift-Alt-U |redoSelection |\\n|Ctrl-Up |goDocStart |\\n|Ctrl-Down |goDocEnd |\\n|Ctrl-F |goCharRight |\\n|Ctrl-B |goCharLeft |\\n|Ctrl-P |goLineUp |\\n|Ctrl-N |goLineDown |\\n|Alt-F |goWordRight |\\n|Alt-B |goWordLeft |\\n|Ctrl-A |goLineStart |\\n|Ctrl-E |goLineEnd |\\n|Ctrl-V |goPageDown |\\n|Shift-Ctrl-V |goPageUp |\\n|Ctrl-D |delCharAfter |\\n|Ctrl-H |delCharBefore |\\n|Alt-D |delWordAfter |\\n|Alt-Backspace |delWordBefore |\\n|Ctrl-K |killLine |\\n|Alt-T |transposeChars |\\n|Ctrl-O |openLine |\\n\\n\\n\"},\"$:/plugins/tiddlywiki/codemirror/license\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/license\",\"text\":\"\\\"\\\"\\\"\\n~CodeMirror, copyright (c) by Marijn Haverbeke and others\\nDistributed under an MIT license: http://codemirror.net/LICENSE\\n\\nCopyright (c) 2004-2007, Jeremy Ruston\\nCopyright (c) 2007-2018, UnaMesa Association\\nDistributed under an BSD license: https://tiddlywiki.com/#License\\n\\\"\\\"\\\"\\n\"},\"$:/plugins/tiddlywiki/codemirror/readme\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/readme\",\"text\":\"This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. The basic configuration is designed to be as lightweight as possible and is just around 235kb of size. Additional features can be installed with ~CodeMirror ~AddOns from the plugin library.\\n\\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror]]\\n\\nBased on ~CodeMirror version 5.58.3\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/cursorBlinkRate\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/cursorBlinkRate\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/cursorBlinkRate/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/cursorBlinkRate/\\n\\n|\u003C$link to=\\\"$:/config/codemirror/cursorBlinkRate\\\">\u003C\u003Clingo hint>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/config/codemirror/cursorBlinkRate\\\" default=\\\"\\\" placeholder=\\\"cursorBlinkRate\\\" tag=\\\"input\\\"/> |\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/editorFont\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/editorFont\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/editorFont/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/ThemeTweaks/\\n\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\\\">\u003C\u003Clingo Settings/EditorFontFamily>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\\\" default=\\\"\\\" tag=\\\"input\\\"/> | |\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/indentUnit\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/indentUnit\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/indentUnit/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/indentUnit/\\n\\n|\u003C$link to=\\\"$:/config/codemirror/indentUnit\\\">\u003C\u003Clingo hint>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/config/codemirror/indentUnit\\\" default=\\\"\\\" placeholder=\\\"indentUnit\\\" tag=\\\"input\\\"/> |\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/indentWithTabs\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/indentWithTabs\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/indentWithTabs/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/indentWithTabs/\\n\u003C\u003Clingo hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/codemirror/indentWithTabs\\\" field=\\\"text\\\" checked=\\\"true\\\" unchecked=\\\"false\\\" default=\\\"true\\\"> \u003C$link to=\\\"$:/config/codemirror/indentWithTabs\\\">\u003C\u003Clingo info>>\u003C/$link> \u003C/$checkbox>\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/keyMap\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/keyMap\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/keyMap/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/keyMap\\n\\n\u003C$link to=\\\"$:/config/codemirror/keyMap\\\">\u003C\u003Clingo hint>>\u003C/$link>\\n\\n\u003C$select tiddler=\\\"$:/config/codemirror/keyMap\\\" default=\\\"default\\\">\\n\u003Coption value=\\\"default\\\">default\u003C/option>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]module-type[codemirror-keymap]!has[draft.of]get[text]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C$transclude>\u003C$text text=\u003C\u003CcurrentTiddler>>/>\u003C/$transclude>\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/lineNumbers\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/lineNumbers\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/lineNumbers/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/lineNumbers/\\n\u003C\u003Clingo hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/codemirror/lineNumbers\\\" field=\\\"text\\\" checked=\\\"true\\\" unchecked=\\\"false\\\" default=\\\"false\\\"> \u003C$link to=\\\"$:/config/codemirror/lineNumbers\\\">\u003C\u003Clingo info>>\u003C/$link> \u003C/$checkbox>\\n\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/lineWrapping\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/lineWrapping\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/lineWrapping/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/lineWrapping/\\n\u003C\u003Clingo hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/codemirror/lineWrapping\\\" field=\\\"text\\\" checked=\\\"true\\\" unchecked=\\\"false\\\" default=\\\"true\\\"> \u003C$link to=\\\"$:/config/codemirror/lineWrapping\\\">\u003C\u003Clingo info>>\u003C/$link> \u003C/$checkbox>\\n\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/showCursorWhenSelecting\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/showCursorWhenSelecting\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/showCursorWhenSelecting/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/showCursorWhenSelecting/\\n\u003C\u003Clingo hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/codemirror/showCursorWhenSelecting\\\" field=\\\"text\\\" checked=\\\"true\\\" unchecked=\\\"false\\\" default=\\\"true\\\"> \u003C$link to=\\\"$:/config/codemirror/showCursorWhenSelecting\\\">\u003C\u003Clingo info>>\u003C/$link> \u003C/$checkbox>\\n\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/smartIndent\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/smartIndent\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/smartIndent/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/smartIndent/\\n\u003C\u003Clingo hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/codemirror/smartIndent\\\" field=\\\"text\\\" checked=\\\"true\\\" unchecked=\\\"false\\\" default=\\\"true\\\"> \u003C$link to=\\\"$:/config/codemirror/smartIndent\\\">\u003C\u003Clingo info>>\u003C/$link> \u003C/$checkbox>\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/styleActiveLine\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/styleActiveLine\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/styleActiveLine/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/styleActiveLine/\\n\u003C\u003Clingo hint>>\\n\\n\u003C$checkbox tiddler=\\\"$:/config/codemirror/styleActiveLine\\\" field=\\\"text\\\" checked=\\\"true\\\" unchecked=\\\"false\\\" default=\\\"false\\\"> \u003C$link to=\\\"$:/config/codemirror/styleActiveLine\\\">\u003C\u003Clingo info>>\u003C/$link> \u003C/$checkbox>\\n\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/tabSize\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/tabSize\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/tabSize/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/tabSize/\\n\\n|\u003C$link to=\\\"$:/config/codemirror/tabSize\\\">\u003C\u003Clingo hint>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/config/codemirror/tabSize\\\" default=\\\"\\\" placeholder=\\\"tabSize\\\" tag=\\\"input\\\"/> |\\n\"},\"$:/core/ui/ControlPanel/Settings/codemirror/theme\":{\"title\":\"$:/core/ui/ControlPanel/Settings/codemirror/theme\",\"tags\":\"$:/tags/ControlPanel/Settings/CodeMirror\",\"caption\":\"{{$:/language/codemirror/theme/hint}}\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/\\n\\n\u003C$link to=\\\"$:/config/codemirror/theme\\\">\u003C\u003Clingo hint>>\u003C/$link>\\n\\n\u003C$select tiddler=\\\"$:/config/codemirror/theme\\\" default=\\\"default\\\">\\n\u003Coption value=\\\"default\\\">default\u003C/option>\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]module-type[codemirror-theme]!has[draft.of]get[name]]\\\">\\n\u003Coption value=\u003C\u003CcurrentTiddler>>>\u003C$transclude field=\\\"name\\\">\u003C$text text=\u003C\u003CcurrentTiddler>>/>\u003C/$transclude>\u003C/option>\\n\u003C/$list>\\n\u003C/$select>\\n\\n//see the [[CodeMirror Usage|$:/plugins/tiddlywiki/codemirror/usage]] how to add themes//\\n\"},\"$:/plugins/tiddlywiki/codemirror/styles\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/styles\",\"tags\":\"[[$:/tags/Stylesheet]]\",\"module-type\":\"codemirror-theme\",\"name\":\"tiddlywiki\",\"text\":\"\\\\define set-fat-cursor-background-css(colour,colourA,colourB)\\n\u003C$set name=\\\"backgroundColour\\\" value=\u003C\u003Ccontrastcolour target:\\\"\\\"\\\"$colour$\\\"\\\"\\\" fallbackTarget:\\\"\\\"\\\"\\\"\\\"\\\" colourA:\\\"\\\"\\\"$colourA$\\\"\\\"\\\" colourB:\\\"\\\"\\\"$colourB$\\\"\\\"\\\">>>\\n.cm-s-tiddlywiki.cm-fat-cursor .CodeMirror-cursor { background: \u003C\u003CbackgroundColour>>; }\\n.cm-s-tiddlywiki .cm-animate-fat-cursor { background-color: \u003C\u003CbackgroundColour>>; }\\n\u003C/$set>\\n\\\\end\\n\\\\define set-fat-cursor-background-colours(palette)\\n\u003C$macrocall $name=\\\"set-fat-cursor-background-css\\\" colour={{$palette$##foreground}} colourA=\\\"#77ee77\\\" colourB=\\\"#586e75\\\"/>\\n\\\\end\\n\\\\define set-fat-cursor-background()\\n\u003C$macrocall $name=\\\"set-fat-cursor-background-colours\\\" palette={{$:/palette}}/>\\n\\\\end\\n\\\\define set-selection-background-css(colour,colourA,colourB,tiddlerEditorBackground)\\n\u003C$wikify name=\\\"tiddlerEditorBackground\\\" text={{{ [[$tiddlerEditorBackground$]lowercase[]] }}}>\\n\u003C$set name=\\\"backgroundColour\\\" value=\u003C\u003Ccontrastcolour target:\\\"\\\"\\\"$colour$\\\"\\\"\\\" fallbackTarget:\\\"\\\"\\\"\\\"\\\"\\\" colourA:\\\"\\\"\\\"$colourA$\\\"\\\"\\\" colourB:\\\"\\\"\\\"$colourB$\\\"\\\"\\\">>>\\n\u003C$set name=\\\"backgroundColour\\\" value={{{ [\u003CbackgroundColour>lowercase[]match\u003CtiddlerEditorBackground>then[]] ~[\u003CbackgroundColour>] }}}>\\n.cm-s-tiddlywiki div.CodeMirror-selected { background: \u003C\u003CbackgroundColour>>; color: \u003C\u003Ccolour foreground>>; }\\n.cm-s-tiddlywiki.CodeMirror ::selection { background: \u003C\u003CbackgroundColour>>; color: \u003C\u003Ccolour foreground>>; }\\n.cm-s-tiddlywiki .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: \u003C\u003CbackgroundColour>>; color: \u003C\u003Ccolour foreground>>; }\\n.cm-s-tiddlywiki .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: \u003C\u003CbackgroundColour>>; color: \u003C\u003Ccolour foreground>>; }\\n\u003C/$set>\\n\u003C/$set>\\n\u003C/$wikify>\\n\\\\end\\n\\\\define set-selection-background-colours(palette)\\n\u003C$macrocall $name=\\\"set-selection-background-css\\\" colour={{$palette$##foreground}} colourA={{{ [{$palette$##selection-background}!match[]!prefix[\u003C\u003C]!suffix[>>]] ~#073642 }}} colourB={{{ [{$palette$##selection-background}!match[]!prefix[\u003C\u003C]!suffix[>>]] ~#eee8d5 }}} tiddlerEditorBackground={{$palette$##tiddler-editor-background}}/>\\n\\\\end\\n\\\\define set-selection-background()\\n\u003C$macrocall $name=\\\"set-selection-background-colours\\\" palette={{$:/palette}}/>\\n\\\\end\\n\\n\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\\n\\n/* Make the editor resize to fit its content */\\n\\n.CodeMirror {\\n\\theight: auto;\\n\\tborder: 1px solid \u003C\u003Ccolour tiddler-editor-border>>;\\n\\tline-height: 1.5;\\n\\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\\n\\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\\n}\\n\\n.CodeMirror-scroll {\\n\\toverflow-x: auto;\\n\\toverflow-y: hidden;\\n}\\n\\n.cm-s-tiddlywiki {\\n color-profile: sRGB;\\n rendering-intent: auto;\\n}\\n\\n.cm-s-tiddlywiki.CodeMirror, .cm-s-tiddlywiki .CodeMirror-gutters { background-color: \u003C\u003Ccolour tiddler-editor-background>>; color: \u003C\u003Ccolour foreground>>; }\\n.cm-s-tiddlywiki .CodeMirror-gutters {background: \u003C\u003Ccolour tiddler-editor-background>>; border-right: 1px solid \u003C\u003Ccolour tiddler-editor-border>>;}\\n.cm-s-tiddlywiki .CodeMirror-linenumber {color: \u003C\u003Ccolour foreground>>;}\\n.cm-s-tiddlywiki .CodeMirror-cursor { border-left: 2px solid \u003C\u003Ccolour foreground>>; }\\n.cm-s-tiddlywiki span.cm-comment { color: #586e75; font-style:italic; font-weight:normal; }\\n.cm-s-tiddlywiki .CodeMirror-activeline-background, .cm-s-tiddlywiki .CodeMirror-activeline-gutter .CodeMirror-linenumber { background: rgba(127,127,127,0.2); }\\n.cm-s-tiddlywiki span.cm-matchhighlight { color: \u003C\u003Ccolour background>>; background-color: \u003C\u003Ccolour primary>>; font-weight: normal;}\\n.cm-s-tiddlywiki .CodeMirror-widget { text-shadow: none; }\\n.cm-s-tiddlywiki .CodeMirror-dialog { background: \u003C\u003Ccolour tiddler-background>>; }\\n.cm-s-tiddlywiki .cm-header { color: #586e75; }\\n.cm-s-tiddlywiki .cm-quote { color: #93a1a1; }\\n.cm-s-tiddlywiki .cm-keyword { color: #cb4b16; }\\n.cm-s-tiddlywiki .cm-atom { color: #d33682; }\\n.cm-s-tiddlywiki .cm-number { color: #d33682; }\\n.cm-s-tiddlywiki .cm-def { color: #2aa198; }\\n.cm-s-tiddlywiki .cm-variable { color: #839496; }\\n.cm-s-tiddlywiki .cm-variable-2 { color: #b58900; }\\n.cm-s-tiddlywiki .cm-variable-3, .cm-s-tiddlywiki .cm-type { color: #6c71c4; }\\n.cm-s-tiddlywiki .cm-property { color: #2aa198; }\\n.cm-s-tiddlywiki .cm-operator { color: #6c71c4; }\\n.cm-s-tiddlywiki .cm-comment { color: #586e75; font-style:italic; }\\n.cm-s-tiddlywiki .cm-string { color: #859900; }\\n.cm-s-tiddlywiki .cm-string-2 { color: #b58900; }\\n.cm-s-tiddlywiki .cm-meta { color: #859900; }\\n.cm-s-tiddlywiki .cm-qualifier { color: #b58900; }\\n.cm-s-tiddlywiki .cm-builtin { color: #d33682; }\\n.cm-s-tiddlywiki .cm-bracket { color: #cb4b16; }\\n.cm-s-tiddlywiki .CodeMirror-matchingbracket { color: #859900; }\\n.cm-s-tiddlywiki .CodeMirror-nonmatchingbracket { color: #dc322f; }\\n.cm-s-tiddlywiki .cm-tag { color: #93a1a1; }\\n.cm-s-tiddlywiki .cm-attribute { color: #2aa198; }\\n.cm-s-tiddlywiki .cm-hr { color: transparent; border-top: 1px solid #586e75; display: block; }\\n.cm-s-tiddlywiki .cm-link { color: #93a1a1; cursor: pointer; }\\n.cm-s-tiddlywiki .cm-special { color: #6c71c4; }\\n.cm-s-tiddlywiki .cm-em { color: #999; text-decoration: underline; text-decoration-style: dotted; }\\n.cm-s-tiddlywiki .cm-error,\\n.cm-s-tiddlywiki .cm-invalidchar { color: #586e75; border-bottom: 1px dotted #dc322f; }\\n.cm-s-tiddlywiki .CodeMirror-matchingbracket { color: #859900; }\\n.cm-s-tiddlywiki .CodeMirror-nonmatchingbracket { color: #dc322f; }\\n.cm-s-tiddlywiki .cm-searching { background: rgba(243, 155, 53, .3); outline: 1px solid #F39B35; }\\n\u003C\u003Cset-fat-cursor-background>>\\n\u003C\u003Cset-selection-background>>\\n\"},\"$:/core/ui/ControlPanel/Settings/CodeMirror\":{\"title\":\"$:/core/ui/ControlPanel/Settings/CodeMirror\",\"tags\":\"$:/tags/ControlPanel/SettingsTab\",\"caption\":\"CodeMirror\",\"list-after\":\"$:/core/ui/ControlPanel/Settings/TiddlyWiki\",\"text\":\"\\\\define lingo-base() $:/language/codemirror/controlPanel/\\n\\n\u003C\u003Clingo hint>>\\n\\n\u003C$link to=\\\"$:/plugins/tiddlywiki/codemirror/usage\\\">\u003C\u003Clingo usage>>\u003C/$link>\\n\\n\u003C$link to=\\\"$:/plugins/tiddlywiki/codemirror/keyboard\\\">\u003C\u003Clingo keyboard>>\u003C/$link>\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings/CodeMirror]]\\\">\\n\\n\u003Cdiv style=\\\"border-top:1px solid #eee;\\\">\\n\\n!! \u003C$link>\u003C$transclude field=\\\"caption\\\"/>\u003C/$link>\\n\\n\u003C$transclude/>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\"},\"$:/core/ui/ControlPanel/Settings\":{\"title\":\"$:/core/ui/ControlPanel/Settings\",\"tags\":\"$:/tags/ControlPanel\",\"caption\":\"{{$:/language/ControlPanel/Settings/Caption}}\",\"text\":\"\u003Cdiv class=\\\"tc-control-panel\\\">\\n\u003C$macrocall $name=\\\"tabs\\\" tabsList=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/SettingsTab]!has[draft.of]]\\\" default=\\\"$:/core/ui/ControlPanel/Settings/TiddlyWiki\\\" explicitState=\\\"$:/state/tab--697582678\\\"/>\\n\u003C/div>\\n\"},\"$:/core/ui/ControlPanel/Settings/TiddlyWiki\":{\"title\":\"$:/core/ui/ControlPanel/Settings/TiddlyWiki\",\"tags\":\"$:/tags/ControlPanel/SettingsTab\",\"caption\":\"TiddlyWiki\",\"text\":\"\\\\define lingo-base() $:/language/ControlPanel/Settings/\\n\\n\u003C\u003Clingo Hint>>\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\\\">\\n\\n\u003Cdiv style=\\\"border-top:1px solid #eee;\\\">\\n\\n!! \u003C$link>\u003C$transclude field=\\\"caption\\\"/>\u003C/$link>\\n\\n\u003C$transclude/>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\"},\"$:/plugins/tiddlywiki/codemirror/usage\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/usage\",\"text\":\"! Configuration\\n\\nConfiguration for the ~CodeMirror text-editor can be done from within the CodeMirror Settings Tab in the [[ControlPanel|$:/ControlPanel]] (Settings - ~CodeMirror)\\n\\n\\n!!Setting a different Theme\\n\\n~CodeMirror themes are available in the [ext[official GitHub repository|https://github.com/codemirror/CodeMirror/tree/master/theme]]\\n\\nMore themes can be found at https://github.com/FarhadG/code-mirror-themes/tree/master/themes and previewed [ext[here|http://farhadg.github.io/code-mirror-themes/]]\\n\\n\\nTo add a theme to your wiki, follow these four steps:\\n\\n* choose one of the CSS files and copy its content to a new tiddler\\n* remove all comments from the top and tag the tiddler with \u003C\u003Ctag-pill \\\"$:/tags/Stylesheet\\\">>\\n* add a field \\\"module-type\\\" with the value \\\"codemirror-theme\\\". add a field \\\"name\\\" with the exact ''name'' of the theme as value\\n* save the tiddler and go to the Settings tab in $:/ControlPanel - look for the \\\"theme\\\" dropdown to select your newly added theme\\n\\n\\n!!Line Numbers\\n\\nTo show or hide the Line Numbers at the left, go to ~ControlPanel - Settings - ~CodeMirror and look for the \\\"Line Numbers\\\" checkbox\\n\\n\\n!!Line Wrapping\\n\\nControls if long lines get visually wrapped to a new line if they're too long to fit the editor width or if the editor should scroll horizontally\\n\\nTo change the line-wrapping behaviour, go to ~ControlPanel - Settings - ~CodeMirror and look for the \\\"Line Wrapping\\\" checkbox\\n\\n\\n!!Show Cursor when selecting\\n\\nDefines whether the Mouse cursor should be visually shown or hidden when making a text-selection\\n\\nTo change the show-cursor-when-selecting behaviour, go to ~ControlPanel - Settings - ~CodeMirror and look for the \\\"Show cursor when selecting\\\" checkbox\\n\\n\\n!!~CodeMirror Font Family\\n\\nThe Font-Family used within the ~CodeMirror text-editor defaults to \\\"monospace\\\" which will choose your configured monospace system-font\\n\\nThat setting can be overridden entering one or more Font-Families in the \\\"Font Family\\\" input field at ~ControlPanel - Settings - ~CodeMirror\\n\\n* The entries must be separated by semicolons ','\\n* Font-Family Names that contain spaces must be quoted like \\\"My Font\\\"\\n* If a list of Font-Families is specified, the last Font-Family found on the user-system gets used, non-existing fonts get ignored\\n* If none of the specified Font-Families is available, ~CodeMirror uses the default \\\"monospace\\\"\\n\\n\\n!!\\\"Hidden\\\" Settings:\\n\\n!!!Cursor Blink Rate\\n\\nThe cursor blink-rate defines how fast (in milliseconds) the cursor blinks inside the textarea\\n\\nYou can change it by editing $:/config/codemirror/cursorBlinkRate\\n\\\"0\\\" disables blinking\\n\\n!!!Tabsize\\n\\nThe Tabsize defines the width of a tab character. Default is 4.\\n\\nYou can change it by editing $:/config/codemirror/tabSize\\n\\n!!!Indent Unit\\n\\nNot enabled for vnd.tiddlywiki and x-tiddlywiki\\n\\nDefines how many spaces a text-block should be indented. Defaults to 2.\\n\\nYou can change it by editing $:/config/codemirror/indentUnit\\n\\n\"}}}"},
{"title":"$:/plugins/tiddlywiki/codemirror-autocomplete","name":"CodeMirror Autocomplete","description":"Autocompletion for CodeMirror","parent-plugin":"$:/plugins/tiddlywiki/codemirror","dependents":"$:/plugins/tiddlywiki/codemirror-mode-css","list":"readme","version":"5.2.0","plugin-type":"plugin","type":"application/json","text":"{\"tiddlers\":{\"$:/config/codemirror/autocomplete\":{\"title\":\"$:/config/codemirror/autocomplete\",\"extend\":\"extraKeys\",\"type\":\"json\",\"text\":\"{\\n\\t\\\"Ctrl-Space\\\": \\\"autocomplete\\\"\\n}\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],e):e(CodeMirror)}(function(y){\\\"use strict\\\";var b=/[\\\\w$]+/;y.registerHelper(\\\"hint\\\",\\\"anyword\\\",function(e,r){for(var t=r&&r.word||b,o=r&&r.range||500,i=e.getCursor(),n=e.getLine(i.line),f=i.ch,s=f;s&&t.test(n.charAt(s-1));)--s;for(var a=s!=f&&n.slice(s,f),c=r&&r.list||[],l={},d=new RegExp(t.source,\\\"g\\\"),u=-1;u\u003C=1;u+=2)for(var p=i.line,g=Math.min(Math.max(p+u*o,e.firstLine()),e.lastLine())+u;p!=g;p+=u)for(var h,m=e.getLine(p);h=d.exec(m);)p==i.line&&h[0]===a||a&&0!=h[0].lastIndexOf(a,0)||Object.prototype.hasOwnProperty.call(l,h[0])||(l[h[0]]=!0,c.push(h[0]));return{list:c,from:y.Pos(i.line,s),to:y.Pos(i.line,f)}})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/css-hint.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../../lib/codemirror\\\"),require(\\\"../../mode/css/css\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\",\\\"../../mode/css/css\\\"],e):e(CodeMirror)}(function(f){\\\"use strict\\\";var p={active:1,after:1,before:1,checked:1,default:1,disabled:1,empty:1,enabled:1,\\\"first-child\\\":1,\\\"first-letter\\\":1,\\\"first-line\\\":1,\\\"first-of-type\\\":1,focus:1,hover:1,\\\"in-range\\\":1,indeterminate:1,invalid:1,lang:1,\\\"last-child\\\":1,\\\"last-of-type\\\":1,link:1,not:1,\\\"nth-child\\\":1,\\\"nth-last-child\\\":1,\\\"nth-last-of-type\\\":1,\\\"nth-of-type\\\":1,\\\"only-of-type\\\":1,\\\"only-child\\\":1,optional:1,\\\"out-of-range\\\":1,placeholder:1,\\\"read-only\\\":1,\\\"read-write\\\":1,required:1,root:1,selection:1,target:1,valid:1,visited:1};f.registerHelper(\\\"hint\\\",\\\"css\\\",function(e){var t=e.getCursor(),r=e.getTokenAt(t),o=f.innerMode(e.getMode(),r.state);if(\\\"css\\\"==o.mode.name){if(\\\"keyword\\\"==r.type&&0==\\\"!important\\\".indexOf(r.string))return{list:[\\\"!important\\\"],from:f.Pos(t.line,r.start),to:f.Pos(t.line,r.end)};var i=r.start,s=t.ch,n=r.string.slice(0,s-i);/[^\\\\w$_-]/.test(n)&&(n=\\\"\\\",i=s=t.ch);var a=f.resolveMode(\\\"text/css\\\"),d=[],l=o.state.state;return\\\"pseudo\\\"==l||\\\"variable-3\\\"==r.type?c(p):\\\"block\\\"==l||\\\"maybeprop\\\"==l?c(a.propertyKeywords):\\\"prop\\\"==l||\\\"parens\\\"==l||\\\"at\\\"==l||\\\"params\\\"==l?(c(a.valueKeywords),c(a.colorKeywords)):\\\"media\\\"!=l&&\\\"media_parens\\\"!=l||(c(a.mediaTypes),c(a.mediaFeatures)),d.length?{list:d,from:f.Pos(t.line,i),to:f.Pos(t.line,s)}:void 0}function c(e){for(var t in e)n&&0!=t.lastIndexOf(n,0)||d.push(t)}})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/css-hint.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/html-hint.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(l){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?l(require(\\\"../../lib/codemirror\\\"),require(\\\"./xml-hint\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\",\\\"./xml-hint\\\"],l):l(CodeMirror)}(function(n){\\\"use strict\\\";var l=\\\"ab aa af ak sq am ar an hy as av ae ay az bm ba eu be bn bh bi bs br bg my ca ch ce ny zh cv kw co cr hr cs da dv nl dz en eo et ee fo fj fi fr ff gl ka de el gn gu ht ha he hz hi ho hu ia id ie ga ig ik io is it iu ja jv kl kn kr ks kk km ki rw ky kv kg ko ku kj la lb lg li ln lo lt lu lv gv mk mg ms ml mt mi mr mh mn na nv nb nd ne ng nn no ii nr oc oj cu om or os pa pi fa pl ps pt qu rm rn ro ru sa sc sd se sm sg sr gd sn si sk sl so st es su sw ss sv ta te tg th ti bo tk tl tn to tr ts tt tw ty ug uk ur uz ve vi vo wa cy wo fy xh yi yo za zu\\\".split(\\\" \\\"),t=[\\\"_blank\\\",\\\"_self\\\",\\\"_top\\\",\\\"_parent\\\"],e=[\\\"ascii\\\",\\\"utf-8\\\",\\\"utf-16\\\",\\\"latin1\\\",\\\"latin1\\\"],a=[\\\"get\\\",\\\"post\\\",\\\"put\\\",\\\"delete\\\"],r=[\\\"application/x-www-form-urlencoded\\\",\\\"multipart/form-data\\\",\\\"text/plain\\\"],o=[\\\"all\\\",\\\"screen\\\",\\\"print\\\",\\\"embossed\\\",\\\"braille\\\",\\\"handheld\\\",\\\"print\\\",\\\"projection\\\",\\\"screen\\\",\\\"tty\\\",\\\"tv\\\",\\\"speech\\\",\\\"3d-glasses\\\",\\\"resolution [>][\u003C][=] [X]\\\",\\\"device-aspect-ratio: X/Y\\\",\\\"orientation:portrait\\\",\\\"orientation:landscape\\\",\\\"device-height: [X]\\\",\\\"device-width: [X]\\\"],s={attrs:{}},u={a:{attrs:{href:null,ping:null,type:null,media:o,target:t,hreflang:l}},abbr:s,acronym:s,address:s,applet:s,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:o,hreflang:l,type:null,shape:[\\\"default\\\",\\\"rect\\\",\\\"circle\\\",\\\"poly\\\"]}},article:s,aside:s,audio:{attrs:{src:null,mediagroup:null,crossorigin:[\\\"anonymous\\\",\\\"use-credentials\\\"],preload:[\\\"none\\\",\\\"metadata\\\",\\\"auto\\\"],autoplay:[\\\"\\\",\\\"autoplay\\\"],loop:[\\\"\\\",\\\"loop\\\"],controls:[\\\"\\\",\\\"controls\\\"]}},b:s,base:{attrs:{href:null,target:t}},basefont:s,bdi:s,bdo:s,big:s,blockquote:{attrs:{cite:null}},body:s,br:s,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:[\\\"\\\",\\\"autofocus\\\"],disabled:[\\\"\\\",\\\"autofocus\\\"],formenctype:r,formmethod:a,formnovalidate:[\\\"\\\",\\\"novalidate\\\"],formtarget:t,type:[\\\"submit\\\",\\\"reset\\\",\\\"button\\\"]}},canvas:{attrs:{width:null,height:null}},caption:s,center:s,cite:s,code:s,col:{attrs:{span:null}},colgroup:{attrs:{span:null}},command:{attrs:{type:[\\\"command\\\",\\\"checkbox\\\",\\\"radio\\\"],label:null,icon:null,radiogroup:null,command:null,title:null,disabled:[\\\"\\\",\\\"disabled\\\"],checked:[\\\"\\\",\\\"checked\\\"]}},data:{attrs:{value:null}},datagrid:{attrs:{disabled:[\\\"\\\",\\\"disabled\\\"],multiple:[\\\"\\\",\\\"multiple\\\"]}},datalist:{attrs:{data:null}},dd:s,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:[\\\"\\\",\\\"open\\\"]}},dfn:s,dir:s,div:s,dl:s,dt:s,em:s,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:[\\\"\\\",\\\"disabled\\\"],form:null,name:null}},figcaption:s,figure:s,font:s,footer:s,form:{attrs:{action:null,name:null,\\\"accept-charset\\\":e,autocomplete:[\\\"on\\\",\\\"off\\\"],enctype:r,method:a,novalidate:[\\\"\\\",\\\"novalidate\\\"],target:t}},frame:s,frameset:s,h1:s,h2:s,h3:s,h4:s,h5:s,h6:s,head:{attrs:{},children:[\\\"title\\\",\\\"base\\\",\\\"link\\\",\\\"style\\\",\\\"meta\\\",\\\"script\\\",\\\"noscript\\\",\\\"command\\\"]},header:s,hgroup:s,hr:s,html:{attrs:{manifest:null},children:[\\\"head\\\",\\\"body\\\"]},i:s,iframe:{attrs:{src:null,srcdoc:null,name:null,width:null,height:null,sandbox:[\\\"allow-top-navigation\\\",\\\"allow-same-origin\\\",\\\"allow-forms\\\",\\\"allow-scripts\\\"],seamless:[\\\"\\\",\\\"seamless\\\"]}},img:{attrs:{alt:null,src:null,ismap:null,usemap:null,width:null,height:null,crossorigin:[\\\"anonymous\\\",\\\"use-credentials\\\"]}},input:{attrs:{alt:null,dirname:null,form:null,formaction:null,height:null,list:null,max:null,maxlength:null,min:null,name:null,pattern:null,placeholder:null,size:null,src:null,step:null,value:null,width:null,accept:[\\\"audio/*\\\",\\\"video/*\\\",\\\"image/*\\\"],autocomplete:[\\\"on\\\",\\\"off\\\"],autofocus:[\\\"\\\",\\\"autofocus\\\"],checked:[\\\"\\\",\\\"checked\\\"],disabled:[\\\"\\\",\\\"disabled\\\"],formenctype:r,formmethod:a,formnovalidate:[\\\"\\\",\\\"novalidate\\\"],formtarget:t,multiple:[\\\"\\\",\\\"multiple\\\"],readonly:[\\\"\\\",\\\"readonly\\\"],required:[\\\"\\\",\\\"required\\\"],type:[\\\"hidden\\\",\\\"text\\\",\\\"search\\\",\\\"tel\\\",\\\"url\\\",\\\"email\\\",\\\"password\\\",\\\"datetime\\\",\\\"date\\\",\\\"month\\\",\\\"week\\\",\\\"time\\\",\\\"datetime-local\\\",\\\"number\\\",\\\"range\\\",\\\"color\\\",\\\"checkbox\\\",\\\"radio\\\",\\\"file\\\",\\\"submit\\\",\\\"image\\\",\\\"reset\\\",\\\"button\\\"]}},ins:{attrs:{cite:null,datetime:null}},kbd:s,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:[\\\"\\\",\\\"autofocus\\\"],disabled:[\\\"\\\",\\\"disabled\\\"],keytype:[\\\"RSA\\\"]}},label:{attrs:{for:null,form:null}},legend:s,li:{attrs:{value:null}},link:{attrs:{href:null,type:null,hreflang:l,media:o,sizes:[\\\"all\\\",\\\"16x16\\\",\\\"16x16 32x32\\\",\\\"16x16 32x32 64x64\\\"]}},map:{attrs:{name:null}},mark:s,menu:{attrs:{label:null,type:[\\\"list\\\",\\\"context\\\",\\\"toolbar\\\"]}},meta:{attrs:{content:null,charset:e,name:[\\\"viewport\\\",\\\"application-name\\\",\\\"author\\\",\\\"description\\\",\\\"generator\\\",\\\"keywords\\\"],\\\"http-equiv\\\":[\\\"content-language\\\",\\\"content-type\\\",\\\"default-style\\\",\\\"refresh\\\"]}},meter:{attrs:{value:null,min:null,low:null,high:null,max:null,optimum:null}},nav:s,noframes:s,noscript:s,object:{attrs:{data:null,type:null,name:null,usemap:null,form:null,width:null,height:null,typemustmatch:[\\\"\\\",\\\"typemustmatch\\\"]}},ol:{attrs:{reversed:[\\\"\\\",\\\"reversed\\\"],start:null,type:[\\\"1\\\",\\\"a\\\",\\\"A\\\",\\\"i\\\",\\\"I\\\"]}},optgroup:{attrs:{disabled:[\\\"\\\",\\\"disabled\\\"],label:null}},option:{attrs:{disabled:[\\\"\\\",\\\"disabled\\\"],label:null,selected:[\\\"\\\",\\\"selected\\\"],value:null}},output:{attrs:{for:null,form:null,name:null}},p:s,param:{attrs:{name:null,value:null}},pre:s,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:s,rt:s,ruby:s,s:s,samp:s,script:{attrs:{type:[\\\"text/javascript\\\"],src:null,async:[\\\"\\\",\\\"async\\\"],defer:[\\\"\\\",\\\"defer\\\"],charset:e}},section:s,select:{attrs:{form:null,name:null,size:null,autofocus:[\\\"\\\",\\\"autofocus\\\"],disabled:[\\\"\\\",\\\"disabled\\\"],multiple:[\\\"\\\",\\\"multiple\\\"]}},small:s,source:{attrs:{src:null,type:null,media:null}},span:s,strike:s,strong:s,style:{attrs:{type:[\\\"text/css\\\"],media:o,scoped:null}},sub:s,summary:s,sup:s,table:s,tbody:s,td:{attrs:{colspan:null,rowspan:null,headers:null}},textarea:{attrs:{dirname:null,form:null,maxlength:null,name:null,placeholder:null,rows:null,cols:null,autofocus:[\\\"\\\",\\\"autofocus\\\"],disabled:[\\\"\\\",\\\"disabled\\\"],readonly:[\\\"\\\",\\\"readonly\\\"],required:[\\\"\\\",\\\"required\\\"],wrap:[\\\"soft\\\",\\\"hard\\\"]}},tfoot:s,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:[\\\"row\\\",\\\"col\\\",\\\"rowgroup\\\",\\\"colgroup\\\"]}},thead:s,time:{attrs:{datetime:null}},title:s,tr:s,track:{attrs:{src:null,label:null,default:null,kind:[\\\"subtitles\\\",\\\"captions\\\",\\\"descriptions\\\",\\\"chapters\\\",\\\"metadata\\\"],srclang:l}},tt:s,u:s,ul:s,var:s,video:{attrs:{src:null,poster:null,width:null,height:null,crossorigin:[\\\"anonymous\\\",\\\"use-credentials\\\"],preload:[\\\"auto\\\",\\\"metadata\\\",\\\"none\\\"],autoplay:[\\\"\\\",\\\"autoplay\\\"],mediagroup:[\\\"movie\\\"],muted:[\\\"\\\",\\\"muted\\\"],controls:[\\\"\\\",\\\"controls\\\"]}},wbr:s},i={accesskey:[\\\"a\\\",\\\"b\\\",\\\"c\\\",\\\"d\\\",\\\"e\\\",\\\"f\\\",\\\"g\\\",\\\"h\\\",\\\"i\\\",\\\"j\\\",\\\"k\\\",\\\"l\\\",\\\"m\\\",\\\"n\\\",\\\"o\\\",\\\"p\\\",\\\"q\\\",\\\"r\\\",\\\"s\\\",\\\"t\\\",\\\"u\\\",\\\"v\\\",\\\"w\\\",\\\"x\\\",\\\"y\\\",\\\"z\\\",\\\"0\\\",\\\"1\\\",\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"5\\\",\\\"6\\\",\\\"7\\\",\\\"8\\\",\\\"9\\\"],class:null,contenteditable:[\\\"true\\\",\\\"false\\\"],contextmenu:null,dir:[\\\"ltr\\\",\\\"rtl\\\",\\\"auto\\\"],draggable:[\\\"true\\\",\\\"false\\\",\\\"auto\\\"],dropzone:[\\\"copy\\\",\\\"move\\\",\\\"link\\\",\\\"string:\\\",\\\"file:\\\"],hidden:[\\\"hidden\\\"],id:null,inert:[\\\"inert\\\"],itemid:null,itemprop:null,itemref:null,itemscope:[\\\"itemscope\\\"],itemtype:null,lang:[\\\"en\\\",\\\"es\\\"],spellcheck:[\\\"true\\\",\\\"false\\\"],autocorrect:[\\\"true\\\",\\\"false\\\"],autocapitalize:[\\\"true\\\",\\\"false\\\"],style:null,tabindex:[\\\"1\\\",\\\"2\\\",\\\"3\\\",\\\"4\\\",\\\"5\\\",\\\"6\\\",\\\"7\\\",\\\"8\\\",\\\"9\\\"],title:null,translate:[\\\"yes\\\",\\\"no\\\"],onclick:null,rel:[\\\"stylesheet\\\",\\\"alternate\\\",\\\"author\\\",\\\"bookmark\\\",\\\"help\\\",\\\"license\\\",\\\"next\\\",\\\"nofollow\\\",\\\"noreferrer\\\",\\\"prefetch\\\",\\\"prev\\\",\\\"search\\\",\\\"tag\\\"]};function d(l){for(var t in i)i.hasOwnProperty(t)&&(l.attrs[t]=i[t])}for(var c in d(s),u)u.hasOwnProperty(c)&&u[c]!=s&&d(u[c]);n.htmlSchema=u,n.registerHelper(\\\"hint\\\",\\\"html\\\",function(l,t){var e={schemaInfo:u};if(t)for(var a in t)e[a]=t[a];return n.hint.xml(l,e)})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/html-hint.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/javascript-hint.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(t){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?t(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],t):t(CodeMirror)}(function(f){var c=f.Pos;function g(t,e){for(var r=0,n=t.length;r\u003Cn;++r)e(t[r])}function r(t,e,r,n){var i=t.getCursor(),o=r(t,i);if(!/\\\\b(?:string|comment)\\\\b/.test(o.type)){var s=f.innerMode(t.getMode(),o.state);if(\\\"json\\\"!==s.mode.helperType){o.state=s.state,/^[\\\\w$_]*$/.test(o.string)?o.end>i.ch&&(o.end=i.ch,o.string=o.string.slice(0,i.ch-o.start)):o={start:i.ch,end:i.ch,string:\\\"\\\",state:o.state,type:\\\".\\\"==o.string?\\\"property\\\":null};for(var a=o;\\\"property\\\"==a.type;){if(\\\".\\\"!=(a=r(t,c(i.line,a.start))).string)return;a=r(t,c(i.line,a.start));var l=l||[];l.push(a)}return{list:function(t,e,r,n){var i=[],o=t.string,s=n&&n.globalScope||window;function a(t){0!=t.lastIndexOf(o,0)||function(t,e){if(Array.prototype.indexOf)return-1!=t.indexOf(e);for(var r=t.length;r--;)if(t[r]===e)return 1}(i,t)||i.push(t)}function l(t){\\\"string\\\"==typeof t?g(y,a):t instanceof Array?g(h,a):t instanceof Function&&g(v,a),function(t,e){if(Object.getOwnPropertyNames&&Object.getPrototypeOf)for(var r=t;r;r=Object.getPrototypeOf(r))Object.getOwnPropertyNames(r).forEach(e);else for(var n in t)e(n)}(t,a)}if(e&&e.length){var f,c=e.pop();for(c.type&&0===c.type.indexOf(\\\"variable\\\")?(n&&n.additionalContext&&(f=n.additionalContext[c.string]),n&&!1===n.useGlobalScope||(f=f||s[c.string])):\\\"string\\\"==c.type?f=\\\"\\\":\\\"atom\\\"==c.type?f=1:\\\"function\\\"==c.type&&(null==s.jQuery||\\\"$\\\"!=c.string&&\\\"jQuery\\\"!=c.string||\\\"function\\\"!=typeof s.jQuery?null!=s._&&\\\"_\\\"==c.string&&\\\"function\\\"==typeof s._&&(f=s._()):f=s.jQuery());null!=f&&e.length;)f=f[e.pop().string];null!=f&&l(f)}else{for(var p=t.state.localVars;p;p=p.next)a(p.name);for(var u=t.state.context;u;u=u.prev)for(p=u.vars;p;p=p.next)a(p.name);for(p=t.state.globalVars;p;p=p.next)a(p.name);if(n&&null!=n.additionalContext)for(var d in n.additionalContext)a(d);n&&!1===n.useGlobalScope||l(s),g(r,a)}return i}(o,l,e,n),from:c(i.line,o.start),to:c(i.line,o.end)}}}}function n(t,e){var r=t.getTokenAt(e);return e.ch==r.start+1&&\\\".\\\"==r.string.charAt(0)?(r.end=r.start,r.string=\\\".\\\",r.type=\\\"property\\\"):/^\\\\.[\\\\w$_]*$/.test(r.string)&&(r.type=\\\"property\\\",r.start++,r.string=r.string.replace(/\\\\./,\\\"\\\")),r}f.registerHelper(\\\"hint\\\",\\\"javascript\\\",function(t,e){return r(t,i,function(t,e){return t.getTokenAt(e)},e)}),f.registerHelper(\\\"hint\\\",\\\"coffeescript\\\",function(t,e){return r(t,o,n,e)});var y=\\\"charAt charCodeAt indexOf lastIndexOf substring substr slice trim trimLeft trimRight toUpperCase toLowerCase split concat match replace search\\\".split(\\\" \\\"),h=\\\"length concat join splice push pop shift unshift slice reverse sort indexOf lastIndexOf every some filter forEach map reduce reduceRight \\\".split(\\\" \\\"),v=\\\"prototype apply call bind\\\".split(\\\" \\\"),i=\\\"break case catch class const continue debugger default delete do else export extends false finally for function if in import instanceof new null return super switch this throw true try typeof var void while with yield\\\".split(\\\" \\\"),o=\\\"and break catch class continue delete do else extends false finally for if in instanceof isnt new no not null of off on or return switch then throw true try typeof until void while with yes\\\".split(\\\" \\\")});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/javascript-hint.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(t){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?t(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],t):t(CodeMirror)}(function(W){\\\"use strict\\\";var I=\\\"CodeMirror-hint-active\\\";function o(t,i){this.cm=t,this.options=i,this.widget=null,this.debounce=0,this.tick=0,this.startPos=this.cm.getCursor(\\\"start\\\"),this.startLen=this.cm.getLine(this.startPos.line).length-this.cm.getSelection().length;var e=this;t.on(\\\"cursorActivity\\\",this.activityFunc=function(){e.cursorActivity()})}W.showHint=function(t,i,e){if(!i)return t.showHint(e);e&&e.async&&(i.async=!0);var n={hint:i};if(e)for(var o in e)n[o]=e[o];return t.showHint(n)},W.defineExtension(\\\"showHint\\\",function(t){t=function(t,i,e){var n=t.options.hintOptions,o={};for(var s in l)o[s]=l[s];if(n)for(var s in n)void 0!==n[s]&&(o[s]=n[s]);if(e)for(var s in e)void 0!==e[s]&&(o[s]=e[s]);o.hint.resolve&&(o.hint=o.hint.resolve(t,i));return o}(this,this.getCursor(\\\"start\\\"),t);var i=this.listSelections();if(!(1\u003Ci.length)){if(this.somethingSelected()){if(!t.hint.supportsSelection)return;for(var e=0;e\u003Ci.length;e++)if(i[e].head.line!=i[e].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();var n=this.state.completionActive=new o(this,t);n.options.hint&&(W.signal(this,\\\"startCompletion\\\",this),n.update(!0))}}),W.defineExtension(\\\"closeHint\\\",function(){this.state.completionActive&&this.state.completionActive.close()});var s=window.requestAnimationFrame||function(t){return setTimeout(t,1e3/60)},c=window.cancelAnimationFrame||clearTimeout;function B(t){return\\\"string\\\"==typeof t?t:t.text}function K(t,i){for(;i&&i!=t;){if(\\\"LI\\\"===i.nodeName.toUpperCase()&&i.parentNode==t)return i;i=i.parentNode}}function n(o,t){this.completion=o,this.data=t,this.picked=!1;var e=this,s=o.cm,c=s.getInputField().ownerDocument,r=c.defaultView||c.parentWindow,l=this.hints=c.createElement(\\\"ul\\\"),i=o.cm.options.theme;l.className=\\\"CodeMirror-hints \\\"+i,this.selectedHint=t.selectedHint||0;for(var n=t.list,h=0;h\u003Cn.length;++h){var a=l.appendChild(c.createElement(\\\"li\\\")),u=n[h],f=\\\"CodeMirror-hint\\\"+(h!=this.selectedHint?\\\"\\\":\\\" \\\"+I);null!=u.className&&(f=u.className+\\\" \\\"+f),a.className=f,u.render?u.render(a,t,u):a.appendChild(c.createTextNode(u.displayText||B(u))),a.hintId=h}var p,d,m,g=o.options.container||c.body,v=s.cursorCoords(o.options.alignWithWord?t.from:null),y=v.left,w=v.bottom,H=!0,C=0,b=0;g!==c.body&&(d=(p=-1!==[\\\"absolute\\\",\\\"relative\\\",\\\"fixed\\\"].indexOf(r.getComputedStyle(g).position)?g:g.offsetParent).getBoundingClientRect(),m=c.body.getBoundingClientRect(),C=d.left-m.left-p.scrollLeft,b=d.top-m.top-p.scrollTop),l.style.left=y-C+\\\"px\\\",l.style.top=w-b+\\\"px\\\";var k=r.innerWidth||Math.max(c.body.offsetWidth,c.documentElement.offsetWidth),A=r.innerHeight||Math.max(c.body.offsetHeight,c.documentElement.offsetHeight);g.appendChild(l);var x,T,S=l.getBoundingClientRect(),M=S.bottom-A,N=l.scrollHeight>l.clientHeight+1,F=s.getScrollInfo();0\u003CM&&(x=S.bottom-S.top,0\u003Cv.top-(v.bottom-S.top)-x?(l.style.top=(w=v.top-x-b)+\\\"px\\\",H=!1):A\u003Cx&&(l.style.height=A-5+\\\"px\\\",l.style.top=(w=v.bottom-S.top-b)+\\\"px\\\",T=s.getCursor(),t.from.ch!=T.ch&&(v=s.cursorCoords(T),l.style.left=(y=v.left-C)+\\\"px\\\",S=l.getBoundingClientRect())));var E,O=S.right-k;if(0\u003CO&&(S.right-S.left>k&&(l.style.width=k-5+\\\"px\\\",O-=S.right-S.left-k),l.style.left=(y=v.left-O-C)+\\\"px\\\"),N)for(var P=l.firstChild;P;P=P.nextSibling)P.style.paddingRight=s.display.nativeBarWidth+\\\"px\\\";return s.addKeyMap(this.keyMap=function(t,n){var o={Up:function(){n.moveFocus(-1)},Down:function(){n.moveFocus(1)},PageUp:function(){n.moveFocus(1-n.menuSize(),!0)},PageDown:function(){n.moveFocus(n.menuSize()-1,!0)},Home:function(){n.setFocus(0)},End:function(){n.setFocus(n.length-1)},Enter:n.pick,Tab:n.pick,Esc:n.close};/Mac/.test(navigator.platform)&&(o[\\\"Ctrl-P\\\"]=function(){n.moveFocus(-1)},o[\\\"Ctrl-N\\\"]=function(){n.moveFocus(1)});var i=t.options.customKeys,s=i?{}:o;function e(t,i){var e=\\\"string\\\"!=typeof i?function(t){return i(t,n)}:o.hasOwnProperty(i)?o[i]:i;s[t]=e}if(i)for(var c in i)i.hasOwnProperty(c)&&e(c,i[c]);var r=t.options.extraKeys;if(r)for(var c in r)r.hasOwnProperty(c)&&e(c,r[c]);return s}(o,{moveFocus:function(t,i){e.changeActive(e.selectedHint+t,i)},setFocus:function(t){e.changeActive(t)},menuSize:function(){return e.screenAmount()},length:n.length,close:function(){o.close()},pick:function(){e.pick()},data:t})),o.options.closeOnUnfocus&&(s.on(\\\"blur\\\",this.onBlur=function(){E=setTimeout(function(){o.close()},100)}),s.on(\\\"focus\\\",this.onFocus=function(){clearTimeout(E)})),s.on(\\\"scroll\\\",this.onScroll=function(){var t=s.getScrollInfo(),i=s.getWrapperElement().getBoundingClientRect(),e=w+F.top-t.top,n=e-(r.pageYOffset||(c.documentElement||c.body).scrollTop);if(H||(n+=l.offsetHeight),n\u003C=i.top||n>=i.bottom)return o.close();l.style.top=e+\\\"px\\\",l.style.left=y+F.left-t.left+\\\"px\\\"}),W.on(l,\\\"dblclick\\\",function(t){var i=K(l,t.target||t.srcElement);i&&null!=i.hintId&&(e.changeActive(i.hintId),e.pick())}),W.on(l,\\\"click\\\",function(t){var i=K(l,t.target||t.srcElement);i&&null!=i.hintId&&(e.changeActive(i.hintId),o.options.completeOnSingleClick&&e.pick())}),W.on(l,\\\"mousedown\\\",function(){setTimeout(function(){s.focus()},20)}),this.scrollToActive(),W.signal(t,\\\"select\\\",n[this.selectedHint],l.childNodes[this.selectedHint]),!0}function r(t,i,e,n){var o;t.async?t(i,n,e):(o=t(i,e))&&o.then?o.then(n):n(o)}o.prototype={close:function(){this.active()&&(this.cm.state.completionActive=null,this.tick=null,this.cm.off(\\\"cursorActivity\\\",this.activityFunc),this.widget&&this.data&&W.signal(this.data,\\\"close\\\"),this.widget&&this.widget.close(),W.signal(this.cm,\\\"endCompletion\\\",this.cm))},active:function(){return this.cm.state.completionActive==this},pick:function(t,i){var e=t.list[i],n=this;this.cm.operation(function(){e.hint?e.hint(n.cm,t,e):n.cm.replaceRange(B(e),e.from||t.from,e.to||t.to,\\\"complete\\\"),W.signal(t,\\\"pick\\\",e),n.cm.scrollIntoView()}),this.close()},cursorActivity:function(){this.debounce&&(c(this.debounce),this.debounce=0);var t=this.startPos;this.data&&(t=this.data.from);var i,e=this.cm.getCursor(),n=this.cm.getLine(e.line);e.line!=this.startPos.line||n.length-e.ch!=this.startLen-this.startPos.ch||e.ch\u003Ct.ch||this.cm.somethingSelected()||!e.ch||this.options.closeCharacters.test(n.charAt(e.ch-1))?this.close():((i=this).debounce=s(function(){i.update()}),this.widget&&this.widget.disable())},update:function(i){var e,n;null!=this.tick&&(n=++(e=this).tick,r(this.options.hint,this.cm,this.options,function(t){e.tick==n&&e.finishUpdate(t,i)}))},finishUpdate:function(t,i){this.data&&W.signal(this.data,\\\"update\\\");var e=this.widget&&this.widget.picked||i&&this.options.completeSingle;this.widget&&this.widget.close(),(this.data=t)&&t.list.length&&(e&&1==t.list.length?this.pick(t,0):(this.widget=new n(this,t),W.signal(t,\\\"shown\\\")))}},n.prototype={close:function(){var t;this.completion.widget==this&&(this.completion.widget=null,this.hints.parentNode.removeChild(this.hints),this.completion.cm.removeKeyMap(this.keyMap),t=this.completion.cm,this.completion.options.closeOnUnfocus&&(t.off(\\\"blur\\\",this.onBlur),t.off(\\\"focus\\\",this.onFocus)),t.off(\\\"scroll\\\",this.onScroll))},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var t=this;this.keyMap={Enter:function(){t.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(t,i){var e;t>=this.data.list.length?t=i?this.data.list.length-1:0:t\u003C0&&(t=i?0:this.data.list.length-1),this.selectedHint!=t&&((e=this.hints.childNodes[this.selectedHint])&&(e.className=e.className.replace(\\\" \\\"+I,\\\"\\\")),(e=this.hints.childNodes[this.selectedHint=t]).className+=\\\" \\\"+I,this.scrollToActive(),W.signal(this.data,\\\"select\\\",this.data.list[this.selectedHint],e))},scrollToActive:function(){var t=this.completion.options.scrollMargin||0,i=this.hints.childNodes[Math.max(0,this.selectedHint-t)],e=this.hints.childNodes[Math.min(this.data.list.length-1,this.selectedHint+t)],n=this.hints.firstChild;i.offsetTop\u003Cthis.hints.scrollTop?this.hints.scrollTop=i.offsetTop-n.offsetTop:e.offsetTop+e.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=e.offsetTop+e.offsetHeight-this.hints.clientHeight+n.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1}},W.registerHelper(\\\"hint\\\",\\\"auto\\\",{resolve:function(t,i){var e,c=t.getHelpers(i,\\\"hint\\\");if(c.length){var n=function(t,n,o){var s=function(t,i){if(!t.somethingSelected())return i;for(var e=[],n=0;n\u003Ci.length;n++)i[n].supportsSelection&&e.push(i[n]);return e}(t,c);!function i(e){if(e==s.length)return n(null);r(s[e],t,o,function(t){t&&0\u003Ct.list.length?n(t):i(e+1)})}(0)};return n.async=!0,n.supportsSelection=!0,n}return(e=t.getHelper(t.getCursor(),\\\"hintWords\\\"))?function(t){return W.hint.fromList(t,{words:e})}:W.hint.anyword?function(t,i){return W.hint.anyword(t,i)}:function(){}}}),W.registerHelper(\\\"hint\\\",\\\"fromList\\\",function(t,i){var e,n=t.getCursor(),o=t.getTokenAt(n),s=W.Pos(n.line,o.start),c=n;o.start\u003Cn.ch&&/\\\\w/.test(o.string.charAt(n.ch-o.start-1))?e=o.string.substr(0,n.ch-o.start):(e=\\\"\\\",s=n);for(var r=[],l=0;l\u003Ci.words.length;l++){var h=i.words[l];h.slice(0,e.length)==e&&r.push(h)}if(r.length)return{list:r,from:s,to:c}}),W.commands.autocomplete=W.showHint;var l={hint:W.hint.auto,completeSingle:!0,alignWithWord:!0,closeCharacters:/[\\\\s()\\\\[\\\\]{};:>,]/,closeOnUnfocus:!0,completeOnSingleClick:!0,container:null,customKeys:null,extraKeys:null};W.defineOption(\\\"hintOptions\\\",null)});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css\":{\"text\":\".CodeMirror-hints {\\n position: absolute;\\n z-index: 10;\\n overflow: hidden;\\n list-style: none;\\n\\n margin: 0;\\n padding: 2px;\\n\\n -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\\n -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);\\n box-shadow: 2px 3px 5px rgba(0,0,0,.2);\\n border-radius: 3px;\\n border: 1px solid silver;\\n\\n background: white;\\n font-size: 90%;\\n font-family: monospace;\\n\\n max-height: 20em;\\n overflow-y: auto;\\n}\\n\\n.CodeMirror-hint {\\n margin: 0;\\n padding: 0 4px;\\n border-radius: 2px;\\n white-space: pre;\\n color: black;\\n cursor: pointer;\\n}\\n\\nli.CodeMirror-hint-active {\\n background: #08f;\\n color: white;\\n}\\n\",\"type\":\"text/css\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css\",\"tags\":\"[[$:/tags/Stylesheet]]\"},\"$:/plugins/tiddlywiki/codemirror/addon/hint/xml-hint.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(t){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?t(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],t):t(CodeMirror)}(function(H){\\\"use strict\\\";var R=H.Pos;function z(t,e,r){return r?0\u003C=t.indexOf(e):0==t.lastIndexOf(e,0)}H.registerHelper(\\\"hint\\\",\\\"xml\\\",function(t,e){var r=e&&e.schemaInfo,n=e&&e.quoteChar||'\\\"',s=e&&e.matchInMiddle;if(r){var i=t.getCursor(),o=t.getTokenAt(i);if(o.end>i.ch&&(o.end=i.ch,o.string=o.string.slice(0,i.ch-o.start)),(p=H.innerMode(t.getMode(),o.state)).mode.xmlCurrentTag){var a,l,g,c=[],f=!1,h=/\\\\btag\\\\b/.test(o.type)&&!/>$/.test(o.string),u=h&&/^\\\\w/.test(o.string);u?(M=t.getLine(i.line).slice(Math.max(0,o.start-2),o.start),(g=/\u003C\\\\/$/.test(M)?\\\"close\\\":/\u003C$/.test(M)?\\\"open\\\":null)&&(l=o.start-(\\\"close\\\"==g?2:1))):h&&\\\"\u003C\\\"==o.string?g=\\\"open\\\":h&&\\\"\u003C/\\\"==o.string&&(g=\\\"close\\\");var d=p.mode.xmlCurrentTag(p.state);if(!h&&!d||g){u&&(a=o.string),f=g;var p,m=p.mode.xmlCurrentContext?p.mode.xmlCurrentContext(p.state):[],v=(p=m.length&&m[m.length-1])&&r[p],y=p?v&&v.children:r[\\\"!top\\\"];if(y&&\\\"close\\\"!=g)for(var x=0;x\u003Cy.length;++x)a&&!z(y[x],a,s)||c.push(\\\"\u003C\\\"+y[x]);else if(\\\"close\\\"!=g)for(var C in r)!r.hasOwnProperty(C)||\\\"!top\\\"==C||\\\"!attrs\\\"==C||a&&!z(C,a,s)||c.push(\\\"\u003C\\\"+C);p&&(!a||\\\"close\\\"==g&&z(p,a,s))&&c.push(\\\"\u003C/\\\"+p+\\\">\\\")}else{var b=(v=d&&r[d.name])&&v.attrs,O=r[\\\"!attrs\\\"];if(!b&&!O)return;if(b){if(O){var w={};for(var A in O)O.hasOwnProperty(A)&&(w[A]=O[A]);for(var A in b)b.hasOwnProperty(A)&&(w[A]=b[A]);b=w}}else b=O;if(\\\"string\\\"==o.type||\\\"=\\\"==o.string){var M,P,$,I,T,j=(M=t.getRange(R(i.line,Math.max(0,i.ch-60)),R(i.line,\\\"string\\\"==o.type?o.start:o.end))).match(/([^\\\\s\\\\u00a0=\u003C>\\\\\\\"\\\\']+)=$/);if(!j||!b.hasOwnProperty(j[1])||!(P=b[j[1]]))return;\\\"function\\\"==typeof P&&(P=P.call(this,t)),\\\"string\\\"==o.type&&(a=o.string,$=0,/['\\\"]/.test(o.string.charAt(0))&&(n=o.string.charAt(0),a=o.string.slice(1),$++),I=o.string.length,/['\\\"]/.test(o.string.charAt(I-1))&&(n=o.string.charAt(I-1),a=o.string.substr($,I-2)),!$||(T=t.getLine(i.line)).length>o.end&&T.charAt(o.end)==n&&o.end++,f=!0);var q=function(t){if(t)for(var e=0;e\u003Ct.length;++e)a&&!z(t[e],a,s)||c.push(n+t[e]+n);return k()};return P&&P.then?P.then(q):q(P)}for(var L in\\\"attribute\\\"==o.type&&(a=o.string,f=!0),b)!b.hasOwnProperty(L)||a&&!z(L,a,s)||c.push(L)}return k()}}function k(){return{list:c,from:f?R(i.line,null==l?o.start:l):i,to:f?R(i.line,o.end):i}}})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/hint/xml-hint.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror-autocomplete/readme\":{\"title\":\"$:/plugins/tiddlywiki/codemirror-autocomplete/readme\",\"text\":\"This plugin enhances the [[CodeMirror|http://codemirror.net]] text editor with Autocompletion functionality. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\\n\\nIt adds Autocompletion for ''html'', ''javascript'' and ''xml'' and also for ''already present words'' within a text-editor instance\\n\\nThe ''Keyboard Shortcut'' for autocompletion is `Ctrl+Space`\\n\\n\"}}}"},
{"title":"$:/plugins/tiddlywiki/codemirror-closebrackets","name":"CodeMirror Close Brackets","description":"Close brackets for CodeMirror","parent-plugin":"$:/plugins/tiddlywiki/codemirror","list":"readme","version":"5.2.0","plugin-type":"plugin","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/config/codemirror/autoCloseBrackets\":{\"title\":\"$:/config/codemirror/autoCloseBrackets\",\"type\":\"bool\",\"text\":\"true\"},\"$:/config/codemirror/matchBrackets\":{\"title\":\"$:/config/codemirror/matchBrackets\",\"type\":\"bool\",\"text\":\"true\\n\"},\"$:/plugins/tiddlywiki/codemirror/addon/edit/closebrackets.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],e):e(CodeMirror)}(function(C){var r={pairs:\\\"()[]{}''\\\\\\\"\\\\\\\"\\\",closeBefore:\\\")]}'\\\\\\\":;>\\\",triples:\\\"\\\",explode:\\\"[]{}\\\"},x=C.Pos;function P(e,t){return\\\"pairs\\\"==t&&\\\"string\\\"==typeof e?e:\\\"object\\\"==typeof e&&null!=e[t]?e[t]:r[t]}C.defineOption(\\\"autoCloseBrackets\\\",!1,function(e,t,r){r&&r!=C.Init&&(e.removeKeyMap(i),e.state.closeBrackets=null),t&&(n(P(t,\\\"pairs\\\")),e.state.closeBrackets=t,e.addKeyMap(i))});var i={Backspace:function(e){var t=k(e);if(!t||e.getOption(\\\"disableInput\\\"))return C.Pass;for(var r=P(t,\\\"pairs\\\"),n=e.listSelections(),i=0;i\u003Cn.length;i++){if(!n[i].empty())return C.Pass;var a=s(e,n[i].head);if(!a||r.indexOf(a)%2!=0)return C.Pass}for(i=n.length-1;0\u003C=i;i--){var o=n[i].head;e.replaceRange(\\\"\\\",x(o.line,o.ch-1),x(o.line,o.ch+1),\\\"+delete\\\")}},Enter:function(n){var e=k(n),t=e&&P(e,\\\"explode\\\");if(!t||n.getOption(\\\"disableInput\\\"))return C.Pass;for(var i=n.listSelections(),r=0;r\u003Ci.length;r++){if(!i[r].empty())return C.Pass;var a=s(n,i[r].head);if(!a||t.indexOf(a)%2!=0)return C.Pass}n.operation(function(){var e=n.lineSeparator()||\\\"\\\\n\\\";n.replaceSelection(e+e,null),n.execCommand(\\\"goCharLeft\\\"),i=n.listSelections();for(var t=0;t\u003Ci.length;t++){var r=i[t].head.line;n.indentLine(r,null,!0),n.indentLine(r+1,null,!0)}})}};function n(e){for(var t=0;t\u003Ce.length;t++){var r=e.charAt(t),n=\\\"'\\\"+r+\\\"'\\\";i[n]||(i[n]=function(t){return function(e){return function(i,e){var t=k(i);if(!t||i.getOption(\\\"disableInput\\\"))return C.Pass;var r=P(t,\\\"pairs\\\"),n=r.indexOf(e);if(-1==n)return C.Pass;for(var a,o=P(t,\\\"closeBefore\\\"),s=P(t,\\\"triples\\\"),l=r.charAt(n+1)==e,c=i.listSelections(),f=n%2==0,h=0;h\u003Cc.length;h++){var u,d=c[h],p=d.head,g=i.getRange(p,x(p.line,p.ch+1));if(f&&!d.empty())u=\\\"surround\\\";else if(!l&&f||g!=e)if(l&&1\u003Cp.ch&&0\u003C=s.indexOf(e)&&i.getRange(x(p.line,p.ch-2),p)==e+e){if(2\u003Cp.ch&&/\\\\bstring/.test(i.getTokenTypeAt(x(p.line,p.ch-2))))return C.Pass;u=\\\"addFour\\\"}else if(l){var v=0==p.ch?\\\" \\\":i.getRange(x(p.line,p.ch-1),p);if(C.isWordChar(g)||v==e||C.isWordChar(v))return C.Pass;u=\\\"both\\\"}else{if(!f||!(0===g.length||/\\\\s/.test(g)||-1\u003Co.indexOf(g)))return C.Pass;u=\\\"both\\\"}else u=l&&function(e,t){var r=e.getTokenAt(x(t.line,t.ch+1));return/\\\\bstring/.test(r.type)&&r.start==t.ch&&(0==t.ch||!/\\\\bstring/.test(e.getTokenTypeAt(t)))}(i,p)?\\\"both\\\":0\u003C=s.indexOf(e)&&i.getRange(p,x(p.line,p.ch+3))==e+e+e?\\\"skipThree\\\":\\\"skip\\\";if(a){if(a!=u)return C.Pass}else a=u}var m=n%2?r.charAt(n-1):e,b=n%2?e:r.charAt(n+1);i.operation(function(){if(\\\"skip\\\"==a)i.execCommand(\\\"goCharRight\\\");else if(\\\"skipThree\\\"==a)for(var e=0;e\u003C3;e++)i.execCommand(\\\"goCharRight\\\");else if(\\\"surround\\\"==a){for(var t=i.getSelections(),e=0;e\u003Ct.length;e++)t[e]=m+t[e]+b;i.replaceSelections(t,\\\"around\\\"),t=i.listSelections().slice();for(e=0;e\u003Ct.length;e++)t[e]=(r=t[e],n=0\u003CC.cmpPos(r.anchor,r.head),{anchor:new x(r.anchor.line,r.anchor.ch+(n?-1:1)),head:new x(r.head.line,r.head.ch+(n?1:-1))});i.setSelections(t)}else\\\"both\\\"==a?(i.replaceSelection(m+b,null),i.triggerElectric(m+b),i.execCommand(\\\"goCharLeft\\\")):\\\"addFour\\\"==a&&(i.replaceSelection(m+m+m+m,\\\"before\\\"),i.execCommand(\\\"goCharRight\\\"));var r,n})}(e,t)}}(r))}}function k(e){var t=e.state.closeBrackets;return t&&!t.override&&e.getModeAt(e.getCursor()).closeBrackets||t}function s(e,t){var r=e.getRange(x(t.line,t.ch-1),x(t.line,t.ch+1));return 2==r.length?r:null}n(r.pairs+\\\"`\\\")});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/edit/closebrackets.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(t){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?t(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],t):t(CodeMirror)}(function(i){var h=/MSIE \\\\d/.test(navigator.userAgent)&&(null==document.documentMode||document.documentMode\u003C8),k=i.Pos,p={\\\"(\\\":\\\")>\\\",\\\")\\\":\\\"(\u003C\\\",\\\"[\\\":\\\"]>\\\",\\\"]\\\":\\\"[\u003C\\\",\\\"{\\\":\\\"}>\\\",\\\"}\\\":\\\"{\u003C\\\",\\\"\u003C\\\":\\\">>\\\",\\\">\\\":\\\"\u003C\u003C\\\"};function v(t){return t&&t.bracketRegex||/[(){}[\\\\]]/}function u(t,e,n){var r=t.getLineHandle(e.line),i=e.ch-1,c=n&&n.afterCursor;null==c&&(c=/(^| )cm-fat-cursor($| )/.test(t.getWrapperElement().className));var a=v(n),o=!c&&0\u003C=i&&a.test(r.text.charAt(i))&&p[r.text.charAt(i)]||a.test(r.text.charAt(i+1))&&p[r.text.charAt(++i)];if(!o)return null;var l=\\\">\\\"==o.charAt(1)?1:-1;if(n&&n.strict&&0\u003Cl!=(i==e.ch))return null;var s=t.getTokenTypeAt(k(e.line,i+1)),h=f(t,k(e.line,i+(0\u003Cl?1:0)),l,s||null,n);return null==h?null:{from:k(e.line,i),to:h&&h.pos,match:h&&h.ch==o.charAt(0),forward:0\u003Cl}}function f(t,e,n,r,i){for(var c=i&&i.maxScanLineLength||1e4,a=i&&i.maxScanLines||1e3,o=[],l=v(i),s=0\u003Cn?Math.min(e.line+a,t.lastLine()+1):Math.max(t.firstLine()-1,e.line-a),h=e.line;h!=s;h+=n){var u=t.getLine(h);if(u){var f=0\u003Cn?0:u.length-1,m=0\u003Cn?u.length:-1;if(!(u.length>c))for(h==e.line&&(f=e.ch-(n\u003C0?1:0));f!=m;f+=n){var g=u.charAt(f);if(l.test(g)&&(void 0===r||t.getTokenTypeAt(k(h,f+1))==r)){var d=p[g];if(d&&\\\">\\\"==d.charAt(1)==0\u003Cn)o.push(g);else{if(!o.length)return{pos:k(h,f),ch:g};o.pop()}}}}}return h-n!=(0\u003Cn?t.lastLine():t.firstLine())&&null}function e(t,e,n){for(var r=t.state.matchBrackets.maxHighlightLineLength||1e3,i=[],c=t.listSelections(),a=0;a\u003Cc.length;a++){var o,l=c[a].empty()&&u(t,c[a].head,n);l&&t.getLine(l.from.line).length\u003C=r&&(o=l.match?\\\"CodeMirror-matchingbracket\\\":\\\"CodeMirror-nonmatchingbracket\\\",i.push(t.markText(l.from,k(l.from.line,l.from.ch+1),{className:o})),l.to&&t.getLine(l.to.line).length\u003C=r&&i.push(t.markText(l.to,k(l.to.line,l.to.ch+1),{className:o})))}if(i.length){h&&t.state.focused&&t.focus();function s(){t.operation(function(){for(var t=0;t\u003Ci.length;t++)i[t].clear()})}if(!e)return s;setTimeout(s,800)}}function c(t){t.operation(function(){t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null),t.state.matchBrackets.currentlyHighlighted=e(t,!1,t.state.matchBrackets)})}i.defineOption(\\\"matchBrackets\\\",!1,function(t,e,n){function r(t){t.state.matchBrackets&&t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null)}n&&n!=i.Init&&(t.off(\\\"cursorActivity\\\",c),t.off(\\\"focus\\\",c),t.off(\\\"blur\\\",r),r(t)),e&&(t.state.matchBrackets=\\\"object\\\"==typeof e?e:{},t.on(\\\"cursorActivity\\\",c),t.on(\\\"focus\\\",c),t.on(\\\"blur\\\",r))}),i.defineExtension(\\\"matchBrackets\\\",function(){e(this,!0)}),i.defineExtension(\\\"findMatchingBracket\\\",function(t,e,n){return!n&&\\\"boolean\\\"!=typeof e||(e=n?(n.strict=e,n):e?{strict:!0}:null),u(this,t,e)}),i.defineExtension(\\\"scanForBracket\\\",function(t,e,n,r){return f(this,t,e,n,r)})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/edit/matchbrackets.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror-closebrackets/readme\":{\"title\":\"$:/plugins/tiddlywiki/codemirror-closebrackets/readme\",\"text\":\"This plugin adds the ability to automatically insert the closing brackets when you type an opening bracket.\\nAlso enables highlighting of matching brackets.\\n\\nIt needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\\n\\n\"}}}"},
{"title":"$:/plugins/tiddlywiki/codemirror-keymap-vim","name":"CodeMirror Keymap Vim","description":"Keymap compatible with Vim for CodeMirror","parent-plugin":"$:/plugins/tiddlywiki/codemirror","dependents":"$:/plugins/tiddlywiki/codemirror-search-replace $:/plugins/tiddlywiki/codemirror-closebrackets","list":"readme","version":"5.2.0","plugin-type":"plugin","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/tiddlywiki/codemirror/keymaps/vim\":{\"title\":\"$:/plugins/tiddlywiki/codemirror/keymaps/vim\",\"module-type\":\"codemirror-keymap\",\"text\":\"vim\\n\"},\"$:/plugins/tiddlywiki/codemirror/keymap/vim.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../lib/codemirror\\\"),require(\\\"../addon/search/searchcursor\\\"),require(\\\"../addon/dialog/dialog\\\"),require(\\\"../addon/edit/matchbrackets.js\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../lib/codemirror\\\",\\\"../addon/search/searchcursor\\\",\\\"../addon/dialog/dialog\\\",\\\"../addon/edit/matchbrackets\\\"],e):e(CodeMirror)}(function(Ze){\\\"use strict\\\";var Ge=[{keys:\\\"\u003CLeft>\\\",type:\\\"keyToKey\\\",toKeys:\\\"h\\\"},{keys:\\\"\u003CRight>\\\",type:\\\"keyToKey\\\",toKeys:\\\"l\\\"},{keys:\\\"\u003CUp>\\\",type:\\\"keyToKey\\\",toKeys:\\\"k\\\"},{keys:\\\"\u003CDown>\\\",type:\\\"keyToKey\\\",toKeys:\\\"j\\\"},{keys:\\\"\u003CSpace>\\\",type:\\\"keyToKey\\\",toKeys:\\\"l\\\"},{keys:\\\"\u003CBS>\\\",type:\\\"keyToKey\\\",toKeys:\\\"h\\\",context:\\\"normal\\\"},{keys:\\\"\u003CDel>\\\",type:\\\"keyToKey\\\",toKeys:\\\"x\\\",context:\\\"normal\\\"},{keys:\\\"\u003CC-Space>\\\",type:\\\"keyToKey\\\",toKeys:\\\"W\\\"},{keys:\\\"\u003CC-BS>\\\",type:\\\"keyToKey\\\",toKeys:\\\"B\\\",context:\\\"normal\\\"},{keys:\\\"\u003CS-Space>\\\",type:\\\"keyToKey\\\",toKeys:\\\"w\\\"},{keys:\\\"\u003CS-BS>\\\",type:\\\"keyToKey\\\",toKeys:\\\"b\\\",context:\\\"normal\\\"},{keys:\\\"\u003CC-n>\\\",type:\\\"keyToKey\\\",toKeys:\\\"j\\\"},{keys:\\\"\u003CC-p>\\\",type:\\\"keyToKey\\\",toKeys:\\\"k\\\"},{keys:\\\"\u003CC-[>\\\",type:\\\"keyToKey\\\",toKeys:\\\"\u003CEsc>\\\"},{keys:\\\"\u003CC-c>\\\",type:\\\"keyToKey\\\",toKeys:\\\"\u003CEsc>\\\"},{keys:\\\"\u003CC-[>\\\",type:\\\"keyToKey\\\",toKeys:\\\"\u003CEsc>\\\",context:\\\"insert\\\"},{keys:\\\"\u003CC-c>\\\",type:\\\"keyToKey\\\",toKeys:\\\"\u003CEsc>\\\",context:\\\"insert\\\"},{keys:\\\"s\\\",type:\\\"keyToKey\\\",toKeys:\\\"cl\\\",context:\\\"normal\\\"},{keys:\\\"s\\\",type:\\\"keyToKey\\\",toKeys:\\\"c\\\",context:\\\"visual\\\"},{keys:\\\"S\\\",type:\\\"keyToKey\\\",toKeys:\\\"cc\\\",context:\\\"normal\\\"},{keys:\\\"S\\\",type:\\\"keyToKey\\\",toKeys:\\\"VdO\\\",context:\\\"visual\\\"},{keys:\\\"\u003CHome>\\\",type:\\\"keyToKey\\\",toKeys:\\\"0\\\"},{keys:\\\"\u003CEnd>\\\",type:\\\"keyToKey\\\",toKeys:\\\"$\\\"},{keys:\\\"\u003CPageUp>\\\",type:\\\"keyToKey\\\",toKeys:\\\"\u003CC-b>\\\"},{keys:\\\"\u003CPageDown>\\\",type:\\\"keyToKey\\\",toKeys:\\\"\u003CC-f>\\\"},{keys:\\\"\u003CCR>\\\",type:\\\"keyToKey\\\",toKeys:\\\"j^\\\",context:\\\"normal\\\"},{keys:\\\"\u003CIns>\\\",type:\\\"action\\\",action:\\\"toggleOverwrite\\\",context:\\\"insert\\\"},{keys:\\\"H\\\",type:\\\"motion\\\",motion:\\\"moveToTopLine\\\",motionArgs:{linewise:!0,toJumplist:!0}},{keys:\\\"M\\\",type:\\\"motion\\\",motion:\\\"moveToMiddleLine\\\",motionArgs:{linewise:!0,toJumplist:!0}},{keys:\\\"L\\\",type:\\\"motion\\\",motion:\\\"moveToBottomLine\\\",motionArgs:{linewise:!0,toJumplist:!0}},{keys:\\\"h\\\",type:\\\"motion\\\",motion:\\\"moveByCharacters\\\",motionArgs:{forward:!1}},{keys:\\\"l\\\",type:\\\"motion\\\",motion:\\\"moveByCharacters\\\",motionArgs:{forward:!0}},{keys:\\\"j\\\",type:\\\"motion\\\",motion:\\\"moveByLines\\\",motionArgs:{forward:!0,linewise:!0}},{keys:\\\"k\\\",type:\\\"motion\\\",motion:\\\"moveByLines\\\",motionArgs:{forward:!1,linewise:!0}},{keys:\\\"gj\\\",type:\\\"motion\\\",motion:\\\"moveByDisplayLines\\\",motionArgs:{forward:!0}},{keys:\\\"gk\\\",type:\\\"motion\\\",motion:\\\"moveByDisplayLines\\\",motionArgs:{forward:!1}},{keys:\\\"w\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!0,wordEnd:!1}},{keys:\\\"W\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!0,wordEnd:!1,bigWord:!0}},{keys:\\\"e\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!0,wordEnd:!0,inclusive:!0}},{keys:\\\"E\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!0,wordEnd:!0,bigWord:!0,inclusive:!0}},{keys:\\\"b\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!1,wordEnd:!1}},{keys:\\\"B\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!1,wordEnd:!1,bigWord:!0}},{keys:\\\"ge\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!1,wordEnd:!0,inclusive:!0}},{keys:\\\"gE\\\",type:\\\"motion\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!1,wordEnd:!0,bigWord:!0,inclusive:!0}},{keys:\\\"{\\\",type:\\\"motion\\\",motion:\\\"moveByParagraph\\\",motionArgs:{forward:!1,toJumplist:!0}},{keys:\\\"}\\\",type:\\\"motion\\\",motion:\\\"moveByParagraph\\\",motionArgs:{forward:!0,toJumplist:!0}},{keys:\\\"(\\\",type:\\\"motion\\\",motion:\\\"moveBySentence\\\",motionArgs:{forward:!1}},{keys:\\\")\\\",type:\\\"motion\\\",motion:\\\"moveBySentence\\\",motionArgs:{forward:!0}},{keys:\\\"\u003CC-f>\\\",type:\\\"motion\\\",motion:\\\"moveByPage\\\",motionArgs:{forward:!0}},{keys:\\\"\u003CC-b>\\\",type:\\\"motion\\\",motion:\\\"moveByPage\\\",motionArgs:{forward:!1}},{keys:\\\"\u003CC-d>\\\",type:\\\"motion\\\",motion:\\\"moveByScroll\\\",motionArgs:{forward:!0,explicitRepeat:!0}},{keys:\\\"\u003CC-u>\\\",type:\\\"motion\\\",motion:\\\"moveByScroll\\\",motionArgs:{forward:!1,explicitRepeat:!0}},{keys:\\\"gg\\\",type:\\\"motion\\\",motion:\\\"moveToLineOrEdgeOfDocument\\\",motionArgs:{forward:!1,explicitRepeat:!0,linewise:!0,toJumplist:!0}},{keys:\\\"G\\\",type:\\\"motion\\\",motion:\\\"moveToLineOrEdgeOfDocument\\\",motionArgs:{forward:!0,explicitRepeat:!0,linewise:!0,toJumplist:!0}},{keys:\\\"0\\\",type:\\\"motion\\\",motion:\\\"moveToStartOfLine\\\"},{keys:\\\"^\\\",type:\\\"motion\\\",motion:\\\"moveToFirstNonWhiteSpaceCharacter\\\"},{keys:\\\"+\\\",type:\\\"motion\\\",motion:\\\"moveByLines\\\",motionArgs:{forward:!0,toFirstChar:!0}},{keys:\\\"-\\\",type:\\\"motion\\\",motion:\\\"moveByLines\\\",motionArgs:{forward:!1,toFirstChar:!0}},{keys:\\\"_\\\",type:\\\"motion\\\",motion:\\\"moveByLines\\\",motionArgs:{forward:!0,toFirstChar:!0,repeatOffset:-1}},{keys:\\\"$\\\",type:\\\"motion\\\",motion:\\\"moveToEol\\\",motionArgs:{inclusive:!0}},{keys:\\\"%\\\",type:\\\"motion\\\",motion:\\\"moveToMatchedSymbol\\\",motionArgs:{inclusive:!0,toJumplist:!0}},{keys:\\\"f\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"moveToCharacter\\\",motionArgs:{forward:!0,inclusive:!0}},{keys:\\\"F\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"moveToCharacter\\\",motionArgs:{forward:!1}},{keys:\\\"t\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"moveTillCharacter\\\",motionArgs:{forward:!0,inclusive:!0}},{keys:\\\"T\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"moveTillCharacter\\\",motionArgs:{forward:!1}},{keys:\\\";\\\",type:\\\"motion\\\",motion:\\\"repeatLastCharacterSearch\\\",motionArgs:{forward:!0}},{keys:\\\",\\\",type:\\\"motion\\\",motion:\\\"repeatLastCharacterSearch\\\",motionArgs:{forward:!1}},{keys:\\\"'\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"goToMark\\\",motionArgs:{toJumplist:!0,linewise:!0}},{keys:\\\"`\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"goToMark\\\",motionArgs:{toJumplist:!0}},{keys:\\\"]`\\\",type:\\\"motion\\\",motion:\\\"jumpToMark\\\",motionArgs:{forward:!0}},{keys:\\\"[`\\\",type:\\\"motion\\\",motion:\\\"jumpToMark\\\",motionArgs:{forward:!1}},{keys:\\\"]'\\\",type:\\\"motion\\\",motion:\\\"jumpToMark\\\",motionArgs:{forward:!0,linewise:!0}},{keys:\\\"['\\\",type:\\\"motion\\\",motion:\\\"jumpToMark\\\",motionArgs:{forward:!1,linewise:!0}},{keys:\\\"]p\\\",type:\\\"action\\\",action:\\\"paste\\\",isEdit:!0,actionArgs:{after:!0,isEdit:!0,matchIndent:!0}},{keys:\\\"[p\\\",type:\\\"action\\\",action:\\\"paste\\\",isEdit:!0,actionArgs:{after:!1,isEdit:!0,matchIndent:!0}},{keys:\\\"]\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"moveToSymbol\\\",motionArgs:{forward:!0,toJumplist:!0}},{keys:\\\"[\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"moveToSymbol\\\",motionArgs:{forward:!1,toJumplist:!0}},{keys:\\\"|\\\",type:\\\"motion\\\",motion:\\\"moveToColumn\\\"},{keys:\\\"o\\\",type:\\\"motion\\\",motion:\\\"moveToOtherHighlightedEnd\\\",context:\\\"visual\\\"},{keys:\\\"O\\\",type:\\\"motion\\\",motion:\\\"moveToOtherHighlightedEnd\\\",motionArgs:{sameLine:!0},context:\\\"visual\\\"},{keys:\\\"d\\\",type:\\\"operator\\\",operator:\\\"delete\\\"},{keys:\\\"y\\\",type:\\\"operator\\\",operator:\\\"yank\\\"},{keys:\\\"c\\\",type:\\\"operator\\\",operator:\\\"change\\\"},{keys:\\\"=\\\",type:\\\"operator\\\",operator:\\\"indentAuto\\\"},{keys:\\\">\\\",type:\\\"operator\\\",operator:\\\"indent\\\",operatorArgs:{indentRight:!0}},{keys:\\\"\u003C\\\",type:\\\"operator\\\",operator:\\\"indent\\\",operatorArgs:{indentRight:!1}},{keys:\\\"g~\\\",type:\\\"operator\\\",operator:\\\"changeCase\\\"},{keys:\\\"gu\\\",type:\\\"operator\\\",operator:\\\"changeCase\\\",operatorArgs:{toLower:!0},isEdit:!0},{keys:\\\"gU\\\",type:\\\"operator\\\",operator:\\\"changeCase\\\",operatorArgs:{toLower:!1},isEdit:!0},{keys:\\\"n\\\",type:\\\"motion\\\",motion:\\\"findNext\\\",motionArgs:{forward:!0,toJumplist:!0}},{keys:\\\"N\\\",type:\\\"motion\\\",motion:\\\"findNext\\\",motionArgs:{forward:!1,toJumplist:!0}},{keys:\\\"gn\\\",type:\\\"motion\\\",motion:\\\"findAndSelectNextInclusive\\\",motionArgs:{forward:!0}},{keys:\\\"gN\\\",type:\\\"motion\\\",motion:\\\"findAndSelectNextInclusive\\\",motionArgs:{forward:!1}},{keys:\\\"x\\\",type:\\\"operatorMotion\\\",operator:\\\"delete\\\",motion:\\\"moveByCharacters\\\",motionArgs:{forward:!0},operatorMotionArgs:{visualLine:!1}},{keys:\\\"X\\\",type:\\\"operatorMotion\\\",operator:\\\"delete\\\",motion:\\\"moveByCharacters\\\",motionArgs:{forward:!1},operatorMotionArgs:{visualLine:!0}},{keys:\\\"D\\\",type:\\\"operatorMotion\\\",operator:\\\"delete\\\",motion:\\\"moveToEol\\\",motionArgs:{inclusive:!0},context:\\\"normal\\\"},{keys:\\\"D\\\",type:\\\"operator\\\",operator:\\\"delete\\\",operatorArgs:{linewise:!0},context:\\\"visual\\\"},{keys:\\\"Y\\\",type:\\\"operatorMotion\\\",operator:\\\"yank\\\",motion:\\\"expandToLine\\\",motionArgs:{linewise:!0},context:\\\"normal\\\"},{keys:\\\"Y\\\",type:\\\"operator\\\",operator:\\\"yank\\\",operatorArgs:{linewise:!0},context:\\\"visual\\\"},{keys:\\\"C\\\",type:\\\"operatorMotion\\\",operator:\\\"change\\\",motion:\\\"moveToEol\\\",motionArgs:{inclusive:!0},context:\\\"normal\\\"},{keys:\\\"C\\\",type:\\\"operator\\\",operator:\\\"change\\\",operatorArgs:{linewise:!0},context:\\\"visual\\\"},{keys:\\\"~\\\",type:\\\"operatorMotion\\\",operator:\\\"changeCase\\\",motion:\\\"moveByCharacters\\\",motionArgs:{forward:!0},operatorArgs:{shouldMoveCursor:!0},context:\\\"normal\\\"},{keys:\\\"~\\\",type:\\\"operator\\\",operator:\\\"changeCase\\\",context:\\\"visual\\\"},{keys:\\\"\u003CC-w>\\\",type:\\\"operatorMotion\\\",operator:\\\"delete\\\",motion:\\\"moveByWords\\\",motionArgs:{forward:!1,wordEnd:!1},context:\\\"insert\\\"},{keys:\\\"\u003CC-w>\\\",type:\\\"idle\\\",context:\\\"normal\\\"},{keys:\\\"\u003CC-i>\\\",type:\\\"action\\\",action:\\\"jumpListWalk\\\",actionArgs:{forward:!0}},{keys:\\\"\u003CC-o>\\\",type:\\\"action\\\",action:\\\"jumpListWalk\\\",actionArgs:{forward:!1}},{keys:\\\"\u003CC-e>\\\",type:\\\"action\\\",action:\\\"scroll\\\",actionArgs:{forward:!0,linewise:!0}},{keys:\\\"\u003CC-y>\\\",type:\\\"action\\\",action:\\\"scroll\\\",actionArgs:{forward:!1,linewise:!0}},{keys:\\\"a\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"charAfter\\\"},context:\\\"normal\\\"},{keys:\\\"A\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"eol\\\"},context:\\\"normal\\\"},{keys:\\\"A\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"endOfSelectedArea\\\"},context:\\\"visual\\\"},{keys:\\\"i\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"inplace\\\"},context:\\\"normal\\\"},{keys:\\\"gi\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"lastEdit\\\"},context:\\\"normal\\\"},{keys:\\\"I\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"firstNonBlank\\\"},context:\\\"normal\\\"},{keys:\\\"gI\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"bol\\\"},context:\\\"normal\\\"},{keys:\\\"I\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{insertAt:\\\"startOfSelectedArea\\\"},context:\\\"visual\\\"},{keys:\\\"o\\\",type:\\\"action\\\",action:\\\"newLineAndEnterInsertMode\\\",isEdit:!0,interlaceInsertRepeat:!0,actionArgs:{after:!0},context:\\\"normal\\\"},{keys:\\\"O\\\",type:\\\"action\\\",action:\\\"newLineAndEnterInsertMode\\\",isEdit:!0,interlaceInsertRepeat:!0,actionArgs:{after:!1},context:\\\"normal\\\"},{keys:\\\"v\\\",type:\\\"action\\\",action:\\\"toggleVisualMode\\\"},{keys:\\\"V\\\",type:\\\"action\\\",action:\\\"toggleVisualMode\\\",actionArgs:{linewise:!0}},{keys:\\\"\u003CC-v>\\\",type:\\\"action\\\",action:\\\"toggleVisualMode\\\",actionArgs:{blockwise:!0}},{keys:\\\"\u003CC-q>\\\",type:\\\"action\\\",action:\\\"toggleVisualMode\\\",actionArgs:{blockwise:!0}},{keys:\\\"gv\\\",type:\\\"action\\\",action:\\\"reselectLastSelection\\\"},{keys:\\\"J\\\",type:\\\"action\\\",action:\\\"joinLines\\\",isEdit:!0},{keys:\\\"gJ\\\",type:\\\"action\\\",action:\\\"joinLines\\\",actionArgs:{keepSpaces:!0},isEdit:!0},{keys:\\\"p\\\",type:\\\"action\\\",action:\\\"paste\\\",isEdit:!0,actionArgs:{after:!0,isEdit:!0}},{keys:\\\"P\\\",type:\\\"action\\\",action:\\\"paste\\\",isEdit:!0,actionArgs:{after:!1,isEdit:!0}},{keys:\\\"r\u003Ccharacter>\\\",type:\\\"action\\\",action:\\\"replace\\\",isEdit:!0},{keys:\\\"@\u003Ccharacter>\\\",type:\\\"action\\\",action:\\\"replayMacro\\\"},{keys:\\\"q\u003Ccharacter>\\\",type:\\\"action\\\",action:\\\"enterMacroRecordMode\\\"},{keys:\\\"R\\\",type:\\\"action\\\",action:\\\"enterInsertMode\\\",isEdit:!0,actionArgs:{replace:!0},context:\\\"normal\\\"},{keys:\\\"R\\\",type:\\\"operator\\\",operator:\\\"change\\\",operatorArgs:{linewise:!0,fullLine:!0},context:\\\"visual\\\",exitVisualBlock:!0},{keys:\\\"u\\\",type:\\\"action\\\",action:\\\"undo\\\",context:\\\"normal\\\"},{keys:\\\"u\\\",type:\\\"operator\\\",operator:\\\"changeCase\\\",operatorArgs:{toLower:!0},context:\\\"visual\\\",isEdit:!0},{keys:\\\"U\\\",type:\\\"operator\\\",operator:\\\"changeCase\\\",operatorArgs:{toLower:!1},context:\\\"visual\\\",isEdit:!0},{keys:\\\"\u003CC-r>\\\",type:\\\"action\\\",action:\\\"redo\\\"},{keys:\\\"m\u003Ccharacter>\\\",type:\\\"action\\\",action:\\\"setMark\\\"},{keys:'\\\"\u003Ccharacter>',type:\\\"action\\\",action:\\\"setRegister\\\"},{keys:\\\"zz\\\",type:\\\"action\\\",action:\\\"scrollToCursor\\\",actionArgs:{position:\\\"center\\\"}},{keys:\\\"z.\\\",type:\\\"action\\\",action:\\\"scrollToCursor\\\",actionArgs:{position:\\\"center\\\"},motion:\\\"moveToFirstNonWhiteSpaceCharacter\\\"},{keys:\\\"zt\\\",type:\\\"action\\\",action:\\\"scrollToCursor\\\",actionArgs:{position:\\\"top\\\"}},{keys:\\\"z\u003CCR>\\\",type:\\\"action\\\",action:\\\"scrollToCursor\\\",actionArgs:{position:\\\"top\\\"},motion:\\\"moveToFirstNonWhiteSpaceCharacter\\\"},{keys:\\\"z-\\\",type:\\\"action\\\",action:\\\"scrollToCursor\\\",actionArgs:{position:\\\"bottom\\\"}},{keys:\\\"zb\\\",type:\\\"action\\\",action:\\\"scrollToCursor\\\",actionArgs:{position:\\\"bottom\\\"},motion:\\\"moveToFirstNonWhiteSpaceCharacter\\\"},{keys:\\\".\\\",type:\\\"action\\\",action:\\\"repeatLastEdit\\\"},{keys:\\\"\u003CC-a>\\\",type:\\\"action\\\",action:\\\"incrementNumberToken\\\",isEdit:!0,actionArgs:{increase:!0,backtrack:!1}},{keys:\\\"\u003CC-x>\\\",type:\\\"action\\\",action:\\\"incrementNumberToken\\\",isEdit:!0,actionArgs:{increase:!1,backtrack:!1}},{keys:\\\"\u003CC-t>\\\",type:\\\"action\\\",action:\\\"indent\\\",actionArgs:{indentRight:!0},context:\\\"insert\\\"},{keys:\\\"\u003CC-d>\\\",type:\\\"action\\\",action:\\\"indent\\\",actionArgs:{indentRight:!1},context:\\\"insert\\\"},{keys:\\\"a\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"textObjectManipulation\\\"},{keys:\\\"i\u003Ccharacter>\\\",type:\\\"motion\\\",motion:\\\"textObjectManipulation\\\",motionArgs:{textObjectInner:!0}},{keys:\\\"/\\\",type:\\\"search\\\",searchArgs:{forward:!0,querySrc:\\\"prompt\\\",toJumplist:!0}},{keys:\\\"?\\\",type:\\\"search\\\",searchArgs:{forward:!1,querySrc:\\\"prompt\\\",toJumplist:!0}},{keys:\\\"*\\\",type:\\\"search\\\",searchArgs:{forward:!0,querySrc:\\\"wordUnderCursor\\\",wholeWordOnly:!0,toJumplist:!0}},{keys:\\\"#\\\",type:\\\"search\\\",searchArgs:{forward:!1,querySrc:\\\"wordUnderCursor\\\",wholeWordOnly:!0,toJumplist:!0}},{keys:\\\"g*\\\",type:\\\"search\\\",searchArgs:{forward:!0,querySrc:\\\"wordUnderCursor\\\",toJumplist:!0}},{keys:\\\"g#\\\",type:\\\"search\\\",searchArgs:{forward:!1,querySrc:\\\"wordUnderCursor\\\",toJumplist:!0}},{keys:\\\":\\\",type:\\\"ex\\\"}],Ye=Ge.length,et=[{name:\\\"colorscheme\\\",shortName:\\\"colo\\\"},{name:\\\"map\\\"},{name:\\\"imap\\\",shortName:\\\"im\\\"},{name:\\\"nmap\\\",shortName:\\\"nm\\\"},{name:\\\"vmap\\\",shortName:\\\"vm\\\"},{name:\\\"unmap\\\"},{name:\\\"write\\\",shortName:\\\"w\\\"},{name:\\\"undo\\\",shortName:\\\"u\\\"},{name:\\\"redo\\\",shortName:\\\"red\\\"},{name:\\\"set\\\",shortName:\\\"se\\\"},{name:\\\"setlocal\\\",shortName:\\\"setl\\\"},{name:\\\"setglobal\\\",shortName:\\\"setg\\\"},{name:\\\"sort\\\",shortName:\\\"sor\\\"},{name:\\\"substitute\\\",shortName:\\\"s\\\",possiblyAsync:!0},{name:\\\"nohlsearch\\\",shortName:\\\"noh\\\"},{name:\\\"yank\\\",shortName:\\\"y\\\"},{name:\\\"delmarks\\\",shortName:\\\"delm\\\"},{name:\\\"registers\\\",shortName:\\\"reg\\\",excludeFromCommandHistory:!0},{name:\\\"global\\\",shortName:\\\"g\\\"}],tt=Ze.Pos;Ze.Vim=function(){function e(e,t){var r,n;this==Ze.keyMap.vim&&(Ze.rmClass(e.getWrapperElement(),\\\"cm-fat-cursor\\\"),\\\"contenteditable\\\"==e.getOption(\\\"inputStyle\\\")&&null!=document.body.style.caretColor&&(a(r=e),r.off(\\\"cursorActivity\\\",i),r.state.fatCursorMarks=null,e.getInputField().style.caretColor=\\\"\\\")),t&&t.attach==o||((n=e).setOption(\\\"disableInput\\\",!1),n.off(\\\"cursorActivity\\\",Ue),Ze.off(n.getInputField(),\\\"paste\\\",c(n)),n.state.vim=null)}function o(e,t){var r,n;this==Ze.keyMap.vim&&(Ze.addClass(e.getWrapperElement(),\\\"cm-fat-cursor\\\"),\\\"contenteditable\\\"==e.getOption(\\\"inputStyle\\\")&&null!=document.body.style.caretColor&&((r=e).state.fatCursorMarks=[],i(r),r.on(\\\"cursorActivity\\\",i),e.getInputField().style.caretColor=\\\"transparent\\\")),t&&t.attach==o||((n=e).setOption(\\\"disableInput\\\",!0),n.setOption(\\\"showCursorWhenSelecting\\\",!1),Ze.signal(n,\\\"vim-mode-change\\\",{mode:\\\"normal\\\"}),n.on(\\\"cursorActivity\\\",Ue),E(n),Ze.on(n.getInputField(),\\\"paste\\\",c(n)))}function i(e){if(e.state.fatCursorMarks){a(e);for(var t=e.listSelections(),r=[],n=0;n\u003Ct.length;n++){var o,i=t[n];i.empty()&&(o=e.getLine(i.anchor.line).length,i.anchor.ch\u003Co?r.push(e.markText(i.anchor,tt(i.anchor.line,i.anchor.ch+1),{className:\\\"cm-fat-cursor-mark\\\"})):r.push(e.markText(tt(i.anchor.line,o-1),tt(i.anchor.line,o),{className:\\\"cm-fat-cursor-mark\\\"})))}e.state.fatCursorMarks=r}}function a(e){var t=e.state.fatCursorMarks;if(t)for(var r=0;r\u003Ct.length;r++)t[r].clear()}function t(e,t){if(t){if(this[e])return this[e];var r=function(e){if(\\\"'\\\"==e.charAt(0))return e.charAt(1);var t=e.split(/-(?!$)/),r=t[t.length-1];{if(1==t.length&&1==t[0].length)return!1;if(2==t.length&&\\\"Shift\\\"==t[0]&&1==r.length)return!1}for(var n=!1,o=0;o\u003Ct.length;o++){var i=t[o];i in s?t[o]=s[i]:n=!0,i in l&&(t[o]=l[i])}if(!n)return!1;k(r)&&(t[t.length-1]=r.toLowerCase());return\\\"\u003C\\\"+t.join(\\\"-\\\")+\\\">\\\"}(e);if(!r)return!1;var n=Ze.Vim.findKey(t,r);return\\\"function\\\"==typeof n&&Ze.signal(t,\\\"vim-keypress\\\",r),n}}Ze.defineOption(\\\"vimMode\\\",!1,function(e,t,r){t&&\\\"vim\\\"!=e.getOption(\\\"keyMap\\\")?e.setOption(\\\"keyMap\\\",\\\"vim\\\"):!t&&r!=Ze.Init&&/^vim/.test(e.getOption(\\\"keyMap\\\"))&&e.setOption(\\\"keyMap\\\",\\\"default\\\")});var s={Shift:\\\"S\\\",Ctrl:\\\"C\\\",Alt:\\\"A\\\",Cmd:\\\"D\\\",Mod:\\\"A\\\"},l={Enter:\\\"CR\\\",Backspace:\\\"BS\\\",Delete:\\\"Del\\\",Insert:\\\"Ins\\\"};function c(e){var t=e.state.vim;return t.onPasteFn||(t.onPasteFn=function(){t.insertMode||(e.setCursor(q(e.getCursor(),0,1)),U.enterInsertMode(e,{},t))}),t.onPasteFn}var u=/[\\\\d]/,m=[Ze.isWordChar,function(e){return e&&!Ze.isWordChar(e)&&!/\\\\s/.test(e)}],g=[function(e){return/\\\\S/.test(e)}];function r(e,t){for(var r=[],n=e;n\u003Ce+t;n++)r.push(String.fromCharCode(n));return r}var n=r(65,26),h=r(97,26),p=r(48,10),f=[].concat(n,h,p,[\\\"\u003C\\\",\\\">\\\"]),d=[].concat(n,h,p,[\\\"-\\\",'\\\"',\\\".\\\",\\\":\\\",\\\"_\\\",\\\"/\\\"]);function v(e,t){return t>=e.firstLine()&&t\u003C=e.lastLine()}function y(e){return/^[a-z]$/.test(e)}function k(e){return/^[A-Z]$/.test(e)}function B(e){return/^\\\\s*$/.test(e)}function C(e){return-1!=\\\".?!\\\".indexOf(e)}function w(e,t){for(var r=0;r\u003Ct.length;r++)if(t[r]==e)return!0;return!1}var x={};function M(e,t,r,n,o){if(void 0===t&&!o)throw Error(\\\"defaultValue is required unless callback is provided\\\");if(r=r||\\\"string\\\",x[e]={type:r,defaultValue:t,callback:o},n)for(var i=0;i\u003Cn.length;i++)x[n[i]]=x[e];t&&S(e,t)}function S(e,t,r,n){var o=x[e],i=(n=n||{}).scope;if(!o)return new Error(\\\"Unknown option: \\\"+e);if(\\\"boolean\\\"==o.type){if(t&&!0!==t)return new Error(\\\"Invalid argument: \\\"+e+\\\"=\\\"+t);!1!==t&&(t=!0)}o.callback?(\\\"local\\\"!==i&&o.callback(t,void 0),\\\"global\\\"!==i&&r&&o.callback(t,r)):(\\\"local\\\"!==i&&(o.value=\\\"boolean\\\"==o.type?!!t:t),\\\"global\\\"!==i&&r&&(r.state.vim.options[e]={value:t}))}function A(e,t,r){var n=x[e],o=(r=r||{}).scope;if(!n)return new Error(\\\"Unknown option: \\\"+e);if(n.callback){var i=t&&n.callback(void 0,t);return\\\"global\\\"!==o&&void 0!==i?i:\\\"local\\\"!==o?n.callback():void 0}return((i=\\\"global\\\"!==o&&t&&t.state.vim.options[e])||\\\"local\\\"!==o&&n||{}).value}M(\\\"filetype\\\",void 0,\\\"string\\\",[\\\"ft\\\"],function(e,t){if(void 0!==t){if(void 0===e)return\\\"null\\\"==(r=t.getOption(\\\"mode\\\"))?\\\"\\\":r;var r=\\\"\\\"==e?\\\"null\\\":e;t.setOption(\\\"mode\\\",r)}});function b(){var a=100,s=-1,l=0,c=0,u=new Array(a);function o(e,t){l\u003C(s+=t)?s=l:s\u003Cc&&(s=c);var r=u[(a+s)%a];if(r&&!r.find()){var n,o=0\u003Ct?1:-1,i=e.getCursor();do{if((r=u[(a+(s+=o))%a])&&(n=r.find())&&!X(i,n))break}while(s\u003Cl&&c\u003Cs)}return r}return{cachedCursor:void 0,add:function(n,e,t){var r,o=u[s%a];function i(e){var t=++s%a,r=u[t];r&&r.clear(),u[t]=n.setBookmark(e)}o&&(!(r=o.find())||X(r,e))||i(e),i(t),(c=(l=s)-a+1)\u003C0&&(c=0)},find:function(e,t){var r=s,n=o(e,t);return s=r,n&&n.find()},move:o}}var K,L,T=function(e){return e?{changes:e.changes,expectCursorActivityForChange:e.expectCursorActivityForChange}:{changes:[],expectCursorActivityForChange:!1}};function R(){this.latestRegister=void 0,this.isPlaying=!1,this.isRecording=!1,this.replaySearchQueries=[],this.onRecordingDone=void 0,this.lastInsertModeChanges=T()}function E(e){return e.state.vim||(e.state.vim={inputState:new N,lastEditInputState:void 0,lastEditActionCommand:void 0,lastHPos:-1,lastHSPos:-1,lastMotion:null,marks:{},fakeCursor:null,insertMode:!1,insertModeRepeat:void 0,visualMode:!1,visualLine:!1,visualBlock:!1,lastSelection:null,lastPastedText:null,sel:{},options:{}}),e.state.vim}function O(){for(var e in K={searchQuery:null,searchIsReversed:!1,lastSubstituteReplacePart:void 0,jumpList:b(),macroModeState:new R,lastCharacterSearch:{increment:0,forward:!0,selectedCharacter:\\\"\\\"},registerController:new j({}),searchHistoryController:new H,exCommandHistoryController:new H},x){var t=x[e];t.value=t.defaultValue}}var I={buildKeyMap:function(){},getRegisterController:function(){return K.registerController},resetVimGlobalState_:O,getVimGlobalState_:function(){return K},maybeInitVimState_:E,suppressErrorLogging:!(R.prototype={exitMacroRecordMode:function(){var e=K.macroModeState;e.onRecordingDone&&e.onRecordingDone(),e.onRecordingDone=void 0,e.isRecording=!1},enterMacroRecordMode:function(e,t){var r=K.registerController.getRegister(t);r&&(r.clear(),this.latestRegister=t,e.openDialog&&(this.onRecordingDone=e.openDialog(\\\"(recording)[\\\"+t+\\\"]\\\",null,{bottom:!0})),this.isRecording=!0)}}),InsertModeKey:qe,map:function(e,t,r){Fe.map(e,t,r)},unmap:function(e,t){Fe.unmap(e,t)},noremap:function(e,t,r){function n(e){return e?[e]:[\\\"normal\\\",\\\"insert\\\",\\\"visual\\\"]}for(var o=n(r),i=Ge.length,a=i-Ye;a\u003Ci&&o.length;a++){var s=Ge[a];if(!(s.keys!=t||r&&s.context&&s.context!==r||\\\"ex\\\"===s.type.substr(0,2)||\\\"key\\\"===s.type.substr(0,3))){var l={};for(var c in s)l[c]=s[c];l.keys=e,r&&!l.context&&(l.context=r),this._mapCommand(l);var u=n(s.context),o=o.filter(function(e){return-1===u.indexOf(e)})}}},mapclear:function(e){var t=Ge.length,r=Ye,n=Ge.slice(0,t-r);if(Ge=Ge.slice(t-r),e)for(var o=n.length-1;0\u003C=o;o--){var i=n[o];if(e!==i.context)if(i.context)this._mapCommand(i);else{var a=[\\\"normal\\\",\\\"insert\\\",\\\"visual\\\"];for(var s in a)if(a[s]!==e){var l={};for(var c in i)l[c]=i[c];l.context=a[s],this._mapCommand(l)}}}},setOption:S,getOption:A,defineOption:M,defineEx:function(e,t,r){if(t){if(0!==e.indexOf(t))throw new Error('(Vim.defineEx) \\\"'+t+'\\\" is not a prefix of \\\"'+e+'\\\", command not registered')}else t=e;He[e]=r,Fe.commandMap_[t]={name:e,shortName:t,type:\\\"api\\\"}},handleKey:function(e,t,r){var n=this.findKey(e,t,r);if(\\\"function\\\"==typeof n)return n()},findKey:function(s,l,t){var e,c=E(s);function o(){var e=K.macroModeState;if(e.isRecording){if(\\\"q\\\"==l)return e.exitMacroRecordMode(),P(s),1;\\\"mapping\\\"!=t&&function(e,t){if(e.isPlaying)return;var r=e.latestRegister,n=K.registerController.getRegister(r);n&&n.pushText(t)}(e,l)}}function u(){return\\\"\u003CEsc>\\\"==l&&(P(s),c.visualMode?le(s):c.insertMode&&We(s),1)}return!1===(e=(c.insertMode?function(){if(u())return!0;for(var e=c.inputState.keyBuffer=c.inputState.keyBuffer+l,t=1==l.length,r=F.matchCommand(e,Ge,c.inputState,\\\"insert\\\");1\u003Ce.length&&\\\"full\\\"!=r.type;){var e=c.inputState.keyBuffer=e.slice(1),n=F.matchCommand(e,Ge,c.inputState,\\\"insert\\\");\\\"none\\\"!=n.type&&(r=n)}if(\\\"none\\\"==r.type)return P(s),!1;if(\\\"partial\\\"==r.type)return L&&window.clearTimeout(L),L=window.setTimeout(function(){c.insertMode&&c.inputState.keyBuffer&&P(s)},A(\\\"insertModeEscKeysTimeout\\\")),!t;if(L&&window.clearTimeout(L),t){for(var o=s.listSelections(),i=0;i\u003Co.length;i++){var a=o[i].head;s.replaceRange(\\\"\\\",q(a,0,-(e.length-1)),a,\\\"+input\\\")}K.macroModeState.lastInsertModeChanges.changes.pop()}return P(s),r.command}:function(){if(o()||u())return!0;var e=c.inputState.keyBuffer=c.inputState.keyBuffer+l;if(/^[1-9]\\\\d*$/.test(e))return!0;var t=/^(\\\\d*)(.*)$/.exec(e);if(!t)return P(s),!1;var r=c.visualMode?\\\"visual\\\":\\\"normal\\\",n=F.matchCommand(t[2]||t[1],Ge,c.inputState,r);return\\\"none\\\"==n.type?(P(s),!1):\\\"partial\\\"==n.type||(c.inputState.keyBuffer=\\\"\\\",(t=/^(\\\\d*)(.*)$/.exec(e))[1]&&\\\"0\\\"!=t[1]&&c.inputState.pushRepeatDigit(t[1]),n.command)})())?c.insertMode||1!==l.length?void 0:function(){return!0}:!0===e?function(){return!0}:function(){return s.operation(function(){s.curOp.isVimOp=!0;try{\\\"keyToKey\\\"==e.type?function(e){for(var t;e;)t=/\u003C\\\\w+-.+?>|\u003C\\\\w+>|./.exec(e),l=t[0],e=e.substring(t.index+l.length),Ze.Vim.handleKey(s,l,\\\"mapping\\\")}(e.toKeys):F.processCommand(s,c,e)}catch(e){throw s.state.vim=void 0,E(s),Ze.Vim.suppressErrorLogging||console.log(e),e}return!0})}},handleEx:function(e,t){Fe.processCommand(e,t)},defineMotion:function(e,t){W[e]=t},defineAction:function(e,t){U[e]=t},defineOperator:function(e,t){D[e]=t},mapCommand:function(e,t,r,n,o){var i={keys:e,type:t};for(var a in i[t]=r,i[t+\\\"Args\\\"]=n,o)i[a]=o[a];Ve(i)},_mapCommand:Ve,defineRegister:function(e,t){var r=K.registerController.registers;if(!e||1!=e.length)throw Error(\\\"Register name must be 1 character\\\");if(r[e])throw Error(\\\"Register already defined \\\"+e);r[e]=t,d.push(e)},exitVisualMode:le,exitInsertMode:We};function N(){this.prefixRepeat=[],this.motionRepeat=[],this.operator=null,this.operatorArgs=null,this.motion=null,this.motionArgs=null,this.keyBuffer=[],this.registerName=null}function P(e,t){e.state.vim.inputState=new N,Ze.signal(e,\\\"vim-command-done\\\",t)}function _(e,t,r){this.clear(),this.keyBuffer=[e||\\\"\\\"],this.insertModeChanges=[],this.searchQueries=[],this.linewise=!!t,this.blockwise=!!r}function j(e){this.registers=e,this.unnamedRegister=e['\\\"']=new _,e[\\\".\\\"]=new _,e[\\\":\\\"]=new _,e[\\\"/\\\"]=new _}function H(){this.historyBuffer=[],this.iterator=0,this.initialPrefix=null}N.prototype.pushRepeatDigit=function(e){this.operator?this.motionRepeat=this.motionRepeat.concat(e):this.prefixRepeat=this.prefixRepeat.concat(e)},N.prototype.getRepeat=function(){var e=0;return(0\u003Cthis.prefixRepeat.length||0\u003Cthis.motionRepeat.length)&&(e=1,0\u003Cthis.prefixRepeat.length&&(e*=parseInt(this.prefixRepeat.join(\\\"\\\"),10)),0\u003Cthis.motionRepeat.length&&(e*=parseInt(this.motionRepeat.join(\\\"\\\"),10))),e},_.prototype={setText:function(e,t,r){this.keyBuffer=[e||\\\"\\\"],this.linewise=!!t,this.blockwise=!!r},pushText:function(e,t){t&&(this.linewise||this.keyBuffer.push(\\\"\\\\n\\\"),this.linewise=!0),this.keyBuffer.push(e)},pushInsertModeChanges:function(e){this.insertModeChanges.push(T(e))},pushSearchQuery:function(e){this.searchQueries.push(e)},clear:function(){this.keyBuffer=[],this.insertModeChanges=[],this.searchQueries=[],this.linewise=!1},toString:function(){return this.keyBuffer.join(\\\"\\\")}},j.prototype={pushText:function(e,t,r,n,o){if(\\\"_\\\"!==e){n&&\\\"\\\\n\\\"!==r.charAt(r.length-1)&&(r+=\\\"\\\\n\\\");var i=this.isValidRegister(e)?this.getRegister(e):null;if(i){k(e)?i.pushText(r,n):i.setText(r,n,o),this.unnamedRegister.setText(i.toString(),n)}else{switch(t){case\\\"yank\\\":this.registers[0]=new _(r,n,o);break;case\\\"delete\\\":case\\\"change\\\":-1==r.indexOf(\\\"\\\\n\\\")?this.registers[\\\"-\\\"]=new _(r,n):(this.shiftNumericRegisters_(),this.registers[1]=new _(r,n))}this.unnamedRegister.setText(r,n,o)}}},getRegister:function(e){return this.isValidRegister(e)?(e=e.toLowerCase(),this.registers[e]||(this.registers[e]=new _),this.registers[e]):this.unnamedRegister},isValidRegister:function(e){return e&&w(e,d)},shiftNumericRegisters_:function(){for(var e=9;2\u003C=e;e--)this.registers[e]=this.getRegister(\\\"\\\"+(e-1))}},H.prototype={nextMatch:function(e,t){var r=this.historyBuffer,n=t?-1:1;null===this.initialPrefix&&(this.initialPrefix=e);for(var o=this.iterator+n;t?0\u003C=o:o\u003Cr.length;o+=n)for(var i=r[o],a=0;a\u003C=i.length;a++)if(this.initialPrefix==i.substring(0,a))return this.iterator=o,i;return o>=r.length?(this.iterator=r.length,this.initialPrefix):o\u003C0?e:void 0},pushInput:function(e){var t=this.historyBuffer.indexOf(e);-1\u003Ct&&this.historyBuffer.splice(t,1),e.length&&this.historyBuffer.push(e)},reset:function(){this.initialPrefix=null,this.iterator=this.historyBuffer.length}};var F={matchCommand:function(e,t,r,n){var o=function(e,t,r,n){for(var o,i=[],a=[],s=0;s\u003Ct.length;s++){var l=t[s];\\\"insert\\\"==r&&\\\"insert\\\"!=l.context||l.context&&l.context!=r||n.operator&&\\\"action\\\"==l.type||!(o=function(e,t){{if(\\\"\u003Ccharacter>\\\"!=t.slice(-11))return e==t?\\\"full\\\":0==t.indexOf(e)&&\\\"partial\\\";var r=t.length-11,n=e.slice(0,r),o=t.slice(0,r);return n==o&&e.length>r?\\\"full\\\":0==o.indexOf(n)&&\\\"partial\\\"}}(e,l.keys))||(\\\"partial\\\"==o&&i.push(l),\\\"full\\\"==o&&a.push(l))}return{partial:i.length&&i,full:a.length&&a}}(e,t,n,r);if(!o.full&&!o.partial)return{type:\\\"none\\\"};if(!o.full&&o.partial)return{type:\\\"partial\\\"};for(var i=0;i\u003Co.full.length;i++)var a=o.full[i],s=s||a;if(\\\"\u003Ccharacter>\\\"==s.keys.slice(-11)){var l=function(e){var t=/^.*(\u003C[^>]+>)$/.exec(e),r=t?t[1]:e.slice(-1);if(1\u003Cr.length)switch(r){case\\\"\u003CCR>\\\":r=\\\"\\\\n\\\";break;case\\\"\u003CSpace>\\\":r=\\\" \\\";break;default:r=\\\"\\\"}return r}(e);if(!l)return{type:\\\"none\\\"};r.selectedCharacter=l}return{type:\\\"full\\\",command:s}},processCommand:function(e,t,r){switch(t.inputState.repeatOverride=r.repeatOverride,r.type){case\\\"motion\\\":this.processMotion(e,t,r);break;case\\\"operator\\\":this.processOperator(e,t,r);break;case\\\"operatorMotion\\\":this.processOperatorMotion(e,t,r);break;case\\\"action\\\":this.processAction(e,t,r);break;case\\\"search\\\":this.processSearch(e,t,r);break;case\\\"ex\\\":case\\\"keyToEx\\\":this.processEx(e,t,r)}},processMotion:function(e,t,r){t.inputState.motion=r.motion,t.inputState.motionArgs=$(r.motionArgs),this.evalInput(e,t)},processOperator:function(e,t,r){var n=t.inputState;if(n.operator){if(n.operator==r.operator)return n.motion=\\\"expandToLine\\\",n.motionArgs={linewise:!0},void this.evalInput(e,t);P(e)}n.operator=r.operator,n.operatorArgs=$(r.operatorArgs),r.exitVisualBlock&&(t.visualBlock=!1,ae(e)),t.visualMode&&this.evalInput(e,t)},processOperatorMotion:function(e,t,r){var n=t.visualMode,o=$(r.operatorMotionArgs);o&&n&&o.visualLine&&(t.visualLine=!0),this.processOperator(e,t,r),n||this.processMotion(e,t,r)},processAction:function(e,t,r){var n=t.inputState,o=n.getRepeat(),i=!!o,a=$(r.actionArgs)||{};n.selectedCharacter&&(a.selectedCharacter=n.selectedCharacter),r.operator&&this.processOperator(e,t,r),r.motion&&this.processMotion(e,t,r),(r.motion||r.operator)&&this.evalInput(e,t),a.repeat=o||1,a.repeatIsExplicit=i,a.registerName=n.registerName,P(e),t.lastMotion=null,r.isEdit&&this.recordLastEdit(t,n,r),U[r.action](e,a,t)},processSearch:function(s,n,o){if(s.getSearchCursor){var l=o.searchArgs.forward,e=o.searchArgs.wholeWordOnly;Ce(s).setReversed(!l);var t=l?\\\"/\\\":\\\"?\\\",i=Ce(s).getQuery(),c=s.getScrollInfo();switch(o.searchArgs.querySrc){case\\\"prompt\\\":var r=K.macroModeState;r.isPlaying?p(h=r.replaySearchQueries.shift(),!0,!1):Re(s,{onClose:function(e){s.scrollTo(c.left,c.top),p(e,!0,!0);var t=K.macroModeState;t.isRecording&&function(e,t){if(e.isPlaying)return;var r=e.latestRegister,n=K.registerController.getRegister(r);n&&n.pushSearchQuery&&n.pushSearchQuery(t)}(t,e)},prefix:t,desc:Te,onKeyUp:function(e,t,r){var n,o,i,a=Ze.keyName(e);\\\"Up\\\"==a||\\\"Down\\\"==a?(n=\\\"Up\\\"==a,o=e.target?e.target.selectionEnd:0,r(t=K.searchHistoryController.nextMatch(t,n)||\\\"\\\"),o&&e.target&&(e.target.selectionEnd=e.target.selectionStart=Math.min(o,e.target.value.length))):\\\"Left\\\"!=a&&\\\"Right\\\"!=a&&\\\"Ctrl\\\"!=a&&\\\"Alt\\\"!=a&&\\\"Shift\\\"!=a&&K.searchHistoryController.reset();try{i=Ee(s,t,!0,!0)}catch(e){}i?s.scrollIntoView(Ie(s,!l,i),30):(Ke(s),s.scrollTo(c.left,c.top))},onKeyDown:function(e,t,r){var n=Ze.keyName(e);\\\"Esc\\\"==n||\\\"Ctrl-C\\\"==n||\\\"Ctrl-[\\\"==n||\\\"Backspace\\\"==n&&\\\"\\\"==t?(K.searchHistoryController.pushInput(t),K.searchHistoryController.reset(),Ee(s,i),Ke(s),s.scrollTo(c.left,c.top),Ze.e_stop(e),P(s),r(),s.focus()):\\\"Up\\\"==n||\\\"Down\\\"==n?Ze.e_stop(e):\\\"Ctrl-U\\\"==n&&(Ze.e_stop(e),r(\\\"\\\"))}});break;case\\\"wordUnderCursor\\\":var a=ue(s,!1,0,!1,!0),u=!0;if(a||(a=ue(s,!1,0,!1,!1),u=!1),!a)return;var h=s.getLine(a.start.line).substring(a.start.ch,a.end.ch);h=u&&e?\\\"\\\\\\\\b\\\"+h+\\\"\\\\\\\\b\\\":h.replace(/([.?*+$\\\\[\\\\]\\\\/\\\\\\\\(){}|\\\\-])/g,\\\"\\\\\\\\$1\\\"),K.jumpList.cachedCursor=s.getCursor(),s.setCursor(a.start),p(h,!0,!1)}}function p(t,e,r){K.searchHistoryController.pushInput(t),K.searchHistoryController.reset();try{Ee(s,t,e,r)}catch(e){return Le(s,\\\"Invalid regex: \\\"+t),void P(s)}F.processMotion(s,n,{type:\\\"motion\\\",motion:\\\"findNext\\\",motionArgs:{forward:!0,toJumplist:o.searchArgs.toJumplist}})}},processEx:function(a,e,t){function r(e){K.exCommandHistoryController.pushInput(e),K.exCommandHistoryController.reset(),Fe.processCommand(a,e)}function n(e,t,r){var n,o,i=Ze.keyName(e);(\\\"Esc\\\"==i||\\\"Ctrl-C\\\"==i||\\\"Ctrl-[\\\"==i||\\\"Backspace\\\"==i&&\\\"\\\"==t)&&(K.exCommandHistoryController.pushInput(t),K.exCommandHistoryController.reset(),Ze.e_stop(e),P(a),r(),a.focus()),\\\"Up\\\"==i||\\\"Down\\\"==i?(Ze.e_stop(e),n=\\\"Up\\\"==i,o=e.target?e.target.selectionEnd:0,r(t=K.exCommandHistoryController.nextMatch(t,n)||\\\"\\\"),o&&e.target&&(e.target.selectionEnd=e.target.selectionStart=Math.min(o,e.target.value.length))):\\\"Ctrl-U\\\"==i?(Ze.e_stop(e),r(\\\"\\\")):\\\"Left\\\"!=i&&\\\"Right\\\"!=i&&\\\"Ctrl\\\"!=i&&\\\"Alt\\\"!=i&&\\\"Shift\\\"!=i&&K.exCommandHistoryController.reset()}\\\"keyToEx\\\"==t.type?Fe.processCommand(a,t.exArgs.input):e.visualMode?Re(a,{onClose:r,prefix:\\\":\\\",value:\\\"'\u003C,'>\\\",onKeyDown:n,selectValueOnOpen:!1}):Re(a,{onClose:r,prefix:\\\":\\\",onKeyDown:n})},evalInput:function(e,t){var r,n,o,i,a,s,l,c,u,h,p,f,d=t.inputState,m=d.motion,g=d.motionArgs||{},v=d.operator,y=d.operatorArgs||{},k=d.registerName,C=t.sel,w=z(t.visualMode?J(e,C.head):e.getCursor(\\\"head\\\")),x=z(t.visualMode?J(e,C.anchor):e.getCursor(\\\"anchor\\\")),M=z(w),S=z(x);if(v&&this.recordLastEdit(t,d),0\u003C(n=void 0!==d.repeatOverride?d.repeatOverride:d.getRepeat())&&g.explicitRepeat?g.repeatIsExplicit=!0:(g.noRepeat||!g.explicitRepeat&&0===n)&&(n=1,g.repeatIsExplicit=!1),d.selectedCharacter&&(g.selectedCharacter=y.selectedCharacter=d.selectedCharacter),g.repeat=n,P(e),m){var A,b,L=W[m](e,w,g,t,d);if(t.lastMotion=W[m],!L)return;g.toJumplist&&((b=(A=K.jumpList).cachedCursor)?(he(e,b,L),delete A.cachedCursor):he(e,w,L)),s=(s=L instanceof Array?(r=L[0],L[1]):L)||z(w),t.visualMode?(t.visualBlock&&s.ch===1/0||(s=J(e,s)),r=(r=r&&J(e,r))||S,C.anchor=r,C.head=s,ae(e),ve(e,t,\\\"\u003C\\\",Z(r,s)?r:s),ve(e,t,\\\">\\\",Z(r,s)?s:r)):v||(s=J(e,s),e.setCursor(s.line,s.ch))}if(v){if(y.lastSel?(r=S,o=y.lastSel,i=Math.abs(o.head.line-o.anchor.line),a=Math.abs(o.head.ch-o.anchor.ch),s=o.visualLine?tt(S.line+i,S.ch):o.visualBlock?tt(S.line+i,S.ch+a):o.head.line==o.anchor.line?tt(S.line,S.ch+a):tt(S.line+i,S.ch),t.visualMode=!0,t.visualLine=o.visualLine,t.visualBlock=o.visualBlock,C=t.sel={anchor:r,head:s},ae(e)):t.visualMode&&(y.lastSel={anchor:z(C.anchor),head:z(C.head),visualBlock:t.visualBlock,visualLine:t.visualLine}),t.visualMode){if(h=G(C.head,C.anchor),p=Y(C.head,C.anchor),l=t.visualLine||y.linewise,E=se(e,{anchor:h,head:p},c=t.visualBlock?\\\"block\\\":l?\\\"line\\\":\\\"char\\\"),l){var T=E.ranges;if(\\\"block\\\"==c)for(var R=0;R\u003CT.length;R++)T[R].head.ch=te(e,T[R].head.line);else\\\"line\\\"==c&&(T[0].head=tt(T[0].head.line+1,0))}}else{h=z(r||S),Z(p=z(s||M),h)&&(u=h,h=p,p=u),(l=g.linewise||y.linewise)?(f=p,h.ch=0,f.ch=0,f.line++):g.forward&&function(e,t,r){var n=e.getRange(t,r);if(/\\\\n\\\\s*$/.test(n)){var o=n.split(\\\"\\\\n\\\");o.pop();for(var i=o.pop();0\u003Co.length&&i&&B(i);i=o.pop())r.line--,r.ch=0;i?(r.line--,r.ch=te(e,r.line)):r.ch=0}}(e,h,p);var E=se(e,{anchor:h,head:p},c=\\\"char\\\",!g.inclusive||l)}e.setSelections(E.ranges,E.primary),t.lastMotion=null,y.repeat=n,y.registerName=k,y.linewise=l;var O=D[v](e,y,E.ranges,S,s);t.visualMode&&le(e,null!=O),O&&e.setCursor(O)}},recordLastEdit:function(e,t,r){var n=K.macroModeState;n.isPlaying||(e.lastEditInputState=t,e.lastEditActionCommand=r,n.lastInsertModeChanges.changes=[],n.lastInsertModeChanges.expectCursorActivityForChange=!1,n.lastInsertModeChanges.visualBlock=e.visualBlock?e.sel.head.line-e.sel.anchor.line:0)}},W={moveToTopLine:function(e,t,r){var n=Ne(e).top+r.repeat-1;return tt(n,ce(e.getLine(n)))},moveToMiddleLine:function(e){var t=Ne(e),r=Math.floor(.5*(t.top+t.bottom));return tt(r,ce(e.getLine(r)))},moveToBottomLine:function(e,t,r){var n=Ne(e).bottom-r.repeat+1;return tt(n,ce(e.getLine(n)))},expandToLine:function(e,t,r){return tt(t.line+r.repeat-1,1/0)},findNext:function(e,t,r){var n=Ce(e),o=n.getQuery();if(o){var i=!r.forward,i=n.isReversed()?!i:i;return Be(e,o),Ie(e,i,o,r.repeat)}},findAndSelectNextInclusive:function(e,t,r,n,o){var i=Ce(e),a=i.getQuery();if(a){var s=!r.forward,l=function(o,i,a,s,l){void 0===s&&(s=1);return o.operation(function(){var e=o.getCursor(),t=o.getSearchCursor(a,e),r=t.find(!i);!l.visualMode&&r&&X(t.from(),e)&&t.find(!i);for(var n=0;n\u003Cs;n++)if(!(r=t.find(i))&&!(t=o.getSearchCursor(a,i?tt(o.lastLine()):tt(o.firstLine(),0))).find(i))return;return[t.from(),t.to()]})}(e,s=i.isReversed()?!s:s,a,r.repeat,n);if(l){if(o.operator)return l;var c=l[0],u=tt(l[1].line,l[1].ch-1);if(n.visualMode){(n.visualLine||n.visualBlock)&&(n.visualLine=!1,n.visualBlock=!1,Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"visual\\\",subMode:\\\"\\\"}));var h=n.sel.anchor;if(h)return i.isReversed()?r.forward?[h,c]:[h,u]:r.forward?[h,u]:[h,c]}else n.visualMode=!0,n.visualLine=!1,n.visualBlock=!1,Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"visual\\\",subMode:\\\"\\\"});return s?[u,c]:[c,u]}}},goToMark:function(e,t,r,n){var o=Pe(e,n,r.selectedCharacter);return o?r.linewise?{line:o.line,ch:ce(e.getLine(o.line))}:o:null},moveToOtherHighlightedEnd:function(e,t,r,n){if(n.visualBlock&&r.sameLine){var o=n.sel;return[J(e,tt(o.anchor.line,o.head.ch)),J(e,tt(o.head.line,o.anchor.ch))]}return[n.sel.head,n.sel.anchor]},jumpToMark:function(e,t,r,n){for(var o=t,i=0;i\u003Cr.repeat;i++){var a,s,l,c=o;for(var u in n.marks){y(u)&&(a=n.marks[u].find(),(r.forward?Z(a,c):Z(c,a))||r.linewise&&a.line==c.line||(s=X(c,o),l=r.forward?ee(c,a,o):ee(o,a,c),(s||l)&&(o=a)))}}return r.linewise&&(o=tt(o.line,ce(e.getLine(o.line)))),o},moveByCharacters:function(e,t,r){var n=r.repeat,o=r.forward?t.ch+n:t.ch-n;return tt(t.line,o)},moveByLines:function(e,t,r,n){var o=t,i=o.ch;switch(n.lastMotion){case this.moveByLines:case this.moveByDisplayLines:case this.moveByScroll:case this.moveToColumn:case this.moveToEol:i=n.lastHPos;break;default:n.lastHPos=i}var a=r.repeat+(r.repeatOffset||0),s=r.forward?o.line+a:o.line-a,l=e.firstLine(),c=e.lastLine(),u=e.findPosV(o,r.forward?a:-a,\\\"line\\\",n.lastHSPos);return(r.forward?u.line>s:u.line\u003Cs)&&(s=u.line,i=u.ch),s\u003Cl&&o.line==l?this.moveToStartOfLine(e,t,r,n):c\u003Cs&&o.line==c?me(e,t,r,n,!0):(r.toFirstChar&&(i=ce(e.getLine(s)),n.lastHPos=i),n.lastHSPos=e.charCoords(tt(s,i),\\\"div\\\").left,tt(s,i))},moveByDisplayLines:function(e,t,r,n){var o=t;switch(n.lastMotion){case this.moveByDisplayLines:case this.moveByScroll:case this.moveByLines:case this.moveToColumn:case this.moveToEol:break;default:n.lastHSPos=e.charCoords(o,\\\"div\\\").left}var i,a,s=r.repeat,l=e.findPosV(o,r.forward?s:-s,\\\"line\\\",n.lastHSPos);return l.hitSide&&(l=r.forward?(i={top:e.charCoords(l,\\\"div\\\").top+8,left:n.lastHSPos},e.coordsChar(i,\\\"div\\\")):((a=e.charCoords(tt(e.firstLine(),0),\\\"div\\\")).left=n.lastHSPos,e.coordsChar(a,\\\"div\\\"))),n.lastHPos=l.ch,l},moveByPage:function(e,t,r){var n=r.repeat;return e.findPosV(t,r.forward?n:-n,\\\"page\\\")},moveByParagraph:function(e,t,r){var n=r.forward?1:-1;return ye(e,t,r.repeat,n)},moveBySentence:function(e,t,r){var n=r.forward?1:-1;return function(e,t,r,n){function u(e,t){if(t.pos+t.dir\u003C0||t.pos+t.dir>=t.line.length){if(t.ln+=t.dir,!v(e,t.ln))return t.line=null,t.ln=null,void(t.pos=null);t.line=e.getLine(t.ln),t.pos=0\u003Ct.dir?0:t.line.length-1}else t.pos+=t.dir}var o={ln:t.line,pos:t.ch};for(;0\u003Cr;)o=(n\u003C0?function(e,t,r,n){var o={line:s=e.getLine(t),ln:t,pos:r,dir:n},i={ln:o.ln,pos:null},a=\\\"\\\"===o.line;for(u(e,o);null!==o.line;){if(\\\"\\\"===o.line&&!a)return null!==i.pos?i:{ln:o.ln,pos:o.pos};if(C(o.line[o.pos])&&null!==i.pos&&(o.ln!==i.ln||o.pos+1!==i.pos))return i;\\\"\\\"===o.line||B(o.line[o.pos])||(a=!1,i={ln:o.ln,pos:o.pos}),u(e,o)}for(var s=e.getLine(i.ln),l=i.pos=0;l\u003Cs.length;++l)if(!B(s[l])){i.pos=l;break}return i}:function(e,t,r,n){var o=\\\"\\\"===(l=e.getLine(t)),i={line:l,ln:t,pos:r,dir:n},a={ln:i.ln,pos:i.pos},s=\\\"\\\"===i.line;for(u(e,i);null!==i.line;){if(a.ln=i.ln,a.pos=i.pos,\\\"\\\"===i.line&&!s)return{ln:i.ln,pos:i.pos};if(o&&\\\"\\\"!==i.line&&!B(i.line[i.pos]))return{ln:i.ln,pos:i.pos};!C(i.line[i.pos])||o||i.pos!==i.line.length-1&&!B(i.line[i.pos+1])||(o=!0),u(e,i)}var l=e.getLine(a.ln);a.pos=0;for(var c=l.length-1;0\u003C=c;--c)if(!B(l[c])){a.pos=c;break}return a})(e,o.ln,o.pos,n),r--;return tt(o.ln,o.pos)}(e,t,r.repeat,n)},moveByScroll:function(e,t,r,n){var o=e.getScrollInfo(),i=null,a=(a=r.repeat)||o.clientHeight/(2*e.defaultTextHeight()),s=e.charCoords(t,\\\"local\\\");if(r.repeat=a,!(i=W.moveByDisplayLines(e,t,r,n)))return null;var l=e.charCoords(i,\\\"local\\\");return e.scrollTo(null,o.top+l.top-s.top),i},moveByWords:function(e,t,r){return function(e,t,r,n,o,i){var a=z(t),s=[];(n&&!o||!n&&o)&&r++;for(var l=!(n&&o),c=0;c\u003Cr;c++){var u=function(e,t,r,n,o){var i=t.line,a=t.ch,s=e.getLine(i),l=r?1:-1,c=n?g:m;if(o&&\\\"\\\"==s){if(i+=l,s=e.getLine(i),!v(e,i))return null;a=r?0:s.length}for(;;){if(o&&\\\"\\\"==s)return{from:0,to:0,line:i};for(var u=0\u003Cl?s.length:-1,h=u,p=u;a!=u;){for(var f=!1,d=0;d\u003Cc.length&&!f;++d)if(c[d](s.charAt(a))){for(h=a;a!=u&&c[d](s.charAt(a));)a+=l;if(f=h!=(p=a),h==t.ch&&i==t.line&&p==h+l)continue;return{from:Math.min(h,p+1),to:Math.max(h,p),line:i}}f||(a+=l)}if(!v(e,i+=l))return null;s=e.getLine(i),a=0\u003Cl?0:s.length}}(e,t,n,i,l);if(!u){var h=te(e,e.lastLine());s.push(n?{line:e.lastLine(),from:h,to:h}:{line:0,from:0,to:0});break}s.push(u),t=tt(u.line,n?u.to-1:u.from)}var p=s.length!=r,f=s[0],d=s.pop();return n&&!o?(p||f.from==a.ch&&f.line==a.line||(d=s.pop()),tt(d.line,d.from)):n&&o?tt(d.line,d.to-1):!n&&o?(p||f.to==a.ch&&f.line==a.line||(d=s.pop()),tt(d.line,d.to)):tt(d.line,d.from)}(e,t,r.repeat,!!r.forward,!!r.wordEnd,!!r.bigWord)},moveTillCharacter:function(e,t,r){var n=ge(e,r.repeat,r.forward,r.selectedCharacter),o=r.forward?-1:1;return pe(o,r),n?(n.ch+=o,n):null},moveToCharacter:function(e,t,r){var n=r.repeat;return pe(0,r),ge(e,n,r.forward,r.selectedCharacter)||t},moveToSymbol:function(e,t,r){return function(e,t,r,n){var o=z(e.getCursor()),i=r?1:-1,a=r?e.lineCount():-1,s=o.ch,l=o.line,c=e.getLine(l),u={lineText:c,nextCh:c.charAt(s),lastCh:null,index:s,symb:n,reverseSymb:(r?{\\\")\\\":\\\"(\\\",\\\"}\\\":\\\"{\\\"}:{\\\"(\\\":\\\")\\\",\\\"{\\\":\\\"}\\\"})[n],forward:r,depth:0,curMoveThrough:!1},h=fe[n];if(!h)return o;var p=de[h].init,f=de[h].isComplete;p&&p(u);for(;l!==a&&t;){var d;u.index+=i,u.nextCh=u.lineText.charAt(u.index),u.nextCh||(l+=i,u.lineText=e.getLine(l)||\\\"\\\",0\u003Ci?u.index=0:(d=u.lineText.length,u.index=0\u003Cd?d-1:0),u.nextCh=u.lineText.charAt(u.index)),f(u)&&(o.line=l,o.ch=u.index,t--)}if(u.nextCh||u.curMoveThrough)return tt(l,u.index);return o}(e,r.repeat,r.forward,r.selectedCharacter)||t},moveToColumn:function(e,t,r,n){var o,i,a,s=r.repeat;return n.lastHPos=s-1,n.lastHSPos=e.charCoords(t,\\\"div\\\").left,i=s,a=(o=e).getCursor().line,J(o,tt(a,i-1))},moveToEol:function(e,t,r,n){return me(e,t,r,n,!1)},moveToFirstNonWhiteSpaceCharacter:function(e,t){return tt(t.line,ce(e.getLine(t.line)))},moveToMatchedSymbol:function(e,t){for(var r,n=t,o=n.line,i=n.ch,a=e.getLine(o);i\u003Ca.length;i++)if((r=a.charAt(i))&&-1!=\\\"()[]{}\\\".indexOf(r)){var s=e.getTokenTypeAt(tt(o,i+1));if(\\\"string\\\"!==s&&\\\"comment\\\"!==s)break}if(i\u003Ca.length){var l=\\\"\u003C\\\"===i||\\\">\\\"===i?/[(){}[\\\\]\u003C>]/:/[(){}[\\\\]]/;return e.findMatchingBracket(tt(o,i),{bracketRegex:l}).to}return n},moveToStartOfLine:function(e,t){return tt(t.line,0)},moveToLineOrEdgeOfDocument:function(e,t,r){var n=r.forward?e.lastLine():e.firstLine();return r.repeatIsExplicit&&(n=r.repeat-e.getOption(\\\"firstLineNumber\\\")),tt(n,ce(e.getLine(n)))},textObjectManipulation:function(e,t,r,n){var o=r.selectedCharacter;\\\"b\\\"==o?o=\\\"(\\\":\\\"B\\\"==o&&(o=\\\"{\\\");var i=!r.textObjectInner;if({\\\"(\\\":\\\")\\\",\\\")\\\":\\\"(\\\",\\\"{\\\":\\\"}\\\",\\\"}\\\":\\\"{\\\",\\\"[\\\":\\\"]\\\",\\\"]\\\":\\\"[\\\",\\\"\u003C\\\":\\\">\\\",\\\">\\\":\\\"\u003C\\\"}[o])s=function(e,t,r,n){var o,i,a=t,s={\\\"(\\\":/[()]/,\\\")\\\":/[()]/,\\\"[\\\":/[[\\\\]]/,\\\"]\\\":/[[\\\\]]/,\\\"{\\\":/[{}]/,\\\"}\\\":/[{}]/,\\\"\u003C\\\":/[\u003C>]/,\\\">\\\":/[\u003C>]/}[r],l={\\\"(\\\":\\\"(\\\",\\\")\\\":\\\"(\\\",\\\"[\\\":\\\"[\\\",\\\"]\\\":\\\"[\\\",\\\"{\\\":\\\"{\\\",\\\"}\\\":\\\"{\\\",\\\"\u003C\\\":\\\"\u003C\\\",\\\">\\\":\\\"\u003C\\\"}[r],c=e.getLine(a.line).charAt(a.ch)===l?1:0;if(o=e.scanForBracket(tt(a.line,a.ch+c),-1,void 0,{bracketRegex:s}),i=e.scanForBracket(tt(a.line,a.ch+c),1,void 0,{bracketRegex:s}),!o||!i)return{start:a,end:a};{var u;o=o.pos,i=i.pos,(o.line==i.line&&o.ch>i.ch||o.line>i.line)&&(u=o,o=i,i=u)}n?i.ch+=1:o.ch+=1;return{start:o,end:i}}(e,t,o,i);else if({\\\"'\\\":!0,'\\\"':!0,\\\"`\\\":!0}[o])s=function(e,t,r,n){var o,i,a,s,l=z(t),c=e.getLine(l.line).split(\\\"\\\"),u=c.indexOf(r);l.ch\u003Cu?l.ch=u:u\u003Cl.ch&&c[l.ch]==r&&(i=l.ch,--l.ch);if(c[l.ch]!=r||i)for(a=l.ch;-1\u003Ca&&!o;a--)c[a]==r&&(o=a+1);else o=l.ch+1;if(o&&!i)for(a=o,s=c.length;a\u003Cs&&!i;a++)c[a]==r&&(i=a);if(!o||!i)return{start:l,end:l};n&&(--o,++i);return{start:tt(l.line,o),end:tt(l.line,i)}}(e,t,o,i);else if(\\\"W\\\"===o)s=ue(e,i,0,!0);else if(\\\"w\\\"===o)s=ue(e,i,0,!1);else if(\\\"p\\\"===o){var a,s=ye(e,t,r.repeat,0,i);r.linewise=!0,n.visualMode?n.visualLine||(n.visualLine=!0):((a=n.inputState.operatorArgs)&&(a.linewise=!0),s.end.line--)}else{if(\\\"t\\\"!==o)return null;s=function(e,t,r){var n=t;if(!Ze.findMatchingTag||!Ze.findEnclosingTag)return{start:n,end:n};var o=Ze.findMatchingTag(e,t)||Ze.findEnclosingTag(e,t);if(!o||!o.open||!o.close)return{start:n,end:n};if(r)return{start:o.open.from,end:o.close.to};return{start:o.open.to,end:o.close.from}}(e,t,i)}return e.state.vim.visualMode?function(e,t,r){var n,o=e.state.vim.sel,i=o.head,a=o.anchor;Z(r,t)&&(n=r,r=t,t=n);Z(i,a)?(i=G(t,i),a=Y(a,r)):(a=G(t,a),-1==(i=q(i=Y(i,r),0,-1)).ch&&i.line!=e.firstLine()&&(i=tt(i.line-1,te(e,i.line-1))));return[a,i]}(e,s.start,s.end):[s.start,s.end]},repeatLastCharacterSearch:function(e,t,r){var n=K.lastCharacterSearch,o=r.repeat,i=r.forward===n.forward,a=(n.increment?1:0)*(i?-1:1);e.moveH(-a,\\\"char\\\");var s=ge(e,o,r.inclusive=i,n.selectedCharacter);return s?(s.ch+=a,s):(e.moveH(a,\\\"char\\\"),t)}};function V(e,t){for(var r=[],n=0;n\u003Ct;n++)r.push(e);return r}var D={change:function(e,t,r){var n,o,i,a,s,l,c=e.state.vim,u=r[0].anchor,h=r[0].head,p=c.visualMode?t.fullLine?(h.ch=Number.MAX_VALUE,h.line--,e.setSelection(u,h),n=e.getSelection(),e.replaceSelection(\\\"\\\"),u):(n=e.getSelection(),o=V(\\\"\\\",r.length),e.replaceSelections(o),G(r[0].head,r[0].anchor)):(n=e.getRange(u,h),\\\"moveByWords\\\"!=(i=c.lastEditInputState||{}).motion||B(n)||(a=/\\\\s+$/.exec(n))&&i.motionArgs&&i.motionArgs.forward&&(h=q(h,0,-a[0].length),n=n.slice(0,-a[0].length)),s=new tt(u.line-1,Number.MAX_VALUE),l=e.firstLine()==e.lastLine(),h.line>e.lastLine()&&t.linewise&&!l?e.replaceRange(\\\"\\\",s,h):e.replaceRange(\\\"\\\",u,h),t.linewise&&(l||(e.setCursor(s),Ze.commands.newlineAndIndent(e)),u.ch=Number.MAX_VALUE),u);K.registerController.pushText(t.registerName,\\\"change\\\",n,t.linewise,1\u003Cr.length),U.enterInsertMode(e,{head:p},e.state.vim)},delete:function(e,t,r){var n,o,i,a,s,l=e.state.vim;return l.visualBlock?(o=e.getSelection(),i=V(\\\"\\\",r.length),e.replaceSelections(i),n=r[0].anchor):(a=r[0].anchor,s=r[0].head,t.linewise&&s.line!=e.firstLine()&&a.line==e.lastLine()&&a.line==s.line-1&&(a.line==e.firstLine()?a.ch=0:a=tt(a.line-1,te(e,a.line-1))),o=e.getRange(a,s),e.replaceRange(\\\"\\\",a,s),n=a,t.linewise&&(n=W.moveToFirstNonWhiteSpaceCharacter(e,a))),K.registerController.pushText(t.registerName,\\\"delete\\\",o,t.linewise,l.visualBlock),J(e,n)},indent:function(e,t,r){var n=e.state.vim,o=r[0].anchor.line,i=n.visualBlock?r[r.length-1].anchor.line:r[0].head.line,a=n.visualMode?t.repeat:1;t.linewise&&i--;for(var s=o;s\u003C=i;s++)for(var l=0;l\u003Ca;l++)e.indentLine(s,t.indentRight);return W.moveToFirstNonWhiteSpaceCharacter(e,r[0].anchor)},indentAuto:function(e,t,r){return e.execCommand(\\\"indentAuto\\\"),W.moveToFirstNonWhiteSpaceCharacter(e,r[0].anchor)},changeCase:function(e,t,r,n,o){for(var i=e.getSelections(),a=[],s=t.toLower,l=0;l\u003Ci.length;l++){var c=i[l],u=\\\"\\\";if(!0===s)u=c.toLowerCase();else if(!1===s)u=c.toUpperCase();else for(var h=0;h\u003Cc.length;h++){var p=c.charAt(h);u+=k(p)?p.toLowerCase():p.toUpperCase()}a.push(u)}return e.replaceSelections(a),t.shouldMoveCursor?o:!e.state.vim.visualMode&&t.linewise&&r[0].anchor.line+1==r[0].head.line?W.moveToFirstNonWhiteSpaceCharacter(e,n):t.linewise?n:G(r[0].anchor,r[0].head)},yank:function(e,t,r,n){var o=e.state.vim,i=e.getSelection(),a=o.visualMode?G(o.sel.anchor,o.sel.head,r[0].head,r[0].anchor):n;return K.registerController.pushText(t.registerName,\\\"yank\\\",i,t.linewise,o.visualBlock),a}};var U={jumpListWalk:function(e,t,r){var n,o,i,a;r.visualMode||(n=t.repeat,o=t.forward,a=(a=(i=K.jumpList.move(e,o?n:-n))?i.find():void 0)||e.getCursor(),e.setCursor(a))},scroll:function(e,t,r){var n,o,i,a,s,l,c,u;r.visualMode||(n=t.repeat||1,o=e.defaultTextHeight(),i=e.getScrollInfo().top,a=o*n,s=t.forward?i+a:i-a,l=z(e.getCursor()),c=e.charCoords(l,\\\"local\\\"),t.forward?s>c.top?(l.line+=(s-c.top)/o,l.line=Math.ceil(l.line),e.setCursor(l),c=e.charCoords(l,\\\"local\\\"),e.scrollTo(null,c.top)):e.scrollTo(null,s):(u=s+e.getScrollInfo().clientHeight)\u003Cc.bottom?(l.line-=(c.bottom-u)/o,l.line=Math.floor(l.line),e.setCursor(l),c=e.charCoords(l,\\\"local\\\"),e.scrollTo(null,c.bottom-e.getScrollInfo().clientHeight)):e.scrollTo(null,s))},scrollToCursor:function(e,t){var r=e.getCursor().line,n=e.charCoords(tt(r,0),\\\"local\\\"),o=e.getScrollInfo().clientHeight,i=n.top,a=n.bottom-i;switch(t.position){case\\\"center\\\":i=i-o/2+a;break;case\\\"bottom\\\":i=i-o+a}e.scrollTo(null,i)},replayMacro:function(e,t,r){var n=t.selectedCharacter,o=t.repeat,i=K.macroModeState;for(\\\"@\\\"==n?n=i.latestRegister:i.latestRegister=n;o--;)!function(e,t,r,n){var o=K.registerController.getRegister(n);if(\\\":\\\"==n)return o.keyBuffer[0]&&Fe.processCommand(e,o.keyBuffer[0]),r.isPlaying=!1;var i=o.keyBuffer,a=0;r.isPlaying=!0,r.replaySearchQueries=o.searchQueries.slice(0);for(var s,l,c=0;c\u003Ci.length;c++)for(var u,h=i[c];h;){s=/\u003C\\\\w+-.+?>|\u003C\\\\w+>|./.exec(h),l=s[0],h=h.substring(s.index+l.length),Ze.Vim.handleKey(e,l,\\\"macro\\\"),t.insertMode&&(u=o.insertModeChanges[a++].changes,K.macroModeState.lastInsertModeChanges.changes=u,Xe(e,u,1),We(e))}r.isPlaying=!1}(e,r,i,n)},enterMacroRecordMode:function(e,t){var r=K.macroModeState,n=t.selectedCharacter;K.registerController.isValidRegister(n)&&r.enterMacroRecordMode(e,n)},toggleOverwrite:function(e){e.state.overwrite?(e.toggleOverwrite(!1),e.setOption(\\\"keyMap\\\",\\\"vim-insert\\\"),Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"insert\\\"})):(e.toggleOverwrite(!0),e.setOption(\\\"keyMap\\\",\\\"vim-replace\\\"),Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"replace\\\"}))},enterInsertMode:function(e,t,r){if(!e.getOption(\\\"readOnly\\\")){r.insertMode=!0,r.insertModeRepeat=t&&t.repeat||1;var n=t?t.insertAt:null,o=r.sel,i=t.head||e.getCursor(\\\"head\\\"),a=e.listSelections().length;if(\\\"eol\\\"==n)i=tt(i.line,te(e,i.line));else if(\\\"bol\\\"==n)i=tt(i.line,0);else if(\\\"charAfter\\\"==n)i=q(i,0,1);else if(\\\"firstNonBlank\\\"==n)i=W.moveToFirstNonWhiteSpaceCharacter(e,i);else if(\\\"startOfSelectedArea\\\"==n){if(!r.visualMode)return;r.visualBlock?(i=tt(Math.min(o.head.line,o.anchor.line),Math.min(o.head.ch,o.anchor.ch)),a=Math.abs(o.head.line-o.anchor.line)+1):i=o.head.line\u003Co.anchor.line?o.head:tt(o.anchor.line,0)}else if(\\\"endOfSelectedArea\\\"==n){if(!r.visualMode)return;r.visualBlock?(i=tt(Math.min(o.head.line,o.anchor.line),Math.max(o.head.ch+1,o.anchor.ch)),a=Math.abs(o.head.line-o.anchor.line)+1):i=o.head.line>=o.anchor.line?q(o.head,0,1):tt(o.anchor.line,0)}else if(\\\"inplace\\\"==n){if(r.visualMode)return}else\\\"lastEdit\\\"==n&&(i=_e(e)||i);e.setOption(\\\"disableInput\\\",!1),t&&t.replace?(e.toggleOverwrite(!0),e.setOption(\\\"keyMap\\\",\\\"vim-replace\\\"),Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"replace\\\"})):(e.toggleOverwrite(!1),e.setOption(\\\"keyMap\\\",\\\"vim-insert\\\"),Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"insert\\\"})),K.macroModeState.isPlaying||(e.on(\\\"change\\\",De),Ze.on(e.getInputField(),\\\"keydown\\\",Qe)),r.visualMode&&le(e),oe(e,i,a)}},toggleVisualMode:function(e,t,r){var n,o=t.repeat,i=e.getCursor();r.visualMode?r.visualLine^t.linewise||r.visualBlock^t.blockwise?(r.visualLine=!!t.linewise,r.visualBlock=!!t.blockwise,Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"visual\\\",subMode:r.visualLine?\\\"linewise\\\":r.visualBlock?\\\"blockwise\\\":\\\"\\\"}),ae(e)):le(e):(r.visualMode=!0,r.visualLine=!!t.linewise,r.visualBlock=!!t.blockwise,n=J(e,tt(i.line,i.ch+o-1)),r.sel={anchor:i,head:n},Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"visual\\\",subMode:r.visualLine?\\\"linewise\\\":r.visualBlock?\\\"blockwise\\\":\\\"\\\"}),ae(e),ve(e,r,\\\"\u003C\\\",G(i,n)),ve(e,r,\\\">\\\",Y(i,n)))},reselectLastSelection:function(e,t,r){var n=r.lastSelection;if(r.visualMode&&ie(e,r),n){var o=n.anchorMark.find(),i=n.headMark.find();if(!o||!i)return;r.sel={anchor:o,head:i},r.visualMode=!0,r.visualLine=n.visualLine,r.visualBlock=n.visualBlock,ae(e),ve(e,r,\\\"\u003C\\\",G(o,i)),ve(e,r,\\\">\\\",Y(o,i)),Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"visual\\\",subMode:r.visualLine?\\\"linewise\\\":r.visualBlock?\\\"blockwise\\\":\\\"\\\"})}},joinLines:function(e,t,r){var n,o,i;r.visualMode?(o=e.getCursor(\\\"anchor\\\"),Z(n=e.getCursor(\\\"head\\\"),o)&&(l=n,n=o,o=l),n.ch=te(e,n.line)-1):(i=Math.max(t.repeat,2),o=e.getCursor(),n=J(e,tt(o.line+i-1,1/0)));for(var a=0,s=o.line;s\u003Cn.line;s++){a=te(e,o.line);var l=tt(o.line+1,te(e,o.line+1)),c=e.getRange(o,l),c=t.keepSpaces?c.replace(/\\\\n\\\\r?/g,\\\"\\\"):c.replace(/\\\\n\\\\s*/g,\\\" \\\");e.replaceRange(c,o,l)}var u=tt(o.line,a);r.visualMode&&le(e,!1),e.setCursor(u)},newLineAndEnterInsertMode:function(e,t,r){r.insertMode=!0;var n=z(e.getCursor());n.line!==e.firstLine()||t.after?(n.line=t.after?n.line:n.line-1,n.ch=te(e,n.line),e.setCursor(n),(Ze.commands.newlineAndIndentContinueComment||Ze.commands.newlineAndIndent)(e)):(e.replaceRange(\\\"\\\\n\\\",tt(e.firstLine(),0)),e.setCursor(e.firstLine(),0)),this.enterInsertMode(e,{repeat:t.repeat},r)},paste:function(n,e,t){var o,i,r,a,s,l,c,u=z(n.getCursor()),h=K.registerController.getRegister(e.registerName),p=h.toString();if(p){e.matchIndent&&(o=n.getOption(\\\"tabSize\\\"),i=function(e){var t=e.split(\\\"\\\\t\\\").length-1,r=e.split(\\\" \\\").length-1;return t*o+r},r=n.getLine(n.getCursor().line),a=i(r.match(/^\\\\s*/)[0]),s=p.replace(/\\\\n$/,\\\"\\\"),l=p!==s,c=i(p.match(/^\\\\s*/)[0]),p=s.replace(/^\\\\s*/gm,function(e){var t=a+(i(e)-c);if(t\u003C0)return\\\"\\\";if(n.getOption(\\\"indentWithTabs\\\")){var r=Math.floor(t/o);return Array(r+1).join(\\\"\\\\t\\\")}return Array(t+1).join(\\\" \\\")}),p+=l?\\\"\\\\n\\\":\\\"\\\"),1\u003Ce.repeat&&(p=Array(e.repeat+1).join(p));var f,d,m,g,v,y,k,C,w,x,M,S=h.linewise,A=h.blockwise;if(A){p=p.split(\\\"\\\\n\\\"),S&&p.pop();for(var b=0;b\u003Cp.length;b++)p[b]=\\\"\\\"==p[b]?\\\" \\\":p[b];u.ch+=e.after?1:0,u.ch=Math.min(te(n,u.line),u.ch)}else S?t.visualMode?p=t.visualLine?p.slice(0,-1):\\\"\\\\n\\\"+p.slice(0,p.length-1)+\\\"\\\\n\\\":e.after?(p=\\\"\\\\n\\\"+p.slice(0,p.length-1),u.ch=te(n,u.line)):u.ch=0:u.ch+=e.after?1:0;if(t.visualMode){t.lastPastedText=p;var L=(w=n,M=(x=t).lastSelection,(x.visualMode?function(){var e=w.listSelections(),t=e[0],r=e[e.length-1];return[Z(t.anchor,t.head)?t.anchor:t.head,Z(r.anchor,r.head)?r.head:r.anchor]}:function(){var e=w.getCursor(),t=w.getCursor(),r=M.visualBlock;if(r){for(var n=r.width,o=r.height,t=tt(e.line+o,e.ch+n),i=[],a=e.line;a\u003Ct.line;a++){var s={anchor:tt(a,e.ch),head:tt(a,t.ch)};i.push(s)}w.setSelections(i)}else{var l=M.anchorMark.find(),c=M.headMark.find(),u=c.line-l.line,h=c.ch-l.ch;t={line:t.line+u,ch:u?t.ch:h+t.ch},M.visualLine&&(e=tt(e.line,0),t=tt(t.line,te(w,t.line))),w.setSelection(e,t)}return[e,t]})()),T=L[0],R=L[1],E=n.getSelection(),O=n.listSelections(),B=new Array(O.length).join(\\\"1\\\").split(\\\"1\\\");t.lastSelection&&(m=t.lastSelection.headMark.find()),K.registerController.unnamedRegister.setText(E),f=A?(n.replaceSelections(B),R=tt(T.line+p.length-1,T.ch),n.setCursor(T),ne(n,R),n.replaceSelections(p),T):t.visualBlock?(n.replaceSelections(B),n.setCursor(T),n.replaceRange(p,T,T),T):(n.replaceRange(p,T,R),n.posFromIndex(n.indexFromPos(T)+p.length-1)),m&&(t.lastSelection.headMark=n.setBookmark(m)),S&&(f.ch=0)}else if(A){n.setCursor(u);for(b=0;b\u003Cp.length;b++){var I=u.line+b;I>n.lastLine()&&n.replaceRange(\\\"\\\\n\\\",tt(I,0)),te(n,I)\u003Cu.ch&&(g=n,v=I,y=u.ch,0,k=te(g,v),C=new Array(y-k+1).join(\\\" \\\"),g.setCursor(tt(v,k)),g.replaceRange(C,g.getCursor()))}n.setCursor(u),ne(n,tt(u.line+p.length-1,u.ch)),n.replaceSelections(p),f=u}else n.replaceRange(p,u),f=S&&e.after?tt(u.line+1,ce(n.getLine(u.line+1))):S&&!e.after?tt(u.line,ce(n.getLine(u.line))):!S&&e.after?(d=n.indexFromPos(u),n.posFromIndex(d+p.length-1)):(d=n.indexFromPos(u),n.posFromIndex(d+p.length));t.visualMode&&le(n,!1),n.setCursor(f)}},undo:function(e,t){e.operation(function(){Q(e,Ze.commands.undo,t.repeat)(),e.setCursor(e.getCursor(\\\"anchor\\\"))})},redo:function(e,t){Q(e,Ze.commands.redo,t.repeat)()},setRegister:function(e,t,r){r.inputState.registerName=t.selectedCharacter},setMark:function(e,t,r){ve(e,r,t.selectedCharacter,e.getCursor())},replace:function(e,t,r){var n,o,i,a,s=t.selectedCharacter,l=e.getCursor(),c=e.listSelections(),u=r.visualMode?(l=e.getCursor(\\\"start\\\"),e.getCursor(\\\"end\\\")):(n=e.getLine(l.line),(o=l.ch+t.repeat)>n.length&&(o=n.length),tt(l.line,o));\\\"\\\\n\\\"==s?(r.visualMode||e.replaceRange(\\\"\\\",l,u),(Ze.commands.newlineAndIndentContinueComment||Ze.commands.newlineAndIndent)(e)):(a=(a=e.getRange(l,u)).replace(/[^\\\\n]/g,s),r.visualBlock?(i=new Array(e.getOption(\\\"tabSize\\\")+1).join(\\\" \\\"),a=(a=e.getSelection()).replace(/\\\\t/g,i).replace(/[^\\\\n]/g,s).split(\\\"\\\\n\\\"),e.replaceSelections(a)):e.replaceRange(a,l,u),r.visualMode?(l=Z(c[0].anchor,c[0].head)?c[0].anchor:c[0].head,e.setCursor(l),le(e,!1)):e.setCursor(q(u,0,-1)))},incrementNumberToken:function(e,t){for(var r,n,o,i,a,s,l,c,u,h,p,f=e.getCursor(),d=e.getLine(f.line),m=/(-?)(?:(0x)([\\\\da-f]+)|(0b|0|)(\\\\d+))/gi;null!==(r=m.exec(d))&&(o=(n=r.index)+r[0].length,!(f.ch\u003Co)););!t.backtrack&&o\u003C=f.ch||r&&(i=r[2]||r[4],a=r[3]||r[5],s=t.increase?1:-1,l={\\\"0b\\\":2,0:8,\\\"\\\":10,\\\"0x\\\":16}[i.toLowerCase()],c=(parseInt(r[1]+a,l)+s*t.repeat).toString(l),u=i?new Array(a.length-c.length+1+r[1].length).join(\\\"0\\\"):\\\"\\\",c=\\\"-\\\"===c.charAt(0)?\\\"-\\\"+i+u+c.substr(1):i+u+c,h=tt(f.line,n),p=tt(f.line,o),e.replaceRange(c,h,p),e.setCursor(tt(f.line,n+c.length-1)))},repeatLastEdit:function(e,t,r){var n;r.lastEditInputState&&((n=t.repeat)&&t.repeatIsExplicit?r.lastEditInputState.repeatOverride=n:n=r.lastEditInputState.repeatOverride||n,ze(e,r,n,!1))},indent:function(e,t){e.indentLine(e.getCursor().line,t.indentRight)},exitInsertMode:We};function J(e,t){var r=e.state.vim,n=r.insertMode||r.visualMode,o=Math.min(Math.max(e.firstLine(),t.line),e.lastLine()),i=te(e,o)-1+!!n,a=Math.min(Math.max(0,t.ch),i);return tt(o,a)}function $(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return t}function q(e,t,r){return\\\"object\\\"==typeof t&&(r=t.ch,t=t.line),tt(e.line+t,e.ch+r)}function Q(t,r,n){return function(){for(var e=0;e\u003Cn;e++)r(t)}}function z(e){return tt(e.line,e.ch)}function X(e,t){return e.ch==t.ch&&e.line==t.line}function Z(e,t){return e.line\u003Ct.line||e.line==t.line&&e.ch\u003Ct.ch}function G(e,t){return 2\u003Carguments.length&&(t=G.apply(void 0,Array.prototype.slice.call(arguments,1))),Z(e,t)?e:t}function Y(e,t){return 2\u003Carguments.length&&(t=Y.apply(void 0,Array.prototype.slice.call(arguments,1))),Z(e,t)?t:e}function ee(e,t,r){var n=Z(e,t),o=Z(t,r);return n&&o}function te(e,t){return e.getLine(t).length}function re(e){return e.trim?e.trim():e.replace(/^\\\\s+|\\\\s+$/g,\\\"\\\")}function ne(e,t){var r=[],n=e.listSelections(),o=z(e.clipPos(t)),i=!X(t,o),a=function(e,t,r){for(var n=0;n\u003Ce.length;n++){var o=\\\"head\\\"!=r&&X(e[n].anchor,t),i=\\\"anchor\\\"!=r&&X(e[n].head,t);if(o||i)return n}return-1}(n,e.getCursor(\\\"head\\\")),s=X(n[a].head,n[a].anchor),l=n.length-1,c=a\u003Cl-a?l:0,u=n[c].anchor,h=Math.min(u.line,o.line),p=Math.max(u.line,o.line),f=u.ch,d=o.ch,m=n[c].head.ch-f,g=d-f;0\u003Cm&&g\u003C=0?(f++,i||d--):m\u003C0&&0\u003C=g?(f--,s||d++):m\u003C0&&-1==g&&(f--,d++);for(var v=h;v\u003C=p;v++){var y={anchor:new tt(v,f),head:new tt(v,d)};r.push(y)}return e.setSelections(r),t.ch=d,u.ch=f,u}function oe(e,t,r){for(var n=[],o=0;o\u003Cr;o++){var i=q(t,o,0);n.push({anchor:i,head:i})}e.setSelections(n,0)}function ie(e,t){var r=t.sel.anchor,n=t.sel.head;t.lastPastedText&&(n=e.posFromIndex(e.indexFromPos(r)+t.lastPastedText.length),t.lastPastedText=null),t.lastSelection={anchorMark:e.setBookmark(r),headMark:e.setBookmark(n),anchor:z(r),head:z(n),visualMode:t.visualMode,visualLine:t.visualLine,visualBlock:t.visualBlock}}function ae(e,t,r){var n=e.state.vim,o=se(e,t=t||n.sel,r=r||n.visualLine?\\\"line\\\":n.visualBlock?\\\"block\\\":\\\"char\\\");e.setSelections(o.ranges,o.primary),Je(e)}function se(e,t,r,n){var o,i=z(t.head),a=z(t.anchor);if(\\\"char\\\"==r){var s=n||Z(t.head,t.anchor)?0:1,l=Z(t.head,t.anchor)?1:0,i=q(t.head,0,s);return{ranges:[{anchor:a=q(t.anchor,0,l),head:i}],primary:0}}if(\\\"line\\\"==r)return Z(t.head,t.anchor)?(i.ch=0,a.ch=te(e,a.line)):(a.ch=0,o=e.lastLine(),i.line>o&&(i.line=o),i.ch=te(e,i.line)),{ranges:[{anchor:a,head:i}],primary:0};if(\\\"block\\\"==r){for(var c=Math.min(a.line,i.line),u=Math.min(a.ch,i.ch),h=Math.max(a.line,i.line),p=Math.max(a.ch,i.ch)+1,f=h-c+1,d=i.line==c?0:f-1,m=[],g=0;g\u003Cf;g++)m.push({anchor:tt(c+g,u),head:tt(c+g,p)});return{ranges:m,primary:d}}}function le(e,t){var r=e.state.vim;!1!==t&&e.setCursor(J(e,r.sel.head)),ie(e,r),r.visualMode=!1,r.visualLine=!1,r.visualBlock=!1,r.insertMode||Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"normal\\\"}),$e(r)}function ce(e){if(!e)return 0;var t=e.search(/\\\\S/);return-1==t?e.length:t}function ue(e,t,r,n,o){for(var i,a,s=(a=(i=e).getCursor(\\\"head\\\"),1==i.getSelection().length&&(a=G(a,i.getCursor(\\\"anchor\\\"))),a),l=e.getLine(s.line),c=s.ch,u=o?m[0]:g[0];!u(l.charAt(c));)if(++c>=l.length)return null;n?u=g[0]:(u=m[0])(l.charAt(c))||(u=m[1]);for(var h=c,p=c;u(l.charAt(h))&&h\u003Cl.length;)h++;for(;u(l.charAt(p))&&0\u003C=p;)p--;if(p++,t){for(var f=h;/\\\\s/.test(l.charAt(h))&&h\u003Cl.length;)h++;if(f==h){for(var d=p;/\\\\s/.test(l.charAt(p-1))&&0\u003Cp;)p--;p=p||d}}return{start:tt(s.line,p),end:tt(s.line,h)}}function he(e,t,r){X(t,r)||K.jumpList.add(e,t,r)}function pe(e,t){K.lastCharacterSearch.increment=e,K.lastCharacterSearch.forward=t.forward,K.lastCharacterSearch.selectedCharacter=t.selectedCharacter}var fe={\\\"(\\\":\\\"bracket\\\",\\\")\\\":\\\"bracket\\\",\\\"{\\\":\\\"bracket\\\",\\\"}\\\":\\\"bracket\\\",\\\"[\\\":\\\"section\\\",\\\"]\\\":\\\"section\\\",\\\"*\\\":\\\"comment\\\",\\\"/\\\":\\\"comment\\\",m:\\\"method\\\",M:\\\"method\\\",\\\"#\\\":\\\"preprocess\\\"},de={bracket:{isComplete:function(e){if(e.nextCh===e.symb){if(e.depth++,1\u003C=e.depth)return!0}else e.nextCh===e.reverseSymb&&e.depth--;return!1}},section:{init:function(e){e.curMoveThrough=!0,e.symb=(e.forward?\\\"]\\\":\\\"[\\\")===e.symb?\\\"{\\\":\\\"}\\\"},isComplete:function(e){return 0===e.index&&e.nextCh===e.symb}},comment:{isComplete:function(e){var t=\\\"*\\\"===e.lastCh&&\\\"/\\\"===e.nextCh;return e.lastCh=e.nextCh,t}},method:{init:function(e){e.symb=\\\"m\\\"===e.symb?\\\"{\\\":\\\"}\\\",e.reverseSymb=\\\"{\\\"===e.symb?\\\"}\\\":\\\"{\\\"},isComplete:function(e){return e.nextCh===e.symb}},preprocess:{init:function(e){e.index=0},isComplete:function(e){if(\\\"#\\\"===e.nextCh){var t=e.lineText.match(/#(\\\\w+)/)[1];if(\\\"endif\\\"===t){if(e.forward&&0===e.depth)return!0;e.depth++}else if(\\\"if\\\"===t){if(!e.forward&&0===e.depth)return!0;e.depth--}if(\\\"else\\\"===t&&0===e.depth)return!0}return!1}}};function me(e,t,r,n,o){var i=tt(t.line+r.repeat-1,1/0),a=e.clipPos(i);return a.ch--,o||(n.lastHPos=1/0,n.lastHSPos=e.charCoords(a,\\\"div\\\").left),i}function ge(e,t,r,n){for(var o,i=e.getCursor(),a=i.ch,s=0;s\u003Ct;s++){if(-1==(o=function(e,t,r,n,o){var i;n?-1==(i=t.indexOf(r,e+1))||o||--i:-1==(i=t.lastIndexOf(r,e-1))||o||(i+=1);return i}(a,e.getLine(i.line),n,r,!0)))return null;a=o}return tt(e.getCursor().line,o)}function ve(e,t,r,n){w(r,f)&&(t.marks[r]&&t.marks[r].clear(),t.marks[r]=e.setBookmark(n))}function ye(t,e,r,n,o){var i,a=e.line,s=t.firstLine(),l=t.lastLine(),c=a;function u(e){return!t.getLine(e)}function h(e,t,r){return r?u(e)!=u(e+t):!u(e)&&u(e+t)}if(n){for(;s\u003C=c&&c\u003C=l&&0\u003Cr;)h(c,n)&&r--,c+=n;return new tt(c,0)}var p,f=t.state.vim;f.visualLine&&h(a,1,!0)&&(h((p=f.sel.anchor).line,-1,!0)&&(o&&p.line==a||(a+=1)));for(var d=u(a),c=a;c\u003C=l&&r;c++)h(c,1,!0)&&(o&&u(c)==d||r--);for(i=new tt(c,0),l\u003Cc&&!d?d=!0:o=!1,c=a;s\u003Cc&&(o&&u(c)!=d&&c!=a||!h(c,-1,!0));c--);return{start:new tt(c,0),end:i}}function ke(){}function Ce(e){var t=e.state.vim;return t.searchState_||(t.searchState_=new ke)}function we(e,t){var r=xe(e,t)||[];if(!r.length)return[];var n=[];if(0===r[0]){for(var o=0;o\u003Cr.length;o++)\\\"number\\\"==typeof r[o]&&n.push(e.substring(r[o]+1,r[o+1]));return n}}function xe(e,t){t=t||\\\"/\\\";for(var r=!1,n=[],o=0;o\u003Ce.length;o++){var i=e.charAt(o);r||i!=t||n.push(o),r=!r&&\\\"\\\\\\\\\\\"==i}return n}M(\\\"pcre\\\",!0,\\\"boolean\\\"),ke.prototype={getQuery:function(){return K.query},setQuery:function(e){K.query=e},getOverlay:function(){return this.searchOverlay},setOverlay:function(e){this.searchOverlay=e},isReversed:function(){return K.isReversed},setReversed:function(e){K.isReversed=e},getScrollbarAnnotate:function(){return this.annotate},setScrollbarAnnotate:function(e){this.annotate=e}};var Me={\\\"\\\\\\\\n\\\":\\\"\\\\n\\\",\\\"\\\\\\\\r\\\":\\\"\\\\r\\\",\\\"\\\\\\\\t\\\":\\\"\\\\t\\\"};function Se(e){for(var t,r=!1,n=[],o=-1;o\u003Ce.length;o++){var i=e.charAt(o)||\\\"\\\",a=e.charAt(o+1)||\\\"\\\";Me[i+a]?(n.push(Me[i+a]),o++):r?(n.push(i),r=!1):\\\"\\\\\\\\\\\"===i?(r=!0,t=a,u.test(t)||\\\"$\\\"===a?n.push(\\\"$\\\"):\\\"/\\\"!==a&&\\\"\\\\\\\\\\\"!==a&&n.push(\\\"\\\\\\\\\\\")):(\\\"$\\\"===i&&n.push(\\\"$\\\"),n.push(i),\\\"/\\\"===a&&n.push(\\\"\\\\\\\\\\\"))}return n.join(\\\"\\\")}var Ae={\\\"\\\\\\\\/\\\":\\\"/\\\",\\\"\\\\\\\\\\\\\\\\\\\":\\\"\\\\\\\\\\\",\\\"\\\\\\\\n\\\":\\\"\\\\n\\\",\\\"\\\\\\\\r\\\":\\\"\\\\r\\\",\\\"\\\\\\\\t\\\":\\\"\\\\t\\\",\\\"\\\\\\\\&\\\":\\\"&\\\"};function be(e,t,r){if(K.registerController.getRegister(\\\"/\\\").setText(e),e instanceof RegExp)return e;var n,o,i=xe(e,\\\"/\\\");return i.length?(n=e.substring(0,i[0]),o=-1!=e.substring(i[0]).indexOf(\\\"i\\\")):n=e,n?(A(\\\"pcre\\\")||(n=function(e){for(var t=!1,r=[],n=-1;n\u003Ce.length;n++){var o=e.charAt(n)||\\\"\\\",i=e.charAt(n+1)||\\\"\\\",a=i&&-1!=\\\"|(){\\\".indexOf(i);t?(\\\"\\\\\\\\\\\"===o&&a||r.push(o),t=!1):\\\"\\\\\\\\\\\"===o?(t=!0,i&&-1!=\\\"}\\\".indexOf(i)&&(a=!0),a&&\\\"\\\\\\\\\\\"!==i||r.push(o)):(r.push(o),a&&\\\"\\\\\\\\\\\"!==i&&r.push(\\\"\\\\\\\\\\\"))}return r.join(\\\"\\\")}(n)),r&&(t=/^[^A-Z]*$/.test(n)),new RegExp(n,t||o?\\\"i\\\":void 0)):null}function Le(e,t){e.openNotification?e.openNotification('\u003Cspan style=\\\"color: red\\\">'+t+\\\"\u003C/span>\\\",{bottom:!0,duration:5e3}):alert(t)}var Te=\\\"(Javascript regexp)\\\";function Re(e,t){var r,n,o,i,a,s,l,c,u=(t.prefix||\\\"\\\")+\\\" \\\"+(t.desc||\\\"\\\"),h=(r=t.prefix,n=t.desc,o='\u003Cspan style=\\\"font-family: monospace; white-space: pre\\\">'+(r||\\\"\\\")+'\u003Cinput type=\\\"text\\\" autocorrect=\\\"off\\\" autocapitalize=\\\"off\\\" spellcheck=\\\"false\\\">\u003C/span>',n&&(o+=' \u003Cspan style=\\\"color: #888\\\">'+n+\\\"\u003C/span>\\\"),o);i=e,a=h,s=u,l=t.onClose,c=t,i.openDialog?i.openDialog(a,l,{bottom:!0,value:c.value,onKeyDown:c.onKeyDown,onKeyUp:c.onKeyUp,selectValueOnOpen:!1}):l(prompt(s,\\\"\\\"))}function Ee(e,t,r,n){if(t){var o=Ce(e),i=be(t,!!r,!!n);if(i)return Be(e,i),function(e,t){if(e instanceof RegExp&&t instanceof RegExp){for(var r=[\\\"global\\\",\\\"multiline\\\",\\\"ignoreCase\\\",\\\"source\\\"],n=0;n\u003Cr.length;n++){var o=r[n];if(e[o]!==t[o])return}return 1}}(i,o.getQuery())||o.setQuery(i),i}}var Oe=0;function Be(o,i){clearTimeout(Oe),Oe=setTimeout(function(){var r,n,e=Ce(o),t=e.getOverlay();t&&i==t.query||(t&&o.removeOverlay(t),\\\"^\\\"==(r=i).source.charAt(0)&&(n=!0),t={token:function(e){if(!n||e.sol()){var t=e.match(r,!1);if(t)return 0==t[0].length?(e.next(),\\\"searching\\\"):e.sol()||(e.backUp(1),r.exec(e.next()+t[0]))?(e.match(r),\\\"searching\\\"):(e.next(),null);for(;!e.eol()&&(e.next(),!e.match(r,!1)););}else e.skipToEnd()},query:r},o.addOverlay(t),o.showMatchesOnScrollbar&&(e.getScrollbarAnnotate()&&e.getScrollbarAnnotate().clear(),e.setScrollbarAnnotate(o.showMatchesOnScrollbar(i))),e.setOverlay(t))},50)}function Ie(o,i,a,s){return void 0===s&&(s=1),o.operation(function(){for(var e=o.getCursor(),t=o.getSearchCursor(a,e),r=0;r\u003Cs;r++){var n=t.find(i);if(0==r&&n&&X(t.from(),e)&&(n=t.find(i)),!n&&!(t=o.getSearchCursor(a,i?tt(o.lastLine()):tt(o.firstLine(),0))).find(i))return}return t.from()})}function Ke(e){var t=Ce(e);e.removeOverlay(Ce(e).getOverlay()),t.setOverlay(null),t.getScrollbarAnnotate()&&(t.getScrollbarAnnotate().clear(),t.setScrollbarAnnotate(null))}function Ne(e){var t=e.getScrollInfo(),r=e.coordsChar({left:0,top:6+t.top},\\\"local\\\"),n=t.clientHeight-10+t.top,o=e.coordsChar({left:0,top:n},\\\"local\\\");return{top:r.line,bottom:o.line}}function Pe(e,t,r){if(\\\"'\\\"==r||\\\"`\\\"==r)return K.jumpList.find(e,-1)||tt(0,0);if(\\\".\\\"==r)return _e(e);var n=t.marks[r];return n&&n.find()}function _e(e){for(var t=e.doc.history.done,r=t.length;r--;)if(t[r].changes)return z(t[r].changes[0].to)}function je(){this.buildCommandMap_()}je.prototype={processCommand:function(e,t,r){var n=this;e.operation(function(){e.curOp.isVimOp=!0,n._processCommand(e,t,r)})},_processCommand:function(t,e,r){var n=t.state.vim,o=K.registerController.getRegister(\\\":\\\"),i=o.toString();n.visualMode&&le(t);var a=new Ze.StringStream(e);o.setText(e);var s,l,c=r||{};c.input=e;try{this.parseInput_(t,a,c)}catch(e){throw Le(t,e),e}if(c.commandName){if(s=this.matchCommand_(c.commandName)){if(l=s.name,s.excludeFromCommandHistory&&o.setText(i),this.parseCommandArgs_(a,c,s),\\\"exToKey\\\"==s.type){for(var u=0;u\u003Cs.toKeys.length;u++)Ze.Vim.handleKey(t,s.toKeys[u],\\\"mapping\\\");return}if(\\\"exToEx\\\"==s.type)return void this.processCommand(t,s.toInput)}}else void 0!==c.line&&(l=\\\"move\\\");if(l)try{He[l](t,c),s&&s.possiblyAsync||!c.callback||c.callback()}catch(e){throw Le(t,e),e}else Le(t,'Not an editor command \\\":'+e+'\\\"')},parseInput_:function(e,t,r){t.eatWhile(\\\":\\\"),t.eat(\\\"%\\\")?(r.line=e.firstLine(),r.lineEnd=e.lastLine()):(r.line=this.parseLineSpec_(e,t),void 0!==r.line&&t.eat(\\\",\\\")&&(r.lineEnd=this.parseLineSpec_(e,t)));var n=t.match(/^(\\\\w+|!!|@@|[!#&*\u003C=>@~])/);return r.commandName=n?n[1]:t.match(/.*/)[0],r},parseLineSpec_:function(e,t){var r=t.match(/^(\\\\d+)/);if(r)return parseInt(r[1],10)-1;switch(t.next()){case\\\".\\\":return this.parseLineSpecOffset_(t,e.getCursor().line);case\\\"$\\\":return this.parseLineSpecOffset_(t,e.lastLine());case\\\"'\\\":var n=t.next(),o=Pe(e,e.state.vim,n);if(!o)throw new Error(\\\"Mark not set\\\");return this.parseLineSpecOffset_(t,o.line);case\\\"-\\\":case\\\"+\\\":return t.backUp(1),this.parseLineSpecOffset_(t,e.getCursor().line);default:return void t.backUp(1)}},parseLineSpecOffset_:function(e,t){var r,n=e.match(/^([+-])?(\\\\d+)/);return n&&(r=parseInt(n[2],10),\\\"-\\\"==n[1]?t-=r:t+=r),t},parseCommandArgs_:function(e,t,r){var n,o;e.eol()||(t.argString=e.match(/.*/)[0],n=r.argDelimiter||/\\\\s+/,(o=re(t.argString).split(n)).length&&o[0]&&(t.args=o))},matchCommand_:function(e){for(var t=e.length;0\u003Ct;t--){var r=e.substring(0,t);if(this.commandMap_[r]){var n=this.commandMap_[r];if(0===n.name.indexOf(e))return n}}return null},buildCommandMap_:function(){this.commandMap_={};for(var e=0;e\u003Cet.length;e++){var t=et[e],r=t.shortName||t.name;this.commandMap_[r]=t}},map:function(e,t,r){if(\\\":\\\"!=e&&\\\":\\\"==e.charAt(0)){if(r)throw Error(\\\"Mode not supported for ex mappings\\\");var n=e.substring(1);\\\":\\\"!=t&&\\\":\\\"==t.charAt(0)?this.commandMap_[n]={name:n,type:\\\"exToEx\\\",toInput:t.substring(1),user:!0}:this.commandMap_[n]={name:n,type:\\\"exToKey\\\",toKeys:t,user:!0}}else{var o;o=\\\":\\\"!=t&&\\\":\\\"==t.charAt(0)?{keys:e,type:\\\"keyToEx\\\",exArgs:{input:t.substring(1)}}:{keys:e,type:\\\"keyToKey\\\",toKeys:t},r&&(o.context=r),Ge.unshift(o)}},unmap:function(e,t){if(\\\":\\\"!=e&&\\\":\\\"==e.charAt(0)){if(t)throw Error(\\\"Mode not supported for ex mappings\\\");var r=e.substring(1);if(this.commandMap_[r]&&this.commandMap_[r].user)return void delete this.commandMap_[r]}else for(var n=e,o=0;o\u003CGe.length;o++)if(n==Ge[o].keys&&Ge[o].context===t)return void Ge.splice(o,1);throw Error(\\\"No such mapping.\\\")}};var He={colorscheme:function(e,t){!t.args||t.args.length\u003C1?Le(e,e.getOption(\\\"theme\\\")):e.setOption(\\\"theme\\\",t.args[0])},map:function(e,t,r){var n=t.args;!n||n.length\u003C2?e&&Le(e,\\\"Invalid mapping: \\\"+t.input):Fe.map(n[0],n[1],r)},imap:function(e,t){this.map(e,t,\\\"insert\\\")},nmap:function(e,t){this.map(e,t,\\\"normal\\\")},vmap:function(e,t){this.map(e,t,\\\"visual\\\")},unmap:function(e,t,r){var n=t.args;!n||n.length\u003C1?e&&Le(e,\\\"No such mapping: \\\"+t.input):Fe.unmap(n[0],r)},move:function(e,t){F.processCommand(e,e.state.vim,{type:\\\"motion\\\",motion:\\\"moveToLineOrEdgeOfDocument\\\",motionArgs:{forward:!1,explicitRepeat:!0,linewise:!0},repeatOverride:t.line+1})},set:function(e,t){var r=t.args,n=t.setCfg||{};if(!r||r.length\u003C1)e&&Le(e,\\\"Invalid mapping: \\\"+t.input);else{var o=r[0].split(\\\"=\\\"),i=o[0],a=o[1],s=!1;if(\\\"?\\\"==i.charAt(i.length-1)){if(a)throw Error(\\\"Trailing characters: \\\"+t.argString);i=i.substring(0,i.length-1),s=!0}void 0===a&&\\\"no\\\"==i.substring(0,2)&&(i=i.substring(2),a=!1);var l,c,u=x[i]&&\\\"boolean\\\"==x[i].type;u&&null==a&&(a=!0),!u&&void 0===a||s?(l=A(i,e,n))instanceof Error?Le(e,l.message):Le(e,!0===l||!1===l?\\\" \\\"+(l?\\\"\\\":\\\"no\\\")+i:\\\" \\\"+i+\\\"=\\\"+l):(c=S(i,a,e,n))instanceof Error&&Le(e,c.message)}},setlocal:function(e,t){t.setCfg={scope:\\\"local\\\"},this.set(e,t)},setglobal:function(e,t){t.setCfg={scope:\\\"global\\\"},this.set(e,t)},registers:function(e,t){var r=t.args,n=K.registerController.registers,o=\\\"----------Registers----------\u003Cbr>\u003Cbr>\\\";if(r)for(var r=r.join(\\\"\\\"),i=0;i\u003Cr.length;i++){a=r.charAt(i),K.registerController.isValidRegister(a)&&(o+='\\\"'+a+\\\" \\\"+(n[a]||new _).toString()+\\\"\u003Cbr>\\\")}else for(var a in n){var s=n[a].toString();s.length&&(o+='\\\"'+a+\\\" \\\"+s+\\\"\u003Cbr>\\\")}Le(e,o)},sort:function(e,i){var a,s,l,c,u;var t=function(){if(i.argString){var e=new Ze.StringStream(i.argString);if(e.eat(\\\"!\\\")&&(a=!0),e.eol())return;if(!e.eatSpace())return\\\"Invalid arguments\\\";var t=e.match(/([dinuox]+)?\\\\s*(\\\\/.+\\\\/)?\\\\s*/);if(!t&&!e.eol())return\\\"Invalid arguments\\\";if(t[1]){s=-1!=t[1].indexOf(\\\"i\\\"),l=-1!=t[1].indexOf(\\\"u\\\");var r=-1!=t[1].indexOf(\\\"d\\\")||-1!=t[1].indexOf(\\\"n\\\")&&1,n=-1!=t[1].indexOf(\\\"x\\\")&&1,o=-1!=t[1].indexOf(\\\"o\\\")&&1;if(1\u003Cr+n+o)return\\\"Invalid arguments\\\";c=(r?\\\"decimal\\\":n&&\\\"hex\\\")||o&&\\\"octal\\\"}t[2]&&(u=new RegExp(t[2].substr(1,t[2].length-2),s?\\\"i\\\":\\\"\\\"))}}();if(t)Le(e,t+\\\": \\\"+i.argString);else{var r=i.line||e.firstLine(),n=i.lineEnd||i.line||e.lastLine();if(r!=n){var o=tt(r,0),h=tt(n,te(e,n)),p=e.getRange(o,h).split(\\\"\\\\n\\\"),f=u||(\\\"decimal\\\"==c?/(-?)([\\\\d]+)/:\\\"hex\\\"==c?/(-?)(?:0x)?([0-9a-f]+)/i:\\\"octal\\\"==c?/([0-7]+)/:null),d=\\\"decimal\\\"==c?10:\\\"hex\\\"==c?16:\\\"octal\\\"==c?8:null,m=[],g=[];if(c||u)for(var v=0;v\u003Cp.length;v++){var y=u?p[v].match(u):null;y&&\\\"\\\"!=y[0]?m.push(y):!u&&f.exec(p[v])?m.push(p[v]):g.push(p[v])}else g=p;if(m.sort(u?function(e,t){var r;return a&&(r=e,e=t,t=r),s&&(e[0]=e[0].toLowerCase(),t[0]=t[0].toLowerCase()),e[0]\u003Ct[0]?-1:1}:w),u)for(v=0;v\u003Cm.length;v++)m[v]=m[v].input;else c||g.sort(w);if(p=a?m.concat(g):g.concat(m),l)for(var k,C=p,p=[],v=0;v\u003CC.length;v++)C[v]!=k&&p.push(C[v]),k=C[v];e.replaceRange(p.join(\\\"\\\\n\\\"),o,h)}}function w(e,t){var r;a&&(r=e,e=t,t=r),s&&(e=e.toLowerCase(),t=t.toLowerCase());var n=c&&f.exec(e),o=c&&f.exec(t);return n?(n=parseInt((n[1]+n[2]).toLowerCase(),d))-(o=parseInt((o[1]+o[2]).toLowerCase(),d)):e\u003Ct?-1:1}},global:function(t,e){var r=e.argString;if(r){var n,o=void 0!==e.line?e.line:t.firstLine(),i=e.lineEnd||e.line||t.lastLine(),a=we(r,\\\"/\\\"),s=r;if(a.length&&(s=a[0],n=a.slice(1,a.length).join(\\\"/\\\")),s)try{Ee(t,s,!0,!0)}catch(e){return void Le(t,\\\"Invalid regex: \\\"+s)}for(var l,c,u=Ce(t).getQuery(),h=[],p=\\\"\\\",f=o;f\u003C=i;f++){u.test(t.getLine(f))&&(h.push(f+1),p+=t.getLine(f)+\\\"\u003Cbr>\\\")}n?(l=0,(c=function(){var e;l\u003Ch.length&&(e=h[l]+n,Fe.processCommand(t,e,{callback:c})),l++})()):Le(t,p)}else Le(t,\\\"Regular Expression missing from global\\\")},substitute:function(t,e){if(!t.getSearchCursor)throw new Error(\\\"Search feature not available. Requires searchcursor.js or any other getSearchCursor implementation.\\\");var r,n,o,i,a,s,l,c,u,h=e.argString,p=h?we(h,h[0]):[],f=\\\"\\\",d=!1,m=!1;if(p.length)r=p[0],A(\\\"pcre\\\")&&\\\"\\\"!==r&&(r=new RegExp(r).source),f=p[1],r&&\\\"$\\\"===r[r.length-1]&&(r=r.slice(0,r.length-1)+\\\"\\\\\\\\n\\\",f=f?f+\\\"\\\\n\\\":\\\"\\\\n\\\"),void 0!==f&&(f=A(\\\"pcre\\\")?function(e){for(var t=new Ze.StringStream(e),r=[];!t.eol();){for(;t.peek()&&\\\"\\\\\\\\\\\"!=t.peek();)r.push(t.next());var n=!1;for(var o in Ae)if(t.match(o,!0)){n=!0,r.push(Ae[o]);break}n||r.push(t.next())}return r.join(\\\"\\\")}(f.replace(/([^\\\\\\\\])&/g,\\\"$1$$&\\\")):Se(f),K.lastSubstituteReplacePart=f),n=p[2]?p[2].split(\\\" \\\"):[];else if(h&&h.length)return void Le(t,\\\"Substitutions should be of the form :s/pattern/replace/\\\");if(n&&(o=n[0],i=parseInt(n[1]),o&&(-1!=o.indexOf(\\\"c\\\")&&(d=!0,o.replace(\\\"c\\\",\\\"\\\")),-1!=o.indexOf(\\\"g\\\")&&(m=!0,o.replace(\\\"g\\\",\\\"\\\")),r=A(\\\"pcre\\\")?r+\\\"/\\\"+o:r.replace(/\\\\//g,\\\"\\\\\\\\/\\\")+\\\"/\\\"+o)),r)try{Ee(t,r,!0,!0)}catch(e){return void Le(t,\\\"Invalid regex: \\\"+r)}void 0!==(f=f||K.lastSubstituteReplacePart)?(a=Ce(t).getQuery(),s=void 0!==e.line?e.line:t.getCursor().line,l=e.lineEnd||s,s==t.firstLine()&&l==t.lastLine()&&(l=1/0),i&&(l=(s=l)+i-1),c=J(t,tt(s,0)),u=t.getSearchCursor(a,c),function(o,e,n,i,a,s,t,r,l){o.state.vim.exMode=!0;var c=!1,u=s.from();function h(){o.operation(function(){for(;!c;)p(),f();d()})}function p(){var e=o.getRange(s.from(),s.to()).replace(t,r);s.replace(e)}function f(){for(;s.findNext()&&(e=s.from(),t=i,r=a,\\\"number\\\"!=typeof e&&(e=e.line),t instanceof Array?w(e,t):r?t\u003C=e&&e\u003C=r:e==t);)if(n||!u||s.from().line!=u.line)return o.scrollIntoView(s.from(),30),o.setSelection(s.from(),s.to()),u=s.from(),void(c=!1);var e,t,r;c=!0}function d(e){var t;e&&e(),o.focus(),u&&(o.setCursor(u),(t=o.state.vim).exMode=!1,t.lastHPos=t.lastHSPos=u.ch),l&&l()}if(f(),c)return Le(o,\\\"No matches for \\\"+t.source);if(!e)return h(),l&&l();Re(o,{prefix:\\\"replace with \u003Cstrong>\\\"+r+\\\"\u003C/strong> (y/n/a/q/l)\\\",onKeyDown:function(e,t,r){switch(Ze.e_stop(e),Ze.keyName(e)){case\\\"Y\\\":p(),f();break;case\\\"N\\\":f();break;case\\\"A\\\":var n=l;l=void 0,o.operation(h),l=n;break;case\\\"L\\\":p();case\\\"Q\\\":case\\\"Esc\\\":case\\\"Ctrl-C\\\":case\\\"Ctrl-[\\\":d(r)}return c&&d(r),!0}})}(t,d,m,s,l,u,a,f,e.callback)):Le(t,\\\"No previous substitute regular expression\\\")},redo:Ze.commands.redo,undo:Ze.commands.undo,write:function(e){Ze.commands.save?Ze.commands.save(e):e.save&&e.save()},nohlsearch:function(e){Ke(e)},yank:function(e){var t=z(e.getCursor()).line,r=e.getLine(t);K.registerController.pushText(\\\"0\\\",\\\"yank\\\",r,!0,!0)},delmarks:function(e,t){if(t.argString&&re(t.argString))for(var r=e.state.vim,n=new Ze.StringStream(re(t.argString));!n.eol();){n.eatSpace();var o=n.pos;if(!n.match(/[a-zA-Z]/,!1))return void Le(e,\\\"Invalid argument: \\\"+t.argString.substring(o));var i=n.next();if(n.match(\\\"-\\\",!0)){if(!n.match(/[a-zA-Z]/,!1))return void Le(e,\\\"Invalid argument: \\\"+t.argString.substring(o));var a=i,s=n.next();if(!(y(a)&&y(s)||k(a)&&k(s)))return void Le(e,\\\"Invalid argument: \\\"+a+\\\"-\\\");var l=a.charCodeAt(0),c=s.charCodeAt(0);if(c\u003C=l)return void Le(e,\\\"Invalid argument: \\\"+t.argString.substring(o));for(var u=0;u\u003C=c-l;u++){var h=String.fromCharCode(l+u);delete r.marks[h]}}else delete r.marks[i]}else Le(e,\\\"Argument required\\\")}},Fe=new je;function We(e){var t=e.state.vim,r=K.macroModeState,n=K.registerController.getRegister(\\\".\\\"),o=r.isPlaying,i=r.lastInsertModeChanges;o||(e.off(\\\"change\\\",De),Ze.off(e.getInputField(),\\\"keydown\\\",Qe)),!o&&1\u003Ct.insertModeRepeat&&(ze(e,t,t.insertModeRepeat-1,!0),t.lastEditInputState.repeatOverride=t.insertModeRepeat),delete t.insertModeRepeat,t.insertMode=!1,e.setCursor(e.getCursor().line,e.getCursor().ch-1),e.setOption(\\\"keyMap\\\",\\\"vim\\\"),e.setOption(\\\"disableInput\\\",!0),e.toggleOverwrite(!1),n.setText(i.changes.join(\\\"\\\")),Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"normal\\\"}),r.isRecording&&function(e){if(e.isPlaying)return;var t=e.latestRegister,r=K.registerController.getRegister(t);r&&r.pushInsertModeChanges&&r.pushInsertModeChanges(e.lastInsertModeChanges)}(r)}function Ve(e){Ge.unshift(e)}function De(e,t){var r,n,o=K.macroModeState,i=o.lastInsertModeChanges;if(!o.isPlaying)for(;t;){i.expectCursorActivityForChange=!0,1\u003Ci.ignoreCount?i.ignoreCount--:\\\"+input\\\"!=t.origin&&\\\"paste\\\"!=t.origin&&void 0!==t.origin||(1\u003C(r=e.listSelections().length)&&(i.ignoreCount=r),n=t.text.join(\\\"\\\\n\\\"),i.maybeReset&&(i.changes=[],i.maybeReset=!1),n&&(e.state.overwrite&&!/\\\\n/.test(n)?i.changes.push([n]):i.changes.push(n))),t=t.next}}function Ue(e){var t=e.state.vim;if(t.insertMode){var r=K.macroModeState;if(r.isPlaying)return;var n=r.lastInsertModeChanges;n.expectCursorActivityForChange?n.expectCursorActivityForChange=!1:n.maybeReset=!0}else e.curOp.isVimOp||function(e,t){var r=e.getCursor(\\\"anchor\\\"),n=e.getCursor(\\\"head\\\");t.visualMode&&!e.somethingSelected()?le(e,!1):t.visualMode||t.insertMode||!e.somethingSelected()||(t.visualMode=!0,t.visualLine=!1,Ze.signal(e,\\\"vim-mode-change\\\",{mode:\\\"visual\\\"}));{var o,i;t.visualMode?(o=Z(n,r)?0:-1,i=Z(n,r)?-1:0,n=q(n,0,o),r=q(r,0,i),t.sel={anchor:r,head:n},ve(e,t,\\\"\u003C\\\",G(n,r)),ve(e,t,\\\">\\\",Y(n,r))):t.insertMode||(t.lastHPos=e.getCursor().ch)}}(e,t);t.visualMode&&Je(e)}function Je(e){var t,r=\\\"cm-animate-fat-cursor\\\",n=e.state.vim,o=J(e,z(n.sel.head)),i=q(o,0,1);$e(n),o.ch==e.getLine(o.line).length?((t=document.createElement(\\\"span\\\")).textContent=\\\" \\\",t.className=r,n.fakeCursorBookmark=e.setBookmark(o,{widget:t})):n.fakeCursor=e.markText(o,i,{className:r})}function $e(e){e.fakeCursor&&(e.fakeCursor.clear(),e.fakeCursor=null),e.fakeCursorBookmark&&(e.fakeCursorBookmark.clear(),e.fakeCursorBookmark=null)}function qe(e){this.keyName=e}function Qe(e){var t=K.macroModeState.lastInsertModeChanges,r=Ze.keyName(e);r&&(-1==r.indexOf(\\\"Delete\\\")&&-1==r.indexOf(\\\"Backspace\\\")||Ze.lookupKey(r,\\\"vim-insert\\\",function(){return t.maybeReset&&(t.changes=[],t.maybeReset=!1),t.changes.push(new qe(r)),!0}))}function ze(r,n,e,t){var o=K.macroModeState;o.isPlaying=!0;var i=!!n.lastEditActionCommand,a=n.inputState;function s(){i?F.processAction(r,n,n.lastEditActionCommand):F.evalInput(r,n)}function l(e){var t;0\u003Co.lastInsertModeChanges.changes.length&&(e=n.lastEditActionCommand?e:1,t=o.lastInsertModeChanges,Xe(r,t.changes,e))}if(n.inputState=n.lastEditInputState,i&&n.lastEditActionCommand.interlaceInsertRepeat)for(var c=0;c\u003Ce;c++)s(),l(1);else t||s(),l(e);n.inputState=a,n.insertMode&&!t&&We(r),o.isPlaying=!1}function Xe(t,e,r){function n(e){return\\\"string\\\"==typeof e?Ze.commands[e](t):e(t),!0}var o=t.getCursor(\\\"head\\\"),i=K.macroModeState.lastInsertModeChanges.visualBlock;i&&(oe(t,o,i+1),r=t.listSelections().length,t.setCursor(o));for(var a=0;a\u003Cr;a++){i&&t.setCursor(q(o,a,0));for(var s=0;s\u003Ce.length;s++){var l,c,u,h=e[s];h instanceof qe?Ze.lookupKey(h.keyName,\\\"vim-insert\\\",n):\\\"string\\\"==typeof h?(l=t.getCursor(),t.replaceRange(h,l,l)):(u=q(c=t.getCursor(),0,h[0].length),t.replaceRange(h[0],c,u))}}i&&t.setCursor(q(o,0,1))}return Ze.keyMap.vim={attach:o,detach:e,call:t},M(\\\"insertModeEscKeysTimeout\\\",200,\\\"number\\\"),Ze.keyMap[\\\"vim-insert\\\"]={fallthrough:[\\\"default\\\"],attach:o,detach:e,call:t},Ze.keyMap[\\\"vim-replace\\\"]={Backspace:\\\"goCharLeft\\\",fallthrough:[\\\"vim-insert\\\"],attach:o,detach:e,call:t},O(),I}()});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/keymap/vim.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror-keymap-vim/readme\":{\"title\":\"$:/plugins/tiddlywiki/codemirror-keymap-vim/readme\",\"text\":\"This plugin adds a ''Keymap'' with some of the most important ''Vim'' keyboard shortcuts\\n\\nFor information about available ''keyboard shortcuts'' see the [ext[CodeMirror vim demo|https://codemirror.net/demo/vim.html]]\\n\"}}}"},
{"title":"$:/plugins/tiddlywiki/codemirror-search-replace","name":"CodeMirror Search and Replace","description":"Search and replace for CodeMirror","parent-plugin":"$:/plugins/tiddlywiki/codemirror","list":"readme","version":"5.2.0","plugin-type":"plugin","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/tiddlywiki/codemirror/addon/search/search.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../../lib/codemirror\\\"),require(\\\"./searchcursor\\\"),require(\\\"../dialog/dialog\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\",\\\"./searchcursor\\\",\\\"../dialog/dialog\\\"],e):e(CodeMirror)}(function(d){\\\"use strict\\\";function o(){this.posFrom=this.posTo=this.lastQuery=this.query=null,this.overlay=null}function m(e){return e.state.search||(e.state.search=new o)}function a(e){return\\\"string\\\"==typeof e&&e==e.toLowerCase()}function y(e,o,n){return e.getSearchCursor(o,n,{caseFold:a(o),multiline:!0})}function h(e,o,n,r,t){e.openDialog?e.openDialog(o,t,{value:r,selectValueOnOpen:!0,bottom:e.options.search.bottom}):t(prompt(n,r))}function r(e){return e.replace(/\\\\\\\\([nrt\\\\\\\\])/g,function(e,o){return\\\"n\\\"==o?\\\"\\\\n\\\":\\\"r\\\"==o?\\\"\\\\r\\\":\\\"t\\\"==o?\\\"\\\\t\\\":\\\"\\\\\\\\\\\"==o?\\\"\\\\\\\\\\\":e})}function s(e){var o=e.match(/^\\\\/(.*)\\\\/([a-z]*)$/);if(o)try{e=new RegExp(o[1],-1==o[2].indexOf(\\\"i\\\")?\\\"\\\":\\\"i\\\")}catch(e){}else e=r(e);return(\\\"string\\\"==typeof e?\\\"\\\"==e:e.test(\\\"\\\"))&&(e=/x^/),e}function g(e,o,n){var r,t;o.queryText=n,o.query=s(n),e.removeOverlay(o.overlay,a(o.query)),o.overlay=(r=o.query,t=a(o.query),\\\"string\\\"==typeof r?r=new RegExp(r.replace(/[\\\\-\\\\[\\\\]\\\\/\\\\{\\\\}\\\\(\\\\)\\\\*\\\\+\\\\?\\\\.\\\\\\\\\\\\^\\\\$\\\\|]/g,\\\"\\\\\\\\$&\\\"),t?\\\"gi\\\":\\\"g\\\"):r.global||(r=new RegExp(r.source,r.ignoreCase?\\\"gi\\\":\\\"g\\\")),{token:function(e){r.lastIndex=e.pos;var o=r.exec(e.string);if(o&&o.index==e.pos)return e.pos+=o[0].length||1,\\\"searching\\\";o?e.pos=o.index:e.skipToEnd()}}),e.addOverlay(o.overlay),e.showMatchesOnScrollbar&&(o.annotate&&(o.annotate.clear(),o.annotate=null),o.annotate=e.showMatchesOnScrollbar(o.query,a(o.query)))}function n(a,o,e,n){var r=m(a);if(r.query)return x(a,o);var t,s,i,c,l,u,p,f=a.getSelection()||r.lastQuery;f instanceof RegExp&&\\\"x^\\\"==f.source&&(f=null),e&&a.openDialog?(t=null,s=function(e,o){d.e_stop(o),e&&(e!=r.queryText&&(g(a,r,e),r.posFrom=r.posTo=a.getCursor()),t&&(t.style.opacity=1),x(a,o.shiftKey,function(e,o){var n;o.line\u003C3&&document.querySelector&&(n=a.display.wrapper.querySelector(\\\".CodeMirror-dialog\\\"))&&n.getBoundingClientRect().bottom-4>a.cursorCoords(o,\\\"window\\\").top&&((t=n).style.opacity=.4)}))},c=b(i=a),l=f,u=s,p=function(e,o){var n=d.keyName(e),r=a.getOption(\\\"extraKeys\\\"),t=r&&r[n]||d.keyMap[a.getOption(\\\"keyMap\\\")][n];\\\"findNext\\\"==t||\\\"findPrev\\\"==t||\\\"findPersistentNext\\\"==t||\\\"findPersistentPrev\\\"==t?(d.e_stop(e),g(a,m(a),o),a.execCommand(t)):\\\"find\\\"!=t&&\\\"findPersistent\\\"!=t||(d.e_stop(e),s(o,e))},i.openDialog(c,u,{value:l,selectValueOnOpen:!0,closeOnEnter:!1,onClose:function(){v(i)},onKeyDown:p,bottom:i.options.search.bottom}),n&&f&&(g(a,r,f),x(a,o))):h(a,b(a),\\\"Search for:\\\",f,function(e){e&&!r.query&&a.operation(function(){g(a,r,e),r.posFrom=r.posTo=a.getCursor(),x(a,o)})})}function x(n,r,t){n.operation(function(){var e=m(n),o=y(n,e.query,r?e.posFrom:e.posTo);(o.find(r)||(o=y(n,e.query,r?d.Pos(n.lastLine()):d.Pos(n.firstLine(),0))).find(r))&&(n.setSelection(o.from(),o.to()),n.scrollIntoView({from:o.from(),to:o.to()},20),e.posFrom=o.from(),e.posTo=o.to(),t&&t(o.from(),o.to()))})}function v(o){o.operation(function(){var e=m(o);e.lastQuery=e.query,e.query&&(e.query=e.queryText=null,o.removeOverlay(e.overlay),e.annotate&&(e.annotate.clear(),e.annotate=null))})}function b(e){return'\u003Cspan class=\\\"CodeMirror-search-label\\\">'+e.phrase(\\\"Search:\\\")+'\u003C/span> \u003Cinput type=\\\"text\\\" style=\\\"width: 10em\\\" class=\\\"CodeMirror-search-field\\\"/> \u003Cspan style=\\\"color: #888\\\" class=\\\"CodeMirror-search-hint\\\">'+e.phrase(\\\"(Use /re/ syntax for regexp search)\\\")+\\\"\u003C/span>\\\"}function C(o,r,t){o.operation(function(){for(var n,e=y(o,r);e.findNext();){\\\"string\\\"!=typeof r?(n=o.getRange(e.from(),e.to()).match(r),e.replace(t.replace(/\\\\$(\\\\d)/g,function(e,o){return n[o]}))):e.replace(t)}})}function t(f,e){var o,n;f.getOption(\\\"readOnly\\\")||(o=f.getSelection()||m(f).lastQuery,n='\u003Cspan class=\\\"CodeMirror-search-label\\\">'+(e?f.phrase(\\\"Replace all:\\\"):f.phrase(\\\"Replace:\\\"))+\\\"\u003C/span>\\\",h(f,n+(' \u003Cinput type=\\\"text\\\" style=\\\"width: 10em\\\" class=\\\"CodeMirror-search-field\\\"/> \u003Cspan style=\\\"color: #888\\\" class=\\\"CodeMirror-search-hint\\\">'+f.phrase(\\\"(Use /re/ syntax for regexp search)\\\")+\\\"\u003C/span>\\\"),n,o,function(p){p&&(p=s(p),h(f,'\u003Cspan class=\\\"CodeMirror-search-label\\\">'+f.phrase(\\\"With:\\\")+'\u003C/span> \u003Cinput type=\\\"text\\\" style=\\\"width: 10em\\\" class=\\\"CodeMirror-search-field\\\"/>',f.phrase(\\\"Replace with:\\\"),\\\"\\\",function(i){var c,l,u;i=r(i),e?C(f,p,i):(v(f),c=y(f,p,f.getCursor(\\\"from\\\")),l=function(){var e,o,n,r,t,a,s=c.from();!(e=c.findNext())&&(c=y(f,p),!(e=c.findNext())||s&&c.from().line==s.line&&c.from().ch==s.ch)||(f.setSelection(c.from(),c.to()),f.scrollIntoView({from:c.from(),to:c.to()}),n='\u003Cspan class=\\\"CodeMirror-search-label\\\">'+(a=o=f).phrase(\\\"Replace?\\\")+\\\"\u003C/span> \u003Cbutton>\\\"+a.phrase(\\\"Yes\\\")+\\\"\u003C/button> \u003Cbutton>\\\"+a.phrase(\\\"No\\\")+\\\"\u003C/button> \u003Cbutton>\\\"+a.phrase(\\\"All\\\")+\\\"\u003C/button> \u003Cbutton>\\\"+a.phrase(\\\"Stop\\\")+\\\"\u003C/button> \\\",r=f.phrase(\\\"Replace?\\\"),t=[function(){u(e)},l,function(){C(f,p,i)}],o.openConfirm?o.openConfirm(n,t):confirm(r)&&t[0]())},u=function(n){c.replace(\\\"string\\\"==typeof p?i:i.replace(/\\\\$(\\\\d)/g,function(e,o){return n[o]})),l()},l())}))}))}d.defineOption(\\\"search\\\",{bottom:!1}),d.commands.find=function(e){v(e),n(e)},d.commands.findPersistent=function(e){v(e),n(e,!1,!0)},d.commands.findPersistentNext=function(e){n(e,!1,!0,!0)},d.commands.findPersistentPrev=function(e){n(e,!0,!0,!0)},d.commands.findNext=n,d.commands.findPrev=function(e){n(e,!0)},d.commands.clearSearch=v,d.commands.replace=t,d.commands.replaceAll=function(e){t(e,!0)}});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/search/search.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/search/jump-to-line.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(e){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?e(require(\\\"../../lib/codemirror\\\"),require(\\\"../dialog/dialog\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\",\\\"../dialog/dialog\\\"],e):e(CodeMirror)}(function(e){\\\"use strict\\\";function u(e,o){var r=Number(o);return/^[-+]/.test(o)?e.getCursor().line+r:r-1}e.defineOption(\\\"search\\\",{bottom:!1}),e.commands.jumpToLine=function(t){var e,o,r,s,i,n,l=t.getCursor();o=(n=e=t).phrase(\\\"Jump to line:\\\")+' \u003Cinput type=\\\"text\\\" style=\\\"width: 10em\\\" class=\\\"CodeMirror-search-field\\\"/> \u003Cspan style=\\\"color: #888\\\" class=\\\"CodeMirror-search-hint\\\">'+n.phrase(\\\"(Use line:column or scroll% syntax)\\\")+\\\"\u003C/span>\\\",r=t.phrase(\\\"Jump to line:\\\"),s=l.line+1+\\\":\\\"+l.ch,i=function(e){var o,r;e&&((o=/^\\\\s*([\\\\+\\\\-]?\\\\d+)\\\\s*\\\\:\\\\s*(\\\\d+)\\\\s*$/.exec(e))?t.setCursor(u(t,o[1]),Number(o[2])):(o=/^\\\\s*([\\\\+\\\\-]?\\\\d+(\\\\.\\\\d+)?)\\\\%\\\\s*/.exec(e))?(r=Math.round(t.lineCount()*Number(o[1])/100),/^[-+]/.test(o[1])&&(r=l.line+r+1),t.setCursor(r-1,l.ch)):(o=/^\\\\s*\\\\:?\\\\s*([\\\\+\\\\-]?\\\\d+)\\\\s*/.exec(e))&&t.setCursor(u(t,o[1]),l.ch))},e.openDialog?e.openDialog(o,i,{value:s,selectValueOnOpen:!0,bottom:e.options.search.bottom}):i(prompt(r,s))},e.keyMap.default[\\\"Alt-G\\\"]=\\\"jumpToLine\\\"});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/search/jump-to-line.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js\":{\"text\":\"// CodeMirror, copyright (c) by Marijn Haverbeke and others\\n// Distributed under an MIT license: https://codemirror.net/LICENSE\\n!function(t){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?t(require(\\\"../../lib/codemirror\\\")):\\\"function\\\"==typeof define&&define.amd?define([\\\"../../lib/codemirror\\\"],t):t(CodeMirror)}(function(i){\\\"use strict\\\";var p,x,L=i.Pos;function d(t,e){for(var n,r,i=null!=(r=(n=t).flags)?r:(n.ignoreCase?\\\"i\\\":\\\"\\\")+(n.global?\\\"g\\\":\\\"\\\")+(n.multiline?\\\"m\\\":\\\"\\\"),o=i,l=0;l\u003Ce.length;l++)-1==o.indexOf(e.charAt(l))&&(o+=e.charAt(l));return i==o?t:new RegExp(t.source,o)}function v(t){return/\\\\\\\\s|\\\\\\\\n|\\\\n|\\\\\\\\W|\\\\\\\\D|\\\\[\\\\^/.test(t.source)}function m(t,e,n){e=d(e,\\\"g\\\");for(var r=n.line,i=n.ch,o=t.lastLine();r\u003C=o;r++,i=0){e.lastIndex=i;var l=t.getLine(r),h=e.exec(l);if(h)return{from:L(r,h.index),to:L(r,h.index+h[0].length),match:h}}}function C(t,e,n){for(var r,i=0;i\u003C=t.length;){e.lastIndex=i;var o=e.exec(t);if(!o)break;var l=o.index+o[0].length;if(l>t.length-n)break;(!r||l>r.index+r[0].length)&&(r=o),i=o.index+1}return r}function O(t,e,n){e=d(e,\\\"g\\\");for(var r=n.line,i=n.ch,o=t.firstLine();o\u003C=r;r--,i=-1){var l=t.getLine(r),h=C(l,e,i\u003C0?0:l.length-i);if(h)return{from:L(r,h.index),to:L(r,h.index+h[0].length),match:h}}}function b(t,e,n,r){if(t.length==e.length)return n;for(var i=0,o=n+Math.max(0,t.length-e.length);;){if(i==o)return i;var l=i+o>>1,h=r(t.slice(0,l)).length;if(h==n)return l;n\u003Ch?o=l:i=1+l}}function r(n,r,t,e){var i;this.atOccurrence=!1,this.doc=n,t=t?n.clipPos(t):L(0,0),this.pos={from:t,to:t},\\\"object\\\"==typeof e?i=e.caseFold:(i=e,e=null),\\\"string\\\"==typeof r?(null==i&&(i=!1),this.matches=function(t,e){return(t?function(t,e,n,r){if(!e.length)return null;var i=r?p:x,o=i(e).split(/\\\\r|\\\\n\\\\r?/);t:for(var l=n.line,h=n.ch,s=t.firstLine()-1+o.length;s\u003C=l;l--,h=-1){var c=t.getLine(l);-1\u003Ch&&(c=c.slice(0,h));var f=i(c);if(1==o.length){var u=f.lastIndexOf(o[0]);if(-1==u)continue t;return{from:L(l,b(c,f,u,i)),to:L(l,b(c,f,u+o[0].length,i))}}var g=o[o.length-1];if(f.slice(0,g.length)==g){for(var a=1,n=l-o.length+1;a\u003Co.length-1;a++)if(i(t.getLine(n+a))!=o[a])continue t;var m=t.getLine(l+1-o.length),d=i(m);if(d.slice(d.length-o[0].length)==o[0])return{from:L(l+1-o.length,b(m,d,m.length-o[0].length,i)),to:L(l,b(c,f,g.length,i))}}}}:function(t,e,n,r){if(!e.length)return null;var i=r?p:x,o=i(e).split(/\\\\r|\\\\n\\\\r?/);t:for(var l=n.line,h=n.ch,s=t.lastLine()+1-o.length;l\u003C=s;l++,h=0){var c=t.getLine(l).slice(h),f=i(c);if(1==o.length){var u=f.indexOf(o[0]);if(-1==u)continue t;n=b(c,f,u,i)+h;return{from:L(l,b(c,f,u,i)+h),to:L(l,b(c,f,u+o[0].length,i)+h)}}var g=f.length-o[0].length;if(f.slice(g)==o[0]){for(var a=1;a\u003Co.length-1;a++)if(i(t.getLine(l+a))!=o[a])continue t;var m=t.getLine(l+o.length-1),d=i(m),v=o[o.length-1];if(d.slice(0,v.length)==v)return{from:L(l,b(c,f,g,i)+h),to:L(l+o.length-1,b(m,d,v.length,i))}}}})(n,r,e,i)}):(r=d(r,\\\"gm\\\"),e&&!1===e.multiline?this.matches=function(t,e){return(t?O:m)(n,r,e)}:this.matches=function(t,e){return(t?function(t,e,n){if(!v(e))return O(t,e,n);e=d(e,\\\"gm\\\");for(var r=1,i=t.getLine(n.line).length-n.ch,o=n.line,l=t.firstLine();l\u003C=o;){for(var h=0;h\u003Cr&&l\u003C=o;h++)var s=t.getLine(o--),c=null==c?s:s+\\\"\\\\n\\\"+c;r*=2;var f=C(c,e,i);if(f){var u=c.slice(0,f.index).split(\\\"\\\\n\\\"),g=f[0].split(\\\"\\\\n\\\"),a=o+u.length,m=u[u.length-1].length;return{from:L(a,m),to:L(a+g.length-1,1==g.length?m+g[0].length:g[g.length-1].length),match:f}}}}:function(t,e,n){if(!v(e))return m(t,e,n);e=d(e,\\\"gm\\\");for(var r=1,i=n.line,o=t.lastLine();i\u003C=o;){for(var l=0;l\u003Cr&&!(o\u003Ci);l++)var h=t.getLine(i++),s=null==s?h:s+\\\"\\\\n\\\"+h;r*=2,e.lastIndex=n.ch;var c=e.exec(s);if(c){var f=s.slice(0,c.index).split(\\\"\\\\n\\\"),u=c[0].split(\\\"\\\\n\\\"),g=n.line+f.length-1,a=f[f.length-1].length;return{from:L(g,a),to:L(g+u.length-1,1==u.length?a+u[0].length:u[u.length-1].length),match:c}}}})(n,r,e)})}x=String.prototype.normalize?(p=function(t){return t.normalize(\\\"NFD\\\").toLowerCase()},function(t){return t.normalize(\\\"NFD\\\")}):(p=function(t){return t.toLowerCase()},function(t){return t}),r.prototype={findNext:function(){return this.find(!1)},findPrevious:function(){return this.find(!0)},find:function(t){for(var e=this.matches(t,this.doc.clipPos(t?this.pos.from:this.pos.to));e&&0==i.cmpPos(e.from,e.to);)t?e.from.ch?e.from=L(e.from.line,e.from.ch-1):e=e.from.line==this.doc.firstLine()?null:this.matches(t,this.doc.clipPos(L(e.from.line-1))):e.to.ch\u003Cthis.doc.getLine(e.to.line).length?e.to=L(e.to.line,e.to.ch+1):e=e.to.line==this.doc.lastLine()?null:this.matches(t,L(e.to.line+1,0));if(e)return this.pos=e,this.atOccurrence=!0,this.pos.match||!0;var n=L(t?this.doc.firstLine():this.doc.lastLine()+1,0);return this.pos={from:n,to:n},this.atOccurrence=!1},from:function(){if(this.atOccurrence)return this.pos.from},to:function(){if(this.atOccurrence)return this.pos.to},replace:function(t,e){var n;this.atOccurrence&&(n=i.splitLines(t),this.doc.replaceRange(n,this.pos.from,this.pos.to,e),this.pos.to=L(this.pos.from.line+n.length-1,n[n.length-1].length+(1==n.length?this.pos.from.ch:0)))}},i.defineExtension(\\\"getSearchCursor\\\",function(t,e,n){return new r(this.doc,t,e,n)}),i.defineDocExtension(\\\"getSearchCursor\\\",function(t,e,n){return new r(this,t,e,n)}),i.defineExtension(\\\"selectMatches\\\",function(t,e){for(var n=[],r=this.getSearchCursor(t,this.getCursor(\\\"from\\\"),e);r.findNext()&&!(0\u003Ci.cmpPos(r.to(),this.getCursor(\\\"to\\\")));)n.push({anchor:r.from(),head:r.to()});n.length&&this.setSelections(n,0)})});\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/codemirror/addon/search/searchcursor.js\",\"module-type\":\"codemirror\"},\"$:/plugins/tiddlywiki/codemirror-search-replace/readme\":{\"title\":\"$:/plugins/tiddlywiki/codemirror-search-replace/readme\",\"text\":\"This plugin enhances the [[CodeMirror|http://codemirror.net]] text editor with Search and Replace functionality. It needs the latest [[CodeMirror plugin|$:/plugins/tiddlywiki/codemirror]] to be installed\\n\\nIt adds these Keyboard Shortcuts to ~CodeMirror:\\n\\n|Shortcut |Function |h\\n|Ctrl-F / Cmd-F |Start searching |\\n|Ctrl-G / Cmd-G / Shift-F3 |Find next |\\n|Shift-Ctrl-G / Shift-Cmd-G / F3 |Find previous |\\n|Shift-Ctrl-F / Cmd-Option-F |Replace |\\n|Shift-Ctrl-R / Shift-Cmd-Option-F |Replace all |\\n|Alt-F |Persistent search (dialog doesn't autoclose, enter to find next, Shift-Enter to find previous) |\\n|Alt-G |Jump to line |\\n\\n\"}}}"},
{"title":"$:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js2","text":"// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../../lib/codemirror\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../../lib/codemirror\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function(CodeMirror) {\n \"use strict\";\n\nCodeMirror.registerHelper('hint', 'anyword', function(editor) {\n var cur = editor.getCursor();\n var curLine = editor.getLine(cur.line);\n var start = cur.ch;\n var end = start;\n var tiddlers = $tw.wiki.filterTiddlers(\"[all[tiddlers]!is[system]]\");\n while (end \u003C curLine.length && /[\\w$]/.test(curLine.charAt(end))) ++end;\n while (start && /[\\w$]/.test(curLine.charAt(start - 1))) --start;\n var curWord = start !== end && curLine.slice(start, end);\n var regex = new RegExp('^' + curWord, 'i');\n return {\n list: (!curWord ? [] : tiddlers.filter(function(item) {\n return item.match(regex);\n })).sort(),\n from: CodeMirror.Pos(cur.line, start),\n to: CodeMirror.Pos(cur.line, end)\n }\n})\n});","created":"20200504175204795","creator":"soren","modified":"20210827213549101","modifier":"soren","module-type":"codemirrorDISABLED","tags":"$:/tags/DisabledPlugin","type":"application/javascript"},
{"title":"$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css","created":"20200815103937889","modified":"20210329230405134","module-type":"codemirror-theme","name":"cmplus","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"```\n/*\nTiddlywiki Metadata\n----\nName: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css\n\nAdditional Fields - \nmodule-type: codemirror-theme\nname: cmplus\n*/\n```\n\n.cm-s-cmplus{\n line-height: 1.5em;\n background: \u003C\u003Ccolour tiddler-editor-background>> !important;\n color: \u003C\u003Ccolour foreground>> !important;\n}\n\n.cm-s-cmplus .CodeMirror-lines {\n padding: 8px 0;\n}\n\n.cm-s-cmplus .CodeMirror-linenumber {\n color: \u003C\u003Ccmcolour linenumber>>;\n}\n\n.cm-s-cmplus .CodeMirror-gutters {\n background-color: \u003C\u003Ccolour page-background>>;\n padding-right: 10px;\n z-index: 3;\n border: none;\n}\n\n.cm-s-cmplus div.CodeMirror-cursor {\n border-left: 3px solid \u003C\u003Ccolour foreground>>;\n}\n\n.cm-s-cmplus .CodeMirror-activeline-background {\n background: \u003C\u003Ccolour tiddler-editor-fields-even>>;\n}\n\n.cm-s-cmplus .CodeMirror-selected {\n background: \u003C\u003Ccmcolour selected>> !important;\n}\n\n.cm-s-cmplus .cm-comment {\n font-style: italic;\n color: \u003C\u003Ccolour muted-foreground>>;\n}\n\n.cm-s-cmplus .CodeMirror-matchingbracket {\n text-decoration: underline;\n color: \u003C\u003Ccmcolour matching-bracket>> !important;\n}\n\n.cm-s-cmplus .cm-strikethrough {\n text-decoration-color: \u003C\u003Ccolour very-muted-foreground>>; \n}\n\n.cm-s-cmplus .cm-underlined {\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-color: \u003C\u003Ccolour very-muted-foreground>>;\n}\n\n.cm-s-cmplus .cm-superscript {\n vertical-align: super;\n font-size: 0.7em;\n line-height: 0.1em;\n}\n\n.cm-s-cmplus .cm-subscript {\n font-size: 0.7em;\n line-height: 0.5;\n}\n\n.cm-s-cmplus .cm-macro {\n color: \u003C\u003Ccmcolour macro>>;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-keyword {\n color: \u003C\u003Ccmcolour keyword>>;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n font-weight: 600;\n}\n\n.cm-s-cmplus .cm-quote {\n font-style: italic;\n padding-left: 0.6em;\n border-left: \u003C\u003Ccmcolour quote>> solid 0.2em;\n}\n\n.cm-s-cmplus .cm-hr {\n color: \u003C\u003Ccmcolour hr>>;\n}\n\n.cm-s-cmplus .cm-h1 {\n color: \u003C\u003Ccmcolour h1>>;\n font-weight: 700;\n font-size: 1.383em;\n line-height: 1.802em;\n}\n\n.cm-s-cmplus .cm-h2 {\n color: \u003C\u003Ccmcolour h2>>;\n font-weight: 600;\n font-size: 1.296em;\n line-height: 1.602em;\n}\n\n.cm-s-cmplus .cm-h3 {\n color: \u003C\u003Ccmcolour h3>>;\n font-weight: 500;\n font-size: 1.215em;\n line-height: 1.424em;\n}\n\n.cm-s-cmplus .cm-h4 {\n color: \u003C\u003Ccmcolour h4>>;\n font-weight: 400;\n font-size: 1.138em;\n line-height: 1.266em;\n}\n\n.cm-s-cmplus .cm-h5 {\n color: \u003C\u003Ccmcolour h5>>;\n font-weight: 400;\n font-size: 1.067em;\n line-height: 1.125em;\n}\n\n.cm-s-cmplus .cm-h6 {\n color: \u003C\u003Ccmcolour h6>>;\n font-weight: 400;\n}\n\n.cm-s-cmplus .cm-link {\n color: \u003C\u003Ccmcolour link>>;\n text-decoration: none;\n font-weight: 600;\n}\n\n.cm-s-cmplus .cm-internallink {\n color: \u003C\u003Ccmcolour internallink>>;\n font-weight:600;\n}\n\n.cm-s-cmplus .cm-externallink {\n color: \u003C\u003Ccmcolour externallink>>;\n text-decoration: underline;\n}\n\n.cm-s-cmplus .cm-transclude {\n color: \u003C\u003Ccmcolour transclude>>;\n}\n\n.cm-s-cmplus .cm-pre {\n color: \u003C\u003Ccmcolour pre>>;\t\t\n font-family: {{$:/plugins/adithyab/cmplus/settings##monospace-font}};\n}\n\n.cm-s-cmplus .cm-monospace {\n color: \u003C\u003Ccmcolour monospace>>;\n font-family: {{$:/plugins/adithyab/cmplus/settings##monospace-font}};\n}\n\n.cm-s-cmplus .cm-list1 {\n color: \u003C\u003Ccmcolour list1>>;\n padding-left: 1em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list2 {\n color: \u003C\u003Ccmcolour list2>>;\n padding-left: 2em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list3 {\n color: \u003C\u003Ccmcolour list3>>;\n padding-left: 3em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list4 {\n color: \u003C\u003Ccmcolour list4>>;\n padding-left: 4em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-cmplus .cm-list5 {\n color: \u003C\u003Ccmcolour list5>>;\n padding-left: 5em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}"},
{"title":"$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css2","created":"20200815103937889","creator":"soren","modified":"20210827213558174","modifier":"soren","module-type":"codemirror-theme","name":"tw5plus","tags":"$:/tags/DisabledPlugin","type":"text/vnd.tiddlywiki","text":"```\n/*\nTiddlywiki Metadata\n----\nName: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.css\n\nAdditional Fields - \nmodule-type: codemirror-theme\nname: tw5plus\n*/\n```\n\n.cm-s-tw5plus {\n line-height: 1.5em;\n background: \u003C\u003Ccolour tiddler-editor-background>>;\n color: \u003C\u003Ccolour foreground>>;\n}\n\n.cm-s-tw5plus .CodeMirror-lines {\n padding: 8px 0;\n}\n\n.cm-s-tw5plus .CodeMirror-linenumber {\n color: #586E75;\n}\n\n.cm-s-tw5plus .CodeMirror-gutters {\n background-color: \u003C\u003Ccolour page-background>>;\n padding-right: 10px;\n z-index: 3;\n border: none;\n}\n\n.cm-s-tw5plus div.CodeMirror-cursor {\n border-left: 3px solid \u003C\u003Ccolour foreground>>;\n}\n\n.cm-s-tw5plus .CodeMirror-activeline-background {\n background: \u003C\u003Ccolour tiddler-editor-fields-odd>>;\n}\n\n.cm-s-tw5plus .CodeMirror-selected {\n background: \u003C\u003Ccolour very-muted-foreground>>;\n}\n\n.cm-s-tw5plus .cm-comment {\n font-style: italic;\n color: \u003C\u003Ccolour muted-foreground>>;\n}\n\n.cm-s-tw5plus .CodeMirror-matchingbracket {\n text-decoration: underline;\n color: #d33682 !important;\n}\n\n.cm-s-tw5plus .cm-strikethrough {\n text-decoration-color: \u003C\u003Ccolour very-muted-foreground>>; \n}\n\n.cm-s-tw5plus .cm-underlined {\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-color: \u003C\u003Ccolour very-muted-foreground>>;\n}\n\n.cm-s-tw5plus .cm-superscript {\n vertical-align: super;\n font-size: 0.7em;\n line-height: 0.1em;\n}\n\n.cm-s-tw5plus .cm-subscript {\n font-size: 0.7em;\n line-height: 0.5;\n}\n\n.cm-s-tw5plus .cm-string {\n color: #586E75;\n}\n\n.cm-s-tw5plus .cm-number {\n color: #268BD2;\n}\n\n.cm-s-tw5plus .cm-macro {\n color: #cb4b16;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-tw5plus .cm-keyword {\n color: #859900;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n font-weight: 600;\n}\n\n.cm-s-tw5plus .cm-variable {\n color: #268BD2;\n}\n\n.cm-s-tw5plus .cm-variable-2 {\n color: #268BD2;\n}\n\n.cm-s-tw5plus .cm-property {\n color: #268BD2;\n}\n\n.cm-s-tw5plus .cm-atom {\n color: #268BD2;\n}\n\n.cm-s-tw5plus .cm-operator {\n color: #859900;\n}\n\n.cm-s-tw5plus .cm-quote {\n font-style: italic;\n padding-left: 0.6em;\n border-left: #d33682 solid 0.2em;\n}\n\n.cm-s-tw5plus .cm-hr {\n color: #268bd2;\n}\n\n.cm-s-tw5plus .cm-h1 {\n color: #d33682;\n font-weight: 700;\n font-size: 1.383em;\n line-height: 1.802em;\n}\n\n.cm-s-tw5plus .cm-h2 {\n color: #d33682;\n font-weight: 600;\n font-size: 1.296em;\n line-height: 1.602em;\n}\n\n.cm-s-tw5plus .cm-h3 {\n color: #d33682;\n font-weight: 500;\n font-size: 1.215em;\n line-height: 1.424em;\n}\n\n.cm-s-tw5plus .cm-h4 {\n color: #d33682;\n font-weight: 400;\n font-size: 1.138em;\n line-height: 1.266em;\n}\n\n.cm-s-tw5plus .cm-h5 {\n color: #d33682;\n font-weight: 400;\n font-size: 1.067em;\n line-height: 1.125em;\n}\n\n.cm-s-tw5plus .cm-h6 {\n color: #d33682;\n font-weight: 400;\n}\n\n.cm-s-tw5plus .cm-link {\n color: #2aa198;\n text-decoration: none;\n}\n\n.cm-s-tw5plus .cm-internallink {\n color: #268bd2;\n font-weight:600;\n}\n\n.cm-s-tw5plus .cm-externallink {\n color: #d33682;\n text-decoration: underline;\n}\n\n.cm-s-tw5plus .cm-transclude {\n color: #dc322f;\n}\n\n.cm-s-tw5plus .cm-pre {\n color: #268BD2;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-tw5plus .cm-monospace {\n color: #cb4b16;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-tw5plus .cm-list1 {\n color: #268BD2;\n padding-left: 1em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-tw5plus .cm-list2 {\n color: #268BD2;\n padding-left: 2em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-tw5plus .cm-list3 {\n color: #268BD2;\n padding-left: 3em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-tw5plus .cm-list4 {\n color: #268BD2;\n padding-left: 4em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\n.cm-s-tw5plus .cm-list5 {\n color: #268BD2;\n padding-left: 5em;\n padding-right: 0.5em;\n font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}"},
{"title":"$:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js2","text":"// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/LICENSE\n\n/***\n\n|''Name''|tw5.js|\n|''Description''|Enables TiddlyWikiy syntax highlighting using CodeMirror|\n|''Original Contributor''|PMario|\n|''Author''|[[adithya-badidey|https://github.com/adithya-badidey]]|\n|''Version''|0.1.8|\n|''Status''|''stable''|\n|''Source''|[[GitHub|https://github.com/adithya-badidey/TW5-codemirror-plus]]|\n|''Documentation''|https://codemirror.tiddlyspace.com/|\n|''License''|[[MIT License|http://www.opensource.org/licenses/mit-license.php]]|\n|''Requires''|codemirror.js|\n|''Keywords''|syntax highlighting color code mirror codemirror|\n\n!! Tiddlywiki Metadata\nName: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js\nType: application/javascript\nAdditional Field:\nmodule-type: codemirror\n \nInfo: CoreVersion parameter is needed for TiddlyWiki only!\n\n***/\n\n(function (mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"../../lib/codemirror\"));\n else if (typeof define == \"function\" && define.amd) // AMD\n define([\"../../lib/codemirror\"], mod);\n else // Plain browser env\n mod(CodeMirror);\n})(function (CodeMirror) {\n \"use strict\";\n\n CodeMirror.defineMode(\"tiddlywiki5\", function () {\n // Tokenizer\n var textwords = {};\n\n var keywords = {\n \"changecount\": true, \"colour\": true,\n \"colour-picker\": true, \"contrastcolour\": true,\n \"copy-to-clipboard\": true, \"csvtiddlers\": true,\n \"datauri\": true, \"dumpvariables\": true,\n \"image-picker\": true, \"jsontiddler\": true,\n \"jsontiddlers\": true, \"lingo\": true,\n \"list-links\": true, \"list-links-draggable\": true,\n \"list-tagged-draggable\": true, \"list-thumbnails\": true,\n \"makedatauri\": true, \"now\": true,\n \"qualify\": true, \"resolvepath\": true,\n \"box-shadow\": true, \"filter\": true,\n \"transition\": true, \"background-linear-gradient\": true,\n \"transform-origin\": true, \"toc\": true,\n \"toc-expandable\": true, \"toc-selective-expandable\": true,\n \"toc-tabbed-internal-nav\": true, \"toc-tabbed-external-nav\": true,\n \"tabs\": true, \"tag\": true,\n \"tag-picker\": true, \"tag-pill\": true,\n \"thumbnail\": true, \"timeline\": true,\n \"tree\": true, \"unusedtitle\": true,\n \"version\": true\n };\n\n var isSpaceName = /[\\w_\\-]/i,\n reHR = /^\\-\\-\\-\\-+$/, // \u003Chr>\n reBlockQuote = /^\u003C\u003C\u003C/,\n rePreStart = /^```$/;\n\n function chain(stream, state, f) {\n state.tokenize = f;\n return f(stream, state);\n }\n\n function tokenBase(stream, state) {\n var sol = stream.sol(), // sol() -> Returns true only if the stream is at the start of the line.\n ch = stream.peek(); // Returns the next character in the stream without advancing it. Will return a null at the end of the line.\n\n // check start of blocks\n if (sol && /[\u003C\\/\\*{}\\-`]/.test(ch)) { //is at the start of a line and the next char is not\n if (stream.match(reBlockQuote)) {\n return chain(stream, state, twTokenQuote);\n }\n \n if (stream.match(reHR))\n return 'hr';\n\n if (stream.match(rePreStart))\n return chain(stream, state, twTokenPre);\n }\n\n stream.next();\n if (sol && /[\\/\\*!#;:>|]/.test(ch)) {\n if (ch == \"!\") { // tw header\n var count = 1;\n while (stream.eat('!'))\n count++;\n stream.skipToEnd();\n return \"h\" + count;\n }\n\n if (ch == \"*\" || ch == \"#\") { // tw list\n var count = 1;\n while (stream.eat('*') || stream.eat('#'))\n count++;\n return \"list\" + count;\n }\n if (ch == \";\") { // definition list, term\n stream.eatWhile(';');\n return \"list1\";\n }\n if (ch == \":\") { // definition list, description\n stream.eatWhile(':');\n return \"list2\";\n }\n if (ch == \">\") { // single line quote\n stream.eatWhile(\">\");\n return \"quote\";\n }\n if (ch == '|')\n return 'header';\n }\n\n // rudimentary html:// file:// link matching. TW knows much more ...\n if (/[hf]/i.test(ch) &&\n /[ti]/i.test(stream.peek()) &&\n stream.match(/\\b(ttps?|tp|ile):\\/\\/[\\-A-Z0-9+&@#\\/%?=~_|$!:,.;]*[A-Z0-9+&@#\\/%=~_|$]/i, true))\n return \"externallink\";\n\n if (ch == '`') { //\n return chain(stream, state, twTokenMonospace);\n }\n\n if (ch == \"/\" && stream.eat(\"/\")) { //\n return chain(stream, state, twTokenEm);\n }\n\n if (ch == \"{\" && stream.eat(\"{\")) \n return chain(stream, state, twTranslclude);\n\n if (ch == \"[\" && stream.eat(\"[\")) // tw InternalLink\n return chain(stream, state, twInternalLink);\n\n if (ch == \"_\" && stream.eat(\"_\")) // tw underline\n return chain(stream, state, twTokenUnderline);\n\n if (ch == \"^\" && stream.eat(\"^\"))\n return chain(stream, state, twSuperscript);\n\n if (ch == \",\" && stream.eat(\",\")) // tw underline\n return chain(stream, state, twSubscript);\n\n // tw strikethrough\n if (ch == \"~\" && stream.eat(\"~\")) {\n return chain(stream, state, twTokenStrike);\n }\n\n if (ch == \"'\" && stream.eat(\"'\")) // tw bold\n return chain(stream, state, twTokenStrong);\n\n if (ch == \"\u003C\" && stream.eat(\"\u003C\")) // tw macro\n return chain(stream, state, twTokenMacro);\n\n return null\n }\n\n // // tw invisible comment\n // function twTokenComment(stream, state) {\n // var maybeEnd = false, ch;\n // while (ch = stream.next()) {\n // if (ch == \"/\" && maybeEnd) {\n // state.tokenize = tokenBase;\n // break;\n // }\n // maybeEnd = (ch == \"%\");\n // }\n // return \"comment\";\n // }\n\n // tw strong / bold\n function twTokenStrong(stream, state) {\n var maybeEnd = false,\n ch;\n while (ch = stream.next()) {\n if (ch == \"'\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \"'\");\n }\n return \"strong\";\n }\n\n function twTokenMonospace(stream, state) {\n var ch;\n while (ch = stream.next()) {\n if (ch == \"`\") {\n state.tokenize = tokenBase;\n break;\n }\n }\n return \"monospace\";\n }\n\n // tw em / italic\n function twTokenEm(stream, state) {\n var maybeEnd = false,\n ch;\n while (ch = stream.next()) {\n if (ch == \"/\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \"/\");\n }\n return \"em\";\n }\n\n // tw transclusions\n function twTranslclude(stream, state) {\n var maybeEnd = false,\n ch;\n while (ch = stream.next()) {\n if (ch == \"}\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \"}\");\n }\n return \"transclude\";\n }\n\n // tw internal links\n function twInternalLink(stream, state) {\n if (stream.current() == '[[') {\n state.pastDivider = false;\n // console.log(\"Start of link\");\n return 'link';\n }\n if (stream.peek() == ']') {\n stream.next()\n if(stream.next() == ']') {\n state.tokenize = tokenBase;\n // console.log(\"End of link\");\n return 'link';\n }\n }\n var pastDivider = state.pastDivider,\n ch;\n while (ch = stream.peek()) {\n // console.log(\"Peeking :\" + ch);\n if (!pastDivider && ch=='|') {\n stream.next();\n state.pastDivider = true;\n // console.log(\"Past the divider\");\n return 'link';\n }\n if (ch == \"]\" && stream.peek() == \"]\") {\n // console.log(\"Found end of link\");\n return \"internallink\";\n }\n ch = stream.next();\n if (/[hf]/i.test(ch) &&\n /[ti]/i.test(stream.peek()) &&\n stream.match(/\\b(ttps?|tp|ile):\\/\\/[\\-A-Z0-9+&@#\\/%?=~_|$!:,.;]*[A-Z0-9+&@#\\/%=~_|$]/i, true)) {\n // console.log(\"Found external link\");\n return \"externallink\";\n }\n stream.eatWhile(/[^|\\]]/);\n }\n return null;\n }\n\n // tw underlined text\n function twTokenUnderline(stream, state) {\n var maybeEnd = false,\n ch;\n while (ch = stream.next()) {\n if (ch == \"_\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \"_\");\n }\n return \"underlined\";\n }\n\n function twSubscript(stream, state) {\n var maybeEnd = false, ch;\n\n while (ch = stream.next()) {\n if (ch == \",\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \",\");\n }\n return \"subscript\";\n }\n\n function twSuperscript(stream, state) {\n var maybeEnd = false, ch;\n\n while (ch = stream.next()) {\n if (ch == \"^\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \"^\");\n }\n return \"superscript\";\n }\n\n function twTokenStrike(stream, state) {\n var maybeEnd = false, ch;\n\n while (ch = stream.next()) {\n if (ch == \"~\" && maybeEnd) {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch == \"~\");\n }\n return \"strikethrough\";\n }\n\n function twTokenPre(stream, state) {\n var sol = stream.sol(), maybeEnd = false, surelyend = false, ch;\n while (ch = stream.next()) {\n if (ch == '`' && surelyend && stream.eol()) {\n stream.next();\n state.tokenize = tokenBase;\n return \"pre\";\n }\n surelyend = (maybeEnd && (ch == '`'));\n maybeEnd = (sol && ch == '`');\n sol = stream.sol();\n }\n return \"pre\";\n }\n\n function twTokenQuote(stream, state) {\n var sol = stream.sol(), maybeEnd = false, surelyend = false, ch;\n while (ch = stream.next()) {\n if (ch == '\u003C' && surelyend) {\n stream.skipToEnd();\n state.tokenize = tokenBase;\n return \"quote\";\n }\n surelyend = (maybeEnd && (ch == '\u003C'));\n maybeEnd = (sol && ch == '\u003C');\n sol = stream.sol();\n }\n return \"quote\";\n }\n\n\n function twTokenMacro(stream, state) {\n if (stream.current() == '\u003C\u003C') {\n return 'macro';\n }\n\n var ch = stream.next();\n if (!ch) {\n state.tokenize = tokenBase;\n return null;\n }\n if (ch == \">\") {\n if (stream.peek() == '>') {\n stream.next();\n state.tokenize = tokenBase;\n return \"macro\";\n }\n }\n\n stream.eatWhile(/[\\w\\$_]/);\n return keywords.propertyIsEnumerable(stream.current()) ? \"keyword\" : \"macro\"\n }\n\n // Interface\n return {\n startState: function () {\n return { tokenize: tokenBase };\n },\n\n token: function (stream, state) {\n if (stream.eatSpace()) return null;\n var style = state.tokenize(stream, state);\n return style;\n }\n };\n });\n\n CodeMirror.defineMIME(\"text/vnd.tiddlywiki\", \"tiddlywiki5\");\n});","created":"20200818164318584","creator":"soren","modified":"20210827213607229","modifier":"soren","module-type":"codemirrorDISABLED","tags":"$:/tags/DisabledPlugin","type":"application/javascript"},
{"title":"$:/plugins/tiddlywiki/highlight","name":"Highlight","description":"Highlight.js syntax highlighting","author":"Joao Bolila","list":"readme usage howto license","version":"5.2.0","plugin-type":"plugin","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/config/HighlightPlugin/TypeMappings/application/javascript\":{\"title\":\"$:/config/HighlightPlugin/TypeMappings/application/javascript\",\"text\":\"javascript\"},\"$:/config/HighlightPlugin/TypeMappings/application/json\":{\"title\":\"$:/config/HighlightPlugin/TypeMappings/application/json\",\"text\":\"json\"},\"$:/config/HighlightPlugin/TypeMappings/text/css\":{\"title\":\"$:/config/HighlightPlugin/TypeMappings/text/css\",\"text\":\"css\"},\"$:/config/HighlightPlugin/TypeMappings/text/html\":{\"title\":\"$:/config/HighlightPlugin/TypeMappings/text/html\",\"text\":\"html\"},\"$:/config/HighlightPlugin/TypeMappings/image/svg+xml\":{\"title\":\"$:/config/HighlightPlugin/TypeMappings/image/svg+xml\",\"text\":\"xml\"},\"$:/config/HighlightPlugin/TypeMappings/text/x-markdown\":{\"title\":\"$:/config/HighlightPlugin/TypeMappings/text/x-markdown\",\"text\":\"markdown\"},\"$:/plugins/tiddlywiki/highlight/highlight.js\":{\"text\":\"var hljs = require(\\\"$:/plugins/tiddlywiki/highlight/highlight.js\\\");\\n/*! highlight.js v9.18.1 | BSD3 License | git.io/hljslicense */\\n!function(e){var n=\\\"object\\\"==typeof window&&window||\\\"object\\\"==typeof self&&self;\\\"undefined\\\"==typeof exports||exports.nodeType?n&&(n.hljs=e({}),\\\"function\\\"==typeof define&&define.amd&&define([],function(){return n.hljs})):e(exports)}(function(a){var f=[],i=Object.keys,_={},c={},C=!0,n=/^(no-?highlight|plain|text)$/i,l=/\\\\blang(?:uage)?-([\\\\w-]+)\\\\b/i,t=/((^(\u003C[^>]+>|\\\\t|)+|(?:\\\\n)))/gm,r={case_insensitive:\\\"cI\\\",lexemes:\\\"l\\\",contains:\\\"c\\\",keywords:\\\"k\\\",subLanguage:\\\"sL\\\",className:\\\"cN\\\",begin:\\\"b\\\",beginKeywords:\\\"bK\\\",end:\\\"e\\\",endsWithParent:\\\"eW\\\",illegal:\\\"i\\\",excludeBegin:\\\"eB\\\",excludeEnd:\\\"eE\\\",returnBegin:\\\"rB\\\",returnEnd:\\\"rE\\\",variants:\\\"v\\\",IDENT_RE:\\\"IR\\\",UNDERSCORE_IDENT_RE:\\\"UIR\\\",NUMBER_RE:\\\"NR\\\",C_NUMBER_RE:\\\"CNR\\\",BINARY_NUMBER_RE:\\\"BNR\\\",RE_STARTERS_RE:\\\"RSR\\\",BACKSLASH_ESCAPE:\\\"BE\\\",APOS_STRING_MODE:\\\"ASM\\\",QUOTE_STRING_MODE:\\\"QSM\\\",PHRASAL_WORDS_MODE:\\\"PWM\\\",C_LINE_COMMENT_MODE:\\\"CLCM\\\",C_BLOCK_COMMENT_MODE:\\\"CBCM\\\",HASH_COMMENT_MODE:\\\"HCM\\\",NUMBER_MODE:\\\"NM\\\",C_NUMBER_MODE:\\\"CNM\\\",BINARY_NUMBER_MODE:\\\"BNM\\\",CSS_NUMBER_MODE:\\\"CSSNM\\\",REGEXP_MODE:\\\"RM\\\",TITLE_MODE:\\\"TM\\\",UNDERSCORE_TITLE_MODE:\\\"UTM\\\",COMMENT:\\\"C\\\",beginRe:\\\"bR\\\",endRe:\\\"eR\\\",illegalRe:\\\"iR\\\",lexemesRe:\\\"lR\\\",terminators:\\\"t\\\",terminator_end:\\\"tE\\\"},m=\\\"\u003C/span>\\\",O=\\\"Could not find the language '{}', did you forget to load/include a language module?\\\",B={classPrefix:\\\"hljs-\\\",tabReplace:null,useBR:!1,languages:void 0},o=\\\"of and for in not or if then\\\".split(\\\" \\\");function x(e){return e.replace(/&/g,\\\"&amp;\\\").replace(/\u003C/g,\\\"&lt;\\\").replace(/>/g,\\\"&gt;\\\")}function g(e){return e.nodeName.toLowerCase()}function u(e){return n.test(e)}function s(e){var n,t={},r=Array.prototype.slice.call(arguments,1);for(n in e)t[n]=e[n];return r.forEach(function(e){for(n in e)t[n]=e[n]}),t}function E(e){var a=[];return function e(n,t){for(var r=n.firstChild;r;r=r.nextSibling)3===r.nodeType?t+=r.nodeValue.length:1===r.nodeType&&(a.push({event:\\\"start\\\",offset:t,node:r}),t=e(r,t),g(r).match(/br|hr|img|input/)||a.push({event:\\\"stop\\\",offset:t,node:r}));return t}(e,0),a}function d(e,n,t){var r=0,a=\\\"\\\",i=[];function o(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset\u003Cn[0].offset?e:n:\\\"start\\\"===n[0].event?e:n:e.length?e:n}function c(e){a+=\\\"\u003C\\\"+g(e)+f.map.call(e.attributes,function(e){return\\\" \\\"+e.nodeName+'=\\\"'+x(e.value).replace(/\\\"/g,\\\"&quot;\\\")+'\\\"'}).join(\\\"\\\")+\\\">\\\"}function l(e){a+=\\\"\u003C/\\\"+g(e)+\\\">\\\"}function u(e){(\\\"start\\\"===e.event?c:l)(e.node)}for(;e.length||n.length;){var s=o();if(a+=x(t.substring(r,s[0].offset)),r=s[0].offset,s===e){for(i.reverse().forEach(l);u(s.splice(0,1)[0]),(s=o())===e&&s.length&&s[0].offset===r;);i.reverse().forEach(c)}else\\\"start\\\"===s[0].event?i.push(s[0].node):i.pop(),u(s.splice(0,1)[0])}return a+x(t.substr(r))}function R(n){return n.v&&!n.cached_variants&&(n.cached_variants=n.v.map(function(e){return s(n,{v:null},e)})),n.cached_variants?n.cached_variants:function e(n){return!!n&&(n.eW||e(n.starts))}(n)?[s(n,{starts:n.starts?s(n.starts):null})]:Object.isFrozen(n)?[s(n)]:[n]}function p(e){if(r&&!e.langApiRestored){for(var n in e.langApiRestored=!0,r)e[n]&&(e[r[n]]=e[n]);(e.c||[]).concat(e.v||[]).forEach(p)}}function v(n,r){var a={};return\\\"string\\\"==typeof n?t(\\\"keyword\\\",n):i(n).forEach(function(e){t(e,n[e])}),a;function t(t,e){r&&(e=e.toLowerCase()),e.split(\\\" \\\").forEach(function(e){var n=e.split(\\\"|\\\");a[n[0]]=[t,function(e,n){return n?Number(n):function(e){return-1!=o.indexOf(e.toLowerCase())}(e)?0:1}(n[0],n[1])]})}}function S(r){function s(e){return e&&e.source||e}function f(e,n){return new RegExp(s(e),\\\"m\\\"+(r.cI?\\\"i\\\":\\\"\\\")+(n?\\\"g\\\":\\\"\\\"))}function a(a){var i,e,o={},c=[],l={},t=1;function n(e,n){o[t]=e,c.push([e,n]),t+=function(e){return new RegExp(e.toString()+\\\"|\\\").exec(\\\"\\\").length-1}(n)+1}for(var r=0;r\u003Ca.c.length;r++){n(e=a.c[r],e.bK?\\\"\\\\\\\\.?(?:\\\"+e.b+\\\")\\\\\\\\.?\\\":e.b)}a.tE&&n(\\\"end\\\",a.tE),a.i&&n(\\\"illegal\\\",a.i);var u=c.map(function(e){return e[1]});return i=f(function(e,n){for(var t=/\\\\[(?:[^\\\\\\\\\\\\]]|\\\\\\\\.)*\\\\]|\\\\(\\\\??|\\\\\\\\([1-9][0-9]*)|\\\\\\\\./,r=0,a=\\\"\\\",i=0;i\u003Ce.length;i++){var o=r+=1,c=s(e[i]);for(0\u003Ci&&(a+=n),a+=\\\"(\\\";0\u003Cc.length;){var l=t.exec(c);if(null==l){a+=c;break}a+=c.substring(0,l.index),c=c.substring(l.index+l[0].length),\\\"\\\\\\\\\\\"==l[0][0]&&l[1]?a+=\\\"\\\\\\\\\\\"+String(Number(l[1])+o):(a+=l[0],\\\"(\\\"==l[0]&&r++)}a+=\\\")\\\"}return a}(u,\\\"|\\\"),!0),l.lastIndex=0,l.exec=function(e){var n;if(0===c.length)return null;i.lastIndex=l.lastIndex;var t=i.exec(e);if(!t)return null;for(var r=0;r\u003Ct.length;r++)if(null!=t[r]&&null!=o[\\\"\\\"+r]){n=o[\\\"\\\"+r];break}return\\\"string\\\"==typeof n?(t.type=n,t.extra=[a.i,a.tE]):(t.type=\\\"begin\\\",t.rule=n),t},l}if(r.c&&-1!=r.c.indexOf(\\\"self\\\")){if(!C)throw new Error(\\\"ERR: contains `self` is not supported at the top-level of a language. See documentation.\\\");r.c=r.c.filter(function(e){return\\\"self\\\"!=e})}!function n(t,e){t.compiled||(t.compiled=!0,t.k=t.k||t.bK,t.k&&(t.k=v(t.k,r.cI)),t.lR=f(t.l||/\\\\w+/,!0),e&&(t.bK&&(t.b=\\\"\\\\\\\\b(\\\"+t.bK.split(\\\" \\\").join(\\\"|\\\")+\\\")\\\\\\\\b\\\"),t.b||(t.b=/\\\\B|\\\\b/),t.bR=f(t.b),t.endSameAsBegin&&(t.e=t.b),t.e||t.eW||(t.e=/\\\\B|\\\\b/),t.e&&(t.eR=f(t.e)),t.tE=s(t.e)||\\\"\\\",t.eW&&e.tE&&(t.tE+=(t.e?\\\"|\\\":\\\"\\\")+e.tE)),t.i&&(t.iR=f(t.i)),null==t.relevance&&(t.relevance=1),t.c||(t.c=[]),t.c=Array.prototype.concat.apply([],t.c.map(function(e){return R(\\\"self\\\"===e?t:e)})),t.c.forEach(function(e){n(e,t)}),t.starts&&n(t.starts,e),t.t=a(t))}(r)}function T(n,e,a,t){var i=e;function o(e,n){if(function(e,n){var t=e&&e.exec(n);return t&&0===t.index}(e.eR,n)){for(;e.endsParent&&e.parent;)e=e.parent;return e}if(e.eW)return o(e.parent,n)}function c(e,n,t,r){if(!t&&\\\"\\\"===n)return\\\"\\\";if(!e)return n;var a='\u003Cspan class=\\\"'+(r?\\\"\\\":B.classPrefix);return(a+=e+'\\\">')+n+(t?\\\"\\\":m)}function l(){p+=null!=d.sL?function(){var e=\\\"string\\\"==typeof d.sL;if(e&&!_[d.sL])return x(v);var n=e?T(d.sL,v,!0,R[d.sL]):w(v,d.sL.length?d.sL:void 0);return 0\u003Cd.relevance&&(M+=n.relevance),e&&(R[d.sL]=n.top),c(n.language,n.value,!1,!0)}():function(){var e,n,t,r,a,i,o;if(!d.k)return x(v);for(r=\\\"\\\",n=0,d.lR.lastIndex=0,t=d.lR.exec(v);t;)r+=x(v.substring(n,t.index)),a=d,i=t,void 0,o=g.cI?i[0].toLowerCase():i[0],(e=a.k.hasOwnProperty(o)&&a.k[o])?(M+=e[1],r+=c(e[0],x(t[0]))):r+=x(t[0]),n=d.lR.lastIndex,t=d.lR.exec(v);return r+x(v.substr(n))}(),v=\\\"\\\"}function u(e){p+=e.cN?c(e.cN,\\\"\\\",!0):\\\"\\\",d=Object.create(e,{parent:{value:d}})}function s(e){var n=e[0],t=e.rule;return t&&t.endSameAsBegin&&(t.eR=function(e){return new RegExp(e.replace(/[-\\\\/\\\\\\\\^$*+?.()|[\\\\]{}]/g,\\\"\\\\\\\\$&\\\"),\\\"m\\\")}(n)),t.skip?v+=n:(t.eB&&(v+=n),l(),t.rB||t.eB||(v=n)),u(t),t.rB?0:n.length}var f={};function r(e,n){var t=n&&n[0];if(v+=e,null==t)return l(),0;if(\\\"begin\\\"==f.type&&\\\"end\\\"==n.type&&f.index==n.index&&\\\"\\\"===t)return v+=i.slice(n.index,n.index+1),1;if(\\\"begin\\\"===(f=n).type)return s(n);if(\\\"illegal\\\"===n.type&&!a)throw new Error('Illegal lexeme \\\"'+t+'\\\" for mode \\\"'+(d.cN||\\\"\u003Cunnamed>\\\")+'\\\"');if(\\\"end\\\"===n.type){var r=function(e){var n=e[0],t=i.substr(e.index),r=o(d,t);if(r){var a=d;for(a.skip?v+=n:(a.rE||a.eE||(v+=n),l(),a.eE&&(v=n));d.cN&&(p+=m),d.skip||d.sL||(M+=d.relevance),(d=d.parent)!==r.parent;);return r.starts&&(r.endSameAsBegin&&(r.starts.eR=r.eR),u(r.starts)),a.rE?0:n.length}}(n);if(null!=r)return r}return v+=t,t.length}var g=D(n);if(!g)throw console.error(O.replace(\\\"{}\\\",n)),new Error('Unknown language: \\\"'+n+'\\\"');S(g);var E,d=t||g,R={},p=\\\"\\\";for(E=d;E!==g;E=E.parent)E.cN&&(p=c(E.cN,\\\"\\\",!0)+p);var v=\\\"\\\",M=0;try{for(var b,h,N=0;d.t.lastIndex=N,b=d.t.exec(i);)h=r(i.substring(N,b.index),b),N=b.index+h;for(r(i.substr(N)),E=d;E.parent;E=E.parent)E.cN&&(p+=m);return{relevance:M,value:p,i:!1,language:n,top:d}}catch(e){if(e.message&&-1!==e.message.indexOf(\\\"Illegal\\\"))return{i:!0,relevance:0,value:x(i)};if(C)return{relevance:0,value:x(i),language:n,top:d,errorRaised:e};throw e}}function w(t,e){e=e||B.languages||i(_);var r={relevance:0,value:x(t)},a=r;return e.filter(D).filter(L).forEach(function(e){var n=T(e,t,!1);n.language=e,n.relevance>a.relevance&&(a=n),n.relevance>r.relevance&&(a=r,r=n)}),a.language&&(r.second_best=a),r}function M(e){return B.tabReplace||B.useBR?e.replace(t,function(e,n){return B.useBR&&\\\"\\\\n\\\"===e?\\\"\u003Cbr>\\\":B.tabReplace?n.replace(/\\\\t/g,B.tabReplace):\\\"\\\"}):e}function b(e){var n,t,r,a,i,o=function(e){var n,t,r,a,i=e.className+\\\" \\\";if(i+=e.parentNode?e.parentNode.className:\\\"\\\",t=l.exec(i)){var o=D(t[1]);return o||(console.warn(O.replace(\\\"{}\\\",t[1])),console.warn(\\\"Falling back to no-highlight mode for this block.\\\",e)),o?t[1]:\\\"no-highlight\\\"}for(n=0,r=(i=i.split(/\\\\s+/)).length;n\u003Cr;n++)if(u(a=i[n])||D(a))return a}(e);u(o)||(B.useBR?(n=document.createElement(\\\"div\\\")).innerHTML=e.innerHTML.replace(/\\\\n/g,\\\"\\\").replace(/\u003Cbr[ \\\\/]*>/g,\\\"\\\\n\\\"):n=e,i=n.textContent,r=o?T(o,i,!0):w(i),(t=E(n)).length&&((a=document.createElement(\\\"div\\\")).innerHTML=r.value,r.value=d(t,E(a),i)),r.value=M(r.value),e.innerHTML=r.value,e.className=function(e,n,t){var r=n?c[n]:t,a=[e.trim()];return e.match(/\\\\bhljs\\\\b/)||a.push(\\\"hljs\\\"),-1===e.indexOf(r)&&a.push(r),a.join(\\\" \\\").trim()}(e.className,o,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function h(){if(!h.called){h.called=!0;var e=document.querySelectorAll(\\\"pre code\\\");f.forEach.call(e,b)}}var N={disableAutodetect:!0};function D(e){return e=(e||\\\"\\\").toLowerCase(),_[e]||_[c[e]]}function L(e){var n=D(e);return n&&!n.disableAutodetect}return a.highlight=T,a.highlightAuto=w,a.fixMarkup=M,a.highlightBlock=b,a.configure=function(e){B=s(B,e)},a.initHighlighting=h,a.initHighlightingOnLoad=function(){window.addEventListener(\\\"DOMContentLoaded\\\",h,!1),window.addEventListener(\\\"load\\\",h,!1)},a.registerLanguage=function(n,e){var t;try{t=e(a)}catch(e){if(console.error(\\\"Language definition for '{}' could not be registered.\\\".replace(\\\"{}\\\",n)),!C)throw e;console.error(e),t=N}p(_[n]=t),t.rawDefinition=e.bind(null,a),t.aliases&&t.aliases.forEach(function(e){c[e]=n})},a.listLanguages=function(){return i(_)},a.getLanguage=D,a.requireLanguage=function(e){var n=D(e);if(n)return n;throw new Error(\\\"The '{}' language is required, but not loaded.\\\".replace(\\\"{}\\\",e))},a.autoDetection=L,a.inherit=s,a.debugMode=function(){C=!1},a.IR=a.IDENT_RE=\\\"[a-zA-Z]\\\\\\\\w*\\\",a.UIR=a.UNDERSCORE_IDENT_RE=\\\"[a-zA-Z_]\\\\\\\\w*\\\",a.NR=a.NUMBER_RE=\\\"\\\\\\\\b\\\\\\\\d+(\\\\\\\\.\\\\\\\\d+)?\\\",a.CNR=a.C_NUMBER_RE=\\\"(-?)(\\\\\\\\b0[xX][a-fA-F0-9]+|(\\\\\\\\b\\\\\\\\d+(\\\\\\\\.\\\\\\\\d*)?|\\\\\\\\.\\\\\\\\d+)([eE][-+]?\\\\\\\\d+)?)\\\",a.BNR=a.BINARY_NUMBER_RE=\\\"\\\\\\\\b(0b[01]+)\\\",a.RSR=a.RE_STARTERS_RE=\\\"!|!=|!==|%|%=|&|&&|&=|\\\\\\\\*|\\\\\\\\*=|\\\\\\\\+|\\\\\\\\+=|,|-|-=|/=|/|:|;|\u003C\u003C|\u003C\u003C=|\u003C=|\u003C|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\\\\\?|\\\\\\\\[|\\\\\\\\{|\\\\\\\\(|\\\\\\\\^|\\\\\\\\^=|\\\\\\\\||\\\\\\\\|=|\\\\\\\\|\\\\\\\\||~\\\",a.BE=a.BACKSLASH_ESCAPE={b:\\\"\\\\\\\\\\\\\\\\[\\\\\\\\s\\\\\\\\S]\\\",relevance:0},a.ASM=a.APOS_STRING_MODE={cN:\\\"string\\\",b:\\\"'\\\",e:\\\"'\\\",i:\\\"\\\\\\\\n\\\",c:[a.BE]},a.QSM=a.QUOTE_STRING_MODE={cN:\\\"string\\\",b:'\\\"',e:'\\\"',i:\\\"\\\\\\\\n\\\",c:[a.BE]},a.PWM=a.PHRASAL_WORDS_MODE={b:/\\\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\\\b/},a.C=a.COMMENT=function(e,n,t){var r=a.inherit({cN:\\\"comment\\\",b:e,e:n,c:[]},t||{});return r.c.push(a.PWM),r.c.push({cN:\\\"doctag\\\",b:\\\"(?:TODO|FIXME|NOTE|BUG|XXX):\\\",relevance:0}),r},a.CLCM=a.C_LINE_COMMENT_MODE=a.C(\\\"//\\\",\\\"$\\\"),a.CBCM=a.C_BLOCK_COMMENT_MODE=a.C(\\\"/\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\"),a.HCM=a.HASH_COMMENT_MODE=a.C(\\\"#\\\",\\\"$\\\"),a.NM=a.NUMBER_MODE={cN:\\\"number\\\",b:a.NR,relevance:0},a.CNM=a.C_NUMBER_MODE={cN:\\\"number\\\",b:a.CNR,relevance:0},a.BNM=a.BINARY_NUMBER_MODE={cN:\\\"number\\\",b:a.BNR,relevance:0},a.CSSNM=a.CSS_NUMBER_MODE={cN:\\\"number\\\",b:a.NR+\\\"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?\\\",relevance:0},a.RM=a.REGEXP_MODE={cN:\\\"regexp\\\",b:/\\\\//,e:/\\\\/[gimuy]*/,i:/\\\\n/,c:[a.BE,{b:/\\\\[/,e:/\\\\]/,relevance:0,c:[a.BE]}]},a.TM=a.TITLE_MODE={cN:\\\"title\\\",b:a.IR,relevance:0},a.UTM=a.UNDERSCORE_TITLE_MODE={cN:\\\"title\\\",b:a.UIR,relevance:0},a.METHOD_GUARD={b:\\\"\\\\\\\\.\\\\\\\\s*\\\"+a.UIR,relevance:0},[a.BE,a.ASM,a.QSM,a.PWM,a.C,a.CLCM,a.CBCM,a.HCM,a.NM,a.CNM,a.BNM,a.CSSNM,a.RM,a.TM,a.UTM,a.METHOD_GUARD].forEach(function(e){!function n(t){Object.freeze(t);var r=\\\"function\\\"==typeof t;Object.getOwnPropertyNames(t).forEach(function(e){!t.hasOwnProperty(e)||null===t[e]||\\\"object\\\"!=typeof t[e]&&\\\"function\\\"!=typeof t[e]||r&&(\\\"caller\\\"===e||\\\"callee\\\"===e||\\\"arguments\\\"===e)||Object.isFrozen(t[e])||n(t[e])});return t}(e)}),a});hljs.registerLanguage(\\\"swift\\\",function(e){var i={keyword:\\\"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet\\\",literal:\\\"true false nil\\\",built_in:\\\"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip\\\"},t=e.C(\\\"/\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\",{c:[\\\"self\\\"]}),n={cN:\\\"subst\\\",b:/\\\\\\\\\\\\(/,e:\\\"\\\\\\\\)\\\",k:i,c:[]},r={cN:\\\"string\\\",c:[e.BE,n],v:[{b:/\\\"\\\"\\\"/,e:/\\\"\\\"\\\"/},{b:/\\\"/,e:/\\\"/}]},a={cN:\\\"number\\\",b:\\\"\\\\\\\\b([\\\\\\\\d_]+(\\\\\\\\.[\\\\\\\\deE_]+)?|0x[a-fA-F0-9_]+(\\\\\\\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\\\\\\\b\\\",relevance:0};return n.c=[a],{k:i,c:[r,e.CLCM,t,{cN:\\\"type\\\",b:\\\"\\\\\\\\b[A-Z][\\\\\\\\wÀ-ʸ']*[!?]\\\"},{cN:\\\"type\\\",b:\\\"\\\\\\\\b[A-Z][\\\\\\\\wÀ-ʸ']*\\\",relevance:0},a,{cN:\\\"function\\\",bK:\\\"func\\\",e:\\\"{\\\",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{b:/\u003C/,e:/>/},{cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,endsParent:!0,k:i,c:[\\\"self\\\",a,r,e.CBCM,{b:\\\":\\\"}],i:/[\\\"']/}],i:/\\\\[|%/},{cN:\\\"class\\\",bK:\\\"struct protocol class extension enum\\\",k:i,e:\\\"\\\\\\\\{\\\",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][\\\\u00C0-\\\\u02B80-9A-Za-z$_]*/})]},{cN:\\\"meta\\\",b:\\\"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)\\\"},{bK:\\\"import\\\",e:/$/,c:[e.CLCM,t]}]}});hljs.registerLanguage(\\\"less\\\",function(e){function r(e){return{cN:\\\"string\\\",b:\\\"~?\\\"+e+\\\".*?\\\"+e}}function t(e,r,t){return{cN:e,b:r,relevance:t}}var a=\\\"[\\\\\\\\w-]+\\\",c=\\\"(\\\"+a+\\\"|@{\\\"+a+\\\"})\\\",s=[],n=[],b={b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",c:n,relevance:0};n.push(e.CLCM,e.CBCM,r(\\\"'\\\"),r('\\\"'),e.CSSNM,{b:\\\"(url|data-uri)\\\\\\\\(\\\",starts:{cN:\\\"string\\\",e:\\\"[\\\\\\\\)\\\\\\\\n]\\\",eE:!0}},t(\\\"number\\\",\\\"#[0-9A-Fa-f]+\\\\\\\\b\\\"),b,t(\\\"variable\\\",\\\"@@?\\\"+a,10),t(\\\"variable\\\",\\\"@{\\\"+a+\\\"}\\\"),t(\\\"built_in\\\",\\\"~?`[^`]*?`\\\"),{cN:\\\"attribute\\\",b:a+\\\"\\\\\\\\s*:\\\",e:\\\":\\\",rB:!0,eE:!0},{cN:\\\"meta\\\",b:\\\"!important\\\"});var i=n.concat({b:\\\"{\\\",e:\\\"}\\\",c:s}),l={bK:\\\"when\\\",eW:!0,c:[{bK:\\\"and not\\\"}].concat(n)},o={b:c+\\\"\\\\\\\\s*:\\\",rB:!0,e:\\\"[;}]\\\",relevance:0,c:[{cN:\\\"attribute\\\",b:c,e:\\\":\\\",eE:!0,starts:{eW:!0,i:\\\"[\u003C=$]\\\",relevance:0,c:n}}]},u={cN:\\\"keyword\\\",b:\\\"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\\\\\\\b\\\",starts:{e:\\\"[;{}]\\\",rE:!0,c:n,relevance:0}},v={cN:\\\"variable\\\",v:[{b:\\\"@\\\"+a+\\\"\\\\\\\\s*:\\\",relevance:15},{b:\\\"@\\\"+a}],starts:{e:\\\"[;}]\\\",rE:!0,c:i}},C={v:[{b:\\\"[\\\\\\\\.#:&\\\\\\\\[>]\\\",e:\\\"[;{}]\\\"},{b:c,e:\\\"{\\\"}],rB:!0,rE:!0,i:\\\"[\u003C='$\\\\\\\"]\\\",relevance:0,c:[e.CLCM,e.CBCM,l,t(\\\"keyword\\\",\\\"all\\\\\\\\b\\\"),t(\\\"variable\\\",\\\"@{\\\"+a+\\\"}\\\"),t(\\\"selector-tag\\\",c+\\\"%?\\\",0),t(\\\"selector-id\\\",\\\"#\\\"+c),t(\\\"selector-class\\\",\\\"\\\\\\\\.\\\"+c,0),t(\\\"selector-tag\\\",\\\"&\\\",0),{cN:\\\"selector-attr\\\",b:\\\"\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\"},{cN:\\\"selector-pseudo\\\",b:/:(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\"'.]+/},{b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",c:i},{b:\\\"!important\\\"}]};return s.push(e.CLCM,e.CBCM,u,v,o,C),{cI:!0,i:\\\"[=>'/\u003C($\\\\\\\"]\\\",c:s}});hljs.registerLanguage(\\\"armasm\\\",function(s){return{cI:!0,aliases:[\\\"arm\\\"],l:\\\"\\\\\\\\.?\\\"+s.IR,k:{meta:\\\".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND \\\",built_in:\\\"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @\\\"},c:[{cN:\\\"keyword\\\",b:\\\"\\\\\\\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?\\\",e:\\\"\\\\\\\\s\\\"},s.C(\\\"[;@]\\\",\\\"$\\\",{relevance:0}),s.CBCM,s.QSM,{cN:\\\"string\\\",b:\\\"'\\\",e:\\\"[^\\\\\\\\\\\\\\\\]'\\\",relevance:0},{cN:\\\"title\\\",b:\\\"\\\\\\\\|\\\",e:\\\"\\\\\\\\|\\\",i:\\\"\\\\\\\\n\\\",relevance:0},{cN:\\\"number\\\",v:[{b:\\\"[#$=]?0x[0-9a-f]+\\\"},{b:\\\"[#$=]?0b[01]+\\\"},{b:\\\"[#$=]\\\\\\\\d+\\\"},{b:\\\"\\\\\\\\b\\\\\\\\d+\\\"}],relevance:0},{cN:\\\"symbol\\\",v:[{b:\\\"^[a-z_\\\\\\\\.\\\\\\\\$][a-z0-9_\\\\\\\\.\\\\\\\\$]+\\\"},{b:\\\"^\\\\\\\\s*[a-z_\\\\\\\\.\\\\\\\\$][a-z0-9_\\\\\\\\.\\\\\\\\$]+:\\\"},{b:\\\"[=#]\\\\\\\\w+\\\"}],relevance:0}]}});hljs.registerLanguage(\\\"ruby\\\",function(e){var c=\\\"[a-zA-Z_]\\\\\\\\w*[!?=]?|[-+~]\\\\\\\\@|\u003C\u003C|>>|=~|===?|\u003C=>|[\u003C>]=?|\\\\\\\\*\\\\\\\\*|[-/+%^&*~`|]|\\\\\\\\[\\\\\\\\]=?\\\",b={keyword:\\\"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor\\\",literal:\\\"true false nil\\\"},r={cN:\\\"doctag\\\",b:\\\"@[A-Za-z]+\\\"},a={b:\\\"#\u003C\\\",e:\\\">\\\"},n=[e.C(\\\"#\\\",\\\"$\\\",{c:[r]}),e.C(\\\"^\\\\\\\\=begin\\\",\\\"^\\\\\\\\=end\\\",{c:[r],relevance:10}),e.C(\\\"^__END__\\\",\\\"\\\\\\\\n$\\\")],s={cN:\\\"subst\\\",b:\\\"#\\\\\\\\{\\\",e:\\\"}\\\",k:b},t={cN:\\\"string\\\",c:[e.BE,s],v:[{b:/'/,e:/'/},{b:/\\\"/,e:/\\\"/},{b:/`/,e:/`/},{b:\\\"%[qQwWx]?\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\"},{b:\\\"%[qQwWx]?\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\"},{b:\\\"%[qQwWx]?{\\\",e:\\\"}\\\"},{b:\\\"%[qQwWx]?\u003C\\\",e:\\\">\\\"},{b:\\\"%[qQwWx]?/\\\",e:\\\"/\\\"},{b:\\\"%[qQwWx]?%\\\",e:\\\"%\\\"},{b:\\\"%[qQwWx]?-\\\",e:\\\"-\\\"},{b:\\\"%[qQwWx]?\\\\\\\\|\\\",e:\\\"\\\\\\\\|\\\"},{b:/\\\\B\\\\?(\\\\\\\\\\\\d{1,3}|\\\\\\\\x[A-Fa-f0-9]{1,2}|\\\\\\\\u[A-Fa-f0-9]{4}|\\\\\\\\?\\\\S)\\\\b/},{b:/\u003C\u003C[-~]?'?(\\\\w+)(?:.|\\\\n)*?\\\\n\\\\s*\\\\1\\\\b/,rB:!0,c:[{b:/\u003C\u003C[-~]?'?/},{b:/\\\\w+/,endSameAsBegin:!0,c:[e.BE,s]}]}]},i={cN:\\\"params\\\",b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",endsParent:!0,k:b},l=[t,a,{cN:\\\"class\\\",bK:\\\"class module\\\",e:\\\"$|;\\\",i:/=/,c:[e.inherit(e.TM,{b:\\\"[A-Za-z_]\\\\\\\\w*(::\\\\\\\\w+)*(\\\\\\\\?|\\\\\\\\!)?\\\"}),{b:\\\"\u003C\\\\\\\\s*\\\",c:[{b:\\\"(\\\"+e.IR+\\\"::)?\\\"+e.IR}]}].concat(n)},{cN:\\\"function\\\",bK:\\\"def\\\",e:\\\"$|;\\\",c:[e.inherit(e.TM,{b:c}),i].concat(n)},{b:e.IR+\\\"::\\\"},{cN:\\\"symbol\\\",b:e.UIR+\\\"(\\\\\\\\!|\\\\\\\\?)?:\\\",relevance:0},{cN:\\\"symbol\\\",b:\\\":(?!\\\\\\\\s)\\\",c:[t,{b:c}],relevance:0},{cN:\\\"number\\\",b:\\\"(\\\\\\\\b0[0-7_]+)|(\\\\\\\\b0x[0-9a-fA-F_]+)|(\\\\\\\\b[1-9][0-9_]*(\\\\\\\\.[0-9_]+)?)|[0_]\\\\\\\\b\\\",relevance:0},{b:\\\"(\\\\\\\\$\\\\\\\\W)|((\\\\\\\\$|\\\\\\\\@\\\\\\\\@?)(\\\\\\\\w+))\\\"},{cN:\\\"params\\\",b:/\\\\|/,e:/\\\\|/,k:b},{b:\\\"(\\\"+e.RSR+\\\"|unless)\\\\\\\\s*\\\",k:\\\"unless\\\",c:[a,{cN:\\\"regexp\\\",c:[e.BE,s],i:/\\\\n/,v:[{b:\\\"/\\\",e:\\\"/[a-z]*\\\"},{b:\\\"%r{\\\",e:\\\"}[a-z]*\\\"},{b:\\\"%r\\\\\\\\(\\\",e:\\\"\\\\\\\\)[a-z]*\\\"},{b:\\\"%r!\\\",e:\\\"![a-z]*\\\"},{b:\\\"%r\\\\\\\\[\\\",e:\\\"\\\\\\\\][a-z]*\\\"}]}].concat(n),relevance:0}].concat(n);s.c=l;var d=[{b:/^\\\\s*=>/,starts:{e:\\\"$\\\",c:i.c=l}},{cN:\\\"meta\\\",b:\\\"^([>?]>|[\\\\\\\\w#]+\\\\\\\\(\\\\\\\\w+\\\\\\\\):\\\\\\\\d+:\\\\\\\\d+>|(\\\\\\\\w+-)?\\\\\\\\d+\\\\\\\\.\\\\\\\\d+\\\\\\\\.\\\\\\\\d(p\\\\\\\\d+)?[^>]+>)\\\",starts:{e:\\\"$\\\",c:l}}];return{aliases:[\\\"rb\\\",\\\"gemspec\\\",\\\"podspec\\\",\\\"thor\\\",\\\"irb\\\"],k:b,i:/\\\\/\\\\*/,c:n.concat(d).concat(l)}});hljs.registerLanguage(\\\"lua\\\",function(e){var t=\\\"\\\\\\\\[=*\\\\\\\\[\\\",a=\\\"\\\\\\\\]=*\\\\\\\\]\\\",n={b:t,e:a,c:[\\\"self\\\"]},l=[e.C(\\\"--(?!\\\"+t+\\\")\\\",\\\"$\\\"),e.C(\\\"--\\\"+t,a,{c:[n],relevance:10})];return{l:e.UIR,k:{literal:\\\"true false nil\\\",keyword:\\\"and break do else elseif end for goto if in local not or repeat return then until while\\\",built_in:\\\"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstringmodule next pairs pcall print rawequal rawget rawset require select setfenvsetmetatable tonumber tostring type unpack xpcall arg selfcoroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove\\\"},c:l.concat([{cN:\\\"function\\\",bK:\\\"function\\\",e:\\\"\\\\\\\\)\\\",c:[e.inherit(e.TM,{b:\\\"([_a-zA-Z]\\\\\\\\w*\\\\\\\\.)*([_a-zA-Z]\\\\\\\\w*:)?[_a-zA-Z]\\\\\\\\w*\\\"}),{cN:\\\"params\\\",b:\\\"\\\\\\\\(\\\",eW:!0,c:l}].concat(l)},e.CNM,e.ASM,e.QSM,{cN:\\\"string\\\",b:t,e:a,c:[n],relevance:5}])}});hljs.registerLanguage(\\\"matlab\\\",function(e){var a=\\\"('|\\\\\\\\.')+\\\",s={relevance:0,c:[{b:a}]};return{k:{keyword:\\\"break case catch classdef continue else elseif end enumerated events for function global if methods otherwise parfor persistent properties return spmd switch try while\\\",built_in:\\\"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell \\\"},i:'(//|\\\"|#|/\\\\\\\\*|\\\\\\\\s+/\\\\\\\\w+)',c:[{cN:\\\"function\\\",bK:\\\"function\\\",e:\\\"$\\\",c:[e.UTM,{cN:\\\"params\\\",v:[{b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\"},{b:\\\"\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\"}]}]},{cN:\\\"built_in\\\",b:/true|false/,relevance:0,starts:s},{b:\\\"[a-zA-Z][a-zA-Z_0-9]*\\\"+a,relevance:0},{cN:\\\"number\\\",b:e.CNR,relevance:0,starts:s},{cN:\\\"string\\\",b:\\\"'\\\",e:\\\"'\\\",c:[e.BE,{b:\\\"''\\\"}]},{b:/\\\\]|}|\\\\)/,relevance:0,starts:s},{cN:\\\"string\\\",b:'\\\"',e:'\\\"',c:[e.BE,{b:'\\\"\\\"'}],starts:s},e.C(\\\"^\\\\\\\\s*\\\\\\\\%\\\\\\\\{\\\\\\\\s*$\\\",\\\"^\\\\\\\\s*\\\\\\\\%\\\\\\\\}\\\\\\\\s*$\\\"),e.C(\\\"\\\\\\\\%\\\",\\\"$\\\")]}});hljs.registerLanguage(\\\"apache\\\",function(e){var r={cN:\\\"number\\\",b:\\\"[\\\\\\\\$%]\\\\\\\\d+\\\"};return{aliases:[\\\"apacheconf\\\"],cI:!0,c:[e.HCM,{cN:\\\"section\\\",b:\\\"\u003C/?\\\",e:\\\">\\\"},{cN:\\\"attribute\\\",b:/\\\\w+/,relevance:0,k:{nomarkup:\\\"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername\\\"},starts:{e:/$/,relevance:0,k:{literal:\\\"on off all\\\"},c:[{cN:\\\"meta\\\",b:\\\"\\\\\\\\s\\\\\\\\[\\\",e:\\\"\\\\\\\\]$\\\"},{cN:\\\"variable\\\",b:\\\"[\\\\\\\\$%]\\\\\\\\{\\\",e:\\\"\\\\\\\\}\\\",c:[\\\"self\\\",r]},r,e.QSM]}}],i:/\\\\S/}});hljs.registerLanguage(\\\"yaml\\\",function(e){var b=\\\"true false yes no null\\\",a={cN:\\\"string\\\",relevance:0,v:[{b:/'/,e:/'/},{b:/\\\"/,e:/\\\"/},{b:/\\\\S+/}],c:[e.BE,{cN:\\\"template-variable\\\",v:[{b:\\\"{{\\\",e:\\\"}}\\\"},{b:\\\"%{\\\",e:\\\"}\\\"}]}]};return{cI:!0,aliases:[\\\"yml\\\",\\\"YAML\\\",\\\"yaml\\\"],c:[{cN:\\\"attr\\\",v:[{b:\\\"\\\\\\\\w[\\\\\\\\w :\\\\\\\\/.-]*:(?=[ \\\\t]|$)\\\"},{b:'\\\"\\\\\\\\w[\\\\\\\\w :\\\\\\\\/.-]*\\\":(?=[ \\\\t]|$)'},{b:\\\"'\\\\\\\\w[\\\\\\\\w :\\\\\\\\/.-]*':(?=[ \\\\t]|$)\\\"}]},{cN:\\\"meta\\\",b:\\\"^---s*$\\\",relevance:10},{cN:\\\"string\\\",b:\\\"[\\\\\\\\|>]([0-9]?[+-])?[ ]*\\\\\\\\n( *)[\\\\\\\\S ]+\\\\\\\\n(\\\\\\\\2[\\\\\\\\S ]+\\\\\\\\n?)*\\\"},{b:\\\"\u003C%[%=-]?\\\",e:\\\"[%-]?%>\\\",sL:\\\"ruby\\\",eB:!0,eE:!0,relevance:0},{cN:\\\"type\\\",b:\\\"!\\\"+e.UIR},{cN:\\\"type\\\",b:\\\"!!\\\"+e.UIR},{cN:\\\"meta\\\",b:\\\"&\\\"+e.UIR+\\\"$\\\"},{cN:\\\"meta\\\",b:\\\"\\\\\\\\*\\\"+e.UIR+\\\"$\\\"},{cN:\\\"bullet\\\",b:\\\"\\\\\\\\-(?=[ ]|$)\\\",relevance:0},e.HCM,{bK:b,k:{literal:b}},{cN:\\\"number\\\",b:e.CNR+\\\"\\\\\\\\b\\\"},a]}});hljs.registerLanguage(\\\"plaintext\\\",function(e){return{disableAutodetect:!0}});hljs.registerLanguage(\\\"erlang-repl\\\",function(e){return{k:{built_in:\\\"spawn spawn_link self\\\",keyword:\\\"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor\\\"},c:[{cN:\\\"meta\\\",b:\\\"^[0-9]+> \\\",relevance:10},e.C(\\\"%\\\",\\\"$\\\"),{cN:\\\"number\\\",b:\\\"\\\\\\\\b(\\\\\\\\d+#[a-fA-F0-9]+|\\\\\\\\d+(\\\\\\\\.\\\\\\\\d+)?([eE][-+]?\\\\\\\\d+)?)\\\",relevance:0},e.ASM,e.QSM,{b:\\\"\\\\\\\\?(::)?([A-Z]\\\\\\\\w*(::)?)+\\\"},{b:\\\"->\\\"},{b:\\\"ok\\\"},{b:\\\"!\\\"},{b:\\\"(\\\\\\\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\\\\\\\b[a-z'][a-zA-Z0-9_']*)\\\",relevance:0},{b:\\\"[A-Z][a-zA-Z0-9_']*\\\",relevance:0}]}});hljs.registerLanguage(\\\"cmake\\\",function(e){return{aliases:[\\\"cmake.in\\\"],cI:!0,k:{keyword:\\\"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined\\\"},c:[{cN:\\\"variable\\\",b:\\\"\\\\\\\\${\\\",e:\\\"}\\\"},e.HCM,e.QSM,e.NM]}});hljs.registerLanguage(\\\"kotlin\\\",function(e){var t={keyword:\\\"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default\\\",built_in:\\\"Byte Short Char Int Long Boolean Float Double Void Unit Nothing\\\",literal:\\\"true false null\\\"},a={cN:\\\"symbol\\\",b:e.UIR+\\\"@\\\"},n={cN:\\\"subst\\\",b:\\\"\\\\\\\\${\\\",e:\\\"}\\\",c:[e.CNM]},c={cN:\\\"variable\\\",b:\\\"\\\\\\\\$\\\"+e.UIR},r={cN:\\\"string\\\",v:[{b:'\\\"\\\"\\\"',e:'\\\"\\\"\\\"(?=[^\\\"])',c:[c,n]},{b:\\\"'\\\",e:\\\"'\\\",i:/\\\\n/,c:[e.BE]},{b:'\\\"',e:'\\\"',i:/\\\\n/,c:[e.BE,c,n]}]};n.c.push(r);var i={cN:\\\"meta\\\",b:\\\"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\\\\\\\s*:(?:\\\\\\\\s*\\\"+e.UIR+\\\")?\\\"},l={cN:\\\"meta\\\",b:\\\"@\\\"+e.UIR,c:[{b:/\\\\(/,e:/\\\\)/,c:[e.inherit(r,{cN:\\\"meta-string\\\"})]}]},s={cN:\\\"number\\\",b:\\\"\\\\\\\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\\\\\\\d]+[\\\\\\\\d_]+[\\\\\\\\d]+|[\\\\\\\\d]+)(\\\\\\\\.([\\\\\\\\d]+[\\\\\\\\d_]+[\\\\\\\\d]+|[\\\\\\\\d]+))?|\\\\\\\\.([\\\\\\\\d]+[\\\\\\\\d_]+[\\\\\\\\d]+|[\\\\\\\\d]+))([eE][-+]?\\\\\\\\d+)?)[lLfF]?\\\",relevance:0},b=e.C(\\\"/\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\",{c:[e.CBCM]}),o={v:[{cN:\\\"type\\\",b:e.UIR},{b:/\\\\(/,e:/\\\\)/,c:[]}]},d=o;return d.v[1].c=[o],o.v[1].c=[d],{aliases:[\\\"kt\\\"],k:t,c:[e.C(\\\"/\\\\\\\\*\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\",{relevance:0,c:[{cN:\\\"doctag\\\",b:\\\"@[A-Za-z]+\\\"}]}),e.CLCM,b,{cN:\\\"keyword\\\",b:/\\\\b(break|continue|return|this)\\\\b/,starts:{c:[{cN:\\\"symbol\\\",b:/@\\\\w+/}]}},a,i,l,{cN:\\\"function\\\",bK:\\\"fun\\\",e:\\\"[(]|$\\\",rB:!0,eE:!0,k:t,i:/fun\\\\s+(\u003C.*>)?[^\\\\s\\\\(]+(\\\\s+[^\\\\s\\\\(]+)\\\\s*=/,relevance:5,c:[{b:e.UIR+\\\"\\\\\\\\s*\\\\\\\\(\\\",rB:!0,relevance:0,c:[e.UTM]},{cN:\\\"type\\\",b:/\u003C/,e:/>/,k:\\\"reified\\\",relevance:0},{cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,endsParent:!0,k:t,relevance:0,c:[{b:/:/,e:/[=,\\\\/]/,eW:!0,c:[o,e.CLCM,b],relevance:0},e.CLCM,b,i,l,r,e.CNM]},b]},{cN:\\\"class\\\",bK:\\\"class interface trait\\\",e:/[:\\\\{(]|$/,eE:!0,i:\\\"extends implements\\\",c:[{bK:\\\"public protected internal private constructor\\\"},e.UTM,{cN:\\\"type\\\",b:/\u003C/,e:/>/,eB:!0,eE:!0,relevance:0},{cN:\\\"type\\\",b:/[,:]\\\\s*/,e:/[\u003C\\\\(,]|$/,eB:!0,rE:!0},i,l]},r,{cN:\\\"meta\\\",b:\\\"^#!/usr/bin/env\\\",e:\\\"$\\\",i:\\\"\\\\n\\\"},s]}});hljs.registerLanguage(\\\"javascript\\\",function(e){var r=\\\"\u003C>\\\",a=\\\"\u003C/>\\\",t={b:/\u003C[A-Za-z0-9\\\\\\\\._:-]+/,e:/\\\\/[A-Za-z0-9\\\\\\\\._:-]+>|\\\\/>/},c=\\\"[A-Za-z$_][0-9A-Za-z$_]*\\\",n={keyword:\\\"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as\\\",literal:\\\"true false null undefined NaN Infinity\\\",built_in:\\\"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise\\\"},s={cN:\\\"number\\\",v:[{b:\\\"\\\\\\\\b(0[bB][01]+)n?\\\"},{b:\\\"\\\\\\\\b(0[oO][0-7]+)n?\\\"},{b:e.CNR+\\\"n?\\\"}],relevance:0},o={cN:\\\"subst\\\",b:\\\"\\\\\\\\$\\\\\\\\{\\\",e:\\\"\\\\\\\\}\\\",k:n,c:[]},i={b:\\\"html`\\\",e:\\\"\\\",starts:{e:\\\"`\\\",rE:!1,c:[e.BE,o],sL:\\\"xml\\\"}},b={b:\\\"css`\\\",e:\\\"\\\",starts:{e:\\\"`\\\",rE:!1,c:[e.BE,o],sL:\\\"css\\\"}},l={cN:\\\"string\\\",b:\\\"`\\\",e:\\\"`\\\",c:[e.BE,o]};o.c=[e.ASM,e.QSM,i,b,l,s,e.RM];var u=o.c.concat([e.CBCM,e.CLCM]);return{aliases:[\\\"js\\\",\\\"jsx\\\",\\\"mjs\\\",\\\"cjs\\\"],k:n,c:[{cN:\\\"meta\\\",relevance:10,b:/^\\\\s*['\\\"]use (strict|asm)['\\\"]/},{cN:\\\"meta\\\",b:/^#!/,e:/$/},e.ASM,e.QSM,i,b,l,e.CLCM,e.C(\\\"/\\\\\\\\*\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\",{relevance:0,c:[{cN:\\\"doctag\\\",b:\\\"@[A-Za-z]+\\\",c:[{cN:\\\"type\\\",b:\\\"\\\\\\\\{\\\",e:\\\"\\\\\\\\}\\\",relevance:0},{cN:\\\"variable\\\",b:c+\\\"(?=\\\\\\\\s*(-)|$)\\\",endsParent:!0,relevance:0},{b:/(?=[^\\\\n])\\\\s/,relevance:0}]}]}),e.CBCM,s,{b:/[{,\\\\n]\\\\s*/,relevance:0,c:[{b:c+\\\"\\\\\\\\s*:\\\",rB:!0,relevance:0,c:[{cN:\\\"attr\\\",b:c,relevance:0}]}]},{b:\\\"(\\\"+e.RSR+\\\"|\\\\\\\\b(case|return|throw)\\\\\\\\b)\\\\\\\\s*\\\",k:\\\"return throw case\\\",c:[e.CLCM,e.CBCM,e.RM,{cN:\\\"function\\\",b:\\\"(\\\\\\\\(.*?\\\\\\\\)|\\\"+c+\\\")\\\\\\\\s*=>\\\",rB:!0,e:\\\"\\\\\\\\s*=>\\\",c:[{cN:\\\"params\\\",v:[{b:c},{b:/\\\\(\\\\s*\\\\)/},{b:/\\\\(/,e:/\\\\)/,eB:!0,eE:!0,k:n,c:u}]}]},{cN:\\\"\\\",b:/\\\\s/,e:/\\\\s*/,skip:!0},{v:[{b:r,e:a},{b:t.b,e:t.e}],sL:\\\"xml\\\",c:[{b:t.b,e:t.e,skip:!0,c:[\\\"self\\\"]}]}],relevance:0},{cN:\\\"function\\\",bK:\\\"function\\\",e:/\\\\{/,eE:!0,c:[e.inherit(e.TM,{b:c}),{cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,eB:!0,eE:!0,c:u}],i:/\\\\[|%/},{b:/\\\\$[(.]/},e.METHOD_GUARD,{cN:\\\"class\\\",bK:\\\"class\\\",e:/[{;=]/,eE:!0,i:/[:\\\"\\\\[\\\\]]/,c:[{bK:\\\"extends\\\"},e.UTM]},{bK:\\\"constructor get set\\\",e:/\\\\{/,eE:!0}],i:/#(?!!)/}});hljs.registerLanguage(\\\"scss\\\",function(e){var t=\\\"@[a-z-]+\\\",r={cN:\\\"variable\\\",b:\\\"(\\\\\\\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\\\\\\\b\\\"},i={cN:\\\"number\\\",b:\\\"#[0-9A-Fa-f]+\\\"};e.CSSNM,e.QSM,e.ASM,e.CBCM;return{cI:!0,i:\\\"[=/|']\\\",c:[e.CLCM,e.CBCM,{cN:\\\"selector-id\\\",b:\\\"\\\\\\\\#[A-Za-z0-9_-]+\\\",relevance:0},{cN:\\\"selector-class\\\",b:\\\"\\\\\\\\.[A-Za-z0-9_-]+\\\",relevance:0},{cN:\\\"selector-attr\\\",b:\\\"\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",i:\\\"$\\\"},{cN:\\\"selector-tag\\\",b:\\\"\\\\\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\\\\\b\\\",relevance:0},{cN:\\\"selector-pseudo\\\",b:\\\":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)\\\"},{cN:\\\"selector-pseudo\\\",b:\\\"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)\\\"},r,{cN:\\\"attribute\\\",b:\\\"\\\\\\\\b(src|z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\\\\\b\\\",i:\\\"[^\\\\\\\\s]\\\"},{b:\\\"\\\\\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\\\\\b\\\"},{b:\\\":\\\",e:\\\";\\\",c:[r,i,e.CSSNM,e.QSM,e.ASM,{cN:\\\"meta\\\",b:\\\"!important\\\"}]},{b:\\\"@(page|font-face)\\\",l:t,k:\\\"@page @font-face\\\"},{b:\\\"@\\\",e:\\\"[{;]\\\",rB:!0,k:\\\"and or not only\\\",c:[{b:t,cN:\\\"keyword\\\"},r,e.QSM,e.ASM,i,e.CSSNM]}]}});hljs.registerLanguage(\\\"perl\\\",function(e){var t=\\\"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when\\\",r={cN:\\\"subst\\\",b:\\\"[$@]\\\\\\\\{\\\",e:\\\"\\\\\\\\}\\\",k:t},s={b:\\\"->{\\\",e:\\\"}\\\"},n={v:[{b:/\\\\$\\\\d/},{b:/[\\\\$%@](\\\\^\\\\w\\\\b|#\\\\w+(::\\\\w+)*|{\\\\w+}|\\\\w+(::\\\\w*)*)/},{b:/[\\\\$%@][^\\\\s\\\\w{]/,relevance:0}]},c=[e.BE,r,n],a=[n,e.HCM,e.C(\\\"^\\\\\\\\=\\\\\\\\w\\\",\\\"\\\\\\\\=cut\\\",{eW:!0}),s,{cN:\\\"string\\\",c:c,v:[{b:\\\"q[qwxr]?\\\\\\\\s*\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",relevance:5},{b:\\\"q[qwxr]?\\\\\\\\s*\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",relevance:5},{b:\\\"q[qwxr]?\\\\\\\\s*\\\\\\\\{\\\",e:\\\"\\\\\\\\}\\\",relevance:5},{b:\\\"q[qwxr]?\\\\\\\\s*\\\\\\\\|\\\",e:\\\"\\\\\\\\|\\\",relevance:5},{b:\\\"q[qwxr]?\\\\\\\\s*\\\\\\\\\u003C\\\",e:\\\"\\\\\\\\>\\\",relevance:5},{b:\\\"qw\\\\\\\\s+q\\\",e:\\\"q\\\",relevance:5},{b:\\\"'\\\",e:\\\"'\\\",c:[e.BE]},{b:'\\\"',e:'\\\"'},{b:\\\"`\\\",e:\\\"`\\\",c:[e.BE]},{b:\\\"{\\\\\\\\w+}\\\",c:[],relevance:0},{b:\\\"-?\\\\\\\\w+\\\\\\\\s*\\\\\\\\=\\\\\\\\>\\\",c:[],relevance:0}]},{cN:\\\"number\\\",b:\\\"(\\\\\\\\b0[0-7_]+)|(\\\\\\\\b0x[0-9a-fA-F_]+)|(\\\\\\\\b[1-9][0-9_]*(\\\\\\\\.[0-9_]+)?)|[0_]\\\\\\\\b\\\",relevance:0},{b:\\\"(\\\\\\\\/\\\\\\\\/|\\\"+e.RSR+\\\"|\\\\\\\\b(split|return|print|reverse|grep)\\\\\\\\b)\\\\\\\\s*\\\",k:\\\"split return print reverse grep\\\",relevance:0,c:[e.HCM,{cN:\\\"regexp\\\",b:\\\"(s|tr|y)/(\\\\\\\\\\\\\\\\.|[^/])*/(\\\\\\\\\\\\\\\\.|[^/])*/[a-z]*\\\",relevance:10},{cN:\\\"regexp\\\",b:\\\"(m|qr)?/\\\",e:\\\"/[a-z]*\\\",c:[e.BE],relevance:0}]},{cN:\\\"function\\\",bK:\\\"sub\\\",e:\\\"(\\\\\\\\s*\\\\\\\\(.*?\\\\\\\\))?[;{]\\\",eE:!0,relevance:5,c:[e.TM]},{b:\\\"-\\\\\\\\w\\\\\\\\b\\\",relevance:0},{b:\\\"^__DATA__$\\\",e:\\\"^__END__$\\\",sL:\\\"mojolicious\\\",c:[{b:\\\"^@@.*\\\",e:\\\"$\\\",cN:\\\"comment\\\"}]}];return r.c=a,{aliases:[\\\"pl\\\",\\\"pm\\\"],l:/[\\\\w\\\\.]+/,k:t,c:s.c=a}});hljs.registerLanguage(\\\"go\\\",function(e){var n={keyword:\\\"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune\\\",literal:\\\"true false iota nil\\\",built_in:\\\"append cap close complex copy imag len make new panic print println real recover delete\\\"};return{aliases:[\\\"golang\\\"],k:n,i:\\\"\u003C/\\\",c:[e.CLCM,e.CBCM,{cN:\\\"string\\\",v:[e.QSM,e.ASM,{b:\\\"`\\\",e:\\\"`\\\"}]},{cN:\\\"number\\\",v:[{b:e.CNR+\\\"[i]\\\",relevance:1},e.CNM]},{b:/:=/},{cN:\\\"function\\\",bK:\\\"func\\\",e:\\\"\\\\\\\\s*(\\\\\\\\{|$)\\\",eE:!0,c:[e.TM,{cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,k:n,i:/[\\\"']/}]}]}});hljs.registerLanguage(\\\"x86asm\\\",function(s){return{cI:!0,l:\\\"[.%]?\\\"+s.IR,k:{keyword:\\\"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63\\\",built_in:\\\"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr\\\",meta:\\\"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__\\\"},c:[s.C(\\\";\\\",\\\"$\\\",{relevance:0}),{cN:\\\"number\\\",v:[{b:\\\"\\\\\\\\b(?:([0-9][0-9_]*)?\\\\\\\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\\\\\\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\\\\\\\b\\\",relevance:0},{b:\\\"\\\\\\\\$[0-9][0-9A-Fa-f]*\\\",relevance:0},{b:\\\"\\\\\\\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\\\\\\\b\\\"},{b:\\\"\\\\\\\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\\\\\\\b\\\"}]},s.QSM,{cN:\\\"string\\\",v:[{b:\\\"'\\\",e:\\\"[^\\\\\\\\\\\\\\\\]'\\\"},{b:\\\"`\\\",e:\\\"[^\\\\\\\\\\\\\\\\]`\\\"}],relevance:0},{cN:\\\"symbol\\\",v:[{b:\\\"^\\\\\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\\\\\s+label)\\\"},{b:\\\"^\\\\\\\\s*%%[A-Za-z0-9_$#@~.?]*:\\\"}],relevance:0},{cN:\\\"subst\\\",b:\\\"%[0-9]+\\\",relevance:0},{cN:\\\"subst\\\",b:\\\"%!S+\\\",relevance:0},{cN:\\\"meta\\\",b:/^\\\\s*\\\\.[\\\\w_-]+/}]}});hljs.registerLanguage(\\\"cpp\\\",function(e){function t(e){return\\\"(?:\\\"+e+\\\")?\\\"}var r=\\\"decltype\\\\\\\\(auto\\\\\\\\)\\\",a=\\\"[a-zA-Z_]\\\\\\\\w*::\\\",i=\\\"(\\\"+r+\\\"|\\\"+t(a)+\\\"[a-zA-Z_]\\\\\\\\w*\\\"+t(\\\"\u003C.*?>\\\")+\\\")\\\",c={cN:\\\"keyword\\\",b:\\\"\\\\\\\\b[a-z\\\\\\\\d_]*_t\\\\\\\\b\\\"},s={cN:\\\"string\\\",v:[{b:'(u8?|U|L)?\\\"',e:'\\\"',i:\\\"\\\\\\\\n\\\",c:[e.BE]},{b:\\\"(u8?|U|L)?'(\\\\\\\\\\\\\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\\\\\\\S)|.)\\\",e:\\\"'\\\",i:\\\".\\\"},{b:/(?:u8?|U|L)?R\\\"([^()\\\\\\\\ ]{0,16})\\\\((?:.|\\\\n)*?\\\\)\\\\1\\\"/}]},n={cN:\\\"number\\\",v:[{b:\\\"\\\\\\\\b(0b[01']+)\\\"},{b:\\\"(-?)\\\\\\\\b([\\\\\\\\d']+(\\\\\\\\.[\\\\\\\\d']*)?|\\\\\\\\.[\\\\\\\\d']+)(u|U|l|L|ul|UL|f|F|b|B)\\\"},{b:\\\"(-?)(\\\\\\\\b0[xX][a-fA-F0-9']+|(\\\\\\\\b[\\\\\\\\d']+(\\\\\\\\.[\\\\\\\\d']*)?|\\\\\\\\.[\\\\\\\\d']+)([eE][-+]?[\\\\\\\\d']+)?)\\\"}],relevance:0},o={cN:\\\"meta\\\",b:/#\\\\s*[a-z]+\\\\b/,e:/$/,k:{\\\"meta-keyword\\\":\\\"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include\\\"},c:[{b:/\\\\\\\\\\\\n/,relevance:0},e.inherit(s,{cN:\\\"meta-string\\\"}),{cN:\\\"meta-string\\\",b:/\u003C.*?>/,e:/$/,i:\\\"\\\\\\\\n\\\"},e.CLCM,e.CBCM]},l={cN:\\\"title\\\",b:t(a)+e.IR,relevance:0},u=t(a)+e.IR+\\\"\\\\\\\\s*\\\\\\\\(\\\",p={keyword:\\\"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_tshort reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq\\\",built_in:\\\"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary\\\",literal:\\\"true false nullptr NULL\\\"},m=[c,e.CLCM,e.CBCM,n,s],d={v:[{b:/=/,e:/;/},{b:/\\\\(/,e:/\\\\)/},{bK:\\\"new throw return else\\\",e:/;/}],k:p,c:m.concat([{b:/\\\\(/,e:/\\\\)/,k:p,c:m.concat([\\\"self\\\"]),relevance:0}]),relevance:0},b={cN:\\\"function\\\",b:\\\"(\\\"+i+\\\"[\\\\\\\\*&\\\\\\\\s]+)+\\\"+u,rB:!0,e:/[{;=]/,eE:!0,k:p,i:/[^\\\\w\\\\s\\\\*&:\u003C>]/,c:[{b:r,k:p,relevance:0},{b:u,rB:!0,c:[l],relevance:0},{cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,k:p,relevance:0,c:[e.CLCM,e.CBCM,s,n,c,{b:/\\\\(/,e:/\\\\)/,k:p,relevance:0,c:[\\\"self\\\",e.CLCM,e.CBCM,s,n,c]}]},c,e.CLCM,e.CBCM,o]};return{aliases:[\\\"c\\\",\\\"cc\\\",\\\"h\\\",\\\"c++\\\",\\\"h++\\\",\\\"hpp\\\",\\\"hh\\\",\\\"hxx\\\",\\\"cxx\\\"],k:p,i:\\\"\u003C/\\\",c:[].concat(d,b,m,[o,{b:\\\"\\\\\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\\\\\s*\u003C\\\",e:\\\">\\\",k:p,c:[\\\"self\\\",c]},{b:e.IR+\\\"::\\\",k:p},{cN:\\\"class\\\",bK:\\\"class struct\\\",e:/[{;:]/,c:[{b:/\u003C/,e:/>/,c:[\\\"self\\\"]},e.TM]}]),exports:{preprocessor:o,strings:s,k:p}}});hljs.registerLanguage(\\\"arduino\\\",function(e){var t=\\\"boolean byte word String\\\",r=\\\"setup loopKeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put\\\",i=\\\"DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW\\\",o=e.requireLanguage(\\\"cpp\\\").rawDefinition(),a=o.k;return a.keyword+=\\\" \\\"+t,a.literal+=\\\" \\\"+i,a.built_in+=\\\" \\\"+r,o});hljs.registerLanguage(\\\"nginx\\\",function(e){var r={cN:\\\"variable\\\",v:[{b:/\\\\$\\\\d+/},{b:/\\\\$\\\\{/,e:/}/},{b:\\\"[\\\\\\\\$\\\\\\\\@]\\\"+e.UIR}]},b={eW:!0,l:\\\"[a-z/_]+\\\",k:{literal:\\\"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll\\\"},relevance:0,i:\\\"=>\\\",c:[e.HCM,{cN:\\\"string\\\",c:[e.BE,r],v:[{b:/\\\"/,e:/\\\"/},{b:/'/,e:/'/}]},{b:\\\"([a-z]+):/\\\",e:\\\"\\\\\\\\s\\\",eW:!0,eE:!0,c:[r]},{cN:\\\"regexp\\\",c:[e.BE,r],v:[{b:\\\"\\\\\\\\s\\\\\\\\^\\\",e:\\\"\\\\\\\\s|{|;\\\",rE:!0},{b:\\\"~\\\\\\\\*?\\\\\\\\s+\\\",e:\\\"\\\\\\\\s|{|;\\\",rE:!0},{b:\\\"\\\\\\\\*(\\\\\\\\.[a-z\\\\\\\\-]+)+\\\"},{b:\\\"([a-z\\\\\\\\-]+\\\\\\\\.)+\\\\\\\\*\\\"}]},{cN:\\\"number\\\",b:\\\"\\\\\\\\b\\\\\\\\d{1,3}\\\\\\\\.\\\\\\\\d{1,3}\\\\\\\\.\\\\\\\\d{1,3}\\\\\\\\.\\\\\\\\d{1,3}(:\\\\\\\\d{1,5})?\\\\\\\\b\\\"},{cN:\\\"number\\\",b:\\\"\\\\\\\\b\\\\\\\\d+[kKmMgGdshdwy]*\\\\\\\\b\\\",relevance:0},r]};return{aliases:[\\\"nginxconf\\\"],c:[e.HCM,{b:e.UIR+\\\"\\\\\\\\s+{\\\",rB:!0,e:\\\"{\\\",c:[{cN:\\\"section\\\",b:e.UIR}],relevance:0},{b:e.UIR+\\\"\\\\\\\\s\\\",e:\\\";|{\\\",rB:!0,c:[{cN:\\\"attribute\\\",b:e.UIR,starts:b}],relevance:0}],i:\\\"[^\\\\\\\\s\\\\\\\\}]\\\"}});hljs.registerLanguage(\\\"xml\\\",function(e){var c={cN:\\\"symbol\\\",b:\\\"&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;\\\"},s={b:\\\"\\\\\\\\s\\\",c:[{cN:\\\"meta-keyword\\\",b:\\\"#?[a-z_][a-z1-9_-]+\\\",i:\\\"\\\\\\\\n\\\"}]},a=e.inherit(s,{b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\"}),t=e.inherit(e.ASM,{cN:\\\"meta-string\\\"}),l=e.inherit(e.QSM,{cN:\\\"meta-string\\\"}),r={eW:!0,i:/\u003C/,relevance:0,c:[{cN:\\\"attr\\\",b:\\\"[A-Za-z0-9\\\\\\\\._:-]+\\\",relevance:0},{b:/=\\\\s*/,relevance:0,c:[{cN:\\\"string\\\",endsParent:!0,v:[{b:/\\\"/,e:/\\\"/,c:[c]},{b:/'/,e:/'/,c:[c]},{b:/[^\\\\s\\\"'=\u003C>`]+/}]}]}]};return{aliases:[\\\"html\\\",\\\"xhtml\\\",\\\"rss\\\",\\\"atom\\\",\\\"xjb\\\",\\\"xsd\\\",\\\"xsl\\\",\\\"plist\\\",\\\"wsf\\\",\\\"svg\\\"],cI:!0,c:[{cN:\\\"meta\\\",b:\\\"\u003C![a-z]\\\",e:\\\">\\\",relevance:10,c:[s,l,t,a,{b:\\\"\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",c:[{cN:\\\"meta\\\",b:\\\"\u003C![a-z]\\\",e:\\\">\\\",c:[s,a,l,t]}]}]},e.C(\\\"\\\\x3c!--\\\",\\\"--\\\\x3e\\\",{relevance:10}),{b:\\\"\u003C\\\\\\\\!\\\\\\\\[CDATA\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\\\\\\]>\\\",relevance:10},c,{cN:\\\"meta\\\",b:/\u003C\\\\?xml/,e:/\\\\?>/,relevance:10},{b:/\u003C\\\\?(php)?/,e:/\\\\?>/,sL:\\\"php\\\",c:[{b:\\\"/\\\\\\\\*\\\",e:\\\"\\\\\\\\*/\\\",skip:!0},{b:'b\\\"',e:'\\\"',skip:!0},{b:\\\"b'\\\",e:\\\"'\\\",skip:!0},e.inherit(e.ASM,{i:null,cN:null,c:null,skip:!0}),e.inherit(e.QSM,{i:null,cN:null,c:null,skip:!0})]},{cN:\\\"tag\\\",b:\\\"\u003Cstyle(?=\\\\\\\\s|>)\\\",e:\\\">\\\",k:{name:\\\"style\\\"},c:[r],starts:{e:\\\"\u003C/style>\\\",rE:!0,sL:[\\\"css\\\",\\\"xml\\\"]}},{cN:\\\"tag\\\",b:\\\"\u003Cscript(?=\\\\\\\\s|>)\\\",e:\\\">\\\",k:{name:\\\"script\\\"},c:[r],starts:{e:\\\"\u003C\\\\/script>\\\",rE:!0,sL:[\\\"actionscript\\\",\\\"javascript\\\",\\\"handlebars\\\",\\\"xml\\\"]}},{cN:\\\"tag\\\",b:\\\"\u003C/?\\\",e:\\\"/?>\\\",c:[{cN:\\\"name\\\",b:/[^\\\\/>\u003C\\\\s]+/,relevance:0},r]}]}});hljs.registerLanguage(\\\"markdown\\\",function(e){return{aliases:[\\\"md\\\",\\\"mkdown\\\",\\\"mkd\\\"],c:[{cN:\\\"section\\\",v:[{b:\\\"^#{1,6}\\\",e:\\\"$\\\"},{b:\\\"^.+?\\\\\\\\n[=-]{2,}$\\\"}]},{b:\\\"\u003C\\\",e:\\\">\\\",sL:\\\"xml\\\",relevance:0},{cN:\\\"bullet\\\",b:\\\"^\\\\\\\\s*([*+-]|(\\\\\\\\d+\\\\\\\\.))\\\\\\\\s+\\\"},{cN:\\\"strong\\\",b:\\\"[*_]{2}.+?[*_]{2}\\\"},{cN:\\\"emphasis\\\",v:[{b:\\\"\\\\\\\\*.+?\\\\\\\\*\\\"},{b:\\\"_.+?_\\\",relevance:0}]},{cN:\\\"quote\\\",b:\\\"^>\\\\\\\\s+\\\",e:\\\"$\\\"},{cN:\\\"code\\\",v:[{b:\\\"^```\\\\\\\\w*\\\\\\\\s*$\\\",e:\\\"^```[ ]*$\\\"},{b:\\\"`.+?`\\\"},{b:\\\"^( {4}|\\\\\\\\t)\\\",e:\\\"$\\\",relevance:0}]},{b:\\\"^[-\\\\\\\\*]{3,}\\\",e:\\\"$\\\"},{b:\\\"\\\\\\\\[.+?\\\\\\\\][\\\\\\\\(\\\\\\\\[].*?[\\\\\\\\)\\\\\\\\]]\\\",rB:!0,c:[{cN:\\\"string\\\",b:\\\"\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",eB:!0,rE:!0,relevance:0},{cN:\\\"link\\\",b:\\\"\\\\\\\\]\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",eB:!0,eE:!0},{cN:\\\"symbol\\\",b:\\\"\\\\\\\\]\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",eB:!0,eE:!0}],relevance:10},{b:/^\\\\[[^\\\\n]+\\\\]:/,rB:!0,c:[{cN:\\\"symbol\\\",b:/\\\\[/,e:/\\\\]/,eB:!0,eE:!0},{cN:\\\"link\\\",b:/:\\\\s*/,e:/$/,eB:!0}]}]}});hljs.registerLanguage(\\\"properties\\\",function(e){var r=\\\"[ \\\\\\\\t\\\\\\\\f]*\\\",t=\\\"(\\\"+r+\\\"[:=]\\\"+r+\\\"|[ \\\\\\\\t\\\\\\\\f]+)\\\",n=\\\"([^\\\\\\\\\\\\\\\\\\\\\\\\W:= \\\\\\\\t\\\\\\\\f\\\\\\\\n]|\\\\\\\\\\\\\\\\.)+\\\",a=\\\"([^\\\\\\\\\\\\\\\\:= \\\\\\\\t\\\\\\\\f\\\\\\\\n]|\\\\\\\\\\\\\\\\.)+\\\",c={e:t,relevance:0,starts:{cN:\\\"string\\\",e:/$/,relevance:0,c:[{b:\\\"\\\\\\\\\\\\\\\\\\\\\\\\n\\\"}]}};return{cI:!0,i:/\\\\S/,c:[e.C(\\\"^\\\\\\\\s*[!#]\\\",\\\"$\\\"),{b:n+t,rB:!0,c:[{cN:\\\"attr\\\",b:n,endsParent:!0,relevance:0}],starts:c},{b:a+t,rB:!0,relevance:0,c:[{cN:\\\"meta\\\",b:a,endsParent:!0,relevance:0}],starts:c},{cN:\\\"attr\\\",relevance:0,b:a+r+\\\"$\\\"}]}});hljs.registerLanguage(\\\"bash\\\",function(e){var t={cN:\\\"variable\\\",v:[{b:/\\\\$[\\\\w\\\\d#@][\\\\w\\\\d_]*/},{b:/\\\\$\\\\{(.*?)}/}]},a={cN:\\\"string\\\",b:/\\\"/,e:/\\\"/,c:[e.BE,t,{cN:\\\"variable\\\",b:/\\\\$\\\\(/,e:/\\\\)/,c:[e.BE]}]};return{aliases:[\\\"sh\\\",\\\"zsh\\\"],l:/\\\\b-?[a-z\\\\._]+\\\\b/,k:{keyword:\\\"if then else elif fi for while in do done case esac function\\\",literal:\\\"true false\\\",built_in:\\\"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp\\\",_:\\\"-ne -eq -lt -gt -f -d -e -s -l -a\\\"},c:[{cN:\\\"meta\\\",b:/^#![^\\\\n]+sh\\\\s*$/,relevance:10},{cN:\\\"function\\\",b:/\\\\w[\\\\w\\\\d_]*\\\\s*\\\\(\\\\s*\\\\)\\\\s*\\\\{/,rB:!0,c:[e.inherit(e.TM,{b:/\\\\w[\\\\w\\\\d_]*/})],relevance:0},e.HCM,a,{cN:\\\"\\\",b:/\\\\\\\\\\\"/},{cN:\\\"string\\\",b:/'/,e:/'/},t]}});hljs.registerLanguage(\\\"dockerfile\\\",function(e){return{aliases:[\\\"docker\\\"],cI:!0,k:\\\"from maintainer expose env arg user onbuild stopsignal\\\",c:[e.HCM,e.ASM,e.QSM,e.NM,{bK:\\\"run cmd entrypoint volume add copy workdir label healthcheck shell\\\",starts:{e:/[^\\\\\\\\]$/,sL:\\\"bash\\\"}}],i:\\\"\u003C/\\\"}});hljs.registerLanguage(\\\"python\\\",function(e){var r={keyword:\\\"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10\\\",built_in:\\\"Ellipsis NotImplemented\\\",literal:\\\"False None True\\\"},b={cN:\\\"meta\\\",b:/^(>>>|\\\\.\\\\.\\\\.) /},c={cN:\\\"subst\\\",b:/\\\\{/,e:/\\\\}/,k:r,i:/#/},a={b:/\\\\{\\\\{/,relevance:0},l={cN:\\\"string\\\",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[e.BE,b],relevance:10},{b:/(u|b)?r?\\\"\\\"\\\"/,e:/\\\"\\\"\\\"/,c:[e.BE,b],relevance:10},{b:/(fr|rf|f)'''/,e:/'''/,c:[e.BE,b,a,c]},{b:/(fr|rf|f)\\\"\\\"\\\"/,e:/\\\"\\\"\\\"/,c:[e.BE,b,a,c]},{b:/(u|r|ur)'/,e:/'/,relevance:10},{b:/(u|r|ur)\\\"/,e:/\\\"/,relevance:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)\\\"/,e:/\\\"/},{b:/(fr|rf|f)'/,e:/'/,c:[e.BE,a,c]},{b:/(fr|rf|f)\\\"/,e:/\\\"/,c:[e.BE,a,c]},e.ASM,e.QSM]},n={cN:\\\"number\\\",relevance:0,v:[{b:e.BNR+\\\"[lLjJ]?\\\"},{b:\\\"\\\\\\\\b(0o[0-7]+)[lLjJ]?\\\"},{b:e.CNR+\\\"[lLjJ]?\\\"}]},i={cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,c:[\\\"self\\\",b,n,l,e.HCM]};return c.c=[l,n,b],{aliases:[\\\"py\\\",\\\"gyp\\\",\\\"ipython\\\"],k:r,i:/(\u003C\\\\/|->|\\\\?)|=>/,c:[b,n,{bK:\\\"if\\\",relevance:0},l,e.HCM,{v:[{cN:\\\"function\\\",bK:\\\"def\\\"},{cN:\\\"class\\\",bK:\\\"class\\\"}],e:/:/,i:/[${=;\\\\n,]/,c:[e.UTM,i,{b:/->/,eW:!0,k:\\\"None\\\"}]},{cN:\\\"meta\\\",b:/^[\\\\t ]*@/,e:/$/},{b:/\\\\b(print|exec)\\\\(/}]}});hljs.registerLanguage(\\\"ini\\\",function(e){var b={cN:\\\"number\\\",relevance:0,v:[{b:/([\\\\+\\\\-]+)?[\\\\d]+_[\\\\d_]+/},{b:e.NR}]},a=e.C();a.v=[{b:/;/,e:/$/},{b:/#/,e:/$/}];var c={cN:\\\"variable\\\",v:[{b:/\\\\$[\\\\w\\\\d\\\"][\\\\w\\\\d_]*/},{b:/\\\\$\\\\{(.*?)}/}]},r={cN:\\\"literal\\\",b:/\\\\bon|off|true|false|yes|no\\\\b/},n={cN:\\\"string\\\",c:[e.BE],v:[{b:\\\"'''\\\",e:\\\"'''\\\",relevance:10},{b:'\\\"\\\"\\\"',e:'\\\"\\\"\\\"',relevance:10},{b:'\\\"',e:'\\\"'},{b:\\\"'\\\",e:\\\"'\\\"}]};return{aliases:[\\\"toml\\\"],cI:!0,i:/\\\\S/,c:[a,{cN:\\\"section\\\",b:/\\\\[+/,e:/\\\\]+/},{b:/^[a-z0-9\\\\[\\\\]_\\\\.-]+(?=\\\\s*=\\\\s*)/,cN:\\\"attr\\\",starts:{e:/$/,c:[a,{b:/\\\\[/,e:/\\\\]/,c:[a,r,c,n,b,\\\"self\\\"],relevance:0},r,c,n,b]}}]}});hljs.registerLanguage(\\\"diff\\\",function(e){return{aliases:[\\\"patch\\\"],c:[{cN:\\\"meta\\\",relevance:10,v:[{b:/^@@ +\\\\-\\\\d+,\\\\d+ +\\\\+\\\\d+,\\\\d+ +@@$/},{b:/^\\\\*\\\\*\\\\* +\\\\d+,\\\\d+ +\\\\*\\\\*\\\\*\\\\*$/},{b:/^\\\\-\\\\-\\\\- +\\\\d+,\\\\d+ +\\\\-\\\\-\\\\-\\\\-$/}]},{cN:\\\"comment\\\",v:[{b:/Index: /,e:/$/},{b:/={3,}/,e:/$/},{b:/^\\\\-{3}/,e:/$/},{b:/^\\\\*{3} /,e:/$/},{b:/^\\\\+{3}/,e:/$/},{b:/^\\\\*{15}$/}]},{cN:\\\"addition\\\",b:\\\"^\\\\\\\\+\\\",e:\\\"$\\\"},{cN:\\\"deletion\\\",b:\\\"^\\\\\\\\-\\\",e:\\\"$\\\"},{cN:\\\"addition\\\",b:\\\"^\\\\\\\\!\\\",e:\\\"$\\\"}]}});hljs.registerLanguage(\\\"http\\\",function(e){var t=\\\"HTTP/[0-9\\\\\\\\.]+\\\";return{aliases:[\\\"https\\\"],i:\\\"\\\\\\\\S\\\",c:[{b:\\\"^\\\"+t,e:\\\"$\\\",c:[{cN:\\\"number\\\",b:\\\"\\\\\\\\b\\\\\\\\d{3}\\\\\\\\b\\\"}]},{b:\\\"^[A-Z]+ (.*?) \\\"+t+\\\"$\\\",rB:!0,e:\\\"$\\\",c:[{cN:\\\"string\\\",b:\\\" \\\",e:\\\" \\\",eB:!0,eE:!0},{b:t},{cN:\\\"keyword\\\",b:\\\"[A-Z]+\\\"}]},{cN:\\\"attribute\\\",b:\\\"^\\\\\\\\w\\\",e:\\\": \\\",eE:!0,i:\\\"\\\\\\\\n|\\\\\\\\s|=\\\",starts:{e:\\\"$\\\",relevance:0}},{b:\\\"\\\\\\\\n\\\\\\\\n\\\",starts:{sL:[],eW:!0}}]}});hljs.registerLanguage(\\\"sql\\\",function(e){var t=e.C(\\\"--\\\",\\\"$\\\");return{cI:!0,i:/[\u003C>{}*]/,c:[{bK:\\\"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with\\\",e:/;/,eW:!0,l:/[\\\\w\\\\.]+/,k:{keyword:\\\"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek\\\",literal:\\\"true false null unknown\\\",built_in:\\\"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void\\\"},c:[{cN:\\\"string\\\",b:\\\"'\\\",e:\\\"'\\\",c:[{b:\\\"''\\\"}]},{cN:\\\"string\\\",b:'\\\"',e:'\\\"',c:[{b:'\\\"\\\"'}]},{cN:\\\"string\\\",b:\\\"`\\\",e:\\\"`\\\"},e.CNM,e.CBCM,t,e.HCM]},e.CBCM,t,e.HCM]}});hljs.registerLanguage(\\\"vala\\\",function(e){return{k:{keyword:\\\"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var\\\",built_in:\\\"DBus GLib CCode Gee Object Gtk Posix\\\",literal:\\\"false true null\\\"},c:[{cN:\\\"class\\\",bK:\\\"class interface namespace\\\",e:\\\"{\\\",eE:!0,i:\\\"[^,:\\\\\\\\n\\\\\\\\s\\\\\\\\.]\\\",c:[e.UTM]},e.CLCM,e.CBCM,{cN:\\\"string\\\",b:'\\\"\\\"\\\"',e:'\\\"\\\"\\\"',relevance:5},e.ASM,e.QSM,e.CNM,{cN:\\\"meta\\\",b:\\\"^#\\\",e:\\\"$\\\",relevance:2}]}});hljs.registerLanguage(\\\"asciidoc\\\",function(e){return{aliases:[\\\"adoc\\\"],c:[e.C(\\\"^/{4,}\\\\\\\\n\\\",\\\"\\\\\\\\n/{4,}$\\\",{relevance:10}),e.C(\\\"^//\\\",\\\"$\\\",{relevance:0}),{cN:\\\"title\\\",b:\\\"^\\\\\\\\.\\\\\\\\w.*$\\\"},{b:\\\"^[=\\\\\\\\*]{4,}\\\\\\\\n\\\",e:\\\"\\\\\\\\n^[=\\\\\\\\*]{4,}$\\\",relevance:10},{cN:\\\"section\\\",relevance:10,v:[{b:\\\"^(={1,5}) .+?( \\\\\\\\1)?$\\\"},{b:\\\"^[^\\\\\\\\[\\\\\\\\]\\\\\\\\n]+?\\\\\\\\n[=\\\\\\\\-~\\\\\\\\^\\\\\\\\+]{2,}$\\\"}]},{cN:\\\"meta\\\",b:\\\"^:.+?:\\\",e:\\\"\\\\\\\\s\\\",eE:!0,relevance:10},{cN:\\\"meta\\\",b:\\\"^\\\\\\\\[.+?\\\\\\\\]$\\\",relevance:0},{cN:\\\"quote\\\",b:\\\"^_{4,}\\\\\\\\n\\\",e:\\\"\\\\\\\\n_{4,}$\\\",relevance:10},{cN:\\\"code\\\",b:\\\"^[\\\\\\\\-\\\\\\\\.]{4,}\\\\\\\\n\\\",e:\\\"\\\\\\\\n[\\\\\\\\-\\\\\\\\.]{4,}$\\\",relevance:10},{b:\\\"^\\\\\\\\+{4,}\\\\\\\\n\\\",e:\\\"\\\\\\\\n\\\\\\\\+{4,}$\\\",c:[{b:\\\"\u003C\\\",e:\\\">\\\",sL:\\\"xml\\\",relevance:0}],relevance:10},{cN:\\\"bullet\\\",b:\\\"^(\\\\\\\\*+|\\\\\\\\-+|\\\\\\\\.+|[^\\\\\\\\n]+?::)\\\\\\\\s+\\\"},{cN:\\\"symbol\\\",b:\\\"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\\\\\\\s+\\\",relevance:10},{cN:\\\"strong\\\",b:\\\"\\\\\\\\B\\\\\\\\*(?![\\\\\\\\*\\\\\\\\s])\\\",e:\\\"(\\\\\\\\n{2}|\\\\\\\\*)\\\",c:[{b:\\\"\\\\\\\\\\\\\\\\*\\\\\\\\w\\\",relevance:0}]},{cN:\\\"emphasis\\\",b:\\\"\\\\\\\\B'(?!['\\\\\\\\s])\\\",e:\\\"(\\\\\\\\n{2}|')\\\",c:[{b:\\\"\\\\\\\\\\\\\\\\'\\\\\\\\w\\\",relevance:0}],relevance:0},{cN:\\\"emphasis\\\",b:\\\"_(?![_\\\\\\\\s])\\\",e:\\\"(\\\\\\\\n{2}|_)\\\",relevance:0},{cN:\\\"string\\\",v:[{b:\\\"``.+?''\\\"},{b:\\\"`.+?'\\\"}]},{cN:\\\"code\\\",b:\\\"(`.+?`|\\\\\\\\+.+?\\\\\\\\+)\\\",relevance:0},{cN:\\\"code\\\",b:\\\"^[ \\\\\\\\t]\\\",e:\\\"$\\\",relevance:0},{b:\\\"^'{3,}[ \\\\\\\\t]*$\\\",relevance:10},{b:\\\"(link:)?(http|https|ftp|file|irc|image:?):\\\\\\\\S+\\\\\\\\[.*?\\\\\\\\]\\\",rB:!0,c:[{b:\\\"(link|image:?):\\\",relevance:0},{cN:\\\"link\\\",b:\\\"\\\\\\\\w\\\",e:\\\"[^\\\\\\\\[]+\\\",relevance:0},{cN:\\\"string\\\",b:\\\"\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",eB:!0,eE:!0,relevance:0}],relevance:10}]}});hljs.registerLanguage(\\\"json\\\",function(e){var i={literal:\\\"true false null\\\"},n=[e.CLCM,e.CBCM],c=[e.QSM,e.CNM],r={e:\\\",\\\",eW:!0,eE:!0,c:c,k:i},t={b:\\\"{\\\",e:\\\"}\\\",c:[{cN:\\\"attr\\\",b:/\\\"/,e:/\\\"/,c:[e.BE],i:\\\"\\\\\\\\n\\\"},e.inherit(r,{b:/:/})].concat(n),i:\\\"\\\\\\\\S\\\"},a={b:\\\"\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",c:[e.inherit(r)],i:\\\"\\\\\\\\S\\\"};return c.push(t,a),n.forEach(function(e){c.push(e)}),{c:c,k:i,i:\\\"\\\\\\\\S\\\"}});hljs.registerLanguage(\\\"rust\\\",function(e){var t=\\\"([ui](8|16|32|64|128|size)|f(32|64))?\\\",r=\\\"drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!\\\";return{aliases:[\\\"rs\\\"],k:{keyword:\\\"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield\\\",literal:\\\"true false Some None Ok Err\\\",built_in:r},l:e.IR+\\\"!?\\\",i:\\\"\u003C/\\\",c:[e.CLCM,e.C(\\\"/\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\",{c:[\\\"self\\\"]}),e.inherit(e.QSM,{b:/b?\\\"/,i:null}),{cN:\\\"string\\\",v:[{b:/r(#*)\\\"(.|\\\\n)*?\\\"\\\\1(?!#)/},{b:/b?'\\\\\\\\?(x\\\\w{2}|u\\\\w{4}|U\\\\w{8}|.)'/}]},{cN:\\\"symbol\\\",b:/'[a-zA-Z_][a-zA-Z0-9_]*/},{cN:\\\"number\\\",v:[{b:\\\"\\\\\\\\b0b([01_]+)\\\"+t},{b:\\\"\\\\\\\\b0o([0-7_]+)\\\"+t},{b:\\\"\\\\\\\\b0x([A-Fa-f0-9_]+)\\\"+t},{b:\\\"\\\\\\\\b(\\\\\\\\d[\\\\\\\\d_]*(\\\\\\\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)\\\"+t}],relevance:0},{cN:\\\"function\\\",bK:\\\"fn\\\",e:\\\"(\\\\\\\\(|\u003C)\\\",eE:!0,c:[e.UTM]},{cN:\\\"meta\\\",b:\\\"#\\\\\\\\!?\\\\\\\\[\\\",e:\\\"\\\\\\\\]\\\",c:[{cN:\\\"meta-string\\\",b:/\\\"/,e:/\\\"/}]},{cN:\\\"class\\\",bK:\\\"type\\\",e:\\\";\\\",c:[e.inherit(e.UTM,{endsParent:!0})],i:\\\"\\\\\\\\S\\\"},{cN:\\\"class\\\",bK:\\\"trait enum struct union\\\",e:\\\"{\\\",c:[e.inherit(e.UTM,{endsParent:!0})],i:\\\"[\\\\\\\\w\\\\\\\\d]\\\"},{b:e.IR+\\\"::\\\",k:{built_in:r}},{b:\\\"->\\\"}]}});hljs.registerLanguage(\\\"awk\\\",function(e){return{k:{keyword:\\\"BEGIN END if else while do for in break continue delete next nextfile function func exit|10\\\"},c:[{cN:\\\"variable\\\",v:[{b:/\\\\$[\\\\w\\\\d#@][\\\\w\\\\d_]*/},{b:/\\\\$\\\\{(.*?)}/}]},{cN:\\\"string\\\",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,relevance:10},{b:/(u|b)?r?\\\"\\\"\\\"/,e:/\\\"\\\"\\\"/,relevance:10},{b:/(u|r|ur)'/,e:/'/,relevance:10},{b:/(u|r|ur)\\\"/,e:/\\\"/,relevance:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)\\\"/,e:/\\\"/},e.ASM,e.QSM]},e.RM,e.HCM,e.NM]}});hljs.registerLanguage(\\\"java\\\",function(e){var a=\\\"false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do\\\",t={cN:\\\"number\\\",b:\\\"\\\\\\\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\\\\\\\d]+[\\\\\\\\d_]+[\\\\\\\\d]+|[\\\\\\\\d]+)(\\\\\\\\.([\\\\\\\\d]+[\\\\\\\\d_]+[\\\\\\\\d]+|[\\\\\\\\d]+))?|\\\\\\\\.([\\\\\\\\d]+[\\\\\\\\d_]+[\\\\\\\\d]+|[\\\\\\\\d]+))([eE][-+]?\\\\\\\\d+)?)[lLfF]?\\\",relevance:0};return{aliases:[\\\"jsp\\\"],k:a,i:/\u003C\\\\/|#/,c:[e.C(\\\"/\\\\\\\\*\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\",{relevance:0,c:[{b:/\\\\w+@/,relevance:0},{cN:\\\"doctag\\\",b:\\\"@[A-Za-z]+\\\"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:\\\"class\\\",bK:\\\"class interface\\\",e:/[{;=]/,eE:!0,k:\\\"class interface\\\",i:/[:\\\"\\\\[\\\\]]/,c:[{bK:\\\"extends implements\\\"},e.UTM]},{bK:\\\"new throw return else\\\",relevance:0},{cN:\\\"function\\\",b:\\\"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\u003C[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\\\\\\\s*,\\\\\\\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\\\\\\\s+)+\\\"+e.UIR+\\\"\\\\\\\\s*\\\\\\\\(\\\",rB:!0,e:/[{;=]/,eE:!0,k:a,c:[{b:e.UIR+\\\"\\\\\\\\s*\\\\\\\\(\\\",rB:!0,relevance:0,c:[e.UTM]},{cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,k:a,relevance:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},t,{cN:\\\"meta\\\",b:\\\"@[A-Za-z]+\\\"}]}});hljs.registerLanguage(\\\"cs\\\",function(e){var a={keyword:\\\"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield\\\",literal:\\\"null false true\\\"},i={cN:\\\"number\\\",v:[{b:\\\"\\\\\\\\b(0b[01']+)\\\"},{b:\\\"(-?)\\\\\\\\b([\\\\\\\\d']+(\\\\\\\\.[\\\\\\\\d']*)?|\\\\\\\\.[\\\\\\\\d']+)(u|U|l|L|ul|UL|f|F|b|B)\\\"},{b:\\\"(-?)(\\\\\\\\b0[xX][a-fA-F0-9']+|(\\\\\\\\b[\\\\\\\\d']+(\\\\\\\\.[\\\\\\\\d']*)?|\\\\\\\\.[\\\\\\\\d']+)([eE][-+]?[\\\\\\\\d']+)?)\\\"}],relevance:0},c={cN:\\\"string\\\",b:'@\\\"',e:'\\\"',c:[{b:'\\\"\\\"'}]},r=e.inherit(c,{i:/\\\\n/}),n={cN:\\\"subst\\\",b:\\\"{\\\",e:\\\"}\\\",k:a},t=e.inherit(n,{i:/\\\\n/}),s={cN:\\\"string\\\",b:/\\\\$\\\"/,e:'\\\"',i:/\\\\n/,c:[{b:\\\"{{\\\"},{b:\\\"}}\\\"},e.BE,t]},l={cN:\\\"string\\\",b:/\\\\$@\\\"/,e:'\\\"',c:[{b:\\\"{{\\\"},{b:\\\"}}\\\"},{b:'\\\"\\\"'},n]},b=e.inherit(l,{i:/\\\\n/,c:[{b:\\\"{{\\\"},{b:\\\"}}\\\"},{b:'\\\"\\\"'},t]});n.c=[l,s,c,e.ASM,e.QSM,i,e.CBCM],t.c=[b,s,r,e.ASM,e.QSM,i,e.inherit(e.CBCM,{i:/\\\\n/})];var o={v:[l,s,c,e.ASM,e.QSM]},d=e.IR+\\\"(\u003C\\\"+e.IR+\\\"(\\\\\\\\s*,\\\\\\\\s*\\\"+e.IR+\\\")*>)?(\\\\\\\\[\\\\\\\\])?\\\";return{aliases:[\\\"csharp\\\",\\\"c#\\\"],k:a,i:/::/,c:[e.C(\\\"///\\\",\\\"$\\\",{rB:!0,c:[{cN:\\\"doctag\\\",v:[{b:\\\"///\\\",relevance:0},{b:\\\"\\\\x3c!--|--\\\\x3e\\\"},{b:\\\"\u003C/?\\\",e:\\\">\\\"}]}]}),e.CLCM,e.CBCM,{cN:\\\"meta\\\",b:\\\"#\\\",e:\\\"$\\\",k:{\\\"meta-keyword\\\":\\\"if else elif endif define undef warning error line region endregion pragma checksum\\\"}},o,i,{bK:\\\"class interface\\\",e:/[{;=]/,i:/[^\\\\s:,]/,c:[e.TM,e.CLCM,e.CBCM]},{bK:\\\"namespace\\\",e:/[{;=]/,i:/[^\\\\s:]/,c:[e.inherit(e.TM,{b:\\\"[a-zA-Z](\\\\\\\\.?\\\\\\\\w)*\\\"}),e.CLCM,e.CBCM]},{cN:\\\"meta\\\",b:\\\"^\\\\\\\\s*\\\\\\\\[\\\",eB:!0,e:\\\"\\\\\\\\]\\\",eE:!0,c:[{cN:\\\"meta-string\\\",b:/\\\"/,e:/\\\"/}]},{bK:\\\"new return throw await else\\\",relevance:0},{cN:\\\"function\\\",b:\\\"(\\\"+d+\\\"\\\\\\\\s+)+\\\"+e.IR+\\\"\\\\\\\\s*\\\\\\\\(\\\",rB:!0,e:/\\\\s*[{;=]/,eE:!0,k:a,c:[{b:e.IR+\\\"\\\\\\\\s*\\\\\\\\(\\\",rB:!0,c:[e.TM],relevance:0},{cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,eB:!0,eE:!0,k:a,relevance:0,c:[o,i,e.CBCM]},e.CLCM,e.CBCM]}]}});hljs.registerLanguage(\\\"mathematica\\\",function(e){return{aliases:[\\\"mma\\\",\\\"wl\\\"],l:\\\"(\\\\\\\\$|\\\\\\\\b)\\\"+e.IR+\\\"\\\\\\\\b\\\",k:\\\"AASTriangle AbelianGroup Abort AbortKernels AbortProtect AbortScheduledTask Above Abs AbsArg AbsArgPlot Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AcceptanceThreshold AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Activate Active ActiveClassification ActiveClassificationObject ActiveItem ActivePrediction ActivePredictionObject ActiveStyle AcyclicGraphQ AddOnHelpPath AddSides AddTo AddToSearchIndex AddUsers AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AdministrativeDivisionData AffineHalfSpace AffineSpace AffineStateSpaceModel AffineTransform After AggregatedEntityClass AggregationLayer AircraftData AirportData AirPressureData AirTemperatureData AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowAdultContent AllowedCloudExtraParameters AllowedCloudParameterExtensions AllowedDimensions AllowedFrequencyRange AllowedHeads AllowGroupClose AllowIncomplete AllowInlineCells AllowKernelInitialization AllowLooseGrammar AllowReverseGroupClose AllowScriptLevelChange AllTrue Alphabet AlphabeticOrder AlphabeticSort AlphaChannel AlternateImage AlternatingFactorial AlternatingGroup AlternativeHypothesis Alternatives AltitudeMethod AmbientLight AmbiguityFunction AmbiguityList Analytic AnatomyData AnatomyForm AnatomyPlot3D AnatomySkinStyle AnatomyStyling AnchoredSearch And AndersonDarlingTest AngerJ AngleBisector AngleBracket AnglePath AnglePath3D AngleVector AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning AnimationRunTime AnimationTimeIndex Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotate Annotation AnnotationDelete AnnotationNames AnnotationRules AnnotationValue Annuity AnnuityDue Annulus AnomalyDetection AnomalyDetectorFunction Anonymous Antialiasing AntihermitianMatrixQ Antisymmetric AntisymmetricMatrixQ Antonyms AnyOrder AnySubset AnyTrue Apart ApartSquareFree APIFunction Appearance AppearanceElements AppearanceRules AppellF1 Append AppendCheck AppendLayer AppendTo ApplicationIdentificationKey Apply ApplySides ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcCurvature ARCHProcess ArcLength ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Area Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess Around AroundReplace ARProcess Array ArrayComponents ArrayDepth ArrayFilter ArrayFlatten ArrayMesh ArrayPad ArrayPlot ArrayQ ArrayResample ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads ASATriangle Ask AskAppend AskConfirm AskDisplay AskedQ AskedValue AskFunction AskState AskTemplateDisplay AspectRatio AspectRatioFixed Assert AssociateTo Association AssociationFormat AssociationMap AssociationQ AssociationThread AssumeDeterministic Assuming Assumptions AstronomicalData AsymptoticDSolveValue AsymptoticEqual AsymptoticEquivalent AsymptoticGreater AsymptoticGreaterEqual AsymptoticIntegrate AsymptoticLess AsymptoticLessEqual AsymptoticOutputTracker AsymptoticRSolveValue AsymptoticSolve AsymptoticSum Asynchronous AsynchronousTaskObject AsynchronousTasks Atom AtomCoordinates AtomCount AtomDiagramCoordinates AtomList AtomQ AttentionLayer Attributes Audio AudioAmplify AudioAnnotate AudioAnnotationLookup AudioBlockMap AudioCapture AudioChannelAssignment AudioChannelCombine AudioChannelMix AudioChannels AudioChannelSeparate AudioData AudioDelay AudioDelete AudioDevice AudioDistance AudioFade AudioFrequencyShift AudioGenerator AudioIdentify AudioInputDevice AudioInsert AudioIntervals AudioJoin AudioLabel AudioLength AudioLocalMeasurements AudioLooping AudioLoudness AudioMeasurements AudioNormalize AudioOutputDevice AudioOverlay AudioPad AudioPan AudioPartition AudioPause AudioPitchShift AudioPlay AudioPlot AudioQ AudioRecord AudioReplace AudioResample AudioReverb AudioSampleRate AudioSpectralMap AudioSpectralTransformation AudioSplit AudioStop AudioStream AudioStreams AudioTimeStretch AudioTrim AudioType AugmentedPolyhedron AugmentedSymmetricPolynomial Authenticate Authentication AuthenticationDialog AutoAction Autocomplete AutocompletionFunction AutoCopy AutocorrelationTest AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutoQuoteCharacters AutoRefreshed AutoRemove AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords AutoSubmitting Axes AxesEdge AxesLabel AxesOrigin AxesStyle AxiomaticTheory AxisBabyMonsterGroupB Back Background BackgroundAppearance BackgroundTasksSettings Backslash Backsubstitution Backward Ball Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarcodeImage BarcodeRecognize BaringhausHenzeTest BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseDecode BaseEncode BaseForm Baseline BaselinePosition BaseStyle BasicRecurrentLayer BatchNormalizationLayer BatchSize BatesDistribution BattleLemarieWavelet BayesianMaximization BayesianMaximizationObject BayesianMinimization BayesianMinimizationObject Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized Between BetweennessCentrality BeveledPolyhedron BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryDeserialize BinaryDistance BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinarySerialize BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BiquadraticFilterModel BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor BiweightLocation BiweightMidvariance Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockchainAddressData BlockchainBase BlockchainBlockData BlockchainContractValue BlockchainData BlockchainGet BlockchainKeyEncode BlockchainPut BlockchainTokenData BlockchainTransaction BlockchainTransactionData BlockchainTransactionSign BlockchainTransactionSubmit BlockMap BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bond BondCount BondList BondQ Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms BooleanQ BooleanRegion Booleans BooleanStrings BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryDiscretizeGraphics BoundaryDiscretizeRegion BoundaryMesh BoundaryMeshRegion BoundaryMeshRegionQ BoundaryStyle BoundedRegionQ BoundingRegion Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxObject BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break BridgeData BrightnessEqualize BroadcastStationData Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurve3DBoxOptions BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BSplineSurface3DBoxOptions BubbleChart BubbleChart3D BubbleScale BubbleSizes BuildingData BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteArray ByteArrayFormat ByteArrayQ ByteArrayToString ByteCount ByteOrderingC CachedValue CacheGraphics CachePersistence CalendarConvert CalendarData CalendarType Callout CalloutMarker CalloutStyle CallPacket CanberraDistance Cancel CancelButton CandlestickChart CanonicalGraph CanonicalizePolygon CanonicalizePolyhedron CanonicalName CanonicalWarpingCorrespondence CanonicalWarpingDistance CantorMesh CantorStaircase Cap CapForm CapitalDifferentialD Capitalize CapsuleShape CaptureRunning CardinalBSplineBasis CarlemanLinearize CarmichaelLambda CaseOrdering Cases CaseSensitive Cashflow Casoratian Catalan CatalanNumber Catch Catenate CatenateLayer CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling CelestialSystem Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEvaluationLanguage CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellLabelStyle CellLabelTemplate CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterArray CenterDot CentralFeature CentralMoment CentralMomentGeneratingFunction Cepstrogram CepstrogramArray CepstrumArray CForm ChampernowneNumber ChangeOptions ChannelBase ChannelBrokerAction ChannelDatabin ChannelHistoryLength ChannelListen ChannelListener ChannelListeners ChannelListenerWait ChannelObject ChannelPreSendFunction ChannelReceiverFunction ChannelSend ChannelSubscribers ChanVeseBinarize Character CharacterCounts CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterName CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop ChromaticityPlot ChromaticityPlot3D ChromaticPolynomial Circle CircleBox CircleDot CircleMinus CirclePlus CirclePoints CircleThrough CircleTimes CirculantGraph CircularOrthogonalMatrixDistribution CircularQuaternionMatrixDistribution CircularRealMatrixDistribution CircularSymplecticMatrixDistribution CircularUnitaryMatrixDistribution Circumsphere CityData ClassifierFunction ClassifierInformation ClassifierMeasurements ClassifierMeasurementsObject Classify ClassPriors Clear ClearAll ClearAttributes ClearCookies ClearPermissions ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipPlanesStyle ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent CloudAccountData CloudBase CloudConnect CloudDeploy CloudDirectory CloudDisconnect CloudEvaluate CloudExport CloudExpression CloudExpressions CloudFunction CloudGet CloudImport CloudLoggingData CloudObject CloudObjectInformation CloudObjectInformationData CloudObjectNameFormat CloudObjects CloudObjectURLType CloudPublish CloudPut CloudRenderingMethod CloudSave CloudShare CloudSubmit CloudSymbol CloudUnshare ClusterClassify ClusterDissimilarityFunction ClusteringComponents ClusteringTree CMYKColor Coarse CodeAssistOptions Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorBalance ColorCombine ColorConvert ColorCoverage ColorData ColorDataFunction ColorDetect ColorDistance ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQ ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorsNear ColorSpace ColorToneMapping Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CombinedEntityClass CombinerFunction CometData CommonDefaultFormatTypes Commonest CommonestFilter CommonName CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompanyData CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledCodeFunction CompiledFunction CompilerOptions Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComplexListPlot ComplexPlot ComplexPlot3D ComponentMeasurements ComponentwiseContextMenu Compose ComposeList ComposeSeries CompositeQ Composition CompoundElement CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData ComputeUncertainty Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath ConformAudio ConformImages Congruent ConicHullRegion ConicHullRegion3DBox ConicHullRegionBox ConicOptimization Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphComponents ConnectedGraphQ ConnectedMeshComponents ConnectedMoleculeComponents ConnectedMoleculeQ ConnectionSettings ConnectLibraryCallbackFunction ConnectSystemModelComponents ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray ConstantArrayLayer ConstantImage ConstantPlusLayer ConstantRegionQ Constants ConstantTimesLayer ConstellationData ConstrainedMax ConstrainedMin Construct Containing ContainsAll ContainsAny ContainsExactly ContainsNone ContainsOnly ContentFieldOptions ContentLocationFunction ContentObject ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTask ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean ContrastiveLossLayer Control ControlActive ControlAlignment ControlGroupContentsBox ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket ConvexHullMesh ConvexPolygonQ ConvexPolyhedronQ ConvolutionLayer Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CookieFunction Cookies CoordinateBoundingBox CoordinateBoundingBoxArray CoordinateBounds CoordinateBoundsArray CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDatabin CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CountDistinct CountDistinctBy CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Counts CountsBy Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateCellID CreateChannel CreateCloudExpression CreateDatabin CreateDataSystemModel CreateDialog CreateDirectory CreateDocument CreateFile CreateIntermediateDirectories CreateManagedLibraryExpression CreateNotebook CreatePalette CreatePalettePacket CreatePermissionsGroup CreateScheduledTask CreateSearchIndex CreateSystemModel CreateTemporary CreateUUID CreateWindow CriterionFunction CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossEntropyLossLayer CrossingCount CrossingDetect CrossingPolygon CrossMatrix Csc Csch CTCLossLayer Cube CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrencyConvert CurrentDate CurrentImage CurrentlySpeakingPacket CurrentNotebookImage CurrentScreenImage CurrentValue Curry CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecompositionD DagumDistribution DamData DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DatabaseConnect DatabaseDisconnect DatabaseReference Databin DatabinAdd DatabinRemove Databins DatabinUpload DataCompression DataDistribution DataRange DataReversed Dataset Date DateBounds Dated DateDelimiters DateDifference DatedUnit DateFormat DateFunction DateHistogram DateList DateListLogPlot DateListPlot DateListStepPlot DateObject DateObjectQ DateOverlapsQ DatePattern DatePlus DateRange DateReduction DateString DateTicksFormat DateValue DateWithinQ DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayHemisphere DaylightQ DayMatchQ DayName DayNightTerminator DayPlus DayRange DayRound DeBruijnGraph DeBruijnSequence Debug DebugTag Decapitalize Decimal DecimalForm DeclareKnownSymbols DeclarePackage Decompose DeconvolutionLayer Decrement Decrypt DecryptFile DedekindEta DeepSpaceProbeData Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultPrintPrecision DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValue DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod DefineResourceFunction Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic DEigensystem DEigenvalues Deinitialization Del DelaunayMesh Delayed Deletable Delete DeleteAnomalies DeleteBorderComponents DeleteCases DeleteChannel DeleteCloudExpression DeleteContents DeleteDirectory DeleteDuplicates DeleteDuplicatesBy DeleteFile DeleteMissing DeleteObject DeletePermissionsKey DeleteSearchIndex DeleteSmallComponents DeleteStopwords DeleteWithContents DeletionWarning DelimitedArray DelimitedSequence Delimiter DelimiterFlashTime DelimiterMatching Delimiters DeliveryFunction Dendrogram Denominator DensityGraphics DensityHistogram DensityPlot DensityPlot3D DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DerivedKey DescriptorStateSpace DesignMatrix DestroyAfterEvaluation Det DeviceClose DeviceConfigure DeviceExecute DeviceExecuteAsynchronous DeviceObject DeviceOpen DeviceOpenQ DeviceRead DeviceReadBuffer DeviceReadLatest DeviceReadList DeviceReadTimeSeries Devices DeviceStreams DeviceWrite DeviceWriteBuffer DGaussianWavelet DiacriticalPositioning Diagonal DiagonalizableMatrixQ DiagonalMatrix DiagonalMatrixQ Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DictionaryWordQ DifferenceDelta DifferenceOrder DifferenceQuotient DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitalSignature DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralAngle DihedralGroup Dilation DimensionalCombinations DimensionalMeshComponents DimensionReduce DimensionReducerFunction DimensionReduction Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletBeta DirichletCharacter DirichletCondition DirichletConvolve DirichletDistribution DirichletEta DirichletL DirichletLambda DirichletTransform DirichletWindow DisableConsolePrintPacket DisableFormatting DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLimit DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscreteMaxLimit DiscreteMinLimit DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform DiscreteWaveletTransform DiscretizeGraphics DiscretizeRegion Discriminant DisjointQ Disjunction Disk DiskBox DiskMatrix DiskSegment Dispatch DispatchQ DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceMatrix DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers DivideSides Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentGenerator DocumentGeneratorInformation DocumentGeneratorInformationData DocumentGenerators DocumentNotebook DocumentWeightingRules Dodecahedron DomainRegistrationInformation DominantColors DOSTextFormat Dot DotDashed DotEqual DotLayer DotPlusLayer Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DropoutLayer DSolve DSolveValue Dt DualLinearProgramming DualPolyhedron DualSystemsModel DumpGet DumpSave DuplicateFreeQ Duration Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicGeoGraphics DynamicImage DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptionsE EarthImpactData EarthquakeData EccentricityCentrality Echo EchoFunction EclipseType EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeContract EdgeCost EdgeCount EdgeCoverQ EdgeCycleMatrix EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight EdgeWeightedGraphQ Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData ElementwiseLayer ElidedForms Eliminate EliminationOrder Ellipsoid EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmbedCode EmbeddedHTML EmbeddedService EmbeddingLayer EmbeddingObject EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EmptyRegion EnableConsolePrintPacket Enabled Encode Encrypt EncryptedObject EncryptFile End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfBuffer EndOfFile EndOfLine EndOfString EndPackage EngineEnvironment EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entity EntityClass EntityClassList EntityCopies EntityFunction EntityGroup EntityInstance EntityList EntityPrefetch EntityProperties EntityProperty EntityPropertyClass EntityRegister EntityStore EntityStores EntityTypeName EntityUnregister EntityValue Entropy EntropyFilter Environment Epilog EpilogFunction Equal EqualColumns EqualRows EqualTilde EqualTo EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EscapeRadius EstimatedBackground EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerAngles EulerCharacteristic EulerE EulerGamma EulerianGraphQ EulerMatrix EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluateScheduledTask EvaluationBox EvaluationCell EvaluationCompletionAction EvaluationData EvaluationElements EvaluationEnvironment EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels EventSeries ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludedLines ExcludedPhysicalQuantities ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog ExoplanetData Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi ExpirationDate Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportByteArray ExportForm ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpressionUUID ExpToTrig ExtendedEntityClass ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalBundle ExternalCall ExternalDataCharacterEncoding ExternalEvaluate ExternalFunction ExternalFunctionName ExternalObject ExternalOptions ExternalSessionObject ExternalSessions ExternalTypeSignature ExternalValue Extract ExtractArchive ExtractLayer ExtremeValueDistributionFaceForm FaceGrids FaceGridsStyle FacialFeatures Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail Failure FailureAction FailureDistribution FailureQ False FareySequence FARIMAProcess FeatureDistance FeatureExtract FeatureExtraction FeatureExtractor FeatureExtractorFunction FeatureNames FeatureNearest FeatureSpacePlot FeatureSpacePlot3D FeatureTypes FEDisableConsolePrintPacket FeedbackLinearize FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket FetalGrowthData Fibonacci Fibonorial FieldCompletionFunction FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileConvert FileDate FileExistsQ FileExtension FileFormat FileHandler FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameForms FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileSize FileSystemMap FileSystemScan FileTemplate FileTemplateApply FileType FilledCurve FilledCurveBox FilledCurveBoxOptions Filling FillingStyle FillingTransform FilteredEntityClass FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindAnomalies FindArgMax FindArgMin FindChannels FindClique FindClusters FindCookies FindCurvePath FindCycle FindDevices FindDistribution FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEdgeIndependentPaths FindEquationalProof FindEulerianCycle FindExternalEvaluators FindFaces FindFile FindFit FindFormula FindFundamentalCycles FindGeneratingFunction FindGeoLocation FindGeometricConjectures FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindHamiltonianPath FindHiddenMarkovStates FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMatchingColor FindMaximum FindMaximumFlow FindMaxValue FindMeshDefects FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindMoleculeSubstructure FindPath FindPeaks FindPermutation FindPostmanTour FindProcessParameters FindRepeat FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindSpanningTree FindSystemModelEquilibrium FindTextualAnswer FindThreshold FindTransientRepeat FindVertexCover FindVertexCut FindVertexIndependentPaths Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstCase FirstPassageTimeDistribution FirstPosition FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FitRegularization FittedModel FixedOrder FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlattenLayer FlatTopWindow FlipView Floor FlowPolynomial FlushPrintOutputPacket Fold FoldList FoldPair FoldPairList FollowRedirects Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FormControl FormFunction FormLayoutFunction FormObject FormPage FormTheme FormulaData FormulaLookup FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalGaussianNoiseProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameRate FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrenetSerretSystem FrequencySamplingFilterKernel FresnelC FresnelF FresnelG FresnelS Friday FrobeniusNumber FrobeniusSolve FromAbsoluteTime FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS FromEntity FromJulianDate FromLetterNumber FromPolarCoordinates FromRomanNumeral FromSphericalCoordinates FromUnixTime Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullInformationOutputRegulator FullOptions FullRegion FullSimplify Function FunctionCompile FunctionCompileExport FunctionCompileExportByteArray FunctionCompileExportLibrary FunctionCompileExportString FunctionDomain FunctionExpand FunctionInterpolation FunctionPeriod FunctionRange FunctionSpace FussellVeselyImportanceGaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins GalaxyData GalleryView Gamma GammaDistribution GammaRegularized GapPenalty GARCHProcess GatedRecurrentLayer Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianOrthogonalMatrixDistribution GaussianSymplecticMatrixDistribution GaussianUnitaryMatrixDistribution GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateAsymmetricKeyPair GenerateConditions GeneratedCell GeneratedDocumentBinding GenerateDerivedKey GenerateDigitalSignature GenerateDocument GeneratedParameters GeneratedQuantityMagnitudes GenerateHTTPResponse GenerateSecuredAuthenticationKey GenerateSymmetricKey GeneratingFunction GeneratorDescription GeneratorHistoryLength GeneratorOutputType Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeoAntipode GeoArea GeoArraySize GeoBackground GeoBoundingBox GeoBounds GeoBoundsRegion GeoBubbleChart GeoCenter GeoCircle GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDisk GeoDisplacement GeoDistance GeoDistanceList GeoElevationData GeoEntities GeoGraphics GeogravityModelData GeoGridDirectionDifference GeoGridLines GeoGridLinesStyle GeoGridPosition GeoGridRange GeoGridRangePadding GeoGridUnitArea GeoGridUnitDistance GeoGridVector GeoGroup GeoHemisphere GeoHemisphereBoundary GeoHistogram GeoIdentify GeoImage GeoLabels GeoLength GeoListPlot GeoLocation GeologicalPeriodData GeomagneticModelData GeoMarker GeometricAssertion GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricScene GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoModel GeoNearest GeoPath GeoPosition GeoPositionENU GeoPositionXYZ GeoProjection GeoProjectionData GeoRange GeoRangePadding GeoRegionValuePlot GeoResolution GeoScaleBar GeoServer GeoSmoothHistogram GeoStreamPlot GeoStyling GeoStylingImageFunction GeoVariant GeoVector GeoVectorENU GeoVectorPlot GeoVectorXYZ GeoVisibleRegion GeoVisibleRegionBoundary GeoWithinQ GeoZoomLevel GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenAngle GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter GrammarApply GrammarRules GrammarToken Graph Graph3D GraphAssortativity GraphAutomorphismGroup GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel Greater GreaterEqual GreaterEqualLess GreaterEqualThan GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterThan GreaterTilde Green GreenFunction Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupBy GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators Groupings GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain GroupTogetherGrouping GroupTogetherNestedGrouping GrowCutComponents Gudermannian GuidedFilter GumbelDistributionHaarWavelet HadamardMatrix HalfLine HalfNormalDistribution HalfPlane HalfSpace HamiltonianGraphQ HammingDistance HammingWindow HandlerFunctions HandlerFunctionsKeys HankelH1 HankelH2 HankelMatrix HankelTransform HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash Haversine HazardFunction Head HeadCompose HeaderLines Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings Here HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenMarkovProcess HiddenSurface Highlighted HighlightGraph HighlightImage HighlightMesh HighpassFilter HigmanSimsGroupHS HilbertCurve HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HistoricalPeriodData HitMissTransform HITSCentrality HjorthDistribution HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HostLookup HotellingTSquareDistribution HoytDistribution HTMLSave HTTPErrorResponse HTTPRedirect HTTPRequest HTTPRequestData HTTPResponse Hue HumanGrowthData HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyperplane Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestDataI IconData Iconize IconizedObject IconRules Icosahedron Identity IdentityMatrix If IgnoreCase IgnoreDiacritics IgnorePunctuation IgnoreSpellCheck IgnoringInactive Im Image Image3D Image3DProjection Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageApplyIndexed ImageAspectRatio ImageAssemble ImageAugmentationLayer ImageBoundingBoxes ImageCache ImageCacheValid ImageCapture ImageCaptureFunction ImageCases ImageChannels ImageClip ImageCollage ImageColorSpace ImageCompose ImageContainsQ ImageContents ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDisplacements ImageDistance ImageEffect ImageExposureCombine ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageFocusCombine ImageForestingComponents ImageFormattingWidth ImageForwardTransformation ImageGraphics ImageHistogram ImageIdentify ImageInstanceQ ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarker ImageMarkers ImageMeasurements ImageMesh ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImagePosition ImagePreviewFunction ImagePyramid ImagePyramidApply ImageQ ImageRangeCache ImageRecolor ImageReflect ImageRegion ImageResize ImageResolution ImageRestyle ImageRotate ImageRotated ImageSaliencyFilter ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions ImagingDevice ImplicitRegion Implies Import ImportAutoReplacements ImportByteArray ImportOptions ImportString ImprovementImportance In Inactivate Inactive IncidenceGraph IncidenceList IncidenceMatrix IncludeAromaticBonds IncludeConstantBasis IncludeDefinitions IncludeDirectories IncludeFileExtension IncludeGeneratorTasks IncludeHydrogens IncludeInflections IncludeMetaInformation IncludePods IncludeQuantities IncludeRelatedTables IncludeSingularTerm IncludeWindowTimes Increment IndefiniteMatrixQ Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentPhysicalQuantity IndependentUnit IndependentUnitDimension IndependentVertexSetQ Indeterminate IndeterminateThreshold IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers InfiniteLine InfinitePlane Infinity Infix InflationAdjust InflationMethod Information InformationData InformationDataGrid Inherited InheritScope InhomogeneousPoissonProcess InitialEvaluationHistory Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InitializationObjects InitializationValue Initialize InitialSeeding InlineCounterAssignments InlineCounterIncrements InlineRules Inner InnerPolygon InnerPolyhedron Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionFunction InsertionPointObject InsertLinebreaks InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Insphere Install InstallService InstanceNormalizationLayer InString Integer IntegerDigits IntegerExponent IntegerLength IntegerName IntegerPart IntegerPartitions IntegerQ IntegerReverse Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction Interpreter InterpretTemplate InterquartileRange Interrupt InterruptSettings IntersectingQ Intersection Interval IntervalIntersection IntervalMarkers IntervalMarkersStyle IntervalMemberQ IntervalSlider IntervalUnion Into Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHankelTransform InverseHaversine InverseImagePyramid InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InverseMellinTransform InversePermutation InverseRadon InverseRadonTransform InverseSeries InverseShortTimeFourier InverseSpectrogram InverseSurvivalFunction InverseTransformedRegion InverseWaveletTransform InverseWeierstrassP InverseWishartMatrixDistribution InverseZTransform Invisible InvisibleApplication InvisibleTimes IPAddress IrreduciblePolynomialQ IslandData IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemAspectRatio ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcessJaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join JoinAcross Joined JoinedCurve JoinedCurveBox JoinedCurveBoxOptions JoinForm JordanDecomposition JordanModelDecomposition JulianDate JuliaSetBoettcher JuliaSetIterationCount JuliaSetPlot JuliaSetPointsK KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KEdgeConnectedComponents KEdgeConnectedGraphQ KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelFunction KernelMixtureDistribution Kernels Ket Key KeyCollisionFunction KeyComplement KeyDrop KeyDropFrom KeyExistsQ KeyFreeQ KeyIntersection KeyMap KeyMemberQ KeypointStrength Keys KeySelect KeySort KeySortBy KeyTake KeyUnion KeyValueMap KeyValuePattern Khinchin KillProcess KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnapsackSolve KnightTourGraph KnotData KnownUnitQ KochCurve KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter KVertexConnectedComponents KVertexConnectedGraphQLABColor Label Labeled LabeledSlider LabelingFunction LabelingSize LabelStyle LabelVisibility LaguerreL LakeData LambdaComponents LambertW LaminaData LanczosWindow LandauDistribution Language LanguageCategory LanguageData LanguageIdentify LanguageOptions LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCHColor LCM LeaderSize LeafCount LeapYearQ LearnDistribution LearnedDistribution LearningRate LearningRateMultipliers LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessEqualThan LessFullEqual LessGreater LessLess LessSlantEqual LessThan LessTilde LetterCharacter LetterCounts LetterNumber LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryDataType LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox Line3DBoxOptions LinearFilter LinearFractionalOptimization LinearFractionalTransform LinearGradientImage LinearizingTransformationData LinearLayer LinearModelFit LinearOffsetFunction LinearOptimization LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBoxOptions LineBreak LinebreakAdjustments LineBreakChart LinebreakSemicolonWeighting LineBreakWithin LineColor LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRankCentrality LinkRead LinkReadHeld LinkReadyQ Links LinkService LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot ListDensityPlot3D Listen ListFormat ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListSliceContourPlot3D ListSliceDensityPlot3D ListSliceVectorPlot3D ListStepPlot ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalAdaptiveBinarize LocalCache LocalClusteringCoefficient LocalizeDefinitions LocalizeVariables LocalObject LocalObjects LocalResponseNormalizationLayer LocalSubmit LocalSymbol LocalTime LocalTimeZone LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogisticSigmoid LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongestOrderedSequence LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow LongShortTermMemoryLayer Lookup Loopback LoopFreeGraphQ LossFunction LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowerTriangularMatrixQ LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LunarEclipse LUVColor LyapunovSolve LyonsGroupLyMachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MailAddressValidation MailExecute MailFolder MailItem MailReceiverFunction MailResponseFunction MailSearch MailServerConnect MailServerConnection MailSettings MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules ManagedLibraryExpressionID ManagedLibraryExpressionQ MandelbrotSetBoettcher MandelbrotSetDistance MandelbrotSetIterationCount MandelbrotSetMemberQ MandelbrotSetPlot MangoldtLambda ManhattanDistance Manipulate Manipulator MannedSpaceMissionData MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarchenkoPasturDistribution MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicalFunctionData MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixNormalDistribution MatrixPlot MatrixPower MatrixPropertyDistribution MatrixQ MatrixRank MatrixTDistribution Max MaxBend MaxCellMeasure MaxColorDistance MaxDetect MaxDuration MaxExtraBandwidths MaxExtraConditions MaxFeatureDisplacement MaxFeatures MaxFilter MaximalBy Maximize MaxItems MaxIterations MaxLimit MaxMemoryUsed MaxMixtureKernels MaxOverlapFraction MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxTrainingRounds MaxValue MaxwellDistribution MaxWordGap McLaughlinGroupMcL Mean MeanAbsoluteLossLayer MeanAround MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter MeanSquaredLossLayer Median MedianDeviation MedianFilter MedicalTestData Medium MeijerG MeijerGReduce MeixnerDistribution MellinConvolve MellinTransform MemberQ MemoryAvailable MemoryConstrained MemoryConstraint MemoryInUse MengerMesh Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuList MenuPacket MenuSortingValue MenuStyle MenuView Merge MergeDifferences MergingFunction MersennePrimeExponent MersennePrimeExponentQ Mesh MeshCellCentroid MeshCellCount MeshCellHighlight MeshCellIndex MeshCellLabel MeshCellMarker MeshCellMeasure MeshCellQuality MeshCells MeshCellShapeFunction MeshCellStyle MeshCoordinates MeshFunctions MeshPrimitives MeshQualityGoal MeshRange MeshRefinementFunction MeshRegion MeshRegionQ MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageObject MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation MeteorShowerData Method MethodOptions MexicanHatWavelet MeyerWavelet Midpoint Min MinColorDistance MinDetect MineralData MinFilter MinimalBy MinimalPolynomial MinimalStateSpaceModel Minimize MinimumTimeIncrement MinIntervalSize MinkowskiQuestionMark MinLimit MinMax MinorPlanetData Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingBehavior MissingDataMethod MissingDataRules MissingQ MissingString MissingStyle MissingValuePattern MittagLefflerE MixedFractionParts MixedGraphQ MixedMagnitude MixedRadix MixedRadixQuantity MixedUnit MixtureDistribution Mod Modal Mode Modular ModularInverse ModularLambda Module Modulus MoebiusMu Molecule MoleculeContainsQ MoleculeEquivalentQ MoleculeGraph MoleculeModify MoleculePattern MoleculePlot MoleculePlot3D MoleculeProperty MoleculeQ MoleculeValue Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction MomentOfInertia Monday Monitor MonomialList MonomialOrder MonsterGroupM MoonPhase MoonPosition MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform MortalityData Most MountainData MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovieData MovingAverage MovingMap MovingMedian MoyalDistribution Multicolumn MultiedgeStyle MultigraphQ MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity MultiplySides Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistributionN NakagamiDistribution NameQ Names NamespaceBox NamespaceBoxOptions Nand NArgMax NArgMin NBernoulliB NBodySimulation NBodySimulationData NCache NDEigensystem NDEigenvalues NDSolve NDSolveValue Nearest NearestFunction NearestNeighborGraph NearestTo NebulaData NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeDefiniteMatrixQ NegativeIntegers NegativeMultinomialDistribution NegativeRationals NegativeReals NegativeSemidefiniteMatrixQ NeighborhoodData NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestGraph NestList NestWhile NestWhileList NetAppend NetBidirectionalOperator NetChain NetDecoder NetDelete NetDrop NetEncoder NetEvaluationMode NetExtract NetFlatten NetFoldOperator NetGraph NetInformation NetInitialize NetInsert NetInsertSharedArrays NetJoin NetMapOperator NetMapThreadOperator NetMeasurements NetModel NetNestOperator NetPairEmbeddingOperator NetPort NetPortGradient NetPrepend NetRename NetReplace NetReplacePart NetSharedArray NetStateObject NetTake NetTrain NetTrainResultsObject NetworkPacketCapture NetworkPacketRecording NetworkPacketRecordingDuring NetworkPacketTrace NeumannValue NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextCell NextDate NextPrime NextScheduledTaskTime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NightHemisphere NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants NondimensionalizationTransform None NoneTrue NonlinearModelFit NonlinearStateSpaceModel NonlocalMeansFilter NonNegative NonNegativeIntegers NonNegativeRationals NonNegativeReals NonPositive NonPositiveIntegers NonPositiveRationals NonPositiveReals Nor NorlundB Norm Normal NormalDistribution NormalGrouping NormalizationLayer Normalize Normalized NormalizedSquaredEuclideanDistance NormalMatrixQ NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookImport NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookTemplate NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde Nothing NotHumpDownHump NotHumpEqual NotificationFunction NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar Now NoWhitespace NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms NuclearExplosionData NuclearReactorData Null NullRecords NullSpace NullWords Number NumberCompose NumberDecompose NumberExpand NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberLinePlot NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator NumberSigns NumberString Numerator NumeratorDenominator NumericalOrder NumericalSort NumericArray NumericArrayQ NumericArrayType NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlotO ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OceanData Octahedron OddQ Off Offset OLEData On ONanGroupON Once OneIdentity Opacity OpacityFunction OpacityFunctionScaling Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionalElement OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering OrderingBy OrderingLayer Orderless OrderlessPatternSequence OrnsteinUhlenbeckProcess Orthogonalize OrthogonalMatrixQ Out Outer OuterPolygon OuterPolyhedron OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OverwriteTarget OwenT OwnValuesPackage PackingMethod PaddedForm Padding PaddingLayer PaddingSize PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageTheme PageWidth Pagination PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath PalindromeQ Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo Parallelepiped ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds Parallelogram ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParametricRegion ParentBox ParentCell ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParentNotebook ParetoDistribution ParetoPickandsDistribution ParkData Part PartBehavior PartialCorrelationFunction PartialD ParticleAcceleratorData ParticleData Partition PartitionGranularity PartitionsP PartitionsQ PartLayer PartOfSpeech PartProtection ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteAutoQuoteCharacters PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PeakDetect PeanoCurve PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PercentForm PerfectNumber PerfectNumberQ PerformanceGoal Perimeter PeriodicBoundaryCondition PeriodicInterpolation Periodogram PeriodogramArray Permanent Permissions PermissionsGroup PermissionsGroupMemberQ PermissionsGroups PermissionsKey PermissionsKeys PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PerpendicularBisector PersistenceLocation PersistenceTime PersistentObject PersistentObjects PersistentValue PersonData PERTDistribution PetersenGraph PhaseMargins PhaseRange PhysicalSystemData Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest PingTime Pink PitchRecognize Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarAngle PlanarGraph PlanarGraphQ PlanckRadiationLaw PlaneCurveData PlanetaryMoonData PlanetData PlantData Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLabels PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangeClipPlanesStyle PlotRangePadding PlotRegion PlotStyle PlotTheme Pluralize Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox Point3DBoxOptions PointBox PointBoxOptions PointFigureChart PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonalNumber PolygonAngle PolygonBox PolygonBoxOptions PolygonCoordinates PolygonDecomposition PolygonHoleScale PolygonIntersections PolygonScale Polyhedron PolyhedronAngle PolyhedronCoordinates PolyhedronData PolyhedronDecomposition PolyhedronGenus PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PoolingLayer PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position PositionIndex Positive PositiveDefiniteMatrixQ PositiveIntegers PositiveRationals PositiveReals PositiveSemidefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList PowerRange PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement Predict PredictionRoot PredictorFunction PredictorInformation PredictorMeasurements PredictorMeasurementsObject PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependLayer PrependTo PreprocessingRules PreserveColor PreserveImageOptions Previous PreviousCell PreviousDate PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitivePolynomialQ PrimitiveRoot PrimitiveRootList PrincipalComponents PrincipalValue Print PrintableASCIIQ PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment Printout3D Printout3DPreviewer PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateKey PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessConnection ProcessDirectory ProcessEnvironment Processes ProcessEstimator ProcessInformation ProcessObject ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessStatus ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm ProofObject Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse PsychrometricPropertyData PublicKey PublisherID PulsarData PunctuationCharacter Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptionsQBinomial QFactorial QGamma QHypergeometricPFQ QnDispersion QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ QuadraticOptimization Quantile QuantilePlot Quantity QuantityArray QuantityDistribution QuantityForm QuantityMagnitude QuantityQ QuantityUnit QuantityVariable QuantityVariableCanonicalUnit QuantityVariableDimensions QuantityVariableIdentifier QuantityVariablePhysicalQuantity Quartics QuartileDeviation Quartiles QuartileSkewness Query QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainderRadialGradientImage RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RadonTransform RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Ramp Random RandomChoice RandomColor RandomComplex RandomEntity RandomFunction RandomGeoPosition RandomGraph RandomImage RandomInstance RandomInteger RandomPermutation RandomPoint RandomPolygon RandomPolyhedron RandomPrime RandomReal RandomSample RandomSeed RandomSeeding RandomVariate RandomWalkProcess RandomWord Range RangeFilter RangeSpecification RankedMax RankedMin RarerProbability Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadByteArray ReadLine ReadList ReadProtected ReadString Real RealAbs RealBlockDiagonalForm RealDigits RealExponent Reals RealSign Reap RecognitionPrior RecognitionThreshold Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RectangularRepeatingElement RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate Region RegionBinarize RegionBoundary RegionBounds RegionCentroid RegionDifference RegionDimension RegionDisjoint RegionDistance RegionDistanceFunction RegionEmbeddingDimension RegionEqual RegionFunction RegionImage RegionIntersection RegionMeasure RegionMember RegionMemberFunction RegionMoment RegionNearest RegionNearestFunction RegionPlot RegionPlot3D RegionProduct RegionQ RegionResize RegionSize RegionSymmetricDifference RegionUnion RegionWithin RegisterExternalEvaluator RegularExpression Regularization RegularlySampledQ RegularPolygon ReIm ReImLabels ReImPlot ReImStyle Reinstall RelationalDatabase RelationGraph Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot RemoteAuthorizationCaching RemoteConnect RemoteConnectionObject RemoteFile RemoteRun RemoteRunProcess Remove RemoveAlphaChannel RemoveAsynchronousTask RemoveAudioStream RemoveBackground RemoveChannelListener RemoveChannelSubscribers Removed RemoveDiacritics RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RemoveUsers RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart RepairMesh Repeated RepeatedNull RepeatedString RepeatedTiming RepeatingElement Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated ReplicateLayer RequiredPhysicalQuantities Resampling ResamplingAlgorithmData ResamplingMethod Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask ReshapeLayer Residue ResizeLayer Resolve ResourceAcquire ResourceData ResourceFunction ResourceObject ResourceRegister ResourceRemove ResourceSearch ResourceSubmissionObject ResourceSubmit ResourceSystemBase ResourceUpdate ResponseForm Rest RestartInterval Restricted Resultant ResumePacket Return ReturnEntersInput ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnReceiptFunction ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseSort ReverseSortBy ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ RiemannXi Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightComposition RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity RollPitchYawAngles RollPitchYawMatrix RomanNumeral Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RSolveValue RudinShapiro RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulePlot RulerUnits Run RunProcess RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilaritySameQ SameTest SampledEntityClass SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SASTriangle SatelliteData SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveConnection SaveDefinitions SavitzkyGolayMatrix SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTask ScheduledTaskActiveQ ScheduledTaskInformation ScheduledTaskInformationData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScientificNotationThreshold ScorerGi ScorerGiPrime ScorerHi ScorerHiPrime ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptForm ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition SearchAdjustment SearchIndexObject SearchIndices SearchQueryString SearchResultObject Sec Sech SechDistribution SecondOrderConeOptimization SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SecuredAuthenticationKey SecuredAuthenticationKeys SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook SelectFirst Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemanticImport SemanticImportString SemanticInterpretation SemialgebraicComponentInstances SemidefiniteOptimization SendMail SendMessage Sequence SequenceAlignment SequenceAttentionLayer SequenceCases SequenceCount SequenceFold SequenceFoldList SequenceForm SequenceHold SequenceLastLayer SequenceMostLayer SequencePosition SequencePredict SequencePredictorFunction SequenceReplace SequenceRestLayer SequenceReverseLayer SequenceSplit Series SeriesCoefficient SeriesData ServiceConnect ServiceDisconnect ServiceExecute ServiceObject ServiceRequest ServiceResponse ServiceSubmit SessionSubmit SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetCloudDirectory SetCookies SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPermissions SetPrecision SetProperty SetSecuredAuthenticationKey SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemModel SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetUsers SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share SharingList Sharpen ShearingMatrix ShearingTransform ShellRegion ShenCastanMatrix ShiftedGompertzDistribution ShiftRegisterSequence Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortTimeFourier ShortTimeFourierData ShortUpArrow Show ShowAutoConvert ShowAutoSpellCheck ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowCodeAssist ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiderealTime SiegelTheta SiegelTukeyTest SierpinskiCurve SierpinskiMesh Sign Signature SignedRankTest SignedRegionDistance SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ SimplePolygonQ SimplePolyhedronQ Simplex Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution SkinStyle Skip SliceContourPlot3D SliceDensityPlot3D SliceDistribution SliceVectorPlot3D Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDecomposition SmithDelayCompensator SmithWatermanSimilarity SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SnDispersion Snippet SnubPolyhedron SocialMediaData Socket SocketConnect SocketListen SocketListener SocketObject SocketOpen SocketReadMessage SocketReadyQ Sockets SocketWaitAll SocketWaitNext SoftmaxLayer SokalSneathDissimilarity SolarEclipse SolarSystemFeatureData SolidAngle SolidData SolidRegionQ Solve SolveAlways SolveDelayed Sort SortBy SortedBy SortedEntityClass Sound SoundAndGraphics SoundNote SoundVolume SourceLink Sow Space SpaceCurveData SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution SpatialMedian SpatialTransformationLayer Speak SpeakTextPacket SpearmanRankTest SpearmanRho SpeciesData SpecificityGoal SpectralLineData Spectrogram SpectrogramArray Specularity SpeechRecognize SpeechSynthesize SpellingCorrection SpellingCorrectionList SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SpherePoints SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SphericalShell SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquareMatrixQ SquareRepeatingElement SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave SSSTriangle StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackedDateListPlot StackedListPlot StackInhibit StadiumShape StandardAtmosphereData StandardDeviation StandardDeviationFilter StandardForm Standardize Standardized StandardOceanData StandbyDistribution Star StarClusterData StarData StarGraph StartAsynchronousTask StartExternalSession StartingStepSize StartOfLine StartOfString StartProcess StartScheduledTask StartupSound StartWebSession StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StateTransformationLinearize StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StereochemistryElements StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StoppingPowerData StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamMarkers StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringContainsQ StringCount StringDelete StringDrop StringEndsQ StringExpression StringExtract StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPadLeft StringPadRight StringPart StringPartition StringPosition StringQ StringRepeat StringReplace StringReplaceList StringReplacePart StringReverse StringRiffle StringRotateLeft StringRotateRight StringSkeleton StringSplit StringStartsQ StringTake StringTemplate StringToByteArray StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleData StyleDefinitions StyleForm StyleHints StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subdivide Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subsequences Subset SubsetEqual SubsetMap SubsetQ Subsets SubStar SubstitutionSystem Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubtractSides SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde Success SuchThat Sum SumConvergence SummationLayer Sunday SunPosition Sunrise Sunset SuperDagger SuperMinus SupernovaData SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceArea SurfaceColor SurfaceData SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricKey SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Synonyms Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SynthesizeMissingValues SystemDialogInput SystemException SystemGet SystemHelpPath SystemInformation SystemInformationData SystemInstall SystemModel SystemModeler SystemModelExamples SystemModelLinearize SystemModelParametricSimulate SystemModelPlot SystemModelProgressReporting SystemModelReliability SystemModels SystemModelSimulate SystemModelSimulateSensitivity SystemModelSimulationData SystemOpen SystemOptions SystemProcessData SystemProcesses SystemsConnectionsModel SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelLinearity SystemsModelMerge SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemsModelVectorRelativeOrders SystemStub SystemTestTab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TableViewBoxBackground TableViewBoxOptions TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeDrop TakeLargest TakeLargestBy TakeList TakeSmallest TakeSmallestBy TakeWhile Tally Tan Tanh TargetDevice TargetFunctions TargetSystem TargetUnits TaskAbort TaskExecute TaskObject TaskRemove TaskResume Tasks TaskSuspend TaskWait TautologyQ TelegraphProcess TemplateApply TemplateArgBox TemplateBox TemplateBoxOptions TemplateEvaluate TemplateExpression TemplateIf TemplateObject TemplateSequence TemplateSlot TemplateSlotSequence TemplateUnevaluated TemplateVerbatim TemplateWith TemporalData TemporalRegularity Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge TestID TestReport TestReportObject TestResultObject Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCases TextCell TextClipboardType TextContents TextData TextElement TextForm TextGrid TextJustification TextLine TextPacket TextParagraph TextPosition TextRecognize TextSearch TextSearchReport TextSentences TextString TextStructure TextStyle TextTranslation Texture TextureCoordinateFunction TextureCoordinateScaling TextWords Therefore ThermodynamicData ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreadingLayer ThreeJSymbol Threshold Through Throw ThueMorse Thumbnail Thursday Ticks TicksStyle TideData Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint TimeDirection TimeFormat TimeGoal TimelinePlot TimeObject TimeObjectQ Times TimesBy TimeSeries TimeSeriesAggregate TimeSeriesForecast TimeSeriesInsert TimeSeriesInvertibility TimeSeriesMap TimeSeriesMapThread TimeSeriesModel TimeSeriesModelFit TimeSeriesResample TimeSeriesRescale TimeSeriesShift TimeSeriesThread TimeSeriesWindow TimeUsed TimeValue TimeWarpingCorrespondence TimeWarpingDistance TimeZone TimeZoneConvert TimeZoneOffset Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate Today ToDiscreteTimeModel ToEntity ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase Tomorrow ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform ToPolarCoordinates TopologicalSort ToRadicals ToRules ToSphericalCoordinates ToString Total TotalHeight TotalLayer TotalVariationFilter TotalWidth TouchPosition TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TrackingFunction TracyWidomDistribution TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TrainingProgressCheckpointing TrainingProgressFunction TrainingProgressMeasurements TrainingProgressReporting TrainingStoppingCriterion TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationClass TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField TransformedProcess TransformedRegion TransitionDirection TransitionDuration TransitionEffect TransitiveClosureGraph TransitiveReductionGraph Translate TranslationOptions TranslationTransform Transliterate Transparent TransparentColor Transpose TransposeLayer TrapSelection TravelDirections TravelDirectionsData TravelDistance TravelDistanceList TravelMethod TravelTime TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle Triangle TriangleCenter TriangleConstruct TriangleMeasurement TriangleWave TriangularDistribution TriangulateMesh Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean TrimmedVariance TropicalStormData True TrueQ TruncatedDistribution TruncatedPolyhedron TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBoxOptions TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow TunnelData Tuples TuranGraph TuringMachine TuttePolynomial TwoWayRule Typed TypeSpecifierUnateQ Uncompress UnconstrainedParameters Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UnderseaFeatureData UndirectedEdge UndirectedGraph UndirectedGraphQ UndoOptions UndoTrackedVariables Unequal UnequalTo Unevaluated UniformDistribution UniformGraphDistribution UniformPolyhedron UniformSumDistribution Uninstall Union UnionPlus Unique UnitaryMatrixQ UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitSystem UnitTriangle UnitVector UnitVectorLayer UnityDimensions UniverseModelData UniversityData UnixTime Unprotect UnregisterExternalEvaluator UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpdateSearchIndex UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize UpperTriangularMatrixQ Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpTo UpValues URL URLBuild URLDecode URLDispatcher URLDownload URLDownloadSubmit URLEncode URLExecute URLExpand URLFetch URLFetchAsynchronous URLParse URLQueryDecode URLQueryEncode URLRead URLResponseTime URLSave URLSaveAsynchronous URLShorten URLSubmit UseGraphicsRange UserDefinedWavelet Using UsingFrontEnd UtilityFunctionV2Get ValenceErrorHandling ValidationLength ValidationSet Value ValueBox ValueBoxOptions ValueDimensions ValueForm ValuePreprocessingFunction ValueQ Values ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorAround VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorGreater VectorGreaterEqual VectorLess VectorLessEqual VectorMarkers VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerificationTest VerifyConvergence VerifyDerivedKey VerifyDigitalSignature VerifyInterpretation VerifySecurityCertificates VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexContract VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight VertexWeightedGraphQ Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewProjection ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoiceStyleData VoigtDistribution VolcanoData Volume VonMisesDistribution VoronoiMeshWaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WarpingCorrespondence WarpingDistance WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeatherForecastData WebAudioSearch WebElementObject WeberE WebExecute WebImage WebImageSearch WebSearch WebSessionObject WebSessions WebWindowObject Wedge Wednesday WeibullDistribution WeierstrassE1 WeierstrassE2 WeierstrassE3 WeierstrassEta1 WeierstrassEta2 WeierstrassEta3 WeierstrassHalfPeriods WeierstrassHalfPeriodW1 WeierstrassHalfPeriodW2 WeierstrassHalfPeriodW3 WeierstrassInvariantG2 WeierstrassInvariantG3 WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White WhiteNoiseProcess WhitePoint Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WikipediaData WikipediaSearch WilksW WilksWTest WindDirectionData WindingCount WindingPolygon WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowPersistentStyles WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth WindSpeedData WindVectorData WinsorizedMean WinsorizedVariance WishartMatrixDistribution With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult WolframLanguageData Word WordBoundary WordCharacter WordCloud WordCount WordCounts WordData WordDefinition WordFrequency WordFrequencyData WordList WordOrientation WordSearch WordSelectionFunction WordSeparators WordSpacings WordStem WordTranslation WorkingPrecision WrapAround Write WriteLine WriteString WronskianXMLElement XMLObject XMLTemplate Xnor Xor XYZColorYellow Yesterday YuleDissimilarityZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZIPCodeData ZipfDistribution ZoomCenter ZoomFactor ZTest ZTransform$Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AllowExternalChannelFunctions $AssertFunction $Assumptions $AsynchronousTask $AudioInputDevices $AudioOutputDevices $BaseDirectory $BatchInput $BatchOutput $BlockchainBase $BoxForms $ByteOrdering $CacheBaseDirectory $Canceled $ChannelBase $CharacterEncoding $CharacterEncodings $CloudBase $CloudConnected $CloudCreditsAvailable $CloudEvaluation $CloudExpressionBase $CloudObjectNameFormat $CloudObjectURLType $CloudRootDirectory $CloudSymbolBase $CloudUserID $CloudUserUUID $CloudVersion $CloudVersionNumber $CloudWolframEngineVersionNumber $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $Cookies $CookieStore $CreationDate $CurrentLink $CurrentTask $CurrentWebSession $DateStringFormat $DefaultAudioInputDevice $DefaultAudioOutputDevice $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultLocalBase $DefaultMailbox $DefaultNetworkInterface $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $EmbedCodeEnvironments $EmbeddableServices $EntityStores $Epilog $EvaluationCloudBase $EvaluationCloudObject $EvaluationEnvironment $ExportFormats $Failed $FinancialDataSource $FontFamilies $FormatType $FrontEnd $FrontEndSession $GeoEntityTypes $GeoLocation $GeoLocationCity $GeoLocationCountry $GeoLocationPrecision $GeoLocationSource $HistoryLength $HomeDirectory $HTMLExportRules $HTTPCookies $HTTPRequest $IgnoreEOF $ImageFormattingWidth $ImagingDevice $ImagingDevices $ImportFormats $IncomingMailSettings $InitialDirectory $Initialization $InitializationContexts $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $InterpreterTypes $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $LocalBase $LocalSymbolBase $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $MobilePhone $ModuleNumber $NetworkConnected $NetworkInterfaces $NetworkLicense $NewMessage $NewSymbol $Notebooks $NoValue $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $Permissions $PermissionsGroupBase $PersistenceBase $PersistencePath $PipeSupported $PlotTheme $Post $Pre $PreferencesDirectory $PreInitialization $PrePrint $PreRead $PrintForms $PrintLiteral $Printout3DPreviewer $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $PublisherID $RandomState $RecursionLimit $RegisteredDeviceClasses $RegisteredUserName $ReleaseNumber $RequesterAddress $RequesterWolframID $RequesterWolframUUID $ResourceSystemBase $RootDirectory $ScheduledTask $ScriptCommandLine $ScriptInputString $SecuredAuthenticationKeyTokens $ServiceCreditsAvailable $Services $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SourceLink $SSHAuthentication $SummaryBoxDataSizeLimit $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemMemory $SystemShell $SystemTimeZone $SystemWordLength $TemplatePath $TemporaryDirectory $TemporaryPrefix $TestFileName $TextStyle $TimedOut $TimeUnit $TimeZone $TimeZoneEntity $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $UnitSystem $Urgent $UserAddOnsDirectory $UserAgentLanguages $UserAgentMachine $UserAgentName $UserAgentOperatingSystem $UserAgentString $UserAgentVersion $UserBaseDirectory $UserDocumentsDirectory $Username $UserName $UserURLBase $Version $VersionNumber $VoiceStyles $WolframID $WolframUUID\\\",c:[e.C(\\\"\\\\\\\\(\\\\\\\\*\\\",\\\"\\\\\\\\*\\\\\\\\)\\\",{c:[\\\"self\\\"]}),e.QSM,e.CNM]}});hljs.registerLanguage(\\\"vim\\\",function(e){return{l:/[!#@\\\\w]+/,k:{keyword:\\\"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank\\\",built_in:\\\"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp\\\"},i:/;/,c:[e.NM,{cN:\\\"string\\\",b:\\\"'\\\",e:\\\"'\\\",i:\\\"\\\\\\\\n\\\"},{cN:\\\"string\\\",b:/\\\"(\\\\\\\\\\\"|\\\\n\\\\\\\\|[^\\\"\\\\n])*\\\"/},e.C('\\\"',\\\"$\\\"),{cN:\\\"variable\\\",b:/[bwtglsav]:[\\\\w\\\\d_]*/},{cN:\\\"function\\\",bK:\\\"function function!\\\",e:\\\"$\\\",relevance:0,c:[e.TM,{cN:\\\"params\\\",b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\"}]},{cN:\\\"symbol\\\",b:/\u003C[\\\\w-]+>/}]}});hljs.registerLanguage(\\\"makefile\\\",function(e){var i={cN:\\\"variable\\\",v:[{b:\\\"\\\\\\\\$\\\\\\\\(\\\"+e.UIR+\\\"\\\\\\\\)\\\",c:[e.BE]},{b:/\\\\$[@%\u003C?\\\\^\\\\+\\\\*]/}]},r={cN:\\\"string\\\",b:/\\\"/,e:/\\\"/,c:[e.BE,i]},a={cN:\\\"variable\\\",b:/\\\\$\\\\([\\\\w-]+\\\\s/,e:/\\\\)/,k:{built_in:\\\"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value\\\"},c:[i]},n={b:\\\"^\\\"+e.UIR+\\\"\\\\\\\\s*(?=[:+?]?=)\\\"},t={cN:\\\"section\\\",b:/^[^\\\\s]+:/,e:/$/,c:[i]};return{aliases:[\\\"mk\\\",\\\"mak\\\"],k:\\\"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath\\\",l:/[\\\\w-]+/,c:[e.HCM,i,r,a,n,{cN:\\\"meta\\\",b:/^\\\\.PHONY:/,e:/$/,k:{\\\"meta-keyword\\\":\\\".PHONY\\\"},l:/[\\\\.\\\\w]+/},t]}});hljs.registerLanguage(\\\"objectivec\\\",function(e){var t=/[a-zA-Z@][a-zA-Z0-9_]*/,i=\\\"@interface @class @protocol @implementation\\\";return{aliases:[\\\"mm\\\",\\\"objc\\\",\\\"obj-c\\\"],k:{keyword:\\\"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN\\\",literal:\\\"false true FALSE TRUE nil YES NO NULL\\\",built_in:\\\"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once\\\"},l:t,i:\\\"\u003C/\\\",c:[{cN:\\\"built_in\\\",b:\\\"\\\\\\\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\\\\\\\w+\\\"},e.CLCM,e.CBCM,e.CNM,e.QSM,e.ASM,{cN:\\\"string\\\",v:[{b:'@\\\"',e:'\\\"',i:\\\"\\\\\\\\n\\\",c:[e.BE]}]},{cN:\\\"meta\\\",b:/#\\\\s*[a-z]+\\\\b/,e:/$/,k:{\\\"meta-keyword\\\":\\\"if else elif endif define undef warning error line pragma ifdef ifndef include\\\"},c:[{b:/\\\\\\\\\\\\n/,relevance:0},e.inherit(e.QSM,{cN:\\\"meta-string\\\"}),{cN:\\\"meta-string\\\",b:/\u003C.*?>/,e:/$/,i:\\\"\\\\\\\\n\\\"},e.CLCM,e.CBCM]},{cN:\\\"class\\\",b:\\\"(\\\"+i.split(\\\" \\\").join(\\\"|\\\")+\\\")\\\\\\\\b\\\",e:\\\"({|$)\\\",eE:!0,k:i,l:t,c:[e.UTM]},{b:\\\"\\\\\\\\.\\\"+e.UIR,relevance:0}]}});hljs.registerLanguage(\\\"shell\\\",function(s){return{aliases:[\\\"console\\\"],c:[{cN:\\\"meta\\\",b:\\\"^\\\\\\\\s{0,3}[/\\\\\\\\w\\\\\\\\d\\\\\\\\[\\\\\\\\]()@-]*[>%$#]\\\",starts:{e:\\\"$\\\",sL:\\\"bash\\\"}}]}});hljs.registerLanguage(\\\"erlang\\\",function(e){var r=\\\"[a-z'][a-zA-Z0-9_']*\\\",c=\\\"(\\\"+r+\\\":\\\"+r+\\\"|\\\"+r+\\\")\\\",n={keyword:\\\"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor\\\",literal:\\\"false true\\\"},a=e.C(\\\"%\\\",\\\"$\\\"),b={cN:\\\"number\\\",b:\\\"\\\\\\\\b(\\\\\\\\d+#[a-fA-F0-9]+|\\\\\\\\d+(\\\\\\\\.\\\\\\\\d+)?([eE][-+]?\\\\\\\\d+)?)\\\",relevance:0},i={b:\\\"fun\\\\\\\\s+\\\"+r+\\\"/\\\\\\\\d+\\\"},l={b:c+\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",rB:!0,relevance:0,c:[{b:c,relevance:0},{b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",eW:!0,rE:!0,relevance:0}]},d={b:\\\"{\\\",e:\\\"}\\\",relevance:0},o={b:\\\"\\\\\\\\b_([A-Z][A-Za-z0-9_]*)?\\\",relevance:0},t={b:\\\"[A-Z][a-zA-Z0-9_]*\\\",relevance:0},v={b:\\\"#\\\"+e.UIR,relevance:0,rB:!0,c:[{b:\\\"#\\\"+e.UIR,relevance:0},{b:\\\"{\\\",e:\\\"}\\\",relevance:0}]},f={bK:\\\"fun receive if try case\\\",e:\\\"end\\\",k:n};f.c=[a,i,e.inherit(e.ASM,{cN:\\\"\\\"}),f,l,e.QSM,b,d,o,t,v];var s=[a,i,f,l,e.QSM,b,d,o,t,v];l.c[1].c=s,d.c=s;var u={cN:\\\"params\\\",b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",c:v.c[1].c=s};return{aliases:[\\\"erl\\\"],k:n,i:\\\"(\u003C/|\\\\\\\\*=|\\\\\\\\+=|-=|/\\\\\\\\*|\\\\\\\\*/|\\\\\\\\(\\\\\\\\*|\\\\\\\\*\\\\\\\\))\\\",c:[{cN:\\\"function\\\",b:\\\"^\\\"+r+\\\"\\\\\\\\s*\\\\\\\\(\\\",e:\\\"->\\\",rB:!0,i:\\\"\\\\\\\\(|#|//|/\\\\\\\\*|\\\\\\\\\\\\\\\\|:|;\\\",c:[u,e.inherit(e.TM,{b:r})],starts:{e:\\\";|\\\\\\\\.\\\",k:n,c:s}},a,{b:\\\"^-\\\",e:\\\"\\\\\\\\.\\\",relevance:0,eE:!0,rB:!0,l:\\\"-\\\"+e.IR,k:\\\"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec\\\",c:[u]},b,e.QSM,v,o,t,d,{b:/\\\\.$/}]}});hljs.registerLanguage(\\\"powershell\\\",function(e){var t={keyword:\\\"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter\\\"},n={b:\\\"`[\\\\\\\\s\\\\\\\\S]\\\",relevance:0},c={cN:\\\"variable\\\",v:[{b:/\\\\$\\\\B/},{cN:\\\"keyword\\\",b:/\\\\$this/},{b:/\\\\$[\\\\w\\\\d][\\\\w\\\\d_:]*/}]},i={cN:\\\"string\\\",v:[{b:/\\\"/,e:/\\\"/},{b:/@\\\"/,e:/^\\\"@/}],c:[n,c,{cN:\\\"variable\\\",b:/\\\\$[A-z]/,e:/[^A-z]/}]},a={cN:\\\"string\\\",v:[{b:/'/,e:/'/},{b:/@'/,e:/^'@/}]},r=e.inherit(e.C(null,null),{v:[{b:/#/,e:/$/},{b:/\u003C#/,e:/#>/}],c:[{cN:\\\"doctag\\\",v:[{b:/\\\\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{b:/\\\\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\\\\s+\\\\S+/}]}]}),o={cN:\\\"built_in\\\",v:[{b:\\\"(\\\".concat(\\\"Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|New|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Complete|Confirm|Deny|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where\\\",\\\")+(-)[\\\\\\\\w\\\\\\\\d]+\\\")}]},l={cN:\\\"class\\\",bK:\\\"class enum\\\",e:/\\\\s*[{]/,eE:!0,relevance:0,c:[e.TM]},s={cN:\\\"function\\\",b:/function\\\\s+/,e:/\\\\s*\\\\{|$/,eE:!0,rB:!0,relevance:0,c:[{b:\\\"function\\\",relevance:0,cN:\\\"keyword\\\"},{cN:\\\"title\\\",b:/\\\\w[\\\\w\\\\d]*((-)[\\\\w\\\\d]+)*/,relevance:0},{b:/\\\\(/,e:/\\\\)/,cN:\\\"params\\\",relevance:0,c:[c]}]},p={b:/using\\\\s/,e:/$/,rB:!0,c:[i,a,{cN:\\\"keyword\\\",b:/(using|assembly|command|module|namespace|type)/}]},b={v:[{cN:\\\"operator\\\",b:\\\"(\\\".concat(\\\"-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor\\\",\\\")\\\\\\\\b\\\")},{cN:\\\"literal\\\",b:/(-)[\\\\w\\\\d]+/,relevance:0}]},d={cN:\\\"function\\\",b:/\\\\[.*\\\\]\\\\s*[\\\\w]+[ ]??\\\\(/,e:/$/,rB:!0,relevance:0,c:[{cN:\\\"keyword\\\",b:\\\"(\\\".concat(t.keyword.toString().replace(/\\\\s/g,\\\"|\\\"),\\\")\\\\\\\\b\\\"),endsParent:!0,relevance:0},e.inherit(e.TM,{endsParent:!0})]},u=[d,r,n,e.NM,i,a,o,c,{cN:\\\"literal\\\",b:/\\\\$(null|true|false)\\\\b/},{cN:\\\"selector-tag\\\",b:/\\\\@\\\\B/,relevance:0}],m={b:/\\\\[/,e:/\\\\]/,eB:!0,eE:!0,relevance:0,c:[].concat(\\\"self\\\",u,{b:\\\"(\\\"+[\\\"string\\\",\\\"char\\\",\\\"byte\\\",\\\"int\\\",\\\"long\\\",\\\"bool\\\",\\\"decimal\\\",\\\"single\\\",\\\"double\\\",\\\"DateTime\\\",\\\"xml\\\",\\\"array\\\",\\\"hashtable\\\",\\\"void\\\"].join(\\\"|\\\")+\\\")\\\",cN:\\\"built_in\\\",relevance:0},{cN:\\\"type\\\",b:/[\\\\.\\\\w\\\\d]+/,relevance:0})};return d.c.unshift(m),{aliases:[\\\"ps\\\",\\\"ps1\\\"],l:/-?[A-z\\\\.\\\\-]+/,cI:!0,k:t,c:u.concat(l,s,p,b,m)}});hljs.registerLanguage(\\\"typescript\\\",function(e){var r=\\\"[A-Za-z$_][0-9A-Za-z$_]*\\\",t={keyword:\\\"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class public private protected get set super static implements enum export import declare type namespace abstract as from extends async await\\\",literal:\\\"true false null undefined NaN Infinity\\\",built_in:\\\"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document any number boolean string void Promise\\\"},n={cN:\\\"meta\\\",b:\\\"@\\\"+r},a={b:\\\"\\\\\\\\(\\\",e:/\\\\)/,k:t,c:[\\\"self\\\",e.QSM,e.ASM,e.NM]},c={cN:\\\"params\\\",b:/\\\\(/,e:/\\\\)/,eB:!0,eE:!0,k:t,c:[e.CLCM,e.CBCM,n,a]},s={cN:\\\"number\\\",v:[{b:\\\"\\\\\\\\b(0[bB][01]+)n?\\\"},{b:\\\"\\\\\\\\b(0[oO][0-7]+)n?\\\"},{b:e.CNR+\\\"n?\\\"}],relevance:0},o={cN:\\\"subst\\\",b:\\\"\\\\\\\\$\\\\\\\\{\\\",e:\\\"\\\\\\\\}\\\",k:t,c:[]},i={b:\\\"html`\\\",e:\\\"\\\",starts:{e:\\\"`\\\",rE:!1,c:[e.BE,o],sL:\\\"xml\\\"}},l={b:\\\"css`\\\",e:\\\"\\\",starts:{e:\\\"`\\\",rE:!1,c:[e.BE,o],sL:\\\"css\\\"}},b={cN:\\\"string\\\",b:\\\"`\\\",e:\\\"`\\\",c:[e.BE,o]};return o.c=[e.ASM,e.QSM,i,l,b,s,e.RM],{aliases:[\\\"ts\\\"],k:t,c:[{cN:\\\"meta\\\",b:/^\\\\s*['\\\"]use strict['\\\"]/},e.ASM,e.QSM,i,l,b,e.CLCM,e.CBCM,s,{b:\\\"(\\\"+e.RSR+\\\"|\\\\\\\\b(case|return|throw)\\\\\\\\b)\\\\\\\\s*\\\",k:\\\"return throw case\\\",c:[e.CLCM,e.CBCM,e.RM,{cN:\\\"function\\\",b:\\\"(\\\\\\\\(.*?\\\\\\\\)|\\\"+e.IR+\\\")\\\\\\\\s*=>\\\",rB:!0,e:\\\"\\\\\\\\s*=>\\\",c:[{cN:\\\"params\\\",v:[{b:e.IR},{b:/\\\\(\\\\s*\\\\)/},{b:/\\\\(/,e:/\\\\)/,eB:!0,eE:!0,k:t,c:[\\\"self\\\",e.CLCM,e.CBCM]}]}]}],relevance:0},{cN:\\\"function\\\",bK:\\\"function\\\",e:/[\\\\{;]/,eE:!0,k:t,c:[\\\"self\\\",e.inherit(e.TM,{b:r}),c],i:/%/,relevance:0},{bK:\\\"constructor\\\",e:/[\\\\{;]/,eE:!0,c:[\\\"self\\\",c]},{b:/module\\\\./,k:{built_in:\\\"module\\\"},relevance:0},{bK:\\\"module\\\",e:/\\\\{/,eE:!0},{bK:\\\"interface\\\",e:/\\\\{/,eE:!0,k:\\\"interface extends\\\"},{b:/\\\\$[(.]/},{b:\\\"\\\\\\\\.\\\"+e.IR,relevance:0},n,a]}});hljs.registerLanguage(\\\"fortran\\\",function(e){return{cI:!0,aliases:[\\\"f90\\\",\\\"f95\\\"],k:{literal:\\\".False. .True.\\\",keyword:\\\"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then block endblock public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data\\\",built_in:\\\"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image\\\"},i:/\\\\/\\\\*/,c:[e.inherit(e.ASM,{cN:\\\"string\\\",relevance:0}),e.inherit(e.QSM,{cN:\\\"string\\\",relevance:0}),{cN:\\\"function\\\",bK:\\\"subroutine function program\\\",i:\\\"[${=\\\\\\\\n]\\\",c:[e.UTM,{cN:\\\"params\\\",b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\"}]},e.C(\\\"!\\\",\\\"$\\\",{relevance:0}),{cN:\\\"number\\\",b:\\\"(?=\\\\\\\\b|\\\\\\\\+|\\\\\\\\-|\\\\\\\\.)(?=\\\\\\\\.\\\\\\\\d|\\\\\\\\d)(?:\\\\\\\\d+)?(?:\\\\\\\\.?\\\\\\\\d*)(?:[de][+-]?\\\\\\\\d+)?\\\\\\\\b\\\\\\\\.?\\\",relevance:0}]}});hljs.registerLanguage(\\\"php\\\",function(e){var c={b:\\\"\\\\\\\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*\\\"},i={cN:\\\"meta\\\",b:/\u003C\\\\?(php)?|\\\\?>/},t={cN:\\\"string\\\",c:[e.BE,i],v:[{b:'b\\\"',e:'\\\"'},{b:\\\"b'\\\",e:\\\"'\\\"},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},a={v:[e.BNM,e.CNM]};return{aliases:[\\\"php\\\",\\\"php3\\\",\\\"php4\\\",\\\"php5\\\",\\\"php6\\\",\\\"php7\\\"],cI:!0,k:\\\"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally\\\",c:[e.HCM,e.C(\\\"//\\\",\\\"$\\\",{c:[i]}),e.C(\\\"/\\\\\\\\*\\\",\\\"\\\\\\\\*/\\\",{c:[{cN:\\\"doctag\\\",b:\\\"@[A-Za-z]+\\\"}]}),e.C(\\\"__halt_compiler.+?;\\\",!1,{eW:!0,k:\\\"__halt_compiler\\\",l:e.UIR}),{cN:\\\"string\\\",b:/\u003C\u003C\u003C['\\\"]?\\\\w+['\\\"]?$/,e:/^\\\\w+;?$/,c:[e.BE,{cN:\\\"subst\\\",v:[{b:/\\\\$\\\\w+/},{b:/\\\\{\\\\$/,e:/\\\\}/}]}]},i,{cN:\\\"keyword\\\",b:/\\\\$this\\\\b/},c,{b:/(::|->)+[a-zA-Z_\\\\x7f-\\\\xff][a-zA-Z0-9_\\\\x7f-\\\\xff]*/},{cN:\\\"function\\\",bK:\\\"function\\\",e:/[;{]/,eE:!0,i:\\\"\\\\\\\\$|\\\\\\\\[|%\\\",c:[e.UTM,{cN:\\\"params\\\",b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",c:[\\\"self\\\",c,e.CBCM,t,a]}]},{cN:\\\"class\\\",bK:\\\"class interface\\\",e:\\\"{\\\",eE:!0,i:/[:\\\\(\\\\$\\\"]/,c:[{bK:\\\"extends implements\\\"},e.UTM]},{bK:\\\"namespace\\\",e:\\\";\\\",i:/[\\\\.']/,c:[e.UTM]},{bK:\\\"use\\\",e:\\\";\\\",c:[e.UTM]},{b:\\\"=>\\\"},t,a]}});hljs.registerLanguage(\\\"haskell\\\",function(e){var i={v:[e.C(\\\"--\\\",\\\"$\\\"),e.C(\\\"{-\\\",\\\"-}\\\",{c:[\\\"self\\\"]})]},a={cN:\\\"meta\\\",b:\\\"{-#\\\",e:\\\"#-}\\\"},l={cN:\\\"meta\\\",b:\\\"^#\\\",e:\\\"$\\\"},c={cN:\\\"type\\\",b:\\\"\\\\\\\\b[A-Z][\\\\\\\\w']*\\\",relevance:0},n={b:\\\"\\\\\\\\(\\\",e:\\\"\\\\\\\\)\\\",i:'\\\"',c:[a,l,{cN:\\\"type\\\",b:\\\"\\\\\\\\b[A-Z][\\\\\\\\w]*(\\\\\\\\((\\\\\\\\.\\\\\\\\.|,|\\\\\\\\w+)\\\\\\\\))?\\\"},e.inherit(e.TM,{b:\\\"[_a-z][\\\\\\\\w']*\\\"}),i]};return{aliases:[\\\"hs\\\"],k:\\\"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec\\\",c:[{bK:\\\"module\\\",e:\\\"where\\\",k:\\\"module where\\\",c:[n,i],i:\\\"\\\\\\\\W\\\\\\\\.|;\\\"},{b:\\\"\\\\\\\\bimport\\\\\\\\b\\\",e:\\\"$\\\",k:\\\"import qualified as hiding\\\",c:[n,i],i:\\\"\\\\\\\\W\\\\\\\\.|;\\\"},{cN:\\\"class\\\",b:\\\"^(\\\\\\\\s*)?(class|instance)\\\\\\\\b\\\",e:\\\"where\\\",k:\\\"class family instance where\\\",c:[c,n,i]},{cN:\\\"class\\\",b:\\\"\\\\\\\\b(data|(new)?type)\\\\\\\\b\\\",e:\\\"$\\\",k:\\\"data family type newtype deriving\\\",c:[a,c,n,{b:\\\"{\\\",e:\\\"}\\\",c:n.c},i]},{bK:\\\"default\\\",e:\\\"$\\\",c:[c,n,i]},{bK:\\\"infix infixl infixr\\\",e:\\\"$\\\",c:[e.CNM,i]},{b:\\\"\\\\\\\\bforeign\\\\\\\\b\\\",e:\\\"$\\\",k:\\\"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe\\\",c:[c,e.QSM,i]},{cN:\\\"meta\\\",b:\\\"#!\\\\\\\\/usr\\\\\\\\/bin\\\\\\\\/env runhaskell\\\",e:\\\"$\\\"},a,l,e.QSM,e.CNM,c,e.inherit(e.TM,{b:\\\"^[_a-z][\\\\\\\\w']*\\\"}),i,{b:\\\"->|\u003C-\\\"}]}});hljs.registerLanguage(\\\"coffeescript\\\",function(e){var c={keyword:\\\"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super yield import export from as default await then unless until loop of by when and or is isnt not\\\",literal:\\\"true false null undefined yes no on off\\\",built_in:\\\"npm require console print module global window document\\\"},n=\\\"[A-Za-z$_][0-9A-Za-z$_]*\\\",r={cN:\\\"subst\\\",b:/#\\\\{/,e:/}/,k:c},i=[e.BNM,e.inherit(e.CNM,{starts:{e:\\\"(\\\\\\\\s*/)?\\\",relevance:0}}),{cN:\\\"string\\\",v:[{b:/'''/,e:/'''/,c:[e.BE]},{b:/'/,e:/'/,c:[e.BE]},{b:/\\\"\\\"\\\"/,e:/\\\"\\\"\\\"/,c:[e.BE,r]},{b:/\\\"/,e:/\\\"/,c:[e.BE,r]}]},{cN:\\\"regexp\\\",v:[{b:\\\"///\\\",e:\\\"///\\\",c:[r,e.HCM]},{b:\\\"//[gim]{0,3}(?=\\\\\\\\W)\\\",relevance:0},{b:/\\\\/(?![ *]).*?(?![\\\\\\\\]).\\\\/[gim]{0,3}(?=\\\\W)/}]},{b:\\\"@\\\"+n},{sL:\\\"javascript\\\",eB:!0,eE:!0,v:[{b:\\\"```\\\",e:\\\"```\\\"},{b:\\\"`\\\",e:\\\"`\\\"}]}];r.c=i;var s=e.inherit(e.TM,{b:n}),t=\\\"(\\\\\\\\(.*\\\\\\\\))?\\\\\\\\s*\\\\\\\\B[-=]>\\\",a={cN:\\\"params\\\",b:\\\"\\\\\\\\([^\\\\\\\\(]\\\",rB:!0,c:[{b:/\\\\(/,e:/\\\\)/,k:c,c:[\\\"self\\\"].concat(i)}]};return{aliases:[\\\"coffee\\\",\\\"cson\\\",\\\"iced\\\"],k:c,i:/\\\\/\\\\*/,c:i.concat([e.C(\\\"###\\\",\\\"###\\\"),e.HCM,{cN:\\\"function\\\",b:\\\"^\\\\\\\\s*\\\"+n+\\\"\\\\\\\\s*=\\\\\\\\s*\\\"+t,e:\\\"[-=]>\\\",rB:!0,c:[s,a]},{b:/[:\\\\(,=]\\\\s*/,relevance:0,c:[{cN:\\\"function\\\",b:t,e:\\\"[-=]>\\\",rB:!0,c:[a]}]},{cN:\\\"class\\\",bK:\\\"class\\\",e:\\\"$\\\",i:/[:=\\\"\\\\[\\\\]]/,c:[{bK:\\\"extends\\\",eW:!0,i:/[:=\\\"\\\\[\\\\]]/,c:[s]},s]},{b:n+\\\":\\\",e:\\\":\\\",rB:!0,rE:!0,relevance:0}])}});hljs.registerLanguage(\\\"r\\\",function(e){var r=\\\"([a-zA-Z]|\\\\\\\\.[a-zA-Z.])[a-zA-Z0-9._]*\\\";return{c:[e.HCM,{b:r,l:r,k:{keyword:\\\"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...\\\",literal:\\\"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10\\\"},relevance:0},{cN:\\\"number\\\",b:\\\"0[xX][0-9a-fA-F]+[Li]?\\\\\\\\b\\\",relevance:0},{cN:\\\"number\\\",b:\\\"\\\\\\\\d+(?:[eE][+\\\\\\\\-]?\\\\\\\\d*)?L\\\\\\\\b\\\",relevance:0},{cN:\\\"number\\\",b:\\\"\\\\\\\\d+\\\\\\\\.(?!\\\\\\\\d)(?:i\\\\\\\\b)?\\\",relevance:0},{cN:\\\"number\\\",b:\\\"\\\\\\\\d+(?:\\\\\\\\.\\\\\\\\d*)?(?:[eE][+\\\\\\\\-]?\\\\\\\\d*)?i?\\\\\\\\b\\\",relevance:0},{cN:\\\"number\\\",b:\\\"\\\\\\\\.\\\\\\\\d+(?:[eE][+\\\\\\\\-]?\\\\\\\\d*)?i?\\\\\\\\b\\\",relevance:0},{b:\\\"`\\\",e:\\\"`\\\",relevance:0},{cN:\\\"string\\\",c:[e.BE],v:[{b:'\\\"',e:'\\\"'},{b:\\\"'\\\",e:\\\"'\\\"}]}]}});hljs.registerLanguage(\\\"autohotkey\\\",function(e){var a={b:\\\"`[\\\\\\\\s\\\\\\\\S]\\\"};return{cI:!0,aliases:[\\\"ahk\\\"],k:{keyword:\\\"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group\\\",literal:\\\"true false NOT AND OR\\\",built_in:\\\"ComSpec Clipboard ClipboardAll ErrorLevel\\\"},c:[a,e.inherit(e.QSM,{c:[a]}),e.C(\\\";\\\",\\\"$\\\",{relevance:0}),e.CBCM,{cN:\\\"number\\\",b:e.NR,relevance:0},{cN:\\\"variable\\\",b:\\\"%[a-zA-Z0-9#_$@]+%\\\"},{cN:\\\"built_in\\\",b:\\\"^\\\\\\\\s*\\\\\\\\w+\\\\\\\\s*(,|%)\\\"},{cN:\\\"title\\\",v:[{b:'^[^\\\\\\\\n\\\";]+::(?!=)'},{b:'^[^\\\\\\\\n\\\";]+:(?!=)',relevance:0}]},{cN:\\\"meta\\\",b:\\\"^\\\\\\\\s*#\\\\\\\\w+\\\",e:\\\"$\\\",relevance:0},{cN:\\\"built_in\\\",b:\\\"A_[a-zA-Z0-9]+\\\"},{b:\\\",\\\\\\\\s*,\\\"}]}});hljs.registerLanguage(\\\"elixir\\\",function(e){var b=\\\"[a-zA-Z_][a-zA-Z0-9_.]*(\\\\\\\\!|\\\\\\\\?)?\\\",c=\\\"and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote require import with|0\\\",n={cN:\\\"subst\\\",b:\\\"#\\\\\\\\{\\\",e:\\\"}\\\",l:b,k:c},r=\\\"[/|([{\u003C\\\\\\\"']\\\",a={cN:\\\"string\\\",b:\\\"~[a-z](?=\\\"+r+\\\")\\\",c:[{endsParent:!0,c:[{c:[e.BE,n],v:[{b:/\\\"/,e:/\\\"/},{b:/'/,e:/'/},{b:/\\\\//,e:/\\\\//},{b:/\\\\|/,e:/\\\\|/},{b:/\\\\(/,e:/\\\\)/},{b:/\\\\[/,e:/\\\\]/},{b:/\\\\{/,e:/\\\\}/},{b:/\u003C/,e:/>/}]}]}]},i={cN:\\\"string\\\",b:\\\"~[A-Z](?=\\\"+r+\\\")\\\",c:[{b:/\\\"/,e:/\\\"/},{b:/'/,e:/'/},{b:/\\\\//,e:/\\\\//},{b:/\\\\|/,e:/\\\\|/},{b:/\\\\(/,e:/\\\\)/},{b:/\\\\[/,e:/\\\\]/},{b:/\\\\{/,e:/\\\\}/},{b:/\\\\\u003C/,e:/\\\\>/}]},l={cN:\\\"string\\\",c:[e.BE,n],v:[{b:/\\\"\\\"\\\"/,e:/\\\"\\\"\\\"/},{b:/'''/,e:/'''/},{b:/~S\\\"\\\"\\\"/,e:/\\\"\\\"\\\"/,c:[]},{b:/~S\\\"/,e:/\\\"/,c:[]},{b:/~S'''/,e:/'''/,c:[]},{b:/~S'/,e:/'/,c:[]},{b:/'/,e:/'/},{b:/\\\"/,e:/\\\"/}]},s={cN:\\\"function\\\",bK:\\\"def defp defmacro\\\",e:/\\\\B\\\\b/,c:[e.inherit(e.TM,{b:b,endsParent:!0})]},t=e.inherit(s,{cN:\\\"class\\\",bK:\\\"defimpl defmodule defprotocol defrecord\\\",e:/\\\\bdo\\\\b|$|;/}),d=[l,i,a,e.HCM,t,s,{b:\\\"::\\\"},{cN:\\\"symbol\\\",b:\\\":(?![\\\\\\\\s:])\\\",c:[l,{b:\\\"[a-zA-Z_]\\\\\\\\w*[!?=]?|[-+~]\\\\\\\\@|\u003C\u003C|>>|=~|===?|\u003C=>|[\u003C>]=?|\\\\\\\\*\\\\\\\\*|[-/+%^&*~`|]|\\\\\\\\[\\\\\\\\]=?\\\"}],relevance:0},{cN:\\\"symbol\\\",b:b+\\\":(?!:)\\\",relevance:0},{cN:\\\"number\\\",b:\\\"(\\\\\\\\b0o[0-7_]+)|(\\\\\\\\b0b[01_]+)|(\\\\\\\\b0x[0-9a-fA-F_]+)|(-?\\\\\\\\b[1-9][0-9_]*(.[0-9_]+([eE][-+]?[0-9]+)?)?)\\\",relevance:0},{cN:\\\"variable\\\",b:\\\"(\\\\\\\\$\\\\\\\\W)|((\\\\\\\\$|\\\\\\\\@\\\\\\\\@?)(\\\\\\\\w+))\\\"},{b:\\\"->\\\"},{b:\\\"(\\\"+e.RSR+\\\")\\\\\\\\s*\\\",c:[e.HCM,{cN:\\\"regexp\\\",i:\\\"\\\\\\\\n\\\",c:[e.BE,n],v:[{b:\\\"/\\\",e:\\\"/[a-z]*\\\"},{b:\\\"%r\\\\\\\\[\\\",e:\\\"\\\\\\\\][a-z]*\\\"}]}],relevance:0}];return{l:b,k:c,c:n.c=d}});hljs.registerLanguage(\\\"gradle\\\",function(e){return{cI:!0,k:{keyword:\\\"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine\\\"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.NM,e.RM]}});hljs.registerLanguage(\\\"css\\\",function(e){var c={b:/(?:[A-Z\\\\_\\\\.\\\\-]+|--[a-zA-Z0-9_-]+)\\\\s*:/,rB:!0,e:\\\";\\\",eW:!0,c:[{cN:\\\"attribute\\\",b:/\\\\S/,e:\\\":\\\",eE:!0,starts:{eW:!0,eE:!0,c:[{b:/[\\\\w-]+\\\\(/,rB:!0,c:[{cN:\\\"built_in\\\",b:/[\\\\w-]+/},{b:/\\\\(/,e:/\\\\)/,c:[e.ASM,e.QSM,e.CSSNM]}]},e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:\\\"number\\\",b:\\\"#[0-9A-Fa-f]+\\\"},{cN:\\\"meta\\\",b:\\\"!important\\\"}]}}]};return{cI:!0,i:/[=\\\\/|'\\\\$]/,c:[e.CBCM,{cN:\\\"selector-id\\\",b:/#[A-Za-z0-9_-]+/},{cN:\\\"selector-class\\\",b:/\\\\.[A-Za-z0-9_-]+/},{cN:\\\"selector-attr\\\",b:/\\\\[/,e:/\\\\]/,i:\\\"$\\\",c:[e.ASM,e.QSM]},{cN:\\\"selector-pseudo\\\",b:/:(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\"'.]+/},{b:\\\"@(page|font-face)\\\",l:\\\"@[a-z-]+\\\",k:\\\"@page @font-face\\\"},{b:\\\"@\\\",e:\\\"[{;]\\\",i:/:/,rB:!0,c:[{cN:\\\"keyword\\\",b:/@\\\\-?\\\\w[\\\\w]*(\\\\-\\\\w+)*/},{b:/\\\\s/,eW:!0,eE:!0,relevance:0,k:\\\"and or not only\\\",c:[{b:/[a-z-]+:/,cN:\\\"attribute\\\"},e.ASM,e.QSM,e.CSSNM]}]},{cN:\\\"selector-tag\\\",b:\\\"[a-zA-Z-][a-zA-Z0-9_-]*\\\",relevance:0},{b:\\\"{\\\",e:\\\"}\\\",i:/\\\\S/,c:[e.CBCM,c]}]}});\\n\\nexports.hljs = hljs;\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/highlight/highlight.js\",\"module-type\":\"library\"},\"$:/plugins/tiddlywiki/highlight/highlight.css\":{\"text\":\"/*\\n\\nOriginal highlight.js style (c) Ivan Sagalaev \u003Cmaniac@softwaremaniacs.org>\\n\\n*/\\n\\n.hljs {\\n display: block;\\n overflow-x: auto;\\n padding: 0.5em;\\n background: #F0F0F0;\\n}\\n\\n\\n/* Base color: saturation 0; */\\n\\n.hljs,\\n.hljs-subst {\\n color: #444;\\n}\\n\\n.hljs-comment {\\n color: #888888;\\n}\\n\\n.hljs-keyword,\\n.hljs-attribute,\\n.hljs-selector-tag,\\n.hljs-meta-keyword,\\n.hljs-doctag,\\n.hljs-name {\\n font-weight: bold;\\n}\\n\\n\\n/* User color: hue: 0 */\\n\\n.hljs-type,\\n.hljs-string,\\n.hljs-number,\\n.hljs-selector-id,\\n.hljs-selector-class,\\n.hljs-quote,\\n.hljs-template-tag,\\n.hljs-deletion {\\n color: #880000;\\n}\\n\\n.hljs-title,\\n.hljs-section {\\n color: #880000;\\n font-weight: bold;\\n}\\n\\n.hljs-regexp,\\n.hljs-symbol,\\n.hljs-variable,\\n.hljs-template-variable,\\n.hljs-link,\\n.hljs-selector-attr,\\n.hljs-selector-pseudo {\\n color: #BC6060;\\n}\\n\\n\\n/* Language color: hue: 90; */\\n\\n.hljs-literal {\\n color: #78A960;\\n}\\n\\n.hljs-built_in,\\n.hljs-bullet,\\n.hljs-code,\\n.hljs-addition {\\n color: #397300;\\n}\\n\\n\\n/* Meta color: hue: 200 */\\n\\n.hljs-meta {\\n color: #1f7199;\\n}\\n\\n.hljs-meta-string {\\n color: #4d99bf;\\n}\\n\\n\\n/* Misc effects */\\n\\n.hljs-emphasis {\\n font-style: italic;\\n}\\n\\n.hljs-strong {\\n font-weight: bold;\\n}\\n\",\"type\":\"text/css\",\"title\":\"$:/plugins/tiddlywiki/highlight/highlight.css\",\"tags\":\"[[$:/tags/Stylesheet]]\"},\"$:/plugins/tiddlywiki/highlight/highlightblock.js\":{\"title\":\"$:/plugins/tiddlywiki/highlight/highlightblock.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/tiddlywiki/highlight/highlightblock.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nWraps up the fenced code blocks parser for highlight and use in TiddlyWiki5\\n\\n\\\\*/\\n(function() {\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar TYPE_MAPPINGS_BASE = \\\"$:/config/HighlightPlugin/TypeMappings/\\\";\\n\\nvar CodeBlockWidget = require(\\\"$:/core/modules/widgets/codeblock.js\\\").codeblock;\\n\\nvar hljs = require(\\\"$:/plugins/tiddlywiki/highlight/highlight.js\\\");\\n\\nhljs.configure({tabReplace: \\\" \\\"});\\t\\n\\nCodeBlockWidget.prototype.postRender = function() {\\n\\tvar domNode = this.domNodes[0],\\n\\t\\tlanguage = this.language,\\n\\t\\ttiddler = this.wiki.getTiddler(TYPE_MAPPINGS_BASE + language);\\n\\tif(tiddler) {\\n\\t\\tlanguage = tiddler.fields.text || \\\"\\\";\\n\\t}\\n\\tif(language && hljs.getLanguage(language)) {\\n\\t\\tdomNode.className = language.toLowerCase() + \\\" hljs\\\";\\n\\t\\tif($tw.browser && !domNode.isTiddlyWikiFakeDom) {\\n\\t\\t\\thljs.highlightBlock(domNode);\\t\\t\\t\\n\\t\\t} else {\\n\\t\\t\\tvar text = domNode.textContent;\\n\\t\\t\\tdomNode.children[0].innerHTML = hljs.fixMarkup(hljs.highlight(language,text).value);\\n\\t\\t\\t// If we're using the fakedom then specially save the original raw text\\n\\t\\t\\tif(domNode.isTiddlyWikiFakeDom) {\\n\\t\\t\\t\\tdomNode.children[0].textInnerHTML = text;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\t\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"},\"$:/plugins/tiddlywiki/highlight/howto\":{\"title\":\"$:/plugins/tiddlywiki/highlight/howto\",\"text\":\"! Supporting Additional Languages\\n \\nThe [[highlight.js|https://github.com/highlightjs/highlight.js]] project supports many languages. Only a subset of these languages are supported by the plugin. It is possible for users to change the set of languages supported by the plugin by following these steps:\\n \\n# Go to the highlight.js project [[download page|https://highlightjs.org/download/]], select the language definitions to include, and press the Download button to download a zip archive containing customised support files for a highlight.js syntax highlighting server.\\n# Locate the `highlight.pack.js` file in the highlight plugin -- on a stock Debian 8 system running Tiddlywiki5 under node-js it is located at `/usr/local/lib/node_modules/tiddlywiki/plugins/tiddlywiki/highlight/files/highlight.pack.js`.\\n# Replace the plugin `highlight.pack.js` file located in step 2 with the one from the downloaded archive obtained in step 1.\\n# Restart the Tiddlywiki server.\\n\"},\"$:/plugins/tiddlywiki/highlight/license\":{\"title\":\"$:/plugins/tiddlywiki/highlight/license\",\"type\":\"text/plain\",\"text\":\"Copyright (c) 2006, Ivan Sagalaev\\nAll rights reserved.\\nRedistribution and use in source and binary forms, with or without\\nmodification, are permitted provided that the following conditions are met:\\n\\n * Redistributions of source code must retain the above copyright\\n notice, this list of conditions and the following disclaimer.\\n * Redistributions in binary form must reproduce the above copyright\\n notice, this list of conditions and the following disclaimer in the\\n documentation and/or other materials provided with the distribution.\\n * Neither the name of highlight.js nor the names of its contributors\\n may be used to endorse or promote products derived from this software\\n without specific prior written permission.\\n\\nTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY\\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\\nDISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY\\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\\n\"},\"$:/plugins/tiddlywiki/highlight/readme\":{\"title\":\"$:/plugins/tiddlywiki/highlight/readme\",\"text\":\"This plugin provides syntax highlighting of code blocks using v9.18.1 of [[highlight.js|https://github.com/isagalaev/highlight.js]] from Ivan Sagalaev.\\n\\n! Usage\\n\\nWhen the plugin is installed it automatically applies highlighting to all codeblocks defined with triple backticks or with the CodeBlockWidget.\\n\\nThe language can optionally be specified after the opening triple braces:\\n\\n\u003C$codeblock code=\\\"\\\"\\\"```css\\n * { margin: 0; padding: 0; } /* micro reset */\\n\\nhtml { font-size: 62.5%; }\\nbody { font-size: 14px; font-size: 1.4rem; } /* =14px */\\nh1 { font-size: 24px; font-size: 2.4rem; } /* =24px */\\n```\\\"\\\"\\\"/>\\n\\nIf no language is specified highlight.js will attempt to automatically detect the language.\\n\\n! Built-in Language Brushes\\n\\nThe plugin includes support for the following languages (referred to as \\\"brushes\\\" by highlight.js):\\n\\n* apache\\n* arduino\\n* arm assembly\\n* asciidoc\\n* autohotkey\\n* awk\\n* bash\\n* cmake\\n* coffeescript\\n* cpp\\n* cs\\n* css\\n* diff\\n* dockerfile\\n* erlang\\n* elixir\\n* fortran\\n* go\\n* gradle\\n* haskell\\n* html\\n* http\\n* ini\\n* intel x86 assembly\\n* java\\n* javascript\\n* json\\n* kotlin\\n* less\\n* lua\\n* makefile\\n* markdown\\n* mathematica\\n* matlab\\n* nginx\\n* objectivec\\n* perl\\n* php\\n* plaintext\\n* powershell\\n* properties\\n* python\\n* R\\n* ruby\\n* rust\\n* scss\\n* shell session\\n* sql\\n* swift\\n* toml\\n* typescript\\n* vala\\n* vim script\\n* xml\\n* yaml\\n\\nYou can also specify the language as a MIME content type (eg `text/html` or `text/css`). The mapping is accomplished via mapping tiddlers whose titles start with `$:/config/HighlightPlugin/TypeMappings/`.\\n\"},\"$:/plugins/tiddlywiki/highlight/styles\":{\"title\":\"$:/plugins/tiddlywiki/highlight/styles\",\"tags\":\"[[$:/tags/Stylesheet]]\",\"text\":\".hljs {\\n display: block;\\n overflow-x: auto;\\n padding: 0.5em;\\n background: \u003C\u003Ccolour tiddler-editor-background>>;\\n color: \u003C\u003Ccolour foreground>>;\\n -webkit-text-size-adjust:none\\n}\\n\\n.hljs-comment,\\n.hljs-quote {\\n color: #93a1a1;\\n}\\n\\n/* Solarized Green */\\n.hljs-keyword,\\n.hljs-selector-tag,\\n.hljs-addition {\\n color: #859900;\\n}\\n\\n/* Solarized Cyan */\\n.hljs-number,\\n.hljs-string,\\n.hljs-meta .hljs-meta-string,\\n.hljs-literal,\\n.hljs-doctag,\\n.hljs-regexp {\\n color: #2aa198;\\n}\\n\\n/* Solarized Blue */\\n.hljs-title,\\n.hljs-section,\\n.hljs-name,\\n.hljs-selector-id,\\n.hljs-selector-class {\\n color: #268bd2;\\n}\\n\\n/* Solarized Yellow */\\n.hljs-attribute,\\n.hljs-attr,\\n.hljs-variable,\\n.hljs-template-variable,\\n.hljs-class .hljs-title,\\n.hljs-type {\\n color: #b58900;\\n}\\n\\n/* Solarized Orange */\\n.hljs-symbol,\\n.hljs-bullet,\\n.hljs-subst,\\n.hljs-meta,\\n.hljs-meta .hljs-keyword,\\n.hljs-selector-attr,\\n.hljs-selector-pseudo,\\n.hljs-link {\\n color: #cb4b16;\\n}\\n\\n/* Solarized Red */\\n.hljs-built_in,\\n.hljs-deletion {\\n color: #dc322f;\\n}\\n\\n.hljs-formula {\\n background: #eee8d5;\\n}\\n\\n.hljs-emphasis {\\n font-style: italic;\\n}\\n\\n.hljs-strong {\\n font-weight: bold;\\n}\\n\"},\"$:/plugins/tiddlywiki/highlight/usage\":{\"title\":\"$:/plugins/tiddlywiki/highlight/usage\",\"text\":\"! Usage\\n\\nFenced code blocks can have a language specifier added to trigger highlighting in a specific language. Otherwise heuristics are used to detect the language.\\n\\n```\\n ```js\\n var a = b + c; // Highlighted as JavaScript\\n ```\\n```\\n! Adding Themes\\n\\nYou can add themes from highlight.js by copying the CSS to a new tiddler and tagging it with [[$:/tags/Stylesheet]]. The available themes can be found on GitHub:\\n\\nhttps://github.com/isagalaev/highlight.js/tree/master/src/styles\\n\"}}}"},
{"title":"$:/plugins/tiddlywiki/katex","name":"KaTeX","description":"KaTeX library for mathematical typography","list":"readme usage config","library-version":"v0.13.18","version":"5.2.0","plugin-type":"plugin","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/tiddlywiki/katex/config\":{\"title\":\"$:/plugins/tiddlywiki/katex/config\",\"text\":\"\u003Cdiv class=\\\"tc-control-panel\\\">\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/KaTeX/Config]!has[draft.of]]\\\">\\n\\n\u003Cdiv>\\n\\n!! \u003C$link>\u003C$transclude field=\\\"caption\\\"/>\u003C/$link>\\n\\n\u003C$transclude>\\n\\n\u003C/div>\\n\\n\u003C/$list>\\n\\n\u003C/div>\\n\"},\"$:/plugins/tiddlywiki/katex/katex.min.css\":{\"text\":\".katex{text-rendering:auto;font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:\\\"0.13.18\\\"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:\\\"\\\"}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:\\\"(\\\" counter(katexEqnNo) \\\")\\\";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:\\\"(\\\" counter(mmlEqnNo) \\\")\\\";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}\\n\",\"type\":\"text/plain\",\"title\":\"$:/plugins/tiddlywiki/katex/katex.min.css\"},\"$:/plugins/tiddlywiki/katex/katex.min.js\":{\"text\":\"(function(document) {\\n!function(e,t){\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module?module.exports=t():\\\"function\\\"==typeof define&&define.amd?define([],t):\\\"object\\\"==typeof exports?exports.katex=t():e.katex=t()}(\\\"undefined\\\"!=typeof self?self:this,(function(){return function(){\\\"use strict\\\";var e={d:function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},t={};e.d(t,{default:function(){return Zn}});var r=function e(t,r){this.position=void 0;var n,a=\\\"KaTeX parse error: \\\"+t,i=r&&r.loc;if(i&&i.start\u003C=i.end){var o=i.lexer.input;n=i.start;var s=i.end;n===o.length?a+=\\\" at end of input: \\\":a+=\\\" at position \\\"+(n+1)+\\\": \\\";var l=o.slice(n,s).replace(/[^]/g,\\\"$&\\\\u0332\\\");a+=(n>15?\\\"\\\\u2026\\\"+o.slice(n-15,n):o.slice(0,n))+l+(s+15\u003Co.length?o.slice(s,s+15)+\\\"\\\\u2026\\\":o.slice(s))}var h=new Error(a);return h.name=\\\"ParseError\\\",h.__proto__=e.prototype,h.position=n,h};r.prototype.__proto__=Error.prototype;var n=r,a=/([A-Z])/g,i={\\\"&\\\":\\\"&amp;\\\",\\\">\\\":\\\"&gt;\\\",\\\"\u003C\\\":\\\"&lt;\\\",'\\\"':\\\"&quot;\\\",\\\"'\\\":\\\"&#x27;\\\"},o=/[&>\u003C\\\"']/g;var s=function e(t){return\\\"ordgroup\\\"===t.type||\\\"color\\\"===t.type?1===t.body.length?e(t.body[0]):t:\\\"font\\\"===t.type?e(t.body):t},l={contains:function(e,t){return-1!==e.indexOf(t)},deflt:function(e,t){return void 0===e?t:e},escape:function(e){return String(e).replace(o,(function(e){return i[e]}))},hyphenate:function(e){return e.replace(a,\\\"-$1\\\").toLowerCase()},getBaseElem:s,isCharacterBox:function(e){var t=s(e);return\\\"mathord\\\"===t.type||\\\"textord\\\"===t.type||\\\"atom\\\"===t.type},protocolFromUrl:function(e){var t=/^\\\\s*([^\\\\\\\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(e);return null!=t?t[1]:\\\"_relative\\\"}},h=function(){function e(e){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{},this.displayMode=l.deflt(e.displayMode,!1),this.output=l.deflt(e.output,\\\"htmlAndMathml\\\"),this.leqno=l.deflt(e.leqno,!1),this.fleqn=l.deflt(e.fleqn,!1),this.throwOnError=l.deflt(e.throwOnError,!0),this.errorColor=l.deflt(e.errorColor,\\\"#cc0000\\\"),this.macros=e.macros||{},this.minRuleThickness=Math.max(0,l.deflt(e.minRuleThickness,0)),this.colorIsTextColor=l.deflt(e.colorIsTextColor,!1),this.strict=l.deflt(e.strict,\\\"warn\\\"),this.trust=l.deflt(e.trust,!1),this.maxSize=Math.max(0,l.deflt(e.maxSize,1/0)),this.maxExpand=Math.max(0,l.deflt(e.maxExpand,1e3)),this.globalGroup=l.deflt(e.globalGroup,!1)}var t=e.prototype;return t.reportNonstrict=function(e,t,r){var a=this.strict;if(\\\"function\\\"==typeof a&&(a=a(e,t,r)),a&&\\\"ignore\\\"!==a){if(!0===a||\\\"error\\\"===a)throw new n(\\\"LaTeX-incompatible input and strict mode is set to 'error': \\\"+t+\\\" [\\\"+e+\\\"]\\\",r);\\\"warn\\\"===a?\\\"undefined\\\"!=typeof console&&console.warn(\\\"LaTeX-incompatible input and strict mode is set to 'warn': \\\"+t+\\\" [\\\"+e+\\\"]\\\"):\\\"undefined\\\"!=typeof console&&console.warn(\\\"LaTeX-incompatible input and strict mode is set to unrecognized '\\\"+a+\\\"': \\\"+t+\\\" [\\\"+e+\\\"]\\\")}},t.useStrictBehavior=function(e,t,r){var n=this.strict;if(\\\"function\\\"==typeof n)try{n=n(e,t,r)}catch(e){n=\\\"error\\\"}return!(!n||\\\"ignore\\\"===n)&&(!0===n||\\\"error\\\"===n||(\\\"warn\\\"===n?(\\\"undefined\\\"!=typeof console&&console.warn(\\\"LaTeX-incompatible input and strict mode is set to 'warn': \\\"+t+\\\" [\\\"+e+\\\"]\\\"),!1):(\\\"undefined\\\"!=typeof console&&console.warn(\\\"LaTeX-incompatible input and strict mode is set to unrecognized '\\\"+n+\\\"': \\\"+t+\\\" [\\\"+e+\\\"]\\\"),!1)))},t.isTrusted=function(e){e.url&&!e.protocol&&(e.protocol=l.protocolFromUrl(e.url));var t=\\\"function\\\"==typeof this.trust?this.trust(e):this.trust;return Boolean(t)},e}(),m=function(){function e(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}var t=e.prototype;return t.sup=function(){return c[u[this.id]]},t.sub=function(){return c[p[this.id]]},t.fracNum=function(){return c[d[this.id]]},t.fracDen=function(){return c[f[this.id]]},t.cramp=function(){return c[g[this.id]]},t.text=function(){return c[v[this.id]]},t.isTight=function(){return this.size>=2},e}(),c=[new m(0,0,!1),new m(1,0,!0),new m(2,1,!1),new m(3,1,!0),new m(4,2,!1),new m(5,2,!0),new m(6,3,!1),new m(7,3,!0)],u=[4,5,4,5,6,7,6,7],p=[5,5,5,5,7,7,7,7],d=[2,3,4,5,6,7,6,7],f=[3,3,5,5,7,7,7,7],g=[1,1,3,3,5,5,7,7],v=[0,1,2,3,2,3,2,3],b={DISPLAY:c[0],TEXT:c[2],SCRIPT:c[4],SCRIPTSCRIPT:c[6]},y=[{name:\\\"latin\\\",blocks:[[256,591],[768,879]]},{name:\\\"cyrillic\\\",blocks:[[1024,1279]]},{name:\\\"armenian\\\",blocks:[[1328,1423]]},{name:\\\"brahmic\\\",blocks:[[2304,4255]]},{name:\\\"georgian\\\",blocks:[[4256,4351]]},{name:\\\"cjk\\\",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:\\\"hangul\\\",blocks:[[44032,55215]]}];var x=[];function w(e){for(var t=0;t\u003Cx.length;t+=2)if(e>=x[t]&&e\u003C=x[t+1])return!0;return!1}y.forEach((function(e){return e.blocks.forEach((function(e){return x.push.apply(x,e)}))}));var k=80,S={doubleleftarrow:\\\"M262 157\\\\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\\\\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\\\\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\\\\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\\\\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\\\\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\\\\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\\\\nm8 0v40h399730v-40zm0 194v40h399730v-40z\\\",doublerightarrow:\\\"M399738 392l\\\\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\\\\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\\\\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\\\\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\\\\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\\\\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\\\\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z\\\",leftarrow:\\\"M400000 241H110l3-3c68.7-52.7 113.7-120\\\\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\\\\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\\\\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\\\\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\\\\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\\\\n l-3-3h399890zM100 241v40h399900v-40z\\\",leftbrace:\\\"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\\\\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\\\\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z\\\",leftbraceunder:\\\"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\\\\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\\\\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\\\\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z\\\",leftgroup:\\\"M400000 80\\\\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\\\\n 435 0h399565z\\\",leftgroupunder:\\\"M400000 262\\\\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\\\\n 435 219h399565z\\\",leftharpoon:\\\"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\\\\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\\\\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\\\\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z\\\",leftharpoonplus:\\\"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\\\\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\\\\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\\\\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\\\\nm0 0v40h400000v-40z\\\",leftharpoondown:\\\"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\\\\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\\\\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\\\\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z\\\",leftharpoondownplus:\\\"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\\\\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\\\\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\\\\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z\\\",lefthook:\\\"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\\\\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\\\\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\\\\n 71.5 23h399859zM103 281v-40h399897v40z\\\",leftlinesegment:\\\"M40 281 V428 H0 V94 H40 V241 H400000 v40z\\\\nM40 281 V428 H0 V94 H40 V241 H400000 v40z\\\",leftmapsto:\\\"M40 281 V448H0V74H40V241H400000v40z\\\\nM40 281 V448H0V74H40V241H400000v40z\\\",leftToFrom:\\\"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\\\\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\\\\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\\\\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z\\\",longequal:\\\"M0 50 h400000 v40H0z m0 194h40000v40H0z\\\\nM0 50 h400000 v40H0z m0 194h40000v40H0z\\\",midbrace:\\\"M200428 334\\\\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\\\\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\\\\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\\\\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z\\\",midbraceunder:\\\"M199572 214\\\\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\\\\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\\\\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\\\\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z\\\",oiintSize1:\\\"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\\\\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\\\\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\\\\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z\\\",oiintSize2:\\\"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\\\\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\\\\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\\\\nc0 110 84 276 504 276s502.4-166 502.4-276z\\\",oiiintSize1:\\\"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\\\\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\\\\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\\\\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z\\\",oiiintSize2:\\\"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\\\\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\\\\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\\\\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z\\\",rightarrow:\\\"M0 241v40h399891c-47.3 35.3-84 78-110 128\\\\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\\\\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\\\\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\\\\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\\\n 151.7 139 205zm0 0v40h399900v-40z\\\",rightbrace:\\\"M400000 542l\\\\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\\\\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\\\\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z\\\",rightbraceunder:\\\"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\\\\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\\\\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z\\\",rightgroup:\\\"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\\\\n 3-1 3-3v-38c-76-158-257-219-435-219H0z\\\",rightgroupunder:\\\"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\\\\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z\\\",rightharpoon:\\\"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\\\\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\\\\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\\\\n 69.2 92 94.5zm0 0v40h399900v-40z\\\",rightharpoonplus:\\\"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\\\\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\\\\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\\\\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z\\\",rightharpoondown:\\\"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\\\\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\\\\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\\\\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z\\\",rightharpoondownplus:\\\"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\\\\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\\\\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\\\\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\\\\nm0-194v40h400000v-40zm0 0v40h400000v-40z\\\",righthook:\\\"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\\\\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\\\\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\\\\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z\\\",rightlinesegment:\\\"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\\\\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z\\\",rightToFrom:\\\"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\\\\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\\\\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\\\\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z\\\",twoheadleftarrow:\\\"M0 167c68 40\\\\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\\\\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\\\\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\\\\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\\\\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z\\\",twoheadrightarrow:\\\"M400000 167\\\\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\\\\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\\\\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\\\\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\\\\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z\\\",tilde1:\\\"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\\\\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\\\\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\\\\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\\\\n-68.267.847-113-73.952-191-73.952z\\\",tilde2:\\\"M344 55.266c-142 0-300.638 81.316-311.5 86.418\\\\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\\\\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\\\\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\\\\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z\\\",tilde3:\\\"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\\\\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\\\\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\\\\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\\\\n -338 0-409-156.573-744-156.573z\\\",tilde4:\\\"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\\\\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\\\\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\\\\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\\\\n -175.236-744-175.236z\\\",vec:\\\"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\\\\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\\\\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\\\\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\\\\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\\\\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\\\\nc-16-25.333-24-45-24-59z\\\",widehat1:\\\"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\\\\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z\\\",widehat2:\\\"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\\\\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\\\",widehat3:\\\"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\\\\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\\\",widehat4:\\\"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\\\\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z\\\",widecheck1:\\\"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\\\\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z\\\",widecheck2:\\\"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\\\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\\\",widecheck3:\\\"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\\\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\\\",widecheck4:\\\"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\\\\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z\\\",baraboveleftarrow:\\\"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\\\\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\\\\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\\\\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\\\\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\\\\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\\\\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\\\\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z\\\",rightarrowabovebar:\\\"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\\\\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\\\\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\\\\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\\\\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\\\\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\\\\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z\\\",baraboveshortleftharpoon:\\\"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\\\\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\\\\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\\\\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\\\\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z\\\",rightharpoonaboveshortbar:\\\"M0,241 l0,40c399126,0,399993,0,399993,0\\\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\\\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z\\\",shortbaraboveleftharpoon:\\\"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\\\\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\\\\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\\\\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\\\\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z\\\",shortrightharpoonabovebar:\\\"M53,241l0,40c398570,0,399437,0,399437,0\\\\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\\\\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\\\\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\\\\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z\\\"},M=function(){function e(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var t=e.prototype;return t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){for(var e=document.createDocumentFragment(),t=0;t\u003Cthis.children.length;t++)e.appendChild(this.children[t].toNode());return e},t.toMarkup=function(){for(var e=\\\"\\\",t=0;t\u003Cthis.children.length;t++)e+=this.children[t].toMarkup();return e},t.toText=function(){var e=function(e){return e.toText()};return this.children.map(e).join(\\\"\\\")},e}(),z=function(e){return e.filter((function(e){return e})).join(\\\" \\\")},A=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push(\\\"mtight\\\");var n=t.getColor();n&&(this.style.color=n)}},T=function(e){var t=document.createElement(e);for(var r in t.className=z(this.classes),this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var a=0;a\u003Cthis.children.length;a++)t.appendChild(this.children[a].toNode());return t},B=function(e){var t=\\\"\u003C\\\"+e;this.classes.length&&(t+=' class=\\\"'+l.escape(z(this.classes))+'\\\"');var r=\\\"\\\";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=l.hyphenate(n)+\\\":\\\"+this.style[n]+\\\";\\\");for(var a in r&&(t+=' style=\\\"'+l.escape(r)+'\\\"'),this.attributes)this.attributes.hasOwnProperty(a)&&(t+=\\\" \\\"+a+'=\\\"'+l.escape(this.attributes[a])+'\\\"');t+=\\\">\\\";for(var i=0;i\u003Cthis.children.length;i++)t+=this.children[i].toMarkup();return t+=\\\"\u003C/\\\"+e+\\\">\\\"},N=function(){function e(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,A.call(this,e,r,n),this.children=t||[]}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){return T.call(this,\\\"span\\\")},t.toMarkup=function(){return B.call(this,\\\"span\\\")},e}(),q=function(){function e(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,A.call(this,t,n),this.children=r||[],this.setAttribute(\\\"href\\\",e)}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){return T.call(this,\\\"a\\\")},t.toMarkup=function(){return B.call(this,\\\"a\\\")},e}(),C=function(){function e(e,t,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=[\\\"mord\\\"],this.style=r}var t=e.prototype;return t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){var e=document.createElement(\\\"img\\\");for(var t in e.src=this.src,e.alt=this.alt,e.className=\\\"mord\\\",this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e},t.toMarkup=function(){var e=\\\"\u003Cimg src='\\\"+this.src+\\\" 'alt='\\\"+this.alt+\\\"' \\\",t=\\\"\\\";for(var r in this.style)this.style.hasOwnProperty(r)&&(t+=l.hyphenate(r)+\\\":\\\"+this.style[r]+\\\";\\\");return t&&(e+=' style=\\\"'+l.escape(t)+'\\\"'),e+=\\\"'/>\\\"},e}(),I={\\\"\\\\xee\\\":\\\"\\\\u0131\\\\u0302\\\",\\\"\\\\xef\\\":\\\"\\\\u0131\\\\u0308\\\",\\\"\\\\xed\\\":\\\"\\\\u0131\\\\u0301\\\",\\\"\\\\xec\\\":\\\"\\\\u0131\\\\u0300\\\"},R=function(){function e(e,t,r,n,a,i,o,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=a||0,this.width=i||0,this.classes=o||[],this.style=s||{},this.maxFontSize=0;var l=function(e){for(var t=0;t\u003Cy.length;t++)for(var r=y[t],n=0;n\u003Cr.blocks.length;n++){var a=r.blocks[n];if(e>=a[0]&&e\u003C=a[1])return r.name}return null}(this.text.charCodeAt(0));l&&this.classes.push(l+\\\"_fallback\\\"),/[\\\\xee\\\\xef\\\\xed\\\\xec]/.test(this.text)&&(this.text=I[this.text])}var t=e.prototype;return t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){var e=document.createTextNode(this.text),t=null;for(var r in this.italic>0&&((t=document.createElement(\\\"span\\\")).style.marginRight=this.italic+\\\"em\\\"),this.classes.length>0&&((t=t||document.createElement(\\\"span\\\")).className=z(this.classes)),this.style)this.style.hasOwnProperty(r)&&((t=t||document.createElement(\\\"span\\\")).style[r]=this.style[r]);return t?(t.appendChild(e),t):e},t.toMarkup=function(){var e=!1,t=\\\"\u003Cspan\\\";this.classes.length&&(e=!0,t+=' class=\\\"',t+=l.escape(z(this.classes)),t+='\\\"');var r=\\\"\\\";for(var n in this.italic>0&&(r+=\\\"margin-right:\\\"+this.italic+\\\"em;\\\"),this.style)this.style.hasOwnProperty(n)&&(r+=l.hyphenate(n)+\\\":\\\"+this.style[n]+\\\";\\\");r&&(e=!0,t+=' style=\\\"'+l.escape(r)+'\\\"');var a=l.escape(this.text);return e?(t+=\\\">\\\",t+=a,t+=\\\"\u003C/span>\\\"):a},e}(),O=function(){function e(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}var t=e.prototype;return t.toNode=function(){var e=document.createElementNS(\\\"http://www.w3.org/2000/svg\\\",\\\"svg\\\");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var r=0;r\u003Cthis.children.length;r++)e.appendChild(this.children[r].toNode());return e},t.toMarkup=function(){var e='\u003Csvg xmlns=\\\"http://www.w3.org/2000/svg\\\"';for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=\\\" \\\"+t+\\\"='\\\"+this.attributes[t]+\\\"'\\\");e+=\\\">\\\";for(var r=0;r\u003Cthis.children.length;r++)e+=this.children[r].toMarkup();return e+=\\\"\u003C/svg>\\\"},e}(),E=function(){function e(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}var t=e.prototype;return t.toNode=function(){var e=document.createElementNS(\\\"http://www.w3.org/2000/svg\\\",\\\"path\\\");return this.alternate?e.setAttribute(\\\"d\\\",this.alternate):e.setAttribute(\\\"d\\\",S[this.pathName]),e},t.toMarkup=function(){return this.alternate?\\\"\u003Cpath d='\\\"+this.alternate+\\\"'/>\\\":\\\"\u003Cpath d='\\\"+S[this.pathName]+\\\"'/>\\\"},e}(),H=function(){function e(e){this.attributes=void 0,this.attributes=e||{}}var t=e.prototype;return t.toNode=function(){var e=document.createElementNS(\\\"http://www.w3.org/2000/svg\\\",\\\"line\\\");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e},t.toMarkup=function(){var e=\\\"\u003Cline\\\";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=\\\" \\\"+t+\\\"='\\\"+this.attributes[t]+\\\"'\\\");return e+=\\\"/>\\\"},e}();function L(e){if(e instanceof R)return e;throw new Error(\\\"Expected symbolNode but got \\\"+String(e)+\\\".\\\")}var D={\\\"AMS-Regular\\\":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},\\\"Caligraphic-Regular\\\":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},\\\"Fraktur-Regular\\\":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},\\\"Main-Bold\\\":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},\\\"Main-BoldItalic\\\":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},\\\"Main-Italic\\\":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},\\\"Main-Regular\\\":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,1],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},\\\"Math-BoldItalic\\\":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},\\\"Math-Italic\\\":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},\\\"SansSerif-Bold\\\":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},\\\"SansSerif-Italic\\\":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},\\\"SansSerif-Regular\\\":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},\\\"Script-Regular\\\":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},\\\"Size1-Regular\\\":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},\\\"Size2-Regular\\\":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},\\\"Size3-Regular\\\":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},\\\"Size4-Regular\\\":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},\\\"Typewriter-Regular\\\":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},P={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},F={\\\"\\\\xc5\\\":\\\"A\\\",\\\"\\\\xd0\\\":\\\"D\\\",\\\"\\\\xde\\\":\\\"o\\\",\\\"\\\\xe5\\\":\\\"a\\\",\\\"\\\\xf0\\\":\\\"d\\\",\\\"\\\\xfe\\\":\\\"o\\\",\\\"\\\\u0410\\\":\\\"A\\\",\\\"\\\\u0411\\\":\\\"B\\\",\\\"\\\\u0412\\\":\\\"B\\\",\\\"\\\\u0413\\\":\\\"F\\\",\\\"\\\\u0414\\\":\\\"A\\\",\\\"\\\\u0415\\\":\\\"E\\\",\\\"\\\\u0416\\\":\\\"K\\\",\\\"\\\\u0417\\\":\\\"3\\\",\\\"\\\\u0418\\\":\\\"N\\\",\\\"\\\\u0419\\\":\\\"N\\\",\\\"\\\\u041a\\\":\\\"K\\\",\\\"\\\\u041b\\\":\\\"N\\\",\\\"\\\\u041c\\\":\\\"M\\\",\\\"\\\\u041d\\\":\\\"H\\\",\\\"\\\\u041e\\\":\\\"O\\\",\\\"\\\\u041f\\\":\\\"N\\\",\\\"\\\\u0420\\\":\\\"P\\\",\\\"\\\\u0421\\\":\\\"C\\\",\\\"\\\\u0422\\\":\\\"T\\\",\\\"\\\\u0423\\\":\\\"y\\\",\\\"\\\\u0424\\\":\\\"O\\\",\\\"\\\\u0425\\\":\\\"X\\\",\\\"\\\\u0426\\\":\\\"U\\\",\\\"\\\\u0427\\\":\\\"h\\\",\\\"\\\\u0428\\\":\\\"W\\\",\\\"\\\\u0429\\\":\\\"W\\\",\\\"\\\\u042a\\\":\\\"B\\\",\\\"\\\\u042b\\\":\\\"X\\\",\\\"\\\\u042c\\\":\\\"B\\\",\\\"\\\\u042d\\\":\\\"3\\\",\\\"\\\\u042e\\\":\\\"X\\\",\\\"\\\\u042f\\\":\\\"R\\\",\\\"\\\\u0430\\\":\\\"a\\\",\\\"\\\\u0431\\\":\\\"b\\\",\\\"\\\\u0432\\\":\\\"a\\\",\\\"\\\\u0433\\\":\\\"r\\\",\\\"\\\\u0434\\\":\\\"y\\\",\\\"\\\\u0435\\\":\\\"e\\\",\\\"\\\\u0436\\\":\\\"m\\\",\\\"\\\\u0437\\\":\\\"e\\\",\\\"\\\\u0438\\\":\\\"n\\\",\\\"\\\\u0439\\\":\\\"n\\\",\\\"\\\\u043a\\\":\\\"n\\\",\\\"\\\\u043b\\\":\\\"n\\\",\\\"\\\\u043c\\\":\\\"m\\\",\\\"\\\\u043d\\\":\\\"n\\\",\\\"\\\\u043e\\\":\\\"o\\\",\\\"\\\\u043f\\\":\\\"n\\\",\\\"\\\\u0440\\\":\\\"p\\\",\\\"\\\\u0441\\\":\\\"c\\\",\\\"\\\\u0442\\\":\\\"o\\\",\\\"\\\\u0443\\\":\\\"y\\\",\\\"\\\\u0444\\\":\\\"b\\\",\\\"\\\\u0445\\\":\\\"x\\\",\\\"\\\\u0446\\\":\\\"n\\\",\\\"\\\\u0447\\\":\\\"n\\\",\\\"\\\\u0448\\\":\\\"w\\\",\\\"\\\\u0449\\\":\\\"w\\\",\\\"\\\\u044a\\\":\\\"a\\\",\\\"\\\\u044b\\\":\\\"m\\\",\\\"\\\\u044c\\\":\\\"a\\\",\\\"\\\\u044d\\\":\\\"e\\\",\\\"\\\\u044e\\\":\\\"m\\\",\\\"\\\\u044f\\\":\\\"r\\\"};function V(e,t,r){if(!D[t])throw new Error(\\\"Font metrics not found for font: \\\"+t+\\\".\\\");var n=e.charCodeAt(0),a=D[t][n];if(!a&&e[0]in F&&(n=F[e[0]].charCodeAt(0),a=D[t][n]),a||\\\"text\\\"!==r||w(n)&&(a=D[t][77]),a)return{depth:a[0],height:a[1],italic:a[2],skew:a[3],width:a[4]}}var G={};var U={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Y={\\\"accent-token\\\":1,mathord:1,\\\"op-token\\\":1,spacing:1,textord:1},W={math:{},text:{}},X=W;function _(e,t,r,n,a,i){W[e][a]={font:t,group:r,replace:n},i&&n&&(W[e][n]=W[e][a])}var j=\\\"math\\\",$=\\\"text\\\",Z=\\\"main\\\",K=\\\"ams\\\",J=\\\"accent-token\\\",Q=\\\"bin\\\",ee=\\\"close\\\",te=\\\"inner\\\",re=\\\"mathord\\\",ne=\\\"op-token\\\",ae=\\\"open\\\",ie=\\\"punct\\\",oe=\\\"rel\\\",se=\\\"spacing\\\",le=\\\"textord\\\";_(j,Z,oe,\\\"\\\\u2261\\\",\\\"\\\\\\\\equiv\\\",!0),_(j,Z,oe,\\\"\\\\u227a\\\",\\\"\\\\\\\\prec\\\",!0),_(j,Z,oe,\\\"\\\\u227b\\\",\\\"\\\\\\\\succ\\\",!0),_(j,Z,oe,\\\"\\\\u223c\\\",\\\"\\\\\\\\sim\\\",!0),_(j,Z,oe,\\\"\\\\u22a5\\\",\\\"\\\\\\\\perp\\\"),_(j,Z,oe,\\\"\\\\u2aaf\\\",\\\"\\\\\\\\preceq\\\",!0),_(j,Z,oe,\\\"\\\\u2ab0\\\",\\\"\\\\\\\\succeq\\\",!0),_(j,Z,oe,\\\"\\\\u2243\\\",\\\"\\\\\\\\simeq\\\",!0),_(j,Z,oe,\\\"\\\\u2223\\\",\\\"\\\\\\\\mid\\\",!0),_(j,Z,oe,\\\"\\\\u226a\\\",\\\"\\\\\\\\ll\\\",!0),_(j,Z,oe,\\\"\\\\u226b\\\",\\\"\\\\\\\\gg\\\",!0),_(j,Z,oe,\\\"\\\\u224d\\\",\\\"\\\\\\\\asymp\\\",!0),_(j,Z,oe,\\\"\\\\u2225\\\",\\\"\\\\\\\\parallel\\\"),_(j,Z,oe,\\\"\\\\u22c8\\\",\\\"\\\\\\\\bowtie\\\",!0),_(j,Z,oe,\\\"\\\\u2323\\\",\\\"\\\\\\\\smile\\\",!0),_(j,Z,oe,\\\"\\\\u2291\\\",\\\"\\\\\\\\sqsubseteq\\\",!0),_(j,Z,oe,\\\"\\\\u2292\\\",\\\"\\\\\\\\sqsupseteq\\\",!0),_(j,Z,oe,\\\"\\\\u2250\\\",\\\"\\\\\\\\doteq\\\",!0),_(j,Z,oe,\\\"\\\\u2322\\\",\\\"\\\\\\\\frown\\\",!0),_(j,Z,oe,\\\"\\\\u220b\\\",\\\"\\\\\\\\ni\\\",!0),_(j,Z,oe,\\\"\\\\u221d\\\",\\\"\\\\\\\\propto\\\",!0),_(j,Z,oe,\\\"\\\\u22a2\\\",\\\"\\\\\\\\vdash\\\",!0),_(j,Z,oe,\\\"\\\\u22a3\\\",\\\"\\\\\\\\dashv\\\",!0),_(j,Z,oe,\\\"\\\\u220b\\\",\\\"\\\\\\\\owns\\\"),_(j,Z,ie,\\\".\\\",\\\"\\\\\\\\ldotp\\\"),_(j,Z,ie,\\\"\\\\u22c5\\\",\\\"\\\\\\\\cdotp\\\"),_(j,Z,le,\\\"#\\\",\\\"\\\\\\\\#\\\"),_($,Z,le,\\\"#\\\",\\\"\\\\\\\\#\\\"),_(j,Z,le,\\\"&\\\",\\\"\\\\\\\\&\\\"),_($,Z,le,\\\"&\\\",\\\"\\\\\\\\&\\\"),_(j,Z,le,\\\"\\\\u2135\\\",\\\"\\\\\\\\aleph\\\",!0),_(j,Z,le,\\\"\\\\u2200\\\",\\\"\\\\\\\\forall\\\",!0),_(j,Z,le,\\\"\\\\u210f\\\",\\\"\\\\\\\\hbar\\\",!0),_(j,Z,le,\\\"\\\\u2203\\\",\\\"\\\\\\\\exists\\\",!0),_(j,Z,le,\\\"\\\\u2207\\\",\\\"\\\\\\\\nabla\\\",!0),_(j,Z,le,\\\"\\\\u266d\\\",\\\"\\\\\\\\flat\\\",!0),_(j,Z,le,\\\"\\\\u2113\\\",\\\"\\\\\\\\ell\\\",!0),_(j,Z,le,\\\"\\\\u266e\\\",\\\"\\\\\\\\natural\\\",!0),_(j,Z,le,\\\"\\\\u2663\\\",\\\"\\\\\\\\clubsuit\\\",!0),_(j,Z,le,\\\"\\\\u2118\\\",\\\"\\\\\\\\wp\\\",!0),_(j,Z,le,\\\"\\\\u266f\\\",\\\"\\\\\\\\sharp\\\",!0),_(j,Z,le,\\\"\\\\u2662\\\",\\\"\\\\\\\\diamondsuit\\\",!0),_(j,Z,le,\\\"\\\\u211c\\\",\\\"\\\\\\\\Re\\\",!0),_(j,Z,le,\\\"\\\\u2661\\\",\\\"\\\\\\\\heartsuit\\\",!0),_(j,Z,le,\\\"\\\\u2111\\\",\\\"\\\\\\\\Im\\\",!0),_(j,Z,le,\\\"\\\\u2660\\\",\\\"\\\\\\\\spadesuit\\\",!0),_(j,Z,le,\\\"\\\\xa7\\\",\\\"\\\\\\\\S\\\",!0),_($,Z,le,\\\"\\\\xa7\\\",\\\"\\\\\\\\S\\\"),_(j,Z,le,\\\"\\\\xb6\\\",\\\"\\\\\\\\P\\\",!0),_($,Z,le,\\\"\\\\xb6\\\",\\\"\\\\\\\\P\\\"),_(j,Z,le,\\\"\\\\u2020\\\",\\\"\\\\\\\\dag\\\"),_($,Z,le,\\\"\\\\u2020\\\",\\\"\\\\\\\\dag\\\"),_($,Z,le,\\\"\\\\u2020\\\",\\\"\\\\\\\\textdagger\\\"),_(j,Z,le,\\\"\\\\u2021\\\",\\\"\\\\\\\\ddag\\\"),_($,Z,le,\\\"\\\\u2021\\\",\\\"\\\\\\\\ddag\\\"),_($,Z,le,\\\"\\\\u2021\\\",\\\"\\\\\\\\textdaggerdbl\\\"),_(j,Z,ee,\\\"\\\\u23b1\\\",\\\"\\\\\\\\rmoustache\\\",!0),_(j,Z,ae,\\\"\\\\u23b0\\\",\\\"\\\\\\\\lmoustache\\\",!0),_(j,Z,ee,\\\"\\\\u27ef\\\",\\\"\\\\\\\\rgroup\\\",!0),_(j,Z,ae,\\\"\\\\u27ee\\\",\\\"\\\\\\\\lgroup\\\",!0),_(j,Z,Q,\\\"\\\\u2213\\\",\\\"\\\\\\\\mp\\\",!0),_(j,Z,Q,\\\"\\\\u2296\\\",\\\"\\\\\\\\ominus\\\",!0),_(j,Z,Q,\\\"\\\\u228e\\\",\\\"\\\\\\\\uplus\\\",!0),_(j,Z,Q,\\\"\\\\u2293\\\",\\\"\\\\\\\\sqcap\\\",!0),_(j,Z,Q,\\\"\\\\u2217\\\",\\\"\\\\\\\\ast\\\"),_(j,Z,Q,\\\"\\\\u2294\\\",\\\"\\\\\\\\sqcup\\\",!0),_(j,Z,Q,\\\"\\\\u25ef\\\",\\\"\\\\\\\\bigcirc\\\",!0),_(j,Z,Q,\\\"\\\\u2219\\\",\\\"\\\\\\\\bullet\\\"),_(j,Z,Q,\\\"\\\\u2021\\\",\\\"\\\\\\\\ddagger\\\"),_(j,Z,Q,\\\"\\\\u2240\\\",\\\"\\\\\\\\wr\\\",!0),_(j,Z,Q,\\\"\\\\u2a3f\\\",\\\"\\\\\\\\amalg\\\"),_(j,Z,Q,\\\"&\\\",\\\"\\\\\\\\And\\\"),_(j,Z,oe,\\\"\\\\u27f5\\\",\\\"\\\\\\\\longleftarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21d0\\\",\\\"\\\\\\\\Leftarrow\\\",!0),_(j,Z,oe,\\\"\\\\u27f8\\\",\\\"\\\\\\\\Longleftarrow\\\",!0),_(j,Z,oe,\\\"\\\\u27f6\\\",\\\"\\\\\\\\longrightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21d2\\\",\\\"\\\\\\\\Rightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u27f9\\\",\\\"\\\\\\\\Longrightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u2194\\\",\\\"\\\\\\\\leftrightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u27f7\\\",\\\"\\\\\\\\longleftrightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21d4\\\",\\\"\\\\\\\\Leftrightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u27fa\\\",\\\"\\\\\\\\Longleftrightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21a6\\\",\\\"\\\\\\\\mapsto\\\",!0),_(j,Z,oe,\\\"\\\\u27fc\\\",\\\"\\\\\\\\longmapsto\\\",!0),_(j,Z,oe,\\\"\\\\u2197\\\",\\\"\\\\\\\\nearrow\\\",!0),_(j,Z,oe,\\\"\\\\u21a9\\\",\\\"\\\\\\\\hookleftarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21aa\\\",\\\"\\\\\\\\hookrightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u2198\\\",\\\"\\\\\\\\searrow\\\",!0),_(j,Z,oe,\\\"\\\\u21bc\\\",\\\"\\\\\\\\leftharpoonup\\\",!0),_(j,Z,oe,\\\"\\\\u21c0\\\",\\\"\\\\\\\\rightharpoonup\\\",!0),_(j,Z,oe,\\\"\\\\u2199\\\",\\\"\\\\\\\\swarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21bd\\\",\\\"\\\\\\\\leftharpoondown\\\",!0),_(j,Z,oe,\\\"\\\\u21c1\\\",\\\"\\\\\\\\rightharpoondown\\\",!0),_(j,Z,oe,\\\"\\\\u2196\\\",\\\"\\\\\\\\nwarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21cc\\\",\\\"\\\\\\\\rightleftharpoons\\\",!0),_(j,K,oe,\\\"\\\\u226e\\\",\\\"\\\\\\\\nless\\\",!0),_(j,K,oe,\\\"\\\\ue010\\\",\\\"\\\\\\\\@nleqslant\\\"),_(j,K,oe,\\\"\\\\ue011\\\",\\\"\\\\\\\\@nleqq\\\"),_(j,K,oe,\\\"\\\\u2a87\\\",\\\"\\\\\\\\lneq\\\",!0),_(j,K,oe,\\\"\\\\u2268\\\",\\\"\\\\\\\\lneqq\\\",!0),_(j,K,oe,\\\"\\\\ue00c\\\",\\\"\\\\\\\\@lvertneqq\\\"),_(j,K,oe,\\\"\\\\u22e6\\\",\\\"\\\\\\\\lnsim\\\",!0),_(j,K,oe,\\\"\\\\u2a89\\\",\\\"\\\\\\\\lnapprox\\\",!0),_(j,K,oe,\\\"\\\\u2280\\\",\\\"\\\\\\\\nprec\\\",!0),_(j,K,oe,\\\"\\\\u22e0\\\",\\\"\\\\\\\\npreceq\\\",!0),_(j,K,oe,\\\"\\\\u22e8\\\",\\\"\\\\\\\\precnsim\\\",!0),_(j,K,oe,\\\"\\\\u2ab9\\\",\\\"\\\\\\\\precnapprox\\\",!0),_(j,K,oe,\\\"\\\\u2241\\\",\\\"\\\\\\\\nsim\\\",!0),_(j,K,oe,\\\"\\\\ue006\\\",\\\"\\\\\\\\@nshortmid\\\"),_(j,K,oe,\\\"\\\\u2224\\\",\\\"\\\\\\\\nmid\\\",!0),_(j,K,oe,\\\"\\\\u22ac\\\",\\\"\\\\\\\\nvdash\\\",!0),_(j,K,oe,\\\"\\\\u22ad\\\",\\\"\\\\\\\\nvDash\\\",!0),_(j,K,oe,\\\"\\\\u22ea\\\",\\\"\\\\\\\\ntriangleleft\\\"),_(j,K,oe,\\\"\\\\u22ec\\\",\\\"\\\\\\\\ntrianglelefteq\\\",!0),_(j,K,oe,\\\"\\\\u228a\\\",\\\"\\\\\\\\subsetneq\\\",!0),_(j,K,oe,\\\"\\\\ue01a\\\",\\\"\\\\\\\\@varsubsetneq\\\"),_(j,K,oe,\\\"\\\\u2acb\\\",\\\"\\\\\\\\subsetneqq\\\",!0),_(j,K,oe,\\\"\\\\ue017\\\",\\\"\\\\\\\\@varsubsetneqq\\\"),_(j,K,oe,\\\"\\\\u226f\\\",\\\"\\\\\\\\ngtr\\\",!0),_(j,K,oe,\\\"\\\\ue00f\\\",\\\"\\\\\\\\@ngeqslant\\\"),_(j,K,oe,\\\"\\\\ue00e\\\",\\\"\\\\\\\\@ngeqq\\\"),_(j,K,oe,\\\"\\\\u2a88\\\",\\\"\\\\\\\\gneq\\\",!0),_(j,K,oe,\\\"\\\\u2269\\\",\\\"\\\\\\\\gneqq\\\",!0),_(j,K,oe,\\\"\\\\ue00d\\\",\\\"\\\\\\\\@gvertneqq\\\"),_(j,K,oe,\\\"\\\\u22e7\\\",\\\"\\\\\\\\gnsim\\\",!0),_(j,K,oe,\\\"\\\\u2a8a\\\",\\\"\\\\\\\\gnapprox\\\",!0),_(j,K,oe,\\\"\\\\u2281\\\",\\\"\\\\\\\\nsucc\\\",!0),_(j,K,oe,\\\"\\\\u22e1\\\",\\\"\\\\\\\\nsucceq\\\",!0),_(j,K,oe,\\\"\\\\u22e9\\\",\\\"\\\\\\\\succnsim\\\",!0),_(j,K,oe,\\\"\\\\u2aba\\\",\\\"\\\\\\\\succnapprox\\\",!0),_(j,K,oe,\\\"\\\\u2246\\\",\\\"\\\\\\\\ncong\\\",!0),_(j,K,oe,\\\"\\\\ue007\\\",\\\"\\\\\\\\@nshortparallel\\\"),_(j,K,oe,\\\"\\\\u2226\\\",\\\"\\\\\\\\nparallel\\\",!0),_(j,K,oe,\\\"\\\\u22af\\\",\\\"\\\\\\\\nVDash\\\",!0),_(j,K,oe,\\\"\\\\u22eb\\\",\\\"\\\\\\\\ntriangleright\\\"),_(j,K,oe,\\\"\\\\u22ed\\\",\\\"\\\\\\\\ntrianglerighteq\\\",!0),_(j,K,oe,\\\"\\\\ue018\\\",\\\"\\\\\\\\@nsupseteqq\\\"),_(j,K,oe,\\\"\\\\u228b\\\",\\\"\\\\\\\\supsetneq\\\",!0),_(j,K,oe,\\\"\\\\ue01b\\\",\\\"\\\\\\\\@varsupsetneq\\\"),_(j,K,oe,\\\"\\\\u2acc\\\",\\\"\\\\\\\\supsetneqq\\\",!0),_(j,K,oe,\\\"\\\\ue019\\\",\\\"\\\\\\\\@varsupsetneqq\\\"),_(j,K,oe,\\\"\\\\u22ae\\\",\\\"\\\\\\\\nVdash\\\",!0),_(j,K,oe,\\\"\\\\u2ab5\\\",\\\"\\\\\\\\precneqq\\\",!0),_(j,K,oe,\\\"\\\\u2ab6\\\",\\\"\\\\\\\\succneqq\\\",!0),_(j,K,oe,\\\"\\\\ue016\\\",\\\"\\\\\\\\@nsubseteqq\\\"),_(j,K,Q,\\\"\\\\u22b4\\\",\\\"\\\\\\\\unlhd\\\"),_(j,K,Q,\\\"\\\\u22b5\\\",\\\"\\\\\\\\unrhd\\\"),_(j,K,oe,\\\"\\\\u219a\\\",\\\"\\\\\\\\nleftarrow\\\",!0),_(j,K,oe,\\\"\\\\u219b\\\",\\\"\\\\\\\\nrightarrow\\\",!0),_(j,K,oe,\\\"\\\\u21cd\\\",\\\"\\\\\\\\nLeftarrow\\\",!0),_(j,K,oe,\\\"\\\\u21cf\\\",\\\"\\\\\\\\nRightarrow\\\",!0),_(j,K,oe,\\\"\\\\u21ae\\\",\\\"\\\\\\\\nleftrightarrow\\\",!0),_(j,K,oe,\\\"\\\\u21ce\\\",\\\"\\\\\\\\nLeftrightarrow\\\",!0),_(j,K,oe,\\\"\\\\u25b3\\\",\\\"\\\\\\\\vartriangle\\\"),_(j,K,le,\\\"\\\\u210f\\\",\\\"\\\\\\\\hslash\\\"),_(j,K,le,\\\"\\\\u25bd\\\",\\\"\\\\\\\\triangledown\\\"),_(j,K,le,\\\"\\\\u25ca\\\",\\\"\\\\\\\\lozenge\\\"),_(j,K,le,\\\"\\\\u24c8\\\",\\\"\\\\\\\\circledS\\\"),_(j,K,le,\\\"\\\\xae\\\",\\\"\\\\\\\\circledR\\\"),_($,K,le,\\\"\\\\xae\\\",\\\"\\\\\\\\circledR\\\"),_(j,K,le,\\\"\\\\u2221\\\",\\\"\\\\\\\\measuredangle\\\",!0),_(j,K,le,\\\"\\\\u2204\\\",\\\"\\\\\\\\nexists\\\"),_(j,K,le,\\\"\\\\u2127\\\",\\\"\\\\\\\\mho\\\"),_(j,K,le,\\\"\\\\u2132\\\",\\\"\\\\\\\\Finv\\\",!0),_(j,K,le,\\\"\\\\u2141\\\",\\\"\\\\\\\\Game\\\",!0),_(j,K,le,\\\"\\\\u2035\\\",\\\"\\\\\\\\backprime\\\"),_(j,K,le,\\\"\\\\u25b2\\\",\\\"\\\\\\\\blacktriangle\\\"),_(j,K,le,\\\"\\\\u25bc\\\",\\\"\\\\\\\\blacktriangledown\\\"),_(j,K,le,\\\"\\\\u25a0\\\",\\\"\\\\\\\\blacksquare\\\"),_(j,K,le,\\\"\\\\u29eb\\\",\\\"\\\\\\\\blacklozenge\\\"),_(j,K,le,\\\"\\\\u2605\\\",\\\"\\\\\\\\bigstar\\\"),_(j,K,le,\\\"\\\\u2222\\\",\\\"\\\\\\\\sphericalangle\\\",!0),_(j,K,le,\\\"\\\\u2201\\\",\\\"\\\\\\\\complement\\\",!0),_(j,K,le,\\\"\\\\xf0\\\",\\\"\\\\\\\\eth\\\",!0),_($,Z,le,\\\"\\\\xf0\\\",\\\"\\\\xf0\\\"),_(j,K,le,\\\"\\\\u2571\\\",\\\"\\\\\\\\diagup\\\"),_(j,K,le,\\\"\\\\u2572\\\",\\\"\\\\\\\\diagdown\\\"),_(j,K,le,\\\"\\\\u25a1\\\",\\\"\\\\\\\\square\\\"),_(j,K,le,\\\"\\\\u25a1\\\",\\\"\\\\\\\\Box\\\"),_(j,K,le,\\\"\\\\u25ca\\\",\\\"\\\\\\\\Diamond\\\"),_(j,K,le,\\\"\\\\xa5\\\",\\\"\\\\\\\\yen\\\",!0),_($,K,le,\\\"\\\\xa5\\\",\\\"\\\\\\\\yen\\\",!0),_(j,K,le,\\\"\\\\u2713\\\",\\\"\\\\\\\\checkmark\\\",!0),_($,K,le,\\\"\\\\u2713\\\",\\\"\\\\\\\\checkmark\\\"),_(j,K,le,\\\"\\\\u2136\\\",\\\"\\\\\\\\beth\\\",!0),_(j,K,le,\\\"\\\\u2138\\\",\\\"\\\\\\\\daleth\\\",!0),_(j,K,le,\\\"\\\\u2137\\\",\\\"\\\\\\\\gimel\\\",!0),_(j,K,le,\\\"\\\\u03dd\\\",\\\"\\\\\\\\digamma\\\",!0),_(j,K,le,\\\"\\\\u03f0\\\",\\\"\\\\\\\\varkappa\\\"),_(j,K,ae,\\\"\\\\u250c\\\",\\\"\\\\\\\\@ulcorner\\\",!0),_(j,K,ee,\\\"\\\\u2510\\\",\\\"\\\\\\\\@urcorner\\\",!0),_(j,K,ae,\\\"\\\\u2514\\\",\\\"\\\\\\\\@llcorner\\\",!0),_(j,K,ee,\\\"\\\\u2518\\\",\\\"\\\\\\\\@lrcorner\\\",!0),_(j,K,oe,\\\"\\\\u2266\\\",\\\"\\\\\\\\leqq\\\",!0),_(j,K,oe,\\\"\\\\u2a7d\\\",\\\"\\\\\\\\leqslant\\\",!0),_(j,K,oe,\\\"\\\\u2a95\\\",\\\"\\\\\\\\eqslantless\\\",!0),_(j,K,oe,\\\"\\\\u2272\\\",\\\"\\\\\\\\lesssim\\\",!0),_(j,K,oe,\\\"\\\\u2a85\\\",\\\"\\\\\\\\lessapprox\\\",!0),_(j,K,oe,\\\"\\\\u224a\\\",\\\"\\\\\\\\approxeq\\\",!0),_(j,K,Q,\\\"\\\\u22d6\\\",\\\"\\\\\\\\lessdot\\\"),_(j,K,oe,\\\"\\\\u22d8\\\",\\\"\\\\\\\\lll\\\",!0),_(j,K,oe,\\\"\\\\u2276\\\",\\\"\\\\\\\\lessgtr\\\",!0),_(j,K,oe,\\\"\\\\u22da\\\",\\\"\\\\\\\\lesseqgtr\\\",!0),_(j,K,oe,\\\"\\\\u2a8b\\\",\\\"\\\\\\\\lesseqqgtr\\\",!0),_(j,K,oe,\\\"\\\\u2251\\\",\\\"\\\\\\\\doteqdot\\\"),_(j,K,oe,\\\"\\\\u2253\\\",\\\"\\\\\\\\risingdotseq\\\",!0),_(j,K,oe,\\\"\\\\u2252\\\",\\\"\\\\\\\\fallingdotseq\\\",!0),_(j,K,oe,\\\"\\\\u223d\\\",\\\"\\\\\\\\backsim\\\",!0),_(j,K,oe,\\\"\\\\u22cd\\\",\\\"\\\\\\\\backsimeq\\\",!0),_(j,K,oe,\\\"\\\\u2ac5\\\",\\\"\\\\\\\\subseteqq\\\",!0),_(j,K,oe,\\\"\\\\u22d0\\\",\\\"\\\\\\\\Subset\\\",!0),_(j,K,oe,\\\"\\\\u228f\\\",\\\"\\\\\\\\sqsubset\\\",!0),_(j,K,oe,\\\"\\\\u227c\\\",\\\"\\\\\\\\preccurlyeq\\\",!0),_(j,K,oe,\\\"\\\\u22de\\\",\\\"\\\\\\\\curlyeqprec\\\",!0),_(j,K,oe,\\\"\\\\u227e\\\",\\\"\\\\\\\\precsim\\\",!0),_(j,K,oe,\\\"\\\\u2ab7\\\",\\\"\\\\\\\\precapprox\\\",!0),_(j,K,oe,\\\"\\\\u22b2\\\",\\\"\\\\\\\\vartriangleleft\\\"),_(j,K,oe,\\\"\\\\u22b4\\\",\\\"\\\\\\\\trianglelefteq\\\"),_(j,K,oe,\\\"\\\\u22a8\\\",\\\"\\\\\\\\vDash\\\",!0),_(j,K,oe,\\\"\\\\u22aa\\\",\\\"\\\\\\\\Vvdash\\\",!0),_(j,K,oe,\\\"\\\\u2323\\\",\\\"\\\\\\\\smallsmile\\\"),_(j,K,oe,\\\"\\\\u2322\\\",\\\"\\\\\\\\smallfrown\\\"),_(j,K,oe,\\\"\\\\u224f\\\",\\\"\\\\\\\\bumpeq\\\",!0),_(j,K,oe,\\\"\\\\u224e\\\",\\\"\\\\\\\\Bumpeq\\\",!0),_(j,K,oe,\\\"\\\\u2267\\\",\\\"\\\\\\\\geqq\\\",!0),_(j,K,oe,\\\"\\\\u2a7e\\\",\\\"\\\\\\\\geqslant\\\",!0),_(j,K,oe,\\\"\\\\u2a96\\\",\\\"\\\\\\\\eqslantgtr\\\",!0),_(j,K,oe,\\\"\\\\u2273\\\",\\\"\\\\\\\\gtrsim\\\",!0),_(j,K,oe,\\\"\\\\u2a86\\\",\\\"\\\\\\\\gtrapprox\\\",!0),_(j,K,Q,\\\"\\\\u22d7\\\",\\\"\\\\\\\\gtrdot\\\"),_(j,K,oe,\\\"\\\\u22d9\\\",\\\"\\\\\\\\ggg\\\",!0),_(j,K,oe,\\\"\\\\u2277\\\",\\\"\\\\\\\\gtrless\\\",!0),_(j,K,oe,\\\"\\\\u22db\\\",\\\"\\\\\\\\gtreqless\\\",!0),_(j,K,oe,\\\"\\\\u2a8c\\\",\\\"\\\\\\\\gtreqqless\\\",!0),_(j,K,oe,\\\"\\\\u2256\\\",\\\"\\\\\\\\eqcirc\\\",!0),_(j,K,oe,\\\"\\\\u2257\\\",\\\"\\\\\\\\circeq\\\",!0),_(j,K,oe,\\\"\\\\u225c\\\",\\\"\\\\\\\\triangleq\\\",!0),_(j,K,oe,\\\"\\\\u223c\\\",\\\"\\\\\\\\thicksim\\\"),_(j,K,oe,\\\"\\\\u2248\\\",\\\"\\\\\\\\thickapprox\\\"),_(j,K,oe,\\\"\\\\u2ac6\\\",\\\"\\\\\\\\supseteqq\\\",!0),_(j,K,oe,\\\"\\\\u22d1\\\",\\\"\\\\\\\\Supset\\\",!0),_(j,K,oe,\\\"\\\\u2290\\\",\\\"\\\\\\\\sqsupset\\\",!0),_(j,K,oe,\\\"\\\\u227d\\\",\\\"\\\\\\\\succcurlyeq\\\",!0),_(j,K,oe,\\\"\\\\u22df\\\",\\\"\\\\\\\\curlyeqsucc\\\",!0),_(j,K,oe,\\\"\\\\u227f\\\",\\\"\\\\\\\\succsim\\\",!0),_(j,K,oe,\\\"\\\\u2ab8\\\",\\\"\\\\\\\\succapprox\\\",!0),_(j,K,oe,\\\"\\\\u22b3\\\",\\\"\\\\\\\\vartriangleright\\\"),_(j,K,oe,\\\"\\\\u22b5\\\",\\\"\\\\\\\\trianglerighteq\\\"),_(j,K,oe,\\\"\\\\u22a9\\\",\\\"\\\\\\\\Vdash\\\",!0),_(j,K,oe,\\\"\\\\u2223\\\",\\\"\\\\\\\\shortmid\\\"),_(j,K,oe,\\\"\\\\u2225\\\",\\\"\\\\\\\\shortparallel\\\"),_(j,K,oe,\\\"\\\\u226c\\\",\\\"\\\\\\\\between\\\",!0),_(j,K,oe,\\\"\\\\u22d4\\\",\\\"\\\\\\\\pitchfork\\\",!0),_(j,K,oe,\\\"\\\\u221d\\\",\\\"\\\\\\\\varpropto\\\"),_(j,K,oe,\\\"\\\\u25c0\\\",\\\"\\\\\\\\blacktriangleleft\\\"),_(j,K,oe,\\\"\\\\u2234\\\",\\\"\\\\\\\\therefore\\\",!0),_(j,K,oe,\\\"\\\\u220d\\\",\\\"\\\\\\\\backepsilon\\\"),_(j,K,oe,\\\"\\\\u25b6\\\",\\\"\\\\\\\\blacktriangleright\\\"),_(j,K,oe,\\\"\\\\u2235\\\",\\\"\\\\\\\\because\\\",!0),_(j,K,oe,\\\"\\\\u22d8\\\",\\\"\\\\\\\\llless\\\"),_(j,K,oe,\\\"\\\\u22d9\\\",\\\"\\\\\\\\gggtr\\\"),_(j,K,Q,\\\"\\\\u22b2\\\",\\\"\\\\\\\\lhd\\\"),_(j,K,Q,\\\"\\\\u22b3\\\",\\\"\\\\\\\\rhd\\\"),_(j,K,oe,\\\"\\\\u2242\\\",\\\"\\\\\\\\eqsim\\\",!0),_(j,Z,oe,\\\"\\\\u22c8\\\",\\\"\\\\\\\\Join\\\"),_(j,K,oe,\\\"\\\\u2251\\\",\\\"\\\\\\\\Doteq\\\",!0),_(j,K,Q,\\\"\\\\u2214\\\",\\\"\\\\\\\\dotplus\\\",!0),_(j,K,Q,\\\"\\\\u2216\\\",\\\"\\\\\\\\smallsetminus\\\"),_(j,K,Q,\\\"\\\\u22d2\\\",\\\"\\\\\\\\Cap\\\",!0),_(j,K,Q,\\\"\\\\u22d3\\\",\\\"\\\\\\\\Cup\\\",!0),_(j,K,Q,\\\"\\\\u2a5e\\\",\\\"\\\\\\\\doublebarwedge\\\",!0),_(j,K,Q,\\\"\\\\u229f\\\",\\\"\\\\\\\\boxminus\\\",!0),_(j,K,Q,\\\"\\\\u229e\\\",\\\"\\\\\\\\boxplus\\\",!0),_(j,K,Q,\\\"\\\\u22c7\\\",\\\"\\\\\\\\divideontimes\\\",!0),_(j,K,Q,\\\"\\\\u22c9\\\",\\\"\\\\\\\\ltimes\\\",!0),_(j,K,Q,\\\"\\\\u22ca\\\",\\\"\\\\\\\\rtimes\\\",!0),_(j,K,Q,\\\"\\\\u22cb\\\",\\\"\\\\\\\\leftthreetimes\\\",!0),_(j,K,Q,\\\"\\\\u22cc\\\",\\\"\\\\\\\\rightthreetimes\\\",!0),_(j,K,Q,\\\"\\\\u22cf\\\",\\\"\\\\\\\\curlywedge\\\",!0),_(j,K,Q,\\\"\\\\u22ce\\\",\\\"\\\\\\\\curlyvee\\\",!0),_(j,K,Q,\\\"\\\\u229d\\\",\\\"\\\\\\\\circleddash\\\",!0),_(j,K,Q,\\\"\\\\u229b\\\",\\\"\\\\\\\\circledast\\\",!0),_(j,K,Q,\\\"\\\\u22c5\\\",\\\"\\\\\\\\centerdot\\\"),_(j,K,Q,\\\"\\\\u22ba\\\",\\\"\\\\\\\\intercal\\\",!0),_(j,K,Q,\\\"\\\\u22d2\\\",\\\"\\\\\\\\doublecap\\\"),_(j,K,Q,\\\"\\\\u22d3\\\",\\\"\\\\\\\\doublecup\\\"),_(j,K,Q,\\\"\\\\u22a0\\\",\\\"\\\\\\\\boxtimes\\\",!0),_(j,K,oe,\\\"\\\\u21e2\\\",\\\"\\\\\\\\dashrightarrow\\\",!0),_(j,K,oe,\\\"\\\\u21e0\\\",\\\"\\\\\\\\dashleftarrow\\\",!0),_(j,K,oe,\\\"\\\\u21c7\\\",\\\"\\\\\\\\leftleftarrows\\\",!0),_(j,K,oe,\\\"\\\\u21c6\\\",\\\"\\\\\\\\leftrightarrows\\\",!0),_(j,K,oe,\\\"\\\\u21da\\\",\\\"\\\\\\\\Lleftarrow\\\",!0),_(j,K,oe,\\\"\\\\u219e\\\",\\\"\\\\\\\\twoheadleftarrow\\\",!0),_(j,K,oe,\\\"\\\\u21a2\\\",\\\"\\\\\\\\leftarrowtail\\\",!0),_(j,K,oe,\\\"\\\\u21ab\\\",\\\"\\\\\\\\looparrowleft\\\",!0),_(j,K,oe,\\\"\\\\u21cb\\\",\\\"\\\\\\\\leftrightharpoons\\\",!0),_(j,K,oe,\\\"\\\\u21b6\\\",\\\"\\\\\\\\curvearrowleft\\\",!0),_(j,K,oe,\\\"\\\\u21ba\\\",\\\"\\\\\\\\circlearrowleft\\\",!0),_(j,K,oe,\\\"\\\\u21b0\\\",\\\"\\\\\\\\Lsh\\\",!0),_(j,K,oe,\\\"\\\\u21c8\\\",\\\"\\\\\\\\upuparrows\\\",!0),_(j,K,oe,\\\"\\\\u21bf\\\",\\\"\\\\\\\\upharpoonleft\\\",!0),_(j,K,oe,\\\"\\\\u21c3\\\",\\\"\\\\\\\\downharpoonleft\\\",!0),_(j,Z,oe,\\\"\\\\u22b6\\\",\\\"\\\\\\\\origof\\\",!0),_(j,Z,oe,\\\"\\\\u22b7\\\",\\\"\\\\\\\\imageof\\\",!0),_(j,K,oe,\\\"\\\\u22b8\\\",\\\"\\\\\\\\multimap\\\",!0),_(j,K,oe,\\\"\\\\u21ad\\\",\\\"\\\\\\\\leftrightsquigarrow\\\",!0),_(j,K,oe,\\\"\\\\u21c9\\\",\\\"\\\\\\\\rightrightarrows\\\",!0),_(j,K,oe,\\\"\\\\u21c4\\\",\\\"\\\\\\\\rightleftarrows\\\",!0),_(j,K,oe,\\\"\\\\u21a0\\\",\\\"\\\\\\\\twoheadrightarrow\\\",!0),_(j,K,oe,\\\"\\\\u21a3\\\",\\\"\\\\\\\\rightarrowtail\\\",!0),_(j,K,oe,\\\"\\\\u21ac\\\",\\\"\\\\\\\\looparrowright\\\",!0),_(j,K,oe,\\\"\\\\u21b7\\\",\\\"\\\\\\\\curvearrowright\\\",!0),_(j,K,oe,\\\"\\\\u21bb\\\",\\\"\\\\\\\\circlearrowright\\\",!0),_(j,K,oe,\\\"\\\\u21b1\\\",\\\"\\\\\\\\Rsh\\\",!0),_(j,K,oe,\\\"\\\\u21ca\\\",\\\"\\\\\\\\downdownarrows\\\",!0),_(j,K,oe,\\\"\\\\u21be\\\",\\\"\\\\\\\\upharpoonright\\\",!0),_(j,K,oe,\\\"\\\\u21c2\\\",\\\"\\\\\\\\downharpoonright\\\",!0),_(j,K,oe,\\\"\\\\u21dd\\\",\\\"\\\\\\\\rightsquigarrow\\\",!0),_(j,K,oe,\\\"\\\\u21dd\\\",\\\"\\\\\\\\leadsto\\\"),_(j,K,oe,\\\"\\\\u21db\\\",\\\"\\\\\\\\Rrightarrow\\\",!0),_(j,K,oe,\\\"\\\\u21be\\\",\\\"\\\\\\\\restriction\\\"),_(j,Z,le,\\\"\\\\u2018\\\",\\\"`\\\"),_(j,Z,le,\\\"$\\\",\\\"\\\\\\\\$\\\"),_($,Z,le,\\\"$\\\",\\\"\\\\\\\\$\\\"),_($,Z,le,\\\"$\\\",\\\"\\\\\\\\textdollar\\\"),_(j,Z,le,\\\"%\\\",\\\"\\\\\\\\%\\\"),_($,Z,le,\\\"%\\\",\\\"\\\\\\\\%\\\"),_(j,Z,le,\\\"_\\\",\\\"\\\\\\\\_\\\"),_($,Z,le,\\\"_\\\",\\\"\\\\\\\\_\\\"),_($,Z,le,\\\"_\\\",\\\"\\\\\\\\textunderscore\\\"),_(j,Z,le,\\\"\\\\u2220\\\",\\\"\\\\\\\\angle\\\",!0),_(j,Z,le,\\\"\\\\u221e\\\",\\\"\\\\\\\\infty\\\",!0),_(j,Z,le,\\\"\\\\u2032\\\",\\\"\\\\\\\\prime\\\"),_(j,Z,le,\\\"\\\\u25b3\\\",\\\"\\\\\\\\triangle\\\"),_(j,Z,le,\\\"\\\\u0393\\\",\\\"\\\\\\\\Gamma\\\",!0),_(j,Z,le,\\\"\\\\u0394\\\",\\\"\\\\\\\\Delta\\\",!0),_(j,Z,le,\\\"\\\\u0398\\\",\\\"\\\\\\\\Theta\\\",!0),_(j,Z,le,\\\"\\\\u039b\\\",\\\"\\\\\\\\Lambda\\\",!0),_(j,Z,le,\\\"\\\\u039e\\\",\\\"\\\\\\\\Xi\\\",!0),_(j,Z,le,\\\"\\\\u03a0\\\",\\\"\\\\\\\\Pi\\\",!0),_(j,Z,le,\\\"\\\\u03a3\\\",\\\"\\\\\\\\Sigma\\\",!0),_(j,Z,le,\\\"\\\\u03a5\\\",\\\"\\\\\\\\Upsilon\\\",!0),_(j,Z,le,\\\"\\\\u03a6\\\",\\\"\\\\\\\\Phi\\\",!0),_(j,Z,le,\\\"\\\\u03a8\\\",\\\"\\\\\\\\Psi\\\",!0),_(j,Z,le,\\\"\\\\u03a9\\\",\\\"\\\\\\\\Omega\\\",!0),_(j,Z,le,\\\"A\\\",\\\"\\\\u0391\\\"),_(j,Z,le,\\\"B\\\",\\\"\\\\u0392\\\"),_(j,Z,le,\\\"E\\\",\\\"\\\\u0395\\\"),_(j,Z,le,\\\"Z\\\",\\\"\\\\u0396\\\"),_(j,Z,le,\\\"H\\\",\\\"\\\\u0397\\\"),_(j,Z,le,\\\"I\\\",\\\"\\\\u0399\\\"),_(j,Z,le,\\\"K\\\",\\\"\\\\u039a\\\"),_(j,Z,le,\\\"M\\\",\\\"\\\\u039c\\\"),_(j,Z,le,\\\"N\\\",\\\"\\\\u039d\\\"),_(j,Z,le,\\\"O\\\",\\\"\\\\u039f\\\"),_(j,Z,le,\\\"P\\\",\\\"\\\\u03a1\\\"),_(j,Z,le,\\\"T\\\",\\\"\\\\u03a4\\\"),_(j,Z,le,\\\"X\\\",\\\"\\\\u03a7\\\"),_(j,Z,le,\\\"\\\\xac\\\",\\\"\\\\\\\\neg\\\",!0),_(j,Z,le,\\\"\\\\xac\\\",\\\"\\\\\\\\lnot\\\"),_(j,Z,le,\\\"\\\\u22a4\\\",\\\"\\\\\\\\top\\\"),_(j,Z,le,\\\"\\\\u22a5\\\",\\\"\\\\\\\\bot\\\"),_(j,Z,le,\\\"\\\\u2205\\\",\\\"\\\\\\\\emptyset\\\"),_(j,K,le,\\\"\\\\u2205\\\",\\\"\\\\\\\\varnothing\\\"),_(j,Z,re,\\\"\\\\u03b1\\\",\\\"\\\\\\\\alpha\\\",!0),_(j,Z,re,\\\"\\\\u03b2\\\",\\\"\\\\\\\\beta\\\",!0),_(j,Z,re,\\\"\\\\u03b3\\\",\\\"\\\\\\\\gamma\\\",!0),_(j,Z,re,\\\"\\\\u03b4\\\",\\\"\\\\\\\\delta\\\",!0),_(j,Z,re,\\\"\\\\u03f5\\\",\\\"\\\\\\\\epsilon\\\",!0),_(j,Z,re,\\\"\\\\u03b6\\\",\\\"\\\\\\\\zeta\\\",!0),_(j,Z,re,\\\"\\\\u03b7\\\",\\\"\\\\\\\\eta\\\",!0),_(j,Z,re,\\\"\\\\u03b8\\\",\\\"\\\\\\\\theta\\\",!0),_(j,Z,re,\\\"\\\\u03b9\\\",\\\"\\\\\\\\iota\\\",!0),_(j,Z,re,\\\"\\\\u03ba\\\",\\\"\\\\\\\\kappa\\\",!0),_(j,Z,re,\\\"\\\\u03bb\\\",\\\"\\\\\\\\lambda\\\",!0),_(j,Z,re,\\\"\\\\u03bc\\\",\\\"\\\\\\\\mu\\\",!0),_(j,Z,re,\\\"\\\\u03bd\\\",\\\"\\\\\\\\nu\\\",!0),_(j,Z,re,\\\"\\\\u03be\\\",\\\"\\\\\\\\xi\\\",!0),_(j,Z,re,\\\"\\\\u03bf\\\",\\\"\\\\\\\\omicron\\\",!0),_(j,Z,re,\\\"\\\\u03c0\\\",\\\"\\\\\\\\pi\\\",!0),_(j,Z,re,\\\"\\\\u03c1\\\",\\\"\\\\\\\\rho\\\",!0),_(j,Z,re,\\\"\\\\u03c3\\\",\\\"\\\\\\\\sigma\\\",!0),_(j,Z,re,\\\"\\\\u03c4\\\",\\\"\\\\\\\\tau\\\",!0),_(j,Z,re,\\\"\\\\u03c5\\\",\\\"\\\\\\\\upsilon\\\",!0),_(j,Z,re,\\\"\\\\u03d5\\\",\\\"\\\\\\\\phi\\\",!0),_(j,Z,re,\\\"\\\\u03c7\\\",\\\"\\\\\\\\chi\\\",!0),_(j,Z,re,\\\"\\\\u03c8\\\",\\\"\\\\\\\\psi\\\",!0),_(j,Z,re,\\\"\\\\u03c9\\\",\\\"\\\\\\\\omega\\\",!0),_(j,Z,re,\\\"\\\\u03b5\\\",\\\"\\\\\\\\varepsilon\\\",!0),_(j,Z,re,\\\"\\\\u03d1\\\",\\\"\\\\\\\\vartheta\\\",!0),_(j,Z,re,\\\"\\\\u03d6\\\",\\\"\\\\\\\\varpi\\\",!0),_(j,Z,re,\\\"\\\\u03f1\\\",\\\"\\\\\\\\varrho\\\",!0),_(j,Z,re,\\\"\\\\u03c2\\\",\\\"\\\\\\\\varsigma\\\",!0),_(j,Z,re,\\\"\\\\u03c6\\\",\\\"\\\\\\\\varphi\\\",!0),_(j,Z,Q,\\\"\\\\u2217\\\",\\\"*\\\",!0),_(j,Z,Q,\\\"+\\\",\\\"+\\\"),_(j,Z,Q,\\\"\\\\u2212\\\",\\\"-\\\",!0),_(j,Z,Q,\\\"\\\\u22c5\\\",\\\"\\\\\\\\cdot\\\",!0),_(j,Z,Q,\\\"\\\\u2218\\\",\\\"\\\\\\\\circ\\\"),_(j,Z,Q,\\\"\\\\xf7\\\",\\\"\\\\\\\\div\\\",!0),_(j,Z,Q,\\\"\\\\xb1\\\",\\\"\\\\\\\\pm\\\",!0),_(j,Z,Q,\\\"\\\\xd7\\\",\\\"\\\\\\\\times\\\",!0),_(j,Z,Q,\\\"\\\\u2229\\\",\\\"\\\\\\\\cap\\\",!0),_(j,Z,Q,\\\"\\\\u222a\\\",\\\"\\\\\\\\cup\\\",!0),_(j,Z,Q,\\\"\\\\u2216\\\",\\\"\\\\\\\\setminus\\\"),_(j,Z,Q,\\\"\\\\u2227\\\",\\\"\\\\\\\\land\\\"),_(j,Z,Q,\\\"\\\\u2228\\\",\\\"\\\\\\\\lor\\\"),_(j,Z,Q,\\\"\\\\u2227\\\",\\\"\\\\\\\\wedge\\\",!0),_(j,Z,Q,\\\"\\\\u2228\\\",\\\"\\\\\\\\vee\\\",!0),_(j,Z,le,\\\"\\\\u221a\\\",\\\"\\\\\\\\surd\\\"),_(j,Z,ae,\\\"\\\\u27e8\\\",\\\"\\\\\\\\langle\\\",!0),_(j,Z,ae,\\\"\\\\u2223\\\",\\\"\\\\\\\\lvert\\\"),_(j,Z,ae,\\\"\\\\u2225\\\",\\\"\\\\\\\\lVert\\\"),_(j,Z,ee,\\\"?\\\",\\\"?\\\"),_(j,Z,ee,\\\"!\\\",\\\"!\\\"),_(j,Z,ee,\\\"\\\\u27e9\\\",\\\"\\\\\\\\rangle\\\",!0),_(j,Z,ee,\\\"\\\\u2223\\\",\\\"\\\\\\\\rvert\\\"),_(j,Z,ee,\\\"\\\\u2225\\\",\\\"\\\\\\\\rVert\\\"),_(j,Z,oe,\\\"=\\\",\\\"=\\\"),_(j,Z,oe,\\\":\\\",\\\":\\\"),_(j,Z,oe,\\\"\\\\u2248\\\",\\\"\\\\\\\\approx\\\",!0),_(j,Z,oe,\\\"\\\\u2245\\\",\\\"\\\\\\\\cong\\\",!0),_(j,Z,oe,\\\"\\\\u2265\\\",\\\"\\\\\\\\ge\\\"),_(j,Z,oe,\\\"\\\\u2265\\\",\\\"\\\\\\\\geq\\\",!0),_(j,Z,oe,\\\"\\\\u2190\\\",\\\"\\\\\\\\gets\\\"),_(j,Z,oe,\\\">\\\",\\\"\\\\\\\\gt\\\",!0),_(j,Z,oe,\\\"\\\\u2208\\\",\\\"\\\\\\\\in\\\",!0),_(j,Z,oe,\\\"\\\\ue020\\\",\\\"\\\\\\\\@not\\\"),_(j,Z,oe,\\\"\\\\u2282\\\",\\\"\\\\\\\\subset\\\",!0),_(j,Z,oe,\\\"\\\\u2283\\\",\\\"\\\\\\\\supset\\\",!0),_(j,Z,oe,\\\"\\\\u2286\\\",\\\"\\\\\\\\subseteq\\\",!0),_(j,Z,oe,\\\"\\\\u2287\\\",\\\"\\\\\\\\supseteq\\\",!0),_(j,K,oe,\\\"\\\\u2288\\\",\\\"\\\\\\\\nsubseteq\\\",!0),_(j,K,oe,\\\"\\\\u2289\\\",\\\"\\\\\\\\nsupseteq\\\",!0),_(j,Z,oe,\\\"\\\\u22a8\\\",\\\"\\\\\\\\models\\\"),_(j,Z,oe,\\\"\\\\u2190\\\",\\\"\\\\\\\\leftarrow\\\",!0),_(j,Z,oe,\\\"\\\\u2264\\\",\\\"\\\\\\\\le\\\"),_(j,Z,oe,\\\"\\\\u2264\\\",\\\"\\\\\\\\leq\\\",!0),_(j,Z,oe,\\\"\u003C\\\",\\\"\\\\\\\\lt\\\",!0),_(j,Z,oe,\\\"\\\\u2192\\\",\\\"\\\\\\\\rightarrow\\\",!0),_(j,Z,oe,\\\"\\\\u2192\\\",\\\"\\\\\\\\to\\\"),_(j,K,oe,\\\"\\\\u2271\\\",\\\"\\\\\\\\ngeq\\\",!0),_(j,K,oe,\\\"\\\\u2270\\\",\\\"\\\\\\\\nleq\\\",!0),_(j,Z,se,\\\"\\\\xa0\\\",\\\"\\\\\\\\ \\\"),_(j,Z,se,\\\"\\\\xa0\\\",\\\"\\\\\\\\space\\\"),_(j,Z,se,\\\"\\\\xa0\\\",\\\"\\\\\\\\nobreakspace\\\"),_($,Z,se,\\\"\\\\xa0\\\",\\\"\\\\\\\\ \\\"),_($,Z,se,\\\"\\\\xa0\\\",\\\" \\\"),_($,Z,se,\\\"\\\\xa0\\\",\\\"\\\\\\\\space\\\"),_($,Z,se,\\\"\\\\xa0\\\",\\\"\\\\\\\\nobreakspace\\\"),_(j,Z,se,null,\\\"\\\\\\\\nobreak\\\"),_(j,Z,se,null,\\\"\\\\\\\\allowbreak\\\"),_(j,Z,ie,\\\",\\\",\\\",\\\"),_(j,Z,ie,\\\";\\\",\\\";\\\"),_(j,K,Q,\\\"\\\\u22bc\\\",\\\"\\\\\\\\barwedge\\\",!0),_(j,K,Q,\\\"\\\\u22bb\\\",\\\"\\\\\\\\veebar\\\",!0),_(j,Z,Q,\\\"\\\\u2299\\\",\\\"\\\\\\\\odot\\\",!0),_(j,Z,Q,\\\"\\\\u2295\\\",\\\"\\\\\\\\oplus\\\",!0),_(j,Z,Q,\\\"\\\\u2297\\\",\\\"\\\\\\\\otimes\\\",!0),_(j,Z,le,\\\"\\\\u2202\\\",\\\"\\\\\\\\partial\\\",!0),_(j,Z,Q,\\\"\\\\u2298\\\",\\\"\\\\\\\\oslash\\\",!0),_(j,K,Q,\\\"\\\\u229a\\\",\\\"\\\\\\\\circledcirc\\\",!0),_(j,K,Q,\\\"\\\\u22a1\\\",\\\"\\\\\\\\boxdot\\\",!0),_(j,Z,Q,\\\"\\\\u25b3\\\",\\\"\\\\\\\\bigtriangleup\\\"),_(j,Z,Q,\\\"\\\\u25bd\\\",\\\"\\\\\\\\bigtriangledown\\\"),_(j,Z,Q,\\\"\\\\u2020\\\",\\\"\\\\\\\\dagger\\\"),_(j,Z,Q,\\\"\\\\u22c4\\\",\\\"\\\\\\\\diamond\\\"),_(j,Z,Q,\\\"\\\\u22c6\\\",\\\"\\\\\\\\star\\\"),_(j,Z,Q,\\\"\\\\u25c3\\\",\\\"\\\\\\\\triangleleft\\\"),_(j,Z,Q,\\\"\\\\u25b9\\\",\\\"\\\\\\\\triangleright\\\"),_(j,Z,ae,\\\"{\\\",\\\"\\\\\\\\{\\\"),_($,Z,le,\\\"{\\\",\\\"\\\\\\\\{\\\"),_($,Z,le,\\\"{\\\",\\\"\\\\\\\\textbraceleft\\\"),_(j,Z,ee,\\\"}\\\",\\\"\\\\\\\\}\\\"),_($,Z,le,\\\"}\\\",\\\"\\\\\\\\}\\\"),_($,Z,le,\\\"}\\\",\\\"\\\\\\\\textbraceright\\\"),_(j,Z,ae,\\\"{\\\",\\\"\\\\\\\\lbrace\\\"),_(j,Z,ee,\\\"}\\\",\\\"\\\\\\\\rbrace\\\"),_(j,Z,ae,\\\"[\\\",\\\"\\\\\\\\lbrack\\\",!0),_($,Z,le,\\\"[\\\",\\\"\\\\\\\\lbrack\\\",!0),_(j,Z,ee,\\\"]\\\",\\\"\\\\\\\\rbrack\\\",!0),_($,Z,le,\\\"]\\\",\\\"\\\\\\\\rbrack\\\",!0),_(j,Z,ae,\\\"(\\\",\\\"\\\\\\\\lparen\\\",!0),_(j,Z,ee,\\\")\\\",\\\"\\\\\\\\rparen\\\",!0),_($,Z,le,\\\"\u003C\\\",\\\"\\\\\\\\textless\\\",!0),_($,Z,le,\\\">\\\",\\\"\\\\\\\\textgreater\\\",!0),_(j,Z,ae,\\\"\\\\u230a\\\",\\\"\\\\\\\\lfloor\\\",!0),_(j,Z,ee,\\\"\\\\u230b\\\",\\\"\\\\\\\\rfloor\\\",!0),_(j,Z,ae,\\\"\\\\u2308\\\",\\\"\\\\\\\\lceil\\\",!0),_(j,Z,ee,\\\"\\\\u2309\\\",\\\"\\\\\\\\rceil\\\",!0),_(j,Z,le,\\\"\\\\\\\\\\\",\\\"\\\\\\\\backslash\\\"),_(j,Z,le,\\\"\\\\u2223\\\",\\\"|\\\"),_(j,Z,le,\\\"\\\\u2223\\\",\\\"\\\\\\\\vert\\\"),_($,Z,le,\\\"|\\\",\\\"\\\\\\\\textbar\\\",!0),_(j,Z,le,\\\"\\\\u2225\\\",\\\"\\\\\\\\|\\\"),_(j,Z,le,\\\"\\\\u2225\\\",\\\"\\\\\\\\Vert\\\"),_($,Z,le,\\\"\\\\u2225\\\",\\\"\\\\\\\\textbardbl\\\"),_($,Z,le,\\\"~\\\",\\\"\\\\\\\\textasciitilde\\\"),_($,Z,le,\\\"\\\\\\\\\\\",\\\"\\\\\\\\textbackslash\\\"),_($,Z,le,\\\"^\\\",\\\"\\\\\\\\textasciicircum\\\"),_(j,Z,oe,\\\"\\\\u2191\\\",\\\"\\\\\\\\uparrow\\\",!0),_(j,Z,oe,\\\"\\\\u21d1\\\",\\\"\\\\\\\\Uparrow\\\",!0),_(j,Z,oe,\\\"\\\\u2193\\\",\\\"\\\\\\\\downarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21d3\\\",\\\"\\\\\\\\Downarrow\\\",!0),_(j,Z,oe,\\\"\\\\u2195\\\",\\\"\\\\\\\\updownarrow\\\",!0),_(j,Z,oe,\\\"\\\\u21d5\\\",\\\"\\\\\\\\Updownarrow\\\",!0),_(j,Z,ne,\\\"\\\\u2210\\\",\\\"\\\\\\\\coprod\\\"),_(j,Z,ne,\\\"\\\\u22c1\\\",\\\"\\\\\\\\bigvee\\\"),_(j,Z,ne,\\\"\\\\u22c0\\\",\\\"\\\\\\\\bigwedge\\\"),_(j,Z,ne,\\\"\\\\u2a04\\\",\\\"\\\\\\\\biguplus\\\"),_(j,Z,ne,\\\"\\\\u22c2\\\",\\\"\\\\\\\\bigcap\\\"),_(j,Z,ne,\\\"\\\\u22c3\\\",\\\"\\\\\\\\bigcup\\\"),_(j,Z,ne,\\\"\\\\u222b\\\",\\\"\\\\\\\\int\\\"),_(j,Z,ne,\\\"\\\\u222b\\\",\\\"\\\\\\\\intop\\\"),_(j,Z,ne,\\\"\\\\u222c\\\",\\\"\\\\\\\\iint\\\"),_(j,Z,ne,\\\"\\\\u222d\\\",\\\"\\\\\\\\iiint\\\"),_(j,Z,ne,\\\"\\\\u220f\\\",\\\"\\\\\\\\prod\\\"),_(j,Z,ne,\\\"\\\\u2211\\\",\\\"\\\\\\\\sum\\\"),_(j,Z,ne,\\\"\\\\u2a02\\\",\\\"\\\\\\\\bigotimes\\\"),_(j,Z,ne,\\\"\\\\u2a01\\\",\\\"\\\\\\\\bigoplus\\\"),_(j,Z,ne,\\\"\\\\u2a00\\\",\\\"\\\\\\\\bigodot\\\"),_(j,Z,ne,\\\"\\\\u222e\\\",\\\"\\\\\\\\oint\\\"),_(j,Z,ne,\\\"\\\\u222f\\\",\\\"\\\\\\\\oiint\\\"),_(j,Z,ne,\\\"\\\\u2230\\\",\\\"\\\\\\\\oiiint\\\"),_(j,Z,ne,\\\"\\\\u2a06\\\",\\\"\\\\\\\\bigsqcup\\\"),_(j,Z,ne,\\\"\\\\u222b\\\",\\\"\\\\\\\\smallint\\\"),_($,Z,te,\\\"\\\\u2026\\\",\\\"\\\\\\\\textellipsis\\\"),_(j,Z,te,\\\"\\\\u2026\\\",\\\"\\\\\\\\mathellipsis\\\"),_($,Z,te,\\\"\\\\u2026\\\",\\\"\\\\\\\\ldots\\\",!0),_(j,Z,te,\\\"\\\\u2026\\\",\\\"\\\\\\\\ldots\\\",!0),_(j,Z,te,\\\"\\\\u22ef\\\",\\\"\\\\\\\\@cdots\\\",!0),_(j,Z,te,\\\"\\\\u22f1\\\",\\\"\\\\\\\\ddots\\\",!0),_(j,Z,le,\\\"\\\\u22ee\\\",\\\"\\\\\\\\varvdots\\\"),_(j,Z,J,\\\"\\\\u02ca\\\",\\\"\\\\\\\\acute\\\"),_(j,Z,J,\\\"\\\\u02cb\\\",\\\"\\\\\\\\grave\\\"),_(j,Z,J,\\\"\\\\xa8\\\",\\\"\\\\\\\\ddot\\\"),_(j,Z,J,\\\"~\\\",\\\"\\\\\\\\tilde\\\"),_(j,Z,J,\\\"\\\\u02c9\\\",\\\"\\\\\\\\bar\\\"),_(j,Z,J,\\\"\\\\u02d8\\\",\\\"\\\\\\\\breve\\\"),_(j,Z,J,\\\"\\\\u02c7\\\",\\\"\\\\\\\\check\\\"),_(j,Z,J,\\\"^\\\",\\\"\\\\\\\\hat\\\"),_(j,Z,J,\\\"\\\\u20d7\\\",\\\"\\\\\\\\vec\\\"),_(j,Z,J,\\\"\\\\u02d9\\\",\\\"\\\\\\\\dot\\\"),_(j,Z,J,\\\"\\\\u02da\\\",\\\"\\\\\\\\mathring\\\"),_(j,Z,re,\\\"\\\\ue131\\\",\\\"\\\\\\\\@imath\\\"),_(j,Z,re,\\\"\\\\ue237\\\",\\\"\\\\\\\\@jmath\\\"),_(j,Z,le,\\\"\\\\u0131\\\",\\\"\\\\u0131\\\"),_(j,Z,le,\\\"\\\\u0237\\\",\\\"\\\\u0237\\\"),_($,Z,le,\\\"\\\\u0131\\\",\\\"\\\\\\\\i\\\",!0),_($,Z,le,\\\"\\\\u0237\\\",\\\"\\\\\\\\j\\\",!0),_($,Z,le,\\\"\\\\xdf\\\",\\\"\\\\\\\\ss\\\",!0),_($,Z,le,\\\"\\\\xe6\\\",\\\"\\\\\\\\ae\\\",!0),_($,Z,le,\\\"\\\\u0153\\\",\\\"\\\\\\\\oe\\\",!0),_($,Z,le,\\\"\\\\xf8\\\",\\\"\\\\\\\\o\\\",!0),_($,Z,le,\\\"\\\\xc6\\\",\\\"\\\\\\\\AE\\\",!0),_($,Z,le,\\\"\\\\u0152\\\",\\\"\\\\\\\\OE\\\",!0),_($,Z,le,\\\"\\\\xd8\\\",\\\"\\\\\\\\O\\\",!0),_($,Z,J,\\\"\\\\u02ca\\\",\\\"\\\\\\\\'\\\"),_($,Z,J,\\\"\\\\u02cb\\\",\\\"\\\\\\\\`\\\"),_($,Z,J,\\\"\\\\u02c6\\\",\\\"\\\\\\\\^\\\"),_($,Z,J,\\\"\\\\u02dc\\\",\\\"\\\\\\\\~\\\"),_($,Z,J,\\\"\\\\u02c9\\\",\\\"\\\\\\\\=\\\"),_($,Z,J,\\\"\\\\u02d8\\\",\\\"\\\\\\\\u\\\"),_($,Z,J,\\\"\\\\u02d9\\\",\\\"\\\\\\\\.\\\"),_($,Z,J,\\\"\\\\xb8\\\",\\\"\\\\\\\\c\\\"),_($,Z,J,\\\"\\\\u02da\\\",\\\"\\\\\\\\r\\\"),_($,Z,J,\\\"\\\\u02c7\\\",\\\"\\\\\\\\v\\\"),_($,Z,J,\\\"\\\\xa8\\\",'\\\\\\\\\\\"'),_($,Z,J,\\\"\\\\u02dd\\\",\\\"\\\\\\\\H\\\"),_($,Z,J,\\\"\\\\u25ef\\\",\\\"\\\\\\\\textcircled\\\");var he={\\\"--\\\":!0,\\\"---\\\":!0,\\\"``\\\":!0,\\\"''\\\":!0};_($,Z,le,\\\"\\\\u2013\\\",\\\"--\\\",!0),_($,Z,le,\\\"\\\\u2013\\\",\\\"\\\\\\\\textendash\\\"),_($,Z,le,\\\"\\\\u2014\\\",\\\"---\\\",!0),_($,Z,le,\\\"\\\\u2014\\\",\\\"\\\\\\\\textemdash\\\"),_($,Z,le,\\\"\\\\u2018\\\",\\\"`\\\",!0),_($,Z,le,\\\"\\\\u2018\\\",\\\"\\\\\\\\textquoteleft\\\"),_($,Z,le,\\\"\\\\u2019\\\",\\\"'\\\",!0),_($,Z,le,\\\"\\\\u2019\\\",\\\"\\\\\\\\textquoteright\\\"),_($,Z,le,\\\"\\\\u201c\\\",\\\"``\\\",!0),_($,Z,le,\\\"\\\\u201c\\\",\\\"\\\\\\\\textquotedblleft\\\"),_($,Z,le,\\\"\\\\u201d\\\",\\\"''\\\",!0),_($,Z,le,\\\"\\\\u201d\\\",\\\"\\\\\\\\textquotedblright\\\"),_(j,Z,le,\\\"\\\\xb0\\\",\\\"\\\\\\\\degree\\\",!0),_($,Z,le,\\\"\\\\xb0\\\",\\\"\\\\\\\\degree\\\"),_($,Z,le,\\\"\\\\xb0\\\",\\\"\\\\\\\\textdegree\\\",!0),_(j,Z,le,\\\"\\\\xa3\\\",\\\"\\\\\\\\pounds\\\"),_(j,Z,le,\\\"\\\\xa3\\\",\\\"\\\\\\\\mathsterling\\\",!0),_($,Z,le,\\\"\\\\xa3\\\",\\\"\\\\\\\\pounds\\\"),_($,Z,le,\\\"\\\\xa3\\\",\\\"\\\\\\\\textsterling\\\",!0),_(j,K,le,\\\"\\\\u2720\\\",\\\"\\\\\\\\maltese\\\"),_($,K,le,\\\"\\\\u2720\\\",\\\"\\\\\\\\maltese\\\");for(var me='0123456789/@.\\\"',ce=0;ce\u003Cme.length;ce++){var ue=me.charAt(ce);_(j,Z,le,ue,ue)}for(var pe='0123456789!@*()-=+\\\";:?/.,',de=0;de\u003Cpe.length;de++){var fe=pe.charAt(de);_($,Z,le,fe,fe)}for(var ge=\\\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\\\",ve=0;ve\u003Cge.length;ve++){var be=ge.charAt(ve);_(j,Z,re,be,be),_($,Z,le,be,be)}_(j,K,le,\\\"C\\\",\\\"\\\\u2102\\\"),_($,K,le,\\\"C\\\",\\\"\\\\u2102\\\"),_(j,K,le,\\\"H\\\",\\\"\\\\u210d\\\"),_($,K,le,\\\"H\\\",\\\"\\\\u210d\\\"),_(j,K,le,\\\"N\\\",\\\"\\\\u2115\\\"),_($,K,le,\\\"N\\\",\\\"\\\\u2115\\\"),_(j,K,le,\\\"P\\\",\\\"\\\\u2119\\\"),_($,K,le,\\\"P\\\",\\\"\\\\u2119\\\"),_(j,K,le,\\\"Q\\\",\\\"\\\\u211a\\\"),_($,K,le,\\\"Q\\\",\\\"\\\\u211a\\\"),_(j,K,le,\\\"R\\\",\\\"\\\\u211d\\\"),_($,K,le,\\\"R\\\",\\\"\\\\u211d\\\"),_(j,K,le,\\\"Z\\\",\\\"\\\\u2124\\\"),_($,K,le,\\\"Z\\\",\\\"\\\\u2124\\\"),_(j,Z,re,\\\"h\\\",\\\"\\\\u210e\\\"),_($,Z,re,\\\"h\\\",\\\"\\\\u210e\\\");for(var ye=\\\"\\\",xe=0;xe\u003Cge.length;xe++){var we=ge.charAt(xe);_(j,Z,re,we,ye=String.fromCharCode(55349,56320+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56372+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56424+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56580+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56736+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56788+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56840+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56944+xe)),_($,Z,le,we,ye),xe\u003C26&&(_(j,Z,re,we,ye=String.fromCharCode(55349,56632+xe)),_($,Z,le,we,ye),_(j,Z,re,we,ye=String.fromCharCode(55349,56476+xe)),_($,Z,le,we,ye))}_(j,Z,re,\\\"k\\\",ye=String.fromCharCode(55349,56668)),_($,Z,le,\\\"k\\\",ye);for(var ke=0;ke\u003C10;ke++){var Se=ke.toString();_(j,Z,re,Se,ye=String.fromCharCode(55349,57294+ke)),_($,Z,le,Se,ye),_(j,Z,re,Se,ye=String.fromCharCode(55349,57314+ke)),_($,Z,le,Se,ye),_(j,Z,re,Se,ye=String.fromCharCode(55349,57324+ke)),_($,Z,le,Se,ye),_(j,Z,re,Se,ye=String.fromCharCode(55349,57334+ke)),_($,Z,le,Se,ye)}for(var Me=\\\"\\\\xd0\\\\xde\\\\xfe\\\",ze=0;ze\u003CMe.length;ze++){var Ae=Me.charAt(ze);_(j,Z,re,Ae,Ae),_($,Z,le,Ae,Ae)}var Te=[[\\\"mathbf\\\",\\\"textbf\\\",\\\"Main-Bold\\\"],[\\\"mathbf\\\",\\\"textbf\\\",\\\"Main-Bold\\\"],[\\\"mathnormal\\\",\\\"textit\\\",\\\"Math-Italic\\\"],[\\\"mathnormal\\\",\\\"textit\\\",\\\"Math-Italic\\\"],[\\\"boldsymbol\\\",\\\"boldsymbol\\\",\\\"Main-BoldItalic\\\"],[\\\"boldsymbol\\\",\\\"boldsymbol\\\",\\\"Main-BoldItalic\\\"],[\\\"mathscr\\\",\\\"textscr\\\",\\\"Script-Regular\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"mathfrak\\\",\\\"textfrak\\\",\\\"Fraktur-Regular\\\"],[\\\"mathfrak\\\",\\\"textfrak\\\",\\\"Fraktur-Regular\\\"],[\\\"mathbb\\\",\\\"textbb\\\",\\\"AMS-Regular\\\"],[\\\"mathbb\\\",\\\"textbb\\\",\\\"AMS-Regular\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"mathsf\\\",\\\"textsf\\\",\\\"SansSerif-Regular\\\"],[\\\"mathsf\\\",\\\"textsf\\\",\\\"SansSerif-Regular\\\"],[\\\"mathboldsf\\\",\\\"textboldsf\\\",\\\"SansSerif-Bold\\\"],[\\\"mathboldsf\\\",\\\"textboldsf\\\",\\\"SansSerif-Bold\\\"],[\\\"mathitsf\\\",\\\"textitsf\\\",\\\"SansSerif-Italic\\\"],[\\\"mathitsf\\\",\\\"textitsf\\\",\\\"SansSerif-Italic\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"mathtt\\\",\\\"texttt\\\",\\\"Typewriter-Regular\\\"],[\\\"mathtt\\\",\\\"texttt\\\",\\\"Typewriter-Regular\\\"]],Be=[[\\\"mathbf\\\",\\\"textbf\\\",\\\"Main-Bold\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"mathsf\\\",\\\"textsf\\\",\\\"SansSerif-Regular\\\"],[\\\"mathboldsf\\\",\\\"textboldsf\\\",\\\"SansSerif-Bold\\\"],[\\\"mathtt\\\",\\\"texttt\\\",\\\"Typewriter-Regular\\\"]],Ne=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],qe=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],Ce=function(e,t){return t.size\u003C2?e:Ne[e-1][t.size-1]},Ie=function(){function e(t){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=t.style,this.color=t.color,this.size=t.size||e.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||\\\"\\\",this.fontFamily=t.fontFamily||\\\"\\\",this.fontWeight=t.fontWeight||\\\"\\\",this.fontShape=t.fontShape||\\\"\\\",this.sizeMultiplier=qe[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}var t=e.prototype;return t.extend=function(t){var r={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);return new e(r)},t.havingStyle=function(e){return this.style===e?this:this.extend({style:e,size:Ce(this.textSize,e)})},t.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},t.havingSize=function(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:qe[e-1]})},t.havingBaseStyle=function(t){t=t||this.style.text();var r=Ce(e.BASESIZE,t);return this.size===r&&this.textSize===e.BASESIZE&&this.style===t?this:this.extend({style:t,size:r})},t.havingBaseSizing=function(){var e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})},t.withColor=function(e){return this.extend({color:e})},t.withPhantom=function(){return this.extend({phantom:!0})},t.withFont=function(e){return this.extend({font:e})},t.withTextFontFamily=function(e){return this.extend({fontFamily:e,font:\\\"\\\"})},t.withTextFontWeight=function(e){return this.extend({fontWeight:e,font:\\\"\\\"})},t.withTextFontShape=function(e){return this.extend({fontShape:e,font:\\\"\\\"})},t.sizingClasses=function(e){return e.size!==this.size?[\\\"sizing\\\",\\\"reset-size\\\"+e.size,\\\"size\\\"+this.size]:[]},t.baseSizingClasses=function(){return this.size!==e.BASESIZE?[\\\"sizing\\\",\\\"reset-size\\\"+this.size,\\\"size\\\"+e.BASESIZE]:[]},t.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=function(e){var t;if(!G[t=e>=5?0:e>=3?1:2]){var r=G[t]={cssEmPerMu:P.quad[t]/18};for(var n in P)P.hasOwnProperty(n)&&(r[n]=P[n][t])}return G[t]}(this.size)),this._fontMetrics},t.getColor=function(){return this.phantom?\\\"transparent\\\":this.color},e}();Ie.BASESIZE=6;var Re=Ie,Oe={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},Ee={ex:!0,em:!0,mu:!0},He=function(e){return\\\"string\\\"!=typeof e&&(e=e.unit),e in Oe||e in Ee||\\\"ex\\\"===e},Le=function(e,t){var r;if(e.unit in Oe)r=Oe[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if(\\\"mu\\\"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var a;if(a=t.style.isTight()?t.havingStyle(t.style.text()):t,\\\"ex\\\"===e.unit)r=a.fontMetrics().xHeight;else{if(\\\"em\\\"!==e.unit)throw new n(\\\"Invalid unit: '\\\"+e.unit+\\\"'\\\");r=a.fontMetrics().quad}a!==t&&(r*=a.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},De=function(e,t,r){return X[r][e]&&X[r][e].replace&&(e=X[r][e].replace),{value:e,metrics:V(e,t,r)}},Pe=function(e,t,r,n,a){var i,o=De(e,t,r),s=o.metrics;if(e=o.value,s){var l=s.italic;(\\\"text\\\"===r||n&&\\\"mathit\\\"===n.font)&&(l=0),i=new R(e,s.height,s.depth,l,s.skew,s.width,a)}else\\\"undefined\\\"!=typeof console&&console.warn(\\\"No character metrics for '\\\"+e+\\\"' in style '\\\"+t+\\\"' and mode '\\\"+r+\\\"'\\\"),i=new R(e,0,0,0,0,0,a);if(n){i.maxFontSize=n.sizeMultiplier,n.style.isTight()&&i.classes.push(\\\"mtight\\\");var h=n.getColor();h&&(i.style.color=h)}return i},Fe=function(e,t){if(z(e.classes)!==z(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){var r=e.classes[0];if(\\\"mbin\\\"===r||\\\"mord\\\"===r)return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var a in t.style)if(t.style.hasOwnProperty(a)&&e.style[a]!==t.style[a])return!1;return!0},Ve=function(e){for(var t=0,r=0,n=0,a=0;a\u003Ce.children.length;a++){var i=e.children[a];i.height>t&&(t=i.height),i.depth>r&&(r=i.depth),i.maxFontSize>n&&(n=i.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},Ge=function(e,t,r,n){var a=new N(e,t,r,n);return Ve(a),a},Ue=function(e,t,r,n){return new N(e,t,r,n)},Ye=function(e){var t=new M(e);return Ve(t),t},We=function(e,t,r){var n=\\\"\\\";switch(e){case\\\"amsrm\\\":n=\\\"AMS\\\";break;case\\\"textrm\\\":n=\\\"Main\\\";break;case\\\"textsf\\\":n=\\\"SansSerif\\\";break;case\\\"texttt\\\":n=\\\"Typewriter\\\";break;default:n=e}return n+\\\"-\\\"+(\\\"textbf\\\"===t&&\\\"textit\\\"===r?\\\"BoldItalic\\\":\\\"textbf\\\"===t?\\\"Bold\\\":\\\"textit\\\"===t?\\\"Italic\\\":\\\"Regular\\\")},Xe={mathbf:{variant:\\\"bold\\\",fontName:\\\"Main-Bold\\\"},mathrm:{variant:\\\"normal\\\",fontName:\\\"Main-Regular\\\"},textit:{variant:\\\"italic\\\",fontName:\\\"Main-Italic\\\"},mathit:{variant:\\\"italic\\\",fontName:\\\"Main-Italic\\\"},mathnormal:{variant:\\\"italic\\\",fontName:\\\"Math-Italic\\\"},mathbb:{variant:\\\"double-struck\\\",fontName:\\\"AMS-Regular\\\"},mathcal:{variant:\\\"script\\\",fontName:\\\"Caligraphic-Regular\\\"},mathfrak:{variant:\\\"fraktur\\\",fontName:\\\"Fraktur-Regular\\\"},mathscr:{variant:\\\"script\\\",fontName:\\\"Script-Regular\\\"},mathsf:{variant:\\\"sans-serif\\\",fontName:\\\"SansSerif-Regular\\\"},mathtt:{variant:\\\"monospace\\\",fontName:\\\"Typewriter-Regular\\\"}},_e={vec:[\\\"vec\\\",.471,.714],oiintSize1:[\\\"oiintSize1\\\",.957,.499],oiintSize2:[\\\"oiintSize2\\\",1.472,.659],oiiintSize1:[\\\"oiiintSize1\\\",1.304,.499],oiiintSize2:[\\\"oiiintSize2\\\",1.98,.659]},je={fontMap:Xe,makeSymbol:Pe,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),\\\"boldsymbol\\\"===r.font&&De(e,\\\"Main-Bold\\\",t).metrics?Pe(e,\\\"Main-Bold\\\",t,r,n.concat([\\\"mathbf\\\"])):\\\"\\\\\\\\\\\"===e||\\\"main\\\"===X[t][e].font?Pe(e,\\\"Main-Regular\\\",t,r,n):Pe(e,\\\"AMS-Regular\\\",t,r,n.concat([\\\"amsrm\\\"]))},makeSpan:Ge,makeSvgSpan:Ue,makeLineSpan:function(e,t,r){var n=Ge([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=n.height+\\\"em\\\",n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){var a=new q(e,t,r,n);return Ve(a),a},makeFragment:Ye,wrapFragment:function(e,t){return e instanceof M?Ge([],[e],t):e},makeVList:function(e,t){for(var r=function(e){if(\\\"individualShift\\\"===e.positionType){for(var t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth,a=n,i=1;i\u003Ct.length;i++){var o=-t[i].shift-a-t[i].elem.depth,s=o-(t[i-1].elem.height+t[i-1].elem.depth);a+=o,r.push({type:\\\"kern\\\",size:s}),r.push(t[i])}return{children:r,depth:n}}var l;if(\\\"top\\\"===e.positionType){for(var h=e.positionData,m=0;m\u003Ce.children.length;m++){var c=e.children[m];h-=\\\"kern\\\"===c.type?c.size:c.elem.height+c.elem.depth}l=h}else if(\\\"bottom\\\"===e.positionType)l=-e.positionData;else{var u=e.children[0];if(\\\"elem\\\"!==u.type)throw new Error('First child must have type \\\"elem\\\".');if(\\\"shift\\\"===e.positionType)l=-u.elem.depth-e.positionData;else{if(\\\"firstBaseline\\\"!==e.positionType)throw new Error(\\\"Invalid positionType \\\"+e.positionType+\\\".\\\");l=-u.elem.depth}}return{children:e.children,depth:l}}(e),n=r.children,a=r.depth,i=0,o=0;o\u003Cn.length;o++){var s=n[o];if(\\\"elem\\\"===s.type){var l=s.elem;i=Math.max(i,l.maxFontSize,l.height)}}i+=2;var h=Ge([\\\"pstrut\\\"],[]);h.style.height=i+\\\"em\\\";for(var m=[],c=a,u=a,p=a,d=0;d\u003Cn.length;d++){var f=n[d];if(\\\"kern\\\"===f.type)p+=f.size;else{var g=f.elem,v=f.wrapperClasses||[],b=f.wrapperStyle||{},y=Ge(v,[h,g],void 0,b);y.style.top=-i-p-g.depth+\\\"em\\\",f.marginLeft&&(y.style.marginLeft=f.marginLeft),f.marginRight&&(y.style.marginRight=f.marginRight),m.push(y),p+=g.height+g.depth}c=Math.min(c,p),u=Math.max(u,p)}var x,w=Ge([\\\"vlist\\\"],m);if(w.style.height=u+\\\"em\\\",c\u003C0){var k=Ge([],[]),S=Ge([\\\"vlist\\\"],[k]);S.style.height=-c+\\\"em\\\";var M=Ge([\\\"vlist-s\\\"],[new R(\\\"\\\\u200b\\\")]);x=[Ge([\\\"vlist-r\\\"],[w,M]),Ge([\\\"vlist-r\\\"],[S])]}else x=[Ge([\\\"vlist-r\\\"],[w])];var z=Ge([\\\"vlist-t\\\"],x);return 2===x.length&&z.classes.push(\\\"vlist-t2\\\"),z.height=u,z.depth=-c,z},makeOrd:function(e,t,r){var a=e.mode,i=e.text,o=[\\\"mord\\\"],s=\\\"math\\\"===a||\\\"text\\\"===a&&t.font,l=s?t.font:t.fontFamily;if(55349===i.charCodeAt(0)){var h=function(e,t){var r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,a=\\\"math\\\"===t?0:1;if(119808\u003C=r&&r\u003C120484){var i=Math.floor((r-119808)/26);return[Te[i][2],Te[i][a]]}if(120782\u003C=r&&r\u003C=120831){var o=Math.floor((r-120782)/10);return[Be[o][2],Be[o][a]]}if(120485===r||120486===r)return[Te[0][2],Te[0][a]];if(120486\u003Cr&&r\u003C120782)return[\\\"\\\",\\\"\\\"];throw new n(\\\"Unsupported character: \\\"+e)}(i,a),m=h[0],c=h[1];return Pe(i,m,a,t,o.concat(c))}if(l){var u,p;if(\\\"boldsymbol\\\"===l){var d=function(e,t,r,n,a){return\\\"textord\\\"!==a&&De(e,\\\"Math-BoldItalic\\\",t).metrics?{fontName:\\\"Math-BoldItalic\\\",fontClass:\\\"boldsymbol\\\"}:{fontName:\\\"Main-Bold\\\",fontClass:\\\"mathbf\\\"}}(i,a,0,0,r);u=d.fontName,p=[d.fontClass]}else s?(u=Xe[l].fontName,p=[l]):(u=We(l,t.fontWeight,t.fontShape),p=[l,t.fontWeight,t.fontShape]);if(De(i,u,a).metrics)return Pe(i,u,a,t,o.concat(p));if(he.hasOwnProperty(i)&&\\\"Typewriter\\\"===u.substr(0,10)){for(var f=[],g=0;g\u003Ci.length;g++)f.push(Pe(i[g],u,a,t,o.concat(p)));return Ye(f)}}if(\\\"mathord\\\"===r)return Pe(i,\\\"Math-Italic\\\",a,t,o.concat([\\\"mathnormal\\\"]));if(\\\"textord\\\"===r){var v=X[a][i]&&X[a][i].font;if(\\\"ams\\\"===v){var b=We(\\\"amsrm\\\",t.fontWeight,t.fontShape);return Pe(i,b,a,t,o.concat(\\\"amsrm\\\",t.fontWeight,t.fontShape))}if(\\\"main\\\"!==v&&v){var y=We(v,t.fontWeight,t.fontShape);return Pe(i,y,a,t,o.concat(y,t.fontWeight,t.fontShape))}var x=We(\\\"textrm\\\",t.fontWeight,t.fontShape);return Pe(i,x,a,t,o.concat(t.fontWeight,t.fontShape))}throw new Error(\\\"unexpected type: \\\"+r+\\\" in makeOrd\\\")},makeGlue:function(e,t){var r=Ge([\\\"mspace\\\"],[],t),n=Le(e,t);return r.style.marginRight=n+\\\"em\\\",r},staticSvg:function(e,t){var r=_e[e],n=r[0],a=r[1],i=r[2],o=new E(n),s=new O([o],{width:a+\\\"em\\\",height:i+\\\"em\\\",style:\\\"width:\\\"+a+\\\"em\\\",viewBox:\\\"0 0 \\\"+1e3*a+\\\" \\\"+1e3*i,preserveAspectRatio:\\\"xMinYMin\\\"}),l=Ue([\\\"overlay\\\"],[s],t);return l.height=i,l.style.height=i+\\\"em\\\",l.style.width=a+\\\"em\\\",l},svgData:_e,tryCombineChars:function(e){for(var t=0;t\u003Ce.length-1;t++){var r=e[t],n=e[t+1];r instanceof R&&n instanceof R&&Fe(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,e.splice(t+1,1),t--)}return e}},$e={number:3,unit:\\\"mu\\\"},Ze={number:4,unit:\\\"mu\\\"},Ke={number:5,unit:\\\"mu\\\"},Je={mord:{mop:$e,mbin:Ze,mrel:Ke,minner:$e},mop:{mord:$e,mop:$e,mrel:Ke,minner:$e},mbin:{mord:Ze,mop:Ze,mopen:Ze,minner:Ze},mrel:{mord:Ke,mop:Ke,mopen:Ke,minner:Ke},mopen:{},mclose:{mop:$e,mbin:Ze,mrel:Ke,minner:$e},mpunct:{mord:$e,mop:$e,mrel:Ke,mopen:$e,mclose:$e,mpunct:$e,minner:$e},minner:{mord:$e,mop:$e,mbin:Ze,mrel:Ke,mopen:$e,mpunct:$e,minner:$e}},Qe={mord:{mop:$e},mop:{mord:$e,mop:$e},mbin:{},mrel:{},mopen:{},mclose:{mop:$e},mpunct:{},minner:{mop:$e}},et={},tt={},rt={};function nt(e){for(var t=e.type,r=e.names,n=e.props,a=e.handler,i=e.htmlBuilder,o=e.mathmlBuilder,s={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:a},l=0;l\u003Cr.length;++l)et[r[l]]=s;t&&(i&&(tt[t]=i),o&&(rt[t]=o))}function at(e){nt({type:e.type,names:[],props:{numArgs:0},handler:function(){throw new Error(\\\"Should never be called.\\\")},htmlBuilder:e.htmlBuilder,mathmlBuilder:e.mathmlBuilder})}var it=function(e){return\\\"ordgroup\\\"===e.type&&1===e.body.length?e.body[0]:e},ot=function(e){return\\\"ordgroup\\\"===e.type?e.body:[e]},st=je.makeSpan,lt=[\\\"leftmost\\\",\\\"mbin\\\",\\\"mopen\\\",\\\"mrel\\\",\\\"mop\\\",\\\"mpunct\\\"],ht=[\\\"rightmost\\\",\\\"mrel\\\",\\\"mclose\\\",\\\"mpunct\\\"],mt={display:b.DISPLAY,text:b.TEXT,script:b.SCRIPT,scriptscript:b.SCRIPTSCRIPT},ct={mord:\\\"mord\\\",mop:\\\"mop\\\",mbin:\\\"mbin\\\",mrel:\\\"mrel\\\",mopen:\\\"mopen\\\",mclose:\\\"mclose\\\",mpunct:\\\"mpunct\\\",minner:\\\"minner\\\"},ut=function(e,t,r,n){void 0===n&&(n=[null,null]);for(var a=[],i=0;i\u003Ce.length;i++){var o=bt(e[i],t);if(o instanceof M){var s=o.children;a.push.apply(a,s)}else a.push(o)}if(je.tryCombineChars(a),!r)return a;var h=t;if(1===e.length){var m=e[0];\\\"sizing\\\"===m.type?h=t.havingSize(m.size):\\\"styling\\\"===m.type&&(h=t.havingStyle(mt[m.style]))}var c=st([n[0]||\\\"leftmost\\\"],[],t),u=st([n[1]||\\\"rightmost\\\"],[],t),p=\\\"root\\\"===r;return pt(a,(function(e,t){var r=t.classes[0],n=e.classes[0];\\\"mbin\\\"===r&&l.contains(ht,n)?t.classes[0]=\\\"mord\\\":\\\"mbin\\\"===n&&l.contains(lt,r)&&(e.classes[0]=\\\"mord\\\")}),{node:c},u,p),pt(a,(function(e,t){var r=gt(t),n=gt(e),a=r&&n?e.hasClass(\\\"mtight\\\")?Qe[r][n]:Je[r][n]:null;if(a)return je.makeGlue(a,h)}),{node:c},u,p),a},pt=function e(t,r,n,a,i){a&&t.push(a);for(var o=0;o\u003Ct.length;o++){var s=t[o],l=dt(s);if(l)e(l.children,r,n,null,i);else{var h=!s.hasClass(\\\"mspace\\\");if(h){var m=r(s,n.node);m&&(n.insertAfter?n.insertAfter(m):(t.unshift(m),o++))}h?n.node=s:i&&s.hasClass(\\\"newline\\\")&&(n.node=st([\\\"leftmost\\\"])),n.insertAfter=function(e){return function(r){t.splice(e+1,0,r),o++}}(o)}}a&&t.pop()},dt=function(e){return e instanceof M||e instanceof q||e instanceof N&&e.hasClass(\\\"enclosing\\\")?e:null},ft=function e(t,r){var n=dt(t);if(n){var a=n.children;if(a.length){if(\\\"right\\\"===r)return e(a[a.length-1],\\\"right\\\");if(\\\"left\\\"===r)return e(a[0],\\\"left\\\")}}return t},gt=function(e,t){return e?(t&&(e=ft(e,t)),ct[e.classes[0]]||null):null},vt=function(e,t){var r=[\\\"nulldelimiter\\\"].concat(e.baseSizingClasses());return st(t.concat(r))},bt=function(e,t,r){if(!e)return st();if(tt[e.type]){var a=tt[e.type](e,t);if(r&&t.size!==r.size){a=st(t.sizingClasses(r),[a],t);var i=t.sizeMultiplier/r.sizeMultiplier;a.height*=i,a.depth*=i}return a}throw new n(\\\"Got group of unknown type: '\\\"+e.type+\\\"'\\\")};function yt(e,t){var r=st([\\\"base\\\"],e,t),n=st([\\\"strut\\\"]);return n.style.height=r.height+r.depth+\\\"em\\\",n.style.verticalAlign=-r.depth+\\\"em\\\",r.children.unshift(n),r}function xt(e,t){var r=null;1===e.length&&\\\"tag\\\"===e[0].type&&(r=e[0].tag,e=e[0].body);var n,a=ut(e,t,\\\"root\\\");2===a.length&&a[1].hasClass(\\\"tag\\\")&&(n=a.pop());for(var i,o=[],s=[],l=0;l\u003Ca.length;l++)if(s.push(a[l]),a[l].hasClass(\\\"mbin\\\")||a[l].hasClass(\\\"mrel\\\")||a[l].hasClass(\\\"allowbreak\\\")){for(var h=!1;l\u003Ca.length-1&&a[l+1].hasClass(\\\"mspace\\\")&&!a[l+1].hasClass(\\\"newline\\\");)l++,s.push(a[l]),a[l].hasClass(\\\"nobreak\\\")&&(h=!0);h||(o.push(yt(s,t)),s=[])}else a[l].hasClass(\\\"newline\\\")&&(s.pop(),s.length>0&&(o.push(yt(s,t)),s=[]),o.push(a[l]));s.length>0&&o.push(yt(s,t)),r?((i=yt(ut(r,t,!0))).classes=[\\\"tag\\\"],o.push(i)):n&&o.push(n);var m=st([\\\"katex-html\\\"],o);if(m.setAttribute(\\\"aria-hidden\\\",\\\"true\\\"),i){var c=i.children[0];c.style.height=m.height+m.depth+\\\"em\\\",c.style.verticalAlign=-m.depth+\\\"em\\\"}return m}function wt(e){return new M(e)}var kt=function(){function e(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.getAttribute=function(e){return this.attributes[e]},t.toNode=function(){var e=document.createElementNS(\\\"http://www.w3.org/1998/Math/MathML\\\",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=z(this.classes));for(var r=0;r\u003Cthis.children.length;r++)e.appendChild(this.children[r].toNode());return e},t.toMarkup=function(){var e=\\\"\u003C\\\"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=\\\" \\\"+t+'=\\\"',e+=l.escape(this.attributes[t]),e+='\\\"');this.classes.length>0&&(e+=' class =\\\"'+l.escape(z(this.classes))+'\\\"'),e+=\\\">\\\";for(var r=0;r\u003Cthis.children.length;r++)e+=this.children[r].toMarkup();return e+=\\\"\u003C/\\\"+this.type+\\\">\\\"},t.toText=function(){return this.children.map((function(e){return e.toText()})).join(\\\"\\\")},e}(),St=function(){function e(e){this.text=void 0,this.text=e}var t=e.prototype;return t.toNode=function(){return document.createTextNode(this.text)},t.toMarkup=function(){return l.escape(this.toText())},t.toText=function(){return this.text},e}(),Mt={MathNode:kt,TextNode:St,SpaceNode:function(){function e(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e\u003C=.05556?\\\"\\\\u200a\\\":e>=.1666&&e\u003C=.1667?\\\"\\\\u2009\\\":e>=.2222&&e\u003C=.2223?\\\"\\\\u2005\\\":e>=.2777&&e\u003C=.2778?\\\"\\\\u2005\\\\u200a\\\":e>=-.05556&&e\u003C=-.05555?\\\"\\\\u200a\\\\u2063\\\":e>=-.1667&&e\u003C=-.1666?\\\"\\\\u2009\\\\u2063\\\":e>=-.2223&&e\u003C=-.2222?\\\"\\\\u205f\\\\u2063\\\":e>=-.2778&&e\u003C=-.2777?\\\"\\\\u2005\\\\u2063\\\":null}var t=e.prototype;return t.toNode=function(){if(this.character)return document.createTextNode(this.character);var e=document.createElementNS(\\\"http://www.w3.org/1998/Math/MathML\\\",\\\"mspace\\\");return e.setAttribute(\\\"width\\\",this.width+\\\"em\\\"),e},t.toMarkup=function(){return this.character?\\\"\u003Cmtext>\\\"+this.character+\\\"\u003C/mtext>\\\":'\u003Cmspace width=\\\"'+this.width+'em\\\"/>'},t.toText=function(){return this.character?this.character:\\\" \\\"},e}(),newDocumentFragment:wt},zt=function(e,t,r){return!X[t][e]||!X[t][e].replace||55349===e.charCodeAt(0)||he.hasOwnProperty(e)&&r&&(r.fontFamily&&\\\"tt\\\"===r.fontFamily.substr(4,2)||r.font&&\\\"tt\\\"===r.font.substr(4,2))||(e=X[t][e].replace),new Mt.TextNode(e)},At=function(e){return 1===e.length?e[0]:new Mt.MathNode(\\\"mrow\\\",e)},Tt=function(e,t){if(\\\"texttt\\\"===t.fontFamily)return\\\"monospace\\\";if(\\\"textsf\\\"===t.fontFamily)return\\\"textit\\\"===t.fontShape&&\\\"textbf\\\"===t.fontWeight?\\\"sans-serif-bold-italic\\\":\\\"textit\\\"===t.fontShape?\\\"sans-serif-italic\\\":\\\"textbf\\\"===t.fontWeight?\\\"bold-sans-serif\\\":\\\"sans-serif\\\";if(\\\"textit\\\"===t.fontShape&&\\\"textbf\\\"===t.fontWeight)return\\\"bold-italic\\\";if(\\\"textit\\\"===t.fontShape)return\\\"italic\\\";if(\\\"textbf\\\"===t.fontWeight)return\\\"bold\\\";var r=t.font;if(!r||\\\"mathnormal\\\"===r)return null;var n=e.mode;if(\\\"mathit\\\"===r)return\\\"italic\\\";if(\\\"boldsymbol\\\"===r)return\\\"textord\\\"===e.type?\\\"bold\\\":\\\"bold-italic\\\";if(\\\"mathbf\\\"===r)return\\\"bold\\\";if(\\\"mathbb\\\"===r)return\\\"double-struck\\\";if(\\\"mathfrak\\\"===r)return\\\"fraktur\\\";if(\\\"mathscr\\\"===r||\\\"mathcal\\\"===r)return\\\"script\\\";if(\\\"mathsf\\\"===r)return\\\"sans-serif\\\";if(\\\"mathtt\\\"===r)return\\\"monospace\\\";var a=e.text;return l.contains([\\\"\\\\\\\\imath\\\",\\\"\\\\\\\\jmath\\\"],a)?null:(X[n][a]&&X[n][a].replace&&(a=X[n][a].replace),V(a,je.fontMap[r].fontName,n)?je.fontMap[r].variant:null)},Bt=function(e,t,r){if(1===e.length){var n=qt(e[0],t);return r&&n instanceof kt&&\\\"mo\\\"===n.type&&(n.setAttribute(\\\"lspace\\\",\\\"0em\\\"),n.setAttribute(\\\"rspace\\\",\\\"0em\\\")),[n]}for(var a,i=[],o=0;o\u003Ce.length;o++){var s=qt(e[o],t);if(s instanceof kt&&a instanceof kt){if(\\\"mtext\\\"===s.type&&\\\"mtext\\\"===a.type&&s.getAttribute(\\\"mathvariant\\\")===a.getAttribute(\\\"mathvariant\\\")){var l;(l=a.children).push.apply(l,s.children);continue}if(\\\"mn\\\"===s.type&&\\\"mn\\\"===a.type){var h;(h=a.children).push.apply(h,s.children);continue}if(\\\"mi\\\"===s.type&&1===s.children.length&&\\\"mn\\\"===a.type){var m=s.children[0];if(m instanceof St&&\\\".\\\"===m.text){var c;(c=a.children).push.apply(c,s.children);continue}}else if(\\\"mi\\\"===a.type&&1===a.children.length){var u=a.children[0];if(u instanceof St&&\\\"\\\\u0338\\\"===u.text&&(\\\"mo\\\"===s.type||\\\"mi\\\"===s.type||\\\"mn\\\"===s.type)){var p=s.children[0];p instanceof St&&p.text.length>0&&(p.text=p.text.slice(0,1)+\\\"\\\\u0338\\\"+p.text.slice(1),i.pop())}}}i.push(s),a=s}return i},Nt=function(e,t,r){return At(Bt(e,t,r))},qt=function(e,t){if(!e)return new Mt.MathNode(\\\"mrow\\\");if(rt[e.type])return rt[e.type](e,t);throw new n(\\\"Got group of unknown type: '\\\"+e.type+\\\"'\\\")};function Ct(e,t,r,n,a){var i,o=Bt(e,r);i=1===o.length&&o[0]instanceof kt&&l.contains([\\\"mrow\\\",\\\"mtable\\\"],o[0].type)?o[0]:new Mt.MathNode(\\\"mrow\\\",o);var s=new Mt.MathNode(\\\"annotation\\\",[new Mt.TextNode(t)]);s.setAttribute(\\\"encoding\\\",\\\"application/x-tex\\\");var h=new Mt.MathNode(\\\"semantics\\\",[i,s]),m=new Mt.MathNode(\\\"math\\\",[h]);m.setAttribute(\\\"xmlns\\\",\\\"http://www.w3.org/1998/Math/MathML\\\"),n&&m.setAttribute(\\\"display\\\",\\\"block\\\");var c=a?\\\"katex\\\":\\\"katex-mathml\\\";return je.makeSpan([c],[m])}var It=function(e){return new Re({style:e.displayMode?b.DISPLAY:b.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Rt=function(e,t){if(t.displayMode){var r=[\\\"katex-display\\\"];t.leqno&&r.push(\\\"leqno\\\"),t.fleqn&&r.push(\\\"fleqn\\\"),e=je.makeSpan(r,[e])}return e},Ot=function(e,t,r){var n,a=It(r);if(\\\"mathml\\\"===r.output)return Ct(e,t,a,r.displayMode,!0);if(\\\"html\\\"===r.output){var i=xt(e,a);n=je.makeSpan([\\\"katex\\\"],[i])}else{var o=Ct(e,t,a,r.displayMode,!1),s=xt(e,a);n=je.makeSpan([\\\"katex\\\"],[o,s])}return Rt(n,r)},Et={widehat:\\\"^\\\",widecheck:\\\"\\\\u02c7\\\",widetilde:\\\"~\\\",utilde:\\\"~\\\",overleftarrow:\\\"\\\\u2190\\\",underleftarrow:\\\"\\\\u2190\\\",xleftarrow:\\\"\\\\u2190\\\",overrightarrow:\\\"\\\\u2192\\\",underrightarrow:\\\"\\\\u2192\\\",xrightarrow:\\\"\\\\u2192\\\",underbrace:\\\"\\\\u23df\\\",overbrace:\\\"\\\\u23de\\\",overgroup:\\\"\\\\u23e0\\\",undergroup:\\\"\\\\u23e1\\\",overleftrightarrow:\\\"\\\\u2194\\\",underleftrightarrow:\\\"\\\\u2194\\\",xleftrightarrow:\\\"\\\\u2194\\\",Overrightarrow:\\\"\\\\u21d2\\\",xRightarrow:\\\"\\\\u21d2\\\",overleftharpoon:\\\"\\\\u21bc\\\",xleftharpoonup:\\\"\\\\u21bc\\\",overrightharpoon:\\\"\\\\u21c0\\\",xrightharpoonup:\\\"\\\\u21c0\\\",xLeftarrow:\\\"\\\\u21d0\\\",xLeftrightarrow:\\\"\\\\u21d4\\\",xhookleftarrow:\\\"\\\\u21a9\\\",xhookrightarrow:\\\"\\\\u21aa\\\",xmapsto:\\\"\\\\u21a6\\\",xrightharpoondown:\\\"\\\\u21c1\\\",xleftharpoondown:\\\"\\\\u21bd\\\",xrightleftharpoons:\\\"\\\\u21cc\\\",xleftrightharpoons:\\\"\\\\u21cb\\\",xtwoheadleftarrow:\\\"\\\\u219e\\\",xtwoheadrightarrow:\\\"\\\\u21a0\\\",xlongequal:\\\"=\\\",xtofrom:\\\"\\\\u21c4\\\",xrightleftarrows:\\\"\\\\u21c4\\\",xrightequilibrium:\\\"\\\\u21cc\\\",xleftequilibrium:\\\"\\\\u21cb\\\",\\\"\\\\\\\\cdrightarrow\\\":\\\"\\\\u2192\\\",\\\"\\\\\\\\cdleftarrow\\\":\\\"\\\\u2190\\\",\\\"\\\\\\\\cdlongequal\\\":\\\"=\\\"},Ht={overrightarrow:[[\\\"rightarrow\\\"],.888,522,\\\"xMaxYMin\\\"],overleftarrow:[[\\\"leftarrow\\\"],.888,522,\\\"xMinYMin\\\"],underrightarrow:[[\\\"rightarrow\\\"],.888,522,\\\"xMaxYMin\\\"],underleftarrow:[[\\\"leftarrow\\\"],.888,522,\\\"xMinYMin\\\"],xrightarrow:[[\\\"rightarrow\\\"],1.469,522,\\\"xMaxYMin\\\"],\\\"\\\\\\\\cdrightarrow\\\":[[\\\"rightarrow\\\"],3,522,\\\"xMaxYMin\\\"],xleftarrow:[[\\\"leftarrow\\\"],1.469,522,\\\"xMinYMin\\\"],\\\"\\\\\\\\cdleftarrow\\\":[[\\\"leftarrow\\\"],3,522,\\\"xMinYMin\\\"],Overrightarrow:[[\\\"doublerightarrow\\\"],.888,560,\\\"xMaxYMin\\\"],xRightarrow:[[\\\"doublerightarrow\\\"],1.526,560,\\\"xMaxYMin\\\"],xLeftarrow:[[\\\"doubleleftarrow\\\"],1.526,560,\\\"xMinYMin\\\"],overleftharpoon:[[\\\"leftharpoon\\\"],.888,522,\\\"xMinYMin\\\"],xleftharpoonup:[[\\\"leftharpoon\\\"],.888,522,\\\"xMinYMin\\\"],xleftharpoondown:[[\\\"leftharpoondown\\\"],.888,522,\\\"xMinYMin\\\"],overrightharpoon:[[\\\"rightharpoon\\\"],.888,522,\\\"xMaxYMin\\\"],xrightharpoonup:[[\\\"rightharpoon\\\"],.888,522,\\\"xMaxYMin\\\"],xrightharpoondown:[[\\\"rightharpoondown\\\"],.888,522,\\\"xMaxYMin\\\"],xlongequal:[[\\\"longequal\\\"],.888,334,\\\"xMinYMin\\\"],\\\"\\\\\\\\cdlongequal\\\":[[\\\"longequal\\\"],3,334,\\\"xMinYMin\\\"],xtwoheadleftarrow:[[\\\"twoheadleftarrow\\\"],.888,334,\\\"xMinYMin\\\"],xtwoheadrightarrow:[[\\\"twoheadrightarrow\\\"],.888,334,\\\"xMaxYMin\\\"],overleftrightarrow:[[\\\"leftarrow\\\",\\\"rightarrow\\\"],.888,522],overbrace:[[\\\"leftbrace\\\",\\\"midbrace\\\",\\\"rightbrace\\\"],1.6,548],underbrace:[[\\\"leftbraceunder\\\",\\\"midbraceunder\\\",\\\"rightbraceunder\\\"],1.6,548],underleftrightarrow:[[\\\"leftarrow\\\",\\\"rightarrow\\\"],.888,522],xleftrightarrow:[[\\\"leftarrow\\\",\\\"rightarrow\\\"],1.75,522],xLeftrightarrow:[[\\\"doubleleftarrow\\\",\\\"doublerightarrow\\\"],1.75,560],xrightleftharpoons:[[\\\"leftharpoondownplus\\\",\\\"rightharpoonplus\\\"],1.75,716],xleftrightharpoons:[[\\\"leftharpoonplus\\\",\\\"rightharpoondownplus\\\"],1.75,716],xhookleftarrow:[[\\\"leftarrow\\\",\\\"righthook\\\"],1.08,522],xhookrightarrow:[[\\\"lefthook\\\",\\\"rightarrow\\\"],1.08,522],overlinesegment:[[\\\"leftlinesegment\\\",\\\"rightlinesegment\\\"],.888,522],underlinesegment:[[\\\"leftlinesegment\\\",\\\"rightlinesegment\\\"],.888,522],overgroup:[[\\\"leftgroup\\\",\\\"rightgroup\\\"],.888,342],undergroup:[[\\\"leftgroupunder\\\",\\\"rightgroupunder\\\"],.888,342],xmapsto:[[\\\"leftmapsto\\\",\\\"rightarrow\\\"],1.5,522],xtofrom:[[\\\"leftToFrom\\\",\\\"rightToFrom\\\"],1.75,528],xrightleftarrows:[[\\\"baraboveleftarrow\\\",\\\"rightarrowabovebar\\\"],1.75,901],xrightequilibrium:[[\\\"baraboveshortleftharpoon\\\",\\\"rightharpoonaboveshortbar\\\"],1.75,716],xleftequilibrium:[[\\\"shortbaraboveleftharpoon\\\",\\\"shortrightharpoonabovebar\\\"],1.75,716]},Lt=function(e,t,r,n,a){var i,o=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(i=je.makeSpan([\\\"stretchy\\\",t],[],a),\\\"fbox\\\"===t){var s=a.color&&a.getColor();s&&(i.style.borderColor=s)}}else{var l=[];/^[bx]cancel$/.test(t)&&l.push(new H({x1:\\\"0\\\",y1:\\\"0\\\",x2:\\\"100%\\\",y2:\\\"100%\\\",\\\"stroke-width\\\":\\\"0.046em\\\"})),/^x?cancel$/.test(t)&&l.push(new H({x1:\\\"0\\\",y1:\\\"100%\\\",x2:\\\"100%\\\",y2:\\\"0\\\",\\\"stroke-width\\\":\\\"0.046em\\\"}));var h=new O(l,{width:\\\"100%\\\",height:o+\\\"em\\\"});i=je.makeSvgSpan([],[h],a)}return i.height=o,i.style.height=o+\\\"em\\\",i},Dt=function(e){var t=new Mt.MathNode(\\\"mo\\\",[new Mt.TextNode(Et[e.replace(/^\\\\\\\\/,\\\"\\\")])]);return t.setAttribute(\\\"stretchy\\\",\\\"true\\\"),t},Pt=function(e,t){var r=function(){var r=4e5,n=e.label.substr(1);if(l.contains([\\\"widehat\\\",\\\"widecheck\\\",\\\"widetilde\\\",\\\"utilde\\\"],n)){var a,i,o,s=\\\"ordgroup\\\"===(d=e.base).type?d.body.length:1;if(s>5)\\\"widehat\\\"===n||\\\"widecheck\\\"===n?(a=420,r=2364,o=.42,i=n+\\\"4\\\"):(a=312,r=2340,o=.34,i=\\\"tilde4\\\");else{var h=[1,1,2,2,3,3][s];\\\"widehat\\\"===n||\\\"widecheck\\\"===n?(r=[0,1062,2364,2364,2364][h],a=[0,239,300,360,420][h],o=[0,.24,.3,.3,.36,.42][h],i=n+h):(r=[0,600,1033,2339,2340][h],a=[0,260,286,306,312][h],o=[0,.26,.286,.3,.306,.34][h],i=\\\"tilde\\\"+h)}var m=new E(i),c=new O([m],{width:\\\"100%\\\",height:o+\\\"em\\\",viewBox:\\\"0 0 \\\"+r+\\\" \\\"+a,preserveAspectRatio:\\\"none\\\"});return{span:je.makeSvgSpan([],[c],t),minWidth:0,height:o}}var u,p,d,f=[],g=Ht[n],v=g[0],b=g[1],y=g[2],x=y/1e3,w=v.length;if(1===w)u=[\\\"hide-tail\\\"],p=[g[3]];else if(2===w)u=[\\\"halfarrow-left\\\",\\\"halfarrow-right\\\"],p=[\\\"xMinYMin\\\",\\\"xMaxYMin\\\"];else{if(3!==w)throw new Error(\\\"Correct katexImagesData or update code here to support\\\\n \\\"+w+\\\" children.\\\");u=[\\\"brace-left\\\",\\\"brace-center\\\",\\\"brace-right\\\"],p=[\\\"xMinYMin\\\",\\\"xMidYMin\\\",\\\"xMaxYMin\\\"]}for(var k=0;k\u003Cw;k++){var S=new E(v[k]),M=new O([S],{width:\\\"400em\\\",height:x+\\\"em\\\",viewBox:\\\"0 0 \\\"+r+\\\" \\\"+y,preserveAspectRatio:p[k]+\\\" slice\\\"}),z=je.makeSvgSpan([u[k]],[M],t);if(1===w)return{span:z,minWidth:b,height:x};z.style.height=x+\\\"em\\\",f.push(z)}return{span:je.makeSpan([\\\"stretchy\\\"],f,t),minWidth:b,height:x}}(),n=r.span,a=r.minWidth,i=r.height;return n.height=i,n.style.height=i+\\\"em\\\",a>0&&(n.style.minWidth=a+\\\"em\\\"),n};function Ft(e,t){if(!e||e.type!==t)throw new Error(\\\"Expected node of type \\\"+t+\\\", but got \\\"+(e?\\\"node of type \\\"+e.type:String(e)));return e}function Vt(e){var t=Gt(e);if(!t)throw new Error(\\\"Expected node of symbol group type, but got \\\"+(e?\\\"node of type \\\"+e.type:String(e)));return t}function Gt(e){return e&&(\\\"atom\\\"===e.type||Y.hasOwnProperty(e.type))?e:null}var Ut=function(e,t){var r,n,a;e&&\\\"supsub\\\"===e.type?(r=(n=Ft(e.base,\\\"accent\\\")).base,e.base=r,a=function(e){if(e instanceof N)return e;throw new Error(\\\"Expected span\u003CHtmlDomNode> but got \\\"+String(e)+\\\".\\\")}(bt(e,t)),e.base=n):r=(n=Ft(e,\\\"accent\\\")).base;var i=bt(r,t.havingCrampedStyle()),o=0;if(n.isShifty&&l.isCharacterBox(r)){var s=l.getBaseElem(r);o=L(bt(s,t.havingCrampedStyle())).skew}var h,m=\\\"\\\\\\\\c\\\"===n.label,c=m?i.height+i.depth:Math.min(i.height,t.fontMetrics().xHeight);if(n.isStretchy)h=Pt(n,t),h=je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:i},{type:\\\"elem\\\",elem:h,wrapperClasses:[\\\"svg-align\\\"],wrapperStyle:o>0?{width:\\\"calc(100% - \\\"+2*o+\\\"em)\\\",marginLeft:2*o+\\\"em\\\"}:void 0}]},t);else{var u,p;\\\"\\\\\\\\vec\\\"===n.label?(u=je.staticSvg(\\\"vec\\\",t),p=je.svgData.vec[1]):((u=L(u=je.makeOrd({mode:n.mode,text:n.label},t,\\\"textord\\\"))).italic=0,p=u.width,m&&(c+=u.depth)),h=je.makeSpan([\\\"accent-body\\\"],[u]);var d=\\\"\\\\\\\\textcircled\\\"===n.label;d&&(h.classes.push(\\\"accent-full\\\"),c=i.height);var f=o;d||(f-=p/2),h.style.left=f+\\\"em\\\",\\\"\\\\\\\\textcircled\\\"===n.label&&(h.style.top=\\\".2em\\\"),h=je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:i},{type:\\\"kern\\\",size:-c},{type:\\\"elem\\\",elem:h}]},t)}var g=je.makeSpan([\\\"mord\\\",\\\"accent\\\"],[h],t);return a?(a.children[0]=g,a.height=Math.max(g.height,a.height),a.classes[0]=\\\"mord\\\",a):g},Yt=function(e,t){var r=e.isStretchy?Dt(e.label):new Mt.MathNode(\\\"mo\\\",[zt(e.label,e.mode)]),n=new Mt.MathNode(\\\"mover\\\",[qt(e.base,t),r]);return n.setAttribute(\\\"accent\\\",\\\"true\\\"),n},Wt=new RegExp([\\\"\\\\\\\\acute\\\",\\\"\\\\\\\\grave\\\",\\\"\\\\\\\\ddot\\\",\\\"\\\\\\\\tilde\\\",\\\"\\\\\\\\bar\\\",\\\"\\\\\\\\breve\\\",\\\"\\\\\\\\check\\\",\\\"\\\\\\\\hat\\\",\\\"\\\\\\\\vec\\\",\\\"\\\\\\\\dot\\\",\\\"\\\\\\\\mathring\\\"].map((function(e){return\\\"\\\\\\\\\\\"+e})).join(\\\"|\\\"));nt({type:\\\"accent\\\",names:[\\\"\\\\\\\\acute\\\",\\\"\\\\\\\\grave\\\",\\\"\\\\\\\\ddot\\\",\\\"\\\\\\\\tilde\\\",\\\"\\\\\\\\bar\\\",\\\"\\\\\\\\breve\\\",\\\"\\\\\\\\check\\\",\\\"\\\\\\\\hat\\\",\\\"\\\\\\\\vec\\\",\\\"\\\\\\\\dot\\\",\\\"\\\\\\\\mathring\\\",\\\"\\\\\\\\widecheck\\\",\\\"\\\\\\\\widehat\\\",\\\"\\\\\\\\widetilde\\\",\\\"\\\\\\\\overrightarrow\\\",\\\"\\\\\\\\overleftarrow\\\",\\\"\\\\\\\\Overrightarrow\\\",\\\"\\\\\\\\overleftrightarrow\\\",\\\"\\\\\\\\overgroup\\\",\\\"\\\\\\\\overlinesegment\\\",\\\"\\\\\\\\overleftharpoon\\\",\\\"\\\\\\\\overrightharpoon\\\"],props:{numArgs:1},handler:function(e,t){var r=it(t[0]),n=!Wt.test(e.funcName),a=!n||\\\"\\\\\\\\widehat\\\"===e.funcName||\\\"\\\\\\\\widetilde\\\"===e.funcName||\\\"\\\\\\\\widecheck\\\"===e.funcName;return{type:\\\"accent\\\",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:a,base:r}},htmlBuilder:Ut,mathmlBuilder:Yt}),nt({type:\\\"accent\\\",names:[\\\"\\\\\\\\'\\\",\\\"\\\\\\\\`\\\",\\\"\\\\\\\\^\\\",\\\"\\\\\\\\~\\\",\\\"\\\\\\\\=\\\",\\\"\\\\\\\\u\\\",\\\"\\\\\\\\.\\\",'\\\\\\\\\\\"',\\\"\\\\\\\\c\\\",\\\"\\\\\\\\r\\\",\\\"\\\\\\\\H\\\",\\\"\\\\\\\\v\\\",\\\"\\\\\\\\textcircled\\\"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:[\\\"primitive\\\"]},handler:function(e,t){var r=t[0],n=e.parser.mode;return\\\"math\\\"===n&&(e.parser.settings.reportNonstrict(\\\"mathVsTextAccents\\\",\\\"LaTeX's accent \\\"+e.funcName+\\\" works only in text mode\\\"),n=\\\"text\\\"),{type:\\\"accent\\\",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Ut,mathmlBuilder:Yt}),nt({type:\\\"accentUnder\\\",names:[\\\"\\\\\\\\underleftarrow\\\",\\\"\\\\\\\\underrightarrow\\\",\\\"\\\\\\\\underleftrightarrow\\\",\\\"\\\\\\\\undergroup\\\",\\\"\\\\\\\\underlinesegment\\\",\\\"\\\\\\\\utilde\\\"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:\\\"accentUnder\\\",mode:r.mode,label:n,base:a}},htmlBuilder:function(e,t){var r=bt(e.base,t),n=Pt(e,t),a=\\\"\\\\\\\\utilde\\\"===e.label?.12:0,i=je.makeVList({positionType:\\\"top\\\",positionData:r.height,children:[{type:\\\"elem\\\",elem:n,wrapperClasses:[\\\"svg-align\\\"]},{type:\\\"kern\\\",size:a},{type:\\\"elem\\\",elem:r}]},t);return je.makeSpan([\\\"mord\\\",\\\"accentunder\\\"],[i],t)},mathmlBuilder:function(e,t){var r=Dt(e.label),n=new Mt.MathNode(\\\"munder\\\",[qt(e.base,t),r]);return n.setAttribute(\\\"accentunder\\\",\\\"true\\\"),n}});var Xt=function(e){var t=new Mt.MathNode(\\\"mpadded\\\",e?[e]:[]);return t.setAttribute(\\\"width\\\",\\\"+0.6em\\\"),t.setAttribute(\\\"lspace\\\",\\\"0.3em\\\"),t};nt({type:\\\"xArrow\\\",names:[\\\"\\\\\\\\xleftarrow\\\",\\\"\\\\\\\\xrightarrow\\\",\\\"\\\\\\\\xLeftarrow\\\",\\\"\\\\\\\\xRightarrow\\\",\\\"\\\\\\\\xleftrightarrow\\\",\\\"\\\\\\\\xLeftrightarrow\\\",\\\"\\\\\\\\xhookleftarrow\\\",\\\"\\\\\\\\xhookrightarrow\\\",\\\"\\\\\\\\xmapsto\\\",\\\"\\\\\\\\xrightharpoondown\\\",\\\"\\\\\\\\xrightharpoonup\\\",\\\"\\\\\\\\xleftharpoondown\\\",\\\"\\\\\\\\xleftharpoonup\\\",\\\"\\\\\\\\xrightleftharpoons\\\",\\\"\\\\\\\\xleftrightharpoons\\\",\\\"\\\\\\\\xlongequal\\\",\\\"\\\\\\\\xtwoheadrightarrow\\\",\\\"\\\\\\\\xtwoheadleftarrow\\\",\\\"\\\\\\\\xtofrom\\\",\\\"\\\\\\\\xrightleftarrows\\\",\\\"\\\\\\\\xrightequilibrium\\\",\\\"\\\\\\\\xleftequilibrium\\\",\\\"\\\\\\\\\\\\\\\\cdrightarrow\\\",\\\"\\\\\\\\\\\\\\\\cdleftarrow\\\",\\\"\\\\\\\\\\\\\\\\cdlongequal\\\"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var n=e.parser,a=e.funcName;return{type:\\\"xArrow\\\",mode:n.mode,label:a,body:t[0],below:r[0]}},htmlBuilder:function(e,t){var r,n=t.style,a=t.havingStyle(n.sup()),i=je.wrapFragment(bt(e.body,a,t),t),o=\\\"\\\\\\\\x\\\"===e.label.slice(0,2)?\\\"x\\\":\\\"cd\\\";i.classes.push(o+\\\"-arrow-pad\\\"),e.below&&(a=t.havingStyle(n.sub()),(r=je.wrapFragment(bt(e.below,a,t),t)).classes.push(o+\\\"-arrow-pad\\\"));var s,l=Pt(e,t),h=-t.fontMetrics().axisHeight+.5*l.height,m=-t.fontMetrics().axisHeight-.5*l.height-.111;if((i.depth>.25||\\\"\\\\\\\\xleftequilibrium\\\"===e.label)&&(m-=i.depth),r){var c=-t.fontMetrics().axisHeight+r.height+.5*l.height+.111;s=je.makeVList({positionType:\\\"individualShift\\\",children:[{type:\\\"elem\\\",elem:i,shift:m},{type:\\\"elem\\\",elem:l,shift:h},{type:\\\"elem\\\",elem:r,shift:c}]},t)}else s=je.makeVList({positionType:\\\"individualShift\\\",children:[{type:\\\"elem\\\",elem:i,shift:m},{type:\\\"elem\\\",elem:l,shift:h}]},t);return s.children[0].children[0].children[1].classes.push(\\\"svg-align\\\"),je.makeSpan([\\\"mrel\\\",\\\"x-arrow\\\"],[s],t)},mathmlBuilder:function(e,t){var r,n=Dt(e.label);if(n.setAttribute(\\\"minsize\\\",\\\"x\\\"===e.label.charAt(0)?\\\"1.75em\\\":\\\"3.0em\\\"),e.body){var a=Xt(qt(e.body,t));if(e.below){var i=Xt(qt(e.below,t));r=new Mt.MathNode(\\\"munderover\\\",[n,i,a])}else r=new Mt.MathNode(\\\"mover\\\",[n,a])}else if(e.below){var o=Xt(qt(e.below,t));r=new Mt.MathNode(\\\"munder\\\",[n,o])}else r=Xt(),r=new Mt.MathNode(\\\"mover\\\",[n,r]);return r}});var _t={\\\">\\\":\\\"\\\\\\\\\\\\\\\\cdrightarrow\\\",\\\"\u003C\\\":\\\"\\\\\\\\\\\\\\\\cdleftarrow\\\",\\\"=\\\":\\\"\\\\\\\\\\\\\\\\cdlongequal\\\",A:\\\"\\\\\\\\uparrow\\\",V:\\\"\\\\\\\\downarrow\\\",\\\"|\\\":\\\"\\\\\\\\Vert\\\",\\\".\\\":\\\"no arrow\\\"},jt=function(e){return\\\"textord\\\"===e.type&&\\\"@\\\"===e.text};function $t(e,t,r){var n=_t[e];switch(n){case\\\"\\\\\\\\\\\\\\\\cdrightarrow\\\":case\\\"\\\\\\\\\\\\\\\\cdleftarrow\\\":return r.callFunction(n,[t[0]],[t[1]]);case\\\"\\\\\\\\uparrow\\\":case\\\"\\\\\\\\downarrow\\\":var a={type:\\\"atom\\\",text:n,mode:\\\"math\\\",family:\\\"rel\\\"},i={type:\\\"ordgroup\\\",mode:\\\"math\\\",body:[r.callFunction(\\\"\\\\\\\\\\\\\\\\cdleft\\\",[t[0]],[]),r.callFunction(\\\"\\\\\\\\Big\\\",[a],[]),r.callFunction(\\\"\\\\\\\\\\\\\\\\cdright\\\",[t[1]],[])]};return r.callFunction(\\\"\\\\\\\\\\\\\\\\cdparent\\\",[i],[]);case\\\"\\\\\\\\\\\\\\\\cdlongequal\\\":return r.callFunction(\\\"\\\\\\\\\\\\\\\\cdlongequal\\\",[],[]);case\\\"\\\\\\\\Vert\\\":return r.callFunction(\\\"\\\\\\\\Big\\\",[{type:\\\"textord\\\",text:\\\"\\\\\\\\Vert\\\",mode:\\\"math\\\"}],[]);default:return{type:\\\"textord\\\",text:\\\" \\\",mode:\\\"math\\\"}}}nt({type:\\\"cdlabel\\\",names:[\\\"\\\\\\\\\\\\\\\\cdleft\\\",\\\"\\\\\\\\\\\\\\\\cdright\\\"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName;return{type:\\\"cdlabel\\\",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder:function(e,t){var r=t.havingStyle(t.style.sup()),n=je.wrapFragment(bt(e.label,r,t),t);return n.classes.push(\\\"cd-label-\\\"+e.side),n.style.bottom=.8-n.depth+\\\"em\\\",n.height=0,n.depth=0,n},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mrow\\\",[qt(e.label,t)]);return(r=new Mt.MathNode(\\\"mpadded\\\",[r])).setAttribute(\\\"width\\\",\\\"0\\\"),\\\"left\\\"===e.side&&r.setAttribute(\\\"lspace\\\",\\\"-1width\\\"),r.setAttribute(\\\"voffset\\\",\\\"0.7em\\\"),(r=new Mt.MathNode(\\\"mstyle\\\",[r])).setAttribute(\\\"displaystyle\\\",\\\"false\\\"),r.setAttribute(\\\"scriptlevel\\\",\\\"1\\\"),r}}),nt({type:\\\"cdlabelparent\\\",names:[\\\"\\\\\\\\\\\\\\\\cdparent\\\"],props:{numArgs:1},handler:function(e,t){return{type:\\\"cdlabelparent\\\",mode:e.parser.mode,fragment:t[0]}},htmlBuilder:function(e,t){var r=je.wrapFragment(bt(e.fragment,t),t);return r.classes.push(\\\"cd-vert-arrow\\\"),r},mathmlBuilder:function(e,t){return new Mt.MathNode(\\\"mrow\\\",[qt(e.fragment,t)])}}),nt({type:\\\"textord\\\",names:[\\\"\\\\\\\\@char\\\"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){for(var r=e.parser,a=Ft(t[0],\\\"ordgroup\\\").body,i=\\\"\\\",o=0;o\u003Ca.length;o++){i+=Ft(a[o],\\\"textord\\\").text}var s,l=parseInt(i);if(isNaN(l))throw new n(\\\"\\\\\\\\@char has non-numeric argument \\\"+i);if(l\u003C0||l>=1114111)throw new n(\\\"\\\\\\\\@char with invalid code point \\\"+i);return l\u003C=65535?s=String.fromCharCode(l):(l-=65536,s=String.fromCharCode(55296+(l>>10),56320+(1023&l))),{type:\\\"textord\\\",mode:r.mode,text:s}}});var Zt=function(e,t){var r=ut(e.body,t.withColor(e.color),!1);return je.makeFragment(r)},Kt=function(e,t){var r=Bt(e.body,t.withColor(e.color)),n=new Mt.MathNode(\\\"mstyle\\\",r);return n.setAttribute(\\\"mathcolor\\\",e.color),n};nt({type:\\\"color\\\",names:[\\\"\\\\\\\\textcolor\\\"],props:{numArgs:2,allowedInText:!0,argTypes:[\\\"color\\\",\\\"original\\\"]},handler:function(e,t){var r=e.parser,n=Ft(t[0],\\\"color-token\\\").color,a=t[1];return{type:\\\"color\\\",mode:r.mode,color:n,body:ot(a)}},htmlBuilder:Zt,mathmlBuilder:Kt}),nt({type:\\\"color\\\",names:[\\\"\\\\\\\\color\\\"],props:{numArgs:1,allowedInText:!0,argTypes:[\\\"color\\\"]},handler:function(e,t){var r=e.parser,n=e.breakOnTokenText,a=Ft(t[0],\\\"color-token\\\").color;r.gullet.macros.set(\\\"\\\\\\\\current@color\\\",a);var i=r.parseExpression(!0,n);return{type:\\\"color\\\",mode:r.mode,color:a,body:i}},htmlBuilder:Zt,mathmlBuilder:Kt}),nt({type:\\\"cr\\\",names:[\\\"\\\\\\\\\\\\\\\\\\\"],props:{numArgs:0,numOptionalArgs:1,argTypes:[\\\"size\\\"],allowedInText:!0},handler:function(e,t,r){var n=e.parser,a=r[0],i=!n.settings.displayMode||!n.settings.useStrictBehavior(\\\"newLineInDisplayMode\\\",\\\"In LaTeX, \\\\\\\\\\\\\\\\ or \\\\\\\\newline does nothing in display mode\\\");return{type:\\\"cr\\\",mode:n.mode,newLine:i,size:a&&Ft(a,\\\"size\\\").value}},htmlBuilder:function(e,t){var r=je.makeSpan([\\\"mspace\\\"],[],t);return e.newLine&&(r.classes.push(\\\"newline\\\"),e.size&&(r.style.marginTop=Le(e.size,t)+\\\"em\\\")),r},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mspace\\\");return e.newLine&&(r.setAttribute(\\\"linebreak\\\",\\\"newline\\\"),e.size&&r.setAttribute(\\\"height\\\",Le(e.size,t)+\\\"em\\\")),r}});var Jt={\\\"\\\\\\\\global\\\":\\\"\\\\\\\\global\\\",\\\"\\\\\\\\long\\\":\\\"\\\\\\\\\\\\\\\\globallong\\\",\\\"\\\\\\\\\\\\\\\\globallong\\\":\\\"\\\\\\\\\\\\\\\\globallong\\\",\\\"\\\\\\\\def\\\":\\\"\\\\\\\\gdef\\\",\\\"\\\\\\\\gdef\\\":\\\"\\\\\\\\gdef\\\",\\\"\\\\\\\\edef\\\":\\\"\\\\\\\\xdef\\\",\\\"\\\\\\\\xdef\\\":\\\"\\\\\\\\xdef\\\",\\\"\\\\\\\\let\\\":\\\"\\\\\\\\\\\\\\\\globallet\\\",\\\"\\\\\\\\futurelet\\\":\\\"\\\\\\\\\\\\\\\\globalfuture\\\"},Qt=function(e){var t=e.text;if(/^(?:[\\\\\\\\{}$&#^_]|EOF)$/.test(t))throw new n(\\\"Expected a control sequence\\\",e);return t},er=function(e,t,r,n){var a=e.gullet.macros.get(r.text);null==a&&(r.noexpand=!0,a={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,a,n)};nt({type:\\\"internal\\\",names:[\\\"\\\\\\\\global\\\",\\\"\\\\\\\\long\\\",\\\"\\\\\\\\\\\\\\\\globallong\\\"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser,r=e.funcName;t.consumeSpaces();var a=t.fetch();if(Jt[a.text])return\\\"\\\\\\\\global\\\"!==r&&\\\"\\\\\\\\\\\\\\\\globallong\\\"!==r||(a.text=Jt[a.text]),Ft(t.parseFunction(),\\\"internal\\\");throw new n(\\\"Invalid token after macro prefix\\\",a)}}),nt({type:\\\"internal\\\",names:[\\\"\\\\\\\\def\\\",\\\"\\\\\\\\gdef\\\",\\\"\\\\\\\\edef\\\",\\\"\\\\\\\\xdef\\\"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,a=t.gullet.popToken(),i=a.text;if(/^(?:[\\\\\\\\{}$&#^_]|EOF)$/.test(i))throw new n(\\\"Expected a control sequence\\\",a);for(var o,s=0,l=[[]];\\\"{\\\"!==t.gullet.future().text;)if(\\\"#\\\"===(a=t.gullet.popToken()).text){if(\\\"{\\\"===t.gullet.future().text){o=t.gullet.future(),l[s].push(\\\"{\\\");break}if(a=t.gullet.popToken(),!/^[1-9]$/.test(a.text))throw new n('Invalid argument number \\\"'+a.text+'\\\"');if(parseInt(a.text)!==s+1)throw new n('Argument number \\\"'+a.text+'\\\" out of order');s++,l.push([])}else{if(\\\"EOF\\\"===a.text)throw new n(\\\"Expected a macro definition\\\");l[s].push(a.text)}var h=t.gullet.consumeArg().tokens;return o&&h.unshift(o),\\\"\\\\\\\\edef\\\"!==r&&\\\"\\\\\\\\xdef\\\"!==r||(h=t.gullet.expandTokens(h)).reverse(),t.gullet.macros.set(i,{tokens:h,numArgs:s,delimiters:l},r===Jt[r]),{type:\\\"internal\\\",mode:t.mode}}}),nt({type:\\\"internal\\\",names:[\\\"\\\\\\\\let\\\",\\\"\\\\\\\\\\\\\\\\globallet\\\"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,n=Qt(t.gullet.popToken());t.gullet.consumeSpaces();var a=function(e){var t=e.gullet.popToken();return\\\"=\\\"===t.text&&\\\" \\\"===(t=e.gullet.popToken()).text&&(t=e.gullet.popToken()),t}(t);return er(t,n,a,\\\"\\\\\\\\\\\\\\\\globallet\\\"===r),{type:\\\"internal\\\",mode:t.mode}}}),nt({type:\\\"internal\\\",names:[\\\"\\\\\\\\futurelet\\\",\\\"\\\\\\\\\\\\\\\\globalfuture\\\"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,n=Qt(t.gullet.popToken()),a=t.gullet.popToken(),i=t.gullet.popToken();return er(t,n,i,\\\"\\\\\\\\\\\\\\\\globalfuture\\\"===r),t.gullet.pushToken(i),t.gullet.pushToken(a),{type:\\\"internal\\\",mode:t.mode}}});var tr=function(e,t,r){var n=V(X.math[e]&&X.math[e].replace||e,t,r);if(!n)throw new Error(\\\"Unsupported symbol \\\"+e+\\\" and font size \\\"+t+\\\".\\\");return n},rr=function(e,t,r,n){var a=r.havingBaseStyle(t),i=je.makeSpan(n.concat(a.sizingClasses(r)),[e],r),o=a.sizeMultiplier/r.sizeMultiplier;return i.height*=o,i.depth*=o,i.maxFontSize=a.sizeMultiplier,i},nr=function(e,t,r){var n=t.havingBaseStyle(r),a=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push(\\\"delimcenter\\\"),e.style.top=a+\\\"em\\\",e.height-=a,e.depth+=a},ar=function(e,t,r,n,a,i){var o=function(e,t,r,n){return je.makeSymbol(e,\\\"Size\\\"+t+\\\"-Regular\\\",r,n)}(e,t,a,n),s=rr(je.makeSpan([\\\"delimsizing\\\",\\\"size\\\"+t],[o],n),b.TEXT,n,i);return r&&nr(s,n,b.TEXT),s},ir=function(e,t,r){var n;return n=\\\"Size1-Regular\\\"===t?\\\"delim-size1\\\":\\\"delim-size4\\\",{type:\\\"elem\\\",elem:je.makeSpan([\\\"delimsizinginner\\\",n],[je.makeSpan([],[je.makeSymbol(e,t,r)])])}},or=function(e,t,r){var n=D[\\\"Size4-Regular\\\"][e.charCodeAt(0)]?D[\\\"Size4-Regular\\\"][e.charCodeAt(0)][4].toFixed(3):D[\\\"Size1-Regular\\\"][e.charCodeAt(0)][4].toFixed(3),a=new E(\\\"inner\\\",function(e,t){switch(e){case\\\"\\\\u239c\\\":return\\\"M291 0 H417 V\\\"+t+\\\" H291z M291 0 H417 V\\\"+t+\\\" H291z\\\";case\\\"\\\\u2223\\\":return\\\"M145 0 H188 V\\\"+t+\\\" H145z M145 0 H188 V\\\"+t+\\\" H145z\\\";case\\\"\\\\u2225\\\":return\\\"M145 0 H188 V\\\"+t+\\\" H145z M145 0 H188 V\\\"+t+\\\" H145zM367 0 H410 V\\\"+t+\\\" H367z M367 0 H410 V\\\"+t+\\\" H367z\\\";case\\\"\\\\u239f\\\":return\\\"M457 0 H583 V\\\"+t+\\\" H457z M457 0 H583 V\\\"+t+\\\" H457z\\\";case\\\"\\\\u23a2\\\":return\\\"M319 0 H403 V\\\"+t+\\\" H319z M319 0 H403 V\\\"+t+\\\" H319z\\\";case\\\"\\\\u23a5\\\":return\\\"M263 0 H347 V\\\"+t+\\\" H263z M263 0 H347 V\\\"+t+\\\" H263z\\\";case\\\"\\\\u23aa\\\":return\\\"M384 0 H504 V\\\"+t+\\\" H384z M384 0 H504 V\\\"+t+\\\" H384z\\\";case\\\"\\\\u23d0\\\":return\\\"M312 0 H355 V\\\"+t+\\\" H312z M312 0 H355 V\\\"+t+\\\" H312z\\\";case\\\"\\\\u2016\\\":return\\\"M257 0 H300 V\\\"+t+\\\" H257z M257 0 H300 V\\\"+t+\\\" H257zM478 0 H521 V\\\"+t+\\\" H478z M478 0 H521 V\\\"+t+\\\" H478z\\\";default:return\\\"\\\"}}(e,Math.round(1e3*t))),i=new O([a],{width:n+\\\"em\\\",height:t+\\\"em\\\",style:\\\"width:\\\"+n+\\\"em\\\",viewBox:\\\"0 0 \\\"+1e3*n+\\\" \\\"+Math.round(1e3*t),preserveAspectRatio:\\\"xMinYMin\\\"}),o=je.makeSvgSpan([],[i],r);return o.height=t,o.style.height=t+\\\"em\\\",o.style.width=n+\\\"em\\\",{type:\\\"elem\\\",elem:o}},sr={type:\\\"kern\\\",size:-.008},lr=[\\\"|\\\",\\\"\\\\\\\\lvert\\\",\\\"\\\\\\\\rvert\\\",\\\"\\\\\\\\vert\\\"],hr=[\\\"\\\\\\\\|\\\",\\\"\\\\\\\\lVert\\\",\\\"\\\\\\\\rVert\\\",\\\"\\\\\\\\Vert\\\"],mr=function(e,t,r,n,a,i){var o,s,h,m;o=h=m=e,s=null;var c=\\\"Size1-Regular\\\";\\\"\\\\\\\\uparrow\\\"===e?h=m=\\\"\\\\u23d0\\\":\\\"\\\\\\\\Uparrow\\\"===e?h=m=\\\"\\\\u2016\\\":\\\"\\\\\\\\downarrow\\\"===e?o=h=\\\"\\\\u23d0\\\":\\\"\\\\\\\\Downarrow\\\"===e?o=h=\\\"\\\\u2016\\\":\\\"\\\\\\\\updownarrow\\\"===e?(o=\\\"\\\\\\\\uparrow\\\",h=\\\"\\\\u23d0\\\",m=\\\"\\\\\\\\downarrow\\\"):\\\"\\\\\\\\Updownarrow\\\"===e?(o=\\\"\\\\\\\\Uparrow\\\",h=\\\"\\\\u2016\\\",m=\\\"\\\\\\\\Downarrow\\\"):l.contains(lr,e)?h=\\\"\\\\u2223\\\":l.contains(hr,e)?h=\\\"\\\\u2225\\\":\\\"[\\\"===e||\\\"\\\\\\\\lbrack\\\"===e?(o=\\\"\\\\u23a1\\\",h=\\\"\\\\u23a2\\\",m=\\\"\\\\u23a3\\\",c=\\\"Size4-Regular\\\"):\\\"]\\\"===e||\\\"\\\\\\\\rbrack\\\"===e?(o=\\\"\\\\u23a4\\\",h=\\\"\\\\u23a5\\\",m=\\\"\\\\u23a6\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\lfloor\\\"===e||\\\"\\\\u230a\\\"===e?(h=o=\\\"\\\\u23a2\\\",m=\\\"\\\\u23a3\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\lceil\\\"===e||\\\"\\\\u2308\\\"===e?(o=\\\"\\\\u23a1\\\",h=m=\\\"\\\\u23a2\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\rfloor\\\"===e||\\\"\\\\u230b\\\"===e?(h=o=\\\"\\\\u23a5\\\",m=\\\"\\\\u23a6\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\rceil\\\"===e||\\\"\\\\u2309\\\"===e?(o=\\\"\\\\u23a4\\\",h=m=\\\"\\\\u23a5\\\",c=\\\"Size4-Regular\\\"):\\\"(\\\"===e||\\\"\\\\\\\\lparen\\\"===e?(o=\\\"\\\\u239b\\\",h=\\\"\\\\u239c\\\",m=\\\"\\\\u239d\\\",c=\\\"Size4-Regular\\\"):\\\")\\\"===e||\\\"\\\\\\\\rparen\\\"===e?(o=\\\"\\\\u239e\\\",h=\\\"\\\\u239f\\\",m=\\\"\\\\u23a0\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\{\\\"===e||\\\"\\\\\\\\lbrace\\\"===e?(o=\\\"\\\\u23a7\\\",s=\\\"\\\\u23a8\\\",m=\\\"\\\\u23a9\\\",h=\\\"\\\\u23aa\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\}\\\"===e||\\\"\\\\\\\\rbrace\\\"===e?(o=\\\"\\\\u23ab\\\",s=\\\"\\\\u23ac\\\",m=\\\"\\\\u23ad\\\",h=\\\"\\\\u23aa\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\lgroup\\\"===e||\\\"\\\\u27ee\\\"===e?(o=\\\"\\\\u23a7\\\",m=\\\"\\\\u23a9\\\",h=\\\"\\\\u23aa\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\rgroup\\\"===e||\\\"\\\\u27ef\\\"===e?(o=\\\"\\\\u23ab\\\",m=\\\"\\\\u23ad\\\",h=\\\"\\\\u23aa\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\lmoustache\\\"===e||\\\"\\\\u23b0\\\"===e?(o=\\\"\\\\u23a7\\\",m=\\\"\\\\u23ad\\\",h=\\\"\\\\u23aa\\\",c=\\\"Size4-Regular\\\"):\\\"\\\\\\\\rmoustache\\\"!==e&&\\\"\\\\u23b1\\\"!==e||(o=\\\"\\\\u23ab\\\",m=\\\"\\\\u23a9\\\",h=\\\"\\\\u23aa\\\",c=\\\"Size4-Regular\\\");var u=tr(o,c,a),p=u.height+u.depth,d=tr(h,c,a),f=d.height+d.depth,g=tr(m,c,a),v=g.height+g.depth,y=0,x=1;if(null!==s){var w=tr(s,c,a);y=w.height+w.depth,x=2}var k=p+v+y,S=k+Math.max(0,Math.ceil((t-k)/(x*f)))*x*f,M=n.fontMetrics().axisHeight;r&&(M*=n.sizeMultiplier);var z=S/2-M,A=[];if(A.push(ir(m,c,a)),A.push(sr),null===s){var T=S-p-v+.016;A.push(or(h,T,n))}else{var B=(S-p-v-y)/2+.016;A.push(or(h,B,n)),A.push(sr),A.push(ir(s,c,a)),A.push(sr),A.push(or(h,B,n))}A.push(sr),A.push(ir(o,c,a));var N=n.havingBaseStyle(b.TEXT),q=je.makeVList({positionType:\\\"bottom\\\",positionData:z,children:A},N);return rr(je.makeSpan([\\\"delimsizing\\\",\\\"mult\\\"],[q],N),b.TEXT,n,i)},cr=.08,ur=function(e,t,r,n,a){var i=function(e,t,r){t*=1e3;var n=\\\"\\\";switch(e){case\\\"sqrtMain\\\":n=function(e,t){return\\\"M95,\\\"+(622+e+t)+\\\"\\\\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\\\\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\\\\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\\\\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\\\\nc69,-144,104.5,-217.7,106.5,-221\\\\nl\\\"+e/2.075+\\\" -\\\"+e+\\\"\\\\nc5.3,-9.3,12,-14,20,-14\\\\nH400000v\\\"+(40+e)+\\\"H845.2724\\\\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\\\\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\\\\nM\\\"+(834+e)+\\\" \\\"+t+\\\"h400000v\\\"+(40+e)+\\\"h-400000z\\\"}(t,k);break;case\\\"sqrtSize1\\\":n=function(e,t){return\\\"M263,\\\"+(601+e+t)+\\\"c0.7,0,18,39.7,52,119\\\\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\\\\nc340,-704.7,510.7,-1060.3,512,-1067\\\\nl\\\"+e/2.084+\\\" -\\\"+e+\\\"\\\\nc4.7,-7.3,11,-11,19,-11\\\\nH40000v\\\"+(40+e)+\\\"H1012.3\\\\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\\\\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\\\\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\\\\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\\\\nM\\\"+(1001+e)+\\\" \\\"+t+\\\"h400000v\\\"+(40+e)+\\\"h-400000z\\\"}(t,k);break;case\\\"sqrtSize2\\\":n=function(e,t){return\\\"M983 \\\"+(10+e+t)+\\\"\\\\nl\\\"+e/3.13+\\\" -\\\"+e+\\\"\\\\nc4,-6.7,10,-10,18,-10 H400000v\\\"+(40+e)+\\\"\\\\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\\\\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\\\\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\\\\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\\\\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\\\\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\\\\nM\\\"+(1001+e)+\\\" \\\"+t+\\\"h400000v\\\"+(40+e)+\\\"h-400000z\\\"}(t,k);break;case\\\"sqrtSize3\\\":n=function(e,t){return\\\"M424,\\\"+(2398+e+t)+\\\"\\\\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\\\\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\\\\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\\\\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\\\\nl\\\"+e/4.223+\\\" -\\\"+e+\\\"c4,-6.7,10,-10,18,-10 H400000\\\\nv\\\"+(40+e)+\\\"H1014.6\\\\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\\\\nc-2,6,-10,9,-24,9\\\\nc-8,0,-12,-0.7,-12,-2z M\\\"+(1001+e)+\\\" \\\"+t+\\\"\\\\nh400000v\\\"+(40+e)+\\\"h-400000z\\\"}(t,k);break;case\\\"sqrtSize4\\\":n=function(e,t){return\\\"M473,\\\"+(2713+e+t)+\\\"\\\\nc339.3,-1799.3,509.3,-2700,510,-2702 l\\\"+e/5.298+\\\" -\\\"+e+\\\"\\\\nc3.3,-7.3,9.3,-11,18,-11 H400000v\\\"+(40+e)+\\\"H1017.7\\\\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\\\\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\\\\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\\\\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\\\\n606zM\\\"+(1001+e)+\\\" \\\"+t+\\\"h400000v\\\"+(40+e)+\\\"H1017.7z\\\"}(t,k);break;case\\\"sqrtTall\\\":n=function(e,t,r){return\\\"M702 \\\"+(e+t)+\\\"H400000\\\"+(40+e)+\\\"\\\\nH742v\\\"+(r-54-t-e)+\\\"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\\\\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\\\\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\\\\n219 661 l218 661zM702 \\\"+t+\\\"H400000v\\\"+(40+e)+\\\"H742z\\\"}(t,k,r)}return n}(e,n,r),o=new E(e,i),s=new O([o],{width:\\\"400em\\\",height:t+\\\"em\\\",viewBox:\\\"0 0 400000 \\\"+r,preserveAspectRatio:\\\"xMinYMin slice\\\"});return je.makeSvgSpan([\\\"hide-tail\\\"],[s],a)},pr=[\\\"(\\\",\\\"\\\\\\\\lparen\\\",\\\")\\\",\\\"\\\\\\\\rparen\\\",\\\"[\\\",\\\"\\\\\\\\lbrack\\\",\\\"]\\\",\\\"\\\\\\\\rbrack\\\",\\\"\\\\\\\\{\\\",\\\"\\\\\\\\lbrace\\\",\\\"\\\\\\\\}\\\",\\\"\\\\\\\\rbrace\\\",\\\"\\\\\\\\lfloor\\\",\\\"\\\\\\\\rfloor\\\",\\\"\\\\u230a\\\",\\\"\\\\u230b\\\",\\\"\\\\\\\\lceil\\\",\\\"\\\\\\\\rceil\\\",\\\"\\\\u2308\\\",\\\"\\\\u2309\\\",\\\"\\\\\\\\surd\\\"],dr=[\\\"\\\\\\\\uparrow\\\",\\\"\\\\\\\\downarrow\\\",\\\"\\\\\\\\updownarrow\\\",\\\"\\\\\\\\Uparrow\\\",\\\"\\\\\\\\Downarrow\\\",\\\"\\\\\\\\Updownarrow\\\",\\\"|\\\",\\\"\\\\\\\\|\\\",\\\"\\\\\\\\vert\\\",\\\"\\\\\\\\Vert\\\",\\\"\\\\\\\\lvert\\\",\\\"\\\\\\\\rvert\\\",\\\"\\\\\\\\lVert\\\",\\\"\\\\\\\\rVert\\\",\\\"\\\\\\\\lgroup\\\",\\\"\\\\\\\\rgroup\\\",\\\"\\\\u27ee\\\",\\\"\\\\u27ef\\\",\\\"\\\\\\\\lmoustache\\\",\\\"\\\\\\\\rmoustache\\\",\\\"\\\\u23b0\\\",\\\"\\\\u23b1\\\"],fr=[\\\"\u003C\\\",\\\">\\\",\\\"\\\\\\\\langle\\\",\\\"\\\\\\\\rangle\\\",\\\"/\\\",\\\"\\\\\\\\backslash\\\",\\\"\\\\\\\\lt\\\",\\\"\\\\\\\\gt\\\"],gr=[0,1.2,1.8,2.4,3],vr=[{type:\\\"small\\\",style:b.SCRIPTSCRIPT},{type:\\\"small\\\",style:b.SCRIPT},{type:\\\"small\\\",style:b.TEXT},{type:\\\"large\\\",size:1},{type:\\\"large\\\",size:2},{type:\\\"large\\\",size:3},{type:\\\"large\\\",size:4}],br=[{type:\\\"small\\\",style:b.SCRIPTSCRIPT},{type:\\\"small\\\",style:b.SCRIPT},{type:\\\"small\\\",style:b.TEXT},{type:\\\"stack\\\"}],yr=[{type:\\\"small\\\",style:b.SCRIPTSCRIPT},{type:\\\"small\\\",style:b.SCRIPT},{type:\\\"small\\\",style:b.TEXT},{type:\\\"large\\\",size:1},{type:\\\"large\\\",size:2},{type:\\\"large\\\",size:3},{type:\\\"large\\\",size:4},{type:\\\"stack\\\"}],xr=function(e){if(\\\"small\\\"===e.type)return\\\"Main-Regular\\\";if(\\\"large\\\"===e.type)return\\\"Size\\\"+e.size+\\\"-Regular\\\";if(\\\"stack\\\"===e.type)return\\\"Size4-Regular\\\";throw new Error(\\\"Add support for delim type '\\\"+e.type+\\\"' here.\\\")},wr=function(e,t,r,n){for(var a=Math.min(2,3-n.style.size);a\u003Cr.length&&\\\"stack\\\"!==r[a].type;a++){var i=tr(e,xr(r[a]),\\\"math\\\"),o=i.height+i.depth;if(\\\"small\\\"===r[a].type&&(o*=n.havingBaseStyle(r[a].style).sizeMultiplier),o>t)return r[a]}return r[r.length-1]},kr=function(e,t,r,n,a,i){var o;\\\"\u003C\\\"===e||\\\"\\\\\\\\lt\\\"===e||\\\"\\\\u27e8\\\"===e?e=\\\"\\\\\\\\langle\\\":\\\">\\\"!==e&&\\\"\\\\\\\\gt\\\"!==e&&\\\"\\\\u27e9\\\"!==e||(e=\\\"\\\\\\\\rangle\\\"),o=l.contains(fr,e)?vr:l.contains(pr,e)?yr:br;var s=wr(e,t,o,n);return\\\"small\\\"===s.type?function(e,t,r,n,a,i){var o=je.makeSymbol(e,\\\"Main-Regular\\\",a,n),s=rr(o,t,n,i);return r&&nr(s,n,t),s}(e,s.style,r,n,a,i):\\\"large\\\"===s.type?ar(e,s.size,r,n,a,i):mr(e,t,r,n,a,i)},Sr=function(e,t){var r,n,a=t.havingBaseSizing(),i=wr(\\\"\\\\\\\\surd\\\",e*a.sizeMultiplier,yr,a),o=a.sizeMultiplier,s=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),l=0,h=0,m=0;return\\\"small\\\"===i.type?(e\u003C1?o=1:e\u003C1.4&&(o=.7),h=(1+s)/o,(r=ur(\\\"sqrtMain\\\",l=(1+s+cr)/o,m=1e3+1e3*s+80,s,t)).style.minWidth=\\\"0.853em\\\",n=.833/o):\\\"large\\\"===i.type?(m=1080*gr[i.size],h=(gr[i.size]+s)/o,l=(gr[i.size]+s+cr)/o,(r=ur(\\\"sqrtSize\\\"+i.size,l,m,s,t)).style.minWidth=\\\"1.02em\\\",n=1/o):(l=e+s+cr,h=e+s,m=Math.floor(1e3*e+s)+80,(r=ur(\\\"sqrtTall\\\",l,m,s,t)).style.minWidth=\\\"0.742em\\\",n=1.056),r.height=h,r.style.height=l+\\\"em\\\",{span:r,advanceWidth:n,ruleWidth:(t.fontMetrics().sqrtRuleThickness+s)*o}},Mr=function(e,t,r,a,i){if(\\\"\u003C\\\"===e||\\\"\\\\\\\\lt\\\"===e||\\\"\\\\u27e8\\\"===e?e=\\\"\\\\\\\\langle\\\":\\\">\\\"!==e&&\\\"\\\\\\\\gt\\\"!==e&&\\\"\\\\u27e9\\\"!==e||(e=\\\"\\\\\\\\rangle\\\"),l.contains(pr,e)||l.contains(fr,e))return ar(e,t,!1,r,a,i);if(l.contains(dr,e))return mr(e,gr[t],!1,r,a,i);throw new n(\\\"Illegal delimiter: '\\\"+e+\\\"'\\\")},zr=gr,Ar=kr,Tr=function(e,t,r,n,a,i){var o=n.fontMetrics().axisHeight*n.sizeMultiplier,s=5/n.fontMetrics().ptPerEm,l=Math.max(t-o,r+o),h=Math.max(l/500*901,2*l-s);return kr(e,h,!0,n,a,i)},Br={\\\"\\\\\\\\bigl\\\":{mclass:\\\"mopen\\\",size:1},\\\"\\\\\\\\Bigl\\\":{mclass:\\\"mopen\\\",size:2},\\\"\\\\\\\\biggl\\\":{mclass:\\\"mopen\\\",size:3},\\\"\\\\\\\\Biggl\\\":{mclass:\\\"mopen\\\",size:4},\\\"\\\\\\\\bigr\\\":{mclass:\\\"mclose\\\",size:1},\\\"\\\\\\\\Bigr\\\":{mclass:\\\"mclose\\\",size:2},\\\"\\\\\\\\biggr\\\":{mclass:\\\"mclose\\\",size:3},\\\"\\\\\\\\Biggr\\\":{mclass:\\\"mclose\\\",size:4},\\\"\\\\\\\\bigm\\\":{mclass:\\\"mrel\\\",size:1},\\\"\\\\\\\\Bigm\\\":{mclass:\\\"mrel\\\",size:2},\\\"\\\\\\\\biggm\\\":{mclass:\\\"mrel\\\",size:3},\\\"\\\\\\\\Biggm\\\":{mclass:\\\"mrel\\\",size:4},\\\"\\\\\\\\big\\\":{mclass:\\\"mord\\\",size:1},\\\"\\\\\\\\Big\\\":{mclass:\\\"mord\\\",size:2},\\\"\\\\\\\\bigg\\\":{mclass:\\\"mord\\\",size:3},\\\"\\\\\\\\Bigg\\\":{mclass:\\\"mord\\\",size:4}},Nr=[\\\"(\\\",\\\"\\\\\\\\lparen\\\",\\\")\\\",\\\"\\\\\\\\rparen\\\",\\\"[\\\",\\\"\\\\\\\\lbrack\\\",\\\"]\\\",\\\"\\\\\\\\rbrack\\\",\\\"\\\\\\\\{\\\",\\\"\\\\\\\\lbrace\\\",\\\"\\\\\\\\}\\\",\\\"\\\\\\\\rbrace\\\",\\\"\\\\\\\\lfloor\\\",\\\"\\\\\\\\rfloor\\\",\\\"\\\\u230a\\\",\\\"\\\\u230b\\\",\\\"\\\\\\\\lceil\\\",\\\"\\\\\\\\rceil\\\",\\\"\\\\u2308\\\",\\\"\\\\u2309\\\",\\\"\u003C\\\",\\\">\\\",\\\"\\\\\\\\langle\\\",\\\"\\\\u27e8\\\",\\\"\\\\\\\\rangle\\\",\\\"\\\\u27e9\\\",\\\"\\\\\\\\lt\\\",\\\"\\\\\\\\gt\\\",\\\"\\\\\\\\lvert\\\",\\\"\\\\\\\\rvert\\\",\\\"\\\\\\\\lVert\\\",\\\"\\\\\\\\rVert\\\",\\\"\\\\\\\\lgroup\\\",\\\"\\\\\\\\rgroup\\\",\\\"\\\\u27ee\\\",\\\"\\\\u27ef\\\",\\\"\\\\\\\\lmoustache\\\",\\\"\\\\\\\\rmoustache\\\",\\\"\\\\u23b0\\\",\\\"\\\\u23b1\\\",\\\"/\\\",\\\"\\\\\\\\backslash\\\",\\\"|\\\",\\\"\\\\\\\\vert\\\",\\\"\\\\\\\\|\\\",\\\"\\\\\\\\Vert\\\",\\\"\\\\\\\\uparrow\\\",\\\"\\\\\\\\Uparrow\\\",\\\"\\\\\\\\downarrow\\\",\\\"\\\\\\\\Downarrow\\\",\\\"\\\\\\\\updownarrow\\\",\\\"\\\\\\\\Updownarrow\\\",\\\".\\\"];function qr(e,t){var r=Gt(e);if(r&&l.contains(Nr,r.text))return r;throw new n(r?\\\"Invalid delimiter '\\\"+r.text+\\\"' after '\\\"+t.funcName+\\\"'\\\":\\\"Invalid delimiter type '\\\"+e.type+\\\"'\\\",e)}function Cr(e){if(!e.body)throw new Error(\\\"Bug: The leftright ParseNode wasn't fully parsed.\\\")}nt({type:\\\"delimsizing\\\",names:[\\\"\\\\\\\\bigl\\\",\\\"\\\\\\\\Bigl\\\",\\\"\\\\\\\\biggl\\\",\\\"\\\\\\\\Biggl\\\",\\\"\\\\\\\\bigr\\\",\\\"\\\\\\\\Bigr\\\",\\\"\\\\\\\\biggr\\\",\\\"\\\\\\\\Biggr\\\",\\\"\\\\\\\\bigm\\\",\\\"\\\\\\\\Bigm\\\",\\\"\\\\\\\\biggm\\\",\\\"\\\\\\\\Biggm\\\",\\\"\\\\\\\\big\\\",\\\"\\\\\\\\Big\\\",\\\"\\\\\\\\bigg\\\",\\\"\\\\\\\\Bigg\\\"],props:{numArgs:1,argTypes:[\\\"primitive\\\"]},handler:function(e,t){var r=qr(t[0],e);return{type:\\\"delimsizing\\\",mode:e.parser.mode,size:Br[e.funcName].size,mclass:Br[e.funcName].mclass,delim:r.text}},htmlBuilder:function(e,t){return\\\".\\\"===e.delim?je.makeSpan([e.mclass]):Mr(e.delim,e.size,t,e.mode,[e.mclass])},mathmlBuilder:function(e){var t=[];\\\".\\\"!==e.delim&&t.push(zt(e.delim,e.mode));var r=new Mt.MathNode(\\\"mo\\\",t);return\\\"mopen\\\"===e.mclass||\\\"mclose\\\"===e.mclass?r.setAttribute(\\\"fence\\\",\\\"true\\\"):r.setAttribute(\\\"fence\\\",\\\"false\\\"),r.setAttribute(\\\"stretchy\\\",\\\"true\\\"),r.setAttribute(\\\"minsize\\\",zr[e.size]+\\\"em\\\"),r.setAttribute(\\\"maxsize\\\",zr[e.size]+\\\"em\\\"),r}}),nt({type:\\\"leftright-right\\\",names:[\\\"\\\\\\\\right\\\"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser.gullet.macros.get(\\\"\\\\\\\\current@color\\\");if(r&&\\\"string\\\"!=typeof r)throw new n(\\\"\\\\\\\\current@color set to non-string in \\\\\\\\right\\\");return{type:\\\"leftright-right\\\",mode:e.parser.mode,delim:qr(t[0],e).text,color:r}}}),nt({type:\\\"leftright\\\",names:[\\\"\\\\\\\\left\\\"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=qr(t[0],e),n=e.parser;++n.leftrightDepth;var a=n.parseExpression(!1);--n.leftrightDepth,n.expect(\\\"\\\\\\\\right\\\",!1);var i=Ft(n.parseFunction(),\\\"leftright-right\\\");return{type:\\\"leftright\\\",mode:n.mode,body:a,left:r.text,right:i.delim,rightColor:i.color}},htmlBuilder:function(e,t){Cr(e);for(var r,n,a=ut(e.body,t,!0,[\\\"mopen\\\",\\\"mclose\\\"]),i=0,o=0,s=!1,l=0;l\u003Ca.length;l++)a[l].isMiddle?s=!0:(i=Math.max(a[l].height,i),o=Math.max(a[l].depth,o));if(i*=t.sizeMultiplier,o*=t.sizeMultiplier,r=\\\".\\\"===e.left?vt(t,[\\\"mopen\\\"]):Tr(e.left,i,o,t,e.mode,[\\\"mopen\\\"]),a.unshift(r),s)for(var h=1;h\u003Ca.length;h++){var m=a[h].isMiddle;m&&(a[h]=Tr(m.delim,i,o,m.options,e.mode,[]))}if(\\\".\\\"===e.right)n=vt(t,[\\\"mclose\\\"]);else{var c=e.rightColor?t.withColor(e.rightColor):t;n=Tr(e.right,i,o,c,e.mode,[\\\"mclose\\\"])}return a.push(n),je.makeSpan([\\\"minner\\\"],a,t)},mathmlBuilder:function(e,t){Cr(e);var r=Bt(e.body,t);if(\\\".\\\"!==e.left){var n=new Mt.MathNode(\\\"mo\\\",[zt(e.left,e.mode)]);n.setAttribute(\\\"fence\\\",\\\"true\\\"),r.unshift(n)}if(\\\".\\\"!==e.right){var a=new Mt.MathNode(\\\"mo\\\",[zt(e.right,e.mode)]);a.setAttribute(\\\"fence\\\",\\\"true\\\"),e.rightColor&&a.setAttribute(\\\"mathcolor\\\",e.rightColor),r.push(a)}return At(r)}}),nt({type:\\\"middle\\\",names:[\\\"\\\\\\\\middle\\\"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=qr(t[0],e);if(!e.parser.leftrightDepth)throw new n(\\\"\\\\\\\\middle without preceding \\\\\\\\left\\\",r);return{type:\\\"middle\\\",mode:e.parser.mode,delim:r.text}},htmlBuilder:function(e,t){var r;if(\\\".\\\"===e.delim)r=vt(t,[]);else{r=Mr(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:function(e,t){var r=\\\"\\\\\\\\vert\\\"===e.delim||\\\"|\\\"===e.delim?zt(\\\"|\\\",\\\"text\\\"):zt(e.delim,e.mode),n=new Mt.MathNode(\\\"mo\\\",[r]);return n.setAttribute(\\\"fence\\\",\\\"true\\\"),n.setAttribute(\\\"lspace\\\",\\\"0.05em\\\"),n.setAttribute(\\\"rspace\\\",\\\"0.05em\\\"),n}});var Ir=function(e,t){var r,n,a,i=je.wrapFragment(bt(e.body,t),t),o=e.label.substr(1),s=t.sizeMultiplier,h=0,m=l.isCharacterBox(e.body);if(\\\"sout\\\"===o)(r=je.makeSpan([\\\"stretchy\\\",\\\"sout\\\"])).height=t.fontMetrics().defaultRuleThickness/s,h=-.5*t.fontMetrics().xHeight;else if(\\\"phase\\\"===o){var c=Le({number:.6,unit:\\\"pt\\\"},t),u=Le({number:.35,unit:\\\"ex\\\"},t);s/=t.havingBaseSizing().sizeMultiplier;var p=i.height+i.depth+c+u;i.style.paddingLeft=p/2+c+\\\"em\\\";var d=Math.floor(1e3*p*s),f=\\\"M400000 \\\"+(n=d)+\\\" H0 L\\\"+n/2+\\\" 0 l65 45 L145 \\\"+(n-80)+\\\" H400000z\\\",g=new O([new E(\\\"phase\\\",f)],{width:\\\"400em\\\",height:d/1e3+\\\"em\\\",viewBox:\\\"0 0 400000 \\\"+d,preserveAspectRatio:\\\"xMinYMin slice\\\"});(r=je.makeSvgSpan([\\\"hide-tail\\\"],[g],t)).style.height=p+\\\"em\\\",h=i.depth+c+u}else{/cancel/.test(o)?m||i.classes.push(\\\"cancel-pad\\\"):\\\"angl\\\"===o?i.classes.push(\\\"anglpad\\\"):i.classes.push(\\\"boxpad\\\");var v=0,b=0,y=0;/box/.test(o)?(y=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),b=v=t.fontMetrics().fboxsep+(\\\"colorbox\\\"===o?0:y)):\\\"angl\\\"===o?(v=4*(y=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness)),b=Math.max(0,.25-i.depth)):b=v=m?.2:0,r=Lt(i,o,v,b,t),/fbox|boxed|fcolorbox/.test(o)?(r.style.borderStyle=\\\"solid\\\",r.style.borderWidth=y+\\\"em\\\"):\\\"angl\\\"===o&&.049!==y&&(r.style.borderTopWidth=y+\\\"em\\\",r.style.borderRightWidth=y+\\\"em\\\"),h=i.depth+b,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))}if(e.backgroundColor)a=je.makeVList({positionType:\\\"individualShift\\\",children:[{type:\\\"elem\\\",elem:r,shift:h},{type:\\\"elem\\\",elem:i,shift:0}]},t);else{var x=/cancel|phase/.test(o)?[\\\"svg-align\\\"]:[];a=je.makeVList({positionType:\\\"individualShift\\\",children:[{type:\\\"elem\\\",elem:i,shift:0},{type:\\\"elem\\\",elem:r,shift:h,wrapperClasses:x}]},t)}return/cancel/.test(o)&&(a.height=i.height,a.depth=i.depth),/cancel/.test(o)&&!m?je.makeSpan([\\\"mord\\\",\\\"cancel-lap\\\"],[a],t):je.makeSpan([\\\"mord\\\"],[a],t)},Rr=function(e,t){var r=0,n=new Mt.MathNode(e.label.indexOf(\\\"colorbox\\\")>-1?\\\"mpadded\\\":\\\"menclose\\\",[qt(e.body,t)]);switch(e.label){case\\\"\\\\\\\\cancel\\\":n.setAttribute(\\\"notation\\\",\\\"updiagonalstrike\\\");break;case\\\"\\\\\\\\bcancel\\\":n.setAttribute(\\\"notation\\\",\\\"downdiagonalstrike\\\");break;case\\\"\\\\\\\\phase\\\":n.setAttribute(\\\"notation\\\",\\\"phasorangle\\\");break;case\\\"\\\\\\\\sout\\\":n.setAttribute(\\\"notation\\\",\\\"horizontalstrike\\\");break;case\\\"\\\\\\\\fbox\\\":n.setAttribute(\\\"notation\\\",\\\"box\\\");break;case\\\"\\\\\\\\angl\\\":n.setAttribute(\\\"notation\\\",\\\"actuarial\\\");break;case\\\"\\\\\\\\fcolorbox\\\":case\\\"\\\\\\\\colorbox\\\":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute(\\\"width\\\",\\\"+\\\"+2*r+\\\"pt\\\"),n.setAttribute(\\\"height\\\",\\\"+\\\"+2*r+\\\"pt\\\"),n.setAttribute(\\\"lspace\\\",r+\\\"pt\\\"),n.setAttribute(\\\"voffset\\\",r+\\\"pt\\\"),\\\"\\\\\\\\fcolorbox\\\"===e.label){var a=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute(\\\"style\\\",\\\"border: \\\"+a+\\\"em solid \\\"+String(e.borderColor))}break;case\\\"\\\\\\\\xcancel\\\":n.setAttribute(\\\"notation\\\",\\\"updiagonalstrike downdiagonalstrike\\\")}return e.backgroundColor&&n.setAttribute(\\\"mathbackground\\\",e.backgroundColor),n};nt({type:\\\"enclose\\\",names:[\\\"\\\\\\\\colorbox\\\"],props:{numArgs:2,allowedInText:!0,argTypes:[\\\"color\\\",\\\"text\\\"]},handler:function(e,t,r){var n=e.parser,a=e.funcName,i=Ft(t[0],\\\"color-token\\\").color,o=t[1];return{type:\\\"enclose\\\",mode:n.mode,label:a,backgroundColor:i,body:o}},htmlBuilder:Ir,mathmlBuilder:Rr}),nt({type:\\\"enclose\\\",names:[\\\"\\\\\\\\fcolorbox\\\"],props:{numArgs:3,allowedInText:!0,argTypes:[\\\"color\\\",\\\"color\\\",\\\"text\\\"]},handler:function(e,t,r){var n=e.parser,a=e.funcName,i=Ft(t[0],\\\"color-token\\\").color,o=Ft(t[1],\\\"color-token\\\").color,s=t[2];return{type:\\\"enclose\\\",mode:n.mode,label:a,backgroundColor:o,borderColor:i,body:s}},htmlBuilder:Ir,mathmlBuilder:Rr}),nt({type:\\\"enclose\\\",names:[\\\"\\\\\\\\fbox\\\"],props:{numArgs:1,argTypes:[\\\"hbox\\\"],allowedInText:!0},handler:function(e,t){return{type:\\\"enclose\\\",mode:e.parser.mode,label:\\\"\\\\\\\\fbox\\\",body:t[0]}}}),nt({type:\\\"enclose\\\",names:[\\\"\\\\\\\\cancel\\\",\\\"\\\\\\\\bcancel\\\",\\\"\\\\\\\\xcancel\\\",\\\"\\\\\\\\sout\\\",\\\"\\\\\\\\phase\\\"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:\\\"enclose\\\",mode:r.mode,label:n,body:a}},htmlBuilder:Ir,mathmlBuilder:Rr}),nt({type:\\\"enclose\\\",names:[\\\"\\\\\\\\angl\\\"],props:{numArgs:1,argTypes:[\\\"hbox\\\"],allowedInText:!1},handler:function(e,t){return{type:\\\"enclose\\\",mode:e.parser.mode,label:\\\"\\\\\\\\angl\\\",body:t[0]}}});var Or={};function Er(e){for(var t=e.type,r=e.names,n=e.props,a=e.handler,i=e.htmlBuilder,o=e.mathmlBuilder,s={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:a},l=0;l\u003Cr.length;++l)Or[r[l]]=s;i&&(tt[t]=i),o&&(rt[t]=o)}function Hr(e){var t=[];e.consumeSpaces();for(var r=e.fetch().text;\\\"\\\\\\\\hline\\\"===r||\\\"\\\\\\\\hdashline\\\"===r;)e.consume(),t.push(\\\"\\\\\\\\hdashline\\\"===r),e.consumeSpaces(),r=e.fetch().text;return t}var Lr=function(e){if(!e.parser.settings.displayMode)throw new n(\\\"{\\\"+e.envName+\\\"} can be used only in display mode.\\\")};function Dr(e,t,r){var a=t.hskipBeforeAndAfter,i=t.addJot,o=t.cols,s=t.arraystretch,l=t.colSeparationType,h=t.addEqnNum,m=t.singleRow,c=t.emptySingleRow,u=t.maxNumCols,p=t.leqno;if(e.gullet.beginGroup(),m||e.gullet.macros.set(\\\"\\\\\\\\cr\\\",\\\"\\\\\\\\\\\\\\\\\\\\\\\\relax\\\"),!s){var d=e.gullet.expandMacroAsText(\\\"\\\\\\\\arraystretch\\\");if(null==d)s=1;else if(!(s=parseFloat(d))||s\u003C0)throw new n(\\\"Invalid \\\\\\\\arraystretch: \\\"+d)}e.gullet.beginGroup();var f=[],g=[f],v=[],b=[];for(b.push(Hr(e));;){var y=e.parseExpression(!1,m?\\\"\\\\\\\\end\\\":\\\"\\\\\\\\\\\\\\\\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),y={type:\\\"ordgroup\\\",mode:e.mode,body:y},r&&(y={type:\\\"styling\\\",mode:e.mode,style:r,body:[y]}),f.push(y);var x=e.fetch().text;if(\\\"&\\\"===x){if(u&&f.length===u){if(m||l)throw new n(\\\"Too many tab characters: &\\\",e.nextToken);e.settings.reportNonstrict(\\\"textEnv\\\",\\\"Too few columns specified in the {array} column argument.\\\")}e.consume()}else{if(\\\"\\\\\\\\end\\\"===x){1===f.length&&\\\"styling\\\"===y.type&&0===y.body[0].body.length&&(g.length>1||!c)&&g.pop(),b.length\u003Cg.length+1&&b.push([]);break}if(\\\"\\\\\\\\\\\\\\\\\\\"!==x)throw new n(\\\"Expected & or \\\\\\\\\\\\\\\\ or \\\\\\\\cr or \\\\\\\\end\\\",e.nextToken);e.consume();var w=void 0;\\\" \\\"!==e.gullet.future().text&&(w=e.parseSizeGroup(!0)),v.push(w?w.value:null),b.push(Hr(e)),f=[],g.push(f)}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:\\\"array\\\",mode:e.mode,addJot:i,arraystretch:s,body:g,cols:o,rowGaps:v,hskipBeforeAndAfter:a,hLinesBeforeRow:b,colSeparationType:l,addEqnNum:h,leqno:p}}function Pr(e){return\\\"d\\\"===e.substr(0,1)?\\\"display\\\":\\\"text\\\"}var Fr=function(e,t){var r,a,i=e.body.length,o=e.hLinesBeforeRow,s=0,h=new Array(i),m=[],c=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),u=1/t.fontMetrics().ptPerEm,p=5*u;e.colSeparationType&&\\\"small\\\"===e.colSeparationType&&(p=t.havingStyle(b.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778);var d=\\\"CD\\\"===e.colSeparationType?Le({number:3,unit:\\\"ex\\\"},t):12*u,f=3*u,g=e.arraystretch*d,v=.7*g,y=.3*g,x=0;function w(e){for(var t=0;t\u003Ce.length;++t)t>0&&(x+=.25),m.push({pos:x,isDashed:e[t]})}for(w(o[0]),r=0;r\u003Ce.body.length;++r){var k=e.body[r],S=v,M=y;s\u003Ck.length&&(s=k.length);var z=new Array(k.length);for(a=0;a\u003Ck.length;++a){var A=bt(k[a],t);M\u003CA.depth&&(M=A.depth),S\u003CA.height&&(S=A.height),z[a]=A}var T=e.rowGaps[r],B=0;T&&(B=Le(T,t))>0&&(M\u003C(B+=y)&&(M=B),B=0),e.addJot&&(M+=f),z.height=S,z.depth=M,x+=S,z.pos=x,x+=M+B,h[r]=z,w(o[r+1])}var N,q,C=x/2+t.fontMetrics().axisHeight,I=e.cols||[],R=[],O=[];if(e.addEqnNum)for(r=0;r\u003Ci;++r){var E=h[r],H=E.pos-C,L=je.makeSpan([\\\"eqn-num\\\"],[],t);L.depth=E.depth,L.height=E.height,O.push({type:\\\"elem\\\",elem:L,shift:H})}for(a=0,q=0;a\u003Cs||q\u003CI.length;++a,++q){for(var D=I[q]||{},P=!0;\\\"separator\\\"===D.type;){if(P||((N=je.makeSpan([\\\"arraycolsep\\\"],[])).style.width=t.fontMetrics().doubleRuleSep+\\\"em\\\",R.push(N)),\\\"|\\\"!==D.separator&&\\\":\\\"!==D.separator)throw new n(\\\"Invalid separator type: \\\"+D.separator);var F=\\\"|\\\"===D.separator?\\\"solid\\\":\\\"dashed\\\",V=je.makeSpan([\\\"vertical-separator\\\"],[],t);V.style.height=x+\\\"em\\\",V.style.borderRightWidth=c+\\\"em\\\",V.style.borderRightStyle=F,V.style.margin=\\\"0 -\\\"+c/2+\\\"em\\\",V.style.verticalAlign=-(x-C)+\\\"em\\\",R.push(V),D=I[++q]||{},P=!1}if(!(a>=s)){var G=void 0;(a>0||e.hskipBeforeAndAfter)&&0!==(G=l.deflt(D.pregap,p))&&((N=je.makeSpan([\\\"arraycolsep\\\"],[])).style.width=G+\\\"em\\\",R.push(N));var U=[];for(r=0;r\u003Ci;++r){var Y=h[r],W=Y[a];if(W){var X=Y.pos-C;W.depth=Y.depth,W.height=Y.height,U.push({type:\\\"elem\\\",elem:W,shift:X})}}U=je.makeVList({positionType:\\\"individualShift\\\",children:U},t),U=je.makeSpan([\\\"col-align-\\\"+(D.align||\\\"c\\\")],[U]),R.push(U),(a\u003Cs-1||e.hskipBeforeAndAfter)&&0!==(G=l.deflt(D.postgap,p))&&((N=je.makeSpan([\\\"arraycolsep\\\"],[])).style.width=G+\\\"em\\\",R.push(N))}}if(h=je.makeSpan([\\\"mtable\\\"],R),m.length>0){for(var _=je.makeLineSpan(\\\"hline\\\",t,c),j=je.makeLineSpan(\\\"hdashline\\\",t,c),$=[{type:\\\"elem\\\",elem:h,shift:0}];m.length>0;){var Z=m.pop(),K=Z.pos-C;Z.isDashed?$.push({type:\\\"elem\\\",elem:j,shift:K}):$.push({type:\\\"elem\\\",elem:_,shift:K})}h=je.makeVList({positionType:\\\"individualShift\\\",children:$},t)}if(e.addEqnNum){var J=je.makeVList({positionType:\\\"individualShift\\\",children:O},t);return J=je.makeSpan([\\\"tag\\\"],[J],t),je.makeFragment([h,J])}return je.makeSpan([\\\"mord\\\"],[h],t)},Vr={c:\\\"center \\\",l:\\\"left \\\",r:\\\"right \\\"},Gr=function(e,t){for(var r=[],n=new Mt.MathNode(\\\"mtd\\\",[],[\\\"mtr-glue\\\"]),a=new Mt.MathNode(\\\"mtd\\\",[],[\\\"mml-eqn-num\\\"]),i=0;i\u003Ce.body.length;i++){for(var o=e.body[i],s=[],l=0;l\u003Co.length;l++)s.push(new Mt.MathNode(\\\"mtd\\\",[qt(o[l],t)]));e.addEqnNum&&(s.unshift(n),s.push(n),e.leqno?s.unshift(a):s.push(a)),r.push(new Mt.MathNode(\\\"mtr\\\",s))}var h=new Mt.MathNode(\\\"mtable\\\",r),m=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);h.setAttribute(\\\"rowspacing\\\",m.toFixed(4)+\\\"em\\\");var c=\\\"\\\",u=\\\"\\\";if(e.cols&&e.cols.length>0){var p=e.cols,d=\\\"\\\",f=!1,g=0,v=p.length;\\\"separator\\\"===p[0].type&&(c+=\\\"top \\\",g=1),\\\"separator\\\"===p[p.length-1].type&&(c+=\\\"bottom \\\",v-=1);for(var b=g;b\u003Cv;b++)\\\"align\\\"===p[b].type?(u+=Vr[p[b].align],f&&(d+=\\\"none \\\"),f=!0):\\\"separator\\\"===p[b].type&&f&&(d+=\\\"|\\\"===p[b].separator?\\\"solid \\\":\\\"dashed \\\",f=!1);h.setAttribute(\\\"columnalign\\\",u.trim()),/[sd]/.test(d)&&h.setAttribute(\\\"columnlines\\\",d.trim())}if(\\\"align\\\"===e.colSeparationType){for(var y=e.cols||[],x=\\\"\\\",w=1;w\u003Cy.length;w++)x+=w%2?\\\"0em \\\":\\\"1em \\\";h.setAttribute(\\\"columnspacing\\\",x.trim())}else\\\"alignat\\\"===e.colSeparationType||\\\"gather\\\"===e.colSeparationType?h.setAttribute(\\\"columnspacing\\\",\\\"0em\\\"):\\\"small\\\"===e.colSeparationType?h.setAttribute(\\\"columnspacing\\\",\\\"0.2778em\\\"):\\\"CD\\\"===e.colSeparationType?h.setAttribute(\\\"columnspacing\\\",\\\"0.5em\\\"):h.setAttribute(\\\"columnspacing\\\",\\\"1em\\\");var k=\\\"\\\",S=e.hLinesBeforeRow;c+=S[0].length>0?\\\"left \\\":\\\"\\\",c+=S[S.length-1].length>0?\\\"right \\\":\\\"\\\";for(var M=1;M\u003CS.length-1;M++)k+=0===S[M].length?\\\"none \\\":S[M][0]?\\\"dashed \\\":\\\"solid \\\";return/[sd]/.test(k)&&h.setAttribute(\\\"rowlines\\\",k.trim()),\\\"\\\"!==c&&(h=new Mt.MathNode(\\\"menclose\\\",[h])).setAttribute(\\\"notation\\\",c.trim()),e.arraystretch&&e.arraystretch\u003C1&&(h=new Mt.MathNode(\\\"mstyle\\\",[h])).setAttribute(\\\"scriptlevel\\\",\\\"1\\\"),h},Ur=function(e,t){-1===e.envName.indexOf(\\\"ed\\\")&&Lr(e);var r,a=[],i=e.envName.indexOf(\\\"at\\\")>-1?\\\"alignat\\\":\\\"align\\\",o=Dr(e.parser,{cols:a,addJot:!0,addEqnNum:\\\"align\\\"===e.envName||\\\"alignat\\\"===e.envName,emptySingleRow:!0,colSeparationType:i,maxNumCols:\\\"split\\\"===e.envName?2:void 0,leqno:e.parser.settings.leqno},\\\"display\\\"),s=0,l={type:\\\"ordgroup\\\",mode:e.mode,body:[]};if(t[0]&&\\\"ordgroup\\\"===t[0].type){for(var h=\\\"\\\",m=0;m\u003Ct[0].body.length;m++){h+=Ft(t[0].body[m],\\\"textord\\\").text}r=Number(h),s=2*r}var c=!s;o.body.forEach((function(e){for(var t=1;t\u003Ce.length;t+=2){var a=Ft(e[t],\\\"styling\\\");Ft(a.body[0],\\\"ordgroup\\\").body.unshift(l)}if(c)s\u003Ce.length&&(s=e.length);else{var i=e.length/2;if(r\u003Ci)throw new n(\\\"Too many math in a row: expected \\\"+r+\\\", but got \\\"+i,e[0])}}));for(var u=0;u\u003Cs;++u){var p=\\\"r\\\",d=0;u%2==1?p=\\\"l\\\":u>0&&c&&(d=1),a[u]={type:\\\"align\\\",align:p,pregap:d,postgap:0}}return o.colSeparationType=c?\\\"align\\\":\\\"alignat\\\",o};Er({type:\\\"array\\\",names:[\\\"array\\\",\\\"darray\\\"],props:{numArgs:1},handler:function(e,t){var r=(Gt(t[0])?[t[0]]:Ft(t[0],\\\"ordgroup\\\").body).map((function(e){var t=Vt(e).text;if(-1!==\\\"lcr\\\".indexOf(t))return{type:\\\"align\\\",align:t};if(\\\"|\\\"===t)return{type:\\\"separator\\\",separator:\\\"|\\\"};if(\\\":\\\"===t)return{type:\\\"separator\\\",separator:\\\":\\\"};throw new n(\\\"Unknown column alignment: \\\"+t,e)})),a={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return Dr(e.parser,a,Pr(e.envName))},htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"matrix\\\",\\\"pmatrix\\\",\\\"bmatrix\\\",\\\"Bmatrix\\\",\\\"vmatrix\\\",\\\"Vmatrix\\\",\\\"matrix*\\\",\\\"pmatrix*\\\",\\\"bmatrix*\\\",\\\"Bmatrix*\\\",\\\"vmatrix*\\\",\\\"Vmatrix*\\\"],props:{numArgs:0},handler:function(e){var t={matrix:null,pmatrix:[\\\"(\\\",\\\")\\\"],bmatrix:[\\\"[\\\",\\\"]\\\"],Bmatrix:[\\\"\\\\\\\\{\\\",\\\"\\\\\\\\}\\\"],vmatrix:[\\\"|\\\",\\\"|\\\"],Vmatrix:[\\\"\\\\\\\\Vert\\\",\\\"\\\\\\\\Vert\\\"]}[e.envName.replace(\\\"*\\\",\\\"\\\")],r=\\\"c\\\",a={hskipBeforeAndAfter:!1,cols:[{type:\\\"align\\\",align:r}]};if(\\\"*\\\"===e.envName.charAt(e.envName.length-1)){var i=e.parser;if(i.consumeSpaces(),\\\"[\\\"===i.fetch().text){if(i.consume(),i.consumeSpaces(),r=i.fetch().text,-1===\\\"lcr\\\".indexOf(r))throw new n(\\\"Expected l or c or r\\\",i.nextToken);i.consume(),i.consumeSpaces(),i.expect(\\\"]\\\"),i.consume(),a.cols=[{type:\\\"align\\\",align:r}]}}var o=Dr(e.parser,a,Pr(e.envName)),s=Math.max.apply(Math,[0].concat(o.body.map((function(e){return e.length}))));return o.cols=new Array(s).fill({type:\\\"align\\\",align:r}),t?{type:\\\"leftright\\\",mode:e.mode,body:[o],left:t[0],right:t[1],rightColor:void 0}:o},htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"smallmatrix\\\"],props:{numArgs:0},handler:function(e){var t=Dr(e.parser,{arraystretch:.5},\\\"script\\\");return t.colSeparationType=\\\"small\\\",t},htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"subarray\\\"],props:{numArgs:1},handler:function(e,t){var r=(Gt(t[0])?[t[0]]:Ft(t[0],\\\"ordgroup\\\").body).map((function(e){var t=Vt(e).text;if(-1!==\\\"lc\\\".indexOf(t))return{type:\\\"align\\\",align:t};throw new n(\\\"Unknown column alignment: \\\"+t,e)}));if(r.length>1)throw new n(\\\"{subarray} can contain only one column\\\");var a={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((a=Dr(e.parser,a,\\\"script\\\")).body.length>0&&a.body[0].length>1)throw new n(\\\"{subarray} can contain only one column\\\");return a},htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"cases\\\",\\\"dcases\\\",\\\"rcases\\\",\\\"drcases\\\"],props:{numArgs:0},handler:function(e){var t=Dr(e.parser,{arraystretch:1.2,cols:[{type:\\\"align\\\",align:\\\"l\\\",pregap:0,postgap:1},{type:\\\"align\\\",align:\\\"l\\\",pregap:0,postgap:0}]},Pr(e.envName));return{type:\\\"leftright\\\",mode:e.mode,body:[t],left:e.envName.indexOf(\\\"r\\\")>-1?\\\".\\\":\\\"\\\\\\\\{\\\",right:e.envName.indexOf(\\\"r\\\")>-1?\\\"\\\\\\\\}\\\":\\\".\\\",rightColor:void 0}},htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"align\\\",\\\"align*\\\",\\\"aligned\\\",\\\"split\\\"],props:{numArgs:0},handler:Ur,htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"gathered\\\",\\\"gather\\\",\\\"gather*\\\"],props:{numArgs:0},handler:function(e){l.contains([\\\"gather\\\",\\\"gather*\\\"],e.envName)&&Lr(e);var t={cols:[{type:\\\"align\\\",align:\\\"c\\\"}],addJot:!0,colSeparationType:\\\"gather\\\",addEqnNum:\\\"gather\\\"===e.envName,emptySingleRow:!0,leqno:e.parser.settings.leqno};return Dr(e.parser,t,\\\"display\\\")},htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"alignat\\\",\\\"alignat*\\\",\\\"alignedat\\\"],props:{numArgs:1},handler:Ur,htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"equation\\\",\\\"equation*\\\"],props:{numArgs:0},handler:function(e){Lr(e);var t={addEqnNum:\\\"equation\\\"===e.envName,emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Dr(e.parser,t,\\\"display\\\")},htmlBuilder:Fr,mathmlBuilder:Gr}),Er({type:\\\"array\\\",names:[\\\"CD\\\"],props:{numArgs:0},handler:function(e){return Lr(e),function(e){var t=[];for(e.gullet.beginGroup(),e.gullet.macros.set(\\\"\\\\\\\\cr\\\",\\\"\\\\\\\\\\\\\\\\\\\\\\\\relax\\\"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,\\\"\\\\\\\\\\\\\\\\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();var r=e.fetch().text;if(\\\"&\\\"!==r&&\\\"\\\\\\\\\\\\\\\\\\\"!==r){if(\\\"\\\\\\\\end\\\"===r){0===t[t.length-1].length&&t.pop();break}throw new n(\\\"Expected \\\\\\\\\\\\\\\\ or \\\\\\\\cr or \\\\\\\\end\\\",e.nextToken)}e.consume()}for(var a,i,o=[],s=[o],l=0;l\u003Ct.length;l++){for(var h=t[l],m={type:\\\"styling\\\",body:[],mode:\\\"math\\\",style:\\\"display\\\"},c=0;c\u003Ch.length;c++)if(jt(h[c])){o.push(m);var u=Vt(h[c+=1]).text,p=new Array(2);if(p[0]={type:\\\"ordgroup\\\",mode:\\\"math\\\",body:[]},p[1]={type:\\\"ordgroup\\\",mode:\\\"math\\\",body:[]},\\\"=|.\\\".indexOf(u)>-1);else{if(!(\\\"\u003C>AV\\\".indexOf(u)>-1))throw new n('Expected one of \\\"\u003C>AV=|.\\\" after @',h[c]);for(var d=0;d\u003C2;d++){for(var f=!0,g=c+1;g\u003Ch.length;g++){if(i=u,(\\\"mathord\\\"===(a=h[g]).type||\\\"atom\\\"===a.type)&&a.text===i){f=!1,c=g;break}if(jt(h[g]))throw new n(\\\"Missing a \\\"+u+\\\" character to complete a CD arrow.\\\",h[g]);p[d].body.push(h[g])}if(f)throw new n(\\\"Missing a \\\"+u+\\\" character to complete a CD arrow.\\\",h[c])}}var v={type:\\\"styling\\\",body:[$t(u,p,e)],mode:\\\"math\\\",style:\\\"display\\\"};o.push(v),m={type:\\\"styling\\\",body:[],mode:\\\"math\\\",style:\\\"display\\\"}}else m.body.push(h[c]);l%2==0?o.push(m):o.shift(),o=[],s.push(o)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:\\\"array\\\",mode:\\\"math\\\",body:s,arraystretch:1,addJot:!0,rowGaps:[null],cols:new Array(s[0].length).fill({type:\\\"align\\\",align:\\\"c\\\",pregap:.25,postgap:.25}),colSeparationType:\\\"CD\\\",hLinesBeforeRow:new Array(s.length+1).fill([])}}(e.parser)},htmlBuilder:Fr,mathmlBuilder:Gr}),nt({type:\\\"text\\\",names:[\\\"\\\\\\\\hline\\\",\\\"\\\\\\\\hdashline\\\"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(e,t){throw new n(e.funcName+\\\" valid only within array environment\\\")}});var Yr=Or;nt({type:\\\"environment\\\",names:[\\\"\\\\\\\\begin\\\",\\\"\\\\\\\\end\\\"],props:{numArgs:1,argTypes:[\\\"text\\\"]},handler:function(e,t){var r=e.parser,a=e.funcName,i=t[0];if(\\\"ordgroup\\\"!==i.type)throw new n(\\\"Invalid environment name\\\",i);for(var o=\\\"\\\",s=0;s\u003Ci.body.length;++s)o+=Ft(i.body[s],\\\"textord\\\").text;if(\\\"\\\\\\\\begin\\\"===a){if(!Yr.hasOwnProperty(o))throw new n(\\\"No such environment: \\\"+o,i);var l=Yr[o],h=r.parseArguments(\\\"\\\\\\\\begin{\\\"+o+\\\"}\\\",l),m=h.args,c=h.optArgs,u={mode:r.mode,envName:o,parser:r},p=l.handler(u,m,c);r.expect(\\\"\\\\\\\\end\\\",!1);var d=r.nextToken,f=Ft(r.parseFunction(),\\\"environment\\\");if(f.name!==o)throw new n(\\\"Mismatch: \\\\\\\\begin{\\\"+o+\\\"} matched by \\\\\\\\end{\\\"+f.name+\\\"}\\\",d);return p}return{type:\\\"environment\\\",mode:r.mode,name:o,nameGroup:i}}});var Wr=je.makeSpan;function Xr(e,t){var r=ut(e.body,t,!0);return Wr([e.mclass],r,t)}function _r(e,t){var r,n=Bt(e.body,t);return\\\"minner\\\"===e.mclass?Mt.newDocumentFragment(n):(\\\"mord\\\"===e.mclass?e.isCharacterBox?(r=n[0]).type=\\\"mi\\\":r=new Mt.MathNode(\\\"mi\\\",n):(e.isCharacterBox?(r=n[0]).type=\\\"mo\\\":r=new Mt.MathNode(\\\"mo\\\",n),\\\"mbin\\\"===e.mclass?(r.attributes.lspace=\\\"0.22em\\\",r.attributes.rspace=\\\"0.22em\\\"):\\\"mpunct\\\"===e.mclass?(r.attributes.lspace=\\\"0em\\\",r.attributes.rspace=\\\"0.17em\\\"):\\\"mopen\\\"!==e.mclass&&\\\"mclose\\\"!==e.mclass||(r.attributes.lspace=\\\"0em\\\",r.attributes.rspace=\\\"0em\\\")),r)}nt({type:\\\"mclass\\\",names:[\\\"\\\\\\\\mathord\\\",\\\"\\\\\\\\mathbin\\\",\\\"\\\\\\\\mathrel\\\",\\\"\\\\\\\\mathopen\\\",\\\"\\\\\\\\mathclose\\\",\\\"\\\\\\\\mathpunct\\\",\\\"\\\\\\\\mathinner\\\"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:\\\"mclass\\\",mode:r.mode,mclass:\\\"m\\\"+n.substr(5),body:ot(a),isCharacterBox:l.isCharacterBox(a)}},htmlBuilder:Xr,mathmlBuilder:_r});var jr=function(e){var t=\\\"ordgroup\\\"===e.type&&e.body.length?e.body[0]:e;return\\\"atom\\\"!==t.type||\\\"bin\\\"!==t.family&&\\\"rel\\\"!==t.family?\\\"mord\\\":\\\"m\\\"+t.family};nt({type:\\\"mclass\\\",names:[\\\"\\\\\\\\@binrel\\\"],props:{numArgs:2},handler:function(e,t){return{type:\\\"mclass\\\",mode:e.parser.mode,mclass:jr(t[0]),body:ot(t[1]),isCharacterBox:l.isCharacterBox(t[1])}}}),nt({type:\\\"mclass\\\",names:[\\\"\\\\\\\\stackrel\\\",\\\"\\\\\\\\overset\\\",\\\"\\\\\\\\underset\\\"],props:{numArgs:2},handler:function(e,t){var r,n=e.parser,a=e.funcName,i=t[1],o=t[0];r=\\\"\\\\\\\\stackrel\\\"!==a?jr(i):\\\"mrel\\\";var s={type:\\\"op\\\",mode:i.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:\\\"\\\\\\\\stackrel\\\"!==a,body:ot(i)},h={type:\\\"supsub\\\",mode:o.mode,base:s,sup:\\\"\\\\\\\\underset\\\"===a?null:o,sub:\\\"\\\\\\\\underset\\\"===a?o:null};return{type:\\\"mclass\\\",mode:n.mode,mclass:r,body:[h],isCharacterBox:l.isCharacterBox(h)}},htmlBuilder:Xr,mathmlBuilder:_r});var $r=function(e,t){var r=e.font,n=t.withFont(r);return bt(e.body,n)},Zr=function(e,t){var r=e.font,n=t.withFont(r);return qt(e.body,n)},Kr={\\\"\\\\\\\\Bbb\\\":\\\"\\\\\\\\mathbb\\\",\\\"\\\\\\\\bold\\\":\\\"\\\\\\\\mathbf\\\",\\\"\\\\\\\\frak\\\":\\\"\\\\\\\\mathfrak\\\",\\\"\\\\\\\\bm\\\":\\\"\\\\\\\\boldsymbol\\\"};nt({type:\\\"font\\\",names:[\\\"\\\\\\\\mathrm\\\",\\\"\\\\\\\\mathit\\\",\\\"\\\\\\\\mathbf\\\",\\\"\\\\\\\\mathnormal\\\",\\\"\\\\\\\\mathbb\\\",\\\"\\\\\\\\mathcal\\\",\\\"\\\\\\\\mathfrak\\\",\\\"\\\\\\\\mathscr\\\",\\\"\\\\\\\\mathsf\\\",\\\"\\\\\\\\mathtt\\\",\\\"\\\\\\\\Bbb\\\",\\\"\\\\\\\\bold\\\",\\\"\\\\\\\\frak\\\"],props:{numArgs:1,allowedInArgument:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=it(t[0]),i=n;return i in Kr&&(i=Kr[i]),{type:\\\"font\\\",mode:r.mode,font:i.slice(1),body:a}},htmlBuilder:$r,mathmlBuilder:Zr}),nt({type:\\\"mclass\\\",names:[\\\"\\\\\\\\boldsymbol\\\",\\\"\\\\\\\\bm\\\"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=t[0],a=l.isCharacterBox(n);return{type:\\\"mclass\\\",mode:r.mode,mclass:jr(n),body:[{type:\\\"font\\\",mode:r.mode,font:\\\"boldsymbol\\\",body:n}],isCharacterBox:a}}}),nt({type:\\\"font\\\",names:[\\\"\\\\\\\\rm\\\",\\\"\\\\\\\\sf\\\",\\\"\\\\\\\\tt\\\",\\\"\\\\\\\\bf\\\",\\\"\\\\\\\\it\\\",\\\"\\\\\\\\cal\\\"],props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=e.breakOnTokenText,i=r.mode,o=r.parseExpression(!0,a);return{type:\\\"font\\\",mode:i,font:\\\"math\\\"+n.slice(1),body:{type:\\\"ordgroup\\\",mode:r.mode,body:o}}},htmlBuilder:$r,mathmlBuilder:Zr});var Jr=function(e,t){var r=t;return\\\"display\\\"===e?r=r.id>=b.SCRIPT.id?r.text():b.DISPLAY:\\\"text\\\"===e&&r.size===b.DISPLAY.size?r=b.TEXT:\\\"script\\\"===e?r=b.SCRIPT:\\\"scriptscript\\\"===e&&(r=b.SCRIPTSCRIPT),r},Qr=function(e,t){var r,n=Jr(e.size,t.style),a=n.fracNum(),i=n.fracDen();r=t.havingStyle(a);var o=bt(e.numer,r,t);if(e.continued){var s=8.5/t.fontMetrics().ptPerEm,l=3.5/t.fontMetrics().ptPerEm;o.height=o.height\u003Cs?s:o.height,o.depth=o.depth\u003Cl?l:o.depth}r=t.havingStyle(i);var h,m,c,u,p,d,f,g,v,y,x=bt(e.denom,r,t);if(e.hasBarLine?(e.barSize?(m=Le(e.barSize,t),h=je.makeLineSpan(\\\"frac-line\\\",t,m)):h=je.makeLineSpan(\\\"frac-line\\\",t),m=h.height,c=h.height):(h=null,m=0,c=t.fontMetrics().defaultRuleThickness),n.size===b.DISPLAY.size||\\\"display\\\"===e.size?(u=t.fontMetrics().num1,p=m>0?3*c:7*c,d=t.fontMetrics().denom1):(m>0?(u=t.fontMetrics().num2,p=c):(u=t.fontMetrics().num3,p=3*c),d=t.fontMetrics().denom2),h){var w=t.fontMetrics().axisHeight;u-o.depth-(w+.5*m)\u003Cp&&(u+=p-(u-o.depth-(w+.5*m))),w-.5*m-(x.height-d)\u003Cp&&(d+=p-(w-.5*m-(x.height-d)));var k=-(w-.5*m);f=je.makeVList({positionType:\\\"individualShift\\\",children:[{type:\\\"elem\\\",elem:x,shift:d},{type:\\\"elem\\\",elem:h,shift:k},{type:\\\"elem\\\",elem:o,shift:-u}]},t)}else{var S=u-o.depth-(x.height-d);S\u003Cp&&(u+=.5*(p-S),d+=.5*(p-S)),f=je.makeVList({positionType:\\\"individualShift\\\",children:[{type:\\\"elem\\\",elem:x,shift:d},{type:\\\"elem\\\",elem:o,shift:-u}]},t)}return r=t.havingStyle(n),f.height*=r.sizeMultiplier/t.sizeMultiplier,f.depth*=r.sizeMultiplier/t.sizeMultiplier,g=n.size===b.DISPLAY.size?t.fontMetrics().delim1:n.size===b.SCRIPTSCRIPT.size?t.havingStyle(b.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,v=null==e.leftDelim?vt(t,[\\\"mopen\\\"]):Ar(e.leftDelim,g,!0,t.havingStyle(n),e.mode,[\\\"mopen\\\"]),y=e.continued?je.makeSpan([]):null==e.rightDelim?vt(t,[\\\"mclose\\\"]):Ar(e.rightDelim,g,!0,t.havingStyle(n),e.mode,[\\\"mclose\\\"]),je.makeSpan([\\\"mord\\\"].concat(r.sizingClasses(t)),[v,je.makeSpan([\\\"mfrac\\\"],[f]),y],t)},en=function(e,t){var r=new Mt.MathNode(\\\"mfrac\\\",[qt(e.numer,t),qt(e.denom,t)]);if(e.hasBarLine){if(e.barSize){var n=Le(e.barSize,t);r.setAttribute(\\\"linethickness\\\",n+\\\"em\\\")}}else r.setAttribute(\\\"linethickness\\\",\\\"0px\\\");var a=Jr(e.size,t.style);if(a.size!==t.style.size){r=new Mt.MathNode(\\\"mstyle\\\",[r]);var i=a.size===b.DISPLAY.size?\\\"true\\\":\\\"false\\\";r.setAttribute(\\\"displaystyle\\\",i),r.setAttribute(\\\"scriptlevel\\\",\\\"0\\\")}if(null!=e.leftDelim||null!=e.rightDelim){var o=[];if(null!=e.leftDelim){var s=new Mt.MathNode(\\\"mo\\\",[new Mt.TextNode(e.leftDelim.replace(\\\"\\\\\\\\\\\",\\\"\\\"))]);s.setAttribute(\\\"fence\\\",\\\"true\\\"),o.push(s)}if(o.push(r),null!=e.rightDelim){var l=new Mt.MathNode(\\\"mo\\\",[new Mt.TextNode(e.rightDelim.replace(\\\"\\\\\\\\\\\",\\\"\\\"))]);l.setAttribute(\\\"fence\\\",\\\"true\\\"),o.push(l)}return At(o)}return r};nt({type:\\\"genfrac\\\",names:[\\\"\\\\\\\\dfrac\\\",\\\"\\\\\\\\frac\\\",\\\"\\\\\\\\tfrac\\\",\\\"\\\\\\\\dbinom\\\",\\\"\\\\\\\\binom\\\",\\\"\\\\\\\\tbinom\\\",\\\"\\\\\\\\\\\\\\\\atopfrac\\\",\\\"\\\\\\\\\\\\\\\\bracefrac\\\",\\\"\\\\\\\\\\\\\\\\brackfrac\\\"],props:{numArgs:2,allowedInArgument:!0},handler:function(e,t){var r,n=e.parser,a=e.funcName,i=t[0],o=t[1],s=null,l=null,h=\\\"auto\\\";switch(a){case\\\"\\\\\\\\dfrac\\\":case\\\"\\\\\\\\frac\\\":case\\\"\\\\\\\\tfrac\\\":r=!0;break;case\\\"\\\\\\\\\\\\\\\\atopfrac\\\":r=!1;break;case\\\"\\\\\\\\dbinom\\\":case\\\"\\\\\\\\binom\\\":case\\\"\\\\\\\\tbinom\\\":r=!1,s=\\\"(\\\",l=\\\")\\\";break;case\\\"\\\\\\\\\\\\\\\\bracefrac\\\":r=!1,s=\\\"\\\\\\\\{\\\",l=\\\"\\\\\\\\}\\\";break;case\\\"\\\\\\\\\\\\\\\\brackfrac\\\":r=!1,s=\\\"[\\\",l=\\\"]\\\";break;default:throw new Error(\\\"Unrecognized genfrac command\\\")}switch(a){case\\\"\\\\\\\\dfrac\\\":case\\\"\\\\\\\\dbinom\\\":h=\\\"display\\\";break;case\\\"\\\\\\\\tfrac\\\":case\\\"\\\\\\\\tbinom\\\":h=\\\"text\\\"}return{type:\\\"genfrac\\\",mode:n.mode,continued:!1,numer:i,denom:o,hasBarLine:r,leftDelim:s,rightDelim:l,size:h,barSize:null}},htmlBuilder:Qr,mathmlBuilder:en}),nt({type:\\\"genfrac\\\",names:[\\\"\\\\\\\\cfrac\\\"],props:{numArgs:2},handler:function(e,t){var r=e.parser,n=(e.funcName,t[0]),a=t[1];return{type:\\\"genfrac\\\",mode:r.mode,continued:!0,numer:n,denom:a,hasBarLine:!0,leftDelim:null,rightDelim:null,size:\\\"display\\\",barSize:null}}}),nt({type:\\\"infix\\\",names:[\\\"\\\\\\\\over\\\",\\\"\\\\\\\\choose\\\",\\\"\\\\\\\\atop\\\",\\\"\\\\\\\\brace\\\",\\\"\\\\\\\\brack\\\"],props:{numArgs:0,infix:!0},handler:function(e){var t,r=e.parser,n=e.funcName,a=e.token;switch(n){case\\\"\\\\\\\\over\\\":t=\\\"\\\\\\\\frac\\\";break;case\\\"\\\\\\\\choose\\\":t=\\\"\\\\\\\\binom\\\";break;case\\\"\\\\\\\\atop\\\":t=\\\"\\\\\\\\\\\\\\\\atopfrac\\\";break;case\\\"\\\\\\\\brace\\\":t=\\\"\\\\\\\\\\\\\\\\bracefrac\\\";break;case\\\"\\\\\\\\brack\\\":t=\\\"\\\\\\\\\\\\\\\\brackfrac\\\";break;default:throw new Error(\\\"Unrecognized infix genfrac command\\\")}return{type:\\\"infix\\\",mode:r.mode,replaceWith:t,token:a}}});var tn=[\\\"display\\\",\\\"text\\\",\\\"script\\\",\\\"scriptscript\\\"],rn=function(e){var t=null;return e.length>0&&(t=\\\".\\\"===(t=e)?null:t),t};nt({type:\\\"genfrac\\\",names:[\\\"\\\\\\\\genfrac\\\"],props:{numArgs:6,allowedInArgument:!0,argTypes:[\\\"math\\\",\\\"math\\\",\\\"size\\\",\\\"text\\\",\\\"math\\\",\\\"math\\\"]},handler:function(e,t){var r,n=e.parser,a=t[4],i=t[5],o=it(t[0]),s=\\\"atom\\\"===o.type&&\\\"open\\\"===o.family?rn(o.text):null,l=it(t[1]),h=\\\"atom\\\"===l.type&&\\\"close\\\"===l.family?rn(l.text):null,m=Ft(t[2],\\\"size\\\"),c=null;r=!!m.isBlank||(c=m.value).number>0;var u=\\\"auto\\\",p=t[3];if(\\\"ordgroup\\\"===p.type){if(p.body.length>0){var d=Ft(p.body[0],\\\"textord\\\");u=tn[Number(d.text)]}}else p=Ft(p,\\\"textord\\\"),u=tn[Number(p.text)];return{type:\\\"genfrac\\\",mode:n.mode,numer:a,denom:i,continued:!1,hasBarLine:r,barSize:c,leftDelim:s,rightDelim:h,size:u}},htmlBuilder:Qr,mathmlBuilder:en}),nt({type:\\\"infix\\\",names:[\\\"\\\\\\\\above\\\"],props:{numArgs:1,argTypes:[\\\"size\\\"],infix:!0},handler:function(e,t){var r=e.parser,n=(e.funcName,e.token);return{type:\\\"infix\\\",mode:r.mode,replaceWith:\\\"\\\\\\\\\\\\\\\\abovefrac\\\",size:Ft(t[0],\\\"size\\\").value,token:n}}}),nt({type:\\\"genfrac\\\",names:[\\\"\\\\\\\\\\\\\\\\abovefrac\\\"],props:{numArgs:3,argTypes:[\\\"math\\\",\\\"size\\\",\\\"math\\\"]},handler:function(e,t){var r=e.parser,n=(e.funcName,t[0]),a=function(e){if(!e)throw new Error(\\\"Expected non-null, but got \\\"+String(e));return e}(Ft(t[1],\\\"infix\\\").size),i=t[2],o=a.number>0;return{type:\\\"genfrac\\\",mode:r.mode,numer:n,denom:i,continued:!1,hasBarLine:o,barSize:a,leftDelim:null,rightDelim:null,size:\\\"auto\\\"}},htmlBuilder:Qr,mathmlBuilder:en});var nn=function(e,t){var r,n,a=t.style;\\\"supsub\\\"===e.type?(r=e.sup?bt(e.sup,t.havingStyle(a.sup()),t):bt(e.sub,t.havingStyle(a.sub()),t),n=Ft(e.base,\\\"horizBrace\\\")):n=Ft(e,\\\"horizBrace\\\");var i,o=bt(n.base,t.havingBaseStyle(b.DISPLAY)),s=Pt(n,t);if(n.isOver?(i=je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:o},{type:\\\"kern\\\",size:.1},{type:\\\"elem\\\",elem:s}]},t)).children[0].children[0].children[1].classes.push(\\\"svg-align\\\"):(i=je.makeVList({positionType:\\\"bottom\\\",positionData:o.depth+.1+s.height,children:[{type:\\\"elem\\\",elem:s},{type:\\\"kern\\\",size:.1},{type:\\\"elem\\\",elem:o}]},t)).children[0].children[0].children[0].classes.push(\\\"svg-align\\\"),r){var l=je.makeSpan([\\\"mord\\\",n.isOver?\\\"mover\\\":\\\"munder\\\"],[i],t);i=n.isOver?je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:l},{type:\\\"kern\\\",size:.2},{type:\\\"elem\\\",elem:r}]},t):je.makeVList({positionType:\\\"bottom\\\",positionData:l.depth+.2+r.height+r.depth,children:[{type:\\\"elem\\\",elem:r},{type:\\\"kern\\\",size:.2},{type:\\\"elem\\\",elem:l}]},t)}return je.makeSpan([\\\"mord\\\",n.isOver?\\\"mover\\\":\\\"munder\\\"],[i],t)};nt({type:\\\"horizBrace\\\",names:[\\\"\\\\\\\\overbrace\\\",\\\"\\\\\\\\underbrace\\\"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName;return{type:\\\"horizBrace\\\",mode:r.mode,label:n,isOver:/^\\\\\\\\over/.test(n),base:t[0]}},htmlBuilder:nn,mathmlBuilder:function(e,t){var r=Dt(e.label);return new Mt.MathNode(e.isOver?\\\"mover\\\":\\\"munder\\\",[qt(e.base,t),r])}}),nt({type:\\\"href\\\",names:[\\\"\\\\\\\\href\\\"],props:{numArgs:2,argTypes:[\\\"url\\\",\\\"original\\\"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[1],a=Ft(t[0],\\\"url\\\").url;return r.settings.isTrusted({command:\\\"\\\\\\\\href\\\",url:a})?{type:\\\"href\\\",mode:r.mode,href:a,body:ot(n)}:r.formatUnsupportedCmd(\\\"\\\\\\\\href\\\")},htmlBuilder:function(e,t){var r=ut(e.body,t,!1);return je.makeAnchor(e.href,[],r,t)},mathmlBuilder:function(e,t){var r=Nt(e.body,t);return r instanceof kt||(r=new kt(\\\"mrow\\\",[r])),r.setAttribute(\\\"href\\\",e.href),r}}),nt({type:\\\"href\\\",names:[\\\"\\\\\\\\url\\\"],props:{numArgs:1,argTypes:[\\\"url\\\"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=Ft(t[0],\\\"url\\\").url;if(!r.settings.isTrusted({command:\\\"\\\\\\\\url\\\",url:n}))return r.formatUnsupportedCmd(\\\"\\\\\\\\url\\\");for(var a=[],i=0;i\u003Cn.length;i++){var o=n[i];\\\"~\\\"===o&&(o=\\\"\\\\\\\\textasciitilde\\\"),a.push({type:\\\"textord\\\",mode:\\\"text\\\",text:o})}var s={type:\\\"text\\\",mode:r.mode,font:\\\"\\\\\\\\texttt\\\",body:a};return{type:\\\"href\\\",mode:r.mode,href:n,body:ot(s)}}}),nt({type:\\\"hbox\\\",names:[\\\"\\\\\\\\hbox\\\"],props:{numArgs:1,argTypes:[\\\"text\\\"],allowedInText:!0,primitive:!0},handler:function(e,t){return{type:\\\"hbox\\\",mode:e.parser.mode,body:ot(t[0])}},htmlBuilder:function(e,t){var r=ut(e.body,t,!1);return je.makeFragment(r)},mathmlBuilder:function(e,t){return new Mt.MathNode(\\\"mrow\\\",Bt(e.body,t))}}),nt({type:\\\"html\\\",names:[\\\"\\\\\\\\htmlClass\\\",\\\"\\\\\\\\htmlId\\\",\\\"\\\\\\\\htmlStyle\\\",\\\"\\\\\\\\htmlData\\\"],props:{numArgs:2,argTypes:[\\\"raw\\\",\\\"original\\\"],allowedInText:!0},handler:function(e,t){var r,a=e.parser,i=e.funcName,o=(e.token,Ft(t[0],\\\"raw\\\").string),s=t[1];a.settings.strict&&a.settings.reportNonstrict(\\\"htmlExtension\\\",\\\"HTML extension is disabled on strict mode\\\");var l={};switch(i){case\\\"\\\\\\\\htmlClass\\\":l.class=o,r={command:\\\"\\\\\\\\htmlClass\\\",class:o};break;case\\\"\\\\\\\\htmlId\\\":l.id=o,r={command:\\\"\\\\\\\\htmlId\\\",id:o};break;case\\\"\\\\\\\\htmlStyle\\\":l.style=o,r={command:\\\"\\\\\\\\htmlStyle\\\",style:o};break;case\\\"\\\\\\\\htmlData\\\":for(var h=o.split(\\\",\\\"),m=0;m\u003Ch.length;m++){var c=h[m].split(\\\"=\\\");if(2!==c.length)throw new n(\\\"Error parsing key-value for \\\\\\\\htmlData\\\");l[\\\"data-\\\"+c[0].trim()]=c[1].trim()}r={command:\\\"\\\\\\\\htmlData\\\",attributes:l};break;default:throw new Error(\\\"Unrecognized html command\\\")}return a.settings.isTrusted(r)?{type:\\\"html\\\",mode:a.mode,attributes:l,body:ot(s)}:a.formatUnsupportedCmd(i)},htmlBuilder:function(e,t){var r=ut(e.body,t,!1),n=[\\\"enclosing\\\"];e.attributes.class&&n.push.apply(n,e.attributes.class.trim().split(/\\\\s+/));var a=je.makeSpan(n,r,t);for(var i in e.attributes)\\\"class\\\"!==i&&e.attributes.hasOwnProperty(i)&&a.setAttribute(i,e.attributes[i]);return a},mathmlBuilder:function(e,t){return Nt(e.body,t)}}),nt({type:\\\"htmlmathml\\\",names:[\\\"\\\\\\\\html@mathml\\\"],props:{numArgs:2,allowedInText:!0},handler:function(e,t){return{type:\\\"htmlmathml\\\",mode:e.parser.mode,html:ot(t[0]),mathml:ot(t[1])}},htmlBuilder:function(e,t){var r=ut(e.html,t,!1);return je.makeFragment(r)},mathmlBuilder:function(e,t){return Nt(e.mathml,t)}});var an=function(e){if(/^[-+]? *(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)$/.test(e))return{number:+e,unit:\\\"bp\\\"};var t=/([-+]?) *(\\\\d+(?:\\\\.\\\\d*)?|\\\\.\\\\d+) *([a-z]{2})/.exec(e);if(!t)throw new n(\\\"Invalid size: '\\\"+e+\\\"' in \\\\\\\\includegraphics\\\");var r={number:+(t[1]+t[2]),unit:t[3]};if(!He(r))throw new n(\\\"Invalid unit: '\\\"+r.unit+\\\"' in \\\\\\\\includegraphics.\\\");return r};nt({type:\\\"includegraphics\\\",names:[\\\"\\\\\\\\includegraphics\\\"],props:{numArgs:1,numOptionalArgs:1,argTypes:[\\\"raw\\\",\\\"url\\\"],allowedInText:!1},handler:function(e,t,r){var a=e.parser,i={number:0,unit:\\\"em\\\"},o={number:.9,unit:\\\"em\\\"},s={number:0,unit:\\\"em\\\"},l=\\\"\\\";if(r[0])for(var h=Ft(r[0],\\\"raw\\\").string.split(\\\",\\\"),m=0;m\u003Ch.length;m++){var c=h[m].split(\\\"=\\\");if(2===c.length){var u=c[1].trim();switch(c[0].trim()){case\\\"alt\\\":l=u;break;case\\\"width\\\":i=an(u);break;case\\\"height\\\":o=an(u);break;case\\\"totalheight\\\":s=an(u);break;default:throw new n(\\\"Invalid key: '\\\"+c[0]+\\\"' in \\\\\\\\includegraphics.\\\")}}}var p=Ft(t[0],\\\"url\\\").url;return\\\"\\\"===l&&(l=(l=(l=p).replace(/^.*[\\\\\\\\/]/,\\\"\\\")).substring(0,l.lastIndexOf(\\\".\\\"))),a.settings.isTrusted({command:\\\"\\\\\\\\includegraphics\\\",url:p})?{type:\\\"includegraphics\\\",mode:a.mode,alt:l,width:i,height:o,totalheight:s,src:p}:a.formatUnsupportedCmd(\\\"\\\\\\\\includegraphics\\\")},htmlBuilder:function(e,t){var r=Le(e.height,t),n=0;e.totalheight.number>0&&(n=Le(e.totalheight,t)-r,n=Number(n.toFixed(2)));var a=0;e.width.number>0&&(a=Le(e.width,t));var i={height:r+n+\\\"em\\\"};a>0&&(i.width=a+\\\"em\\\"),n>0&&(i.verticalAlign=-n+\\\"em\\\");var o=new C(e.src,e.alt,i);return o.height=r,o.depth=n,o},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mglyph\\\",[]);r.setAttribute(\\\"alt\\\",e.alt);var n=Le(e.height,t),a=0;if(e.totalheight.number>0&&(a=(a=Le(e.totalheight,t)-n).toFixed(2),r.setAttribute(\\\"valign\\\",\\\"-\\\"+a+\\\"em\\\")),r.setAttribute(\\\"height\\\",n+a+\\\"em\\\"),e.width.number>0){var i=Le(e.width,t);r.setAttribute(\\\"width\\\",i+\\\"em\\\")}return r.setAttribute(\\\"src\\\",e.src),r}}),nt({type:\\\"kern\\\",names:[\\\"\\\\\\\\kern\\\",\\\"\\\\\\\\mkern\\\",\\\"\\\\\\\\hskip\\\",\\\"\\\\\\\\mskip\\\"],props:{numArgs:1,argTypes:[\\\"size\\\"],primitive:!0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=Ft(t[0],\\\"size\\\");if(r.settings.strict){var i=\\\"m\\\"===n[1],o=\\\"mu\\\"===a.value.unit;i?(o||r.settings.reportNonstrict(\\\"mathVsTextUnits\\\",\\\"LaTeX's \\\"+n+\\\" supports only mu units, not \\\"+a.value.unit+\\\" units\\\"),\\\"math\\\"!==r.mode&&r.settings.reportNonstrict(\\\"mathVsTextUnits\\\",\\\"LaTeX's \\\"+n+\\\" works only in math mode\\\")):o&&r.settings.reportNonstrict(\\\"mathVsTextUnits\\\",\\\"LaTeX's \\\"+n+\\\" doesn't support mu units\\\")}return{type:\\\"kern\\\",mode:r.mode,dimension:a.value}},htmlBuilder:function(e,t){return je.makeGlue(e.dimension,t)},mathmlBuilder:function(e,t){var r=Le(e.dimension,t);return new Mt.SpaceNode(r)}}),nt({type:\\\"lap\\\",names:[\\\"\\\\\\\\mathllap\\\",\\\"\\\\\\\\mathrlap\\\",\\\"\\\\\\\\mathclap\\\"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:\\\"lap\\\",mode:r.mode,alignment:n.slice(5),body:a}},htmlBuilder:function(e,t){var r;\\\"clap\\\"===e.alignment?(r=je.makeSpan([],[bt(e.body,t)]),r=je.makeSpan([\\\"inner\\\"],[r],t)):r=je.makeSpan([\\\"inner\\\"],[bt(e.body,t)]);var n=je.makeSpan([\\\"fix\\\"],[]),a=je.makeSpan([e.alignment],[r,n],t),i=je.makeSpan([\\\"strut\\\"]);return i.style.height=a.height+a.depth+\\\"em\\\",i.style.verticalAlign=-a.depth+\\\"em\\\",a.children.unshift(i),a=je.makeSpan([\\\"thinbox\\\"],[a],t),je.makeSpan([\\\"mord\\\",\\\"vbox\\\"],[a],t)},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mpadded\\\",[qt(e.body,t)]);if(\\\"rlap\\\"!==e.alignment){var n=\\\"llap\\\"===e.alignment?\\\"-1\\\":\\\"-0.5\\\";r.setAttribute(\\\"lspace\\\",n+\\\"width\\\")}return r.setAttribute(\\\"width\\\",\\\"0px\\\"),r}}),nt({type:\\\"styling\\\",names:[\\\"\\\\\\\\(\\\",\\\"$\\\"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){var r=e.funcName,n=e.parser,a=n.mode;n.switchMode(\\\"math\\\");var i=\\\"\\\\\\\\(\\\"===r?\\\"\\\\\\\\)\\\":\\\"$\\\",o=n.parseExpression(!1,i);return n.expect(i),n.switchMode(a),{type:\\\"styling\\\",mode:n.mode,style:\\\"text\\\",body:o}}}),nt({type:\\\"text\\\",names:[\\\"\\\\\\\\)\\\",\\\"\\\\\\\\]\\\"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){throw new n(\\\"Mismatched \\\"+e.funcName)}});var on=function(e,t){switch(t.style.size){case b.DISPLAY.size:return e.display;case b.TEXT.size:return e.text;case b.SCRIPT.size:return e.script;case b.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};nt({type:\\\"mathchoice\\\",names:[\\\"\\\\\\\\mathchoice\\\"],props:{numArgs:4,primitive:!0},handler:function(e,t){return{type:\\\"mathchoice\\\",mode:e.parser.mode,display:ot(t[0]),text:ot(t[1]),script:ot(t[2]),scriptscript:ot(t[3])}},htmlBuilder:function(e,t){var r=on(e,t),n=ut(r,t,!1);return je.makeFragment(n)},mathmlBuilder:function(e,t){var r=on(e,t);return Nt(r,t)}});var sn=function(e,t,r,n,a,i,o){e=je.makeSpan([],[e]);var s,h,m,c=r&&l.isCharacterBox(r);if(t){var u=bt(t,n.havingStyle(a.sup()),n);h={elem:u,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-u.depth)}}if(r){var p=bt(r,n.havingStyle(a.sub()),n);s={elem:p,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-p.height)}}if(h&&s){var d=n.fontMetrics().bigOpSpacing5+s.elem.height+s.elem.depth+s.kern+e.depth+o;m=je.makeVList({positionType:\\\"bottom\\\",positionData:d,children:[{type:\\\"kern\\\",size:n.fontMetrics().bigOpSpacing5},{type:\\\"elem\\\",elem:s.elem,marginLeft:-i+\\\"em\\\"},{type:\\\"kern\\\",size:s.kern},{type:\\\"elem\\\",elem:e},{type:\\\"kern\\\",size:h.kern},{type:\\\"elem\\\",elem:h.elem,marginLeft:i+\\\"em\\\"},{type:\\\"kern\\\",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(s){var f=e.height-o;m=je.makeVList({positionType:\\\"top\\\",positionData:f,children:[{type:\\\"kern\\\",size:n.fontMetrics().bigOpSpacing5},{type:\\\"elem\\\",elem:s.elem,marginLeft:-i+\\\"em\\\"},{type:\\\"kern\\\",size:s.kern},{type:\\\"elem\\\",elem:e}]},n)}else{if(!h)return e;var g=e.depth+o;m=je.makeVList({positionType:\\\"bottom\\\",positionData:g,children:[{type:\\\"elem\\\",elem:e},{type:\\\"kern\\\",size:h.kern},{type:\\\"elem\\\",elem:h.elem,marginLeft:i+\\\"em\\\"},{type:\\\"kern\\\",size:n.fontMetrics().bigOpSpacing5}]},n)}var v=[m];if(s&&0!==i&&!c){var b=je.makeSpan([\\\"mspace\\\"],[],n);b.style.marginRight=i+\\\"em\\\",v.unshift(b)}return je.makeSpan([\\\"mop\\\",\\\"op-limits\\\"],v,n)},ln=[\\\"\\\\\\\\smallint\\\"],hn=function(e,t){var r,n,a,i=!1;\\\"supsub\\\"===e.type?(r=e.sup,n=e.sub,a=Ft(e.base,\\\"op\\\"),i=!0):a=Ft(e,\\\"op\\\");var o,s=t.style,h=!1;if(s.size===b.DISPLAY.size&&a.symbol&&!l.contains(ln,a.name)&&(h=!0),a.symbol){var m=h?\\\"Size2-Regular\\\":\\\"Size1-Regular\\\",c=\\\"\\\";if(\\\"\\\\\\\\oiint\\\"!==a.name&&\\\"\\\\\\\\oiiint\\\"!==a.name||(c=a.name.substr(1),a.name=\\\"oiint\\\"===c?\\\"\\\\\\\\iint\\\":\\\"\\\\\\\\iiint\\\"),o=je.makeSymbol(a.name,m,\\\"math\\\",t,[\\\"mop\\\",\\\"op-symbol\\\",h?\\\"large-op\\\":\\\"small-op\\\"]),c.length>0){var u=o.italic,p=je.staticSvg(c+\\\"Size\\\"+(h?\\\"2\\\":\\\"1\\\"),t);o=je.makeVList({positionType:\\\"individualShift\\\",children:[{type:\\\"elem\\\",elem:o,shift:0},{type:\\\"elem\\\",elem:p,shift:h?.08:0}]},t),a.name=\\\"\\\\\\\\\\\"+c,o.classes.unshift(\\\"mop\\\"),o.italic=u}}else if(a.body){var d=ut(a.body,t,!0);1===d.length&&d[0]instanceof R?(o=d[0]).classes[0]=\\\"mop\\\":o=je.makeSpan([\\\"mop\\\"],d,t)}else{for(var f=[],g=1;g\u003Ca.name.length;g++)f.push(je.mathsym(a.name[g],a.mode,t));o=je.makeSpan([\\\"mop\\\"],f,t)}var v=0,y=0;return(o instanceof R||\\\"\\\\\\\\oiint\\\"===a.name||\\\"\\\\\\\\oiiint\\\"===a.name)&&!a.suppressBaseShift&&(v=(o.height-o.depth)/2-t.fontMetrics().axisHeight,y=o.italic),i?sn(o,r,n,t,s,y,v):(v&&(o.style.position=\\\"relative\\\",o.style.top=v+\\\"em\\\"),o)},mn=function(e,t){var r;if(e.symbol)r=new kt(\\\"mo\\\",[zt(e.name,e.mode)]),l.contains(ln,e.name)&&r.setAttribute(\\\"largeop\\\",\\\"false\\\");else if(e.body)r=new kt(\\\"mo\\\",Bt(e.body,t));else{r=new kt(\\\"mi\\\",[new St(e.name.slice(1))]);var n=new kt(\\\"mo\\\",[zt(\\\"\\\\u2061\\\",\\\"text\\\")]);r=e.parentIsSupSub?new kt(\\\"mrow\\\",[r,n]):wt([r,n])}return r},cn={\\\"\\\\u220f\\\":\\\"\\\\\\\\prod\\\",\\\"\\\\u2210\\\":\\\"\\\\\\\\coprod\\\",\\\"\\\\u2211\\\":\\\"\\\\\\\\sum\\\",\\\"\\\\u22c0\\\":\\\"\\\\\\\\bigwedge\\\",\\\"\\\\u22c1\\\":\\\"\\\\\\\\bigvee\\\",\\\"\\\\u22c2\\\":\\\"\\\\\\\\bigcap\\\",\\\"\\\\u22c3\\\":\\\"\\\\\\\\bigcup\\\",\\\"\\\\u2a00\\\":\\\"\\\\\\\\bigodot\\\",\\\"\\\\u2a01\\\":\\\"\\\\\\\\bigoplus\\\",\\\"\\\\u2a02\\\":\\\"\\\\\\\\bigotimes\\\",\\\"\\\\u2a04\\\":\\\"\\\\\\\\biguplus\\\",\\\"\\\\u2a06\\\":\\\"\\\\\\\\bigsqcup\\\"};nt({type:\\\"op\\\",names:[\\\"\\\\\\\\coprod\\\",\\\"\\\\\\\\bigvee\\\",\\\"\\\\\\\\bigwedge\\\",\\\"\\\\\\\\biguplus\\\",\\\"\\\\\\\\bigcap\\\",\\\"\\\\\\\\bigcup\\\",\\\"\\\\\\\\intop\\\",\\\"\\\\\\\\prod\\\",\\\"\\\\\\\\sum\\\",\\\"\\\\\\\\bigotimes\\\",\\\"\\\\\\\\bigoplus\\\",\\\"\\\\\\\\bigodot\\\",\\\"\\\\\\\\bigsqcup\\\",\\\"\\\\\\\\smallint\\\",\\\"\\\\u220f\\\",\\\"\\\\u2210\\\",\\\"\\\\u2211\\\",\\\"\\\\u22c0\\\",\\\"\\\\u22c1\\\",\\\"\\\\u22c2\\\",\\\"\\\\u22c3\\\",\\\"\\\\u2a00\\\",\\\"\\\\u2a01\\\",\\\"\\\\u2a02\\\",\\\"\\\\u2a04\\\",\\\"\\\\u2a06\\\"],props:{numArgs:0},handler:function(e,t){var r=e.parser,n=e.funcName;return 1===n.length&&(n=cn[n]),{type:\\\"op\\\",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:hn,mathmlBuilder:mn}),nt({type:\\\"op\\\",names:[\\\"\\\\\\\\mathop\\\"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:\\\"op\\\",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:ot(n)}},htmlBuilder:hn,mathmlBuilder:mn});var un={\\\"\\\\u222b\\\":\\\"\\\\\\\\int\\\",\\\"\\\\u222c\\\":\\\"\\\\\\\\iint\\\",\\\"\\\\u222d\\\":\\\"\\\\\\\\iiint\\\",\\\"\\\\u222e\\\":\\\"\\\\\\\\oint\\\",\\\"\\\\u222f\\\":\\\"\\\\\\\\oiint\\\",\\\"\\\\u2230\\\":\\\"\\\\\\\\oiiint\\\"};nt({type:\\\"op\\\",names:[\\\"\\\\\\\\arcsin\\\",\\\"\\\\\\\\arccos\\\",\\\"\\\\\\\\arctan\\\",\\\"\\\\\\\\arctg\\\",\\\"\\\\\\\\arcctg\\\",\\\"\\\\\\\\arg\\\",\\\"\\\\\\\\ch\\\",\\\"\\\\\\\\cos\\\",\\\"\\\\\\\\cosec\\\",\\\"\\\\\\\\cosh\\\",\\\"\\\\\\\\cot\\\",\\\"\\\\\\\\cotg\\\",\\\"\\\\\\\\coth\\\",\\\"\\\\\\\\csc\\\",\\\"\\\\\\\\ctg\\\",\\\"\\\\\\\\cth\\\",\\\"\\\\\\\\deg\\\",\\\"\\\\\\\\dim\\\",\\\"\\\\\\\\exp\\\",\\\"\\\\\\\\hom\\\",\\\"\\\\\\\\ker\\\",\\\"\\\\\\\\lg\\\",\\\"\\\\\\\\ln\\\",\\\"\\\\\\\\log\\\",\\\"\\\\\\\\sec\\\",\\\"\\\\\\\\sin\\\",\\\"\\\\\\\\sinh\\\",\\\"\\\\\\\\sh\\\",\\\"\\\\\\\\tan\\\",\\\"\\\\\\\\tanh\\\",\\\"\\\\\\\\tg\\\",\\\"\\\\\\\\th\\\"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:\\\"op\\\",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:hn,mathmlBuilder:mn}),nt({type:\\\"op\\\",names:[\\\"\\\\\\\\det\\\",\\\"\\\\\\\\gcd\\\",\\\"\\\\\\\\inf\\\",\\\"\\\\\\\\lim\\\",\\\"\\\\\\\\max\\\",\\\"\\\\\\\\min\\\",\\\"\\\\\\\\Pr\\\",\\\"\\\\\\\\sup\\\"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:\\\"op\\\",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:hn,mathmlBuilder:mn}),nt({type:\\\"op\\\",names:[\\\"\\\\\\\\int\\\",\\\"\\\\\\\\iint\\\",\\\"\\\\\\\\iiint\\\",\\\"\\\\\\\\oint\\\",\\\"\\\\\\\\oiint\\\",\\\"\\\\\\\\oiiint\\\",\\\"\\\\u222b\\\",\\\"\\\\u222c\\\",\\\"\\\\u222d\\\",\\\"\\\\u222e\\\",\\\"\\\\u222f\\\",\\\"\\\\u2230\\\"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return 1===r.length&&(r=un[r]),{type:\\\"op\\\",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:r}},htmlBuilder:hn,mathmlBuilder:mn});var pn={};function dn(e,t){pn[e]=t}var fn=function(e,t){var r,n,a,i,o=!1;if(\\\"supsub\\\"===e.type?(r=e.sup,n=e.sub,a=Ft(e.base,\\\"operatorname\\\"),o=!0):a=Ft(e,\\\"operatorname\\\"),a.body.length>0){for(var s=a.body.map((function(e){var t=e.text;return\\\"string\\\"==typeof t?{type:\\\"textord\\\",mode:e.mode,text:t}:e})),l=ut(s,t.withFont(\\\"mathrm\\\"),!0),h=0;h\u003Cl.length;h++){var m=l[h];m instanceof R&&(m.text=m.text.replace(/\\\\u2212/,\\\"-\\\").replace(/\\\\u2217/,\\\"*\\\"))}i=je.makeSpan([\\\"mop\\\"],l,t)}else i=je.makeSpan([\\\"mop\\\"],[],t);return o?sn(i,r,n,t,t.style,0,0):i};function gn(e,t,r){for(var n=ut(e,t,!1),a=t.sizeMultiplier/r.sizeMultiplier,i=0;i\u003Cn.length;i++){var o=n[i].classes.indexOf(\\\"sizing\\\");o\u003C0?Array.prototype.push.apply(n[i].classes,t.sizingClasses(r)):n[i].classes[o+1]===\\\"reset-size\\\"+t.size&&(n[i].classes[o+1]=\\\"reset-size\\\"+r.size),n[i].height*=a,n[i].depth*=a}return je.makeFragment(n)}nt({type:\\\"operatorname\\\",names:[\\\"\\\\\\\\operatorname@\\\",\\\"\\\\\\\\operatornamewithlimits\\\"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:\\\"operatorname\\\",mode:r.mode,body:ot(a),alwaysHandleSupSub:\\\"\\\\\\\\operatornamewithlimits\\\"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:fn,mathmlBuilder:function(e,t){for(var r=Bt(e.body,t.withFont(\\\"mathrm\\\")),n=!0,a=0;a\u003Cr.length;a++){var i=r[a];if(i instanceof Mt.SpaceNode);else if(i instanceof Mt.MathNode)switch(i.type){case\\\"mi\\\":case\\\"mn\\\":case\\\"ms\\\":case\\\"mspace\\\":case\\\"mtext\\\":break;case\\\"mo\\\":var o=i.children[0];1===i.children.length&&o instanceof Mt.TextNode?o.text=o.text.replace(/\\\\u2212/,\\\"-\\\").replace(/\\\\u2217/,\\\"*\\\"):n=!1;break;default:n=!1}else n=!1}if(n){var s=r.map((function(e){return e.toText()})).join(\\\"\\\");r=[new Mt.TextNode(s)]}var l=new Mt.MathNode(\\\"mi\\\",r);l.setAttribute(\\\"mathvariant\\\",\\\"normal\\\");var h=new Mt.MathNode(\\\"mo\\\",[zt(\\\"\\\\u2061\\\",\\\"text\\\")]);return e.parentIsSupSub?new Mt.MathNode(\\\"mrow\\\",[l,h]):Mt.newDocumentFragment([l,h])}}),dn(\\\"\\\\\\\\operatorname\\\",\\\"\\\\\\\\@ifstar\\\\\\\\operatornamewithlimits\\\\\\\\operatorname@\\\"),at({type:\\\"ordgroup\\\",htmlBuilder:function(e,t){return e.semisimple?je.makeFragment(ut(e.body,t,!1)):je.makeSpan([\\\"mord\\\"],ut(e.body,t,!0),t)},mathmlBuilder:function(e,t){return Nt(e.body,t,!0)}}),nt({type:\\\"overline\\\",names:[\\\"\\\\\\\\overline\\\"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=t[0];return{type:\\\"overline\\\",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=bt(e.body,t.havingCrampedStyle()),n=je.makeLineSpan(\\\"overline-line\\\",t),a=t.fontMetrics().defaultRuleThickness,i=je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:r},{type:\\\"kern\\\",size:3*a},{type:\\\"elem\\\",elem:n},{type:\\\"kern\\\",size:a}]},t);return je.makeSpan([\\\"mord\\\",\\\"overline\\\"],[i],t)},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mo\\\",[new Mt.TextNode(\\\"\\\\u203e\\\")]);r.setAttribute(\\\"stretchy\\\",\\\"true\\\");var n=new Mt.MathNode(\\\"mover\\\",[qt(e.body,t),r]);return n.setAttribute(\\\"accent\\\",\\\"true\\\"),n}}),nt({type:\\\"phantom\\\",names:[\\\"\\\\\\\\phantom\\\"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:\\\"phantom\\\",mode:r.mode,body:ot(n)}},htmlBuilder:function(e,t){var r=ut(e.body,t.withPhantom(),!1);return je.makeFragment(r)},mathmlBuilder:function(e,t){var r=Bt(e.body,t);return new Mt.MathNode(\\\"mphantom\\\",r)}}),nt({type:\\\"hphantom\\\",names:[\\\"\\\\\\\\hphantom\\\"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:\\\"hphantom\\\",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=je.makeSpan([],[bt(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;n\u003Cr.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:r}]},t),je.makeSpan([\\\"mord\\\"],[r],t)},mathmlBuilder:function(e,t){var r=Bt(ot(e.body),t),n=new Mt.MathNode(\\\"mphantom\\\",r),a=new Mt.MathNode(\\\"mpadded\\\",[n]);return a.setAttribute(\\\"height\\\",\\\"0px\\\"),a.setAttribute(\\\"depth\\\",\\\"0px\\\"),a}}),nt({type:\\\"vphantom\\\",names:[\\\"\\\\\\\\vphantom\\\"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:\\\"vphantom\\\",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=je.makeSpan([\\\"inner\\\"],[bt(e.body,t.withPhantom())]),n=je.makeSpan([\\\"fix\\\"],[]);return je.makeSpan([\\\"mord\\\",\\\"rlap\\\"],[r,n],t)},mathmlBuilder:function(e,t){var r=Bt(ot(e.body),t),n=new Mt.MathNode(\\\"mphantom\\\",r),a=new Mt.MathNode(\\\"mpadded\\\",[n]);return a.setAttribute(\\\"width\\\",\\\"0px\\\"),a}}),nt({type:\\\"raisebox\\\",names:[\\\"\\\\\\\\raisebox\\\"],props:{numArgs:2,argTypes:[\\\"size\\\",\\\"hbox\\\"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=Ft(t[0],\\\"size\\\").value,a=t[1];return{type:\\\"raisebox\\\",mode:r.mode,dy:n,body:a}},htmlBuilder:function(e,t){var r=bt(e.body,t),n=Le(e.dy,t);return je.makeVList({positionType:\\\"shift\\\",positionData:-n,children:[{type:\\\"elem\\\",elem:r}]},t)},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mpadded\\\",[qt(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute(\\\"voffset\\\",n),r}}),nt({type:\\\"rule\\\",names:[\\\"\\\\\\\\rule\\\"],props:{numArgs:2,numOptionalArgs:1,argTypes:[\\\"size\\\",\\\"size\\\",\\\"size\\\"]},handler:function(e,t,r){var n=e.parser,a=r[0],i=Ft(t[0],\\\"size\\\"),o=Ft(t[1],\\\"size\\\");return{type:\\\"rule\\\",mode:n.mode,shift:a&&Ft(a,\\\"size\\\").value,width:i.value,height:o.value}},htmlBuilder:function(e,t){var r=je.makeSpan([\\\"mord\\\",\\\"rule\\\"],[],t),n=Le(e.width,t),a=Le(e.height,t),i=e.shift?Le(e.shift,t):0;return r.style.borderRightWidth=n+\\\"em\\\",r.style.borderTopWidth=a+\\\"em\\\",r.style.bottom=i+\\\"em\\\",r.width=n,r.height=a+i,r.depth=-i,r.maxFontSize=1.125*a*t.sizeMultiplier,r},mathmlBuilder:function(e,t){var r=Le(e.width,t),n=Le(e.height,t),a=e.shift?Le(e.shift,t):0,i=t.color&&t.getColor()||\\\"black\\\",o=new Mt.MathNode(\\\"mspace\\\");o.setAttribute(\\\"mathbackground\\\",i),o.setAttribute(\\\"width\\\",r+\\\"em\\\"),o.setAttribute(\\\"height\\\",n+\\\"em\\\");var s=new Mt.MathNode(\\\"mpadded\\\",[o]);return a>=0?s.setAttribute(\\\"height\\\",\\\"+\\\"+a+\\\"em\\\"):(s.setAttribute(\\\"height\\\",a+\\\"em\\\"),s.setAttribute(\\\"depth\\\",\\\"+\\\"+-a+\\\"em\\\")),s.setAttribute(\\\"voffset\\\",a+\\\"em\\\"),s}});var vn=[\\\"\\\\\\\\tiny\\\",\\\"\\\\\\\\sixptsize\\\",\\\"\\\\\\\\scriptsize\\\",\\\"\\\\\\\\footnotesize\\\",\\\"\\\\\\\\small\\\",\\\"\\\\\\\\normalsize\\\",\\\"\\\\\\\\large\\\",\\\"\\\\\\\\Large\\\",\\\"\\\\\\\\LARGE\\\",\\\"\\\\\\\\huge\\\",\\\"\\\\\\\\Huge\\\"];nt({type:\\\"sizing\\\",names:vn,props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,a=e.parser,i=a.parseExpression(!1,r);return{type:\\\"sizing\\\",mode:a.mode,size:vn.indexOf(n)+1,body:i}},htmlBuilder:function(e,t){var r=t.havingSize(e.size);return gn(e.body,r,t)},mathmlBuilder:function(e,t){var r=t.havingSize(e.size),n=Bt(e.body,r),a=new Mt.MathNode(\\\"mstyle\\\",n);return a.setAttribute(\\\"mathsize\\\",r.sizeMultiplier+\\\"em\\\"),a}}),nt({type:\\\"smash\\\",names:[\\\"\\\\\\\\smash\\\"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(e,t,r){var n=e.parser,a=!1,i=!1,o=r[0]&&Ft(r[0],\\\"ordgroup\\\");if(o)for(var s=\\\"\\\",l=0;l\u003Co.body.length;++l){if(\\\"t\\\"===(s=o.body[l].text))a=!0;else{if(\\\"b\\\"!==s){a=!1,i=!1;break}i=!0}}else a=!0,i=!0;var h=t[0];return{type:\\\"smash\\\",mode:n.mode,body:h,smashHeight:a,smashDepth:i}},htmlBuilder:function(e,t){var r=je.makeSpan([],[bt(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var n=0;n\u003Cr.children.length;n++)r.children[n].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var a=0;a\u003Cr.children.length;a++)r.children[a].depth=0;var i=je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:r}]},t);return je.makeSpan([\\\"mord\\\"],[i],t)},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mpadded\\\",[qt(e.body,t)]);return e.smashHeight&&r.setAttribute(\\\"height\\\",\\\"0px\\\"),e.smashDepth&&r.setAttribute(\\\"depth\\\",\\\"0px\\\"),r}}),nt({type:\\\"sqrt\\\",names:[\\\"\\\\\\\\sqrt\\\"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var n=e.parser,a=r[0],i=t[0];return{type:\\\"sqrt\\\",mode:n.mode,body:i,index:a}},htmlBuilder:function(e,t){var r=bt(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=je.wrapFragment(r,t);var n=t.fontMetrics().defaultRuleThickness,a=n;t.style.id\u003Cb.TEXT.id&&(a=t.fontMetrics().xHeight);var i=n+a/4,o=r.height+r.depth+i+n,s=Sr(o,t),l=s.span,h=s.ruleWidth,m=s.advanceWidth,c=l.height-h;c>r.height+r.depth+i&&(i=(i+c-r.height-r.depth)/2);var u=l.height-r.height-i-h;r.style.paddingLeft=m+\\\"em\\\";var p=je.makeVList({positionType:\\\"firstBaseline\\\",children:[{type:\\\"elem\\\",elem:r,wrapperClasses:[\\\"svg-align\\\"]},{type:\\\"kern\\\",size:-(r.height+u)},{type:\\\"elem\\\",elem:l},{type:\\\"kern\\\",size:h}]},t);if(e.index){var d=t.havingStyle(b.SCRIPTSCRIPT),f=bt(e.index,d,t),g=.6*(p.height-p.depth),v=je.makeVList({positionType:\\\"shift\\\",positionData:-g,children:[{type:\\\"elem\\\",elem:f}]},t),y=je.makeSpan([\\\"root\\\"],[v]);return je.makeSpan([\\\"mord\\\",\\\"sqrt\\\"],[y,p],t)}return je.makeSpan([\\\"mord\\\",\\\"sqrt\\\"],[p],t)},mathmlBuilder:function(e,t){var r=e.body,n=e.index;return n?new Mt.MathNode(\\\"mroot\\\",[qt(r,t),qt(n,t)]):new Mt.MathNode(\\\"msqrt\\\",[qt(r,t)])}});var bn={display:b.DISPLAY,text:b.TEXT,script:b.SCRIPT,scriptscript:b.SCRIPTSCRIPT};nt({type:\\\"styling\\\",names:[\\\"\\\\\\\\displaystyle\\\",\\\"\\\\\\\\textstyle\\\",\\\"\\\\\\\\scriptstyle\\\",\\\"\\\\\\\\scriptscriptstyle\\\"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,a=e.parser,i=a.parseExpression(!0,r),o=n.slice(1,n.length-5);return{type:\\\"styling\\\",mode:a.mode,style:o,body:i}},htmlBuilder:function(e,t){var r=bn[e.style],n=t.havingStyle(r).withFont(\\\"\\\");return gn(e.body,n,t)},mathmlBuilder:function(e,t){var r=bn[e.style],n=t.havingStyle(r),a=Bt(e.body,n),i=new Mt.MathNode(\\\"mstyle\\\",a),o={display:[\\\"0\\\",\\\"true\\\"],text:[\\\"0\\\",\\\"false\\\"],script:[\\\"1\\\",\\\"false\\\"],scriptscript:[\\\"2\\\",\\\"false\\\"]}[e.style];return i.setAttribute(\\\"scriptlevel\\\",o[0]),i.setAttribute(\\\"displaystyle\\\",o[1]),i}});var yn=function(e,t){var r=e.base;return r?\\\"op\\\"===r.type?r.limits&&(t.style.size===b.DISPLAY.size||r.alwaysHandleSupSub)?hn:null:\\\"operatorname\\\"===r.type?r.alwaysHandleSupSub&&(t.style.size===b.DISPLAY.size||r.limits)?fn:null:\\\"accent\\\"===r.type?l.isCharacterBox(r.base)?Ut:null:\\\"horizBrace\\\"===r.type&&!e.sub===r.isOver?nn:null:null};at({type:\\\"supsub\\\",htmlBuilder:function(e,t){var r=yn(e,t);if(r)return r(e,t);var n,a,i,o=e.base,s=e.sup,h=e.sub,m=bt(o,t),c=t.fontMetrics(),u=0,p=0,d=o&&l.isCharacterBox(o);if(s){var f=t.havingStyle(t.style.sup());n=bt(s,f,t),d||(u=m.height-f.fontMetrics().supDrop*f.sizeMultiplier/t.sizeMultiplier)}if(h){var g=t.havingStyle(t.style.sub());a=bt(h,g,t),d||(p=m.depth+g.fontMetrics().subDrop*g.sizeMultiplier/t.sizeMultiplier)}i=t.style===b.DISPLAY?c.sup1:t.style.cramped?c.sup3:c.sup2;var v,y=t.sizeMultiplier,x=.5/c.ptPerEm/y+\\\"em\\\",w=null;if(a){var k=e.base&&\\\"op\\\"===e.base.type&&e.base.name&&(\\\"\\\\\\\\oiint\\\"===e.base.name||\\\"\\\\\\\\oiiint\\\"===e.base.name);(m instanceof R||k)&&(w=-m.italic+\\\"em\\\")}if(n&&a){u=Math.max(u,i,n.depth+.25*c.xHeight),p=Math.max(p,c.sub2);var S=4*c.defaultRuleThickness;if(u-n.depth-(a.height-p)\u003CS){p=S-(u-n.depth)+a.height;var M=.8*c.xHeight-(u-n.depth);M>0&&(u+=M,p-=M)}var z=[{type:\\\"elem\\\",elem:a,shift:p,marginRight:x,marginLeft:w},{type:\\\"elem\\\",elem:n,shift:-u,marginRight:x}];v=je.makeVList({positionType:\\\"individualShift\\\",children:z},t)}else if(a){p=Math.max(p,c.sub1,a.height-.8*c.xHeight);var A=[{type:\\\"elem\\\",elem:a,marginLeft:w,marginRight:x}];v=je.makeVList({positionType:\\\"shift\\\",positionData:p,children:A},t)}else{if(!n)throw new Error(\\\"supsub must have either sup or sub.\\\");u=Math.max(u,i,n.depth+.25*c.xHeight),v=je.makeVList({positionType:\\\"shift\\\",positionData:-u,children:[{type:\\\"elem\\\",elem:n,marginRight:x}]},t)}var T=gt(m,\\\"right\\\")||\\\"mord\\\";return je.makeSpan([T],[m,je.makeSpan([\\\"msupsub\\\"],[v])],t)},mathmlBuilder:function(e,t){var r,n=!1;e.base&&\\\"horizBrace\\\"===e.base.type&&!!e.sup===e.base.isOver&&(n=!0,r=e.base.isOver),!e.base||\\\"op\\\"!==e.base.type&&\\\"operatorname\\\"!==e.base.type||(e.base.parentIsSupSub=!0);var a,i=[qt(e.base,t)];if(e.sub&&i.push(qt(e.sub,t)),e.sup&&i.push(qt(e.sup,t)),n)a=r?\\\"mover\\\":\\\"munder\\\";else if(e.sub)if(e.sup){var o=e.base;a=o&&\\\"op\\\"===o.type&&o.limits&&t.style===b.DISPLAY||o&&\\\"operatorname\\\"===o.type&&o.alwaysHandleSupSub&&(t.style===b.DISPLAY||o.limits)?\\\"munderover\\\":\\\"msubsup\\\"}else{var s=e.base;a=s&&\\\"op\\\"===s.type&&s.limits&&(t.style===b.DISPLAY||s.alwaysHandleSupSub)||s&&\\\"operatorname\\\"===s.type&&s.alwaysHandleSupSub&&(s.limits||t.style===b.DISPLAY)?\\\"munder\\\":\\\"msub\\\"}else{var l=e.base;a=l&&\\\"op\\\"===l.type&&l.limits&&(t.style===b.DISPLAY||l.alwaysHandleSupSub)||l&&\\\"operatorname\\\"===l.type&&l.alwaysHandleSupSub&&(l.limits||t.style===b.DISPLAY)?\\\"mover\\\":\\\"msup\\\"}return new Mt.MathNode(a,i)}}),at({type:\\\"atom\\\",htmlBuilder:function(e,t){return je.mathsym(e.text,e.mode,t,[\\\"m\\\"+e.family])},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mo\\\",[zt(e.text,e.mode)]);if(\\\"bin\\\"===e.family){var n=Tt(e,t);\\\"bold-italic\\\"===n&&r.setAttribute(\\\"mathvariant\\\",n)}else\\\"punct\\\"===e.family?r.setAttribute(\\\"separator\\\",\\\"true\\\"):\\\"open\\\"!==e.family&&\\\"close\\\"!==e.family||r.setAttribute(\\\"stretchy\\\",\\\"false\\\");return r}});var xn={mi:\\\"italic\\\",mn:\\\"normal\\\",mtext:\\\"normal\\\"};at({type:\\\"mathord\\\",htmlBuilder:function(e,t){return je.makeOrd(e,t,\\\"mathord\\\")},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mi\\\",[zt(e.text,e.mode,t)]),n=Tt(e,t)||\\\"italic\\\";return n!==xn[r.type]&&r.setAttribute(\\\"mathvariant\\\",n),r}}),at({type:\\\"textord\\\",htmlBuilder:function(e,t){return je.makeOrd(e,t,\\\"textord\\\")},mathmlBuilder:function(e,t){var r,n=zt(e.text,e.mode,t),a=Tt(e,t)||\\\"normal\\\";return r=\\\"text\\\"===e.mode?new Mt.MathNode(\\\"mtext\\\",[n]):/[0-9]/.test(e.text)?new Mt.MathNode(\\\"mn\\\",[n]):\\\"\\\\\\\\prime\\\"===e.text?new Mt.MathNode(\\\"mo\\\",[n]):new Mt.MathNode(\\\"mi\\\",[n]),a!==xn[r.type]&&r.setAttribute(\\\"mathvariant\\\",a),r}});var wn={\\\"\\\\\\\\nobreak\\\":\\\"nobreak\\\",\\\"\\\\\\\\allowbreak\\\":\\\"allowbreak\\\"},kn={\\\" \\\":{},\\\"\\\\\\\\ \\\":{},\\\"~\\\":{className:\\\"nobreak\\\"},\\\"\\\\\\\\space\\\":{},\\\"\\\\\\\\nobreakspace\\\":{className:\\\"nobreak\\\"}};at({type:\\\"spacing\\\",htmlBuilder:function(e,t){if(kn.hasOwnProperty(e.text)){var r=kn[e.text].className||\\\"\\\";if(\\\"text\\\"===e.mode){var a=je.makeOrd(e,t,\\\"textord\\\");return a.classes.push(r),a}return je.makeSpan([\\\"mspace\\\",r],[je.mathsym(e.text,e.mode,t)],t)}if(wn.hasOwnProperty(e.text))return je.makeSpan([\\\"mspace\\\",wn[e.text]],[],t);throw new n('Unknown type of space \\\"'+e.text+'\\\"')},mathmlBuilder:function(e,t){if(!kn.hasOwnProperty(e.text)){if(wn.hasOwnProperty(e.text))return new Mt.MathNode(\\\"mspace\\\");throw new n('Unknown type of space \\\"'+e.text+'\\\"')}return new Mt.MathNode(\\\"mtext\\\",[new Mt.TextNode(\\\"\\\\xa0\\\")])}});var Sn=function(){var e=new Mt.MathNode(\\\"mtd\\\",[]);return e.setAttribute(\\\"width\\\",\\\"50%\\\"),e};at({type:\\\"tag\\\",mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mtable\\\",[new Mt.MathNode(\\\"mtr\\\",[Sn(),new Mt.MathNode(\\\"mtd\\\",[Nt(e.body,t)]),Sn(),new Mt.MathNode(\\\"mtd\\\",[Nt(e.tag,t)])])]);return r.setAttribute(\\\"width\\\",\\\"100%\\\"),r}});var Mn={\\\"\\\\\\\\text\\\":void 0,\\\"\\\\\\\\textrm\\\":\\\"textrm\\\",\\\"\\\\\\\\textsf\\\":\\\"textsf\\\",\\\"\\\\\\\\texttt\\\":\\\"texttt\\\",\\\"\\\\\\\\textnormal\\\":\\\"textrm\\\"},zn={\\\"\\\\\\\\textbf\\\":\\\"textbf\\\",\\\"\\\\\\\\textmd\\\":\\\"textmd\\\"},An={\\\"\\\\\\\\textit\\\":\\\"textit\\\",\\\"\\\\\\\\textup\\\":\\\"textup\\\"},Tn=function(e,t){var r=e.font;return r?Mn[r]?t.withTextFontFamily(Mn[r]):zn[r]?t.withTextFontWeight(zn[r]):t.withTextFontShape(An[r]):t};nt({type:\\\"text\\\",names:[\\\"\\\\\\\\text\\\",\\\"\\\\\\\\textrm\\\",\\\"\\\\\\\\textsf\\\",\\\"\\\\\\\\texttt\\\",\\\"\\\\\\\\textnormal\\\",\\\"\\\\\\\\textbf\\\",\\\"\\\\\\\\textmd\\\",\\\"\\\\\\\\textit\\\",\\\"\\\\\\\\textup\\\"],props:{numArgs:1,argTypes:[\\\"text\\\"],allowedInArgument:!0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:\\\"text\\\",mode:r.mode,body:ot(a),font:n}},htmlBuilder:function(e,t){var r=Tn(e,t),n=ut(e.body,r,!0);return je.makeSpan([\\\"mord\\\",\\\"text\\\"],n,r)},mathmlBuilder:function(e,t){var r=Tn(e,t);return Nt(e.body,r)}}),nt({type:\\\"underline\\\",names:[\\\"\\\\\\\\underline\\\"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){return{type:\\\"underline\\\",mode:e.parser.mode,body:t[0]}},htmlBuilder:function(e,t){var r=bt(e.body,t),n=je.makeLineSpan(\\\"underline-line\\\",t),a=t.fontMetrics().defaultRuleThickness,i=je.makeVList({positionType:\\\"top\\\",positionData:r.height,children:[{type:\\\"kern\\\",size:a},{type:\\\"elem\\\",elem:n},{type:\\\"kern\\\",size:3*a},{type:\\\"elem\\\",elem:r}]},t);return je.makeSpan([\\\"mord\\\",\\\"underline\\\"],[i],t)},mathmlBuilder:function(e,t){var r=new Mt.MathNode(\\\"mo\\\",[new Mt.TextNode(\\\"\\\\u203e\\\")]);r.setAttribute(\\\"stretchy\\\",\\\"true\\\");var n=new Mt.MathNode(\\\"munder\\\",[qt(e.body,t),r]);return n.setAttribute(\\\"accentunder\\\",\\\"true\\\"),n}}),nt({type:\\\"vcenter\\\",names:[\\\"\\\\\\\\vcenter\\\"],props:{numArgs:1,argTypes:[\\\"original\\\"],allowedInText:!1},handler:function(e,t){return{type:\\\"vcenter\\\",mode:e.parser.mode,body:t[0]}},htmlBuilder:function(e,t){var r=bt(e.body,t),n=t.fontMetrics().axisHeight,a=.5*(r.height-n-(r.depth+n));return je.makeVList({positionType:\\\"shift\\\",positionData:a,children:[{type:\\\"elem\\\",elem:r}]},t)},mathmlBuilder:function(e,t){return new Mt.MathNode(\\\"mpadded\\\",[qt(e.body,t)],[\\\"vcenter\\\"])}}),nt({type:\\\"verb\\\",names:[\\\"\\\\\\\\verb\\\"],props:{numArgs:0,allowedInText:!0},handler:function(e,t,r){throw new n(\\\"\\\\\\\\verb ended by end of line instead of matching delimiter\\\")},htmlBuilder:function(e,t){for(var r=Bn(e),n=[],a=t.havingStyle(t.style.text()),i=0;i\u003Cr.length;i++){var o=r[i];\\\"~\\\"===o&&(o=\\\"\\\\\\\\textasciitilde\\\"),n.push(je.makeSymbol(o,\\\"Typewriter-Regular\\\",e.mode,a,[\\\"mord\\\",\\\"texttt\\\"]))}return je.makeSpan([\\\"mord\\\",\\\"text\\\"].concat(a.sizingClasses(t)),je.tryCombineChars(n),a)},mathmlBuilder:function(e,t){var r=new Mt.TextNode(Bn(e)),n=new Mt.MathNode(\\\"mtext\\\",[r]);return n.setAttribute(\\\"mathvariant\\\",\\\"monospace\\\"),n}});var Bn=function(e){return e.body.replace(/ /g,e.star?\\\"\\\\u2423\\\":\\\"\\\\xa0\\\")},Nn=et,qn=function(){function e(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}return e.range=function(t,r){return r?t&&t.loc&&r.loc&&t.loc.lexer===r.loc.lexer?new e(t.loc.lexer,t.loc.start,r.loc.end):null:t&&t.loc},e}(),Cn=function(){function e(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}return e.prototype.range=function(t,r){return new e(r,qn.range(this,t))},e}(),In=new RegExp(\\\"[\\\\u0300-\\\\u036f]+$\\\"),Rn=function(){function e(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp(\\\"([ \\\\r\\\\n\\\\t]+)|\\\\\\\\\\\\\\\\(\\\\n|[ \\\\r\\\\t]+\\\\n?)[ \\\\r\\\\t]*|([!-\\\\\\\\[\\\\\\\\]-\\\\u2027\\\\u202a-\\\\ud7ff\\\\uf900-\\\\uffff][\\\\u0300-\\\\u036f]*|[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff][\\\\u0300-\\\\u036f]*|\\\\\\\\\\\\\\\\verb\\\\\\\\*([^]).*?\\\\\\\\4|\\\\\\\\\\\\\\\\verb([^*a-zA-Z]).*?\\\\\\\\5|(\\\\\\\\\\\\\\\\[a-zA-Z@]+)[ \\\\r\\\\n\\\\t]*|\\\\\\\\\\\\\\\\[^\\\\ud800-\\\\udfff])\\\",\\\"g\\\"),this.catcodes={\\\"%\\\":14,\\\"~\\\":13}}var t=e.prototype;return t.setCatcode=function(e,t){this.catcodes[e]=t},t.lex=function(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Cn(\\\"EOF\\\",new qn(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new n(\\\"Unexpected character: '\\\"+e[t]+\\\"'\\\",new Cn(e[t],new qn(this,t,t+1)));var a=r[6]||r[3]||(r[2]?\\\"\\\\\\\\ \\\":\\\" \\\");if(14===this.catcodes[a]){var i=e.indexOf(\\\"\\\\n\\\",this.tokenRegex.lastIndex);return-1===i?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict(\\\"commentAtEnd\\\",\\\"% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)\\\")):this.tokenRegex.lastIndex=i+1,this.lex()}return new Cn(a,new qn(this,t,this.tokenRegex.lastIndex))},e}(),On=function(){function e(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}var t=e.prototype;return t.beginGroup=function(){this.undefStack.push({})},t.endGroup=function(){if(0===this.undefStack.length)throw new n(\\\"Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug\\\");var e=this.undefStack.pop();for(var t in e)e.hasOwnProperty(t)&&(void 0===e[t]?delete this.current[t]:this.current[t]=e[t])},t.endGroups=function(){for(;this.undefStack.length>0;)this.endGroup()},t.has=function(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)},t.get=function(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]},t.set=function(e,t,r){if(void 0===r&&(r=!1),r){for(var n=0;n\u003Cthis.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var a=this.undefStack[this.undefStack.length-1];a&&!a.hasOwnProperty(e)&&(a[e]=this.current[e])}this.current[e]=t},e}(),En=pn;dn(\\\"\\\\\\\\noexpand\\\",(function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}})),dn(\\\"\\\\\\\\expandafter\\\",(function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}})),dn(\\\"\\\\\\\\@firstoftwo\\\",(function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}})),dn(\\\"\\\\\\\\@secondoftwo\\\",(function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}})),dn(\\\"\\\\\\\\@ifnextchar\\\",(function(e){var t=e.consumeArgs(3);e.consumeSpaces();var r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}})),dn(\\\"\\\\\\\\@ifstar\\\",\\\"\\\\\\\\@ifnextchar *{\\\\\\\\@firstoftwo{#1}}\\\"),dn(\\\"\\\\\\\\TextOrMath\\\",(function(e){var t=e.consumeArgs(2);return\\\"text\\\"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}}));var Hn={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};dn(\\\"\\\\\\\\char\\\",(function(e){var t,r=e.popToken(),a=\\\"\\\";if(\\\"'\\\"===r.text)t=8,r=e.popToken();else if('\\\"'===r.text)t=16,r=e.popToken();else if(\\\"`\\\"===r.text)if(\\\"\\\\\\\\\\\"===(r=e.popToken()).text[0])a=r.text.charCodeAt(1);else{if(\\\"EOF\\\"===r.text)throw new n(\\\"\\\\\\\\char` missing argument\\\");a=r.text.charCodeAt(0)}else t=10;if(t){if(null==(a=Hn[r.text])||a>=t)throw new n(\\\"Invalid base-\\\"+t+\\\" digit \\\"+r.text);for(var i;null!=(i=Hn[e.future().text])&&i\u003Ct;)a*=t,a+=i,e.popToken()}return\\\"\\\\\\\\@char{\\\"+a+\\\"}\\\"}));var Ln=function(e,t,r){var a=e.consumeArg().tokens;if(1!==a.length)throw new n(\\\"\\\\\\\\newcommand's first argument must be a macro name\\\");var i=a[0].text,o=e.isDefined(i);if(o&&!t)throw new n(\\\"\\\\\\\\newcommand{\\\"+i+\\\"} attempting to redefine \\\"+i+\\\"; use \\\\\\\\renewcommand\\\");if(!o&&!r)throw new n(\\\"\\\\\\\\renewcommand{\\\"+i+\\\"} when command \\\"+i+\\\" does not yet exist; use \\\\\\\\newcommand\\\");var s=0;if(1===(a=e.consumeArg().tokens).length&&\\\"[\\\"===a[0].text){for(var l=\\\"\\\",h=e.expandNextToken();\\\"]\\\"!==h.text&&\\\"EOF\\\"!==h.text;)l+=h.text,h=e.expandNextToken();if(!l.match(/^\\\\s*[0-9]+\\\\s*$/))throw new n(\\\"Invalid number of arguments: \\\"+l);s=parseInt(l),a=e.consumeArg().tokens}return e.macros.set(i,{tokens:a,numArgs:s}),\\\"\\\"};dn(\\\"\\\\\\\\newcommand\\\",(function(e){return Ln(e,!1,!0)})),dn(\\\"\\\\\\\\renewcommand\\\",(function(e){return Ln(e,!0,!1)})),dn(\\\"\\\\\\\\providecommand\\\",(function(e){return Ln(e,!0,!0)})),dn(\\\"\\\\\\\\message\\\",(function(e){var t=e.consumeArgs(1)[0];return console.log(t.reverse().map((function(e){return e.text})).join(\\\"\\\")),\\\"\\\"})),dn(\\\"\\\\\\\\errmessage\\\",(function(e){var t=e.consumeArgs(1)[0];return console.error(t.reverse().map((function(e){return e.text})).join(\\\"\\\")),\\\"\\\"})),dn(\\\"\\\\\\\\show\\\",(function(e){var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),Nn[r],X.math[r],X.text[r]),\\\"\\\"})),dn(\\\"\\\\\\\\bgroup\\\",\\\"{\\\"),dn(\\\"\\\\\\\\egroup\\\",\\\"}\\\"),dn(\\\"~\\\",\\\"\\\\\\\\nobreakspace\\\"),dn(\\\"\\\\\\\\lq\\\",\\\"`\\\"),dn(\\\"\\\\\\\\rq\\\",\\\"'\\\"),dn(\\\"\\\\\\\\aa\\\",\\\"\\\\\\\\r a\\\"),dn(\\\"\\\\\\\\AA\\\",\\\"\\\\\\\\r A\\\"),dn(\\\"\\\\\\\\textcopyright\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\textcircled{c}}{\\\\\\\\char`\\\\xa9}\\\"),dn(\\\"\\\\\\\\copyright\\\",\\\"\\\\\\\\TextOrMath{\\\\\\\\textcopyright}{\\\\\\\\text{\\\\\\\\textcopyright}}\\\"),dn(\\\"\\\\\\\\textregistered\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\textcircled{\\\\\\\\scriptsize R}}{\\\\\\\\char`\\\\xae}\\\"),dn(\\\"\\\\u212c\\\",\\\"\\\\\\\\mathscr{B}\\\"),dn(\\\"\\\\u2130\\\",\\\"\\\\\\\\mathscr{E}\\\"),dn(\\\"\\\\u2131\\\",\\\"\\\\\\\\mathscr{F}\\\"),dn(\\\"\\\\u210b\\\",\\\"\\\\\\\\mathscr{H}\\\"),dn(\\\"\\\\u2110\\\",\\\"\\\\\\\\mathscr{I}\\\"),dn(\\\"\\\\u2112\\\",\\\"\\\\\\\\mathscr{L}\\\"),dn(\\\"\\\\u2133\\\",\\\"\\\\\\\\mathscr{M}\\\"),dn(\\\"\\\\u211b\\\",\\\"\\\\\\\\mathscr{R}\\\"),dn(\\\"\\\\u212d\\\",\\\"\\\\\\\\mathfrak{C}\\\"),dn(\\\"\\\\u210c\\\",\\\"\\\\\\\\mathfrak{H}\\\"),dn(\\\"\\\\u2128\\\",\\\"\\\\\\\\mathfrak{Z}\\\"),dn(\\\"\\\\\\\\Bbbk\\\",\\\"\\\\\\\\Bbb{k}\\\"),dn(\\\"\\\\xb7\\\",\\\"\\\\\\\\cdotp\\\"),dn(\\\"\\\\\\\\llap\\\",\\\"\\\\\\\\mathllap{\\\\\\\\textrm{#1}}\\\"),dn(\\\"\\\\\\\\rlap\\\",\\\"\\\\\\\\mathrlap{\\\\\\\\textrm{#1}}\\\"),dn(\\\"\\\\\\\\clap\\\",\\\"\\\\\\\\mathclap{\\\\\\\\textrm{#1}}\\\"),dn(\\\"\\\\\\\\mathstrut\\\",\\\"\\\\\\\\vphantom{(}\\\"),dn(\\\"\\\\\\\\underbar\\\",\\\"\\\\\\\\underline{\\\\\\\\text{#1}}\\\"),dn(\\\"\\\\\\\\not\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\mathrlap\\\\\\\\@not}}{\\\\\\\\char\\\"338}'),dn(\\\"\\\\\\\\neq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\not=}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u2260}}\\\"),dn(\\\"\\\\\\\\ne\\\",\\\"\\\\\\\\neq\\\"),dn(\\\"\\\\u2260\\\",\\\"\\\\\\\\neq\\\"),dn(\\\"\\\\\\\\notin\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\mathrel{{\\\\\\\\in}\\\\\\\\mathllap{/\\\\\\\\mskip1mu}}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u2209}}\\\"),dn(\\\"\\\\u2209\\\",\\\"\\\\\\\\notin\\\"),dn(\\\"\\\\u2258\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\mathrel{=\\\\\\\\kern{-1em}\\\\\\\\raisebox{0.4em}{$\\\\\\\\scriptsize\\\\\\\\frown$}}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u2258}}\\\"),dn(\\\"\\\\u2259\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\stackrel{\\\\\\\\tiny\\\\\\\\wedge}{=}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u2258}}\\\"),dn(\\\"\\\\u225a\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\stackrel{\\\\\\\\tiny\\\\\\\\vee}{=}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u225a}}\\\"),dn(\\\"\\\\u225b\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\stackrel{\\\\\\\\scriptsize\\\\\\\\star}{=}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u225b}}\\\"),dn(\\\"\\\\u225d\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\stackrel{\\\\\\\\tiny\\\\\\\\mathrm{def}}{=}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u225d}}\\\"),dn(\\\"\\\\u225e\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\stackrel{\\\\\\\\tiny\\\\\\\\mathrm{m}}{=}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u225e}}\\\"),dn(\\\"\\\\u225f\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\stackrel{\\\\\\\\tiny?}{=}}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u225f}}\\\"),dn(\\\"\\\\u27c2\\\",\\\"\\\\\\\\perp\\\"),dn(\\\"\\\\u203c\\\",\\\"\\\\\\\\mathclose{!\\\\\\\\mkern-0.8mu!}\\\"),dn(\\\"\\\\u220c\\\",\\\"\\\\\\\\notni\\\"),dn(\\\"\\\\u231c\\\",\\\"\\\\\\\\ulcorner\\\"),dn(\\\"\\\\u231d\\\",\\\"\\\\\\\\urcorner\\\"),dn(\\\"\\\\u231e\\\",\\\"\\\\\\\\llcorner\\\"),dn(\\\"\\\\u231f\\\",\\\"\\\\\\\\lrcorner\\\"),dn(\\\"\\\\xa9\\\",\\\"\\\\\\\\copyright\\\"),dn(\\\"\\\\xae\\\",\\\"\\\\\\\\textregistered\\\"),dn(\\\"\\\\ufe0f\\\",\\\"\\\\\\\\textregistered\\\"),dn(\\\"\\\\\\\\ulcorner\\\",'\\\\\\\\html@mathml{\\\\\\\\@ulcorner}{\\\\\\\\mathop{\\\\\\\\char\\\"231c}}'),dn(\\\"\\\\\\\\urcorner\\\",'\\\\\\\\html@mathml{\\\\\\\\@urcorner}{\\\\\\\\mathop{\\\\\\\\char\\\"231d}}'),dn(\\\"\\\\\\\\llcorner\\\",'\\\\\\\\html@mathml{\\\\\\\\@llcorner}{\\\\\\\\mathop{\\\\\\\\char\\\"231e}}'),dn(\\\"\\\\\\\\lrcorner\\\",'\\\\\\\\html@mathml{\\\\\\\\@lrcorner}{\\\\\\\\mathop{\\\\\\\\char\\\"231f}}'),dn(\\\"\\\\\\\\vdots\\\",\\\"\\\\\\\\mathord{\\\\\\\\varvdots\\\\\\\\rule{0pt}{15pt}}\\\"),dn(\\\"\\\\u22ee\\\",\\\"\\\\\\\\vdots\\\"),dn(\\\"\\\\\\\\varGamma\\\",\\\"\\\\\\\\mathit{\\\\\\\\Gamma}\\\"),dn(\\\"\\\\\\\\varDelta\\\",\\\"\\\\\\\\mathit{\\\\\\\\Delta}\\\"),dn(\\\"\\\\\\\\varTheta\\\",\\\"\\\\\\\\mathit{\\\\\\\\Theta}\\\"),dn(\\\"\\\\\\\\varLambda\\\",\\\"\\\\\\\\mathit{\\\\\\\\Lambda}\\\"),dn(\\\"\\\\\\\\varXi\\\",\\\"\\\\\\\\mathit{\\\\\\\\Xi}\\\"),dn(\\\"\\\\\\\\varPi\\\",\\\"\\\\\\\\mathit{\\\\\\\\Pi}\\\"),dn(\\\"\\\\\\\\varSigma\\\",\\\"\\\\\\\\mathit{\\\\\\\\Sigma}\\\"),dn(\\\"\\\\\\\\varUpsilon\\\",\\\"\\\\\\\\mathit{\\\\\\\\Upsilon}\\\"),dn(\\\"\\\\\\\\varPhi\\\",\\\"\\\\\\\\mathit{\\\\\\\\Phi}\\\"),dn(\\\"\\\\\\\\varPsi\\\",\\\"\\\\\\\\mathit{\\\\\\\\Psi}\\\"),dn(\\\"\\\\\\\\varOmega\\\",\\\"\\\\\\\\mathit{\\\\\\\\Omega}\\\"),dn(\\\"\\\\\\\\substack\\\",\\\"\\\\\\\\begin{subarray}{c}#1\\\\\\\\end{subarray}\\\"),dn(\\\"\\\\\\\\colon\\\",\\\"\\\\\\\\nobreak\\\\\\\\mskip2mu\\\\\\\\mathpunct{}\\\\\\\\mathchoice{\\\\\\\\mkern-3mu}{\\\\\\\\mkern-3mu}{}{}{:}\\\\\\\\mskip6mu\\\"),dn(\\\"\\\\\\\\boxed\\\",\\\"\\\\\\\\fbox{$\\\\\\\\displaystyle{#1}$}\\\"),dn(\\\"\\\\\\\\iff\\\",\\\"\\\\\\\\DOTSB\\\\\\\\;\\\\\\\\Longleftrightarrow\\\\\\\\;\\\"),dn(\\\"\\\\\\\\implies\\\",\\\"\\\\\\\\DOTSB\\\\\\\\;\\\\\\\\Longrightarrow\\\\\\\\;\\\"),dn(\\\"\\\\\\\\impliedby\\\",\\\"\\\\\\\\DOTSB\\\\\\\\;\\\\\\\\Longleftarrow\\\\\\\\;\\\");var Dn={\\\",\\\":\\\"\\\\\\\\dotsc\\\",\\\"\\\\\\\\not\\\":\\\"\\\\\\\\dotsb\\\",\\\"+\\\":\\\"\\\\\\\\dotsb\\\",\\\"=\\\":\\\"\\\\\\\\dotsb\\\",\\\"\u003C\\\":\\\"\\\\\\\\dotsb\\\",\\\">\\\":\\\"\\\\\\\\dotsb\\\",\\\"-\\\":\\\"\\\\\\\\dotsb\\\",\\\"*\\\":\\\"\\\\\\\\dotsb\\\",\\\":\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\DOTSB\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\coprod\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigvee\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigwedge\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\biguplus\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigcap\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigcup\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\prod\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\sum\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigotimes\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigoplus\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigodot\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\bigsqcup\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\And\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\longrightarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\Longrightarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\longleftarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\Longleftarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\longleftrightarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\Longleftrightarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\mapsto\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\longmapsto\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\hookrightarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\doteq\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\mathbin\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\mathrel\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\relbar\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\Relbar\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\xrightarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\xleftarrow\\\":\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\DOTSI\\\":\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\int\\\":\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\oint\\\":\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\iint\\\":\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\iiint\\\":\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\iiiint\\\":\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\idotsint\\\":\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\DOTSX\\\":\\\"\\\\\\\\dotsx\\\"};dn(\\\"\\\\\\\\dots\\\",(function(e){var t=\\\"\\\\\\\\dotso\\\",r=e.expandAfterFuture().text;return r in Dn?t=Dn[r]:(\\\"\\\\\\\\not\\\"===r.substr(0,4)||r in X.math&&l.contains([\\\"bin\\\",\\\"rel\\\"],X.math[r].group))&&(t=\\\"\\\\\\\\dotsb\\\"),t}));var Pn={\\\")\\\":!0,\\\"]\\\":!0,\\\"\\\\\\\\rbrack\\\":!0,\\\"\\\\\\\\}\\\":!0,\\\"\\\\\\\\rbrace\\\":!0,\\\"\\\\\\\\rangle\\\":!0,\\\"\\\\\\\\rceil\\\":!0,\\\"\\\\\\\\rfloor\\\":!0,\\\"\\\\\\\\rgroup\\\":!0,\\\"\\\\\\\\rmoustache\\\":!0,\\\"\\\\\\\\right\\\":!0,\\\"\\\\\\\\bigr\\\":!0,\\\"\\\\\\\\biggr\\\":!0,\\\"\\\\\\\\Bigr\\\":!0,\\\"\\\\\\\\Biggr\\\":!0,$:!0,\\\";\\\":!0,\\\".\\\":!0,\\\",\\\":!0};dn(\\\"\\\\\\\\dotso\\\",(function(e){return e.future().text in Pn?\\\"\\\\\\\\ldots\\\\\\\\,\\\":\\\"\\\\\\\\ldots\\\"})),dn(\\\"\\\\\\\\dotsc\\\",(function(e){var t=e.future().text;return t in Pn&&\\\",\\\"!==t?\\\"\\\\\\\\ldots\\\\\\\\,\\\":\\\"\\\\\\\\ldots\\\"})),dn(\\\"\\\\\\\\cdots\\\",(function(e){return e.future().text in Pn?\\\"\\\\\\\\@cdots\\\\\\\\,\\\":\\\"\\\\\\\\@cdots\\\"})),dn(\\\"\\\\\\\\dotsb\\\",\\\"\\\\\\\\cdots\\\"),dn(\\\"\\\\\\\\dotsm\\\",\\\"\\\\\\\\cdots\\\"),dn(\\\"\\\\\\\\dotsi\\\",\\\"\\\\\\\\!\\\\\\\\cdots\\\"),dn(\\\"\\\\\\\\dotsx\\\",\\\"\\\\\\\\ldots\\\\\\\\,\\\"),dn(\\\"\\\\\\\\DOTSI\\\",\\\"\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\DOTSB\\\",\\\"\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\DOTSX\\\",\\\"\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\tmspace\\\",\\\"\\\\\\\\TextOrMath{\\\\\\\\kern#1#3}{\\\\\\\\mskip#1#2}\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\,\\\",\\\"\\\\\\\\tmspace+{3mu}{.1667em}\\\"),dn(\\\"\\\\\\\\thinspace\\\",\\\"\\\\\\\\,\\\"),dn(\\\"\\\\\\\\>\\\",\\\"\\\\\\\\mskip{4mu}\\\"),dn(\\\"\\\\\\\\:\\\",\\\"\\\\\\\\tmspace+{4mu}{.2222em}\\\"),dn(\\\"\\\\\\\\medspace\\\",\\\"\\\\\\\\:\\\"),dn(\\\"\\\\\\\\;\\\",\\\"\\\\\\\\tmspace+{5mu}{.2777em}\\\"),dn(\\\"\\\\\\\\thickspace\\\",\\\"\\\\\\\\;\\\"),dn(\\\"\\\\\\\\!\\\",\\\"\\\\\\\\tmspace-{3mu}{.1667em}\\\"),dn(\\\"\\\\\\\\negthinspace\\\",\\\"\\\\\\\\!\\\"),dn(\\\"\\\\\\\\negmedspace\\\",\\\"\\\\\\\\tmspace-{4mu}{.2222em}\\\"),dn(\\\"\\\\\\\\negthickspace\\\",\\\"\\\\\\\\tmspace-{5mu}{.277em}\\\"),dn(\\\"\\\\\\\\enspace\\\",\\\"\\\\\\\\kern.5em \\\"),dn(\\\"\\\\\\\\enskip\\\",\\\"\\\\\\\\hskip.5em\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\quad\\\",\\\"\\\\\\\\hskip1em\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\qquad\\\",\\\"\\\\\\\\hskip2em\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\tag\\\",\\\"\\\\\\\\@ifstar\\\\\\\\tag@literal\\\\\\\\tag@paren\\\"),dn(\\\"\\\\\\\\tag@paren\\\",\\\"\\\\\\\\tag@literal{({#1})}\\\"),dn(\\\"\\\\\\\\tag@literal\\\",(function(e){if(e.macros.get(\\\"\\\\\\\\df@tag\\\"))throw new n(\\\"Multiple \\\\\\\\tag\\\");return\\\"\\\\\\\\gdef\\\\\\\\df@tag{\\\\\\\\text{#1}}\\\"})),dn(\\\"\\\\\\\\bmod\\\",\\\"\\\\\\\\mathchoice{\\\\\\\\mskip1mu}{\\\\\\\\mskip1mu}{\\\\\\\\mskip5mu}{\\\\\\\\mskip5mu}\\\\\\\\mathbin{\\\\\\\\rm mod}\\\\\\\\mathchoice{\\\\\\\\mskip1mu}{\\\\\\\\mskip1mu}{\\\\\\\\mskip5mu}{\\\\\\\\mskip5mu}\\\"),dn(\\\"\\\\\\\\pod\\\",\\\"\\\\\\\\allowbreak\\\\\\\\mathchoice{\\\\\\\\mkern18mu}{\\\\\\\\mkern8mu}{\\\\\\\\mkern8mu}{\\\\\\\\mkern8mu}(#1)\\\"),dn(\\\"\\\\\\\\pmod\\\",\\\"\\\\\\\\pod{{\\\\\\\\rm mod}\\\\\\\\mkern6mu#1}\\\"),dn(\\\"\\\\\\\\mod\\\",\\\"\\\\\\\\allowbreak\\\\\\\\mathchoice{\\\\\\\\mkern18mu}{\\\\\\\\mkern12mu}{\\\\\\\\mkern12mu}{\\\\\\\\mkern12mu}{\\\\\\\\rm mod}\\\\\\\\,\\\\\\\\,#1\\\"),dn(\\\"\\\\\\\\pmb\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@binrel{#1}{\\\\\\\\mathrlap{#1}\\\\\\\\kern0.5px#1}}{\\\\\\\\mathbf{#1}}\\\"),dn(\\\"\\\\\\\\newline\\\",\\\"\\\\\\\\\\\\\\\\\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\TeX\\\",\\\"\\\\\\\\textrm{\\\\\\\\html@mathml{T\\\\\\\\kern-.1667em\\\\\\\\raisebox{-.5ex}{E}\\\\\\\\kern-.125emX}{TeX}}\\\");var Fn=D[\\\"Main-Regular\\\"][\\\"T\\\".charCodeAt(0)][1]-.7*D[\\\"Main-Regular\\\"][\\\"A\\\".charCodeAt(0)][1]+\\\"em\\\";dn(\\\"\\\\\\\\LaTeX\\\",\\\"\\\\\\\\textrm{\\\\\\\\html@mathml{L\\\\\\\\kern-.36em\\\\\\\\raisebox{\\\"+Fn+\\\"}{\\\\\\\\scriptstyle A}\\\\\\\\kern-.15em\\\\\\\\TeX}{LaTeX}}\\\"),dn(\\\"\\\\\\\\KaTeX\\\",\\\"\\\\\\\\textrm{\\\\\\\\html@mathml{K\\\\\\\\kern-.17em\\\\\\\\raisebox{\\\"+Fn+\\\"}{\\\\\\\\scriptstyle A}\\\\\\\\kern-.15em\\\\\\\\TeX}{KaTeX}}\\\"),dn(\\\"\\\\\\\\hspace\\\",\\\"\\\\\\\\@ifstar\\\\\\\\@hspacer\\\\\\\\@hspace\\\"),dn(\\\"\\\\\\\\@hspace\\\",\\\"\\\\\\\\hskip #1\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\@hspacer\\\",\\\"\\\\\\\\rule{0pt}{0pt}\\\\\\\\hskip #1\\\\\\\\relax\\\"),dn(\\\"\\\\\\\\ordinarycolon\\\",\\\":\\\"),dn(\\\"\\\\\\\\vcentcolon\\\",\\\"\\\\\\\\mathrel{\\\\\\\\mathop\\\\\\\\ordinarycolon}\\\"),dn(\\\"\\\\\\\\dblcolon\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\vcentcolon\\\\\\\\mathrel{\\\\\\\\mkern-.9mu}\\\\\\\\vcentcolon}}{\\\\\\\\mathop{\\\\\\\\char\\\"2237}}'),dn(\\\"\\\\\\\\coloneqq\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\vcentcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}=}}{\\\\\\\\mathop{\\\\\\\\char\\\"2254}}'),dn(\\\"\\\\\\\\Coloneqq\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\dblcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}=}}{\\\\\\\\mathop{\\\\\\\\char\\\"2237\\\\\\\\char\\\"3d}}'),dn(\\\"\\\\\\\\coloneq\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\vcentcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\mathrel{-}}}{\\\\\\\\mathop{\\\\\\\\char\\\"3a\\\\\\\\char\\\"2212}}'),dn(\\\"\\\\\\\\Coloneq\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\dblcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\mathrel{-}}}{\\\\\\\\mathop{\\\\\\\\char\\\"2237\\\\\\\\char\\\"2212}}'),dn(\\\"\\\\\\\\eqqcolon\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{=\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\vcentcolon}}{\\\\\\\\mathop{\\\\\\\\char\\\"2255}}'),dn(\\\"\\\\\\\\Eqqcolon\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{=\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\dblcolon}}{\\\\\\\\mathop{\\\\\\\\char\\\"3d\\\\\\\\char\\\"2237}}'),dn(\\\"\\\\\\\\eqcolon\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\mathrel{-}\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\vcentcolon}}{\\\\\\\\mathop{\\\\\\\\char\\\"2239}}'),dn(\\\"\\\\\\\\Eqcolon\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\mathrel{-}\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\dblcolon}}{\\\\\\\\mathop{\\\\\\\\char\\\"2212\\\\\\\\char\\\"2237}}'),dn(\\\"\\\\\\\\colonapprox\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\vcentcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\approx}}{\\\\\\\\mathop{\\\\\\\\char\\\"3a\\\\\\\\char\\\"2248}}'),dn(\\\"\\\\\\\\Colonapprox\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\dblcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\approx}}{\\\\\\\\mathop{\\\\\\\\char\\\"2237\\\\\\\\char\\\"2248}}'),dn(\\\"\\\\\\\\colonsim\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\vcentcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\sim}}{\\\\\\\\mathop{\\\\\\\\char\\\"3a\\\\\\\\char\\\"223c}}'),dn(\\\"\\\\\\\\Colonsim\\\",'\\\\\\\\html@mathml{\\\\\\\\mathrel{\\\\\\\\dblcolon\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\sim}}{\\\\\\\\mathop{\\\\\\\\char\\\"2237\\\\\\\\char\\\"223c}}'),dn(\\\"\\\\u2237\\\",\\\"\\\\\\\\dblcolon\\\"),dn(\\\"\\\\u2239\\\",\\\"\\\\\\\\eqcolon\\\"),dn(\\\"\\\\u2254\\\",\\\"\\\\\\\\coloneqq\\\"),dn(\\\"\\\\u2255\\\",\\\"\\\\\\\\eqqcolon\\\"),dn(\\\"\\\\u2a74\\\",\\\"\\\\\\\\Coloneqq\\\"),dn(\\\"\\\\\\\\ratio\\\",\\\"\\\\\\\\vcentcolon\\\"),dn(\\\"\\\\\\\\coloncolon\\\",\\\"\\\\\\\\dblcolon\\\"),dn(\\\"\\\\\\\\colonequals\\\",\\\"\\\\\\\\coloneqq\\\"),dn(\\\"\\\\\\\\coloncolonequals\\\",\\\"\\\\\\\\Coloneqq\\\"),dn(\\\"\\\\\\\\equalscolon\\\",\\\"\\\\\\\\eqqcolon\\\"),dn(\\\"\\\\\\\\equalscoloncolon\\\",\\\"\\\\\\\\Eqqcolon\\\"),dn(\\\"\\\\\\\\colonminus\\\",\\\"\\\\\\\\coloneq\\\"),dn(\\\"\\\\\\\\coloncolonminus\\\",\\\"\\\\\\\\Coloneq\\\"),dn(\\\"\\\\\\\\minuscolon\\\",\\\"\\\\\\\\eqcolon\\\"),dn(\\\"\\\\\\\\minuscoloncolon\\\",\\\"\\\\\\\\Eqcolon\\\"),dn(\\\"\\\\\\\\coloncolonapprox\\\",\\\"\\\\\\\\Colonapprox\\\"),dn(\\\"\\\\\\\\coloncolonsim\\\",\\\"\\\\\\\\Colonsim\\\"),dn(\\\"\\\\\\\\simcolon\\\",\\\"\\\\\\\\mathrel{\\\\\\\\sim\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\vcentcolon}\\\"),dn(\\\"\\\\\\\\simcoloncolon\\\",\\\"\\\\\\\\mathrel{\\\\\\\\sim\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\dblcolon}\\\"),dn(\\\"\\\\\\\\approxcolon\\\",\\\"\\\\\\\\mathrel{\\\\\\\\approx\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\vcentcolon}\\\"),dn(\\\"\\\\\\\\approxcoloncolon\\\",\\\"\\\\\\\\mathrel{\\\\\\\\approx\\\\\\\\mathrel{\\\\\\\\mkern-1.2mu}\\\\\\\\dblcolon}\\\"),dn(\\\"\\\\\\\\notni\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\not\\\\\\\\ni}{\\\\\\\\mathrel{\\\\\\\\char`\\\\u220c}}\\\"),dn(\\\"\\\\\\\\limsup\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{lim\\\\\\\\,sup}\\\"),dn(\\\"\\\\\\\\liminf\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{lim\\\\\\\\,inf}\\\"),dn(\\\"\\\\\\\\injlim\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{inj\\\\\\\\,lim}\\\"),dn(\\\"\\\\\\\\projlim\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{proj\\\\\\\\,lim}\\\"),dn(\\\"\\\\\\\\varlimsup\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{\\\\\\\\overline{lim}}\\\"),dn(\\\"\\\\\\\\varliminf\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{\\\\\\\\underline{lim}}\\\"),dn(\\\"\\\\\\\\varinjlim\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{\\\\\\\\underrightarrow{lim}}\\\"),dn(\\\"\\\\\\\\varprojlim\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{\\\\\\\\underleftarrow{lim}}\\\"),dn(\\\"\\\\\\\\gvertneqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@gvertneqq}{\\\\u2269}\\\"),dn(\\\"\\\\\\\\lvertneqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@lvertneqq}{\\\\u2268}\\\"),dn(\\\"\\\\\\\\ngeqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@ngeqq}{\\\\u2271}\\\"),dn(\\\"\\\\\\\\ngeqslant\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@ngeqslant}{\\\\u2271}\\\"),dn(\\\"\\\\\\\\nleqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@nleqq}{\\\\u2270}\\\"),dn(\\\"\\\\\\\\nleqslant\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@nleqslant}{\\\\u2270}\\\"),dn(\\\"\\\\\\\\nshortmid\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@nshortmid}{\\\\u2224}\\\"),dn(\\\"\\\\\\\\nshortparallel\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@nshortparallel}{\\\\u2226}\\\"),dn(\\\"\\\\\\\\nsubseteqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@nsubseteqq}{\\\\u2288}\\\"),dn(\\\"\\\\\\\\nsupseteqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@nsupseteqq}{\\\\u2289}\\\"),dn(\\\"\\\\\\\\varsubsetneq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@varsubsetneq}{\\\\u228a}\\\"),dn(\\\"\\\\\\\\varsubsetneqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@varsubsetneqq}{\\\\u2acb}\\\"),dn(\\\"\\\\\\\\varsupsetneq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@varsupsetneq}{\\\\u228b}\\\"),dn(\\\"\\\\\\\\varsupsetneqq\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@varsupsetneqq}{\\\\u2acc}\\\"),dn(\\\"\\\\\\\\imath\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@imath}{\\\\u0131}\\\"),dn(\\\"\\\\\\\\jmath\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\@jmath}{\\\\u0237}\\\"),dn(\\\"\\\\\\\\llbracket\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\mathopen{[\\\\\\\\mkern-3.2mu[}}{\\\\\\\\mathopen{\\\\\\\\char`\\\\u27e6}}\\\"),dn(\\\"\\\\\\\\rrbracket\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\mathclose{]\\\\\\\\mkern-3.2mu]}}{\\\\\\\\mathclose{\\\\\\\\char`\\\\u27e7}}\\\"),dn(\\\"\\\\u27e6\\\",\\\"\\\\\\\\llbracket\\\"),dn(\\\"\\\\u27e7\\\",\\\"\\\\\\\\rrbracket\\\"),dn(\\\"\\\\\\\\lBrace\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\mathopen{\\\\\\\\{\\\\\\\\mkern-3.2mu[}}{\\\\\\\\mathopen{\\\\\\\\char`\\\\u2983}}\\\"),dn(\\\"\\\\\\\\rBrace\\\",\\\"\\\\\\\\html@mathml{\\\\\\\\mathclose{]\\\\\\\\mkern-3.2mu\\\\\\\\}}}{\\\\\\\\mathclose{\\\\\\\\char`\\\\u2984}}\\\"),dn(\\\"\\\\u2983\\\",\\\"\\\\\\\\lBrace\\\"),dn(\\\"\\\\u2984\\\",\\\"\\\\\\\\rBrace\\\"),dn(\\\"\\\\\\\\minuso\\\",\\\"\\\\\\\\mathbin{\\\\\\\\html@mathml{{\\\\\\\\mathrlap{\\\\\\\\mathchoice{\\\\\\\\kern{0.145em}}{\\\\\\\\kern{0.145em}}{\\\\\\\\kern{0.1015em}}{\\\\\\\\kern{0.0725em}}\\\\\\\\circ}{-}}}{\\\\\\\\char`\\\\u29b5}}\\\"),dn(\\\"\\\\u29b5\\\",\\\"\\\\\\\\minuso\\\"),dn(\\\"\\\\\\\\darr\\\",\\\"\\\\\\\\downarrow\\\"),dn(\\\"\\\\\\\\dArr\\\",\\\"\\\\\\\\Downarrow\\\"),dn(\\\"\\\\\\\\Darr\\\",\\\"\\\\\\\\Downarrow\\\"),dn(\\\"\\\\\\\\lang\\\",\\\"\\\\\\\\langle\\\"),dn(\\\"\\\\\\\\rang\\\",\\\"\\\\\\\\rangle\\\"),dn(\\\"\\\\\\\\uarr\\\",\\\"\\\\\\\\uparrow\\\"),dn(\\\"\\\\\\\\uArr\\\",\\\"\\\\\\\\Uparrow\\\"),dn(\\\"\\\\\\\\Uarr\\\",\\\"\\\\\\\\Uparrow\\\"),dn(\\\"\\\\\\\\N\\\",\\\"\\\\\\\\mathbb{N}\\\"),dn(\\\"\\\\\\\\R\\\",\\\"\\\\\\\\mathbb{R}\\\"),dn(\\\"\\\\\\\\Z\\\",\\\"\\\\\\\\mathbb{Z}\\\"),dn(\\\"\\\\\\\\alef\\\",\\\"\\\\\\\\aleph\\\"),dn(\\\"\\\\\\\\alefsym\\\",\\\"\\\\\\\\aleph\\\"),dn(\\\"\\\\\\\\Alpha\\\",\\\"\\\\\\\\mathrm{A}\\\"),dn(\\\"\\\\\\\\Beta\\\",\\\"\\\\\\\\mathrm{B}\\\"),dn(\\\"\\\\\\\\bull\\\",\\\"\\\\\\\\bullet\\\"),dn(\\\"\\\\\\\\Chi\\\",\\\"\\\\\\\\mathrm{X}\\\"),dn(\\\"\\\\\\\\clubs\\\",\\\"\\\\\\\\clubsuit\\\"),dn(\\\"\\\\\\\\cnums\\\",\\\"\\\\\\\\mathbb{C}\\\"),dn(\\\"\\\\\\\\Complex\\\",\\\"\\\\\\\\mathbb{C}\\\"),dn(\\\"\\\\\\\\Dagger\\\",\\\"\\\\\\\\ddagger\\\"),dn(\\\"\\\\\\\\diamonds\\\",\\\"\\\\\\\\diamondsuit\\\"),dn(\\\"\\\\\\\\empty\\\",\\\"\\\\\\\\emptyset\\\"),dn(\\\"\\\\\\\\Epsilon\\\",\\\"\\\\\\\\mathrm{E}\\\"),dn(\\\"\\\\\\\\Eta\\\",\\\"\\\\\\\\mathrm{H}\\\"),dn(\\\"\\\\\\\\exist\\\",\\\"\\\\\\\\exists\\\"),dn(\\\"\\\\\\\\harr\\\",\\\"\\\\\\\\leftrightarrow\\\"),dn(\\\"\\\\\\\\hArr\\\",\\\"\\\\\\\\Leftrightarrow\\\"),dn(\\\"\\\\\\\\Harr\\\",\\\"\\\\\\\\Leftrightarrow\\\"),dn(\\\"\\\\\\\\hearts\\\",\\\"\\\\\\\\heartsuit\\\"),dn(\\\"\\\\\\\\image\\\",\\\"\\\\\\\\Im\\\"),dn(\\\"\\\\\\\\infin\\\",\\\"\\\\\\\\infty\\\"),dn(\\\"\\\\\\\\Iota\\\",\\\"\\\\\\\\mathrm{I}\\\"),dn(\\\"\\\\\\\\isin\\\",\\\"\\\\\\\\in\\\"),dn(\\\"\\\\\\\\Kappa\\\",\\\"\\\\\\\\mathrm{K}\\\"),dn(\\\"\\\\\\\\larr\\\",\\\"\\\\\\\\leftarrow\\\"),dn(\\\"\\\\\\\\lArr\\\",\\\"\\\\\\\\Leftarrow\\\"),dn(\\\"\\\\\\\\Larr\\\",\\\"\\\\\\\\Leftarrow\\\"),dn(\\\"\\\\\\\\lrarr\\\",\\\"\\\\\\\\leftrightarrow\\\"),dn(\\\"\\\\\\\\lrArr\\\",\\\"\\\\\\\\Leftrightarrow\\\"),dn(\\\"\\\\\\\\Lrarr\\\",\\\"\\\\\\\\Leftrightarrow\\\"),dn(\\\"\\\\\\\\Mu\\\",\\\"\\\\\\\\mathrm{M}\\\"),dn(\\\"\\\\\\\\natnums\\\",\\\"\\\\\\\\mathbb{N}\\\"),dn(\\\"\\\\\\\\Nu\\\",\\\"\\\\\\\\mathrm{N}\\\"),dn(\\\"\\\\\\\\Omicron\\\",\\\"\\\\\\\\mathrm{O}\\\"),dn(\\\"\\\\\\\\plusmn\\\",\\\"\\\\\\\\pm\\\"),dn(\\\"\\\\\\\\rarr\\\",\\\"\\\\\\\\rightarrow\\\"),dn(\\\"\\\\\\\\rArr\\\",\\\"\\\\\\\\Rightarrow\\\"),dn(\\\"\\\\\\\\Rarr\\\",\\\"\\\\\\\\Rightarrow\\\"),dn(\\\"\\\\\\\\real\\\",\\\"\\\\\\\\Re\\\"),dn(\\\"\\\\\\\\reals\\\",\\\"\\\\\\\\mathbb{R}\\\"),dn(\\\"\\\\\\\\Reals\\\",\\\"\\\\\\\\mathbb{R}\\\"),dn(\\\"\\\\\\\\Rho\\\",\\\"\\\\\\\\mathrm{P}\\\"),dn(\\\"\\\\\\\\sdot\\\",\\\"\\\\\\\\cdot\\\"),dn(\\\"\\\\\\\\sect\\\",\\\"\\\\\\\\S\\\"),dn(\\\"\\\\\\\\spades\\\",\\\"\\\\\\\\spadesuit\\\"),dn(\\\"\\\\\\\\sub\\\",\\\"\\\\\\\\subset\\\"),dn(\\\"\\\\\\\\sube\\\",\\\"\\\\\\\\subseteq\\\"),dn(\\\"\\\\\\\\supe\\\",\\\"\\\\\\\\supseteq\\\"),dn(\\\"\\\\\\\\Tau\\\",\\\"\\\\\\\\mathrm{T}\\\"),dn(\\\"\\\\\\\\thetasym\\\",\\\"\\\\\\\\vartheta\\\"),dn(\\\"\\\\\\\\weierp\\\",\\\"\\\\\\\\wp\\\"),dn(\\\"\\\\\\\\Zeta\\\",\\\"\\\\\\\\mathrm{Z}\\\"),dn(\\\"\\\\\\\\argmin\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{arg\\\\\\\\,min}\\\"),dn(\\\"\\\\\\\\argmax\\\",\\\"\\\\\\\\DOTSB\\\\\\\\operatorname*{arg\\\\\\\\,max}\\\"),dn(\\\"\\\\\\\\plim\\\",\\\"\\\\\\\\DOTSB\\\\\\\\mathop{\\\\\\\\operatorname{plim}}\\\\\\\\limits\\\"),dn(\\\"\\\\\\\\bra\\\",\\\"\\\\\\\\mathinner{\\\\\\\\langle{#1}|}\\\"),dn(\\\"\\\\\\\\ket\\\",\\\"\\\\\\\\mathinner{|{#1}\\\\\\\\rangle}\\\"),dn(\\\"\\\\\\\\braket\\\",\\\"\\\\\\\\mathinner{\\\\\\\\langle{#1}\\\\\\\\rangle}\\\"),dn(\\\"\\\\\\\\Bra\\\",\\\"\\\\\\\\left\\\\\\\\langle#1\\\\\\\\right|\\\"),dn(\\\"\\\\\\\\Ket\\\",\\\"\\\\\\\\left|#1\\\\\\\\right\\\\\\\\rangle\\\"),dn(\\\"\\\\\\\\angln\\\",\\\"{\\\\\\\\angl n}\\\"),dn(\\\"\\\\\\\\blue\\\",\\\"\\\\\\\\textcolor{##6495ed}{#1}\\\"),dn(\\\"\\\\\\\\orange\\\",\\\"\\\\\\\\textcolor{##ffa500}{#1}\\\"),dn(\\\"\\\\\\\\pink\\\",\\\"\\\\\\\\textcolor{##ff00af}{#1}\\\"),dn(\\\"\\\\\\\\red\\\",\\\"\\\\\\\\textcolor{##df0030}{#1}\\\"),dn(\\\"\\\\\\\\green\\\",\\\"\\\\\\\\textcolor{##28ae7b}{#1}\\\"),dn(\\\"\\\\\\\\gray\\\",\\\"\\\\\\\\textcolor{gray}{#1}\\\"),dn(\\\"\\\\\\\\purple\\\",\\\"\\\\\\\\textcolor{##9d38bd}{#1}\\\"),dn(\\\"\\\\\\\\blueA\\\",\\\"\\\\\\\\textcolor{##ccfaff}{#1}\\\"),dn(\\\"\\\\\\\\blueB\\\",\\\"\\\\\\\\textcolor{##80f6ff}{#1}\\\"),dn(\\\"\\\\\\\\blueC\\\",\\\"\\\\\\\\textcolor{##63d9ea}{#1}\\\"),dn(\\\"\\\\\\\\blueD\\\",\\\"\\\\\\\\textcolor{##11accd}{#1}\\\"),dn(\\\"\\\\\\\\blueE\\\",\\\"\\\\\\\\textcolor{##0c7f99}{#1}\\\"),dn(\\\"\\\\\\\\tealA\\\",\\\"\\\\\\\\textcolor{##94fff5}{#1}\\\"),dn(\\\"\\\\\\\\tealB\\\",\\\"\\\\\\\\textcolor{##26edd5}{#1}\\\"),dn(\\\"\\\\\\\\tealC\\\",\\\"\\\\\\\\textcolor{##01d1c1}{#1}\\\"),dn(\\\"\\\\\\\\tealD\\\",\\\"\\\\\\\\textcolor{##01a995}{#1}\\\"),dn(\\\"\\\\\\\\tealE\\\",\\\"\\\\\\\\textcolor{##208170}{#1}\\\"),dn(\\\"\\\\\\\\greenA\\\",\\\"\\\\\\\\textcolor{##b6ffb0}{#1}\\\"),dn(\\\"\\\\\\\\greenB\\\",\\\"\\\\\\\\textcolor{##8af281}{#1}\\\"),dn(\\\"\\\\\\\\greenC\\\",\\\"\\\\\\\\textcolor{##74cf70}{#1}\\\"),dn(\\\"\\\\\\\\greenD\\\",\\\"\\\\\\\\textcolor{##1fab54}{#1}\\\"),dn(\\\"\\\\\\\\greenE\\\",\\\"\\\\\\\\textcolor{##0d923f}{#1}\\\"),dn(\\\"\\\\\\\\goldA\\\",\\\"\\\\\\\\textcolor{##ffd0a9}{#1}\\\"),dn(\\\"\\\\\\\\goldB\\\",\\\"\\\\\\\\textcolor{##ffbb71}{#1}\\\"),dn(\\\"\\\\\\\\goldC\\\",\\\"\\\\\\\\textcolor{##ff9c39}{#1}\\\"),dn(\\\"\\\\\\\\goldD\\\",\\\"\\\\\\\\textcolor{##e07d10}{#1}\\\"),dn(\\\"\\\\\\\\goldE\\\",\\\"\\\\\\\\textcolor{##a75a05}{#1}\\\"),dn(\\\"\\\\\\\\redA\\\",\\\"\\\\\\\\textcolor{##fca9a9}{#1}\\\"),dn(\\\"\\\\\\\\redB\\\",\\\"\\\\\\\\textcolor{##ff8482}{#1}\\\"),dn(\\\"\\\\\\\\redC\\\",\\\"\\\\\\\\textcolor{##f9685d}{#1}\\\"),dn(\\\"\\\\\\\\redD\\\",\\\"\\\\\\\\textcolor{##e84d39}{#1}\\\"),dn(\\\"\\\\\\\\redE\\\",\\\"\\\\\\\\textcolor{##bc2612}{#1}\\\"),dn(\\\"\\\\\\\\maroonA\\\",\\\"\\\\\\\\textcolor{##ffbde0}{#1}\\\"),dn(\\\"\\\\\\\\maroonB\\\",\\\"\\\\\\\\textcolor{##ff92c6}{#1}\\\"),dn(\\\"\\\\\\\\maroonC\\\",\\\"\\\\\\\\textcolor{##ed5fa6}{#1}\\\"),dn(\\\"\\\\\\\\maroonD\\\",\\\"\\\\\\\\textcolor{##ca337c}{#1}\\\"),dn(\\\"\\\\\\\\maroonE\\\",\\\"\\\\\\\\textcolor{##9e034e}{#1}\\\"),dn(\\\"\\\\\\\\purpleA\\\",\\\"\\\\\\\\textcolor{##ddd7ff}{#1}\\\"),dn(\\\"\\\\\\\\purpleB\\\",\\\"\\\\\\\\textcolor{##c6b9fc}{#1}\\\"),dn(\\\"\\\\\\\\purpleC\\\",\\\"\\\\\\\\textcolor{##aa87ff}{#1}\\\"),dn(\\\"\\\\\\\\purpleD\\\",\\\"\\\\\\\\textcolor{##7854ab}{#1}\\\"),dn(\\\"\\\\\\\\purpleE\\\",\\\"\\\\\\\\textcolor{##543b78}{#1}\\\"),dn(\\\"\\\\\\\\mintA\\\",\\\"\\\\\\\\textcolor{##f5f9e8}{#1}\\\"),dn(\\\"\\\\\\\\mintB\\\",\\\"\\\\\\\\textcolor{##edf2df}{#1}\\\"),dn(\\\"\\\\\\\\mintC\\\",\\\"\\\\\\\\textcolor{##e0e5cc}{#1}\\\"),dn(\\\"\\\\\\\\grayA\\\",\\\"\\\\\\\\textcolor{##f6f7f7}{#1}\\\"),dn(\\\"\\\\\\\\grayB\\\",\\\"\\\\\\\\textcolor{##f0f1f2}{#1}\\\"),dn(\\\"\\\\\\\\grayC\\\",\\\"\\\\\\\\textcolor{##e3e5e6}{#1}\\\"),dn(\\\"\\\\\\\\grayD\\\",\\\"\\\\\\\\textcolor{##d6d8da}{#1}\\\"),dn(\\\"\\\\\\\\grayE\\\",\\\"\\\\\\\\textcolor{##babec2}{#1}\\\"),dn(\\\"\\\\\\\\grayF\\\",\\\"\\\\\\\\textcolor{##888d93}{#1}\\\"),dn(\\\"\\\\\\\\grayG\\\",\\\"\\\\\\\\textcolor{##626569}{#1}\\\"),dn(\\\"\\\\\\\\grayH\\\",\\\"\\\\\\\\textcolor{##3b3e40}{#1}\\\"),dn(\\\"\\\\\\\\grayI\\\",\\\"\\\\\\\\textcolor{##21242c}{#1}\\\"),dn(\\\"\\\\\\\\kaBlue\\\",\\\"\\\\\\\\textcolor{##314453}{#1}\\\"),dn(\\\"\\\\\\\\kaGreen\\\",\\\"\\\\\\\\textcolor{##71B307}{#1}\\\");var Vn={\\\"\\\\\\\\relax\\\":!0,\\\"^\\\":!0,_:!0,\\\"\\\\\\\\limits\\\":!0,\\\"\\\\\\\\nolimits\\\":!0},Gn=function(){function e(e,t,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new On(En,t.macros),this.mode=r,this.stack=[]}var t=e.prototype;return t.feed=function(e){this.lexer=new Rn(e,this.settings)},t.switchMode=function(e){this.mode=e},t.beginGroup=function(){this.macros.beginGroup()},t.endGroup=function(){this.macros.endGroup()},t.endGroups=function(){this.macros.endGroups()},t.future=function(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},t.popToken=function(){return this.future(),this.stack.pop()},t.pushToken=function(e){this.stack.push(e)},t.pushTokens=function(e){var t;(t=this.stack).push.apply(t,e)},t.scanArgument=function(e){var t,r,n;if(e){if(this.consumeSpaces(),\\\"[\\\"!==this.future().text)return null;t=this.popToken();var a=this.consumeArg([\\\"]\\\"]);n=a.tokens,r=a.end}else{var i=this.consumeArg();n=i.tokens,t=i.start,r=i.end}return this.pushToken(new Cn(\\\"EOF\\\",r.loc)),this.pushTokens(n),t.range(r,\\\"\\\")},t.consumeSpaces=function(){for(;;){if(\\\" \\\"!==this.future().text)break;this.stack.pop()}},t.consumeArg=function(e){var t=[],r=e&&e.length>0;r||this.consumeSpaces();var a,i=this.future(),o=0,s=0;do{if(a=this.popToken(),t.push(a),\\\"{\\\"===a.text)++o;else if(\\\"}\\\"===a.text){if(-1===--o)throw new n(\\\"Extra }\\\",a)}else if(\\\"EOF\\\"===a.text)throw new n(\\\"Unexpected end of input in a macro argument, expected '\\\"+(e&&r?e[s]:\\\"}\\\")+\\\"'\\\",a);if(e&&r)if((0===o||1===o&&\\\"{\\\"===e[s])&&a.text===e[s]){if(++s===e.length){t.splice(-s,s);break}}else s=0}while(0!==o||r);return\\\"{\\\"===i.text&&\\\"}\\\"===t[t.length-1].text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:i,end:a}},t.consumeArgs=function(e,t){if(t){if(t.length!==e+1)throw new n(\\\"The length of delimiters doesn't match the number of args!\\\");for(var r=t[0],a=0;a\u003Cr.length;a++){var i=this.popToken();if(r[a]!==i.text)throw new n(\\\"Use of the macro doesn't match its definition\\\",i)}}for(var o=[],s=0;s\u003Ce;s++)o.push(this.consumeArg(t&&t[s+1]).tokens);return o},t.expandOnce=function(e){var t=this.popToken(),r=t.text,a=t.noexpand?null:this._getExpansion(r);if(null==a||e&&a.unexpandable){if(e&&null==a&&\\\"\\\\\\\\\\\"===r[0]&&!this.isDefined(r))throw new n(\\\"Undefined control sequence: \\\"+r);return this.pushToken(t),t}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new n(\\\"Too many expansions: infinite loop or need to increase maxExpand setting\\\");var i=a.tokens,o=this.consumeArgs(a.numArgs,a.delimiters);if(a.numArgs)for(var s=(i=i.slice()).length-1;s>=0;--s){var l=i[s];if(\\\"#\\\"===l.text){if(0===s)throw new n(\\\"Incomplete placeholder at end of macro body\\\",l);if(\\\"#\\\"===(l=i[--s]).text)i.splice(s+1,1);else{if(!/^[1-9]$/.test(l.text))throw new n(\\\"Not a valid argument number\\\",l);var h;(h=i).splice.apply(h,[s,2].concat(o[+l.text-1]))}}}return this.pushTokens(i),i},t.expandAfterFuture=function(){return this.expandOnce(),this.future()},t.expandNextToken=function(){for(;;){var e=this.expandOnce();if(e instanceof Cn){if(\\\"\\\\\\\\relax\\\"!==e.text&&!e.treatAsRelax)return this.stack.pop();this.stack.pop()}}throw new Error},t.expandMacro=function(e){return this.macros.has(e)?this.expandTokens([new Cn(e)]):void 0},t.expandTokens=function(e){var t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;){var n=this.expandOnce(!0);n instanceof Cn&&(n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(this.stack.pop()))}return t},t.expandMacroAsText=function(e){var t=this.expandMacro(e);return t?t.map((function(e){return e.text})).join(\\\"\\\"):t},t._getExpansion=function(e){var t=this.macros.get(e);if(null==t)return t;if(1===e.length){var r=this.lexer.catcodes[e];if(null!=r&&13!==r)return}var n=\\\"function\\\"==typeof t?t(this):t;if(\\\"string\\\"==typeof n){var a=0;if(-1!==n.indexOf(\\\"#\\\"))for(var i=n.replace(/##/g,\\\"\\\");-1!==i.indexOf(\\\"#\\\"+(a+1));)++a;for(var o=new Rn(n,this.settings),s=[],l=o.lex();\\\"EOF\\\"!==l.text;)s.push(l),l=o.lex();return s.reverse(),{tokens:s,numArgs:a}}return n},t.isDefined=function(e){return this.macros.has(e)||Nn.hasOwnProperty(e)||X.math.hasOwnProperty(e)||X.text.hasOwnProperty(e)||Vn.hasOwnProperty(e)},t.isExpandable=function(e){var t=this.macros.get(e);return null!=t?\\\"string\\\"==typeof t||\\\"function\\\"==typeof t||!t.unexpandable:Nn.hasOwnProperty(e)&&!Nn[e].primitive},e}(),Un={\\\"\\\\u0301\\\":{text:\\\"\\\\\\\\'\\\",math:\\\"\\\\\\\\acute\\\"},\\\"\\\\u0300\\\":{text:\\\"\\\\\\\\`\\\",math:\\\"\\\\\\\\grave\\\"},\\\"\\\\u0308\\\":{text:'\\\\\\\\\\\"',math:\\\"\\\\\\\\ddot\\\"},\\\"\\\\u0303\\\":{text:\\\"\\\\\\\\~\\\",math:\\\"\\\\\\\\tilde\\\"},\\\"\\\\u0304\\\":{text:\\\"\\\\\\\\=\\\",math:\\\"\\\\\\\\bar\\\"},\\\"\\\\u0306\\\":{text:\\\"\\\\\\\\u\\\",math:\\\"\\\\\\\\breve\\\"},\\\"\\\\u030c\\\":{text:\\\"\\\\\\\\v\\\",math:\\\"\\\\\\\\check\\\"},\\\"\\\\u0302\\\":{text:\\\"\\\\\\\\^\\\",math:\\\"\\\\\\\\hat\\\"},\\\"\\\\u0307\\\":{text:\\\"\\\\\\\\.\\\",math:\\\"\\\\\\\\dot\\\"},\\\"\\\\u030a\\\":{text:\\\"\\\\\\\\r\\\",math:\\\"\\\\\\\\mathring\\\"},\\\"\\\\u030b\\\":{text:\\\"\\\\\\\\H\\\"},\\\"\\\\u0327\\\":{text:\\\"\\\\\\\\c\\\"}},Yn={\\\"\\\\xe1\\\":\\\"a\\\\u0301\\\",\\\"\\\\xe0\\\":\\\"a\\\\u0300\\\",\\\"\\\\xe4\\\":\\\"a\\\\u0308\\\",\\\"\\\\u01df\\\":\\\"a\\\\u0308\\\\u0304\\\",\\\"\\\\xe3\\\":\\\"a\\\\u0303\\\",\\\"\\\\u0101\\\":\\\"a\\\\u0304\\\",\\\"\\\\u0103\\\":\\\"a\\\\u0306\\\",\\\"\\\\u1eaf\\\":\\\"a\\\\u0306\\\\u0301\\\",\\\"\\\\u1eb1\\\":\\\"a\\\\u0306\\\\u0300\\\",\\\"\\\\u1eb5\\\":\\\"a\\\\u0306\\\\u0303\\\",\\\"\\\\u01ce\\\":\\\"a\\\\u030c\\\",\\\"\\\\xe2\\\":\\\"a\\\\u0302\\\",\\\"\\\\u1ea5\\\":\\\"a\\\\u0302\\\\u0301\\\",\\\"\\\\u1ea7\\\":\\\"a\\\\u0302\\\\u0300\\\",\\\"\\\\u1eab\\\":\\\"a\\\\u0302\\\\u0303\\\",\\\"\\\\u0227\\\":\\\"a\\\\u0307\\\",\\\"\\\\u01e1\\\":\\\"a\\\\u0307\\\\u0304\\\",\\\"\\\\xe5\\\":\\\"a\\\\u030a\\\",\\\"\\\\u01fb\\\":\\\"a\\\\u030a\\\\u0301\\\",\\\"\\\\u1e03\\\":\\\"b\\\\u0307\\\",\\\"\\\\u0107\\\":\\\"c\\\\u0301\\\",\\\"\\\\u1e09\\\":\\\"c\\\\u0327\\\\u0301\\\",\\\"\\\\u010d\\\":\\\"c\\\\u030c\\\",\\\"\\\\u0109\\\":\\\"c\\\\u0302\\\",\\\"\\\\u010b\\\":\\\"c\\\\u0307\\\",\\\"\\\\xe7\\\":\\\"c\\\\u0327\\\",\\\"\\\\u010f\\\":\\\"d\\\\u030c\\\",\\\"\\\\u1e0b\\\":\\\"d\\\\u0307\\\",\\\"\\\\u1e11\\\":\\\"d\\\\u0327\\\",\\\"\\\\xe9\\\":\\\"e\\\\u0301\\\",\\\"\\\\xe8\\\":\\\"e\\\\u0300\\\",\\\"\\\\xeb\\\":\\\"e\\\\u0308\\\",\\\"\\\\u1ebd\\\":\\\"e\\\\u0303\\\",\\\"\\\\u0113\\\":\\\"e\\\\u0304\\\",\\\"\\\\u1e17\\\":\\\"e\\\\u0304\\\\u0301\\\",\\\"\\\\u1e15\\\":\\\"e\\\\u0304\\\\u0300\\\",\\\"\\\\u0115\\\":\\\"e\\\\u0306\\\",\\\"\\\\u1e1d\\\":\\\"e\\\\u0327\\\\u0306\\\",\\\"\\\\u011b\\\":\\\"e\\\\u030c\\\",\\\"\\\\xea\\\":\\\"e\\\\u0302\\\",\\\"\\\\u1ebf\\\":\\\"e\\\\u0302\\\\u0301\\\",\\\"\\\\u1ec1\\\":\\\"e\\\\u0302\\\\u0300\\\",\\\"\\\\u1ec5\\\":\\\"e\\\\u0302\\\\u0303\\\",\\\"\\\\u0117\\\":\\\"e\\\\u0307\\\",\\\"\\\\u0229\\\":\\\"e\\\\u0327\\\",\\\"\\\\u1e1f\\\":\\\"f\\\\u0307\\\",\\\"\\\\u01f5\\\":\\\"g\\\\u0301\\\",\\\"\\\\u1e21\\\":\\\"g\\\\u0304\\\",\\\"\\\\u011f\\\":\\\"g\\\\u0306\\\",\\\"\\\\u01e7\\\":\\\"g\\\\u030c\\\",\\\"\\\\u011d\\\":\\\"g\\\\u0302\\\",\\\"\\\\u0121\\\":\\\"g\\\\u0307\\\",\\\"\\\\u0123\\\":\\\"g\\\\u0327\\\",\\\"\\\\u1e27\\\":\\\"h\\\\u0308\\\",\\\"\\\\u021f\\\":\\\"h\\\\u030c\\\",\\\"\\\\u0125\\\":\\\"h\\\\u0302\\\",\\\"\\\\u1e23\\\":\\\"h\\\\u0307\\\",\\\"\\\\u1e29\\\":\\\"h\\\\u0327\\\",\\\"\\\\xed\\\":\\\"i\\\\u0301\\\",\\\"\\\\xec\\\":\\\"i\\\\u0300\\\",\\\"\\\\xef\\\":\\\"i\\\\u0308\\\",\\\"\\\\u1e2f\\\":\\\"i\\\\u0308\\\\u0301\\\",\\\"\\\\u0129\\\":\\\"i\\\\u0303\\\",\\\"\\\\u012b\\\":\\\"i\\\\u0304\\\",\\\"\\\\u012d\\\":\\\"i\\\\u0306\\\",\\\"\\\\u01d0\\\":\\\"i\\\\u030c\\\",\\\"\\\\xee\\\":\\\"i\\\\u0302\\\",\\\"\\\\u01f0\\\":\\\"j\\\\u030c\\\",\\\"\\\\u0135\\\":\\\"j\\\\u0302\\\",\\\"\\\\u1e31\\\":\\\"k\\\\u0301\\\",\\\"\\\\u01e9\\\":\\\"k\\\\u030c\\\",\\\"\\\\u0137\\\":\\\"k\\\\u0327\\\",\\\"\\\\u013a\\\":\\\"l\\\\u0301\\\",\\\"\\\\u013e\\\":\\\"l\\\\u030c\\\",\\\"\\\\u013c\\\":\\\"l\\\\u0327\\\",\\\"\\\\u1e3f\\\":\\\"m\\\\u0301\\\",\\\"\\\\u1e41\\\":\\\"m\\\\u0307\\\",\\\"\\\\u0144\\\":\\\"n\\\\u0301\\\",\\\"\\\\u01f9\\\":\\\"n\\\\u0300\\\",\\\"\\\\xf1\\\":\\\"n\\\\u0303\\\",\\\"\\\\u0148\\\":\\\"n\\\\u030c\\\",\\\"\\\\u1e45\\\":\\\"n\\\\u0307\\\",\\\"\\\\u0146\\\":\\\"n\\\\u0327\\\",\\\"\\\\xf3\\\":\\\"o\\\\u0301\\\",\\\"\\\\xf2\\\":\\\"o\\\\u0300\\\",\\\"\\\\xf6\\\":\\\"o\\\\u0308\\\",\\\"\\\\u022b\\\":\\\"o\\\\u0308\\\\u0304\\\",\\\"\\\\xf5\\\":\\\"o\\\\u0303\\\",\\\"\\\\u1e4d\\\":\\\"o\\\\u0303\\\\u0301\\\",\\\"\\\\u1e4f\\\":\\\"o\\\\u0303\\\\u0308\\\",\\\"\\\\u022d\\\":\\\"o\\\\u0303\\\\u0304\\\",\\\"\\\\u014d\\\":\\\"o\\\\u0304\\\",\\\"\\\\u1e53\\\":\\\"o\\\\u0304\\\\u0301\\\",\\\"\\\\u1e51\\\":\\\"o\\\\u0304\\\\u0300\\\",\\\"\\\\u014f\\\":\\\"o\\\\u0306\\\",\\\"\\\\u01d2\\\":\\\"o\\\\u030c\\\",\\\"\\\\xf4\\\":\\\"o\\\\u0302\\\",\\\"\\\\u1ed1\\\":\\\"o\\\\u0302\\\\u0301\\\",\\\"\\\\u1ed3\\\":\\\"o\\\\u0302\\\\u0300\\\",\\\"\\\\u1ed7\\\":\\\"o\\\\u0302\\\\u0303\\\",\\\"\\\\u022f\\\":\\\"o\\\\u0307\\\",\\\"\\\\u0231\\\":\\\"o\\\\u0307\\\\u0304\\\",\\\"\\\\u0151\\\":\\\"o\\\\u030b\\\",\\\"\\\\u1e55\\\":\\\"p\\\\u0301\\\",\\\"\\\\u1e57\\\":\\\"p\\\\u0307\\\",\\\"\\\\u0155\\\":\\\"r\\\\u0301\\\",\\\"\\\\u0159\\\":\\\"r\\\\u030c\\\",\\\"\\\\u1e59\\\":\\\"r\\\\u0307\\\",\\\"\\\\u0157\\\":\\\"r\\\\u0327\\\",\\\"\\\\u015b\\\":\\\"s\\\\u0301\\\",\\\"\\\\u1e65\\\":\\\"s\\\\u0301\\\\u0307\\\",\\\"\\\\u0161\\\":\\\"s\\\\u030c\\\",\\\"\\\\u1e67\\\":\\\"s\\\\u030c\\\\u0307\\\",\\\"\\\\u015d\\\":\\\"s\\\\u0302\\\",\\\"\\\\u1e61\\\":\\\"s\\\\u0307\\\",\\\"\\\\u015f\\\":\\\"s\\\\u0327\\\",\\\"\\\\u1e97\\\":\\\"t\\\\u0308\\\",\\\"\\\\u0165\\\":\\\"t\\\\u030c\\\",\\\"\\\\u1e6b\\\":\\\"t\\\\u0307\\\",\\\"\\\\u0163\\\":\\\"t\\\\u0327\\\",\\\"\\\\xfa\\\":\\\"u\\\\u0301\\\",\\\"\\\\xf9\\\":\\\"u\\\\u0300\\\",\\\"\\\\xfc\\\":\\\"u\\\\u0308\\\",\\\"\\\\u01d8\\\":\\\"u\\\\u0308\\\\u0301\\\",\\\"\\\\u01dc\\\":\\\"u\\\\u0308\\\\u0300\\\",\\\"\\\\u01d6\\\":\\\"u\\\\u0308\\\\u0304\\\",\\\"\\\\u01da\\\":\\\"u\\\\u0308\\\\u030c\\\",\\\"\\\\u0169\\\":\\\"u\\\\u0303\\\",\\\"\\\\u1e79\\\":\\\"u\\\\u0303\\\\u0301\\\",\\\"\\\\u016b\\\":\\\"u\\\\u0304\\\",\\\"\\\\u1e7b\\\":\\\"u\\\\u0304\\\\u0308\\\",\\\"\\\\u016d\\\":\\\"u\\\\u0306\\\",\\\"\\\\u01d4\\\":\\\"u\\\\u030c\\\",\\\"\\\\xfb\\\":\\\"u\\\\u0302\\\",\\\"\\\\u016f\\\":\\\"u\\\\u030a\\\",\\\"\\\\u0171\\\":\\\"u\\\\u030b\\\",\\\"\\\\u1e7d\\\":\\\"v\\\\u0303\\\",\\\"\\\\u1e83\\\":\\\"w\\\\u0301\\\",\\\"\\\\u1e81\\\":\\\"w\\\\u0300\\\",\\\"\\\\u1e85\\\":\\\"w\\\\u0308\\\",\\\"\\\\u0175\\\":\\\"w\\\\u0302\\\",\\\"\\\\u1e87\\\":\\\"w\\\\u0307\\\",\\\"\\\\u1e98\\\":\\\"w\\\\u030a\\\",\\\"\\\\u1e8d\\\":\\\"x\\\\u0308\\\",\\\"\\\\u1e8b\\\":\\\"x\\\\u0307\\\",\\\"\\\\xfd\\\":\\\"y\\\\u0301\\\",\\\"\\\\u1ef3\\\":\\\"y\\\\u0300\\\",\\\"\\\\xff\\\":\\\"y\\\\u0308\\\",\\\"\\\\u1ef9\\\":\\\"y\\\\u0303\\\",\\\"\\\\u0233\\\":\\\"y\\\\u0304\\\",\\\"\\\\u0177\\\":\\\"y\\\\u0302\\\",\\\"\\\\u1e8f\\\":\\\"y\\\\u0307\\\",\\\"\\\\u1e99\\\":\\\"y\\\\u030a\\\",\\\"\\\\u017a\\\":\\\"z\\\\u0301\\\",\\\"\\\\u017e\\\":\\\"z\\\\u030c\\\",\\\"\\\\u1e91\\\":\\\"z\\\\u0302\\\",\\\"\\\\u017c\\\":\\\"z\\\\u0307\\\",\\\"\\\\xc1\\\":\\\"A\\\\u0301\\\",\\\"\\\\xc0\\\":\\\"A\\\\u0300\\\",\\\"\\\\xc4\\\":\\\"A\\\\u0308\\\",\\\"\\\\u01de\\\":\\\"A\\\\u0308\\\\u0304\\\",\\\"\\\\xc3\\\":\\\"A\\\\u0303\\\",\\\"\\\\u0100\\\":\\\"A\\\\u0304\\\",\\\"\\\\u0102\\\":\\\"A\\\\u0306\\\",\\\"\\\\u1eae\\\":\\\"A\\\\u0306\\\\u0301\\\",\\\"\\\\u1eb0\\\":\\\"A\\\\u0306\\\\u0300\\\",\\\"\\\\u1eb4\\\":\\\"A\\\\u0306\\\\u0303\\\",\\\"\\\\u01cd\\\":\\\"A\\\\u030c\\\",\\\"\\\\xc2\\\":\\\"A\\\\u0302\\\",\\\"\\\\u1ea4\\\":\\\"A\\\\u0302\\\\u0301\\\",\\\"\\\\u1ea6\\\":\\\"A\\\\u0302\\\\u0300\\\",\\\"\\\\u1eaa\\\":\\\"A\\\\u0302\\\\u0303\\\",\\\"\\\\u0226\\\":\\\"A\\\\u0307\\\",\\\"\\\\u01e0\\\":\\\"A\\\\u0307\\\\u0304\\\",\\\"\\\\xc5\\\":\\\"A\\\\u030a\\\",\\\"\\\\u01fa\\\":\\\"A\\\\u030a\\\\u0301\\\",\\\"\\\\u1e02\\\":\\\"B\\\\u0307\\\",\\\"\\\\u0106\\\":\\\"C\\\\u0301\\\",\\\"\\\\u1e08\\\":\\\"C\\\\u0327\\\\u0301\\\",\\\"\\\\u010c\\\":\\\"C\\\\u030c\\\",\\\"\\\\u0108\\\":\\\"C\\\\u0302\\\",\\\"\\\\u010a\\\":\\\"C\\\\u0307\\\",\\\"\\\\xc7\\\":\\\"C\\\\u0327\\\",\\\"\\\\u010e\\\":\\\"D\\\\u030c\\\",\\\"\\\\u1e0a\\\":\\\"D\\\\u0307\\\",\\\"\\\\u1e10\\\":\\\"D\\\\u0327\\\",\\\"\\\\xc9\\\":\\\"E\\\\u0301\\\",\\\"\\\\xc8\\\":\\\"E\\\\u0300\\\",\\\"\\\\xcb\\\":\\\"E\\\\u0308\\\",\\\"\\\\u1ebc\\\":\\\"E\\\\u0303\\\",\\\"\\\\u0112\\\":\\\"E\\\\u0304\\\",\\\"\\\\u1e16\\\":\\\"E\\\\u0304\\\\u0301\\\",\\\"\\\\u1e14\\\":\\\"E\\\\u0304\\\\u0300\\\",\\\"\\\\u0114\\\":\\\"E\\\\u0306\\\",\\\"\\\\u1e1c\\\":\\\"E\\\\u0327\\\\u0306\\\",\\\"\\\\u011a\\\":\\\"E\\\\u030c\\\",\\\"\\\\xca\\\":\\\"E\\\\u0302\\\",\\\"\\\\u1ebe\\\":\\\"E\\\\u0302\\\\u0301\\\",\\\"\\\\u1ec0\\\":\\\"E\\\\u0302\\\\u0300\\\",\\\"\\\\u1ec4\\\":\\\"E\\\\u0302\\\\u0303\\\",\\\"\\\\u0116\\\":\\\"E\\\\u0307\\\",\\\"\\\\u0228\\\":\\\"E\\\\u0327\\\",\\\"\\\\u1e1e\\\":\\\"F\\\\u0307\\\",\\\"\\\\u01f4\\\":\\\"G\\\\u0301\\\",\\\"\\\\u1e20\\\":\\\"G\\\\u0304\\\",\\\"\\\\u011e\\\":\\\"G\\\\u0306\\\",\\\"\\\\u01e6\\\":\\\"G\\\\u030c\\\",\\\"\\\\u011c\\\":\\\"G\\\\u0302\\\",\\\"\\\\u0120\\\":\\\"G\\\\u0307\\\",\\\"\\\\u0122\\\":\\\"G\\\\u0327\\\",\\\"\\\\u1e26\\\":\\\"H\\\\u0308\\\",\\\"\\\\u021e\\\":\\\"H\\\\u030c\\\",\\\"\\\\u0124\\\":\\\"H\\\\u0302\\\",\\\"\\\\u1e22\\\":\\\"H\\\\u0307\\\",\\\"\\\\u1e28\\\":\\\"H\\\\u0327\\\",\\\"\\\\xcd\\\":\\\"I\\\\u0301\\\",\\\"\\\\xcc\\\":\\\"I\\\\u0300\\\",\\\"\\\\xcf\\\":\\\"I\\\\u0308\\\",\\\"\\\\u1e2e\\\":\\\"I\\\\u0308\\\\u0301\\\",\\\"\\\\u0128\\\":\\\"I\\\\u0303\\\",\\\"\\\\u012a\\\":\\\"I\\\\u0304\\\",\\\"\\\\u012c\\\":\\\"I\\\\u0306\\\",\\\"\\\\u01cf\\\":\\\"I\\\\u030c\\\",\\\"\\\\xce\\\":\\\"I\\\\u0302\\\",\\\"\\\\u0130\\\":\\\"I\\\\u0307\\\",\\\"\\\\u0134\\\":\\\"J\\\\u0302\\\",\\\"\\\\u1e30\\\":\\\"K\\\\u0301\\\",\\\"\\\\u01e8\\\":\\\"K\\\\u030c\\\",\\\"\\\\u0136\\\":\\\"K\\\\u0327\\\",\\\"\\\\u0139\\\":\\\"L\\\\u0301\\\",\\\"\\\\u013d\\\":\\\"L\\\\u030c\\\",\\\"\\\\u013b\\\":\\\"L\\\\u0327\\\",\\\"\\\\u1e3e\\\":\\\"M\\\\u0301\\\",\\\"\\\\u1e40\\\":\\\"M\\\\u0307\\\",\\\"\\\\u0143\\\":\\\"N\\\\u0301\\\",\\\"\\\\u01f8\\\":\\\"N\\\\u0300\\\",\\\"\\\\xd1\\\":\\\"N\\\\u0303\\\",\\\"\\\\u0147\\\":\\\"N\\\\u030c\\\",\\\"\\\\u1e44\\\":\\\"N\\\\u0307\\\",\\\"\\\\u0145\\\":\\\"N\\\\u0327\\\",\\\"\\\\xd3\\\":\\\"O\\\\u0301\\\",\\\"\\\\xd2\\\":\\\"O\\\\u0300\\\",\\\"\\\\xd6\\\":\\\"O\\\\u0308\\\",\\\"\\\\u022a\\\":\\\"O\\\\u0308\\\\u0304\\\",\\\"\\\\xd5\\\":\\\"O\\\\u0303\\\",\\\"\\\\u1e4c\\\":\\\"O\\\\u0303\\\\u0301\\\",\\\"\\\\u1e4e\\\":\\\"O\\\\u0303\\\\u0308\\\",\\\"\\\\u022c\\\":\\\"O\\\\u0303\\\\u0304\\\",\\\"\\\\u014c\\\":\\\"O\\\\u0304\\\",\\\"\\\\u1e52\\\":\\\"O\\\\u0304\\\\u0301\\\",\\\"\\\\u1e50\\\":\\\"O\\\\u0304\\\\u0300\\\",\\\"\\\\u014e\\\":\\\"O\\\\u0306\\\",\\\"\\\\u01d1\\\":\\\"O\\\\u030c\\\",\\\"\\\\xd4\\\":\\\"O\\\\u0302\\\",\\\"\\\\u1ed0\\\":\\\"O\\\\u0302\\\\u0301\\\",\\\"\\\\u1ed2\\\":\\\"O\\\\u0302\\\\u0300\\\",\\\"\\\\u1ed6\\\":\\\"O\\\\u0302\\\\u0303\\\",\\\"\\\\u022e\\\":\\\"O\\\\u0307\\\",\\\"\\\\u0230\\\":\\\"O\\\\u0307\\\\u0304\\\",\\\"\\\\u0150\\\":\\\"O\\\\u030b\\\",\\\"\\\\u1e54\\\":\\\"P\\\\u0301\\\",\\\"\\\\u1e56\\\":\\\"P\\\\u0307\\\",\\\"\\\\u0154\\\":\\\"R\\\\u0301\\\",\\\"\\\\u0158\\\":\\\"R\\\\u030c\\\",\\\"\\\\u1e58\\\":\\\"R\\\\u0307\\\",\\\"\\\\u0156\\\":\\\"R\\\\u0327\\\",\\\"\\\\u015a\\\":\\\"S\\\\u0301\\\",\\\"\\\\u1e64\\\":\\\"S\\\\u0301\\\\u0307\\\",\\\"\\\\u0160\\\":\\\"S\\\\u030c\\\",\\\"\\\\u1e66\\\":\\\"S\\\\u030c\\\\u0307\\\",\\\"\\\\u015c\\\":\\\"S\\\\u0302\\\",\\\"\\\\u1e60\\\":\\\"S\\\\u0307\\\",\\\"\\\\u015e\\\":\\\"S\\\\u0327\\\",\\\"\\\\u0164\\\":\\\"T\\\\u030c\\\",\\\"\\\\u1e6a\\\":\\\"T\\\\u0307\\\",\\\"\\\\u0162\\\":\\\"T\\\\u0327\\\",\\\"\\\\xda\\\":\\\"U\\\\u0301\\\",\\\"\\\\xd9\\\":\\\"U\\\\u0300\\\",\\\"\\\\xdc\\\":\\\"U\\\\u0308\\\",\\\"\\\\u01d7\\\":\\\"U\\\\u0308\\\\u0301\\\",\\\"\\\\u01db\\\":\\\"U\\\\u0308\\\\u0300\\\",\\\"\\\\u01d5\\\":\\\"U\\\\u0308\\\\u0304\\\",\\\"\\\\u01d9\\\":\\\"U\\\\u0308\\\\u030c\\\",\\\"\\\\u0168\\\":\\\"U\\\\u0303\\\",\\\"\\\\u1e78\\\":\\\"U\\\\u0303\\\\u0301\\\",\\\"\\\\u016a\\\":\\\"U\\\\u0304\\\",\\\"\\\\u1e7a\\\":\\\"U\\\\u0304\\\\u0308\\\",\\\"\\\\u016c\\\":\\\"U\\\\u0306\\\",\\\"\\\\u01d3\\\":\\\"U\\\\u030c\\\",\\\"\\\\xdb\\\":\\\"U\\\\u0302\\\",\\\"\\\\u016e\\\":\\\"U\\\\u030a\\\",\\\"\\\\u0170\\\":\\\"U\\\\u030b\\\",\\\"\\\\u1e7c\\\":\\\"V\\\\u0303\\\",\\\"\\\\u1e82\\\":\\\"W\\\\u0301\\\",\\\"\\\\u1e80\\\":\\\"W\\\\u0300\\\",\\\"\\\\u1e84\\\":\\\"W\\\\u0308\\\",\\\"\\\\u0174\\\":\\\"W\\\\u0302\\\",\\\"\\\\u1e86\\\":\\\"W\\\\u0307\\\",\\\"\\\\u1e8c\\\":\\\"X\\\\u0308\\\",\\\"\\\\u1e8a\\\":\\\"X\\\\u0307\\\",\\\"\\\\xdd\\\":\\\"Y\\\\u0301\\\",\\\"\\\\u1ef2\\\":\\\"Y\\\\u0300\\\",\\\"\\\\u0178\\\":\\\"Y\\\\u0308\\\",\\\"\\\\u1ef8\\\":\\\"Y\\\\u0303\\\",\\\"\\\\u0232\\\":\\\"Y\\\\u0304\\\",\\\"\\\\u0176\\\":\\\"Y\\\\u0302\\\",\\\"\\\\u1e8e\\\":\\\"Y\\\\u0307\\\",\\\"\\\\u0179\\\":\\\"Z\\\\u0301\\\",\\\"\\\\u017d\\\":\\\"Z\\\\u030c\\\",\\\"\\\\u1e90\\\":\\\"Z\\\\u0302\\\",\\\"\\\\u017b\\\":\\\"Z\\\\u0307\\\",\\\"\\\\u03ac\\\":\\\"\\\\u03b1\\\\u0301\\\",\\\"\\\\u1f70\\\":\\\"\\\\u03b1\\\\u0300\\\",\\\"\\\\u1fb1\\\":\\\"\\\\u03b1\\\\u0304\\\",\\\"\\\\u1fb0\\\":\\\"\\\\u03b1\\\\u0306\\\",\\\"\\\\u03ad\\\":\\\"\\\\u03b5\\\\u0301\\\",\\\"\\\\u1f72\\\":\\\"\\\\u03b5\\\\u0300\\\",\\\"\\\\u03ae\\\":\\\"\\\\u03b7\\\\u0301\\\",\\\"\\\\u1f74\\\":\\\"\\\\u03b7\\\\u0300\\\",\\\"\\\\u03af\\\":\\\"\\\\u03b9\\\\u0301\\\",\\\"\\\\u1f76\\\":\\\"\\\\u03b9\\\\u0300\\\",\\\"\\\\u03ca\\\":\\\"\\\\u03b9\\\\u0308\\\",\\\"\\\\u0390\\\":\\\"\\\\u03b9\\\\u0308\\\\u0301\\\",\\\"\\\\u1fd2\\\":\\\"\\\\u03b9\\\\u0308\\\\u0300\\\",\\\"\\\\u1fd1\\\":\\\"\\\\u03b9\\\\u0304\\\",\\\"\\\\u1fd0\\\":\\\"\\\\u03b9\\\\u0306\\\",\\\"\\\\u03cc\\\":\\\"\\\\u03bf\\\\u0301\\\",\\\"\\\\u1f78\\\":\\\"\\\\u03bf\\\\u0300\\\",\\\"\\\\u03cd\\\":\\\"\\\\u03c5\\\\u0301\\\",\\\"\\\\u1f7a\\\":\\\"\\\\u03c5\\\\u0300\\\",\\\"\\\\u03cb\\\":\\\"\\\\u03c5\\\\u0308\\\",\\\"\\\\u03b0\\\":\\\"\\\\u03c5\\\\u0308\\\\u0301\\\",\\\"\\\\u1fe2\\\":\\\"\\\\u03c5\\\\u0308\\\\u0300\\\",\\\"\\\\u1fe1\\\":\\\"\\\\u03c5\\\\u0304\\\",\\\"\\\\u1fe0\\\":\\\"\\\\u03c5\\\\u0306\\\",\\\"\\\\u03ce\\\":\\\"\\\\u03c9\\\\u0301\\\",\\\"\\\\u1f7c\\\":\\\"\\\\u03c9\\\\u0300\\\",\\\"\\\\u038e\\\":\\\"\\\\u03a5\\\\u0301\\\",\\\"\\\\u1fea\\\":\\\"\\\\u03a5\\\\u0300\\\",\\\"\\\\u03ab\\\":\\\"\\\\u03a5\\\\u0308\\\",\\\"\\\\u1fe9\\\":\\\"\\\\u03a5\\\\u0304\\\",\\\"\\\\u1fe8\\\":\\\"\\\\u03a5\\\\u0306\\\",\\\"\\\\u038f\\\":\\\"\\\\u03a9\\\\u0301\\\",\\\"\\\\u1ffa\\\":\\\"\\\\u03a9\\\\u0300\\\"},Wn=function(){function e(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode=\\\"math\\\",this.gullet=new Gn(e,t,this.mode),this.settings=t,this.leftrightDepth=0}var t=e.prototype;return t.expect=function(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new n(\\\"Expected '\\\"+e+\\\"', got '\\\"+this.fetch().text+\\\"'\\\",this.fetch());t&&this.consume()},t.consume=function(){this.nextToken=null},t.fetch=function(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},t.switchMode=function(e){this.mode=e,this.gullet.switchMode(e)},t.parse=function(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set(\\\"\\\\\\\\color\\\",\\\"\\\\\\\\textcolor\\\");try{var e=this.parseExpression(!1);return this.expect(\\\"EOF\\\"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}},t.parseExpression=function(t,r){for(var n=[];;){\\\"math\\\"===this.mode&&this.consumeSpaces();var a=this.fetch();if(-1!==e.endOfExpression.indexOf(a.text))break;if(r&&a.text===r)break;if(t&&Nn[a.text]&&Nn[a.text].infix)break;var i=this.parseAtom(r);if(!i)break;\\\"internal\\\"!==i.type&&n.push(i)}return\\\"text\\\"===this.mode&&this.formLigatures(n),this.handleInfixNodes(n)},t.handleInfixNodes=function(e){for(var t,r=-1,a=0;a\u003Ce.length;a++)if(\\\"infix\\\"===e[a].type){if(-1!==r)throw new n(\\\"only one infix operator per group\\\",e[a].token);r=a,t=e[a].replaceWith}if(-1!==r&&t){var i,o,s=e.slice(0,r),l=e.slice(r+1);return i=1===s.length&&\\\"ordgroup\\\"===s[0].type?s[0]:{type:\\\"ordgroup\\\",mode:this.mode,body:s},o=1===l.length&&\\\"ordgroup\\\"===l[0].type?l[0]:{type:\\\"ordgroup\\\",mode:this.mode,body:l},[\\\"\\\\\\\\\\\\\\\\abovefrac\\\"===t?this.callFunction(t,[i,e[r],o],[]):this.callFunction(t,[i,o],[])]}return e},t.handleSupSubscript=function(e){var t=this.fetch(),r=t.text;this.consume(),this.consumeSpaces();var a=this.parseGroup(e);if(!a)throw new n(\\\"Expected group after '\\\"+r+\\\"'\\\",t);return a},t.formatUnsupportedCmd=function(e){for(var t=[],r=0;r\u003Ce.length;r++)t.push({type:\\\"textord\\\",mode:\\\"text\\\",text:e[r]});var n={type:\\\"text\\\",mode:this.mode,body:t};return{type:\\\"color\\\",mode:this.mode,color:this.settings.errorColor,body:[n]}},t.parseAtom=function(e){var t,r,a=this.parseGroup(\\\"atom\\\",e);if(\\\"text\\\"===this.mode)return a;for(;;){this.consumeSpaces();var i=this.fetch();if(\\\"\\\\\\\\limits\\\"===i.text||\\\"\\\\\\\\nolimits\\\"===i.text){if(a&&\\\"op\\\"===a.type){var o=\\\"\\\\\\\\limits\\\"===i.text;a.limits=o,a.alwaysHandleSupSub=!0}else{if(!a||\\\"operatorname\\\"!==a.type)throw new n(\\\"Limit controls must follow a math operator\\\",i);a.alwaysHandleSupSub&&(a.limits=\\\"\\\\\\\\limits\\\"===i.text)}this.consume()}else if(\\\"^\\\"===i.text){if(t)throw new n(\\\"Double superscript\\\",i);t=this.handleSupSubscript(\\\"superscript\\\")}else if(\\\"_\\\"===i.text){if(r)throw new n(\\\"Double subscript\\\",i);r=this.handleSupSubscript(\\\"subscript\\\")}else{if(\\\"'\\\"!==i.text)break;if(t)throw new n(\\\"Double superscript\\\",i);var s={type:\\\"textord\\\",mode:this.mode,text:\\\"\\\\\\\\prime\\\"},l=[s];for(this.consume();\\\"'\\\"===this.fetch().text;)l.push(s),this.consume();\\\"^\\\"===this.fetch().text&&l.push(this.handleSupSubscript(\\\"superscript\\\")),t={type:\\\"ordgroup\\\",mode:this.mode,body:l}}}return t||r?{type:\\\"supsub\\\",mode:this.mode,base:a,sup:t,sub:r}:a},t.parseFunction=function(e,t){var r=this.fetch(),a=r.text,i=Nn[a];if(!i)return null;if(this.consume(),t&&\\\"atom\\\"!==t&&!i.allowedInArgument)throw new n(\\\"Got function '\\\"+a+\\\"' with no arguments\\\"+(t?\\\" as \\\"+t:\\\"\\\"),r);if(\\\"text\\\"===this.mode&&!i.allowedInText)throw new n(\\\"Can't use function '\\\"+a+\\\"' in text mode\\\",r);if(\\\"math\\\"===this.mode&&!1===i.allowedInMath)throw new n(\\\"Can't use function '\\\"+a+\\\"' in math mode\\\",r);var o=this.parseArguments(a,i),s=o.args,l=o.optArgs;return this.callFunction(a,s,l,r,e)},t.callFunction=function(e,t,r,a,i){var o={funcName:e,parser:this,token:a,breakOnTokenText:i},s=Nn[e];if(s&&s.handler)return s.handler(o,t,r);throw new n(\\\"No function handler for \\\"+e)},t.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var a=[],i=[],o=0;o\u003Cr;o++){var s=t.argTypes&&t.argTypes[o],l=o\u003Ct.numOptionalArgs;(t.primitive&&null==s||\\\"sqrt\\\"===t.type&&1===o&&null==i[0])&&(s=\\\"primitive\\\");var h=this.parseGroupOfType(\\\"argument to '\\\"+e+\\\"'\\\",s,l);if(l)i.push(h);else{if(null==h)throw new n(\\\"Null argument, please report this as a bug\\\");a.push(h)}}return{args:a,optArgs:i}},t.parseGroupOfType=function(e,t,r){switch(t){case\\\"color\\\":return this.parseColorGroup(r);case\\\"size\\\":return this.parseSizeGroup(r);case\\\"url\\\":return this.parseUrlGroup(r);case\\\"math\\\":case\\\"text\\\":return this.parseArgumentGroup(r,t);case\\\"hbox\\\":var a=this.parseArgumentGroup(r,\\\"text\\\");return null!=a?{type:\\\"styling\\\",mode:a.mode,body:[a],style:\\\"text\\\"}:null;case\\\"raw\\\":var i=this.parseStringGroup(\\\"raw\\\",r);return null!=i?{type:\\\"raw\\\",mode:\\\"text\\\",string:i.text}:null;case\\\"primitive\\\":if(r)throw new n(\\\"A primitive argument cannot be optional\\\");var o=this.parseGroup(e);if(null==o)throw new n(\\\"Expected group as \\\"+e,this.fetch());return o;case\\\"original\\\":case null:case void 0:return this.parseArgumentGroup(r);default:throw new n(\\\"Unknown group type as \\\"+e,this.fetch())}},t.consumeSpaces=function(){for(;\\\" \\\"===this.fetch().text;)this.consume()},t.parseStringGroup=function(e,t){var r=this.gullet.scanArgument(t);if(null==r)return null;for(var n,a=\\\"\\\";\\\"EOF\\\"!==(n=this.fetch()).text;)a+=n.text,this.consume();return this.consume(),r.text=a,r},t.parseRegexGroup=function(e,t){for(var r,a=this.fetch(),i=a,o=\\\"\\\";\\\"EOF\\\"!==(r=this.fetch()).text&&e.test(o+r.text);)o+=(i=r).text,this.consume();if(\\\"\\\"===o)throw new n(\\\"Invalid \\\"+t+\\\": '\\\"+a.text+\\\"'\\\",a);return a.range(i,o)},t.parseColorGroup=function(e){var t=this.parseStringGroup(\\\"color\\\",e);if(null==t)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new n(\\\"Invalid color: '\\\"+t.text+\\\"'\\\",t);var a=r[0];return/^[0-9a-f]{6}$/i.test(a)&&(a=\\\"#\\\"+a),{type:\\\"color-token\\\",mode:this.mode,color:a}},t.parseSizeGroup=function(e){var t,r=!1;if(this.gullet.consumeSpaces(),!(t=e||\\\"{\\\"===this.gullet.future().text?this.parseStringGroup(\\\"size\\\",e):this.parseRegexGroup(/^[-+]? *(?:$|\\\\d+|\\\\d+\\\\.\\\\d*|\\\\.\\\\d*) *[a-z]{0,2} *$/,\\\"size\\\")))return null;e||0!==t.text.length||(t.text=\\\"0pt\\\",r=!0);var a=/([-+]?) *(\\\\d+(?:\\\\.\\\\d*)?|\\\\.\\\\d+) *([a-z]{2})/.exec(t.text);if(!a)throw new n(\\\"Invalid size: '\\\"+t.text+\\\"'\\\",t);var i={number:+(a[1]+a[2]),unit:a[3]};if(!He(i))throw new n(\\\"Invalid unit: '\\\"+i.unit+\\\"'\\\",t);return{type:\\\"size\\\",mode:this.mode,value:i,isBlank:r}},t.parseUrlGroup=function(e){this.gullet.lexer.setCatcode(\\\"%\\\",13),this.gullet.lexer.setCatcode(\\\"~\\\",12);var t=this.parseStringGroup(\\\"url\\\",e);if(this.gullet.lexer.setCatcode(\\\"%\\\",14),this.gullet.lexer.setCatcode(\\\"~\\\",13),null==t)return null;var r=t.text.replace(/\\\\\\\\([#$%&~_^{}])/g,\\\"$1\\\");return{type:\\\"url\\\",mode:this.mode,url:r}},t.parseArgumentGroup=function(e,t){var r=this.gullet.scanArgument(e);if(null==r)return null;var n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var a=this.parseExpression(!1,\\\"EOF\\\");this.expect(\\\"EOF\\\"),this.gullet.endGroup();var i={type:\\\"ordgroup\\\",mode:this.mode,loc:r.loc,body:a};return t&&this.switchMode(n),i},t.parseGroup=function(e,t){var r,a=this.fetch(),i=a.text;if(\\\"{\\\"===i||\\\"\\\\\\\\begingroup\\\"===i){this.consume();var o=\\\"{\\\"===i?\\\"}\\\":\\\"\\\\\\\\endgroup\\\";this.gullet.beginGroup();var s=this.parseExpression(!1,o),l=this.fetch();this.expect(o),this.gullet.endGroup(),r={type:\\\"ordgroup\\\",mode:this.mode,loc:qn.range(a,l),body:s,semisimple:\\\"\\\\\\\\begingroup\\\"===i||void 0}}else if(null==(r=this.parseFunction(t,e)||this.parseSymbol())&&\\\"\\\\\\\\\\\"===i[0]&&!Vn.hasOwnProperty(i)){if(this.settings.throwOnError)throw new n(\\\"Undefined control sequence: \\\"+i,a);r=this.formatUnsupportedCmd(i),this.consume()}return r},t.formLigatures=function(e){for(var t=e.length-1,r=0;r\u003Ct;++r){var n=e[r],a=n.text;\\\"-\\\"===a&&\\\"-\\\"===e[r+1].text&&(r+1\u003Ct&&\\\"-\\\"===e[r+2].text?(e.splice(r,3,{type:\\\"textord\\\",mode:\\\"text\\\",loc:qn.range(n,e[r+2]),text:\\\"---\\\"}),t-=2):(e.splice(r,2,{type:\\\"textord\\\",mode:\\\"text\\\",loc:qn.range(n,e[r+1]),text:\\\"--\\\"}),t-=1)),\\\"'\\\"!==a&&\\\"`\\\"!==a||e[r+1].text!==a||(e.splice(r,2,{type:\\\"textord\\\",mode:\\\"text\\\",loc:qn.range(n,e[r+1]),text:a+a}),t-=1)}},t.parseSymbol=function(){var e=this.fetch(),t=e.text;if(/^\\\\\\\\verb[^a-zA-Z]/.test(t)){this.consume();var r=t.slice(5),a=\\\"*\\\"===r.charAt(0);if(a&&(r=r.slice(1)),r.length\u003C2||r.charAt(0)!==r.slice(-1))throw new n(\\\"\\\\\\\\verb assertion failed --\\\\n please report what input caused this bug\\\");return{type:\\\"verb\\\",mode:\\\"text\\\",body:r=r.slice(1,-1),star:a}}Yn.hasOwnProperty(t[0])&&!X[this.mode][t[0]]&&(this.settings.strict&&\\\"math\\\"===this.mode&&this.settings.reportNonstrict(\\\"unicodeTextInMathMode\\\",'Accented Unicode text character \\\"'+t[0]+'\\\" used in math mode',e),t=Yn[t[0]]+t.substr(1));var i,o=In.exec(t);if(o&&(\\\"i\\\"===(t=t.substring(0,o.index))?t=\\\"\\\\u0131\\\":\\\"j\\\"===t&&(t=\\\"\\\\u0237\\\")),X[this.mode][t]){this.settings.strict&&\\\"math\\\"===this.mode&&Me.indexOf(t)>=0&&this.settings.reportNonstrict(\\\"unicodeTextInMathMode\\\",'Latin-1/Unicode text character \\\"'+t[0]+'\\\" used in math mode',e);var s,l=X[this.mode][t].group,h=qn.range(e);if(U.hasOwnProperty(l)){var m=l;s={type:\\\"atom\\\",mode:this.mode,family:m,loc:h,text:t}}else s={type:l,mode:this.mode,loc:h,text:t};i=s}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(w(t.charCodeAt(0))?\\\"math\\\"===this.mode&&this.settings.reportNonstrict(\\\"unicodeTextInMathMode\\\",'Unicode text character \\\"'+t[0]+'\\\" used in math mode',e):this.settings.reportNonstrict(\\\"unknownSymbol\\\",'Unrecognized Unicode character \\\"'+t[0]+'\\\" ('+t.charCodeAt(0)+\\\")\\\",e)),i={type:\\\"textord\\\",mode:\\\"text\\\",loc:qn.range(e),text:t}}if(this.consume(),o)for(var c=0;c\u003Co[0].length;c++){var u=o[0][c];if(!Un[u])throw new n(\\\"Unknown accent ' \\\"+u+\\\"'\\\",e);var p=Un[u][this.mode]||Un[u].text;if(!p)throw new n(\\\"Accent \\\"+u+\\\" unsupported in \\\"+this.mode+\\\" mode\\\",e);i={type:\\\"accent\\\",mode:this.mode,loc:qn.range(e),label:p,isStretchy:!1,isShifty:!0,base:i}}return i},e}();Wn.endOfExpression=[\\\"}\\\",\\\"\\\\\\\\endgroup\\\",\\\"\\\\\\\\end\\\",\\\"\\\\\\\\right\\\",\\\"&\\\"];var Xn=function(e,t){if(!(\\\"string\\\"==typeof e||e instanceof String))throw new TypeError(\\\"KaTeX can only parse string typed expression\\\");var r=new Wn(e,t);delete r.gullet.macros.current[\\\"\\\\\\\\df@tag\\\"];var a=r.parse();if(delete r.gullet.macros.current[\\\"\\\\\\\\current@color\\\"],delete r.gullet.macros.current[\\\"\\\\\\\\color\\\"],r.gullet.macros.get(\\\"\\\\\\\\df@tag\\\")){if(!t.displayMode)throw new n(\\\"\\\\\\\\tag works only in display equations\\\");r.gullet.feed(\\\"\\\\\\\\df@tag\\\"),a=[{type:\\\"tag\\\",mode:\\\"text\\\",body:a,tag:r.parse()}]}return a},_n=function(e,t,r){t.textContent=\\\"\\\";var n=$n(e,r).toNode();t.appendChild(n)};\\\"undefined\\\"!=typeof document&&\\\"CSS1Compat\\\"!==document.compatMode&&(\\\"undefined\\\"!=typeof console&&console.warn(\\\"Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype.\\\"),_n=function(){throw new n(\\\"KaTeX doesn't work in quirks mode.\\\")});var jn=function(e,t,r){if(r.throwOnError||!(e instanceof n))throw e;var a=je.makeSpan([\\\"katex-error\\\"],[new R(t)]);return a.setAttribute(\\\"title\\\",e.toString()),a.setAttribute(\\\"style\\\",\\\"color:\\\"+r.errorColor),a},$n=function(e,t){var r=new h(t);try{var n=Xn(e,r);return Ot(n,e,r)}catch(t){return jn(t,e,r)}},Zn={version:\\\"0.13.18\\\",render:_n,renderToString:function(e,t){return $n(e,t).toMarkup()},ParseError:n,__parse:function(e,t){var r=new h(t);return Xn(e,r)},__renderToDomTree:$n,__renderToHTMLTree:function(e,t){var r=new h(t);try{return function(e,t,r){var n=xt(e,It(r)),a=je.makeSpan([\\\"katex\\\"],[n]);return Rt(a,r)}(Xn(e,r),0,r)}catch(t){return jn(t,e,r)}},__setFontMetrics:function(e,t){D[e]=t},__defineSymbol:_,__defineMacro:dn,__domTree:{Span:N,Anchor:q,SymbolNode:R,SvgNode:O,PathNode:E,LineNode:H}};return t=t.default}()}));\\n})(!$tw.browser ? $tw.fakeDocument : window.document)\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/katex/katex.min.js\",\"module-type\":\"library\"},\"$:/plugins/tiddlywiki/katex/mhchem.min.js\":{\"text\":\"(function(realRequire) {var require = function(m) {if(m===\\\"katex\\\"){m = \\\"$:/plugins/tiddlywiki/katex/katex.min.js\\\"};return realRequire(m);};!function(t,e){if(\\\"object\\\"==typeof exports&&\\\"object\\\"==typeof module)module.exports=e(require(\\\"katex\\\"));else if(\\\"function\\\"==typeof define&&define.amd)define([\\\"katex\\\"],e);else{var n=\\\"object\\\"==typeof exports?e(require(\\\"katex\\\")):e(t.katex);for(var o in n)(\\\"object\\\"==typeof exports?exports:t)[o]=n[o]}}(\\\"undefined\\\"!=typeof self?self:this,function(t){return function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){\\\"undefined\\\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:\\\"Module\\\"}),Object.defineProperty(t,\\\"__esModule\\\",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&\\\"object\\\"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,\\\"default\\\",{enumerable:!0,value:t}),2&e&&\\\"string\\\"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,\\\"a\\\",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p=\\\"\\\",n(n.s=1)}([function(e,n){e.exports=t},function(t,e,n){\\\"use strict\\\";n.r(e);var o=n(0),a=n.n(o);a.a.__defineMacro(\\\"\\\\\\\\ce\\\",function(t){return r(t.consumeArgs(1)[0],\\\"ce\\\")}),a.a.__defineMacro(\\\"\\\\\\\\pu\\\",function(t){return r(t.consumeArgs(1)[0],\\\"pu\\\")}),a.a.__defineMacro(\\\"\\\\\\\\tripledash\\\",\\\"{\\\\\\\\vphantom{-}\\\\\\\\raisebox{2.56mu}{$\\\\\\\\mkern2mu\\\\\\\\tiny\\\\\\\\text{-}\\\\\\\\mkern1mu\\\\\\\\text{-}\\\\\\\\mkern1mu\\\\\\\\text{-}\\\\\\\\mkern2mu$}}\\\");var r=function(t,e){for(var n=\\\"\\\",o=t[t.length-1].loc.start,a=t.length-1;a>=0;a--)t[a].loc.start>o&&(n+=\\\" \\\",o=t[a].loc.start),n+=t[a].text,o+=t[a].text.length;return c.go(i.go(n,e))},i={go:function(t,e){if(!t)return[];void 0===e&&(e=\\\"ce\\\");var n,o=\\\"0\\\",a={};a.parenthesisLevel=0,t=(t=(t=t.replace(/\\\\n/g,\\\" \\\")).replace(/[\\\\u2212\\\\u2013\\\\u2014\\\\u2010]/g,\\\"-\\\")).replace(/[\\\\u2026]/g,\\\"...\\\");for(var r=10,c=[];;){n!==t?(r=10,n=t):r--;var u=i.stateMachines[e],p=u.transitions[o]||u.transitions[\\\"*\\\"];t:for(var s=0;s\u003Cp.length;s++){var _=i.patterns.match_(p[s].pattern,t);if(_){for(var d=p[s].task,m=0;m\u003Cd.action_.length;m++){var l;if(u.actions[d.action_[m].type_])l=u.actions[d.action_[m].type_](a,_.match_,d.action_[m].option);else{if(!i.actions[d.action_[m].type_])throw[\\\"MhchemBugA\\\",\\\"mhchem bug A. Please report. (\\\"+d.action_[m].type_+\\\")\\\"];l=i.actions[d.action_[m].type_](a,_.match_,d.action_[m].option)}i.concatArray(c,l)}if(o=d.nextState||o,!(t.length>0))return c;if(d.revisit||(t=_.remainder),!d.toContinue)break t}}if(r\u003C=0)throw[\\\"MhchemBugU\\\",\\\"mhchem bug U. Please report.\\\"]}},concatArray:function(t,e){if(e)if(Array.isArray(e))for(var n=0;n\u003Ce.length;n++)t.push(e[n]);else t.push(e)},patterns:{patterns:{empty:/^$/,else:/^./,else2:/^./,space:/^\\\\s/,\\\"space A\\\":/^\\\\s(?=[A-Z\\\\\\\\$])/,space$:/^\\\\s$/,\\\"a-z\\\":/^[a-z]/,x:/^x/,x$:/^x$/,i$:/^i$/,letters:/^(?:[a-zA-Z\\\\u03B1-\\\\u03C9\\\\u0391-\\\\u03A9?@]|(?:\\\\\\\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega|Gamma|Delta|Theta|Lambda|Xi|Pi|Sigma|Upsilon|Phi|Psi|Omega)(?:\\\\s+|\\\\{\\\\}|(?![a-zA-Z]))))+/,\\\"\\\\\\\\greek\\\":/^\\\\\\\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega|Gamma|Delta|Theta|Lambda|Xi|Pi|Sigma|Upsilon|Phi|Psi|Omega)(?:\\\\s+|\\\\{\\\\}|(?![a-zA-Z]))/,\\\"one lowercase latin letter $\\\":/^(?:([a-z])(?:$|[^a-zA-Z]))$/,\\\"$one lowercase latin letter$ $\\\":/^\\\\$(?:([a-z])(?:$|[^a-zA-Z]))\\\\$$/,\\\"one lowercase greek letter $\\\":/^(?:\\\\$?[\\\\u03B1-\\\\u03C9]\\\\$?|\\\\$?\\\\\\\\(?:alpha|beta|gamma|delta|epsilon|zeta|eta|theta|iota|kappa|lambda|mu|nu|xi|omicron|pi|rho|sigma|tau|upsilon|phi|chi|psi|omega)\\\\s*\\\\$?)(?:\\\\s+|\\\\{\\\\}|(?![a-zA-Z]))$/,digits:/^[0-9]+/,\\\"-9.,9\\\":/^[+\\\\-]?(?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\\\.[0-9]+))/,\\\"-9.,9 no missing 0\\\":/^[+\\\\-]?[0-9]+(?:[.,][0-9]+)?/,\\\"(-)(9.,9)(e)(99)\\\":function(t){var e=t.match(/^(\\\\+\\\\-|\\\\+\\\\/\\\\-|\\\\+|\\\\-|\\\\\\\\pm\\\\s?)?([0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\\\.[0-9]+))?(\\\\((?:[0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\\\.[0-9]+))\\\\))?(?:([eE]|\\\\s*(\\\\*|x|\\\\\\\\times|\\\\u00D7)\\\\s*10\\\\^)([+\\\\-]?[0-9]+|\\\\{[+\\\\-]?[0-9]+\\\\}))?/);return e&&e[0]?{match_:e.splice(1),remainder:t.substr(e[0].length)}:null},\\\"(-)(9)^(-9)\\\":function(t){var e=t.match(/^(\\\\+\\\\-|\\\\+\\\\/\\\\-|\\\\+|\\\\-|\\\\\\\\pm\\\\s?)?([0-9]+(?:[,.][0-9]+)?|[0-9]*(?:\\\\.[0-9]+)?)\\\\^([+\\\\-]?[0-9]+|\\\\{[+\\\\-]?[0-9]+\\\\})/);return e&&e[0]?{match_:e.splice(1),remainder:t.substr(e[0].length)}:null},\\\"state of aggregation $\\\":function(t){var e=i.patterns.findObserveGroups(t,\\\"\\\",/^\\\\([a-z]{1,3}(?=[\\\\),])/,\\\")\\\",\\\"\\\");if(e&&e.remainder.match(/^($|[\\\\s,;\\\\)\\\\]\\\\}])/))return e;var n=t.match(/^(?:\\\\((?:\\\\\\\\ca\\\\s?)?\\\\$[amothc]\\\\$\\\\))/);return n?{match_:n[0],remainder:t.substr(n[0].length)}:null},\\\"_{(state of aggregation)}$\\\":/^_\\\\{(\\\\([a-z]{1,3}\\\\))\\\\}/,\\\"{[(\\\":/^(?:\\\\\\\\\\\\{|\\\\[|\\\\()/,\\\")]}\\\":/^(?:\\\\)|\\\\]|\\\\\\\\\\\\})/,\\\", \\\":/^[,;]\\\\s*/,\\\",\\\":/^[,;]/,\\\".\\\":/^[.]/,\\\". \\\":/^([.\\\\u22C5\\\\u00B7\\\\u2022])\\\\s*/,\\\"...\\\":/^\\\\.\\\\.\\\\.(?=$|[^.])/,\\\"* \\\":/^([*])\\\\s*/,\\\"^{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"^{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"^($...$)\\\":function(t){return i.patterns.findObserveGroups(t,\\\"^\\\",\\\"$\\\",\\\"$\\\",\\\"\\\")},\\\"^a\\\":/^\\\\^([0-9]+|[^\\\\\\\\_])/,\\\"^\\\\\\\\x{}{}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"^\\\",/^\\\\\\\\[a-zA-Z]+\\\\{/,\\\"}\\\",\\\"\\\",\\\"\\\",\\\"{\\\",\\\"}\\\",\\\"\\\",!0)},\\\"^\\\\\\\\x{}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"^\\\",/^\\\\\\\\[a-zA-Z]+\\\\{/,\\\"}\\\",\\\"\\\")},\\\"^\\\\\\\\x\\\":/^\\\\^(\\\\\\\\[a-zA-Z]+)\\\\s*/,\\\"^(-1)\\\":/^\\\\^(-?\\\\d+)/,\\\"'\\\":/^'/,\\\"_{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"_{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"_($...$)\\\":function(t){return i.patterns.findObserveGroups(t,\\\"_\\\",\\\"$\\\",\\\"$\\\",\\\"\\\")},_9:/^_([+\\\\-]?[0-9]+|[^\\\\\\\\])/,\\\"_\\\\\\\\x{}{}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"_\\\",/^\\\\\\\\[a-zA-Z]+\\\\{/,\\\"}\\\",\\\"\\\",\\\"\\\",\\\"{\\\",\\\"}\\\",\\\"\\\",!0)},\\\"_\\\\\\\\x{}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"_\\\",/^\\\\\\\\[a-zA-Z]+\\\\{/,\\\"}\\\",\\\"\\\")},\\\"_\\\\\\\\x\\\":/^_(\\\\\\\\[a-zA-Z]+)\\\\s*/,\\\"^_\\\":/^(?:\\\\^(?=_)|\\\\_(?=\\\\^)|[\\\\^_]$)/,\\\"{}\\\":/^\\\\{\\\\}/,\\\"{...}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\",\\\"{\\\",\\\"}\\\",\\\"\\\")},\\\"{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"$...$\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\",\\\"$\\\",\\\"$\\\",\\\"\\\")},\\\"${(...)}$\\\":function(t){return i.patterns.findObserveGroups(t,\\\"${\\\",\\\"\\\",\\\"\\\",\\\"}$\\\")},\\\"$(...)$\\\":function(t){return i.patterns.findObserveGroups(t,\\\"$\\\",\\\"\\\",\\\"\\\",\\\"$\\\")},\\\"=\u003C>\\\":/^[=\u003C>]/,\\\"#\\\":/^[#\\\\u2261]/,\\\"+\\\":/^\\\\+/,\\\"-$\\\":/^-(?=[\\\\s_},;\\\\]/]|$|\\\\([a-z]+\\\\))/,\\\"-9\\\":/^-(?=[0-9])/,\\\"- orbital overlap\\\":/^-(?=(?:[spd]|sp)(?:$|[\\\\s,;\\\\)\\\\]\\\\}]))/,\\\"-\\\":/^-/,\\\"pm-operator\\\":/^(?:\\\\\\\\pm|\\\\$\\\\\\\\pm\\\\$|\\\\+-|\\\\+\\\\/-)/,operator:/^(?:\\\\+|(?:[\\\\-=\u003C>]|\u003C\u003C|>>|\\\\\\\\approx|\\\\$\\\\\\\\approx\\\\$)(?=\\\\s|$|-?[0-9]))/,arrowUpDown:/^(?:v|\\\\(v\\\\)|\\\\^|\\\\(\\\\^\\\\))(?=$|[\\\\s,;\\\\)\\\\]\\\\}])/,\\\"\\\\\\\\bond{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\bond{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"->\\\":/^(?:\u003C->|\u003C-->|->|\u003C-|\u003C=>>|\u003C\u003C=>|\u003C=>|[\\\\u2192\\\\u27F6\\\\u21CC])/,CMT:/^[CMT](?=\\\\[)/,\\\"[(...)]\\\":function(t){return i.patterns.findObserveGroups(t,\\\"[\\\",\\\"\\\",\\\"\\\",\\\"]\\\")},\\\"1st-level escape\\\":/^(&|\\\\\\\\\\\\\\\\|\\\\\\\\hline)\\\\s*/,\\\"\\\\\\\\,\\\":/^(?:\\\\\\\\[,\\\\ ;:])/,\\\"\\\\\\\\x{}{}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\",/^\\\\\\\\[a-zA-Z]+\\\\{/,\\\"}\\\",\\\"\\\",\\\"\\\",\\\"{\\\",\\\"}\\\",\\\"\\\",!0)},\\\"\\\\\\\\x{}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\",/^\\\\\\\\[a-zA-Z]+\\\\{/,\\\"}\\\",\\\"\\\")},\\\"\\\\\\\\ca\\\":/^\\\\\\\\ca(?:\\\\s+|(?![a-zA-Z]))/,\\\"\\\\\\\\x\\\":/^(?:\\\\\\\\[a-zA-Z]+\\\\s*|\\\\\\\\[_&{}%])/,orbital:/^(?:[0-9]{1,2}[spdfgh]|[0-9]{0,2}sp)(?=$|[^a-zA-Z])/,others:/^[\\\\/~|]/,\\\"\\\\\\\\frac{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\frac{\\\",\\\"\\\",\\\"\\\",\\\"}\\\",\\\"{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"\\\\\\\\overset{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\overset{\\\",\\\"\\\",\\\"\\\",\\\"}\\\",\\\"{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"\\\\\\\\underset{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\underset{\\\",\\\"\\\",\\\"\\\",\\\"}\\\",\\\"{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"\\\\\\\\underbrace{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\underbrace{\\\",\\\"\\\",\\\"\\\",\\\"}_\\\",\\\"{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"\\\\\\\\color{(...)}0\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\color{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"\\\\\\\\color{(...)}{(...)}1\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\color{\\\",\\\"\\\",\\\"\\\",\\\"}\\\",\\\"{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"\\\\\\\\color(...){(...)}2\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\color\\\",\\\"\\\\\\\\\\\",\\\"\\\",/^(?=\\\\{)/,\\\"{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},\\\"\\\\\\\\ce{(...)}\\\":function(t){return i.patterns.findObserveGroups(t,\\\"\\\\\\\\ce{\\\",\\\"\\\",\\\"\\\",\\\"}\\\")},oxidation$:/^(?:[+-][IVX]+|\\\\\\\\pm\\\\s*0|\\\\$\\\\\\\\pm\\\\$\\\\s*0)$/,\\\"d-oxidation$\\\":/^(?:[+-]?\\\\s?[IVX]+|\\\\\\\\pm\\\\s*0|\\\\$\\\\\\\\pm\\\\$\\\\s*0)$/,\\\"roman numeral\\\":/^[IVX]+/,\\\"1/2$\\\":/^[+\\\\-]?(?:[0-9]+|\\\\$[a-z]\\\\$|[a-z])\\\\/[0-9]+(?:\\\\$[a-z]\\\\$|[a-z])?$/,amount:function(t){var e;if(e=t.match(/^(?:(?:(?:\\\\([+\\\\-]?[0-9]+\\\\/[0-9]+\\\\)|[+\\\\-]?(?:[0-9]+|\\\\$[a-z]\\\\$|[a-z])\\\\/[0-9]+|[+\\\\-]?[0-9]+[.,][0-9]+|[+\\\\-]?\\\\.[0-9]+|[+\\\\-]?[0-9]+)(?:[a-z](?=\\\\s*[A-Z]))?)|[+\\\\-]?[a-z](?=\\\\s*[A-Z])|\\\\+(?!\\\\s))/))return{match_:e[0],remainder:t.substr(e[0].length)};var n=i.patterns.findObserveGroups(t,\\\"\\\",\\\"$\\\",\\\"$\\\",\\\"\\\");return n&&(e=n.match_.match(/^\\\\$(?:\\\\(?[+\\\\-]?(?:[0-9]*[a-z]?[+\\\\-])?[0-9]*[a-z](?:[+\\\\-][0-9]*[a-z]?)?\\\\)?|\\\\+|-)\\\\$$/))?{match_:e[0],remainder:t.substr(e[0].length)}:null},amount2:function(t){return this.amount(t)},\\\"(KV letters),\\\":/^(?:[A-Z][a-z]{0,2}|i)(?=,)/,formula$:function(t){if(t.match(/^\\\\([a-z]+\\\\)$/))return null;var e=t.match(/^(?:[a-z]|(?:[0-9\\\\ \\\\+\\\\-\\\\,\\\\.\\\\(\\\\)]+[a-z])+[0-9\\\\ \\\\+\\\\-\\\\,\\\\.\\\\(\\\\)]*|(?:[a-z][0-9\\\\ \\\\+\\\\-\\\\,\\\\.\\\\(\\\\)]+)+[a-z]?)$/);return e?{match_:e[0],remainder:t.substr(e[0].length)}:null},uprightEntities:/^(?:pH|pOH|pC|pK|iPr|iBu)(?=$|[^a-zA-Z])/,\\\"/\\\":/^\\\\s*(\\\\/)\\\\s*/,\\\"//\\\":/^\\\\s*(\\\\/\\\\/)\\\\s*/,\\\"*\\\":/^\\\\s*[*.]\\\\s*/},findObserveGroups:function(t,e,n,o,a,r,i,c,u,p){var s=function(t,e){if(\\\"string\\\"==typeof e)return 0!==t.indexOf(e)?null:e;var n=t.match(e);return n?n[0]:null},_=s(t,e);if(null===_)return null;if(t=t.substr(_.length),null===(_=s(t,n)))return null;var d=function(t,e,n){for(var o=0;e\u003Ct.length;){var a=t.charAt(e),r=s(t.substr(e),n);if(null!==r&&0===o)return{endMatchBegin:e,endMatchEnd:e+r.length};if(\\\"{\\\"===a)o++;else if(\\\"}\\\"===a){if(0===o)throw[\\\"ExtraCloseMissingOpen\\\",\\\"Extra close brace or missing open brace\\\"];o--}e++}return null}(t,_.length,o||a);if(null===d)return null;var m=t.substring(0,o?d.endMatchEnd:d.endMatchBegin);if(r||i){var l=this.findObserveGroups(t.substr(d.endMatchEnd),r,i,c,u);if(null===l)return null;var f=[m,l.match_];return{match_:p?f.join(\\\"\\\"):f,remainder:l.remainder}}return{match_:m,remainder:t.substr(d.endMatchEnd)}},match_:function(t,e){var n=i.patterns.patterns[t];if(void 0===n)throw[\\\"MhchemBugP\\\",\\\"mhchem bug P. Please report. (\\\"+t+\\\")\\\"];if(\\\"function\\\"==typeof n)return i.patterns.patterns[t](e);var o=e.match(n);return o?{match_:o[2]?[o[1],o[2]]:o[1]?o[1]:o[0],remainder:e.substr(o[0].length)}:null}},actions:{\\\"a=\\\":function(t,e){t.a=(t.a||\\\"\\\")+e},\\\"b=\\\":function(t,e){t.b=(t.b||\\\"\\\")+e},\\\"p=\\\":function(t,e){t.p=(t.p||\\\"\\\")+e},\\\"o=\\\":function(t,e){t.o=(t.o||\\\"\\\")+e},\\\"q=\\\":function(t,e){t.q=(t.q||\\\"\\\")+e},\\\"d=\\\":function(t,e){t.d=(t.d||\\\"\\\")+e},\\\"rm=\\\":function(t,e){t.rm=(t.rm||\\\"\\\")+e},\\\"text=\\\":function(t,e){t.text_=(t.text_||\\\"\\\")+e},insert:function(t,e,n){return{type_:n}},\\\"insert+p1\\\":function(t,e,n){return{type_:n,p1:e}},\\\"insert+p1+p2\\\":function(t,e,n){return{type_:n,p1:e[0],p2:e[1]}},copy:function(t,e){return e},rm:function(t,e){return{type_:\\\"rm\\\",p1:e||\\\"\\\"}},text:function(t,e){return i.go(e,\\\"text\\\")},\\\"{text}\\\":function(t,e){var n=[\\\"{\\\"];return i.concatArray(n,i.go(e,\\\"text\\\")),n.push(\\\"}\\\"),n},\\\"tex-math\\\":function(t,e){return i.go(e,\\\"tex-math\\\")},\\\"tex-math tight\\\":function(t,e){return i.go(e,\\\"tex-math tight\\\")},bond:function(t,e,n){return{type_:\\\"bond\\\",kind_:n||e}},\\\"color0-output\\\":function(t,e){return{type_:\\\"color0\\\",color:e[0]}},ce:function(t,e){return i.go(e)},\\\"1/2\\\":function(t,e){var n=[];e.match(/^[+\\\\-]/)&&(n.push(e.substr(0,1)),e=e.substr(1));var o=e.match(/^([0-9]+|\\\\$[a-z]\\\\$|[a-z])\\\\/([0-9]+)(\\\\$[a-z]\\\\$|[a-z])?$/);return o[1]=o[1].replace(/\\\\$/g,\\\"\\\"),n.push({type_:\\\"frac\\\",p1:o[1],p2:o[2]}),o[3]&&(o[3]=o[3].replace(/\\\\$/g,\\\"\\\"),n.push({type_:\\\"tex-math\\\",p1:o[3]})),n},\\\"9,9\\\":function(t,e){return i.go(e,\\\"9,9\\\")}},createTransitions:function(t){var e,n,o,a,r={};for(e in t)for(n in t[e])for(o=n.split(\\\"|\\\"),t[e][n].stateArray=o,a=0;a\u003Co.length;a++)r[o[a]]=[];for(e in t)for(n in t[e])for(o=t[e][n].stateArray||[],a=0;a\u003Co.length;a++){var i=t[e][n];if(i.action_){i.action_=[].concat(i.action_);for(var c=0;c\u003Ci.action_.length;c++)\\\"string\\\"==typeof i.action_[c]&&(i.action_[c]={type_:i.action_[c]})}else i.action_=[];for(var u=e.split(\\\"|\\\"),p=0;p\u003Cu.length;p++)if(\\\"*\\\"===o[a])for(var s in r)r[s].push({pattern:u[p],task:i});else r[o[a]].push({pattern:u[p],task:i})}return r},stateMachines:{}};i.stateMachines={ce:{transitions:i.createTransitions({empty:{\\\"*\\\":{action_:\\\"output\\\"}},else:{\\\"0|1|2\\\":{action_:\\\"beginsWithBond=false\\\",revisit:!0,toContinue:!0}},oxidation$:{0:{action_:\\\"oxidation-output\\\"}},CMT:{r:{action_:\\\"rdt=\\\",nextState:\\\"rt\\\"},rd:{action_:\\\"rqt=\\\",nextState:\\\"rdt\\\"}},arrowUpDown:{\\\"0|1|2|as\\\":{action_:[\\\"sb=false\\\",\\\"output\\\",\\\"operator\\\"],nextState:\\\"1\\\"}},uprightEntities:{\\\"0|1|2\\\":{action_:[\\\"o=\\\",\\\"output\\\"],nextState:\\\"1\\\"}},orbital:{\\\"0|1|2|3\\\":{action_:\\\"o=\\\",nextState:\\\"o\\\"}},\\\"->\\\":{\\\"0|1|2|3\\\":{action_:\\\"r=\\\",nextState:\\\"r\\\"},\\\"a|as\\\":{action_:[\\\"output\\\",\\\"r=\\\"],nextState:\\\"r\\\"},\\\"*\\\":{action_:[\\\"output\\\",\\\"r=\\\"],nextState:\\\"r\\\"}},\\\"+\\\":{o:{action_:\\\"d= kv\\\",nextState:\\\"d\\\"},\\\"d|D\\\":{action_:\\\"d=\\\",nextState:\\\"d\\\"},q:{action_:\\\"d=\\\",nextState:\\\"qd\\\"},\\\"qd|qD\\\":{action_:\\\"d=\\\",nextState:\\\"qd\\\"},dq:{action_:[\\\"output\\\",\\\"d=\\\"],nextState:\\\"d\\\"},3:{action_:[\\\"sb=false\\\",\\\"output\\\",\\\"operator\\\"],nextState:\\\"0\\\"}},amount:{\\\"0|2\\\":{action_:\\\"a=\\\",nextState:\\\"a\\\"}},\\\"pm-operator\\\":{\\\"0|1|2|a|as\\\":{action_:[\\\"sb=false\\\",\\\"output\\\",{type_:\\\"operator\\\",option:\\\"\\\\\\\\pm\\\"}],nextState:\\\"0\\\"}},operator:{\\\"0|1|2|a|as\\\":{action_:[\\\"sb=false\\\",\\\"output\\\",\\\"operator\\\"],nextState:\\\"0\\\"}},\\\"-$\\\":{\\\"o|q\\\":{action_:[\\\"charge or bond\\\",\\\"output\\\"],nextState:\\\"qd\\\"},d:{action_:\\\"d=\\\",nextState:\\\"d\\\"},D:{action_:[\\\"output\\\",{type_:\\\"bond\\\",option:\\\"-\\\"}],nextState:\\\"3\\\"},q:{action_:\\\"d=\\\",nextState:\\\"qd\\\"},qd:{action_:\\\"d=\\\",nextState:\\\"qd\\\"},\\\"qD|dq\\\":{action_:[\\\"output\\\",{type_:\\\"bond\\\",option:\\\"-\\\"}],nextState:\\\"3\\\"}},\\\"-9\\\":{\\\"3|o\\\":{action_:[\\\"output\\\",{type_:\\\"insert\\\",option:\\\"hyphen\\\"}],nextState:\\\"3\\\"}},\\\"- orbital overlap\\\":{o:{action_:[\\\"output\\\",{type_:\\\"insert\\\",option:\\\"hyphen\\\"}],nextState:\\\"2\\\"},d:{action_:[\\\"output\\\",{type_:\\\"insert\\\",option:\\\"hyphen\\\"}],nextState:\\\"2\\\"}},\\\"-\\\":{\\\"0|1|2\\\":{action_:[{type_:\\\"output\\\",option:1},\\\"beginsWithBond=true\\\",{type_:\\\"bond\\\",option:\\\"-\\\"}],nextState:\\\"3\\\"},3:{action_:{type_:\\\"bond\\\",option:\\\"-\\\"}},a:{action_:[\\\"output\\\",{type_:\\\"insert\\\",option:\\\"hyphen\\\"}],nextState:\\\"2\\\"},as:{action_:[{type_:\\\"output\\\",option:2},{type_:\\\"bond\\\",option:\\\"-\\\"}],nextState:\\\"3\\\"},b:{action_:\\\"b=\\\"},o:{action_:{type_:\\\"- after o/d\\\",option:!1},nextState:\\\"2\\\"},q:{action_:{type_:\\\"- after o/d\\\",option:!1},nextState:\\\"2\\\"},\\\"d|qd|dq\\\":{action_:{type_:\\\"- after o/d\\\",option:!0},nextState:\\\"2\\\"},\\\"D|qD|p\\\":{action_:[\\\"output\\\",{type_:\\\"bond\\\",option:\\\"-\\\"}],nextState:\\\"3\\\"}},amount2:{\\\"1|3\\\":{action_:\\\"a=\\\",nextState:\\\"a\\\"}},letters:{\\\"0|1|2|3|a|as|b|p|bp|o\\\":{action_:\\\"o=\\\",nextState:\\\"o\\\"},\\\"q|dq\\\":{action_:[\\\"output\\\",\\\"o=\\\"],nextState:\\\"o\\\"},\\\"d|D|qd|qD\\\":{action_:\\\"o after d\\\",nextState:\\\"o\\\"}},digits:{o:{action_:\\\"q=\\\",nextState:\\\"q\\\"},\\\"d|D\\\":{action_:\\\"q=\\\",nextState:\\\"dq\\\"},q:{action_:[\\\"output\\\",\\\"o=\\\"],nextState:\\\"o\\\"},a:{action_:\\\"o=\\\",nextState:\\\"o\\\"}},\\\"space A\\\":{\\\"b|p|bp\\\":{}},space:{a:{nextState:\\\"as\\\"},0:{action_:\\\"sb=false\\\"},\\\"1|2\\\":{action_:\\\"sb=true\\\"},\\\"r|rt|rd|rdt|rdq\\\":{action_:\\\"output\\\",nextState:\\\"0\\\"},\\\"*\\\":{action_:[\\\"output\\\",\\\"sb=true\\\"],nextState:\\\"1\\\"}},\\\"1st-level escape\\\":{\\\"1|2\\\":{action_:[\\\"output\\\",{type_:\\\"insert+p1\\\",option:\\\"1st-level escape\\\"}]},\\\"*\\\":{action_:[\\\"output\\\",{type_:\\\"insert+p1\\\",option:\\\"1st-level escape\\\"}],nextState:\\\"0\\\"}},\\\"[(...)]\\\":{\\\"r|rt\\\":{action_:\\\"rd=\\\",nextState:\\\"rd\\\"},\\\"rd|rdt\\\":{action_:\\\"rq=\\\",nextState:\\\"rdq\\\"}},\\\"...\\\":{\\\"o|d|D|dq|qd|qD\\\":{action_:[\\\"output\\\",{type_:\\\"bond\\\",option:\\\"...\\\"}],nextState:\\\"3\\\"},\\\"*\\\":{action_:[{type_:\\\"output\\\",option:1},{type_:\\\"insert\\\",option:\\\"ellipsis\\\"}],nextState:\\\"1\\\"}},\\\". |* \\\":{\\\"*\\\":{action_:[\\\"output\\\",{type_:\\\"insert\\\",option:\\\"addition compound\\\"}],nextState:\\\"1\\\"}},\\\"state of aggregation $\\\":{\\\"*\\\":{action_:[\\\"output\\\",\\\"state of aggregation\\\"],nextState:\\\"1\\\"}},\\\"{[(\\\":{\\\"a|as|o\\\":{action_:[\\\"o=\\\",\\\"output\\\",\\\"parenthesisLevel++\\\"],nextState:\\\"2\\\"},\\\"0|1|2|3\\\":{action_:[\\\"o=\\\",\\\"output\\\",\\\"parenthesisLevel++\\\"],nextState:\\\"2\\\"},\\\"*\\\":{action_:[\\\"output\\\",\\\"o=\\\",\\\"output\\\",\\\"parenthesisLevel++\\\"],nextState:\\\"2\\\"}},\\\")]}\\\":{\\\"0|1|2|3|b|p|bp|o\\\":{action_:[\\\"o=\\\",\\\"parenthesisLevel--\\\"],nextState:\\\"o\\\"},\\\"a|as|d|D|q|qd|qD|dq\\\":{action_:[\\\"output\\\",\\\"o=\\\",\\\"parenthesisLevel--\\\"],nextState:\\\"o\\\"}},\\\", \\\":{\\\"*\\\":{action_:[\\\"output\\\",\\\"comma\\\"],nextState:\\\"0\\\"}},\\\"^_\\\":{\\\"*\\\":{}},\\\"^{(...)}|^($...$)\\\":{\\\"0|1|2|as\\\":{action_:\\\"b=\\\",nextState:\\\"b\\\"},p:{action_:\\\"b=\\\",nextState:\\\"bp\\\"},\\\"3|o\\\":{action_:\\\"d= kv\\\",nextState:\\\"D\\\"},q:{action_:\\\"d=\\\",nextState:\\\"qD\\\"},\\\"d|D|qd|qD|dq\\\":{action_:[\\\"output\\\",\\\"d=\\\"],nextState:\\\"D\\\"}},\\\"^a|^\\\\\\\\x{}{}|^\\\\\\\\x{}|^\\\\\\\\x|'\\\":{\\\"0|1|2|as\\\":{action_:\\\"b=\\\",nextState:\\\"b\\\"},p:{action_:\\\"b=\\\",nextState:\\\"bp\\\"},\\\"3|o\\\":{action_:\\\"d= kv\\\",nextState:\\\"d\\\"},q:{action_:\\\"d=\\\",nextState:\\\"qd\\\"},\\\"d|qd|D|qD\\\":{action_:\\\"d=\\\"},dq:{action_:[\\\"output\\\",\\\"d=\\\"],nextState:\\\"d\\\"}},\\\"_{(state of aggregation)}$\\\":{\\\"d|D|q|qd|qD|dq\\\":{action_:[\\\"output\\\",\\\"q=\\\"],nextState:\\\"q\\\"}},\\\"_{(...)}|_($...$)|_9|_\\\\\\\\x{}{}|_\\\\\\\\x{}|_\\\\\\\\x\\\":{\\\"0|1|2|as\\\":{action_:\\\"p=\\\",nextState:\\\"p\\\"},b:{action_:\\\"p=\\\",nextState:\\\"bp\\\"},\\\"3|o\\\":{action_:\\\"q=\\\",nextState:\\\"q\\\"},\\\"d|D\\\":{action_:\\\"q=\\\",nextState:\\\"dq\\\"},\\\"q|qd|qD|dq\\\":{action_:[\\\"output\\\",\\\"q=\\\"],nextState:\\\"q\\\"}},\\\"=\u003C>\\\":{\\\"0|1|2|3|a|as|o|q|d|D|qd|qD|dq\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"bond\\\"],nextState:\\\"3\\\"}},\\\"#\\\":{\\\"0|1|2|3|a|as|o\\\":{action_:[{type_:\\\"output\\\",option:2},{type_:\\\"bond\\\",option:\\\"#\\\"}],nextState:\\\"3\\\"}},\\\"{}\\\":{\\\"*\\\":{action_:{type_:\\\"output\\\",option:1},nextState:\\\"1\\\"}},\\\"{...}\\\":{\\\"0|1|2|3|a|as|b|p|bp\\\":{action_:\\\"o=\\\",nextState:\\\"o\\\"},\\\"o|d|D|q|qd|qD|dq\\\":{action_:[\\\"output\\\",\\\"o=\\\"],nextState:\\\"o\\\"}},\\\"$...$\\\":{a:{action_:\\\"a=\\\"},\\\"0|1|2|3|as|b|p|bp|o\\\":{action_:\\\"o=\\\",nextState:\\\"o\\\"},\\\"as|o\\\":{action_:\\\"o=\\\"},\\\"q|d|D|qd|qD|dq\\\":{action_:[\\\"output\\\",\\\"o=\\\"],nextState:\\\"o\\\"}},\\\"\\\\\\\\bond{(...)}\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"bond\\\"],nextState:\\\"3\\\"}},\\\"\\\\\\\\frac{(...)}\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:1},\\\"frac-output\\\"],nextState:\\\"3\\\"}},\\\"\\\\\\\\overset{(...)}\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"overset-output\\\"],nextState:\\\"3\\\"}},\\\"\\\\\\\\underset{(...)}\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"underset-output\\\"],nextState:\\\"3\\\"}},\\\"\\\\\\\\underbrace{(...)}\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"underbrace-output\\\"],nextState:\\\"3\\\"}},\\\"\\\\\\\\color{(...)}{(...)}1|\\\\\\\\color(...){(...)}2\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"color-output\\\"],nextState:\\\"3\\\"}},\\\"\\\\\\\\color{(...)}0\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"color0-output\\\"]}},\\\"\\\\\\\\ce{(...)}\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:2},\\\"ce\\\"],nextState:\\\"3\\\"}},\\\"\\\\\\\\,\\\":{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:1},\\\"copy\\\"],nextState:\\\"1\\\"}},\\\"\\\\\\\\x{}{}|\\\\\\\\x{}|\\\\\\\\x\\\":{\\\"0|1|2|3|a|as|b|p|bp|o|c0\\\":{action_:[\\\"o=\\\",\\\"output\\\"],nextState:\\\"3\\\"},\\\"*\\\":{action_:[\\\"output\\\",\\\"o=\\\",\\\"output\\\"],nextState:\\\"3\\\"}},others:{\\\"*\\\":{action_:[{type_:\\\"output\\\",option:1},\\\"copy\\\"],nextState:\\\"3\\\"}},else2:{a:{action_:\\\"a to o\\\",nextState:\\\"o\\\",revisit:!0},as:{action_:[\\\"output\\\",\\\"sb=true\\\"],nextState:\\\"1\\\",revisit:!0},\\\"r|rt|rd|rdt|rdq\\\":{action_:[\\\"output\\\"],nextState:\\\"0\\\",revisit:!0},\\\"*\\\":{action_:[\\\"output\\\",\\\"copy\\\"],nextState:\\\"3\\\"}}}),actions:{\\\"o after d\\\":function(t,e){var n;if((t.d||\\\"\\\").match(/^[0-9]+$/)){var o=t.d;t.d=void 0,n=this.output(t),t.b=o}else n=this.output(t);return i.actions[\\\"o=\\\"](t,e),n},\\\"d= kv\\\":function(t,e){t.d=e,t.dType=\\\"kv\\\"},\\\"charge or bond\\\":function(t,e){if(t.beginsWithBond){var n=[];return i.concatArray(n,this.output(t)),i.concatArray(n,i.actions.bond(t,e,\\\"-\\\")),n}t.d=e},\\\"- after o/d\\\":function(t,e,n){var o=i.patterns.match_(\\\"orbital\\\",t.o||\\\"\\\"),a=i.patterns.match_(\\\"one lowercase greek letter $\\\",t.o||\\\"\\\"),r=i.patterns.match_(\\\"one lowercase latin letter $\\\",t.o||\\\"\\\"),c=i.patterns.match_(\\\"$one lowercase latin letter$ $\\\",t.o||\\\"\\\"),u=\\\"-\\\"===e&&(o&&\\\"\\\"===o.remainder||a||r||c);!u||t.a||t.b||t.p||t.d||t.q||o||!r||(t.o=\\\"$\\\"+t.o+\\\"$\\\");var p=[];return u?(i.concatArray(p,this.output(t)),p.push({type_:\\\"hyphen\\\"})):(o=i.patterns.match_(\\\"digits\\\",t.d||\\\"\\\"),n&&o&&\\\"\\\"===o.remainder?(i.concatArray(p,i.actions[\\\"d=\\\"](t,e)),i.concatArray(p,this.output(t))):(i.concatArray(p,this.output(t)),i.concatArray(p,i.actions.bond(t,e,\\\"-\\\")))),p},\\\"a to o\\\":function(t){t.o=t.a,t.a=void 0},\\\"sb=true\\\":function(t){t.sb=!0},\\\"sb=false\\\":function(t){t.sb=!1},\\\"beginsWithBond=true\\\":function(t){t.beginsWithBond=!0},\\\"beginsWithBond=false\\\":function(t){t.beginsWithBond=!1},\\\"parenthesisLevel++\\\":function(t){t.parenthesisLevel++},\\\"parenthesisLevel--\\\":function(t){t.parenthesisLevel--},\\\"state of aggregation\\\":function(t,e){return{type_:\\\"state of aggregation\\\",p1:i.go(e,\\\"o\\\")}},comma:function(t,e){var n=e.replace(/\\\\s*$/,\\\"\\\");return n!==e&&0===t.parenthesisLevel?{type_:\\\"comma enumeration L\\\",p1:n}:{type_:\\\"comma enumeration M\\\",p1:n}},output:function(t,e,n){var o,a,r;t.r?(a=\\\"M\\\"===t.rdt?i.go(t.rd,\\\"tex-math\\\"):\\\"T\\\"===t.rdt?[{type_:\\\"text\\\",p1:t.rd||\\\"\\\"}]:i.go(t.rd),r=\\\"M\\\"===t.rqt?i.go(t.rq,\\\"tex-math\\\"):\\\"T\\\"===t.rqt?[{type_:\\\"text\\\",p1:t.rq||\\\"\\\"}]:i.go(t.rq),o={type_:\\\"arrow\\\",r:t.r,rd:a,rq:r}):(o=[],(t.a||t.b||t.p||t.o||t.q||t.d||n)&&(t.sb&&o.push({type_:\\\"entitySkip\\\"}),t.o||t.q||t.d||t.b||t.p||2===n?t.o||t.q||t.d||!t.b&&!t.p?t.o&&\\\"kv\\\"===t.dType&&i.patterns.match_(\\\"d-oxidation$\\\",t.d||\\\"\\\")?t.dType=\\\"oxidation\\\":t.o&&\\\"kv\\\"===t.dType&&!t.q&&(t.dType=void 0):(t.o=t.a,t.d=t.b,t.q=t.p,t.a=t.b=t.p=void 0):(t.o=t.a,t.a=void 0),o.push({type_:\\\"chemfive\\\",a:i.go(t.a,\\\"a\\\"),b:i.go(t.b,\\\"bd\\\"),p:i.go(t.p,\\\"pq\\\"),o:i.go(t.o,\\\"o\\\"),q:i.go(t.q,\\\"pq\\\"),d:i.go(t.d,\\\"oxidation\\\"===t.dType?\\\"oxidation\\\":\\\"bd\\\"),dType:t.dType})));for(var c in t)\\\"parenthesisLevel\\\"!==c&&\\\"beginsWithBond\\\"!==c&&delete t[c];return o},\\\"oxidation-output\\\":function(t,e){var n=[\\\"{\\\"];return i.concatArray(n,i.go(e,\\\"oxidation\\\")),n.push(\\\"}\\\"),n},\\\"frac-output\\\":function(t,e){return{type_:\\\"frac-ce\\\",p1:i.go(e[0]),p2:i.go(e[1])}},\\\"overset-output\\\":function(t,e){return{type_:\\\"overset\\\",p1:i.go(e[0]),p2:i.go(e[1])}},\\\"underset-output\\\":function(t,e){return{type_:\\\"underset\\\",p1:i.go(e[0]),p2:i.go(e[1])}},\\\"underbrace-output\\\":function(t,e){return{type_:\\\"underbrace\\\",p1:i.go(e[0]),p2:i.go(e[1])}},\\\"color-output\\\":function(t,e){return{type_:\\\"color\\\",color1:e[0],color2:i.go(e[1])}},\\\"r=\\\":function(t,e){t.r=e},\\\"rdt=\\\":function(t,e){t.rdt=e},\\\"rd=\\\":function(t,e){t.rd=e},\\\"rqt=\\\":function(t,e){t.rqt=e},\\\"rq=\\\":function(t,e){t.rq=e},operator:function(t,e,n){return{type_:\\\"operator\\\",kind_:n||e}}}},a:{transitions:i.createTransitions({empty:{\\\"*\\\":{}},\\\"1/2$\\\":{0:{action_:\\\"1/2\\\"}},else:{0:{nextState:\\\"1\\\",revisit:!0}},\\\"$(...)$\\\":{\\\"*\\\":{action_:\\\"tex-math tight\\\",nextState:\\\"1\\\"}},\\\",\\\":{\\\"*\\\":{action_:{type_:\\\"insert\\\",option:\\\"commaDecimal\\\"}}},else2:{\\\"*\\\":{action_:\\\"copy\\\"}}}),actions:{}},o:{transitions:i.createTransitions({empty:{\\\"*\\\":{}},\\\"1/2$\\\":{0:{action_:\\\"1/2\\\"}},else:{0:{nextState:\\\"1\\\",revisit:!0}},letters:{\\\"*\\\":{action_:\\\"rm\\\"}},\\\"\\\\\\\\ca\\\":{\\\"*\\\":{action_:{type_:\\\"insert\\\",option:\\\"circa\\\"}}},\\\"\\\\\\\\x{}{}|\\\\\\\\x{}|\\\\\\\\x\\\":{\\\"*\\\":{action_:\\\"copy\\\"}},\\\"${(...)}$|$(...)$\\\":{\\\"*\\\":{action_:\\\"tex-math\\\"}},\\\"{(...)}\\\":{\\\"*\\\":{action_:\\\"{text}\\\"}},else2:{\\\"*\\\":{action_:\\\"copy\\\"}}}),actions:{}},text:{transitions:i.createTransitions({empty:{\\\"*\\\":{action_:\\\"output\\\"}},\\\"{...}\\\":{\\\"*\\\":{action_:\\\"text=\\\"}},\\\"${(...)}$|$(...)$\\\":{\\\"*\\\":{action_:\\\"tex-math\\\"}},\\\"\\\\\\\\greek\\\":{\\\"*\\\":{action_:[\\\"output\\\",\\\"rm\\\"]}},\\\"\\\\\\\\,|\\\\\\\\x{}{}|\\\\\\\\x{}|\\\\\\\\x\\\":{\\\"*\\\":{action_:[\\\"output\\\",\\\"copy\\\"]}},else:{\\\"*\\\":{action_:\\\"text=\\\"}}}),actions:{output:function(t){if(t.text_){var e={type_:\\\"text\\\",p1:t.text_};for(var n in t)delete t[n];return e}}}},pq:{transitions:i.createTransitions({empty:{\\\"*\\\":{}},\\\"state of aggregation $\\\":{\\\"*\\\":{action_:\\\"state of aggregation\\\"}},i$:{0:{nextState:\\\"!f\\\",revisit:!0}},\\\"(KV letters),\\\":{0:{action_:\\\"rm\\\",nextState:\\\"0\\\"}},formula$:{0:{nextState:\\\"f\\\",revisit:!0}},\\\"1/2$\\\":{0:{action_:\\\"1/2\\\"}},else:{0:{nextState:\\\"!f\\\",revisit:!0}},\\\"${(...)}$|$(...)$\\\":{\\\"*\\\":{action_:\\\"tex-math\\\"}},\\\"{(...)}\\\":{\\\"*\\\":{action_:\\\"text\\\"}},\\\"a-z\\\":{f:{action_:\\\"tex-math\\\"}},letters:{\\\"*\\\":{action_:\\\"rm\\\"}},\\\"-9.,9\\\":{\\\"*\\\":{action_:\\\"9,9\\\"}},\\\",\\\":{\\\"*\\\":{action_:{type_:\\\"insert+p1\\\",option:\\\"comma enumeration S\\\"}}},\\\"\\\\\\\\color{(...)}{(...)}1|\\\\\\\\color(...){(...)}2\\\":{\\\"*\\\":{action_:\\\"color-output\\\"}},\\\"\\\\\\\\color{(...)}0\\\":{\\\"*\\\":{action_:\\\"color0-output\\\"}},\\\"\\\\\\\\ce{(...)}\\\":{\\\"*\\\":{action_:\\\"ce\\\"}},\\\"\\\\\\\\,|\\\\\\\\x{}{}|\\\\\\\\x{}|\\\\\\\\x\\\":{\\\"*\\\":{action_:\\\"copy\\\"}},else2:{\\\"*\\\":{action_:\\\"copy\\\"}}}),actions:{\\\"state of aggregation\\\":function(t,e){return{type_:\\\"state of aggregation subscript\\\",p1:i.go(e,\\\"o\\\")}},\\\"color-output\\\":function(t,e){return{type_:\\\"color\\\",color1:e[0],color2:i.go(e[1],\\\"pq\\\")}}}},bd:{transitions:i.createTransitions({empty:{\\\"*\\\":{}},x$:{0:{nextState:\\\"!f\\\",revisit:!0}},formula$:{0:{nextState:\\\"f\\\",revisit:!0}},else:{0:{nextState:\\\"!f\\\",revisit:!0}},\\\"-9.,9 no missing 0\\\":{\\\"*\\\":{action_:\\\"9,9\\\"}},\\\".\\\":{\\\"*\\\":{action_:{type_:\\\"insert\\\",option:\\\"electron dot\\\"}}},\\\"a-z\\\":{f:{action_:\\\"tex-math\\\"}},x:{\\\"*\\\":{action_:{type_:\\\"insert\\\",option:\\\"KV x\\\"}}},letters:{\\\"*\\\":{action_:\\\"rm\\\"}},\\\"'\\\":{\\\"*\\\":{action_:{type_:\\\"insert\\\",option:\\\"prime\\\"}}},\\\"${(...)}$|$(...)$\\\":{\\\"*\\\":{action_:\\\"tex-math\\\"}},\\\"{(...)}\\\":{\\\"*\\\":{action_:\\\"text\\\"}},\\\"\\\\\\\\color{(...)}{(...)}1|\\\\\\\\color(...){(...)}2\\\":{\\\"*\\\":{action_:\\\"color-output\\\"}},\\\"\\\\\\\\color{(...)}0\\\":{\\\"*\\\":{action_:\\\"color0-output\\\"}},\\\"\\\\\\\\ce{(...)}\\\":{\\\"*\\\":{action_:\\\"ce\\\"}},\\\"\\\\\\\\,|\\\\\\\\x{}{}|\\\\\\\\x{}|\\\\\\\\x\\\":{\\\"*\\\":{action_:\\\"copy\\\"}},else2:{\\\"*\\\":{action_:\\\"copy\\\"}}}),actions:{\\\"color-output\\\":function(t,e){return{type_:\\\"color\\\",color1:e[0],color2:i.go(e[1],\\\"bd\\\")}}}},oxidation:{transitions:i.createTransitions({empty:{\\\"*\\\":{}},\\\"roman numeral\\\":{\\\"*\\\":{action_:\\\"roman-numeral\\\"}},\\\"${(...)}$|$(...)$\\\":{\\\"*\\\":{action_:\\\"tex-math\\\"}},else:{\\\"*\\\":{action_:\\\"copy\\\"}}}),actions:{\\\"roman-numeral\\\":function(t,e){return{type_:\\\"roman numeral\\\",p1:e||\\\"\\\"}}}},\\\"tex-math\\\":{transitions:i.createTransitions({empty:{\\\"*\\\":{action_:\\\"output\\\"}},\\\"\\\\\\\\ce{(...)}\\\":{\\\"*\\\":{action_:[\\\"output\\\",\\\"ce\\\"]}},\\\"{...}|\\\\\\\\,|\\\\\\\\x{}{}|\\\\\\\\x{}|\\\\\\\\x\\\":{\\\"*\\\":{action_:\\\"o=\\\"}},else:{\\\"*\\\":{action_:\\\"o=\\\"}}}),actions:{output:function(t){if(t.o){var e={type_:\\\"tex-math\\\",p1:t.o};for(var n in t)delete t[n];return e}}}},\\\"tex-math tight\\\":{transitions:i.createTransitions({empty:{\\\"*\\\":{action_:\\\"output\\\"}},\\\"\\\\\\\\ce{(...)}\\\":{\\\"*\\\":{action_:[\\\"output\\\",\\\"ce\\\"]}},\\\"{...}|\\\\\\\\,|\\\\\\\\x{}{}|\\\\\\\\x{}|\\\\\\\\x\\\":{\\\"*\\\":{action_:\\\"o=\\\"}},\\\"-|+\\\":{\\\"*\\\":{action_:\\\"tight operator\\\"}},else:{\\\"*\\\":{action_:\\\"o=\\\"}}}),actions:{\\\"tight operator\\\":function(t,e){t.o=(t.o||\\\"\\\")+\\\"{\\\"+e+\\\"}\\\"},output:function(t){if(t.o){var e={type_:\\\"tex-math\\\",p1:t.o};for(var n in t)delete t[n];return e}}}},\\\"9,9\\\":{transitions:i.createTransitions({empty:{\\\"*\\\":{}},\\\",\\\":{\\\"*\\\":{action_:\\\"comma\\\"}},else:{\\\"*\\\":{action_:\\\"copy\\\"}}}),actions:{comma:function(){return{type_:\\\"commaDecimal\\\"}}}},pu:{transitions:i.createTransitions({empty:{\\\"*\\\":{action_:\\\"output\\\"}},space$:{\\\"*\\\":{action_:[\\\"output\\\",\\\"space\\\"]}},\\\"{[(|)]}\\\":{\\\"0|a\\\":{action_:\\\"copy\\\"}},\\\"(-)(9)^(-9)\\\":{0:{action_:\\\"number^\\\",nextState:\\\"a\\\"}},\\\"(-)(9.,9)(e)(99)\\\":{0:{action_:\\\"enumber\\\",nextState:\\\"a\\\"}},space:{\\\"0|a\\\":{}},\\\"pm-operator\\\":{\\\"0|a\\\":{action_:{type_:\\\"operator\\\",option:\\\"\\\\\\\\pm\\\"},nextState:\\\"0\\\"}},operator:{\\\"0|a\\\":{action_:\\\"copy\\\",nextState:\\\"0\\\"}},\\\"//\\\":{d:{action_:\\\"o=\\\",nextState:\\\"/\\\"}},\\\"/\\\":{d:{action_:\\\"o=\\\",nextState:\\\"/\\\"}},\\\"{...}|else\\\":{\\\"0|d\\\":{action_:\\\"d=\\\",nextState:\\\"d\\\"},a:{action_:[\\\"space\\\",\\\"d=\\\"],nextState:\\\"d\\\"},\\\"/|q\\\":{action_:\\\"q=\\\",nextState:\\\"q\\\"}}}),actions:{enumber:function(t,e){var n=[];return\\\"+-\\\"===e[0]||\\\"+/-\\\"===e[0]?n.push(\\\"\\\\\\\\pm \\\"):e[0]&&n.push(e[0]),e[1]&&(i.concatArray(n,i.go(e[1],\\\"pu-9,9\\\")),e[2]&&(e[2].match(/[,.]/)?i.concatArray(n,i.go(e[2],\\\"pu-9,9\\\")):n.push(e[2])),e[3]=e[4]||e[3],e[3]&&(e[3]=e[3].trim(),\\\"e\\\"===e[3]||\\\"*\\\"===e[3].substr(0,1)?n.push({type_:\\\"cdot\\\"}):n.push({type_:\\\"times\\\"}))),e[3]&&n.push(\\\"10^{\\\"+e[5]+\\\"}\\\"),n},\\\"number^\\\":function(t,e){var n=[];return\\\"+-\\\"===e[0]||\\\"+/-\\\"===e[0]?n.push(\\\"\\\\\\\\pm \\\"):e[0]&&n.push(e[0]),i.concatArray(n,i.go(e[1],\\\"pu-9,9\\\")),n.push(\\\"^{\\\"+e[2]+\\\"}\\\"),n},operator:function(t,e,n){return{type_:\\\"operator\\\",kind_:n||e}},space:function(){return{type_:\\\"pu-space-1\\\"}},output:function(t){var e,n=i.patterns.match_(\\\"{(...)}\\\",t.d||\\\"\\\");n&&\\\"\\\"===n.remainder&&(t.d=n.match_);var o=i.patterns.match_(\\\"{(...)}\\\",t.q||\\\"\\\");if(o&&\\\"\\\"===o.remainder&&(t.q=o.match_),t.d&&(t.d=t.d.replace(/\\\\u00B0C|\\\\^oC|\\\\^{o}C/g,\\\"{}^{\\\\\\\\circ}C\\\"),t.d=t.d.replace(/\\\\u00B0F|\\\\^oF|\\\\^{o}F/g,\\\"{}^{\\\\\\\\circ}F\\\")),t.q){t.q=t.q.replace(/\\\\u00B0C|\\\\^oC|\\\\^{o}C/g,\\\"{}^{\\\\\\\\circ}C\\\"),t.q=t.q.replace(/\\\\u00B0F|\\\\^oF|\\\\^{o}F/g,\\\"{}^{\\\\\\\\circ}F\\\");var a={d:i.go(t.d,\\\"pu\\\"),q:i.go(t.q,\\\"pu\\\")};\\\"//\\\"===t.o?e={type_:\\\"pu-frac\\\",p1:a.d,p2:a.q}:(e=a.d,a.d.length>1||a.q.length>1?e.push({type_:\\\" / \\\"}):e.push({type_:\\\"/\\\"}),i.concatArray(e,a.q))}else e=i.go(t.d,\\\"pu-2\\\");for(var r in t)delete t[r];return e}}},\\\"pu-2\\\":{transitions:i.createTransitions({empty:{\\\"*\\\":{action_:\\\"output\\\"}},\\\"*\\\":{\\\"*\\\":{action_:[\\\"output\\\",\\\"cdot\\\"],nextState:\\\"0\\\"}},\\\"\\\\\\\\x\\\":{\\\"*\\\":{action_:\\\"rm=\\\"}},space:{\\\"*\\\":{action_:[\\\"output\\\",\\\"space\\\"],nextState:\\\"0\\\"}},\\\"^{(...)}|^(-1)\\\":{1:{action_:\\\"^(-1)\\\"}},\\\"-9.,9\\\":{0:{action_:\\\"rm=\\\",nextState:\\\"0\\\"},1:{action_:\\\"^(-1)\\\",nextState:\\\"0\\\"}},\\\"{...}|else\\\":{\\\"*\\\":{action_:\\\"rm=\\\",nextState:\\\"1\\\"}}}),actions:{cdot:function(){return{type_:\\\"tight cdot\\\"}},\\\"^(-1)\\\":function(t,e){t.rm+=\\\"^{\\\"+e+\\\"}\\\"},space:function(){return{type_:\\\"pu-space-2\\\"}},output:function(t){var e=[];if(t.rm){var n=i.patterns.match_(\\\"{(...)}\\\",t.rm||\\\"\\\");e=n&&\\\"\\\"===n.remainder?i.go(n.match_,\\\"pu\\\"):{type_:\\\"rm\\\",p1:t.rm}}for(var o in t)delete t[o];return e}}},\\\"pu-9,9\\\":{transitions:i.createTransitions({empty:{0:{action_:\\\"output-0\\\"},o:{action_:\\\"output-o\\\"}},\\\",\\\":{0:{action_:[\\\"output-0\\\",\\\"comma\\\"],nextState:\\\"o\\\"}},\\\".\\\":{0:{action_:[\\\"output-0\\\",\\\"copy\\\"],nextState:\\\"o\\\"}},else:{\\\"*\\\":{action_:\\\"text=\\\"}}}),actions:{comma:function(){return{type_:\\\"commaDecimal\\\"}},\\\"output-0\\\":function(t){var e=[];if(t.text_=t.text_||\\\"\\\",t.text_.length>4){var n=t.text_.length%3;0===n&&(n=3);for(var o=t.text_.length-3;o>0;o-=3)e.push(t.text_.substr(o,3)),e.push({type_:\\\"1000 separator\\\"});e.push(t.text_.substr(0,n)),e.reverse()}else e.push(t.text_);for(var a in t)delete t[a];return e},\\\"output-o\\\":function(t){var e=[];if(t.text_=t.text_||\\\"\\\",t.text_.length>4){for(var n=t.text_.length-3,o=0;o\u003Cn;o+=3)e.push(t.text_.substr(o,3)),e.push({type_:\\\"1000 separator\\\"});e.push(t.text_.substr(o))}else e.push(t.text_);for(var a in t)delete t[a];return e}}}};var c={go:function(t,e){if(!t)return\\\"\\\";for(var n=\\\"\\\",o=!1,a=0;a\u003Ct.length;a++){var r=t[a];\\\"string\\\"==typeof r?n+=r:(n+=c._go2(r),\\\"1st-level escape\\\"===r.type_&&(o=!0))}return e||o||!n||(n=\\\"{\\\"+n+\\\"}\\\"),n},_goInner:function(t){return t?c.go(t,!0):t},_go2:function(t){var e;switch(t.type_){case\\\"chemfive\\\":e=\\\"\\\";var n={a:c._goInner(t.a),b:c._goInner(t.b),p:c._goInner(t.p),o:c._goInner(t.o),q:c._goInner(t.q),d:c._goInner(t.d)};n.a&&(n.a.match(/^[+\\\\-]/)&&(n.a=\\\"{\\\"+n.a+\\\"}\\\"),e+=n.a+\\\"\\\\\\\\,\\\"),(n.b||n.p)&&(e+=\\\"{\\\\\\\\vphantom{X}}\\\",e+=\\\"^{\\\\\\\\hphantom{\\\"+(n.b||\\\"\\\")+\\\"}}_{\\\\\\\\hphantom{\\\"+(n.p||\\\"\\\")+\\\"}}\\\",e+=\\\"{\\\\\\\\vphantom{X}}\\\",e+=\\\"^{\\\\\\\\smash[t]{\\\\\\\\vphantom{2}}\\\\\\\\mathllap{\\\"+(n.b||\\\"\\\")+\\\"}}\\\",e+=\\\"_{\\\\\\\\vphantom{2}\\\\\\\\mathllap{\\\\\\\\smash[t]{\\\"+(n.p||\\\"\\\")+\\\"}}}\\\"),n.o&&(n.o.match(/^[+\\\\-]/)&&(n.o=\\\"{\\\"+n.o+\\\"}\\\"),e+=n.o),\\\"kv\\\"===t.dType?((n.d||n.q)&&(e+=\\\"{\\\\\\\\vphantom{X}}\\\"),n.d&&(e+=\\\"^{\\\"+n.d+\\\"}\\\"),n.q&&(e+=\\\"_{\\\\\\\\smash[t]{\\\"+n.q+\\\"}}\\\")):\\\"oxidation\\\"===t.dType?(n.d&&(e+=\\\"{\\\\\\\\vphantom{X}}\\\",e+=\\\"^{\\\"+n.d+\\\"}\\\"),n.q&&(e+=\\\"{\\\\\\\\vphantom{X}}\\\",e+=\\\"_{\\\\\\\\smash[t]{\\\"+n.q+\\\"}}\\\")):(n.q&&(e+=\\\"{\\\\\\\\vphantom{X}}\\\",e+=\\\"_{\\\\\\\\smash[t]{\\\"+n.q+\\\"}}\\\"),n.d&&(e+=\\\"{\\\\\\\\vphantom{X}}\\\",e+=\\\"^{\\\"+n.d+\\\"}\\\"));break;case\\\"rm\\\":e=\\\"\\\\\\\\mathrm{\\\"+t.p1+\\\"}\\\";break;case\\\"text\\\":t.p1.match(/[\\\\^_]/)?(t.p1=t.p1.replace(\\\" \\\",\\\"~\\\").replace(\\\"-\\\",\\\"\\\\\\\\text{-}\\\"),e=\\\"\\\\\\\\mathrm{\\\"+t.p1+\\\"}\\\"):e=\\\"\\\\\\\\text{\\\"+t.p1+\\\"}\\\";break;case\\\"roman numeral\\\":e=\\\"\\\\\\\\mathrm{\\\"+t.p1+\\\"}\\\";break;case\\\"state of aggregation\\\":e=\\\"\\\\\\\\mskip2mu \\\"+c._goInner(t.p1);break;case\\\"state of aggregation subscript\\\":e=\\\"\\\\\\\\mskip1mu \\\"+c._goInner(t.p1);break;case\\\"bond\\\":if(!(e=c._getBond(t.kind_)))throw[\\\"MhchemErrorBond\\\",\\\"mhchem Error. Unknown bond type (\\\"+t.kind_+\\\")\\\"];break;case\\\"frac\\\":var o=\\\"\\\\\\\\frac{\\\"+t.p1+\\\"}{\\\"+t.p2+\\\"}\\\";e=\\\"\\\\\\\\mathchoice{\\\\\\\\textstyle\\\"+o+\\\"}{\\\"+o+\\\"}{\\\"+o+\\\"}{\\\"+o+\\\"}\\\";break;case\\\"pu-frac\\\":var a=\\\"\\\\\\\\frac{\\\"+c._goInner(t.p1)+\\\"}{\\\"+c._goInner(t.p2)+\\\"}\\\";e=\\\"\\\\\\\\mathchoice{\\\\\\\\textstyle\\\"+a+\\\"}{\\\"+a+\\\"}{\\\"+a+\\\"}{\\\"+a+\\\"}\\\";break;case\\\"tex-math\\\":e=t.p1+\\\" \\\";break;case\\\"frac-ce\\\":e=\\\"\\\\\\\\frac{\\\"+c._goInner(t.p1)+\\\"}{\\\"+c._goInner(t.p2)+\\\"}\\\";break;case\\\"overset\\\":e=\\\"\\\\\\\\overset{\\\"+c._goInner(t.p1)+\\\"}{\\\"+c._goInner(t.p2)+\\\"}\\\";break;case\\\"underset\\\":e=\\\"\\\\\\\\underset{\\\"+c._goInner(t.p1)+\\\"}{\\\"+c._goInner(t.p2)+\\\"}\\\";break;case\\\"underbrace\\\":e=\\\"\\\\\\\\underbrace{\\\"+c._goInner(t.p1)+\\\"}_{\\\"+c._goInner(t.p2)+\\\"}\\\";break;case\\\"color\\\":e=\\\"{\\\\\\\\color{\\\"+t.color1+\\\"}{\\\"+c._goInner(t.color2)+\\\"}}\\\";break;case\\\"color0\\\":e=\\\"\\\\\\\\color{\\\"+t.color+\\\"}\\\";break;case\\\"arrow\\\":var r={rd:c._goInner(t.rd),rq:c._goInner(t.rq)},i=\\\"\\\\\\\\x\\\"+c._getArrow(t.r);r.rq&&(i+=\\\"[{\\\"+r.rq+\\\"}]\\\"),e=i+=r.rd?\\\"{\\\"+r.rd+\\\"}\\\":\\\"{}\\\";break;case\\\"operator\\\":e=c._getOperator(t.kind_);break;case\\\"1st-level escape\\\":e=t.p1+\\\" \\\";break;case\\\"space\\\":e=\\\" \\\";break;case\\\"entitySkip\\\":case\\\"pu-space-1\\\":e=\\\"~\\\";break;case\\\"pu-space-2\\\":e=\\\"\\\\\\\\mkern3mu \\\";break;case\\\"1000 separator\\\":e=\\\"\\\\\\\\mkern2mu \\\";break;case\\\"commaDecimal\\\":e=\\\"{,}\\\";break;case\\\"comma enumeration L\\\":e=\\\"{\\\"+t.p1+\\\"}\\\\\\\\mkern6mu \\\";break;case\\\"comma enumeration M\\\":e=\\\"{\\\"+t.p1+\\\"}\\\\\\\\mkern3mu \\\";break;case\\\"comma enumeration S\\\":e=\\\"{\\\"+t.p1+\\\"}\\\\\\\\mkern1mu \\\";break;case\\\"hyphen\\\":e=\\\"\\\\\\\\text{-}\\\";break;case\\\"addition compound\\\":e=\\\"\\\\\\\\,{\\\\\\\\cdot}\\\\\\\\,\\\";break;case\\\"electron dot\\\":e=\\\"\\\\\\\\mkern1mu \\\\\\\\bullet\\\\\\\\mkern1mu \\\";break;case\\\"KV x\\\":e=\\\"{\\\\\\\\times}\\\";break;case\\\"prime\\\":e=\\\"\\\\\\\\prime \\\";break;case\\\"cdot\\\":e=\\\"\\\\\\\\cdot \\\";break;case\\\"tight cdot\\\":e=\\\"\\\\\\\\mkern1mu{\\\\\\\\cdot}\\\\\\\\mkern1mu \\\";break;case\\\"times\\\":e=\\\"\\\\\\\\times \\\";break;case\\\"circa\\\":e=\\\"{\\\\\\\\sim}\\\";break;case\\\"^\\\":e=\\\"uparrow\\\";break;case\\\"v\\\":e=\\\"downarrow\\\";break;case\\\"ellipsis\\\":e=\\\"\\\\\\\\ldots \\\";break;case\\\"/\\\":e=\\\"/\\\";break;case\\\" / \\\":e=\\\"\\\\\\\\,/\\\\\\\\,\\\";break;default:throw[\\\"MhchemBugT\\\",\\\"mhchem bug T. Please report.\\\"]}return e},_getArrow:function(t){switch(t){case\\\"->\\\":case\\\"\\\\u2192\\\":case\\\"\\\\u27f6\\\":return\\\"rightarrow\\\";case\\\"\u003C-\\\":return\\\"leftarrow\\\";case\\\"\u003C->\\\":return\\\"leftrightarrow\\\";case\\\"\u003C--\\\\x3e\\\":return\\\"rightleftarrows\\\";case\\\"\u003C=>\\\":case\\\"\\\\u21cc\\\":return\\\"rightleftharpoons\\\";case\\\"\u003C=>>\\\":return\\\"rightequilibrium\\\";case\\\"\u003C\u003C=>\\\":return\\\"leftequilibrium\\\";default:throw[\\\"MhchemBugT\\\",\\\"mhchem bug T. Please report.\\\"]}},_getBond:function(t){switch(t){case\\\"-\\\":case\\\"1\\\":return\\\"{-}\\\";case\\\"=\\\":case\\\"2\\\":return\\\"{=}\\\";case\\\"#\\\":case\\\"3\\\":return\\\"{\\\\\\\\equiv}\\\";case\\\"~\\\":return\\\"{\\\\\\\\tripledash}\\\";case\\\"~-\\\":return\\\"{\\\\\\\\mathrlap{\\\\\\\\raisebox{-.1em}{$-$}}\\\\\\\\raisebox{.1em}{$\\\\\\\\tripledash$}}\\\";case\\\"~=\\\":case\\\"~--\\\":return\\\"{\\\\\\\\mathrlap{\\\\\\\\raisebox{-.2em}{$-$}}\\\\\\\\mathrlap{\\\\\\\\raisebox{.2em}{$\\\\\\\\tripledash$}}-}\\\";case\\\"-~-\\\":return\\\"{\\\\\\\\mathrlap{\\\\\\\\raisebox{-.2em}{$-$}}\\\\\\\\mathrlap{\\\\\\\\raisebox{.2em}{$-$}}\\\\\\\\tripledash}\\\";case\\\"...\\\":return\\\"{{\\\\\\\\cdot}{\\\\\\\\cdot}{\\\\\\\\cdot}}\\\";case\\\"....\\\":return\\\"{{\\\\\\\\cdot}{\\\\\\\\cdot}{\\\\\\\\cdot}{\\\\\\\\cdot}}\\\";case\\\"->\\\":return\\\"{\\\\\\\\rightarrow}\\\";case\\\"\u003C-\\\":return\\\"{\\\\\\\\leftarrow}\\\";case\\\"\u003C\\\":return\\\"{\u003C}\\\";case\\\">\\\":return\\\"{>}\\\";default:throw[\\\"MhchemBugT\\\",\\\"mhchem bug T. Please report.\\\"]}},_getOperator:function(t){switch(t){case\\\"+\\\":return\\\" {}+{} \\\";case\\\"-\\\":return\\\" {}-{} \\\";case\\\"=\\\":return\\\" {}={} \\\";case\\\"\u003C\\\":return\\\" {}\u003C{} \\\";case\\\">\\\":return\\\" {}>{} \\\";case\\\"\u003C\u003C\\\":return\\\" {}\\\\\\\\ll{} \\\";case\\\">>\\\":return\\\" {}\\\\\\\\gg{} \\\";case\\\"\\\\\\\\pm\\\":return\\\" {}\\\\\\\\pm{} \\\";case\\\"\\\\\\\\approx\\\":case\\\"$\\\\\\\\approx$\\\":return\\\" {}\\\\\\\\approx{} \\\";case\\\"v\\\":case\\\"(v)\\\":return\\\" \\\\\\\\downarrow{} \\\";case\\\"^\\\":case\\\"(^)\\\":return\\\" \\\\\\\\uparrow{} \\\";default:throw[\\\"MhchemBugT\\\",\\\"mhchem bug T. Please report.\\\"]}}}}]).default});})(require);\\n\",\"type\":\"application/javascript\",\"title\":\"$:/plugins/tiddlywiki/katex/mhchem.min.js\",\"module-type\":\"library\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_AMS-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_AMS-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Bold.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Bold.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Bold.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Bold.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Bold.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Bold.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-BoldItalic.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-BoldItalic.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Italic.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Italic.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-BoldItalic.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-BoldItalic.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-Italic.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-Italic.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Bold.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Bold.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Italic.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Italic.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Script-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Script-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size1-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size1-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size2-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size2-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size3-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size3-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size4-Regular.woff\":{\"text\":\"d09GRgABAAAAABdUAA4AAAAAKGAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAM2AAAAE4AAABgRuZOfmNtYXAAAA0oAAAAhgAAALQub1TZY3Z0IAAAFOgAAAAKAAAADgAAAABmcGdtAAANsAAABrwAAA4MYi75emdhc3AAABdMAAAACAAAAAgAAAAQZ2x5ZgAAAUQAAAorAAAP3quFQf9oZWFkAAAL9AAAADYAAAA2Gc0IVWhoZWEAAAy4AAAAHwAAACQHMgKbaG10eAAADCwAAACKAAAAzJOmEFhsb2NhAAALjAAAAGgAAABoYcFl3m1heHAAAAtwAAAAHAAAACAAww5hbmFtZQAAFPQAAAGWAAAEYl5lelFwb3N0AAAWjAAAAL4AAAGqQfMk4XByZXAAABRsAAAAegAAAJx+tju2eNq9VgWQGznTVbdkyeMZ2wOGXS/aTta53buAccPJYTi5XOBPjjl0TMG64DEzMzMzMzMzM4ZTu5780symsvnh4+8ruYYkv379+lVLBEmeEPICxgklgpCCVbByBSubP2+/fB7j1Z/zcCcB8mtHE67l75E6uTYmsplcS45YJpQr5UIhEROcomU6dlKuMW3gOXcs3F3roGXxyAN7H3HE3g90tHEOtDf8Sh+lD8NvjQ5w7nznPu+eVP2w+oF7kvv8dzJKuqMRW2WURkKcYqGQTyaSxAQusjybyWZKxUrZsS2TYq4l7QTDMg7c7Y7NcS4CgDHrht2XL9/9Bou/qslIrrP+BNfuTSFE429CEk7AUTgSToDkm3EiI7V3NLFnZaSYfCnnE/EYj3MiZJiWUrFcKhN2WijlAHTchppp2ABsIn/JsAxgIFYvY4atqyd9EQEIS2WGSyQhkax0PGsV4hCG4s8/dzTp949c/fHIbtHiKq+yyoskYyqoEpLkii3tZtgRyCYC2IapYcdtAPwB3THY6mUCGOi2wfRFAqjECnQ0QX8/nlNKW+lSwQpA0X3lZ37qyNUjR+o9CZAzJKdz5ZqxhIDI5lrUsKi6tuR606JMsVKWv0rFMeXVeyokJR0hpZTDMtVVJJLesEz/nohLzLS9cMd+YQSkQWfX4Sgp0dDwXZ0gRUBhts5O90mkOWh9d6lt5AD69NHjB/aqaZquA4RG9R6iQUdPrg2eMWo3A06DM83G+rGLWzEAMmyEB1sXj61vtOBMONXot9XB42trdW5ZjNVNLw4dobkL3UXa4tkTcj0aY5nZi/33ubsOzDBmdct4oqfwQExuIm8r5slGWo884+fHqUpPDeGX25fA2iRFS5deplRL/s6gmm7Gtm5ZkuYUAQKRfUagAETgdMQ+kQAAUl47rTI6FrU55YXcrjqANjWeK/XpV8jFp2oAYtZ4gfxxU4QSDXudGEsZ7hHuLaMapp67jUo9YAZ4ALc5d2rDKPdW93AjFZs9udwS4lZYsIat912hwTJYri2Ymcq0JWvaMqmZCzRYDsu0fS/vwziBjStxuDiYjldOJhmmMqqUexQSLJkUPC4NRu/mnVMgGKSU3ssYvRM5MgwCJY/Xhzj9HD4DLRzBIAFCcD+xF+1PBhICeelST8BCvlLuOYQWKtK0cSUaE55r1chmBA9EqFDvJSVdDzybpoIjZwyZlh3xX5X+z0A704MCUcig0cgk94/bxpWLvXcY3TXtvrDFNEyj7ZBq6m0kRXIfYEpio4HrWu0uiVBQb/nf32cSAuvPxOEk/Bfy75z4N+a//nLcb+PGfy7/jvx/On9ySEcj7ZTOr5cvtmNXPOIxIrhqmDmkXOQqlYRtw4evPjOLBsJCh+rblMYN1n71YJoaMxZmzOgczIayBPYL6iEhVs+hGkINDKAPzuOpC8+H6jXVa0hXp5snIwX8Tpe2IAxz3E/9PncW6epNh6kVfm/KWgGYM9LrS/rB/wuhIDEgPBKyCmD1WSO3/L83X4JeI91zOmboB8vORgCy1cPoaLZU7UKgNp54TKDMUHYuvyiqCjaUaTPYNg+9/HSUIsO27TAAND4BjhNsCXDKIu7nVdPll6SbDQBAu/D7+7QGPtSIirBxLVyJ+5AUIYEMl5tOJitr21IqmRWlbF76IW7F4FKw68JGnaYxBIbb6/EwBDQAoMbcW6E3ZQAnuNed4DFeKBmf2sVYekhyTtq29NKmXZS20GIZeuH2bZKr1fTMLSFuORAU7jl7NDNgpwCA0bz6LXdG9aTVEUY5BDV4CN9YA+0FW2neVD0Md5KaNHTbM52Es1kSaQJUbm2y9IjEhTkKN4DbefHqrz+zqZmyY3QJ6+5Y7bfOfbFgoxdz1TtwJI74udgWIAAvblyLO/1VXXC7v1EX0lhdKFlvoQsXCF2kVR+2nXKpCK9he8UvnztfBMFKIIrmpjOvr7ekMn7tOn9wc1oQODPaij/jSDjyzTWtBGBodQFeJHXZ7NahsKu7obpAiEkbxhK1Ql7OxumEEpK2CnJ+Ek6vXufNSHYXsWWbfSrnQFQXCrFh7CTVKasLYFcf2/J8DrtOYr0nrd/A7yYAghDYtRuu8HG9/y2EXbvhluSce231DX73+g0SFxZLlV+jy0hWzielQ7wNS91i8Zh69TuPLKm/Z+MLHLgYu78JDADM1iJSQDDOzW8fpsuUizgrXb8/0PozAqH+PVciQwAa/uxX7eEz+rQIAuSm6hxYz04gAzdVQfmy+96vjihZ0UqzftgcymtuEC1VJANJQRKBFThsKy+uvtewA3lw6Q5lAcCknWprarWgmjAfMACMaTPU9+M9M3z8o3bpsZOGscCEZfsdqv14x0Dv60c/GSBO1JDSoGrXqG332rHGT19TopTpXISvkRBp6Hai6fKeounTVU/4Gs/ql4xp4wCMFltNAICg2W+R4NC5jPNJF03ZPfQANCADZPjnGmN43/OnMA6Orz6shzJJdVeDi6zI+H73lfcTZuAnmdINmaV6gxIAhKIrju4F/sOFqBRWmLKizYQ4smN1U1XWUgF6mfjQt6Nl6ceNH+zph1typ0uBj1x86Azt17sHKeYrV29ibjuePtU5+Nr/rGTSltdkPY0rD3HB/0c1u592pJZ+Yt0L1r2Q/6vCx2+qmbvhf9Xs9oH/u8yhe6HGU6RzEayXlexBSM8tPScbYherckXdiiU5yptpicHjjtdNR3l+3P5RpZEGXYY+ZMaSkZw7lnL8DfsBNpzG9QE9/2Rqf+w8Gb+j13tVjbCszJ3kREtOboq241iOooDfAUfJwKhn7k5iMhfhsWP3nfsRhDQj2HmhnKM4KRKoxG8KBMMXX+K+655XnY0rcWU4KvFP6WjGx/l7Cr9SUvtvRZ4dZDuLcyJsR/hnfHrK2nUYjEAQI7Gd3YcnrloLjhkzcN1KGz/Dz2mYgfygreqsrKzmqq2a6VgUP5foB0r0C/m7pEb6R6pTKpOK5C9lUco5Tpyi4CeZzs6ww0SFG4skdFy3VgYzOpoVIH1p5Ur64ioPsJquZmx5SVOLAD4mT47f4WFEI4Rlcr4QFn6eEl7akQjkIR+OVi8j/lpWxN2JrtxVSSdiIm3xTA4fYwZMjUbdJ0VK4FiDyVv15UiEwMYfNrbBK2QuaSJE5Eqe0/IqgudGKYnnR3nJ2jw4ZvEBi6jNLARA09aOeqi/rTMRfZdnIytGDtGAd1mQg9hlRCLGUeKvlfgfSfw6otQo+EZKxpWFNp3NcrliMRRg+opjFo8JcisqWFP75IVDBpgIgxrrccTIFZEsR97etkNNWIZIKdaEwCswVnUZWvE6ixrdaHvYuZot0QCjU/fsWyOjwE4SsH+rD+hz7hGPykCKscT+SGI3er1dJe8Bet1U0vckKstE4B2lSE3fPadGfUFCDxzV3sQQbRjrKRKN91B0EymliL5Ha3+OpAv/IqkIJSRbSsdDcM3cueS/AbuQ91MAeNpjYGRgYDBmCGZgYgACKNkLIvh4QCQAFKoBMwAAABIAEgASABIARQB6AJ8AsQDXAOkBYgHfAd8CBAJfAoQC3wMUAyUDNQNFA1UDhgOuA98EEgQ6BGsEfASJBJkEqAS1BMUE/QVSBYQFrgXiBjcGbwafBs4G+wcRByoHWgeFB7MH4wfvAAEAAAABAACRU/iSXw889QAPA+gAAAAA3VVivgAAAADdVWK++JH7HgduBtYAAAAIAAIAAAAAAAB42kXGIQyCUBRA0fv+g5HoJsW50WeyGU32TDIYyCTsM2A22O3ZYLP3TrEYmCOI74/pD3fn0rMEkC3Qg054WvPow8ptJB0l1pzGRw9JMbySAuB9si7aUrpaUlcT/9S9LELMzIc5dWdZh8BMvFrJQSuu3vCjUUapOUdrF2Xu5pP70Frd32bovgGrM3AAAHjaY2BkYGC79luOIYo98cfE/y/Y84AiqMAYAKWhBtIAeNpjYGLWYJzAwMrAwNTFtIeBgaEHQjM+YDBkZGJAAg0MDO8FGN68hfED0lxTGBwYFB6GMCv8t2CIYrvG8kiBgaE/jhmuRYGBEQDxww/sAAB42mNgYGACYmYgFgGSjGCahWEBkFZhUACyWICkJoM+QyxDNUMtwwKmY0x3mJmVpJS5ldcqb1d/+YDxYcj//wwMQFUaQFXRSKqYgKo4lGcDVb14wPAw4P///4//3/l//f+a//3/+/7n/HX/a/SX9+73u1x3qu8U3XBS0JG7B7KfMAAABe8uqQAAeNqsVtd620wOHaq5V5UUpoCZyOs1h4rT3QvHtDbd9fvIraQl5373Ks/AfRlQ6Xf7aAuQknv5m1UwgzLAOcDQQqEAxb7vBQBvfojR7TdY2v2rj89MnA7CjxDv+5irRz/7Rb9oteSBaVkoAhRabnSEIXToOmgohPCjgzklLWk5mFfQ/pyvVIWrsawhDN0kV9FuUs9rzOm9T4DDkhY6amNh61Mnl8vRMWgd3rFY2xmtGu4doKV0O2WjTDaJYss/DDo1gz0dLCjM21jVPufDmtZdBxPagP/bwsLUXzvTxoj2Wh6WPN/CfD3Y+ZtPzmbsA25tkWqNvHGOV3NBAEnmTRVNk6q7A5xl+yx50qk+EBtxBDi45YekAbYN8uoFr16EZhgEgUls4bBuodjxUbxhZ4v25hu8x6t7b6If46LFHj+K4iAI2lGAhh0EXQQBtAmPdAMHiwqogkI9Ikx9esvHPuliv3SpAxQSOlhK6SYmoJ30HbjARoZrZuXzN4rQa2FxxiKjhhhiypXMFuvE0LYfbpnRTuDLwAoA13Z9spnES68UB/sUDmi7I3JZm/tpK10JKKQbYe7gIxotKgT7ZhwcUMDVjhKsgjgAPgHXwoBdwo202kHVGRgV2nNnrKPBGVKnB2k4O8WwJekJegheLCNod8kWJjcEwcS1I8KotTLayFKMXBKODylKUNRFQaMqBfR5ZFjkPcpiSiuYoSEeU0ku52E72nBwXJErAI7p13wALahDOM67HdqNp/2aULRKSQHioEWZcUKHEIeAE0Sbg5PqzZ6fFNobwUMcOZSfHCyrN9v+m91MaVqkL6f6ikrEpN73k8lJjUbk4oQdMKRc3U3G+GucvtCoSSAkW37C9BFeN46B047PWJLCemszs1MIfVJNQEiaVH+TtKebdUkLEyHKkvjSKFY6hmGk3aoqkYict+fjpHTBw1Hp4ohEEboQfr950xAToixc12UGKmQzoqTSb+N/bfMB0VUjjFXbwRsqMVjeJL5Z3lJJnuVtlRRYmiopsryjkhLLuyrpY3lPJf0s76tkgKWtZI9/LIXEtIQGGv/g2+KgOmGsHRn/nRmdE8apI+N/MiMogWP2pTgJ1NcMKuM8ic8ifEB1PSB8LCXhY/mQ8LGsEz6WU4SP5Z8IH8tpwsfyz4SP5QzhY9lQsJQO7CNFaW+GoCVtNbeUJDZ4ZmcVPrLxEd3HxwqgCZd0U0Zzkh/sV3qYjP5Jr8XJaMnjicPHM0nRqHr+bJCifJrRc6XPMwXP08qfK9H18c7nRMOmWi7Wi9oXwX8bK3IueWZUGesL4gOal9SPQkdzDr5UjRtLDs5d54qGbpH7PLVI1OrQgCYKybflVRw3ZVNG4B8QH2hItzNnGNUKMbygqCy8QW6FOr1Tt2RYuDik7cO4IQGWYjpz8bQbNLLzsCTdnjdgyM+UtW3/cwGKYH4uTBVvB64rAQc1xDKNkJshlvTZ6xoC0ZP9VyrosC2xqKM2mQs6Mmkd8pPubEwkgbyn5Cb1WFKGTcJJIs0SwkVJJGeRZAlJYrEe0eesE53IRdS5iDx9d5+kx7kCB5d6XABpi1NdLuQS0bTcMxHm1L4pm5yUu7jSs6VgMqZR7PkNWJKWSZqekg49agWW6rR7dfK3S9bEi6a92y3JI796ohLda1fIP3DOQu61eE1JaDCLm3hD+1vmTuDDUtBIZo2K7eD6KeuOuXXK6l4Ye1WEVrhgX5VwQ+GiHVNtPGME6lJXamgDZynCY8jpfE5lzEc4LN0MOg+ohCVoyLnu+ZsqGSzUXQr5LSPd/KOmmDFFhG5J0qPqxLxYQbfOpkrEgt1j5S+0W7Qt2eVFzp2m4BVRUM2ufUfwDS838AXd8teX6N/QcUaljC9p/VbhPIl3zKJHdMNmLKMeW+8VDzT+v+e6SIsdCgIofOsJugSmzAgrwN1dG7fGXRt3X0zbBqlTFTL7b74T9wHlUFQIoVMxrBAwEhUkgFGFgDGaLsU4DZigAZM0YCoqhhDaVNMqMaWiovi0GZWYZukEzdGZ5ulMC3SmRdbZoVhSCFhmnWBFIWCVpluxRgPSNGCdBmywvtCu2lSJaYv1mbZVYtqhE7RLZ9qjM+3TmQ70GNcnJ/DQRrlm5ZGzRXnMQbdRq45OorzEzSn05swaiZtznbkhWeoFI58jA32OS+j5lS4nDq6hBzfQg1ttG5Pl3THy/B56/gA9f9Q54+AJevAMPXjRtilZ3isjz9+g5+/Q8w+dMw4+oQdf0IPvqFBpX7a5kqrCvz9/O/SnSR+DqdaaXFk697d6OPP7sq79ASXaAUF42mPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGdidNjIwaEFoLhR6JwMDAzcSaycDMwODy0YVxo7AiA0OHREgforLRg0QfwcHA1AArCBSeqM6SGgXRwMDI4tDR3IITAIENjLwae1g/N+6gaV3IxODy2bWFDYGFxcAlBwqBwAAeNpjQAEAAA4AAQAAeNpiYGDgZChiYGZgZOEEshcBMYTNyCAG5EHYTAx8DDsgbCDpxnAMymZhUGPkgbJZGVQYjaBsNiRxXqY0xjAom4/BhHkPoDWySJIliGGo1n2K2n1u5s80zLybyGZmPv28cOMwhhNUDlvKkvVXTbU0RrWsokrqydN7ZfWBO6wgkdIXQyG2p3/Kq2u1Db6OlQXnwVnOz2Q2Dfvle5Q5pOiCOUlumxpnrL+VBeVgrNO/DT4BX+gSvbIm4KiOOIvqqyaHwhpaDfXs7pDPm4bfXpxm383x5TrLE6vOlOfEA9P0FFFCIUWIOHoxvqLPdPXz0301nm8aWvjxx6kHf4V7JP/s73+g83b+X1eszqrctZpV5c/yUVm2d3nmXdccG3DmyMxmBdqTozt/73z8MPnIl8h0r3UegwqgoU0EhllFjTtrvnVnan1wzvQ9e1Heuje1w72vlqi9xrxzjQHnb807JL9te9mdup6cBuwyeacMJ7kVT5wp/tah4Z7ScDEfogUOEF1lbW4t9cB+NlwLlwPap3/nJT1XcR6r5AAAeNpswVUBgwAAANG7ubu7Fti+J0WQLmShE6SBArxHDQCKhBdV3oDUqNNnwIwvP/6ExNbIyK3bILVpy7Ydu/bsO3DoyLETp86cu3DpyrUbt+7ce/DoybMXr968+/DZLluaawMEohgAwzXbRO5Zd74H7g7zo3/1xfM8bUUa+elik8f2sFjOz8fZt2IuGQs22P4tWDrsccDxbyOoaOhYYcCICTMWbLDFDvnfpp9pyFi+DiKC+lODoKKhY/UGUwhY+wAAAAEAAf//AA8=\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size4-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Typewriter-Regular.woff\":{\"text\":\"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\",\"title\":\"$:/plugins/tiddlywiki/katex/fonts/KaTeX_Typewriter-Regular.woff\",\"type\":\"application/font-woff\"},\"$:/plugins/tiddlywiki/katex/katex-logo\":{\"title\":\"$:/plugins/tiddlywiki/katex/katex-logo\",\"text\":\"$$\\\\KaTeX$$\\n\"},\"$:/plugins/tiddlywiki/katex/latex-parser.js\":{\"title\":\"$:/plugins/tiddlywiki/katex/latex-parser.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/tiddlywiki/katex/latex-parser.js\\ntype: application/javascript\\nmodule-type: wikirule\\n\\nWiki text inline rule for LaTeX. For example:\\n\\n```\\n\\t$$latex-goes-here$$\\n```\\n\\nThis wikiparser can be modified using the rules eg:\\n\\n```\\n\\\\rules except latex-parser \\n\\\\rules only latex-parser \\n```\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nexports.name = \\\"latex-parser\\\";\\nexports.types = {inline: true};\\n\\nexports.init = function(parser) {\\n\\tthis.parser = parser;\\n\\t// Regexp to match\\n\\tthis.matchRegExp = /\\\\$\\\\$(?!\\\\$)/mg;\\n};\\n\\nexports.parse = function() {\\n\\t// Move past the match\\n\\tthis.parser.pos = this.matchRegExp.lastIndex;\\n\\tvar reEnd = /\\\\$\\\\$/mg;\\n\\t// Look for the end marker\\n\\treEnd.lastIndex = this.parser.pos;\\n\\tvar match = reEnd.exec(this.parser.source),\\n\\t\\ttext,\\n\\t\\tdisplayMode;\\n\\t// Process the text\\n\\tif(match) {\\n\\t\\ttext = this.parser.source.substring(this.parser.pos,match.index);\\n\\t\\tdisplayMode = text.indexOf('\\\\n') != -1;\\n\\t\\tthis.parser.pos = match.index + match[0].length;\\n\\t} else {\\n\\t\\ttext = this.parser.source.substr(this.parser.pos);\\n\\t\\tdisplayMode = false;\\n\\t\\tthis.parser.pos = this.parser.sourceLength;\\n\\t}\\n\\treturn [{\\n\\t\\ttype: \\\"latex\\\",\\n\\t\\tattributes: {\\n\\t\\t\\ttext: {\\n\\t\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\t\\tvalue: text\\n\\t\\t\\t},\\n\\t\\t\\tdisplayMode: {\\n\\t\\t\\t\\ttype: \\\"text\\\",\\n\\t\\t\\t\\tvalue: displayMode ? \\\"true\\\" : \\\"false\\\"\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}];\\n};\\n\\n})();\\n\",\"type\":\"application/javascript\",\"module-type\":\"wikirule\"},\"$:/plugins/tiddlywiki/katex/readme\":{\"title\":\"$:/plugins/tiddlywiki/katex/readme\",\"text\":\"This is a TiddlyWiki plugin for mathematical and chemical typesetting based on [ext[KaTeX from Khan Academy|http://khan.github.io/KaTeX/]] (v0.13.18) and [ext[mhchem|https://github.com/mhchem/MathJax-mhchem]] through a [ext[Katex extension|https://github.com/KaTeX/KaTeX/tree/master/contrib/mhchem]].\\n\\nIt is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js.\\n\\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/katex]]\\n\"},\"$:/plugins/tiddlywiki/katex/snippets/logo\":{\"title\":\"$:/plugins/tiddlywiki/katex/snippets/logo\",\"tags\":\"$:/tags/KaTeX/Snippet\",\"text\":\"$$\\\\KaTeX$$\\n\"},\"$:/plugins/tiddlywiki/katex/styles\":{\"title\":\"$:/plugins/tiddlywiki/katex/styles\",\"tags\":\"[[$:/tags/Stylesheet]]\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\\n\\n/* KaTeX styles */\\n\\n{{$:/plugins/tiddlywiki/katex/katex.min.css}}\\n\\n/* Force text-rendering (see https://github.com/Jermolene/TiddlyWiki5/issues/2500) */\\n\\n.katex {\\n text-rendering: auto;\\n}\\n\\n/* Reset Automatic Numbering on a per tiddler basis */\\n\\n.tc-tiddler-frame {\\n\\tcounter-reset: katexEqnNo;\\n}\\n\\n/* Avoid TW5's max-width: 100% */\\n\\n.katex svg {\\n\\tmax-width: initial;\\n}\\n\\n/* Override font URLs */\\n\\n@font-face {\\n\\tfont-family: KaTeX_AMS;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_AMS-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Caligraphic;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Bold.woff'>>) format('woff');\\n\\tfont-weight: 700;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Caligraphic;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Caligraphic-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Fraktur;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Bold.woff'>>) format('woff');\\n\\tfont-weight: 700;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Fraktur;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Fraktur-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Main;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Bold.woff'>>) format('woff');\\n\\tfont-weight: 700;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Main;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-BoldItalic.woff'>>) format('woff');\\n\\tfont-weight: 700;\\n\\tfont-style: italic;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Main;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Italic.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: italic;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Main;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Main-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Math;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Math-Italic.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: italic;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_SansSerif;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Bold.woff'>>) format('woff');\\n\\tfont-weight: 700;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_SansSerif;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Italic.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: italic;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_SansSerif;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_SansSerif-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Script;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Script-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Size1;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size1-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Size2;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size2-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Size3;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size3-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Size4;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Size4-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n@font-face {\\n\\tfont-family: KaTeX_Typewriter;\\n\\tsrc: url(\u003C\u003Cdatauri '$:/plugins/tiddlywiki/katex/fonts/KaTeX_Typewriter-Regular.woff'>>) format('woff');\\n\\tfont-weight: 400;\\n\\tfont-style: normal;\\n}\\n\\n\"},\"$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown\":{\"title\":\"$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown\",\"text\":\"\\\\define toolbar-button-stamp-inner()\\n\u003C$button tag=\\\"a\\\">\\n\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-edit-text-operation\\\"\\n\\t$param=\\\"replace-selection\\\"\\n\\ttext={{$(snippetTitle)$}}\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\u003C$view tiddler=\u003C\u003CsnippetTitle>> field=\\\"caption\\\" mode=\\\"inline\\\">\\n\\n\u003C$transclude tiddler=\u003C\u003CsnippetTitle>> mode=\\\"inline\\\"/>\\n\\n\u003C/$view>\\n\\n\u003C/$button>\\n\\\\end\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/KaTeX/Snippet]!has[draft.of]sort[caption]]\\\" variable=\\\"snippetTitle\\\">\\n\\n\u003C\u003Ctoolbar-button-stamp-inner>>\\n\\n\u003C/$list>\\n\\n----\\n\\n\u003C$button tag=\\\"a\\\">\\n\\n\u003C$action-sendmessage\\n\\t$message=\\\"tm-new-tiddler\\\"\\n\\ttags=\\\"$:/tags/KaTeX/Snippet\\\"\\n\\ttext=\\\"\\\"\\\"$$snippet$$\\\"\\\"\\\"\\n\\tcaption=\\\"description shown in dropdown\\\"\\n/>\\n\\n\u003C$action-deletetiddler\\n\\t$tiddler=\u003C\u003Cdropdown-state>>\\n/>\\n\\n\u003Cem>\\n\\n\u003C$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\\n\\n\u003C/em>\\n\\n\u003C/$button>\\n\\n[ext[KaTeX functions catalogue|https://khan.github.io/KaTeX/function-support.html]]\\n\\n[ext[Chemical equations reference|https://mhchem.github.io/MathJax-mhchem/]]\\n\"},\"$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex\":{\"title\":\"$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex\",\"tags\":\"$:/tags/EditorToolbar\",\"icon\":\"$:/plugins/tiddlywiki/katex/katex-logo\",\"caption\":\"katex\",\"description\":\"create and insert preconfigured KaTeX snippets\",\"condition\":\"[\u003CtargetTiddler>!is[image]]\",\"dropdown\":\"$:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex-dropdown\",\"text\":\"\"},\"$:/plugins/tiddlywiki/katex/ui/config/macro\":{\"title\":\"$:/plugins/tiddlywiki/katex/ui/config/macro\",\"tags\":\"$:/tags/KaTeX/Config\",\"caption\":\"Custom macro editor\",\"text\":\"\\\\define katex-escape(text)\\n\u003C$vars t=$text$>\\n\u003C$latex text={{{[\u003Ct>search-replace:g:regexp[(?\u003C!\\\\\\\\)#(\\\\d)],[{\\\\#_$1}]]}}}>\\n\u003C/$vars>\\n\\\\end\\n\\n\\\\define katex-create-macro()\\n\u003C$vars loc={{$:/temp/katex/new-macro-name}}>\\n\u003C$action-createtiddler $basetitle={{{[\u003Cloc>addprefix[$:/plugins/tiddlywiki/katex/macros/]]}}} tags=\\\"$:/tags/KaTeX/Macro\\\" type=\\\"text/plain\\\" caption={{$:/temp/katex/new-macro-name}} text={{$:/temp/katex/new-macro-command}} $overwrite=yes/>\\n\u003C/$vars>\\n\\\\end\\n\\n\\\\define katex-edit-cell()\\n\u003C$reveal state=\\\"$:/temp/katex/edit-macro\\\" type=match text={{!!title}}>\\n\u003C$edit-text tiddler=\u003C\u003CcurrentTiddler>> tag=\\\"input\\\" default=\\\"\\\"/>\\n\u003C/$reveal>\\n\\\\end\\n\\n\\\\define katex-view-cell()\\n\u003C$reveal state=\\\"$:/temp/katex/edit-macro\\\" type=nomatch text={{!!title}}>\\n\u003Ctt>\u003C$view field=text/>\u003C/tt>\\n\u003C/$reveal>\\n\\\\end\\n\\n\\\\define katex-edit-macro-button()\\n\u003C$reveal state=\\\"$:/temp/katex/edit-macro\\\" type=nomatch text={{!!title}}>\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\">\\n\u003C$action-setfield $tiddler=\\\"$:/temp/katex/edit-macro\\\" text={{!!title}}/>\\n{{$:/core/images/edit-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\\\\end\\n\\n\\\\define katex-save-macro-button()\\n\u003C$reveal state=\\\"$:/temp/katex/edit-macro\\\" type=match text={{!!title}}>\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\">\\n\u003C$action-deletetiddler $tiddler=\\\"$:/temp/katex/edit-macro\\\"/>\\n{{$:/core/images/done-button}}\\n\u003C/$button>\\n\u003C/$reveal>\\n\\\\end\\n\\n\u003Ctable>\\n\u003Ctr>\\n\u003Cth>Macro\u003C/th>\\n\u003Cth>Command\u003C/th>\\n\u003Cth>Preview\u003C/th>\\n\u003Cth>\u003C/th>\\n\u003C/tr>\\n\\n\u003C$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/KaTeX/Macro]!has[draft.of]sort[caption]]\\\">\\n\u003Ctr>\\n\u003Ctd>\u003Ctt>\u003C$text text={{!!caption}}/>\u003C/tt>\u003C/td>\\n\u003Ctd>\u003C\u003Ckatex-edit-cell>>\u003C\u003Ckatex-view-cell>>\u003C/td>\\n\u003Ctd>\u003C\u003Ckatex-escape {{!!text}}>>\u003C/td>\\n\u003Ctd>\\n\u003C\u003Ckatex-edit-macro-button>>\\n\u003C\u003Ckatex-save-macro-button>>\\n\u003C$button class=\\\"tc-btn-invisible tc-btn-dropdown\\\">\\n\u003C$action-deletetiddler $tiddler={{!!title}}/>\\n{{$:/core/images/delete-button}}\\n\u003C/$button>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/$list>\\n\\n\u003Ctr>\\n\u003Ctd colspan=\\\"4\\\" align=\\\"left\\\">Add a new macro\u003C/td>\\n\u003C/tr>\\n\u003Ctr>\\n\u003Ctd>\u003C$edit-text tiddler=\\\"$:/temp/katex/new-macro-name\\\" tag=\\\"input\\\" default=\\\"\\\"/>\u003C/td>\\n\u003Ctd>\u003C$edit-text tiddler=\\\"$:/temp/katex/new-macro-command\\\" tag=\\\"input\\\" default=\\\"\\\"/>\u003C/td>\\n\u003Ctd>\u003C\u003Ckatex-escape {{$:/temp/katex/new-macro-command}}>>\u003C/td>\\n\u003Ctd>\u003C$button actions=\u003C\u003Ckatex-create-macro>>>\\n{{$:/language/EditTemplate/Fields/Add/Button}}\\n\u003C/$button>\u003C/td>\\n\u003C/tr>\\n\\n\u003Ctr>\u003Ctd colspan=\\\"4\\\" align=\\\"left\\\">\\n\u003Cdetails>\\n\u003Csummary>Import\u003C/summary>\\n\u003C$edit-text tiddler=\\\"$:/temp/katex/import-macro\\\" tag=\\\"textarea\\\" default=\\\"\\\" class=\\\"tc-edit-texteditor\\\" placeholder=\\\"You can type commands like \\\\def\\\\ZZ{\\\\mathbb{Z}} and import them automatically.\\\"/>\\n\\n\u003C$vars macros={{$:/temp/katex/import-macro}} sep=\\\"%.*\\\\n|\\\\n+\\\" re=\\\"^\\\\\\\\g?def([^{]*){(.*)}.*\\\">\\n\\n\u003C$button>\\n\u003C$list filter=\\\"[\u003Cmacros>splitregexp\u003Csep>regexp\u003Cre>]\\\" variable=line>\\n\u003C$vars m={{{[\u003Cline>search-replace:g:regexp\u003Cre>,[$1]]}}} c={{{[\u003Cline>search-replace:g:regexp\u003Cre>,[$2]]}}}>\\n\u003C$action-createtiddler $basetitle={{{[\u003Cm>addprefix[$:/plugins/tiddlywiki/katex/macros/]]}}} tags=\\\"$:/tags/KaTeX/Macro\\\" type=\\\"text/plain\\\" caption=\u003C\u003Cm>> text=\u003C\u003Cc>> $overwrite=yes/>\\n\u003C/$vars>\\n\u003C/$list>\\nImport\\n\u003C/$button>\\n\u003C$button>\\n\u003C$action-setfield $tiddler=\\\"$:/temp/katex/import-macro\\\" text=\\\"\\\"/>\\nClear\\n\u003C/$button>\\n\\n''Preview''\\n\u003Ctable>\\n\u003C$list filter=\\\"[\u003Cmacros>splitregexp\u003Csep>regexp\u003Cre>]\\\" variable=line>\\n\u003C$vars m={{{[\u003Cline>search-replace:g:regexp\u003Cre>,[$1]]}}} c={{{[\u003Cline>search-replace:g:regexp\u003Cre>,[$2]]}}}>\\n\u003Ctr>\\n\u003Ctd>\u003Ctt>\u003C\u003Cm>>\u003C/tt>\u003C/td>\\n\u003Ctd>\u003Ctt>\u003C\u003Cc>>\u003C/tt>\u003C/td>\\n\u003Ctd>\u003C$macrocall $name=katex-escape text=\\\"\u003C\u003Cc>>\\\"/>\u003C/td>\u003C/tr>\\n\u003C/$vars>\\n\u003C/$list>\\n\u003C/table>\\n\\n\u003C/$vars>\\n\u003C/details>\\n\u003C/td>\\n\u003C/tr>\\n\\n\u003Ctr>\u003Ctd colspan=\\\"4\\\" align=\\\"left\\\">\\n\u003Cdetails>\\n\u003Csummary>Usage\u003C/summary>\\n\u003Cul>\\n\u003Cli>\\nYou can add entries like `\\\\ZZ`, `\\\\mathbb{Z}`, which will render as \u003C$latex text=\\\"\\\\mathbb{Z}\\\"/>.\\n\u003C/li>\\n\u003Cli>\\nAn entry mapping `\\\\dd#1#2` to `\\\\frac{d#1}{d#2}` will create a macro with two arguments; `\\\\dd{f}{x}` will then render as \u003C$latex text=\\\"\\\\frac{df}{dx}\\\"/>.\\n\u003C/li>\\n\u003Cli>\\nNote that the macros defined here have higher priority than those defined using `\\\\gdef`. Also, deleted macros will continue to exist until a full refresh.\\n\u003C/li>\\n\u003C/ul>\\n\u003C/details>\\n\u003C/td>\\n\u003C/tr>\\n\u003C/table>\\n\"},\"$:/plugins/tiddlywiki/katex/usage\":{\"title\":\"$:/plugins/tiddlywiki/katex/usage\",\"text\":\"!! Reference:\\n\\n# Mathematical typesetting: [ext[https://katex.org/docs/supported.html]]\\n# Chemical typesetting: [ext[https://mhchem.github.io/MathJax-mhchem/]]\\n\\n\u003Chr>\\n\\nThe usual way to include ~LaTeX is to use `$$`. For example:\\n\\n```\\n$$\\\\displaystyle f(x) = \\\\int_{-\\\\infty}^\\\\infty\\\\hat f(\\\\xi)\\\\,e^{2 \\\\pi i \\\\xi x}\\\\,d\\\\xi$$\\n```\\n\\nSingle line equations will render in inline mode. If there are newlines between the `$$` delimiters, the equations will be rendered in display mode.\\n\\nThe underlying widget can also be used directly, giving more flexibility:\\n\\n```\\n\u003C$latex text=\\\"f(x) = \\\\int_{-\\\\infty}^\\\\infty\\\\hat f(\\\\xi)\\\\,e^{2 \\\\pi i \\\\xi x}\\\\,d\\\\xi\\\" displayMode=\\\"true\\\">\u003C/$latex>\\n```\\n\\nThe KaTeX widget is provided under the name `\u003C$latex>` and is also available under the alias `\u003C$katex>`. It's better to use the generic `\u003C$latex>` name unless you are running multiple ~LaTeX plugins and wish to specifically target KaTeX.\\n\"},\"$:/plugins/tiddlywiki/katex/wrapper.js\":{\"title\":\"$:/plugins/tiddlywiki/katex/wrapper.js\",\"text\":\"/*\\\\\\ntitle: $:/plugins/tiddlywiki/katex/wrapper.js\\ntype: application/javascript\\nmodule-type: widget\\n\\nWrapper for `katex.min.js` that provides a `\u003C$latex>` widget. It is also available under the alias `\u003C$katex>`\\n\\n\\\\*/\\n(function(){\\n\\n/*jslint node: true, browser: true */\\n/*global $tw: false */\\n\\\"use strict\\\";\\n\\nvar katex = require(\\\"$:/plugins/tiddlywiki/katex/katex.min.js\\\"),\\n chemParse = require(\\\"$:/plugins/tiddlywiki/katex/mhchem.min.js\\\"),\\n\\tWidget = require(\\\"$:/core/modules/widgets/widget.js\\\").widget;\\n\\nkatex.macros = {};\\nkatex.updateMacros = function() {\\n\\tvar tiddlers = $tw.wiki.getTiddlersWithTag(\\\"$:/tags/KaTeX/Macro\\\"),\\n\\t\\tregex = /#\\\\d/g, // Remove the arguments like #1#2\\n\\t\\ttid, macro, cmd;\\n\\tfor (var i=0; i \u003C tiddlers.length; i++) {\\n\\t\\ttid = $tw.wiki.getTiddler(tiddlers[i]);\\n\\t\\ttry {\\n\\t\\t\\tmacro = tid.fields[\\\"caption\\\"];\\n\\t\\t\\tmacro = macro.replace(regex, \\\"\\\");\\n\\t\\t\\tcmd = tid.fields[\\\"text\\\"];\\n\\t\\t\\tkatex.macros[macro] = cmd;\\n\\t\\t} catch(ex) {// Catch the bad ones\\n\\t\\t};\\n\\t};\\n};\\n\\nvar KaTeXWidget = function(parseTreeNode,options) {\\n\\tthis.initialise(parseTreeNode,options);\\n};\\n\\n/*\\nInherit from the base widget class\\n*/\\nKaTeXWidget.prototype = new Widget();\\n\\n/*\\nRender this widget into the DOM\\n*/\\nKaTeXWidget.prototype.render = function(parent,nextSibling) {\\n\\t// Housekeeping\\n\\tthis.parentDomNode = parent;\\n\\tthis.computeAttributes();\\n\\tthis.execute();\\n\\t// Get the source text\\n\\tvar text = this.getAttribute(\\\"text\\\",this.parseTreeNode.text || \\\"\\\");\\n\\tvar displayMode = this.getAttribute(\\\"displayMode\\\",this.parseTreeNode.displayMode || \\\"false\\\") === \\\"true\\\";\\n\\tkatex.updateMacros();\\n\\t// Render it into a span\\n\\tvar span = this.document.createElement(\\\"span\\\"),\\n\\t\\toptions = {throwOnError: false, displayMode: displayMode, macros: katex.macros};\\n\\ttry {\\n\\t\\tif(!this.document.isTiddlyWikiFakeDom) {\\n\\t\\t\\tkatex.render(text,span,options);\\n\\t\\t} else {\\n\\t\\t\\tspan.innerHTML = katex.renderToString(text,options);\\n\\t\\t}\\n\\t} catch(ex) {\\n\\t\\tspan.className = \\\"tc-error\\\";\\n\\t\\tspan.textContent = ex;\\n\\t}\\n\\t// Insert it into the DOM\\n\\tparent.insertBefore(span,nextSibling);\\n\\tthis.domNodes.push(span);\\n};\\n\\n/*\\nCompute the internal state of the widget\\n*/\\nKaTeXWidget.prototype.execute = function() {\\n\\t// Nothing to do for a katex widget\\n};\\n\\n/*\\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\\n*/\\nKaTeXWidget.prototype.refresh = function(changedTiddlers) {\\n\\tvar changedAttributes = this.computeAttributes();\\n\\tif(changedAttributes.text) {\\n\\t\\tthis.refreshSelf();\\n\\t\\treturn true;\\n\\t} else {\\n\\t\\treturn false;\\t\\n\\t}\\n};\\n\\nexports.latex = KaTeXWidget;\\nexports.katex = KaTeXWidget;\\n\\n})();\\n\\n\",\"type\":\"application/javascript\",\"module-type\":\"widget\"}}}"},
{"author":"Tobias Beer","core-version":">=5.1.9","created":"20220505135225785","dependents":"","description":"Create popups, sliders or accordion menus with the appear widget.","documentation":"https://tobibeer.github.io/tw5-appear","list":"readme","modified":"20220505135225785","plugin-type":"plugin","requires":"","source":"https://github.com/tobibeer/tw5-appear","title":"$:/plugins/tobibeer/appear","version":"0.6.2","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/tobibeer/appear/defaults/button-class\":{\"title\":\"$:/plugins/tobibeer/appear/defaults/button-class\",\"text\":\"tc-btn-invisible tc-tiddlylink\"},\"$:/plugins/tobibeer/appear/defaults/default-state\":{\"title\":\"$:/plugins/tobibeer/appear/defaults/default-state\",\"text\":\"$:/temp/appear/\"},\"$:/plugins/tobibeer/appear/defaults/keep\":{\"title\":\"$:/plugins/tobibeer/appear/defaults/keep\",\"text\":\"yes\"},\"$:/plugins/tobibeer/appear/defaults/mode\":{\"title\":\"$:/plugins/tobibeer/appear/defaults/mode\",\"text\":\"block\"},\"$:/plugins/tobibeer/appear/defaults/show\":{\"title\":\"$:/plugins/tobibeer/appear/defaults/show\",\"text\":\"»\"},\"$:/plugins/tobibeer/appear/popup.js\":{\"title\":\"$:/plugins/tobibeer/appear/popup.js\",\"text\":\"/*\\\\\\r\\ntitle: $:/plugins/tobibeer/appear/popup.js\\r\\ntype: application/javascript\\r\\nmodule-type: utils\\r\\n\\r\\nAn enhanced version of the core Popup to support:\\r\\n* absolute popups\\r\\n* preview popups\\r\\n* popup z-index\\r\\n\\r\\n@preserve\\r\\n\\\\*/\\n(function(){\\\"use strict\\\";var t=require(\\\"$:/core/modules/utils/dom/popup.js\\\").Popup,e=require(\\\"$:/core/modules/widgets/reveal.js\\\").reveal,s=e.prototype.refresh;t.prototype.show=function(t){var e,s=t.domNode,p=$tw.utils.hasClass(s,\\\"tc-popup-absolute\\\"),o=this.popupInfo(s),i=function(t){var e=t,s=0,p=0;do{s+=e.offsetLeft||0;p+=e.offsetTop||0;e=e.offsetParent}while(e);return{left:s,top:p}},l={left:s.offsetLeft,top:s.offsetTop};e=o.popupLevel;if(o.isHandle){e++}this.cancel(e);if(this.findPopup(t.title)===-1){this.popups.push({title:t.title,wiki:t.wiki,domNode:s})}l=p?i(s):l;t.wiki.setTextReference(t.title,\\\"(\\\"+l.left+\\\",\\\"+l.top+\\\",\\\"+s.offsetWidth+\\\",\\\"+s.offsetHeight+\\\")\\\");if(this.popups.length>0){this.rootElement.addEventListener(\\\"click\\\",this,true)}};t.prototype.popupInfo=function(t){var e,s=false,p=t;while(p&&e===undefined){if($tw.utils.hasClass(p,\\\"tc-popup-handle\\\")||$tw.utils.hasClass(p,\\\"tc-popup-keep\\\")){s=true}if($tw.utils.hasClass(p,\\\"tc-reveal\\\")&&($tw.utils.hasClass(p,\\\"tc-popup\\\")||$tw.utils.hasClass(p,\\\"tc-popup-handle\\\"))){e=parseInt(p.style.zIndex)-1e3}p=p.parentNode}var o={popupLevel:e||0,isHandle:s};return o};t.prototype.handleEvent=function(t){if(t.type===\\\"click\\\"){var e=this.popupInfo(t.target),s=e.popupLevel-1;if(e.isHandle){if(s\u003C0){s=1}else{s++}}this.cancel(s)}};e.prototype.refresh=function(){var t,e,p=this.isOpen;e=s.apply(this,arguments);t=this.domNodes[0];if(this.isOpen&&(p!==this.isOpen||!t.style.zIndex)&&t&&(this.type===\\\"popup\\\"||$tw.utils.hasClass(t,\\\"tc-block-dropdown\\\")&&$tw.utils.hasClass(t,\\\"tc-reveal\\\"))){t.style.zIndex=1e3+$tw.popup.popups.length}return e}})();\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/plugins/tobibeer/appear/readme\":{\"title\":\"$:/plugins/tobibeer/appear/readme\",\"text\":\"This plugin provides the ''$appear'' widget that can render popups and sliders (inline or block) as well as accordion menus.\\n\\n!! Attributes\\r\\n; type\\r\\n: set to `popup` to have the content appear as a popup\\r\\n; show\\r\\n: the button label\\r\\n; hide\\r\\n: the hide button label\\r\\n; mode\\r\\n: either `block` or `inline`, with respect to the inner content\\r\\n: any other mode is interpreted as block mode, without the default styles applying, e.g. drop-shadows\\r\\n; once\\r\\n: allows to click the button once, then hides it (unless the state is deleted)\\r\\n; $state\\r\\n: the widget calculates a state for you, use this to append a simple id\\r\\n; state\\r\\n: alternatively, specify a fully qualified state\\r\\n; keep\\r\\n: make popups sticky when `yes` or `true`\\r\\n; handle / handler / variables\\r\\n: allows to take the popup contents out of the flow and render them elsewhere on the page\\r\\n: required to properly create popups in table cells and other constained elements\\r\\n: specify variables to take along\\n\\n\u003Cbr>\\n\\n; documentation / examples / demos...\\r\\n: http://tobibeer.github.io/tw5-plugins#appear\\r\\n\"},\"$:/plugins/tobibeer/appear/styles\":{\"title\":\"$:/plugins/tobibeer/appear/styles\",\"tags\":\"$:/tags/Stylesheet\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline html\\n\\n\u003Cpre>.tc-reveal.appear-block,\\r\\n.tc-popup.appear {\\r\\n\\tborder-radius: 5px;\\r\\n\\tpadding: 1px 1em;\\r\\n\\t\u003C\u003Cbox-shadow \\\"2px 2px 4px rgba(0,0,0,0.3)\\\">>;\\r\\n}\\r\\n.tc-popup.appear {\\r\\n\\tpadding: 0 1em;\\r\\n\\tbackground: \u003C\u003Ccolour background>>;\\r\\n}\\r\\n.appear-reveal.appear-inline{\\r\\nmargin-left:5px;\\r\\n}\\r\\n.appear-reveal.appear-inline.appear-once{\\r\\nmargin-left:0;\\r\\n}\u003C/pre>\"},\"$:/plugins/tobibeer/appear/widget.js\":{\"title\":\"$:/plugins/tobibeer/appear/widget.js\",\"text\":\"/*\\\\\\r\\ntitle: $:/plugins/tobibeer/appear/widget.js\\r\\ntype: application/javascript\\r\\nmodule-type: widget\\r\\n\\r\\nUse the appear widget for popups, sliders, accordion menus\\r\\n\\r\\n@preserve\\r\\n\\\\*/\\n(function(){\\\"use strict\\\";var t=require(\\\"$:/core/modules/widgets/widget.js\\\").widget,e=function(t,e){this.initialise(t,e)},i={};e.prototype=new t;e.prototype.render=function(t,e){this.parentDomNode=t;this.nextSibling=e;this.computeAttributes();this.execute();var i,s,r,a,h,n,l=[];if(this.handle){this.getHandlerCache(this.handle,1);this.refreshHandler()}else{s={type:\\\"button\\\"};s.attributes=this.setAttributes(s,\\\"button\\\");i=s.attributes[\\\"class\\\"].value.trim();s.attributes[\\\"class\\\"].value=i+\\\" appear-show\\\"+(this.handler?\\\" tc-popup-absolute\\\":\\\"\\\");s.children=this.wiki.parseText(\\\"text/vnd.tiddlywiki\\\",this.show,{parseAsInline:true}).tree;h={type:\\\"reveal\\\",children:this.parseTreeNode.children};h.attributes=this.setAttributes(h,\\\"reveal\\\");h.isBlock=!(this.mode&&this.mode===\\\"inline\\\");if(h.attributes.type&&h.attributes.type.value===\\\"popup\\\"){s.attributes.popup=h.attributes.state;l.push(s);if(!this.handler){l.push(h)}else{s.attributes.handler=this.handler}}else{h.attributes.type={type:\\\"string\\\",value:\\\"match\\\"};h.attributes.text={type:\\\"string\\\",value:this.currentTiddler};s.attributes.set=h.attributes.state;s.attributes.setTo={type:\\\"string\\\",value:this.currentTiddler};a={type:\\\"reveal\\\",isBlock:this.block,children:[s],attributes:{type:{type:\\\"string\\\",value:\\\"nomatch\\\"},state:h.attributes.state,text:{type:\\\"string\\\",value:this.currentTiddler}}};if(!this.once){r=$tw.utils.deepCopy(s);r.attributes[\\\"class\\\"].value=i+\\\" appear-hide \\\"+(this.attr.button.selectedClass?this.attr.button.selectedClass:\\\"\\\");r.attributes.setTo={type:\\\"string\\\",value:\\\"\\\"};r.children=this.wiki.parseText(\\\"text/vnd.tiddlywiki\\\",this.hide,{parseAsInline:true}).tree}n=$tw.utils.deepCopy(a);n.children=[];if(!this.once){n.children.push(r)}if(!this.handler){n.children.push(h)}n.attributes.type.value=\\\"match\\\";l.push(a,n)}this.makeChildWidgets(l);this.renderChildren(this.parentDomNode,e);if(this.handler){this.addToHandlerCache(h)}}};e.prototype.execute=function(){var t=this;this.attr={map:{reveal:{\\\"class\\\":1,position:1,retain:1,state:1,style:1,tag:1,type:1},button:{\\\"button-class\\\":1,\\\"button-style\\\":1,\\\"button-tag\\\":1,tooltip:1,selectedClass:1}},rename:{\\\"button-class\\\":\\\"class\\\",\\\"button-style\\\":\\\"style\\\",\\\"button-tag\\\":\\\"tag\\\"},button:{},reveal:{}};$tw.utils.each(this.attributes,function(e,i){var s;$tw.utils.each(t.attr.map,function(r,a){$tw.utils.each(Object.keys(r),function(r){if(r==i){t.attr[a][i]=e;s=false;return false}});return s})});this.currentTiddler=this.getVariable(\\\"currentTiddler\\\");this.show=this.getValue(this.attributes.show,\\\"show\\\");this.hide=this.getValue(this.attributes.hide,\\\"hide\\\");if(!this.hide){this.hide=this.show}this.once=this.attributes.once&&this.attributes.once!==\\\"false\\\";this.$state=this.attributes.$state;this.mode=this.getValue(this.attributes.mode,\\\"mode\\\");this.handle=this.attributes.handle;this.handler=this.attributes.handler;this.handlerVariables=(this.attributes.variables||\\\"\\\")+\\\" currentTiddler\\\";this.keep=[\\\"yes\\\",\\\"true\\\"].indexOf((this.getValue(this.attributes.keep,\\\"keep\\\")||\\\"\\\").toLocaleLowerCase())>-1;if(!this.attr.reveal.state){this.attr.reveal.state=this.getValue(undefined,\\\"default-state\\\")+this.currentTiddler+this.getStateQualifier()+\\\"/\\\"+(this.attr.reveal.type?this.attr.reveal.type+\\\"/\\\":\\\"\\\")+(this.mode?this.mode+\\\"/\\\":\\\"\\\")+(this.once?\\\"once/\\\":\\\"\\\")+(this.$state?\\\"/\\\"+this.$state:\\\"\\\")}};e.prototype.refresh=function(t){var e=this.computeAttributes();if(Object.keys(e).length){this.refreshSelf();return true}if(this.handle){this.refreshHandler()}return this.refreshChildren(t)};e.prototype.getValue=function(t,e){var i,s,r={show:\\\"»\\\",\\\"default-state\\\":\\\"$:/temp/appear/\\\"};if(t===undefined){i=this.wiki.getTiddler(\\\"$:/plugins/tobibeer/appear/defaults/\\\"+e);if(i){s=i.getFieldString(\\\"undefined\\\");if(!s||s===\\\"false\\\"){t=i.getFieldString(\\\"text\\\")}}}if(t===undefined){t=r[e]}return t};e.prototype.setAttributes=function(t,e){var i=this,s={};$tw.utils.each(Object.keys(this.attr.map[e]),function(r){var a,h=i.attr.rename[r];if(!h){h=r}a=i.getValue(i.attr[e][r],r);if(h===\\\"class\\\"){a=[\\\"appear\\\",\\\"appear-\\\"+e,e===\\\"reveal\\\"&&i.keep?\\\"tc-popup-keep\\\":\\\"\\\",i.mode?\\\"appear-\\\"+i.mode:\\\"\\\",i.once?\\\"appear-once\\\":\\\"\\\",a||\\\"\\\"].join(\\\" \\\")}if(a!==undefined){if(h===\\\"tag\\\"){t.tag=a}else{s[h]={type:\\\"string\\\",value:a}}}});return s};e.prototype.getHandlerCache=function(t,e){var s=i[t];if(!s||e){i[t]={handled:{},handle:{}};s=i[t]}return s};e.prototype.refreshHandler=function(){var t=this,e=this.getHandlerCache(this.handle),s=e.handle;if(Object.keys(s).length){$tw.utils.each(s,function(e,i){t.removeChildNode(i);t.children.push(t.makeChildWidget(e));t.children[t.children.length-1].render(t.parentDomNode,t.nextSibling)});i[this.handle].handle={}}};e.prototype.removeChildNode=function(t){var e=this;$tw.utils.each(this.children,function(i,s){if(i.children[0].state===t){i.removeChildDomNodes();e.children.splice(s);return false}})};e.prototype.addToHandlerCache=function(t){var e=this,i=t.attributes.state.value,s=this.getHandlerCache(this.handler),r=s.handled[i],a={type:\\\"vars\\\",children:[t],attributes:{}};$tw.utils.each((this.handlerVariables||\\\"\\\").split(\\\" \\\"),function(t){t=t.trim();if(t){a.attributes[t]={type:\\\"string\\\",value:(e.getVariable(t)||\\\"\\\").toString()}}});if(a!==r){s.handle[i]=a;this.wiki.setText(\\\"$:/temp/appear-handler/\\\"+this.handler,\\\"text\\\",undefined,i)}};exports.appear=e})();\",\"type\":\"application/javascript\",\"module-type\":\"widget\"}}}"},
{"author":"Tobias Beer","core-version":">=5.1.9","created":"20220505135243990","dependents":"","description":"Shows a tiddler preview when hovering internal links","documentation":"https://tobibeer.github.io/tw5-preview","list":"readme config","modified":"20220505135243990","plugin-type":"plugin","requires":"[[tobibeer/appear|http://tobibeer.github.io/tw5-plugins/#appear]]","source":"https://github.com/tobibeer/tw5-preview","title":"$:/plugins/tobibeer/preview","version":"0.5.6","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/tobibeer/preview/config\":{\"title\":\"$:/plugins/tobibeer/preview/config\",\"text\":\"\\\\define default()\\r\\n\u003Cdt>$(defaults)$$(option)$\u003C/dt>\\r\\n\u003Cdd>\\r\\n//{{$:/plugins/tobibeer/preview/lingo/$(option)$}}\u003C$list\\r\\nfilter=\\\"[[$(option)$]prefix[template]]\\\">\\r\\n{{$(defaults)$$(option)$}}\u003C/$list>://\u003Cbr>\\r\\n\u003C$edit-text tag=input tiddler=\\\"$(defaults)$$(option)$\\\"/>\\r\\n\u003C/dd>\\r\\n\\\\end\\n\\n\u003Cdl class=\\\"preview-defaults\\\">\\r\\n\u003C$vars defaults=\\\"$:/plugins/tobibeer/preview/defaults/\\\">\\r\\n\u003C$list filter=\\\"[all[tiddlers+shadows]removeprefix\u003Cdefaults>sort[title]]\\\" variable=\\\"option\\\">\\r\\n\u003C\u003Cdefault>>\\r\\n\u003C/$list>\\r\\n\u003C/$vars>\\r\\n\u003C/dl>\\r\\n\u003Cstyle>.preview-defaults input {width:90%;}\u003C/style>\"},\"$:/plugins/tobibeer/preview/defaults/class\":{\"title\":\"$:/plugins/tobibeer/preview/defaults/class\",\"text\":\"tc-popup-keep\"},\"$:/plugins/tobibeer/preview/defaults/delay\":{\"title\":\"$:/plugins/tobibeer/preview/defaults/delay\",\"text\":\"1500\"},\"$:/plugins/tobibeer/preview/defaults/exclude\":{\"title\":\"$:/plugins/tobibeer/preview/defaults/exclude\",\"text\":\"[is[system]] [all[shadows]] [!has[text]]\"},\"$:/plugins/tobibeer/preview/defaults/keys\":{\"title\":\"$:/plugins/tobibeer/preview/defaults/keys\",\"text\":\"CTRL\"},\"$:/plugins/tobibeer/preview/defaults/not\":{\"title\":\"$:/plugins/tobibeer/preview/defaults/not\",\"text\":\"tc-drop-down tc-sidebar-scrollable tc-topbar tc-tiddler-title\"},\"$:/plugins/tobibeer/preview/defaults/template\":{\"title\":\"$:/plugins/tobibeer/preview/defaults/template\",\"text\":\"$:/plugins/tobibeer/preview/template\"},\"$:/plugins/tobibeer/preview/keyboard.js\":{\"title\":\"$:/plugins/tobibeer/preview/keyboard.js\",\"text\":\"/*\\\\\\r\\ntitle: $:/plugins/tobibeer/preview/keyboard.js\\r\\ntype: application/javascript\\r\\nmodule-type: utils\\r\\n\\r\\nFixes $:/core/modules/utils/dom/keyboard.js by providing an alternative.\\r\\nDo not use as an API, let's fix the core.\\r\\n\\r\\n@preserve\\r\\n\\\\*/\\n(function(){\\\"use strict\\\";var e={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,INSERT:45,DELETE:46};exports.parseKeyDescriptorTB=function(t){var l,r,y,s=t.toUpperCase().split(\\\"+\\\"),K={keyCode:null,shiftKey:false,altKey:false,ctrlKey:false};for(y=0;y\u003Cs.length;y++){l=false;r=s[y];if(r.substr(0,1)===\\\"!\\\"){l=true;r=r.substr(1)}if(r===\\\"CTRL\\\"){K.ctrlKey=l?null:true}else if(r===\\\"SHIFT\\\"){K.shiftKey=l?null:true}else if(r===\\\"ALT\\\"){K.altKey=l?null:true}else if(r===\\\"META\\\"){K.metaKey=l?null:true}else if(e[r]){K.keyCode=e[r]}else{K.keyCode=r.charCodeAt(0)}}return K};exports.checkKeyDescriptorTB=function(e,t){var l=!!t.metaKey;return(t.keyCode===null||e.keyCode===t.keyCode)&&(t.shiftKey===null?!e.shiftKey:e.shiftKey===t.shiftKey)&&(t.altKey===null?!e.altKey:e.altKey===t.altKey)&&(t.ctrlKey===null?!e.ctrlKey:e.ctrlKey===t.ctrlKey)&&(t.metaKey===null?!e.metaKey:e.metaKey===l)}})();\",\"type\":\"application/javascript\",\"module-type\":\"utils\"},\"$:/plugins/tobibeer/preview/lingo/class\":{\"title\":\"$:/plugins/tobibeer/preview/lingo/class\",\"text\":\"css classes applied to the popup\"},\"$:/plugins/tobibeer/preview/lingo/delay\":{\"title\":\"$:/plugins/tobibeer/preview/lingo/delay\",\"text\":\"delay popup for this many milliseconds\"},\"$:/plugins/tobibeer/preview/lingo/exclude\":{\"title\":\"$:/plugins/tobibeer/preview/lingo/exclude\",\"text\":\"no preview for links to tiddlers matching this filter\"},\"$:/plugins/tobibeer/preview/lingo/keys\":{\"title\":\"$:/plugins/tobibeer/preview/lingo/keys\",\"text\":\"modifier keys to trigger popup directly on-hover (ctrl, alt+shift, meta, etc...)\"},\"$:/plugins/tobibeer/preview/lingo/not\":{\"title\":\"$:/plugins/tobibeer/preview/lingo/not\",\"text\":\"no preview for links inside elements with these classes\"},\"$:/plugins/tobibeer/preview/lingo/open\":{\"title\":\"$:/plugins/tobibeer/preview/lingo/open\",\"text\":\"view at ''\u003C\u003CWIKI>>''\"},\"$:/plugins/tobibeer/preview/lingo/template\":{\"title\":\"$:/plugins/tobibeer/preview/lingo/template\",\"text\":\"the preview template\"},\"$:/plugins/tobibeer/preview/link.js\":{\"title\":\"$:/plugins/tobibeer/preview/link.js\",\"text\":\"/*\\\\\\r\\ntitle: $:/plugins/tobibeer/preview/link.js\\r\\ntype: application/javascript\\r\\nmodule-type: startup\\r\\n\\r\\nEnhances the link widget for on-hover previews\\r\\n\\r\\n@preserve\\r\\n\\\\*/\\n(function(){var e,t=require(\\\"$:/core/modules/widgets/link.js\\\").link,i=t.prototype.render,o=t.prototype.handleClickEvent;t.prototype.render=function(){i.apply(this,arguments);var t=this,o=this.wiki,p=this.domNodes[0],r=o.getTiddler(t.to),n=\\\"$:/plugins/tobibeer/preview/defaults/\\\",u=\\\"$:/temp/tobibeer/preview-\\\",l=$tw.utils.parseKeyDescriptorTB(o.getTextReference(n+\\\"keys\\\",\\\"\\\").toUpperCase()),s=o.getTextReference(n+\\\"delay\\\").toUpperCase(),a=function(e){var i=$tw.popup.popupInfo(e),p=i.popupLevel;return o.getTextReference(u+p)&&o.getTextReference(u+p+\\\"-tiddler\\\")===t.to?null:i},f=function(){var i,r=a(p);if(r){i=r.popupLevel;clearTimeout(t.previewTimeout);$tw.popup.cancel(i);i++;o.setText(u+i+\\\"-tiddler\\\",\\\"text\\\",null,t.to);if($tw.popup.findPopup(u+i)===-1){setTimeout(function(){$tw.popup.triggerPopup({domNode:p,title:u+i,wiki:o});e=0},50)}}},d=function(){var e,i,r=1,u=o.getTextReference(n+\\\"not\\\",\\\"\\\");if(u){$tw.utils.each(u.split(\\\" \\\"),function(e){var t=p;while(t&&r){if($tw.utils.hasClass(t,e)){r=0;return false}t=t.parentNode}})}if(r){i=o.getTextReference(n+\\\"exclude\\\",\\\"\\\");e=i?o.filterTiddlers(i):[];if(e.indexOf(t.to)>=0){r=0}}return r};s=s!==undefined?parseInt(s):null;if(s!==null&&isNaN(s)){s=0}if(r){$tw.utils.addClass(p,\\\"tc-popup-handle\\\");$tw.utils.addClass(p,\\\"tc-popup-absolute\\\");[\\\"mouseover\\\",\\\"mouseout\\\"].forEach(function(i){p.addEventListener(i,function(o){var p=o||window.event;if(i===\\\"mouseover\\\"){if(d()){if(!p.keyCode){p.keyCode=0}if($tw.utils.checkKeyDescriptorTB(p,l)){if(!e){e=1;f()}}else if(s!==null){e=0;t.previewTimeout=setTimeout(f,s)}}}else{e=0;clearTimeout(t.previewTimeout)}})})}};t.prototype.handleClickEvent=function(){o.apply(this,arguments);clearTimeout(this.previewTimeout);$tw.popup.cancel(Math.max(0,$tw.popup.popupInfo(this.domNodes[0]).popupLevel))}})();\",\"type\":\"application/javascript\",\"module-type\":\"startup\"},\"$:/plugins/tobibeer/preview/popups\":{\"title\":\"$:/plugins/tobibeer/preview/popups\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"\\\\define state(num)\\n$:/temp/tobibeer/preview-$num$\\n\\\\end\\n\\n\\\\define classes(num)\\ntc-popup appear appear-block appear-reveal tc-preview-tiddler tc-preview-tiddler-$num$ $(default-classes)$\\n\\\\end\\n\\n\\\\define level(num)\\n\u003C$reveal tag=\\\"div\\\" type=\\\"popup\\\" state=\u003C\u003Cstate $num$>> class=\u003C\u003Cclasses $num$>>>\\n\u003C$tiddler tiddler={{$:/temp/tobibeer/preview-$num$-tiddler}}>\\n\u003C$transclude tiddler={{$:/plugins/tobibeer/preview/defaults/template}} mode=\\\"block\\\"/>\\n\u003C/$tiddler>\\n\u003C/$reveal>\\n\\\\end\\n\\n\u003C$vars default-classes={{$:/plugins/tobibeer/preview/defaults/class}}>\\n\u003C$list filter=\\\"1 2 3 4 5 6 7 8 9\\\">\\n\u003C$macrocall $name=\\\"level\\\" num={{!!title}}/>\\n\u003C/$list>\\n\u003C/$vars>\"},\"$:/plugins/tobibeer/preview/readme\":{\"title\":\"$:/plugins/tobibeer/preview/readme\",\"text\":\"The plugin $:/plugins/tobibeer/preview enhances the core \u003C\u003Cx LinkWidget>> to display a preview of tiddlers when hovering an internal link.\\n\\n\u003Cbr>\\n\\n; documentation / examples / demos...\\r\\n: http://tobibeer.github.io/tw5-plugins#preview\"},\"$:/plugins/tobibeer/preview/styles\":{\"title\":\"$:/plugins/tobibeer/preview/styles\",\"tags\":\"$:/tags/Stylesheet\",\"text\":\".tc-popup.tc-preview-tiddler{\\r\\n\\tmax-width:600px;\\r\\n\\twidth:100%;\\r\\n\\tpadding:1em;\\r\\n}\"},\"$:/plugins/tobibeer/preview/template\":{\"title\":\"$:/plugins/tobibeer/preview/template\",\"text\":\"{{||$:/core/ui/ViewTemplate/tags}}\\n\\n\u003C$transclude mode=\\\"block\\\"/>\"}}}"},
{"title":"$:/plugins/tobibeer/preview/defaults/delay","created":"20220505135343597","creator":"soren","modified":"20220505135454120","modifier":"soren","type":"text/vnd.tiddlywiki","text":"500"},
{"title":"$:/plugins/tobibeer/preview/defaults/exclude","created":"20220505135432323","creator":"soren","modified":"20220505135433494","modifier":"soren","type":"text/vnd.tiddlywiki","text":"[is[system]] [all[shadows]]"},
{"title":"$:/plugins/tobibeer/preview/defaults/keys","created":"20220505135435971","creator":"soren","modified":"20220505135437221","modifier":"soren","type":"text/vnd.tiddlywiki","text":"Ctrl"},
{"title":"$:/plugins/tobibeer/preview/template","created":"20220505135633168","creator":"soren","modified":"20220505135638189","modifier":"soren","type":"text/vnd.tiddlywiki","text":"{{||$:/core/ui/ViewTemplate/subtitle}}\n{{||$:/core/ui/ViewTemplate/tags}}\n\n\u003C$transclude mode=\"block\"/>"},
{"title":"$:/sib/Buttons/CopyPublicZettelkastenLink","caption":"copy public link","created":"20201120172611922","creator":"soren","description":"Copy a link to this tiddler in the public Zettelkasten","list-after":"$:/core/ui/Buttons/info","modified":"20210922125543768","modifier":"soren","tags":"$:/tags/ViewToolbar","type":"text/vnd.tiddlywiki","text":"\\whitespace trim\n\\define copier()\n https://zettelkasten.sorenbjornstad.com/#$(tidTitle)$\n\\end\n\n\u003C$set name=\"tidTitle\" value={{!!title}}>\n\u003C$button message=\"tm-copy-to-clipboard\" param=\u003C\u003Ccopier>> tooltip={{$:/sib/Buttons/CopyPublicZettelkastenLink!!caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-icons>match[yes]]\">\n {{$:/core/images/permalink-button}}\n\t\u003C/$list>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-text>match[yes]]\">\n\t\u003Cspan class=\"tc-btn-text\">\n\t\u003C$text text=\" \"/>\n\t\u003C$text text={{$:/sib/Buttons/CopyPublicZettelkastenLink!!caption}}/>\n\t\u003C/span>\n\t\u003C/$list>\n\u003C/$button>\n\u003C/$set>"},
{"title":"$:/sib/Buttons/CopyTitleReference","caption":"copy tiddler title","created":"20200419143537510","creator":"soren","description":"Copy the name of this tiddler to the clipboard","list-after":"$:/core/ui/Buttons/info","modified":"20220215235957457","modifier":"soren","tags":"$:/tags/ViewToolbar","type":"text/vnd.tiddlywiki","text":"\\whitespace trim\n\u003C$button message=\"tm-copy-to-clipboard\" param={{!!title}} tooltip={{$:/sib/Buttons/CopyTitleReference!!caption}} class=\u003C\u003Ctv-config-toolbar-class>>>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-icons>match[yes]]\">\n\t\t\u003Ci class=\"far fa-copy\" style=\"font-size: 160%; position:relative; bottom:-4px; left:-1px;\"/>\n\t\u003C/$list>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-text>match[yes]]\">\n\t\u003Cspan class=\"tc-btn-text\">\n\t\u003C$text text=\" \"/>\n\t\u003C$text text={{$:/sib/Buttons/CopyTitleReference!!caption}}/>\n\t\u003C/span>\n\t\u003C/$list>\n\u003C/$button>"},
{"title":"$:/sib/Buttons/excise-private-chunk","caption":"Excise private chunk","condition":"[\u003CtargetTiddler>type[]] [\u003CtargetTiddler>type[text/vnd.tiddlywiki]] +[first[]]","created":"20210522034413324","creator":"soren","description":"Create a new private chunk from the selection","icon":"$:/core/images/locked-padlock","modified":"20210928031136154","modifier":"soren","shortcuts":"((excise-private-chunk))","tags":"$:/tags/EditorToolbar","type":"text/vnd.tiddlywiki","text":"\u003C$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"excisePrivateChunk\"\n/>"},
{"title":"$:/sib/Buttons/NewSource","caption":"new source","created":"20200822190145295","creator":"soren","description":"Create a new source tiddler","list-after":"$:/core/ui/Buttons/new-tiddler","modified":"20220504192240445","modifier":"soren","tags":"$:/tags/PageControls","type":"text/vnd.tiddlywiki","text":"\u003C$button class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\"tc-selected\" tooltip={{!!caption}}>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-icons>match[yes]]\">\n\t{{$:/core/images/quote}}\n\t\u003C/$list>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-text>match[yes]]\">\n\t\u003Cspan class=\"tc-btn-text\">\u003C$text text={{$:/sib/Buttons/NewSource!!caption}}/>\u003C/span>\n\t\u003C/$list>\n\t\n \u003C$action-sendmessage\n $message=\"tm-new-tiddler\"\n title=\"New Source\"\n tags=\"Source\"\n\t\tcaption=\"\"\n\t\tmedium=\"\"\n\t\turl=\"\"\n\t\treadstatus=\"unread\"\n\t\tauthor=\"\"\n\t\tcompleted=\"\"\n\t\tyear=\u003C\u003Cnow YYYY>>\n />\n\u003C/$button>"},
{"title":"$:/sib/Buttons/ReadingInbox","created":"20210307212922834","modified":"20210825122822234","modifier":"soren","tags":"$:/tags/PageControls","type":"text/vnd.tiddlywiki","text":"\u003C$button to=\"$:/sib/Tools/ReadingInbox\" class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\"tc-selected\">\u003Ci class=\"fa fa-inbox\" style=\"font-size:140%; position:relative; bottom:-3px; left:-1px;\"/>\u003C/$button>"},
{"title":"$:/sib/Buttons/Tools","caption":"tools","created":"20210825121643555","creator":"soren","description":"Open the Zettelkasten tools","list-after":"$:/core/ui/Buttons/control-panel","modified":"20210825121844661","modifier":"soren","tags":"$:/tags/PageControls","type":"text/vnd.tiddlywiki","text":"\u003C$button class=\u003C\u003Ctv-config-toolbar-class>> selectedClass=\"tc-selected\" tooltip={{!!caption}}>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-icons>match[yes]]\">\n\t\t{{$:/core/images/theme-button}}\n\t\u003C/$list>\n\t\u003C$list filter=\"[\u003Ctv-config-toolbar-text>match[yes]]\">\n\t\u003Cspan class=\"tc-btn-text\">\u003C$text text={{$:/sib/Buttons/Tools!!caption}}/>\u003C/span>\n\t\u003C/$list>\n\t\n\t\u003C$action-navigate $to=\"$:/sib/Tools\"/>\n\u003C/$button>"},
{"title":"$:/sib/Documentation","created":"20210523144533696","modified":"20210523144359908","tags":"","type":"text/vnd.tiddlywiki","text":"\u003C\u003Ctabs \"[prefix[$:/sib/Documentation/]]\" default:\"$:/sib/Documentation/Macros\">>"},
{"title":"$:/sib/Documentation/Macros","caption":"Macros","created":"20210523143205876","modified":"20210523144411256","tags":"","type":"text/vnd.tiddlywiki","text":"Click into a macro to see an example of its usage and its definition.\n\n\u003Ctable>\n\t\u003Ctr>\n\t\t\u003Cth style=\"width: 10em;\">Name\u003C/th>\n\t\t\u003Cth>Description\u003C/th>\n\t\u003C/tr>\n\t\u003C$list filter=\"[prefix[$:/sib/Macros/]tag[$:/tags/Macro]]\">\n\t\u003Ctr>\n\t\t\u003Ctd>\u003C$link to=\u003C\u003CcurrentTiddler>>>\u003C$text text={{{ [all[current]removeprefix[$:/sib/Macros/]] }}}/>\u003C/$link>\u003C/td>\n\t\t\u003Ctd>{{!!description}}\u003C/td>\n\t\u003C/tr>\n\t\u003C/$list>\n\u003C/table>"},
{"title":"$:/sib/Documentation/ViewTemplates","caption":"View templates","created":"20210523143729032","modified":"20210523144417979","tags":"","type":"text/vnd.tiddlywiki","text":"\\define lastbit() [{!!caption}!is[blank]] ~[split[/]last[]]\n\u003Ctable>\n\t\u003Ctr>\n\t\t\u003Cth style=\"width: 15em;\">Name\u003C/th>\n\t\t\u003Cth>Purpose\u003C/th>\n\t\t\u003Cth>Transcluded in\u003C/th>\n\t\u003C/tr>\n\t\u003C$list filter=\"[prefix[$:/sib/]tag[$:/tags/ViewTemplate]sortsub\u003Clastbit>]\">\n\t\u003Ctr>\n\t\t\u003Ctd>\u003C$link to=\u003C\u003CcurrentTiddler>>>\u003C$text text={{{ [{!!caption}!is[blank]] ~[all[current]subfilter\u003Clastbit>] }}}/>\u003C/$link>\u003C/td>\n\t\t\u003Ctd>{{!!description}}\u003C/td>\n\t\t\u003Ctd>{{!!transcludedin}}\u003C/td>\n\t\u003C/tr>\n\t\u003C/$list>\n\u003C/table>"},
{"title":"$:/sib/EpistemicStatus/confident","caption":"confident","color":"green","created":"20210508225005508","modified":"20210818135736812","section":"main","stackorder":"10","tags":"","type":"text/vnd.tiddlywiki","text":"I would vouch for this idea without qualification in a public blog post or speech. That said, [[I could still be wrong|IntellectualHumility]], and I'm willing to hear why I'm wrong and [[change my mind|ChangeYourMind]] if warranted."},
{"title":"$:/sib/EpistemicStatus/Display","created":"20210508223048629","creator":"soren","description":"Show the [[epistemic status|EpistemicStatuses]] of the current tiddler, if any. The status is editable in the private edition.","modified":"20210920193540286","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All [[idea tiddlers|ZettelkastenCardType]]: those that are not tagged with a red type tag and are not system tiddlers, except that index tiddlers are included.","type":"text/vnd.tiddlywiki","text":"\\define color-style() color: $(itemColor)$;\n\n\u003C$list filter=\u003C\u003Cff EpistemicStatus>> variable=_>\n\u003C$list filter=\"[all[current]!is[system]]\">\n\u003C$list filter=\"[all[current]tag[Idea]] [all[current]tag[Index]]\" variable=_>\n\n\u003Cdiv style=\"float: right; vertical-align: center;\">\n\u003C$list filter=\"[[$:/config/sib/IsPublicEdition]text[true]]\" variable=_>\n\t\u003C$link to=\"EpistemicStatuses\">\u003Cspan style={{{ [prefix[$:/sib/EpistemicStatus]caption{!!es}get[color]addprefix[color: ]addsuffix[;]] }}}>epistemic status\u003C/span>\u003C/$link>:\n\t\u003C$select field=\"es\" default=\"\">\n\t\t\u003C$list filter=\"[prefix[$:/sib/EpistemicStatus]has[caption]nsort[stackorder]]\">\n\t\t\t\u003C$set name=\"itemColor\" value={{!!color}}>\n\t\t\t\t\u003Coption style=\u003C\u003Ccolor-style>> value={{!!caption}}>{{!!caption}}\u003C/option>\n\t\t\t\u003C/$set>\n\t\t\u003C/$list>\n\t\u003C/$select>\n\u003C/$list>\n\u003C$list filter=\"[[$:/config/sib/IsPublicEdition]!text[true]]\" variable=_>\n\u003C$list filter=\"[all[current]has[es]]\">\n\t[[epistemic status|EpistemicStatuses]]: \u003Cspan style={{{ [prefix[$:/sib/EpistemicStatus]caption{!!es}get[color]addprefix[color: ]addsuffix[;]] }}}>{{!!es}}\u003C/span>\n\u003C/$list>\n\u003C/$list>\n\u003C/div>\n\n\u003C/$list>\n\u003C/$list>\n\u003C/$list>"},
{"title":"$:/sib/EpistemicStatus/likely","caption":"likely","color":"lightgreen","created":"20210508225031010","modified":"20210509004556699","section":"main","stackorder":"20","tags":"","type":"text/vnd.tiddlywiki","text":"I believe this idea is more likely than not to be true, but perhaps with some qualifications. I may be suspicious that the effect size is smaller than claimed, or that it may be true only in a more specific case; or I may just not have finished thinking through enough implications or doing enough research to be fully confident about it."},
{"title":"$:/sib/EpistemicStatus/mythological","caption":"mythological","color":"white","created":"20210508225357539","modified":"20210508233248388","section":"auxiliary","stackorder":"120","tags":"","type":"text/vnd.tiddlywiki","text":"Judging the tiddler's correctness is a nonsensical operation or misses the point. Includes jokes, fiction, aphorisms, [[stories whose main purpose is not to tell what happened|SoWhat]], and so on."},
{"title":"$:/sib/EpistemicStatus/personal","caption":"personal","color":"gray","created":"20210508225329258","modified":"20210508230857314","section":"auxiliary","stackorder":"110","tags":"","type":"text/vnd.tiddlywiki","text":"The tiddler describes me on a subjective level, so it is difficult or impossible to get an objective assessment. I am probably the best expert on myself [[but still not very good|PeopleDontKnowWhatTheyWant]]."},
{"title":"$:/sib/EpistemicStatus/possible","caption":"possible","color":"lightblue","created":"20210508225155649","creator":"soren","modified":"20211229142954562","modifier":"soren","section":"main","stackorder":"30","tags":"","type":"text/vnd.tiddlywiki","text":"I [[withhold judgment|NoOpinion]] on the idea; I am merely reporting it."},
{"title":"$:/sib/EpistemicStatus/probably-wrong","caption":"probably wrong","color":"orange","created":"20210508225317301","modified":"20210508233223543","section":"main","stackorder":"50","tags":"","type":"text/vnd.tiddlywiki","text":"I would bet against this idea, or think it is so wild that I would be embarrassed to bring it up in a more formal context, but I think it's worth recording anyway."},
{"title":"$:/sib/EpistemicStatus/unlikely","caption":"unlikely","color":"yellow","created":"20210508225252519","modified":"20210522030711474","section":"main","stackorder":"40","tags":"","type":"text/vnd.tiddlywiki","text":"I find this idea interesting or worth recording, but suspect it is flawed or incorrect."},
{"title":"$:/sib/Fonts/SourceSansPro","text":"/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 20, 2021.\n\n+------------+--------------------------+-------------+------------+\n|to get: | font-family | font-weight | font-style |\n+------------+--------------------------+-------------+------------+\n|regular | Source Sans Pro | normal | normal |\n|italic | Source Sans Pro | normal | italic |\n|bold | Source Sans Pro | bold | normal |\n|bold italic | Source Sans Pro | bold | italic |\n|semibold | Source Sans Pro Semibold | normal | normal |\n+------------+--------------------------+-------------+------------+\n\nTW font embed instructions: https://groups.google.com/g/tiddlywiki/c/7HPSS67j4uU\n\nCopyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\nThis license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL\n\n-----------------------------------------------------------\nSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007\n-----------------------------------------------------------\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the copyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software components as distributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.\n\n5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are not met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.\n*/\n\n\n@font-face {\n font-family: 'Source Sans Pro';\n src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'),\n url(data:application/font-woff;charset=utf-8;base64,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) format('woff');\n font-weight: bold;\n font-style: normal;\n\n}\n\n\n\n\n@font-face {\n font-family: 'Source Sans Pro';\n src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'),\n url(data:application/font-woff;charset=utf-8;base64,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) format('woff');\n font-weight: bold;\n font-style: italic;\n\n}\n\n\n\n\n@font-face {\n font-family: 'Source Sans Pro';\n src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'),\n url(data:application/font-woff;charset=utf-8;base64,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) format('woff');\n font-weight: normal;\n font-style: normal;\n\n}\n\n\n\n\n@font-face {\n font-family: 'Source Sans Pro Semibold';\n src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'),\n url(data:application/font-woff;charset=utf-8;base64,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) format('woff');\n font-weight: normal;\n font-style: normal;\n\n}\n\n\n@font-face {\n font-family: 'Source Sans Pro';\n src: url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2'),\n url(data:application/font-woff;charset=utf-8;base64,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) format('woff');\n font-weight: normal;\n font-style: italic;\n\n}\n","type":"text/plain","created":"20210320220143398","font-family":"source_sans_pro","modified":"20210512222813071","tags":"$:/tags/Stylesheet"},
{"title":"$:/sib/GettingStarted","created":"20210523150144006","creator":"soren","description":"Guided wizard that walks you through basic settings and the most important things to know about this edition.","list":"$:/sib/GettingStarted/Warning $:/sib/GettingStarted/Title $:/sib/GettingStarted/Copyright $:/sib/GettingStarted/ZettelkastenCardTypes $:/sib/GettingStarted/ReferenceExplorer $:/sib/GettingStarted/ThingsToDo $:/sib/GettingStarted/NextSteps","modified":"20210922011910182","modifier":"soren","tags":"Meta Tool","tooltype":"configuration","type":"text/vnd.tiddlywiki","text":"\\define go-back() \u003C$action-setfield $tiddler=\"$:/config/zettelkasten/GettingStartedWizardCurr\" text={{{ [enlist{$:/sib/GettingStarted!!list}before{$:/config/zettelkasten/GettingStartedWizardCurr}] }}}/>\n\\define go-forward() \u003C$action-setfield $tiddler=\"$:/config/zettelkasten/GettingStartedWizardCurr\" text={{{ [enlist{$:/sib/GettingStarted!!list}after{$:/config/zettelkasten/GettingStartedWizardCurr}] }}}/>\n\\define wizard-navbar()\n\u003Cdiv style=\"margin: auto; text-align: center;\">\n\t\u003Ch2 style=\"margin-bottom: 5px;\">{{!!caption}}\u003C/h2>\n\n\t\u003C$list filter=\"[enlist{$:/sib/GettingStarted!!list}before{$:/config/zettelkasten/GettingStartedWizardCurr}!is[blank]]\" variable=_>\n\t\t\u003C$button actions=\u003C\u003Cgo-back>>>\n\t\t\t← Back\n\t\t\u003C/$button>\n\t\u003C/$list>\n\t\n\t\u003C$list filter=\"[enlist{$:/sib/GettingStarted!!list}after{$:/config/zettelkasten/GettingStartedWizardCurr}!is[blank]]\" variable=_>\n\t\t\u003C$button actions=\u003C\u003Cgo-forward>>>\n\t\t\tNext →\n\t\t\u003C/$button>\n\t\u003C/$list>\n\u003C/div>\n\\end\n\nWelcome to ~TiddlyZettelKasten, usually known as ''tzk'' (pronounced /tə'ziːk/, tuh-ZEEK). tzk is an occasionally updated version of [[Soren's Zettelkasten|https://zettelkasten.sorenbjornstad.com]] in a format that you can use as a launching point for your own Zettelkasten or similar wiki.\n\nYou are expected and encouraged to make tzk your own by changing its conventions, tools, tags, and so on as you learn more about the Zettelkasten approach to note-taking. Rather than a full-service application, tzk is a framework you can use to build your own system (although it works out of the box if you happen to like Soren's highly opinionated approach).\n\nIt's recommended that you have a basic understanding of TiddlyWiki before getting started with tzk. [[Grok TiddlyWiki|https://groktiddlywiki.com]] is a free online textbook you can use to learn TiddlyWiki; completing at least chapters 1 and 2 is recommended before getting too serious with tzk. (Jumping in first is totally fine, but if you find yourself with lots of questions about how things work, check //Grok ~TiddlyWiki// before getting frustrated).\n\nIf you're viewing this page on the web, you have two options for installation:\n\n\u003C$details summary=\"As a single file\">\n\nYou can start out by downloading the wiki as a single HTML file and working with it directly in your browser:\n\n{{$:/snippets/download-wiki-button}}\n\nYou will need a way of saving changes to this file as you work. You can [[view the full list of options at tiddlywiki.com|https://tiddlywiki.com/#Saving]]; if you've never used TiddlyWiki before and aren't sure what to pick, [[I recommend TiddlyDesktop|https://groktiddlywiki.com/read/#Installing%20TiddlyWiki]].\n\nYou can always convert your single-file wiki to Node.js later using the `tzk convert` command.\n\n\u003C/$details>\n\u003C$details summary=\"Through Node.js (full-service)\">\n\ntzk is primarily designed for use with Node.js and has an associated helper command-line interface. Using tzk this way is more involved and technical but offers the following features you can't get in the single-file version:\n\n* Instant setup of your wiki on Node.js.\n* Highly configurable builds, allowing you to publish different versions of your wiki -- a common use case is publishing some of your content on the web and keeping some of it private.\n* Space-efficient backups and version history with Git.\n\nFull instructions for installing and initializing the tzk command-line tool can be [[found on Read the Docs|https://tzk.readthedocs.io/en/latest/]].\n\nIf you're familiar with command-line tools like tzk, you can get a quick start by making sure you have Git, NPM, and Python 3.6 or greater installed, then running:\n\n```\n$ pip install tzk\n$ mkdir my_wiki_folder\n$ cd my_wiki_folder\n$ tzk init\n$ tzk listen\n```\n\nIf everything goes well, this will launch a web server and tell you what URL to enter into your web browser, and when you go there you'll have your wiki waiting for you.\n\n\u003C/$details>\n\n\n-------\n\nOnce you have a copy of tzk, open it up on your computer and get started with the following quick-start wizard!\n\n\u003Cdiv style=\"border: 1px solid gray; padding: 0.5rem;\">\n\n\u003C$tiddler tiddler={{$:/config/zettelkasten/GettingStartedWizardCurr}}>\n\u003C\u003Cwizard-navbar>>\n\u003C/$tiddler>\n\n\u003C$transclude tiddler={{$:/config/zettelkasten/GettingStartedWizardCurr}}/>\n\n\u003C\u003Cwizard-navbar>>\n\n\u003C/div>"},
{"title":"$:/sib/GettingStarted/Copyright","caption":"Copyright","created":"20210523153031971","creator":"soren","modified":"20210920170823196","modifier":"soren","tags":"Meta","type":"text/vnd.tiddlywiki","text":"If you're sure you will never share any part of your Zettelkasten with others, you can skip this step. Otherwise, take a moment now to decide under what terms you will share your content.\n\nThe built-in licensing model for this edition involves two different licenses: one on the //content// (your actual notes) and a second on the //system tiddlers// (the custom logic that sits behind the wiki).\n\n\n\u003C$details summary=\"Easy mode: Keep the existing terms\">\n\nIf you take this option, here's what you're letting other people do:\n\n* Your ''notes'' will be all-rights-reserved: people who have access to the notes can read them and use them under [[fair use|https://en.wikipedia.org/wiki/Fair_use]] in your jurisdiction, but can't do anything else with them.\n* Your changes to ''system tiddlers'' will be licensed under the [[MIT license|https://en.wikipedia.org/wiki/MIT_License]] (others can freely copy and reuse them in their own wikis).\n\nAssuming you are comfortable with that, this method is recommended if you are unfamiliar with open-source licensing or copyright law; simply filling in the copyright notice below will automatically ensure your stake in your content is recognized and meet your legal obligations under the MIT license of this edition.\n\nWhat should your copyright notice look like? This will normally be something like `Copyright © 1995 Your Name Here.` If you want the copyright date to automatically update, use `\u003C\u003Cnow YYYY>>` in place of the year.\n\n//Your copyright notice//: \u003C$edit-text tiddler=\"$:/config/zettelkasten/copyright/UserNotice\" tag=\"input\" class=\"sib-copyright-input\"/>\n\n\u003C/$details>\n\u003C$details summary=\"Or alter the notices yourself\">\n\nIf you don't like the built-in model, you can freely change the license used for your notes by editing the tiddler [[$:/config/zettelkasten/copyright/Content]]. For instance, maybe you'd like to make your notes available under a [[Creative Commons|https://creativecommons.org/]] license.\n\nIt's possible to use a different license than the MIT license for your modifications to system tiddlers, including forbidding anyone else from using them at all, by editing the [[$:/config/zettelkasten/copyright/System]] tiddler, but you ''must do so in a way that is compatible with the MIT license and preserves the original copyright notice''. Doing this correctly requires background knowledge and some attention to detail, so if you are not familiar with open-source licensing, you are probably better off sticking with the defaults and adding a copyright notice using the text box above, or having a quick chat with someone who is more familiar.\n\nYou can change the copyright notice that appears in the footer of the public edition in [[$:/sib/Templates/Automatic/StoryRiverFooter]].\n\n\u003C/$details>\n\n!! Preview\n\nVisit [[CopyrightNotice]] to see what the notice will look like.\n\n\n\u003Cstyle>\ninput.sib-copyright-input {\n\twidth: 100%;\n}\n\u003C/style>"},
{"title":"$:/sib/GettingStarted/NextSteps","caption":"Next steps","created":"20210828133924602","creator":"soren","modified":"20210922163144199","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"Where do you go from here?\n\nI recommend starting by ''adding some notes''! Add a couple of tiddlers for the ideas rolling around in your head. Read a book, add a source tiddler for it, and link to it in some idea tiddlers.\n\nOnce you've gotten a few notes into the system, you will be in a good place to ''decide what elements of this edition you like and what things you'll want to change''. If you want to get into customizing the wiki and you don't have much experience with TiddlyWiki, check out [[Grok TiddlyWiki|https://groktiddlywiki.com/read]], a complete textbook and reference designed for learning how this stuff works from the ground up.\n\nAt any time, you can watch [[an hour-long walkthrough video|https://www.youtube.com/watch?v=9X_T-DVie8o]] showing the most important features of tzk.\n\nAt any time, you can click the ''tools button {{$:/core/images/theme-button}}'' on the page toolbar (upper-right corner of the wiki, right under the title) to access a wide variety of tools, settings, and documentation related to the Zettelkasten edition.\n\nIf you have questions, comments, or suggestions, please feel free to get in touch at `zettelkasten@sorenbjornstad.com`."},
{"title":"$:/sib/GettingStarted/ReferenceExplorer","caption":"Finding related content","created":"20210920161148251","creator":"soren","modified":"20210920161326799","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"{{ReferenceExplorer}}"},
{"title":"$:/sib/GettingStarted/ThingsToDo","caption":"Keeping track of things to do","created":"20210828132735971","creator":"soren","modified":"20210828133749250","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"A Zettelkasten is never complete and always full of new things you could work on and existing things you can improve. As such, tzk has a variety of tools for keeping track of what you might want to work on next, so you'll always be ready to do something useful whenever you have time to work.\n\nThese tools are gathered together on the ''Write'' tab of the sidebar.\n\n; Stubs\n: Tag a tiddler \u003C\u003Ctag Stub>> to indicate that you've decided this topic deserves a tiddler, but haven't had time to write much of significance about it yet. If I have an idea but no time to write about it, I commonly add a tiddler with just a title, or a title and a sentence or two explaining what would go in it, then tag it as a stub and save it.\n\n; Missing\n: All tiddlers that you've linked to but not created appear here. Just because you linked to a tiddler doesn't mean you //have// to create it -- often it's sufficient just to gather a list of things that link to that person, place, or idea, which works just fine without ever creating the tiddler -- but this list often contains things that could be promoted to stubs or full-blown tiddlers, so it's good to skim through it from time to time.\n\n; Needing attention\n: If you have a tiddler that obviously needs some work -- for instance, it no longer represents your opinion, it's full of errors, half of it consists of text you copied and pasted from somewhere else, and so on -- tag it \u003C\u003Ctag NeedsAttention>> to add it to this list.\n\n; Needing excision\n: The \u003C\u003Ctag NeedsExcision>> tag is a more specific version of //Needing attention// which indicates the tiddler is too long and should be [[broken out into atomic units|https://groktiddlywiki.com/read/#Slicing%20Up%20Content]]. For instance, if you took a bunch of notes on a book but left them sitting in the tiddler about the book rather than splitting them up into separate tiddlers for each idea, you might add this tag to the book tiddler as a reminder to come back and think more clearly about the boundaries between ideas.\n\n; To-do items\n: If you need to be more specific about what needs to be done in a tiddler than the on-or-off NeedsAttention tag allows, in the text field of that tiddler, link to `[[TODO]]` and follow the link with a sentence ending in a period. For instance, ``[[TODO]]: Find a reference for this claim.`` A link to the tiddler containing the todo and the text of the todo item will then appear in this tab.\n\n; Open questions\n: Similar to to-do items, tiddlers containing a link to `[[OpenQuestion]]` appear here. Open questions are ones that you don't know how to answer, but think are important and hope that with more study or life experience you might be able to understand better.\n\n; Tray\n: If you have some tiddlers you want to keep “front of mind,” but you don't want to keep them open in the story river, you can drag and drop them into this tab, where they'll stay until you manually remove them."},
{"title":"$:/sib/GettingStarted/Title","caption":"Title","created":"20210825150825394","creator":"soren","modified":"20210920133523652","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"\\define set-favicon-actions()\n\u003C$action-sendmessage $message=\"tm-rename-tiddler\" from={{{[[$:/Import]links[]first[]]}}} to=\"$:/favicon.ico\"/>\n\\end\n\n\\define favicon-cell()\n[img width=24 [$:/favicon.ico]]\n\u003C$navigator>\n\t\u003C$browse accept=\"ico,png,gif\"/>\n\u003C/$navigator>\n\u003C$list filter=\"[[$:/Import]plugin-type[import]]\">\n\t\u003C$button actions=\u003C\u003Cset-favicon-actions>>>\n\t\tchange favicon\n\t\t\u003C$action-sendmessage $message=\"tm-perform-import\" $param=\"$:/Import\"/>\n\t\u003C/$button>\n\u003C/$list>\n\\end\n\n\u003C!-- Thanks to Saq for helping figure out how to import/replace the favicon:\n https://talk.tiddlywiki.org/t/importing-a-tiddler-with-a-specific-name/680 -->\n\t\t \n\nLet's start with some basic information.\n\nWhat do you want to call your Zettelkasten? The title and subtitle will appear at the top of the sidebar and in your web browser's title bar.\n\n\u003C$set name=\"tv-auto-open-on-import\" value=\"no\">\n\u003C$navigator>\n\n|!Title |\u003C$edit-text tiddler=\"$:/SiteTitle\" tag=\"input\"/>|\n|!Subtitle |\u003C$edit-text tiddler=\"$:/SiteSubtitle\" tag=\"input\"/>|\n\nThe favicon appears next to the title in tabs, bookmarks, and other places throughout your web browser's interface. You can upload a new favicon in ICO, PNG, or GIF format.\n\n|!Favicon |\u003C\u003Cfavicon-cell>>|\n\n\n\u003C/$navigator>\n\u003C/$set>"},
{"title":"$:/sib/GettingStarted/Warning","caption":"WARNING and DISCLAIMER","created":"20210828134445553","creator":"soren","modified":"20210920133400209","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"''tzk should be considered alpha software.'' The underlying platform, TiddlyWiki, is extremely stable, and it is highly unlikely you will lose any data as a result of using tzk, nor will the system become obsolete or unusable in the near future. However, there may not be an obvious upgrade path to newer versions, I cannot guarantee support if you encounter problems, and the edition remains primarily focused on my specific needs.\n\nIn other words, it's //safe// to use tzk for your production Zettelkasten, but you should expect to have to dive into some system tiddlers to make the edition work the way you want, and you may have to do some manual merging and copy-pasting of tiddlers if you want to backport features that I add to tzk in the future to your wiki. Think of the current version of tzk as a piece of hardware that you bought: you get it as-is, and if you want changes or upgrades to it, you have to make them yourself. If you're not willing to take on that responsibility, please do not use tzk for real work.\n\n!! Why?\n\nAs I am still trying to figure out how to get the most value out of TiddlyWiki and my Zettelkasten, I need to preserve my ability to rapidly make changes to my tooling. Worrying about backwards compatibility, upgrades, supportability, and changing things so they work well for other users and not just me would require a significant portion of my development time and motivation, and I don't have that time to give at the moment. If I tried to supply these things, I wouldn't be able to publish this at all. (Ordinarily I would just keep the tools to myself until they were a bit more mature, but I have gotten so many curious people casting jealous looks at my [[public Zettelkasten|https://zettelkasten.sorenbjornstad.com]] that I'm making an exception.)"},
{"title":"$:/sib/GettingStarted/ZettelkastenCardTypes","caption":"Card types","created":"20210827233526864","creator":"soren","modified":"20210827233548929","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"{{ZettelkastenCardType}}"},
{"title":"$:/sib/gis/AddInfo","created":"20201129183646538","modified":"20201129184104788","tags":"","type":"text/vnd.tiddlywiki","text":"\u003Ctable>\n\u003Ctr>\n\t\u003Cth>Latitude, Longitude\u003C/th>\u003Ctd>\u003C$edit-text tag=input default=\"\" tiddler=\"$:/temp/AddValues\" field=\"latlong\"/>\u003C/td>\n\u003C/tr>\n\u003Ctr>\n \u003Cth>Zoom\u003C/th>\u003Ctd>\u003C$edit-text tag=input default=\"\" tiddler=\"$:/temp/AddValues\" field=\"gis-zoom\"/>\u003C/td>\n\u003C/tr>\n\u003C/table>\n\n\u003C$vars\n lat={{{ [[$:/temp/AddValues]get[latlong]split[,]first[]trim[]] }}}\n\tlong={{{ [[$:/temp/AddValues]get[latlong]split[,]last[]trim[]] }}}>\n\u003C$button>\n\t\u003C$action-setfield $field=\"gis-lat\" $value=\u003C\u003Clat>>/>\n\t\u003C$action-setfield $field=\"gis-long\" $value=\u003C\u003Clong>>/>\n\t\u003C$action-setfield $field=\"gis-zoom\" $value={{$:/temp/AddValues!!gis-zoom}}/>\n\t\u003C$action-deletetiddler $tiddler=\"$:/temp/AddValues\"/>\n\tAdd\n\u003C/$button>\n\u003C/$vars>"},
{"title":"$:/sib/gis/DrivingDirections","caption":"Directions","created":"20201129175445792","creator":"soren","modified":"20210910154651732","modifier":"soren","tags":"$:/sib/gis/MappingTools","type":"text/vnd.tiddlywiki","text":"\\define dirUrl(lat, long) https://www.google.com/maps/embed/v1/directions?key=$(gmapsApiKey)$&origin=$(sourceLoc)$&destination=$(lat)$%2C$(long)$\n\n\u003C$list filter=\"[all[current]has[gis-lat]]\" variable=_>\n\u003Cdiv style=\"margin-bottom:1ex;\">\n\tDirections from \u003C$link to=\"PrivateMetadata\">home\u003C/$link> or: \u003C$edit-text tiddler=\"$:/temp/CurrentDirectionsSource\" tag=input default=\"\" size=56 />\n\u003C/div>\n\n\u003C$set name=\"directionsSource\" value={{{ [{$:/temp/CurrentDirectionsSource}!is[blank]encodeuri[]] ~[{PrivateMetadata##Address}encodeuri[]] }}}>\n\u003C$list filter=\"[\u003CdirectionsSource>!is[blank]]\" variable=_ emptyMessage=\"Please enter an address to start from, or set the `Address` index of the `PrivateMetadata` data tiddler to a default address.\">\n\u003C$vars\n gmapsApiKey={{$:/config/zettelkasten/gis/GMapsApiKey}}\n\tlat={{!!gis-lat}}\n\tlong={{!!gis-long}}\n\tsourceLoc=\u003C\u003CdirectionsSource>>>\n \u003Ciframe\n width=\"600\"\n height=\"450\"\n frameborder=\"0\"\n style=\"border:0\"\n src=\u003C\u003CdirUrl>>\n allowfullscreen>\u003C/iframe>\n\u003C/$vars>\n\u003C/$list>\n\u003C/$set>\n\n\u003C/$list>"},
{"title":"$:/sib/gis/Info","caption":"Info","created":"20201129181525887","modified":"20201129182049518","tags":"$:/sib/gis/MappingTools","type":"text/vnd.tiddlywiki","text":"|!Address|{{!!gis-address}}|\n|!Latitude|{{!!gis-lat}}|\n|!Longitude|{{!!gis-long}}|\n|!GMaps zoom level|{{!!gis-zoom}}|"},
{"title":"$:/sib/gis/MappingTools","created":"20201129175820541","creator":"soren","description":"Show the mapping tools available for place tiddlers with location information, or prompt the user to add such information.","list":"$:/sib/gis/SatelliteMap $:/sib/gis/DrivingDirections $:/sib/gis/Info","modified":"20210910154242175","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers tagged \u003C\u003Ctag Place>>.","type":"text/vnd.tiddlywiki","text":"\\define no-gis-info()\nThere is no GIS information available for this place, but you can add it (try from [[Google Maps|https://www.google.com/maps]]):\n\n{{||$:/sib/gis/AddInfo}}\n\\end\n\n\\define no-api-key()\nTo use the mapping tools on Place tiddlers, you must configure a Maps Embed API key in Google Cloud Platform (GCP), then set the text field of the $:/config/zettelkasten/gis/GMapsApiKey tiddler to this API key. The Maps Embed API is free to use. Documentation on the API may be [[found here|https://developers.google.com/maps/documentation/embed/get-started]].\n\nIf you don't want to see this message again, disable the //GIS// [[feature flag|$:/sib/Tools/FeatureFlags]].\n\\end\n\n\u003C$list filter=\"[all[current]tag[Place]]\" variable=_>\n\u003C$list filter=\u003C\u003Cff GisTools>> variable=_>\n\u003C$list filter=\"[all[current]has[gis-lat]]\" emptyMessage=\u003C\u003Cno-gis-info>> variable=_>\n\u003C$list filter=\"[{$:/config/zettelkasten/gis/GMapsApiKey}!is[blank]]\" emptyMessage=\u003C\u003Cno-api-key>> variable=\"gmapsApiKey\">\n\n\u003C\u003Ctabs \n\ttabsList:\"[list[$:/sib/gis/MappingTools]]\"\n\tdefault:\"$:/sib/gis/SatelliteMap\"\n\tretain:yes\n>>\n\n\u003C/$list>\n\u003C/$list>\n\u003C/$list>\n\u003C/$list>"},
{"title":"$:/sib/gis/SatelliteMap","caption":"Satellite","created":"20201129174511282","creator":"soren","modified":"20210910152248350","modifier":"soren","tags":"$:/sib/gis/MappingTools","type":"text/vnd.tiddlywiki","text":"\\define mapUrl() https://www.google.com/maps/embed/v1/view?key=$(gmapsApiKey)$&zoom=$(zoom)$&center=$(lat)$%2C$(long)$&maptype=satellite\n\n\\define changebutton(operation, faClass)\n\t\u003C$button class=\"tc-btn-invisible tc-tiddlylink\">\n\t\t\u003C$action-setfield $field=\"gis-zoom\" $value={{{ [{!!gis-zoom}$operation$[1]] }}}/>\n\t\t\u003Ci class=\"fa $faClass$\"/>\n\t\u003C/$button>\n\\end\n\n\u003C$list filter=\"[all[current]has[gis-lat]]\" variable=_>\n\u003C$vars\n\tlat={{!!gis-lat}}\n\tlong={{!!gis-long}}\n\tzoom={{!!gis-zoom}}>\n\t\n \u003Ciframe\n width=\"600\"\n height=\"450\"\n frameborder=\"0\"\n style=\"border:0\"\n src=\u003C\u003CmapUrl>>\n allowfullscreen>\n\t\t\u003C/iframe>\n\u003C/$vars>\nEdit map zoom: \u003C\u003Cchangebutton add fa-search-plus>> \u003C\u003Cchangebutton subtract fa-search-minus>>\n\u003C/$list>\n\n\u003C!--\n\u003C$list filter=\"[all[current]!has[gis-lat]]\" variable=_>\n Please add `gis-lat`, `gis-long`, and `gis-zoom` fields to this tiddler to display a map.\n\u003C/$list>\n-->"},
{"title":"$:/sib/gui/KillPhrases","created":"20210731165017938","creator":"soren","description":"Configure phrases that should cause public builds to fail.","modified":"20210920155725847","modifier":"soren","tags":"Tool","tooltype":"configuration","type":"text/vnd.tiddlywiki","text":"//Kill phrases// are an extra measure of security to ensure you don't accidentally publish something that was supposed to be private. After building the public wiki, if the source of any tiddler therein contains any of the words or phrases below in any field, the build will fail and point out the location where a kill phrase ended up in the output.\n\nEnter kill phrases below, one per line.\n\n\u003Cdiv class=\"kill-phrase-entry\">\n\u003C$edit-text\n tiddler=\"$:/config/zettelkasten/Build/KillPhrases\"\n\tdefault=\"\"\n\t/>\n\u003C/div>\n\nEach line is treated as a Python-dialect regular expression ([[documentation|https://docs.python.org/3/library/re.html#regular-expression-syntax]] of this dialect).\n\nKill phrases are ''case-sensitive''. If you want to kill the build on multiple cases of a word, use a //character class// (`[sS]ecret` to allow both `secret` and `Secret`), or begin the phrase with `(?i)` to make the entire regular expression case-insensitive.}\n\nKill phrases ''match substrings'': that is, “kill” will also match “skillet” and “killdeer”. If you want to match only a whole word, use `\\b` (a //word boundary// marker) before and after the word, like `\\bkill\\b`. (This still ignores punctuation, so it will find `kill,` -- but that's probably what you want.)\n\nYour list of kill phrases will not be published so long as you do not alter the build filter (if you do, watch out -- system tiddlers, including the one which stores your kill phrases, are published by default).\n\n\u003Cstyle>\ndiv.kill-phrase-entry textarea {\n\twidth: 100%;\n}\n\u003C/style>"},
{"title":"$:/sib/gui/SidebarTabSelector","created":"20210731162946420","creator":"soren","description":"Choose which top-level tabs you want to show in the sidebar in your public and private editions.","modified":"20210920155630850","modifier":"soren","tags":"Tool","tooltype":"configuration","type":"text/vnd.tiddlywiki","text":"{{!!description}}\n\n\u003Ctable>\n\t\u003Ctr>\n\t\t\u003Cth style=\"min-width: 6em;\">Tab\u003C/th>\n\t\t\u003Cth>Private\u003C/th>\n\t\t\u003Cth>Public\u003C/th>\n\t\t\u003Cth>Description\u003C/th>\n\t\u003C/tr>\n\t\u003C$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\">\n\t\t\u003C$list filter=\"[all[current]addprefix[$:/config/zettelkasten/SideBar/Visibility/]]\" variable=\"vizTiddler\">\n\t\t\t\u003Ctr>\n\t\t\t\t\u003Ctd>\u003C$link to=\u003C\u003CcurrentTiddler>>>{{!!caption}}\u003C/$link>\u003C/td>\n\t\t\t\t\u003Ctd>\u003C$checkbox tiddler=\u003C\u003CvizTiddler>> field=\"private\" checked=\"yes\" unchecked=\"no\"/>\u003C/td>\n\t\t\t\t\u003Ctd>\u003C$checkbox tiddler=\u003C\u003CvizTiddler>> field=\"public\" checked=\"yes\" unchecked=\"no\"/>\u003C/td>\n\t\t\t\t\u003Ctd>\u003C$transclude field=\"description\">(//built-in tab//)\u003C/$transclude>\u003C/td>\n\t\t\t\u003C/tr>\n\t\t\u003C/$list>\n\t\u003C/$list>\n\u003C/table>"},
{"title":"$:/sib/indite/ChildListItemTemplate","created":"20210415020141514","modified":"20210421012848006","tags":"","type":"text/vnd.tiddlywiki","text":"\u003C$link to=\u003C\u003CcurrentTiddler>>/> ({{!!indite-class}})"},
{"title":"$:/sib/indite/InditeChildren","created":"20210410004529968","creator":"soren","modified":"20210924153927403","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"\\define copy-me() \u003C$button message=\"tm-copy-to-clipboard\" param={{!!text}} class=\"tc-btn-invisible tc-tiddlylink\">wikitext\u003C/$button>\n\n\\define copy-rendered()\n\u003C$set name=\"hideNotes\" value=\"yes\">\n\u003C$wikify name=\"copyText\" text=\"{{!!text}}\" output=\"html\" mode=\"block\">\n\t\t\u003C$button message=\"tm-copy-to-clipboard\" param=\u003C\u003CcopyText>> class=\"tc-btn-invisible tc-tiddlylink\">html\u003C/$button>\n\u003C/$wikify>\n\u003C/$set>\n\\end\n\n\\define copies()\ncopy \u003C\u003Ccopy-me>> · \u003C\u003Ccopy-rendered>>\n\\end\n\n\\define editmode()\n\u003C$radio field=\"editmode\" value=\"view\">view\u003C/$radio>&nbsp;\n\u003C$radio field=\"editmode\" value=\"edit\">edit\u003C/$radio>&nbsp;\n\u003C$radio field=\"editmode\" value=\"both\">side-by-side\u003C/$radio>\n\\end\n\n\\define remove-action() \u003C$action-listops $tiddler=\u003C\u003ClistingTiddler>> $filter=\"[\u003ClistingTiddler>get[list]enlist-input[]remove\u003CcurrentTiddler>]\"/>\n\n\\define remove() \u003C$button class=\"tc-btn-invisible tc-tiddlylink\" actions=\u003C\u003Cremove-action>>>remove\u003C/$button>\n\n\\define move-up-action() \u003C$action-listops $tiddler=\u003C\u003ClistingTiddler>> $filter=\"[\u003ClistingTiddler>get[list]enlist-input[]]\"\n\\define move-down-action() \u003C$action-listops $tiddler=\u003C\u003ClistingTiddler>> $filter=\"[\u003ClistingTiddler>get[list]enlist-input[]]\"\n\n\\define moves() \u003C$button class=\"tc-btn-invisible tc-tiddlylink\" actions=\u003C\u003Cmove-up-action>>>up\u003C/$button> · \u003C$button class=\"tc-btn-invisible tc-tiddlylink\" actions=\u003C\u003Cmove-down-action>>>down\u003C/$button>\n\n\\define tidblock(typeName, viewBlock:\"\"\"\u003C$transclude mode=\"block\"/>\"\"\")\n\t\u003C$set name=\"thewidth\" value={{{ [all[current]editmode[both]then[indite-halfwidth]else[indite-fullwidth]] }}}>\n\t\t\u003C$list filter=\"[\u003ChideNotes>match[yes]then[]else[yes]!is[blank]]\" variable=_>\n\t\t\t\u003Ctitle-block>\n\t\t\t\t\u003C\u003C__typeName__>>: \u003C$link />\u003Cbr>\n\t\t\t\t\u003C\u003Cremove>> · \u003C\u003Cmoves>>\u003Cbr>\n\t\t\t\t\u003C\u003Ccopies>>\u003Cbr>\n\t\t\t\t\u003C\u003Ceditmode>>\n\t\t\t\u003C/title-block>\n\t\t\u003C/$list>\n\t\t\u003C$list filter=\"[all[current]editmode[view]] [all[current]editmode[both]] [all[current]!has[editmode]]\">\n\t\t\t\u003Cdiv class={{{ [[indite-sbs-viewer]addsuffix[ ]addsuffix\u003Cthewidth>] }}}>\n\t\t\t\t$viewBlock$\n\t\t\t\u003C/div>\n\t\t\u003C/$list>\n\t\t\n\t\t\u003C$list filter=\"[\u003Ctr-rendering>!match[yes]]\" variable=_>\n\t\t\u003C$list filter=\"[all[current]editmode[edit]] [all[current]editmode[both]]\">\n\t\t\t\u003Cdiv class={{{ [[indite-sbs-editor]addsuffix[ ]addsuffix\u003Cthewidth>] }}}>\n\t\t\t\t\u003C$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\"/>\n\t\t\t\u003C/div>\n\t\t\u003C/$list>\n\t\t\u003C/$list>\n\t\u003C/$set>\n\\end\n\n\\define add-here-action() \u003C$action-listops $subfilter=\"[enlist{!!list}insertbefore:childTiddler\u003CactionTiddler>]\"/>\n\n\u003C$set name=\"listingTiddler\" value=\u003C\u003CcurrentTiddler>>>\n\u003C$list filter={{!!list}} variable=\"childTiddler\">\n\t\u003Ctitle-block>\n\t\u003C$droppable actions=\u003C\u003Cadd-here-action>>>(//drop to insert tiddler here//)\u003C/$droppable>\n\t\u003C/title-block>\n\t\n\t\u003C$list filter=\"[\u003CchildTiddler>indite-class[chapter]]\">\n\t\t\u003C\u003Ctidblock \"Chapter\">>\n\t\u003C/$list>\n\t\n\t\u003C$list filter=\"[\u003CchildTiddler>indite-class[epigraph]]\">\n\t\t\u003C\u003Ctidblock \"Epigraph\" \"\"\"\u003Cblockquote>\u003C$transclude mode=\"block\"/>\u003C/blockquote>\"\"\">>\n\t\u003C/$list>\n\t\n\t\u003C$list filter=\"[\u003CchildTiddler>indite-class[scene]]\">\n\t\t\u003C\u003Ctidblock \"Scene\">>\n\t\u003C/$list>\n\t\n\t\u003C$list filter=\"[\u003CchildTiddler>!has[indite-class]]\">\n\t\t\u003C\u003Ctidblock \"Other\">>\n\t\u003C/$list>\n\t\u003Cbr>\n\u003C/$list>\n\u003C/$set>"},
{"title":"$:/sib/indite/macros","created":"20210410020513999","modified":"20210410031557381","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define indite-note(txt)\n\t\u003C$list filter=\"[\u003ChideNotes>match[yes]then[]else[yes]!is[blank]]\" variable=_>\n\t\t\u003Caside>$txt$\u003C/aside>\n\t\u003C/$list>\n\\end"},
{"title":"$:/sib/indite/Sidebar","created":"20210410005234756","modified":"20210410005104788","tags":"","type":"text/vnd.tiddlywiki","text":"This is the sidebar."},
{"title":"$:/sib/indite/Stylesheet","created":"20210410003437115","modified":"20210415015805553","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"div[data-tags*=\"Indite\"] div.tc-tiddler-body {\n\tdisplay: none;\n}\n\ndiv.indite-text {\n\tfont-family: \"Bitstream Charter\", Garamond, Georgia, serif;\n\tfont-size: 16px;\n\tmax-width: 80rem;\n\twidth: 80%;\n\t/*margin-left: 30%;*/\n\tmargin-left: 20%;\n}\n\ndiv.indite-text > p > div.indite-halfwidth {\n\twidth: 49%;\n\tdisplay: inline-block;\n\tvertical-align: top;\n}\n\ndiv.indite-text > p > div.indite-fullwidth {\n\twidth: 100%;\n}\n\ndiv.indite-text > p > div.indite-fullwidth.indite-sbs-viewer {\n\tmax-width: 40em;\n\tmargin-left: 2em;\n\tmargin-right: auto;\n}\n\ndiv.indite-text div p:first-child {\n\tmargin-top: 0;\n\tpadding-top: 0;\n}\n\ndiv.indite-text div.indite-sbs-editor div {\n\tfont-size: 12px;\n}\n\n.hide-notes title-block, .hide-notes aside {\n\tdisplay: none;\n}\n\ntitle-block, aside {\n\tfont-size: 12px;\n\tfont-family: \"Bitstream Vera Sans\", \"Bitstream Sans\", Arial, sans-serif;\n\tvertical-align: top;\n\tdisplay: block;\n\tfloat: left;\n\t/*position: absolute;*/\n\tpadding-left: 2rem;\n\tpadding-right: 1rem;\n\tmargin-left: -50%;\n\t/*left: 0;*/\n\twidth: 50%;\n\ttext-align: right;\n\tlist-style-type: none;\n\tclear: both;\n\tmargin-bottom: 1rem;\n}\n"},
{"title":"$:/sib/indite/ViewTemplate","caption":"Indite view template","created":"20210410004824597","creator":"soren","description":"Tiddlers that are part of the Indite writing system (under development) hide the normal view template via CSS and use this one instead.","modified":"20210924153731019","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers tagged \u003C\u003Ctag Indite>>.","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[all[current]tag[Indite]]\" variable=_>\n\n\u003C$reveal tag=\"div\" class=\"indite-body\" type=\"nomatch\" stateTitle=\u003C\u003Cfolded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n\u003Cdiv style=\"border: 1px solid;\">\n\u003C$count filter=\"[all[current]list[]]\"/> children (drag and drop to add or reorder):\n\n\u003C$macrocall $name=\"list-links-draggable\" tiddler=\u003C\u003CcurrentTiddler>> itemTemplate=\"$:/sib/indite/ChildListItemTemplate\"/>\n\n\u003C/div>\n\n\u003Cdiv class=\"indite-text\">\n\n\u003C$transclude mode=\"block\"/>\n\n\u003C/div>\n\n\u003C/$reveal>\n\n\u003C/$list>"},
{"title":"$:/sib/js/excise-private-chunk.js","text":"/*\\\ntitle: $:/sib/js/excise-private-chunk.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to excise the selection to a new private-chunk tiddler.\n\nSIB 2021-05-21: Copied from the standard excise operation and modified as needed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"excisePrivateChunk\"] = function(event, operation) {\n\tvar editTiddler = this.wiki.getTiddler(this.editTitle),\n\t\teditTiddlerTitle = this.editTitle;\n\tif(editTiddler && editTiddler.fields[\"draft.of\"]) {\n\t\teditTiddlerTitle = editTiddler.fields[\"draft.of\"];\n\t}\n\tvar excisionTitle = this.wiki.generateNewTitle(editTiddlerTitle + \"/p\");\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\tthis.wiki.getModificationFields(),\n\t\t{\n\t\t\ttitle: excisionTitle,\n\t\t\ttext: operation.selection,\n\t\t\ttags: \"PrivateChunk\"\n\t\t}\n\t));\n\toperation.replacement = \"{{\" + excisionTitle + \"||PrivateChunk}}\";\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();","type":"application/javascript","module-type":"texteditoroperation","created":"20210522033305614","modified":"20210522034730351","tags":""},
{"title":"$:/sib/js/ListSubscriptionsWidget","text":"/*\\\ntitle: action-refreshsubscriptions\ntype: application/javascript\nmodule-type: widget\nPull details on all subscriptions for a given user into the TiddlyWiki.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nlet ENDPOINT = \"https://0tkdn6wpl9.execute-api.us-east-1.amazonaws.com/default/SubscribeToZettelkastenTiddler\";\n\nfunction gfv(id) {\n\t\treturn document.getElementById(id).value\n}\n\nfunction sendRequest(widget, url, params, callback) {\n\t\tlet xhr = new XMLHttpRequest();\n\t\txhr.open('POST', url, true);\n\t\txhr.responseType = 'json';\n\t\txhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');\n\n\t\txhr.onload = () => {\n\t\t\t\tlet status = xhr.status;\n\t\t\t\tif (status == 200) {\n\t\t\t\t\t\tconsole.log(xhr.response);\n\t\t\t\t\t\tif (xhr.response[\"status\"] == \"success\") {\n\t\t\t\t\t\t\t\tcallback(null, xhr.response, widget);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcallback(status, xhr.response, widget);\n\t\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t\tcallback(status, xhr.response);\n\t\t\t\t}\n\t\t};\n\n\t\t// Turn the data object into an array of URL-encoded key/value pairs.\n\t\t// https://stackoverflow.com/questions/9713058/send-post-data-using-xmlhttprequest\n\t\tlet urlEncodedDataPairs = [], name;\n\t\tfor (name in params) {\n\t\t\t\turlEncodedDataPairs.push(encodeURIComponent(name) + '=' + encodeURIComponent(params[name]));\n\t\t}\n\t\txhr.send(urlEncodedDataPairs.join('&'))\n};\n\nfunction getSubscriptions(widget, user, token) {\n\t\tvar params = new Object();\n\t\tparams.user = user;\n\t\tparams.token = token;\n\t\tparams.operation = \"list\";\n\n\t\tsendRequest(widget, ENDPOINT, params, (err, data, widget) => {\n\t\t\t\tif (err != null) {\n\t\t\t\t\t\tif (data['reason'] === \"Invalid token\") {\n\t\t\t\t\t\t\talert(\"Your access code is invalid or missing. Please choose 'send a new one' and try the new access code you are emailed.\")\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\talert(\"Unknown error viewing subscriptions. Please contact zettelkasten@sorenbjornstad.com for assistance.\");\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn false;\n\t\t\t\t} else {\n\t\t\t\t\t\tvar subs = data['subscribed_tiddlers'];\n\t\t\t\t\t\tvar tiddlerList = \"[[\" + subs.join(\"]] [[\") + \"]]\";\n\t\t\t\t\t\twidget.wiki.setText(\"$:/temp/Subscriptions\", \"list\", undefined, tiddlerList);\n\t\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t});\n}\n\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FeedbackWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFeedbackWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFeedbackWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nFeedbackWidget.prototype.execute = function() {\n\tthis.user = this.getAttribute(\"user\");\n\tthis.token = this.getAttribute(\"token\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nFeedbackWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"name\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nFeedbackWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this, options = {};\n\treturn getSubscriptions(self, this.user, this.token);\n};\n\nexports[\"action-refreshsubscriptions\"] = FeedbackWidget;\n\n})();","type":"application/javascript","module-type":"widget","created":"20210612152514906","modified":"20210612171809654","tags":""},
{"title":"$:/sib/js/SendFeedbackWidget","text":"/*\\\ntitle: action-sendfeedback\ntype: application/javascript\nmodule-type: widget\nAction widget to call an API.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nlet ENDPOINT = \"https://351uof5dxh.execute-api.us-east-1.amazonaws.com/default/startZettelkastenConversation\";\n\nfunction gfv(id) {\n\t\treturn document.getElementById(id).value\n}\n\nfunction sendRequest(url, params, callback) {\n\t\tlet xhr = new XMLHttpRequest();\n\t\txhr.open('POST', url, true);\n\t\txhr.responseType = 'json';\n\t\txhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');\n\n\t\txhr.onload = () => {\n\t\t\t\tlet status = xhr.status;\n\t\t\t\tif (status == 200) {\n\t\t\t\t\t\tconsole.log(xhr.response);\n\t\t\t\t\t\tif (xhr.response[\"status\"] == \"success\") {\n\t\t\t\t\t\t\t\tcallback(null, xhr.response);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcallback(status, xhr.response);\n\t\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t\tcallback(status, xhr.response);\n\t\t\t\t}\n\t\t};\n\n\t\t// Turn the data object into an array of URL-encoded key/value pairs.\n\t\t// https://stackoverflow.com/questions/9713058/send-post-data-using-xmlhttprequest\n\t\tlet urlEncodedDataPairs = [], name;\n\t\tfor (name in params) {\n\t\t\t\turlEncodedDataPairs.push(encodeURIComponent(name) + '=' + encodeURIComponent(params[name]));\n\t\t}\n\t\txhr.send(urlEncodedDataPairs.join('&'))\n};\n\nfunction submitFeedback(tiddler, email, comment) {\n\t\tvar params = new Object();\n\t\tparams.tiddler = tiddler\n\t\tparams.email = email\n\t\tparams.comment = comment\n\n\t\tsendRequest(ENDPOINT, params, (err, data) => {\n\t\t\t\tif (err != null) {\n\t\t\t\t\t\talert(\"Error sending mail: \" + data.reason);\n\t\t\t\t\t\treturn false;\n\t\t\t\t} else {\n\t\t\t\t\t\talert(\"Thanks for getting in touch! You'll receive a copy of your message and I will write back to you when I am able.\");\n\t\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t});\n}\n\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FeedbackWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFeedbackWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFeedbackWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nFeedbackWidget.prototype.execute = function() {\n\tthis.tiddlerName = this.getAttribute(\"tiddler\");\n\tthis.email = this.getAttribute(\"email\");\n\tthis.comment = this.getAttribute(\"comment\");\n\tthis.debuginfo = this.getAttribute(\"debuginfo\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nFeedbackWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"name\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nFeedbackWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\treturn submitFeedback(this.tiddlerName, this.email, this.comment);\n};\n\nexports[\"action-sendfeedback\"] = FeedbackWidget;\n\n})();","type":"application/javascript","module-type":"widget","created":"20210102234204312","modified":"20210608025558775","tags":""},
{"title":"$:/sib/js/SubscriptionManagementWidget","text":"/*\\\ntitle: action-managesubscription\ntype: application/javascript\nmodule-type: widget\nAction widget to call an API.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nlet ENDPOINT = \"https://0tkdn6wpl9.execute-api.us-east-1.amazonaws.com/default/SubscribeToZettelkastenTiddler\";\n\nfunction gfv(id) {\n\t\treturn document.getElementById(id).value\n}\n\nfunction sendRequest(url, params, callback) {\n\t\tlet xhr = new XMLHttpRequest();\n\t\txhr.open('POST', url, true);\n\t\txhr.responseType = 'json';\n\t\txhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');\n\n\t\txhr.onload = () => {\n\t\t\t\tlet status = xhr.status;\n\t\t\t\tif (status == 200) {\n\t\t\t\t\t\tconsole.log(xhr.response);\n\t\t\t\t\t\tif (xhr.response[\"status\"] == \"success\") {\n\t\t\t\t\t\t\t\tcallback(null, xhr.response);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcallback(status, xhr.response);\n\t\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t\tcallback(status, xhr.response);\n\t\t\t\t}\n\t\t};\n\n\t\t// Turn the data object into an array of URL-encoded key/value pairs.\n\t\t// https://stackoverflow.com/questions/9713058/send-post-data-using-xmlhttprequest\n\t\tlet urlEncodedDataPairs = [], name;\n\t\tfor (name in params) {\n\t\t\t\turlEncodedDataPairs.push(encodeURIComponent(name) + '=' + encodeURIComponent(params[name]));\n\t\t}\n\t\txhr.send(urlEncodedDataPairs.join('&'))\n};\n\nfunction subscribe(tiddler, user, token, operation) {\n\t\tvar params = new Object();\n\t\tparams.tiddler = tiddler;\n\t\tparams.user = user;\n\t\tparams.token = token;\n\t\tparams.operation = operation;\n\n\t\tsendRequest(ENDPOINT, params, (err, data) => {\n\t\t\t\tif (err != null) {\n\t\t\t\t\tif (data['reason'] == \"Invalid token\") {\n\t\t\t\t\t\talert(\"Your access code is invalid or missing. Please choose 'send a new one' and try the new access code you are emailed.\")\n\t\t\t\t\t} else {\n\t\t\t\t\t\t\talert(\"Unknown error managing subscriptions. Please contact zettelkasten@sorenbjornstad.com for assistance.\");\n\t\t\t\t\t}\n\t\t\t\t\treturn false;\n\t\t\t\t} else {\n\t\t\t\t\t\tconsole.log(\"Subscription operation returned success.\");\n\t\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t});\n}\n\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FeedbackWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFeedbackWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFeedbackWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nFeedbackWidget.prototype.execute = function() {\n\tthis.tiddlerName = this.getAttribute(\"tiddler\");\n\tthis.user = this.getAttribute(\"user\");\n\tthis.token = this.getAttribute(\"token\");\n\tthis.operation = this.getAttribute(\"operation\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nFeedbackWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"name\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nFeedbackWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\treturn subscribe(this.tiddlerName, this.user, this.token, this.operation);\n};\n\nexports[\"action-managesubscription\"] = FeedbackWidget;\n\n})();","type":"application/javascript","module-type":"widget","created":"20210612035906052","modified":"20210612171757426","tags":""},
{"title":"$:/sib/js/thirdparty/TiddlyTools/Time/action-timeout.js","text":"/*\\\ntitle: action-timeout.js\ntype: application/javascript\nmodule-type: widget\nauthor: Eric Shulman elsdesign@gmail.com\nrevision: 1.4\n\n$action-timeout invokes actions once after a specified delay, or repeatedly at a specified interval\n\n\\*/\n\n(function(){\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar TimeoutWidget= function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\nTimeoutWidget.prototype = new Widget();\nTimeoutWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\nTimeoutWidget.prototype.execute = function() {\n\tthis.delay = this.getAttribute(\"delay\", \"1000\");\n\tthis.interval = this.getAttribute(\"interval\",\"1000\");\n\tthis.actions = this.getAttribute(\"actions\", \"\");\n};\nTimeoutWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length > 0) { this.refreshSelf(); return true; }\n\treturn this.refreshChildren(changedTiddlers);\n};\nTimeoutWidget.prototype.allowActionPropagation = function() { return false; };\nTimeoutWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self=this;\n\tif (self.delay) setTimeout( function() { self.invokeActionString(self.actions,self,event); }, self.delay);\n\tif (self.interval) setInterval(function() { self.invokeActionString(self.actions,self,event); }, self.interval);\n\treturn true; // Action was invoked\n};\nexports[\"action-timeout\"] = TimeoutWidget;\n})();","type":"application/javascript","module-type":"widget","author":"Eric Shulman elsdesign@gmail.com","revision":"1.4","created":"20150728060155235","modified":"20210627164432078","tags":""},
{"title":"$:/sib/Macros/cb","created":"20210807150635941","description":"Create a reference to an entry in Chrono Book, linking to the ChronoBook page and showing the UOF (Unified Occurrence Format) afterwards.","example":"\u003C\u003Ccb \"10.15\">>","modified":"20210807150453524","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define cb(uof) [[CB|ChronoBook]] $uof$"},
{"title":"$:/sib/Macros/check-item","created":"20210626162736737","description":"Create a single item on a persistent checklist. State for the checklist in a given tiddler is stored in a data tiddler called $:/checkify/TiddlerName.","example":"\u003Cdiv class=\"checklist\">\u003C\u003Ccheck-item One>>\u003C\u003Ccheck-item Two>>\u003C\u003Ccheck-item Three id:3>>\u003C/div>","modified":"20210626164153871","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\whitespace trim\n\n\\define check-item(text, id:\"\")\n\u003C$set name=\"checkbox-index\" value={{{ [\u003C__id__>!is[blank]] ~[\u003C__text__>] }}}>\n\u003C$set name=\"tiddler-key\" value={{{ [all[current]!is[draft]] ~[all[current]get[draft.of]] }}}>\n\t\u003C$checkbox tiddler={{{ [[$:/checkify/]addsuffix\u003Ctiddler-key>] }}} index=\u003C\u003Ccheckbox-index>> checked=\"yes\" unchecked=\"no\" default=\"no\">\n\t\t\u003C\u003C__text__>>\n\t\u003C/$checkbox>\n\u003C/$set>\n\u003C/$set>\n\\end"},
{"title":"$:/sib/Macros/clarify","created":"20210522021311753","description":"Insert an empty div that clears any floats. Useful after large images, or to separate blockquotes using the `>` syntax.","example":"\u003C\u003Cfloat-image \"freezer-example.jpg\">>Text wrapping beside the float \u003C\u003Cclarify>>Text forced after the float by clarification.","modified":"20210622002720372","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define clarify() \u003Cdiv class=\"clarify\"/>"},
{"title":"$:/sib/Macros/colorsplotch","created":"20210522022802823","description":"Display a small box of color, the color being any CSS color. This macro usually only works properly at the beginning of a line.","example":"\u003C\u003Ccolorsplotch \"#ffffff\">> White","modified":"20210523135019901","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define colorsplotch(col) \u003Cdiv class=\"color-splotch\" style=\"background: $col$;\">"},
{"title":"$:/sib/Macros/ff","created":"20210622002240940","description":"Transclude a filter expression that returns `yes` if the specified [[feature flag|$:/sib/Tools/FeatureFlags]] is enabled for the current edition, and nothing otherwise.","example":"\u003C$list filter=\u003C\u003Cff ViewerPublicLine>> variable=_ emptyMessage=\"The viewer public line is off in this edition.\">The viewer public line is on in this edition. Transclude it here.\u003C/$list>","modified":"20210825145522659","modifier":"soren","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define ff(tid) [[$:/config/zettelkasten/FeatureFlags/$tid$]get{$:/config/sib/CurrentEditionPublicity}] -[[no]]"},
{"title":"$:/sib/Macros/float-image","created":"20210510222933926","description":"Show an image floated to the side of the text of a tiddler. This macro is often used with the `clarify` macro, which forces further content to come after the float.","example":"\u003C\u003Cfloat-image \"freezer-example.jpg\" width:200 side:left>> Text next to the float. \u003C\u003Cclarify>>","modified":"20210523135143792","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define float-image(tiddler, width:\"400\", side:\"right\")\n\t[img width=$width$ class=\"$side$-float\" [$tiddler$]]\n\\end"},
{"title":"$:/sib/Macros/fnote","created":"20210719234454927","description":"Create a footnote at the current location. Based on Refnotes (https://kookma.github.io/TW-Refnotes/), but doesn't use the plugin.","example":"This is my body text.\u003C\u003Cfnote \"This is my footnote.\">>","modified":"20210731165949531","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define fnote(note)\n\u003Cdiv class=\"refnotes-tooltip refnotes-footnote\">\u003Cdiv class=\"refnotes-tooltiptext\">$note$\u003C/div>\u003C/div>\n\\end"},
{"title":"$:/sib/Macros/privateperson","created":"20210522022034880","creator":"soren","description":"Show the provided string of initials, linking to the `PrivatePerson` tiddler. Ordinarily not used in the private Zettelkasten; names of people whose tiddlers are not public may be automatically replaced with calls to this macro by the build process for the public wiki.","example":"\u003C\u003Cprivateperson \"R.A.B.\">>","modified":"20210828135531817","modifier":"soren","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define privateperson(initials) //[[$initials$|PrivatePerson]]//"},
{"title":"$:/sib/Macros/rt","created":"20210522020717636","description":"Create a web link to an item in [[RandomThoughts]], with the link text \"RT #whatever\".","example":"\u003C\u003Crt 12345>>","modified":"20210523134724295","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define rt(refnum)\n[[RT|RandomThoughts]] [[$refnum$|https://randomthoughts.sorenbjornstad.com/#$refnum$]]\n\\end"},
{"title":"$:/sib/Macros/speaker","created":"20210522025359296","description":"Create a line of dialogue. To be used inside a div with the `dialogue` class.","example":"\u003Cdiv class=\"dialogue\">\u003C\u003Cspeaker \"Mother\" \"Did you look for cars before you ran across?\">>\u003C\u003Cspeaker Girl \"Nope. I just ran!\">>\u003C/div>","modified":"20210523135210957","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define speaker(name, txt) ''$name$:''&ensp;$txt$\u003Cbr>"},
{"title":"$:/sib/Macros/star-rating","created":"20210817143607812","description":"Show a rating out of 5 stars, with filled stars up until the argument and empty stars to fill out the total of 5.","example":"\u003C\u003Cstar-rating 4>>","modified":"20210817143846288","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define open-star() \u003Ci class=\"far fa-star\"/>\n\\define filled-star() \u003Ci class=\"fa fa-star\"/>\n\n\\define star-rating(stars) \u003C$list filter=\"[range\u003C__stars__>]\" variable=_>\u003C\u003Cfilled-star>>\u003C/$list>\u003C$set name=\"remainder\" value={{{ [[5]subtract\u003C__stars__>] }}}>\u003C$list filter=\"[range\u003Cremainder>]\" variable=_>\u003C\u003Copen-star>>\u003C/$list>\u003C/$set>\n"},
{"title":"$:/sib/Macros/subreddit","created":"20210522021038565","description":"Create a web link to a named subreddit, with the link text \"/r/yoursubreddit\".","example":"\u003C\u003Csubreddit TiddlyWiki5>>","modified":"20210523135249615","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define subreddit(name) [[/r/$name$|https://www.reddit.com/r/$name$/]]"},
{"title":"$:/sib/MediaRating/average","caption":"average","color":"yellow","created":"20210606220650099","modified":"20210606221147494","section":"main","stackorder":"30","tags":"","type":"text/vnd.tiddlywiki","text":"The work is entertaining or useful in some way and is worth working through quickly if the subject matter / summary interests you (or maybe slowly if it's primarily for entertainment purposes and this is more entertaining). It is not difficult to understand, unless perhaps you are unfamiliar with the subject, and there is little reason to come back to it again."},
{"title":"$:/sib/MediaRating/classic","caption":"classic","color":"gray","created":"20210606230345519","modified":"20210606230507495","section":"auxiliary","stackorder":"3","tags":"","type":"text/vnd.tiddlywiki","text":"I cannot, on my own subjective judgment at this time, countenance giving this work a rating of “good” or above, but because the work has stuck around for so long and is so well-known, I assume there must be something to it, so I compromise by assigning this status. I may come back to it later and see if I like it better."},
{"title":"$:/sib/MediaRating/Display","created":"20210606221940244","creator":"soren","description":"Show the [[rating|MediaRating]] of the current source tiddler, if any. The status is editable in the private edition.","modified":"20210920193209324","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All non-system tiddlers tagged `Source`. (Unlike the source details box, this doesn't go on sinks because I don't claim to be capable of rating my own work!)","type":"text/vnd.tiddlywiki","text":"\\define color-style() color: $(itemColor)$;\n\n\u003C$list filter=\u003C\u003Cff MediaRating>> variable=_>\n\u003C$list filter=\"[all[current]!is[system]]\">\n\u003C$list filter=\"[all[current]tag[Source]]\" variable=_>\n\n\u003Cdiv style=\"float: right; vertical-align: center;\">\n\u003C$list filter=\"[[$:/config/sib/IsPublicEdition]text[true]]\" variable=_>\n\t\u003C$link to=\"MediaRating\">\u003Cspan style={{{ [prefix[$:/sib/MediaRating/]caption{!!rating}get[color]addprefix[color: ]addsuffix[;]] }}}>rating\u003C/span>\u003C/$link>:\n\t\u003C$select field=\"rating\" default=\"\">\n\t\t\u003C$list filter=\"[prefix[$:/sib/MediaRating]has[caption]!nsort[stackorder]]\">\n\t\t\t\u003C$set name=\"itemColor\" value={{!!color}}>\n\t\t\t\t\u003Coption style=\u003C\u003Ccolor-style>> value={{!!caption}}>{{!!caption}}\u003C/option>\n\t\t\t\u003C/$set>\n\t\t\u003C/$list>\n\t\u003C/$select>\n\u003C/$list>\n\u003C$list filter=\"[[$:/config/sib/IsPublicEdition]!text[true]]\" variable=_>\n\u003C$list filter=\"[all[current]has[rating]]\">\n\t[[rating|MediaRating]]: \u003Cspan style={{{ [prefix[$:/sib/MediaRating/]caption{!!rating}get[color]addprefix[color: ]addsuffix[;]] }}}>{{!!rating}}\u003C/span>\n\u003C/$list>\n\u003C/$list>\n\u003C/div>\n\n\u003C/$list>\n\u003C/$list>\n\u003C/$list>"},
{"title":"$:/sib/MediaRating/distinguished","caption":"distinguished","color":"lightgreen","created":"20210606223811463","modified":"20210606224757982","section":"main","stackorder":"35","tags":"","type":"text/vnd.tiddlywiki","text":"These works are “average plus”: they may not quite rise to the level of providing significant insights on subjects of enduring interest needed to obtain a //good// rating, but they are of noticeably higher quality than their peers and are worth calling out as such. They may be somewhat more work to read or watch, have a particularly fine prose style or visual effect, have particularly enjoyable or beautiful subject matter, have a particularly high concentration of useful information, or some combination of these. They most often fall out of the “good” bracket by dint of having insufficient lasting importance (for instance, they talk about current issues in a way that will not be relevant in thirty years), or by covering an insufficient amount of insight-bearing territory. To a greater degree than other ratings, the distinction between //average// and //distinguished// is subjective."},
{"title":"$:/sib/MediaRating/good","caption":"good","color":"green","created":"20210606220541565","modified":"20210606225711134","section":"main","stackorder":"40","tags":"","type":"text/vnd.tiddlywiki","text":"These works “convey to the reader significant insights about subjects of enduring interest to human beings.” They are somewhat challenging to process, and might be worth revisiting if you don't feel you picked everything up the first time, but you may be disappointed on returning to them. This is an Adler and van Doren term, and one must be careful about applying it: //good// is such a nondescript word that it is easy to accidentally apply it to works that should rather be termed //distinguished// in this model. Since it may be difficult to judge “enduring interest” for current topics, a work should in most cases not be labeled //good// if it was published in the last ten years; indeed, this may be overly liberal. (It can plainly be //distinguished// the day after publication, though.)"},
{"title":"$:/sib/MediaRating/great","caption":"great","color":"dodgerblue","created":"20210606201123409","modified":"20210606224548456","section":"main","stackorder":"50","tags":"","type":"text/vnd.tiddlywiki","text":"These works do everything that good ones do, and additionally they “grow with you”: they will always be worth revisiting, and every time you do so you will find new insights. When you put a great work back on the physical or virtual shelf, no matter how carefully you studied it, you have a sneaking suspicion that it has more to give you haven't fully understood it because it's above your level and probably always will be, not because you didn't read or watch it closely enough. There are probably fewer than a thousand of these in the whole world (Adler and van Doren claim there are fewer than a hundred, but the definition seems too fuzzy and subjective for me to be that confident)."},
{"title":"$:/sib/MediaRating/irrational","caption":"irrationally enjoyed","color":"white","created":"20210606220802580","modified":"20210606225447217","section":"auxiliary","stackorder":"5","tags":"","type":"text/vnd.tiddlywiki","text":"The work isn't //great// or //good// or maybe even //distinguished// by a traditional definition, but nevertheless I (and sometimes others) find it unexpectedly pleasurable and come back to it over and over again, with a tenacity and enjoyment that seems difficult to justify on the work's merits."},
{"title":"$:/sib/MediaRating/poor","caption":"poor","color":"orangered","created":"20210606220736962","modified":"20210606221128242","section":"main","stackorder":"10","tags":"","type":"text/vnd.tiddlywiki","text":"The work has insufficient merits to be worth your time unless you have somehow run out of other options."},
{"title":"$:/sib/MediaRating/skimmable","caption":"skimmable","color":"orange","created":"20210606220706034","modified":"20210606220546683","section":"main","stackorder":"20","tags":"","type":"text/vnd.tiddlywiki","text":"The work contains some interesting ideas, but as a whole is not particularly worthwhile. You will want to skim over most of it or watch it on high speed, and you might prefer to read someone else's summary or select a different work that touches on the same ideas."},
{"title":"$:/sib/Overrides/CodeMirrorPopupFix","text":"/* Fix CodeMirror hints appearing behind the story river.\n https://groups.google.com/g/tiddlywiki/c/wznyIhGJd9U */\n\n.CodeMirror-hints {\n\tz-index: 1000;\n}","created":"20210205231937423","modified":"20210522013616001","tags":"$:/tags/Stylesheet","type":"text/css"},
{"title":"$:/sib/Overrides/details-background-color","created":"20210920202013745","creator":"soren","modified":"20210920202606337","modifier":"soren","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define details-background-color() \u003C\u003Ccolour dropdown-background>>"},
{"title":"$:/sib/RawMarkup/ClockTicker","created":"20210627133302793","modified":"20210627195152860","tags":"$:/tags/StartupAction/Browser","type":"text/vnd.tiddlywiki","text":"\\define clock-ticker()\n\t\u003C$action-setfield $tiddler=\"$:/temp/time/ticker\" text=\u003C\u003Cnow [UTC]0hh0mm0ss>> />\n\t\u003C$action-setfield $tiddler=\"$:/temp/time/pomodoro-remaining\" text={{{ [[$:/temp/time/pomodoro-remaining]get[text]subtract[5]] }}}/>\n\\end\n\u003C$action-timeout interval=5000 actions=\u003C\u003Cclock-ticker>> />"},
{"title":"$:/sib/RawMarkup/SimpleAnalytics","text":"\u003C!--\nThis snippet sends pageviews to Simple Analytics, a privacy-friendly analytics service.\nIt records only aggregate statistics and cannot identify you.\n-->\n\u003Cscript>window.sa_event=window.sa_event||function(){a=[].slice.call(arguments);sa_event.q?sa_event.q.push(a):sa_event.q=[a]};\u003C/script>\n\u003Cscript async defer src=\"https://scripts.simpleanalyticscdn.com/latest.js\">\u003C/script>\n\u003Cnoscript>\u003Cimg src=\"https://queue.simpleanalyticscdn.com/noscript.gif\" alt=\"\"\n/>\u003C/noscript>","type":"text/html","created":"20200913152403709","modified":"20210522015229611","tags":"$:/tags/RawMarkup"},
{"title":"$:/sib/RawMarkup/SplashScreen","created":"20200605141146097","creator":"soren","modified":"20210910163321618","modifier":"soren","tags":"$:/tags/RawMarkupWikified/TopBody","type":"text/vnd.tiddlywiki","text":"\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\\rules only filteredtranscludeinline transcludeinline macrocallinline\n\n\u003C!-- Spinner mechanism shamelessly stolen from https://tiddlywiki.org. -->\n\n\u003Cdiv class=\"tc-remove-when-wiki-loaded\">\n\u003Cstyle scoped>\n\n.tc-splash-text {\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n font-size: 16px;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n\tmargin: 20px auto 0;\n\twidth: 200px;\n\ttext-align: center;\n\tcolor: \u003C\u003Ccolour foreground>>;\n\tfill: \u003C\u003Ccolour foreground>>;\n}\n\n.tc-splash-text img {\n\twidth: 150px;\n\t\u003C\u003Cbox-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\nhtml body.tc-body {\n\tbackground: \u003C\u003Ccolour page-background>>;\n}\n\n/*\nSpinner from https://github.com/tobiasahlin/SpinKit/ by Tobias Ahlin\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Tobias Ahlin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n\n.tc-splash-spinner {\n\tmargin: 20px auto 0;\n\twidth: 70px;\n\ttext-align: center;\n}\n\n.tc-splash-spinner > div {\n\twidth: 18px;\n\theight: 18px;\n\tborder-radius: 100%;\n\tdisplay: inline-block;\n\t-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;\n\tanimation: sk-bouncedelay 1.4s infinite ease-in-out both;\n\tbackground-color: #f88;\n}\n\n.tc-splash-spinner .tc-splash-bounce-1 {\n\t-webkit-animation-delay: -0.32s;\n\tanimation-delay: -0.32s;\n\tbackground-color: #8f8;\n}\n\n.tc-splash-spinner .tc-splash-bounce-2 {\n\t-webkit-animation-delay: -0.16s;\n\tanimation-delay: -0.16s;\n\tbackground-color: #88f;\n}\n\n@-webkit-keyframes sk-bouncedelay {\n\t0%, 80%, 100% { -webkit-transform: scale(0) }\n\t40% { -webkit-transform: scale(1.0) }\n}\n\n@keyframes sk-bouncedelay {\n\t0%, 80%, 100% { \n\t-webkit-transform: scale(0);\n\ttransform: scale(0);\n\t} 40% { \n\t-webkit-transform: scale(1.0);\n\ttransform: scale(1.0);\n\t}\n}\n\u003C/style>\n\n\u003Cdiv class=\"tc-splash-spinner\">\n \u003Cdiv class=\"tc-splash-bounce-1\">\u003C/div>\n \u003Cdiv class=\"tc-splash-bounce-2\">\u003C/div>\n \u003Cdiv class=\"tc-splash-bounce-3\">\u003C/div>\n\u003C/div>\n\n\u003Cdiv class=\"tc-splash-text\">\n\t{{$:/config/zettelkasten/SplashScreenMessage}}\n\u003C/div>\n\u003C/div>"},
{"title":"$:/sib/refexplorer/All","caption":"All","condition":"[\u003CstoryTiddler>backlinks[]] [\u003CstoryTiddler>links[]] [\u003CstoryTiddler>tagging[]] +[!title\u003CstoryTiddler>sort[]]","created":"20200329160001633","creator":"soren","modified":"20210825191857536","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003Ctable class=\"ideas-table\">\n\t\u003Ccaption class=\"ideas-table-caption\">Reference Explorer (all types)\u003C/caption>\n\t\u003Cthead>\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth>Type\u003C/th>\n\t\t\u003Cth>Tags\u003C/th>\n\t\t\u003Cth style=\"width: 8rem;\">Modified\u003C/th>\n\t\u003C/tr>\n\t\u003C/thead>\n\t\u003Ctbody>\n\t\t\u003C$list filter={{$:/sib/refexplorer/All!!condition}}>\n\t\t\u003C$vars currentRecord=\u003C\u003CcurrentTiddler>> thisTooltip={{{ [all[current]get[description]!is[blank]] ~[all[current]get[text]split[ ]first[100]join[ ]addsuffix[...]] }}}>\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$link to={{!!title}} tooltip=\u003C\u003CthisTooltip>> style=\"color: white;\"/>\u003C/td>\n\t\t\t{{$:/sib/refexplorer/LinkTypeTemplate}}\n\t\t\t\u003Ctd>\u003C$list filter=\"[all[current]tags[]sort[]]\">\u003C$macrocall $name=\"tag-pill\" tag=\u003C\u003CcurrentTiddler>>/>\u003C/$list>\u003C/td>\n\t\t\t\u003Ctd>\u003C$view field=\"modified\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0ss\"/>\u003C/td>\n\t\t\u003C/tr>\n\t\t\u003C/$vars>\n\t\t\u003C/$list>\n\t\u003C/tbody>\n\u003C/table>"},
{"title":"$:/sib/refexplorer/Footnotes","caption":"Footnotes","condition":"[search[fnote]]","created":"20210719234943395","modified":"20210825191857601","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\\define find(text, begin, end, output:\"simple\", mode:\"all\")\n\u003C$vars \n fulltext=\u003C\u003C__text__>>\n start=\u003C\u003C__begin__>>\n stop=\u003C\u003C__end__>>\n output-macro=\u003C\u003C__output__>>\n>\n\u003C$list variable=\"p1\" filter=\"[\u003Cfulltext>splitbefore\u003Cstart>]\">\n\u003C$list variable=\"p2\" filter=\"[\u003Cfulltext>removeprefix\u003Cp1>]\">\n\u003C$list variable=\"p3\" filter=\"[\u003Cp2>splitbefore\u003Cstop>removesuffix\u003Cstop>]\">\n\u003C$macrocall $name=\u003C\u003Coutput-macro>> p=\u003C\u003Cp3>> />\n\u003C$reveal type=\"match\" text=\"all\" default=\u003C\u003C__mode__>> >\n\u003C$macrocall $name=\"find\"\n text={{{[\u003Cp2>removeprefix\u003Cp3>removeprefix\u003Cstop>]}}}\n begin=\u003C\u003Cstart>>\n end=\u003C\u003Cstop>>\n output=\u003C\u003Coutput-macro>>\n/>\n\u003C/$reveal>\n\u003C/$list>\n\u003C/$list>\n\u003C/$list>\n\u003C/$vars>\n\\end\n\n\\define simple(p)\n\u003C$text text=\u003C\u003C__p__>> />\n\\end\n\n\\define simple-list(p)\n\u003Cli>\u003C$text text=\u003C\u003C__p__>>/>\u003C/li>\n\\end\n\n\\define showfnotes(filter:\"[\u003CcurrentTiddler>]\", title:\"Empty\" class:\"fnote-list\", emptyMessage:\"\")\n\u003C$vars leftDelimiter=\"\u003C\u003Cfnote \">\n\u003C$list filter=\"[subfilter\u003C__filter__>search:text:literal\u003CleftDelimiter>limit[1]]\" variable=null emptyMessage=\u003C\u003C__emptyMessage__>> >\u003C!-- check to see if there is any footnote -->\n\u003C$reveal tag=\"div\" type=\"nomatch\" default=\"Empty\" text=\u003C\u003C__title__>> >\n\u003Ch2>$title$\u003C/h2>\n\u003C/$reveal>\n\u003Col class=\"$class$\">\n\u003C$list filter=\u003C\u003C__filter__>> >\n\u003C$macrocall $name=\"find\" \n text={{!!text}}\n begin=\"\u003C\u003Cfnote \"\n end=\">>\"\n output=\"output-fnote\"\n/>\n\u003C/$list>\n\u003C/ol>\n\u003C/$list>\n\u003C/$vars>\n\\end\n\n\\define output-fnote(p)\n\u003C$vars output=$p$>\n\u003Cli>\u003C\u003Coutput>>\u003C/li>\n\u003C/$vars>\n\\end\n\n\u003C$tiddler tiddler=\u003C\u003CstoryTiddler>>>\n\u003C\u003Cshowfnotes emptyMessage:\"There are no footnotes in this tiddler. (Use the `fnote` macro to create a footnote.)\">>\n\u003C/$tiddler>\n\n\u003C!--\nBased on https://kookma.github.io/TW-Refnotes/.\nCopyright (c) 2019--2021 Mohammad Rahmani.\nCopyright (c) 2021 Soren Bjornstad.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n-->"},
{"title":"$:/sib/refexplorer/Ideas","caption":"Ideas","condition":"[\u003CstoryTiddler>backlinks[]] [\u003CstoryTiddler>links[]] [\u003CstoryTiddler>tagging[]] +[tag[Idea]!title\u003CstoryTiddler>sort[]]","created":"20200321225433677","creator":"soren","modified":"20210825191857613","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003Ctable class=\"ideas-table\">\n\t\u003Ccaption class=\"ideas-table-caption\">Idea Explorer\u003C/caption>\n\t\u003Cthead>\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth>Type\u003C/th>\n\t\t\u003Cth>Tags\u003C/th>\n\t\t\u003Cth style=\"width: 8rem;\">Modified\u003C/th>\n\t\u003C/tr>\n\t\u003C/thead>\n\t\u003Ctbody>\n\t\t\u003C$list filter={{$:/sib/refexplorer/Ideas!!condition}}>\n\t\t\u003C$vars currentRecord=\u003C\u003CcurrentTiddler>> thisTooltip={{{ [all[current]get[description]!is[blank]] ~[all[current]get[text]split[ ]first[100]join[ ]addsuffix[...]] }}}>\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$link to={{!!title}} tooltip=\u003C\u003CthisTooltip>> style=\"color: white;\"/>\u003C/td>\n\t\t\t{{$:/sib/refexplorer/LinkTypeTemplate}}\n\t\t\t\u003Ctd>\u003C$list filter=\"[all[current]tags[]sort[]]\">\u003C$macrocall $name=\"tag-pill\" tag=\u003C\u003CcurrentTiddler>>/>\u003C/$list>\u003C/td>\n\t\t\t\u003Ctd>\u003C$view field=\"modified\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0ss\"/>\u003C/td>\n\t\t\u003C/tr>\n\t\t\u003C/$vars>\n\t\t\u003C/$list>\n\t\u003C/tbody>\n\u003C/table>"},
{"title":"$:/sib/refexplorer/LinkGraph","caption":"Link graph","condition":"[links[]]","created":"20210301193644181","modified":"20210825191857621","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003C!--\nDepth:&ensp;\u003C$range tiddler=\"$:/temp/OutboundLinkDepth\" index=\u003C\u003CcurrentTiddler>> min=1 max=4/>&ensp;\u003C$text text={{{ [[$:/temp/OutboundLinkDepth]getindex\u003CcurrentTiddler>!is[blank]else[2]] }}}/>\n\n\u003C$tidgraph start=\u003C\u003CcurrentTiddler>> mode=\"linking\" maxdepth={{{ [[$:/temp/OutboundLinkDepth]getindex\u003CcurrentTiddler>] }}}/>\n-->\n\n\u003C$tidgraph start=\u003C\u003CcurrentTiddler>> mode=\"linking\" maxdepth=3 />"},
{"title":"$:/sib/refexplorer/LinkTypeTemplate","created":"20200322005021864","creator":"soren","modified":"20210825190353974","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"\u003Ctd>\n\t\u003C!-- The list filter operator does not seem to offer any way to use a dynamic tiddler parameter other than the current tiddler, so we set the current tiddler to the story tiddler (it'll be overridden again by the list widget itself). We use storyTiddler where possible for clarity. -->\n\t\n\t\u003C$set name=\"currentTiddler\" value=\u003C\u003CstoryTiddler>> >\n\t\t\u003C$list filter=\"\n\t\t\t[\u003CcurrentRecord>]\n\t\t\t-[\u003CstoryTiddler>tagging[]] +[else[Tagged]]\n\t\t\t-[\u003CstoryTiddler>links[]] +[else[Link]]\n\t\t\t-[\u003CstoryTiddler>backlinks[]] +[else[Backlink]]\n\t\t\t-[\u003CcurrentRecord>] +[else[Subtiddler]]\n\t\t\">\n\t\t\t\u003C\u003CcurrentTiddler>>\n\t\t\u003C/$list>\n\t\u003C/$set>\n\u003C/td>"},
{"title":"$:/sib/refexplorer/PAO","caption":"People","condition":"[\u003CstoryTiddler>backlinks[]] [\u003CstoryTiddler>links[]] [\u003CstoryTiddler>tagging[]] +[tag[PAO]sort[]]","created":"20200321230153705","creator":"soren","modified":"20210825191857631","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003Ctable class=\"ideas-table\">\n\t\u003Ccaption class=\"ideas-table-caption\">Person/Animal/Organization Explorer\u003C/caption>\n\t\u003Cthead>\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth>Type\u003C/th>\n\t\t\u003Cth>Tags\u003C/th>\n\t\t\u003Cth style=\"width: 8rem;\">Modified\u003C/th>\n\t\u003C/tr>\n\t\u003C/thead>\n\t\u003Ctbody>\n\t\t\u003C$list filter={{$:/sib/refexplorer/PAO!!condition}}>\n\t\t\u003C$vars currentRecord=\u003C\u003CcurrentTiddler>> thisTooltip={{{ [all[current]get[description]!is[blank]] ~[all[current]get[text]split[ ]first[100]join[ ]addsuffix[...]] }}}>\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$link to={{!!title}} tooltip=\u003C\u003CthisTooltip>> style=\"color: white;\"/>\u003C/td>\n\t\t\t{{$:/sib/refexplorer/LinkTypeTemplate}}\n\t\t\t\u003Ctd>\u003C$list filter=\"[all[current]tags[]sort[]]\">\u003C$macrocall $name=\"tag-pill\" tag=\u003C\u003CcurrentTiddler>>/>\u003C/$list>\u003C/td>\n\t\t\t\u003Ctd>\u003C$view field=\"modified\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0ss\"/>\u003C/td>\n\t\t\u003C/tr>\n\t\t\u003C/$vars>\n\t\t\u003C/$list>\n\t\u003C/tbody>\n\u003C/table>"},
{"title":"$:/sib/refexplorer/Places","caption":"Places","condition":"[\u003CstoryTiddler>backlinks[]] [\u003CstoryTiddler>links[]] [\u003CstoryTiddler>tagging[]] +[tag[Place]sort[]]","created":"20200329145138606","creator":"soren","modified":"20210825191857644","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003Ctable class=\"ideas-table\">\n\t\u003Ccaption class=\"ideas-table-caption\">Place Explorer\u003C/caption>\n\t\u003Cthead>\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth>Type\u003C/th>\n\t\t\u003Cth>Tags\u003C/th>\n\t\t\u003Cth style=\"width: 8rem;\">Modified\u003C/th>\n\t\u003C/tr>\n\t\u003C/thead>\n\t\u003Ctbody>\n\t\t\u003C$list filter={{$:/sib/refexplorer/Places!!condition}}>\n\t\t\u003C$vars currentRecord=\u003C\u003CcurrentTiddler>> thisTooltip={{{ [all[current]get[description]!is[blank]] ~[all[current]get[text]split[ ]first[100]join[ ]addsuffix[...]] }}}>\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$link to={{!!title}} tooltip=\u003C\u003CthisTooltip>> style=\"color: white;\"/>\u003C/td>\n\t\t\t{{$:/sib/refexplorer/LinkTypeTemplate}}\n\t\t\t\u003Ctd>\u003C$list filter=\"[all[current]tags[]sort[]]\">\u003C$macrocall $name=\"tag-pill\" tag=\u003C\u003CcurrentTiddler>>/>\u003C/$list>\u003C/td>\n\t\t\t\u003Ctd>\u003C$view field=\"modified\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0ss\"/>\u003C/td>\n\t\t\u003C/tr>\n\t\t\u003C/$vars>\n\t\t\u003C/$list>\n\t\u003C/tbody>\n\u003C/table>"},
{"title":"$:/sib/refexplorer/ReferenceExplorer","created":"20200321225156394","creator":"soren","description":"Display the Reference Explorer, a table that shows related topics, for the current tiddler.","modified":"20210920193434935","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All non-system tiddlers.","type":"text/vnd.tiddlywiki","text":"\\define ref-explorer()\n\t\u003C$set name=\"tabList\" value={{{ [tag[$:/tags/ReferenceExplorerTab]] :reduce[\u003CstoryTiddler>subfilter{!!condition}then\u003CcurrentTiddler>addprefix[ ]addprefix\u003Caccumulator>] }}}>\n\t\u003C$set name=\"myDefaultTab\" value={{{ [\u003CstoryTiddler>has[refexplorer-starttab]get[refexplorer-starttab]addprefix[$:/sib/refexplorer/]] ~[enlist\u003CtabList>first[]] }}}>\n\t\u003C$list filter=\"[\u003CtabList>!is[blank]]\" variable=_>\n\t\t\u003C$macrocall $name=\"tabs\" tabsList=\u003C\u003CtabList>> default=\u003C\u003CmyDefaultTab>> class=\"sib-reference-explorer\"/>\n\t\u003C/$list>\n\t\u003C/$set>\n\t\u003C/$set>\n\\end\n\n\u003C!-- If this is a system tiddler, don't do anything. -->\n\u003C$list filter=\"[all[current]!is[system]]\" variable=_>\n\n\u003C!-- If the refexplorer-hide field is not set, just render the explorer. -->\n\u003C$reveal stateTitle=\u003C\u003CcurrentTiddler>>\n\t\t\t stateField=\"refexplorer-hide\"\n\t\t\t type=\"match\"\n\t\t\t text=\"\"\n\t\t\t default=\"\" >\n\t\u003C\u003Cref-explorer>>\n\u003C/$reveal>\n\n\u003C!-- Otherwise... -->\n\u003C$reveal stateTitle=\u003C\u003CcurrentTiddler>>\n\t\t\t stateField=\"refexplorer-hide\"\n\t\t\t type=\"nomatch\"\n\t\t\t text=\"\"\n\t\t\t default=\"\" >\n\t\t\t\t \n\t\u003C!-- If collapsed: -->\n\t\u003C$reveal stateTitle=\"$:/temp/sibrefexplorer-shows\"\n\t\t\t stateIndex=\u003C\u003CcurrentTiddler>>\n\t\t\t\t\t type=\"nomatch\"\n\t\t\t\t\t text=\"show\"\n\t\t\t\t\t default=\"hide\">\n\t\t\u003C\u003Cclarify>>\n\t\t\u003Chr>\n\t\t\u003Cdiv>\n\t\t\t\u003Cspan style=\"font-size: 50%;\">\n\t\t\t\t\u003C\u003Cfa-lbox fa-info>>\n\t\t\t\u003C/span>\n\t\t\tThis tiddler does not display its references automatically, likely because there are a large number of them which could slow the wiki down.\n\t\t\u003C/div>\n\t\t\u003C$button setTitle=\"$:/temp/sibrefexplorer-shows\"\n\t\t\t\t\t\t setIndex=\u003C\u003CcurrentTiddler>>\n\t\t\t\t\t\t setTo=\"show\">\n\t\t\tShow Reference Explorer\n\t\t\u003C/$button>\n\t\u003C/$reveal>\n\t\n\t\u003C!-- If expanded: -->\n\t\u003C$reveal stateTitle=\"$:/temp/sibrefexplorer-shows\"\n\t\t\t stateIndex=\u003C\u003CcurrentTiddler>>\n\t\t\t\t\t type=\"match\"\n\t\t\t\t\t text=\"show\"\n\t\t\t\t\t default=\"hide\">\n\t\t\u003C\u003Cclarify>>\n\t\t\u003Chr>\n\t\t\u003Cdiv>\n\t\t\t\u003Cspan style=\"font-size: 50%;\">\n\t\t\t\t\u003C\u003Cfa-lbox fa-info>>\n\t\t\t\u003C/span>\n\t\t\tExperiencing poor performance? Try hiding the reference explorer on this tiddler.\n\t\t\u003C/div>\n\t\t\u003C$button setTitle=\"$:/temp/sibrefexplorer-shows\"\n\t\t\t\t\t\t setIndex=\u003C\u003CcurrentTiddler>>\n\t\t\t\t\t\t setTo=\"hide\">\n\t\t\tHide Reference Explorer\n\t\t\u003C/$button>\n\t\t\u003C\u003Cref-explorer>>\n\t\u003C/$reveal>\n\u003C/$reveal>\n\n\u003C/$list>"},
{"title":"$:/sib/refexplorer/Sinks","caption":"Sinks","condition":"[\u003CstoryTiddler>backlinks[]] [\u003CstoryTiddler>links[]] [\u003CstoryTiddler>tagging[]] +[tag[Sink]sort[]]","created":"20200329154311717","creator":"soren","modified":"20210825191857667","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003Ctable class=\"ideas-table\">\n\t\u003Ccaption class=\"ideas-table-caption\">Sink Explorer\u003C/caption>\n\t\u003Cthead>\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth>Type\u003C/th>\n\t\t\u003Cth>Tags\u003C/th>\n\t\t\u003Cth style=\"width: 8rem;\">Modified\u003C/th>\n\t\u003C/tr>\n\t\u003C/thead>\n\t\u003Ctbody>\n\t\t\u003C$list filter={{$:/sib/refexplorer/Sinks!!condition}}>\n\t\t\u003C$vars currentRecord=\u003C\u003CcurrentTiddler>> thisTooltip={{{ [all[current]get[description]!is[blank]] ~[all[current]get[text]split[ ]first[100]join[ ]addsuffix[...]] }}}>\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$link to={{!!title}} tooltip=\u003C\u003CthisTooltip>> style=\"color: white;\"/>\u003C/td>\n\t\t\t{{$:/sib/refexplorer/LinkTypeTemplate}}\n\t\t\t\u003Ctd>\u003C$list filter=\"[all[current]tags[]sort[]]\">\u003C$macrocall $name=\"tag-pill\" tag=\u003C\u003CcurrentTiddler>>/>\u003C/$list>\u003C/td>\n\t\t\t\u003Ctd>\u003C$view field=\"modified\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0ss\"/>\u003C/td>\n\t\t\u003C/tr>\n\t\t\u003C/$vars>\n\t\t\u003C/$list>\n\t\u003C/tbody>\n\u003C/table>"},
{"title":"$:/sib/refexplorer/Sources","caption":"Sources","condition":"[\u003CstoryTiddler>backlinks[]] [\u003CstoryTiddler>links[]] [\u003CstoryTiddler>tagging[]] +[regexp:tags[Class|Publication|Source]sort[]]","created":"20200321225758173","creator":"soren","modified":"20210825191857675","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003Ctable class=\"ideas-table\">\n\t\u003Ccaption class=\"ideas-table-caption\">Source Explorer\u003C/caption>\n\t\u003Cthead>\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth>Type\u003C/th>\n\t\t\u003Cth>Tags\u003C/th>\n\t\t\u003Cth style=\"width: 8rem;\">Modified\u003C/th>\n\t\u003C/tr>\n\t\u003C/thead>\n\t\u003Ctbody>\n\t\t\u003C$list filter={{$:/sib/refexplorer/Sources!!condition}}>\n\t\t\u003C$vars currentRecord=\u003C\u003CcurrentTiddler>> thisTooltip={{{ [all[current]get[description]!is[blank]] ~[all[current]get[text]split[ ]first[100]join[ ]addsuffix[...]] }}}>\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$link to={{!!title}} tooltip=\u003C\u003CthisTooltip>> style=\"color: white;\"/>\u003C/td>\n\t\t\t{{$:/sib/refexplorer/LinkTypeTemplate}}\n\t\t\t\u003Ctd>\u003C$list filter=\"[all[current]tags[]sort[]]\">\u003C$macrocall $name=\"tag-pill\" tag=\u003C\u003CcurrentTiddler>>/>\u003C/$list>\u003C/td>\n\t\t\t\u003Ctd>\u003C$view field=\"modified\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0ss\"/>\u003C/td>\n\t\t\u003C/tr>\n\t\t\u003C/$vars>\n\t\t\u003C/$list>\n\t\u003C/tbody>\n\u003C/table>"},
{"title":"$:/sib/refexplorer/Subtiddlers","caption":"Subtiddlers","condition":"[all[tiddlers]prefix\u003CstoryTiddler>!field:title\u003CstoryTiddler>sort[]]","created":"20201206210345097","creator":"soren","modified":"20211227155615108","modifier":"soren","tags":"$:/tags/ReferenceExplorerTab","type":"text/vnd.tiddlywiki","text":"\u003Ctable class=\"ideas-table\">\n\t\u003Ccaption class=\"ideas-table-caption\">Subtiddler Explorer\u003C/caption>\n\t\u003Cthead>\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth>Type\u003C/th>\n\t\t\u003Cth>Tags\u003C/th>\n\t\t\u003Cth style=\"width: 8rem;\">Modified\u003C/th>\n\t\u003C/tr>\n\t\u003C/thead>\n\t\u003Ctbody>\n\t\t\u003C$list filter={{$:/sib/refexplorer/Subtiddlers!!condition}}>\n\t\t\u003C$vars currentRecord=\u003C\u003CcurrentTiddler>> thisTooltip={{{ [all[current]get[description]!is[blank]] ~[all[current]get[text]split[ ]first[100]join[ ]addsuffix[...]] }}}>\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$link to={{!!title}} tooltip=\u003C\u003CthisTooltip>> style=\"color: white;\"/>\u003C/td>\n\t\t\t{{$:/sib/refexplorer/LinkTypeTemplate}}\n\t\t\t\u003Ctd>\u003C$list filter=\"[all[current]tags[]sort[]]\">\u003C$macrocall $name=\"tag-pill\" tag=\u003C\u003CcurrentTiddler>>/>\u003C/$list>\u003C/td>\n\t\t\t\u003Ctd>\u003C$view field=\"modified\" format=\"date\" template=\"YYYY-0MM-0DD 0hh:0ss\"/>\u003C/td>\n\t\t\u003C/tr>\n\t\t\u003C/$vars>\n\t\t\u003C/$list>\n\t\u003C/tbody>\n\u003C/table>"},
{"title":"$:/sib/Reviewer/Dateops","created":"20201229225912046","modified":"20210119030132561","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\whitespace trim\n\n\\define g(y,m,d,offset:\"0\")\n\u003C$set name=m value={{{ [\u003C__m__>add[9]remainder[12]] }}}>\n\u003C$set name=y value={{{ [\u003Cm>divide[10]floor[]negate[]add\u003C__y__>] }}} >\n\u003C$set name=y4 value={{{ [\u003Cy>divide[4]floor[]] }}}>\n\u003C$set name=y100 value={{{ [\u003Cy>divide[100]floor[]] }}}>\n\u003C$set name=y400 value={{{ [\u003Cy>divide[400]floor[]] }}}>\n\u003C$set name=m306 value={{{ [\u003Cm>multiply[306]add[5]divide[10]floor[]] }}}>\n\u003C$set name=result value={{{ [[365]multiply\u003Cy>add\u003Cy4>subtract\u003Cy100>add\u003Cy400>add\u003Cm306>add[$d$]add[$offset$]subtract[1]] }}} >\n\u003C\u003Cresult>>\n\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\n\\end\n\n\n\\define d(g)\n\u003C$set name=daysperyear value=\"365.2425\">\n\u003C!-- y = (10000*g + 14780)/3652425 -->\n\u003C$set name=y value={{{ [[10000]multiply\u003C__g__>add[14780]divide[3652425]floor[]] }}}>\n\u003C!-- ddd = g - (365*y + y/4 - y/100 + y/400) -->\n\u003C$set name=y4 value={{{ [\u003Cy>divide[4]floor[]] }}}>\n\u003C$set name=y100 value={{{ [\u003Cy>divide[100]floor[]] }}}>\n\u003C$set name=y400 value={{{ [\u003Cy>divide[400]floor[]] }}}>\n\u003C$set name=dddtest value={{{ [[365]multiply\u003Cy>add\u003Cy4>subtract\u003Cy100>add\u003Cy400>negate[]add\u003C__g__>] }}} >\n\u003C$set name=prioryear value={{{ [\u003Cy>subtract[1]] }}} >\n\u003C$set name=y value={{{ [\u003Cdddtest>prefix[-]then\u003Cprioryear>] [\u003Cdddtest>!prefix[-]then\u003Cy>] }}} >\n\u003C$set name=ddd value={{{ [[365]multiply\u003Cy>add\u003Cy4>subtract\u003Cy100>add\u003Cy400>negate[]add\u003C__g__>] }}} >\n\u003C!-- mi = (100*ddd + 52)/3060 -->\n\u003C$set name=mi value={{{ [[100]multiply\u003Cddd>add[52]divide[3060]floor[]] }}} >\n\u003C!-- mm = (mi + 2)%12 + 1 -->\n\u003C$set name=mm value={{{ [\u003Cmi>add[2]remainder[12]add[1]] }}} >\n\u003C!-- y = y + (mi + 2)/12 -->\n\u003C$set name=y value={{{ [\u003Cmi>add[2]divide[12]floor[]add\u003Cy>] }}} >\n\u003C!-- dd= ddd - (mi*306 + 5)/10 + 1 -->\n\u003C$set name=dd value={{{ [\u003Cmi>multiply[306]add[5]divide[10]floor[]negate[]add\u003Cddd>add[1]] }}} >\n\u003C\u003Cy>>, \u003C\u003Cmm>>, \u003C\u003Cdd>> \u003Cbr/>\n\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\u003C/$set>\n\\end\n\n\\define daysfrom(y,m,d,o)\n\u003C$wikify name=future text=\"\u003C\u003Cg $y$ $m$ $d$ $o$>>\">\n\u003C$macrocall $name=\"d\" g=\u003C\u003Cfuture>>/>\n\u003C/$wikify>\n\\end\n\n\\define datestampFromOffset(y, m, d, o)\n\u003C$wikify name=result text=\"\u003C\u003Cdaysfrom $y$ $m$ $d$ $o$>>\">\n\t\u003C$vars\n\t\tyear={{{ [\u003Cresult>split[,]nth[1]trim[]] }}}\n\t\tmonth={{{ [\u003Cresult>split[,]nth[2]trim[]] }}}\n\t\tday={{{ [\u003Cresult>split[,]nth[3]trim[]] }}}>\n\t\u003C$vars\n\t\tpaddedmonth={{{ [\u003Cmonth>addprefix[0]] }}}\n\t\tpaddedday={{{ [\u003Cday>addprefix[0]] }}}>\n\t\t\u003C\u003Cyear>>\u003C$text text={{{ [\u003Cmonth>minlength[2]else\u003Cpaddedmonth>] }}}/>\u003C$text text={{{ [\u003Cday>minlength[2]else\u003Cpaddedday>] }}}/>1200\n\t\u003C/$vars>\n\t\u003C/$vars>\n\t\n\u003C/$wikify>\n\\end\n\n\\define daysFromDatestamp(datestamp, offset)\n\t\u003C$vars\n\t year={{{ [\u003C__datestamp__>split[]first[4]join[]] }}}\n\t month={{{ [\u003C__datestamp__>split[]first[6]last[2]join[]] }}}\n\t day={{{ [\u003C__datestamp__>split[]first[8]last[2]join[]] }}}>\n\t\t\u003C$macrocall $name=datestampFromOffset\n\t\t\ty=\u003C\u003Cyear>> m=\u003C\u003Cmonth>> d=\u003C\u003Cday>> o=\u003C\u003C__offset__>> />\n \u003C/$vars>\n\\end\n\n\n\u003C!-- First 4 macros are from here: https://groups.google.com/g/tiddlywiki/c/y_GjM302u60/m/H0eGNUQCCgAJ -->\n"},
{"title":"$:/sib/Reviewer/SchedulableTemplate","created":"20210119015940853","description":"Show buttons that exponentially postpone a tiddler from the reading inbox to a later date.","modified":"20210523142535687","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers tagged \u003C\u003Ctag Source>> that are marked unread or partially read.","type":"text/vnd.tiddlywiki","text":"\\define rescheduleme()\n\t\u003C$macrocall $name=inbox-postpone ivlExpr={{$:/temp/NextReviewTime}}/>\n\\end\n\n\u003C$list filter=\"[all[current]tag[Source]readstatus[unread]] [all[current]tag[Source]readstatus[partial]]\">\n\u003Cdiv class=\"schedule-next\">\n\n!!! ExpoPostpone\n\n\u003C$list filter=\"[{!!due}!is[blank]first[]]\" emptyMessage=\"Not scheduled for review.\" variable=_>\n\tThis item has been postponed until \u003C$view field=\"due\" format=\"date\" template=\"YYYY-0MM-0DD\"/>.\n\u003C/$list>\u003Cbr>\nBump to:\n\u003Cdiv>\n\u003C$button>\n\t\u003C$action-setfield due=\"\" ivl=\"\"/>\n\tnow\n\u003C/$button>\n\u003C$button>\n\t\u003C$macrocall $name=inbox-postpone ivlExpr=\"1\"/>\n\ttomorrow\n\u003C/$button>\n\u003C$button>\n\t\u003C$macrocall $name=inbox-postpone ivlExpr=\"5\"/>\n\tin 5 days\n\u003C/$button>\n\u003C$button>\n\t\u003C$macrocall $name=inbox-postpone ivlExpr={{{ [all[current]get[ivl]else[5]multiply[2]] }}}/>\n\tlater\n\u003C/$button>\n\u003C$button>\n\t\u003C$macrocall $name=inbox-postpone ivlExpr={{{ [all[current]get[ivl]else[5]multiply[3]] }}}/>\n\teven later\n\u003C/$button>\n\u003C/div>\n\u003C/div>\n\n\u003C/$list>\n\n\u003Cstyle>\n.schedule-next {\n\tpadding: 5px;\n\tborder: 2px solid \u003C\u003Ccolor \"tag-background\">>;\n\tmax-width: 500px;\n\ttext-align: center;\n}\n\n.schedule-next h3 {\n\tmargin-top: 0.5em;\n}\n\u003C/style>"},
{"title":"$:/sib/Reviewer/SchedulerMacros","created":"20210119014145169","modified":"20210331005114060","tags":"$:/tags/Macro","type":"text/vnd.tiddlywiki","text":"\\define inbox-setdue(newIvl, newDueDate)\n\t\u003C$action-setfield\n\t\tivl=\u003C\u003C__newIvl__>>\n\t\tdue={{{ [\u003C__newDueDate__>trim[]] }}}/>\n\\end\n\n\\define getNextDueDate() \u003C$macrocall $name=daysFromDatestamp datestamp=\u003C\u003Cnow YYYY0MM0DD>> offset=\u003C\u003CnextInterval>>/>\n\n\\define daysFromToday(days) \u003C$macrocall $name=daysFromDatestamp datestamp=\u003C\u003Cnow YYYY0MM0DD>> offset=\u003C\u003C__days__>>/>\n\n\\define inbox-postpone(ivlExpr)\n\t\u003C$set name=nextInterval value=$ivlExpr$>\n\t\u003C$wikify name=nextDueDate text=\"\u003C\u003CgetNextDueDate>>\" mode=\"inline\">\n\t\t\u003C$macrocall $name=inbox-setdue\n\t\t\tnewIvl=\u003C\u003CnextInterval>>\n\t\t\tnewDueDate=\u003C\u003CnextDueDate>> />\n\t\u003C/$wikify>\n\t\u003C/$set>\n\\end\n\n\\define read-status-selector()\n\t\u003C$select field=\"readstatus\" default=\"\">\n\t\t\u003Coption value=\"unread\">unread\u003C/option>\n\t\t\u003Coption value=\"partial\">partial\u003C/option>\n\t\t\u003Coption value=\"read\">read\u003C/option>\n\t\t\u003Coption value=\"reread\">reread\u003C/option>\n\t\u003C/$select>\n\\end"},
{"title":"$:/sib/Reviewer/Tiddlers due for review","created":"20210119013649056","list-before":"$:/core/ui/PageTemplate/sidebar","modified":"20210522022533184","type":"text/vnd.tiddlywiki","text":"\\define hasReviewsFilter(frag:\"\") [!days:due[-1]] [days:due[0]] +[tag[SpacedRepetition]has[due]$frag$]\n\n''Please retag this $:/tags/PageTemplate to use''\n\n\u003C$list filter=\"[all[current]!is[blank]]\">\nTiddlers due for review:\n\n\u003Cul>\n\t\u003C$list filter=\u003C\u003ChasReviewsFilter \"sort[due]\">> emptyMessage=\"Congratulations! You're all caught up.\">\n\t\t\u003Cli>\u003C$link to=\u003C\u003CcurrentTiddler>>/> (due \u003C$view format=\"date\" template=\"YYYY-0MM-0DD\" field=\"due\"/>)\u003C/li>\n\t\u003C/$list>\n\u003C/ul>\n\u003C/$list>\n\n\u003C$list filter=\"[all[current]then[]else[dummy]!is[blank]]\">\n\u003Cdiv class=\"review-notification\">\n\u003C$list filter=\u003C\u003ChasReviewsFilter \"first[]\">>>\n\tYou have tiddlers due for review.\n\t\u003C$link to=\"$:/sib/Reviewer/Tiddlers due for review\">Click here\u003C/$link> to see them.\n\u003C/$list>\n\u003C/div>\n\n\u003Cstyle>\n.review-notification {\n\ttext-align: center;\n\tbackground-color: \u003C\u003Ccolor message-background>>;\n\twidth: 50%;\n\tmargin: auto;\n}\n\u003C/style>\n\u003C/$list>"},
{"title":"$:/sib/Search/Locator","caption":"Locator","created":"20200404140917333","creator":"soren","modified":"20210522015055747","modifier":"soren","tags":"$:/tags/SearchResults","type":"text/vnd.tiddlywiki","text":"\u003C\u003Clocator-search>>"},
{"title":"$:/sib/Search/LocatorFields","caption":"Fields","created":"20200404141432994","creator":"soren","modified":"20210522015101940","modifier":"soren","tags":"$:/tags/SearchResults","type":"text/vnd.tiddlywiki","text":"\u003C\u003Clocator-fields>>"},
{"title":"$:/sib/SideBar/Explore","caption":"Explore","created":"20200913180105683","description":"Curated public navigation menu for those less familiar with TiddlyWiki.","extras":"$:/core/ui/MoreSideBar/Tags $:/core/ui/MoreSideBar/Recent $:/sib/SideBar/Explore/Bibliographies $:/core/ui/MoreSideBar/All $:/core/ui/MoreSideBar/Explorer","modified":"20210731163510974","tags":"$:/tags/SideBar","type":"text/vnd.tiddlywiki","text":"//To learn about navigation options, visit the [[PublicHomepage]].//\n\n\u003Cdiv class=\"tc-more-sidebar\">\n\u003C$macrocall $name=\"tabs\" tabsList=\"[enlist{$:/sib/SideBar/Explore!!extras}]\" default={{$:/config/DefaultMoreSidebarTab}} state=\"$:/state/tab/moresidebar\" class=\"tc-vertical tc-sidebar-tabs-more\" />\n\u003C/div>"},
{"title":"$:/sib/SideBar/Explore/Bibliographies","caption":"Bibliographies","created":"20200913180810431","modified":"20210610114217425","tags":"$:/tags/MoreSideBar","type":"text/vnd.tiddlywiki","text":"\u003Cdiv class=\"sib-tab-description\">\n\n\u003C/div>\n\n[[Recently Read|RecentlyRead]]\u003Cbr>\n\u003C$list filter=\"[tag[Bibliography]!has[draft.of]]\">\n\t\u003C$link to={{!!title}}>{{!!bibliography}}\u003C/$link>\u003Cbr>\n\u003C/$list>\n\n\u003Cstyle>\n.sib-tab-description {\n\tfont-style: italic;\n\tmargin-left: 2em;\n\tmargin-right: 2em;\n\tmargin-bottom: 2ex;\n}\n\u003C/style>"},
{"title":"$:/sib/SideBar/InfoLinks","created":"20210623014041787","creator":"soren","list-after":"$:/core/ui/SideBarSegments/site-subtitle","modified":"20211107173606954","modifier":"soren","tags":"$:/tags/SideBarSegment","type":"text/vnd.tiddlywiki","text":"\\define go-random-action() \u003C$action-navigate $to={{{[tag[Idea]!tag[PrivateChunk]!regexp[/]!tag[Stub]shuffle[]first[]]}}}/>\n\n\u003C$list filter=\u003C\u003Cff SidebarInfoLinks>> variable=_>\n[[about|PublicHomepage]]&nbsp;·\n[[reading|RecentlyRead]]&nbsp;·\n[[favorites|Favorites]]&nbsp;·\n\u003C$button class=\"tc-tiddlylink tc-btn-invisible\" actions=\u003C\u003Cgo-random-action>>>random idea\u003C/$button>\n\n\u003Cstyle>\n.gtw-sidebar-links a, .gtw-sidebar-links button {\n\tcolor: \u003C\u003Ccolor sidebar-foreground>>;\n\ttext-decoration: underline;\n}\n\u003C/style>\n\u003C/$list>"},
{"title":"$:/sib/SideBar/Write","caption":"Write","created":"20201203015757977","description":"When you have some time to work on your Zettelkasten but don't have a particular task in mind, come here to see what needs doing.","list":"$:/sib/SideBar/Write/Stub $:/core/ui/MoreSideBar/Missing NeedsAttention NeedsExcision TODO OpenQuestion $:/sib/Tools/Tray","modified":"20210825122036070","modifier":"soren","tags":"$:/tags/SideBar","type":"text/vnd.tiddlywiki","text":"\u003Cdiv class=\"tc-more-sidebar\">\n\u003C$macrocall $name=\"tabs\" tabsList={{$:/sib/SideBar/Write!!list}} default=\"$:/sib/SideBar/Write/Stub\" state=\"$:/state/tab/writesidebar\" class=\"tc-vertical tc-sidebar-tabs-more\" />\n\u003C/div>"},
{"title":"$:/sib/SideBar/Write/Stub","caption":"Stubs","created":"20200516155336361","creator":"soren","list-after":"$:/core/ui/MoreSideBar/Missing","modified":"20211204001205484","modifier":"soren","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[tag[Stub]sort[]] -[[$:/TagSaver]]\" emptyMessage=\"No stubs right now! You're awesome!\">\n\t\u003C$link to=\u003C\u003CcurrentTiddler>>>\u003C\u003CcurrentTiddler>>\u003C/$link>\u003Cbr/>\n\u003C/$list>\n"},
{"title":"$:/sib/Snippets/TiddlyRememberDetailsWidget","caption":"~TiddlyRemember collapsible","created":"20210307213447524","modified":"20210522013632019","tags":"$:/tags/TextEditor/Snippet","type":"text/vnd.tiddlywiki","text":"\u003C$details summary=\"Flashcards\">\n\n\n\n\u003C/$details>"},
{"title":"$:/sib/StorySaver/Saver","created":"20201126014757319","modified":"20201129155303116","type":"text/vnd.tiddlywiki","text":"\u003C!-- Eric Shulman, https://groups.google.com/g/tiddlywiki/c/2WWN0Lf0G-E, alt. -->\n\n\u003C$set name=savedStoryTag value=\"$:/sib/StorySaver/SavedStory\">\n\u003C$set name=savedStoryPrefix value=\"$:/sib/StorySaver/saved/\">\n\u003C$button popup=\"$:/state/popup/savestory\"> {{$:/core/images/save-button}} save story \u003C/$button>\n\u003C$reveal type=\"popup\" state=\"$:/state/popup/savestory\" class=\"tc-drop-down tc-popup-keep\" style=\"min-width:auto;padding:0.5em;\">\n Enter a new story name:\u003Cbr>\n \u003C$edit-text tiddler=\"$:/state/popup/savestory\" field=\"storyname\" />\u003Cbr>\n \u003C$list filter=\"[tag\u003CsavedStoryTag>limit[1]]\">\n or, select an existing story:\u003Cbr>\n \u003Cstyle> .savedStoryList { width:100%; } \u003C/style>\n \u003C$select tiddler=\"$:/state/popup/savestory\" field=\"storyname\" size=\"5\" class=\"savedStoryList\">\n \u003C$list filter=\"[tag\u003CsavedStoryTag>removeprefix\u003CsavedStoryPrefix>]\">\u003Coption>\u003C\u003CcurrentTiddler>>\u003C/option>\u003C/$list>\n \u003C/$select>\n \u003C/$list>\n \u003C$button style=\"text-align:center;\"> save\n \u003C$action-setfield $tiddler={{{ [{$:/state/popup/savestory!!storyname}addprefix\u003CsavedStoryPrefix>] }}} list={{$:/StoryList!!list}} tags=\u003C\u003CsavedStoryTag>> />\n \u003C$action-deletetiddler $tiddler=\"$:/state/popup/savestory\" />\n \u003C/$button>\n\u003C/$reveal>\n\u003C$button popup=\"$:/state/popup/loadstory\"> {{$:/core/images/storyview-classic}} load story \u003C/$button>\n\u003C$reveal type=\"popup\" state=\"$:/state/popup/loadstory\" class=\"tc-drop-down tc-popup-keep\" style=\"min-width:auto;padding:0.5em;\">\n \u003C$list filter=\"[tag\u003CsavedStoryTag>limit[1]]\" emptyMessage=\"no saved stories\">\n select an existing story:\u003Cbr>\n \u003Cstyle> .savedStoryList { width:100%; } \u003C/style>\n \u003C$select tiddler=\"$:/state/popup/loadstory\" field=\"storyname\" size=\"5\" class=\"savedStoryList\">\n \u003C$list filter=\"[tag\u003CsavedStoryTag>removeprefix\u003CsavedStoryPrefix>]\">\u003Coption>\u003C\u003CcurrentTiddler>>\u003C/option>\u003C/$list>\n \u003C/$select>\n \u003C/$list>\n \u003C$button style=\"text-align:center;\"> load\n \u003C$action-setfield $tiddler=\"$:/StoryList\" list={{{ [{$:/state/popup/loadstory!!storyname}addprefix\u003CsavedStoryPrefix>get[list]] }}} />\n \u003C$action-deletetiddler $tiddler=\"$:/state/popup/loadstory\" />\n \u003C/$button>\n\u003C/$reveal>\n\n\u003C$button popup=\"$:/state/popup/exportstory\"> {{$:/core/images/export-button}} export story \u003C/$button>\n\u003C$reveal type=\"popup\" state=\"$:/state/popup/exportstory\" class=\"tc-drop-down tc-popup-keep\" style=\"min-width:auto;padding:0.5em;\">\n \u003C$list filter=\"[tag\u003CsavedStoryTag>limit[1]]\" emptyMessage=\"no saved stories\">\n select an existing story:\u003Cbr>\n \u003Cstyle> .savedStoryList { width:100%; } \u003C/style>\n \u003C$select tiddler=\"$:/state/popup/exportstory\" field=\"storyname\" size=\"5\" class=\"savedStoryList\">\n \u003C$list filter=\"[tag\u003CsavedStoryTag>removeprefix\u003CsavedStoryPrefix>]\">\u003Coption>\u003C\u003CcurrentTiddler>>\u003C/option>\u003C/$list>\n \u003C/$select>\n \u003C/$list>\n\t \u003C$macrocall $name=\"exportButton\" exportFilter={{{ [{$:/state/popup/exportstory!!storyname}addprefix\u003CsavedStoryPrefix>get[list]] }}} lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n\u003C/$reveal>\n\u003C/$set>\n\u003C/$set>"},
{"title":"$:/sib/styles/body","created":"20210615030339909","creator":"soren","modified":"20210917203545404","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"/* Allow the story river to get a good bit wider than the text since this gives useful space to the navbars and balances out any empty space more nicely, but not so long that it looks ridiculous. */\ndiv.tc-tiddler-frame { max-width: 60em; margin-left: auto; margin-right: auto; }\n\ndiv.tc-tiddler-edit-frame { max-width: 90em; margin-left: auto; margin-right: auto; }\n\ndiv.tc-tiddler-body { max-width: 50em; margin: auto; }\n\n.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor { width: 69%; }\n\ndiv[data-tiddler-title*=\"$:/sib/Tools/ReadingInbox\"] div.tc-tiddler-body, div[data-tags*=\"Indite\"] div.tc-tiddler-body {\n\tmax-width: 100%;\n}\ndiv[data-tiddler-title*=\"$:/sib/Tools/ReadingInbox\"],\ndiv[data-tags*=\"Indite\"] {\n\tmax-width: 90em;\n}\n\ndiv[data-tiddler-title*=\"LifetimeReading\"] div.tc-tiddler-body {\n\tmax-width: 100%;\n}\ndiv[data-tiddler-title*=\"LifetimeReading\"] {\n\tmax-width: 90em;\n}\n\ndiv.tc-tiddler-preview-preview {\n\twidth: 29%;\n}\n\nh2:not(.tc-title) { \n\ttext-align: center;\n}"},
{"title":"$:/sib/styles/footnote","created":"20210719234124096","creator":"soren","modified":"20211025140658570","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"/*\nBased on https://kookma.github.io/TW-Refnotes/.\nCopyright (c) 2019--2021 Mohammad Rahmani.\nCopyright (c) 2021 Soren Bjornstad.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n/*\n\n/* Automatic counter for fnote macro. The counter resets at the begining of each tiddler. */\n.tc-tiddler-frame {\n counter-reset: fnote-count;\n}\n.refnotes-footnote {\n counter-increment: fnote-count;\n}\n.refnotes-footnote:after {\n content: counter(fnote-count);\n font-size:small;\n\tvertical-align: top;\n\tfont-size: 0.8em;\n /*vertical-align: super;\n line-height: 1.5;*/\n margin-left: 0em;\n color: yellow;\n}\n\n\n/* tooltip class used for ref, fnote and other macros */\n.refnotes-tooltip {\n position: relative;\n display: inline-block;\n cursor: pointer; \n}\n\n.refnotes-tooltip .refnotes-tooltiptext{\n font-size: 0.90em; /* change if it is too small */\n}\n\n.refnotes-tooltip .refnotes-tooltiptext {\n visibility: hidden;\n background-color: #fff;\n color: #222222; \n text-align: left;\n border-radius: 2px;\n padding: 5px 10px;\n max-width: 30vw;\n max-height:20em;\n overflow-y: auto;\n cursor: auto;\n width: max-content;\n width: -moz-max-content;\n width: -webkit-max-content;\n width: -o-max-content;\n\n /* Position the tooltip */\n position: absolute;\n z-index: 1;\n bottom: 100%;\n left: 50%;\n margin-left: -40px;\n box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);\n}\n\n.refnotes-tooltip:hover .refnotes-tooltiptext {\n visibility: visible;\n /*opacity: 0.9;*/\n}\n\n/* for small screens */\n\n@media screen and (max-width: 960px) {\n.refnotes-tooltip .refnotes-tooltiptext {\n /* Position the tooltip */\n \tposition:fixed;\n top:0;\n left: 0;\n margin-left: 0px;\n bottom: unset;\n width:100%;\n max-width: 100vw;\n z-index: 9999;\n} \n\n.refnotes-tooltip:hover .refnotes-tooltiptext {\n opacity: 1;\n} \n \n}\n\n/* Footnote class*/\n\n.fnote-list{\n/* color:blue;*/\n font-size:90%;\n}\n\n.fnote-pretty{\n display: block;\n margin: 0.5em;\n margin-right: auto;\n width: 100% !important;\n border-collapse: collapse;\n padding: 15px 15px 15px 25px; /*left padding=25px*/\n border-width: 0px;\n border-style: solid;\n border-left-width: 1px;\n background-color: rgb(255,248,220);\n color: rgb(91,49,7);\n line-height: 1.2em; \n font-size:0.9em;\n}"},
{"title":"$:/sib/styles/FourColMode","text":"/* FOUR COLUMN MODE */\n.fourcolumns {\n display:block;\n -moz-column-count:5;\n -moz-column-gap:0em;\n -webkit-column-count: 5;\n -webkit-column-gap:0em;\n}\n","created":"20200221170525425","creator":"soren","modified":"20210127230518810","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/css"},
{"title":"$:/sib/styles/GeneralStyles","created":"20201121015759457","creator":"soren","modified":"20210920193138900","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":".left-float {\n\tfloat: left;\n\tmargin-right: 30px;\n}\n\n.right-float {\n\tfloat: right;\n\tmargin-left: 30px;\n}\n\n.clarify {\n clear: both;\n}\n\n.sib-private-chunk {\n\tborder-left: 3px solid \u003C\u003Ccolour muted-foreground>>;\n\tpadding-left: 0.5em;\n}\n\n.color-splotch {\n\tfloat: left;\n\twidth: 10px;\n\theight: 10px;\n\tmargin: 5px;\n\tmargin-left: 0px;\n\tborder: 1px solid rgba(0, 0, 0, 0.2)\n}\n\n.dialogue {\n\tborder: 1px solid \u003C\u003Ccolour foreground>>;\n\tpadding: 1rem;\n}\n\n.dialogue p {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.checklist p, .checklist p span {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.epistemic-color-box {\n\twidth: 10px;\n\theight: 10px;\n\tmargin: 5px;\n\tmargin-left: 0px;\n\tborder: 1px solid rgba(0, 0, 0, 0.2);\n\tdisplay: inline-block;\n}"},
{"title":"$:/sib/styles/hr","created":"20210624125244567","creator":"soren","modified":"20211025010048942","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"/* Based on: Flaired edges, by Tomas Theunissen\n https://css-tricks.com/examples/hrs/ */\n\n.tc-tiddler-body > hr, .tc-tiddler-preview-preview > hr {\n overflow: visible; /* For IE */\n height: 30px;\n border-style: solid;\n border-color: \u003C\u003Ccolor primary>>;\n border-width: 1px 0 0 0;\n border-radius: 20px;\n\t\tmargin-bottom: -15px;\n\t\tmax-width: 80%;\n\t\tmargin-top: 30px;\n}\n.tc-tiddler-body hr:before, .tc-tiddler-preview-preview hr:before { /* Not really supposed to work, but does */\n display: block;\n content: \"\";\n height: 30px;\n border-style: solid;\n border-color: \u003C\u003Ccolor primary>>;\n border-width: 0 0 1px 0;\n border-radius: 20px;\n margin-top: -31px;\n}"},
{"title":"$:/sib/styles/OpenTopBar","created":"20210627163819671","modified":"20210627200105492","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"div.sib-quick-tiddler-jump {\n\tbackground-color: \u003C\u003Ccolor menubar-background>>;\n\tposition: fixed;\n\tz-index: 850;\n\tdisplay: inline-block;\n\ttop: 0;\n\tright: 0;\n\tleft: 0;\n\ttext-align: center;\n\theight: {{$:/config/sib/TopBarHeight}};\n\toverflow: auto;\n\tborder-bottom: 1px solid \u003C\u003Ccolor muted-foreground>>;\n\tpadding-bottom: 3px;\n\tpadding-top: 3px;\n\tfont-size: 12px;\n}\n\ndiv.sib-quick-tiddler-jump a {\n\tcolor: \u003C\u003Ccolor menubar-foreground>>;\n}\n\ndiv.sib-quick-tiddler-jump a.tc-tiddlylink-shadow {\n\tfont-weight: normal;\n}\n\ndiv.sib-quick-tiddler-jump ul {\n\tlist-style-type: none;\n\tmargin: 0;\n\tpadding: 0;\n}\n\n/* Droppable placeholders take up no space until we drag something there. */\ndiv.sib-quick-tiddler-jump ul li.tc-droppable div.tc-droppable-placeholder {\n\theight: 0;\n}\n\n/* TW inserts this as a placeholder after the last item. We have to resize it to match the rest. */\ndiv.sib-quick-tiddler-jump ul > div.tc-droppable div.tc-droppable-placeholder svg {\n\theight: 0;\n\twidth: 1rem;\n}\n\ndiv.sib-quick-tiddler-jump .tc-dropzone.tc-dragover:before {\n\tdisplay: inline-block;\n}\n\ndiv.sib-quick-tiddler-jump ul > li.tc-droppable div,\n\t\tdiv.sib-quick-tiddler-jump ul > div.tc-droppable div {\n\tdisplay: inline-block;\n}\n\ndiv.sib-quick-tiddler-jump .tc-droppable.tc-dragover > .tc-droppable-placeholder {\n\tdisplay: inline-block;\n\tbackground-color: green;\n\tborder: 0px;\n\twidth: 1rem;\n\theight: 1rem;\n\tmargin-bottom: 0;\n\tmargin-top: 0;\n\tpadding-bottom: 0;\n\tpadding-top: 0;\n}\n\ndiv.sib-quick-tiddler-jump ul li, div.sib-quick-tiddler-jump ul > div.tc-droppable {\n\tdisplay: inline-block;\n}\n\n.sib-quick-tiddler-jump ul li div:nth-child(2):after {\n\tpadding-left: 5px;\n\tcontent: \"·\";\n\tpadding-right: 5px;\n}\n\n/* not last-child because there's a dropzone after it */\n.sib-quick-tiddler-jump ul li:nth-last-child(2) div:after {\n\tcontent: \"\";\n}"},
{"title":"$:/sib/styles/Publicity","created":"20210825185232587","creator":"soren","modified":"20210825185606721","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":".sib-viewer-clarify {\n\tclear: both;\n}\n\n.sib-viewer-public-line {\n\tfloat: right;\n\tcolor: #5E81AC;\n\tmargin-top: 1ex;\n}\n\n@media print\n{\n\t.sib-viewer-public-line {\n\t\tdisplay: none;\n\t}\n}"},
{"title":"$:/sib/styles/ReferenceExplorer","created":"20210721020857476","creator":"soren","modified":"20210825185624720","modifier":"soren","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":"table.ideas-table {\n\twidth: 100%;\n\tbackground-color: #686868;\n\tcaption-side: top;\n}\n\ntable.ideas-table th {\n\tbackground-color: #595959;\n}\n\ntable.ideas-table th, table.ideas-table td {\n\tborder: 0;\n\tborder-right: 1px solid #999999;\n\tborder-left: 1px solid #999999;\n}\n\ntable.ideas-table th {\n\tborder-top: 1px solid #999999;\n}\n\ntable.ideas-table tr:last-child {\n\tborder-bottom: 1px solid #999999;\n}\n\n.ideas-table-caption {\n margin: 0 0 0 0;\n padding: 2px 7px 2px 7px;\n text-shadow: none;\n color: #FFFFFF;\n background-color: #3D3D3D;\n vertical-align: middle;\n border-top: 1px solid #999999;\n border-right: 1px solid #999999;\n border-bottom: 0px solid #999999;\n border-left: 1px solid #999999;\n text-align: center;\n}\n\ntable.ideas-table tr:nth-child(odd) {\n\tbackground-color: #737373;\n}\n\ntable.ideas-table a {\n\tcolor: \u003C\u003Ccolor foreground>>;\n}\n\n@media print\n{\n\t.sib-reference-explorer {\n\t\tdisplay: none;\n\t}\n}"},
{"title":"$:/sib/styles/Subtitle","created":"20210611020047183","modified":"20210611024114066","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki","text":".tc-subtitle { font-size: 0.9em; color: \u003C\u003Ccolor tiddler-title-foreground>>; }\n\n.tc-subtitle .tc-tiddlylink { margin-right: 0; }"},
{"title":"$:/sib/Templates/Automatic/Clock","created":"20210627025415569","modified":"20210627154440472","tags":"$:/tags/TopRightBar","type":"text/vnd.tiddlywiki","text":"\\define reset-pomodoro() \u003C$action-setfield $tiddler=\"$:/temp/time/pomodoro-remaining\" text=\"1500\"/>\n\\define introspect-pomodoro()\n\t\u003C$vars \n\t\t\tminutes={{{ [{$:/temp/time/pomodoro-remaining}divide[60]floor[]] }}}\n\t\t\tseconds={{{ [{$:/temp/time/pomodoro-remaining}remainder[60]] }}}>\n\t\u003C$vars \n\t\t\tzeroedMinutes={{{ [\u003Cminutes>addprefix[0]] }}}\n\t\t\tzeroedSeconds={{{ [\u003Cseconds>addprefix[0]] }}}>\n\t\t\u003C$text text={{{ [\u003Cminutes>length[]match[1]then\u003CzeroedMinutes>else\u003Cminutes>] }}}/>:\u003C$text text={{{ [\u003Cseconds>length[]match[1]then\u003CzeroedSeconds>else\u003Cseconds>] }}}/>\n\t\u003C/$vars>\n\t\u003C/$vars>\n\\end\n\n\u003C$list filter=\u003C\u003Cff Clock>>>\n\u003C$vars ticker={{$:/temp/time/ticker}}>\n\t\u003Cdiv class=\"sib-clock\">\n\t\t\u003Cdiv class=\"sib-clock-item\">\u003C\u003Cnow \"0hh12:0mm AM\">>\u003C/div>\n\t\t\u003Cdiv class=\"sib-clock-item\">\n\t\t\t\u003C$button actions=\u003C\u003Creset-pomodoro>> class=\"tc-tiddlylink tc-btn-invisible\" tooltip=\"Reset pomodoro to 25 minutes\">\u003Ci class=\"fa fa-stopwatch\"/>\u003C/$button>\u003C$list filter=\"[{$:/temp/time/pomodoro-remaining}compare:number:gt[0]]\" emptyMessage=\"&nbsp;done\">\u003C\u003Cintrospect-pomodoro>>\u003C/$list>\n\t\t\u003C/div>\n\t\u003C/div>\n\t\n\u003C/$vars>\n\u003C/$list>\n\n\u003Cstyle>\ndiv.sib-clock {\n\tbackground-color: \u003C\u003Ccolor tiddler-background>>;\n\tpadding: 5px;\n\twidth: 5rem;\n}\n\ndiv.sib-clock-item {\n\ttext-align: center;\n}\n\ndiv.sib-clock-item button {\n\tmargin: 0;\n\tpadding: 0;\n}\n\u003C/style>"},
{"title":"$:/sib/Templates/Automatic/MacroDescription","created":"20210522021355703","description":"Provide a summary of the purpose, usage, and definition of the global macro defined in the current tiddler.","modified":"20210523141047728","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers within the $:/sib/Macros namespace that are tagged \u003C\u003Ctag $:/tags/Macro>>.","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[all[current]prefix[$:/sib/Macros/]tag[$:/tags/Macro]]\">\n\n!! \u003Ccode>\u003C$text text={{{ [all[current]removeprefix[$:/sib/Macros/]] }}}/>\u003C/code> macro\n\n; Purpose\n: {{!!description}}\n\n; Example\n: \u003Cpre>\u003Ccode>\u003C$view field=\"example\"/>\u003C/code>\u003C/pre>\n: {{!!example}}\n\n; Definition\n: \u003C$codeblock code={{{ [all[current]get[text]] }}}/>\n\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/MissingTiddlerCreationNotification","created":"20201204132021892","creator":"soren","modified":"20211027125509141","modifier":"soren","tags":"$:/tags/EditTemplate","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[all[current]get[draft.of]prefix[New ]]\" variable=\"draftof\">\n \u003C$list filter=\"[all[current]get[draft.title]backlinks[]first[]]\" variable=_>\n Creating missing tiddler \u003C$link to={{!!draft.title}}/>. The following tiddlers will link here when you save:\n \u003C\u003Clist-links \"[all[current]get[draft.title]backlinks[]]\">>\n\t\u003C/$list>\n\u003C/$list>\n"},
{"title":"$:/sib/Templates/Automatic/OpenTopBar","created":"20210626221212233","modified":"20210627171414206","tags":"$:/tags/TopLeftBar","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\u003C\u003Cff OpenTopBar>> variable=_>\n\u003Cdiv class=\"sib-quick-tiddler-jump\">\n\t\u003C\u003Clist-links-draggable \"$:/StoryList\">>\n\u003C/div>\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/PrivateChunkParentNotice","created":"20200516175612822","description":"Show a notice that this is a private chunk of another tiddler, and provide another link to the parent tiddler.","modified":"20210523140536264","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers tagged \u003C\u003Ctag PrivateChunk>>.","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[all[current]tag[PrivateChunk]]\">\n\t\t//This is a PrivateChunk of the public tiddler \u003C$link to={{{ [all[current]split[/]first[]] }}}/>.//\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/Publicity/EditorPublicLine","created":"20200511015953198","modified":"20210622003322324","tags":"$:/tags/EditTemplate","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\u003C\u003Cff EditorPublicLine>> variable=_>\n\t\u003Cdiv style=\"float: right; color: #5E81AC; margin-top: 1ex;\">\n\t\t\u003C$checkbox tag=Public> Publish this tiddler\u003C/$checkbox>\n\t\u003C/div>\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/Publicity/LevelDisplay","created":"20200508004653657","modified":"20210606175143055","tags":"$:/tags/EditTemplate","type":"text/vnd.tiddlywiki","text":"\\define editingSystemTiddler(not)[all[current]has[draft.of]get[draft.title]$not$is[system]]\n\\define editingPublicZk(not) [[$:/config/sib/IsPublicEdition]] +[get[text]$not$match[true]]\n\n\n\u003C$list filter=\u003C\u003CeditingPublicZk \"!\">> variable=_>\n\t\u003Cdiv style=\"color: orangered; font-weight: bold\">\n\t\tWARNING: You are editing the public Zettelkasten. Your changes will not be saved unless you export them manually.\n\t\u003C/div>\n\u003C/$list>\n\n\u003C$list filter=\u003C\u003CeditingPublicZk>> variable=_>\n\t\u003C$list filter=\u003C\u003CeditingSystemTiddler>> >\n\t\u003Cdiv style=\"color: #d08770; float:left;\">\n\t\t\u003Cdiv style=\"width: 16px; float:left;\">{{$:/core/images/theme-button}}\u003C/div>\n\t\t\u003Cdiv style=\"padding-top: 5px; padding-left: 20px;\">\n\t\t\tYou are editing a //system tiddler//. System tiddlers are intrinsically public.\n\t\t\u003C/div>\n\t\u003C/div>\n\t\u003C/$list>\n\n\t\u003C$list filter=\u003C\u003CeditingSystemTiddler \"!\">> variable=_>\n\t\t\u003C$list filter=\"[all[current]!tag[Public]]\">\n\t\t\u003Cdiv style=\"color: #81a1c1; float:left;\">\n\t\t\t\u003Cdiv style=\"width: 16px; float:left;\">{{$:/core/images/locked-padlock}}\u003C/div>\n\t\t\t\u003Cdiv style=\"padding-top: 5px; padding-left: 20px;\">\n\t\t\t\tYou are editing a //private tiddler//.\n\t\t\t\u003C/div>\n\t\t\u003C/div>\n\t\t\u003C/$list>\n\n\t\t\u003C$list filter=\"[all[current]tag[Public]!is[system]]\">\n\t\t\u003Cdiv style=\"color: #d08770; float:left;\">\n\t\t\t\u003Cdiv style=\"width: 16px; float:left;\">{{$:/core/images/globe}}\u003C/div>\n\t\t\t\u003Cdiv style=\"padding-top: 4px; padding-left: 20px;\">You are editing a //public tiddler//.\n\t\t\t\u003C/div>\n\t\t\u003C/div>\n\t\t\u003C/$list>\n\t\u003C/$list>\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/Publicity/ViewerPublicLine","created":"20200508002211355","creator":"soren","description":"Show a checkbox to make the tiddler private or public while viewing it.","modified":"20210825185507543","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All non-system tiddlers, in the private edition. Never, in the public edition.","type":"text/vnd.tiddlywiki","text":"\u003C!-- Clear any outstanding floats or things will look really weird. This also clears for the Reference Explorer since the public checkbox is floated, so it comes outside the list widget. -->\n\u003Cdiv class=\"sib-viewer-clarify\"/>\n\n\u003C!-- If this is a system tiddler, don't show the public line. -->\n\u003C$list filter=\"[all[current]!is[system]]\" variable=_>\n\n\u003C$list filter=\u003C\u003Cff ViewerPublicLine>> variable=_>\n\t\u003Cdiv class=\"sib-viewer-public-line\">\n\t\t\u003C$checkbox tag=Public> Publish this tiddler\u003C/$checkbox>\n\t\u003C/div>\n\u003C/$list>\n\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/ReaderActions","created":"20210608021806427","description":"Provide links that allow users to get in touch with the author, share content, or otherwise interact with it.","modified":"20210622002447440","tags":"$:/tags/ViewTemplate","transcludedin":"All non-system tiddlers, if this is the public edition.","type":"text/vnd.tiddlywiki","text":"\\define startConvoAction()\n\t\u003C$action-createtiddler $basetitle=\"$:/temp/Conversation\" $savetitle=\"$:/temp/ConversationCollector\" target=\u003C\u003CcurrentTiddler>> email={{$:/config/sobjornstad/UserEmail}} comment=\"\"/>\n\t\u003C$action-navigate $to=\"StartAConversation\"/>\n\\end\n\n\\define subscribeAction()\n\u003C$action-setfield $tiddler=\u003C\u003Cqualify \"$:/temp/SubscribeSection\">> text=\"open\"/>\n \u003C!--\u003C$action-managesubscription tiddler=\u003C\u003CcurrentTiddler>> user=\"greata@sorenbjornstad.com\" operation=\"subscribe\"/>-->\n\\end\n\n\\define complete-subscription-action()\n \u003C$action-managesubscription tiddler=\u003C\u003CcurrentTiddler>> user={{$:/config/sobjornstad/UserEmail}} operation=\"subscribe\"/>\n\t\u003C$action-setfield $tiddler=\u003C\u003Cqualify \"$:/temp/SubscribeSection\">> text=\"\"/>\n\\end\n\n\u003C$list filter=\"[all[current]!is[system]]\" variable=_>\n\u003C$list filter=\u003C\u003Cff ContactButtons>> variable=_>\n\u003Cdiv style=\"text-align: center;\">\n\u003C$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Send Soren email about this idea or note.\" actions=\u003C\u003CstartConvoAction>>>\n\t\u003Ci class=\"fa fa-envelope\"/>&nbsp;start a conversation\n\u003C/$button>&emsp;\n\u003C$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"Get emails whenever this idea or note is updated.\" actions=\u003C\u003CsubscribeAction>>>\n \u003Ci class=\"fa fa-bell\"/>&nbsp;subscribe\n\u003C/$button>\n\u003C/div>\n\n\u003Cdiv class=\"sib-subscribe-info\">\n\u003C$reveal state=\u003C\u003Cqualify \"$:/temp/SubscribeSection\">> type=\"match\" text=\"open\">\n \u003C$list filter=\"[all[current]is[missing]]\">//This tiddler doesn't exist yet. You'll be notified if and when it is created.//\u003Cbr>\u003C/$list>\n\tSubscribe with email:&nbsp;\u003C$edit-text tiddler=\"$:/config/sobjornstad/UserEmail\" tag=\"input\" default=\"\"/>\n\t\u003C$button actions=\u003C\u003Ccomplete-subscription-action>>>Subscribe\u003C/$button>\n\u003C/$reveal>\n\u003C/div>\n\n\u003C/$list>\n\u003C/$list>\n\n\n\u003Cstyle>\ndiv.sib-subscribe-info {\n\ttext-align: center;\n\tmargin-top: 0.5rem;\n}\ndiv.sib-subscribe-info input {\n\twidth: 20em;\n\tmax-width: 50%;\n}\n\u003C/style>"},
{"title":"$:/sib/Templates/Automatic/Source","created":"20200808023836194","creator":"soren","description":"Display a table of fields and other information about the source described by this tiddler.","modified":"20210916133730677","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers tagged \u003C\u003Ctag Source>> or \u003C\u003Ctag Sink>>.","type":"text/vnd.tiddlywiki","text":"\\define isbnsearch(isbn) https://isbnsearch.org/isbn/$(isbn)$\n\n\u003C$list filter=\"[all[current]tag[Source]] [all[current]tag[Sink]]\">\n\n\u003Ctable class=\"sourceDeetsTable\">\n\t\u003Ctr>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Ctd>{{!!caption}}\u003C/td>\n\t\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Cth>Author\u003C/th>\n\t\t\u003Ctd>{{!!author}}\u003C/td>\n\t\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Cth>Publication year\u003C/th>\n\t\t\u003Ctd>{{!!year}}\u003C/td>\n\t\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Cth>Medium\u003C/th>\n\t\t\u003Ctd>{{!!medium}}\u003C/td>\n\t\u003C/tr>\n\t\u003C$list filter={{{ [all[current]has[universe]!universe[nonfiction]] }}}>\n\t\u003Ctr>\n\t\t\u003Cth>Universe\u003C/th>\n\t\t\u003Ctd>\n\t\t\t\u003C$link to={{!!universe}}/>\n\t\t\u003C/td>\n\t\u003C/tr>\n\t\u003C/$list>\n\t\u003Ctr>\n\t\t\u003Cth>URL\u003C/th>\n\t\t\u003Ctd>{{!!url}}\u003C/td>\n\t\u003C/tr>\n\t\u003C$list filter=\"[all[current]has[isbn]]\">\n\t\u003Ctr>\n\t\t\u003Cth>ISBN\u003C/th>\n\t\t\u003Ctd>\n\t\t\t\u003C$set name=isbn value={{!!isbn}}>\n\t\t\t\t\u003Ca href=\u003C\u003Cisbnsearch>> class=\"tc-tiddlylink-external\">{{!!isbn}}\u003C/a>\n\t\t\t\u003C/$set>\n\t\t\u003C/td>\n\t\u003C/tr>\n\t\u003C/$list>\n\t\u003Ctr>\n\t\t\u003Cth>Bibliographies\u003C/th>\n\t\t\u003Ctd>\n\t\t\t\u003C$list filter=\"[all[current]enlist{!!bibliography}]\">\n\t\t\t\t\u003C$link to={{{ [tag[Bibliography]bibliography\u003CcurrentTiddler>] }}}>\n\t\t\t\t\t\u003C$text text=\u003C\u003CcurrentTiddler>>/>\n\t\t\t\t\u003C/$link>\n\t\t\t\u003C/$list>\n\t\t\u003C/td>\n\t\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Cth>Status\u003C/th>\n\t\t\u003Ctd>\n\t\t\t\u003C\u003Cread-status-selector>>\n\t\t\t\u003C$list filter=\"[all[current]readstatus[read]]\">\n\t\t\t\ton \u003C$view field=\"completed\" format=\"date\" template=\"YYYY-0MM-0DD\"/>\n\t\t\t\u003C/$list>\n\t\t\t\u003C$list filter=\"[all[current]readstatus[reread]]\">\n\t\t\t\t(last read \u003C$view field=\"completed\" format=\"date\" template=\"YYYY-0MM-0DD\"/>)\n\t\t\t\u003C/$list>\n\t\t\u003C/td>\n\t\u003C/tr>\n\u003C/table>\n\n\u003Cstyle>\n.sourceDeetsTable tr th {\n\ttext-align: right;\n}\n\u003C/style>\n\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/SpoilerBanner","created":"20210606181123394","creator":"soren","description":"Show a banner to public users warning them that spoilers may be present in tiddlers related to a work of fiction they may not have read.","modified":"20210909023752258","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers that have a `universe` field which is not set to `nonfiction`, if this is the public edition.","type":"text/vnd.tiddlywiki","text":"\\define hide-action() \u003C$action-setfield $tiddler=\"$:/config/sib/HideSpoilerBanner\" text=\"yes\"/>\n\n\u003C$list filter=\u003C\u003Cff SpoilerBanner>> variable=_>\n\u003C$list filter=\"[[$:/config/sib/HideSpoilerBanner]!text[yes]]\" variable=_>\n\u003C$list filter=\"[all[current]has[universe]!universe[nonfiction]]\">\n\t\u003Cdiv class=\"sib-spoiler-banner\">\n\t\t\u003Cdiv style=\"display: inline-block; vertical-align: center; margin-top: 6px; margin-left: 1em;\">\n\t\t\t\u003Cspan style=\"height: 44px; fill: yellow;\">{{$:/core/images/warning}}\u003C/span>\n\t\t\u003C/div>\n\t\t\u003Cdiv style=\"display: inline-block; margin-left: 1em; margin-right: 1em;\">\n\t\t\u003C$list filter=\"[all[current]tag[Source]]\" variable=_>\n\t\t\tThis tiddler is about a work of fiction. Absolutely no attempt is made to avoid or \u003Cbr>\n\t\t\tmark spoilers; read at your own risk.&ensp;(\u003C$button class=\"tc-tiddlylink tc-btn-invisible\" actions=\u003C\u003Chide-action>>>don't show again this session\u003C/$button>)\u003Cbr>\n\t\t\u003C/$list>\n\t\t\u003C$list filter=\"[all[current]!tag[Source]]\">\n\t\t\tThis tiddler may contain spoilers for //\u003C$link to={{!!universe}}>\u003C$text text={{{ [{!!universe}get[caption]] }}}/>\u003C/$link>//.\u003Cbr>\n\t\t\tRead at your own risk.&ensp;(\u003C$button class=\"tc-tiddlylink tc-btn-invisible\" actions=\u003C\u003Chide-action>>>don't show again this session\u003C/$button>)\u003Cbr>\n\t\t\u003C/$list>\n\t\t\u003C/div>\n\t\u003C/div>\n\u003C/$list>\n\u003C/$list>\n\u003C/$list>\n\n\u003Cstyle>\n.sib-spoiler-banner {\n\tbackground-color: \u003C\u003Ccolor message-background>>;\n\tdisplay: block;\n\tborder-radius: 10px;\n\tpadding: 5px;\n\tmargin: 0 auto;\n\twidth: 35rem;\n}\n\u003C/style>"},
{"title":"$:/sib/Templates/Automatic/StoryRiverFooter","created":"20210825140429794","creator":"soren","modified":"20210902152411592","modifier":"soren","tags":"$:/tags/BelowStory","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\u003C\u003Cff CopyrightFooter>> variable=_>\n\n\u003Cdiv class=\"zk-footer-row\">\n\u003C$list filter=\"[[$:/config/zettelkasten/copyright/UserNotice]has[text]]\" emptyMessage={{$:/config/zettelkasten/copyright/InitialNotice}}>{{$:/config/zettelkasten/copyright/UserNotice}}\u003C/$list>\nSee the [[content copyright notice|CopyrightNotice]] for details.\n\u003C/div>\n\u003Cdiv class=\"zk-footer-row\">\nZettelkasten [[edition of TiddlyWiki|https://zettelkasten.sorenbjornstad.com]] by [[Soren Bjornstad|https://sorenbjornstad.com]].\n\u003C/div>\n\n\u003Cstyle>\ndiv.zk-footer-row {\n\tcolor: \u003C\u003Ccolor muted-foreground>>;\n\ttext-align: center;\n}\n\ndiv.zk-footer-row a.tc-tiddlylink, div.zk-footer-row a.tc-tiddlylink-external {\n\tcolor: \u003C\u003Ccolor muted-foreground>>;\n\ttext-decoration: underline;\n}\n\u003C/style>\n\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/Subtiddler","created":"20211120164840100","creator":"soren","description":"Navigate to the parent or a sibling of the current subtiddler. Subtiddler names are separated from that of their supertiddlers by a / (and are not system tiddlers).","modified":"20220202173655863","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers whose titles contain a slash and are not system tiddlers.","type":"text/vnd.tiddlywiki","text":"\\define expand-siblings() \u003C$action-setfield $tiddler=\"$:/temp/ShowSiblings\" $index=\u003C\u003CcurrentTiddler>> $value=\"yes\" />\n\\define contract-siblings() \u003C$action-setfield $tiddler=\"$:/temp/ShowSiblings\" $index=\u003C\u003CcurrentTiddler>> $value=\"no\" />\n\\define siblings-filter() [prefix\u003CparentTiddlerPlusSlash>!match\u003CcurrentTiddler>]\n\n\u003C$list filter=\"[all[current]!is[system]regexp:title[/]]\" variable=_>\n\u003C$set name=\"parentTiddler\" value={{{ [all[current]split[/]butlast[]join[/]] }}}>\n\u003C$set name=\"parentTiddlerPlusSlash\" value={{{ [\u003CparentTiddler>addsuffix[/]] }}}>\n\u003Cdiv style=\"text-align: center;\">\n\nThis is a subtiddler of \u003C$link to=\u003C\u003CparentTiddler>>/>.\u003Cbr>\n\t\u003C$reveal stateTitle=\"$:/temp/ShowSiblings\" stateIndex=\u003C\u003CcurrentTiddler>> type=\"nomatch\" text=\"yes\">\n\t\t\u003C$list filter=\"[prefix\u003CparentTiddlerPlusSlash>!match\u003CcurrentTiddler>first[]]\" variable=_ emptyMessage=\"This is the only subtiddler.\">\n\t\t\u003C$button class=\"tc-btn-invisible tc-tiddlylink\" actions=\u003C\u003Cexpand-siblings>>>{{$:/core/images/right-arrow}} Siblings of this subtiddler\u003C/$button> (\u003C$count filter=\u003C\u003Csiblings-filter>>/>)\n\t\t\u003C/$list>\n\t\u003C/$reveal>\n\t\u003C$reveal stateTitle=\"$:/temp/ShowSiblings\" stateIndex=\u003C\u003CcurrentTiddler>> type=\"match\" text=\"yes\">\n\t\t\u003C$button class=\"tc-btn-invisible tc-tiddlylink\" actions=\u003C\u003Ccontract-siblings>>>{{$:/core/images/down-arrow}} Siblings of this subtiddler:\u003C/$button>\u003Cbr>\n\t\t\u003C$list filter=\u003C\u003Csiblings-filter>>>\n\t\t\t\u003C$link to=\u003C\u003CcurrentTiddler>>>\u003C$text text={{{ [\u003CcurrentTiddler>removeprefix\u003CparentTiddlerPlusSlash>] }}}/>\u003C/$link>\u003Cbr>\n\t\t\u003C/$list>\n\t\u003C/$reveal>\n\n\u003C/div>\n\u003C/$set>\n\u003C/$set>\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/TypeTagChecker","created":"20211120170347843","creator":"soren","description":"Show a warning on tiddlers that don't have a type selected.","modified":"20211221014011578","modifier":"soren","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers that exist, aren't system tiddlers or subtiddlers, and don't have at least one tag of the color #ff0000.","type":"text/vnd.tiddlywiki","text":"\u003C!-- System tiddlers, missing tiddlers, and subtiddlers are exempt from the warning. -->\n\u003C$list filter=\"[all[current]!is[system]!is[missing]!regexp[/]]\">\n\u003C$list filter=\"[all[current]tags[]color[#ff0000]] ~[[Oops]] +[match[Oops]]\" variable=_>\n\t\u003Cdiv style=\"display: inline-block; vertical-align: center; margin-top: 6px; margin-left: 1em; fill: yellow;\">\n\t\t\u003Cspan style=\"height: 44px\">{{$:/core/images/warning}}\u003C/span>\n\t\u003C/div>\n\t\u003Cdiv style=\"display: inline-block; margin-left: 1em; color: yellow; font-weight: bold;\">\n\t\tThis tiddler does not have a type tag (type tags appear in red). You should probably attach one.\u003Cbr>\n\t\tSee [[ZettelkastenCardType]] for details on the available options.\n\t\u003C/div>\n\u003C/$list>\n\u003C/$list>"},
{"title":"$:/sib/Templates/Automatic/Untitled","created":"20210307160101458","description":"Display buttons enabling a workflow where you paste content directly into TiddlyWiki and then use a custom form to turn it into a tiddler.","modified":"20210523141850561","tags":"$:/tags/ViewTemplate","transcludedin":"Tiddlers whose name begins with `Untitled` (the name you get when you paste text into TiddlyWiki).","type":"text/vnd.tiddlywiki","text":"\\define make-source()\n\u003C$action-sendmessage $message=\"tm-close-tiddler\" $param=\"$:/Import\"/>\n\u003C$action-setfield $field=\"tags\" $value=\"Source\"/>\n\u003C$action-setfield $field=\"url\" $value={{!!text}}/>\n\u003C$action-setfield $field=\"text\" $value=\"\"/>\n\u003C$action-setfield $field=\"type\" $value=\"\"/>\n\u003C$action-setfield $field=\"medium\" $value=\"article\"/>\n\u003C$action-setfield $field=\"year\" $value=\u003C\u003Cnow \"YYYY\">>/>\n\\end\n\n\\define finish-import()\n\u003C$action-setfield $field=\"title\" $value={{$:/temp/RenameTitle}}/>\n\u003C$action-sendmessage $message=\"tm-close-tiddler\" $param=\u003C\u003CcurrentTiddler>>/>\n\u003C$action-deletetiddler $tiddler=\u003C\u003CcurrentTiddler>>/>\n\u003C$action-navigate $to={{$:/temp/RenameTitle}}/>\n\u003C$action-deletetiddler $tiddler=\"$:/temp/RenameTitle\"/>\n\\end\n\n\u003C$list filter=\"[all[current]prefix[Untitled]]\">\n\u003Cdiv class=\"import-options\">\n\u003Ch3>Import Options\u003C/h3>\n\n\u003C$button actions=\u003C\u003Cmake-source>>>Create Source\u003C/$button>\n\u003C$reveal type=\"match\" state=\"!!tags\" text=\"Source\">\n\n|!Tiddler Title |\u003C$edit-text tiddler=\"$:/temp/RenameTitle\" default=\"\" tag=\"input\"/>|\n|!Source Title |\u003C$edit-text field=\"caption\" default=\"\" tag=\"input\"/>|\n|!Author |\u003C$edit-text field=\"author\" default=\"\" tag=\"input\"/>|\n|!Medium |\u003C$radio field=\"medium\" value=\"article\">&nbsp;Article\u003C/$radio>&ensp;\u003C$radio field=\"medium\" value=\"book\">Book\u003C/$radio>|\n|!Year |\u003C$edit-text field=\"year\" default=\u003C\u003Cnow \"YYYY\">> tag=\"input\"/>|\n|!Read status |\u003C\u003Cread-status-selector>>|\n|!Completed |\u003C$edit-date field=\"completed\"/>|\n\n\u003C$button actions=\u003C\u003Cfinish-import>>>Import\u003C/$button>\n\n\u003C/$reveal>\n\u003C/div>\n\u003C/$list>\n\n\u003Cstyle>\ndiv.import-options {\n\tpadding: 5px;\n\tborder: 2px solid \u003C\u003Ccolor \"tag-background\">>;\n\twidth: 100%;\n}\n\ndiv.import-options h3 {\n\ttext-align: center;\n\tmargin-top: 5px;\n\tmargin-bottom: 0;\n}\n\u003C/style>"},
{"title":"$:/sib/Templates/Automatic/ViewTemplateDescription","created":"20210523140149097","description":"Provide a summary of the purpose, usage, and definition of the view template defined in the current tiddler.","modified":"20210523141255035","tags":"$:/tags/ViewTemplate","transcludedin":"All tiddlers within the $:/sib namespace that are tagged \u003C\u003Ctag $:/tags/ViewTemplate>>.","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[all[current]prefix[$:/sib/]tag[$:/tags/ViewTemplate]]\">\n\n!! \u003Ccode>\u003C$text text=\u003C\u003CcurrentTiddler>>/>\u003C/code> view template\n\n; Purpose\n: {{!!description}}\n\n; Transcluded in\n: {{!!transcludedin}}\n\n; Definition\n: \u003C$codeblock code={{{ [all[current]get[text]] }}} language=\"html\"/>\n\n\u003C/$list>"},
{"title":"$:/sib/Templates/Export/SabbaticalUpdateCabCrosspost","created":"20210807200136273","modified":"20210807205025301","tags":"","type":"text/vnd.tiddlywiki","text":"\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n\u003Cdiv id=\"__title\">{{!!title}}\u003C/div>\n\u003Cdiv id=\"__caption\">{{!!caption}}\u003C/div>\n\u003Cdiv id=\"__slug\">{{!!cab-slug}}\u003C/div>\n\n\u003Cdiv id=\"__content\">\n\t\u003C$transclude mode=\"block\" />\n\u003C/div>"},
{"title":"$:/sib/Templates/General/IdentityTemplate","created":"20210303032019619","creator":"soren","modified":"20210825162843813","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"{{!!text}}"},
{"title":"$:/sib/Templates/TableColumns/BookRating","created":"20210606231459712","modified":"20210606231553647","tags":"$:/tags/table/BodyTemplate","tbl-column-list":"rating","tbl-noedit":"","type":"text/vnd.tiddlywiki","text":"\u003Ctd>\n\t\u003Cspan style={{{ [\u003CcurrentRecord>get[rating]addprefix[$:/sib/MediaRating/]get[color]addprefix[color: ]addsuffix[;]] }}}>\u003C$text text={{{ [\u003CcurrentRecord>get[rating]] }}}/>\u003C/span>\n\u003C/td>"},
{"title":"$:/sib/Templates/TableColumns/ThanksgivingDate","created":"20201203034806153","date":"20201128","modified":"20210522013921371","tags":"$:/tags/table/BodyTemplate","tbl-column-list":"at","tbl-noedit":"","type":"text/vnd.tiddlywiki","text":"\u003Ctd>\n\u003C$view tiddler=\u003C\u003CcurrentRecord>> field=\"at\" format=\"date\" template=\"[UTC]MMM 0DD\"/>\n\u003C/td>"},
{"title":"$:/sib/Templates/Topical/AnkiPattern","created":"20210312221833396","creator":"soren","modified":"20210825162849017","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"\\define transclude-section-with-name(sect, name, isopen:\"\")\n\u003C$details summary=\u003C\u003C__name__>> open=\u003C\u003C__isopen__>>>\n\t\u003C$tiddler tiddler={{{ [all[current]addsuffix[/]addsuffix\u003C__sect__>] }}}>\n\t\t\u003C$list filter=\"[\u003Cisedit>match[yes]]\" variable=_>\n\t\t\t\u003Cdiv style=\"float: left; width: 49%;\">\n\t\t\t\t{{||$:/core/ui/EditTemplate/body/editor}}\n\t\t\t\u003C/div>\n\t\t\t\u003Cdiv style=\"float: right; width: 49%;\">\n\t\t\t\t\u003C$transclude mode=\"block\">\n\t\t\t\t\tNone.\n\t\t\t\t\u003C/$transclude>\n\t\t\t\u003C/div>\n\t\t\t\u003Cdiv style=\"clear: both;\"/>\n\t\t\u003C/$list>\n\t\t\u003C$list filter=\"[\u003Cisedit>match[no]]\" variable=_>\n\t\t\t\u003C$transclude mode=\"block\">\n\t\t\t\tNone.\n\t\t\t\u003C/$transclude>\n\t\t\u003C/$list>\n\t\u003C/$tiddler>\n\u003C/$details>\n\\end\n\n\\define transclude-section(sect, isopen:\"\") \u003C$macrocall $name=\"transclude-section-with-name\" sect=\u003C\u003C__sect__>> name=\u003C\u003C__sect__>> isopen=\u003C\u003C__isopen__>>/>\n\n\u003C$list filter=\"[[$:/config/sib/IsPublicEdition]text[true]]\" emptyMessage=\"\"\"\u003C$transclude tiddler=\"$:/sib/Templates/Topical/AnkiPattern/View\"/>\"\"\" variable=_>\n\t\u003C\u003Ctabs \"$:/sib/Templates/Topical/AnkiPattern/View $:/sib/Templates/Topical/AnkiPattern/Edit\" default:\"$:/sib/Templates/Topical/AnkiPattern/View\">>\n\u003C/$list>"},
{"title":"$:/sib/Templates/Topical/AnkiPattern/Common","created":"20210313002520118","modified":"20210522013653257","tags":"","type":"text/vnd.tiddlywiki","text":"\t\u003C\u003Ctransclude-section \"Formula\" \"open\">>\n\t\u003C\u003Ctransclude-section \"Examples\" \"open\">>\n\t\u003C\u003Ctransclude-section \"Advantages\" \"open\">>\n\t\u003C\u003Ctransclude-section \"Disadvantages\" \"open\">>\n\t\u003C\u003Ctransclude-section \"Cautions\" \"open\">>\n\t\u003C\u003Ctransclude-section-with-name \"UsageNotes\" \"Usage notes\" \"open\">>\n\t\u003C\u003Ctransclude-section \"Contributors\">>"},
{"title":"$:/sib/Templates/Topical/AnkiPattern/Edit","caption":"Edit","created":"20210313002532320","modified":"20210522013659519","tags":"","type":"text/vnd.tiddlywiki","text":"\u003C$set name=\"isedit\" value=\"yes\">\n{{||$:/sib/Templates/Topical/AnkiPattern/Common}}\n\u003C/$set>"},
{"title":"$:/sib/Templates/Topical/AnkiPattern/View","caption":"View","created":"20210313002551320","modified":"20210522013709625","tags":"","type":"text/vnd.tiddlywiki","text":"\u003C$set name=\"isedit\" value=\"no\">\n{{||$:/sib/Templates/Topical/AnkiPattern/Common}}\n\u003C/$set>"},
{"title":"$:/sib/Templates/Topical/BibliographyList","created":"20200808152932642","modified":"20210522013411650","tags":"","type":"text/vnd.tiddlywiki","text":"\\define biblioFilter(sortSnippet)\n\t[contains:bibliography{!!bibliography}$sortSnippet$] -[\u003CcurrentTiddler>] -[\u003CcurrentTiddler>get[draft.of]]\n\\end\n\n\u003C!-- TODO: Add sort radio button options -->\n\n\u003Cul>\n\u003C$list filter=\u003C\u003CbiblioFilter \"sort[title]sort[caption]\">> >\n\t\u003Cli>\n\t\t\u003C$set name=itemTitle filter={{!!caption}} value={{!!caption}} emptyValue={{!!title}}>\n\t\t\t\u003C$link to={{!!title}}>\u003C$text text=\u003C\u003CitemTitle>>/>\u003C/$link>\n\t\t\u003C/$set>\n\t\t\u003C$list filter=\"[\u003CcurrentTiddler>get[medium]]\" variable=_>\n\t\t\t({{!!medium}}\u003C$list filter=\"[\u003CcurrentTiddler>get[year]]\" variable=\"year\">, \u003C\u003Cyear>>\u003C/$list>)\n\t\t\u003C/$list>\n\t\t\u003C$list filter=\"[\u003CcurrentTiddler>has[url]]\" variable=_>\u003Ca class=\"tc-tiddlylink-external\" href={{!!url}}>full text\u003C/a>\u003C/$list>\n\t\t\u003C$list filter=\"[{!!description}]\">\n\t\t\u003Cul>\u003Cli>\u003C\u003CcurrentTiddler>>\u003C/li>\u003C/ul>\n\t\t\u003C/$list>\n\t\u003C/li>\n\u003C/$list>\n\u003C/ul>"},
{"title":"$:/sib/Templates/Topical/Build2020SessionDetails","created":"20200518210455646","creator":"soren","modified":"20210825162854523","modifier":"soren","tags":"Public","type":"text/vnd.tiddlywiki","text":"\u003Cstyle>\ntable.msbuild-session {\n\tmargin-left: auto;\n\tmargin-right: auto;\n}\n\ntable.msbuild-session tr td:first-child {\n\tfont-weight: bold;\n\ttext-align: right;\n}\n\n/* override non-bold style */\ntable.msbuild-session > tr > th a.tc-tiddlylink {\n\tfont-weight: bold;\n}\n\u003C/style>\n\n\u003Ctable class=\"msbuild-session\">\n\t\u003Ctr>\u003Cth colspan=2>MicrosoftBuild2020 Session Details\u003C/th>\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Ctd>Title\u003C/td>\n\t\t\u003Ctd>{{!!caption}}\u003C/td>\n\t\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Ctd>Time\u003C/td>\n\t\t\u003Ctd>\u003C$view field=\"at\" format=\"date\" template=\"DDD YYYY-0MM-0DD 0hh:0mm\" />\u003C/td>\n\t\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Ctd>Presenter(s)\u003C/td>\n\t\t\u003Ctd>{{!!presenter}}\u003C/td>\n\t\u003C/tr>\n\t\u003Ctr>\n\t\t\u003Ctd>Session URL\u003C/td>\n\t\t\u003Ctd>\u003Ca class=\"tc-tiddlylink-external\" href={{!!url}}>Go\u003C/a>\u003C/td>\n\t\u003C/tr>\n\u003C/table>"},
{"title":"$:/sib/Templates/Topical/MaudWikiImport","created":"20200115233038885","creator":"soren","modified":"20210825162901788","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"//This article was originally part of MaudWiki.//"},
{"title":"$:/sib/Templates/Topical/MinnesotaStateParkInfo","created":"20201129205832011","creator":"soren","description":"Display information about the Minnesota state park or recreation area described by the current tiddler.","modified":"20210825162907272","modifier":"soren","tags":"Public $:/tags/ViewTemplate","transcludedin":"All tiddlers tagged \u003C\u003Ctag MinnesotaStatePark>>.","type":"text/vnd.tiddlywiki","text":"\\define dnrInfo(id)\n\u003C$list filter={{{ [\u003C__id__>is[blank]then[oops]] }}}>\n//Please specify the `foreignid` field//\n\u003C/$list>\n\u003C$list filter={{{ [\u003C__id__>!is[blank]] }}}>\nhttps://www.dnr.state.mn.us/state_parks/park.html?id=spk$id$#information\n\u003C/$list>\n\\end\n\n\\define dnrMap(id)\n\u003C$list filter={{{ [\u003C__id__>is[blank]then[oops]] }}}>\n//Please specify the `foreignid` field//\n\u003C/$list>\n\u003C$list filter={{{ [\u003C__id__>!is[blank]] }}}>\nhttps://files.dnr.state.mn.us/maps/state_parks/spk$id$.pdf\n\u003C/$list>\n\\end\n\n\\define newTitle(suffix) $(currentTiddler)$$suffix$\n\n\\define detailsPart(suffix)\n\u003C$list filter=\"[\u003CcurrentTiddler>addsuffix[/$suffix$]is[tiddler]]\" variable=sectionTitle>\u003C$details summary=$suffix$>\n\n\u003C$transclude tiddler={{{ [all[current]addsuffix[/$suffix$]] }}} />\n\n@@margin-block-end: 0;\n\u003C$button>\n \u003C$action-sendmessage $message=\"tm-edit-tiddler\" $param=\u003C\u003CsectionTitle>> class=\"tc-btn-invisible\"/>\nedit\n\u003C/$button>\n@@\n\n\u003C/$details>\u003C/$list>\n\\end\n\n\\define buttonPart(suffix, moreTags: \" Public\")\n\u003C$list filter=\"[\u003CcurrentTiddler>addsuffix[/$suffix$]!is[tiddler]]\" variable=_>\u003C$button>\n \u003C$action-sendmessage $message=\"tm-new-tiddler\" title=\u003C\u003CnewTitle \"/$suffix$\">> tags=\"Subplace$moreTags$\"/>\n\t{{$:/core/images/add-comment}} add \u003C$text text={{{ [[$suffix$]lowercase[]] }}}/>\n\u003C/$button>\u003C/$list>\n\\end\n\n\n\u003C!------------------ Start of template ------------------>\n\n\u003C$list filter=\"[all[current]tag[MinnesotaStatePark]]\" variable=_>\n\n\u003C$list filter=\"[[$:/config/sib/IsPublicEdition]field:text[false]]\" variable=_>\n//Please note: Campsite preferences (jealously guarded!) and visits are private and will never appear in the public wiki.//\n\u003C/$list>\n\n|!{{!!caption}}|\u003C|\n|!Park info |\u003C$macrocall $name=dnrInfo id={{!!foreignid}}/>|\n|!Park map |\u003C$macrocall $name=dnrMap id={{!!foreignid}}/>|\n|!Park office |{{!!phone}}|\n|!Make reservations |https://reservemn.usedirect.com/MinnesotaWeb/|\n|!Problems with reservations |(866) 857-2757|\n|!Check-in/out at |16:00 / 16:00|\n\n\u003C\u003CbuttonPart Travel>> \u003C\u003CbuttonPart Amenities>> \u003C\u003CbuttonPart Campsites \"\">> \u003C\u003CbuttonPart Visits \"\">>\n\n\u003C\u003CdetailsPart Travel>>\u003C\u003CdetailsPart Amenities>>\u003C\u003CdetailsPart Campsites>> \u003C\u003CdetailsPart Visits>>\n\n\u003C/$list>"},
{"title":"$:/sib/Templates/Topical/PublicHomepageTab","created":"20200917013705104","modified":"20210522015636611","tags":"","type":"text/vnd.tiddlywiki","text":"{{{ [\u003CcurrentTab>removeprefix[PublicHomepage/]] }}}"},
{"title":"$:/sib/Templates/Topical/ReadingList/LargeTemplate","created":"20210123155242287","modified":"20210522013432694","tags":"","type":"text/vnd.tiddlywiki","text":"{{!!text}}\n\n\u003C$set name=storyTiddler value=\u003C\u003CcurrentTiddler>>>\n{{||$:/sib/refexplorer/ReferenceExplorer}}\n\u003C/$set>"},
{"title":"$:/sib/Templates/Topical/ReadingList/Rating","created":"20210703174501801","modified":"20210703174533455","tags":"","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[all[current]get[rating]!is[blank]]\" variable=_>\n\u003Cspan style={{{ [all[current]get[rating]addprefix[$:/sib/MediaRating/]get[color]addprefix[color: ]addsuffix[;]] }}}>[{{!!rating}}]\u003C/span>\n\u003C/$list>"},
{"title":"$:/sib/Templates/Topical/ReadingList/SmallTemplate","created":"20210123155216014","modified":"20210809162905890","tags":"","type":"text/vnd.tiddlywiki","text":"[\u003C$link to={{!!title}}/>] //{{!!caption}}// ({{!!year}}), {{!!author}}.\n{{||$:/sib/Templates/Topical/ReadingList/Rating}} \u003C$list filter=\"[all[current]contains:bibliography[LifetimeReading]]\" variable=_>([[LT|LifetimeReading]])\u003C/$list>"},
{"title":"$:/sib/Templates/Topical/SabbaticalUpdates/DateNavigation","created":"20210807194134012","description":"Show links to the chronologically previous and next sabbatical update tiddlers.","modified":"20210807194948834","tags":"$:/tags/ViewTemplate","transcludedin":"Subtiddlers of SabbaticalUpdate.","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[all[current]prefix[SabbaticalUpdate/]]\" variable=_>\n\n\u003Cdiv class=\"sab-upd-navigator\">\n\u003Cdiv style=\"text-align: left;\">\n← Previous: \u003C$list filter=\"[prefix[SabbaticalUpdate]sort[]!field:title[SabbaticalUpdate]before\u003CcurrentTiddler>]\" variable=\"prevTiddler\" emptyMessage=\"//(at first update)//\">\u003C$link to=\u003C\u003CprevTiddler>>>\u003C$text text={{{ [\u003CprevTiddler>get[caption]] }}}/>\u003C/$link>\u003C/$list>\n\u003C/div>\n\u003Cdiv style=\"text-align: right;\">\nNext: \u003C$list filter=\"[prefix[SabbaticalUpdate]sort[]!field:title[SabbaticalUpdate]after\u003CcurrentTiddler>]\" variable=\"nextTiddler\" emptyMessage=\"//(at last update)//\">\u003C$link to=\u003C\u003CnextTiddler>>>\u003C$text text={{{ [\u003CnextTiddler>get[caption]] }}}/>\u003C/$link>\u003C/$list> →\n\u003C/div>\n\u003C/div>\n\n\u003C/$list>\n\n\u003Cstyle>\ndiv.sab-upd-navigator div {\n\tborder-top: 1px solid \u003C\u003Ccolor table-border>>;\n\tpadding-top: 10px;\n\tmargin-top: 6ex;\n\twidth: 50%;\n\tfloat: left;\n}\n\u003C/style>"},
{"title":"$:/sib/Templates/Topical/SabbaticalUpdates/ReadOnZettelkasten","created":"20210807191548391","modified":"20210807192805541","tags":"","type":"text/vnd.tiddlywiki","text":"If you're currently on Control-Alt-Backspace, you can \u003C$link to=\u003C\u003CcurrentTiddler>>>read this post on Soren's Zettelkasten\u003C/$link>."},
{"title":"$:/sib/Templates/Topical/TitleDescriptionStretch","created":"20210303031840037","creator":"soren","modified":"20210825162913436","modifier":"soren","tags":"Public","type":"text/vnd.tiddlywiki","text":"{{!!title}}: {{!!description}}"},
{"title":"$:/sib/Templates/Topical/WhoIAmTab","created":"20201121012833365","creator":"soren","modified":"20210825162920735","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"\u003C$tiddler tiddler=\u003C\u003CcurrentTab>>>\n\u003C$set name=\"storyTiddler\" value=\u003C\u003CcurrentTab>>>\n\u003C$transclude mode=\"block\"/>\n\n\u003C$link to=\u003C\u003CcurrentTiddler>>>\u003Ci class=\"fa fa-expand\"/>&nbsp;Explode this section\u003C/$link>\n{{||$:/sib/refexplorer/ReferenceExplorer}}\n\u003C/$set>\n\u003C/$tiddler>"},
{"title":"$:/sib/Tools","created":"20210825121854435","creator":"soren","description":"Tools to manage your Zettelkasten.","modified":"20210920160417142","modifier":"soren","tags":"Meta","type":"text/vnd.tiddlywiki","text":"\\define item() \u003Cli>\u003C$link to=\u003C\u003CcurrentTiddler>>>\u003C$text text={{{ [all[current]split[/]last[]] }}}/>\u003C/$link>: {{!!description}}\u003C/li>\n\n\\define sorter() [split[/]last[]sort[]]\n\n\\define tooltype(type) \u003Cul>\u003C$list filter=\"[tag[Tool]tooltype[$type$]sortsub\u003Csorter>]\">\u003C\u003Citem>>\u003C/$list>\u003C/ul>\n\n!! Documentation\n\n* [[ZettelkastenCardType]]: The types of red tags you can assign to tiddlers to get specific effects.\n* [[OurNamingConventions]]: Naming conventions for tiddler titles; you're expected to edit this tiddler to match the conventions you wish to use yourself.\n* [[$:/sib/Documentation]]: Documentation on the macros and view templates available within the Zettelkasten.\n\n\n!! Configuration\n\n\u003C\u003Ctooltype configuration>>\n\n\n!! Aggregation\n\n\u003C\u003Ctooltype aggregator>>\n\n\n!! Maintenance\n\n\u003C\u003Ctooltype maintenance>>"},
{"title":"$:/sib/Tools/FeatureFlags","created":"20210622001737586","creator":"soren","description":"Selectively hide and show interface elements or other features.","modified":"20210920155749092","modifier":"soren","tags":"Meta Tool Public","tooltype":"configuration","type":"text/vnd.tiddlywiki","text":"Feature flags allow many elements of the wiki to be selectively enabled and disabled. Feature flags may be set to different values in the private and public editions of your wiki.\n\nTo add your own feature flag, create a new tiddler under `$:/config/zettelkasten/FeatureFlags` and setting its `caption` and `description` fields to the values you'd like to see in the table below. You can then check the feature flag's value using the [[ff macro|$:/sib/Macros/ff]]; see the macro's tiddler for an example.\n\n\u003Ctable>\n\t\u003Ctr>\n\t\t\u003Cth>Feature\u003C/th>\n\t\t\u003Cth>Private\u003C/th>\n\t\t\u003Cth>Public\u003C/th>\n\t\t\u003Cth>Description\u003C/th>\n\t\u003C/tr>\n\t\u003C$list filter=\"[prefix[$:/config/zettelkasten/FeatureFlags/]sort[caption]]\">\n\t\u003Ctr>\n\t\t\u003Ctd>{{!!caption}}\u003C/td>\n\t\t\u003Ctd>\u003C$checkbox field=\"private\" checked=\"yes\" unchecked=\"no\"/>\u003C/td>\n\t\t\u003Ctd>\u003C$checkbox field=\"public\" checked=\"yes\" unchecked=\"no\"/>\u003C/td>\n\t\t\u003Ctd>{{!!description}}\u003C/td>\n\t\u003C/tr>\n\t\u003C/$list>\n\u003C/table>"},
{"title":"$:/sib/Tools/LowLinkTiddlers","created":"20210118021217305","creator":"soren","description":"Find non-subtiddler idea tiddlers that have fewer than a specified number of outbound links.","modified":"20210920155025769","modifier":"soren","tags":"Tool","tooltype":"maintenance","type":"text/vnd.tiddlywiki","text":"\\define sorty() [links[]count[]]\nFind non-subtiddler idea tiddlers that have fewer than \u003C$edit-text tiddler=\"$:/temp/LowLinkTiddlers\" tag=\"input\" default=\"\"/> outbound links:\n\n\u003Cul>\n\u003C$list filter=\"[!is[system]has[text]tag[Idea]!search:title[/]sortsub\u003Csorty>]\">\n\t\u003C$list filter=\"[all[current]links[]count[]compare:number:lt{$:/temp/LowLinkTiddlers}]\" variable=\"count\">\n\t\t\u003Cli>\u003C$link to=\u003C\u003CcurrentTiddler>>/>: \u003C\u003Ccount>> outbound links\u003C/li>\n\t\u003C/$list>\n\u003C/$list>\n\u003C/ul>"},
{"title":"$:/sib/Tools/MissingPeople","created":"20200309202554627","creator":"soren","description":"Show all missing tiddlers that have the naming convention for people.","modified":"20210920155034053","modifier":"soren","tags":"Tool","tooltype":"maintenance","type":"text/vnd.tiddlywiki","text":"\"Missing\" of course meaning that the ZK doesn't know about them, not that nobody in ConsensusPhysicalReality knows about them...\n\n\u003Cul>\n\u003C$list filter=\"[all[missing]regexp[^(Mr|Ms|The)]sort[]]\" emptyMessage=\"No references to nonexistent people right now!\">\n\t\u003Cli>\u003C$link>\u003C\u003CcurrentTiddler>>\u003C/$link>\u003C/li>\n\u003C/$list>\n\u003C/ul>"},
{"title":"$:/sib/Tools/PaletteBrowser","created":"20210329204050908","creator":"soren","description":"View all the colors in the current palette and conveniently copy their hex codes or `\u003C\u003Ccolor>>` macros for use elsewhere in the wiki.","modified":"20210920155041358","modifier":"soren","tags":"Meta Tool","tooltype":"maintenance","type":"text/vnd.tiddlywiki","text":"\\define colorsplotch(col)\n\t\u003Cdiv class=\"color-splotch\" style=\"background: $col$;\">\n\\end\n\n\\define copy-hex() \u003C$action-sendmessage $message=\"tm-copy-to-clipboard\" $param=\u003C\u003Chexvalue>>/>\n\\define copy-mac() \u003C$action-sendmessage $message=\"tm-copy-to-clipboard\" $param=\"\"\"\u003C\u003Ccolor $(currentTiddler)$>>\"\"\"/>\n\n\u003Cdiv style=\"text-align: center;\">Current palette: \u003C$link to={{$:/palette}}/>\u003C/div>\n\n\u003Ctable>\n\t\u003Ctr>\n\t\t\u003Cth>\u003C/th>\n\t\t\u003Cth>HTML color code\u003C/th>\n\t\t\u003Cth>TiddlyWiki name\u003C/th>\n\t\t\u003Cth>Copy to clipboard\u003C/th>\n\t\u003C/tr>\n\u003C$list filter=\"[{$:/palette}indexes[]]\">\n\t\u003C$list filter=\"[{$:/palette}getindex\u003CcurrentTiddler>]\" variable=\"hexvalue\">\n\t\t\u003Ctr>\n\t\t\t\u003Ctd>\u003C$macrocall $name=colorsplotch col=\u003C\u003Chexvalue>>/>\u003C/td>\n\t\t\t\u003Ctd>\u003C\u003Chexvalue>>\u003C/td>\n\t\t \u003Ctd>\u003C\u003CcurrentTiddler>>\u003C/td>\n\t\t\t\u003Ctd>\n\t\t\t\t\u003C$button class=\"tc-tiddlylink tc-btn-invisible\" actions=\u003C\u003Ccopy-mac>>>`\u003C\u003Ccolor>>` macro\u003C/$button> -- \n\t\t\t\t\u003C$button class=\"tc-tiddlylink tc-btn-invisible\" actions=\u003C\u003Ccopy-hex>>>hex code\u003C/$button>\n\t\t\t\u003C/td>\n\t\t\u003C/tr>\n\t\u003C/$list>\n\u003C/$list>\n\u003C/table>\n\n\u003Cstyle>\n.color-splotch {\n\tfloat: left;\n\twidth: 20px;\n\theight: 20px;\n\tborder: 1px solid #000000;\n\tmargin: 0;\n}\n\u003C/style>"},
{"title":"$:/sib/Tools/ReadingInbox","created":"20210215024632766","creator":"soren","description":"Show sources you might want to read soon.","modified":"20210920155102294","modifier":"soren","tags":"Tool","tooltype":"aggregator","type":"text/vnd.tiddlywiki","text":"\\define tableRow(dueFragment)\n\u003Ctr>\n\t\u003Ctd>\u003C$list filter=\"[all[current]has[url]]\">\u003Ca href={{!!url}} class=\"tc-tiddlylink-external\">go\u003C/a>\u003C/$list>\u003C/td>\n\t\u003Ctd>\u003C$link to=\u003C\u003CcurrentTiddler>>>open\u003C/$link>\u003C/td>\n\t\u003Ctd>//{{!!caption}}//\u003C/td>\n\t\u003Ctd>{{!!author}}\u003C/td>\n\t\u003Ctd>{{!!medium}}\u003C/td>\n\t\u003Ctd>{{!!bibliography}}\u003C/td>\n\t\u003C!--\u003Ctd>$dueFragment$\u003C/td>-->\n\t\u003Ctd>\n\t\t\u003C\u003Cread-status-selector>>\n\t\u003C/td>\n\t\u003Ctd>\n\t\t\u003C$button class=\"tc-tiddlylink tc-btn-invisible\">\n\t\t\t\u003C$macrocall $name=inbox-postpone ivlExpr=\"1\"/>\n\t\t\ttomorrow\n\t\t\u003C/$button>&nbsp;|\n\t\t\u003C$button class=\"tc-tiddlylink tc-btn-invisible\">\n\t\t\t\u003C$macrocall $name=inbox-postpone ivlExpr=\"5\"/>\n\t\t\tin 5 days\n\t\t\u003C/$button>&nbsp;|\n\t\t\u003C$button class=\"tc-tiddlylink tc-btn-invisible\">\n\t\t\t\u003C$macrocall $name=inbox-postpone ivlExpr={{{ [all[current]get[ivl]else[5]multiply[2]] }}}/>\n\t\t\tlater\n\t\t\u003C/$button>&nbsp;|\n\t\t\u003C$button class=\"tc-tiddlylink tc-btn-invisible\">\n\t\t\t\u003C$macrocall $name=inbox-postpone ivlExpr={{{ [all[current]get[ivl]else[5]multiply[3]] }}}/>\n\t\t\teven later\n\t\t\u003C/$button>\n\t\u003C/td>\n\u003C/tr>\n\\end\n\nThis table first lists anything in progress; try to limit this to a handful of works. Then it lists items that are unread and potentially interesting, but have not been postponed. Postponing uses //exponential backoff//, to use MrAndyMatuschak's term: if you pick //later// or //even later//, the time until you see the item again doubles or triples from its previous value. This allows you to get items that presently seem of low value out of your way without requiring you to decide you will certainly never read it; perhaps some time later, they will look interesting again.\n\nThe table does not include [[lifetime reading items|LifetimeReading]] unless they're currently in progress, as it would then become miles long and cease to function effectively as an “inbox”; those items are a separate queue.\n\n\u003Ctable>\n\t\u003Ctr>\n\t\t\u003Cth style=\"width: 3.5em;\">Text\u003C/th>\n\t\t\u003Cth>Tiddler\u003C/th>\n\t\t\u003Cth>Title\u003C/th>\n\t\t\u003Cth style=\"width: 15%;\">Author\u003C/th>\n\t\t\u003Cth>Medium\u003C/th>\n\t\t\u003Cth>Biblio\u003C/th>\n\t\t\u003C!--\u003Cth style=\"width: 6.2em;\">Due\u003C/th>-->\n\t\t\u003Cth style=\"width: 6.5em;\">Status\u003C/th>\n\t\t\u003Cth style=\"width: 18em;\">Postpone\u003C/th>\n\t\u003C/tr>\n\t\u003C$list filter=\"[!days:due[-1]] [days:due[0]] +[sort[due]] [!has[due]] +[tag[Source]readstatus[partial]!is[draft]]\">\n\t\t\u003C\u003CtableRow \"\"\"(reading)\"\"\">>\n\t\u003C/$list>\n\t\u003C$list filter=\"[!days:due[-1]] [days:due[0]] +[sort[due]] [!has[due]] +[tag[Source]readstatus[unread]!bibliography[LifetimeReading]!is[draft]]\">\n\t\t\u003C\u003CtableRow \"\"\"\u003C$view field=\"due\" format=\"date\" template=\"YYYY-0MM-0DD\"/>\"\"\">>\n\t\u003C/$list>\n\u003C/table>\n\nSee also RecentlyRead for completed items."},
{"title":"$:/sib/Tools/RelationshipValueTool","created":"20200401230406669","creator":"soren","description":"Show all values used for a particular field in the wiki.","modified":"20210920155116145","modifier":"soren","tags":"Tool","tooltype":"maintenance","type":"text/vnd.tiddlywiki","text":"This tool shows you what values have been used for a particular field. For instance, when filling out the `medium` field on a [[Source]], you might want to know what values you've already used for this field.\n\nIf you're not sure what field you're looking for, expand the list of all fields:\n\n\u003C$details summary=\"List of all fields\">\n\n\u003Cul>\n\u003C$list filter=\"[fields[]sort[]]\">\n\t\u003Cli>\u003C\u003CcurrentTiddler>>\u003C/li>\n\u003C/$list>\n\u003C/ul>\n\n\u003C/$details>\n\n----\n|!Field to search |\u003C$edit-text tiddler=\"$:/temp/field-list-tool\" default=\"\" tag=input/>|\n\nThe following values have been used for the \u003Ccode>{{$:/temp/field-list-tool}}\u003C/code> field in this wiki:\n\n\u003Cul>\n\t\u003C$list filter=\"[!is[system]each:list-item{$:/temp/field-list-tool}sort[]]\">\n\t\t\u003Cli>\u003C\u003CcurrentTiddler>>\u003C/li>\n\t\u003C/$list>\n\u003C/ul>"},
{"title":"$:/sib/Tools/SmartOrphanList","created":"20200325215908710","creator":"soren","description":"List of orphans that excludes types of tiddlers that wouldn't be expected to have hardlinks; you can also permanently hide items.","modified":"20210920155127747","modifier":"soren","tags":"Tool","tooltype":"maintenance","type":"text/vnd.tiddlywiki","text":"The following list of outstanding orphans excludes images and attachments (as they don't hard-link when used), templates, meta items, stubs (as they haven't been filled out yet), and any items that have been manually excluded.\n\n{{||$:/sib/Tools/SmartOrphanList/Table}}"},
{"title":"$:/sib/Tools/SmartOrphanList/Table","created":"20210522014752620","creator":"soren","modified":"20210920140719298","modifier":"soren","tbl-add-records":"","tbl-anything":"","tbl-button-actions":"\u003C$action-setfield $tiddler=\u003C\u003CcurrentRecord>> $field=\"hideorphan\" $value=\"true\" modified=\"no\" />","tbl-button-icon":"{{$:/core/images/delete-button}}","tbl-button-tip":"Exclude this tiddler from the smart orphans list","tbl-caption":"''{{!!title}}''","tbl-checkbox-actions-selected":"","tbl-checkbox-actions-unselected":"","tbl-checkbox-field":"","tbl-checkbox-tag":"","tbl-checkbox-tip":"","tbl-checkbox-value-selected":"","tbl-checkbox-value-unselected":"","tbl-class":"tbl-style-default","tbl-columns":"tbl-expand title modified tags tbl-button","tbl-expand":"","tbl-filter":"[is[orphan]!field:hideorphan[true]!tag[Image]!tag[Attachment]!tag[Template]!tag[Meta]!tag[Tool]!tag[Stub]!tag[PrivateChunk]!tag[Bibliography]!tag[Journal]!search:title[/]!tag[Indite]]","tbl-limit":"25","tbl-mode":"normal","tbl-page-marker":"ThreePersonTeam","tbl-show-caption":"true","tbl-show-colgroup":"false","tbl-show-edit":"true","tbl-show-footer":"false","tbl-show-header":"true","tbl-show-mode":"true","tbl-show-pagination":"auto","tbl-sort-by":"title","tbl-sort-negate":"false","tbl-sort-type":"nsort","tbl-style-colgroup":"","tbl-style-container":"","tbl-style-table":"width:100%;","type":"text/vnd.tiddlywiki","text":"\u003C\u003Ctable $:/sib/Tools/SmartOrphanList/Table>>"},
{"title":"$:/sib/Tools/Statistics","created":"20200516031757915","creator":"soren","description":"General information about the number of tiddlers accumulated in the wiki.","modified":"20210920155422635","modifier":"soren","tags":"Tool","tooltype":"maintenance","type":"text/vnd.tiddlywiki","text":"* \u003C$list filter=\"[!is[system]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> (non-system) tiddlers\n** \u003C$list filter=\"[tag[Idea]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> ideas\n** \u003C$list filter=\"[tag[PAO]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> people\n** \u003C$list filter=\"[tag[Source]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> sources\n** \u003C$list filter=\"[tag[Sink]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> sinks\n** \u003C$list filter=\"[all[tags]!is[system]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> tags\n** \u003C$list filter=\"[!is[system]tag[Journal]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> journal entries\n* \u003C$list filter=\"[tag[Public]count[]]\">\u003C\u003CcurrentTiddler>>\u003C/$list> public tiddlers \u003C\u003CpublicAmount>>"},
{"title":"$:/sib/Tools/TagReplace","created":"20200225231807460","creator":"soren","description":"Do a find and replace to merge tags. (Pure renames can be accomplished by editing the tag tiddler.)","modified":"20210920155146151","modifier":"soren","tags":"Tool","tooltype":"maintenance","type":"text/vnd.tiddlywiki","text":"\u003C!--\nhttps://groups.google.com/forum/#!msg/tiddlywiki/OCntQ79DuwM/_vYCTYRXfaUJ\n\nVersion taken from the linked \"TiddlyWiki Magic\" post\n-->\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\nApply the tag \u003C$tiddler tiddler={{$:/temp/RenameTags/replace}}>\u003C$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\u003C/$tiddler> to the following tiddlers:\n\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\nRemove the tag \u003C$tiddler tiddler={{$:/temp/RenameTags/search}}>\u003C$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\u003C/$tiddler> from the following tiddlers:\n\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":"$:/sib/Tools/Tray","caption":"Tray","created":"20210701023215046","creator":"soren","description":"Items we're currently working on but don't need to leave open. Drag and drop a link to a tiddler to add it.","list":"","modified":"20220716205827340","modifier":"soren","tags":"Meta Tool","tooltype":"aggregator","type":"text/vnd.tiddlywiki","text":"Stuff I'm working on but don't need to keep open:\n\n\u003C\u003Clist-links-draggable \"$:/sib/Tools/Tray\" itemTemplate:\"$:/sib/Tools/Tray/Template\">>"},
{"title":"$:/sib/Tools/Tray/Template","created":"20210711192716590","creator":"soren","modified":"20210920140956221","modifier":"soren","tags":"","type":"text/vnd.tiddlywiki","text":"\\define remove-tiddler()\n\t\u003C$action-listops $tiddler=\"$:/sib/Tools/Tray\" $field=\"list\" $filter=\"[enlist{$:/sib/Tools/Tray!!list}] -[all[current]]\"/>\n\\end\n\n\u003C$link/>&nbsp;\u003C$button actions=\u003C\u003Cremove-tiddler>> class=\"tc-btn-invisible\">\u003Cspan style=\"fill: white;\">{{$:/core/images/delete-button}}\u003C/span>\u003C/$button>"},
{"title":"$:/SiteSubtitle","created":"20200118003902418","creator":"soren","modified":"20200118003906515","modifier":"soren","type":"text/vnd.tiddlywiki","text":"Say something clever about it here"},
{"title":"$:/SiteTitle","created":"20200118003822985","creator":"soren","modified":"20200118003845743","modifier":"soren","type":"text/vnd.tiddlywiki","text":"My TiddlyZettelKasten"},
{"title":"$:/status/RequireReloadDueToPluginChange","text":"no"},
{"title":"$:/StoryList","text":"","list":"$:/sib/GettingStarted"},
{"title":"$:/tags/EditorToolbar","created":"20210928031136148","creator":"soren","list":"$:/core/ui/EditorToolbar/do-thing $:/core/ui/EditorToolbar/paint $:/core/ui/EditorToolbar/opacity $:/core/ui/EditorToolbar/line-width $:/core/ui/EditorToolbar/rotate-left $:/core/ui/EditorToolbar/clear $:/core/ui/EditorToolbar/bold $:/core/ui/EditorToolbar/italic $:/core/ui/EditorToolbar/strikethrough $:/core/ui/EditorToolbar/underline $:/core/ui/EditorToolbar/superscript $:/core/ui/EditorToolbar/subscript $:/core/ui/EditorToolbar/mono-line $:/core/ui/EditorToolbar/linkify $:/core/ui/EditorToolbar/transcludify $:/core/ui/EditorToolbar/mono-block $:/core/ui/EditorToolbar/quote $:/core/ui/EditorToolbar/list-bullet $:/core/ui/EditorToolbar/list-number $:/core/ui/EditorToolbar/heading-1 $:/core/ui/EditorToolbar/heading-2 $:/core/ui/EditorToolbar/heading-3 $:/core/ui/EditorToolbar/heading-4 $:/core/ui/EditorToolbar/heading-5 $:/core/ui/EditorToolbar/heading-6 $:/core/ui/EditorToolbar/link $:/core/ui/EditorToolbar/excise $:/sib/Buttons/excise-private-chunk $:/core/ui/EditorToolbar/picture $:/core/ui/EditorToolbar/stamp $:/core/ui/EditorToolbar/size $:/core/ui/EditorToolbar/editor-height $:/core/ui/EditorToolbar/more $:/core/ui/EditorToolbar/preview $:/core/ui/EditorToolbar/preview-type $:/plugins/sobjornstad/TiddlyRemember/toolbar/rememberq $:/plugins/sobjornstad/TiddlyRemember/toolbar/remembercz $:/plugins/tiddlywiki/katex/ui/EditorToolbar/katex","modified":"20210928031142401","modifier":"soren","type":"text/vnd.tiddlywiki"},
{"title":"$:/tags/EditTemplate","created":"20201204132628163","list":"$:/core/ui/EditTemplate/controls $:/sib/Templates/Automatic/Publicity/EditorPublicLine $:/sib/Templates/Automatic/Publicity/LevelDisplay $:/core/ui/EditTemplate/title $:/plugins/bimlas/locator/edit-template/locator-references $:/sib/Templates/Automatic/MissingTiddlerCreationNotification $:/core/ui/EditTemplate/tags $:/core/ui/EditTemplate/shadow $:/core/ui/ViewTemplate/classic $:/core/ui/EditTemplate/body $:/core/ui/EditTemplate/type $:/core/ui/EditTemplate/fields","modified":"20210522015314483","type":"text/vnd.tiddlywiki"},
{"title":"$:/tags/PageTemplate","created":"20210626221416384","creator":"soren","list":"$:/core/ui/PageTemplate/topleftbar $:/core/ui/PageTemplate/toprightbar $:/core/ui/PageTemplate/sidebar $:/core/ui/PageTemplate/story $:/core/ui/PageTemplate/alerts $:/core/ui/PageTemplate/drafts $:/core/ui/PageTemplate/pluginreloadwarning $:/sib/Templates/Automatic/OpenTopBar","modified":"20210825131835004","modifier":"soren","type":"text/vnd.tiddlywiki"},
{"title":"$:/tags/ReferenceExplorerTab","created":"20200329153524761","creator":"soren","list":"$:/sib/refexplorer/Ideas $:/sib/refexplorer/PAO $:/sib/refexplorer/Places $:/sib/refexplorer/Sources $:/sib/refexplorer/Sinks $:/sib/refexplorer/Indexes $:/sib/refexplorer/Subtiddlers $:/sib/refexplorer/LinkGraph $:/sib/refexplorer/Footnotes $:/sib/refexplorer/All","modified":"20210825191857696","modifier":"soren","type":"text/vnd.tiddlywiki"},
{"title":"$:/tags/SideBar","created":"20201203015851994","list":"$:/core/ui/SideBar/Open $:/core/ui/SideBar/Recent $:/core/ui/SideBar/Tools $:/core/ui/SideBar/More $:/sib/SideBar/Write $:/sib/SideBar/Explore","modified":"20210522014736560","type":"text/vnd.tiddlywiki"},
{"title":"$:/tags/Stylesheet","created":"20210127230406756","modified":"20210127230518943","tags":"$:/tags/Stylesheet","type":"text/vnd.tiddlywiki"},
{"title":"$:/tags/ViewTemplate","created":"20201129183705439","creator":"soren","list":"$:/core/ui/ViewTemplate/title $:/core/ui/ViewTemplate/unfold $:/core/ui/ViewTemplate/subtitle $:/sib/EpistemicStatus/Display $:/sib/MediaRating/Display $:/core/ui/ViewTemplate/tags $:/core/ui/ViewTemplate/classic $:/sib/Templates/Automatic/Subtiddler $:/sib/Templates/Automatic/TypeTagChecker $:/sib/Templates/Automatic/SpoilerBanner $:/sib/Templates/Automatic/Untitled $:/sib/Templates/Automatic/PrivateChunkParentNotice $:/sib/Templates/Automatic/Source $:/sib/Templates/Topical/MinnesotaStateParkInfo $:/sib/Templates/Automatic/MacroDescription $:/core/ui/ViewTemplate/body $:/sib/indite/ViewTemplate $:/sib/Reviewer/SchedulableTemplate $:/sib/gis/MappingTools $:/sib/Templates/Topical/SabbaticalUpdates/DateNavigation $:/sib/Templates/Automatic/Publicity/ViewerPublicLine $:/core/ui/ViewTemplate/import $:/core/ui/ViewTemplate/plugin $:/plugins/danielo515/2click2edit/ui/ViewTemplate $:/sib/refexplorer/ReferenceExplorer $:/sib/Templates/Automatic/ViewTemplateDescription $:/sib/Templates/Automatic/ReaderActions","modified":"20211120171147065","modifier":"soren","type":"text/vnd.tiddlywiki"},
{"title":"$:/TagSaver","created":"20210827213731043","creator":"soren","modified":"20210828132716711","modifier":"soren","tags":"Attachment Bibliography Class Conversation Idea Image Index Journal Meta Notes PAO Place Publication Sink Source Tool PrivateChunk Public NeedsAttention NeedsExcision Stub","type":"text/vnd.tiddlywiki","text":"! Apologies for the noise, please read here\n\nThis tiddler exists to ensure that all tags foundational to the Zettelkasten continue to be displayed in the “Tags” bar even in an empty edition. Once you've used all of the tags on this tiddler on real tiddlers, or if you feel you do not need them displayed there anymore, you can delete this tiddler.\n\nAll the noise is because the tags cause a bunch of templates to be transcluded. :-)\n\n! End of the important part"},
{"title":"$:/theme","created":"20200118003448758","creator":"soren","modified":"20210205020036977","modifier":"soren","type":"text/vnd.tiddlywiki","text":"$:/themes/tiddlywiki/vanilla"},
{"title":"$:/themes/tiddlywiki/snowwhite","name":"Snow White","author":"JeremyRuston","core-version":">=5.0.0","plugin-type":"theme","description":"Emphasises individual tiddlers","dependents":"$:/themes/tiddlywiki/vanilla","plugin-priority":"0","version":"5.2.0","type":"application/json","text":"{\"tiddlers\":{\"$:/themes/tiddlywiki/snowwhite/base\":{\"title\":\"$:/themes/tiddlywiki/snowwhite/base\",\"tags\":\"[[$:/tags/Stylesheet]]\",\"text\":\"\\\\define sidebarbreakpoint-minus-one()\\n\u003C$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\\n\\\\end\\n\\n\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\\n\\n.tc-sidebar-header {\\n\\ttext-shadow: 0 1px 0 \u003C\u003Ccolour sidebar-foreground-shadow>>;\\n}\\n\\n.tc-tiddler-info {\\n\\t\u003C\u003Cbox-shadow \\\"inset 1px 2px 3px rgba(0,0,0,0.1)\\\">>\\n}\\n\\n@media screen {\\n\\t.tc-tiddler-frame {\\n\\t\\t\u003C\u003Cbox-shadow \\\"1px 1px 5px rgba(0, 0, 0, 0.3)\\\">>\\n\\t}\\n}\\n\\n@media (max-width: \u003C\u003Csidebarbreakpoint-minus-one>>) {\\n\\t.tc-tiddler-frame {\\n\\t\\t\u003C\u003Cbox-shadow none>>\\n\\t}\\n}\\n\\n.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {\\n\\t\u003C\u003Ctransition \\\"fill 150ms ease-in-out\\\">>\\n}\\n\\n.tc-tiddler-controls button.tc-selected,\\n.tc-page-controls button.tc-selected {\\n\\t\u003C\u003Cfilter \\\"drop-shadow(0px -1px 2px rgba(0,0,0,0.25))\\\">>\\n}\\n\\n.tc-tiddler-frame input.tc-edit-texteditor {\\n\\t\u003C\u003Cbox-shadow \\\"inset 0 1px 8px rgba(0, 0, 0, 0.15)\\\">>\\n}\\n\\n.tc-edit-tags {\\n\\t\u003C\u003Cbox-shadow \\\"inset 0 1px 8px rgba(0, 0, 0, 0.15)\\\">>\\n}\\n\\n.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {\\n\\t\u003C\u003Cbox-shadow \\\"none\\\">>\\n\\tborder: none;\\n\\toutline: none;\\n}\\n\\ntextarea.tc-edit-texteditor {\\n\\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\\n}\\n\\ncanvas.tc-edit-bitmapeditor {\\n\\t\u003C\u003Cbox-shadow \\\"2px 2px 5px rgba(0, 0, 0, 0.5)\\\">>\\n}\\n\\n.tc-drop-down {\\n\\tborder-radius: 4px;\\n\\t\u003C\u003Cbox-shadow \\\"2px 2px 10px rgba(0, 0, 0, 0.5)\\\">>\\n}\\n\\n.tc-block-dropdown {\\n\\tborder-radius: 4px;\\n\\t\u003C\u003Cbox-shadow \\\"2px 2px 10px rgba(0, 0, 0, 0.5)\\\">>\\n}\\n\\n.tc-modal {\\n\\tborder-radius: 6px;\\n\\t\u003C\u003Cbox-shadow \\\"0 3px 7px rgba(0,0,0,0.3)\\\">>\\n}\\n\\n.tc-modal-footer {\\n\\tborder-radius: 0 0 6px 6px;\\n\\t\u003C\u003Cbox-shadow \\\"inset 0 1px 0 #fff\\\">>;\\n}\\n\\n\\n.tc-alert {\\n\\tborder-radius: 6px;\\n\\t\u003C\u003Cbox-shadow \\\"0 3px 7px rgba(0,0,0,0.6)\\\">>\\n}\\n\\n.tc-notification {\\n\\tborder-radius: 6px;\\n\\t\u003C\u003Cbox-shadow \\\"0 3px 7px rgba(0,0,0,0.3)\\\">>\\n\\ttext-shadow: 0 1px 0 rgba(255,255,255, 0.8);\\n}\\n\\n.tc-sidebar-lists .tc-tab-set .tc-tab-divider {\\n\\tborder-top: none;\\n\\theight: 1px;\\n\\t\u003C\u003Cbackground-linear-gradient \\\"left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.0) 100%\\\">>\\n}\\n\\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\\n\\t\u003C\u003Cbackground-linear-gradient \\\"left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.1) 100%\\\">>\\n}\\n\\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\\n\\t\u003C\u003Cbackground-linear-gradient \\\"left, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%\\\">>\\n}\\n\\n.tc-message-box img {\\n\\t\u003C\u003Cbox-shadow \\\"1px 1px 3px rgba(0,0,0,0.5)\\\">>\\n}\\n\\n.tc-plugin-info {\\n\\t\u003C\u003Cbox-shadow \\\"1px 1px 3px rgba(0,0,0,0.5)\\\">>\\n}\\n\"}}}"},
{"title":"$:/themes/tiddlywiki/vanilla","name":"Vanilla","author":"JeremyRuston","core-version":">=5.0.0","plugin-type":"theme","description":"Basic theme","plugin-priority":"0","version":"5.2.0","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/themes/tiddlywiki/vanilla/themetweaks\":{\"title\":\"$:/themes/tiddlywiki/vanilla/themetweaks\",\"tags\":\"$:/tags/ControlPanel/Appearance\",\"caption\":\"{{$:/language/ThemeTweaks/ThemeTweaks}}\",\"text\":\"\\\\define lingo-base() $:/language/ThemeTweaks/\\n\\n\\\\define replacement-text()\\n[img[$(imageTitle)$]]\\n\\\\end\\n\\n\\\\define backgroundimage-dropdown()\\n\u003Cdiv class=\\\"tc-drop-down-wrapper\\\">\\n\u003C$button popup=\u003C\u003Cqualify \\\"$:/state/popup/themetweaks/backgroundimage\\\">> class=\\\"tc-btn-invisible tc-btn-dropdown\\\">{{$:/core/images/down-arrow}}\u003C/$button>\\n\u003C$reveal state=\u003C\u003Cqualify \\\"$:/state/popup/themetweaks/backgroundimage\\\">> type=\\\"popup\\\" position=\\\"belowleft\\\" text=\\\"\\\" default=\\\"\\\">\\n\u003Cdiv class=\\\"tc-drop-down\\\">\\n\u003C$macrocall $name=\\\"image-picker\\\" actions=\\\"\\\"\\\"\\n\\n\u003C$action-setfield\\n\\t$tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\\\"\\n\\t$value=\u003C\u003CimageTitle>>\\n/>\\n\\n\\\"\\\"\\\"/>\\n\u003C/div>\\n\u003C/$reveal>\\n\u003C/div>\\n\\\\end\\n\\n\\\\define backgroundimageattachment-dropdown()\\n\u003C$select tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\\\" default=\\\"scroll\\\">\\n\u003Coption value=\\\"scroll\\\">\u003C\u003Clingo Settings/BackgroundImageAttachment/Scroll>>\u003C/option>\\n\u003Coption value=\\\"fixed\\\">\u003C\u003Clingo Settings/BackgroundImageAttachment/Fixed>>\u003C/option>\\n\u003C/$select>\\n\\\\end\\n\\n\\\\define backgroundimagesize-dropdown()\\n\u003C$select tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\\\" default=\\\"scroll\\\">\\n\u003Coption value=\\\"auto\\\">\u003C\u003Clingo Settings/BackgroundImageSize/Auto>>\u003C/option>\\n\u003Coption value=\\\"cover\\\">\u003C\u003Clingo Settings/BackgroundImageSize/Cover>>\u003C/option>\\n\u003Coption value=\\\"contain\\\">\u003C\u003Clingo Settings/BackgroundImageSize/Contain>>\u003C/option>\\n\u003C/$select>\\n\\\\end\\n\\n\u003C\u003Clingo ThemeTweaks/Hint>>\\n\\n! \u003C\u003Clingo Options>>\\n\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\\\">\u003C\u003Clingo Options/SidebarLayout>>\u003C/$link> |\u003C$select tiddler=\\\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\\\">\u003Coption value=\\\"fixed-fluid\\\">\u003C\u003Clingo Options/SidebarLayout/Fixed-Fluid>>\u003C/option>\u003Coption value=\\\"fluid-fixed\\\">\u003C\u003Clingo Options/SidebarLayout/Fluid-Fixed>>\u003C/option>\u003C/$select> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/options/stickytitles\\\">\u003C\u003Clingo Options/StickyTitles>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Options/StickyTitles/Hint>>// |\u003C$select tiddler=\\\"$:/themes/tiddlywiki/vanilla/options/stickytitles\\\">\u003Coption value=\\\"no\\\">{{$:/language/No}}\u003C/option>\u003Coption value=\\\"yes\\\">{{$:/language/Yes}}\u003C/option>\u003C/$select> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/options/codewrapping\\\">\u003C\u003Clingo Options/CodeWrapping>>\u003C/$link> |\u003C$select tiddler=\\\"$:/themes/tiddlywiki/vanilla/options/codewrapping\\\">\u003Coption value=\\\"pre\\\">{{$:/language/No}}\u003C/option>\u003Coption value=\\\"pre-wrap\\\">{{$:/language/Yes}}\u003C/option>\u003C/$select> |\\n\\n! \u003C\u003Clingo Settings>>\\n\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\\\">\u003C\u003Clingo Settings/FontFamily>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\\\" default=\\\"\\\" tag=\\\"input\\\"/> | |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\\\">\u003C\u003Clingo Settings/CodeFontFamily>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\\\" default=\\\"\\\" tag=\\\"input\\\"/> | |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\\\">\u003C\u003Clingo Settings/EditorFontFamily>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\\\" default=\\\"\\\" tag=\\\"input\\\"/> | |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\\\">\u003C\u003Clingo Settings/BackgroundImage>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\u003C\u003Cbackgroundimage-dropdown>> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\\\">\u003C\u003Clingo Settings/BackgroundImageAttachment>>\u003C/$link> |\u003C\u003Cbackgroundimageattachment-dropdown>> | |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\\\">\u003C\u003Clingo Settings/BackgroundImageSize>>\u003C/$link> |\u003C\u003Cbackgroundimagesize-dropdown>> | |\\n\\n! \u003C\u003Clingo Metrics>>\\n\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\\\">\u003C\u003Clingo Metrics/FontSize>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\\\">\u003C\u003Clingo Metrics/LineHeight>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\\\">\u003C\u003Clingo Metrics/BodyFontSize>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\\\">\u003C\u003Clingo Metrics/BodyLineHeight>>\u003C/$link> |\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\\\">\u003C\u003Clingo Metrics/StoryLeft>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Metrics/StoryLeft/Hint>>// |^\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/storytop\\\">\u003C\u003Clingo Metrics/StoryTop>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Metrics/StoryTop/Hint>>// |^\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/storytop\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/storyright\\\">\u003C\u003Clingo Metrics/StoryRight>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Metrics/StoryRight/Hint>>// |^\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/storyright\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\\\">\u003C\u003Clingo Metrics/StoryWidth>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Metrics/StoryWidth/Hint>>// |^\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\\\">\u003C\u003Clingo Metrics/TiddlerWidth>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Metrics/TiddlerWidth/Hint>>//\u003Cbr> |^\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\\\">\u003C\u003Clingo Metrics/SidebarBreakpoint>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Metrics/SidebarBreakpoint/Hint>>// |^\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n|\u003C$link to=\\\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\\\">\u003C\u003Clingo Metrics/SidebarWidth>>\u003C/$link>\u003Cbr>//\u003C\u003Clingo Metrics/SidebarWidth/Hint>>// |^\u003C$edit-text tiddler=\\\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\\\" default=\\\"\\\" tag=\\\"input\\\"/> |\\n\"},\"$:/themes/tiddlywiki/vanilla/base\":{\"title\":\"$:/themes/tiddlywiki/vanilla/base\",\"tags\":\"[[$:/tags/Stylesheet]]\",\"text\":\"\\\\define custom-background-datauri()\\n\u003C$set name=\\\"background\\\" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>\\n\u003C$list filter=\\\"[\u003Cbackground>is[image]]\\\">\\n`background: url(`\\n\u003C$list filter=\\\"[\u003Cbackground>!has[_canonical_uri]]\\\">\\n`\\\"`\u003C$macrocall $name=\\\"datauri\\\" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`\\\"`\\n\u003C/$list>\\n\u003C$list filter=\\\"[\u003Cbackground>has[_canonical_uri]]\\\">\\n`\\\"`\u003C$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field=\\\"_canonical_uri\\\"/>`\\\"`\\n\u003C/$list>\\n`) center center;`\\n`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;\\n-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\\n-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\\n-o-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\\nbackground-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;`\\n\u003C/$list>\\n\u003C/$set>\\n\\\\end\\n\\n\\\\define sidebarbreakpoint()\\n\u003C$text text={{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}/>\\n\\\\end\\n\\n\\\\define sidebarbreakpoint-minus-one()\\n\u003C$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\\n\\\\end\\n\\n\\\\define if-fluid-fixed(text,hiddenSidebarText)\\n\u003C$reveal state=\\\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\\\" type=\\\"match\\\" text=\\\"fluid-fixed\\\">\\n$text$\\n\u003C$reveal state=\\\"$:/state/sidebar\\\" type=\\\"nomatch\\\" text=\\\"yes\\\" default=\\\"yes\\\">\\n$hiddenSidebarText$\\n\u003C/$reveal>\\n\u003C/$reveal>\\n\\\\end\\n\\n\\\\define if-editor-height-fixed(then,else)\\n\u003C$reveal state=\\\"$:/config/TextEditor/EditorHeight/Mode\\\" type=\\\"match\\\" text=\\\"fixed\\\">\\n$then$\\n\u003C/$reveal>\\n\u003C$reveal state=\\\"$:/config/TextEditor/EditorHeight/Mode\\\" type=\\\"match\\\" text=\\\"auto\\\">\\n$else$\\n\u003C/$reveal>\\n\\\\end\\n\\n\\\\define set-type-selector-min-width()\\n\u003C$set name=\\\"typeLength\\\" value={{{ [all[shadows+tiddlers]prefix[$:/language/Docs/Types/]get[name]length[]maxall[]] }}}>\\n\\n\\t.tc-type-selector-dropdown-wrapper {\\n\\t\\tmin-width: calc(\u003C\u003CtypeLength>>ch + 4em);\\n\\t}\\n\\n\\t.tc-type-selector-dropdown-wrapper input.tc-edit-typeeditor {\\n\\t\\tmin-width: \u003C\u003CtypeLength>>ch;\\n\\t}\\n\\n\u003C/$set>\\n\\\\end\\n\\n\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\\n\\n/*\\n** Start with the normalize CSS reset, and then belay some of its effects\\n*/\\n\\n{{$:/themes/tiddlywiki/vanilla/reset}}\\n\\n*, input[type=\\\"search\\\"] {\\n\\tbox-sizing: border-box;\\n\\t-moz-box-sizing: border-box;\\n\\t-webkit-box-sizing: border-box;\\n}\\n\\ninput[type=\\\"search\\\"] {\\n\\toutline-offset: initial;\\n}\\n\\nhtml button {\\n\\tline-height: 1.2;\\n\\tcolor: \u003C\u003Ccolour button-foreground>>;\\n\\tfill: \u003C\u003Ccolour button-foreground>>;\\n\\tbackground: \u003C\u003Ccolour button-background>>;\\n\\tborder-color: \u003C\u003Ccolour button-border>>;\\n}\\n\\nbutton:disabled svg {\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n/*\\n** Basic element styles\\n*/\\n\\nhtml, body {\\n\\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};\\n\\ttext-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */\\n\\t-webkit-font-smoothing: antialiased;\\n\\t-moz-osx-font-smoothing: grayscale;\\n}\\n\\nhtml:-webkit-full-screen {\\n\\tbackground-color: \u003C\u003Ccolour page-background>>;\\n}\\n\\nbody.tc-body {\\n\\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/fontsize}};\\n\\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};\\n\\tword-wrap: break-word;\\n\\t\u003C\u003Ccustom-background-datauri>>\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n\\tbackground-color: \u003C\u003Ccolour page-background>>;\\n\\tfill: \u003C\u003Ccolour foreground>>;\\n}\\n\\n\u003C\u003Cif-background-attachment \\\"\\\"\\\"\\n\\nbody.tc-body {\\n\\tbackground-color: transparent;\\n}\\n\\n\\\"\\\"\\\">>\\n\\n/**\\n * Correct the font size and margin on `h1` elements within `section` and\\n * `article` contexts in Chrome, Firefox, and Safari.\\n */\\n\\nh1 {\\n\\tfont-size: 2em;\\n}\\n\\nh1, h2, h3, h4, h5, h6 {\\n\\tline-height: 1.2;\\n\\tfont-weight: normal;\\n}\\n\\npre {\\n\\tdisplay: block;\\n\\tmargin-top: 1em;\\n\\tmargin-bottom: 1em;\\n\\tword-break: normal;\\n\\tword-wrap: break-word;\\n\\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\\n\\tbackground-color: \u003C\u003Ccolour pre-background>>;\\n\\tborder: 1px solid \u003C\u003Ccolour pre-border>>;\\n\\tpadding: 0 3px 2px;\\n\\tborder-radius: 3px;\\n\\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\\n\\ncode {\\n\\tcolor: \u003C\u003Ccolour code-foreground>>;\\n\\tbackground-color: \u003C\u003Ccolour code-background>>;\\n\\tborder: 1px solid \u003C\u003Ccolour code-border>>;\\n\\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\\n\\tpadding: 0 3px 2px;\\n\\tborder-radius: 3px;\\n\\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\\n}\\n\\nblockquote {\\n\\tborder-left: 5px solid \u003C\u003Ccolour blockquote-bar>>;\\n\\tmargin-left: 25px;\\n\\tpadding-left: 10px;\\n\\tquotes: \\\"\\\\201C\\\"\\\"\\\\201D\\\"\\\"\\\\2018\\\"\\\"\\\\2019\\\";\\n}\\n\\nblockquote > div {\\n\\tmargin-top: 1em;\\n\\tmargin-bottom: 1em;\\n}\\n\\nblockquote.tc-big-quote {\\n\\tfont-family: Georgia, serif;\\n\\tposition: relative;\\n\\tbackground: \u003C\u003Ccolour pre-background>>;\\n\\tborder-left: none;\\n\\tmargin-left: 50px;\\n\\tmargin-right: 50px;\\n\\tpadding: 10px;\\n\\tborder-radius: 8px;\\n}\\n\\nblockquote.tc-big-quote cite:before {\\n\\tcontent: \\\"\\\\2014 \\\\2009\\\";\\n}\\n\\nblockquote.tc-big-quote:before {\\n\\tfont-family: Georgia, serif;\\n\\tcolor: \u003C\u003Ccolour blockquote-bar>>;\\n\\tcontent: open-quote;\\n\\tfont-size: 8em;\\n\\tline-height: 0.1em;\\n\\tmargin-right: 0.25em;\\n\\tvertical-align: -0.4em;\\n\\tposition: absolute;\\n\\tleft: -50px;\\n\\ttop: 42px;\\n}\\n\\nblockquote.tc-big-quote:after {\\n\\tfont-family: Georgia, serif;\\n\\tcolor: \u003C\u003Ccolour blockquote-bar>>;\\n\\tcontent: close-quote;\\n\\tfont-size: 8em;\\n\\tline-height: 0.1em;\\n\\tmargin-right: 0.25em;\\n\\tvertical-align: -0.4em;\\n\\tposition: absolute;\\n\\tright: -80px;\\n\\tbottom: -20px;\\n}\\n\\ndl dt {\\n\\tfont-weight: bold;\\n\\tmargin-top: 6px;\\n}\\n\\nbutton, textarea, input, select {\\n\\toutline-color: \u003C\u003Ccolour primary>>;\\n}\\n\\ntextarea,\\ninput[type=text],\\ninput[type=search],\\ninput[type=\\\"\\\"],\\ninput:not([type]) {\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n\\tbackground: \u003C\u003Ccolour background>>;\\n}\\n\\ninput[type=\\\"checkbox\\\"] {\\n\\tvertical-align: middle;\\n}\\n\\ninput[type=\\\"search\\\"]::-webkit-search-decoration,\\ninput[type=\\\"search\\\"]::-webkit-search-cancel-button,\\ninput[type=\\\"search\\\"]::-webkit-search-results-button,\\ninput[type=\\\"search\\\"]::-webkit-search-results-decoration {\\n\\t-webkit-appearance:none;\\n}\\n\\n.tc-muted {\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\nsvg.tc-image-button {\\n\\tpadding: 0px 1px 1px 0px;\\n}\\n\\n.tc-icon-wrapper > svg {\\n\\twidth: 1em;\\n\\theight: 1em;\\n}\\n\\nkbd {\\n\\tdisplay: inline-block;\\n\\tpadding: 3px 5px;\\n\\tfont-size: 0.8em;\\n\\tline-height: 1.2;\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n\\tvertical-align: middle;\\n\\tbackground-color: \u003C\u003Ccolour background>>;\\n\\tborder: solid 1px \u003C\u003Ccolour muted-foreground>>;\\n\\tborder-bottom-color: \u003C\u003Ccolour muted-foreground>>;\\n\\tborder-radius: 3px;\\n\\tbox-shadow: inset 0 -1px 0 \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n::selection {\\n\\tbackground-color: Highlight;\\n\\tcolor: HighlightText;\\n\\tbackground-color: \u003C\u003Ccolour selection-background>>;\\n\\tcolor: \u003C\u003Ccolour selection-foreground>>;\\n}\\n\\n/*\\nMarkdown likes putting code elements inside pre elements\\n*/\\npre > code {\\n\\tpadding: 0;\\n\\tborder: none;\\n\\tbackground-color: inherit;\\n\\tcolor: inherit;\\n}\\n\\ntable {\\n\\tborder: 1px solid \u003C\u003Ccolour table-border>>;\\n\\twidth: auto;\\n\\tmax-width: 100%;\\n\\tcaption-side: bottom;\\n\\tmargin-top: 1em;\\n\\tmargin-bottom: 1em;\\n\\t/* next 2 elements needed, since normalize 8.0.1 */\\n\\tborder-collapse: collapse;\\n\\tborder-spacing: 0;\\n}\\n\\ntable th, table td {\\n\\tpadding: 0 7px 0 7px;\\n\\tborder-top: 1px solid \u003C\u003Ccolour table-border>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour table-border>>;\\n}\\n\\ntable thead tr td, table th {\\n\\tbackground-color: \u003C\u003Ccolour table-header-background>>;\\n\\tfont-weight: bold;\\n}\\n\\ntable tfoot tr td {\\n\\tbackground-color: \u003C\u003Ccolour table-footer-background>>;\\n}\\n\\n.tc-csv-table {\\n\\twhite-space: nowrap;\\n}\\n\\n.tc-tiddler-frame img,\\n.tc-tiddler-frame svg,\\n.tc-tiddler-frame canvas,\\n.tc-tiddler-frame embed,\\n.tc-tiddler-frame iframe {\\n\\tmax-width: 100%;\\n}\\n\\n.tc-tiddler-body > embed,\\n.tc-tiddler-body > iframe {\\n\\twidth: 100%;\\n\\theight: 600px;\\n}\\n\\n/*\\n** Links\\n*/\\n\\nbutton.tc-tiddlylink,\\na.tc-tiddlylink {\\n\\ttext-decoration: none;\\n\\tfont-weight: 500;\\n\\tcolor: \u003C\u003Ccolour tiddler-link-foreground>>;\\n\\t-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */\\n}\\n\\n.tc-sidebar-lists a.tc-tiddlylink {\\n\\tcolor: \u003C\u003Ccolour sidebar-tiddler-link-foreground>>;\\n}\\n\\n.tc-sidebar-lists a.tc-tiddlylink:hover {\\n\\tcolor: \u003C\u003Ccolour sidebar-tiddler-link-foreground-hover>>;\\n}\\n\\nbutton.tc-tiddlylink:hover,\\na.tc-tiddlylink:hover {\\n\\ttext-decoration: underline;\\n}\\n\\na.tc-tiddlylink-resolves {\\n}\\n\\na.tc-tiddlylink-shadow {\\n\\tfont-weight: bold;\\n}\\n\\na.tc-tiddlylink-shadow.tc-tiddlylink-resolves {\\n\\tfont-weight: normal;\\n}\\n\\na.tc-tiddlylink-missing {\\n\\tfont-style: italic;\\n}\\n\\na.tc-tiddlylink-external {\\n\\ttext-decoration: underline;\\n\\tcolor: \u003C\u003Ccolour external-link-foreground>>;\\n\\tbackground-color: \u003C\u003Ccolour external-link-background>>;\\n}\\n\\na.tc-tiddlylink-external:visited {\\n\\tcolor: \u003C\u003Ccolour external-link-foreground-visited>>;\\n\\tbackground-color: \u003C\u003Ccolour external-link-background-visited>>;\\n}\\n\\na.tc-tiddlylink-external:hover {\\n\\tcolor: \u003C\u003Ccolour external-link-foreground-hover>>;\\n\\tbackground-color: \u003C\u003Ccolour external-link-background-hover>>;\\n}\\n\\n.tc-drop-down a.tc-tiddlylink:hover {\\n\\tcolor: \u003C\u003Ccolour tiddler-link-background>>;\\n}\\n\\n/*\\n** Drag and drop styles\\n*/\\n\\n.tc-tiddler-dragger {\\n\\tposition: relative;\\n\\tz-index: -10000;\\n}\\n\\n.tc-tiddler-dragger-inner {\\n\\tposition: absolute;\\n\\ttop: -1000px;\\n\\tleft: -1000px;\\n\\tdisplay: inline-block;\\n\\tpadding: 8px 20px;\\n\\tfont-size: 16.9px;\\n\\tfont-weight: bold;\\n\\tline-height: 20px;\\n\\tcolor: \u003C\u003Ccolour dragger-foreground>>;\\n\\ttext-shadow: 0 1px 0 rgba(0, 0, 0, 1);\\n\\twhite-space: nowrap;\\n\\tvertical-align: baseline;\\n\\tbackground-color: \u003C\u003Ccolour dragger-background>>;\\n\\tborder-radius: 20px;\\n}\\n\\n.tc-tiddler-dragger-cover {\\n\\tposition: absolute;\\n\\tbackground-color: \u003C\u003Ccolour page-background>>;\\n}\\n\\n.tc-page-container > .tc-dropzone {\\n\\tmin-height: 100vh;\\n}\\n\\n.tc-dropzone {\\n\\tposition: relative;\\n}\\n\\n.tc-dropzone.tc-dragover:before {\\n\\tz-index: 10000;\\n\\tdisplay: block;\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tright: 0;\\n\\tbackground: \u003C\u003Ccolour dropzone-background>>;\\n\\ttext-align: center;\\n\\tcontent: \\\"\u003C\u003Clingo DropMessage>>\\\";\\n}\\n\\n.tc-droppable > .tc-droppable-placeholder {\\n\\tdisplay: none;\\n}\\n\\n.tc-droppable.tc-dragover > .tc-droppable-placeholder {\\n\\tdisplay: block;\\n\\tborder: 2px dashed \u003C\u003Ccolour dropzone-background>>;\\n}\\n\\n.tc-draggable {\\n\\tcursor: move;\\n}\\n\\n.tc-sidebar-tab-open .tc-droppable-placeholder, .tc-tagged-draggable-list .tc-droppable-placeholder,\\n.tc-links-draggable-list .tc-droppable-placeholder {\\n\\tline-height: 2em;\\n\\theight: 2em;\\n}\\n\\n.tc-sidebar-tab-open-item {\\n\\tposition: relative;\\n}\\n\\n.tc-sidebar-tab-open .tc-btn-invisible.tc-btn-mini svg {\\n\\tfont-size: 0.7em;\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n/*\\n** Plugin reload warning\\n*/\\n\\n.tc-plugin-reload-warning {\\n\\tz-index: 1000;\\n\\tdisplay: block;\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tright: 0;\\n\\tbackground: \u003C\u003Ccolour alert-background>>;\\n\\ttext-align: center;\\n}\\n\\n/*\\n** Buttons\\n*/\\n\\nbutton svg, button img, label svg, label img {\\n\\tvertical-align: middle;\\n}\\n\\n.tc-btn-invisible {\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tbackground: none;\\n\\tborder: none;\\n\\tcursor: pointer;\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n\\tfill: \u003C\u003Ccolour foreground>>;\\n}\\n\\nbutton:disabled.tc-btn-invisible {\\n\\tcursor: default; \\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-btn-boxed {\\n\\tfont-size: 0.6em;\\n\\tpadding: 0.2em;\\n\\tmargin: 1px;\\n\\tbackground: none;\\n\\tborder: 1px solid \u003C\u003Ccolour tiddler-controls-foreground>>;\\n\\tborder-radius: 0.25em;\\n}\\n\\nhtml body.tc-body .tc-btn-boxed svg {\\n\\tfont-size: 1.6666em;\\n}\\n\\n.tc-btn-boxed:hover {\\n\\tbackground: \u003C\u003Ccolour muted-foreground>>;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n}\\n\\nhtml body.tc-body .tc-btn-boxed:hover svg {\\n\\tfill: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-btn-rounded {\\n\\tfont-size: 0.5em;\\n\\tline-height: 2;\\n\\tpadding: 0em 0.3em 0.2em 0.4em;\\n\\tmargin: 1px;\\n\\tborder: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tbackground: \u003C\u003Ccolour muted-foreground>>;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n\\tborder-radius: 2em;\\n}\\n\\nhtml body.tc-body .tc-btn-rounded svg {\\n\\tfont-size: 1.6666em;\\n\\tfill: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-btn-rounded:hover {\\n\\tborder: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tbackground: \u003C\u003Ccolour background>>;\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\nhtml body.tc-body .tc-btn-rounded:hover svg {\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-btn-icon svg {\\n\\theight: 1em;\\n\\twidth: 1em;\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n\\n.tc-btn-text {\\n\\tmargin-left: 7px;\\n}\\n\\n/* used for documentation \\\"fake\\\" buttons */\\n.tc-btn-standard {\\n\\tline-height: 1.8;\\n\\tcolor: #667;\\n\\tbackground-color: #e0e0e0;\\n\\tborder: 1px solid #888;\\n\\tpadding: 2px 1px 2px 1px;\\n\\tmargin: 1px 4px 1px 4px;\\n}\\n\\n.tc-btn-big-green {\\n\\tdisplay: inline-block;\\n\\tpadding: 8px;\\n\\tmargin: 4px 8px 4px 8px;\\n\\tbackground: \u003C\u003Ccolour download-background>>;\\n\\tcolor: \u003C\u003Ccolour download-foreground>>;\\n\\tfill: \u003C\u003Ccolour download-foreground>>;\\n\\tborder: none;\\n\\tborder-radius: 2px;\\n\\tfont-size: 1.2em;\\n\\tline-height: 1.4em;\\n\\ttext-decoration: none;\\n}\\n\\n.tc-btn-big-green svg,\\n.tc-btn-big-green img {\\n\\theight: 2em;\\n\\twidth: 2em;\\n\\tvertical-align: middle;\\n\\tfill: \u003C\u003Ccolour download-foreground>>;\\n}\\n\\n.tc-primary-btn {\\n\\tbackground: \u003C\u003Ccolour primary>>;\\n}\\n\\n.tc-sidebar-lists input {\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n}\\n\\n.tc-sidebar-lists button {\\n\\tcolor: \u003C\u003Ccolour sidebar-button-foreground>>;\\n\\tfill: \u003C\u003Ccolour sidebar-button-foreground>>;\\n}\\n\\n.tc-sidebar-lists button.tc-btn-mini {\\n\\tcolor: \u003C\u003Ccolour sidebar-muted-foreground>>;\\n}\\n\\n.tc-sidebar-lists button.tc-btn-mini:hover {\\n\\tcolor: \u003C\u003Ccolour sidebar-muted-foreground-hover>>;\\n}\\n\\n.tc-sidebar-lists button small {\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n}\\n\\nbutton svg.tc-image-button, button .tc-image-button img {\\n\\theight: 1em;\\n\\twidth: 1em;\\n}\\n\\n.tc-unfold-banner {\\n\\tposition: absolute;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tbackground: none;\\n\\tborder: none;\\n\\twidth: 100%;\\n\\twidth: calc(100% + 2px);\\n\\tmargin-left: -43px;\\n\\ttext-align: center;\\n\\tborder-top: 2px solid \u003C\u003Ccolour tiddler-info-background>>;\\n\\tmargin-top: 4px;\\n}\\n\\n.tc-unfold-banner:hover {\\n\\tbackground: \u003C\u003Ccolour tiddler-info-background>>;\\n\\tborder-top: 2px solid \u003C\u003Ccolour tiddler-info-border>>;\\n}\\n\\n.tc-unfold-banner svg, .tc-fold-banner svg {\\n\\theight: 0.75em;\\n\\tfill: \u003C\u003Ccolour tiddler-controls-foreground>>;\\n}\\n\\n.tc-unfold-banner:hover svg, .tc-fold-banner:hover svg {\\n\\tfill: \u003C\u003Ccolour tiddler-controls-foreground-hover>>;\\n}\\n\\n.tc-fold-banner {\\n\\tposition: absolute;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n\\tbackground: none;\\n\\tborder: none;\\n\\twidth: 23px;\\n\\ttext-align: center;\\n\\tmargin-left: -35px;\\n\\ttop: 6px;\\n\\tbottom: 6px;\\n}\\n\\n.tc-fold-banner:hover {\\n\\tbackground: \u003C\u003Ccolour tiddler-info-background>>;\\n}\\n\\n@media (max-width: \u003C\u003Csidebarbreakpoint-minus-one>>) {\\n\\n\\t.tc-unfold-banner {\\n\\t\\tposition: static;\\n\\t\\twidth: calc(100% + 59px);\\n\\t}\\n\\n\\t.tc-fold-banner {\\n\\t\\twidth: 16px;\\n\\t\\tmargin-left: -16px;\\n\\t\\tfont-size: 0.75em;\\n\\t}\\n\\n}\\n\\n/*\\n** Tags and missing tiddlers\\n*/\\n\\n.tc-tag-list-item {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n}\\n\\n.tc-tags-wrapper {\\n\\tmargin: 4px 0 14px 0;\\n}\\n\\n.tc-tags-wrapper .tc-tag-list-item {\\n\\tmargin-right: 7px;\\n}\\n\\n.tc-missing-tiddler-label {\\n\\tfont-style: italic;\\n\\tfont-weight: normal;\\n\\tdisplay: inline-block;\\n\\tfont-size: 11.844px;\\n\\tline-height: 14px;\\n\\twhite-space: nowrap;\\n\\tvertical-align: baseline;\\n}\\n\\n.tc-block-tags-dropdown > .tc-btn-invisible:hover {\\n\\tbackground-color: \u003C\u003Ccolour primary>>;\\n}\\n\\nbutton.tc-tag-label, span.tc-tag-label {\\n\\tdisplay: inline-block;\\n\\tpadding: 0.16em 0.7em;\\n\\tfont-size: 0.9em;\\n\\tfont-weight: normal;\\n\\tline-height: 1.2em;\\n\\tcolor: \u003C\u003Ccolour tag-foreground>>;\\n\\twhite-space: nowrap;\\n\\tvertical-align: baseline;\\n\\tbackground-color: \u003C\u003Ccolour tag-background>>;\\n\\tborder-radius: 1em;\\n}\\n\\n.tc-sidebar-scrollable .tc-tag-label {\\n\\ttext-shadow: none;\\n}\\n\\n.tc-untagged-separator {\\n\\twidth: 10em;\\n\\tleft: 0;\\n\\tmargin-left: 0;\\n\\tborder: 0;\\n\\theight: 1px;\\n\\tbackground: \u003C\u003Ccolour tab-divider>>;\\n}\\n\\nbutton.tc-untagged-label {\\n\\tbackground-color: \u003C\u003Ccolour untagged-background>>;\\n}\\n\\n.tc-tag-label svg, .tc-tag-label img {\\n\\theight: 1em;\\n\\twidth: 1em;\\n\\tmargin-right: 3px;\\n\\tmargin-bottom: 1px;\\n\\tvertical-align: bottom;\\n}\\n\\n.tc-edit-tags button.tc-remove-tag-button svg {\\n\\tfont-size: 0.7em;\\n\\tvertical-align: middle;\\n}\\n\\n.tc-tag-manager-table .tc-tag-label {\\n\\twhite-space: normal;\\n}\\n\\n.tc-tag-manager-tag {\\n\\twidth: 100%;\\n}\\n\\nbutton.tc-btn-invisible.tc-remove-tag-button {\\n\\toutline: none;\\n}\\n\\n.tc-tag-button-selected,\\n.tc-list-item-selected a.tc-tiddlylink, a.tc-list-item-selected {\\n\\tbackground-color: \u003C\u003Ccolour primary>>;\\n\\tcolor: \u003C\u003Ccolour tiddler-background>>;\\n}\\n\\n/*\\n** Page layout\\n*/\\n\\n.tc-topbar {\\n\\tposition: fixed;\\n\\tz-index: 1200;\\n}\\n\\n.tc-topbar-left {\\n\\tleft: 29px;\\n\\ttop: 5px;\\n}\\n\\n.tc-topbar-right {\\n\\ttop: 5px;\\n\\tright: 29px;\\n}\\n\\n@media (max-width: \u003C\u003Csidebarbreakpoint-minus-one>>) {\\n\\n\\t.tc-topbar-right {\\n\\t\\tright: 10px;\\n\\t}\\n\\n}\\n\\n.tc-topbar button {\\n\\tpadding: 8px;\\n}\\n\\n.tc-topbar svg {\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-topbar button:hover svg {\\n\\tfill: \u003C\u003Ccolour foreground>>;\\n}\\n\\n@media (max-width: \u003C\u003Csidebarbreakpoint-minus-one>>) {\\n\\n\\t.tc-show-sidebar-btn svg.tc-image-chevron-left, .tc-hide-sidebar-btn svg.tc-image-chevron-right {\\n\\t\\ttransform: rotate(-90deg);\\n\\t}\\n\\n}\\n\\n.tc-sidebar-header {\\n\\tcolor: \u003C\u003Ccolour sidebar-foreground>>;\\n\\tfill: \u003C\u003Ccolour sidebar-foreground>>;\\n}\\n\\n.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {\\n\\tfont-weight: normal;\\n}\\n\\n.tc-sidebar-header .tc-sidebar-lists p {\\n\\tmargin-top: 3px;\\n\\tmargin-bottom: 3px;\\n}\\n\\n.tc-sidebar-header .tc-missing-tiddler-label {\\n\\tcolor: \u003C\u003Ccolour sidebar-foreground>>;\\n}\\n\\n.tc-advanced-search input {\\n\\twidth: 60%;\\n}\\n\\n.tc-search a svg {\\n\\twidth: 1.2em;\\n\\theight: 1.2em;\\n\\tvertical-align: middle;\\n}\\n\\n.tc-page-controls {\\n\\tmargin-top: 14px;\\n\\tfont-size: 1.5em;\\n}\\n\\n.tc-page-controls .tc-drop-down {\\n\\tfont-size: 1rem;\\n}\\n\\n.tc-page-controls button {\\n\\tmargin-right: 0.5em;\\n}\\n\\n.tc-page-controls a.tc-tiddlylink:hover {\\n\\ttext-decoration: none;\\n}\\n\\n.tc-page-controls img {\\n\\twidth: 1em;\\n}\\n\\n.tc-page-controls svg {\\n\\tfill: \u003C\u003Ccolour sidebar-controls-foreground>>;\\n}\\n\\n.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {\\n\\tfill: \u003C\u003Ccolour sidebar-controls-foreground-hover>>;\\n}\\n\\n.tc-sidebar-lists .tc-menu-list-item {\\n\\twhite-space: nowrap;\\n}\\n\\n.tc-menu-list-count {\\n\\tfont-weight: bold;\\n}\\n\\n.tc-menu-list-subitem {\\n\\tpadding-left: 7px;\\n}\\n\\n.tc-story-river {\\n\\tposition: relative;\\n}\\n\\n@media (max-width: \u003C\u003Csidebarbreakpoint-minus-one>>) {\\n\\n\\t.tc-sidebar-header {\\n\\t\\tpadding: 14px;\\n\\t\\tmin-height: 32px;\\n\\t\\tmargin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\\n\\t\\ttransition: min-height {{$:/config/AnimationDuration}}ms ease-in-out, padding-top {{$:/config/AnimationDuration}}ms ease-in-out, padding-bottom {{$:/config/AnimationDuration}}ms ease-in-out;\\n\\t}\\n\\t\\n\\t\u003C\u003Cif-no-sidebar \\\"\\\"\\\"\\n\\n\\t\\t.tc-sidebar-header {\\n\\t\\t\\tmin-height: 0;\\n\\t\\t\\tpadding-top: 0;\\n\\t\\t\\tpadding-bottom: 0;\\n\\t\\t}\\n\\n\\t\\\"\\\"\\\">>\\n\\n\\t.tc-story-river {\\n\\t\\tposition: relative;\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\\n\\n\\t.tc-message-box {\\n\\t\\tmargin: 21px -21px 21px -21px;\\n\\t}\\n\\n\\t.tc-sidebar-scrollable {\\n\\t\\tposition: fixed;\\n\\t\\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\\n\\t\\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\\n\\t\\tbottom: 0;\\n\\t\\tright: 0;\\n\\t\\toverflow-y: auto;\\n\\t\\toverflow-x: auto;\\n\\t\\t-webkit-overflow-scrolling: touch;\\n\\t\\tmargin: 0 0 0 -42px;\\n\\t\\tpadding: 71px 0 28px 42px;\\n\\t}\\n\\n\\thtml[dir=\\\"rtl\\\"] .tc-sidebar-scrollable {\\n\\t\\tleft: auto;\\n\\t\\tright: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\\n\\t}\\n\\n\\t.tc-story-river {\\n\\t\\tposition: relative;\\n\\t\\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\\n\\t\\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\\n\\t\\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}};\\n\\t\\tpadding: 42px 42px 42px 42px;\\n\\t}\\n\\n\u003C\u003Cif-no-sidebar \\\"\\n\\n\\t.tc-story-river {\\n\\t\\twidth: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}});\\n\\t}\\n\\n\\\">>\\n\\n\\t.tc-story-river.tc-static-story-river {\\n\\t\\tmargin-right: 0;\\n\\t\\tpadding-right: 42px;\\n\\t}\\n\\n}\\n\\n@media print {\\n\\n\\tbody.tc-body {\\n\\t\\tbackground-color: transparent;\\n\\t}\\n\\n\\t.tc-sidebar-header, .tc-topbar {\\n\\t\\tdisplay: none;\\n\\t}\\n\\n\\t.tc-story-river {\\n\\t\\tmargin: 0;\\n\\t\\tpadding: 0;\\n\\t}\\n\\n\\t.tc-story-river .tc-tiddler-frame {\\n\\t\\tmargin: 0;\\n\\t\\tborder: none;\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n/*\\n** Tiddler styles\\n*/\\n\\n.tc-tiddler-frame {\\n\\tposition: relative;\\n\\tmargin-bottom: 28px;\\n\\tbackground-color: \u003C\u003Ccolour tiddler-background>>;\\n\\tborder: 1px solid \u003C\u003Ccolour tiddler-border>>;\\n}\\n\\n{{$:/themes/tiddlywiki/vanilla/sticky}}\\n\\n.tc-tiddler-info {\\n\\toverflow: hidden;\\n\\tpadding: 14px 42px 14px 42px;\\n\\tbackground-color: \u003C\u003Ccolour tiddler-info-background>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour tiddler-info-border>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour tiddler-info-border>>;\\n}\\n\\n.tc-tiddler-info p {\\n\\tmargin-top: 3px;\\n\\tmargin-bottom: 3px;\\n}\\n\\n.tc-tiddler-info .tc-tab-buttons button.tc-tab-selected {\\n\\tbackground-color: \u003C\u003Ccolour tiddler-info-tab-background>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour tiddler-info-tab-background>>;\\n}\\n\\n@media (max-width: \u003C\u003Csidebarbreakpoint-minus-one>>) {\\n\\n\\t.tc-tiddler-info {\\n\\t\\tpadding: 14px 14px 14px 14px;\\n\\t}\\n\\n}\\n\\n.tc-view-field-table {\\n\\twidth: 100%;\\n}\\n\\n.tc-view-field-name {\\n\\twidth: 1%; /* Makes this column be as narrow as possible */\\n\\ttext-align: right;\\n\\tfont-style: italic;\\n\\tfont-weight: normal;\\n}\\n\\n.tc-view-field-value {\\n\\tword-break: break-all;\\n}\\n\\n@media (max-width: \u003C\u003Csidebarbreakpoint-minus-one>>) {\\n\\t.tc-tiddler-frame {\\n\\t\\tpadding: 14px 14px 14px 14px;\\n\\t\\tmargin-bottom: .5em;\\n\\t}\\n\\n\\t.tc-tiddler-info {\\n\\t\\tmargin: 0 -14px 0 -14px;\\n\\t}\\n}\\n\\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\\n\\t.tc-tiddler-frame {\\n\\t\\tpadding: 28px 42px 42px 42px;\\n\\t\\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};\\n\\t\\tborder-radius: 2px;\\n\\t}\\n\\n\u003C\u003Cif-no-sidebar \\\"\\n\\n\\t.tc-tiddler-frame {\\n\\t\\twidth: 100%;\\n\\t}\\n\\n\\\">>\\n\\n\\t.tc-tiddler-info {\\n\\t\\tmargin: 0 -42px 0 -42px;\\n\\t}\\n}\\n\\n.tc-site-title,\\n.tc-titlebar {\\n\\tfont-weight: normal;\\n\\tfont-size: 2.35em;\\n\\tline-height: 1.35em;\\n\\tcolor: \u003C\u003Ccolour tiddler-title-foreground>>;\\n\\tmargin: 0;\\n}\\n\\n.tc-site-title {\\n\\tcolor: \u003C\u003Ccolour site-title-foreground>>;\\n}\\n\\n.tc-tiddler-title-icon {\\n\\tvertical-align: middle;\\n\\tmargin-right: .1em;\\n}\\n\\n.tc-system-title-prefix {\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-titlebar h2 {\\n\\tfont-size: 1em;\\n\\tdisplay: inline;\\n}\\n\\n.tc-titlebar img {\\n\\theight: 1em;\\n}\\n\\n.tc-subtitle {\\n\\tfont-size: 0.9em;\\n\\tcolor: \u003C\u003Ccolour tiddler-subtitle-foreground>>;\\n\\tfont-weight: normal;\\n}\\n\\n.tc-subtitle .tc-tiddlylink {\\n\\tmargin-right: .3em;\\n}\\n\\n.tc-tiddler-missing .tc-title {\\n\\tfont-style: italic;\\n\\tfont-weight: normal;\\n}\\n\\n.tc-tiddler-frame .tc-tiddler-controls {\\n\\tfloat: right;\\n}\\n\\n.tc-tiddler-controls .tc-drop-down {\\n\\tfont-size: 0.6em;\\n}\\n\\n.tc-tiddler-controls .tc-drop-down .tc-drop-down {\\n\\tfont-size: 1em;\\n}\\n\\n.tc-tiddler-controls > span > button,\\n.tc-tiddler-controls > span > span > button,\\n.tc-tiddler-controls > span > span > span > button {\\n\\tvertical-align: baseline;\\n\\tmargin-left:5px;\\n}\\n\\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img,\\n.tc-search button svg, .tc-search a svg {\\n\\tfill: \u003C\u003Ccolour tiddler-controls-foreground>>;\\n}\\n\\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img {\\n\\theight: 0.75em;\\n}\\n\\n.tc-search button svg, .tc-search a svg {\\n\\theight: 1.2em;\\n\\twidth: 1.2em;\\n\\tmargin: 0 0.25em;\\n}\\n\\n.tc-tiddler-controls button.tc-selected svg,\\n.tc-page-controls button.tc-selected svg {\\n\\tfill: \u003C\u003Ccolour tiddler-controls-foreground-selected>>;\\n}\\n\\n.tc-tiddler-controls button.tc-btn-invisible:hover svg,\\n.tc-search button:hover svg, .tc-search a:hover svg {\\n\\tfill: \u003C\u003Ccolour tiddler-controls-foreground-hover>>;\\n}\\n\\n@media print {\\n\\t.tc-tiddler-controls {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n.tc-tiddler-help { /* Help prompts within tiddler template */\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n\\tmargin-top: 14px;\\n}\\n\\n.tc-tiddler-help a.tc-tiddlylink {\\n\\tcolor: \u003C\u003Ccolour very-muted-foreground>>;\\n}\\n\\n.tc-tiddler-frame .tc-edit-texteditor {\\n\\twidth: 100%;\\n\\tmargin: 4px 0 4px 0;\\n}\\n\\n.tc-tiddler-frame input.tc-edit-texteditor,\\n.tc-tiddler-frame textarea.tc-edit-texteditor,\\n.tc-tiddler-frame iframe.tc-edit-texteditor {\\n\\tpadding: 3px 3px 3px 3px;\\n\\tborder: 1px solid \u003C\u003Ccolour tiddler-editor-border>>;\\n\\tline-height: 1.3em;\\n\\t-webkit-appearance: none;\\n\\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\\n}\\n\\n.tc-tiddler-frame input.tc-edit-texteditor,\\n.tc-tiddler-frame textarea.tc-edit-texteditor {\\n\\tbackground-color: \u003C\u003Ccolour tiddler-editor-background>>;\\n}\\n\\n.tc-tiddler-frame iframe.tc-edit-texteditor {\\n\\tbackground-color: \u003C\u003Ccolour tiddler-background>>;\\n}\\n\\n.tc-tiddler-frame .tc-binary-warning {\\n\\twidth: 100%;\\n\\theight: 5em;\\n\\ttext-align: center;\\n\\tpadding: 3em 3em 6em 3em;\\n\\tbackground: \u003C\u003Ccolour alert-background>>;\\n\\tborder: 1px solid \u003C\u003Ccolour alert-border>>;\\n}\\n\\ncanvas.tc-edit-bitmapeditor {\\n\\tborder: 6px solid \u003C\u003Ccolour tiddler-editor-border-image>>;\\n\\tcursor: crosshair;\\n\\t-moz-user-select: none;\\n\\t-webkit-user-select: none;\\n\\t-ms-user-select: none;\\n\\tmargin-top: 6px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n.tc-edit-bitmapeditor-width {\\n\\tdisplay: block;\\n}\\n\\n.tc-edit-bitmapeditor-height {\\n\\tdisplay: block;\\n}\\n\\n.tc-tiddler-body {\\n\\tclear: both;\\n}\\n\\n.tc-tiddler-frame .tc-tiddler-body {\\n\\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\\n\\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};\\n}\\n\\n.tc-titlebar, .tc-tiddler-edit-title {\\n\\toverflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */\\n}\\n\\nhtml body.tc-body.tc-single-tiddler-window {\\n\\tmargin: 1em;\\n\\tbackground: \u003C\u003Ccolour tiddler-background>>;\\n}\\n\\n.tc-single-tiddler-window img,\\n.tc-single-tiddler-window svg,\\n.tc-single-tiddler-window canvas,\\n.tc-single-tiddler-window embed,\\n.tc-single-tiddler-window iframe {\\n\\tmax-width: 100%;\\n}\\n\\n/*\\n** Editor\\n*/\\n\\n.tc-editor-toolbar {\\n\\tmargin-top: 8px;\\n}\\n\\n.tc-editor-toolbar button {\\n\\tvertical-align: middle;\\n\\tbackground-color: \u003C\u003Ccolour tiddler-controls-foreground>>;\\n\\tcolor: \u003C\u003Ccolour tiddler-controls-foreground-selected>>;\\n\\tfill: \u003C\u003Ccolour tiddler-controls-foreground-selected>>;\\n\\tborder-radius: 4px;\\n\\tpadding: 3px;\\n\\tmargin: 2px 0 2px 4px;\\n}\\n\\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-adjunct {\\n\\tmargin-left: 1px;\\n\\twidth: 1em;\\n\\tborder-radius: 8px;\\n}\\n\\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-start-group {\\n\\tmargin-left: 11px;\\n}\\n\\n.tc-editor-toolbar button.tc-selected {\\n\\tbackground-color: \u003C\u003Ccolour primary>>;\\n}\\n\\n.tc-editor-toolbar button svg {\\n\\twidth: 1.6em;\\n\\theight: 1.2em;\\n}\\n\\n.tc-editor-toolbar button:hover {\\n\\tbackground-color: \u003C\u003Ccolour tiddler-controls-foreground-selected>>;\\n\\tfill: \u003C\u003Ccolour background>>;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-editor-toolbar .tc-text-editor-toolbar-more {\\n\\twhite-space: normal;\\n}\\n\\n.tc-editor-toolbar .tc-text-editor-toolbar-more button {\\n\\tdisplay: inline-block;\\n\\tpadding: 3px;\\n\\twidth: auto;\\n}\\n\\n.tc-editor-toolbar .tc-search-results {\\n\\tpadding: 0;\\n}\\n\\n.tc-editor-toolbar button.tc-editortoolbar-stamp-button + .tc-popup .tc-drop-down > p {\\n\\tmargin: 0;\\n\\tpadding: 0;\\n}\\n\\n.tc-editor-toolbar button.tc-editortoolbar-stamp-button + .tc-popup .tc-drop-down a.tc-tiddlylink {\\n\\tfont-weight: normal;\\n}\\n\\n/*\\n** Adjustments for fluid-fixed mode\\n*/\\n\\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\\n\\n\u003C\u003Cif-fluid-fixed text:\\\"\\\"\\\"\\n\\n\\t.tc-story-river {\\n\\t\\tpadding-right: 0;\\n\\t\\tposition: relative;\\n\\t\\twidth: auto;\\n\\t\\tleft: 0;\\n\\t\\tmargin-left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\\n\\t\\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\\n\\t}\\n\\n\\t.tc-tiddler-frame {\\n\\t\\twidth: 100%;\\n\\t}\\n\\n\\t.tc-sidebar-scrollable {\\n\\t\\tleft: auto;\\n\\t\\tbottom: 0;\\n\\t\\tright: 0;\\n\\t\\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\\n\\t}\\n\\n\\tbody.tc-body .tc-storyview-zoomin-tiddler {\\n\\t\\twidth: 100%;\\n\\t\\twidth: calc(100% - 42px);\\n\\t}\\n\\n\\\"\\\"\\\" hiddenSidebarText:\\\"\\\"\\\"\\n\\n\\t.tc-story-river {\\n\\t\\tpadding-right: 3em;\\n\\t\\tmargin-right: 0;\\n\\t}\\n\\n\\tbody.tc-body .tc-storyview-zoomin-tiddler {\\n\\t\\twidth: 100%;\\n\\t\\twidth: calc(100% - 84px);\\n\\t}\\n\\n\\\"\\\"\\\">>\\n\\n}\\n\\n/*\\n** Toolbar buttons\\n*/\\n\\n.tc-page-controls svg.tc-image-new-button {\\n\\tfill: \u003C\u003Ccolour toolbar-new-button>>;\\n}\\n\\n.tc-page-controls svg.tc-image-options-button {\\n\\tfill: \u003C\u003Ccolour toolbar-options-button>>;\\n}\\n\\n.tc-page-controls svg.tc-image-save-button {\\n\\tfill: \u003C\u003Ccolour toolbar-save-button>>;\\n}\\n\\n.tc-tiddler-controls button svg.tc-image-info-button {\\n\\tfill: \u003C\u003Ccolour toolbar-info-button>>;\\n}\\n\\n.tc-tiddler-controls button svg.tc-image-edit-button {\\n\\tfill: \u003C\u003Ccolour toolbar-edit-button>>;\\n}\\n\\n.tc-tiddler-controls button svg.tc-image-close-button {\\n\\tfill: \u003C\u003Ccolour toolbar-close-button>>;\\n}\\n\\n.tc-tiddler-controls button svg.tc-image-delete-button {\\n\\tfill: \u003C\u003Ccolour toolbar-delete-button>>;\\n}\\n\\n.tc-tiddler-controls button svg.tc-image-cancel-button {\\n\\tfill: \u003C\u003Ccolour toolbar-cancel-button>>;\\n}\\n\\n.tc-tiddler-controls button svg.tc-image-done-button {\\n\\tfill: \u003C\u003Ccolour toolbar-done-button>>;\\n}\\n\\n/*\\n** Tiddler edit mode\\n*/\\n\\n.tc-tiddler-edit-frame em.tc-edit {\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n\\tfont-style: normal;\\n}\\n\\n.tc-edit-type-dropdown a.tc-tiddlylink-missing {\\n\\tfont-style: normal;\\n}\\n\\n.tc-type-selector .tc-edit-typeeditor {\\n\\twidth: auto;\\n}\\n\\n.tc-type-selector-dropdown-wrapper {\\n\\tdisplay: inline-block;\\n}\\n\\n\u003C\u003Cset-type-selector-min-width>>\\n\\n.tc-edit-tags {\\n\\tborder: 1px solid \u003C\u003Ccolour tiddler-editor-border>>;\\n\\tpadding: 4px 8px 4px 8px;\\n}\\n\\n.tc-edit-add-tag {\\n\\tdisplay: inline-block;\\n}\\n\\n.tc-edit-add-tag .tc-add-tag-name input {\\n\\twidth: 50%;\\n}\\n\\n.tc-edit-add-tag .tc-keyboard {\\n\\tdisplay:inline;\\n}\\n\\n.tc-edit-tags .tc-tag-label {\\n\\tdisplay: inline-block;\\n}\\n\\n.tc-edit-tags-list {\\n\\tmargin: 14px 0 14px 0;\\n}\\n\\n.tc-remove-tag-button {\\n\\tpadding-left: 4px;\\n}\\n\\n.tc-tiddler-preview {\\n\\toverflow: auto;\\n}\\n\\n.tc-tiddler-preview-preview {\\n\\tfloat: right;\\n\\twidth: 49%;\\n\\tborder: 1px solid \u003C\u003Ccolour tiddler-editor-border>>;\\n\\tmargin: 4px 0 3px 3px;\\n\\tpadding: 3px 3px 3px 3px;\\n}\\n\\n\u003C\u003Cif-editor-height-fixed then:\\\"\\\"\\\"\\n\\n.tc-tiddler-preview-preview {\\n\\toverflow-y: scroll;\\n\\theight: {{$:/config/TextEditor/EditorHeight/Height}};\\n}\\n\\n\\\"\\\"\\\">>\\n\\n.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor {\\n\\twidth: 49%;\\n}\\n\\n.tc-tiddler-frame .tc-tiddler-preview canvas.tc-edit-bitmapeditor {\\n\\tmax-width: 49%;\\n}\\n\\n.tc-edit-fields {\\n\\twidth: 100%;\\n}\\n\\n.tc-edit-fields.tc-edit-fields-small {\\n\\tmargin-top: 0;\\n\\tmargin-bottom: 0;\\n}\\n\\n.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {\\n\\tborder: none;\\n\\tpadding: 4px;\\n}\\n\\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {\\n\\tbackground-color: \u003C\u003Ccolour tiddler-editor-fields-odd>>;\\n}\\n\\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {\\n\\tbackground-color: \u003C\u003Ccolour tiddler-editor-fields-even>>;\\n}\\n\\n.tc-edit-field-name {\\n\\ttext-align: right;\\n}\\n\\n.tc-edit-field-value input {\\n\\twidth: 100%;\\n}\\n\\n.tc-edit-field-remove {\\n}\\n\\n.tc-edit-field-remove svg {\\n\\theight: 1em;\\n\\twidth: 1em;\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n\\tvertical-align: middle;\\n}\\n\\n.tc-edit-field-add-name-wrapper input.tc-edit-texteditor {\\n\\twidth: auto;\\n}\\n\\n.tc-edit-field-add-name-wrapper {\\n\\tdisplay: inline-block;\\n}\\n\\n.tc-edit-field-add-value {\\n\\tdisplay: inline-block;\\n}\\n\\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\\n\\n\\t.tc-edit-field-add-value {\\n\\t\\twidth: 35%;\\n\\t}\\n\\n}\\n\\n.tc-edit-field-add-button {\\n\\tdisplay: inline-block;\\n\\twidth: 10%;\\n}\\n\\n\\n/*\\n** Tiddler editor dropzone\\n*/\\n\\n.tc-dropzone-editor {\\n\\tposition:relative;\\n}\\n\\n.tc-dropzone-editor.tc-dragover .tc-editor-toolbar::after{\\n\\tz-index: 10000;\\n\\ttop:0;\\n\\tleft:0;\\n\\tright:0;\\n\\theight: 100%;\\n\\tbackground: \u003C\u003Ccolour dropzone-background>>;\\n\\tcontent: \\\"\u003C\u003Clingo DropMessage>>\\\";\\n\\tpointer-events: none;\\n\\tposition: absolute;\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n\\tbackground-color: \u003C\u003Ccolor background>>;\\n\\tborder: 4px dashed \u003C\u003Ccolor modal-border>>;\\n\\tfont-weight: bold;\\n\\tfont-size: 150%;\\n\\topacity: 0.8;\\n\\tcolor: \u003C\u003Ccolor foreground>>;\\n}\\n\\n.tc-editor-importpopup {\\n\\twidth: 100%;\\n\\theight: 100%;\\n}\\n\\n.tc-editor-import {\\n\\tposition: absolute;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\ttransform: translate(-50%, -50%);\\n\\tbackground: \u003C\u003Ccolor pre-background>>;\\n\\tbox-shadow: 2px 2px 10px \u003C\u003Ccolour foreground>>;\\n\\tpadding: 10px;\\n\\twidth: 96%;\\n\\tborder: 1px solid \u003C\u003Ccolor tiddler-controls-foreground>>;\\n\\ttext-align:center;\\n}\\n\\n.tc-editor-import img {\\n\\tmax-height: 500px;\\n}\\n\\n/*\\n** Storyview Classes\\n*/\\n\\n.tc-viewswitcher .tc-image-button {\\n\\tmargin-right: .3em;\\n}\\n\\n.tc-storyview-zoomin-tiddler {\\n\\tposition: absolute;\\n\\tdisplay: block;\\n\\twidth: 100%;\\n}\\n\\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\\n\\n\\t.tc-storyview-zoomin-tiddler {\\n\\t\\twidth: calc(100% - 84px);\\n\\t}\\n\\n}\\n\\n/*\\n** Dropdowns\\n*/\\n\\n.tc-btn-dropdown {\\n\\ttext-align: left;\\n}\\n\\n.tc-btn-dropdown svg, .tc-btn-dropdown img {\\n\\theight: 1em;\\n\\twidth: 1em;\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-drop-down-wrapper {\\n\\tposition: relative;\\n}\\n\\n.tc-drop-down {\\n\\tmin-width: 380px;\\n\\tborder: 1px solid \u003C\u003Ccolour dropdown-border>>;\\n\\tbackground-color: \u003C\u003Ccolour dropdown-background>>;\\n\\tpadding: 7px 0 7px 0;\\n\\tmargin: 4px 0 0 0;\\n\\twhite-space: nowrap;\\n\\ttext-shadow: none;\\n\\tline-height: 1.4;\\n}\\n\\n.tc-drop-down .tc-drop-down {\\n\\tmargin-left: 14px;\\n}\\n\\n.tc-drop-down button svg, .tc-drop-down a svg {\\n\\tfill: \u003C\u003Ccolour foreground>>;\\n}\\n\\n.tc-drop-down button:disabled svg {\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-drop-down button.tc-btn-invisible:hover svg {\\n\\tfill: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-drop-down .tc-drop-down-info {\\n\\tpadding-left: 14px;\\n}\\n\\n.tc-drop-down p {\\n\\tpadding: 0 14px 0 14px;\\n}\\n\\n.tc-drop-down svg {\\n\\twidth: 1em;\\n\\theight: 1em;\\n}\\n\\n.tc-drop-down img {\\n\\twidth: 1em;\\n}\\n\\n.tc-drop-down a, .tc-drop-down button {\\n\\tdisplay: block;\\n\\tpadding: 0 14px 0 14px;\\n\\twidth: 100%;\\n\\ttext-align: left;\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n\\tline-height: 1.4;\\n}\\n\\n.tc-drop-down .tc-tab-set .tc-tab-buttons button {\\n\\tdisplay: inline-block;\\n\\twidth: auto;\\n\\tmargin-bottom: 0px;\\n\\tborder-bottom-left-radius: 0;\\n\\tborder-bottom-right-radius: 0;\\n}\\n\\n.tc-drop-down .tc-prompt {\\n\\tpadding: 0 14px;\\n}\\n\\n.tc-drop-down .tc-chooser {\\n\\tborder: none;\\n}\\n\\n.tc-drop-down .tc-chooser .tc-swatches-horiz {\\n\\tfont-size: 0.4em;\\n\\tpadding-left: 1.2em;\\n}\\n\\n.tc-drop-down .tc-file-input-wrapper {\\n\\twidth: 100%;\\n}\\n\\n.tc-drop-down .tc-file-input-wrapper button {\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n}\\n\\n.tc-drop-down a:hover, .tc-drop-down button:hover, .tc-drop-down .tc-file-input-wrapper:hover button {\\n\\tcolor: \u003C\u003Ccolour tiddler-link-background>>;\\n\\tbackground-color: \u003C\u003Ccolour tiddler-link-foreground>>;\\n\\ttext-decoration: none;\\n}\\n\\n.tc-drop-down .tc-tab-buttons button {\\n\\tbackground-color: \u003C\u003Ccolour dropdown-tab-background>>;\\n}\\n\\n.tc-drop-down .tc-tab-buttons button.tc-tab-selected {\\n\\tbackground-color: \u003C\u003Ccolour dropdown-tab-background-selected>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour dropdown-tab-background-selected>>;\\n}\\n\\n.tc-drop-down-bullet {\\n\\tdisplay: inline-block;\\n\\twidth: 0.5em;\\n}\\n\\n.tc-drop-down .tc-tab-contents a {\\n\\tpadding: 0 0.5em 0 0.5em;\\n}\\n\\n.tc-block-dropdown-wrapper {\\n\\tposition: relative;\\n}\\n\\n.tc-block-dropdown {\\n\\tposition: absolute;\\n\\tmin-width: 220px;\\n\\tborder: 1px solid \u003C\u003Ccolour dropdown-border>>;\\n\\tbackground-color: \u003C\u003Ccolour dropdown-background>>;\\n\\tpadding: 7px 0;\\n\\tmargin: 4px 0 0 0;\\n\\twhite-space: nowrap;\\n\\tz-index: 1000;\\n\\ttext-shadow: none;\\n}\\n\\n.tc-block-dropdown.tc-search-drop-down {\\n\\tmargin-left: -12px;\\n}\\n\\n.tc-block-dropdown a {\\n\\tdisplay: block;\\n\\tpadding: 4px 14px 4px 14px;\\n}\\n\\n.tc-block-dropdown.tc-search-drop-down a {\\n\\tdisplay: block;\\n\\tpadding: 0px 10px 0px 10px;\\n}\\n\\n.tc-drop-down .tc-dropdown-item-plain,\\n.tc-block-dropdown .tc-dropdown-item-plain {\\n\\tpadding: 4px 14px 4px 7px;\\n}\\n\\n.tc-drop-down .tc-dropdown-item,\\n.tc-block-dropdown .tc-dropdown-item {\\n\\tpadding: 4px 14px 4px 7px;\\n\\tcolor: \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-block-dropdown a.tc-tiddlylink:hover {\\n\\tcolor: \u003C\u003Ccolour tiddler-link-background>>;\\n\\tbackground-color: \u003C\u003Ccolour tiddler-link-foreground>>;\\n\\ttext-decoration: none;\\n}\\n\\n.tc-search-results {\\n\\tpadding: 0 7px 0 7px;\\n}\\n\\n.tc-image-chooser, .tc-colour-chooser {\\n\\twhite-space: normal;\\n}\\n\\n.tc-image-chooser a,\\n.tc-colour-chooser a {\\n\\tdisplay: inline-block;\\n\\tvertical-align: top;\\n\\ttext-align: center;\\n\\tposition: relative;\\n}\\n\\n.tc-image-chooser a {\\n\\tborder: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tpadding: 2px;\\n\\tmargin: 2px;\\n\\twidth: 4em;\\n\\theight: 4em;\\n}\\n\\n.tc-colour-chooser a {\\n\\tpadding: 3px;\\n\\twidth: 2em;\\n\\theight: 2em;\\n\\tvertical-align: middle;\\n}\\n\\n.tc-image-chooser a:hover,\\n.tc-colour-chooser a:hover {\\n\\tbackground: \u003C\u003Ccolour primary>>;\\n\\tpadding: 0px;\\n\\tborder: 3px solid \u003C\u003Ccolour primary>>;\\n}\\n\\n.tc-image-chooser a svg,\\n.tc-image-chooser a img {\\n\\tdisplay: inline-block;\\n\\twidth: auto;\\n\\theight: auto;\\n\\tmax-width: 3.5em;\\n\\tmax-height: 3.5em;\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\tright: 0;\\n\\tmargin: auto;\\n}\\n\\n/*\\n** Modals\\n*/\\n\\n.tc-modal-wrapper {\\n\\tposition: fixed;\\n\\toverflow: auto;\\n\\toverflow-y: scroll;\\n\\ttop: 0;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\tz-index: 900;\\n}\\n\\n.tc-modal-backdrop {\\n\\tposition: fixed;\\n\\ttop: 0;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\tz-index: 1000;\\n\\tbackground-color: \u003C\u003Ccolour modal-backdrop>>;\\n}\\n\\n.tc-modal {\\n\\tz-index: 1100;\\n\\tbackground-color: \u003C\u003Ccolour modal-background>>;\\n\\tborder: 1px solid \u003C\u003Ccolour modal-border>>;\\n}\\n\\n@media (max-width: 55em) {\\n\\t.tc-modal {\\n\\t\\tposition: fixed;\\n\\t\\ttop: 1em;\\n\\t\\tleft: 1em;\\n\\t\\tright: 1em;\\n\\t}\\n\\n\\t.tc-modal-body {\\n\\t\\toverflow-y: auto;\\n\\t\\tmax-height: 400px;\\n\\t\\tmax-height: 60vh;\\n\\t}\\n}\\n\\n@media (min-width: 55em) {\\n\\t.tc-modal {\\n\\t\\tposition: fixed;\\n\\t\\ttop: 2em;\\n\\t\\tleft: 25%;\\n\\t\\twidth: 50%;\\n\\t}\\n\\n\\t.tc-modal-body {\\n\\t\\toverflow-y: auto;\\n\\t\\tmax-height: 400px;\\n\\t\\tmax-height: 60vh;\\n\\t}\\n}\\n\\n.tc-modal-header {\\n\\tpadding: 9px 15px;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour modal-header-border>>;\\n}\\n\\n.tc-modal-header h3 {\\n\\tmargin: 0;\\n\\tline-height: 30px;\\n}\\n\\n.tc-modal-header img, .tc-modal-header svg {\\n\\twidth: 1em;\\n\\theight: 1em;\\n}\\n\\n.tc-modal-body {\\n\\tpadding: 15px;\\n}\\n\\n.tc-modal-footer {\\n\\tpadding: 14px 15px 15px;\\n\\tmargin-bottom: 0;\\n\\ttext-align: right;\\n\\tbackground-color: \u003C\u003Ccolour modal-footer-background>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour modal-footer-border>>;\\n}\\n\\n.tc-modal-prevent-scroll {\\n\\toverflow: hidden;\\n}\\n\\n/*\\n** Centered modals\\n*/\\n.tc-modal-centered .tc-modal {\\n\\twidth: auto;\\n\\ttop: 50%;\\n\\tleft: 50%;\\n\\ttransform: translate(-50%, -50%) !important;\\n}\\n\\n/*\\n** Notifications\\n*/\\n\\n.tc-notification {\\n\\tposition: fixed;\\n\\ttop: 14px;\\n\\tright: 42px;\\n\\tz-index: 1300;\\n\\tmax-width: 280px;\\n\\tpadding: 0 14px 0 14px;\\n\\tbackground-color: \u003C\u003Ccolour notification-background>>;\\n\\tborder: 1px solid \u003C\u003Ccolour notification-border>>;\\n}\\n\\n/*\\n** Tabs\\n*/\\n\\n.tc-tab-set.tc-vertical {\\n\\tdisplay: -webkit-flex;\\n\\tdisplay: flex;\\n}\\n\\n.tc-tab-buttons {\\n\\tfont-size: 0.85em;\\n\\tpadding-top: 1em;\\n\\tmargin-bottom: -2px;\\n}\\n\\n.tc-tab-buttons.tc-vertical {\\n\\tz-index: 100;\\n\\tdisplay: block;\\n\\tpadding-top: 14px;\\n\\tvertical-align: top;\\n\\ttext-align: right;\\n\\tmargin-bottom: inherit;\\n\\tmargin-right: -1px;\\n\\tmax-width: 33%;\\n\\t-webkit-flex: 0 0 auto;\\n\\tflex: 0 0 auto;\\n}\\n\\n.tc-tab-buttons button.tc-tab-selected {\\n\\tcolor: \u003C\u003Ccolour tab-foreground-selected>>;\\n\\tbackground-color: \u003C\u003Ccolour tab-background-selected>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-border-selected>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour tab-border-selected>>;\\n\\tborder-right: 1px solid \u003C\u003Ccolour tab-border-selected>>;\\n}\\n\\n.tc-tab-buttons button {\\n\\tcolor: \u003C\u003Ccolour tab-foreground>>;\\n\\tpadding: 3px 5px 3px 5px;\\n\\tmargin-right: 0.3em;\\n\\tfont-weight: normal;\\n\\tborder: none;\\n\\tbackground: inherit;\\n\\tbackground-color: \u003C\u003Ccolour tab-background>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-right: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-top-left-radius: 2px;\\n\\tborder-top-right-radius: 2px;\\n\\tborder-bottom-left-radius: 0;\\n\\tborder-bottom-right-radius: 0;\\n}\\n\\n.tc-tab-buttons.tc-vertical button {\\n\\tdisplay: block;\\n\\twidth: 100%;\\n\\tmargin-top: 3px;\\n\\tmargin-right: 0;\\n\\ttext-align: right;\\n\\tbackground-color: \u003C\u003Ccolour tab-background>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-right: none;\\n\\tborder-top-left-radius: 2px;\\n\\tborder-bottom-left-radius: 2px;\\n\\tborder-top-right-radius: 0;\\n\\tborder-bottom-right-radius: 0;\\n}\\n\\n.tc-tab-buttons.tc-vertical button.tc-tab-selected {\\n\\tbackground-color: \u003C\u003Ccolour tab-background-selected>>;\\n\\tborder-right: 1px solid \u003C\u003Ccolour tab-background-selected>>;\\n}\\n\\n.tc-tab-divider {\\n\\tborder-top: 1px solid \u003C\u003Ccolour tab-divider>>;\\n}\\n\\n.tc-tab-divider.tc-vertical {\\n\\tdisplay: none;\\n}\\n\\n.tc-tab-content {\\n\\tmargin-top: 14px;\\n}\\n\\n.tc-tab-content.tc-vertical {\\n\\tdisplay: inline-block;\\n\\tvertical-align: top;\\n\\tpadding-top: 0;\\n\\tpadding-left: 14px;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\t-webkit-flex: 1 0 70%;\\n\\tflex: 1 0 70%;\\n\\toverflow: auto;\\n}\\n\\n.tc-sidebar-lists .tc-tab-buttons {\\n\\tmargin-bottom: -1px;\\n}\\n\\n.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {\\n\\tbackground-color: \u003C\u003Ccolour sidebar-tab-background-selected>>;\\n\\tcolor: \u003C\u003Ccolour sidebar-tab-foreground-selected>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour sidebar-tab-border-selected>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour sidebar-tab-border-selected>>;\\n\\tborder-right: 1px solid \u003C\u003Ccolour sidebar-tab-border-selected>>;\\n}\\n\\n.tc-sidebar-lists .tc-tab-buttons button {\\n\\tbackground-color: \u003C\u003Ccolour sidebar-tab-background>>;\\n\\tcolor: \u003C\u003Ccolour sidebar-tab-foreground>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour sidebar-tab-border>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour sidebar-tab-border>>;\\n\\tborder-right: 1px solid \u003C\u003Ccolour sidebar-tab-border>>;\\n}\\n\\n.tc-sidebar-lists .tc-tab-divider {\\n\\tborder-top: 1px solid \u003C\u003Ccolour sidebar-tab-divider>>;\\n}\\n\\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\\n\\tdisplay: block;\\n\\twidth: 100%;\\n\\tbackground-color: \u003C\u003Ccolour sidebar-tab-background>>;\\n\\tborder-top: none;\\n\\tborder-left: none;\\n\\tborder-bottom: none;\\n\\tborder-right: 1px solid #ccc;\\n\\tmargin-bottom: inherit;\\n}\\n\\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\\n\\tbackground-color: \u003C\u003Ccolour sidebar-tab-background-selected>>;\\n\\tborder: none;\\n}\\n\\n/*\\n** Manager\\n*/\\n\\n.tc-manager-wrapper {\\n\\t\\n}\\n\\n.tc-manager-controls {\\n\\t\\n}\\n\\n.tc-manager-control {\\n\\tmargin: 0.5em 0;\\n}\\n\\n.tc-manager-list {\\n\\twidth: 100%;\\n\\tborder-top: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tborder-right: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-manager-list-item {\\n\\n}\\n\\n.tc-manager-list-item-heading {\\n\\tdisplay: block;\\n\\twidth: 100%;\\n\\ttext-align: left;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tpadding: 3px;\\n}\\n\\n.tc-manager-list-item-heading-selected {\\n\\tfont-weight: bold;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n\\tfill: \u003C\u003Ccolour background>>;\\n\\tbackground-color: \u003C\u003Ccolour foreground>>;\\n}\\n\\n.tc-manager-list-item-heading:hover {\\n\\tbackground: \u003C\u003Ccolour primary>>;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-manager-list-item-content {\\n\\tdisplay: flex;\\n}\\n\\n.tc-manager-list-item-content-sidebar {\\n\\tflex: 1 0;\\n\\tbackground: \u003C\u003Ccolour tiddler-editor-background>>;\\n\\tborder-right: 0.5em solid \u003C\u003Ccolour muted-foreground>>;\\n\\tborder-bottom: 0.5em solid \u003C\u003Ccolour muted-foreground>>;\\n\\twhite-space: nowrap;\\n}\\n\\n.tc-manager-list-item-content-item-heading {\\n\\tdisplay: block;\\n\\twidth: 100%;\\n\\ttext-align: left;\\n\\tbackground: \u003C\u003Ccolour muted-foreground>>;\\n\\ttext-transform: uppercase;\\n\\tfont-size: 0.6em;\\n\\tfont-weight: bold;\\n\\tpadding: 0.5em 0 0.5em 0;\\n}\\n\\n.tc-manager-list-item-content-item-body {\\n\\tpadding: 0 0.5em 0 0.5em;\\n}\\n\\n.tc-manager-list-item-content-item-body > pre {\\n\\tmargin: 0.5em 0 0.5em 0;\\n\\tborder: none;\\n\\tbackground: inherit;\\n}\\n\\n.tc-manager-list-item-content-tiddler {\\n\\tflex: 3 1;\\n\\tborder-left: 0.5em solid \u003C\u003Ccolour muted-foreground>>;\\n\\tborder-right: 0.5em solid \u003C\u003Ccolour muted-foreground>>;\\n\\tborder-bottom: 0.5em solid \u003C\u003Ccolour muted-foreground>>;\\n}\\n\\n.tc-manager-list-item-content-item-body > table {\\n\\tborder: none;\\n\\tpadding: 0;\\n\\tmargin: 0;\\n}\\n\\n.tc-manager-list-item-content-item-body > table td {\\n\\tborder: none;\\n}\\n\\n.tc-manager-icon-editor > button {\\n\\twidth: 100%;\\n}\\n\\n.tc-manager-icon-editor > button > svg,\\n.tc-manager-icon-editor > button > button {\\n\\twidth: 100%;\\n\\theight: auto;\\n}\\n\\n/*\\n** Import table\\n*/\\n\\n.tc-import-table {\\n\\twidth: 100%;\\n}\\n\\n.tc-import-table svg.tc-image-edit-button {\\n\\tmax-width: unset;\\n}\\n\\n.tc-import-table th:first-of-type {\\n\\twidth: 10%;\\n}\\n\\n.tc-import-table th:last-of-type {\\n\\twidth: 30%;\\n}\\n\\n.tc-import-table .tc-row-disabled {\\n\\tbackground: \u003C\u003Ccolour very-muted-foreground>>10;\\n\\topacity: 0.8;\\n}\\n\\n.tc-import-table .tc-row-warning {\\n\\tbackground: \u003C\u003Ccolour diff-delete-background>>50;\\n}\\n\\n/*\\n** Alerts\\n*/\\n\\n.tc-alerts {\\n\\tposition: fixed;\\n\\ttop: 28px;\\n\\tleft: 0;\\n\\tright: 0;\\n\\tmax-width: 50%;\\n\\tz-index: 20000;\\n}\\n\\n.tc-alert {\\n\\tposition: relative;\\n\\tmargin: 14px;\\n\\tpadding: 7px;\\n\\tborder: 1px solid \u003C\u003Ccolour alert-border>>;\\n\\tbackground-color: \u003C\u003Ccolour alert-background>>;\\n}\\n\\n.tc-alert-toolbar {\\n\\tposition: absolute;\\n\\ttop: 7px;\\n\\tright: 7px;\\n\\tline-height: 0;\\n}\\n\\n.tc-alert-toolbar svg {\\n\\tfill: \u003C\u003Ccolour alert-muted-foreground>>;\\n}\\n\\n.tc-alert-subtitle {\\n\\tcolor: \u003C\u003Ccolour alert-muted-foreground>>;\\n\\tfont-weight: bold;\\n\\tfont-size: 0.8em;\\n\\tmargin-bottom: 0.5em;\\n}\\n\\n.tc-alert-body > p {\\n\\tmargin: 0;\\n}\\n\\n.tc-alert-highlight {\\n\\tcolor: \u003C\u003Ccolour alert-highlight>>;\\n}\\n\\n@media (min-width: \u003C\u003Csidebarbreakpoint>>) {\\n\\n\\t.tc-static-alert {\\n\\t\\tposition: relative;\\n\\t}\\n\\n\\t.tc-static-alert-inner {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 100;\\n\\t}\\n\\n}\\n\\n.tc-static-alert-inner {\\n\\tpadding: 0 2px 2px 42px;\\n\\tcolor: \u003C\u003Ccolour static-alert-foreground>>;\\n}\\n\\n/*\\n** Floating drafts list\\n*/\\n\\n.tc-drafts-list {\\n\\tz-index: 2000;\\n\\tposition: fixed;\\n\\tfont-size: 0.8em;\\n\\tleft: 0;\\n\\tbottom: 0;\\n}\\n\\n.tc-drafts-list a {\\n\\tmargin: 0 0.5em;\\n\\tpadding: 4px 4px;\\n\\tborder-top-left-radius: 4px;\\n\\tborder-top-right-radius: 4px;\\n\\tborder: 1px solid \u003C\u003Ccolour background>>;\\n\\tborder-bottom-none;\\n\\tbackground: \u003C\u003Ccolour dirty-indicator>>;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n\\tfill: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-drafts-list a:hover {\\n\\ttext-decoration: none;\\n\\tbackground: \u003C\u003Ccolour foreground>>;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n\\tfill: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-drafts-list a svg {\\n\\twidth: 1em;\\n\\theight: 1em;\\n\\tvertical-align: text-bottom;\\n}\\n\\n/*\\n** Control panel\\n*/\\n\\n.tc-control-panel td {\\n\\tpadding: 4px;\\n}\\n\\n.tc-control-panel table, .tc-control-panel table input, .tc-control-panel table textarea {\\n\\twidth: 100%;\\n}\\n\\n.tc-plugin-info {\\n\\tdisplay: flex;\\n\\tborder: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tfill: \u003C\u003Ccolour muted-foreground>>;\\n\\tbackground-color: \u003C\u003Ccolour background>>;\\n\\tmargin: 0.5em 0 0.5em 0;\\n\\tpadding: 4px;\\n\\talign-items: center;\\n}\\n\\n.tc-plugin-info-sub-plugins .tc-plugin-info {\\n\\tmargin: 0.5em;\\n\\tbackground: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-plugin-info-sub-plugin-indicator {\\n\\tmargin: -16px 1em 0 2em;\\n}\\n\\n.tc-plugin-info-sub-plugin-indicator button {\\n\\tcolor: \u003C\u003Ccolour background>>;\\n\\tbackground: \u003C\u003Ccolour foreground>>;\\n\\tborder-radius: 8px;\\n\\tpadding: 2px 7px;\\n\\tfont-size: 0.75em;\\n}\\n\\n.tc-plugin-info-sub-plugins .tc-plugin-info-dropdown {\\n\\tmargin-left: 1em;\\n\\tmargin-right: 1em;\\n}\\n\\n.tc-plugin-info-disabled {\\n\\tbackground: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\\n\\tbackground: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\\n}\\n\\n.tc-plugin-info-disabled:hover {\\n\\tbackground: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\\n\\tbackground: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\\n}\\n\\na.tc-tiddlylink.tc-plugin-info:hover {\\n\\ttext-decoration: none;\\n\\tbackground-color: \u003C\u003Ccolour primary>>;\\n\\tcolor: \u003C\u003Ccolour background>>;\\n\\tfill: \u003C\u003Ccolour foreground>>;\\n}\\n\\na.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk > svg {\\n\\tfill: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-plugin-info-chunk {\\n\\tmargin: 2px;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-toggle {\\n\\tflex-grow: 0;\\n\\tflex-shrink: 0;\\n\\tline-height: 1;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-icon {\\n\\tflex-grow: 0;\\n\\tflex-shrink: 0;\\n\\tline-height: 1;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-description {\\n\\tflex-grow: 1;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-buttons {\\n\\tfont-size: 0.8em;\\n\\tline-height: 1.2;\\n\\tflex-grow: 0;\\n\\tflex-shrink: 0;\\n\\ttext-align: right;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-description h1 {\\n\\tfont-size: 1em;\\n\\tline-height: 1.2;\\n\\tmargin: 2px 0 2px 0;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-description h2 {\\n\\tfont-size: 0.8em;\\n\\tline-height: 1.2;\\n\\tmargin: 2px 0 2px 0;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-description div {\\n\\tfont-size: 0.7em;\\n\\tline-height: 1.2;\\n\\tmargin: 2px 0 2px 0;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-toggle img, .tc-plugin-info-chunk.tc-plugin-info-toggle svg {\\n\\twidth: 1em;\\n\\theight: 1em;\\n}\\n\\n.tc-plugin-info-chunk.tc-plugin-info-icon img, .tc-plugin-info-chunk.tc-plugin-info-icon svg {\\n\\twidth: 2em;\\n\\theight: 2em;\\n}\\n\\n.tc-plugin-info-dropdown {\\n\\tborder: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tbackground: \u003C\u003Ccolour background>>;\\n\\tmargin-top: -8px;\\n}\\n\\n.tc-plugin-info-dropdown-message {\\n\\tbackground: \u003C\u003Ccolour message-background>>;\\n\\tpadding: 0.5em 1em 0.5em 1em;\\n\\tfont-weight: bold;\\n\\tfont-size: 0.8em;\\n}\\n\\n.tc-plugin-info-dropdown-body {\\n\\tpadding: 1em 1em 0 1em;\\n\\tbackground: \u003C\u003Ccolour background>>;\\n}\\n\\n.tc-plugin-info-sub-plugins {\\n\\tpadding: 0.5em;\\n\\tmargin: 0 1em 1em 1em;\\n\\tbackground: \u003C\u003Ccolour notification-background>>;\\n}\\n\\n.tc-install-plugin {\\n\\tfont-weight: bold;\\n\\tbackground: green;\\n\\tcolor: white;\\n\\tfill: white;\\n\\tborder-radius: 4px;\\n\\tpadding: 3px;\\n}\\n\\n.tc-install-plugin.tc-reinstall-downgrade {\\n\\tbackground: red;\\n}\\n\\n.tc-install-plugin.tc-reinstall {\\n\\tbackground: blue;\\n}\\n\\n.tc-install-plugin.tc-reinstall-upgrade {\\n\\tbackground: orange;\\n}\\n\\n.tc-check-list {\\n\\tline-height: 2em;\\n}\\n\\n.tc-check-list .tc-image-button {\\n\\theight: 1.5em;\\n}\\n\\n/*\\n** Message boxes\\n*/\\n\\n.tc-message-box {\\n\\tborder: 1px solid \u003C\u003Ccolour message-border>>;\\n\\tbackground: \u003C\u003Ccolour message-background>>;\\n\\tpadding: 0px 21px 0px 21px;\\n\\tfont-size: 12px;\\n\\tline-height: 18px;\\n\\tcolor: \u003C\u003Ccolour message-foreground>>;\\n}\\n\\n.tc-message-box svg {\\n\\twidth: 1em;\\n\\theight: 1em;\\n\\tvertical-align: text-bottom;\\n}\\n\\n/*\\n** Pictures\\n*/\\n\\n.tc-bordered-image {\\n\\tborder: 1px solid \u003C\u003Ccolour muted-foreground>>;\\n\\tpadding: 5px;\\n\\tmargin: 5px;\\n}\\n\\n/*\\n** Floats\\n*/\\n\\n.tc-float-right {\\n\\tfloat: right;\\n}\\n\\n/*\\n** Chooser\\n*/\\n\\n.tc-chooser {\\n\\tborder-right: 1px solid \u003C\u003Ccolour table-header-background>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour table-header-background>>;\\n}\\n\\n\\n.tc-chooser-item {\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour table-header-background>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour table-header-background>>;\\n\\tpadding: 2px 4px 2px 14px;\\n}\\n\\n.tc-drop-down .tc-chooser-item {\\n\\tpadding: 2px;\\n}\\n\\n.tc-chosen,\\n.tc-chooser-item:hover {\\n\\tbackground-color: \u003C\u003Ccolour table-header-background>>;\\n\\tborder-color: \u003C\u003Ccolour table-footer-background>>;\\n}\\n\\n.tc-chosen .tc-tiddlylink {\\n\\tcursor:default;\\n}\\n\\n.tc-chooser-item .tc-tiddlylink {\\n\\tdisplay: block;\\n\\ttext-decoration: none;\\n\\tbackground-color: transparent;\\n}\\n\\n.tc-chooser-item:hover .tc-tiddlylink:hover {\\n\\ttext-decoration: none;\\n}\\n\\n.tc-drop-down .tc-chosen .tc-tiddlylink,\\n.tc-drop-down .tc-chooser-item .tc-tiddlylink:hover {\\n\\tcolor: \u003C\u003Ccolour foreground>>;\\n}\\n\\n.tc-chosen > .tc-tiddlylink:before {\\n\\tmargin-left: -10px;\\n\\tposition: relative;\\n\\tcontent: \\\"» \\\";\\n}\\n\\n.tc-chooser-item svg,\\n.tc-chooser-item img{\\n\\twidth: 1em;\\n\\theight: 1em;\\n\\tvertical-align: middle;\\n}\\n\\n.tc-language-chooser .tc-image-button img {\\n\\twidth: 2em;\\n\\tvertical-align: -0.15em;\\n}\\n\\n/*\\n** Palette swatches\\n*/\\n\\n.tc-swatches-horiz {\\n}\\n\\n.tc-swatches-horiz .tc-swatch {\\n\\tdisplay: inline-block;\\n}\\n\\n.tc-swatch {\\n\\twidth: 2em;\\n\\theight: 2em;\\n\\tmargin: 0.4em;\\n\\tborder: 1px solid #888;\\n}\\n\\ninput.tc-palette-manager-colour-input {\\n\\twidth: 100%;\\n\\tpadding: 0;\\n}\\n\\n/*\\n** Table of contents\\n*/\\n\\n.tc-sidebar-lists .tc-table-of-contents {\\n\\twhite-space: nowrap;\\n}\\n\\n.tc-table-of-contents button {\\n\\tcolor: \u003C\u003Ccolour sidebar-foreground>>;\\n}\\n\\n.tc-table-of-contents svg {\\n\\twidth: 0.7em;\\n\\theight: 0.7em;\\n\\tvertical-align: middle;\\n\\tfill: \u003C\u003Ccolour sidebar-foreground>>;\\n}\\n\\n.tc-table-of-contents ol {\\n\\tlist-style-type: none;\\n\\tpadding-left: 0;\\n}\\n\\n.tc-table-of-contents ol ol {\\n\\tpadding-left: 1em;\\n}\\n\\n.tc-table-of-contents li {\\n\\tfont-size: 1.0em;\\n\\tfont-weight: bold;\\n}\\n\\n.tc-table-of-contents li a {\\n\\tfont-weight: bold;\\n}\\n\\n.tc-table-of-contents li li {\\n\\tfont-size: 0.95em;\\n\\tfont-weight: normal;\\n\\tline-height: 1.4;\\n}\\n\\n.tc-table-of-contents li li a {\\n\\tfont-weight: normal;\\n}\\n\\n.tc-table-of-contents li li li {\\n\\tfont-size: 0.95em;\\n\\tfont-weight: normal;\\n\\tline-height: 1.5;\\n}\\n\\n.tc-table-of-contents li li li li {\\n\\tfont-size: 0.95em;\\n\\tfont-weight: normal;\\n}\\n\\n.tc-tabbed-table-of-contents {\\n\\tdisplay: -webkit-flex;\\n\\tdisplay: flex;\\n}\\n\\n.tc-tabbed-table-of-contents .tc-table-of-contents {\\n\\tz-index: 100;\\n\\tdisplay: inline-block;\\n\\tpadding-left: 1em;\\n\\tmax-width: 50%;\\n\\t-webkit-flex: 0 0 auto;\\n\\tflex: 0 0 auto;\\n\\tbackground: \u003C\u003Ccolour tab-background>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-top: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour tab-border>>;\\n}\\n\\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,\\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\\n\\tdisplay: block;\\n\\tpadding: 0.12em 1em 0.12em 0.25em;\\n}\\n\\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {\\n\\tborder-top: 1px solid \u003C\u003Ccolour tab-background>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-background>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour tab-background>>;\\n}\\n\\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {\\n\\ttext-decoration: none;\\n\\tborder-top: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tbackground: \u003C\u003Ccolour tab-border>>;\\n}\\n\\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\\n\\tborder-top: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-left: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tborder-bottom: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\tbackground: \u003C\u003Ccolour background>>;\\n\\tmargin-right: -1px;\\n}\\n\\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover {\\n\\ttext-decoration: none;\\n}\\n\\n.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {\\n\\tdisplay: inline-block;\\n\\tvertical-align: top;\\n\\tpadding-left: 1.5em;\\n\\tpadding-right: 1.5em;\\n\\tborder: 1px solid \u003C\u003Ccolour tab-border>>;\\n\\t-webkit-flex: 1 0 50%;\\n\\tflex: 1 0 50%;\\n}\\n\\n/*\\n** Dirty indicator\\n*/\\n\\nbody.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {\\n\\tfill: \u003C\u003Ccolour dirty-indicator>>;\\n\\tcolor: \u003C\u003Ccolour dirty-indicator>>;\\n}\\n\\n/*\\n** File inputs\\n*/\\n\\n.tc-file-input-wrapper {\\n\\tposition: relative;\\n\\toverflow: hidden;\\n\\tdisplay: inline-block;\\n\\tvertical-align: middle;\\n}\\n\\n.tc-file-input-wrapper input[type=file] {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tfont-size: 999px;\\n\\tmax-width: 100%;\\n\\tmax-height: 100%;\\n\\tfilter: alpha(opacity=0);\\n\\topacity: 0;\\n\\toutline: none;\\n\\tbackground: white;\\n\\tcursor: pointer;\\n\\tdisplay: inline-block;\\n}\\n\\n::-webkit-file-upload-button {\\n\\tcursor:pointer;\\n}\\n\\n/*\\n** Thumbnail macros\\n*/\\n\\n.tc-thumbnail-wrapper {\\n\\tposition: relative;\\n\\tdisplay: inline-block;\\n\\tmargin: 6px;\\n\\tvertical-align: top;\\n}\\n\\n.tc-thumbnail-right-wrapper {\\n\\tfloat:right;\\n\\tmargin: 0.5em 0 0.5em 0.5em;\\n}\\n\\n.tc-thumbnail-image {\\n\\ttext-align: center;\\n\\toverflow: hidden;\\n\\tborder-radius: 3px;\\n}\\n\\n.tc-thumbnail-image svg,\\n.tc-thumbnail-image img {\\n\\tfilter: alpha(opacity=1);\\n\\topacity: 1;\\n\\tmin-width: 100%;\\n\\tmin-height: 100%;\\n\\tmax-width: 100%;\\n}\\n\\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,\\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {\\n\\tfilter: alpha(opacity=0.8);\\n\\topacity: 0.8;\\n}\\n\\n.tc-thumbnail-background {\\n\\tposition: absolute;\\n\\tborder-radius: 3px;\\n}\\n\\n.tc-thumbnail-icon svg,\\n.tc-thumbnail-icon img {\\n\\twidth: 3em;\\n\\theight: 3em;\\n\\t\u003C\u003Cfilter \\\"drop-shadow(2px 2px 4px rgba(0,0,0,0.3))\\\">>\\n}\\n\\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,\\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {\\n\\tfill: #fff;\\n\\t\u003C\u003Cfilter \\\"drop-shadow(3px 3px 4px rgba(0,0,0,0.6))\\\">>\\n}\\n\\n.tc-thumbnail-icon {\\n\\tposition: absolute;\\n\\ttop: 0;\\n\\tleft: 0;\\n\\tright: 0;\\n\\tbottom: 0;\\n\\tdisplay: -webkit-flex;\\n\\t-webkit-align-items: center;\\n\\t-webkit-justify-content: center;\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\\n.tc-thumbnail-caption {\\n\\tposition: absolute;\\n\\tbackground-color: #777;\\n\\tcolor: #fff;\\n\\ttext-align: center;\\n\\tbottom: 0;\\n\\twidth: 100%;\\n\\tfilter: alpha(opacity=0.9);\\n\\topacity: 0.9;\\n\\tline-height: 1.4;\\n\\tborder-bottom-left-radius: 3px;\\n\\tborder-bottom-right-radius: 3px;\\n}\\n\\n.tc-thumbnail-wrapper:hover .tc-thumbnail-caption {\\n\\tfilter: alpha(opacity=1);\\n\\topacity: 1;\\n}\\n\\n/*\\n** Diffs\\n*/\\n\\n.tc-diff-equal {\\n\\tbackground-color: \u003C\u003Ccolour diff-equal-background>>;\\n\\tcolor: \u003C\u003Ccolour diff-equal-foreground>>;\\n}\\n\\n.tc-diff-insert {\\n\\tbackground-color: \u003C\u003Ccolour diff-insert-background>>;\\n\\tcolor: \u003C\u003Ccolour diff-insert-foreground>>;\\n}\\n\\n.tc-diff-delete {\\n\\tbackground-color: \u003C\u003Ccolour diff-delete-background>>;\\n\\tcolor: \u003C\u003Ccolour diff-delete-foreground>>;\\n}\\n\\n.tc-diff-invisible {\\n\\tbackground-color: \u003C\u003Ccolour diff-invisible-background>>;\\n\\tcolor: \u003C\u003Ccolour diff-invisible-foreground>>;\\n}\\n\\n.tc-diff-tiddlers th {\\n\\ttext-align: right;\\n\\tbackground: \u003C\u003Ccolour background>>;\\n\\tfont-weight: normal;\\n\\tfont-style: italic;\\n}\\n\\n.tc-diff-tiddlers pre {\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\tborder: none;\\n\\tbackground: none;\\n}\\n\\n/*\\n** Errors\\n*/\\n\\n.tc-error {\\n\\tbackground: #f00;\\n\\tcolor: #fff;\\n}\\n\\n/*\\n** Tree macro\\n*/\\n\\n.tc-tree div {\\n\\tpadding-left: 14px;\\n}\\n\\n.tc-tree ol {\\n\\tlist-style-type: none;\\n\\tpadding-left: 0;\\n\\tmargin-top: 0;\\n}\\n\\n.tc-tree ol ol {\\n\\tpadding-left: 1em;\\n}\\n\\n.tc-tree button {\\n\\tcolor: #acacac;\\n}\\n\\n.tc-tree svg {\\n\\tfill: #acacac;\\n}\\n\\n.tc-tree span svg {\\n\\twidth: 1em;\\n\\theight: 1em;\\n\\tvertical-align: baseline;\\n}\\n\\n.tc-tree li span {\\n\\tcolor: lightgray;\\n}\\n\\nselect {\\n\\tcolor: \u003C\u003Ccolour select-tag-foreground>>;\\n\\tbackground: \u003C\u003Ccolour select-tag-background>>;\\n}\\n\\n/*\\n** Utility classes for SVG icons\\n*/\\n\\n.tc-fill-background {\\n\\tfill: \u003C\u003Ccolour background>>;\\n}\\n\\n/*\\n** Flexbox utility classes\\n*/\\n\\n.tc-flex {\\n\\tdisplay: -webkit-flex;\\n\\tdisplay: flex;\\n}\\n\\n.tc-flex-column {\\n\\tflex-direction: column;\\n}\\n\\n.tc-flex-row {\\n\\tflex-direction: row;\\n}\\n\\n.tc-flex-grow-1 {\\n\\tflex-grow: 1;\\n}\\n\\n.tc-flex-grow-2 {\\n\\tflex-grow: 2;\\n}\\n\\n/*\\n** Other utility classes\\n*/\\n\\n.tc-tiny-gap {\\n\\tmargin-left: .25em;\\n\\tmargin-right: .25em;\\n}\\n\\n.tc-tiny-gap-left {\\n\\tmargin-left: .25em;\\n}\\n\\n.tc-tiny-gap-right {\\n\\tmargin-right: .25em;\\n}\\n\\n.tc-small-gap {\\n\\tmargin-left: .5em;\\n\\tmargin-right: .5em;\\n}\\n\\n.tc-small-gap-left {\\n\\tmargin-left: .5em;\\n}\\n\\n.tc-small-gap-right {\\n\\tmargin-right: .5em;\\n}\\n\\n.tc-big-gap {\\n\\tmargin-left: 1em;\\n\\tmargin-right: 1em;\\n}\\n\\n.tc-big-gap-left {\\n\\tmargin-left: 1em;\\n}\\n\\n.tc-big-gap-right {\\n\\tmargin-right: 1em;\\n}\\n\\n.tc-word-break {\\n\\tword-break: break-all;\\n}\\n\"},\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\",\"text\":\"15px\"},\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\",\"text\":\"22px\"},\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\",\"text\":\"14px\"},\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\",\"text\":\"20px\"},\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\",\"text\":\"0px\"},\"$:/themes/tiddlywiki/vanilla/metrics/storytop\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/storytop\",\"text\":\"0px\"},\"$:/themes/tiddlywiki/vanilla/metrics/storyright\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/storyright\",\"text\":\"770px\"},\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\",\"text\":\"770px\"},\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\",\"text\":\"686px\"},\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\",\"text\":\"960px\"},\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\":{\"title\":\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\",\"text\":\"350px\"},\"$:/themes/tiddlywiki/vanilla/options/stickytitles\":{\"title\":\"$:/themes/tiddlywiki/vanilla/options/stickytitles\",\"text\":\"no\"},\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\":{\"title\":\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\",\"text\":\"fixed-fluid\"},\"$:/themes/tiddlywiki/vanilla/options/codewrapping\":{\"title\":\"$:/themes/tiddlywiki/vanilla/options/codewrapping\",\"text\":\"pre-wrap\"},\"$:/themes/tiddlywiki/vanilla/reset\":{\"title\":\"$:/themes/tiddlywiki/vanilla/reset\",\"type\":\"text/plain\",\"text\":\"/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */\\n\\n/*\\nDocument\\n========\\n*/\\n\\n/**\\nUse a better box model (opinionated).\\n*/\\n\\n*,\\n*::before,\\n*::after {\\n box-sizing: border-box;\\n}\\n\\n/**\\nUse a more readable tab size (opinionated).\\n*/\\n\\n:root {\\n -moz-tab-size: 4;\\n tab-size: 4;\\n}\\n\\n/**\\n1. Correct the line height in all browsers.\\n2. Prevent adjustments of font size after orientation changes in iOS.\\n*/\\n\\nhtml {\\n line-height: 1.15; /* 1 */\\n -webkit-text-size-adjust: 100%; /* 2 */\\n}\\n\\n/*\\nSections\\n========\\n*/\\n\\n/**\\nRemove the margin in all browsers.\\n*/\\n\\nbody {\\n margin: 0;\\n}\\n\\n/**\\nImprove consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\\n*/\\n\\nbody {\\n font-family:\\n system-ui,\\n -apple-system, /* Firefox supports this but not yet `system-ui` */\\n 'Segoe UI',\\n Roboto,\\n Helvetica,\\n Arial,\\n sans-serif,\\n 'Apple Color Emoji',\\n 'Segoe UI Emoji';\\n}\\n\\n/*\\nGrouping content\\n================\\n*/\\n\\n/**\\n1. Add the correct height in Firefox.\\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\\n*/\\n\\nhr {\\n height: 0; /* 1 */\\n color: inherit; /* 2 */\\n}\\n\\n/*\\nText-level semantics\\n====================\\n*/\\n\\n/**\\nAdd the correct text decoration in Chrome, Edge, and Safari.\\n*/\\n\\nabbr[title] {\\n text-decoration: underline dotted;\\n}\\n\\n/**\\nAdd the correct font weight in Edge and Safari.\\n*/\\n\\nb,\\nstrong {\\n font-weight: bolder;\\n}\\n\\n/**\\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\\n2. Correct the odd 'em' font sizing in all browsers.\\n*/\\n\\ncode,\\nkbd,\\nsamp,\\npre {\\n font-family:\\n ui-monospace,\\n SFMono-Regular,\\n Consolas,\\n 'Liberation Mono',\\n Menlo,\\n monospace; /* 1 */\\n font-size: 1em; /* 2 */\\n}\\n\\n/**\\nAdd the correct font size in all browsers.\\n*/\\n\\nsmall {\\n font-size: 80%;\\n}\\n\\n/**\\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\\n*/\\n\\nsub,\\nsup {\\n font-size: 75%;\\n line-height: 0;\\n position: relative;\\n vertical-align: baseline;\\n}\\n\\nsub {\\n bottom: -0.25em;\\n}\\n\\nsup {\\n top: -0.5em;\\n}\\n\\n/*\\nTabular data\\n============\\n*/\\n\\n/**\\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\\n*/\\n\\ntable {\\n text-indent: 0; /* 1 */\\n border-color: inherit; /* 2 */\\n}\\n\\n/*\\nForms\\n=====\\n*/\\n\\n/**\\n1. Change the font styles in all browsers.\\n2. Remove the margin in Firefox and Safari.\\n*/\\n\\nbutton,\\ninput,\\noptgroup,\\nselect,\\ntextarea {\\n font-family: inherit; /* 1 */\\n font-size: 100%; /* 1 */\\n line-height: 1.15; /* 1 */\\n margin: 0; /* 2 */\\n}\\n\\n/**\\nRemove the inheritance of text transform in Edge and Firefox.\\n1. Remove the inheritance of text transform in Firefox.\\n*/\\n\\nbutton,\\nselect { /* 1 */\\n text-transform: none;\\n}\\n\\n/**\\nCorrect the inability to style clickable types in iOS and Safari.\\n*/\\n\\nbutton,\\n[type='button'],\\n[type='reset'],\\n[type='submit'] {\\n -webkit-appearance: button;\\n}\\n\\n/**\\nRemove the inner border and padding in Firefox.\\n*/\\n\\n::-moz-focus-inner {\\n border-style: none;\\n padding: 0;\\n}\\n\\n/**\\nRestore the focus styles unset by the previous rule.\\n*/\\n\\n:-moz-focusring {\\n outline: 1px dotted ButtonText;\\n}\\n\\n/**\\nRemove the additional ':invalid' styles in Firefox.\\nSee: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737\\n*/\\n\\n:-moz-ui-invalid {\\n box-shadow: none;\\n}\\n\\n/**\\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\\n*/\\n\\nlegend {\\n padding: 0;\\n}\\n\\n/**\\nAdd the correct vertical alignment in Chrome and Firefox.\\n*/\\n\\nprogress {\\n vertical-align: baseline;\\n}\\n\\n/**\\nCorrect the cursor style of increment and decrement buttons in Safari.\\n*/\\n\\n::-webkit-inner-spin-button,\\n::-webkit-outer-spin-button {\\n height: auto;\\n}\\n\\n/**\\n1. Correct the odd appearance in Chrome and Safari.\\n2. Correct the outline style in Safari.\\n*/\\n\\n[type='search'] {\\n -webkit-appearance: textfield; /* 1 */\\n outline-offset: -2px; /* 2 */\\n}\\n\\n/**\\nRemove the inner padding in Chrome and Safari on macOS.\\n*/\\n\\n::-webkit-search-decoration {\\n -webkit-appearance: none;\\n}\\n\\n/**\\n1. Correct the inability to style clickable types in iOS and Safari.\\n2. Change font properties to 'inherit' in Safari.\\n*/\\n\\n::-webkit-file-upload-button {\\n -webkit-appearance: button; /* 1 */\\n font: inherit; /* 2 */\\n}\\n\\n/*\\nInteractive\\n===========\\n*/\\n\\n/*\\nAdd the correct display in Chrome and Safari.\\n*/\\n\\nsummary {\\n display: list-item;\\n}\\n\"},\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\":{\"title\":\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\",\"text\":\"-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;\"},\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\":{\"title\":\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\",\"text\":\"\\\"SFMono-Regular\\\",Consolas,\\\"Liberation Mono\\\",Menlo,Courier,monospace\"},\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\":{\"title\":\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\",\"text\":\"fixed\"},\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\":{\"title\":\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\",\"text\":\"auto\"},\"$:/themes/tiddlywiki/vanilla/sticky\":{\"title\":\"$:/themes/tiddlywiki/vanilla/sticky\",\"text\":\"\u003C$reveal state=\\\"$:/themes/tiddlywiki/vanilla/options/stickytitles\\\" type=\\\"match\\\" text=\\\"yes\\\">\\n``\\n.tc-tiddler-title {\\n\\tposition: -webkit-sticky;\\n\\tposition: -moz-sticky;\\n\\tposition: -o-sticky;\\n\\tposition: -ms-sticky;\\n\\tposition: sticky;\\n\\ttop: 0px;\\n\\tbackground: ``\u003C\u003Ccolour tiddler-background>>``;\\n\\tz-index: 500;\\n}\\n\\n``\\n\u003C$list filter=\\\"[range[100]]\\\">\\n`.tc-story-river .tc-tiddler-frame:nth-child(100n+`\u003C$text text=\u003C\u003CcurrentTiddler>>/>`) {\\nz-index: `\u003C$text text={{{ [[200]subtract\u003CcurrentTiddler>] }}}/>`;\\n}\\n`\\n\u003C/$list>\\n\u003C/$reveal>\\n\"}}}"},
{"title":"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize","created":"20210512223132839","modified":"20210512222944307","type":"text/vnd.tiddlywiki","text":"16px"},
{"title":"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint","created":"20200118003537759","creator":"soren","modified":"20210615030640584","modifier":"soren","type":"text/vnd.tiddlywiki","text":"70em"},
{"title":"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth","created":"20200118003510457","creator":"soren","modified":"20210615030637328","modifier":"soren","type":"text/vnd.tiddlywiki","text":"35em"},
{"title":"$:/themes/tiddlywiki/vanilla/metrics/storyright","created":"20200118003517900","creator":"soren","modified":"20210615030746421","modifier":"soren","type":"text/vnd.tiddlywiki","text":"1100px"},
{"title":"$:/themes/tiddlywiki/vanilla/metrics/storywidth","created":"20200118003525524","creator":"soren","modified":"20200118003527568","modifier":"soren","type":"text/vnd.tiddlywiki","text":"900px"},
{"title":"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth","created":"20200118003521373","creator":"soren","modified":"20200118003529130","modifier":"soren","type":"text/vnd.tiddlywiki","text":"900px"},
{"title":"$:/themes/tiddlywiki/vanilla/options/sidebarlayout","created":"20200402134512912","modified":"20200913202515610","type":"text/vnd.tiddlywiki","text":"fluid-fixed"},
{"title":"$:/themes/tiddlywiki/vanilla/options/stickytitles","created":"20200118003611689","creator":"soren","modified":"20210627195923430","modifier":"soren","type":"text/vnd.tiddlywiki","text":"yes"},
{"title":"$:/themes/tiddlywiki/vanilla/settings/backgroundimage","created":"20210220212625107","modified":"20210220213159398","type":"text/vnd.tiddlywiki"},
{"title":"$:/themes/tiddlywiki/vanilla/settings/codefontfamily","created":"20210512223028998","modified":"20210512222846850","type":"text/vnd.tiddlywiki","text":"\"Fira Code\",Inconsolata,Consolas,\"Liberation Mono\",Menlo,Courier,monospace"},
{"title":"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily","created":"20200118003620709","creator":"soren","modified":"20200118003640548","modifier":"soren","type":"text/vnd.tiddlywiki","text":"\"Fira Code\",Inconsolata,Consolas,Courier,monospace"},
{"title":"$:/themes/tiddlywiki/vanilla/settings/fontfamily","created":"20210512223039511","modified":"20210512222852786","type":"text/vnd.tiddlywiki","text":"Source Sans Pro, system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""},
{"title":"$:/themes/tiddlywiki/vanilla/sticky","created":"20210626223253788","modified":"20210627201302480","type":"text/vnd.tiddlywiki","text":"\u003C$reveal state=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\" type=\"match\" text=\"yes\">\n``\n.tc-tiddler-title {\n\tposition: -webkit-sticky;\n\tposition: -moz-sticky;\n\tposition: -o-sticky;\n\tposition: -ms-sticky;\n\tposition: sticky;\n\ttop: ``{{$:/config/sib/TopBarHeight}}``;\n\tbackground: ``\u003C\u003Ccolour tiddler-background>>``;\n\tz-index: 500;\n}\n\n``\n\u003C$list filter=\"[range[100]]\">\n`.tc-story-river .tc-tiddler-frame:nth-child(100n+`\u003C$text text=\u003C\u003CcurrentTiddler>>/>`) {\nz-index: `\u003C$text text={{{ [[200]subtract\u003CcurrentTiddler>] }}}/>`;\n}\n`\n\u003C/$list>\n\u003C/$reveal>\n"},
{"text":"{\n \"20200411132349135\": \"Identify and populate fields for Sources\",\n \"20200411132355040\": \"Try to add pictures for more people\",\n \"20200411132404648\": \"Identify a way to keep track of the characters in works of fiction (universe field or something?)\",\n \"20200427032342224\": \"Journals should be easily splittable into sections with /'s (and slotted that way in the folder) -- have to think about order.\",\n \"20200427032347386\": \"Readjust bucketing in filesystem\",\n \"20200427033916350\": \"Journal section in the ReferenceExplorer\",\n \"20200520144155787\": \"Look into keyboard shortcuts\"\n}","type":"application/json","created":"20200612234035819","modified":"20200612234036052","title":"$:/todolist/data/base/archive"},
{"text":"{}","type":"application/json","created":"20200416123626170","creator":"soren","modified":"20200612234035835","modifier":"soren","title":"$:/todolist/data/base/done"},
{"text":"{\n \"20200411132349135\": \"none\",\n \"20200411132355040\": \"none\",\n \"20200411132404648\": \"none\",\n \"20200423024915852\": \"yellow\",\n \"20200427032342224\": \"limegreen\",\n \"20200427032347386\": \"none\",\n \"20200427033916350\": \"limegreen\",\n \"20200428184308637\": \"none\",\n \"20200519141610053\": \"none\",\n \"20200520144155787\": \"none\",\n \"20200831174643357\": \"none\"\n}","type":"application/json","created":"20200411132343915","creator":"soren","modified":"20200831174646077","modifier":"soren","title":"$:/todolist/data/base/priority"},
{"text":"{\n \"itemtext\": \"\",\n \"option\": \"yes\",\n \"timestamp\": \"show\",\n \"editview\": \"view\",\n \"markall\": \"no\"\n}","type":"application/json","created":"20200411132340008","creator":"soren","modified":"20200913151437409","modifier":"soren","title":"$:/todolist/data/base/state"},
{"text":"{\n \"20200423024915852\": \"undone\",\n \"20200428184308637\": \"undone\",\n \"20200519141610053\": \"undone\",\n \"20200831174643357\": \"undone\"\n}","type":"application/json","created":"20200411132343915","creator":"soren","modified":"20200831174646171","modifier":"soren","title":"$:/todolist/data/base/status"},
{"text":"{\n \"20200423024915852\": \"Fix the fact that rich relationships are missing from the \\\"All\\\" ReferenceExplorer view\",\n \"20200428184308637\": \"Create maintenance tool for naming conventions (no 'Vs', only 'Versus'; PAO names)\",\n \"20200519141610053\": \"Public ZK should use zoomin view; also can we not render backgrounded tiddlers to improve performance?\",\n \"20200831174643357\": \"Possibility of a nopub macro for little snippets of things that can't be publicized; would need to regex-replace out of the source prior to publish\"\n}","type":"application/json","created":"20200411132343915","creator":"soren","list":"20200831174643357 20200519141610053 20200423024915852 20200428184308637","modified":"20200831174646196","modifier":"soren","title":"$:/todolist/data/base/tasks"},
{"title":"Attachment","caption":"Any embedded file that is not an [[Image]].","color":"#ff0000","created":"20200122024451228","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825155401976","modifier":"soren","refexplorer-hide":"yes","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"The //Attachment// tag is applied to any file embedded within the wiki as a tiddler that is not an [[Image]]."},
{"title":"Bibliography","caption":"An aggregation of sources that might be useful to someone studying a particular topic the ZK touches on.","color":"#ff0000","created":"20200808024704618","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210827233651142","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"A ''bibliography'' provides a concise list of useful [[Source]]s for someone who's unfamiliar with a topic that's treated at length in the Zettelkasten, without requiring the reader (or the author, hoping to find them some references!) to aimlessly wander through the ConceptWeb hoping to find more sources.\n\n\n!! Current bibliographies in this Zettelkasten\n\n\u003C\u003Clist-links \"[!is[system]tag[Bibliography]]\">>\n\n\n!! How bibliographies work\n\nEach bibliography has its own tiddler:\n\n* The tiddler can be named anything, but conventionally ends with the word `Bibliography`.\n* It should be tagged `bibliography`.\n* It should have a `bibliography` field containing a //bibliography key//, which will be used to connect it to sources. The bibliography key is usually a short string of letters and numbers, but may contain other characters if needed for some reason.\n* The body of the tiddler can contain information about the bibliography, or even interactive features, as desired. Where the sources contained in the bibliography should be displayed, transclude the bibliography-list template: `{{||$:/sib/Templates/Topical/BibliographyList}}`.\n\nA source (or a [[Publication]]) is placed in a bibliography as follows:\n\n* The bibliography key (see above) is added to the `bibliography` field of the source. `bibliography` is a list field, so a source can be contained in multiple bibliographies if appropriate; all the bibliography keys are added to this field, separated by spaces. If the bibliography key itself contains spaces, it should be placed in double square brackets, like `[[my bibliography key]]` (as with any other list field).\n* A short summary of the source should be added to the `description` field of the source; this will be used on the list.\n* The `caption`, `year`, `medium`, and, if available, `url` fields will also be used on the bibliography list and should be filled out with appropriate metadata; see [[Source]] for details."},
{"title":"Class","caption":"A [[metasource|Metasource]] representing a class or course which uses multiple [[Source]]s.","color":"#ff0000","created":"20200312153108522","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825155749259","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}"},
{"title":"Conversation","caption":"Raw notes or reflections on a conversation or meeting with someone.","color":"#ff0000","created":"20200702013212138","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825155537333","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}"},
{"title":"CopyrightNotice","created":"20210523180344305","modified":"20210525001746812","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"A TiddlyWiki [[blurs the lines between code and data|CodeDataEquivalence]], but most [[TiddlyWiki]]s can be divided into two types of tiddlers, ''content'' and ''system tiddlers''. These two types of tiddlers are licensed differently.\n\n!! Content\n\n{{$:/config/zettelkasten/copyright/Content}}\n\n!! System tiddlers\n\n{{$:/config/zettelkasten/copyright/System}}"},
{"title":"Footnote","created":"20210917204123567","creator":"soren","modified":"20210917204403789","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"To add a footnote in a Zettelkasten tiddler, use the [[fnote|$:/sib/Macros/fnote]] macro in the spot where you want to create the footnote. Footnotes are primarily accessed by hovering over the number; the ReferenceExplorer also displays footnotes on a [[footnotes tab|$:/sib/refexplorer/Footnotes]].\n\nInternal links in footnotes don't appear in the reference explorer, so they shouldn't be used to discuss concepts critical to the central idea of the tiddler. In general, I use footnotes more in quasi-essays aimed primarily at discussing something in detail or sharing information with the public than in tightly focused and internally-bound notes."},
{"title":"Idea","caption":"The core of the Zettelkasten. Ideas are tiddlers that describe some concept, thought, lesson, or similar topic.","color":"#ff0000","created":"20210721004110425","creator":"soren","description":"","icon":"$:/core/images/tag-button","modified":"20210825160340787","modifier":"soren","refexplorer-hide":"true","tags":"Public Meta","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\n!! Fields\n\n; description\n: When possible, the main idea of a tiddler should be summed up into a sentence or two and placed in the `description` field. This be displayed next to a gem icon underneath the tiddler's title, and it will appear in a tooltip when you hover over the tiddler in the ReferenceExplorer. (If no `description` field is available, a short excerpt of the beginning of the tiddler is shown in this tooltip.)\n; es\n: The [[epistemic status|EpistemicStatuses]] of this idea, if one is appropriate. This may be chosen from the drop-down in the upper-right of the tiddler in view mode.\n; universe\n: If this idea is associated with a fictional [[Source]], that source's universe key.\n; url\n: If this idea has a single URL strongly associated with it (for instance, a blog post describing the idea that everyone knows about), it may be placed here."},
{"title":"Image","caption":"Any image in a standard format embedded within the wiki for transclusion in other tiddlers.","color":"#ff0000","created":"20200118044638935","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825160451093","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}} See also [[Attachment]]."},
{"title":"Index","caption":"A tiddler that serves primarily as an overview of or collection of links to other information, containing little information of its own.","color":"#ff0000","created":"20200314213905906","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825160727571","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"//Not to be confused with [[Indexing]], the art and science of creating lists of keywords that describe where information is to be found in a resource.//\n\nAn ''index'' tiddler serves primarily as an overview of or collection of links to other information, containing little information of its own. These tiddlers become more and more useful the larger your Zettelkasten gets; you can use them to create ad-hoc lists or hierarchies or keep track of ideas in a specific topic you're currently working on.\n\nIndex tiddlers don't have any special naming conventions or fields."},
{"title":"Journal","caption":"Journal tiddlers describe events as they happen. They might be written daily or near-daily to describe what's going on, or be created for a particular event.","color":"#ff0000","created":"20200425035307739","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210828132307946","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\nJournal tiddlers don't have any special naming conventions or fields."},
{"title":"Meta","caption":"Content that is about the ZettelKasten itself or its software.","color":"#ff0000","created":"20200115231440413","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825160942535","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\nMeta tiddlers don't have any special naming conventions or fields."},
{"title":"NeedsAttention","caption":"Needing attention","color":"#fff12e","created":"20200115231518581","creator":"soren","icon":"$:/core/images/info-button","modified":"20201203021140893","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[\u003CcurrentTiddler>!is[blank]]\">\nMarks tiddlers that need some kind of work done on them not defined by another existing tag (e.g., NeedsExcision, NeedsPhotograph, [[Stub]]).\n\u003C/$list>\n\n\u003C$list filter=\"[\u003CcurrentTiddler>is[blank]then[true]]\">\n \u003C$list filter=\"[tag[NeedsAttention]]\">\n\t\t\u003C$link/>\u003Cbr>\n\t\u003C/$list>\n\u003C/$list>"},
{"title":"NeedsExcision","caption":"Needing excision","color":"#fff12e","created":"20200117032011552","creator":"soren","icon":"$:/core/images/new-here-button","modified":"20201203021151197","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[\u003CcurrentTiddler>!is[blank]]\">\nArticles that are not atomic and need to be split into pieces.\n\u003C/$list>\n\n\u003C$list filter=\"[\u003CcurrentTiddler>is[blank]then[true]]\">\n \u003C$list filter=\"[tag[NeedsExcision]]\">\n\t\t\u003C$link />\u003Cbr>\n\t\u003C/$list>\n\u003C/$list>"},
{"title":"NeedsPhotograph","color":"#fff12e","created":"20200203142752768","creator":"soren","icon":"$:/core/images/new-here-button","modified":"20210102041913072","modifier":"soren","tags":"Meta","type":"text/vnd.tiddlywiki","text":"Tag for things that would do well to have a picture of some kind added for illustration purposes."},
{"title":"NeedsRemoval","caption":"Items that were placed in the ZK due to convenience but do not really belong and should be migrated to another notes system.","color":"#fff12e","created":"20200325230351650","creator":"soren","icon":"$:/core/images/info-button","modified":"20210825122842375","modifier":"soren","tags":"Meta","type":"text/vnd.tiddlywiki","text":"Tag for items that have drifted into the ZettelKasten but do not belong and should be removed to another notes source."},
{"title":"Notes","caption":"Raw notes from an ephemeral or non-print source such as a lecture.","color":"#ff0000","created":"20200512003031926","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825161003319","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\nNotes tiddlers don't have any special naming conventions or fields."},
{"title":"OpenQuestion","caption":"Open questions","created":"20200325232310538","creator":"soren","description":"Tiddlers that pose questions that don't currently have answers.","modified":"20210920155901913","modifier":"soren","tags":"Meta Tool","tooltype":"aggregator","type":"text/vnd.tiddlywiki","text":"\u003C$list filter=\"[\u003CcurrentTiddler>!is[blank]!is[system]]\">\n\tTarget tiddler for questions I'm pondering and don't know how to answer. To get your question included, just start a phrase in the text with `OpenQuestion:`.\n\n\t\u003Cul>\n\t\u003C$list filter=\"[all[current]backlinks[]!is[system]![OurProjectSurface]![Questions]]\">\n\t\u003Cli>\u003C$link to=\u003C\u003CcurrentTiddler>>>\u003C\u003CcurrentTiddler>>\u003C/$link>\u003C/li>\n\t\u003C/$list>\n\t\u003C/ul>\n\u003C/$list>\n\n\u003C$list filter=\"[\u003CcurrentTiddler>is[blank]then[true]]\">\n \u003C$list filter=\"[[OpenQuestion]backlinks[]!is[system]![OurProjectSurface]![Questions]]\">\n\t\t\u003C$link to=\u003C\u003CcurrentTiddler>>/>\u003Cbr>\n\t\u003C/$list>\n\u003C/$list>"},
{"title":"OurNamingConventions","created":"20200115225047720","creator":"soren","modified":"20210920205010621","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"In order to help keep track of all the entries here, certain [[NamingConvention]]s are observed on tiddler titles. Titles serve as [[IdeaApi]]s, so need to be clear and consistent.\n\n!!! Casing\n\nTiddlyWiki titles are case-sensitive, which can cause some irritation when you accidentally create tiddlers that differ only in case. These rules help to keep the capitalization consistent and avoid such confusion:\n\n* Titles should generally be WikiCamelCase (really, PascalCase, but everyone in the wiki world calls it CamelCase). However, a single-word concept or title should not have its capitalization mangled or gratuitous words added for the sole purpose of making it into a ~CamelCase title; it should simply be rendered as the single word.\n** It is, however, OK and encouraged to spell out a number or standard abbreviation where this enables a match with the ~CamelCase pattern, e.g., NineteenEightyFour. This tends to read better anyway.\n* When writing ~CamelCase titles, capitalization is normalized as if all components were normal words. Acronyms do not retain upper-casing or proprietary weirdness. So it is QwertyResidue, not *QWERTYResidue; TheAdoSupportTeam, not *~TheADOSupportTeam.\n** But acronyms and proprietary weirdness not incorporated into a ~CamelCase word do retain their capitalization: [[BDFL]], not *Bdfl; [[LaTeX]], not *Latex.\n* Barring proprietary weirdness (e.g., [[xkcd]]), titles always begin with a capital letter.\n\n\n!!! Wording\n\n* Titles, when they are nouns, are always singular.\n** But names of organizations (e.g., TheManitouSingers) and titles of sources (e.g., ComputerStupidities) should not have their number mangled to match.\n** The last word of a phrasal title might be pluralized. This is fine as long as the title as a whole is not a plural noun. E.g., SpacedRepetitionEncouragesFloatingIdeas is fine.\n\n* `The` may not begin any title which does not refer to an organization or group of people (see //Type patterns//, below). `The` should simply be omitted in such cases; e.g., GreatGatsby, not *~TheGreatGatsby. It's often hard to remember if `The` is part of the title anyway!\n\n* Abbreviations should be avoided unless they are standard/genericized (e.g., SQL, HTML).\n\n* Numbers should be spelled out unless this looks silly, especially when they're small (e.g., EightSeasons, not *8Seasons).\n\n* Punctuation, including apostrophes, is removed, and accented characters are turned to standard Latin letters, in titles. This avoids confusion about whether this was done, as well as possible quoting and encoding issues in filenames, URLs, etc. The correct spelling should be used within the tiddler.\n\n* If the tiddler is about the relationship between two things, or discusses two things, it should place those two things in alphabetical order within the title, absent a strong reason to do otherwise.\n\n!!! Type patterns\n\nTitles of certain [[ZettelkastenCardType]]s follow specific patterns:\n\n* //PAO//, ''^(Mr|Ms|The)[A-Z][a-zA-Z]+'': Identifies a person, author, or organization. 'The' is used for nongendered, impersonal sources.\n* //Source//, ''^[A-Z][a-zA-Z]*[0-9]{4,8}'': Identifies a source (an individual instance of a book, article, or other medium). Typically the page will note it as written by a //PAO//. The final number should be the publication date to as many digits of precision as known.\n* //Image//, ''.*\\.(png|jpg|gif)$'': Identifies an image embedded in the wiki.\n* //Meta//, ''^Our[A-Z][a-zA-Z]+'': Something (like this article) that discusses the wiki rather than an idea.\n\n!!! Looser conventions\n\nThese aren't types, but are generally conventions I try to follow.\n\n* ''My'' before a name indicates that it's a work I created."},
{"title":"PAO","caption":"A Person, Animal, or Organization exhibiting agency.","color":"#ff0000","created":"20200115231447676","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210827234120899","modifier":"soren","refexplorer-hide":"true","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"\\define invalidFilter()\n[tag[PAO]!prefix[Mr]!prefix[Ms]!prefix[Mx]!prefix[The]]\n\\end\n\nTiddler type, the name of which stands for “''P''erson, ''A''nimal, or ''O''rganization.”\n\nSee $:/sib/Tools/PaoList for a list of all PAOs, and $:/sib/Tools/MissingPeople to find PAOs that have been referenced but not had a tiddler created.\n\n!! Linking\n\nIf a person, animal, or organization is referenced anywhere in the wiki, it should virtually always have its name written ~CamelCase to create a PAO tiddler. The tiddler need not contain any meaningful content; it can be blank except for the title and the PAO tag. This is a matter of searchability -- if you do this, you can quickly jump to all tiddlers that mention a person if all you remember is the person's name, and you can move between ideas that mention the person using the ReferenceExplorer.\n\nSources should be connected to their authors by linking to the author or authors' PAO tiddler somewhere in the body text.\n\n\n!! Naming conventions\n\nIn addition to being tagged `PAO`, PAOs should have names which begin with `Mr`, `Ms`, or `The`. The first two indicate a person/animal and indicate gender (my intention is to use `Mx` for non-binary people, but I haven't needed it yet). `The` is used for organizations. Note that the titles of tiddlers which do not represent organizations should consequently not begin with //The// to avoid confusion; see OurNamingConventions.\n\n\n!! Tags and fields\n\nP's, A's and O's need not be part of ConsensusPhysicalReality. When one comes from a work of fiction, it should additionally be tagged \u003C\u003Ctag Character>> and have its `universe` field populated with an appropriate universe key (see the explanation in [[Source]]).\n\n\n!! Private person replacement\n\nWhen building a private wiki using the `tzk` build tools, the `replace_private_people()` builder may be used to replace the names of people who aren't tagged \u003C\u003Ctag Public>> throughout the wiki, in order to prevent anything you say about those people from becoming searchable on the web.\n\n\n!! In this wiki\n\nCurrently, there are \u003C$count filter=\"[tag[PAO]]\"/> PAOs:\n\n\u003Cul>\n\t\u003Cli>\u003C$count filter=\"[tag[PAO]prefix[Mr]]\"/> male\u003C/li>\n\t\u003Cli>\u003C$count filter=\"[tag[PAO]prefix[Ms]]\"/> female\u003C/li>\n\t\u003Cli>\u003C$count filter=\"[tag[PAO]prefix[The]]\"/> organizations\u003C/li>\n\t\u003Cli>\n\t\t\u003C$count filter=\u003C\u003CinvalidFilter>>/> folks with an unrecognized PAO prefix:\n\t\t\u003Cul>\n\t\t\t\u003C$list filter=\u003C\u003CinvalidFilter>> >\n\t\t\t\t\u003Cli>\u003C\u003CcurrentTiddler>>\u003C/li>\n\t\t\t\u003C/$list>\n\t\t\u003C/ul>\n\t\u003C/li>\n\u003C/ul>"},
{"title":"Place","caption":"A physical location in ConsensusPhysicalReality or in a fictional world.","color":"#ff0000","created":"20200121032316713","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210910155618846","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\nFor places that have usable addresses or GPS coordinates, you can configure maps and directions to appear at the bottom of the tiddler via Google Maps. To do this in an empty edition of this Zettelkasten:\n\n# Set up a Maps Embed API key in Google Cloud Platform (this is rather technical, so if you don't know what an API key is, you may want to skip this feature). Set $:/config/zettelkasten/gis/GMapsApiKey to your new key.\n# (Optionally) set the `Address` index of the `PrivateMetadata` data tiddler to your home address; this will save you having to type it in every time you want directions from your home to somewhere else. Since this isn't a system tiddler, it won't be published unless you check the “publish this tiddler” option.\n# Turn on the //GIS tools// [[feature flag|$:/sib/Tools/FeatureFlags]].\n\nYou should now see a form on any tiddler tagged \u003C\u003Ctag Place>> where you can enter latitude and longitude and zoom level for the place. If you don't already have a favorite tool for finding latitude and longitude, in Google Maps, you can right-click on any point and select the first option to copy the coordinates to your clipboard. I usually start with a zoom level of 12 to 15 depending on the size of the place (you can see the current zoom level at the end of a Google Maps URL, followed by a //z//).\n\nAfter clicking //Add//, you'll be able to see maps, directions, or raw data for the location. The data is stored in the `gis-lat`, `gis-long`, and `gis-zoom` fields; you can also add a `gis-address` field if you'd like to display a street address on the //Info// tab."},
{"title":"PrivateChunk","color":"#000001","created":"20200509180315396","creator":"soren","icon":"$:/core/images/excise","modified":"20210901215354072","modifier":"soren","refexplorer-hide":"true","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"\u003C!-- not being used as a template -->\n\u003C$list filter=\"[all[current]field:title[PrivateChunk]]\">\n\nTiddlers whose subject matter is sensitive or personal are not made publicly available. However, sometimes a topic is almost entirely fit for publication, but you'd like to add a little bit of private commentary to it. In this case, you can use a //private chunk//. This is a separate tiddler, generally named the same as the public tiddler followed by a `/p`, and tagged \u003C\u003Ctag PrivateChunk>> (this tiddler). To include the private chunk in the public tiddler, it is transcluded, using `PrivateChunk` (this tiddler again) as a template. Some list magic hides this bit and shows the template bit when this is done.\n\nSince you won't mark the private chunk as public, when the wiki is published, the private chunks don't come along. The title must not contain any sensitive information, since the transclusion directive will still be present in the source, but this shouldn't be a concern if the naming convention above is followed.\n\nThe lock button {{$:/core/images/locked-padlock}} on the editor toolbar can be used to create a new private chunk from the selected text.\n\n\u003C/$list>\n\n\u003C!-- being used as a template -->\n\u003C$list filter=\"[all[current]is[tiddler]!field:title[PrivateChunk]]\" variable=_>\n\t\u003C$list filter=\"[all[current]!tag[PrivateChunk]]\" variable=_>\n\t\t\u003Cspan style=\"color: yellow;\">Warning: This private chunk is not tagged PrivateChunk.\u003C/span>\n\t\t\u003C$fieldmangler tiddler=\u003C\u003CcurrentTiddler>>>\n\t\t\u003C$button>\n\t\t \u003C$action-sendmessage $message=\"tm-add-tag\" $param=\"PrivateChunk\"/>\n\t\t Add tag\n\t\t\u003C/$button>\n\t\t\u003C/$fieldmangler>\n\t\u003C/$list>\n\n \u003Cdiv class=\"sib-private-chunk\">\u003C$link to=\u003C\u003CcurrentTiddler>>>private\u003C/$link>:\n\t\t\u003C$transclude name=\u003C\u003CcurrentTiddler>> mode=\"block\"/>\n\t\u003C/div>\n\u003C/$list>"},
{"title":"Public","color":"#000001","created":"20200507032259254","icon":"$:/core/images/globe","modified":"20200512034215900","refexplorer-hide":"true","tags":"Public Meta","type":"text/vnd.tiddlywiki","text":"All tiddlers tagged with this tag, as well as all system tiddlers, will be included in the nightly upload to https://zettelkasten.sorenbjornstad.com.\n\nTiddlers not tagged Public may still be redlinked from elsewhere in the wiki, which may be useful for establishing connections between other ideas."},
{"title":"Publication","caption":"A [[metasource|Metasource]] consisting of an organization or location that publishes or groups together multiple Sources.","color":"#ff0000","created":"20200201045921067","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825162348971","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\nFor instance, magazines, newspapers, journals, book series, and websites are publications. Articles, papers, individual books, and pages on websites are [[Source]]s.\n\nPublications have no special naming conventions or fields."},
{"title":"PublicHomepage","created":"20200507143136944","creator":"soren","list":"PublicHomepage/Navigating PublicHomepage/Organization [[PublicHomepage/Points of Interest]] [[PublicHomepage/No Warranty]] PublicHomepage/Copyright PublicHomepage/Contact [[PublicHomepage/Video Tour]]","modified":"20211007181213586","modifier":"soren","tags":"Public Meta","type":"text/vnd.tiddlywiki","text":"My Public Homepage Goes Here"},
{"title":"ReferenceExplorer","created":"20200410133657263","creator":"soren","modified":"20210920192218164","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"At the bottom of every tiddler in the Zettelkasten is the ''Reference Explorer'', which shows all links between tiddlers, separated into tabs based on the ZettelkastenCardType, and allows quickly navigating through them. Several auxiliary tabs (//Link graph// and //Footnotes//) are available as well.\n\nOnly the tabs that have at least one item on them for the current tiddler will be shown, and if the current tiddler has no links or relationships at all or is a system tiddler, the reference explorer will not appear.\n\nThe possible tabs are as follows:\n\n* [[Ideas|Idea]]\n* People ([[PAO]] tag)\n* [[Places|Place]]\n* [[Sources|Source]] (and [[Metasources|Metasource]])\n* [[Sinks|Sink]]\n* [[Indexes|Index]]\n* [[Subtiddlers|Subtiddler]] -- tiddlers named for the current tiddler plus some additional characters, usually separated by `/`\n* Link graph -- a graphical view of the outbound links from this tiddler, going several layers deep\n* [[Footnotes|Footnote]] -- display of all footnotes in the current tiddler (you can also hover over a footnote indicator to read it)\n* All -- all the types of links combined into one view\n\nIt's possible to add new tabs or customize the existing ones by editing the tiddlers tagged with [[$:/tags/ReferenceExplorerTab]].\n\nThe behavior of the explorer can be customized per-tiddler by setting the following fields:\n\n* `refexplorer-starttab` -- Instead of starting the Reference Explorer on the first tab that is shown, start it on the tab with this name (`$:/sib/refexplorer/` is prepended to this value to select a tiddler name).\n* `refexplorer-hide` -- if set to `yes`, don't show the Reference Explorer until the user clicks a button. Useful to avoid performance issues on tiddlers that have dozens, hundreds, or thousands of links or tagged tiddlers.\n\nThe Reference Explorer is homegrown for the ZK wiki. It used to use TiddlyTables, but once I settled on how it should work, I rewrote it with pure HTML tables to improve performance (they use much of the CSS from TiddlyTables, so they're hard to tell apart!). Its system tiddlers can be found in `$:/sib/refexplorer`; you can borrow these for another wiki [[under the MIT license|CopyrightNotice]] if you so desire.\n\n\u003C$details summary=\"Flashcards\">\n\u003C\u003Crememberq \"20210123160338153\"\n\t\"What variable must be set manually when trying to transclude the ReferenceExplorer within a nested tiddler (e.g., within a tab)?\"\n\t\"`storyTiddler`\">>\n\t\n\u003C\u003Crememberq \"20210123160402884\"\n\t\"If the ReferenceExplorer shows the references for the wrong tiddler, what variable is most likely set incorrectly?\"\n\t\"`storyTiddler`\">>\n\u003C/$details>"},
{"title":"Sink","caption":"The opposite of a [[Source]]: where ideas leave the system in the form of things I create.","color":"#ff0000","created":"20200226131429312","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210825162301331","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\nSinks are very much like sources in most regards. They use the same naming conventions and fields as [[Source]]s, to the extent that this makes sense."},
{"title":"Source","caption":"A single source of ideas, such as a blog post, book, or musical work. Sources may be part of [[Publication]]s or [[Class]]es.","color":"#ff0000","created":"20200115231452835","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210920171016829","modifier":"soren","refexplorer-hide":"true","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"{{!!caption}}\n\n{{SorenSourceInfo}}\n\n\n!! Naming\n\nThe names of source tiddlers consist of a short CamelCase slug -- possibly the [[mangled|OurNamingConventions]] title, or a description of it if the title is long -- plus, if available, the publication year. The actual title of the source goes in the `caption` field.\n\n\n!! Fields\n\nAs sources often need to be reformatted, displayed in tables, searched in complex ways, and so on, they should have a significant amount of metadata attached in fields.\n\n; bibliography\n: A list of [[bibliographies|Bibliography]] to include this source in.\n; caption\n: The full title and subtitle of the source, as it is known outside the wiki.\n; description\n: A one- or two-sentence explanation of what the source is. Optional, but highly recommended if the source is included in any bibliographies using the `bibliography` field.\n; medium\n: Description of what kind of source this is -- `article`, `book`, `website`, `film`, etc. Use the [[RelationshipValueTool|$:/sib/Tools/RelationshipValueTool]] for a full, up-to-date list.\n; rating\n: An appropriate MediaRating. Optional, but highly recommended if you've finished reading/consuming the source.\n; url\n: If the source is available online and not behind a paywall, a URL leading to the source. Otherwise, don't bother -- anyone who doesn't have a copy will have to do their own research anyway.\n; universe\n: If the source is fiction, an arbitrary //universe key// which is placed on all sources and ideas taking place in the same fictional world. If you're not sure what to use as a universe key, you can just use the title of the source; but if multiple sources share the same universe (say, books in a series) you'll want to use the same key for all of them.\n; year\n: If the source is not published on an ongoing basis (e.g., a website), the year of its publication. Updated editions should use the new copyright date if updated by the author, but not if the edition is merely a re-release by the publisher without substantive changes, or the addition of commentary or introductions.\n\n!!! Only used for books\n\n; format\n: `paperback`, `hardcover`, or `ebook`. Only relevant if //owned//.\n; isbn\n: The ISBN of the edition at issue, without dashes. (This can be scanned in with my barcode reader if a barcode is available.)\n; owned\n: `yes` or `no`\n; readstatus\n: `read` (fully read), `partial` (partly read), `unread` (never read), or `reread` (have read fully, but would be interested in reading again)."},
{"title":"Stub","color":"#fff12e","created":"20200116024803799","creator":"soren","icon":"$:/core/images/new-here-button","modified":"20200530141202429","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"Stub tiddlers, like in [[Wikipedia]] or similar, are those that have been created with a few momentary thoughts, or even just a title, but need more expansion to be useful.\n\nThings don't have to be tagged with \u003C\u003Ctag Stub>> just because they're short. We don't want to go OverEngineering things, because many tiddlers may be dead-ends. If they aren't dead-ends, then we'll end up seeing them again and can improve on them if appropriate. Things should be tagged Stub if we believe the material is inadequate for even the present moment and the only limitation to expanding it is time."},
{"title":"Subtiddler","created":"20210920160651222","creator":"soren","modified":"20210920204851937","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"A ''subtiddler'' is a tiddler which is tightly coupled to another, larger tiddler. It's not an idea of its own, it's a part of some larger idea which benefits from being compartmentalized.\n\nSubtiddlers are identified by containing one or more slashes `/` in their names. The main tiddler or //supertiddler//'s title comes prior to the slash, then the subtiddler's name. There can be multiple levels of hierarchy if needed, but this is generally rare.\n\nSubtiddlers of the current tiddler appear on a [[Subtiddlers tab|$:/sib/refexplorer/Subtiddlers]] of the ReferenceExplorer."},
{"title":"TODO","caption":"To-do items","created":"20201203005550171","creator":"soren","description":"List of all tiddlers which contain a link to TODO.","modified":"20210920155226812","modifier":"soren","tags":"Meta Tool","tooltype":"aggregator","type":"text/vnd.tiddlywiki","text":"\\define todore() \\[\\[TODO\\]\\]:\n\\define splitre() [\\.\\?!](\\s|$)\n\nTo add a TODO item to this list, simply link to [[TODO]].\n\n\u003Cdl>\n\u003C$list filter=\"[[TODO]backlinks[]] -[[TODO]]\" variable=outer>\n \u003C$list filter=\"[\u003Couter>get[text]splitregexp\u003Ctodore>last[]splitregexp\u003Csplitre>first[]]\" variable=inner>\n\t \u003Cdt>\u003C$link to=\u003C\u003Couter>>/>\u003C/dt>\n\t\t\u003Cdd>''TODO:'' \u003C\u003Cinner>>.\u003C/dd>\n\t\u003C/$list>\n\u003C/$list>\n\u003C/dl>"},
{"title":"Tool","caption":"Tiddler that provides miniature widgets helping to perform administrative or search tasks in the ZK.","color":"#ff0000","created":"20200225233351305","creator":"soren","icon":"$:/core/images/tag-button","modified":"20210921153046753","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"A tiddler designed to help you work with the rest of the wiki.\n\nA list of tools can be found at [[$:/sib/Tools]]."},
{"title":"ZettelkastenCardType","created":"20200410135331736","creator":"soren","description":"What types of tiddlers are used within this Zettelkasten?","modified":"20210920160035899","modifier":"soren","tags":"Meta Public","type":"text/vnd.tiddlywiki","text":"This ZettelKasten has tiddlers (also “cards”, or “Zettel” in ZK terminology) of a number of defined //types//. Ideas, are of course, the ZK's //raison d'être//; but the other types are useful because they help to put ideas in context and link them together (e.g., what other ideas did this person have or were found in this source?). Types are identified by the red tags with tag icons next to them.\n\nClick on a type to learn more about what it's used for, its naming conventions, and the fields that should be used on tiddlers of that type.\n\n\u003Cul>\n\t\u003C$list filter=\"[color[#ff0000]!has[draft.of]icon[$:/core/images/tag-button]sort[title]]\">\n\t\t\u003Cli>\u003C$link>{{!!title}}\u003C/$link> -- {{!!caption}}\u003C/li>\n\t\u003C/$list>\n\u003C/ul>"}
]</script><div id="storeArea" style="display:none;"></div>
<!--~~ Library modules ~~-->
<div id="libraryModules" style="display:none;">
<script data-tiddler-library="yes" data-tiddler-title="$:/library/sjcl.js" data-tiddler-type="application/javascript" type="text/javascript">"use strict";var sjcl={cipher:{},hash:{},keyexchange:{},mode:{},misc:{},codec:{},exception:{corrupt:function(a){this.toString=function(){return"CORRUPT: "+this.message};this.message=a},invalid:function(a){this.toString=function(){return"INVALID: "+this.message};this.message=a},bug:function(a){this.toString=function(){return"BUG: "+this.message};this.message=a},notReady:function(a){this.toString=function(){return"NOT READY: "+this.message};this.message=a}}};
sjcl.cipher.aes=function(a){this.s[0][0][0]||this.O();var b,c,d,e,f=this.s[0][4],g=this.s[1];b=a.length;var h=1;if(4!==b&&6!==b&&8!==b)throw new sjcl.exception.invalid("invalid aes key size");this.b=[d=a.slice(0),e=[]];for(a=b;a<4*b+28;a++){c=d[a-1];if(0===a%b||8===b&&4===a%b)c=f[c>>>24]<<24^f[c>>16&255]<<16^f[c>>8&255]<<8^f[c&255],0===a%b&&(c=c<<8^c>>>24^h<<24,h=h<<1^283*(h>>7));d[a]=d[a-b]^c}for(b=0;a;b++,a--)c=d[b&3?a:a-4],e[b]=4>=a||4>b?c:g[0][f[c>>>24]]^g[1][f[c>>16&255]]^g[2][f[c>>8&255]]^g[3][f[c&
255]]};
sjcl.cipher.aes.prototype={encrypt:function(a){return t(this,a,0)},decrypt:function(a){return t(this,a,1)},s:[[[],[],[],[],[]],[[],[],[],[],[]]],O:function(){var a=this.s[0],b=this.s[1],c=a[4],d=b[4],e,f,g,h=[],k=[],l,n,m,p;for(e=0;0x100>e;e++)k[(h[e]=e<<1^283*(e>>7))^e]=e;for(f=g=0;!c[f];f^=l||1,g=k[g]||1)for(m=g^g<<1^g<<2^g<<3^g<<4,m=m>>8^m&255^99,c[f]=m,d[m]=f,n=h[e=h[l=h[f]]],p=0x1010101*n^0x10001*e^0x101*l^0x1010100*f,n=0x101*h[m]^0x1010100*m,e=0;4>e;e++)a[e][f]=n=n<<24^n>>>8,b[e][m]=p=p<<24^p>>>8;for(e=
0;5>e;e++)a[e]=a[e].slice(0),b[e]=b[e].slice(0)}};
function t(a,b,c){if(4!==b.length)throw new sjcl.exception.invalid("invalid aes block size");var d=a.b[c],e=b[0]^d[0],f=b[c?3:1]^d[1],g=b[2]^d[2];b=b[c?1:3]^d[3];var h,k,l,n=d.length/4-2,m,p=4,r=[0,0,0,0];h=a.s[c];a=h[0];var q=h[1],v=h[2],w=h[3],x=h[4];for(m=0;m<n;m++)h=a[e>>>24]^q[f>>16&255]^v[g>>8&255]^w[b&255]^d[p],k=a[f>>>24]^q[g>>16&255]^v[b>>8&255]^w[e&255]^d[p+1],l=a[g>>>24]^q[b>>16&255]^v[e>>8&255]^w[f&255]^d[p+2],b=a[b>>>24]^q[e>>16&255]^v[f>>8&255]^w[g&255]^d[p+3],p+=4,e=h,f=k,g=l;for(m=
0;4>m;m++)r[c?3&-m:m]=x[e>>>24]<<24^x[f>>16&255]<<16^x[g>>8&255]<<8^x[b&255]^d[p++],h=e,e=f,f=g,g=b,b=h;return r}
sjcl.bitArray={bitSlice:function(a,b,c){a=sjcl.bitArray.$(a.slice(b/32),32-(b&31)).slice(1);return void 0===c?a:sjcl.bitArray.clamp(a,c-b)},extract:function(a,b,c){var d=Math.floor(-b-c&31);return((b+c-1^b)&-32?a[b/32|0]<<32-d^a[b/32+1|0]>>>d:a[b/32|0]>>>d)&(1<<c)-1},concat:function(a,b){if(0===a.length||0===b.length)return a.concat(b);var c=a[a.length-1],d=sjcl.bitArray.getPartial(c);return 32===d?a.concat(b):sjcl.bitArray.$(b,d,c|0,a.slice(0,a.length-1))},bitLength:function(a){var b=a.length;return 0===
b?0:32*(b-1)+sjcl.bitArray.getPartial(a[b-1])},clamp:function(a,b){if(32*a.length<b)return a;a=a.slice(0,Math.ceil(b/32));var c=a.length;b=b&31;0<c&&b&&(a[c-1]=sjcl.bitArray.partial(b,a[c-1]&2147483648>>b-1,1));return a},partial:function(a,b,c){return 32===a?b:(c?b|0:b<<32-a)+0x10000000000*a},getPartial:function(a){return Math.round(a/0x10000000000)||32},equal:function(a,b){if(sjcl.bitArray.bitLength(a)!==sjcl.bitArray.bitLength(b))return!1;var c=0,d;for(d=0;d<a.length;d++)c|=a[d]^b[d];return 0===
c},$:function(a,b,c,d){var e;e=0;for(void 0===d&&(d=[]);32<=b;b-=32)d.push(c),c=0;if(0===b)return d.concat(a);for(e=0;e<a.length;e++)d.push(c|a[e]>>>b),c=a[e]<<32-b;e=a.length?a[a.length-1]:0;a=sjcl.bitArray.getPartial(e);d.push(sjcl.bitArray.partial(b+a&31,32<b+a?c:d.pop(),1));return d},i:function(a,b){return[a[0]^b[0],a[1]^b[1],a[2]^b[2],a[3]^b[3]]},byteswapM:function(a){var b,c;for(b=0;b<a.length;++b)c=a[b],a[b]=c>>>24|c>>>8&0xff00|(c&0xff00)<<8|c<<24;return a}};
sjcl.codec.utf8String={fromBits:function(a){var b="",c=sjcl.bitArray.bitLength(a),d,e;for(d=0;d<c/8;d++)0===(d&3)&&(e=a[d/4]),b+=String.fromCharCode(e>>>8>>>8>>>8),e<<=8;return decodeURIComponent(escape(b))},toBits:function(a){a=unescape(encodeURIComponent(a));var b=[],c,d=0;for(c=0;c<a.length;c++)d=d<<8|a.charCodeAt(c),3===(c&3)&&(b.push(d),d=0);c&3&&b.push(sjcl.bitArray.partial(8*(c&3),d));return b}};
sjcl.codec.hex={fromBits:function(a){var b="",c;for(c=0;c<a.length;c++)b+=((a[c]|0)+0xf00000000000).toString(16).substr(4);return b.substr(0,sjcl.bitArray.bitLength(a)/4)},toBits:function(a){var b,c=[],d;a=a.replace(/\s|0x/g,"");d=a.length;a=a+"00000000";for(b=0;b<a.length;b+=8)c.push(parseInt(a.substr(b,8),16)^0);return sjcl.bitArray.clamp(c,4*d)}};
sjcl.codec.base32={B:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",X:"0123456789ABCDEFGHIJKLMNOPQRSTUV",BITS:32,BASE:5,REMAINING:27,fromBits:function(a,b,c){var d=sjcl.codec.base32.BASE,e=sjcl.codec.base32.REMAINING,f="",g=0,h=sjcl.codec.base32.B,k=0,l=sjcl.bitArray.bitLength(a);c&&(h=sjcl.codec.base32.X);for(c=0;f.length*d<l;)f+=h.charAt((k^a[c]>>>g)>>>e),g<d?(k=a[c]<<d-g,g+=e,c++):(k<<=d,g-=d);for(;f.length&7&&!b;)f+="=";return f},toBits:function(a,b){a=a.replace(/\s|=/g,"").toUpperCase();var c=sjcl.codec.base32.BITS,
d=sjcl.codec.base32.BASE,e=sjcl.codec.base32.REMAINING,f=[],g,h=0,k=sjcl.codec.base32.B,l=0,n,m="base32";b&&(k=sjcl.codec.base32.X,m="base32hex");for(g=0;g<a.length;g++){n=k.indexOf(a.charAt(g));if(0>n){if(!b)try{return sjcl.codec.base32hex.toBits(a)}catch(p){}throw new sjcl.exception.invalid("this isn't "+m+"!");}h>e?(h-=e,f.push(l^n>>>h),l=n<<c-h):(h+=d,l^=n<<c-h)}h&56&&f.push(sjcl.bitArray.partial(h&56,l,1));return f}};
sjcl.codec.base32hex={fromBits:function(a,b){return sjcl.codec.base32.fromBits(a,b,1)},toBits:function(a){return sjcl.codec.base32.toBits(a,1)}};
sjcl.codec.base64={B:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",fromBits:function(a,b,c){var d="",e=0,f=sjcl.codec.base64.B,g=0,h=sjcl.bitArray.bitLength(a);c&&(f=f.substr(0,62)+"-_");for(c=0;6*d.length<h;)d+=f.charAt((g^a[c]>>>e)>>>26),6>e?(g=a[c]<<6-e,e+=26,c++):(g<<=6,e-=6);for(;d.length&3&&!b;)d+="=";return d},toBits:function(a,b){a=a.replace(/\s|=/g,"");var c=[],d,e=0,f=sjcl.codec.base64.B,g=0,h;b&&(f=f.substr(0,62)+"-_");for(d=0;d<a.length;d++){h=f.indexOf(a.charAt(d));
if(0>h)throw new sjcl.exception.invalid("this isn't base64!");26<e?(e-=26,c.push(g^h>>>e),g=h<<32-e):(e+=6,g^=h<<32-e)}e&56&&c.push(sjcl.bitArray.partial(e&56,g,1));return c}};sjcl.codec.base64url={fromBits:function(a){return sjcl.codec.base64.fromBits(a,1,1)},toBits:function(a){return sjcl.codec.base64.toBits(a,1)}};sjcl.hash.sha256=function(a){this.b[0]||this.O();a?(this.F=a.F.slice(0),this.A=a.A.slice(0),this.l=a.l):this.reset()};sjcl.hash.sha256.hash=function(a){return(new sjcl.hash.sha256).update(a).finalize()};
sjcl.hash.sha256.prototype={blockSize:512,reset:function(){this.F=this.Y.slice(0);this.A=[];this.l=0;return this},update:function(a){"string"===typeof a&&(a=sjcl.codec.utf8String.toBits(a));var b,c=this.A=sjcl.bitArray.concat(this.A,a);b=this.l;a=this.l=b+sjcl.bitArray.bitLength(a);if(0x1fffffffffffff<a)throw new sjcl.exception.invalid("Cannot hash more than 2^53 - 1 bits");if("undefined"!==typeof Uint32Array){var d=new Uint32Array(c),e=0;for(b=512+b-(512+b&0x1ff);b<=a;b+=512)u(this,d.subarray(16*e,
16*(e+1))),e+=1;c.splice(0,16*e)}else for(b=512+b-(512+b&0x1ff);b<=a;b+=512)u(this,c.splice(0,16));return this},finalize:function(){var a,b=this.A,c=this.F,b=sjcl.bitArray.concat(b,[sjcl.bitArray.partial(1,1)]);for(a=b.length+2;a&15;a++)b.push(0);b.push(Math.floor(this.l/0x100000000));for(b.push(this.l|0);b.length;)u(this,b.splice(0,16));this.reset();return c},Y:[],b:[],O:function(){function a(a){return 0x100000000*(a-Math.floor(a))|0}for(var b=0,c=2,d,e;64>b;c++){e=!0;for(d=2;d*d<=c;d++)if(0===c%d){e=
!1;break}e&&(8>b&&(this.Y[b]=a(Math.pow(c,.5))),this.b[b]=a(Math.pow(c,1/3)),b++)}}};
function u(a,b){var c,d,e,f=a.F,g=a.b,h=f[0],k=f[1],l=f[2],n=f[3],m=f[4],p=f[5],r=f[6],q=f[7];for(c=0;64>c;c++)16>c?d=b[c]:(d=b[c+1&15],e=b[c+14&15],d=b[c&15]=(d>>>7^d>>>18^d>>>3^d<<25^d<<14)+(e>>>17^e>>>19^e>>>10^e<<15^e<<13)+b[c&15]+b[c+9&15]|0),d=d+q+(m>>>6^m>>>11^m>>>25^m<<26^m<<21^m<<7)+(r^m&(p^r))+g[c],q=r,r=p,p=m,m=n+d|0,n=l,l=k,k=h,h=d+(k&l^n&(k^l))+(k>>>2^k>>>13^k>>>22^k<<30^k<<19^k<<10)|0;f[0]=f[0]+h|0;f[1]=f[1]+k|0;f[2]=f[2]+l|0;f[3]=f[3]+n|0;f[4]=f[4]+m|0;f[5]=f[5]+p|0;f[6]=f[6]+r|0;f[7]=
f[7]+q|0}
sjcl.mode.ccm={name:"ccm",G:[],listenProgress:function(a){sjcl.mode.ccm.G.push(a)},unListenProgress:function(a){a=sjcl.mode.ccm.G.indexOf(a);-1<a&&sjcl.mode.ccm.G.splice(a,1)},fa:function(a){var b=sjcl.mode.ccm.G.slice(),c;for(c=0;c<b.length;c+=1)b[c](a)},encrypt:function(a,b,c,d,e){var f,g=b.slice(0),h=sjcl.bitArray,k=h.bitLength(c)/8,l=h.bitLength(g)/8;e=e||64;d=d||[];if(7>k)throw new sjcl.exception.invalid("ccm: iv must be at least 7 bytes");for(f=2;4>f&&l>>>8*f;f++);f<15-k&&(f=15-k);c=h.clamp(c,
8*(15-f));b=sjcl.mode.ccm.V(a,b,c,d,e,f);g=sjcl.mode.ccm.C(a,g,c,b,e,f);return h.concat(g.data,g.tag)},decrypt:function(a,b,c,d,e){e=e||64;d=d||[];var f=sjcl.bitArray,g=f.bitLength(c)/8,h=f.bitLength(b),k=f.clamp(b,h-e),l=f.bitSlice(b,h-e),h=(h-e)/8;if(7>g)throw new sjcl.exception.invalid("ccm: iv must be at least 7 bytes");for(b=2;4>b&&h>>>8*b;b++);b<15-g&&(b=15-g);c=f.clamp(c,8*(15-b));k=sjcl.mode.ccm.C(a,k,c,l,e,b);a=sjcl.mode.ccm.V(a,k.data,c,d,e,b);if(!f.equal(k.tag,a))throw new sjcl.exception.corrupt("ccm: tag doesn't match");
return k.data},na:function(a,b,c,d,e,f){var g=[],h=sjcl.bitArray,k=h.i;d=[h.partial(8,(b.length?64:0)|d-2<<2|f-1)];d=h.concat(d,c);d[3]|=e;d=a.encrypt(d);if(b.length)for(c=h.bitLength(b)/8,65279>=c?g=[h.partial(16,c)]:0xffffffff>=c&&(g=h.concat([h.partial(16,65534)],[c])),g=h.concat(g,b),b=0;b<g.length;b+=4)d=a.encrypt(k(d,g.slice(b,b+4).concat([0,0,0])));return d},V:function(a,b,c,d,e,f){var g=sjcl.bitArray,h=g.i;e/=8;if(e%2||4>e||16<e)throw new sjcl.exception.invalid("ccm: invalid tag length");
if(0xffffffff<d.length||0xffffffff<b.length)throw new sjcl.exception.bug("ccm: can't deal with 4GiB or more data");c=sjcl.mode.ccm.na(a,d,c,e,g.bitLength(b)/8,f);for(d=0;d<b.length;d+=4)c=a.encrypt(h(c,b.slice(d,d+4).concat([0,0,0])));return g.clamp(c,8*e)},C:function(a,b,c,d,e,f){var g,h=sjcl.bitArray;g=h.i;var k=b.length,l=h.bitLength(b),n=k/50,m=n;c=h.concat([h.partial(8,f-1)],c).concat([0,0,0]).slice(0,4);d=h.bitSlice(g(d,a.encrypt(c)),0,e);if(!k)return{tag:d,data:[]};for(g=0;g<k;g+=4)g>n&&(sjcl.mode.ccm.fa(g/
k),n+=m),c[3]++,e=a.encrypt(c),b[g]^=e[0],b[g+1]^=e[1],b[g+2]^=e[2],b[g+3]^=e[3];return{tag:d,data:h.clamp(b,l)}}};
sjcl.mode.ocb2={name:"ocb2",encrypt:function(a,b,c,d,e,f){if(128!==sjcl.bitArray.bitLength(c))throw new sjcl.exception.invalid("ocb iv must be 128 bits");var g,h=sjcl.mode.ocb2.S,k=sjcl.bitArray,l=k.i,n=[0,0,0,0];c=h(a.encrypt(c));var m,p=[];d=d||[];e=e||64;for(g=0;g+4<b.length;g+=4)m=b.slice(g,g+4),n=l(n,m),p=p.concat(l(c,a.encrypt(l(c,m)))),c=h(c);m=b.slice(g);b=k.bitLength(m);g=a.encrypt(l(c,[0,0,0,b]));m=k.clamp(l(m.concat([0,0,0]),g),b);n=l(n,l(m.concat([0,0,0]),g));n=a.encrypt(l(n,l(c,h(c))));
d.length&&(n=l(n,f?d:sjcl.mode.ocb2.pmac(a,d)));return p.concat(k.concat(m,k.clamp(n,e)))},decrypt:function(a,b,c,d,e,f){if(128!==sjcl.bitArray.bitLength(c))throw new sjcl.exception.invalid("ocb iv must be 128 bits");e=e||64;var g=sjcl.mode.ocb2.S,h=sjcl.bitArray,k=h.i,l=[0,0,0,0],n=g(a.encrypt(c)),m,p,r=sjcl.bitArray.bitLength(b)-e,q=[];d=d||[];for(c=0;c+4<r/32;c+=4)m=k(n,a.decrypt(k(n,b.slice(c,c+4)))),l=k(l,m),q=q.concat(m),n=g(n);p=r-32*c;m=a.encrypt(k(n,[0,0,0,p]));m=k(m,h.clamp(b.slice(c),p).concat([0,
0,0]));l=k(l,m);l=a.encrypt(k(l,k(n,g(n))));d.length&&(l=k(l,f?d:sjcl.mode.ocb2.pmac(a,d)));if(!h.equal(h.clamp(l,e),h.bitSlice(b,r)))throw new sjcl.exception.corrupt("ocb: tag doesn't match");return q.concat(h.clamp(m,p))},pmac:function(a,b){var c,d=sjcl.mode.ocb2.S,e=sjcl.bitArray,f=e.i,g=[0,0,0,0],h=a.encrypt([0,0,0,0]),h=f(h,d(d(h)));for(c=0;c+4<b.length;c+=4)h=d(h),g=f(g,a.encrypt(f(h,b.slice(c,c+4))));c=b.slice(c);128>e.bitLength(c)&&(h=f(h,d(h)),c=e.concat(c,[-2147483648,0,0,0]));g=f(g,c);
return a.encrypt(f(d(f(h,d(h))),g))},S:function(a){return[a[0]<<1^a[1]>>>31,a[1]<<1^a[2]>>>31,a[2]<<1^a[3]>>>31,a[3]<<1^135*(a[0]>>>31)]}};
sjcl.mode.gcm={name:"gcm",encrypt:function(a,b,c,d,e){var f=b.slice(0);b=sjcl.bitArray;d=d||[];a=sjcl.mode.gcm.C(!0,a,f,d,c,e||128);return b.concat(a.data,a.tag)},decrypt:function(a,b,c,d,e){var f=b.slice(0),g=sjcl.bitArray,h=g.bitLength(f);e=e||128;d=d||[];e<=h?(b=g.bitSlice(f,h-e),f=g.bitSlice(f,0,h-e)):(b=f,f=[]);a=sjcl.mode.gcm.C(!1,a,f,d,c,e);if(!g.equal(a.tag,b))throw new sjcl.exception.corrupt("gcm: tag doesn't match");return a.data},ka:function(a,b){var c,d,e,f,g,h=sjcl.bitArray.i;e=[0,0,
0,0];f=b.slice(0);for(c=0;128>c;c++){(d=0!==(a[Math.floor(c/32)]&1<<31-c%32))&&(e=h(e,f));g=0!==(f[3]&1);for(d=3;0<d;d--)f[d]=f[d]>>>1|(f[d-1]&1)<<31;f[0]>>>=1;g&&(f[0]^=-0x1f000000)}return e},j:function(a,b,c){var d,e=c.length;b=b.slice(0);for(d=0;d<e;d+=4)b[0]^=0xffffffff&c[d],b[1]^=0xffffffff&c[d+1],b[2]^=0xffffffff&c[d+2],b[3]^=0xffffffff&c[d+3],b=sjcl.mode.gcm.ka(b,a);return b},C:function(a,b,c,d,e,f){var g,h,k,l,n,m,p,r,q=sjcl.bitArray;m=c.length;p=q.bitLength(c);r=q.bitLength(d);h=q.bitLength(e);
g=b.encrypt([0,0,0,0]);96===h?(e=e.slice(0),e=q.concat(e,[1])):(e=sjcl.mode.gcm.j(g,[0,0,0,0],e),e=sjcl.mode.gcm.j(g,e,[0,0,Math.floor(h/0x100000000),h&0xffffffff]));h=sjcl.mode.gcm.j(g,[0,0,0,0],d);n=e.slice(0);d=h.slice(0);a||(d=sjcl.mode.gcm.j(g,h,c));for(l=0;l<m;l+=4)n[3]++,k=b.encrypt(n),c[l]^=k[0],c[l+1]^=k[1],c[l+2]^=k[2],c[l+3]^=k[3];c=q.clamp(c,p);a&&(d=sjcl.mode.gcm.j(g,h,c));a=[Math.floor(r/0x100000000),r&0xffffffff,Math.floor(p/0x100000000),p&0xffffffff];d=sjcl.mode.gcm.j(g,d,a);k=b.encrypt(e);
d[0]^=k[0];d[1]^=k[1];d[2]^=k[2];d[3]^=k[3];return{tag:q.bitSlice(d,0,f),data:c}}};sjcl.misc.hmac=function(a,b){this.W=b=b||sjcl.hash.sha256;var c=[[],[]],d,e=b.prototype.blockSize/32;this.w=[new b,new b];a.length>e&&(a=b.hash(a));for(d=0;d<e;d++)c[0][d]=a[d]^909522486,c[1][d]=a[d]^1549556828;this.w[0].update(c[0]);this.w[1].update(c[1]);this.R=new b(this.w[0])};
sjcl.misc.hmac.prototype.encrypt=sjcl.misc.hmac.prototype.mac=function(a){if(this.aa)throw new sjcl.exception.invalid("encrypt on already updated hmac called!");this.update(a);return this.digest(a)};sjcl.misc.hmac.prototype.reset=function(){this.R=new this.W(this.w[0]);this.aa=!1};sjcl.misc.hmac.prototype.update=function(a){this.aa=!0;this.R.update(a)};sjcl.misc.hmac.prototype.digest=function(){var a=this.R.finalize(),a=(new this.W(this.w[1])).update(a).finalize();this.reset();return a};
sjcl.misc.pbkdf2=function(a,b,c,d,e){c=c||1E4;if(0>d||0>c)throw new sjcl.exception.invalid("invalid params to pbkdf2");"string"===typeof a&&(a=sjcl.codec.utf8String.toBits(a));"string"===typeof b&&(b=sjcl.codec.utf8String.toBits(b));e=e||sjcl.misc.hmac;a=new e(a);var f,g,h,k,l=[],n=sjcl.bitArray;for(k=1;32*l.length<(d||1);k++){e=f=a.encrypt(n.concat(b,[k]));for(g=1;g<c;g++)for(f=a.encrypt(f),h=0;h<f.length;h++)e[h]^=f[h];l=l.concat(e)}d&&(l=n.clamp(l,d));return l};
sjcl.prng=function(a){this.c=[new sjcl.hash.sha256];this.m=[0];this.P=0;this.H={};this.N=0;this.U={};this.Z=this.f=this.o=this.ha=0;this.b=[0,0,0,0,0,0,0,0];this.h=[0,0,0,0];this.L=void 0;this.M=a;this.D=!1;this.K={progress:{},seeded:{}};this.u=this.ga=0;this.I=1;this.J=2;this.ca=0x10000;this.T=[0,48,64,96,128,192,0x100,384,512,768,1024];this.da=3E4;this.ba=80};
sjcl.prng.prototype={randomWords:function(a,b){var c=[],d;d=this.isReady(b);var e;if(d===this.u)throw new sjcl.exception.notReady("generator isn't seeded");if(d&this.J){d=!(d&this.I);e=[];var f=0,g;this.Z=e[0]=(new Date).valueOf()+this.da;for(g=0;16>g;g++)e.push(0x100000000*Math.random()|0);for(g=0;g<this.c.length&&(e=e.concat(this.c[g].finalize()),f+=this.m[g],this.m[g]=0,d||!(this.P&1<<g));g++);this.P>=1<<this.c.length&&(this.c.push(new sjcl.hash.sha256),this.m.push(0));this.f-=f;f>this.o&&(this.o=
f);this.P++;this.b=sjcl.hash.sha256.hash(this.b.concat(e));this.L=new sjcl.cipher.aes(this.b);for(d=0;4>d&&(this.h[d]=this.h[d]+1|0,!this.h[d]);d++);}for(d=0;d<a;d+=4)0===(d+1)%this.ca&&y(this),e=z(this),c.push(e[0],e[1],e[2],e[3]);y(this);return c.slice(0,a)},setDefaultParanoia:function(a,b){if(0===a&&"Setting paranoia=0 will ruin your security; use it only for testing"!==b)throw new sjcl.exception.invalid("Setting paranoia=0 will ruin your security; use it only for testing");this.M=a},addEntropy:function(a,
b,c){c=c||"user";var d,e,f=(new Date).valueOf(),g=this.H[c],h=this.isReady(),k=0;d=this.U[c];void 0===d&&(d=this.U[c]=this.ha++);void 0===g&&(g=this.H[c]=0);this.H[c]=(this.H[c]+1)%this.c.length;switch(typeof a){case "number":void 0===b&&(b=1);this.c[g].update([d,this.N++,1,b,f,1,a|0]);break;case "object":c=Object.prototype.toString.call(a);if("[object Uint32Array]"===c){e=[];for(c=0;c<a.length;c++)e.push(a[c]);a=e}else for("[object Array]"!==c&&(k=1),c=0;c<a.length&&!k;c++)"number"!==typeof a[c]&&
(k=1);if(!k){if(void 0===b)for(c=b=0;c<a.length;c++)for(e=a[c];0<e;)b++,e=e>>>1;this.c[g].update([d,this.N++,2,b,f,a.length].concat(a))}break;case "string":void 0===b&&(b=a.length);this.c[g].update([d,this.N++,3,b,f,a.length]);this.c[g].update(a);break;default:k=1}if(k)throw new sjcl.exception.bug("random: addEntropy only supports number, array of numbers or string");this.m[g]+=b;this.f+=b;h===this.u&&(this.isReady()!==this.u&&A("seeded",Math.max(this.o,this.f)),A("progress",this.getProgress()))},
isReady:function(a){a=this.T[void 0!==a?a:this.M];return this.o&&this.o>=a?this.m[0]>this.ba&&(new Date).valueOf()>this.Z?this.J|this.I:this.I:this.f>=a?this.J|this.u:this.u},getProgress:function(a){a=this.T[a?a:this.M];return this.o>=a?1:this.f>a?1:this.f/a},startCollectors:function(){if(!this.D){this.a={loadTimeCollector:B(this,this.ma),mouseCollector:B(this,this.oa),keyboardCollector:B(this,this.la),accelerometerCollector:B(this,this.ea),touchCollector:B(this,this.qa)};if(window.addEventListener)window.addEventListener("load",
this.a.loadTimeCollector,!1),window.addEventListener("mousemove",this.a.mouseCollector,!1),window.addEventListener("keypress",this.a.keyboardCollector,!1),window.addEventListener("devicemotion",this.a.accelerometerCollector,!1),window.addEventListener("touchmove",this.a.touchCollector,!1);else if(document.attachEvent)document.attachEvent("onload",this.a.loadTimeCollector),document.attachEvent("onmousemove",this.a.mouseCollector),document.attachEvent("keypress",this.a.keyboardCollector);else throw new sjcl.exception.bug("can't attach event");
this.D=!0}},stopCollectors:function(){this.D&&(window.removeEventListener?(window.removeEventListener("load",this.a.loadTimeCollector,!1),window.removeEventListener("mousemove",this.a.mouseCollector,!1),window.removeEventListener("keypress",this.a.keyboardCollector,!1),window.removeEventListener("devicemotion",this.a.accelerometerCollector,!1),window.removeEventListener("touchmove",this.a.touchCollector,!1)):document.detachEvent&&(document.detachEvent("onload",this.a.loadTimeCollector),document.detachEvent("onmousemove",
this.a.mouseCollector),document.detachEvent("keypress",this.a.keyboardCollector)),this.D=!1)},addEventListener:function(a,b){this.K[a][this.ga++]=b},removeEventListener:function(a,b){var c,d,e=this.K[a],f=[];for(d in e)e.hasOwnProperty(d)&&e[d]===b&&f.push(d);for(c=0;c<f.length;c++)d=f[c],delete e[d]},la:function(){C(this,1)},oa:function(a){var b,c;try{b=a.x||a.clientX||a.offsetX||0,c=a.y||a.clientY||a.offsetY||0}catch(d){c=b=0}0!=b&&0!=c&&this.addEntropy([b,c],2,"mouse");C(this,0)},qa:function(a){a=
a.touches[0]||a.changedTouches[0];this.addEntropy([a.pageX||a.clientX,a.pageY||a.clientY],1,"touch");C(this,0)},ma:function(){C(this,2)},ea:function(a){a=a.accelerationIncludingGravity.x||a.accelerationIncludingGravity.y||a.accelerationIncludingGravity.z;if(window.orientation){var b=window.orientation;"number"===typeof b&&this.addEntropy(b,1,"accelerometer")}a&&this.addEntropy(a,2,"accelerometer");C(this,0)}};
function A(a,b){var c,d=sjcl.random.K[a],e=[];for(c in d)d.hasOwnProperty(c)&&e.push(d[c]);for(c=0;c<e.length;c++)e[c](b)}function C(a,b){"undefined"!==typeof window&&window.performance&&"function"===typeof window.performance.now?a.addEntropy(window.performance.now(),b,"loadtime"):a.addEntropy((new Date).valueOf(),b,"loadtime")}function y(a){a.b=z(a).concat(z(a));a.L=new sjcl.cipher.aes(a.b)}function z(a){for(var b=0;4>b&&(a.h[b]=a.h[b]+1|0,!a.h[b]);b++);return a.L.encrypt(a.h)}
function B(a,b){return function(){b.apply(a,arguments)}}sjcl.random=new sjcl.prng(6);
a:try{var D,E,F,G;if(G="undefined"!==typeof module&&module.exports){var H;try{H=require("crypto")}catch(a){H=null}G=E=H}if(G&&E.randomBytes)D=E.randomBytes(128),D=new Uint32Array((new Uint8Array(D)).buffer),sjcl.random.addEntropy(D,1024,"crypto['randomBytes']");else if("undefined"!==typeof window&&"undefined"!==typeof Uint32Array){F=new Uint32Array(32);if(window.crypto&&window.crypto.getRandomValues)window.crypto.getRandomValues(F);else if(window.msCrypto&&window.msCrypto.getRandomValues)window.msCrypto.getRandomValues(F);
else break a;sjcl.random.addEntropy(F,1024,"crypto['getRandomValues']")}}catch(a){"undefined"!==typeof window&&window.console&&(console.log("There was an error collecting entropy from the browser:"),console.log(a))}
sjcl.json={defaults:{v:1,iter:1E4,ks:128,ts:64,mode:"ccm",adata:"",cipher:"aes"},ja:function(a,b,c,d){c=c||{};d=d||{};var e=sjcl.json,f=e.g({iv:sjcl.random.randomWords(4,0)},e.defaults),g;e.g(f,c);c=f.adata;"string"===typeof f.salt&&(f.salt=sjcl.codec.base64.toBits(f.salt));"string"===typeof f.iv&&(f.iv=sjcl.codec.base64.toBits(f.iv));if(!sjcl.mode[f.mode]||!sjcl.cipher[f.cipher]||"string"===typeof a&&100>=f.iter||64!==f.ts&&96!==f.ts&&128!==f.ts||128!==f.ks&&192!==f.ks&&0x100!==f.ks||2>f.iv.length||
4<f.iv.length)throw new sjcl.exception.invalid("json encrypt: invalid parameters");"string"===typeof a?(g=sjcl.misc.cachedPbkdf2(a,f),a=g.key.slice(0,f.ks/32),f.salt=g.salt):sjcl.ecc&&a instanceof sjcl.ecc.elGamal.publicKey&&(g=a.kem(),f.kemtag=g.tag,a=g.key.slice(0,f.ks/32));"string"===typeof b&&(b=sjcl.codec.utf8String.toBits(b));"string"===typeof c&&(f.adata=c=sjcl.codec.utf8String.toBits(c));g=new sjcl.cipher[f.cipher](a);e.g(d,f);d.key=a;f.ct="ccm"===f.mode&&sjcl.arrayBuffer&&sjcl.arrayBuffer.ccm&&
b instanceof ArrayBuffer?sjcl.arrayBuffer.ccm.encrypt(g,b,f.iv,c,f.ts):sjcl.mode[f.mode].encrypt(g,b,f.iv,c,f.ts);return f},encrypt:function(a,b,c,d){var e=sjcl.json,f=e.ja.apply(e,arguments);return e.encode(f)},ia:function(a,b,c,d){c=c||{};d=d||{};var e=sjcl.json;b=e.g(e.g(e.g({},e.defaults),b),c,!0);var f,g;f=b.adata;"string"===typeof b.salt&&(b.salt=sjcl.codec.base64.toBits(b.salt));"string"===typeof b.iv&&(b.iv=sjcl.codec.base64.toBits(b.iv));if(!sjcl.mode[b.mode]||!sjcl.cipher[b.cipher]||"string"===
typeof a&&100>=b.iter||64!==b.ts&&96!==b.ts&&128!==b.ts||128!==b.ks&&192!==b.ks&&0x100!==b.ks||!b.iv||2>b.iv.length||4<b.iv.length)throw new sjcl.exception.invalid("json decrypt: invalid parameters");"string"===typeof a?(g=sjcl.misc.cachedPbkdf2(a,b),a=g.key.slice(0,b.ks/32),b.salt=g.salt):sjcl.ecc&&a instanceof sjcl.ecc.elGamal.secretKey&&(a=a.unkem(sjcl.codec.base64.toBits(b.kemtag)).slice(0,b.ks/32));"string"===typeof f&&(f=sjcl.codec.utf8String.toBits(f));g=new sjcl.cipher[b.cipher](a);f="ccm"===
b.mode&&sjcl.arrayBuffer&&sjcl.arrayBuffer.ccm&&b.ct instanceof ArrayBuffer?sjcl.arrayBuffer.ccm.decrypt(g,b.ct,b.iv,b.tag,f,b.ts):sjcl.mode[b.mode].decrypt(g,b.ct,b.iv,f,b.ts);e.g(d,b);d.key=a;return 1===c.raw?f:sjcl.codec.utf8String.fromBits(f)},decrypt:function(a,b,c,d){var e=sjcl.json;return e.ia(a,e.decode(b),c,d)},encode:function(a){var b,c="{",d="";for(b in a)if(a.hasOwnProperty(b)){if(!b.match(/^[a-z0-9]+$/i))throw new sjcl.exception.invalid("json encode: invalid property name");c+=d+'"'+
b+'":';d=",";switch(typeof a[b]){case "number":case "boolean":c+=a[b];break;case "string":c+='"'+escape(a[b])+'"';break;case "object":c+='"'+sjcl.codec.base64.fromBits(a[b],0)+'"';break;default:throw new sjcl.exception.bug("json encode: unsupported type");}}return c+"}"},decode:function(a){a=a.replace(/\s/g,"");if(!a.match(/^\{.*\}$/))throw new sjcl.exception.invalid("json decode: this isn't json!");a=a.replace(/^\{|\}$/g,"").split(/,/);var b={},c,d;for(c=0;c<a.length;c++){if(!(d=a[c].match(/^\s*(?:(["']?)([a-z][a-z0-9]*)\1)\s*:\s*(?:(-?\d+)|"([a-z0-9+\/%*_.@=\-]*)"|(true|false))$/i)))throw new sjcl.exception.invalid("json decode: this isn't json!");
null!=d[3]?b[d[2]]=parseInt(d[3],10):null!=d[4]?b[d[2]]=d[2].match(/^(ct|adata|salt|iv)$/)?sjcl.codec.base64.toBits(d[4]):unescape(d[4]):null!=d[5]&&(b[d[2]]="true"===d[5])}return b},g:function(a,b,c){void 0===a&&(a={});if(void 0===b)return a;for(var d in b)if(b.hasOwnProperty(d)){if(c&&void 0!==a[d]&&a[d]!==b[d])throw new sjcl.exception.invalid("required parameter overridden");a[d]=b[d]}return a},sa:function(a,b){var c={},d;for(d in a)a.hasOwnProperty(d)&&a[d]!==b[d]&&(c[d]=a[d]);return c},ra:function(a,
b){var c={},d;for(d=0;d<b.length;d++)void 0!==a[b[d]]&&(c[b[d]]=a[b[d]]);return c}};sjcl.encrypt=sjcl.json.encrypt;sjcl.decrypt=sjcl.json.decrypt;sjcl.misc.pa={};sjcl.misc.cachedPbkdf2=function(a,b){var c=sjcl.misc.pa,d;b=b||{};d=b.iter||1E3;c=c[a]=c[a]||{};d=c[d]=c[d]||{firstSalt:b.salt&&b.salt.length?b.salt.slice(0):sjcl.random.randomWords(2,0)};c=void 0===b.salt?d.firstSalt:b.salt;d[c]=d[c]||sjcl.misc.pbkdf2(a,c,b.iter);return{key:d[c].slice(0),salt:c.slice(0)}};
"undefined"!==typeof module&&module.exports&&(module.exports=sjcl);"function"===typeof define&&define([],function(){return sjcl});
</script>
</div>
<!--~~ Boot kernel prologue ~~-->
<div id="bootKernelPrefix" style="display:none;">
<script data-tiddler-title="$:/boot/bootprefix.js" data-tiddler-type="application/javascript" type="text/javascript">/*\
title: $:/boot/bootprefix.js
type: application/javascript
This file sets up the globals that need to be available when JavaScript modules are executed in the browser. The overall sequence is:
# BootPrefix.js
# <module definitions>
# Boot.js
See Boot.js for further details of the boot process.
\*/
var _bootprefix = (function($tw) {
"use strict";
$tw = $tw || Object.create(null);
$tw.boot = $tw.boot || Object.create(null);
// Detect platforms
if(!("browser" in $tw)) {
$tw.browser = typeof(window) !== "undefined" ? {} : null;
}
if(!("node" in $tw)) {
$tw.node = typeof(process) === "object" ? {} : null;
}
if(!("nodeWebKit" in $tw)) {
$tw.nodeWebKit = $tw.node && global.window && global.window.nwDispatcher ? {} : null;
}
// Set default boot tasks
$tw.boot.tasks = {
trapErrors: !!($tw.browser && !$tw.node),
readBrowserTiddlers: !!($tw.browser && !$tw.node)
};
/*
Information about each module is kept in an object with these members:
moduleType: type of module
definition: object, function or string defining the module; see below
exports: exports of the module, filled in after execution
The `definition` can be of several types:
* An object can be used to directly specify the exports of the module
* A function with the arguments `module,require,exports` that returns `exports`
* A string function body with the same arguments
Each moduleInfo object is stored in two hashmaps: $tw.modules.titles and $tw.modules.types. The first is indexed by title and the second is indexed by type and then title
*/
$tw.modules = {
titles: {}, // hashmap by module name of moduleInfo
types: {} // hashmap by module type and then name of moduleInfo
};
/*
Define a JavaScript tiddler module for later execution
moduleName: name of module being defined
moduleType: type of module
definition: module definition; see discussion above
*/
$tw.modules.define = function(moduleName,moduleType,definition) {
// Create the moduleInfo
var moduleInfo = {
moduleType: moduleType,
definition: definition,
exports: undefined
};
// If the definition is already an object we can use it as the exports
if(typeof moduleInfo.definition === "object") {
moduleInfo.exports = definition;
}
// Store the module in the titles hashmap
if(Object.prototype.hasOwnProperty.call($tw.modules.titles,moduleName)) {
console.log("Warning: Redefined module - " + moduleName);
}
$tw.modules.titles[moduleName] = moduleInfo;
// Store the module in the types hashmap
if(!Object.prototype.hasOwnProperty.call($tw.modules.types,moduleType)) {
$tw.modules.types[moduleType] = {};
}
if(Object.prototype.hasOwnProperty.call($tw.modules.types[moduleType],moduleName)) {
console.log("Warning: Redefined module - " + moduleName);
}
$tw.modules.types[moduleType][moduleName] = moduleInfo;
};
/*
External JavaScript can populate this array before calling boot.js in order to preload tiddlers
*/
$tw.preloadTiddlers = $tw.preloadTiddlers || [];
/*
Convenience function for pushing a tiddler onto the preloading array
*/
$tw.preloadTiddler = function(fields) {
$tw.preloadTiddlers.push(fields);
};
/*
Convenience function for pushing an array of tiddlers onto the preloading array
*/
$tw.preloadTiddlerArray = function(fieldsArray) {
$tw.preloadTiddlers.push.apply($tw.preloadTiddlers,fieldsArray);
};
return $tw;
});
if(typeof(exports) === "undefined") {
// Set up $tw global for the browser
window.$tw = _bootprefix(window.$tw);
} else {
// Export functionality as a module
exports.bootprefix = _bootprefix;
}
</script>
</div>
<!--~~ Boot kernel ~~-->
<div id="bootKernel" style="display:none;">
<script data-tiddler-title="$:/boot/boot.js" data-tiddler-type="application/javascript" type="text/javascript">/*\
title: $:/boot/boot.js
type: application/javascript
The main boot kernel for TiddlyWiki. This single file creates a barebones TW environment that is just sufficient to bootstrap the modules containing the main logic of the application.
On the server this file is executed directly to boot TiddlyWiki. In the browser, this file is packed into a single HTML file.
\*/
var _boot = (function($tw) {
/*jslint node: true, browser: true */
/*global modules: false, $tw: false */
"use strict";
// Include bootprefix if we're not given module data
if(!$tw) {
$tw = require("./bootprefix.js").bootprefix();
}
$tw.utils = $tw.utils || Object.create(null);
/////////////////////////// Standard node.js libraries
var fs, path, vm;
if($tw.node) {
fs = require("fs");
path = require("path");
vm = require("vm");
}
/////////////////////////// Utility functions
$tw.boot.log = function(str) {
$tw.boot.logMessages = $tw.boot.logMessages || [];
$tw.boot.logMessages.push(str);
}
/*
Check if an object has a property
*/
$tw.utils.hop = function(object,property) {
return object ? Object.prototype.hasOwnProperty.call(object,property) : false;
};
/*
Determine if a value is an array
*/
$tw.utils.isArray = function(value) {
return Object.prototype.toString.call(value) == "[object Array]";
};
/*
Check if an array is equal by value and by reference.
*/
$tw.utils.isArrayEqual = function(array1,array2) {
if(array1 === array2) {
return true;
}
array1 = array1 || [];
array2 = array2 || [];
if(array1.length !== array2.length) {
return false;
}
return array1.every(function(value,index) {
return value === array2[index];
});
};
/*
Push entries onto an array, removing them first if they already exist in the array
array: array to modify (assumed to be free of duplicates)
value: a single value to push or an array of values to push
*/
$tw.utils.pushTop = function(array,value) {
var t,p;
if($tw.utils.isArray(value)) {
// Remove any array entries that are duplicated in the new values
if(value.length !== 0) {
if(array.length !== 0) {
if(value.length < array.length) {
for(t=0; t<value.length; t++) {
p = array.indexOf(value[t]);
if(p !== -1) {
array.splice(p,1);
}
}
} else {
for(t=array.length-1; t>=0; t--) {
p = value.indexOf(array[t]);
if(p !== -1) {
array.splice(t,1);
}
}
}
}
// Push the values on top of the main array
array.push.apply(array,value);
}
} else {
p = array.indexOf(value);
if(p !== -1) {
array.splice(p,1);
}
array.push(value);
}
return array;
};
/*
Determine if a value is a date
*/
$tw.utils.isDate = function(value) {
return Object.prototype.toString.call(value) === "[object Date]";
};
/*
Iterate through all the own properties of an object or array. Callback is invoked with (element,title,object)
*/
$tw.utils.each = function(object,callback) {
var next,f,length;
if(object) {
if(Object.prototype.toString.call(object) == "[object Array]") {
for (f=0, length=object.length; f<length; f++) {
next = callback(object[f],f,object);
if(next === false) {
break;
}
}
} else {
var keys = Object.keys(object);
for (f=0, length=keys.length; f<length; f++) {
var key = keys[f];
next = callback(object[key],key,object);
if(next === false) {
break;
}
}
}
}
};
/*
Helper for making DOM elements
tag: tag name
options: see below
Options include:
namespace: defaults to http://www.w3.org/1999/xhtml
attributes: hashmap of attribute values
style: hashmap of styles
text: text to add as a child node
children: array of further child nodes
innerHTML: optional HTML for element
class: class name(s)
document: defaults to current document
eventListeners: array of event listeners (this option won't work until $tw.utils.addEventListeners() has been loaded)
*/
$tw.utils.domMaker = function(tag,options) {
var doc = options.document || document;
var element = doc.createElementNS(options.namespace || "http://www.w3.org/1999/xhtml",tag);
if(options["class"]) {
element.className = options["class"];
}
if(options.text) {
element.appendChild(doc.createTextNode(options.text));
}
$tw.utils.each(options.children,function(child) {
element.appendChild(child);
});
if(options.innerHTML) {
element.innerHTML = options.innerHTML;
}
$tw.utils.each(options.attributes,function(attribute,name) {
element.setAttribute(name,attribute);
});
$tw.utils.each(options.style,function(value,name) {
element.style[name] = value;
});
if(options.eventListeners) {
$tw.utils.addEventListeners(element,options.eventListeners);
}
return element;
};
/*
Display an error and exit
*/
$tw.utils.error = function(err) {
// Prepare the error message
var errHeading = ( $tw.language == undefined ? "Internal JavaScript Error" : $tw.language.getString("InternalJavaScriptError/Title") ),
promptMsg = ( $tw.language == undefined ? "Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser" : $tw.language.getString("InternalJavaScriptError/Hint") );
// Log the error to the console
console.error($tw.node ? "\x1b[1;31m" + err + "\x1b[0m" : err);
if($tw.browser && !$tw.node) {
// Display an error message to the user
var dm = $tw.utils.domMaker,
heading = dm("h1",{text: errHeading}),
prompt = dm("div",{text: promptMsg, "class": "tc-error-prompt"}),
message = dm("div",{text: err, "class":"tc-error-message"}),
button = dm("div",{children: [dm("button",{text: ( $tw.language == undefined ? "close" : $tw.language.getString("Buttons/Close/Caption") )})], "class": "tc-error-prompt"}),
form = dm("form",{children: [heading,prompt,message,button], "class": "tc-error-form"});
document.body.insertBefore(form,document.body.firstChild);
form.addEventListener("submit",function(event) {
document.body.removeChild(form);
event.preventDefault();
return false;
},true);
return null;
} else if(!$tw.browser) {
// Exit if we're under node.js
process.exit(1);
}
};
/*
Use our custom error handler if we're in the browser
*/
if($tw.boot.tasks.trapErrors) {
window.onerror = function(errorMsg,url,lineNumber) {
$tw.utils.error(errorMsg);
return false;
};
}
/*
Extend an object with the properties from a list of source objects
*/
$tw.utils.extend = function(object /*, sourceObjectList */) {
$tw.utils.each(Array.prototype.slice.call(arguments,1),function(source) {
if(source) {
for (var p in source) {
object[p] = source[p];
}
}
});
return object;
};
/*
Fill in any null or undefined properties of an object with the properties from a list of source objects. Each property that is an object is called recursively
*/
$tw.utils.deepDefaults = function(object /*, sourceObjectList */) {
$tw.utils.each(Array.prototype.slice.call(arguments,1),function(source) {
if(source) {
for (var p in source) {
if(object[p] === null || object[p] === undefined) {
object[p] = source[p];
}
if(typeof object[p] === "object" && typeof source[p] === "object") {
$tw.utils.deepDefaults(object[p],source[p]);
}
}
}
});
return object;
};
/*
Convert "&amp;" to &, "&nbsp;" to nbsp, "&lt;" to <, "&gt;" to > and "&quot;" to "
*/
$tw.utils.htmlDecode = function(s) {
return s.toString().replace(/&lt;/mg,"<").replace(/&nbsp;/mg,"\xA0").replace(/&gt;/mg,">").replace(/&quot;/mg,"\"").replace(/&amp;/mg,"&");
};
/*
Get the browser location.hash. We don't use location.hash because of the way that Firefox auto-urldecodes it (see http://stackoverflow.com/questions/1703552/encoding-of-window-location-hash)
*/
$tw.utils.getLocationHash = function() {
var href = window.location.href;
var idx = href.indexOf('#');
if(idx === -1) {
return "#";
} else if(idx < href.length-1 && href[idx+1] === '#') {
// Special case: ignore location hash if it itself starts with a #
return "#";
} else {
return href.substring(idx);
}
};
/*
Pad a string to a given length with "0"s. Length defaults to 2
*/
$tw.utils.pad = function(value,length) {
length = length || 2;
var s = value.toString();
if(s.length < length) {
s = "000000000000000000000000000".substr(0,length - s.length) + s;
}
return s;
};
// Convert a date into UTC YYYYMMDDHHMMSSmmm format
$tw.utils.stringifyDate = function(value) {
return value.getUTCFullYear() +
$tw.utils.pad(value.getUTCMonth() + 1) +
$tw.utils.pad(value.getUTCDate()) +
$tw.utils.pad(value.getUTCHours()) +
$tw.utils.pad(value.getUTCMinutes()) +
$tw.utils.pad(value.getUTCSeconds()) +
$tw.utils.pad(value.getUTCMilliseconds(),3);
};
// Parse a date from a UTC YYYYMMDDHHMMSSmmm format string
$tw.utils.parseDate = function(value) {
if(typeof value === "string") {
var negative = 1;
if(value.charAt(0) === "-") {
negative = -1;
value = value.substr(1);
}
var year = parseInt(value.substr(0,4),10) * negative,
d = new Date(Date.UTC(year,
parseInt(value.substr(4,2),10)-1,
parseInt(value.substr(6,2),10),
parseInt(value.substr(8,2)||"00",10),
parseInt(value.substr(10,2)||"00",10),
parseInt(value.substr(12,2)||"00",10),
parseInt(value.substr(14,3)||"000",10)));
d.setUTCFullYear(year); // See https://stackoverflow.com/a/5870822
return d;
} else if($tw.utils.isDate(value)) {
return value;
} else {
return null;
}
};
// Stringify an array of tiddler titles into a list string
$tw.utils.stringifyList = function(value) {
if($tw.utils.isArray(value)) {
var result = new Array(value.length);
for(var t=0, l=value.length; t<l; t++) {
var entry = value[t] || "";
if(entry.indexOf(" ") !== -1) {
result[t] = "[[" + entry + "]]";
} else {
result[t] = entry;
}
}
return result.join(" ");
} else {
return value || "";
}
};
// Parse a string array from a bracketted list. For example "OneTiddler [[Another Tiddler]] LastOne"
$tw.utils.parseStringArray = function(value, allowDuplicate) {
if(typeof value === "string") {
var memberRegExp = /(?:^|[^\S\xA0])(?:\[\[(.*?)\]\])(?=[^\S\xA0]|$)|([\S\xA0]+)/mg,
results = [], names = {},
match;
do {
match = memberRegExp.exec(value);
if(match) {
var item = match[1] || match[2];
if(item !== undefined && (!$tw.utils.hop(names,item) || allowDuplicate)) {
results.push(item);
names[item] = true;
}
}
} while(match);
return results;
} else if($tw.utils.isArray(value)) {
return value;
} else {
return null;
}
};
// Parse a block of name:value fields. The `fields` object is used as the basis for the return value
$tw.utils.parseFields = function(text,fields) {
fields = fields || Object.create(null);
text.split(/\r?\n/mg).forEach(function(line) {
if(line.charAt(0) !== "#") {
var p = line.indexOf(":");
if(p !== -1) {
var field = line.substr(0, p).trim(),
value = line.substr(p+1).trim();
if(field) {
fields[field] = value;
}
}
}
});
return fields;
};
/*
Resolves a source filepath delimited with `/` relative to a specified absolute root filepath.
In relative paths, the special folder name `..` refers to immediate parent directory, and the
name `.` refers to the current directory
*/
$tw.utils.resolvePath = function(sourcepath,rootpath) {
// If the source path starts with ./ or ../ then it is relative to the root
if(sourcepath.substr(0,2) === "./" || sourcepath.substr(0,3) === "../" ) {
var src = sourcepath.split("/"),
root = rootpath.split("/");
// Remove the filename part of the root
root.splice(root.length-1,1);
// Process the source path bit by bit onto the end of the root path
while(src.length > 0) {
var c = src.shift();
if(c === "..") { // Slice off the last root entry for a double dot
if(root.length > 0) {
root.splice(root.length-1,1);
}
} else if(c !== ".") { // Ignore dots
root.push(c); // Copy other elements across
}
}
return root.join("/");
} else {
// If it isn't relative, just return the path
if(rootpath) {
var root = rootpath.split("/");
// Remove the filename part of the root
root.splice(root.length - 1, 1);
return root.join("/") + "/" + sourcepath;
} else {
return sourcepath;
}
}
};
/*
Parse a semantic version string into its constituent parts -- see https://semver.org
*/
$tw.utils.parseVersion = function(version) {
var match = /^v?((\d+)\.(\d+)\.(\d+))(?:-([\dA-Za-z\-]+(?:\.[\dA-Za-z\-]+)*))?(?:\+([\dA-Za-z\-]+(?:\.[\dA-Za-z\-]+)*))?$/.exec(version);
if(match) {
return {
version: match[1],
major: parseInt(match[2],10),
minor: parseInt(match[3],10),
patch: parseInt(match[4],10),
prerelease: match[5],
build: match[6]
};
} else {
return null;
}
};
/*
Returns +1 if the version string A is greater than the version string B, 0 if they are the same, and +1 if B is greater than A.
Missing or malformed version strings are parsed as 0.0.0
*/
$tw.utils.compareVersions = function(versionStringA,versionStringB) {
var defaultVersion = {
major: 0,
minor: 0,
patch: 0
},
versionA = $tw.utils.parseVersion(versionStringA) || defaultVersion,
versionB = $tw.utils.parseVersion(versionStringB) || defaultVersion,
diff = [
versionA.major - versionB.major,
versionA.minor - versionB.minor,
versionA.patch - versionB.patch
];
if((diff[0] > 0) || (diff[0] === 0 && diff[1] > 0) || (diff[0] === 0 & diff[1] === 0 & diff[2] > 0)) {
return +1;
} else if((diff[0] < 0) || (diff[0] === 0 && diff[1] < 0) || (diff[0] === 0 & diff[1] === 0 & diff[2] < 0)) {
return -1;
} else {
return 0;
}
};
/*
Returns true if the version string A is greater than the version string B. Returns true if the versions are the same
*/
$tw.utils.checkVersions = function(versionStringA,versionStringB) {
return $tw.utils.compareVersions(versionStringA,versionStringB) !== -1;
};
/*
Register file type information
options: {flags: flags,deserializerType: deserializerType}
flags:"image" for image types
deserializerType: defaults to type if not specified
*/
$tw.utils.registerFileType = function(type,encoding,extension,options) {
options = options || {};
if($tw.utils.isArray(extension)) {
$tw.utils.each(extension,function(extension) {
$tw.config.fileExtensionInfo[extension] = {type: type};
});
extension = extension[0];
} else {
$tw.config.fileExtensionInfo[extension] = {type: type};
}
$tw.config.contentTypeInfo[type] = {encoding: encoding, extension: extension, flags: options.flags || [], deserializerType: options.deserializerType || type};
};
/*
Given an extension, always access the $tw.config.fileExtensionInfo
using a lowercase extension only.
*/
$tw.utils.getFileExtensionInfo = function(ext) {
return ext ? $tw.config.fileExtensionInfo[ext.toLowerCase()] : null;
}
/*
Given an extension, get the correct encoding for that file.
defaults to utf8
*/
$tw.utils.getTypeEncoding = function(ext) {
var extensionInfo = $tw.utils.getFileExtensionInfo(ext),
type = extensionInfo ? extensionInfo.type : null,
typeInfo = type ? $tw.config.contentTypeInfo[type] : null;
return typeInfo ? typeInfo.encoding : "utf8";
};
/*
Run code globally with specified context variables in scope
*/
$tw.utils.evalGlobal = function(code,context,filename) {
var contextCopy = $tw.utils.extend(Object.create(null),context);
// Get the context variables as a pair of arrays of names and values
var contextNames = [], contextValues = [];
$tw.utils.each(contextCopy,function(value,name) {
contextNames.push(name);
contextValues.push(value);
});
// Add the code prologue and epilogue
code = "(function(" + contextNames.join(",") + ") {(function(){\n" + code + "\n;})();\nreturn exports;\n})\n";
// Compile the code into a function
var fn;
if($tw.browser) {
fn = window["eval"](code + "\n\n//# sourceURL=" + filename);
} else {
fn = vm.runInThisContext(code,filename);
}
// Call the function and return the exports
return fn.apply(null,contextValues);
};
/*
Run code in a sandbox with only the specified context variables in scope
*/
$tw.utils.evalSandboxed = $tw.browser ? $tw.utils.evalGlobal : function(code,context,filename) {
var sandbox = $tw.utils.extend(Object.create(null),context);
vm.runInNewContext(code,sandbox,filename);
return sandbox.exports;
};
/*
Creates a PasswordPrompt object
*/
$tw.utils.PasswordPrompt = function() {
// Store of pending password prompts
this.passwordPrompts = [];
// Create the wrapper
this.promptWrapper = $tw.utils.domMaker("div",{"class":"tc-password-wrapper"});
document.body.appendChild(this.promptWrapper);
// Hide the empty wrapper
this.setWrapperDisplay();
};
/*
Hides or shows the wrapper depending on whether there are any outstanding prompts
*/
$tw.utils.PasswordPrompt.prototype.setWrapperDisplay = function() {
if(this.passwordPrompts.length) {
this.promptWrapper.style.display = "block";
} else {
this.promptWrapper.style.display = "none";
}
};
/*
Adds a new password prompt. Options are:
submitText: text to use for submit button (defaults to "Login")
serviceName: text of the human readable service name
noUserName: set true to disable username prompt
canCancel: set true to enable a cancel button (callback called with null)
repeatPassword: set true to prompt for the password twice
callback: function to be called on submission with parameter of object {username:,password:}. Callback must return `true` to remove the password prompt
*/
$tw.utils.PasswordPrompt.prototype.createPrompt = function(options) {
// Create and add the prompt to the DOM
var self = this,
submitText = options.submitText || "Login",
dm = $tw.utils.domMaker,
children = [dm("h1",{text: options.serviceName})];
if(!options.noUserName) {
children.push(dm("input",{
attributes: {type: "text", name: "username", placeholder: $tw.language.getString("Encryption/Username")}
}));
}
children.push(dm("input",{
attributes: {
type: "password",
name: "password",
placeholder: ( $tw.language == undefined ? "Password" : $tw.language.getString("Encryption/Password") )
}
}));
if(options.repeatPassword) {
children.push(dm("input",{
attributes: {
type: "password",
name: "password2",
placeholder: $tw.language.getString("Encryption/RepeatPassword")
}
}));
}
if(options.canCancel) {
children.push(dm("button",{
text: $tw.language.getString("Encryption/Cancel"),
attributes: {
type: "button"
},
eventListeners: [{
name: "click",
handlerFunction: function(event) {
self.removePrompt(promptInfo);
options.callback(null);
}
}]
}));
}
children.push(dm("button",{
attributes: {type: "submit"},
text: submitText
}));
var form = dm("form",{
attributes: {autocomplete: "off"},
children: children
});
this.promptWrapper.appendChild(form);
window.setTimeout(function() {
form.elements[0].focus();
},10);
// Add a submit event handler
var self = this;
form.addEventListener("submit",function(event) {
// Collect the form data
var data = {},t;
$tw.utils.each(form.elements,function(element) {
if(element.name && element.value) {
data[element.name] = element.value;
}
});
// Check that the passwords match
if(options.repeatPassword && data.password !== data.password2) {
alert($tw.language.getString("Encryption/PasswordNoMatch"));
} else {
// Call the callback
if(options.callback(data)) {
// Remove the prompt if the callback returned true
self.removePrompt(promptInfo);
} else {
// Clear the password if the callback returned false
$tw.utils.each(form.elements,function(element) {
if(element.name === "password" || element.name === "password2") {
element.value = "";
}
});
}
}
event.preventDefault();
return false;
},true);
// Add the prompt to the list
var promptInfo = {
serviceName: options.serviceName,
callback: options.callback,
form: form,
owner: this
};
this.passwordPrompts.push(promptInfo);
// Make sure the wrapper is displayed
this.setWrapperDisplay();
return promptInfo;
};
$tw.utils.PasswordPrompt.prototype.removePrompt = function(promptInfo) {
var i = this.passwordPrompts.indexOf(promptInfo);
if(i !== -1) {
this.passwordPrompts.splice(i,1);
promptInfo.form.parentNode.removeChild(promptInfo.form);
this.setWrapperDisplay();
}
}
/*
Crypto helper object for encrypted content. It maintains the password text in a closure, and provides methods to change
the password, and to encrypt/decrypt a block of text
*/
$tw.utils.Crypto = function() {
var sjcl = $tw.node ? (global.sjcl || require("./sjcl.js")) : window.sjcl,
currentPassword = null,
callSjcl = function(method,inputText,password) {
password = password || currentPassword;
var outputText;
try {
if(password) {
outputText = sjcl[method](password,inputText);
}
} catch(ex) {
console.log("Crypto error:" + ex);
outputText = null;
}
return outputText;
};
this.setPassword = function(newPassword) {
currentPassword = newPassword;
this.updateCryptoStateTiddler();
};
this.updateCryptoStateTiddler = function() {
if($tw.wiki) {
var state = currentPassword ? "yes" : "no",
tiddler = $tw.wiki.getTiddler("$:/isEncrypted");
if(!tiddler || tiddler.fields.text !== state) {
$tw.wiki.addTiddler(new $tw.Tiddler({title: "$:/isEncrypted", text: state}));
}
}
};
this.hasPassword = function() {
return !!currentPassword;
}
this.encrypt = function(text,password) {
return callSjcl("encrypt",text,password);
};
this.decrypt = function(text,password) {
return callSjcl("decrypt",text,password);
};
};
/////////////////////////// Module mechanism
/*
Execute the module named 'moduleName'. The name can optionally be relative to the module named 'moduleRoot'
*/
$tw.modules.execute = function(moduleName,moduleRoot) {
var name = moduleName;
if(moduleName.charAt(0) === ".") {
name = $tw.utils.resolvePath(moduleName,moduleRoot)
}
if(!$tw.modules.titles[name]) {
if($tw.modules.titles[name + ".js"]) {
name = name + ".js";
} else if($tw.modules.titles[name + "/index.js"]) {
name = name + "/index.js";
} else if($tw.modules.titles[moduleName]) {
name = moduleName;
} else if($tw.modules.titles[moduleName + ".js"]) {
name = moduleName + ".js";
} else if($tw.modules.titles[moduleName + "/index.js"]) {
name = moduleName + "/index.js";
}
}
var moduleInfo = $tw.modules.titles[name],
tiddler = $tw.wiki.getTiddler(name),
_exports = {},
sandbox = {
module: {exports: _exports},
//moduleInfo: moduleInfo,
exports: _exports,
console: console,
setInterval: setInterval,
clearInterval: clearInterval,
setTimeout: setTimeout,
clearTimeout: clearTimeout,
Buffer: $tw.browser ? undefined : Buffer,
$tw: $tw,
require: function(title) {
return $tw.modules.execute(title, name);
}
};
Object.defineProperty(sandbox.module, "id", {
value: name,
writable: false,
enumerable: true,
configurable: false
});
if(!$tw.browser) {
$tw.utils.extend(sandbox,{
process: process
});
} else {
/*
CommonJS optional require.main property:
In a browser we offer a fake main module which points back to the boot function
(Theoretically, this may allow TW to eventually load itself as a module in the browser)
*/
Object.defineProperty(sandbox.require, "main", {
value: (typeof(require) !== "undefined") ? require.main : {TiddlyWiki: _boot},
writable: false,
enumerable: true,
configurable: false
});
}
if(!moduleInfo) {
// We could not find the module on this path
// Try to defer to browserify etc, or node
var deferredModule;
if($tw.browser) {
if(window.require) {
try {
return window.require(moduleName);
} catch(e) {}
}
throw "Cannot find module named '" + moduleName + "' required by module '" + moduleRoot + "', resolved to " + name;
} else {
// If we don't have a module with that name, let node.js try to find it
return require(moduleName);
}
}
// Execute the module if we haven't already done so
if(!moduleInfo.exports) {
try {
// Check the type of the definition
if(typeof moduleInfo.definition === "function") { // Function
moduleInfo.exports = _exports;
moduleInfo.definition(moduleInfo,moduleInfo.exports,sandbox.require);
} else if(typeof moduleInfo.definition === "string") { // String
moduleInfo.exports = _exports;
$tw.utils.evalSandboxed(moduleInfo.definition,sandbox,tiddler.fields.title);
if(sandbox.module.exports) {
moduleInfo.exports = sandbox.module.exports; //more codemirror workaround
}
} else { // Object
moduleInfo.exports = moduleInfo.definition;
}
} catch(e) {
if (e instanceof SyntaxError) {
var line = e.lineNumber || e.line; // Firefox || Safari
if (typeof(line) != "undefined" && line !== null) {
$tw.utils.error("Syntax error in boot module " + name + ":" + line + ":\n" + e.stack);
} else if(!$tw.browser) {
// this is the only way to get node.js to display the line at which the syntax error appeared,
// and $tw.utils.error would exit anyway
// cf. https://bugs.chromium.org/p/v8/issues/detail?id=2589
throw e;
} else {
// Opera: line number is included in e.message
// Chrome/IE: there's currently no way to get the line number
$tw.utils.error("Syntax error in boot module " + name + ": " + e.message + "\n" + e.stack);
}
} else {
// line number should be included in e.stack for runtime errors
$tw.utils.error("Error executing boot module " + name + ": " + JSON.stringify(e) + "\n\n" + e.stack);
}
}
}
// Return the exports of the module
return moduleInfo.exports;
};
/*
Apply a callback to each module of a particular type
moduleType: type of modules to enumerate
callback: function called as callback(title,moduleExports) for each module
*/
$tw.modules.forEachModuleOfType = function(moduleType,callback) {
var modules = $tw.modules.types[moduleType];
$tw.utils.each(modules,function(element,title) {
callback(title,$tw.modules.execute(title));
});
};
/*
Get all the modules of a particular type in a hashmap by their `name` field
*/
$tw.modules.getModulesByTypeAsHashmap = function(moduleType,nameField) {
nameField = nameField || "name";
var results = Object.create(null);
$tw.modules.forEachModuleOfType(moduleType,function(title,module) {
results[module[nameField]] = module;
});
return results;
};
/*
Apply the exports of the modules of a particular type to a target object
*/
$tw.modules.applyMethods = function(moduleType,targetObject) {
if(!targetObject) {
targetObject = Object.create(null);
}
$tw.modules.forEachModuleOfType(moduleType,function(title,module) {
$tw.utils.each(module,function(element,title,object) {
targetObject[title] = module[title];
});
});
return targetObject;
};
/*
Return a class created from a modules. The module should export the properties to be added to those of the optional base class
*/
$tw.modules.createClassFromModule = function(moduleExports,baseClass) {
var newClass = function() {};
if(baseClass) {
newClass.prototype = new baseClass();
newClass.prototype.constructor = baseClass;
}
$tw.utils.extend(newClass.prototype,moduleExports);
return newClass;
};
/*
Return an array of classes created from the modules of a specified type. Each module should export the properties to be added to those of the optional base class
*/
$tw.modules.createClassesFromModules = function(moduleType,subType,baseClass) {
var classes = Object.create(null);
$tw.modules.forEachModuleOfType(moduleType,function(title,moduleExports) {
if(!subType || moduleExports.types[subType]) {
classes[moduleExports.name] = $tw.modules.createClassFromModule(moduleExports,baseClass);
}
});
return classes;
};
/////////////////////////// Barebones tiddler object
/*
Construct a tiddler object from a hashmap of tiddler fields. If multiple hasmaps are provided they are merged,
taking precedence to the right
*/
$tw.Tiddler = function(/* [fields,] fields */) {
this.fields = Object.create(null);
this.cache = Object.create(null);
for(var c=0; c<arguments.length; c++) {
var arg = arguments[c],
src = (arg instanceof $tw.Tiddler) ? arg.fields : arg;
for(var t in src) {
if(src[t] === undefined || src[t] === null) {
if(t in this.fields) {
delete this.fields[t]; // If we get a field that's undefined, delete any previous field value
}
} else {
// Parse the field with the associated field module (if any)
var fieldModule = $tw.Tiddler.fieldModules[t],
value;
if(fieldModule && fieldModule.parse) {
value = fieldModule.parse.call(this,src[t]);
} else {
value = src[t];
}
// Freeze the field to keep it immutable
if(value != null && typeof value === "object") {
Object.freeze(value);
}
this.fields[t] = value;
}
}
}
// Freeze the tiddler against modification
Object.freeze(this.fields);
Object.freeze(this);
};
$tw.Tiddler.prototype.hasField = function(field) {
return $tw.utils.hop(this.fields,field);
};
/*
Compare two tiddlers for equality
tiddler: the tiddler to compare
excludeFields: array of field names to exclude from the comparison
*/
$tw.Tiddler.prototype.isEqual = function(tiddler,excludeFields) {
if(!(tiddler instanceof $tw.Tiddler)) {
return false;
}
excludeFields = excludeFields || [];
var self = this,
differences = []; // Fields that have differences
// Add to the differences array
function addDifference(fieldName) {
// Check for this field being excluded
if(excludeFields.indexOf(fieldName) === -1) {
// Save the field as a difference
$tw.utils.pushTop(differences,fieldName);
}
}
// Returns true if the two values of this field are equal
function isFieldValueEqual(fieldName) {
var valueA = self.fields[fieldName],
valueB = tiddler.fields[fieldName];
// Check for identical string values
if(typeof(valueA) === "string" && typeof(valueB) === "string" && valueA === valueB) {
return true;
}
// Check for identical array values
if($tw.utils.isArray(valueA) && $tw.utils.isArray(valueB) && $tw.utils.isArrayEqual(valueA,valueB)) {
return true;
}
// Check for identical date values
if($tw.utils.isDate(valueA) && $tw.utils.isDate(valueB) && valueA.getTime() === valueB.getTime()) {
return true;
}
// Otherwise the fields must be different
return false;
}
// Compare our fields
for(var fieldName in this.fields) {
if(!isFieldValueEqual(fieldName)) {
addDifference(fieldName);
}
}
// There's a difference for every field in the other tiddler that we don't have
for(fieldName in tiddler.fields) {
if(!(fieldName in this.fields)) {
addDifference(fieldName);
}
}
// Return whether there were any differences
return differences.length === 0;
};
/*
Register and install the built in tiddler field modules
*/
$tw.modules.define("$:/boot/tiddlerfields/modified","tiddlerfield",{
name: "modified",
parse: $tw.utils.parseDate,
stringify: $tw.utils.stringifyDate
});
$tw.modules.define("$:/boot/tiddlerfields/created","tiddlerfield",{
name: "created",
parse: $tw.utils.parseDate,
stringify: $tw.utils.stringifyDate
});
$tw.modules.define("$:/boot/tiddlerfields/color","tiddlerfield",{
name: "color",
editTag: "input",
editType: "color"
});
$tw.modules.define("$:/boot/tiddlerfields/tags","tiddlerfield",{
name: "tags",
parse: $tw.utils.parseStringArray,
stringify: $tw.utils.stringifyList
});
$tw.modules.define("$:/boot/tiddlerfields/list","tiddlerfield",{
name: "list",
parse: $tw.utils.parseStringArray,
stringify: $tw.utils.stringifyList
});
/////////////////////////// Barebones wiki store
/*
Wiki constructor. State is stored in private members that only a small number of privileged accessor methods have direct access. Methods added via the prototype have to use these accessors and cannot access the state data directly.
options include:
enableIndexers - Array of indexer names to enable, or null to use all available indexers
*/
$tw.Wiki = function(options) {
options = options || {};
var self = this,
tiddlers = Object.create(null), // Hashmap of tiddlers
tiddlerTitles = null, // Array of tiddler titles
getTiddlerTitles = function() {
if(!tiddlerTitles) {
tiddlerTitles = Object.keys(tiddlers);
}
return tiddlerTitles;
},
pluginTiddlers = [], // Array of tiddlers containing registered plugins, ordered by priority
pluginInfo = Object.create(null), // Hashmap of parsed plugin content
shadowTiddlers = Object.create(null), // Hashmap by title of {source:, tiddler:}
shadowTiddlerTitles = null,
getShadowTiddlerTitles = function() {
if(!shadowTiddlerTitles) {
shadowTiddlerTitles = Object.keys(shadowTiddlers);
}
return shadowTiddlerTitles;
},
enableIndexers = options.enableIndexers || null,
indexers = [],
indexersByName = Object.create(null);
this.addIndexer = function(indexer,name) {
// Bail if this indexer is not enabled
if(enableIndexers && enableIndexers.indexOf(name) === -1) {
return;
}
indexers.push(indexer);
indexersByName[name] = indexer;
indexer.init();
};
this.getIndexer = function(name) {
return indexersByName[name] || null;
};
// Add a tiddler to the store
this.addTiddler = function(tiddler) {
if(!(tiddler instanceof $tw.Tiddler)) {
tiddler = new $tw.Tiddler(tiddler);
}
// Save the tiddler
if(tiddler) {
var title = tiddler.fields.title;
if(title) {
// Uncomment the following line for detailed logs of all tiddler writes
// console.log("Adding",title,tiddler)
// Record the old tiddler state
var updateDescriptor = {
old: {
tiddler: this.getTiddler(title),
shadow: this.isShadowTiddler(title),
exists: this.tiddlerExists(title)
}
}
// Save the new tiddler
tiddlers[title] = tiddler;
// Check we've got it's title
if(tiddlerTitles && tiddlerTitles.indexOf(title) === -1) {
tiddlerTitles.push(title);
}
// Record the new tiddler state
updateDescriptor["new"] = {
tiddler: tiddler,
shadow: this.isShadowTiddler(title),
exists: this.tiddlerExists(title)
}
// Update indexes
this.clearCache(title);
this.clearGlobalCache();
$tw.utils.each(indexers,function(indexer) {
indexer.update(updateDescriptor);
});
// Queue a change event
this.enqueueTiddlerEvent(title);
}
}
};
// Delete a tiddler
this.deleteTiddler = function(title) {
// Uncomment the following line for detailed logs of all tiddler deletions
// console.log("Deleting",title)
if($tw.utils.hop(tiddlers,title)) {
// Record the old tiddler state
var updateDescriptor = {
old: {
tiddler: this.getTiddler(title),
shadow: this.isShadowTiddler(title),
exists: this.tiddlerExists(title)
}
}
// Delete the tiddler
delete tiddlers[title];
// Delete it from the list of titles
if(tiddlerTitles) {
var index = tiddlerTitles.indexOf(title);
if(index !== -1) {
tiddlerTitles.splice(index,1);
}
}
// Record the new tiddler state
updateDescriptor["new"] = {
tiddler: this.getTiddler(title),
shadow: this.isShadowTiddler(title),
exists: this.tiddlerExists(title)
}
// Update indexes
this.clearCache(title);
this.clearGlobalCache();
$tw.utils.each(indexers,function(indexer) {
indexer.update(updateDescriptor);
});
// Queue a change event
this.enqueueTiddlerEvent(title,true);
}
};
// Get a tiddler from the store
this.getTiddler = function(title) {
if(title) {
var t = tiddlers[title];
if(t instanceof $tw.Tiddler) {
return t;
} else if(title !== undefined && shadowTiddlers[title]) {
return shadowTiddlers[title].tiddler;
}
return undefined;
}
};
// Get an array of all tiddler titles
this.allTitles = function() {
return getTiddlerTitles().slice(0);
};
// Iterate through all tiddler titles
this.each = function(callback) {
var titles = getTiddlerTitles(),
index,titlesLength,title;
for(index = 0, titlesLength = titles.length; index < titlesLength; index++) {
title = titles[index];
callback(tiddlers[title],title);
}
};
// Get an array of all shadow tiddler titles
this.allShadowTitles = function() {
return getShadowTiddlerTitles().slice(0);
};
// Iterate through all shadow tiddler titles
this.eachShadow = function(callback) {
var titles = getShadowTiddlerTitles(),
index,titlesLength,title;
for(index = 0, titlesLength = titles.length; index < titlesLength; index++) {
title = titles[index];
if(tiddlers[title]) {
callback(tiddlers[title],title);
} else {
var shadowInfo = shadowTiddlers[title];
callback(shadowInfo.tiddler,title);
}
}
};
// Iterate through all tiddlers and then the shadows
this.eachTiddlerPlusShadows = function(callback) {
var index,titlesLength,title,
titles = getTiddlerTitles();
for(index = 0, titlesLength = titles.length; index < titlesLength; index++) {
title = titles[index];
callback(tiddlers[title],title);
}
titles = getShadowTiddlerTitles();
for(index = 0, titlesLength = titles.length; index < titlesLength; index++) {
title = titles[index];
if(!tiddlers[title]) {
var shadowInfo = shadowTiddlers[title];
callback(shadowInfo.tiddler,title);
}
}
};
// Iterate through all the shadows and then the tiddlers
this.eachShadowPlusTiddlers = function(callback) {
var index,titlesLength,title,
titles = getShadowTiddlerTitles();
for(index = 0, titlesLength = titles.length; index < titlesLength; index++) {
title = titles[index];
if(tiddlers[title]) {
callback(tiddlers[title],title);
} else {
var shadowInfo = shadowTiddlers[title];
callback(shadowInfo.tiddler,title);
}
}
titles = getTiddlerTitles();
for(index = 0, titlesLength = titles.length; index < titlesLength; index++) {
title = titles[index];
if(!shadowTiddlers[title]) {
callback(tiddlers[title],title);
}
}
};
// Test for the existence of a tiddler (excludes shadow tiddlers)
this.tiddlerExists = function(title) {
return !!$tw.utils.hop(tiddlers,title);
};
// Determines if a tiddler is a shadow tiddler, regardless of whether it has been overridden by a real tiddler
this.isShadowTiddler = function(title) {
return $tw.utils.hop(shadowTiddlers,title);
};
this.getShadowSource = function(title) {
if($tw.utils.hop(shadowTiddlers,title)) {
return shadowTiddlers[title].source;
}
return null;
};
// Get an array of all the currently recognised plugin types
this.getPluginTypes = function() {
var types = [];
$tw.utils.each(pluginTiddlers,function(pluginTiddler) {
var pluginType = pluginTiddler.fields["plugin-type"];
if(pluginType && types.indexOf(pluginType) === -1) {
types.push(pluginType);
}
});
return types;
};
// Read plugin info for all plugins, or just an array of titles. Returns the number of plugins updated or deleted
this.readPluginInfo = function(titles) {
var results = {
modifiedPlugins: [],
deletedPlugins: []
};
$tw.utils.each(titles || getTiddlerTitles(),function(title) {
var tiddler = tiddlers[title];
if(tiddler) {
if(tiddler.fields.type === "application/json" && tiddler.hasField("plugin-type") && tiddler.fields.text) {
pluginInfo[tiddler.fields.title] = JSON.parse(tiddler.fields.text);
results.modifiedPlugins.push(tiddler.fields.title);
}
} else {
if(pluginInfo[title]) {
delete pluginInfo[title];
results.deletedPlugins.push(title);
}
}
});
return results;
};
// Get plugin info for a plugin
this.getPluginInfo = function(title) {
return pluginInfo[title];
};
// Register the plugin tiddlers of a particular type, or null/undefined for any type, optionally restricting registration to an array of tiddler titles. Return the array of titles affected
this.registerPluginTiddlers = function(pluginType,titles) {
var self = this,
registeredTitles = [],
checkTiddler = function(tiddler,title) {
if(tiddler && tiddler.fields.type === "application/json" && tiddler.fields["plugin-type"] && (!pluginType || tiddler.fields["plugin-type"] === pluginType)) {
var disablingTiddler = self.getTiddler("$:/config/Plugins/Disabled/" + title);
if(title === "$:/core" || !disablingTiddler || (disablingTiddler.fields.text || "").trim() !== "yes") {
self.unregisterPluginTiddlers(null,[title]); // Unregister the plugin if it's already registered
pluginTiddlers.push(tiddler);
registeredTitles.push(tiddler.fields.title);
}
}
};
if(titles) {
$tw.utils.each(titles,function(title) {
checkTiddler(self.getTiddler(title),title);
});
} else {
this.each(function(tiddler,title) {
checkTiddler(tiddler,title);
});
}
return registeredTitles;
};
// Unregister the plugin tiddlers of a particular type, or null/undefined for any type, optionally restricting unregistering to an array of tiddler titles. Returns an array of the titles affected
this.unregisterPluginTiddlers = function(pluginType,titles) {
var self = this,
unregisteredTitles = [];
// Remove any previous registered plugins of this type
for(var t=pluginTiddlers.length-1; t>=0; t--) {
var tiddler = pluginTiddlers[t];
if(tiddler.fields["plugin-type"] && (!pluginType || tiddler.fields["plugin-type"] === pluginType) && (!titles || titles.indexOf(tiddler.fields.title) !== -1)) {
unregisteredTitles.push(tiddler.fields.title);
pluginTiddlers.splice(t,1);
}
}
return unregisteredTitles;
};
// Unpack the currently registered plugins, creating shadow tiddlers for their constituent tiddlers
this.unpackPluginTiddlers = function() {
var self = this;
// Sort the plugin titles by the `plugin-priority` field
pluginTiddlers.sort(function(a,b) {
if("plugin-priority" in a.fields && "plugin-priority" in b.fields) {
return a.fields["plugin-priority"] - b.fields["plugin-priority"];
} else if("plugin-priority" in a.fields) {
return -1;
} else if("plugin-priority" in b.fields) {
return +1;
} else if(a.fields.title < b.fields.title) {
return -1;
} else if(a.fields.title === b.fields.title) {
return 0;
} else {
return +1;
}
});
// Now go through the plugins in ascending order and assign the shadows
shadowTiddlers = Object.create(null);
$tw.utils.each(pluginTiddlers,function(tiddler) {
// Extract the constituent tiddlers
if($tw.utils.hop(pluginInfo,tiddler.fields.title)) {
$tw.utils.each(pluginInfo[tiddler.fields.title].tiddlers,function(constituentTiddler,constituentTitle) {
// Save the tiddler object
if(constituentTitle) {
shadowTiddlers[constituentTitle] = {
source: tiddler.fields.title,
tiddler: new $tw.Tiddler(constituentTiddler,{title: constituentTitle})
};
}
});
}
});
shadowTiddlerTitles = null;
this.clearCache(null);
this.clearGlobalCache();
$tw.utils.each(indexers,function(indexer) {
indexer.rebuild();
});
};
if(this.addIndexersToWiki) {
this.addIndexersToWiki();
}
};
// Dummy methods that will be filled in after boot
$tw.Wiki.prototype.clearCache =
$tw.Wiki.prototype.clearGlobalCache =
$tw.Wiki.prototype.enqueueTiddlerEvent = function() {};
// Add an array of tiddlers
$tw.Wiki.prototype.addTiddlers = function(tiddlers) {
for(var t=0; t<tiddlers.length; t++) {
this.addTiddler(tiddlers[t]);
}
};
/*
Define all modules stored in ordinary tiddlers
*/
$tw.Wiki.prototype.defineTiddlerModules = function() {
this.each(function(tiddler,title) {
if(tiddler.hasField("module-type")) {
switch (tiddler.fields.type) {
case "application/javascript":
// We only define modules that haven't already been defined, because in the browser modules in system tiddlers are defined in inline script
if(!$tw.utils.hop($tw.modules.titles,tiddler.fields.title)) {
$tw.modules.define(tiddler.fields.title,tiddler.fields["module-type"],tiddler.fields.text);
}
break;
case "application/json":
$tw.modules.define(tiddler.fields.title,tiddler.fields["module-type"],JSON.parse(tiddler.fields.text));
break;
case "application/x-tiddler-dictionary":
$tw.modules.define(tiddler.fields.title,tiddler.fields["module-type"],$tw.utils.parseFields(tiddler.fields.text));
break;
}
}
});
};
/*
Register all the module tiddlers that have a module type
*/
$tw.Wiki.prototype.defineShadowModules = function() {
var self = this;
this.eachShadow(function(tiddler,title) {
// Don't define the module if it is overidden by an ordinary tiddler
if(!self.tiddlerExists(title) && tiddler.hasField("module-type")) {
// Define the module
$tw.modules.define(tiddler.fields.title,tiddler.fields["module-type"],tiddler.fields.text);
}
});
};
/*
Enable safe mode by deleting any tiddlers that override a shadow tiddler
*/
$tw.Wiki.prototype.processSafeMode = function() {
var self = this,
overrides = [];
// Find the overriding tiddlers
this.each(function(tiddler,title) {
if(self.isShadowTiddler(title)) {
console.log(title);
overrides.push(title);
}
});
// Assemble a report tiddler
var titleReportTiddler = "TiddlyWiki Safe Mode",
report = [];
report.push("TiddlyWiki has been started in [[safe mode|https://tiddlywiki.com/static/SafeMode.html]]. All plugins are temporarily disabled. Most customisations have been disabled by renaming the following tiddlers:")
// Delete the overrides
overrides.forEach(function(title) {
var tiddler = self.getTiddler(title),
newTitle = "SAFE: " + title;
self.deleteTiddler(title);
self.addTiddler(new $tw.Tiddler(tiddler, {title: newTitle}));
report.push("* [[" + title + "|" + newTitle + "]]");
});
report.push()
this.addTiddler(new $tw.Tiddler({title: titleReportTiddler, text: report.join("\n\n")}));
// Set $:/DefaultTiddlers to point to our report
this.addTiddler(new $tw.Tiddler({title: "$:/DefaultTiddlers", text: "[[" + titleReportTiddler + "]]"}));
};
/*
Extracts tiddlers from a typed block of text, specifying default field values
*/
$tw.Wiki.prototype.deserializeTiddlers = function(type,text,srcFields,options) {
srcFields = srcFields || Object.create(null);
options = options || {};
var deserializer = $tw.Wiki.tiddlerDeserializerModules[options.deserializer],
fields = Object.create(null);
if(!deserializer) {
deserializer = $tw.Wiki.tiddlerDeserializerModules[type];
}
if(!deserializer && $tw.utils.getFileExtensionInfo(type)) {
// If we didn't find the serializer, try converting it from an extension to a content type
type = $tw.utils.getFileExtensionInfo(type).type;
deserializer = $tw.Wiki.tiddlerDeserializerModules[type];
}
if(!deserializer && $tw.config.contentTypeInfo[type]) {
// see if this type has a different deserializer registered with it
type = $tw.config.contentTypeInfo[type].deserializerType;
deserializer = $tw.Wiki.tiddlerDeserializerModules[type];
}
if(!deserializer) {
// If we still don't have a deserializer, treat it as plain text
deserializer = $tw.Wiki.tiddlerDeserializerModules["text/plain"];
}
for(var f in srcFields) {
fields[f] = srcFields[f];
}
if(deserializer) {
return deserializer.call(this,text,fields,type);
} else {
// Return a raw tiddler for unknown types
fields.text = text;
return [fields];
}
};
/*
Register the built in tiddler deserializer modules
*/
var deserializeHeaderComment = function(text,fields) {
var headerCommentRegExp = new RegExp($tw.config.jsModuleHeaderRegExpString,"mg"),
match = headerCommentRegExp.exec(text);
fields.text = text;
if(match) {
fields = $tw.utils.parseFields(match[1].split(/\r?\n\r?\n/mg)[0],fields);
}
return [fields];
};
$tw.modules.define("$:/boot/tiddlerdeserializer/js","tiddlerdeserializer",{
"application/javascript": deserializeHeaderComment
});
$tw.modules.define("$:/boot/tiddlerdeserializer/css","tiddlerdeserializer",{
"text/css": deserializeHeaderComment
});
$tw.modules.define("$:/boot/tiddlerdeserializer/tid","tiddlerdeserializer",{
"application/x-tiddler": function(text,fields) {
var split = text.split(/\r?\n\r?\n/mg);
if(split.length >= 1) {
fields = $tw.utils.parseFields(split[0],fields);
}
if(split.length >= 2) {
fields.text = split.slice(1).join("\n\n");
}
return [fields];
}
});
$tw.modules.define("$:/boot/tiddlerdeserializer/tids","tiddlerdeserializer",{
"application/x-tiddlers": function(text,fields) {
var titles = [],
tiddlers = [],
match = /\r?\n\r?\n/mg.exec(text);
if(match) {
fields = $tw.utils.parseFields(text.substr(0,match.index),fields);
var lines = text.substr(match.index + match[0].length).split(/\r?\n/mg);
for(var t=0; t<lines.length; t++) {
var line = lines[t];
if(line.charAt(0) !== "#") {
var colonPos= line.indexOf(":");
if(colonPos !== -1) {
var tiddler = $tw.utils.extend(Object.create(null),fields);
tiddler.title = (tiddler.title || "") + line.substr(0,colonPos).trim();
if(titles.indexOf(tiddler.title) !== -1) {
console.log("Warning: .multids file contains multiple definitions for " + tiddler.title);
}
titles.push(tiddler.title);
tiddler.text = line.substr(colonPos + 2).trim();
tiddlers.push(tiddler);
}
}
}
}
return tiddlers;
}
});
$tw.modules.define("$:/boot/tiddlerdeserializer/txt","tiddlerdeserializer",{
"text/plain": function(text,fields,type) {
fields.text = text;
fields.type = type || "text/plain";
return [fields];
}
});
$tw.modules.define("$:/boot/tiddlerdeserializer/html","tiddlerdeserializer",{
"text/html": function(text,fields) {
fields.text = text;
fields.type = "text/html";
return [fields];
}
});
$tw.modules.define("$:/boot/tiddlerdeserializer/json","tiddlerdeserializer",{
"application/json": function(text,fields) {
var isTiddlerValid = function(data) {
// Not valid if it's not an object with a title property
if(typeof(data) !== "object" || !$tw.utils.hop(data,"title")) {
return false;
}
for(var f in data) {
if($tw.utils.hop(data,f)) {
// Check field name doesn't contain control characters
if(typeof(data[f]) !== "string" || /[\x00-\x1F]/.test(f)) {
return false;
}
}
}
return true;
},
isTiddlerArrayValid = function(data) {
for(var t=0; t<data.length; t++) {
if(!isTiddlerValid(data[t])) {
return false;
}
}
return true;
},
data = {};
try {
data = JSON.parse(text);
} catch(e) {
// Ignore JSON parse errors
}
if($tw.utils.isArray(data) && isTiddlerArrayValid(data)) {
return data;
} else if(isTiddlerValid(data)) {
return [data];
} else {
// Plain JSON file
fields.text = text;
fields.type = "application/json";
return [fields];
}
}
});
/////////////////////////// Browser definitions
if($tw.browser && !$tw.node) {
/*
Decrypt any tiddlers stored within the element with the ID "encryptedArea". The function is asynchronous to allow the user to be prompted for a password
callback: function to be called the decryption is complete
*/
$tw.boot.decryptEncryptedTiddlers = function(callback) {
var encryptedArea = document.getElementById("encryptedStoreArea");
if(encryptedArea) {
var encryptedText = encryptedArea.innerHTML,
prompt = "Enter a password to decrypt this TiddlyWiki";
// Prompt for the password
if($tw.utils.hop($tw.boot,"encryptionPrompts")) {
prompt = $tw.boot.encryptionPrompts.decrypt;
}
$tw.passwordPrompt.createPrompt({
serviceName: prompt,
noUserName: true,
submitText: "Decrypt",
callback: function(data) {
// Attempt to decrypt the tiddlers
$tw.crypto.setPassword(data.password);
var decryptedText = $tw.crypto.decrypt(encryptedText);
if(decryptedText) {
var json = JSON.parse(decryptedText);
for(var title in json) {
$tw.preloadTiddler(json[title]);
}
// Call the callback
callback();
// Exit and remove the password prompt
return true;
} else {
// We didn't decrypt everything, so continue to prompt for password
return false;
}
}
});
} else {
// Just invoke the callback straight away if there weren't any encrypted tiddlers
callback();
}
};
/*
Register a deserializer that can extract tiddlers from the DOM
*/
$tw.modules.define("$:/boot/tiddlerdeserializer/dom","tiddlerdeserializer",{
"(DOM)": function(node) {
var extractTextTiddlers = function(node) {
var e = node.firstChild;
while(e && e.nodeName.toLowerCase() !== "pre") {
e = e.nextSibling;
}
var title = node.getAttribute ? node.getAttribute("title") : null;
if(e && title) {
var attrs = node.attributes,
tiddler = {
text: $tw.utils.htmlDecode(e.innerHTML)
};
for(var i=attrs.length-1; i >= 0; i--) {
tiddler[attrs[i].name] = attrs[i].value;
}
return [tiddler];
} else {
return null;
}
},
extractModuleTiddlers = function(node) {
if(node.hasAttribute && node.hasAttribute("data-tiddler-title")) {
var text = node.innerHTML,
s = text.indexOf("{"),
e = text.lastIndexOf("}");
if(node.hasAttribute("data-module") && s !== -1 && e !== -1) {
text = text.substring(s+1,e);
}
var fields = {text: text},
attributes = node.attributes;
for(var a=0; a<attributes.length; a++) {
if(attributes[a].nodeName.substr(0,13) === "data-tiddler-") {
fields[attributes[a].nodeName.substr(13)] = attributes[a].value;
}
}
return [fields];
} else {
return null;
}
},
t,result = [];
if(node) {
var type = (node.getAttribute && node.getAttribute("type")) || null;
if(type) {
// A new-style container with an explicit deserialization type
result = $tw.wiki.deserializeTiddlers(type,node.textContent);
} else {
// An old-style container of classic DIV-based tiddlers
for(t = 0; t < node.childNodes.length; t++) {
var childNode = node.childNodes[t],
tiddlers = extractTextTiddlers(childNode);
tiddlers = tiddlers || extractModuleTiddlers(childNode);
if(tiddlers) {
result.push.apply(result,tiddlers);
}
}
}
}
return result;
}
});
$tw.loadTiddlersBrowser = function() {
// In the browser, we load tiddlers from certain elements
var containerSelectors = [
// IDs for old-style v5.1.x tiddler stores
"#libraryModules",
"#modules",
"#bootKernelPrefix",
"#bootKernel",
"#styleArea",
"#storeArea",
"#systemArea",
// Classes for new-style v5.2.x JSON tiddler stores
"script.tiddlywiki-tiddler-store"
];
for(var t=0; t<containerSelectors.length; t++) {
var nodes = document.querySelectorAll(containerSelectors[t]);
for(var n=0; n<nodes.length; n++) {
$tw.wiki.addTiddlers($tw.wiki.deserializeTiddlers("(DOM)",nodes[n]));
}
}
};
} else {
/////////////////////////// Server definitions
/*
Get any encrypted tiddlers
*/
$tw.boot.decryptEncryptedTiddlers = function(callback) {
// Storing encrypted tiddlers on the server isn't supported yet
callback();
};
} // End of if($tw.browser && !$tw.node)
/////////////////////////// Node definitions
if($tw.node) {
/*
Load the tiddlers contained in a particular file (and optionally extract fields from the accompanying .meta file) returned as {filepath:,type:,tiddlers:[],hasMetaFile:}
*/
$tw.loadTiddlersFromFile = function(filepath,fields) {
var ext = path.extname(filepath),
extensionInfo = $tw.utils.getFileExtensionInfo(ext),
type = extensionInfo ? extensionInfo.type : null,
typeInfo = type ? $tw.config.contentTypeInfo[type] : null,
data = fs.readFileSync(filepath,typeInfo ? typeInfo.encoding : "utf8"),
tiddlers = $tw.wiki.deserializeTiddlers(ext,data,fields),
metadata = $tw.loadMetadataForFile(filepath);
if(metadata) {
if(type === "application/json") {
tiddlers = [{text: data, type: "application/json"}];
}
tiddlers = [$tw.utils.extend({},tiddlers[0],metadata)];
}
return {filepath: filepath, type: type, tiddlers: tiddlers, hasMetaFile: !!metadata};
};
/*
Load the metadata fields in the .meta file corresponding to a particular file
*/
$tw.loadMetadataForFile = function(filepath) {
var metafilename = filepath + ".meta";
if(fs.existsSync(metafilename)) {
return $tw.utils.parseFields(fs.readFileSync(metafilename,"utf8") || "");
} else {
return null;
}
};
/*
A default set of files for TiddlyWiki to ignore during load.
This matches what NPM ignores, and adds "*.meta" to ignore tiddler
metadata files.
*/
$tw.boot.excludeRegExp = /^\.DS_Store$|^.*\.meta$|^\..*\.swp$|^\._.*$|^\.git$|^\.hg$|^\.lock-wscript$|^\.svn$|^\.wafpickle-.*$|^CVS$|^npm-debug\.log$/;
/*
Load all the tiddlers recursively from a directory, including honouring `tiddlywiki.files` files for drawing in external files. Returns an array of {filepath:,type:,tiddlers: [{..fields...}],hasMetaFile:}. Note that no file information is returned for externally loaded tiddlers, just the `tiddlers` property.
*/
$tw.loadTiddlersFromPath = function(filepath,excludeRegExp) {
excludeRegExp = excludeRegExp || $tw.boot.excludeRegExp;
var tiddlers = [];
if(fs.existsSync(filepath)) {
var stat = fs.statSync(filepath);
if(stat.isDirectory()) {
var files = fs.readdirSync(filepath);
// Look for a tiddlywiki.files file
if(files.indexOf("tiddlywiki.files") !== -1) {
Array.prototype.push.apply(tiddlers,$tw.loadTiddlersFromSpecification(filepath,excludeRegExp));
} else {
// If not, read all the files in the directory
$tw.utils.each(files,function(file) {
if(!excludeRegExp.test(file) && file !== "plugin.info") {
tiddlers.push.apply(tiddlers,$tw.loadTiddlersFromPath(filepath + path.sep + file,excludeRegExp));
}
});
}
} else if(stat.isFile()) {
tiddlers.push($tw.loadTiddlersFromFile(filepath,{title: filepath}));
}
}
return tiddlers;
};
/*
Load all the tiddlers defined by a `tiddlywiki.files` specification file
filepath: pathname of the directory containing the specification file
*/
$tw.loadTiddlersFromSpecification = function(filepath,excludeRegExp) {
var tiddlers = [];
// Read the specification
var filesInfo = JSON.parse(fs.readFileSync(filepath + path.sep + "tiddlywiki.files","utf8"));
// Helper to process a file
var processFile = function(filename,isTiddlerFile,fields,isEditableFile) {
var extInfo = $tw.config.fileExtensionInfo[path.extname(filename)],
type = (extInfo || {}).type || fields.type || "text/plain",
typeInfo = $tw.config.contentTypeInfo[type] || {},
pathname = path.resolve(filepath,filename),
text = fs.readFileSync(pathname,typeInfo.encoding || "utf8"),
metadata = $tw.loadMetadataForFile(pathname) || {},
fileTiddlers;
if(isTiddlerFile) {
fileTiddlers = $tw.wiki.deserializeTiddlers(path.extname(pathname),text,metadata) || [];
} else {
fileTiddlers = [$tw.utils.extend({text: text},metadata)];
}
var combinedFields = $tw.utils.extend({},fields,metadata);
$tw.utils.each(fileTiddlers,function(tiddler) {
$tw.utils.each(combinedFields,function(fieldInfo,name) {
if(typeof fieldInfo === "string" || $tw.utils.isArray(fieldInfo)) {
tiddler[name] = fieldInfo;
} else {
var value = tiddler[name];
switch(fieldInfo.source) {
case "filename":
value = path.basename(filename);
break;
case "filename-uri-decoded":
value = $tw.utils.decodeURIComponentSafe(path.basename(filename));
break;
case "basename":
value = path.basename(filename,path.extname(filename));
break;
case "basename-uri-decoded":
value = $tw.utils.decodeURIComponentSafe(path.basename(filename,path.extname(filename)));
break;
case "extname":
value = path.extname(filename);
break;
case "created":
value = new Date(fs.statSync(pathname).birthtime);
break;
case "modified":
value = new Date(fs.statSync(pathname).mtime);
break;
}
if(fieldInfo.prefix) {
value = fieldInfo.prefix + value;
}
if(fieldInfo.suffix) {
value = value + fieldInfo.suffix;
}
tiddler[name] = value;
}
});
});
if(isEditableFile) {
tiddlers.push({filepath: pathname, hasMetaFile: !!metadata && !isTiddlerFile, isEditableFile: true, tiddlers: fileTiddlers});
} else {
tiddlers.push({tiddlers: fileTiddlers});
}
};
// Process the listed tiddlers
$tw.utils.each(filesInfo.tiddlers,function(tidInfo) {
if(tidInfo.prefix && tidInfo.suffix) {
tidInfo.fields.text = {prefix: tidInfo.prefix,suffix: tidInfo.suffix};
} else if(tidInfo.prefix) {
tidInfo.fields.text = {prefix: tidInfo.prefix};
} else if(tidInfo.suffix) {
tidInfo.fields.text = {suffix: tidInfo.suffix};
}
processFile(tidInfo.file,tidInfo.isTiddlerFile,tidInfo.fields);
});
// Process any listed directories
$tw.utils.each(filesInfo.directories,function(dirSpec) {
// Read literal directories directly
if(typeof dirSpec === "string") {
var pathname = path.resolve(filepath,dirSpec);
if(fs.existsSync(pathname) && fs.statSync(pathname).isDirectory()) {
tiddlers.push.apply(tiddlers,$tw.loadTiddlersFromPath(pathname,excludeRegExp));
}
} else {
// Process directory specifier
var dirPath = path.resolve(filepath,dirSpec.path);
if(fs.existsSync(dirPath) && fs.statSync(dirPath).isDirectory()) {
var files = fs.readdirSync(dirPath),
fileRegExp = new RegExp(dirSpec.filesRegExp || "^.*$"),
metaRegExp = /^.*\.meta$/;
for(var t=0; t<files.length; t++) {
var filename = files[t];
if(filename !== "tiddlywiki.files" && !metaRegExp.test(filename) && fileRegExp.test(filename)) {
processFile(dirPath + path.sep + filename,dirSpec.isTiddlerFile,dirSpec.fields,dirSpec.isEditableFile);
}
}
} else {
console.log("Warning: a directory in a tiddlywiki.files file does not exist.");
console.log("dirPath: " + dirPath);
console.log("tiddlywiki.files location: " + filepath);
}
}
});
return tiddlers;
};
/*
Load the tiddlers from a plugin folder, and package them up into a proper JSON plugin tiddler
*/
$tw.loadPluginFolder = function(filepath,excludeRegExp) {
excludeRegExp = excludeRegExp || $tw.boot.excludeRegExp;
var infoPath = filepath + path.sep + "plugin.info";
if(fs.existsSync(filepath) && fs.statSync(filepath).isDirectory()) {
// Read the plugin information
if(!fs.existsSync(infoPath) || !fs.statSync(infoPath).isFile()) {
console.log("Warning: missing plugin.info file in " + filepath);
return null;
}
var pluginInfo = JSON.parse(fs.readFileSync(infoPath,"utf8"));
// Read the plugin files
var pluginFiles = $tw.loadTiddlersFromPath(filepath,excludeRegExp);
// Save the plugin tiddlers into the plugin info
pluginInfo.tiddlers = pluginInfo.tiddlers || Object.create(null);
for(var f=0; f<pluginFiles.length; f++) {
var tiddlers = pluginFiles[f].tiddlers;
for(var t=0; t<tiddlers.length; t++) {
var tiddler= tiddlers[t];
if(tiddler.title) {
pluginInfo.tiddlers[tiddler.title] = tiddler;
}
}
}
// Give the plugin the same version number as the core if it doesn't have one
if(!("version" in pluginInfo)) {
pluginInfo.version = $tw.packageInfo.version;
}
// Use "plugin" as the plugin-type if we don't have one
if(!("plugin-type" in pluginInfo)) {
pluginInfo["plugin-type"] = "plugin";
}
pluginInfo.dependents = pluginInfo.dependents || [];
pluginInfo.type = "application/json";
// Set plugin text
pluginInfo.text = JSON.stringify({tiddlers: pluginInfo.tiddlers});
delete pluginInfo.tiddlers;
// Deserialise array fields (currently required for the dependents field)
for(var field in pluginInfo) {
if($tw.utils.isArray(pluginInfo[field])) {
pluginInfo[field] = $tw.utils.stringifyList(pluginInfo[field]);
}
}
return pluginInfo;
} else {
return null;
}
};
/*
name: Name of the plugin to find
paths: array of file paths to search for it
Returns the path of the plugin folder
*/
$tw.findLibraryItem = function(name,paths) {
var pathIndex = 0;
do {
var pluginPath = path.resolve(paths[pathIndex],"./" + name)
if(fs.existsSync(pluginPath) && fs.statSync(pluginPath).isDirectory()) {
return pluginPath;
}
} while(++pathIndex < paths.length);
return null;
};
/*
name: Name of the plugin to load
paths: array of file paths to search for it
*/
$tw.loadPlugin = function(name,paths) {
var pluginPath = $tw.findLibraryItem(name,paths);
if(pluginPath) {
var pluginFields = $tw.loadPluginFolder(pluginPath);
if(pluginFields) {
$tw.wiki.addTiddler(pluginFields);
return;
}
}
console.log("Warning: Cannot find plugin '" + name + "'");
};
/*
libraryPath: Path of library folder for these plugins (relative to core path)
envVar: Environment variable name for these plugins
Returns an array of search paths
*/
$tw.getLibraryItemSearchPaths = function(libraryPath,envVar) {
var pluginPaths = [path.resolve($tw.boot.corePath,libraryPath)],
env = process.env[envVar];
if(env) {
env.split(path.delimiter).map(function(item) {
if(item) {
pluginPaths.push(item);
}
});
}
return pluginPaths;
};
/*
plugins: Array of names of plugins (eg, "tiddlywiki/filesystemadaptor")
libraryPath: Path of library folder for these plugins (relative to core path)
envVar: Environment variable name for these plugins
*/
$tw.loadPlugins = function(plugins,libraryPath,envVar) {
if(plugins) {
var pluginPaths = $tw.getLibraryItemSearchPaths(libraryPath,envVar);
for(var t=0; t<plugins.length; t++) {
$tw.loadPlugin(plugins[t],pluginPaths);
}
}
};
/*
path: path of wiki directory
options:
parentPaths: array of parent paths that we mustn't recurse into
readOnly: true if the tiddler file paths should not be retained
*/
$tw.loadWikiTiddlers = function(wikiPath,options) {
options = options || {};
var parentPaths = options.parentPaths || [],
wikiInfoPath = path.resolve(wikiPath,$tw.config.wikiInfo),
wikiInfo,
pluginFields;
// Bail if we don't have a wiki info file
if(fs.existsSync(wikiInfoPath)) {
wikiInfo = JSON.parse(fs.readFileSync(wikiInfoPath,"utf8"));
} else {
return null;
}
// Save the path to the tiddlers folder for the filesystemadaptor
var config = wikiInfo.config || {};
if($tw.boot.wikiPath == wikiPath) {
$tw.boot.wikiTiddlersPath = path.resolve($tw.boot.wikiPath,config["default-tiddler-location"] || $tw.config.wikiTiddlersSubDir);
}
// Load any parent wikis
if(wikiInfo.includeWikis) {
parentPaths = parentPaths.slice(0);
parentPaths.push(wikiPath);
$tw.utils.each(wikiInfo.includeWikis,function(info) {
if(typeof info === "string") {
info = {path: info};
}
var resolvedIncludedWikiPath = path.resolve(wikiPath,info.path);
if(parentPaths.indexOf(resolvedIncludedWikiPath) === -1) {
var subWikiInfo = $tw.loadWikiTiddlers(resolvedIncludedWikiPath,{
parentPaths: parentPaths,
readOnly: info["read-only"]
});
// Merge the build targets
wikiInfo.build = $tw.utils.extend([],subWikiInfo.build,wikiInfo.build);
} else {
$tw.utils.error("Cannot recursively include wiki " + resolvedIncludedWikiPath);
}
});
}
// Load any plugins, themes and languages listed in the wiki info file
$tw.loadPlugins(wikiInfo.plugins,$tw.config.pluginsPath,$tw.config.pluginsEnvVar);
$tw.loadPlugins(wikiInfo.themes,$tw.config.themesPath,$tw.config.themesEnvVar);
$tw.loadPlugins(wikiInfo.languages,$tw.config.languagesPath,$tw.config.languagesEnvVar);
// Load the wiki files, registering them as writable
var resolvedWikiPath = path.resolve(wikiPath,$tw.config.wikiTiddlersSubDir);
$tw.utils.each($tw.loadTiddlersFromPath(resolvedWikiPath),function(tiddlerFile) {
if(!options.readOnly && tiddlerFile.filepath) {
$tw.utils.each(tiddlerFile.tiddlers,function(tiddler) {
$tw.boot.files[tiddler.title] = {
filepath: tiddlerFile.filepath,
type: tiddlerFile.type,
hasMetaFile: tiddlerFile.hasMetaFile,
isEditableFile: config["retain-original-tiddler-path"] || tiddlerFile.isEditableFile || tiddlerFile.filepath.indexOf($tw.boot.wikiTiddlersPath) !== 0
};
});
}
$tw.wiki.addTiddlers(tiddlerFile.tiddlers);
});
if ($tw.boot.wikiPath == wikiPath) {
// Save the original tiddler file locations if requested
var output = {}, relativePath, fileInfo;
for(var title in $tw.boot.files) {
fileInfo = $tw.boot.files[title];
if(fileInfo.isEditableFile) {
relativePath = path.relative($tw.boot.wikiTiddlersPath,fileInfo.filepath);
fileInfo.originalpath = relativePath;
output[title] =
path.sep === "/" ?
relativePath :
relativePath.split(path.sep).join("/");
}
}
if(Object.keys(output).length > 0){
$tw.wiki.addTiddler({title: "$:/config/OriginalTiddlerPaths", type: "application/json", text: JSON.stringify(output)});
}
}
// Load any plugins within the wiki folder
var wikiPluginsPath = path.resolve(wikiPath,$tw.config.wikiPluginsSubDir);
if(fs.existsSync(wikiPluginsPath)) {
var pluginFolders = fs.readdirSync(wikiPluginsPath);
for(var t=0; t<pluginFolders.length; t++) {
pluginFields = $tw.loadPluginFolder(path.resolve(wikiPluginsPath,"./" + pluginFolders[t]));
if(pluginFields) {
$tw.wiki.addTiddler(pluginFields);
}
}
}
// Load any themes within the wiki folder
var wikiThemesPath = path.resolve(wikiPath,$tw.config.wikiThemesSubDir);
if(fs.existsSync(wikiThemesPath)) {
var themeFolders = fs.readdirSync(wikiThemesPath);
for(var t=0; t<themeFolders.length; t++) {
pluginFields = $tw.loadPluginFolder(path.resolve(wikiThemesPath,"./" + themeFolders[t]));
if(pluginFields) {
$tw.wiki.addTiddler(pluginFields);
}
}
}
// Load any languages within the wiki folder
var wikiLanguagesPath = path.resolve(wikiPath,$tw.config.wikiLanguagesSubDir);
if(fs.existsSync(wikiLanguagesPath)) {
var languageFolders = fs.readdirSync(wikiLanguagesPath);
for(var t=0; t<languageFolders.length; t++) {
pluginFields = $tw.loadPluginFolder(path.resolve(wikiLanguagesPath,"./" + languageFolders[t]));
if(pluginFields) {
$tw.wiki.addTiddler(pluginFields);
}
}
}
return wikiInfo;
};
$tw.loadTiddlersNode = function() {
// Load the boot tiddlers
$tw.utils.each($tw.loadTiddlersFromPath($tw.boot.bootPath),function(tiddlerFile) {
$tw.wiki.addTiddlers(tiddlerFile.tiddlers);
});
// Load the core tiddlers
$tw.wiki.addTiddler($tw.loadPluginFolder($tw.boot.corePath));
// Load any extra plugins
$tw.utils.each($tw.boot.extraPlugins,function(name) {
if(name.charAt(0) === "+") { // Relative path to plugin
var pluginFields = $tw.loadPluginFolder(name.substring(1));
if(pluginFields) {
$tw.wiki.addTiddler(pluginFields);
}
} else {
var parts = name.split("/"),
type = parts[0];
if(parts.length === 3 && ["plugins","themes","languages"].indexOf(type) !== -1) {
$tw.loadPlugins([parts[1] + "/" + parts[2]],$tw.config[type + "Path"],$tw.config[type + "EnvVar"]);
}
}
});
// Load the tiddlers from the wiki directory
if($tw.boot.wikiPath) {
$tw.boot.wikiInfo = $tw.loadWikiTiddlers($tw.boot.wikiPath);
}
};
// End of if($tw.node)
}
/////////////////////////// Main startup function called once tiddlers have been decrypted
/*
Startup TiddlyWiki
*/
$tw.boot.initStartup = function(options) {
// Get the URL hash and check for safe mode
$tw.locationHash = "#";
if($tw.browser && !$tw.node) {
if(location.hash === "#:safe") {
$tw.safeMode = true;
} else {
$tw.locationHash = $tw.utils.getLocationHash();
}
}
// Initialise some more $tw properties
$tw.utils.deepDefaults($tw,{
modules: { // Information about each module
titles: Object.create(null), // hashmap by module title of {fn:, exports:, moduleType:}
types: {} // hashmap by module type of hashmap of exports
},
config: { // Configuration overridables
pluginsPath: "../plugins/",
themesPath: "../themes/",
languagesPath: "../languages/",
editionsPath: "../editions/",
wikiInfo: "./tiddlywiki.info",
wikiPluginsSubDir: "./plugins",
wikiThemesSubDir: "./themes",
wikiLanguagesSubDir: "./languages",
wikiTiddlersSubDir: "./tiddlers",
wikiOutputSubDir: "./output",
jsModuleHeaderRegExpString: "^\\/\\*\\\\(?:\\r?\\n)((?:^[^\\r\\n]*(?:\\r?\\n))+?)(^\\\\\\*\\/$(?:\\r?\\n)?)",
fileExtensionInfo: Object.create(null), // Map file extension to {type:}
contentTypeInfo: Object.create(null), // Map type to {encoding:,extension:}
pluginsEnvVar: "TIDDLYWIKI_PLUGIN_PATH",
themesEnvVar: "TIDDLYWIKI_THEME_PATH",
languagesEnvVar: "TIDDLYWIKI_LANGUAGE_PATH",
editionsEnvVar: "TIDDLYWIKI_EDITION_PATH"
},
log: {}, // Log flags
unloadTasks: []
});
if(!$tw.boot.tasks.readBrowserTiddlers) {
// For writable tiddler files, a hashmap of title to {filepath:,type:,hasMetaFile:}
$tw.boot.files = Object.create(null);
// System paths and filenames
$tw.boot.bootPath = options.bootPath || path.dirname(module.filename);
$tw.boot.corePath = path.resolve($tw.boot.bootPath,"../core");
// If there's no arguments then default to `--help`
if($tw.boot.argv.length === 0) {
$tw.boot.argv = ["--help"];
}
// Parse any extra plugin references
$tw.boot.extraPlugins = $tw.boot.extraPlugins || [];
while($tw.boot.argv[0] && $tw.boot.argv[0].indexOf("+") === 0) {
$tw.boot.extraPlugins.push($tw.boot.argv[0].substring(1));
$tw.boot.argv.splice(0,1);
}
// If the first command line argument doesn't start with `--` then we
// interpret it as the path to the wiki folder, which will otherwise default
// to the current folder
if($tw.boot.argv[0] && $tw.boot.argv[0].indexOf("--") !== 0) {
$tw.boot.wikiPath = $tw.boot.argv[0];
$tw.boot.argv = $tw.boot.argv.slice(1);
} else {
$tw.boot.wikiPath = process.cwd();
}
// Read package info
$tw.packageInfo = $tw.packageInfo || require("../package.json");
// Check node version number
if(!$tw.utils.checkVersions(process.version.substr(1),$tw.packageInfo.engines.node.substr(2))) {
$tw.utils.error("TiddlyWiki5 requires node.js version " + $tw.packageInfo.engines.node);
}
}
// Add file extension information
$tw.utils.registerFileType("text/vnd.tiddlywiki","utf8",".tid");
$tw.utils.registerFileType("application/x-tiddler","utf8",".tid");
$tw.utils.registerFileType("application/x-tiddlers","utf8",".multids");
$tw.utils.registerFileType("application/x-tiddler-html-div","utf8",".tiddler");
$tw.utils.registerFileType("text/vnd.tiddlywiki2-recipe","utf8",".recipe");
$tw.utils.registerFileType("text/plain","utf8",".txt");
$tw.utils.registerFileType("text/css","utf8",".css");
$tw.utils.registerFileType("text/html","utf8",[".html",".htm"]);
$tw.utils.registerFileType("application/hta","utf16le",".hta",{deserializerType:"text/html"});
$tw.utils.registerFileType("application/javascript","utf8",".js");
$tw.utils.registerFileType("application/json","utf8",".json");
$tw.utils.registerFileType("application/pdf","base64",".pdf",{flags:["image"]});
$tw.utils.registerFileType("application/zip","base64",".zip");
$tw.utils.registerFileType("application/x-zip-compressed","base64",".zip");
$tw.utils.registerFileType("image/jpeg","base64",[".jpg",".jpeg"],{flags:["image"]});
$tw.utils.registerFileType("image/jpg","base64",[".jpg",".jpeg"],{flags:["image"]});
$tw.utils.registerFileType("image/png","base64",".png",{flags:["image"]});
$tw.utils.registerFileType("image/gif","base64",".gif",{flags:["image"]});
$tw.utils.registerFileType("image/webp","base64",".webp",{flags:["image"]});
$tw.utils.registerFileType("image/heic","base64",".heic",{flags:["image"]});
$tw.utils.registerFileType("image/heif","base64",".heif",{flags:["image"]});
$tw.utils.registerFileType("image/svg+xml","utf8",".svg",{flags:["image"]});
$tw.utils.registerFileType("image/vnd.microsoft.icon","base64",".ico",{flags:["image"]});
$tw.utils.registerFileType("image/x-icon","base64",".ico",{flags:["image"]});
$tw.utils.registerFileType("application/font-woff","base64",".woff");
$tw.utils.registerFileType("application/x-font-ttf","base64",".woff");
$tw.utils.registerFileType("application/font-woff2","base64",".woff2");
$tw.utils.registerFileType("audio/ogg","base64",".ogg");
$tw.utils.registerFileType("video/ogg","base64",[".ogm",".ogv",".ogg"]);
$tw.utils.registerFileType("video/webm","base64",".webm");
$tw.utils.registerFileType("video/mp4","base64",".mp4");
$tw.utils.registerFileType("audio/mp3","base64",".mp3");
$tw.utils.registerFileType("audio/mp4","base64",[".mp4",".m4a"]);
$tw.utils.registerFileType("text/markdown","utf8",[".md",".markdown"],{deserializerType:"text/x-markdown"});
$tw.utils.registerFileType("text/x-markdown","utf8",[".md",".markdown"]);
$tw.utils.registerFileType("application/enex+xml","utf8",".enex");
$tw.utils.registerFileType("application/vnd.openxmlformats-officedocument.wordprocessingml.document","base64",".docx");
$tw.utils.registerFileType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","base64",".xlsx");
$tw.utils.registerFileType("application/vnd.openxmlformats-officedocument.presentationml.presentation","base64",".pptx");
$tw.utils.registerFileType("text/x-bibtex","utf8",".bib",{deserializerType:"application/x-bibtex"});
$tw.utils.registerFileType("application/x-bibtex","utf8",".bib");
$tw.utils.registerFileType("application/epub+zip","base64",".epub");
$tw.utils.registerFileType("application/octet-stream","base64",".octet-stream");
// Create the wiki store for the app
$tw.wiki = new $tw.Wiki();
// Install built in tiddler fields modules
$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap("tiddlerfield");
// Install the tiddler deserializer modules
$tw.Wiki.tiddlerDeserializerModules = Object.create(null);
$tw.modules.applyMethods("tiddlerdeserializer",$tw.Wiki.tiddlerDeserializerModules);
// Call unload handlers in the browser
if($tw.browser) {
window.onbeforeunload = function(event) {
event = event || {};
var result;
$tw.utils.each($tw.unloadTasks,function(task) {
var r = task(event);
if(r) {
result = r;
}
});
return result;
}
}
};
$tw.boot.loadStartup = function(options){
// Load tiddlers
if($tw.boot.tasks.readBrowserTiddlers) {
$tw.loadTiddlersBrowser();
} else {
$tw.loadTiddlersNode();
}
// Load any preloaded tiddlers
if($tw.preloadTiddlers) {
$tw.wiki.addTiddlers($tw.preloadTiddlers);
}
// Give hooks a chance to modify the store
$tw.hooks.invokeHook("th-boot-tiddlers-loaded");
}
$tw.boot.execStartup = function(options){
// Unpack plugin tiddlers
$tw.wiki.readPluginInfo();
$tw.wiki.registerPluginTiddlers("plugin",$tw.safeMode ? ["$:/core"] : undefined);
$tw.wiki.unpackPluginTiddlers();
// Process "safe mode"
if($tw.safeMode) {
$tw.wiki.processSafeMode();
}
// Register typed modules from the tiddlers we've just loaded
$tw.wiki.defineTiddlerModules();
// And any modules within plugins
$tw.wiki.defineShadowModules();
// Make sure the crypto state tiddler is up to date
if($tw.crypto) {
$tw.crypto.updateCryptoStateTiddler();
}
// Gather up any startup modules
$tw.boot.remainingStartupModules = []; // Array of startup modules
$tw.modules.forEachModuleOfType("startup",function(title,module) {
if(module.startup) {
$tw.boot.remainingStartupModules.push(module);
}
});
// Keep track of the startup tasks that have been executed
$tw.boot.executedStartupModules = Object.create(null);
$tw.boot.disabledStartupModules = $tw.boot.disabledStartupModules || [];
// Repeatedly execute the next eligible task
$tw.boot.executeNextStartupTask(options.callback);
}
/*
Startup TiddlyWiki
*/
$tw.boot.startup = function(options) {
options = options || {};
// Get the URL hash and check for safe mode
$tw.boot.initStartup(options);
$tw.boot.loadStartup(options);
$tw.boot.execStartup(options);
};
/*
Add another unload task
*/
$tw.addUnloadTask = function(task) {
if($tw.unloadTasks.indexOf(task) === -1) {
$tw.unloadTasks.push(task);
}
}
/*
Execute the remaining eligible startup tasks
*/
$tw.boot.executeNextStartupTask = function(callback) {
// Find the next eligible task
var taskIndex = 0, task,
asyncTaskCallback = function() {
if(task.name) {
$tw.boot.executedStartupModules[task.name] = true;
}
return $tw.boot.executeNextStartupTask(callback);
};
while(taskIndex < $tw.boot.remainingStartupModules.length) {
task = $tw.boot.remainingStartupModules[taskIndex];
if($tw.boot.isStartupTaskEligible(task)) {
// Remove this task from the list
$tw.boot.remainingStartupModules.splice(taskIndex,1);
// Assemble log message
var s = ["Startup task:",task.name];
if(task.platforms) {
s.push("platforms:",task.platforms.join(","));
}
if(task.after) {
s.push("after:",task.after.join(","));
}
if(task.before) {
s.push("before:",task.before.join(","));
}
$tw.boot.log(s.join(" "));
// Execute task
if(!$tw.utils.hop(task,"synchronous") || task.synchronous) {
task.startup();
if(task.name) {
$tw.boot.executedStartupModules[task.name] = true;
}
return $tw.boot.executeNextStartupTask(callback);
} else {
task.startup(asyncTaskCallback);
return true;
}
}
taskIndex++;
}
if(typeof callback === 'function') {
callback();
}
return false;
};
/*
Returns true if we are running on one of the platforms specified in taskModule's
`platforms` array; or if `platforms` property is not defined.
*/
$tw.boot.doesTaskMatchPlatform = function(taskModule) {
var platforms = taskModule.platforms;
if(platforms) {
for(var t=0; t<platforms.length; t++) {
switch (platforms[t]) {
case "browser":
if ($tw.browser) {
return true;
}
break;
case "node":
if ($tw.node) {
return true;
}
break;
default:
$tw.utils.error("Module " + taskModule.name + ": '" + platforms[t] + "' in export.platforms invalid");
}
}
return false;
}
return true;
};
$tw.boot.isStartupTaskEligible = function(taskModule) {
var t;
// Check that the platform is correct
if(!$tw.boot.doesTaskMatchPlatform(taskModule)) {
return false;
}
var name = taskModule.name,
remaining = $tw.boot.remainingStartupModules;
if(name) {
// Fail if this module is disabled
if($tw.boot.disabledStartupModules.indexOf(name) !== -1) {
return false;
}
// Check that no other outstanding tasks must be executed before this one
for(t=0; t<remaining.length; t++) {
var task = remaining[t];
if(task.before && task.before.indexOf(name) !== -1) {
if($tw.boot.doesTaskMatchPlatform(task) || (task.name && $tw.boot.disabledStartupModules.indexOf(name) !== -1)) {
return false;
}
}
}
}
// Check that all of the tasks that we must be performed after has been done
var after = taskModule.after;
if(after) {
for(t=0; t<after.length; t++) {
if(!$tw.boot.executedStartupModules[after[t]]) {
return false;
}
}
}
return true;
};
/*
Global Hooks mechanism which allows plugins to modify default functionality
*/
$tw.hooks = $tw.hooks || { names: {}};
/*
Add hooks to the hashmap
*/
$tw.hooks.addHook = function(hookName,definition) {
if($tw.utils.hop($tw.hooks.names,hookName)) {
$tw.hooks.names[hookName].push(definition);
}
else {
$tw.hooks.names[hookName] = [definition];
}
};
/*
Invoke the hook by key
*/
$tw.hooks.invokeHook = function(hookName /*, value,... */) {
var args = Array.prototype.slice.call(arguments,1);
if($tw.utils.hop($tw.hooks.names,hookName)) {
for (var i = 0; i < $tw.hooks.names[hookName].length; i++) {
args[0] = $tw.hooks.names[hookName][i].apply(null,args);
}
}
return args[0];
};
/////////////////////////// Main boot function to decrypt tiddlers and then startup
$tw.boot.boot = function(callback) {
// Initialise crypto object
$tw.crypto = new $tw.utils.Crypto();
// Initialise password prompter
if($tw.browser && !$tw.node) {
$tw.passwordPrompt = new $tw.utils.PasswordPrompt();
}
// Preload any encrypted tiddlers
$tw.boot.decryptEncryptedTiddlers(function() {
// Startup
$tw.boot.startup({callback: callback});
});
};
/////////////////////////// Autoboot in the browser
if($tw.browser && !$tw.boot.suppressBoot) {
$tw.boot.boot();
}
return $tw;
});
if(typeof(exports) !== "undefined") {
exports.TiddlyWiki = _boot;
} else {
_boot(window.$tw);
}
</script>
</div>
<!--~~ Raw markup for the bottom of the body section ~~-->
</body>
</html>