<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0em 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0em;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0em 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0em 1em;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0em 0.25em; padding:0em 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px 1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none ! important;}
#displayArea {margin: 1em 1em 0em 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
noscript {display:none;}
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These InterfaceOptions for customising TiddlyWiki are saved in your browser

Your username for signing your edits. Write it as a WikiWord (eg JoeBloggs)

<<option txtUserName>>
<<option chkSaveBackups>> SaveBackups
<<option chkAutoSave>> AutoSave
<<option chkRegExpSearch>> RegExpSearch
<<option chkCaseSensitiveSearch>> CaseSensitiveSearch
<<option chkAnimate>> EnableAnimations

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
<<tiddler MicroBrowser>>
/***
|''Name''|ConditionalTableFormattingMacro|
|''Description''|apply formatting based on table contents|
|''Author''|FND|
|''Version''|0.2|
|''Status''|@@experimental@@|
|''Source''|[[FND's DevPad|http://devpad.tiddlyspot.com/#EvalMacro]]|
|''License''|[[Creative Commons Attribution-ShareAlike 3.0 License|http://creativecommons.org/licenses/by-sa/3.0/]]|
!Usage
{{{
<<conditionalTableFormatting [cell|row] matchValue className>>
}}}
!!Parameters
|!Index|!Description|!Optional|!Default Value|
|1|case #1: value to search for|no|N/A|
|2|case #1: class to apply to matching elements|no|N/A|
|3|case #1: apply class to individual cells or the entire row|yes|cell|
|4|case #2: value to search for|yes|N/A|
|5|case #2: class to apply to matching elements|yes|N/A|
|6|case #2: apply class to individual cells or the entire row|yes|cell|
|7|...|yes|N/A|
|8|...|yes|N/A|
|9|...|yes|cell|
|10|case #//n//: value to search for|yes|N/A|
|11|case #//n//: class to apply to matching elements|yes|N/A|
|12|case #//n//: apply class to individual cells or the entire row|yes|cell|
!!Examples
<<<
|foo|bar|baz|
<<conditionalTableFormatting "" "bar" "header">>
<<<
<<<
|1|2|3|
|lorem|ipsum|dolor|
|foo|bar|baz|
<<conditionalTableFormatting "row" "lorem" "header" "cell" "2" "wizard">>
<<<
!Notes
The first table within the respective container (usually a tiddler) is used.
In order to target a different table, a CSS class wrapper can be used:
{{{
 {{dummyClass{
 |foo|bar|baz|
 }}}
}}}
!Revision History
!!v0.1 (2008-05-30)
* initial release
!!v0.2 (2008-06-01)
* significant changes to accommodate multiple cases per macro call
!To Do
* documentation
* option for combining matching conditions (boolean operators?)
* add option to target respective column
* add option for RegEx matching
!Code
***/
//{{{
config.macros.conditionalTableFormatting = {};

config.macros.conditionalTableFormatting.handler = function(place, macroName, params, wikifier, paramString, tiddler) {
	while(params.length) {
		// process parameters
		var target = (params.shift() === "row") ? "row" : "cell";
		var match = params.shift();
		var className = params.shift();
		// retrieve table cells
		var table = place.getElementsByTagName("table")[0];
		var cells = table.getElementsByTagName("td");
		for(var i = 0; i < cells.length; i++) {
			var text = cells[i].innerText || cells[i].textContent;
			// apply conditional formatting
			if(text === match) {
				addClass((target === "row") ? cells[i].parentNode : cells[i], className);
			}
		}
	}
};
//}}}
<html><a href="javascript:R=prompt('#Rows','');if(R){C=prompt('#Columns','');}if(R&&C){T='<xmp><table cellpadding=\'1\' cellspacing=\'1\' border=\'0\'>\n';for(J=0;J<R;J++){T+='  <tr>\n';for(K=0;K<C;K++){T+='    <td></td>\n'}T+='  </tr>\n'}T+='</table></xmp>';win=open('','','');with(win.document){write(T);void(close())}}else{void(null)}"<span>create html table</span></a></html>
/%
|Name|CreateTiddlersFromCSV|
|Source|http://www.TiddlyTools.com/#CreateTiddlersFromCSV|
|Version|1.3.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|html|
|Description|create tiddlers from CSV data|

!FORMAT
<<<
~Comma-Separated Value (CSV) format:
{{{
title,created,modified,modifier,tags,text,customfield1,customfield2,...
MyTiddler,04/25/2009,04/25/2009,YourName,tag1 [[tag 2]] tag3,"This is ""quoted"" content, with a comma",value,value,...
}}}
{{wrap{
''The first line contains lower-case field names and must include a //"title"// field''.  Subsequent lines define //~CSV-encoded// data: any values that contain quotes or commas are surrounded by double-quotes, and quotes occuring //within// the values are doubled-up.  The ''tags'' field is entered as a //space-separated bracketed list//. Additional fieldnames ("fieldN") are added as custom tiddler fields.}}}
<<<
!end

REVISIONS:
[1.3.1] remove debugging message
[1.3.0] correct handling for embedded quotes and strip \r from input
[1.2.0] convert created/modified values from strings to date objects
[1.1.0] handle CSV-encoded embedded commas and quotes

%/<<tiddler HideTiddlerTags>>{{small smallform{
Enter/paste<<slider {{config.options['']=false;'';}}
	[[CreateTiddlersFromCSV##FORMAT]] 'CSV-formatted data...' 'view CSV format description'
>> or, read data from a tiddler: <html><nowiki>
	<form style='display:inline;margin:0;padding:0;white-space:normal;'>
	<select class='editor' name='tid' title='select a tiddler title'>
	<option>select a tiddler title...</option>
	</select>
	<input type='button' value='get data'
		onclick="this.form.src.value=store.getTiddlerText(this.form.tid.value,'')">
	<input type='button' value='create tiddlers' onclick="
		var CSV=this.form.src.value;
		// GET NAMES
		var lines=CSV.replace(/\r/g,'').split('\n');
		var names=lines.shift().replace(/\x22/g,'').split(',');
		CSV=lines.join('\n');
		// ENCODE commas and newlines within quoted values
		var comma='!~comma~!'; var commaRE=new RegExp(comma,'g');
		var newline='!~newline~!'; var newlineRE=new RegExp(newline,'g');
		CSV=CSV.replace(/\x22([^\x22]*?)\x22/g, function(x){ return x.replace(/\,/g,comma).replace(/\n/g,newline); });
		var lines=CSV.split('\n'); var count=0;
		for (var i=0; i<lines.length; i++) { if (!lines[i].length) continue;
			var values=lines[i].split(',');
			// DECODE commas, newlines, and doubled-quotes, and remove enclosing quotes (if any)
			for (var j=0; j<values.length; j++)
				values[j]=values[j].replace(commaRE,',').replace(newlineRE,'\n')
					.replace(/^\x22|\x22$/g,'').replace(/\x22\x22/g,'\x22');
			// EXTRACT tiddler values
			var title=''; var text=''; var tags=[]; var fields={};
			var created=null; var when=new Date(); var who=config.options.txtUserName;
			for (var v=0; v<values.length; v++) { var val=values[v];
				if (names[v]) switch(names[v].toLowerCase()) {
					case 'title':	title=val.replace(/\[\]\|/g,'_'); break;
					case 'created': created=new Date(val); break;
					case 'modified':when=new Date(val); break;
					case 'modifier':who=val; break;
					case 'text':	text=val; break;
					case 'tags':	tags=val.readBracketedList(); break;
					default:	fields[names[v].toLowerCase()]=val; break;
				}
			}
			if (title.length) {
				store.saveTiddler(title,title,text,who,when,tags,fields,true,created||when);
				displayMessage('Created '+title);
				count++;
			}
			else if (!confirm('invalid data on line '+i+': missing/blank TiddlerName\n\n'
				+values.join('\n')+'\n\n\OK=skip, CANCEL=stop')) break;
		}
		displayMessage('Created '+count+' tiddlers');
	"><br><textarea class='editor' name='src' style='display:inline;width:100%;height:10em;'></textarea>
	</form>
</html><<tiddler {{
	var list=place.lastChild.getElementsByTagName('form')[0].tid;
	store.forEachTiddler(function(title,tiddler){
		list.options[list.length]=new Option(title,title);
	});
'';}}>>}}}
/***
|Name|DataDbPlugin|
|Source|http://baggr.tiddlyspot.com|
|Version|0.101|
|Author|molicule [at] gmail [dot] com|
|License|BSD open source|
|Type|plugin|
|Requires|DataDbPlugin|
|Description|Turn a tiddler into a database such as an address book.|
Provides the ability to create and maintain simple databses housed in a tiddler. Requires the DataTidlerPlugin.
!!!!!Usage
<<<
&lt;&lt;datadb name address city state zip&gt;&gt;
<<<
!!!!!How it works
<<<
A form input is provided and the data entered is stored within the tiddler in a JSON format.
This data is read by the plugin and displayed. Convenient actions such as move up, down,
delete and close/unclose are provided.
<<<
!!!!!Data storage format
<<<
<data>{"db": ["list", "of", "fields"]}</data>
<<<
Changelog
<<<
26 Sep 2008 Added export to html feature. This puts the output in a tiddler. Note you need to remove html tag wrapper to
use outside of a tiddler.
!!!!!Code
***/
//{{{
config.datadb = {
    list_refresh: function(title) {
        story.refreshTiddler(title, null, true);
    },
    item_over: function(e) {
        e.style.backgroundColor = "#f0f0f0";
    },
    item_out: function(e) {
        e.style.backgroundColor = "#ffffff";
    },
    show_view: function(title, v) {
        var t = store.getTiddler(title);
        var data = t.data();
        data['view'] = v;
        t.setData("view", data['view']);
        this.list_refresh(title);
    },
    build_head: function(title, view) {
        var txt = "<table style=\"margin:0px\" width=100%><tr><td width=85%>Data db: <u>" + view + " view</u></td><td style=\"text-align:right;\">";
        txt += "<span style=\"cursor:pointer;\" onclick=\"config.datadb.show_view('" + title + "', 'form');\" title=\"Form\" >Δ</span> &nbsp; ";
        txt += "<span style=\"cursor:pointer;\" onclick=\"config.datadb.show_view('" + title + "', 'query');\" title=\"Query\" >∈</span> &nbsp; ";
        txt += "<span style=\"cursor:pointer;\" onclick=\"config.datadb.show_view('" + title + "', 'schema');\" title=\"Schema\" >Ψ</span> &nbsp; ";
        txt += "<span style=\"cursor:pointer;\" onclick=\"config.datadb.show_view('" + title + "', 'tools');\" title=\"Tools\" >ξ</span> &nbsp; ";
        txt += "<span style=\"cursor:pointer;\" onclick=\"config.datadb.show_view('" + title + "', 'help');\" title=\"Help\" >?</span> &nbsp; ";
        txt += "</td></tr></table>";
        return txt;
    },
    build_help: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vhelp>";
        txt += "<iframe src=http://baggr-help.tiddlyspot.com/ width=100% height=600px style=\"border:0px\" frameborder=no></iframe>";
        txt += "</div>";
        return txt;
    }
};
config.datadb.form = {
    about_status: "-",
    build: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vform>";
        txt += this.build_form(title, params, data)
        txt += "</div>";
        return txt;
    },
    item_click: function(title, i) {
        var i = i*1;
        var t = store.getTiddler(title);
        var data = t.data();
        this.load_form(title, data, i);
    },
    item_del: function(title, num) {
        var t = store.getTiddler(title);
        var data = t.data("db");
        data.splice(num*1, 1);
        t.setData("data", data);
        story.refreshTiddler(title, null, true);
    },
    load_form: function(title, data, rnum) {
        var r = data['db'][rnum];
        var stub = title.replace(/ /g, "_");
        var rid = stub + "_num";
        document.getElementById(rid).value = rnum;
        for (var i=0; i<data['schema'].length; i++) {
            var rid = title + "_" + data['schema'][i] + "_" + i.toString();
            document.getElementById(rid).value = r[i];
        }
        // var rid = stub + "_clear";
        // document.getElementById(rid).style.opacity = "1";
        var rid = stub + "_add";
        document.getElementById(rid).style.color = "red";
        document.getElementById(rid).setAttribute("value", "edit");
    },
    form_submit: function(title) {
        return false;
    },
    form_add: function(title) {
        var t = store.getTiddler(title);
        var data = t.data();
        var r = []
        for (var i=0; i<data['schema'].length; i++) {
            var rid = title + "_" + data['schema'][i] + "_" + i.toString();
            r[i] = document.getElementById(rid).value;
        }
        var rid = title.replace(/ /g, "_") + "_num";
        var num = document.getElementById(rid).value;
        if (num) {
            num = num*1;
            data['db'][num] = r;
        } else {
            data['db'].push(r);
        }
        t.setData("db", data['db']);
        story.refreshTiddler(title, null, true);
    },
    form_clear: function(title) {
        var t = store.getTiddler(title);
        var data = t.data();
        var stub = title.replace(/ /g, "_");
        var rid = stub + "_num";
        document.getElementById(rid).value = '';
        for (var i=0; i<data['schema'].length; i++) {
            var rid = title + "_" + data['schema'][i] + "_" + i.toString();
            document.getElementById(rid).value = "";
        }
        // var rid = stub + "_clear";
        // document.getElementById(rid).style.opacity = ".5";
        var rid = stub + "_add";
        document.getElementById(rid).style.color = "black";
        document.getElementById(rid).setAttribute("value", "add");
    },
    show_view: function(title, v) {
        var t = store.getTiddler(title);
        var data = t.data();
        data['view'] = v;
        t.setData("view", data['view']);
        story.refreshTiddler(title, null, true);
    },
    toggle_about: function(title) {
        var stub = title.replace(/ /g, "_");
        if (this.about_status == '+') {
            document.getElementById(stub + "_about").style.height = "18px";
            document.getElementById(stub + "_about_text").style.display = "none";
            this.about_status = "-";
        } else {
            document.getElementById(stub + "_about").style.height = "100px";
            document.getElementById(stub + "_about_text").style.display = "inline";
            this.about_status = "+";
        }
    },
    build_form: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_about style=\"background-color:#f0f0f0;margin:5px;padding:5px;overflow:none;min-height:18px\">";
        txt += "<div style=\"float:right;cursor:pointer\" onclick=config.datadb.form.toggle_about('" + title + "')>(+/-)</div>";
        txt += "<div id=" + stub + "_about_text style=\"display:none\">";
        txt += "<h3>This form is where you enter the data</h3>";
        txt += "<b>the first field:</b> is what is displayed in the record selector.<br/>";
        txt += "<b>edit a record:</b> by clicking on it's selector entry and than in the form.<br/>";
        txt += "<b>delete a record:</b> by clicking on the 'x' character.<br/>";
        txt += "<b>clear:</b> clears the form fields and allows you to enter a new record.<br/>";
        txt += "</div>";
        txt += "</div>";
        txt += "<div style=\"float:left;width:30%;min-width:150px;max-height:400px;overflow:auto;border:1px solid #f0f0f0\">";
        txt += "<div style=\"background-color:#a0a0a0\">record selector</div>";
        for (var i=0; i<data['db'].length; i++) {
            txt += "<div ";
            txt += " onmouseover=\"config.datadb.item_over(this)\"";
            txt += " onmouseout=\"config.datadb.item_out(this)\"";
            txt += " onclick=\"config.datadb.form.item_click('" + title + "', '" + i.toString() + "')\"";
            txt += ">";
            txt += "<table width=100% style=\"margin:0px;padding:0px;border:0px\"><tr style=\"border:0px\"><td width=80% style=\"border:0px\">" + data['db'][i][0] + "</td><td style=\"border:0px;text-align:right\"><a href=\"javascript:config.datadb.form.item_del('" + title + "', '" + i + "');\">x</a></td></tr></table>";
            txt += "</div>";
        }
        txt += "</div>";
        txt += "<div style=\"float:left;margin:0px 0px 0px 5px;padding:0px;width:68%;\">";
        txt += "<div style=\"background-color:#a0a0a0;text-align:center\">the record</div>";
        txt += "<form id=" + stub + "_form name=" + stub + "_form onsubmit=\"return config.datadb.form.form_submit('" + title + "');\">";
        txt += "<table width=97%>";
        txt += "<tr><th>Field</th><th>Value</th></tr>";
        txt += "<input id=" + stub + "_num type=hidden value='' >";
        for (var i=0; i<data['schema'].length; i++) {
            txt += "<tr><td width=25%>" + data['schema'][i][0] + "</td><td width=75%><input id=" + title + "_" + data['schema'][i] + "_" + i.toString() + " type=text style=\"width:98%\"></td></tr>";
        }
        txt += "<tr><td colspan=2 style=\"text-align:right;padding:5px\"> <input style=\"opacity:.5;width:75px\" id=" + stub + "_clear type=submit name=clear value=clear onclick=config.datadb.form.form_clear('" + title + "')> <input style=\"width:75px;\" id=" + stub + "_add type=submit name=add value=add onclick=config.datadb.form.form_add('" + title + "')></td></tr>";
        txt += "</table>";
        txt += "</form>";
        txt += "</div>";
        txt += "<div style=\"clear:both\"></div>";
        return txt;
    }
};
config.datadb.schema = {
    props: ["name", "size", "default", "Qview"],
    about_status: "-",
    build: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vschema>";
        txt += this.build_form(title, params, data)
        txt += "</div>";
        return txt;
    },
    item_up: function(title, s) {
        var t = store.getTiddler(title);
        var data = t.data("schema");
        var s = s*1;
        var a = data[s];
        var b = data[s-1];
        data[s] = b;
        data[s-1] = a;
        var db = t.data("db");
        for (var i=0; i<db.length; i++) {
            var a = db[i][s];
            var b = db[i][s-1];
            db[i][s] = b;
            db[i][s-1] = a;
        }
        t.setData("db", db);
        t.setData("schema", data);
        story.refreshTiddler(title, null, true);
    },
    item_down: function(title, s) {
        var t = store.getTiddler(title);
        var data = t.data("schema");
        var s = s*1;
        var a = data[s];
        var b = data[s+1];
        data[s+1] = a;
        data[s] = b;
        var db = t.data("db");
        for (var i=0; i<db.length; i++) {
            var a = db[i][s];
            var b = db[i][s+1];
            db[i][s+1] = a;
            db[i][s] = b;
        }
        t.setData("db", db);
        t.setData("schema", data);
        story.refreshTiddler(title, null, true);
    },
    item_click: function(title, i) {
        var i = i*1;
        var t = store.getTiddler(title);
        var data = t.data();
        this.load_form(title, data, i);
    },
    item_del: function(title, num) {
        var t = store.getTiddler(title);
        var data = t.data("schema");
        data.splice(num*1, 1);
        var db = t.data("db");
        for (var i=0; i<db.length; i++) {
            db[i].splice(num*1, 1);
        }
        t.setData("db", db);
        t.setData("schema", data);
        story.refreshTiddler(title, null, true);
    },
    load_form: function(title, data, rnum) {
        var r = data['schema'][rnum];
        var stub = title.replace(/ /g, "_");
        var rid = stub + "_num";
        document.getElementById(rid).value = rnum;
        for (var i=0; i<this.props.length; i++) {
            var rid = title + "_" + this.props[i] + "_" + i.toString();
            document.getElementById(rid).value = r[i];
        }
        var rid = stub + "_clear";
        document.getElementById(rid).style.opacity = "1";
        var rid = stub + "_add";
        document.getElementById(rid).style.color = "red";
        document.getElementById(rid).setAttribute("value", "edit");
    },
    form_submit: function(title) {
        return false;
    },
    form_add: function(title) {
        var t = store.getTiddler(title);
        var data = t.data();
        var r = []
        for (var i=0; i<this.props.length; i++) {
            var rid = title + "_" + this.props[i] + "_" + i.toString();
            r[i] = document.getElementById(rid).value;
        }
        var rid = title.replace(/ /g, "_") + "_num";
        var num = document.getElementById(rid).value;
        if (num) {
            num = num*1;
            data['schema'][num] = r;
        } else {
            data['schema'].push(r);
            for (var i=0; i<data["db"].length; i++) {
                data["db"][i].push("x");
            }
            t.setData("db", data["db"]);
        }
        t.setData("schema", data['schema']);
        story.refreshTiddler(title, null, true);
    },
    form_clear: function(title) {
        var t = store.getTiddler(title);
        var data = t.data();
        var stub = title.replace(/ /g, "_");
        var rid = stub + "_num";
        document.getElementById(rid).value = '';
        for (var i=0; i<this.props.length; i++) {
            var rid = title + "_" + this.props[i] + "_" + i.toString();
            document.getElementById(rid).value = "";
        }
        var rid = stub + "_clear";
        document.getElementById(rid).style.opacity = ".5";
        var rid = stub + "_add";
        document.getElementById(rid).style.color = "black";
        document.getElementById(rid).setAttribute("value", "add");
    },
    toggle_about: function(title) {
        var stub = title.replace(/ /g, "_");
        if (this.about_status == '+') {
            document.getElementById(stub + "_about").style.height = "18px";
            document.getElementById(stub + "_about_text").style.display = "none";
            this.about_status = "-";
        } else {
            document.getElementById(stub + "_about").style.height = "100px";
            document.getElementById(stub + "_about_text").style.display = "inline";
            this.about_status = "+";
        }
    },
    build_form: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vform>";
        txt += "<div id=" + stub + "_about style=\"background-color:#f0f0f0;margin:5px;padding:5px;min-height:18px\">";
        txt += "<div style=\"float:right;cursor:pointer\" onclick=config.datadb.schema.toggle_about('" + title + "')>(+/-)</div>";
        txt += "<div id=" + stub + "_about_text style=\"display:none\">";
        txt += "<h3>This form is where you enter the fields that your database will have</h3>";
        txt += "<b>name:</b> field name- no spaces<br/>";
        txt += "<b>size:</b> for later use<br/>";
        txt += "<b>default:</b> the default value to use<br/>";
        txt += "<b>Qview:</b> enter y to ensure this field is visble in query view.<br/>";
        txt += "</div>";
        txt += "</div>";
        txt += "<div style=\"float:left;width:35%;min-width:150px;max-height:400px;overflow:auto;border:1px solid #f0f0f0\">";
        txt += "<div style=\"background-color:#ffffe0\">field selector</div>";
        for (var i=0; i<data['schema'].length; i++) {
            txt += "<div ";
            txt += " onmouseover=\"config.datadb.item_over(this)\"";
            txt += " onmouseout=\"config.datadb.item_out(this)\"";
            txt += " onclick=\"config.datadb.schema.item_click('" + title + "', '" + i.toString() + "')\"";
            txt += ">";
            txt += "<table width=100% style=\"margin:0px;padding:0px;border:0px\"><tr style=\"border:0px\"><td width=80% style=\"border:0px\">" + data['schema'][i][0] + "</td>";
            txt += "<td style=\"border:0px;text-align:right\">";
            txt += "<a ";
            if (i>0) {
            txt += "href=\"javascript:config.datadb.schema.item_up('" + title + "', '" + i + "');\"";
            }
            txt += ">";
            txt += "↑</a> &nbsp; ";
            txt += "<a ";
            if (i != data['schema'].length-1) {
            txt += "href=\"javascript:config.datadb.schema.item_down('" + title + "', '" + i + "');\"";
            }
            txt += ">";
            txt += "↓</a> &nbsp; ";
            txt += "<a style=\"color:red;\" href=\"javascript:config.datadb.schema.item_del('" + title + "', '" + i + "');\">x</a>";
            txt += "</td></tr></table>";
            txt += "</div>";
        }
        txt += "</div>";
        txt += "<div style=\"float:left;margin:0px 0px 0px 5px;padding:0px;width:63%;\">";
        txt += "<div style=\"background-color:#ffffe0;text-align:center\">field properties</div>";
        txt += "<form id=" + stub + "_form name=" + stub + "_form onsubmit=\"return config.datadb.schema.form_submit('" + title + "');\">";
        txt += "<table width=97%>";
        txt += "<tr><th>Field</th><th>Value</th></tr>";
        txt += "<input id=" + stub + "_num type=hidden value='' >";
        for (var i=0; i<this.props.length; i++) {
            txt += "<tr><td width=25%>" + this.props[i] + "</td><td width=75%><input id=" + title + "_" + this.props[i] + "_" + i.toString() + " type=text style=\"width:98%\"></td></tr>";
        }
        txt += "<tr><td colspan=2 style=\"text-align:right;padding:5px\"> <input style=\"opacity:.5;width:75px\" id=" + stub + "_clear type=submit name=clear value=clear onclick=config.datadb.schema.form_clear('" + title + "')> <input style=\"width:75px;\" id=" + stub + "_add type=submit name=add value=add onclick=config.datadb.schema.form_add('" + title + "')></td></tr>";
        txt += "</table>";
        txt += "</form>";
        txt += "</div>";
        txt += "</div>";
        txt += "<div style=\"clear:both\">";
        txt += "</div>";
        return txt;
    }
};
config.datadb.query = {
    build: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vquery>";
        txt += this.build_form(title, params, data)
        txt += "</div>";
        return txt;
    },
    item_view: function(e, num, title) {
        var t = store.getTiddler(title);
        var data = t.data('schema');
        if (e.checked){
            data[num][3] = 'y';
        } else {
            data[num][3] = '';
        }
        t.setData("schema", data);
        story.refreshTiddler(title, null, true);
    },
    item_q: function(title) {
        var stub = title.replace(/ /g, "_");
        var t = store.getTiddler(title);
        var data = t.data('zq');
        var rid = stub + "_q";
        data = document.getElementById(rid).value;
        t.setData("zq", data);
        story.refreshTiddler(title, null, true);
    },
    form_submit: function(title) {
        return false;
    },
    build_form: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vform>";
        txt += "<div style=\"float:left;width:100%;\">";
        txt += "<div style=\"background-color:#f0f0f0;margin:5px 2px 2px 2px;padding:10px\">";
        txt += "<div style=\"float:left;width:20%;height:60px;overflow:auto;border:0px solid #000000\">";
        for (var i=0; i<data['schema'].length; i++) {
            txt += "<input type=checkbox onclick=\"config.datadb.query.item_view(this, '" + i.toString() + "', '" + title + "');\"";
            if (data['schema'][i][3] == 'y') {
                txt += " checked ";
            }
            txt += "> ";
            txt += data['schema'][i][0] + "<br/>";
        }
        txt += "</div>";
        txt += "<div style=\"float:left;width:78%;padding-top:20px\">";
        txt += "<form id=" + stub + "_form name=" + stub + "_form onsubmit=\"return config.datadb.query.form_submit('" + title + "');\">";
        txt += "<center><b>Q</b>: <input id=" + stub + "_q name=q value=\"" + data['zq']  + "\" type=text style=\"width:70%\"> <input type=submit value=go onclick=config.datadb.query.item_q('" + title + "')></center>";
        txt += "</form>";
        txt += "</div>";
        txt += "<div style=\"clear:both\"></div>";
        txt += "</div>";
        txt += "<table width=97%>";
        for (var i=0; i<data['schema'].length; i++) {
            if (data['schema'][i][3] != '' || i == 0){
                txt += "<th>" + data['schema'][i][0] + "</th>";
            }
        }
        for (var i=0; i<data['db'].length; i++) {
            showit = true;
            if (data['zq'] != '') {
                showit = false;
                var q = data['zq'].toLowerCase();
                for (var j=0; j<data['db'][i].length; j++) {
                    var qq = data['db'][i][j].toLowerCase();
                    if (qq.indexOf(q) != -1) {
                        showit = true;
                    }
                }
            }
            if (showit) {
                txt += "<tr ";
                txt += " onmouseover=\"config.datadb.item_over(this)\"";
                txt += " onmouseout=\"config.datadb.item_out(this)\"";
                txt += " onclick=\"config.datadb.schema.item_click('" + title + "', '" + i.toString() + "')\"";
                txt += ">";
                for (var j=0; j<data['db'][i].length; j++) {
                    if (data['schema'][j][3] != '' || j == 0){
                        txt += "<td>" + data['db'][i][j] + "</td>";
                    }
                }
                txt += "</tr>";
            }
        }
        txt += "</table>";
        txt += "</div>";
        txt += "</div>";
        txt += "<div style=\"clear:both\"></div>";
        return txt;
    }
};
config.datadb.tools = {
    build: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vtools>";
        txt += this.build_form(title, params, data)
        txt += "</div>";
        return txt;
    },
    xportcsv: function(title) {
        var stub = title.replace(/ /g, "_");
        var rid = stub + "_export_csv";
        extid = document.getElementById(rid).value;
        if (extid != "") {
            var newDate = new Date();
            var t = store.getTiddler(title);
            var data = t.data();
            var h = [];
            for (var i=0; i<data['schema'].length; i++) {
                h.push(data['schema'][i][0]);
            }
            txt = h.join(", ") + "\n";
            for (var i=0; i<data['db'].length; i++){
                txt += data['db'][i].join(", ") + "\n";
            }
            tags = "datadb";
            store.saveTiddler(extid, extid, txt, "datadb", newDate, tags, "", true, newDate);
            story.displayTiddler('top', extid, '', true, '', '', false);
        }
    },
    xporthtml: function(title) {
        var stub = title.replace(/ /g, "_");
        var rid = stub + "_export_html";
        extid = document.getElementById(rid).value;
        if (extid != "") {
            var newDate = new Date();
            var t = store.getTiddler(title);
            var data = t.data();
            var h = [];
            for (var i=0; i<data['schema'].length; i++) {
                h.push(data['schema'][i][0]);
            }
            txt = "<html>\n<table>";
            txt += "<tr><th>" + h.join("</th><th>") + "</th></tr>";
            for (var i=0; i<data['db'].length; i++){
                txt += "<tr><td>" + data['db'][i].join("</td><td>") + "</td></tr>";
            }
            txt += "</table>\n</html>";
            tags = "datadb";
            store.saveTiddler(extid, extid, txt, "datadb", newDate, tags, "", true, newDate);
            story.displayTiddler('top', extid, '', true, '', '', false);
        }
    },
    mport: function(title) {
        var stub = title.replace(/ /g, "_");
        var rid = stub + "_import";
        extid = document.getElementById(rid).value;
        if (extid != "") {
            var t = store.getTiddler(extid);
            var lines = t.text.split("\n");
            var db = [];
            for (var i=0; i<lines.length; i++) {
                if (lines[i].length>1) {
                    if (i==0) {
                        var f = lines[i].split(',');
                        var schema = []
                        for (var j=0; j<f.length; j++) {
                            if (j<3) {
                                schema[j] = [f[j], "", "", "y"];
                            } else {
                                schema[j] = [f[j], "", "", ""];
                            }
                        }
                    } else {
                        var f = lines[i].split(',');
                            var x = [];
                        for (var j=0; j<f.length; j++) {
                            x.push(f[j]);
                        }
                        db.push(x);
                    }
                }
            }
            var t = store.getTiddler(title);
            t.setData("db", db);
            t.setData("schema", schema);
            t.setData("view", "query");
            story.refreshTiddler(title, null, true);
        }
    },
    build_form: function(title, params, data) {
        var stub = title.replace(/ /g, "_");
        var txt = "<div id=" + stub + "_vform>";
        txt += "<div style=\"float:left;width:100%;min-width:300px;max-height:400px;overflow:auto;border:0px solid #f0f0f0\">";
        txt += "<div style=\"background-color:#f0f0f0;margin:5px 2px 2px 2px;padding:10px\">";
        txt += "<fieldset><legend>Export</legend>";
        txt += "<table style=\"border:0px\">";
        txt += "<tr style=\"border:0px\"><td style=\"border:0px\">Export to tiddler (csv):</td><td style=\"border:0px\"><input id=" + stub + "_export_csv type=text name=export_csv value=\"" + stub + "_export_csv\">";
        txt += " <input type=submit value=go onclick=config.datadb.tools.xportcsv('" + title + "')></td></tr>";
        txt += "<tr style=\"border:0px\"><td style=\"border:0px\">Export to tiddler (html):</td><td style=\"border:0px\"><input id=" + stub + "_export_html type=text name=export_html value=\"" + stub + "_export_html\">";
        txt += " <input type=submit value=go onclick=config.datadb.tools.xporthtml('" + title + "')></td></tr>";
        txt += "</table>";
        txt += "</fieldset>";
        txt += "<fieldset><legend>Import</legend>";
        txt += "Import from tiddler (csv): <input id=" + stub + "_import type=text name=import value=\"" + stub + "_import\">";
        txt += " <input type=submit value=go onclick=config.datadb.tools.mport('" + title + "')><br/>";
        txt += "Note: <ul>";
        txt += "<li>This imports data in a csv format from the specified tiddler.</li>";
        txt += "<li>The first line is interpreted to be the field names</li>";
        txt += "<li>Any existing data will be <u>overwritten</u></li>";
        txt += "</ul>";
        txt += "</fieldset>";
        txt += "</div>";
        txt += "</div>";
        txt += "</div>";
        txt += "<div style=\"clear:both\"></div>";
        return txt;
    }
};
config.macros.datadb = {
    handler: function(place,macroName,params, wikifier, paramString, tiddler) {
        var data = tiddler.data();
        if (!data) { data = {}; };
        if (!data['db']) { data['db'] = []; tiddler.setData('db', data['db']); }
        if (!data['schema']) { data['schema'] = [["name","","", "y"]]; tiddler.setData('schema', data['schema']); }
        if (!data['view']) { data['view'] = 'schema'; tiddler.setData('form', data['form']); }
        if (!data['zq']) { data['zq'] = ''; tiddler.setData('zq', data['zq']); }
        var txt = "<table width=92% style=\"margin:0px;padding:0px;border:0px;\"><tr style=\"border:0px\"><td style=\"border:0px\">";
        txt += config.datadb.build_head(tiddler.title, data['view']);
        switch (data['view']) {
            case 'form':
                txt += config.datadb.form.build_form(tiddler.title, params, data);
                break;
            case 'query':
                txt += config.datadb.query.build(tiddler.title, params, data);
                break;
            case 'schema':
                txt += config.datadb.schema.build(tiddler.title, params, data);
                break;
            case 'tools':
                txt += config.datadb.tools.build(tiddler.title, params, data);
                break;
            case 'help':
                txt += config.datadb.build_help(tiddler.title, params, data);
                break;
        }
        txt += "</td></tr></table>";
        wikify("<html> " + txt + " </html>", place);
    }
};
//}}}
/***
|''Name:''|DataTiddlerPlugin|
|''Version:''|1.0.6 (2006-08-26)|
|''Source:''|http://tiddlywiki.abego-software.de/#DataTiddlerPlugin|
|''Author:''|UdoBorkowski (ub [at] abego-software [dot] de)|
|''Licence:''|[[BSD open source license]]|
|''TiddlyWiki:''|1.2.38+, 2.0|
|''Browser:''|Firefox 1.0.4+; InternetExplorer 6.0|
!Description
Enhance your tiddlers with structured data (such as strings, booleans, numbers, or even arrays and compound objects) that can be easily accessed and modified through named fields (in JavaScript code).

Such tiddler data can be used in various applications. E.g. you may create tables that collect data from various tiddlers. 

''//Example: "Table with all December Expenses"//''
{{{
<<forEachTiddler
    where
        'tiddler.tags.contains("expense") && tiddler.data("month") == "Dec"'
    write
        '"|[["+tiddler.title+"]]|"+tiddler.data("descr")+"| "+tiddler.data("amount")+"|\n"'
>>
}}}
//(This assumes that expenses are stored in tiddlers tagged with "expense".)//
<<forEachTiddler
    where
        'tiddler.tags.contains("expense") && tiddler.data("month") == "Dec"'
    write
        '"|[["+tiddler.title+"]]|"+tiddler.data("descr")+"| "+tiddler.data("amount")+"|\n"'
>>
For other examples see DataTiddlerExamples.




''Access and Modify Tiddler Data''

You can "attach" data to every tiddler by assigning a JavaScript value (such as a string, boolean, number, or even arrays and compound objects) to named fields. 

These values can be accessed and modified through the following Tiddler methods:
|!Method|!Example|!Description|
|{{{data(field)}}}|{{{t.data("age")}}}|Returns the value of the given data field of the tiddler. When no such field is defined or its value is undefined {{{undefined}}} is returned.|
|{{{data(field,defaultValue)}}}|{{{t.data("isVIP",false)}}}|Returns the value of the given data field of the tiddler. When no such field is defined or its value is undefined the defaultValue is returned.|
|{{{data()}}}|{{{t.data()}}}|Returns the data object of the tiddler, with a property for every field. The properties of the returned data object may only be read and not be modified. To modify the data use DataTiddler.setData(...) or the corresponding Tiddler method.|
|{{{setData(field,value)}}}|{{{t.setData("age",42)}}}|Sets the value of the given data field of the tiddler to the value. When the value is {{{undefined}}} the field is removed.|
|{{{setData(field,value,defaultValue)}}}|{{{t.setData("isVIP",flag,false)}}}|Sets the value of the given data field of the tiddler to the value. When the value is equal to the defaultValue no value is set (and the field is removed).|

Alternatively you may use the following functions to access and modify the data. In this case the tiddler argument is either a tiddler or the name of a tiddler.
|!Method|!Description|
|{{{DataTiddler.getData(tiddler,field)}}}|Returns the value of the given data field of the tiddler. When no such field is defined or its value is undefined {{{undefined}}} is returned.|
|{{{DataTiddler.getData(tiddler,field,defaultValue)}}}|Returns the value of the given data field of the tiddler. When no such field is defined or its value is undefined the defaultValue is returned.|
|{{{DataTiddler.getDataObject(tiddler)}}}|Returns the data object of the tiddler, with a property for every field. The properties of the returned data object may only be read and not be modified. To modify the data use DataTiddler.setData(...) or the corresponding Tiddler method.|
|{{{DataTiddler.setData(tiddler,field,value)}}}|Sets the value of the given data field of the tiddler to the value. When the value is {{{undefined}}} the field is removed.|
|{{{DataTiddler.setData(tiddler,field,value,defaultValue)}}}|Sets the value of the given data field of the tiddler to the value. When the value is equal to the defaultValue no value is set (and the field is removed).|
//(For details on the various functions see the detailed comments in the source code.)//


''Data Representation in a Tiddler''

The data of a tiddler is stored as plain text in the tiddler's content/text, inside a "data" section that is framed by a {{{<data>...</data>}}} block. Inside the data section the information is stored in the [[JSON format|http://www.crockford.com/JSON/index.html]]. 

//''Data Section Example:''//
{{{
<data>{"isVIP":true,"user":"John Brown","age":34}</data>
}}}

The data section is not displayed when viewing the tiddler (see also "The showData Macro").

Beside the data section a tiddler may have all kind of other content.

Typically you will not access the data section text directly but use the methods given above. Nevertheless you may retrieve the text of the data section's content through the {{{DataTiddler.getDataText(tiddler)}}} function.


''Saving Changes''

The "setData" methods respect the "ForceMinorUpdate" and "AutoSave" configuration values. I.e. when "ForceMinorUpdate" is true changing a value using setData will not affect the "modifier" and "modified" attributes. With "AutoSave" set to true every setData will directly save the changes after a setData.


''Notifications''

No notifications are sent when a tiddler's data value is changed through the "setData" methods. 

''Escape Data Section''
In case that you want to use the text {{{<data>}}} or {{{</data>}}} in a tiddler text you must prefix the text with a tilde ('~'). Otherwise it may be wrongly considered as the data section. The tiddler text {{{~<data>}}} is displayed as {{{<data>}}}.


''The showData Macro''

By default the data of a tiddler (that is stored in the {{{<data>...</data>}}} section of the tiddler) is not displayed. If you want to display this data you may used the {{{<<showData ...>>}}} macro:

''Syntax:'' 
|>|{{{<<}}}''showData '' [''JSON''] [//tiddlerName//] {{{>>}}}|
|''JSON''|By default the data is rendered as a table with a "Name" and "Value" column. When defining ''JSON'' the data is rendered in JSON format|
|//tiddlerName//|Defines the tiddler holding the data to be displayed. When no tiddler is given the tiddler containing the showData macro is used. When the tiddler name contains spaces you must quote the name (or use the {{{[[...]]}}} syntax.)|
|>|~~Syntax formatting: Keywords in ''bold'', optional parts in [...]. 'or' means that exactly one of the two alternatives must exist.~~|


!Revision history
* v1.0.6 (2006-08-26) 
** Removed misleading comment
* v1.0.5 (2006-02-27) (Internal Release Only)
** Internal
*** Make "JSLint" conform
* v1.0.4 (2006-02-05)
** Bugfix: showData fails in TiddlyWiki 2.0
* v1.0.3 (2006-01-06)
** Support TiddlyWiki 2.0
* v1.0.2 (2005-12-22)
** Enhancements:
*** Handle texts "<data>" or "</data>" more robust when used in a tiddler text or as a field value.
*** Improved (JSON) error messages.
** Bugs fixed: 
*** References are not updated when using the DataTiddler.
*** Changes to compound objects are not always saved.
*** "~</data>" is not rendered correctly (expected "</data>")
* v1.0.1 (2005-12-13)
** Features: 
*** The showData macro supports an optional "tiddlername" argument to specify the tiddler containing the data to be displayed
** Bugs fixed: 
*** A script immediately following a data section is deleted when the data is changed. (Thanks to GeoffS for reporting.)
* v1.0.0 (2005-12-12)
** initial version

!Code
***/
//{{{
//============================================================================
//============================================================================
//                           DataTiddlerPlugin
//============================================================================
//============================================================================

// Ensure that the DataTiddler Plugin is only installed once.
//
if (!version.extensions.DataTiddlerPlugin) {



version.extensions.DataTiddlerPlugin = {
    major: 1, minor: 0, revision: 6,
    date: new Date(2006, 7, 26), 
    type: 'plugin',
    source: "http://tiddlywiki.abego-software.de/#DataTiddlerPlugin"
};

// For backward compatibility with v1.2.x
//
if (!window.story) window.story=window; 
if (!TiddlyWiki.prototype.getTiddler) {
	TiddlyWiki.prototype.getTiddler = function(title) { 
		var t = this.tiddlers[title]; 
		return (t !== undefined && t instanceof Tiddler) ? t : null; 
	};
}

//============================================================================
// DataTiddler Class
//============================================================================

// ---------------------------------------------------------------------------
// Configurations and constants 
// ---------------------------------------------------------------------------

function DataTiddler() {
}

DataTiddler = {
    // Function to stringify a JavaScript value, producing the text for the data section content.
    // (Must match the implementation of DataTiddler.parse.)
    //
    stringify : null,
    

    // Function to parse the text for the data section content, producing a JavaScript value.
    // (Must match the implementation of DataTiddler.stringify.)
    //
    parse : null
};

// Ensure access for IE
window.DataTiddler = DataTiddler;

// ---------------------------------------------------------------------------
// Data Accessor and Mutator
// ---------------------------------------------------------------------------


// Returns the value of the given data field of the tiddler.
// When no such field is defined or its value is undefined
// the defaultValue is returned.
// 
// @param tiddler either a tiddler name or a tiddler
//
DataTiddler.getData = function(tiddler, field, defaultValue) {
    var t = (typeof tiddler == "string") ? store.getTiddler(tiddler) : tiddler;
    if (!(t instanceof Tiddler)) {
        throw "Tiddler expected. Got "+tiddler;
    }

    return DataTiddler.getTiddlerDataValue(t, field, defaultValue);
};


// Sets the value of the given data field of the tiddler to
// the value. When the value is equal to the defaultValue
// no value is set (and the field is removed)
//
// Changing data of a tiddler will not trigger notifications.
// 
// @param tiddler either a tiddler name or a tiddler
//
DataTiddler.setData = function(tiddler, field, value, defaultValue) {
    var t = (typeof tiddler == "string") ? store.getTiddler(tiddler) : tiddler;
    if (!(t instanceof Tiddler)) {
        throw "Tiddler expected. Got "+tiddler+ "("+t+")";
    }

    DataTiddler.setTiddlerDataValue(t, field, value, defaultValue);
};


// Returns the data object of the tiddler, with a property for every field.
//
// The properties of the returned data object may only be read and
// not be modified. To modify the data use DataTiddler.setData(...) 
// or the corresponding Tiddler method.
//
// If no data section is defined a new (empty) object is returned.
//
// @param tiddler either a tiddler name or a Tiddler
//
DataTiddler.getDataObject = function(tiddler) {
    var t = (typeof tiddler == "string") ? store.getTiddler(tiddler) : tiddler;
    if (!(t instanceof Tiddler)) {
        throw "Tiddler expected. Got "+tiddler;
    }

    return DataTiddler.getTiddlerDataObject(t);
};

// Returns the text of the content of the data section of the tiddler.
//
// When no data section is defined for the tiddler null is returned 
//
// @param tiddler either a tiddler name or a Tiddler
// @return [may be null]
//
DataTiddler.getDataText = function(tiddler) {
    var t = (typeof tiddler == "string") ? store.getTiddler(tiddler) : tiddler;
    if (!(t instanceof Tiddler)) {
        throw "Tiddler expected. Got "+tiddler;
    }

    return DataTiddler.readDataSectionText(t);
};


// ---------------------------------------------------------------------------
// Internal helper methods (must not be used by code from outside this plugin)
// ---------------------------------------------------------------------------

// Internal.
//
// The original JSONError is not very user friendly, 
// especially it does not define a toString() method
// Therefore we extend it here.
//
DataTiddler.extendJSONError = function(ex) {
	if (ex.name == 'JSONError') {
        ex.toString = function() {
			return ex.name + ": "+ex.message+" ("+ex.text+")";
		};
	}
	return ex;
};

// Internal.
//
// @param t a Tiddler
//
DataTiddler.getTiddlerDataObject = function(t) {
    if (t.dataObject === undefined) {
        var data = DataTiddler.readData(t);
        t.dataObject = (data) ? data : {};
    }
    
    return t.dataObject;
};


// Internal.
//
// @param tiddler a Tiddler
//
DataTiddler.getTiddlerDataValue = function(tiddler, field, defaultValue) {
    var value = DataTiddler.getTiddlerDataObject(tiddler)[field];
    return (value === undefined) ? defaultValue : value;
};


// Internal.
//
// @param tiddler a Tiddler
//
DataTiddler.setTiddlerDataValue = function(tiddler, field, value, defaultValue) {
    var data = DataTiddler.getTiddlerDataObject(tiddler);
    var oldValue = data[field];
	
    if (value == defaultValue) {
        if (oldValue !== undefined) {
            delete data[field];
            DataTiddler.save(tiddler);
        }
        return;
    }
    data[field] = value;
    DataTiddler.save(tiddler);
};

// Internal.
//
// Reads the data section from the tiddler's content and returns its text
// (as a String).
//
// Returns null when no data is defined.
//
// @param tiddler a Tiddler
// @return [may be null]
//
DataTiddler.readDataSectionText = function(tiddler) {
    var matches = DataTiddler.getDataTiddlerMatches(tiddler);
    if (matches === null || !matches[2]) {
        return null;
    }
    return matches[2];
};

// Internal.
//
// Reads the data section from the tiddler's content and returns it
// (as an internalized object).
//
// Returns null when no data is defined.
//
// @param tiddler a Tiddler
// @return [may be null]
//
DataTiddler.readData = function(tiddler) {
    var text = DataTiddler.readDataSectionText(tiddler);
	try {
	    return text ? DataTiddler.parse(text) : null;
	} catch(ex) {
		throw DataTiddler.extendJSONError(ex);
	}
};

// Internal.
// 
// Returns the serialized text of the data of the given tiddler, as it
// should be stored in the data section.
//
// @param tiddler a Tiddler
//
DataTiddler.getDataTextOfTiddler = function(tiddler) {
    var data = DataTiddler.getTiddlerDataObject(tiddler);
    return DataTiddler.stringify(data);
};


// Internal.
// 
DataTiddler.indexOfNonEscapedText = function(s, subString, startIndex) {
	var index = s.indexOf(subString, startIndex);
	while ((index > 0) && (s[index-1] == '~')) { 
		index = s.indexOf(subString, index+1);
	}
	return index;
};

// Internal.
//
DataTiddler.getDataSectionInfo = function(text) {
	// Special care must be taken to handle "<data>" and "</data>" texts inside
	// a data section. 
	// Also take care not to use an escaped <data> (i.e. "~<data>") as the start 
	// of a data section. (Same for </data>)

    // NOTE: we are explicitly searching for a data section that contains a JSON
    // string, i.e. framed with braces. This way we are little bit more robust in
    // case the tiddler contains unescaped texts "<data>" or "</data>". This must
    // be changed when using a different stringifier.

	var startTagText = "<data>{";
	var endTagText = "}</data>";

	var startPos = 0;

	// Find the first not escaped "<data>".
	var startDataTagIndex = DataTiddler.indexOfNonEscapedText(text, startTagText, 0);
	if (startDataTagIndex < 0) {
		return null;
	}

	// Find the *last* not escaped "</data>".
	var endDataTagIndex = text.indexOf(endTagText, startDataTagIndex);
	if (endDataTagIndex < 0) {
		return null;
	}
	var nextEndDataTagIndex;
	while ((nextEndDataTagIndex = text.indexOf(endTagText, endDataTagIndex+1)) >= 0) {
		endDataTagIndex = nextEndDataTagIndex;
	}

	return {
		prefixEnd: startDataTagIndex, 
		dataStart: startDataTagIndex+(startTagText.length)-1, 
		dataEnd: endDataTagIndex, 
		suffixStart: endDataTagIndex+(endTagText.length)
	};
};

// Internal.
// 
// Returns the "matches" of a content of a DataTiddler on the
// "data" regular expression. Return null when no data is defined
// in the tiddler content.
//
// Group 1: text before data section (prefix)
// Group 2: content of data section
// Group 3: text behind data section (suffix)
//
// @param tiddler a Tiddler
// @return [may be null] null when the tiddler contains no data section, otherwise see above.
//
DataTiddler.getDataTiddlerMatches = function(tiddler) {
	var text = tiddler.text;
	var info = DataTiddler.getDataSectionInfo(text);
	if (!info) {
		return null;
	}

	var prefix = text.substr(0,info.prefixEnd);
	var data = text.substr(info.dataStart, info.dataEnd-info.dataStart+1);
	var suffix = text.substr(info.suffixStart);
	
	return [text, prefix, data, suffix];
};


// Internal.
//
// Saves the data in a <data> block of the given tiddler (as a minor change). 
//
// The "chkAutoSave" and "chkForceMinorUpdate" options are respected. 
// I.e. the TiddlyWiki *file* is only saved when AutoSave is on.
//
// Notifications are not send. 
//
// This method should only be called when the data really has changed. 
//
// @param tiddler
//             the tiddler to be saved.
//
DataTiddler.save = function(tiddler) {

    var matches = DataTiddler.getDataTiddlerMatches(tiddler);

    var prefix;
    var suffix;
    if (matches === null) {
        prefix = tiddler.text;
        suffix = "";
    } else {
        prefix = matches[1];
        suffix = matches[3];
    }

    var dataText = DataTiddler.getDataTextOfTiddler(tiddler);
    var newText = 
            (dataText !== null) 
                ? prefix + "<data>" + dataText + "</data>" + suffix
                : prefix + suffix;
    if (newText != tiddler.text) {
        // make the change in the tiddlers text
        
        // ... see DataTiddler.MyTiddlerChangedFunction
        tiddler.isDataTiddlerChange = true;
        
        // ... do the action change
        tiddler.set(
                tiddler.title,
                newText,
                config.options.txtUserName, 
                config.options.chkForceMinorUpdate? undefined : new Date(),
                tiddler.tags);

        // ... see DataTiddler.MyTiddlerChangedFunction
        delete tiddler.isDataTiddlerChange;

        // Mark the store as dirty.
        store.dirty = true;
 
        // AutoSave if option is selected
        if(config.options.chkAutoSave) {
           saveChanges();
        }
    }
};

// Internal.
//
DataTiddler.MyTiddlerChangedFunction = function() {
    // Remove the data object from the tiddler when the tiddler is changed
    // by code other than DataTiddler code. 
    //
    // This is necessary since the data object is just a "cached version" 
    // of the data defined in the data section of the tiddler and the 
    // "external" change may have changed the content of the data section.
    // Thus we are not sure if the data object reflects the data section 
    // contents. 
    // 
    // By deleting the data object we ensure that the data object is 
    // reconstructed the next time it is needed, with the data defined by
    // the data section in the tiddler's text.
    
    // To indicate that a change is a "DataTiddler change" a temporary
    // property "isDataTiddlerChange" is added to the tiddler.
    if (this.dataObject && !this.isDataTiddlerChange) {
        delete this.dataObject;
    }
    
    // call the original code.
	DataTiddler.originalTiddlerChangedFunction.apply(this, arguments);
};


//============================================================================
// Formatters
//============================================================================

// This formatter ensures that "~<data>" is rendered as "<data>". This is used to 
// escape the "<data>" of a data section, just in case someone really wants to use
// "<data>" as a text in a tiddler and not start a data section.
//
// Same for </data>.
//
config.formatters.push( {
    name: "data-escape",
    match: "~<\\/?data>",

    handler: function(w) {
            w.outputText(w.output,w.matchStart + 1,w.nextMatch);
    }
} );


// This formatter ensures that <data>...</data> sections are not rendered.
//
config.formatters.push( {
    name: "data",
    match: "<data>",

    handler: function(w) {
		var info = DataTiddler.getDataSectionInfo(w.source);
		if (info && info.prefixEnd == w.matchStart) {
            w.nextMatch = info.suffixStart;
		} else {
			w.outputText(w.output,w.matchStart,w.nextMatch);
		}
    }
} );


//============================================================================
// Tiddler Class Extension
//============================================================================

// "Hijack" the changed method ---------------------------------------------------

DataTiddler.originalTiddlerChangedFunction = Tiddler.prototype.changed;
Tiddler.prototype.changed = DataTiddler.MyTiddlerChangedFunction;

// Define accessor methods -------------------------------------------------------

// Returns the value of the given data field of the tiddler. When no such field 
// is defined or its value is undefined the defaultValue is returned.
//
// When field is undefined (or null) the data object is returned. (See 
// DataTiddler.getDataObject.)
//
// @param field [may be null, undefined]
// @param defaultValue [may be null, undefined]
// @return [may be null, undefined]
//
Tiddler.prototype.data = function(field, defaultValue) {
    return (field) 
         ? DataTiddler.getTiddlerDataValue(this, field, defaultValue)
         : DataTiddler.getTiddlerDataObject(this);
};

// Sets the value of the given data field of the tiddler to the value. When the 
// value is equal to the defaultValue no value is set (and the field is removed).
//
// @param value [may be null, undefined]
// @param defaultValue [may be null, undefined]
//
Tiddler.prototype.setData = function(field, value, defaultValue) {
    DataTiddler.setTiddlerDataValue(this, field, value, defaultValue);
};


//============================================================================
// showData Macro
//============================================================================

config.macros.showData = {
     // Standard Properties
     label: "showData",
     prompt: "Display the values stored in the data section of the tiddler"
};

config.macros.showData.handler = function(place,macroName,params) {
    // --- Parsing ------------------------------------------

    var i = 0; // index running over the params
    // Parse the optional "JSON"
    var showInJSONFormat = false;
    if ((i < params.length) && params[i] == "JSON") {
        i++;
        showInJSONFormat = true;
    }
    
    var tiddlerName = story.findContainingTiddler(place).id.substr(7);
    if (i < params.length) {
        tiddlerName = params[i];
        i++;
    }

    // --- Processing ------------------------------------------
    try {
        if (showInJSONFormat) {
            this.renderDataInJSONFormat(place, tiddlerName);
        } else {
            this.renderDataAsTable(place, tiddlerName);
        }
    } catch (e) {
        this.createErrorElement(place, e);
    }
};

config.macros.showData.renderDataInJSONFormat = function(place,tiddlerName) {
    var text = DataTiddler.getDataText(tiddlerName);
    if (text) {
        createTiddlyElement(place,"pre",null,null,text);
    }
};

config.macros.showData.renderDataAsTable = function(place,tiddlerName) {
    var text = "|!Name|!Value|\n";
    var data = DataTiddler.getDataObject(tiddlerName);
    if (data) {
        for (var i in data) {
            var value = data[i];
            text += "|"+i+"|"+DataTiddler.stringify(value)+"|\n";
        }
    }
    
    wikify(text, place);
};


// Internal.
//
// Creates an element that holds an error message
// 
config.macros.showData.createErrorElement = function(place, exception) {
    var message = (exception.description) ? exception.description : exception.toString();
    return createTiddlyElement(place,"span",null,"showDataError","<<showData ...>>: "+message);
};

// ---------------------------------------------------------------------------
// Stylesheet Extensions (may be overridden by local StyleSheet)
// ---------------------------------------------------------------------------
//
setStylesheet(
    ".showDataError{color: #ffffff;background-color: #880000;}",
    "showData");


} // of "install only once"
// Used Globals (for JSLint) ==============

// ... TiddlyWiki Core
/*global 	createTiddlyElement, saveChanges, store, story, wikify */
// ... DataTiddler
/*global 	DataTiddler */
// ... JSON
/*global 	JSON */
			

/***
!JSON Code, used to serialize the data
***/
/*
Copyright (c) 2005 JSON.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The Software shall be used for Good, not Evil.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

/*
    The global object JSON contains two methods.

    JSON.stringify(value) takes a JavaScript value and produces a JSON text.
    The value must not be cyclical.

    JSON.parse(text) takes a JSON text and produces a JavaScript value. It will
    throw a 'JSONError' exception if there is an error.
*/
var JSON = {
    copyright: '(c)2005 JSON.org',
    license: 'http://www.crockford.com/JSON/license.html',
/*
    Stringify a JavaScript value, producing a JSON text.
*/
    stringify: function (v) {
        var a = [];

/*
    Emit a string.
*/
        function e(s) {
            a[a.length] = s;
        }

/*
    Convert a value.
*/
        function g(x) {
            var c, i, l, v;

            switch (typeof x) {
            case 'object':
                if (x) {
                    if (x instanceof Array) {
                        e('[');
                        l = a.length;
                        for (i = 0; i < x.length; i += 1) {
                            v = x[i];
                            if (typeof v != 'undefined' &&
                                    typeof v != 'function') {
                                if (l < a.length) {
                                    e(',');
                                }
                                g(v);
                            }
                        }
                        e(']');
                        return;
                    } else if (typeof x.toString != 'undefined') {
                        e('{');
                        l = a.length;
                        for (i in x) {
                            v = x[i];
                            if (x.hasOwnProperty(i) &&
                                    typeof v != 'undefined' &&
                                    typeof v != 'function') {
                                if (l < a.length) {
                                    e(',');
                                }
                                g(i);
                                e(':');
                                g(v);
                            }
                        }
                        return e('}');
                    }
                }
                e('null');
                return;
            case 'number':
                e(isFinite(x) ? +x : 'null');
                return;
            case 'string':
                l = x.length;
                e('"');
                for (i = 0; i < l; i += 1) {
                    c = x.charAt(i);
                    if (c >= ' ') {
                        if (c == '\\' || c == '"') {
                            e('\\');
                        }
                        e(c);
                    } else {
                        switch (c) {
                            case '\b':
                                e('\\b');
                                break;
                            case '\f':
                                e('\\f');
                                break;
                            case '\n':
                                e('\\n');
                                break;
                            case '\r':
                                e('\\r');
                                break;
                            case '\t':
                                e('\\t');
                                break;
                            default:
                                c = c.charCodeAt();
                                e('\\u00' + Math.floor(c / 16).toString(16) +
                                    (c % 16).toString(16));
                        }
                    }
                }
                e('"');
                return;
            case 'boolean':
                e(String(x));
                return;
            default:
                e('null');
                return;
            }
        }
        g(v);
        return a.join('');
    },
/*
    Parse a JSON text, producing a JavaScript value.
*/
    parse: function (text) {
        var p = /^\s*(([,:{}\[\]])|"(\\.|[^\x00-\x1f"\\])*"|-?\d+(\.\d*)?([eE][+-]?\d+)?|true|false|null)\s*/,
            token,
            operator;

        function error(m, t) {
            throw {
                name: 'JSONError',
                message: m,
                text: t || operator || token
            };
        }

        function next(b) {
            if (b && b != operator) {
                error("Expected '" + b + "'");
            }
            if (text) {
                var t = p.exec(text);
                if (t) {
                    if (t[2]) {
                        token = null;
                        operator = t[2];
                    } else {
                        operator = null;
                        try {
                            token = eval(t[1]);
                        } catch (e) {
                            error("Bad token", t[1]);
                        }
                    }
                    text = text.substring(t[0].length);
                } else {
                    error("Unrecognized token", text);
                }
            } else {
                token = operator = undefined;
            }
        }


        function val() {
            var k, o;
            switch (operator) {
            case '{':
                next('{');
                o = {};
                if (operator != '}') {
                    for (;;) {
                        if (operator || typeof token != 'string') {
                            error("Missing key");
                        }
                        k = token;
                        next();
                        next(':');
                        o[k] = val();
                        if (operator != ',') {
                            break;
                        }
                        next(',');
                    }
                }
                next('}');
                return o;
            case '[':
                next('[');
                o = [];
                if (operator != ']') {
                    for (;;) {
                        o.push(val());
                        if (operator != ',') {
                            break;
                        }
                        next(',');
                    }
                }
                next(']');
                return o;
            default:
                if (operator !== null) {
                    error("Missing value");
                }
                k = token;
                next();
                return k;
            }
        }
        next();
        return val();
    }
};

/***
!Setup the data serialization
***/

DataTiddler.format = "JSON";
DataTiddler.stringify = JSON.stringify;
DataTiddler.parse = JSON.parse;

//}}}
[[TiddlerGrid]]
/***
|''Name:''|EasyEditPlugin|
|''Description:''|Lite and extensible Wysiwyg editor for TiddlyWiki.|
|''Version:''|1.3.3|
|''Date:''|Dec 21,2007|
|''Source:''|http://visualtw.ouvaton.org/VisualTW.html|
|''Author:''|Pascal Collin|
|''License:''|[[BSD open source license|License]]|
|''~CoreVersion:''|2.1.0|
|''Browser:''|Firefox 2.0; InternetExplorer 6.0|
!Demo
*On the plugin [[homepage|http://visualtw.ouvaton.org/VisualTW.html]], see [[WysiwygDemo]] and use the {{{write}}} button.
!Installation
#import the plugin,
#save and reload,
#use the <<toolbar easyEdit>> button in the tiddler's toolbar (in default ViewTemplate) or add {{{easyEdit}}} command in your own toolbar.
! Useful Addons
*[[HTMLFormattingPlugin|http://www.tiddlytools.com/#HTMLFormattingPlugin]] to embed wiki syntax in html tiddlers.<<br>>//__Tips__ : When this plugin is installed, you can use anchor syntax to link tiddlers in wysiwyg mode (example : #example). Anchors are converted back and from wiki syntax when editing.//
*[[TaggedTemplateTweak|http://www.TiddlyTools.com/#TaggedTemplateTweak]] to use alternative ViewTemplate/EditTemplate for tiddler's tagged with specific tag values.
!Configuration
|Buttons in the toolbar (empty = all).<<br>>//Example : bold,underline,separator,forecolor//<<br>>The buttons will appear in this order.| <<option txtEasyEditorButtons>>|
|EasyEditor default height | <<option txtEasyEditorHeight>>|
|Stylesheet applied to the edited richtext |[[EasyEditDocStyleSheet]]|
|Template called by the {{{write}}} button |[[EasyEditTemplate]]|
!How to extend EasyEditor
*To add your own buttons, add some code like the following in a systemConfig tagged tiddler (//use the prompt attribute only if there is a parameter//) :
**{{{EditorToolbar.buttons.heading = {label:"H", toolTip : "Set heading level", prompt: "Enter heading level"};}}} 
**{{{EditorToolbar.buttonsList +=",heading";}}}
*To get the list of all possible commands, see the documentation of the [[Gecko built-in rich text editor|http://developer.mozilla.org/en/docs/Midas]] or the [[IE command identifiers|http://msdn2.microsoft.com/en-us/library/ms533049.aspx]].
*To go further in customization, see [[Link button|EasyEditPlugin-LinkButton]] as an example.
!Code
***/

//{{{

var geckoEditor={};
var IEeditor={};

config.options.txtEasyEditorHeight = config.options.txtEasyEditorHeight ? config.options.txtEasyEditorHeight : "500px";
config.options.txtEasyEditorButtons = config.options.txtEasyEditorButtons ? config.options.txtEasyEditorButtons : "";

// TW2.1.x compatibility
config.browser.isGecko = config.browser.isGecko ? config.browser.isGecko : (config.userAgent.indexOf("gecko") != -1); 
config.macros.annotations = config.macros.annotations ? config.macros.annotations : {handler : function() {}}


// EASYEDITOR MACRO

config.macros.easyEdit = {
	handler : function(place,macroName,params,wikifier,paramString,tiddler) {
		var field = params[0];
		var height = params[1] ? params[1] : config.options.txtEasyEditorHeight;
		var editor = field ? new easyEditor(tiddler,field,place,height) : null;
	},
	gather: function(element){
		var iframes = element.getElementsByTagName("iframe");
		if (iframes.length!=1) return null
		var text = "<html>"+iframes[0].contentWindow.document.body.innerHTML+"</html>";
		text = config.browser.isGecko ? geckoEditor.postProcessor(text) : (config.browser.isIE ? IEeditor.postProcessor(text) : text);
		return text;
	}
}

// EASYEDITOR CLASS

function easyEditor(tiddler,field,place,height) {
	this.tiddler = tiddler;
	this.field = field;
	this.browser = config.browser.isGecko ? geckoEditor : (config.browser.isIE ? IEeditor : null);
	this.wrapper = createTiddlyElement(place,"div",null,"easyEditor");
	this.wrapper.setAttribute("easyEdit",this.field);
	this.iframe = createTiddlyElement(null,"iframe");
	this.browser.setupFrame(this.iframe,height,contextualCallback(this,this.onload));
	this.wrapper.appendChild(this.iframe);
}

easyEditor.prototype.onload = function(){
	this.editor = this.iframe.contentWindow;
	this.doc = this.editor.document;
	if (!this.browser.isDocReady(this.doc)) return null;
	
	if (!this.tiddler.isReadOnly() && this.doc.designMode.toLowerCase()!="on") {
		this.doc.designMode = "on";
		if (this.browser.reloadOnDesignMode) return false;	// IE fire readystatechange after designMode change
	}
	
	var internalCSS = store.getTiddlerText("EasyEditDocStyleSheet");
	setStylesheet(internalCSS,"EasyEditDocStyleSheet",this.doc);
	this.browser.initContent(this.doc,store.getValue(this.tiddler,this.field));

	var barElement=createTiddlyElement(null,"div",null,"easyEditorToolBar");
	this.wrapper.insertBefore(barElement,this.wrapper.firstChild);
	this.toolbar = new EditorToolbar(this.doc,barElement,this.editor);

	this.browser.plugEvents(this.doc,contextualCallback(this,this.scheduleButtonsRefresh));
	this.editor.focus();
}

easyEditor.SimplePreProcessoror = function(text) {
	var re = /^<html>(.*)<\/html>$/m;
	var htmlValue = re.exec(text);
	var value = (htmlValue && (htmlValue.length>0)) ? htmlValue[1] : text;
	return value;
}

easyEditor.prototype.scheduleButtonsRefresh=function() { //doesn't refresh buttons state when rough typing
	if (this.nextUpdate) window.clearTimeout(this.nextUpdate);
	this.nextUpdate = window.setTimeout(contextualCallback(this.toolbar,EditorToolbar.onUpdateButton),easyEditor.buttonDelay);
}

easyEditor.buttonDelay = 200;

// TOOLBAR CLASS

function EditorToolbar(target,parent,window){
	this.target = target;
	this.window=window;
	this.elements={};
	var row = createTiddlyElement(createTiddlyElement(createTiddlyElement(parent,"table"),"tbody"),"tr");
	var buttons = (config.options.txtEasyEditorButtons ? config.options.txtEasyEditorButtons : EditorToolbar.buttonsList).split(",");
	for(var cpt = 0; cpt < buttons.length; cpt++){
		var b = buttons[cpt];
		var button = EditorToolbar.buttons[b];
		if (button) {
			if (button.separator)
				createTiddlyElement(row,"td",null,"separator").innerHTML+="&nbsp;";
			else {
				var cell=createTiddlyElement(row,"td",null,b+"Button");
				if (button.onCreate) button.onCreate.call(this, cell, b);
				else EditorToolbar.createButton.call(this, cell, b);
			}
		}
	}
}

EditorToolbar.createButton = function(place,name){
	this.elements[name] = createTiddlyButton(place,EditorToolbar.buttons[name].label,EditorToolbar.buttons[name].toolTip,contextualCallback(this,EditorToolbar.onCommand(name)),"button");
}

EditorToolbar.onCommand = function(name){
	var button = EditorToolbar.buttons[name];
	return function(){
		var parameter = false;
		if (button.prompt) {
			var parameter = this.target.queryCommandValue(name);
			parameter = prompt(button.prompt,parameter);
		}
		if (parameter != null) {
			this.target.execCommand(name, false, parameter);
			EditorToolbar.onUpdateButton.call(this);
		}
		return false;
	}
}

EditorToolbar.getCommandState = function(target,name){
	try {return target.queryCommandState(name)}
	catch(e){return false}
}

EditorToolbar.onRefreshButton = function (name){
	if (EditorToolbar.getCommandState(this.target,name)) addClass(this.elements[name].parentNode,"buttonON");
	else removeClass(this.elements[name].parentNode,"buttonON");
	this.window.focus();
}

EditorToolbar.onUpdateButton = function(){
	for (b in this.elements) 
		if (EditorToolbar.buttons[b].onRefresh) EditorToolbar.buttons[b].onRefresh.call(this,b);
		else EditorToolbar.onRefreshButton.call(this,b);
}

EditorToolbar.buttons = {
	separator : {separator : true},
	bold : {label:"B", toolTip : "Bold"},
	italic : {label:"I", toolTip : "Italic"},
	underline : {label:"U", toolTip : "Underline"},
	strikethrough : {label:"S", toolTip : "Strikethrough"},
	insertunorderedlist : {label:"\u25CF", toolTip : "Unordered list"},
	insertorderedlist : {label:"1.", toolTip : "Ordered list"},
	justifyleft : {label:"[\u2261", toolTip : "Align left"},
	justifyright : {label:"\u2261]", toolTip : "Align right"},
	justifycenter : {label:"\u2261", toolTip : "Align center"},
	justifyfull : {label:"[\u2261]", toolTip : "Justify"},
	removeformat : {label:"\u00F8", toolTip : "Remove format"},
	fontsize : {label:"\u00B1", toolTip : "Set font size", prompt: "Enter font size"},
	forecolor : {label:"C", toolTip : "Set font color", prompt: "Enter font color"},
	fontname : {label:"F", toolTip : "Set font name", prompt: "Enter font name"},
	heading : {label:"H", toolTip : "Set heading level", prompt: "Enter heading level (example : h1, h2, ...)"},
	indent : {label:"\u2192[", toolTip : "Indent paragraph"},
	outdent : {label:"[\u2190", toolTip : "Outdent paragraph"},
	inserthorizontalrule : {label:"\u2014", toolTip : "Insert an horizontal rule"},
	insertimage : {label:"\u263C", toolTip : "Insert image", prompt: "Enter image url"}
}

EditorToolbar.buttonsList = "bold,italic,underline,strikethrough,separator,increasefontsize,decreasefontsize,fontsize,forecolor,fontname,separator,removeformat,separator,insertparagraph,insertunorderedlist,insertorderedlist,separator,justifyleft,justifyright,justifycenter,justifyfull,indent,outdent,separator,heading,separator,inserthorizontalrule,insertimage";

if (config.browser.isGecko) {
	EditorToolbar.buttons.increasefontsize = {onCreate : EditorToolbar.createButton, label:"A", toolTip : "Increase font size"};
	EditorToolbar.buttons.decreasefontsize = {onCreate : EditorToolbar.createButton, label:"A", toolTip : "Decrease font size"};
	EditorToolbar.buttons.insertparagraph = {label:"P", toolTip : "Format as paragraph"};
}

// GECKO (FIREFOX, ...) BROWSER SPECIFIC METHODS

geckoEditor.setupFrame = function(iframe,height,callback) {
	iframe.setAttribute("style","width: 100%; height:" + height);
	iframe.addEventListener("load",callback,true);
}

geckoEditor.plugEvents = function(doc,onchange){
	doc.addEventListener("keyup", onchange, true);
	doc.addEventListener("keydown", onchange, true);
	doc.addEventListener("click", onchange, true);
}

geckoEditor.postProcessor = function(text){return text};

geckoEditor.preProcessor = function(text){return easyEditor.SimplePreProcessoror(text)}

geckoEditor.isDocReady = function() {return true;}

geckoEditor.reloadOnDesignMode=false;

geckoEditor.initContent = function(doc,content){
	if (content) doc.execCommand("insertHTML",false,geckoEditor.preProcessor(content));
}

// INTERNET EXPLORER BROWSER SPECIFIC METHODS
	
IEeditor.setupFrame = function(iframe,height,callback) {
	iframe.width="99%";  //IE displays the iframe at the bottom if 100%. CSS layout problem ? I don't know. To be studied...
	iframe.height=height.toString();
	iframe.attachEvent("onreadystatechange",callback);
}

IEeditor.plugEvents = function(doc,onchange){
	doc.attachEvent("onkeyup", onchange);
	doc.attachEvent("onkeydown", onchange);
	doc.attachEvent("onclick", onchange);
}

IEeditor.isDocReady = function(doc){
	if (doc.readyState!="complete") return false;
	if (!doc.body) return false;
	return (doc && doc.getElementsByTagName && doc.getElementsByTagName("head") && doc.getElementsByTagName("head").length>0);
}

IEeditor.postProcessor = function(text){return text};

IEeditor.preProcessor = function(text){return easyEditor.SimplePreProcessoror(text)}

IEeditor.reloadOnDesignMode=true;

IEeditor.initContent = function(doc,content){
	if (content) doc.body.innerHTML=IEeditor.preProcessor(content);
}
	
function contextualCallback(obj,func){
    return function(){return func.call(obj)}
}
	
Story.prototype.previousGatherSaveEasyEdit = Story.prototype.previousGatherSaveEasyEdit ? Story.prototype.previousGatherSaveEasyEdit : Story.prototype.gatherSaveFields; // to avoid looping if this line is called several times
Story.prototype.gatherSaveFields = function(e,fields){
	if(e && e.getAttribute) {
		var f = e.getAttribute("easyEdit");
		if(f){
			var newVal = config.macros.easyEdit.gather(e);
			if (newVal) fields[f] = newVal;
		}
		this.previousGatherSaveEasyEdit(e, fields);
	}
}

config.commands.easyEdit={
	text: "write",
	tooltip: "Edit this tiddler in wysiwyg mode",
	readOnlyText: "view",
	readOnlyTooltip: "View the source of this tiddler",
	handler : function(event,src,title) {
		clearMessage();
		var tiddlerElem = document.getElementById(story.idPrefix + title);
		var fields = tiddlerElem.getAttribute("tiddlyFields");
		story.displayTiddler(null,title,"EasyEditTemplate",false,null,fields);
		return false;
	}
}

config.shadowTiddlers.ViewTemplate = config.shadowTiddlers.ViewTemplate.replace(/\+editTiddler/,"+editTiddler easyEdit");

config.shadowTiddlers.EasyEditTemplate = config.shadowTiddlers.EditTemplate.replace(/macro='edit text'/,"macro='easyEdit text'");

config.shadowTiddlers.EasyEditToolBarStyleSheet = "/*{{{*/\n";
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar {font-size:0.8em}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".editor iframe {border:1px solid #DDD}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar td{border:1px solid #888; padding:2px 1px 2px 1px; vertical-align:middle}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar td.separator{border:0}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .button{border:0;color:#444}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .buttonON{background-color:#EEE}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar {margin:0.25em 0}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .boldButton {font-weight:bold}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .italicButton .button {font-style:italic;padding-right:0.65em}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .underlineButton .button {text-decoration:underline}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .strikeButton .button {text-decoration:line-through}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .unorderedListButton {margin-left:0.7em}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .justifyleftButton .button {padding-left:0.1em}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .justifyrightButton .button {padding-right:0.1em}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .justifyfullButton .button, .easyEditorToolBar .indentButton .button, .easyEditorToolBar .outdentButton .button {padding-left:0.1em;padding-right:0.1em}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .increasefontsizeButton .button {padding-left:0.15em;padding-right:0.15em; font-size:1.3em; line-height:0.75em}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .decreasefontsizeButton .button {padding-left:0.4em;padding-right:0.4em; font-size:0.8em;}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .forecolorButton .button {color:red;}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet += ".easyEditorToolBar .fontnameButton .button {font-family:serif}\n" ;
config.shadowTiddlers.EasyEditToolBarStyleSheet +="/*}}}*/";

store.addNotification("EasyEditToolBarStyleSheet", refreshStyles); 

config.shadowTiddlers.EasyEditDocStyleSheet = "/*{{{*/\n \n/*}}}*/";
if (config.annotations) config.annotations.EasyEditDocStyleSheet = "This stylesheet is applied when editing a text with the wysiwyg easyEditor";

//}}}
/***
!Link button add-on
***/
//{{{
EditorToolbar.createLinkButton = function(place,name) {
	this.elements[name] = createTiddlyButton(place,EditorToolbar.buttons[name].label,EditorToolbar.buttons[name].toolTip,contextualCallback(this,EditorToolbar.onInputLink()),"button");
}

EditorToolbar.onInputLink = function() {
	return function(){
		var browser = config.browser.isGecko ? geckoEditor : (config.browser.isIE ? IEeditor : null);
		var value = browser ? browser.getLink(this.target) : "";
		value = prompt(EditorToolbar.buttons["createlink"].prompt,value);
		if (value) browser.doLink(this.target,value);
		else if (value=="") this.target.execCommand("unlink", false, value);
		EditorToolbar.onUpdateButton.call(this);
		return false;
	}
}

EditorToolbar.buttonsList += ",separator,createlink";

EditorToolbar.buttons.createlink = {onCreate : EditorToolbar.createLinkButton, label:"L", toolTip : "Set link", prompt: "Enter link url"};


geckoEditor.getLink=function(doc){
	var range=doc.defaultView.getSelection().getRangeAt(0);
	var container = range.commonAncestorContainer;
	var node = (container.nodeType==3) ? container.parentNode : range.startContainer.childNodes[range.startOffset];
	if (node && node.tagName=="A") {
		var r=doc.createRange();
		r.selectNode(node);
		doc.defaultView.getSelection().addRange(r);
		return (node.getAttribute("tiddler") ? "#"+node.getAttribute("tiddler") : node.href);
	}
	else return (container.nodeType==3 ? "#"+container.textContent.substr(range.startOffset, range.endOffset-range.startOffset).replace(/ $/,"") : "");
}

geckoEditor.doLink=function(doc,link){ // store tiddler in a temporary attribute to avoid url encoding of tiddler's name
	var pin = "href"+Math.random().toString().substr(3);
	doc.execCommand("createlink", false, pin);
	var isTiddler=(link.charAt(0)=="#");
	var node = doc.defaultView.getSelection().getRangeAt(0).commonAncestorContainer;
	var links= (node.nodeType!=3) ? node.getElementsByTagName("a") : [node.parentNode];
	for (var cpt=0;cpt<links.length;cpt++) 
			if (links[cpt].href==pin){
				links[cpt].href=isTiddler ? "javascript:;" : link; 
				links[cpt].setAttribute("tiddler",isTiddler ? link.substr(1) : "");
			}
}

geckoEditor.beforeLinkPostProcessor = geckoEditor.beforelinkPostProcessor ? geckoEditor.beforelinkPostProcessor : geckoEditor.postProcessor;
geckoEditor.postProcessor = function(text){
	return geckoEditor.beforeLinkPostProcessor(text).replace(/<a tiddler="([^"]*)" href="javascript:;">(.*?)(?:<\/a>)/gi,"[[$2|$1]]").replace(/<a tiddler="" href="/gi,'<a href="');
}

geckoEditor.beforeLinkPreProcessor = geckoEditor.beforeLinkPreProcessor ? geckoEditor.beforeLinkPreProcessor : geckoEditor.preProcessor
geckoEditor.preProcessor = function(text){
	return geckoEditor.beforeLinkPreProcessor(text).replace(/\[\[([^|\]]*)\|([^\]]*)]]/g,'<a tiddler="$2" href="javascript:;">$1</a>');
}


IEeditor.getLink=function(doc){
	var node=doc.selection.createRange().parentElement();
	if (node.tagName=="A") return node.href;
	else return (doc.selection.type=="Text"? "#"+doc.selection.createRange().text.replace(/ $/,"") :"");
}

IEeditor.doLink=function(doc,link){
	doc.execCommand("createlink", false, link);
}

IEeditor.beforeLinkPreProcessor = IEeditor.beforeLinkPreProcessor ? IEeditor.beforeLinkPreProcessor : IEeditor.preProcessor
IEeditor.preProcessor = function(text){
	return IEeditor.beforeLinkPreProcessor(text).replace(/\[\[([^|\]]*)\|([^\]]*)]]/g,'<a ref="#$2">$1</a>');
}

IEeditor.beforeLinkPostProcessor = IEeditor.beforelinkPostProcessor ? IEeditor.beforelinkPostProcessor : IEeditor.postProcessor;
IEeditor.postProcessor = function(text){
	return IEeditor.beforeLinkPostProcessor(text).replace(/<a href="#([^>]*)">([^<]*)<\/a>/gi,"[[$2|$1]]");
}

IEeditor.beforeLinkInitContent = IEeditor.beforeLinkInitContent ? IEeditor.beforeLinkInitContent : IEeditor.initContent;
IEeditor.initContent = function(doc,content){
	IEeditor.beforeLinkInitContent(doc,content);
	var links=doc.body.getElementsByTagName("A");
	for (var cpt=0; cpt<links.length; cpt++) {
		links[cpt].href=links[cpt].ref; //to avoid IE conversion of relative URLs to absolute
		links[cpt].removeAttribute("ref");	
	}
}

config.shadowTiddlers.EasyEditToolBarStyleSheet += "\n/*{{{*/\n.easyEditorToolBar .createlinkButton .button {color:blue;text-decoration:underline;}\n/*}}}*/";

config.shadowTiddlers.EasyEditDocStyleSheet += "\n/*{{{*/\na {color:#0044BB;font-weight:bold}\n/*}}}*/";

//}}}
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'><span macro='tiddler QuickEdit_replace'></span>&nbsp;&nbsp;&nbsp;<span macro='tiddler QuickEdit_convert'></span>&nbsp;&nbsp;&nbsp;</div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
/***
Editable Table by Steve Millman, adapted from MATHCELL SPREADSHEET
Written by Bradley Meck
No idea what license apply.
***/
//{{{
config.macros.EditableTable = {
        caretPosition: function(element){
                var selelected, range, r2, collapsed = false, i=-1;
                if(typeof element.selectionStart=="number") {
                        i=element.selectionStart;
                        if(element.selectionStart == element.selectionEnd){collapsed = true};
                }
                else if(document.selection && element.createTextRange) {
                        selelected=document.selection;
                        if(selelected){
                                r2=selelected.createRange();
                                if(r2.text.length == 0){collapsed = true;}
                                range=element.createTextRange();
                                range.setEndPoint("EndToStart", r2);
                                i=range.text.length;
                        }
                }
                else {
                        el.onkeyup=null;
                        el.onclick=null;
                }
                return [i,collapsed];
        },
        functions: {

        },
        handler: function(place,macroName,params){

                var row = createTiddlyElement(place,"div");
                        createTiddlyButton(row,"save","save data back to table",function(){
                                var str = "";
                                for(var i = 0; i < this.parentNode.nextSibling.childNodes.length; i ++){
                                        str+="|"
                                        for(var j = 0; j < this.parentNode.nextSibling.childNodes [i].childNodes.length; j++){
                                                str += this.parentNode.nextSibling.childNodes[i].childNodes [j].title.replace("\\","\\\\").replace(",","\\,")+"|";
                                                }str += "\n";

                                }

                                var tiddler = params[0];
                                 var tiddlerdata = store.getTiddler(params[0]);

                                var rindex= tiddlerdata.text.indexOf("<<");

                                var rows = tiddlerdata.text.substring(0,rindex);
                                var append = tiddlerdata.text.substring(rindex);
                                if (append.length == 0) append = "<<tiddler \"TableScript\">>";

                                str+=append;
                                store.saveTiddler (tiddler,tiddler,str,config.options.txtUserName,new Date(), ["spreadsheet"]);
                                return false;
                        });
                        createTiddlyButton(row,"reload","revert to saved table",function(){
                                 var tiddler = store.getTiddler(params[0]);
                                var rows = tiddler.text.split("\n");
                                var rindex= tiddler.text.indexOf("<<");
                                var rows = tiddler.text.substring(0,rindex);
                                rows= tiddler.text.split("\n");
                                rows=rows.slice(0,-1);
                                for(var i = 0; i < rows.length; i++){
                                        var cells = rows[i].split("|");
                                        cells      =cells.slice(1);
                                        for(var j = 0; j < cells.length-1; j++){
                                                if(j < cells.length -2 && cells[j].match(/\\{1,1}$/)){
                                                        cells.splice(j,2,cells[j]+","+cells[j+1]); j--;
                                                }
                                                cells[j] = cells[j].replace(/\\,/g,",").replace(/\\\\/g,"\\");
                                                this.parentNode.nextSibling.childNodes[i].childNodes[j].title = cells[j];
                                                this.parentNode.nextSibling.childNodes[i].childNodes[j].focus();
                                                this.parentNode.nextSibling.childNodes[i].childNodes[j].blur();
                                        }rows[i] = cells;
                                }
                                return false;
                        });

//                      ADDING for rownum and colnum

                                var tiddler = store.getTiddler(params[0]);
                                var rindex= tiddler.text.indexOf("<<");

                                var rows = tiddler.text.substring(0,rindex);
                                rows=rows.split("\n");
                                var rownum = rows.length-1;
                                var cells = rows[0].split("|");
                                var colnum = cells.length - 2;

//              var place = createTiddlyElement(place,"form",null,("mathCellContainer "+params[0]+" "+params[1]));
                var place = createTiddlyElement(place,"form",null, ("mathCellContainer "+rownum+" "+colnum));

                 var tiddler = store.getTiddler(params[0]);
                var rows = tiddler.text.split("\n");  //ADDED

//              for(var i = 1; i <= Number(params[0]); i++){
                for(var i = 1; i <= rownum; i++){
                        row = createTiddlyElement(place,"div");
                        if(i % 2 == 0) row.className = "evenRow";
                        else row.className = "oddRow";

//                      for(var j = 0; j < Number(params[1]); j++){
                        for(var j = 0; j < colnum; j++){
                                var cells = rows[i-1].split("|");  //ADDED
                                var cell = document.createElement('input');
                                cell.type = 'text';
                                cell.className = "unselected";
//                              cell.title = "";
                                cell.value=cells[j+1];
                                cell.title = cells[j+1];
                                cell.onkeydown = function(event){
                                        if(!event) var event = window.event;
                                        var caret = config.macros.MathCell.caretPosition(this)
                                        switch(event.keyCode){
                                                case 37:
                                                        if(this.previousSibling && this.previousSibling.previousSibling
                                                                && this.previousSibling.tagName == "INPUT" && caret[1] && caret [0] == 0)
                                                                this.previousSibling.focus();
                                                        break;
                                                case 39:
                                                        if(this.nextSibling && this.nextSibling .tagName == "INPUT"
                                                                && caret[1] && caret[0] == this.value.length)
                                                                this.nextSibling .focus();
                                                        break;
                                                case 38:
                                                        if(this.parentNode.previousSibling.previousSibling){
                                                                var elem = this;
                                                                var i = 0;
                                                                while((elem = elem.previousSibling)){
                                                                        i++;
                                                                }
                                                                if(this.parentNode.previousSibling.childNodes[i].tagName == "INPUT"){
                                                                        this.parentNode.previousSibling.childNodes[i].focus();
                                                                }
                                                        }
                                                        break;
                                                case 40:
                                                        if(this.parentNode.nextSibling){
                                                                var elem = this;
                                                                var i = 0;
                                                                while((elem = elem.previousSibling)){
                                                                        i++;
                                                                }
                                                                if(this.parentNode.nextSibling.childNodes[i].tagName == "INPUT"){
                                                                        this.parentNode.nextSibling.childNodes[i].focus();
                                                                }
                                                        }
                                                        break;
                                                return false;
                                        }
                                };

                                cell.onfocus = function(){
                                        this.value = this.title;
                                        this.className = "selected";
                                        return false;
                                }
                                cell.onblur = function(){
                                        this.title = this.value;
                                        this.className = "unselected";

                                          if(0){

                                        /*SEPERATE PARETHESIS WITH FUNCTION NAMES CELL ABBREVIATIONS AND OTHER*/
                                        var parts = this.value.replace(/\s+/g,"").match(/(?:[a-zA-Z][a-zA-Z0-9]*[\(]|[\(]|[\)]|[0-9\+\-\/\*\^\!\^\%\.\,\:]+|[A-Z]+[0-9]+)/g);

                                        // DEBUG WITH THIS BEFORE MESSING WITH THE CODE! FOR THE LOVE OF ALL THAT IS HOLY!
                                        //alert(parts.join("\n"));

                                        if(parts){

                                                for(var i = 0; i < parts.length; i++){

                                                /*HANDLE [A-Z]+[0-9]+ CELL ABBREVIATIONS*/
                                                        if(parts[i].match(/^[A-Z]+[0-9+]$/) && parts[i].indexOf("(") == -1){
                                                                var gobehind = i;var size = 1;var result = "",getRow,number = 0,letters;
                                                                if(i > 0 && !parts[i-1].match(/[\(]/)){
                                                                        size ++;
                                                                        result = parts[--gobehind];
                                                                        if(!parts[gobehind].match(/[\+\-\^\%\*\/][\s]*$/)){result += "*";}
                                                                }
                                                                getRow = parts[i].match(/[0-9]+/)[0];
                                                                if(getRow == "0"){
                                                                        break;
                                                                }
                                                                getRow = this.parentNode.parentNode.childNodes[getRow];
                                                                letters = parts[i].match(/[A-Z]+/)[0];
                                                                for(var j = 0; j < letters.length; j++){
                                                                        number += (letters.charCodeAt(j) -64)*(Math.pow (26,letters.length-1-j));
                                                                }
                                                                if(getRow.childNodes[number] == this){
                                                                        displayMessage("cannot reference self node "+parts[i]);
                                                                        return;
                                                                }
                                                                result += getRow.childNodes[number].value;
                                                                if(i < parts.length -1 && parts[i+1] != ")"){
                                                                        result += parts[gobehind+(++size)-1];
                                                                }
                                                                i--;
                                                                parts.splice(gobehind,size,result);
                                                        }

                                                }

                                                /*HANDLE PARENTHESIS AND FUNCTION CALLS*/

                                                var index;

                                                //SHOULD CHANGE THIS TO A FOR LOOP TO IMPROVE PERFOMANCE
                                                while(parts.length > 1 && (index = parts.find(")")) != null){
                                                        if(index > 0){
                                                                parts[index-1] = parts[index-1].toString();
                                                                if(!parts[index-1].match(/[\(]/) && config.macros.MathCell.functions[parts[index-2]]){ parts.splice(index-2,3,config.macros.MathCell.functions[parts[index-2]] (parts[--index],this));
                                                                }
                                                                else if(config.macros.MathCell.functions[parts[index-1]]){
                                                                        parts.splice(index-1,2,config.macros.MathCell.functions[parts [index-1]]("",this));
                                                                }
                                                                else{
                                                                        displayMessage("function used in equation does not exist");
                                                                        displayMessage("error: malformed mathCell equation.");
                                                                        displayMessage("index : "+index);
                                                                        return;
                                                                }
                                                                if(index < parts.length && !parts[index].match(/[\)\(]/)){
                                                                        if(!parts[index].toString().match(/^[\s]*[\)\*\/\+\-\%\^\!]/))
                                                                                parts[index] = "*"+parts[index]
                                                                        parts.splice(index-1,2,parts[index-1]+parts[index--]);;
                                                                }
                                                                if(index > 1 &&!parts[index-2].toString().match(/[\(]/) && ! parts[index-2].toString().match(/[\+\-\^\%\*\/][\s]*$/) && index <= parts.length){
                                                                                parts.splice(index-2,2,parts[index-2]+"*"+parts[index-1]);
                                                                }
                                                        }
                                                        else{
                                                                displayMessage("parenthesis do not match up.");
                                                                displayMessage("error: malformed mathCell equation.");
                                                                return;
                                                        }
                                                }
                                                var result = config.macros.MathCell.parseMath(parts.join(""));
                                                if(!isNaN(result))
                                                        this.value = result;
                                                else{

                                                        displayMessage("error: malformed mathCell equation.");
                                                }

                                                return false;
                                                }

                                        }

                                }

                                row.appendChild(cell);
                        }

                }

        },

        parseMath: function(equation){
                                return false;
        }

}
//}}}
/***
|Name|GridPlugin|
|Source|http://www.TiddlyTools.com/#GridPlugin|
|Documentation|http://www.TiddlyTools.com/#GridPluginInfo|
|Version|2.0.7|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1.3|
|Type|plugin|
|Description|Display/edit slices, sections and fields in a grid (table) for a 'birds-eye' view of your document|
!!!!!Documentation
>see [[GridPluginInfo]]
!!!!!Revisions
<<<
2010.03.06 2.0.7 fixed setSection()
2009.09.26 2.0.6 fixed setSlice() for existing slices with empty values
|please see [[GridPluginInfo]] for additional revision details|
2007.01.30 0.0.1 started
<<<
!!!!!Code
***/
//{{{
version.extensions.GridPlugin= {major: 2, minor: 0, revision: 7, date: new Date(2010,3,6)};

config.macros.grid= {
	sizeSliceName: 'TiddlerSize', // fake slice to show # of bytes in tiddler 
	noColsMsg: '@@display:block;border:1px solid;there are no columns to display@@',
	showHeaders:'&#x25BA;&#x25BA;&#x25BA;',
	showHeadersTip:'show column headings',
	hideHeaders:'&#x25C4;&#x25C4;&#x25C4;',
	hideHeadersTip:'hide column headings',
	slicesRE: /(?:^\|\s*[\'\/]*~?(\w+)\:?[\'\/]*\s*\|\s*(.*?)\s*\|$)/gm,
	gridStyles: '.viewer .grid thead td, .grid thead td { background:transparent; }',
	init: function() { setStylesheet(this.gridStyles,'gridStyles'); },
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		var edit=params.contains('edit') && !readOnly; // no editing if readOnly
		var wiki=params.contains('wikify');
		var inline=params.contains('inline');
		if (inline) var heads=true;
		var all=params.contains('all');
		params=paramString.parseParams('name',null,true,false,true); // for NAMED VALUES
		var filter=getParam(params,'filter',''); // core or MatchTagsPlugin tag filter syntax
		if (filter.length && !filter.startsWith('[tag[')) filter='[tag['+filter+']]';
		var tags=this.getList(getParam(params,'tags'),true); // older "match at least one tag" syntax
		if (tags.length) filter='[tag['+tags.join(']][tag[')+']]'+filter;
		var names=this.getList(getParam(params,'columns')); // slices/sections/fields to use as columns
		var clip=getParam(params,'clip',0); // 0=no clipping
		var width=getParam(params,'width','auto');
		var rc=this.getRowsAndCols(filter,names,all);
		if (!rc.cols.length) wikify(this.noColsMsg,place);
		else this.renderTable(place,rc.rows,rc.cols,inline,heads,wiki,edit,clip,width);
	},
	getList: function(t,gettags) {
		var items=(t||'').readBracketedList();
		for (var i=0;i<items.length;i++) { var item=items[i];
			// replace item with list based on item prefix:
			// +name  contents of tiddler (space-separated list)
			// @name  slices/tags,
			// @!name sections
			// @=name fields
			if ('@+'.indexOf(item.substr(0,1))!=-1) {
				var title=item.substr(1); var type=title.substr(0,1);
				if ('=!'.indexOf(type)!=-1) title=title.substr(1);
				if (title=='here')
					title=story.findContainingTiddler(place).getAttribute('tiddler');
				var tid=store.getTiddler(title); if (tid) {
					var list=[];
					if (item.substr(0,1)=='+') list=tid.text.readBracketedList();  // contents
					else if (gettags) list=tid.tags; // tags
					else if (type=='!') list=this.getSections(tid.title);  // sections
					else if (type=='=') list=this.getFields(tid.title); // fields
					else for (var s in this.getSlices(tid.title)) list.push(s);  // slices
					items.splice(i,1); // remove item
					for (var j=0;j<list.length;j++,i++) items.splice(i,0,list[j]); // add list
				}
			}
		}
		return items;
	},
	getRowsAndCols: function(filter,names,all) {
		var rows=[]; var cols=[]; // get rows (tiddlers) and columns (slices)
		var tiddlers=filter&&filter.length?store.filterTiddlers(filter):store.getTiddlers();
		for (i=0; i<tiddlers.length; i++) {
			var slices=this.getSlices(tiddlers[i].title);
			var include=false; for (var s in slices) { cols.pushUnique(s); include=true; }
			if (include||all) rows.push(tiddlers[i].title);
		}
		rows=rows.sort();
		// use specified list instead of collected slice names
		if (names.length) var cols=names;
		return {rows:rows,cols:cols};
	},
	renderTable: function(place,rows,cols,inline,heads,wiki,edit,clip,width) {
		var span=createTiddlyElement(place,'span')
		span.innerHTML=this.generateTable(rows,cols,inline,heads,wiki,edit,clip,width)
		// replace TD content with wikified elements
		var tds=span.getElementsByTagName('td');
		for (var t=0; t<tds.length; t++) {
			if (hasClass(tds[t],'wiki')) {
				var txt=getPlainText(tds[t]);
				if (hasClass(tds[t],'grid_heading')) txt='[['+txt+']]';
				removeChildren(tds[t]);
				wikify(txt,tds[t]);
			}
		}
	},
	generateTable: function(rows,cols,inline,heads,wiki,edit,clip,width) {
		var out= "<html><table class='sortable grid' style='border:0;padding:0;spacing:0;"
			+"border-collapse:collapse;width:"+width+"'>";

		// column headings
		out+=	 "<thead><tr style='border:0;vertical-align:bottom'>"
			+"<td style='text-align:right;border:0'>"
			+"<a href='javascript:;' style='font-size:80%;'"
			+"	title='"+(heads?this.hideHeadersTip:this.showHeadersTip)+"'"
			+"	onclick='return config.macros.grid.toggleHeaders("
			+"		this,event,"+(heads?"true":"false")+")'>"
			+(heads?this.hideHeaders:this.showHeaders)
			+"</a>"
			+"</td>";
		for (var i=0;i<cols.length;i++) {
			out+=	 "<td style='text-align:center;cursor:pointer;"
				+"	border:0;padding-left:2px;padding-right:2px;' "
				+"<span style='display:"+(heads?"block":"none")+"'>"
				+cols[i].replace(/^[=!]/,'')
				+"</span></td>";
		}
		out+="</tr></thead>";

		// row heading format ('fake' tiddler link)
		// %0=cell width, %1=tiddler name, %2='wiki' classname (optional), %3='inline' classname (optional)
		var head="<td style='text-align:right;border:0;padding-right:2px;white-space:nowrap;%0;'>"
			+"<a href='javascript:;' tid=\"%1\" class='grid_heading %2 %3' "
			+"onclick='story.displayTiddler("
			+"	this,this.getAttribute(\"tid\"));return false'>%1</a></td>";

		// row value format
		// %0=bgcolor, %1=cellwidth, %2=cell alignment, %3=tiddler name
		// %4=slice/section/field name, %5=tooltip, %6='wiki' classname (optional),
		// %7='inline' classname (optional), %8=cell content value
		var cell="<td style='background-color:%0;border:1px solid;%1;%2;' tid=\"%3\" ";
		if (edit) cell+="onclick='return config.macros.grid.editInPlace("
			+"this,event,this.getAttribute(\"tid\"),\"%4\");' ";
		cell+="title=\"%5\" class='grid_content %6 %7'>%8</td>";

		// generate rows
		for (var i=0;i<rows.length;i++) {
			var tiddlersrc=rows[i].replace(/"/g,"&#x22;");
			out+="<tr style='border:0;vertical-align:top'>";
			out+=head.format([inline?'width:1%':'',tiddlersrc,wiki?'wiki':'',inline?'inline':'']);
			for (var j=0;j<cols.length;j++) { var c=cols[j];
				var val=this.get(rows[i],c);
				var content="&nbsp;";
				if (val.length && inline) {
					content=val.htmlEncode();
					if (c=='=text'||clip) // truncate
						content=val.substr(0,clip||500)
							+(val.length>(clip||500)?"...":"");
					if (c=='=text') // format tiddler source
						content='<html><code style="line-height:100%">'
							+content.replace(/\n/g,'<br>')
							+'</code></html>';
				}
				var title=this.showName(tiddlersrc,c)+(!inline?'='+val:'');
				out+=cell.format([
					val.length&&!inline?'#999':'transparent', !inline?'width:1em;':'',
					inline&&!isNaN(parseFloat(val))?'text-align:right !important;':'',
					tiddlersrc, c, title, wiki?'wiki':'', inline?'inline':'', content]);
			}
			out+='</tr>';
		}
		out+="</table></html>";
		return out;
	},
	showName: function(tid,name) {
		if (name==this.sizeSliceName) var fmt='%0 - size (in bytes)'; // fake slice
		var fmt=(name.substr(0,1)=='=')?'%1@%0':(name.substr(0,1)=='!')?'%1##%0':'%0::%1';
		return fmt.format([tid,name.replace(/^[=!]/,'')]);
	},
	toggleHeaders: function(here,event,defOpen) {
		if (here.expanded==undefined) here.expanded=defOpen;
		var ex=here.expanded=!here.expanded; 
		here.innerHTML=ex?this.hideHeaders:this.showHeaders;
		here.title=ex?this.hideHeadersTip:this.showHeadersTip;
		var cells=here.parentNode.parentNode.getElementsByTagName('td');
		for (i=1; i<cells.length; i++) cells[i].firstChild.style.display=ex?'inline':'none';
		event.cancelBubble=true;if(event.stopPropagation)event.stopPropagation();return false;
	},
	editInPlace: function(here,event,tid,name) {
		if (here.editing) return false; // already editing, don't re-init
		if (name==this.sizeSliceName) return false; // read-only fake slice
		var v=this.get(tid,name); // current value
		var lines=v.split('\n').length;
		var title=this.showName(tid,name);
		var style=lines>1?'font-size:90%;width:99%;':'font-size:100%;width:95%;line-height:100%;'
		var maxlines=Math.min(lines,config.options['txtMaxEditRows']); // for textarea
		var html=lines>1?'<textarea rows='+maxlines:'<input type="text"';
		html   +=' tid="'+tid.replace(/"/g,'&#x22;')+'"'
			+' name="'+name.replace(/"/g,'&#x22;')+'"'
			+' style="margin:0px;padding:1px 0px 1px 3px;border:0;'+style+'"'
			+' title="'+title+' (ENTER=submit, ESC=cancel)"'
			+' onblur="config.macros.grid.blur(this,event)"'
			+' onkeydown="config.macros.grid.keydown(this,event)"';
		html+=lines>1?'></textarea>':'>';
		here.editing=true;
		here.setAttribute('savedWidth',here.style.width);
		here.setAttribute('savedPadding',here.style.padding);
		here.setAttribute('savedColor',here.style.backgroundColor);
		if (!hasClass(here,'inline')) here.style.width='99%';
		here.style.padding='0px'; 
		here.style.backgroundColor='#fff';
		here.innerHTML=html;
		var ta=here.firstChild; ta.value=v; ta.focus(); ta.select();
		event.cancelBubble=true;if(event.stopPropagation)event.stopPropagation();return false;
	},
	keydown: function(here,ev) { ev=ev||window.event;
		var tid=here.getAttribute('tid');
		var name=here.getAttribute('name');
		if (ev.keyCode==27) {
			var currval=this.get(tid,name);
			if (here.value==currval) { here.blur(); return false; }
			here.asking=true; // prevents blur handling during confirm()
			var discard=confirm('OK to discard changes to '+this.showName(tid,name)+'?');
			here.asking=false;
			if (discard) { here.value=currval; here.blur(); }
			return false;
		}
		else if (ev.keyCode==13 && !ev.ctrlKey) {
			this.set(tid,name,here.value);
			here.blur();
			return false;
		}
	},
	blur: function(here,ev) { ev=ev||window.event;
		if (here.asking) return false;
		var tid=here.getAttribute('tid');
		var name=here.getAttribute('name');
		var currval=this.get(tid,name);
		var msg=this.showName(tid,name)+' has changed... OK to save changes?';
		if (here.value!=currval && confirm(msg))
			{ this.set(tid,name,here.value); currval=this.get(tid,name); }
		var target=here.parentNode;
		target.editing=false;
		target.style.backgroundColor=target.getAttribute('savedColor');
		target.style.padding=target.getAttribute('savedPadding');
		target.style.width=target.getAttribute('savedWidth');
		if (name=='=text') currval='<html><code>'+currval.substr(0,500).replace(/\\n/g,'<br>')+'</code></html>';
		if (hasClass(target,'wiki')) { removeChildren(target); wikify(currval,target); }
		else target.innerHTML=hasClass(target,'inline')?currval:'&nbsp;';
	},
	get: function(tid,name) {
		if (name.substr(0,1)=='=') var v=store.getValue(tid,name.substr(1)); // field
		else if (name.substr(0,1)=='!') var v=store.getTiddlerText(tid+'##'+name.substr(1));  // section
		else if (name==this.sizeSliceName) var v=store.getTiddlerText(tid,'').length.toString();  // fake slice
		else var v=store.getTiddlerSlice(tid,name); // real slice
		return v||'';
	},
	set: function(tid,name,val) {
		if (val==this.get(tid,name)) return false; // unchanged... do nothing
		if (name.substr(0,1)=='=') // field
			{  name=name.substr(1); store.setValue(tid,name,val); }
		else if (name.substr(0,1)=='!') // section
			{  name=name.substr(1); this.setSection(tid,name,val); }
		else // slice
			{ this.setSlice(tid,name,val); }
		displayMessage(this.showName(tid,name)+' has been updated');
		return false;
	},
	setSection: function(tid,name,newval) {
		var t=store.getTiddler(tid); if (!t) { var t=new Tiddler(); t.text=''; }
		var oldval=this.get(tid,'!'+name).escapeRegExp();
		var pattern=new RegExp('(.*!{1,6}'+name+'\\n)'+oldval+'((?:\\n!{1,6}|$).*)');
		var newText=t.text.replace(pattern,'$1'+newval+'$2');
		var who=config.options.txtUserName; var when=new Date();
		if (config.options.chkForceMinorUpdate) { var who=t.modifier; var when=t.modified; }
		store.saveTiddler(tid,tid,newText,who,when,t.tags,t.fields);
		story.refreshTiddler(tid,null,true);
	},
	setSlice: function(tid,name,newval) {
		var t=store.getTiddler(tid); if (!t) { var t=new Tiddler(); t.text=''; }
		var oldval=this.get(tid,name)||'';
		var pattern="((?:^|\\n)\\|\\s*[\\'\\/]*~?(?:"
			+name.escapeRegExp()
			+")\\:?[\\'\\/]*\\s*\\|\\s*)(?:"
			+oldval.escapeRegExp()
			+")(\\s*\\|(?:\\n|$))";
		var match=t.text.match(new RegExp(pattern));
		if (match) {
			var pos=t.text.indexOf(match[0]);
			var newText=t.text.substr(0,pos)
				+match[1]+newval+match[2]
				+t.text.substr(pos+match[0].length);
		} else { // create new slice at start of tiddler or after last existing slice (if any)
			var match=t.text.match(this.slicesRE); if (match) var last=match[match.length-1];
			var pos=last?t.text.indexOf(last)+last.length+1:0; 
			var newText=t.text.substr(0,pos)+'|'+name+'|'+newval+'|\n'+t.text.substr(pos);
		}
		var who=config.options.txtUserName; var when=new Date();
		if (config.options.chkForceMinorUpdate) { var who=t.modifier; var when=t.modified; }
		store.saveTiddler(tid,tid,newText,who,when,t.tags,t.fields);
		story.refreshTiddler(tid,null,true);
	},
	getSlices: function(tid) {
		var slices = {};
		var text = store.getTiddlerText(tid,'');
		slices[this.sizeSliceName]=text.length.toString();  // fake slice
		this.slicesRE.lastIndex = 0;
		do {
			var m = this.slicesRE.exec(text);
			if (m) { if (m[1]) slices[m[1]] = m[2]; else slices[m[3]] = m[4]; }
		} while(m);
		return slices;
	},
	getSections: function(tid) {
		var s=[];
		var t=store.getTiddlerText(tid,'');
		var p=/(?:^|\n)!{1,6}([^\n]*)\n/gm;
		do { var m=p.exec(t); if (m) { s.push(m[1]); } } while(m);
		return s;
	},
	getFields: function(tid) {
		var t=store.getTiddler(tid); if (!t) return [];
		var fields=['=created','=modified','=modifier','=text','=tags'];
		for (var f in t.fields) fields.push('='+f);
		return fields;
	}
};
//}}}
/***
|Name|InlineJavascriptPlugin|
|Source|http://www.TiddlyTools.com/#InlineJavascriptPlugin|
|Documentation|http://www.TiddlyTools.com/#InlineJavascriptPluginInfo|
|Version|1.9.5|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|Insert Javascript executable code directly into your tiddler content.|
''Call directly into TW core utility routines, define new functions, calculate values, add dynamically-generated TiddlyWiki-formatted output'' into tiddler content, or perform any other programmatic actions each time the tiddler is rendered.
!!!!!Documentation
>see [[InlineJavascriptPluginInfo]]
!!!!!Revisions
<<<
2009.04.11 [1.9.5] pass current tiddler object into wrapper code so it can be referenced from within 'onclick' scripts
2009.02.26 [1.9.4] in $(), handle leading '#' on ID for compatibility with JQuery syntax
|please see [[InlineJavascriptPluginInfo]] for additional revision details|
2005.11.08 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.InlineJavascriptPlugin= {major: 1, minor: 9, revision: 5, date: new Date(2009,4,11)};

config.formatters.push( {
	name: "inlineJavascript",
	match: "\\<script",
	lookahead: "\\<script(?: src=\\\"((?:.|\\n)*?)\\\")?(?: label=\\\"((?:.|\\n)*?)\\\")?(?: title=\\\"((?:.|\\n)*?)\\\")?(?: key=\\\"((?:.|\\n)*?)\\\")?( show)?\\>((?:.|\\n)*?)\\</script\\>",

	handler: function(w) {
		var lookaheadRegExp = new RegExp(this.lookahead,"mg");
		lookaheadRegExp.lastIndex = w.matchStart;
		var lookaheadMatch = lookaheadRegExp.exec(w.source)
		if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
			var src=lookaheadMatch[1];
			var label=lookaheadMatch[2];
			var tip=lookaheadMatch[3];
			var key=lookaheadMatch[4];
			var show=lookaheadMatch[5];
			var code=lookaheadMatch[6];
			if (src) { // external script library
				var script = document.createElement("script"); script.src = src;
				document.body.appendChild(script); document.body.removeChild(script);
			}
			if (code) { // inline code
				if (show) // display source in tiddler
					wikify("{{{\n"+lookaheadMatch[0]+"\n}}}\n",w.output);
				if (label) { // create 'onclick' command link
					var link=createTiddlyElement(w.output,"a",null,"tiddlyLinkExisting",wikifyPlainText(label));
					var fixup=code.replace(/document.write\s*\(/gi,'place.bufferedHTML+=(');
					link.code="function _out(place,tiddler){"+fixup+"\n};_out(this,this.tiddler);"
					link.tiddler=w.tiddler;
					link.onclick=function(){
						this.bufferedHTML="";
						try{ var r=eval(this.code);
							if(this.bufferedHTML.length || (typeof(r)==="string")&&r.length)
								var s=this.parentNode.insertBefore(document.createElement("span"),this.nextSibling);
							if(this.bufferedHTML.length)
								s.innerHTML=this.bufferedHTML;
							if((typeof(r)==="string")&&r.length) {
								wikify(r,s,null,this.tiddler);
								return false;
							} else return r!==undefined?r:false;
						} catch(e){alert(e.description||e.toString());return false;}
					};
					link.setAttribute("title",tip||"");
					var URIcode='javascript:void(eval(decodeURIComponent(%22(function(){try{';
					URIcode+=encodeURIComponent(encodeURIComponent(code.replace(/\n/g,' ')));
					URIcode+='}catch(e){alert(e.description||e.toString())}})()%22)))';
					link.setAttribute("href",URIcode);
					link.style.cursor="pointer";
					if (key) link.accessKey=key.substr(0,1); // single character only
				}
				else { // run script immediately
					var fixup=code.replace(/document.write\s*\(/gi,'place.innerHTML+=(');
					var c="function _out(place,tiddler){"+fixup+"\n};_out(w.output,w.tiddler);";
					try	 { var out=eval(c); }
					catch(e) { out=e.description?e.description:e.toString(); }
					if (out && out.length) wikify(out,w.output,w.highlightRegExp,w.tiddler);
				}
			}
			w.nextMatch = lookaheadMatch.index + lookaheadMatch[0].length;
		}
	}
} )
//}}}

// // Backward-compatibility for TW2.1.x and earlier
//{{{
if (typeof(wikifyPlainText)=="undefined") window.wikifyPlainText=function(text,limit,tiddler) {
	if(limit > 0) text = text.substr(0,limit);
	var wikifier = new Wikifier(text,formatter,null,tiddler);
	return wikifier.wikifyPlain();
}
//}}}

// // GLOBAL FUNCTION: $(...) -- 'shorthand' convenience syntax for document.getElementById()
//{{{
if (typeof($)=='undefined') { function $(id) { return document.getElementById(id.replace(/^#/,'')); } }
//}}}
/***
|''Name:''|LoadRemoteFileThroughProxy (previous LoadRemoteFileHijack)|
|''Description:''|When the TiddlyWiki file is located on the web (view over http) the content of [[SiteProxy]] tiddler is added in front of the file url. If [[SiteProxy]] does not exist "/proxy/" is added. |
|''Version:''|1.1.0|
|''Date:''|mar 17, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#LoadRemoteFileHijack|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
***/
//{{{
version.extensions.LoadRemoteFileThroughProxy = {
 major: 1, minor: 1, revision: 0, 
 date: new Date("mar 17, 2007"), 
 source: "http://tiddlywiki.bidix.info/#LoadRemoteFileThroughProxy"};

if (!window.bidix) window.bidix = {}; // bidix namespace
if (!bidix.core) bidix.core = {};

bidix.core.loadRemoteFile = loadRemoteFile;
loadRemoteFile = function(url,callback,params)
{
 if ((document.location.toString().substr(0,4) == "http") && (url.substr(0,4) == "http")){ 
 url = store.getTiddlerText("SiteProxy", "/proxy/") + url;
 }
 return bidix.core.loadRemoteFile(url,callback,params);
}
//}}}
<<tag tw {{"TW tables: ("+store.getTaggedTiddlers("tw").length +")"}}>>
[[SystemServer_tw]]
<<tag htm {{"Html tables: ("+store.getTaggedTiddlers("htm").length +")"}}>>
[[SystemServer_htm]] 
<<tag csv {{"CSV tables: ("+store.getTaggedTiddlers("csv").length +")"}}>>
[[MathCell example]]
[[Spreadsheet]]
[[SystemServer_csv]]
<<tag db {{"Data tables: ("+store.getTaggedTiddlers("db").length +")"}}>>
[[SystemServer_db]]
[[NewDB]]
[[Other:|Browser]]
-----
Plugins:
[[DataDbPlugin]] [[DataTiddlerPlugin]] [[EditableTable]] [[InlineJavascriptPlugin]] [[Tab onClick Hijack]] [[QuickEditPlugin]] [[GridPlugin]] [[EasyEditPlugin]] [[MathCell]]
-----
Scripts:
[[TableScript]] [[TableHighlight]]
----
Transclusions:
[[TiddlersFromCSV|CreateTiddlersFromCSV]] [[QuickEdit_convert]] [[MakeTWTable|MakeTable]]
----
Bookmarklets:
[[CreateHtmlTable]] [[SortTable]] [[TransposeTable]] [[ViewAsHtml]]
-----
<<tag meta {{"Meta tiddlers: ("+store.getTaggedTiddlers("meta").length +")"}}>>
/% A modification of Eric Shulman's http://www.tiddlytools.com/faq.html#FAQ_CreateTiddlersFromForms for various columns and to append rows.
%/{{floatright small{<<tiddler CreateHtmlTable>>}}}{{wrappingClass{<<tabs makeTable
 Tiddler "create tiddler" "MakeTable##0"
 "with 1" "create 1 columns" MakeTable##1
 2 "create 2 columns" MakeTable##2
 3 "create 3 columns" MakeTable##3
 4 "create 4 columns" MakeTable##4
 5 "create 5 columns" MakeTable##5
 6 "create 6 columns" MakeTable##6
 7 "create 7 columns" MakeTable##7
 "8 columns" "create 8 columns" MakeTable##8>>}}}/%
!0
<html><hide linebreaks><!-- see HTMLFormattingPlugin --><form action="javascript:;"
	onsubmit="
		/* validate new title */
		var t=this.title.value;
		if (!t.length || t==this.title.defaultValue)
			{ alert('A title is required'); this.title.focus(); return false; }
		if (store.tiddlerExists(t) && !confirm(config.messages.overwriteWarning.format([t])))
			{ this.title.focus(); return false; }

		/* get current tiddler (if any) */
		var tid=store.getTiddler(t);
		var who=tid?tid.modifier:config.options.txtUserName;
		var when=tid?tid.modified:new Date();
		var txt=tid?tid.text:'';
		var tags=tid?tid.tags:[];
		var fields=tid?tid.fields:{};

		/* get form values and construct new tiddler text */
		var fmt='%0';
		var newtxt=fmt.format([this.field1.value]);

		/* insert new text at marker (or end, if no marker) */
		var marker='/*MARKER*/';
		if (txt.indexOf(marker)==-1) txt=txt+newtxt;
		else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);

		/* get new tags and add to existing tags (if any) */
		var newtags=this.tagsfield.value.readBracketedList();
		for (var i=0; i<newtags.length; i++) tags.pushUnique(newtags[i]);

		/* write and show tiddler */
		store.saveTiddler(t,t,txt, who, when, tags, fields);
		story.displayTiddler(story.findContainingTiddler(this),t);
		return false;">
Title <input name="title" value="enter a title" style="width:91%;" onfocus="this.select()"><br>
<textarea name="field1" rows=5 style="width:99%;" onfocus="this.select()">text goes here</textarea><br><input name="tagsfield" value="[[space-separated tags go here]]" style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!1
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|\n%1';var newtxt=fmt.format([this.field1.value,this.field2.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"> Title <input name="title" value="enter a title" style="width:39%;" onfocus="this.select()"> Field1 <input name="field1" value="field1 value" style="width:39%;" onfocus="this.select()"><br><textarea name="field2" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!2
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|%1|\n%2';var newtxt=fmt.format([this.field1.value,this.field2.value,this.field3.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"> Title <input name="title" value="enter a title" style="width:22%;" onfocus="this.select()"> Field1 <input name="field1" value="field1 value" style="width:22%;" onfocus="this.select()"> Field2 <input name="field2" value="field2 value" style="width:22%;" onfocus="this.select()"><br><textarea name="field3" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!3
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|%1|%2|\n%3';var newtxt=fmt.format([this.field1.value,this.field2.value,this.field3.value,this.field4.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"><input name="title" value="enter a title" style="width:23%;" onfocus="this.select()"><input name="field1" value="field1 value" style="width:24%;" onfocus="this.select()"><input name="field2" value="field2 value" style="width:24%;" onfocus="this.select()"><input name="field3" value="field3 value" style="width:24%;" onfocus="this.select()"><br><textarea name="field4" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!4
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|%1|%2|%3|\n%4';var newtxt=fmt.format([this.field1.value,this.field2.value,this.field3.value,this.field4.value,this.field5.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"><input name="title" value="enter a title" style="width:18%;" onfocus="this.select()"><input name="field1" value="field1 value" style="width:19%;" onfocus="this.select()"><input name="field2" value="field2 value" style="width:19%;" onfocus="this.select()"><input name="field3" value="field3 value" style="width:19%;" onfocus="this.select()"><input name="field4" value="field4 value" style="width:19%;" onfocus="this.select()"><br><textarea name="field5" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!5
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|%1|%2|%3|%4|\n%5';var newtxt=fmt.format([this.field1.value,this.field2.value,this.field3.value,this.field4.value,this.field5.value,this.field6.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"><input name="title" value="title" style="width:15%;" onfocus="this.select()"><input name="field1" value="field1" style="width:15%;" onfocus="this.select()"><input name="field2" value="field2" style="width:15%;" onfocus="this.select()"><input name="field3" value="field3" style="width:16%;" onfocus="this.select()"><input name="field4" value="field4" style="width:16%;" onfocus="this.select()"><input name="field5" value="field5" style="width:16%;" onfocus="this.select()"><br><textarea name="field6" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!6
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|%1|%2|%3|%4|%5|\n%6';var newtxt=fmt.format([this.field1.value,this.field2.value,this.field3.value,this.field4.value,this.field5.value,this.field6.value,this.field7.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"><input name="title" value="title" style="width:13%;" onfocus="this.select()"><input name="field1" value="field1" style="width:13%;" onfocus="this.select()"><input name="field2" value="field2" style="width:13%;" onfocus="this.select()"><input name="field3" value="field3" style="width:13%;" onfocus="this.select()"><input name="field4" value="field4" style="width:13%;" onfocus="this.select()"><input name="field5" value="field5" style="width:13%;" onfocus="this.select()"><input name="field6" value="field6" style="width:14%;" onfocus="this.select()"><br><textarea name="field7" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!7
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|%1|%2|%3|%4|%5|%6|\n%7';var newtxt=fmt.format([this.field1.value,this.field2.value,this.field3.value,this.field4.value,this.field5.value,this.field6.value,this.field7.value,this.field8.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"><input name="title" value="title" style="width:11%;" onfocus="this.select()"><input name="field1" value="field1" style="width:11%;" onfocus="this.select()"><input name="field2" value="field2" style="width:11%;" onfocus="this.select()"><input name="field3" value="field3" style="width:11%;" onfocus="this.select()"><input name="field4" value="field4" style="width:11%;" onfocus="this.select()"><input name="field5" value="field5" style="width:12%;" onfocus="this.select()"><input name="field6" value="field6" style="width:12%;" onfocus="this.select()"><input name="field7" value="field7" style="width:12%;" onfocus="this.select()"><br><textarea name="field8" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!8
<html><form action="javascript:;" onsubmit="var t=this.title.value;if(!t.length || t==this.title.defaultValue){alert('A title is required');this.title.focus();return false;}if(store.tiddlerExists(t)&& !confirm(config.messages.overwriteWarning.format([t]))){this.title.focus();return false;}var tid=store.getTiddler(t);var who=tid?tid.modifier:config.options.txtUserName;var when=tid?tid.modified:new Date();var txt=tid?tid.text:'';var tags=tid?tid.tags:[];var fields=tid?tid.fields:{};var fmt='|%0|%1|%2|%3|%4|%5|%6|%7|\n%8';var newtxt=fmt.format([this.field1.value,this.field2.value,this.field3.value,this.field4.value,this.field5.value,this.field6.value,this.field7.value,this.field8.value,this.field9.value]);var marker='/*MARKER*/';if(txt.indexOf(marker)==-1)txt=txt+newtxt;else txt=txt.replace(new RegExp(marker.escapeRegExp()),newtxt+marker);var newtags=this.tagsfield.value.readBracketedList();for(var i=0;i<newtags.length;i++)tags.pushUnique(newtags[i]);store.saveTiddler(t,t,txt,who,when,tags,fields);story.displayTiddler(story.findContainingTiddler(this),t);return false;"><input name="title" value="title" style="width:10%;" onfocus="this.select()"><input name="field1" value="field1" style="width:10%;" onfocus="this.select()"><input name="field2" value="field2" style="width:10%;" onfocus="this.select()"><input name="field3" value="field3" style="width:10%;" onfocus="this.select()"><input name="field4" value="field4" style="width:10%;" onfocus="this.select()"><input name="field5" value="field5" style="width:10%;" onfocus="this.select()"><input name="field6" value="field6" style="width:10%;" onfocus="this.select()"><input name="field7" value="field7" style="width:10%;" onfocus="this.select()"><input name="field8" value="field8" style="width:10%;" onfocus="this.select()"><br><textarea name="field9" rows=5 style="width:99%;"></textarea><br><input name="tagsfield" value="tags.." style="width:75%;" onfocus="this.select()"><input type="submit" value="add tiddler"></form></html>
!end
%/
/***
<code>
/***
MATHCELL SPREADSHEET
Written by Bradley Meck

***/
config.macros.MathCell = {
	caretPosition: function(element){
		var selelected, range, r2, collapsed = false, i=-1;
		if(typeof element.selectionStart=="number") {
			i=element.selectionStart;
			if(element.selectionStart == element.selectionEnd){collapsed = true};
		}
		else if(document.selection && element.createTextRange) {
			selelected=document.selection;
			if(selelected){
				r2=selelected.createRange();
				if(r2.text.length == 0){collapsed = true;}
				range=element.createTextRange();
				range.setEndPoint("EndToStart", r2);
				i=range.text.length;
			}
		}
		else {
			el.onkeyup=null;
			el.onclick=null;
		}
		return [i,collapsed];
	},
	functions: {
		"PI(": function(){return Math.PI;},
		"E(": function(){return Math.E;},
		"cell(": function(text,cell){
			var parts = text.split(",");
			var size = cell.parentNode.parentNode.className.split(" ");
			parts[0] = config.macros.MathCell.parseMath(parts[0]);
			parts[1] = config.macros.MathCell.parseMath(parts[1]);

			//RULES FOR INVALID CELLS
			if(parts.find(NaN) || // INVALID NUMBER
				parts.length < 2 || // NOT ENOUGH PARAMS
				parts[0] > Number(size[1]) || // NOT A BIG ENOUGH SPREADSHEET
				parts[0] < 1 ||
				parts[1] > Number(size[2]) || 
				parts[1] < 1 ||
				cell == cell.parentNode.parentNode.childNodes[parts[1]].childNodes[parts[0]]){ // CELL IS THIS CELL
				displayMessage("improper cell "+text);
				return NaN;
			}
			//alert("valid cell")
			return cell.parentNode.parentNode.childNodes[parts[1]].childNodes[parts[0]].value;
		},
		"max(": function(text){
			var parts = text.split(",");
			return Math.max(config.macros.MathCell.parseMath(parts[0]),config.macros.MathCell.parseMath(parts[1]));
		},
		"min(": function(text){
			var parts = text.split(",");
			return Math.min(config.macros.MathCell.parseMath(parts[0]),config.macros.MathCell.parseMath(parts[1]));
		},
		"abs(": function(text){
			return Math.abs(config.macros.MathCell.parseMath(text));
		},
		"ceil(": function(text){
			return Math.ceil(config.macros.MathCell.parseMath(text));
		},
		"floor(": function(text){
			return Math.floor(config.macros.MathCell.parseMath(text));
		},
		"round(": function(text){
			return Math.round(config.macros.MathCell.parseMath(text));
		},
		"rand(": function(){
			return Math.random();
		},
		"exp(": function(text){
			return Math.exp(config.macros.MathCell.parseMath(text));
		},
		"sqrt(": function(text){
			return Math.sqrt(config.macros.MathCell.parseMath(text));
		},
		"log(": function(text){
			var parts = text.split(",");
			//Change of base formula
			return Math.log(config.macros.MathCell.parseMath(parts[1])) / Math.log(config.macros.MathCell.parseMath(parts[0]));
		},
		"sin(": function(text){
			return Math.sin(config.macros.MathCell.parseMath(text));
		},
		"cos(": function(text){
			return Math.cos(config.macros.MathCell.parseMath(text));
		},
		"tan(": function(text){
			return Math.tan(config.macros.MathCell.parseMath(text));
		},
		"(": function(text){
			if(text.length == 0) displayMessage("improper math expression");
			return config.macros.MathCell.parseMath(text);
		}
	},
	handler: function(place,macroName,params){
		var row = createTiddlyElement(place,"div");
			createTiddlyButton(row,"save","save spreadsheet data as a tiddler",function(){
				var str = "";
				for(var i = 1; i < this.parentNode.nextSibling.childNodes.length; i++){
					for(var j = 1; j < this.parentNode.nextSibling.childNodes[i].childNodes.length; j++){
						str += this.parentNode.nextSibling.childNodes[i].childNodes[j].title.replace("\\","\\\\").replace(",","\\,")+",";
						}str += "\n";
				}
				var tiddler = prompt("save to which tiddler?");
				store.saveTiddler(tiddler,tiddler,str,config.options.txtUserName,new Date(),["spreadsheet"]);
				return false;
			});
			createTiddlyButton(row,"load","save spreadsheet data as a tiddler",function(){
				var tiddler = store.getTiddler(prompt("load which tiddler?"));
				var rows = tiddler.text.split("\n");
				for(var i = 0; i < rows.length; i++){
					var cells = rows[i].split(",");
					for(var j = 0; j < cells.length-1; j++){
						if(j < cells.length -2 && cells[j].match(/\\{1,1}$/)){
							cells.splice(j,2,cells[j]+","+cells[j+1]); j--;
						}
						cells[j] = cells[j].replace(/\\,/g,",").replace(/\\\\/g,"\\");
						this.parentNode.nextSibling.childNodes[i+1].childNodes[j+1].title = cells[j];
						this.parentNode.nextSibling.childNodes[i+1].childNodes[j+1].focus();
						this.parentNode.nextSibling.childNodes[i+1].childNodes[j+1].blur();
					}rows[i] = cells;
				}
				return false;
			});
		var place = createTiddlyElement(place,"form",null,("mathCellContainer "+params[0]+" "+params[1]));
		row = createTiddlyElement(place,"div");
		var i = document.createElement("input");
		i.type = "text";
		i.className = "MathCellButton";
		i.readOnly = true;
		row.appendChild(i);
		for(var j = 1; j <= Number(params[1]); j++){
			var i = document.createElement("input");
			i.type = "text";
			var letters = j;
			var string = "";
			while(letters >= 26){
				string = String.fromCharCode(65+(letters % 26)) + string;
				letters = Math.floor(letters / 26);
			}
			string = String.fromCharCode(65+((letters-1) % 26)) + string;
			i.value = string;
			i.className = "MathCellButton";
			i.readOnly = true;
			row.appendChild(i);
		}
		for(var i = 1; i <= Number(params[0]); i++){
			row = createTiddlyElement(place,"div");
			if(i % 2 == 0) row.className = "evenRow"; 
			else row.className = "oddRow"; 

			var j = document.createElement("input");
			j.type = "text";
			j.value = i;
			j.className = "MathCellButton";
			j.readOnly = true;
			row.appendChild(j);

			for(var j = 0; j < Number(params[1]); j++){
				var cell = document.createElement('input');
				cell.type = 'text';
				cell.className = "unselected";
				cell.title = "";
				cell.onkeydown = function(event){
					if(!event) var event = window.event;
					var caret = config.macros.MathCell.caretPosition(this)
					switch(event.keyCode){
						case 37:
							if(this.previousSibling && this.previousSibling.previousSibling
								&& this.previousSibling.tagName == "INPUT" && caret[1] && caret[0] == 0)
								this.previousSibling.focus();
							break;
						case 39:
							if(this.nextSibling && this.nextSibling .tagName == "INPUT"
								&& caret[1] && caret[0] == this.value.length)
								this.nextSibling .focus();
							break;
						case 38:
							if(this.parentNode.previousSibling.previousSibling){
								var elem = this;
								var i = 0;
								while((elem = elem.previousSibling)){
									i++;
								}
								if(this.parentNode.previousSibling.childNodes[i].tagName == "INPUT"){
									this.parentNode.previousSibling.childNodes[i].focus();
								}
							}
							break;
						case 40:
							if(this.parentNode.nextSibling){
								var elem = this;
								var i = 0;
								while((elem = elem.previousSibling)){
									i++;
								}
								if(this.parentNode.nextSibling.childNodes[i].tagName == "INPUT"){
									this.parentNode.nextSibling.childNodes[i].focus();
								}
							}
							break;
						return false;
					}
				};
				cell.onfocus = function(){
					this.value = this.title;
					this.className = "selected";
					return false;
				}
				cell.onblur = function(){
					this.title = this.value;
					this.className = "unselected";
					if(this.value.charAt(0) == "'"){
						this.value = this.value.substr(1);
						this.className += " unformatted"
						return;
					}
					if(this.value.charAt(0) == "="){

					/*SEPERATE PARETHESIS WITH FUNCTION NAMES CELL ABBREVIATIONS AND OTHER*/
					var parts = this.value.replace(/\s+/g,"").match(/(?:[a-zA-Z][a-zA-Z0-9]*[\(]|[\(]|[\)]|[0-9\+\-\/\*\^\!\^\%\.\,\:]+|[A-Z]+[0-9]+)/g);


					// DEBUG WITH THIS BEFORE MESSING WITH THE CODE! FOR THE LOVE OF ALL THAT IS HOLY!
					//alert(parts.join("\n"));


					if(parts){
						for(var i = 0; i < parts.length; i++){
						/*HANDLE [A-Z]+[0-9]+ CELL ABBREVIATIONS*/
							if(parts[i].match(/^[A-Z]+[0-9+]$/) && parts[i].indexOf("(") == -1){
								var gobehind = i;var size = 1;var result = "",getRow,number = 0,letters;
								if(i > 0 && !parts[i-1].match(/[\(]/)){
									size ++;
									result = parts[--gobehind];
									if(!parts[gobehind].match(/[\+\-\^\%\*\/][\s]*$/)){result += "*";}
								}
								getRow = parts[i].match(/[0-9]+/)[0];
								if(getRow == "0"){
									break;
								}
								getRow = this.parentNode.parentNode.childNodes[getRow];
								letters = parts[i].match(/[A-Z]+/)[0];
								for(var j = 0; j < letters.length; j++){
									number += (letters.charCodeAt(j) -64)*(Math.pow(26,letters.length-1-j));
								}
								if(getRow.childNodes[number] == this){
									displayMessage("cannot reference self node "+parts[i]);
									return;
								}
								result += getRow.childNodes[number].value;
								if(i < parts.length -1 && parts[i+1] != ")"){
									result += parts[gobehind+(++size)-1];
								}
								i--;
								parts.splice(gobehind,size,result);
							}
						}

						/*HANDLE PARENTHESIS AND FUNCTION CALLS*/

						var index;

						//SHOULD CHANGE THIS TO A FOR LOOP TO IMPROVE PERFOMANCE
						while(parts.length > 1 && (index = parts.find(")")) != null){
							if(index > 0){
								parts[index-1] = parts[index-1].toString();
								if(!parts[index-1].match(/[\(]/) && config.macros.MathCell.functions[parts[index-2]]){							
parts.splice(index-2,3,config.macros.MathCell.functions[parts[index-2]](parts[--index],this));
								}
								else if(config.macros.MathCell.functions[parts[index-1]]){
									parts.splice(index-1,2,config.macros.MathCell.functions[parts[index-1]]("",this));
								}
								else{
									displayMessage("function used in equation does not exist");
									displayMessage("error: malformed mathCell equation.");
									displayMessage("index : "+index);
									return;
								}
								if(index < parts.length && !parts[index].match(/[\)\(]/)){
									if(!parts[index].toString().match(/^[\s]*[\)\*\/\+\-\%\^\!]/))
										parts[index] = "*"+parts[index]
									parts.splice(index-1,2,parts[index-1]+parts[index--]);;
								}
								if(index > 1 &&!parts[index-2].toString().match(/[\(]/) && !parts[index-2].toString().match(/[\+\-\^\%\*\/][\s]*$/) && index <= parts.length){
										parts.splice(index-2,2,parts[index-2]+"*"+parts[index-1]);
								}
							}
							else{
								displayMessage("parenthesis do not match up.");
								displayMessage("error: malformed mathCell equation.");
								return;
							}
						}
						var result = config.macros.MathCell.parseMath(parts.join(""));
						if(!isNaN(result))
							this.value = result;
						else{

							displayMessage("error: malformed mathCell equation.");
						}
						return false;
						}
					}
				}
				row.appendChild(cell);
			}
		}
	},
	parseMath: function(equation){

		// find all the special characters
		var parts = equation.replace(/e([\+\-]*[0-9\.]+)/,"* 10 ^ $1").replace(/\s/g,""), operator;
		if(parts.match(/[a-zA-Z]/g)){return NaN;}
		parts = parts.match(/(?:[\+\-\/\*\^\!\%]|[0-9\.]+)/g);
		if(!parts || parts.length == 0) return "";
		//deal with leading negative problem
		if(parts[0] == "-" && parts.length > 1){
			parts.splice(0,2,parts[0]+parts[1]);
		}
		//factorials
		for(var i = 1; i < parts.length; i++){
			if(parts[i] == "!"){
				var number = 1;
				for(var j = parts[i-1]; j > 0; j--){
					number = number * j;
				}
				parts.splice(operator-1,2,number);
			}
		}
		//exponents
		for(var i = 1; i < parts.length-1; i++){
			if(parts[i] == "^"){
				var power = parts[i+1];
				var size = 3;
				if(power == "-" || power == "+"){
					size++;
					power = Number(parts[i+2]) * Number(power+"1");
				}
				parts.splice(--i,size,Math.pow(Number(parts[i]),Number(power)));
			}
		}
		//multiplication division modulus
		for(var i = 1; i < parts.length; i++){
			if(parts[i] == "*"){
				var multiplicand = parts[i+1];
				var size = 3;
				if(multiplicand == "-" || multiplicand == "+"){
					size++;
					multiplicand= Number(parts[i+2]) * Number(multiplicand+"1");
				}
				parts.splice(--i,size,Number(parts[i])*Number(multiplicand));
			}
			if(parts[i] == "/"){
				var denominator = parts[i+1];
				var size = 3;
				if(denominator == "-" || denominator == "+"){
					size++;
					denominator = Number(parts[i+2]) * Number(denominator +"1");
				}
				parts.splice(--i,size,Number(parts[i])/Number(denominator));
			}
			if(parts[i] == "%"){
				var denominator = parts[i+1];
				var size = 3;
				if(denominator == "-" || denominator == "+"){
					size++;
					denominator = Number(parts[i+2]) * Number(denominator +"1");
				}
				parts.splice(--i,size,Number(parts[i])%Number(denominator));
			}
		}
		//ADDITION AND SUBTRACTION
		for(var i = 1; i < parts.length; i++){
//alert(i+"\n"+parts[i]+"\n"+parts); // For Debugging
			if(parts[i] == "+"){
				var multiplicand = parts[i+1];
				var size = 3;
				if(multiplicand == "-" || multiplicand == "+"){
					size++;
					multiplicand= Number(parts[i+2]) * Number(multiplicand+"1");
				}
				parts.splice(--i,size,Number(parts[i])+Number(multiplicand));
			}
			if(parts[i] == "-"){
				var multiplicand = parts[i+1];
				var size = 3;
				if(multiplicand == "-" || multiplicand == "+"){
					size++;
					multiplicand= Number(parts[i+2]) * Number(multiplicand+"1");
				}
				parts.splice(--i,size,Number(parts[i])-Number(multiplicand));
			}
		}
		return Number(parts[0]); // there could be a space after it so only take the first number, plus it needs to be taken out of the array
	}
}
/***
</code>
***/
!!! sample formulas
|formula|explaination|result|
|{{{abs(max(-1,-2))}}}|absolute value of the larger number of -1 and -2|1|
|{{{5*(1+-2)}}}|The product of five times 1 plus -2|-5|
|{{{2+3*5}}}|The sum of 2 and the product of 3 times 5|17|
|{{{3sin(3/2PI())}}}|Three times the sine of three halves of pi|-3|
|{{{cos(PI())}}}|The cosine of pi|-1|
|{{{cell(1,1)}}}|The value of the topmost and leftmost cell|???|
|{{{cell(A1,B1)}}}|The value of the the cell at column with the value of cell A1 and row with the value of cell B1|???|
!Try loading the dysfunctional [[Spreadsheet]] or the SystemServer_csv tiddler
<<MathCell 150 5>>
/%
!info
|Name|MicroBrowser|
|Source|http://www.TiddlyTools.com/#MicroBrowser|
|Version|2.0.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|Type|transclusion|
|Description|simplified browser-in-browser with bookmarks|
Usage
<<<
{{{
<<tiddler MicroBrowser>>
<<tiddler MicroBrowser with: TiddlerName>>
}}}
*''TiddlerName'' (optional, default='MiniBrowserList') contains an ~HR-separated list of bookmarks (1st line=list text, 2nd line=URL).  
* For additional features, including support for embedded video and flash players, please see [[MiniBrowserPlugin]].
<<<
Example
<<<
{{{<<tiddler MicroBrowser>>}}}
<<tiddler MicroBrowser##show>>
<<<
!end
!show
{{smallform{<html><nowiki><style>
	#tiddlerMicroBrowser .tagged {display:none;}
</style>
<form style='display:inline;margin:0;padding:0;white-space:nowrap;' onsubmit='return false;'><!--
	--><input type='button' value='<' title='back' style='width:3%'
		onclick='try{this.form.nextSibling.history.go(-1)}catch(e){window.history.go(-1)}'><!--
	--><input type='button' value='>' title='forward' style='width:3%'
		onclick='try{this.form.nextSibling.history.go(+1)}catch(e){window.history.go(+1)}'><!--
	--><input type='button' value='+' title='refresh'style='width:3%'
		onclick='try{this.form.nextSibling.location.reload()}catch(e){;}'><!--
	--><input type='button' value='x' title='stop'style='width:3%'
		onclick='window.stop()'><!--
	--><select name='bookmarks' size='1' style='width:25%'
		onchange='this.form.url.value=this.value; this.form.go.click();'><!--
	--><option value=''>bookmarks...</option><!--
	--></select><!--
	--><input type='button' value='edit' title='edit the bookmarks list' style='width:6%'
		onclick='story.displayTiddler(null,this.form.bookmarks.getAttribute("tiddler"),2)'><!--
	--><input type='text' name='url' size='60' value='' style='width:39%'
		onfocus='this.select()'><!--
	--><input type='button' value='go' name='go' title='view URL' style='width:6%'
		onclick="var f=this.form; var i=this.form.nextSibling;
			var u=f.url.value.replace(/^\s*|\s*$/g,'');
			if (!u.length) u=f.url.value=f.bookmarks.value.replace(/^\s*|\s*$/g,'');
			if (u.length) { f.done.disabled=false; i.style.display='block'; i.src=u; }
			else { f.done.disabled=true; i.style.display='none'; i.src=''; }
		"><!--
	--><input type='button' value='open' title='open a separate tab/window' style='width:6%'
		onclick='if (this.form.url.value.length) window.open(this.form.url.value)'><!--
	--><input type='button' value='done' name='done' disabled title='disconnect from URL' style='width:6%'
		onclick="this.form.done.disabled=true; var i=this.form.nextSibling; i.style.display='none'; i.src='';"><!--
	--></form><iframe src='' width='100%' height='480' 
		style='display:none;background:#fff;border:1px solid;'></iframe>
</html><<tiddler {{
	var list=place.lastChild.getElementsByTagName('form')[0].bookmarks;
	while (list.options[1]) list.options[1]=null;
	var tid='$1'; if(tid=='$'+'1') tid='MiniBrowserList';
	list.setAttribute('tiddler',tid);
	var parts=store.getTiddlerText(tid,'').split('\n----\n');
	for (var p=0; p<parts.length; p++) {
		var lines=parts[p].split('\n');
		var label=lines.shift()||''; // 1st line=display text
		var value=lines.shift()||''; // 2nd line=item value
		var indent=value&&value.length?'\xa0\xa0':'';
		list.options[list.length]=new Option(indent+label,value);
	}
''}}>>}}}
!end
%/<<tiddler {{var src='MicroBrowser'; src+(tiddler&&tiddler.title==src?'##info':'##show');}}
	with: [[$1]]>>
OLPC SocialCalc
http://peapodcast.com/sgi/olpc/socialcalc/
----
Add Table Row, Column, & Class
http://www.askthecssguy.com/kotatsu/index.html
----
Spreadsheet to CSV
http://www.blueshoes.org/_bsJavascript/components/spreadsheet/examples/example1.html
----
Html Table Maker
http://javascript.internet.com/miscellaneous/table-maker.html
----
<<datadb>><data>{"db":[],"schema":[["name","","","y"]],"view":"query","zq":""}</data>
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
	major: 1, minor: 0, revision: 2, 
	date: new Date("Apr 19, 2007"),
	source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
	coreVersion: '2.2.0 (Beta 5)'
};

config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");

merge(config.macros.option.types, {
	'pas': {
		elementType: "input",
		valueField: "value",
		eventName: "onkeyup",
		className: "pasOptionInput",
		typeValue: config.macros.option.passwordInputType,
		create: function(place,type,opt,className,desc) {
			// password field
			config.macros.option.genericCreate(place,'pas',opt,className,desc);
			// checkbox linked with this password "save this password on this computer"
			config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);			
			// text savePasswordCheckboxLabel
			place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
		},
		onChange: config.macros.option.genericOnChange
	}
});

merge(config.optionHandlers['chk'], {
	get: function(name) {
		// is there an option linked with this chk ?
		var opt = name.substr(3);
		if (config.options[opt]) 
			saveOptionCookie(opt);
		return config.options[name] ? "true" : "false";
	}
});

merge(config.optionHandlers, {
	'pas': {
 		get: function(name) {
			if (config.options["chk"+name]) {
				return encodeCookie(config.options[name].toString());
			} else {
				return "";
			}
		},
		set: function(name,value) {config.options[name] = decodeCookie(value);}
	}
});

// need to reload options to load passwordOptions
loadOptionsCookie();

/*
if (!config.options['pasPassword'])
	config.options['pasPassword'] = '';

merge(config.optionsDesc,{
		pasPassword: "Test password"
	});
*/
//}}}
/***
|Name|QuickEditPlugin|
|Source|http://www.TiddlyTools.com/#QuickEditPlugin|
|Documentation|http://www.TiddlyTools.com/#QuickEditPlugin|
|Version|2.4.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 3.0 License|http://creativecommons.org/licenses/by-sa/3.0/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Description|Support functions for ~QuickEdit package: styles, utility functions, and 'toggleQuickEdit' command|
!!!!!Revisions
<<<
2009.06.11 [2.4.3] added keyup() function to abbreviate listbox handling for CR and ESC
2009.05.07 [2.4.2] added processed() function to abbreviate event handler code
2008.09.07 [2.4.1] added removeCookie() function for compatibility with [[CookieManagerPlugin]]
2008.05.17 [2.4.0] copied code from StickyPopupPlugin to remove dependency
2008.05.12 [2.3.0] added "toggleQuickEdit" command handler (replaces inline script command)
2008.01.11 [2.2.0] converted from inline script
2007.03.29 [1.0.0] initial release (as inline script)
<<<
!!!!!Code
***/
//{{{
version.extensions.QuickEditPlugin= {major: 2, minor: 4, revision: 3, date: new Date(2009,6,11)};

// SET STYLESHEET
setStylesheet("\
.quickEdit a { border:2px outset ButtonFace; padding:0px 3px !important; \
	-moz-border-radius:.5em; -webkit-border-radius:.5em; \
	-moz-appearance:button !important; -webkit-appearance:push-button !important; \
	background-color:ButtonFace; color:ButtonText !important;  \
	line-height:200%; font-weight:normal; } \
.quickEdit a:hover { border: 2px inset ButtonFace; background-color:ButtonFace; }\
", "quickEditStyles");

// REMOVE COOKIE
if (window.removeCookie===undefined) {
	window.removeCookie=function(name) {
		document.cookie = name+'=; expires=Thu, 01-Jan-1970 00:00:01 UTC; path=/;'; 
	}
}

// UTILITY FUNCTIONS
config.quickEdit = {
	processed: function(ev) { ev=ev||window.event;
		ev.cancelBubble=true;
		if(ev.stopPropagation) ev.stopPropagation();
		return false;
	},
	keyup: function(ev){ var k=(ev||window.event).keyCode;
		if (k==13) this.onclick();
		if (k==27) Popup.remove();
	},
	getField: function(where) {
		var here=story.findContainingTiddler(where); if (!here) return null;
		var e=story.getTiddlerField(here.getAttribute("tiddler"),"text");
		if (e&&e.getAttribute("edit")=="text") return e;
		return null;
	},
	setSelection: function(where,newtext) {
		var e=this.getField(where); if (!e) return false;
		e.focus(); replaceSelection(e,newtext);
		return false;
	},
	wrapSelection: function(where,before,after) {
		var e=this.getField(where); if (!e) return false;
		e.focus(); replaceSelection(e,before+config.quickEdit.getSelection(e)+after);
		return false;
	},
	getSelection: function(e) {
		var seltext="";
		if (e&&e.setSelectionRange)
			seltext=e.value.substr(e.selectionStart,e.selectionEnd-e.selectionStart);
		else if (document.selection) {
			var range = document.selection.createRange();
			if (range.parentElement()==e) seltext=range.text
		}
		return seltext;
	},
	promptForFilename: function(msg,path,file) {
		if(window.Components) { // moz
			try {
				netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
				var nsIFilePicker = window.Components.interfaces.nsIFilePicker;
				var picker = Components.classes['@mozilla.org/filepicker;1'].createInstance(nsIFilePicker);
				picker.init(window, msg, nsIFilePicker.modeOpen);
				var thispath = Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
				thispath.initWithPath(path);
				picker.displayDirectory=thispath;
				picker.defaultExtension='jpg';
				picker.defaultString=file;
				picker.appendFilters(nsIFilePicker.filterAll|nsIFilePicker.filterImages);
				if (picker.show()!=nsIFilePicker.returnCancel)
					var result="file:///"+picker.file.persistentDescriptor.replace(/\\/g,'/');
			}
			catch(e) { alert('error during local file access: '+e.toString()) }
		}
		else { // IE
			try { // XP only
				var s = new ActiveXObject('UserAccounts.CommonDialog');
				s.Filter='All files|*.*|JPG files|*.jpg|GIF files|*.gif|PNG files|*.png|';
				s.FilterIndex=1; // default to JPG
				s.InitialDir=path;
				s.FileName=file;
				if (s.showOpen()) var result=s.FileName;
			}
			catch(e) { var result=prompt(msg,path+file); } // fallback for non-XP IE
		}
		return result;
	}
}
//}}}

//{{{
if (config.options.chkShowQuickEdit===undefined) config.options.chkShowQuickEdit=false;
config.commands.toggleQuickEdit = {
	hideReadOnly: true,
	getText: function() { return config.options.chkShowQuickEdit?'\u221Aquickedit':'quickedit'; },

	tooltip: 'show QuickEdit toolbar buttons',
	handler: function(event,src,title) {
		var opt='chkShowQuickEdit';
		config.options[opt]=!config.options[opt];
		config.macros.option.propagateOption(opt,"checked", config.options[opt],"input");
		if (config.options[opt]) saveOptionCookie(opt);	else removeCookie(opt);
		src.innerHTML=config.commands.toggleQuickEdit.getText();
		story.forEachTiddler(function(t,e){if (story.isDirty(t)) refreshElements(e);});
		return false;
	}
};
//}}}

// // COPIED FROM [[StickyPopupPlugin]] TO ELIMINATE PLUGIN DEPENDENCY
//{{{
if (config.options.chkStickyPopups==undefined) config.options.chkStickyPopups=false;
Popup.stickyPopup_onDocumentClick = function(ev)
{
	// if click is in a sticky popup, ignore it so popup will remain visible
	var e = ev ? ev : window.event; var target = resolveTarget(e);
	var p=target; while (p) {
		if (hasClass(p,"popup") && (hasClass(p,"sticky")||config.options.chkStickyPopups)) break;
		else p=p.parentNode;
	}
	if (!p) // not in sticky popup (or sticky popups disabled)... use normal click handling
		Popup.onDocumentClick(ev);
	return true;
};
try{removeEvent(document,"click",Popup.onDocumentClick);}catch(e){};
try{addEvent(document,"click",Popup.stickyPopup_onDocumentClick);}catch(e){};
//}}}
/%
|Name|QuickEdit_convert|
|Source|http://www.TiddlyTools.com/#QuickEdit_convert|
|Version|2.4.3|
|Author|Eric Shulman|
|License|see http://www.TiddlyTools.com/#QuickEditPlugin|
|Type|html|
|Requires|QuickEditPlugin|
|Description|quickedit - convert between comma/tab-separated and TW table format|

Usage: see  http://www.TiddlyTools.com/#QuickEditToolbar

%/<html><hide linebreaks><a href="javascript:;" class="tiddlyLink" tabindex="-1" 
title="convert between comma/tab-separated and TW table format"
onclick="var e=config.quickEdit.getField(this);
	if (e) e.focus(); var txt=config.quickEdit.getSelection(e);
	if (txt.indexOf(',')+txt.indexOf('\t')+txt.indexOf('|')==-3) {
		alert('Please select text containing tabs, commas, or TiddlyWiki table syntax.');
		return false;
	}
	var p=Popup.create(this); if (!p) return false; p.className+=' sticky smallform';
	var s=createTiddlyElement(p,'select'); s.button=this;
	s.options[0]=new Option('select a converter...','');
	if (txt.indexOf(',')!=-1) {
		s.options[s.length]=new Option('commas -> table','commasToTable');
		s.options[s.length]=new Option('commas -> tabs','commasToTabs');
	}
	if (txt.indexOf('\t')!=-1) {
		s.options[s.length]=new Option('tabs -> table','tabsToTable');
		s.options[s.length]=new Option('tabs -> commas','tabsToCommas');
	}
	if (txt.indexOf('|')!=-1) {
		s.options[s.length]=new Option('table -> tabs','tableToTabs');
		s.options[s.length]=new Option('table -> commas','tableToCommas');
	}
	s.size=s.length;
	s.onclick=function(){ if (!this.value.length) return;
	        var e=config.quickEdit.getField(this.button); if (!e) return false;
		e.focus(); var txt=config.quickEdit.getSelection(e);
		switch(this.value) {
			case 'tabsToTable':
				txt=txt.replace(/\t/g,'|').replace(/^|$/g,'|');
				txt=txt.replace(/\n/g,'|\n|').replace(/^\|$/g,'');
				break;
			case 'tableToTabs':
				txt=txt.replace(/\t/g,' ').replace(/\|/g,'\t');
				txt=txt.replace(/^\t/g,'').replace(/\t$/g,'');
				txt=txt.replace(/\n\t/g,'\n').replace(/\t\n/g,'\n');
				break;
			case 'commasToTable':
				txt=txt.replace(/,/g,'|').replace(/^|$/g,'|');
				txt=txt.replace(/\n/g,'|\n|').replace(/^\|$/g,''); 
				break;
			case 'tableToCommas':
				txt=txt.replace(/,/g,' ').replace(/\|/g,',');
				txt=txt.replace(/^,/g,'').replace(/,$/g,''); 
				txt=txt.replace(/\n,/g,'\n').replace(/,\n/g,'\n'); 
				break;
			case 'tabsToCommas':
				txt=txt.replace(/\t/g,',');
				break;
			case 'commasToTabs':
				txt=txt.replace(/,/g,'\t');
				break;
		}
		replaceSelection(e,txt);
		Popup.remove(); return false;
	};
	s.onkeyup=config.quickEdit.keyup;
	Popup.show();
	s.focus();
	return config.quickEdit.processed(event);"
>convert</a></html>
/%
|Name|QuickEdit_replace|
|Source|http://www.TiddlyTools.com/#QuickEdit_replace|
|Version|2.4.4|
|Author|Eric Shulman|
|License|see http://www.TiddlyTools.com/#QuickEditPlugin|
|Type|html|
|Requires|QuickEditPlugin|
|Description|quickedit - find/replace selected text with replacement text|

Usage: see  http://www.TiddlyTools.com/#QuickEditToolbar

%/<html><hide linebreaks><a href="javascript:;" class="tiddlyLink" tabindex="-1" 
title="find/replace selected text with replacement text"
onclick="var here=story.findContainingTiddler(this); if (!here) return false;
	var e=config.quickEdit.getField(here);
	var s=config.quickEdit.getSelection(e); 
	var p=Popup.create(this,null,'popup sticky smallform'); if (!p) return false;
	var t=createTiddlyElement(p,'input'); t.onfocus=function(){this.select()};
	t.value=s.length?s:'enter target text';
	var r=createTiddlyElement(p,'input'); r.onfocus=function(){this.select()};
	r.value='enter replacement text';
	var tid=here.getAttribute('tiddler');
	var b=createTiddlyElement(p,'button',null,null,'?',{tid:tid});
	b.style.width='2em';
	b.title='FIND/FIND NEXT target text';
	b.onclick=function(ev) { /* FIND */
		var e=story.getTiddlerField(this.getAttribute('tid'),'text');
		if (!e||e.getAttribute('edit')!='text') return;
		var t=this.previousSibling.previousSibling;
		var tv=t.value.replace(/\\t/mg,'\t').unescapeLineBreaks();
		e.focus();
		if (e.setSelectionRange) { /* MOZ */
			var newstart=e.value.indexOf(tv,e.selectionStart+1);
			if (newstart==-1) newstart=e.value.indexOf(tv); /* wrap around */
			if (newstart==-1) { alert('\u0022'+t.value+'\u0022 not found'); t.focus(); return; }
			e.setSelectionRange(newstart,newstart+tv.length);
			var linecount=e.value.split('\n').length;
			var thisline=e.value.substr(0,e.selectionStart).split('\n').length;
			e.scrollTop=Math.floor((thisline-1-e.rows/2)*e.scrollHeight/linecount);
		} else if (document.selection) { /* IE */
			var range=document.selection.createRange();
			if(range.parentElement()==e) {
				range.collapse(false);
				var found=false; try{found=range.findText(v,e.value.length,4)}catch(e){}
				if (found) range.select();
				else { alert('\u0022'+t.value+'\u0022 not found'); t.focus(); }
			}
		}
	};
	b=createTiddlyElement(p,'button',null,null,'=',{tid:tid});
	b.style.width='2em';
	b.title='REPLACE selected text';
	b.onclick=function(ev) { /* REPLACE */
		var e=story.getTiddlerField(this.getAttribute('tid'),'text');
		if (!e||e.getAttribute('edit')!='text') return;
		var t=this.previousSibling.previousSibling.previousSibling;
		var r=this.previousSibling.previousSibling;
		var rv=r.value.replace(/\\t/mg,'\t').unescapeLineBreaks();
		if (   (e.selectionStart!==undefined && e.selectionEnd==e.selectionStart)
		    || (document.selection && document.selection.createRange().text==''))
			this.previousSibling.click(); /* no selection... do FIND first */
		if (   (e.selectionStart!==undefined && e.selectionEnd==e.selectionStart)
		    || (document.selection && document.selection.createRange().text==''))
			{ t.focus(); return; } /* still no selection... goto target input */
		e.focus(); replaceSelection(e,rv);
	};
	b=createTiddlyElement(p,'button',null,null,'+',{tid:tid});
	b.style.width='2em';
	b.title='REPLACE selected text AND FIND NEXT target text';
	b.onclick=function(ev) { /* REPLACE and FIND NEXT */
		this.previousSibling.click();
		this.previousSibling.previousSibling.click();
	};
	b=createTiddlyElement(p,'button',null,null,'!',{tid:tid});
	b.style.width='2em';
	b.title='REPLACE ALL occurrences of target text';
	b.onclick=function(ev) { /* REPLACE ALL */
		var e=story.getTiddlerField(this.getAttribute('tid'),'text');
		if (!e||e.getAttribute('edit')!='text') return;
		var t=this.previousSibling.previousSibling.previousSibling.previousSibling.previousSibling;
		var r=this.previousSibling.previousSibling.previousSibling.previousSibling;
		var tv=t.value.replace(/\\t/mg,'\t').unescapeLineBreaks();
		var rv=r.value.replace(/\\t/mg,'\t').unescapeLineBreaks();
		if (!tv.length) { alert('Please enter the target text'); t.focus(); return; }
		var m='This will replace all occurrences of:\n\n'+tv+'\n\nwith:\n\n'+rv+'\n\nAre you sure?';
		if (!confirm(m)) { r.focus(); r.select(); return; }
		e.value=e.value.replace(new RegExp(tv.escapeRegExp(),'gm'),rv);
		e.focus(); e.select(); Popup.remove();
	};
	Popup.show();
	if (!s.length) {t.focus();t.select()} else {r.focus();r.select()}
	event.cancelBubble=true;if(event.stopPropagation)event.stopPropagation();return false;"
>replace</a></html>
[[TiddlyWiki:|SystemServer_htm]]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<html><span><a href="javascript:;" title="Show/hide the right side bar" onclick="javascript:if(!document.getElementById('sidebar').style.display || document.getElementById('sidebar').style.display == 'none') { document.getElementById('sidebar').style.display = 'block'; document.getElementById('displayArea').style.marginRight = '17em'; } else { document.getElementById('sidebar').style.display = 'none'; document.getElementById('displayArea').style.marginRight = '1em'; } return false;">&nbsp;&bull;&nbsp;</a></span></html>
[[DatabaseTiddler|TiddlerGrid]] :
<html><a href="javascript:function toArray (c){var a, k;a=new Array;for (k=0; k<c.length; ++k)a[k]=c[k];return a;}function insAtTop(par,child){if(par.childNodes.length) par.insertBefore(child, par.childNodes[0]);else par.appendChild(child);}function countCols(tab){var nCols, i;nCols=0;for(i=0;i<tab.rows.length;++i)if(tab.rows[i].cells.length>nCols)nCols=tab.rows[i].cells.length;return nCols;}function makeHeaderLink(tableNo, colNo, ord){var link;link=document.createElement('a');link.href='javascript:sortTable('+tableNo+','+colNo+','+ord+');';link.appendChild(document.createTextNode((ord>0)?'a':'d'));return link;}function makeHeader(tableNo,nCols){var header, headerCell, i;header=document.createElement('tr');for(i=0;i<nCols;++i){headerCell=document.createElement('td');headerCell.appendChild(makeHeaderLink(tableNo,i,1));headerCell.appendChild(document.createTextNode('/'));headerCell.appendChild(makeHeaderLink(tableNo,i,-1));header.appendChild(headerCell);}return header;}g_tables=toArray(document.getElementsByTagName('table'));if(!g_tables.length) alert(%22This page doesn't contain any tables.%22);(function(){var j, thead;for(j=0;j<g_tables.length;++j){thead=g_tables[j].createTHead();insAtTop(thead, makeHeader(j,countCols(g_tables[j])))}}) ();function compareRows(a,b){if(a.sortKey==b.sortKey)return 0;return (a.sortKey < b.sortKey) ? g_order : -g_order;}function sortTable(tableNo, colNo, ord){var table, rows, nR, bs, i, j, temp;g_order=ord;g_colNo=colNo;table=g_tables[tableNo];rows=new Array();nR=0;bs=table.tBodies;for(i=0; i<bs.length; ++i)for(j=0; j<bs[i].rows.length; ++j){rows[nR]=bs[i].rows[j];temp=rows[nR].cells[g_colNo];if(temp) rows[nR].sortKey=temp.innerHTML;else rows[nR].sortKey=%22%22;++nR;}rows.sort(compareRows);for (i=0; i < rows.length; ++i)insAtTop(table.tBodies[0], rows[i]);}"<span>sort table</span></a></html>
Name,Equation,,Stats,,
'Bradley,=PI(),'average,=(B2+B3+B4+B5)/4,,
'Clint,=3PI(),'sum,=B2+B3+B4+B5,,
'Eric,=sqrt(PI()),,,,
'Jeremy,=E()^PI(),,,,
'title , 'Description , 'Author , 'Url , 'Date , 'Notes
'TiddlyWikiSubversion ,  , 'svn.tiddlywiki.org , 'http://svn.tiddlywiki.org/Trunk/contributors , '09-10 , 
'TiddlyWikiTrac ,  , 'SubversionTrac , 'http://trac.tiddlywiki.org/browser/Trunk/contributors , '09-10 , 
'TiddlyTools ,  , 'EricShulman , 'http://www.tiddlytools.com/ , '09-10 , 
'TableHighlight ,  , 'MikePraeuner , 'http://www.strm.us/tw/examples_twgg/highlightscriptexample.html , '09-10 , 
'AbegoExtensions ,  , 'UdoBorkowski , 'http://tiddlywiki.abego-software.de/#Plugins , '09-09 , 
'PrinceTiddyWiki , 'Extensions for TiddlyWiki , 'BramChen , 'http://ptw.sourceforge.net/ptwe.html , '09-09 , 
'ExtensionsRepository ,  , 'BramChen , 'http://garr.dl.sourceforge.net/sourceforge/ptw/ , '09-09 , 
'LastFM ,  , 'TobiasBeer , 'http://lastfm.tiddlyspot.com/ , '09-09 , 
'TaskManager , 'v2.1.3 , 'MikePraeuner , 'http://www.strm.us/tw/examples_twgg/ijstaskmanager.html , '09-09 , 
'TiddyWiki ,  , 'JeremyRuston , 'http://www.tiddlywiki.com/ , '09-08 , 
'BetaVersion , 'TiddlyWiki Beta ,  , 'http://www.tiddlywiki.com/beta/ , '09-08 , 
'jtab ,  , 'PaulGallagher , 'http://github.com/tardate/jtab/tree/master , '09-08 , 
'StoryWiki ,  , 'Jonnan , 'http://storywiki.tiddlyspot.com/#inlineSVG , '09-08 , 
'Gimcrackd: , 'Code and Other Oddments , 'ChrisKlimas , 'http://gimcrackd.com/etc/src/ , '09-08 , 
'SideBarPluginvault ,  , 'MorrisGray , 'http://sidebarpluginvault.tiddlyspot.com/ , '09-08 , 
'FNDsDevPad , 'Experimental Projects , 'FrederikDohr , 'http://devpad.tiddlyspot.com , '09-07 , 
'MarksBasement ,  , 'MarkS , 'http://marksbasement.tiddlyspot.com/index.html , '09-07 , 
'TiddlyVault , 'an index of extensions , 'DaveGifford , 'http://tiddlyvault.tiddlyspot.com/ , '09-06 , 
'MPTW , 'Monkey Pirate TW , 'SimonBaird , 'http://mptw.tiddlyspot.com/ , '09-06 , 
'TWMath: ,  , 'MorrisGray , 'http://twmath.tiddlyspot.com/#EquationEditorPlugin , '09-02 , 
'MediaWikiUnplugged ,  , 'MartinBudden , 'http://mediawikiunplugged.com/ , '09-06 , 
'TreeviewPlugin ,  , 'MarkS , 'http://treeview.tiddlyspot.com/ , '09-05 , 
'TwitterArchiver ,  , 'JonathanLister , 'http://osmosoft.com/tiddlytweets/ , '09-05 , 
'TiddlyWiki2.2.5addons ,  , 'PauloSoares , 'http://www.math.ist.utl.pt/~psoares/addons.html#Plugins , '09-05 , 
'ToDoPlugin ,  , 'PaulKronenwetter , 'http://kronenpj.tiddlyspot.com , '09-05 , 
'TiddlyLockPlugin ,  , 'RichardHobbis , 'http://www.minormania.com/tiddlylock/tiddlylock.html#TiddlyLockPlugin , '09-05 , 
'BetaZone ,  , 'UdoBorkowski , 'http://tiddlywiki.abego-software.de/Beta.html , '09-04 , 
'JQuery.UI.Accordion.Plugin ,  , 'Shavinder , 'http://shavinz-trial-tw.tiddlyspot.com/ , '09-04 , 
'ListNavPlugin ,  , 'FND , 'http://fnd.lewcid.org/tmp/ListNavMacro.html , '09-03 , 
'DrawingPlugin ,  , 'Alex , 'http://r.a.hough.googlepages.com/TW2.5.0.html , '09-03 , 
'RevisionsPlugin ,  , 'WillyDelaCourt , 'http://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin , '09-03 , 
'TiddlyViPlugin ,  , 'FND , 'http://fnd.lewcid.org/tmp/TiddlyViPlugin.html , '09-02 , 
'TinyTiddly , 'compressed , 'SaqImtiaz , 'http://tinytiddly.lewcid.org/ , '09-01 , 
'SyncOutlookNotesMacro ,  , 'MikeMiller , 'http://syncoutlooknotes.tiddlyspot.com/#SyncOutlookNotes , '09-01 , 
'fnd.lewcid.org/svn ,  , 'FrederikDohr , 'http://fnd.lewcid.org/svn/TiddlyWiki/plugins/ , '08-12 , 
'DataVault ,  , 'FND , 'http://fnd.lewcid.org/tmp/DataVault.html#readOnly:no , '08-12 , 
'twab , 'the tiddly wiki address book , 'VincentDiBartolo , 'http://www.tiddly-twab.com , '08-12 , 
'Schedule ,  , 'MichaelBorck , 'http://schedule.tiddlyspot.com/ , '08-12 , 
'TiddlyScrum ,  , 'Jean-Cédric THÉROND , 'http://www.ideia.fr/files/tiddlyscrum.html , '08-12 , 
'abegoExtensions(Archive) ,  , 'UdoBorkowski , 'http://tiddlywiki.abego-software.de/archive/ , '08-11 , 
'PluginLibrary ,  , 'FND , 'http://plugins.tiddlywiki.org/ , '08-10 , 
'TiddlerEncryptionPlugin ,  , 'LyallPearce , 'http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html , '08-10 , 
'BidiXTW , 'Repository for BidiXs Extensions ,  , 'http://tiddlywiki.bidix.info/#%5B%5BExtension%20directory%5D%5D , '08-10 , 
'D3 , 'a kinkless GTD system , 'Nathan Bowers , 'http://www.dcubed.ca , '08-10 , 
'DataListPlugin ,  , 'SSriram , 'http://baggr.tiddlyspot.com/ , '08-09 , 
'Processing , , 'PaulDowney , 'http://processing.tiddlyspot.com , '08-09 , 
'PluginsMacros&Hacks ,  , 'JackParke , 'http://jackparke.googlepages.com/jtw.html , '08-07 , 
'WorkTracker ,  , 'KenGirard , 'http://no-sin.com/wiki/WorkTracker.html , '08-07 , 
'RelatedTagsPlugin ,  , 'JonathanLister , 'http://jnthnlstr.googlepages.com/RelatedTagsPlugin.html , '08-06 , 
'Plugins&Extensions ,  , 'MartinBudden , 'http://www.martinswiki.com , '08-05 , 
'DeprecatedFunctionsPlugin ,  , 'FND , 'http://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin , '08-04 , 
'MTS , 'more by FND , 'FrederikDohr , 'http://fnd.lewcid.org/MTS/ , '08-04 , 
'ManageFirefoxPrivileges ,  , 'XavierVergés , 'http://firefoxprivileges.tiddlyspot.com/ , '08-04 , 
'SidebarNotes ,  , 'MorrisGray , 'http://sidebarnotes.tiddlyspot.com/ , '08-04 , 
'LewcidTW , 'repository of extensions , 'SaqImtiaz , 'http://tw.lewcid.org/ , '08-04 , 
'LewcidsRevision 41:/plugins ,  , 'SaqImtiaz , 'http://tw.lewcid.org/svn/plugins/ , '08-04 , 
'IdosExtensions ,  , 'IdoMangal , 'http://ido-xp.tiddlyspot.com/ , '08-04 , 
'CorePlugins ,  , 'MartinBudden , 'http://www.tiddlywiki.com/coreplugins.html , '08-04 , 
'ReminderMacros ,  , 'JeremySheeley , 'http://remindermacros.tiddlyspot.com/ , '08-03 , 
'ESVMacros ,  , 'JeremyCowgar , 'http://biblestudy.tiddlyspot.com/#ESVInlineMacro2 , '08-02 , 
'RippleRap ,  , 'PhilHawksworth , 'http://www.ripplerap.com/BlogTalk2008/blogtalk.html , '08-02 , 
'VisualTW , 'Extensions , 'PascalCollin , 'http://visualtw.ouvaton.org/VisualTW.html , '08-01 , 
'TiddlywikiIntegration , 'a Ludos DFWikiteam Site , 'Moodle Wiki , 'http://moodle.tiddlyspot.com/ , '08-01 , 
'GoogleImagesSearch ,  , 'SimonMcManus , 'http://imgsearch.tiddlyspot.com/ , '08-01 , 
'BlogWiki , 'Blog plugin (2.1.3) , 'AnshulNigham , 'http://www.anshul.info/blogwiki.html , '08-01 , 
'ImprovedSlicesPlugin ,  , 'LyallPearce , 'http://www.remotely-helpful.com/TiddlyWiki/ImprovedSlicesPlugin.html , '08-01 , 
'IndexOf/old ,  , 'PascalCollin , 'http://visualtw.ouvaton.org/old/ , '07-12 , 
'LaunchApplicationPlugin ,  , 'LyallPearce , 'http://remotely-helpful.com/TiddlyWiki/LaunchApplication.html , '07-12 , 
'rjbsTiddler ,  , 'RicardoSignes , 'http://rjbs.manxome.org/hacks/js/tiddlywiki.html , '07-12 , 
'ElementTogglePlugin ,  , 'FrederikDohr , 'http://cleanlayout.tiddlyspot.com/ , '07-11 , 
'TiddlyBlogger ,  , 'CraigCook , 'http://www.craigcook.co.uk/samples/TiddlyBlogger.html , '07-11 , 
'TiddlyWiki ,  , '[[Potto]] , 'http://www.potto.client.jp/ , '07-11 , 
'WordCountMacro ,  , 'SimonBaird , 'http://wordcountmacro.tiddlyspot.com , '07-11 , 
'TWLernkatei ,  , 'UweWennmann , 'http://bbz-dormagen.de/wennmann/TWLernkartei/TWLernkartei.html , '07-11 , 
'ConalsJournal ,  , 'ConalElliot , 'http://journal.conal.net/#%5B%5Bsite%20map%5D%5D , '07-10 , 
'MiniTiddlyServer ,  , 'SaqImtiaz , 'http://www.minitiddlyserver.com/ , '07-09 , 
'MORE ,  , 'SaqImtiaz , 'http://files.unamesa.org/MORE/MORE.html , '07-09 , 
'KuRaKu ,  , 'KuRaKu , 'http://kuraku.net/tw/ , '07-08 , 
'SpeedGeeking ,  , 'PaulDowney , 'http://whatfettle.com/2007/06/speed-geeking.html , '07-07 , 
'LaboratoryForBidiXsExtensions ,  , 'BidiXLab , 'http://tiddlylab.bidix.info/ , '07-06 , 
'LewcidsSandbox ,  , 'SaqImtiaz , 'http://tw.lewcid.org/sandbox/ , '07-06 , 
'WaltWoodsPlugins ,  , 'WaltWoods , 'http://www.orst.edu/~woodswa/tiddlywikiplugs.html , '07-06 , 
'AdamattiWiki ,  , 'MarceloAdamatti , 'http://adamatti.tiddlyspot.com , '07-05 , 
'Umibozu , 'Wikify your web album , 'MarcCastejon , 'http://umibozu.org/en/index.html#Features , '07-05 , 
'SimileTimeline , '(2.2.0) , 'DawnAhukanna , 'http://project.dahukanna.net/tiddlywiki/timeline/sampletimeline220b5.html , '07-04 , 
'AnswerMacro , 'displays answers and other feedback , 'GeorgeBrackett , 'http://luceatlux.net/macros/answer , '07-04 , 
'TWkd , 'Tweaked TiddlyWiki , 'YannPerrin , 'http://yann.perrin.googlepages.com/twkd.html , '07-03 , 
'AutoWeavePlugin ,  , 'LaurenceMan , 'http://weave.tiddlyspot.com/index.html , '07-03 , 
'RichTextPlugin ,  , 'PascalCollin , 'http://tiddlywiki.ouvaton.org/Demo.html , '07-03 , 
'CollapsibleTableOfContents ,  ,  , 'http://du180.n77.queensu.ca/TW/ToC.html , '07-03 , 
'n00b@work: , 'hideIfshowIf plugin , 'RiccardoGherardi , 'http://rgplugins.tiddlyspot.com/#%5B%5BhideIfshowIf%20plugin%5D%5D , '07-03 , 
'MemoWiki ,  , '[[Potto]] , 'http://flow.dip.jp/mt/archives/u/twmemo.html , '07-03 , 
'TimelinePlugin ,  , 'DawnAhukanna , 'http://project.dahukanna.net/tiddlywiki/timeline/timeline.html , '07-02 , 
'Experimental ,  , 'SimonBaird , 'http://mptw-beta.tiddlyspot.com MonkeyPirateTiddlyWiki , '07-02 , 
'CTYsMathTiddlyWiki ,  , 'JamesTaylor , 'http://www.jostylr.com/deli.html , '07-02 , 
'Extensions(2.1.3) ,  , 'DawnAhukanna , 'http://project.dahukanna.net/tiddlywiki/twextensions.htm , '07-02 , 
'KnightnetDefault ,  , 'JulianKnight , 'http://knighjm.googlepages.com/knightnet-default-tw.html , '07-02 , 
'SimileTimeline , 'a demomstrator , 'MartinBudden , 'http://www.martinswiki.com/timeline/ , '07-02 , 
'LATEXTiddlyWiki ,  , 'BobMcElrath , 'http://bob.mcelrath.org/tiddlyjsmath.html , '07-02 , 
'SEOTiddlyWikiPlugin ,  , 'FabriceProudhon , 'http://www.superphysique.net/#%5B%5BSEO%20TiddlyWiki%20Plugin%5D%5D , '07-02 , 
'Conflation , 'A kid-free SciFi Relax-A-Con , 'KenGirard , 'http://conflation.org/#BlogUserPlugin , '07-02 , 
'PeachTW , 'Resources that are Ripe for the Picking , 'BradleyMeck , 'http://bradleymeck.tiddlyspot.com , '07-01 , 
'BobMcElrathsPlugins ,  , 'BobMcElrath , 'http://bob.mcelrath.org/plugins.html#systemConfig , '07-01 , 
'TWkd , 'Tweaked TiddlyWiki , 'YannPerrin , 'http://yann.perrin.googlepages.com/twkd1.html#Plugins , '07-01 , 
'TiddlySnip , 'allows you to use TiddlyWiki as a scrapbook , 'SaqImtiaz , 'http://tiddlysnip.com/#About , '07-01 , 
'RedMountainVista , 'Bob Dennys extensions to TiddlyWiki , 'BobDenny , 'http://solo.dc3.com/tw/ , '06-12 , 
'PresentationPlugin ,  , 'SaqImtiaz , 'http://lewcid.googlepages.com/presentation_empty_full.html#author:true , '06-12 , 
'HTMLSlidyMaker ,  , '[[Potto]] , 'http://www.potto.client.jp/htmlslidymaker/index.html , '06-12 , 
'No-SinDemos ,  , 'KenGirard , 'http://no-sin.com/wiki/nosindemos.html , '06-12 , 
'LinkToMeMacro ,  , 'SimonBaird , 'http://linktomemacro.tiddlyspot.com , '06-11 , 
'FileLinkDropHandler ,  , 'StephenPhillips , 'http://scphillips.com/tiddly.html , '06-11 , 
'Themes&Plugins , , 'ClintChecketts , 'http://checkettsweb.com/styles/themes.htm , '06-11 , 
'Martins , 'pre-release TiddlyWiki , 'MartinBudden , 'http://martinswiki.com/prereleases.html#Home , '06-11 , 
'Wiki: , 'ExcludeTimelinePlugin , '[[Soloport]] , 'http://soloport.tiddlyspot.com/#ExcludeTimelinePlugin , '06-11 , 
'DiscerningTagsPlugin ,  , 'DanielBaird , 'http://discerningtags.tiddlyspot.com/ , '06-11 , 
'MetaQuotes ,  , 'ClintChecketts , 'http://checkettsweb.com/tw/beta.html#NewTiddlerAutoNumberExtension , '06-10 , 
'MonkeyPirateTiddlyWiki , 'Experimental (2.1.09) , 'SimonBaird , 'http://mptw-beta.tiddlyspot.com/ , '06-09 , 
'MonkeyPirateTiddlyWiki , '(2.0.10) , 'SimonBaird , 'http://mptw2.tiddlyspot.com , '06-09 , 
'PhotostreamPlugin ,  , 'PeterBouda , 'http://www.peterbouda.de/PhotoStreams , '06-08 , 
'StickyDatePlugin ,  , 'PaulaRodrigo , 'http://paularodrigo.homeip.net/stickydate.html#StickyDatePlugin , '06-08 , 
'MacroLinz , 'TiddlyWare , 'LindsayDonaghe , 'http://www.macrolinz.com/macrolinz/tiddlyware/MacroLinz.html , '06-08 , 
'gkwWiki ,  , 'GregWalker , 'http://gwsyzygy.googlepages.com/creator.html , '06-07 , 
'MathCellTiddlyWiki ,  , 'BradleyMeck , 'http://genisis329.googlepages.com/TWMath.html , '06-06 , 
'LabWiki , 'plugins for TiddlyWiki: TaskMacroPlugin , 'LukeBlanshard , 'http://labwiki.sourceforge.net/ , '06-05 , 
'TiddlyWiki ,  , 'ClintChecketts , 'http://www.checkettsweb.com/tw/tiddlywikise.htm , '06-05 , 
'PimliPoche2 ,  , 'JacquesTurbé , 'http://avm.free.fr/en_PimliPoche2.html , '06-04 , 
'DcTableOfContentsPlugin ,  , 'DougCompton , 'http://www.zagware.com/tw/plugins.html#DcTableOfContentsPlugin , '06-04 , 
'YATWA2 , 'Yet Another TiddlyWiki Adaptation , 'SteveRumsby , 'http://www.rumsby.org/yatwa2/#systemConfig , '06-03 , 
'TiddlyW;nks , 'some TiddlyWiki stuff , 'DanielBaird , 'http://danielbaird.com/tiddlywinks/ , '06-03 , 
'ASciencePad , 'a TiddlyWiki suitable for scientific notes , 'PeterJipsen , 'http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html , '06-03 , 
'HaloscanMacro , 'comments and trackback support for TiddlyWiki , '[[Speth]] , 'http://end.com/~speth/HaloscanMacro.html , '06-02 , 
'wikiMobil , , '2.0 Learning Center , 'http://www.twteamserver.de/es/index3.php , '06-02 , 
'OldMonkeyPirateTiddlyWiki , '(TiddlyWiki 1.2.x) , 'SimonBaird , 'http://mptw1.tiddlyspot.com/#%5B%5BMPTW%20Plugins%5D%5D , '06-01 , 
'YATWA , '(Yet Another TiddlyWiki Adaptation) , 'SteveRumsby , 'http://www.rumsby.org/yatwa/#Plugins , '06-01 , 
'ELSDesignStudios ,  , 'EricShulman , 'http://twhobbycoder.gmxhome.de/wiki/ , '06-01 , 
'CollapsePlugin ,  , 'BradleyMeck , 'http://gensoft.revhost.net/Collapse.html , '06-01 , 
'TiddlyWikiExtensions , 'creations by AlanHecht , 'AlanHecht , 'http://www.personal.psu.edu/ach12/tiddlywiki/extensions.htm , '06-01 , 
'TiddlyDesktop , 'v1.0 (beta 2) Set the Tiddlers free! , 'JonnyLeRoy , 'http://www.digitaldimsum.co.uk/wp-content/uploads/2007/04/tiddlydesktop-v10beta2.htm , '06-01 , 
'TiddlyWikiPage , ''A tiddling adventure , 'FrankDellaert , 'http://www-static.cc.gatech.edu/~dellaert/dhtml/tiddly.html , '05-12 , 
'WikiBar , 'for TiddlyWiki 2.0.0 (beta 6) , 'ArphenLin , 'http://aiddlywiki.sourceforge.net/wikibar_demo_2.html , '05-12 , 
'HackingTW ,  , 'HustonFranklin , 'http://franklin.ro/tw/HackingTW.html , '05-10 , 
'ЗагубениМисли , '... на един загубен човек , 'ВашетоИме , 'http://fire.atspace.org/ , '05-04 , 
, , , , , 
, , , , , 
, , , , , 
, , , , , 
, , , , , 
, , , , , 
<<datadb>><data>{"db":[["TiddlyWikiSubversion","","svn.tiddlywiki.org","http://svn.tiddlywiki.org/Trunk/contributors","09-10",""],["TiddlyWikiTrac","","SubversionTrac","http://trac.tiddlywiki.org/browser/Trunk/contributors","09-10",""],["TiddlyTools","","EricShulman","http://www.tiddlytools.com/","09-10",""],["TableHighlight","","MikePraeuner","http://www.strm.us/tw/examples_twgg/highlightscriptexample.html","09-10",""],["AbegoExtensions","","UdoBorkowski","http://tiddlywiki.abego-software.de/#Plugins","09-09",""],["PrinceTiddyWiki","ExtensionsforTiddlyWiki","BramChen","http://ptw.sourceforge.net/ptwe.html","09-09",""],["ExtensionsRepository","","BramChen","http://garr.dl.sourceforge.net/sourceforge/ptw/","09-09",""],["LastFM","","TobiasBeer","http://lastfm.tiddlyspot.com/","09-09",""],["TaskManager","v2.1.3","MikePraeuner","http://www.strm.us/tw/examples_twgg/ijstaskmanager.html","09-09",""],["TiddyWiki","","JeremyRuston","http://www.tiddlywiki.com/","09-08",""],["BetaVersion","TiddlyWikiBeta","","http://www.tiddlywiki.com/beta/","09-08",""],["jtab","","PaulGallagher","http://github.com/tardate/jtab/tree/master","09-08",""],["StoryWiki","","Jonnan","http://storywiki.tiddlyspot.com/#inlineSVG","09-08",""],["Gimcrackd:","CodeandOtherOddments","ChrisKlimas","http://gimcrackd.com/etc/src/","09-08",""],["SideBarPluginvault","","MorrisGray","http://sidebarpluginvault.tiddlyspot.com/","09-08",""],["FNDsDevPad","ExperimentalProjects","FrederikDohr","http://devpad.tiddlyspot.com","09-07",""],["MarksBasement","","MarkS","http://marksbasement.tiddlyspot.com/index.html","09-07",""],["TiddlyVault","anindexofextensions","DaveGifford","http://tiddlyvault.tiddlyspot.com/","09-06",""],["MPTW","MonkeyPirateTW","SimonBaird","http://mptw.tiddlyspot.com/","09-06",""],["TWMath:","","MorrisGray","http://twmath.tiddlyspot.com/#EquationEditorPlugin","09-02",""],["MediaWikiUnplugged","","MartinBudden","http://mediawikiunplugged.com/","09-06",""],["TreeviewPlugin","","MarkS","http://treeview.tiddlyspot.com/","09-05",""],["TwitterArchiver","","JonathanLister","http://osmosoft.com/tiddlytweets/","09-05",""],["TiddlyWiki2.2.5addons","","PauloSoares","http://www.math.ist.utl.pt/~psoares/addons.html#Plugins","09-05",""],["ToDoPlugin","","PaulKronenwetter","http://kronenpj.tiddlyspot.com","09-05",""],["TiddlyLockPlugin","","RichardHobbis","http://www.minormania.com/tiddlylock/tiddlylock.html#TiddlyLockPlugin","09-05",""],["BetaZone","","UdoBorkowski","http://tiddlywiki.abego-software.de/Beta.html","09-04",""],["JQuery.UI.Accordion.Plugin","","Shavinder","http://shavinz-trial-tw.tiddlyspot.com/","09-04",""],["ListNavPlugin","","FND","http://fnd.lewcid.org/tmp/ListNavMacro.html","09-03",""],["DrawingPlugin","","Alex","http://r.a.hough.googlepages.com/TW2.5.0.html","09-03",""],["RevisionsPlugin","","WillyDelaCourt","http://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin","09-03",""],["TiddlyViPlugin","","FND","http://fnd.lewcid.org/tmp/TiddlyViPlugin.html","09-02",""],["TinyTiddly","compressed","SaqImtiaz","http://tinytiddly.lewcid.org/","09-01",""],["SyncOutlookNotesMacro","","MikeMiller","http://syncoutlooknotes.tiddlyspot.com/#SyncOutlookNotes","09-01",""],["fnd.lewcid.org/svn","","FrederikDohr","http://fnd.lewcid.org/svn/TiddlyWiki/plugins/","08-12",""],["DataVault","","FND","http://fnd.lewcid.org/tmp/DataVault.html#readOnly:no","08-12",""],["twab","thetiddlywikiaddressbook","VincentDiBartolo","http://www.tiddly-twab.com","08-12",""],["Schedule","","MichaelBorck","http://schedule.tiddlyspot.com/","08-12",""],["TiddlyScrum","","Jean-CédricTHÉROND","http://www.ideia.fr/files/tiddlyscrum.html","08-12",""],["abegoExtensions(Archive)","","UdoBorkowski","http://tiddlywiki.abego-software.de/archive/","08-11",""],["PluginLibrary","","FND","http://plugins.tiddlywiki.org/","08-10",""],["TiddlerEncryptionPlugin","","LyallPearce","http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html","08-10",""],["BidiXTW","RepositoryforBidiXsExtensions","","http://tiddlywiki.bidix.info/#%5B%5BExtension%20directory%5D%5D","08-10",""],["D3","akinklessGTDsystem","NathanBowers","http://www.dcubed.ca","08-10",""],["DataListPlugin","","SSriram","http://baggr.tiddlyspot.com/","08-09",""],["Processing","","PaulDowney","http://processing.tiddlyspot.com","08-09",""],["PluginsMacros&Hacks","","JackParke","http://jackparke.googlepages.com/jtw.html","08-07",""],["WorkTracker","","KenGirard","http://no-sin.com/wiki/WorkTracker.html","08-07",""],["RelatedTagsPlugin","","JonathanLister","http://jnthnlstr.googlepages.com/RelatedTagsPlugin.html","08-06",""],["Plugins&Extensions","","MartinBudden","http://www.martinswiki.com","08-05",""],["DeprecatedFunctionsPlugin","","FND","http://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin","08-04",""],["MTS","morebyFND","FrederikDohr","http://fnd.lewcid.org/MTS/","08-04",""],["ManageFirefoxPrivileges","","XavierVergés","http://firefoxprivileges.tiddlyspot.com/","08-04",""],["SidebarNotes","","MorrisGray","http://sidebarnotes.tiddlyspot.com/","08-04",""],["LewcidTW","repositoryofextensions","SaqImtiaz","http://tw.lewcid.org/","08-04",""],["LewcidsRevision41:/plugins","","SaqImtiaz","http://tw.lewcid.org/svn/plugins/","08-04",""],["IdosExtensions","","IdoMangal","http://ido-xp.tiddlyspot.com/","08-04",""],["CorePlugins","","MartinBudden","http://www.tiddlywiki.com/coreplugins.html","08-04",""],["ReminderMacros","","JeremySheeley","http://remindermacros.tiddlyspot.com/","08-03",""],["ESVMacros","","JeremyCowgar","http://biblestudy.tiddlyspot.com/#ESVInlineMacro2","08-02",""],["RippleRap","","PhilHawksworth","http://www.ripplerap.com/BlogTalk2008/blogtalk.html","08-02",""],["VisualTW","Extensions","PascalCollin","http://visualtw.ouvaton.org/VisualTW.html","08-01",""],["TiddlywikiIntegration","aLudosDFWikiteamSite","MoodleWiki","http://moodle.tiddlyspot.com/","08-01",""],["GoogleImagesSearch","","SimonMcManus","http://imgsearch.tiddlyspot.com/","08-01",""],["BlogWiki","Blogplugin(2.1.3)","AnshulNigham","http://www.anshul.info/blogwiki.html","08-01",""],["ImprovedSlicesPlugin","","LyallPearce","http://www.remotely-helpful.com/TiddlyWiki/ImprovedSlicesPlugin.html","08-01",""],["IndexOf/old","","PascalCollin","http://visualtw.ouvaton.org/old/","07-12",""],["LaunchApplicationPlugin","","LyallPearce","http://remotely-helpful.com/TiddlyWiki/LaunchApplication.html","07-12",""],["rjbsTiddler","","RicardoSignes","http://rjbs.manxome.org/hacks/js/tiddlywiki.html","07-12",""],["ElementTogglePlugin","","FrederikDohr","http://cleanlayout.tiddlyspot.com/","07-11",""],["TiddlyBlogger","","CraigCook","http://www.craigcook.co.uk/samples/TiddlyBlogger.html","07-11",""],["TiddlyWiki","","[[Potto]]","http://www.potto.client.jp/","07-11",""],["WordCountMacro","","SimonBaird","http://wordcountmacro.tiddlyspot.com","07-11",""],["TWLernkatei","","UweWennmann","http://bbz-dormagen.de/wennmann/TWLernkartei/TWLernkartei.html","07-11",""],["ConalsJournal","","ConalElliot","http://journal.conal.net/#%5B%5Bsite%20map%5D%5D","07-10",""],["MiniTiddlyServer","","SaqImtiaz","http://www.minitiddlyserver.com/","07-09",""],["MORE","","SaqImtiaz","http://files.unamesa.org/MORE/MORE.html","07-09",""],["KuRaKu","","KuRaKu","http://kuraku.net/tw/","07-08",""],["SpeedGeeking","","PaulDowney","http://whatfettle.com/2007/06/speed-geeking.html","07-07",""],["LaboratoryForBidiXsExtensions","","BidiXLab","http://tiddlylab.bidix.info/","07-06",""],["LewcidsSandbox","","SaqImtiaz","http://tw.lewcid.org/sandbox/","07-06",""],["WaltWoodsPlugins","","WaltWoods","http://www.orst.edu/~woodswa/tiddlywikiplugs.html","07-06",""],["AdamattiWiki","","MarceloAdamatti","http://adamatti.tiddlyspot.com","07-05",""],["Umibozu","Wikifyyourwebalbum","MarcCastejon","http://umibozu.org/en/index.html#Features","07-05",""],["SimileTimeline","(2.2.0)","DawnAhukanna","http://project.dahukanna.net/tiddlywiki/timeline/sampletimeline220b5.html","07-04",""],["AnswerMacro","displaysanswersandotherfeedback","GeorgeBrackett","http://luceatlux.net/macros/answer","07-04",""],["TWkd","TweakedTiddlyWiki","YannPerrin","http://yann.perrin.googlepages.com/twkd.html","07-03",""],["AutoWeavePlugin","","LaurenceMan","http://weave.tiddlyspot.com/index.html","07-03",""],["RichTextPlugin","","PascalCollin","http://tiddlywiki.ouvaton.org/Demo.html","07-03",""],["CollapsibleTableOfContents","","","http://du180.n77.queensu.ca/TW/ToC.html","07-03",""],["n00b@work:","hideIfshowIfplugin","RiccardoGherardi","http://rgplugins.tiddlyspot.com/#%5B%5BhideIfshowIf%20plugin%5D%5D","07-03",""],["MemoWiki","","[[Potto]]","http://flow.dip.jp/mt/archives/u/twmemo.html","07-03",""],["TimelinePlugin","","DawnAhukanna","http://project.dahukanna.net/tiddlywiki/timeline/timeline.html","07-02",""],["Experimental","","SimonBaird","http://mptw-beta.tiddlyspot.comMonkeyPirateTiddlyWiki","07-02",""],["CTYsMathTiddlyWiki","","JamesTaylor","http://www.jostylr.com/deli.html","07-02",""],["Extensions(2.1.3)","","DawnAhukanna","http://project.dahukanna.net/tiddlywiki/twextensions.htm","07-02",""],["KnightnetDefault","","JulianKnight","http://knighjm.googlepages.com/knightnet-default-tw.html","07-02",""],["SimileTimeline","ademomstrator","MartinBudden","http://www.martinswiki.com/timeline/","07-02",""],["LATEXTiddlyWiki","","BobMcElrath","http://bob.mcelrath.org/tiddlyjsmath.html","07-02",""],["SEOTiddlyWikiPlugin","","FabriceProudhon","http://www.superphysique.net/#%5B%5BSEO%20TiddlyWiki%20Plugin%5D%5D","07-02",""],["Conflation","Akid-freeSciFiRelax-A-Con","KenGirard","http://conflation.org/#BlogUserPlugin","07-02",""],["PeachTW","ResourcesthatareRipeforthePicking","BradleyMeck","http://bradleymeck.tiddlyspot.com","07-01",""],["BobMcElrathsPlugins","","BobMcElrath","http://bob.mcelrath.org/plugins.html#systemConfig","07-01",""],["TWkd","TweakedTiddlyWiki","YannPerrin","http://yann.perrin.googlepages.com/twkd1.html#Plugins","07-01",""],["TiddlySnip","allowsyoutouseTiddlyWikiasascrapbook","SaqImtiaz","http://tiddlysnip.com/#About","07-01",""],["RedMountainVista","BobDennysextensionstoTiddlyWiki","BobDenny","http://solo.dc3.com/tw/","06-12",""],["PresentationPlugin","","SaqImtiaz","http://lewcid.googlepages.com/presentation_empty_full.html#author:true","06-12",""],["HTMLSlidyMaker","","[[Potto]]","http://www.potto.client.jp/htmlslidymaker/index.html","06-12",""],["No-SinDemos","","KenGirard","http://no-sin.com/wiki/nosindemos.html","06-12",""],["LinkToMeMacro","","SimonBaird","http://linktomemacro.tiddlyspot.com","06-11",""],["FileLinkDropHandler","","StephenPhillips","http://scphillips.com/tiddly.html","06-11",""],["Themes&Plugins","","ClintChecketts","http://checkettsweb.com/styles/themes.htm","06-11",""],["Martins","pre-releaseTiddlyWiki","MartinBudden","http://martinswiki.com/prereleases.html#Home","06-11",""],["Wiki:","ExcludeTimelinePlugin","[[Soloport]]","http://soloport.tiddlyspot.com/#ExcludeTimelinePlugin","06-11",""],["DiscerningTagsPlugin","","DanielBaird","http://discerningtags.tiddlyspot.com/","06-11",""],["MetaQuotes","","ClintChecketts","http://checkettsweb.com/tw/beta.html#NewTiddlerAutoNumberExtension","06-10",""],["MonkeyPirateTiddlyWiki","Experimental(2.1.09)","SimonBaird","http://mptw-beta.tiddlyspot.com/","06-09",""],["MonkeyPirateTiddlyWiki","(2.0.10)","SimonBaird","http://mptw2.tiddlyspot.com","06-09",""],["PhotostreamPlugin","","PeterBouda","http://www.peterbouda.de/PhotoStreams","06-08",""],["StickyDatePlugin","","PaulaRodrigo","http://paularodrigo.homeip.net/stickydate.html#StickyDatePlugin","06-08",""],["MacroLinz","TiddlyWare","LindsayDonaghe","http://www.macrolinz.com/macrolinz/tiddlyware/MacroLinz.html","06-08",""],["gkwWiki","","GregWalker","http://gwsyzygy.googlepages.com/creator.html","06-07",""],["MathCellTiddlyWiki","","BradleyMeck","http://genisis329.googlepages.com/TWMath.html","06-06",""],["LabWiki","pluginsforTiddlyWiki:TaskMacroPlugin","LukeBlanshard","http://labwiki.sourceforge.net/","06-05",""],["TiddlyWiki","","ClintChecketts","http://www.checkettsweb.com/tw/tiddlywikise.htm","06-05",""],["PimliPoche2","","JacquesTurbé","http://avm.free.fr/en_PimliPoche2.html","06-04",""],["DcTableOfContentsPlugin","","DougCompton","http://www.zagware.com/tw/plugins.html#DcTableOfContentsPlugin","06-04",""],["YATWA2","YetAnotherTiddlyWikiAdaptation","SteveRumsby","http://www.rumsby.org/yatwa2/#systemConfig","06-03",""],["TiddlyW;nks","someTiddlyWikistuff","DanielBaird","http://danielbaird.com/tiddlywinks/","06-03",""],["ASciencePad","aTiddlyWikisuitableforscientificnotes","PeterJipsen","http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html","06-03",""],["HaloscanMacro","commentsandtrackbacksupportforTiddlyWiki","[[Speth]]","http://end.com/~speth/HaloscanMacro.html","06-02",""],["wikiMobil","","2.0LearningCenter","http://www.twteamserver.de/es/index3.php","06-02",""],["OldMonkeyPirateTiddlyWiki","(TiddlyWiki1.2.x)","SimonBaird","http://mptw1.tiddlyspot.com/#%5B%5BMPTW%20Plugins%5D%5D","06-01",""],["YATWA","(YetAnotherTiddlyWikiAdaptation)","SteveRumsby","http://www.rumsby.org/yatwa/#Plugins","06-01",""],["ELSDesignStudios","","EricShulman","http://twhobbycoder.gmxhome.de/wiki/","06-01",""],["CollapsePlugin","","BradleyMeck","http://gensoft.revhost.net/Collapse.html","06-01",""],["TiddlyWikiExtensions","creationsbyAlanHecht","AlanHecht","http://www.personal.psu.edu/ach12/tiddlywiki/extensions.htm","06-01",""],["TiddlyDesktop","v1.0(beta2)SettheTiddlersfree!","JonnyLeRoy","http://www.digitaldimsum.co.uk/wp-content/uploads/2007/04/tiddlydesktop-v10beta2.htm","06-01",""],["TiddlyWikiPage","Atiddlingadventure","FrankDellaert","http://www-static.cc.gatech.edu/~dellaert/dhtml/tiddly.html","05-12",""],["WikiBar","forTiddlyWiki2.0.0(beta6)","ArphenLin","http://aiddlywiki.sourceforge.net/wikibar_demo_2.html","05-12",""],["HackingTW","","HustonFranklin","http://franklin.ro/tw/HackingTW.html","05-10",""],["ЗагубениМисли","...наединзагубенчовек","ВашетоИме","http://fire.atspace.org/","05-04",""]],"schema":[["title","","","y"],["Description","","","y"],["Author","","","y"],["Url","","","y"],["Date","","","y"],["Notes","","",""]],"view":"query","zq":"","data":[["'TiddlyWikiSubversion "," ","'svn.tiddlywiki.org ","'http://svn.tiddlywiki.org/Trunk/contributors ","'09-10 ",""],["'TiddlyWikiTrac "," ","'SubversionTrac ","'http://trac.tiddlywiki.org/browser/Trunk/contributors ","'09-10 ",""],["'TiddlyTools "," ","'EricShulman ","'http://www.tiddlytools.com/ ","'09-10 ",""],["'TableHighlight "," ","'MikePraeuner ","'http://www.strm.us/tw/examples_twgg/highlightscriptexample.html ","'09-10 ",""],["'AbegoExtensions "," ","'UdoBorkowski ","'http://tiddlywiki.abego-software.de/#Plugins ","'09-09 ",""],["'PrinceTiddyWiki ","'Extensions for TiddlyWiki ","'BramChen ","'http://ptw.sourceforge.net/ptwe.html ","'09-09 ",""],["'ExtensionsRepository "," ","'BramChen ","'http://garr.dl.sourceforge.net/sourceforge/ptw/ ","'09-09 ",""],["'LastFM "," ","'TobiasBeer ","'http://lastfm.tiddlyspot.com/ ","'09-09 ",""],["'TaskManager ","'v2.1.3 ","'MikePraeuner ","'http://www.strm.us/tw/examples_twgg/ijstaskmanager.html ","'09-09 ",""],["'TiddyWiki "," ","'JeremyRuston ","'http://www.tiddlywiki.com/ ","'09-08 ",""],["'BetaVersion ","'TiddlyWiki Beta "," ","'http://www.tiddlywiki.com/beta/ ","'09-08 ",""],["'jtab "," ","'PaulGallagher ","'http://github.com/tardate/jtab/tree/master ","'09-08 ",""],["'StoryWiki "," ","'Jonnan ","'http://storywiki.tiddlyspot.com/#inlineSVG ","'09-08 ",""],["'Gimcrackd: ","'Code and Other Oddments ","'ChrisKlimas ","'http://gimcrackd.com/etc/src/ ","'09-08 ",""],["'SideBarPluginvault "," ","'MorrisGray ","'http://sidebarpluginvault.tiddlyspot.com/ ","'09-08 ",""],["'FNDsDevPad ","'Experimental Projects ","'FrederikDohr ","'http://devpad.tiddlyspot.com ","'09-07 ",""],["'MarksBasement "," ","'MarkS ","'http://marksbasement.tiddlyspot.com/index.html ","'09-07 ",""],["'TiddlyVault ","'an index of extensions ","'DaveGifford ","'http://tiddlyvault.tiddlyspot.com/ ","'09-06 ",""],["'MPTW ","'Monkey Pirate TW ","'SimonBaird ","'http://mptw.tiddlyspot.com/ ","'09-06 ",""],["'TWMath: "," ","'MorrisGray ","'http://twmath.tiddlyspot.com/#EquationEditorPlugin ","'09-02 ",""],["'MediaWikiUnplugged "," ","'MartinBudden ","'http://mediawikiunplugged.com/ ","'09-06 ",""],["'TreeviewPlugin "," ","'MarkS ","'http://treeview.tiddlyspot.com/ ","'09-05 ",""],["'TwitterArchiver "," ","'JonathanLister ","'http://osmosoft.com/tiddlytweets/ ","'09-05 ",""],["'TiddlyWiki2.2.5addons "," ","'PauloSoares ","'http://www.math.ist.utl.pt/~psoares/addons.html#Plugins ","'09-05 ",""],["'ToDoPlugin "," ","'PaulKronenwetter ","'http://kronenpj.tiddlyspot.com ","'09-05 ",""],["'TiddlyLockPlugin "," ","'RichardHobbis ","'http://www.minormania.com/tiddlylock/tiddlylock.html#TiddlyLockPlugin ","'09-05 ",""],["'BetaZone "," ","'UdoBorkowski ","'http://tiddlywiki.abego-software.de/Beta.html ","'09-04 ",""],["'JQuery.UI.Accordion.Plugin "," ","'Shavinder ","'http://shavinz-trial-tw.tiddlyspot.com/ ","'09-04 ",""],["'ListNavPlugin "," ","'FND ","'http://fnd.lewcid.org/tmp/ListNavMacro.html ","'09-03 ",""],["'DrawingPlugin "," ","'Alex ","'http://r.a.hough.googlepages.com/TW2.5.0.html ","'09-03 ",""],["'RevisionsPlugin "," ","'WillyDelaCourt ","'http://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin ","'09-03 ",""],["'TiddlyViPlugin "," ","'FND ","'http://fnd.lewcid.org/tmp/TiddlyViPlugin.html ","'09-02 ",""],["'TinyTiddly ","'compressed ","'SaqImtiaz ","'http://tinytiddly.lewcid.org/ ","'09-01 ",""],["'SyncOutlookNotesMacro "," ","'MikeMiller ","'http://syncoutlooknotes.tiddlyspot.com/#SyncOutlookNotes ","'09-01 ",""],["'fnd.lewcid.org/svn "," ","'FrederikDohr ","'http://fnd.lewcid.org/svn/TiddlyWiki/plugins/ ","'08-12 ",""],["'DataVault "," ","'FND ","'http://fnd.lewcid.org/tmp/DataVault.html#readOnly:no ","'08-12 ",""],["'twab ","'the tiddly wiki address book ","'VincentDiBartolo ","'http://www.tiddly-twab.com ","'08-12 ",""],["'Schedule "," ","'MichaelBorck ","'http://schedule.tiddlyspot.com/ ","'08-12 ",""],["'TiddlyScrum "," ","'Jean-Cédric THÉROND ","'http://www.ideia.fr/files/tiddlyscrum.html ","'08-12 ",""],["'abegoExtensions(Archive) "," ","'UdoBorkowski ","'http://tiddlywiki.abego-software.de/archive/ ","'08-11 ",""],["'PluginLibrary "," ","'FND ","'http://plugins.tiddlywiki.org/ ","'08-10 ",""],["'TiddlerEncryptionPlugin "," ","'LyallPearce ","'http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html ","'08-10 ",""],["'BidiXTW ","'Repository for BidiXs Extensions "," ","'http://tiddlywiki.bidix.info/#%5B%5BExtension%20directory%5D%5D ","'08-10 ",""],["'D3 ","'a kinkless GTD system ","'Nathan Bowers ","'http://www.dcubed.ca ","'08-10 ",""],["'DataListPlugin "," ","'SSriram ","'http://baggr.tiddlyspot.com/ ","'08-09 ",""],["'Processing ","","'PaulDowney ","'http://processing.tiddlyspot.com ","'08-09 ",""],["'PluginsMacros&Hacks "," ","'JackParke ","'http://jackparke.googlepages.com/jtw.html ","'08-07 ",""],["'WorkTracker "," ","'KenGirard ","'http://no-sin.com/wiki/WorkTracker.html ","'08-07 ",""],["'RelatedTagsPlugin "," ","'JonathanLister ","'http://jnthnlstr.googlepages.com/RelatedTagsPlugin.html ","'08-06 ",""],["'Plugins&Extensions "," ","'MartinBudden ","'http://www.martinswiki.com ","'08-05 ",""],["'DeprecatedFunctionsPlugin "," ","'FND ","'http://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin ","'08-04 ",""],["'MTS ","'more by FND ","'FrederikDohr ","'http://fnd.lewcid.org/MTS/ ","'08-04 ",""],["'ManageFirefoxPrivileges "," ","'XavierVergés ","'http://firefoxprivileges.tiddlyspot.com/ ","'08-04 ",""],["'SidebarNotes "," ","'MorrisGray ","'http://sidebarnotes.tiddlyspot.com/ ","'08-04 ",""],["'LewcidTW ","'repository of extensions ","'SaqImtiaz ","'http://tw.lewcid.org/ ","'08-04 ",""],["'LewcidsRevision 41:/plugins "," ","'SaqImtiaz ","'http://tw.lewcid.org/svn/plugins/ ","'08-04 ",""],["'IdosExtensions "," ","'IdoMangal ","'http://ido-xp.tiddlyspot.com/ ","'08-04 ",""],["'CorePlugins "," ","'MartinBudden ","'http://www.tiddlywiki.com/coreplugins.html ","'08-04 ",""],["'ReminderMacros "," ","'JeremySheeley ","'http://remindermacros.tiddlyspot.com/ ","'08-03 ",""],["'ESVMacros "," ","'JeremyCowgar ","'http://biblestudy.tiddlyspot.com/#ESVInlineMacro2 ","'08-02 ",""],["'RippleRap "," ","'PhilHawksworth ","'http://www.ripplerap.com/BlogTalk2008/blogtalk.html ","'08-02 ",""],["'VisualTW ","'Extensions ","'PascalCollin ","'http://visualtw.ouvaton.org/VisualTW.html ","'08-01 ",""],["'TiddlywikiIntegration ","'a Ludos DFWikiteam Site ","'Moodle Wiki ","'http://moodle.tiddlyspot.com/ ","'08-01 ",""],["'GoogleImagesSearch "," ","'SimonMcManus ","'http://imgsearch.tiddlyspot.com/ ","'08-01 ",""],["'BlogWiki ","'Blog plugin (2.1.3) ","'AnshulNigham ","'http://www.anshul.info/blogwiki.html ","'08-01 ",""],["'ImprovedSlicesPlugin "," ","'LyallPearce ","'http://www.remotely-helpful.com/TiddlyWiki/ImprovedSlicesPlugin.html ","'08-01 ",""],["'IndexOf/old "," ","'PascalCollin ","'http://visualtw.ouvaton.org/old/ ","'07-12 ",""],["'LaunchApplicationPlugin "," ","'LyallPearce ","'http://remotely-helpful.com/TiddlyWiki/LaunchApplication.html ","'07-12 ",""],["'rjbsTiddler "," ","'RicardoSignes ","'http://rjbs.manxome.org/hacks/js/tiddlywiki.html ","'07-12 ",""],["'ElementTogglePlugin "," ","'FrederikDohr ","'http://cleanlayout.tiddlyspot.com/ ","'07-11 ",""],["'TiddlyBlogger "," ","'CraigCook ","'http://www.craigcook.co.uk/samples/TiddlyBlogger.html ","'07-11 ",""],["'TiddlyWiki "," ","'[[Potto]] ","'http://www.potto.client.jp/ ","'07-11 ",""],["'WordCountMacro "," ","'SimonBaird ","'http://wordcountmacro.tiddlyspot.com ","'07-11 ",""],["'TWLernkatei "," ","'UweWennmann ","'http://bbz-dormagen.de/wennmann/TWLernkartei/TWLernkartei.html ","'07-11 ",""],["'ConalsJournal "," ","'ConalElliot ","'http://journal.conal.net/#%5B%5Bsite%20map%5D%5D ","'07-10 ",""],["'MiniTiddlyServer "," ","'SaqImtiaz ","'http://www.minitiddlyserver.com/ ","'07-09 ",""],["'MORE "," ","'SaqImtiaz ","'http://files.unamesa.org/MORE/MORE.html ","'07-09 ",""],["'KuRaKu "," ","'KuRaKu ","'http://kuraku.net/tw/ ","'07-08 ",""],["'SpeedGeeking "," ","'PaulDowney ","'http://whatfettle.com/2007/06/speed-geeking.html ","'07-07 ",""],["'LaboratoryForBidiXsExtensions "," ","'BidiXLab ","'http://tiddlylab.bidix.info/ ","'07-06 ",""],["'LewcidsSandbox "," ","'SaqImtiaz ","'http://tw.lewcid.org/sandbox/ ","'07-06 ",""],["'WaltWoodsPlugins "," ","'WaltWoods ","'http://www.orst.edu/~woodswa/tiddlywikiplugs.html ","'07-06 ",""],["'AdamattiWiki "," ","'MarceloAdamatti ","'http://adamatti.tiddlyspot.com ","'07-05 ",""],["'Umibozu ","'Wikify your web album ","'MarcCastejon ","'http://umibozu.org/en/index.html#Features ","'07-05 ",""],["'SimileTimeline ","'(2.2.0) ","'DawnAhukanna ","'http://project.dahukanna.net/tiddlywiki/timeline/sampletimeline220b5.html ","'07-04 ",""],["'AnswerMacro ","'displays answers and other feedback ","'GeorgeBrackett ","'http://luceatlux.net/macros/answer ","'07-04 ",""],["'TWkd ","'Tweaked TiddlyWiki ","'YannPerrin ","'http://yann.perrin.googlepages.com/twkd.html ","'07-03 ",""],["'AutoWeavePlugin "," ","'LaurenceMan ","'http://weave.tiddlyspot.com/index.html ","'07-03 ",""],["'RichTextPlugin "," ","'PascalCollin ","'http://tiddlywiki.ouvaton.org/Demo.html ","'07-03 ",""],["'CollapsibleTableOfContents "," "," ","'http://du180.n77.queensu.ca/TW/ToC.html ","'07-03 ",""],["'n00b@work: ","'hideIfshowIf plugin ","'RiccardoGherardi ","'http://rgplugins.tiddlyspot.com/#%5B%5BhideIfshowIf%20plugin%5D%5D ","'07-03 ",""],["'MemoWiki "," ","'[[Potto]] ","'http://flow.dip.jp/mt/archives/u/twmemo.html ","'07-03 ",""],["'TimelinePlugin "," ","'DawnAhukanna ","'http://project.dahukanna.net/tiddlywiki/timeline/timeline.html ","'07-02 ",""],["'Experimental "," ","'SimonBaird ","'http://mptw-beta.tiddlyspot.com MonkeyPirateTiddlyWiki ","'07-02 ",""],["'CTYsMathTiddlyWiki "," ","'JamesTaylor ","'http://www.jostylr.com/deli.html ","'07-02 ",""],["'Extensions(2.1.3) "," ","'DawnAhukanna ","'http://project.dahukanna.net/tiddlywiki/twextensions.htm ","'07-02 ",""],["'KnightnetDefault "," ","'JulianKnight ","'http://knighjm.googlepages.com/knightnet-default-tw.html ","'07-02 ",""],["'SimileTimeline ","'a demomstrator ","'MartinBudden ","'http://www.martinswiki.com/timeline/ ","'07-02 ",""],["'LATEXTiddlyWiki "," ","'BobMcElrath ","'http://bob.mcelrath.org/tiddlyjsmath.html ","'07-02 ",""],["'SEOTiddlyWikiPlugin "," ","'FabriceProudhon ","'http://www.superphysique.net/#%5B%5BSEO%20TiddlyWiki%20Plugin%5D%5D ","'07-02 ",""],["'Conflation ","'A kid-free SciFi Relax-A-Con ","'KenGirard ","'http://conflation.org/#BlogUserPlugin ","'07-02 ",""],["'PeachTW ","'Resources that are Ripe for the Picking ","'BradleyMeck ","'http://bradleymeck.tiddlyspot.com ","'07-01 ",""],["'BobMcElrathsPlugins "," ","'BobMcElrath ","'http://bob.mcelrath.org/plugins.html#systemConfig ","'07-01 ",""],["'TWkd ","'Tweaked TiddlyWiki ","'YannPerrin ","'http://yann.perrin.googlepages.com/twkd1.html#Plugins ","'07-01 ",""],["'TiddlySnip ","'allows you to use TiddlyWiki as a scrapbook ","'SaqImtiaz ","'http://tiddlysnip.com/#About ","'07-01 ",""],["'RedMountainVista ","'Bob Dennys extensions to TiddlyWiki ","'BobDenny ","'http://solo.dc3.com/tw/ ","'06-12 ",""],["'PresentationPlugin "," ","'SaqImtiaz ","'http://lewcid.googlepages.com/presentation_empty_full.html#author:true ","'06-12 ",""],["'HTMLSlidyMaker "," ","'[[Potto]] ","'http://www.potto.client.jp/htmlslidymaker/index.html ","'06-12 ",""],["'No-SinDemos "," ","'KenGirard ","'http://no-sin.com/wiki/nosindemos.html ","'06-12 ",""],["'LinkToMeMacro "," ","'SimonBaird ","'http://linktomemacro.tiddlyspot.com ","'06-11 ",""],["'FileLinkDropHandler "," ","'StephenPhillips ","'http://scphillips.com/tiddly.html ","'06-11 ",""],["'Themes&Plugins ","","'ClintChecketts ","'http://checkettsweb.com/styles/themes.htm ","'06-11 ",""],["'Martins ","'pre-release TiddlyWiki ","'MartinBudden ","'http://martinswiki.com/prereleases.html#Home ","'06-11 ",""],["'Wiki: ","'ExcludeTimelinePlugin ","'[[Soloport]] ","'http://soloport.tiddlyspot.com/#ExcludeTimelinePlugin ","'06-11 ",""],["'DiscerningTagsPlugin "," ","'DanielBaird ","'http://discerningtags.tiddlyspot.com/ ","'06-11 ",""],["'MetaQuotes "," ","'ClintChecketts ","'http://checkettsweb.com/tw/beta.html#NewTiddlerAutoNumberExtension ","'06-10 ",""],["'MonkeyPirateTiddlyWiki ","'Experimental (2.1.09) ","'SimonBaird ","'http://mptw-beta.tiddlyspot.com/ ","'06-09 ",""],["'MonkeyPirateTiddlyWiki ","'(2.0.10) ","'SimonBaird ","'http://mptw2.tiddlyspot.com ","'06-09 ",""],["'PhotostreamPlugin "," ","'PeterBouda ","'http://www.peterbouda.de/PhotoStreams ","'06-08 ",""],["'StickyDatePlugin "," ","'PaulaRodrigo ","'http://paularodrigo.homeip.net/stickydate.html#StickyDatePlugin ","'06-08 ",""],["'MacroLinz ","'TiddlyWare ","'LindsayDonaghe ","'http://www.macrolinz.com/macrolinz/tiddlyware/MacroLinz.html ","'06-08 ",""],["'gkwWiki "," ","'GregWalker ","'http://gwsyzygy.googlepages.com/creator.html ","'06-07 ",""],["'MathCellTiddlyWiki "," ","'BradleyMeck ","'http://genisis329.googlepages.com/TWMath.html ","'06-06 ",""],["'LabWiki ","'plugins for TiddlyWiki: TaskMacroPlugin ","'LukeBlanshard ","'http://labwiki.sourceforge.net/ ","'06-05 ",""],["'TiddlyWiki "," ","'ClintChecketts ","'http://www.checkettsweb.com/tw/tiddlywikise.htm ","'06-05 ",""],["'PimliPoche2 "," ","'JacquesTurbé ","'http://avm.free.fr/en_PimliPoche2.html ","'06-04 ",""],["'DcTableOfContentsPlugin "," ","'DougCompton ","'http://www.zagware.com/tw/plugins.html#DcTableOfContentsPlugin ","'06-04 ",""],["'YATWA2 ","'Yet Another TiddlyWiki Adaptation ","'SteveRumsby ","'http://www.rumsby.org/yatwa2/#systemConfig ","'06-03 ",""],["'TiddlyW;nks ","'some TiddlyWiki stuff ","'DanielBaird ","'http://danielbaird.com/tiddlywinks/ ","'06-03 ",""],["'ASciencePad ","'a TiddlyWiki suitable for scientific notes ","'PeterJipsen ","'http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html ","'06-03 ",""],["'HaloscanMacro ","'comments and trackback support for TiddlyWiki ","'[[Speth]] ","'http://end.com/~speth/HaloscanMacro.html ","'06-02 ",""],["'wikiMobil ","","'2.0 Learning Center ","'http://www.twteamserver.de/es/index3.php ","'06-02 ",""],["'OldMonkeyPirateTiddlyWiki ","'(TiddlyWiki 1.2.x) ","'SimonBaird ","'http://mptw1.tiddlyspot.com/#%5B%5BMPTW%20Plugins%5D%5D ","'06-01 ",""],["'YATWA ","'(Yet Another TiddlyWiki Adaptation) ","'SteveRumsby ","'http://www.rumsby.org/yatwa/#Plugins ","'06-01 ",""],["'ELSDesignStudios "," ","'EricShulman ","'http://twhobbycoder.gmxhome.de/wiki/ ","'06-01 ",""],["'CollapsePlugin "," ","'BradleyMeck ","'http://gensoft.revhost.net/Collapse.html ","'06-01 ",""],["'TiddlyWikiExtensions ","'creations by AlanHecht ","'AlanHecht ","'http://www.personal.psu.edu/ach12/tiddlywiki/extensions.htm ","'06-01 ",""],["'TiddlyDesktop ","'v1.0 (beta 2) Set the Tiddlers free! ","'JonnyLeRoy ","'http://www.digitaldimsum.co.uk/wp-content/uploads/2007/04/tiddlydesktop-v10beta2.htm ","'06-01 ",""],["'TiddlyWikiPage ","''A tiddling adventure ","'FrankDellaert ","'http://www-static.cc.gatech.edu/~dellaert/dhtml/tiddly.html ","'05-12 ",""],["'WikiBar ","'for TiddlyWiki 2.0.0 (beta 6) ","'ArphenLin ","'http://aiddlywiki.sourceforge.net/wikibar_demo_2.html ","'05-12 ",""],["'HackingTW "," ","'HustonFranklin ","'http://franklin.ro/tw/HackingTW.html ","'05-10 ",""],["'ЗагубениМисли ","'... на един загубен човек ","'ВашетоИме ","'http://fire.atspace.org/ ","'05-04 ",""],["","","","","",""],["","","","","",""],["","","","","",""],["","","","","",""],["","","","","",""],["","","","","",""]]}</data>
<html>
<table><tr><th>title</th><th>Description</th><th>Author</th><th>Url</th><th>Date</th><th>Notes</th></tr><tr><td>TiddlyWikiSubversion</td><td></td><td>svn.tiddlywiki.org</td><td>http://svn.tiddlywiki.org/Trunk/contributors</td><td>09-10</td><td></td></tr><tr><td>TiddlyWikiTrac</td><td></td><td>SubversionTrac</td><td>http://trac.tiddlywiki.org/browser/Trunk/contributors</td><td>09-10</td><td></td></tr><tr><td>TiddlyTools</td><td></td><td>EricShulman</td><td>http://www.tiddlytools.com/</td><td>09-10</td><td></td></tr><tr><td>TableHighlight</td><td></td><td>MikePraeuner</td><td>http://www.strm.us/tw/examples_twgg/highlightscriptexample.html</td><td>09-10</td><td></td></tr><tr><td>AbegoExtensions</td><td></td><td>UdoBorkowski</td><td>http://tiddlywiki.abego-software.de/#Plugins</td><td>09-09</td><td></td></tr><tr><td>PrinceTiddyWiki</td><td>ExtensionsforTiddlyWiki</td><td>BramChen</td><td>http://ptw.sourceforge.net/ptwe.html</td><td>09-09</td><td></td></tr><tr><td>ExtensionsRepository</td><td></td><td>BramChen</td><td>http://garr.dl.sourceforge.net/sourceforge/ptw/</td><td>09-09</td><td></td></tr><tr><td>LastFM</td><td></td><td>TobiasBeer</td><td>http://lastfm.tiddlyspot.com/</td><td>09-09</td><td></td></tr><tr><td>TaskManager</td><td>v2.1.3</td><td>MikePraeuner</td><td>http://www.strm.us/tw/examples_twgg/ijstaskmanager.html</td><td>09-09</td><td></td></tr><tr><td>TiddyWiki</td><td></td><td>JeremyRuston</td><td>http://www.tiddlywiki.com/</td><td>09-08</td><td></td></tr><tr><td>BetaVersion</td><td>TiddlyWikiBeta</td><td></td><td>http://www.tiddlywiki.com/beta/</td><td>09-08</td><td></td></tr><tr><td>jtab</td><td></td><td>PaulGallagher</td><td>http://github.com/tardate/jtab/tree/master</td><td>09-08</td><td></td></tr><tr><td>StoryWiki</td><td></td><td>Jonnan</td><td>http://storywiki.tiddlyspot.com/#inlineSVG</td><td>09-08</td><td></td></tr><tr><td>Gimcrackd:</td><td>CodeandOtherOddments</td><td>ChrisKlimas</td><td>http://gimcrackd.com/etc/src/</td><td>09-08</td><td></td></tr><tr><td>SideBarPluginvault</td><td></td><td>MorrisGray</td><td>http://sidebarpluginvault.tiddlyspot.com/</td><td>09-08</td><td></td></tr><tr><td>FNDsDevPad</td><td>ExperimentalProjects</td><td>FrederikDohr</td><td>http://devpad.tiddlyspot.com</td><td>09-07</td><td></td></tr><tr><td>MarksBasement</td><td></td><td>MarkS</td><td>http://marksbasement.tiddlyspot.com/index.html</td><td>09-07</td><td></td></tr><tr><td>TiddlyVault</td><td>anindexofextensions</td><td>DaveGifford</td><td>http://tiddlyvault.tiddlyspot.com/</td><td>09-06</td><td></td></tr><tr><td>MPTW</td><td>MonkeyPirateTW</td><td>SimonBaird</td><td>http://mptw.tiddlyspot.com/</td><td>09-06</td><td></td></tr><tr><td>TWMath:</td><td></td><td>MorrisGray</td><td>http://twmath.tiddlyspot.com/#EquationEditorPlugin</td><td>09-02</td><td></td></tr><tr><td>MediaWikiUnplugged</td><td></td><td>MartinBudden</td><td>http://mediawikiunplugged.com/</td><td>09-06</td><td></td></tr><tr><td>TreeviewPlugin</td><td></td><td>MarkS</td><td>http://treeview.tiddlyspot.com/</td><td>09-05</td><td></td></tr><tr><td>TwitterArchiver</td><td></td><td>JonathanLister</td><td>http://osmosoft.com/tiddlytweets/</td><td>09-05</td><td></td></tr><tr><td>TiddlyWiki2.2.5addons</td><td></td><td>PauloSoares</td><td>http://www.math.ist.utl.pt/~psoares/addons.html#Plugins</td><td>09-05</td><td></td></tr><tr><td>ToDoPlugin</td><td></td><td>PaulKronenwetter</td><td>http://kronenpj.tiddlyspot.com</td><td>09-05</td><td></td></tr><tr><td>TiddlyLockPlugin</td><td></td><td>RichardHobbis</td><td>http://www.minormania.com/tiddlylock/tiddlylock.html#TiddlyLockPlugin</td><td>09-05</td><td></td></tr><tr><td>BetaZone</td><td></td><td>UdoBorkowski</td><td>http://tiddlywiki.abego-software.de/Beta.html</td><td>09-04</td><td></td></tr><tr><td>JQuery.UI.Accordion.Plugin</td><td></td><td>Shavinder</td><td>http://shavinz-trial-tw.tiddlyspot.com/</td><td>09-04</td><td></td></tr><tr><td>ListNavPlugin</td><td></td><td>FND</td><td>http://fnd.lewcid.org/tmp/ListNavMacro.html</td><td>09-03</td><td></td></tr><tr><td>DrawingPlugin</td><td></td><td>Alex</td><td>http://r.a.hough.googlepages.com/TW2.5.0.html</td><td>09-03</td><td></td></tr><tr><td>RevisionsPlugin</td><td></td><td>WillyDelaCourt</td><td>http://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin</td><td>09-03</td><td></td></tr><tr><td>TiddlyViPlugin</td><td></td><td>FND</td><td>http://fnd.lewcid.org/tmp/TiddlyViPlugin.html</td><td>09-02</td><td></td></tr><tr><td>TinyTiddly</td><td>compressed</td><td>SaqImtiaz</td><td>http://tinytiddly.lewcid.org/</td><td>09-01</td><td></td></tr><tr><td>SyncOutlookNotesMacro</td><td></td><td>MikeMiller</td><td>http://syncoutlooknotes.tiddlyspot.com/#SyncOutlookNotes</td><td>09-01</td><td></td></tr><tr><td>fnd.lewcid.org/svn</td><td></td><td>FrederikDohr</td><td>http://fnd.lewcid.org/svn/TiddlyWiki/plugins/</td><td>08-12</td><td></td></tr><tr><td>DataVault</td><td></td><td>FND</td><td>http://fnd.lewcid.org/tmp/DataVault.html#readOnly:no</td><td>08-12</td><td></td></tr><tr><td>twab</td><td>thetiddlywikiaddressbook</td><td>VincentDiBartolo</td><td>http://www.tiddly-twab.com</td><td>08-12</td><td></td></tr><tr><td>Schedule</td><td></td><td>MichaelBorck</td><td>http://schedule.tiddlyspot.com/</td><td>08-12</td><td></td></tr><tr><td>TiddlyScrum</td><td></td><td>Jean-CédricTHÉROND</td><td>http://www.ideia.fr/files/tiddlyscrum.html</td><td>08-12</td><td></td></tr><tr><td>abegoExtensions(Archive)</td><td></td><td>UdoBorkowski</td><td>http://tiddlywiki.abego-software.de/archive/</td><td>08-11</td><td></td></tr><tr><td>PluginLibrary</td><td></td><td>FND</td><td>http://plugins.tiddlywiki.org/</td><td>08-10</td><td></td></tr><tr><td>TiddlerEncryptionPlugin</td><td></td><td>LyallPearce</td><td>http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html</td><td>08-10</td><td></td></tr><tr><td>BidiXTW</td><td>RepositoryforBidiXsExtensions</td><td></td><td>http://tiddlywiki.bidix.info/#%5B%5BExtension%20directory%5D%5D</td><td>08-10</td><td></td></tr><tr><td>D3</td><td>akinklessGTDsystem</td><td>NathanBowers</td><td>http://www.dcubed.ca</td><td>08-10</td><td></td></tr><tr><td>DataListPlugin</td><td></td><td>SSriram</td><td>http://baggr.tiddlyspot.com/</td><td>08-09</td><td></td></tr><tr><td>Processing</td><td></td><td>PaulDowney</td><td>http://processing.tiddlyspot.com</td><td>08-09</td><td></td></tr><tr><td>PluginsMacros&Hacks</td><td></td><td>JackParke</td><td>http://jackparke.googlepages.com/jtw.html</td><td>08-07</td><td></td></tr><tr><td>WorkTracker</td><td></td><td>KenGirard</td><td>http://no-sin.com/wiki/WorkTracker.html</td><td>08-07</td><td></td></tr><tr><td>RelatedTagsPlugin</td><td></td><td>JonathanLister</td><td>http://jnthnlstr.googlepages.com/RelatedTagsPlugin.html</td><td>08-06</td><td></td></tr><tr><td>Plugins&Extensions</td><td></td><td>MartinBudden</td><td>http://www.martinswiki.com</td><td>08-05</td><td></td></tr><tr><td>DeprecatedFunctionsPlugin</td><td></td><td>FND</td><td>http://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin</td><td>08-04</td><td></td></tr><tr><td>MTS</td><td>morebyFND</td><td>FrederikDohr</td><td>http://fnd.lewcid.org/MTS/</td><td>08-04</td><td></td></tr><tr><td>ManageFirefoxPrivileges</td><td></td><td>XavierVergés</td><td>http://firefoxprivileges.tiddlyspot.com/</td><td>08-04</td><td></td></tr><tr><td>SidebarNotes</td><td></td><td>MorrisGray</td><td>http://sidebarnotes.tiddlyspot.com/</td><td>08-04</td><td></td></tr><tr><td>LewcidTW</td><td>repositoryofextensions</td><td>SaqImtiaz</td><td>http://tw.lewcid.org/</td><td>08-04</td><td></td></tr><tr><td>LewcidsRevision41:/plugins</td><td></td><td>SaqImtiaz</td><td>http://tw.lewcid.org/svn/plugins/</td><td>08-04</td><td></td></tr><tr><td>IdosExtensions</td><td></td><td>IdoMangal</td><td>http://ido-xp.tiddlyspot.com/</td><td>08-04</td><td></td></tr><tr><td>CorePlugins</td><td></td><td>MartinBudden</td><td>http://www.tiddlywiki.com/coreplugins.html</td><td>08-04</td><td></td></tr><tr><td>ReminderMacros</td><td></td><td>JeremySheeley</td><td>http://remindermacros.tiddlyspot.com/</td><td>08-03</td><td></td></tr><tr><td>ESVMacros</td><td></td><td>JeremyCowgar</td><td>http://biblestudy.tiddlyspot.com/#ESVInlineMacro2</td><td>08-02</td><td></td></tr><tr><td>RippleRap</td><td></td><td>PhilHawksworth</td><td>http://www.ripplerap.com/BlogTalk2008/blogtalk.html</td><td>08-02</td><td></td></tr><tr><td>VisualTW</td><td>Extensions</td><td>PascalCollin</td><td>http://visualtw.ouvaton.org/VisualTW.html</td><td>08-01</td><td></td></tr><tr><td>TiddlywikiIntegration</td><td>aLudosDFWikiteamSite</td><td>MoodleWiki</td><td>http://moodle.tiddlyspot.com/</td><td>08-01</td><td></td></tr><tr><td>GoogleImagesSearch</td><td></td><td>SimonMcManus</td><td>http://imgsearch.tiddlyspot.com/</td><td>08-01</td><td></td></tr><tr><td>BlogWiki</td><td>Blogplugin(2.1.3)</td><td>AnshulNigham</td><td>http://www.anshul.info/blogwiki.html</td><td>08-01</td><td></td></tr><tr><td>ImprovedSlicesPlugin</td><td></td><td>LyallPearce</td><td>http://www.remotely-helpful.com/TiddlyWiki/ImprovedSlicesPlugin.html</td><td>08-01</td><td></td></tr><tr><td>IndexOf/old</td><td></td><td>PascalCollin</td><td>http://visualtw.ouvaton.org/old/</td><td>07-12</td><td></td></tr><tr><td>LaunchApplicationPlugin</td><td></td><td>LyallPearce</td><td>http://remotely-helpful.com/TiddlyWiki/LaunchApplication.html</td><td>07-12</td><td></td></tr><tr><td>rjbsTiddler</td><td></td><td>RicardoSignes</td><td>http://rjbs.manxome.org/hacks/js/tiddlywiki.html</td><td>07-12</td><td></td></tr><tr><td>ElementTogglePlugin</td><td></td><td>FrederikDohr</td><td>http://cleanlayout.tiddlyspot.com/</td><td>07-11</td><td></td></tr><tr><td>TiddlyBlogger</td><td></td><td>CraigCook</td><td>http://www.craigcook.co.uk/samples/TiddlyBlogger.html</td><td>07-11</td><td></td></tr><tr><td>TiddlyWiki</td><td></td><td>[[Potto]]</td><td>http://www.potto.client.jp/</td><td>07-11</td><td></td></tr><tr><td>WordCountMacro</td><td></td><td>SimonBaird</td><td>http://wordcountmacro.tiddlyspot.com</td><td>07-11</td><td></td></tr><tr><td>TWLernkatei</td><td></td><td>UweWennmann</td><td>http://bbz-dormagen.de/wennmann/TWLernkartei/TWLernkartei.html</td><td>07-11</td><td></td></tr><tr><td>ConalsJournal</td><td></td><td>ConalElliot</td><td>http://journal.conal.net/#%5B%5Bsite%20map%5D%5D</td><td>07-10</td><td></td></tr><tr><td>MiniTiddlyServer</td><td></td><td>SaqImtiaz</td><td>http://www.minitiddlyserver.com/</td><td>07-09</td><td></td></tr><tr><td>MORE</td><td></td><td>SaqImtiaz</td><td>http://files.unamesa.org/MORE/MORE.html</td><td>07-09</td><td></td></tr><tr><td>KuRaKu</td><td></td><td>KuRaKu</td><td>http://kuraku.net/tw/</td><td>07-08</td><td></td></tr><tr><td>SpeedGeeking</td><td></td><td>PaulDowney</td><td>http://whatfettle.com/2007/06/speed-geeking.html</td><td>07-07</td><td></td></tr><tr><td>LaboratoryForBidiXsExtensions</td><td></td><td>BidiXLab</td><td>http://tiddlylab.bidix.info/</td><td>07-06</td><td></td></tr><tr><td>LewcidsSandbox</td><td></td><td>SaqImtiaz</td><td>http://tw.lewcid.org/sandbox/</td><td>07-06</td><td></td></tr><tr><td>WaltWoodsPlugins</td><td></td><td>WaltWoods</td><td>http://www.orst.edu/~woodswa/tiddlywikiplugs.html</td><td>07-06</td><td></td></tr><tr><td>AdamattiWiki</td><td></td><td>MarceloAdamatti</td><td>http://adamatti.tiddlyspot.com</td><td>07-05</td><td></td></tr><tr><td>Umibozu</td><td>Wikifyyourwebalbum</td><td>MarcCastejon</td><td>http://umibozu.org/en/index.html#Features</td><td>07-05</td><td></td></tr><tr><td>SimileTimeline</td><td>(2.2.0)</td><td>DawnAhukanna</td><td>http://project.dahukanna.net/tiddlywiki/timeline/sampletimeline220b5.html</td><td>07-04</td><td></td></tr><tr><td>AnswerMacro</td><td>displaysanswersandotherfeedback</td><td>GeorgeBrackett</td><td>http://luceatlux.net/macros/answer</td><td>07-04</td><td></td></tr><tr><td>TWkd</td><td>TweakedTiddlyWiki</td><td>YannPerrin</td><td>http://yann.perrin.googlepages.com/twkd.html</td><td>07-03</td><td></td></tr><tr><td>AutoWeavePlugin</td><td></td><td>LaurenceMan</td><td>http://weave.tiddlyspot.com/index.html</td><td>07-03</td><td></td></tr><tr><td>RichTextPlugin</td><td></td><td>PascalCollin</td><td>http://tiddlywiki.ouvaton.org/Demo.html</td><td>07-03</td><td></td></tr><tr><td>CollapsibleTableOfContents</td><td></td><td></td><td>http://du180.n77.queensu.ca/TW/ToC.html</td><td>07-03</td><td></td></tr><tr><td>n00b@work:</td><td>hideIfshowIfplugin</td><td>RiccardoGherardi</td><td>http://rgplugins.tiddlyspot.com/#%5B%5BhideIfshowIf%20plugin%5D%5D</td><td>07-03</td><td></td></tr><tr><td>MemoWiki</td><td></td><td>[[Potto]]</td><td>http://flow.dip.jp/mt/archives/u/twmemo.html</td><td>07-03</td><td></td></tr><tr><td>TimelinePlugin</td><td></td><td>DawnAhukanna</td><td>http://project.dahukanna.net/tiddlywiki/timeline/timeline.html</td><td>07-02</td><td></td></tr><tr><td>Experimental</td><td></td><td>SimonBaird</td><td>http://mptw-beta.tiddlyspot.comMonkeyPirateTiddlyWiki</td><td>07-02</td><td></td></tr><tr><td>CTYsMathTiddlyWiki</td><td></td><td>JamesTaylor</td><td>http://www.jostylr.com/deli.html</td><td>07-02</td><td></td></tr><tr><td>Extensions(2.1.3)</td><td></td><td>DawnAhukanna</td><td>http://project.dahukanna.net/tiddlywiki/twextensions.htm</td><td>07-02</td><td></td></tr><tr><td>KnightnetDefault</td><td></td><td>JulianKnight</td><td>http://knighjm.googlepages.com/knightnet-default-tw.html</td><td>07-02</td><td></td></tr><tr><td>SimileTimeline</td><td>ademomstrator</td><td>MartinBudden</td><td>http://www.martinswiki.com/timeline/</td><td>07-02</td><td></td></tr><tr><td>LATEXTiddlyWiki</td><td></td><td>BobMcElrath</td><td>http://bob.mcelrath.org/tiddlyjsmath.html</td><td>07-02</td><td></td></tr><tr><td>SEOTiddlyWikiPlugin</td><td></td><td>FabriceProudhon</td><td>http://www.superphysique.net/#%5B%5BSEO%20TiddlyWiki%20Plugin%5D%5D</td><td>07-02</td><td></td></tr><tr><td>Conflation</td><td>Akid-freeSciFiRelax-A-Con</td><td>KenGirard</td><td>http://conflation.org/#BlogUserPlugin</td><td>07-02</td><td></td></tr><tr><td>PeachTW</td><td>ResourcesthatareRipeforthePicking</td><td>BradleyMeck</td><td>http://bradleymeck.tiddlyspot.com</td><td>07-01</td><td></td></tr><tr><td>BobMcElrathsPlugins</td><td></td><td>BobMcElrath</td><td>http://bob.mcelrath.org/plugins.html#systemConfig</td><td>07-01</td><td></td></tr><tr><td>TWkd</td><td>TweakedTiddlyWiki</td><td>YannPerrin</td><td>http://yann.perrin.googlepages.com/twkd1.html#Plugins</td><td>07-01</td><td></td></tr><tr><td>TiddlySnip</td><td>allowsyoutouseTiddlyWikiasascrapbook</td><td>SaqImtiaz</td><td>http://tiddlysnip.com/#About</td><td>07-01</td><td></td></tr><tr><td>RedMountainVista</td><td>BobDennysextensionstoTiddlyWiki</td><td>BobDenny</td><td>http://solo.dc3.com/tw/</td><td>06-12</td><td></td></tr><tr><td>PresentationPlugin</td><td></td><td>SaqImtiaz</td><td>http://lewcid.googlepages.com/presentation_empty_full.html#author:true</td><td>06-12</td><td></td></tr><tr><td>HTMLSlidyMaker</td><td></td><td>[[Potto]]</td><td>http://www.potto.client.jp/htmlslidymaker/index.html</td><td>06-12</td><td></td></tr><tr><td>No-SinDemos</td><td></td><td>KenGirard</td><td>http://no-sin.com/wiki/nosindemos.html</td><td>06-12</td><td></td></tr><tr><td>LinkToMeMacro</td><td></td><td>SimonBaird</td><td>http://linktomemacro.tiddlyspot.com</td><td>06-11</td><td></td></tr><tr><td>FileLinkDropHandler</td><td></td><td>StephenPhillips</td><td>http://scphillips.com/tiddly.html</td><td>06-11</td><td></td></tr><tr><td>Themes&Plugins</td><td></td><td>ClintChecketts</td><td>http://checkettsweb.com/styles/themes.htm</td><td>06-11</td><td></td></tr><tr><td>Martins</td><td>pre-releaseTiddlyWiki</td><td>MartinBudden</td><td>http://martinswiki.com/prereleases.html#Home</td><td>06-11</td><td></td></tr><tr><td>Wiki:</td><td>ExcludeTimelinePlugin</td><td>[[Soloport]]</td><td>http://soloport.tiddlyspot.com/#ExcludeTimelinePlugin</td><td>06-11</td><td></td></tr><tr><td>DiscerningTagsPlugin</td><td></td><td>DanielBaird</td><td>http://discerningtags.tiddlyspot.com/</td><td>06-11</td><td></td></tr><tr><td>MetaQuotes</td><td></td><td>ClintChecketts</td><td>http://checkettsweb.com/tw/beta.html#NewTiddlerAutoNumberExtension</td><td>06-10</td><td></td></tr><tr><td>MonkeyPirateTiddlyWiki</td><td>Experimental(2.1.09)</td><td>SimonBaird</td><td>http://mptw-beta.tiddlyspot.com/</td><td>06-09</td><td></td></tr><tr><td>MonkeyPirateTiddlyWiki</td><td>(2.0.10)</td><td>SimonBaird</td><td>http://mptw2.tiddlyspot.com</td><td>06-09</td><td></td></tr><tr><td>PhotostreamPlugin</td><td></td><td>PeterBouda</td><td>http://www.peterbouda.de/PhotoStreams</td><td>06-08</td><td></td></tr><tr><td>StickyDatePlugin</td><td></td><td>PaulaRodrigo</td><td>http://paularodrigo.homeip.net/stickydate.html#StickyDatePlugin</td><td>06-08</td><td></td></tr><tr><td>MacroLinz</td><td>TiddlyWare</td><td>LindsayDonaghe</td><td>http://www.macrolinz.com/macrolinz/tiddlyware/MacroLinz.html</td><td>06-08</td><td></td></tr><tr><td>gkwWiki</td><td></td><td>GregWalker</td><td>http://gwsyzygy.googlepages.com/creator.html</td><td>06-07</td><td></td></tr><tr><td>MathCellTiddlyWiki</td><td></td><td>BradleyMeck</td><td>http://genisis329.googlepages.com/TWMath.html</td><td>06-06</td><td></td></tr><tr><td>LabWiki</td><td>pluginsforTiddlyWiki:TaskMacroPlugin</td><td>LukeBlanshard</td><td>http://labwiki.sourceforge.net/</td><td>06-05</td><td></td></tr><tr><td>TiddlyWiki</td><td></td><td>ClintChecketts</td><td>http://www.checkettsweb.com/tw/tiddlywikise.htm</td><td>06-05</td><td></td></tr><tr><td>PimliPoche2</td><td></td><td>JacquesTurbé</td><td>http://avm.free.fr/en_PimliPoche2.html</td><td>06-04</td><td></td></tr><tr><td>DcTableOfContentsPlugin</td><td></td><td>DougCompton</td><td>http://www.zagware.com/tw/plugins.html#DcTableOfContentsPlugin</td><td>06-04</td><td></td></tr><tr><td>YATWA2</td><td>YetAnotherTiddlyWikiAdaptation</td><td>SteveRumsby</td><td>http://www.rumsby.org/yatwa2/#systemConfig</td><td>06-03</td><td></td></tr><tr><td>TiddlyW;nks</td><td>someTiddlyWikistuff</td><td>DanielBaird</td><td>http://danielbaird.com/tiddlywinks/</td><td>06-03</td><td></td></tr><tr><td>ASciencePad</td><td>aTiddlyWikisuitableforscientificnotes</td><td>PeterJipsen</td><td>http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html</td><td>06-03</td><td></td></tr><tr><td>HaloscanMacro</td><td>commentsandtrackbacksupportforTiddlyWiki</td><td>[[Speth]]</td><td>http://end.com/~speth/HaloscanMacro.html</td><td>06-02</td><td></td></tr><tr><td>wikiMobil</td><td></td><td>2.0LearningCenter</td><td>http://www.twteamserver.de/es/index3.php</td><td>06-02</td><td></td></tr><tr><td>OldMonkeyPirateTiddlyWiki</td><td>(TiddlyWiki1.2.x)</td><td>SimonBaird</td><td>http://mptw1.tiddlyspot.com/#%5B%5BMPTW%20Plugins%5D%5D</td><td>06-01</td><td></td></tr><tr><td>YATWA</td><td>(YetAnotherTiddlyWikiAdaptation)</td><td>SteveRumsby</td><td>http://www.rumsby.org/yatwa/#Plugins</td><td>06-01</td><td></td></tr><tr><td>ELSDesignStudios</td><td></td><td>EricShulman</td><td>http://twhobbycoder.gmxhome.de/wiki/</td><td>06-01</td><td></td></tr><tr><td>CollapsePlugin</td><td></td><td>BradleyMeck</td><td>http://gensoft.revhost.net/Collapse.html</td><td>06-01</td><td></td></tr><tr><td>TiddlyWikiExtensions</td><td>creationsbyAlanHecht</td><td>AlanHecht</td><td>http://www.personal.psu.edu/ach12/tiddlywiki/extensions.htm</td><td>06-01</td><td></td></tr><tr><td>TiddlyDesktop</td><td>v1.0(beta2)SettheTiddlersfree!</td><td>JonnyLeRoy</td><td>http://www.digitaldimsum.co.uk/wp-content/uploads/2007/04/tiddlydesktop-v10beta2.htm</td><td>06-01</td><td></td></tr><tr><td>TiddlyWikiPage</td><td>Atiddlingadventure</td><td>FrankDellaert</td><td>http://www-static.cc.gatech.edu/~dellaert/dhtml/tiddly.html</td><td>05-12</td><td></td></tr><tr><td>WikiBar</td><td>forTiddlyWiki2.0.0(beta6)</td><td>ArphenLin</td><td>http://aiddlywiki.sourceforge.net/wikibar_demo_2.html</td><td>05-12</td><td></td></tr><tr><td>HackingTW</td><td></td><td>HustonFranklin</td><td>http://franklin.ro/tw/HackingTW.html</td><td>05-10</td><td></td></tr><tr><td>ЗагубениМисли</td><td>...наединзагубенчовек</td><td>ВашетоИме</td><td>http://fire.atspace.org/</td><td>05-04</td><td></td></tr></table>
</html>
|!Title|!Description|!Author|!Url|!Date|
|TiddlyWikiSubversion||svn.tiddlywiki.org|http://svn.tiddlywiki.org/Trunk/contributors|09-10|
|TiddlyWikiTrac||SubversionTrac|http://trac.tiddlywiki.org/browser/Trunk/contributors|09-10|
|TiddlyTools||EricShulman|http://www.tiddlytools.com/|09-10|
|TableHighlight||MikePraeuner|http://www.strm.us/tw/examples_twgg/highlightscriptexample.html|09-10|
|AbegoExtensions||UdoBorkowski|http://tiddlywiki.abego-software.de/#Plugins|09-09|
|PrinceTiddyWiki|ExtensionsforTiddlyWiki|BramChen|http://ptw.sourceforge.net/ptwe.html|09-09|
|ExtensionsRepository||BramChen|http://garr.dl.sourceforge.net/sourceforge/ptw/|09-09|
|LastFM||TobiasBeer|http://lastfm.tiddlyspot.com/|09-09|
|TaskManager|v2.1.3|MikePraeuner|http://www.strm.us/tw/examples_twgg/ijstaskmanager.html|09-09|
|TiddyWiki||JeremyRuston|http://www.tiddlywiki.com/|09-08|
|BetaVersion|TiddlyWikiBeta||http://www.tiddlywiki.com/beta/|09-08|
|jtab||PaulGallagher|http://github.com/tardate/jtab/tree/master|09-08|
|StoryWiki||Jonnan|http://storywiki.tiddlyspot.com/#inlineSVG|09-08|
|Gimcrackd:|CodeandOtherOddments|ChrisKlimas|http://gimcrackd.com/etc/src/|09-08|
|SideBarPluginvault||MorrisGray|http://sidebarpluginvault.tiddlyspot.com/|09-08|
|FNDsDevPad|ExperimentalProjects|FrederikDohr|http://devpad.tiddlyspot.com|09-07|
|MarksBasement||MarkS|http://marksbasement.tiddlyspot.com/index.html|09-07|
|TiddlyVault|anindexofextensions|DaveGifford|http://tiddlyvault.tiddlyspot.com/|09-06|
|MPTW|MonkeyPirateTW|SimonBaird|http://mptw.tiddlyspot.com/|09-06|
|TWMath:||MorrisGray|http://twmath.tiddlyspot.com/#EquationEditorPlugin|09-02|
|MediaWikiUnplugged||MartinBudden|http://mediawikiunplugged.com/|09-06|
|TreeviewPlugin||MarkS|http://treeview.tiddlyspot.com/|09-05|
|TwitterArchiver||JonathanLister|http://osmosoft.com/tiddlytweets/|09-05|
|TiddlyWiki2.2.5addons||PauloSoares|http://www.math.ist.utl.pt/~psoares/addons.html#Plugins|09-05|
|ToDoPlugin||PaulKronenwetter|http://kronenpj.tiddlyspot.com|09-05|
|TiddlyLockPlugin||RichardHobbis|http://www.minormania.com/tiddlylock/tiddlylock.html#TiddlyLockPlugin|09-05|
|BetaZone||UdoBorkowski|http://tiddlywiki.abego-software.de/Beta.html|09-04|
|JQuery.UI.Accordion.Plugin||Shavinder|http://shavinz-trial-tw.tiddlyspot.com/|09-04|
|ListNavPlugin||FND|http://fnd.lewcid.org/tmp/ListNavMacro.html|09-03|
|DrawingPlugin||Alex|http://r.a.hough.googlepages.com/TW2.5.0.html|09-03|
|RevisionsPlugin||WillyDelaCourt|http://www.linux-lovers.be/RevisionsPlugin/#RevisionsPlugin|09-03|
|TiddlyViPlugin||FND|http://fnd.lewcid.org/tmp/TiddlyViPlugin.html|09-02|
|TinyTiddly|compressed|SaqImtiaz|http://tinytiddly.lewcid.org/|09-01|
|SyncOutlookNotesMacro||MikeMiller|http://syncoutlooknotes.tiddlyspot.com/#SyncOutlookNotes|09-01|
|fnd.lewcid.org/svn||FrederikDohr|http://fnd.lewcid.org/svn/TiddlyWiki/plugins/|08-12|
|DataVault||FND|http://fnd.lewcid.org/tmp/DataVault.html#readOnly:no|08-12|
|twab|thetiddlywikiaddressbook|VincentDiBartolo|http://www.tiddly-twab.com|08-12|
|Schedule||MichaelBorck|http://schedule.tiddlyspot.com/|08-12|
|TiddlyScrum||Jean-CédricTHÉROND|http://www.ideia.fr/files/tiddlyscrum.html|08-12|
|abegoExtensions(Archive)||UdoBorkowski|http://tiddlywiki.abego-software.de/archive/|08-11|
|PluginLibrary||FND|http://plugins.tiddlywiki.org/|08-10|
|TiddlerEncryptionPlugin||LyallPearce|http://www.remotely-helpful.com/TiddlyWiki/TiddlerEncryptionPlugin.html|08-10|
|BidiXTW|RepositoryforBidiXsExtensions||http://tiddlywiki.bidix.info/#%5B%5BExtension%20directory%5D%5D|08-10|
|D3|akinklessGTDsystem|NathanBowers|http://www.dcubed.ca|08-10|
|DataListPlugin||SSriram|http://baggr.tiddlyspot.com/|08-09|
|Processing||PaulDowney|http://processing.tiddlyspot.com|08-09|
|PluginsMacros&Hacks||JackParke|http://jackparke.googlepages.com/jtw.html|08-07|
|WorkTracker||KenGirard|http://no-sin.com/wiki/WorkTracker.html|08-07|
|RelatedTagsPlugin||JonathanLister|http://jnthnlstr.googlepages.com/RelatedTagsPlugin.html|08-06|
|Plugins&Extensions||MartinBudden|http://www.martinswiki.com|08-05|
|DeprecatedFunctionsPlugin||FND|http://www.tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin|08-04|
|MTS|morebyFND|FrederikDohr|http://fnd.lewcid.org/MTS/|08-04|
|ManageFirefoxPrivileges||XavierVergés|http://firefoxprivileges.tiddlyspot.com/|08-04|
|SidebarNotes||MorrisGray|http://sidebarnotes.tiddlyspot.com/|08-04|
|LewcidTW|repositoryofextensions|SaqImtiaz|http://tw.lewcid.org/|08-04|
|LewcidsRevision41:/plugins||SaqImtiaz|http://tw.lewcid.org/svn/plugins/|08-04|
|IdosExtensions||IdoMangal|http://ido-xp.tiddlyspot.com/|08-04|
|CorePlugins||MartinBudden|http://www.tiddlywiki.com/coreplugins.html|08-04|
|ReminderMacros||JeremySheeley|http://remindermacros.tiddlyspot.com/|08-03|
|ESVMacros||JeremyCowgar|http://biblestudy.tiddlyspot.com/#ESVInlineMacro2|08-02|
|RippleRap||PhilHawksworth|http://www.ripplerap.com/BlogTalk2008/blogtalk.html|08-02|
|VisualTW|Extensions|PascalCollin|http://visualtw.ouvaton.org/VisualTW.html|08-01|
|TiddlywikiIntegration|aLudosDFWikiteamSite|MoodleWiki|http://moodle.tiddlyspot.com/|08-01|
|GoogleImagesSearch||SimonMcManus|http://imgsearch.tiddlyspot.com/|08-01|
|BlogWiki|Blogplugin(2.1.3)|AnshulNigham|http://www.anshul.info/blogwiki.html|08-01|
|ImprovedSlicesPlugin||LyallPearce|http://www.remotely-helpful.com/TiddlyWiki/ImprovedSlicesPlugin.html|08-01|
|IndexOf/old||PascalCollin|http://visualtw.ouvaton.org/old/|07-12|
|LaunchApplicationPlugin||LyallPearce|http://remotely-helpful.com/TiddlyWiki/LaunchApplication.html|07-12|
|rjbsTiddler||RicardoSignes|http://rjbs.manxome.org/hacks/js/tiddlywiki.html|07-12|
|ElementTogglePlugin||FrederikDohr|http://cleanlayout.tiddlyspot.com/|07-11|
|TiddlyBlogger||CraigCook|http://www.craigcook.co.uk/samples/TiddlyBlogger.html|07-11|
|TiddlyWiki||[[Potto]]|http://www.potto.client.jp/|07-11|
|WordCountMacro||SimonBaird|http://wordcountmacro.tiddlyspot.com|07-11|
|TWLernkatei||UweWennmann|http://bbz-dormagen.de/wennmann/TWLernkartei/TWLernkartei.html|07-11|
|ConalsJournal||ConalElliot|http://journal.conal.net/#%5B%5Bsite%20map%5D%5D|07-10|
|MiniTiddlyServer||SaqImtiaz|http://www.minitiddlyserver.com/|07-09|
|MORE||SaqImtiaz|http://files.unamesa.org/MORE/MORE.html|07-09|
|KuRaKu||KuRaKu|http://kuraku.net/tw/|07-08|
|SpeedGeeking||PaulDowney|http://whatfettle.com/2007/06/speed-geeking.html|07-07|
|LaboratoryForBidiXsExtensions||BidiXLab|http://tiddlylab.bidix.info/|07-06|
|LewcidsSandbox||SaqImtiaz|http://tw.lewcid.org/sandbox/|07-06|
|WaltWoodsPlugins||WaltWoods|http://www.orst.edu/~woodswa/tiddlywikiplugs.html|07-06|
|AdamattiWiki||MarceloAdamatti|http://adamatti.tiddlyspot.com|07-05|
|Umibozu|Wikifyyourwebalbum|MarcCastejon|http://umibozu.org/en/index.html#Features|07-05|
|SimileTimeline|(2.2.0)|DawnAhukanna|http://project.dahukanna.net/tiddlywiki/timeline/sampletimeline220b5.html|07-04|
|AnswerMacro|displaysanswersandotherfeedback|GeorgeBrackett|http://luceatlux.net/macros/answer|07-04|
|TWkd|TweakedTiddlyWiki|YannPerrin|http://yann.perrin.googlepages.com/twkd.html|07-03|
|AutoWeavePlugin||LaurenceMan|http://weave.tiddlyspot.com/index.html|07-03|
|RichTextPlugin||PascalCollin|http://tiddlywiki.ouvaton.org/Demo.html|07-03|
|CollapsibleTableOfContents|||http://du180.n77.queensu.ca/TW/ToC.html|07-03|
|n00b@work:|hideIfshowIfplugin|RiccardoGherardi|http://rgplugins.tiddlyspot.com/#%5B%5BhideIfshowIf%20plugin%5D%5D|07-03|
|MemoWiki||[[Potto]]|http://flow.dip.jp/mt/archives/u/twmemo.html|07-03|
|TimelinePlugin||DawnAhukanna|http://project.dahukanna.net/tiddlywiki/timeline/timeline.html|07-02|
|Experimental||SimonBaird|http://mptw-beta.tiddlyspot.comMonkeyPirateTiddlyWiki|07-02|
|CTYsMathTiddlyWiki||JamesTaylor|http://www.jostylr.com/deli.html|07-02|
|Extensions(2.1.3)||DawnAhukanna|http://project.dahukanna.net/tiddlywiki/twextensions.htm|07-02|
|KnightnetDefault||JulianKnight|http://knighjm.googlepages.com/knightnet-default-tw.html|07-02|
|SimileTimeline|ademomstrator|MartinBudden|http://www.martinswiki.com/timeline/|07-02|
|LATEXTiddlyWiki||BobMcElrath|http://bob.mcelrath.org/tiddlyjsmath.html|07-02|
|SEOTiddlyWikiPlugin||FabriceProudhon|http://www.superphysique.net/#%5B%5BSEO%20TiddlyWiki%20Plugin%5D%5D|07-02|
|Conflation|Akid-freeSciFiRelax-A-Con|KenGirard|http://conflation.org/#BlogUserPlugin|07-02|
|PeachTW|ResourcesthatareRipeforthePicking|BradleyMeck|http://bradleymeck.tiddlyspot.com|07-01|
|BobMcElrathsPlugins||BobMcElrath|http://bob.mcelrath.org/plugins.html#systemConfig|07-01|
|TWkd|TweakedTiddlyWiki|YannPerrin|http://yann.perrin.googlepages.com/twkd1.html#Plugins|07-01|
|TiddlySnip|allowsyoutouseTiddlyWikiasascrapbook|SaqImtiaz|http://tiddlysnip.com/#About|07-01|
|RedMountainVista|BobDennysextensionstoTiddlyWiki|BobDenny|http://solo.dc3.com/tw/|06-12|
|PresentationPlugin||SaqImtiaz|http://lewcid.googlepages.com/presentation_empty_full.html#author:true|06-12|
|HTMLSlidyMaker||[[Potto]]|http://www.potto.client.jp/htmlslidymaker/index.html|06-12|
|No-SinDemos||KenGirard|http://no-sin.com/wiki/nosindemos.html|06-12|
|LinkToMeMacro||SimonBaird|http://linktomemacro.tiddlyspot.com|06-11|
|FileLinkDropHandler||StephenPhillips|http://scphillips.com/tiddly.html|06-11|
|Themes&Plugins||ClintChecketts|http://checkettsweb.com/styles/themes.htm|06-11|
|Martins|pre-releaseTiddlyWiki|MartinBudden|http://martinswiki.com/prereleases.html#Home|06-11|
|Wiki:|ExcludeTimelinePlugin|[[Soloport]]|http://soloport.tiddlyspot.com/#ExcludeTimelinePlugin|06-11|
|DiscerningTagsPlugin||DanielBaird|http://discerningtags.tiddlyspot.com/|06-11|
|MetaQuotes||ClintChecketts|http://checkettsweb.com/tw/beta.html#NewTiddlerAutoNumberExtension|06-10|
|MonkeyPirateTiddlyWiki|Experimental(2.1.09)|SimonBaird|http://mptw-beta.tiddlyspot.com/|06-09|
|MonkeyPirateTiddlyWiki|(2.0.10)|SimonBaird|http://mptw2.tiddlyspot.com|06-09|
|PhotostreamPlugin||PeterBouda|http://www.peterbouda.de/PhotoStreams|06-08|
|StickyDatePlugin||PaulaRodrigo|http://paularodrigo.homeip.net/stickydate.html#StickyDatePlugin|06-08|
|MacroLinz|TiddlyWare|LindsayDonaghe|http://www.macrolinz.com/macrolinz/tiddlyware/MacroLinz.html|06-08|
|gkwWiki||GregWalker|http://gwsyzygy.googlepages.com/creator.html|06-07|
|MathCellTiddlyWiki||BradleyMeck|http://genisis329.googlepages.com/TWMath.html|06-06|
|LabWiki|pluginsforTiddlyWiki:TaskMacroPlugin|LukeBlanshard|http://labwiki.sourceforge.net/|06-05|
|TiddlyWiki||ClintChecketts|http://www.checkettsweb.com/tw/tiddlywikise.htm|06-05|
|PimliPoche2||JacquesTurbé|http://avm.free.fr/en_PimliPoche2.html|06-04|
|DcTableOfContentsPlugin||DougCompton|http://www.zagware.com/tw/plugins.html#DcTableOfContentsPlugin|06-04|
|YATWA2|YetAnotherTiddlyWikiAdaptation|SteveRumsby|http://www.rumsby.org/yatwa2/#systemConfig|06-03|
|TiddlyW;nks|someTiddlyWikistuff|DanielBaird|http://danielbaird.com/tiddlywinks/|06-03|
|ASciencePad|aTiddlyWikisuitableforscientificnotes|PeterJipsen|http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html|06-03|
|HaloscanMacro|commentsandtrackbacksupportforTiddlyWiki|[[Speth]]|http://end.com/~speth/HaloscanMacro.html|06-02|
|wikiMobil||2.0LearningCenter|http://www.twteamserver.de/es/index3.php|06-02|
|OldMonkeyPirateTiddlyWiki|(TiddlyWiki1.2.x)|SimonBaird|http://mptw1.tiddlyspot.com/#%5B%5BMPTW%20Plugins%5D%5D|06-01|
|YATWA|(YetAnotherTiddlyWikiAdaptation)|SteveRumsby|http://www.rumsby.org/yatwa/#Plugins|06-01|
|ELSDesignStudios||EricShulman|http://twhobbycoder.gmxhome.de/wiki/|06-01|
|CollapsePlugin||BradleyMeck|http://gensoft.revhost.net/Collapse.html|06-01|
|TiddlyWikiExtensions|creationsbyAlanHecht|AlanHecht|http://www.personal.psu.edu/ach12/tiddlywiki/extensions.htm|06-01|
|TiddlyDesktop|v1.0(beta2)SettheTiddlersfree!|JonnyLeRoy|http://www.digitaldimsum.co.uk/wp-content/uploads/2007/04/tiddlydesktop-v10beta2.htm|06-01|
|TiddlyWikiPage|Atiddlingadventure|FrankDellaert|http://www-static.cc.gatech.edu/~dellaert/dhtml/tiddly.html|05-12|
|WikiBar|forTiddlyWiki2.0.0(beta6)|ArphenLin|http://aiddlywiki.sourceforge.net/wikibar_demo_2.html|05-12|
|HackingTW||HustonFranklin|http://franklin.ro/tw/HackingTW.html|05-10|
|ЗагубениМисли|...наединзагубенчовек|ВашетоИме|http://fire.atspace.org/|05-04|
<<tiddler TableScript>>
/***
|Name|Tab onClick Hijack|
|Source|http://www.strm.us/tw/examples_twgg/highlightscriptexample|
|Version|1.0.0|
|Author|Mike P|
|Overrides|core tabs macro onClick|
|Description|Fixes Highlight transcluded through the tabs macro TableSorting still not working|
!!!!!Code
***/
//{{{
config.macros.tabs.onClickTab = function(e)
{
config.macros.tabs.switchTab(this.parentNode,this.getAttribute("tab"));
story.refreshTiddler(story.findContainingTiddler(place).getAttribute("tiddler"),null,true);
return false;
}
//}}}
<<EditableTable "SystemServer_tw">>
/%
Table Highlighting for Sortable & TW Tables Version 08.14.2009
ELS simplified code structure
StyleSheet Changes: (add the following)
.evenRow {background-color: #333;} //alternating table row color//
.highlight, .marked {background:[[ColorPalette::SecondaryLight]] !important;} //row color + forced highlight//
%/<script>
jQuery('table.sortable tbody tr').mouseover(function(){
	jQuery(this).addClass('highlight');
	});
jQuery('table.sortable tbody tr').mouseout(function(){
	jQuery(this).removeClass('highlight');
	});
jQuery('table.twtable tbody tr').mouseover(function(){
	jQuery(this).addClass('highlight');
	});
jQuery('table.twtable tbody tr').mouseout(function(){
	jQuery(this).removeClass('highlight');
	});
</script>
<script label="Edit This Table">
        if (!window.story) window.story=window;
        var title=story.findContainingTiddler(place).getAttribute("tiddler");
        var str= "<<EditableTable " + "\"" + title + "\"" + ">>";
        var editor = "Table Editor";
        store.saveTiddler(editor,editor, str, config.options.txtUserName,new
Date(),["spreadsheet"]);
        story.displayTiddler(null,editor);
        return false;
</script> 
<<grid columns:[[=tags =changecount Description Source TiddlerSize]] clip:'30' inline wikify edit>>
|~ViewToolbar|closeTiddler closeOthers +editTiddler easyEdit > fields syncing permalink references jump|
|~EditToolbar|+saveTiddler -cancelTiddler deleteTiddler|
Type the text for 'TransposeTable'
<html><a href="javascript:(function(){var d=document,q=%22table%22,i,j,k,y,r,c,t;for(i=0;t=d.getElementsByTagName(q)[i];++i){var w=0,N=t.cloneNode(0);N.width=%22%22;N.height=%22%22;N.border=1;for(j=0;r=t.rows[j];++j)for(y=k=0;c=r.cells[k];++k){var z,a=c.rowSpan,b=c.colSpan,v=c.cloneNode(1);v.rowSpan=b;v.colSpan=a;v.width=%22%22;v.height=%22%22;if(!v.bgColor)v.bgColor=r.bgColor;while(w<y+b)N.insertRow(w++).p=0;while(N.rows[y].p>j)++y;N.rows[y].appendChild(v);for(z=0;z<b;++z)N.rows[y+z].p+=a;y+=b;}t.parentNode.replaceChild(N,t);}})()"<span>transpose table</span></a></html>
/***
Description: Contains the stuff you need to use Tiddlyspot
Note, you also need UploadPlugin, PasswordOptionPlugin and LoadRemoteFileThroughProxy
from http://tiddlywiki.bidix.info for a complete working Tiddlyspot site.
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'twdb';

// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)
window.showBackstage = true; // show backstage too

// disable autosave in d3
if (window.location.protocol != "file:")
	config.options.chkGTDLazyAutoSave = false;

// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
	SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
	SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
	OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
	DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[WelcomeToTiddlyspot]] ");
	MainMenu = MainMenu.replace(/^/,"[[WelcomeToTiddlyspot]] ");
}

// create some shadow tiddler content
merge(config.shadowTiddlers,{

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].join("\n"),

'TspotControls':[
 "| tiddlyspot password:|<<option pasUploadPassword>>|",
 "| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<br>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
 "| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[blog|http://tiddlyspot.blogspot.com/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'WelcomeToTiddlyspot':[
 "This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
 "<<tiddler TspotControls>>",
 "See also GettingStarted.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n"),

'TspotSidebar':[
 "<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n")

});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 27/03/2010 17:35:53 | YourName | [[twdb.html|file:///C:/DOKUME~1/Wolfgang/Desktop/twdb.html]] | [[store.php|file:///C:/DOKUME~1/Wolfgang/Desktop/store.php]] | . | [[twdb.html | file:///C:/DOKUME~1/Wolfgang/Desktop/twdb.html]] |  |
| 27/03/2010 17:37:36 | YourName | [[twdb.html|file:///C:/DOKUME~1/Wolfgang/Desktop/twdb.html]] | [[store.cgi|http://twdb.tiddlyspot.com/store.cgi]] | . | [[index.html | http://twdb.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.3|
|''Date:''|Feb 24, 2008|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 3,
	date: new Date("Feb 24, 2008"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0'
};

//
// Environment
//

if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false;	// true to activate both in Plugin and UploadService
	
//
// Upload Macro
//

config.macros.upload = {
// default values
	defaultBackupDir: '',	//no backup
	defaultStoreScript: "store.php",
	defaultToFilename: "index.html",
	defaultUploadDir: ".",
	authenticateUser: true	// UploadService Authenticate User
};
	
config.macros.upload.label = {
	promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
	promptParamMacro: "Save and Upload this TiddlyWiki in %0",
	saveLabel: "save to web", 
	saveToDisk: "save to disk",
	uploadLabel: "upload"	
};

config.macros.upload.messages = {
	noStoreUrl: "No store URL in parmeters or options",
	usernameOrPasswordMissing: "Username or password missing"
};

config.macros.upload.handler = function(place,macroName,params) {
	if (readOnly)
		return;
	var label;
	if (document.location.toString().substr(0,4) == "http") 
		label = this.label.saveLabel;
	else
		label = this.label.uploadLabel;
	var prompt;
	if (params[0]) {
		prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0], 
			(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
	} else {
		prompt = this.label.promptOption;
	}
	createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};

config.macros.upload.action = function(params)
{
		// for missing macro parameter set value from options
		if (!params) params = {};
		var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
		var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
		var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
		var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
		var username = params[4] ? params[4] : config.options.txtUploadUserName;
		var password = config.options.pasUploadPassword; // for security reason no password as macro parameter	
		// for still missing parameter set default value
		if ((!storeUrl) && (document.location.toString().substr(0,4) == "http")) 
			storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
		if (storeUrl.substr(0,4) != "http")
			storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
		if (!toFilename)
			toFilename = bidix.basename(window.location.toString());
		if (!toFilename)
			toFilename = config.macros.upload.defaultToFilename;
		if (!uploadDir)
			uploadDir = config.macros.upload.defaultUploadDir;
		if (!backupDir)
			backupDir = config.macros.upload.defaultBackupDir;
		// report error if still missing
		if (!storeUrl) {
			alert(config.macros.upload.messages.noStoreUrl);
			clearMessage();
			return false;
		}
		if (config.macros.upload.authenticateUser && (!username || !password)) {
			alert(config.macros.upload.messages.usernameOrPasswordMissing);
			clearMessage();
			return false;
		}
		bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password); 
		return false; 
};

config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir) 
{
	if (!storeUrl)
		return null;
		var dest = bidix.dirname(storeUrl);
		if (uploadDir && uploadDir != '.')
			dest = dest + '/' + uploadDir;
		dest = dest + '/' + toFilename;
	return dest;
};

//
// uploadOptions Macro
//

config.macros.uploadOptions = {
	handler: function(place,macroName,params) {
		var wizard = new Wizard();
		wizard.createWizard(place,this.wizardTitle);
		wizard.addStep(this.step1Title,this.step1Html);
		var markList = wizard.getElement("markList");
		var listWrapper = document.createElement("div");
		markList.parentNode.insertBefore(listWrapper,markList);
		wizard.setValue("listWrapper",listWrapper);
		this.refreshOptions(listWrapper,false);
		var uploadCaption;
		if (document.location.toString().substr(0,4) == "http") 
			uploadCaption = config.macros.upload.label.saveLabel;
		else
			uploadCaption = config.macros.upload.label.uploadLabel;
		
		wizard.setButtons([
				{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption, 
					onClick: config.macros.upload.action},
				{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
				
			]);
	},
	options: [
		"txtUploadUserName",
		"pasUploadPassword",
		"txtUploadStoreUrl",
		"txtUploadDir",
		"txtUploadFilename",
		"txtUploadBackupDir",
		"chkUploadLog",
		"txtUploadLogMaxLine"		
	],
	refreshOptions: function(listWrapper) {
		var opts = [];
		for(i=0; i<this.options.length; i++) {
			var opt = {};
			opts.push();
			opt.option = "";
			n = this.options[i];
			opt.name = n;
			opt.lowlight = !config.optionsDesc[n];
			opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
			opts.push(opt);
		}
		var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
		for(n=0; n<opts.length; n++) {
			var type = opts[n].name.substr(0,3);
			var h = config.macros.option.types[type];
			if (h && h.create) {
				h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
			}
		}
		
	},
	onCancel: function(e)
	{
		backstage.switchTab(null);
		return false;
	},
	
	wizardTitle: "Upload with options",
	step1Title: "These options are saved in cookies in your browser",
	step1Html: "<input type='hidden' name='markList'></input><br>",
	cancelButton: "Cancel",
	cancelButtonPrompt: "Cancel prompt",
	listViewTemplate: {
		columns: [
			{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
			{name: 'Option', field: 'option', title: "Option", type: 'String'},
			{name: 'Name', field: 'name', title: "Name", type: 'String'}
			],
		rowClasses: [
			{className: 'lowlight', field: 'lowlight'} 
			]}
};

//
// upload functions
//

if (!bidix.upload) bidix.upload = {};

if (!bidix.upload.messages) bidix.upload.messages = {
	//from saving
	invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
	backupSaved: "Backup saved",
	backupFailed: "Failed to upload backup file",
	rssSaved: "RSS feed uploaded",
	rssFailed: "Failed to upload RSS feed file",
	emptySaved: "Empty template uploaded",
	emptyFailed: "Failed to upload empty template file",
	mainSaved: "Main TiddlyWiki file uploaded",
	mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
	//specific upload
	loadOriginalHttpPostError: "Can't get original file",
	aboutToSaveOnHttpPost: 'About to upload on %0 ...',
	storePhpNotFound: "The store script '%0' was not found."
};

bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
	var callback = function(status,uploadParams,original,url,xhr) {
		if (!status) {
			displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
			return;
		}
		if (bidix.debugMode) 
			alert(original.substr(0,500)+"\n...");
		// Locate the storeArea div's 
		var posDiv = locateStoreArea(original);
		if((posDiv[0] == -1) || (posDiv[1] == -1)) {
			alert(config.messages.invalidFileError.format([localPath]));
			return;
		}
		bidix.upload.uploadRss(uploadParams,original,posDiv);
	};
	
	if(onlyIfDirty && !store.isDirty())
		return;
	clearMessage();
	// save on localdisk ?
	if (document.location.toString().substr(0,4) == "file") {
		var path = document.location.toString();
		var localPath = getLocalPath(path);
		saveChanges();
	}
	// get original
	var uploadParams = new Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
	var originalPath = document.location.toString();
	// If url is a directory : add index.html
	if (originalPath.charAt(originalPath.length-1) == "/")
		originalPath = originalPath + "index.html";
	var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
	var log = new bidix.UploadLog();
	log.startUpload(storeUrl, dest, uploadDir,  backupDir);
	displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
	if (bidix.debugMode) 
		alert("about to execute Http - GET on "+originalPath);
	var r = doHttp("GET",originalPath,null,null,username,password,callback,uploadParams,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

bidix.upload.uploadRss = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		if(status) {
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
			bidix.upload.uploadMain(params[0],params[1],params[2]);
		} else {
			displayMessage(bidix.upload.messages.rssFailed);			
		}
	};
	// do uploadRss
	if(config.options.chkGenerateAnRssFeed) {
		var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
		var rssUploadParams = new Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		var rssString = generateRss();
		// no UnicodeToUTF8 conversion needed when location is "file" !!!
		if (document.location.toString().substr(0,4) != "file")
			rssString = convertUnicodeToUTF8(rssString);	
		bidix.upload.httpUpload(rssUploadParams,rssString,callback,Array(uploadParams,original,posDiv));
	} else {
		bidix.upload.uploadMain(uploadParams,original,posDiv);
	}
};

bidix.upload.uploadMain = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		var log = new bidix.UploadLog();
		if(status) {
			// if backupDir specified
			if ((params[3]) && (responseText.indexOf("backupfile:") > -1))  {
				var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
				displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
			}
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
			store.setDirty(false);
			log.endUpload("ok");
		} else {
			alert(bidix.upload.messages.mainFailed);
			displayMessage(bidix.upload.messages.mainFailed);
			log.endUpload("failed");			
		}
	};
	// do uploadMain
	var revised = bidix.upload.updateOriginal(original,posDiv);
	bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};

bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
	var localCallback = function(status,params,responseText,url,xhr) {
		url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
		if (xhr.status == 404)
			alert(bidix.upload.messages.storePhpNotFound.format([url]));
		if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
			alert(responseText);
			if (responseText.indexOf("Debug mode") >= 0 )
				responseText = responseText.substring(responseText.indexOf("\n\n")+2);
		} else if (responseText.charAt(0) != '0') 
			alert(responseText);
		if (responseText.charAt(0) != '0')
			status = null;
		callback(status,params,responseText,url,xhr);
	};
	// do httpUpload
	var boundary = "---------------------------"+"AaB03x";	
	var uploadFormName = "UploadPlugin";
	// compose headers data
	var sheader = "";
	sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
	sheader += uploadFormName +"\"\r\n\r\n";
	sheader += "backupDir="+uploadParams[3] +
				";user=" + uploadParams[4] +
				";password=" + uploadParams[5] +
				";uploaddir=" + uploadParams[2];
	if (bidix.debugMode)
		sheader += ";debug=1";
	sheader += ";;\r\n"; 
	sheader += "\r\n" + "--" + boundary + "\r\n";
	sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
	sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
	sheader += "Content-Length: " + data.length + "\r\n\r\n";
	// compose trailer data
	var strailer = new String();
	strailer = "\r\n--" + boundary + "--\r\n";
	data = sheader + data + strailer;
	if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
	var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; ;charset=UTF-8; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
	if (!posDiv)
		posDiv = locateStoreArea(original);
	if((posDiv[0] == -1) || (posDiv[1] == -1)) {
		alert(config.messages.invalidFileError.format([localPath]));
		return;
	}
	var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
				store.allTiddlersAsHtml() + "\n" +
				original.substr(posDiv[1]);
	var newSiteTitle = getPageTitle().htmlEncode();
	revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
	revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
	revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
	revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
	revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
	return revised;
};

//
// UploadLog
// 
// config.options.chkUploadLog :
//		false : no logging
//		true : logging
// config.options.txtUploadLogMaxLine :
//		-1 : no limit
//      0 :  no Log lines but UploadLog is still in place
//		n :  the last n lines are only kept
//		NaN : no limit (-1)

bidix.UploadLog = function() {
	if (!config.options.chkUploadLog) 
		return; // this.tiddler = null
	this.tiddler = store.getTiddler("UploadLog");
	if (!this.tiddler) {
		this.tiddler = new Tiddler();
		this.tiddler.title = "UploadLog";
		this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
		this.tiddler.created = new Date();
		this.tiddler.modifier = config.options.txtUserName;
		this.tiddler.modified = new Date();
		store.addTiddler(this.tiddler);
	}
	return this;
};

bidix.UploadLog.prototype.addText = function(text) {
	if (!this.tiddler)
		return;
	// retrieve maxLine when we need it
	var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
	if (isNaN(maxLine))
		maxLine = -1;
	// add text
	if (maxLine != 0) 
		this.tiddler.text = this.tiddler.text + text;
	// Trunck to maxLine
	if (maxLine >= 0) {
		var textArray = this.tiddler.text.split('\n');
		if (textArray.length > maxLine + 1)
			textArray.splice(1,textArray.length-1-maxLine);
			this.tiddler.text = textArray.join('\n');		
	}
	// update tiddler fields
	this.tiddler.modifier = config.options.txtUserName;
	this.tiddler.modified = new Date();
	store.addTiddler(this.tiddler);
	// refresh and notifiy for immediate update
	story.refreshTiddler(this.tiddler.title);
	store.notify(this.tiddler.title, true);
};

bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir,  backupDir) {
	if (!this.tiddler)
		return;
	var now = new Date();
	var text = "\n| ";
	var filename = bidix.basename(document.location.toString());
	if (!filename) filename = '/';
	text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
	text += config.options.txtUserName + " | ";
	text += "[["+filename+"|"+location + "]] |";
	text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
	text += uploadDir + " | ";
	text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
	text += backupDir + " |";
	this.addText(text);
};

bidix.UploadLog.prototype.endUpload = function(status) {
	if (!this.tiddler)
		return;
	this.addText(" "+status+" |");
};

//
// Utilities
// 

bidix.checkPlugin = function(plugin, major, minor, revision) {
	var ext = version.extensions[plugin];
	if (!
		(ext  && 
			((ext.major > major) || 
			((ext.major == major) && (ext.minor > minor))  ||
			((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
			// write error in PluginManager
			if (pluginInfo)
				pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
			eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
	}
};

bidix.dirname = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(0, lastpos);
	} else {
		return filePath.substring(0, filePath.lastIndexOf("\\"));
	}
};

bidix.basename = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("#")) != -1) 
		filePath = filePath.substring(0, lastpos);
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(lastpos + 1);
	} else
		return filePath.substring(filePath.lastIndexOf("\\")+1);
};

bidix.initOption = function(name,value) {
	if (!config.options[name])
		config.options[name] = value;
};

//
// Initializations
//

// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);

// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");

//optionsDesc
merge(config.optionsDesc,{
	txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
	txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
	txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
	txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
	txtUploadUserName: "Upload Username",
	pasUploadPassword: "Upload Password",
	chkUploadLog: "do Logging in UploadLog (default: true)",
	txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});

// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');


// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");


//}}}

<html><a class="bookmarklet" title="Displays a tiddler as raw Html" href="javascript:void(eval(decodeURIComponent(&quot;(function()%257Bif(window.version%2526%2526window.version.title%253D%253D'TiddlyWiki')%257Bvar%2520title%253Dprompt('Tiddler%2520to%2520view%2520as%2520html%253A')%253Bvar%2520t%253Dstore.getTiddler(title)%253Bvar%2520stat%253DwikifyStatic(t.text%252Cnull%252Ct)%253Bvar%2520w%253Dwindow.open()%253Bw.document.open()%253Bw.document.write('%253Chtml%253E%253Cbody%253E')%253Bw.document.write('%253Cpre%253E'%252Bstat.htmlEncode()%252B'%253C%252Fpre%253E')%253Bw.document.write('%253C%252Fbody%253E%253C%252Fhtml%253E')%253Bw.document.close()%253B%257D%257D)()&quot;)))">view as html</a></html>
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<span macro='tiddler TableHighlight'></span>
<!--}}}-->
This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.

@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://twdb.tiddlyspot.com/controlpanel]] (your control panel username is //twdb//).
<<tiddler TspotControls>>
See also GettingStarted.

@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the "save to web" button in the column on the right.

@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click "upload" and your ~TiddlyWiki will be saved back to tiddlyspot.com.

@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].

@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions.