Hi Richard Thanks for the report. I've fixed it for 5.1.10, along with a few other occurrences of the same issue:
https://github.com/Jermolene/TiddlyWiki5/commit/eb9fb6635db7b7b1a50f8acd2712ddfdda9fc340 Many thanks Jeremy. On Thu, Sep 10, 2015 at 1:40 AM, RichardWilliamSmith < [email protected]> wrote: > This is a real edge-case but... > > When we add a tag to a tiddler, a place-holder tiddler gets created for > the tag itself. I wanted to organise these tag tiddlers by tagging *them*, > so I made a little do-dah to do it. > > >> <table> >> <$list filter="[!is[system]tags[]]"> >> <tr> >> <td><$edit-text field="title"/></td> >> <td><$checkbox tag="Language"/></td> >> <td><$checkbox tag="Platform"/></td> >> <td><$checkbox tag="Technology"/></td> >> <td><$edit-text field="tags"/></td><td><$link>{{!!tags}}</$link></td> >> </tr> >> </$list> > > > If I click the checkboxes, it adds the respective tag to the tiddler and > then it exists as a real tiddler (not just a placeholder) BUT it doesn't > get a 'created' field, only a 'modified' field. > > This is 'unexpected behaviour' because the tiddler exists but was never > created. I only noticed this because I was subsequently trying to list all > my tiddlers chronologically by creation date. > > Sadly I'm not yet at the stage of understanding the code well enough to > propose a fix, but I suppose that when a tiddler is modified we might check > that it already has a created field and, if not, add one. Alternatively, > perhaps there is a good reason for this behaviour? > > As I say.... just an edge case :) > > Regards, > Richard > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/17ef8ab0-0128-4467-8a9d-f17bdbcf3618%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/17ef8ab0-0128-4467-8a9d-f17bdbcf3618%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJbfHrxkoC7%3DpWBbsWfkYHe3oL70c4z8zmmdcgO3iM%3DsVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

