Here's another approach to # 2

Search for *$:/core/ui/ViewTemplate/subtitle* using the Advanced Search. It 
will be under the "Shadows" tab. Open it, and edit it. You'll get a warning 
about overriding the default system, but it is okay to click OK here. Now 
remove the  $:/tags/ViewTemplate  tag from it and save. The subtitles will 
now be gone.

You can toggle this action using a radio button. Simply add this code to 
any other tiddler...

''Tiddler subtitles:'' <$radio  tiddler="$:/core/ui/ViewTemplate/subtitle" 
field="tags" value="">Hide</$radio>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<$radio 
 tiddler="$:/core/ui/ViewTemplate/subtitle" field="tags" value="$:/tags/
ViewTemplate">Show</$radio>

You can do the same for tiddler titles and tags as well. Here's a simple 
table you can drop into a tiddler, to make a single interface from which to 
manage the visibility of the title, subtitle, and tags of your tiddlers...

| !Option | !Setting |
|''Tiddler titles:'' | <$radio  tiddler="$:/core/ui/ViewTemplate/title" 
field="tags" value="">Hide</$radio>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<$radio 
 tiddler="$:/core/ui/ViewTemplate/title" field="tags" value="$:/tags/
ViewTemplate">Show</$radio> |
|''Tiddler subtitles:'' | <$radio  tiddler="$:/core/ui/ViewTemplate/subtitle" 
field="tags" 
value="">Hide</$radio>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<$radio  tiddler="
$:/core/ui/ViewTemplate/subtitle" field="tags" 
value="$:/tags/ViewTemplate">Show</$radio> 
|
|''Tiddler tags:'' | <$radio  tiddler="$:/core/ui/ViewTemplate/tags" field="
tags" value="">Hide</$radio>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<$radio 
 tiddler="$:/core/ui/ViewTemplate/tags" field="tags" value="$:/tags/
ViewTemplate">Show</$radio> |

Hope this is helpful,

Hegart.


On Wednesday, 20 April 2016 14:40:00 UTC+12, Marc wrote:
>
> I really love TW5 and try to do it in my college classes. I try to keep 
> things simple so the students can get comfortable. 
>
> I am not a great coder. Neither are my students. I am looking for help 
> with some simple formatting help. See the graphic below.
>
>
> [image: Inline image 1]
>
> I assume that this can all be done in the CSS and have been looking at 
> email posts but if you can give it to me simply I would really appreciate 
> any help.
>
> Thank you for a great and powerful product,
>
> Marc Ferguson
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/95a21e65-d505-4332-ac22-fb2c51cc8204%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to