<!--{{{-->
<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]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#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 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 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:0 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 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

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

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

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding: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 0;}
.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 0 0 0.5em;}
.tab {margin:0 0 0 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 0 14em;}

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

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

.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:0 0.25em; padding:0 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 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin: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;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding: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;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<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>>
http://www.100percentcat.com/

Furry slice-of-life with a catgirl all but abandoned at a boarding school.
http://2dgoggles.com/

Steampunk parody of real life. Well rooted in actual history. A bit chaotic.
http://2ndshiftcomic.com/

Slice-of-life with copy shop clerks assaulted by weirdness; discontinued.
http://www.viciousprint.com/6commando/

Alternate reality Cold War story. Futuristic, good drama.
http://adistantsoil.com/

1980es science fiction revived as a webcomic. Psionics and shapeshifters. Mature; occasionally NSFW.
http://www.project-apollo.net/mos/

Hard SF/Post-singularity; police drama/romance with manga influences; finished.
http://llscott.com/

Six apprentice peace-keepers must begin their mission unprepared. Catchy.
Webcomic listings usually come in one of two forms: giant exhaustive catalogs, or else personal favorites in the form of a banner block, with no explanation of why you might like them. With my little webcomic database, I'm trying to strike a middle ground.

Disclaimer: The tags and qualifications I apply are subjective. E.g. what is and isn't manga is a matter of nuance, and I'm no expert. But if a webcomic is listed, it means I like it.

<<tagcloud exclude="systemConfig excludeLists excludeSearch">>
http://www.accidentalcentaurs.com/

They're alone in an alien world... changed... and hating each other. Comedic adventures peppered with cultural references.
http://project-apollo.net/ab/

Far future cyberpunk thriller. By the authors of [[A Miracle of Science]].
http://www.aikoniacomic.com/

The most powerful mages plot to get even more power... just as hell is about to break loose. Whimsical graphics, serious story.
http://www.alpha-shade.com/

Biplanes, flying battleships and magical creatures.
http://www.drunkduck.com/Anathema/

Historical vampire drama.
http://adamrutten.com/chapter/ant-guy/

"Surreal" doesn't begin to describe it. On hiatus.
http://www.elven.co.nz/?webcomic_post=ants-online-1

Adventures of a mercenary company made of emo ants. Discontinued.
http://atarmslength.smackjeeves.com/

Magical girl stories meet //Bewitched//... with furries. Surreal, parodic adventures with little regard for the fourth wall.
http://www.atomiclaundromat.com/

Dry cleaning for superheroes and villains. What could go wrong?
http://battlepug.com/

Surreal high fantasy adventure with a sword-and-sorcery feel.
http://www.beardybastards.com/

Dwarves in the future fight a sudden alien invasion. Just started as of 2011-12-14.
http://www.eliseotterlei.no/series/bb/

A re-telling of the classic story.
https://jaynaylor.com/betterdays/

Mature and poignant family drama with furries. (Animal species stand in for races and/or cultures.) Finished.
http://www.birthofvenuscomic.com/

In a not-so-distant future, super-powered conflicts can change your life when you least expect it.
http://blackjackswitch.smackjeeves.com/

The vampire's new roommate is a ditzy girl. Hilarity ensues.
http://www.blueyondercomic.net/

A superhero finds himself a fugitive... and he's not alone.
http://www.brightstarscomic.com/

Teleported across the galaxy in an experiment, he's lucky to make friends fast... Farscape-inspired sci-fi. Very new as of 2012-01-15.
http://tedsstudio.com/bugsport/

A stereotypical middle-class American family moves to a town full of gray aliens. Utterly hilarious.
http://www.interversecomics.com/index.php?option=com_content&view=article&id=18&Itemid=18

The story of a 12th-century samurai stranded on America's west coast.
http://beesbuzz.biz/d/

Unity (good! posthuman science fiction with furries) and other stories. Whimsical graphics, varied genres.
http://cblue.katbox.net/

A bunch of catgirls, a tropical island resort, an ancient prophecy... Furry transformation manga.
http://catenamanor.com/

Surreal slice-of-life with teenage anthropomorphic cats. Immature but good humor. Some fantasy elements.
http://angelofstthomas.com/

Superhero / pirate / time travel story. Mature; some blood and violence.
http://cheapthrills.xepher.net/

Mature family drama with furries. Tackles sensitive topics.
http://chimneyspeak.com/

An antihero battles a monstrous serial killer in Victorian London. Mature; rough language, excessive violence and gore, some nudity and even sex. Not for kids!!! CC-BY-NC-SA
http://www.claudeandmonet.com/

Future superspy thriller in manga style.
http://www.cowshell.com/cleopatra/

Girls with rayguns, talking cyborg cats and space bikes. 'Nuff said.
http://shawntionary.com/clockworks/

Dark, but humorous steampunk-and-magic adventures. CC-BY-NC-SA.
http://www.rcsitravel.net/

A return-of-magic story in a furry version of our world. Humor, drama, fantasy and a bit of history.
http://www.tigerknight.com/cc/

Slice of life with furry college roommates. Updates sporadically nowadays.
Background: #fff
Foreground: #000
PrimaryPale: #fc8
PrimaryLight: #f81
PrimaryMid: #b40
PrimaryDark: #410
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
http://www.davidcsimon.com/crimsondark/

Space opera / cyberpunk war story; rotoscoped 3D graphics, good characters and drama.
http://www.culricschronicles.com/

A stoic wizard. His bickering companions. Their ongoing adventures. Multiple stories of increasing quality; often humorous.
http://www.cutloosecomic.com/

Adult slice-of-life about women and relationships... of any kind. Tasteful, but NSFW. Did I mention it's furry?
http://www.darthsanddroids.net/

The Star Wars prequel trilogy retold as a tabletop RPG campaign. Photo comic.
[[About]]
http://www.delilahdirk.com/

What's a young man to do when an unlikely adventurer storms through his life? Delightful historical pulp adventure.
http://mentalcatproductions.com/deputywitch/

Comedic urban fantasy; very new as of 2010-11-19.
http://www.docrat.com.au/

Slice of life about (and by) an Australian doctor. A comedy, but with very dramatic moments. Technically furry; more of a fable, really.
http://dogeatdoug.com/

A toddler and his dog; hilarity ensues.
http://dominic-deegan.com/

Realistic adventures in a magical world.
http://www.penguinpetes.com/Doomed_to_Obscurity/

Surreal jokes about computer nerds.  Whimsical graphics.
http://draculacomic.net/

Furry webcomic adaptation of the eponymous novel.
http://www.draculavskingarthur.com/

What if Dracula was sent back in time to destroy King Arthur's dream? Weird o_O crossover story, but excellent art direction. Mature; much gory violence. Finished.
http://www.drunkduck.com/Dreadnought_Invasion_Six/

Little space opera time waster. Finished.
http://www.dynagirlonline.com/

A powerful superhero comes out of retirement among corporate conspiracies.
http://www.earsforelves.com/

Slice of life with a ditzy but good natured elf girl in a generic fantasy world.
http://www.eeriecuties.com/

There's a new student at the supernatural high school. Hilarity ensues. Oh, and total chaos. Did I mention the hapless teenage slayer?
http://www.ellieconnelly.com/

More humorous pulp with a female protagonist, this time an unlikely adventurer.
http://www.elven.co.nz/

Co-ed life as a MMORPG. Or the other way around. Whatevs... :P
http://www.webcomicsnation.com/eddurd/everydayheroes/series.php

What if superheroing was a 9-to-5 job? Another hilarious take on the concept. Whimsical graphics, very good characters.
http://www.evildivacomics.com/

Demons, angels, ancient gods and immortals in a funky version of our world.
http://www.evil-comic.com/

It's like Dilbert, but with villains and heroes instead. Often hilarious. Mature, too.
http://evilplan.thewebcomic.com/

The supervillain's new assistant is more than he bargained for. Whimsical and funny.
http://www.exiern.com/

Parodic sword&sorcery adventures with no respect for the fourth wall. Non-explicit nudity abounds.
My name is [[Felix|http://felix.plesoianu.ro/]] (hi) and I'm addicted to wikis. I am an administrator [[at Wikiindex.org|http://wikiindex.org/Felix_Ple%C5%9Foianu]]. I also occasionally edit [[TV Tropes|http://tvtropes.org/]], as well as correct minor issues on Wikipedia.

The three Wiki engines I'm most familiar with are [[DokuWiki|http://www.dokuwiki.org/dokuwiki]], [[PmWiki|http://pmwiki.org/]] and (of course) [[TiddlyWiki|http://tiddlywiki.com]]. I also know [[MediaWiki|http://www.mediawiki.org/wiki/MediaWiki]] and [[WikiWikiWeb|http://c2.com/cgi/wiki?WikiWikiWeb]], but only as a user.

I am mainly interested in the technical aspects of wikis. Went as far as creating [[my own engine|http://felix.plesoianu.ro/php/wabisabi/]] so as to better understand various design decisions. But that's not the most difficult aspect of wikis; community building is. Visit [[Community Wiki|http://www.communitywiki.org/]] or [[Meatball Wiki|http://www.usemod.com/cgi-bin/mb.pl]] to learn about that part.
http://www.agreeablecomics.com/fight/

Another take on superheroing as a job. Fairly humorous. On hiatus.
http://finalarcanum.smackjeeves.com/

Comedic fantasy adventures with a teenage sky pirate. Airships and conspiracies.
http://flakypastry.runningwithpencils.com/

Hilarious slice of life with three supernatural roommates in a crazy world. Pokes fun at real life, fantasy cliches and occasionally videogames. Weird and smart.
http://flyingsparkscomic.com/

A hero in love with a villain. Life isn't simple.
http://www.freakangels.com/

Post-apocalyptic slice-of-life with psionics. Finished.
http://freefall.purrsia.com/

Hard SF comedy, social critique and mysteries. Started in 1998!
http://furryexperience.smackjeeves.com/

Slice-of-life with furry college girl roommates. Mostly comedic; some serious talk of religion, society, relationships.
http://furthiahigh.concessioncomic.com/

He's the last human in a world of furries, and he's just starting highschool. Whimsical, sometimes weird, always hilarious. CC-BY-NC-SA
http://www.sandraandwoo.com/gaia/

It's final exam time at the school of fighting and wizardry... CC-BY-NC-ND
http://www.garanos.com/

Generic but good fantasy; nice drawing style. Finished.
http://www.gastrophobia.com/

The goofy, whimsical misadventures of a heroic, but ditzy amazon in Ancient Greece who is also a single mother.
http://generation17.petitesymphony.com/

They woke up with no memories in a high-tech prison run by robots. NSFW (because of nudity) furry adventure.
http://girlgeniusonline.com/

Over-the-top adventure and political intrigue in a crazy steampunk version of 19th century Europe. The first and so far only webcomic to earn a Hugo Award.
http://www.girlsinspace.co.uk/

The adventures of three air-headed girls through space and time. Warning: British humor. Occasional cartoonish nudity.
http://gogetaroomie.chloe-art.com/

Slice-of-life with a crazy lesbian girl. NSFW.
http://www.gronkcomic.com/

Slice of life with a cute monster adopted by a geek girl.
http://www.halfdeathcomic.com/

Comedic slice of life with young vampires roommates. No fangs. No superpowers. No sparkling. On hiatus.
http://halflightcomics.com/

A naive <html><del>drow</del></html> (pardon, drae) girl goes to a magic academy in the surface world. Problems aren't far behind.
http://www.heroes-inc.net/

Alternate history with superheroes; interesting take. Officially discontinued.
http://www.herogirlcomics.com/

Whimsical journal webcomic, mixed in with a manga adventure.
http://www.heropotamus.com/

A little girl's imaginary superhero friend.
http://hscm.msfhigh.com/

Yet another supernatural high-school story, this time with aliens and furries. ''Big'' mash-up of manga cliches. Shameless humor; whimsical graphics. Relatively new as of 2011-05-11.
http://www.nuklearpower.com/hikym/

A wuxia story.
http://jeaniebottle.com/

Slice-of-life with a newbie (and unwilling) genie.
http://www.icq-comic.com/

Slice-of-life with three young people learning to be roommates. Furry, with surprise (and gratuitous) NSFW moment.
http://www.imperialgelf.com/

In the Terran Empire, Genetically Engineered Life Forms haven't been slaves for a generation. But racism still lingers. By the author of [[Furry Experience]].
http://www.impurebloodwebcomic.com/

Steampunk, conspiracies, an ancient evil... and a freed gladiator may be the key to it all.
http://www.gocomics.com/inkpen/

A bunch of misfit supers and their non-adventures.
http://inverloch.seraph-inn.com/

Manga fantasy about an inter-species conflict. Finished.
http://www.ivyandmax.com/

A mechanic girl and her father in a not-so-friendly steampunk world.
http://www.jackierosecomic.com/

Good old-fashioned pulp adventures. Lost treasures, robot nazis, secret societies, dark humor... the works.
http://johnnysaturn.com/

Traditional superhero story. First issue was positively stunning.
http://kevincomic.com/

The monsters under the bed exist... and they need his help. Think *Monsters, Inc.* only serious.  Officially discontinued.
http://www.khaoskomix.com/

Slice of life with adolescents; mature themes. Possibly NSFW at times. Excellent use of multiple viewpoints.
http://www.kick-girl.com/

An immortal demon... a prophecy... but all is not as it appears. Hilarious.
http://www.kiwiblitz.com/

Whimsical mecha story. Robocop meets Spy Kids, with a dash of Ghost in the Shell.
http://www.kukuburi.com/

Weird, weird parallel world fantasy.
http://lamacchinabellica.com/

Steampunk fantasy slice of life. Western manga.
http://www.bigheadpress.com/lamuse

Breath-taking deconstruction of superhero and post-singularity stories in a self-contained graphic novel. Finished.
http://lasalleslegacy.com/

Whimsical, light-hearted high-seas adventures in a magitech-laden world.
http://www.lackadaisycats.com/

Exquisitely researched and drawn Prohibition-era story with anthropomorphic cats. Very cute and humorous, with occasional non-graphic violence.
http://www.ineffableaether.com/

Steampunk/Western adventures in a world of floating islands and magic.
http://laslindas.katbox.net/

Manga science-fantasy... soap opera... with furries. Expect all the usual cliches and gratuitous fanservice galore.
http://rosalarian.com/lesbianpirates/

Affectionate spoof of 1930es pulp sci-fi. Occasionally NSFW.
<html>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">Little Webcomic Database</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://felix.plesoianu.ro/" property="cc:attributionName" rel="cc:attributionURL">Felix Pleșoianu</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</html>

[[TiddlyWiki|http://tiddlywiki.com]] itself is available under the [[BSD License|http://opensource.org/licenses/bsd-license]].
http://sarahburrini.com/en/

Journal webcomic about a geeky female cartoonist and her imaginary friends. "Surreal" doesn't begin to describe it.
http://activatecomix.com/9.comic

Hard-ish sci-fi adventure; some nudity, some humor, much personal drama. Finished.
http://activatecomix.com/117.comic

Sequel to [[Lilly MacKenzie and the Mines of Charybdis]]. Lilly digs up more dark family secrets.
http://www.little-tales.com/

Alternates between a hilarious journal webcomic with furries and an adaptation of G.K. Chesterton's *The Man Who Was Thursday*.
http://www.locuscomics.com/

Graphic violence and nudity in a very dark version of our world. NSFW. Not for children, the squeamish or devout Christians.
http://lfgcomic.com/

Ha-ha-only-serious fantasy; originally a MMORPG parody, has grown into a complex, original story.
http://www.loveandcapes.com/

Being a superhero's girlfriend is difficult... for both of them.
http://www.loveisintheblood.com/

Horny vampires playing Indiana Jones (formerly Abandon: First Vampire). Status unclear. (Finished, then continued, then abandoned?)
http://lovecraftismissing.com/

The year is 1926, and weird events are afoot. A certain Mr. Lovecraft is in over his head...
http://minoractsofheroism.smackjeeves.com/

An unlikely trio of (powerful) kid superheroes. Smart and funny.
[[About]]
[[License]]
<<allTags>>
http://thepunchlineismachismo.com/

What if videogame characters would have to live in the real world, with jobs and everything?
http://www.marilith.com/

Manga hitman thriller... comedy? NSFW. Finished.
http://mementov.com/

Slice of life with vampires, based off World of Darkness lore.
http://www.rorschachcomics.com/memories/

Soft sci-fi with a spiritual/religious theme and a classic feel. Finished.
http://mimiandeunice.com/

Humorous critique of "intellectual property" and related topics by Nina Paley.
http://moon-town.com/comic/
http://www.muchthecomic.com/

Goofy, cartoonish Robin Hood parody. Mature.
http://www.themuseacademy.com/

Yet another supernatural school story. On hiatus.
http://www.mysisterthefreak.com/

Just what it says on the tin. Children's sci-fi.
http://mysteriesofthearcana.com/

Dimension-hopping science-fantasy(?) adventure; some humor and mature side themes.
http://www.menagea3.net/

Hilarious slice-of-life with sex-obsessed nerds. Lots of gratuitous nudity. NSFW.
http://nightfall.vincered.net/

Seemingly a Firefly knock-off so far, but it's hard to tell at this stage. Very new as of 2011-05-26.
http://www.oceanverse.com/

Surreal, over-the-top retro sci-fi adventures. Very alert.
http://www.oglaf.com/

NSFW warning! Hilarious (if sometimes gross) dismantling of fantasy cliches. Intelligent humor. NOT for children.
http://www.th3rdworld.com/web-comic/Omega-Chase/

Time travel / space opera / fantasy / western (and fantasy western).
http://www.giantitp.com/comics/oots0690.html

Stick figure fantasy adventure/comedy; intelligent humor; some nerdy references. Characters are in a D&D game and aware of it.
https://jaynaylor.com/originallife/

The sequel to [[Better Days]]. Tackles more important life issues.
http://well-of-souls.com/outsider/

Well-drawn space opera. Blue-skinned space babes FTW! Updates infrequently.
http://www.webcomicsnation.com/dirktiede/ps/series.php

Police drama with werewolves and a surprising twist.
http://paranatural.net/

New town, new school, new friends and bullies... but what are those things he's seeing?
http://rednebulastudios.com/eldlor/

High fantasy adventure. With dragons!
http://plumecomic.com/

Weird West? adventures with a girl and her supernatural protector.
http://www.prydwen.paperfangs.com/

They're just kids, mixed up in a war of the gods... except they're not just kids.
http://www.rhjunior.com/QQSR/

[[Tales of the Questor]] author Ralph Hayes pulls an Elfquest and moves the action into the far future. Hilarious spoof of space opera cliches.
http://questionablecontent.net/

Slice-of-life with science fiction undertones; very intelligent. Occasional gross humor.
http://redspaceblues.com/

Hilarious adventures of a ditzy girl in a company of futuristic mercenaries.
http://www.redsplanet.com/

The adventures of a little foster home girl abducted by aliens.
http://www.rivensol.com/

A space station... a totalitarian regime... and things lurking below the surface. Things with tentacles. But they may be the good guys. CC-BY-NC
http://rustyandco.com/

A mimic, a rust mosnter and a gelatinous cube walk into a dungeon... Thoroughly parodies fantasy roleplaying cliches.
http://www.sabrina-online.com/

A shy geek girl finds a tech job at an adult film company. What could go wrong? Hilarious slice of life; mature (but 100% safe for work). Started in 1996!
http://sacredgroundscomic.com/

Slice-of-life with vampires and werewolves manning (heh) a cafe. Recently rebooted as of 2010-12-04.
http://www.saintsway.yazmeanie.com/

A superpowered kid on the run lands in the middle of an alien invasion. Just started as of 2011-06-20.
http://www.sandraandwoo.com/

Slice of life with a bunch of kids and their talking animals. Sometimes surreal; always smart. Occasional political messages. CC-BY-NC-ND
http://www.scartissue-comic.com/

A young man receives a new heart... but it comes with superpowered strings attached.
http://www.schoolbites.net/

Manga slice-of life comedy with vampire high-schoolers.
http://www.scumvalley.com/

Post-apoc with (apparently) religious overtones. Very new as of 2010-10-15. Seemingly abandoned.
http://shadowbinders.com/

Cast in a parallel world of steampunk and magic... what can an ordinary girl do?
http://www.shadowgirlscomic.com/

Soap opera, Lovecraftian horror and superheroics. Warning: violence, blood and swearing. Officially discontinued.
http://www.shadowsofenchantment.com/

In a world where magic-users are feared and hunted, the few who remain fight among themselves.
http://shockwave.keenspot.com/

A future war story. Has a 3D version, using anaglyph glasses.
http://www.shortpacked.com/

Somewhat absurdist slice-of-life set in a toy store; lots of nerdy and gay references.
Self-contained categorized listing
Little Webcomic Database
http://www.skindeepcomic.com/

There is a world of furries and magic right under everybody's noses... and anyone could be part of it without knowing.
http://skullkickers.keenspot.com/

A pair of burly, witty mercenaries in a fantasy world. Fairly recent as of 2012-02-05.
http://www.slicefate.com/

A superhero spans the ages and crosses dimensions.
http://www.sdamned.com/

They're outcasts in the afterlife, and lost in the world of the living. Whimsical, silly and very very moving. CC-BY-NC-ND
http://slimythief.com/

Slightly NSFW adventures of an elf afflicted by an... unusual curse. Generic fantasy setting.
http://www.snowbynight.com/

The story of two thieves in a Renaissance-level fantasy world. New as of 2011-01-26.
http://www.soldiersthecomic.com/

A super-soldier program gone horribly wrong. Alternates media by chapter.
http://www.sorcery101.net/sorcery101/

Urban fantasy adventures with vampires, werewolves, magic, the whole thing. Often humorous.
http://spacial.comicgenesis.com/

Space opera; whimsical graphics, nice story. Discontinued.
http://sparekeyscomic.com/

Adventures of two paranormal investigators who deal with the //really// bizarre cases.
http://www.spinecomic.com/

In a post-apocalyptic world, warring religious factions send superspies against each other. Dark.
http://www.krakowstudios.com/spinnerette/

Goofy superhero comedy with manga influences. Lots of fanservice.
http://spookydoofus.com/

What better crew for a scary toy shop than a bunch of cute monsters?
http://www.spy6teen.com/

What's harder than being 16? Secretly being a superspy at the same time... along with your classmates.
http://strangeaeons.comicdish.com/index.php

Parodic pulp noir. Just started as of 2012-01-30. On hiatus.
http://www.straysonline.com/

Manga fantasy.
http://stixandbones.com/

*The Addams Family* meets *Spy Kids*. Enough said.
http://www.webcomicsnation.com/tyler_james/superseed/series.php

Yet another superhero story with a twist. Discontinued.
http://www.tigerknight.com/ss/

Two hapless thieves in a furry fantasy world. What could go wrong?
http://comiccalledtoss.me.uk/

The (mis)adventures of a starship crew in the 23rd century. Humorous Star Trek fanfic.
/***
|''Name''|TiddlyTagCloudPlugin|
|''Author''|Jon Robson|
|''Version''|0.3.11|
!Usage
{{{ <<tagcloud>> }}} creates a tag cloud of all content.
!Parameters
exclude: name a tag you want to exclude from the tag cloud.
filter: provide a filter to run the tag cloud on a subset of tiddlers see SiteInfo@filters and [[filters syntax]]@docs
threshold:2 - will ignore any tags that occur less than 2 times.
sortOrder: <-,+,""> - sort the resulting tags in descending, ascending or no order
***/
//{{{
(function($) {
var stylesheet = "StyleSheetTagCloud";
config.shadowTiddlers[stylesheet] = ['.tagcloudTag { display: inline-block; border : none; margin-right: 8px; '].join("\n");
store.addNotification(stylesheet, refreshStyles);

var macro = config.macros.tagcloud = {
	locale: {
		tooltip: "see the %0 occurrences of %1"
	},
	cache: {},
	options: {
		fontSize: {
			small: 10,
			large: 48,
		},
		threshold: 1,
		sortOrder: "+"
	},
	_cleanup: function() {
		for(var i in macro.cache) {
			if($(i).length === 0) {
				delete macro.cache[i];
			}
		}
	},
	handler: function(place, macroName, params, wikifier, paramString, tiddler) {
		var id = "tagcloud"+Math.random();
		var container = $("<div />").attr("params", paramString).addClass("tagcloud").
				attr("id", id).appendTo(place)[0];
		macro.refresh(container);
	},
	refresh: function(container) {
		macro._cleanup();
		var tags, tag;
		var locale = macro.locale;
		var paramString = $(container).attr("params");
		var args = paramString.parseParams("anon")[0];
		var exclude = args.exclude || [];
		var tiddlers = args.filter ? store.filterTiddlers(args.filter[0]) : store.getTiddlers();
		var count = {};
		var lookup = {};
		var options = macro.options;
		var threshold = args.threshold ? parseInt(args.threshold[0], 10) : options.threshold;
		for(var i = 0; i < tiddlers.length; i++) {
			var tiddler = tiddlers[i];
			tags = tiddler.tags;
			for(var j = 0; j < tags.length; j++) {
				tag = tags[j];
				if(!exclude.contains(tag)) {
					lookup[tag] = lookup[tag] || [];
					lookup[tag].push(tiddler);
					if(!count[tag]) {
						count[tag] = 1;
					} else {
						count[tag] += 1;
					}
				}
			}
		}
		tags = [];
		var largest, smallest, c;
		for(var k in count) {
			tags.push(k);
			if(count[k] < threshold) {
				delete count[k];
			}
		}
		var sort = options.sortOrder;
		tags = tags.sort(function(i, j) {
			if(sort == "+") {
				return i < j ? -1 : 1;
			} else if(sort == "-") {
				return i < j ? 1 : -1;
			} else {
				return 0;
			}
		});
		for(var l in count) {
			if(true) {
				c = count[l];
				if(!largest) {
					largest = c;
				} else if(c > largest) {
					largest = c;
				}
				if(!smallest) {
					smallest = c;
				} else if(c < smallest) {
					smallest = c;
				}
			}
		}
		var id = $(container).attr("id");
		macro.cache[id] = lookup;
		for(var l = 0; l < tags.length; l++) {
			var tag = tags[l];
			if(true) {
				c = count[tag];
				if(c) {
					var size = macro.determineFontSize({ largest: largest, smallest:smallest, occurrences: c });
					var btn = createTagButton(container,"[_tagcloud[%0-:-%1]]".format(id, tag),
						null,tag,locale.tooltip.format(c, tag));
					$(btn).addClass("tagcloudTag").attr("tag", tag).css({ "font-size": size + "px" }).
						addClass("button size%0".format(size)).click(function(ev) {
							var tag = $(ev.target).attr("tag");
							window.setTimeout(function() {
								var items = $(".popup li a");
								var lastLink = items[items.length - 1];
								$(lastLink).text("Open tag " + tag).attr("tiddlylink", tag);
							}, 10);
						});
						// the last line is rather hacky but gets the required result of making it possible to open the tag
				}
			}
		}
	},
	determineFontSize: function(args) {
		var options = macro.options;
		var deltaFontSize = options.fontSize.large - options.fontSize.small;
		var delta = args.occurrences / (args.largest - args.smallest + 1);
		return options.fontSize.small + parseInt(delta * deltaFontSize, 10);
	}
};

config.filters._tagcloud = function(results, match) {
 var args = match[3] ? match[3].split("-:-") : false;
	if(args) {
		var id = args[0];
		var lookup = macro.cache[id] || {};
		var tag = args[1];
		var tiddlers = lookup[tag] || [];
		return tiddlers;
	} else {
		return [];
	}
};

})(jQuery);
//}}}
http://thecheckeredman.com/

Trials and tribulations of a wannabe superhero.
http://bigcity.thecomicseries.com/comics/

Straighforward superhero story so far. Somewhat slice-of-life-y.
http://www.rhjunior.com/totq/

Exceptional worldbuilding brings forth a world of furries and humans, magic and religion, science and superstition. Adventure and social commentary abound.
http://www.tamurancomic.com/

Dark events are afoot in the kingdom... A tale about loyalties and doing the right thing.
http://www.teahousecomic.com/

Manga about a high-end brothel and its very important guests. LGBT content and partial nudity abound. Mindblowing art.
http://www.terra-comic.com/

Dramatic space opera with good graphics. Likable characters, plenty of feeling.
http://www.drunkduck.com/The_Assemblers/

In a world of ruins, is rebuilding an act of vandalism? Highly unusual cyberpunk. Finished.
http://www.beanleafpress.com/

Traditional fantasy story; endearing characters.
http://thebecomingcomic.com/

Thick intrigue in a Venetian-styled steampunk setting.
http://www.webcomicsnation.com/moniquem/continentals/series.php

An unusual detective couple in Victorian London investigates unusual cases... with unusual means.
http://www.interversecomics.com/index.php?option=com_content&view=article&id=7&Itemid=9

A reluctant superhero with a family secret.
http://dawnchapel.com/

A strange collection of short comics and one-offs. Some are endearing, some tearful, others funny, a few disturbing. All are subtle... and so is the art.
http://thedreamercomic.com/

Time travel romance / historical adventure.
http://www.theherobiz.com/

It's all about the show nowadays, but all is not as it seems... Pokes fun at every super trope in the book.
http://www.bjccreations.com/jenny/comic.php

Multiverse-hopping adventures with an open source character. Discontinued.
http://thenextadventure.francescaillustrates.com/

Subtler-than-it-looks urban fantasy.
http://thenoobcomic.com/

Goofy MMORPG parody; irregular updates.
http://requiem.seraph-inn.com/

Horror victorian Manga romance. Finished.
http://www.garenewing.co.uk/rainboworchid/index.php

"Realistic" pulp with detailed retro-style graphics. Treated as a preview of the print version.
http://www.drunkduck.com/The_Revolution/

Rebels on the run face a mystery in a magitech universe.
http://www.sagaofsamuel.com/

A heroic tale set in ancient Israel. Notable graphics.
http://thespecialistscomic.com/

Yet another take on WW2 superheroes. Still warming up as of 2011-01-03.
http://thetower.girl-wonder.org/

Whimsical, wordless fairy tale in only 68 pages. Finished.
http://www.talesofmaora.com/

Humorous high fantasy adventure.
http://www.ghostsofpineville.com/

A trio of kids discover that ghosts do exist... in their neighborhood.
http://www.saisasylum.com/

Fairly generic manga fantasy adventure. Recent as of 2011-03-28.
http://tozocomic.com/

Espionage and mysteries in a fake-steampunk pseudo-Venetian society. Retro-styled and very detailed graphics.
http://transientfaith.smackjeeves.com/

High school through the eyes of a crazy girl. Surprisingly funny.
http://www.transposeoperator.com/

Humans battle robots in a post-apoc setting. Unusual.
http://www.brasscomics.com/comics-2/transyltown/

What happens when three kids befriend each other... a vampire, a slayer and a lycanthrope. Hilarious.
http://twokindscomic.com/

Human, furries, magic and nudity in a world of dark conspiracies. Possibly NSFW at times. CC-BY-NC-SA.
http://www.uncubedthecomic.com/

Journal webcomic of an Indian artist. Pokes fun at both imagined and real ethnic stereotypes.
http://www.unionofheroes.com/

European superhero comedy; photo comic. It's grown weird.
http://www.casualvillain.com/Unsounded

In a brutal world... a crazy princess of thieves and her noble undead guardian.
http://www.lepusstudios.com/underbrush.html

Two talking rabbits obsessed with explosives, looking for work. You think that's weird? Meet the humans...
http://www.valkyriesquadron.com/

Yet another "humankind battles robots in space" story. New as of 2011-05-11.
http://vampirates.comicgenesis.com/

Manga supernatural slice-of-life with gay vampire pirates. (Serious!) Discontinued.
http://www.virtualshackles.com/

Geeky jokes, mostly about videogames and related topics.
http://wts.thecomicseries.com/

A mysterious stranger, a little girl and a ruthless assassin.
http://www.ninja-dragon.com/witd/

A city plagued by supernatural events? Or the ramblings of a tabloid editor?
http://www.wannabez.com/

As strange meteors fall to earth, a bunch of kids develop superpowers... or not?
http://www.wayfarersmoon.com/

Traditional high fantasy adventure.
http://www.weregeek.com/

Just what it says on the tin. Think about it for a moment.
http://warofwinds.com/what-it-takes/

Gritty post-apoc drama.
http://fribergthorelli.com/wbk/

Slow-moving fantasy horror. A trio of girls... ancient ruins in the forest... Mature.
http://www.widdershinscomic.com/

A hapless stage magician in the making is caught into a series of humorous adventures. Turns out, not all magic is fake...
http://www.woodenrosecomic.com/

Manga fantasy romance/horror.
http://worldinflames.azdiongalaxy.com/

In a world where magical races are at war, a young satyr just wants to find his sister. But the gods may have other plans.
http://xkcd.com/

Nerdy gag-a-day; often very smart; stick figures. CC-BY-NC.
http://xandercomic.us/

"The Adventures of a Boy and His Dog in the World of Dreams" -- pretty much what it sound like. A children's story.
http://www.eliseotterlei.no/series/xo/

Fantasy? adventure/romance. New as of 2010-11-04.
http://www.zapcomic.com/

Ha-ha-only-serious space opera adventure. Rebels, psionics and conspiracies.
http://imew.katbox.net/

Beware of cheap smartphone clones, they might be magical catgirl makers... Furry transformation manga.