Dear friends
Happy New Year!!!
can do
can’t do
can do
can’t do
Any reply would be greatly appreciated
Dear friends
Happy New Year!!!
can do
can’t do
can do
can’t do
Any reply would be greatly appreciated
This is because the title isn’t wikified by default. Edit the tiddler $:/core/ui/ViewTemplate/title/default
, change it from:
\whitespace trim
<h2 class="tc-title">
<$view field="title"/>
</h2>
To:
\whitespace trim
<h2 class="tc-title">
{{!!title}}
</h2>
Using characters like < and >
in tiddler titles has the potential to cause problems with filters. I would not do this.
Yes, on the other hand, filtered article titles that contain style modifier tags are verbose
Another solution is linkstyle by @twMat , find more at this thread:
… and I have a small demo/explanation here:
If you use this, and also enable “Display tiddler titles as links” in (Control Panel, Settings, toward bottom) then you’ll see your preferred styles (any styles and colors, but also custom-computed items before and after title, etc.) not just in story river, but also in sidebar lists.
My approach would be to use the caption field to alternative titles in which you may want the content to be wikified. A small hack can then show the caption in place of the title when it is available.