I have realized that TiddlyWiki would be a great way to store notes and such on books or articles I read. Creating a new Tiddler for each book, and tagging it as "book" seems to make sense. But when would I want to use a field over a tag for something like "author", or "published date"?
It seems like "published date" makes more sense as a field, and "author" as a tag, but maybe there really isn't much difference either way? I'm wondering how others are handling this.
Additionally, great tip on showing the field values. I didn't know that, but will definitely use that.
<$list filter="[all[current]object-type[book]]" variable=nul>
Everything including fields you want to display on a book {{!!author}} <$view filed=published-date format="date" template="YYY-0MM-0DD"/>
</$list>