
I have recently started using Tiddly wiki to build a knowledge database and I am having difficulty figuring a few things out. I am hoping somebody can help.
This wiki is going to be huge when it is done (4500+) entries. Each entry has a list of 14 stats that need to be displayed as a table. I found how to build tables, the work perfectly, and I like the look.But I have found that it is rather labour intensive to do this every time I make a new entry. Is there a macro, or some code, or anything that can make this easier for me?
climate-terrain: Temperate or tropical/wilderness or subterranean
frequency: Uncommon
organization: Solitary
activity_cycle: Any
diet: Omnivore
intelligence: Average (8-10)
treasure: 1
alignment: Neutral
num_appearing: 1d4
armor_class: 4
movement: 6, Sw 15
hit_dice: 3
thac0: 17
num_of_attacks: 1
damage_attack: See below
special_attacks: Drowning
special_defenses: See below
magic_resistance: Nil
size: L (10’ tall)
morale: Elite (13-14)
xp_value: 270<$list filter="[tag[Dictionary]]" variable=dict>
<$list filter="[<dict>getindex[intelligence]prefix[Average]]" >
<$list filter="[<dict>getindex[armor_class]prefix[4]]" >
<<dict>>
</$list>
</$list>
</$list>
<$list filter="[tag[Avatar]search:intelligence[Average]search:armor_class[4]]"/><$button>Apply dictionary
<$list filter="[all[current]addsuffix[-dict]]" variable=dict>
<$list filter="[title<dict>indexes[]]" variable=field>
<$list filter="[title<dict>getindex<field>]" variable=value>
<$action-setfield $field=<<field>> $value=<<value>>/>
</$list>
</$list>
</$list>
</$button><$list filter="[[$:/temp/search]] +[minlength[3]]">
<<list-links "[has[intelligence]search:intelligence{$:/temp/search}]">>
</$list>if I get your task right, you would have to add your own criteria to the filter, e.g.
<$list filter="[all[current]tag[planet]]">
This filter checks first if it is applyed to the current tiddler and then, if this also has the desired tag.
Hope that helps,
Thomas

You are correct. I am attempting to make the Monstrous Compendium
However, it is a horrible resource to search, poorly organized, the links are all over the place and it cannot be searched beyond the index entries. I spend far too much time sifting through the entries and my books looking for the stuff I want. What I have been doing is copying the text from the page to a tiddler then formatting it, copying the image to my hdd and importing it to the tiddler. Not exactly the most efficient method. But it keeps it all local on my hdd which is a requirement.
I started out building an actual data base with LO. But I found it started becoming cumbersome, slow and unstable; probably due to the sheer amount of text. So I turned to personal wiki's. Tiddly seems to be the best option I have found for this. To this point I have learned how to make tabs, tables of contents, tags, tables, and how to format the text and lay out on my tiddlers. Now I need to figure out how to make the information I use most often searchable; Climate / Terrain, Intelligence, and Hit Dice. I was thinking fields would be the best way to go, but I am finding the information available confusing. Reducing the amount typing, and coding I have to do would be a great bonus but learning how to make my data searchable should probably be the priority. I have not done any serious programming since the 90's. And I hated it then. I would love to find a wysiwyg interface for this.
Any help you can give, or point me to a tiddly for dummies type book or site would be greatly appreciated.