I haven’t yet because I felt like our views were too radically different. It seemed to me that you were talking about something only vaguely related to my idea of a virtual tiddler. It seemed better to come to a consensus before starting an edit war.
However…
Interesting, because I still see your description very much at odds with my expectations.
Ok, that does match my conception of virtual tiddlers.
I would not expect there to be any general-purpose mechanism for their usage. They would vary substantially from wiki-to-wiki.
It feels as though you’re trying to explain the concept of virtual tiddlers by way of your—admittedly interesting—but far from universal “simple” system.
I read the following as if it was intended to be a general description of virtual tiddlers:
Key Features
- A virtual tiddler is created using a button
- The title of each virtual tiddler begins with the prefix:
$:/virtual/
And if you only mean this to be a description of “simple”, then I think there only some minor cleanup of the text necessary, just to make that clear.
If, though, it is meant to be more generic, then I’m going to disagree strongly. A virtual tiddler is not necessarily created using a button. If fact I’ve never created them that way. Nor have I ever created one with the prefix $:/virtual
.
To my mind, virtual tiddlers are placeholders for something I may want to create. On one recent project, I was collecting into a wiki scattered links to documentation about a large system at my day job. The form for entering one of them included an authors
field, which I fill in with comma-separated list of names that get turned into a title list when the form is submitted. If I fill it in with a list like “Mohammad Rahmani, Scott Sauyet, Elise Springer”, when I view the saved tiddler, my template includes a list of authors:
* [[Mohammad Rahmani|Author/Mohammad Rahmani]]
* [[Scott Sauyet|Author/Scott Sauyet]]
* [[Elist Springer|Author/Elise Springer]]
And if I have already created Author pages for Mohammad and Elise, then you just visit them normally. But if I haven’t yet created one for Scott, you can still visit it. There is a notice that this tiddler hasn’t been created, and so there’s no biographical info on it. But there is a list of documents Scott has authored because I have a template for that which shows on any tiddler titled like Author/Full Name
. And I have a sidebar/more tab similar to the “Missing” tab, which shows those authors linked to but not created.
To me that’s what virtual tiddlers are for. I would expect that in @Springer’s bibliography page, on importing a bibtex entry, she automatically adds links to the authors. If they don’t already exist yet, a template shows the works authored/edited. Tiddlywiki.com does this for non-existing Tag Tiddlers. My bingo page does something similar for card numbers.
The commonalities are that they derive information from the title of a nonexistent tiddler in order to apply certain templates to view it.
If your post is meant to capture all of these sorts of virtual tiddlers, then I think it falls far short. If you mean only to document the “simple” system, I think we probably only need a bit more clarification.
But I would also be curious to learn how you use these “simple” virtual tiddlers. I’m having a hard time imagining places where I would use them.