Hello Stefan,
As Tones mentioned, you can indeed play with CSS rules, for example on the
title of a tiddler
(https://tiddlywiki.com/#Custom%20styles%20by%20data-tiddler-title), here
example with Documentation :
[data-tiddler-title^="Documentation"] .tc-subtitle {
display: none;
}
(in a tiddler tag with $:/tags/Stylesheet).
Cheers,
Sylvain
Le jeudi 21 janvier 2021 à 12:00:41 UTC+1, [email protected] a écrit :
> Hi Tones,
>
> that's it - nice!
>
> Thanks a lot
> Stefan
>
> TW Tones schrieb am Donnerstag, 21. Jänner 2021 um 11:24:39 UTC+1:
>
>> Stefan,
>>
>> As a rule the Subtitle and Tags line shows on every tiddler, as I
>> understand it you don't want it to show on some specific tiddlers?
>>
>> A quick use of the browser inspect and the following style sheet added to
>> a tiddler will do this (to all visible tiddlers)
>>
>> <style>
>> div.tc-subtitle { display: none; }
>> div.tc-tags-wrapper { display: none; }
>> </style>
>>
>> As soon as any tiddler containing the above is closed the previous
>> behaviour will return.
>>
>> I am not so sure how to do this but defining a class in a style sheet you
>> name in the tiddlers "class field", or a CSS method to target only tiddlers
>> with a special tag see
>> https://tiddlywiki.com/#Custom%20styles%20by%20data-tags should do it.
>>
>> My CSS is not strong enough but I am sure someone like TT can help.
>>
>> Tones
>>
>>
>> On Thursday, 21 January 2021 at 17:55:34 UTC+11 [email protected]
>> wrote:
>>
>>> Hello Tones,
>>>
>>> thanks for the hint, but that's not, what I want.
>>>
>>> --> for start tiddler (ToC):
>>> [image: Hide_in_ToC.png]
>>>
>>> Thanks for feedback
>>> Stefan
>>> TW Tones schrieb am Freitag, 8. Jänner 2021 um 00:40:02 UTC+1:
>>>
>>>> Stefan,
>>>>
>>>> Perhaps using the emptyStory message - ie when all tiddlers are closed.
>>>>
>>>> https://tiddlywiki.com/#HistoryMechanism
>>>>
>>>> Tones
>>>>
>>>> On Friday, 8 January 2021 at 04:32:38 UTC+11 [email protected]
>>>> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> clicking the 'home' button I would like to have
>>>>>
>>>>> - the 'start' tiddler ( Default tiddler
>>>>> <https://kookma.github.io/TW-Scripts/#%24%3A%2FDefaultTiddlers>
>>>>> with table of content) *without header informations* (tiddler
>>>>> name, creator, creation date, view tools (*except 'close'*) and
>>>>> tags
>>>>> - toggle function for 'home' button
>>>>>
>>>>> Thanks for feedback
>>>>> Stefan
>>>>>
>>>>
--
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/0bce0894-178b-45f7-b559-1733eb26c5cbn%40googlegroups.com.