\define s(c:"forgot to provide content parameter")
<$reveal type="nomatch" state="$:/state/basicslider$c$" text="show">
<$button set="$:/state/basicslider$c$" setTo="show">.</$button></$reveal>

<$reveal type="match" state="$:/state/basicslider$c$" text="show">
<$button set="$:/state/basicslider$c$" setTo="hide">-</$button>

$c$

</$reveal>
\end
**sliders <<s "that stay open when revealed (<< s 'content') ">>
<<tgng>>
\define sb(c:"forgot to provide content parameter")

<$reveal  type="nomatch" text="" default="" state="$:/state/basicslider$c$" text="show">
<$button set="$:/state/basicslider$c$" setTo="show">.</$button>

</$reveal>
<$reveal type="match" state="$:/state/basicslider$c$" default=""  text="show">
<$button set="$:/state/basicslider$c$" setTo="hide">-</$button>

$c$

</$reveal>
\end
*sliders <<sb "that stay open when revealed but reset on close(<< sb 'content') ">>
<<tgng>>
\define sl(label,text)

<$button popup="$:/state/$label$" class="btn-invisible tw-slider">$label$</$button>

<$reveal type="nomatch" text="" default="" state="$:/state/$label$" animate="yes">
$text$
</$reveal>
\end

*<<sl "sliders" "that close when moved past (<< sl 'content'">>
\define sp(t:'button title' c:"forgot to provide content parameter")
<$appear type="popup" show="$t$" >$c$</$appear>
\end
Example 

*<<sp "papyrus texts" "[img[P52.jpg]]">>
can only do one per tiddler, otherwise all are the last one listed
\define sp2(t:'title' c:"content")
<$button popup="$:/PopupState$t$">$t$</$button>

<$reveal type="popup" state="$:/PopupState$t$">
<div class="tc-drop-down">

$c$

</div>
</$reveal>
\end
*<<sp2 "papyrus texts" "Bla bla bla just some words only
images don't work">>
can only do one per tiddler, otherwise all are the last one listed
\define sp3(t:'title' c:"content")
<$appear type="popup" show="$t$" >$c$</$appear>
\end
<<sp3 "test" "hello">>
can only do one per tiddler, otherwise all are the last one listed
\define st(t:'button title' c:"forgot to provide content parameter")
<$reveal type="nomatch" state="$:/state/$t$" text="show">
<$button set="$:/state/$t$" setTo="show">$t$</$button></$reveal>

<$reveal type="match" state="$:/state/$t$" text="show">

<$button set="$:/state/$t$" setTo="hide">-</$button>
$c$

</$reveal>
\end

<<tgng>>
\define tgng()

----
<<list-links filter:"[all[current]tagging[]]">>
\end
\define tgngp()

<div class="imggal">

<$list filter="[is[current]tagging[]sort[title]]">

<div class="imggal-item">

<$link to={{!!title}}><$transclude/></$link>

</div>

</$list>

</div>

\end

<<tgngp>>
\define tgngp()

<$scrollable class='giffscroll'>

<div class="imggal">

<$list filter="[is[current]tagging[]sort[title]]">

<div class="imggal-item">

<$link to={{!!title}}><$transclude/></$link>

</div>

</$list>

</div>

</$scrollable>

\end

\define tgngr()

<$list filter="[all[current]tagging[]reverse[]]"/>

\end
<$button message="tm-full-screen" class="tc-btn tc-btn-invisible">{{$:/_fullscreen-button}}</$button>
<svg class="tc-image-button" width="22pt" height="22pt" viewBox="0 0 128 128">
    <g>
        <g>
            <path d="M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z"></path>
        </g>
        <g transform="translate(104.000000, 104.000000) rotate(-180.000000) translate(-104.000000, -104.000000) translate(80.000000, 80.000000)">
            <path d="M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z"></path>
        </g>
        <g transform="translate(24.000000, 104.000000) rotate(-90.000000) translate(-24.000000, -104.000000) translate(0.000000, 80.000000)">
            <path d="M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z"></path>
        </g>
        <g transform="translate(104.000000, 24.000000) rotate(90.000000) translate(-104.000000, -24.000000) translate(80.000000, 0.000000)">
            <path d="M5.29777586e-31,8 C1.59060409e-15,3.581722 3.581722,0 8,0 L40,0 C44.418278,0 48,3.581722 48,8 C48,12.418278 44.418278,16 40,16 L16,16 L16,40 C16,44.418278 12.418278,48 8,48 C3.581722,48 -3.55271368e-15,44.418278 0,40 L3.55271368e-15,8 Z"></path>
        </g>
    </g>
</svg>

\define show(state, text) <$reveal type="match" state="$:/state/$state$" text="show" animate="yes">$text$</$reveal>

\define toggle(state, label, class:"tc-btn-invisible tc-btn-link")
<$set name=s value="$:/state/$state$">
<$reveal
type="match"
state=<<s>>
text=""><$button
set=<<s>>
setTo="show"
class="$class$ slider-link-show">$label$</$button></$reveal><$reveal
type="nomatch"
state=<<s>>
text=""><$button
set=<<s>>
setTo=""
class="$class$ slider-link-hide">$label$</$button></$reveal><style>
.tc-btn-link {color:#5778d8;}
</style>
</$set>
\end
Built from branch 'tiddlywiki-com' at commit 1a6be5ae09de1289727e9a981560d295cf8f361a of https://github.com/Jermolene/TiddlyWiki5.git at 2020-04-15 15:19:44 UTC
no
hide
hide
hide
yes
yes
show
show
hide
hide
hide
hide
{
    "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-2020, 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": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/add-comment": {
            "title": "$:/core/images/add-comment",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-add-comment tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/advanced-search-button": {
            "title": "$:/core/images/advanced-search-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-advanced-search-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><circle cx=\"48\" cy=\"48\" r=\"8\"/><circle cx=\"28\" cy=\"48\" r=\"8\"/><circle cx=\"68\" cy=\"48\" r=\"8\"/></g></svg>"
        },
        "$:/core/images/auto-height": {
            "title": "$:/core/images/auto-height",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-auto-height tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/blank": {
            "title": "$:/core/images/blank",
            "tags": "$:/tags/Image",
            "text": "<svg 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": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-bold tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/cancel-button": {
            "title": "$:/core/images/cancel-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-cancel-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/chevron-down": {
            "title": "$:/core/images/chevron-down",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-down tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/chevron-left": {
            "title": "$:/core/images/chevron-left",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-left tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/chevron-right": {
            "title": "$:/core/images/chevron-right",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-right tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/chevron-up": {
            "title": "$:/core/images/chevron-up",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-up tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/clone-button": {
            "title": "$:/core/images/clone-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-clone-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/close-all-button": {
            "title": "$:/core/images/close-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-close-all-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/></g></svg>"
        },
        "$:/core/images/close-button": {
            "title": "$:/core/images/close-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-close-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/close-others-button": {
            "title": "$:/core/images/close-others-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-close-others-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/copy-clipboard": {
            "title": "$:/core/images/copy-clipboard",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-copy-clipboard tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"33\" height=\"8\" x=\"40\" y=\"40\" rx=\"4\"/><rect width=\"17\" height=\"8\" x=\"40\" y=\"82\" rx=\"4\"/><rect width=\"17\" height=\"8\" x=\"40\" y=\"54\" rx=\"4\"/><rect width=\"33\" height=\"8\" x=\"40\" y=\"96\" rx=\"4\"/><rect width=\"12\" height=\"8\" x=\"40\" y=\"68\" rx=\"4\"/><path 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\"/><rect width=\"66\" height=\"16\" x=\"62\" y=\"64\" rx=\"8\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/delete-button": {
            "title": "$:/core/images/delete-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-delete-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\" transform=\"translate(12)\"><rect width=\"105\" height=\"16\" y=\"11\" rx=\"8\"/><rect width=\"48\" height=\"16\" x=\"28\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"8\" y=\"16\" rx=\"8\"/><rect width=\"88\" height=\"16\" x=\"8\" y=\"112\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"80\" y=\"16\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"56\" y=\"16\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"32\" y=\"16\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/done-button": {
            "title": "$:/core/images/done-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-done-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/down-arrow": {
            "title": "$:/core/images/down-arrow",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-down-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/download-button": {
            "title": "$:/core/images/download-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-download-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/edit-button": {
            "title": "$:/core/images/edit-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-edit-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/></g></svg>"
        },
        "$:/core/images/erase": {
            "title": "$:/core/images/erase",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-erase tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/excise": {
            "title": "$:/core/images/excise",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-excise tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/export-button": {
            "title": "$:/core/images/export-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-export-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/file": {
            "title": "$:/core/images/file",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-file tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"36\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"52\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"68\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"84\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"100\" rx=\"4\"/><rect width=\"40\" height=\"8\" x=\"32\" y=\"20\" rx=\"4\"/></svg>"
        },
        "$:/core/images/fixed-height": {
            "title": "$:/core/images/fixed-height",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fixed-height tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/fold-all-button": {
            "title": "$:/core/images/fold-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold-all tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"64\" rx=\"8\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/fold-button": {
            "title": "$:/core/images/fold-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/fold-others-button": {
            "title": "$:/core/images/fold-others-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold-others tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" y=\"56.031\" rx=\"8\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/folder": {
            "title": "$:/core/images/folder",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-folder tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/full-screen-button": {
            "title": "$:/core/images/full-screen-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-full-screen-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/github": {
            "title": "$:/core/images/github",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-github tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/gitter": {
            "title": "$:/core/images/gitter",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-gitter tc-image-button\" viewBox=\"0 0 18 25\"><path d=\"M15 5h2v10h-2zM10 5h2v20h-2zM5 5h2v20H5zM0 0h2v15H0z\"/></svg>"
        },
        "$:/core/images/globe": {
            "title": "$:/core/images/globe",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-globe tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/heading-1": {
            "title": "$:/core/images/heading-1",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-1 tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/heading-2": {
            "title": "$:/core/images/heading-2",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-2 tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/heading-3": {
            "title": "$:/core/images/heading-3",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-3 tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/heading-4": {
            "title": "$:/core/images/heading-4",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-4 tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/heading-5": {
            "title": "$:/core/images/heading-5",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-5 tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/heading-6": {
            "title": "$:/core/images/heading-6",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-6 tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/help": {
            "title": "$:/core/images/help",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-help tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/home-button": {
            "title": "$:/core/images/home-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-home-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/import-button": {
            "title": "$:/core/images/import-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-import-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/info-button": {
            "title": "$:/core/images/info-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-info-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\" transform=\"translate(.05)\"><path 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\"/><circle cx=\"64\" cy=\"32\" r=\"8\"/><rect width=\"16\" height=\"56\" x=\"56\" y=\"48\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/italic": {
            "title": "$:/core/images/italic",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-italic tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M66.711 0h22.41L62.408 128H40z\"/></svg>"
        },
        "$:/core/images/left-arrow": {
            "title": "$:/core/images/left-arrow",
            "created": "20150315234410875",
            "modified": "20150315235324760",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-left-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/line-width": {
            "title": "$:/core/images/line-width",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-line-width tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/link": {
            "title": "$:/core/images/link",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-link tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/linkify": {
            "title": "$:/core/images/linkify",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-linkify-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/list-bullet": {
            "title": "$:/core/images/list-bullet",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list-bullet tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/list-number": {
            "title": "$:/core/images/list-number",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list-number tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/list": {
            "title": "$:/core/images/list",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/locked-padlock": {
            "title": "$:/core/images/locked-padlock",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-locked-padlock tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/mail": {
            "title": "$:/core/images/mail",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mail tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/menu-button": {
            "title": "$:/core/images/menu-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-menu-button tc-image-button\" viewBox=\"0 0 128 128\"><rect width=\"128\" height=\"16\" y=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"56\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"96\" rx=\"8\"/></svg>"
        },
        "$:/core/images/mono-block": {
            "title": "$:/core/images/mono-block",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mono-block tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/mono-line": {
            "title": "$:/core/images/mono-line",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mono-line tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/new-button": {
            "title": "$:/core/images/new-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/new-here-button": {
            "title": "$:/core/images/new-here-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-here-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/><rect width=\"16\" height=\"48\" x=\"96\" y=\"80\" rx=\"8\"/><rect width=\"48\" height=\"16\" x=\"80\" y=\"96\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/new-image-button": {
            "title": "$:/core/images/new-image-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-image-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/new-journal-button": {
            "title": "$:/core/images/new-journal-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-journal-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><text class=\"tc-fill-background\" font-family=\"Helvetica\" font-size=\"47.172\" font-weight=\"bold\" transform=\"rotate(30 25.742 95.82)\"><tspan x=\"42\" y=\"77.485\" text-anchor=\"middle\"><<now \"DD\">></tspan></text></g></svg>"
        },
        "$:/core/images/opacity": {
            "title": "$:/core/images/opacity",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-opacity tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/><path d=\"M37 58h53v4H37v-4zm3-8h53v4H40v-4zm0-8h53v4H40v-4zm-8 24h53v4H32v-4zm-2 8h53v4H30v-4zm-3 8h53v4H27v-4z\"/></g></svg>"
        },
        "$:/core/images/open-window": {
            "title": "$:/core/images/open-window",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-open-window tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/options-button": {
            "title": "$:/core/images/options-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-options-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/paint": {
            "title": "$:/core/images/paint",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-paint tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/palette": {
            "title": "$:/core/images/palette",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-palette tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/permalink-button": {
            "title": "$:/core/images/permalink-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-permalink-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/permaview-button": {
            "title": "$:/core/images/permaview-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-permaview-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/picture": {
            "title": "$:/core/images/picture",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-picture tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/plugin-generic-language": {
            "title": "$:/core/images/plugin-generic-language",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/plugin-generic-plugin": {
            "title": "$:/core/images/plugin-generic-plugin",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/plugin-generic-theme": {
            "title": "$:/core/images/plugin-generic-theme",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/preview-closed": {
            "title": "$:/core/images/preview-closed",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-preview-closed tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><rect width=\"4\" height=\"16\" x=\"62\" y=\"96\" rx=\"4\"/><rect width=\"4\" height=\"16\" x=\"78\" y=\"93\" rx=\"4\" transform=\"rotate(-5 80 101)\"/><rect width=\"4\" height=\"16\" x=\"46\" y=\"93\" rx=\"4\" transform=\"rotate(5 48 101)\"/><rect width=\"4\" height=\"16\" x=\"30\" y=\"88\" rx=\"4\" transform=\"rotate(10 32 96)\"/><rect width=\"4\" height=\"16\" x=\"94\" y=\"88\" rx=\"4\" transform=\"rotate(-10 96 96)\"/><rect width=\"4\" height=\"16\" x=\"110\" y=\"80\" rx=\"4\" transform=\"rotate(-20 112 88)\"/><rect width=\"4\" height=\"16\" x=\"14\" y=\"80\" rx=\"4\" transform=\"rotate(20 16 88)\"/></g></svg>"
        },
        "$:/core/images/preview-open": {
            "title": "$:/core/images/preview-open",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-preview-open tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/print-button": {
            "title": "$:/core/images/print-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-print-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"36\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"52\" rx=\"4\"/><rect width=\"40\" height=\"8\" x=\"32\" y=\"20\" rx=\"4\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/quote": {
            "title": "$:/core/images/quote",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-quote tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/refresh-button": {
            "title": "$:/core/images/refresh-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-refresh-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/right-arrow": {
            "title": "$:/core/images/right-arrow",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-right-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/rotate-left": {
            "title": "$:/core/images/rotate-left",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-rotate-left tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"32\" height=\"80\" rx=\"8\"/><rect width=\"80\" height=\"32\" x=\"48\" y=\"96\" rx=\"8\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/save-button": {
            "title": "$:/core/images/save-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-save-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/size": {
            "title": "$:/core/images/size",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-size tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/spiral": {
            "title": "$:/core/images/spiral",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-spiral tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/stamp": {
            "title": "$:/core/images/stamp",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-stamp tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/star-filled": {
            "title": "$:/core/images/star-filled",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-star-filled tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/storyview-classic": {
            "title": "$:/core/images/storyview-classic",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-classic tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/storyview-pop": {
            "title": "$:/core/images/storyview-pop",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-pop tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/storyview-zoomin": {
            "title": "$:/core/images/storyview-zoomin",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-zoomin tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/strikethrough": {
            "title": "$:/core/images/strikethrough",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-strikethrough tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path d=\"M5 54h118v16H5z\"/></g></svg>"
        },
        "$:/core/images/subscript": {
            "title": "$:/core/images/subscript",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-subscript tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/superscript": {
            "title": "$:/core/images/superscript",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-superscript tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/tag-button": {
            "title": "$:/core/images/tag-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-tag-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/theme-button": {
            "title": "$:/core/images/theme-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-theme-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/timestamp-off": {
            "title": "$:/core/images/timestamp-off",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-timestamp-off tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/timestamp-on": {
            "title": "$:/core/images/timestamp-on",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-timestamp-on tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path 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\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/tip": {
            "title": "$:/core/images/tip",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-tip tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/transcludify": {
            "title": "$:/core/images/transcludify",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-transcludify-button tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/twitter": {
            "title": "$:/core/images/twitter",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-twitter tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/underline": {
            "title": "$:/core/images/underline",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-underline tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/unfold-all-button": {
            "title": "$:/core/images/unfold-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unfold-all tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"64\" rx=\"8\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/unfold-button": {
            "title": "$:/core/images/unfold-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unfold tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><path 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\"/></g></svg>"
        },
        "$:/core/images/unlocked-padlock": {
            "title": "$:/core/images/unlocked-padlock",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unlocked-padlock tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/up-arrow": {
            "title": "$:/core/images/up-arrow",
            "created": "20150316000544368",
            "modified": "20150316000831867",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-up-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/video": {
            "title": "$:/core/images/video",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-video tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></svg>"
        },
        "$:/core/images/warning": {
            "title": "$:/core/images/warning",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-warning tc-image-button\" viewBox=\"0 0 128 128\"><path 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\"/></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 <$button set=\"$:/DefaultTiddlers\" setTo=\"[list[$:/StoryList]]\">retain story ordering</$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/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/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 <$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 <$text text=<<installedVersion>>/>"
        },
        "$:/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 ''\"<$text text=<<currentTab>>/>\"'' 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 <<update-count>> plugins"
        },
        "$:/language/ControlPanel/Plugins/SubPluginPrompt": {
            "title": "$:/language/ControlPanel/Plugins/SubPluginPrompt",
            "text": "With <<count>> 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 <<service-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 Gitea’s 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/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 http://tiddlyspot.com or a compatible remote server"
        },
        "$:/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://<wikiname>.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/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 <<tag \"$:/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": "<<period>> days from now"
        },
        "$:/language/RelativeDate/Future/Hours": {
            "title": "$:/language/RelativeDate/Future/Hours",
            "text": "<<period>> hours from now"
        },
        "$:/language/RelativeDate/Future/Minutes": {
            "title": "$:/language/RelativeDate/Future/Minutes",
            "text": "<<period>> minutes from now"
        },
        "$:/language/RelativeDate/Future/Months": {
            "title": "$:/language/RelativeDate/Future/Months",
            "text": "<<period>> 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": "<<period>> seconds from now"
        },
        "$:/language/RelativeDate/Future/Years": {
            "title": "$:/language/RelativeDate/Future/Years",
            "text": "<<period>> years from now"
        },
        "$:/language/RelativeDate/Past/Days": {
            "title": "$:/language/RelativeDate/Past/Days",
            "text": "<<period>> days ago"
        },
        "$:/language/RelativeDate/Past/Hours": {
            "title": "$:/language/RelativeDate/Past/Hours",
            "text": "<<period>> hours ago"
        },
        "$:/language/RelativeDate/Past/Minutes": {
            "title": "$:/language/RelativeDate/Past/Minutes",
            "text": "<<period>> minutes ago"
        },
        "$:/language/RelativeDate/Past/Months": {
            "title": "$:/language/RelativeDate/Past/Months",
            "text": "<<period>> 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": "<<period>> seconds ago"
        },
        "$:/language/RelativeDate/Past/Years": {
            "title": "$:/language/RelativeDate/Past/Years",
            "text": "<<period>> 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-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": "`<select>` element background"
        },
        "$:/language/Docs/PaletteColours/select-tag-foreground": {
            "title": "$:/language/Docs/PaletteColours/select-tag-foreground",
            "text": "`<select>` 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/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 <<pluginLink>>"
        },
        "$:/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 <<pluginLink>> 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/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 <<bad-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 ''<$text text=<<fromTitle>>/>'' to ''<$text text=<<toTitle>>/>'' 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 <$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<div class=\"tc-control-panel\">\n\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n</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 <target> [<target> ...]\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 [<wikifolder>] [--<command> [<args>...]...]\n```\n\nAvailable commands:\n\n<ul>\n<$list filter=\"[commands[]sort[title]]\" variable=\"command\">\n<li><$link to=<<commandTitle>>><$macrocall $name=\"command\" $type=\"text/plain\" $output=\"text/plain\"/></$link>: <$transclude tiddler=<<commandTitle>> field=\"description\"/></li>\n</$list>\n</ul>\n\nTo get detailed help on a command:\n\n```\ntiddlywiki --help <command>\n```\n"
        },
        "$:/language/Help/deletetiddlers": {
            "title": "$:/language/Help/deletetiddlers",
            "description": "Deletes a group of tiddlers",
            "text": "<<.from-version \"5.1.20\">> Deletes a group of tiddlers identified by a filter.\n\n```\n--deletetiddlers <filter>\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 <url> <import-filter> <transform-filter>\n--fetch files <url-filter> <import-filter> <transform-filter>\n--fetch raw-file <url> <transform-filter>\n--fetch raw-files <url-filter> <transform-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 `<import-filter>` parameter specifies a filter determining which tiddlers are imported. It defaults to `[all[tiddlers]]` if not provided.\n\nFor all variants, the `<transform-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 [<command>]\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 <filepath> <deserializer> [<title>] [<encoding>]\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 <edition> [<edition> ...]\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 [<name>=<value>]...\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\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 <filepath> [noerror]\n--load <dirpath> [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 <title>\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 <pathname>\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 <password>\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 <tiddler-filter> [<filename-filter>] [<render-type>] [<template>] [<name>] [<value>]\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 variable\n* ''value'': Value of optional variable\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* 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 <title> <filename> [<type>] [<template>] [<name>] [<value>]\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 <filter> <template> <pathname> [<type>] [<extension>] [\"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 <tiddler-filter> <filename-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 <title> <filename>\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 <filter> <pathname> [\"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": "<<.from-version \"5.1.20\">> Saves the current wiki as a wiki folder, including tiddlers, plugins and configuration:\n\n```\n--savewikifolder <wikifolderpath> [<filter>]\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 <port> <root-tiddler> <root-render-type> <root-serve-type> <username> <password> <host> <path-prefix> <debug-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 <filter> <fieldname> <templatetitle> <rendertype>\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 <title>\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/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/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/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 <<incoming>> being older than existing <<existing>>)"
        },
        "$:/language/Import/Upgrader/Plugins/Upgraded": {
            "title": "$:/language/Import/Upgrader/Plugins/Upgraded",
            "text": "Upgraded plugin from <<incoming>> to <<upgraded>>"
        },
        "$:/language/Import/Upgrader/State/Suppressed": {
            "title": "$:/language/Import/Upgrader/State/Suppressed",
            "text": "Blocked temporary state 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 <$text text=<<from>>/>"
        },
        "$:/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 \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmDeleteTiddler": {
            "title": "$:/language/ConfirmDeleteTiddler",
            "text": "Do you wish to delete the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmOverwriteTiddler": {
            "title": "$:/language/ConfirmOverwriteTiddler",
            "text": "Do you wish to overwrite the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/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 \"<$text text=<<title>>/>\"?"
        },
        "$:/language/Count": {
            "title": "$:/language/Count",
            "text": "count"
        },
        "$:/language/DefaultNewTiddlerTitle": {
            "title": "$:/language/DefaultNewTiddlerTitle",
            "text": "New Tiddler"
        },
        "$:/language/Diffs/CountMessage": {
            "title": "$:/language/Diffs/CountMessage",
            "text": "<<diff-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/EditConflict": {
            "title": "$:/language/Error/EditConflict",
            "text": "File changed on server"
        },
        "$:/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/IsFilterOperator": {
            "title": "$:/language/Error/IsFilterOperator",
            "text": "Filter Error: Unknown operand for the 'is' filter operator"
        },
        "$:/language/Error/LoadingPluginLibrary": {
            "title": "$:/language/Error/LoadingPluginLibrary",
            "text": "Error loading plugin library"
        },
        "$:/language/Error/NetworkErrorAlert": {
            "title": "$:/language/Error/NetworkErrorAlert",
            "text": "`<h2>''Network Error''</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.<br><br>''Any unsaved changes will be automatically synchronised when connectivity is restored''.`"
        },
        "$:/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/InvalidFieldName": {
            "title": "$:/language/InvalidFieldName",
            "text": "Illegal characters in field name \"<$text text=<<fieldName>>/>\". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)"
        },
        "$:/language/LazyLoadingWarning": {
            "title": "$:/language/LazyLoadingWarning",
            "text": "<p>Trying to load external content from ''<$text text={{!!_canonical_uri}}/>''</p><p>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</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 \"<$text text=<<currentTiddler>>/>\" -- 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/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/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": "<$button message=\"tm-close-tiddler\">Close</$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": "<$button message=\"tm-close-tiddler\">Close</$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",
            "tags": "Journal"
        },
        "$:/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": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/Matches": {
            "title": "$:/language/Search/Matches",
            "text": "//<small><<resultCount>> matches</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": "//<small><<resultCount>> matches</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": "//<small><<resultCount>> matches</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": "//<small><<resultCount>> matches</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": "<<list-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": "<div class=\"tc-table-of-contents\">\n\n<<toc-selective-expandable 'TableOfContents'>>\n\n</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<br>(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<br>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 <br>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<br>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 <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is not a shadow tiddler"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint",
            "text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$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 <$link to=<<pluginTiddler>>><$text text=<<pluginTiddler>>/></$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": "References"
        },
        "$:/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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 30\" width=\"1200\" height=\"600\">\n<clipPath id=\"t\">\n\t<path d=\"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z\"/>\n</clipPath>\n<path d=\"M0,0 v30 h60 v-30 z\" fill=\"#00247d\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" stroke=\"#fff\" stroke-width=\"6\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" clip-path=\"url(#t)\" stroke=\"#cf142b\" stroke-width=\"4\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#fff\" stroke-width=\"10\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#cf142b\" stroke-width=\"6\"/>\n</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 < 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 < 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;\t\t\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<targets.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 < 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 < 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 = $tw.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 < 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)\t        \t\t\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 < 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<editions.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 < 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 = fs.readdirSync(folder);\n\t\t\tfor(var p=0; p<pluginFolders.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 = fs.readdirSync(folder);\n\t\t\tfor(var t=0; t<publisherFolders.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 < 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 < 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/*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: \"render\",\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 < 1) {\n\t\treturn \"Missing tiddler 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]addsuffix[.html]]\",\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tvarName = this.params[4],\n\t\tvarValue = this.params[5],\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template || title),\n\t\t\tvariables = {currentTiddler: title};\n\t\tif(varName) {\n\t\t\tvariables[varName] = varValue || \"\";\n\t\t}\n\t\tvar widgetNode = wiki.makeWidget(parser,{variables: variables}),\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\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(\"Rendering \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "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 < 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 < 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]),\t\t\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 < 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 <tiddler> <pathname> <skinnylisting>\n\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\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 < 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 = !!$tw.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 < 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 < 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 <wikifolderpath> [<filter>]\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 < 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}\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 fileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{\n\t\tdirectory: path.resolve(this.wikiFolderPath,directory),\n\t\twiki: this.wiki\n\t});\n\t$tw.utils.saveTiddlerToFileSync(tiddler,fileInfo);\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 < 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 < 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,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,li,noscript,ol,output,p,pre,section,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\n/*\nUtility function to parse an old-style tiddler DIV in a *.tid file. It looks like this:\n\n<div title=\"Title\" creator=\"JoeBloggs\" modifier=\"JoeBloggs\" created=\"201102111106\" modified=\"201102111310\" tags=\"myTag [[my long tag]]\">\n<pre>The text of the tiddler (without the expected HTML encoding).\n</pre>\n</div>\n\nNote that the field attributes are HTML encoded, but that the body of the <PRE> 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 parseTiddlerDiv = 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<arguments.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*<div\\s+([^>]*)>(\\s*<pre>)?/gi,\n\t\tendRegExp,\n\t\tmatch = startRegExp.exec(text);\n\tif(match) {\n\t\t// Old-style DIVs don't have the <pre> tag\n\t\tif(match[2]) {\n\t\t\tendRegExp = /<\\/pre>\\s*<\\/div>\\s*$/gi;\n\t\t} else {\n\t\t\tendRegExp = /<\\/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\nexports[\"application/x-tiddler-html-div\"] = function(text,fields) {\n\treturn [parseTiddlerDiv(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<incoming.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\t// Check if we've got a store area\n\tvar storeAreaMarkerRegExp = /<div id=[\"']?storeArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\tmatch = storeAreaMarkerRegExp.exec(text);\n\tif(match) {\n\t\t// If so, it's either a classic TiddlyWiki file or an unencrypted TW5 file\n\t\t// First read the normal tiddlers\n\t\tvar results = deserializeTiddlyWikiFile(text,storeAreaMarkerRegExp.lastIndex,!!match[1],fields);\n\t\t// Then any system tiddlers\n\t\tvar systemAreaMarkerRegExp = /<div id=[\"']?systemArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\t\tsysMatch = systemAreaMarkerRegExp.exec(text);\n\t\tif(sysMatch) {\n\t\t\tresults.push.apply(results,deserializeTiddlyWikiFile(text,systemAreaMarkerRegExp.lastIndex,!!sysMatch[1],fields));\n\t\t}\n\t\treturn results;\n\t} else {\n\t\t// Check whether we've got an encrypted file\n\t\tvar encryptedStoreArea = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedStoreArea) {\n\t\t\t// If so, attempt to decrypt it using the current password\n\t\t\treturn $tw.utils.decryptStoreArea(encryptedStoreArea);\n\t\t} else {\n\t\t\t// It's not a TiddlyWiki so we'll return the entire HTML file as a tiddler\n\t\t\treturn deserializeHtmlFile(text,fields);\n\t\t}\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 deserializeTiddlyWikiFile(text,storeAreaEnd,isTiddlyWiki5,fields) {\n\tvar results = [],\n\t\tendOfDivRegExp = /(<\\/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 = parseTiddlerDiv(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})();\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.iframeNode.style[\"background-color\"] = this.widget.wiki.extractTiddlerDataItem(this.widget.wiki.getTiddlerText(\"$:/palette\"),\"tiddler-editor-background\");\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\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]);\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\tthis.domNode.style[\"background-color\"] = this.widget.wiki.extractTiddlerDataItem(this.widget.wiki.getTiddlerText(\"$:/palette\"),\"tiddler-editor-background\");\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.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\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 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\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\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.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\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\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleEngine.prototype.handleFocusEvent = function(event) {\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\tvalue = tiddler.getFieldString(this.editField);\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\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 || changedTiddlers[HEIGHT_MODE_TITLE] || changedTiddlers[ENABLE_TOOLBAR_TITLE]) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\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<shortcutElements.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.document.createEventObject ? this.document.createEventObject() : this.document.createEvent(\"Events\");\n\t\tif(newEvent.initEvent) {\n\t\t\tnewEvent.initEvent(\"keydown\", true, true);\n\t\t}\n\t\tnewEvent.keyCode = event.keyCode;\n\t\tnewEvent.which = event.which;\n\t\tnewEvent.metaKey = event.metaKey;\n\t\tnewEvent.ctrlKey = event.ctrlKey;\n\t\tnewEvent.altKey = event.altKey;\n\t\tnewEvent.shiftKey = event.shiftKey;\n\t\treturn !this.parentDomNode.dispatchEvent(newEvent);\n\t};\n\n\treturn EditTextWidget;\n\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 = \"<<\" + (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/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/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 = [],\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<subops.length; t++) {\n\t\tvar subop = allFilterOperators[subops[t]];\n\t\tif(subop) {\n\t\t\t$tw.utils.pushTop(results,subop(source,operator.prefix,options));\n\t\t}\n\t}\n\treturn results;\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 = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerBacklinks(title));\n\t});\n\treturn results;\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 <= 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 = types[type] || types.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 types = {\n\t\"number\": function(a,b) {\n\t\treturn compare($tw.utils.parseNumber(a),$tw.utils.parseNumber(b));\n\t},\n\t\"integer\": function(a,b) {\n\t\treturn compare($tw.utils.parseInt(a),$tw.utils.parseInt(b));\n\t},\n\t\"string\": function(a,b) {\n\t\treturn compare(\"\" + a,\"\" +b);\n\t},\n\t\"date\": function(a,b) {\n\t\tvar dateA = $tw.utils.parseDate(a),\n\t\t\tdateB = $tw.utils.parseDate(b);\n\t\tif(!isFinite(dateA)) {\n\t\t\tdateA = new Date(0);\n\t\t}\n\t\tif(!isFinite(dateB)) {\n\t\t\tdateB = new Date(0);\n\t\t}\n\t\treturn compare(dateA,dateB);\n\t},\n\t\"version\": function(a,b) {\n\t\treturn $tw.utils.compareVersions(a,b);\n\t}\n};\n\nfunction compare(a,b) {\n\tif(a > b) {\n\t\treturn +1;\n\t} else if(a < b) {\n\t\treturn -1;\n\t} else {\n\t\treturn 0;\n\t}\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 <= 0;},\n\t\"lt\": function(value) {return value < 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\").toLowerCase();\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/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\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(editionInfo,title)) {\n\t\t\t\tresults.push(editionInfo[title].description || \"\");\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\t\teditionInfo = $tw.utils.getEditionInfo();\n\tif(editionInfo) {\n\t\t$tw.utils.each(editionInfo,function(info,name) {\n\t\t\tresults.push(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/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\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURIComponent(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\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\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURI(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\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));\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));\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(CSS.escape(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\").toLowerCase();\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\t\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/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($tw.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($tw.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] === \"\")) {\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] === \"\" || tiddler.fields[operator.operand].length === 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\t\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/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 = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerLinks(title));\n\t});\n\treturn results;\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:<field>[<prefix>]]\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) || options.wiki.getTiddlerText(operator.operand + 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.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\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) {\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(title);\n\t\t});\n\t\treturn [$tw.utils.stringifyNumber(result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,$tw.utils.parseNumber(currentValue));\n\t\t},initialValue))];\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/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\tsource(function(tiddler,title) {\n\t\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\n\t\t\tresults.push(moduleName);\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 < 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// Split the operand into numbers delimited by these symbols\n\tvar parts = operator.operand.split(/[,:;]/g),\n\t\tbeg, end, inc, i, fixed = 0;\n\tfor (i=0; i<parts.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 <= -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 < 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<beg) {\n\t\tfor(i=beg; i>end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tfor(i=beg; i<end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif(safety<0) {\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/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\").toLowerCase(),\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/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/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 = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.trim(a)];}\n);\n\nexports.split = makeStringBinaryOperator(\n\tfunction(a,b) {return (\"\" + a).split(b);}\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 || \"\"));\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\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);\t\t\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});\t\t\n\treturn result;\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}\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<length; 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\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length > 0) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !tiddler.hasField(\"tags\") || ($tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length === 0)) {\n\t\t\t\t$tw.utils.pushTop(results,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/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    /*jslint node: true, browser: true */\n    /*global $tw: false */\n    \"use strict\";\n\n    /*\n    Fetch titles from the current list\n    */\n    var prepare_results = function (source) {\n    var results = [];\n        source(function (tiddler, title) {\n            results.push(title);\n        });\n        return results;\n    };\n\n    /*\n    Moves a number of items from the tail of the current list before the item named in the operand\n    */\n    exports.putbefore = function (source, operator) {\n        var results = prepare_results(source),\n            index = results.indexOf(operator.operand),\n            count = $tw.utils.getInt(operator.suffix,1);\n        return (index === -1) ?\n            results.slice(0, -1) :\n            results.slice(0, index).concat(results.slice(-count)).concat(results.slice(index, -count));\n    };\n\n    /*\n    Moves a number of items from the tail of the current list after the item named in the operand\n    */\n    exports.putafter = function (source, operator) {\n        var results = prepare_results(source),\n            index = results.indexOf(operator.operand),\n            count = $tw.utils.getInt(operator.suffix,1);\n        return (index === -1) ?\n            results.slice(0, -1) :\n            results.slice(0, index + 1).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n    };\n\n    /*\n    Replaces the item named in the operand with a number of items from the tail of the current list\n    */\n    exports.replace = function (source, operator) {\n        var results = prepare_results(source),\n            index = results.indexOf(operator.operand),\n            count = $tw.utils.getInt(operator.suffix,1);\n        return (index === -1) ?\n            results.slice(0, -count) :\n            results.slice(0, index).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n    };\n\n    /*\n    Moves a number of items from the tail of the current list to the head of the list\n    */\n    exports.putfirst = function (source, operator) {\n        var results = prepare_results(source),\n            count = $tw.utils.getInt(operator.suffix,1);\n        return results.slice(-count).concat(results.slice(0, -count));\n    };\n\n    /*\n    Moves a number of items from the head of the current list to the tail of the list\n    */\n    exports.putlast = function (source, operator) {\n        var results = prepare_results(source),\n            count = $tw.utils.getInt(operator.suffix,1);\n        return results.slice(count).concat(results.slice(0, count));\n    };\n\n    /*\n    Moves the item named in the operand a number of places forward or backward in the list\n    */\n    exports.move = function (source, operator) {\n        var results = prepare_results(source),\n            index = results.indexOf(operator.operand),\n            count = $tw.utils.getInt(operator.suffix,1),\n            marker = results.splice(index, 1),\n            offset =  (index + count) > 0 ? index + count : 0;\n        return results.slice(0, offset).concat(marker).concat(results.slice(offset));\n    };\n\n    /*\n    Returns the items from the current list that are after the item named in the operand\n    */\n    exports.allafter = function (source, operator) {\n        var results = prepare_results(source),\n            index = results.indexOf(operator.operand);\n        return (index === -1) ? [] :\n            (operator.suffix) ? results.slice(index) :\n            results.slice(index + 1);\n    };\n\n    /*\n    Returns the items from the current list that are before the item named in the operand\n    */\n    exports.allbefore = function (source, operator) {\n        var results = prepare_results(source),\n            index = results.indexOf(operator.operand);\n        return (index === -1) ? [] :\n            (operator.suffix) ? results.slice(0, index + 1) :\n            results.slice(0, index);\n    };\n\n    /*\n    Appends the items listed in the operand array to the tail of the current list\n    */\n    exports.append = function (source, operator) {\n        var append = $tw.utils.parseStringArray(operator.operand, \"true\"),\n            results = prepare_results(source),\n            count = parseInt(operator.suffix) || append.length;\n        return (append.length === 0) ? results :\n            (operator.prefix) ? results.concat(append.slice(-count)) :\n            results.concat(append.slice(0, count));\n    };\n\n    /*\n    Prepends the items listed in the operand array to the head of the current list\n    */\n    exports.prepend = function (source, operator) {\n        var prepend = $tw.utils.parseStringArray(operator.operand, \"true\"),\n            results = prepare_results(source),\n            count = $tw.utils.getInt(operator.suffix,prepend.length);\n        return (prepend.length === 0) ? results :\n            (operator.prefix) ? prepend.slice(-count).concat(results) :\n            prepend.slice(0, count).concat(results);\n    };\n\n    /*\n    Returns all items from the current list except the items listed in the operand array\n    */\n    exports.remove = function (source, operator) {\n        var array = $tw.utils.parseStringArray(operator.operand, \"true\"),\n            results = prepare_results(source),\n            count = parseInt(operator.suffix) || array.length,\n            p,\n            len,\n            index;\n        len = array.length - 1;\n        for (p = 0; p < count; ++p) {\n            if (operator.prefix) {\n                index = results.indexOf(array[len - p]);\n            } else {\n                index = results.indexOf(array[p]);\n            }\n            if (index !== -1) {\n                results.splice(index, 1);\n            }\n        }\n        return results;\n    };\n\n    /*\n    Returns all items from the current list sorted in the order of the items in the operand array\n    */\n    exports.sortby = function (source, operator) {\n        var results = prepare_results(source);\n        if (!results || results.length < 2) {\n            return results;\n        }\n        var lookup = $tw.utils.parseStringArray(operator.operand, \"true\");\n        results.sort(function (a, b) {\n            return lookup.indexOf(a) - lookup.indexOf(b);\n        });\n        return results;\n    };\n\n    /*\n    Removes all duplicate items from the current list\n    */\n    exports.unique = function (source, operator) {\n        var results = prepare_results(source);\n        var set = results.reduce(function (a, b) {\n            if (a.indexOf(b) < 0) {\n                a.push(b);\n            }\n            return a;\n        }, []);\n        return set;\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(/[\\[\\{<\\/]/);\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\n\t\tp = nextBracketPos + 1;\n\t\tswitch (bracket) {\n\t\t\tcase \"{\": // Curly brackets\n\t\t\t\toperator.indirect = true;\n\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"[\": // Square brackets\n\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"<\": // Angle brackets\n\t\t\t\toperator.variable = true;\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\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\n// DEPRECATION WARNING\nconsole.log(\"WARNING: Filter\",operator.operator,\"has a deprecated regexp operand\",operator.regexp);\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\tthrow \"Unterminated regular expression in filter expression\";\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing closing bracket in filter expression\";\n\t\t}\n\t\tif(!operator.regexp) {\n\t\t\toperator.operand = filterString.substring(p,nextBracketPos);\n\t\t}\n\t\tp = nextBracketPos + 1;\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 = /((?:\\+|\\-|~|=)?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\s\\[\\]]+))/mg;\n\twhile(p < 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 < 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++;\n\t\t\t}\n\t\t\tif(match[2]) { // 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[3] || match[4] || match[5]) { // Double quoted string, single quoted string or unquoted title\n\t\t\t\toperation.operators.push(\n\t\t\t\t\t{operator: \"title\", operand: match[3] || match[4] || match[5]}\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.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 operand = operator.operand,\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\t\t\t\tif(operator.indirect) {\n\t\t\t\t\toperand = self.getTextReference(operator.operand,\"\",currTiddlerTitle);\n\t\t\t\t}\n\t\t\t\tif(operator.variable) {\n\t\t\t\t\toperand = widget.getVariable(operator.operand,{defaultValue: \"\"});\n\t\t\t\t}\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: operand,\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\t// Wrap the operator functions in a wrapper function that depends on the prefix\n\t\toperationFunctions.push((function() {\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 function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"=\": // The results of the operation are pushed into the result without deduplication\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\tArray.prototype.push.apply(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"-\": // The results of this operation are removed from the main result\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t$tw.utils.removeArrayEntries(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\n\t\t\t\tcase \"+\": // This operation is applied to the main results so far\n\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\n\t\t\t\t\t\tsource = self.makeTiddlerIterator(results);\n\t\t\t\t\t\tresults.splice(0,results.length);\n\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\n\t\t\t\t\t};\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 function(results,source,widget) {\n\t\t\t\t\t\tif(results.length === 0) {\n\t\t\t\t\t\t\t// Main result so far is empty\n\t\t\t\t\t\t\t$tw.utils.pushTop(results,operationSubFunction(source,widget));\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\tvar results = [];\n\t\t$tw.utils.each(operationFunctions,function(operationFunction) {\n\t\t\toperationFunction(results,source,widget);\n\t\t});\n\t\treturn results;\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 < 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: <tiddler>, shadow: <boolean>, exists: <boolean>},new: {tiddler: <tiddler>, shadow: <boolean>, exists: <boolean>}}\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 < 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});\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});\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}\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() {\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\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});\t\t\t\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// 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) {\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<components.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(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\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));\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\tfor(var t=0; t<keyInfoArray.length; t++) {\n\t\tif(this.checkKeyDescriptor(event,keyInfoArray[t])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\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<tiddlerList.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<this.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);\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<tiddlers.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<tiddlers.length; t++) {\n\t\trow = [];\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\t\tfor(f=0; f<fields.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<<makedatauri 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\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\n/*\nInformation about this macro\n*/\n\nexports.name = \"unusedtitle\";\n\nexports.params = [\n\t{name: \"baseName\"},\n\t{name: \"options\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(baseName, options) {\n\tif(!baseName) {\n\t\tbaseName = $tw.language.getString(\"DefaultNewTiddlerTitle\");\n\t}\n\treturn this.wiki.generateNewTitle(baseName, options);\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<lines.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<columns.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\tsandbox: {type: \"string\", value: \"\"}\n\t\t}\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;\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\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,\"<<\");\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\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\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\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<>\"'=]+)/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<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" 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};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/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 = startPos + 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<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" 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 = /<!--/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 = startPos + 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<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\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<aside>\nThis is an HTML5 aside element\n</aside>\n\n<$slider target=\"MyTiddler\">\nThis is a widget invocation\n</$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\t\tvar reEndString = \"</\" + $tw.utils.escapeRegExp(tag.tag) + \">\",\n\t\t\t\treEnd = new RegExp(\"(\" + reEndString + \")\",\"mg\");\n\t\tif(hasLineBreak) {\n\t\t\ttag.children = this.parser.parseBlocks(reEndString);\n\t\t} else {\n\t\t\ttag.children = this.parser.parseInlineRun(reEnd);\n\t\t}\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tvar endMatch = reEnd.exec(this.parser.source);\n\t\tif(endMatch && endMatch.index === this.parser.pos) {\n\t\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\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,\"<\");\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 = /<([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 `<$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<match[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 <= 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<<name 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\t// Regexp to match\n\tthis.matchRegExp = /<<([^>\\s]+)(?:\\s*)((?:[^>]|(?:>(?!>)))*?)>>(?:\\r?\\n|$)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\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\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params,\n\t\tisBlock: true\n\t}];\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<<name 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\t// Regexp to match\n\tthis.matchRegExp = /<<([^\\s>]+)\\s*([\\s\\S]*?)>>/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\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\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5]|| paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params\n\t}];\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<<<.optionalClass(es) optional cited from\n\ta quote\n\t<<<\n\t\n\t<<<.optionalClass(es)\n\ta quote\n\t<<< optional cited from\n```\n\nQuotes can be quoted by putting more <s\n\n```\n\t<<<\n\tQuote Level 1\n\t\n\t<<<<\n\tQuoteLevel 2\n\t<<<<\n\t\n\t<<<\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 = /(<<<+)/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] + \"(?!<)\";\n\t// Move past the <s\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 `<ul>` 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<tree.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] === \"<\" && 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\t\t\t\t\t\t\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<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"100\">\n  <circle cx=\"100\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"2\" fill=\"red\" />\n</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 <PRE> 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: <string>, attributes: {}, children: []} - an HTML element\n\t{type: \"text\", text: <string>} - a text node\n\t{type: \"entity\", value: <string>} - an entity\n\t{type: \"raw\", html: <string>} - raw HTML\n\nAttributes are stored as hashmaps of the following objects:\n\n\t{type: \"string\", value: <string>} - literal string\n\t{type: \"indirect\", textReference: <textReference>} - indirect through a text reference\n\t{type: \"macro\", macro: <TBD>} - indirect through a macro invocation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\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// Initialise the classes if we don't have them already\n\tif(!this.pragmaRuleClasses) {\n\t\tWikiParser.prototype.pragmaRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"pragma\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.pragmaRuleClasses,\"$:/config/WikiParserRules/Pragmas/\");\n\t}\n\tif(!this.blockRuleClasses) {\n\t\tWikiParser.prototype.blockRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"block\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.blockRuleClasses,\"$:/config/WikiParserRules/Block/\");\n\t}\n\tif(!this.inlineRuleClasses) {\n\t\tWikiParser.prototype.inlineRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"inline\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.inlineRuleClasses,\"$:/config/WikiParserRules/Inline/\");\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// Instantiate the pragma parse rules\n\tthis.pragmaRules = this.instantiateRules(this.pragmaRuleClasses,\"pragma\",0);\n\t// Instantiate the parser block and inline rules\n\tthis.blockRules = this.instantiateRules(this.blockRuleClasses,\"block\",0);\n\tthis.inlineRules = this.instantiateRules(this.inlineRuleClasses,\"inline\",0);\n\t// Parse any pragmas\n\tthis.tree = [];\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<rules.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 < 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 <= 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 < 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 < 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 < 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 < 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 < 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 < 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});\t\t\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 keepFilter;\n\tif(type === \"only\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) !== -1;\n\t\t};\n\t} else if(type === \"except\") {\n\t\tkeepFilter = function(name) {\n\t\t\treturn names.indexOf(name) === -1;\n\t\t};\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(!keepFilter(ruleArray[t].rule.name)) {\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 < 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 < 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\" && this.wiki.getTiddlerText(this.titleAutoSave,\"yes\") !== \"yes\") {\n\t\treturn false;\n\t}\n\tvar\tvariables = options.variables || {},\n\t\ttemplate = options.template || \"$:/core/save/all\",\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\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\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 = decodeURIComponent(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/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 = decodeURIComponent(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\": \"Basic \" + window.btoa(username + \":\" + password)\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !path || !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.getRawString(\"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\") || \"master\",\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};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !path || !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.getRawString(\"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 || !path || !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.getRawString(\"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/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) { // edit conflict\n\t\t\t\t\tvar message = $tw.language.getString(\"Error/EditConflict\");\n\t\t\t\t\tcallback(message);\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\",decodeURIComponent(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 = decodeURIComponent(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\turl = this.wiki.getTextReference(\"$:/UploadURL\");\n\t// Bail out if we don't have the bits we need\n\tif(!username || username.toString().trim() === \"\" || !password || password.toString().trim() === \"\") {\n\t\treturn false;\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\";\t\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($tw.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\");\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 = decodeURIComponent(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\tresponse.writeHead(200, {\"Content-Type\": \"image/x-icon\"});\n\tvar buffer = state.wiki.getTiddlerText(\"$:/favicon.ico\",\"\");\n\tresponse.end(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 = decodeURIComponent(state.params[0]),\n\t\tfilename = path.resolve($tw.boot.wikiPath,\"files\",suppliedFilename),\n\t\textension = path.extname(filename);\n\tfs.readFile(filename,function(err,content) {\n\t\tvar status,content,type = \"text/plain\";\n\t\tif(err) {\n\t\t\tconsole.log(\"Error accessing file \" + filename + \": \" + err.toString());\n\t\t\tstatus = 404;\n\t\t\tcontent = \"File '\" + suppliedFilename + \"' not found\";\n\t\t} else {\n\t\t\tstatus = 200;\n\t\t\tcontent = content;\n\t\t\ttype = ($tw.config.fileExtensionInfo[extension] ? $tw.config.fileExtensionInfo[extension].type : \"application/octet-stream\");\n\t\t}\n\t\tresponse.writeHead(status,{\n\t\t\t\"Content-Type\": type\n\t\t});\n\t\tresponse.end(content);\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\nvar zlib = require(\"zlib\");\n\nexports.method = \"GET\";\n\nexports.path = /^\\/$/;\n\nexports.handler = function(request,response,state) {\n\tvar acceptEncoding = request.headers[\"accept-encoding\"];\n\tif(!acceptEncoding) {\n\t\tacceptEncoding = \"\";\n\t}\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\t/*\n\tIf the gzip=yes flag for `listen` is set, check if the user agent permits\n\tcompression. If so, compress our response. Note that we use the synchronous\n\tfunctions from zlib to stay in the imperative style. The current `Server`\n\tdoesn't depend on this, and we may just as well use the async versions.\n\t*/\n\tif(state.server.enableGzip) {\n\t\tif (/\\bdeflate\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"deflate\";\n\t\t\ttext = zlib.deflateSync(text);\n\t\t} else if (/\\bgzip\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"gzip\";\n\t\t\ttext = zlib.gzipSync(text);\n\t\t}\n\t}\n\tresponse.writeHead(200,responseHeaders);\n\tresponse.end(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();\t\t\n\t} else {\n\t\t// Redirect to the root wiki if login worked\n\t\tresponse.writeHead(302,{\n\t\t\tLocation: \"/\"\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\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\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\tresponse.end(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 = decodeURIComponent(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\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\tresponse.writeHead(200);\n\t\tresponse.end(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 = decodeURIComponent(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\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\tresponse.end(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/tiddlers.json?filter=<filter>\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($tw.wiki.getTiddlerText(\"$:/config/Server/AllowAllExternalFilters\") !== \"yes\") {\n\t\tif($tw.wiki.getTiddlerText(\"$:/config/Server/ExternalFilters/\" + filter) !== \"yes\") {\n\t\t\tconsole.log(\"Blocked attempt to GET /recipes/default/tiddlers/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\tvar excludeFields = (state.queryParameters.exclude || \"text\").split(\",\"),\n\t\ttitles = state.wiki.filterTiddlers(filter);\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\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\tresponse.end(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 = decodeURIComponent(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}\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.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}\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// 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($tw.boot.wikiPath,tlsKeyFilepath),\"utf8\"),\n\t\t\tcert: fs.readFileSync(path.resolve($tw.boot.wikiPath,tlsCertFilepath),\"utf8\")\n\t\t};\n\t\tthis.protocol = \"https\";\n\t}\n\tthis.transport = require(this.protocol);\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};\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\tvar pathprefix = this.get(\"path-prefix\") || \"\";\n\tfor(var t=0; t<this.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(pathprefix) {\n\t\t\tif(pathname.substr(0,pathprefix.length) === pathprefix) {\n\t\t\t\tpathname = pathname.substr(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<match.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) {\n\t// Compose the state object\n\tvar self = this;\n\tvar state = {};\n\tstate.wiki = self.wiki;\n\tstate.server = self;\n\tstate.urlInfo = url.parse(request.url);\n\tstate.queryParameters = querystring.parse(state.urlInfo.query);\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;\t\t\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}\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(!$tw.wiki.getTiddler(\"$:/plugins/tiddlywiki/tiddlyweb\") || !$tw.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/CSSescape.js": {
            "title": "$:/core/modules/startup/CSSescape.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/CSSescape.js\ntype: application/javascript\nmodule-type: startup\n\nPolyfill for CSS.escape()\n\n\\*/\n(function(root,factory){\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"css-escape\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */\n// https://github.com/umdjs/umd/blob/master/returnExports.js\nexports.startup = factory(root);\n}(typeof global != 'undefined' ? global : this, function(root) {\n\n\tif (root.CSS && root.CSS.escape) {\n\t\treturn;\n\t}\n\n\t// https://drafts.csswg.org/cssom/#serialize-an-identifier\n\tvar cssEscape = 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 < length) {\n\t\t\tcodeUnit = string.charCodeAt(index);\n\t\t\t// Note: there’s 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 <= 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 <= 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 <= 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 <= 0x0039 ||\n\t\t\t\tcodeUnit >= 0x0041 && codeUnit <= 0x005A ||\n\t\t\t\tcodeUnit >= 0x0061 && codeUnit <= 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\tif (!root.CSS) {\n\t\troot.CSS = {};\n\t}\n\n\troot.CSS.escape = cssEscape;\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\t\t\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\",\"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text);\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// Collect up the info tiddlers\n\tvar infoTiddlerFields = {};\n\t// Give each info module a chance to fill in as many info tiddlers as they want\n\t$tw.modules.forEachModuleOfType(\"info\",function(title,moduleExports) {\n\t\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\n\t\t\tvar tiddlerFieldsArray = moduleExports.getInfoTiddlerFields(infoTiddlerFields);\n\t\t\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\n\t\t\t\tif(fields) {\n\t\t\t\t\tinfoTiddlerFields[fields.title] = fields;\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\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\tvar fields = {\n\t\ttitle: TITLE_INFO_PLUGIN,\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"info\",\n\t\ttext: JSON.stringify({tiddlers: infoTiddlerFields},null,$tw.config.preferences.jsonSpaces)\n\t};\n\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\t$tw.wiki.readPluginInfo([TITLE_INFO_PLUGIN]);\n\t$tw.wiki.registerPluginTiddlers(\"info\");\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\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\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\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\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}\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/PageTemplate\";\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});\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(!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};\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// 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\ttry {\n\t\t\telement = document.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}\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\tvar modules,n,m,f;\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\tvar executeStartupTiddlers = function(tag) {\n\t\t$tw.utils.each($tw.wiki.filterTiddlers(\"[all[shadows+tiddlers]tag[\" + tag + \"]!has[draft.of]]\"),function(title) {\n\t\t\t$tw.rootWidget.invokeActionString($tw.wiki.getTiddlerText(title),$tw.rootWidget);\n\t\t});\n\t};\n\texecuteStartupTiddlers(\"$:/tags/StartupAction\");\n\tif($tw.browser) {\n\t\texecuteStartupTiddlers(\"$:/tags/StartupAction/Browser\");\t\t\n\t}\n\tif($tw.node) {\n\t\texecuteStartupTiddlers(\"$:/tags/StartupAction/Node\");\t\t\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});\t\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 = decodeURIComponent(hash.trim());\n\t\t} else {\n\t\t\ttarget = decodeURIComponent(hash.substr(0,split).trim());\n\t\t\tstoryFilter = decodeURIComponent(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\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\t$tw.wiki.addToHistory(target);\n\t\t} else if(storyList.length > 0) {\n\t\t\t$tw.wiki.addToHistory(storyList[0]);\n\t\t}\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)\nvar 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\twindows[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(\"<html><head></head><body class='tc-body tc-single-tiddler-window'></body></html>\");\n\t\tsrcDocument.close();\n\t\tsrcDocument.title = windowTitle;\n\t\tsrcWindow.addEventListener(\"beforeunload\",function(event) {\n\t\t\tdelete 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\t\tname: \"click\",\n\t\t\thandlerObject: $tw.popup,\n\t\t\thandlerMethod: \"handleEvent\"\n\t\t}]);\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(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 instanceof Element)) {\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});\t\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 instanceof Element)) {\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 instanceof Element)) {\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})();",
            "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 instanceof Element)) {\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 instanceof Element)) {\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 instanceof Element)) {\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 instanceof Element)) {\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 instanceof Element)) {\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 instanceof Element)) {\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() {\n\t\t\tself.handleLoginEvent();\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 && $tw.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.tiddlerExists(title) && self.wiki.getTiddler(title);\n\t\tself.tiddlerInfo[title] = {\n\t\t\trevision: self.getTiddlerRevision(title),\n\t\t\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\n\t\t\tchangeCount: self.wiki.getChangeCount(title)\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<titles.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($tw.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<titles.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.logger.alert(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\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\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\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<tiddlers.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\tdelete self.tiddlerInfo[title];\n\t\t\t\tself.logger.log(\"Deleting tiddler missing from server:\",title);\n\t\t\t\tself.wiki.deleteTiddler(title);\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\t$tw.passwordPrompt.createPrompt({\n\t\t\t\tserviceName: $tw.language.getString(\"LoginToTiddlySpace\"),\n\t\t\t\tcallback: function(data) {\n\t\t\t\t\tself.login(data.username,data.password,function(err,isLoggedIn) {\n\t\t\t\t\t\tself.syncFromServer();\n\t\t\t\t\t});\n\t\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t\t}\n\t\t\t});\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.logger.alert(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<titles.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 || $tw.wiki.getChangeCount(title) > tiddlerInfo.changeCount,\n\t\t\t\tisReadyToSave = !tiddlerInfo || !tiddlerInfo.timestampLastSaved || tiddlerInfo.timestampLastSaved < 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<titles.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} 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<fields.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 = $tw.wiki.doesPluginInfoRequireReload(JSON.parse(incomingTiddler.text)) ? ($tw.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] = requiresReload + $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 = [\"$:/StoryList\",\"$:/HistoryList\"],\n\tDONT_IMPORT_PREFIX_LIST = [\"$:/temp/\",\"$:/state/\",\"$:/Import\"],\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<DONT_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = DONT_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/State/Suppressed\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(var t=0; t<WARN_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<r.length;t++)(e=r.charCodeAt(t))<128?o+=String.fromCharCode(e):e>127&&e<2048?(o+=String.fromCharCode(e>>6|192),o+=String.fromCharCode(63&e|128)):(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<r.length;)(t=r.charCodeAt(o))<128?(e+=String.fromCharCode(t),o++):t>191&&t<224?(e+=String.fromCharCode((31&t)<<6|63&r.charCodeAt(o+1)),o+=2):(e+=String.fromCharCode((15&t)<<12|(63&r.charCodeAt(o+1))<<6|63&r.charCodeAt(o+2)),o+=3);return e}}},this),function(r,e,o,t){if(void 0!==o.module&&o.module.exports){if(t&&o.require)for(var n=0;n<t.length;n++)o[t[n]]=o.require(t[n]);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,n,i,d,f,a,h,c=\"\",u=0;u<r.length;)d=(t=r.charCodeAt(u++))>>2,f=(3&t)<<4|(n=r.charCodeAt(u++))>>4,a=(15&n)<<2|(i=r.charCodeAt(u++))>>6,h=63&i,isNaN(n)?a=h=64:isNaN(i)&&(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,n,i,d,f,a,h=\"\",c=0;c<r.length;)t=o.indexOf(r.charAt(c++))<<2|(d=o.indexOf(r.charAt(c++)))>>4,n=(15&d)<<4|(f=o.indexOf(r.charAt(c++)))>>2,i=(3&f)<<6|(a=o.indexOf(r.charAt(c++))),h+=String.fromCharCode(t),64!=f&&(h+=String.fromCharCode(n)),64!=a&&(h+=String.fromCharCode(i));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 = \"<pre id=\\\"encryptedStoreArea\\\" type=\\\"text/plain\\\" style=\\\"display:none;\\\">\",\n\t\tencryptedStoreAreaStart = text.indexOf(encryptedStoreAreaStartMarker);\n\tif(encryptedStoreAreaStart !== -1) {\n\t\tvar encryptedStoreAreaEnd = text.indexOf(\"</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 < 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<rows.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<columns.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);\t\t\t\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<a.length&&100<b.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<a.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<=d&&1<=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<=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<g;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<f&&!((new Date).getTime()>c);t++){for(var v=-t+p;v<=t-x;v+=2){var n=f+v;var r=v==-t||v!=t&&h[n-1]<h[n+1]?h[n+1]:h[n-1]+1;for(var y=r-v;r<d&&y<e&&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<=n&&n<g&&-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<=t-q;v+=2){n=f+v;u=v==-t||v!=t&&l[n-1]<l[n+1]?l[n+1]:l[n-1]+1;for(r=u-v;u<d&&r<e&&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<=n&&n<g&&-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<a.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<a.length;c++){for(var d=a[c][1],e=[],f=0;f<d.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<e;)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<e;)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<d&&(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<u+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<d.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<a.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<=Math.max(g,h)&&e.length<=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<d?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<a.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<a.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<a.length;)a[f][0]==DIFF_EQUAL?(a[f][1].length<this.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<this.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<d?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<a.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<c+d?(0!==c&&0!==d&&(g=this.diff_commonPrefix(f,e),0!==g&&(0<b-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<a.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<a.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=/</g,e=/>/g,f=/\\n/g,g=0;g<a.length;g++){var h=a[g][0],l=a[g][1].replace(c,\"&amp;\").replace(d,\"&lt;\").replace(e,\"&gt;\").replace(f,\"&para;<br>\");switch(h){case DIFF_INSERT:b[g]='<ins style=\"background:#e6ffe6;\">'+l+\"</ins>\";break;case DIFF_DELETE:b[g]='<del style=\"background:#ffe6e6;\">'+l+\"</del>\";break;case DIFF_EQUAL:b[g]=\"<span>\"+l+\"</span>\"}}return b.join(\"\")};\ndiff_match_patch.prototype.diff_text1=function(a){for(var b=[],c=0;c<a.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<a.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<a.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<a.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<f.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<<b.length-1;h=-1;for(var k,m,p=b.length+a.length,x,w=0;w<b.length;w++){k=0;for(m=p;k<m;)d(w,\nc+m)<=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<<w)-1;q>=k;q--){var t=e[a.charAt(q-1)];m[q]=0===w?(m[q+1]<<1|1)&t:(m[q+1]<<1|1)&t|(x[q+1]|x[q])<<1|1|x[q+1];if(m[q]&l&&(t=d(w,q-1),t<=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<a.length;c++)b[a.charAt(c)]=0;for(c=0;c<a.length;c++)b[a.charAt(c)]|=1<<a.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<this.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<b.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<b.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<=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<a.length;c++){var d=a[c],e=new diff_match_patch.patch_obj;e.diffs=[];for(var f=0;f<d.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<a.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<a[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<=b;d++)c+=String.fromCharCode(d);for(d=0;d<a.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<a.length;c++)if(!(a[c].length1<=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<b-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<a.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<a.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<a.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<this.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<styles.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<prefixes.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 <dean@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 < 0 ? 0 : i > 255 ? 255 : i;\n}\n\nfunction clamp_css_float(f) {  // Clamp to float 0.0 .. 1.0.\n  return f < 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 < 0) h += 1;\n  else if (h > 1) h -= 1;\n\n  if (h * 6 < 1) return m1 + (m2 - m1) * h * 6;\n  if (h * 2 < 1) return m2;\n  if (h * 3 < 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 <= 0xfff)) return null;  // Covers NaN.\n      return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),\n              (iv & 0xf0) | ((iv & 0xf0) >> 4),\n              (iv & 0xf) | ((iv & 0xf) << 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 <= 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 <= 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.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.className && el.className.toString().split(\" \").indexOf(className) !== -1;\n};\n\nexports.addClass = function(el,className) {\n\tvar c = el.className.split(\" \");\n\tif(c.indexOf(className) === -1) {\n\t\tc.push(className);\n\t\tel.className = c.join(\" \");\n\t}\n};\n\nexports.removeClass = function(el,className) {\n\tvar c = el.className.split(\" \"),\n\t\tp = c.indexOf(className);\n\tif(p !== -1) {\n\t\tc.splice(p,1);\n\t\tel.className = 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) {\t\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};\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<textAreaStyles.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\" or \"dom\"\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\");\t\t\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 {\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();\t\t\t\t\t\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<dataTransfer.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<importDataTypes.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 = decodeURIComponent(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 = decodeURIComponent(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\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\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 && !$tw.utils.hop(headers,\"Content-type\")) {\n\t\trequest.setRequestHeader(\"Content-type\",\"application/x-www-form-urlencoded; charset=UTF-8\");\n\t}\n\tif(!$tw.utils.hop(headers,\"X-Requested-With\")) {\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\");\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.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({currentTiddler: title},options.variables);\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\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: $tw.rootWidget,\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: $tw.rootWidget,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\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: $tw.rootWidget,\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};\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<this.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);\t\t\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<numPopups; 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\treturn this.scrollIntoView(event.target);\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 < 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 <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\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 < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\tdrawFrame();\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<editionPaths.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<entries.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/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_TextNode = function(text) {\n\tbumpSequenceNumber(this);\n\tthis.textContent = text + \"\";\n};\n\nObject.defineProperty(TW_TextNode.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn 3;\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\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 1;\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(\"<\",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<attr.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(\"</\",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.htmlEncode(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/*\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 = $tw.utils.removeTrailingSeparator(srcPath);\n\tdstPath = $tw.utils.removeTrailingSeparator(dstPath);\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<items.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<entries.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 (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\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\twiki: optional wiki for evaluating the pathFilters\n*/\nexports.generateTiddlerFileInfo = function(tiddler,options) {\n\tvar fileInfo = {};\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});\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}\n\t// Take the file extension from the tiddler content type\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: contentTypeInfo.extension,\n\t\tdirectory: options.directory,\n\t\tpathFilters: options.pathFilters,\n\t\twiki: options.wiki\n\t});\n\treturn fileInfo;\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*/\nexports.generateTiddlerFilepath = function(title,options) {\n\tvar self = this,\n\t\tdirectory = options.directory || \"\",\n\t\textension = options.extension || \"\",\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\t// If not, generate a base pathname\n\tif(!filepath) {\n\t\tfilepath = title;\n\t\t// If the filepath already ends in the extension then remove it\n\t\tif(filepath.substring(filepath.length - extension.length) === extension) {\n\t\t\tfilepath = filepath.substring(0,filepath.length - extension.length);\n\t\t}\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// Don't let the filename start with a dot because such files are invisible on *nix\n\tfilepath = filepath.replace(/^\\./g,\"_\");\n\t// Remove any characters that can't be used in cross-platform filenames\n\tfilepath = $tw.utils.transliterate(filepath.replace(/<|>|\\:|\\\"|\\||\\?|\\*|\\^/g,\"_\"));\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 characters)\n\tif(!filepath) {\n\t\t// ...then just use the character codes of the title\n\t\tfilepath = \"\";\t\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,\n\t\tcount = 0;\n\tdo {\n\t\tfullPath = path.resolve(directory,filepath + (count ? \"_\" + count : \"\") + extension);\n\t\tcount++;\n\t} while(fs.existsSync(fullPath));\n\t// Return the full path to the file\n\treturn fullPath;\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\",callback);\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\",callback);\n\t\t} else {\n\t\t\tfs.writeFile(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\"bag\"]})],null,$tw.config.preferences.jsonSpaces),\"utf8\",callback);\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};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/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);\t\t\t\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 < 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}\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<nodeArray.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\");\t\t\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 < 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\"Ó\":\"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\"Ś\":\"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\"Ť\":\"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};\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/*\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<count;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\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\t\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<array.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<value.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};\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.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.getYearForWeekNo(date);\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 date.getFullYear();\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[/^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 < 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();\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 < 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<units.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;\", < to \"&lt;\", > to \"&gt;\", \" to \"&quot;\"\nexports.htmlEncode = function(s) {\n\tif(s) {\n\t\treturn s.toString().replace(/&/mg,\"&amp;\").replace(/</mg,\"&lt;\").replace(/>/mg,\"&gt;\").replace(/\\\"/mg,\"&quot;\");\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 <=\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 <= 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) {\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\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(/[\\x00-\\x1f\\x80-\\uFFFF]/g, 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) {\n\t// See http://www.json.org/\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(/[\\x00-\\x1f\\x80-\\uFFFF]/g,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<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\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,4);\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\tname = name.toLowerCase().trim();\n\tvar fieldValidatorRegEx = /^[a-z0-9\\-\\._]+$/mg;\n\treturn fieldValidatorRegEx.test(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<metatags.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 << 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));\t\t\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(/[!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^`{\\|}~,]/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\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/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.computeAttributes();\n\tthis.execute();\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\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 use initial title\n\t\t// DON'T overwrite any stuff\n\t\ttitle = this.wiki.generateNewTitle(title);\n\t}\n\tvar templateTiddler = this.wiki.getTiddler(this.actionTemplate) || {};\n\tvar tiddler = this.wiki.addTiddler(new $tw.Tiddler(templateTiddler.fields,creationFields,fields,modificationFields,{title: 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,this.wiki.generateDraftTitle(title),this.getVariable(\"currentTiddler\"));\n\t}\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()));\t\t\t\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<tiddlers.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(changedAttributes.$tiddler || changedAttributes.$filter ||\n\t\tchangedAttributes.$subfilter || changedAttributes.$field ||\n\t\tchangedAttributes.$index || changedAttributes.$tags) {\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\ttype = \"!!\",\n\t\tlist = this.listField;\n\tif(this.listIndex) {\n\t\tfield = undefined;\n\t\tindex = this.listIndex;\n\t\ttype = \"##\";\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 subfilter = \"[list[\" + this.target + type + list + \"]] \" + this.subfilter;\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.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 = \"[list[\" + this.target + \"!!tags]] \" + 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));\t\t\t\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-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\tnavigateSuppressNavigation: suppressNavigation\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};\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});\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\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.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// 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 = \"button\";\n\tif(this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\n\t\ttag = this.buttonTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\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\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\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\tself.invokeActionString(self.actions,self,event);\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[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.style = this.getAttribute(\"style\");\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\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*/\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[\"class\"] || 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) {\n\t\tthis.refreshSelf();\n\t\treturn true;\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\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\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\"]) {\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 < 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 < 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\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\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// 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.droppableTag && $tw.config.htmlUnsafeElements.indexOf(this.droppableTag) === -1) {\n\t\ttag = this.droppableTag;\n\t}\n\t// Create element and assign classes\n\tvar domNode = this.document.createElement(tag),\n\t\tclasses = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-droppable\");\n\tdomNode.className = classes.join(\" \");\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]);\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\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\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\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 = event.ctrlKey && ! event.shiftKey ? \"ctrl\" : event.shiftKey && !event.ctrlKey ? \"shift\" : \n\t\t\t\tevent.ctrlKey && event.shiftKey ? \"ctrl-shift\" : \"normal\" ;\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.droppableClass = this.getAttribute(\"class\");\n\tthis.droppableEnable = (this.getAttribute(\"enable\") || \"yes\") === \"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*/\nDroppableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"] || changedAttributes.tag || changedAttributes.enable) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.droppable = DroppableWidget;\n\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 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\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]);\t\t\n\t}\n\tdomNode.addEventListener(\"click\",function (event) {\n\t},false);\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\nDropZoneWidget.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\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\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDropZoneWidget.prototype.handleDragEnterEvent  = function(event) {\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\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\tevent.dataTransfer.dropEffect = \"copy\"; // Explicitly show this is a copy\n};\n\nDropZoneWidget.prototype.handleDragLeaveEvent  = function(event) {\n\tthis.leaveDrag(event);\n};\n\nDropZoneWidget.prototype.handleDragEndEvent = function(event) {\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.handleDropEvent  = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(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\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\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\t$tw.utils.importDataTransfer(dataTransfer,this.wiki.generateNewTitle(\"Untitled\"),readFileCallback);\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.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(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<items.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 type = item.type;\n\t\t\t\titem.getAsString(function(str) {\n\t\t\t\t\tvar tiddlerFields = {\n\t\t\t\t\t\ttitle: self.wiki.generateNewTitle(\"Untitled\"),\n\t\t\t\t\t\ttext: str,\n\t\t\t\t\t\ttype: type\n\t\t\t\t\t};\n\t\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\t\tconsole.log(\"Importing string '\" + str + \"', type: '\" + type + \"'\");\n\t\t\t\t\t}\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify([tiddlerFields])});\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\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(changedAttributes.enable) {\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\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\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// 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;\t\t\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<this.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:<type>;base64,<text>\"\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;\t\t\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;\t\t\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;\t\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\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: {\n\t\t\ttiddler: {type: \"string\", value: this.editTitle},\n\t\t\tfield: {type: \"string\", value: this.editField},\n\t\t\tindex: {type: \"string\", value: this.editIndex},\n\t\t\t\"class\": {type: \"string\", value: this.editClass},\n\t\t\t\"placeholder\": {type: \"string\", value: this.editPlaceholder},\n\t\t\t\"tabindex\": {type: \"string\", value: this.editTabIndex},\n\t\t\t\"focus\": {type: \"string\", value: this.editFocus}\n\t\t},\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 || (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\tthis.execute();\n\t// Neuter blacklisted elements\n\tvar tag = this.parseTreeNode.tag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"safe-\" + tag;\n\t}\n\t// Adjust headings by the current base level\n\tvar headingLevel = [\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].indexOf(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\ttag = \"h\" + headingLevel;\n\t}\n\t// Create the DOM node\n\tvar domNode = this.document.createElementNS(this.namespace,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/*\nCompute the internal state of the widget\n*/\nElementWidget.prototype.execute = function() {\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.parseTreeNode.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// 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*/\nElementWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\n\tif(hasChangedAttributes) {\n\t\t// Update our attributes\n\t\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\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.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;\t\n\t}\n};\n\nexports.entity = EntityWidget;\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\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};\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.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);\t\t\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 true;\n};\n\nFieldManglerWidget.prototype.handleAddFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\taddition = this.wiki.getModificationFields(),\n\t\thadInvalidFieldName = false,\n\t\taddField = function(name,value) {\n\t\t\tvar trimmedName = name.toLowerCase().trim();\n\t\t\tif(!$tw.utils.isValidFieldName(trimmedName)) {\n\t\t\t\tif(!hadInvalidFieldName) {\n\t\t\t\t\talert($tw.language.getString(\n\t\t\t\t\t\t\"InvalidFieldName\",\n\t\t\t\t\t\t{variables:\n\t\t\t\t\t\t\t{fieldName: trimmedName}\n\t\t\t\t\t\t}\n\t\t\t\t\t));\n\t\t\t\t\thadInvalidFieldName = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif(!value && tiddler) {\n\t\t\t\t\tvalue = tiddler.fields[trimmedName];\n\t\t\t\t}\n\t\t\t\taddition[trimmedName] = value || \"\";\n\t\t\t}\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 true;\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 true;\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));\t\t\t\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 true;\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<includeArr.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<fmax; 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<$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 `<img>` tag.\n\nTiddlers that have a _canonical_uri field generate an HTML `<img>` tag with the src attribute containing the URI.\n\nTiddlers that contain image data generate an HTML `<img>` 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}\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);\t\t\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);\t\t\n\t}\n\tif(this.imageAlt) {\n\t\tdomNode.setAttribute(\"alt\",this.imageAlt);\t\t\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;\t\t\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// 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 <$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.makeChildWidgets([node]);\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);\t\t\n\t}\n};\n\nexports.importvariables = ImportVariablesWidget;\n\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\tvar classes = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-keyboard\");\n\tdomNode.className = classes.join(\" \");\n\t// Add a keyboard event handler\n\tdomNode.addEventListener(\"keydown\",function (event) {\n\t\tif($tw.keyboardManager.checkKeyDescriptors(event,self.keyInfoArray)) {\n\t\t\tself.invokeActions(self,event);\n\t\t\tif(self.actions) {\n\t\t\t\tself.invokeActionString(self.actions,self,event);\n\t\t\t}\n\t\t\tself.dispatchMessage(event);\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\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\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\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\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\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[\"class\"] || changedAttributes.tag) {\n\t\tthis.refreshSelf();\n\t\treturn true;\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 domNode = this.document.createElement(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);\t\t\t\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\tdomNode.setAttribute(\"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 \"<$transclude field='tooltip'><$transclude field='title'/></$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\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});\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\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"}\n\t]);\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.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);\t\t\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\tthis.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo});\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// 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\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\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.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));\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 emptyMessage = this.getAttribute(\"emptyMessage\",\"\"),\n\t\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) {\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\treturn {type: \"listitem\", itemTitle: title, variableName: this.variableName, children: templateTree};\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.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 < newHistory.length && entry < 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 < 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// Cycle through the list, inserting and removing list items as needed\n\t\tvar hasRefreshed = false;\n\t\tfor(var t=0; t<this.list.length; t++) {\n\t\t\tvar index = this.findListItem(t,this.list[t]);\n\t\t\tif(index === undefined) {\n\t\t\t\t// The list item must be inserted\n\t\t\t\tthis.insertListItem(t,this.list[t]);\n\t\t\t\thasRefreshed = true;\n\t\t\t} else {\n\t\t\t\t// There are intervening list items that must be removed\n\t\t\t\tfor(var n=index-1; n>=t; n--) {\n\t\t\t\t\tthis.removeListItem(n);\n\t\t\t\t\thasRefreshed = true;\n\t\t\t\t}\n\t\t\t\t// Refresh the item we're reusing\n\t\t\t\tvar refreshed = this.children[t].refresh(changedTiddlers);\n\t\t\t\thasRefreshed = hasRefreshed || refreshed;\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 < 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));\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\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})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/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});\t\t\t\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\tvar parser = this.wiki.parseText(this.parseType,text,\n\t\t\t\t\t\t\t{parseAsInline: !this.parseTreeNode.isBlock});\n\t\tparseTreeNodes = 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 {\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/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\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};\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.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\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));\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}\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}\t\t\n\t}\n};\n\nNavigatorWidget.prototype.addToStory = function(title,fromTitle) {\n\tif(this.storyTitle) {\n\t\tthis.wiki.addToStory(title,fromTitle,this.storyTitle,{\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.wiki.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\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\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 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\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 || \"\") !== \"\") && !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\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// 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 = 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);\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)) {\nconsole.log(\"Relinking '\" + draftOf + \"' to '\" + draftTitle + \"'\");\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\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 = 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 importTiddler = this.wiki.getTiddler(IMPORT_TITLE),\n\t\timportData = this.wiki.getTiddlerData(IMPORT_TITLE,{}),\n\t\tnewFields = new Object({\n\t\t\ttitle: IMPORT_TITLE,\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$tw.utils.each(messages,function(message,title) {\n\t\tnewFields[\"message-\" + title] = message;\n\t});\n\t// Deselect any suppressed tiddlers\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}\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\tif(this.getVariable(\"tv-auto-open-on-import\") !== \"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(IMPORT_TITLE) === -1) {\n\t\t\tstoryList.unshift(IMPORT_TITLE);\n\t\t}\n\t\t// And to history\n\t\thistory.push(IMPORT_TITLE);\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 = this.wiki.getTiddlerDataCached(event.param,{tiddlers: {}}),\n\t\timportReport = [];\n\t// Add the tiddlers to the store\n\timportReport.push($tw.language.getString(\"Import/Imported/Hint\") + \"\\n\");\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\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\t\t\ttiddler = $tw.hooks.invokeHook(\"th-importing-tiddler\",tiddler);\n\t\t\tself.wiki.addTiddler(tiddler);\n\t\t\timportReport.push(\"# [[\" + tiddlerFields.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 paramObject = event.paramObject || {},\n\t\tfrom = paramObject.from || event.tiddlerTitle,\n\t\tto = paramObject.to;\n\tthis.wiki.renameTiddler(from,to);\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;\n\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.setAttribute(\"checked\",\"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 (this.radioIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.radioTitle,this.radioIndex);\n\t} else {\n\t\tvalue = tiddler && tiddler.getFieldString(this.radioField);\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};\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\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(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.radioTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue() === this.radioValue;\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\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\tthis.inputDomNode.value = this.getValue();\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\t\t\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 || \"text\",\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.handleInputEvent = 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// Get the parameters from the attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.tiddlerField = this.getAttribute(\"field\");\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\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(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes['min'] || changedAttributes['max'] || changedAttributes['increment'] || changedAttributes[\"default\"] || changedAttributes[\"class\"]) {\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;\t\t\t\t\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);\t\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\tvar classes = this[\"class\"].split(\" \") || [];\n\tclasses.push(\"tc-reveal\");\n\tdomNode.className = classes.join(\" \");\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 \"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\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\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\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\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) < 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) < 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\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}\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\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};\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 <= this.outerDomNode.offsetWidth && this.outerDomNode.scrollHeight <= this.outerDomNode.offsetHeight && this.fallthrough === \"yes\") {\n\t\treturn true;\n\t}\n\tthis.scrollIntoView(event.target);\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\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) <= (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 <= 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 < currentSize && currentPos < (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 < 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 <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\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 < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(window,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nScrollableWidget.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 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<$select tiddler=\"MyTiddler\" field=\"text\">\n<$list filter=\"[tag[chapter]]\">\n<option value=<<currentTiddler>>>\n<$view field=\"description\"/>\n</option>\n</$list>\n</$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 < 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<options.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.selectTitle || changedAttributes.selectField || changedAttributes.selectIndex || changedAttributes.selectTooltip) {\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);\t\t\t\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);\t\t\t\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;\t\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);\t\t\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\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\t// Set context variables for recursion detection\n\tvar recursionMarker = this.makeRecursionMarker();\n\tthis.setVariable(\"transclusion\",recursionMarker);\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\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(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedTiddlers[this.transcludeTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\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<$vars greeting=\"Hi\" me={{!!title}} sentence=<<helloworld>>>\n  <<greeting>>! I am <<me>> and I say: <<sentence>>\n</$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// Call the constructor\n\tWidget.call(this);\n\t// Initialise\t\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\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 \"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);\t\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];\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\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.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<lines.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;\t\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\tvalue = variable.value,\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);\t\t\t\n\t\t}\n\t\treturn {\n\t\t\ttext: value,\n\t\t\tparams: params\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<formalParams.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<actualParams.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 < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\tnextAnonParameter++;\n\t\t}\n\t\tif(paramValue === undefined && nextAnonParameter < 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<macro.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<actualParams.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 < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\t\t\tnextAnonParameter++;\n\t\t\t\t}\n\t\t\t\tif(paramValue === undefined && nextAnonParameter < 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<actualParams.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) {\n\tthis.children = [];\n\tvar self = this;\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\n*/\nWidget.prototype.makeChildWidget = function(parseTreeNode) {\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\treturn new WidgetClass(parseTreeNode,{\n\t\twiki: this.wiki,\n\t\tvariables: {},\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 < 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 < 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\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 < 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 < 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<this.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<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction) {\n\t\t\tchild.refreshSelf();\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\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;\t\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<tiddlertitle>\n\t<tiddlertitle>!!<fieldname>\n\t!!<fieldname> - specifies a field of the current tiddlers\n\t<tiddlertitle>##<index>\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);\t\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<listeners.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\n*/\nexports.generateNewTitle = function(baseTitle,options) {\n\toptions = options || {};\n\tvar c = 0,\n\t\ttitle = baseTitle;\n\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\n\t\ttitle = baseTitle + \n\t\t\t(options.prefix || \" \") + \n\t\t\t(++c);\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.isImageTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\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) {\t\t\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 < 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<tiddlers.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\ttitles.sort(function(a,b) {\n\t\tvar x,y,\n\t\t\tcompareNumbers = function(x,y) {\n\t\t\t\tvar result = \n\t\t\t\t\tisNaN(x) && !isNaN(y) ? (isDescending ? -1 : 1) :\n\t\t\t\t\t!isNaN(x) && isNaN(y) ? (isDescending ? 1 : -1) :\n\t\t\t\t\t\t\t\t\t\t\t(isDescending ? y - x :  x - y);\n\t\t\t\treturn result;\n\t\t\t};\n\t\tif(sortField !== \"title\") {\n\t\t\tvar tiddlerA = self.getTiddler(a),\n\t\t\t\ttiddlerB = self.getTiddler(b);\n\t\t\tif(tiddlerA) {\n\t\t\t\ta = tiddlerA.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\ta = \"\";\n\t\t\t}\n\t\t\tif(tiddlerB) {\n\t\t\t\tb = tiddlerB.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\tb = \"\";\n\t\t\t}\n\t\t}\n\t\tx = Number(a);\n\t\ty = Number(b);\n\t\tif(isNumeric && (!isNaN(x) || !isNaN(y))) {\n\t\t\treturn compareNumbers(x,y);\n\t\t} else if(isAlphaNumeric) {\n\t\t\treturn isDescending ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \"base\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \"base\"});\n\t\t} else if($tw.utils.isDate(a) && $tw.utils.isDate(b)) {\n\t\t\treturn isDescending ? b - a : a - b;\n\t\t} else {\n\t\t\ta = String(a);\n\t\t\tb = String(b);\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<titles.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<parseTree.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<tagArray.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<list.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<array.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<sortedTitles.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<tiddlers.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);\t\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);\t\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]) {\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});\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,text;\n\tif(options.subTiddler) {\n\t\ttiddler = this.getSubTiddler(title,options.subTiddler);\n\t} else {\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\tif(field === \"text\" || (!field && !index)) {\n\t\tif(tiddler && tiddler.fields) {\n\t\t\treturn this.parseText(tiddler.fields.type,tiddler.fields.text,options);\t\t\t\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t} else if(field) {\n\t\tif(field === \"title\") {\n\t\t\ttext = title;\n\t\t} else {\n\t\t\tif(!tiddler || !tiddler.hasField(field)) {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t\ttext = tiddler.fields[field];\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text.toString(),options);\n\t} else if(index) {\n\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\ttext = this.extractTiddlerDataItem(tiddler,index,undefined);\n\t\tif(text === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text,options);\n\t}\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.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\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\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 $tw.wiki.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)];\t\t\t\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<terms.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);\t\t\t\t\t\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<searchFields.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<str.length; s++) {\n\t\t\t\t\t\tfor(t=0; t<notYetFound.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<notYetFound.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) !== options.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<options.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<files.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\", type: type};\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);\t\t\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);\t\t\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<this.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\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\n})();\n\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/palettes/Blanca": {
            "title": "$:/palettes/Blanca",
            "name": "Blanca",
            "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: <<colour 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: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour 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: <<colour foreground>>\nmodal-background: <<colour 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: <<colour 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: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #7897f3\nsite-title-foreground: <<colour 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: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffeedd\ntag-foreground: #000\ntiddler-background: <<colour 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: <<colour background>>\ntiddler-link-foreground: <<colour 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",
            "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: <<colour 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: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour 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: <<colour foreground>>\nmodal-background: <<colour 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: <<colour 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: <<colour page-background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #5959c0\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: #ccccdd\ntab-border-selected: #ccccdd\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #eeeeff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour 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: <<colour background>>\ntiddler-link-foreground: <<colour 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",
            "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: <<colour 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: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour 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: <<colour foreground>>\nmodal-background: <<colour 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: <<colour 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: <<colour 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: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #d5ad34\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour 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: <<colour background>>\ntiddler-link-foreground: <<colour 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)",
            "description": "High contrast and unambiguous (light version)",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour 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: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #000\ntag-foreground: #fff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour 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: <<colour foreground>>\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/ContrastDark": {
            "title": "$:/palettes/ContrastDark",
            "name": "Contrast (Dark)",
            "description": "High contrast and unambiguous (dark version)",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #000\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour 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: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #fff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour 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: <<colour foreground>>\nvery-muted-foreground: #888888\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",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour 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: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour 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: <<colour foreground>>\nmodal-background: <<colour 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: <<colour 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: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: rgba(255,255,255, 0.2)\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour 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: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour 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: <<colour background>>\ntiddler-link-foreground: <<colour 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/GruvboxDark": {
            "title": "$:/palettes/GruvboxDark",
            "name": "Gruvbox 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: <<colour muted-foreground>>\nbutton-background: #504945\nbutton-foreground: #fbf1c7\nbutton-border: transparent\ncode-background: #504945\ncode-border: #504945\ncode-foreground: #fb4934\ndiff-delete-background: #fb4934\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #b8bb26\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #fb4934\ndownload-background: #b8bb26\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #665c54\ndropdown-border: <<colour 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: <<colour foreground>>\nmessage-background: #83a598\nmessage-border: #83a598\nmessage-foreground: #3c3836\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #504945\nmodal-footer-background: #3c3836\nmodal-footer-border: #3c3836\nmodal-header-border: #3c3836\nmuted-foreground: #d5c4a1\nnotification-background: <<colour primary>>\nnotification-border: <<colour primary>>\npage-background: #282828\npre-background: #504945\npre-border: #504945\nprimary: #d79921\nselect-tag-background: #665c54\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\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: <<colour tab-border-selected>>\nsidebar-tab-border: #bdae93\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #282828\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #458588\nsidebar-tiddler-link-foreground: #98971a\nsite-title-foreground: <<colour 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: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #7c6f64\ntiddler-controls-foreground-selected: #7c6f64\ntiddler-controls-foreground: #665c54\ntiddler-editor-background: #282828\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: <<colour background>>\ntiddler-link-foreground: <<colour 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: <<colour page-background>>\nwikilist-button-background: <<colour button-background>>\nwikilist-button-foreground: <<colour button-foreground>>\nwikilist-item: <<colour background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-toolbar-foreground: <<colour foreground>>\nwikilist-title: <<colour foreground>>\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: <<colour muted-foreground>>\nwikilist-button-open-hover: <<colour primary>>\nwikilist-button-open: <<colour dropzone-background>>\nwikilist-button-remove: <<colour dirty-indicator>>\nwikilist-button-remove-hover: <<colour alert-background>>\nwikilist-droplink-dragover: <<colour dropzone-background>>\nwikilist-button-reveal: <<colour sidebar-tiddler-link-foreground-hover>>\nwikilist-button-reveal-hover: <<colour message-background>>"
        },
        "$:/palettes/Nord": {
            "title": "$:/palettes/Nord",
            "name": "Nord",
            "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: <<colour muted-foreground>>\nbutton-background: #4C566A\nbutton-foreground: #D8DEE9\nbutton-border: transparent\ncode-background: #2E3440\ncode-border: #2E3440\ncode-foreground: #BF616A\ndiff-delete-background: #BF616A\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #A3BE8C\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #BF616A\ndownload-background: #A3BE8C\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour 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: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #3b4252\nmodal-footer-background: #3b4252\nmodal-footer-border: #3b4252\nmodal-header-border: #3b4252\nmuted-foreground: #4C566A\nnotification-background: <<colour primary>>\nnotification-border: #EBCB8B\npage-background: #2e3440\npre-background: #2E3440\npre-border: #2E3440\nprimary: #5E81AC\nselect-tag-background: #3b4252\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\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: <<colour tab-border-selected>>\nsidebar-tab-border: #4C566A\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #4C566A\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #A3BE8C\nsidebar-tiddler-link-foreground: #81A1C1\nsite-title-foreground: <<colour 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: <<colour background>>\ntiddler-border: <<colour 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: #2e3440\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: <<colour background>>\ntiddler-link-foreground: <<colour 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\n"
        },
        "$:/palettes/Rocker": {
            "title": "$:/palettes/Rocker",
            "name": "Rocker",
            "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: <<colour 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: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour 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: <<colour foreground>>\nmodal-background: <<colour 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: <<colour 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: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #ffbb99\nsidebar-tiddler-link-foreground: #cc0000\nsite-title-foreground: <<colour 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: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffbb99\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour 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: <<colour background>>\ntiddler-link-foreground: <<colour 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",
            "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: <<colour background>>\n    dragger-foreground: <<colour background>>\n    dropdown-background: <<colour background>>\n    modal-background: <<colour background>>\n    sidebar-foreground-shadow: <<colour background>>\n    tiddler-background: <<colour background>>\n    tiddler-border: <<colour background>>\n    tiddler-link-background: <<colour background>>\n    tab-background-selected: <<colour background>>\n        dropdown-tab-background-selected: <<colour tab-background-selected>>\nforeground: #657b83\n    dragger-background: <<colour foreground>>\n    tab-foreground: <<colour foreground>>\n        tab-foreground-selected: <<colour tab-foreground>>\n            sidebar-tab-foreground-selected: <<colour tab-foreground-selected>>\n        sidebar-tab-foreground: <<colour tab-foreground>>\n    sidebar-button-foreground: <<colour foreground>>\n    sidebar-controls-foreground: <<colour foreground>>\n    sidebar-foreground: <<colour foreground>>\n: base03\n: base02\n: base01\n    alert-muted-foreground: <<colour base01>>\n: base00\n    code-foreground: <<colour base00>>\n    message-foreground: <<colour base00>>\n    tag-foreground: <<colour base00>>\n: base0\n    sidebar-tiddler-link-foreground: <<colour base0>>\n: base1\n    muted-foreground: <<colour base1>>\n        blockquote-bar: <<colour muted-foreground>>\n        dropdown-border: <<colour muted-foreground>>\n        sidebar-muted-foreground: <<colour muted-foreground>>\n        tiddler-title-foreground: <<colour muted-foreground>>\n            site-title-foreground: <<colour tiddler-title-foreground>>\n: base2\n    modal-footer-background: <<colour base2>>\n    page-background: <<colour base2>>\n        modal-backdrop: <<colour page-background>>\n        notification-background: <<colour page-background>>\n        code-background: <<colour page-background>>\n            code-border: <<colour code-background>>\n        pre-background: <<colour page-background>>\n            pre-border: <<colour pre-background>>\n        sidebar-tab-background-selected: <<colour page-background>>\n    table-header-background: <<colour base2>>\n    tag-background: <<colour base2>>\n    tiddler-editor-background: <<colour base2>>\n    tiddler-info-background: <<colour base2>>\n    tiddler-info-tab-background: <<colour base2>>\n    tab-background: <<colour base2>>\n        dropdown-tab-background: <<colour tab-background>>\n: base3\n    alert-background: <<colour base3>>\n    message-background: <<colour base3>>\n: yellow\n: orange\n: red\n: magenta\n    alert-highlight: <<colour magenta>>\n: violet\n    external-link-foreground: <<colour violet>>\n: blue\n: cyan\n: green\n: base10\n    tiddler-controls-foreground: <<colour base10>>\n: violet-muted\n    external-link-foreground-visited: <<colour violet-muted>>\n: blue-muted\n    primary: <<colour blue-muted>>\n        download-background: <<colour primary>>\n        tiddler-link-foreground: <<colour 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: <<colour tab-border>>\n    modal-header-border: <<colour tab-border>>\n    notification-border: <<colour tab-border>>\n    sidebar-tab-border: <<colour tab-border>>\n    tab-border-selected: <<colour tab-border>>\n        sidebar-tab-border-selected: <<colour tab-border-selected>>\ntab-divider: #d8d8d8\n    sidebar-tab-divider: <<colour 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/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",
            "text": "alert-background: #eee8d5\nalert-border: #073642\nalert-highlight: #cb4b16\nalert-muted-foreground: #586e75\nbackground: #fdf6e3\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: #cb4b16\nbutton-foreground: #fdf6e3\nbutton-border: transparent\ncode-background: #eee8d5\ncode-border: #93a1a1\ncode-foreground: #d33682\ndiff-delete-background: #BF616A\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #859900\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #D08770\ndownload-background: #859900\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour background>>\ndropdown-tab-background-selected: #fdf6e3\ndropdown-tab-background: #93a1a1\ndropzone-background: #859900\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: #d33682\nexternal-link-foreground-visited: #b58900\nexternal-link-foreground: #cb4b16\nforeground: #839496\nmessage-background: #586e75\nmessage-border: #586e75\nmessage-foreground: #eee8d5\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #eee8d5\nmodal-footer-background: #eee8d5\nmodal-footer-border: #eee8d5\nmodal-header-border: #eee8d5\nmuted-foreground: #93a1a1\nnotification-background: #EBCB8B\nnotification-border: #D08770\npage-background: #eee8d5\npre-background: #eee8d5\npre-border: #93a1a1\nprimary: #2aa198\nselect-tag-background: #eee8d5\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: #eee8d5\nsidebar-controls-foreground-hover: #268bd2\nsidebar-controls-foreground: #586e75\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #839496\nsidebar-muted-foreground-hover: #657b83\nsidebar-muted-foreground: #93a1a1\nsidebar-tab-background-selected: #eee8d5\nsidebar-tab-background: #839496\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: #657b83\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #839496\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #859900\nsidebar-tiddler-link-foreground: #268bd2\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #dc322f\ntab-background-selected: #fdf6e3\ntab-background: #839496\ntab-border-selected: #93a1a1\ntab-border: #93a1a1\ntab-divider: #fdf6e3\ntab-foreground-selected: #839496\ntab-foreground: #eee8d5\ntable-border: #657b83\ntable-footer-background: #657b83\ntable-header-background: #93a1a1\ntag-background: #6c71c4\ntag-foreground: #eee8d5\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #b58900\ntiddler-controls-foreground-selected: #b58900\ntiddler-controls-foreground: #073642\ntiddler-editor-background: #eee8d5\ntiddler-editor-border-image: #eee8d5\ntiddler-editor-border: #eee8d5\ntiddler-editor-fields-even: #eee8d5\ntiddler-editor-fields-odd: #fdf6e3\ntiddler-info-background: #eee8d5\ntiddler-info-border: #eee8d5\ntiddler-info-tab-background: #586e75\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #586e75\ntiddler-title-foreground: #073642\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: #839496\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",
            "text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #FAFAFA\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: #ececec\ncode-border: #ececec\ncode-foreground: \ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #FFFFFF\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #F5F5F5\ndropzone-background: <<colour 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: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(0, 0, 0, 0.54)\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour very-muted-foreground>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(0, 0, 0, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #f4f4f4\npre-background: #ececec\npre-border: #ececec\nprimary: #3949ab\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour 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: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour 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: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour 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: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: #f9f9f9\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour 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: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour 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: <<colour 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",
            "text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #303030\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: <<colour pre-background>>\ncode-border: <<colour pre-border>>\ncode-foreground: rgba(255, 255, 255, 0.54)\ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #424242\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #050505\ndropzone-background: <<colour 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: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(255, 255, 255, 0.54)\nmodal-backdrop: <<colour page-background>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour background>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(255, 255, 255, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #212121\npre-background: #2a2a2a\npre-border: transparent\nprimary: #5656f3\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour 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: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour 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: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour 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: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: rgb(55,55,55)\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour 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: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour 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: <<colour 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.",
            "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: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour 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: <<colour tag-foreground>>\nmessage-border: #96ccff\nmessage-foreground: <<colour 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: <<colour tag-foreground>>\nnotification-border: <<colour 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: <<colour 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",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour 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: <<colour foreground>>\nmodal-background: <<colour 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\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour 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: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: #e4e4e4\nsidebar-tab-foreground-selected:\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #999999\nsite-title-foreground: <<colour 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: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour 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: <<colour background>>\ntiddler-link-foreground: <<colour 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: <<colour 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<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->\n<!-- 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": "<!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->\n\n<$set name=\"exportFilter\" value=\"[!is[system]sort[title]]\">\n\n{{$:/core/templates/exporters/StaticRiver}}\n\n</$set>\n"
        },
        "$:/core/templates/canonical-uri-external-image": {
            "title": "$:/core/templates/canonical-uri-external-image",
            "text": "<!--\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/<$view field=\"title\" format=\"doubleurlencoded\"/>"
        },
        "$:/core/templates/canonical-uri-external-raw": {
            "title": "$:/core/templates/canonical-uri-external-raw",
            "text": "<!--\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<$view field=\"title\" format=\"doubleurlencoded\"/>"
        },
        "$:/core/templates/canonical-uri-external-text": {
            "title": "$:/core/templates/canonical-uri-external-text",
            "text": "<!--\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/<$view field=\"title\" format=\"doubleurlencoded\"/>.tid"
        },
        "$:/core/templates/css-tiddler": {
            "title": "$:/core/templates/css-tiddler",
            "text": "<!--\n\nThis template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields.\n\n-->`<style`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/css\">`<$view field=\"text\" format=\"text\" />`</style>`"
        },
        "$:/core/templates/exporters/CsvFile": {
            "title": "$:/core/templates/exporters/CsvFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/CsvFile}}",
            "extension": ".csv",
            "text": "\\define renderContent()\n<$text text=<<csvtiddlers filter:\"\"\"$(exportFilter)$\"\"\" format:\"quoted-comma-sep\">>/>\n\\end\n<<renderContent>>\n"
        },
        "$:/core/templates/exporters/JsonFile": {
            "title": "$:/core/templates/exporters/JsonFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/JsonFile}}",
            "extension": ".json",
            "text": "\\define renderContent()\n<$text text=<<jsontiddlers filter:\"\"\"$(exportFilter)$\"\"\">>/>\n\\end\n<<renderContent>>\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<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n<section class=\"tc-story-river\">\n{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}\n</section>\n</body>\n</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<<renderContent>>\n"
        },
        "$:/core/templates/exporters/TidFile": {
            "title": "$:/core/templates/exporters/TidFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/TidFile}}",
            "extension": ".tid",
            "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<<renderContent>>"
        },
        "$:/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/]] -[[$:/HistoryList]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\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`<!--~~ Library modules ~~-->\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/plain-text-tiddler}}}\n<!--~~ Boot prefix ~~-->\n{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}\n<!--~~ Core plugin ~~-->\n{{$:/core/templates/tiddlywiki5.js/tiddlers}}\n<!--~~ 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(`<$text text=<<jsontiddlers \"[[$:/core]]\">>/>`);\n$tw.preloadTiddlerArray([{\n\ttitle: \"$:/config/SaveWikiButton/Template\",\n\ttext: \"$:/core/save/all-external-js\"\n}]);\n`\n"
        },
        "$:/core/templates/tiddlywiki5-external-js.html": {
            "title": "$:/core/templates/tiddlywiki5-external-js.html",
            "text": "\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n{{$:/core/templates/MOTW.html}}<html lang=\"`<$text text={{{ [{$:/language}get[name]] }}}/>`\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"{{$:/core/copyright.txt}}\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ 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</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n{{$:/core/templates/static.area}}\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n{{$:/core/templates/store.area.template.html}}\n<!--~~ Raw markup for the bottom of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}\n</body>\n<script src=\"%24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js\" onerror=\"alert('Error: Cannot load tiddlywiki.js');\"></script>\n</html>\n"
        },
        "$:/core/templates/html-div-skinny-tiddler": {
            "title": "$:/core/templates/html-div-skinny-tiddler",
            "text": "<!--\n\nThis template is a variant of $:/core/templates/html-div-tiddler used for saving skinny tiddlers (with no text field)\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre></pre>\n</div>`\n"
        },
        "$:/core/templates/html-div-tiddler": {
            "title": "$:/core/templates/html-div-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre>`<$view field=\"text\" format=\"htmlencoded\" />`</pre>\n</div>`\n"
        },
        "$:/core/templates/html-tiddler": {
            "title": "$:/core/templates/html-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as raw HTML\n\n--><$view field=\"text\" format=\"htmlwikified\" />"
        },
        "$:/core/templates/javascript-tiddler": {
            "title": "$:/core/templates/javascript-tiddler",
            "text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields.\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\">`<$view field=\"text\" format=\"text\" />`</script>`"
        },
        "$:/core/templates/json-tiddler": {
            "title": "$:/core/templates/json-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as raw JSON\n\n--><$text text=<<jsontiddler>>/>"
        },
        "$:/core/templates/module-tiddler": {
            "title": "$:/core/templates/module-tiddler",
            "text": "<!--\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-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\" data-module=\"yes\">$tw.modules.define(\"`<$view field=\"title\" format=\"jsencoded\" />`\",\"`<$view field=\"module-type\" format=\"jsencoded\" />`\",function(module,exports,require) {`<$view field=\"text\" format=\"text\" />`});\n</script>`"
        },
        "$:/core/templates/plain-text-tiddler": {
            "title": "$:/core/templates/plain-text-tiddler",
            "text": "<$view field=\"text\" format=\"text\" />"
        },
        "$:/core/templates/raw-static-tiddler": {
            "title": "$:/core/templates/raw-static-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as static HTML\n\n--><$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/]] -[[$:/HistoryList]] -[[$:/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[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<div class=\"tc-sidebar-scrollable\" style=\"overflow: auto;\">\n<div class=\"tc-sidebar-header\">\n<h1 class=\"tc-site-title\">\n<$transclude tiddler=\"$:/SiteTitle\"/>\n</h1>\n<div class=\"tc-site-subtitle\">\n<$transclude tiddler=\"$:/SiteSubtitle\"/>\n</div>\n<h2>\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$list filter={{$:/DefaultTiddlers}}>\n<div class=\"tc-menu-list-subitem\">\n<$link><$text text=<<currentTiddler>>/></$link>\n</div>\n</$list>\n</div>\n<!-- Currently disabled the recent list as it is unweildy when the responsive narrow view kicks in\n<h2>\n{{$:/language/SideBar/Recent/Caption}}\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n</div>\n</div>\n</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<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content={{$:/core/templates/version}} />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"%24%3A%2Fcore%2Ftemplates%2Fstatic.template.css\">\n<title><$view field=\"caption\" format=\"plainwikified\"><$view field=\"title\"/></$view>: <$view tiddler=\"$:/core/wiki/title\" format=\"plainwikified\"/></title>\n</head>\n<body class=\"tc-body\">\n<$transclude tiddler=\"$:/core/templates/server/static.sidebar.wikitext\" mode=\"inline\"/>\n<section class=\"tc-story-river\">\n<div class=\"tc-tiddler-frame\">\n<$transclude tiddler=\"$:/core/templates/server/static.tiddler.wikitext\" mode=\"inline\"/>\n</div>\n</section>\n</body>\n</html>"
        },
        "$:/core/templates/server/static.tiddler.wikitext": {
            "title": "$:/core/templates/server/static.tiddler.wikitext",
            "text": "\\whitespace trim\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<h2><$text text=<<currentTiddler>>/></h2>\n</div>\n</div>\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n<div class=\"tc-tags-wrapper\">\n<$list filter=\"[all[current]tags[]sort[title]]\">\n<a href={{{ [<currentTiddler>encodeuricomponent[]] }}}>\n<$macrocall $name=\"tag-pill\" tag=<<currentTiddler>>/>\n</a>\n</$list>\n</div>\n<div class=\"tc-tiddler-body\">\n<$transclude mode=\"block\"/>\n</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<$set name=\"tv-config-toolbar-icons\" value={{$:/config/Toolbar/Icons}}>\n\n<$set name=\"tv-config-toolbar-text\" value={{$:/config/Toolbar/Text}}>\n\n<$set name=\"tv-config-toolbar-class\" value={{$:/config/Toolbar/ButtonClass}}>\n\n<$set name=\"tv-show-missing-links\" value={{$:/config/MissingLinks}}>\n\n<$set name=\"storyviewTitle\" value={{$:/view}}>\n\n<$set name=\"languageTitle\" value={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n\n<$transclude mode=\"block\"/>\n\n</$navigator>\n\n</div>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/templates/split-recipe": {
            "title": "$:/core/templates/split-recipe",
            "text": "<$list filter=\"[!is[system]]\">\ntiddler: <$view field=\"title\" format=\"urlencoded\"/>.tid\n</$list>\n"
        },
        "$:/core/templates/static-tiddler": {
            "title": "$:/core/templates/static-tiddler",
            "text": "<a name=<<currentTiddler>>>\n<$transclude tiddler=\"$:/core/ui/ViewTemplate\"/>\n</a>"
        },
        "$:/core/templates/static.area": {
            "title": "$:/core/templates/static.area",
            "text": "<$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</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\nThis file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.\n</$reveal>\n<!-- ensure splash screen isn't shown when JS is disabled -->\n`<style>\n.tc-remove-when-wiki-loaded {display: none;}\n</style>`\n"
        },
        "$:/core/templates/static.content": {
            "title": "$:/core/templates/static.content",
            "text": "<!-- For Google, and people without JavaScript-->\nThis [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:\n\n<ul>\n<$list filter=<<saveTiddlerFilter>>>\n<li><$view field=\"title\" format=\"text\"></$view></li>\n</$list>\n</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<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}\n</body>\n</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`<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"static.css\">\n<title>`<$view field=\"caption\"><$view field=\"title\"/></$view>: {{$:/core/wiki/title}}`</title>\n</head>\n<body class=\"tc-body\">\n`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`\n<section class=\"tc-story-river\">\n`<$view tiddler=\"$:/core/ui/ViewTemplate\" format=\"htmlwikified\"/>`\n</section>\n</body>\n</html>\n`"
        },
        "$:/core/templates/store.area.template.html": {
            "title": "$:/core/templates/store.area.template.html",
            "text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n`<div id=\"storeArea\" style=\"display:none;\">`\n<$list filter=<<saveTiddlerFilter>> template=\"$:/core/templates/html-div-tiddler\"/>\n<$list filter={{{ [<skinnySaveTiddlerFilter>] }}} template=\"$:/core/templates/html-div-skinny-tiddler\"/>\n`</div>`\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n`<!--~~ Encrypted tiddlers ~~-->`\n`<pre id=\"encryptedStoreArea\" type=\"text/plain\" style=\"display:none;\">`\n<$encrypt filter=<<saveTiddlerFilter>>/>\n`</pre>`\n</$reveal>"
        },
        "$:/core/templates/tid-tiddler": {
            "title": "$:/core/templates/tid-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers in TiddlyWeb *.tid format\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>`\n`<$view field=\"text\" format=\"text\" />"
        },
        "$:/core/templates/tiddler-metadata": {
            "title": "$:/core/templates/tiddler-metadata",
            "text": "<!--\n\nThis template is used for saving tiddler metadata *.meta files\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>"
        },
        "$:/core/templates/tiddlywiki5.html": {
            "title": "$:/core/templates/tiddlywiki5.html",
            "text": "<$set name=\"saveTiddlerAndShadowsFilter\" filter=\"[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]\">\n`<!doctype html>\n`{{$:/core/templates/MOTW.html}}`<html lang=\"`<$text text={{{ [{$:/language}get[name]] }}}/>`\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n`{{{ [<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}`\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"`{{$:/core/copyright.txt}}`\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>`{{$:/core/wiki/title}}`</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}`\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}`\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n`{{$:/boot/boot.css||$:/core/templates/css-tiddler}}`\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n`{{$:/core/templates/static.area}}`\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n`{{$:/core/templates/store.area.template.html}}`\n<!--~~ Library modules ~~-->\n<div id=\"libraryModules\" style=\"display:none;\">\n`{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}`\n</div>\n<!--~~ Boot kernel prologue ~~-->\n<div id=\"bootKernelPrefix\" style=\"display:none;\">\n`{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Boot kernel ~~-->\n<div id=\"bootKernel\" style=\"display:none;\">\n`{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Raw markup for the bottom of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}`\n</body>\n</html>`\n"
        },
        "$:/core/templates/version": {
            "title": "$:/core/templates/version",
            "text": "<<version>>"
        },
        "$:/core/templates/wikified-tiddler": {
            "title": "$:/core/templates/wikified-tiddler",
            "text": "<$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<$list filter=\"[all[system+tiddlers]tag[systemConfig]limit[1]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n<ul>\n\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]]\">\n\n<li>\n\n<$link><$view field=\"title\"/></$link>\n\n</li>\n\n</$list>\n\n</ul>\n\n</div>\n\n</$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<$vars imageType={{$:/config/NewImageType}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=<<get-type>> tags={{$:/config/NewTiddler/Tags!!tags}}/>\n</$vars>\n"
        },
        "$:/core/ui/Actions/new-journal": {
            "title": "$:/core/ui/Actions/new-journal",
            "tags": "$:/tags/Actions",
            "description": "create a new journal tiddler",
            "text": "<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} journalTags={{$:/config/NewJournal/Tags!!tags}} journalText={{$:/config/NewJournal/Text}}>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$reveal type=\"nomatch\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalTags>> text={{{ [<journalTitle>get[]] }}}/>\n</$reveal>\n<$reveal type=\"match\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalTags>> text=<<journalText>>/>\n</$reveal>\n</$wikify>\n</$vars>\n"
        },
        "$:/core/ui/Actions/new-tiddler": {
            "title": "$:/core/ui/Actions/new-tiddler",
            "tags": "$:/tags/Actions",
            "description": "create a new empty tiddler",
            "text": "<$action-sendmessage $message=\"tm-new-tiddler\" tags={{$:/config/NewTiddler/Tags!!tags}}/>\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<<lingo Filter/Hint>>\n\n<div class=\"tc-search tc-advanced-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch/FilterButton]!has[draft.of]]\"><$transclude/></$list>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\n<div class=\"tc-search-results\">\n<<lingo Filter/Matches>>\n<$list filter={{$:/temp/advancedsearch}} template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$set>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button popup=<<qualify \"$:/state/filterDeleteDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}\n</$button>\n</$reveal>\n\n<$reveal state=<<qualify \"$:/state/filterDeleteDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\nAre you sure you wish to delete <<resultCount>> tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn\">\n<$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>\nDelete these tiddlers\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/filterDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</span>\n\n<$reveal state=<<qualify \"$:/state/filterDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Filter]]\"><$link to={{!!filter}}><$transclude field=\"description\"/></$link>\n</$list>\n</div>\n</div>\n</$linkcatcher>\n</$set>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$macrocall $name=\"exportButton\" exportFilter={{$:/temp/advancedsearch}} lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Shadows": {
            "title": "$:/core/ui/AdvancedSearch/Shadows",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Shadows/Caption}}",
            "text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Shadows/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo Shadows/Matches>>\n\n<$list filter=\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$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<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Standard/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$set name=\"searchTiddler\" value=\"$:/temp/advancedsearch\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n</$list>\n</$set>\n</$list>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/System": {
            "title": "$:/core/ui/AdvancedSearch/System",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/System/Caption}}",
            "text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo System/Hint>>\n\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}}/>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo System/Matches>>\n\n<$list filter=\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
        },
        "$:/AdvancedSearch": {
            "title": "$:/AdvancedSearch",
            "icon": "$:/core/images/advanced-search-button",
            "color": "#bbb",
            "text": "<div class=\"tc-advanced-search\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\" \"$:/core/ui/AdvancedSearch/System\">>\n</div>\n"
        },
        "$:/core/ui/AlertTemplate": {
            "title": "$:/core/ui/AlertTemplate",
            "text": "<div class=\"tc-alert\">\n<div class=\"tc-alert-toolbar\">\n<$button class=\"tc-btn-invisible\"><$action-deletetiddler $tiddler=<<currentTiddler>>/>{{$:/core/images/cancel-button}}</$button>\n</div>\n<div class=\"tc-alert-subtitle\">\n<$wikify name=\"format\" text=<<lingo Tiddler/DateFormat>>>\n<$view field=\"component\"/> - <$view field=\"modified\" format=\"date\" template=<<format>>/> <$reveal type=\"nomatch\" state=\"!!count\" text=\"\"><span class=\"tc-alert-highlight\">({{$:/language/Count}}: <$view field=\"count\"/>)</span></$reveal>\n</$wikify>\n</div>\n<div class=\"tc-alert-body\">\n\n<$transclude/>\n\n</div>\n</div>\n"
        },
        "$:/core/ui/BinaryWarning": {
            "title": "$:/core/ui/BinaryWarning",
            "text": "\\define lingo-base() $:/language/BinaryWarning/\n<<lingo 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<div class=\"tc-plugin-info-chunk tc-plugin-info-toggle\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/chevron-right}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-icon\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>\n<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\n</$transclude>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-description\">\n<h1>\n''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}}/>'': <$view field=\"description\"><$view field=\"title\"/></$view> $disabledMessage$\n</h1>\n<h2>\n<$view field=\"title\"/>\n</h2>\n<h2>\n<div><em><$view field=\"version\"/></em></div>\n</h2>\n</div>\n\\end\n\n\\define plugin-info(type,default-popup-state)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info tc-plugin-info-disabled\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\" disabledMessage:\"<$macrocall $name='lingo' title='Disabled/Status'/>\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>> default=\"\"\"$default-popup-state$\"\"\">\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-body\">\n<$list filter=\"[all[current]] -[[$:/core]]\">\n<div style=\"float:right;\">\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"yes\" tooltip={{$:/language/ControlPanel/Plugins/Disable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Disable/Caption}}>\n<<lingo Disable/Caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"no\" tooltip={{$:/language/ControlPanel/Plugins/Enable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Enable/Caption}}>\n<<lingo Enable/Caption>>\n</$button>\n</$reveal>\n</div>\n</$list>\n<$set name=\"tabsList\" filter=\"[<currentTiddler>list[]] contents\">\n<$macrocall $name=\"tabs\" state=<<tabs-state-macro>> tabsList=<<tabsList>> default={{{ [enlist<tabsList>] }}} template=\"$:/core/ui/PluginInfo\"/>\n</$set>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n<$macrocall $name=\"plugin-info\" type=<<plugin-type>> default-popup-state=<<default-popup-state>>/>\n"
        },
        "$:/core/ui/Components/tag-link": {
            "title": "$:/core/ui/Components/tag-link",
            "text": "<$link>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<span style=<<tag-styles>> class=\"tc-tag-label\">\n<$view field=\"title\" format=\"text\"/>\n</span>\n</$set>\n</$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<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\" \"$:/core/ui/ControlPanel/TiddlerFields\">>\n</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<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Theme\">>\n</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<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/state/tab--1498284803\" $value=\"$:/core/ui/AdvancedSearch/Filter\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n''<$count filter=\"\"\"$filter$\"\"\"/>''\n{{$:/core/images/advanced-search-button}}\n</$button>\n\\end\n\n|<<lingo Version/Prompt>> |''<<version>>'' |\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/status/UserName\"><<lingo Username/Prompt>></$link> |<$edit-text tiddler=\"$:/status/UserName\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/AnimationDuration\"><<lingo AnimDuration/Prompt>></$link> |<$edit-text tiddler=\"$:/config/AnimationDuration\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\" class=\"tc-edit-texteditor\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n|<$link to=\"$:/language/DefaultNewTiddlerTitle\"><<lingo NewTiddler/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/language/DefaultNewTiddlerTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Title\"><<lingo NewJournal/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Title\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Text\"><<lingo NewJournal/Text/Prompt>></$link> |<$edit tiddler=\"$:/config/NewJournal/Text\" tag=\"textarea\" class=\"tc-edit-texteditor\" default=\"\"/> |\n|<$link to=\"$:/config/NewTiddler/Tags\"><<lingo NewTiddler/Tags/Prompt>></$link> |<$list filter=\"[[$:/config/NewTiddler/Tags]]\" template=\"$:/core/ui/EditTemplate/tags\"/> |\n|<$link to=\"$:/config/NewJournal/Tags\"><<lingo NewJournal/Tags/Prompt>></$link> |<$list filter=\"[[$:/config/NewJournal/Tags]]\" template=\"$:/core/ui/EditTemplate/tags\"/> |\n|<$link to=\"$:/config/AutoFocus\"><<lingo AutoFocus/Prompt>></$link> |{{$:/snippets/minifocusswitcher}} |\n|<<lingo Language/Prompt>> |{{$:/snippets/minilanguageswitcher}} |\n|<<lingo Tiddlers/Prompt>> |<<show-filter-count \"[!is[system]sort[title]]\">> |\n|<<lingo Tags/Prompt>> |<<show-filter-count \"[tags[]sort[title]]\">> |\n|<<lingo SystemTiddlers/Prompt>> |<<show-filter-count \"[is[system]sort[title]]\">> |\n|<<lingo ShadowTiddlers/Prompt>> |<<show-filter-count \"[all[shadows]sort[title]]\">> |\n|<<lingo OverriddenShadowTiddlers/Prompt>> |<<show-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<<lingo Hint>>\n\n<table>\n<tbody>\n<tr>\n<th><<lingo Type/Caption>></th>\n<th><<lingo Editor/Caption>></th>\n</tr>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]\">\n<tr>\n<td>\n<$link>\n<$list filter=\"[all[current]removeprefix[$:/config/EditorTypeMappings/]]\">\n<$text text={{!!title}}/>\n</$list>\n</$link>\n</td>\n<td>\n<$view field=\"text\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</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<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Basics\">>\n</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<div class=\"tc-dropdown-item-plain\">\n<$edit-shortcut tiddler=\"$title$\" placeholder={{$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt}} focus=\"true\" style=\"width:auto;\"/> <$button>\n<<lingo Add/Caption>>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"[{$title$}]\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"$title$\"\n/>\n</$button>\n</div>\n\\end\n\n\\define shortcut-list-item(caption)\n<td>\n</td>\n<td style=\"text-align:right;font-size:0.7em;\">\n<<lingo Platform/$caption$>>\n</td>\n<td>\n<div style=\"position:relative;\">\n<$button popup=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> class=\"tc-btn-invisible\">\n{{$:/core/images/edit-button}}\n</$button>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutTitle)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\n<$reveal state=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown tc-popup-keep\">\n<$list filter=\"[list[$(shortcutTitle)$!!text]sort[title]]\" variable=\"shortcut\" emptyMessage=\"\"\"\n<div class=\"tc-dropdown-item-plain\">\n//<<lingo NoShortcuts/Caption>>//\n</div>\n\"\"\">\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint}}>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"+[remove<shortcut>]\"\n/>\n<small>{{$:/core/images/close-button}}</small>\n</$button>\n<kbd>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts=<<shortcut>>/>\n</kbd>\n</div>\n</$list>\n<hr/>\n<$macrocall $name=\"new-shortcut\" title=<<qualify \"$:/state/new-shortcut/$(shortcutTitle)$\">>/>\n</div>\n</div>\n</$reveal>\n</div>\n</td>\n\\end\n\n\\define shortcut-list(caption,prefix)\n<tr>\n<$list filter=\"[[$prefix$$(shortcutName)$]]\" variable=\"shortcutTitle\">\n<<shortcut-list-item \"$caption$\">>\n</$list>\n</tr>\n\\end\n\n\\define shortcut-editor()\n<<shortcut-list \"All\" \"$:/config/shortcuts/\">>\n<<shortcut-list \"Mac\" \"$:/config/shortcuts-mac/\">>\n<<shortcut-list \"NonMac\" \"$:/config/shortcuts-not-mac/\">>\n<<shortcut-list \"Linux\" \"$:/config/shortcuts-linux/\">>\n<<shortcut-list \"NonLinux\" \"$:/config/shortcuts-not-linux/\">>\n<<shortcut-list \"Windows\" \"$:/config/shortcuts-windows/\">>\n<<shortcut-list \"NonWindows\" \"$:/config/shortcuts-not-windows/\">>\n\\end\n\n\\define shortcut-preview()\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutPrefix)$$(shortcutName)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\\end\n\n\\define shortcut-item-inner()\n<tr>\n<td>\n<$reveal type=\"nomatch\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"open\"\n/>\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"close\"\n/>\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n''<$text text=<<shortcutName>>/>''\n</td>\n<td>\n<$transclude tiddler=\"$:/config/ShortcutInfo/$(shortcutName)$\"/>\n</td>\n<td>\n<$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<<shortcut-preview>>\n</$list>\n</td>\n</tr>\n<$set name=\"dropdownState\" value={{$(dropdownStateTitle)$}}>\n<$list filter=\"[<dropdownState>match[open]]\" variable=\"listItem\">\n<<shortcut-editor>>\n</$list>\n</$set>\n\\end\n\n\\define shortcut-item()\n<$set name=\"dropdownStateTitle\" value=<<qualify \"$:/state/dropdown/keyboardshortcut/$(shortcutName)$\">>>\n<<shortcut-item-inner>>\n</$set>\n\\end\n\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]removeprefix[$:/config/ShortcutInfo/]]\" variable=\"shortcutName\">\n<<shortcut-item>>\n</$list>\n</tbody>\n</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<<lingo 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<$action-sendmessage $message=\"tm-load-plugin-from-library\" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>\n<$set name=\"url\" value={{!!url}}>\n<$set name=\"currentTiddler\" value=<<assetInfo>>>\n<$list filter=\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[title]]\" variable=\"dependency\">\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url=<<url>> title=<<dependency>>/>\n</$list>\n</$set>\n</$set>\n\\end\n\n\\define install-plugin-button()\n<div>\n<$set name=\"libraryVersion\" value={{{ [<assetInfo>get[version]] }}}>\n<$set name=\"installedVersion\" value={{{ [<assetInfo>get[original-title]get[version]] }}}>\n<$set name=\"reinstall-type\" value={{{ [<libraryVersion>compare:version:eq<installedVersion>then[tc-reinstall]] [<libraryVersion>compare:version:gt<installedVersion>then[tc-reinstall-upgrade]] [<libraryVersion>compare:version:lt<installedVersion>then[tc-reinstall-downgrade]] }}}>\n<$button actions=<<install-plugin-actions>> class={{{ [<assetInfo>get[original-title]has[version]then<reinstall-type>] tc-btn-invisible tc-install-plugin +[join[ ]] }}}>\n{{$:/core/images/download-button}}\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"ignore\" emptyMessage=\"{{$:/language/ControlPanel/Plugins/Install/Caption}}\">\n<$list filter=\"[<libraryVersion>compare:version:gt<installedVersion>]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$list filter=\"[<libraryVersion>compare:version:lt<installedVersion>]\" variable=\"ignore\" emptyMessage=\"{{$:/language/ControlPanel/Plugins/Reinstall/Caption}}\">\n{{$:/language/ControlPanel/Plugins/Downgrade/Caption}}\n</$list>\n\"\"\">\n{{$:/language/ControlPanel/Plugins/Update/Caption}}\n</$list>\n</$list>\n</$button>\n<div>\n</div>\n<$reveal stateTitle=<<assetInfo>> stateField=\"requires-reload\" type=\"match\" text=\"yes\">{{$:/language/ControlPanel/Plugins/PluginWillRequireReload}}</$reveal>\n</$set>\n</$set>\n</$set>\n</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<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<div class=\"tc-plugin-info\">\n<div class=\"tc-plugin-info-chunk tc-plugin-info-toggle\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/chevron-right}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-icon\">\n<$list filter=\"[<assetInfo>has[icon]]\" emptyMessage=\"\"\"<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\"\"\">\n<img src={{$(assetInfo)$!!icon}}/>\n</$list>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-description\">\n<h1><strong><$text text={{{ [<assetInfo>get[name]] ~[<assetInfo>get[original-title]split[/]last[1]] }}}/></strong>: <$view tiddler=<<assetInfo>> field=\"description\"/></h1>\n<h2><$view tiddler=<<assetInfo>> field=\"original-title\"/></h2>\n<div><em><$view tiddler=<<assetInfo>> field=\"version\"/></em></div>\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\"><div><em>{{$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint}}</em></div></$list>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-buttons\">\n<<install-plugin-button>>\n</div>\n</div>\n<$set name=\"original-title\" value={{{ [<assetInfo>get[original-title]] }}}>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>>>\n<div class=\"tc-plugin-info-dropdown\">\n<$list filter=\"[enlist{!!dependents}] [<currentTiddler>get[parent-plugin]] +[limit[1]] ~[<assetInfo>get[original-title]!is[tiddler]]\" variable=\"ignore\">\n<div class=\"tc-plugin-info-dropdown-message\">\n<$list filter=\"[<assetInfo>get[original-title]!is[tiddler]]\">\n{{$:/language/ControlPanel/Plugins/NotInstalled/Hint}}\n</$list>\n<$set name=\"currentTiddler\" value=<<assetInfo>>>\n<$list filter=\"[enlist{!!dependents}] [<currentTiddler>get[parent-plugin]] +[limit[1]]\" variable=\"ignore\">\n<div>\n{{$:/language/ControlPanel/Plugins/AlsoRequires}}\n<$list filter=\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[title]]\" variable=\"dependency\">\n<$text text=<<dependency>>/>\n</$list>\n</div>\n</$list>\n</$set>\n</div>\n</$list>\n<div class=\"tc-plugin-info-dropdown-body\">\n<$transclude tiddler=<<assetInfo>> field=\"readme\" mode=\"block\"/>\n</div>\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>limit[1]]\" variable=\"ignore\">\n<div class=\"tc-plugin-info-sub-plugins\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>sort[title]]\" variable=\"assetInfo\">\n<<display-plugin-info \"$type$\">>\n</$list>\n</div>\n</$list>\n</div>\n</$reveal>\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>limit[1]]\" variable=\"ignore\">\n<$reveal type=\"nomatch\" text=\"yes\" state=<<popup-state>> tag=\"div\" class=\"tc-plugin-info-sub-plugin-indicator\">\n<$wikify name=\"count\" text=\"\"\"<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>]\"/>\"\"\">\n<$button class=\"tc-btn-invisible\" set=<<popup-state>> setTo=\"yes\">\n{{$:/language/ControlPanel/Plugins/SubPluginPrompt}}\n</$button>\n</$wikify>\n</$reveal>\n</$list>\n</$set>\n</$set>\n\\end\n\n\\define load-plugin-library-button()\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-load-plugin-library\" url={{!!url}} infoTitlePrefix=\"$:/temp/RemoteAssetInfo/\"/>\n{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}\n</$button>\n\\end\n\n\\define display-server-assets(type)\n{{$:/language/Search/Search}}: <$edit-text tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" default=\"\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n<div class=\"tc-plugin-library-listing\">\n<$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[title]]\" variable=\"assetInfo\">\n<$list filter=\"[[$:/temp/RemoteAssetSearch/$(currentTiddler)$]has[text]] ~[<assetInfo>!has[parent-plugin]]\" variable=\"ignore\"><!-- Hide sub-plugins if we're not searching -->\n<<display-plugin-info \"$type$\">>\n</$list>\n</$list>\n</div>\n\\end\n\n\\define display-server-connection()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/ServerConnection]suffix{!!url}]\" variable=\"connectionTiddler\" emptyMessage=<<load-plugin-library-button>>>\n\n<$set name=\"transclusion\" value=<<connectionTiddler>>>\n\n<<tabs \"[[$:/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</$set>\n\n</$list>\n\\end\n\n\\define close-library-button()\n<$reveal type='nomatch' state='$:/temp/ServerConnection/$(PluginLibraryURL)$' text=''>\n<$button class='tc-btn-big-green'>\n<$action-sendmessage $message=\"tm-unload-plugin-library\" url={{!!url}}/>\n{{$:/core/images/chevron-left}} {{$:/language/ControlPanel/Plugins/ClosePluginLibrary}}\n<$action-deletetiddler $filter=\"[prefix[$:/temp/ServerConnection/$(PluginLibraryURL)$]][prefix[$:/temp/RemoteAssetInfo/$(PluginLibraryURL)$]]\"/>\n</$button>\n</$reveal>\n\\end\n\n\\define plugin-library-listing()\n<div class=\"tc-tab-set\">\n<$set name=\"defaultTab\" value={{{ [all[tiddlers+shadows]tag[$:/tags/PluginLibrary]] }}}>\n<div class=\"tc-tab-buttons\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<$button set=<<qualify \"$:/state/addplugins/tab\">> setTo=<<currentTiddler>> default=<<defaultTab>> selectedClass=\"tc-tab-selected\">\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude field=\"caption\"/>\n</$set>\n</$button>\n</$list>\n</div>\n<div class=\"tc-tab-divider\"/>\n<div class=\"tc-tab-content\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<$reveal type=\"match\" state=<<qualify \"$:/state/addplugins/tab\">> text=<<currentTiddler>> default=<<defaultTab>>>\n<h2><$link><$transclude field=\"caption\"><$view field=\"title\"/></$transclude></$link></h2>\n//<$view field=\"url\"/>//\n<$transclude mode=\"block\"/>\n<$set name=PluginLibraryURL value={{!!url}}>\n<<close-library-button>>\n</$set>\n<<display-server-connection>>\n</$reveal>\n</$list>\n</div>\n</$set>\n</div>\n\\end\n\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<div>\n<<plugin-library-listing>>\n</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<$reveal type=\"nomatch\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"yes\"><<lingo ShowEditor/Caption>></$button>\n\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"no\"><<lingo HideEditor/Caption>></$button>\n{{$:/PaletteManager}}\n\n</$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<$checkbox\ntiddler=\"\"\"$:/config/WikiParserRules/$Type$/$(rule)$\"\"\"\nfield=\"text\"\nchecked=\"enable\"\nunchecked=\"disable\"\ndefault=\"enable\">\n<<rule>>\n</$checkbox>\n\\end\n\n\\define rules(type,Type)\n<$list filter=\"[wikiparserrules[$type$]]\" variable=\"rule\">\n<dd><<toggle $Type$>></dd>\n</$list>\n\\end\n\n<<lingo Hint>>\n\n<dl>\n<dt><<lingo Pragma/Caption>></dt>\n<<rules pragma Pragma>>\n<dt><<lingo Inline/Caption>></dt>\n<<rules inline Inline>>\n<dt><<lingo Block/Caption>></dt>\n<<rules block Block>>\n</dl>"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Languages": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Languages",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]\"/>)",
            "text": "<<display-server-assets language>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}}  (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]\"/>)",
            "text": "<<display-server-assets plugin>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Themes": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Themes",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}}  (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]\"/>)",
            "text": "<<display-server-assets theme>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Updates": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Updates",
            "caption": "<$importvariables filter=\"$:/core/ui/ControlPanel/Plugins/Add/Updates\">{{$:/language/ControlPanel/Plugins/Updates/Caption}} (<<update-count>>)</$importvariables>",
            "text": "\\define each-updateable-plugin(body)\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}sort[title]]\" variable=\"assetInfo\">\n<$set name=\"libraryVersion\" value={{{ [<assetInfo>get[version]] }}}>\n<$list filter=\"[<assetInfo>get[original-title]has[version]!version<libraryVersion>]\" variable=\"ignore\">\n<$set name=\"installedVersion\" value={{{ [<assetInfo>get[original-title]get[version]] }}}>\n<$list filter=\"[<installedversion>!match<libraryVersion>]\" variable=\"ignore\">\n$body$\n</$list>\n</$set>\n</$list>\n</$set>\n</$list>\n\\end\n\n\\define update-all-actions()\n<$macrocall $name=\"each-updateable-plugin\" body=\"\"\"\n<<install-plugin-actions>>\n\"\"\"/>\n\\end\n\n\\define update-count()\n<$wikify name=\"count-filter\" text=<<each-updateable-plugin \"&#91;&#91;<$text text=<<assetInfo>>/>]]\">>><$count filter=<<count-filter>>/></$wikify>\n\\end\n\n<$button actions=<<update-all-actions>> class=\"tc-btn-invisible tc-install-plugin tc-reinstall-upgrade\">\n{{$:/core/images/download-button}} {{||$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption}}\n</$button>\n\n<div class=\"tc-plugin-library-listing\">\n<$macrocall $name=\"each-updateable-plugin\" body=\"\"\"\n<$macrocall $name=\"display-plugin-info\" type={{{ [<assetInfo>get[original-plugin-type]] }}}/>\n\"\"\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/AddPlugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/AddPlugins",
            "text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n<$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}} <<lingo Add/Caption>>\n</$button>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Languages": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Languages",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[language]]\"/>)",
            "text": "<<plugin-table language>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[plugin]]\"/>)",
            "text": "<<plugin-table plugin>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Themes": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Themes",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[theme]]\"/>)",
            "text": "<<plugin-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<$set name=\"plugin-type\" value=\"\"\"$type$\"\"\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[title]]\" emptyMessage=<<lingo \"Empty/Hint\">> template=\"$:/core/ui/Components/plugin-info\"/>\n</$set>\n</$set>\n\\end\n\n{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}\n\n<<lingo Installed/Hint>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\">>\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<<lingo Hint>>\n\n!! <$link to=\"$:/config/DownloadSaver/AutoSave\"><<lingo AutoSave/Hint>></$link>\n\n<$checkbox tiddler=\"$:/config/DownloadSaver/AutoSave\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <<lingo AutoSave/Description>> </$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!! <$link to=\"$:/config/AutoSave\"><<lingo AutoSave/Caption>></$link>\n\n<<lingo AutoSave/Hint>>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"yes\"> <<lingo AutoSave/Enabled/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"no\"> <<lingo AutoSave/Disabled/Description>> </$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<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitHub/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitHub/Password>> |<$password name=\"github\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitHub/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitHub/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitHub/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitHub/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$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<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitLab/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitLab/Password>> |<$password name=\"gitlab\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitLab/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitLab/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitLab/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitLab/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$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 backupURL()\nhttp://$(userName)$.tiddlyspot.com/backup/\n\\end\n\\define backupLink()\n<$reveal type=\"nomatch\" state=\"$:/UploadName\" text=\"\">\n<$set name=\"userName\" value={{$:/UploadName}}>\n<$reveal type=\"match\" state=\"$:/UploadURL\" text=\"\">\n<<backupURL>>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/UploadURL\" text=\"\">\n<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>\n</$reveal>\n</$set>\n</$reveal>\n\\end\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/UploadName\" default=\"\" tag=\"input\"/> |\n|<<lingo Password>> |<$password name=\"upload\"/> |\n|<<lingo Backups>> |<<backupLink>> |\n\n''<<lingo Advanced/Heading>>''\n\n|<<lingo ServerURL>>  |<$edit-text tiddler=\"$:/UploadURL\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/UploadFilename\" default=\"index.html\" tag=\"input\"/> |\n|<<lingo UploadDir>> |<$edit-text tiddler=\"$:/UploadDir\" default=\".\" tag=\"input\"/> |\n|<<lingo BackupDir>> |<$edit-text tiddler=\"$:/UploadBackupDir\" default=\".\" tag=\"input\"/> |\n\n<<lingo TiddlySpot/Hint>>"
        },
        "$:/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<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/Gitea/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo Gitea/Password>> |<$password name=\"Gitea\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/Gitea/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/Gitea/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/Gitea/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/Gitea/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$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<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Saving]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Saving/General\">>\n</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<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/WikiParserRules/Inline/wikilink\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"enable\"> <$link to=\"$:/config/WikiParserRules/Inline/wikilink\"><<lingo Description>></$link> </$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<$link to=\"$:/config/DefaultMoreSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultMoreSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$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<$link to=\"$:/config/DefaultSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$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<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/TextEditor/EnableToolbar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/TextEditor/EnableToolbar\"><<lingo Description>></$link> </$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<$link to=\"$:/config/TiddlerInfo/Mode\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"popup\"> <<lingo Popup/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"sticky\"> <<lingo Sticky/Description>> </$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<$link to=\"$:/config/Navigation/openLinkFromInsideRiver\"><<lingo \"InsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromInsideRiver\">\n  <option value=\"above\"><<lingo \"OpenAbove\">></option>\n  <option value=\"below\"><<lingo \"OpenBelow\">></option>\n  <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n  <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n\n<$link to=\"$:/config/Navigation/openLinkFromOutsideRiver\"><<lingo \"OutsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromOutsideRiver\">\n  <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n  <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$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<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/MissingLinks\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/MissingLinks\"><<lingo Description>></$link> </$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<$link to=\"$:/config/Navigation/UpdateAddressBar\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permaview\"> <<lingo Permaview/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permalink\"> <<lingo Permalink/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"no\"> <<lingo No/Description>> </$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<$link to=\"$:/config/Navigation/UpdateHistory\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"no\"> <<lingo No/Description>> </$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<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/CopyToClipboard\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/CopyToClipboard\"><<lingo CopyToClipboard/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\"><<lingo UpdateAddressBar/Description>></$link> </$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<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Performance/Instrumentation\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Performance/Instrumentation\"><<lingo Description>></$link> </$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<$link to=\"$:/config/Tiddlers/TitleLinks\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"no\"> <<lingo No/Description>> </$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<$link to=\"$:/config/Toolbar/ButtonClass\"><<lingo \"Hint\">></$link>\n\n<$select tiddler=\"$:/config/Toolbar/ButtonClass\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ToolbarButtonStyle]]\">\n<option value={{!!text}}>{{!!caption}}</option>\n</$list>\n</$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<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Icons\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Toolbar/Icons\"><<lingo Icons/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Text\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Toolbar/Text\"><<lingo Text/Description>></$link> </$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<<lingo Hint>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$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<<lingo 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<<lingo 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<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>"
        },
        "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate": {
            "title": "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate",
            "text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"><$transclude tiddler={{!!icon}}/></span> <$transclude field=\"caption\"/> -- <i class=\"tc-muted\"><$transclude field=\"description\"/></i>\n</$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<$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<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"> <$transclude field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude field=\"description\"/></i></span>\n</$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<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/PageControls\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$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<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/ViewToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$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<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\" \"$:/state/tabs/controlpanel/toolbars\" \"tc-vertical\">>\n</div>\n"
        },
        "$:/ControlPanel": {
            "title": "$:/ControlPanel",
            "icon": "$:/core/images/options-button",
            "color": "#bbb",
            "text": "<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\" \"$:/core/ui/ControlPanel/Info\">>\n</div>\n"
        },
        "$:/core/ui/DefaultSearchResultList": {
            "title": "$:/core/ui/DefaultSearchResultList",
            "tags": "$:/tags/SearchResults",
            "caption": "{{$:/language/Search/DefaultResults/Caption}}",
            "text": "\\define searchResultList()\n//<small>{{$:/language/Search/Matches/Title}}</small>//\n\n<$list filter=\"[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n//<small>{{$:/language/Search/Matches/All}}</small>//\n\n<$list filter=\"[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n\n\\end\n<<searchResultList>>\n"
        },
        "$:/core/ui/EditTemplate/body/preview/diffs-current": {
            "title": "$:/core/ui/EditTemplate/body/preview/diffs-current",
            "tags": "$:/tags/EditPreview",
            "caption": "differences from current",
            "list-after": "$:/core/ui/EditTemplate/body/preview/output",
            "text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
        },
        "$:/core/ui/EditTemplate/body/preview/diffs-shadow": {
            "title": "$:/core/ui/EditTemplate/body/preview/diffs-shadow",
            "tags": "$:/tags/EditPreview",
            "caption": "differences from shadow (if any)",
            "list-after": "$:/core/ui/EditTemplate/body/preview/output",
            "text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{{ [{!!draft.of}shadowsource[]] }}} sourceSubTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$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<$set name=\"tv-tiddler-preview\" value=\"yes\">\n\n<$transclude />\n\n</$set>\n"
        },
        "$:/state/showeditpreview": {
            "title": "$:/state/showeditpreview",
            "text": "no"
        },
        "$:/core/ui/EditTemplate/body/editor": {
            "title": "$:/core/ui/EditTemplate/body/editor",
            "text": "<$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\n><$set\n\n  name=\"targetTiddler\"\n  value=<<currentTiddler>>\n\n><$list\n\n  filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]\"\n\n><$reveal\n\n  type=\"nomatch\"\n  state=<<config-visibility-title>>\n  text=\"hide\"\n  class=\"tc-text-editor-toolbar-item-wrapper\"\n\n><$transclude\n\n  tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\"\n  mode=\"inline\"\n\n/></$reveal></$list></$set></$edit>\n"
        },
        "$:/core/ui/EditTemplate/body/toolbar/button": {
            "title": "$:/core/ui/EditTemplate/body/toolbar/button",
            "text": "\\define toolbar-button-icon()\n<$list\n\n  filter=\"[all[current]!has[custom-icon]]\"\n  variable=\"no-custom-icon\"\n\n><$transclude\n\n  tiddler={{!!icon}}\n\n/></$list>\n\\end\n\n\\define toolbar-button-tooltip()\n{{!!description}}<$macrocall $name=\"displayshortcuts\" $output=\"text/plain\" shortcuts={{!!shortcuts}} prefix=\"` - [\" separator=\"] [\" suffix=\"]`\"/>\n\\end\n\n\\define toolbar-button()\n<$list\n\n  filter={{!!condition}}\n  variable=\"list-condition\"\n\n><$wikify\n\n  name=\"tooltip-text\"\n  text=<<toolbar-button-tooltip>>\n  mode=\"inline\"\n  output=\"text\"\n\n><$list\n\n  filter=\"[all[current]!has[dropdown]]\"\n  variable=\"no-dropdown\"\n\n><$button\n\n  class=\"tc-btn-invisible $(buttonClasses)$\"\n  tooltip=<<tooltip-text>>\n  actions={{!!actions}}\n\n><span\n\n  data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n  tiddler=<<currentTiddler>>\n  field=\"text\"\n\n/></$button></$list><$list\n\n  filter=\"[all[current]has[dropdown]]\"\n  variable=\"dropdown\"\n\n><$set\n\n  name=\"dropdown-state\"\n  value=<<qualify \"$:/state/EditorToolbarDropdown\">>\n\n><$button\n\n  popup=<<dropdown-state>>\n  class=\"tc-popup-keep tc-btn-invisible $(buttonClasses)$\"\n  selectedClass=\"tc-selected\"\n  tooltip=<<tooltip-text>>\n  actions={{!!actions}}\n\n><span\n\n  data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n  tiddler=<<currentTiddler>>\n  field=\"text\"\n\n/></$button><$reveal\n\n  state=<<dropdown-state>>\n  type=\"popup\"\n  position=\"below\"\n  animate=\"yes\"\n  tag=\"span\"\n\n><div\n\n  class=\"tc-drop-down tc-popup-keep\"\n\n><$transclude\n\n  tiddler={{!!dropdown}}\n  mode=\"block\"\n\n/></div></$reveal></$set></$list></$wikify></$list>\n\\end\n\n\\define toolbar-button-outer()\n<$set\n\n  name=\"buttonClasses\"\n  value={{!!button-classes}}\n\n><<toolbar-button>></$set>\n\\end\n\n<<toolbar-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<$list filter=\"[all[current]has[_canonical_uri]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo External/Hint>>\n\n<a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a>\n\n<$edit-text field=\"_canonical_uri\" class=\"tc-edit-fields\" tabindex={{$:/config/EditTabIndex}}></$edit-text>\n\n</div>\n\n</$list>\n\n<$list filter=\"[all[current]!has[_canonical_uri]]\">\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\">\n\n<div class=\"tc-tiddler-preview\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n<div class=\"tc-tiddler-preview-preview\">\n\n<$transclude tiddler={{$:/state/editpreviewtype}} mode=\"inline\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/preview/output\" mode=\"inline\"/>\n\n</$transclude>\n\n</div>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n</$reveal>\n\n</$list>\n"
        },
        "$:/core/ui/EditTemplate/controls": {
            "title": "$:/core/ui/EditTemplate/controls",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define config-title()\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title tc-tiddler-edit-title\">\n<$view field=\"title\"/>\n<span class=\"tc-tiddler-controls tc-titlebar\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>\n<div style=\"clear: both;\"></div>\n</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 input\n\\end\n\n\\define new-field-actions()\n<$action-sendmessage $message=\"tm-add-field\" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<$action-deletetiddler $tiddler=<<newFieldNameTiddler>>/>\n<$action-deletetiddler $tiddler=<<newFieldValueTiddler>>/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/>\n\\end\n\n\\define new-field()\n<$vars name={{{ [<newFieldNameTiddler>get[text]] }}}>\n<$reveal type=\"nomatch\" text=\"\" default=<<name>>>\n<$button tooltip=<<lingo Fields/Add/Button/Hint>>>\n<$action-sendmessage $message=\"tm-add-field\"\n$name=<<name>>\n$value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<$action-deletetiddler $tiddler=<<newFieldNameTiddler>>/>\n<$action-deletetiddler $tiddler=<<newFieldValueTiddler>>/>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" text=\"\" default=<<name>>>\n<$button>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n</$vars>\n\\end\n\\whitespace trim\n\n<div class=\"tc-edit-fields\">\n<table class=\"tc-edit-fields\">\n<tbody>\n<$list filter=\"[all[current]fields[]] +[sort[title]]\" variable=\"currentField\" storyview=\"pop\">\n<$list filter=<<config-filter>> variable=\"temp\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} tabindex={{$:/config/EditTabIndex}}/>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n</$list>\n</tbody>\n</table>\n</div>\n\n<$fieldmangler>\n<div class=\"tc-edit-field-add\">\n<em class=\"tc-edit\">\n<<lingo Fields/Add/Prompt>>&nbsp;&nbsp;\n</em>\n<span class=\"tc-edit-field-add-name\">\n<$edit-text tiddler=<<newFieldNameTiddler>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}} focusPopup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}} focus={{{ [{$:/config/AutoFocus}match[fields]then[true]] ~[[false]] }}}/>\n</span>&nbsp;\n<$button popup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>&nbsp;\n<$reveal state=<<qualify \"$:/state/popup/field-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=<<newFieldNameTiddler>>>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/User>>\n</div>\n<$set name=\"newFieldName\" value={{{ [<newFieldNameTiddler>get[text]] }}}>\n<$list filter=\"[!is[shadow]!is[system]fields[]search:title<newFieldName>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\"  variable=\"currentField\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/System>>\n</div>\n<$list filter=\"[fields[]search:title<newFieldName>sort[]] -[!is[shadow]!is[system]fields[]]\" variable=\"currentField\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n</$set>\n</$linkcatcher>\n</$set>\n</div>\n</$reveal>\n<span class=\"tc-edit-field-add-value\">\n<$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}>\n<$keyboard key=\"((add-field))\" actions=<<new-field-actions>>>\n<$edit-text tiddler=<<newFieldValueTiddler>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\"tc-edit-texteditor\" tabindex={{$:/config/EditTabIndex}}/>\n</$keyboard>\n</$set>\n</span>&nbsp;\n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</div>\n</$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<$link to=\"\"\"$(pluginTitle)$\"\"\">\n<$text text=\"\"\"$(pluginTitle)$\"\"\"/>\n</$link>\n\\end\n<$list filter=\"[all[current]get[draft.of]is[shadow]!is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>\n\n<$list filter=\"[all[current]get[draft.of]is[shadow]is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo OverriddenWarning>>\n\n</div>\n</$set>\n</$list>\n\n</$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)\n\\whitespace trim\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<span style=<<tag-styles>> class=\"tc-tag-label tc-tag-list-item\">\n<$transclude tiddler=\"\"\"$icon$\"\"\"/><$view field=\"title\" format=\"text\" />\n<$button message=\"tm-remove-tag\" param={{!!title}} class=\"tc-btn-invisible tc-remove-tag-button\">{{$:/core/images/close-button}}</$button>\n</span>\n</$vars>\n\\end\n\n\\define tag-body(colour,palette,icon)\n<$macrocall $name=\"tag-body-inner\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} icon=\"\"\"$icon$\"\"\"/>\n\\end\n\n<div class=\"tc-edit-tags\">\n<$fieldmangler>\n<$list filter=\"[all[current]tags[]sort[title]]\" storyview=\"pop\">\n<$macrocall $name=\"tag-body\" colour={{!!color}} palette={{$:/palette}} icon={{!!icon}}/>\n</$list>\n<$set name=\"tabIndex\" value={{$:/config/EditTabIndex}}>\n<$macrocall $name=\"tag-picker\"/>\n</$set>\n</$fieldmangler>\n</div>\n"
        },
        "$:/core/ui/EditTemplate/title": {
            "title": "$:/core/ui/EditTemplate/title",
            "tags": "$:/tags/EditTemplate",
            "text": "<$edit-text field=\"draft.title\" class=\"tc-titlebar tc-edit-texteditor\" focus={{{ [{$:/config/AutoFocus}match[title]then[true]] ~[[false]] }}} tabindex={{$:/config/EditTabIndex}}/>\n\n<$vars pattern=\"\"\"[\\|\\[\\]{}]\"\"\" bad-chars=\"\"\"`| [ ] { }`\"\"\">\n\n<$list filter=\"[all[current]regexp:draft.title<pattern>]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\n\n</div>\n\n</$list>\n\n</$vars>\n\n<$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n\n<$list filter=\"[{!!draft.title}!is[missing]]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}\n\n</div>\n\n</$list>\n\n<$list filter=\"[{!!draft.of}!is[missing]]\" variable=\"listItem\">\n\n<$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\n\n<$checkbox tiddler=\"$:/config/RelinkOnRename\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}</$checkbox>\n\n<$list filter=\"[title<fromTitle>backlinks[]limit[1]]\" variable=\"listItem\">\n\n<$vars stateTiddler=<<qualify \"$:/state/edit/references\">> >\n\n<$reveal type=\"nomatch\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">{{$:/core/images/right-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$tiddler tiddler=<<fromTitle>> >\n<$transclude tiddler=\"$:/core/ui/TiddlerInfo/References\"/>\n</$tiddler>\n</$reveal>\n\n</$vars>\n\n</$list>\n\n</$vars>\n\n</$list>\n\n</$reveal>\n"
        },
        "$:/core/ui/EditTemplate/type": {
            "title": "$:/core/ui/EditTemplate/type",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/EditTemplate/\n\\whitespace trim\n<div class=\"tc-type-selector\"><$fieldmangler>\n<em class=\"tc-edit\"><<lingo Type/Prompt>></em>&nbsp;&nbsp;<$edit-text field=\"type\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<<qualify \"$:/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]] }}}/>&nbsp;<$button popup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>&nbsp;<$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}}</$button>\n</$fieldmangler></div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$reveal state=<<qualify \"$:/state/popup/type-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$linkcatcher to=\"!!type\">\n<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>\n<div class=\"tc-dropdown-item\">\n<$text text={{!!group}}/>\n</div>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]]\"><$link to={{!!name}}><$view field=\"description\"/> (<$view field=\"name\"/>)</$link>\n</$list>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</$set>\n</div>\n"
        },
        "$:/core/ui/EditTemplate": {
            "title": "$:/core/ui/EditTemplate",
            "text": "\\define save-tiddler-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{{ [<newTagNameTiddler>get[text]] }}}/>\n<$action-deletetiddler $tiddler=<<newTagNameTiddler>>/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<$action-deletetiddler $tiddler=<<newFieldNameTiddler>>/>\n<$action-deletetiddler $tiddler=<<newFieldValueTiddler>>/>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n\\end\n<div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-edit-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}>\n<$fieldmangler>\n<$vars storyTiddler=<<currentTiddler>> newTagNameTiddler=<<qualify \"$:/temp/NewTagName\">> newFieldNameTiddler=<<qualify \"$:/temp/NewFieldName\">> newFieldValueTiddler=<<qualify \"$:/temp/NewFieldValue\">>>\n<$keyboard key=\"((cancel-edit-tiddler))\" message=\"tm-cancel-tiddler\">\n<$keyboard key=\"((save-tiddler))\" actions=<<save-tiddler-actions>>>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>>/>\n</$set>\n</$list>\n</$keyboard>\n</$keyboard>\n</$vars>\n</$fieldmangler>\n</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": "<$button message=\"tm-cancel-tiddler\" tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/cancel-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/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": "<$button message=\"tm-delete-tiddler\" tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/delete-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/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<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>\n<<save-tiddler-actions>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/done-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Save/Caption}}/></span>\n</$list>\n</$button></$fieldmangler>\n\\end\n<<save-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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((bold))",
            "text": "<$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<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"clear\"\n\tcolour=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n\n</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": "[<targetTiddler>is[image]]",
            "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''<<lingo Hint>>''\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"auto\"> {{$:/core/images/auto-height}} <<lingo Caption/Auto>></$radio>\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"fixed\"> {{$:/core/images/fixed-height}} <<lingo Caption/Fixed>> <$edit-text tag=\"input\" tiddler=\"$:/config/TextEditor/EditorHeight/Height\" default=\"100px\"/></$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": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] +[first[]]",
            "dropdown": "$:/core/ui/EditorToolbar/editor-height-dropdown",
            "text": "<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n{{$:/core/images/fixed-height}}\n</$reveal>\n<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n{{$:/core/images/auto-height}}\n</$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''<<lingo Hint>>''\n\n<<lingo Caption/NewTitle>> <$edit-text tag=\"input\" tiddler=\"$config-title$/new-title\" default=\"\" focus=\"true\"/>\n\n<$set name=\"new-title\" value={{$config-title$/new-title}}>\n<$list filter=\"\"\"[<new-title>is[tiddler]]\"\"\">\n<div class=\"tc-error\">\n<<lingo Caption/TiddlerExists>>\n</div>\n</$list>\n</$set>\n\n<$checkbox tiddler=\"\"\"$config-title$/tagnew\"\"\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"false\"> <<lingo Caption/Tag>></$checkbox>\n\n<<lingo Caption/Replace>> <$select tiddler=\"\"\"$config-title$/type\"\"\" default=\"transclude\">\n<option value=\"link\"><<lingo Caption/Replace/Link>></option>\n<option value=\"transclude\"><<lingo Caption/Replace/Transclusion>></option>\n<option value=\"macro\"><<lingo Caption/Replace/Macro>></option>\n</$select>\n\n<$reveal state=\"\"\"$config-title$/type\"\"\" type=\"match\" text=\"macro\">\n<<lingo Caption/MacroName>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/macro-title\"\"\" default=\"translink\"/>\n</$reveal>\n\n<$button>\n<$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<$action-deletetiddler\n\t$tiddler=\"$config-title$/new-title\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Excise>>\n</$button>\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/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": "[<targetTiddler>type[]] [<targetTiddler>type[text/vnd.tiddlywiki]] +[first[]]",
            "shortcuts": "((excise))",
            "dropdown": "$:/core/ui/EditorToolbar/excise-dropdown",
            "text": ""
        },
        "$:/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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((heading-1))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-2))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-3))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-4))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-5))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-6))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((italic))",
            "text": "<$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<$button tag=\"a\" tooltip=\"\"\"$(line-width)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/LineWidth\"\n\t$value=\"$(line-width)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div 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<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(line-width)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/LineWidth\" type=\"match\" text=\"\"\"$(line-width)$\"\"\" tag=\"span\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/LineWidths}} variable=\"line-width\">\n\n<<toolbar-line-width-inner>>\n\n</$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": "[<targetTiddler>is[image]]",
            "dropdown": "$:/core/ui/EditorToolbar/line-width-dropdown",
            "text": "<$text text={{$:/config/BitmapEditor/LineWidth}}/>"
        },
        "$:/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<$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"make-link\" text={{$(linkTiddler)$}} />\n<$action-deletetiddler $tiddler=<<dropdown-state>> />\n<$action-deletetiddler $tiddler=<<searchTiddler>> />\n<$action-deletetiddler $tiddler=<<linkTiddler>> />\n\\end\n\n\\define external-link()\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\" actions=<<add-link-actions>>>\n{{$:/core/images/chevron-right}}\n</$button>\n\\end\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<$vars searchTiddler=\"\"\"$config-title$/search\"\"\" linkTiddler=\"\"\"$config-title$/link\"\"\" linktext=\"\" >\n\n<$vars linkTiddler=<<searchTiddler>>>\n<$keyboard key=\"ENTER\" actions=<<add-link-actions>>>\n<$edit-text tiddler=<<searchTiddler>> type=\"search\" tag=\"input\" focus=\"true\" placeholder={{$:/language/Search/Search}} default=\"\"/>\n<$reveal tag=\"span\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n<<external-link>>\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\">\n<$action-setfield $tiddler=<<searchTiddler>> text=\"\" />\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</$keyboard>\n</$vars>\n\n<$reveal tag=\"div\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n\n<$linkcatcher actions=<<add-link-actions>> to=<<linkTiddler>>>\n\n{{$:/core/ui/SearchResults}}\n\n</$linkcatcher>\n\n</$reveal>\n\n</$vars>\n\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Link/\">>/>"
        },
        "$:/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": "[<targetTiddler>!has[type]] [<targetTiddler>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": "[<targetTiddler>!has[type]] [<targetTiddler>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": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((list-bullet))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((list-number))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((mono-block))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((mono-line))",
            "text": "<$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<$list filter={{$(toolbarItem)$!!condition}} variable=\"condition\">\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\" mode=\"inline\"/> <$transclude tiddler=<<toolbarItem>> field=\"description\"/>\n</$list>\n\\end\n\n<div class=\"tc-text-editor-toolbar-more\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]] -[[$:/core/ui/EditorToolbar/more]]\">\n<$reveal type=\"match\" state=<<config-visibility-title>> text=\"hide\" tag=\"div\">\n<<conditional-button>>\n</$reveal>\n</$list>\n</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": "[<targetTiddler>]",
            "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<$button tag=\"a\" tooltip=\"\"\"$(opacity)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Opacity\"\n\t$value=\"$(opacity)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(current-paint-colour)$; opacity: $(opacity)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(opacity)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/Opacity\" type=\"match\" text=\"\"\"$(opacity)$\"\"\" tag=\"span\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n\\define toolbar-opacity()\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/Opacities}} variable=\"opacity\">\n\n<<toolbar-opacity-inner>>\n\n</$list>\n\\end\n\n<$set name=\"current-paint-colour\" value={{$:/config/BitmapEditor/Colour}}>\n\n<$set name=\"current-opacity\" value={{$:/config/BitmapEditor/Opacity}}>\n\n<<toolbar-opacity>>\n\n</$set>\n\n</$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": "[<targetTiddler>is[image]]",
            "dropdown": "$:/core/ui/EditorToolbar/opacity-dropdown",
            "text": "<$text text={{$:/config/BitmapEditor/Opacity}}/>\n"
        },
        "$:/core/ui/EditorToolbar/paint-dropdown": {
            "title": "$:/core/ui/EditorToolbar/paint-dropdown",
            "text": "''{{$:/language/Buttons/Paint/Hint}}''\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Colour\"\n\t$value=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-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": "[<targetTiddler>is[image]]",
            "dropdown": "$:/core/ui/EditorToolbar/paint-dropdown",
            "text": "\\define toolbar-paint()\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(colour-picker-value)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\\end\n<$set name=\"colour-picker-value\" value={{$:/config/BitmapEditor/Colour}}>\n<<toolbar-paint>>\n</$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<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext=<<replacement-text>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-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": "[<targetTiddler>!has[type]] [<targetTiddler>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<$button tag=\"a\">\n\n<$action-setfield $tiddler=\"$:/state/editpreviewtype\" $value=\"$(previewType)$\"/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<previewType>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<previewType>> field=\"title\" mode=\"inline\"/>\n\n</$transclude> \n\n<$reveal tag=\"span\" state=\"$:/state/editpreviewtype\" type=\"match\" text=<<previewType>> default=\"$:/core/ui/EditTemplate/body/preview/output\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]]\" variable=\"previewType\">\n\n<<preview-type-button>>\n\n</$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": "[<targetTiddler>]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((preview))",
            "text": "<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-open}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"no\"/>\n</$reveal>\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-closed}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"yes\"/>\n</$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((quote))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n<<<\"\n\tsuffix=\"<<<\"\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": "[<targetTiddler>is[image]]",
            "text": "<$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<$set name=\"width\" filter=\"$(sizePair)$ +[first[]]\">\n\n<$set name=\"height\" filter=\"$(sizePair)$ +[last[]]\">\n\n<$button tag=\"a\">\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n\t$value=<<width>>\n/>\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n\t$value=<<height>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/presets-popup\"\"\"\n/>\n\n<$text text=<<width>>/> &times; <$text text=<<height>>/>\n\n</$button>\n\n</$set>\n\n</$set>\n\\end\n\n\\define toolbar-button-size(config-title)\n''{{$:/language/Buttons/Size/Hint}}''\n\n<<lingo Caption/Width>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-width\"\"\" default=<<tv-bitmap-editor-width>> focus=\"true\" size=\"8\"/> <<lingo Caption/Height>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-height\"\"\" default=<<tv-bitmap-editor-height>> size=\"8\"/> <$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</$button>\n\n<$reveal tag=\"span\" state=\"\"\"$config-title$/presets-popup\"\"\" type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down tc-popup-keep\">\n\n<$list filter={{$:/config/BitmapEditor/ImageSizes}} variable=\"sizePair\">\n\n<$macrocall $name=\"toolbar-button-size-preset\" config-title=\"$config-title$\"/>\n\n</$list>\n\n</div>\n\n</$reveal>\n\n<$button>\n<$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<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Resize>>\n</$button>\n\\end\n\n<$macrocall $name=\"toolbar-button-size\" config-title=<<qualify \"$:/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": "[<targetTiddler>is[image]]",
            "dropdown": "$:/core/ui/EditorToolbar/size-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/stamp-dropdown": {
            "title": "$:/core/ui/EditorToolbar/stamp-dropdown",
            "text": "\\define toolbar-button-stamp-inner()\n<$button tag=\"a\">\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext={{$(snippetTitle)$}}\n/>\n\n</$list>\n\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix={{{ [[$(snippetTitle)$]addsuffix[/prefix]get[text]] }}}\nsuffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}}\n/>\n\n</$list>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<snippetTitle>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<snippetTitle>> field=\"title\" />\n\n</$transclude>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TextEditor/Snippet]!has[draft.of]sort[caption]]\" variable=\"snippetTitle\">\n\n<<toolbar-button-stamp-inner>>\n\n</$list>\n\n----\n\n<$button tag=\"a\">\n\n<$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<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<em>\n\n<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\n\n</em>\n\n</$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": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] +[first[]]",
            "shortcuts": "((stamp))",
            "dropdown": "$:/core/ui/EditorToolbar/stamp-dropdown",
            "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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((strikethrough))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((subscript))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((superscript))",
            "text": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>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": "<$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": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((underline))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"__\"\n\tsuffix=\"__\"\n/>\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()\nmessage-$(payloadTiddler)$\n\\end\n\n\\define selectionField()\nselection-$(payloadTiddler)$\n\\end\n\n\\define previewPopupState()\n$(currentTiddler)$!!popup-$(payloadTiddler)$\n\\end\n\n\\define select-all-actions()\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<$action-setfield $field={{{ [<payloadTiddler>addprefix[selection-]] }}} $value={{$:/state/import/select-all}}/>\n</$list>\n\\end\n\n<table>\n<tbody>\n<tr>\n<th>\n<$checkbox tiddler=\"$:/state/import/select-all\" field=\"text\" checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" actions=<<select-all-actions>>>\n<<lingo Listing/Select/Caption>>\n</$checkbox>\n</th>\n<th>\n<<lingo Listing/Title/Caption>>\n</th>\n<th>\n<<lingo Listing/Status/Caption>>\n</th>\n</tr>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<tr>\n<td>\n<$checkbox field=<<selectionField>> checked=\"checked\" unchecked=\"unchecked\" default=\"checked\"/>\n</td>\n<td>\n<$reveal type=\"nomatch\" stateTitle=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" setTitle=<<previewPopupState>> setTo=\"yes\">\n{{$:/core/images/right-arrow}}&nbsp;<$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" setTitle=<<previewPopupState>> setTo=\"no\">\n{{$:/core/images/down-arrow}}&nbsp;<$text text=<<payloadTiddler>>/>\n</$button>\n</$reveal>\n</td>\n<td>\n<$view field=<<messageField>>/>\n</td>\n</tr>\n<tr>\n<td colspan=\"3\">\n<$reveal type=\"match\" text=\"yes\" stateTitle=<<previewPopupState>> tag=\"div\">\n<$list filter=\"[{$:/state/importpreviewtype}has[text]]\" variable=\"listItem\" emptyMessage={{$:/core/ui/ImportPreviews/Text}}>\n<$transclude tiddler={{$:/state/importpreviewtype}}/>\n</$list>\n</$reveal>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ImportPreviews/Diff": {
            "title": "$:/core/ui/ImportPreviews/Diff",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Diff}}",
            "text": "<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>>/>\n"
        },
        "$:/core/ui/ImportPreviews/DiffFields": {
            "title": "$:/core/ui/ImportPreviews/DiffFields",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/DiffFields}}",
            "text": "<$macrocall $name=\"compareTiddlers\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>> exclude=\"text\"/>\n"
        },
        "$:/core/ui/ImportPreviews/Fields": {
            "title": "$:/core/ui/ImportPreviews/Fields",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Fields}}",
            "text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[<payloadTiddler>subtiddlerfields<currentTiddler>sort[]] -text\" variable=\"fieldName\">\n<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<fieldName>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<fieldName>> tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>>/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ImportPreviews/Text": {
            "title": "$:/core/ui/ImportPreviews/Text",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Text}}",
            "text": "<$transclude tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> mode=\"block\"/>\n"
        },
        "$:/core/ui/ImportPreviews/TextRaw": {
            "title": "$:/core/ui/ImportPreviews/TextRaw",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/TextRaw}}",
            "text": "<pre><code><$view tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> /></code></pre>"
        },
        "$:/core/ui/KeyboardShortcuts/advanced-search": {
            "title": "$:/core/ui/KeyboardShortcuts/advanced-search",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((advanced-search))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\"[data-tiddler-title=\"$:/AdvancedSearch\"] .tc-search input\"\"\"/>\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-image": {
            "title": "$:/core/ui/KeyboardShortcuts/new-image",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-image))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-image}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-journal": {
            "title": "$:/core/ui/KeyboardShortcuts/new-journal",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-journal))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-journal}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-tiddler": {
            "title": "$:/core/ui/KeyboardShortcuts/new-tiddler",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-tiddler))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-tiddler}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/sidebar-search": {
            "title": "$:/core/ui/KeyboardShortcuts/sidebar-search",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((sidebar-search))",
            "text": "<$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-search input\"/>\n"
        },
        "$:/core/ui/KeyboardShortcut/toggle-sidebar": {
            "title": "$:/core/ui/KeyboardShortcut/toggle-sidebar",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((toggle-sidebar))",
            "text": "<$list filter=\"[[$:/state/sidebar]is[missing]] [{$:/state/sidebar}removeprefix[yes]]\" emptyMessage=\"\"\"\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"yes\"/>\n\"\"\">\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"no\"/>\n</$list>\n"
        },
        "$:/core/ui/ListItemTemplate": {
            "title": "$:/core/ui/ListItemTemplate",
            "text": "<div class=\"tc-menu-list-item\">\n<$link />\n</div>"
        },
        "$:/Manager/ItemMain/Fields": {
            "title": "$:/Manager/ItemMain/Fields",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/Fields}}",
            "text": "<table>\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
        },
        "$:/Manager/ItemMain/RawText": {
            "title": "$:/Manager/ItemMain/RawText",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/RawText}}",
            "text": "<pre><code><$view/></code></pre>\n"
        },
        "$:/Manager/ItemMain/WikifiedText": {
            "title": "$:/Manager/ItemMain/WikifiedText",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/WikifiedText}}",
            "text": "<$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<$vars colour={{!!color}}>\n<p style=<<swatch-styles>>/>\n</$vars>\n<p>\n<$edit-text field=\"color\" tag=\"input\" type=\"color\"/> / <$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Icon": {
            "title": "$:/Manager/ItemSidebar/Icon",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Icon}}",
            "text": "<p>\n<div class=\"tc-manager-icon-editor\">\n<$button popup=<<qualify \"$:/state/popup/image-picker\">> class=\"tc-btn-invisible\">\n<$transclude tiddler={{!!icon}}>\n{{$:/language/Manager/Item/Icon/None}}\n</$transclude>\n</$button>\n<div class=\"tc-block-dropdown-wrapper\" style=\"position: static;\">\n<$reveal state=<<qualify \"$:/state/popup/image-picker\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-popup\">\n<div class=\"tc-block-dropdown tc-popup-keep\" style=\"width: 80%; left: 10%; right: 10%; padding: 0.5em;\">\n<$macrocall $name=\"image-picker-include-tagged-images\" actions=\"\"\"\n<$action-setfield $field=\"icon\" $value=<<imageTitle>>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/image-picker\">>/>\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n</div>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Tags": {
            "title": "$:/Manager/ItemSidebar/Tags",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Tags}}",
            "text": "\\define tag-checkbox-actions()\n<$action-listops\n\t$tiddler=\"$:/config/Manager/RecentTags\"\n\t$subfilter=\"[<tag>] [list[$:/config/Manager/RecentTags]] +[limit[12]]\"\n/>\n\\end\n\n\\define tag-picker-actions()\n<<tag-checkbox-actions>>\n<$action-listops\n\t$tiddler=<<currentTiddler>>\n\t$field=\"tags\"\n\t$subfilter=\"[<tag>] [all[current]tags[]]\"\n/>\n\\end\n\n<p>\n<$list filter=\"[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] \" variable=\"tag\">\n<div>\n<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$checkbox>\n</div>\n</$list>\n</p>\n<p>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Tools": {
            "title": "$:/Manager/ItemSidebar/Tools",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Tools}}",
            "text": "<p>\n<$button to=<<currentTiddler>>>{{$:/core/images/link}} open</$button>\n</p>\n<p>\n<$button message=\"tm-edit-tiddler\" param=<<currentTiddler>>>{{$:/core/images/edit-button}} edit</$button>\n</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<div class=\"tc-manager-list-item-content-item\">\n\t<$vars state-title=\"\"\"$:/state/popup/manager/item/$(listItem)$\"\"\">\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"hide\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/down-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"nomatch\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"show\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/right-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\" class=\"tc-manager-list-item-content-item-body\">\n\t\t\t<$transclude tiddler=<<listItem>>/>\n\t\t</$reveal>\n\t</$vars>\n</div>\n\\end\n\n<div class=\"tc-manager-wrapper\">\n\t<div class=\"tc-manager-controls\">\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Show/Prompt>> <$select tiddler=\"$:/config/Manager/Show\" default=\"tiddlers\">\n\t\t\t\t<option value=\"tiddlers\"><<lingo Controls/Show/Option/Tiddlers>></option>\n\t\t\t\t<option value=\"tags\"><<lingo Controls/Show/Option/Tags>></option>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Search/Prompt>> <$edit-text tiddler=\"$:/config/Manager/Filter\" tag=\"input\" default=\"\" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/FilterByTag/Prompt>> <$select tiddler=\"$:/config/Manager/Tag\" default=\"\">\n\t\t\t\t<option value=\"\"><<lingo Controls/FilterByTag/None>></option>\n\t\t\t\t<$list filter=\"[!is{$:/config/Manager/System}tags[]!is[system]sort[title]]\" variable=\"tag\">\n\t\t\t\t\t<option value=<<tag>>><$text text=<<tag>>/></option>\n\t\t\t\t</$list>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Sort/Prompt>> <$select tiddler=\"$:/config/Manager/Sort\" default=\"title\">\n\t\t\t\t<optgroup label=\"Common\">\n\t\t\t\t\t<$list filter=\"title modified modifier created creator created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t\t<optgroup label=\"All\">\n\t\t\t\t\t<$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<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t</$select>\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/Order\" field=\"text\" checked=\"reverse\" unchecked=\"forward\" default=\"forward\">\n\t\t\t\t<<lingo Controls/Order/Prompt>>\n\t\t\t</$checkbox>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<$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</$checkbox>\n\t\t</div>\n\t</div>\n\t<div class=\"tc-manager-list\">\n\t\t<$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<$vars transclusion=<<currentTiddler>>>\n\t\t\t\t<div style=\"tc-manager-list-item\">\n\t\t\t\t\t<$button popup=<<qualify \"$:/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<$text text=<<currentTiddler>>/>\n\t\t\t\t\t</$button>\n\t\t\t\t\t<$reveal state=<<qualify \"$:/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<div class=\"tc-manager-list-item-content-tiddler\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemMain]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-sidebar\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemSidebar]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</$reveal>\n\t\t\t\t</div>\n\t\t\t</$vars>\n\t\t</$list>\n\t</div>\n</div>\n"
        },
        "$:/core/ui/MissingTemplate": {
            "title": "$:/core/ui/MissingTemplate",
            "text": "<div class=\"tc-tiddler-missing\">\n<$button popup=<<qualify \"$:/state/popup/missing\">> class=\"tc-btn-invisible tc-missing-tiddler-label\">\n<$view field=\"title\" format=\"text\" />\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/missing\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n<hr>\n<$list filter=\"[all[current]backlinks[]sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n</div>\n"
        },
        "$:/core/ui/MoreSideBar/All": {
            "title": "$:/core/ui/MoreSideBar/All",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/All/Caption}}",
            "text": "<$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": "<$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": "<<tree \"$:/\">>\n"
        },
        "$:/core/ui/MoreSideBar/Missing": {
            "title": "$:/core/ui/MoreSideBar/Missing",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Missing/Caption}}",
            "text": "<$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": "<$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<<tabs \"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar/Plugins]!has[draft.of]]\" \"$:/core/ui/MoreSideBar/Plugins/Plugins\">>\n"
        },
        "$:/core/ui/MoreSideBar/Recent": {
            "title": "$:/core/ui/MoreSideBar/Recent",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Recent/Caption}}",
            "text": "<$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": "<$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": "<$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": "<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n{{$:/core/ui/Buttons/tag-manager}}\n\n</$set>\n\n</$set>\n\n</$set>\n\n<$list filter={{$:/core/Filters/AllTags!!filter}}>\n\n<$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\n\n</$list>\n\n<hr 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": "<$list filter={{$:/core/Filters/TypedTiddlers!!filter}}>\n<div class=\"tc-menu-list-item\">\n<$view field=\"type\"/>\n<$list filter=\"[type{!!type}!is[system]sort[title]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><$view field=\"title\"/></$link>\n</div>\n</$list>\n</div>\n</$list>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins/Languages": {
            "title": "$:/core/ui/MoreSideBar/Plugins/Languages",
            "tags": "$:/tags/MoreSideBar/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}}",
            "text": "<$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": "<$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": "<$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 control-panel-button(class)\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/advanced-search-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$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": "<$button message=\"tm-close-all-tiddlers\" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>\n</$list>\n</$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<$button to=\"$:/ControlPanel\" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/options-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/ControlPanel/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/ControlPanel]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$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<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-clear-password\" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/locked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-set-password\" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/unlocked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/></span>\n</$list>\n</$button>\n</$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": "<$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": "<$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FoldAll/Caption}}/></span>\n</$list>\n</$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": "<$button message=\"tm-full-screen\" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/full-screen-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FullScreen/Caption}}/></span>\n</$list>\n</$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": "<$button message=\"tm-home\" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/home-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Home/Caption}}/></span>\n</$list>\n</$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": "<div class=\"tc-file-input-wrapper\">\n<$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/import-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Import/Caption}}/></span>\n</$list>\n</$button>\n<$browse tooltip={{$:/language/Buttons/Import/Hint}}/>\n</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<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/language\">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value={{$:/language}}>\n<$image source=<<flag-title>>/>\n</$set>\n</span>\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Language/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/language\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/languageswitcher}}\n</div>\n</$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<$button to=\"$:/Manager\" tooltip={{$:/language/Buttons/Manager/Hint}} aria-label={{$:/language/Buttons/Manager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/list}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Manager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/Manager]]\" emptyMessage=<<manager-button>>>\n<<manager-button \"tc-selected\">>\n</$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": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/More/Caption}}/></span>\n</$list>\n</$button><$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"below\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$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<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-image-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewImage/Caption}}/></span>\n</$list>\n</$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<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-journal}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<<journalButton>>\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<$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewTiddler/Caption}}/></span>\n</$list>\n</$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<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/palette\">> tooltip={{$:/language/Buttons/Palette/Hint}} aria-label={{$:/language/Buttons/Palette/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/palette}}\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Palette/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/palette\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\" style=\"font-size:0.7em;\">\n{{$:/snippets/paletteswitcher}}\n</div>\n</$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": "<$button message=\"tm-print\" tooltip={{$:/language/Buttons/Print/Hint}} aria-label={{$:/language/Buttons/Print/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/print-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Print/Caption}}/></span>\n</$list>\n</$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": "<$button message=\"tm-browser-refresh\" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/refresh-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Refresh/Caption}}/></span>\n</$list>\n</$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": "<$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"site-title\" text={{$:/config/SaveWikiButton/Filename}}>\n<$action-sendmessage $message=\"tm-save-wiki\" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>\n</$wikify>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$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<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/storyview\">> tooltip={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<$set name=\"storyview\" value={{$:/view}}>\n<$transclude tiddler=<<icon>>/>\n</$set>\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/storyview\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/viewswitcher}}\n</div>\n</$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<$button to=\"$:/TagManager\" tooltip={{$:/language/Buttons/TagManager/Hint}} aria-label={{$:/language/Buttons/TagManager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/tag-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/TagManager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/TagManager]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$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<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/theme\">> tooltip={{$:/language/Buttons/Theme/Hint}} aria-label={{$:/language/Buttons/Theme/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/theme-button}}\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/theme\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/theme\">\n{{$:/snippets/themeswitcher}}\n</$linkcatcher>\n</div>\n</$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<$reveal type=\"nomatch\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/On/Hint}} aria-label={{$:/language/Buttons/Timestamp/On/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"yes\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-on}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/On/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/Off/Hint}} aria-label={{$:/language/Buttons/Timestamp/Off/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"no\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-off}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/Off/Caption}}/></span>\n</$list>\n</$button>\n</$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": "<$button tooltip={{$:/language/Buttons/UnfoldAll/Hint}} aria-label={{$:/language/Buttons/UnfoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-unfold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/UnfoldAll/Caption}}/></span>\n</$list>\n</$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<div class=\"tc-page-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"hidden\" value=<<config-title>>>\n<$list filter=\"[<hidden>!text[hide]]\" storyview=\"pop\" variable=\"ignore\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n</$set>\n</$list>\n</$set>\n</$list>\n</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<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/PageTemplate/alerts": {
            "title": "$:/core/ui/PageTemplate/alerts",
            "tags": "$:/tags/PageTemplate",
            "text": "<div class=\"tc-alerts\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Alert]!has[draft.of]]\" template=\"$:/core/ui/AlertTemplate\" storyview=\"pop\"/>\n\n</div>\n"
        },
        "$:/core/ui/PageTemplate/drafts": {
            "title": "$:/core/ui/PageTemplate/drafts",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n<$reveal state=\"$:/status/IsReadOnly\" type=\"nomatch\" text=\"yes\" tag=\"div\" class=\"tc-drafts-list\">\n<$list filter=\"[has[draft.of]!sort[modified]] -[list[$:/StoryList]]\">\n<$link>\n{{$:/core/images/edit-button}} <$text text=<<currentTiddler>>/>\n</$link>\n</$list>\n</$reveal>\n"
        },
        "$:/core/ui/PageTemplate/pluginreloadwarning": {
            "title": "$:/core/ui/PageTemplate/pluginreloadwarning",
            "tags": "$:/tags/PageTemplate",
            "text": "\\define lingo-base() $:/language/\n\n<$list filter=\"[{$:/status/RequireReloadDueToPluginChange}match[yes]]\">\n\n<$reveal type=\"nomatch\" state=\"$:/temp/HidePluginWarning\" text=\"yes\">\n\n<div class=\"tc-plugin-reload-warning\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<<lingo PluginReloadWarning>> <$button set=\"$:/temp/HidePluginWarning\" setTo=\"yes\" class=\"tc-btn-invisible\">{{$:/core/images/close-button}}</$button>\n\n</$set>\n\n</div>\n\n</$reveal>\n\n</$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<$scrollable fallthrough=\"no\" class=\"tc-sidebar-scrollable\">\n\n<div class=\"tc-sidebar-header\">\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]\" variable=\"listItem\">\n\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"  tag=\"div\">\n\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\n\n</$reveal>\n\n</$list>\n\n</$reveal>\n\n</div>\n\n</$scrollable>\n"
        },
        "$:/core/ui/PageTemplate/story": {
            "title": "$:/core/ui/PageTemplate/story",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n<section class=\"tc-story-river\">\n\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</section>\n"
        },
        "$:/core/ui/PageTemplate/topleftbar": {
            "title": "$:/core/ui/PageTemplate/topleftbar",
            "tags": "$:/tags/PageTemplate",
            "text": "<span class=\"tc-topbar tc-topbar-left\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
        },
        "$:/core/ui/PageTemplate/toprightbar": {
            "title": "$:/core/ui/PageTemplate/toprightbar",
            "tags": "$:/tags/PageTemplate",
            "text": "<span class=\"tc-topbar tc-topbar-right\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
        },
        "$:/core/ui/PageTemplate": {
            "title": "$:/core/ui/PageTemplate",
            "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<$set name=\"tv-config-toolbar-icons\" value={{$:/config/Toolbar/Icons}}>\n\n<$set name=\"tv-config-toolbar-text\" value={{$:/config/Toolbar/Text}}>\n\n<$set name=\"tv-config-toolbar-class\" value={{$:/config/Toolbar/ButtonClass}}>\n\n<$set name=\"tv-enable-drag-and-drop\" value={{$:/config/DragAndDrop/Enable}}>\n\n<$set name=\"tv-show-missing-links\" value={{$:/config/MissingLinks}}>\n\n<$set name=\"storyviewTitle\" value={{$:/view}}>\n\n<$set name=\"languageTitle\" value={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n\n<$dropzone enable=<<tv-enable-drag-and-drop>>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n\n</$dropzone>\n\n</$navigator>\n\n</div>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/PaletteManager": {
            "title": "$:/PaletteManager",
            "text": "\\define lingo-base() $:/language/ControlPanel/Palette/Editor/\n\\define describePaletteColour(colour)\n<$transclude tiddler=\"$:/language/Docs/PaletteColours/$colour$\"><$text text=\"$colour$\"/></$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<$wikify name=\"name\" text=\"\"\"$macrocall$\"\"\">\n<<name>>\n</$wikify>\n\\end\n\\define delete-colour-index-actions() <$action-setfield $index=<<colourName>>/>\n\\define palette-manager-colour-row-segment()\n\\whitespace trim\n<$edit-text index=<<colourName>> tag=\"input\" placeholder=<<edit-colour-placeholder>> default=\"\"/>\n<br>\n<$edit-text index=<<colourName>> type=\"color\" tag=\"input\" class=\"tc-palette-manager-colour-input\"/>\n<$list filter=\"[<currentTiddler>getindex<colourName>removeprefix[<<]removesuffix[>>]] [<currentTiddler>getindex<colourName>removeprefix[<$]removesuffix[/>]]\" variable=\"ignore\">\n<$set name=\"state\" value={{{ [[$:/state/palettemanager/]addsuffix<currentTiddler>addsuffix[/]addsuffix<colourName>] }}}>\n<$wikify name=\"newColourName\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall={{{ [<currentTiddler>getindex<colourName>] }}}/>\"\"\">\n<$reveal state=<<state>> type=\"nomatch\" text=\"show\">\n<$button tooltip=<<colour-tooltip show>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" set=<<state>> setTo=\"show\">{{$:/core/images/down-arrow}}&nbsp;<$text text=<<newColourName>>/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$button tooltip=<<colour-tooltip hide>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" actions=\"\"\"<$action-deletetiddler $tiddler=<<state>>/>\"\"\">{{$:/core/images/up-arrow}}&nbsp;<$text text=<<newColourName>>/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$set name=\"colourName\" value=<<newColourName>>>\n<br>\n<<palette-manager-colour-row-segment>>\n<br><br>\n</$set>\n</$reveal>\n</$wikify>\n</$set>\n</$list>\n\\end\n\\define palette-manager-colour-row()\n\\whitespace trim\n<tr>\n<td>\n<span style=\"float:right;\">\n<$button tooltip=<<lingo Delete/Hint>> aria-label=<<lingo Delete/Hint>> class=\"tc-btn-invisible\" actions=<<delete-colour-index-actions>>>\n{{$:/core/images/delete-button}}</$button>\n</span>\n''<$macrocall $name=\"describePaletteColour\" colour=<<colourName>>/>''<br/>\n<$macrocall $name=\"colourName\" $output=\"text/plain\"/>\n</td>\n<td>\n<<palette-manager-colour-row-segment>>\n</td>\n</tr>\n\\end\n\\define palette-manager-table()\n\\whitespace trim\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]indexes[]]\" variable=\"colourName\">\n<$list filter=\"[<currentTiddler>indexes[]removeprefix<colourName>suffix[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$list filter=\"[{$:/state/palettemanager/showexternal}removeprefix[yes]suffix[]]\" variable=\"ignore\">\n<<palette-manager-colour-row>>\n</$list>\n\"\"\">\n<<palette-manager-colour-row>>\n</$list>\n</$list>\n</tbody>\n</table>\n\\end\n<$set name=\"currentTiddler\" value={{$:/palette}}>\n\n<<lingo Prompt>> <$link to={{$:/palette}}><$macrocall $name=\"currentTiddler\" $output=\"text/plain\"/></$link>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\" variable=\"listItem\">\n<<lingo Prompt/Modified>>\n<$button message=\"tm-delete-tiddler\" param={{$:/palette}}><<lingo Reset/Caption>></$button>\n</$list>\n\n<$list filter=\"[all[current]is[shadow]!is[tiddler]]\" variable=\"listItem\">\n<<lingo Clone/Prompt>>\n</$list>\n\n<$button message=\"tm-new-tiddler\" param={{$:/palette}}><<lingo Clone/Caption>></$button>\n\n<$checkbox tiddler=\"$:/state/palettemanager/showexternal\" field=\"text\" checked=\"yes\" unchecked=\"no\">&nbsp;<<lingo Names/External/Show>></$checkbox>\n\n<<palette-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<$transclude tiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<default-tiddler-title>> mode=\"block\">\n{{$:/language/ControlPanel/Plugin/NoInfoFound/Hint}}\n</$transclude>\n</$transclude>\n</$transclude>\n</$transclude>\n"
        },
        "$:/core/ui/PluginInfo/Default/contents": {
            "title": "$:/core/ui/PluginInfo/Default/contents",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link />\n</li>\n</$list>\n</ul>\n"
        },
        "$:/core/ui/PluginListItemTemplate": {
            "title": "$:/core/ui/PluginListItemTemplate",
            "text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}><$view field=\"description\"><$view field=\"title\"/></$view></$link>\n</div>"
        },
        "$:/core/ui/SearchResults": {
            "title": "$:/core/ui/SearchResults",
            "text": "<div class=\"tc-search-results\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\"\"\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}}/>\n\n</$list>\n\n</div>\n"
        },
        "$:/core/ui/SideBar/More": {
            "title": "$:/core/ui/SideBar/More",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/More/Caption}}",
            "text": "<div class=\"tc-more-sidebar\">\n<$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\" />\n</div>"
        },
        "$:/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<$action-listops $tiddler=<<tv-story-list>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n<div class=\"tc-droppable-placeholder\"/>\n\\end\n\n\\define droppable-item(button)\n\\whitespace trim\n<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>>>\n<<placeholder>>\n<div>\n$button$\n</div>\n</$droppable>\n\\end\n\n<div class=\"tc-sidebar-tab-open\">\n<$list filter=\"[list<tv-story-list>]\" history=<<tv-history-list>> storyview=\"pop\">\n<div class=\"tc-sidebar-tab-open-item\">\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$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}}</$button>&nbsp;<$link to={{!!title}}><$view field=\"title\"/></$link>\"\"\"/>\n</div>\n</$list>\n<$tiddler tiddler=\"\">\n<div>\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\"\"\"/>\n</div>\n</$tiddler>\n</div>\n"
        },
        "$:/core/ui/SideBar/Recent": {
            "title": "$:/core/ui/SideBar/Recent",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Recent/Caption}}",
            "text": "<$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<<lingo Basics/Version/Prompt>> <<version>>\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n\n<div style=\"position:relative;\" class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</div>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/SideBarLists": {
            "title": "$:/core/ui/SideBarLists",
            "text": "<$transclude tiddler=\"$:/core/ui/SideBarSegments/search\"/>\n\n<$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<div class=\"tc-sidebar-lists tc-sidebar-search\">\n\n<$set name=\"searchTiddler\" value=\"$:/temp/search\">\n<div class=\"tc-search\">\n<$edit-text tiddler=\"$:/temp/search\" type=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-popup-handle\"/>\n<$reveal state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search}}/>\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/search\" text=\"\" />\n{{$:/core/images/close-button}}\n</$button>\n<$button popup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<$list filter=\"[{$:/temp/search}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$set name=\"searchTerm\" value={{{ [<searchTiddler>get[text]] }}}>\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[!is[system]search<searchTerm>]\"/>\"\"\">\n{{$:/language/Search/Matches}}\n</$set>\n</$set>\n</$list>\n</$button>\n</$reveal>\n<$reveal state=\"$:/temp/search\" type=\"match\" text=\"\">\n<$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</$button>\n</$reveal>\n</div>\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown-wrapper\" state=\"$:/temp/search\" type=\"nomatch\" text=\"\">\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown tc-search-drop-down tc-popup-handle\" state=<<qualify \"$:/state/popup/search-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n\n<$list filter=\"[{$:/temp/search}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n{{$:/core/ui/SearchResults}}\n\n</$list>\n\n</$reveal>\n\n</$reveal>\n\n</$set>\n\n</div>\n"
        },
        "$:/core/ui/SideBarSegments/site-subtitle": {
            "title": "$:/core/ui/SideBarSegments/site-subtitle",
            "tags": "$:/tags/SideBarSegment",
            "text": "<div class=\"tc-site-subtitle\">\n\n<$transclude tiddler=\"$:/SiteSubtitle\" mode=\"inline\"/>\n\n</div>\n"
        },
        "$:/core/ui/SideBarSegments/site-title": {
            "title": "$:/core/ui/SideBarSegments/site-title",
            "tags": "$:/tags/SideBarSegment",
            "text": "<h1 class=\"tc-site-title\">\n\n<$transclude tiddler=\"$:/SiteTitle\" mode=\"inline\"/>\n\n</h1>\n"
        },
        "$:/core/ui/SideBarSegments/tabs": {
            "title": "$:/core/ui/SideBarSegments/tabs",
            "tags": "$:/tags/SideBarSegment",
            "text": "<div class=\"tc-sidebar-lists tc-sidebar-tabs\">\n\n<$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\"/>\n\n</div>\n"
        },
        "$:/TagManager": {
            "title": "$:/TagManager",
            "icon": "$:/core/images/tag-button",
            "color": "#bbb",
            "text": "\\define lingo-base() $:/language/TagManager/\n\\define iconEditorTab(type)\n\\whitespace trim\n<$link to=\"\"><<lingo Icons/None>></$link>\n<$list filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]\">\n<$link to={{!!title}}>\n<$transclude/> <$view field=\"title\"/>\n</$link>\n</$list>\n\\end\n\\define iconEditor(title)\n\\whitespace trim\n<div class=\"tc-drop-down-wrapper\">\n<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$linkcatcher actions=\"\"\"<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>\"\"\">\n<<iconEditorTab type:\"!\">>\n<hr/>\n<<iconEditorTab type:\"\">>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n\\end\n\\define toggleButton(state)\n\\whitespace trim\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"closed\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"open\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"open\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"closed\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n\\end\n\\whitespace trim\n<table class=\"tc-tag-manager-table\">\n<tbody>\n<tr>\n<th><<lingo Colour/Heading>></th>\n<th class=\"tc-tag-manager-tag\"><<lingo Tag/Heading>></th>\n<th><<lingo Count/Heading>></th>\n<th><<lingo Icon/Heading>></th>\n<th><<lingo Info/Heading>></th>\n</tr>\n<$list filter=\"[tags[]!is[system]sort[title]]\">\n<tr>\n<td><$edit-text field=\"color\" tag=\"input\" type=\"color\"/></td>\n<td>{{||$:/core/ui/TagTemplate}}</td>\n<td><$count filter=\"[all[current]tagging[]]\"/></td>\n<td>\n<$macrocall $name=\"iconEditor\" title={{!!title}}/>\n</td>\n<td>\n<$macrocall $name=\"toggleButton\" state={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} /> \n</td>\n</tr>\n<tr>\n<td></td>\n<td colspan=\"4\">\n<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type=\"match\" text=\"open\" default=\"\">\n<table>\n<tbody>\n<tr><td><<lingo Colour/Heading>></td><td><$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/></td></tr>\n<tr><td><<lingo Icon/Heading>></td><td><$edit-text field=\"icon\" tag=\"input\" size=\"45\"/></td></tr>\n</tbody>\n</table>\n</$reveal>\n</td>\n</tr>\n</$list>\n<tr>\n<td></td>\n<td style=\"position:relative;\">\n{{$:/core/ui/UntaggedTemplate}}\n</td>\n<td>\n<small class=\"tc-menu-list-count\"><$count filter=\"[untagged[]!is[system]] -[tags[]]\"/></small>\n</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/TagTemplate": {
            "title": "$:/core/ui/TagTemplate",
            "text": "\\whitespace trim\n<span class=\"tc-tag-list-item\">\n<$set name=\"transclusion\" value=<<currentTiddler>>>\n<$macrocall $name=\"tag-pill-body\" tag=<<currentTiddler>> icon={{!!icon}} colour={{!!color}} palette={{$:/palette}} element-tag=\"\"\"$button\"\"\" element-attributes=\"\"\"popup=<<qualify \"$:/state/popup/tag\">> dragFilter='[all[current]tagging[]]' tag='span'\"\"\"/>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]\" variable=\"listItem\"> \n<$transclude tiddler=<<listItem>>/> \n</$list>\n<hr>\n<$macrocall $name=\"list-tagged-draggable\" tag=<<currentTiddler>>/>\n</$reveal>\n</$set>\n</span>\n"
        },
        "$:/core/ui/TiddlerFieldTemplate": {
            "title": "$:/core/ui/TiddlerFieldTemplate",
            "text": "<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<listItem>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<listItem>>/>\n</td>\n</tr>"
        },
        "$:/core/ui/TiddlerFields": {
            "title": "$:/core/ui/TiddlerFields",
            "text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</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<$list filter=\"[all[current]has[plugin-type]]\">\n\n! <<lingo Heading>>\n\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n\n</$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<$set name=\"infoTiddler\" value=<<currentTiddler>>>\n\n''<<lingo Heading>>''\n\n<$list filter=\"[all[current]!is[shadow]]\">\n\n<<lingo NotShadow/Hint>>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]]\">\n\n<<lingo Shadow/Hint>>\n\n<$list filter=\"[all[current]shadowsource[]]\">\n\n<$set name=\"pluginTiddler\" value=<<currentTiddler>>>\n<<lingo Shadow/Source>>\n</$set>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\">\n\n<<lingo OverriddenShadow/Hint>>\n\n</$list>\n\n\n</$list>\n</$set>\n"
        },
        "$:/core/ui/TiddlerInfo/Advanced": {
            "title": "$:/core/ui/TiddlerInfo/Advanced",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Advanced/Caption}}",
            "text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]\" variable=\"listItem\">\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n"
        },
        "$:/core/ui/TiddlerInfo/Fields": {
            "title": "$:/core/ui/TiddlerInfo/Fields",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Fields/Caption}}",
            "text": "<$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<$list filter=\"[list{!!title}]\" emptyMessage=<<lingo 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<$list filter=\"[all[current]listed[]!is[system]]\" emptyMessage=<<lingo 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<$list filter=\"[all[current]backlinks[]sort[title]]\" emptyMessage=<<lingo References/Empty>> template=\"$:/core/ui/ListItemTemplate\">\n</$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<$list filter=\"[all[current]tagging[]]\" emptyMessage=<<lingo 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<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/TiddlerInfo": {
            "title": "$:/core/ui/TiddlerInfo",
            "text": "<div style=\"position:relative;\">\n<div class=\"tc-tiddler-controls\" style=\"position:absolute;right:0;\">\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n</div>\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]\" default={{$:/config/TiddlerInfo/Default}}/>"
        },
        "$:/core/ui/TopBar/menu": {
            "title": "$:/core/ui/TopBar/menu",
            "tags": "$:/tags/TopRightBar",
            "text": "<$list filter=\"[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]\" variable=\"ignore\">\n<$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}}</$button>\n</$list>\n<$list filter=\"[[$:/state/sidebar]get[text]] +[else[yes]match[no]]\" variable=\"ignore\">\n<$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class=\"tc-btn-invisible\">{{$:/core/images/chevron-left}}</$button>\n</$list>\n"
        },
        "$:/core/ui/UntaggedTemplate": {
            "title": "$:/core/ui/UntaggedTemplate",
            "text": "\\define lingo-base() $:/language/SideBar/\n<$button popup=<<qualify \"$:/state/popup/tag\">> class=\"tc-btn-invisible tc-untagged-label tc-tag-label\">\n<<lingo Tags/Untagged/Caption>>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[untagged[]!is[system]] -[tags[]] +[sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/body": {
            "title": "$:/core/ui/ViewTemplate/body",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" class=\"tc-tiddler-body\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[current]!has[plugin-type]!field:hide-body[yes]]\">\n\n<$transclude>\n\n<$transclude tiddler=\"$:/language/MissingTiddler/Hint\"/>\n\n</$transclude>\n\n</$list>\n\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/classic": {
            "title": "$:/core/ui/ViewTemplate/classic",
            "tags": "$:/tags/ViewTemplate $:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/ClassicWarning/\n<$list filter=\"[all[current]type[text/x-tiddlywiki]]\">\n<div class=\"tc-message-box\">\n\n<<lingo Hint>>\n\n<$button set=\"!!type\" setTo=\"text/vnd.tiddlywiki\"><<lingo Upgrade/Caption>></$button>\n\n</div>\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/import": {
            "title": "$:/core/ui/ViewTemplate/import",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\define lingo-base() $:/language/Import/\n\n\\define buttons()\n<$button message=\"tm-delete-tiddler\" param=<<currentTiddler>>><<lingo Listing/Cancel/Caption>></$button>\n<$button message=\"tm-perform-import\" param=<<currentTiddler>>><<lingo Listing/Import/Caption>></$button>\n<<lingo Listing/Preview>> <$select tiddler=\"$:/state/importpreviewtype\" default=\"$:/core/ui/ImportPreviews/Text\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ImportPreview]!has[draft.of]]\">\n<option value=<<currentTiddler>>>{{!!caption}}</option>\n</$list>\n</$select>\n\\end\n\n<$list filter=\"[all[current]field:plugin-type[import]]\">\n\n<div class=\"tc-import\">\n\n<<lingo Listing/Hint>>\n\n<<buttons>>\n\n{{||$:/core/ui/ImportListing}}\n\n<<buttons>>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/plugin": {
            "title": "$:/core/ui/ViewTemplate/plugin",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$list filter=\"[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]\">\n<$set name=\"plugin-type\" value={{!!plugin-type}}>\n<$set name=\"default-popup-state\" value=\"yes\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n{{||$:/core/ui/Components/plugin-info}}\n</$set>\n</$set>\n</$set>\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/subtitle": {
            "title": "$:/core/ui/ViewTemplate/subtitle",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\whitespace trim\n<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}} />\n<$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/tags": {
            "title": "$:/core/ui/ViewTemplate/tags",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-tags-wrapper\"><$list filter=\"[all[current]tags[]sort[title]]\" template=\"$:/core/ui/TagTemplate\" storyview=\"pop\"/></div>\n</$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\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<span class=\"tc-tiddler-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>\n</span>\n<$set name=\"tv-wikilinks\" value={{$:/config/Tiddlers/TitleLinks}}>\n<$link>\n<$set name=\"foregroundColor\" value={{!!color}}>\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{!!icon}}>\n<$transclude tiddler={{$:/config/DefaultTiddlerIcon}}/>\n</$transclude>\n</span>\n</$set>\n<$list filter=\"[all[current]removeprefix[$:/]]\">\n<h2 class=\"tc-title\" title={{$:/language/SystemTiddler/Tooltip}}>\n<span class=\"tc-system-title-prefix\">$:/</span><$text text=<<currentTiddler>>/>\n</h2>\n</$list>\n<$list filter=\"[all[current]!prefix[$:/]]\">\n<h2 class=\"tc-title\">\n<$view field=\"title\"/>\n</h2>\n</$list>\n</$link>\n</$set>\n</div>\n\n<$reveal type=\"nomatch\" text=\"\" default=\"\" state=<<tiddlerInfoState>> class=\"tc-tiddler-info tc-popup-handle\" animate=\"yes\" retain=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>> mode=\"block\"/></$list>\n\n</$reveal>\n</div>"
        },
        "$:/core/ui/ViewTemplate/unfold": {
            "title": "$:/core/ui/ViewTemplate/unfold",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" type=\"nomatch\" state=\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\" text=\"hide\">\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=\"tc-fold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-up}}\n</$button>\n</$reveal>\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"show\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=\"tc-unfold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate": {
            "title": "$:/core/ui/ViewTemplate",
            "text": "\\define folded-state()\n$:/state/folded/$(currentTiddler)$\n\\end\n\\import [all[shadows+tiddlers]tag[$:/tags/Macro/View]!has[draft.of]]\n<$vars storyTiddler=<<currentTiddler>> tiddlerInfoState=<<qualify \"$:/state/popup/tiddler-info\">>><div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-view-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[shadow]is[tiddler]then[tc-tiddler-overridden-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>>/></$list>\n</div>\n</$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<$button message=\"tm-new-tiddler\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/clone-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Clone/Caption}}/>\n</span>\n</$list>\n</$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<$button message=\"tm-close-other-tiddlers\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>\n</span>\n</$list>\n</$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<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Close/Caption}}/>\n</span>\n</$list>\n</$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<$button message=\"tm-edit-tiddler\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/edit-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Edit/Caption}}/>\n</span>\n</$list>\n</$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<$macrocall $name=\"exportButton\" exportFilter=<<makeExportFilter>> lingoBase=\"$:/language/Buttons/ExportTiddler/\" baseFilename=<<currentTiddler>>/>"
        },
        "$:/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": "<!-- 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<$button tooltip={{$:/language/Buttons/FoldOthers/Hint}} aria-label={{$:/language/Buttons/FoldOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-other-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/FoldOthers/Caption}}/>\n</span>\n</$list>\n</$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<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Fold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Unfold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$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<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/info-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Info/Caption}}/>\n</span>\n</$list>\n\\end\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"popup\">\n<$button popup=<<tiddlerInfoState>> tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$reveal state=<<tiddlerInfoState>> type=\"match\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"yes\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=<<tiddlerInfoState>> type=\"nomatch\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n</$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<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/More/Caption}}/>\n</span>\n</$list>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$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<$set name=\"tags\" filter=\"[<currentTiddler>] [{$:/config/NewTiddler/Tags!!tags}]\">\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<tags>>/>\n</$set>\n\\end\n\\define newHereButton()\n<$button actions=<<newHereActions>> tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-here-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewHere/Caption}}/>\n</span>\n</$list>\n</$button>\n\\end\n<<newHereButton>>\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<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}} aria-label={{$:/language/Buttons/NewJournalHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>\n</span>\n</$list>\n</$wikify>\n</$button>\n\\end\n<$set name=\"journalTitleTemplate\" value={{$:/config/NewJournal/Title}}>\n<$set name=\"journalTags\" value={{$:/config/NewJournal/Tags!!tags}}>\n<$set name=\"currentTiddlerTag\" value=<<currentTiddler>>>\n<<journalButton>>\n</$set>\n</$set>\n</$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<$button message=\"tm-open-window\" tooltip={{$:/language/Buttons/OpenWindow/Hint}} aria-label={{$:/language/Buttons/OpenWindow/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/open-window}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/OpenWindow/Caption}}/>\n</span>\n</$list>\n</$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<$button message=\"tm-permalink\" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permalink-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permalink/Caption}}/>\n</span>\n</$list>\n</$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<$button message=\"tm-permaview\" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permaview-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permaview/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/DefaultTiddlers": {
            "title": "$:/DefaultTiddlers",
            "text": "GettingStarted\n"
        },
        "$:/temp/advancedsearch": {
            "title": "$:/temp/advancedsearch",
            "text": ""
        },
        "$:/snippets/allfields": {
            "title": "$:/snippets/allfields",
            "text": "\\define renderfield(title)\n<tr class=\"tc-view-field\"><td class=\"tc-view-field-name\">''$title$'':</td><td class=\"tc-view-field-value\">//{{$:/language/Docs/Fields/$title$}}//</td></tr>\n\\end\n<table class=\"tc-view-field-table\"><tbody><$list filter=\"[fields[]sort[title]]\" variable=\"listItem\"><$macrocall $name=\"renderfield\" title=<<listItem>>/></$list>\n</tbody></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/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/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.1.22/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": "no"
        },
        "$:/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[]] -[[$:/HistoryList]] -[[$:/StoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]"
        },
        "$:/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/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/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/italic": {
            "title": "$:/config/ShortcutInfo/italic",
            "text": "{{$:/language/Buttons/Italic/Hint}}"
        },
        "$:/config/ShortcutInfo/link": {
            "title": "$:/config/ShortcutInfo/link",
            "text": "{{$:/language/Buttons/Link/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/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/underline": {
            "title": "$:/config/ShortcutInfo/underline",
            "text": "{{$:/language/Buttons/Underline/Hint}}"
        },
        "$:/config/SyncFilter": {
            "title": "$:/config/SyncFilter",
            "text": "[is[tiddler]] -[[$:/HistoryList]] -[[$:/Import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]"
        },
        "$:/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-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/cancel-edit-tiddler": {
            "title": "$:/config/shortcuts/cancel-edit-tiddler",
            "text": "escape"
        },
        "$:/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/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/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 swatchStyle()\nbackground-color: $(swatchColour)$;\n\\end\n\\define swatch()\n<$set name=\"swatchColour\" value={{##$(colour)$}}\n><div class=\"tc-swatch\" style=<<swatchStyle>> title=<<colour>>/></$set>\n\\end\n<div class=\"tc-swatches-horiz\"><$list filter=\"\nforeground\nbackground\nmuted-foreground\nprimary\npage-background\ntab-background\ntiddler-info-background\n\" variable=\"colour\"><<swatch>></$list></div>"
        },
        "$:/snippets/download-wiki-button": {
            "title": "$:/snippets/download-wiki-button",
            "text": "\\define lingo-base() $:/language/ControlPanel/Tools/Download/\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-download-file\" $param=\"$:/core/save/all\" filename=\"index.html\"/>\n<<lingo Full/Caption>> {{$:/core/images/save-button}}\n</$button>"
        },
        "$:/language": {
            "title": "$:/language",
            "text": "$:/languages/en-GB"
        },
        "$:/snippets/languageswitcher": {
            "title": "$:/snippets/languageswitcher",
            "text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n\n<$linkcatcher to=\"$:/language\">\n<div class=\"tc-chooser tc-language-chooser\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\">\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/language}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link>\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value=<<currentTiddler>>>\n<$transclude subtiddler=<<flag-title>>>\n<$list filter=\"[all[current]field:title[$:/languages/en-GB]]\">\n<$transclude tiddler=\"$:/languages/en-GB/icon\"/>\n</$list>\n</$transclude>\n</$set>\n</span>\n<$view field=\"description\">\n<$view field=\"name\">\n<$view field=\"title\"/>\n</$view>\n</$view>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        },
        "$:/core/macros/CSS": {
            "title": "$:/core/macros/CSS",
            "tags": "$:/tags/Macro",
            "text": "\\define colour(name)\n<$transclude tiddler={{$:/palette}} index=\"$name$\"><$transclude tiddler=\"$:/palettes/Vanilla\" index=\"$name$\"><$transclude tiddler=\"$:/config/DefaultColourMappings/$name$\"/></$transclude></$transclude>\n\\end\n\n\\define color(name)\n<<colour $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<$macrocall $name=\"makedatauri\" type={{$title$!!type}} text={{$title$}} _canonical_uri={{$title$!!_canonical_uri}}/>\n\\end\n\n\\define if-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-no-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-background-attachment(text)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" type=\"nomatch\" text=\"\">$text$</$reveal>\n\\end\n"
        },
        "$:/core/macros/colour-picker": {
            "title": "$:/core/macros/colour-picker",
            "tags": "$:/tags/Macro",
            "text": "\\define colour-picker-update-recent()\n<$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<$button tag=\"a\" tooltip=\"\"\"$(colour-picker-value)$\"\"\">\n\n$(colour-picker-update-recent)$\n\n$actions$\n\n<span style=\"display:inline-block; background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;\"/>\n\n</$button>\n\\end\n\n\\define colour-picker-recent-inner(actions)\n<$set name=\"colour-picker-value\" value=\"$(recentColour)$\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\\end\n\n\\define colour-picker-recent(actions)\n{{$:/language/ColourPicker/Recent}} <$list filter=\"[list[$:/config/ColourPicker/Recent]]\" variable=\"recentColour\">\n<$macrocall $name=\"colour-picker-recent-inner\" actions=\"\"\"$actions$\"\"\"/></$list>\n\\end\n\n\\define colour-picker(actions)\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker-recent\" actions=\"\"\"$actions$\"\"\"/>\n\n---\n\n<$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<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\n---\n\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" tag=\"input\" default=\"\" placeholder=\"\"/>\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" type=\"color\" tag=\"input\"/>\n<$set name=\"colour-picker-value\" value={{$:/config/ColourPicker/New}}>\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\n</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<$button class=<<__class__>> style=<<__style__>> message=\"tm-copy-to-clipboard\" param=<<__src__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>\n{{$:/core/images/copy-clipboard}} <$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/>\n</$button>\n\\end\n\n\\define copy-to-clipboard-above-right(src,class:\"tc-btn-invisible\",style)\n<div style=\"position: relative;\">\n<div style=\"position: absolute; bottom: 0; right: 0;\">\n<$macrocall $name=\"copy-to-clipboard\" src=<<__src__>> class=<<__class__>> style=<<__style__>>/>\n</div>\n</div>\n\\end\n\n"
        },
        "$:/core/macros/diff": {
            "title": "$:/core/macros/diff",
            "tags": "$:/tags/Macro",
            "text": "\\define compareTiddlerText(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle)\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>>>\n<$diff-text source=<<source>> dest=<<dest>>/>\n</$set>\n</$set>\n\\end\n\n\\define compareTiddlers(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle,exclude)\n<table class=\"tc-diff-tiddlers\">\n<tbody>\n<$set name=\"sourceFields\" filter=\"[<__sourceTiddlerTitle__>fields[]sort[]]\">\n<$set name=\"destFields\" filter=\"[<__destSubTiddlerTitle__>subtiddlerfields<__destTiddlerTitle__>sort[]]\">\n<$list filter=\"[enlist<sourceFields>] [enlist<destFields>] -[enlist<__exclude__>] +[sort[]]\" variable=\"fieldName\">\n<tr>\n<th>\n<$text text=<<fieldName>>/> \n</th>\n<td>\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>> field=<<fieldName>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>> field=<<fieldName>>>\n<$diff-text source=<<source>> dest=<<dest>>>\n</$diff-text>\n</$set>\n</$set>\n</td>\n</tr>\n</$list>\n</$set>\n</$set>\n</tbody>\n</table>\n\\end\n"
        },
        "$:/core/macros/dumpvariables": {
            "title": "$:/core/macros/dumpvariables",
            "tags": "$:/tags/Macro",
            "text": "\\define dumpvariables()\n<ul>\n<$list filter=\"[variables[]]\" variable=\"varname\">\n<li>\n<strong><code><$text text=<<varname>>/></code></strong>:<br/>\n<$codeblock code={{{ [<varname>getvariable[]] }}}/>\n</li>\n</$list>\n</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<span class=\"tc-popup-keep\"><$button popup=<<qualify \"$:/state/popup/export\">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/export-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\n</$list>\n</$button></span><$reveal state=<<qualify \"$:/state/popup/export\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$set name=\"extension\" value={{!!extension}}>\n<$button class=\"tc-btn-invisible\">\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=\"\"\"$exportFilter$\"\"\" filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/export\">>/>\n<$transclude field=\"description\"/>\n</$button>\n</$set>\n</$list>\n</div>\n</$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<$button tag=\"a\" tooltip=\"\"\"$(imageTitle)$\"\"\">\n$actions$\n<$transclude tiddler=<<imageTitle>>/>\n</$button>\n\\end\n\n\\define image-picker-list(filter,actions)\n<$list filter=\"\"\"$filter$\"\"\" variable=\"imageTitle\">\n<$macrocall $name=\"image-picker-thumbnail\" actions=\"\"\"$actions$\"\"\"/>\n</$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<div class=\"tc-image-chooser\">\n<$vars state-system=<<qualify \"$:/state/image-picker/system\">>>\n<$checkbox tiddler=<<state-system>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"hide\">\n{{$:/language/SystemTiddlers/Include/Prompt}}\n</$checkbox>\n<$reveal state=<<state-system>> type=\"match\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$ +[!is[system]]\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n<$reveal state=<<state-system>> type=\"nomatch\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n</$vars>\n</div>\n\\end\n\n\\define image-picker-include-tagged-images(actions)\n<$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/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<$type$ class=\"$class$\">\n<$list filter=\"$filter$\" emptyMessage=<<__emptyMessage__>>>\n<$subtype$>\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$subtype$>\n</$list>\n</$type$>\n\\end\n\n\\define list-links-draggable-drop-actions()\n<$action-listops $tiddler=<<targetTiddler>> $field=<<targetField>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define list-links-draggable(tiddler,field:\"list\",type:\"ul\",subtype:\"li\",class:\"\",itemTemplate)\n\\whitespace trim\n<span class=\"tc-links-draggable-list\">\n<$vars targetTiddler=\"\"\"$tiddler$\"\"\" targetField=\"\"\"$field$\"\"\">\n<$type$ class=\"$class$\">\n<$list filter=\"[list[$tiddler$!!$field$]]\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"\"\"$subtype$\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<div class=\"tc-droppable-placeholder\"/>\n<div>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$transclude>\n</div>\n</$droppable>\n</$list>\n</$type$>\n<$tiddler tiddler=\"\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"div\" enable=<<tv-enable-drag-and-drop>>>\n<div class=\"tc-droppable-placeholder\">\n&nbsp;\n</div>\n<div style=\"height:0.5em;\"/>\n</$droppable>\n</$tiddler>\n</$vars>\n</span>\n\\end\n\n\\define list-tagged-draggable-drop-actions(tag)\n<!-- Save the current ordering of the tiddlers with this tag -->\n<$set name=\"order\" filter=\"[<__tag__>tagging[]]\">\n<!-- Remove any list-after or list-before fields from the tiddlers with this tag -->\n<$list filter=\"[<__tag__>tagging[]]\">\n<$action-deletefield $field=\"list-before\"/>\n<$action-deletefield $field=\"list-after\"/>\n</$list>\n<!-- Save the new order to the Tag Tiddler -->\n<$action-listops $tiddler=<<__tag__>> $field=\"list\" $filter=\"+[enlist<order>] +[insertbefore:currentTiddler<actionTiddler>]\"/>\n<!-- Make sure the newly added item has the right tag -->\n<!-- Removing this line makes dragging tags within the dropdown work as intended -->\n<!--<$action-listops $tiddler=<<actionTiddler>> $tags=<<__tag__>>/>-->\n<!-- Using the following 5 lines as replacement makes dragging titles from outside into the dropdown apply the tag -->\n<$list filter=\"[<actionTiddler>!contains:tags<__tag__>]\">\n<$fieldmangler tiddler=<<actionTiddler>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<__tag__>>/>\n</$fieldmangler>\n</$list>\n</$set>\n\\end\n\n\\define list-tagged-draggable(tag,subFilter,emptyMessage,itemTemplate,elementTag:\"div\",storyview:\"\")\n\\whitespace trim\n<span class=\"tc-tagged-draggable-list\">\n<$set name=\"tag\" value=<<__tag__>>>\n<$list filter=\"[<__tag__>tagging[]$subFilter$]\" emptyMessage=<<__emptyMessage__>> storyview=<<__storyview__>>>\n<$elementTag$ class=\"tc-menu-list-item\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</$transclude>\n</$elementTag$>\n</$droppable>\n</$elementTag$>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$ style=\"height:0.5em;\">\n</$elementTag$>\n</$droppable>\n</$tiddler>\n</$set>\n</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)\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\" storyview=\"pop\"><$set name=\"save-currentTiddler\" value=<<currentTiddler>>><$tiddler tiddler=<<currentTab>>><$button set=<<qualify \"$state$\">> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}}>\n<$tiddler tiddler=<<save-currentTiddler>>>\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude tiddler=\"$buttonTemplate$\" mode=\"inline\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$transclude>\n</$set></$tiddler></$button></$tiddler></$set></$list>\n</div>\n<div class=\"tc-tab-divider $class$\"/>\n<div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<qualify \"$state$\">> text=<<currentTab>> default=\"$default$\" retain=\"\"\"$retain$\"\"\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n\\end\n"
        },
        "$:/core/macros/tag-picker": {
            "title": "$:/core/macros/tag-picker",
            "tags": "$:/tags/Macro",
            "text": "\\define add-tag-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{{ [<newTagNameTiddler>get[text]] }}}/>\n<$action-deletetiddler $tiddler=<<newTagNameTiddler>>/>\n\\end\n\n\\define tag-button()\n<$button class=\"tc-btn-invisible\" tag=\"a\" tooltip={{$:/language/EditTemplate/Tags/Add/Button/Hint}}>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<tag>>/>\n<$action-deletetiddler $tiddler=<<newTagNameTiddler>>/>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$button>\n\\end\n\n\\define tag-picker-inner()\n\\whitespace trim\n<div class=\"tc-edit-add-tag\">\n<span class=\"tc-add-tag-name\">\n<$keyboard key=\"ENTER\" actions=<<add-tag-actions>>>\n<$edit-text tiddler=<<newTagNameTiddler>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}} focusPopup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex=<<tabIndex>> focus={{{ [{$:/config/AutoFocus}match[tags]then[true]] ~[[false]] }}}/>\n</$keyboard>\n</span>&nbsp;<$button popup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>&nbsp;<span class=\"tc-add-tag-button\">\n<$set name=\"tag\" value={{{ [<newTagNameTiddler>get[text]] }}}>\n<$button set=\"$:/temp/NewTagName\" setTo=\"\" class=\"\">\n<<add-tag-actions>>\n<$action-deletetiddler $tiddler=<<newTagNameTiddler>>/>\n{{$:/language/EditTemplate/Tags/Add/Button}}\n</$button>\n</$set>\n</span>\n</div>\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/popup/tags-auto-complete\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown\">\n<$set name=\"newTagName\" value={{{ [<newTagNameTiddler>get[text]] }}}>\n<$list filter=\"[<newTagName>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=\"[tags[]!is[system]search:title<newTagName>sort[]]\" variable=\"tag\">\n<<tag-button>>\n</$list></$list>\n<hr>\n<$list filter=\"[<newTagName>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=\"[tags[]is[system]search:title<newTagName>sort[]]\" variable=\"tag\">\n<<tag-button>>\n</$list></$list>\n</$set>\n</div>\n</$reveal>\n</div>\n\\end\n\\define tag-picker()\n\\whitespace trim\n<$list filter=\"[<newTagNameTiddler>match[]]\" emptyMessage=<<tag-picker-inner>>>\n<$set name=\"newTagNameTiddler\" value=<<qualify \"$:/temp/NewTagName\">>>\n<<tag-picker-inner>>\n</$set>\n</$list>\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<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<$element-tag$ $element-attributes$ class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n$actions$<$transclude tiddler=\"\"\"$icon$\"\"\"/><$view tiddler=<<__tag__>> field=\"title\" format=\"text\" />\n</$element-tag$>\n</$vars>\n\\end\n\n\\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)\n<$macrocall $name=\"tag-pill-inner\" tag=<<__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<span class=\"tc-tag-list-item\">\n<$macrocall $name=\"tag-pill-body\" tag=<<__tag__>> icon={{{ [<__tag__>get[icon]] }}} colour={{{ [<__tag__>get[color]] }}} palette={{$:/palette}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</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<$link to=\"\"\"$link$\"\"\"><div class=\"tc-thumbnail-wrapper\">\n<div class=\"tc-thumbnail-image\" style=\"width:$width$px;height:$height$px;\"><$reveal type=\"nomatch\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" style=\"width:$width$px;height:$height$px;\">\n[img[$image$]]\n</$reveal><$reveal type=\"match\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" class=\"tc-thumbnail-background\" style=\"width:$width$px;height:$height$px;background-color:$background-color$;\"></$reveal></div><div class=\"tc-thumbnail-icon\" style=\"fill:$color$;color:$color$;\">\n$icon$\n</div><div class=\"tc-thumbnail-caption\">\n$caption$\n</div>\n</div></$link>\n\\end\n\n\\define thumbnail-right(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<div class=\"tc-thumbnail-right-wrapper\"><<thumbnail \"\"\"$link$\"\"\" \"\"\"$icon$\"\"\" \"\"\"$color$\"\"\" \"\"\"$background-color$\"\"\" \"\"\"$image$\"\"\" \"\"\"$caption$\"\"\" \"\"\"$width$\"\"\" \"\"\"$height$\"\"\">></div>\n\\end\n\n\\define list-thumbnails(filter,width:\"280\",height:\"157\")\n<$list filter=\"\"\"$filter$\"\"\"><$macrocall $name=\"thumbnail\" link={{!!link}} icon={{!!icon}} color={{!!color}} background-color={{!!background-color}} image={{!!image}} caption={{!!caption}} width=\"\"\"$width$\"\"\" height=\"\"\"$height$\"\"\"/></$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<!-- 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<$view field=\"title\"/>\n\\end\n\\define timeline(limit:\"100\",format:\"DDth MMM YYYY\",subfilter:\"\",dateField:\"modified\")\n<div class=\"tc-timeline\">\n<$list filter=\"[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]\">\n<div class=\"tc-menu-list-item\">\n<$view field=\"$dateField$\" format=\"date\" template=\"$format$\"/>\n<$list filter=\"[sameday:$dateField${!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><<timeline-title>></$link>\n</div>\n</$list>\n</div>\n</$list>\n</div>\n\\end\n"
        },
        "$:/core/macros/toc": {
            "title": "$:/core/macros/toc",
            "tags": "$:/tags/Macro",
            "text": "\\define toc-caption()\n<$set name=\"tv-wikilinks\" value=\"no\">\n  <$transclude field=\"caption\">\n    <$view field=\"title\"/>\n  </$transclude>\n</$set>\n\\end\n\n\\define toc-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<ol class=\"tc-toc\">\n  <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n    <$vars item=<<currentTiddler>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n      <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n        <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n          <li class=<<toc-item-class>>>\n            <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=\"<$link><$view field='caption'><$view field='title'/></$view></$link>\">\n              <<toc-caption>>\n            </$list>\n            <$macrocall $name=\"toc-body\" tag=<<item>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n          </li>\n        </$set>\n      </$set>\n    </$vars>\n  </$list>\n</ol>\n\\end\n\n\\define toc(tag,sort:\"\",itemClassFilter:\"\")\n<$macrocall $name=\"toc-body\"  tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> />\n\\end\n\n\\define toc-linked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n    <$link>\n      <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/right-arrow}}\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/down-arrow}}\n        </$button>\n      </$reveal>\n      <<toc-caption>>\n    </$link>\n    <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n      <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n    </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n      <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/right-arrow}}\n          <<toc-caption>>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/down-arrow}}\n          <<toc-caption>>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-expandable-empty-message()\n<$macrocall $name=\"toc-linked-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-expandable(tag,sort:\"\",itemClassFilter:\"\",exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n  <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n    <ol class=\"tc-toc toc-expandable\">\n      <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n        <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=<<toc-expandable-empty-message>> >\n          <$macrocall $name=\"toc-unlinked-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"\"\"itemClassFilter\"\"\" exclude=<<excluded>> path=<<path>> />\n        </$list>\n      </$list>\n    </ol>\n  </$set>\n</$vars>\n\\end\n\n\\define toc-linked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\" >\n    <li class=<<toc-item-class>>>\n      <$link>\n          <$list filter=\"[all[current]tagging[]$sort$limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button>\">\n          <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n            <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n              {{$:/core/images/right-arrow}}\n            </$button>\n          </$reveal>\n          <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n            <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n              {{$:/core/images/down-arrow}}\n            </$button>\n          </$reveal>\n        </$list>\n        <<toc-caption>>\n      </$link>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n      <$list filter=\"[all[current]tagging[]$sort$limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button> <$view field='caption'><$view field='title'/></$view>\">\n        <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n          <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n            {{$:/core/images/right-arrow}}\n            <<toc-caption>>\n          </$button>\n        </$reveal>\n        <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n          <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n            {{$:/core/images/down-arrow}}\n            <<toc-caption>>\n          </$button>\n        </$reveal>\n      </$list>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-selective-expandable-empty-message()\n<$macrocall $name=\"toc-linked-selective-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-selective-expandable(tag,sort:\"\",itemClassFilter,exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n  <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n    <ol class=\"tc-toc toc-selective-expandable\">\n      <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n        <$list filter=\"[all[current]toc-link[no]]\" variable=\"ignore\" emptyMessage=<<toc-selective-expandable-empty-message>> >\n          <$macrocall $name=\"toc-unlinked-selective-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n        </$list>\n      </$list>\n    </ol>\n  </$set>\n</$vars>\n\\end\n\n\\define toc-tabbed-external-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$tiddler tiddler={{{ [<__selectedTiddler__>get[text]] }}}>\n  <div class=\"tc-tabbed-table-of-contents\">\n    <$linkcatcher to=<<__selectedTiddler__>>>\n      <div class=\"tc-table-of-contents\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"[all[current]] -[<__selectedTiddler__>get[text]]\"/>\n      </div>\n    </$linkcatcher>\n    <div class=\"tc-tabbed-table-of-contents-content\">\n      <$reveal stateTitle=<<__selectedTiddler__>> type=\"nomatch\" text=\"\">\n        <$transclude mode=\"block\" tiddler=<<__template__>>>\n          <h1><<toc-caption>></h1>\n          <$transclude mode=\"block\">$missingText$</$transclude>\n        </$transclude>\n      </$reveal>\n      <$reveal stateTitle=<<__selectedTiddler__>> type=\"match\" text=\"\">\n        $unselectedText$\n      </$reveal>\n    </div>\n  </div>\n</$tiddler>\n\\end\n\n\\define toc-tabbed-internal-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$linkcatcher to=<<__selectedTiddler__>>>\n  <$macrocall $name=\"toc-tabbed-external-nav\" tag=<<__tag__>> sort=<<__sort__>> selectedTiddler=<<__selectedTiddler__>> unselectedText=<<__unselectedText__>> missingText=<<__missingText__>> template=<<__template__>>/>\n</$linkcatcher>\n\\end\n\n"
        },
        "$:/core/macros/translink": {
            "title": "$:/core/macros/translink",
            "tags": "$:/tags/Macro",
            "text": "\\define translink(title,mode:\"block\")\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: black; foreground; white;\">\n<$link to=\"\"\"$title$\"\"\">\n<$text text=\"\"\"$title$\"\"\"/>\n</$link>\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: white; foreground; black;\">\n<$transclude tiddler=\"\"\"$title$\"\"\" mode=\"$mode$\">\n\"<$text text=\"\"\"$title$\"\"\"/>\" is missing\n</$transclude>\n</div>\n</div>\n\\end\n"
        },
        "$:/core/macros/tree": {
            "title": "$:/core/macros/tree",
            "tags": "$:/tags/Macro",
            "text": "\\define leaf-link(full-title,chunk,separator: \"/\")\n<$link to=<<__full-title__>>><$text text=<<__chunk__>>/></$link>\n\\end\n\n\\define leaf-node(prefix,chunk)\n<li>\n<$list filter=\"[<__prefix__>addsuffix<__chunk__>is[shadow]] [<__prefix__>addsuffix<__chunk__>is[tiddler]]\" variable=\"full-title\">\n<$list filter=\"[<full-title>removeprefix<__prefix__>]\" variable=\"chunk\">\n<span>{{$:/core/images/file}}</span> <$macrocall $name=\"leaf-link\" full-title=<<full-title>> chunk=<<chunk>>/>\n</$list>\n</$list>\n</li>\n\\end\n\n\\define branch-node(prefix,chunk,separator: \"/\")\n<li>\n<$set name=\"reveal-state\" value={{{ [[$:/state/tree/]addsuffix<__prefix__>addsuffix<__chunk__>] }}}>\n<$reveal type=\"nomatch\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"show\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"hide\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<span>(<$count filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>removeprefix<__chunk__>] -[<__prefix__>addsuffix<__chunk__>]\"/>)</span>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$macrocall $name=\"tree-node\" prefix={{{ [<__prefix__>addsuffix<__chunk__>] }}} separator=<<__separator__>>/>\n</$reveal>\n</$set>\n</li>\n\\end\n\n\\define tree-node(prefix,separator: \"/\")\n<ol>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]!suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"leaf-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"branch-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n</ol>\n\\end\n\n\\define tree(prefix: \"$:/\",separator: \"/\")\n<div class=\"tc-tree\">\n<span><$text text=<<__prefix__>>/></span>\n<div>\n<$macrocall $name=\"tree-node\" prefix=<<__prefix__>> separator=<<__separator__>>/>\n</div>\n</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": "<$select tiddler=\"$:/config/AutoFocus\">\n<$list filter=\"title tags text type fields\">\n<option value=<<currentTiddler>>><<currentTiddler>></option>\n</$list>\n</$select>\n"
        },
        "$:/snippets/minilanguageswitcher": {
            "title": "$:/snippets/minilanguageswitcher",
            "text": "<$select tiddler=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"description\"><$view field=\"name\"><$view field=\"title\"/></$view></$view></option>\n</$list>\n</$select>"
        },
        "$:/snippets/minithemeswitcher": {
            "title": "$:/snippets/minithemeswitcher",
            "text": "\\define lingo-base() $:/language/ControlPanel/Theme/\n<<lingo Prompt>> <$select tiddler=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"name\"><$view field=\"title\"/></$view></option>\n</$list>\n</$select>"
        },
        "$:/snippets/modules": {
            "title": "$:/snippets/modules",
            "text": "\\define describeModuleType(type)\n{{$:/language/Docs/ModuleTypes/$type$}}\n\\end\n<$list filter=\"[moduletypes[]]\">\n\n!! <$macrocall $name=\"currentTiddler\" $type=\"text/plain\" $output=\"text/plain\"/>\n\n<$macrocall $name=\"describeModuleType\" type=<<currentTiddler>>/>\n\n<ul><$list filter=\"[all[current]modules[]]\"><li><$link><<currentTiddler>></$link>\n</li>\n</$list>\n</ul>\n</$list>\n"
        },
        "$:/palette": {
            "title": "$:/palette",
            "text": "$:/palettes/Vanilla"
        },
        "$:/snippets/paletteeditor": {
            "title": "$:/snippets/paletteeditor",
            "text": "<$transclude tiddler=\"$:/PaletteManager\"/>\n"
        },
        "$:/snippets/palettepreview": {
            "title": "$:/snippets/palettepreview",
            "text": "<$set name=\"currentTiddler\" value={{$:/palette}}>\n{{||$:/snippets/currpalettepreview}}\n</$set>\n"
        },
        "$:/snippets/paletteswitcher": {
            "title": "$:/snippets/paletteswitcher",
            "text": "<$linkcatcher to=\"$:/palette\">\n<div class=\"tc-chooser\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]\"><$set name=\"cls\" filter=\"[all[current]prefix{$:/palette}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' - <$view field=\"description\" format=\"text\"/>{{||$:/snippets/currpalettepreview}}</$link>\n</div></$set>\n</$list>\n</div>\n</$linkcatcher>\n"
        },
        "$:/snippets/peek-stylesheets": {
            "title": "$:/snippets/peek-stylesheets",
            "text": "\\define expandable-stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$vars state=<<qualify \"$:/state/peek-stylesheets/open/\">>>\n<$set name=\"state\" value={{{ [<state>addsuffix<currentTiddler>] }}}>\n<li>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"no\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"yes\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"div\">\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</$reveal>\n</li>\n</$set>\n</$vars>\n</$list>\n</ol>\n\\end\n\n\\define stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<li>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</li>\n</$list>\n</ol>\n\\end\n\n<$vars modeState=<<qualify \"$:/state/peek-stylesheets/mode/\">>>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"expanded\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}}</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"restored\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-down}} {{$:/language/ControlPanel/Stylesheets/Restore/Caption}}</$button>\n</$reveal>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<expandable-stylesheets-list>>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<stylesheets-list>>\n</$reveal>\n\n</$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]] [[$:/core/ui/ControlPanel/Plugins/Add]]"
        },
        "$:/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": "<$linkcatcher to=\"$:/theme\">\n<div class=\"tc-chooser\"><$list filter=\"[plugin-type[theme]sort[title]]\"><$set name=\"cls\" filter=\"[all[current]field:title{$:/theme}] [[$:/theme]!has[text]addsuffix[s/tiddlywiki/vanilla]field:title<currentTiddler>] +[limit[1]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' <$view field=\"description\" format=\"text\"/></$link></div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        },
        "$:/core/wiki/title": {
            "title": "$:/core/wiki/title",
            "text": "{{$:/SiteTitle}} --- {{$:/SiteSubtitle}}"
        },
        "$:/view": {
            "title": "$:/view",
            "text": "classic"
        },
        "$:/snippets/viewswitcher": {
            "title": "$:/snippets/viewswitcher",
            "text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/view\">\n<div class=\"tc-chooser tc-viewswitcher\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/view}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>><$transclude tiddler=<<icon>>/><$text text=<<storyview>>/></$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        }
    }
}
/*\
title: $:/core/modules/filters/listops.js
type: application/javascript
module-type: filteroperator

Filter operators for manipulating the current selection list

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";

/*
Reverse list
*/
exports.reverse = function(source,operator,options) {
	var results = [];
	source(function(tiddler,title) {
		results.unshift(title);
	});
	return results;
};

/*
First entry/entries in list
*/
exports.first = function(source,operator,options) {
	var count = parseInt(operator.operand) || 1,
		results = [];
	source(function(tiddler,title) {
		results.push(title);
	});
	return results.slice(0,count);
};

/*
Last entry/entries in list
*/
exports.last = function(source,operator,options) {
	var count = parseInt(operator.operand) || 1,
		results = [];
	source(function(tiddler,title) {
		results.push(title);
	});
	return results.slice(-count);
};

/*
All but the first entry/entries of the list
*/
exports.rest = function(source,operator,options) {
	var count = parseInt(operator.operand) || 1,
		results = [];
	source(function(tiddler,title) {
		results.push(title);
	});
	return results.slice(count);
};
exports.butfirst = exports.rest;
exports.bf = exports.rest;

/*
All but the last entry/entries of the list
*/
exports.butlast = function(source,operator,options) {
	var count = parseInt(operator.operand) || 1,
		results = [];
	source(function(tiddler,title) {
		results.push(title);
	});
	return results.slice(0,-count);
};
exports.bl = exports.butlast;

/*
The nth member of the list
*/
exports.nth = function(source,operator,options) {
	var count = parseInt(operator.operand) || 1,
		results = [];
	source(function(tiddler,title) {
		results.push(title);
	});
	return results.slice(count - 1,count);
};

})();
/*\
title: $:/core/modules/filters/lsort.js
type: application/javascript
module-type: filteroperator

Filter operator for sorting

lsort[] : sort by tiddler size
lsort[fieldname] : sort by length of fieldname's value

\*/

(function(){

/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";

/*
Export our filter function
*/

exports.lsort = function(source,operator,options) {
    var isDescending = operator.prefix === "!";
    var results = [];
    if(operator.operand === "") {
        source(function(tiddler,title) {
            var len = $tw.wiki.getTiddlerAsJson(title).length;
            results.push( { "title": title, "len": len } );
        });
    }
    else {
        source(function(tiddler,title) {
            var tdlr = $tw.wiki.getTiddler(title);
            var len = 0;
            if(tdlr) {
                len = (tdlr.fields[operator.operand] || "").length;
            }
            results.push( { "title": title, "len": len } );
        });
    }
    results.sort(function(a,b) {
        return isDescending ? b.len - a.len : a.len - b.len;
    });
    for( var i = results.length; i--;) {
        results[i] = results[i].title;
    }
    return results;
};
})();
/*\
title: $:/core/modules/filters/next.js
type: application/javascript
module-type: filteroperator

Filter operator returning the tiddler whose title occurs next in the list supplied in the operand tiddler

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";

/*
Export our filter function
*/
exports.next = function(source,operator,options) {
	var results = [];
	function checkTiddler(title) {
		var match = list.indexOf(title);
		// increment match and then test if result is in range
		match++;
		if(match > 0 && match < list.length) {
			results.push(list[match]);
		}
	}
	if(operator.operand) {
		var list = options.wiki.getTiddlerList(operator.operand);
	
		// Iterate through the source tiddlers
		if($tw.utils.isArray(source)) {
			$tw.utils.each(source,function(title) {
				checkTiddler(title);
			});
		} else {
			$tw.utils.each(source,function(element,title) {
				checkTiddler(title);
			});
		}
	} else {
		if($tw.utils.isArray(source)) {
			var match = source.indexOf(options.currTiddlerTitle) + 1;
			if(match > 0 && match < source.length) {
				results.push(source[match]);
			}
		} else {
			var matched = false;
			for(var title in source) {
				if(matched) {
					results.push(title);
					break;
				}
				matched = title === options.currTiddlerTitle;
			};
		}
	}
	return results;
};

})();
/*\
title: $:/core/modules/filters/previous.js
type: application/javascript
module-type: filteroperator

Filter operator returning the tiddler whose title occurs immediately prior in the list supplied in the operand tiddler

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";

/*
Export our filter function
*/
exports.previous = function(source,operator,options) {
	var results = [];
	function checkTiddler(title) {
		var match = list.indexOf(title);
		// decrement match and then test if result is in range
		match--;
		if( match >= 0 ) {
			results.push(list[match]);
		}
	}
	if(operator.operand) {
		var list = options.wiki.getTiddlerList(operator.operand);
	
		// Iterate through the source tiddlers
		if($tw.utils.isArray(source)) {
			$tw.utils.each(source,function(title) {
				checkTiddler(title);
			});
		} else {
			$tw.utils.each(source,function(element,title) {
				checkTiddler(title);
			});
		}
	} else {
		if($tw.utils.isArray(source)) {
			var match = source.indexOf(options.currTiddlerTitle) - 1;
			if(match >= 0) {
				results.push(source[match]);
			}
		} else {
			var last_title;
			for(var title in source) {
				if(title === options.currTiddlerTitle) {
					results.push(last_title);
					break;
				}
				last_title = title;
			};
		}
	}
	return results;
};

})();
/*\
title: $:/core/modules/filters/x-listops.js
type: application/javascript
module-type: filteroperator

Extended filter operators to manipulate the current list.

\*/
(function() {

	/*jslint node: true, browser: true */
	/*global $tw: false */
	"use strict";

	/*
	Fetch titles from the current list
	*/
	var prepare_results = function(source) {
		var results = [];
		source(function(tiddler, title) {
			results.push(title);
		});
		return results;
	};

	/*
	Moves a number of items from the tail of the current list before the item named in the operand
	*/
	exports.putbefore = function(source, operator) {
		var results = prepare_results(source),
			index = results.indexOf(operator.operand),
			count = parseInt(operator.suffix) || 1;
		return(index !== -1) ? results.slice(0, index).concat(results.slice(-count))
			.concat(results.slice(
				index, -count)) : (operator.prefix) ? results.slice(0, -count) : results;
	};

	/*
	Moves a number of items from the tail of the current list after the item named in the operand
	*/
	exports.putafter = function(source, operator) {
		var results = prepare_results(source),
			index = results.indexOf(operator.operand),
			count = parseInt(operator.suffix) || 1;
		return(index !== -1) ? results.slice(0, index + 1).concat(results.slice(-
				count)).concat(results.slice(
				index + 1, -count)) : (operator.prefix) ? results.slice(0, -count) :
			results;
	};

	/*
	Replaces the item named in the operand with a number of items from the tail of the current list
	*/
	exports.replace = function(source, operator) {
		var results = prepare_results(source),
			index = results.indexOf(operator.operand),
			count = parseInt(operator.suffix) || 1;
		return(index !== -1) ? results.slice(0, index).concat(results.slice(-count))
			.concat(results.slice(
				index + 1, -count)) : (operator.prefix) ? results.slice(0, -count) :
			results;
	};

	/*
	Moves a number of items from the tail of the current list to the head of the list
	*/
	exports.putfirst = function(source, operator) {
		var results = prepare_results(source),
			count = parseInt(operator.suffix) || 1;
		return results.slice(-count).concat(results.slice(0, -count));
	};

	/*
	Moves a number of items from the head of the current list to the tail of the list
	*/
	exports.putlast = function(source, operator) {
		var results = prepare_results(source),
			count = parseInt(operator.suffix) || 1;
		return results.slice(count).concat(results.slice(0, count));
	};

	/*
	Moves the item named in the operand a number of places forward or backward in the list
	*/
	exports.move = function(source, operator) {
		var results = prepare_results(source),
			index = results.indexOf(operator.operand),
			count = parseInt(operator.suffix) || 1,
			marker = results.splice(index, 1);
		return results.slice(0, index + count).concat(marker).concat(results.slice(
			index + count));
	};

	/*
	Returns the items from the current list that are after the item named in the operand
	*/
	exports.allafter = function(source, operator) {
		var results = prepare_results(source),
			index = results.indexOf(operator.operand);
		return(index === -1 || index > (results.length - 2)) ? [] :
			(operator.suffix) ? results.slice(index) :
			results.slice(index + 1);
	};

	/*
	Returns the items from the current list that are before the item named in the operand
	*/
	exports.allbefore = function(source, operator) {
		var results = prepare_results(source),
			index = results.indexOf(operator.operand);
		return(index <= 0) ? [] :
			(operator.suffix) ? results.slice(0, index + 1) :
			results.slice(0, index);
	};

	/*
	Appends the items listed in the operand array to the tail of the current list
	*/
	exports.append = function(source, operator) {
		var append = $tw.utils.parseStringArray(operator.operand, "true"),
			results = prepare_results(source),
			count = parseInt(operator.suffix) || append.length;
		return(append.length === 0) ? results :
			(operator.prefix) ? results.concat(append.slice(-count)) :
			results.concat(append.slice(0, count));
	};

	/*
	Prepends the items listed in the operand array to the head of the current list
	*/
	exports.prepend = function(source, operator) {
		var prepend = $tw.utils.parseStringArray(operator.operand, "true"),
			results = prepare_results(source),
			count = parseInt(operator.suffix) || prepend.length;
		return(prepend.length === 0) ? results :
			(operator.prefix) ? prepend.slice(-count).concat(results) :
			prepend.slice(0, count).concat(results);
	};

	/*
	Returns all items from the current list except the items listed in the operand array
	*/
	exports.remove = function(source, operator) {
		var array = $tw.utils.parseStringArray(operator.operand, "true"),
			results = prepare_results(source),
			count = parseInt(operator.suffix) || array.length,
			p;
		for(p = 0; p < count; ++p) {
			var index,
				len = array.length - 1;
			if(operator.prefix) {
				index = results.indexOf(array[len - p]);
			} else {
				index = results.indexOf(array[p]);
			}
			if(index !== -1) {
				results.splice(index, 1);
			}
		}
		return results;
	};

	/*
	Returns only those items from the current list that are listed in the operand
	*/
	exports.keep = function(source, operator) {
		var array = $tw.utils.parseStringArray(operator.operand, "true"),
			results = prepare_results(source),
			len = array.length,
			remain = [],
			p;
		for(p = 0; p < len; ++p) {
			var index = results.indexOf(array[p]);
			if(index >=0) {
				var item = results.splice(index, 1);
				remain = remain.concat(item);
			}
		}
		return (operator.prefix) ? results : remain;
	};

	/*
	Returns all items from the current list sorted in the order of the items in the operand array
	*/
	exports.sortby = function(source, operator) {
		var results = prepare_results(source);
		if(!results || results.length < 2) {
			return results;
		}
		var lookup = $tw.utils.parseStringArray(operator.operand, "true");
		results.sort(function(a, b) {
			return lookup.indexOf(a) - lookup.indexOf(b);
		});
		return results;
	};

	/*
	Removes all duplicate items from the current list
	*/
	exports.unique = function(source, operator) {
		var results = prepare_results(source);
		var set = results.reduce(function(a, b) {
			if(a.indexOf(b) < 0) {
				a.push(b);
			}
			return a;
		}, []);
		return set;
	};

	/*
	Returns the next item from the operand list after any matching item from the current list -- else the first item from the operand list
	*/
	exports.cycle = function(source, operator) {
		var array = $tw.utils.parseStringArray(operator.operand, "true"),
			results = prepare_results(source),
			len = array.length,
			found = 0,
			p;
		for(p = 0; p < len; p++) {
			if(!found) {
				var index = results.indexOf(array[p]);
				if(index >= 0) {
					if(operator.prefix) {
						(p > 0) ? (results[index] = array[p - 1]) : (results[index] = array[
							len - 1]);
						found = 1;
					} else {
						(p < (len - 1)) ? (results[index] = array[p + 1]) : (results[index] =
							array[0]);
						found = 1;
					}
				}
			}
		}
		return(found) ? results : results.concat(array[0]);
	};

})();
/*\
title: $:/core/modules/widgets/action-listops.js
type: application/javascript
module-type: widget

Action widget to apply list operations to any tiddler field (defaults to the 'list' field of the current tiddler)

\*/
(function() {

/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";
var Widget = require("$:/core/modules/widgets/widget.js").widget;
var ActionListopsWidget = function(parseTreeNode, options) {
	this.initialise(parseTreeNode, options);
};
/**
 * Inherit from the base widget class
 */
ActionListopsWidget.prototype = new Widget();
/**
 * Render this widget into the DOM
 */
ActionListopsWidget.prototype.render = function(parent, nextSibling) {
	this.computeAttributes();
	this.execute();
};
/**
 * Compute the internal state of the widget
 */
ActionListopsWidget.prototype.execute = function() {
	// Get our parameters
	this.target = this.getAttribute("$tiddler", this.getVariable(
		"currentTiddler"));
	this.filter = this.getAttribute("$filter");
	this.subfilter = this.getAttribute("$subfilter");
	this.listField = this.getAttribute("$field", "list");
	this.listIndex = this.getAttribute("$index");
	this.filtertags = this.getAttribute("$tags");
};
/**
 * 	Refresh the widget by ensuring our attributes are up to date
 */
ActionListopsWidget.prototype.refresh = function(changedTiddlers) {
	var changedAttributes = this.computeAttributes();
	if(changedAttributes.$tiddler || changedAttributes.$filter ||
		changedAttributes.$subfilter || changedAttributes.$field ||
		changedAttributes.$index || changedAttributes.$tags) {
		this.refreshSelf();
		return true;
	}
	return this.refreshChildren(changedTiddlers);
};
/**
 * 	Invoke the action associated with this widget
 */
ActionListopsWidget.prototype.invokeAction = function(triggeringWidget,
	event) {
	//Apply the specified filters to the lists
	var field = this.listField,
		index,
		type = "!!",
		list = this.listField;
	if(this.listIndex) {
		field = undefined;
		index = this.listIndex;
		type = "##";
		list = this.listIndex;
	}
	if(this.filter) {
		this.wiki.setText(this.target, field, index, $tw.utils.stringifyList(
			this.wiki
			.filterTiddlers(this.filter, this)));
	}
	if(this.subfilter) {
		var subfilter = "[list[" + this.target + type + list + "]] " + this.subfilter;
		this.wiki.setText(this.target, field, index, $tw.utils.stringifyList(
			this.wiki
			.filterTiddlers(subfilter, this)));
	}
	if(this.filtertags) {
		var tagfilter = "[list[" + this.target + "!!tags]] " + this.filtertags;
		this.wiki.setText(this.target, "tags", undefined, $tw.utils.stringifyList(
			this.wiki.filterTiddlers(tagfilter, this)));
	}
	return true; // Action was invoked
};

exports["action-listops"] = ActionListopsWidget;

})();
<$button message="tm-save-wiki" param={{$:/config/SaveWikiButton/Template}} tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>
<span class="tc-dirty-indicator">
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/save-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>
</$list>
</span>
</$button>
<div class="tc-more-sidebar">
<$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" />
</div>
\whitespace trim
\define lingo-base() $:/language/CloseAll/

\define drop-actions()
<$action-listops $tiddler=<<tv-story-list>> $subfilter="+[insertbefore:currentTiddler<actionTiddler>]"/>
\end

\define placeholder()
<div class="tc-droppable-placeholder"/>
\end

\define droppable-item(button)
\whitespace trim
<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>>>
<<placeholder>>
<div>
$button$
</div>
</$droppable>
\end

<div class="tc-sidebar-tab-open">
<$list filter="[list<tv-story-list>]" history=<<tv-history-list>> storyview="pop">
<div class="tc-sidebar-tab-open-item">
<$macrocall $name="droppable-item" button="""<$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}}</$button>&nbsp;<$link to={{!!title}}><$view field="title"/></$link>"""/>
</div>
</$list>
<$tiddler tiddler="">
<div>
<$macrocall $name="droppable-item" button="""<$button message="tm-close-all-tiddlers" class="tc-btn-invisible tc-btn-mini"><<lingo Button>></$button>"""/>
</div>
</$tiddler>
</div>
<$macrocall $name="timeline" format={{$:/language/RecentChanges/DateFormat}}/>
\define lingo-base() $:/language/ControlPanel/
\define config-title()
$:/config/PageControlButtons/Visibility/$(listItem)$
\end

<<lingo Basics/Version/Prompt>> <<version>>

<$set name="tv-config-toolbar-icons" value="yes">

<$set name="tv-config-toolbar-text" value="yes">

<$set name="tv-config-toolbar-class" value="">

<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem">

<div style="position:relative;" class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>

<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show"/> <$transclude tiddler=<<listItem>>/> <i class="tc-muted"><$transclude tiddler=<<listItem>> field="description"/></i>

</div>

</$list>

</$set>

</$set>

</$set>
<$reveal type="nomatch" state=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<div class="tc-subtitle">
<$link to={{!!modifier}}>
<$view field="modifier"/>
</$link> <$view field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/>
</div>
</$reveal>
<$list filter='[is[current]]+[!tag[slide]]+[!tag[aside]]'>
<$reveal type="nomatch" state=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<div class="tc-tags-wrapper"><$list filter="[all[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate" storyview="pop"/></div>
</$reveal>
</$list>
[[Welcome]]
[[Clinic Hours]]
[[Clinic Location]]
[[Fees]]
The following tiddlers were imported:

# [[$:/macros/skeeve/length.js]]
# [[$:/core/modules/filters/lsort.js]]
no
/*\
title: $:/macros/skeeve/length.js
type: application/javascript
module-type: macro

<<length text>>

Examples:
<<length "sometext">>
<<length tiddler:"tiddlertitle">>
<$macrocall $name="length" text="sometext"/>
<$macrocall $name="length" tiddler={{!!title}}/>

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tw: false */
"use strict";

/*
Information about this macro
This is a macro to get the length of a string/text or a tiddler.

For a tiddler's length the string-length of its JSON representation is used.
*/

exports.name = "length";

exports.params = [
    { name: "text" },
    { name: "tiddler" },
];

/*
Run the macro
*/
exports.run = function(text, tiddler) {
    if(!text) {
        if(!tiddler) {
            return 0;
        }
        text = $tw.wiki.getTiddlerAsJson(tiddler);
    }
    return text.length.toString();
};

})();
$:/palettes/DarkPhotos
alert-background: #ffe476
alert-border: #b99e2f
alert-highlight: #881122
alert-muted-foreground: #b99e2f
background: hsla(35, 35%, 84%, 0.85)
blockquote-bar: <<colour muted-foreground>>
button-background: 
button-foreground: 
button-border: 
code-background: #f7f7f9
code-border: #e1e1e8
code-foreground: #dd1144
dirty-indicator: #ff0000
download-background: #34c734
download-foreground: <<colour background>>
dragger-background: <<colour foreground>>
dragger-foreground: <<colour background>>
dropdown-background: #926e38
dropdown-border: <<colour muted-foreground>>
dropdown-tab-background-selected: #fff
dropdown-tab-background: #ececec
dropzone-background: rgba(0,200,0,0.7)
external-link-background-hover: inherit
external-link-background-visited: inherit
external-link-background: inherit
external-link-foreground-hover: inherit
external-link-foreground-visited: #0000aa
external-link-foreground: #0000ee
foreground: #333333
message-background: #ecf2ff
message-border: #cfd6e6
message-foreground: #547599
modal-backdrop: <<colour foreground>>
modal-background: <<colour background>>
modal-border: #999999
modal-footer-background: #f5f5f5
modal-footer-border: #dddddd
modal-header-border: #eeeeee
muted-foreground: #ddd
notification-background: #ffffdd
notification-border: #999999
page-background: #336438
pre-background: #f5f5f5
pre-border: #cccccc
primary: #5778d8
sidebar-button-foreground: <<colour foreground>>
sidebar-controls-foreground-hover: #ccf
sidebar-controls-foreground: #fff
sidebar-foreground-shadow: rgba(0,0,0, 0.5)
sidebar-foreground: #ffc975
sidebar-muted-foreground-hover: #444444
sidebar-muted-foreground: #eee
sidebar-tab-background-selected: rgba(255,255,255, 0.8)
sidebar-tab-background: rgba(255,255,255, 0.4)
sidebar-tab-border-selected: <<colour tab-border-selected>>
sidebar-tab-border: <<colour tab-border>>
sidebar-tab-divider: rgba(255,255,255, 0.2)
sidebar-tab-foreground-selected: 
sidebar-tab-foreground: <<colour tab-foreground>>
sidebar-tiddler-link-foreground-hover: #c4c4e7
sidebar-tiddler-link-foreground: #fffefc
site-title-foreground: #fff
static-alert-foreground: #aaaaaa
tab-background-selected: #ffffff
tab-background: #d8d8d8
tab-border-selected: #d8d8d8
tab-border: #cccccc
tab-divider: #d8d8d8
tab-foreground-selected: <<colour tab-foreground>>
tab-foreground: #666666
table-border: #dddddd
table-footer-background: #a8a8a8
table-header-background: #f0f0f0
tag-background: #ec6
tag-foreground: #ffffff
tiddler-background: <<colour background>>
tiddler-border: <<colour background>>
tiddler-controls-foreground-hover: #888888
tiddler-controls-foreground-selected: #444444
tiddler-controls-foreground: #cccccc
tiddler-editor-background: #f8f8f8
tiddler-editor-border-image: #ffffff
tiddler-editor-border: #cccccc
tiddler-editor-fields-even: #e0e8e0
tiddler-editor-fields-odd: #f0f4f0
tiddler-info-background: #f8f8f8
tiddler-info-border: #dddddd
tiddler-info-tab-background: #f8f8f8
tiddler-link-background: <<colour background>>
tiddler-link-foreground: <<colour primary>>
tiddler-subtitle-foreground: #c0c0c0
tiddler-title-foreground: #182955
toolbar-new-button: 
toolbar-options-button: 
toolbar-save-button: 
toolbar-info-button: 
toolbar-edit-button: 
toolbar-close-button: 
toolbar-delete-button: 
toolbar-cancel-button: 
toolbar-done-button: 
untagged-background: #999999
very-muted-foreground: #888888
alert-background: #ffe476
alert-border: #b99e2f
alert-highlight: #881122
alert-muted-foreground: #b99e2f
background: #ffffff
blockquote-bar: <<colour muted-foreground>>
button-background: 
button-foreground: 
button-border: 
code-background: #f7f7f9
code-border: #e1e1e8
code-foreground: #dd1144
dirty-indicator: #ff0000
download-background: #34c734
download-foreground: <<colour background>>
dragger-background: <<colour foreground>>
dragger-foreground: <<colour background>>
dropdown-background: <<colour background>>
dropdown-border: <<colour muted-foreground>>
dropdown-tab-background-selected: #fff
dropdown-tab-background: #ececec
dropzone-background: rgba(0,200,0,0.7)
external-link-background-hover: inherit
external-link-background-visited: inherit
external-link-background: inherit
external-link-foreground-hover: inherit
external-link-foreground-visited: #0000aa
external-link-foreground: #0000ee
foreground: #333333
message-background: #ecf2ff
message-border: #cfd6e6
message-foreground: #547599
modal-backdrop: <<colour foreground>>
modal-background: <<colour background>>
modal-border: #999999
modal-footer-background: #f5f5f5
modal-footer-border: #dddddd
modal-header-border: #eeeeee
muted-foreground: #ddd
notification-background: #ffffdd
notification-border: #999999
page-background: #336438
pre-background: #f5f5f5
pre-border: #cccccc
primary: #5778d8
sidebar-button-foreground: <<colour foreground>>
sidebar-controls-foreground-hover: #ccf
sidebar-controls-foreground: #fff
sidebar-foreground-shadow: rgba(0,0,0, 0.5)
sidebar-foreground: #fff
sidebar-muted-foreground-hover: #444444
sidebar-muted-foreground: #eee
sidebar-tab-background-selected: rgba(255,255,255, 0.8)
sidebar-tab-background: rgba(255,255,255, 0.4)
sidebar-tab-border-selected: <<colour tab-border-selected>>
sidebar-tab-border: <<colour tab-border>>
sidebar-tab-divider: rgba(255,255,255, 0.2)
sidebar-tab-foreground-selected: 
sidebar-tab-foreground: <<colour tab-foreground>>
sidebar-tiddler-link-foreground-hover: #aaf
sidebar-tiddler-link-foreground: #ddf
site-title-foreground: #fff
static-alert-foreground: #aaaaaa
tab-background-selected: #ffffff
tab-background: #d8d8d8
tab-border-selected: #d8d8d8
tab-border: #cccccc
tab-divider: #d8d8d8
tab-foreground-selected: <<colour tab-foreground>>
tab-foreground: #666666
table-border: #dddddd
table-footer-background: #a8a8a8
table-header-background: #f0f0f0
tag-background: #ec6
tag-foreground: #ffffff
tiddler-background: <<colour background>>
tiddler-border: <<colour background>>
tiddler-controls-foreground-hover: #888888
tiddler-controls-foreground-selected: #444444
tiddler-controls-foreground: #cccccc
tiddler-editor-background: #f8f8f8
tiddler-editor-border-image: #ffffff
tiddler-editor-border: #cccccc
tiddler-editor-fields-even: #e0e8e0
tiddler-editor-fields-odd: #f0f4f0
tiddler-info-background: #f8f8f8
tiddler-info-border: #dddddd
tiddler-info-tab-background: #f8f8f8
tiddler-link-background: <<colour background>>
tiddler-link-foreground: <<colour primary>>
tiddler-subtitle-foreground: #c0c0c0
tiddler-title-foreground: #182955
toolbar-new-button: 
toolbar-options-button: 
toolbar-save-button: 
toolbar-info-button: 
toolbar-edit-button: 
toolbar-close-button: 
toolbar-delete-button: 
toolbar-cancel-button: 
toolbar-done-button: 
untagged-background: #999999
very-muted-foreground: #888888
alert-background: rgb(255, 255, 102)
alert-border: rgb(232, 232, 125)
alert-highlight: rgb(255, 51, 51)
alert-muted-foreground: rgb(224, 82, 82)
background: rgb(38, 38, 38)
blockquote-bar: rgba(240, 196, 117, 0.7)
button-background: rgb(63, 63, 63)
button-border: rgb(127, 127, 127)
button-foreground: rgb(179, 179, 179)
code-background: rgba(0,0,0,0.03)
code-border: rgba(0,0,0,0.08)
code-foreground: rgb(255, 94, 94)
diff-delete-background: #ffc9c9
diff-delete-foreground: <<colour foreground>>
diff-equal-background: 
diff-equal-foreground: <<colour foreground>>
diff-insert-background: #aaefad
diff-insert-foreground: <<colour foreground>>
diff-invisible-background: 
diff-invisible-foreground: <<colour muted-foreground>>
dirty-indicator: rgb(255, 94, 94)
download-background: #19a974
download-foreground: rgb(38, 38, 38)
dragger-background: rgb(179, 179, 179)
dragger-foreground: rgb(38, 38, 38)
dropdown-background: rgb(38, 38, 38)
dropdown-border: rgb(255, 255, 255)
dropdown-tab-background: rgba(0,0,0,.1)
dropdown-tab-background-selected: rgba(255,255,255,1)
dropzone-background: #9eebcf
external-link-background: inherit
external-link-background-hover: inherit
external-link-background-visited: inherit
external-link-foreground: rgb(179, 179, 255)
external-link-foreground-hover: inherit
external-link-foreground-visited: rgb(153, 153, 255)
foreground: rgb(179, 179, 179)
message-background: <<colour tag-foreground>>
message-border: #96ccff
message-foreground: <<colour tag-background>>
modal-backdrop: rgb(179, 179, 179)
modal-background: rgb(38, 38, 38)
modal-border: rgba(0,0,0,.5)
modal-footer-background: #f4f4f4
modal-footer-border: rgba(0,0,0,.1)
modal-header-border: rgba(0,0,0,.2)
muted-foreground: rgb(255, 255, 255)
notification-background: <<colour tag-foreground>>
notification-border: <<colour tag-background>>
page-background: rgb(26, 26, 26)
pre-background: rgb(25, 25, 25)
pre-border: rgba(0,0,0,.2)
primary: rgb(255, 201, 102)
select-tag-background: 
select-tag-foreground: 
sidebar-button-foreground: rgb(179, 179, 179)
sidebar-controls-foreground: rgb(153, 153, 153)
sidebar-controls-foreground-hover: <<colour tiddler-controls-foreground-hover>>
sidebar-foreground: rgb(141, 141, 141)
sidebar-foreground-shadow: transparent
sidebar-muted-foreground: rgba(0, 0, 0, 0.5)
sidebar-muted-foreground-hover: rgb(141, 141, 141)
sidebar-tab-background: rgba(141, 141, 141, 0.2)
sidebar-tab-background-selected: rgb(26, 26, 26)
sidebar-tab-border: rgb(127, 127, 127)
sidebar-tab-border-selected: rgb(127, 127, 127)
sidebar-tab-divider: rgb(127, 127, 127)
sidebar-tab-foreground: rgb(179, 179, 179)
sidebar-tab-foreground-selected: rgb(179, 179, 179)
sidebar-tiddler-link-foreground: rgb(179, 179, 179)
sidebar-tiddler-link-foreground-hover: rgb(115, 115, 115)
site-title-foreground: rgb(255, 201, 102)
static-alert-foreground: rgba(0,0,0,.3)
tab-background: rgba(0,0,0,0.125)
tab-background-selected: rgb(38, 38, 38)
tab-border: rgb(255, 201, 102)
tab-border-selected: rgb(255, 201, 102)
tab-divider: rgb(255, 201, 102)
tab-foreground: rgb(179, 179, 179)
tab-foreground-selected: rgb(179, 179, 179)
table-border: rgba(255,255,255,.3)
table-footer-background: rgba(0,0,0,.4)
table-header-background: rgba(0,0,0,.1)
tag-background: rgb(255, 201, 102)
tag-foreground: rgb(25, 25, 25)
tiddler-background: rgb(38, 38, 38)
tiddler-border: rgba(240, 196, 117, 0.7)
tiddler-controls-foreground: rgb(128, 128, 128)
tiddler-controls-foreground-hover: rgba(255, 255, 255, 0.8)
tiddler-controls-foreground-selected: rgba(255, 255, 255, 0.9)
tiddler-editor-background: rgb(33, 33, 33)
tiddler-editor-border: rgb(63, 63, 63)
tiddler-editor-border-image: rgb(25, 25, 25)
tiddler-editor-fields-even: rgb(33, 33, 33)
tiddler-editor-fields-odd: rgb(28, 28, 28)
tiddler-info-background: rgb(43, 43, 43)
tiddler-info-border: rgb(25, 25, 25)
tiddler-info-tab-background: rgb(43, 43, 43)
tiddler-link-background: rgb(38, 38, 38)
tiddler-link-foreground: rgb(204, 204, 255)
tiddler-subtitle-foreground: rgb(255, 255, 255)
tiddler-title-foreground: rgb(255, 192, 76)
toolbar-cancel-button: 
toolbar-close-button: 
toolbar-delete-button: 
toolbar-done-button: 
toolbar-edit-button: 
toolbar-info-button: 
toolbar-new-button: 
toolbar-options-button: 
toolbar-save-button: 
untagged-background: rgb(255, 255, 255)
very-muted-foreground: rgba(240, 196, 117, 0.7)
{
    "tiddlers": {
        "$:/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})();",
            "title": "$:/plugins/tobibeer/appear/widget.js",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/tobibeer/appear/defaults/show": {
            "title": "$:/plugins/tobibeer/appear/defaults/show",
            "text": "»"
        },
        "$:/plugins/tobibeer/appear/defaults/mode": {
            "title": "$:/plugins/tobibeer/appear/defaults/mode",
            "text": "block"
        },
        "$:/plugins/tobibeer/appear/defaults/keep": {
            "title": "$:/plugins/tobibeer/appear/defaults/keep",
            "text": "yes"
        },
        "$:/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/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<0){s=1}else{s++}}this.cancel(s)}};e.prototype.refresh=function(){var t,e=this.isOpen;s.apply(this,arguments);t=this.domNodes[0];if(this.isOpen&&(e!==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}}})();",
            "title": "$:/plugins/tobibeer/appear/popup.js",
            "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<br>\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<pre>.tc-reveal.appear-block,\r\n.tc-popup.appear {\r\n\tborder-radius: 5px;\r\n\tpadding: 1px 1em;\r\n\t<<box-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: <<colour 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}</pre>"
        }
    }
}
This plugin provides the ''$appear'' widget that can render popups and sliders (inline or block) as well as accordion menus.

!! Attributes
; type
: set to `popup` to have the content appear as a popup
; show
: the button label
; hide
: the hide button label
; mode
: either `block` or `inline`, with respect to the inner content
: any other mode is interpreted as block mode, without the default styles applying, e.g. drop-shadows
; once
: allows to click the button once, then hides it (unless the state is deleted)
; $state
: the widget calculates a state for you, use this to append a simple id
; state
: alternatively, specify a fully qualified state
; keep
: make popups sticky when `yes` or `true`
; handle / handler / variables
: allows to take the popup contents out of the flow and render them elsewhere on the page
: required to properly create popups in table cells and other constained elements
: specify variables to take along

<br>

; documentation / examples / demos...
: http://tobibeer.github.io/tw5-plugins#appear
Dr. David Parker - Bonnyville
Cedar Chiropractic
show
hide
hide
no
contents
yes
yes
$:/core/ui/AdvancedSearch/Standard
$:/core/ui/ControlPanel/Toolbars
$:/core/ui/ControlPanel/Appearance
Homework
MainMenu
$:/core/ui/ControlPanel/Toolbars/ViewToolbar
hide
no


.pdf
{
    "tiddlers": {
        "$:/info/browser": {
            "title": "$:/info/browser",
            "text": "yes"
        },
        "$:/info/node": {
            "title": "$:/info/node",
            "text": "no"
        },
        "$:/info/url/full": {
            "title": "$:/info/url/full",
            "text": "file:///home/david/SyncthingFolders/MainDocuments/Clinic_Website_file/index.html"
        },
        "$:/info/url/host": {
            "title": "$:/info/url/host",
            "text": ""
        },
        "$:/info/url/hostname": {
            "title": "$:/info/url/hostname",
            "text": ""
        },
        "$:/info/url/protocol": {
            "title": "$:/info/url/protocol",
            "text": "file:"
        },
        "$:/info/url/port": {
            "title": "$:/info/url/port",
            "text": ""
        },
        "$:/info/url/pathname": {
            "title": "$:/info/url/pathname",
            "text": "/home/david/SyncthingFolders/MainDocuments/Clinic_Website_file/index.html"
        },
        "$:/info/url/search": {
            "title": "$:/info/url/search",
            "text": ""
        },
        "$:/info/url/origin": {
            "title": "$:/info/url/origin",
            "text": "file://"
        },
        "$:/info/browser/screen/width": {
            "title": "$:/info/browser/screen/width",
            "text": "1920"
        },
        "$:/info/browser/screen/height": {
            "title": "$:/info/browser/screen/height",
            "text": "1080"
        },
        "$:/info/browser/language": {
            "title": "$:/info/browser/language",
            "text": "en-CA"
        }
    }
}

\define contentendcoded()
<$view format="urlencoded">
\end
\define titleencoded()
<$view tiddler="$:/state/title" format="urlencoded">
\end
\define titleandbody(firstprefix secondprefix icon)
<$set name=bar filter="[<heading>addprefix[$firstprefix$]addsuffix[$secondprefix$]]">
<$set name=presto filter="[<foo>addprefix<bar>]">
<a target="_blank" href=<<presto>>> {{$icon$}}</a>
</$set></$set>
\end

<$button popup=<<qualify $:/state/social>> class="tc-btn-invisible tc-btn-socialRaw">{{$:/core/images/globe}}<$action-setfield $tiddler="$:/state/title" text={{!!title}}/></$button>
<$reveal state=<<qualify $:/state/social>> type="popup" class="thinwidthdropdown animated fadeIn">
<$tiddler tiddler={{$:/state/title}}>
<$wikify name=heading text=<<titleencoded>>>
<$wikify name=foo text=<<contentendcoded>>>
<<titleandbody "https://www.reddit.com/r/TiddlyWiki5/submit?title=" "&text=" "reddit.svg">><br/>
<$set name=bar filter="[<foo>addprefix[https://twitter.com/intent/tweet?text=]]">
<a target="_blank" href=<<bar>>> {{twitter.svg}}</a>
</$set><br/>
<<titleandbody "mailto:?Subject=" "&body=" "mail.svg">><br/>
</$wikify>
</$wikify>
</$tiddler>
</$reveal>
.thinwidthdropdown svg {
	height: 35px;
	width: 35px;
}
$:/themes/tiddlywiki/centralised
{
    "tiddlers": {
        "$:/themes/tiddlywiki/centralised/styles.tid": {
            "title": "$:/themes/tiddlywiki/centralised/styles.tid",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n\thtml .tc-page-container {\n\t\ttext-align: center;\n\t}\n\n\thtml .tc-story-river {\n\t\tposition: relative;\n\t\twidth: 770px;\n\t\tpadding: 42px;\n\t\tmargin: 0 auto;\n\t\ttext-align: left;\n\t}\n\n\thtml .tc-sidebar-scrollable {\n\t\ttext-align: left;\n\t\tleft: 50%;\n\t\tright: 0;\n\t\tmargin-left: 343px;\n\t}\n}\n"
        }
    }
}
{
    "tiddlers": {
        "$:/themes/tiddlywiki/snowwhite/base": {
            "title": "$:/themes/tiddlywiki/snowwhite/base",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n.tc-sidebar-header {\n\ttext-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;\n}\n\n.tc-tiddler-info {\n\t<<box-shadow \"inset 1px 2px 3px rgba(0,0,0,0.1)\">>\n}\n\n@media screen {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow \"1px 1px 5px rgba(0, 0, 0, 0.3)\">>\n\t}\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow none>>\n\t}\n}\n\n.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {\n\t<<transition \"fill 150ms ease-in-out\">>\n}\n\n.tc-tiddler-controls button.tc-selected,\n.tc-page-controls button.tc-selected {\n\t<<filter \"drop-shadow(0px -1px 2px rgba(0,0,0,0.25))\">>\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-edit-tags {\n\t<<box-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<<box-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<<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-drop-down {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-block-dropdown {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-modal {\n\tborder-radius: 6px;\n\t<<box-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<<box-shadow \"inset 0 1px 0 #fff\">>;\n}\n\n\n.tc-alert {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.6)\">>\n}\n\n.tc-notification {\n\tborder-radius: 6px;\n\t<<box-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<<background-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<<background-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<<background-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<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n\n.tc-plugin-info {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n"
        }
    }
}
{
    "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<div class=\"tc-drop-down-wrapper\">\n<$button popup=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"\n\t$value=<<imageTitle>>\n/>\n\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n\\end\n\n\\define backgroundimageattachment-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\" default=\"scroll\">\n<option value=\"scroll\"><<lingo Settings/BackgroundImageAttachment/Scroll>></option>\n<option value=\"fixed\"><<lingo Settings/BackgroundImageAttachment/Fixed>></option>\n</$select>\n\\end\n\n\\define backgroundimagesize-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\" default=\"scroll\">\n<option value=\"auto\"><<lingo Settings/BackgroundImageSize/Auto>></option>\n<option value=\"cover\"><<lingo Settings/BackgroundImageSize/Cover>></option>\n<option value=\"contain\"><<lingo Settings/BackgroundImageSize/Contain>></option>\n</$select>\n\\end\n\n<<lingo ThemeTweaks/Hint>>\n\n! <<lingo Options>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><<lingo Options/SidebarLayout>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><option value=\"fixed-fluid\"><<lingo Options/SidebarLayout/Fixed-Fluid>></option><option value=\"fluid-fixed\"><<lingo Options/SidebarLayout/Fluid-Fixed>></option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><<lingo Options/StickyTitles>></$link><br>//<<lingo Options/StickyTitles/Hint>>// |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><option value=\"no\">{{$:/language/No}}</option><option value=\"yes\">{{$:/language/Yes}}</option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><<lingo Options/CodeWrapping>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><option value=\"pre\">{{$:/language/No}}</option><option value=\"pre-wrap\">{{$:/language/Yes}}</option></$select> |\n\n! <<lingo Settings>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"><<lingo Settings/FontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\"><<lingo Settings/CodeFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\"><<lingo Settings/EditorFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"><<lingo Settings/BackgroundImage>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" default=\"\" tag=\"input\"/> |<<backgroundimage-dropdown>> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\"><<lingo Settings/BackgroundImageAttachment>></$link> |<<backgroundimageattachment-dropdown>> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\"><<lingo Settings/BackgroundImageSize>></$link> |<<backgroundimagesize-dropdown>> | |\n\n! <<lingo Metrics>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\"><<lingo Metrics/FontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\"><<lingo Metrics/LineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\"><<lingo Metrics/BodyFontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\"><<lingo Metrics/BodyLineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\"><<lingo Metrics/StoryLeft>></$link><br>//<<lingo Metrics/StoryLeft/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\"><<lingo Metrics/StoryTop>></$link><br>//<<lingo Metrics/StoryTop/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\"><<lingo Metrics/StoryRight>></$link><br>//<<lingo Metrics/StoryRight/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\"><<lingo Metrics/StoryWidth>></$link><br>//<<lingo Metrics/StoryWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"><<lingo Metrics/TiddlerWidth>></$link><br>//<<lingo Metrics/TiddlerWidth/Hint>>//<br> |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\"><<lingo Metrics/SidebarBreakpoint>></$link><br>//<<lingo Metrics/SidebarBreakpoint/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\"><<lingo Metrics/SidebarWidth>></$link><br>//<<lingo Metrics/SidebarWidth/Hint>>// |^<$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<$set name=\"background\" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>\n<$list filter=\"[<background>is[image]]\">\n`background: url(`\n<$list filter=\"[<background>!has[_canonical_uri]]\">\n`\"`<$macrocall $name=\"datauri\" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`\"`\n</$list>\n<$list filter=\"[<background>has[_canonical_uri]]\">\n`\"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field=\"_canonical_uri\"/>`\"`\n</$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</$list>\n</$set>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$hiddenSidebarText$\n</$reveal>\n</$reveal>\n\\end\n\n\\define if-editor-height-fixed(then,else)\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n$then$\n</$reveal>\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n$else$\n</$reveal>\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\nhtml button {\n\tline-height: 1.2;\n\tcolor: <<colour button-foreground>>;\n\tbackground: <<colour button-background>>;\n\tborder-color: <<colour button-border>>;\n}\n\n/*\n** Basic element styles\n*/\n\nhtml {\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: <<colour 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<<custom-background-datauri>>\n\tcolor: <<colour foreground>>;\n\tbackground-color: <<colour page-background>>;\n\tfill: <<colour foreground>>;\n}\n\n<<if-background-attachment \"\"\"\n\nbody.tc-body {\n        background-color: transparent;\n}\n\n\"\"\">>\n\nh1, h2, h3, h4, h5, h6 {\n\tline-height: 1.2;\n\tfont-weight: 300;\n}\n\npre {\n\tdisplay: block;\n\tpadding: 14px;\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: <<colour pre-background>>;\n\tborder: 1px solid <<colour pre-border>>;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\ncode {\n\tcolor: <<colour code-foreground>>;\n\tbackground-color: <<colour code-background>>;\n\tborder: 1px solid <<colour 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 <<colour 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: <<colour pre-background>>;\n\tborder-left: none;\n\tmargin-left: 50px;\n\tmargin-right: 50px;\n\tpadding: 10px;\n    border-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: <<colour 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    left: -50px;\n    top: 42px;\n}\n\nblockquote.tc-big-quote:after {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour 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    right: -80px;\n    bottom: -20px;\n}\n\ndl dt {\n\tfont-weight: bold;\n\tmargin-top: 6px;\n}\n\nbutton, textarea, input, select {\n\toutline-color: <<colour primary>>;\n}\n\ntextarea,\ninput[type=text],\ninput[type=search],\ninput[type=\"\"],\ninput:not([type]) {\n\tcolor: <<colour foreground>>;\n\tbackground: <<colour background>>;\n}\n\ninput[type=\"checkbox\"] {\n  vertical-align: middle;\n}\n\n.tc-muted {\n\tcolor: <<colour 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: <<colour foreground>>;\n\tvertical-align: middle;\n\tbackground-color: <<colour background>>;\n\tborder: solid 1px <<colour muted-foreground>>;\n\tborder-bottom-color: <<colour muted-foreground>>;\n\tborder-radius: 3px;\n\tbox-shadow: inset 0 -1px 0 <<colour muted-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 <<colour 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 <<colour table-border>>;\n\tborder-left: 1px solid <<colour table-border>>;\n}\n\ntable thead tr td, table th {\n\tbackground-color: <<colour table-header-background>>;\n\tfont-weight: bold;\n}\n\ntable tfoot tr td {\n\tbackground-color: <<colour 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: <<colour 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: <<colour sidebar-tiddler-link-foreground>>;\n}\n\n.tc-sidebar-lists a.tc-tiddlylink:hover {\n\tcolor: <<colour 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: <<colour external-link-foreground>>;\n\tbackground-color: <<colour external-link-background>>;\n}\n\na.tc-tiddlylink-external:visited {\n\tcolor: <<colour external-link-foreground-visited>>;\n\tbackground-color: <<colour external-link-background-visited>>;\n}\n\na.tc-tiddlylink-external:hover {\n\tcolor: <<colour external-link-foreground-hover>>;\n\tbackground-color: <<colour external-link-background-hover>>;\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: <<colour dragger-foreground>>;\n\ttext-shadow: 0 1px 0 rgba(0, 0, 0, 1);\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour dragger-background>>;\n\tborder-radius: 20px;\n}\n\n.tc-tiddler-dragger-cover {\n\tposition: absolute;\n\tbackground-color: <<colour page-background>>;\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: <<colour dropzone-background>>;\n\ttext-align: center;\n\tcontent: \"<<lingo 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 <<colour 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: <<colour 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: <<colour 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: <<colour 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 <<colour 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: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n}\n\nhtml body.tc-body .tc-btn-boxed:hover svg {\n\tfill: <<colour 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 <<colour muted-foreground>>;\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n\tborder-radius: 2em;\n}\n\nhtml body.tc-body .tc-btn-rounded svg {\n\tfont-size: 1.6666em;\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded:hover {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tcolor: <<colour muted-foreground>>;\n}\n\nhtml body.tc-body .tc-btn-rounded:hover svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-icon svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-text {\n\tpadding: 0;\n\tmargin: 0;\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: <<colour download-background>>;\n\tcolor: <<colour download-foreground>>;\n\tfill: <<colour 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: <<colour download-foreground>>;\n}\n\n.tc-primary-btn {\n \tbackground: <<colour primary>>;\n}\n\n.tc-sidebar-lists input {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-sidebar-lists button {\n\tcolor: <<colour sidebar-button-foreground>>;\n\tfill: <<colour sidebar-button-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini {\n\tcolor: <<colour sidebar-muted-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini:hover {\n\tcolor: <<colour sidebar-muted-foreground-hover>>;\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 <<colour tiddler-info-background>>;\n\tmargin-top: 4px;\n}\n\n.tc-unfold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n\tborder-top: 2px solid <<colour tiddler-info-border>>;\n}\n\n.tc-unfold-banner svg, .tc-fold-banner svg {\n\theight: 0.75em;\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-unfold-banner:hover svg, .tc-fold-banner:hover svg {\n\tfill: <<colour 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: <<colour tiddler-info-background>>;\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\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\tmargin-right: 7px;\n}\n\n.tc-tags-wrapper {\n\tmargin: 4px 0 14px 0;\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\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: 400;\n\tline-height: 1.2em;\n\tcolor: <<colour tag-foreground>>;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour 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: <<colour tab-divider>>;\n}\n\nbutton.tc-untagged-label {\n\tbackground-color: <<colour 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: text-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/*\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.tc-topbar button {\n\tpadding: 8px;\n}\n\n.tc-topbar svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-topbar button:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-sidebar-header {\n\tcolor: <<colour sidebar-foreground>>;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {\n\tfont-weight: 300;\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: <<colour 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  font-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: <<colour sidebar-controls-foreground>>;\n}\n\n.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {\n\tfill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.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: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\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}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\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<<if-no-sidebar \"\n\n\t.tc-story-river {\n\t\twidth: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}});\n\t}\n\n\">>\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: <<colour tiddler-background>>;\n\tborder: 1px solid <<colour tiddler-border>>;\n}\n\n{{$:/themes/tiddlywiki/vanilla/sticky}}\n\n.tc-tiddler-info {\n\tpadding: 14px 42px 14px 42px;\n\tbackground-color: <<colour tiddler-info-background>>;\n\tborder-top: 1px solid <<colour tiddler-info-border>>;\n\tborder-bottom: 1px solid <<colour 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: <<colour tiddler-info-tab-background>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-tab-background>>;\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: 200;\n}\n\n.tc-view-field-value {\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\t.tc-tiddler-frame {\n\t\tpadding: 14px 14px 14px 14px;\n\t}\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -14px 0 -14px;\n\t}\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\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<<if-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: 300;\n\tfont-size: 2.35em;\n\tline-height: 1.2em;\n\tcolor: <<colour tiddler-title-foreground>>;\n\tmargin: 0;\n}\n\n.tc-site-title {\n\tcolor: <<colour 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: <<colour 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: <<colour tiddler-subtitle-foreground>>;\n\tfont-weight: 300;\n}\n\n.tc-subtitle .tc-tiddlylink {\n\tmargin-right: .3em;\n}\n\n.tc-tiddler-missing .tc-title {\n  font-style: italic;\n  font-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: <<colour 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    height: 1.2em;\n    width: 1.2em;\n    margin: 0 0.25em;\n}\n\n.tc-tiddler-controls button.tc-selected svg,\n.tc-page-controls button.tc-selected svg  {\n\tfill: <<colour 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: <<colour 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: <<colour muted-foreground>>;\n\tmargin-top: 14px;\n}\n\n.tc-tiddler-help a.tc-tiddlylink {\n\tcolor: <<colour 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 <<colour tiddler-editor-border>>;\n\tbackground-color: <<colour tiddler-editor-background>>;\n\tline-height: 1.3em;\n\t-webkit-appearance: none;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\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: <<colour alert-background>>;\n\tborder: 1px solid <<colour alert-border>>;\n}\n\ncanvas.tc-edit-bitmapeditor  {\n\tborder: 6px solid <<colour 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: <<colour 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: <<colour tiddler-controls-foreground>>;\n\tcolor: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour 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: <<colour 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: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour background>>;\n\tcolor: <<colour 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/*\n** Adjustments for fluid-fixed mode\n*/\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n\n<<if-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  fill: <<colour toolbar-new-button>>;\n}\n\n.tc-page-controls svg.tc-image-options-button {\n  fill: <<colour toolbar-options-button>>;\n}\n\n.tc-page-controls svg.tc-image-save-button {\n  fill: <<colour toolbar-save-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-info-button {\n  fill: <<colour toolbar-info-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-edit-button {\n  fill: <<colour toolbar-edit-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-close-button {\n  fill: <<colour toolbar-close-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-delete-button {\n  fill: <<colour toolbar-delete-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-cancel-button {\n  fill: <<colour toolbar-cancel-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-done-button {\n  fill: <<colour toolbar-done-button>>;\n}\n\n/*\n** Tiddler edit mode\n*/\n\n.tc-tiddler-edit-frame em.tc-edit {\n\tcolor: <<colour 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: 20%;\n}\n\n.tc-edit-tags {\n\tborder: 1px solid <<colour 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 <<colour tiddler-editor-border>>;\n\tmargin: 4px 0 3px 3px;\n\tpadding: 3px 3px 3px 3px;\n}\n\n<<if-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\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: <<colour tiddler-editor-fields-odd>>;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {\n\tbackground-color: <<colour 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: <<colour muted-foreground>>;\n\tvertical-align: middle;\n}\n\n.tc-edit-field-add-name {\n\tdisplay: inline-block;\n\twidth: 15%;\n}\n\n.tc-edit-field-add-value {\n\tdisplay: inline-block;\n\twidth: 40%;\n}\n\n.tc-edit-field-add-button {\n\tdisplay: inline-block;\n\twidth: 10%;\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: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\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: <<colour 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 <<colour dropdown-border>>;\n\tbackground-color: <<colour 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: <<colour foreground>>;\n}\n\n.tc-drop-down button.tc-btn-invisible:hover svg {\n\tfill: <<colour foreground>>;\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: <<colour foreground>>;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-tab-set .tc-tab-buttons button {\n\tdisplay: inline-block;\n    width: auto;\n    margin-bottom: 0px;\n    border-bottom-left-radius: 0;\n    border-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: <<colour 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: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-tab-buttons button {\n\tbackground-color: <<colour dropdown-tab-background>>;\n}\n\n.tc-drop-down .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour dropdown-tab-background-selected>>;\n\tborder-bottom: 1px solid <<colour 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 <<colour dropdown-border>>;\n\tbackground-color: <<colour 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: <<colour muted-foreground>>;\n}\n\n.tc-block-dropdown a:hover {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour 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 <<colour 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: <<colour primary>>;\n\tpadding: 0px;\n\tborder: 3px solid <<colour 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: <<colour modal-backdrop>>;\n}\n\n.tc-modal {\n\tz-index: 1100;\n\tbackground-color: <<colour modal-background>>;\n\tborder: 1px solid <<colour 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 <<colour 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: <<colour modal-footer-background>>;\n\tborder-top: 1px solid <<colour modal-footer-border>>;\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: <<colour notification-background>>;\n\tborder: 1px solid <<colour 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: <<colour tab-foreground-selected>>;\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-left: 1px solid <<colour tab-border-selected>>;\n\tborder-top: 1px solid <<colour tab-border-selected>>;\n\tborder-right: 1px solid <<colour tab-border-selected>>;\n}\n\n.tc-tab-buttons button {\n\tcolor: <<colour tab-foreground>>;\n\tpadding: 3px 5px 3px 5px;\n\tmargin-right: 0.3em;\n\tfont-weight: 300;\n\tborder: none;\n\tbackground: inherit;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-right: 1px solid <<colour 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: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour 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: <<colour tab-background-selected>>;\n\tborder-right: 1px solid <<colour tab-background-selected>>;\n}\n\n.tc-tab-divider {\n\tborder-top: 1px solid <<colour 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 <<colour 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: <<colour sidebar-tab-background-selected>>;\n\tcolor: <<colour sidebar-tab-foreground-selected>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border-selected>>;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button {\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tcolor: <<colour sidebar-tab-foreground>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border>>;\n}\n\n.tc-sidebar-lists .tc-tab-divider {\n\tborder-top: 1px solid <<colour 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: <<colour 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: <<colour 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 <<colour muted-foreground>>;\n\tborder-left: 1px solid <<colour muted-foreground>>;\n\tborder-right: 1px solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item {\n\n}\n\n.tc-manager-list-item-heading {\n    display: block;\n    width: 100%;\n    text-align: left;\t\n\tborder-bottom: 1px solid <<colour muted-foreground>>;\n\tpadding: 3px;\n}\n\n.tc-manager-list-item-heading-selected {\n\tfont-weight: bold;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n\tbackground-color: <<colour foreground>>;\n}\n\n.tc-manager-list-item-heading:hover {\n\tbackground: <<colour primary>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-manager-list-item-content {\n\tdisplay: flex;\n}\n\n.tc-manager-list-item-content-sidebar {\n    flex: 1 0;\n    background: <<colour tiddler-editor-background>>;\n    border-right: 0.5em solid <<colour muted-foreground>>;\n    border-bottom: 0.5em solid <<colour muted-foreground>>;\n    white-space: nowrap;\n}\n\n.tc-manager-list-item-content-item-heading {\n\tdisplay: block;\n\twidth: 100%;\n\ttext-align: left;\n    background: <<colour muted-foreground>>;\n\ttext-transform: uppercase;\n\tfont-size: 0.6em;\n\tfont-weight: bold;\n    padding: 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    flex: 3 1;\n    border-left: 0.5em solid <<colour muted-foreground>>;\n    border-right: 0.5em solid <<colour muted-foreground>>;\n    border-bottom: 0.5em solid <<colour 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** 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 <<colour alert-border>>;\n\tbackground-color: <<colour alert-background>>;\n}\n\n.tc-alert-toolbar {\n\tposition: absolute;\n\ttop: 7px;\n\tright: 7px;\n    line-height: 0;\n}\n\n.tc-alert-toolbar svg {\n\tfill: <<colour alert-muted-foreground>>;\n}\n\n.tc-alert-subtitle {\n\tcolor: <<colour alert-muted-foreground>>;\n\tfont-weight: bold;\n    font-size: 0.8em;\n    margin-bottom: 0.5em;\n}\n\n.tc-alert-body > p {\n\tmargin: 0;\n}\n\n.tc-alert-highlight {\n\tcolor: <<colour alert-highlight>>;\n}\n\n@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\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: <<colour 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 <<colour background>>;\n\tborder-bottom-none;\n\tbackground: <<colour dirty-indicator>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a:hover {\n\ttext-decoration: none;\n\tbackground: <<colour foreground>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour 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 <<colour muted-foreground>>;\n\tfill: <<colour muted-foreground>>;\n\tbackground-color: <<colour background>>;\n\tmargin: 0.5em 0 0.5em 0;\n\tpadding: 4px;\n    align-items: center;\n}\n\n.tc-plugin-info-sub-plugins .tc-plugin-info {\n    margin: 0.5em;\n\tbackground: <<colour 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: <<colour background>>;\n\tbackground: <<colour foreground>>;\n\tborder-radius: 8px;\n    padding: 2px 7px;\n    font-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: <<colour primary>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour foreground>>;\n}\n\na.tc-tiddlylink.tc-plugin-info:hover .tc-plugin-info > .tc-plugin-info-chunk > svg {\n\tfill: <<colour foreground>>;\n}\n\n.tc-plugin-info-chunk {\n    margin: 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    text-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 <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tmargin-top: -8px;\n}\n\n.tc-plugin-info-dropdown-message {\n\tbackground: <<colour 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: <<colour background>>;\n}\n\n.tc-plugin-info-sub-plugins {\n\tpadding: 0.5em;\n    margin: 0 1em 1em 1em;\n\tbackground: <<colour 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 <<colour message-border>>;\n\tbackground: <<colour message-background>>;\n\tpadding: 0px 21px 0px 21px;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tcolor: <<colour message-foreground>>;\n}\n\n.tc-message-box svg {\n\twidth: 1em;\n\theight: 1em;\n    vertical-align: text-bottom;\n}\n\n/*\n** Pictures\n*/\n\n.tc-bordered-image {\n\tborder: 1px solid <<colour 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 <<colour table-header-background>>;\n\tborder-left: 1px solid <<colour table-header-background>>;\n}\n\n\n.tc-chooser-item {\n\tborder-bottom: 1px solid <<colour table-header-background>>;\n\tborder-top: 1px solid <<colour 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: <<colour table-header-background>>;\n\tborder-color: <<colour 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: <<colour 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: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents svg {\n\twidth: 0.7em;\n\theight: 0.7em;\n\tvertical-align: middle;\n\tfill: <<colour 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: 200;\n\tline-height: 1.5;\n}\n\n.tc-table-of-contents li li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\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: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour 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 <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-background>>;\n\tborder-bottom: 1px solid <<colour 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 <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour 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 <<colour 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: <<colour dirty-indicator>>;\n\tcolor: <<colour 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/*\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<<filter \"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<<filter \"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: <<colour diff-equal-background>>;\n\tcolor: <<colour diff-equal-foreground>>;\n}\n\n.tc-diff-insert {\n\tbackground-color: <<colour diff-insert-background>>;\n\tcolor: <<colour diff-insert-foreground>>;\n}\n\n.tc-diff-delete {\n\tbackground-color: <<colour diff-delete-background>>;\n\tcolor: <<colour diff-delete-foreground>>;\n}\n\n.tc-diff-invisible {\n\tbackground-color: <<colour diff-invisible-background>>;\n\tcolor: <<colour diff-invisible-foreground>>;\n}\n\n.tc-diff-tiddlers th {\n\ttext-align: right;\n\tbackground: <<colour background>>;\n\tfont-weight: normal;\n\tfont-style: italic;\n}\n\n.tc-diff-tiddlers pre {\n    margin: 0;\n    padding: 0;\n    border: none;\n    background: 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        color: <<colour select-tag-foreground>>;\n        background: <<colour select-tag-background>>;\n}\n\n/*\n** Utility classes for SVG icons\n*/\n\n.tc-fill-background {\n\tfill: <<colour background>>;\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": "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n   ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. 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/* Sections\n   ========================================================================== */\n\n/**\n * Remove the margin in all browsers.\n */\n\nbody {\n  margin: 0;\n}\n\n/**\n * Render the `main` element consistently in IE.\n */\n\nmain {\n  display: block;\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  font-size: 2em;\n  margin: 0.67em 0;\n}\n\n/* Grouping content\n   ========================================================================== */\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n  box-sizing: content-box; /* 1 */\n  height: 0; /* 1 */\n  overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n  font-family: monospace, monospace; /* 1 */\n  font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n   ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n  background-color: transparent;\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n  border-bottom: none; /* 1 */\n  text-decoration: underline; /* 2 */\n  text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n  font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n  font-family: monospace, monospace; /* 1 */\n  font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n  font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * 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/* Embedded content\n   ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10.\n */\n\nimg {\n  border-style: none;\n}\n\n/* Forms\n   ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers.\n * 2. 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/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n  overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n  text-transform: none;\n}\n\n/**\n * Correct 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/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n  border-style: none;\n  padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n  outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n  padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n *    `fieldset` elements in all browsers.\n */\n\nlegend {\n  box-sizing: border-box; /* 1 */\n  color: inherit; /* 2 */\n  display: table; /* 1 */\n  max-width: 100%; /* 1 */\n  padding: 0; /* 3 */\n  white-space: normal; /* 1 */\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n  vertical-align: baseline;\n}\n\n/**\n * Remove the default vertical scrollbar in IE 10+.\n */\n\ntextarea {\n  overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n  box-sizing: border-box; /* 1 */\n  padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n  -webkit-appearance: textfield; /* 1 */\n  outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. 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/* Interactive\n   ========================================================================== */\n\n/*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n\ndetails {\n  display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n  display: list-item;\n}\n\n/* Misc\n   ========================================================================== */\n\n/**\n * Add the correct display in IE 10+.\n */\n\ntemplate {\n  display: none;\n}\n\n/**\n * Add the correct display in IE 10.\n */\n\n[hidden] {\n  display: none;\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\", \"Segoe UI Symbol\""
        },
        "$:/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": "<$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: ``<<colour tiddler-background>>``;\n\tz-index: 500;\n}\n\n``\n<$list filter=\"[range[100]]\">\n`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {\nz-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;\n}\n`\n</$list>\n</$reveal>\n"
        }
    }
}
16px
22p0x
20px
20px
950px
400px
0px
760px
0px
640px
700px
fixed-fluid
no
background image 1.jpg
fixed
auto
classic
<html>
<div>              <div>              <p><font size="4" color="#003366" face="Arial"><span style="font-size: 10pt; font-family: Arial;"><strong>Too true and               too funny!!!</strong></span></font></p></div>              <div>              <p><font face="Arrus BT"><span style="font-size: 10pt;"></span></font><font size="4"></font>&nbsp;</p></div>              <div>              <p><font size="2" face="Arrus BT"><span style="font-size: 10pt;"></span></font>&nbsp;</p></div>              <div>              <p><font size="2" face="Arrus BT"><span style="font-size: 10pt;"></span></font>&nbsp;</p></div>              <blockquote style="border-style: none none none solid; border-color: -moz-use-text-color; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt; margin-bottom: 5pt; margin-left: 3.75pt;">                <blockquote style="border-style: none none none solid; border-color: -moz-use-text-color; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt; margin-bottom: 5pt; margin-left: 3.75pt;">                  <div>                  <blockquote style="margin-bottom: 5pt;">                    <div>                    <div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">                    <hr size="2" width="100%" align="center">                    </span></font></div>                    <div>                    <p><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;"></span></font>&nbsp;</p></div>                    <div style="margin-bottom: 12pt;">                    <p><b><i><u><font size="5" color="#003366" face="Tahoma"><span style="font-weight: bold; font-size: 16pt; color: rgb(0, 51, 102); font-style: italic; font-family: Tahoma;">9                     WORDS WOMEN USE<br></span></font></u></i></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br><b><font color="#993300"><span style="font-weight: bold; color: rgb(153, 51, 0);">(1)                     </span></font><font color="#003366"><span style="color: rgb(0, 51, 102);">Fine:</span></font><font color="#993300"><span style="color: rgb(153, 51, 0);"> This is                     the word women use to end an argument when they are right                     and you need to shut                     up.<br></span></font></b></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">(2)                     </span></font></b><b><font color="#003366" face="Tahoma"><span style="font-weight: bold; color: rgb(0, 51, 102); font-family: Tahoma;">Five                     Minutes:</span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">                     If she is getting dressed, this means a half an hour. Five                     minutes is only five minutes if you have just been given                     five more minutes to watch the game before helping around                     the house.<br></span></font></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">(3)                     </span></font></b><b><font color="#003366" face="Tahoma"><span style="font-weight: bold; color: rgb(0, 51, 102); font-family: Tahoma;">Nothing:</span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">                     This is the calm before the storm.</span></font></b><b><font face="Tahoma"><span style="font-weight: bold; font-family: Tahoma;"> &nbsp;<font color="#993300"><span style="color: rgb(153, 51, 0);">This means                     something, and you should be on your toes. Arguments that                     begin with nothing usually end in fine.                     &nbsp;</span></font></span></font></b><b><font color="#993300" face="Arial"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Arial;">                     &nbsp;<br></span></font></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">(4)                     </span></font></b><b><font color="#003366" face="Tahoma"><span style="font-weight: bold; color: rgb(0, 51, 102); font-family: Tahoma;">Go                     Ahead:</span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">                     This is a dare, not permission. Don't Do It!                     </span></font></b><b><font color="#993300" face="Arial"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Arial;">&nbsp;&nbsp;&nbsp;<br></span></font></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">(5)                     </span></font></b><b><font color="#003366" face="Tahoma"><span style="font-weight: bold; color: rgb(0, 51, 102); font-family: Tahoma;">Loud                     Sigh:</span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">                     This is actually a word, but is a non-verbal statement often                     misunderstood by men. A loud sigh means she thinks you are                     an idiot and wonders why she is wasting her time standing                     here and arguing with you about nothing. &nbsp;&nbsp;(Refer                     back to # 3 for the meaning of nothing.)                     <br></span></font></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">(6)                     </span></font></b><b><font color="#003366" face="Tahoma"><span style="font-weight: bold; color: rgb(0, 51, 102); font-family: Tahoma;">That's                     Okay:</span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">                     This is one of the most dangerous statements a woman can                     make to a man. That's okay means she wants to think long and                     hard before deciding how and when you will pay for your                     mistake. &nbsp;<br></span></font></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">(7)                     </span></font></b><b><font color="#003366" face="Tahoma"><span style="font-weight: bold; color: rgb(0, 51, 102); font-family: Tahoma;">Thanks:</span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">                     A woman is thanking you, do not question, or Faint. Just say                     you're welcome. (I want to add in a clause here - This is                     true, unless she says 'Thanks a lot' - that is PURE sarcasm                     and she is not thanking you at all.                     &nbsp;</span></font></b><b><font color="#993300" face="Arial"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Arial;">                     </span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">DO                     NOT say 'you're welcome' . that will bring on a 'whatever').                     </span></font></b><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><strong><b><font color="#993300" face="Tahoma"><span style="color: rgb(153, 51, 0); font-family: Tahoma;">(8)                     </span></font></b></strong><strong><b><font color="#003366" face="Tahoma"><span style="color: rgb(0, 51, 102); font-family: Tahoma;">Whatever:</span></font></b></strong><strong><b><font color="#993300" face="Tahoma"><span style="color: rgb(153, 51, 0); font-family: Tahoma;"> Is a                     women's way of saying&nbsp;</span></font></b></strong><font color="blue" face="Arial"><span style="color: blue; font-family: Arial;">&nbsp;</span></font><strong><b><font color="#993300" face="Tahoma"><span style="color: rgb(153, 51, 0); font-family: Tahoma;">the really                     bad word</span></font></b></strong><font color="blue" face="Arial"><span style="color: blue; font-family: Arial;">&nbsp;</span></font><font face="Century Gothic"><span><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">(9)                     </span></font></b><b><font color="#003366" face="Tahoma"><span style="font-weight: bold; color: rgb(0, 51, 102); font-family: Tahoma;">Don't                     worry about it, I got it:</span></font></b><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">                     Another dangerous statement, meaning this is something that                     a woman has told a man to do several times, but is now doing                     it herself. This will later result in a man asking 'What's                     wrong?' For the woman's response refer to # 3.                     <br></span></font></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;"><br>&nbsp;<br>*                     Send this to the men you know, to warn them about arguments                     they can avoid if they remember the terminology.                     <br></span></font></b><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><font face="Tahoma"><span style="font-family: Tahoma;"><br></span></font><font size="1" face="Verdana"><span style="font-size: 9pt; font-family: Verdana;"><br></span></font><b><font color="#993300" face="Tahoma"><span style="font-weight: bold; color: rgb(153, 51, 0); font-family: Tahoma;">*                     Send this to all the women you know to give them a good                     laugh, cause they know it's true.                     </span></font></b></p></div>                    <blockquote style="margin-bottom: 5pt;">                      <div style="margin-bottom: 12pt;">                      <p><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;"></span></font>&nbsp;</p></div></blockquote>                    <div>                    <p><font size="2" face="Arrus BT"><span style="font-size: 10pt;"></span></font><strong><font color="#800000">In other words you're going to end up in a                     catch 22 regardless                     okay!&nbsp;&nbsp;</font></strong></p></div></div></blockquote></div></blockquote></blockquote>              <p><font size="2" face="Arrus BT"><span style="font-size: 10pt;"></span></font><strong><font color="#800000"></font></strong>&nbsp;</p>              <div style="text-align: center;" align="center"><font size="2" face="Arrus BT"><span style="font-size: 10pt;"></span></font></div>              <p>&nbsp;</p></div>
</html>
different types of manuscripts
{{Alignment 0.5 FloorTilt.pdf}}
{{Alignment 1.0 Focused Pelvic Tilt.pdf}}
{{Alignment 1.2 Neck Retractions.pdf}}
{{Alignment 1.3 Five Breaths.pdf}}
{{Alignment 1.4 Arms UP.pdf}}
{{Alignment 1.5 Posture Angels.pdf}}
{{Alignment 1.6 Band Angels.pdf}}
[img [./images/abdCrunches.bmp]]
[img [./images/crunches.jpg]]
*start lying on back with hands on your thighs
*pull your belly in from your waistband (but let lower ribs relax)
*tuck your chin to your chest, then continue raising shoulders off the floor sliding your fingertips just past your kneecaps
*<<reps20a>>
[img [./images/abdCrunches3.bmp]]
[img [./images/abdHollow.bmp]]
[img height="400"[./images/obliques.png]]

* External Obliques = "V" shape
* Internal Obliques = "^" shaped
* Transversus = "=" shaped

* Symptoms:
** ant lower rib attachments (above) or groin, testicle, bladder, lower abdom, side stitch (below)
** (~incontinence), LBP with inhale

! Internal
!!Position

* ''pt'': side lying, knees bend,upper arm forward propped
* ''doc'': behind, caudal hand pointing up from crest (Internal) to midline
* //''alternate''//: ''pt''. bring upper knee up

!!Action
* pt brings elbow back and down
* repeat 2-3 times

! External
!!Position

* ''pt'': side lying, knees bend,upper arm forward propped
* ''doc'': behind, cephalad hand pointing down from ribs to midline
* //''alternate''//: ''pt''. bring upper knee up

!!Action
* pt brings elbow back and up
* repeat 2-3 times

[img height="400"[./images/obliques.png]]

* Transversus = "=" shaped

* Symptoms:
** mimic stomach ache, abd pain with inhale

!!Position

* ''pt'': side lying, knees bend,upper arm forward propped
* ''doc'': behind, one hand,one hand lateral towards midline
* //''alternate''//: ''pt''. bring upper knee up

!!Action
* pt brings elbow back and down
* repeat 2-3 times
!CEDAR Chiropractic

[[Why CEDAR?]]

[[My Purpose, Mission, Vision]]

[[Dr. Parker Bio]]
acknowledgements

* this is ''Tobias'''s centralized theme, and there's his ''appear'' macro at work as well
*''Jed'''s ''pet diary'' was the mechanism for the next and previous slide chevron buttons
*I'm pretty sure the ''order field mechanism'' for ordering the slides came from ''Matabele''
* I think I used ideas from ''Mat''
* and of course ''Eric'' helps out ''every other time you ask a question'' (thanks Eric!!!)
* I borrowed the "full screen" functionality (upper right) from ''Jeremy'''s [[TalkyTalky|http://tiddlywiki.com/talkytalky/]], which is quite nice (and simpler - just put your slides in the DefaultTiddlers there) too for slideshows
the newSlideViewTemplate is derived from here:

*http://ooktech.com/jed/ExampleWikis/PetDiary/#%24%3A%2Fplugins%2Finmysocks%2FPhoto%20Gallery%2FgalleryTemplateHeader
to //''insert the next slide after this one''//, open the sidebar ("<<" upper right), click the big "+" on the right and create your new slide.

*you'll have to add a field called "order" and enter "030" to make it come after this one
*you'll also have to tag it "slide" to make it look and behave like the other slides
!This may include

* Arthrostim (instrument) treatment
* Kinesio Taping
*Tens (electrical field therapy)
*Custom exercise prescriptions
*Theraband elastic exercise bands 
*Hydrocollator (heat) treatment
*Topical treatments like [[Medistik]], Magnesium cream
<br>
 * Various prices may apply

!! Products available to purchase
* Elastic Exercise Bands
* [[Medistik]] topical products (heating, cooling)
* Magnesium Cream
[img width=900 [./images/adjust.cervical.jpg]]
[img width=900 [./images/adjust.lumbar.jpg]]
[img width=900 [./images/adjust.thoracic.jpg]]
An adjustment is the treatment that a chiropractor does to a ((joint (the place where two bones meet and move together ))) that involves physical pressure by the doctor's hands on the patient's back or neck, a brief moment of traction, and is often accompanied by a ((cracking sound (due to the release of carbon dioxide gas from the joint fluids)))
<<myframe "https://duckduckgo.com/">>
<<tgngp>>
*some point here
*and here
[img [./images/ANS.jpg]]
Yes, we can adjust with either of these two instruments:
<<image-left "images/arthrostim.jpg" width:"50%">>

the Arthrositm instrument 
 


or the Activator instrument
<<image-right "images/activator.jpg" width:"30%">>


Although adjusting by hand often gives faster relief, both of these instruments can often be used in place of adjusting by hand for those who are nervous of the "crack" sound of a normal adjustment.
Here's an aside tiddler

And some links to other asides

(click the lower left X to come back)

[[A|Aside1]], [[B|Aside2]], [[C|Aside3]], [[D|Aside4]], and [[E|Aside5]]
this is tagged "aside"
This is not tagged aside

Its just a normal Tiddler, so close it upper right
This is tagged "slide" in case you want to continue a linear style presentation from here
bla bla bla
{{Balance-Stork.pdf}}
<html><img src="images/babiesZombies.jpg" style="height: 500px; "/></html>
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
!!!Background Images in tiddlers

*Just replace "paper2.jpg" with whatever image you drag into this TW file

for TheAsideTiddlers <--- click me
hsla(0, 0%, 75%, 0.85) <-- silver
hsla(35, 35%, 84%, 0.9) <-- tan from walkway

* websites for picking palette colors:
** http://hslpicker.com/#e4d9c8,0.9 <-- to generate the hsla number
** https://palettegenerator.com/ <-- to get palette from picture
[img[./images/backstroke.jpg]]
* keep arms straight and opposite one another
* bring one arm up and forward as the other arm comes down behind you
* shoulders swivel to right when right arm is behind and vice versa
* keep nose pointing straight ahead
* do 10-20 repetitions as needed throughout the day to keep upper back and shoulders relaxed and limber 
** this "resets" and warms up the postural muscles
[img[./images/ballExtension.jpg]]
* start sitting on gym ball
* roll down on ball until upper back is on the ball
* extend arms over your head and relax back into an arch on the ball
* hold there relaxed as possible for 30 seconds to several minutes
** //''Alternate Position:''// allow arms to relax out sideways making a "t" shape with your body
.tc-tagged-slide .tc-tiddler-body {font-size:200%;line-height:100%; }

.tc-tagged-slide {padding-top:2px;}



.tc-tagged-aside {padding-top:2px;}

.tc-tagged-slide {
	background-color:#e2d3b8;
	color: black;
}

.tc-tagged-slide .tc-title { font-size:40%;color:#e2d3b8}

.tc-tagged-aside .tc-tiddler-body { font-size:200%;line-height:100%; }

.tc-tagged-aside .tc-title { font-size:40%;line-height: 9px;color:white}

.tc-titlebar button {
opacity: 0;
}

.tc-titlebar:hover button {
opacity: 1;
}


/*IMGGAL*/

@media (min-width: 600px) {

	.imggal {
		-moz-column-count: 3;
		-moz-column-gap: 10px;
		-webkit-column-count: 3;
		-webkit-column-gap: 10px;
		column-count: 3;
		column-gap: 10px;
	}

	.imggal-item {
		width: 100%;
	}

}

.imggal-item {
	display: inline-block;
	border: 0px solid <<colour muted-foreground>>;
	padding: none;
	margin-bottom: 0px;
	background: #fff;
	font-size: 0em;
	line-height: 0;
}

.imggal-item h1 {
	font-weight: 500;
	font-size: 16px;	
}


/*SCROLLABLE*/
.giffscroll {
	border: 1px solid #fff;
	background-color:#ffffff;
padding-right:15px;
	max-height: 590px;
}


<<tgng>>
.tc-tagged-slide {
    background-image: url(<<datauri "paper2.jpg">>);
}
.tc-tagged-aside {
    background-image: url(<<datauri "paper3.jpg">>);
}
https://youtu.be/rHXXTCc-IVg
[img [./images/bridge4.bmp]]
[img height="200"[./images/bridge2.jpg]]
* start on back with knees bent, feet and knees together
* raise hips up until your body is straight from knees to shoulder
** level 1: hold this position for up to a minute
** if that's easy, do level 2 instead
* level 2: sway knees back and forth (side to side) up to 20 full cycles (or 40 half cycles)
* rest 30 seconds, then do one more set
[img [./images/bridge2.bmp]]
* start on back with knees bent, feet and knees together
* ''raise hips up ''until your body is straight from knees to shoulder
** keeping knees together, ''straighten one knee fully''
** drop that foot and straighten the opposite knee
** repeat up to 20 full cycles (or 40 half cycles)
* lower hips to rest 30 seconds, then do one more set
[img height="300"[./images/bridge3b.bmp]]
* start on back with knees bent, feet and knees together
* ''raise hips up'' until your body is straight from knees to shoulder
* keeping knees together, ''straighten one knee fully''
** lower hips down, then up again //keeping the one leg straight as you do//
* drop that foot and ''straighten the opposite knee''
* ''repeat'' up to 20 full cycles (or 40 half cycles)
* rest 30 seconds, then do one more set
 [img width="200"[./images/broomhandle.jpg]]
* grab both ends of a broomhandle
* use your uninjured arm to push your injured shoulder's arm up sideways as close to straight up overhead as possible
* motion is like a pendulum swing, only going as high as possible without joint pain
* the muscles of the injured side should be as relaxed as possible (only the hand muscles active to hold the broomhandle)
* <<reps20a>>
<$fieldmangler>
<$button message="tm-add-tag" param="example">{{$:/core/images/new-button}}<$action-setfield $tiddler="$:/state/tab/sidebar--1835078512" text="Homework"/></$button>
<$button message="tm-remove-tag" param="example">{{$:/core/images/delete-button}}<$action-setfield $tiddler="$:/state/tab/sidebar--1835078512" text="Homework"/></$button>
</$fieldmangler>
[img height="200px"[./images/calfStretchWall.jpg]]
* place ball of foot against a wall, then plant that heel on the ground there to fix the foot in an upward stretch position
* use other foot to push your body closer to the wall to increase the stretch
* <<stretch1>>
Adjustments are physical "pushes" on the joints that are already too tight or misaligned.  They take the joint from a state of being too tight, to a state of more normal tension.  That is a good thing, both for the health of the joint itself and also any tissue of the body that is associated with that joint by way of the nerves.

If, on the other hand, you habitually "self-adjust" and the joint you are "cracking" is already moving fine, then it is theoretically possible to make it more unstable and therefore susceptible to developing arthritis.

Moral of the story - try to avoid amateur "adjustments"
Yes and No:

No, not in the sense that someone can get "addicted" to medications.  Chiropractic adjustments do not cause your spinal joints to "go out" more often.

Yes, in the sense that for those who have lived with chronic pain for years, and they suddenly become aware that there is a way to feel better, I guess you could be "dependent" on the treatments to relieve the pain (because they'd rather not feel the pain they've gotten used to for years), but its not like their pain would get worse than before if they are not able to follow through with care.

''this question has at its root another question:  Can chiropractic "fix" a problem, or does it just help for a little while?''

*the answer to that one is yes/maybe
**for some people, yes, chiropractic can fix a problem (as long as the patient doesn't repeat the event that triggered the condition in the first place)
**for others, its more of a "maybe", i.e. they'll get better or at least stabilize the problem as long as they do their homework (e.g. do their exercises)
[img [./images/catBackFull.bmp]]
[img height="250" [./images/catCow.jpg]]
* start on hands and knees (or standing and hands on a chair)
* let your back sag down as your head comes up (the "cow" position)
* slowly and //''smoothly''// round your back up like a Halloween cat, stretching your back and hips into the position as far as comfortable
* then slowly relax down again into the cow position
* do 10 reps going as far in each position as you can but without pain, and focussing on smooth motion.
<html><iframe width="100%" height="500" src="https://www.youtube.com/embed/BHEcQluSzmM?autoplay=1&loop=1&playlist=BHEcQluSzmM" frameborder="0" allowfullscreen></iframe>​​​</html>
<html><iframe src="./images/Pull my finger.mp4" width="800px" height="600px"></iframe></html>
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline

@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {

	html .tc-page-container {
		text-align: center;
	}

	html .tc-story-river {
		position: relative;
		width: 1000px;
		padding: 25px;
		margin: 0 auto;
		text-align: left;
	}

	html .tc-sidebar-scrollable {
		text-align: left;
		left: 60%;
		right: 0;
		margin-left: 390px;
	}
}
[img [./images/doorwaystretch.jpg]]
* place elbows and forearms along an open door frame
* step forward with either foot until you feel a stretch
* <<stretch1s>>
** ''//Alternate Position://'' slightly raise or lower hands along door frame to vary the stretch
| | ''morning hours'' | ''afternoon hours'' |
|	Monday	|!	9 am to 1pm	|!	2  to 5 pm	|
|	Tuesday	| closed |!	''Noon to 7:30 pm''	|>|
|	Wednesday	|!	9 am to 1pm	|!	2  to 5 pm	|
|	Thursday	| closed |!	''Noon to 7:30 pm''	|>|
|	Friday	|!	9 am to 1 PM	| closed |>|
!CEDAR Chiropractic - Dr. David Parker
<table>
  <tr>
    <td>{{clinInf}}</td>
    <td>{{myPic}}</td>
    </tr>
 </table>
*[[all Exercises|Exercise List]]
**[[Exercise PDFs]]
**[[popular Exercise groups|Exercise Groups]]
*[[NP report of findings]]
*[[Day 2]]
*[[Posture]]

*[[Anatomy Pictures]]
* [[Rapid Protocols]]
no. 6, 4428 50 ave 
Bonnyville AB
(780) 826-2800

(The little mall between Mark's Work Warehouse and Home Hardware)

{{location map}}


<a href="https://www.facebook.com/cedarchiropracticbonnyville/" target="_blank">
[img  width=100px tooltip="""Our Facebook Page""" [./images/FB.png]]
</a>



.
<h1>
[[Clinic Location]]
<br>
[[Clinic Hours]]
<br>
[[Fees]]
<br>
[[About Us]]
<br>
[[Contact Us]]</h1>
<$list filter='[is[current]]+[tag[aside]]' 

<div style='text-align:right;position:absolute;z-index:1;width:80%;color:#e2d3b8'>

{{||$:/core/ui/Buttons/close}}

</$list>
[img height="300"[./images/coccyx.jpeg]]


* ''prevalence'': more common in females
* ''causes'': commonly injured in childbirth, trauma, fall, compression
* ''muscles'': attached to GlutMax and PelvicFloor
* ''symptoms'':  pain during intercourse, hypersensitive buttocks, incontinence, concussion that won't resolve
* course: worsens with age

!!Position

* ''pt'': prone
* ''doc'': beside
* palpate for "knuckle" of the coccyx before the bend inward, contact is lateral to that, one side may be more apparent

!!Action
* pt clenches buttocks together, take tension on contact, then tell the pt to relax and follow j-hook slightly lateral to coccyx, pressure along the bone
* repeat 2-3 times both sides
Email: [[click here to send us an email|mailto:cedarchirodrparker@gmail.com]]

*or copy and paste: cedarchirodrparker@gmail.com

Phone: 780 826-2800

Mail:

<<<
Dr. David Parker

Box 5312

Bonnyville, AB, T9N 2G5
<<<

Facebook

* https://www.facebook.com/cedarchiropracticbonnyville/
!!<<tag myMacros>>

[[exerciseReps]]   [[Homework]]

[[$:/DefaultTiddlers]] OldSidebarTabs

*nb: I removed the tag "$:/tags/ViewTemplate" from the tiddler
[[$:/core/ui/ViewTemplate/subtitle]]. Add it back on if you want to see modified by and date and time

*I modified the tags viewtemplate by only showing if not tagged with slide

hidden period

```
@@color:white;hi@@
```

@@background-color:yellow; highlighting @@

```
@@background-color:yellow; text @@
```
[[$:/ControlPanel]] [[Open|$:/core/ui/SideBar/Open]]

TiddlersBySize

{{$:/core/ui/Buttons/save-wiki}}
\define clipex()
<$set name="exercises" filter="[tag[Yes]]">
<$button message="tm-copy-to-clipboard" param=<<exercises>>>
clipboard
</$button>
\end

<<clipex>>

when print button is pressed, copy the titles of the tagged tiddlers to the clipboard to paste into the pt file, and when the email address script runs, make it send the email address to the clipboard for recording into the pt file as well
!Guess What! - We're back :)

!!Starting May 4 we are seeing regular  patients again  

!!! However...


You still have to correctly answer the following 3 questions:

 1) have you just arrived from out of country?  (Sooner than 2 weeks)

 2) do you have a cough, sniffles or fever (that can't be explained due to allergies or previous condition (previous to the pandemic)?

 3) have you been diagnosed with Covid 19 or been in direct contact with someone who has?

If you answered no to the above questions, you're good to go!  We'll be calling messages back Monday morning (__780-826-2800__).

{{hand sanitizer}}

Last thing: be prepared to hand-sanitize 3 times (yes, its a requirement  from the AHS), and Dr. P will be wearing a surgical mask

but don't worry, he won't be performing surgery ;)

----

! [[What to do if you can't get in for an adjustment]]
!Masking is no longer required as of March 2022


!!You can still wear them if you like of course

!!! Also, if you'd like the doctor to wear a mask during your visit he will if you ask


You still have to correctly answer the following 3 questions:

 1) have you just arrived from out of country?  (Sooner than 2 weeks)

 2) do you have a cough, sniffles or fever (that can't be explained due to allergies or previous condition (previous to the pandemic)?

 3) have you been diagnosed with Covid 19 or been in direct contact with someone who has?


{{hand sanitizer}}

One thing we'll probably continue is a lot of hand sanitizing, both for Dr. P and we'll have some available if you want some too.

----

! [[What to do if you can't get in for an adjustment]]
[img [./images/quadruped3.bmp]]
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[daily]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>
<span style="font-size:0.7em;" >

<$transclude tiddler=<<desc>>/>

</span>
</td></$set></tr>
</$list>
</table>

<<tgng>>
<<tgngp>>
for those who like history...
<html>
<object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6437816&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6437816&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object><p><a href="http://vimeo.com/6437816">Visualizing empires decline</a> from <a href="http://vimeo.com/pmcruz">Pedro M Cruz</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</html>
[img[./images/deepCervicals.jpg]]
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[discpain]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
[img width=900 [./images/discAnatomy.jpg]]
[img [./images/Mckenzie1.bmp]]
!!!beginner level
* lie on your stomach, propped up on elbows
* stay in that position as long as it gives relief of the back or leg pain
* the goal is to (eventually) last 5 minutes, but quit early if the position begins to irritate the low back
* <<freq12>>
[img [./images/Mckenzie2.bmp]]
!!! advanced level
* lie on your stomach, propped up on hands (sloppy pushup position)
* stay in that position as long as it gives relief of the back or leg pain
* the goal is to (eventually) last 5 minutes, but quit early if the position begins to irritate the low back
* <<freq12>>
[img [./images/Mckenzie3.bmp]]
* place the heels of your hands just below belt line, palm and fingers pointing down
* lean back, stretching your hips forward, using your hands for support
* <<stretch1s>>
an adjustment doesn't normally hurt, just like cracking your knuckles doesn't normally hurt.

However, if the tissues over that part of your body are swollen or inflamed, it might hurt to push on them, like pushing on a bruise.  In other words, if you are pretty sore already, it might hurt a bit, but it becomes less so as you get better.
Dr. David Parker was born in Burlington Ontario but grew up in Ponoka, Alberta. 

 In 1991 he graduated from CMCC, a chiropractic college in Toronto.  He practiced for approximately 10 years in Calgary where he married Shannon.  There they had two children and then moved to Bonnyville in 2002.


[[my waiting room aquarium]]
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[elbowwrist]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>
<span style="font-size:0.7em;" >

<$transclude tiddler=<<desc>>/>

</span>
</td></$set></tr>
</$list>
</table>

<<tgng>>
Even if the pain goes away, the muscle imbalance can remain and cause unnecessary stress on the spine.

[img width=700 [./images/Forward_Head_Posture1.jpg]]
!Exercises for:
* [[Headache]]
* ''[[neck pain|neck pain Exercises]]''
** [[shoulder pain|shoulder Exercises]]
*** [[Rotator Cuff Syndrome]]
*** [[Elbow & Wrist]]
* [[Posture|posture Exercises]]
* ''[[lower back pain|LBP Exercises]]''
* ''//[[disc pain|disc Exercises]]//''
** [[hip pain|hip exercises]]
*** [[knee pain|knee exercises]]
*** [[foot/ankle pain|foot exercises]]
**** [[PlantarFasciitis]]
*[[NP Items|NP]]

* [[list of all exercises|Exercise List]] ... [[add exercises here|Exercises]]
* [[daily core set]]
[[Exercise Groups]]
<table><thead><tr><td>Exercise</td><td>Picture</td></tr></thead><$list filter="[tag[Exercises]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td><td><$transclude/></td></tr></$list></table>
<<tgng>>    
\define reps1() do 2 sets of 40(max) w/ 30 sec rest b/w
\define freq34() do 3-4x/ day at least, hourly at most
\define freq12() do 1-2x/ day at least, morning and night
\define freq1() do 1x/ day, morning or night
\define stretch1() hold stretch 15-30 seconds each side
\define stretch1s() hold stretch 15-30 seconds
\define stretch2() hold stretch 30-60 seconds each side
\define stretch2s() hold stretch 30-60 seconds
\define reps10() do 2 sets of 10 each side
\define reps20() do 1 set of 20 each side
\define reps20a() do 20 repetitions
\define reps40() do 40 repetitions
\define repsq() do 20 reps concentrating on __smooth motion__
\define repsq2() do 20 reps each side concentrating on __smooth motion__

```
\define reps1() do 2 sets of 40(max) w/ 30 sec rest b/w
\define freq34() do 3-4x/ day at least, hourly at most
\define freq12() do 1-2x/ day at least, morning and night
\define freq1() do 1x/ day, morning or night
\define stretch1() hold stretch 15-30 seconds each side
\define stretch1s() hold stretch 15-30 seconds
\define stretch2() hold stretch 30-60 seconds each side
\define stretch2s() hold stretch 30-60 seconds
\define reps10() do 2 sets of 10 each side
\define reps20() do 1 set of 20 each side
\define reps20a() do 20 repetitions
\define reps40() do 40 repetitions
\define repsq() do 20 reps concentrating on __smooth motion__
\define repsq2() do 20 reps each side concentrating on __smooth motion__
<<tgngp2>>
----
<<tgngp>>
[[myExercises]]
!Regular Visit fees 
|  @@''We are pleased to offer direct billing for most insurance providers''@@  |>|
|||
| ''item'' | ''price'' |
| !first visit | $70.00 |
| !normal visit | $50.00  |
| re-examination and adjustment | $60.00  |
| child's first visit | $60.00  |
| child's normal visit | $40.00  |





!Orthotics (custom made arch supports)								
|	 	orthotic inserts| !$375.00 |
|	 	orthotic shoes| !$475.00 |
|	 	orthotic steel toed boots| !$500.00 |
[img width="100px" [./images/Pic_stretch_fig-4.JPG]]
* sit in a chair with feet flat on the ground
* cross one ankle on top of the other knee
* keep your back straight as you //''bend at the hips''// straight forward
* <<stretch2>>
[img [./images/proneFig4.bmp]]
There is a wikitext syntax for images eg: `[img[Motovun Jack.jpg]]`. But what if I want to center the image. Or if I want the image left or right aligned and the text should flow around the image. 

There are 3 macros now.

* `<<image-left "Motovun Jack.jpg">>`
* `<<image-center "Motovun Jack.jpg">>`
* `<<image-right "Motovun Jack.jpg">>`

<<image-left "Motovun Jack.jpg" caption:"//floating image//">>

```
<<image-left "Motovun Jack.jpg">>
```
Activates a `float-left` CSS rule for the image container. 

If you want to add a caption to the image, just use: 

```
<<image-left "Motovun Jack.jpg" caption:"//floating image//">>
```

@@.image-text
As you can see, inline formatting rules can be used. 
@@

The image below will be centred and slightly bigger. There is no text flow around the image. The macro is used like this:

```
<<image-center "Motovun Jack.jpg" caption:"centered image" width:"50%">>
```

<<image-center "Motovun Jack.jpg" caption:"centered image" width:"50%">>

<<image-right "Motovun Jack.jpg" caption:"''float right''" tooltip:"Motovun Jack - The TiddlyWiki Mascot">>

This image uses:

```
<<image-right "Motovun Jack.jpg" caption:"''float right''" tooltip:"Motovun Jack - The TiddlyWiki Mascot">>
```

@@.image-text
Since "float-left" and "float-right" CSS rules have some effects on the text flow, we need a mechanism, that disables this effect. 
So we need to assign a special class to the last paragraph of this page: eg: `@@.image-text ... @@`
@@

.image-float-right {
    float: right;
    text-align: center;
    padding: 0.5em 0 1em 1em;
}

.image-float-left {
    float: left;
    text-align: center;
    padding: 0.5em 1em 1em 0;
}

.image-center {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.image-text:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
\define image-left(name, width:"33%", tooltip, caption)
<div class="image-float-left" style="width:$width$">
[img width="100%" [$tooltip$|$name$]]
$caption$
</div>
\end

\define image-right(name, width:"33%", tooltip, caption)
<div class="image-float-right" style="width:$width$">
[img width="100%" [$tooltip$|$name$]]
$caption$
</div>
\end

\define image-center(name, width:"33%", tooltip, caption)
<div class="image-center" style="width:$width$">
[img width="100%" [$tooltip$|$name$]]
$caption$
</div>
\end
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[foot]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
[img height="200px"[./images/wristFlexorStretch.JPG]]
* start with palm up, stretching fingers back
* keep that stretch tight as you slowly straighten elbow as fully as possible
*<<stretch1s>>
[img height="200px"[./images/wristExtStr.JPG]]
* start with fist clenched, wrist bent firmly towards thumb
* keep that stretch tight as you slowly straighten elbow as fully as possible
*<<stretch1s>>
<<tgng>>
[img height="200px"[./images/frozenBottle.jpg]]

#mostly just funny ones
##[[babies vs zombies]]
##[[the Guiltiest Dog in the World]]
##[[The best flu shot satire of all time, eh?]] by the Royal Canadian Air Farce
##[[Three Year Old Conductor]]
##[[Medieval Tech Support]]
##[[Muppets do Bohemian Rhapsody]]
##[[9 Words the Women Use]] (its funny because its true!)
##[[How the US Congress Works]]
##[[Bill Maher’s rant about Big Pharma]]
#plain ol' interesting
##[[my waiting room aquarium]]
##[[Decline of Empires]]
*[[see this in a separate tab|http://theorthoticgroup.com/PatientSite/GaitScan.aspx]]
<html>
	
	<iframe src="http://theorthoticgroup.com/PatientSite/GaitScan.aspx"
		style="background:#fff;width:100%;height:600px">
	</iframe>
</html>
Norman Geisler & Peter Bocchino, Unshakeable Foundations, (Minneapolis, MN: Bethany House Publishers, 2001) p. 256.
!!This will:

*<<sl "Show" " you how to adapt this for your own slide show">>

!!this won't:

*<<sl "write " "your material for you ;)">>
[img [./images/groinStretch.bmp]]
* sit on the floor with the soles of your feet together
* relax your hips to let knees fully go towards floor, still relaxed
* pull your feet as close as you can towards yourself (while keeping hip muscles relaxed)
* if you can't relax your hips then your feet are too close in, put them farther out
* <<stretch2s>>
[img width="200"[./images/seated-hamstring-stretch.jpg]]
* sit on front edge of a chair
* put one leg straight, the other bent
* keep low back straight and lean forward at the hips
* don't bounce, just hold that position
* <<stretch2>>
[img height="150"[./images/hand-sanitizer.jpeg]]
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[headache]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>
<span style="font-size:0.7em;" >

<$transclude tiddler=<<desc>>/>

</span>
</td></$set></tr>
</$list>
</table>
[[headache Exercises]]
[img width="300"[./images/forehead-occiput.jpeg]]
!!Headache First Aid - in case of headache
* with patient either sitting or lying down:
* gently squeeze head through a line between the forehead hairline and the back of the head
* if gives relief, maintain pressure for 30-60 seconds at a time
* slight shifting of axis may help (e.g. one hand slightly right, the other left, or vice versa)
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[hippain]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
!Type One <<image-right "./images/soapIce.jpg">>
#Fill the smaller freezer bag with the @@''//dish soap//''@@. It should be about half filled. Squeeze out excess air and seal.
#Put the smaller bag into the larger freezer bag. This will prevent leaks in your freezer. Squeeze out the excess air in the larger bag and seal.
#Place the double-bagged ice pack into the freezer until ready to use.
#When needed, remove the ice pack, wrap it in the washcloth and apply to the swollen area.

!Type Two
Things You'll Need:

* zip-lock bag
* Hand Towel
* Water
#Fold your @@hand towel@@ into a rectangle about the size of the zip-lock bag.<<image-right "./images/handTowelIce.jpg">>
#Place the folded towel into the zip-lock bag. There should be a little space left in the bag. If your hand towels are too big for your zip lock bags, look at other cloth items like t-shirts.
#Put water from the tap into the zip-lock bag slowly. You want to add water until the towel stops absorbing it. Add just enough so you can see the water start pooling at the bottom of the bag. You want the towel as wet as possible.
#Zip up the bag.
#Place it in the freezer.
#Take out and use on aches and pains. If it's too cold on the skin, wrap it in cloth.

!Type Three (multiple types)
#//''@@Jell-O and Freezer Bags@@''// - prepare jell-o (your choice of flavor/color) according to the directions on the box and let cool enough to pour into freezer bag until three-quarters full. Seal the bag securely and freeze, and you have a homemade, flexible ice pack...when the Jell-O melts, simply refreeze...
#@@//''Unpopped popping corn''// @@- Pour unpopped kernels of corn into a small freezer bag and place in freezer...these ice packs easily conforms to your body...
#@@//''A sponge''//@@ - saturate a sponge with water, slip it inside a freezer bag, and keep it in the freezer as a ready-made ice pack.
#@@//''Vodka''//@@ - Pour 1/2 cup Vodka (or rubbing alcohol) and 1/2 cup water into a freezer bag (you may want to add about 5 drops of food coloring for easy identification...wouldn't want that vodka to get into the wrong hands)...The alcohol doesn't freeze, but the water does, giving you a slushy, refreezable ice pack...

\define the_link(x)
[[$x$]]
\end
\define clipex()
<$set name="exercises" filter="[tag[Yes]]">
<$button message="tm-copy-to-clipboard" param=<<exercises>>>
clipboard
</$button>
\end


[[Welcome|Clinic List]]

<$button>Exercises List
<$list filter="[list[$:/StoryList]!has[draft.of]!title[Exercise Groups]]">
<$action-sendmessage $message="tm-close-all-tiddlers"/><$action-navigate $to="Exercise Groups"/>
</$list></$button>

<$list filter="[tag[Exercises]]+[tag[Yes]!sort[wt]]"> 

<<notag>><$macrocall $name="the_link" x={{!!title}}/>
</$list>

<$button>myExercises
<$list filter="[list[$:/StoryList]!has[draft.of]!title[myExercises]]">
<$action-sendmessage $message="tm-close-all-tiddlers"/>
<$action-navigate $to="myExercises"/>
</$list>
</$button>

<$button>print
<$action-sendmessage $message="tm-print"/>
</$button><<clipex>>

<$button>
^
<$list variable='Target' filter='[list[$:/StoryList]first[]]'>
<$action-navigate $to=<<Target>>/>
</$list>
</$button>

[[.|controls]]
!!!how about an iframe?

{{An iframe}}
The most common chiropractic treatment is the ''//"adjustment"//''.

1.  <<st "What is an adjustment?" "{{Adjustment}}">>


2.  To understand how an adjustment works, you need to understand about the muscles that support and move the spine:<<sp "click" {{SpinalMuscles}}>>


3.  An adjustment helps then by stimulating specialized nerve endings around the joint being adjusted.  A nerve signal is then sent to the deep segmental muscles that have tightened up, telling them to relax to a more normal level of tension.
<html><object width="464" height="388" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="http://www2.funnyordie.com/public/flash/fodplayer.swf?6924" /><param name="flashvars" value="key=26b0d09397" /><param name="allowfullscreen" value="true" /><embed width="464" height="388" flashvars="key=26b0d09397" allowfullscreen="true" quality="high" src="http://www2.funnyordie.com/public/flash/fodplayer.swf?6924" type="application/x-shockwave-flash"></embed></object><noscript><a href="http://www.funnyordie.com/videos/26b0d09397">Uncle Jay Explains the News - July 2, 2007</a> on <a href="http://www.funnyordie.com/">FunnyOrDie.com</a></noscript></html>
<<image-left "images/ice pack.jpg">>

|!do sets of 3:|
|15-20 minutes with ice on|
|ten minutes off|
|15-20 minutes on|
|ten minutes off|
|15-20 minutes on|





look here to make a [[Home Made Ice Pack]]
[img width=200 [./images/icePack.jpg]]
| !neck || !low back |
| !''10 minutes on'' | [img width=200 [./images/icePack.jpg]] | !''15 minutes on'' |
| 10 minutes off || 10 minutes off |
| !''10 minutes on'' || !''15 minutes on'' |
| 10 minutes off || 10 minutes off |
| !''10 minutes on'' || !''15 minutes on'' |
* Wrap an ice pack in a thin cloth like a tea towel
* apply the ice pack to the painful area
** the best spot is usually the spot near the main pain that is most tender to touch
* for a //''smaller area''// like a limb or the neck, keep the ice pack on the area for __''10 minutes''__ at a time.
** for a //''deeper area''// like the lower back, keep the ice pack on the area for __''15-20 minutes''__ at a time.
* put the ice pack back in the freezer for 10 minutes to let the body part warm back up again.
* repeat this cycle for as long as its helping - for the first try, do at least __''3 times on and off''__.
<<tgng>>
If you hurt yourself, you still have to maintain balance, while minimizing the pain or weakness

[img [./images/antalgia.jpeg]]

changing posture both at the pain site and everywhere else

[[Even if the pain goes away]]...
If you need to see what slide number this is, just drag the mouse to select 

between the << and >> chevrons at the bottom of the slide
Images in sliders

<<sp "a really big fish" "{{tiddlyFish2.png}}">> (click outside to minimize)

<<sl "a cat" "{{jack.png}}">> (click outside to minimize)

<<st "a fish" "{{tiddlyFish2.png}}">> you'll have to click the trigger to minimize this

<<s "{{tiddlyFish2.png}}">> same here



{{!!title}}
<$transclude />
areas that need improvement:

*I don't totally understand how all the sliders work.  sometimes sliders that should be closed appear opened when I get to that slide
* I haven't yet implemented a mechanism whereby previous sliders remain open when subsequent sliders are opened on the same tiddler and yet have them all closed next time you open that slide
*it would be super cool to be able to have "next", "previous" and "close tiddler" as keyboard shortcuts, but I couldn't figure that out
*it would also be nice to have hotkeys to "click" links in tiddlers, maybe "1" for the first link, "2" for the second, and so on.
*1:13:00 text is tenatious 
**if they didn't know that a part was original or not, they'd preserve it in the margin.
**therefore ALL readings are preserved in the text, not just the original, but the parts that were just notes by another long dead scribe that the future scribes weren't sure about, even if it was silly
**The good part of even the difficult variants: one of the readings is the original (E.g Mark 1:41 was Jesus angry or moved with compassion? - well, its one of them.)
** Its like having a 1000 piece jigsaw puzzle and having 1010 pieces
** Example [[1 Tim 3:16]]
** Example [[1John 5:7]]
** [[James White Summary]]
** (me) not enough time for Pericope Adulterae and the long ending of Mark (google it)
That's a given
[[knee exercises]]
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[knee]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
[img width=900 [./images/Knee.jpg]]
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[lbp]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
[img[./images/levScapStr.jpg]]
* put hand on shoulder blade of side being stretched
** this is to stabilize that shoulder blade
* look down towards opposite knee and add a ''//little//'' pressure with your opposite hand
* //''be carefull with this one as its easy to overstretch''// 
[img [./images/levatorStretch.bmp]]
<<tgng>>
Go [[here|list of slides]] to see the list of slides (close it to return here)
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d18636.93767764293!2d-110.728197!3d54.275349!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x9782866fd08806ad!2sCedar%20Chiropractic!5e0!3m2!1sen!2sca!4v1587101642322!5m2!1sen!2sca" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>

<html>
<small><a href="https://www.google.com/maps/place/Cedar+Chiropractic/@54.275349,-110.728197,14z/data=!4m5!3m4!1s0x0:0x9782866fd08806ad!8m2!3d54.267677!4d-110.728008?hl=en" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</html>
[img [./images/lumbarRotStretch.bmp]]
[img [./images/supineLumbarRot.bmp]]
*lie on the ground with legs straight and arms out like a "t"
*place left foot to the floor across the right knee
*let that left knee twist further to the right as you turn head to the left
*do same the other way for opposite stretch
*<<stretch2>>
[img [./images/advancedLunge.bmp]]
[img [./images/lungePsoasStretch.bmp]]
* kneel on one knee with opposite foot well ahead of that knee
* keeping your spine upright (not bending forward), lunge forward focusing on stretching that back hip
* <<stretch1s>>
* repeat other side
{{Motion 1.0 BallSit.pdf}}
{{Motion 1.1 BallTilt.pdf}}
{{Motion 1.2 BallStretch.pdf}}
{{Motion 1.3 AbFocus.pdf}}
{{Motion 1.4 Ball SideStretch.pdf}}
{{Motion 1.5 BallHug.pdf}}
{{Motion 1.6 Superman.pdf}}
{{Motion 1.7 CatStretch.pdf}}
\define journalButton()
<$wikify name="outputter" text={{MyExercises}} output="html">
<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}}>
<$action-sendmessage $message="tm-new-tiddler" title=<<now "$(journalTitleTemplate)$">> tags="$(journalTags)$" text=<<outputter>>/>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
Create Report!
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>
</$list>
</$button>
</$wikify>
\end
<$set name="journalTitleTemplate" value={{$:/config/NewJournal/Title}}>
<$set name="journalTags" value="[[My Reports]]">
<<journalButton>>
</$set></$set>
<svg enable-background="new 0 0 64 64" height="64px" version="1.1" viewBox="0 0 64 64" width="64px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Layer_1"><g><circle cx="32" cy="32" fill="#77B3D4" r="32"/></g><g><g opacity="0.2"><path d="M52,44c0,2.209-1.791,4-4,4H16c-2.209,0-4-1.791-4-4V24c0-2.209,1.791-4,4-4h32c2.209,0,4,1.791,4,4V44z" fill="#231F20"/></g><g><path d="M52,42c0,2.209-1.791,4-4,4H16c-2.209,0-4-1.791-4-4V22c0-2.209,1.791-4,4-4h32c2.209,0,4,1.791,4,4V42z" fill="#E0E0D1"/></g><g opacity="0.2"><g><path d="M35.524,30.185c-1.938-2.146-5.109-2.146-7.047,0L13.05,43.228c-0.18,0.199-0.328,0.393-0.461,0.585      C13.29,45.119,14.549,46,16,46h32c1.451,0,2.71-0.881,3.411-2.187c-0.133-0.191-0.281-0.385-0.461-0.585L35.524,30.185z" fill="#231F20"/></g></g><g><g><path d="M35.524,32c-1.938-1.9-5.109-1.9-7.047,0L13.05,43.546c-0.18,0.176-0.328,0.348-0.461,0.517      C13.29,45.22,14.549,46,16,46h32c1.451,0,2.71-0.78,3.411-1.936c-0.133-0.169-0.281-0.341-0.461-0.517L35.524,32z" fill="#E0E0D1"/></g></g><g opacity="0.2"><g><path d="M12.589,20.187C13.29,18.881,14.549,18,16,18h32c1.451,0,2.71,0.881,3.411,2.187      c-0.133,0.191-0.281,0.385-0.461,0.585L35.524,33.815c-1.938,2.146-5.109,2.146-7.047,0L12.589,20.187z" fill="#231F20"/></g></g><g><g><path d="M28.476,32c1.938,1.9,5.109,1.9,7.047,0L50.95,20.454c0.18-0.176,0.328-0.348,0.461-0.517      C50.71,18.78,49.451,18,48,18H16c-1.451,0-2.71,0.78-3.411,1.936c0.133,0.169,0.281,0.341,0.461,0.517L28.476,32z" fill="#FFFFFF"/></g></g></g></g><g id="Layer_2"/></svg>
!!![[Clinic Information]]
!!![[Orthotics]]
!!![[FAQs|Frequently Asked Questions]]

<br>
[[Covid Announcement]]

[[Welcome]]

[[Clinic Hours]]

[[Clinic Location]]

[[Fees]]


<$button>
^
<$list variable='Target' filter='[list[$:/StoryList]first[]]'>
<$action-navigate $to=<<Target>>/>
</$list>
</$button> 

[[.|MainMenu]]
http://www.unchangingword.com/obj_hist_13evidence.php
http://www.truthnet.org/Bible-Origins/9_Transmission-of-the-New-Testament/
<html><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/pQHX-SjgQvQ&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/pQHX-SjgQvQ&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></html>
<html><img src="images/Medistik.png" style="width: 600px; "/></html>


Medistik is a topical pain treatment that works by the ''"counter-irritant"'' in a similar way that A535, Tiger Balm, Ben Gay etc work:

 ''//It stimilates the nerve endings in your skin, producing a feeling of heat and/or cold which "displaces" pain signals thereby driving your pain perception to a lower level.//''
[img[./images/meniscus-repair-vs-menisectomy2-300x273.jpg]]
[img[./images/menuscusPics.jpg]]
[img width=900 [meniscus-repair-vs-menisectomy2-300x273.jpg]]
[img width=900 [./images/MericSystem.jpg]]
<<tgng>>
Papyri MSS
Papyri MSS

E.g.  The KJV  is actually made from later sources than the modern ones
<html>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/tgbNymZ7vqY&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/tgbNymZ7vqY&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></html>
As your chiropractor…

''My Purpose:''  (what I'm here for)

*To find and release the pinched nerves and their conflicting messages that are stopping your body from healing normally.

''My Mission:''   (what needs to be done)

*To ''//gather//'' all the clues about your condition.
*To ''//create//'' a plan you can use to remove those blockages,  primarily using the [[CEDAR|Why CEDAR?]] method.
*To ''//educate//'' you understand the plan so that you will follow through with it.

''My Vision:''     (what I hope for your future)

*When this mission is being fulfilled //''you will have a sense of renewed energy and ability to affect your own health, and the freedom to pursue and enjoy your own purposes that you were designed for.''//

<iframe src="https://player.vimeo.com/video/5606758?color=ffffff&portrait=0&badge=0" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<p><a href="https://vimeo.com/5606758">Kuroshio Sea - 2nd largest aquarium tank in the world - (song is Please don&#039;t go by Barcelona)</a> from <a href="https://vimeo.com/theradblog">Jon Rawlinson</a> on <a href="https://vimeo.com">Vimeo</a>.</p>

okay, mine's a little smaller... ;-)
\define myframe(link)
<html><iframe src="$link$" style="border:0;width:100%;height:700px;" frameborder="0" scrolling="yes"/></html>
\end
<table><thead><tr><td>Exercise</td><td>Picture</td><td>Description</td></tr></thead>
<$list filter="[tag[Yes]]"><tr>
<td><$link to={{!!title}}><$view field="title"/></$link></td>
<td><$transclude/></td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set>
</tr></$list></table>
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[Yes]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link></td>
<td align="center"><$transclude/></td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>
<span style="font-size:0.6em;" >

<$transclude tiddler=<<desc>>/>

</span>
</td></$set></tr>
</$list>
</table>
\define the_link(x)
[[$x$]]
\end

<$list filter="[tag[Exercises]]+[tag[Yes]]"><$macrocall $name="the_link" x={{!!title}}/><$transclude/> <$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<$transclude tiddler=<<desc>>/>
</$set><hr> </$list>

\define myframe(link)
<html><iframe src="$link$" style="border:0;width:100%;height:700px;" frameborder="0" scrolling="yes"/></html>
\end
<<tgng>>
[img width=200 [./images/smilingDave.jpg]]
<$view field="exercises">
[img width=900 [./images/neck outer muscles.png]]
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[neckpain]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
...
[img height="150"[./images/isotonicNeckLat.jpg]]
* place palm of hand (or fingertips for lighter pressure) on side of head
* keep nose pointed forwards as you bend neck slowly sideways towards then away from hand
* pressure should be strong, but motion should be smooth and not painful (if it is, then lighten your pressure)
** improve effect by doing this in [[one-legged stance]]
* 10 reps each side
<html><iframe src="./images/Nerve Flossing .webm" width="800px" height="500px"></iframe></html>
[[nerve Flossing vid]]

[img height="200"[./images/nerveFloss.png]]
* start seated in a chair you can put your foot under
* on the involved side:
* straighten your leg and look up at the same time
* bend your leg under the chair as you bend your head down
----

* (search youtube for "nerve flossing seated")
<table>
<tr>
<th>author</th>
<th>quote</th>
<th>tags</th>
</tr>
<$list filter="[tag[Exercises]]">
<tr>
<td><$view field="author"/></td>
<td><$view field="quote"/></td>
<td>

<$list filter="[tag[Exercises]]">
<$transclude tiddler="imagesTemplate"/>
</$list>
</td>
</tr>
</$list>
</table>
|psychotable|k
|Text 1|[img [./images/abdCrunches.bmp]]|
|Text 3|Text 4|
html body .psychotable th {background-color:#ff0099;}
html body .psychotable td {background-color:#ff9933;}
html body .psychotable {border-color:#ff0033;border-width:10px;}
<video    width="320" height="180"
    poster=""
    controls preload="none">
    <source src="/home/david/Downloads/tiddlywikilocations/images/Pull my finger.mp4" type="video/mp4">
</video>
<<version>>
<$list filter='[is[current]]+[tag[slide]]+[nsort[order]]' variable=CurrentImage>

<div style='width:100%'>
<$list filter='[tag[slide]]+[nsort[order]]+[before<CurrentImage>]'>
<div style='width:70%;z-index:99;position:absolute'>
<$button class='tc-btn-invisible'>
<$action-navigate $to=<<currentTiddler>>/>{{$:/core/images/chevron-left}}
<$action-sendmessage $message='tm-close-tiddler' $param=<<CurrentImage>>/>
</$button>
</div>
</$list>
<$list filter='[tag[slide]]+[nsort[order]]+[after<CurrentImage>]'>
<div style='text-align:right;position:absolute;width:80%;z-index:98'>
<$button class='tc-btn-invisible'>
<$action-navigate $to=<<currentTiddler>>/>{{$:/core/images/chevron-right}}
<$action-sendmessage $message='tm-close-tiddler' $param=<<CurrentImage>>/>
</$button>
</div>
</$list>

<div style='text-align:center;position:absolute;z-index:1;width:80%;color:#e2d3b8'>
{{!!order}}
</div>

</div>
<br>

<div>
<p>
<$transclude field='caption' mode=block/>
</p>
<br>
</div>
</$list>
<$list filter='[is[current]]+[tag[slide]]+[nsort[order]]' variable=CurrentImage>

<div style='width:100%'>
<$list filter='[nsort[order]]+[before<CurrentImage>]'>
<div style='width:70%;z-index:99;position:absolute'>
<$button class='tc-btn-invisible'>
<$action-navigate $to=<<currentTiddler>>/>{{$:/core/images/chevron-left}}
<$action-sendmessage $message='tm-close-tiddler' $param=<<CurrentImage>>/>
</$button>
</div>
</$list>
<$list filter='[nsort[order]]+[after<CurrentImage>]'>
<div style='text-align:right;position:absolute;width:80%;z-index:98'>
<$button class='tc-btn-invisible'>
<$action-navigate $to=<<currentTiddler>>/>{{$:/core/images/chevron-right}}
<$action-sendmessage $message='tm-close-tiddler' $param=<<CurrentImage>>/>
</$button>
</div>
</$list>

</div>
<br>

<div>
<p>
<$transclude field='caption' mode=block/>
</p>
<br>
</div>
</$list>
[img height="200px"[./images/nightSplint.jpg]]
<$list filter='[is[current]]+[!tag[slide]]'>
<div style='width:100%'>
<div style='width:70%;z-index:99;position:absolute'>
<$reveal type="nomatch" state=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<div class="tc-tags-wrapper"><$list filter="[all[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate" storyview="pop"/></div>
</$reveal>
</div>
</div>
</$list>
Yes, I know this isn't pretty, but I modified it from the original presentation [[here|https://dl.dropboxusercontent.com/s/1z8g9eu7hm7xngi/BibleReliabilityPublic.html?dl=0]] about the reliability of the new testament. (takes a while to load - its bloated with images)

The ugliness should encourage you to make it your own :)
\define notag()
<$fieldmangler><$button message="tm-remove-tag" param="Yes">{{$:/core/images/delete-button}}</$button></$fieldmangler>
\end


<<notag>>
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[NP]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
[[cavitation]]
<<tgngp>>
* [[Open|$:/core/ui/SideBar/Open]]
* [[recents (doesn't work right)|$:/core/ui/SideBar/Recent]]
* [[Tools|$:/core/ui/SideBar/Tools]]
* [[More|$:/core/ui/SideBar/More]]
[img height="200px"[./images/orthotics.jpg]]
<<image-left "images/SuperFlex_Full.jpg" width:"50%">>
We can analyze your gait with the help of the [[Gaitscan]] technology invented by [[The Orthotic Group]]


look //''[[HERE|http://theorthoticgroup.com/PatientSite/Footwear.aspx]]''// to see shoes, boots, sandals etc we can order for you with your custom foot support prescription.  Its the website of The Orthotics Group we get our orthotic products from.

The PIN code to view the shoes is ``TOGShoes``



{{shoepic}}
<$reveal type="nomatch" state="$:/state/SampleReveal2" text="show">

<$button set="$:/state/SampleReveal2" setTo="show">Show me</$button>

</$reveal>
<$reveal type="match" state="$:/state/SampleReveal2" text="show">

<$button set="$:/state/SampleReveal2" setTo="hide">Hide me</$button>

! This is the revealed content
And this is some text

</$reveal>

----

<$reveal type="nomatch" state="$:/state/SampleReveal2" text="show">

<$button set="$:/state/SampleReveal2" setTo="show">Show me</$button>

</$reveal>
<$reveal type="match" state="$:/state/SampleReveal2" text="show">

<$button set="$:/state/SampleReveal2" setTo="hide">Hide me</$button>

! This is the revealed content
And this is some text

</$reveal>

----

<$button popup="$:/SamplePopupState">Pop me up!</$button>

<$reveal type="popup" state="$:/SamplePopupState">
<div class="tc-drop-down">

! This is the popup
And this is some text

</div>
</$reveal>

----

<$button set="$:/state/SampleReveal1" setTo="show">Show me</$button>
<$button set="$:/state/SampleReveal1" setTo="hide">Hide me</$button>

<$reveal type="match" state="$:/state/SampleReveal1" text="show">

! This is the revealed content
And this is some text

</$reveal>

----

[img [./images/latsEx.jpg]]
# hold exercise band between your hands overhead
# keep your elbows straight the whole time
# pull hands apart until band gets close to your head
# allow hands to get closer again but maintain some tension
# repeat, max 40, best is 2 sets with 30 sec rest between sets
Papyri MSS
Papyri MSS
Papyri MMS
Papyri MSS
[img width=900 [./images/paraspinalmuscles.png]]
<<tgng>>
[img width=700 [./images/piriformisSyndrome.jpeg]]
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
[img [./images/plank&hipExt.bmp]]
* start on elbows with feet and knees together, toes to floor.
* raise hips up until your body is straight from feet to shoulder.
** level 1 (easy): hold this position while you twist hips to face them left, then right up to 20 full cycles (or 40 half cycles)
** if that's easy, do level 2 instead
* level 2 (harder): keep legs stiff & straight, lift one leg off the ground (high enough to touch your toe to other heel)
** <<reps1>>
* level 1.5 (bit easier): Do same as level 2 but in full arm pushup position, or in pushup position on furniture or kitchen table
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[plantarf]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>
<span style="font-size:0.7em;" >

<$transclude tiddler=<<desc>>/>

</span>
</td></$set></tr>
</$list>
</table>
install this:
http://printriver.tiddlyspot.com/

* search for the plugin "printriver" and drag here
* designate certain tiddlers for pages one to 8 in a [[pocketmod|pocketmod ideal]]
* each page is preselected for the printriver in the window and variable content is delivered by selecting appropriate content each time
* print out to pdf, will put the content into 8 pages of a pdf
* have a keyboard or mouse shortcut to run a bash script that converts the file to pocketmod format and then directly prints it from the script
Your posture is how you balance

[img width=600 [./images/Balance.jpg]]

[[If you hurt yourself]]
<<tgng>>
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[posture]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
[img width="200"[./images/posturePillow.png]]
* Good posture is somewhere between the two extremes of total relaxed slouching forward ("bad posture") and exaggerated stiff-spined extension or "military posture"
** in order to be capable of good posture you always have to maintain the ability to physically go past neutral and into extension in a relaxed way
** The easiest way to do this is by relaxing into this position for ''10 minutes'' at least //''once a week''//, before finally going to sleep in your normal position
* place a pillow //''lengthwise along your spine''// laying face up with your arms relaxed and shoulders falling further back with gravity.
**You may want to experiment with where the top of the pillow falls in relation to your head.
**Allowing your head to extend slightly back creating a slight traction is ideal, but only if it remains comfortable, otherwise let the pillow support your head at ear level
[img width="300"[./images/resNeckExt.jpg]]
*hands behind head, pushing against back of head (''starting'' ''position'' ''pictured'')
**arch back backwards, stretching elbows backwards, //''facing up towards ceiling''//
**hold that at full strength for 10 seconds
**remain there but relax back for another 10 seconds, resting on the back of your chair
*(can do this throughout the day - e.g. bathroom breaks, meals)
[img [./images/kitchenCounterStretch.bmp]]
* place hands stretched out on top of gym ball straight over  your head
* relax into the pictured position to stretch your arms and upper back
* <<stretch1s>>
**''//Alternate Position://'' you can do this standing in front of a kitchen counter
[img [./images/prayerStretch.bmp]]
* Starting from a kneeling position, with toes touching and knees as wide as the shoulders. (bit different from pic)
* draw your hips down to your heels (skip if knee problems - if so place cushion b/w bum and heels)
*extend arms forward on the floor and lower your forehead to the ground. 
* Close your eyes and let your forehead rest on the ground. Breathe in whichever manner is comfortable to you.
*<<stretch2s>>
* select exercises the normal way
* click the print button and print to pdf as exercises.pdf
* use a keyboard or mouse shortcut to run a bash script
[img width=700 [./images/psoas-muscle.jpg]]
<html><iframe width="100%" height="500" src="https://www.youtube.com/embed/BHEcQluSzmM?autoplay=1&loop=1&playlist=BHEcQluSzmM" frameborder="0" allowfullscreen></iframe>​​​</html>
[img width="350"[./images/kneePushups.bmp]]
*place knees together on floor and start in pushup position on hands
*bend your elbows to lower your body towards the floor until your elbows are bent 90'
*push yourself up smoothly to the starting position
*<<reps1>>
[img height="175"[./images/Easy-Quad-Stretch.jpg]]
* hold on to a chair or counter if you need help balancing
* grab your foot or ankle with that knee bent behind you
* extend bent knee back away from you as far as comfortable, then
* pull that heel closer to your body to increase the stretch
* <<stretch2>>
* sets of things to do for conditions
** [[Rotator Cuff Syndrome]]
** [[Headache]]
** [[PlantarFasciitis]]
** [[Elbow & Wrist]]
** [[Low Back Pain from disc]]
** [[Low Back Pain from facet]]
** [[Low Back Pain from SI joint]]
** [[Piriformis Syndrome]]
* layered / progressive exercises
* layered exercise program with e.g. Dukan exercise base
<<tgng>>
[img width=900 [./images/chiro-road_large1.jpg]]
*types
**neck
**t/s
**l/s
**screening
**extremity
*modifiers
**joint inflammation
**chronicity
**disc/nerve impingement
**MVA
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[rcuff]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>
<span style="font-size:0.7em;" >

<$transclude tiddler=<<desc>>/>

</span>
</td></$set></tr>
</$list>
</table>
[img width=900 [./images/rotator.cuff.impingement.jpg]]
[img width=700 [./images/rotator.cuff.impingement2.jpg]]
same thing with seeing the title (drag upper left)

If you want them to be completely invisible, you'll have to better match the background color of your background (tiddler) image here: [[bigFont]]
if you want to save with the sidebar closed, just open the main menu, click [[controls]] , close the sidebar, and click the save button that’s in there
[img width="300"[./images/scapularPushups.jpg]]
*start in a push-up position, body straight and straight arms supporting you
**easy level: hands at kitchen table or kitchen counter or high bed height.
**medium level: hands at couch or low bed height.
**hard level: hands on the floor
* //''keeping your elbows __straight__''// (don't bend them like a regular pushup),
** bring your ''shoulder blades back ''as far as they can go
** then push your ''shoulder blades forward'' as far as they can go
** <<repsq>>
[img [./images/segmental spinal muscles.jpg]]
* "Rapid" in this context is short for [[Rapid Neurofascial Reset|https://www.rapidneurofascialreset.com/rapid-art]]
* Dr Parker is trained in upper and lower body Rapid protocols (there are two additional ones), but you can attempt a simple version of the same thing in a pinch:

# find the sore spot (should be muscle or bony areas, not over eyes or organs)
# place your thumb or fingers //just beside// the painful spot
# press down to ideally end up deep, near bone if not too painful
## on the way down try to wiggle //between// prominent muscle fibres - you're trying to get to bone
# pause for a moment and feel for a pulse - if you can detect a pulse, move to a different area (basically avoid "sensitive areas")
# Here's the therapeutic part: While you firmly hold the straight downward pressure, add a force in the direction that pushes you through the tender point, then let off pressure on the other side of the tender point
## There should be no sliding on the skin - in other words, the movement is all below the skin over a fairly short distance
## This is supposed to hurt, but limit yourself to 2 or 3 times over any one area, and afterwards it should feel better.  If it doesn't, then stop and use ice.
## you can also try it from different directions, e.g. towards you center vs away from your center
[img[images/AdrenalinepairWomenSmallNew.jpg]]
<<tgng>>
<table>
<thead><tr><td>Exercise</td><td>Picture</td><td>Descript</td></tr></thead>
<$list filter="[tag[shoulder]!sort[wt]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link><br><<yesnotag>> </td>
<td align="center"> <$transclude/> </td>
<$set name="desc" filter="[<currentTiddler>addsuffix[.d]]">
<td>

<$transclude tiddler=<<desc>>/>

</td></$set></tr>
</$list>
</table>
[img[./images/Tubing ER Finish.jpg]]
* keep your elbows "pinned" to your sides.
* pull outwards until you can't move your hands outward any more.
* pause there for half a second
*  relax slightly so that your hands move closer together, but not so much that the elastic loses tension
**  <<reps1>>
** <<freq12>>
[img width="200"[./images/rotCuffStretch.bmp]]
* grasp a doorknob and lean away from it as pictured
* experiment with different angles of stretch at shoulder for maximum stetch
* <<stretch1s>>
* <<freq12>>
[img [./images/latsStretch.bmp]]
how about some sliders?

<<s "one, two">>

<<sl "three" "four - this one disappears">>

<<st "five" "six">>



<<sp2 "eleven" "Twelve. Just some words only
images don't work.  But this disappears too">>

[data-tags*="descr"] .tc-tiddler-body  {
  font-size:.6em;
}
There are two main groups of spinal muscles:
<<image-right "images/Pic_multifidi.JPG">> 

1.  The inner, or deep ((segmental (meaning that they are short - they go from one spinal bone to the next one or two bones up or down))) muscles 

<<image-left images/ParaspinalMuscles.GIF>>
2.  The outer layer, 


The surface or ''paraspinal muscles'' are the ones that move us around, help us bend and twist etc.  They are the ones that when knotted up can be treated by massage therapy, or in my office, by use of the arthrositm <<image-right "images/arthrostim.jpg">> instrument or the 

activator <<image-left "images/activator.jpg">> instrument

The inner or deep ''segmental muscles'', on the other hand, do not ''//cause//'' movement, but they keep all the separate bones aligned at every possible position and point in time.  When they become <<sp3 "subluxated" "{{Subluxation}}">>, the treatment chiropractors do for that is called a spinal adjustment.  Massage does not typically help with subluxations
a [[subluxation|Subluxation]] is a bit of a fuzzy term.  It can mean both a cause and an effect.  

In the sense of //''cause''//, a subluxation happens when one of the deep segmental spinal muscles lets go at the wrong time and allows a spinal joint to go slightly out of place. 

 In the sense of //''effect''//, the body responds to that accidental "give" by recruiting other muscles in the area to guard against any further movement out of place.  This tightening or mild spasm can also be considered a subluxation, or fixation, or "bone out of place" or "misalignment".
<$list filter="[all[current]tag[Exercises]]">
<<list-links "[all[current]tagging[]]">>
</$list>
\define datauri(title)
<$macrocall $name="makedatauri" type={{$title$!!type}} text={{$title$}}/>
\end


<style>
.jack {
	background: url(<$macrocall $name="datauri" title="P52.jpg" $output="text/plain"/>);
	height: 300px;
}
</style>
<div class="jack"/>


bla bla bal
{{GreekMSSproduction.jpg}
[img [./images/TFLstretch.bmp]]
\define tgngp2()

<div class="imggal">

<$list filter="[is[current]tagging[]sort[title]]">

{{!!title}}<br><<yesnotag>> 

<div class="imggal-item">

<$link to={{!!title}}><$transclude/></$link>

</div>

</$list>

</div>

\end

<<tgngp2>>
<html><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/gWfCnjnShnM&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/gWfCnjnShnM&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></html>
! Introduction

A number of extended filters are necessary to manipulate lists. 

The first set of filters are designed to move items from the tail of the list and insert them at specified locations in the list. Items are often appended to the list before using these filters. In general, these filters accept a suffix specifying the number of items to move (default to 1.) 

A second set of filters are designed to either add or remove from the list, a selected range of items from an array. These filters are best used with a reference to an array, stored in a field or data index elsewhere in the wiki (they may be used with a simple list of items, provided the items do not include white space.) In general, these filters accept a suffix specifying the number of items to move (default to All.)

A third set of filters are especially designed to work with the ~ActionListops widget, and have specialised functions:

* The cycle[] operator selects the next/previous item from a reference list, to the first item in the current list which matches any item in the reference list. This may be used to cycle an item through the values in the reference list.
* The keep[] operator, selects only those items matching an item in the reference list. This may be used to display the currently selected item from the reference list.

! Examples

In this example we shall populate the '~DataIndex' index of the tiddler '~MyData' with the names of the days of the week, then clear this list. 

<$macrocall $name='wikitext-example-without-html'
src="""<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $filter="[list[Days of the Week]]"/>
Get days-of-the-week
</$button> 
<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $filter="[[]]"/>
Clear
</$button>

{{ListopsData}}"""/>

---
In this example we shall slice the populated list from the 'DaysOfTheWeek' index of the tiddler '~MyData' in order to insert items before and after a marker item (Wednesday) that are first appended to the list.

<$macrocall $name='wikitext-example-without-html'
src="""<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="one two +[putbefore:2[Wednesday]]"/>
Put 2 Items Before Wednesday
</$button> 
<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="four five +[putafter:2[Wednesday]] three +[putbefore[Wednesday]]"/>
Put One Item Before & Two Items After Wednesday
</$button>

{{ListopsData}}"""/>

---
In this example we shall slice the populated list from the 'DaysOfTheWeek' index of the tiddler '~MyData' in order to replace the marker item (Wednesday) with items which are first appended to the list. We shall then move 3 items to the head of the list which have first been appended to the list from referenced fields.

<$macrocall $name='wikitext-example-without-html'
src="""<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="[[---o]] [[o---]] +[replace:2{!!marker}]"/>
Replace '!!marker' with 2 Items
</$button>
<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="[{!!item1}] [{!!item2}] [{!!item3}] +[putfirst:3[]]"/>
Put 3 Items First
</$button>

{{ListopsData}}"""/>

---
In this example we shall slice the populated list from the 'DaysOfTheWeek' index of the tiddler '~MyData' in order to append to the truncated list, items from a referenced field. We shall then remove the first two of the items added.

<$macrocall $name='wikitext-example-without-html'
src="""|list: |<$view field="list"/> |

<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="+[allbefore:include[Wednesday]] +[prepend{!!list}]"/>
Prepend '!!list' to items before 'Wednesday'
</$button> 
<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="+[remove:2{!!list}]"/>
Remove first two items in '!!list' from current list
</$button>
<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="+[!remove:1{!!list}]"/>
Remove last item in '!!list' from current list
</$button>

{{ListopsData}}"""/>

---
In this example we shall populate the list with numbers, then move items one by one from the head to the tail and from the tail to the head (best seen by clicking the lower buttons several times.) 

This example illustrates that the append[] and prepend[] operators do not enforce unique instances of an item and that, with the next run, any duplicates are removed.

<$macrocall $name='wikitext-example-without-html'
src="""<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $filter="[[]]" $subfilter="+[append:3{!!numbers}]"/>
Setup some numbers
</$button>
<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="+[!append:6{!!numbers}]"/>
Append more numbers
</$button>

<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="+[putfirst:2[]]"/>
Move last 2 items to the head
</$button>
<$button>
<$action-listops $tiddler="ListopsData" $index="DataIndex" $subfilter="+[putlast[]]"/>
Move the head to the last item
</$button>

{{ListopsData}}"""/>
<html><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/B8ISzf2pryI?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/B8ISzf2pryI?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object></html>
*[[see this in a separate tab|http://theorthoticgroup.com/PatientSite/Home.aspx]]
<html>
	
	<iframe src="http://theorthoticgroup.com/PatientSite/Home.aspx"
		style="background:#fff;width:100%;height:500px">
	</iframe>
</html>
the image to replace in [[bigFont2]] is "paper3.jpg"

These tiddlers don't have the previous/next chevrons because they're meant to return to the previous slide (if you want to emphasize the "nodalness" of the "node" slide)

BTW, to go back to the previous slide, just close this tiddler (little X lower left)
!!Welcome to the first slide
its listed in the [[DefaultTiddlers|$:/DefaultTiddlers]]
 <$image source="Motovun Jack.jpg" width=570 />

(try F11, then click on the >> bottom right)
<html>
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/0REJ-lCGiKU?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0REJ-lCGiKU?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
</html>
http://giffmex.org/experiments/test.html

<$scrollable class='giffscroll'>

<div class="imggal">

<$list filter="[is[current]tagging[]sort[title]]">

<div class="imggal-item">

<$link to={{!!title}}><$transclude/></$link>

</div>

</$list>

</div>

</$scrollable>
<$list filter="[!is[system]!is[shadow]!lsort[]]">
<$macrocall $name="length" tiddler={{!!title}}/>
<$link><$view field=title/></$link><br>
</$list>
convert this


```
<$list filter="[all[current]has[previous]]">
<$link to={{!!previous}}>previous</$link> 
</$list>
<$list filter="[all[current]has[next]]"><div style="float:right;"> 
<$link to={{!!next}}>next</$link></div>
</$list>
```


into a way to jump to whatever is the next biggest number or previous smaller number, and also be able to see a list of the tiddlers in order of page number
<<tgng>>
[img height="200px"[./images/toeCurls.jpg]]
\define yesnotag()
<$fieldmangler>
<$button message="tm-add-tag" param="Yes">{{$:/core/images/new-button}}<$action-setfield $tiddler="$:/state/tab/sidebar--1835078512" text="Homework"/></$button>
<$button message="tm-remove-tag" param="Yes">{{$:/core/images/delete-button}}<$action-setfield $tiddler="$:/state/tab/sidebar--1835078512" text="Homework"/></$button>
</$fieldmangler>
\end


<<yesnotag>>
[img width="300"[./images/trapsStretch.jpg]]
#sit on one hand
#lean head (or pull with opposite hand) away from that side
##optional:
##slightly tilt chin foreward or backward to find the tightest muscle
#hold for 20 seconds.
#repeat with the other side
[img [./images/tricep-stretch.jpg]]
* bend elbow tight
* keeping it bend, push elbow up over your head
** you should feel stretch at back of arm
* for extra stretch lean that hand/forearm against wall behind you
* <<stretch1>>
smb://ls-xlc98/share/patientFilesNAS/ptEd/Balance.jpg
[img height="400"[./images/Vastus-Intermedius-Muscle.jpg]]
* for thigh pain and lateral knee pain
* commonly together with IT band (j-hook the border b/w them)
<<version>>
[img width=900 [./images/vertMotionSegment.png]]
*building [[(S)BasicSlider(sticks)]]
**sliders <<s "that stay open when revealed (<< s 'content') ">>
** <<st "sliders " "that stay open when revealed  (<< st 'title' 'content')">>
*moving faster [[(sl)classicSlider(transient)]]
**<<sl "sliders" "that close when moved past (<< sl 'content'">>
**<<sl "sliders   " "{{P52}}">>
**<<sl "sliders  " "that all close when moved past">>
*significant side tangents
**[[link that you can close to come back here|another tiddler]]
OtherSliderRevealWidgetExamples
[img[./images/VMOlv1.jpg]]
* stand sideways at a stair step w/ one foot over the edge
* easy: with hanging ''//toe pointed down//'', bend the supporting knee until the opposite toes touches the next step
* harder: with hanging ''//toe pointed up//'', bend the supporting knee until the opposite heel touches the next step
* <<reps10>>
[img[./images/VMOlv2.jpg]]
* stand facing down stairs w/ one foot over the edge
* easy: with hanging //''toe pointed down''//, bend the supporting knee until the opposite toe touches the next step
* harder: with hanging ''//toe pointed up//'', bend the supporting knee until the opposite heel touches the next step
* <<repsq2>>
[img width=900 [./images/feeling-vs-function.jpg]]
! We're here to give you back your freedom

!! Humans are designed to move and act freely, to use our unique personality and talents to make our lives, our families and our society better and better
[img[./images/workTogether2.jpg]]

!!! Sometimes our body's built-in safety mechanisms (like swelling, muscle spasm and other nerve reflexes) kick in so hard they limit us with pain, and if left long enough begin to restrict other health systems in the body, even after the pain recedes.
<<image-center "images/cantStand.png" width:"70%">>

!! Chiropractic adjustments release those "emergency brake" points of tension so the body can recover its flexibility and strength again, freeing you to be you without limits.
<<image-center "images/breakChains2.jpg" width=70%>>

! Join us at Cedar Chiropractic in restoring our potential one adjustment at a time
What if you want to go on a tangent? 

Click [[here|Aside tiddler 1]]
When an adjustment is made, there is a pressure change inside the joint that forces the carbon dioxide (CO2) that is in the joint fluid to change into a gas form.  Its like when you open a bottle of pop and it fizzes or bubbles, only when it happens inside a joint, it happens all at once (because the joint fluid is at body temperature).  So, in short, the crack is ''//the sound of CO2 popping into gas form//''.
!!! If you either don't "qualify" for emergency treatments, or you just can't get in to the office, here's what you can try to control the pain while staying at home:

* //''Use ice''//, not heat
** Heat always feels good, but if you have __medium to strong pain__, and //especially// if you have any __swelling__, heat will encourage inflammation that will make the pain worse within the next 20-60 minutes
** [[Ice pack 101 (click me)|How to use ice]]
<br>

* //''Stay Moving''//
** //Too much movement// can irritate things and make it worse, but //''not moving at all can''// allow swelling to build and muscles to stiffen and also make things worse.
** the answer is to find the happy medium: try to keep moving and active for short periods of time, but do so frequently
<br>

* Try ''//Topical// treatments'' (creams and gels you put on the skin)
** e.g. [[Medistik]], A535, Tiger Balm, Lakota, Ben Gay, etc...
** its okay if they feel hot (or cold) because that's more like "spicey hot" which won't encourage inflammation like temperature heat would
<br>

* Try ''//stretching//'' nearby muscles
** look [[here|Exercise Groups]] for your area of concern (focus more on the stretches than the strength ones)
<br>

* Try //''direct soft tissue self treatment''//
** if you have a massager, try running it over the painful area.
** if you have a Foam Roller you can "roll out" the painful muscles using your body weight on top of the foam roller.
*** you can try searching [[YouTube (click me)|https://www.youtube.com/results?search_query=foam+roller+hip]] for methods with "foam roller" + the area that hurts
** you can have a similar effect rolling on top of a tennis ball or similar ball
** you can try a [[self Rapid Treatment]]
<br>

* Its okay to use over-the-counter medication if you don't have any medical reasons not to (e.g. kidney or liver problems).
** In most cases people generally have found that of the three main types (anti-inflammatory, Tylenol (analgesic), muscle relaxant) you already know which is more likely to work for you.
** If you don't already know, but you want to try, I'd recommend you start with NSAIDs first (Advil, Ibuprofen, Motrin etc), and if that doesn't work try Tylenol next.  I usually recommend muscle relaxants (e.g. Robaxin) last because they can affect your mental state ("don't operate heavy machinery")
*** keep in mind that muscle relaxants often also come with additional NSAIDs or Tylenol
!!!Here's a slide title (but not the real tiddler title)
<<sl "What's up?" "
*with this paper background?">>

*<<sl "*" "you can drag any image into this TW5 file and refer to it [[here|bigFont]]

Don't worry, all that gibberish will go away when you edit it.

">>


heat always feels good at first, but if there's any inflammation in the area you're heating up, that will encourage the inflammation and you'll probably feel worse than before within 20 minutes to an hour.

My general rule of thumb is to avoid heat if

#its a recent injury (hours to days)
#if your pain level is more than a 4/10 

Ice, on the other hand, will never hurt you (as long as you don't give yourself frostbite!!)

*just wrap a thin towel around a frozen gel-pac or bag of frozen peas and apply it to the painful area for 10 to 15 minutes at a time, in a set of three applications with ten minutes in between when you put the pack back in the freezer.<<image-right images/Ice_pack.jpg>>
*if you're afraid the ice will be too cold (i.e. you just "don't like being cold") wrap yourself up in a warm blanket and give yourself 30 seconds to get used to the cold.  I'm sure you'll be able to make it past that uncomfortable time so you can later appreciate the "numbing" effect the ice has on pain and inflammation.

typical frozen ice pack you can buy at a drug store and keep in your freezer
CEDAR is an acronym for the five primary areas in which you should be looking at changing your habits if you've decided you're not happy with your current health or the direction its heading.

Each letter stands for:

*C [[Chiropractic]]
*E [[Exercise]]
*D [[Diet]]
*A [[Attitude]]
*R [[Recovery]]
You will only get x-rays if there is a need for them.  Typically xrays aren't needed to decide how to treat you, but are sometimes needed to either decide //if// you should be treated (adjusted) or to what degree should we expect results from treatment.
Any excessive pulling or stress on the joints can eventually lead to arthritis, especially if you are already genetically predisposed (have arthritis in the family).  Occasional cracking of the knuckles is not a problem, but if you do it out of habit and more than once a day, then I would think you'd be at higher risk of developing arthritis (big knuckles).

[[Can adjustments cause arthritis?]]
[img height="200px"[./images/wrist_curl.jpg]]
* pick a ''barbell'' or other weight that you can hold with one hand
* stablilize your forearm on your knee
* one curl is going from the weight in your hand from low to high (see pic) and back again.
* the weight should be light enough to be able to at least do 5 repetitions, but if you can easily do 40 repetitions, try to find a heavier weight
* do //''as many reps as you can to a maximum of 40''//
* repeat with your palm facing down
* do ''2 sets each direction'' (total of 4 sets per hand)
<<myframe "http://www.codexsinaiticus.org/en/manuscript.aspx?book=55&chapter=3&lid=en&side=r&zoomSlider=0">>