Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread Aidan Grey
You're like the helpiest dude ever Mark. Thanks!! Clearly i need to work on my attention to detail. On Fri, Jul 12, 2019, 3:43 PM 'Mark S.' via TiddlyWiki, < tiddlywiki@googlegroups.com> wrote: > You had background*=*color in the first example. > > On Friday, July 12, 2019 at 2:11:43 PM UTC-7,

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread 'Mark S.' via TiddlyWiki
You had background*=*color in the first example. On Friday, July 12, 2019 at 2:11:43 PM UTC-7, Aidan Grey wrote: > > I have no idea what I did different, but this works suddenly now: > > button.tc-fold-banner { > background-color: magenta; > } > > button.tc-unfold-banner { > background-color:

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread Aidan Grey
I have no idea what I did different, but this works suddenly now: button.tc-fold-banner { background-color: magenta; } button.tc-unfold-banner { background-color: magenta; } On Friday, July 12, 2019 at 3:06:54 PM UTC-6, Aidan Grey wrote: > > i've tried multiple selector configurations,

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread Aidan Grey
i've tried multiple selector configurations, button.tc-fold-banner among others. I've changed the color in the web explorer, which worked - but I was never able to find or capture where it was added. I'm probably doing something dumb again. On Fri, Jul 12, 2019 at 2:45 PM Aidan Grey wrote: >

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread Aidan Grey
Thanks Mark! Sadly, I still can't figure it out. I'm just trying to confirm that I have the right selectors with the magenta, and according to Chrome's explorer, I think I do, but still not working. This is a tiddler tagged with $:/tags/Stylesheet. html button .tc-fold-banner {

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread 'Mark S.' via TiddlyWiki
Looks like classes tc-unfold-banner and tc-fold-banner might be what you want. On Friday, July 12, 2019 at 12:17:23 PM UTC-7, Aidan Grey wrote: > > Jeremy, > > Is there a tiddler or class or something for the fold-bar? I'd like to add > some styling (i.e. color) to it, and I'm not having any

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread Aidan Grey
Jeremy, Is there a tiddler or class or something for the fold-bar? I'd like to add some styling (i.e. color) to it, and I'm not having any luck finding it myself. Also, is there a way to make that the default for all tiddlers, without going in and setting every single one of them manually?

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread Aidan Grey
Thanks for the commiseration! On Thu, Jul 11, 2019, 2:00 PM Pit.W., wrote: > Hello Aidan, > > welcome to the crowd. > I fell into this trap multiple times, and the two of us are not the only > ones. > So... relax > > What I did was: > >1. I put the fold/unfold button into the button

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread TonyM
Answered my own question yes and other as a value. Regards Tony -- 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

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread TonyM
Thanks Mario I won't name it either. I would only use it on tiddlers that already display their content through an existing view template. Thus I want to hide the text only. Do you understand its existence is the switch or can it be set to a value? If a value one could have a button toggle

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-12 Thread PMario
Hi Tony, There already is a tiddler field, which IMO should not be used, because it only causes maintenance burden for the whole community. Even calling it's name may cause problems ;) You'll find it:

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-11 Thread TonyM
I use Jeremy's suggested fold bar. The fold unfold mechanisium is not perfect because the fold state is in a temporary tiddler for each tiddler, so when you are using view template additions you cant get a new tiddler to default to folded. Perhaps I should do a pr for a folded field on

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-11 Thread PMario
On Thursday, July 11, 2019 at 10:00:26 PM UTC+2, Pit.W. wrote: ... > *Question to the Gurus: could we have some stylesheet that gives folded > tiddlers a red border?* > That's definitely an option. .. I wouldn't use red but a visual indication would be useful. .. We already have the unfold

Re: [tw5] Re: Weirdest problem ever - feature request to the Gurus

2019-07-11 Thread Pit.W.
Hello Aidan, welcome to the crowd. I fell into this trap multiple times, and the two of us are not the only ones. So... relax What I did was: 1. I put the fold/unfold button into the button ribbon of the view template 2. I edited the svg - icon for the unfold button into red - like