Hello!
Today I was playing around with TiddlyWiki’s journal feature. I would like to use an alternative title in certain situations. This isn’t a problem in itself, e.g. I can simply manually insert the line
<$view field=“created” format=“date” template=“DDD, 0DD.0MM.YYYY”/>
into the caption field. But I would like to automate this. However, I will probably have to expand the algorithm of the journal button to do this. That’s why I looked at
https://tiddlywiki.com/#Making%20a%20custom%20journal%20button
and I was confused:
When I click on the “New Journal” link there, the tiddler $:/core/ui/Buttons/new-journal opens as expected. I also clone this and open it to edit it, but I can’t find the described lines there! Either the tiddler has been changed significantly in the meantime, or the instructions are simply wrong, because if I open the tiddler “$:/core/ui/Buttons/new-journal-here” instead, I find the relevant lines there. I can’t say whether this is just a case of confusion.
This doesn’t solve my original problem, but I think the tiddler should be corrected.
And of course it would be nice if there would be an easy way to generate user-defined fields with predefined content for the journal tiddler automatically. But that would be another topic.