Apologies for noob questions; only a few days TW experience, moving from Doku…
I call the detail that appears below the Tiddler title a Signature - for example mine says: [[jeff]] 30th December 2021 at 11:26am
Can I change the date-format (or other details of the Signature)
Can I create a Stamp i.e. tiddler tagged $:/tags/TextEditor/Snippet that returns the literal result of <<now "DD-MMM-YY 0HH:0MM ddd">> rather than the expression?
For more advanced alternative, Doku supports save-interpolation where markers in the wiki-text are replaced with literal values when the tiddler is posted.
For example I can define
%%sig%% as --- [[ {{username}} ]] <<now>>
and %%sig%% is then replaced with a one-time interpolation / evaluation that is literal and unchanging when the tiddler is posted.
P.S. I know [[ {{}} ]] is not valid TW syntax - haven’t yet got my head around why [[]] don’t act as interpolating delimiters.
I created a tiddler called $:/core/ui/EditorToolbar/Time with the fields and content as per the example - that inserts a timestamp only. (The name feels wrong - haven’t tried to see if I can put it somewhere non-core)
I wrapped the tiddler content so that it ended up as:
so far every variation seems to convert the username back to a literal {{ $:/status/UserName }}
It seems to me that getting a fragment of literal wikitext that contains a link to the current user should not be so hard. It makes me feel that I am fighting TW rather than groking it.
For the username link creation I’m using a transclude-filter shorcut instead of the transclusion see: {{{ [{$:/status/UserName}addprefix<prefix>addsuffix<suffix>] }}} and I’m using <prefix> and <suffix> variables, since [[ andd ]] can’t be used because it would create an invalid filter syntax.
In your example you wrote <$wikify> instead of /$wikify for your wikify closing tag.
I’ve learnt that '''{{{ [...]}}}''' is a kind of string-expression that gets interpolated. Slowly starting to make more sense
I wanted to wrap the entire sig in italics so that it looks like the Doku ones that have been imported. The final content of my $:/plugins/jeff/EditorToolbar/Signature ended up being:
As user name is given as a link, I intentionally removed the italic style, as italic links in Tiddlywiki has special meaning, italic links are used for missing links