[twdev] Re: [TW2] tiddler MySubTiddler adds an empty line

2013-10-02 Thread Branimir Braykov
Hm, while both of you suggested I was just chaining tiddlers, this is not exactly the case: To see what I mean you can create these 3 tiddlers: OriginalTid !Title {{{ Some code }}} !Another title SubTiddler {{{ Some code }}} NewTiddler !Title tiddler SubTiddler !Another title Now

[twdev] Re: [TW2] tiddler MySubTiddler adds an empty line

2013-10-02 Thread PMario
On Wednesday, October 2, 2013 9:03:15 AM UTC+2, Branimir Braykov wrote: SubTiddler {{{ Some code }}} NewTiddler !Title tiddler SubTiddler !Another title yes, that's a problem. I don't have a solution for this problem, since I don't use tiddler titles as headings. My tiddlers

[twdev] Re: [TW2] tiddler MySubTiddler adds an empty line

2013-10-02 Thread Tobias Beer
Hi Branimir, This might take care of it... span[refresh=content] + br { display:none; } - tobias -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: [TW2] tiddler MySubTiddler adds an empty line

2013-10-02 Thread Eric Shulman
On Wednesday, October 2, 2013 4:03:09 PM UTC-7, Tobias Beer wrote: This might take care of it... span[refresh=content] + br { display:none; } The above will hide the newline following *every* tiddler macro, not just those preceding headings. For example, when writing: tiddler

[twdev] Re: [TW2] tiddler MySubTiddler adds an empty line

2013-10-02 Thread GJRobert
I used to use the trick to hide the brs completely too, but thanks for sharing about using smaller margin-top! Eric Shulman於 2013年10月3日星期四UTC+8上午10時01分14秒寫道: On Wednesday, October 2, 2013 4:03:09 PM UTC-7, Tobias Beer wrote: This might take care of it... span[refresh=content] + br {

[twdev] Re: [TW2] tiddler MySubTiddler adds an empty line

2013-10-01 Thread PMario
If you write tiddler t1 tiddler t2 after the first macro call there actually is a line break \n which is rendered by the TW core. the core sees: tiddler t1\n tiddler t2 You can try this tiddler t1tiddler t2 or tiddler t1/% %/tiddler t2 where /%\n %/ doesn't render the line break have

[twdev] Re: [TW2] tiddler MySubTiddler adds an empty line

2013-10-01 Thread Tobias Beer
tiddler footiddler bartiddler baz - tobias -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this group,