Reflection
//Give Us This Day//

''Speak With Your Life''

Proclaim the Gospel to every creature.

You and I have a unique purpose and call. We have a unique expression of what our relationship with Jesus looks like in prayer. Each of us has a specific expression of what service to God looks like. Here are words that I savor over and over again about the small-s saints (you and me) since they were published by Pope Francis in Gaudete et Exsultate: “Each saint is a mission, planned by the Father to reflect and embody, at a specific moment in history, a certain aspect of the Gospel” (11). Holy wow! Read that one a few times! Each of us is created in such a way that we are being invited to reflect a certain part of the Good News at a specific moment in history. Look around you: think of people you know who are sharing the Good News in all kinds of ways. . . .

If we pay attention, we will notice how frequently we encounter people who are expressing aspects of the gospel at a specific moment in history. Pope Francis invites us in Gaudete et Exsultate to see the entirety of our life as mission. His blessing to us is “May you come to realize what the word is, the message of Jesus that God wants to speak to the world by your life” (cf. 23–24).

Your unique call is the word that Jesus invites you to speak to the world by your life and calling. It plays out in every relationship you are in, every encounter you have, how you use your gifts, and what you do with your time. The same is true for every other person. This is how we are Jesus’ co-laborers in the vineyard. This is how we are his cocreators in building the kingdom of God.

Becky Eldredge, //The Inner Chapel//

Becky Eldredge is an Ignatian-trained spiritual director, retreat facilitator, and author. She blogs at www.beckyeldredge.com.


1100px
classic
\define if-fluid-fixed(text,disableText)
<$reveal state="$:/themes/tiddlywiki/vanilla/options/sidebarlayout" type="match" text="fluid-fixed">
$text$
</$reveal>
<$reveal state="$:/themes/tiddlywiki/vanilla/options/sidebarlayout" type="nomatch" text="fluid-fixed">
$disableText$
</$reveal>
\end

\define if-two-stories(twoStoryCommon, twoStorySidebar twoStoryNoSidebar, oneStoryText)
<$reveal default="yes" type="match" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>
$twoStoryCommon$
<$reveal state="$:/state/sidebar" type="match" text="yes" default="yes">
$twoStorySidebar$
</$reveal>
<$reveal state="$:/state/sidebar" type="nomatch" text="yes" default="yes">
$twoStoryNoSidebar$
</$reveal>
</$reveal>
<$reveal default="yes" type="nomatch" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>
$oneStoryText$
</$reveal>
\end


<pre>

.tc-page-container.tc-page-view-zoomin .tc-storyview-zoomin-tiddler {
	width: 100%;
	position: relative;
}

.tc-btn-storytwotoggle {
	padding:0px;
}

.tc-btn-storytwotoggle img {
	width: 30px;
	height: 30px;
}

.tc-sidebar-lists .tc-btn-storytwotoggle-bars {
	font-size: 1.5em;
}

.tc-sidebar-lists .tc-btn-storytwotoggle-bars svg {
	fill: #aaa;
}

.tc-story-river .sq-button-divert-left{
	display: none;
}

.sq-story-rivertwo-scrollable::-webkit-scrollbar{width:10px}

.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:10px}

.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:hover{background:#6f6f6f}

.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:active{background:#333}

	.tc-sidebar-tab-open.sq-sidebar-open .tc-btn-invisible.tc-btn-mini {
		padding: 0 0.2em;
	}

	.tc-sidebar-tab-open.sq-sidebar-open .tc-sidebar-tab-open-item {
		padding: 0.1em;
	}
	
	html body.tc-body .tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {
		font-weight: 400;
	}

.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {
	color:<<color very-muted-foreground>>;
}

.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink:hover {
	color: <<color sidebar-tiddler-link-foreground-hover>>;
}

<<if-two-stories twoStoryCommon:"""
@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {
.sq-story-rivertwo-scrollable {
	position: fixed;
	top: calc(1em + {{$:/themes/tiddlywiki/vanilla/metrics/storytop}});
	bottom: 0;
}

.tc-story-river.sq-story-rivertwo .tc-tiddler-frame {
	margin-right: 1em !important;
	margin-left: 0;
	font-size: {{$:/config/sq/Stories/story2/fontsize-title}}px;
}

.tc-story-river.sq-story-rivertwo .tc-tiddler-frame .tc-tiddler-body {
	font-size: {{$:/config/sq/Stories/story2/fontsize-body}}px;
}

.tc-story-river {
	float: left;
	margin-right: 0;
	padding-right: 0em;
	padding-top: 0em;
}

body .tc-story-river {
	padding: 0 1.5em 1em 0em !important;
	min-height: 500px; /** so story 2 doesnt collapse to left when no tiddler in story 1***/ 
}

body .tc-story-river.tc-storytwo-river { padding-right:0em !important; }

body section.story-backdrop p:nth-child(1) {
	margin:0;
	padding:0;
}

.tc-story-river .sq-button-divert-right{
	display:inline-block;
}

.tc-story-river .sq-button-divert-left{
	display: none;
}

.tc-story-river.sq-story-rivertwo .sq-button-divert-left{
	display:inline-block;
}

.tc-story-river.sq-story-rivertwo .sq-button-divert-right{
	display: none;
}

.sq-storydropzone {
	padding: 0.5em;
	border:1px solid #bbb;
	color: #ccc;
	text-align: center;
	position: relative;
	width: calc(100% - 45px);
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:         inset 0 0 10px #ccc;
	margin-bottom: 1em;
}

.sq-storydropzone-newtiddlerbutton {
	width: 40px;
	float: right;
	padding: 0.2em 0.5em 0.5em 0.5em;
	margin-top: 0em;
	margin-right: 0.2em;
}

.tc-tiddler-frame {
	padding-right:28px;
}

}
""" twoStorySidebar:"""

@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {
.tc-story-river {
	width: calc((100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*{{$:/config/sq/Stories/storyRiverRatio}}/100);
}

.sq-storydropzone {
	padding: 0.5em;
	border:1px solid #bbb;
	color: #ccc;
	text-align: center;
}

.sq-story-rivertwo-scrollable, .sq-story-rivertwo {
	width: calc((100% -  {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);
}
}

.tc-sidebar-scrollable {
	width: calc({{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} - 14px);
	padding-left: 28px;
}

@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {
	
	.tc-story-river {
		width: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);
	}

	.sq-story-rivertwo {
		width: calc((100% -  1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);
	}
	

	.sq-story-rivertwo-scrollable {
		width: calc((100% -  0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);
	}

	.tc-sidebar-scrollable {
		z-index:999;
		background:#eee;
		border-left: 1px solid #ddd;
	}

}

""" twoStoryNoSidebar:"""

.tc-story-river.sq-story-rivertwo {
	padding-right: 0.5em;
}

@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {
.tc-story-river {
	width: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);
}

.sq-story-rivertwo {
	width: calc((100% -  1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);
}
}

.sq-story-rivertwo-scrollable {
	width: calc((100% -  0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);
}




}

@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {
	.tc-sidebar-scrollable {
		display:none;
	}
}

""" oneStoryText: """
.sq-twostoriesonly {
	display: none;
}

.tc-story-river {
	padding-top: 15px;
}

"""
>>

@media (max-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {
	.sq-twostoriesonly {
		display: none;
	}

	.tc-btn-storytwotoggle {
		display: none;
	}

	.sq-stories-disabled {
		display: none;
	}

<<if-two-stories twoStoryCommon:"""

	.tc-storytwo-river {
		display: none;
	}

	.tc-story-river {
		width: auto;
		padding-top: 15px;
	}

	.tc-story-river .sq-button-divert {
		display: none;
	}


	.sq-story-rivertwo-scrollable {
		display:none;
	}


""" twoStorySidebar:"""
	.tc-story-river {
		margin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};
	}

	.tc-sidebar-scrollable {
		border-left: 0;
		z-index: inherit;
		background: transparent;
	}
""" twoStoryNoSidebar: """
	.tc-story-river {
		padding-right: 2em;
	}
"""

>>
}

@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tc-story-river {
margin-right: 0;
}
}


</pre>

/*BOXES*/

html body.tc-body .bluebox {display:block;background-color:#eef;padding:5px;padding-left:20px;padding-top:10px;margin-top:5px;margin-bottom:5px;width:95%;color:#000;}

html body.tc-body .graybox {display:block;background-color:#eee;padding:5px;padding-left:20px;padding-top:10px;margin-top:5px;margin-bottom:5px;width:95%;color:#000;}

body p {<<colour foreground>>;}
code {color: #b0a;background-color:#eee;}

/* COLUMN FIX  FOR 5.2.2 */

.sq-story-rivertwo-scrollable {
overflow: auto;
}

/*TIGHT NOTES*/

html body.tc-body h1, html body.tc-body h2, html body.tc-body h3, html body.tc-body h4 { margin-top: 0.3em; margin-bottom: 0.3em; }

/*FONT SUBTITLES*/

.serif {font-family: 'Arial', sans-serif; color: <<colour tiddler-editor-border>>font-size:10pt;}

html body.tc-body .serif a.tc-tiddlylink-external {font-family: 'Arial', sans-serif;font-size:12pt; line-height:normal;font-weight:normal;color:#666;}

/*FONT STUFF (colors)*/

html body.tc-body .lightgraybk {background:#eee;padding:1px 4px px 4px;margin-bottom:2px;font-family:'Arial', sans-serif;}

.red {color:red;}
html body.tc-body .blue a {color:blue;}

/*FONT STUFF SOURCES*/

html body.tc-body .source {color:#777;font-size:10pt;}

/*ICON COLORS*/

html body.tc-body .tc-image-edit-button {stroke: white;fill:#555;}
html body.tc-body .tc-image-chevron-up {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-chevron-down {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-fold-button {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-close-button {stroke: white;fill:#555;}
html body.tc-body .tc-image-unfold-button {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-preview-open {stroke: white;fill:#f29;font-size:150%;}
html body.tc-body .tc-image-delete-button {stroke: white;fill:#ff2222;}
html body.tc-body .tc-image-cancel-button {stroke: white;fill:#ffdd55;}
html body.tc-body .tc-image-done-button {stroke: white;fill:#094;}

/*INDENTING*/

html body.tc-body .indent1 {margin-left:1.5em;display:block;}

/*LINKS*/

html body.tc-body a.tc-tiddlylink {text-decoration: none;font-style: normal;font-weight: normal;} 
html body.tc-body a.tc-tiddlylink-external {text-decoration: none;font-weight: normal;}
html body.tc-body a.tc-tiddlylink-visited {text-decoration: none;font-weight: normal;}

html body.tc-body .source a.tc-tiddlylink-external {font-weight: normal;font-size:10pt;}

/*LISTS BASIC*/

html body.tc-body ul li {color: <<colour foreground>>;}
html body.tc-body ol li {color:<<colour foreground>>;}

/*TIDDLER TITLES*/

.tc-tiddler-missing .tc-title { font-style: normal; font-weight: bold; }

/*VIEWTEMPLATE FONT SIZE*/

html body.tc-body .viewtemplatebigtext {font-size:110%;}

/*HIDE SECTIONS FOR PRINTING*/

@media print {#tc-page-background {display: none ! important;}} 
@media print {.tc-tags-wrapper {display: none ! important;}} 

 @media print { body.tc-body {background-color: transparent;}}
 @media print {.tc-image-chevron-up {display: none ! important;}} 
 @media print {.tc-image-chevron-down {display: none ! important;}} 
 @media print {button.sidebar-toggle {display: none ! important;}} 
@media print {.hideprint {display: none ! important;}} 
@media print {.tc-btn-invisible {display: none ! important;}} 

@media print {

.story-river {
margin: 0;
padding: 0;
}

html body.tc-body .tc-tiddler-frame {
margin: 0;
border-bottom: 1px solid #fff;
padding: 5px;}

html body.tc-body a.tc-tiddlylink-external:hover {
border: 1px solid <<colour tiddler-border>>;
}

html body.tc-body .tc-tiddler-info {
padding: 14px 42px 14px 42px;
background-color: <<colour tiddler-info-background>>;}

}
<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} journalTags={{$:/config/NewJournal/Tags}} journalText="">
<$wikify name="journalTitle" text="""<$macrocall $name="now" format=<<journalTitleTemplate>>/>""">
<$reveal type="nomatch" state=<<journalTitle>> text="">
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags="" text={{{ [<journalTitle>get[]] }}}/>
</$reveal>
<$reveal type="match" state=<<journalTitle>> text="">
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags="" text=<<journalText>>/>
</$reveal>
</$wikify>
</$vars>
<hr>

<$button><$action-sendmessage $message="tm-$message$-tiddler"/>
<$list filter={{$:/core/Filters/Missing!!filter}}><$action-createtiddler $basetitle=<<currentTiddler>> /></$list>Create tiddlers for all missing tiddlers</$button>

''Missing tiddlers:''

<$list filter="[all[missing]!is[system]sort[title]]" template="$:/core/ui/MissingTemplate"/>
<$button class="tc-btn-invisible" popup="$:/SamplePopupState">{{$:/core/images/chevron-down}}</$button>

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

<$checkbox tiddler="$:/core/ui/EditTemplate/title" tag="$:/tags/EditTemplate"> title</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/tags" tag="$:/tags/EditTemplate"> tags</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/type" tag="$:/tags/EditTemplate"> type</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/fields" tag="$:/tags/EditTemplate"> fields</$checkbox><br>
<$checkbox tiddler="$:/config/TextEditor/EnableToolbar" field="text" checked="yes" unchecked="no" default="no"> toolbar</$checkbox><br>
<$checkbox tiddler="$:/.giffmex/EditTemplate/custom" tag="$:/tags/EditTemplate"> custom</$checkbox>

''Open / close the sidebar:'' <$list filter="[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]" variable="ignore"><$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>
</$list><$list filter="[[$:/state/sidebar]get[text]] +[else[yes]match[no]]" variable="ignore">
<$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>
</$list>

''Click the link below to edit the''<br> [[Custom area|$:/.giffmex/EditTemplate/custom]]

{{$:/core/ui/EditorToolbar/editor-height-dropdown}}

</$reveal>
"""
This is where you can add your own items you want visible in the edit template. For example:

Grab symbol code: e.g.,  &#9830; `&#9830;`  &#9733; `&#9733;`

Grab snippets: e.g., `tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain --rendertiddler $:/core/templates/static.template.css static/static.css text/plain`
"""
<br>
toolbar
\define tagreset2() 
<$list filter="[tag[$:/giffmex/titleview]sort[created]] -[[$(currentTiddler)$]]" variable="removeme">
<$action-listops  $tiddler=<<removeme>> $tags="+[remove[$:/tags/ViewTemplate]]"/>
</$list>
<$action-deletefield dummy/>
\end

\define switchStoryView(storyview,default)
<$select tiddler='$storyview$' default='$default$'>
<option value="zoomin"><$text text='one tiddler only'/></option>
<option value="classic"><$text text='multiple tiddlers'/></option>
</$select>
\end

''Choose how to view titles:''

<$list filter="[tag[$:/giffmex/titleview]sort[caption]]">

<$list filter="[all[current]tag[$:/tags/ViewTemplate]]">
<$checkbox field=dummy checked="yes" unchecked="yes" default="yes"></$checkbox>
<$view field="caption"/><br/> 
</$list>

<$list filter="[all[current]!tag[$:/tags/ViewTemplate]]">
<$checkbox tag="$:/tags/ViewTemplate" xinvertTag="yes" checkactions=<<tagreset2>>/> <$view field="caption"/><br/> 
</$list>

</$list>
<br>

''Left column to right column width ratio:''

{{$:/config/sq/Stories/storyRiverRatio}} : <$text text={{{[[100]subtract{$:/config/sq/Stories/storyRiverRatio}]}}}/>

<$range tiddler="$:/config/sq/Stories/storyRiverRatio" min="20" max="80" default="50" increment="5"/> 
<!--
''Right column font-size''

Tiddler: {{$:/config/sq/Stories/story2/fontsize-title}}px

<$range tiddler="$:/config/sq/Stories/story2/fontsize-title" min="6" max="40" default="14" increment="1"/> 

Body: {{$:/config/sq/Stories/story2/fontsize-body}}px

<$range tiddler="$:/config/sq/Stories/story2/fontsize-body" min="6" max="40" default="15" increment="1"/> 

-->

{{$:/.giffmex/Buttons/CreateFromMissing}}
\define tagreset() 
<$list filter="[tag[$:/giffmex/refs]sort[created]] -[[$(currentTiddler)$]]" variable="removeme">
<$action-listops  $tiddler=<<removeme>> $tags="+[remove[$:/tags/ViewTemplate]]"/>
</$list>
<$action-deletefield dummy/>
\end

''Choose how to view references:''

<$list filter="[tag[$:/giffmex/refs]sort[caption]]">
<$list filter="[all[current]tag[$:/tags/ViewTemplate]]">
<$checkbox field=dummy checked="yes" unchecked="yes" default="yes"></$checkbox>
<$view field="caption"/><br/> 
</$list>
<$list filter="[all[current]!tag[$:/tags/ViewTemplate]]">
<$checkbox tag="$:/tags/ViewTemplate" xinvertTag="yes" checkactions=<<tagreset>>/> <$view field="caption"/><br/> 
</$list>
</$list>

{{Hint for Muffin tutorial}}

<br>Note that the gray boxes in the context and transclude options are links to their respective tiddlers.
{
    "Contents": "show",
    "2020 / 12 / 29 / 10:13:34 /": "hide",
    "2021 / 01 / 08 / 10:16:59 /": "show",
    "2020 / 12 / 28 / 08:52:42 /": "hide",
    "2021 / 03 / 15 / 06:35:18 /": "hide",
    "2021 / 05 / 05 / 22:24:46 /": "show",
    "2021 / 08 / 31 / 23:23:51 /": "hide"
}
This tiddler is just to nullify a previous tiddler with this title in pre-5.3.2 versions of Stroll
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >

<$list filter="[!is[system]all[current]backlinks[]!tag[outlines]!tag[hide]sort[title]] -[is[current]]"><$link><$view field="title"/></$link><span class="indent1"><$link><span class="graybox"><$context term=<<searchme>> /></span></$link></span></$list>
</$vars>

</$reveal>

</span>

<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]sort[title]] -[is[current]]"><$link><$view field="title" /></$link><br></$list>
</$vars>

</$reveal>

</span>
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >

<<tabs '[!is[system]all[current]backlinks[]!tag[hide]sort[title]] -[is[current]]' '' '$:/state/tab/strolltabs' 'tc-vertical'>>
</$vars>

</$reveal>

</span>
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]!tag[outlines]sort[title]] -[is[current]]"><$link><$view field="title"/></$link><span class="indent1"><$link><span class="graybox"><$transclude field="text" mode="block" /></span></$link></span></$list>

</$reveal>

</span>
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]!tag[outlines]sort[title]] -[is[current]]"><$link><$view field="title"/></$link>
<$reveal type="nomatch" stateTitle="$:/.giffmex/TiddlyBlinkFoldData" stateIndex=<<currentTiddler>> text="show">
<$button class=<<tv-config-toolbar-class>> setTitle="$:/.giffmex/TiddlyBlinkFoldData" setIndex=<<currentTiddler>> setTo="show">{{$:/core/images/unfold-button}}</$button><br/>
</$reveal>
<$reveal type="match" stateTitle="$:/.giffmex/TiddlyBlinkFoldData" stateIndex=<<currentTiddler>> text="show">
<$button class=<<tv-config-toolbar-class>> setTitle="$:/.giffmex/TiddlyBlinkFoldData" setIndex=<<currentTiddler>> setTo="hide">{{$:/core/images/fold-button}}</$button>
<span class="indent1">
<$link><span class="graybox">

<$transclude field="text" mode="block" /></span></$link></span>
</$reveal>
</$list>

</$reveal>

</span>
\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<div class="tc-titlebar">
<span class="tc-tiddler-controls">
<$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>
</span>
<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor" value={{!!color}}>
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
<$transclude tiddler={{!!icon}}/>
</span>
</$set>
<$list filter="[all[current]removeprefix[$:/]]">
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
<span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/>
</h2>
</$list>
<br><$list filter="[all[current]!prefix[$:/]]">
<h2 class="tc-title">
<$view field="title"/>
</h2>
</$list>
</$link>
</$set>
</div>

<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">

<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude tiddler=<<listItem>> mode="block"/></$list>

</$reveal>
</div>
\define button()
<$button  tooltip={{$:/language/Buttons/NewHere/Hint}}  class=<<tv-config-toolbar-class>> actions=<<actions>>>
{{$:/core/images/new-button}}
</$button>
\end

\define actions()
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> text="""[[$(tid)$]]"""/>
\end

<$wikify name=tid text=<<currentTiddler>>>
<<button>>
</$wikify>
\whitespace trim

\define journalButtonActions()
<$action-sendmessage $message="tm-new-tiddler" title=<<now """$(journalTitleTemplate)$""">> text="""[[$(tid)$]]""" />
\end

\define journalButtonTags()
[[$(currentTiddlerTag)$]] $(journalTags)$
\end

\define journalButton()
<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}}
   aria-label={{$:/language/Buttons/NewJournalHere/Caption}}
   class=<<tv-config-toolbar-class>>
   actions=<<journalButtonActions>>>
   <$list filter="[<tv-config-toolbar-icons>match[yes]]">
      {{$:/core/images/new-journal-button}}
   </$list>
   <$list filter="[<tv-config-toolbar-text>match[yes]]">
      <span class="tc-btn-text">
         <$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>
      </span>
   </$list>
</$button>
\end

<$set name="journalTitleTemplate" value={{$:/config/NewJournal/Title}}>
<$set name="tid" value=<<currentTiddler>>>
<<journalButton>>
</$set>
</$set>
yes
comptext
Kookma plugin library is a set of plugins developed by [[Mohammad|https://github.com/kookma]]. A good recommendation is to backup your data before installing any plugins. These plugins distributed under  MIT license.

To use in other wikis, drag and drop this link to those wikis: [[Kookma Plugin Library|$:/config/KookmaPluginLibrary]]
top
YYYY / 0MM / 0DD
show
show
show
show
reveal
show
show
show
show
show
show
yes
yes
no
yes
cards
yes
no
no
$:/core/ui/EditTemplate
reveal
hide
reveal
<div class="tc-control-panel">
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]" default="$:/core/ui/ControlPanel/Info" explicitState="$:/state/tab-1749438307"/>
</div>
{
    "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/RemoveTags": {
            "title": "$:/language/ControlPanel/Basics/RemoveTags",
            "text": "Update to current format"
        },
        "$:/language/ControlPanel/Basics/RemoveTags/Hint": {
            "title": "$:/language/ControlPanel/Basics/RemoveTags/Hint",
            "text": "Update the tags configuration to the latest format"
        },
        "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt",
            "text": "Number of shadow tiddlers"
        },
        "$:/language/ControlPanel/Basics/Subtitle/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Subtitle/Prompt",
            "text": "Subtitle"
        },
        "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt",
            "text": "Number of system tiddlers"
        },
        "$:/language/ControlPanel/Basics/Tags/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Tags/Prompt",
            "text": "Number of tags"
        },
        "$:/language/ControlPanel/Basics/Tiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Tiddlers/Prompt",
            "text": "Number of tiddlers"
        },
        "$:/language/ControlPanel/Basics/Title/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Title/Prompt",
            "text": "Title of this ~TiddlyWiki"
        },
        "$:/language/ControlPanel/Basics/Username/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Username/Prompt",
            "text": "Username for signing edits"
        },
        "$:/language/ControlPanel/Basics/Version/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Version/Prompt",
            "text": "~TiddlyWiki version"
        },
        "$:/language/ControlPanel/EditorTypes/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Caption",
            "text": "Editor Types"
        },
        "$:/language/ControlPanel/EditorTypes/Editor/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Editor/Caption",
            "text": "Editor"
        },
        "$:/language/ControlPanel/EditorTypes/Hint": {
            "title": "$:/language/ControlPanel/EditorTypes/Hint",
            "text": "These tiddlers determine which editor is used to edit specific tiddler types."
        },
        "$:/language/ControlPanel/EditorTypes/Type/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Type/Caption",
            "text": "Type"
        },
        "$:/language/ControlPanel/Info/Caption": {
            "title": "$:/language/ControlPanel/Info/Caption",
            "text": "Info"
        },
        "$:/language/ControlPanel/Info/Hint": {
            "title": "$:/language/ControlPanel/Info/Hint",
            "text": "Information about this TiddlyWiki"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt",
            "text": "Type shortcut here"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption",
            "text": "add shortcut"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Caption",
            "text": "Keyboard Shortcuts"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Hint": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Hint",
            "text": "Manage keyboard shortcut assignments"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption",
            "text": "No keyboard shortcuts assigned"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint",
            "text": "remove keyboard shortcut"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/All": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/All",
            "text": "All platforms"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac",
            "text": "Macintosh platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac",
            "text": "Non-Macintosh platforms only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux",
            "text": "Linux platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux",
            "text": "Non-Linux platforms only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows",
            "text": "Windows platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows",
            "text": "Non-Windows platforms only"
        },
        "$:/language/ControlPanel/LayoutSwitcher/Caption": {
            "title": "$:/language/ControlPanel/LayoutSwitcher/Caption",
            "text": "Layout"
        },
        "$:/language/ControlPanel/LoadedModules/Caption": {
            "title": "$:/language/ControlPanel/LoadedModules/Caption",
            "text": "Loaded Modules"
        },
        "$:/language/ControlPanel/LoadedModules/Hint": {
            "title": "$:/language/ControlPanel/LoadedModules/Hint",
            "text": "These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process."
        },
        "$:/language/ControlPanel/Palette/Caption": {
            "title": "$:/language/ControlPanel/Palette/Caption",
            "text": "Palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Clone/Caption": {
            "title": "$:/language/ControlPanel/Palette/Editor/Clone/Caption",
            "text": "clone"
        },
        "$:/language/ControlPanel/Palette/Editor/Clone/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Editor/Clone/Prompt",
            "text": "It is recommended that you clone this shadow palette before editing it"
        },
        "$:/language/ControlPanel/Palette/Editor/Delete/Hint": {
            "title": "$:/language/ControlPanel/Palette/Editor/Delete/Hint",
            "text": "delete this entry from the current palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Names/External/Show": {
            "title": "$:/language/ControlPanel/Palette/Editor/Names/External/Show",
            "text": "Show color names that are not part of the current palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Prompt/Modified": {
            "title": "$:/language/ControlPanel/Palette/Editor/Prompt/Modified",
            "text": "This shadow palette has been modified"
        },
        "$:/language/ControlPanel/Palette/Editor/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Editor/Prompt",
            "text": "Editing"
        },
        "$:/language/ControlPanel/Palette/Editor/Reset/Caption": {
            "title": "$:/language/ControlPanel/Palette/Editor/Reset/Caption",
            "text": "reset"
        },
        "$:/language/ControlPanel/Palette/HideEditor/Caption": {
            "title": "$:/language/ControlPanel/Palette/HideEditor/Caption",
            "text": "hide editor"
        },
        "$:/language/ControlPanel/Palette/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Prompt",
            "text": "Current palette:"
        },
        "$:/language/ControlPanel/Palette/ShowEditor/Caption": {
            "title": "$:/language/ControlPanel/Palette/ShowEditor/Caption",
            "text": "show editor"
        },
        "$:/language/ControlPanel/Parsing/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Caption",
            "text": "Parsing"
        },
        "$:/language/ControlPanel/Parsing/Hint": {
            "title": "$:/language/ControlPanel/Parsing/Hint",
            "text": "Here you can globally disable/enable wiki parser rules. For changes to take effect, save and reload your wiki. Disabling certain parser rules can prevent <$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/ControlPanel": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ControlPanel",
            "text": "~TiddlySpot Control Panel"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Backups": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Backups",
            "text": "Backups"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Caption": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Caption",
            "text": "~TiddlySpot Saver"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Description": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Description",
            "text": "These settings are only used when saving to 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/ReadOnly": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ReadOnly",
            "text": "The ~TiddlySpot service is currently only available in read-only form. Please see http://tiddlyspot.com/ for the latest details. The ~TiddlySpot saver can still be used to save to compatible servers."
        },
        "$:/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/ClearInput/Caption": {
            "title": "$:/language/EditTemplate/Tags/ClearInput/Caption",
            "text": "clear input"
        },
        "$:/language/EditTemplate/Tags/ClearInput/Hint": {
            "title": "$:/language/EditTemplate/Tags/ClearInput/Hint",
            "text": "Clear tag input"
        },
        "$:/language/EditTemplate/Tags/Dropdown/Caption": {
            "title": "$:/language/EditTemplate/Tags/Dropdown/Caption",
            "text": "tag list"
        },
        "$:/language/EditTemplate/Tags/Dropdown/Hint": {
            "title": "$:/language/EditTemplate/Tags/Dropdown/Hint",
            "text": "Show tag list"
        },
        "$:/language/EditTemplate/Title/BadCharacterWarning": {
            "title": "$:/language/EditTemplate/Title/BadCharacterWarning",
            "text": "Warning: avoid using any of the characters <<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/Listing/Rename/Tooltip": {
            "title": "$:/language/Import/Listing/Rename/Tooltip",
            "text": "Rename tiddler before importing"
        },
        "$:/language/Import/Listing/Rename/Prompt": {
            "title": "$:/language/Import/Listing/Rename/Prompt",
            "text": "Rename to:"
        },
        "$:/language/Import/Listing/Rename/ConfirmRename": {
            "title": "$:/language/Import/Listing/Rename/ConfirmRename",
            "text": "Rename tiddler"
        },
        "$:/language/Import/Listing/Rename/CancelRename": {
            "title": "$:/language/Import/Listing/Rename/CancelRename",
            "text": "Cancel"
        },
        "$:/language/Import/Listing/Rename/OverwriteWarning": {
            "title": "$:/language/Import/Listing/Rename/OverwriteWarning",
            "text": "A tiddler with this title already exists."
        },
        "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible": {
            "title": "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible",
            "text": "Blocked incompatible or obsolete plugin."
        },
        "$:/language/Import/Upgrader/Plugins/Suppressed/Version": {
            "title": "$:/language/Import/Upgrader/Plugins/Suppressed/Version",
            "text": "Blocked plugin (due to incoming <<incoming>> not being newer 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/ConfirmAction": {
            "title": "$:/language/ConfirmAction",
            "text": "Do you wish to proceed?"
        },
        "$:/language/Count": {
            "title": "$:/language/Count",
            "text": "count"
        },
        "$:/language/DefaultNewTiddlerTitle": {
            "title": "$:/language/DefaultNewTiddlerTitle",
            "text": "New Tiddler"
        },
        "$:/language/Diffs/CountMessage": {
            "title": "$:/language/Diffs/CountMessage",
            "text": "<<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/FilterRunPrefix": {
            "title": "$:/language/Error/FilterRunPrefix",
            "text": "Filter Error: Unknown prefix for filter run"
        },
        "$:/language/Error/IsFilterOperator": {
            "title": "$:/language/Error/IsFilterOperator",
            "text": "Filter Error: Unknown operand for the 'is' filter operator"
        },
        "$:/language/Error/FormatFilterOperator": {
            "title": "$:/language/Error/FormatFilterOperator",
            "text": "Filter Error: Unknown suffix for the 'format' filter operator"
        },
        "$:/language/Error/LoadingPluginLibrary": {
            "title": "$:/language/Error/LoadingPluginLibrary",
            "text": "Error loading plugin library"
        },
        "$:/language/Error/NetworkErrorAlert": {
            "title": "$:/language/Error/NetworkErrorAlert",
            "text": "`<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/LayoutSwitcher/Description": {
            "title": "$:/language/LayoutSwitcher/Description",
            "text": "Open the layout switcher"
        },
        "$:/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/PageTemplate/Description": {
            "title": "$:/language/PageTemplate/Description",
            "text": "the default ~TiddlyWiki layout"
        },
        "$:/language/PageTemplate/Name": {
            "title": "$:/language/PageTemplate/Name",
            "text": "Default ~PageTemplate"
        },
        "$:/language/PluginReloadWarning": {
            "title": "$:/language/PluginReloadWarning",
            "text": "Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to ~JavaScript plugins to take effect"
        },
        "$:/language/RecentChanges/DateFormat": {
            "title": "$:/language/RecentChanges/DateFormat",
            "text": "DDth MMM YYYY"
        },
        "$:/language/Shortcuts/Input/AdvancedSearch/Hint": {
            "title": "$:/language/Shortcuts/Input/AdvancedSearch/Hint",
            "text": "Open the ~AdvancedSearch panel from within the sidebar search field"
        },
        "$:/language/Shortcuts/Input/Accept/Hint": {
            "title": "$:/language/Shortcuts/Input/Accept/Hint",
            "text": "Accept the selected item"
        },
        "$:/language/Shortcuts/Input/AcceptVariant/Hint": {
            "title": "$:/language/Shortcuts/Input/AcceptVariant/Hint",
            "text": "Accept the selected item (variant)"
        },
        "$:/language/Shortcuts/Input/Cancel/Hint": {
            "title": "$:/language/Shortcuts/Input/Cancel/Hint",
            "text": "Clear the input field"
        },
        "$:/language/Shortcuts/Input/Down/Hint": {
            "title": "$:/language/Shortcuts/Input/Down/Hint",
            "text": "Select the next item"
        },
        "$:/language/Shortcuts/Input/Tab-Left/Hint": {
            "title": "$:/language/Shortcuts/Input/Tab-Left/Hint",
            "text": "Select the previous Tab"
        },
        "$:/language/Shortcuts/Input/Tab-Right/Hint": {
            "title": "$:/language/Shortcuts/Input/Tab-Right/Hint",
            "text": "Select the next Tab"
        },
        "$:/language/Shortcuts/Input/Up/Hint": {
            "title": "$:/language/Shortcuts/Input/Up/Hint",
            "text": "Select the previous item"
        },
        "$:/language/Shortcuts/SidebarLayout/Hint": {
            "title": "$:/language/Shortcuts/SidebarLayout/Hint",
            "text": "Change the sidebar layout"
        },
        "$:/language/Switcher/Subtitle/theme": {
            "title": "$:/language/Switcher/Subtitle/theme",
            "text": "Switch Theme"
        },
        "$:/language/Switcher/Subtitle/layout": {
            "title": "$:/language/Switcher/Subtitle/layout",
            "text": "Switch Layout"
        },
        "$:/language/Switcher/Subtitle/language": {
            "title": "$:/language/Switcher/Subtitle/language",
            "text": "Switch Language"
        },
        "$:/language/Switcher/Subtitle/palette": {
            "title": "$:/language/Switcher/Subtitle/palette",
            "text": "Switch Palette"
        },
        "$:/language/SystemTiddler/Tooltip": {
            "title": "$:/language/SystemTiddler/Tooltip",
            "text": "This is a system tiddler"
        },
        "$:/language/SystemTiddlers/Include/Prompt": {
            "title": "$:/language/SystemTiddlers/Include/Prompt",
            "text": "Include system tiddlers"
        },
        "$:/language/TagManager/Colour/Heading": {
            "title": "$:/language/TagManager/Colour/Heading",
            "text": "Colour"
        },
        "$:/language/TagManager/Count/Heading": {
            "title": "$:/language/TagManager/Count/Heading",
            "text": "Count"
        },
        "$:/language/TagManager/Icon/Heading": {
            "title": "$:/language/TagManager/Icon/Heading",
            "text": "Icon"
        },
        "$:/language/TagManager/Icons/None": {
            "title": "$:/language/TagManager/Icons/None",
            "text": "None"
        },
        "$:/language/TagManager/Info/Heading": {
            "title": "$:/language/TagManager/Info/Heading",
            "text": "Info"
        },
        "$:/language/TagManager/Tag/Heading": {
            "title": "$:/language/TagManager/Tag/Heading",
            "text": "Tag"
        },
        "$:/language/Tiddler/DateFormat": {
            "title": "$:/language/Tiddler/DateFormat",
            "text": "DDth MMM YYYY at hh12:0mmam"
        },
        "$:/language/UnsavedChangesWarning": {
            "title": "$:/language/UnsavedChangesWarning",
            "text": "You have unsaved changes in TiddlyWiki"
        },
        "$:/language/Yes": {
            "title": "$:/language/Yes",
            "text": "Yes"
        },
        "$:/language/Modals/Download": {
            "title": "$:/language/Modals/Download",
            "subtitle": "Download changes",
            "footer": "<$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",
            "text": "Journal\n"
        },
        "$:/language/Notifications/Save/Done": {
            "title": "$:/language/Notifications/Save/Done",
            "text": "Saved wiki"
        },
        "$:/language/Notifications/Save/Starting": {
            "title": "$:/language/Notifications/Save/Starting",
            "text": "Starting to save wiki"
        },
        "$:/language/Notifications/CopiedToClipboard/Succeeded": {
            "title": "$:/language/Notifications/CopiedToClipboard/Succeeded",
            "text": "Copied to clipboard!"
        },
        "$:/language/Notifications/CopiedToClipboard/Failed": {
            "title": "$:/language/Notifications/CopiedToClipboard/Failed",
            "text": "Failed to copy to clipboard!"
        },
        "$:/language/Search/DefaultResults/Caption": {
            "title": "$:/language/Search/DefaultResults/Caption",
            "text": "List"
        },
        "$:/language/Search/Filter/Caption": {
            "title": "$:/language/Search/Filter/Caption",
            "text": "Filter"
        },
        "$:/language/Search/Filter/Hint": {
            "title": "$:/language/Search/Filter/Hint",
            "text": "Search via a [[filter expression|https://tiddlywiki.com/static/Filters.html]]"
        },
        "$:/language/Search/Filter/Matches": {
            "title": "$:/language/Search/Filter/Matches",
            "text": "//<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": "Backlinks"
        },
        "$:/language/TiddlerInfo/References/Empty": {
            "title": "$:/language/TiddlerInfo/References/Empty",
            "text": "No tiddlers link to this one"
        },
        "$:/language/TiddlerInfo/Tagging/Caption": {
            "title": "$:/language/TiddlerInfo/Tagging/Caption",
            "text": "Tagging"
        },
        "$:/language/TiddlerInfo/Tagging/Empty": {
            "title": "$:/language/TiddlerInfo/Tagging/Empty",
            "text": "No tiddlers are tagged with this one"
        },
        "$:/language/TiddlerInfo/Tools/Caption": {
            "title": "$:/language/TiddlerInfo/Tools/Caption",
            "text": "Tools"
        },
        "$:/language/Docs/Types/application/javascript": {
            "title": "$:/language/Docs/Types/application/javascript",
            "description": "JavaScript code",
            "name": "application/javascript",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/application/json": {
            "title": "$:/language/Docs/Types/application/json",
            "description": "JSON data",
            "name": "application/json",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/application/x-tiddler-dictionary": {
            "title": "$:/language/Docs/Types/application/x-tiddler-dictionary",
            "description": "Data dictionary",
            "name": "application/x-tiddler-dictionary",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/image/gif": {
            "title": "$:/language/Docs/Types/image/gif",
            "description": "GIF image",
            "name": "image/gif",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/jpeg": {
            "title": "$:/language/Docs/Types/image/jpeg",
            "description": "JPEG image",
            "name": "image/jpeg",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/png": {
            "title": "$:/language/Docs/Types/image/png",
            "description": "PNG image",
            "name": "image/png",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/svg+xml": {
            "title": "$:/language/Docs/Types/image/svg+xml",
            "description": "Structured Vector Graphics image",
            "name": "image/svg+xml",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/x-icon": {
            "title": "$:/language/Docs/Types/image/x-icon",
            "description": "ICO format icon file",
            "name": "image/x-icon",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/text/css": {
            "title": "$:/language/Docs/Types/text/css",
            "description": "Static stylesheet",
            "name": "text/css",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/text/html": {
            "title": "$:/language/Docs/Types/text/html",
            "description": "HTML markup",
            "name": "text/html",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/plain": {
            "title": "$:/language/Docs/Types/text/plain",
            "description": "Plain text",
            "name": "text/plain",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/vnd.tiddlywiki": {
            "title": "$:/language/Docs/Types/text/vnd.tiddlywiki",
            "description": "TiddlyWiki 5",
            "name": "text/vnd.tiddlywiki",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/x-tiddlywiki": {
            "title": "$:/language/Docs/Types/text/x-tiddlywiki",
            "description": "TiddlyWiki Classic",
            "name": "text/x-tiddlywiki",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/languages/en-GB/icon": {
            "title": "$:/languages/en-GB/icon",
            "type": "image/svg+xml",
            "text": "<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 = this.commander.wiki.filterTiddlers(options.urlFilter);\n\t} else {\n\t\treturn \"Missing URL\";\n\t}\n\t// Process each URL in turn\n\tvar next = 0;\n\tvar getNextFile = function(err) {\n\t\tif(err) {\n\t\t\treturn options.callback(err);\n\t\t}\n\t\tif(next < 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 = $tw.utils.getSubdirectories(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 = $tw.utils.getSubdirectories(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> <tiddler-filter> <pathname> <skinnylisting>\n\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\n\nThe tiddler filter specifies the plugins to be included.\n\nThe pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler.\n\nThe skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savelibrarytiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tcontainerTitle = this.params[0],\n\t\tfilter = this.params[1],\n\t\tbasepath = this.params[2],\n\t\tskinnyListTitle = this.params[3];\n\t// Get the container tiddler as data\n\tvar containerData = self.commander.wiki.getTiddlerDataCached(containerTitle,undefined);\n\tif(!containerData) {\n\t\treturn \"'\" + containerTitle + \"' is not a tiddler bundle\";\n\t}\n\t// Filter the list of plugins\n\tvar pluginList = [];\n\t$tw.utils.each(containerData.tiddlers,function(tiddler,title) {\n\t\tpluginList.push(title);\n\t});\n\tvar filteredPluginList;\n\tif(filter) {\n\t\tfilteredPluginList = self.commander.wiki.filterTiddlers(filter,null,self.commander.wiki.makeTiddlerIterator(pluginList));\n\t} else {\n\t\tfilteredPluginList = pluginList;\n\t}\n\t// Iterate through the plugins\n\tvar skinnyList = [];\n\t$tw.utils.each(filteredPluginList,function(title) {\n\t\tvar tiddler = containerData.tiddlers[title];\n\t\t// Save each JSON file and collect the skinny data\n\t\tvar pathname = path.resolve(self.commander.outputPath,basepath + encodeURIComponent(title) + \".json\");\n\t\t$tw.utils.createFileDirectories(pathname);\n\t\tfs.writeFileSync(pathname,JSON.stringify(tiddler),\"utf8\");\n\t\t// Collect the skinny list data\n\t\tvar pluginTiddlers = JSON.parse(tiddler.text),\n\t\t\treadmeContent = (pluginTiddlers.tiddlers[title + \"/readme\"] || {}).text,\n\t\t\tdoesRequireReload = !!self.commander.wiki.doesPluginInfoRequireReload(pluginTiddlers),\n\t\t\ticonTiddler = pluginTiddlers.tiddlers[title + \"/icon\"] || {},\n\t\t\ticonType = iconTiddler.type,\n\t\t\ticonText = iconTiddler.text,\n\t\t\ticonContent;\n\t\tif(iconType && iconText) {\n\t\t\ticonContent = $tw.utils.makeDataUri(iconText,iconType);\n\t\t}\n\t\tskinnyList.push($tw.utils.extend({},tiddler,{\n\t\t\ttext: undefined,\n\t\t\treadme: readmeContent,\n\t\t\t\"requires-reload\": doesRequireReload ? \"yes\" : \"no\",\n\t\t\ticon: iconContent\n\t\t}));\n\t});\n\t// Save the catalogue tiddler\n\tif(skinnyListTitle) {\n\t\tself.commander.wiki.setTiddlerData(skinnyListTitle,skinnyList);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savetiddler.js": {
            "title": "$:/core/modules/commands/savetiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savetiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the content of a tiddler to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savetiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 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.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.iframeNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\tif(this.widget.editAutoComplete) {\n\t\tthis.domNode.setAttribute(\"autocomplete\",this.widget.editAutoComplete);\n\t}\n\tif(this.widget.isDisabled === \"yes\") {\n\t\tthis.domNode.setAttribute(\"disabled\",true);\n\t}\t\n\t// Copy the styles from the dummy textarea\n\tthis.copyStyles();\n\t// Add event listeners\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"click\",handlerObject: this,handlerMethod: \"handleClickEvent\"},\n\t\t{name: \"input\",handlerObject: this,handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"keydown\",handlerObject: this.widget,handlerMethod: \"handleKeydownEvent\"},\n\t\t{name: \"focus\",handlerObject: this,handlerMethod: \"handleFocusEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.iframeDoc.body.appendChild(this.domNode);\n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.updateDomNodeText(text);\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nUpdate the DomNode with the new text\n*/\nFramedEngine.prototype.updateDomNodeText = function(text) {\n\tthis.domNode.value = text;\n};\n\n/*\nGet the text of the engine\n*/\nFramedEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedEngine.prototype.fixHeight = function() {\n\t// Make sure styles are updated\n\tthis.copyStyles();\n\t// Adjust height\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t\tthis.iframeNode.style.height = (newHeight + 14) + \"px\"; // +14 for the border on the textarea\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t\tthis.iframeNode.style.height = (fixedHeight + 14) + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nFramedEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a focus event\n*/\nFramedEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editCancelPopups) {\n\t\t$tw.popup.cancel(0);\t\n\t}\n};\n\n/*\nHandle a click\n*/\nFramedEngine.prototype.handleClickEvent = function(event) {\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nFramedEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\tif(this.widget.editInputActions) {\n\t\tthis.widget.invokeActionString(this.widget.editInputActions);\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedEngine.prototype.createTextOperation = function() {\n\tvar operation = {\n\t\ttext: this.domNode.value,\n\t\tselStart: this.domNode.selectionStart,\n\t\tselEnd: this.domNode.selectionEnd,\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nFramedEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t\t// Attempt to use a execCommand to modify the value of the control\n\t\tif(this.iframeDoc.queryCommandSupported(\"insertText\") && this.iframeDoc.queryCommandSupported(\"delete\") && !$tw.browser.isFirefox) {\n\t\t\tthis.domNode.focus();\n\t\t\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\n\t\t\tif(operation.replacement === \"\") {\n\t\t\t\tthis.iframeDoc.execCommand(\"delete\",false,\"\");\n\t\t\t} else {\n\t\t\t\tthis.iframeDoc.execCommand(\"insertText\",false,operation.replacement);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.domNode.value = newText;\n\t\t}\n\t\tthis.domNode.focus();\n\t\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\n\t}\n\tthis.domNode.focus();\n\treturn newText;\n};\n\nexports.FramedEngine = FramedEngine;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/engines/simple.js": {
            "title": "$:/core/modules/editor/engines/simple.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/engines/simple.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction SimpleEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.widget.document.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.domNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\tif(this.widget.editAutoComplete) {\n\t\tthis.domNode.setAttribute(\"autocomplete\",this.widget.editAutoComplete);\n\t}\n\tif(this.widget.isDisabled === \"yes\") {\n\t\tthis.domNode.setAttribute(\"disabled\",true);\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode || text === \"\") {\n\t\t\tthis.updateDomNodeText(text);\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nUpdate the DomNode with the new text\n*/\nSimpleEngine.prototype.updateDomNodeText = function(text) {\n\tthis.domNode.value = text;\n};\n\n/*\nGet the text of the engine\n*/\nSimpleEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleEngine.prototype.fixHeight = function() {\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nSimpleEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nSimpleEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\tif(this.widget.editInputActions) {\n\t\tthis.widget.invokeActionString(this.widget.editInputActions);\n\t}\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editCancelPopups) {\n\t\t$tw.popup.cancel(0);\n\t}\n\tif(this.widget.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNode,\n\t\t\ttitle: this.widget.editFocusPopup,\n\t\t\twiki: this.widget.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nSimpleEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleEngine = SimpleEngine;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/factory.js": {
            "title": "$:/core/modules/editor/factory.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/factory.js\ntype: application/javascript\nmodule-type: library\n\nFactory for constructing text editor widgets with specified engines for the toolbar and non-toolbar cases\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_MIN_TEXT_AREA_HEIGHT = \"100px\"; // Minimum height of textareas in pixels\n\n// Configuration tiddlers\nvar HEIGHT_MODE_TITLE = \"$:/config/TextEditor/EditorHeight/Mode\";\nvar ENABLE_TOOLBAR_TITLE = \"$:/config/TextEditor/EnableToolbar\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nfunction editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {\n\n\tvar EditTextWidget = function(parseTreeNode,options) {\n\t\t// Initialise the editor operations if they've not been done already\n\t\tif(!this.editorOperations) {\n\t\t\tEditTextWidget.prototype.editorOperations = {};\n\t\t\t$tw.modules.applyMethods(\"texteditoroperation\",this.editorOperations);\n\t\t}\n\t\tthis.initialise(parseTreeNode,options);\n\t};\n\n\t/*\n\tInherit from the base widget class\n\t*/\n\tEditTextWidget.prototype = new Widget();\n\n\t/*\n\tRender this widget into the DOM\n\t*/\n\tEditTextWidget.prototype.render = function(parent,nextSibling) {\n\t\t// Save the parent dom node\n\t\tthis.parentDomNode = parent;\n\t\t// Compute our attributes\n\t\tthis.computeAttributes();\n\t\t// Execute our logic\n\t\tthis.execute();\n\t\t// Create the wrapper for the toolbar and render its content\n\t\tif(this.editShowToolbar) {\n\t\t\tthis.toolbarNode = this.document.createElement(\"div\");\n\t\t\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\t\t\tparent.insertBefore(this.toolbarNode,nextSibling);\n\t\t\tthis.renderChildren(this.toolbarNode,null);\n\t\t\tthis.domNodes.push(this.toolbarNode);\n\t\t}\n\t\t// Create our element\n\t\tvar editInfo = this.getEditInfo(),\n\t\t\tEngine = this.editShowToolbar ? toolbarEngine : nonToolbarEngine;\n\t\tthis.engine = new Engine({\n\t\t\t\twidget: this,\n\t\t\t\tvalue: editInfo.value,\n\t\t\t\ttype: editInfo.type,\n\t\t\t\tparentNode: parent,\n\t\t\t\tnextSibling: nextSibling\n\t\t\t});\n\t\t// Call the postRender hook\n\t\tif(this.postRender) {\n\t\t\tthis.postRender();\n\t\t}\n\t\t// Fix height\n\t\tthis.engine.fixHeight();\n\t\t// Focus if required\n\t\tif(this.editFocus === \"true\" || this.editFocus === \"yes\") {\n\t\t\tthis.engine.focus();\n\t\t}\n\t\t// Add widget message listeners\n\t\tthis.addEventListeners([\n\t\t\t{type: \"tm-edit-text-operation\", handler: \"handleEditTextOperationMessage\"}\n\t\t]);\n\t};\n\n\t/*\n\tGet the tiddler being edited and current value\n\t*/\n\tEditTextWidget.prototype.getEditInfo = function() {\n\t\t// Get the edit value\n\t\tvar self = this,\n\t\t\tvalue,\n\t\t\ttype = \"text/plain\",\n\t\t\tupdate;\n\t\tif(this.editIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\n\t\t\tupdate = function(value) {\n\t\t\t\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\n\t\t\t\tif(data[self.editIndex] !== value) {\n\t\t\t\t\tdata[self.editIndex] = value;\n\t\t\t\t\tself.wiki.setTiddlerData(self.editTitle,data);\n\t\t\t\t}\n\t\t\t};\n\t\t} else {\n\t\t\t// Get the current tiddler and the field name\n\t\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\t\tif(tiddler) {\n\t\t\t\t// If we've got a tiddler, the value to display is the field string value\n\t\t\t\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\tthis.editCancelPopups = this.getAttribute(\"cancelPopups\",\"\") === \"yes\";\n\t\tthis.editInputActions = this.getAttribute(\"inputActions\");\n\t\tthis.editRefreshTitle = this.getAttribute(\"refreshTitle\");\n\t\tthis.editAutoComplete = this.getAttribute(\"autocomplete\");\n\t\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t\t// Get the default editor element tag and type\n\t\tvar tag,type;\n\t\tif(this.editField === \"text\") {\n\t\t\ttag = \"textarea\";\n\t\t} else {\n\t\t\ttag = \"input\";\n\t\t\tvar fieldModule = $tw.Tiddler.fieldModules[this.editField];\n\t\t\tif(fieldModule && fieldModule.editTag) {\n\t\t\t\ttag = fieldModule.editTag;\n\t\t\t}\n\t\t\tif(fieldModule && fieldModule.editType) {\n\t\t\t\ttype = fieldModule.editType;\n\t\t\t}\n\t\t\ttype = type || \"text\";\n\t\t}\n\t\t// Get the rest of our parameters\n\t\tthis.editTag = this.getAttribute(\"tag\",tag) || \"input\";\n\t\tthis.editType = this.getAttribute(\"type\",type);\n\t\t// Make the child widgets\n\t\tthis.makeChildWidgets();\n\t\t// Determine whether to show the toolbar\n\t\tthis.editShowToolbar = this.wiki.getTiddlerText(ENABLE_TOOLBAR_TITLE,\"yes\");\n\t\tthis.editShowToolbar = (this.editShowToolbar === \"yes\") && !!(this.children && this.children.length > 0) && (!this.document.isTiddlyWikiFakeDom);\n\t};\n\n\t/*\n\tSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n\t*/\n\tEditTextWidget.prototype.refresh = function(changedTiddlers) {\n\t\tvar changedAttributes = this.computeAttributes();\n\t\t// Completely rerender if any of our attributes have changed\n\t\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.placeholder || changedAttributes.size || changedAttributes.autoHeight || changedAttributes.minHeight || changedAttributes.focusPopup ||  changedAttributes.rows || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || changedTiddlers[HEIGHT_MODE_TITLE] || changedTiddlers[ENABLE_TOOLBAR_TITLE] || changedAttributes.disabled) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\n\t\t} else if (changedTiddlers[this.editRefreshTitle]) {\n\t\t\tthis.engine.updateDomNodeText(this.getEditInfo().value);\n\t\t} else if(changedTiddlers[this.editTitle]) {\n\t\t\tvar editInfo = this.getEditInfo();\n\t\t\tthis.updateEditor(editInfo.value,editInfo.type);\n\t\t}\n\t\tthis.engine.fixHeight();\n\t\tif(this.editShowToolbar) {\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t};\n\n\t/*\n\tUpdate the editor with new text. This method is separate from updateEditorDomNode()\n\tso that subclasses can override updateEditor() and still use updateEditorDomNode()\n\t*/\n\tEditTextWidget.prototype.updateEditor = function(text,type) {\n\t\tthis.updateEditorDomNode(text,type);\n\t};\n\n\t/*\n\tUpdate the editor dom node with new text\n\t*/\n\tEditTextWidget.prototype.updateEditorDomNode = function(text,type) {\n\t\tthis.engine.setText(text,type);\n\t};\n\n\t/*\n\tSave changes back to the tiddler store\n\t*/\n\tEditTextWidget.prototype.saveChanges = function(text) {\n\t\tvar editInfo = this.getEditInfo();\n\t\tif(text !== editInfo.value) {\n\t\t\teditInfo.update(text);\n\t\t}\n\t};\n\n\t/*\n\tHandle a dom \"keydown\" event, which we'll bubble up to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.handleKeydownEvent = function(event) {\n\t\t// Check for a keyboard shortcut\n\t\tif(this.toolbarNode) {\n\t\t\tvar shortcutElements = this.toolbarNode.querySelectorAll(\"[data-tw-keyboard-shortcut]\");\n\t\t\tfor(var index=0; index<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/filterrunprefixes/all.js": {
            "title": "$:/core/modules/filterrunprefixes/all.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/all.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nUnion of sets without de-duplication.\nEquivalent to = filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.all = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.push.apply(results, operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/and.js": {
            "title": "$:/core/modules/filterrunprefixes/and.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/and.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nIntersection of sets.\nEquivalent to + filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.and = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\n\t\tsource = options.wiki.makeTiddlerIterator(results.toArray());\n\t\tresults.clear();\n\t\tresults.pushTop(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/else.js": {
            "title": "$:/core/modules/filterrunprefixes/else.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/else.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nEquivalent to ~ filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.else = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tif(results.length === 0) {\n\t\t\t// Main result so far is empty\n\t\t\tresults.pushTop(operationSubFunction(source,widget));\n\t\t}\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/except.js": {
            "title": "$:/core/modules/filterrunprefixes/except.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/except.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nDifference of sets.\nEquivalent to - filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.except = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.remove(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/filter.js": {
            "title": "$:/core/modules/filterrunprefixes/filter.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/filter.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.filter = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\tif(results.length > 0) {\n\t\t\tvar resultsToRemove = [];\n\t\t\tresults.each(function(result) {\n\t\t\t\tvar filtered = operationSubFunction(options.wiki.makeTiddlerIterator([result]),widget);\n\t\t\t\tif(filtered.length === 0) {\n\t\t\t\t\tresultsToRemove.push(result);\n\t\t\t\t}\n\t\t\t});\n\t\t\tresults.remove(resultsToRemove);\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/intersection.js": {
            "title": "$:/core/modules/filterrunprefixes/intersection.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/intersection.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.intersection = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tif(results.length !== 0) {\n\t\t\tvar secondRunResults = operationSubFunction(source,widget);\n\t\t\tvar firstRunResults = results.toArray();\n\t\t\tresults.clear();\n\t\t\t$tw.utils.each(firstRunResults,function(title) {\n\t\t\t\tif(secondRunResults.indexOf(title) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/or.js": {
            "title": "$:/core/modules/filterrunprefixes/or.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/or.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nEquivalent to a filter run with no prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.or = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.pushTop(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/reduce.js": {
            "title": "$:/core/modules/filterrunprefixes/reduce.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/reduce.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.reduce = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\tif(results.length > 0) {\n\t\t\tvar accumulator = \"\";\n\t\t\tvar index = 0;\n\t\t\tresults.each(function(title) {\n\t\t\t\tvar list = operationSubFunction(options.wiki.makeTiddlerIterator([title]),{\n\t\t\t\t\t\tgetVariable: function(name) {\n\t\t\t\t\t\t\tswitch(name) {\n\t\t\t\t\t\t\t\tcase \"currentTiddler\":\n\t\t\t\t\t\t\t\t\treturn \"\" + title;\n\t\t\t\t\t\t\t\tcase \"accumulator\":\n\t\t\t\t\t\t\t\t\treturn \"\" + accumulator;\n\t\t\t\t\t\t\t\tcase \"index\":\n\t\t\t\t\t\t\t\t\treturn \"\" + index;\n\t\t\t\t\t\t\t\tcase \"revIndex\":\n\t\t\t\t\t\t\t\t\treturn \"\" +  (results.length - 1 - index);\n\t\t\t\t\t\t\t\tcase \"length\":\n\t\t\t\t\t\t\t\t\treturn \"\" + results.length;\n\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\treturn widget.getVariable(name);\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\tif(list.length > 0) {\n\t\t\t\t\taccumulator = \"\" + list[0];\n\t\t\t\t}\n\t\t\t\t++index;\n\t\t\t});\n\t\t\tresults.clear();\n\t\t\tresults.push(accumulator);\t\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filters/addprefix.js": {
            "title": "$:/core/modules/filters/addprefix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/addprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a prefix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand + title);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/addsuffix.js": {
            "title": "$:/core/modules/filters/addsuffix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/addsuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a suffix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addsuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title + operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/after.js": {
            "title": "$:/core/modules/filters/after.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/after.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is after the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.after = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index === -1 || index > (results.length - 2)) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index + 1]];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/all/current.js": {
            "title": "$:/core/modules/filters/all/current.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/current.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar currTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(currTiddlerTitle) {\n\t\treturn [currTiddlerTitle];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/missing.js": {
            "title": "$:/core/modules/filters/all/missing.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/missing.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\treturn options.wiki.getMissingTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/orphans.js": {
            "title": "$:/core/modules/filters/all/orphans.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/orphans.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[orphans]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphans = function(source,prefix,options) {\n\treturn options.wiki.getOrphanTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/shadows.js": {
            "title": "$:/core/modules/filters/all/shadows.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/shadows.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[shadows]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadows = function(source,prefix,options) {\n\treturn options.wiki.allShadowTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/tags.js": {
            "title": "$:/core/modules/filters/all/tags.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/tags.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tags]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,prefix,options) {\n\treturn Object.keys(options.wiki.getTagMap());\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/tiddlers.js": {
            "title": "$:/core/modules/filters/all/tiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/tiddlers.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddlers = function(source,prefix,options) {\n\treturn options.wiki.allTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all.js": {
            "title": "$:/core/modules/filters/all.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for selecting tiddlers\n\n[all[shadows+tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar allFilterOperators;\n\nfunction getAllFilterOperators() {\n\tif(!allFilterOperators) {\n\t\tallFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"allfilteroperator\",allFilterOperators);\n\t}\n\treturn allFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.all = function(source,operator,options) {\n\t// Get our suboperators\n\tvar allFilterOperators = getAllFilterOperators();\n\t// Cycle through the suboperators accumulating their results\n\tvar results = [],\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 = $tw.utils.makeCompareFunction(type,{defaultType: \"number\"}),\n\t\tmodeFn = modes[mode] || modes.eq,\n\t\tinvert = operator.prefix === \"!\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tif(modeFn(typeFn(title,operator.operand)) !== invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\nvar modes = {\n\t\"eq\": function(value) {return value === 0;},\n\t\"ne\": function(value) {return value !== 0;},\n\t\"gteq\": function(value) {return value >= 0;},\n\t\"gt\": function(value) {return value > 0;},\n\t\"lteq\": function(value) {return value <= 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/duplicateslugs.js": {
            "title": "$:/core/modules/filters/duplicateslugs.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/duplicateslugs.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter function for [duplicateslugs[]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.duplicateslugs = function(source,operator,options) {\n\tvar slugs = Object.create(null), // Hashmap by slug of title, replaced with \"true\" if the duplicate title has already been output\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tvar slug = options.wiki.slugify(title);\n\t\tif(slug in slugs) {\n\t\t\tif(slugs[slug] !== true) {\n\t\t\t\tresults.push(slugs[slug]);\n\t\t\t\tslugs[slug] = true;\n\t\t\t}\n\t\t\tresults.push(title);\n\t\t} else {\n\t\t\tslugs[slug] = title;\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/each.js": {
            "title": "$:/core/modules/filters/each.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/each.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique value of the specified field.\nWith suffix \"list\", selects all tiddlers that are values in a specified list field.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.each = function(source,operator,options) {\n\tvar results =[] ,\n\tvalue,values = {},\n\tfield = operator.operand || \"title\";\n\tif(operator.suffix === \"value\" && field === \"title\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(values,title)) {\n\t\t\t\tvalues[title] = true;\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else if(operator.suffix !== \"list-item\") {\n\t\tif(field === \"title\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && !$tw.utils.hop(values,title)) {\n\t\t\t\t\tvalues[title] = true;\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvalue = tiddler.getFieldString(field);\n\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\t$tw.utils.each(\n\t\t\t\t\toptions.wiki.getTiddlerList(title,field),\n\t\t\t\t\tfunction(value) {\n\t\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\t\tresults.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/eachday.js": {
            "title": "$:/core/modules/filters/eachday.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/eachday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique day covered by the specified date field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.eachday = function(source,operator,options) {\n\tvar results = [],\n\t\tvalues = [],\n\t\tfieldName = operator.operand || \"modified\";\n\t// Function to convert a date/time to a date integer\n\tvar toDate = function(value) {\n\t\tvalue = (new Date(value)).setHours(0,0,0,0);\n\t\treturn value+0;\n\t};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\tvar value = toDate($tw.utils.parseDate(tiddler.fields[fieldName]));\n\t\t\tif(values.indexOf(value) === -1) {\n\t\t\t\tvalues.push(value);\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/editiondescription.js": {
            "title": "$:/core/modules/filters/editiondescription.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/editiondescription.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the descriptions of the specified edition names\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editiondescription = function(source,operator,options) {\n\tvar results = [];\n\tif($tw.node) {\n\t\tvar editionInfo = $tw.utils.getEditionInfo();\n\t\tif(editionInfo) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif($tw.utils.hop(editionInfo,title)) {\n\t\t\t\t\tresults.push(editionInfo[title].description || \"\");\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/editions.js": {
            "title": "$:/core/modules/filters/editions.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/editions.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the available editions in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editions = function(source,operator,options) {\n\tvar results = [];\n\tif($tw.node) {\n\t\tvar editionInfo = $tw.utils.getEditionInfo();\n\t\tif(editionInfo) {\n\t\t\t$tw.utils.each(editionInfo,function(info,name) {\n\t\t\t\tresults.push(name);\n\t\t\t});\n\t\t}\n\t\tresults.sort();\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/else.js": {
            "title": "$:/core/modules/filters/else.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/else.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing an empty input list with a constant, passing a non-empty input list straight through\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.else = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tif(results.length === 0) {\n\t\treturn [operator.operand];\n\t} else {\n\t\treturn results;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/decodeuricomponent.js": {
            "title": "$:/core/modules/filters/decodeuricomponent.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/decodeuricomponent.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for applying decodeURIComponent() to each item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter functions\n*/\n\nexports.decodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\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,(operator.suffix === \"rawunicode\")));\n\t});\n\treturn results;\n};\n\nexports.jsonstringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.jsonStringify(title,(operator.suffix === \"rawunicode\")));\n\t});\n\treturn results;\n};\n\nexports.escaperegexp = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.escapeRegExp(title));\n\t});\n\treturn results;\n};\n\nexports.escapecss = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t// escape any character with a special meaning in CSS using CSS.escape()\n\t\tresults.push(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/filter.js": {
            "title": "$:/core/modules/filters/filter.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/filter.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning those input titles that pass a subfilter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.filter = function(source,operator,options) {\n\tvar filterFn = options.wiki.compileFilter(operator.operand),\n\t\tresults = [],\n\t\ttarget = operator.prefix !== \"!\";\n\tsource(function(tiddler,title) {\n\t\tvar list = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]));\n\t\tif((list.length > 0) === target) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/format/date.js": {
            "title": "$:/core/modules/filters/format/date.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format/date.js\ntype: application/javascript\nmodule-type: formatfilteroperator\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.date = function(source,operand,options) {\n\tvar results = [];\t\n\tsource(function(tiddler,title) {\n\t\tvar value = $tw.utils.parseDate(title);\n\t\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\t\tresults.push($tw.utils.formatDateString(value,operand || \"YYYY MM DD 0hh:0mm\"));\n\t\t}\n\t});\t\n\treturn results;\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "formatfilteroperator"
        },
        "$:/core/modules/filters/format/relativedate.js": {
            "title": "$:/core/modules/filters/format/relativedate.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format/relativedate.js\ntype: application/javascript\nmodule-type: formatfilteroperator\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.relativedate = function(source,operand,options) {\n\tvar results = [];\t\n\tsource(function(tiddler,title) {\n\t\tvar value = $tw.utils.parseDate(title);\n\t\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\t\tresults.push($tw.utils.getRelativeDate((new Date()) - (new Date(value))).description);\n\t\t}\n\t});\t\n\treturn results;\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "formatfilteroperator"
        },
        "$:/core/modules/filters/format.js": {
            "title": "$:/core/modules/filters/format.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format.js\ntype: application/javascript\nmodule-type: filteroperator\nFilter operator for formatting strings\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar formatFilterOperators;\n\nfunction getFormatFilterOperators() {\n\tif(!formatFilterOperators) {\n\t\tformatFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"formatfilteroperator\",formatFilterOperators);\n\t}\n\treturn formatFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.format = function(source,operator,options) {\n\t// Dispatch to the correct formatfilteroperator\n\tvar formatFilterOperators = getFormatFilterOperators();\n\tif(operator.suffix) {\n\t\tvar formatFilterOperator = formatFilterOperators[operator.suffix];\n\t\tif(formatFilterOperator) {\n\t\t\treturn formatFilterOperator(source,operator.operand,options);\n\t\t} else {\n\t\t\treturn [$tw.language.getString(\"Error/FormatFilterOperator\")];\n\t\t}\n\t} else {\n\t\t// Return all unchanged if the suffix is missing\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/get.js": {
            "title": "$:/core/modules/filters/get.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/get.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing tiddler titles by the value of the field specified in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.get = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tvar value = tiddler.getFieldString(operator.operand);\n\t\t\tif(value) {\n\t\t\t\tresults.push(value);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/getindex.js": {
            "title": "$:/core/modules/filters/getindex.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/getindex.js\ntype: application/javascript\nmodule-type: filteroperator\n\nreturns the value at a given index of datatiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getindex = function(source,operator,options) {\n\tvar data,title,results = [];\n\tif(operator.operand){\n\t\tsource(function(tiddler,title) {\n\t\t\ttitle = tiddler ? tiddler.fields.title : title;\n\t\t\tdata = options.wiki.extractTiddlerDataItem(tiddler,operator.operand);\n\t\t\tif(data) {\n\t\t\t\tresults.push(data);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/getvariable.js": {
            "title": "$:/core/modules/filters/getvariable.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/getvariable.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing input values by the value of the variable with the same name, or blank if the variable is missing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getvariable = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.widget.getVariable(title) || \"\");\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/has.js": {
            "title": "$:/core/modules/filters/has.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/has.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a tiddler has the specified field or index\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.has = function(source,operator,options) {\n\tvar results = [],\n\t\tinvert = operator.prefix === \"!\";\n\n\tif(operator.suffix === \"field\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(tiddler.fields,operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\telse if(operator.suffix === \"index\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\telse {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand].length === 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand) && (tiddler.fields[operator.operand].length !== 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\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/draft.js": {
            "title": "$:/core/modules/filters/is/draft.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/draft.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[draft]] analagous to [has[draft.of]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.draft = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,\"draft.of\")) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,\"draft.of\") && (tiddler.fields[\"draft.of\"].length !== 0)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\t\t\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) || operator.suffix);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/match.js": {
            "title": "$:/core/modules/filters/match.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/match.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title matches a string\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.match = function(source,operator,options) {\n\tvar results = [],\n\t\tsuffixes = (operator.suffixes || [])[0] || [];\n\tif(suffixes.indexOf(\"caseinsensitive\") !== -1) {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() !== (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() === (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title !== operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title === operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/math.js": {
            "title": "$:/core/modules/filters/math.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/math.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for math. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\nNote that strings are converted to numbers automatically. Trailing non-digits are ignored.\n\n* \"\" converts to 0\n* \"12kk\" converts to 12\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.negate = makeNumericBinaryOperator(\n\tfunction(a) {return -a}\n);\n\nexports.abs = makeNumericBinaryOperator(\n\tfunction(a) {return Math.abs(a)}\n);\n\nexports.ceil = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(a)}\n);\n\nexports.floor = makeNumericBinaryOperator(\n\tfunction(a) {return Math.floor(a)}\n);\n\nexports.round = makeNumericBinaryOperator(\n\tfunction(a) {return Math.round(a)}\n);\n\nexports.trunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.trunc(a)}\n);\n\nexports.untrunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(Math.abs(a)) * Math.sign(a)}\n);\n\nexports.sign = makeNumericBinaryOperator(\n\tfunction(a) {return Math.sign(a)}\n);\n\nexports.add = makeNumericBinaryOperator(\n\tfunction(a,b) {return a + b;}\n);\n\nexports.subtract = makeNumericBinaryOperator(\n\tfunction(a,b) {return a - b;}\n);\n\nexports.multiply = makeNumericBinaryOperator(\n\tfunction(a,b) {return a * b;}\n);\n\nexports.divide = makeNumericBinaryOperator(\n\tfunction(a,b) {return a / b;}\n);\n\nexports.remainder = makeNumericBinaryOperator(\n\tfunction(a,b) {return a % b;}\n);\n\nexports.max = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.max(a,b);}\n);\n\nexports.min = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.min(a,b);}\n);\n\nexports.fixed = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toFixed.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.precision = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toPrecision.call(a,Math.min(Math.max(b,1),100));}\n);\n\nexports.exponential = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toExponential.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.power = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.pow(a,b);}\n);\n\nexports.log = makeNumericBinaryOperator(\n\tfunction(a,b) {\n\t\tif(b) {\n\t\t\treturn Math.log(a)/Math.log(b);\n\t\t} else {\n\t\t\treturn Math.log(a);\n\t\t}\n\t}\n);\n\nexports.sum = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator + value},\n\t0 // Initial value\n);\n\nexports.product = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator * value},\n\t1 // Initial value\n);\n\nexports.maxall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.max(accumulator,value)},\n\t-Infinity // Initial value\n);\n\nexports.minall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.min(accumulator,value)},\n\tInfinity // Initial value\n);\n\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/reduce.js": {
            "title": "$:/core/modules/filters/reduce.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/reduce.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator evaluates a subfilter for each item, making the running total available in the variable `accumulator`, and the current index available in the variable `index`\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.reduce = function(source,operator,options) {\n\t// Accumulate the list\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Run the filter over each item\n\tvar filterFn = options.wiki.compileFilter(operator.operand),\n\t\taccumulator = operator.operands[1] || \"\";\n\tfor(var index=0; index<results.length; index++) {\n\t\tvar title = results[index],\n\t\t\tlist = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]),{\n\t\t\t\tgetVariable: function(name) {\n\t\t\t\t\tswitch(name) {\n\t\t\t\t\t\tcase \"currentTiddler\":\n\t\t\t\t\t\t\treturn \"\" + title;\n\t\t\t\t\t\tcase \"accumulator\":\n\t\t\t\t\t\t\treturn \"\" + accumulator;\n\t\t\t\t\t\tcase \"index\":\n\t\t\t\t\t\t\treturn \"\" + index;\n\t\t\t\t\t\tcase \"revIndex\":\n\t\t\t\t\t\t\treturn \"\" + (results.length - 1 - index);\n\t\t\t\t\t\tcase \"length\":\n\t\t\t\t\t\t\treturn \"\" + results.length;\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\treturn options.widget.getVariable(name);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\tif(list.length > 0) {\n\t\t\taccumulator = \"\" +  list[0];\n\t\t}\n\t}\n\tif(results.length > 0) {\n\t\treturn [accumulator];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/regexp.js": {
            "title": "$:/core/modules/filters/regexp.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/regexp.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for regexp matching\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.regexp = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"title\").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/slugify.js": {
            "title": "$:/core/modules/filters/slugify.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/slugify.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for slugifying a tiddler title\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.slugify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.wiki.slugify(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sort.js": {
            "title": "$:/core/modules/filters/sort.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sort.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,false);\n\treturn results;\n};\n\nexports.nsort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,true);\n\treturn results;\n};\n\nexports.sortan = function(source, operator, options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results, operator.operand || \"title\", operator.prefix === \"!\",false,false,true);\n\treturn results;\n};\n\nexports.sortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,false);\n\treturn results;\n};\n\nexports.nsortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,true);\n\treturn results;\n};\n\nvar prepare_results = function (source) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sortsub.js": {
            "title": "$:/core/modules/filters/sortsub.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sortsub.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting by a subfilter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sortsub = function(source,operator,options) {\n\t// Compile the subfilter\n\tvar filterFn = options.wiki.compileFilter(operator.operand);\n\t// Collect the input titles and the corresponding sort keys\n\tvar inputTitles = [],\n\t\tsortKeys = [];\n\tsource(function(tiddler,title) {\n\t\tinputTitles.push(title);\n\t\tvar r = filterFn.call(options.wiki,function(iterator) {\n\t\t\titerator(options.wiki.getTiddler(title),title);\n\t\t},{\n\t\t\tgetVariable: function(name) {\n\t\t\t\tif(name === \"currentTiddler\") {\n\t\t\t\t\treturn title;\n\t\t\t\t} else {\n\t\t\t\t\treturn options.widget.getVariable(name);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\tsortKeys.push(r[0] || \"\");\n\t});\n\t// Rather than sorting the titles array, we'll sort the indexes so that we can consult both arrays\n\tvar indexes = new Array(inputTitles.length);\n\tfor(var t=0; t<inputTitles.length; t++) {\n\t\tindexes[t] = t;\n\t}\n\t// Sort the indexes\n\tvar compareFn = $tw.utils.makeCompareFunction(operator.suffix,{defaultType: \"string\",invert: operator.prefix === \"!\"});\n\tindexes = indexes.sort(function(a,b) {\n\t\treturn compareFn(sortKeys[a],sortKeys[b]);\n\t});\n\t// Make the results array in order\n\tvar results = [];\n\t$tw.utils.each(indexes,function(index) {\n\t\tresults.push(inputTitles[index]);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/splitbefore.js": {
            "title": "$:/core/modules/filters/splitbefore.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/splitbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that splits each result on the first occurance of the specified separator and returns the unique values.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.splitbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar parts = title.split(operator.operand);\n\t\tif(parts.length === 1) {\n\t\t\t$tw.utils.pushTop(results,parts[0]);\n\t\t} else {\n\t\t\t$tw.utils.pushTop(results,parts[0] + operator.operand);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/storyviews.js": {
            "title": "$:/core/modules/filters/storyviews.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/storyviews.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the story views in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.storyviews = function(source,operator,options) {\n\tvar results = [],\n\t\tstoryviews = {};\n\t$tw.modules.applyMethods(\"storyview\",storyviews);\n\t$tw.utils.each(storyviews,function(info,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/strings.js": {
            "title": "$:/core/modules/filters/strings.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/strings.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for strings. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.length = makeStringBinaryOperator(\n\tfunction(a) {return [\"\" + (\"\" + a).length];}\n);\n\nexports.uppercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toUpperCase()];}\n);\n\nexports.lowercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toLowerCase()];}\n);\n\nexports.sentencecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toSentenceCase(a)];}\n);\n\nexports.titlecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toTitleCase(a)];}\n);\n\nexports.trim = function(source,operator,options) {\n\tvar result = [],\n\t\tsuffix = operator.suffix || \"\",\n\t\toperand = (operator.operand || \"\"),\n\t\tfnCalc;\n\tif(suffix === \"prefix\") {\n\t\tfnCalc = function(a,b) {return [$tw.utils.trimPrefix(a,b)];}\n\t} else if(suffix === \"suffix\") {\n\t\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix(a,b)];}\n\t} else {\n\t\tif(operand === \"\") {\n\t\t\tfnCalc = function(a) {return [$tw.utils.trim(a)];}\n\t\t} else {\n\t\t\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix($tw.utils.trimPrefix(a,b),b)];}\n\t\t}\n\t}\n\tsource(function(tiddler,title) {\n\t\tArray.prototype.push.apply(result,fnCalc(title,operand));\n\t});\n\treturn result;\n};\n\nexports.split = makeStringBinaryOperator(\n\tfunction(a,b) {return (\"\" + a).split(b);}\n);\n\nexports[\"enlist-input\"] = makeStringBinaryOperator(\n\tfunction(a,o,s) {return $tw.utils.parseStringArray(\"\" + a,(s === \"raw\"));}\n);\n\nexports.join = makeStringReducingOperator(\n\tfunction(accumulator,value,operand) {\n\t\tif(accumulator === null) {\n\t\t\treturn value;\n\t\t} else {\n\t\t\treturn accumulator + operand + value;\n\t\t}\n\t},null\n);\n\nfunction makeStringBinaryOperator(fnCalc) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tArray.prototype.push.apply(result,fnCalc(title,operator.operand || \"\",operator.suffix || \"\"));\n\t\t});\n\t\treturn result;\n\t};\n}\n\nfunction makeStringReducingOperator(fnCalc,initialValue) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(title);\n\t\t});\n\t\tif(result.length === 0) {\n\t\t\treturn [];\n\t\t}\n\t\treturn [result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,currentValue,operator.operand || \"\");\n\t\t},initialValue) || \"\"];\n\t};\n}\n\nexports.splitregexp = function(source,operator,options) {\n\tvar result = [],\n\t\tsuffix = operator.suffix || \"\",\n\t\tflags = (suffix.indexOf(\"m\") !== -1 ? \"m\" : \"\") + (suffix.indexOf(\"i\") !== -1 ? \"i\" : \"\"),\n\t\tregExp;\n\ttry {\n\t\tregExp = new RegExp(operator.operand || \"\",flags);\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\nexports[\"search-replace\"] = function(source,operator,options) {\n\tvar results = [],\n\t\tsuffixes = operator.suffixes || [],\n\t\tflagSuffix = (suffixes[0] ? (suffixes[0][0] || \"\") : \"\"),\n\t\tflags = (flagSuffix.indexOf(\"g\") !== -1 ? \"g\" : \"\") + (flagSuffix.indexOf(\"i\") !== -1 ? \"i\" : \"\"),\n\t\tisRegExp = (suffixes[1] && suffixes[1][0] === \"regexp\") ? true : false,\n\t\tsearchTerm,\n\t\tregExp;\n\t\n\tsource(function(tiddler,title) {\n\t\tif(title && (operator.operands.length > 1)) {\n\t\t\t//Escape regexp characters if the operand is not a regular expression\n\t\t\tsearchTerm = isRegExp ? operator.operand : $tw.utils.escapeRegExp(operator.operand);\n\t\t\ttry {\n\t\t\t\tregExp = new RegExp(searchTerm,flags);\n\t\t\t} catch(ex) {\n\t\t\t\treturn [\"RegExp error: \" + ex];\n\t\t\t}\n\t\t\tresults.push(\n\t\t\t\ttitle.replace(regExp,operator.operands[1])\n\t\t\t);\n\t\t} else {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\nexports.pad = function(source,operator,options) {\n\tvar results = [],\n\t\ttargetLength = operator.operand ? parseInt(operator.operand) : 0,\n\t\tfill = operator.operands[1] || \"0\";\n\n\tsource(function(tiddler,title) {\n\t\tif(title && title.length) {\n\t\t\tif(title.length >= targetLength) {\n\t\t\t\tresults.push(title);\n\t\t\t} else {\n\t\t\t\tvar padString = \"\",\n\t\t\t\t\tpadStringLength = targetLength - title.length;\n\t\t\t\twhile (padStringLength > padString.length) {\n\t\t\t\t\tpadString += fill;\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t//make sure we do not exceed the specified length\n\t\t\t\tpadString = padString.slice(0,padStringLength);\n\t\t\t\tif(operator.suffix && (operator.suffix === \"suffix\")) {\n\t\t\t\t\ttitle = title + padString;\n\t\t\t\t} else {\n\t\t\t\t\ttitle = padString + title;\n\t\t\t\t}\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n}\n\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\t/*jslint node: true, browser: true */\n\t/*global $tw: false */\n\t\"use strict\";\n\n\t/*\n\tFetch titles from the current list\n\t*/\n\tvar prepare_results = function (source) {\n\tvar results = [];\n\t\tsource(function (tiddler, title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list before the item named in the operand\n\t*/\n\texports.putbefore = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -1) :\n\t\t\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list after the item named in the operand\n\t*/\n\texports.putafter = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -1) :\n\t\t\tresults.slice(0, index + 1).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n\t};\n\n\t/*\n\tReplaces the item named in the operand with a number of items from the tail of the current list\n\t*/\n\texports.replace = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -count) :\n\t\t\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list to the head of the list\n\t*/\n\texports.putfirst = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn results.slice(-count).concat(results.slice(0, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the head of the current list to the tail of the list\n\t*/\n\texports.putlast = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn results.slice(count).concat(results.slice(0, count));\n\t};\n\n\t/*\n\tMoves the item named in the operand a number of places forward or backward in the list\n\t*/\n\texports.move = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1),\n\t\t\tmarker = results.splice(index, 1),\n\t\t\toffset =  (index + count) > 0 ? index + count : 0;\n\t\treturn results.slice(0, offset).concat(marker).concat(results.slice(offset));\n\t};\n\n\t/*\n\tReturns the items from the current list that are after the item named in the operand\n\t*/\n\texports.allafter = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand);\n\t\treturn (index === -1) ? [] :\n\t\t\t(operator.suffix) ? results.slice(index) :\n\t\t\tresults.slice(index + 1);\n\t};\n\n\t/*\n\tReturns the items from the current list that are before the item named in the operand\n\t*/\n\texports.allbefore = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand);\n\t\treturn (index === -1) ? [] :\n\t\t\t(operator.suffix) ? results.slice(0, index + 1) :\n\t\t\tresults.slice(0, index);\n\t};\n\n\t/*\n\tAppends the items listed in the operand array to the tail of the current list\n\t*/\n\texports.append = function (source, operator) {\n\t\tvar append = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = parseInt(operator.suffix) || append.length;\n\t\treturn (append.length === 0) ? results :\n\t\t\t(operator.prefix) ? results.concat(append.slice(-count)) :\n\t\t\tresults.concat(append.slice(0, count));\n\t};\n\n\t/*\n\tPrepends the items listed in the operand array to the head of the current list\n\t*/\n\texports.prepend = function (source, operator) {\n\t\tvar prepend = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,prepend.length);\n\t\treturn (prepend.length === 0) ? results :\n\t\t\t(operator.prefix) ? prepend.slice(-count).concat(results) :\n\t\t\tprepend.slice(0, count).concat(results);\n\t};\n\n\t/*\n\tReturns all items from the current list except the items listed in the operand array\n\t*/\n\texports.remove = function (source, operator) {\n\t\tvar array = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = parseInt(operator.suffix) || array.length,\n\t\t\tp,\n\t\t\tlen,\n\t\t\tindex;\n\t\tlen = array.length - 1;\n\t\tfor (p = 0; p < count; ++p) {\n\t\t\tif (operator.prefix) {\n\t\t\t\tindex = results.indexOf(array[len - p]);\n\t\t\t} else {\n\t\t\t\tindex = results.indexOf(array[p]);\n\t\t\t}\n\t\t\tif (index !== -1) {\n\t\t\t\tresults.splice(index, 1);\n\t\t\t}\n\t\t}\n\t\treturn results;\n\t};\n\n\t/*\n\tReturns all items from the current list sorted in the order of the items in the operand array\n\t*/\n\texports.sortby = function (source, operator) {\n\t\tvar results = prepare_results(source);\n\t\tif (!results || results.length < 2) {\n\t\t\treturn results;\n\t\t}\n\t\tvar lookup = $tw.utils.parseStringArray(operator.operand, \"true\");\n\t\tresults.sort(function (a, b) {\n\t\t\treturn lookup.indexOf(a) - lookup.indexOf(b);\n\t\t});\n\t\treturn results;\n\t};\n\n\t/*\n\tRemoves all duplicate items from the current list\n\t*/\n\texports.unique = function (source, operator) {\n\t\tvar results = prepare_results(source);\n\t\tvar set = results.reduce(function (a, b) {\n\t\t\tif (a.indexOf(b) < 0) {\n\t\t\t\ta.push(b);\n\t\t\t}\n\t\t\treturn a;\n\t\t}, []);\n\t\treturn set;\n\t};\n\n\tvar cycleValueInArray = function(results,operands,stepSize) {\n\t\tvar resultsIndex,\n\t\t\tstep = stepSize || 1,\n\t\t\ti = 0,\n\t\t\topLength = operands.length,\n\t\t\tnextOperandIndex;\t\t\n\t\tfor(i; i < opLength; i++) {\n\t\t\tresultsIndex = results.indexOf(operands[i]);\n\t\t\tif(resultsIndex !== -1) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(resultsIndex !== -1) {\n\t\t\ti = i + step;\n\t\t\tnextOperandIndex = (i < opLength ? i : i - opLength);\n\t\t\tif(operands.length > 1) {\n\t\t\t\tresults.splice(resultsIndex,1,operands[nextOperandIndex]);\n\t\t\t} else {\n\t\t\t\tresults.splice(resultsIndex,1);\n\t\t\t}\n\t\t} else {\n\t\t\tresults.push(operands[0]);\n\t\t}\n\t\treturn results;\t\t\n\t}\n\n\t/*\n\tToggles an item in the current list.\n\t*/\t\n\texports.toggle = function(source,operator) {\n\t\treturn cycleValueInArray(prepare_results(source),operator.operands);\n\t}\n\n\texports.cycle = function(source,operator) {\n\t\tvar results = prepare_results(source),\n\t\t\toperands = (operator.operand.length ? $tw.utils.parseStringArray(operator.operand, \"true\") : [\"\"]),\n\t\t\tstep = $tw.utils.getInt(operator.operands[1]||\"\",1);\n\t\tif(step < 0) {\n\t\t\toperands.reverse();\n\t\t\tstep = Math.abs(step);\n\t\t}\t\n\t\treturn cycleValueInArray(results,operands,step);\n\t}\n\t\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\t\toperator.operands = [];\n\t\tfunction parseOperand(bracketType) {\n\t\t\tvar operand = {};\n\t\t\tswitch (bracketType) {\n\t\t\t\tcase \"{\": // Curly brackets\n\t\t\t\t\toperand.indirect = true;\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"[\": // Square brackets\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"<\": // Angle brackets\n\t\t\t\t\toperand.variable = true;\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\">\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"/\": // regexp brackets\n\t\t\t\t\tvar rex = /^((?:[^\\\\\\/]*|\\\\.)*)\\/(?:\\(([mygi]+)\\))?/g,\n\t\t\t\t\t\trexMatch = rex.exec(filterString.substring(p));\n\t\t\t\t\tif(rexMatch) {\n\t\t\t\t\t\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\n\t// DEPRECATION WARNING\n\tconsole.log(\"WARNING: Filter\",operator.operator,\"has a deprecated regexp operand\",operator.regexp);\n\t\t\t\t\t\tnextBracketPos = p + rex.lastIndex - 1;\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthrow \"Unterminated regular expression in filter expression\";\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tif(nextBracketPos === -1) {\n\t\t\t\tthrow \"Missing closing bracket in filter expression\";\n\t\t\t}\n\t\t\tif(!operator.regexp) {\n\t\t\t\toperand.text = filterString.substring(p,nextBracketPos);\n\t\t\t\toperator.operands.push(operand);\n\t\t\t}\n\t\t\tp = nextBracketPos + 1;\n\t\t}\n\t\t\n\t\tp = nextBracketPos + 1;\n\t\tparseOperand(bracket);\n\t\t\n\t\t// Check for multiple operands\n\t\twhile(filterString.charAt(p) === \",\") {\n\t\t\tp++;\n\t\t\tif(/^[\\[\\{<\\/]/.test(filterString.substring(p))) {\n\t\t\t\tnextBracketPos = p;\n\t\t\t\tp++;\n\t\t\t\tparseOperand(filterString.charAt(nextBracketPos));\n\t\t\t} else {\n\t\t\t\tthrow \"Missing [ in filter expression\";\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Push this operator\n\t\toperators.push(operator);\n\t} while(filterString.charAt(p) !== \"]\");\n\t// Skip the ending square bracket\n\tif(filterString.charAt(p++) !== \"]\") {\n\t\tthrow \"Missing ] in filter expression\";\n\t}\n\t// Return the parsing position\n\treturn p;\n}\n\n/*\nParse a filter string\n*/\nexports.parseFilter = function(filterString) {\n\tfilterString = filterString || \"\";\n\tvar results = [], // Array of arrays of operator nodes {operator:,operand:}\n\t\tp = 0, // Current position in the filter string\n\t\tmatch;\n\tvar whitespaceRegExp = /(\\s+)/mg,\n\t\toperandRegExp = /((?:\\+|\\-|~|=|\\:(\\w+))?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\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 = p + operation.prefix.length;\n\t\t\t\tif(match[2]) {\n\t\t\t\t\toperation.namedPrefix = match[2];\n\t\t\t\t}\n\t\t\t}\n\t\t\tif(match[3]) { // 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[4] || match[5] || match[6]) { // Double quoted string, single quoted string or unquoted title\n\t\t\t\toperation.operators.push(\n\t\t\t\t\t{operator: \"title\", operands: [{text: match[4] || match[5] || match[6]}]}\n\t\t\t\t);\n\t\t\t}\n\t\t\tresults.push(operation);\n\t\t}\n\t}\n\treturn results;\n};\n\nexports.getFilterOperators = function() {\n\tif(!this.filterOperators) {\n\t\t$tw.Wiki.prototype.filterOperators = {};\n\t\t$tw.modules.applyMethods(\"filteroperator\",this.filterOperators);\n\t}\n\treturn this.filterOperators;\n};\n\nexports.getFilterRunPrefixes = function() {\n\tif(!this.filterRunPrefixes) {\n\t\t$tw.Wiki.prototype.filterRunPrefixes = {};\n\t\t$tw.modules.applyMethods(\"filterrunprefix\",this.filterRunPrefixes);\n\t}\n\treturn this.filterRunPrefixes;\n}\n\nexports.filterTiddlers = function(filterString,widget,source) {\n\tvar fn = this.compileFilter(filterString);\n\treturn fn.call(this,source,widget);\n};\n\n/*\nCompile a filter into a function with the signature fn(source,widget) where:\nsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\nwidget: an optional widget node for retrieving the current tiddler etc.\n*/\nexports.compileFilter = function(filterString) {\n\tvar filterParseTree;\n\ttry {\n\t\tfilterParseTree = this.parseFilter(filterString);\n\t} catch(e) {\n\t\treturn function(source,widget) {\n\t\t\treturn [$tw.language.getString(\"Error/Filter\") + \": \" + e];\n\t\t};\n\t}\n\t// Get the hashmap of filter operator functions\n\tvar filterOperators = this.getFilterOperators();\n\t// Assemble array of functions, one for each operation\n\tvar operationFunctions = [];\n\t// Step through the operations\n\tvar self = this;\n\t$tw.utils.each(filterParseTree,function(operation) {\n\t\t// Create a function for the chain of operators in the operation\n\t\tvar operationSubFunction = function(source,widget) {\n\t\t\tvar accumulator = source,\n\t\t\t\tresults = [],\n\t\t\t\tcurrTiddlerTitle = widget && widget.getVariable(\"currentTiddler\");\n\t\t\t$tw.utils.each(operation.operators,function(operator) {\n\t\t\t\tvar operands = [],\n\t\t\t\t\toperatorFunction;\n\t\t\t\tif(!operator.operator) {\n\t\t\t\t\toperatorFunction = filterOperators.title;\n\t\t\t\t} else if(!filterOperators[operator.operator]) {\n\t\t\t\t\toperatorFunction = filterOperators.field;\n\t\t\t\t} else {\n\t\t\t\t\toperatorFunction = filterOperators[operator.operator];\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$tw.utils.each(operator.operands,function(operand) {\n\t\t\t\t\tif(operand.indirect) {\n\t\t\t\t\t\toperand.value = self.getTextReference(operand.text,\"\",currTiddlerTitle);\n\t\t\t\t\t} else if(operand.variable) {\n\t\t\t\t\t\toperand.value = widget.getVariable(operand.text,{defaultValue: \"\"});\n\t\t\t\t\t} else {\n\t\t\t\t\t\toperand.value = operand.text;\n\t\t\t\t\t}\n\t\t\t\t\toperands.push(operand.value);\n\t\t\t\t});\n\n\t\t\t\t// Invoke the appropriate filteroperator module\n\t\t\t\tresults = operatorFunction(accumulator,{\n\t\t\t\t\t\t\toperator: operator.operator,\n\t\t\t\t\t\t\toperand: operands.length > 0 ? operands[0] : undefined,\n\t\t\t\t\t\t\toperands: operands,\n\t\t\t\t\t\t\tprefix: operator.prefix,\n\t\t\t\t\t\t\tsuffix: operator.suffix,\n\t\t\t\t\t\t\tsuffixes: operator.suffixes,\n\t\t\t\t\t\t\tregexp: operator.regexp\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\twiki: self,\n\t\t\t\t\t\t\twidget: widget\n\t\t\t\t\t\t});\n\t\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\t\taccumulator = self.makeTiddlerIterator(results);\n\t\t\t\t} else {\n\t\t\t\t\taccumulator = results;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\treturn results;\n\t\t\t} else {\n\t\t\t\tvar resultArray = [];\n\t\t\t\tresults(function(tiddler,title) {\n\t\t\t\t\tresultArray.push(title);\n\t\t\t\t});\n\t\t\t\treturn resultArray;\n\t\t\t}\n\t\t};\n\t\tvar filterRunPrefixes = self.getFilterRunPrefixes();\n\t\t// Wrap the operator functions in a wrapper function that depends on the prefix\n\t\toperationFunctions.push((function() {\n\t\t\tvar options = {wiki: self};\n\t\t\tswitch(operation.prefix || \"\") {\n\t\t\t\tcase \"\": // No prefix means that the operation is unioned into the result\n\t\t\t\t\treturn filterRunPrefixes[\"or\"](operationSubFunction, options);\n\t\t\t\tcase \"=\": // The results of the operation are pushed into the result without deduplication\n\t\t\t\t\treturn filterRunPrefixes[\"all\"](operationSubFunction, options);\n\t\t\t\tcase \"-\": // The results of this operation are removed from the main result\n\t\t\t\t\treturn filterRunPrefixes[\"except\"](operationSubFunction, options);\n\t\t\t\tcase \"+\": // This operation is applied to the main results so far\n\t\t\t\t\treturn filterRunPrefixes[\"and\"](operationSubFunction, options);\n\t\t\t\tcase \"~\": // This operation is unioned into the result only if the main result so far is empty\n\t\t\t\t\treturn filterRunPrefixes[\"else\"](operationSubFunction, options);\n\t\t\t\tdefault: \n\t\t\t\t\tif(operation.namedPrefix && filterRunPrefixes[operation.namedPrefix]) {\n\t\t\t\t\t\treturn filterRunPrefixes[operation.namedPrefix](operationSubFunction, options);\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t\tresults.clear();\n\t\t\t\t\t\t\tresults.push($tw.language.getString(\"Error/FilterRunPrefix\"));\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\t\t\t}\n\t\t})());\n\t});\n\t// Return a function that applies the operations to a source iterator of tiddler titles\n\treturn $tw.perf.measure(\"filter: \" + filterString,function filterFunction(source,widget) {\n\t\tif(!source) {\n\t\t\tsource = self.each;\n\t\t} else if(typeof source === \"object\") { // Array or hashmap\n\t\t\tsource = self.makeTiddlerIterator(source);\n\t\t}\n\t\tvar results = new $tw.utils.LinkedList();\n\t\t$tw.utils.each(operationFunctions,function(operationFunction) {\n\t\t\toperationFunction(results,source,widget);\n\t\t});\n\t\treturn results.toArray();\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/core/modules/indexers/backlinks-indexer.js": {
            "title": "$:/core/modules/indexers/backlinks-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/backlinks-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers' backlinks\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\n\nfunction BacklinksIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nBacklinksIndexer.prototype.init = function() {\n\tthis.index = null;\n}\n\nBacklinksIndexer.prototype.rebuild = function() {\n\tthis.index = null;\n}\n\nBacklinksIndexer.prototype._getLinks = function(tiddler) {\n\tvar parser =  this.wiki.parseText(tiddler.fields.type, tiddler.fields.text, {});\n\tif(parser) {\n\t\treturn this.wiki.extractLinks(parser.tree);\n\t}\n\treturn [];\n}\n\nBacklinksIndexer.prototype.update = function(updateDescriptor) {\n\tif(!this.index) {\n\t\treturn;\n\t}\n\tvar newLinks = [],\n\t    oldLinks = [],\n\t    self = this;\n\tif(updateDescriptor.old.exists) {\n\t\toldLinks = this._getLinks(updateDescriptor.old.tiddler);\n\t}\n\tif(updateDescriptor.new.exists) {\n\t\tnewLinks = this._getLinks(updateDescriptor.new.tiddler);\n\t}\n\n\t$tw.utils.each(oldLinks,function(link) {\n\t\tif(self.index[link]) {\n\t\t\tdelete self.index[link][updateDescriptor.old.tiddler.fields.title];\n\t\t}\n\t});\n\t$tw.utils.each(newLinks,function(link) {\n\t\tif(!self.index[link]) {\n\t\t\tself.index[link] = Object.create(null);\n\t\t}\n\t\tself.index[link][updateDescriptor.new.tiddler.fields.title] = true;\n\t});\n}\n\nBacklinksIndexer.prototype.lookup = function(title) {\n\tif(!this.index) {\n\t\tthis.index = Object.create(null);\n\t\tvar self = this;\n\t\tthis.wiki.forEachTiddler(function(title,tiddler) {\n\t\t\tvar links = self._getLinks(tiddler);\n\t\t\t$tw.utils.each(links, function(link) {\n\t\t\t\tif(!self.index[link]) {\n\t\t\t\t\tself.index[link] = Object.create(null);\n\t\t\t\t}\n\t\t\t\tself.index[link][title] = true;\n\t\t\t});\n\t\t});\n\t}\n\tif(this.index[title]) {\n\t\treturn Object.keys(this.index[title]);\n\t} else {\n\t\treturn [];\n\t}\n}\n\nexports.BacklinksIndexer = BacklinksIndexer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "indexer"
        },
        "$:/core/modules/indexers/field-indexer.js": {
            "title": "$:/core/modules/indexers/field-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/field-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers with each field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\nvar DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH = 128;\n\nfunction FieldIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nFieldIndexer.prototype.init = function() {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH;\n\tthis.addIndexMethods();\n}\n\n// Provided for testing\nFieldIndexer.prototype.setMaxIndexedValueLength = function(length) {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = length;\n};\n\nFieldIndexer.prototype.addIndexMethods = function() {\n\tvar self = this;\n\tthis.wiki.each.byField = function(name,value) {\n\t\tvar titles = self.wiki.allTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachShadow.byField = function(name,value) {\n\t\tvar titles = self.wiki.allShadowTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachTiddlerPlusShadows.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n\tthis.wiki.eachShadowPlusTiddlers.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n};\n\n/*\nTear down and then rebuild the index as if all tiddlers have changed\n*/\nFieldIndexer.prototype.rebuild = function() {\n\t// Invalidate the index so that it will be rebuilt when it is next used\n\tthis.index = null;\n};\n\n/*\nBuild the index for a particular field\n*/\nFieldIndexer.prototype.buildIndexForField = function(name) {\n\tvar self = this;\n\t// Hashmap by field name of hashmap by field value of array of tiddler titles\n\tthis.index = this.index || Object.create(null);\n\tthis.index[name] = Object.create(null);\n\tvar baseIndex = this.index[name];\n\t// Update the index for each tiddler\n\tthis.wiki.eachTiddlerPlusShadows(function(tiddler,title) {\n\t\tif(name in tiddler.fields) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\t// Skip any values above the maximum length\n\t\t\tif(value.length < 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(updateInfoTiddlersCallback) {\n\tvar mapBoolean = function(value) {return value ? \"yes\" : \"no\";},\n\t\tinfoTiddlerFields = [];\n\t// Basics\n\tinfoTiddlerFields.push({title: \"$:/info/browser\", text: mapBoolean(!!$tw.browser)});\n\tinfoTiddlerFields.push({title: \"$:/info/node\", text: mapBoolean(!!$tw.node)});\n\tinfoTiddlerFields.push({title: \"$:/info/startup-timestamp\", text: $tw.utils.stringifyDate(new Date())});\n\tif($tw.browser) {\n\t\t// Document location\n\t\tvar setLocationProperty = function(name,value) {\n\t\t\t\tinfoTiddlerFields.push({title: \"$:/info/url/\" + name, text: value});\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// Dark mode through event listener on MediaQueryList\n \t\tvar mqList = window.matchMedia(\"(prefers-color-scheme: dark)\"),\n \t\t\tgetDarkModeTiddler = function() {return {title: \"$:/info/darkmode\", text: mqList.matches ? \"yes\" : \"no\"};};\n \t\tinfoTiddlerFields.push(getDarkModeTiddler());\n \t\tmqList.addListener(function(event) {\n \t\t\tupdateInfoTiddlersCallback([getDarkModeTiddler()]);\n \t\t});\n\t\t// Language\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/language\", text: navigator.language || \"\"});\n\t}\n\treturn infoTiddlerFields;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "info"
        },
        "$:/core/modules/keyboard.js": {
            "title": "$:/core/modules/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/keyboard.js\ntype: application/javascript\nmodule-type: global\n\nKeyboard handling utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar namedKeys = {\n\t\"cancel\": 3,\n\t\"help\": 6,\n\t\"backspace\": 8,\n\t\"tab\": 9,\n\t\"clear\": 12,\n\t\"return\": 13,\n\t\"enter\": 13,\n\t\"pause\": 19,\n\t\"escape\": 27,\n\t\"space\": 32,\n\t\"page_up\": 33,\n\t\"page_down\": 34,\n\t\"end\": 35,\n\t\"home\": 36,\n\t\"left\": 37,\n\t\"up\": 38,\n\t\"right\": 39,\n\t\"down\": 40,\n\t\"printscreen\": 44,\n\t\"insert\": 45,\n\t\"delete\": 46,\n\t\"0\": 48,\n\t\"1\": 49,\n\t\"2\": 50,\n\t\"3\": 51,\n\t\"4\": 52,\n\t\"5\": 53,\n\t\"6\": 54,\n\t\"7\": 55,\n\t\"8\": 56,\n\t\"9\": 57,\n\t\"firefoxsemicolon\": 59,\n\t\"firefoxequals\": 61,\n\t\"a\": 65,\n\t\"b\": 66,\n\t\"c\": 67,\n\t\"d\": 68,\n\t\"e\": 69,\n\t\"f\": 70,\n\t\"g\": 71,\n\t\"h\": 72,\n\t\"i\": 73,\n\t\"j\": 74,\n\t\"k\": 75,\n\t\"l\": 76,\n\t\"m\": 77,\n\t\"n\": 78,\n\t\"o\": 79,\n\t\"p\": 80,\n\t\"q\": 81,\n\t\"r\": 82,\n\t\"s\": 83,\n\t\"t\": 84,\n\t\"u\": 85,\n\t\"v\": 86,\n\t\"w\": 87,\n\t\"x\": 88,\n\t\"y\": 89,\n\t\"z\": 90,\n\t\"numpad0\": 96,\n\t\"numpad1\": 97,\n\t\"numpad2\": 98,\n\t\"numpad3\": 99,\n\t\"numpad4\": 100,\n\t\"numpad5\": 101,\n\t\"numpad6\": 102,\n\t\"numpad7\": 103,\n\t\"numpad8\": 104,\n\t\"numpad9\": 105,\n\t\"multiply\": 106,\n\t\"add\": 107,\n\t\"separator\": 108,\n\t\"subtract\": 109,\n\t\"decimal\": 110,\n\t\"divide\": 111,\n\t\"f1\": 112,\n\t\"f2\": 113,\n\t\"f3\": 114,\n\t\"f4\": 115,\n\t\"f5\": 116,\n\t\"f6\": 117,\n\t\"f7\": 118,\n\t\"f8\": 119,\n\t\"f9\": 120,\n\t\"f10\": 121,\n\t\"f11\": 122,\n\t\"f12\": 123,\n\t\"f13\": 124,\n\t\"f14\": 125,\n\t\"f15\": 126,\n\t\"f16\": 127,\n\t\"f17\": 128,\n\t\"f18\": 129,\n\t\"f19\": 130,\n\t\"f20\": 131,\n\t\"f21\": 132,\n\t\"f22\": 133,\n\t\"f23\": 134,\n\t\"f24\": 135,\n\t\"firefoxminus\": 173,\n\t\"semicolon\": 186,\n\t\"equals\": 187,\n\t\"comma\": 188,\n\t\"dash\": 189,\n\t\"period\": 190,\n\t\"slash\": 191,\n\t\"backquote\": 192,\n\t\"openbracket\": 219,\n\t\"backslash\": 220,\n\t\"closebracket\": 221,\n\t\"quote\": 222\n};\n\nfunction KeyboardManager(options) {\n\tvar self = this;\n\toptions = options || \"\";\n\t// Save the named key hashmap\n\tthis.namedKeys = namedKeys;\n\t// Create a reverse mapping of code to keyname\n\tthis.keyNames = [];\n\t$tw.utils.each(namedKeys,function(keyCode,name) {\n\t\tself.keyNames[keyCode] = name.substr(0,1).toUpperCase() + name.substr(1);\n\t});\n\t// Save the platform-specific name of the \"meta\" key\n\tthis.metaKeyName = $tw.platform.isMac ? \"cmd-\" : \"win-\";\n\tthis.shortcutKeysList = [], // Stores the shortcut-key descriptors\n\tthis.shortcutActionList = [], // Stores the corresponding action strings\n\tthis.shortcutParsedList = []; // Stores the parsed key descriptors\n\tthis.lookupNames = [\"shortcuts\"];\n\tthis.lookupNames.push($tw.platform.isMac ? \"shortcuts-mac\" : \"shortcuts-not-mac\")\n\tthis.lookupNames.push($tw.platform.isWindows ? \"shortcuts-windows\" : \"shortcuts-not-windows\");\n\tthis.lookupNames.push($tw.platform.isLinux ? \"shortcuts-linux\" : \"shortcuts-not-linux\");\n\tthis.updateShortcutLists(this.getShortcutTiddlerList());\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.handleShortcutChanges(changes);\n\t});\n}\n\n/*\nReturn an array of keycodes for the modifier keys ctrl, shift, alt, meta\n*/\nKeyboardManager.prototype.getModifierKeys = function() {\n\treturn [\n\t\t16, // Shift\n\t\t17, // Ctrl\n\t\t18, // Alt\n\t\t20, // CAPS LOCK\n\t\t91, // Meta (left)\n\t\t93, // Meta (right)\n\t\t224 // Meta (Firefox)\n\t]\n};\n\n/*\nParses a key descriptor into the structure:\n{\n\tkeyCode: numeric keycode\n\tshiftKey: boolean\n\taltKey: boolean\n\tctrlKey: boolean\n\tmetaKey: boolean\n}\nKey descriptors have the following format:\n\tctrl+enter\n\tctrl+shift+alt+A\n*/\nKeyboardManager.prototype.parseKeyDescriptor = function(keyDescriptor) {\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.getEventModifierKeyDescriptor = function(event) {\n\treturn event.ctrlKey && !event.shiftKey && !event.altKey && !event.metaKey ? \"ctrl\" : \n\t\tevent.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey ? \"shift\" : \n\t\tevent.ctrlKey && event.shiftKey && !event.altKey && !event.metaKey ? \"ctrl-shift\" : \n\t\tevent.altKey && !event.shiftKey && !event.ctrlKey && !event.metaKey ? \"alt\" : \n\t\tevent.altKey && event.shiftKey && !event.ctrlKey && !event.metaKey ? \"alt-shift\" : \n\t\tevent.altKey && event.ctrlKey && !event.shiftKey && !event.metaKey ? \"ctrl-alt\" : \n\t\tevent.altKey && event.shiftKey && event.ctrlKey && !event.metaKey ? \"ctrl-alt-shift\" : \n\t\tevent.metaKey && !event.ctrlKey && !event.shiftKey && !event.altKey ? \"meta\" : \n\t\tevent.metaKey && event.ctrlKey && !event.shiftKey && !event.altKey ? \"meta-ctrl\" :\n\t\tevent.metaKey && event.ctrlKey && event.shiftKey && !event.altKey ? \"meta-ctrl-shift\" :\n\t\tevent.metaKey && event.ctrlKey & event.shiftKey && event.altKey ? \"meta-ctrl-alt-shift\" : \"normal\";\n};\n\nKeyboardManager.prototype.getShortcutTiddlerList = function() {\n\treturn $tw.wiki.getTiddlersWithTag(\"$:/tags/KeyboardShortcut\");\n};\n\nKeyboardManager.prototype.updateShortcutLists = function(tiddlerList) {\n\tthis.shortcutTiddlers = tiddlerList;\n\tfor(var i=0; i<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 target;\n\tif(type === \"only\") {\n\t\ttarget = true;\n\t} else if(type === \"except\") {\n\t\ttarget = false;\n\t} else {\n\t\treturn;\n\t}\n\t// Define a function to process each of our rule arrays\n\tvar processRuleArray = function(ruleArray) {\n\t\tfor(var t=ruleArray.length-1; t>=0; t--) {\n\t\t\tif((names.indexOf(ruleArray[t].rule.name) === -1) === target) {\n\t\t\t\truleArray.splice(t,1);\n\t\t\t}\n\t\t}\n\t};\n\t// Process each rule array\n\tprocessRuleArray(this.pragmaRules);\n\tprocessRuleArray(this.blockRules);\n\tprocessRuleArray(this.inlineRules);\n};\n\nexports[\"text/vnd.tiddlywiki\"] = WikiParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikirulebase.js\ntype: application/javascript\nmodule-type: global\n\nBase class for wiki parser rules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nThis constructor is always overridden with a blank constructor, and so shouldn't be used\n*/\nvar WikiRuleBase = function() {\n};\n\n/*\nTo be overridden by individual rules\n*/\nWikiRuleBase.prototype.init = function(parser) {\n\tthis.parser = parser;\n};\n\n/*\nDefault implementation of findNextMatch uses RegExp matching\n*/\nWikiRuleBase.prototype.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\treturn this.match ? this.match.index : undefined;\n};\n\nexports.WikiRuleBase = WikiRuleBase;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/pluginswitcher.js": {
            "title": "$:/core/modules/pluginswitcher.js",
            "text": "/*\\\ntitle: $:/core/modules/pluginswitcher.js\ntype: application/javascript\nmodule-type: global\n\nManages switching plugins for themes and languages.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\noptions:\nwiki: wiki store to be used\npluginType: type of plugin to be switched\ncontrollerTitle: title of tiddler used to control switching of this resource\ndefaultPlugins: array of default plugins to be used if nominated plugin isn't found\nonSwitch: callback when plugin is switched (single parameter is array of plugin titles)\n*/\nfunction PluginSwitcher(options) {\n\tthis.wiki = options.wiki;\n\tthis.pluginType = options.pluginType;\n\tthis.controllerTitle = options.controllerTitle;\n\tthis.defaultPlugins = options.defaultPlugins || [];\n\tthis.onSwitch = options.onSwitch;\n\t// Switch to the current plugin\n\tthis.switchPlugins();\n\t// Listen for changes to the selected plugin\n\tvar self = this;\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,self.controllerTitle)) {\n\t\t\tself.switchPlugins();\n\t\t}\n\t});\n}\n\nPluginSwitcher.prototype.switchPlugins = function() {\n\t// Get the name of the current theme\n\tvar selectedPluginTitle = this.wiki.getTiddlerText(this.controllerTitle);\n\t// If it doesn't exist, then fallback to one of the default themes\n\tvar index = 0;\n\twhile(!this.wiki.getTiddler(selectedPluginTitle) && index < 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\" && ($tw.config.disableAutoSave || this.wiki.getTiddlerText(this.titleAutoSave,\"yes\") !== \"yes\")) {\n\t\treturn false;\n\t}\n\tvar\tvariables = options.variables || {},\n\t\ttemplate = options.template || \"$:/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\tvar self = this;\n\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t\t$tw.utils.each($tw.windows,function(win) {\n\t\t\t$tw.utils.toggleClass(win.document.body,\"tc-dirty\",self.isDirty());\n\t\t});\n\t}\n};\n\nexports.SaverHandler = SaverHandler;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/savers/andtidwiki.js": {
            "title": "$:/core/modules/savers/andtidwiki.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/andtidwiki.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the AndTidWiki Android app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar AndTidWiki = function(wiki) {\n};\n\nAndTidWiki.prototype.save = function(text,method,callback,options) {\n\tvar filename = options && options.variables ? options.variables.filename : null;\n\tif (method === \"download\") {\n\t\t// Support download\n\t\tif (window.twi.saveDownload) {\n\t\t\ttry {\n\t\t\t\twindow.twi.saveDownload(text,filename);\n\t\t\t} catch(err) {\n\t\t\t\tif (err.message === \"Method not found\") {\n\t\t\t\t\twindow.twi.saveDownload(text);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tvar link = document.createElement(\"a\");\n\t\t\tlink.setAttribute(\"href\",\"data:text/plain,\" + encodeURIComponent(text));\n\t\t\tif (filename) {\n\t\t\t    link.setAttribute(\"download\",filename);\n\t\t\t}\n\t\t\tdocument.body.appendChild(link);\n\t\t\tlink.click();\n\t\t\tdocument.body.removeChild(link);\n\t\t}\n\t} else if (window.twi.saveWiki) {\n\t\t// Direct save in Tiddloid\n\t\twindow.twi.saveWiki(text);\n\t} else {\n\t\t// Get the pathname of this document\n\t\tvar pathname = 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/custom.js": {
            "title": "$:/core/modules/savers/custom.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/custom.js\ntype: application/javascript\nmodule-type: saver\n\nLooks for `window.$tw.customSaver` first on the current window, then\non the parent window (of an iframe). If present, the saver must define\n\tsave: function(text,method,callback) { ... }\nand the saver may define\n\tpriority: number\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar findSaver = function(window) {\n\ttry {\n\t\treturn window && window.$tw && window.$tw.customSaver;\n\t} catch (err) {\n\t\t// Catching the exception is the most reliable way to detect cross-origin iframe errors.\n\t\t// For example, instead of saying that `window.parent.$tw` is undefined, Firefox will throw\n\t\t//   Uncaught DOMException: Permission denied to access property \"$tw\" on cross-origin object\n\t\tconsole.log({ msg: \"custom saver is disabled\", reason: err });\n\t\treturn null;\n\t}\n}\nvar saver = findSaver(window) || findSaver(window.parent) || {};\n\nvar CustomSaver = function(wiki) {\n};\n\nCustomSaver.prototype.save = function(text,method,callback) {\n\treturn saver.save(text, method, callback);\n};\n\n/*\nInformation about this saver\n*/\nCustomSaver.prototype.info = {\n\tname: \"custom\",\n\tpriority: saver.priority || 4000,\n\tcapabilities: [\"save\",\"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!(saver.save);\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new CustomSaver(wiki);\n};\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/download.js": {
            "title": "$:/core/modules/savers/download.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/download.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar DownloadSaver = function(wiki) {\n};\n\nDownloadSaver.prototype.save = function(text,method,callback,options) {\n\toptions = options || {};\n\t// Get the current filename\n\tvar filename = options.variables.filename;\n\tif(!filename) {\n\t\tvar p = document.location.pathname.lastIndexOf(\"/\");\n\t\tif(p !== -1) {\n\t\t\t// We decode the pathname because document.location is URL encoded by the browser\n\t\t\tfilename = 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\": \"token \" + password\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/repos/\" + repo + \"/contents\" + path;\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar use_put = true;\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tif(sha === \"\"){\n\t\t\t\t\tuse_put = false;\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tmessage: $tw.language.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\") || \"main\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/GitHub/ServerURL\") || \"https://api.github.com\",\n\t\theaders = {\n\t\t\t\"Accept\": \"application/vnd.github.v3+json\",\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Authorization\": \"Basic \" + window.btoa(username + \":\" + password),\n\t\t\t\"If-None-Match\": \"\"\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/repos/\" + repo + \"/contents\" + path;\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tmessage: $tw.language.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 || !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/hyperdrive.js": {
            "title": "$:/core/modules/savers/hyperdrive.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/hyperdrive.js\ntype: application/javascript\nmodule-type: saver\n\nSaves files using the Hyperdrive Protocol (https://hypercore-protocol.org/#hyperdrive) Beaker browser beta-1.0 and later (https://beakerbrowser.com)\nCompatible with beaker >= V1.0.0\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet up the saver\n*/\nvar HyperdriveSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nHyperdriveSaver.prototype.save = function(text,method,callback) {\n\tvar dat = beaker.hyperdrive.drive(\"\" + window.location),\n\t\tpathname = (\"\" + window.location.pathname).split(\"#\")[0];\n\tdat.stat(pathname).then(function(value) {\n\t\tif(value.isDirectory()) {\n\t\t\tpathname = pathname + \"/index.html\";\n\t\t}\n\t\tdat.writeFile(pathname,text,\"utf8\").then(function(value) {\n\t\t\tcallback(null);\n\t\t},function(reason) {\n\t\t\tcallback(\"Hyperdrive Saver Write Error: \" + reason);\n\t\t});\n\t},function(reason) {\n\t\tcallback(\"Hyperdrive Saver Stat Error: \" + reason);\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nHyperdriveSaver.prototype.info = {\n\tname: \"beaker-1.x\",\n\tpriority: 3000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.beaker && !!beaker.hyperdrive && location.protocol===\"hyper:\";\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new HyperdriveSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/manualdownload.js": {
            "title": "$:/core/modules/savers/manualdownload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/manualdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Title of the tiddler containing the download message\nvar downloadInstructionsTitle = \"$:/language/Modals/Download\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar ManualDownloadSaver = function(wiki) {\n};\n\nManualDownloadSaver.prototype.save = function(text,method,callback) {\n\t$tw.modal.display(downloadInstructionsTitle,{\n\t\tdownloadLink: \"data:text/html,\" + encodeURIComponent(text)\n\t});\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nManualDownloadSaver.prototype.info = {\n\tname: \"manualdownload\",\n\tpriority: 0,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new ManualDownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/msdownload.js": {
            "title": "$:/core/modules/savers/msdownload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/msdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via window.navigator.msSaveBlob()\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar MsDownloadSaver = function(wiki) {\n};\n\nMsDownloadSaver.prototype.save = function(text,method,callback) {\n\t// Get the current filename\n\tvar filename = \"tiddlywiki.html\",\n\t\tp = document.location.pathname.lastIndexOf(\"/\");\n\tif(p !== -1) {\n\t\tfilename = document.location.pathname.substr(p+1);\n\t}\n\t// Set up the link\n\tvar blob = new Blob([text], {type: \"text/html\"});\n\twindow.navigator.msSaveBlob(blob,filename);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nMsDownloadSaver.prototype.info = {\n\tname: \"msdownload\",\n\tpriority: 110,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.navigator.msSaveBlob;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new MsDownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/put.js": {
            "title": "$:/core/modules/savers/put.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/put.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by performing a PUT request to the server\n\nWorks with any server which accepts a PUT request\nto the current URL, such as a WebDAV server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRetrieve ETag if available\n*/\nvar retrieveETag = function(self) {\n\tvar headers = {\n\t\tAccept: \"*/*;charset=UTF-8\"\n\t};\n\t$tw.utils.httpRequest({\n\t\turl: self.uri(),\n\t\ttype: \"HEAD\",\n\t\theaders: headers,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tvar etag = xhr.getResponseHeader(\"ETag\");\n\t\t\tif(!etag) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tself.etag = etag.replace(/^W\\//,\"\");\n\t\t}\n\t});\n};\n\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar PutSaver = function(wiki) {\n\tthis.wiki = wiki;\n\tvar self = this;\n\tvar uri = this.uri();\n\t// Async server probe. Until probe finishes, save will fail fast\n\t// See also https://github.com/Jermolene/TiddlyWiki5/issues/2276\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"OPTIONS\",\n\t\tcallback: function(err,data,xhr) {\n\t\t\t// Check DAV header http://www.webdav.org/specs/rfc2518.html#rfc.section.9.1\n\t\t\tif(!err) {\n\t\t\t\tself.serverAcceptsPuts = xhr.status === 200 && !!xhr.getResponseHeader(\"dav\");\n\t\t\t}\n\t\t}\n\t});\n\tretrieveETag(this);\n};\n\nPutSaver.prototype.uri = function() {\n\treturn document.location.toString().split(\"#\")[0];\n};\n\n// TODO: in case of edit conflict\n// Prompt: Do you want to save over this? Y/N\n// Merging would be ideal, and may be possible using future generic merge flow\nPutSaver.prototype.save = function(text,method,callback) {\n\tif(!this.serverAcceptsPuts) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tvar headers = {\n\t\t\"Content-Type\": \"text/html;charset=UTF-8\"\n\t};\n\tif(this.etag) {\n\t\theaders[\"If-Match\"] = this.etag;\n\t}\n\t$tw.utils.httpRequest({\n\t\turl: this.uri(),\n\t\ttype: \"PUT\",\n\t\theaders: headers,\n\t\tdata: text,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\t// response is textual: \"XMLHttpRequest error code: 412\"\n\t\t\t\tvar status = Number(err.substring(err.indexOf(':') + 2, err.length))\n\t\t\t\tif(status === 412) { // 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(this.server.boot.wikiPath,this.credentialsFilepath);\n\t\tif(fs.existsSync(resolveCredentialsFilepath) && !fs.statSync(resolveCredentialsFilepath).isDirectory()) {\n\t\t\tvar credentialsText = fs.readFileSync(resolveCredentialsFilepath,\"utf8\"),\n\t\t\t\tcredentialsData = $tw.utils.parseCsvStringWithHeader(credentialsText);\n\t\t\tif(typeof credentialsData === \"string\") {\n\t\t\t\treturn \"Error: \" + credentialsData + \" reading credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t\t} else {\n\t\t\t\tthis.credentialsData = credentialsData;\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"Error: Unable to load user credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t}\n\t}\n\t// Add the hardcoded username and password if specified\n\tif(this.server.get(\"username\") && this.server.get(\"password\")) {\n\t\tthis.credentialsData = this.credentialsData || [];\n\t\tthis.credentialsData.push({\n\t\t\tusername: this.server.get(\"username\"),\n\t\t\tpassword: this.server.get(\"password\")\n\t\t});\n\t}\n\treturn this.credentialsData.length > 0;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nBasicAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Extract the incoming username and password from the request\n\tvar header = request.headers.authorization || \"\";\n\tif(!header && state.allowAnon) {\n\t\t// If there's no header and anonymous access is allowed then we don't set authenticatedUsername\n\t\treturn true;\n\t}\n\tvar token = header.split(/\\s+/).pop() || \"\",\n\t\tauth = $tw.utils.base64Decode(token),\n\t\tparts = auth.split(/:/),\n\t\tincomingUsername = parts[0],\n\t\tincomingPassword = parts[1];\n\t// Check that at least one of the credentials matches\n\tvar matchingCredentials = this.credentialsData.find(function(credential) {\n\t\treturn credential.username === incomingUsername && credential.password === incomingPassword;\n\t});\n\tif(matchingCredentials) {\n\t\t// If so, add the authenticated username to the request state\n\t\tstate.authenticatedUsername = incomingUsername;\n\t\treturn true;\n\t} else {\n\t\t// If not, return an authentication challenge\n\t\tresponse.writeHead(401,\"Authentication required\",{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\n\t\treturn false;\n\t}\n};\n\nexports.AuthenticatorClass = BasicAuthenticator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "authenticator"
        },
        "$:/core/modules/server/authenticators/header.js": {
            "title": "$:/core/modules/server/authenticators/header.js",
            "text": "/*\\\ntitle: $:/core/modules/server/authenticators/header.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for trusted header authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction HeaderAuthenticator(server) {\n\tthis.server = server;\n\tthis.header = server.get(\"authenticated-user-header\") ? server.get(\"authenticated-user-header\").toLowerCase() : undefined;\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nHeaderAuthenticator.prototype.init = function() {\n\treturn !!this.header;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nHeaderAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Otherwise, authenticate as the username in the specified header\n\tvar username = request.headers[this.header];\n\tif(!username && !state.allowAnon) {\n\t\tresponse.writeHead(401,\"Authorization header required to login to '\" + state.server.servername + \"'\");\n\t\tresponse.end();\n\t\treturn false;\n\t} else {\n\t\t// authenticatedUsername will be undefined for anonymous users\n\t\tstate.authenticatedUsername = username;\n\t\treturn true;\n\t}\n};\n\nexports.AuthenticatorClass = HeaderAuthenticator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "authenticator"
        },
        "$:/core/modules/server/routes/delete-tiddler.js": {
            "title": "$:/core/modules/server/routes/delete-tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/delete-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nDELETE /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"DELETE\";\n\nexports.path = /^\\/bags\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = 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(state.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.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(state.wiki.getTiddlerText(\"$:/config/Server/AllowAllExternalFilters\") !== \"yes\") {\n\t\tif(state.wiki.getTiddlerText(\"$:/config/Server/ExternalFilters/\" + filter) !== \"yes\") {\n\t\t\tconsole.log(\"Blocked attempt to GET /recipes/default/tiddlers.json with filter: \" + filter);\n\t\t\tresponse.writeHead(403);\n\t\t\tresponse.end();\n\t\t\treturn;\n\t\t}\n\t}\n\tif(state.wiki.getTiddlerText(\"$:/config/SyncSystemTiddlersFromServer\") === \"no\") {\n\t\tfilter += \"+[!is[system]]\";\n\t}\n\tvar excludeFields = (state.queryParameters.exclude || \"text\").split(\",\"),\n\t\ttitles = state.wiki.filterTiddlers(filter);\n\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.boot = options.boot || $tw.boot;\n\tthis.servername = $tw.utils.transliterateToSafeASCII(this.wiki.getTiddlerText(\"$:/SiteTitle\") || \"TiddlyWiki5\");\n\t// Initialise the variables\n\tthis.variables = $tw.utils.extend({},this.defaultVariables);\n\tif(options.variables) {\n\t\tfor(var variable in options.variables) {\n\t\t\tif(options.variables[variable]) {\n\t\t\t\tthis.variables[variable] = options.variables[variable];\n\t\t\t}\n\t\t}\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(this.boot.wikiPath,tlsKeyFilepath),\"utf8\"),\n\t\t\tcert: fs.readFileSync(path.resolve(this.boot.wikiPath,tlsCertFilepath),\"utf8\")\n\t\t};\n\t\tthis.protocol = \"https\";\n\t}\n\tthis.transport = require(this.protocol);\n}\n\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\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(state.pathPrefix) {\n\t\t\tif(pathname.substr(0,state.pathPrefix.length) === state.pathPrefix) {\n\t\t\t\tpathname = pathname.substr(state.pathPrefix.length) || \"/\";\n\t\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t\t} else {\n\t\t\t\tmatch = false;\n\t\t\t}\n\t\t} else {\n\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t}\n\t\tif(match && request.method === potentialRoute.method) {\n\t\t\tstate.params = [];\n\t\t\tfor(var p=1; p<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,options) {\n\toptions = options || {};\n\t// Compose the state object\n\tvar self = this;\n\tvar state = {};\n\tstate.wiki = options.wiki || self.wiki;\n\tstate.boot = options.boot || self.boot;\n\tstate.server = self;\n\tstate.urlInfo = url.parse(request.url);\n\tstate.queryParameters = querystring.parse(state.urlInfo.query);\n\tstate.pathPrefix = options.pathPrefix || this.get(\"path-prefix\") || \"\";\n\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(!this.wiki.getTiddler(\"$:/plugins/tiddlywiki/tiddlyweb\") || !this.wiki.getTiddler(\"$:/plugins/tiddlywiki/filesystem\")) {\n\t\t$tw.utils.warning(\"Warning: Plugins required for client-server operation (\\\"tiddlywiki/filesystem\\\" and \\\"tiddlywiki/tiddlyweb\\\") are missing from tiddlywiki.info file\");\n\t}\n\t// Create the server\n\tvar server;\n\tif(this.listenOptions) {\n\t\tserver = this.transport.createServer(this.listenOptions,this.requestHandler.bind(this));\n\t} else {\n\t\tserver = this.transport.createServer(this.requestHandler.bind(this));\n\t}\n\t// Display the port number after we've started listening (the port number might have been specified as zero, in which case we will get an assigned port)\n\tserver.on(\"listening\",function() {\n\t\tvar address = server.address();\n\t\t$tw.utils.log(\"Serving on \" + self.protocol + \"://\" + address.address + \":\" + address.port + prefix,\"brown/orange\");\n\t\t$tw.utils.log(\"(press ctrl-C to exit)\",\"red\");\n\t});\n\t// Listen\n\treturn server.listen(port,host);\n};\n\nexports.Server = Server;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/browser-messaging.js": {
            "title": "$:/core/modules/browser-messaging.js",
            "text": "/*\\\ntitle: $:/core/modules/browser-messaging.js\ntype: application/javascript\nmodule-type: startup\n\nBrowser message handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"browser-messaging\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*\nLoad a specified url as an iframe and call the callback when it is loaded. If the url is already loaded then the existing iframe instance is used\n*/\nfunction loadIFrame(url,callback) {\n\t// Check if iframe already exists\n\tvar iframeInfo = $tw.browserMessaging.iframeInfoMap[url];\n\tif(iframeInfo) {\n\t\t// We've already got the iframe\n\t\tcallback(null,iframeInfo);\n\t} else {\n\t\t// Create the iframe and save it in the list\n\t\tvar iframe = document.createElement(\"iframe\");\n\t\tiframeInfo = {\n\t\t\turl: url,\n\t\t\tstatus: \"loading\",\n\t\t\tdomNode: iframe\n\t\t};\n\t\t$tw.browserMessaging.iframeInfoMap[url] = iframeInfo;\n\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t// Add the iframe to the DOM and hide it\n\t\tiframe.style.display = \"none\";\n\t\tiframe.setAttribute(\"library\",\"true\");\n\t\tdocument.body.appendChild(iframe);\n\t\t// Set up onload\n\t\tiframe.onload = function() {\n\t\t\tiframeInfo.status = \"loaded\";\n\t\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t\tcallback(null,iframeInfo);\n\t\t};\n\t\tiframe.onerror = function() {\n\t\t\tcallback(\"Cannot load iframe\");\n\t\t};\n\t\ttry {\n\t\t\tiframe.src = url;\n\t\t} catch(ex) {\n\t\t\tcallback(ex);\n\t\t}\n\t}\n}\n\n/*\nUnload library iframe for given url\n*/\nfunction unloadIFrame(url){\n\t$tw.utils.each(document.getElementsByTagName('iframe'), function(iframe) {\n\t\tif(iframe.getAttribute(\"library\") === \"true\" &&\n\t\t  iframe.getAttribute(\"src\") === url) {\n\t\t\tiframe.parentNode.removeChild(iframe);\n\t\t}\n\t});\n}\n\nfunction saveIFrameInfoTiddler(iframeInfo) {\n\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),{\n\t\ttitle: \"$:/temp/ServerConnection/\" + iframeInfo.url,\n\t\ttext: iframeInfo.status,\n\t\ttags: [\"$:/tags/ServerConnection\"],\n\t\turl: iframeInfo.url\n\t},$tw.wiki.getModificationFields()));\n}\n\nexports.startup = function() {\n\t// Initialise the store of iframes we've created\n\t$tw.browserMessaging = {\n\t\tiframeInfoMap: {} // Hashmap by URL of {url:,status:\"loading/loaded\",domNode:}\n\t};\n\t// Listen for widget messages to control loading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\tif(url) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers.json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-info\",\n\t\t\t\t\t\t\tinfoTitlePrefix: paramObject.infoTitlePrefix || \"$:/temp/RemoteAssetInfo/\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for widget messages to control unloading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-unload-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\t$tw.browserMessaging.iframeInfoMap[url] = undefined;\n\t\tif(url) {\n\t\t\tunloadIFrame(url);\n\t\t\t$tw.utils.each(\n\t\t\t\t$tw.wiki.filterTiddlers(\"[[$:/temp/ServerConnection/\" + url + \"]] [prefix[$:/temp/RemoteAssetInfo/\" + url + \"/]]\"),\n\t\t\t\tfunction(title) {\n\t\t\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-from-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url,\n\t\t\ttitle = paramObject.title;\n\t\tif(url && title) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers/\" + encodeURIComponent(title) + \".json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-tiddler\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for window messages from other windows\n\twindow.addEventListener(\"message\",function listener(event){\n\t\t// console.log(\"browser-messaging: \",document.location.toString())\n\t\t// console.log(\"browser-messaging: Received message from\",event.origin);\n\t\t// console.log(\"browser-messaging: Message content\",event.data);\n\t\tswitch(event.data.verb) {\n\t\t\tcase \"GET-RESPONSE\":\n\t\t\t\tif(event.data.status.charAt(0) === \"2\") {\n\t\t\t\t\tif(event.data.cookies) {\n\t\t\t\t\t\tif(event.data.cookies.type === \"save-info\") {\n\t\t\t\t\t\t\tvar tiddlers = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\t\t\t\t\ttitle: event.data.cookies.infoTitlePrefix + event.data.cookies.url + \"/\" + tiddler.title,\n\t\t\t\t\t\t\t\t\t\"original-title\": tiddler.title,\n\t\t\t\t\t\t\t\t\ttext: \"\",\n\t\t\t\t\t\t\t\t\ttype: \"text/vnd.tiddlywiki\",\n\t\t\t\t\t\t\t\t\t\"original-type\": tiddler.type,\n\t\t\t\t\t\t\t\t\t\"plugin-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-plugin-type\": tiddler[\"plugin-type\"],\n\t\t\t\t\t\t\t\t\t\"module-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-module-type\": tiddler[\"module-type\"],\n\t\t\t\t\t\t\t\t\ttags: [\"$:/tags/RemoteAssetInfo\"],\n\t\t\t\t\t\t\t\t\t\"original-tags\": $tw.utils.stringifyList(tiddler.tags || []),\n\t\t\t\t\t\t\t\t\t\"server-url\": event.data.cookies.url\n\t\t\t\t\t\t\t\t},$tw.wiki.getModificationFields()));\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if(event.data.cookies.type === \"save-tiddler\") {\n\t\t\t\t\t\t\tvar tiddler = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t},false);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/commands.js": {
            "title": "$:/core/modules/startup/commands.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/commands.js\ntype: application/javascript\nmodule-type: startup\n\nCommand processing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"commands\";\nexports.platforms = [\"node\"];\nexports.after = [\"story\"];\nexports.synchronous = false;\n\nexports.startup = function(callback) {\n\t// On the server, start a commander with the command line arguments\n\tvar commander = new $tw.Commander(\n\t\t$tw.boot.argv,\n\t\tfunction(err) {\n\t\t\tif(err) {\n\t\t\t\treturn $tw.utils.error(\"Error: \" + err);\n\t\t\t}\n\t\t\tcallback();\n\t\t},\n\t\t$tw.wiki,\n\t\t{output: process.stdout, error: process.stderr}\n\t);\n\tcommander.execute();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/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\",$tw.utils.makeDataUri(tiddler.fields.text,tiddler.fields.type,tiddler.fields._canonical_uri));\n\t}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/info.js": {
            "title": "$:/core/modules/startup/info.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/info.js\ntype: application/javascript\nmodule-type: startup\n\nInitialise $:/info tiddlers via $:/temp/info-plugin pseudo-plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"info\";\nexports.before = [\"startup\"];\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nvar TITLE_INFO_PLUGIN = \"$:/temp/info-plugin\";\n\nexports.startup = function() {\n\t// Function to bake the info plugin with new tiddlers\n\tvar updateInfoPlugin = function(tiddlerFieldsArray) {\n\t\t// Get the existing tiddlers\n\t\tvar json = $tw.wiki.getTiddlerData(TITLE_INFO_PLUGIN,{tiddlers: {}});\n\t\t// Add the new ones\n\t\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\n\t\t\tif(fields && fields.title) {\n\t\t\t\tjson.tiddlers[fields.title] = fields;\n\t\t\t}\n\t\t});\n\t\t// Bake the info tiddlers into a plugin. We use the non-standard plugin-type \"info\" because ordinary plugins are only registered asynchronously after being loaded dynamically\n\t\tvar fields = {\n\t\t\ttitle: TITLE_INFO_PLUGIN,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"info\",\n\t\t\ttext: JSON.stringify(json,null,$tw.config.preferences.jsonSpaces)\n\t\t};\n\t\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n\t};\n\t// Collect up the info tiddlers\n\tvar tiddlerFieldsArray = [];\n\t// Give each info module a chance to provide as many info tiddlers as they want as an array, and give them a callback for dynamically updating them\n\t$tw.modules.forEachModuleOfType(\"info\",function(title,moduleExports) {\n\t\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\n\t\t\tArray.prototype.push.apply(tiddlerFieldsArray,moduleExports.getInfoTiddlerFields(updateInfoPlugin));\n\t\t}\n\t});\n\tupdateInfoPlugin(tiddlerFieldsArray);\n\tvar changes = $tw.wiki.readPluginInfo([TITLE_INFO_PLUGIN]);\n\t$tw.wiki.registerPluginTiddlers(\"info\",[TITLE_INFO_PLUGIN]);\n\t$tw.wiki.unpackPluginTiddlers();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/load-modules.js": {
            "title": "$:/core/modules/startup/load-modules.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/load-modules.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"load-modules\";\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Load modules\n\t$tw.modules.applyMethods(\"utils\",$tw.utils);\n\tif($tw.node) {\n\t\t$tw.modules.applyMethods(\"utils-node\",$tw.utils);\n\t}\n\t$tw.modules.applyMethods(\"global\",$tw);\n\t$tw.modules.applyMethods(\"config\",$tw.config);\n\t$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap(\"tiddlerfield\");\n\t$tw.modules.applyMethods(\"tiddlermethod\",$tw.Tiddler.prototype);\n\t$tw.modules.applyMethods(\"wikimethod\",$tw.Wiki.prototype);\n\t$tw.wiki.addIndexersToWiki();\n\t$tw.modules.applyMethods(\"tiddlerdeserializer\",$tw.Wiki.tiddlerDeserializerModules);\n\t$tw.macros = $tw.modules.getModulesByTypeAsHashmap(\"macro\");\n\t$tw.wiki.initParsers();\n\t$tw.Commander.initCommands();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/password.js": {
            "title": "$:/core/modules/startup/password.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/password.js\ntype: application/javascript\nmodule-type: startup\n\nPassword handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"password\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t$tw.rootWidget.addEventListener(\"tm-set-password\",function(event) {\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: $tw.language.getString(\"Encryption/PromptSetPassword\"),\n\t\t\tnoUserName: true,\n\t\t\tsubmitText: $tw.language.getString(\"Encryption/SetPassword\"),\n\t\t\tcanCancel: true,\n\t\t\trepeatPassword: true,\n\t\t\tcallback: function(data) {\n\t\t\t\tif(data) {\n\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t}\n\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t}\n\t\t});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-clear-password\",function(event) {\n\t\tif($tw.browser) {\n\t\t\tif(!confirm($tw.language.getString(\"Encryption/ConfirmClearPassword\"))) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t$tw.crypto.setPassword(null);\n\t});\n\t// Ensure that $:/isEncrypted is maintained properly\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,\"$:/isEncrypted\")) {\n\t\t\t$tw.crypto.updateCryptoStateTiddler();\n\t\t}\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/plugins.js": {
            "title": "$:/core/modules/startup/plugins.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/plugins.js\ntype: application/javascript\nmodule-type: startup\n\nStartup logic concerned with managing plugins\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"plugins\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nvar TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE = \"$:/status/RequireReloadDueToPluginChange\";\n\nvar PREFIX_CONFIG_REGISTER_PLUGIN_TYPE = \"$:/config/RegisterPluginType/\";\n\nexports.startup = function() {\n\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \"no\"});\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t// Work out which of the changed tiddlers are plugins that we need to reregister\n\t\tvar changesToProcess = [],\n\t\t\trequireReloadDueToPluginChange = false;\n\t\t$tw.utils.each(Object.keys(changes),function(title) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\t\trequiresReload = $tw.wiki.doesPluginRequireReload(title);\n\t\t\tif(requiresReload) {\n\t\t\t\trequireReloadDueToPluginChange = true;\n\t\t\t} else if(tiddler) {\n\t\t\t\tvar pluginType = tiddler.fields[\"plugin-type\"];\n\t\t\t\tif($tw.wiki.getTiddlerText(PREFIX_CONFIG_REGISTER_PLUGIN_TYPE + (tiddler.fields[\"plugin-type\"] || \"\"),\"no\") === \"yes\") {\n\t\t\t\t\tchangesToProcess.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t// Issue warning if any of the tiddlers require a reload\n\t\tif(requireReloadDueToPluginChange) {\n\t\t\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \"yes\"});\n\t\t}\n\t\t// Read or delete the plugin info of the changed tiddlers\n\t\tif(changesToProcess.length > 0) {\n\t\t\tvar changes = $tw.wiki.readPluginInfo(changesToProcess);\n\t\t\tif(changes.modifiedPlugins.length > 0 || changes.deletedPlugins.length > 0) {\n\t\t\t\tvar changedShadowTiddlers = {};\n\t\t\t\t// Collect the shadow tiddlers of any deleted plugins\n\t\t\t\t$tw.utils.each(changes.deletedPlugins,function(pluginTitle) {\n\t\t\t\t\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\n\t\t\t\t\tif(pluginInfo) {\n\t\t\t\t\t\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\n\t\t\t\t\t\t\tchangedShadowTiddlers[title] = true;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// Collect the shadow tiddlers of any modified plugins\n\t\t\t\t$tw.utils.each(changes.modifiedPlugins,function(pluginTitle) {\n\t\t\t\t\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\n\t\t\t\t\tif(pluginInfo) {\n\t\t\t\t\t\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\n\t\t\t\t\t\t\tchangedShadowTiddlers[title] = false;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// (Re-)register any modified plugins\n\t\t\t\t$tw.wiki.registerPluginTiddlers(null,changes.modifiedPlugins);\n\t\t\t\t// Unregister any deleted plugins\n\t\t\t\t$tw.wiki.unregisterPluginTiddlers(null,changes.deletedPlugins);\n\t\t\t\t// Unpack the shadow tiddlers\n\t\t\t\t$tw.wiki.unpackPluginTiddlers();\n\t\t\t\t// Queue change events for the changed shadow tiddlers\n\t\t\t\t$tw.utils.each(Object.keys(changedShadowTiddlers),function(title) {\n\t\t\t\t\t$tw.wiki.enqueueTiddlerEvent(title,changedShadowTiddlers[title]);\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/render.js": {
            "title": "$:/core/modules/startup/render.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/render.js\ntype: application/javascript\nmodule-type: startup\n\nTitle, stylesheet and page rendering\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"render\";\nexports.platforms = [\"browser\"];\nexports.after = [\"story\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar PAGE_TITLE_TITLE = \"$:/core/wiki/title\";\nvar PAGE_STYLESHEET_TITLE = \"$:/core/ui/PageStylesheet\";\nvar PAGE_TEMPLATE_TITLE = \"$:/core/ui/RootTemplate\";\n\n// Time (in ms) that we defer refreshing changes to draft tiddlers\nvar DRAFT_TIDDLER_TIMEOUT_TITLE = \"$:/config/Drafts/TypingTimeout\";\nvar THROTTLE_REFRESH_TIMEOUT = 400;\n\nexports.startup = function() {\n\t// Set up the title\n\t$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE,{document: $tw.fakeDocument, parseAsInline: true});\n\t$tw.titleContainer = $tw.fakeDocument.createElement(\"div\");\n\t$tw.titleWidgetNode.render($tw.titleContainer,null);\n\tdocument.title = $tw.titleContainer.textContent;\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.titleWidgetNode.refresh(changes,$tw.titleContainer,null)) {\n\t\t\tdocument.title = $tw.titleContainer.textContent;\n\t\t}\n\t});\n\t// Set up the styles\n\t$tw.styleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_STYLESHEET_TITLE,{document: $tw.fakeDocument});\n\t$tw.styleContainer = $tw.fakeDocument.createElement(\"style\");\n\t$tw.styleWidgetNode.render($tw.styleContainer,null);\n\t$tw.styleElement = document.createElement(\"style\");\n\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\tdocument.head.insertBefore($tw.styleElement,document.head.firstChild);\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"styleRefresh\",function(changes) {\n\t\tif($tw.styleWidgetNode.refresh(changes,$tw.styleContainer,null)) {\n\t\t\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\t\t}\n\t}));\n\t// Display the $:/core/ui/PageTemplate tiddler to kick off the display\n\t$tw.perf.report(\"mainRender\",function() {\n\t\t$tw.pageWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TEMPLATE_TITLE,{document: document, parentWidget: $tw.rootWidget, recursionMarker: \"no\"});\n\t\t$tw.pageContainer = document.createElement(\"div\");\n\t\t$tw.utils.addClass($tw.pageContainer,\"tc-page-container-wrapper\");\n\t\tdocument.body.insertBefore($tw.pageContainer,document.body.firstChild);\n\t\t$tw.pageWidgetNode.render($tw.pageContainer,null);\n   \t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t})();\n\t// Remove any splash screen elements\n\tvar removeList = document.querySelectorAll(\".tc-remove-when-wiki-loaded\");\n\t$tw.utils.each(removeList,function(removeItem) {\n\t\tif(removeItem.parentNode) {\n\t\t\tremoveItem.parentNode.removeChild(removeItem);\n\t\t}\n\t});\n\t// Prepare refresh mechanism\n\tvar deferredChanges = Object.create(null),\n\t\ttimerId;\n\tfunction refresh() {\n\t\t// Process the refresh\n\t\t$tw.hooks.invokeHook(\"th-page-refreshing\");\n\t\t$tw.pageWidgetNode.refresh(deferredChanges);\n\t\tdeferredChanges = Object.create(null);\n\t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t}\n\t// Add the change event handler\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"mainRefresh\",function(changes) {\n\t\t// Check if only tiddlers that are throttled have changed\n\t\tvar onlyThrottledTiddlersHaveChanged = true;\n\t\tfor(var title in changes) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(!tiddler || !(tiddler.hasField(\"draft.of\") || tiddler.hasField(\"throttle.refresh\"))) {\n\t\t\t\tonlyThrottledTiddlersHaveChanged = false;\n\t\t\t}\n\t\t}\n\t\t// Defer the change if only drafts have changed\n\t\tif(timerId) {\n\t\t\tclearTimeout(timerId);\n\t\t}\n\t\ttimerId = null;\n\t\tif(onlyThrottledTiddlersHaveChanged) {\n\t\t\tvar timeout = parseInt($tw.wiki.getTiddlerText(DRAFT_TIDDLER_TIMEOUT_TITLE,\"\"),10);\n\t\t\tif(isNaN(timeout)) {\n\t\t\t\ttimeout = THROTTLE_REFRESH_TIMEOUT;\n\t\t\t}\n\t\t\ttimerId = setTimeout(refresh,timeout);\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t} else {\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t\trefresh();\n\t\t}\n\t}));\n\t// Fix up the link between the root widget and the page container\n\t$tw.rootWidget.domNodes = [$tw.pageContainer];\n\t$tw.rootWidget.children = [$tw.pageWidgetNode];\n\t// Run any post-render startup actions\n\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/PostRender\");\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/rootwidget.js": {
            "title": "$:/core/modules/startup/rootwidget.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/rootwidget.js\ntype: application/javascript\nmodule-type: startup\n\nSetup the root widget and the core root widget handlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"rootwidget\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.before = [\"story\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Install the modal message mechanism\n\t$tw.modal = new $tw.utils.Modal($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-modal\",function(event) {\n\t\t$tw.modal.display(event.param,{variables: event.paramObject, event: event});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-show-switcher\",function(event) {\n\t\t$tw.modal.display(\"$:/core/ui/SwitcherModal\",{variables: event.paramObject, event: event});\n\t});\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\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction\");\n\tif($tw.browser) {\n\t\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/Browser\");\t\t\n\t}\n\tif($tw.node) {\n\t\t$tw.rootWidget.invokeActionsByTag(\"$:/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\tvar story = new $tw.Story({\n\t\twiki: $tw.wiki,\n\t\tstoryTitle: DEFAULT_STORY_TITLE,\n\t\thistoryTitle: DEFAULT_HISTORY_TITLE\n\t});\n\tif(!options.disableHistory) {\n\t\t// If a target tiddler was specified add it to the history stack\n\t\tif(target && target !== \"\") {\n\t\t\t// The target tiddler doesn't need double square brackets, but we'll silently remove them if they're present\n\t\t\tif(target.indexOf(\"[[\") === 0 && target.substr(-2) === \"]]\") {\n\t\t\t\ttarget = target.substr(2,target.length - 4);\n\t\t\t}\n\t\t\tstory.addToHistory(target);\n\t\t} else if(storyList.length > 0) {\n\t\t\tstory.addToHistory(storyList[0]);\n\t\t}\t\t\n\t}\n}\n\n/*\noptions: See below\noptions.updateAddressBar: \"permalink\", \"permaview\" or \"no\" (defaults to \"permaview\")\noptions.updateHistory: \"yes\" or \"no\" (defaults to \"no\")\noptions.copyToClipboard: \"permalink\", \"permaview\" or \"no\" (defaults to \"no\")\noptions.targetTiddler: optional title of target tiddler for permalink\n*/\nfunction updateLocationHash(options) {\n\t// Get the story and the history stack\n\tvar storyList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE),\n\t\thistoryList = $tw.wiki.getTiddlerData(DEFAULT_HISTORY_TITLE,[]),\n\t\ttargetTiddler = \"\";\n\tif(options.targetTiddler) {\n\t\ttargetTiddler = options.targetTiddler;\n\t} else {\n\t\t// The target tiddler is the one at the top of the stack\n\t\tif(historyList.length > 0) {\n\t\t\ttargetTiddler = historyList[historyList.length-1].title;\n\t\t}\n\t\t// Blank the target tiddler if it isn't present in the story\n\t\tif(storyList.indexOf(targetTiddler) === -1) {\n\t\t\ttargetTiddler = \"\";\n\t\t}\n\t}\n\t// Assemble the location hash\n\tswitch(options.updateAddressBar) {\n\t\tcase \"permalink\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler);\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList));\n\t\t\tbreak;\n\t}\n\t// Copy URL to the clipboard\n\tswitch(options.copyToClipboard) {\n\t\tcase \"permalink\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler));\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList)));\n\t\t\tbreak;\n\t}\n\t// Only change the location hash if we must, thus avoiding unnecessary onhashchange events\n\tif($tw.utils.getLocationHash() !== $tw.locationHash) {\n\t\tif(options.updateHistory === \"yes\") {\n\t\t\t// Assign the location hash so that history is updated\n\t\t\twindow.location.hash = $tw.locationHash;\n\t\t} else {\n\t\t\t// We use replace so that browser history isn't affected\n\t\t\twindow.location.replace(window.location.toString().split(\"#\")[0] + $tw.locationHash);\n\t\t}\n\t}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/windows.js": {
            "title": "$:/core/modules/startup/windows.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/windows.js\ntype: application/javascript\nmodule-type: startup\n\nSetup root widget handlers for the messages concerned with opening external browser windows\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"windows\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Global to keep track of open windows (hashmap by title)\n$tw.windows = {};\n\nexports.startup = function() {\n\t// Handle open window message\n\t$tw.rootWidget.addEventListener(\"tm-open-window\",function(event) {\n\t\t// Get the parameters\n\t\tvar refreshHandler,\n\t\t\ttitle = event.param || event.tiddlerTitle,\n\t\t\tparamObject = event.paramObject || {},\n\t\t\twindowTitle = paramObject.windowTitle || title,\n\t\t\ttemplate = paramObject.template || \"$:/core/templates/single.tiddler.window\",\n\t\t\twidth = paramObject.width || \"700\",\n\t\t\theight = paramObject.height || \"600\",\n\t\t\tvariables = $tw.utils.extend({},paramObject,{currentTiddler: title});\n\t\t// Open the window\n\t\tvar srcWindow,\n\t\t    srcDocument;\n\t\t// In case that popup blockers deny opening a new window\n\t\ttry {\n\t\t\tsrcWindow = window.open(\"\",\"external-\" + title,\"scrollbars,width=\" + width + \",height=\" + height),\n\t\t\tsrcDocument = srcWindow.document;\n\t\t}\n\t\tcatch(e) {\n\t\t\treturn;\n\t\t}\n\t\t$tw.windows[title] = srcWindow;\n\t\t// Check for reopening the same window\n\t\tif(srcWindow.haveInitialisedWindow) {\n\t\t\treturn;\n\t\t}\n\t\t// Initialise the document\n\t\tsrcDocument.write(\"<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 $tw.windows[title];\n\t\t\t$tw.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t},false);\n\t\t// Set up the styles\n\t\tvar styleWidgetNode = $tw.wiki.makeTranscludeWidget(\"$:/core/ui/PageStylesheet\",{\n\t\t\t\tdocument: $tw.fakeDocument,\n\t\t\t\tvariables: variables,\n\t\t\t\timportPageMacros: true}),\n\t\t\tstyleContainer = $tw.fakeDocument.createElement(\"style\");\n\t\tstyleWidgetNode.render(styleContainer,null);\n\t\tvar styleElement = srcDocument.createElement(\"style\");\n\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\tsrcDocument.head.insertBefore(styleElement,srcDocument.head.firstChild);\n\t\t// Render the text of the tiddler\n\t\tvar parser = $tw.wiki.parseTiddler(template),\n\t\t\twidgetNode = $tw.wiki.makeWidget(parser,{document: srcDocument, parentWidget: $tw.rootWidget, variables: variables});\n\t\twidgetNode.render(srcDocument.body,srcDocument.body.firstChild);\n\t\t// Function to handle refreshes\n\t\trefreshHandler = function(changes) {\n\t\t\tif(styleWidgetNode.refresh(changes,styleContainer,null)) {\n\t\t\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\t\t}\n\t\t\twidgetNode.refresh(changes);\n\t\t};\n\t\t$tw.wiki.addEventListener(\"change\",refreshHandler);\n\t\t// Listen for keyboard shortcuts\n\t\t$tw.utils.addEventListeners(srcDocument,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t}]);\n\t\tsrcWindow.document.documentElement.addEventListener(\"click\",$tw.popup,true);\n\t\tsrcWindow.haveInitialisedWindow = true;\n\t});\n\t// Close open windows when unloading main window\n\t$tw.addUnloadTask(function() {\n\t\t$tw.utils.each($tw.windows,function(win) {\n\t\t\twin.close();\n\t\t});\n\t});\n\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/story.js": {
            "title": "$:/core/modules/story.js",
            "text": "/*\\\ntitle: $:/core/modules/story.js\ntype: application/javascript\nmodule-type: global\n\nLightweight object for managing interactions with the story and history lists.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nConstruct Story object with options:\nwiki: reference to wiki object to use to resolve tiddler titles\nstoryTitle: title of story list tiddler\nhistoryTitle: title of history list tiddler\n*/\nfunction Story(options) {\n\toptions = options || {};\n\tthis.wiki = options.wiki || $tw.wiki;\n\tthis.storyTitle = options.storyTitle || \"$:/StoryList\";\n\tthis.historyTitle = options.historyTitle || \"$:/HistoryList\";\n};\n\nStory.prototype.navigateTiddler = function(navigateTo,navigateFromTitle,navigateFromClientRect) {\n\tthis.addToStory(navigateTo,navigateFromTitle);\n\tthis.addToHistory(navigateTo,navigateFromClientRect);\n};\n\nStory.prototype.getStoryList = function() {\n\treturn this.wiki.getTiddlerList(this.storyTitle) || [];\n};\n\nStory.prototype.addToStory = function(navigateTo,navigateFromTitle,options) {\n\toptions = options || {};\n\tvar storyList = this.getStoryList();\n\t// See if the tiddler is already there\n\tvar slot = storyList.indexOf(navigateTo);\n\t// Quit if it already exists in the story river\n\tif(slot >= 0) {\n\t\treturn;\n\t}\n\t// First we try to find the position of the story element we navigated from\n\tvar fromIndex = storyList.indexOf(navigateFromTitle);\n\tif(fromIndex >= 0) {\n\t\t// The tiddler is added from inside the river\n\t\t// Determine where to insert the tiddler; Fallback is \"below\"\n\t\tswitch(options.openLinkFromInsideRiver) {\n\t\t\tcase \"top\":\n\t\t\t\tslot = 0;\n\t\t\t\tbreak;\n\t\t\tcase \"bottom\":\n\t\t\t\tslot = storyList.length;\n\t\t\t\tbreak;\n\t\t\tcase \"above\":\n\t\t\t\tslot = fromIndex;\n\t\t\t\tbreak;\n\t\t\tcase \"below\": // Intentional fall-through\n\t\t\tdefault:\n\t\t\t\tslot = fromIndex + 1;\n\t\t\t\tbreak;\n\t\t}\n\t} else {\n\t\t// The tiddler is opened from outside the river. Determine where to insert the tiddler; default is \"top\"\n\t\tif(options.openLinkFromOutsideRiver === \"bottom\") {\n\t\t\t// Insert at bottom\n\t\t\tslot = storyList.length;\n\t\t} else {\n\t\t\t// Insert at top\n\t\t\tslot = 0;\n\t\t}\n\t}\n\t// Add the tiddler\n\tstoryList.splice(slot,0,navigateTo);\n\t// Save the story\n\tthis.saveStoryList(storyList);\n};\n\nStory.prototype.saveStoryList = function(storyList) {\n\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\t{title: this.storyTitle},\n\t\tstoryTiddler,\n\t\t{list: storyList},\n\t\tthis.wiki.getModificationFields()\n\t));\n};\n\nStory.prototype.addToHistory = function(navigateTo,navigateFromClientRect) {\n\tvar titles = $tw.utils.isArray(navigateTo) ? navigateTo : [navigateTo];\n\t// Add a new record to the top of the history stack\n\tvar historyList = this.wiki.getTiddlerData(this.historyTitle,[]);\n\t$tw.utils.each(titles,function(title) {\n\t\thistoryList.push({title: title, fromPageRect: navigateFromClientRect});\n\t});\n\tthis.wiki.setTiddlerData(this.historyTitle,historyList,{\"current-tiddler\": titles[titles.length-1]});\n};\n\nStory.prototype.storyCloseTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCloseAllTiddlers = function() {\n// TBD\n};\n\nStory.prototype.storyCloseOtherTiddlers = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyEditTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyDeleteTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storySaveTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCancelTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyNewTiddler = function(targetTitle) {\n// TBD\n};\n\nexports.Story = Story;\n\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/storyviews/classic.js": {
            "title": "$:/core/modules/storyviews/classic.js",
            "text": "/*\\\ntitle: $:/core/modules/storyviews/classic.js\ntype: application/javascript\nmodule-type: storyview\n\nViews the story as a linear sequence\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ClassicStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nClassicStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration()\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement 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(event) {\n\t\t\tvar username = event && event.paramObject && event.paramObject.username,\n\t\t\t\tpassword = event && event.paramObject && event.paramObject.password;\n\t\t\tif(username && password) {\n\t\t\t\t// Login with username and password\n\t\t\t\tself.login(username,password,function() {});\n\t\t\t} else {\n\t\t\t\t// No username and password, so we display a prompt\n\t\t\t\tself.handleLoginEvent();\t\t\t\t\n\t\t\t}\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-logout\",function() {\n\t\t\tself.handleLogoutEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-server-refresh\",function() {\n\t\t\tself.handleRefreshEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-copy-syncer-logs-to-clipboard\",function() {\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getSystemInfo() + \"\\n\\nLog:\\n\" + self.logger.getBuffer());\n\t\t});\n\t}\n\t// Listen out for lazyLoad events\n\tif(!this.disableUI && this.wiki.getTiddlerText(this.titleSyncDisableLazyLoading) !== \"yes\") {\n\t\tthis.wiki.addEventListener(\"lazyLoad\",function(title) {\n\t\t\tself.handleLazyLoadEvent(title);\n\t\t});\t\t\n\t}\n\t// Get the login status\n\tthis.getStatus(function(err,isLoggedIn) {\n\t\t// Do a sync from the server\n\t\tself.syncFromServer();\n\t});\n}\n\n/*\nShow a generic network error alert\n*/\nSyncer.prototype.displayError = function(msg,err) {\n\tif(err === ($tw.language.getString(\"Error/XMLHttpRequest\") + \": 0\")) {\n\t\tthis.loggerConnection.alert($tw.language.getString(\"Error/NetworkErrorAlert\"));\n\t\tthis.logger.log(msg + \":\",err);\n\t} else {\n\t\tthis.logger.alert(msg + \":\",err);\n\t}\n};\n\n/*\nReturn an array of the tiddler titles that are subjected to syncing\n*/\nSyncer.prototype.getSyncedTiddlers = function(source) {\n\treturn this.filterFn.call(this.wiki,source);\n};\n\n/*\nReturn an array of the tiddler titles that are subjected to syncing\n*/\nSyncer.prototype.getTiddlerRevision = function(title) {\n\tif(this.syncadaptor && this.syncadaptor.getTiddlerRevision) {\n\t\treturn this.syncadaptor.getTiddlerRevision(title);\n\t} else {\n\t\treturn this.wiki.getTiddler(title).fields.revision;\t\n\t} \n};\n\n/*\nRead (or re-read) the latest tiddler info from the store\n*/\nSyncer.prototype.readTiddlerInfo = function() {\n\t// Hashmap by title of {revision:,changeCount:,adaptorInfo:}\n\t// \"revision\" is the revision of the tiddler last seen on the server, and \"changecount\" is the corresponding local changecount\n\tthis.tiddlerInfo = {};\n\t// Record information for known tiddlers\n\tvar self = this,\n\t\ttiddlers = this.getSyncedTiddlers();\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tself.tiddlerInfo[title] = {\n\t\t\t\trevision: self.getTiddlerRevision(title),\n\t\t\t\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\n\t\t\t\tchangeCount: self.wiki.getChangeCount(title)\n\t\t\t};\n\t\t}\n\t});\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSyncer.prototype.isDirty = function() {\n\tthis.logger.log(\"Checking dirty status\");\n\t// Check tiddlers that are in the store and included in the filter function\n\tvar titles = this.getSyncedTiddlers();\n\tfor(var index=0; index<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(this.wiki.getChangeCount(title) > tiddlerInfo.changeCount) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// If the tiddler isn't known on the server then it needs to be saved to the server\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t}\n\t// Check tiddlers that are known from the server but not currently in the store\n\ttitles = Object.keys(this.tiddlerInfo);\n\tfor(index=0; index<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\t\tsyncSystemFromServer = (self.wiki.getTiddlerText(\"$:/config/SyncSystemTiddlersFromServer\") === \"yes\" ? true : false);\n\tif(this.syncadaptor && this.syncadaptor.getUpdatedTiddlers) {\n\t\tthis.logger.log(\"Retrieving updated tiddler list\");\n\t\tcancelNextSync();\n\t\tthis.syncadaptor.getUpdatedTiddlers(self,function(err,updates) {\n\t\t\ttriggerNextSync();\n\t\t\tif(err) {\n\t\t\t\tself.displayError($tw.language.getString(\"Error/RetrievingSkinny\"),err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif(updates) {\n\t\t\t\t$tw.utils.each(updates.modifications,function(title) {\n\t\t\t\t\tself.titlesToBeLoaded[title] = true;\n\t\t\t\t});\n\t\t\t\t$tw.utils.each(updates.deletions,function(title) {\n\t\t\t\t\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\n\t\t\t\t\t\tdelete self.tiddlerInfo[title];\n\t\t\t\t\t\tself.logger.log(\"Deleting tiddler missing from server:\",title);\n\t\t\t\t\t\tself.wiki.deleteTiddler(title);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tif(updates.modifications.length > 0 || updates.deletions.length > 0) {\n\t\t\t\t\tself.processTaskQueue();\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t});\n\t} else if(this.syncadaptor && this.syncadaptor.getSkinnyTiddlers) {\n\t\tthis.logger.log(\"Retrieving skinny tiddler list\");\n\t\tcancelNextSync();\n\t\tthis.syncadaptor.getSkinnyTiddlers(function(err,tiddlers) {\n\t\t\ttriggerNextSync();\n\t\t\t// Check for errors\n\t\t\tif(err) {\n\t\t\t\tself.displayError($tw.language.getString(\"Error/RetrievingSkinny\"),err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Keep track of which tiddlers we already know about have been reported this time\n\t\t\tvar previousTitles = Object.keys(self.tiddlerInfo);\n\t\t\t// Process each incoming tiddler\n\t\t\tfor(var t=0; t<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\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\n\t\t\t\t\tdelete self.tiddlerInfo[title];\n\t\t\t\t\tself.logger.log(\"Deleting tiddler missing from server:\",title);\n\t\t\t\t\tself.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t});\n\t\t\tself.processTaskQueue();\n\t\t});\n\t}\n};\n\n/*\nForce load a tiddler from the server\n*/\nSyncer.prototype.enqueueLoadTiddler = function(title) {\n\tthis.titlesToBeLoaded[title] = true;\n\tthis.processTaskQueue();\n};\n\n/*\nLazily load a skinny tiddler if we can\n*/\nSyncer.prototype.handleLazyLoadEvent = function(title) {\n\t// Ignore if the syncadaptor doesn't handle it\n\tif(!this.syncadaptor.supportsLazyLoading) {\n\t\treturn;\n\t}\n\t// Don't lazy load the same tiddler twice\n\tif(!this.titlesHaveBeenLazyLoaded[title]) {\n\t\t// Don't lazy load if the tiddler isn't included in the sync filter\n\t\tif(this.getSyncedTiddlers().indexOf(title) !== -1) {\n\t\t\t// Mark the tiddler as needing loading, and having already been lazily loaded\n\t\t\tthis.titlesToBeLoaded[title] = true;\n\t\t\tthis.titlesHaveBeenLazyLoaded[title] = true;\n\t\t}\n\t}\n};\n\n/*\nDispay a password prompt and allow the user to login\n*/\nSyncer.prototype.handleLoginEvent = function() {\n\tvar self = this;\n\tthis.getStatus(function(err,isLoggedIn,username) {\n\t\tif(!err && !isLoggedIn) {\n\t\t\tif(self.syncadaptor && self.syncadaptor.displayLoginPrompt) {\n\t\t\t\tself.syncadaptor.displayLoginPrompt(self);\n\t\t\t} else {\n\t\t\t\tself.displayLoginPrompt();\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nDispay a password prompt\n*/\nSyncer.prototype.displayLoginPrompt = function() {\n\tvar self = this;\n\tvar promptInfo = $tw.passwordPrompt.createPrompt({\n\t\tserviceName: $tw.language.getString(\"LoginToTiddlySpace\"),\n\t\tcallback: function(data) {\n\t\t\tself.login(data.username,data.password,function(err,isLoggedIn) {\n\t\t\t\tself.syncFromServer();\n\t\t\t});\n\t\t\treturn true; // Get rid of the password prompt\n\t\t}\n\t});\n};\n\n/*\nAttempt to login to TiddlyWeb.\n\tusername: username\n\tpassword: password\n\tcallback: invoked with arguments (err,isLoggedIn)\n*/\nSyncer.prototype.login = function(username,password,callback) {\n\tthis.logger.log(\"Attempting to login as\",username);\n\tvar self = this;\n\tif(this.syncadaptor.login) {\n\t\tthis.syncadaptor.login(username,password,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.getStatus(function(err,isLoggedIn,username) {\n\t\t\t\tif(callback) {\n\t\t\t\t\tcallback(err,isLoggedIn);\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t} else {\n\t\tcallback(null,true);\n\t}\n};\n\n/*\nAttempt to log out of TiddlyWeb\n*/\nSyncer.prototype.handleLogoutEvent = function() {\n\tthis.logger.log(\"Attempting to logout\");\n\tvar self = this;\n\tif(this.syncadaptor.logout) {\n\t\tthis.syncadaptor.logout(function(err) {\n\t\t\tif(err) {\n\t\t\t\tself.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 || this.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\t\ttiddlerInfo: self.syncer.tiddlerInfo[self.title]\n\t\t});\n\t} else {\n\t\tthis.syncer.logger.log(\" Not Dispatching 'save' task:\",this.title,\"tiddler does not exist\");\n\t\t$tw.utils.nextTick(callback(null));\n\t}\n};\n\nfunction DeleteTiddlerTask(syncer,title) {\n\tthis.syncer = syncer;\n\tthis.title = title;\n\tthis.type = \"delete\";\n}\n\nDeleteTiddlerTask.prototype.run = function(callback) {\n\tvar self = this;\n\tthis.syncer.logger.log(\"Dispatching 'delete' task:\",this.title);\n\tthis.syncer.syncadaptor.deleteTiddler(this.title,function(err) {\n\t\t// If there's an error, exit without changing any internal state\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\t// Remove the info stored about this tiddler\n\t\tdelete self.syncer.tiddlerInfo[self.title];\n\t\tif($tw.boot.files){\n\t\t\t// Remove the tiddler from $tw.boot.files\n\t\t\tdelete $tw.boot.files[self.title];\n\t\t}\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 = wiki.doesPluginInfoRequireReload(JSON.parse(incomingTiddler.text)) ? (wiki.getTiddlerText(\"$:/language/ControlPanel/Plugins/PluginWillRequireReload\") + \" \") : \"\";\n\t\t\tmessages[title] = requiresReload;\n\t\t\tif(incomingTiddler.version) {\n\t\t\t\t// Upgrade the incoming plugin if it is in the upgrade library\n\t\t\t\tvar libraryTiddler = getLibraryTiddler(title);\n\t\t\t\tif(libraryTiddler && libraryTiddler[\"plugin-type\"] && libraryTiddler.version) {\n\t\t\t\t\ttiddlers[title] = libraryTiddler;\n\t\t\t\t\tmessages[title] = requiresReload + $tw.language.getString(\"Import/Upgrader/Plugins/Upgraded\",{variables: {incoming: incomingTiddler.version, upgraded: libraryTiddler.version}});\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\t// Suppress the incoming plugin if it is older than the currently installed one\n\t\t\t\tvar existingTiddler = wiki.getTiddler(title);\n\t\t\t\tif(existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t\t\t\t// Reject the incoming plugin by blanking all its fields\n\t\t\t\t\tif($tw.utils.checkVersions(existingTiddler.fields.version,incomingTiddler.version)) {\n\t\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Version\",{variables: {incoming: incomingTiddler.version, existing: existingTiddler.fields.version}});\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Check whether the plugin is on the blocked list\n\t\t\tvar blockInfo = BLOCKED_PLUGINS[title];\n\t\t\tif(blockInfo) {\n\t\t\t\tif(blockInfo.versions.indexOf(\"*\") !== -1 || (incomingTiddler.version && blockInfo.versions.indexOf(incomingTiddler.version) !== -1)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Incompatible\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "upgrader"
        },
        "$:/core/modules/upgraders/system.js": {
            "title": "$:/core/modules/upgraders/system.js",
            "text": "/*\\\ntitle: $:/core/modules/upgraders/system.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that suppresses certain system tiddlers that shouldn't be imported\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DONT_IMPORT_LIST = [\"$:/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++)if((e=r.charCodeAt(t))<128)o+=String.fromCharCode(e);else if(e>127&&e<2048)o+=String.fromCharCode(e>>6|192),o+=String.fromCharCode(63&e|128);else if(e>55295&&e<57344&&r.length>t+1){var i=e,n=r.charCodeAt(t+1);t++;var d=65536+(i-55296<<10|n-56320);o+=String.fromCharCode(d>>18|240),o+=String.fromCharCode(d>>12&63|128),o+=String.fromCharCode(d>>6&63|128),o+=String.fromCharCode(63&d|128)}else o+=String.fromCharCode(e>>12|224),o+=String.fromCharCode(e>>6&63|128),o+=String.fromCharCode(63&e|128);return o},decode:function(r){if(\"string\"!=typeof r)return r;for(var e=\"\",o=0,t=0;o<r.length;)if((t=r.charCodeAt(o))<128)e+=String.fromCharCode(t),o++;else if(t>191&&t<224)e+=String.fromCharCode((31&t)<<6|63&r.charCodeAt(o+1)),o+=2;else if(t>223&&t<240)e+=String.fromCharCode((15&t)<<12|(63&r.charCodeAt(o+1))<<6|63&r.charCodeAt(o+2)),o+=3;else{var i=(7&t)<<18|(63&r.charCodeAt(o+1))<<12|(63&r.charCodeAt(o+2))<<6|63&r.charCodeAt(o+3);e+=String.fromCharCode(55296+(i-65536>>10))+String.fromCharCode(56320+(i-65536&1023)),o+=4}return e}}},this),function(r,e,o,t){if(void 0!==o.module&&o.module.exports){if(t&&o.require)for(var i=0;i<t.length;i++)o[t[i]]=o.require(t[i]);o.module.exports=e.apply(o)}else void 0!==o.define&&\"function\"===o.define&&o.define.amd?define(\"base64\",t||[],e):o.base64=e.apply(o)}(0,function(r){var e=r||this.utf8,o=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";return{encode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=e.encode(r);for(var t,i,n,d,f,a,h,C=\"\",c=0;c<r.length;)d=(t=r.charCodeAt(c++))>>2,f=(3&t)<<4|(i=r.charCodeAt(c++))>>4,a=(15&i)<<2|(n=r.charCodeAt(c++))>>6,h=63&n,isNaN(i)?a=h=64:isNaN(n)&&(h=64),C+=o.charAt(d)+o.charAt(f)+o.charAt(a)+o.charAt(h);return C},decode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=r.replace(/[^A-Za-z0-9\\+\\/\\=]/g,\"\");for(var t,i,n,d,f,a,h=\"\",C=0;C<r.length;)t=o.indexOf(r.charAt(C++))<<2|(d=o.indexOf(r.charAt(C++)))>>4,i=(15&d)<<4|(f=o.indexOf(r.charAt(C++)))>>2,n=(3&f)<<6|(a=o.indexOf(r.charAt(C++))),h+=String.fromCharCode(t),64!=f&&(h+=String.fromCharCode(i)),64!=a&&(h+=String.fromCharCode(n));return e.decode(h)}}},this,[\"utf8\"]);}).call(exports);",
            "type": "application/javascript",
            "title": "$:/core/modules/utils/base64-utf8/base64-utf8.module.js",
            "module-type": "library"
        },
        "$:/core/modules/utils/crypto.js": {
            "title": "$:/core/modules/utils/crypto.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/crypto.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions related to crypto.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for an encrypted store area in the text of a TiddlyWiki file\n*/\nexports.extractEncryptedStoreArea = function(text) {\n\tvar encryptedStoreAreaStartMarker = \"<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.hasAttribute && el.hasAttribute(\"class\") && el.getAttribute(\"class\").split(\" \").indexOf(className) !== -1;\n};\n\nexports.addClass = function(el,className) {\n\tvar c = (el.getAttribute(\"class\") || \"\").split(\" \");\n\tif(c.indexOf(className) === -1) {\n\t\tc.push(className);\n\t\tel.setAttribute(\"class\",c.join(\" \"));\n\t}\n};\n\nexports.removeClass = function(el,className) {\n\tvar c = (el.getAttribute(\"class\") || \"\").split(\" \"),\n\t\tp = c.indexOf(className);\n\tif(p !== -1) {\n\t\tc.splice(p,1);\n\t\tel.setAttribute(\"class\",c.join(\" \"));\n\t}\n};\n\nexports.toggleClass = function(el,className,status) {\n\tif(status === undefined) {\n\t\tstatus = !exports.hasClass(el,className);\n\t}\n\tif(status) {\n\t\texports.addClass(el,className);\n\t} else {\n\t\texports.removeClass(el,className);\n\t}\n};\n\n/*\nGet the first parent element that has scrollbars or use the body as fallback.\n*/\nexports.getScrollContainer = function(el) {\n\tvar doc = el.ownerDocument;\n\twhile(el.parentNode) {\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\thasHeader = function(targetHeader) {\n\t\t\ttargetHeader = targetHeader.toLowerCase();\n\t\t\tvar result = false;\n\t\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\t\tif(headerTitle.toLowerCase() === targetHeader) {\n\t\t\t\t\tresult = true;\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn result;\n\t\t},\n\t\treturnProp = options.returnProp || \"responseText\",\n\t\trequest = new XMLHttpRequest(),\n\t\tdata = \"\",\n\t\tf,results;\n\t// Massage the data hashmap into a string\n\tif(options.data) {\n\t\tif(typeof options.data === \"string\") { // Already a string\n\t\t\tdata = options.data;\n\t\t} else { // A hashmap of strings\n\t\t\tresults = [];\n\t\t\t$tw.utils.each(options.data,function(dataItem,dataItemTitle) {\n\t\t\t\tresults.push(dataItemTitle + \"=\" + encodeURIComponent(dataItem));\n\t\t\t});\n\t\t\tif(type === \"GET\" || type === \"HEAD\") {\n\t\t\t\turl += \"?\" + results.join(\"&\");\n\t\t\t} else {\n\t\t\t\tdata = results.join(\"&\");\n\t\t\t}\n\t\t}\n\t}\n\t// Set up the state change handler\n\trequest.onreadystatechange = function() {\n\t\tif(this.readyState === 4) {\n\t\t\tif(this.status === 200 || this.status === 201 || this.status === 204) {\n\t\t\t\t// Success!\n\t\t\t\toptions.callback(null,this[returnProp],this);\n\t\t\t\treturn;\n\t\t\t}\n\t\t// Something went wrong\n\t\toptions.callback($tw.language.getString(\"Error/XMLHttpRequest\") + \": \" + this.status,null,this);\n\t\t}\n\t};\n\t// Make the request\n\trequest.open(type,url,true);\n\tif(headers) {\n\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\trequest.setRequestHeader(headerTitle,header);\n\t\t});\n\t}\n\tif(data && !hasHeader(\"Content-Type\")) {\n\t\trequest.setRequestHeader(\"Content-Type\",\"application/x-www-form-urlencoded; charset=UTF-8\");\n\t}\n\tif(!hasHeader(\"X-Requested-With\")) {\n\t\trequest.setRequestHeader(\"X-Requested-With\",\"TiddlyWiki\");\n\t}\n\ttry {\n\t\trequest.send(data);\n\t} catch(e) {\n\t\toptions.callback(e,null,this);\n\t}\n\treturn request;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/keyboard.js": {
            "title": "$:/core/modules/utils/dom/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/keyboard.js\ntype: application/javascript\nmodule-type: utils\n\nKeyboard utilities; now deprecated. Instead, use $tw.keyboardManager\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n[\"parseKeyDescriptor\",\"checkKeyDescriptor\"].forEach(function(method) {\n\texports[method] = function() {\n\t\tif($tw.keyboardManager) {\n\t\t\treturn $tw.keyboardManager[method].apply($tw.keyboardManager,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t};\n});\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/modal.js": {
            "title": "$:/core/modules/utils/dom/modal.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/modal.js\ntype: application/javascript\nmodule-type: utils\n\nModal message mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\nvar navigator = require(\"$:/core/modules/widgets/navigator.js\");\n\nvar Modal = function(wiki) {\n\tthis.wiki = wiki;\n\tthis.modalCount = 0;\n};\n\n/*\nDisplay a modal dialogue\n\ttitle: Title of tiddler to display\n\toptions: see below\nOptions include:\n\tdownloadLink: Text of a big download link to include\n*/\nModal.prototype.display = function(title,options) {\n\toptions = options || {};\n\tthis.srcDocument = options.variables && (options.variables.rootwindow === \"true\" ||\n\t\t\t\toptions.variables.rootwindow === \"yes\") ? document :\n\t\t\t\t(options.event.event && options.event.event.target ? options.event.event.target.ownerDocument : document);\n\tthis.srcWindow = this.srcDocument.defaultView;\n\tvar self = this,\n\t\trefreshHandler,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\ttiddler = this.wiki.getTiddler(title);\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Create the variables\n\tvar variables = $tw.utils.extend({\n\t\t\tcurrentTiddler: title,\n\t\t\t\"tv-story-list\": (options.event && options.event.widget ? options.event.widget.getVariable(\"tv-story-list\") : \"\"),\n\t\t\t\"tv-history-list\": (options.event && options.event.widget ? options.event.widget.getVariable(\"tv-history-list\") : \"\")\n\t\t},options.variables);\n\n\t// Create the wrapper divs\n\tvar wrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalBackdrop = this.srcDocument.createElement(\"div\"),\n\t\tmodalWrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalHeader = this.srcDocument.createElement(\"div\"),\n\t\theaderTitle = this.srcDocument.createElement(\"h3\"),\n\t\tmodalBody = this.srcDocument.createElement(\"div\"),\n\t\tmodalLink = this.srcDocument.createElement(\"a\"),\n\t\tmodalFooter = this.srcDocument.createElement(\"div\"),\n\t\tmodalFooterHelp = this.srcDocument.createElement(\"span\"),\n\t\tmodalFooterButtons = this.srcDocument.createElement(\"span\");\n\t// Up the modal count and adjust the body class\n\tthis.modalCount++;\n\tthis.adjustPageClass();\n\t// Add classes\n\t$tw.utils.addClass(wrapper,\"tc-modal-wrapper\");\n\tif(tiddler.fields && tiddler.fields.class) {\n\t\t$tw.utils.addClass(wrapper,tiddler.fields.class);\n\t}\n\t$tw.utils.addClass(modalBackdrop,\"tc-modal-backdrop\");\n\t$tw.utils.addClass(modalWrapper,\"tc-modal\");\n\t$tw.utils.addClass(modalHeader,\"tc-modal-header\");\n\t$tw.utils.addClass(modalBody,\"tc-modal-body\");\n\t$tw.utils.addClass(modalFooter,\"tc-modal-footer\");\n\t// Join them together\n\twrapper.appendChild(modalBackdrop);\n\twrapper.appendChild(modalWrapper);\n\tmodalHeader.appendChild(headerTitle);\n\tmodalWrapper.appendChild(modalHeader);\n\tmodalWrapper.appendChild(modalBody);\n\tmodalFooter.appendChild(modalFooterHelp);\n\tmodalFooter.appendChild(modalFooterButtons);\n\tmodalWrapper.appendChild(modalFooter);\n\tvar navigatorTree = {\n\t\t\"type\": \"navigator\",\n\t\t\"attributes\": {\n\t\t\t\"story\": {\n\t\t\t\t\"name\": \"story\",\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"value\": variables[\"tv-story-list\"]\n\t\t\t},\n\t\t\t\"history\": {\n\t\t\t\t\"name\": \"history\",\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"value\": variables[\"tv-history-list\"]\n\t\t\t}\n\t\t},\n\t\t\"tag\": \"$navigator\",\n\t\t\"isBlock\": true,\n\t\t\"children\": []\n\t};\n\tvar navigatorWidgetNode = new navigator.navigator(navigatorTree, {\n\t\twiki: this.wiki,\n\t\tdocument : this.srcDocument,\n\t\tparentWidget: $tw.rootWidget\n\t});\n\tnavigatorWidgetNode.render(modalBody,null);\n\t\n\t// Render the title of the message\n\tvar headerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"subtitle\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\tattributes: {\n\t\t\t\ttext: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t}}}],\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\theaderWidgetNode.render(headerTitle,null);\n\t// Render the body of the message\n\tvar bodyWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\n\tbodyWidgetNode.render(modalBody,null);\n\t// Setup the link if present\n\tif(options.downloadLink) {\n\t\tmodalLink.href = options.downloadLink;\n\t\tmodalLink.appendChild(this.srcDocument.createTextNode(\"Right-click to save changes\"));\n\t\tmodalBody.appendChild(modalLink);\n\t}\n\t// Render the footer of the message\n\tif(tiddler.fields && tiddler.fields.help) {\n\t\tvar link = this.srcDocument.createElement(\"a\");\n\t\tlink.setAttribute(\"href\",tiddler.fields.help);\n\t\tlink.setAttribute(\"target\",\"_blank\");\n\t\tlink.setAttribute(\"rel\",\"noopener noreferrer\");\n\t\tlink.appendChild(this.srcDocument.createTextNode(\"Help\"));\n\t\tmodalFooterHelp.appendChild(link);\n\t\tmodalFooterHelp.style.float = \"left\";\n\t}\n\tvar footerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"footer\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"button\",\n\t\t\tattributes: {\n\t\t\t\tmessage: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: \"tm-close-tiddler\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttext: {\n\t\t\t\t\t\ttype: \"string\",\n\t\t\t\t\t\tvalue: $tw.language.getString(\"Buttons/Close/Caption\")\n\t\t\t}}}\n\t\t]}],\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\tfooterWidgetNode.render(modalFooterButtons,null);\n\t// Set up the refresh handler\n\trefreshHandler = function(changes) {\n\t\theaderWidgetNode.refresh(changes,modalHeader,null);\n\t\tbodyWidgetNode.refresh(changes,modalBody,null);\n\t\tfooterWidgetNode.refresh(changes,modalFooterButtons,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Add the close event handler\n\tvar closeHandler = function(event) {\n\t\t// Remove our refresh handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Decrease the modal count and adjust the body class\n\t\tself.modalCount--;\n\t\tself.adjustPageClass();\n\t\t// Force layout and animate the modal message away\n\t\t$tw.utils.forceLayout(modalBackdrop);\n\t\t$tw.utils.forceLayout(modalWrapper);\n\t\t$tw.utils.setStyle(modalBackdrop,[\n\t\t\t{opacity: \"0\"}\n\t\t]);\n\t\t$tw.utils.setStyle(modalWrapper,[\n\t\t\t{transform: \"translateY(\" + self.srcWindow.innerHeight + \"px)\"}\n\t\t]);\n\t\t// Set up an event for the transition end\n\t\tself.srcWindow.setTimeout(function() {\n\t\t\tif(wrapper.parentNode) {\n\t\t\t\t// Remove the modal message from the DOM\n\t\t\t\tself.srcDocument.body.removeChild(wrapper);\n\t\t\t}\n\t\t},duration);\n\t\t// Don't let anyone else handle the tm-close-tiddler message\n\t\treturn false;\n\t};\n\theaderWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tbodyWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tfooterWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\t// Set the initial styles for the message\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-this.srcWindow.innerHeight) + \"px)\"}\n\t]);\n\t// Put the message into the document\n\tthis.srcDocument.body.appendChild(wrapper);\n\t// Set up animation for the styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{transition: \"opacity \" + duration + \"ms ease-out\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(modalBackdrop);\n\t$tw.utils.forceLayout(modalWrapper);\n\t// Set final animated styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0.7\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n};\n\nModal.prototype.adjustPageClass = function() {\n\tvar windowContainer = $tw.pageContainer ? ($tw.pageContainer === this.srcDocument.body.firstChild ? $tw.pageContainer : this.srcDocument.body.firstChild) : null;\n\tif(windowContainer) {\n\t\t$tw.utils.toggleClass(windowContainer,\"tc-modal-displayed\",this.modalCount > 0);\n\t}\n};\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\tif(event.paramObject && event.paramObject.selector) {\n\t\t\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\n\t\t} else {\n\t\t\tthis.scrollIntoView(event.target);\t\t\t\n\t\t}\n\t\treturn false; // Event was handled\n\t}\n\treturn true;\n};\n\n/*\nHandle a scroll event hitting the page document\n*/\nPageScroller.prototype.scrollIntoView = function(element,callback) {\n\tvar self = this,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t    srcWindow = element ? element.ownerDocument.defaultView : window;\n\t// Now get ready to scroll the body\n\tthis.cancelScroll(srcWindow);\n\tthis.startTime = Date.now();\n\t// Get the height of any position:fixed toolbars\n\tvar toolbar = srcWindow.document.querySelector(\".tc-adjust-top-of-scroll\"),\n\t\toffset = 0;\n\tif(toolbar) {\n\t\toffset = toolbar.offsetHeight;\n\t}\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar getBounds = function() {\n\t\t\tvar clientBounds = typeof callback === 'function' ? callback() : element.getBoundingClientRect(),\n\t\t\t\tscrollPosition = $tw.utils.getScrollPosition(srcWindow);\n\t\t\treturn {\n\t\t\t\tleft: clientBounds.left + scrollPosition.x,\n\t\t\t\ttop: clientBounds.top + scrollPosition.y - offset,\n\t\t\t\twidth: clientBounds.width,\n\t\t\t\theight: clientBounds.height\n\t\t\t};\n\t\t},\n\t\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\t\t// targetPos/targetSize - position and size of the target element\n\t\t// currentPos/currentSize - position and size of the current scroll viewport\n\t\t// returns: new position of the scroll viewport\n\t\tgetEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\tvar newPos = targetPos;\n\t\t\t// If we are scrolling within 50 pixels of the top/left then snap to zero\n\t\t\tif(newPos < 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\nPageScroller.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\n\tbaseElement = baseElement || document.body;\n\tvar element = baseElement.querySelector(selector);\n\tif(element) {\n\t\tthis.scrollIntoView(element,callback);\t\t\n\t}\n};\n\nexports.PageScroller = PageScroller;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/edition-info.js": {
            "title": "$:/core/modules/utils/edition-info.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/edition-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\nvar editionInfo;\n\nexports.getEditionInfo = function() {\n\tif(!editionInfo) {\n\t\t// Enumerate the edition paths\n\t\tvar editionPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\n\t\teditionInfo = {};\n\t\tfor(var editionIndex=0; editionIndex<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_Node = function (){\n\tthrow TypeError(\"Illegal constructor\");\n};\n\nObject.defineProperty(TW_Node.prototype, 'ELEMENT_NODE', {\n\tget: function() {\n\t\treturn 1;\n\t}\n});\n\nObject.defineProperty(TW_Node.prototype, 'TEXT_NODE', {\n\tget: function() {\n\t\treturn 3;\n\t}\n});\n\nvar TW_TextNode = function(text) {\n\tbumpSequenceNumber(this);\n\tthis.textContent = text + \"\";\n};\n\nTW_TextNode.prototype = Object.create(TW_Node.prototype);\n\nObject.defineProperty(TW_TextNode.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn this.TEXT_NODE;\n\t}\n});\n\nObject.defineProperty(TW_TextNode.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\treturn this.textContent.replace(/(\\r?\\n)/g,\"\");\n\t}\n});\n\nvar TW_Element = function(tag,namespace) {\n\tbumpSequenceNumber(this);\n\tthis.isTiddlyWikiFakeDom = true;\n\tthis.tag = tag;\n\tthis.attributes = {};\n\tthis.isRaw = false;\n\tthis.children = [];\n\tthis._style = {};\n\tthis.namespaceURI = namespace || \"http://www.w3.org/1999/xhtml\";\n};\n\nTW_Element.prototype = Object.create(TW_Node.prototype);\n\nObject.defineProperty(TW_Element.prototype, \"style\", {\n\tget: function() {\n\t\treturn this._style;\n\t},\n\tset: function(str) {\n\t\tvar self = this;\n\t\tstr = str || \"\";\n\t\t$tw.utils.each(str.split(\";\"),function(declaration) {\n\t\t\tvar parts = declaration.split(\":\"),\n\t\t\t\tname = $tw.utils.trim(parts[0]),\n\t\t\t\tvalue = $tw.utils.trim(parts[1]);\n\t\t\tif(name && value) {\n\t\t\t\tself._style[$tw.utils.convertStyleNameToPropertyName(name)] = value;\n\t\t\t}\n\t\t});\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn this.ELEMENT_NODE;\n\t}\n});\n\nTW_Element.prototype.getAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot getAttribute on a raw TW_Element\";\n\t}\n\treturn this.attributes[name];\n};\n\nTW_Element.prototype.setAttribute = function(name,value) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot setAttribute on a raw TW_Element\";\n\t}\n\tthis.attributes[name] = value + \"\";\n};\n\nTW_Element.prototype.setAttributeNS = function(namespace,name,value) {\n\tthis.setAttribute(name,value);\n};\n\nTW_Element.prototype.removeAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot removeAttribute on a raw TW_Element\";\n\t}\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\tdelete this.attributes[name];\n\t}\n};\n\nTW_Element.prototype.appendChild = function(node) {\n\tthis.children.push(node);\n\tnode.parentNode = this;\n};\n\nTW_Element.prototype.insertBefore = function(node,nextSibling) {\n\tif(nextSibling) {\n\t\tvar p = this.children.indexOf(nextSibling);\n\t\tif(p !== -1) {\n\t\t\tthis.children.splice(p,0,node);\n\t\t\tnode.parentNode = this;\n\t\t} else {\n\t\t\tthis.appendChild(node);\n\t\t}\n\t} else {\n\t\tthis.appendChild(node);\n\t}\n};\n\nTW_Element.prototype.removeChild = function(node) {\n\tvar p = this.children.indexOf(node);\n\tif(p !== -1) {\n\t\tthis.children.splice(p,1);\n\t}\n};\n\nTW_Element.prototype.hasChildNodes = function() {\n\treturn !!this.children.length;\n};\n\nObject.defineProperty(TW_Element.prototype, \"childNodes\", {\n\tget: function() {\n\t\treturn this.children;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"firstChild\", {\n\tget: function() {\n\t\treturn this.children[0];\n\t}\n});\n\nTW_Element.prototype.addEventListener = function(type,listener,useCapture) {\n\t// Do nothing\n};\n\nObject.defineProperty(TW_Element.prototype, \"tagName\", {\n\tget: function() {\n\t\treturn this.tag || \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"className\", {\n\tget: function() {\n\t\treturn this.attributes[\"class\"] || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes[\"class\"] = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"value\", {\n\tget: function() {\n\t\treturn this.attributes.value || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes.value = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"outerHTML\", {\n\tget: function() {\n\t\tvar output = [],attr,a,v;\n\t\toutput.push(\"<\",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/*\nReturn the subdirectories of a path\n*/\nexports.getSubdirectories = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn null;\n\t}\n\tvar subdirs = [];\n\t$tw.utils.each(fs.readdirSync(dirPath),function(item) {\n\t\tif($tw.utils.isDirectory(path.resolve(dirPath,item))) {\n\t\t\tsubdirs.push(item);\n\t\t}\n\t});\n\treturn subdirs;\n}\n\n/*\nRecursively (and synchronously) copy a directory and all its content\n*/\nexports.copyDirectory = function(srcPath,dstPath) {\n\t// Remove any trailing path separators\n\tsrcPath = path.resolve($tw.utils.removeTrailingSeparator(srcPath));\n\tdstPath = path.resolve($tw.utils.removeTrailingSeparator(dstPath));\n\t// Check that neither director is within the other\n\tif(srcPath.substring(0,dstPath.length) === dstPath || dstPath.substring(0,srcPath.length) === srcPath) {\n\t\treturn \"Cannot copy nested directories\";\n\t}\n\t// Create the destination directory\n\tvar err = $tw.utils.createDirectory(dstPath);\n\tif(err) {\n\t\treturn err;\n\t}\n\t// Function to copy a folder full of files\n\tvar copy = function(srcPath,dstPath) {\n\t\tvar srcStats = fs.lstatSync(srcPath),\n\t\t\tdstExists = fs.existsSync(dstPath);\n\t\tif(srcStats.isFile()) {\n\t\t\t$tw.utils.copyFile(srcPath,dstPath);\n\t\t} else if(srcStats.isDirectory()) {\n\t\t\tvar items = fs.readdirSync(srcPath);\n\t\t\tfor(var t=0; t<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 on disk (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n\tisEditableFile: true if the tiddler was loaded via non-standard options & marked editable\nOptions include:\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\textFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters,\n\tfileInfo: an existing fileInfo to check against\n\toriginalpath: a preferred filepath if no pathFilters match\n*/\nexports.generateTiddlerFileInfo = function(tiddler,options) {\n\tvar fileInfo = {}, metaExt;\n\t// Propagate the isEditableFile flag\n\tif(options.fileInfo) {\n\t\tfileInfo.isEditableFile = options.fileInfo.isEditableFile || false;\n\t}\n\t// Check if the tiddler has any unsafe fields that can't be expressed in a .tid or .meta file: containing control characters, or leading/trailing whitespace\n\tvar hasUnsafeFields = false;\n\t$tw.utils.each(tiddler.getFieldStrings(),function(value,fieldName) {\n\t\tif(fieldName !== \"text\") {\n\t\t\thasUnsafeFields = hasUnsafeFields || /[\\x00-\\x1F]/mg.test(value);\n\t\t\thasUnsafeFields = hasUnsafeFields || ($tw.utils.trim(value) !== value);\n\t\t}\n\t});\n\t// Check for field values \n\tif(hasUnsafeFields) {\n\t\t// Save as a JSON file\n\t\tfileInfo.type = \"application/json\";\n\t\tfileInfo.hasMetaFile = false;\n\t} else {\n\t\t// Save as a .tid or a text/binary file plus a .meta file\n\t\tvar tiddlerType = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\tif(tiddlerType === \"text/vnd.tiddlywiki\") {\n\t\t\t// Save as a .tid file\n\t\t\tfileInfo.type = \"application/x-tiddler\";\n\t\t\tfileInfo.hasMetaFile = false;\n\t\t} else {\n\t\t\t// Save as a text/binary file and a .meta file\n\t\t\tfileInfo.type = tiddlerType;\n\t\t\tfileInfo.hasMetaFile = true;\n\t\t}\n\t\tif(options.extFilters) {\n\t\t\t// Check for extension override\n\t\t\tmetaExt = $tw.utils.generateTiddlerExtension(tiddler.fields.title,{\n\t\t\t\textFilters: options.extFilters,\n\t\t\t\twiki: options.wiki\n\t\t\t});\n\t\t\tif(metaExt){\n\t\t\t\tif(metaExt === \".tid\") {\n\t\t\t\t\t// Overriding to the .tid extension needs special handling\n\t\t\t\t\tfileInfo.type = \"application/x-tiddler\";\n\t\t\t\t\tfileInfo.hasMetaFile = false;\n\t\t\t\t} else if (metaExt === \".json\") {\n\t\t\t\t\t// Overriding to the .json extension needs special handling\n\t\t\t\t\tfileInfo.type = \"application/json\";\n\t\t\t\t\tfileInfo.hasMetaFile = false;\n\t\t\t\t} else {\n\t\t\t\t\t//If the new type matches a known extention, use that MIME type's encoding\n\t\t\t\t\tvar extInfo = $tw.utils.getFileExtensionInfo(metaExt);\n\t\t\t\t\tfileInfo.type = extInfo ? extInfo.type : null;\n\t\t\t\t\tfileInfo.encoding = $tw.utils.getTypeEncoding(metaExt);\n\t\t\t\t\tfileInfo.hasMetaFile = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t// Take the file extension from the tiddler content type or metaExt\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[fileInfo.type] || {extension: \"\"};\n\t// Generate the filepath\n\tfileInfo.filepath = $tw.utils.generateTiddlerFilepath(tiddler.fields.title,{\n\t\textension: metaExt || contentTypeInfo.extension,\n\t\tdirectory: options.directory,\n\t\tpathFilters: options.pathFilters,\n\t\twiki: options.wiki,\n\t\tfileInfo: options.fileInfo,\n\t\toriginalpath: options.originalpath\n\t});\n\treturn fileInfo;\n};\n\n/*\nGenerate the file extension for saving a tiddler\nOptions include:\n\textFilters: optional array of filters to be used to generate the extention\n\twiki: optional wiki for evaluating the extFilters\n*/\nexports.generateTiddlerExtension = function(title,options) {\n\tvar self = this,\n\t\textension;\n\t// Check if any of the extFilters applies\n\tif(options.extFilters && options.wiki) { \n\t\t$tw.utils.each(options.extFilters,function(filter) {\n\t\t\tif(!extension) {\n\t\t\t\tvar source = options.wiki.makeTiddlerIterator([title]),\n\t\t\t\t\tresult = options.wiki.filterTiddlers(filter,null,source);\n\t\t\t\tif(result.length > 0) {\n\t\t\t\t\textension = result[0];\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn extension;\n};\n\n/*\nGenerate the filepath for saving a tiddler\nOptions include:\n\textension: file extension to be added the finished filepath\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters\n\tfileInfo: an existing fileInfo object to check against\n*/\nexports.generateTiddlerFilepath = function(title,options) {\n\tvar self = this,\n\t\tdirectory = options.directory || \"\",\n\t\textension = options.extension || \"\",\n\t\toriginalpath = options.originalpath || \"\",\n\t\tfilepath;\t\n\t// Check if any of the pathFilters applies\n\tif(options.pathFilters && options.wiki) {\n\t\t$tw.utils.each(options.pathFilters,function(filter) {\n\t\t\tif(!filepath) {\n\t\t\t\tvar source = options.wiki.makeTiddlerIterator([title]),\n\t\t\t\t\tresult = options.wiki.filterTiddlers(filter,null,source);\n\t\t\t\tif(result.length > 0) {\n\t\t\t\t\tfilepath = result[0];\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\tif(!filepath && originalpath !== \"\") {\n\t\t//Use the originalpath without the extension\n\t\tvar ext = path.extname(originalpath);\n\t\tfilepath = originalpath.substring(0,originalpath.length - ext.length);\n\t} else if(!filepath) {\n\t\tfilepath = title;\n\t\t// 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//If the path does not start with \".\" or \"..\" and a path seperator, then\n\tif(!/^\\.{1,2}[/\\\\]/g.test(filepath)) {\n\t\t// Don't let the filename start with any dots because such files are invisible on *nix\n\t\tfilepath = filepath.replace(/^\\.+/g,\"_\");\n\t}\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, oldPath = (options.fileInfo) ? options.fileInfo.filepath : undefined,\n\t\tcount = 0;\n\tdo {\n\t\tfullPath = path.resolve(directory,filepath + (count ? \"_\" + count : \"\") + extension);\n\t\tif(oldPath && oldPath == fullPath) {\n\t\t\tbreak;\n\t\t}\n\t\tcount++;\n\t} while(fs.existsSync(fullPath));\n\t// If the last write failed with an error, or if path does not start with:\n\t//\tthe resolved options.directory, the resolved wikiPath directory, or the wikiTiddlersPath directory, \n\t//\tthen encodeURIComponent() and resolve to tiddler directory\n\tvar newPath = fullPath,\n\t\tencode = (options.fileInfo || {writeError: false}).writeError == true;\n\tif(!encode){\n\t\tencode = !(fullPath.indexOf(path.resolve(directory)) == 0 ||\n\t\t\tfullPath.indexOf(path.resolve($tw.boot.wikiPath)) == 0 ||\n\t\t\tfullPath.indexOf($tw.boot.wikiTiddlersPath) == 0);\n\t\t}\n\tif(encode){\n\t\tfullPath = path.resolve(directory, encodeURIComponent(fullPath));\n\t}\n\t// Call hook to allow plugins to modify the final path\n\tfullPath = $tw.hooks.invokeHook(\"th-make-tiddler-path\", newPath, 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/*\nDelete a file described by the fileInfo if it exits\n*/\nexports.deleteTiddlerFile = function(fileInfo, callback) {\n\t//Only attempt to delete files that exist on disk\n\tif(!fileInfo.filepath || !fs.existsSync(fileInfo.filepath)) {\n\t\treturn callback(null);\n\t}\n\t// Delete the file\n\tfs.unlink(fileInfo.filepath,function(err) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\t\n\t\t// Delete the metafile if present\n\t\tif(fileInfo.hasMetaFile && fs.existsSync(fileInfo.filepath + \".meta\")) {\n\t\t\tfs.unlink(fileInfo.filepath + \".meta\",function(err) {\n\t\t\t\tif(err) {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t\t});\n\t\t} else {\n\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t}\n\t});\n};\n\n/*\nCleanup old files on disk, by comparing the options values:\n\tadaptorInfo from $tw.syncer.tiddlerInfo\n\tbootInfo from $tw.boot.files\n*/\nexports.cleanupTiddlerFiles = function(options, callback) {\n\tvar adaptorInfo = options.adaptorInfo || {},\n\tbootInfo = options.bootInfo || {},\n\ttitle = options.title || \"undefined\";\n\tif(adaptorInfo.filepath && bootInfo.filepath && adaptorInfo.filepath !== bootInfo.filepath) {\n\t\treturn $tw.utils.deleteTiddlerFile(adaptorInfo, function(err){\n\t\t\tif(err) {\n\t\t\t\tif ((err.code == \"EPERM\" || err.code == \"EACCES\") && err.syscall == \"unlink\") {\n\t\t\t\t\t// Error deleting the previous file on disk, should fail gracefully\n\t\t\t\t\t$tw.syncer.displayError(\"Server desynchronized. Error cleaning up previous file for tiddler: \"+title, err);\n\t\t\t\t\treturn callback(null);\n\t\t\t\t} else {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn callback(null);\n\t\t});\n\t} else {\n\t\treturn callback(null);\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/core/modules/utils/linkedlist.js": {
            "title": "$:/core/modules/utils/linkedlist.js",
            "text": "/*\\\nmodule-type: utils\ntitle: $:/core/modules/utils/linkedlist.js\ntype: application/javascript\n\nThis is a doubly-linked indexed list intended for manipulation, particularly\npushTop, which it does with significantly better performance than an array.\n\n\\*/\n(function(){\n\nfunction LinkedList() {\n\tthis.clear();\n};\n\nLinkedList.prototype.clear = function() {\n\tthis.index = Object.create(null);\n\t// LinkedList performs the duty of both the head and tail node\n\tthis.next = this;\n\tthis.prev = this;\n\tthis.length = 0;\n};\n\nLinkedList.prototype.remove = function(value) {\n\tif($tw.utils.isArray(value)) {\n\t\tfor(var t=0; t<value.length; t++) {\n\t\t\t_removeOne(this,value[t]);\n\t\t}\n\t} else {\n\t\t_removeOne(this,value);\n\t}\n};\n\nLinkedList.prototype.push = function(/* values */) {\n\tfor(var i = 0; i < arguments.length; i++) {\n\t\tvar value = arguments[i];\n\t\tvar node = {value: value};\n\t\tvar preexistingNode = this.index[value];\n\t\t_linkToEnd(this,node);\n\t\tif(preexistingNode) {\n\t\t\t// We want to keep pointing to the first instance, but we want\n\t\t\t// to have that instance (or chain of instances) point to the\n\t\t\t// new one.\n\t\t\twhile (preexistingNode.copy) {\n\t\t\t\tpreexistingNode = preexistingNode.copy;\n\t\t\t}\n\t\t\tpreexistingNode.copy = node;\n\t\t} else {\n\t\t\tthis.index[value] = node;\n\t\t}\n\t}\n};\n\nLinkedList.prototype.pushTop = function(value) {\n\tif($tw.utils.isArray(value)) {\n\t\tfor(var t=0; t<value.length; t++) {\n\t\t\t_removeOne(this,value[t]);\n\t\t}\n\t\tthis.push.apply(this,value);\n\t} else {\n\t\tvar node = _removeOne(this,value);\n\t\tif(!node) {\n\t\t\tnode = {value: value};\n\t\t\tthis.index[value] = node;\n\t\t} else {\n\t\t\t// Put this node at the end of the copy chain.\n\t\t\tvar preexistingNode = node;\n\t\t\twhile(preexistingNode.copy) {\n\t\t\t\tpreexistingNode = preexistingNode.copy;\n\t\t\t}\n\t\t\t// The order of these three statements is important,\n\t\t\t// because sometimes preexistingNode == node.\n\t\t\tpreexistingNode.copy = node;\n\t\t\tthis.index[value] = node.copy;\n\t\t\tnode.copy = undefined;\n\t\t}\n\t\t_linkToEnd(this,node);\n\t}\n};\n\nLinkedList.prototype.each = function(callback) {\n\tfor(var ptr = this.next; ptr !== this; ptr = ptr.next) {\n\t\tcallback(ptr.value);\n\t}\n};\n\nLinkedList.prototype.toArray = function() {\n\tvar output = [];\n\tfor(var ptr = this.next; ptr !== this; ptr = ptr.next) {\n\t\toutput.push(ptr.value);\n\t}\n\treturn output;\n};\n\nfunction _removeOne(list,value) {\n\tvar node = list.index[value];\n\tif(node) {\n\t\tnode.prev.next = node.next;\n\t\tnode.next.prev = node.prev;\n\t\tlist.length -= 1;\n\t\t// Point index to the next instance of the same value, maybe nothing.\n\t\tlist.index[value] = node.copy;\n\t}\n\treturn node;\n};\n\nfunction _linkToEnd(list,node) {\n\t// Sticks the given node onto the end of the list.\n\tlist.prev.next = node;\n\tnode.prev = list.prev;\n\tlist.prev = node;\n\tnode.next = list;\n\tlist.length += 1;\n};\n\nexports.LinkedList = LinkedList;\n\n})();\n",
            "module-type": "utils",
            "type": "application/javascript"
        },
        "$:/core/modules/utils/logger.js": {
            "title": "$:/core/modules/utils/logger.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/logger.js\ntype: application/javascript\nmodule-type: utils\n\nA basic logging implementation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ALERT_TAG = \"$:/tags/Alert\";\n\n/*\nMake a new logger\n*/\nfunction Logger(componentName,options) {\n\toptions = options || {};\n\tthis.componentName = componentName || \"\";\n\tthis.colour = options.colour || \"white\";\n\tthis.enable = \"enable\" in options ? options.enable : true;\n\tthis.save = \"save\" in options ? options.save : true;\n\tthis.saveLimit = options.saveLimit || 100 * 1024;\n\tthis.saveBufferLogger = this;\n\tthis.buffer = \"\";\n\tthis.alertCount = 0;\n}\n\nLogger.prototype.setSaveBuffer = function(logger) {\n\tthis.saveBufferLogger = logger;\n};\n\n/*\nLog a message\n*/\nLogger.prototype.log = function(/* args */) {\n\tvar self = this;\n\tif(this.enable) {\n\t\tif(this.saveBufferLogger.save) {\n\t\t\tthis.saveBufferLogger.buffer += $tw.utils.formatDateString(new Date(),\"YYYY MM DD 0hh:0mm:0ss.0XXX\") + \":\";\n\t\t\t$tw.utils.each(Array.prototype.slice.call(arguments,0),function(arg,index) {\n\t\t\t\tself.saveBufferLogger.buffer += \" \" + arg;\n\t\t\t});\n\t\t\tthis.saveBufferLogger.buffer += \"\\n\";\n\t\t\tthis.saveBufferLogger.buffer = this.saveBufferLogger.buffer.slice(-this.saveBufferLogger.saveLimit);\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/*\nLog a table of name: value pairs\n*/\nexports.logTable = function(data) {\n\tif(console.table) {\n\t\tconsole.table(data);\n\t} else {\n\t\t$tw.utils.each(data,function(value,name) {\n\t\t\tconsole.log(name + \": \" + value);\n\t\t});\n\t}\n}\n\n/*\nReturn the integer represented by the str (string).\nReturn the dflt (default) parameter if str is not a base-10 number.\n*/\nexports.getInt = function(str,deflt) {\n\tvar i = parseInt(str,10);\n\treturn isNaN(i) ? deflt : i;\n}\n\n/*\nRepeatedly replaces a substring within a string. Like String.prototype.replace, but without any of the default special handling of $ sequences in the replace string\n*/\nexports.replaceString = function(text,search,replace) {\n\treturn text.replace(search,function() {\n\t\treturn replace;\n\t});\n};\n\n/*\nRepeats a string\n*/\nexports.repeat = function(str,count) {\n\tvar result = \"\";\n\tfor(var t=0;t<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\nexports.trimPrefix = function(str,unwanted) {\n\tif(typeof str === \"string\" && typeof unwanted === \"string\") {\n\t\tif(unwanted === \"\") {\n\t\t\treturn str.replace(/^\\s\\s*/, '');\n\t\t} else {\n\t\t\t// Safely regexp-escape the unwanted text\n\t\t\tunwanted = unwanted.replace(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\t\t\tvar regex = new RegExp('^(' + unwanted + ')+');\n\t\t\treturn str.replace(regex, '');\n\t\t}\n\t} else {\n\t\treturn str;\n\t}\n};\n\nexports.trimSuffix = function(str,unwanted) {\n\tif(typeof str === \"string\" && typeof unwanted === \"string\") {\n\t\tif(unwanted === \"\") {\n\t\t\treturn str.replace(/\\s\\s*$/, '');\n\t\t} else {\n\t\t\t// Safely regexp-escape the unwanted text\n\t\t\tunwanted = unwanted.replace(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\t\t\tvar regex = new RegExp('(' + unwanted + ')+$');\n\t\t\treturn str.replace(regex, '');\n\t\t}\n\t} else {\n\t\treturn str;\n\t}\n};\n\n/*\nConvert a string to sentence case (ie capitalise first letter)\n*/\nexports.toSentenceCase = function(str) {\n\treturn (str || \"\").replace(/^\\S/, function(c) {return c.toUpperCase();});\n}\n\n/*\nConvert a string to title case (ie capitalise each initial letter)\n*/\nexports.toTitleCase = function(str) {\n\treturn (str || \"\").replace(/(^|\\s)\\S/g, function(c) {return c.toUpperCase();});\n}\n\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.pad($tw.utils.getYearForWeekNo(date),4);\n\t\t\t}],\n\t\t\t[/^hh12/, function() {\n\t\t\t\treturn $tw.utils.getHours12(date);\n\t\t\t}],\n\t\t\t[/^DDth/, function() {\n\t\t\t\treturn date.getDate() + $tw.utils.getDaySuffix(date);\n\t\t\t}],\n\t\t\t[/^YYYY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear(),4);\n\t\t\t}],\n\t\t\t[/^aYYYY/, function() {\n\t\t\t\treturn $tw.utils.pad(Math.abs(date.getFullYear()),4);\n\t\t\t}],\n\t\t\t[/^\\{era:([^,\\|}]*)\\|([^}\\|]*)\\|([^}]*)\\}/, function(match) {\n\t\t\t\tvar year = date.getFullYear();\n\t\t\t\treturn year === 0 ? match[2] : (year < 0 ? match[1] : match[3]);\n\t\t\t}],\n\t\t\t[/^0hh/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getHours());\n\t\t\t}],\n\t\t\t[/^0mm/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMinutes());\n\t\t\t}],\n\t\t\t[/^0ss/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getSeconds());\n\t\t\t}],\n\t\t\t[/^0XXX/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMilliseconds(),3);\n\t\t\t}],\n\t\t\t[/^0DD/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getDate());\n\t\t\t}],\n\t\t\t[/^0MM/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMonth()+1);\n\t\t\t}],\n\t\t\t[/^0WW/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getWeek(date));\n\t\t\t}],\n\t\t\t[/^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(null,match);\n\t\t\t\tt = t.substr(match[0].length);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\tif(matchString) {\n\t\t\tresult += matchString;\n\t\t} else {\n\t\t\tresult += t.charAt(0);\n\t\t\tt = t.substr(1);\n\t\t}\n\t}\n\tresult = result.replace(/\\\\(.)/g,\"$1\");\n\treturn result;\n};\n\nexports.getAmPm = function(date) {\n\treturn $tw.language.getString(\"Date/Period/\" + (date.getHours() >= 12 ? \"pm\" : \"am\"));\n};\n\nexports.getDaySuffix = function(date) {\n\treturn $tw.language.getString(\"Date/DaySuffix/\" + date.getDate());\n};\n\nexports.getWeek = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week to calculate weekNo\n\tvar x = new Date(dt.getFullYear(),0,1);\n\tvar n = Math.floor((dt.getTime() - x.getTime()) / 86400000);\n\treturn Math.floor(n / 7) + 1;\n};\n\nexports.getYearForWeekNo = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week\n\treturn dt.getFullYear();\n};\n\nexports.getHours12 = function(date) {\n\tvar h = date.getHours();\n\treturn h > 12 ? h-12 : ( h > 0 ? h : 12 );\n};\n\n/*\nConvert a date delta in milliseconds into a string representation of \"23 seconds ago\", \"27 minutes ago\" etc.\n\tdelta: delta in milliseconds\nReturns an object with these members:\n\tdescription: string describing the delta period\n\tupdatePeriod: time in millisecond until the string will be inaccurate\n*/\nexports.getRelativeDate = function(delta) {\n\tvar futurep = false;\n\tif(delta < 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, rawUnicode) {\n\t/*\n\t* ECMA-262, 5th ed., 7.8.4: All characters may appear literally in a string\n\t* literal except for the closing quote character, backslash, carriage return,\n\t* line separator, paragraph separator, and line feed. Any character may\n\t* appear in the form of an escape sequence.\n\t*\n\t* For portability, we also escape all non-ASCII characters.\n\t*/\n\tvar regex = rawUnicode ? /[\\x00-\\x1f]/g : /[\\x00-\\x1f\\x80-\\uFFFF]/g;\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\')            // backslash\n\t\t.replace(/\"/g, '\\\\\"')              // double quote character\n\t\t.replace(/'/g, \"\\\\'\")              // single quote character\n\t\t.replace(/\\r/g, '\\\\r')             // carriage return\n\t\t.replace(/\\n/g, '\\\\n')             // line feed\n\t\t.replace(regex, exports.escape);   // non-ASCII characters\n};\n\n// Turns a string into a legal JSON string\n// Derived from peg.js, thanks to David Majda\nexports.jsonStringify = function(s, rawUnicode) {\n\t// See http://www.json.org/\n\tvar regex = rawUnicode ? /[\\x00-\\x1f]/g : /[\\x00-\\x1f\\x80-\\uFFFF]/g;\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\')            // backslash\n\t\t.replace(/\"/g, '\\\\\"')              // double quote character\n\t\t.replace(/\\r/g, '\\\\r')             // carriage return\n\t\t.replace(/\\n/g, '\\\\n')             // line feed\n\t\t.replace(/\\x08/g, '\\\\b')           // backspace\n\t\t.replace(/\\x0c/g, '\\\\f')           // formfeed\n\t\t.replace(/\\t/g, '\\\\t')             // tab\n\t\t.replace(regex,function(s) {\n\t\t\treturn '\\\\u' + $tw.utils.pad(s.charCodeAt(0).toString(16).toUpperCase(),4);\n\t\t}); // non-ASCII characters\n};\n\n/*\nEscape the RegExp special characters with a preceding backslash\n*/\nexports.escapeRegExp = function(s) {\n    return s.replace(/[\\-\\/\\\\\\^\\$\\*\\+\\?\\.\\(\\)\\|\\[\\]\\{\\}]/g, '\\\\$&');\n};\n\n// Checks whether a link target is external, i.e. not a tiddler title\nexports.isLinkExternal = function(to) {\n\tvar externalRegExp = /^(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\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\nexports.makeCompareFunction = function(type,options) {\n\toptions = options || {};\n\tvar gt = options.invert ? -1 : +1,\n\t\tlt = options.invert ? +1 : -1,\n\t\tcompare = function(a,b) {\n\t\t\tif(a > b) {\n\t\t\t\treturn gt ;\n\t\t\t} else if(a < b) {\n\t\t\t\treturn lt;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t},\n\t\ttypes = {\n\t\t\t\"number\": function(a,b) {\n\t\t\t\treturn compare($tw.utils.parseNumber(a),$tw.utils.parseNumber(b));\n\t\t\t},\n\t\t\t\"integer\": function(a,b) {\n\t\t\t\treturn compare($tw.utils.parseInt(a),$tw.utils.parseInt(b));\n\t\t\t},\n\t\t\t\"string\": function(a,b) {\n\t\t\t\treturn compare(\"\" + a,\"\" +b);\n\t\t\t},\n\t\t\t\"date\": function(a,b) {\n\t\t\t\tvar dateA = $tw.utils.parseDate(a),\n\t\t\t\t\tdateB = $tw.utils.parseDate(b);\n\t\t\t\tif(!isFinite(dateA)) {\n\t\t\t\t\tdateA = new Date(0);\n\t\t\t\t}\n\t\t\t\tif(!isFinite(dateB)) {\n\t\t\t\t\tdateB = new Date(0);\n\t\t\t\t}\n\t\t\t\treturn compare(dateA,dateB);\n\t\t\t},\n\t\t\t\"version\": function(a,b) {\n\t\t\t\treturn $tw.utils.compareVersions(a,b);\n\t\t\t}\n\t\t};\n\treturn (types[type] || types[options.defaultType] || types.number);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/widgets/action-confirm.js": {
            "title": "$:/core/modules/widgets/action-confirm.js",
            "text": "/*\\\n\ntitle: $:/core/modules/widgets/action-confirm.js\ntype: application/javascript\nmodule-type: widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ConfirmWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nConfirmWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nConfirmWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.parentDomNode = parent;\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nConfirmWidget.prototype.execute = function() {\n\tthis.message = this.getAttribute(\"$message\",$tw.language.getString(\"ConfirmAction\"));\n\tthis.prompt = (this.getAttribute(\"$prompt\",\"yes\") == \"no\" ? false : true);\n\tthis.makeChildWidgets();\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nConfirmWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$message\"] || changedAttributes[\"$prompt\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nConfirmWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar invokeActions = true,\n\t\thandled = true;\n\tif(this.prompt) {\n\t\tinvokeActions = confirm(this.message);\n\t}\n\tif(invokeActions) {\n\t\thandled = this.invokeActions(triggeringWidget,event);\n\t}\n\treturn handled;\n};\n\nConfirmWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nexports[\"action-confirm\"] = ConfirmWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-createtiddler.js": {
            "title": "$:/core/modules/widgets/action-createtiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-createtiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to create a new tiddler with a unique name and specified fields.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw:false, require:false, exports:false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CreateTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCreateTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCreateTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.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-log.js": {
            "title": "$:/core/modules/widgets/action-log.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-log.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to log debug messages\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LogWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLogWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLogWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\nLogWidget.prototype.execute = function(){\n\tthis.message = this.getAttribute(\"$$message\",\"debug\");\n\tthis.logAll = this.getAttribute(\"$$all\",\"no\") === \"yes\" ? true : false;\n\tthis.filter = this.getAttribute(\"$$filter\");\n}\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nLogWidget.prototype.refresh = function(changedTiddlers) {\n\tthis.refreshSelf();\n\treturn true;\n};\n\n/*\nInvoke the action associated with this widget\n*/\nLogWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tthis.log();\n\treturn true; // Action was invoked\n};\n\nLogWidget.prototype.log = function() {\n\tvar data = {},\n\t\tdataCount,\n\t\tallVars = {},\n\t\tfilteredVars;\n\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.substring(0,2) !== \"$$\") {\n\t\t\tdata[name] = attribute;\n\t\t}\t\t\n\t});\n\n\tfor(var v in this.variables) {\n\t\tallVars[v] = this.getVariable(v,{defaultValue:\"\"});\n\t}\t\n\tif(this.filter) {\n\t\tfilteredVars = this.wiki.compileFilter(this.filter).call(this.wiki,this.wiki.makeTiddlerIterator(allVars));\n\t\t$tw.utils.each(filteredVars,function(name) {\n\t\t\tdata[name] = allVars[name];\n\t\t});\t\t\n\t}\n\tdataCount = $tw.utils.count(data);\n\n\tconsole.group(this.message);\n\tif(dataCount > 0) {\n\t\t$tw.utils.logTable(data);\n\t}\n\tif(this.logAll || !dataCount) {\n\t\tconsole.groupCollapsed(\"All variables\");\n\t\t$tw.utils.logTable(allVars);\n\t\tconsole.groupEnd();\n\t}\n\tconsole.groupEnd();\n}\n\nexports[\"action-log\"] = LogWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-navigate.js": {
            "title": "$:/core/modules/widgets/action-navigate.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-navigate.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to navigate to a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigateWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigateWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigateWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigateWidget.prototype.execute = function() {\n\tthis.actionTo = this.getAttribute(\"$to\");\n\tthis.actionScroll = this.getAttribute(\"$scroll\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nNavigateWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$to\"] || changedAttributes[\"$scroll\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nNavigateWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tevent = event || {};\n\tvar bounds = triggeringWidget && triggeringWidget.getBoundingClientRect && triggeringWidget.getBoundingClientRect(),\n\t\tsuppressNavigation = event.metaKey || event.ctrlKey || (event.button === 1);\n\tif(this.actionScroll === \"yes\") {\n\t\tsuppressNavigation = false;\n\t} else if(this.actionScroll === \"no\") {\n\t\tsuppressNavigation = true;\n\t}\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.actionTo === undefined ? this.getVariable(\"currentTiddler\") : this.actionTo,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: triggeringWidget,\n\t\tnavigateFromClientRect: bounds && { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\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} else {\n\t\t$tw.popup.cancel(0);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-popup\"] = ActionPopupWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-sendmessage.js": {
            "title": "$:/core/modules/widgets/action-sendmessage.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-sendmessage.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to send a message\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SendMessageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSendMessageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSendMessageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSendMessageWidget.prototype.execute = function() {\n\tthis.actionMessage = this.getAttribute(\"$message\");\n\tthis.actionParam = this.getAttribute(\"$param\");\n\tthis.actionName = this.getAttribute(\"$name\");\n\tthis.actionValue = this.getAttribute(\"$value\",\"\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSendMessageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Get the string parameter\n\tvar param = this.actionParam;\n\t// Assemble the attributes as a hashmap\n\tvar paramObject = Object.create(null);\n\tvar count = 0;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparamObject[name] = attribute;\n\t\t\tcount++;\n\t\t}\n\t});\n\t// Add name/value pair if present\n\tif(this.actionName) {\n\t\tparamObject[this.actionName] = this.actionValue;\n\t}\n\t// Dispatch the message\n\tthis.dispatchEvent({\n\t\ttype: this.actionMessage,\n\t\tparam: param,\n\t\tparamObject: paramObject,\n\t\ttiddlerTitle: this.getVariable(\"currentTiddler\"),\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tevent: event\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-sendmessage\"] = SendMessageWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-setfield.js": {
            "title": "$:/core/modules/widgets/action-setfield.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-setfield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to set a single field or index on a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n\tthis.actionIndex = this.getAttribute(\"$index\");\n\tthis.actionValue = this.getAttribute(\"$value\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSetFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"] || changedAttributes[\"$field\"] || changedAttributes[\"$index\"] || changedAttributes[\"$value\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\toptions = {};\n\toptions.suppressTimestamp = !this.actionTimestamp;\n\tif((typeof this.actionField == \"string\") || (typeof this.actionIndex == \"string\")  || (typeof this.actionValue == \"string\")) {\n\t\tthis.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue,options);\n\t}\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tself.wiki.setText(self.actionTiddler,name,undefined,attribute,options);\n\t\t}\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-setfield\"] = SetFieldWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/browse.js": {
            "title": "$:/core/modules/widgets/browse.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/browse.js\ntype: application/javascript\nmodule-type: widget\n\nBrowse widget for browsing for files to import\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar BrowseWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nBrowseWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nBrowseWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"file\");\n\tif(this.browseMultiple) {\n\t\tdomNode.setAttribute(\"multiple\",\"multiple\");\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\t// Nw.js supports \"nwsaveas\" to force a \"save as\" dialogue that allows a new or existing file to be selected\n\tif(this.nwsaveas) {\n\t\tdomNode.setAttribute(\"nwsaveas\",this.nwsaveas);\n\t}\n\tif(this.accept) {\n\t\tdomNode.setAttribute(\"accept\",this.accept);\n\t}\n\t// Nw.js supports \"webkitdirectory\" and \"nwdirectory\" to allow a directory to be selected\n\tif(this.webkitdirectory) {\n\t\tdomNode.setAttribute(\"webkitdirectory\",this.webkitdirectory);\n\t}\n\tif(this.nwdirectory) {\n\t\tdomNode.setAttribute(\"nwdirectory\",this.nwdirectory);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"change\",function (event) {\n\t\tif(self.message) {\n\t\t\tself.dispatchEvent({type: self.message, param: self.param, files: event.target.files});\n\t\t} else {\n\t\t\tself.wiki.readFiles(event.target.files,{\n\t\t\t\tcallback: function(tiddlerFieldsArray) {\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t\t\t},\n\t\t\t\tdeserializer: self.deserializer\n\t\t\t});\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nBrowseWidget.prototype.execute = function() {\n\tthis.browseMultiple = this.getAttribute(\"multiple\");\n\tthis.deserializer = this.getAttribute(\"deserializer\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.nwsaveas = this.getAttribute(\"nwsaveas\");\n\tthis.accept = this.getAttribute(\"accept\");\n\tthis.webkitdirectory = this.getAttribute(\"webkitdirectory\");\n\tthis.nwdirectory = this.getAttribute(\"nwdirectory\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nBrowseWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.browse = BrowseWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/button.js": {
            "title": "$:/core/modules/widgets/button.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/button.js\ntype: application/javascript\nmodule-type: widget\n\nButton widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ButtonWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nButtonWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nButtonWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this,\n\t\ttag = \"button\",\n\t\tdomNode;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tif(this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\n\t\ttag = this.buttonTag;\n\t}\n\tdomNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\t// Assign classes\n\tvar classes = this[\"class\"].split(\" \") || [],\n\t\tisPoppedUp = (this.popup || this.popupTitle) && this.isPoppedUp();\n\tif(this.selectedClass) {\n\t\tif((this.set || this.setTitle) && this.setTo && this.isSelected()) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t\tif(isPoppedUp) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t}\n\tif(isPoppedUp) {\n\t\t$tw.utils.pushTop(classes,\"tc-popup-handle\");\n\t}\n\tdomNode.className = classes.join(\" \");\n\t// Assign other attributes\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tdomNode.setAttribute(\"disabled\",true);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"click\",function (event) {\n\t\tvar handled = false;\n\t\tif(self.invokeActions(self,event)) {\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.to) {\n\t\t\tself.navigateTo(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.message) {\n\t\t\tself.dispatchMessage(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.popup || self.popupTitle) {\n\t\t\tself.triggerPopup(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.set || self.setTitle) {\n\t\t\tself.setTiddler();\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.actions) {\n\t\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\tself.invokeActionString(self.actions,self,event,{modifier: modifierKey});\n\t\t}\n\t\tif(handled) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t\treturn handled;\n\t},false);\n\t// Make it draggable if required\n\tif(this.dragTiddler || this.dragFilter) {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.dragTiddler;},\n\t\t\tdragFilterFn: function() {return self.dragFilter;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nWe don't allow actions to propagate because we trigger actions ourselves\n*/\nButtonWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nButtonWidget.prototype.getBoundingClientRect = function() {\n\treturn this.domNodes[0].getBoundingClientRect();\n};\n\nButtonWidget.prototype.isSelected = function() {\n    return this.setTitle ? (this.setField ? this.wiki.getTiddler(this.setTitle).getFieldString(this.setField) === this.setTo :\n\t\t(this.setIndex ? this.wiki.extractTiddlerDataItem(this.setTitle,this.setIndex) === this.setTo :\n\t\t\tthis.wiki.getTiddlerText(this.setTitle))) || this.defaultSetValue || this.getVariable(\"currentTiddler\") :\n\t\tthis.wiki.getTextReference(this.set,this.defaultSetValue,this.getVariable(\"currentTiddler\")) === this.setTo;\n};\n\nButtonWidget.prototype.isPoppedUp = function() {\n\tvar tiddler = this.popupTitle ? this.wiki.getTiddler(this.popupTitle) : this.wiki.getTiddler(this.popup);\n\tvar result = tiddler && tiddler.fields.text ? $tw.popup.readPopupState(tiddler.fields.text) : false;\n\treturn result;\n};\n\nButtonWidget.prototype.navigateTo = function(event) {\n\tvar bounds = this.getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tevent: event\n\t});\n};\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event});\n};\n\nButtonWidget.prototype.triggerPopup = function(event) {\n\tif(this.popupTitle) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popupTitle,\n\t\t\twiki: this.wiki,\n\t\t\tnoStateReference: true\n\t\t});\n\t} else {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popup,\n\t\t\twiki: this.wiki\n\t\t});\n\t}\n};\n\nButtonWidget.prototype.setTiddler = function() {\n\tif(this.setTitle) {\n\t\tthis.setField ? this.wiki.setText(this.setTitle,this.setField,undefined,this.setTo) :\n\t\t\t\t(this.setIndex ? this.wiki.setText(this.setTitle,undefined,this.setIndex,this.setTo) :\n\t\t\t\tthis.wiki.setText(this.setTitle,\"text\",undefined,this.setTo));\n\t} else {\n\t\tthis.wiki.setTextReference(this.set,this.setTo,this.getVariable(\"currentTiddler\"));\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nButtonWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\");\n\tthis.to = this.getAttribute(\"to\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.set = this.getAttribute(\"set\");\n\tthis.setTo = this.getAttribute(\"setTo\");\n\tthis.popup = this.getAttribute(\"popup\");\n\tthis.hover = this.getAttribute(\"hover\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.style = this.getAttribute(\"style\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis.selectedClass = this.getAttribute(\"selectedClass\");\n\tthis.defaultSetValue = this.getAttribute(\"default\",\"\");\n\tthis.buttonTag = this.getAttribute(\"tag\");\n\tthis.dragTiddler = this.getAttribute(\"dragTiddler\");\n\tthis.dragFilter = this.getAttribute(\"dragFilter\");\n\tthis.setTitle = this.getAttribute(\"setTitle\");\n\tthis.setField = this.getAttribute(\"setField\");\n\tthis.setIndex = this.getAttribute(\"setIndex\");\n\tthis.popupTitle = this.getAttribute(\"popupTitle\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nButtonWidget.prototype.updateDomNodeClasses = function() {\n\tvar domNodeClasses = this.domNode.className.split(\" \"),\n\t\toldClasses = this.class.split(\" \"),\n\t\tnewClasses;\t\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tnewClasses = this.class.split(\" \");\n\t//Remove classes assigned from the old value of class attribute\n\t$tw.utils.each(oldClasses,function(oldClass){\n\t\tvar i = domNodeClasses.indexOf(oldClass);\n\t\tif(i !== -1) {\n\t\t\tdomNodeClasses.splice(i,1);\n\t\t}\n\t});\n\t//Add new classes from updated class attribute.\n\t$tw.utils.pushTop(domNodeClasses,newClasses);\n\tthis.domNode.className = domNodeClasses.join(\" \");\n}\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nButtonWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.actions || changedAttributes.to || changedAttributes.message || changedAttributes.param || changedAttributes.set || changedAttributes.setTo || changedAttributes.popup || changedAttributes.hover || changedAttributes.selectedClass || changedAttributes.style || changedAttributes.dragFilter || changedAttributes.dragTiddler || (this.set && changedTiddlers[this.set]) || (this.popup && changedTiddlers[this.popup]) || (this.popupTitle && changedTiddlers[this.popupTitle]) || changedAttributes.setTitle || changedAttributes.setField || changedAttributes.setIndex || changedAttributes.popupTitle || changedAttributes.disabled) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.updateDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.button = ButtonWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/checkbox.js": {
            "title": "$:/core/modules/widgets/checkbox.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/checkbox.js\ntype: application/javascript\nmodule-type: widget\n\nCheckbox widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CheckboxWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCheckboxWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCheckboxWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",this.checkboxClass);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"checkbox\");\n\tif(this.getValue()) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nCheckboxWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.checkboxTitle);\n\tif(tiddler) {\n\t\tif(this.checkboxTag) {\n\t\t\tif(this.checkboxInvertTag) {\n\t\t\t\treturn !tiddler.hasTag(this.checkboxTag);\n\t\t\t} else {\n\t\t\t\treturn tiddler.hasTag(this.checkboxTag);\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tvar value;\n\t\t\tif($tw.utils.hop(tiddler.fields,this.checkboxField)) {\n\t\t\t\tvalue = tiddler.fields[this.checkboxField] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.checkboxDefault || \"\";\n\t\t\t}\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxIndex) {\n\t\t\tvar value = this.wiki.extractTiddlerDataItem(tiddler,this.checkboxIndex,this.checkboxDefault || \"\");\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tif(this.checkboxTag) {\n\t\t\treturn false;\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tif(this.checkboxDefault === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(this.checkboxDefault === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\nCheckboxWidget.prototype.handleChangeEvent = function(event) {\n\tvar checked = this.inputDomNode.checked,\n\t\ttiddler = this.wiki.getTiddler(this.checkboxTitle),\n\t\tfallbackFields = {text: \"\"},\n\t\tnewFields = {title: this.checkboxTitle},\n\t\thasChanged = false,\n\t\ttagCheck = false,\n\t\thasTag = tiddler && tiddler.hasTag(this.checkboxTag),\n\t\tvalue = checked ? this.checkboxChecked : this.checkboxUnchecked;\n\tif(this.checkboxTag && this.checkboxInvertTag === \"yes\") {\n\t\ttagCheck = hasTag === checked;\n\t} else {\n\t\ttagCheck = hasTag !== checked;\n\t}\n\t// Set the tag if specified\n\tif(this.checkboxTag && (!tiddler || tagCheck)) {\n\t\tnewFields.tags = tiddler ? (tiddler.fields.tags || []).slice(0) : [];\n\t\tvar pos = newFields.tags.indexOf(this.checkboxTag);\n\t\tif(pos !== -1) {\n\t\t\tnewFields.tags.splice(pos,1);\n\t\t}\n\t\tif(this.checkboxInvertTag === \"yes\" && !checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t} else if(this.checkboxInvertTag !== \"yes\" && checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t}\n\t\thasChanged = true;\n\t}\n\t// Set the field if specified\n\tif(this.checkboxField) {\n\t\tif(!tiddler || tiddler.fields[this.checkboxField] !== value) {\n\t\t\tnewFields[this.checkboxField] = value;\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\t// Set the index if specified\n\tif(this.checkboxIndex) {\n\t\tvar indexValue = this.wiki.extractTiddlerDataItem(this.checkboxTitle,this.checkboxIndex);\n\t\tif(!tiddler || indexValue !== value) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(hasChanged) {\n\t\tif(this.checkboxIndex) {\n\t\t\tthis.wiki.setText(this.checkboxTitle,\"\",this.checkboxIndex,value);\n\t\t} else {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),fallbackFields,tiddler,newFields,this.wiki.getModificationFields()));\n\t\t}\n\t}\n\t// Trigger actions\n\tif(this.checkboxActions) {\n\t\tthis.invokeActionString(this.checkboxActions,this,event);\n\t}\n\tif(this.checkboxCheckActions && checked) {\n\t\tthis.invokeActionString(this.checkboxCheckActions,this,event);\n\t}\n\tif(this.checkboxUncheckActions && !checked) {\n\t\tthis.invokeActionString(this.checkboxUncheckActions,this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCheckboxWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.checkboxActions = this.getAttribute(\"actions\");\n\tthis.checkboxCheckActions = this.getAttribute(\"checkactions\");\n\tthis.checkboxUncheckActions = this.getAttribute(\"uncheckactions\");\n\tthis.checkboxTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.checkboxTag = this.getAttribute(\"tag\");\n\tthis.checkboxField = this.getAttribute(\"field\");\n\tthis.checkboxIndex = this.getAttribute(\"index\");\n\tthis.checkboxChecked = this.getAttribute(\"checked\");\n\tthis.checkboxUnchecked = this.getAttribute(\"unchecked\");\n\tthis.checkboxDefault = this.getAttribute(\"default\");\n\tthis.checkboxClass = this.getAttribute(\"class\",\"\");\n\tthis.checkboxInvertTag = this.getAttribute(\"invertTag\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCheckboxWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.tag || changedAttributes.invertTag || changedAttributes.field || changedAttributes.index || changedAttributes.checked || changedAttributes.unchecked || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.disabled) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.checkboxTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.checkbox = CheckboxWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/codeblock.js": {
            "title": "$:/core/modules/widgets/codeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/codeblock.js\ntype: application/javascript\nmodule-type: widget\n\nCode block node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CodeBlockWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCodeBlockWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCodeBlockWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar codeNode = this.document.createElement(\"code\"),\n\t\tdomNode = this.document.createElement(\"pre\");\n\tcodeNode.appendChild(this.document.createTextNode(this.getAttribute(\"code\")));\n\tdomNode.appendChild(codeNode);\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n\tif(this.postRender) {\n\t\tthis.postRender();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCodeBlockWidget.prototype.execute = function() {\n\tthis.language = this.getAttribute(\"language\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCodeBlockWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.codeblock = CodeBlockWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/count.js": {
            "title": "$:/core/modules/widgets/count.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/count.js\ntype: application/javascript\nmodule-type: widget\n\nCount widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CountWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCountWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCountWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.currentCount);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nCountWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Execute the filter\n\tif(this.filter) {\n\t\tthis.currentCount = this.wiki.filterTiddlers(this.filter,this).length;\n\t} else {\n\t\tthis.currentCount = \"0\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCountWidget.prototype.refresh = function(changedTiddlers) {\n\t// Re-execute the filter to get the count\n\tthis.computeAttributes();\n\tvar oldCount = this.currentCount;\n\tthis.execute();\n\tif(this.currentCount !== oldCount) {\n\t\t// Regenerate and rerender the widget and replace the existing DOM node\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n\n};\n\nexports.count = CountWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/diff-text.js": {
            "title": "$:/core/modules/widgets/diff-text.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/diff-text.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display a diff between two texts\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget,\n\tdmp = require(\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\");\n\nvar DiffTextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDiffTextWidget.prototype = new Widget();\n\nDiffTextWidget.prototype.invisibleCharacters = {\n\t\"\\n\": \"↩︎\\n\",\n\t\"\\r\": \"⇠\",\n\t\"\\t\": \"⇥\\t\"\n};\n\n/*\nRender this widget into the DOM\n*/\nDiffTextWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create the diff\n\tvar dmpObject = new dmp.diff_match_patch(),\n\t\tdiffs = dmpObject.diff_main(this.getAttribute(\"source\"),this.getAttribute(\"dest\"));\n\t// Apply required cleanup\n\tswitch(this.getAttribute(\"cleanup\",\"semantic\")) {\n\t\tcase \"none\":\n\t\t\t// No cleanup\n\t\t\tbreak;\n\t\tcase \"efficiency\":\n\t\t\tdmpObject.diff_cleanupEfficiency(diffs);\n\t\t\tbreak;\n\t\tdefault: // case \"semantic\"\n\t\t\tdmpObject.diff_cleanupSemantic(diffs);\n\t\t\tbreak;\n\t}\n\t// Create the elements\n\tvar domContainer = this.document.createElement(\"div\"), \n\t\tdomDiff = this.createDiffDom(diffs);\n\tparent.insertBefore(domContainer,nextSibling);\n\t// Set variables\n\tthis.setVariable(\"diff-count\",diffs.reduce(function(acc,diff) {\n\t\tif(diff[0] !== dmp.DIFF_EQUAL) {\n\t\t\tacc++;\n\t\t}\n\t\treturn acc;\n\t},0).toString());\n\t// Render child widgets\n\tthis.renderChildren(domContainer,null);\n\t// Render the diff\n\tdomContainer.appendChild(domDiff);\n\t// Save our container\n\tthis.domNodes.push(domContainer);\n};\n\n/*\nCreate DOM elements representing a list of diffs\n*/\nDiffTextWidget.prototype.createDiffDom = function(diffs) {\n\tvar self = this;\n\t// Create the element and assign the attributes\n\tvar domPre = this.document.createElement(\"pre\"),\n\t\tdomCode = this.document.createElement(\"code\");\n\t$tw.utils.each(diffs,function(diff) {\n\t\tvar tag = diff[0] === dmp.DIFF_INSERT ? \"ins\" : (diff[0] === dmp.DIFF_DELETE ? \"del\" : \"span\"),\n\t\t\tclassName = diff[0] === dmp.DIFF_INSERT ? \"tc-diff-insert\" : (diff[0] === dmp.DIFF_DELETE ? \"tc-diff-delete\" : \"tc-diff-equal\"),\n\t\t\tdom = self.document.createElement(tag),\n\t\t\ttext = diff[1],\n\t\t\tcurrPos = 0,\n\t\t\tre = /([\\x00-\\x1F])/mg,\n\t\t\tmatch = re.exec(text),\n\t\t\tspan,\n\t\t\tprintable;\n\t\tdom.className = className;\n\t\twhile(match) {\n\t\t\tif(currPos < 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\ttag = this.parseTreeNode.isBlock ? \"div\" : \"span\",\n\t\tdomNode;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.droppableTag && $tw.config.htmlUnsafeElements.indexOf(this.droppableTag) === -1) {\n\t\ttag = this.droppableTag;\n\t}\n\t// Create element and assign classes\n\tdomNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\tthis.assignDomNodeClasses();\n\t// Add event handlers\n\tif(this.droppableEnable) {\n\t\t$tw.utils.addEventListeners(domNode,[\n\t\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"}\n\t\t]);\t\t\n\t} else {\n\t\t$tw.utils.addClass(this.domNode,this.disabledClass);\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDroppableWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDroppableWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally. The hacky second condition is to resolve a problem with Firefox whereby there is an erroneous dragenter event if the node being dragged is within the dropzone\n\tif(this.currentlyEntered.length === 0 || (this.currentlyEntered.length === 1 && this.currentlyEntered[0] === $tw.dragInProgress)) {\n\t\tthis.currentlyEntered = [];\n\t\tif(this.domNodes[0]) {\n\t\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t\t}\n\t}\n};\n\nDroppableWidget.prototype.handleDragEnterEvent  = function(event) {\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragOverEvent  = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\t// Set the drop effect\n\tevent.dataTransfer.dropEffect = this.droppableEffect;\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragLeaveEvent  = function(event) {\n\tthis.leaveDrag(event);\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDropEvent  = function(event) {\n\tvar self = this;\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\tvar dataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Try to import the various data types we understand\n\t$tw.utils.importDataTransfer(dataTransfer,null,function(fieldsArray) {\n\t\tfieldsArray.forEach(function(fields) {\n\t\t\tself.performActions(fields.title || fields.text,event);\n\t\t});\n\t});\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.performActions = function(title,event) {\n\tif(this.droppableActions) {\n\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\tthis.invokeActionString(this.droppableActions,this,event,{actionTiddler: title, modifier: modifierKey});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDroppableWidget.prototype.execute = function() {\n\tthis.droppableActions = this.getAttribute(\"actions\");\n\tthis.droppableEffect = this.getAttribute(\"effect\",\"copy\");\n\tthis.droppableTag = this.getAttribute(\"tag\");\n\tthis.droppableEnable = (this.getAttribute(\"enable\") || \"yes\") === \"yes\";\n\tthis.disabledClass = this.getAttribute(\"disabledClass\",\"\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nDroppableWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-droppable\");\n\tthis.domNode.className = classes.join(\" \");\t\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDroppableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tag || changedAttributes.enable || changedAttributes.disabledClass || changedAttributes.actions || changedAttributes.effect) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.assignDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.droppable = DroppableWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/dropzone.js": {
            "title": "$:/core/modules/widgets/dropzone.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/dropzone.js\ntype: application/javascript\nmodule-type: widget\n\nDropzone widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar 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), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\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), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\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]), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t\t// Tell the browser that we've handled the paste\n\t\tevent.stopPropagation();\n\t\tevent.preventDefault();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDropZoneWidget.prototype.execute = function() {\n\tthis.dropzoneClass = this.getAttribute(\"class\");\n\tthis.dropzoneDeserializer = this.getAttribute(\"deserializer\");\n\tthis.dropzoneEnable = (this.getAttribute(\"enable\") || \"yes\") === \"yes\";\n\tthis.autoOpenOnImport = this.getAttribute(\"autoOpenOnImport\");\n\tthis.importTitle = this.getAttribute(\"importTitle\");\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 || changedAttributes.autoOpenOnImport || changedAttributes.importTitle || changedAttributes.deserializer || changedAttributes.class) {\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\tthis.editCancelPopups = this.getAttribute(\"cancelPopups\",\"\");\n\tthis.editInputActions = this.getAttribute(\"inputActions\");\n\tthis.editRefreshTitle = this.getAttribute(\"refreshTitle\");\n\tthis.editAutoComplete = this.getAttribute(\"autocomplete\");\n\t// Choose the appropriate edit widget\n\tthis.editorType = this.getEditorType();\n\t// Make the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"edit-\" + this.editorType,\n\t\tattributes: this.parseTreeNode.attributes,\n\t\tchildren: this.parseTreeNode.children\n\t}]);\n};\n\nEditWidget.prototype.getEditorType = function() {\n\t// Get the content type of the thing we're editing\n\tvar type;\n\tif(this.editField === \"text\") {\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\ttype = tiddler.fields.type;\n\t\t}\n\t}\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar editorType = this.wiki.getTiddlerText(EDITOR_MAPPING_PREFIX + type);\n\tif(!editorType) {\n\t\tvar typeInfo = $tw.config.contentTypeInfo[type];\n\t\tif(typeInfo && typeInfo.encoding === \"base64\") {\n\t\t\teditorType = \"binary\";\n\t\t} else {\n\t\t\teditorType = \"text\";\n\t\t}\n\t}\n\treturn editorType;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh if an attribute has changed, or the type associated with the target tiddler has changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || (changedTiddlers[this.editTitle] && this.getEditorType() !== this.editorType)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.edit = EditWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/element.js": {
            "title": "$:/core/modules/widgets/element.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/element.js\ntype: application/javascript\nmodule-type: widget\n\nElement widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ElementWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nElementWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nElementWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\t// Neuter blacklisted elements\n\tthis.tag = this.parseTreeNode.tag;\n\tif($tw.config.htmlUnsafeElements.indexOf(this.tag) !== -1) {\n\t\tthis.tag = \"safe-\" + this.tag;\n\t}\n\t// Adjust headings by the current base level\n\tvar headingLevel = [\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].indexOf(this.tag);\n\tif(headingLevel !== -1) {\n\t\tvar baseLevel = parseInt(this.getVariable(\"tv-adjust-heading-level\",\"0\"),10) || 0;\n\t\theadingLevel = Math.min(Math.max(headingLevel + 1 + baseLevel,1),6);\n\t\tthis.tag = \"h\" + headingLevel;\n\t}\n\t// Select the namespace for the tag\n\tvar tagNamespaces = {\n\t\t\tsvg: \"http://www.w3.org/2000/svg\",\n\t\t\tmath: \"http://www.w3.org/1998/Math/MathML\",\n\t\t\tbody: \"http://www.w3.org/1999/xhtml\"\n\t\t};\n\tthis.namespace = tagNamespaces[this.tag];\n\tif(this.namespace) {\n\t\tthis.setVariable(\"namespace\",this.namespace);\n\t} else {\n\t\tthis.namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"});\n\t}\n\t// Invoke the th-rendering-element hook\n\tvar parseTreeNodes = $tw.hooks.invokeHook(\"th-rendering-element\",null,this);\n\tthis.isReplaced = !!parseTreeNodes;\n\tif(parseTreeNodes) {\n\t\t// Use the parse tree nodes provided by the hook\n\t\tthis.makeChildWidgets(parseTreeNodes);\n\t\tthis.renderChildren(this.parentDomNode,null);\n\t\treturn;\n\t}\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n\t// Create the DOM node and render children\n\tvar domNode = this.document.createElementNS(this.namespace,this.tag);\n\tthis.assignAttributes(domNode,{excludeEventAttributes: true});\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nElementWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\n\tif(hasChangedAttributes) {\n\t\tif(!this.isReplaced) {\n\t\t\t// Update our attributes\n\t\t\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\t\t\t\n\t\t} else {\n\t\t\t// If we were replaced then completely refresh ourselves\n\t\t\treturn this.refreshSelf();\n\t\t}\n\t}\n\treturn this.refreshChildren(changedTiddlers) || hasChangedAttributes;\n};\n\nexports.element = ElementWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/encrypt.js": {
            "title": "$:/core/modules/widgets/encrypt.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/encrypt.js\ntype: application/javascript\nmodule-type: widget\n\nEncrypt widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EncryptWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEncryptWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEncryptWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.encryptedText);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEncryptWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\",\"[!is[system]]\");\n\t// Encrypt the filtered tiddlers\n\tvar tiddlers = this.wiki.filterTiddlers(this.filter),\n\t\tjson = {},\n\t\tself = this;\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title),\n\t\t\tjsonTiddler = {};\n\t\tfor(var f in tiddler.fields) {\n\t\t\tjsonTiddler[f] = tiddler.getFieldString(f);\n\t\t}\n\t\tjson[title] = jsonTiddler;\n\t});\n\tthis.encryptedText = $tw.utils.htmlEncode($tw.crypto.encrypt(JSON.stringify(json)));\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEncryptWidget.prototype.refresh = function(changedTiddlers) {\n\t// We don't need to worry about refreshing because the encrypt widget isn't for interactive use\n\treturn false;\n};\n\nexports.encrypt = EncryptWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/entity.js": {
            "title": "$:/core/modules/widgets/entity.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/entity.js\ntype: application/javascript\nmodule-type: widget\n\nHTML entity widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EntityWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEntityWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEntityWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar entityString = this.getAttribute(\"entity\",this.parseTreeNode.entity || \"\"),\n\t\ttextNode = this.document.createTextNode($tw.utils.entityDecode(entityString));\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEntityWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEntityWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.entity) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.entity = EntityWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/eventcatcher.js": {
            "title": "$:/core/modules/widgets/eventcatcher.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/eventcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nEvent handler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EventWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEventWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEventWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.elementTag && $tw.config.htmlUnsafeElements.indexOf(this.elementTag) === -1) {\n\t\ttag = this.elementTag;\n\t}\t\n\tvar domNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\t// Assign classes\n\tthis.assignDomNodeClasses();\t\n\t// Add our event handler\n\t$tw.utils.each(this.types,function(type) {\n\t\tdomNode.addEventListener(type,function(event) {\n\t\t\tvar selector = self.getAttribute(\"selector\"),\n\t\t\t\tactions = self.getAttribute(\"actions-\"+type),\n\t\t\t\tselectedNode = event.target,\n\t\t\t\tselectedNodeRect,\n\t\t\t\tcatcherNodeRect,\n\t\t\t\tvariables = {};\n\t\t\tif(selector) {\n\t\t\t\t// Search ancestors for a node that matches the selector\n\t\t\t\twhile(!selectedNode.matches(selector) && selectedNode !== domNode) {\n\t\t\t\t\tselectedNode = selectedNode.parentNode;\n\t\t\t\t}\n\t\t\t\t// If we found one, copy the attributes as variables, otherwise exit\n\t\t\t\tif(selectedNode.matches(selector)) {\n\t\t\t\t\t$tw.utils.each(selectedNode.attributes,function(attribute) {\n\t\t\t\t\t\tvariables[\"dom-\" + attribute.name] = attribute.value.toString();\n\t\t\t\t\t});\n\t\t\t\t\t//Add a variable with a popup coordinate string for the selected node\n\t\t\t\t\tvariables[\"tv-popup-coords\"] = \"(\" + selectedNode.offsetLeft + \",\" + selectedNode.offsetTop +\",\" + selectedNode.offsetWidth + \",\" + selectedNode.offsetHeight + \")\";\n\t\t\t\t\t\n\t\t\t\t\t//Add variables for offset of selected node\n\t\t\t\t\tvariables[\"tv-selectednode-posx\"] = selectedNode.offsetLeft.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-posy\"] = selectedNode.offsetTop.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-width\"] = selectedNode.offsetWidth.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-height\"] = selectedNode.offsetHeight.toString();\n\n\t\t\t\t\t//Add variables for event X and Y position relative to selected node\n\t\t\t\t\tselectedNodeRect = selectedNode.getBoundingClientRect();\t\t\t\t\n\t\t\t\t\tvariables[\"event-fromselected-posx\"] = (event.clientX - selectedNodeRect.left).toString();\n\t\t\t\t\tvariables[\"event-fromselected-posy\"] = (event.clientY - selectedNodeRect.top).toString();\n\n\t\t\t\t\t//Add variables for event X and Y position relative to event catcher node\n\t\t\t\t\tcatcherNodeRect = self.domNode.getBoundingClientRect();\n\t\t\t\t\tvariables[\"event-fromcatcher-posx\"] = (event.clientX - catcherNodeRect.left).toString();\n\t\t\t\t\tvariables[\"event-fromcatcher-posy\"] = (event.clientY - catcherNodeRect.top).toString();\n\t\t\t\t} else {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Execute our actions with the variables\n\t\t\tif(actions) {\n\t\t\t\t// Add a variable for the modifier key\n\t\t\t\tvariables.modifier = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\t\t// Add a variable for the mouse button\n\t\t\t\tif(\"button\" in event) {\n\t\t\t\t\tif(event.button === 0) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"left\";\n\t\t\t\t\t} else if(event.button === 1) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"middle\";\n\t\t\t\t\t} else if(event.button === 2) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"right\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tvariables[\"event-type\"] = event.type.toString();\n\t\t\t\tif(typeof event.detail === \"object\" && !!event.detail) {\n\t\t\t\t\t$tw.utils.each(event.detail,function(detailValue,detail) {\n\t\t\t\t\t\tvariables[\"event-detail-\" + detail] = detailValue.toString();\n\t\t\t\t\t});\n\t\t\t\t} else if(!!event.detail) {\n\t\t\t\t\tvariables[\"event-detail\"] = event.detail.toString();\n\t\t\t\t}\n\t\t\t\tself.invokeActionString(actions,self,event,variables);\n\t\t\t\tevent.preventDefault();\n\t\t\t\tevent.stopPropagation();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},false);\n\t});\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEventWidget.prototype.execute = function() {\n\tvar self = this;\n\t// Get attributes that require a refresh on change\n\tthis.types = this.getAttribute(\"events\",\"\").split(\" \");\n\tthis.elementTag = this.getAttribute(\"tag\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nEventWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-eventcatcher\");\n\tthis.domNode.className = classes.join(\" \");\t\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEventWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"events\"] || changedAttributes[\"tag\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.assignDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.eventcatcher = EventWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/fieldmangler.js": {
            "title": "$:/core/modules/widgets/fieldmangler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/fieldmangler.js\ntype: application/javascript\nmodule-type: widget\n\nField mangler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldManglerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\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// Got to flush all the accumulated variables\n\tthis.variables = new this.variablesConstructor();\n\t// Get our parameters\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Compute the filter\n\tthis.tiddlerList = tiddlerList || this.wiki.filterTiddlers(this.filter,this);\n\t// Accumulate the <$set> widgets from each tiddler\n\t$tw.utils.each(this.tiddlerList,function(title) {\n\t\tvar parser = widgetPointer.wiki.parseTiddler(title);\n\t\tif(parser) {\n\t\t\tvar parseTreeNode = parser.tree[0];\n\t\t\twhile(parseTreeNode && parseTreeNode.type === \"set\") {\n\t\t\t\tvar node = {\n\t\t\t\t\ttype: \"set\",\n\t\t\t\t\tattributes: parseTreeNode.attributes,\n\t\t\t\t\tparams: parseTreeNode.params,\n\t\t\t\t\tisMacroDefinition: parseTreeNode.isMacroDefinition\n\t\t\t\t};\n\t\t\t\tif (parseTreeNode.isMacroDefinition) {\n\t\t\t\t\t// Macro definitions can be folded into\n\t\t\t\t\t// current widget instead of adding\n\t\t\t\t\t// another link to the chain.\n\t\t\t\t\tvar widget = widgetPointer.makeChildWidget(node);\n\t\t\t\t\twidget.computeAttributes();\n\t\t\t\t\twidget.execute();\n\t\t\t\t\t// We SHALLOW copy over all variables\n\t\t\t\t\t// in widget. We can't use\n\t\t\t\t\t// $tw.utils.assign, because that copies\n\t\t\t\t\t// up the prototype chain, which we\n\t\t\t\t\t// don't want.\n\t\t\t\t\t$tw.utils.each(Object.keys(widget.variables), function(key) {\n\t\t\t\t\t\twidgetPointer.variables[key] = widget.variables[key];\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\twidgetPointer.children = [widgetPointer.makeChildWidget(node)];\n\t\t\t\t\t// No more regenerating children for\n\t\t\t\t\t// this widget. If it needs to refresh,\n\t\t\t\t\t// it'll do so along with the the whole\n\t\t\t\t\t// importvariable tree.\n\t\t\t\t\tif (widgetPointer != this) {\n\t\t\t\t\t\twidgetPointer.makeChildWidgets = function(){};\n\t\t\t\t\t}\n\t\t\t\t\twidgetPointer = widgetPointer.children[0];\n\t\t\t\t}\n\t\t\t\tparseTreeNode = parseTreeNode.children && parseTreeNode.children[0];\n\t\t\t}\n\t\t} \n\t});\n\n\tif (widgetPointer != this) {\n\t\twidgetPointer.parseTreeNode.children = this.parseTreeNode.children;\n\t} else {\n\t\twidgetPointer.makeChildWidgets();\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImportVariablesWidget.prototype.refresh = function(changedTiddlers) {\n\t// Recompute our attributes and the filter list\n\tvar changedAttributes = this.computeAttributes(),\n\t\ttiddlerList = this.wiki.filterTiddlers(this.getAttribute(\"filter\"),this);\n\t// Refresh if the filter has changed, or the list of tiddlers has changed, or any of the tiddlers in the list has changed\n\tfunction haveListedTiddlersChanged() {\n\t\tvar changed = false;\n\t\ttiddlerList.forEach(function(title) {\n\t\t\tif(changedTiddlers[title]) {\n\t\t\t\tchanged = true;\n\t\t\t}\n\t\t});\n\t\treturn changed;\n\t}\n\tif(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {\n\t\t// Compute the filter\n\t\tthis.removeChildDomNodes();\n\t\tthis.execute(tiddlerList);\n\t\tthis.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\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\tvar handled = self.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\tif(handled || self.actions || self.message) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\tevent.stopPropagation();\n\t\t\t}\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 namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"}),\n\t\tdomNode = this.document.createElementNS(namespace,tag);\n\t// Assign classes\n\tvar classes = [];\n\tif(this.overrideClasses === undefined) {\n\t\tclasses.push(\"tc-tiddlylink\");\n\t\tif(this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-shadow\");\n\t\t}\n\t\tif(this.isMissing && !this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-missing\");\n\t\t} else {\n\t\t\tif(!this.isMissing) {\n\t\t\t\tclasses.push(\"tc-tiddlylink-resolves\");\n\t\t\t}\n\t\t}\n\t\tif(this.linkClasses) {\n\t\t\tclasses.push(this.linkClasses);\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\tvar namespaceHref = (namespace === \"http://www.w3.org/2000/svg\") ? \"http://www.w3.org/1999/xlink\" : undefined;\n\t\tdomNode.setAttributeNS(namespaceHref,\"href\",wikiLinkText);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\t// Set the tooltip\n\t// HACK: Performance issues with re-parsing the tooltip prevent us defaulting the tooltip to \"<$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\tevent: event\n\t});\n\tif(this.domNodes[0].hasAttribute(\"href\")) {\n\t\tevent.preventDefault();\n\t}\n\tevent.stopPropagation();\n\treturn false;\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.to = this.getAttribute(\"to\",this.getVariable(\"currentTiddler\"));\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.linkClasses = this.getAttribute(\"class\");\n\tthis.overrideClasses = this.getAttribute(\"overrideClass\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.draggable = this.getAttribute(\"draggable\",\"yes\");\n\tthis.linkTag = this.getAttribute(\"tag\",\"a\");\n\t// Determine the link characteristics\n\tthis.isMissing = !this.wiki.tiddlerExists(this.to);\n\tthis.isShadow = this.wiki.isShadowTiddler(this.to);\n\tthis.hideMissingLinks = (this.getVariable(\"tv-show-missing-links\") || \"yes\") === \"no\";\n\t// Make the child widgets\n\tvar templateTree;\n\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\ttemplateTree = this.parseTreeNode.children;\n\t} else {\n\t\t// Default template is a link to the title\n\t\ttemplateTree = [{type: \"text\", text: this.to}];\n\t}\n\tthis.makeChildWidgets(templateTree);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedTiddlers[this.to] || changedAttributes[\"aria-label\"] || changedAttributes.tooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.link = LinkWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/linkcatcher.js": {
            "title": "$:/core/modules/widgets/linkcatcher.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/linkcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nLinkcatcher widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkCatcherWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\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\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\tthis.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo, modifier: modifierKey});\n\t\t\tthis.executingActions = false;\n\t\t}\n\t} else {\n\t\t// This is a navigate event generated by the actions of this linkcatcher, so we don't trap it again, but just pass it to the parent\n\t\tthis.parentWidget.dispatchEvent({\n\t\t\ttype: \"tm-navigate\",\n\t\t\tparam: event.navigateTo,\n\t\t\tnavigateTo: event.navigateTo\n\t\t});\n\t}\n\treturn false;\n};\n\nexports.linkcatcher = LinkCatcherWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/list.js": {
            "title": "$:/core/modules/widgets/list.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/list.js\ntype: application/javascript\nmodule-type: widget\n\nList and list item widgets\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\n/*\nThe list widget creates list element sub-widgets that reach back into the list widget for their configuration\n*/\n\nvar ListWidget = function(parseTreeNode,options) {\n\t// 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 parser,\n\t\temptyMessage = this.getAttribute(\"emptyMessage\",\"\");\n\t// this.wiki.parseText() calls \n\t// new Parser(..), which should only be done, if needed, because it's heavy!\n\tif (emptyMessage === \"\") {\n\t\treturn [];\n\t}\n\tparser = this.wiki.parseText(\"text/vnd.tiddlywiki\",emptyMessage,{parseAsInline: true});\n\tif(parser) {\n\t\treturn parser.tree;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n/*\nCompose the template for a list item\n*/\nListWidget.prototype.makeItemTemplate = function(title) {\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/log.js": {
            "title": "$:/core/modules/widgets/log.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/log.js\ntype: application/javascript\nmodule-type: widget-subclass\n\nWidget to log debug messages\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.baseClass = \"action-log\";\n\nexports.name = \"log\";\n\nexports.constructor = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n}\n\nexports.prototype = {};\n\nexports.prototype.render = function(event) {\n\tObject.getPrototypeOf(Object.getPrototypeOf(this)).render.call(this,event);\t\n\tObject.getPrototypeOf(Object.getPrototypeOf(this)).log.call(this);\n}\n\n})();",
            "type": "application/javascript",
            "module-type": "widget-subclass"
        },
        "$:/core/modules/widgets/macrocall.js": {
            "title": "$:/core/modules/widgets/macrocall.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/macrocall.js\ntype: application/javascript\nmodule-type: widget\n\nMacrocall widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar MacroCallWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nMacroCallWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nMacroCallWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nMacroCallWidget.prototype.execute = function() {\n\t// Get the parse type if specified\n\tthis.parseType = this.getAttribute(\"$type\",\"text/vnd.tiddlywiki\");\n\tthis.renderOutput = this.getAttribute(\"$output\",\"text/html\");\n\t// Merge together the parameters specified in the parse tree with the specified attributes\n\tvar params = this.parseTreeNode.params ? this.parseTreeNode.params.slice(0) : [];\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparams.push({name: name, value: attribute});\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\t// Check if we've already cached parsing this macro\n\t\tvar mode = this.parseTreeNode.isBlock ? \"blockParser\" : \"inlineParser\",\n\t\t\tparser;\n\t\tif(variableInfo.srcVariable && variableInfo.srcVariable[mode]) {\n\t\t\tparser = variableInfo.srcVariable[mode];\n\t\t} else {\n\t\t\tparser = this.wiki.parseText(this.parseType,text,\n\t\t\t\t\t\t\t\t{parseAsInline: !this.parseTreeNode.isBlock});\n\t\t\tif(variableInfo.isCacheable && variableInfo.srcVariable) {\n\t\t\t\tvariableInfo.srcVariable[mode] = parser;\n\t\t\t}\n\t\t}\n\t\tvar parseTreeNodes = parser ? parser.tree : [];\n\t\t// Wrap the parse tree in a vars widget assigning the parameters to variables named \"__paramname__\"\n\t\tvar attributes = {};\n\t\t$tw.utils.each(variableInfo.params,function(param) {\n\t\t\tvar name = \"__\" + param.name + \"__\";\n\t\t\tattributes[name] = {\n\t\t\t\tname: name,\n\t\t\t\ttype: \"string\",\n\t\t\t\tvalue: param.value\n\t\t\t};\n\t\t});\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"vars\",\n\t\t\tattributes: attributes,\n\t\t\tchildren: parseTreeNodes\n\t\t}];\n\t} else if(this.renderOutput === \"text/raw\") {\n\t\tparseTreeNodes = [{type: \"text\", text: text}];\n\t} else {\n\t\t// Otherwise, we'll render the text\n\t\tvar plainText = this.wiki.renderText(\"text/plain\",this.parseType,text,{parentWidget: this});\n\t\tparseTreeNodes = [{type: \"text\", text: plainText}];\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nMacroCallWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\t// Rerender ourselves\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.macrocall = MacroCallWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/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\tthis.story = new $tw.Story({\n\t\twiki: this.wiki,\n\t\tstoryTitle: this.storyTitle,\n\t\thistoryTitle: this.historyTitle\n\t});\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nNavigatorWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.story || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nNavigatorWidget.prototype.getStoryList = function() {\n\treturn this.storyTitle ? this.wiki.getTiddlerList(this.storyTitle) : null;\n};\n\nNavigatorWidget.prototype.saveStoryList = function(storyList) {\n\tif(this.storyTitle) {\n\t\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t{title: this.storyTitle},\n\t\t\tstoryTiddler,\n\t\t\t{list: storyList}\n\t\t));\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.story.addToStory(title,fromTitle,{\n\t\t\topenLinkFromInsideRiver: this.getAttribute(\"openLinkFromInsideRiver\",\"top\"),\n\t\t\topenLinkFromOutsideRiver: this.getAttribute(\"openLinkFromOutsideRiver\",\"top\")\n\t\t});\n\t}\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\n*/\nNavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {\n\tthis.story.addToHistory(title,fromPageRect,this.historyTitle);\n};\n\n/*\nHandle a tm-navigate event\n*/\nNavigatorWidget.prototype.handleNavigateEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-navigating\",event);\n\tif(event.navigateTo) {\n\t\tthis.addToStory(event.navigateTo,event.navigateFromTitle);\n\t\tif(!event.navigateSuppressNavigation) {\n\t\t\tthis.addToHistory(event.navigateTo,event.navigateFromClientRect);\n\t\t}\n\t}\n\treturn false;\n};\n\n// Close a specified tiddler\nNavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {\n\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\t\ttext: \"\",\n\t\t\t},\n\t\t\ttiddler,\n\t\t\t{\n\t\t\t\ttitle: draftTitle,\n\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\"draft.of\": targetTitle\n\t\t\t},\n\t\t\tthis.wiki.getModificationFields()\n\t\t);\n\tthis.wiki.addTiddler(draftTiddler);\n\treturn draftTiddler;\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nNavigatorWidget.prototype.generateDraftTitle = function(title) {\n\treturn this.wiki.generateDraftTitle(title);\n};\n\n// Take a tiddler out of edit mode, saving the changes\nNavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList();\n\t// 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,tiddler);\n\t\t\t\tthis.wiki.addTiddler(newTiddler);\n\t\t\t\t// If enabled, relink references to renamed tiddler\n\t\t\t\tvar shouldRelink = this.getAttribute(\"relinkOnRename\",\"no\").toLowerCase().trim() === \"yes\";\n\t\t\t\tif(isRename && shouldRelink && this.wiki.tiddlerExists(draftOf)) {\n\t\t\t\t\tthis.wiki.relinkTiddler(draftOf,draftTitle);\n\t\t\t\t}\n\t\t\t\t// Remove the draft tiddler\n\t\t\t\tthis.wiki.deleteTiddler(title);\n\t\t\t\t// Remove the original tiddler if we're renaming it\n\t\t\t\tif(isRename) {\n\t\t\t\t\tthis.wiki.deleteTiddler(draftOf);\n\t\t\t\t}\n\t\t\t\t// #2381 always remove new title & old\n\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\tthis.removeTitleFromStory(storyList,draftOf);\n\t\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\t\t// Replace the draft in the story with the original\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\t\t\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\t\t\t\tif(draftTitle !== this.storyTitle) {\n\t\t\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Trigger an autosave\n\t\t\t\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Take a tiddler out of edit mode without saving the changes\nNavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-cancelling-tiddler\", event);\n\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 importTitle = event.importTitle ? event.importTitle : IMPORT_TITLE,\n\t\timportTiddler = this.wiki.getTiddler(importTitle),\n\t\timportData = this.wiki.getTiddlerData(importTitle,{}),\n\t\tnewFields = new Object({\n\t\t\ttitle: importTitle,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"import\",\n\t\t\t\"status\": \"pending\"\n\t\t}),\n\t\tincomingTiddlers = [];\n\t// Process each tiddler\n\timportData.tiddlers = importData.tiddlers || {};\n\t$tw.utils.each(tiddlers,function(tiddlerFields) {\n\t\ttiddlerFields.title = $tw.utils.trim(tiddlerFields.title);\n\t\tvar title = tiddlerFields.title;\n\t\tif(title) {\n\t\t\tincomingTiddlers.push(title);\n\t\t\timportData.tiddlers[title] = tiddlerFields;\n\t\t}\n\t});\n\t// Give the active upgrader modules a chance to process the incoming tiddlers\n\tvar messages = this.wiki.invokeUpgraders(incomingTiddlers,importData.tiddlers);\n\t$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\tnewFields[\"suppressed-\" + title] = \"yes\";\n\t\t}\n\t});\n\t// Save the $:/Import tiddler\n\tnewFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces);\n\tthis.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields));\n\t// Update the story and history details\n\tvar autoOpenOnImport = event.autoOpenOnImport ? event.autoOpenOnImport : this.getVariable(\"tv-auto-open-on-import\");  \n\tif(autoOpenOnImport !== \"no\") {\n\t\tvar storyList = this.getStoryList(),\n\t\t\thistory = [];\n\t\t// Add it to the story\n\t\tif(storyList && storyList.indexOf(importTitle) === -1) {\n\t\t\tstoryList.unshift(importTitle);\n\t\t}\n\t\t// And to history\n\t\thistory.push(importTitle);\n\t\t// Save the updated story and history\n\t\tthis.saveStoryList(storyList);\n\t\tthis.addToHistory(history);\n\t}\n\treturn false;\n};\n\n//\nNavigatorWidget.prototype.handlePerformImportEvent = function(event) {\n\tvar self = this,\n\t\timportTiddler = this.wiki.getTiddler(event.param),\n\t\timportData = 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\tif($tw.utils.hop(importTiddler.fields,[\"rename-\" + title])) {\n\t\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields,{title : importTiddler.fields[\"rename-\" + title]});\n\t\t\t} else {\n\t\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\t\t\t}\n\t\t\ttiddler = $tw.hooks.invokeHook(\"th-importing-tiddler\",tiddler);\n\t\t\tself.wiki.addTiddler(tiddler);\n\t\t\timportReport.push(\"# [[\" + tiddler.fields.title + \"]]\");\n\t\t}\n\t});\n\t// Replace the $:/Import tiddler with an import report\n\tthis.wiki.addTiddler(new $tw.Tiddler({\n\t\ttitle: event.param,\n\t\ttext: importReport.join(\"\\n\"),\n\t\t\"status\": \"complete\"\n\t}));\n\t// Navigate to the $:/Import tiddler\n\tthis.addToHistory([event.param]);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n};\n\nNavigatorWidget.prototype.handleFoldTiddlerEvent = function(event) {\n\tvar paramObject = event.paramObject || {};\n\tif(paramObject.foldedState) {\n\t\tvar foldedState = this.wiki.getTiddlerText(paramObject.foldedState,\"show\") === \"show\" ? \"hide\" : \"show\";\n\t\tthis.wiki.setText(paramObject.foldedState,\"text\",null,foldedState);\n\t}\n};\n\nNavigatorWidget.prototype.handleFoldOtherTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,event.param === title ? \"show\" : \"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleFoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix || \"$:/state/folded/\";\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleUnfoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"show\");\n\t});\n};\n\nNavigatorWidget.prototype.handleRenameTiddlerEvent = function(event) {\n\tvar options = {},\n\t\tparamObject = event.paramObject || {},\n\t\tfrom = paramObject.from || event.tiddlerTitle,\n\t\tto = paramObject.to;\n\toptions.dontRenameInTags = (paramObject.renameInTags === \"false\" || paramObject.renameInTags === \"no\") ? true : false;\n\toptions.dontRenameInLists = (paramObject.renameInLists === \"false\" || paramObject.renameInLists === \"no\") ? true : false;\n\tthis.wiki.renameTiddler(from,to,options);\n};\n\nexports.navigator = NavigatorWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/password.js": {
            "title": "$:/core/modules/widgets/password.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/password.js\ntype: application/javascript\nmodule-type: widget\n\nPassword widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar PasswordWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nPasswordWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nPasswordWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the current password\n\tvar password = $tw.browser ? $tw.utils.getPassword(this.passwordName) || \"\" : \"\";\n\t// Create our element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"password\");\n\tdomNode.setAttribute(\"value\",password);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nPasswordWidget.prototype.handleChangeEvent = function(event) {\n\tvar password = this.domNodes[0].value;\n\treturn $tw.utils.savePassword(this.passwordName,password);\n};\n\n/*\nCompute the internal state of the widget\n*/\nPasswordWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.passwordName = this.getAttribute(\"name\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nPasswordWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.password = PasswordWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/qualify.js": {
            "title": "$:/core/modules/widgets/qualify.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/qualify.js\ntype: application/javascript\nmodule-type: widget\n\nQualify text to a variable \n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar QualifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nQualifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nQualifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nQualifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.qualifyName = this.getAttribute(\"name\");\n\tthis.qualifyTitle = this.getAttribute(\"title\");\n\t// Set context variable\n\tif(this.qualifyName) {\n\t\tthis.setVariable(this.qualifyName,this.qualifyTitle + \"-\" + this.getStateQualifier());\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nQualifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.title) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.qualify = QualifyWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/radio.js": {
            "title": "$:/core/modules/widgets/radio.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/radio.js\ntype: application/javascript\nmodule-type: widget\n\nSet a field or index at a given tiddler via radio buttons\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar RadioWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRadioWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRadioWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tvar isChecked = this.getValue() === this.radioValue;\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",\n\t\t\"tc-radio \" + this.radioClass + (isChecked ? \" tc-radio-selected\" : \"\")\n\t);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"radio\");\n\tif(isChecked) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\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\t// Trigger actions\n\tif(this.radioActions) {\n\t\tthis.invokeActionString(this.radioActions,this,event,{\"actionValue\": this.radioValue});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRadioWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.radioTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.radioField = this.getAttribute(\"field\",\"text\");\n\tthis.radioIndex = this.getAttribute(\"index\");\n\tthis.radioValue = this.getAttribute(\"value\");\n\tthis.radioClass = this.getAttribute(\"class\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\tthis.radioActions = this.getAttribute(\"actions\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRadioWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(($tw.utils.count(changedAttributes) > 0) || changedTiddlers[this.radioTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.radio = RadioWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/range.js": {
            "title": "$:/core/modules/widgets/range.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/range.js\ntype: application/javascript\nmodule-type: widget\n\nRange widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RangeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRangeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRangeWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"range\");\n\tthis.inputDomNode.setAttribute(\"class\",this.elementClass);\n\tif(this.minValue){\n\t\tthis.inputDomNode.setAttribute(\"min\", this.minValue);\n\t}\n\tif(this.maxValue){\n\t\tthis.inputDomNode.setAttribute(\"max\", this.maxValue);\n\t}\n\tif(this.increment){\n\t\tthis.inputDomNode.setAttribute(\"step\", this.increment);\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.inputDomNode.value = this.getValue();\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name:\"mousedown\", handlerObject:this, handlerMethod:\"handleMouseDownEvent\"},\n\t\t{name:\"mouseup\",   handlerObject:this, handlerMethod:\"handleMouseUpEvent\"},\n\t\t{name:\"change\",    handlerObject:this, handlerMethod:\"handleChangeEvent\"},\n\t\t{name:\"input\",     handlerObject:this, handlerMethod:\"handleInputEvent\"},\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.inputDomNode,nextSibling);\n\tthis.domNodes.push(this.inputDomNode);\n};\n\nRangeWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle),\n\t\tfieldName = this.tiddlerField,\n\t\tvalue = this.defaultValue;\n\tif(tiddler) {\n\t\tif(this.tiddlerIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(tiddler,this.tiddlerIndex,this.defaultValue);\n\t\t} else {\n\t\t\tif($tw.utils.hop(tiddler.fields,fieldName)) {\n\t\t\t\tvalue = tiddler.fields[fieldName] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.defaultValue;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nRangeWidget.prototype.getActionVariables = function(options) {\n\toptions = options || {};\n\tvar hasChanged = (this.startValue !== this.inputDomNode.value) ? \"yes\" : \"no\";\n\t// Trigger actions. Use variables = {key:value, key:value ...}\n\t// the \"value\" is needed.\n\treturn $tw.utils.extend({\"actionValue\": this.inputDomNode.value, \"actionValueHasChanged\": hasChanged}, options);\n}\n\n// actionsStart\nRangeWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.mouseDown = true; // TODO remove once IE is gone.\n\tthis.startValue = this.inputDomNode.value; // TODO remove this line once IE is gone!\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsMouseDown) {\n\t\tvar variables = this.getActionVariables() // TODO this line will go into the function call below.\n\t\tthis.invokeActionString(this.actionsMouseDown,this,event,variables);\n\t}\n}\n\n// actionsStop\nRangeWidget.prototype.handleMouseUpEvent = function(event) {\n\tthis.mouseDown = false; // TODO remove once IE is gone.\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsMouseUp) {\n\t\tvar variables = this.getActionVariables()\n\t\tthis.invokeActionString(this.actionsMouseUp,this,event,variables);\n\t}\n\t// TODO remove the following if() once IE is gone!\n\tif ($tw.browser.isIE) {\n\t\tif (this.startValue !== this.inputDomNode.value) {\n\t\t\tthis.handleChangeEvent(event);\n\t\t\tthis.startValue = this.inputDomNode.value;\n\t\t}\n\t}\n}\n\nRangeWidget.prototype.handleChangeEvent = function(event) {\n\tif (this.mouseDown) {  // TODO refactor this function once IE is gone.\n\t\tthis.handleInputEvent(event);\n\t}\n};\n\nRangeWidget.prototype.handleInputEvent = function(event) {\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsInput) {\n\t\t// \"tiddler\" parameter may be missing. See .execute() below\n\t\tvar variables = this.getActionVariables({\"actionValueHasChanged\": \"yes\"}) // TODO this line will go into the function call below.\n\t\tthis.invokeActionString(this.actionsInput,this,event,variables);\n\t}\n};\n\nRangeWidget.prototype.handleEvent = function(event) {\n\tif(this.getValue() !== this.inputDomNode.value) {\n\t\tif(this.tiddlerIndex) {\n\t\t\tthis.wiki.setText(this.tiddlerTitle,\"\",this.tiddlerIndex,this.inputDomNode.value);\n\t\t} else {\n\t\t\tthis.wiki.setText(this.tiddlerTitle,this.tiddlerField,null,this.inputDomNode.value);\n\t\t}\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRangeWidget.prototype.execute = function() {\n\t// TODO remove the next 1 lines once IE is gone!\n\tthis.mouseUp = true; // Needed for IE10\n\t// Get the parameters from the attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.tiddlerField = this.getAttribute(\"field\",\"text\");\n\tthis.tiddlerIndex = this.getAttribute(\"index\");\n\tthis.minValue = this.getAttribute(\"min\");\n\tthis.maxValue = this.getAttribute(\"max\");\n\tthis.increment = this.getAttribute(\"increment\");\n\tthis.defaultValue = this.getAttribute(\"default\",\"\");\n\tthis.elementClass = this.getAttribute(\"class\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Actions since 5.1.23\n\t// Next 2 only fire once!\n\tthis.actionsMouseDown = this.getAttribute(\"actionsStart\",\"\");\n\tthis.actionsMouseUp = this.getAttribute(\"actionsStop\",\"\");\n\t// Input fires very often!\n\tthis.actionsInput = this.getAttribute(\"actions\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRangeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.tiddlerTitle]) {\n\t\t\tvar value = this.getValue();\n\t\t\tif(this.inputDomNode.value !== value) {\n\t\t\t\tthis.inputDomNode.value = value;\n\t\t\t}\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.range = RangeWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/raw.js": {
            "title": "$:/core/modules/widgets/raw.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/raw.js\ntype: application/javascript\nmodule-type: widget\n\nRaw widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RawWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRawWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRawWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar div = this.document.createElement(\"div\");\n\tdiv.innerHTML=this.parseTreeNode.html;\n\tparent.insertBefore(div,nextSibling);\n\tthis.domNodes.push(div);\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\tthis.domNode = domNode;\n\tthis.assignDomNodeClasses();\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\t}\n\tif(!this.isOpen) {\n\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t}\n\tthis.domNodes.push(domNode);\n};\n\nRevealWidget.prototype.positionPopup = function(domNode) {\n\tdomNode.style.position = \"absolute\";\n\tdomNode.style.zIndex = \"1000\";\n\tvar left,top;\n\tswitch(this.position) {\n\t\tcase \"left\":\n\t\t\tleft = this.popup.left - domNode.offsetWidth;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"above\":\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"aboveright\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top + this.popup.height - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"belowright\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\t\t\t\n\t\tcase \"right\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"belowleft\":\n\t\t\tleft = this.popup.left + this.popup.width - domNode.offsetWidth;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t\tcase \"aboveleft\":\n\t\t\tleft = this.popup.left - domNode.offsetWidth;\n\t\t\ttop = this.popup.top - domNode.offsetHeight;\n\t\t\tbreak;\t\t\t\n\t\tdefault: // Below\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t}\n\tif(!this.positionAllowNegative) {\n\t\tleft = Math.max(0,left);\n\t\ttop = Math.max(0,top);\n\t}\n\tdomNode.style.left = left + \"px\";\n\tdomNode.style.top = top + \"px\";\n};\n\n/*\nCompute the internal state of the widget\n*/\nRevealWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.state = this.getAttribute(\"state\");\n\tthis.revealTag = this.getAttribute(\"tag\");\n\tthis.type = this.getAttribute(\"type\");\n\tthis.text = this.getAttribute(\"text\");\n\tthis.position = this.getAttribute(\"position\");\n\tthis.positionAllowNegative = this.getAttribute(\"positionAllowNegative\") === \"yes\";\n\t// class attribute handled in assignDomNodeClasses()\n\tthis.style = this.getAttribute(\"style\",\"\");\n\tthis[\"default\"] = this.getAttribute(\"default\",\"\");\n\tthis.animate = this.getAttribute(\"animate\",\"no\");\n\tthis.retain = this.getAttribute(\"retain\",\"no\");\n\tthis.openAnimation = this.animate === \"no\" ? undefined : \"open\";\n\tthis.closeAnimation = this.animate === \"no\" ? undefined : \"close\";\n\tthis.updatePopupPosition = this.getAttribute(\"updatePopupPosition\",\"no\") === \"yes\";\n\t// Compute the title of the state tiddler and read it\n\tthis.stateTiddlerTitle = this.state;\n\tthis.stateTitle = this.getAttribute(\"stateTitle\");\n\tthis.stateField = this.getAttribute(\"stateField\");\n\tthis.stateIndex = this.getAttribute(\"stateIndex\");\n\tthis.readState();\n\t// Construct the child widgets\n\tvar childNodes = this.isOpen ? this.parseTreeNode.children : [];\n\tthis.hasChildNodes = this.isOpen;\n\tthis.makeChildWidgets(childNodes);\n};\n\n/*\nRead the state tiddler\n*/\nRevealWidget.prototype.readState = function() {\n\t// Read the information from the state tiddler\n\tvar state,\n\t    defaultState = this[\"default\"];\n\tif(this.stateTitle) {\n\t\tvar stateTitleTiddler = this.wiki.getTiddler(this.stateTitle);\n\t\tif(this.stateField) {\n\t\t\tstate = stateTitleTiddler ? stateTitleTiddler.getFieldString(this.stateField) || defaultState : defaultState;\n\t\t} else if(this.stateIndex) {\n\t\t\tstate = stateTitleTiddler ? this.wiki.extractTiddlerDataItem(this.stateTitle,this.stateIndex) || defaultState : defaultState;\n\t\t} else if(stateTitleTiddler) {\n\t\t\tstate = this.wiki.getTiddlerText(this.stateTitle) || defaultState;\n\t\t} else {\n\t\t\tstate = defaultState;\n\t\t}\n\t} else {\n\t\tstate = this.stateTiddlerTitle ? this.wiki.getTextReference(this.state,this[\"default\"],this.getVariable(\"currentTiddler\")) : this[\"default\"];\n\t}\n\tif(state === null) {\n\t\tstate = this[\"default\"];\n\t}\n\tswitch(this.type) {\n\t\tcase \"popup\":\n\t\t\tthis.readPopupState(state);\n\t\t\tbreak;\n\t\tcase \"match\":\n\t\t\tthis.isOpen = this.text === state;\n\t\t\tbreak;\n\t\tcase \"nomatch\":\n\t\t\tthis.isOpen = this.text !== state;\n\t\t\tbreak;\n\t\tcase \"lt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) < 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\nRevealWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-reveal\");\n\tthis.domNode.className = classes.join(\" \");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRevealWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.state || changedAttributes.type || changedAttributes.text || changedAttributes.position || changedAttributes.positionAllowNegative || changedAttributes[\"default\"] || changedAttributes.animate || changedAttributes.stateTitle || changedAttributes.stateField || changedAttributes.stateIndex) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar currentlyOpen = this.isOpen;\n\t\tthis.readState();\n\t\tif(this.isOpen !== currentlyOpen) {\n\t\t\tif(this.retain === \"yes\") {\n\t\t\t\tthis.updateState();\n\t\t\t} else {\n\t\t\t\tthis.refreshSelf();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} else if(this.type === \"popup\" && this.updatePopupPosition && (changedTiddlers[this.state] || changedTiddlers[this.stateTitle])) {\n\t\t\tthis.positionPopup(this.domNode);\n\t\t}\n\t\tif(changedAttributes.style) {\n\t\t\tthis.domNode.style = this.getAttribute(\"style\",\"\");\n\t\t}\n\t\tif(changedAttributes[\"class\"]) {\n\t\t\tthis.assignDomNodeClasses();\n\t\t}\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\tif(event.paramObject && event.paramObject.selector) {\n\t\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\n\t} else {\n\t\tthis.scrollIntoView(event.target);\t\t\t\n\t}\n\treturn false; // Handled event\n};\n\n/*\nScroll an element into view\n*/\nScrollableWidget.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\tsrcWindow = element ? element.ownerDocument.defaultView : window;\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = {\n\t\tx: this.outerDomNode.scrollLeft,\n\t\ty: this.outerDomNode.scrollTop\n\t};\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar scrollableBounds = this.outerDomNode.getBoundingClientRect(),\n\t\tclientTargetBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientTargetBounds.left + scrollPosition.x - scrollableBounds.left,\n\t\t\ttop: clientTargetBounds.top + scrollPosition.y - scrollableBounds.top,\n\t\t\twidth: clientTargetBounds.width,\n\t\t\theight: clientTargetBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\t// If the target is already visible then stay where we are\n\t\t\tif(targetPos >= currentPos && (targetPos + targetSize) <= (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(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\nScrollableWidget.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\n\tbaseElement = baseElement || document.body;\n\tvar element = baseElement.querySelector(selector);\n\tif(element) {\n\t\tthis.scrollIntoView(element,callback);\t\t\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\tthis.recursionMarker = this.getAttribute(\"recursionMarker\",\"yes\");\n\t// Parse the text reference\n\tvar parseAsInline = !this.parseTreeNode.isBlock;\n\tif(this.transcludeMode === \"inline\") {\n\t\tparseAsInline = true;\n\t} else if(this.transcludeMode === \"block\") {\n\t\tparseAsInline = false;\n\t}\n\tvar parser = this.wiki.parseTextReference(\n\t\t\t\t\t\tthis.transcludeTitle,\n\t\t\t\t\t\tthis.transcludeField,\n\t\t\t\t\t\tthis.transcludeIndex,\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tparseAsInline: parseAsInline,\n\t\t\t\t\t\t\tsubTiddler: this.transcludeSubTiddler\n\t\t\t\t\t\t}),\n\t\tparseTreeNodes = parser ? parser.tree : this.parseTreeNode.children;\n\t// Set context variables for recursion detection\n\tvar recursionMarker = this.makeRecursionMarker();\n\tif(this.recursionMarker === \"yes\") {\n\t\tthis.setVariable(\"transclusion\",recursionMarker);\n\t}\n\t// Check for recursion\n\tif(parser) {\n\t\tif(this.parentWidget && this.parentWidget.hasVariable(\"transclusion\",recursionMarker)) {\n\t\t\tparseTreeNodes = [{type: \"element\", tag: \"span\", attributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-error\"}\n\t\t\t}, children: [\n\t\t\t\t{type: \"text\", text: $tw.language.getString(\"Error/RecursiveTransclusion\")}\n\t\t\t]}];\n\t\t}\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nCompose a string comprising the title, field and/or index to identify this transclusion for recursion detection\n*/\nTranscludeWidget.prototype.makeRecursionMarker = function() {\n\tvar output = [];\n\toutput.push(\"{\");\n\toutput.push(this.getVariable(\"currentTiddler\",{defaultValue: \"\"}));\n\toutput.push(\"|\");\n\toutput.push(this.transcludeTitle || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeField || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeIndex || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeSubTiddler || \"\");\n\toutput.push(\"}\");\n\treturn output.join(\"\");\n};\n\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\toriginalValue = variable.value,\n\t\t\tvalue = originalValue,\n\t\t\tparams = this.resolveVariableParameters(variable.params,actualParams);\n\t\t// Substitute any parameters specified in the definition\n\t\t$tw.utils.each(params,function(param) {\n\t\t\tvalue = $tw.utils.replaceString(value,new RegExp(\"\\\\$\" + $tw.utils.escapeRegExp(param.name) + \"\\\\$\",\"mg\"),param.value);\n\t\t});\n\t\t// Only substitute variable references if this variable was defined with the \\define pragma\n\t\tif(variable.isMacroDefinition) {\n\t\t\tvalue = this.substituteVariableReferences(value);\t\t\t\n\t\t}\n\t\treturn {\n\t\t\ttext: value,\n\t\t\tparams: params,\n\t\t\tsrcVariable: variable,\n\t\t\tisCacheable: originalValue === value\n\t\t};\n\t}\n\t// If the variable doesn't exist in the parent widget then look for a macro module\n\treturn {\n\t\ttext: this.evaluateMacroModule(name,actualParams,options.defaultValue)\n\t};\n};\n\n/*\nSimplified version of getVariableInfo() that just returns the text\n*/\nWidget.prototype.getVariable = function(name,options) {\n\treturn this.getVariableInfo(name,options).text;\n};\n\nWidget.prototype.resolveVariableParameters = function(formalParams,actualParams) {\n\tformalParams = formalParams || [];\n\tactualParams = actualParams || [];\n\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\tparamInfo, paramValue,\n\t\tresults = [];\n\t// Step through each of the parameters in the macro definition\n\tfor(var p=0; p<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\tevent.widget = event.widget || this;\n\t// Dispatch the event if this widget handles it\n\tvar listener = this.eventListeners[event.type];\n\tif(listener) {\n\t\t// Don't propagate the event if the listener returned false\n\t\tif(!listener(event)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Dispatch the event to the parent widget\n\tif(this.parentWidget) {\n\t\treturn this.parentWidget.dispatchEvent(event);\n\t}\n\treturn true;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nRebuild a previously rendered widget\n*/\nWidget.prototype.refreshSelf = function() {\n\tvar nextSibling = this.findNextSiblingDomNode();\n\tthis.removeChildDomNodes();\n\tthis.render(this.parentDomNode,nextSibling);\n};\n\n/*\nRefresh all the children of a widget\n*/\nWidget.prototype.refreshChildren = function(changedTiddlers) {\n\tvar children = this.children,\n\t\trefreshed = false;\n\tfor (var i = 0; i < 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\n/*\nExecute action tiddlers by tag\n*/\nWidget.prototype.invokeActionsByTag = function(tag,event,variables) {\n\tvar self = this;\n\t$tw.utils.each(self.wiki.filterTiddlers(\"[all[shadows+tiddlers]tag[\" + tag + \"]!has[draft.of]]\"),function(title) {\n\t\tself.invokeActionString(self.wiki.getTiddlerText(title),self,event,variables);\n\t});\n};\n\nWidget.prototype.allowActionPropagation = function() {\n\treturn true;\n};\n\nexports.widget = Widget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/wikify.js": {
            "title": "$:/core/modules/widgets/wikify.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/wikify.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to wikify text into a variable\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar WikifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nWikifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nWikifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWikifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.wikifyName = this.getAttribute(\"name\");\n\tthis.wikifyText = this.getAttribute(\"text\");\n\tthis.wikifyType = this.getAttribute(\"type\");\n\tthis.wikifyMode = this.getAttribute(\"mode\",\"block\");\n\tthis.wikifyOutput = this.getAttribute(\"output\",\"text\");\n\t// Create the parse tree\n\tthis.wikifyParser = this.wiki.parseText(this.wikifyType,this.wikifyText,{\n\t\t\tparseAsInline: this.wikifyMode === \"inline\"\n\t\t});\n\t// Create the widget tree \n\tthis.wikifyWidgetNode = this.wiki.makeWidget(this.wikifyParser,{\n\t\t\tdocument: $tw.fakeDocument,\n\t\t\tparentWidget: this\n\t\t});\n\t// Render the widget tree to the container\n\tthis.wikifyContainer = $tw.fakeDocument.createElement(\"div\");\n\tthis.wikifyWidgetNode.render(this.wikifyContainer,null);\n\tthis.wikifyResult = this.getResult();\n\t// Set context variable\n\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nReturn the result string\n*/\nWikifyWidget.prototype.getResult = function() {\n\tvar result;\n\tswitch(this.wikifyOutput) {\n\t\tcase \"text\":\n\t\t\tresult = this.wikifyContainer.textContent;\n\t\t\tbreak;\n\t\tcase \"formattedtext\":\n\t\t\tresult = this.wikifyContainer.formattedTextContent;\n\t\t\tbreak;\n\t\tcase \"html\":\n\t\t\tresult = this.wikifyContainer.innerHTML;\n\t\t\tbreak;\n\t\tcase \"parsetree\":\n\t\t\tresult = JSON.stringify(this.wikifyParser.tree,0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t\tcase \"widgettree\":\n\t\t\tresult = JSON.stringify(this.getWidgetTree(),0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t}\n\treturn result;\n};\n\n/*\nReturn a string of the widget tree\n*/\nWikifyWidget.prototype.getWidgetTree = function() {\n\tvar copyNode = function(widgetNode,resultNode) {\n\t\t\tvar type = widgetNode.parseTreeNode.type;\n\t\t\tresultNode.type = type;\n\t\t\tswitch(type) {\n\t\t\t\tcase \"element\":\n\t\t\t\t\tresultNode.tag = widgetNode.parseTreeNode.tag;\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"text\":\n\t\t\t\t\tresultNode.text = widgetNode.parseTreeNode.text;\n\t\t\t\t\tbreak;\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($tw.utils.isDate(a) && $tw.utils.isDate(b)) {\n\t\t\treturn isDescending ? b - a : a - b;\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 {\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.recursionMarker : optional flag to set a recursion marker, defaults to \"yes\"\noptions.children: optional array of children for the transclude widget\noptions.importVariables: optional importvariables filter string for macros to be included\noptions.importPageMacros: optional boolean; if true, equivalent to passing \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\" to options.importVariables\n*/\nexports.makeTranscludeWidget = function(title,options) {\n\toptions = options || {};\n\tvar parseTreeDiv = {tree: [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"div\",\n\t\t\tchildren: []}]},\n\t\tparseTreeImportVariables = {\n\t\t\ttype: \"importvariables\",\n\t\t\tattributes: {\n\t\t\t\tfilter: {\n\t\t\t\t\tname: \"filter\",\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: false,\n\t\t\tchildren: []},\n\t\tparseTreeTransclude = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\trecursionMarker: {\n\t\t\t\t\tname: \"recursionMarker\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: options.recursionMarker || \"yes\"\n\t\t\t\t\t},\n\t\t\t\ttiddler: {\n\t\t\t\t\tname: \"tiddler\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: !options.parseAsInline};\n\tif(options.importVariables || options.importPageMacros) {\n\t\tif(options.importVariables) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = options.importVariables;\n\t\t} else if(options.importPageMacros) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\";\n\t\t}\n\t\tparseTreeDiv.tree[0].children.push(parseTreeImportVariables);\n\t\tparseTreeImportVariables.children.push(parseTreeTransclude);\n\t} else {\n\t\tparseTreeDiv.tree[0].children.push(parseTreeTransclude);\n\t}\n\tif(options.field) {\n\t\tparseTreeTransclude.attributes.field = {type: \"string\", value: options.field};\n\t}\n\tif(options.mode) {\n\t\tparseTreeTransclude.attributes.mode = {type: \"string\", value: options.mode};\n\t}\n\tif(options.children) {\n\t\tparseTreeTransclude.children = options.children;\n\t}\n\treturn this.makeWidget(parseTreeDiv,options);\n};\n\n/*\nParse text in a specified format and render it into another format\n\toutputType: content type for the output\n\ttextType: content type of the input text\n\ttext: input text\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderText = function(outputType,textType,text,options) {\n\toptions = options || {};\n\tvar parser = this.parseText(textType,text,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : container.textContent;\n};\n\n/*\nParse text from a tiddler and render it into another format\n\toutputType: content type for the output\n\ttitle: title of the tiddler to be rendered\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderTiddler = function(outputType,title,options) {\n\toptions = options || {};\n\tvar parser = this.parseTiddler(title,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : (outputType === \"text/plain-formatted\" ? container.formattedTextContent : container.textContent);\n};\n\n/*\nReturn an array of tiddler titles that match a search string\n\ttext: The text string to search for\n\toptions: see below\nOptions available:\n\tsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\n\texclude: An array of tiddler titles to exclude from the search\n\tinvert: If true returns tiddlers that do not contain the specified string\n\tcaseSensitive: If true forces a case sensitive search\n\tfield: If specified, restricts the search to the specified field, or an array of field names\n\tanchored: If true, forces all but regexp searches to be anchored to the start of text\n\texcludeField: If true, the field options are inverted to specify the fields that are not to be searched\n\tThe search mode is determined by the first of these boolean flags to be true\n\t\tliteral: searches for literal string\n\t\twhitespace: same as literal except runs of whitespace are treated as a single space\n\t\tregexp: treats the search term as a regular expression\n\t\twords: (default) treats search string as a list of tokens, and matches if all tokens are found, regardless of adjacency or ordering\n*/\nexports.search = function(text,options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tt,\n\t\tinvert = !!options.invert;\n\t// Convert the search string into a regexp for each term\n\tvar terms, searchTermsRegExps,\n\t\tflags = options.caseSensitive ? \"\" : \"i\",\n\t\tanchor = options.anchored ? \"^\" : \"\";\n\tif(options.literal) {\n\t\tif(text.length === 0) {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + $tw.utils.escapeRegExp(text) + \")\",flags)];\n\t\t}\n\t} else if(options.whitespace) {\n\t\tterms = [];\n\t\t$tw.utils.each(text.split(/\\s+/g),function(term) {\n\t\t\tif(term) {\n\t\t\t\tterms.push($tw.utils.escapeRegExp(term));\n\t\t\t}\n\t\t});\n\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + terms.join(\"\\\\s+\") + \")\",flags)];\n\t} else if(options.regexp) {\n\t\ttry {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + text + \")\",flags)];\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\"};\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\n\tconsole.log(\"$tw.wiki.addToHistory() is deprecated since V5.1.23! Use the this.story.addToHistory() from the story-object!\")\n};\n\n/*\nAdd a new tiddler to the story river\ntitle: a title string or an array of title strings\nfromTitle: the title of the tiddler from which the navigation originated\nstoryTitle: title of story tiddler (defaults to $:/StoryList)\noptions: see story.js\n*/\nexports.addToStory = function(title,fromTitle,storyTitle,options) {\n\tvar story = new $tw.Story({wiki: this, storyTitle: storyTitle});\n\tstory.addToStory(title,fromTitle,options);\n\tconsole.log(\"$tw.wiki.addToStory() is deprecated since V5.1.23! Use the this.story.addToStory() from the story-object!\")\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nexports.generateDraftTitle = function(title) {\n\tvar c = 0,\n\t\tdraftTitle,\n\t\tusername = this.getTiddlerText(\"$:/status/UserName\"),\n\t\tattribution = username ? \" by \" + username : \"\";\n\tdo {\n\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\" + attribution;\n\t\tc++;\n\t} while(this.tiddlerExists(draftTitle));\n\treturn draftTitle;\n};\n\n/*\nInvoke the available upgrader modules\ntitles: array of tiddler titles to be processed\ntiddlers: hashmap by title of tiddler fields of pending import tiddlers. These can be modified by the upgraders. An entry with no fields indicates a tiddler that was pending import has been suppressed. When entries are added to the pending import the tiddlers hashmap may have entries that are not present in the titles array\nReturns a hashmap of messages keyed by tiddler title.\n*/\nexports.invokeUpgraders = function(titles,tiddlers) {\n\t// Collect up the available upgrader modules\n\tvar self = this;\n\tif(!this.upgraderModules) {\n\t\tthis.upgraderModules = [];\n\t\t$tw.modules.forEachModuleOfType(\"upgrader\",function(title,module) {\n\t\t\tif(module.upgrade) {\n\t\t\t\tself.upgraderModules.push(module);\n\t\t\t}\n\t\t});\n\t}\n\t// Invoke each upgrader in turn\n\tvar messages = {};\n\tfor(var t=0; t<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\nexports.slugify = function(title,options) {\n\tvar tiddler = this.getTiddler(title),\n\t\tslug;\n\tif(tiddler && tiddler.fields.slug) {\n\t\tslug = tiddler.fields.slug;\n\t} else {\n\t\tslug = $tw.utils.transliterate(title.toString().toLowerCase()) // Replace diacritics with basic lowercase ASCII\n\t\t\t.replace(/\\s+/g,\"-\")                                       // Replace spaces with -\n\t\t\t.replace(/[^\\w\\-\\.]+/g,\"\")                                 // Remove all non-word chars except dash and dot\n\t\t\t.replace(/\\-\\-+/g,\"-\")                                     // Replace multiple - with single -\n\t\t\t.replace(/^-+/,\"\")                                         // Trim - from start of text\n\t\t\t.replace(/-+$/,\"\");                                        // Trim - from end of text\n\t}\n\t// If the resulting slug is blank (eg because the title is just punctuation characters)\n\tif(!slug) {\n\t\t// ...then just use the character codes of the title\n\t\tvar result = [];\n\t\t$tw.utils.each(title.split(\"\"),function(char) {\n\t\t\tresult.push(char.charCodeAt(0).toString());\n\t\t});\n\t\tslug = result.join(\"-\");\n\t}\n\treturn slug;\n};\n\n})();\n\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/CupertinoDark": {
            "title": "$:/palettes/CupertinoDark",
            "tags": "$:/tags/Palette",
            "name": "Cupertino Dark",
            "description": "A macOS inspired dark palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #FF453A\nalert-border: #FF453A\nalert-highlight: #FFD60A\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #282828\nblockquote-bar: <<colour page-background>>\nbutton-foreground: <<colour background>>\ncode-background: <<colour pre-background>>\ncode-border: <<colour pre-border>>\ncode-foreground: rgba(255, 255, 255, 0.54)\ndirty-indicator: #FF453A\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour tiddler-info-background>>\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: #3F638B\ndropdown-tab-background: #323232\ndropzone-background: #30D158\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: #BF5AF2\nexternal-link-foreground: #32D74B\nforeground: #FFFFFF\nmenubar-background: #464646\nmenubar-foreground: #ffffff\nmessage-background: <<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: #98989D\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #323232\npre-background: #464646\npre-border: transparent\nprimary: #0A84FF\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour background>>\nsidebar-controls-foreground-hover: #FF9F0A\nsidebar-controls-foreground: #8E8E93\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\nsidebar-tab-background-selected: #3F638B\nsidebar-tab-background: <<colour background>>\nsidebar-tab-border-selected: <<colour background>>\nsidebar-tab-border: <<colour background>>\nsidebar-tab-divider: <<colour background>>\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\nsite-title-foreground: #ffffff\nstatic-alert-foreground: #B4B4B4\ntab-background-selected: #3F638B\ntab-background: <<colour page-background>>\ntab-border-selected: <<colour page-background>>\ntab-border: <<colour page-background>>\ntab-divider: <<colour page-background>>\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\ntab-foreground: rgba(255, 255, 255, 0.54)\ntable-border: #464646\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #48484A\ntag-foreground: #323232\ntiddler-background: <<colour background>>\ntiddler-border: transparent\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: #48484A\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: rgba(255, 255, 255, 0.08)\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\ntiddler-info-background: #1E1E1E\ntiddler-info-border: #1E1E1E\ntiddler-info-tab-background: #3F638B\ntiddler-link-background: <<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: #464646\nselection-background: #3F638B\nselection-foreground: #ffffff\nwikilist-background: <<colour page-background>>\nwikilist-button-background: #3F638B\nwikilist-button-foreground: <<colour foreground>>\nwikilist-button-open: #32D74B\nwikilist-button-open-hover: #32D74B\nwikilist-button-reveal: #0A84FF\nwikilist-button-reveal-hover: #0A84FF\nwikilist-button-remove: #FF453A\nwikilist-button-remove-hover: #FF453A\nwikilist-droplink-dragover: #32D74B\nwikilist-item: <<colour background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-title: <<colour foreground>>\nwikilist-title-svg: <<colour foreground>>\nwikilist-toolbar-foreground: <<colour foreground>>\nwikilist-url: <<colour muted-foreground>>\n"
        },
        "$:/palettes/DarkPhotos": {
            "title": "$:/palettes/DarkPhotos",
            "created": "20150402111612188",
            "description": "Good with dark photo backgrounds",
            "modified": "20150402112344080",
            "name": "DarkPhotos",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "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/DesertSand": {
            "title": "$:/palettes/DesertSand",
            "tags": "$:/tags/Palette",
            "name": "Desert Sand",
            "description": "A desert sand palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #E9E0C7\nblockquote-bar: <<colour muted-foreground>>\nbutton-foreground: <<colour foreground>>\ncode-background: #F3EDDF\ncode-border: #C3BAA1\ncode-foreground: #ab3250\ndiff-delete-background: #bd8b8b\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #91c093\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ad3434\ndownload-background: #6ca16c\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: #E9E0C7\ndropdown-tab-background: #BAB29C\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #313163\nexternal-link-foreground: #555592\nforeground: #2D2A23\nmenubar-background: #CDC2A6\nmenubar-foreground: #5A5446\nmessage-background: #ECE5CF\nmessage-border: #D6CBAA\nmessage-foreground: #5f6e7d\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #8A8885\nmodal-footer-background: #CDC2A6\nmodal-footer-border: #9D998E\nmodal-header-border: #9D998E\nmuted-foreground: #9D998E\nnotification-background: #F0E9D7\nnotification-border: #939189\npage-background: #e0d3af\npre-background: #D6CBAA\npre-border: #CDC2A6\nprimary: #5B6F55\nselection-background: #9D947B\nselection-foreground: <<colour foreground>>\nselect-tag-background: #F0E9D7\nselect-tag-foreground: #2D2A23\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #2D2A23\nsidebar-controls-foreground: #867F69\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #867F69\nsidebar-muted-foreground-hover: #706A58\nsidebar-muted-foreground: #B3A98C\nsidebar-tab-background-selected: #e0d3af\nsidebar-tab-background: #A6A193\nsidebar-tab-border-selected: #C3BAA1\nsidebar-tab-border: #C3BAA1\nsidebar-tab-divider: #CDC2A6\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #2D2A23\nsidebar-tiddler-link-foreground-hover: #433F35\nsidebar-tiddler-link-foreground: #706A58\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #A6A193\ntab-background-selected: #E9E0C7\ntab-background: #A6A193\ntab-border-selected: #C3BAA1\ntab-border: #C3BAA1\ntab-divider: #CDC2A6\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #2D2A23\ntable-border: #9D998E\ntable-footer-background: #8A8885\ntable-header-background: #B0AA98\ntag-background: #706A58\ntag-foreground: #E3D7B7\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #9D947B\ntiddler-controls-foreground-selected: #706A58\ntiddler-controls-foreground: #C3BAA1\ntiddler-editor-background: #E9E0C7\ntiddler-editor-border-image: #A6A193\ntiddler-editor-border: #A6A193\ntiddler-editor-fields-even: #D6CBAA\ntiddler-editor-fields-odd: #C3BAA1\ntiddler-info-background: #E3D7B7\ntiddler-info-border: #BAB29C\ntiddler-info-tab-background: #E9E0C7\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #867F69\ntiddler-title-foreground: #374464\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #8A8885\nvery-muted-foreground: #CDC2A6\nwikilist-background: <<colour page-background>>\nwikilist-item: #CDC2A6\nwikilist-info: #161512\nwikilist-title: #433F35\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: #706A58\nwikilist-button-open: #7db66a\nwikilist-button-open-hover: #56a556\nwikilist-button-reveal: #5a6c9e\nwikilist-button-reveal-hover: #454591\nwikilist-button-remove: #bc5972\nwikilist-button-remove-hover: #814040\nwikilist-toolbar-background: #CDC2A6\nwikilist-toolbar-foreground: #2D2A23\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\nwikilist-button-background: #A6A193\nwikilist-button-foreground: #161512\n"
        },
        "$:/palettes/GruvboxDark": {
            "title": "$:/palettes/GruvboxDark",
            "name": "Gruvbox Dark",
            "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-foreground: <<colour page-background>>\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>>\nselection-background: #458588\nselection-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour page-background>>\nsidebar-controls-foreground-hover: #7c6f64\nsidebar-controls-foreground: #504945\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #fbf1c7\nsidebar-muted-foreground-hover: #7c6f64\nsidebar-muted-foreground: #504945\nsidebar-tab-background-selected: #bdae93\nsidebar-tab-background: #3c3836\nsidebar-tab-border-selected: <<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: <<colour primary>>\ntiddler-controls-foreground: #665c54\ntiddler-editor-background: #32302f\ntiddler-editor-border-image: #282828\ntiddler-editor-border: #282828\ntiddler-editor-fields-even: #504945\ntiddler-editor-fields-odd: #7c6f64\ntiddler-info-background: #32302f\ntiddler-info-border: #ebdbb2\ntiddler-info-tab-background: #ebdbb2\ntiddler-link-background: <<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: #acacac\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>>\n"
        },
        "$:/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-foreground: <<colour page-background>>\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>>\nselection-background: #5E81AC\nselection-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour page-background>>\nsidebar-controls-foreground-hover: #D8DEE9\nsidebar-controls-foreground: #4C566A\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #D8DEE9\nsidebar-muted-foreground-hover: #4C566A\nsidebar-muted-foreground: #4C566A\nsidebar-tab-background-selected: #ECEFF4\nsidebar-tab-background: #4C566A\nsidebar-tab-border-selected: <<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: #3b4252\ntiddler-editor-fields-even: #2e3440\ntiddler-editor-fields-odd: #2e3440\ntiddler-info-background: #2e3440\ntiddler-info-border: #2e3440\ntiddler-info-tab-background: #2e3440\ntiddler-link-background: <<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\nwikilist-background: <<colour page-background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-item: <<colour background>>\nwikilist-title: <<colour foreground>>\nwikilist-info: <<colour muted-foreground>>\nwikilist-button-open: #A3BE8C\nwikilist-button-open-hover: #A3BE8C\nwikilist-button-reveal: #81A1C1\nwikilist-button-reveal-hover: #81A1C1\nwikilist-button-remove: #B48EAD\nwikilist-button-remove-hover: #B48EAD\n"
        },
        "$:/palettes/Rocker": {
            "title": "$:/palettes/Rocker",
            "name": "Rocker",
            "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/SolarizedDark": {
            "title": "$:/palettes/SolarizedDark",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Precision dark colors for machines and people",
            "license": "MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE",
            "name": "SolarizedDark",
            "text": "alert-background: #073642\nalert-border: #93a1a1\nalert-highlight: #d33682\nalert-muted-foreground: #d33682\nbackground: #073642\nblockquote-bar: #d33682\nbutton-background: #073642\nbutton-border: #586e75\nbutton-foreground: #93a1a1\ncode-background: #073642\ncode-border: #586e75\ncode-foreground: #93a1a1\ndirty-indicator: inherit\ndownload-background: #859900\ndownload-foreground: #073642\ndragger-background: #073642\ndragger-foreground: #839496\ndropdown-background: #073642\ndropdown-border: #93a1a1\ndropdown-tab-background: #002b36\ndropdown-tab-background-selected: #073642\ndropzone-background: #859900\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: #268bd2\nexternal-link-foreground-hover:\nexternal-link-foreground-visited: #268bd2\nforeground: #839496\nmessage-background: #002b36\nmessage-border: #586e75\nmessage-foreground: #839496\nmodal-backdrop: #657b83\nmodal-background: #002b36\nmodal-border: #586e75\nmodal-footer-background: #073642\nmodal-footer-border: #586e75\nmodal-header-border: #586e75\nmuted-foreground: #93a1a1\nnotification-background: #002b36\nnotification-border: #586e75\npage-background: #073642\npre-background: inherit\npre-border: #657b83\nprimary: #859900\nselect-tag-background: #002b36\nselect-tag-foreground: #839496\nsidebar-button-foreground: #93a1a1\nsidebar-controls-foreground: #93a1a1\nsidebar-controls-foreground-hover: #eee8d5\nsidebar-foreground: #93a1a1\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: #839496\nsidebar-muted-foreground-hover: #93a1a1\nsidebar-tab-background: #002b36\nsidebar-tab-background-selected: #073642\nsidebar-tab-border: #073642\nsidebar-tab-border-selected: #839496\nsidebar-tab-divider: #002b36\nsidebar-tab-foreground: #657b83\nsidebar-tab-foreground-selected: #93a1a1\nsidebar-tiddler-link-foreground: #2aa198\nsidebar-tiddler-link-foreground-hover: #eee8d5\nsite-title-foreground: #d33682\nstatic-alert-foreground: #93a1a1\ntab-background: #073642\ntab-background-selected: #002b36\ntab-border: #586e75\ntab-border-selected: #93a1a1\ntab-divider: #93a1a1\ntab-foreground: #839496\ntab-foreground-selected: #93a1a1\ntable-border: #586e75\ntable-footer-background: #073642\ntable-header-background: #073642\ntag-background: #b58900\ntag-foreground: #002b36\ntiddler-background: #002b36\ntiddler-border: #586e75\ntiddler-controls-foreground: inherit\ntiddler-controls-foreground-hover: #d33682\ntiddler-controls-foreground-selected: #2aa198\ntiddler-editor-background: #002b36\ntiddler-editor-border: #073642\ntiddler-editor-border-image: #002b36\ntiddler-editor-fields-even: #002b36\ntiddler-editor-fields-odd: #073642\ntiddler-info-background: #073642\ntiddler-info-border: #657b83\ntiddler-info-tab-background: #002b36\ntiddler-link-background: #002b36\ntiddler-link-foreground: #2aa198\ntiddler-subtitle-foreground: #839496\ntiddler-title-foreground: #d33682\ntoolbar-cancel-button: #839496\ntoolbar-close-button: #839496\ntoolbar-delete-button: #dc322f\ntoolbar-done-button: #839496\ntoolbar-edit-button: #839496\ntoolbar-info-button: #839496\ntoolbar-new-button: #839496\ntoolbar-options-button: #839496\ntoolbar-save-button: inherit\nuntagged-background: #586e75\nvery-muted-foreground: #586e75\n"
        },
        "$:/palettes/SolarizedLight": {
            "title": "$:/palettes/SolarizedLight",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Precision colors for machines and people",
            "license": "MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE",
            "name": "SolarizedLight",
            "text": "alert-background: #eee8d5\nalert-border: #586e75\nalert-highlight: #d33682\nalert-muted-foreground: #d33682\nbackground: #eee8d5\nblockquote-bar: #d33682\nbutton-background: #eee8d5\nbutton-border: #93a1a1\nbutton-foreground: #586e75\ncode-background: #eee8d5\ncode-border: #93a1a1\ncode-foreground: #586e75\ndirty-indicator: inherit\ndownload-background: #859900\ndownload-foreground: #eee8d5\ndragger-background: #eee8d5\ndragger-foreground: #657b83\ndropdown-background: #eee8d5\ndropdown-border: #586e75\ndropdown-tab-background: #fdf6e3\ndropdown-tab-background-selected: #eee8d5\ndropzone-background: #859900\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: #268bd2\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #268bd2\nforeground: #657b83\nmessage-background: #fdf6e3\nmessage-border: #93a1a1\nmessage-foreground: #657b83\nmodal-backdrop: #839496\nmodal-background: #fdf6e3\nmodal-border: #93a1a1\nmodal-footer-background: #eee8d5\nmodal-footer-border: #93a1a1\nmodal-header-border: #93a1a1\nmuted-foreground: #586e75\nnotification-background: #fdf6e3\nnotification-border: #93a1a1\npage-background: #eee8d5\npre-background: #eee8d5\npre-border: #839496\nprimary: #859900\nselect-tag-background: #fdf6e3\nselect-tag-foreground: #657b83\nsidebar-button-foreground: #586e75\nsidebar-controls-foreground: #586e75\nsidebar-controls-foreground-hover: #d33682\nsidebar-foreground: #586e75\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: #657b83\nsidebar-muted-foreground-hover: #586e75\nsidebar-tab-background: #fdf6e3\nsidebar-tab-background-selected: #eee8d5\nsidebar-tab-border: #eee8d5\nsidebar-tab-border-selected: #657b83\nsidebar-tab-divider: #fdf6e3\nsidebar-tab-foreground: #839496\nsidebar-tab-foreground-selected: #586e75\nsidebar-tiddler-link-foreground: #2aa198\nsidebar-tiddler-link-foreground-hover: #002b36\nsite-title-foreground: #d33682\nstatic-alert-foreground: #586e75\ntab-background: #eee8d5\ntab-background-selected: #fdf6e3\ntab-border: #93a1a1\ntab-border-selected: #586e75\ntab-divider: #586e75\ntab-foreground: #657b83\ntab-foreground-selected: #586e75\ntable-border: #93a1a1\ntable-footer-background: #eee8d5\ntable-header-background: #eee8d5\ntag-background: #b58900\ntag-foreground: #fdf6e3\ntiddler-background: #fdf6e3\ntiddler-border: #93a1a1\ntiddler-controls-foreground: inherit\ntiddler-controls-foreground-hover: #d33682\ntiddler-controls-foreground-selected: #2aa198\ntiddler-editor-background: #fdf6e3\ntiddler-editor-border: #eee8d5\ntiddler-editor-border-image: #fdf6e3\ntiddler-editor-fields-even: #fdf6e3\ntiddler-editor-fields-odd: #eee8d5\ntiddler-info-background: #eee8d5\ntiddler-info-border: #839496\ntiddler-info-tab-background: #fdf6e3\ntiddler-link-background: #fdf6e3\ntiddler-link-foreground: #2aa198\ntiddler-subtitle-foreground: #657b83\ntiddler-title-foreground: #d33682\ntoolbar-cancel-button: #657b83\ntoolbar-close-button: #657b83\ntoolbar-delete-button: #dc322f\ntoolbar-done-button: #657b83\ntoolbar-edit-button: #657b83\ntoolbar-info-button: #657b83\ntoolbar-new-button: #657b83\ntoolbar-options-button: #657b83\ntoolbar-save-button: inherit\nuntagged-background: #586e75\nvery-muted-foreground: #93a1a1\n"
        },
        "$:/palettes/SpartanDay": {
            "title": "$:/palettes/SpartanDay",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Cold, spartan day colors",
            "name": "Spartan Day",
            "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\nselection-background:\nselection-foreground:\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": "<$macrocall $name=\"csvtiddlers\" filter=<<exportFilter>> format=\"quoted-comma-sep\" $output=\"text/raw\"/>\n"
        },
        "$:/core/templates/exporters/JsonFile": {
            "title": "$:/core/templates/exporters/JsonFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/JsonFile}}",
            "extension": ".json",
            "text": "<$macrocall $name=\"jsontiddlers\" filter=<<exportFilter>> $output=\"text/raw\"/>\n"
        },
        "$:/core/templates/exporters/StaticRiver": {
            "title": "$:/core/templates/exporters/StaticRiver",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/StaticRiver}}",
            "extension": ".html",
            "text": "\\define tv-wikilink-template() #$uri_encoded$\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!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 tc-static-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",
            "condition": "[<count>compare:lte[1]]",
            "text": "\\define renderContent()\n{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<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/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/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`\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/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/empty": {
            "title": "$:/core/save/empty",
            "text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/lazy-all": {
            "title": "$:/core/save/lazy-all",
            "text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \n\\end\n\\define skinnySaveTiddlerFilter()\n[!is[system]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/lazy-images": {
            "title": "$:/core/save/lazy-images",
            "text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]] \n\\end\n\\define skinnySaveTiddlerFilter()\n[is[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<$vars\n\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\n\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\n\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\n\ttv-show-missing-links={{$:/config/MissingLinks}}\n\tstoryviewTitle={{$:/view}}\n\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n\n<$transclude mode=\"block\"/>\n\n</$navigator>\n\n</div>\n\n</$vars>\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 tc-static-story-river\">\n`<$view tiddler=\"$:/core/ui/ViewTemplate\" format=\"htmlwikified\"/>`\n</section>\n</body>\n</html>\n`\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\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars imageType={{$:/config/NewImageType}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=<<get-type>> tags=<<get-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": "\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/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=<<get-tags>> text={{{ [<journalTitle>get[]] }}}/>\n</$reveal>\n<$reveal type=\"match\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<get-tags>> 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": "\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars textFieldTags={{$:/config/NewTiddler/Tags}} tagsFieldTags={{$:/config/NewTiddler/Tags!!tags}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<get-tags>>/>\n</$vars>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter": {
            "title": "$:/core/ui/AdvancedSearch/Filter",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Filter/Caption}}",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch/input}!match{$:/temp/advancedsearch}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Filter/Hint>>\n\n<div class=\"tc-search tc-advanced-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\" \n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\" \n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/temp/advancedsearch]]\" firstSearchFilterField=\"text\" \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> \n\t\tinputCancelActions=<<cancel-search-actions>>/>\n</$keyboard>\n</$keyboard>\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}}>\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\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<<cancel-search-actions>>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\" />\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 actions=\"\"\"<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text=<<navigateTo>>/><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text=<<navigateTo>>/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/><$action-sendmessage $message=\"tm-focus-selector\" $param='.tc-advanced-search input' />\"\"\">\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}}",
            "first-search-filter": "[all[shadows]search<userInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]",
            "text": "\\define lingo-base() $:/language/Search/\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Shadows/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\"\n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/core/ui/AdvancedSearch/Shadows]]\"\n\t\tinputCancelActions=<<cancel-search-actions>> inputAcceptActions=<<input-accept-actions>> \n\t\tinputAcceptVariantActions=<<input-accept-variant-actions>>  filterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\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]] -[[$:/temp/advancedsearch/input]]\"/>\"\"\">\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]] -[[$:/temp/advancedsearch/input]]\">\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\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\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define next-search-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/advancedsearch\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/standard/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Standard/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$keyboard key=\"shift-alt-Right\" actions=<<next-search-tab>>>\n<$keyboard key=\"shift-alt-Left\" actions=<<next-search-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\"\n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\"\n\t\tfilterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\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<$vars userInput={{{ [[$:/temp/advancedsearch]get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} searchListState=\"$:/temp/advancedsearch/selected-item\">\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}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/standard/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab/search-results/advancedsearch\" />\n</$list>\n</$vars>\n</$list>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/System": {
            "title": "$:/core/ui/AdvancedSearch/System",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/System/Caption}}",
            "first-search-filter": "[is[system]search<userInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\",stateTitle,tag,defaultState,currentTabTiddler) <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo System/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\"\n\t\ttype=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/core/ui/AdvancedSearch/System]]\"\n\t\tinputCancelActions=<<cancel-search-actions>> inputAcceptActions=<<input-accept-actions>> \n\t\tinputAcceptVariantActions=<<input-accept-variant-actions>> filterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\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]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\"/>\"\"\">\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]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\">\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\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<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\" default=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab--1498284803\"/>\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<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/TiddlerFields\" explicitState=\"$:/state/tab--959111941\"/>\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<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Theme\" explicitState=\"$:/state/tab--1963855381\"/>\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=\"$:/temp/advancedsearch/input\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/>\n<$action-setfield $tiddler=\"$:/state/tab--1498284803\" $value=\"$:/core/ui/AdvancedSearch/Filter\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-advanced-search input\"/>\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> |<$vars currentTiddler=\"$:/config/NewTiddler/Tags\" tagField=\"text\">{{||$:/core/ui/EditTemplate/tags}}<$list filter=\"[<currentTiddler>tags[]] +[limit[1]]\" variable=\"ignore\"><$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}><<lingo RemoveTags>><$action-listops $tiddler=<<currentTiddler>> $field=\"text\" $subfilter={{{ [<currentTiddler>get[tags]] }}}/><$action-setfield $tiddler=<<currentTiddler>> tags=\"\"/></$button></$list></$vars> |\n|<$link to=\"$:/config/NewJournal/Tags\"><<lingo NewJournal/Tags/Prompt>></$link> |<$vars currentTiddler=\"$:/config/NewJournal/Tags\" tagField=\"text\">{{||$:/core/ui/EditTemplate/tags}}<$list filter=\"[<currentTiddler>tags[]] +[limit[1]]\" variable=\"ignore\"><$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}><<lingo RemoveTags>><$action-listops $tiddler=<<currentTiddler>> $field=\"text\" $subfilter={{{ [<currentTiddler>get[tags]] }}}/><$action-setfield $tiddler=<<currentTiddler>> tags=\"\"/></$button></$list></$vars> |\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<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Basics\" explicitState=\"$:/state/tab--2112689675\"/>\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[name]]\" 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[name]]\" 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[name]]\" 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<$list filter=\"[<currentTiddler>get[enabled]else[yes]match[yes]]\" variable=\"ignore\">\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</$list>\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[name]]\" 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[name]]\" 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<$macrocall $name=\"tabs\" tabsList=\"[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]\" default=\"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\" explicitState=\"$:/state/tab--86143343\"/>\n"
        },
        "$:/core/ui/ControlPanel/Saving/DownloadSaver": {
            "title": "$:/core/ui/ControlPanel/Saving/DownloadSaver",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/DownloadSaver/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/DownloadSaver/\n\n<<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 siteURL(path)\nhttp://$(userName)$.tiddlyspot.com/$path$/\n\\end\n\\define siteLink(path)\n<$reveal type=\"nomatch\" state=\"$:/UploadName\" text=\"\">\n<$set name=\"userName\" value={{$:/UploadName}}>\n<$reveal type=\"match\" state=\"$:/UploadURL\" text=\"\">\n<<siteURL $path$>>\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<div class=\"tc-message-box\">\n\n<<lingo ReadOnly>>\n\n</div>\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/UploadName\" default=\"\" tag=\"input\"/> |\n|<<lingo Password>> |<$password name=\"upload\"/> |\n|<<lingo Backups>> |<<siteLink backup>> |\n|<<lingo ControlPanel>> |<<siteLink controlpanel>> |\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>>\n"
        },
        "$:/core/ui/ControlPanel/Saving/Gitea": {
            "title": "$:/core/ui/ControlPanel/Saving/Gitea",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/GitService/Gitea/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~Gitea\n\n<<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<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Saving]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Saving/General\" explicitState=\"$:/state/tab-2065006209\"/>\n</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<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\" class=\"tc-vertical\" explicitState=\"$:/state/tabs/controlpanel/toolbars-1345989671\"/>\n</div>\n"
        },
        "$:/ControlPanel": {
            "title": "$:/ControlPanel",
            "icon": "$:/core/images/options-button",
            "color": "#bbb",
            "text": "<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Info\" explicitState=\"$:/state/tab-1749438307\"/>\n</div>\n"
        },
        "$:/core/ui/DefaultSearchResultList": {
            "title": "$:/core/ui/DefaultSearchResultList",
            "tags": "$:/tags/SearchResults",
            "caption": "{{$:/language/Search/DefaultResults/Caption}}",
            "first-search-filter": "[!is[system]search:title<userInput>sort[title]limit[250]]",
            "second-search-filter": "[!is[system]search<userInput>sort[title]limit[250]]",
            "text": "\\define searchResultList()\n//<small>{{$:/language/Search/Matches/Title}}</small>//\n\n<$list filter=\"[<userInput>minlength[1]]\" variable=\"ignore\">\n<$list filter={{{ [<configTiddler>get[first-search-filter]] }}}>\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[<searchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</$list>\n\n//<small>{{$:/language/Search/Matches/All}}</small>//\n\n<$list filter=\"[<userInput>minlength[1]]\" variable=\"ignore\">\n<$list filter={{{ [<configTiddler>get[second-search-filter]] }}}>\n<span class={{{[<currentTiddler>addsuffix[-secondaryList]] -[<searchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</$list>\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  cancelPopups=\"yes\"\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}} cancelPopups=\"yes\"></$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-wrapper 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 $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<storeTitle>] [<searchListState>]\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/>\n\\end\n\n\\define delete-state-tiddlers() <$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<storeTitle>] [<searchListState>]\"/>\n\n\\define cancel-search-actions-inner()\n<$list filter=\"[<storeTitle>has[text]] [<newFieldNameTiddler>has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\">\n<<delete-state-tiddlers>>\n</$list>\n\\end\n\n\\define cancel-search-actions()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<newFieldNameTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<<cancel-search-actions-inner>>\"\"\">\n<$action-setfield $tiddler=<<newFieldNameTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n</$set>\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 $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<storeTitle>] [<searchListState>]\"/>\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={{{ [all[current]fields[]] :filter[lookup[$:/config/EditTemplateFields/Visibility/]!match[hide]] +[count[]!match[0]] +[then[tc-edit-fields]] ~[[tc-edit-fields tc-edit-fields-small]] }}}>\n<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<$keyboard key=\"((delete-field))\" actions=\"\"\"<$action-deletefield $field=<<currentField>>/><$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/></$set>\"\"\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"/>\n</$keyboard>\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>>/><$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/></$set>\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 tc-big-gap-right\">\n<<lingo Fields/Add/Prompt>>\n</em>\n<$vars refreshTitle=<<qualify \"$:/temp/fieldname/refresh\">> storeTitle=<<newFieldNameInputTiddler>> searchListState=<<newFieldNameSelectionTiddler>>>\n<div class=\"tc-edit-field-add-name-wrapper\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<newFieldNameTiddler>> storeTitle=<<storeTitle>> refreshTitle=<<refreshTitle>>\n\t\tselectionStateTitle=<<searchListState>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}}\n\t\tfocusPopup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}}\n\t\tfocus={{{ [{$:/config/AutoFocus}match[fields]then[true]] ~[[false]] }}} cancelPopups=\"yes\"\n\t\tconfigTiddlerFilter=\"[[$:/config/EditMode/fieldname-filter]]\" inputCancelActions=<<cancel-search-actions>> />\n<$button popup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown tc-small-gap\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>\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={{{ [<storeTitle>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<$list filter=\"[<currentField>addsuffix[-primaryList]] -[<searchListState>get[text]]\" emptyMessage=\"\"\"<$link to=<<currentField>> class=\"tc-list-item-selected\"><$text text=<<currentField>>/></$link>\"\"\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\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<$list filter=\"[<currentField>addsuffix[-secondaryList]] -[<searchListState>get[text]]\" emptyMessage=\"\"\"<$link to=<<currentField>> class=\"tc-list-item-selected\"><$text text=<<currentField>>/></$link>\"\"\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n</$list>\n</$set>\n</$linkcatcher>\n</$set>\n</div>\n</$reveal>\n</div>\n<span class=\"tc-edit-field-add-value tc-small-gap-right\">\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}} cancelPopups=\"yes\"/>\n</$keyboard>\n</$set>\n</span>\n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</$vars>\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,tagField:\"tags\")\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 class=\"tc-btn-invisible tc-remove-tag-button\"><$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"-[{!!title}]\"/>{{$:/core/images/close-button}}</$button>\n</span>\n</$vars>\n\\end\n\n\\define tag-body(colour,palette,icon,tagField:\"tags\")\n<$macrocall $name=\"tag-body-inner\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} icon=\"\"\"$icon$\"\"\" tagField=<<__tagField__>>/>\n\\end\n\n\\define edit-tags-template(tagField:\"tags\")\n\\whitespace trim\n<div class=\"tc-edit-tags\">\n<$list filter=\"[list[!!$tagField$]sort[title]]\" storyview=\"pop\">\n<$macrocall $name=\"tag-body\" colour={{!!color}} palette={{$:/palette}} icon={{!!icon}} tagField=<<__tagField__>>/>\n</$list>\n<$vars tabIndex={{$:/config/EditTabIndex}} cancelPopups=\"yes\">\n<$macrocall $name=\"tag-picker\" tagField=<<__tagField__>>/>\n</$vars>\n</div>\n\\end\n<$set name=\"saveTiddler\" value=<<currentTiddler>>>\n<$macrocall $name=\"edit-tags-template\" tagField=<<tagField>>/>\n</$set>\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}} cancelPopups=\"yes\"/>\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",
            "first-search-filter": "[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]sort[description]sort[group-sort]removeprefix[$:/language/Docs/Types/]search<userInput>]",
            "text": "\\define lingo-base() $:/language/EditTemplate/\n\\define input-cancel-actions() <$list filter=\"[<storeTitle>get[text]] [<currentTiddler>get[type]] +[limit[1]]\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\"><$action-sendmessage $message=\"tm-remove-field\" $param=\"type\"/><$action-deletetiddler $filter=\"[<typeInputTiddler>] [<refreshTitle>] [<typeSelectionTiddler>]\"/></$list>\n\\whitespace trim\n<$set name=\"refreshTitle\" value=<<qualify \"$:/temp/type-search/refresh\">>>\n<div class=\"tc-edit-type-selector-wrapper\">\n<em class=\"tc-edit tc-big-gap-right\"><<lingo Type/Prompt>></em>\n<div class=\"tc-type-selector-dropdown-wrapper\">\n<div class=\"tc-type-selector\"><$fieldmangler>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<currentTiddler>> storeTitle=<<typeInputTiddler>> refreshTitle=<<refreshTitle>> selectionStateTitle=<<typeSelectionTiddler>> 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]] }}} cancelPopups=\"yes\" configTiddlerFilter=\"[[$:/core/ui/EditTemplate/type]]\" inputCancelActions=<<input-cancel-actions>>/><$button popup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown tc-small-gap\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button><$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}}<$action-deletetiddler $filter=\"[<storeTitle>] [<refreshTitle>] [<selectionStateTitle>]\"/></$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<$set name=\"userInput\" value={{{ [<typeInputTiddler>get[text]] }}}>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]] +[removeprefix[$:/language/Docs/Types/]] +[search<userInput>]\"><span class={{{ [<currentTiddler>addsuffix[-primaryList]] -[<typeSelectionTiddler>get[text]] +[then[]else[tc-list-item-selected]] }}}><$link to={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]get[name]] }}}><$view tiddler={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\"description\"/> (<$view tiddler={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\"name\"/>)</$link></span>\n</$list>\n</$set>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</$set>\n</div>\n</div>\n</div>\n</$set>\n"
        },
        "$:/core/ui/EditTemplate": {
            "title": "$:/core/ui/EditTemplate",
            "text": "\\define delete-edittemplate-state-tiddlers() <$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<newFieldNameInputTiddler>] [<newFieldNameSelectionTiddler>] [<newTagNameTiddler>] [<newTagNameInputTiddler>] [<newTagNameSelectionTiddler>] [<typeInputTiddler>] [<typeSelectionTiddler>]\"/>\n\\define save-tiddler-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{{ [<newTagNameTiddler>get[text]] }}}/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<<delete-edittemplate-state-tiddlers>>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n\\end\n\\define cancel-delete-tiddler-actions(message)\n<<delete-edittemplate-state-tiddlers>>\n<$action-sendmessage $message=\"tm-$message$-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\">> newFieldNameInputTiddler=<<qualify \"$:/temp/NewFieldName/input\">> newFieldNameSelectionTiddler=<<qualify \"$:/temp/NewFieldName/selected-item\">> newTagNameInputTiddler=<<qualify \"$:/temp/NewTagName/input\">> newTagNameSelectionTiddler=<<qualify \"$:/temp/NewTagName/selected-item\">> typeInputTiddler=<<qualify \"$:/temp/Type/input\">> typeSelectionTiddler=<<qualify \"$:/temp/Type/selected-item\">>>\n<$keyboard key=\"((cancel-edit-tiddler))\" actions=<<cancel-delete-tiddler-actions \"cancel\">>>\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": "\\whitespace trim\n<$button actions=<<cancel-delete-tiddler-actions \"cancel\">> 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>\n"
        },
        "$:/core/ui/Buttons/delete": {
            "title": "$:/core/ui/Buttons/delete",
            "tags": "$:/tags/EditToolbar $:/tags/ViewToolbar",
            "caption": "{{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}",
            "description": "{{$:/language/Buttons/Delete/Hint}}",
            "text": "\\whitespace trim\n<$button actions=<<cancel-delete-tiddler-actions \"delete\">> 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>\n"
        },
        "$:/core/ui/Buttons/save": {
            "title": "$:/core/ui/Buttons/save",
            "tags": "$:/tags/EditToolbar",
            "caption": "{{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}",
            "description": "{{$:/language/Buttons/Save/Hint}}",
            "text": "\\define save-tiddler-button()\n\\whitespace trim\n<$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]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/clear-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/editor-height-dropdown": {
            "title": "$:/core/ui/EditorToolbar/editor-height-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/EditorHeight/\n''<<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/]] [<targetTiddler>get[type]match[application/javascript]] [<targetTiddler>get[type]match[application/json]] [<targetTiddler>get[type]match[application/x-tiddler-dictionary]] [<targetTiddler>get[type]match[image/svg+xml]] +[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]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/line-width-dropdown",
            "text": "<$text text={{$:/config/BitmapEditor/LineWidth}}/>\n"
        },
        "$:/core/ui/EditorToolbar/link-dropdown": {
            "title": "$:/core/ui/EditorToolbar/link-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Link/\n\n\\define add-link-actions()\n<$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"make-link\" text={{$(linkTiddler)$}} />\n<$action-deletetiddler $filter=\"[<dropdown-state>] [<searchTiddler>] [<linkTiddler>] [<storeTitle>] [<searchListState>]\"/>\n\\end\n\n\\define get-focus-selector() [data-tiddler-title=\"$(cssEscapedTitle)$\"] .tc-create-wikitext-link input\n\n\\define cancel-search-actions-inner()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}><$list filter=\"[<searchTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[<searchTiddler>] [<linkTiddler>] [<storeTitle>] [<searchListState>]\"/>\"\"\"><$action-setfield $tiddler=<<searchTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/></$list></$set>\n\\end\n\n\\define cancel-search-actions() <$list filter=\"[<storeTitle>!has[text]] +[<searchTiddler>!has[text]]\" emptyMessage=\"\"\"<<cancel-search-actions-inner>>\"\"\"><$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"wrap-selection\" prefix=\"\" suffix=\"\"/></$list>\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 set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/sidebar\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<$vars searchTiddler=\"\"\"$config-title$/search\"\"\" linkTiddler=\"\"\"$config-title$/link\"\"\" linktext=\"\" searchListState=<<qualify \"$:/temp/link-search/selected-item\">> refreshTitle=<<qualify \"$:/temp/link-search/refresh\">> storeTitle=<<qualify \"$:/temp/link-search/input\">>>\n\n<$vars linkTiddler=<<searchTiddler>>>\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">> class=\"tc-create-wikitext-link\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<searchTiddler>> storeTitle=<<storeTitle>>\n\t\tselectionStateTitle=<<searchListState>> refreshTitle=<<refreshTitle>> type=\"search\" filterMinLength=\"1\"\n\t\ttag=\"input\" focus=\"true\" class=\"tc-popup-handle\" inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<add-link-actions>> placeholder={{$:/language/Search/Search}} default=\"\" \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\" />\n</$keyboard>\n</$keyboard>\n<$reveal tag=\"span\" state=<<storeTitle>> type=\"nomatch\" text=\"\">\n<<external-link>>\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\">\n<<cancel-search-actions>><$set name=\"cssEscapedTitle\" value={{{ [<storyTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-focus-selector>>/></$set>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</$vars>\n\n<$reveal tag=\"div\" state=<<storeTitle>> type=\"nomatch\" text=\"\">\n\n<$linkcatcher actions=<<add-link-actions>> to=<<linkTiddler>>>\n\n<$vars userInput={{{ [<storeTitle>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\n\n{{$:/core/ui/SearchResults}}\n\n</$vars>\n\n</$linkcatcher>\n\n</$reveal>\n\n</$vars>\n\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Link/\">>/>\n"
        },
        "$:/core/ui/EditorToolbar/link": {
            "title": "$:/core/ui/EditorToolbar/link",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/link",
            "caption": "{{$:/language/Buttons/Link/Caption}}",
            "description": "{{$:/language/Buttons/Link/Hint}}",
            "condition": "[<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]] -[<targetTiddler>type[image/svg+xml]]",
            "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]] -[<targetTiddler>type[image/svg+xml]]",
            "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]] -[<targetTiddler>type[image/svg+xml]]",
            "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]] -[<targetTiddler>type[image/svg+xml]]",
            "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/]] [<targetTiddler>get[type]match[application/javascript]] [<targetTiddler>get[type]match[application/json]] [<targetTiddler>get[type]match[application/x-tiddler-dictionary]] [<targetTiddler>get[type]match[image/svg+xml]] +[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() message-$(payloadTiddler)$\n\n\\define payloadTitleFilter() [<currentTiddler>get<renameField>minlength[1]else<payloadTiddler>]\n\n\\define overWriteWarning()\n<$list filter=\"[<currentTiddler>!has<suppressedField>]\">\n<$text text={{{[subfilter<payloadTitleFilter>!is[tiddler]then[]] ~[<lingo-base>addsuffix[Listing/Rename/OverwriteWarning]get[text]]}}}/>\n</$list>\n\\end\n\n\\define selectionField() selection-$(payloadTiddler)$\n\n\\define renameField() rename-$(payloadTiddler)$\n\n\\define suppressedField() suppressed-$(payloadTiddler)$\n\n\\define newImportTitleTiddler() $:/temp/NewImportTitle-$(payloadTiddler)$\n\n\\define previewPopupState() $(currentTiddler)$!!popup-$(payloadTiddler)$\n\n\\define renameFieldState() $(currentTiddler)$!!state-rename-$(payloadTiddler)$\n\n\\define select-all-actions()\n<$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 class=\"tc-import-table\">\n<tbody>\n<tr>\n<th align=\"left\">\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 class={{{[<currentTiddler>has<suppressedField>then[tc-row-disabled]] ~[subfilter<payloadTitleFilter>is[tiddler]then[tc-row-warning]] }}}>\n<td>\n<$checkbox field=<<selectionField>> checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" disabled={{{[<currentTiddler>has<suppressedField>then[yes]else[no]]}}}/>\n</td>\n<td>\n<$reveal type=\"nomatch\" state=<<renameFieldState>> text=\"yes\" tag=\"div\">\n<$reveal type=\"nomatch\" state=<<previewPopupState>> text=\"yes\" tag=\"div\" class=\"tc-flex\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown tc-flex-grow-1 tc-word-break\" set=<<previewPopupState>> setTo=\"yes\" disabled={{{[<currentTiddler>has<suppressedField>then[yes]else[no]]}}}>\n<span class=\"tc-small-gap-right\">{{$:/core/images/right-arrow}}</span><$text text={{{[subfilter<payloadTitleFilter>]}}}/>\n</$button>\n<$list filter=\"[<currentTiddler>!has<suppressedField>]\"><$button class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"yes\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/Tooltip]get[text]]}}}>{{$:/core/images/edit-button}}</$button></$list>\n</$reveal>\n<$reveal type=\"match\" state=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<previewPopupState>> setTo=\"no\">\n<span class=\"tc-small-gap-right\">{{$:/core/images/down-arrow}}</span><$text text={{{[subfilter<payloadTitleFilter>]}}}/>\n</$button>\n</$reveal>\n</$reveal>\n<$reveal type=\"match\" state=<<renameFieldState>> text=\"yes\" tag=\"div\">\n<$text text={{{[<lingo-base>addsuffix[Listing/Rename/Prompt]get[text]]}}}/>\n</$reveal>\n</td>\n<td>\n<$view field=<<messageField>>/>\n<<overWriteWarning>>\n</td>\n</tr>\n<$reveal type=\"match\" state=<<renameFieldState>> text=\"yes\" tag=\"tr\">\n<td colspan=\"3\">\n<div class=\"tc-flex\">\n<$edit-text tiddler=<<newImportTitleTiddler>>  default={{{[subfilter<payloadTitleFilter>]}}} tag=\"input\" class=\"tc-import-rename tc-flex-grow-1\"/><span class=\"tc-small-gap-left\"><$button  class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"no\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/CancelRename]get[text]]}}}>{{$:/core/images/close-button}}<$action-deletetiddler $tiddler=<<newImportTitleTiddler>>/></$button><span class=\"tc-small-gap-right\"/></span><$button  class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"no\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/ConfirmRename]get[text]]}}}>{{$:/core/images/done-button}}<$action-setfield $field=<<renameField>> $value={{{[<newImportTitleTiddler>get[text]minlength[1]else<payloadTiddler>]}}} /><$action-deletetiddler $tiddler=<<newImportTitleTiddler>>/></$button>\n</div>\n</td>\n</$reveal>\n<tr>\n<td colspan=\"3\">\n<$reveal type=\"match\" text=\"yes\" state=<<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\"\"\" preventScroll=\"true\"/>\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/change-sidebar-layout": {
            "title": "$:/core/ui/KeyboardShortcuts/change-sidebar-layout",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((change-sidebar-layout))",
            "text": "<$list filter=\"[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]]\" \nemptyMessage=\"\"\"<$action-setfield $tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" text=\"fixed-fluid\"/>\"\"\">\n<$action-setfield $tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" text=\"fluid-fixed\"/>\n</$list>\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/save-wiki": {
            "title": "$:/core/ui/KeyboardShortcuts/save-wiki",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((save-wiki))",
            "text": "<$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"
        },
        "$:/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/KeyboardShortcuts/switcher": {
            "title": "$:/core/ui/KeyboardShortcuts/switcher",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((layout-switcher))",
            "text": "<$action-sendmessage $message=\"tm-show-switcher\" switch=\"layout\"/>"
        },
        "$:/core/ui/KeyboardShortcuts/toggle-sidebar": {
            "title": "$:/core/ui/KeyboardShortcuts/toggle-sidebar",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((toggle-sidebar))",
            "text": "<$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"
        },
        "$:/snippets/LayoutSwitcher": {
            "title": "$:/snippets/LayoutSwitcher",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/LayoutSwitcher/Caption}}",
            "text": "<$linkcatcher to=\"$:/layout\">\n<div class=\"tc-chooser\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/Layout]] [[$:/core/ui/PageTemplate]] +[!is[draft]sort[name]]\">\n<$list filter=\"[{$:/layout}!has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/layout}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$transclude field=\"name\"/>'' - <$transclude field=\"description\"/></$link></div>\n</$set>\n\"\"\">\n<$set name=\"cls\" filter=\"[all[current]field:title[$:/core/ui/PageTemplate]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$transclude field=\"name\"/>'' - <$transclude field=\"description\"/></$link></div>\n</$set>\n</$list>\n</$list>\n</div>\n</$linkcatcher>\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": "\\whitespace trim\n\\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\\end\n\n<p>\n<$list filter=\"[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] \" variable=\"tag\" storyview=\"pop\">\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<$fieldmangler>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</$fieldmangler>\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<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar/Plugins]!has[draft.of]]\" default=\"$:/core/ui/MoreSideBar/Plugins/Plugins\" explicitState=\"$:/state/tab-1163638994\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Recent": {
            "title": "$:/core/ui/MoreSideBar/Recent",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Recent/Caption}}",
            "text": "<$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 advanced-search-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=<<advanced-search-button>>>\n<<advanced-search-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",
            "name": "{{$:/language/PageTemplate/Name}}",
            "description": "{{$:/language/PageTemplate/Description}}",
            "text": "\\whitespace trim\n\\define containerClasses()\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$vars\n\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\n\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\n\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\n\ttv-enable-drag-and-drop={{$:/config/DragAndDrop/Enable}}\n\ttv-show-missing-links={{$:/config/MissingLinks}}\n\tstoryviewTitle={{$:/view}}\n\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\n\n<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</$vars>\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}}<$text text=<<newColourName>> class=\"tc-small-gap-left\"/></$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}}<$text text=<<newColourName>> class=\"tc-small-gap-left\"/></$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={{$:/language/ControlPanel/Palette/Editor/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\"><span class=\"tc-small-gap-left\"><<lingo Names/External/Show>></span></$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/RootTemplate": {
            "title": "$:/core/ui/RootTemplate",
            "text": "<$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode=\"inline\"/>\n\n"
        },
        "$:/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}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab/search-results/sidebar\"/>\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\" explicitState=\"$:/state/tab/moresidebar-1850697562\"/>\n</div>\n"
        },
        "$:/core/ui/SideBar/Open": {
            "title": "$:/core/ui/SideBar/Open",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Open/Caption}}",
            "text": "\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n<$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 tc-small-gap-right\">{{$:/core/images/close-button}}</$button><$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\n\\define count-popup-button()\n\\whitespace trim\n<$button popup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<$list filter=\"[{$(searchTiddler)$}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$vars userInput={{{ [<searchTiddler>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} replaceRegexp=\"limit\\[\\d+\\]\">\n<$vars primaryListFilter={{{ [<configTiddler>get[first-search-filter]search-replace:g:regexp<replaceRegexp>,[]] }}} secondaryListFilter={{{ [<configTiddler>get[second-search-filter]search-replace:g:regexp<replaceRegexp>,[]] }}}>\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[subfilter<primaryListFilter>] [subfilter<secondaryListFilter>]\"/>\"\"\">\n{{$:/language/Search/Matches}}\n</$set>\n</$vars>\n</$vars>\n</$list>\n</$button>\n\\end\n\n\\define search-results-list()\n\\whitespace trim\n<$vars userInput={{$(searchTiddler)$}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\n<$list filter=\"[<userInput>minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$tiddler tiddler=<<configTiddler>>>\n\n{{$:/core/ui/SearchResults}}\n\n</$tiddler>\n\n</$list>\n</$vars>\n\\end\n\n\\define cancel-search-actions() <$list filter=\"[<searchTiddler>get[text]!match{$:/temp/search}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/search]] [<searchTiddler>] [<searchListState>]\"/>\"\"\"><$action-setfield $tiddler=\"$:/temp/search\" text={{{ [<searchTiddler>get[text]] }}}/><$action-setfield $tiddler=\"$:/temp/search/refresh\" text=\"yes\"/></$list>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/sidebar\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define advanced-search-actions() <$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search/input}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/search/input}}/><<delete-state-tiddlers>><$action-navigate $to=\"$:/AdvancedSearch\"/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\"[data-tiddler-title=\"$:/AdvancedSearch\"] .tc-search input\"\"\" preventScroll=\"true\"/><$action-deletetiddler $filter=\"$:/temp/search $:/temp/search/input $:/temp/search/refresh [<searchListState>]\"/>\n\n<div class=\"tc-sidebar-lists tc-sidebar-search\">\n\n<$vars editTiddler=\"$:/temp/search\" searchTiddler=\"$:/temp/search/input\" searchListState=<<qualify \"$:/state/search-list/selected-item\">>>\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$keyboard key=\"((advanced-search-sidebar))\" actions=<<advanced-search-actions>>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<editTiddler>> storeTitle=<<searchTiddler>> \n\t\tselectionStateTitle=<<searchListState>> refreshTitle=\"$:/temp/search/refresh\" type=\"search\" \n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify \"$:/state/popup/search-dropdown\">> \n\t\tclass=\"tc-popup-handle\" filterMinLength={{$:/config/Search/MinLength}} inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> cancelPopups=\"yes\" \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\"/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n<$reveal state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<<advanced-search-actions>>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>><$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-search input\"/>\n{{$:/core/images/close-button}}\n</$button>\n<<count-popup-button>>\n</$reveal>\n<$reveal state=<<searchTiddler>> 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=<<searchTiddler>> 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<<search-results-list>>\n\n</$reveal>\n\n</$reveal>\n\n</$vars>\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\" explicitState=\"$:/state/tab/sidebar--595412856\"/>\n\n</div>\n"
        },
        "$:/core/ui/SwitcherModal": {
            "title": "$:/core/ui/SwitcherModal",
            "subtitle": "<$text text={{{[<switch>lookup[$:/language/Switcher/Subtitle/]]}}}/>",
            "class": "tc-modal-centered",
            "text": "<$tiddler tiddler={{{[<switch>lookup[$:/config/SwitcherTargets/]]}}}>\n\n\n<$transclude/>\n\n\n</$tiddler>"
        },
        "$:/TagManager": {
            "title": "$:/TagManager",
            "icon": "$:/core/images/tag-button",
            "color": "#bbb",
            "text": "\\define lingo-base() $:/language/TagManager/\n\\define iconEditorTab(type)\n\\whitespace trim\n<$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/TagPickerTagTemplate": {
            "title": "$:/core/ui/TagPickerTagTemplate",
            "text": "\\whitespace trim\n<$button class=<<button-classes>> tag=\"a\" tooltip={{$:/language/EditTemplate/Tags/Add/Button/Hint}}>\n<$list filter=\"[<saveTiddler>minlength[1]]\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<tagField>> $subfilter=\"[<tag>]\"/>\n</$list>\n<$set name=\"currentTiddlerCSSEscaped\" value={{{ [<saveTiddler>escapecss[]] }}}>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-tagpicker-focus-selector>> preventScroll=\"true\"/>\n</$set>\n<<delete-tag-state-tiddlers>>\n<$list filter=\"[<refreshTitle>minlength[1]]\">\n<$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n<<actions>>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<$wikify name=\"foregroundColor\" text=\"\"\"<$macrocall $name=\"contrastcolour\" target={{!!color}} fallbackTarget=<<fallbackTarget>> colourA=<<colourA>> colourB=<<colourB>>/>\"\"\">\n<span class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n<$transclude tiddler={{!!icon}}/><$view field=\"title\" format=\"text\"/>\n</span>\n</$wikify>\n</$set>\n</$button>\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\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\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}}/>\n"
        },
        "$:/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 tc-hide-sidebar-btn\">{{$:/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 tc-show-sidebar-btn\">{{$:/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": "<$reveal tag=\"div\" class=\"tc-tiddler-plugin-info\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$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</$reveal>"
        },
        "$:/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<$list filter=\"[all[current]has[icon]]~[[$:/config/DefaultTiddlerIcon]has[text]]\">\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{!!icon}}>\n<$transclude tiddler={{$:/config/DefaultTiddlerIcon}}/>\n</$transclude>\n</span>\n</$list>\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\\define cancel-delete-tiddler-actions(message) <$action-sendmessage $message=\"tm-$message$-tiddler\"/>\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}]\">\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}}>\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/EditMode/fieldname-filter": {
            "title": "$:/config/EditMode/fieldname-filter",
            "first-search-filter": "[!is[shadow]!is[system]fields[]search:title<userInput>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type",
            "second-search-filter": "[fields[]search:title<userInput>sort[]] -[!is[shadow]!is[system]fields[]]"
        },
        "$:/config/EditTabIndex": {
            "title": "$:/config/EditTabIndex",
            "text": "1\n"
        },
        "$:/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.23/index.html",
            "caption": "{{$:/language/OfficialPluginLibrary}}",
            "text": "{{$:/language/OfficialPluginLibrary/Hint}}\n"
        },
        "$:/config/Navigation/openLinkFromInsideRiver": {
            "title": "$:/config/Navigation/openLinkFromInsideRiver",
            "text": "below"
        },
        "$:/config/Navigation/openLinkFromOutsideRiver": {
            "title": "$:/config/Navigation/openLinkFromOutsideRiver",
            "text": "top"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all",
            "text": "hide"
        },
        "$:/config/Performance/Instrumentation": {
            "title": "$:/config/Performance/Instrumentation",
            "text": "no"
        },
        "$:/config/RegisterPluginType/plugin": {
            "title": "$:/config/RegisterPluginType/plugin",
            "text": "yes"
        },
        "$:/config/RegisterPluginType/theme": {
            "title": "$:/config/RegisterPluginType/theme",
            "text": "no"
        },
        "$:/config/RegisterPluginType/language": {
            "title": "$:/config/RegisterPluginType/language",
            "text": "no"
        },
        "$:/config/RegisterPluginType/info": {
            "title": "$:/config/RegisterPluginType/info",
            "text": "yes"
        },
        "$:/config/RegisterPluginType/import": {
            "title": "$:/config/RegisterPluginType/import",
            "text": "no"
        },
        "$:/config/SaveWikiButton/Template": {
            "title": "$:/config/SaveWikiButton/Template",
            "text": "$:/core/save/all"
        },
        "$:/config/SaverFilter": {
            "title": "$:/config/SaverFilter",
            "text": "[all[]] -[prefix[$:/HistoryList]] -[prefix[$:/StoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\n"
        },
        "$:/config/Search/AutoFocus": {
            "title": "$:/config/Search/AutoFocus",
            "text": "true"
        },
        "$:/config/Search/MinLength": {
            "title": "$:/config/Search/MinLength",
            "text": "3"
        },
        "$:/config/SearchResults/Default": {
            "title": "$:/config/SearchResults/Default",
            "text": "$:/core/ui/DefaultSearchResultList"
        },
        "$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]": {
            "title": "$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]",
            "text": "yes"
        },
        "$:/config/ShortcutInfo/add-field": {
            "title": "$:/config/ShortcutInfo/add-field",
            "text": "{{$:/language/EditTemplate/Fields/Add/Button/Hint}}"
        },
        "$:/config/ShortcutInfo/advanced-search": {
            "title": "$:/config/ShortcutInfo/advanced-search",
            "text": "{{$:/language/Buttons/AdvancedSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/advanced-search-sidebar": {
            "title": "$:/config/ShortcutInfo/advanced-search-sidebar",
            "text": "{{$:/language/Shortcuts/Input/AdvancedSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/bold": {
            "title": "$:/config/ShortcutInfo/bold",
            "text": "{{$:/language/Buttons/Bold/Hint}}"
        },
        "$:/config/ShortcutInfo/cancel-edit-tiddler": {
            "title": "$:/config/ShortcutInfo/cancel-edit-tiddler",
            "text": "{{$:/language/Buttons/Cancel/Hint}}"
        },
        "$:/config/ShortcutInfo/change-sidebar-layout": {
            "title": "$:/config/ShortcutInfo/change-sidebar-layout",
            "text": "{{$:/language/Shortcuts/SidebarLayout/Hint}}"
        },
        "$:/config/ShortcutInfo/delete-field": {
            "title": "$:/config/ShortcutInfo/delete-field",
            "text": "{{$:/language/EditTemplate/Field/Remove/Hint}}"
        },
        "$:/config/ShortcutInfo/excise": {
            "title": "$:/config/ShortcutInfo/excise",
            "text": "{{$:/language/Buttons/Excise/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-1": {
            "title": "$:/config/ShortcutInfo/heading-1",
            "text": "{{$:/language/Buttons/Heading1/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-2": {
            "title": "$:/config/ShortcutInfo/heading-2",
            "text": "{{$:/language/Buttons/Heading2/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-3": {
            "title": "$:/config/ShortcutInfo/heading-3",
            "text": "{{$:/language/Buttons/Heading3/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-4": {
            "title": "$:/config/ShortcutInfo/heading-4",
            "text": "{{$:/language/Buttons/Heading4/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-5": {
            "title": "$:/config/ShortcutInfo/heading-5",
            "text": "{{$:/language/Buttons/Heading5/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-6": {
            "title": "$:/config/ShortcutInfo/heading-6",
            "text": "{{$:/language/Buttons/Heading6/Hint}}"
        },
        "$:/config/ShortcutInfo/input-accept": {
            "title": "$:/config/ShortcutInfo/input-accept",
            "text": "{{$:/language/Shortcuts/Input/Accept/Hint}}"
        },
        "$:/config/ShortcutInfo/input-accept-variant": {
            "title": "$:/config/ShortcutInfo/input-accept-variant",
            "text": "{{$:/language/Shortcuts/Input/AcceptVariant/Hint}}"
        },
        "$:/config/ShortcutInfo/input-cancel": {
            "title": "$:/config/ShortcutInfo/input-cancel",
            "text": "{{$:/language/Shortcuts/Input/Cancel/Hint}}"
        },
        "$:/config/ShortcutInfo/input-down": {
            "title": "$:/config/ShortcutInfo/input-down",
            "text": "{{$:/language/Shortcuts/Input/Down/Hint}}"
        },
        "$:/config/ShortcutInfo/input-tab-left": {
            "title": "$:/config/ShortcutInfo/input-tab-left",
            "text": "{{$:/language/Shortcuts/Input/Tab-Left/Hint}}"
        },
        "$:/config/ShortcutInfo/input-tab-right": {
            "title": "$:/config/ShortcutInfo/input-tab-right",
            "text": "{{$:/language/Shortcuts/Input/Tab-Right/Hint}}"
        },
        "$:/config/ShortcutInfo/input-up": {
            "title": "$:/config/ShortcutInfo/input-up",
            "text": "{{$:/language/Shortcuts/Input/Up/Hint}}"
        },
        "$:/config/ShortcutInfo/italic": {
            "title": "$:/config/ShortcutInfo/italic",
            "text": "{{$:/language/Buttons/Italic/Hint}}"
        },
        "$:/config/ShortcutInfo/layout-switcher": {
            "title": "$:/config/ShortcutInfo/layout-switcher",
            "text": "{{$:/language/LayoutSwitcher/Description}}"
        },
        "$:/config/ShortcutInfo/link": {
            "title": "$:/config/ShortcutInfo/link",
            "text": "{{$:/language/Buttons/Link/Hint}}"
        },
        "$:/config/ShortcutInfo/linkify": {
            "title": "$:/config/ShortcutInfo/linkify",
            "text": "{{$:/language/Buttons/Linkify/Hint}}"
        },
        "$:/config/ShortcutInfo/list-bullet": {
            "title": "$:/config/ShortcutInfo/list-bullet",
            "text": "{{$:/language/Buttons/ListBullet/Hint}}"
        },
        "$:/config/ShortcutInfo/list-number": {
            "title": "$:/config/ShortcutInfo/list-number",
            "text": "{{$:/language/Buttons/ListNumber/Hint}}"
        },
        "$:/config/ShortcutInfo/mono-block": {
            "title": "$:/config/ShortcutInfo/mono-block",
            "text": "{{$:/language/Buttons/MonoBlock/Hint}}"
        },
        "$:/config/ShortcutInfo/mono-line": {
            "title": "$:/config/ShortcutInfo/mono-line",
            "text": "{{$:/language/Buttons/MonoLine/Hint}}"
        },
        "$:/config/ShortcutInfo/new-image": {
            "title": "$:/config/ShortcutInfo/new-image",
            "text": "{{$:/language/Buttons/NewImage/Hint}}"
        },
        "$:/config/ShortcutInfo/new-journal": {
            "title": "$:/config/ShortcutInfo/new-journal",
            "text": "{{$:/language/Buttons/NewJournal/Hint}}"
        },
        "$:/config/ShortcutInfo/new-tiddler": {
            "title": "$:/config/ShortcutInfo/new-tiddler",
            "text": "{{$:/language/Buttons/NewTiddler/Hint}}"
        },
        "$:/config/ShortcutInfo/picture": {
            "title": "$:/config/ShortcutInfo/picture",
            "text": "{{$:/language/Buttons/Picture/Hint}}"
        },
        "$:/config/ShortcutInfo/preview": {
            "title": "$:/config/ShortcutInfo/preview",
            "text": "{{$:/language/Buttons/Preview/Hint}}"
        },
        "$:/config/ShortcutInfo/quote": {
            "title": "$:/config/ShortcutInfo/quote",
            "text": "{{$:/language/Buttons/Quote/Hint}}"
        },
        "$:/config/ShortcutInfo/save-tiddler": {
            "title": "$:/config/ShortcutInfo/save-tiddler",
            "text": "{{$:/language/Buttons/Save/Hint}}"
        },
        "$:/config/ShortcutInfo/save-wiki": {
            "title": "$:/config/ShortcutInfo/save-wiki",
            "text": "{{$:/language/Buttons/SaveWiki/Hint}}"
        },
        "$:/config/ShortcutInfo/sidebar-search": {
            "title": "$:/config/ShortcutInfo/sidebar-search",
            "text": "{{$:/language/Buttons/SidebarSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/stamp": {
            "title": "$:/config/ShortcutInfo/stamp",
            "text": "{{$:/language/Buttons/Stamp/Hint}}"
        },
        "$:/config/ShortcutInfo/strikethrough": {
            "title": "$:/config/ShortcutInfo/strikethrough",
            "text": "{{$:/language/Buttons/Strikethrough/Hint}}"
        },
        "$:/config/ShortcutInfo/subscript": {
            "title": "$:/config/ShortcutInfo/subscript",
            "text": "{{$:/language/Buttons/Subscript/Hint}}"
        },
        "$:/config/ShortcutInfo/superscript": {
            "title": "$:/config/ShortcutInfo/superscript",
            "text": "{{$:/language/Buttons/Superscript/Hint}}"
        },
        "$:/config/ShortcutInfo/toggle-sidebar": {
            "title": "$:/config/ShortcutInfo/toggle-sidebar",
            "text": "{{$:/language/Buttons/ToggleSidebar/Hint}}"
        },
        "$:/config/ShortcutInfo/transcludify": {
            "title": "$:/config/ShortcutInfo/transcludify",
            "text": "{{$:/language/Buttons/Transcludify/Hint}}"
        },
        "$:/config/ShortcutInfo/underline": {
            "title": "$:/config/ShortcutInfo/underline",
            "text": "{{$:/language/Buttons/Underline/Hint}}"
        },
        "$:/config/SwitcherTargets/layout": {
            "title": "$:/config/SwitcherTargets/layout",
            "text": "$:/snippets/LayoutSwitcher"
        },
        "$:/config/SwitcherTargets/language": {
            "title": "$:/config/SwitcherTargets/language",
            "text": "$:/snippets/languageswitcher"
        },
        "$:/config/SwitcherTargets/palette": {
            "title": "$:/config/SwitcherTargets/palette",
            "text": "$:/core/ui/ControlPanel/Palette"
        },
        "$:/config/SwitcherTargets/theme": {
            "title": "$:/config/SwitcherTargets/theme",
            "text": "$:/core/ui/ControlPanel/Theme"
        },
        "$:/config/SyncFilter": {
            "title": "$:/config/SyncFilter",
            "text": "[is[tiddler]] -[[$:/core]] -[[$:/library/sjcl.js]] -[prefix[$:/boot/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\n"
        },
        "$:/config/SyncSystemTiddlersFromServer": {
            "title": "$:/config/SyncSystemTiddlersFromServer",
            "text": "no"
        },
        "$:/config/Tags/MinLength": {
            "title": "$:/config/Tags/MinLength",
            "text": "0"
        },
        "$:/config/TextEditor/EditorHeight/Height": {
            "title": "$:/config/TextEditor/EditorHeight/Height",
            "text": "400px"
        },
        "$:/config/TextEditor/EditorHeight/Mode": {
            "title": "$:/config/TextEditor/EditorHeight/Mode",
            "text": "auto"
        },
        "$:/config/TiddlerInfo/Default": {
            "title": "$:/config/TiddlerInfo/Default",
            "text": "$:/core/ui/TiddlerInfo/Fields"
        },
        "$:/config/TiddlerInfo/Mode": {
            "title": "$:/config/TiddlerInfo/Mode",
            "text": "popup"
        },
        "$:/config/Tiddlers/TitleLinks": {
            "title": "$:/config/Tiddlers/TitleLinks",
            "text": "no"
        },
        "$:/config/Toolbar/ButtonClass": {
            "title": "$:/config/Toolbar/ButtonClass",
            "text": "tc-btn-invisible"
        },
        "$:/config/Toolbar/Icons": {
            "title": "$:/config/Toolbar/Icons",
            "text": "yes"
        },
        "$:/config/Toolbar/Text": {
            "title": "$:/config/Toolbar/Text",
            "text": "no"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions",
            "text": "show"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others",
            "text": "hide"
        },
        "$:/config/shortcuts-mac/bold": {
            "title": "$:/config/shortcuts-mac/bold",
            "text": "meta-B"
        },
        "$:/config/shortcuts-mac/input-tab-left": {
            "title": "$:/config/shortcuts-mac/input-tab-left",
            "text": "ctrl-Left"
        },
        "$:/config/shortcuts-mac/input-tab-right": {
            "title": "$:/config/shortcuts-mac/input-tab-right",
            "text": "ctrl-Right"
        },
        "$:/config/shortcuts-mac/italic": {
            "title": "$:/config/shortcuts-mac/italic",
            "text": "meta-I"
        },
        "$:/config/shortcuts-mac/underline": {
            "title": "$:/config/shortcuts-mac/underline",
            "text": "meta-U"
        },
        "$:/config/shortcuts-mac/new-image": {
            "title": "$:/config/shortcuts-mac/new-image",
            "text": "ctrl-I"
        },
        "$:/config/shortcuts-mac/new-journal": {
            "title": "$:/config/shortcuts-mac/new-journal",
            "text": "ctrl-J"
        },
        "$:/config/shortcuts-mac/new-tiddler": {
            "title": "$:/config/shortcuts-mac/new-tiddler",
            "text": "ctrl-N"
        },
        "$:/config/shortcuts-mac/save-wiki": {
            "title": "$:/config/shortcuts-mac/save-wiki",
            "text": "meta-S"
        },
        "$:/config/shortcuts-not-mac/bold": {
            "title": "$:/config/shortcuts-not-mac/bold",
            "text": "ctrl-B"
        },
        "$:/config/shortcuts-not-mac/italic": {
            "title": "$:/config/shortcuts-not-mac/italic",
            "text": "ctrl-I"
        },
        "$:/config/shortcuts-not-mac/underline": {
            "title": "$:/config/shortcuts-not-mac/underline",
            "text": "ctrl-U"
        },
        "$:/config/shortcuts-not-mac/new-image": {
            "title": "$:/config/shortcuts-not-mac/new-image",
            "text": "alt-I"
        },
        "$:/config/shortcuts-not-mac/new-journal": {
            "title": "$:/config/shortcuts-not-mac/new-journal",
            "text": "alt-J"
        },
        "$:/config/shortcuts-not-mac/new-tiddler": {
            "title": "$:/config/shortcuts-not-mac/new-tiddler",
            "text": "alt-N"
        },
        "$:/config/shortcuts/add-field": {
            "title": "$:/config/shortcuts/add-field",
            "text": "enter"
        },
        "$:/config/shortcuts/advanced-search": {
            "title": "$:/config/shortcuts/advanced-search",
            "text": "ctrl-shift-A"
        },
        "$:/config/shortcuts/advanced-search-sidebar": {
            "title": "$:/config/shortcuts/advanced-search-sidebar",
            "text": "alt-Enter"
        },
        "$:/config/shortcuts/cancel-edit-tiddler": {
            "title": "$:/config/shortcuts/cancel-edit-tiddler",
            "text": "escape"
        },
        "$:/config/shortcuts/change-sidebar-layout": {
            "title": "$:/config/shortcuts/change-sidebar-layout",
            "text": "shift-alt-Down"
        },
        "$:/config/shortcuts/delete-field": {
            "title": "$:/config/shortcuts/delete-field",
            "text": "shift-alt-D"
        },
        "$:/config/shortcuts/excise": {
            "title": "$:/config/shortcuts/excise",
            "text": "ctrl-E"
        },
        "$:/config/shortcuts/sidebar-search": {
            "title": "$:/config/shortcuts/sidebar-search",
            "text": "ctrl-shift-F"
        },
        "$:/config/shortcuts/heading-1": {
            "title": "$:/config/shortcuts/heading-1",
            "text": "ctrl-1"
        },
        "$:/config/shortcuts/heading-2": {
            "title": "$:/config/shortcuts/heading-2",
            "text": "ctrl-2"
        },
        "$:/config/shortcuts/heading-3": {
            "title": "$:/config/shortcuts/heading-3",
            "text": "ctrl-3"
        },
        "$:/config/shortcuts/heading-4": {
            "title": "$:/config/shortcuts/heading-4",
            "text": "ctrl-4"
        },
        "$:/config/shortcuts/heading-5": {
            "title": "$:/config/shortcuts/heading-5",
            "text": "ctrl-5"
        },
        "$:/config/shortcuts/heading-6": {
            "title": "$:/config/shortcuts/heading-6",
            "text": "ctrl-6"
        },
        "$:/config/shortcuts/input-accept": {
            "title": "$:/config/shortcuts/input-accept",
            "text": "Enter"
        },
        "$:/config/shortcuts/input-accept-variant": {
            "title": "$:/config/shortcuts/input-accept-variant",
            "text": "ctrl-Enter"
        },
        "$:/config/shortcuts/input-cancel": {
            "title": "$:/config/shortcuts/input-cancel",
            "text": "Escape"
        },
        "$:/config/shortcuts/input-down": {
            "title": "$:/config/shortcuts/input-down",
            "text": "Down"
        },
        "$:/config/shortcuts/input-tab-left": {
            "title": "$:/config/shortcuts/input-tab-left",
            "text": "alt-Left"
        },
        "$:/config/shortcuts/input-tab-right": {
            "title": "$:/config/shortcuts/input-tab-right",
            "text": "alt-Right"
        },
        "$:/config/shortcuts/input-up": {
            "title": "$:/config/shortcuts/input-up",
            "text": "Up"
        },
        "$:/config/shortcuts/layout-switcher": {
            "title": "$:/config/shortcuts/layout-switcher",
            "text": "ctrl-shift-L"
        },
        "$:/config/shortcuts/link": {
            "title": "$:/config/shortcuts/link",
            "text": "ctrl-L"
        },
        "$:/config/shortcuts/linkify": {
            "title": "$:/config/shortcuts/linkify",
            "text": "alt-shift-L"
        },
        "$:/config/shortcuts/list-bullet": {
            "title": "$:/config/shortcuts/list-bullet",
            "text": "ctrl-shift-L"
        },
        "$:/config/shortcuts/list-number": {
            "title": "$:/config/shortcuts/list-number",
            "text": "ctrl-shift-N"
        },
        "$:/config/shortcuts/mono-block": {
            "title": "$:/config/shortcuts/mono-block",
            "text": "ctrl-shift-M"
        },
        "$:/config/shortcuts/mono-line": {
            "title": "$:/config/shortcuts/mono-line",
            "text": "ctrl-M"
        },
        "$:/config/shortcuts/picture": {
            "title": "$:/config/shortcuts/picture",
            "text": "ctrl-shift-I"
        },
        "$:/config/shortcuts/preview": {
            "title": "$:/config/shortcuts/preview",
            "text": "alt-P"
        },
        "$:/config/shortcuts/quote": {
            "title": "$:/config/shortcuts/quote",
            "text": "ctrl-Q"
        },
        "$:/config/shortcuts/save-tiddler": {
            "title": "$:/config/shortcuts/save-tiddler",
            "text": "ctrl+enter"
        },
        "$:/config/shortcuts/save-wiki": {
            "title": "$:/config/shortcuts/save-wiki",
            "text": "ctrl-S"
        },
        "$:/config/shortcuts/stamp": {
            "title": "$:/config/shortcuts/stamp",
            "text": "ctrl-S"
        },
        "$:/config/shortcuts/strikethrough": {
            "title": "$:/config/shortcuts/strikethrough",
            "text": "ctrl-T"
        },
        "$:/config/shortcuts/subscript": {
            "title": "$:/config/shortcuts/subscript",
            "text": "ctrl-shift-B"
        },
        "$:/config/shortcuts/superscript": {
            "title": "$:/config/shortcuts/superscript",
            "text": "ctrl-shift-P"
        },
        "$:/config/shortcuts/toggle-sidebar": {
            "title": "$:/config/shortcuts/toggle-sidebar",
            "text": "alt-shift-S"
        },
        "$:/config/shortcuts/transcludify": {
            "title": "$:/config/shortcuts/transcludify",
            "text": "alt-shift-T"
        },
        "$:/config/ui/EditTemplate": {
            "title": "$:/config/ui/EditTemplate",
            "text": "$:/core/ui/EditTemplate"
        },
        "$:/config/ui/ViewTemplate": {
            "title": "$:/config/ui/ViewTemplate",
            "text": "$:/core/ui/ViewTemplate"
        },
        "$:/config/WikiParserRules/Inline/wikilink": {
            "title": "$:/config/WikiParserRules/Inline/wikilink",
            "text": "enable"
        },
        "$:/snippets/currpalettepreview": {
            "title": "$:/snippets/currpalettepreview",
            "text": "\\define resolve-colour(macrocall)\n\\import $:/core/macros/utils\n\\whitespace trim\n<$wikify name=\"name\" text=\"\"\"$macrocall$\"\"\">\n<<name>>\n</$wikify>\n\\end\n\\define swatchStyle()\nbackground-color: $(swatchColour)$;\n\\end\n\\define swatch-inner()\n<$set name=\"swatchColour\" value={{##$(colourResolved)$}}>\n<$list filter=\"[<swatchColour>!prefix[<<colour ]!suffix[>>]]\" variable=\"ignore\">\n<div class=\"tc-swatch\" style=<<swatchStyle>> title=<<swatchTitle>>/>\n</$list>\n<$list filter=\"[<swatchColour>prefix[<<colour ]suffix[>>]]\" variable=\"ignore\">\n<$wikify name=\"colourResolved\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall=<<swatchColour>>/>\"\"\">\n<<swatch-inner>>\n</$wikify>\n</$list>\n</$set>\n\\end\n\\define swatch()\n<$set name=\"swatchColour\" value={{##$(colour)$}}>\n<$set name=\"swatchTitle\" value=<<colour>>>\n<$list filter=\"[<swatchColour>!prefix[<<colour ]!suffix[>>]]\" variable=\"ignore\">\n<div class=\"tc-swatch\" style=<<swatchStyle>> title=<<swatchTitle>>/>\n</$list>\n<$list filter=\"[<swatchColour>prefix[<<colour ]suffix[>>]]\" variable=\"ignore\">\n<$wikify name=\"colourResolved\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall=<<swatchColour>>/>\"\"\">\n<<swatch-inner>>\n</$wikify>\n</$list>\n</$set>\n</$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>\n"
        },
        "$:/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<$set name=\"count\" value={{{ [subfilter<__exportFilter__>count[]] }}}>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$list filter=\"[<currentTiddler>has[condition]subfilter{!!condition}limit[1]] ~[<currentTiddler>!has[condition]then[true]]\" variable=\"ignore\">\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</$list>\n</$set>\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/keyboard-driven-input": {
            "title": "$:/core/macros/keyboard-driven-input",
            "tags": "$:/tags/Macro",
            "text": "\\define change-input-tab(stateTitle,tag,beforeafter,defaultState,actions)\n<$set name=\"tabsList\" filter=\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]]\">\n<$vars currentState={{{ [<__stateTitle__>!is[missing]get[text]] ~[<__defaultState__>] }}} firstTab={{{ [enlist<tabsList>nth[1]] }}} lastTab={{{ [enlist<tabsList>last[]] }}}>\n<$set name=\"nextTab\" value={{{ [all[shadows+tiddlers]tag<__tag__>!has[draft.of]$beforeafter$<currentState>] ~[[$beforeafter$]removeprefix[after]suffix[]addprefix<firstTab>] ~[[$beforeafter$]removeprefix[before]suffix[]addprefix<lastTab>] }}}>\n<$action-setfield $tiddler=<<__stateTitle__>> text=<<nextTab>>/>\n$actions$\n</$set>\n</$vars>\n</$set>\n\\end\n\n\\define keyboard-input-actions()\n<$list filter=\"[<__index__>match[]]\">\n<$action-setfield $tiddler=<<__storeTitle__>> text={{{ [<__tiddler__>get<__field__>] }}}/>\n</$list>\n<$list filter=\"[<__index__>!match[]]\">\n<$action-setfield $tiddler=<<__storeTitle__>> text={{{ [<__tiddler__>getindex<__index__>] }}}/>\n</$list>\n\\end\n\n\\define input-next-actions-inner()\n<$list filter=\"[<nextItem>minlength[1]]\" variable=\"ignore\">\n<$action-setfield $tiddler=<<__selectionStateTitle__>> text=<<nextItem>>/>\n<$list filter=\"[<__index__>match[]]\">\n<$action-setfield $tiddler=<<__tiddler__>> $field=<<__field__>> $value={{{ [<nextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\n</$list>\n<$list filter=\"[<__index__>!match[]]\">\n<$action-setfield $tiddler=<<__tiddler__>> $index=<<__index__>> $value={{{ [<nextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\n</$list>\n<$action-setfield $tiddler=<<__refreshTitle__>> text=\"yes\"/>\n</$list>\n\\end\n\n\\define input-next-actions(afterOrBefore:\"after\",reverse:\"\")\n<$list filter=\"[<__storeTitle__>get[text]minlength<__filterMinLength__>] [<__filterMinLength__>match[0]] +[limit[1]]\" variable=\"ignore\">\n<$vars userInput={{{ [<__storeTitle__>get[text]] }}} selectedItem={{{ [<__selectionStateTitle__>get[text]] }}}>\n<$set name=\"configTiddler\" value={{{ [subfilter<__configTiddlerFilter__>] }}}>\n<$vars primaryListFilter={{{ [<configTiddler>get<__firstSearchFilterField__>] }}} secondaryListFilter={{{ [<configTiddler>get<__secondSearchFilterField__>] }}}>\n<$set name=\"filteredList\" filter=\"[subfilter<primaryListFilter>addsuffix[-primaryList]] =[subfilter<secondaryListFilter>addsuffix[-secondaryList]]\">\n<$vars nextItem={{{ [enlist<filteredList>$afterOrBefore$<selectedItem>] ~[enlist<filteredList>$reverse$nth[1]] }}} firstItem={{{ [enlist<filteredList>nth[1]] }}} lastItem={{{ [enlist<filteredList>last[]] }}}>\n<$list filter=\"[<selectedItem>match<firstItem>!match<lastItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [[$afterOrBefore$]match[before]then<userInput>addsuffix[-userInput]] ~[<nextItem>] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>match<lastItem>!match<firstItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [[$afterOrBefore$]match[after]then<userInput>addsuffix[-userInput]] ~[<nextItem>] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>match<firstItem>match<lastItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [<userInput>addsuffix[-userInput]] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>!match<firstItem>!match<lastItem>]\" variable=\"ignore\">\n<<input-next-actions-inner>>\n</$list>\n</$vars>\n</$set>\n</$vars>\n</$set>\n</$vars>\n</$list>\n\\end\n\n\\define keyboard-driven-input(tiddler,storeTitle,field:\"text\",index:\"\",tag:\"input\",type,focus:\"\",inputAcceptActions,inputAcceptVariantActions,inputCancelActions,placeholder:\"\",default:\"\",class,focusPopup,rows,minHeight,tabindex,size,autoHeight,filterMinLength:\"0\",refreshTitle,selectionStateTitle,cancelPopups:\"\",configTiddlerFilter,firstSearchFilterField:\"first-search-filter\",secondSearchFilterField:\"second-search-filter\")\n\\whitespace trim\n<$keyboard key=\"((input-accept))\" actions=<<__inputAcceptActions__>>>\n<$keyboard key=\"((input-accept-variant))\" actions=<<__inputAcceptVariantActions__>>>\n<$keyboard key=\"((input-up))\" actions=<<input-next-actions \"before\" \"reverse[]\">>>\n<$keyboard key=\"((input-down))\" actions=<<input-next-actions>>>\n<$keyboard key=\"((input-cancel))\" actions=<<__inputCancelActions__>>>\n<$edit-text tiddler=<<__tiddler__>> field=<<__field__>> index=<<__index__>> \n\t\tinputActions=<<keyboard-input-actions>> tag=<<__tag__>> class=<<__class__>> \n\t\tplaceholder=<<__placeholder__>> default=<<__default__>> focusPopup=<<__focusPopup__>> \n\t\tfocus=<<__focus__>> type=<<__type__>> rows=<<__rows__>> minHeight=<<__minHeight__>> \n\t\ttabindex=<<__tabindex__>> size=<<__size__>> autoHeight=<<__autoHeight__>> \n\t\trefreshTitle=<<__refreshTitle__>> cancelPopups=<<__cancelPopups__>>/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n\\end\n"
        },
        "$:/core/macros/lingo": {
            "title": "$:/core/macros/lingo",
            "tags": "$:/tags/Macro",
            "text": "\\define lingo-base()\n$:/language/\n\\end\n\n\\define lingo(title)\n{{$(lingo-base)$$title$}}\n\\end\n"
        },
        "$:/core/macros/list": {
            "title": "$:/core/macros/list",
            "tags": "$:/tags/Macro",
            "text": "\\define list-links(filter,type:\"ul\",subtype:\"li\",class:\"\",emptyMessage)\n\\whitespace trim\n<$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<$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{{$:/core/images/blank}}\n</div>\n<div style=\"height:0.5em;\"/>\n</$droppable>\n</$tiddler>\n</$type$>\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,actions,explicitState)\n<$set name=\"qualifiedState\" value=<<qualify \"$state$\">>>\n<$vars tabsState={{{ [<__explicitState__>minlength[1]] ~[<qualifiedState>] }}}>\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=<<tabsState>> 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>$actions$</$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=<<tabsState>> 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</$vars>\n</$set>\n\\end\n"
        },
        "$:/core/macros/tag-picker": {
            "title": "$:/core/macros/tag-picker",
            "tags": "$:/tags/Macro",
            "first-search-filter": "[tags[]!is[system]search:title<userInput>sort[]]",
            "second-search-filter": "[tags[]is[system]search:title<userInput>sort[]]",
            "text": "\\define get-tagpicker-focus-selector() [data-tiddler-title=\"$(currentTiddlerCSSEscaped)$\"] .tc-add-tag-name input\n\n\\define delete-tag-state-tiddlers() <$action-deletetiddler $filter=\"[<newTagNameTiddler>] [<storeTitle>] [<tagSelectionState>]\"/>\n\n\\define add-tag-actions(actions,tagField:\"tags\")\n<$set name=\"tag\" value={{{ [<__tiddler__>get[text]] }}}>\n<$list filter=\"[<saveTiddler>!contains:$tagField$<tag>!match[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"-[<tag>]\"/>\n\"\"\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"[<tag>]\"/>\n$actions$\n</$list>\n</$set>\n<<delete-tag-state-tiddlers>>\n<$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n\\end\n\n\\define clear-tags-actions-inner()\n<$list filter=\"[<storeTitle>has[text]] [<newTagNameTiddler>has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\">\n<<delete-tag-state-tiddlers>>\n</$list>\n\\end\n\n\\define clear-tags-actions()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<newTagNameTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<<clear-tags-actions-inner>>\"\"\">\n<$action-setfield $tiddler=<<newTagNameTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n</$set>\n\\end\n\n\\define tag-picker-inner(actions,tagField:\"tags\")\n\\whitespace trim\n<$vars newTagNameInputTiddlerQualified=<<qualify \"$:/temp/NewTagName/input\">> newTagNameSelectionTiddlerQualified=<<qualify \"$:/temp/NewTagName/selected-item\">> fallbackTarget={{$(palette)$##tag-background}} colourA={{$(palette)$##foreground}} colourB={{$(palette)$##background}}>\n<$vars storeTitle={{{ [<newTagNameInputTiddler>!match[]] ~[<newTagNameInputTiddlerQualified>] }}} tagSelectionState={{{ [<newTagNameSelectionTiddler>!match[]] ~[<newTagNameSelectionTiddlerQualified>] }}}>\n<$vars refreshTitle=<<qualify \"$:/temp/NewTagName/refresh\">> nonSystemTagsFilter=\"[tags[]!is[system]search:title<userInput>sort[]]\" systemTagsFilter=\"[tags[]is[system]search:title<userInput>sort[]]\">\n<div class=\"tc-edit-add-tag\">\n<div>\n<span class=\"tc-add-tag-name tc-small-gap-right\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<newTagNameTiddler>> storeTitle=<<storeTitle>> refreshTitle=<<refreshTitle>>\n\t\tselectionStateTitle=<<tagSelectionState>> inputAcceptActions=\"\"\"<$macrocall $name=\"add-tag-actions\" actions=<<__actions__>> tagField=<<__tagField__>>/>\"\"\"\n\t\tinputCancelActions=<<clear-tags-actions>> tag=\"input\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}}\n\t\tfocusPopup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex=<<tabIndex>> \n\t\tfocus={{{ [{$:/config/AutoFocus}match[tags]then[true]] ~[[false]] }}} filterMinLength={{$:/config/Tags/MinLength}} \n\t\tcancelPopups=<<cancelPopups>> configTiddlerFilter=\"[[$:/core/macros/tag-picker]]\"/>\n</span><$button popup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button><$reveal state=<<storeTitle>> type=\"nomatch\" text=\"\"><$button class=\"tc-btn-invisible tc-small-gap tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/ClearInput/Hint}} aria-label={{$:/language/EditTemplate/Tags/ClearInput/Caption}}>{{$:/core/images/close-button}}<<delete-tag-state-tiddlers>></$button></$reveal><span class=\"tc-add-tag-button tc-small-gap-left\">\n<$set name=\"tag\" value={{{ [<newTagNameTiddler>get[text]] }}}>\n<$button set=<<newTagNameTiddler>> setTo=\"\" class=\"\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"[<tag>]\"/>\n$actions$\n<$set name=\"currentTiddlerCSSEscaped\" value={{{ [<saveTiddler>escapecss[]] }}}>\n<<delete-tag-state-tiddlers>><$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-tagpicker-focus-selector>>/>\n</$set>\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 tc-block-tags-dropdown\">\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=<<nonSystemTagsFilter>> variable=\"tag\">\n<$list filter=\"[<tag>addsuffix[-primaryList]] -[<tagSelectionState>get[text]]\" emptyMessage=\"\"\"<$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\"\"\">\n<$vars button-classes=\"tc-btn-invisible\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\n</$list>\n</$list></$list>\n<hr>\n<$list filter=\"[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=<<systemTagsFilter>> variable=\"tag\">\n<$list filter=\"[<tag>addsuffix[-secondaryList]] -[<tagSelectionState>get[text]]\" emptyMessage=\"\"\"<$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\"\"\">\n<$vars button-classes=\"tc-btn-invisible\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\n</$list>\n</$list></$list>\n</$set>\n</div>\n</$reveal>\n</div>\n</div>\n</$vars>\n</$vars>\n</$vars>\n\\end\n\\define tag-picker(actions,tagField:\"tags\")\n\\whitespace trim\n<$vars saveTiddler=<<currentTiddler>> palette={{$:/palette}}>\n<$list filter=\"[<newTagNameTiddler>match[]]\" emptyMessage=\"\"\"<$macrocall $name=\"tag-picker-inner\" actions=<<__actions__>> tagField=<<__tagField__>>/>\"\"\">\n<$set name=\"newTagNameTiddler\" value=<<qualify \"$:/temp/NewTagName\">>>\n<$macrocall $name=\"tag-picker-inner\" actions=<<__actions__>> tagField=<<__tagField__>>/>\n</$set>\n</$list>\n</$vars>\n\\end\n"
        },
        "$:/core/macros/tag": {
            "title": "$:/core/macros/tag",
            "tags": "$:/tags/Macro",
            "text": "\\define tag-pill-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)\n<$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 to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}><$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 to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}>\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 to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}>\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>"
        }
    }
}
\whitespace trim
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" default="show">
<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
<$list filter="[<tv-config-toolbar-icons>match[yes]]" variable="listItem">
{{$:/core/images/fold-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text=" "/>
<$text text={{$:/language/Buttons/Fold/Caption}}/>
</span>
</$list>
</$button>
</$reveal>
<$reveal type="match" stateTitle=<<folded-state>> text="hide" default="show">
<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
<$list filter="[<tv-config-toolbar-icons>match[yes]]" variable="listItem">
{{$:/core/images/unfold-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text=" "/>
<$text text={{$:/language/Buttons/Unfold/Caption}}/>
</span>
</$list>
</$button>
</$reveal>
{{$:/snippets/viewswitcher}}






\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<div class="tc-titlebar">
<span class="tc-tiddler-controls">
<$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>
</span>
<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor" value={{!!color}}>
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
<$transclude tiddler={{!!icon}}/>
</span>
</$set>
<$list filter="[all[current]removeprefix[$:/]]">
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
<span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/>
</h2>
</$list>
<$list filter="[all[current]!prefix[$:/]]">
<h2 class="tc-title">
<$view field="title"/>
</h2>
</$list>
</$link>
</$set>
</div>

<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">

<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude tiddler=<<listItem>> mode="block"/></$list>

</$reveal>
</div>
Journal

TableOfContents

Contents



main
index.html
/
dalesgit/dalestiddly
dalesgit
The following tiddlers were imported:

# [[$:/config/EditorTypeMappings/text/vnd.tiddlywiki]]
# [[$:/config/Navigation/openLinkFromInsideRiver]]
# [[$:/config/NewJournal/Title]]
# [[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home]]
# [[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal]]
# [[$:/config/Tiddlers/TitleLinks]]
# [[$:/config/ui/EditTemplate]]
# [[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold]]
# [[$:/core/ui/Buttons/fold]]
# [[$:/core/ui/ControlPanel/StoryView]]
# [[$:/core/ui/ViewTemplate/title]]
# [[$:/language/Buttons/NewHere/Hint]]
# [[$:/language/Buttons/NewJournalHere/Hint]]
# [[$:/palette]]
# [[$:/plugins/danielo515/ContextPlugin/Caption]]
# [[$:/plugins/danielo515/ContextPlugin/widgets/context.js]]
# [[$:/plugins/snowgoon88/edit-comptext/config]]
# [[$:/tags/EditToolbar]]
# [[$:/tags/PageControls]]
# [[$:/tags/ViewTemplate]]
# [[$:/tags/ViewToolbar]]
# [[$:/view]]
# [[$:/.giffmex/.Stylesheet4Stroll]]
# [[$:/.giffmex/actions/new-journal]]
# [[$:/.giffmex/Buttons/CreateFromMissing]]
# [[$:/.giffmex/Buttons/more-tiddler-edit-actions]]
# [[$:/.giffmex/EditTemplate/custom]]
# [[$:/.giffmex/language/toolbar]]
# [[$:/.giffmex/sidebar/advancedconfig]]
# [[$:/.giffmex/sidebar/tabs/strollcontrols]]
# [[$:/.giffmex/ui/EditTemplate]]
# [[$:/.giffmex/ViewTemplate/refscontext]]
# [[$:/.giffmex/ViewTemplate/refshidden]]
# [[$:/.giffmex/ViewTemplate/refslinks]]
# [[$:/.giffmex/ViewTemplate/refstabs]]
# [[$:/.giffmex/ViewTemplate/refstranscludeclean]]
# [[$:/.giffmex/ViewTemplate/refstranscludecollapse]]
# [[$:/.giffmex/ViewTemplate/title]]
# [[$:/.giffmex/ViewToolbar/new-note-here]]
# [[$:/.giffmex/ViewToolbar/new-note-here-datetime]]
# [[$:/config/PageControlButtons/Visibility/$:/_sq/Stories/Templates/StoryTogglePageControl]]
# [[$:/config/RelinkOnRename]]
# [[$:/config/ViewToolbarButtons/Visibility/$:/.giffmex/viewtoolbar/viewrefs]]
# [[$:/config/ViewToolbarButtons/Visibility/$:/.giffmex/ViewToolbar/viewrefscheckboxes]]
# [[$:/plugins/danielo515/context/css]]
# [[$:/plugins/snowgoon88/edit-comptext]]
# [[$:/plugins/sq/editor-autolist]]
# [[$:/plugins/sq/Stories]]
# [[$:/plugins/wikilabs/link-to-tabs]]
# [[$:/_sq/Stories/Stories.css]]
no
Create a new tiddler that links to this one
Create a new journal tiddler that links to this one
$:/core/ui/PageTemplate
$:/palettes/Vanilla
.matched {background-color:#ffc;}
.tw-context {
  border:0px solid #eee;background-color:#eee;
  word-break: break-all; word-wrap: break-word;}
{
    "tiddlers": {
        "$:/plugins/danielo515/ContextPlugin/widgets/context.js": {
            "created": "20140418153435777",
            "creator": "danielo",
            "modified": "20140530231943517",
            "modifier": "danielo",
            "module-type": "widget",
            "title": "$:/plugins/danielo515/ContextPlugin/widgets/context.js",
            "type": "application/javascript",
            "text": "/*\\\\\ntitle: $:/core/modules/widgets/danielo/context-widget.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 Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar contextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\ncontextWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\ncontextWidget.prototype.render = function(parent,nextSibling) {\n   // 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    \n  if(this.term && this.term.length>3){\n     \n      this.createRegexp();\n      var matches = this.executeRegexp();\n\t  if(matches.length > 0){ \n        this.domNode = this.document.createElement(this.element);\n        this.domNode.className=\"tw-context\";\n        this.composeResults( matches ); //this appends to domNode        \n      \t// Insert element\n      \tparent.insertBefore(this.domNode,nextSibling);\n      \tthis.renderChildren(this.domNode,null);\n\t  \tthis.domNodes.push(this.domNode);\n      }\n  }\n\t\n};\n\n/*\nCompute the internal state of the widget\n*/\ncontextWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n    this.matchedClass = this.getAttribute(\"matchClass\",\"matched\");\n\tthis.tiddler = this.getAttribute( \"tiddler\",this.getVariable(\"currentTiddler\") );\n    this.term =  this.getAttribute(\"term\",this.getAttribute(\"searchTerm\"));\n\tthis.contextLength = this.getAttribute(\"length\",50);\n    this.before = this.getAttribute(\"before\",this.contextLength);\n    this.after = this.getAttribute(\"after\",this.contextLength);\n    this.maxMatches = this.getAttribute(\"maxMatches\",10);\n    this.element = this.getAttribute(\"element\",\"pre\");\n\tthis.makeChildWidgets();\n};\n\n  /*Create the regular expression*/\ncontextWidget.prototype.createRegexp = function()\n{\n  var regString = \"(\\\\w+[\\\\s\\\\S]{0,#before#})?(#term#)([\\\\s\\\\S]{0,#after#}\\\\w+)?\";\n\n  var regString = regString.replace(\"#before#\",this.before).replace(\"#term#\", $tw.utils.escapeRegExp(this.term) ) .replace(\"#after#\",this.after);\n  this.regexp = new RegExp(regString,\"ig\");\n  //console.log(regString);\n};\n/*\nexecute the regular expresion\n*/\ncontextWidget.prototype.executeRegexp = function()\n{\n  var text = this.wiki.getTiddlerText(this.tiddler), match,results = new Array();\n  while( (match = this.regexp.exec( text ) ) && (results.length < this.maxMatches) )\n      { results.push(match) }\n  //console.log(\"matches\",results);\n  return results;\n};\n\n/*\ncompose the results\nmatches : array of match objects from regular expression execute\n*/\ncontextWidget.prototype.composeResults = function(matches){\n var result=[], self=this, node = this.domNode,\n dots = textNode(\"...\\n\"),\n span = matchedNode( this.term );\n\n  for(var i=0; i < matches.length; i++){\n   processMatch( matches[i] );\n }\n  \n  function processMatch(match){\n    if( match.index !== 0) node.appendChild( dots.cloneNode(true) );\n    for( var i=1;i<match.length;i++ ) {//match[0] full matched text (all groups together)\n      if( match[i] ) {\n        if ( match[i].toLowerCase() == self.term.toLowerCase() ) \n          node.appendChild( match[i] == self.term ? span.cloneNode(true) : matchedNode( match[i] ) )\n          else\n            node.appendChild( textNode( match[i]) )\n      }\n    }\n    if( match.index + match[0].length < match.input.length) node.appendChild( dots.cloneNode(true) );\n  }\n  \n  function textNode(text){ return self.document.createTextNode(text) }\n  function matchedNode(text) { \n    var node = self.document.createElement(\"span\"); node.appendChild( textNode(text) );  node.className = self.matchedClass;\n    return node }\n  \n};\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\ncontextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.term || changedAttributes.length || changedAttributes.matchedClass) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n    return this.refreshChildren(changedTiddlers);\n};\n\nexports.context = contextWidget;\n\n})();"
        },
        "$:/plugins/danielo515/ContextPlugin/visualizer": {
            "title": "$:/plugins/danielo515/ContextPlugin/visualizer",
            "tags": "$:/tags/SearchResults",
            "caption": "Context",
            "text": "<$list filter=\"[!is[system]search{$:/temp/search}sort[title]limit[250]]\">\r\n  {{!!title||$:/core/ui/ListItemTemplate}}\r\n  <$context term={{$:/temp/search}} />\r\n</$list>\r\n"
        },
        "$:/plugins/danielo515/ContextPlugin/Stylesheet/results": {
            "created": "20140529162823729",
            "tags": "$:/tags/Stylesheet contextPlugin",
            "title": "$:/plugins/danielo515/ContextPlugin/Stylesheet/results",
            "type": "text/css",
            "text": ".matched{background-color:yellow}\n.tw-context {/*border:1px solid;\n  /*word-break: break-all; word-wrap: break-word*/}"
        },
        "$:/plugins/danielo515/ContextPlugin/Caption": {
            "created": "20140530174219263",
            "tags": "contextPlugin",
            "title": "$:/plugins/danielo515/ContextPlugin/Caption",
            "type": "text/vnd.tiddlywiki",
            "text": "Context search"
        },
        "Context Search": {
            "caption": "{{$:/plugins/danielo515/ContextPlugin/Caption}}",
            "created": "20140530173407542",
            "tags": "$:/tags/AdvancedSearch",
            "title": "Context Search",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Standard/Hint>>\n\n<div class=\"tw-search\"><$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/><$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\"> <$link to=\"\" class=\"btn-invisible\">{{$:/core/images/close-button}}</$link></$reveal></div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<div class=\"tw-search-results\">\n\n<<lingo Standard/Matches>>\n\n<$list filter=\"[!is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]\">\n{{!!title||$:/core/ui/ListItemTemplate}}\n<$context term={{$:/temp/advancedsearch}}/>\n</$list>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
        },
        "$:/plugins/danielo515/ContextPlugin/readme": {
            "title": "$:/plugins/danielo515/ContextPlugin/readme",
            "text": "!Usage\n\nAfter installing the plugin you will have a new tab in [[$:/AdvancedSearch]] called [[Context Search]]. If you want this functionality in other places you will have to edit the desired tiddler yourself adding the ''context widget''. For more details about using the widget see the section below.\n\n!!Using the widget\n\nThe very basic usage of the widget is the following:\n\n```\r\n<$context term=\"lorem\"/>\r\n```\r\nWhich will render as:\r\n<$context term=\"lorem\"/>\n\nThe widgets will search inside the current tiddler by default. Because that you see the same content twice here. This example is not very useful. Other more meaningful would be:\n\n```\r\n<$list filter=\"[search{$:/temp/advancedsearch}sort[title]limit[250]]\">\r\n{{!!title||$:/core/ui/ListItemTemplate}}\r\n<$context term={{$:/temp/advancedsearch}}/>\r\n</$list>\r\n```\n\nThat will search for tiddlers containing the text specified in [[$:/temp/advancedsearch]] and will display a link to the matching tiddlers plus a preview of the matching content. Something very similar is used in [[Context Search]]. Below you can find a complete list of parameters and their default values.\n\n|! parameter |! description | !default |\r\n| term | The term you want to search ||\r\n| searchTerm | An alias for the previous one ||\r\n| tiddler | The tiddler's name to look into | current tiddler |\r\n| length | Number of context characters to show | 50 |\r\n| before | Number of characters before the matched term to show | the value of the length parameter |\r\n| after | Number of characters after the matched term to show | the value of the length parameter |\r\n| maxMatches | maximun number of matched elements to show. Incrementing this can cause several performance issues | 10 |\r\n| element | Node element to create. This element will contain the results of the search. If you want to style it its class is `tw-context` | `<pre>` |\r\n| matchClass | The css class to assign to the matched terms in the results. This is used to highlight the results | matched |\n\n!Customizing the output\r\nThere are not many ways to customize the output of this widget. You can specify ''what type of node you want to create'' to wrap the results (div,span...). The default is `<pre>`. This container is created with the class `tw-context` so you can easily apply styles to it. Something similar happens to the ''highlighted'' words. You can specify the name of the class to assign to it and also you can apply styles to that class.\n\nA very basic example of customization could be:\n\n# Create a tiddler, for example [[$/plugins/danielo515/context/css]]\r\n# Paste the following text or any css rule you want: \"\"\"\n\n<pre>\r\n.matched{background-color:yellow}\r\n.tw-context {\r\n  border:1px solid blue;\r\n  word-break: break-all; word-wrap: break-word;}\r\n</pre>\r\n\"\"\"\r\n# Tag it with `$:/tags/stylesheet`\r\n# Save the tiddler"
        }
    }
}
Context search
/*\\
title: $:/core/modules/widgets/danielo/context-widget.js
type: application/javascript
module-type: widget

Edit-text widget

\*/
(function(){

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

var Widget = require("$:/core/modules/widgets/widget.js").widget;
var contextWidget = function(parseTreeNode,options) {
	this.initialise(parseTreeNode,options);
};

/*
Inherit from the base widget class
*/
contextWidget.prototype = new Widget();

/*
Render this widget into the DOM
*/
contextWidget.prototype.render = function(parent,nextSibling) {
   // Save the parent dom node
	this.parentDomNode = parent;
	// Compute our attributes
	this.computeAttributes();
	// Execute our logic
	this.execute();
    
  if(this.term && this.term.length>3){
     
      this.createRegexp();
      var matches = this.executeRegexp();
	  if(matches.length > 0){ 
        this.domNode = this.document.createElement(this.element);
        this.domNode.className="tw-context";
        this.composeResults( matches ); //this appends to domNode        
      	// Insert element
      	parent.insertBefore(this.domNode,nextSibling);
      	this.renderChildren(this.domNode,null);
	  	this.domNodes.push(this.domNode);
      }
  }
	
};

/*
Compute the internal state of the widget
*/
contextWidget.prototype.execute = function() {
	// Get the parameters from the attributes
    this.matchedClass = this.getAttribute("matchClass","matched");
	this.tiddler = this.getAttribute( "tiddler",this.getVariable("currentTiddler") );
    this.term =  this.getAttribute("term",this.getAttribute("searchTerm"));
	this.contextLength = this.getAttribute("length",50);
    this.before = this.getAttribute("before",this.contextLength);
    this.after = this.getAttribute("after",this.contextLength);
    this.maxMatches = this.getAttribute("maxMatches",10);
    this.element = this.getAttribute("element","pre");
	this.makeChildWidgets();
};

  /*Create the regular expression*/
contextWidget.prototype.createRegexp = function()
{
  var regString = "(\\w+[\\s\\S]{0,#before#})?(#term#)([\\s\\S]{0,#after#}\\w+)?";

  var regString = regString.replace("#before#",this.before).replace("#term#", $tw.utils.escapeRegExp(this.term) ) .replace("#after#",this.after);
  this.regexp = new RegExp(regString,"ig");
  //console.log(regString);
};
/*
execute the regular expresion
*/
contextWidget.prototype.executeRegexp = function()
{
  var text = this.wiki.getTiddlerText(this.tiddler), match,results = new Array();
  while( (match = this.regexp.exec( text ) ) && (results.length < this.maxMatches) )
      { results.push(match) }
  //console.log("matches",results);
  return results;
};

/*
compose the results
matches : array of match objects from regular expression execute
*/
contextWidget.prototype.composeResults = function(matches){
 var result=[], self=this, node = this.domNode,
 dots = textNode("...\n"),
 span = matchedNode( this.term );

  for(var i=0; i < matches.length; i++){
   processMatch( matches[i] );
 }
  
  function processMatch(match){
    if( match.index !== 0) node.appendChild( dots.cloneNode(true) );
    for( var i=1;i<match.length;i++ ) {//match[0] full matched text (all groups together)
      if( match[i] ) {
        if ( match[i].toLowerCase() == self.term.toLowerCase() ) 
          node.appendChild( match[i] == self.term ? span.cloneNode(true) : matchedNode( match[i] ) )
          else
            node.appendChild( textNode( match[i]) )
      }
    }
    if( match.index + match[0].length < match.input.length) node.appendChild( dots.cloneNode(true) );
  }
  
  function textNode(text){ return self.document.createTextNode(text) }
  function matchedNode(text) { 
    var node = self.document.createElement("span"); node.appendChild( textNode(text) );  node.className = self.matchedClass;
    return node }
  
};
/*
Selectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering
*/
contextWidget.prototype.refresh = function(changedTiddlers) {
	var changedAttributes = this.computeAttributes();
	if(changedAttributes.tiddler || changedAttributes.term || changedAttributes.length || changedAttributes.matchedClass) {
		this.refreshSelf();
		return true;
	}
    return this.refreshChildren(changedTiddlers);
};

exports.context = contextWidget;

})();




{{$:/plugins/nico/projectify/ui/dashboard/Dashboard}}
The following tiddlers will help you learn the basics of Projectify.

* [[Dashboard|$:/plugins/nico/projectify/doc/Dashboard]]
* [[Inbox|$:/plugins/nico/projectify/doc/Inbox]]
* [[Todos|$:/plugins/nico/projectify/doc/Todos]]
* [[Projects|$:/plugins/nico/projectify/doc/Projects]]
* [[Categories|$:/plugins/nico/projectify/doc/Categories]]
* [[Refiling|$:/plugins/nico/projectify/doc/Refiling]]
* [[Schedule|$:/plugins/nico/projectify/doc/Schedule]]
























{
    "tiddlers": {
        "$:/plugins/snowgoon88/edit-comptext/config": {
            "title": "$:/plugins/snowgoon88/edit-comptext/config",
            "type": "application/json",
            "text": "{\n  \"configuration\": {\n      \"caseSensitive\" : false,\n      \"maxMatch\" : 8,\n      \"minPatLength\" : 2,\n      \"triggerKeyCombination\" : \"^ \"\n  },\n  \"template\": [{\n      \"pattern\": \"[[\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n      }\n  ]\n}\n"
        },
        "$:/plugins/snowgoon88/edit-comptext/edit-comptext.js": {
            "title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.js",
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/edit-comptext.js\ntype: application/javascript\nmodule-type: widget\n\nTaken from original Edit-text widget\nVersion 5.1.13 of TW5\nAdd link-to-tiddler completion in framed.js and simple.js\n\nTODO : CHECK usefull, and particularly save_changes after every input ??\nTODO : where should popupNode be created in the DOM ?\nTODO : check that options are valid (numeric ?)\nvar isNumeric = function(n) {\n  return !isNaN(parseFloat(n)) && isFinite(n);\n};\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\tFramedCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/framed.js\").FramedCompEngine,\n\tSimpleCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/simple.js\").SimpleCompEngine;\n\nexports[\"edit-comptext\"] = editTextWidgetFactory(FramedCompEngine,SimpleCompEngine);\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/snowgoon88/edit-comptext/examples": {
            "title": "$:/plugins/snowgoon88/edit-comptext/examples",
            "text": "The configuration file [[$:/plugins/snowgoon88/edit-comptext/config]] allow you to use the completion plugin for various usages. Here are some examples...\n\n!! Link Completion\nThe basic and default usage. Completion is triggered by `[[`, the search is among all non-system tiddlers. When selected, the `title` of the tiddler is inserted in the text, surrounded by `[[` and `]]`. This gives the following Completion Template.\n\n\n```\n{\n      \"pattern\": \"[[\",\n      \"title\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n}\t     \n```\n\n\n!! Special macro completion\nI have a 'pnjin' macro that is invoked by `<<pnjin \"TiddlerPNJName\">>` where 'TiddlerPNJName is a tiddler that hold data about a PNJ. I use tiddlywiki to organise my Role Playing Games campaigns. So, I want `<p` to trigger the completion. The search is among all non-system tiddlers tagged `PNJ` and, once selected, the title of the tiddler must be inserted surrouned by `<<pnjin \\\"` and `\\\">>`. So...\n\n```\n{\n\t\"pattern\": \"<p\",\n      \t\"title\": \"[tag[PNJ]!is[system]]\",\n      \t\"start\": \"<<pnjin  \\\"\",\n      \t\"end\": \"\\\">>\"\n}\n```\n\n!! Insert some templates or stamp or snippets into text.\nI frequently use some text pattern and I want to insert them easily. So, I could create several tiddlers, tagged '$:stamp' and in their body are the piece of texte I want to insert. The titles of these tiddlers always start with `$:/config/stamp/` (i.e. $:/config/stamp/macro, $:/config/stamp/list1, $:/config/stamp/list2). I want to trigger the completion by using `<<`, then I only want to chose among the last part of the titles of tiddlers tagged `$:stamp` so I use a mask (`$:/config/stamp/`) to only display the last part of the tiddlers title. When selectected, the `body` of the tiddler is inserted, with no surrounding strings. As a results, the Completion Template is (notice the `body` field):\n\n```\n{\n      \"pattern\": \"<<\",\n      \"body\": \"[tag[$:stamp]]\",\n      \"mask\" : \"$:/config/stamp/\",\n      \"start\": \"\",\n      \"end\": \"\"\n}\n```\n\n!! And you ?\nIf you have funny usages of completion, let me know. If you'd like to do something that is not yet possible, let me know...\n\nmail : snowgoon88(AT)gmail(DOT)com"
        },
        "$:/plugins/snowgoon88/edit-comptext/framed.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/framed.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/framed.js\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\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\n\t\nfunction FramedCompEngine(options) {\n       //DEBUG console.log( \"==FramedCompEngine::creation\" );\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\n\t// Completion\n\t// Load Completion configuration as JSON\n    this._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\t\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 dummy popup for reading its styles\n\t//this._dummyCompletion = new Completion( this.widget, this.dummyTextArea, this._configOptions);\n\t//REMOVEthis._dummyCompletion.setAttribute(\"hidden\",\"true\");\n\t\n\t// Create the iframe\n\tthis.iframeNode = this.widget.document.createElement(\"iframe\");\n\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\n\tthis.iframeDoc = this.iframeNode.contentWindow.document;\n\t// (Firefox requires us to put some empty content in the iframe)\n\tthis.iframeDoc.open();\n\tthis.iframeDoc.write(\"\");\n\tthis.iframeDoc.close();\n\t// Style the iframe\n\tthis.iframeNode.className = this.dummyTextArea.className;\n\tthis.iframeNode.style.border = \"none\";\n\tthis.iframeNode.style.padding = \"0\";\n\tthis.iframeNode.style.resize = \"none\";\n\tthis.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\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: \"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\t// add Completion popup\n    this._completion = new Completion( this.widget, this.domNode, this._configOptions, this.dummyTextArea, this.iframeNode.offsetTop, this.iframeNode.offsetLeft );\n\t// print iframe offset\n\t//DEBUG console.log( \"  __iframe.offsetLeft: \"+this.iframeNode.offsetLeft );\n    //DEBUG console.log( \"  __iframe.offsetTop: \"+this.iframeNode.offsetTop );\n    \n\t// Copy all styles from dummyCompletion\n\t//$tw.utils.copyStyles(this._dummyCompletion._popNode, this._completion._popNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\t//this._completion._popNode.style.display = \"block\";\n\t//this._completion._popNode.style.width = \"100%\";\n\t//this._completion._popNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\t//this._completion._popNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n     \n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedCompEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedCompEngine.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*/\nFramedCompEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedCompEngine.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*/\nFramedCompEngine.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*/\nFramedCompEngine.prototype.handleInputEvent = function(event) {\n        //DEBUG console.log( \"__framed.js::handleInputEvent\");\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedCompEngine.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*/\nFramedCompEngine.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.FramedCompEngine = FramedCompEngine;\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/framed.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/simple.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/simple.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/simple.js\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\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\n\nfunction SimpleCompEngine(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\n    // Completion\n\t// Load Completion configuration as JSON\n    this._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\t\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\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\t// add Completion popup\n    this._completion = new Completion( this.widget, this.domNode, this._configOptions );\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleCompEngine.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*/\nSimpleCompEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleCompEngine.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*/\nSimpleCompEngine.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*/\nSimpleCompEngine.prototype.handleInputEvent = function(event) {\n\tconsole.log( \"__simple.js::handleInputEvent\");\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleCompEngine.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*/\nSimpleCompEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleCompEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleCompEngine = SimpleCompEngine;\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/simple.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/cursor-position.js": {
            "text": "/*\\\nModule that compute the pixel position of the cursor of a text\nements.\n\nTaken from https://github.com/component/textarea-caret-position\n\n(as https://github.com/kir/js_cursor_position is not updated any more)\n\\*/\n// Fonction anonyme executée immediatement\n( function(){\n \n// The properties that we copy into a mirrored div.\n// Note that some browsers, such as Firefox,\n// do not concatenate properties, i.e. padding-top, bottom etc. -> padding,\n// so we have to do every single property specifically.\nvar properties = [\n  'direction',  // RTL support\n  'boxSizing',\n  'width',  // on Chrome and IE, exclude the scrollbar, so the mirror div wraps exactly as the textarea does\n  'height',\n  'overflowX',\n  'overflowY',  // copy the scrollbar for IE\n\n  'borderTopWidth',\n  'borderRightWidth',\n  'borderBottomWidth',\n  'borderLeftWidth',\n  'borderStyle',\n\n  'paddingTop',\n  'paddingRight',\n  'paddingBottom',\n  'paddingLeft',\n\n  // https://developer.mozilla.org/en-US/docs/Web/CSS/font\n  'fontStyle',\n  'fontVariant',\n  'fontWeight',\n  'fontStretch',\n  'fontSize',\n  'fontSizeAdjust',\n  'lineHeight',\n  'fontFamily',\n\n  'textAlign',\n  'textTransform',\n  'textIndent',\n  'textDecoration',  // might not make a difference, but better be safe\n\n  'letterSpacing',\n  'wordSpacing',\n\n  'tabSize',\n  'MozTabSize'\n\n];\nvar isFirefox = false;\nif($tw.browser) {\n    isFirefox = window.mozInnerScreenX != null;\n}\n\nfunction getCaretCoordinates(element, position, options) {\n\n  var debug = options && options.debug || false;\n  if (debug) {\n    var el = document.querySelector('#input-textarea-caret-position-mirror-div');\n    if ( el ) { el.parentNode.removeChild(el); }\n  }\n\n  // mirrored div\n  var div = document.createElement('div');\n  div.id = 'input-textarea-caret-position-mirror-div';\n  document.body.appendChild(div);\n\n  var style = div.style;\n  var computed;\n  if($tw.browser) {\n      computed = window.getComputedStyle? getComputedStyle(element) : element.currentStyle;  // currentStyle for IE < 9\n  } \n  else {\n      computed = element.currentStyle;\n  }\n    \n\n  // default textarea styles\n  style.whiteSpace = 'pre-wrap';\n  if (element.nodeName !== 'INPUT')\n    style.wordWrap = 'break-word';  // only for textarea-s\n\n  // position off-screen\n  style.position = 'absolute';  // required to return coordinates properly\n  if (!debug)\n    style.visibility = 'hidden';  // not 'display: none' because we want rendering\n\n  // transfer the element's properties to the div\n  properties.forEach(function (prop) {\n    style[prop] = computed[prop];\n  });\n\n  if (isFirefox) {\n    // Firefox lies about the overflow property for textareas: https://bugzilla.mozilla.org/show_bug.cgi?id=984275\n    if (element.scrollHeight > parseInt(computed.height))\n      style.overflowY = 'scroll';\n  } else {\n    style.overflow = 'hidden';  // for Chrome to not render a scrollbar; IE keeps overflowY = 'scroll'\n  }\n\n  div.textContent = element.value.substring(0, position);\n  // the second special handling for input type=\"text\" vs textarea: spaces need to be replaced with non-breaking spaces - http://stackoverflow.com/a/13402035/1269037\n  if (element.nodeName === 'INPUT')\n    div.textContent = div.textContent.replace(/\\s/g, \"\\u00a0\");\n\n  var span = document.createElement('span');\n  // Wrapping must be replicated *exactly*, including when a long word gets\n  // onto the next line, with whitespace at the end of the line before (#7).\n  // The  *only* reliable way to do that is to copy the *entire* rest of the\n  // textarea's content into the <span> created at the caret position.\n  // for inputs, just '.' would be enough, but why bother?\n  span.textContent = element.value.substring(position) || '.';  // || because a completely empty faux span doesn't render at all\n  div.appendChild(span);\n\n  var coordinates = {\n    top: span.offsetTop + parseInt(computed['borderTopWidth']),\n    left: span.offsetLeft + parseInt(computed['borderLeftWidth'])\n  };\n\n  if (debug) {\n    span.style.backgroundColor = '#aaa';\n  } else {\n    document.body.removeChild(div);\n  }\n\n  return coordinates;\n}\n\n// Exporte as a module of node.js otherwise set as global\nif (typeof module != \"undefined\" && typeof module.exports != \"undefined\") {\n  module.exports = getCaretCoordinates;\n} else {\n  window.getCaretCoordinates = getCaretCoordinates;\n}\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/cursor-position.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/completion.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/completion.js\ntype: application/javascript\nmodule-type: library\n\nTry to make self-contained completion module.\n\nTo use this 'module', you need a `widget` with a kind of `editarea` node.\nI do not know the exacte prerequisites of this editarea node for the module to\nwork, but mostly one should be able to attach the following `eventHandler` to\nit:\n - input\n - keydown\n - keypress\n - keyup\nThe `widget` is needed because I use:\n - widget.document\n - widget.wiki.filterTiddlers(...)\n\nFrom the Widget, once you have a proper editarea, you just have to call\n - var completion = new Completion( theWidget, theEditAreaNode, configObject);\nwhere `configObject` is expected to have the following fields. if a field is missing, a default value will be given.\nOne can have many `elements' in the template array.\n\n{\n  \"configuration\": {\n      \"caseSensitive\" : false,\n      \"maxMatch\" : 8,\n      \"minPatLength\" : 2,\n      \"triggerKeyCombination\" : \"^ \"\n  },\n  \"template\": [{\n      \"pattern\": \"[[\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n      }\n  ]\n}\n\nTODO : CHECK if needed\n\\*/\n\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// To compute pixel coordinates of cursor\nvar getCaretCoordinates = require(\"$:/plugins/snowgoon88/edit-comptext/cursor-position.js\");\n\n/** Default Completion Attributes */\nvar DEFATT = { maxMatch: 5, minPatLength: 2, caseSensitive: false, triggerKeyCombination: \"^ \" };\n\n/** \n * Struct for generic Completion Templates.\n * <ul>\n * <li>pat : pattern searched for.</li>\n * <li>filter : filter operation used to find the list of completion options</li>\n * <li>mask: replaced by \"\" when presenting completion options</li>\n * </ul>\n */\nvar Template = function( pat, filter, mask, field, start, end  ) {\n    this.pat = pat;\n    this.filter = filter;\n    this.mask = \"^\"+regExpEscape(mask);\n    this.field = field;\n    this.start = start;\n    this.end = end;\n    this.pos = 0;\n};\n/**\n * Struct for storing completion options, as we need to memorise \n * the titles of the tiddlers when masked and when body must be displayed.\n */\nvar OptCompletion = function( title, str ) {\n    this.title = title;\n    this.str = str;\n};\n\nvar keyMatchGenerator = function(combination) {\n\tlet singleMatchGenerator = function(character) {\n\t\tif (character === '^') {\n\t\t\treturn event => event.ctrlKey;\n\t\t}\n\t\telse if (character === '+') {\n\t\t\treturn event => event.shiftKey;\n\t\t}\n\t\telse if (character === '!') {\n\t\t\treturn event => event.altKey;\n\t\t}\n\t\telse {\n\t\t\treturn event => (event.keyCode || event.which) === character.charCodeAt(0);\n\t\t}\n\t};\n\n\tlet matchers = [];\n\tfor (let i = 0; i < combination.length; i++) {\n\t\tmatchers.push(singleMatchGenerator(combination[i]));\n\t}\n\n\treturn event => {\n\t\tfor (let i = 0; i < matchers.length; i++) {\n\t\t\tif (!matchers[i](event)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t};\n};\n\n/**\n * Widget is needed in creating popupNode.\n * - widget.document\n * - widget.wiki.filterTiddlers(...)\n * - sibling : where to create the popup in the DOM.\n */\n\tvar Completion = function( editWidget, areaNode, param, sibling, offTop, offLeft ) {\n\tconsole.log( \"==Completion::creation\" );\n\n    // About underlying Widget\n    this._widget = editWidget;\n\tthis._areaNode = areaNode;\n\tthis._sibling  = (typeof sibling !== 'undefined') ?  sibling : this._areaNode;\n\tthis._offTop = (typeof offTop !== 'undefined') ?  offTop : 0;\n\tthis._offLeft = (typeof offLeft !== 'undefined') ?  offLeft : 0;\t\n\t\t\n    // Completions attributes\n    /** State */\n    this._state = \"VOID\";\n    this._template = undefined;\n    /** Best matches */\n    this._bestMatches = []; // An array of OptCompletion\n    this._idxChoice = -1;\n    /** Param */\n    // maximum nb of match displayed\n    this._maxMatch     = param.configuration.maxMatch || DEFATT.maxMatch;   \n    this._minPatLength = param.configuration.minPatLength || DEFATT.minPatLength;\n    this._caseSensitive= param.configuration.caseSensitive || DEFATT.caseSensitive;\n    this._triggerKeyMatcher = keyMatchGenerator(param.configuration.triggerKeyCombination || DEFATT.triggerKeyCombination);\n    /** Input information */\n    this._lastChar = \"\";\n    this._hasInput = false;\n    /** List of Completion Templates */\n    this._listTemp = [];\n    \n    // Read templates from Param\n    if( param.template ) {\n    \tvar idT;\n    \tfor( idT=0; idT<param.template.length; idT++ ) {\n    \t    var temp = param.template[idT];\n\t    // field 'body' ou 'title' (default)\n\t    if( temp.body ) {\t\t\n    \t\tthis._listTemp.push( \n    \t\t    new Template( temp.pattern, temp.body,\n\t\t\t\t  temp.mask ? temp.mask : \"\",\n\t\t\t\t  \"body\",\n    \t\t\t\t  temp.start, temp.end )\n    \t\t);\n\t    }\n\t    else {\n    \t\tthis._listTemp.push( \n    \t\t    new Template( temp.pattern, \n\t\t\t\t  temp.title ? temp.title : temp.filter,\n\t\t\t\t  temp.mask ? temp.mask : \"\",\n\t\t\t\t  \"title\",\n    \t\t\t\t  temp.start, temp.end )\n    \t\t);\n\t    }\n\t    //DEBUG temp = this._listTemp[this._listTemp.length-1];\n\t    //DEBUG console.log( \"__CONF : \"+temp.pattern+\":\"+temp.filter+\":\"+temp.mask+\":\"+temp.field+\":\"+temp.start+\":\"+temp.end );\n    \t}\n    }\n    // or defaut template\n    else {\n    \tthis._listTemp = [\n    \t    new Template( \"[[\", \"[all[tiddlers]!is[system]]\", \n\t\t\t  \"\", \"title\",\n\t\t\t  \"[[\", \"]]\" )\n    \t];\n    }\n    // Create Popup\n\t//this._popNode = createPopup(this._widget, this._areaNode );\n\tthis._popNode = createPopup(this._widget, this._sibling );\t\n    \n    // Listen to the Keyboard\n    $tw.utils.addEventListeners( this._areaNode,[\n\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInput\"},\n\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydown\"},\n\t{name: \"keypress\", handlerObject: this, handlerMethod: \"handleKeypress\"},\n    \t{name: \"keyup\", handlerObject: this, handlerMethod: \"handleKeyup\"}\n    ]);\n   \n    /** \n     * Find the bestMatches among listChoice with given pattern\n     * @param listChoice : array of String\n     * @change : this._bestMatches => array of OptCompletion\n     */\n    this._findBestMatches = function( listChoice, pattern, nbMax) {\n\t// regexp search pattern, case sensitive\n\tvar flagSearch = this._caseSensitive ? \"\" : \"i\" ;\n\tvar regpat = RegExp( regExpEscape(pattern), flagSearch );\n\tvar regpat_start = RegExp( \"^\"+regExpEscape(pattern), flagSearch );\n\tvar regMask = RegExp( this._template.mask ? this._template.mask : \"\",\"\");\n\tvar nbMatch = 0;\n\t// nbMax set to _maxMatch if no value given\n\tnbMax = nbMax !== undefined ? nbMax : this._maxMatch;\n\n\t//DEBUG console.log( \"__FIND masked=\"+regMask+\" regPat=\"+regpat);\n\n\tthis._bestMatches= [];\n\tvar otherMatches = [];\n\t// We test every possible choice\n\tfor( var i=0; i< listChoice.length; i++ ) {\n\t    // apply mask over potential choice\n\t    var maskedChoice = listChoice[i].replace( regMask, \"\");\n\t    // Test first if pattern is found at START of the maskedChoice\n\t    // THEN added to BestMatches\n \t    if( regpat_start.test( maskedChoice )) {\n\t\tif (nbMatch >= nbMax) {\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t    return;\n\t\t} else {\n\t\t    this._bestMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t    nbMatch += 1;\n\t\t}\n\t    }\n\t    // then if pattern is found WITHIN the maskedChoice\n\t    // added AFTER the choices that starts with pattern\n\t    else if( regpat.test( maskedChoice ) ) {\n\t\tif (nbMatch >= nbMax) {\n\t\t    // add all otherMatches to _bestMatches\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\t\t    this._bestMatches = this._bestMatches.concat( otherMatches );\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t    return;\n\t\t} else {\n\t\t    otherMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t    nbMatch += 1;\n\t\t}\n\t    }\n\t}\n\t// Here, must add the otherMatches\n\tthis._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\tthis._bestMatches = this._bestMatches.concat( otherMatches );\n    };\n    /**\n     * Change Selected Status of Items\n     */\n    this._next = function (node) {\n\tvar count = node.children.length;\n\t//DEBUG console.log( \"__NEXT: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t    this._goto( node, this._idxChoice < count - 1 ? this._idxChoice + 1 : -1);\n\t//DEBUG this._logStatus( \"NexT\" );\n    };\n    this._previous = function (node) {\n\tvar count = node.children.length;\n\tvar selected = this._idxChoice > -1;\n\t//DEBUG console.log( \"__PREV: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t    this._goto( node, selected ? this._idxChoice - 1 : count - 1);\n\t//DEBUG this._logStatus( \"PreV\" );\n    };\n    // Should not be used, highlights specific item without any checks!\n    this._goto = function (node, idx) {\n\tvar lis = node.children;\n\tvar selected = this._idxChoice > -1;\n\tif (selected) {\n\t    lis[this._idxChoice].setAttribute(\"patt-selected\", \"false\");\n\t}\n\n\tthis._idxChoice = idx;\n    \n\tif (idx > -1 && lis.length > 0) {\n\t    lis[idx].setAttribute(\"patt-selected\", \"true\");\n\t}\n    };\n    /**\n     * Abort pattern and undisplay.\n     */\n    this._abortPattern = function (displayNode) {\n\tthis._state = \"VOID\";\n\tthis._bestChoices = [];\n\tthis._idxChoice = -1;\n\tthis._undisplay( displayNode );\n\tthis._template = undefined;\n    };\n    /**\n     * Display popupNode at the cursor position in areaNode.\n     */\n    this._display = function( areaNode, popupNode ) {\n\tif ( popupNode.style.display == 'none' ) {\n\t    // Must get coordinate\n\t    // Cursor coordinates within area + area coordinates + scroll\n            var coord = getCaretCoordinates(areaNode, areaNode.selectionEnd);\n            var styleSize = getComputedStyle(areaNode).getPropertyValue('font-size');\n            var fontSize = parseFloat(styleSize); \n\t\t\n\t    popupNode.style.left = (this._offLeft+areaNode.offsetLeft-areaNode.scrollLeft+coord.left) + 'px';\n\t    popupNode.style.top = (this._offTop+areaNode.offsetTop-areaNode.scrollTop+coord.top+fontSize*2) + 'px';\n\t    popupNode.style.display = 'block';\n\t}\n    };\n    /**\n     * Undisplay someNode\n     */\n    this._undisplay = function( displayNode ) {\n\tif ( displayNode.style.display != 'none' ) {\n\t    displayNode.style.display = 'none';\n\t}\n    };\n\n     /**\n     * Used for debug\n     */\n    this._logStatus = function(msg) {\n\tconsole.log( \"__STATUS: \"+this._state+\":-\"+msg+\"- idx=\"+this._idxChoice );\n    };\n\n};\n// **************************************************************************\n// ******************************************************************eventCbk\n// **************************************************************************\n/**\n * Disable the *effects* of ENTER / UP / DOWN / ESC when needed.\n * Set _hasInput to false.\n */\nCompletion.prototype.handleKeydown = function(event) {\n    // key \n    var key = event.keyCode;\n    this._hasInput = false;\n    \n    //DEBUG console.log( \"__KEYDOWN (\"+key+\") hasI=\"+this._hasInput);\n    \n    // ENTER while selecting\n    if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 13 ) {\n    \tevent.preventDefault();\n    \tevent.stopPropagation();\n    }\n    // ESC while selecting\n    if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 27 ) {\n    \tevent.preventDefault();\n    \tevent.stopPropagation();\n    }\n    // UP/DOWN while a pattern is extracted\n    if( (key===38 || key===40) && \n\t(this._state === \"PATTERN\" || this._state === \"SELECT\") ) {\n\tevent.preventDefault();\n    }\n};\n/**\n * Means that something has been added/deleted => set _hasInput\n */\nCompletion.prototype.handleInput = function(event) {\n    this._hasInput = true;\n    //DEBUG console.log( \"__INPUT hasI=\"+this._hasInput );\n};\n\t\n/**\n * Set _lastChar, detects CTRL+SPACE.\n */\nCompletion.prototype.handleKeypress = function(event) {\n    var curPos = this._areaNode.selectionStart;  // cursor position\n    var val = this._areaNode.value;   // text in the area\n    // key \n    var key = event.keyCode || event.which;\n\t\n    this._lastChar = String.fromCharCode(key);\n    //DEBUG console.log( \"__KEYPRESS (\"+key+\") hasI=\"+this._hasInput+\" char=\"+this._lastChar );\n    //DEBUG this._logStatus( \"KEYPRESS\" );\n    \n    // Detect Ctrl+Space\n    if( this._triggerKeyMatcher(event) && this._state === \"VOID\" ) {\n\t//Find a proper Template\n\t// first from which we can extract a pattern\n\tif( this._template === undefined ) {\n\t    //DEBUG console.log(\"__SPACE : find a Template\" );\n\t    var idT, res;\n\t    for( idT=0; idT < this._listTemp.length; idT++ ) {\n\t\tres = extractPattern( val, curPos, this._listTemp[idT] );\n\t\t//DEBUG console.log(\"  t=\"+this._listTemp[idT].pat+\" res=\"+res);\n\t\t// res is not undefined => good template candidate\n\t\tif( res ) {\n\t\t    this._template = this._listTemp[idT];\n\t\t    this._state = \"PATTERN\";\n\t\t    break;\n\t\t}\n\t    }\n\t}\n\telse {\n\t    //DEBUG console.log(\"__SPACE : already a template\" );\n\t    this._state = \"PATTERN\";\n\t}\n    }\n};\n/**\n * ESC -> abort; \n * Detect [ -> VOID switch to _state=PATTERN\n * PATTERN || SELECT : ENTER -> insertText\n *                     UP/DOWN -> previous/next\n *                     pattern.length > _minPatternLength -> display  \n */\nCompletion.prototype.handleKeyup = function(event) {\n    var curPos = this._areaNode.selectionStart;  // cursor position\n    var val = this._areaNode.value;   // text in the area\n    // key a\n    var key = event.keyCode;\n    \n    //DEBUG console.log( \"__KEYUP (\"+key+\") hasI=\"+this._hasInput );\n    \n    // ESC\n    if( key === 27 ) {\n\tthis._abortPattern( this._popNode );\n\t//DEBUG this._logStatus( \"\" );\n    }\n    // Check for every template\n    if( this._hasInput && this._state === \"VOID\" ) {\n\t// check every template's pattern\n\tvar idT, template;\n\tfor( idT=0; idT < this._listTemp.length; idT++ ) {\n\t    template = this._listTemp[idT];\n\t    if( this._lastChar === template.pat[template.pos] ) {\n\t\ttemplate.pos += 1;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t\t// Pattern totaly matched ?\n\t\tif( template.pos === template.pat.length ) {\n\t\t    //DEBUG console.log( \"__CHECK => found \"+template.pat );\n\t\t    this._state = \"PATTERN\";\n\t\t    this._template = template;\n\t\t    \n\t\t    break; // get out of loop\n\t\t}\n\t    }\n\t    else {\n\t\ttemplate.pos = 0;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t    }\n\t}\n    }\n    // a pattern\n    else if( this._state === \"PATTERN\" || this._state === \"SELECT\" ) {\n\t// Pattern below cursor : undefined if no pattern\n\tvar pattern = extractPattern( val, curPos, this._template );\n\tif( key === 13 ) { // ENTER\n\t    //DEBUG console.log( \"KEY : Enter\" );\n    \t    // Choice made in the displayNode ?\n    \t    var selected = this._idxChoice > -1 && this._idxChoice !== this._maxMatch;\n    \t    //DEBUG console.log( \"   > sel=\"+selected+\" len=\"+this._bestChoices.length );\n    \t    if( selected ) {\n    \t\t//DEBUG console.log( \"   > selected\" );\n\t\tvar temp = this._bestMatches[this._idxChoice];\n\t\tvar str = temp.str;\n\t\tif( this._template.field === \"body\" ) {\n\t\t    str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n    \t\tinsertInto( this._areaNode,\n\t\t\t    str,\n\t\t\t    pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t    }\n\t    // otherwise take the first choice (if exists)\n\t    else if( this._bestMatches.length > 0 ) {\n    \t\t//DEBUG console.log( \"   > take first one\" );\n\t\tvar temp = this._bestMatches[0];\n\t\tvar str = temp.str;\n\t\tif( this._template.field === \"body\" ) {\n\t\t    str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n    \t\tinsertInto( this._areaNode,\n\t\t\t    str,\n\t\t\t    pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t    }\n\t    this._abortPattern( this._popNode );\n\t\t//DEBUG this._logStatus( \"\" );\n    \t    }\n\t    else if( key === 38 && this._hasInput === false) { // up\n\t\tthis._state = \"SELECT\";\n    \t\tevent.preventDefault();\n    \t\tthis._previous( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t//event.stopPropagation();\n    \t    }\n    \t    else if( key === 40 && this._hasInput === false) { // down\n\t\tthis._state = \"SELECT\";\n    \t\tevent.preventDefault();\n    \t\tthis._next( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t//event.stopPropagation();\n    \t    }\n    \t    else if( pattern ) { // pattern changed by keypressed\n\t\tthis._idxChoice = -1;\n    \t\t// log\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t// Popup with choices if pattern at least minPatLength letters long\n\t\tif( pattern.text.length > (this._minPatLength-1) ) {\n\t\t    // compute listOptions from templateFilter\n\t\t    var allOptions;\n\t\t    if( this._template )\n\t\t\tallOptions = this._widget.wiki.filterTiddlers( this._template.filter );\n\t\t    else\n\t\t\tallOptions = this._widget.wiki.filterTiddlers(\"[all[tiddlers]]\");\n\t\t    this._findBestMatches( allOptions, pattern.text );\n    \t\t    this._popNode.innerHTML = \"\";\n    \t\t    //console.log( \"BC \"+ this._pattern + \" => \" + choice );\n    \t\t    if (this._bestMatches.length > 0) {\n\t\t\tfor( var i=0; i<this._bestMatches.length; i++) {\n    \t\t\t    this._popNode.appendChild( \n\t\t\t\titemHTML(this._bestMatches[i].str,\n\t\t\t\t\t pattern.text));\n    \t\t\t}\n\t\t\tthis._display( this._areaNode, this._popNode );\t\t\t\n    \t\t    }\n\t\t    else { // no matches\n\t\t\tthis._state = \"PATTERN\";\n\t\t\tthis._undisplay( this._popNode );\n\t\t    }\n\t\t}\n    \t    }\n\t    else { // no pattern detected\n\t\tthis._abortPattern( this._popNode );\n\t    }\n\t}\n\t// to ensure that one MUST add an input (through onInput())\n\tthis._hasInput = false;\n};\n// **************************************************************************\n// ******************************************************** private functions\n// **************************************************************************\n/**\n * Create popup element.\n */\nvar createPopup = function( widget, node ) {\n    // Insert a special \"div\" element for poping up\n    // Its 'display' property in 'style' control its visibility\n    var popupNode = widget.document.createElement(\"div\");\n    popupNode.setAttribute( \"style\", \"display:none; position: absolute;\");\n    popupNode.className = \"tc-block-dropdown ect-block-dropdown\";\n    // Insert the element into the DOM\n    node.parentNode.insertBefore(popupNode,node.nextSibling);\n    //CHECK the domNodes is a attribute of Widget [widget.js]\n    //CHECK this.domNodes.push(popupNode);\n    \n    return popupNode;\n};\n/**\n * Extract Pattern from text at a given position.\n *\n * Between previous template.pat (or '[[') and pos\n * \n * If no pattern -> undefined\n */\nvar extractPattern = function( text, pos, template ) {\n    // Detect previous and next ]]=>STOP or [[=>START\n    var sPat = template.pat ? template.pat : '[[';\n    var pos_prevOpen = text.lastIndexOf( sPat, pos );\n    var ePat = template.end ? template.end : ']]';\n    var pos_prevClosed = text.lastIndexOf( ePat, pos );\n    var pos_nextClosed = text.indexOf( ePat, pos  );\n    //DEBUG console.log(\"__CALC st=\"+sPat+\" -> en=\"+ePat );\n    //DEBUG console.log(\"__CALC po=\"+pos_prevOpen+\" pc=\"+pos_prevClosed+\" nc=\"+pos_nextClosed+\" pos=\"+pos);\n    pos_nextClosed = (pos_nextClosed >= 0) ? pos_nextClosed : pos;\n    \n    if( (pos_prevOpen >= 0) &&                 // must be opened\n\t((pos_prevOpen > pos_prevClosed ) ||  // not closed yet\n\t (pos_prevClosed === pos))) {          // closed at cursor\n\t//DEBUG console.log(\"     pat=\"+text.slice( pos_prevOpen+sPat.length, pos) );\n\treturn { text: text.slice( pos_prevOpen+sPat.length, pos ),\n\t\t start: pos_prevOpen,\n\t\t end: pos_nextClosed\n\t       };\n    }\n};\n/**\n * Controls how list items are generated.\n * Function that takes two parameters :\n *  - text : suggestion text\n *  - input : the user’s input\n * Returns : list item. \n * Generates list items with the user’s input highlighted via <mark>.\n */\nvar itemHTML = function (text, input ) {\n    // text si input === ''\n    // otherwise, build RegExp that is global (g) and case insensitive (i)\n    // to replace with <mark>$&</mark> where \"$&\" is the matched pattern\n    var html = input === '' ? text : text.replace(RegExp(regExpEscape(input.trim()), \"gi\"), \"<mark>$&</mark>\");\n    return create(\"li\", {\n\tinnerHTML: html,\n\t\"patt-selected\": \"false\"\n    });\n};\n/**\n * Insert text into a textarea node, \n * enclosing in 'template.start..template.end'\n *\n * - posBefore : where the 'template.pat+pattern' starts\n * - posAfter : where the cursor currently is\n */\nvar insertInto = function(node, text, posBefore, posAfter, template ) {\n    //DEBUG console.log( \"__INSERT : \"+template.pattern+\":\"+template.filter+\":\"+template.mask+\":\"+template.field+\":\"+template.start+\":\"+template.end );\n    var val = node.value;\n    var sStart = template.start !== undefined ? template.start : '[[';\n    var sEnd = template.end !== undefined ? template.end : ']]';\n    var newVal = val.slice(0, posBefore) + sStart + text + sEnd + val.slice(posAfter);\n    //console.log(\"__INSERT s=\"+sStart+\" e=\"+sEnd);\n    //console.log (\"__INSERT pb=\"+posBefore+\" pa=\"+posAfter+\" txt=\"+text);\n    //console.log( \"NEW VAL = \"+newVal );\n    // WARN : Directly modifie domNode.value.\n    // Not sure it does not short-circuit other update methods of the domNode....\n    // i.e. could use widget.updateEditor(newVal) from edit-comptext widget.\n    //      but how to be sure that cursor is well positionned ?\n    node.value = newVal;\n    node.setSelectionRange(posBefore+text.length+sStart.length+sEnd.length, posBefore+text.length+sStart.length+sEnd.length );\n};\n/**\n * Add an '\\' in front of -\\^$*+?.()|[]{}\n */\nvar regExpEscape = function (s) {\n    return s.replace(/[-\\\\^$*+?.()|[\\]{}]/g, \"\\\\$&\");\n};\n/**\n * Add an element in the DOM.\n */\nvar create = function(tag, o) {\n    var element = document.createElement(tag);\n    \n    for (var i in o) {\n\tvar val = o[i];\n\t\n\tif (i === \"inside\") {\n\t    $(val).appendChild(element);\n\t}\n\telse if (i === \"around\") {\n\t    var ref = $(val);\n\t    ref.parentNode.insertBefore(element, ref);\n\t    element.appendChild(ref);\n\t}\n\telse if (i in element) {\n\t    element[i] = val;\n\t}\n\telse {\n\t    element.setAttribute(i, val);\n\t}\n    }\n    \n    return element;\n};\n\n\nexports.Completion = Completion;\n\n})();\n\n    \n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/completion.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/edit-comptext.css": {
            "text": "\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/* The \\rules pragma at the top of the tiddler restricts the WikiText \n * to just allow macros and transclusion. This avoids mistakenly \n * triggering unwanted WikiText processing.\n * \n * MUST not save as text/css for macro to be processed\n*/\n\n.ect-block-dropdown li {\n    display: block;\n    padding: 4px 14px 4px 14px;\n    text-decoration: none;\n    color: <<colour tiddler-link-foreground>>; /*#5778d8;*/ \n    background: transparent;\n}\n.ect-block-dropdown li[patt-selected=\"true\"] {\n    color: <<colour tiddler-link-background>>; /*#ffffff; */\n    background-color: <<colour tiddler-link-foreground>>; /*#5778d8; */\n}\n.ect-block-dropdown li[patt-selected=\"true\"] mark {\n    background: hsl(86, 100%, 21%);\n    color: inherit;\n}\n\n",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.css",
            "tags": "[[$:/tags/Stylesheet]]"
        },
        "$:/plugins/snowgoon88/edit-comptext/readme": {
            "title": "$:/plugins/snowgoon88/edit-comptext/readme",
            "text": "!! What ?\nThis plugin adds ''completion'' when editing the body of a tiddler.\n\n* Enter completion-mode by typing `[[` or `CTRL+SPACE`\n* A list of tiddlers with a title that matches the pattern between `[[` and cursor appears\n* `UP/DOWN` keys can select a tiddler, `ENTER` to validate\n* If there is only one match, `ENTER` selects it.\n* `NEW` : you can specify you own trigger pattern and the list of possible completions. See [[$:/plugins/snowgoon88/edit-comptext/usage]] for more details.\n\n\n!! To try it or get the latest news\nSee [[http://snowgoon88.github.io/TW5-extendedit]]\n\n!! Install \n\nTo add the plugin to your own TiddlyWiki5, just drag this link to the browser window:\n\n[[$:/plugins/snowgoon88/edit-comptext]]\n\nSometime, a small configuration step is then needed\n\nin `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you must chose `comptext` instead of `text`.\n\nReload and « voilà »...\n\nThis plugin is quite mature now :o)\n\n!! Old version\n\n* A version compatible with 5.0.8 to 5.1.11 : [[http://snowgoon88.github.io/TW5-extendedit/index_5.1.11.html]]\n\n!! Source code\nOn github [[https://github.com/snowgoon88/TW5-extendedit]]\n\nGet in touch : snowgoon88(AT)gmail(DOT)com\n"
        },
        "$:/plugins/snowgoon88/edit-comptext/usage": {
            "title": "$:/plugins/snowgoon88/edit-comptext/usage",
            "text": "''Important'' : be sure that in `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you have chosen `comptext` instead of `text`.\n\nConfiguration of the edit-comptext plugin can be done through the tiddler [[$:/plugins/snowgoon88/edit-comptext/config]]. Use a JSON tiddler (do not forget to set the type to `application/json`. See some examples at [[$:/plugins/snowgoon88/edit-comptext/examples]]\n\nIn the `configuration` object you can set :\n\n* `caseSensitive`: `true`/`false` (is search case sensitive ?)\n* `maxMatch` : an `integer` (max number of match displayed)\n* `minPatLength` : an `integer` (minimal length of a pattern to trigger completion search)\n* `triggerKeyCombination ` : a `string` representing the key combination that triggers the autocompletion popup. To use modifier keys in your combination, use following conversions : `ctrl` -> `^`, `alt` -> `!`, `shift` -> `+`. Note: ` ` (literally a whitespace) represents the `space` key.\n\nIn the `template` array you can specify the various completion templates that will be used. Every template can have the following members.\n\n* `pattern` : `string` (pattern that triggers a completion, default \"[[\" )\n* `title` or `body`: `string` (the filter operators that gives the list of valid completions, default \"[all[tiddlers]!is[system]]\"). If you specify `body`, then the body of the tiddler will be inserted on selection.\n* `start` : `string` (when completion is chosen, start is put before the completion, default \"[[\")\n* `end` : `string` (when completion is chosen, end is put after the completion, default \"]]\")\n\n!! Current body of Config Tiddler\n\n{{$:/plugins/snowgoon88/edit-comptext/config}}\n\n"
        }
    }
}
{
  "configuration": {
      "caseSensitive" : false,
      "maxMatch" : 8,
      "minPatLength" : 2,
      "triggerKeyCombination" : "^ "
  },
  "template": [{
      "pattern": "[[",
      "filter": "[all[tiddlers]!is[system]]",
      "start": "[[",
      "end": "]]"
      }
  ]
}
{
    "tiddlers": {
        "$:/plugins/sq/editor-autolist/editor-operation-autolist": {
            "text": "/*\\\ntitle: $:/plugins/sq/editor-autolist/editor-operation-autolist.js\ntype: application/javascript\nmodule-type: texteditoroperation\nText editor operation to automate syntax for lists\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"autolist\"] = function(event,operation) {\n\t\n\tvar lineStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\tvar lineEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selStart);\n\tvar line = operation.text.substring(lineStart,lineEnd);\t\n\t\n\tvar listPrefixRegex = /^((\\*|#)+).*/;\n\tvar match = line.match(listPrefixRegex);\n\t\n\tvar mode = event.paramObject? event.paramObject.mode : undefined;\n\t\n\t//ensure we only handle lines starting with * or #\n\tif(match != null && match[1]) {\n\t\t// check if we are handling indent level\n\t\tif(mode === \"indent\" || mode === \"unindent\") {\n\t\t\tvar indentRegExp = /^((\\*|#)+)(.*)$/;\n\t\t\tvar indentMatch = line.match(indentRegExp);\n\t\t\tif(indentMatch != null) {\n\t\t\t\t//check if the line has content\n\t\t\t\tvar content = (indentMatch[3].trim().length != 0) ? indentMatch[3].trim() : \"\";\n\t\t\t\toperation.cutStart = lineStart;\n\t\t\t\toperation.cutEnd = lineEnd;\n\t\t\t\tif(mode === \"indent\") {\t\t\t\t\n\t\t\t\t\t//indent a line\n\t\t\t\t\toperation.replacement = indentMatch[1] + indentMatch[2] + \" \" + content;\n\t\t\t\t\toperation.newSelStart = operation.selStart + 1;\n\t\t\t\t\toperation.newSelEnd = operation.selEnd + 1;\n\t\t\t\t} else if(mode === \"unindent\") {\n\t\t\t\t\t//unindent a line\n\t\t\t\t\toperation.replacement = indentMatch[1].substring(0,indentMatch[1].length - 1) + \" \" + content;\n\t\t\t\t\toperation.newSelStart = operation.selStart - 1;\n\t\t\t\t\toperation.newSelEnd = operation.selEnd - 1;\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\t//handle enter key, meaning new line\n\t\t\tvar trimmed = match[0].replace(/\\s\\s*$/, '');\n\t\t\tvar prefixRegEx = /^((\\*|#)+)$/;\n\t\t\tvar trimmedMatch = trimmed.match(prefixRegEx);\n\t\t\tif(trimmedMatch != null) {\n\t\t\t\t// the line only contains * or # characters and optional whitespace\n\t\t\t\t//terminate the list\n\t\t\t\toperation.replacement = \"\\n\";\n\t\t\t\toperation.cutStart = lineStart;\n\t\t\t\toperation.cutEnd = operation.selStart;\n\t\t\t\toperation.newSelStart = lineStart + 1;\n\t\t\t\toperation.newSelEnd = lineStart + 1;\n\t\t\t} else {\n\t\t\t\t// continue indent level on next line\n\t\t\t\tvar prefix = match[1];\n\t\t\t\toperation.replacement = \"\\n\" + prefix + \" \";\n\t\t\t\toperation.cutStart = operation.selStart;\n\t\t\t\toperation.cutEnd = operation.selStart;\n\t\t\t\t\n\t\t\t\t//check if there is trailing whitespace on the line we are on\n\t\t\t\tvar lineEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selStart);\n\t\t\t\tvar trailingText = operation.text.substring(operation.selStart,lineEnd);\n\t\t\t\tif(trailingText.trim().length == 0) {\n\t\t\t\t\toperation.cutEnd = lineEnd;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\toperation.newSelStart = operation.selStart + prefix.length + 2;\n\t\t\t\toperation.newSelEnd = operation.selEnd + prefix.length + 2;\n\t\t\t}\n\t\t}\n\t} else if(mode != \"indent\" && mode != \"unindent\") {\n\t\t// we need to manually add a linebreak for lines not starting with list markup\n\t\toperation.replacement = \"\\n\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.newSelStart = operation.selStart + 1;\n\t\toperation.newSelEnd = operation.selEnd + 1;\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/sq/editor-autolist/editor-operation-autolist",
            "tags": "",
            "module-type": "texteditoroperation",
            "modified": "20200804125155562",
            "created": "20200803160356743"
        },
        "$:/plugins/sq/editor-autolist/EditorToolbar-autolist": {
            "created": "20200803165453913",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n/>\n",
            "title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist",
            "tags": "$:/tags/EditorToolbar",
            "shortcuts": "((autolist-newline))",
            "modified": "20200804124434675",
            "icon": "$:/core/images/list-bullet",
            "description": "",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "caption": "",
            "button-classes": "sq-text-editor-btn-hidden"
        },
        "$:/plugins/sq/editor-autolist/styles": {
            "text": ".sq-text-editor-btn-hidden {\n\tdisplay: none;\n}",
            "title": "$:/plugins/sq/editor-autolist/styles",
            "tags": "$:/tags/Stylesheet",
            "modified": "20200803172530073",
            "created": "20200803171440138"
        },
        "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-indent": {
            "created": "20200803213912954",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n\tmode=\"indent\"\n/>\n",
            "title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-indent",
            "tags": "$:/tags/EditorToolbar",
            "shortcuts": "((autolist-indent))",
            "modified": "20200804124659294",
            "icon": "$:/core/images/list-bullet",
            "description": "",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "caption": "",
            "button-classes": "sq-text-editor-btn-hidden"
        },
        "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-unindent": {
            "created": "20200804122848593",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n\tmode=\"unindent\"\n/>\n",
            "title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-unindent",
            "tags": "$:/tags/EditorToolbar",
            "shortcuts": "((autolist-unindent))",
            "modified": "20200804124808496",
            "icon": "$:/core/images/list-bullet",
            "description": "",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "caption": "",
            "button-classes": "sq-text-editor-btn-hidden"
        },
        "$:/config/shortcuts/autolist-newline": {
            "created": "20200804124551033",
            "title": "$:/config/shortcuts/autolist-newline",
            "text": "Enter",
            "modified": "20200804124551033"
        },
        "$:/config/shortcuts/autolist-indent": {
            "created": "20200804124746636",
            "title": "$:/config/shortcuts/autolist-indent",
            "text": "Tab",
            "modified": "20200804124746636"
        },
        "$:/config/shortcuts/autolist-unindent": {
            "created": "20200804124833452",
            "title": "$:/config/shortcuts/autolist-unindent",
            "text": "shift-Tab",
            "modified": "20200804124833452"
        },
        "$:/config/ShortcutInfo/autolist-newline": {
            "created": "20200804124436341",
            "text": "Add a newline and list markup if in a list",
            "tags": "",
            "title": "$:/config/ShortcutInfo/autolist-newline",
            "modified": "20200804124533962"
        },
        "$:/config/ShortcutInfo/autolist-indent": {
            "created": "20200804124703604",
            "text": "Indent a line in a list",
            "tags": "",
            "title": "$:/config/ShortcutInfo/autolist-indent",
            "modified": "20200804124720020"
        },
        "$:/config/ShortcutInfo/autolist-unindent": {
            "created": "20200804124811668",
            "text": "Unindent a line in a list",
            "tags": "",
            "title": "$:/config/ShortcutInfo/autolist-unindent",
            "modified": "20200804124823040"
        }
    }
}
{
"tiddlers": {
"$:/_sq/Stories/config/openLinkDivert": {
    "text": "bottom",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/openLinkDivert",
    "modified": "20200422063802598",
    "created": "20170629173808777"
},

"$:/_sq/Stories/config/showRiverDropZones": {
    "text": "disable",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/showRiverDropZones",
    "modified": "20200523213957947",
    "created": "20200417170940547"
},

"$:/_sq/Stories/config/sidebaroverlaybreakpoint": {
    "text": "1500px",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/sidebaroverlaybreakpoint",
    "modified": "20200416182732404",
    "created": "20170616192704225"
},

"$:/_sq/Stories/config/snippets/viewswitcher": {
    "text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/_sq/Stories/config/Story2-storyview\">\n<div class=\"tc-chooser\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/_sq/Stories/config/Story2-storyview}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>>\n<$transclude tiddler=<<icon>>/>\n<$text text=<<storyview>>/>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/snippets/viewswitcher",
    "tags": "",
    "modified": "20200416183434009",
    "created": "20200416183108721"
},

"$:/_sq/Stories/config/Story2-storyview": {
    "text": "classic",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/Story2-storyview",
    "tags": "",
    "modified": "20200417205214764",
    "created": "20200415213157946"
},

"$:/_sq/Stories/config/twostorybreakpoint": {
    "text": "1100px",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/twostorybreakpoint",
    "modified": "20200416182753284",
    "created": "20170616192701335"
},

"$:/_sq/Stories/CorePatch/ButtonDispatchMessage": {
    "text": "var ButtonWidget = require(\"$:/core/modules/widgets/button.js\").button;\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event, navigateFromNode: this});\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nButtonWidget.prototype.invokeActions = function(triggeringWidget,event) {\nevent.navigateFromNode = this;\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};",
    "bag": "default",
    "revision": "0",
    "type": "application/javascript",
    "title": "$:/_sq/Stories/CorePatch/ButtonDispatchMessage",
    "tags": "",
    "module-type": "startup",
    "modified": "20200430193633599",
    "created": "20170616103202530"
},

"$:/_sq/Stories/divertTiddlerEditMacro": {
    "text": "\\define divertTiddlerEditButton()\n<$set name=\"original\" value={{!!draft.title}}>\n<$set name=\"otherStoryList\"  filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"otherHistoryList\" filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n\t<$button class=<<tv-config-toolbar-class>> tooltip=\"Divert this tiddler to the other story for viewing\">\n\t\t<$navigator story=<<otherStoryList>> history=<<otherHistoryList>> >\n\t\t\t<$action-navigate $to=<<original>> />\n\t\t</$navigator>\n\t\t<span class=\"sq-button-divert-right sq-button-divert\">{{$:/_sq/Stories/icons/divert-right.svg}}</span><span class=\"sq-button-divert-left sq-button-divert\">{{$:/_sq/Stories/icons/divert-left.svg}}</span>\n\t</$button>\n</$set>\n</$set>\n</$set>\n\\end\n\n<<divertTiddlerEditButton>>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/divertTiddlerEditMacro",
    "tags": "$:/tags/EditToolbar",
    "modified": "20200523202347182",
    "list-before": "$:/core/ui/Buttons/delete",
    "description": "divert right/left",
    "created": "20170616074148780",
    "caption": "{{$:/_sq/Stories/icons/divert-right.svg}}"
},

"$:/_sq/Stories/divertTiddlerMacro": {
    "created": "20170609055347900",
    "text": "\\define divertTiddlerButton()\n<$set name=\"otherStoryList\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"otherHistoryList\" filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n\t<$button class=<<tv-config-toolbar-class>> tooltip=\"Divert this tiddler to the other story\">\n\t\t<$navigator story=<<tv-story-list>> history=<<tv-history-list>> >\n\t\t\t<$action-sendmessage $message=\"tm-close-tiddler\" $param=<<currentTiddler>> />\n\t\t</$navigator>\n\t\t<$navigator story=<<otherStoryList>> history=<<otherHistoryList>> >\n\t\t\t<$action-navigate $to=<<currentTiddler>> />\n\t\t</$navigator>\t\n\t\t<span class=\"sq-button-divert-right sq-button-divert\">{{$:/_sq/Stories/icons/divert-right.svg}}</span><span class=\"sq-button-divert-left sq-button-divert\">{{$:/_sq/Stories/icons/divert-left.svg}}</span>\n\t</$button>\n</$set>\n</$set>\n\\end\n\n<<divertTiddlerButton>>\n",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/divertTiddlerMacro",
    "tags": "$:/tags/ViewToolbar",
    "modified": "20200806034422564",
    "list-before": "",
    "description": "Divert left/right",
    "caption": "{{$:/_sq/Stories/icons/divert-right.svg}} divert left/right"
},

"$:/_sq/Stories/EditTiddlerHook": {
    "text": "$tw.hooks.addHook(\"th-editing-tiddler\", function(event) {\n\tvar targetTitle = event.tiddlerTitle;\n\tvar stories = $tw.wiki.getTiddlerList('$:/_sq/Stories/StoriesList');\n\tvar draftTitle = $tw.wiki.findDraft(targetTitle);\n\tvar shiftKey = (event && event.event) ? event.event.shiftKey : null;\n\n\t//if !draftTitle, its not open anywhere\n\t//cant be open without existing, but can exist without being opened\n\n\tif(!draftTitle && !shiftKey) {\n\t\treturn true;\n\t}\n\n\tvar node = event.navigateFromNode;\n\tvar thisStory = node.getVariable(\"tv-story-title\");\n\tvar otherStory = (stories[0] == thisStory)? stories[1] : stories[0];\n\tvar otherStoryList = $tw.wiki.getTiddlerList(otherStory);\n\n\tif(otherStoryList.indexOf(draftTitle) > -1) {\n\t\talert(\"This tiddler is already open for editing in the other story\");\n\t\treturn false;\n\t}\n\n\tvar generateDraftTitle = function(title) {\n\t\tvar c = 0,\n\t\tdraftTitle;\n\t\tdo {\n\t\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\";\n\t\t\tc++;\n\t\t} while($tw.wiki.tiddlerExists(draftTitle));\n\t\treturn draftTitle;\n\t};\n\t\n\tif(shiftKey) {\n    //open in other story\n\t\tif(!draftTitle) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(targetTitle);\n\t\t\tdraftTitle = generateDraftTitle(targetTitle);\n\t\t\tvar draftTiddler = new $tw.Tiddler(\n\t\t\t\ttiddler,\n\t\t\t\t{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\t\"draft.of\": targetTitle\n\t\t\t\t},\n\t\t\t\t$tw.wiki.getModificationFields()\n\t\t\t);\n\t\t\t$tw.wiki.addTiddler(draftTiddler);\n\t\t}\n\t\tvar otherStoryTiddler = $tw.wiki.getTiddler(otherStory);\n\t\totherStoryList.splice(0 ,0, draftTitle);\n\t\t$tw.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t{title: otherStory},\n\t\t\totherStoryTiddler,\n\t\t\t{list:otherStoryList}\n\t\t));\n\t\treturn false;\n\t}\n\n\treturn true;\n});\n",
    "bag": "default",
    "revision": "0",
    "type": "application/javascript",
    "title": "$:/_sq/Stories/EditTiddlerHook",
    "tags": "",
    "module-type": "startup",
    "modified": "20200729135111179",
    "created": "20170616091547338"
},

"$:/_sq/Stories/HistoriesList": {
    "text": "",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/HistoriesList",
    "tags": "",
    "modified": "20200414145004336",
    "list": "$:/_sq/Stories/Story2HistoryList $:/HistoryList",
    "created": "20170610091606312"
},

"$:/_sq/Stories/icons/bars-empty.svg": {
    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 100\" version=\"1.1\" x=\"0px\" y=\"0px\" class=\"tc-image-bars-empty tc-image-button\" width=\"40pt\" height=\"40pt\"><title>Single fold</title><desc>Created with Sketch.</desc><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g stroke=\"#000000\"><rect stroke-width=\"2\" x=\"17\" y=\"17\" width=\"66\" height=\"66\" rx=\"2\"/><path d=\"M50.5,18.5 L50.5,80.789646\" stroke-linecap=\"round\" stroke-dasharray=\"2,3,2,3\"/></g></g></svg>",
    "bag": "default",
    "revision": "0",
    "type": "image/svg+xml",
    "title": "$:/_sq/Stories/icons/bars-empty.svg",
    "tags": "",
    "modified": "20200414145004334",
    "created": "20170617203017607"
},

"$:/_sq/Stories/icons/bars.svg": {
    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\" class=\"tc-image-bars tc-image-button\" width=\"20\" height=\"20\" ><path d=\"M41.667,0h-37.5C0,0,0,0,0,4.167v91.667C0,100,0,100,4.167,100h37.5c4.167,0,4.167,0,4.167-4.167V4.167  C45.833,0,45.833,0,41.667,0z M95.833,0h-37.5c-4.167,0-4.167,0-4.167,4.167v91.667c0,4.167,0,4.167,4.167,4.167h37.5  C100,100,100,100,100,95.833V4.167C100,0,100,0,95.833,0z\"/></svg>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/icons/bars.svg",
    "modified": "20200414145004333",
    "created": "20170608202154511"
},

"$:/_sq/Stories/icons/divert-left.svg": {
    "text": "<svg class=\"tc-image-button\"  x=\"0px\" y=\"0px\" width=\"30pt\" height=\"30pt\" viewBox=\"0 0 100 125\" ><path  d=\"M7.197,44.697l27.5-27.5c2.929-2.929,7.678-2.929,10.607,0c2.929,2.929,2.929,7.678,0,10.607L30.607,42.5H70  h0c5.118,0,10.237,1.953,14.142,5.858c7.81,7.81,7.81,20.474,0,28.284c-2.929,2.929-7.678,2.929-10.607,0  c-2.929-2.929-2.929-7.678,0-10.607c1.953-1.953,1.953-5.118,0-7.071C72.559,57.988,71.28,57.5,70,57.5h0v0H30.607l14.697,14.697  c2.929,2.929,2.929,7.678,0,10.607c-2.929,2.929-7.678,2.929-10.607,0L16.036,64.142l-8.839-8.839  C4.268,52.374,4.268,47.626,7.197,44.697z\"/></svg>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/icons/divert-left.svg",
    "modified": "20200414145004330",
    "created": "20170609061834078"
},

"$:/_sq/Stories/icons/divert-right.svg": {
    "text": "<svg class=\"tc-image-button\"  x=\"0px\" y=\"0px\" width=\"30pt\" height=\"30pt\" viewBox=\"0 0 100 125\" ><path d=\"M92.803,44.697l-27.5-27.5c-2.929-2.929-7.678-2.929-10.607,0c-2.929,2.929-2.929,7.678,0,10.607  L69.393,42.5H30h0c-5.118,0-10.237,1.953-14.142,5.858c-7.81,7.81-7.81,20.474,0,28.284c2.929,2.929,7.678,2.929,10.607,0  c2.929-2.929,2.929-7.678,0-10.607c-1.953-1.953-1.953-5.118,0-7.071C27.441,57.988,28.72,57.5,30,57.5h0v0h39.393L54.697,72.197  c-2.929,2.929-2.929,7.678,0,10.607s7.678,2.929,10.607,0l18.661-18.661l8.839-8.839C95.732,52.374,95.732,47.626,92.803,44.697z\"/></svg>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/icons/divert-right.svg",
    "modified": "20200414145004328",
    "created": "20170609061824401"
},

"$:/_sq/Stories/LinkKeybindings": {
    "text": "$tw.hooks.addHook('th-navigating', function(event) {\n\t//override core behaviour when shift key was used\n\tif( ((event.event && event.event.shiftKey) || (event.shiftKey && event)) && event.navigateTo) {\n\t\tvar stories = $tw.wiki.getTiddlerList('$:/_sq/Stories/StoriesList');\n\t\tvar node = event.navigateFromNode;\n\t\tvar thisStory = node.getVariable(\"tv-story-list\");\n\t\tvar otherStory = (stories[0] == thisStory)? stories[1] : stories[0];\t\n\t\tvar storyList = $tw.wiki.getTiddlerList(otherStory);\n\t\tvar slot = storyList.indexOf(event.navigateTo);\n\t\t\n\t\tif(slot < 0){\n\t\t\tif($tw.wiki.getTiddlerText(\"$:/config/Navigation/openLinkFromOutsideRiver\") === \"bottom\") {\n\t\t\t\n\t\t\t\tstoryList.splice(storyList.length, 0, event.navigateTo);\n\t\t\t} else {\n\t\t\t\tstoryList.splice(0, 0, event.navigateTo);\n\t\t\t}\n\t\t\tvar storyTiddler =\t$tw.wiki.getTiddler(otherStory);\n\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t\t{title: otherStory},\n\t\t\t\tstoryTiddler,\n\t\t\t\t{list:storyList}\n\t\t\t));\n\t\t}\n\t\tvar histories = $tw.wiki.getTiddlerList('$:/_sq/Stories/HistoriesList');\n\t\tvar thisHistory = node.getVariable(\"tv-history-list\");\n\t\tvar otherHistory = (histories[0] == thisHistory) ? histories[1] : histories[0];\t\t\n\t\t$tw.wiki.addToHistory(event.navigateTo,event.navigateFromClientRect, otherHistory); \n\t\tif($tw.wiki.getTiddlerText(\"$:/config/_sq/Stories/story2\") === \"no\") {\n\t\t\t$tw.wiki.setText(\"$:/config/_sq/Stories/story2\",undefined,undefined,\"yes\",undefined);\n\t\t}\n\t\tevent.navigateTo = false;\n\t}\n\treturn event;\n});",
    "bag": "default",
    "revision": "0",
    "type": "application/javascript",
    "title": "$:/_sq/Stories/LinkKeybindings",
    "tags": "",
    "module-type": "startup",
    "modified": "20200422065240983",
    "created": "20170610071940508"
},

"$:/_sq/Stories/startup-actions": {
    "text": "<$action-deletetiddler $tiddler=\"$:/_sq/Stories/Story2HistoryList\"/>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/startup-actions",
    "tags": "$:/tags/StartupAction/Browser",
    "modified": "20200417172054199",
    "created": "20200417171756341"
},

"$:/_sq/Stories/Stories.css": {
    "text": "\\define if-fluid-fixed(text,disableText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n</$reveal>\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"nomatch\" text=\"fluid-fixed\">\n$disableText$\n</$reveal>\n\\end\n\n\\define if-two-stories(twoStoryCommon, twoStorySidebar twoStoryNoSidebar, oneStoryText)\n<$reveal default=\"yes\" type=\"match\" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>\n$twoStoryCommon$\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n$twoStorySidebar$\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$twoStoryNoSidebar$\n</$reveal>\n</$reveal>\n<$reveal default=\"yes\" type=\"nomatch\" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>\n$oneStoryText$\n</$reveal>\n\\end\n\n\n<pre>\n\n.tc-page-container.tc-page-view-zoomin .tc-storyview-zoomin-tiddler {\n\twidth: 100%;\n\tposition: relative;\n}\n\n.tc-btn-storytwotoggle {\n\tpadding:0px;\n}\n\n.tc-btn-storytwotoggle img {\n\twidth: 30px;\n\theight: 30px;\n}\n\n.tc-sidebar-lists .tc-btn-storytwotoggle-bars {\n\tfont-size: 1.5em;\n}\n\n.tc-sidebar-lists .tc-btn-storytwotoggle-bars svg {\n\tfill: #aaa;\n}\n\n.tc-story-river .sq-button-divert-left{\n\tdisplay: none;\n}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar{width:10px}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:10px}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:hover{background:#6f6f6f}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:active{background:#333}\n\n\t.tc-sidebar-tab-open.sq-sidebar-open .tc-btn-invisible.tc-btn-mini {\n\t\tpadding: 0 0.2em;\n\t}\n\n\t.tc-sidebar-tab-open.sq-sidebar-open .tc-sidebar-tab-open-item {\n\t\tpadding: 0.1em;\n\t}\n\t\n\thtml body.tc-body .tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {\n\t\tfont-weight: 400;\n\t}\n\n.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {\n\tcolor:<<color very-muted-foreground>>;\n}\n\n.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink:hover {\n\tcolor: <<color sidebar-tiddler-link-foreground-hover>>;\n}\n\n<<if-two-stories twoStoryCommon:\"\"\"\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.sq-story-rivertwo-scrollable {\n\tposition: fixed;\n\ttop: calc(1em + {{$:/themes/tiddlywiki/vanilla/metrics/storytop}});\n\tbottom: 0;\n}\n\n.tc-story-river.sq-story-rivertwo .tc-tiddler-frame {\n\tmargin-right: 1em !important;\n\tmargin-left: 0;\n\tfont-size: {{$:/config/sq/Stories/story2/fontsize-title}}px;\n}\n\n.tc-story-river.sq-story-rivertwo .tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/config/sq/Stories/story2/fontsize-body}}px;\n}\n\n.tc-story-river {\n\tfloat: left;\n\tmargin-right: 0;\n\tpadding-right: 0em;\n\tpadding-top: 0em;\n}\n\nbody .tc-story-river {\n\tpadding: 0 1.5em 1em 0em !important;\n\tmin-height: 500px; /** so story 2 doesnt collapse to left when no tiddler in story 1***/ \n}\n\nbody .tc-story-river.tc-storytwo-river { padding-right:0em !important; }\n\nbody section.story-backdrop p:nth-child(1) {\n\tmargin:0;\n\tpadding:0;\n}\n\n.tc-story-river .sq-button-divert-right{\n\tdisplay:inline-block;\n}\n\n.tc-story-river .sq-button-divert-left{\n\tdisplay: none;\n}\n\n.tc-story-river.sq-story-rivertwo .sq-button-divert-left{\n\tdisplay:inline-block;\n}\n\n.tc-story-river.sq-story-rivertwo .sq-button-divert-right{\n\tdisplay: none;\n}\n\n.sq-storydropzone {\n\tpadding: 0.5em;\n\tborder:1px solid #bbb;\n\tcolor: #ccc;\n\ttext-align: center;\n\tposition: relative;\n\twidth: calc(100% - 45px);\n\t-moz-box-shadow:    inset 0 0 10px #ccc;\n\t-webkit-box-shadow: inset 0 0 10px #ccc;\n\tbox-shadow:         inset 0 0 10px #ccc;\n\tmargin-bottom: 1em;\n}\n\n.sq-storydropzone-newtiddlerbutton {\n\twidth: 40px;\n\tfloat: right;\n\tpadding: 0.2em 0.5em 0.5em 0.5em;\n\tmargin-top: 0em;\n\tmargin-right: 0.2em;\n}\n\n.tc-tiddler-frame {\n\tpadding-right:28px;\n}\n\n}\n\"\"\" twoStorySidebar:\"\"\"\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.tc-story-river {\n\twidth: calc((100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n}\n\n.sq-storydropzone {\n\tpadding: 0.5em;\n\tborder:1px solid #bbb;\n\tcolor: #ccc;\n\ttext-align: center;\n}\n\n.sq-story-rivertwo-scrollable, .sq-story-rivertwo {\n\twidth: calc((100% -  {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n}\n\n.tc-sidebar-scrollable {\n\twidth: calc({{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} - 14px);\n\tpadding-left: 28px;\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {\n\t\n\t.tc-story-river {\n\t\twidth: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n\t}\n\n\t.sq-story-rivertwo {\n\t\twidth: calc((100% -  1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n\t}\n\t\n\n\t.sq-story-rivertwo-scrollable {\n\t\twidth: calc((100% -  0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tz-index:999;\n\t\tbackground:#eee;\n\t\tborder-left: 1px solid #ddd;\n\t}\n\n}\n\n\"\"\" twoStoryNoSidebar:\"\"\"\n\n.tc-story-river.sq-story-rivertwo {\n\tpadding-right: 0.5em;\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.tc-story-river {\n\twidth: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n}\n\n.sq-story-rivertwo {\n\twidth: calc((100% -  1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n}\n\n.sq-story-rivertwo-scrollable {\n\twidth: calc((100% -  0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n\n\n\n\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {\n\t.tc-sidebar-scrollable {\n\t\tdisplay:none;\n\t}\n}\n\n\"\"\" oneStoryText: \"\"\"\n.sq-twostoriesonly {\n\tdisplay: none;\n}\n\n.tc-story-river {\n\tpadding-top: 15px;\n}\n\n\"\"\"\n>>\n\n@media (max-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n\t.sq-twostoriesonly {\n\t\tdisplay: none;\n\t}\n\n\t.tc-btn-storytwotoggle {\n\t\tdisplay: none;\n\t}\n\n\t.sq-stories-disabled {\n\t\tdisplay: none;\n\t}\n\n<<if-two-stories twoStoryCommon:\"\"\"\n\n\t.tc-storytwo-river {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\twidth: auto;\n\t\tpadding-top: 15px;\n\t}\n\n\t.tc-story-river .sq-button-divert {\n\t\tdisplay: none;\n\t}\n\n\n\t.sq-story-rivertwo-scrollable {\n\t\tdisplay:none;\n\t}\n\n\n\"\"\" twoStorySidebar:\"\"\"\n\t.tc-story-river {\n\t\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tborder-left: 0;\n\t\tz-index: inherit;\n\t\tbackground: transparent;\n\t}\n\"\"\" twoStoryNoSidebar: \"\"\"\n\t.tc-story-river {\n\t\tpadding-right: 2em;\n\t}\n\"\"\"\n\n>>\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n.tc-story-river {\nmargin-right: 0;\n}\n}\n\n\n</pre>\n",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Stories.css",
    "tags": "$:/tags/Stylesheet",
    "modified": "20200731105030883",
    "created": "20170608102837192"
},

"$:/_sq/Stories/StoriesList": {
    "text": "",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/StoriesList",
    "tags": "",
    "modified": "20200414145004320",
    "list": "$:/_sq/Stories/Story2StoryList $:/StoryList",
    "created": "20170610072420739"
},

"$:/_sq/Stories/Story2StoryList": {
    "title": "$:/_sq/Stories/Story2StoryList",
    "text": "",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "modified": "20200731105210982",
    "list": "$:/plugins/sq/Stories/changelog $:/config/sq/Stories/story2/fontsize-title $:/config/sq/Stories/storyRiverRatio [[Pack stories to plugin]]",
    "created": "20170615140314952"
},

"$:/_sq/Stories/Templates/RiverDropZone": {
    "text": "\\define drop-actions()\n<$action-listops $tiddler=<<otherStoryList>> $subfilter=\"+[remove<actionTiddler>]\"/> \n<$action-navigate $to=<<actionTiddler>>/>\n\\end\n<$reveal state=\"$:/_sq/Stories/config/showRiverDropZones\" text=\"enable\" type=\"match\" default=\"disable\">\n<div class=\"sq-storydropzone-container sq-twostoriesonly\">\n\t<div class=\"sq-storydropzone-newtiddlerbutton  tc-page-controls\">\n\t\t<$transclude tiddler=\"$:/core/ui/Buttons/new-tiddler\"/>\n\t</div>\n\t<div style=\"position: relative; \" class=\"sq-storydropzone sq-twostoriesonly\">\n\t\t<$set name=\"otherStoryList\"  filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n\t\t<$droppable actions=<<drop-actions>>>\n\t\t\t<div class=\"tc-droppable-placeholder\">\n\t\t\t&nbsp;\n\t\t\t</div>\n\t\t\t<div>\n\t\t\t\tDrop link here to open\n\t\t\t</div>\n\t\t</$droppable>\n\t\t</$set>\n\t</div>\n</div>\n</$reveal>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/RiverDropZone",
    "tags": "$:/tags/AboveStory",
    "modified": "20200523213430940",
    "list-before": "$:/core/ui/PageTemplate/story",
    "created": "20170609191118712"
},

"$:/_sq/Stories/Templates/Story2Template": {
    "text": "\\whitespace trim\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"yes\" default=\"no\" retain=\"yes\" animate=\"no\" tag=\"section\" class=\"tc-story-river tc-storytwo-river sq-story-rivertwo\">\n\n<$navigator story=\"$:/_sq/Stories/Story2StoryList\" history=\"$:/_sq/Stories/Story2HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n<$scrollable class=\"sq-story-rivertwo-scrollable\"  fallthrough=\"no\">\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[$:/_sq/Stories/Story2StoryList]]\" history=\"$:/_sq/Stories/Story2HistoryList\" template={{{[[$:/config/sq/Stories/story2/ViewTemplate]get[text]!is[blank]] ~[[$:/config/ui/ViewTemplate]get[text]]}}} editTemplate={{{[[$:/config/sq/Stories/story2/EditTemplate]get[text]!is[blank]] ~[[$:/config/ui/EditTemplate]get[text]]}}}  storyview={{$:/_sq/Stories/config/Story2-storyview}}>\n\n<div>\n<$transclude/>\n</div>\n\n</$list>\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</$scrollable>\n</$navigator>\n\n</$reveal>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/Story2Template",
    "tags": "$:/tags/PageTemplate",
    "modified": "20200730045003939",
    "list-after": "$:/core/ui/PageTemplate/story",
    "created": "20170608171610013"
},

"$:/_sq/Stories/Templates/StoryToggleMenu": {
    "text": "<div class=\"sq-twostoriesonly\">\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"nomatch\" text=\"no\" default=\"no\">\n<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"no\" tooltip=\"Hide right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars-empty.svg}} </$button> Hide right column\n</$reveal>\n</div>\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"no\" default=\"no\">\n<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"yes\" tooltip=\"Show right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle tc-btn-storytwotoggle-bars\">{{$:/_sq/Stories/icons/bars.svg}}</$button>  <span class=\"sq-stories-disabled\">Show right column</span>\n</$reveal>\n",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/StoryToggleMenu",
    "modified": "20200425133224298",
    "created": "20170608172531552"
},

"$:/_sq/Stories/Templates/StoryTogglePageControl": {
    "text": "<span class=\"sq-twostoriesonly\">\n\t<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"nomatch\" text=\"no\" default=\"no\">\n\t\t<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"no\" tooltip=\"Hide right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars-empty.svg}} </$button>\n\t</$reveal>\n</span>\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"no\" default=\"no\">\n\t<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"yes\" tooltip=\"Show right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars.svg}}</$button>\n</$reveal>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/StoryTogglePageControl",
    "tags": "$:/tags/PageControls",
    "modified": "20200425133303133",
    "description": "Show right column for second story",
    "created": "20170617182141154",
    "caption": "{{$:/_sq/Stories/icons/bars.svg}} Show right column"
},

"$:/_sq/Stories/Story2HistoryList": {
    "created": "20200425131030296",
    "text": "[\n    {\n        \"title\": \"$:/config/Tiddlers/TitleLinks\",\n        \"fromPageRect\": {\n            \"top\": 249.296875,\n            \"left\": 1230,\n            \"width\": 183.515625,\n            \"right\": 1413.515625,\n            \"bottom\": 269.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerMacro\",\n        \"fromPageRect\": {\n            \"top\": 623.296875,\n            \"left\": 1230,\n            \"width\": 220.390625,\n            \"right\": 1450.390625,\n            \"bottom\": 643.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerMacro\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerMacro\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\",\n        \"fromPageRect\": {\n            \"top\": 319.296875,\n            \"left\": 1230,\n            \"width\": 245.53125,\n            \"right\": 1475.53125,\n            \"bottom\": 339.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\",\n        \"fromPageRect\": {\n            \"top\": 537.296875,\n            \"left\": 1230,\n            \"width\": 283.546875,\n            \"right\": 1513.546875,\n            \"bottom\": 557.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\",\n        \"fromPageRect\": {\n            \"top\": 297.296875,\n            \"left\": 1230,\n            \"width\": 326.734375,\n            \"right\": 1556.734375,\n            \"bottom\": 317.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"$:/core/ui/SideBar/Open\",\n        \"fromPageRect\": {\n            \"top\": 337.296875,\n            \"left\": 1230,\n            \"width\": 161.8125,\n            \"right\": 1391.8125,\n            \"bottom\": 357.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/core/ui/SideBar/Open'\"\n    },\n    {\n        \"title\": \"$:/core/ui/SideBar/Open\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"TiddlyBlink\"\n    },\n    {\n        \"title\": \"Stories-overview\",\n        \"fromPageRect\": {\n            \"top\": 1035.921875,\n            \"left\": 1190,\n            \"width\": 101.6875,\n            \"right\": 1291.6875,\n            \"bottom\": 1054.921875,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"$:/.giffmex/Customize.TiddlyBlink\",\n        \"fromPageRect\": {\n            \"top\": 735.625,\n            \"left\": 107.5,\n            \"width\": 145.171875,\n            \"right\": 252.671875,\n            \"bottom\": 755.625,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/.giffmex/meta/hack.tiddlyblink\",\n        \"fromPageRect\": {\n            \"top\": 757.625,\n            \"left\": 107.5,\n            \"width\": 129.59375,\n            \"right\": 237.09375,\n            \"bottom\": 777.625,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"TiddlyBlink\",\n        \"fromPageRect\": {\n            \"top\": 161.296875,\n            \"left\": 221.953125,\n            \"width\": 71.859375,\n            \"right\": 293.8125,\n            \"bottom\": 181.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"TiddlyBlink\",\n        \"fromPageRect\": {\n            \"top\": 161.296875,\n            \"left\": 221.953125,\n            \"width\": 71.859375,\n            \"right\": 293.8125,\n            \"bottom\": 181.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Stories-overview\",\n        \"fromPageRect\": {}\n    },\n    {\n        \"title\": \"Draft of 'Stories-overview'\"\n    },\n    {\n        \"title\": \"Stories-overview\"\n    },\n    {\n        \"title\": \"Draft of 'Stories-overview'\"\n    },\n    {\n        \"title\": \"Stories-overview\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Plugin maker\",\n        \"fromPageRect\": {\n            \"top\": 481.34375,\n            \"left\": 2259,\n            \"width\": 80.890625,\n            \"right\": 2339.890625,\n            \"bottom\": 500.34375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Plugin maker'\"\n    },\n    {\n        \"title\": \"Plugin maker\"\n    },\n    {\n        \"title\": \"Stories\",\n        \"fromPageRect\": {\n            \"top\": 296.84375,\n            \"left\": 2259,\n            \"width\": 41.453125,\n            \"right\": 2300.453125,\n            \"bottom\": 315.84375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Plugin maker\",\n        \"fromPageRect\": {\n            \"top\": 501.34375,\n            \"left\": 2259,\n            \"width\": 80.890625,\n            \"right\": 2339.890625,\n            \"bottom\": 520.34375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Plugin maker'\"\n    },\n    {\n        \"title\": \"Plugin maker\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Stories\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\",\n        \"fromPageRect\": {\n            \"top\": 360.171875,\n            \"left\": 1245,\n            \"width\": 182.21875,\n            \"right\": 1427.21875,\n            \"bottom\": 379.171875,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/config/Settings'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\",\n        \"fromPageRect\": {\n            \"top\": 360.171875,\n            \"left\": 1245,\n            \"width\": 182.21875,\n            \"right\": 1427.21875,\n            \"bottom\": 379.171875,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/config/Settings'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Stories\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Stories\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories\",\n        \"fromPageRect\": {\n            \"top\": 463.734375,\n            \"left\": 2321.1875,\n            \"width\": 476.734375,\n            \"right\": 2797.921875,\n            \"bottom\": 482.734375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Stories-overview\"\n    },\n    {\n        \"title\": \"Draft of 'Stories changelog'\"\n    },\n    {\n        \"title\": \"Stories changelog\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories\",\n        \"fromPageRect\": {\n            \"top\": 573.203125,\n            \"left\": 2255.625,\n            \"width\": 127.640625,\n            \"right\": 2383.265625,\n            \"bottom\": 592.203125,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"$:/_sq/Stories/widgets/action-addtohistory\",\n        \"fromPageRect\": {\n            \"top\": 1023.453125,\n            \"left\": 1194.5,\n            \"width\": 263.703125,\n            \"right\": 1458.203125,\n            \"bottom\": 1042.453125,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/widgets/action-addtohistory\",\n        \"fromPageRect\": {\n            \"top\": 653.453125,\n            \"left\": 1194.5,\n            \"width\": 263.703125,\n            \"right\": 1458.203125,\n            \"bottom\": 672.453125,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories'\"\n    },\n    {\n        \"title\": \"Draft of 'Stories changelog'\"\n    },\n    {\n        \"title\": \"Stories_changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Stories_changelog'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"$:/config/_sq/Stories/story2/EditTemplate\",\n        \"fromPageRect\": {\n            \"top\": 242.78125,\n            \"left\": 1226.5,\n            \"width\": 273.875,\n            \"right\": 1500.375,\n            \"bottom\": 262.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/story2/EditTemplate\",\n        \"fromPageRect\": {\n            \"top\": 242.78125,\n            \"left\": 1226.5,\n            \"width\": 267.65625,\n            \"right\": 1494.15625,\n            \"bottom\": 262.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/storyRiverRatio\",\n        \"fromPageRect\": {\n            \"top\": 330.78125,\n            \"left\": 1302.75,\n            \"width\": 235.375,\n            \"right\": 1538.125,\n            \"bottom\": 350.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/story2-fontsize\",\n        \"fromPageRect\": {\n            \"top\": 220.78125,\n            \"left\": 1522.875,\n            \"width\": 234.171875,\n            \"right\": 1757.046875,\n            \"bottom\": 240.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/config/sq/Stories/story2-fontsize'\"\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/story2/fontsize-title\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    }\n]",
    "type": "application/json",
    "current-tiddler": "$:/plugins/sq/Stories/changelog",
    "modified": "20200806034532118",
    "title": "$:/_sq/Stories/Story2HistoryList",
    "revision": "0",
    "bag": "default"
},

"$:/core/ui/SideBar/Open": {
    "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<$action-listops $tiddler=<<_otherStory>> $subfilter=\"-[<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>>>\n<<placeholder>>\n<div>\n$button$\n</div>\n</$droppable>\n\\end\n\n\\define open-tiddler-list()\n<div class=\"tc-sidebar-tab-open sq-sidebar-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\\end\n\n\n''Left Column''\n<$set name=\"_otherStory\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<<open-tiddler-list>>\n</$set>\n<div class=\"sq-twostoriesonly\">\n\n---\n\n''Right Column''\n<$set name=\"_otherStory\" value=<<tv-story-list>> >\n<$set name=\"tv-story-list\"  filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"tv-history-list\"  filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n<$navigator story=<<tv-story-list>>  history=<<tv-history-list>> >\n<<open-tiddler-list>>\n</$navigator>\n</$set>\n</$set>\n</$set>\n\n</div>\n\n---\n\n<$transclude tiddler=\"$:/_sq/Stories/Templates/StoryToggleMenu\"/>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/core/ui/SideBar/Open",
    "tags": "$:/tags/SideBar",
    "modified": "20200425133519499",
    "created": "20170609174945253",
    "caption": "{{$:/language/SideBar/Open/Caption}}"
},

"$:/config/_sq/Stories/story2": {
    "text": "yes",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/_sq/Stories/story2",
    "modified": "20200731104006221",
    "created": "20170615081040584"
},

"$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
    "text": "fluid-fixed",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
    "tags": "tb",
    "modified": "20200416185419828",
    "created": "20200127172539001"
},

"$:/plugins/sq/Stories/settings": {
    "text": "\\define switchStoryView(storyview,default)\n<$select tiddler='$storyview$' default='$default$'>\n<option value=\"zoomin\"><$text text='one tiddler only'/></option>\n<option value=\"classic\"><$text text='multiple tiddlers'/></option>\n</$select>\n\\end\n\n|[[Minimum width to show the second story|$:/_sq/Stories/config/twostorybreakpoint]] |<$edit-text tiddler=\"$:/_sq/Stories/config/twostorybreakpoint\" default=\"\" tag=\"input\"/> |\n|[[Minimum width to show non-overlapping sidebar|$:/_sq/Stories/config/sidebaroverlaybreakpoint]] |<$edit-text tiddler=\"$:/_sq/Stories/config/sidebaroverlaybreakpoint\" default=\"\" tag=\"input\"/> |\n|[[Open tiddlers at top or bottom of story when using divert button|$:/_sq/Stories/config/openLinkDivert]] | <$select tiddler=\"$:/_sq/Stories/config/openLinkDivert\" default=\"top\"><option value=\"top\">top</option><option value=\"bottom\">bottom</option></$select>|\n|<$link to=\"$:/_sq/Stories/config/showRiverDropZones\">Show dropzones above each story</$link>|<$checkbox tiddler=\"$:/_sq/Stories/config/showRiverDropZones\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"disable\"></$checkbox>|\n|[[Story view for second story|$:/_sq/Stories/config/Story2-storyview]]:|{{$:/_sq/Stories/config/snippets/viewswitcher}}|\n\n\n\n''Choose how to view tiddlers in each column''\n\nLeft column: <<switchStoryView $:/view zoomin>>\n\nRight column: <<switchStoryView $:/_sq/Stories/config/Story2-storyview classic>>\n\n''Left column to right column width ratio:''\n\n{{$:/config/sq/Stories/storyRiverRatio}} : <$text text={{{[[100]subtract{$:/config/sq/Stories/storyRiverRatio}]}}}/>\n\n<$range tiddler=\"$:/config/sq/Stories/storyRiverRatio\" min=\"20\" max=\"80\" default=\"50\" increment=\"5\"/> \n<!--\n''Right column font-size''\n\nTiddler: {{$:/config/sq/Stories/story2/fontsize-title}}px\n\n<$range tiddler=\"$:/config/sq/Stories/story2/fontsize-title\" min=\"6\" max=\"40\" default=\"14\" increment=\"1\"/> \n\nBody: {{$:/config/sq/Stories/story2/fontsize-body}}px\n\n<$range tiddler=\"$:/config/sq/Stories/story2/fontsize-body\" min=\"6\" max=\"40\" default=\"15\" increment=\"1\"/> \n\n-->",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/plugins/sq/Stories/settings",
    "tags": "$:/tags/ControlPanel/Appearance",
    "modified": "20200731105236925",
    "created": "20170616185336118",
    "caption": "Two Story Layout"
},

"$:/plugins/sq/Stories/changelog": {
    "created": "20200430210052275",
    "text": "Version 1.03\n\n* Fixed bug in view toolbar position caused by extra blank line in $:/_sq/Stories/divertTiddlerMacro\n\nVersion 1.0.2\n\n* Fixed bug where storyRiverRatio was not respected at some resolutions\n\nVersion 1.0.1\n\n* Added support for config tiddlers to customize view and edit templates for second story. These tiddlers override the core config tiddlers if they exist.\n** $:/config/sq/Stories/story2/EditTemplate\n** $:/config/sq/Stories/story2/ViewTemplate\n* Relative width of each story river can now be customized in settings tab for plugin\n** introduced $:/config/sq/Stories/storyRiverRatio and updated Stories.css accordingly\n\nVersion 1.0.0\n\n* 29/07: updated $:/_sq/Stories/EditTiddlerHook to try and fix https://github.com/felixhayashi/TW5-TiddlyMap/issues/357\n* 23/05 : tweaked Stories.css based on personal theme to allow easier adjustment of story width\n* 23/05 : deprecated action-addtohistory widget\n* 23/05 : updated divertTiddlerEditMacro to use navigator widgets\n* 23/05 : updated divertTiddlerMacro to use navigator widgets\n* 30/04 : updated divertTiddlerEditMacro to also update history and avoid issues with zoomin storyview",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/plugins/sq/Stories/changelog",
    "tags": "",
    "modified": "20200806034532118"
},

"$:/_sq/Stories/config/storyRiverRatio": {
    "text": "50",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/storyRiverRatio",
    "tags": "",
    "modified": "20200730045328744",
    "created": "20200730040856198"
},

"$:/config/sq/Stories/story2/fontsize-body": {
    "text": "15",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/sq/Stories/story2/fontsize-body",
    "tags": "",
    "modified": "20200731104543869",
    "created": "20200731102336058"
},

"$:/config/sq/Stories/story2/fontsize-title": {
    "text": "14",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/sq/Stories/story2/fontsize-title",
    "tags": "",
    "modified": "20200731105040270",
    "created": "20200730045554550"
},

"$:/config/sq/Stories/storyRiverRatio": {
    "text": "50",
    "bag": "default",
    "revision": "14",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/sq/Stories/storyRiverRatio",
    "tags": "",
    "modified": "20200802091529278",
    "created": "20200730040856198"
}
}
}
{
    "tiddlers": {
        "$:/core/macros/tabs": {
            "title": "$:/core/macros/tabs",
            "tags": "$:/tags/Macro",
            "text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain,actions,explicitState)\n<$set name=\"qualifiedState\" value=<<qualify \"$state$\">>>\n<$set name=\"tabsState\" filter=\"[<__explicitState__>minlength[1]] ~[<qualifiedState>]\">\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=<<tabsState>> 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>$actions$</$button><span class=\"wltc-link-to-tab\"><$link overrideClass=\"\" to=<<currentTiddler>> >{{$:/core/images/link}}</$link></span></$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=<<tabsState>> 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</$set>\n</$set>\n\\end\n"
        },
        "$:/core/ui/ControlPanel/Settings/link-to-tabs": {
            "title": "$:/core/ui/ControlPanel/Settings/link-to-tabs",
            "caption": "Link-to-Tabs plugin",
            "created": "20190712133607244",
            "modified": "20190714104631250",
            "tags": "$:/tags/ControlPanel/Settings",
            "type": "text/vnd.tiddlywiki",
            "text": "<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"show-all-links\" checked=\"inline-block\" unchecked=\"none\" default=\"none\"> Show internal tab link for ''all tabs''</$checkbox>\n\n<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"show-single-link\" checked=\"inline-block\" unchecked=\"none\" default=\"inline-block\"> Show internal tab link for ''selected tabs''</$checkbox>\n\n<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"initial-opacity\" checked=\"0\" unchecked=\"0.7\" default=\"0.7\"> Tab links are initially hidden and need mouse hover to become visible.</$checkbox> The transition time in seconds is: <$edit-text tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"transition\" default=\"0.3\"/>\n\n<$button message=\"tm-delete-tiddler\" param=\"$:/plugins/wikilabs/link-to-tabs/config\">\nReset to Default!\n</$button>"
        },
        "$:/plugins/wikilabs/link-to-tabs/config": {
            "title": "$:/plugins/wikilabs/link-to-tabs/config",
            "created": "20190712133008077",
            "initial-opacity": "0.7",
            "modified": "20190714104541701",
            "show-all-links": "none",
            "show-single-link": "inline-block",
            "transition": "0.3",
            "type": "text/vnd.tiddlywiki",
            "text": "This tiddler is used to configure the \"Link-to-tabs\" plugin behaviour. \n\nThere are 4 fields, which are used by [[$:/plugins/wikilabs/link-to-tabs/styles]] enable and disable the internal links. \n\n* show-all-links: {{!!show-all-links}}\n* show-single-link: {{!!show-single-link}}\n* initial-opacity: {{!!initial-opacity}}\n* transition time in seconds: {{!!transition}}\n"
        },
        "$:/plugins/wikilabs/link-to-tabs/history": {
            "title": "$:/plugins/wikilabs/link-to-tabs/history",
            "text": "V 2.0.1 - 2020-12-25\n\n* update license\n\nV 2.0.0 - 2020.12.05\n\n* Update $:/core/macros/tabs to V5.1.23\n\nV 1.1.1 - 2020.01.19\n\n* Update license link/text\n\nV 1.1.0 - 2019.07.14\n\n* Add new option: Initially hide link\n** Transition time from hidden to visible is adjustable\n* Added: \"Reset to Default\" button\n\nV 1.0.1 - 2019.02.18\n\n* link-to-tabs works in drop-down elements now.\n\nV 1.0.0 - 2019.02.14\n\n* Use core tabs-macro from TW 5.1.19\n\nV <1.0.0\n\n* Use core tabs-macro from TW 5.1.15\n"
        },
        "$:/plugins/wikilabs/link-to-tabs/license": {
            "title": "$:/plugins/wikilabs/link-to-tabs/license",
            "text": "[[Link-to-Tabs-Macro|https://wikilabs.github.io/#link-to-tabs]] (c) Mario Pietsch - 2016-2021\n\nhttps://opensource.org/licenses/BSD-3-Clause\n"
        },
        "$:/plugins/wikilabs/link-to-tabs/styles": {
            "title": "$:/plugins/wikilabs/link-to-tabs/styles",
            "created": "20190712133348541",
            "modified": "20190714104306483",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "<pre>\n\n.wltc-link-to-tab {\n  display: {{$:/plugins/wikilabs/link-to-tabs/config!!show-all-links}};\n  position: relative;\n  top: -1em;\n  left: -1.3em;\n  font-size: 0.7em;\n  opacity: {{$:/plugins/wikilabs/link-to-tabs/config!!initial-opacity}};\n  margin-right: -1em;\n}\n\n.wltc-link-to-tab svg{\n  width: 1.4em;\n  height: 1.4em;\n}\n\n.wltc-link-to-tab:hover {\n  opacity: 1;\n  transition:opacity {{$:/plugins/wikilabs/link-to-tabs/config!!transition}}s;\n  transition-timing-function: cubic-bezier(1,-0.06,.39,.89);\n}\n\n.tc-tab-selected + .wltc-link-to-tab {\n  display: {{$:/plugins/wikilabs/link-to-tabs/config!!show-single-link}};\n}\n\n.tc-vertical > .wltc-link-to-tab {\n  top: -1.9em;\n  left: 0;\n  height: 0;\n  float: right;\n}\n\n.tc-search-results .wltc-link-to-tab a {\n  display: contents;\n  padding: 0;\n}\n\n</pre>"
        },
        "$:/plugins/wikilabs/link-to-tabs/readme": {
            "title": "$:/plugins/wikilabs/link-to-tabs/readme",
            "text": "This plugin adds a little link icon to every tab.\n\n''Important:'' This plugin changes the core tabs macro.\n\n! Lint-to-Tabs Settings\n\n{{$:/core/ui/ControlPanel/Settings/link-to-tabs}}"
        }
    }
}








Dale's ~TiddlyWiki
yes
$:/core/ui/AdvancedSearch/System
open
yes
link
yes
hide
show
hide
show
hide
show
show
show
show
show
show
hide
hide
show
http://sermons-fr-hathaway.blogspot.com/
yes
yes
no
yes
changelog
no
contents
contents
doc/Help
yes
usage
$:/plugins/nico/projectify/ui/config/Basics

New Tiddler 1
yes
$:/plugins/nico/projectify/ui/NextActions
$:/plugins/danielo515/ContextPlugin/visualizer
no
yes
$:/core/ui/ControlPanel/Plugins/Add/Themes
$:/core/ui/AdvancedSearch/System
$:/themes/tiddlywiki/vanilla/themetweaks
$:/core/ui/ControlPanel/Plugins/Installed/Plugins
$:/core/ui/MoreSideBar/Plugins/Plugins
$:/core/ui/ControlPanel/Info
$:/core/ui/ControlPanel/Saving/GitHub
$:/core/ui/MoreSideBar/Plugins
$:/plugins/danielo515/ContextPlugin/visualizer
$:/core/ui/SideBar/Tools
open
open
close
close
close
open
open
open
close
close
close
close
close
close
close
close
close
close
close
close
open
close
open
close
close
open
close
close
close
open
close
close
open
close
close
close
open
open
open
close
close
close
open
close
open
open
open
close
open
open
open
open
open
open
open
close
open
open
open
open
open
close
open
open
open
close
open
open
no






$:/themes/tiddlywiki/vanilla
{
    "tiddlers": {
        "$:/themes/tiddlywiki/snowwhite/base": {
            "title": "$:/themes/tiddlywiki/snowwhite/base",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\define sidebarbreakpoint-minus-one()\n<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n.tc-sidebar-header {\n\ttext-shadow: 0 1px 0 <<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: <<sidebarbreakpoint-minus-one>>) {\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 sidebarbreakpoint()\n<$text text={{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}/>\n\\end\n\n\\define sidebarbreakpoint-minus-one()\n<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n<$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\\define set-type-selector-min-width()\n<$set name=\"typeLength\" value={{{ [all[shadows+tiddlers]prefix[$:/language/Docs/Types/]get[name]length[]maxall[]] }}}>\n\n\t.tc-type-selector-dropdown-wrapper {\n\t\tmin-width: calc(<<typeLength>>ch + 4em);\n\t}\n\n\t.tc-type-selector-dropdown-wrapper input.tc-edit-typeeditor {\n\t\tmin-width: <<typeLength>>ch;\n\t}\n\n</$set>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/*\n** Start with the normalize CSS reset, and then belay some of its effects\n*/\n\n{{$:/themes/tiddlywiki/vanilla/reset}}\n\n*, input[type=\"search\"] {\n\tbox-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-webkit-box-sizing: border-box;\n}\n\ninput[type=\"search\"] {\n  outline-offset: initial;\n}\n\nhtml button {\n\tline-height: 1.2;\n\tcolor: <<colour button-foreground>>;\n\tfill: <<colour button-foreground>>;\n\tbackground: <<colour button-background>>;\n\tborder-color: <<colour button-border>>;\n}\n\n/*\n** Basic element styles\n*/\n\nhtml, body {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};\n\ttext-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\nhtml:-webkit-full-screen {\n\tbackground-color: <<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\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n\tfont-size: 2em;\n}\n\nh1, h2, h3, h4, h5, h6 {\n\tline-height: 1.2;\n\tfont-weight: 300;\n}\n\npre {\n\tdisplay: block;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\tword-break: normal;\n\tword-wrap: break-word;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tbackground-color: <<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\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-results-button,\ninput[type=\"search\"]::-webkit-search-results-decoration {\n\t-webkit-appearance:none;\n}\n\n.tc-muted {\n\tcolor: <<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::selection {\n\tbackground-color: Highlight;\n\tcolor: HighlightText;\n\tbackground-color: <<colour selection-background>>;\n\tcolor: <<colour selection-foreground>>;\n}\n\n/*\nMarkdown likes putting code elements inside pre elements\n*/\npre > code {\n\tpadding: 0;\n\tborder: none;\n\tbackground-color: inherit;\n\tcolor: inherit;\n}\n\ntable {\n\tborder: 1px solid <<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.tc-drop-down a.tc-tiddlylink:hover {\n\tcolor: <<colour tiddler-link-background>>;\n}\n\n/*\n** Drag and drop styles\n*/\n\n.tc-tiddler-dragger {\n\tposition: relative;\n\tz-index: -10000;\n}\n\n.tc-tiddler-dragger-inner {\n\tposition: absolute;\n\ttop: -1000px;\n\tleft: -1000px;\n\tdisplay: inline-block;\n\tpadding: 8px 20px;\n\tfont-size: 16.9px;\n\tfont-weight: bold;\n\tline-height: 20px;\n\tcolor: <<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\tfill: <<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\n.tc-sidebar-lists button small {\n\tcolor: <<colour foreground>>;\n}\n\nbutton svg.tc-image-button, button .tc-image-button img {\n\theight: 1em;\n\twidth: 1em;\n}\n\n.tc-unfold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 100%;\n\twidth: calc(100% + 2px);\n\tmargin-left: -43px;\n\ttext-align: center;\n\tborder-top: 2px solid <<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: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-unfold-banner {\n\t\tposition: static;\n\t\twidth: calc(100% + 59px);\n\t}\n\n\t.tc-fold-banner {\n\t\twidth: 16px;\n\t\tmargin-left: -16px;\n\t\tfont-size: 0.75em;\n\t}\n\n}\n\n/*\n** Tags and missing tiddlers\n*/\n\n.tc-tag-list-item {\n\tposition: relative;\n\tdisplay: inline-block;\n\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\n.tc-block-tags-dropdown > .tc-btn-invisible:hover {\n\tbackground-color: <<colour primary>>;\n}\n\nbutton.tc-tag-label, span.tc-tag-label {\n\tdisplay: inline-block;\n\tpadding: 0.16em 0.7em;\n\tfont-size: 0.9em;\n\tfont-weight: 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: bottom;\n}\n\n.tc-edit-tags button.tc-remove-tag-button svg {\n\tfont-size: 0.7em;\n\tvertical-align: middle;\n}\n\n.tc-tag-manager-table .tc-tag-label {\n\twhite-space: normal;\n}\n\n.tc-tag-manager-tag {\n\twidth: 100%;\n}\n\nbutton.tc-btn-invisible.tc-remove-tag-button {\n\toutline: none;\n}\n\n.tc-tag-button-selected,\n.tc-list-item-selected a.tc-tiddlylink, a.tc-list-item-selected {\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour tiddler-background>>;\n}\n\n/*\n** Page layout\n*/\n\n.tc-topbar {\n\tposition: fixed;\n\tz-index: 1200;\n}\n\n.tc-topbar-left {\n\tleft: 29px;\n\ttop: 5px;\n}\n\n.tc-topbar-right {\n\ttop: 5px;\n\tright: 29px;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-topbar-right {\n\t\tright: 10px;\n\t}\n\n}\n\n.tc-topbar button {\n\tpadding: 8px;\n}\n\n.tc-topbar svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-topbar button:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-show-sidebar-btn svg.tc-image-chevron-left, .tc-hide-sidebar-btn svg.tc-image-chevron-right {\n\t\ttransform: rotate(-90deg);\n\t}\n\n}\n\n.tc-sidebar-header {\n\tcolor: <<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-sidebar-lists .tc-menu-list-item {\n\twhite-space: nowrap;\n}\n\n.tc-menu-list-count {\n\tfont-weight: bold;\n}\n\n.tc-menu-list-subitem {\n\tpadding-left: 7px;\n}\n\n.tc-story-river {\n\tposition: relative;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-sidebar-header {\n\t\tpadding: 14px;\n\t\tmin-height: 32px;\n\t\tmargin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\ttransition:  min-height {{$:/config/AnimationDuration}}ms ease-in-out, padding-top {{$:/config/AnimationDuration}}ms ease-in-out, padding-bottom {{$:/config/AnimationDuration}}ms ease-in-out;\n\t}\n\t\n\t<<if-no-sidebar \"\"\"\n\n\t\t.tc-sidebar-header {\n\t\t\tmin-height: 0;\n\t\t\tpadding-top: 0;\n\t\t\tpadding-bottom: 0;\n\t\t}\n\n\t\"\"\">>\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t}\n}\n\n@media (min-width: <<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\t.tc-story-river.tc-static-story-river {\n\t\tmargin-right: 0;\n\t\tpadding-right: 42px;\n\t}\n\n}\n\n@media print {\n\n\tbody.tc-body {\n\t\tbackground-color: transparent;\n\t}\n\n\t.tc-sidebar-header, .tc-topbar {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t}\n\n\t.tc-story-river .tc-tiddler-frame {\n\t\tmargin: 0;\n\t\tborder: none;\n\t\tpadding: 0;\n\t}\n}\n\n/*\n** Tiddler styles\n*/\n\n.tc-tiddler-frame {\n\tposition: relative;\n\tmargin-bottom: 28px;\n\tbackground-color: <<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@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-tiddler-info {\n\t\tpadding: 14px 14px 14px 14px;\n\t}\n\n}\n\n.tc-view-field-table {\n\twidth: 100%;\n}\n\n.tc-view-field-name {\n\twidth: 1%; /* Makes this column be as narrow as possible */\n\ttext-align: right;\n\tfont-style: italic;\n\tfont-weight: 200;\n}\n\n.tc-view-field-value {\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\t.tc-tiddler-frame {\n\t\tpadding: 14px 14px 14px 14px;\n\t\tmargin-bottom: .5em;\n\t}\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -14px 0 -14px;\n\t}\n}\n\n@media (min-width: <<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.35em;\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\tline-height: 1.3em;\n\t-webkit-appearance: none;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\n.tc-tiddler-frame textarea.tc-edit-texteditor {\n\tbackground-color: <<colour tiddler-editor-background>>;\n}\n\n.tc-tiddler-frame iframe.tc-edit-texteditor {\n\tbackground-color: <<colour tiddler-background>>;\n}\n\n.tc-tiddler-frame .tc-binary-warning {\n\twidth: 100%;\n\theight: 5em;\n\ttext-align: center;\n\tpadding: 3em 3em 6em 3em;\n\tbackground: <<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: <<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: auto;\n}\n\n.tc-type-selector-dropdown-wrapper {\n\tdisplay: inline-block;\n}\n\n<<set-type-selector-min-width>>\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.tc-edit-fields.tc-edit-fields-small {\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n}\n\n.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {\n\tborder: none;\n\tpadding: 4px;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {\n\tbackground-color: <<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-wrapper input.tc-edit-texteditor {\n\twidth: auto;\n}\n\n.tc-edit-field-add-name-wrapper {\n\tdisplay: inline-block;\n}\n\n.tc-edit-field-add-value {\n\tdisplay: inline-block;\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-edit-field-add-value {\n\t\twidth: 35%;\n\t}\n\n}\n\n.tc-edit-field-add-button {\n\tdisplay: inline-block;\n\twidth: 10%;\n}\n\n/*\n** 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: <<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 background>>;\n}\n\n.tc-drop-down .tc-drop-down-info {\n\tpadding-left: 14px;\n}\n\n.tc-drop-down p {\n\tpadding: 0 14px 0 14px;\n}\n\n.tc-drop-down svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-drop-down img {\n\twidth: 1em;\n}\n\n.tc-drop-down a, .tc-drop-down button {\n\tdisplay: block;\n\tpadding: 0 14px 0 14px;\n\twidth: 100%;\n\ttext-align: left;\n\tcolor: <<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.tc-tiddlylink: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/*\n** Centered modals\n*/\n.tc-modal-centered .tc-modal {\n\twidth: auto;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%) !important;\n}\n\n/*\n** Notifications\n*/\n\n.tc-notification {\n\tposition: fixed;\n\ttop: 14px;\n\tright: 42px;\n\tz-index: 1300;\n\tmax-width: 280px;\n\tpadding: 0 14px 0 14px;\n\tbackground-color: <<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** Import table\n*/\n\n.tc-import-table {\n\twidth: 100%;\n}\n\n.tc-import-table svg.tc-image-edit-button {\n\tmax-width: unset;\n}\n\n.tc-import-table th:first-of-type {\n\twidth: 10%;\n}\n\n.tc-import-table th:last-of-type {\n\twidth: 30%;\n}\n\n.tc-import-table .tc-row-disabled {\n\tbackground: <<colour very-muted-foreground>>10;\n\topacity: 0.8;\n}\n\n.tc-import-table .tc-row-warning {\n\tbackground: <<colour diff-delete-background>>50;\n}\n\n/*\n** Alerts\n*/\n\n.tc-alerts {\n\tposition: fixed;\n\ttop: 28px;\n\tleft: 0;\n\tright: 0;\n\tmax-width: 50%;\n\tz-index: 20000;\n}\n\n.tc-alert {\n\tposition: relative;\n\tmargin: 14px;\n\tpadding: 7px;\n\tborder: 1px solid <<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: <<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-chunk > svg {\n\tfill: <<colour background>>;\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::-webkit-file-upload-button {\n\tcursor:pointer;\n}\n\n/*\n** Thumbnail macros\n*/\n\n.tc-thumbnail-wrapper {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin: 6px;\n\tvertical-align: top;\n}\n\n.tc-thumbnail-right-wrapper {\n\tfloat:right;\n\tmargin: 0.5em 0 0.5em 0.5em;\n}\n\n.tc-thumbnail-image {\n\ttext-align: center;\n\toverflow: hidden;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-image svg,\n.tc-thumbnail-image img {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n\tmin-width: 100%;\n\tmin-height: 100%;\n\tmax-width: 100%;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {\n\tfilter: alpha(opacity=0.8);\n\topacity: 0.8;\n}\n\n.tc-thumbnail-background {\n\tposition: absolute;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-icon svg,\n.tc-thumbnail-icon img {\n\twidth: 3em;\n\theight: 3em;\n\t<<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}\n\n/*\n** Flexbox utility classes\n*/\n\n.tc-flex {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-flex-column {\n\tflex-direction: column;\n}\n\n.tc-flex-row {\n\tflex-direction: row;\n}\n\n.tc-flex-grow-1 {\n\tflex-grow: 1;\n}\n\n.tc-flex-grow-2 {\n\tflex-grow: 2;\n}\n\n/*\n** Other utility classes\n*/\n\n.tc-small-gap {\n\tmargin-left: .5em;\n\tmargin-right: .5em;\n}\n\n.tc-small-gap-left {\n\tmargin-left: .5em;\n}\n\n.tc-small-gap-right {\n\tmargin-right: .5em;\n}\n\n.tc-big-gap {\n\tmargin-left: 1em;\n\tmargin-right: 1em;\n}\n\n.tc-big-gap-left {\n\tmargin-left: 1em;\n}\n\n.tc-big-gap-right {\n\tmargin-right: 1em;\n}\n\n.tc-word-break {\n\tword-break: break-all;\n}\n"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize",
            "text": "15px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight",
            "text": "22px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/fontsize": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/fontsize",
            "text": "14px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/lineheight": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/lineheight",
            "text": "20px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storyleft": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storyleft",
            "text": "0px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storytop": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storytop",
            "text": "0px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storyright": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storyright",
            "text": "770px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storywidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storywidth",
            "text": "770px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth",
            "text": "686px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint",
            "text": "960px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth",
            "text": "350px"
        },
        "$:/themes/tiddlywiki/vanilla/options/stickytitles": {
            "title": "$:/themes/tiddlywiki/vanilla/options/stickytitles",
            "text": "no"
        },
        "$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
            "title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
            "text": "fixed-fluid"
        },
        "$:/themes/tiddlywiki/vanilla/options/codewrapping": {
            "title": "$:/themes/tiddlywiki/vanilla/options/codewrapping",
            "text": "pre-wrap"
        },
        "$:/themes/tiddlywiki/vanilla/reset": {
            "title": "$:/themes/tiddlywiki/vanilla/reset",
            "type": "text/plain",
            "text": "/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n}\n\n/**\nUse a more readable tab size (opinionated).\n*/\n\n:root {\n  -moz-tab-size: 4;\n  tab-size: 4;\n}\n\n/**\n1. Correct the line height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n*/\n\nhtml {\n  line-height: 1.15; /* 1 */\n  -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/*\nSections\n========\n*/\n\n/**\nRemove the margin in all browsers.\n*/\n\nbody {\n  margin: 0;\n}\n\n/**\nImprove consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n*/\n\nbody {\n  font-family:\n    system-ui,\n    -apple-system, /* Firefox supports this but not yet `system-ui` */\n    'Segoe UI',\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif,\n    'Apple Color Emoji',\n    'Segoe UI Emoji';\n}\n\n/*\nGrouping content\n================\n*/\n\n/**\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n*/\n\nhr {\n  height: 0; /* 1 */\n  color: inherit; /* 2 */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr[title] {\n  text-decoration: underline dotted;\n}\n\n/**\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n  font-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n  font-family:\n    ui-monospace,\n    SFMono-Regular,\n    Consolas,\n    'Liberation Mono',\n    Menlo,\n    monospace; /* 1 */\n  font-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n  font-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\nsup {\n  top: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n  text-indent: 0; /* 1 */\n  border-color: inherit; /* 2 */\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  font-family: inherit; /* 1 */\n  font-size: 100%; /* 1 */\n  line-height: 1.15; /* 1 */\n  margin: 0; /* 2 */\n}\n\n/**\nRemove the inheritance of text transform in Edge and Firefox.\n1. Remove the inheritance of text transform in Firefox.\n*/\n\nbutton,\nselect { /* 1 */\n  text-transform: none;\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n  -webkit-appearance: button;\n}\n\n/**\nRemove the inner border and padding in Firefox.\n*/\n\n::-moz-focus-inner {\n  border-style: none;\n  padding: 0;\n}\n\n/**\nRestore the focus styles unset by the previous rule.\n*/\n\n:-moz-focusring {\n  outline: 1px dotted ButtonText;\n}\n\n/**\nRemove the additional ':invalid' styles in Firefox.\nSee: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737\n*/\n\n:-moz-ui-invalid {\n  box-shadow: none;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n  padding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n  vertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n  height: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n  -webkit-appearance: textfield; /* 1 */\n  outline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n  -webkit-appearance: button; /* 1 */\n  font: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n  display: list-item;\n}\n"
        },
        "$:/themes/tiddlywiki/vanilla/settings/fontfamily": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/fontfamily",
            "text": "system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
        },
        "$:/themes/tiddlywiki/vanilla/settings/codefontfamily": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/codefontfamily",
            "text": "\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"
        },
        "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment",
            "text": "fixed"
        },
        "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize",
            "text": "auto"
        },
        "$:/themes/tiddlywiki/vanilla/sticky": {
            "title": "$:/themes/tiddlywiki/vanilla/sticky",
            "text": "<$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"
        }
    }
}
1100px
350px
870px
870px
786px
fluid-fixed
classic

* Set Due dates from Gradebook item menu.
* Delete assignments that won't be needed.

Combine vocab quiz and reading quiz, ''Changed mind''


I've spent a lot of time today trying to get this to work. I'm not sure it's worth it. But it feels a little like having a vibrant web page.

Especially important was learning how to linking projects to the web site of github.

[[https://tiddlywiki.com/static/Adding%2520a%2520table%2520of%2520contents%2520to%2520the%2520sidebar.html]]

I'm impressed with this. But I need to get confident that I can save, like it says in "Getting Started."

Lydia's birthday is in 2 days. What am I going to do?

--------------

It was a long day and Sean was away most of it. We did good together. I feel somehow liberated for this Tiddly and Github, though I don't know precisely how it's going to be implemented, if at all.

------------

Questions for taking stock of the day. The app? I need to figure out a method for that and extract the shifting questions: daily, weekly, monthly, annual.


Task for today is write thank yous and then clean up the area around my seat:

* Amy
* Mary Jean (and checks)
* Bill / Karla
This is [[Lydia]]'s birthday. She is so far away (mentally especially) but her spirit seems rooted so deep within me.

There is a story in WP about how more and more schools are tabulating what are the most successful degrees. The catch-word part of the story is that students aren't paying attention to the results. That's not what's interesting to me, it is using the results to get a picture of what is valued in our society at this point in time [[ValuesofSociety]] -- and prompting questions about why? Where should we? [[UT effort|https://seekut.utsystem.edu/UndergradNat]] said to be pioneering effort and latest  [[Federal Govt|http://cew.georgetown.edu/wp-content/uploads/CEW-Buyer-Beware.pdf]]

Unrelated is the fascination with Queen Charlotte -- prominent because of a TV series //Bridgerton//. [[Washington Post|https://www.washingtonpost.com/history/2020/12/27/bridgerton-queen-charlotte-black-royals/]] Debate apparently about whether she had African blood in her, through Portugal.
Waking today alone in an empty house. Last words by text from both of us was "I love you." I don't understand how fixing leftover dinner turned into this. I debate: "Is it my move? Or perhaps she's waiting for some indication of flexibility from me. By leaving she has boxed herself into a pride corner that might be difficult to back down from."

Reading in the middle of the night as I couldn't sleep, the book Bill gave and commented that he is reading it now also: [[Time-of-the-Magicians]]: the decade of the 1920's which in an earlier decade I had focused on for the literary giants that worked in that era, the likes of Eliot, Pound, et al.
Is there a way to get a regular feed of a quote? [[QuoteFeed]]

I have set up templates in Joplin, based on the prompts from "Grid Diary". I think it could work for me. Joplin, with tags and links, is getting more and more dynamic. 

I feel the same kind of dynamic learning going on with this application / web site.

---
I installed a new keyboard (IOS & Android) "''Typewise''" from a recommendation. It is re-thinking the handheld keyboard. It seems potentially quite powerful.


So this year is coming to an end. I have spent the day essentially in mourning. Not for the losses of Covid. Not even so much for the bitterness of 6 months with Sean in this household, in spite of the countless ways that MP has insured that he has determined our lives in countless ways. 

She has asked him to set the table when he was not in the room and I had just spent 15 minutes clearing the dishwasher and was standing right next to her. I think the new years celebration she had been planning was mostly for Sean's sake. The timing of the meal was very rushed and intended for Sean to be able to make his meeting, a meeting that had some of the trappings of an alternative New Year's Eve gathering.

__Common Prayer__ noted that this was the traditional celebration of "''Watch Night''" when African-Americans waited for the emancipation that would begin the next day. Mary Pat commented that it was well-known from her Atlanta days.

The mourning was for the loss of hope in my marriage. I have spent the last 24 hours since meeting with Janet depressed and discouraged. MP has cuddled and been upbeat. I have not had room for any of it.


Phone call from Bill in the evening, returning Mary Pat's call from yesterday. The one piece of news that he had to pass on was a link that he/Karla had received and I didn't, that Owen was finally going to have his surgery on Jan 16.

Bill wanted to alert me to how impressed he and Karla had been at hearing Michael Curry on PBS Newshour this evening. We'll have to listen.
Phone call with Charlotte. [[St. Paul's]]

Owen did contact me re. CaringBridge. There can be read a detailed account of his injury and the plan for surgery 1/18.

Can I add to this today?


Trying to figure out [[macros]].

* cf. https://tiddlywiki.com/static/Macro%2520Definitions%2520in%2520WikiText.html
* https://www.networkworld.com/article/2263176/applications-tiddlywiki-macros-and-plugins.html
* https://tiddlywiki.com/static/Table-of-Contents%2520Macros.html
* https://tiddlywiki.com/static/Order%2520of%2520Tagged%2520Tiddlers.html
* https://stackoverflow.com/questions/32234128/how-to-setup-table-of-content-in-tiddlywiki This is a "how-to" but it doesn't seem to work for me. Mark the "root" tag on a tiddler. Then in nested tiddlers tag them with the secondary tag.
This is a nested piece using the dropdown menu to "create a new journal."

Response to [[EpiphanyCoupAttempt]]

Yesterday Linda emailed me material mentioned from our session on Thursday. It started with her quoting "someone" "[[Lost is a place, too]]."

Today I got an email from Peter asking me for the 2nd time what I wanted to teach in the fall. I settled on 101 and 220, 2 sections of 101 if they were online.
Learned from Facebook that [[Lydia]] spent Christmas in Hawai'i with her beau. It was painful to find out, even as I was glad for her happiness and that she got to be by the ocean. I note that she also lives near Lake Michigan. It is I who is land-locked.
[[317-breakout]]

[[Linda Serepca]]

Continuing my series on [[Religion-Evil]] I am moved to my core by his treatment of Jewish reflection on ''Shoah''. Particularly as he began the session on literature, especially poetry and the difficulty. How can one reflect on ''Beauty'' in the wake of Holocaust? How does one include experiences both of perpetrators and victims. Use of irony as where it even fails. He quotes poem by Paul Celan. The use of German to write about it is a part of the intentionality of the author. In the end the language fails. Opening line of Primo Levi's memoir: "I'm fortunate I wasn't shipped to Auschwitz until 1944..." //If This Is a Man// in American edition. British edition different. https://en.wikipedia.org/wiki/If_This_Is_a_Man

As also the Banality of Evil and its connection to the Rise of Totalitarianism.  Banality doesn't mean trivial but that modern totalitarianism changes the very expression of evil.

I was given to understand that the loss of Emma was nothing in comparison with the loss of the Holocaust. [[Lost is a place, too]] It gave me a place to look at the stars. To say I am here." 

I want to read [[Paul Celan]].
In the night I was hearing over and over the lines from the Band song: 

<<<
"""
Any day now, any day now
I shall be released
"""
<<<


It signaled to me the vision I had with regard the Epiphany narrative from [[Linda Serepca]].

Rich formating in Wikitext cf. [[https://tiddlywiki.com/static/WikiText.html]]

{{||TranscludeTitle}}
The simple concept used in this title is found at https://tiddlywiki.com/static/Transclusion%2520with%2520Templates.html

This morning

To Karen I responded to Mary Pat‘s admiration for my love for her and gave examples of my response to her surgery..

I said that I didn’t have to think about that that it came naturally without thinking. Then I thought of the love I gave first to my older three and then to my younger two children. I said it would seem for my experience that to love profoundly doesn’t pay off.

In the end we die. Or as in their case they die to me. But then I said not unlike "Jesus on the cross".

My lectures on [[Religion-Evil]] make something of the same point. The words from Leonard Wolfe's autobiography written in early 1960s. He recalled Virginia Woolf calling to him that Hitler was giving a speech, it was 1939. Wolf said I’m not coming to listen I’m busy planting irises. And they will be blooming long after he’s dead. 

A sign of the hope that we plant in the face I have so much experience to the contrary.
{{Examen1}}
The way Tiddly works is somehow very sympathetic with the way my brain is working. I'm glad to have discovered it and it makes me somehow feel alive.

I could have done better with the ending. Sean was sitting next to her on his return from work. They were sharing an important stuff. She had evidently shared with him her excitement about being on TV. I said that what the two of them wanted to do with the money earlier today was commonly done with PayPal. She was defensive. Maybe or maybe not combative. 

I came across a basic todo with re. Tiddlies and it included a todo function. If I work more and more in this it might be helpful. https://www.linux-mitterteich.de/doc/peter/05_tiddlywiki/index.html. I have just started work with the Transclusion capability. It is pretty cool. Seen in "TranscludeTitle" and here in the Examen text.

# We went through 2 rounds of making appointments for vaccines. She recorded an interview with Charlotte NBC that played on TV. We ended up with appointments for next Monday.
# I did the experiment with a potato battery. It's not complete for the sermon on Sunday.. 
# So we go to bed estranged. Separately. Is this just the way it is? I couldn't let the ''Cease Fire'' be? Is it me who is not content with it. But she was the one who didn't recognize my ''irony'' when I was cynical about cease fire. I'm the weak one. I suppose.

{{ExamenWeek}}

Responding to current Discussion threads. in [[317-s21]] and [[101-s21]]

"""
“Earth's crammed with heaven,
And every common bush afire with God,
But only he who sees takes off his shoes;
The rest sit round and pluck blackberries.”
"""
― //Elizabeth Barrett Browning//

Preaching preparation. MP didn't get any postive "wow" from my sermon. Back to writing board.

To Murray from Jacquie Lawson's cards:

Murray, I hope you're still doing email and get this message. We've been reminding ourselves for days now of your upcoming birthday. Now it's here. This card uses images from Australia; so it's more or less your ocean. Our ocean over here seems so far away, but you're still my brother. In fact you live closer to my other brothers than I do -- they're in Arizona and California. I hope for good things for you. And I give mighty thanks for your presence in the world. Shalom, my friend.

Dale (& Mary Pat)

I was looking at [[Emily Dickinson]] quotes when I was looking for Browning piece above -- all that was for my sermon for tomorrow. But I was reminded that Emily Dickinson resonates with me somehow. Miriam sent me a book. A kind of cool melancholy? A mystical sensibility in ordinary clothes?

MP asked me over dining room table, from the Karen assignment worksheets, "What do I imagine as the happiest thing I could do?" (Or something to that effect.) I thought, then answered, "I guess I'd have to say 'walking on the beach'." She said, "I was thinking the same thing."
{{Examen1}}

in 317:

*  I completed preparing the quiz for Module 3. 
* Not open yet. 
* Prepared the documentation to accompany the presentations, posted modules 1-2. 
* Module 3 presentations and documentation not yet posted.

Preached at St. Paul's Monroe.

I got the task todo thing working here. There's programming in this. But it is malleable to be an extension of my inner-working?

-----------

Watched an avant garde movie //Searching// -- all filmed on screen. It was impressive as a pioneering work of story-telling. Since it played off of a father losing a daughter it wasn't fun for me. 

Also I spent the whole of it sitting next to Sean. And I hated it. It ruined the entire experience. Why? Why? I've got to figure that out. Is it because of the contrast between a present child and an absent one?  Grieving getting in the way of other feelings? 

---

I'm grateful for Charlotte's reaching out to me. Her acceptance of my insight -- also Henry's.

Insight, affirmation. Henry has the same difficulty with Charlotte appreciating his ideas as I do with Mary Pat and mine.
{{Examen1}}
I really am grateful for the vaccine we were able to receive today. It is a reminder to me that this imprisonment may end some time. The todo function in this software seems helpful to me. It helped to allow me to get the basics of my 317 in place this evening.

I don't look forward to seeing Janet tomorrow. Maybe that means it will be grace-filled.

I got to walk. Iliad and Odyssey.

I had an insight from the lecture. Odyssey has as a theme the basic truths about human life, one of which is the reality of loss and separation. The many years he was away from his home, Ithaca, the place was without a head.

Insight: That is the condition of St. Paul's now with Fr. Jim. They are without the head. They are dis-eased until the situation is remedied. I imagined writing a little parable about that to send to Charlotte. 

{{Examen1}}

* My assignment with Janet had been to talk about the nuance I mentioned in the session with re. saying "Thank you." I started that process with Erin, but we never finished it. However we had had several conversations, initiated by MP, about ways that as in introverts/extrovert we could build one another up. She expressed surprise that I was as introvert because she met me as a parish priest engaged in lots of extrovert activity. Covid has taught her how introverted I was. I told her about another measure of the personality, viz. whether one had lots of relationships or just a few deep ones. These few deep ones for me have been disrupted same as her many relationships.
* Also beginning to touch on difficult subjects. I just did this in my journal. Not good. We tried to work on these in the session. It was hard. Maybe we'll get somewhere. The assignment for next week is a letter written to MP.

With Janet, each of us prioritized a list of 5 items. It was illuminating for me to see Mary Pat's version.

I put it thus:

"""
1 God
2.5 Spouse
2.5 Self
4 Family
5 Sean
"""
She put it:

"""
1 God
2 Spouse
3 Sean
4 Family
5 Self
"""

The proposed best choice was put as:

"""
# God 
# Self
# Spouse
# Sean
# Family
"""

This was an important movement for me. MP acknowledged that Janet's proposed order (or mine) was "probably right" but that her order was who she is. It reflects what I had called the "''[[codependency]]''" going on. 

The Zoom session confirmed the value of the breakout rooms in 317. They seemed to be engaged in trying to think critically and philosophically. MP confirmed. 

Also she seemed emotionally caught up in telling me that I was really, really good at reflecting back to the students what they had said in an affirmative way that also fed into what I was trying to teach.
{{Examen1}}

Today was an inauguration. I tried to evoke new beginnings on Sunday. There's something deep/down about new beginnings. Lydia & Emma, Leen. 

Watching the musical entertainment / inspiration led by Tom Hanks tonight was at times emotional and inspiring. Hearing from ordinary people -- whom Joe Biden had held for honoring. 

I messaged Lydia, saying it reminded me of her. She didn't respond. 

I continue to feel deep resentment? anger? disappointment? at the effects of Sean and of MP's judgment over me. It happened as I tried to facilitate breakfast and all we ended up with was estrangement.

I saw a video posted on Lydia's Facebook, taken by Nick, I think taken of fireworks in Honolulu, filmed from Kaimuku by KCC. 

I had my first week of Zooming with classes under my built. The connecting with students was the one thing that was rewarding for me. Thank you.

Lectures on Sophocles and Euripides. They wrote during a time of changing attitudes toward the gods, their interaction with humans, and the old mythic values toward developing "humanistic" values.
{{Examen1}}
WELCM with Courtney
Mark 1:14-20

They left their nets. What does that mean? It means getting out of comfort zone. What I am prepared for I have to leave.

Station of life: I'm leaving behind what I've been trained for.

How does God want me to change. "Change your life" Repent. What does it mean? "Make a new kind of fisherman?"

My own reflections were a surprise, a gift to be grateful for, and a curiosity to ponder. I wonder about the 30+ years I have read the call of fishermen as a personal challenge. What if the text were not aimed at individuals at all? In all likelihood it wasn't. No text in 1^^st^^ c. was aimed at individuals.

My walk covered the Greek historians: Herodotus and Thucydides. They were creating the method of history. Herodotus named it an "inquiry" (historia) since there was no concept or word for history in his day.

{{Examen1}}

I wake up with an intense sadness at having left Hawai'i. My experience of being forced out of Hawai'i. +Bob being dishonest and manipulative, a coward, and unaware of his own cruelty. Thinking: the one place in my whole life where I felt at home and connected to all that matters, and I'm cut off from it. That and the sadness of the same sort of dynamic with Emma. [[LostInGrief]].

[[AssignedLetter2MP]]

[[FinancialIssues]]

Working on 317 Ch. 14. [[317Todo]] I rearranged presentations on Calvinism: Calvinism, English, Developments. The "emergence of Modernism" gets shifted to the next module, leading into Enlightenment. Be sure to change the graphics.

I am grateful for our prayer this morning. It wasn't fantastic, it was just regular. And that's what I'm grateful for. I'm grateful for the lectures on my walk: Aristophanes --  //The Clouds// is the lecturer's favorite (an alternative view of Socrates) -- and Plato -- a 20 minute summary of //The Republic// is totally rewarding. 

"It's not what happens to you, but how you react to it that matters." -- Epictetus. This is an old thought. It's not "non-Christian" or "non-Western". 

I learned in the course of working on the Calvinist presentations. I brought some order to the chaos of my old presentations.

''"I can do this."''

I learned today: (from lectures on classical literature)

In Alexandria, established after Alexander's death, it was the most important city in the "world". There were two chief constructs: the Museum and the Library. I've known of the library, destroyed (date?) mysteriously. I didn't know about the "museum". The lecturer explained that the museum is not the monumental display of old objects that we know today. It was dedicated to cultivating the "Muses" -- the word means that. 

Near comparison? A world class university and the library to support the work of the university.

{{ExamenWeek}}

One thing that was satisfying was pulling the lecture/presentations together. I felt a kind of link with the professionals I was listening to on my walks. I was synthesizing. Saying more and more clearly something that I knew -- not all of it, but some of it.

Worst of the week were the times of alienation with MP. But the best? Reading in the text and getting to the library that Bill had got to weeks ago? Getting 188 #'s? Flipping the mushrooms/onions with a certain amount of confidence and flair? 

I'm certainly not proud of my alienation from Sean. Who helped me? Janet with her pushing to talk about the hard things? The lecturers? I think it probably was the exercise with Janet, learning that MP puts herself last in priority. Knowing that should help me to
me to pause. But did it during the week? Not exactly.
Working on 317

{{Examen1}}

* I have finished all but the discussion thread for Module Ch. 12. I need to divide groups for that which I will do tomorrow.
* I have written a sample paper for example. 
* I'm not sure about the last paper. Perhaps just a reflection on one of the writers.

Another altercation tonight. I lost patience when I responded, "Whatever" to MP having arranged with Sean that he was going to bring down Christmas boxes. I was never a part of her plan, but then she said, "You help Sean and I'll do the dishes." Well, fuck, Sean can help me or fucking forget it. She stopped talking, told Sean to cooperate with her. All communication stopped.

I'm just fed up. 

MP was tired all day, she said. She wondered why. I assume it was depression. She had several conversations with her sisters about their mother. Good day? Bad day?  The sisters are worn out. I don't know what the story is. She's not going home, so she's cut off.

I don't have anything to say. She doesn't volunteer. She's got plans and what not with Sean. Pizza, he'll pick up. But we're paying. She went shopping, as much for him as for me.

I could have made today better for everybody if I hadn't lost my patience and been a calm, "Yes dear, whatever you say." But I'm just not there. I could relate to what I read about Wittgenstein being deeply depressed in Austria, trying to be a primary school teacher -- trying to be fulfilled by being a primary school teacher. 


[[dream]]

I was at a large service -- was it a mass?, or just a talk? -- in a kind of open space. John Paul II was celebrant so I stayed. I had 2 bags. The sermon mentioned a funeral. There were friends around but I was not directly with them. I was trying to get home or somewhere. One of the people I knew was beside me at a curio / coffee shop kind of place. I got what I wanted, but this other person handed me a picture with a little bag attached to it. Kind of reminding me of the movie we saw last night, "The Girl". It was about a poor Caucasian Texas girl, having lost her way in a life of abuse and abandonment tries to escape by becoming a "coyote." But she screws up her first effort and a mother drowns. She is left trying to deal with her guilt and what to do with this little girl. She takes her home and loves her and finds healing herself. 

The person I was with said, "It's on the house." I concluded that it was a ministry of this person -- sort of a combination of Simon and Paul (SJ) at ND and my Marianist friends at Chaminade. 

While that was happening someone apparently stole my 2 bags, at least one of which was quite distinctive. Homemade? I was upset because of the wallet inside one of the bags and all that that entailed. I was trying to remember what "funeral". It was connected I think with why I was there. Only after waking could I make my memory work and decided I was trying to think of Ted Hesburgh. 

At that point I began to see connections with scattered aspects of my life. Notre Dame was a part of my reality when Bob Fitzpatrick first met me, that and teaching. It was the Roland Allen group and he was most recently come from diocese of Indianapolis. I thought that his work in Hawai'i had Roland Allen all over it -- sort of coming into his own. But I wondered, "What about the lying? End justify the means? His brutal treatment of clergy? Insensitivity of his public treatment of clergy? His cowardice? ... and so on. I wondered about my long-standing association with Catholics -- up to the present with Peter Judge. 

I thought about my bewilderment with the criticism of the new President by who? Archbishop in LA? What to make of the countless Catholics who support or supported Trump, seeing that as a triumph? I remembered that the Catholic Church has a long history representing the "Ancien Regime" and Abp Sheen -- anti-semitism? -- but 50 years ago there was still a large segment that identified with the working men/women, the unions and labor, social-justice and Caesar Chavez, marched in Selma, etc. [[CatholicDivide]]They are still there, Tim Eden is witness to that, but such division and alienation!
! How Elon Musk spots a liar
The problem is that anyone can say they’re the best at what they do, but it can be hard — and at times impossible — to know whether they’re telling the truth. [[CNBC|https://www.cnbc.com/2021/01/26/elon-musk-favorite-job-interview-question-to-ask-to-spot-a-liar-science-says-it-actually-works.html]]

Luckily, Musk revealed his solution at the World Government Summit in 2017. He asks each candidate he interviews the same question: ''“Tell me about some of the most difficult problems you worked on and how you solved them.”'' [[SolveProblems]]

Because “the people who really solved the problem know exactly how they solved it,” he said. “They know and can describe the little details.”

Musk’s method hinges on the idea that someone making a false claim will lack the ability to back it up convincingly, so he wants to hear them talk about how they worked through a thorny issue, step by step.
 
[[Exercise]] e.g. indoor walking exercise. Makes me think of Mo and her Jazzercize.

------
[[St. Paul's]]
Phone call from Charlotte re. [[StPauls]]. She has in mind to do weekly phone calls. Taping for 2/14 & Ash Wednesday set for 2/11 @ 10 am. I will record sermons from home and the scripture readings will be recorded separately. [Idea to keep the gathering of people to a minimum]. She remembered hearing someone (expert) at the clergy talk warning that things might get worse, even though there is a small improvement now. Complacency perhaps the most dangerous. 

She reported that the gift bags were received well, and they are planning to take vials of ashes with a copy of liturgy to homes. 

Palm Sunday is 3/28 & Easter 4/4. Probably aim at taping and aim to get Palms, MT liturgy, Good Friday liturgy into people's homes. 

We'll wait to get feedback from Ashes effort to plan for what comes next. Taping in early March and then later for Holy Week?
cf. https://www.inc.com/jessica-stillman/productivity-gratitude-neil-pasricha.html
for inspiration for focusing in on these (recorded also in Joplin)

{{3Things}}

* I will focus on module 4 of 317 -- and liturgy ideas for Holy Week [[HomeLiturgy]]
* I'm grateful for sunny day (though cold) and time and space alone
* I'll let go of other projects for WU and bitterness toward Sean

As it turned out the best hours for focus were spent on vacuuming (MP did most) and mopping, cleaning lanai, etc. 

After my walk I worked on quiz for Ch. 14.  Earlier I had sketched out the author assignments. I wonder if it's going to work, but I need to try it to get feedback. My panel discussions went through permutations also.
I sit in a hotel room in Dayton, about to go to sleep, and Mary Pat is across town at her mothers'. It ''feels very odd''.

I just read about 2 more prompts for journaling. https://www.wellandgood.com/journal-prompts-self-expression-whats-your-story/

# Prompt 1: Why do you think you are here? What are you supposed to do with the time you have?
# Prompt 2: Are you living in sync with those beliefs? If not, why not? What choices can you make today to honor your purpose?

Finished the draft of Maundy Thursday. Shared with Tim Eden and Peter Judge: 

<<<
Mary Pat wanted me to send this on to you. I told her family that  the influence I was thinking of was what the rabbis did in the 2nd c. at Sepporis. I said it with tongue in cheek -- but not entirely. The music was taken from a resource put out by a group of Jesuits.
<<<
2nd night alone at the Hampton Inn. It feels so odd.

Apparent upgrade for wifi is:
Password: "Diamond2020" to Hilton Meeting

But it looks like I don't get that in the room.

Interview conversation with Cat (Catherine W.) who is one of my tutors. She described the interview as an "assignment". Mary Pat said that they were all supposed to do that. Cat is the first in my long line of tutors who has asked me the questions:

# General recommendations?
# What can I (the tutor) do to assist students in overcoming the difficulties of asynchronous classes?
# Since I (the tutor) can't give answers, how can I help?
# Most important?

I talked about the importance of just doing the work.
Related is the writing out of answers on the exams.
I told her that asking the right kind of questions would do. What sources are you using? Why do you say that?
I also emphasized the need to make connections: with own experience, with readings, with interests. Ask about that.
Reminded that students are struggling to keep asynchronous class on the horizon. Remedy is just basic encouragement re. time management.

Call for appointment to ''[[cardiologist]]''.
Feast of the Presentation. Such deep roots for me. Bill Nasser. Light candles.

!! Clericus

USC A muddle. Policy same as in place for Christmas. Not shut down. Western NC and NC both shut down in person.

Sally hoping to wrangle outdoor service at Easter. Jane maybe adding another service because she can't add without Bp taking the heat. 

Gordon's wife had a heart attack last Friday. He continues in person worship. Low attendance means social distancing. No one has contracted Covid from Church attendance. 10-15 ASA.

In relating to Sally I remembered trajectories to get to where I am with [[HomeLiturgy]]

# Stuart and the Succoth service at ND. "I learned more about leading liturgy at that meal than 3 years at seminary."
# 15 years of leading Seder meals. In particular the calling out of a "mother" to light the candles. Typically highlighting someone who was very present in congregation but always in the shadows.

--------

Phone call from [[Bill-Karla]] late in evening at [[Gini]]'s house. He wanted to alert us in as much as we are anticipating our 2nd covid shot that David had had a strong reaction to the 2nd, lasting over 2 days. We shared stuff going on at each other's household. 

What stood out for me was that I heard a weariness in his voice that I have never heard before. It scared me for his well-being. Issues were:

* 3 feet of snow late last week
* a friend from Berkeley just lost a spouse to an aneurysm
* they just had an appointment with Karla's nurologist. Her aneurysms are so so. The one operated on his shrinking. The others aren't really growing too much. 
* Karla has an ongoing session with a physical therapist, working on mobility issues and leaking urine exercises. She had a run-in with the woman's insensitivity and so doesn't want to meet with her when she calls.
* the nurologist said that they should get the thing diagnosed with a urologist so that something can be prescribed
* Karla wants them to move to Denver and Bill is somewhat frantically trying to lighten the load to make that possible

What do you dream about that would give you pleasure and satisfaction? He said "Go to a restaurant!"

---------

Mary Pat called to report that her mom is running a fever tonight. The nurse said that it can be the result of the part of the brain that controls temperature is beginning to shutting down. I heard real sorrow in her voice. We talked some and I recalled how many people have said that "dying is a part of living in the same way that birth is a part of it."
Mary Pat called to report that there seems to be no big change from last night. Cold cloth on her head and temp of 98.5. [[Gini]]

Reading in //Time Machine// book re. the Library. Researcher in history of images. In particular that of the Pueblo indigenous peoples. Symbols of destruction, evil, suffering. [[Religion&Evil]]

Watched //The Dig// about the discovery of an Anglo Saxon ship grave as WW2 was dawning. Exquisite. Little guy lifted up. Our ability to do something, even in our brokenness.
 
This evening, before I left to return to the hotel, Mary Pat and I went in to be with [[Gini]]. To pray. To be with. After a time of quiet, I suggested we pray compline. She was happy to agree. We prayed it through and it was the most prayer-time I've experienced at the house in a long time. Even the priest, by comparison, seemed to prone to extemporaneously trying to pray to Gini's needs. It was good.

I was put to mind in reflecting on Mary Pat's question to me before we went in, "Do you want to go in to see my mom?" I heard it as her suggesting to me what she thought I ought to be feeling or wanting. Only too late, after she was exasperated with me, did I realize her question meant, "Would you go with me to be with mom?" I'm the one being overly literal I guess.  

---

Earlier a call to Charlotte arranged an earlier than planned recording of next week's service at [[StPauls]] . It's a rather huge re-arrangement for me that came from MP's recommendation. Strangely, coming from a group that as recently as earlier in the week had warned against using the word "dying", now this group is planning GIni's funeral and she's not yet died. So the plan is to have either a Friday or a Saturday funeral next week, depending on St. Charles' availability. But a Friday funeral would not be possible for me if I am recording the service on Thursday. The possibilities are further limited by the several reports of very strong reactions to the 2^^nd^^ covid shot -- which is the whole reason for our trip back to South Carolina.

So, now the plan is that we will record on Monday after our shot in Lancaster. That means I've got to get a sermon earlier. I also may not record the Ash Wed. service. But I have a new sense of what they were planning re. [[HomeLiturgy]], which  would fit my draft for Maundy Thursday, so I'd like to get that in the works. Charlotte is consumed with the collapse of financial support and the pending ominous cuts that will have to take place on "her watch" as Senior Warden.

---
I am grateful for getting the grading in order for my classes. The summary I wrote re. their Timelines. I learned about how much I still have to learn in reading Mary Pat's intentions. As she left me and the room to call Sean I felt the old bitterness that will no doubt be present when we get back to South Carolina. 

I felt bad at not confessing the spill in the dining room. I tried but the guys had disappeared and there was the uptight lady standing in back of my waiting for something. 

I learned there's a public url-serving folder at "[[Pcloud]]" the way there used to be at Dropbox. It should make it way easier to serve graphics, perhaps other documents, including here in my tiddly. [[WorkingWithTiddly]]
[[Gini]] continues today very weak. MP keeps saying I can't believe she's working so hard to breath.

It was exciting for me to meet nurse Jenny at the house. She had the day shift. It was a long time before I even heard her talk. She wore a mask and I couldn't see her very well. But then when I heard her speak I was startled. She had the appearance and the voice of Kapono. Finally I introduced myself and asked where she was from. She said Malaysia. She made me feel homesick for [[Hawaii]]. She originally trained as a concert pianist. Married a childhood sweetheart and followed him to Ohio. She's been her 35 years I think she said.

The siblings have shared letters that their father wrote Gini. One, from just after they were married and while he was in Ohio and she remained in Miami, was quite amazing. It spoke in detail of a dream he had that was similar to a near-death experience. His love for Gini was tender and powerful. Unlike anything I've ever encountered. I was envious. 

Col. Tom 100 y/o has died but inspired all kinds of handicapped kids to raise $. Christopher Plummer has died. It all seems so personal.
I had a very vivid [[dream]] in the middle of the night. It was vivid then -- with graphic sex -- and it has stayed with me. I try to record it now. Perhaps in honor of reading Bob Sjostrom's dream yesterday.

Mary Pat and I were walking in what I believe was Iolani. Like 2 teenagers we snuck into a room and found a cushion and began making passionate love. It was startlingly explicit in my experience. It was sensual and satisfying to both of us, perhaps partly because of the risk of being discovered.

And, of course, we were. Mary Pat covered herself as best she could for modesty's sake, perhaps I wasn't quite as naked as she. And the security guard was kind of light-hearted about "writing us up". He was dismissive of our claim that we were "husband and wife." "Sure you are."

But then another guard came and seemingly had more serious charges and was not as personable. The 2^^nd^^ guard had seniority somehow and was not as lighthearted. 

But through it all Mary Pat and I were satisfied that we had made love, that we had got what we wanted, and were willing to pay the price.

So a vigil kept. 

----

Reading in //Time of the Magicians// I got into a rhythm. It was more of a narrative. The author I think regularly adopts the language of his subjects as a way of ''embodying'' them, and with, e.g. Heidegger, that is difficult to enter into. But I was particularly struck by the description of Benjamin's preparations for writing his proposed book/thesis on 17^^th^^ c. drama. He gathered 700 usable quotations from a series of plays and then headed for Capri (southern Italy) intending to turn them into his text. 

I experienced something like that ''on a small scale'' in my composing and then recording my sermon for Sunday 2/14 in barely 4 hours. [[writing]]

In contrast to this method, Benjamin found the synethetic energy of ''porosity'' in the piece he wrote about Naples. I would describe it as finding a way to ignite the words with a kind of ''luminosity''.

p. 219 and before, Benjamin describes [[LostInGrief]] ''grief'' as ''silence.'' Language no longer speaking.
Sent to Palmetto Counseling:

My wife Mary Pat Sjostrom and I are both seeing counselors at the center. Her mother died after midnight early this morning and her funeral will be Friday morning in Dayton, OH. I will not be able to make my appointment with Erin scheduled for 10:30 on Tuesday 2/8. We will not be able to make our appointment with Janet at 8:00 am on Friday 2/12. We will have to reschedule those appointments. Thank you for your understanding.

Dale C. Hathaway
I arrived at the Mass vaccination site at about four minutes after eight. At that point they were maybe hundred to 150 cars in line. National Guard troops our traffic control.

By 830 I have received my vaccine. There was some mixup about find me my name. At one point I ended up with two vaccination cards. That was cleared up and I’m now waiting with other cars for the 15 minutes or so.

I asked one of the soldiers why the change of venue. He answered that a batch of vaccine have been lost or spoiled intended for the appointments of yesterday. That meant having to do twice as many today.

<<<
On February 10, 1990, Nelson Mandela was released after twenty-seven years in a South African prison. He had been sentenced to life imprisonment for plotting to overthrow his government as part of the African National Congress (AFM), which stood in opposition to the ruling National Party’s apartheid policies. While imprisoned he became one of the most influential black leaders of South Africa. After the apartheid policy was defeated through nonviolent struggle, Mandela became South Africa’s first black president.
<<<


Bill gets vaccine. Turns 67. 

---
Watched the latest //This is us//. Title is ''There.'' Jack was always "there" in  Kevin's mind. The show was about "[[fathers]]" and also "sons". Me committed to being better than my father. Owen to being better than me. All of us not able to see our own strengths. [[fathers]]

It brought tears to my eyes. And the running plot thread was that Kevin was trying to get somewhere for a family "there" time, the birth of his "twins". Randall and (his wife) calling on cell phone to Madison, saying they were "there" for her. Staying on the line to talk while she was emotional and feeling abandoned. 

I'm on my way tomorrow to just such an effort. Trying to be there for Mary Pat in a way that I could not be for Bridget. The relevance for me being "there" for Sean is not lost on me. Earlier in the day, though, I was committed to leaving if Sean was going to be staying.

responding to email today:

Hilda, I am deeply touched by your email, and of course I don't mind you writing. I am grateful that you have found the kind of hope that you obviously in our course. There's a real confluence of experiences. In the last half hour I have returned to Dayton, OH, for the 2nd time in 10 days. My mother-in-law died on Sunday and the funeral is tomorrow. We have kept my mother's ashes on our mantel at home for 2 years since she died, waiting for the opportunity to gather some of the family to spread her ashes at Myrtle Beach where she lived for a time. My wife reminded me of one of the sacred experiences I shared with a woman in Hawai'i. Her son had died of AIDS in the 1990's. She was raised in Hawai'i but spent her adult life on the faculty of the University of Missouri. She would return every year to commemorate spreading her son's ashes from the top of Diamond Head. During the years of knowing her she had asked me to accompany her on the climb and offer blessings at the place on top. The sacred is all around us. Thanks be to God.

Faithfully,
Dale

To see a World in a Grain of Sand
And a Heaven in a Wild Flower
Hold Infinity in the palm of your hand
And Eternity in an hour (Blake)

Sent to Greg Johnson

Serendipitous that you send the message now. I’ve driven 9 hours through sleet and snow to be with my wife at the funeral of her mother which takes place tomorrow morning. I’ve just responded to a former student writing me on the occasion of a grandson’s divide. And for her I recalled a sacred time I used to spend annually with a parishioner whose son died of AIDS and whose ashes were spread from the top of Diamond Head. 

I’m ok. Teaching religion 101 and history of modern Christian thought. Supplying at several small churches during a time of pandemic. One of the churches is simultaneously dealing with a rector who is presumably dying from lung cancer. 

Life isn’t boring. How about you?

Dale
Trying to get a unified email app for devices and to do what I have used Thunderbird for. [[email]]

I was reminded that I didn't subscribe to //America// and it's probably too late. But perhaps subscribe to digital only at $50.

Need to fix the 317 class groups to account for withdrawals.

[[Church]]
Watched PBS The [[Black Church]]. If has huge relevance go both my courses. 

{{Examen1}}

I am grateful for the black church. For Annie wanting what I had to offer re Ash Wednesday. 

I am grateful for the conversation we we able to have in Zoom session with 317. Article about professor who was real advantage to zoom teaching. [[https://www.nytimes.com/2021/02/15/opinion/zoom-video-school-teaching.html]]. "There may be less human warmth. But there can be more human connection."
Joe S. came down. He was receptive to my interest in //The Black Church.// He is chair of the board for his church so is much involved in the same kind of thinking I have offered Charlotte at St. Paul's. He agrees with the notion that the "end of Christendom" is a good thing and that it provides opportunities for being a better church. What that might look like differs, of course.

I had to look up Emma's name when Joe & Katy were talking about someone of Russian background. [[Emma Mironichenko]]

{{Examen1}}

Grateful for Joe listening to me about the black church and "I have a dream". I learned in tonight's episode that the phrase "I have a dream" was given to Dr King by a woman preacher -- I can't remember her name.

I got to hear the beginning of Obama singing //Amazing Grace// at Mother Emmanuel -- it still gives me chicken skin and I still think it is a shattering moment for our nation. But the depths to which we sank as a nation during the last 4 years is equally mind-boggling.

I am grateful for the moments that Annie and Howie gave us during our 15 minutes of self-reflection for Ash Wednesday.

From F. Buechner today: 

<<<
WORDS—ESPECIALLY religious words, words that have to do with the depth of things—get tired and stale the way people do. Find new words or put old words together in combinations that make them heard as new, make you yourself new, and make you understand in new ways.
<<<

<<<
"""
Little pitchers have big ears
Don't stop to count the years
Sweet songs never last too long on broken radios
"""
<<<

This had kept me up all night. I see or hear Lydia and Emma as the little pitchers. 
Ended the day with a phone call to/with Bill. I have felt increasingly the odd one out here with the Sjostrom clan. Mary Pat has been (rightly so) focused on being with her siblings. I have thought a little about returning to Sean and Mary Pat and it leaves me feeling quite depressed.

I think of one of the aspects of the death of a parent as being left with a kind of "fuck it" mentality. It's a kind of "this puts things into perspective sort of thing.

Bill told me that his friend Phillipe is Jewish. He has gathered a bunch of Yiddish music for him. He told me that his parents are in Israel and are both survivors. I wondered, "How did I not register that more in the past?"

We watched a movie //Instant Family// with Mark Wahlberg and Rose ...? of //Scandal//. It was corny but portrayed in a short span that trauma of forging family. Heart ache and taking the children to the emergency room. The deep joy the first time they come to you for aid as Mommy or Daddy. And then the leaving, the abandoning as I've experienced it.

I know that part of what I have felt life has taught me is that there is no pay-off for loving and giving all of yourself. I think that's the lesson of the cross or Socrates. It was the lesson of Siddhartha.

But as Bill observed, it's not the lesson that the Sjostrom family gives off.

I learned from Katy that the foaming hand soap is just watered down handsoap. Google it. Bill had read that someone in //New York Review of Books// wrote the demise of Humanity will be AI. He and I both used to subscribe to it. He does again.

I'm grateful that my back doesn't hurt as bad as it did. I'm glad to have kind of got back on track with my email and classes. Am I? To have finished with the required HR material re. abuse of various kinds. It makes me reflect on my own pedagogy -- how the little 30 min. courses from HR are probably done to a "T" the expectations of electronic pedagogy. But it ain't ''critical thinking.'' I missed several questions which were distinguishing between "Quid pro quo" abuse and "Sexual harrassement." Quid pro quo is, I think, harder to prove.

from Buechner on [[Grace]]:
Tomorrow is Julian's birthday. We made it home safely. There were so many trees in Kentucky bent like shepherds' crooks from the ice hanging from them. I was captivated with the water cycles spouting from the fissures in the rock hewn roadways through the mountains. I took pictures but couldn't capture it. My back seemed to be getting better as we traveled toward South Carolina. Yet driving to Rock Hill seemed like driving to a prison camp. From one house to another, they were both locked in skeletons and phantoms I'd rather not be involved in. 

Help.

Tomorrow -- just a few minutes -- it will be Julian's birthday.

An example:

Mary Pat was being wistful about her mother. I made the observation that I thought it likely that Karla's mom's death and our mother's role in that had helped (at least) to cement Bill & [[Karla]] as a couple. For better or for worse through the years they were connected. Mary Pat asked about the parentage. Karen, Karla ... Jeff. The other half siblings on Mary's side of things. Russ? Karla's dad? 

I began to say, "I feel really inadequate ...", intending to go on about how I don't really know the lineage there and I really should, as a brother. But [[Sean]] was standing in the doorway. He said, "Good night, guys. I'm sorry for interrupting." His mother jumped in and said, "No, no, you're not." 

But he had. And my conversation was over and it never returned. To me it seemed clear that MP wasn't interested and so I wasn't interested in pursuing it with her.
[[February 2021]]
[[February 2021]]

Watching //Les Miserables//. It has to be with Sean. I dislike it so. He wants to do it like me. I just want him gone. But the power of Victor Hugo is so much greater than I. 2 million at his funeral.

"""
Anne Hathaway singing "I have a dream" 
could be placed beside
Lady Gaga singing "Shallow"
"""

[[I have a dream |https://youtu.be/WzNVmZfNoa8]] 

[[Shallow |https://youtu.be/bo_efYhYU2A]]

or

Hugh Jackman's "Who am I?"

[[Who am I |https://youtu.be/y7-ZoOUfKv8]]

My deepest identity is buried in these songs.

and Eddie Redmayn "Red and Black song"

[[Red and Black |https://youtu.be/cjp-Gyo5tNM]] and [[Again |https://youtu.be/oBn1UHtYP9Q]]

The agony for me is I guess centered on the fathering [[fathers]] of Jean Valjean -- His love is that of a father who has known redemption.
[[February 2021]]

It's just going downhill quickly here. Yesterday she asked, "Are you glad to be home?" She had slept much of the day. I organized drawers in the kitchen, washed the car. I shrugged and shook my hand back and forth in a clear indication of "not so much." //comme ci comme ça//

She ignored the answer, an answer that to me was a huge red flag. She never came back to it.
[[February 2021]]

She had her doctor talk to my doctor about my "depression." She was afraid to say anything because she "knew how made I would be." The offense of that is beyond my saying.

She repeats that I forbid Sean from taking out the trash. That is such a twisted untruth. But she repeats it like it is. I offended her mother's funeral because I conveyed my unhappiness -- anger -- at Katy for refuses the gift I had brought to Dayton. As if that was the sum total of my effort to minister to her at the time of her mother's death. ''It's like a repeat of Bridget''. 

Fuck it. 

When her family asked her about my "depression" or whatever it is, did she tell them that she had repeatedly walked out on the marriage? That she had repeatedly shared with her friends and counselors a litany of all the things that are wrong with me? That she had repeatedly said that she was done with the marriage? Did she tell them about what an albatross Sean's presence is? About how I have repeatedly said that it is a big problem for me and she has repeatedly made it clear that she doesn't give a shit?

No, I didn't think so.

[[February 2021]]

Yester even I left off watching TV after the news and the James Harriot BBC. I went to the toilet, trying to figure out how to proceed with the evening, cleaned my teeth, and was leaning toward reading -- whether in the bedroom or living room I didn't know.

She asked me, "Are you coming back?", as I was filling the humidifier. I said, "I don't know." 

The next time I came out, hearing the TV, I looked at what she had turned on. It looked like //This is Us//. I asked her what it was. It was. She had taken my responses as I wasn't interested, she said she liked the show, but she's willing to start over.

How is it not clear that the painful thing is that the show was ''our thing'' but now it has become ''her thing''. One more thing that is not us.

Repeated refrain from Karen yesterday was, "What are you [[willing to give up]] for the sake of the marriage?" I had trouble answering, saying, "I've given up so much. What is it that would make a difference? I don't know what it would be." 

I don't remember that Mary Pat had said anything of substance, and certainly my perception is that she's not prepared to change anything important -- family is too important to her, she says, implying that it's not for me. 

She has spent so much energy trying to figure out what's wrong with me. I'm no longer kind, she says, what used to be mantra she reminds. Perhaps, she has thought, it is the memory loss and [[cognitive decline]] that she has observed. 

I think, well that's a pretty low blow to hear for the first time in the counselor's office.

---

A part of what turned my stomach yesterday and colored the whole day was the way in which Mary Pat just flipped and expected me to follow along. 

After spending 1½ hours trashing me, intending to hurt, she says on the way to the car, "Thank you for agreeing to work on the marriage." After that, for hours, she was ''sweetness and light''. 

Ugh. It's not inviting. It reminds me of what turns my stomach about the Sjostrom's. They are 2-faced and don't say what they mean. 

One of the costs, I guess, of ''[[family]]'' being paramount.

---

Karen's session. Processing our sharing at 9am in the morning -- an appointment.

She asked, "Remember the last time your spouse made you laugh."  Both of us couldn't really. I said that I thought it had to do with feeling safe. MP thinks of "safety" as physical safety. She has assured her counselors that there is no question about physical safety. She understands that when I say I haven't felt ''safe'' I mean something different. [[safety]] But she is unwilling to process or talk about our two different uses of the term. I didn't understand at first. Later in the day I thought it was because it would mean confronting the way in which she makes my world "unsafe."

[[February 2021]]

The familiar tune in //Outlander// the TV show we started last night. Words of Robert Louis Stevenson and familiar Scottish folk tune. [[The poem |https://www.poetryfoundation.org/poems/45949/sing-me-a-song-of-a-lad-that-is-gone]]

!!! Sing me a Song of a Lad that is Gone 
By //Robert Louis Stevenson//

"""
Sing me a song of a lad that is gone,
Say, could that lad be I?
Merry of soul he sailed on a day
Over the sea to Skye.

Mull was astern, Rum on the port,
Eigg on the starboard bow;
Glory of youth glowed in his soul;
Where is that glory now?
…
"""
[[youtube |https://youtu.be/-zQoQ1ckFxI]]

---

Lectio: Mark & Jesus saying everyone who follows must take up his/her cross. I heard "cross". Then Embrace your suffering. I ask, "How?". 

Lesson: It's not about me. And my suffering. Take a larger view. 

It's not about denying my personhood. It's not about choosing martyrdom over life. 

[[family]]. Mary Pat's family couldn't tolerate her for a few weeks. Katy went crazy. But I'm expected to allow a stranger into my home for a year or more. Ah well. Take the larger view. "What am I willing to give up?" [[Lost is a place, too]]

---

The movie tonight ended with the //Offenbach// - //Barcarolle// , from '//The Tales of Hoffmann//'

 in an opera. Why do I know it? Raisins with almonds? No it was the tune from Furey's album.


Zhao Marina
1 year ago
Uplifting, I was teased for being a nerd in school, but every time I hear this song, it just tells me to hang on, life IS beautiful.
[[February 2021]]

Worked on:

# getting 3 devices linked with ''syncthing''
# getting liturgy-template corrected in place with 3 devices
# Advancing the presentations status with 317 -- I'm pretty good up through early 20th c. module. Need to get notes done on 3-4 modules.
# gathered Easter music [[Easter liturgy]]

On my walk I listened to talk on Montaigne. Esp. the essay teaching left me thinking that my effort at writing a huge work on Church and Tyranny at least convinced me that I could write ''essays''. Perhaps work on the next one on early [[earlychurch&pacifism]]?

Discussion about whether:

# to make variation in the format of [[daily prayer]]
# Lenten reading as we did with 3 volumes early on: Imprisoned text, David … re. Celtic, and Madeline L'Engle on church year?

[[February 2021]]

It's Sunday. MP is sleeping -- presumeably sleeping off the 2^^nd^^ Covid shot. Possibly depression? Her siblings went to the grave site yesterday and she was sad to not be there. ''I have such a powerful sense of loving her unconditionally in her weakness.'' I suppose it is when she is being "strong" by pushing back against me that I have trouble. 

E.G. I sometimes feel like everything I say, no matter what, she will respond with, "No ..." She will quickly look something up to demonstrate that I am wrong. Responding takes the form of a rebuttal.

But when she is just being with me she is such a darling.

[[daily prayer]]

* [[daily prayer LTP | https://www.ltp.org/products/details/DP21/daily-prayer-2021]] cf. simple pattern, familiar source.
* [[Episcopal resource | https://www.episcopalchurch.org/wp-content/uploads/sites/2/2021/01/daily_prayer_all_seasons_eng_final_pages_0.pdf]] in pdf
* one of the things I've done is Benedict's Rule one chapter a day. [[1931 tr. | https://www.solesmes.com/sites/default/files/upload/pdf/rule_of_st_benedict.pdf]] and [[Resources | https://www.osb.org//gen/rule.html]] and (Opus Dei?) Christ in the Desert Monastery, [[well done version | https://christdesert.org/prayer/rule-of-st-benedict/]]
* [[praying the Keiils, nicely done in simple pdf | https://www.prayingthekeeills.org/wp-content/uploads/2017/03/18_PRAYER-BOOK-07-1.pdf]]
* [[BCP resource, easy to use | https://dailyofficeexpress.org/]]
* [[Common Worship (C of E) | https://www.churchofengland.org/prayer-and-worship/worship-texts-and-resources/common-worship]]

---
From //60 MInutes//

author: ''Colson Whitehead''

!!! Fiction

* The Intuitionist (1999)
* John Henry Days (2001)
* Apex Hides the Hurt (2006)
* Sag Harbor (2009)
* Zone One (2011)
* The Underground Railroad (2016)
* The Nickel Boys (2019)
* Harlem Shuffle (2021)
!!! Non-fiction

* The Colossus of New York (2003)
* The Noble Hustle: Poker, Beef Jerky & Death (2014)
[[March 2021]]

Time with Karen this morning. She seemed to be listening to insight I was dragging us into.

# [[Trust]]: The problem is trust. It has been broken. What do you do? You first stop hurting one another. 
# Mary Pat expresses an unawareness of when she is hurting me. I asked her what were the indications that she was hurting. She said that she retreats and stops talking. Maybe that's so. But I was particularly focused on how she ends up focusing herself on defeating me in every thing I speak. She asked what it was for me. I thought and paused. I said that I have tried in the past to communicate non-threateningly that such and such was hurtful to me. But, I said, that had not been helpful. 

Parenthetically I think that it was not helpful because she so readily takes everything as an indication that she is guilty or wrong that she immediately becomes defensive. I went on to say that probably I retreated, as she had described.


She related how I had closed off conversation the dinner before last when I responded to her hair tied up by saying I thought it was lovely. She objected with an excuse. I got up to do something in the kitchen and said "But then I don't know anything." She quickly went on to say that it wasn't helpful fo rme to say that and that she knew that it was difficult for her to receive compliments and that that was an issue for her.

I was able to report to her this morning with Karen what I hadn't said the night before, that I was very impressed with her quick response with that insight. Karen heard that.


# I suggested that  we might have a potential conversation piece about how we were hurting. She was today advocating that we "slow down". It seems as if that meant looking more closely and in depth at the conversation itself. I said that we might talk about what we are hurting from. But the commitment would be 1) to listen closely and 2) that it is not our task to fix it.


I told an abbreviated account of waking this morning when I had been stalked by something or other. I woke early. I was concerned about the key from WU I couldn't find. Later, looking for the EKG monitor, I found it!
[[March 2021]]

Linda Serepca

* System of power: Believe certain things, behave certain ways = belonging
* System of love: Belonging FIRST influences what you believe and how you behave. 

This came in the context of who is family and who is not. Belonging.

---

What is my belonging in the Church? At Winthrop?

Supply at Our Saviour:

    June 13, 20, 27
    July 11, 18, 25
Such a horrendous alienation from yesterday. I'm not secure in knowing what precipitated it. I'm inclined to think it was raising the issue of Sean in our "conversation" time. I said that it had seemed clear that she was not interested in what I think or feel about the matter. She responded, "I do care what you feel." And I spoke. I spoke about a number of things Linda and I had talked about. And by the end of the day it felt like Mary Pat hated my guts. She saw it the exact opposite of course. 

I am much better off not speaking at all. She may leave and end the marriage anyway. It seems like that is what she really wants. It will somehow prove her right. It's so important that she be right and I be the villain. 

-----
Carolyn Hornbuckle's funeral was yesterday. https://www.legacy.com/obituaries/name/carolyn-hornbuckle-obituary?pid=197842911

The last time I was with Carolyn was many years ago now. I was blessed to be a part of the funeral of John in Virginia. Now, seeing the photos of yesterday's memorial, I am emotionally very present. Carolyn, you were an important part of my life and of my family. I give thanks. I sang in my sermon today. I don't usually do that. I sang: "Amen. Amen. Amen."

--- 

Insight of the day: seeing Shirley's Facebook page that now features a photo of Shirley and Carolyn, and talking about that with Mary Pat who had talked about the things she can't talk to about her mother now that she's gone -- I thought perhaps our [[Mom]]'s dissatisfaction with girls was related to having been forced to give up her first born child -- a girl!
Donald Whitley responding to my post on Facebook.
Dale C. Hathaway
you would've loved the service. It had lots of juicy theological and philosophical facets, and great songs, laughter and sharing. You were an important part of our life, and I'd love to reconnect soon. 
Plant the gifts:

[[hydrangea |https://gilmour.com/hydrangea-care]]

[[camellias |https://www.gardeningknowhow.com/ornamental/flowers/camellia/caring-for-camellias.htm]]
[[dream]]: Larry Smith was the head guy. Like he was a retired bishop or something. The church was an old elaborate wooden structure. I was supposed to be an assistant, a new assistant. Supposed to preach. Julian was my server and my assistant. He had been off working and was scheduled to be back to wherever we were in order to get us to the church on time. I was running late and worried about Julian, but he was prompt. There were other people, Mary Pat figure?, who were ostensibly trying to help me get out the door, but they had other things they were doing, too.

Maybe the figures had to do with memories I'd related over the past couple of days. Hornbuckles and early ministry. Who in my family did Mary Pat know? Well, Bill/Karla, David a little, and Julian.

The figure of Larry Smith was stern but someone I could learn from and wanted to please. Erin counselor suggested I work at establishing with my family that I'm still in touch with. Such a long life-time before Mary Pat was a part of my life.

---

Couples counseling: 

# I tried to be empathetic in asking about the grief she's going through, inquiring how she processes grief. Her answer was to explain that, in effect, I was the cause of her grief with regard to Sean. She fears that I will make him not welcome to come back to our house etc. etc. When I said that I don't wish him ill she did her family thing. "I love you, but ... I've always said that ''family'' is very important to me. You say that my (i.e. MP's) family doesn't accept you. But they tell me (i.e. MP) that they want to accept you but that you push them away etc. etc." 

The "I love you but, " is in the form of a "yes, but" which actually means the opposite. In this case it means that I (i.e. Dale) am not ''[[family]]''.

The [[conversation]]:

MP seems to be distant. She acknowledged that she had a long and good conversation with Sean last night. She said nothing more about that. 

Huge arenas cut off from between us. 

She pursued my talking about how for me talking long-distance to my children has been ambivalent. How it is painful for me to see Miriam with Bridget and Emma. How Owen pointed out to me as a 12 year old that I was triangulating him with his mother.

She asked, "Where would you move if I died?" Answers included: Arizona, Hawaii, Colorado, Northwest. Each of them problematic. But I said certainly not Florida. I reversed the question and she said that certainly she would end up in Florida. But there are advantages to being here. 

I guess it felt like she had pursued more realistically than I the possibility of going on without me. She said, "Thank you for conversation." I acknowledged but it doesn't feel very good right now.

---
Donald Whitley from Facebook -- ''follow up!''
Dale C. Hathaway
Email is good, too. Mine is noodlemcdoodle@yahoo.com 
[ext[markdown | ./wiki/2021-01-08.md]]

[ext[diary index | ./diary/diary.html]]

[[link files]] [[archive diary]]
https://github.com/dalesgit/dalestiddly/blob/main/diary/emma-letter.pdf 

[[Emma Mironichenko]]

https://github.com/dalesgit/dalestiddly/blob/main/diary/emma-letter.docx

Accomplished these last 2 days:

# cleaned up piles of things in living room, study
# good beginning at data base for storage containers
# established working practice for linking with external files in tiddlywiki, especially getting my vimwiki diary installed (2017-2020)
# updated my Kmymoney files.
# set up Notion to help with planning and scheduling
https://www.orgroam.com/manual.html

[[org-roam]]
[[dream]] featured [[Lydia]]. We were at the same event. It was church related. It reminds me of ''New Beginnings'' or ''Happening''. Somehow things were falling apart. People leaving. Some kind of misbehavior. Towards the end the group turned on Lydia. She was rejected and had to go. My reaction was swift and strong. Up to that point I had tried to have a "hands-off" approach to her. But when I saw the group turn on her I was furious. I made clear that I would defend her at all costs. Perhaps we left together.

Reflecting on it as I am awake, I ask myself, "When did Lydia turn on me?" I remember when the girls and I had stayed in Hawai'i while Bridget went to her family. Lydia's depression came to a head and I helped her to get a counseling appointment. A woman. When Lydia related some of what happened at her session, I remember so vividly being surprised at the anger she had towards me. But I absorbed it and was so grateful that she was moving forward. I took her to several sessions before Bridget appeared back on the scene. Then suddenly everything shifted. Bridget was orchestrating things. Bridget led in such a way that Lydia was soon on medication.

It has felt like I lost her at that time.

Working on family tree. Was Mom's death April 26, 2018? Yes my Google calendar indicates so.


https://emacsconf.org/2020/talks/17/  [[org-roam]] [[RoamResearch]]

<<<
It requires one outside software, which is Zotero, what I use. It's an open source reference management software. It's great. But the thing to keep in mind is that I use two plugins that are really needed for when we work with org-roam-bibtex, org-roam, Org Mode, and the ZotFile. Better BibTeX organizes your reference keys in a way, in a fashion that works for you. For me, all my reference keys are last author and year. With ZotFile, I let it rename all the PDF files the same way that I have for my Bib keys, which is last name of author and year. All right. Once you export your entire library as a Bib file, then you can work on it within Org Mode and Emacs using the following packages. So with org-roam-bibtex, it creates an Org file for each Bib entry. You have the option of templating and doing other stuff with it.
<<<

[[Clericus]]: 

Bishop was negative to EC evangelist (Jerusalem ?). Potential for opening up numbers based on rolling average. York/Lancaster not doing so well.

Sally hoping to get into nave by August. Sally wasn't in the mood to hear the evangelist.

Gordon living with uncertainty: church ministry, bought a house on line (Yarmouth, Nova Scotia), what retirement hold?, 

As I shared with them about the 2 directions of Jim vs. congregation. Sally recommends eventually calling bishop. Amanda is a friend of Rhonda and calls her a good listener.
[[Roam-like Notes]]

Today our first party in  year. The Judges first time in another's home. Anniversary of Mary Pat's father's funeral. 

I made some progress getting comfortable with roam stuff on emacs. Smoother with spacemacs. I totally spaced out Zoom with 101. I've felt dejected for days now. 

[[]]For conversation this morning I ventured to talk about some things that were a little bit //iffy//. But it was ok. I mostly felt heard.

* I confessed that I had felt "unmoored" or "disconnected" the past week or so. She asked, "Why?" and I answered I didn't know. But in a few minutes I tried out that perhaps it was partly the result of having lost all the ''upside'' of teaching with the online / pandemic experience but not having a lot of positives. I have felt really disconnected with what's happening with my class. That's why I canceled 317 this week and why I totally spaced out 101 on Wednesday. She questioned me -- the way she almost always does -- by submitting that I had had some good sessions with 317. Just 10 days ago it's true that I had had the best Zoom session of all. The whole hour was spent listening to people who volunteered as well as were called on. 

I rather think that the disconnect from WU is more a symptom than a cause.

* The 2^^nd^^ offering was related to talk about moving. She expressed her surprise at my sharing that I would move to one side of the country and she another. She offered that it made her feel continually guilty that she was making me live in a place I didn't want to. I then tried to express my own growth process. [[SelfReflection]]

From the 70's I have tried to grow away from the inherited notion that the male is in charge and makes the ultimate decisions. I observed that when deciding between two choices, one choice wins and the other looses. Throughout 2 previous marriages I had tried to find a way to make it work, but when Mary Pat and I came together I decided that I would just give up all impulse to be the one in charge. "I'll go where you go," meant that. 

I reminded her of the interview I heard years ago about a prominent writer and her professional husband who made a pact to give one another some number of years to live in a place and then it was the other's turn. Mary Pat knew that Bill and Karla had done something similar. I suppose once upon a time I had shared this same stuff with her.

I told MP that the reason I could defer to her was that I trusted that she would keep my best interests in mind as she decided. I didn't say to her that the past year has called that trust into question. 

Still working on it.

----

Lecture on David Copperfield //Great Expectations.// The daring narrative experiment of having the narrator go through transformation -- not being the omniscient narrator -- and being the subject of the story intrigued me.

I produced a paper with a combination of [[Obsidian]] and [[Zettlr]]. I gave up on org-roam. I may try out Emacs-Doom now. I just can't get a sense of how to make connections in note-taking -- at least to the extent I sort of getting it with this TiddlyWiki thingy.
I was staring at the scene in front of St. Andrew's at Emma's graduation. Tim Vail and his vicious verbal attack. That scene in a nutshell is the whole story with Bridget and the girls. Dostoyevsky and Raskolnikov? Which one of us the misguided idealist? [[SelfReflection]]
Worked on today:

# Corrected Doom emacs to enable ''org-ref'' so that citations work
# Watched National Cathedral
# Looked at each of my blogs. Surprised by some of what was written there surprised me. Got a working index for ''Checkvist''. Need to get tags?
# Sorted Palm Sunday past sermons to get some direction and inspiration
# Worked on music for Easter. Downloaded the videos and have a working list.
# 3 mile walk
# made a riotously dense salad
[[dream]] on waking:

MP and I were at some kind of event. Felt like southern Jefferson Co. We needed to leave. There was back and forth I think with expectations, but finally I was frustrated at waiting for her to finish whatever. I began to walk. There was hope that we would connect -- at the car? down the road? There were lots of people. Lots of construction. I was walking north. We didn't connect. Then my phone went on the blink. Rebooting. Not connected to the grid. I was unable to reach her. I kept walking. I was in a big building. People like at a convention. I ran into Peter Judge and someone, like Jean from my class. I thought, "Well, I'm saved." but they weren't really helping me. 

I woke.
Worked on:

* Palm Sunday liturgy
* Easter music
* Palm Sunday sermon
* Presentation for 317 tomorrow

Subject is heavy and deep, though the presentation is fairly light. It is comprehensive in scope, however. All the kinds of knowledge developed over the past 400 years or so and how it impacts theological inquiry.

---

I have really felt a kinship with "Claire" from //Outlander// on ''Netflix''. Her time traveling back to 18th c. Scotland is a love story that I resonate pretty deeply with. Her 'love of my life" was a Scottish highlander of a former time. And I can sense that as I am caught up in the story. What is it? The love? The empathy (or deeper) with another time, another story? [[Time Travel]]

<<<

Such exchanges are the difficult work of education, one I know well from years as a student and professor. We often associate education with the accumulation of new information—more ideas, different perspectives, additional skills. And in the Gospel scene, Jesus is indeed passing on new insights to his hearers. Yet another crucial component of learning is letting go—of old interpretations, of misinformation, or of limited understandings. For many students, surrendering familiar assumptions is the hardest part of learning, and it appears to be a challenge for Jesus’ interlocutors too. (From //Give us this day today//, Jessica Coblentz is an assistant professor of religious studies and theology at Saint Mary’s College (Notre Dame, Indiana).

<<<

It makes me think that my challenge in 317 is to get the students to let go as much as it is to learn something new. 

---

Great break at counselor today. I told her she had ground our marriage into the ground.

---

Work on the liturgies. 

Can't imagine that there is something left in the relationship.

I acknowledge [[regret]] today. I woke early and rehearsed in my mind over and over these words. I don't remember acknowledging regret. I knew that somehow regret was a sign of disease. I didn't want to acknowledge it; so I hid it from myself. I guess. Perhaps it is only that I able to admit a number of things today because I look about me and all there is is ruination. Broken relationships. I really don't know if there is a marriage to be saved at this point. Broken trust. She said I forced her to "throw her son under a bus," but I think that the fact that she has announced that I am never to defend her, that I don't have a right to quietly suggest to her son that he was being disrespectful to her, or to her sisters -- I'm not family -- that all these together add up to sand falling through my fingers.

The regret, however, is about Bridget. I regret ever having entered into the relationship. She has poisoned my relation with members of my family: Owen, Shirley, Miriam, Lydia, Emma. The contempt of her waking out while I was preaching speaks loudly. It used to be that I could say that I was grateful for the 2 lights in my life. But they despise me, seem to have no positive memories of having been loved beyond measure. I regret having married her.

---

In my walk I settled on what felt right to me. It's related to the insight above. My well known story about the husband and wife, celebrating their 50th anniversary, and the wife rejecting his gift of the heel of the bread. I feel that Mary Pat has consistently rejected my heel. Lydia and Emma also rejected my heel. (i.e. my favorite part of the loaf). 

In my story what do I imagine is the result of the blow-up between the man and woman? After 50 years do they separate? I think probably not. Something similar was in the movie //Leisure Seeker// that we watched the other night. Helen Mirren / Donald Sutherland. She discovers just before their end that he had had an affair with their long-time neighbor. She moved past it -- with pain. But the plan all along had been to end their suffering.
I lost all of the labor I put into the words for this.  But, no, I didn't lose it. It's still there. Ah, thank you Lord. 
Courtney using the ''Passion Bible''. https://youtu.be/2EtXBxAuZ3g provides a review to argue that it is an "interpretive paraphrase" or perhaps a "targum" which is a paraphrase with commentary additions. Seemingly a charismatic version that would be opposed by evangelical type. "Enhancing the likeability of the Bible." For "hyper charismatic" types.

 ^^Ephesians 2:13^^ But now in Christ Jesus you who once were far off have been brought near by the blood of Christ. ^^14^^ For he is our peace; in his flesh he has made both groups into one and has broken down the dividing wall, that is, the hostility between us.

---

I made some progress in notes and rough ideas about the sermons for Easter. I spent too many hours on reinstalling MX-plasma onto the desktop in the office. I had multiple graphics issues with the Chromebook. Then I became persuaded that I had an insoluble problem with the sound card on the Desktop. So I went for it with MX-Plasma. So far I'm really pretty pleased with both the feel and the stability of what I'm dealing with. I had to compile Emacs and that was quite an ordeal. But it's done and it runs very nicely in v. 28. Samba continues to be inscrutable, but Dropbox and pCloud are working. In fact because I preserved the "home" partition, a lot of things just kind of naturally flowed into working order. 

I'm still not very clear about what is different using the "Plasma" interface. It's not X-11 or GTK I think. Both of those things were used to compile emacs and I couldn't see that there was anything else. 

But tomorrow I've got to get to work on grading. Sermon in the background?
I am so discouraged. See the extensive notes taken in Joplin related to my visit with Linda. The gods were speaking to her today about Dorothy Day. I contributed to that. But I think the gods were speaking to me about misfiring. About missing. About alienation. About communication aborted.

Just so discouraged that there is a path back. 
! Lydia called!

I had just got back from a ''very productive'' morning. I finished 2 sermons. Cleaned out the study for Amy. Went to the dump, Goodwill, and cleaned off the pollen from the car. Made the copies of Sunday's bulletin.

She called to say thank you for the Easter Card. I learned that Nick has the children we see -- they get them every other weekend. He had a "tire warehouse" job for 12 years, had a conflict, and has returned now for a couple of years. Starting in May she is going to begin work to get an MA and a teaching certificate from an online institution. They have a hub in No. IN, but are based in Kalamazoo. She needs it to keep her job -- she's an emergency hire at an elementary school. She will be traveling to west coast to meet up with Emma and will drive back to Indiana. 

She talked of years long plans with Nick, upgrading their house etc. It is located just down from St. Michael's. Currently they are remodeling. House has 2 bedrooms, but a loft that is livable and a basement that can be made to be so.

She said that Nick helps her to feel good about herself. And that that's welcome. ''Ah,, I have known that so well for the past 15 years at least, or more.''

---

Amy listens to science blog: //This week in science// also //The Daily//


One of the parishioners at St. Paul's remembered my sermon about Miriam's baptism -- asking if Amy was the daughter I "wok'd". I am humbled.

Lydia reported that Nick made her "feel good about myself."

Preached at Great Falls and Monroe. There was a real congregation at St. Peter's. St. Paul's felt magnificent in the garden. Lots of people contributed to making the garden work. 
Today I pulled out Mom's knit afghan, intending to fix it or get it fixed. And to give it, I think, to Miriam. But maybe Lydia?

Tonight I saw the space station make its transit across the sky. In the back yard from just above the fence to disappearing in the clouds of the eastern sky. Mary Pat wanted to include and be with Sean. 

Meeting with the WU department, Takita mistakenly described me as having a "terminal degree", and so qualified. Peter reiterated that I was qualified to teach the courses, as if he was trying to camouflage that I didn't have that degree. The department has depended on me adding to their statistics for the University. They are so small and weak. 

I got so much working on the faces of the 2 computers that failed on me last week. I recognized that's why I missed some emails. 

That, and I had some success with trying to preach Easter. 

Julian and Lydia have called to thank us for the money. Miriam, I think may not recognize it yet, for whatever reason.

In reflecting with Mary Pat on the Department's being in an Interim interim position and jockeying for where it's headed, noting that I am important to them, I said they have no purchase on me, no leverage with me. I can say, "No thanks at any time."


It was like a dream turned into a nightmare. We watched 2 episodes of //Outlander//. Geillis and Jamaica, White Witch, and jewels. And love is in the air. I went off to pee. I assumed MP went too. Then when I emerged, I heard sounds. Sounds that were like moans or groans. I didn't know what it was. I saw the closed bathroom door. So I opened it, asking is anything wrong. But it was Sean. Peeing. Evidently singing cause he happy. He stated, "No, I'm fine."

But I wasn't fine for seeing him there. I expected to see Mary Pat. I didn't expect anything to be wrong, but I've trained or rehearsed responding to her calls for help. Someday it will be important. 

And instead it was him! Ugh. You've overspent your welcome. You're not living in reality, Dude.

Last thing tonight, she was doing a "Poor me" rendition and said, "You'll be happier with me gone." All I was trying to do is put a limit on how much TV I watched. She said, "Sometimes I just have it on. Probably when I'm gone you won't have the TV on at all."

That's true. I hope we get to a place where that's OK with her. It's OK with me, but not her, I think.


I haven't recorded that the information was reported to me for the first time in counseling session yesterday was that Sean will not be staying at the house while Mary Pat is gone. In the session she tried to bring back the accusations that I hated Sean and rejected him and she would never do that with my children, and blah, blah, blah. All of it not true and beside the point. 

So today I meditated again and again on Sean not being able to deal with me. I had assured that there was no problem there. MP said that she had objected to Sean doing that, but "it's his decision."  There is just so much that is not acceptable to me. 

So, now at the end of the evening, he's going to move out. I intend to change the code on the garage door. Mary Pat is going to concentrate on family and grieving issues. Janet has assigned us to concentrate on "''dating''" behavior. It's not really clear to me what that is. "Focus on hope." "The kinds of things we did when dating and getting to know one another." Flowers. Little notes.

46 min. talk with Bill. He says that next week David & Laura are meeting up at their place. Then will travel to CA. David has inquired with Mary and Charlotte about possibly moving to Albuquerque with Laura. They said that if he did that he could ''retire''. 

Sam (of Lee Detwiler) is transferring to Santa Fe -- bringing with a bunch of friends (wealthy). Santa Fe is 6 hours or so drive for them.

Bill reports that Feds are requiring a PIN of everyone? Just like Sean was saying?

Bill wonders about Miriam. Figures Owen is just non-communicative as usual.

Touched base with Wendy who will be Eucharistic Minister with me. She suggested a time to address the gun violence that touches us ...

Gave scooter to Ehab Hamed (for Duha). When I asked, he seemed delighted when I told him how I would pronounce his name -- he said, "You said it exactly right." but apparently it's problematic around these parts. He's called "Eee" at work.

---

Probably the most important thing from Bill's phone call was something Bill said, acknowledged. When I asked him about the children and their relative lack of responses, among the things he responded with was about Emma. He said that he and Karla had had recent conversations about the fact that Emma had mentioned at the time of her wedding that she hoped there would be a time soon when there could be a proper celebration. Bill was conflicted about that in as much as he felt that he couldn't go if I was not invited. Karla, on the other hand, did not see Bill's point of view at all.

I recognize their 2 perspectives as reflecting where they have been in phone conversations with me.

It makes a difference that Bill wants to be "on my side." On the other side, I don't see how anyone could see that it's ok for me not to know what the accusation against me is. And thus unable to mount a defense or a counter-narrative, or just to provide evidence that it wasn't true.

What [[discernment]] was going on here?

From MP's facebook page (repost)

Anne Lamott 
Yesterday at 2:19 AM  · 
It’s not every day a girl turns 67. I never thought I’d see 18, and then 21, and then 30, and then fifty! Half a century old. 17 years ago. And now here I am on Medicare, married two years ago to the coolest guy, with feet that hurt almost all the time, a mind that scares me with its increasing forgetfulness and snags, and a heart so filled with love some days that I feel like a moony teenager and probably should not be behind the wheel.
Other days, not so much.

It’s frustrating to lose cognitive function, and for everything to ache the day after a hike. I take some medicine at night but ten minutes later, I can’t be positive if I took it or not, and I have to compensate in a dozen ways for my constant distraction. I got a car five years ago designed for people who probably should not be driving. It has Keebler elves hidden behind the dashboard that beep when I am about to hit another car, or when the car in front of me has moved. The elves wipe at their forehands at each near miss.

This is SO not who I am. You’ve got to believe me. I was the smartest girl in my algebra class junior year. I was a tennis champ. Now when I get out of bed in the morning, I limp around like Walter Brennan, and then I limp around off and on all day trying to remember what I am limping around looking for. There’s a story in the new book about accidentally taking the dog’s medicine, which was banned for humans by the FDA. I called the vet and sad, “Oh, I’m sure you get this all the time.” She said No, not really.

Yet this might be the happiest I’ve ever been. The original title of Dusk Night Dawn was The Third Third, about the great blessings of being older—the self-forgiveness, the grace of myopia, of not seeing everyone’s flaws so clearly, the pleasures of a much quieter life, of slower and more attentive walks. But more than anything, the great blessing, the reason for my deep faith in life and God, is the minuet of old friendships.

As John Merrick, the Elephant Man said, “My life is full because  know that I am loved.” That is exactly and 100% my truth. I learned in the third third of my life that love is all there is, that we are Love with skin on, that Blake was right when he wrote that we are here to learn to endure the beams of love. Love can be hard. We’re good at hard.

I wrote in the new book, “Love is gentle if sometimes amused warmth for annoying and deeply disappointing people, especially ourselves. Love is someone who will draw near when you cry. Love plops in front of the TV with a bowl of popcorn and you. Love plops but love also flies. Love reveals the beauty of sketchy people like us to ourselves. Love holds up the sacred mirror. Love builds rickety greenhouses for our wilder seeds to grow. Love can be reckless (Jesus is good at this), or meek as my dog, or carry a briefcase. Love is the old man in the park teaching little kids to play the violin; much time spent tuning, the children hearing their way into the key he is playing. Love tiptoes and love lumbers like an elephant, it naps on top of your chest like a cat. It gooses you, snickers, smooths your hair. Love is being with a person wherever they are, however they are acting. Ugh. (A lot of things seem to come more easily to God.)  

My life is full and I am grateful to the point of tears on my 67th birthday because I know I am loved. I just wanted to share that with you.
To Miriam, who asked if she could share her gift with Emma.

<<<
It was a gift. It’s not a gift if it comes with conditions, that would be an exchange. I’m working hard these days at not triangulating. Emma has harshly rejected every effort I have made even to make contact to say nothing of having a relationship. Nevertheless she would have received the same check as you if I had any contact information that would’ve made that possible.
<<<

---

//Hemingway// by Ken Burns. Watching the first episode. I am personally drawn in. He grew up in Oak Park. Father a physician. Was it mother who used to talk about him? 

He said, "All you have to do is write one true sentence. Write the truest sentence that you know." I have this sense that I have been doing some of that in these last years of my life. That I am doing it even now. [[writing]]

It reminds me of my mantra about preaching. "Seek to speak in complete sentences." But also, seek for that leadership of worship where people will say, "I'm glad I was here." So many people when I share those thoughts don't seem to understand.

---

The end of one of his short stories (read by Edna O'Brien) goes, "... please, please, please, please, please (I don't know how many) stop talking." The speaker a woman who has been talking with her lover about having an abortion.

It was striking to me, because I had just hung up the phone with Mary Pat. She had tuned me out when I had just got going, passionately talking about Linux and WU. But she had tuned me out. As if she spoke those words. And in the context of the story, where Edna O'Brien clearly hears that //pathos// of the woman, I ask myself, "What do I need to hear about myself in this?" How am I being self-centered? Only concerned with my vantage point, and missing the really important stuff?"

I don't know. 


Going to Tenini today. Mary Pat seems to think that I am keeping things from him. I'm trying hard not to.

* sleep sometimes difficult
* unhappy period (coming to an end?)
* pain in left arm, shakiness and weakness
* sore that abides
* lumps
* 2 vaccines
EAP with [[CPG]]. 
For Support (866) 802-6333

eap 866-395-7794 cigna 24 hrs

This was a direct line for Pension Fund members although the person I spoke with didn't seem to be entirely clear about that. She wanted to know Erin's full name in order to verify that she was still there. I didn't know it. Finally found it in checkvist: Erin E Stuck, Lpc. 

Authorized for 10 sessions in 2021. Secure email (for which I have to make a password) should be sent "within the hour"

Authorization #: (given 4/18/21)

218 646 996
good til 10/12/21
10 sessions
Bezos on 5 important words: [[INC|https://www.inc.com/bill-murphy-jr/with-5-short-words-jeff-bezos-just-shared-a-brutal-truth-most-people-never-learn.html]]
This is where Bezos shares a simple, brutal truth that so many people never learn, before using the remainder of the letter to make his case that Amazon actually lives up to this ideal.

The five words? "[[Create more than you consume|https://www.aboutamazon.com/news/company-news/2020-letter-to-shareholders?tag=wwwinccom-20]]."

Here's the context:

> "If you want to be successful in business (in life, actually), you have to create more than you consume. Your goal should be to create value for everyone you interact with. Any business that doesn't create value for those it touches, even if it appears successful on the surface, isn't long for this world. It's on the way out."

---

Storyline

Alan is a stylish tailor with moves as sharp as his suits. He has spent years searching tirelessly for his missing son Michael who stormed out over a game of scrabble. With a body to identify and his family torn apart, Alan must repair the relationship with his youngest son Peter and solve the mystery of an online player who he thinks could be Michael, so he can finally move on and reunite his family.


//Sometimes, Always, Never//
Bill Nighy and Marmite

12 July 2019 | by backofthevan – See all my reviews

I will watch pretty much any film with the wonderful Bill Nighy. Just watched this one and not sure what I think of it. His character, wildly knowledgeable when it comes to Scrabble, was 100% wrong when he stated that Marmite is banned in Canada. No, my friend, it definitely isn't. I have a jar in my own cupboard. I actually had to have a look and confirm that it is, indeed, Marmite, and not the poor substitute Vegemite (which he claimed was the only option for Canadians). Marmite has been available here for at least 10 years and, since the film obviously takes place in the present, he was just plain wrong.

Now I'm thinking that if the availability of Marmite is my lingering thought after seeing this film, how memorable was it? It DOES meander, as others have said. It DOES try awfully hard to be visually quirky to the point of being absurd at times. It does convey somewhat the damage done to people when someone they love goes missing. There's no closure; they spend their lives from that point on grieving, wondering, blaming, searching and, likely, never really having a carefree moment again. That was certainly brought home to me in all its sadness. If you need cheering up, this is not the film for you.

Is this a vitally important film? No. Not even sure why it was made. It's like reading a short story, which is what it was based on, finished in 90 minutes or so and easily forgotten.


A small film about big topics that balances an overarching feel of sorrow with heavy doses of whimsy. Eloquent both visually and emotionally, it speaks volumes about heartbreak even when the characters can't quite find the words to do so themselves. (Richard Crouse)

---


Trailers

# biopic on Errol Flynn (just saw reference to him in Hemingway) //In like Flynn//
# //Swinging Safari// slapstick but quirky?
# //Madame//  role reversals, but quirky too?
[[Sean]],
I regard you as essentially a coward. You are unable to be honest. You  are essentially manipulative and intent on doing your own self-interested purposes. Ah, you would like to proclaim to the world that you are altruistic and looking out for others. Trying to serve others' interests. Your refusal to engage me these past few weeks was all about trying to cater to my needs. Give me a break. You haven't a clue as to my needs. You don't have the courage to be a true healer, a true breaker o
f the bonds. You are a con from the get go. 
From the lectures on Genesis, some real learnings.

#  That a Jewish reading can focus on what the theological point of it all is.
# That a focus on narrative can have real fruit. He rejects the JEPD theory. He rejects the minimalist (historiography) view of the patriarchs. It is reasonable.
# The pattern of the 3 patriarchs: Abraham (cycle/saga), Jacob, Joseph (his is a story/epic) is [[chiasm]] owed to readings dating from from  1970's [I'll have to look up the scholars].
# the theological point of the Genesis story is: 1) God's in charge, 2) focus on history, 3) what matters is what you do

---

Why the deep sense of connection with //[[Outlander]]//. We're watching the beginning of season 4. Brianna and Roger are on their way to "America". There is a season 5 only available on //Hulu//. 

is it the 

* love interest?
* the time travel?
* the "underdog" theme -- cf. the //Genesis// theme presented as advocating for the underdog: women, //ultimogenitur// vs. primogenitur, 2nd sons, the outcasts.

Margaret G. reports that student comments from HXMP most often comment on "Self and the Sacred", wanting more.

---

It's kind of breath-taking the way Mary Pat discounted me when I opened the gifts that BIll sent me. It was music: SC Beach music and 1968 music. The first thing MP suggested was that we had too many CD's and I needed to have a way to get rid of them. 

Session with Linda -- See Joplin entry -- ended with the admonition: "Do it with contemplative step-by-step. With ''non-duality.''

Insight from Contemplative Bible Study:

# I am the Vine, God is the Farmer. Is a reminder that it's not about me. God is looking at a garden that is lush, at a vineyard full of vines. And I'm only one among the vines or plants. Pruning is something that is done across the whole garden. It's not about me.
# For the first time as I read the image about pruning, it was a positive thing. From the gardener's perspective, pruning isn't a painful thing at all. It is taking care of the garden. It is nurturing. It is ensuring fruitfulness.

My $50K life insurance with Church Pension. MP presumes that she is the beneficiary if I die first. But she suggests "Lydia as a contingent beneficiary in case both of us die together. $50k is a small amount and rather than divide it up give to the one who has the largest clump of financial needs." I'm not sure I wouldn't include Julian, and Emma if she ever decided to talk to me.

Change this with Pension Fund.

Also change the moving allowance: now it says MP as primary, then Owen, Julian, Miriam are contingent recipients. Probably make children primary: divide 4 ways, 5 ways?
Reproduce the passion and energy of my ad lib words at today's funeral for Kay & her husband. It was old stuff, but just simply vocalized. It was good.
From Mary Pat and read to me in couples counseling session 4/28/21.

Dale: 

You have said that I have changed, and our relationship has changed, since Sean came. I agree that I have changed; a lot of events have caused significant change, even before last summer.

 Three years ago I had foot surgery that left me essentially an invalid for most of the year, very dependent on you for everything. Only recently have I felt completely back to normal; driving Sean to and from work was a positive influence on my independence. It may have seemed like I didn't need you anymore; I certainly didn't need you in the same way, but I always need your love and affection.

• Two years ago I retired, after almost 50 years of teaching. That was a huge change. At first we traveled a lot, to Hawaii, to Ohio, to Florida, and I didn't miss teaching so much.  Then I was hired to do professional development with teachers, and that was interesting and fulfilling. COVID shut that down. I still haven't found my purpose, as many of the things I had thought about doing after retirement were blocked by COVID restrictions.  Perhaps I threw myself into Sean's rehabilitation more than I should have. I never meant to exclude you; in fact I looked forward to working with you to provide the assistance he needed. You have knowledge and experience in working with addicts and in the past had been very supportive and caring when it came to Sean.

• My mother's health went into a steep decline in fall 2019, and worry about her and uncertainty about what I could do occupied me for the next 15 months. Now she is gone, and it was such a blessing to be able to be with her at the moment of death. The time I spent with my siblings this month was really wonderful. It reinforced my understanding of family. Mom and Dad taught us to love one another, and the people we introduced to our family (friends and lovers), to try hard to understand and accept each other especially when we disagree, to work out our differences even if it just means to agree to disagree. That has always been my understanding of family, and it's the relationship I want to have with you and with all the people connected with you.

• Since the beginning of our relationship, 10 years ago, it has been the two of us. We did almost everything together; you even went to math conferences. Suddenly last summer we opened our home to another person. Certainly that changed things for all of us. We did not have children together, but this could be an opportunity to co-parent in our old age. I am so sorry if I misunderstood your reservations about inviting him to come in the first place, and if it seemed I was excluding you in any way. Sean will be with us a while longer. I don't see how we can throw him out; we committed to the Parole Board to provide him with a place to stay until he could live on his own. How can we work together for the next few weeks or months to reconnect with each other and work together to support Sean in his recovery?

Talking with Gordon about Lancaster (Christ Church)

* 3-4 at an early service, but they will probably consolidate that by June
* communion has been handled: serious handwashing, tongs to place host on platter, platter placed centrally. Gordon says that some really want to be able to kneel, so that may be moved by June
* a few ultra-conservative, but many others leftish. mixed-race couple, gay couple, etc.
* they've had music for a while

https://www.facebook.com/156306834424570/videos/216220716795980

# Gordon sits on right, front, next to pulpit
# speaks from center
# mask at opening
# his mic is focused on the video. it is clipped to his stole, not wearing chasuble.
# gospel is on altar. retrieves it and reads from center. returns it before preaching.
# sermon: 24" -- 50"
# mask back on after prayers
# mask during eucharistic prayer
# tray brought from credence after eucharistic prayer, hosts spread out on it from the ciborium
# Gordon carried the tray and handed individual hosts to hands of people
[[conflict]] Yesterday, MP could not think of anything that I could do that would please her. I emphasized that I was suggesting something small and limited. I thought, "How wonderfully "Catch 22" of her -- there's nothing I can do that would satisfy her." Finally she came up with, "Put breakfast dishes in the dishwasher -- don't leave them on the counter."

I am so offended, after all the dishes I've done over the years, how thoroughly I clean the kitchen when I do it, and that's what she finds to be irritated about.

I think that all I am to her is ''irritations.'' My hair on the carpet. She washes my clothes -- but she was furious when I set about to do my own laundry. She imagines that her efforts are all that keep this household going.

''I'm ready to give up.''

---

[[gratitude]] cf. Miriam's list of gratitudes on her Facebook page today. "A week of struggle" for her.

so to, here today from de Chardin

A Book Excerpt on Gratitude
Twitter
Facebook
Link
Print
" 'Blessed be you, harsh matter, barren soil, stubborn rock: you who yield only to violence, you who force us to work if we would eat.

" 'Blessed be you, perilous matter, violent sea, untamable passion: you who unless we fetter you will devour us.

" 'Blessed be you, mighty matter, irresistible march of evolution, reality ever newborn; you who, by constantly shattering our mental categories, force us to go ever further and further in our pursuit of the truth.

" 'Blessed be you, universal matter, immeasurable time, boundless ether, triple abyss of stars and atoms and generations: you who by overflowing and dissolving our narrow standards of measurement reveal to us the dimensions of God.

" 'Blessed be you, impenetrable matter: you who, interposed between our minds and the world of essences, cause us to languish with the desire to pierce through the seamless veil of phenomena.

" 'Blessed be you, mortal matter: you who one day will undergo the process of dissolution within us and will thereby take us forcibly into the very heart of that which exists.

" 'Without you, without your onslaughts, without your uprooting of us, we should remain all our lives inert, stagnant, puerile, ignorant both of ourselves and of God. You who batter us and then dress our wounds, you who resist us and yield to us, you who wreck and build, you who shackle and liberate, the sap of our souls, the hand of God, the flesh of Christ: it is you, matter, that I bless.

" 'I bless you, matter, and you I acclaim: not as the pontiffs of science or the moralizing teachers depict you, debased, disfigured — a mass of brute forces and base appetites — but as you reveal yourself to me today, in your totality and your true nature. . . .

" 'I acclaim you as the divine milieu, charged with creative power, as the ocean stirred by the Spirit, as the clay molded and infused with life by the incarnate Word. . . .

" 'Raise me up then, matter, to those heights, through struggle and separation and death; raise me up until, at long last, it becomes possible for me in perfect chastity to embrace the universe."

---

You who batter us and then dress our wounds, you who resist us and yield to us, you who wreck and build, you who shackle and liberate, the sap of our souls, the hand of God, the flesh of Christ:it is you, matter, that I bless.

From //Earth Prayers// and Google

---

C.S. Lewis on ''[[The Presence of God]]''

//Posted on November 22, 2013 by Charles Heck//

“We may ignore, but we can nowhere evade, the presence of God. The world is crowded with him. He walks everywhere incognito. And the incognito is not always hard to penetrate. The real labor is to remember, to attend … in fact to come awake. Still more, to remain awake.”

– C.S. Lewis in //Letters to Malcolm: Chiefly on Prayer//
!! [[Insight]]: 

Mary Pat has had an interest in maintaining that the issue between us was Sean. Going back at least to the time during prayer when she asked me when I was going to forgive Sean. As long as she maintains that I "hate" Sean, she has the high road to an impregnable case against me. But she has also been the one to argue that the conflict between us pre-dates Sean so that it isn't "Sean's fault." 

Strange bedfellows or some such metaphor.

!! Further broken trust:

I have wondered over the past day about the money we had agreed that Sean would pay for room and board. I asked where the money was. She responded that he hasn't paid anything -- she wanted to launch into a self-justification that he had wanted to pay cash but she didn't want that  -- but I cut her off, saying I just wanted information.

It should be something like $5,000.00. But my only serious request has been ignored.

I thought I might try to find the words to express your vital place in my life. There may not be anything I say here that is surprising to you. Then it's only a useful exercise for me. Some of what I want to say I have taken for granted that you knew. I could be wrong. I have been wrong about so many things in my life. Many times my instinct was right. Too often, I think, my stamina wasn't vibrant enough.

I think of how I responded to the two times I took leader falls while rock climbing. Each time my rope and anchors held and the person “on belay” caught me — it might have been Mark Jansen on both occasions. In his adulthood he has suffered from debilitating mental illness. My response was to become more and more afraid of rock climbing, and of falling generally, that eventually I couldn’t do it at all. I went from the fearlessness of youth to continually telling myself “I am a coward.” It wasn’t true, of course, but became a linchpin for my ability to go into uncomfortable settings and do what needed to be done. Sometimes grace was palpable. Sometimes not. But it was always real.

My determination not to have children seems connected with those inner messages. It started with a strong determination not to have children. Various decisions ensued that felt to me like the "cowardice" I told myself about my climbing experience. Then in the time it takes God to wink an eye, I found myself in the delivery room. I had been utterly wrong about the decision not to have children. As Chesterton said of Christianity: "The Christian ideal has not been tried and found wanting; it has been found difficult and left untried." So much I didn't know. It had been a challenging time during delivery. Obviously your mother had to endure things I would never have to go through myself, except in so far as my empathy could carry me there. We didn't know the gender. The cry. Then the doctor asked, "What's his name?"

I cried and cried and cried. I had not cried for years at that time. I had accepted the criticism of others that perhaps I wasn't able to cry or express emotion. Then like a river bursting its banks, through a wash of tears, I responded, "Owen". 

I can not begin to relate to you how many times I have looked back on those tears of joy. I cannot tell you how many times over the years I have related to others that experience. Often the words have been cathartic for the person who heard them. They broke a logjam to be sure. They were a healing from hurts that went back probably to the general time that my parents divorced. When I sat in the waiting room of a hospital, a great-grandmother who had just lost another family member to a dramatic death, the other pastor, a Buddhist priest, on the other side, and I didn't know what to say or how to respond, those tears showed me the way. Somehow the words I would choose would prove inadequate, but I remembered the tears. Love would prevail.  

So many are the ways that your birth saved my life. Try to count the times you have gone ahead and done the things you said to yourself you couldn't do. It's at least that many times.

<<<
 What thou lovest well remains,

                                                  the rest is dross  

What thou lov’st well shall not be reft from thee

What thou lov’st well is thy true heritage (Ezra Pound //Canto 81//)
<<<

He wrote this after the catastrophe of the 30's and 40's and his calamitous part in the history of fascism, for which he was imprisoned and caged like an animal.

After leaving the darkness of the madness of silence, in his final years he wrote:

<<<
Can you enter the great acorn of light?  

          but the beauty is not the madness

Tho my errors and wrecks lie about me.

                              and I cannot make it cohere

If love be not in the house there is nothing,

The voice of famine unheard. (from //Canto 116//)
<<<

Your birth, those tears, helped me to understand in ever deeper ways. When I first read Pound in my early 20's, I knew his words resonated somehow deep within me. There was a longing perhaps. But you, Owen, allowed me learn something about love. You taught me deeply and to the quick. Not that I haven't loved others since, and recognizing that I didn't know how I had loved your mother until you were in your teens, I date my entrance into love to the time of your birth. Those tears at your birth have shown me the way through the decades of my life. "The errors and wrecks lie about me" to be sure. But I have done some things well. I could not have done them without you. You showed me that I could.
Jim & Sharon (neighbor of Peter & Christina) conversation at Peter's retirement party. Several related insights. I said Most people want to be ''Right'' but it is more important to be ''present''. 

How respond to people being blatantly racist (or gender issues, sexual etc) in your presence. Options:

# ignore it to keep the peace
# confront and cause conflict
# challenge and help to bring about change
# ??'''' 

WH Auden 3 things worth talking about: sex, politics, and religion. But in the last few months I thought I acknowledged that there was a 4th worth talking about.
WU:
Recruitment needs to go up. Develop social-justice program? Some other things? Maybe absorbed by another department, but keep the same degree program. Talk with Greg from Religion meeting today. 

From Lackner awards (Mary Buchwalder):

* A mother: Bloom where you're planted.
* A sister: Be where your feet are.

Charlotte:
Catherine Massey & bishop meet with vestry on Monday.
She wanted to know if I would be open to considering some kind of interim position.

!! Reflection from //Give us this day for today//


<<<
I can really relate to her passion. To her bewilderment. I learn that perhaps I need to identify with Jeremiah in a way I never have before.
<<<


''An Invitation Confirmed''

“Macrina,” the Lord said one day, “I haven’t heard an Amen for a long, long time.”

“No more Amens from me, Lord,” I answered. “I can’t say Amen to dead and crumbling leaves, to blood poured out, and broken, ugly things. It’s obvious I’ve made a mistake, a wrong choice. I’m taking my baptism back.”

“Macrina,” the Lord said again, “you didn’t choose me. I chose you. And I’m not taking your baptism back.”

At that moment my frightened, wintered heart remembered Jeremiah, and I bowed my head and prayed, “Jeremiah, I identify with you in your lament to the Lord. I, too, feel duped! (Jeremiah 20:7-9) Somehow He’s got the best of me and I can’t get away. I’m standing here with my baptism in my hands wondering what to do with it. . . . I don’t know what to do with such demand or such love. But it’s too late. I’ve already accepted. I walked around a long time with that invitation in my heart before I said my Amen. But then one day I confirmed that invitation. I said yes to everything that God and the Church and all those faith-filled people who love me were asking of me. . . . [Now] I stand here not only with my baptism in my hands, but confirmed and fed and healed as well. God has hold of me and I can’t get away. I feel forever compelled to carry within me, and live out of me, these signs of God’s love. Yes, Jeremiah! We must be twins. There’s a fire burning in my heart too. And it’s stronger than the fear.”

So once again I find myself proclaiming: Amen, my Lord, Amen!

Sr. Macrina Wiederkehr, //Seasons of Your Heart//

---

Watched the 1996 film on Dorothy Day: ''Entertaining Angels''

It reminded me of how much she has been the running theme of my life. Michael Stolpman was an echo of her. IHS in Honolulu. When I prayed with Noreen, visited Mary, fed the outcast at Stadium Park. The notion that God's is encountered in the most ordinary and mundane. That the God of the Universe could work through Episcopalians who have never been entirely comfortable with what it meant to be Episcopalian.



//Macrina Wiederkehr, OSB, (d. April 2020) made her home with the Sisters of St. Scholastica in Fort Smith, Arkansas.//
[[liminal]] “The world is the closed door. It is a barrier. And at the same time it is the way through.

Two prisoners whose cells adjoin communicate with each other by knocking on the wall. The wall is the thing which separates them but it is also their means of communication. … Every separation is a link.”
― [[Simone Weil]], //Gravity and Grace//

“It seemed to me certain, and I still think so today, that one can never wrestle enough with God if one does so out of pure regard for the truth. Christ likes us to prefer truth to him because, before being Christ, he is truth. If one turns aside from him to go toward the truth, one will not go far before falling into his arms. ”
― Simone Weil

“Attention, taken to its highest degree, is the same thing as prayer. It presupposes faith and love. Absolutely unmixed attention is prayer.”
― Simone Weil, //Simone Weil: An Anthology//

“Attention is the rarest and purest form of generosity.”
― Simone Weil

“The most important part of teaching is to teach what it is to know. ”
― Simone Weil

“The joy of learning is as indispensable in study as breathing is to running.”
― Simone Weil, //Waiting for God//
I evidently lost a whole series of edits when I was reflecting on the visit with [[Lydia]].

Nick's birthday Sept 1 (or 3) 1982. He's a father-figure to Lydia. His oldest is 11 years Lydia's junior. 

Lydia seems motivated to get her degree. Nick admires her for her skill with children. She acknowledge having learned how to respond to children while at her old job.

They reported that Lydia cried and cried at the thought that her trip next month will likely be her last.

[[Nick]] clearly wants to impress us -- but at the same time he is kind of a simple, this is what you get, sort of person -- all in a good way.

Lydia seemed to relate well to Mary Pat. Perhaps she appreciates now the dynamics that existed as Mary Pat and I came together. She and Nick have "had 2 Christmases" together, but Nick's divorce only became final in November 2020.


! Reflection

''Joy and Peace—Whatever Happens''

//And when Jesus had said this, he said to Peter, “Follow me.”//

It seems to me that I have greater peace and am close to God when I am not “trying to be a contemplative” or trying to be anything special, but simply orienting my life fully and completely towards what seems to be required of a man like me at a time like this.

I am obscurely convinced that there is a need in the world for something I can provide and that there is a need for me to provide it. True, someone else can do it, God does not need me. But I feel He is asking me to provide it.

At the consecration of my Mass I suddenly thought of the words: “If you love me, feed my sheep!”

The wonder of being brought, by God, around a corner and to realize a new road is opening up, perhaps—which He alone knows. And that there is no way of traveling it but in Christ and with Him. This is joy and peace—whatever happens. The result does not matter. I have something to do for Him and, if I do that, everything else will follow.

Thomas Merton, //Journals//

Thomas Merton (1915–1968) was a Trappist monk of the Abbey of Gethsemani. He is widely esteemed as a writer and spiritual master.
Among her sisters, Rita stood out for her extraordinary spirit of obedience. In a test, her superior ordered her to water and care for a dead vine in the garden. Faithfully she carried out her assignment each day. (St. Rita is widely invoked as a patron of hopeless causes.) ( From //give us this day// today)

!! Where We Stand

“Comparisons are odious.” I first heard the saying when I was growing up, and I loved it. The quote reminded me that comparing myself to others often led to pain and anxiety. Whether I worried that others were better than me or had a false sense of superiority, the result inevitably felt “odious.” And yet I did it anyway. ...

---
Phone call with [[Bill-Karla]]. Karla related that the estrangement story goes round and round in our families. With re. hers that she and Karen knew that their step-mother Mary didn't like them. Or didn't like their mother. The 2 of them had been friends in high school.

As to her father, there was deep estrangement, but Karla reported that what had made all the difference was that her father, twice a year, took her out to lunch and asked her what was going on her life. i.e. really listening. She kind of suggested that the rest of the time her father disapproved of Karla.

[[alienation]]

He reported that [[Owen]] came out pretty sweet financially with his surgery (various insurance payouts). He also observed that there is a nexus with Owen/Shirley/Bridget that leaves him cut off from much of the rest of the family -- including Mo apparently. Shirley has given up communicating with David, and in her note to him commented that our mother had stopped being a good parent in 1959 (before David was born).

He reports that [[Emma]] is now living in California. She is teaching in Sunnyvale (Silicon Valley) and living in San Jose. He thinks maybe teaching special ed kids? Karla has seen on Facebook that Emma now "has another degree."
[[Dream]]ing before getting up:

# Making tortillas, rolling them out, ... how long to cook them? ... getting it just right.
# Thinking of how [[Shirley]] is the lynch pin of the [[alienation]] in my family. However you trace it, it comes back to Shirley. Or she's somehow at the center of all dissension. She's a person who sows division. 

How do you combat that? [[family]]
sermon on Trinity:

Research: 

# Irrelevant
# a mystery
# reflected in Genesis?
# So many killed over the centuries in the name of ...
# Mystery -- paradox, ---> quantum mechanics

---
Dan & Jen re. combating the conspiracy theories and irrational convictions

# people generally want to be ''right'' -- rather than understand more
# Jen: better results from seeking a "no" answer than a "yes" answer because lower barriers to a "no" answer -- as in e.g. "Is this not a good time to pursue ...?" (answer) "No, this is good."
# Dan: seek to lead through (Socratic questioning) to an absurd result.
# Joe Sjostrom & I agree that this is not often resulting in a good response


In my [[dream]] there was [[Dad]] as present and alive as he has been since he was alive. I had just arrived in Hawai'i. I was traveling alone. My luggage was lost for the moment. Earlier there had been a strange figure, who was either stalking me or following me to protect me. He/it was just a head, sitting on the ground. I was with people in that dream, but we were traveling and it was church-related. I was with young people and we had gone to an orientation of some kind. But the "head" announced at the end of it that my ride was gone. We had traveled there in something like the Miata, belonging to someone else, I think, and that person seems to have abandoned me and my companion. [[family]] -- [[fathers]]

Later, then, I was in a conference center sort of place when who should appear before me but Dad. I wasn't shocked to see him, but my first instinct was to avoid him. Then I decided to approach him. He was cordial and not shocked -- maybe a little surprised -- to see me. He was familiar and friendly to me. It then appeared that he was traveling with Clark Crandall and someone else and that the men were with young people, women, but they didn't seem to be wives. I thought they were daughters.

I had shared with Joe and Tami last night stories about [[MyFamily]]. 

* Carolyn
* [[Shirley]]'s "my other was an alcoholic and a nymphomaniac" and her promise to Bill that she wouldn't do that.
* Shirley as the lynch pin of [[alienation]] in my family
* said that my father had committed the greatest outrage in my family, so while his effort to get custody was put forward as a "Helen isn't a fit parent" that wasn't the whole story. That had been in response to Joe/Tami trying to identify the source of Shirley's anger at my mom.
[[betrayals]] -- remembering. Lydia imagines them. Or Emma. Or Bridget. But none of them. [[alienation]]
Janet Brakefield, St. John's Winnsboro. They were doing 9am when outside to keep it in the cool hours. When they moved inside they went to 10am. Used to be 11am. Averaging 17-20. No circulation in main sanctuary.

---
Dear Frank,

I sent you the link to my sermons because of our friendship, thinking you might be interested. I would be happy to share it with the retired clergy or anybody else that might be interested. It is, again, http://sermons-fr-hathaway.blogspot.com/.

I smiled broadly at your inclusion of the Koko Crater photo. My memories of my thrice-weekly discipline of climbing the crater is constantly with me. They help motivate me in my current efforts at spiritual/physical discipline, which includes a 3 mile walk every day. I generally listen to a lecture or blog. I am fond of "On Being" and "Poetry Unbound". I also continue to pay attention to a range of subjects connected with the courses I continue teaching at Winthrop. These include: Introduction to Religious Studies, Introduction to Scripture Studies, Modern Christian Thought, and Introduction to the Hebrew Bible. 

Along with the rest of humanity we have made huge adjustments over the last year plus. All of my teaching has been virtual since then. And my supply work has been creative and unlike anything we prepared for in seminary -- back in what seems like an aeon ago. The request for my time as supply priest has increased substantially over the last couple of months, as more and more flexibility is available to the churches. I supply in the Diocese of North Carolina and in the Diocese of Upper South Carolina. 

Mary Pat retired from Winthrop University in the spring of 2019. That was the last time we saw you all and we did a good bit of travel on the mainland -- all up until we didn't any more. March 2019. So we anticipate a slow return to traveling, and even today beginning to plan for a cruise in 2022. Mary Pat's mother died in February, and that has impacted us in both larger and smaller ways. My children are spread from Indiana to Colorado and the west coast. My oldest grand child is scheduled to graduate from college next year. The youngest just entered kindergarten.
Christ Church, [[Lancaster]].

# 10:30 am service, door will be open 9:30, Robert Horton -= reader
# Gwen (secretary)
# will be Linda Baker, 803-289-8086
# lindawbaker@comporium.net
Call with Catherine Massey.

919-600-5307 
x1
919-604-0990 cell

She lives Lake Forest.

she was watching Brad, admitting that he was being distant even before illness. She has been doing transition 8.5 years. Diocese for 10 years.

Congregation: Fear, separated, tired. 15 clergy team in listening tomorrow, holy listeners, what do you need? 

Leadership next? What afford? Uncertainty. TBD.

# Search process
# Interim -- part-time?
# What honoring that.
# All of the things they need? post-covid, post-Jim
# Have I had interim training.
# Raleigh: training in interim

# She hears me being open. Discernment (mine) (theirs). Meet face to face with vestry early next week. Vestry like to hear about options.
# CPG guidelines.
# follow up to see how things go
# Interim person.
# Like to Elizabeth Dawkin, encourage Zoom meeting.
# search this time?
# having choice would helpful.

Once getting into Charlotte not wanting to drive. Supply already serving. Retiring clergy in Charlotte for grandkids.
Meeting with Linda:

# [[dream]]s seemed to reflect an intense identification with the process ongoing with Monroe. Connecting with the diocesan staff. Email from Bp. re. sermon. Planned interview with him.
# It all portends making big changes in our lives. That part seems exciting to me.
# It is not moving to the beach.
# How long are we talking? 
# Unknowns galore.
Your message wasn't delivered to bishopandrewedusc@gmail.com because the address couldn't be found, or is unable to receive mail.


Sam Rodman
8:00 AM (1 hour ago)
to me


Thanks again, Dale.
I had a chance to read some of these great sermons this morning. A team of us were at St. Paul's last evening to provide some pastoral care, in the wake of Jim's death. One of the presenters also quoted Simone Weil about the importance of paying attention as an expression of prayer and of love. The Holy Spirit is moving, or at least our minds and hearts are, in the direction of hope. Thank you for your considerable gifts and leadership as you walk with this congregation during this time!
Bp. Sam


Dale Hathaway <dhath12@gmail.com>
8:56 AM (14 minutes ago)
to Sam

Dear Bishop,
Thank you for your care-filled attention and response. I had the thought to send the link to my sermons during one of my daily walks. I began the respository after retirement when I realized that the best record of my life and thoughts was found in my preaching. The prompt to send the link to you was in the realization that any accounting or reporting of my ministry should at least include my effort to find the words to connect the gospel to the lives of the saints of God. Over the years I have earnestly tried to be faithful to that calling. I am grateful for and impressed with the abundant response you have given the people of St. Paul's. I am just a small piece in the huge community for which you have oversight, but you have shown a gracious attention, and I do hope to meet you one day. Thank you again.
Feedback on supply at Christ Church , Lancaster. 

My test of "Are you glad you were here?" is, "Did I have fun?"

''Fun'' is not a bad thing. I had fun today because of: 

# a little chuckle with humor in my sermon
# singing #711 with Valierie the musician
# saying "That was beautiful" after her offertory play on the piano.

(She later referred a little to her training as a Doctorate in music performance)
Catherine coming tomorrow night. Reported from call with me.

They may be open to my coming to St. Paul's. [[StPauls]] What she's mostly concerned with is "Rector Search". Search seems to be where the vestry is.

Thursday: cathartic, 18 from diocese, 30 from church, regional canons volunteered to do Sunday this month. Charlotte would like me to start Sunday after next. 6-8 breakout groups. "They need a rudder and they are hurting."

A search, Charlotte thinks, expect 6 months - 1 year. Charlotte can fill in from Charlotte and diocese. The sooner we can have 1 leader the better. Catherine will want to talk about what they can afford. Parish doesn't know but the vestry does know that they have received a bequest for $100,000.

Brad came perhaps under misunderstanding: staff, volunteers.

Charlotte would maybe like twice a month Eucharist by August. 

She tends to agree 

CPG guidelines. Catherine suggested that I might be $2500 per month. Catherine says Charlotte can start talking to me.

Wingate available? Search apt in Monroe is not much. 

20 hours per week, part in office. Friday through ?

4 months minimum ... until January, starting Sept. ... maybe start with 6 months. Charlotte thinks the vestry would be open to that. Catherine think this is not optimal time for searching -- maybe March-ish.

3 transition styles on rector search, only 2 possible, "targeted transition" or "rector time-certain" i.e. rector in charge ... Catherine thinks maybe 6 months.

Catherine

next vestry in 2 weeks. They are willing to meet this Monday. 

# She reported that I am willing to try Sat. evening, they were interested. 
# Many people used to watching at a flexible time. 
# Decide ultimately decide 2 services? 
# Varied ways to communicate.
# some choral service, some not

----

Mary Pat:

# furnished?
# what impact of the $ on taxes, contact Sharlene re.
# 9 mos would be better than 6

----



Four agreements to live by: (From Steve Clyburn)

# Be impeccable with your word.....Speak with integrity. Say only what you mean. Avoid using the word to speak against yourself or to gossip about others. Use the power of your word in the direction of truth and love.
# Don't take anything personally..... Nothing others do is because of you. What others say and do is a projection of their own reality, their own dream. When you are immune to the opinions and actions of others, you won't be the victim of needless suffering.
# Don't make assumptions.....Find the courage to ask questions and to express what you really want. Communicate with others as clearly as you can to avoid misunderstandings, sadness, and drama. With just this one agreement, you can completely transform your life.
# Always do your best.....Your best is going to change from moment to moment; it will be different when you are healthy as opposed to sick. Under any circumstance, simply do your best, and you will avoid self-judgment, self-abuse, and regret.

--- 
apropos of our discernment process re. St. Paul's

NOURISH YOUR FAITH. STARVE YOUR FEARS.

“You won't have to look for any signs when your soul is ready to step into a new chapter; they'll appear on your path at the perfect moment. You won't have to question whether or not you're going in the right direction; your intuition will have already confirmed that for you. You won't have to force a connection with your soulmate when they first arrive; you'll feel right at home. There's no need to panic when the Universe is your number one supporter. What's meant to enter your life will show up as naturally as your next breath. What's meant to stay in your life will conquer any obstacle to remain by your side. Your fear encourages the belief that you're not worthy of your dreams. Your faith encourages the belief that you're worthy of so much more. Do what's right for your spirit. Nourish your faith. Starve your fears.” - Esther T., The 50-Minute Course To Destroy Your Fears

---

Scroll back up to restore default view.
Women's Health

'I Lost 70 Pounds After Applying The Advice From This Nutrition Book'
Lexi Tavares, as told to Emily Shiffer

Wed, June 9, 2021, 8:00 AM·5 min read

My name is Lexi Tavares (@healthydynamiclife), and I am 30 years old. I currently live as a digital nomad. I am founder and CEO of Healthy Dynamic Life. I read two nutrition and weight-loss books that changed the game for me, helped me switch to a plant-based diet, and change my outlook mentally too.

For most of my life, I have been pretty fit. I grew up doing all sorts of activities, and I am very passionate about dancing. My mom shopped at the natural food store and made my family home-cooked meals. I considered myself pretty healthy.

As I was growing up, though, I experienced body dysmorphia and disordered eating behaviors, as well as over-exercising. But I remember every day by lunchtime I would be so hungry I would end up overeating at lunch. Food controlled my life.

Then, in 2018, I started gaining weight in a way that I never had before. As this was happening, I started to get super depressed. I would try to sleep as much as possible because I couldn’t bear to face myself or the world. I was relying on food as my source of happiness and pleasure.

On top of being depressed, I was in constant physical pain. My upper, middle, and low back constantly hurt. My knees, hips, and ankles hurt. I had frequent stomach aches and gastrointestinal issues. I had migraine headaches. I had chronic respiratory infections and had frequent bacterial and yeast infections.

My turning point came in February 2019 when my sister, who was living in Austin, Texas, invited me to come stay with her.
I was super excited to go visit my sister and lots of friends I had made when I lived in Austin about a year prior. But I realized that my friends in Austin had never seen me at this size before. I realized I had a huge motivation for myself to lose the excess weight I put on, and I wanted to do it as quickly as possible. But I also wanted to do it as healthily as possible.


I had done *all* the fad diets before throughout my life. I would feel deprived, hungry, and end up gaining weight again. And I would get stuck in a cycle of restriction and bingeing. So I remained open to new, healthier approaches.


One day, my mom recommended that I read the book Fit for Life by Harvey and Marilyn Diamond.
It took me a few days to read it, but it just made total sense. And after I read it, I decided that the next day I would start practicing their recommendations of:

# Eating fruit until noon (kind of a spin on intermittent fasting, without actually fasting entirely!)
# Focusing on raw, whole foods until 4 p.m.
# Properly combining the right nutrients for meals for easy digestion
# Getting 30 minutes of exercise a day
"If not now, when" the theme of my sermon that is still very unfinished. Hillel. Interview with Bp. Rodman on Tuesday led to invitation to be a part of Jim Croom+'s funeral on Saturday. Go ahead for negotiations for interim position.  

We met Sean's "new family" at dinner last night. Then a KKK redemption story //Burden// tonight. Burden was his name but the notion of shedding your burdens was a part of the theme. It seemed throughout to integrate with Sean's story. [I didn't tell that to Mary Pat.] I did tell her about how I resonated with the part of Forest Whitaker (playing a Rev. David Kennedy) from Laurens, SC. shades of Bp. Kennedy's son, the betrayals he enacted at Holy Nativity in defense of the bishop -- Bob Fitzpatrick. I said to Mary Pat that I had imagined a role something like David's if I had stayed in Hawai'i. I think +Bob even suggested it. [[ValuesofSociety]]


Cf. Mass reading [[2co12]]

!! Drawing on Memories

When I traveled to Japan in my early thirties, I began an adventure unlike anything I had ever experienced. I had been invited to help set up a new Catechetical Center for the Kyoto Diocese and knew no one there, not even the Maryknoll sisters with whom I would be living. Everything was new and different, affecting me deeply and inviting me to place my trust in God’s abiding presence.

It was a significant challenge to live in a country in which Christians were a small minority. At the same time, I learned so much about the call to contemplation as I explored Zen Buddhist and Shinto practices. For the first time in my life, I was challenged to examine my Christian faith in more depth, experiencing both the “agony and ecstasy” Paul speaks of in today’s first reading. I recognized my own lack of faith and my defensiveness as I tried to share my beliefs. And yet, I remembered with delight that God was with me, leading the way. Drawing on these memories of God’s accompaniment throughout my life has brought me deep peace, especially during times when I am anxious or worried.

The worries and anxieties of this past year are unlike anything most of us have ever experienced. Hard as it can be to do, it is important to remember God’s abiding love, to reflect on God’s care for all the earth and heed the invitation of Jesus to trust: “. . . will not God much more provide for you, O you of little faith?”

Sr. Pat Parachini

//Patricia Parachini, SNJM, a pastoral theologian and spiritual director, writes about spirituality, liturgy, and pastoral care.//
[[healing]] 

* shaman
* //paraiti// in //"White Lies"//
* "healer" is not what we expect -- or maybe even want
* "witch doctor"
* cf. Terry Holmes and work on "priest"
Lamentations 3:22-33 at lectio

comprehensive prescription for ''healing'' [[healing]]

---

For the sermon on healing. I am communicating a platform or a horizon on which to anticipate gracious healing. 

Conclude with Merton's prayer about seeking to do his will (6/23).
Sharlene, David Bowman, 

* exclude up to 500K gain on sale of primary housing
* where earn money is where file, but each state has a minimum --- she thinks I haven't approached it
* subject to self-employment tax -- special case from pension that doesn't apply to self-employment
* she asked if I was treated as employment (statutory) -- if I do that I still have to pay self-employment 
* Get with Sharlene about setting up the stipend as a statutory employee, designated as housing or whatever.
* SS I will not be making the amount to change the status I have with SS as far as monthly payment
* She has experience setting up an investment vehicle to help manage major medical expenses -- perhaps put my extra income into some kind of investment -- cf. David
* Sharlene: big expenses come with (things that David has to deal with and doesn't have time to plan)

# medical issues
# helping kids
# moves

* They sold their house in 3 days. It took 3-5 mos of preparation to get it going. Her realtor says to expect it to drop by the fall.
* logistics it's hard to live in 2 places
* David thinks that given our plan that this might be a good time to be selling -- even without realtor? 
* crapshoot? but can't look in the rearview mirror
* our plan be in Florida in a couple of years
* consider pulling the trigger now (David)

Filed an article of insights from Lao Tzu:

# "The Tao invariably takes no action, and yet there is nothing left undone."
#  "He who is contented is rich."
# "Thirty spokes make a wheel, but it is the empty center that makes it work."
# "To know that you do not know is the best. To pretend to know when you do not know is a disease."
# "The journey of a thousand miles starts from where one stands."

---

We saw the "immersing in Van Gogh" show in Charlotte. It was quite impressive. Powerful contemporary animation and re-imaginating his works. A kind of immersion in his works that works. Brush strokes. Color. Ordinary people. Irises. Starry Night. Mary Pat played Don McLean's //Vincent//.
Call to CPG re. returning to work.

* Not same employer
* Limit: 20-21 so as not to stop pension benefit -- $40,000 is the limit. Continue benefits.
* They need cash compension, 403b, housing -- 
* complication of going in and out -- under age 72
* if working min. 20 hours, and employer puts me on their health plan, 
* Kathleen until last year was on salary, then diocese has required work time sheet
* Catherine said ok to $500 professional development
* for Jim's LOA they made corrections to what they "spit back" -- this time the diocese will formulate the letter of agreement.

Daisy
Dinner with Larry & Kathryn Helms:

* I am why he still attends St. Paul's -- because I make him think
* animosity toward Kathleen -- discrepancy between Nicci paid and Kathleen
* until recently Kathleen was salary @23,000 per year -- and she is an attorney working ½ time
* long-time bitterness about the removal of cushions (for Kathleen who was told organ tech that it would improve acoustics)
* Kathryn: attraction is 1) no music 2) time early on Sunday 3) (rite 1) not important
* Larry: bread/wine & message from clergy
* Larry said repeatedly that my sermon from last Sunday was beyond good
* 2 miracles that have powered Larry's life: 1) the recovery of a walking stick while fishing -- further down-river 2) dogs that alerted him about 2 deer, but there were no dogs.
* what does the Episcopal Church offer the world around us? I heard from the two of them tonight the testimony of a place that accepts all kinds -- that bridges the differences -- in spite of the differences that divide us! 
* Brad had designated him as Senior Warden to be -- confirmed by vestry
* he reports much of 8am service has left -- mostly for secondary reasons


---

!! Remembering the powerful events of the week

# a week ago Charlotte and Henry to dinner
# Judges to dinner
# Westminster Towers time
# dinner with Helms's
I learned from St. Mary's web page that Greg Holmes died in the Spring. Funeral 3/31. Video showed St. Mary's tentatively coming back together in the sanctuary. Small numbers. But there was : Bill, Jackie, Ruth, back Isamu's head, Bridget, Richert. Their priest seemed so loud and out of place. I'm glad if they're happy with it. It seemed mostly just sad. Pablo spoke. 

Greg was close to me in age. I think maybe he had diabetes or something. But still it struck close.

At couple counseling I confessed to Bridget that children mostly made me feel sad, grief, loss. She said she understood, but I responded you don't. 

> it occurred to me even as I spoke that she does know something of it with so many years of Sean being lost to addiction. But she's now in the throes of his return -- the Prodigal Son. 

Exploring again [[org-roam]]  and [[deft]] with emacs. The reason is getting emacs going to use my relg 220 notes. Watched videos.  Pretty impressive. 

https://lucidmanager.org/productivity/taking-notes-with-emacs-org-mode-and-org-roam/ as example of beauty and link to publishing to Hugo. 
Oh, goodness, this quote just beckons me. And it is a part of the monthly rondo.


<<<

“The gaps are the thing. The gaps are the spirit's one home, the altitudes and latitudes so dazzlingly spare and clean that the spirit can discover itself like a once-blind man unbound. The gaps are the clefts in the rock where you cower to see the back parts of God; they are fissures between mountains and cells the wind lances through, the icy narrowing fiords splitting the cliffs of mystery. Go up into the gaps. If you can find them; they shift and vanish too. Stalk the gaps. Squeak into a gap in the soil, turn, and unlock—more than a maple—universe.”

<<<

― Annie Dillard, //Pilgrim at Tinker Creek//
Luke 7:31-35 reading at Lectio with Courtney.

Not satisfied with what we've got. Recognize it a lot in my life. Jamison, that we are quick to judge, even though we don't know. Courtney being a people-pleaser and not getting it right. Olga-Marie -- wisdom and her descendants. She didn't know her grandmother, but she recognizes she is connected to many grandmothers.

David Whyte -- the journey. Interim meeting. 6 of us. https://wordsfortheyear.com/2015/08/13/the-journey-by-david-whyte/

imagery of Pacific northwest. Testament to friend's courage --leaving relationship. leaving with dreams that you have shared together. 

* ''Catherine Massey'': 3 older school age girls in Charlotte. Julie Murdoch joining next month. part-time priest in charge Good Shepherd at Burlington. 
* ''Edmund Pickup'', 8  mos. St. Mark's @ Huntersville. Through Aug. 8. Leaving with spouse to Seattle, WA extended trip. Poem: endings are not just endings, but beginnings. Don't do fishing, golf, gardening, ... Church is the thing he loves to do. Looking to maybe traveling the country via Amtrak.
* ''Susan Keedy'', Trinity Episcopal Church 3 1/2 years at?? Mount Airy? Fuquay Varina? (something Marina?). Fear that the cong. would just jump at the first candidate. But they were confident enough to say, "no". Moving on. On a long trek. Only now beginning to open up. Small space. Filling slots like ushers.
* ''Jill Beimdiek'', 10 mos St. Pauls, Smithfield. Leaving end of Sept. Yesterday had conversation with CPG contact. Unkind, inflexible, conversations about returning to "normal". Altar up against the wall. They think of her as a functionary with a collar. 65 y/o. She's obviously discouraged. Planning on playing with paint in retirement. Remembering the negative implants "you are not a painter" from kindergarten. St. Margaret's convent, house in Ducksbury (sp.)
* ''Darby Everhard'': St. Mary's at Highpoint. 9 mos. contract. It's been a good gig. 72 y/o. Living in Winston, NC.  22 year marriage. many grandchildren.  Beach vacations planned by her husband. Realizing it is difficult to leave places. She focuses on administrative issues. She needs to step back from doing this kind of work.
* ''Patricia Grace'': St. Stephen's in Durham for 6 mos. In end-stage kidney failure. Looking at kidney transplant. 65 y/o. -- looking at end of life. Interim is all about endings and beginnings. Looking at training for being "clergy coach". Long term neglect of congregation. Highly affluent. Come to "be served." Unaware of who they are and of the world in which they live. Hard to figure what to do in the course of a year. Big motivation to not make people angry, unhappy.  She's an administrative person like Darby. What can you do in a year. There's no there, there. 

''Catherine'' seems to meet with congregations regularly, "listening sessions". 

Training tools, e.g. "DRIVE" a metric to find what energizes you and what drains you. Take a class to learn to think differently. Across the country "interims" are highly needed even if not valued. Catherine's colleagues having trouble to find the likes of us who are in the middle, ...  Perhaps look at "coaching" to support those who come in to follow the one's who left. 

''Susan'' is shepherding the search committee -- give answers that give insight into who the church, the nature of that congregation. e.g. that congregation is that they are "competent at being church."

St. Francis Springs in Stoneville. (Greensboro) "Catholic Hilton". (used to convent food at St. Margaret's is satisfactory)

''Susan'': Some congregations are bound to their problems, "stuck". Need more time and a trained intervention -- more than a year. A year might give you time to work through "grief" -- but more time needed to change?

Leave a letter to the successor as you leave a congregation. ''NB'' List with bullet points of the problems?

''Catherine'': This diocese for 10 years has had an approach to interim ministry that is short. That a reaction to interim ministry of 80's which was more "deconstruction". Now looking for people to walk along and put flags on the things to pay attention to. Feels "abrupt". Jill was coming into a place that had the longest serving rector in decades. Connecticut has gone ''to no more interims'' cause they can't find any.

''Susan'': The church has always been in change. Rather we need to turn our face to the future. Stir up possibilities. 

''Darby'': We are all interims. Love them and move on to what God has called us to.

''Darby'': help the vestry/congregation face issues that are going on. Honesty? Plant seeds.

''Dale'': ask the question "Why should there be an Episcopal Church in this community?" ''Patricia'' has repeatedly asked this question to her congregation in Raleigh.

''Walter Brueggheman'': when people are in special grief or pain, they don't have time for ''The common Good''.  (''Patricia'') facing the question of times: meeting at 9:30 which is unpleasant for 8 o'clock folks as well as 10 o'clock folks.

''Patricia'' observed that good things happened during time of Covid. e.g. Old people doing Zoom. Projecting things on the wall. 

Next meeting Aug 19. ''Ed'' leaving to travel. ''Darby'' leaving. 

What a development! I learned today that I had been removed from one of the courses that I had been planning to teach: Introduction to Reading Biblical Texts. No warning. I discovered it while preparing my syllabus. Immediately I knew that I could not teach my other course. I was done with Winthrop. Mary Pat  made the connection that my tenure with WU began bureaucratic bull shit and it was ending with the same. Kristin Kiblinger didn't respond to my obvious offense but rather to a defensive nonsense about why it happened. 

There is real relief at having WU suddenly lifted from my burdens. I have to navigate telling Greg and returning the key. But I'm done with that and so my life is simpler.

Somewhat impoverished but I'll have to work at the intellectual stimulation part.
Is this one of those times when we need to refrain from speaking?

But how can we not speak?

We are in the desert, a sacred place. It is where a group of former slaves was forged into a people. It is where Jesus rebuked Satan and refused to listen to his lies. It is where countless hearts have been purged of self-love as they traversed the dark night of the soul.

We are in the desert, but in this place, too, the sower sows seed. Perhaps the parched desert soil will produce a rich harvest. We ask, not to tempt God, but because we truly do not know. What is this bread that God gives us to eat?

//Rachelle Linner//


<<<
Rachelle Linner is a freelance writer, reviewer, and a spiritual director. She has a master of theological studies from Weston Jesuit School of Theology and a certificate in spiritual direction from the Franciscan Spiritual Direction Certification Program.
<<<


---
[[Monroe]]

[[800 Southridge DR]], Monroe, NC 28112
Timeline of [[god's-hand]] in the move to Monroe:
[[community]]

//From MP's facebook page//
Ronda Greene Johnson

July 11 at 8:14 PM  · 

Kenyan runner Abel Mutai was only a few meters from the finish line, but got confused with the signs and stopped, thinking he had finished the race. BA Spanish man, Ivan Fernandez, was right behind him and, realizing what was going on, started shouting to the Kenyan to keep running. Mutai did not know Spanish and did not understand.
Realizing what was going on, Fernandez pushed Mutai to victory.
A reporter asked Ivan, "Why did you do this?" Ivan replied, "My dream is that one day we can have some sort of community life where we push ourselves and also  others to win."
The reporter insisted "But why did you let the Kenyan win?" Ivan replied, "I didn't let him win, he was going to win. The race was his."
The reporter insisted and asked again, "But you could have won!" Ivan looked at him and replied: "But what would be the merit of my victory? What would be the honor of this medal? What would my Mother think of it?" The values are transmitted from generation to generation. What values do we teach our children and how much do you inspire others to earn? Most of us take advantage of people's weaknesses instead of helping to strengthen them.
!Lectio:

* "equip the people" (edify)
* Oneness
* dance with the people for a season

Courtney's birthday is 8/20

<<<
“The fundamental delusion of humanity is to suppose that I am here and you are out there. -//Yasutani Roshi//, ''Zen master'' (1885-1973)”

<<<
[[ThinkingAbout]]

<<<

The Wild Goose was a term that the ancient Celts had for the Holy Spirit.

From the first time I heard this it stirred something in my heart. Yes, there is a wildness to the Holy Spirit. The dominant images of the Holy Spirit are a meek dove or a flickering flame of a candle, both of which are in one way accurate. But the Holy Spirit is more than that. God’s Spirit is power and blows not merely like a gentle breeze but at times like a raging wind. Sometimes, this power makes us nervous. We like the idea of the Holy Spirit as a flame on a candle but a raging fire often causes anxiety. Our first instinct is to get it under control. It’s hard to control a wild goose; believe me, I know.

>>> 

This is a quality operation. Catholic apprehension of the WIld Goose metaphor, to compete with the "progressive" version going on in Asheville. Video is an important gig for them.

https://thewildgooseisloose.com/who-we-are
Blessed Among Us

Paula González

Sister of Charity, Environmentalist (1932–2016)

Paula González, who was born in Albuquerque, entered the Sisters of Charity of Cincinnati in 1954. After receiving a doctorate in biology, she went on to teach for many years at the College of Mount St. Joseph. A turning point in her life came when she saw the first photographs of Earth from outer space. It was the beginning of a new vocation in environmental ministry.

In confronting the perils facing the earth, González realized it was not enough just to protest. It was necessary to demonstrate life-sustaining alternatives and to develop a new Earth-conscious spirituality. With the help of volunteers, using recycled materials, she converted an old chicken barn into a fully solar-powered and solar-heated house—“Casa del Sol”—which became her home. In 1995 she established EarthConnection, an environmental learning center on the grounds of her order’s motherhouse.

At the same time, Sr. Paula tried to articulate a spirituality appropriate to our place in the cosmos. She spoke of God as “The Great Living One”—whose presence could be seen in all creation. Reflecting on the Our Father, she wrote, “When we proclaim God’s name as ‘hallowed’ (holy), do we recognize the echo of God’s name in the wonder all around us? Might God be calling us to be co-creators of a transformed earth, a heaven of peace and harmony?”

She died on July 31, 2016.

“ ‘Thy will be done’ has to be looked at in a new way: namely, that we maintain ecological community. In the end ecological kinship is the only valid way in which to pay homage to our Creator.”—Sr. Paula González
[[dream]] that I got to the altar at St. Paul's, and some folks (men) had decided that we were having wine that day and there were two flagons of it sitting on the altar. It was as if it were next Sunday. Unilateral decision that the church was going to be run by the "other" side. 

My response was the important thing. I was frustrated. Angry at the one-sided nature of the decision-making. Like when there was no communicating with Bridget or with Mary Pat. I have seen that side of the church. I've tried to do the right thing -- ''always''. But I think I've not very often succeeded. 

It feels a little, also, like the unknown, silent, behind-my-back stuff that threatens through the phone call about an investigation that is present as a recorded voice message on Mary Pat's phone. There was information that it was odd that any one would have:

* Aloha and Mahalo
* an accent that seemed perhaps African or Middle-eastern
* a check from St. Paul's Church

The struggle within me had to do with my own impotence to manage or respond. ''There's a message for me in my ministry with St. Paul's''. This along with the overwhelming support I found at Christ Church yesterday and have found consistently at St. Paul's.

[[dream]] long and satisfying. I was in Hawai'i. I was in the church but also seemingly teaching stuff. I was going from place to place. Seeing people. Ruth Yoshioka was there and she was a friend, at least an ally. But maybe there was a cut, too. Mountains, snow on the mountains, a little like Colorado I guess. So maybe it was "home."  

I was getting ready for the classic travel dream, returning. But I wasn't at all sure that I was going to get on the plane. I was pretty sure I was going to stay, even though it was going to be expensive.

It all seems somehow connected with leaving Rock Hill. Heading to a ministry that seems genuine -- though clearly not easy as seems clear after my talk with Nicci yesterday.
“Knowing God without knowing our wn wretchedness makes for pride.   Knowing our own wretchedness without knowing God makes for despair.  Knowing Jesus Christ strikes the balance because he shows us both God and our own wretchedness.”

  
― Blaise Pascal, [[Pensée |https://www.goodreads.com/work/quotes/3102980]]

It is this taking responsiblity for our own heart and journey that THomas Merton desribes as 'a kind of mysterious awakening to the fact that where you are is where you belontg ... our true self -- who we really are. (from Celtic Prayer, V. 2) p. 1531.

[[marypat-birthday-72]]

"""
Changed address amex: 
800 SOUTHRIDGE DR
MONROE, NC
28112-7772

failed to change address at, but changed login information to get in:
cpbank:


https://www.cpb.bank/

daha28
dch2Cpbank!
"""

# most famous person I ever met: Archbishop Ramsey
# relative living furthest from me: Olympia
# first musical instrument learned to play: piano
https://quoteinvestigator.com/2010/06/29/be-kind/

Investigating The quote I first heard from John O'Donoghue on Koko Crater: ''Be kind for everyone you meet is fighting an epic battle''. 

Seems to be but a 100 years old. 
Prayed by Bp. Anne and posted this day by Steve Charleston

"""
Images of the sea and storms keep coming unbidden to my mind. 
I think of all of us out on the great waters of our recent history, being tossed about by the storms that swirl around us. 
However brave a crew we may be, there are ships among us who are lost and good people swept away. 
This image stays with me. It troubles me. 
Perhaps you understand where it comes from and perhaps it troubles you too. 
If so, then please join me in a shared vision today.
 I am praying for the waters to be calmed. 
For the storm to be stilled. 
For those in peril to be rescued. 
Throughout this day I am going to bring that vision to my mind, praying that the One who is able will bring peace to troubled waters. 
May every heart be joined in this simple but ever so powerful supplication and may all of our ancestors join us in the asking.
"""
Tonight at dinner with Charlotte and Henry, I told stories:

# The principle of keeping church safe, is not easy and simple. But having a principle in mind allows for ... ? progress? There is the episode of Bridget's son and the Sr. Warden's daughter. But tellable story is of homeless person, mentally ill, her partner my drummer, she loved the liturgy. But she attacked Jane Oki. She was no longer welcome.
# the ease of body in saying "no" to WU. But in contrast there have been times when I am defensive and my body reacts to precisely the thing I need to do but have resisted.
# Lilly ?? and Elaine ?? suggested as Warden types. Scott, perhaps, as vestry. I asked the question who should recruit? Not clear.
# Could we have a warden who refuses vaccine? I think, "No."

From my prayers tonight, world prayers

Thanks

BY W. S. MERWIN

with the night falling we are saying thank you
we are stopping on the bridges to bow from the railings
we are running out of the glass rooms
with our mouths full of food to look at the sky
and say thank you
we are standing by the water thanking it
standing by the windows looking out
in our directions

back from a series of hospitals back from a mugging
after funerals we are saying thank you
after the news of the dead
whether or not we knew them we are saying thank you

over telephones we are saying thank you
in doorways and in the backs of cars and in elevators
remembering wars and the police at the door
and the beatings on stairs we are saying thank you
in the banks we are saying thank you
in the faces of the officials and the rich
and of all who will never change
we go on saying thank you thank you

with the animals dying around us
taking our feelings we are saying thank you
with the forests falling faster than the minutes
of our lives we are saying thank you
with the words going out like cells of a brain
with the cities growing over us
we are saying thank you faster and faster
with nobody listening we are saying thank you
thank you we are saying and waving
dark though it is

 

W.S. Merwin, "Thanks" from Migration: New and Selected Poems. Copyright © 2005 by W.S. Merwin.  Reprinted by permission of The Wylie Agency, Inc..
Source: Migration: New and Selected Poems (Copper Canyon Press, 2005)
# 20th anniv. of 9/11
# Fall of Kabul -- end of longest war
# Hurricane Ida
# Haiti
# Jan's fall
# Melinda's miscarriage
# relentless Covid onslaught

cf. notes for [[leadership-meeting]]

So much suffering in the world. What to do?

What is the role of the church? Mother Teresa. So many other saints. Do what we can in this place at this time. One small thing with love.

I keep thinking of the people of Palestine in 70 CE.  People at time of Black Death. The 100 years war. WW1 in France. WW2 in Poland.

$ for resettlement of Afghani refugees. $ for Haiti. Prayers for the hurting and vulnerable.

Remember. Tell the story.

Some may say: "It's not my problem." Others, "Let someone else take care of it." 

Others would seek to blame: "It's their fault." 

1. If you’d like to assist refugees coming from Afghanistan,  here are two sites to do so: 
Donations to Afghan Refugees - Amazon Custom Gift List  

* https://www.amazon.com/registries/custom/search?name=refugee

Also, Seattle Indivisible website offers several  other avenues people can explore to help: 

* https://www.seattleindivisible.com/daily-actions/2021/8/18/donate-locally-or-volunteer-to-help-afghan-refugees 

Cribbed from David's weekly article at St. Elizabeth's

---

"""
Apprehend God in all things, for God is in all things.
Every single creature is full of God and is a book about God.
Every creature is a word of God.
If I spent enough time with the tiniest creature—even a caterpillar—I would never have to prepare a sermon.
So full of God is every creature.
"""

//Meister Eckhart//
 In 1958 he received the Nobel Peace Prize. He lived to the age of 90 and died in his hospital on September 4, 1965.

“It is not enough merely to exist. It’s not enough to say . . . ‘I do my work well . . . I’m a good churchgoer.’ That’s all very well, but one must do something more. Seek always to do some good somewhere. —//Albert Schweitzer//

...

During the pandemic we witnessed the disastrous impact of those “hostile in mind” to public health protocols and mitigation efforts. We also saw hostility manifest itself in our unwillingness to listen to those with whom we disagree. Our collective aggression and division were on full display.

In the face of this disunity, I am drawn to Samuel Taylor Coleridge’s more helpful (if esoteric!) “esemplastic imagination”: ''our ability as humans to take two concepts which do not coexist in nature and combine them into a new reality. Disparate things become part of a unified whole—the very definition of being “open in mind.”''

As children our imaginations flourished, and anything was possible. As adults too many have allowed their imaginations to atrophy, giving way to cynicism rather than possibility. Jesus, lord of the Sabbath, reminds us to remain firmly grounded, holding fast to the hope of the Gospel. Peace is possible. Concern for the common good is possible. Nurture these possibilities. Jesus sustains our life, shows us the way, and will accompany us to eternity.

Sr. Julia Upton

//Julia Upton, RSM, is Provost Emerita at St. John’s University in New York. She is the author of Worship in Spirit and Truth: The Life and Legacy of H. A. Reinhold.//
The most terrible nightmare. I'm awake now because this was going on for an hour it seemed. I was at a museum kind of affair. It was Hawai'i, but not a place that I knew. I was in the company of Bill Mok and family. I was estranged from my wife -- I guess it was Bridget -- but we were somehow together at this museum. But we got separated. I was with the Mok's. And the nightmare was that I couldn't do anything. My phone didn't work. Then I lost it. I lost the car. I was wrestling with the leftover things in the little place I was staying in. ''I wanted to go home. But I couldn't''. I couldn't figure it out. I felt stupid. Then abandoned. I was on my own. 
created: 2021-09-08T22:54:31 (UTC -04:00)  
tags: [Let Your Life Speak,Parker J Palmer,Insight,Religion,Jossy   Bass,Wiley,Inspiration,Courage,renewal]  
source: http://www.letyourlifespeak.com/  
author: 

---

! Let Your Life Speak

!! Excerpt
> Parker J. Palmer's Let Your Life Speak Landbng Page

---

_“The insight we receive on the inner journey is that chaos is the precondition to creativity: as every creation myth has it, life itself emerged from the void. Even that which has been created needs to be returned to chaos from time to time so it can be regenerated in more vital form.”_  
— Parker J. Palmer, author of //Let Your Life Speak// and founder of the [[Center for Courage & Renewal|http://www.couragerenewal.org]].
“Is the life I am living the same as the life that wants to live in me?”

With this searching question, Parker Palmer begins an insightful and moving meditation on finding one's true calling.

Let Your Life Speak is an openhearted gift to anyone who seeks to live authentically. The book's title is a time-honored Quaker admonition, usually taken to mean “Let the highest truths and values guide everything you do.” But Palmer reinterprets those words, drawing on his own search for selfhood. “Before you tell your life what you intend to do with it,” he writes, “listen for what it intends to do with you. Before you tell your life what truths and values you have decided to live up to, let your life tell you what truths you embody, what values you represent.”

Vocation does not come from willfulness, no matter how noble one’s intentions. It comes from listening to and accepting “true self” with its limits as well as its potentials. Sharing stories of frailty and strength, of darkness and light, Palmer shows that vocation is not a goal to be achieved but a gift to be received
Mary Pat says that I shouldn't feel bad about disappointing the people here. They want a super-hero and I'm not that. She says that if I make them disappointed in me it will motivate them to get a permanent priest.

She's right actually. Though I don't know if I can feel good about that.

---

Bill called earlier. He sent us the crab cakes as a housewarming gift. He'd been wanting to do it, he said, for a while. He is so good. So thoughtful. 

Talking with him was the best thing in the past few days. So relaxed. So comfortable.

He reports that:

* Julian is moving to the mountains. He will be maintenance man with a condominium. Receives lodging and a ski pass.
* He had to tell Mo that he couldn't take care of the dogs while she goes to California. But she doesn't yet know he's moving.
* Julian saw Owen on July 4. Bridget and girls & lots of dogs were there. Last time he saw Owen.
Forgive me, most gracious Lord and Father, if this day I have done or said anything to increase the pain of the world. Pardon the unkind word, the impatient gesture, the hard and selfish deed, the failure to show sympathy and kindly help where I had the opportunity, but missed it; and enable me so to live that I may daily do something to lessen the tide of human sorrow, and add to the sum of human happiness. (//anonymous Christian//)

from //Prayers for Healing today's //

[[dream]] this morning, stretching on through several "dozes" was filled with the characters of my life. Paolo was mixed in with a colorful array of Hawai'i people. The place of the dream was clearly Hawai'i, but it seemed more like New Zealand, as if it was filled with the places of my life. There wasn't a deep frustration about getting home as in so many of my dreams, but there was the challenge of coralling all the personalities. When I woke up I couldn't stop thinking about John Egan. That led to goings on at Rensselaer. 

It came up by name during this week as I observed to Charlotte and Henry that the two institutions I was involved with -- during the time I have called the happiest in my life -- have gone out of business.

I'm not a wizard at picking winners or a recovery specialist. But I think I have an ability to accompany folks on a spiritual journey -- if they want company. I felt that empathy-piece when Kathleen started our conversation by talking about the death of their Great Dane. I ended up ad-libbing a response, since I didn't know what to say, but I wanted to build up Kathleen. My response had to do with the desire not to get older by growing a ''thick skin'' and, with her help, observed that sensitive artist type have an ability to live life more fully and thus to experience death more fully.
Watching //New Amsterdam// tonight. Helen and Max consummate their love. They have mutually expressed their love and devotion. Yet it seems doomed from the beginning. She is called to London.

Why my attraction to them? Why do they seem so personal for me? Identification with Max? Beauty of Helen? 

I don't know.

---

[sent to Miriam: she responded quickly]

“To be of the Earth is to know
the restlessness of being a seed
the darkness of being planted
the struggle toward the light
the pain of growth into the light
the joy of bursting and bearing fruit
the love of being food for someone
the scattering of your seeds
the decay of the seasons
the mystery of death and
the miracle of birth.”

― //John Soos//
!! Shusaku Endo

//Novelist (1923–1996)//

The novelist Shusaku Endo, who was baptized as a child following his parents’ divorce, spent much of his life pondering the ambivalence and tension implied in his identity as a Japanese and a Catholic. He later likened his faith to an arranged marriage; he tried several times to leave, but something always held him close.

After a trip to the Holy Land, Endo developed a deep love for the image of the Suffering Servant, despised and rejected. He believed this image of the Christ who made himself nothing, an image of maternal compassion in place of an image of power and judgment, was the image that might touch the Japanese heart. He expanded these reflections in the popular Life of Jesus.

Endo is best known for his novel Silence, which tells the story of a Portuguese Jesuit in Japan during the time of fiercest persecution. After his own arrest and torture, he is forced to watch a parade of faithful Christians go to their deaths. To spare their lives, he is finally induced to recant and trample on a holy image, after hearing the voice of Christ tell him, “Trample! Trample! I more than anyone know of the pain in your foot. Trample! It was to be trampled on by men that I was born into this world. It was to share men’s pain that I carried my cross.”

Endo died on September 29, 1996.

//“God is not a punishing God, but a God who asks that children be forgiven.”//
Oh, Ali,
This is like one of the most wonderful emails I've ever received. Your trust and honesty in sharing something of your story is a treasure and I thank you profoundly. 

In terms of your conclusions about things, I mostly agree with all of them. Your stubbornness and not fitting in -- yep, check that. From the sounds of it I would say you have earned your conclusions in spades. Over the years I have watched my little brother be a model for me of a loving, kind, and thoughtful person. He's also either atheist or agnostic. He loves me and I love him. I've tried to generalize over the years, thinking at times that unbelievers are better at love than Christians. But I don't really think that's the case. I've known Christians who are profoundly loving and kind also. It's also clearly the case that Christians don't have a monopoly on violence, prejudice, and evil. At this point in my life I've decided I'm content to continue to try to be kind and love and to be a witness and force against violence, prejudice and evil. As long as the Christians accept me I'm good with that. At this point I don't think there's any other place for me. 

I heard an interview with Pete Seeger many years ago. He reflected on how most of the causes that he had stood up for and fought during his long life had ultimately been losing battles. He said that what was important to him was not the winning or losing but to have spent your life with the "good people" -- by which he meant the people who were fighting for and against the right things. Love, kindness, against violence, injustice etc., that sort of thing. I sometimes remind myself of his words when I feel discouraged. Your story encourages me. When I see you in church it brings me a smile. Thank you.

Faithfully,
Dale +

To see a World in a Grain of Sand
And a Heaven in a Wild Flower 
Hold Infinity in the palm of your hand 
And Eternity in an hour (Blake)
Conctacted me for my birthday:

# Murray called late at night
# Julian called me when Mary Pat was bustling me out the door for the dinner party
# Sean called while picking up dinner
# Gail Greer wished happy birthday
# Lydia sent a moderate message
# Mo sent a message with some lasting significance
Did you know some people call //The Book Of The Dead//

''The Book Of Coming Forth Into Light?''

That's beautiful.

Oh look, I love this part.

---

"""
Mayest thou be at peace with me.  
May I advance upon the earth.  
May I crush the evil one.  
May my arms become spears to thwart crocodiles.  
May I live in the season of revolution.  
May the light of my soul detect shadows of evil.  
The doors of perception open.  
Hey!  
What was hidden has been revealed.  
I am restless.  
I smell a change coming.  
The shape of truth is coming.  
Let me fly to the far edge of sky.  
Let me rest in the folds of the earth.  
I am a child of eternity.
"""

---

This is the ending to movie //Radium Girls//

The sisters had been fascinated by the Book of the Dead. This lines at the end (quoted above) seem to be in part taken from the opening of the Egyptian book of the dead. 

The ''doors of perception'' was what caught my attention. It is, first and foremost for me, from Aldous Huxley -- cf. college days, and his experiments with ''mescalin''. In reading about that I paid attention to the note that he suffered from ''iritis'' for many years.

The metaphor itself is from William Blake.

“If the doors of perception were cleansed every thing would appear to man as it is, Infinite. For man has closed himself up, till he sees all things thro' narrow chinks of his cavern.”

― William Blake, //The Marriage of Heaven and Hell//


Yesterday's reflection in //Give Us This Day//. Mary Pat responded that this passage seemed intended for me. She seems focused on my un-settled, dis-ease, loss-of-focus, loss-of-self. I returned to the theme with Linda at Spiritual Direction. (cf. [["Joplin" notes]])


<<<
It was the Lord’s doing, not their own. It was the Lord’s power at work in and for them, which could do immeasurably more than they could ask or imagine (cf. Eph 3:20). It was sheer gift; it was grace.

So is our deliverance from sin, as St. Paul reminds us in his Letter to the Romans. Of ourselves, we could never have broken the power of sin and death over us, but Jesus has done it for us. We are indeed raised from the dead, even now sharing in his eternal life. Nevertheless, sin continually attempts to ensnare us. On our own, we could never withstand it, but we can with the power of God’s grace. Our help is in the name of the Lord. We need only call upon him.

<<<

''Sr. Anne Elizabeth Sweet''

//Anne Elizabeth Sweet is a Cistercian nun at Tautra Mariakloster, Norway. She is among the authors of Northern Light, a collection of reflections on liturgy and life as experienced in the monastic setting of Tautra in the Trondheim fjord.//
! Blessed Among Us

!! Maura O’Halloran

//Christian Zen Monk (1955–1982)//

Maura O’Halloran, who was born in Boston and raised in Ireland in a large Catholic family, displayed from a young age a deep compassion for human suffering. After graduating from Trinity College, Dublin, she worked in soup kitchens and traveled widely in Latin America. Her concern for social justice was accompanied by a serious attraction to the spiritual life. After experimenting with various methods of prayer, she decided to explore the wisdom of the East.

In 1979 she flew to Japan and applied for admission to a Zen Buddhist monastery in Tokyo, at the time rather a novelty for a woman in a very male setting. Her journals record her experience—sustained periods of meditation, manual labor, and an ascetic discipline of mind and body. After six months she experienced an ecstatic breakthrough, which her Master recognized as enlightenment. So impressed was he by her progress that he made an extraordinary offer—to entrust his monastery to her. But Maura did not believe this was her vocation. “I’m twenty-six and I feel as if I’ve lived my life,” she wrote. “Strange sensation, almost as if I’m close to death. . . . I’m totally content. Of course I want to get deeper, see clearer. . . . If I have another fifty or sixty years (who knows?) of time, I want to live it for other people.”

After leaving the monastery she was killed in a bus accident on October 22, 1982. The publication of her journal brought a devoted following by both Christians and Buddhists. A small statue of her in the monastery in Japan is revered by many pilgrims.

“//Suddenly I understood that we must take care of things just because they exist.//”—Maura O’Halloran
A week ago we learned about Maura O'Halloran at our daily prayer from //Give us this day.// She was a "Christian Zen Monk" who died prematurely and too young. I was so intrigued that I ordered a used copy of her journals and letters, //Pure Heart; Enlightened Mind.// When it arrived this evening, as I pulled it out of its wrapper, it fell open to a page. In the middle of the page I read: 

<<<
"I made banana pudding. Tessan-san said, "What, no cake?" I pointed out the absence of an oven. The closest we could come was "hot cakey mix." He made a plump, delicious, greasy donuts. ... "Do you like jazz?" said Tessan-san. "Yes," said I, while thinking to myself, I'd like Phoebe Snow. Phoebe Snot it uncannily was. Often, with very simple things like that, I think of something I want and it just comes. Strange.
<<<
cf. interesting knowledge wiki

<https://github.com/nikitavoloboev/knowledge/blob/main/SUMMARY.md>

comment on getting to it at:

<https://news.ycombinator.com/item?id=21332957>

----
It IS interesting, Gay, thought-provoking. Thank you for sharing. 

Mary Pat

On Sat, Nov 6, 2021 at 12:17 PM Gay Clyburn <gclyburn49@gmail.com> wrote:

"""
If I prayed, which I don’t,
then we could say that I asked
god to open every door that I
had shut, every door I did not
know was there.
Why I asked this, well,
this will make sense to you
or it won’t, but every closed
door I was aware of
had became a point of suffering.
And with every open door,
I could feel congruence,
the world rushing in to create
more space in me.
And god said to me, though
we could not say that it was a voice,
god said, Open even the door with people jeering
on the other side, their faces twisted
in hate? Even the door to an entire
forest of sorrow? And because
this conversation was not really
happening, we could not say that
I said yes to the questions, but
we could say, perhaps, that
the yes began to root in me
and it was not so much a matter
of someone opening the doors
but that the doors more or less
dissolved. And what I had thought
could separate me from anything else
was shown to be nothing at all.
I would like to tell you that I felt grace
in the opening, but the truth
is I felt such terrible ache.
And god did not come put a hand
on my cheek and tell me
everything would be okay.
In fact, if anything, the voice
I did not hear told me
there are no promises.
But I felt it, the invitation
to keep opening doors,
to not close my eyes,
to not turn away.
And though I do not pray,
I said thank you, thank you
"""

- Rosemerry Wahtola Trommer, //Something Like This, Anyway//
Dear Emma,

Would that there were words. Enough of them. The select right ones for the job. The job to reflect the loss of what never was. Of dreams? Perhaps. The last birthday gift I remember giving you was a kite ride above Honolulu waters. I don't know if you ever cashed it in. So many years now, I guess it doesn't matter. If there's a dream, now, I suppose it is that before I die you might walk into my room. So much gone. 

Hau'oli la hanau. Shalom, my beautiful girl. So bright and full of life.

Dad
Tomorrow is Linda Serepca

# find something beautiful: walk in Belk park, walk to new path and neighborhood
# stent in artery, contact with family
# touching some lives e.g. Steve C.
# the Gaslight play: Deb (Brad's wife)

---

T. Keating and others on "detachment".

https://midwestoutreach.org/2017/12/09/contemplating-contemplative-prayer-is-it-really-prayer/

(org-mode)
<<<
*Beyond Self: The False Self vs. the True Self*

Thomas Merton claims that "the superficial 'I' is not our real self,"
but only our "individuality" and "empirical self," not the "hidden and
mysterious person in whom we subsist before the eyes of God."20Thomas
Merton, /New Seeds of Contemplation/ (Abbey of Gethsemani, Inc., 1961),
7 jQuery('#footnote_plugin_tooltip_8962_1_20').tooltip({ tip:
'#footnote_plugin_tooltip_text_8962_1_20', tipClass: 'footnote_tooltip',
effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed:
200, position: 'top right', relative: true, offset: [10, 10], }); This
kind of thinking is found also in Keating and Pennington.

Keating states that CP takes us to a place:

"...in which the knower, the knowing, and that which is known are all
one. Awareness alone remains. The one who is aware disappears along with
whatever was the object of consciousness. This is what divine union
is."21Thomas Keating, /Open Mind, Open Heart/ (Rockport, MA: Benedict's
Monastery, 1992), 74
jQuery('#footnote_plugin_tooltip_8962_1_21').tooltip({ tip:
'#footnote_plugin_tooltip_text_8962_1_21', tipClass: 'footnote_tooltip',
effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed:
200, position: 'top right', relative: true, offset: [10, 10], });

Keating and Merton both discuss the false self and the true self.
Keating capitalizes "Self," and states:

"God and our true Self are not separate. Though we are not God, God and
our true Self are the same thing."22Thomas Keating, /Open Mind, Open
Heart/ (Rockport, MA: Benedict's Monastery, 1992), 127
jQuery('#footnote_plugin_tooltip_8962_1_22').tooltip({ tip:
'#footnote_plugin_tooltip_text_8962_1_22', tipClass: 'footnote_tooltip',
effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed:
200, position: 'top right', relative: true, offset: [10, 10], });

According to Merton, our "external, everyday self" is mostly a
"fabrication" and is not "our true self" which:

"is not easy to find. It is hidden in obscurity and 'nothingness,' at
the center, where we are in direct dependence on God."23Thomas Merton,
/Contemplative Prayer/ (The Merton Legacy Trust, 1969; Garden City, NY:
Image Books Edition, Division of Doubleday & Company, Inc., 1971), 70
jQuery('#footnote_plugin_tooltip_8962_1_23').tooltip({ tip:
'#footnote_plugin_tooltip_text_8962_1_23', tipClass: 'footnote_tooltip',
effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed:
200, position: 'top right', relative: true, offset: [10, 10], });

Buddhism teaches that our identities are merely fleeting images or
impressions, like images on film, or a "sequence of happenings, of
processes,"24Joseph Goldstein, "Exercise/ Easting" in Jean Smith, ed.,
/Breath Sweeps Mind: A First Guide to Meditation Practice/ (NY:
Riverhead Books, 1998), 184
jQuery('#footnote_plugin_tooltip_8962_1_24').tooltip({ tip:
'#footnote_plugin_tooltip_text_8962_1_24
<<<

Blessed Among Us

Gordon Zahn

Peacemaker (1918–2007)

Growing up in Milwaukee, Wisconsin, Gordon Zahn was in most respects a traditional Catholic—except in his inability to reconcile the teachings of Christ with orders to kill his fellow humans. In 1942 he declared himself a conscientious objector, though no priest or bishop would support his stand. He was assigned to a work camp for Catholic conscientious objectors, supported by the //Catholic Worker//. Afterward he had trouble finding a Catholic college that would accept him. Nevertheless, he earned a doctorate in sociology and taught at several universities.

In 1963 his book //German Catholics and Hitler’s Wars// showed how Germany’s bishops, through their general exhortations of loyal obedience to authority, had become instruments of Nazi power. This was followed by In //Solitary Witness//, which recovered the lost story of Franz Jägerstätter, an Austrian peasant executed for his refusal to serve in Hitler’s army. Zahn’s work, including his personal lobbying, was influential in moving the Council Fathers at Vatican II to support recognition of the right of conscientious objection.

Zahn worked tirelessly in the cause for peace, helping to found //Pax Christi USA//. In later years he suffered from Alzheimer’s—and thus was unable to recognize the significance of an invitation in October 2007 to attend the beatification of Franz Jägerstätter. He died two months later on December 9.

“//All Christians, whether they realize it or not, have that vocation (in the full religious sense) of serving the cause of peace and, by logical extension, the obligation to oppose war.//”

—Gordon Zahn
[[Journal] sending me an excerpt from //Naked Now// by Richard Rohr

Thank you for this! Not only do I recognize this in connection with yesterday's conversation but I recognize it in my own life. The telling thing for me of what you said was, "There is no 'goal' (in spiritual direction), but if there was one, this is what it would be." Part of what is important in the relationship with Mary Pat is her memory of the teaching her priest gave her as she was discerning her own move to Hawai'i. The priest suggested the possibility that there wasn't a task to do there, but only "to be." As I have heard more than once, perhaps from Richard Rohr, that the goal is to accept that we are loved. There is, of course, a long tradition of seeing the goal as some kind of unity with God. In the counter-cultural ways of my college years, I persuaded a German professor to let me complete my language requirement with an independent study of Meister Eckhart. I did the same with one of my English requirements with an independent study of 14th c. English Mystics -- that involved one of my tenderest memories of my father where he helped me photocopy an inter-library loan of the Cloud of Unknowing. The block plan at Colorado College allowed me to take a course in "Christian Mysticism" in the Wind River Range of Wyoming. A lot of this trajectory was influenced by memorizing large quantities of W.B. Yeats and T.S. Eliot. Most people would say, "What are you thinking?" It made sense to me then and is an important confirmation/memory now. Thanks.
Dale

Faithfully,
Dale

To see a World in a Grain of SandAnd a Heaven in a Wild Flower Hold Infinity in the palm of your hand And Eternity in an hour (Blake)

On Wed, Dec 15, 2021 at 9:27 PM Linda Serepca <lindaserepca10@gmail.com> wrote:
Scanned with TurboScan.



Linda SerepcaDirector, Charlotte Spirituality Ctrwww.charlottespiritualitycenter.org704-776-3787 cell
https://www.spiritualityandpractice.com/book-reviews/view/19451/the-naked-now


Dale Hathaway
7:39 AM (5 minutes ago)
to Linda

Thank you for this! Not only do I recognize this in connection with yesterday's conversation but I recognize it in my own life. The telling thing for me of what you said was, "There is no 'goal' (in spiritual direction), but if there was one, this is what it would be." Part of what is important in the relationship with Mary Pat is her memory of the teaching her priest gave her as she was discerning her own move to Hawai'i. The priest suggested the possibility that there wasn't a task to do there, but only "to be." As I have heard more than once, perhaps from Richard Rohr, that the goal is to accept that we are loved. There is, of course, a long tradition of seeing the goal as some kind of unity with God. In the counter-cultural ways of my college years, I persuaded a German professor to let me complete my language requirement with an independent study of Meister Eckhart. I did the same with one of my English requirements with an independent study of 14th c. English Mystics -- that involved one of my tenderest memories of my father where he helped me photocopy an inter-library loan of the Cloud of Unknowing. The block plan at Colorado College allowed me to take a course in "Christian Mysticism" in the Wind River Range of Wyoming. A lot of this trajectory was influenced by memorizing large quantities of W.B. Yeats and T.S. Eliot. Most people would say, "What are you thinking?" It made sense to me then and is an important confirmation/memory now. Thanks.

Talking with bishop and crystalized with him my commitment to small church ministry. 

Named Kevin as my nomination for Sr. Warden.
Sleepy's Trek 🎆🎉🌹
@sleepytrekkie
I just had it brought to my attention that 1980 and 2021 are as far apart as 1980 and 1939.

I'm just going to need a minute. (seen on web today)
!! Why It Matters
[http://www.nhm.ac.uk/discover/dino-directory/timeline/late-cretaceous/gallery.html It's a common error] to lump together all non-avian dinosaurs into a single time period. The truth is, dinosaurs roamed the Earth for a long time, and they all most certainly did not exist together. For example, the [http://www.livescience.com/24184-stegosaurus-facts.html Stegosaurus] roamed the Earth during the late Jurassic period, between 156 and 144 million years ago. On the other hand, the [http://www.livescience.com/23868-tyrannosaurus-rex-facts.html Tyrannosaurus rex] lived during the late Cretaceous period, about 67–65 million years ago. The T. rex actually existed closer in history to humans than to the Stegosaurus. Yes, to the T.rex, the Stegosaurus was ancient.
“In dwelling, live close to the ground. In thinking, keep to the simple. In conflict, be fair and generous. In governing, don't try to control. In work, do what you enjoy. In family life, be completely present.”

― //Lao Tzu//
Today [[Miriam]] informed as that she would be unable to stay with us at Lydia's wedding lest she appear to have "taken sides."

The pain is excruciating. 

* Rotten in Denmark
* Fail the smell test
* That I would have no idea of the cause of something that caused her to reject a gift from her father.
* contact Lydia about evidently I am a point of contention -- 
* I don't want to cause a problem in her wedding
* forget about us watching Will / River while Miriam goes and spends time with Emma
* that none of my family sees fit to inform me of what it is that would cause this
* accountability for your decisions
* my letter to Emma which she refused to respond to
We bought a house in Florida today.  In some ways I had imagined that I could never live in Florida. But, then again, there was a certain amount of karma about returning to the place Grandma and Grandpa Swanson settled from living in Chicago. Billy was aware of that in a phone call tonight, even as he didn't remember that they lived in Bradenton. For them it was only a few years. Much the same as I anticipate for us.
A strange  [[dream]] to wake up to. It lasted for a while. Though it wasn't resolved, there was a sense of satisfaction of job well-done, if not completion. I had the care of a bizarre living thing. It felt like my child but maybe wasn't. It fit into a pocket of a pack. 

I was living in borrowed spaces (rent?). I was riding a bicycle. I was moving on somewhere. Was it homeward? I'm not sure. 

(Within the dream) it seemed as if I had had similar dreams before, dreams that didn't go well. Mostly because I failed to keep the living thing alive. I was determined not to let that happen. I had to sneak into rooms that now belonged to someone else -- but perhaps had once belonged to me. I wasn't caught. 

There was riding the bicycle into the night. It was scary. ''And then I awoke''.
Accomplished today:

# sort of got Joplin to make a static web site -- more to do
# weeded through discards in my room
# got a loose database going for organizing my "stuff" in Notion
# made progress on vestry retreat 

need to get check for supply priests
What's wrong with this. It won't save?
* Meet the baptism parents
* cardio
* Prep all docs for retreat
* do something to prepare for move
[[Accomplished]] today.

* finished handout for Saturday
* copied tax forms
* untangled and lubricated web clamp
* cardio penultimate session
* talk with Bill -- He and David may be at the wedding. He will also be at David's.
Here I am [[dream]]ing in Tampa, Florida. We're making our first contact with the house we're buying in Palm Harbor. Getting out of the airport, I said to [[MaryPat]] that it felt like being in Hawai'i. She said, "Without the mountains." I said, "Yes." I wondered how important is the "mountains" part of "it has mountains ''and'' ocean"? Nice dinner, feeling pretty much at home. 

Then dreams in the morning that focused on Betty Spillman. I was trying to connect with her. There were deep memories. Nostalgia. The place felt like Hawai'i. But I was too late or something. She was with someone else and I hadn't recognized that. I felt trapped and didn't know how to get out of it.

Saving is weird in Chrome.
Trying to get my sermon-tiddly working on github. So far it won't save.


I really like a lot of the way this gives me access to the way my brain works. Could I? Should I? start up with it? I would have to relearn some stuff.

- I think I was frustrated when I was using this because of the problems with exporting and moving between markdown and the wiki-syntax. 
- the syntax 

---
Trying to get a draft of email to [[Michael Taylor]]. 
* My experience with spiritual direction.

[[SpiritualDirection]] At the morning of prayer with [[MaryPat]] today I was focused on the message from yesterdays [[poetry]] session. ''What am I longing for?'' 


<<<
What came to me through realizing the regrets of my life and the opposites. 
<<<

Regrets and fears. 
vs.
Courage and faith, trust.

---

!! Fears, choosing the safe path.
* Tom Deeds
* Episcopal vs. Cistercians

!! Going all in. 
* all my hair
* They can take it or leave it.


[[MaryPa t]] read a piece about [[Elizabeth Schussler Fiorenza]]. Bringing back lots of memories.
Wanting to give [[Peter Lane]] a little more to reflect on [[liturgy]] than just his normal "one damn thing after another". I thought of the talk from [[Spiritual Direction]] on [[Study of Ritual]].
//A reading from the second Letter of Saint Paul to the Corinthians 12:1-10//

I will rather boast most gladly of my weaknesses.

Brothers and sisters: I must boast; not that it is profitable, but I will go on to visions and revelations of the Lord. I know a man in Christ who, fourteen years ago (whether in the body or out of the body I do not know, God knows), was caught up to the third heaven. And I know that this man (whether in the body or out of the body I do not know, God knows) was caught up into Paradise and heard ineffable things, which no one may utter. About this man I will boast, but about myself I will not boast, except about my weaknesses. Although if I should wish to boast, I would not be foolish, for I would be telling the truth. But I refrain, so that no one may think more of me than what he sees in me or hears from me because of the abundance of the revelations. Therefore, that I might not become too elated, a thorn in the flesh was given to me, an angel of Satan, to beat me, to keep me from being too elated. Three times I begged the Lord about this, that it might leave me, but he said to me, “My grace is sufficient for you, for power is made perfect in weakness.” I will rather boast most gladly of my weaknesses, in order that the power of Christ may dwell with me. Therefore, I am content with weaknesses, insults, hardships, persecutions, and constraints, for the sake of Christ; for when I am weak, then I am strong.

The word of the Lord.
* All is grace
* goal of life is to say "thank you"
* God surprises us -- not what we expect. That's his typical medium of communication
* One of the vehicles of that communication is ''paradox'' -- cf. parabola
* influence of ancestors (mother-father) is huge
* Life is long enough to learn, but not really long enough to change
Zoom session keep track of:

* who shows up
* who returns from breakout
* who contributes in the Zoom 




* [[OpenQuiz1]]
* [[FinishModule3]]
* [[317GradeSyllabus]]
* [[317ProcessGroups]]
* Working on Module 4


# I will focus on ...
# I am grateful for ...
# I will let go of ...
Spectrum (formerly Time Warner - aka Roadrunner) appears to be the main provider. Frontier communications filed for bankruptcy last year, and while emerging now, it obviously is the junior partner and is serving from weakness.

## Reflection

**Each Smile, Each Song**

One of my favorite new acquaintances is the infant whom I babysit. The first day I spent with her, she was four months old. I rocked her, fed her, and sang lullabies to soothe her. I was nearly paralyzed by the weight of each moment spent with her. Each action was accompanied by the thought: *I am teaching this child what the world looks like.*

Not that she will remember any of those moments. My actions will be lost in the building blocks of her consciousness. But each smile, each song taught her what the world would look like.

Her conception of the world depends on how the adults around her—including me—treat her, just as my first impressions of the world developed from the adults who first surrounded me.

Is the world kind? Can I trust you? Am I loved? Our hearts pose these questions every day. Babies embody these questions in their purest form. And they draw out of us answers that foster a gentler world.

Christ’s command to turn the other cheek resonates with Paul’s call to action, “now is a very acceptable time.” The world—including the next generation of humans—is made of our actions. We, and we alone, are the ones responsible for making the world gentle, kind, and good.

Now—today—is a very acceptable time to smile rather than scold, to replace vengeance with love, to re-create the world more gently.

*Renée Darline Roden*

*Renée Darline Roden is a writer and playwright in New York City. She holds degrees in theology from the University of Notre Dame and an MS in journalism from Columbia University.*

I've tried to import this. What does it do.


[ext[diary index | ./diary/diary.html]]



# Dad at the custody contest
# Bill as we escaped shoplifting
# Myself as I was fearful of falling
# Maralyn -- at Margot's house over 4th of July
# Mo at NH
# Betty Spillman at Rensselaer when she came in her weakness 

There were other situations that Bridget sought to capitalize on. But they weren't betrayal at all. She was the culprit over and over.
* [[this is about the concept|https://makzan.substack.com/p/the-power-of-bi-directional-wiki]]
* [[how to |https://tomcritchlow.com/2020/04/20/tiddlyblink-glitch/]] how to
* I guess this is a starter tiddly [[stroll is the current incarnation|https://giffmex.org/stroll/stroll.html]]
* about the concept [[https://maggieappleton.com/bidirectionals]]
* an example [[https://github.com/aengusmcmillin/gatsby-theme-brain]]
* simple application of the concept [[https://aengusmcmillin.com/brain]]
* digital gardens [[https://maggieappleton.com/garden-history]]




Henry Louis Gates Jr narrates this with sensitivity and authority. The combination of spiritual, political and cultural in the black church is essential to grasp. If is not what many of us have been taught. 
Someone is waiting in both 101 and 317.


Jim Croom https://www.caringbridge.org/visit/jamescroom

Owen Hathaway: https://www.caringbridge.org/visit/owenhathaway
messages from video discussion re. [[EpiphanyCoupAttempt]] takeover

Nathan Autry
​Thank you for covering this

America - The Jesuit Review
​Yes!

Edith Bird
​I am glad to see this. Living in SE Missouri, the local diocesan newspaper has refused for months to print letters to the editor that criticize President Trump and his attempt to steal this election.

3am
​goodvibes

collingdale1
​if we bring character into this discussion, both candidates would be disqualified. an abortionist isn't a person of good character

Elizabeth Kuhn
​Thank you, Fr. Bryan, for continuing to be a model of prophetic witness for me.

apctravel
​The American clergy has not been in step with the last three popes who have often spoke about issues that our clergy sidestep. May this be a wake up call. Let’s hear it from the local parish pulpit.

America - The Jesuit Review
​Read Fr. Massingale's article here: https://www.americamagazine.org/polit...

Susan Gunn
​Thank you for encouraging us all to speak the truth in the presence of injustice, no matter if it offends.
Megan Wilson-Reitz
​Yes! The sin of racism is also corrosive to our Church and it has contributed to the Church's complicity with the worst excesses of the Trump administration.

apctravel
​Yes Susan no more fear. We must be honest as Fr. Bryan talks about.

Elizabeth Kuhn
​I think many Catholic Trump voters would see yesterday's attack as something "other" -- they are not those rioters -- back to all racism is just personal bias. Thoughts?

Follows an "X" patterns (after Greek letter "X"). a, b, c, d ... d', c', b', a'. 

The primordial prologue follows a "parallel" pattern: a, b, c, d, e, 



I connected this with the fact that we stopped going to bed together some time after Sean came. It makes sense that I would grieve the loss of that -- and all the other things that we always did and now don't. I washing dishes because that's what I do -- out of love. It's now a chore that usually she controls who does it.

The change of  night time habits was a part of the conflict of last week that we processed with TKaren.
I have assumed that this is going on. It has been reinforced to hear bits and pieces of Bill and Karla's journey. I have particularly wondered when that aging (at least) process would indicate I should stop teaching. 

I don't know. But MP has now made it a thing she considers behind my back.

<!-- copy below here -->
<$list filter='[!has[draft.of]tag[task]tag[done]sort[created]]'>
<$checkbox tag='done'> ~~<$link to={{!!title}}><$view field='created' format='date' template='DDth mmm 0hh:0mm'/> - <$view field='title'/></$link>~~</$checkbox><br>
</$list>
<!-- copy above here -->

<img src="./img/Todos_Logo.svg.png" width="25%" height="25%">

<!-- copy below here -->
Wiki Content
<div class="tc-table-of-contents">
<<toc-selective-expandable "Contents" "!title[$:/config/NewJournal/Tags]sort[modified]">>
<!-- <<toc-selective-expandable "Contents" "!title[$:/config/NewJournal/Tags]sort[title]">> -->
</div>
<!-- copy above here -->

field name : list-before
field value: $:/core/ui/SideBar/Open
<$list filter="[all[current]backlinks[]sort[title]]" emptyMessage="">
<$link to={{!!title}}><$view field="title"/>: </$link>
<$context length=80 term=<<storyTiddler>> />
<br>
</$list>
One thing seems to be unsafe at any speed -- conversation about [[Sean]].



The diocese of NC has a major component of it's mission project directed at this.

!! Needs to be available -- online, reproducible, Kindle
# BCP texts
# formal Liturgy of Hours
# text of Divine Hours
[[Possible Lenten texts]]

{{Possible Lenten texts}}
{{Examen1}}

* [[Give us this day|https://giveusthisday.org/Digital]]
* [[Northumbria|https://www.northumbriacommunity.org/offices/morning-prayer/]]
* [[Common Prayer|https://commonprayer.net/]]
* [[Book of Common Prayer|https://www.bcponline.org/]] and / or [[BCP|https://www.bookofcommonprayer.net/]] and / or [[BCP St. Vidicon|https://www.st-vidicon.net/bocp/]]
* [[ibreviary|http://www.ibreviary.com/m2/breviario.php?b=1&lang=en]] and / or [[Universalis|https://universalis.com/today.htm]]
---
* [[Frederick Buechner|https://www.frederickbuechner.com/quote-of-the-day/]]
* [[Northumbria meditation|https://www.northumbriacommunity.org/meditations/meditation-day-20/]]
* [[Zen quotes|https://www.goodreads.com/quotes/tag/zen?page=2]] and / or [[Zen quotes|https://wisdomquotes.com/zen-quotes/]] and / or [[Zen quotes|https://buddhaimonia.com/blog/101-zen-sayings-and-proverbs]]
* [[Jesuit prayers (including earth prayers)|https://www.xavier.edu/jesuitresource/online-resources/prayer-index/sustainability-prayers]]
* [[World prayers|http://www.worldhealingprayers.com/index.html]]
---
* [[Bible Gateway|https://www.biblegateway.com/]]
* [[Lectionary Page|http://www.lectionarypage.net/]]
* [[Netbible|https://bible.org/netbible/]]
* [[Library of Jewish texts (Sefaria)|https://www.sefaria.org/]]





[[Tasks]]

* How do I want my money among my children?
* Our joint money at this point just going to MP children, some of it to mine
* beneficiary on my IRA
* who contingent beneficiaries on the joint account (see above)
Donald Whitley
March 9 at 8:43 AM  ·

What I Should Have Said At Mom's Funeral, and Kind of Did. 

When I was very young, like 5 or 6, my brother and I were poking around this very church, and no one else was around. Back in those days , children were more 'free range' and maybe it was a week day, who knows? In any case, Randy challenged me to come into this very room, and he told me that "God lives in there."

  So I plucked up my courage , and my tiny little legs moved me into this awesome, empty space. 

  I stood and listened very carefully. In that silence, I had no thoughts and only a bit of curiosity and a whisper of fear, because I wasn't sure I was ready to meet the Lord God, King and Creator of the Universe! 

  There was silence, and as I listened to that silence, I could feel that silence was listening to me!  Opening, opening, opening, into deeper silence. It freaked me out a little bit! My tiny little legs moved me out of this awesome, empty space. 

  So today we've returned to Mom's home church and I'd like to talk a bit about her spirituality. Throughout her life , she and I were able to discuss all of these things and as we both aged, those conversations became more "Heavy, Deep, and Real." Especially in these last few years,  we talked very explicitly about death, God, Jesus, and the afterlife. I know that not everyone gets the chance to do that. 

  If it was the case that God is just a metaphor, and Jesus was an example  of morality, and that this material plane is all that exists, and that the soul was like a candle flame that went out went its fuel was exhausted, if that was the case, then Mom would have been comfortable with that. She had resolved all of the things she needed to resolve, her children knew she loved them and they her, and she had done her best she could with the challenges that life gave her. She knew that even if this was all there was, that the fact that the universe exploded in such a way, say 13.5 billion years ago so that stars, planets, people, her parents and she were created at a particular moment in history, this was incredible and miraculous. She didn't take it for granted at all. Everyday existence IS a miracle. That would've been enough.

  But Mom was a Christian, and she felt that the soul would move on after death and return to God. She was ready for that, too. We talked about how the soul illuminates the body, like the sun illuminates the stained glass window. The window wakes up one morning all glowing and says, "Hey I'm alive". Then the sun goes down and the window says, "Oh, I must be dying". But the light doesn't die. It returns to its source, and has never really been separate from its source. In prayer, worship, and in her private contemplation, Mom returned, inwardly, to that Supreme Nucleus of Light, the Source, the pure Love. The Christ. 

  She was very open minded,  and we'd discuss all of these deep questions about the meaning of life, the existence of God, other spiritual faiths, universal love, theogeny and theodicy, and whether we could actually conceive of God since God was, by definition, beyond our conception. Aquinas! Plotinus! Kierkegaard! Erasmus!

  She was ready to go. She had worn out her body after a lifetime of service and struggle. Her mind began to give out, too, and we'd laugh and cry together as she realized that she wasn't going to be able to rely on that either. She knew she had to let it all go. "You gotta let that go", she used to say. She called my brother once, "I'm just calling you to let you know I'm losing my mind". She thought that was pretty funny.

  She had a long, adventurous life, and a peaceful death. She loved so many people, as a kindergarten teacher and as mother and as a member of her spiritual community, the People of Praise. My sister took care of her for many, many years, and I know it wasn't easy. Mom could be cranky, but never cruel. Not every elder gets the chance to live their last years at home,  and I will always be thankful for Christine and her children, Aiden and Eilie, for watching over her. 

  So, now she has left her tired body behind. We would call it the husk, or the shell, when we'd talk about dying. She was very frail at the end, so she didn't have much to lose! I don't feel much of a sense of loss right now, rather mostly gratitude. I am so thankful that I was able to share this precious life with her, and though the has left the body and mind behind, I still feel her in here, in my heart.

--- 

I responded:

Dale C. Hathaway
Oh my goodness! This is the most awesome ... and what do I call it? ... it's testimony and a witness, it's a song of awe and wonder, it is a, well, a dance of grace. Thank you Donald. And thank you Carolyn.




Cf. Mass reading [[2co12[[]]]]

!! Drawing on Memories

When I traveled to Japan in my early thirties, I began an adventure unlike anything I had ever experienced. I had been invited to help set up a new Catechetical Center for the Kyoto Diocese and knew no one there, not even the Maryknoll sisters with whom I would be living. Everything was new and different, affecting me deeply and inviting me to place my trust in God’s abiding presence.

It was a significant challenge to live in a country in which Christians were a small minority. At the same time, I learned so much about the call to contemplation as I explored Zen Buddhist and Shinto practices. For the first time in my life, I was challenged to examine my Christian faith in more depth, experiencing both the “agony and ecstasy” Paul speaks of in today’s first reading. I recognized my own lack of faith and my defensiveness as I tried to share my beliefs. And yet, I remembered with delight that God was with me, leading the way. Drawing on these memories of God’s accompaniment throughout my life has brought me deep peace, especially during times when I am anxious or worried.

The worries and anxieties of this past year are unlike anything most of us have ever experienced. Hard as it can be to do, it is important to remember God’s abiding love, to reflect on God’s care for all the earth and heed the invitation of Jesus to trust: “. . . will not God much more provide for you, O you of little faith?”

Sr. Pat Parachini

//Patricia Parachini, SNJM, a pastoral theologian and spiritual director, writes about spirituality, liturgy, and pastoral care.//











* an enormous literature on the "early church" -- first 2-3 centuries.
* it has been inspiration for reform of the church from the Apostolic period, through the Reformation, up to present day America
* consensus that something changed in the transition of the 4^^th^^ - 5^^th^^ centuries. Call it Constantinian Church, establishment of Christianity, institutionalization of the Church in Rome,
* It is clear that in those early centuries the church was different.

* Music 
* Copy bulletin


<https://en.wikipedia.org/wiki/Elisabeth_Sch%C3%BCssler_Fiorenza>

I remember her lambasting a speaker about his attempt to push primacy of  Matthew. Compare her pioneering impact on biblical interpretation with Elaine Pagels. Both find profound information from silence and absence. 



cf. https://www.androidpolice.com/2021/02/13/stay-on-top-of-your-emails-with-these-five-android-clients/

# Edison email -- https://9to5mac.com/2021/01/14/edison-mail-widgets/ -- 
# Spark 


There are some photos that show up on //Facebook// under the name "Emma Mironichenko". Dmitri (Mitto)? 

* Materials Planner at Wabash National and doc controller at CorVel Corporation
* September 13 Birth date - 1989 Birth year
* Married since October 31, 2020

[[http://www.lectionarypage.net/YearB_RCL/Epiphany/BEpi2_RCL.html]]
You may well have seen the response of the Presiding Bishop. It's unlikely that you would have seen my bishop's letter. Both of these are really very sound and words to be heard by the church. Blessings to you in your difficult responsibilities.

[[+ Bob (Hawaii)|http://r20.rs6.net/tn.jsp?f=001z7IJMXYlb6AZ79NW5_KLyRo0ydXuJcXc-MfEXhsNCkf5uLA0-lSBe7_zGjjYtCMlerXlfarOK9mnwwXRB55APTrzJSpbJRTBjnq2KiBehdQkDBbda-zUpdYs7nNrvbIKfOi2f5yaz0HJEnt71WC0ZoI9A6gZtE0oO2cFFfsJu4d3JtUZQmVKeJZUnpqNA9NxF4JL5mDG4gdQ3NZhIk2gl1uodunZRA2zOa4-Oqrz8rY=&c=G8nERXnI_TrK2gUEorCoU-WdJeMgtXhUFtJwjDh665Va9CbAD_81Tg==&ch=zp6T5h-iCFjd6x24XpQM7uWxYJGaTPr4aYWyDAICXcOwd-h9m2zNgw==]]

[[Bp. Curry|http://r20.rs6.net/tn.jsp?f=001z7IJMXYlb6AZ79NW5_KLyRo0ydXuJcXc-MfEXhsNCkf5uLA0-lSBe7_zGjjYtCMl47c4mo62WipxL-Wq-5NeTNkZjAyzpot-6uCtda1MigeRjINNSelPpYRzNoDIF5mfDb_xyGHJbryD4ea7J0-PY0EK9UmLwtIeJkksBm96WI5grj5AkbssVUEN89jkVLY1ZePmQDrHJSUzrJIzGe5auh_xyC6Qk_3gMZ_7YQG3dShDhpBJPP7rNczYj7pkT4ZgxTSW5V4PbOp-KO3hppqt8g==&c=G8nERXnI_TrK2gUEorCoU-WdJeMgtXhUFtJwjDh665Va9CbAD_81Tg==&ch=zp6T5h-iCFjd6x24XpQM7uWxYJGaTPr4aYWyDAICXcOwd-h9m2zNgw==]]


Faithfully,
Dale

To see a World in a Grain of Sand
And a Heaven in a Wild Flower 
Hold Infinity in the palm of your hand 
And Eternity in an hour (Blake)
Needs new date from insurance people.
Esther Hillesum was the Dutch author of confessional letters and diaries which describe both her religious awakening and the persecutions of Jewish people in Amsterdam during the German occupation. In 1943 she was deported and killed in Auschwitz... Wikipedia
* I am grateful for:
* What surprised you this day?
* What did you learn this day?
* Daily affirmation: [[QuoteFeed]]
* How could I have made today better?
* What would make today great?
* Three (3( things that happened today
* What was my favourite moment this week?
* How did I practice self-care this week?
* One moment where someone helped me
* What's something positive from this week that I can bring into next week?
* Who or what am I grateful for this week?
* One moment where I helped someone:
* Who or what is keeping me motivated and inspired this week?
* What do I want to let go of before next week?
!! Indoor walking
* 3000 step|https://youtu.be/RgzdDZ_Tz5g
* 2000 step|https://youtu.be/6AR2RcN0lz8


---
created: 2021-06-20T05:47:18 (UTC -04:00)
tags: []
source: https://www.xavier.edu/jesuitresource/online-resources/prayer-index/fathers-day-prayers
author: 
---

# Father's Day Prayers

> ## Excerpt
> Prayers for Father's Day celebrating the influence of fathers and fatherhood.

---
## Fathers in Our Lives

We give our thanks, Creator God, for the fathers in our lives.  
  
Fatherhood does not come with a manual, and reality teaches us that some fathers excel while others fail.  
We ask for Your blessings for them all and forgiveness where it is needed.  
  
This Father's Day we remember the many sacrifices fathers make for their children and families, and the ways--both big and small--they lift children to achieve dreams thought beyond reach.  
  
So too, we remember all those who have helped fill the void when fathers pass early or are absent; grandfathers and uncles, brothers and cousins, teachers, pastors and coaches and the women of our families.  
  
For those who are fathers, we ask for wisdom and humility in the face of the task of parenting. Give them the strength to do well by their children and by You.  
In Your Holy name, O God, we pray.  
  
Amen.  
  
_\- Rev. Chuck Currie_
---
created: 2021-06-20T05:47:18 (UTC -04:00)
tags: []
source: https://www.xavier.edu/jesuitresource/online-resources/prayer-index/fathers-day-prayers
author: 
---

# Father's Day Prayers

> ## Excerpt
> Prayers for Father's Day celebrating the influence of fathers and fatherhood.

---
## Fathers in Our Lives

We give our thanks, Creator God, for the fathers in our lives.  
  
Fatherhood does not come with a manual, and reality teaches us that some fathers excel while others fail.  
We ask for Your blessings for them all and forgiveness where it is needed.  
  
This Father's Day we remember the many sacrifices fathers make for their children and families, and the ways--both big and small--they lift children to achieve dreams thought beyond reach.  
  
So too, we remember all those who have helped fill the void when fathers pass early or are absent; grandfathers and uncles, brothers and cousins, teachers, pastors and coaches and the women of our families.  
  
For those who are fathers, we ask for wisdom and humility in the face of the task of parenting. Give them the strength to do well by their children and by You.  
In Your Holy name, O God, we pray.  
  
Amen.  
  
_\- Rev. Chuck Currie_


---
created: 2021-09-25T00:29:24 (UTC -04:00)
tags: []
source: https://www.wildozark.com/a-poem-by-joanna-macy/
author: Madison Woods
---

# A Poem by Joanna Macy - Wild Ozark™

> ## Excerpt
> A poem by Joanna Macy. "We hear you, fellow creatures. We know we are wrecking the world and we are afraid..."

---
This is an untitled (newly titled!) poem by Joanna Macy, a [deep ecologist](https://www.thegreenfuse.org/johnstone.htm). I found this poem many years ago on a website long lost to memory, but I’ve linked to Joanna’s website in her name below. I stumbled across the poem again today as I was looking through some of my old files. It still speaks to me, and in so much more than a quiet whisper. I’m sharing it with you now, and I hope you love it, too.

> [![photo paired with a poem by joanna macy](https://i0.wp.com/www.wildozark.com/wp-content/uploads/2016/01/lichen-moss-and-fungi.jpg?resize=300%2C225&ssl=1)](https://i0.wp.com/www.wildozark.com/wp-content/uploads/2016/01/lichen-moss-and-fungi.jpg?ssl=1)
> 
> One of my photos from a trip to Germany in 2013.
> 
> ## **From the Council of All Beings**
> 
> We hear you, fellow creatures.  
> We know we are wrecking the world and we are afraid.
> 
> What we have unleashed has such momentum now,  
> we don’t know how to turn it around.
> 
> Don’t leave us alone, we need your help.
> 
> You need us too for your own survival.
> 
> Are there powers there you can share with us?
> 
> “I, lichen, work slowly, very slowly.  
> Time is my friend.  
> This is what I give you: patience for the long haul and perseverance.”
> 
> “It is a dark time. As deep-diving trout I offer you my fearlessness of the dark.”
> 
> “I, lion, give you my roar, the voice to speak out and be heard.”
> 
> “I am caterpillar. The leaves I eat taste bitter now. But dimly I sense a great change coming. What I offer you, humans, is my willingness to dissolve and transform. I do that without knowing what the end-result will be, so I share with you my courage too.”
> 
> **–Joanna Macy**

#### More about or by Joanna Macy

[Giving Voice to the Earth](https://www.earthlight.org/2002/essay46_macy.html)
Meeting with David Bowman

My 32K IRA has MP primary and 3 children contingent. Need to add at least Lydia. Divide % differently, emphasis Julian?

MP wants to make 300K account to her 2 kids.
Already a 300K account has them as contingent, me as primary.

RMD we're going to do RMB this year, 1 before tax season (depending on tax ) we want to keep in qualified account as long as possible.

David backdrop is "Dairy Barn" -- he says it's a good place to visit.

David expects a pretty-much stable year. Not booming the way the past year.

MP has an account Lincoln annuity? of ca. 200K that she could get a a guaranteed annual income of close to 9K. 2 ways to take $ out of an annuity. 1) ''annuitize'' & 2) withdrawals. David doesn't support "annuitize".

He and family appreciate "Hello Fresh" food service, meals to serve 4. 

He has repeated his desire that we would be able to start doing things we want to do -- travel etc. We're getting older and the opportunity is shrinking. (My stage of life stuff with Linda) [[LostInGrief]]

Presentations & documentation posted.

To do with FirstKey

!! 1
*joint account we don't have to do both
* 3 months of bank statements
* mar,/apr, may/jun (given twice?)
* then give go to trans summary page, june 16-jun 30
* when upload then she'll have whole month

!! 2
Letter from church take screenshot with email information upload that

if include my retirement SSI award page plus equivalent for Pension Fund -- I just told her don't include it
\define lingo-base() $:/language/ControlPanel/Basics/
Welcome to ~TiddlyWiki and the ~TiddlyWiki community

Before 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

!! Set up this ~TiddlyWiki

<div class="tc-control-panel">

|<$link to="$:/SiteTitle"><<lingo Title/Prompt>></$link> |<$edit-text tiddler="$:/SiteTitle" default="" tag="input"/> |
|<$link to="$:/SiteSubtitle"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler="$:/SiteSubtitle" default="" tag="input"/> |
|<$link to="$:/DefaultTiddlers"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag="textarea" tiddler="$:/DefaultTiddlers"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |
</div>

See the [[control panel|$:/ControlPanel]] for more options.


|!Date | !Event|
|July 7 |Letter of agreement received and signed|
|July 8 |Met with Yvette |
|July 9 |Met with Linda |
|July 10 |Met with Janet: things not boring |
|July 16 |Looked at houses in Monroe |
|July 17 |Clear that WU  had taken the course from me. End of WU relationship. Talk with Bill re. e.g. David's alienation from me |
|July 18 |Supply Our Saviour |
|July 19 |Vestry St. Paul's |
|July 20 |Photographs of the house: Talk with Greg  |
|July 21 | |
|July 22|Got estimate from movers. Scheduled for Aug. 4. Took possession of the rental: First offers on house |
|July 23|Deep cleaning|

* Guided meditation
* Guided solemn prayers
* Music to hold cross

Marked by calm. By silence. By rest.
<<<
Who can say? Humanly speaking, in fact, who can say for sure about anything? And yet there are some things I would be willing to bet maybe even my life on.

That life is grace, for instance—the givenness of it, the fathomlessness of it, the endless possibilities of its becoming transparent to something extraordinary beyond itself. That—as I picked up somewhere in Jung and whittled into the ash stick I use for tramping around through the woods sometimes—vocatus atque non vocatus Deus aderit, which I take to mean that in the long run, whether you call on him or don't call on him, God will be present with you. That if we really had our eyes open, we would see that all moments are key moments. That he who does not love remains in death. That Jesus is the Word made flesh who dwells among us full of grace and truth. On good days I might add a few more to the list. On bad days it's possible there might be a few less.
<<<

- Originally published in //Now and Then// F. Buechner

[img [https://physicsworld.com/wp-content/uploads/2019/09/Concave-river.jpg]]

[[images]]
[[link files]]

Impossible to really describe how offended I was by a post that Miriam made in Facebook yesterday. River had cut her hair and donated it to a Cancer society. It was dedicated to "Gramma Bridget" who had beat cancer "not once but twice." cf. [[ImportImage]]

{{impossible-to-say-how-offensive-gramma-bridget-is-Screenshot-2021-02-02.png}}

Graphic writing Graphic writing [[Graphiz |https://graphviz.org/about/]] as a way of visualizing info similar to [[Mermaid]]






!! Ash Wednesday



!! Maundy Thursday

* 1 goal is the preparation: gather bowl (plastic, fancy, plain: possible gift from congregation of plastic bowl) , pitcher (ditto re. bowl) , towel,  bread (muffin, biscuit, slide of bread; whatever you have), cup (water, wine, juice? whatever gives you a sense of nourishment)
* after the gospel reading, pour water over hands of another at table, feed and drink to one another. If you are alone, be mindful of one to whom you are or have been connected -- as you reverently wash your own hands, take some bread and wine.

There are some examples, from past years as well as contemporary, pandemic-sensitive ones.

e.g. [[aleteia|https://aleteia.org/2020/04/07/heres-how-to-celebrate-holy-thursday-at-home/]] and [[Jesuits|https://thejesuitpost.org/2020/04/a-guide-to-celebrating-the-easter-triduum-at-home/]]

Others:

an [["Anglican take|https://www.churchrez.org/holy-week-at-home/maundy-thursday/#forkids]]

My instinct is KISS.

!! Good Friday

* gift of congregation of small cross
* abbreviated liturgy
* guided prayer

[[Good Friday]]
[[WorkingWithTiddly]]

[[This site|https://nesslabs.com/tiddlywiki-static-website-generator]] explains in detail the process of using TW to create a static site -- n.b. I didn't do all the steps when I was using github to save my Tiddly for WU class site. I have just adlibbed my own site after learning that I can link my hosted page to other repositories. The last part was the important part.

The steps lead to a static site working like a Tiddly I think.
* https://dioceseofnewark.org/sites/default/files/resources/Examples%20of%20Housing%20Allowance%20Resolutions.docx example resollution
* https://www.cpg.org/active-clergy/learning/finance/taxes/clergy-housing-allowance/ general guide
* https://churchbenefits.org/wp-content/uploads/2020/09/CBB-Ministers-Housing-Allowance-Kit-2020-2.pdf which demonstrates the savings available

The following resolution was duly adopted by the vestry of St. Paul's at a regularly scheduled meeting held on July 19, 2021, a quorum being present:

Whereas, Section 107 of the Internal Revenue Code permits a minister of the gospel to exclude from gross income a church-designated allowance paid to him/her as part of his/her compensation to the extent used by him/her for actual expenses in owning or renting a home; and

Whereas, The Rev. Dale C. Hathaway is compensated by St. Paul’s exclusively for services as a minister of the gospel; and

Whereas, St. Paul's does not provide The Rev. Dale C. Hathaway with a rectory, therefore, it is hereby

Resolved, that the total compensation paid to The Rev. Dale C. Hathaway for the calendar year 2021, August through December, shall be $15,000 of which $5,000 is hereby designated to be a housing allowance; and it is further

Resolved that the designation of $1,000 per month as a housing allowance shall apply to calendar year 2022 and all future years unless otherwise provided.







Watching a movie with
[[how to | https://tiddlywiki.com/static/Images%2520in%2520WikiText.html]] for the variety of ways to go about this.
[img [./img/impossible-to-say-how-offensive-gramma-bridget-is-Screenshot-2021-02-02.png]]
[[link files]]

https://youtu.be/XA4RuKkOPRQ

//Kristijan//

3 years ago
You actually didn't paste the location at 4:54 but rather the entire image encoded in base64, just like the one embedded in the tiddlywiki code!

//UghIhateThisPlace//

4 years ago
If one plans to use a lot of pictures and such, it might be better to make a directory in the folder with the tiddly file named images, and then when you want a picture you can put


```
 [img [./images/PICTURE.PNG]]. 
```


This would let you edit pictures easier, and would keep the main file small.
iVBORw0KGgoAAAANSUhEUgAAAw4AAAN0CAIAAACSmei9AAABJ2lDQ1BTa2lhAAAokX2RsUoDQRCGP4ONoqBoIWJxnTZqTDQSSGMuMdgmColWl8vlCObicTnRh/ARLOwsfQQLG0tRsPIhxMLafy/IBSTOsjPfzM7uzs5CZgVJZgGCQRzVa2Wr2Tq1GBPHHYZMlin4fjca3jb/yZskMx1v6Mp+asaRLteRHfGyP+Jrw+0R3xiOjuu2+E684Y9xe4yv4jAWP5t8N4wMf4hLQf/STetmzhucNGSbmmvUuNDw6eOxTYNzejiiAjYV9qTL7LKjUZVf5VC+TZYiB+S1XiGXrBbkF5No1uSm/XReIb+vbpfSWKB6n1Zh8TaNrXtqywM89kIncpLQtPmkbhe+7mG+BUsvMHv228R0b/oXE95q/XmrxREDXLZEuaTmwg80nEju4VzwaQAAIABJREFUeAHsnQd8FEUXwGe2X83dpVcIKUAKJJTQmwJKFVFRwYJdsff+qdhQ7NgLig0binQRFQHpvSWQ0EN6vcu1rd9vdsNxXiqQkICzn1+Ym/Jm5r+b25c3b97AxKRk8F+68iZ+AaJ71zvjxFmp/vl5d+/x/3gyfXxT4s9TT37EqVYmYLPZHn/qWQBARUVFZUV5M3vT6fRR0dEAgDmff+p2uwNaud2uguPHAzLxR0wAE2iEwMw33gEAPPzAPQF1br/znoSExID8hirf/9CjUVHRAZUDBOKPrUSgd+8+k66eAgD4Ye43mzZtONVezrD5qXbXrupT7Wo0eDCYQF0CFRUVcz7/dMRFo6Kiom02W90KDeUUFBz//belu3ftbKgCzm9bAjabzWpt1g2trKyoqKho29Hi3isrK6xWW6/eWZX/vhc6TgcASEhIrIsoIDMyOiYqKrqgAP+VUhfV2cjR1KNJV0+ZdPWUyOjo339bWvfPyHrHodPpRlw0atDgoaetZtUr9hzKhP85q1LWnaDPtHrvUHOtShveT9z4Xr0ScCYmgAk0n8DzL73CqW/ZJpu43e7/Pflok9VwhVYlkJbe7fobbj7zLuZ8/in+A+bMMZ62hKjo6DvuvIfjdG63e/WqlWtWrWxEYdLpdAMHDx00eKhOp/N43B+8985/0x7/n1OVFNZ8IGsaCO0S+JzlbwpQgPKy7gQxdZbqSnMSNr4PvfbA5vgzJoAJnCKBtPRukVFokbTJq7DgOH65NknpLFSw2Ww9e/c5k462bNqADYRnArBF2vpbiQAABceP796982BeLhIOIVAUAECnxKS0tG6aGwMAYPWqlc23QrXIINuVkP+cqtSu6OPBYAKYACaACWACbULAZrMNHDw0Lb1bI+vglZUVu3ftXLNq5X9cwcWqUps8orhTTAATwAQwAUygXRCIio5OTesGAIiOjuF0Oo/bffx4PgBgz+6d/83ltrp3BatKdZngHEwAE8AEMAFMABPABGoJEJgEJoAJYAKYACaACWACmEBDBLCq1BAZnI8JYAKYACaACWACmADAqhJ+CDABTAATwAQwAUwAE2iQAFaVGkSDCzABTAATwAQwAUwAE8CqEn4GMAFMABPABDABTAATaJAAVpUaRIMLMAFMABPABDABTAATwKoSfgYwAUwAE8AEMAFMABNokABWlRpEgwswAUwAE8AEMAFMABPAqhJ+BjABTAATwAQwAUwAE2iQAFaVGkSDCzABTAATwAQwAUwAE8CqEn4GMAFMABPABDABTAATaJAAVpUaRIMLMAFMABPABDABTAATwKoSfgYwAUwAE8AEMAFMABNokABWlRpEgwswAUwAE8AEMAFMABOgWgpB3t17WkoUltMiBBJnpbaIHCwEE8AEMAFMABP4LxPAVqX/8t3Hc8cEMAFMABPABDCBJghQoaGhTVRpXnGeTmlexZaqdZa7a6lhw5YS1KSclrqzTXaEK2ACmAAmgAlgAucxARgVHXNOTe/fGtK/P7XriQTqSIGf2/Xg8eAwAUwAE8AEMIH/KgFKkqRzZO61apFyDqlHDZCFJ9Wkk6kG6uJsTAATwAQwAUwAE2hLAi3m1l3PJJRW02paT3I902jJLKQZQejH5dzX+1oSD5aFCWACmAAmgAmcGgHtxXpqbU6xdgurSoqi0DRNURShXqc4mCaq+xSkqKio/v37paakRkVF6vX6Jpq1dbHH4y0qLsrJztmwYUPegTwAai1J0M+41NZjxP1jApgAJoAJYALnKgFZvURRFAShNd6tMCIyqkXYaEoSTdME0Vq76hRF0el0UyZPHjZsaIuM+ewL2bhx03fff19cXKxal/Dq29m/A7hHTAATwAQwgfOWgCzLgnq1rMLUMqqSoigsyzIM07L4fWYkAICiKPHxHe+6867IyIiW7eUsS3O5XLPefXfHjp0B2lLL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

I don't know. Is this me? It **might be**.



[img [./img/violets.v01.jpg]]
<div class="tc-table-of-contents">

<<toc-selective-expandable "Journal" "sort[title]">>

</div>





cf. Emacs notes

1/11

Linda, 
Thank you sincerely for sharing with me the materials via email. Mostly "Epiphany discernment" related and the discussion about the Epiphany riot/coup/uprising. I was likewise impressed by the response of my diocesan bishop in Hawai'i -- the first positive thing about him I've said in quite some time.

It is the "Lost is a place" material that I am especially grateful for. I resonate with the Epiphany process, with the template for discernment that it communicates, with the "narrative" structure of the guide. I specifically asked you early on for help with Ignatian insights and this seems to be one such. Thank you. I have done a quick run through of the cycle for myself, recognizing past journeys I've taken, but trying to focus on the "lost is a place" place where I seem to be now. 

The loss I feel with re. my two lost daughters is the deepest grief as I look at them at this moment. The guide you have shared with me provided a glimmer or reflection, at least, of light and purpose and offering, to come. It is a journey. And as you have emphasized -- I am here.

Shalom,
Dale
https://github.community/t/how-to-upload-an-entire-folder/1056/17

I got a series of links here uploaded into the repository without corrupting the original tiddly file. per the above url I did the following:

# cloned the repository
# added the folder "diary"
# ran 'git gui' -- it didn't show a change to the index.html so the following commit and push worked quickly but didn't corrupt tiddlywiki



[[SpiritualDirection]]

The below is from [[Linda Serepca]] (Charlotte Spiritual Direction). I feel so grateful to her for finding the trajectory of spiritual narrative in my fractured hesitant life. The context is that I feel "lost to myself" as I said the last session. Some months ago I reported that I was struggling to know ''my place in the universe''.

[[https://youtu.be/adiJP61vieE]] "How to make spirit"

[[Epiphany cycle retreat|https://drive.google.com/file/d/1BYzm3srVibUkqoKeEiNw6XwzPLvm0_Xs/view?usp=sharing]]

[[Worksheet for above|https://drive.google.com/file/d/177B9U87BRI-1-B2Rr0-EPC0FFuZncT17/view?usp=sharing]]

[[Those who have far to go|https://drive.google.com/file/d/1knzuGRi0YvtV-lj55ev3lAkBqhMG7LeU/view?usp=sharing]]

-----

In her book, //Survivor//, Christina Crawford writes: “Lost is a place, too.”

That’s more than a clever sound-byte. It’s a deep truth that’s often lost in a world within which success, achievement, and good appearance define meaning and value.

What can that phrase teach us? That sometimes it’s good to be without success, without health, without achievements to bolster us, without good appearance, and even without meaning. Being down-and- out, alone, lost, struggling for meaning, and looking bad, is also a valid place to be.

One of the greatest spiritual writers of all time, John of the Cross, would agree with that. If he was your spiritual director and you explained to him that you were going through a dark, painful patch in life and asked him: “What’s wrong with me?” He would likely answer: [[RonaldRolheiser|https://ronrolheiser.com/lost-is-a-place-too-2/]]

------

At the Fall 2019 TEDxMileHigh event, I heard five words that I’ll never forget. 

As Paula Stone-Williams talked about gender equity and living authentically, she said, “lost is a place, too.” The professional in me furiously scribbled down these words as they simultaneously slapped me in the face. But the 23-year-old struggling college graduate living with her parents in me wanted to walk up on stage and hug Paula for speaking directly to my soul. [[https://www.tedxmilehigh.com/cut-yourself-slack-lost/]]

----

On this Sunday, Rev. Dr. Paula Stone Williams preaches. Paula Stone Williams is an internationally known speaker on gender equity, LGBTQ advocacy, and religious tolerance. She is also the Teaching Pastor at Left Hand Church in Longmont, Colorado and a Pastoral Counselor with RLT Pathways. Inc.

Paula has been featured in the New York Times, TEDWomen, TEDxMileHigh, TEDSummit, Red Table Talk, The Denver Post, The New York Post, and NPR. Paula's TED talks and interviews have had over 7 million views. [[https://www.middlechurch.org/worship-arts/sermons/Nov24-1145]]




[[SpiritualDirection]]

[[Lost is a place, too]]

Loss I might be grieving:

# Leaving Hawai'i
# Lydia
# Emma
# being 70 y/o
# standing in the church
# identity as a priest
# not involved in grandchildren
# loss of identity as a "parent"

After reading today [[2021 / 02 / 06 / 05:28:36 /]] it seems possibly another is:

# loss of luminosity in writing -- often expressed in preaching and teaching, pastoring, etc.

I was thrust out of the delivery room and I felt so minimized, my background with midwives, the stereotype of the male who can't deal with difficult things. Mostly, I supposed even then, I was treated as the ''policy'' dictated.



Blessed Among Us

Martin Niemoeller

Confessing Pastor (1892–1984)

Martin Niemoeller served as a highly decorated German U-boat commander in World War I. Though he became a Lutheran pastor, he continued to dream of national glory, and he initially supported the cause of National Socialism. Nevertheless, within months of Hitler’s rise to power he felt uneasy with the Nazis’ hateful extremism. He further rejected the “German Christian movement,” which identified the Gospel with Nazi ideology. When anti-Jewish legislation was applied to Christian pastors of “non-Aryan” extraction, he organized a petition of protest. This later became the seed of the so-called Confessing Church. Ultimately the question was: “Which God do we worship? Christ or Hitler?”

On July 1, 1937, Niemoeller was arrested and imprisoned, where he remained until the end of the war. As he learned of the extent of the Nazi crimes, he felt shame for not having spoken out earlier—especially on behalf of the Jews. Parting company with many Germans who refused to acknowledge any complicity with Hitler, he drafted a confession of guilt for the churches, which emphasized the Christian role in fostering a climate of anti-Semitism.

In later years, in light of the threat of nuclear war, Niemoeller realized that he could no longer justify any use of violence. As he described the key to his ethical principles, he simply asked, “What would Jesus do?” He died on March 6, 1984, at ninety-two.

“When the Nazis came for the Communists, I was silent, because I was not a Communist. . . . When they came for the Jews, I was silent. And when they came to get me, there was no one left to speak.”—Pastor Martin Niemoeller


# flowers
# barbecue
# [[poem-72]]
# good scotch
# ?

"""
2 3's and 3 2's
72
a number like no other -- unique
many similar none the same
just x=x
"""

you are unique

look at with the eyes of a child
as I imagined with my daughters in the lawn
each little creature
scurrying with purpose
and the poise of the only one in the universe who could carry out the task

wow what a list! at https://en.wikipedia.org/wiki/72_(number)





!! opening email
Michael,

With this email I am trying to make contact for the second time. There was apparently a technical glitch with my first attempt which failed to get to you. So, here again, is a brief introduction for you about who I am. I am an Episcopal priest, ordained in 1982. I have served parishes in Wisconsin, Indiana, Hawaii, and North Carolina. I have also taught Religion at the high school, college, and university level. I have been retired from church work and teaching since 2022.

So that is a list of jobs I've had. At a personal level, I have 7 grown children. That's a story in itself. I grew up in the west, Arizona and Colorado. Until I moved to Hawaii in 2001, I felt like the West was home. Although I no longer live in Hawaii, it feels like my true "home". Does that make me a little bit "homeless?" I don't know. I currently live in Florida.

Your name was given to me by my spiritual director, Linda Serepca. I gather that she has met you. She has been my spiritual director for over 5 years, and I have been in spiritual direction myself since 1990. I write to invite you to discern with me whether we might consider together entering into a spiritual direction relationship. I will look forward to hearing from you.


[[GrammaBridget]]

Yet another mystery is added to the larger one for me. It really seems as if where there is a narrative that causes a daughter to give back a gift from her father, there is a narrative that is somehow rotten -- "something's rotten in Denmark." Someone or someones have become committed to perpetuating the narrative. If I had some awareness of what could cause such hatred, I might be able to make sense out of the "two sides." But even the people who would be in a position to know something about what the issue is or was have refused to answer my inquiries. Seemingly to be accused of something but never told what it was seems particularly cruel. But that is the reality of the world that God has dealt me. It's in its own way eternally sad, but in the scheme of love that permeates our universe far beyond anything I can imagine, it is but a drop in the world's ocean.

In an odd turn of reality, words that once in my youth seemed so pointed and resonant now become something that I live.

"""
Can you enter the great acorn of light?
                  But the beauty is not the madness
Tho’ my errors and wrecks lie about me.
And I am not a demigod,
I cannot make it cohere.
If love be not in the house there is nothing.
The voice of famine unheard.
How came beauty against this blackness,
Twice beauty under the elms ---
                   To be saved by squirrels and bluejays?
(//Canto 116//, Ezra Pound)
"""

The author wrote the words near the end of his life. At one time I might have felt particular kinship with the "''errors and wrecks''", but today what seems more relevant is the ''acorn of light''. A younger person might have the luxury of being concerned with two sides. I don't anymore. At an earlier time in his life the author wrote, "What thou lovest well remains, the rest is dross." The truth of that line will have to be enough for me.

"""
What thou lov’st well shall not be reft from thee
What thou lov’st well is thy true heritage
Whose world, or mine or theirs
                                            or is it of none?
First came the seen, then thus the palpable
        Elysium, though it were in the halls of hell,
What thou lovest well is thy true heritage
What thou lov’st well shall not be reft from thee
 
The ant’s a centaur in his dragon world.
Pull down thy vanity, it is not man
Made courage, or made order, or made grace,
         Pull down thy vanity, I say pull down.

(//Canto 81//, written from an American prison cell)
"""


The feeling about the place is that it is barren, and stuck in the flat middle of not much.
* 30 medium boxes
* 40 small boxes
* 5 large boxes
* 7 rolls of tape
* 1 large roll of bubble wrap ($16)
* various wraps and liners, paper, etc.
{{$:/plugins/nico/projectify/ui/dashboard/Dashboard}}


Change in Leadership?

IF YOUR CHURCH is about to experience a change in leadership (clergy or lay), please help the incoming leaders by doing three things:

-   **Tell them** about the weekly leadership calls and share the login information [[Weekly link |http://r20.rs6.net/tn.jsp?f=001EIZNETPlr_tzzHrFOmlnHdyabK2EutgzMjgsiz8COfhv2vf0UmGE32sbPL2DwOCK2Q-qRClXA49l3NO994vlosk4-awCw6rjgYbEIDLLP_jAUCLNy4CdpTlZYRfMTnXSVb1cfC3OgsbzqfmPiqalO6W0mWVJq9tLyXJlZHB48R6P6gGZBc6l1A==&c=c6wQDTGUIP-dC2LU8b0SEv8pU-BgQLjoOA58lIEbKWjv5PxrJUf41Q==&ch=PNM5j4I9ImBVs2HJBPzUfOH3Jg-3qmfZBXLsddihuupkEM9CiOwuEA==]] ; call in by phone at 1-646-558-8656; Meeting ID: 515 271 142)
-   **Complete** an updated [[Church Officers Form |http://r20.rs6.net/tn.jsp?f=001EIZNETPlr_tzzHrFOmlnHdyabK2EutgzMjgsiz8COfhv2vf0UmGE3xaAG1zVl4uihltijdHbPYZCQOzaJQzqQ4s1pYarDG43QXimdRWr4yMF-7GQnOGxSpAISxFOdR7Jm27FTfW8u5v5k9vQBAEXFUpTULtsYCByMgk5qzw_b3xV8qP5BWBF8duACvOc1_qIjsdnwdU_GdoPnvSOy1jwTBb12Nd-qkRb&c=c6wQDTGUIP-dC2LU8b0SEv8pU-BgQLjoOA58lIEbKWjv5PxrJUf41Q==&ch=PNM5j4I9ImBVs2HJBPzUfOH3Jg-3qmfZBXLsddihuupkEM9CiOwuEA==]] and [return it to Diocesan House](mailto:erin.sweeney@episdionc.org).
-   **Encourage** the newcomer to contact [communications@episdionc.org](mailto:communications@episdionc.org) to be added to the weekly update distribution list.
edit too









[[A review |https://niklasblog.com/?p=25043]] with lots of pictures. It's not open source. But I guess a really good attitude behind developers.

[[A description on Reddit |https://www.reddit.com/r/SideProject/comments/fuegtl/obsidian_take_great_notes_in_markdown_and_let/]] that outlines what it is. I like this a lot right at the moment. A kind of Markdown version of [[WorkingWithTiddly]].

[[Another review |https://www.lesswrong.com/posts/7pXtkMhqkGJDwaW9z/obsidian-a-mind-mapping-markdown-editor]] the makers of ''[[Dynalist]]'' which is a ''Workflowy'' type app. Lots of people apparently use [[Workflowy]]


Last order 2018 took 1 week to deliver. $84 order.
[[Manual |https://www.orgroam.com/manual.html]] Nicely done.

[[A real-world workflow with |https://www.reddit.com/r/emacs/comments/ipd24k/anybody_willing_to_share_their_orgroam_workflow/]] applied to taking a university course. Could pretty naturally connect with [[teaching]] a course.

[[Good examination of how to critically use |https://org-roam.discourse.group/t/a-review-mechanism-for-notes/153]] org-roam -- but really any of these [[Roam-like Notes]].

[[Another nice workflow |https://www.alexkehayias.com/essays/zettelkasten-setup/]] which includes important use of [[git]].

[[Wow an amazing video/talk/transcript of using all this |https://emacsconf.org/2020/talks/17/#transcript]]

[[A good overview of setup with links to resources |https://ianjones.us/own-your-second-brain]]

[[This is also helpful |https://github.com/nobiot/Zero-to-Emacs-and-Org-roam]]


We're happy to present every word below, so you can learn them all by heart:

"""
Sing me a song of a lass that is gone,
Say, could that lass be I?
Merry of soul she sailed on a day
Over the sea to Skye.

Billow and breeze, islands and seas,
Mountains of rain and sun,
All that was good, all that was fair,
All that was me is gone.

Sing me a song of a lass that is gone,
Say, could that lass be I?
Merry of soul she sailed on a day
Over the sea to Skye
"""
Why did he not contact me? Bill says that Mo seems to not be in close contact with him. 
[[Tasks]]


I should explore how to make use of this ability to serve items from the "Public" folder. N.B. that it is not for use with things that I don't want to be publicly available.


What is the inner work needed at St. Paul's?

- many are saying, "We need healing." What does *healing* mean?
- video to share asking, "What is the origin of your spiritual life?" "From your childhood, what led you to this place?"
- Do weekly dinners and lunches, several parishioners, making possible the conversation, "What is important to you about St. Paul's, the church?"
- Doing things the way we always did doesn't seem viable.
- 2nd service justified? For Rite 1 and no music, is it justified? meeting a need of the body of Christ?
- am I accepted by the different factions in the congregation
- Sundays off? 5th Sunday? every other month?
- "blocks"? means what? Morning, afternoon, evening?

Negotiation


* <https://tiddlywiki.com/static/Timelines%2520by%2520Mohammad.html>
* <https://kookma.github.io/TW-PluginLibrary/> Listing of available from Mohammad above
* <https://tiddlywiki.com/static/%2522TiddlyWiki%2520Toolmap%2522%2520by%2520David%2520Gifford.html> This is a general list of the kinds of things to look for or think about
* <http://tw5.scholars.tiddlyspot.com/> appearance counts for something
* <https://www.lesswrong.com/posts/wiLaYDcshYr97R8Lr/tiddlywiki-for-organizing-notes-and-research> For general observations, along the lines of my use-case at the moment
* <http://publish.illinois.edu/commonsknowledge/tag/note-taking/> A history and overview
* <https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=LYMD5IT5QSi7z5XaLb9Dl8qd> This is a rich collection of education oriented tiddly tools. Cf. esp. the example of an ethics course delivered through tiddlywiki <https://xememex.com/ethicsatwes/#site%20introduction> cf. also this on the gospels <https://giffmex.org/gospels.bubbles.html#Gospels%20Bubbles>
* various tools for importing / exporting wikis <https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=csD0d_QwUy2kLZZynKPmydYf> include e.g. these for import / export of external programs <https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=lW-fbqaVFsptq1Qfv3r6gNRd>
* [Trees & TOC egs](https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=QWdEBqaQUwlcIQVkU4TWTauS)
* tiddly research (based on Roam (backlinks)) <https://kebifurai.github.io/TiddlyResearch/>


"""
There is no other number quite like it
Or as your math might put it
No other like it. Major stop.
Two threes and thee twos, 
Multiplied. It's a fine number.
The sum of six consecutive primes.
In fact some have argued that Douglas Adams
Got it wrong.  The answer to the ultimate question about life, 
The universe and everything is really 72.
The "rule of 72" -- 100 times the natural logarithm of 2 --
Is enormously useful for discerning the effects
Of small changes over time. 
Statistics. 
Economics. 

Or take that aging itself. Welcome 72.
Or take the Bible. That's important. 
The septuagint. 
70 Jewish scholars all produced the same text.
Or perhaps it was 72? 
6 times 12 is way better than 7 times 10.
And more Jewish too.
The Kabbalah has it that God has 72 names.
Jesus was dead for 72 hours (Jonah too).
"In the language of symbolism the number 72 
Is in fact the Face of God." [[ref |https://houseoftruth.education/en/teaching/mona-lisa/number-72-and-4-circles]]

So 72 becomes you my dear
In perhaps surprising ways.
When I look at you I see with eyes like Lydia had,
Age 2 or 3, as we crouched on the grass out front,
Watching the "creatures" about their  -- their what?
Were they busy just because they were tiny?
Do they have chores like a child has chores?
Or just about the business of being a child of God?
She looked with eyes of wonder at 
Creatures embodying God's wonder.
Imagine that. You're just a little embodiment of God's delight.

So if you are 72 or 2
The beauty of your days reveals
What so far enfolds you in his or her purpose
That no words suffice to say "What love!"
But perhaps a number will do.
72.
"""

!! Possible texts include:
* //Paradoxology: Why Christianity Was Never Meant To Be Simple// Krish Kandiah (IVP) $17.00  Okay, I have to say I haven’t looked at this much, but it is new and I’m so intrigued by it.  People I respect – Scot McKnight, Jo Saxton, Eugene Cho —  all endorse it with gusto.  He starts with a wordy little joke in the first paragraph and says that if you get that paradox, there’s hope you’ll enjoy this book.  Yep, there are a lot of paradoxes in the Bible and in Christian faith and this isn’t a book trying to “answer” them or explain them away.  He invites us to live into the mystery, to embrace the seeming contradictions, to have a faith that is paradoxical.  Every chapter is on a different part of the Bible or character, with titles like “The Abraham Paradox: The God Who Needs Nothing But Asks for Everything” or “The Job Paradox: The God Who Is Actively Inactive” or, from Esther, “The God Who Speaks Silently” or, from – hold on – one he calls “The Judas Paradox:The God Who Determines Our Free Will.”  The ones about Jesus are not unfamiliar (being “Divinely Human”) and the one about the cross, while common place, I bet will be fabulous in Kandiah’s hands: “The God Who Wins as He Loses.”  There’s more, but you get the drift. If this is your cup of tea, give us a call asap.  I think you’ll want to read this in this upside down season.
* //Habakkuk Before Breakfast: Liturgy, Lament, Hope// Brian J. Walsh and the Wine Before Breakfast Community (Books Before Breakfast) $14.00  Again, this was a favorite last year, one I was honored to offer an endorsing blurb on (next to Karen Pascal, the Director of the Henri Nouwen Society and Tom Wright, Walsh’s old friend, who says  that “//Habakkuk Before Breakfast// is like no other book on the prophet.”

Wright continues,

That’s because it is, itself, prophecy, — and poetry, and preaching, and prayer, and liturgy, and lament, and a dozen other things melded together into a powerful, and powerfully disturbing, whole. A book to shake us up and make us realize that God’s loving justice is the only firm ground on which anyone – or any society – can ever stand.

I love that quote because this book is, truly, unlike nearly any other Bible study you’ve ever read. It narrates their “Wine Before Breakfast” communion services held at the University of Toronto, and the songs and prayers they used as they allowed the Biblical text to shape them, breaking their hearts open to a world not of their own making, but one construed and held as the troubling gift of a good creator and faithful redeemer. I’m telling you, this is a book to help you see worship in new ways, to see the Bible in new ways, to see life in new ways.  Lent is a perfect time to join this band of Christ-followers as they worship around the table in the dark times of early morning winter Toronto.

* //Executing Grace: How the Death Penalty Killed Jesus and Why It’s Killing Us//  Shane Claiborne (HarperOne) $17.99  Not long ago I had a long conversation with a gentleman who had been in solitary confinement for years. Beth and I had participated earlier this year in a conference organizing faith-motivated folks to think and act justly about this whole topic of mass incarceration, prison reform, solitary confinement — which is a much worse topic than you may know, unbelievably bad and in urgent need of reform — and, of course, the topic that we sometimes call “capital punishment.”  Agree or not with Shane’s gospel-centered, grace-filled, Christ-like view (there are Biblical texts he avoids and arguments he doesn’t adequately grapple with) I think reading about those who are incarcerated and on Death Row is a necessary component of our own calling as Christians, mandated, as we are, at least, to “visit the prisoner.” Most of us don’t do that, so at least we can be advocates, prayer partners, citizens working for better policies for our imprisoned fellows. I think this is a very good book to enter into this conversation.  There are important endorsements here from the likes of Philip Yancey and John Perkins (and Bob Goff who says “you’ll finish the last page and not just know more, but you’ll want to do more.”) Desmond Tutu raves, and Bryan Stevenson (author of the must-read Just Mercy) says “Compelling and thoughtful… a must-read for people of faith, essential for anyone serious about grace and mercy.” Well.  Maybe this season you will be drawn to this kind of topic.  I know it is a lot to ask, but we’d invite you to consider ordering this from us today.

* //The Jesus Way: A Conversation on the Ways That Jesus is the Way// Eugene Peterson (Eerdmans) $17.00  I suppose you know all five of these remarkable, mostly big, somewhat dense books that Peterson saw as his most important contribution. It is called “spiritual theology” that is more than only spirituality, more than systematic theology, more than Bible study, but a rich and rewarding combination, by a scholar/pastor.  I agree with Scot McKnight who said once that “no one simply reads, or worse, skims Peterson. One ponders Peterson, as Peterson ponders the Bible.”  Yes, and more. I’ve been working on these five volumes, on and off, for years, and I cannot tell you how important they are.  This third one in the series – following //Christ Plays in Ten Thousand Places// and //Eat This Book// and //Tell It Slant// offers profound insight into how others in the Bible anticipated His coming and shows how the ways of those who came before Christ – specifically Abraham, Moses, David, Elijah, and Isaiah — “revealed and prepared the ‘way of the Lord’ that became incarnate and complete in Jesus.”

As it says on the back:

Peterson calls into question common “ways” followed by the contemporary American church, showing in stark relief how what we have chosen to focus on — consumerism, celebrity, charisma, and so forth –obliterate what is unique in the Jesus way.
* //The Sense of the Call: A Sabbath Way of Life for Those Who Serve God, the Church, and the World// Marva Dawn (Eerdmans) $18.00  One of the great books of our time, and one that we continue to carry with us whenever we sell books off site, if it is remotely appropriate, is Marva Dawn’s //Keeping the Sabbath Wholly//. (It is a book that would be wonderful to read during this time of the church season, by the way, learning to build some rest and discipline into your schedule.)  In that remarkable and influential volume she delightfully unpacks four aspects of Sabbath keeping: resting, ceasing,  feasting, and embracing.  That’s a lot, but not too much, and it clarified a lot for many of us about the restorative, beautiful gift of Sabbath time.  Of course, it isn’t easy to enter in to that sort of counter-cultural practice, and it is even harder for those who are in leadership within the local church where much work is done on Sunday.  Anyway, in this book (for church leaders, yes, but, truly, for anyone and everyone) Marva spells out how those four movements of the Sabbath day’s rest can actually be woven into daily living the other six days of the week.  In this powerful work she revisits those same four life-giving aspects from her Sabbath book, turning them into a “Sabbath way of life” and shows how we all can be formed in these helpful way, through these historic disciplines and practices, dispositions and attitudes.  It is a remarkable, rich, rewarding, good read , just over 300 pages. As Eugene Peterson says, “there is not a trivial or superfluous word in this book.”

Mark Buchanan (whose own book //The Rest of God// is pretty darn nice, too) calls Marva Dawn “a holy oddity” as she,


<<<
…juggles the prophetic with the pragmatic, stern warning with giddy invitation, a scholar’s exactitude with a child’s whimsy. She embodies both human brokenness and divine transformation…
<<<

* //Love Let Go: Radical Generosity for the Real World// Laura Sumner Truax & Amalya Campbell (Eerdmans) $21.99  A few years ago I was blown away by the raw and revealing memoir by Laura Truax called Undone: When Coming Apart Puts You Back Together. She is the passionate pastor of the storied faith community in urban Chicago called LaSalle Street Church and in this new book she and a congregation member who taught stewardship classes there (and herself has an MBA from Harvard Business School), tell of something amazing that transpired in that place.  A smaller version of this has been used as sermon illustrations and youth talks for years, but this is the real thing: a major donor gave the church a ton of money.  They concluded they didn’t want it – itself a story worth writing a book about! – but they decided to give each member $500 and instructed them to go out and do good in the world. This is, on the surface, the stories of what happened as radical generosity became even more of a way of life for this congregation.  This is more than fun tales of giving and sharing and helping, it is what //Publisher’s Weekly// has called “a well-wrought book, of interest to anyone interested in community building or philanthropy.”  It is what McLaren calls “a powerful alternative message (to greed)” and “the transformative power of generosity.”   This is a counter-cultural story that needs to be known, but it is also a rich study of the psychology of giving, the nature of living abundant lives within a culture that promotes scarcity, and the plausibility of being Christ-like in a world like ours.  One of the best books of the year, I’m sure.
* //Silence and Beauty: Hidden Faith Born of Suffering// Makoto Fujimura (IVP) $26.00  Well, if you haven’t gotten this yet, might I suggest you do so now? I am not always this “pushy” but I am confident that this marvelous reflection on the relationship of art and creativity and beauty and suffering  — and what all that tells us about God and the hope of redemption in the sufferings of Jesus — is a perfect book to take up as we move towards Good Friday.  You know we respect Mr. Fujimura (what a thrill it was to have me introduced at Grove City College last week and having it said that the next speaker in their series of which I was a part, was painter and essayist Makoto Fujimura!) This is not only a survey of good thinking about faith and art and suffering but it is, quite specifically, a conversation with Japanese novelist Shusaku Endo and his stunning story //Silence//.  And, also, tangentially, about Mako’s friend Martin Scorcese and his making of a film based on this 1960s novel.  The novel (about the persecution of Christian missionaries in Seventeenth Century Japan) was influential in Mako’s own journey to Christ and his Christian witness today in the world of the arts and letters is somewhat indebted to Endo’s novel. It all comes full circle in //Silence and Beauty// — Mako, Endo, Japan, art, film, pain and redemption, goodness and life, the gospel and cultural renewal, faith and mystery.  What a book! Very highly recommended!
* //The Givenness of Things: Essays// Marilynne Robinson (Picador) $16.00  This paperback is worth every dime – loaded, as it is, with ponderings deep and delicious, thoughtful and interesting, glorious, even.  Granted, she is writing deeply, as a literary essayist here — you may only know her Pulitzer-Prize winning novels such as Gildead, Homecoming, or Lila — but if you are a serious thinker or wanting to be aware of the major public intellectuals of our day, you could hardly do better than to spend time with these remarkable, heady essays.  Her intellectual prowess is well-respected (//The Christian Science Monitor// mentioned her “formidable intellect” and //The New Republic// said her handiwork is “capacious and serious, but also mysterious and wondrous.”) //The Givenness of Things// was named as Time’s top ten nonfiction books when it came out in hardcover and now, in this nice paperback, there is added a two-part interview between her and then-President Barack Obama that first appeared in the //New York Review of Books//. //The New York Times Book Review//, by the way, said her “heroic lamentation is magnificent… timely and important.”  That she is a John Calvin scholar, too, makes her just a fascinating, tremendously interesting figure. Until her next novel comes, read this.
* //Restoring Broken Things// Steven Curtis Chapman & Scotty Smith  (Thomas Nelson) $14.99  Maybe you’ve heard that there is a brand new memoir by CCM singer Steven Curtis Chapman (//Between Heaven and the Real World: My Story//) or maybe you’ve read some of pastor Scotty Smith’s powerful, serious books of prayers.  They are both men who have suffered, men who are attentive to the fallen nature of our hurting world, and who are firm in the hope that the gospel is, in fact, a restoration of creation.  This old book (which I featured at Jubilee this year on Saturday morning as we studied the fall, injustice, and brokenness) tells the big gospel story — creation/fall/redemption — and invites us to see “what happens when we catch a vision of the new world Jesus is creating.”   This is good, accessible, Biblical theology, offering varying ways to tell the story of the gospel, to help us see our own role in the fresh start of new creation that God is bringing to bear in our lives and in all of creation.  Dan Allender wrote a lovely, passionate forward. This is a great book to read anytime, and certainly a good one for now, here in the midst of the Lenten season when we ponder broken things, and yearn for authenticity about that, and yet hope for greater comfort and healing and restoration.  I’m a big fan of this book and commend it to you.
* //The Yoke of Jesus: A School for the Soul in Solitude// Addison Hodges Hart (Eerdmans) $14.00  This compact sized paperback is so beautifully written, so warm, so insightful, that I wanted to list it here.  He is a Catholic priest and college chaplain – his books are oddly winsome even as they tackle some tough stuff.  (See, for instance, his book //Knowing Darkness: On Skepticism, Melancholy, Friendship and God//.) This gracious volume invites us to silence and solitude, to care about our souls by attending to ordinary practices, bringing together dogma and belief (on one hand) but linking it to true knowledge of God and earnest love for God.  What is the role of stillness in Christian discipleship, and how have the ancient writers (and the Bible itself) taught us about deeper prayer through nurturing habits of solitude? Hart’s most recent two books, by the way, also small ones, are on Buddhism (for Christians) and a lovely study of the gospel of John, called //The Woman, the Hour, and the Garden//.
* //The Prophets// Abraham Joshua Heschel (Harper Perennial) $19.99  You may have been meaning to read this large, serious work for years, now, or maybe you’ve only recently heard of this passionate mid-twentieth century Rabbi/scholar/activist.  (You will see his white hair and beard in many old pictures of Dr. King and the civil rights marches.) First published in 1962 The Prophets has been considered a classic ever since, plumbing as it does, the pathos of the Hebrew prophets. Perhaps now is a time to start it. For a less daunting, but equally rich, very rewarding read, consider Rabbi Heschel’s wonderful and important work The Sabbath (Farrar Straus Giroux; $14.00.)  It was released, I think, in 1951 and remains a standard in any discussion of Jewish spirituality.  I think I first learned of it, or was challenged to read it, by Marva Dawn or maybe Eugene Peterson, who often recommends it.  You really should have both of these…
* //The Seven Deadly Virtues: Temptations in Our Pursuit of Goodness// Todd E. Outcalt (IVP) $16.00  There have been a small spate of books along these lines – we like The Danger of Doing Good by Peter Greer and the very useful and wise Doing Good Without Giving Up: Sustaining Social Action in a World That’s Hard to Change by Ben Lowe — but this one is more literary, more deeply theological, wonderfully written, drawing on thoughtful sources from the Ante-Nicene Fathers to Kierkegaard to Pope John Paul.  The author is a United Methodist pastor and popular author.  This looks tremendous and feels like a good book to read during Lent, even though it isn’t exactly a Lenten book.  Check it out and you may be surprised how insightful it may be for you.
* //The Desire- Satisfying the Heart// 'The Desire: Satisfying the Heart James M. Houston (Victor) $16.99  The remarkably profound scholar and teacher and spiritual leader, James Houston, who founded Regent College in British Columbia, is known for his mastery of medieval and other spiritual writers and remains a like-minded colleague with authors such as ''J.I. Packer, Marva Dawn, Eugene Peterson''.  A small evangelical publisher rather oddly published three magisterial books of his years ago and they went out of print. This was one of those and we have a few that we’ve been holding for ages.  Given the popularity of thinking about desire (see books just as David Naugle’s excellent Reordered Loves Reordered Lives, Jen Pollock Michel’s splendid Teach Us to Want, and of course Jamie Smith’s must-read You Are What You Love ) we wanted to highlight this now, and make our few available, while our supplies last.  The Desire explores the very nature of the human heart and how longings for the eternal play out in our daily lives, even as we discern false desires (which can become addictions and dysfunctions.) A remarkable book, especially in this season where we seek, as this book offers, “a more substantial and satisfying life.”  By the way, we have a few others in this magnificent, mature series. Let us know if you are interested.
* //Learning to Walk in the Dark// ''Barbara Brown Taylor ''(HarperOne) $14.99  It is rare to find someone who doesn’t appreciate Barbara Brown Taylor’s rich prose, her wonderful use of words, her charming tone, even in serious sermons.  One of my own all-time favorite books is her brief memoir of coming to Christian faith and discerning a call to the ministry called The Preaching Life (which concludes with some sample sermons, themselves always worth reading. Let us know if you want to make our day by ordering one from us.) But this, her most recent book, is a study of darkness in our lives, literal and metaphorical, explored in the entertaining form of story and memoir, how she came to embrace doubt and darkness, which, in her estimation, isn’t at all a bad thing. From sitting in an utterly dark cave to camping out in the deepest night to attending to some perplexities and pain in her own life, she invites us all to explore this side of life, literally darkness and the “dark night of the soul.”.  I loved this book and its quiet blend of charm and provocation and commend it to you during these weeks of Lent.

  * Bread and Wine: Readings for Lent and Easter http://amzn.to/2mkeEpB: //This, dear friends, is the only Lent devotional on the list that I’ve actually read. It is a companion book to //Watch for the Light: Readings for Advent and Christmas http://amzn.to/2mlsXu0, *which I know many of you love (I do too), and this one is just as lovely. I love the mix of voices in these books — from saints (like Aquinas), poets (like Hopkins), and some of my favorite spiritual guides (Nouwen, Norris, L’Engle). If you’re looking for a breadth of voices this is a great way to go.

* Preparing for Easter: Fifty Devotional Readings from C.S. Lewis http://amzn.to/2mzYjsZ: I have not, to be honest, read that much of C.S. Lewis’ work. (Not sure I got through Christian college or my evangelical youth without reading every Narnia book. Whoops.) But I just finished reading a spiritual biography of Lewis, and now I have to go back and read all of his stuff. (Did you know that //Screwtape Letters// was originally published as a newspaper column, and //Mere Christianity// came from a series of radio broadcasts he did? He was basically a Christian blogger before it was a thing.)

From the publisher: “Carefully curated, each selection in //Preparing for Easter// draws on a major theme in Lewis’s writings on the Christian life, as well as others that consider why we can have confident faith in what happened on the cross.”

* //Wondrous Encounters: Scripture for Lent//, Richard Rohr |http://amzn.to/2lZC1E7: From the Publisher: “Father Rohr begins each meditation with a single title or phrase that sums up the point. Then he offers the meditation followed by key passages from the readings. He ends each meditation with a Starter Prayer that invites you to self-disclosure and to enter the wondrous divine dialogue with clarity, insight—and holy desire!”

* //A Way Other Than Our Own//, Walter Brueggemann | http://amzn.to/2l0C82J: Walter Brueggemann is an Old Testament scholar and a leading Christian voice when it comes to engaging injustice and the church’s responsibility to provide an alternative narrative to that of Empire. I’ve been meaning to read more of his work, and the political climate here in the U.S. has given me the push I needed. This is on my list for this Lenten season.

* //The Ignatian Journey: Experiencing the Spiritual Exercises of Saint Ignatius in Daily Life//, Kevin O’Brien, SJ: | http://amzn.to/2l2AwFL I recently got this book to work through with some friends. While not strictly for Lent, this book guides you through the Saint Ignatius’ Spiritual Exercises, which include praying through the life of Christ and contemplating the Passion and Resurrection. What I love about this book is the way that it gently guides you to interact with God in prayer, providing a structure with lots of space to reflect and contemplate. I’m looking forward to delving more deeply into these Exercises.

* //Lent for Everyone//, //Matthew Year A//, N.T. Wright | http://amzn.to/2muUtC0: N.T. Wright is a popular biblical scholar whose work has helped me in my own faith reimagining. In this book he “provides his own Scripture translation, brief reflection, and a prayer for each day of the season, helping readers ponder how the text is relevant to their own lives.”

(I’m still new to this liturgical business. If you are too and are wondering what this //Matthew Year A //business is about, it’s because there are apparently different readings for different years. This year — Year A — you’d get the book in which Wright takes you through Matthew. (He also has ones for the other years that take you through 

http://amzn.to/2mv0w9V //Lent for Everyone: Mark// and 

http://amzn.to/2m1HU3L  //Lent for Everyone//: Luke.)

* //Lent and Easter Wisdom from Henri J. Nouwen | http://amzn.to/2ldRcFo: //I just love Henri Nouwen. He always brings it back to our Belovedness in Christ. His would be a great and gentle voice for anyone who, like me, has complicated feelings about Lent.

* //Between Midnight and Dawn: A Literary Guide to Prayer for Lent, Holy Week, and Eastertide//, Sarah Arthur | http://amzn.to/2ldK1gA: For my literature lovers out there, of which I am one. I’m totally getting this one. From the publisher, “New voices such as Chimamanda Ngozi Adichie and Benjamín Alire Sáenz join well-loved classics by Dostoevsky, Rossetti, and Eliot. Light in the darkness, illuminating the soul. //Between Midnight and Dawn: A Literary Guide to Prayer for Lent, Holy Week, and Eastertide //will use imagination to draw you deeper into God’s presence. Read it through, then use it as a resource for years to come.”

* //Simplifying the Soul: Lenten Practices to Renew Your Spirit, //Paula Huston  [[http://amzn.to/2mBO2fL]]: And I’ll probably get this one too! Not only is Huston a Benedictine oblate (I’ve been hooked on Benedict since Micha Boyett/Mama:Monk http://michaboyett.com/ introduced me to him years ago), but she’s also an honored literary writer featured in //Best American Short Stories //and //Best Spiritual Writing //anthologies. (She mentors MFA students in creative nonfiction for Seattle Pacific University, so clearly she’s fantastic.)

From the description, this book seems to combine the contemplative with the practical: “With honesty, vulnerability, and grace, Huston challenges readers to move outward and act, showing them how everyday actions like cleaning out a junk drawer, giving away something no longer used, or spending fifteen minutes in silence can be surprisingly powerful ways of experiencing a more meaningful Lent and a simpler life.” So if you’re looking for something that propels you to more directed action, this book might be for you!




Send announcement, print sheet to take notes
Discussion, Meeting room, Discussion thread for Module 2

For Module 3 - 317
e.g. 8 here: https://www.makeuseof.com/tag/top-8-rss-feeds-motivational-quotes-day/

* quote of the day: https://www.brainyquote.com/quote_of_the_day and  http://www.quotationspage.com/qotd.html  
* motivational http://www.quotationspage.com/mqotd.html and https://www.brainyquote.com/topics/motivational-quotes
* https://www.brainyquote.com/feeds/todays_quote provides a javascript

 
```
<script type="text/javascript" src="https://www.brainyquote.com/link/quotebr.js"></script>
<small><i><a href="/quote_of_the_day" target="_blank" rel="nofollow">more Quotes</a></i></small>
```
Isabel Wilkerson wrote //The Origins of our discontents//. In it she argues that historically 3 societies have implemented a full blown caste system: India, US slavery, and Nazi Germany. Probably over-stated, but she at least argues for a "family resemblance" ala Wittgenstein.

[[Interview with |https://www.washingtonpost.com/entertainment/books/isabel-wilkerson-knows-that-effective-discussions-about-race-require-new-language-thats-where-caste-comes-in/2020/08/07/7a5b4f06-d81a-11ea-930e-d88518c57dcc_story.html]]

[[link to review |https://www.washingtonpost.com/entertainment/books/best-sellers-books-usatoday/2020/12/24/9f2794ac-4610-11eb-ac2a-3ac0f2b8ceeb_story.html]]
The goal, then, since I acknowledge my regret, is to cure myself of it. Or seek the grace of cure. Or healing. In order not to die a bitter empty man.
* July 15 Interim clergy with diocese
* Aug 19 next interim clergy with diocese
* Tuesdays @ 8:30 am update meeting re. Covid

[[NC-diocese info]]

Catherine's cell My cell is the best place to reach me;  919-604-0990.

----

Topic: Interims meeting 

Time: Jul 15, 2021 10:00 AM Eastern Time (US and Canada)

Join Zoom Meeting

https://us06web.zoom.us/j/86005959626

I ask myself how much time should I expect is spent on the class. [[This Rice University guide|https://cte.rice.edu/blogarchive/2016/07/11/workload]]  argues that the standard 2 hours outside of class for every credit hour is a reasonable expectation.



Eucharistic theology

* first re. 2-kinds was hospital communion
* Elijah cup
* AA wedding at St. James re. wine
* Eucharist at Kailua: poi and coconut milk
* communion at CPE
* these are not normal times -- for the time
* to do it for now, but in hope and expectation
* not doing it because of policy, but in an attempt to be faithful
* contagion from AIDS? if caught from cup then the clergy would have been decimated
* [[https://jagtalon.com/2020/05/28/customizing-tiddlywiki/]] an example of using Stroll and other things
* an good implementation of double-links [[https://lesser.occult.institute/an-opinionated-approach-to-tiddlywiki]]

There is an org-mode version of this ([[org-roam]]) cf. at [[https://github.com/org-roam/org-roam]]

Looking at how Zettlr implements it and how Zettelkasten works, a good philosophical overview [[here|https://zettelkasten.de/]]

[[Zettlr]]

Here's a link to another Roam-like app: [[Obsidian |https://medium.com/swlh/take-better-notes-with-this-free-note-taking-app-that-wants-to-be-your-second-brain-1a97909a677b]] 

Get [[Obsidian]] at https://obsidian.md/


[[Scott Jansen]] I thought of him tonight. Watching //Outlander//. Dougal announced to Claire that they were leaving in the morning at "new light." I think of Roy:

* early morning leaving
* Before ski areas he skied Loveland pass, with a group who had a designated driver. They'd drive to the top of the pass, everyone else skiing down a path, and the driver driving down to pick them up
* My father may have caused/contributed to his death through his affair with Eunice.
* my children don't have a clue about all this that I carry with me.

https://www.apartmenttherapy.com/grandmothers-house-rules-magnet-36927015

[Organize & Clean](https://www.apartmenttherapy.com/organizing-cleaning){"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":\[{"@type":"ListItem","position":1,"name":"Organize &amp; Clean","item":"https://www.apartmenttherapy.com/organizing-cleaning"}\]}

[cleaning](https://www.apartmenttherapy.com/collection/cleaning)

[Mindful Living](https://www.apartmenttherapy.com/collection/mindful-living)

# My Grandma’s 30-Year-Old “House Rules” Taught Me How to Keep a Clean Home

[by Annita Katee](https://www.apartmenttherapy.com/authors/annita-katee)

published Yesterday
-   If you open it — close it 
-   If you turn it on — turn it off 
-   If you unlock it — lock it 
-   If you break it — mend it 
-   If you borrow it — return it 
-   If you use it — take care of it 
-   If you make a mess — clean it up 
-   If you move it — put it back 
-   If it doesn’t concern you — leave the bloody thing alone!




____






What have I actually done? That's Musk's point.

# Moved to Hawai'i
# Went to Graduate School
# Taught college
# Went to Europe alone
# Learned basics of programming with Geoworks & C64. Later bash script. PHP for St. Mary hymns. Leo literate programming. 
# various sewing projects: gather tools, plan, execute



# Getting feedback -- conversation
# Reflection on mission of the church
# Rather than think in terms of "going back to the way it was" I invite rather
# What do we need to do to further the mission of the Episcopal Church in Monroe?
# Why is there an Episcopal Church in Monroe? My sense is that it is quite distinctive -- even if perceived as marginalized.

!! Possible reasons for another service
# no music
# free up time on Sunday / Weekend
# People respond to a more quiet, meditative liturgy

!! Possible approaches

* midweek healing service
* midweek evening contemplative style eucharist
* Saturday evening or Sunday evening Taizé styled liturgy (cf. St. Peter's, Charlotte former practice)
* Rite 1 at 8 am
* 
!Planning for upcoming

Drive-through communion for some would be possible. 

We are establishing yet another ''New normal'' and so we could consider new possibilities for communion -- ''how to be church''.

Likelihood is that the short-term disability would run through Easter.

! Where they've been the past weeks / months.

Jim wanted to get a livestream from nave to gathering room. They've done it though they haven't implemented it. They could now livestream to gathering room -- reaching communion for 20.

They had 2 good outdoor eucharists with ca. 40-35. Indoor in Parish Hall began strong with ca. 20, but it dropped off quickly. The notion of having the church open for limited meditation and even for Kathleen's music performance did not elicit much.

Charlotte is just informally continuing as Sr. Warden. Diocesan guidelines prescribe rotating off after a year. But they are aware of the ad hoc plans to continue.

[[epiphany2]]
Maundy Thursday, Palms, Good Friday home services.
Study of Ritual

cf. https://humanitiesfutures.org/papers/ritual-studies-practicing-the-craft/ by Ronald Grimes

!! ''Ritual Studies''
*  is an interdisciplinary academic field that emerged in the late 20th century, formally established in 1977 by the American Academy of Religion (AAR). ''It focuses on the performance aspect of rituals''—including gesture, aesthetics, space, choreography, and embodied experience—rather than solely analyzing their social functions or cultural contexts.

The field was significantly shaped by scholars like ''Ronald L. Grimes'', who co-founded the //Journal of Ritual Studies// in 1987 and developed foundational methodological approaches emphasizing ''participatory fieldwork, phenomenology, and hermeneutics''. Other key figures include ''Victor Turner'', known for his work on liminality, and ''Catherine Bell'', whose //Ritual Theory, Ritual Practice// (1992) helped integrate performance theory into ritual analysis.

!! ''Key Methodologies'' in ritual studies include:
- ''Participant observation'' to experience rituals firsthand.
- ''Performance analysis'' treating rituals as aesthetic and dramatic events.
- ''Textual and comparative analysis'' across cultures and time periods.
- ''Ethnographic interviews'' to understand subjective meanings.
- ''Embodied and sensory analysis'' recognizing rituals as multi-sensory, nonverbal acts.

The field extends beyond religious contexts to include ''secular rituals''—such as sports events, political ceremonies, and daily routines—highlighting how ritualization permeates everyday life. It also explores ''digital rituals'', globalization, cultural hybridity, and the neurological basis of ritual behavior through approaches like ''biogenetic structuralism''.

Ritual studies is crucial for understanding how humans create meaning, build community, manage transitions, and express cultural values. It continues to evolve, incorporating insights from cognitive science, psychology, media studies, and environmental humanities.
\import [tag[$:/tags/Macro/Toc]]
<<twolevel-toc-expandable tag:"journal" exclude:"" stateTiddler:"20200220">>
[img [./img/thought_quote.jpg]]
<div class="tc-table-of-contents">

<<toc-selective-expandable "TableOfContents" "sort[title]">>

</div>




Today I remembered with Mary Pat some of the figures that illustrate in my life the initial exposure that indicates: self-centered, not bright, not pleasant, that turns into affection and friendship.

* Cort Hiebert
* Marva Dawn
* Liz Zivanov


* [[WorkingWithTiddly]]
* [[bi-directional linking]]
* [[https://lesser.occult.institute/an-opinionated-approach-to-tiddlywiki]]


TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors.

TiddlyWiki is designed to fit around your brain, helping you deal with the things that won't fit. The fundamental idea is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks – tiddlers – and give them titles so that they can be structured with links, tags, lists and macros. Tiddlers use a WikiText notation that concisely represents a wide range of text formatting and hypertext features. TiddlyWiki aims to provide a fluid interface for working with tiddlers, allowing them to be aggregated and composed into longer narratives.

People love using TiddlyWiki. Because it can be used without any complicated server infrastructure, and because it is open source, it has brought unprecedented freedom to everyone to keep their precious information under their own control.

TiddlyWiki was originally created by JeremyRuston and is now a thriving open source project with a busy Community of independent developers.
This is connected to "Reincarnation" as it resonates with our experience. Plato's "Remembrance"?
Just beginning this tome, but immediately it's focus is obviously the post-modern developments that would be of interest in [[RELG 317]].

I'm reading in the book about Heidegger's attack on Descarte's basic programme of questioning of the reality of what's "''out there''". His "Dasein", hi "''Es gibt''" which must be understood in their basic German context so as not to turn them into philosophical "concepts" reminds me of the lecture on S. Freud today.

There I learned that in German, Freud's "Id", "Ego", and "Superego" are not jargon but ordinary German words for "I", "It", and "Over-I".

Lectures on [[Religion&Evil]]. also
[[Postmodern]]. 

----

The confluence by 1921 was that all 4 men understood that ''language'' was at the basis of all knowing, truth, insight about reality -- all of which is a "modern" way of putting it. [all so desperately leading to relativism and solipsism?]



<!-- copy below here -->
<$list filter='[!has[draft.of]tag[task]!tag[done]sort[created]]'>
<$checkbox tag='done'> <$link to={{!!title}}>
<$view field='created' format='date' template='DDth mmm 0hh:0mm'/> - <$view field='title'/><br>
</$link>
</$checkbox>
</$list>
<!-- copy above here -->

* [[317Todo]]
* [[101Todo]]
@@background-color:yellow;
Hello, my title is {{!!title}}
@@
This seems clear enough to me that I no longer trust her to make decisions that keep my well-being in mind. Probably not that she sets out to hurt me, though I did think that about Bridget.

I am inclined to think that there's something wrong with me that I get myself in these circumstances.


This gets at figuring out what society values. I have said for years now that that is what my long hair is about, not Trump but the society that values him. I have said for decades that the shifting point in our society was when it became OK for a President to lie not when they did actually lie. That was when Nixon called his lies "misspoken" and the media didn't label it a lie and it became acceptable.

Insight into this and how to recognize it is related to the critical point I learned in seminary about marriage of clergy and the medieval condemnation of it as evidence that it was practiced then. Otherwise there would be no reason to outlaw it.

Similarly was Augustine's //Confessions// giving an illustration of the first person known to have read a book silently, to himself. Many are they who have dated the development of ''Interiority'' to Augustine. [[Catholic Church]]
Post vocab listing
[Warren Buffett](https://www.inc.com/marcel-schwantes/warren-buffetts-simple-model-for-success-can-separate-doers-from-dreamers.html) has said a lot of profound things and given out a lot of useful advice. Outside of his sound investing wisdom, many of [Buffett's tips](https://www.inc.com/marcel-schwantes/warren-buffett-investing-in-yourself-is-best-way-to-find-success-here-are-3-smart-ways-to-do-it.html) are things we may have learned or heard long ago --  from parents, teachers, or coaches.  

Buffett's simple gospel of life mastery packaged in common sense is certainly legendary. But how many of us heed his advice to heart, and actually apply it to our lives, our leadership roles, or in business decision-making?

It may be the difference between winning and losing. Here are three that stand the test of time.

## 1\. Build up your knowledge -- one day at a time.

The fact that Buffett has achieved so much means his advice is highly sought after. He thinks anyone can do the same if they follow one simple rule: the Buffett formula.

According to Buffett, the key to your success is to go to bed a little smarter each day. Buffett pointed out the strong similarity with investing when he said, "That's how knowledge builds up. Like compound interest."

One of the ways he famously builds his knowledge is to read. A lot. While Buffett has been known to spend 80 percent of his daily routine reading, whether or not you have time for such an ambitious goal is largely irrelevant. The point of the Buffett formula is to make whatever progress you can and improve your life on a daily basis.

## 2\. Don't compromise your integrity.

From teenager with a paper route and talent for selling soda for extra pocket money to self-made billionaire with a vast and varied portfolio of astute ideas and investments, Buffett understands the value of hard work. 

He also fully understands that all smart leadership and business decisions are founded on the bedrock of integrity. Because without integrity, let's face it, it's nearly impossible to gain a good reputation.

## 3\. Measure your success by Buffett's 'ultimate test.'

I want to leave this planet having measured my success against one of Buffett's most powerful tests. The Oracle of Omaha once said:

> When you get to my age, you'll really measure your success in life by how many of the people you want to have love you actually do love you. That's the ultimate test of how you have lived your life. The more you give love away, the more you get.

Buffett shared that gold nugget with a group of college students when they asked him about his definition of success. The quote was captured in the Buffett biography [_The Snowball: Warren Buffett and the Business of Life_](https://www.amazon.com/Snowball-Warren-Buffett-Business-Life/dp/0553384619?tag=wwwinccom-20). 

Chances are, if your heart is in the right place, you _love_ your employees, you _love_ your customers, and you _love_ the mission you are serving.

Since the business or career path you've chosen is an affair of the heart, you are motivated by the love that energizes you to give much to others. You just won't work hard enough to become great if you aren't doing what you love.

When you are doing what you love, you are loving the people around you who support your business endeavors. Love travels in all directions in service to all your stakeholders in support of your mission. And love comes back to you 10-fold. At the end of the road, this is passing Buffett's "ultimate test."

It would seem one possible answer for me is that I could begin treating [[Sean]] as a part of my family.

At this point it's an emotional leap that I don't know whether I can do it.




* Links (how to) [[https://tiddlywiki.com/static/Linking%2520in%2520WikiText.html]]

[[TiddlyInfo]]


Zettlr: Open source RoamResearch alternative
This is a markdown editor with built-in Zettelkasten implementation

https://www.zettlr.com/

https://docs.zettlr.com/en/guides/guide-zettelkasten/

https://docs.zettlr.com/en/academic/zkn-method/