[tw] Re: TWC. how to hide tags box containing no tags?

2013-12-06 Thread Yakov
Sorry, I've "copied" the line from my mobile TW by retyping; actually, just one more space will fix this: div[tags=""] .tagged { display: none; } ^ Of'course Eric's solution works as well. Best regards, Yakov. PS I'd recommend to use English anyway, as others will understand your

[tw] Re: TWC. how to hide tags box containing no tags?

2013-12-06 Thread Oleg Viro
Thank you very much, Eric! It works perfectly. By the way, I think it deserves implementation by default, because who needs a special writing that tags is not there. Best, Oleg On Wednesday, December 4, 2013 5:07:12 PM UTC-5, Eric Shulman wrote: > > On Saturday, November 30, 2013 6:48:57 PM UTC-

[tw] Re: TWC. how to hide tags box containing no tags?

2013-12-06 Thread Oleg Viro
Спасибо! Однако, в Вашей форме это не работает. Нужно ещё одно слово. В форме Эрика (см. ниже его ответ) - работает. Best regards, Oleg. On Wednesday, December 4, 2013 5:00:52 PM UTC-5, Yakov wrote: > > Hi Oleg, > > a simple CSS rule in StyleSheet tiddler will do the job: > > div[tags=""].tagged

[tw] Re: TWC. how to hide tags box containing no tags?

2013-12-04 Thread Eric Shulman
On Saturday, November 30, 2013 6:48:57 PM UTC-8, Oleg Viro wrote: > > How to make the tags box of a tiddler hidden each time when the tiddler > has no tag? > Add this to your [[StyleSheet]] tiddler: div[tags=""].tiddler .tagged { display:none; } enjoy, -e Eric Shulman TiddlyTools / ELS Desi

[tw] Re: TWC. how to hide tags box containing no tags?

2013-12-04 Thread Yakov
Hi Oleg, a simple CSS rule in StyleSheet tiddler will do the job: div[tags=""].tagged { display: none; } Best regards, Yakov. воскресенье, 1 декабря 2013 г., 6:48:57 UTC+4 пользователь Oleg Viro написал: > > How to make the tags box of a tiddler hidden each time when the tiddler > has no tag