[tw5] Re: uni-link plugin - displaying a subtitle or caption below the tiddler's title

2019-01-11 Thread S. S.
A small suggestion. The tiddler's *title* field is meant to display as normal (raw) text. Displaying the *title* like this is fine: <$view field="title"/> However the *caption* field is generally displayed as wikified (and so can include formatting etc.) Ref Github Issue 3624

[tw5] Re: uni-link plugin - displaying a subtitle or caption below the tiddler's title

2019-01-11 Thread Diego Mesa
This should be part of the core!!! On Friday, January 11, 2019 at 1:52:56 PM UTC-6, R² wrote: > > Thanks a lot Jed! Problem solved after a few tweaks in my first steps :) > > Let me recap this for other newbies... > > *Basic tutorial: how to display a uni-link plugin caption below the title > in

[tw5] Re: uni-link plugin - displaying a subtitle or caption below the tiddler's title

2019-01-11 Thread
Thanks a lot Jed! Problem solved after a few tweaks in my first steps :) Let me recap this for other newbies... *Basic tutorial: how to display a uni-link plugin caption below the title in your tiddlers*. (1) (a) Create a new tiddler called $:/core/ui/ViewTemplate/caption as you will be

[tw5] Re: uni-link plugin - displaying a subtitle or caption below the tiddler's title

2019-01-11 Thread Jed Carty
Make a tiddler that has your caption in it, it looks like you already have that. In your caption tiddler make a field called list-after and put $:/core/ui/ViewTemplate/title in that field. That should do what you want. -- You received this message because you are subscribed to the Google

[tw5] Re: uni-link plugin - displaying a subtitle or caption below the tiddler's title

2019-01-11 Thread
I shouldn't be too far off as sliding the tc-tiddler-caption div below the tc-tiddler-title div on Chrome's inspection tool brings me the exact result I am looking for: [image: Displaying caption below title 2.png] Any hints on that last step? Thanks, R² -- You received this message

[tw5] Re: uni-link plugin - displaying a subtitle or caption below the tiddler's title

2019-01-11 Thread
I guess I should provide more detail... Basing myself on $:/core/ui/ViewTemplate/title, I created a $:/core/ui/ViewTemplate/caption tiddler, tagged $:/tags/ViewTemplate and with the following content: <$list filter="[all[current]!prefix[$:/]]"> <$view field="caption"/> I reckoned that by