Thanks Mark, 

It worked... but not initially.  it seems fussy about what goes in the 
file, whether it can go in separate files and at least what comes before. 
It probably didn't help that the example in "how to hide" had a typo in 
that there was a ')' instead of a '}' like this "h2.tc-title 
{display:none;)"

In the end I did this
tc-subtitle {display:none;} h2.tc-title {display:none;} .tc-tags-wrapper 
{display: none;} with some explanatory text after

and it worked, but a few permutations sometimes showed dates and titles 
etc. One thing I did work out is that if you put (explanatory) text at the 
start of the toddler then it doesn’t like it but after was ok. Sorry if my 
formatting is a bit hard to understand, I'm still working out how to quote 
code. 

Eventually I would like a clean evernote experience where you can easily 
choose which fields to display and not and if you just write in the text 
field then the first line becomes the title. 

I also find it a bit annoying to not be able to simply type or tab down 
from the title to where I want my text. (Basically I'm talking about fast 
entry of one or two lines of text per toddler,) That's another topic so 
I'll have a go at another time. I'm very thankful that I have made this 
progress today. 

I will also have a look at TonyM's solution below but the first read looks 
complicated and I don't know what a "pill" is. It's a good learning 
experience!



On Monday, 14 October 2019 15:28:24 UTC+11, Mark S. wrote:
>
> CSS is the magic instructions that web browsers use to display your bland, 
> run-of-the-mill text in various exciting ways.
>
> CSS isn't my forte, but the following should work on recent versions of TW 
> until someone with better advice comes along.
>
> Make a tiddler and tag it $:/tags/Stylesheet . Put this content in it:
>
> .tc-tags-wrapper {
> display: none;
> }
>
> Close and save the tiddler. Your tags should disappear.
>
> On Sunday, October 13, 2019 at 8:46:04 PM UTC-7, Steve S wrote:
>>
>> Hi,
>>
>> I would like a simple clean list of my tiddlers. I have managed to remove 
>> the author and heading and subtitle fields according to this tiddler: "How 
>> to hide the author's and other fields with CSS" but this doesn’t say how to 
>> remove the tags. I know its possible because I saw it here 
>> http://t5a.tiddlyspot.com/ but I haven't managed to work out how he did 
>> it. 
>>
>> I will email the author of that page and put my findings here if I find 
>> it. This is a learning process for me and also perhaps others have the same 
>> question so I thought it worth putting the question here also. 
>>
>> I don't really understand what CSS is so I need fairly simple 
>> instructions. 
>>
>> Because it is sometimes good to see the titles and tags it would be nice 
>> to have a button to turn them on and off easily, but I guess that calls for 
>> another topic?
>>
>> Thanks for any help. I did have a search but didn't find anything that 
>> seemed to do this.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/af4dd9bc-2828-4d9a-95a8-2fbc2283f6e7%40googlegroups.com.

Reply via email to