On Sunday, April 5, 2020 at 6:03:25 PM UTC-7, 008 wrote: > > I add a field "caption" to my tiddler, I can see the caption showing in > the "list-links" or "toc-selective-expandable", but in the sotry river, it > also shows the title, where I want to also show the caption. > BUT in this site http://tw5-zh.tiddlyspot.com/ . It's ok to rendering > caption in the story river. I cann't find out why. >
That site is using a customized version of *$:/core/ui/ViewTemplate/title*, in which they have replaced this line: <$view field="title"/> with this: <<toc-caption>> If you make that same change, you will get the results you want. To edit the shadow tiddler: 1) Open the AdvancedSearch by clicking on the magnifying glass icon next to the sidebar search input field 2) Select the "Shadows" tab 3) Enter "viewtemplate/title" in the AdvancedSearch input field 4) Click on the resulting link to view *$:/core/ui/ViewTemplate/title* 5) Press the edit button 6) Change the line as described above 7) Press the done button enjoy, -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ea8c6f5d-28a9-4f4f-92b6-562f96f2ffac%40googlegroups.com.

