How to get tiddlers title to support HTML styles and brush styles in $:/plugins/kookma/shiraz

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>
2 Likes

Using characters like < and > in tiddler titles has the potential to cause problems with filters. I would not do this.

3 Likes

Thank you very much, it’s what I imagined

@@color:red; ''Highlight the main points'' @@

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.

2 Likes

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.

3 Likes

Another solution that comes to mind is to use colorful utf-8 emojis in the title

Use win+; To add quickly