Hello everyone, I seem to hit a snag configuring the new journal title template in pre-release. Looks like the currentTiddler
macro is not recognized in that context, when creating a new journal tiddler from an existing tiddler.
Steps to reproduce:
- navigate to https://tiddlywiki.com/prerelease/
- configure
$:/config/NewJournal/Title
to<<currentTiddler>> - YYYY-0MM-0DD
(alternatively, through the Control Panel->Settings->Basic, setTitle of new journal tiddlers
to<<currentTiddler>> - YYYY-0MM-0DD
- navigate to an existing tiddler e.g.
range Operator
- from the toolbar extended actions (arrow down), choose
new journal here
- the title of the journal tiddler does not include the original tiddler title
The same steps in 5.1.23 work as expected.
Note: The macro appears to render correctly when viewing the $:/config/NewJournal/Title
suggesting the issue is related to the new journal tiddler handling, however my brief inspection of the relevant wikitext code in $:/core/ui/Buttons/new-journal-here
didn’t flag any differences
Thanks in advance!