Also, my comment should definitely say “vertical space,” not “horizontal 
space,” haha.

On Thursday, July 22, 2021 at 7:26:02 PM UTC-5 Soren Bjornstad wrote:

> Paul,
>
> 1. No matter what I do and what I've searched for has been able to explain 
>> why some things render differently for me. This has often caused me to stop 
>> and spend large quantities of time trying to figure out what is wrong. For 
>> example. In no version of TiddlyWiki (or browser or operating system) that 
>> I've downloaded does Heading 2 render with an underline. Doesn't happen. 
>> Ever. But it does in Grok TiddlyWiki. 
>>
>
> Ah! This is just because Grok TiddlyWiki has custom CSS rules that make 
> some things look different. In $:/sib/Stylesheet, you'll find:
>
> /* Add more horizontal space and a border for headings, except the title. 
> */
> h2:not(.tc-title) {
>   /*margin-top: 6ex; -- for some bizarre reason Firefox and Chrome are 
> calculating ex-height differently, so eyeballed an appropriate number of 
> inches*/
>   margin-top: 0.4in;
>   padding-bottom: 5px;
>   *border-bottom: 0.05px solid <<color foreground>>;*
> }
>
> Are you able to give some more examples of this? You're not the first 
> person who's been confused by the fact that Grok TiddlyWiki doesn't look 
> exactly like a stock TiddlyWiki because I've configured it differently. 
> Maybe I need to point that out somewhere.
>  
>
>> BTW, an article on where spaces are ignored and where they break things 
>> and why would be AMAZING.
>>
>
> Does block mode and inline mode 
> <https://groktiddlywiki.com/read/#Block%20Mode%20and%20Inline%20Mode> help 
> at all? That's specifically about carriage returns, but those are usually 
> more confusing than actual spaces in my experience.
>

-- 
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/aaf42348-d1c1-49b9-beee-b60390c8bf2bn%40googlegroups.com.

Reply via email to