One way might be to use the Caption field to hold the display title you want.
To do this, you modify the $:/core/ui/ViewTemplate/title shadow definition, and replace <$view field="title"/> with <$view field="caption"><$view field="title"/></$view> (instructions take from Eric Shulman's post: https://groups.google.com/d/msg/tiddlywiki/6yUkcDzp7ko/T7o7VNHMHwAJ) Personally, I just live with the inconsistency, and tag individual items as plurals, under the theory that the tag is showing the group membership that the item belongs to (I am one of many tasks, therefore I am tagged "Tasks"). Good luck! Mark On Monday, October 24, 2016 at 4:20:02 PM UTC-7, FBachofner wrote: > > Context: > > I have a simple Notes and Projects/Tasks/ToDos system in a TiddlyWiki. > > I would like parent-level tiddlers to be plural, but lower levels to be > singular. > > In other words: > Projects should be composed of individual tiddlers with the tag "project" > (no "s") > Tasks should be composed of individual tiddlers with the tag "task" > (again, no "s") > ToDos should be composed of individual tiddlers with the tag "ToDo" > (again, no "s") > > These "parent" tiddlers named Projects, Tasks, and ToDos "collect" the > various tiddlers making up those categories (very much like a relational > DB) and display the "related" children at the parent level using the TOC > macro. > > When I add a tiddler from the top level, it auto-tags with the tiddler > name (as expected), but unfortunately this is the plural name which does > not accurately express the lower level tiddler -- which represents a > singularity. > > Questions: > > Is there a way to force the "child" tiddler to automatically take a > different assigned tag? > > Alternatively, can I name the upper level tiddler with the singular name > but have it *display* with a plural "name" > > > Thanks in advance! > -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d4afe57e-18b1-450f-9be1-2503ac68b497%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

