[tw5] Re: TW5 and Html Entity

2019-01-05 Thread jwd
FWIW, the fonts settings TW uses match those recommended in Shipping system 
fonts to GitHub.com , 
an article that I vaguely recall learning about here on the TW Google Group 
though can't find that now (May 2018 maybe?)

The article goes into considerable detail on how and why GitHub arrived at 
this combination for maximum platform / browser compatibility for GitHub's 
UI purposes. TW's may be different.

On Thursday, December 27, 2018 at 12:27:20 PM UTC-5, Mohammad wrote:
>
> Hello Eric,
>  Yep, your solution worked! Thank you!
>
> I also agree to have TW with generic fonts. Users can set the fonts based 
> on their requirements or they choose the taste they like.
>
>
> --Mohammad
>

-- 
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 to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/061ba773-c53e-46aa-8e25-f367ba618035%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5 and Html Entity

2018-12-27 Thread Mohammad
Hello Eric,
 Yep, your solution worked! Thank you!

I also agree to have TW with generic fonts. Users can set the fonts based 
on their requirements or they choose the taste they like.


--Mohammad

-- 
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 to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7edd88ae-2a9a-494e-92c8-2090f356407b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5 and Html Entity

2018-12-27 Thread Eric Shulman
On Thursday, December 27, 2018 at 7:33:13 AM UTC-8, Mohammad wrote:
>
> Does TW change the color of html entities like below symbols?
>
> 
> 
>
> 
> 
> If you paste above snippets inside a tiddler you will get different 
> results compared to put in a simple hrml file like below
>

The "problem" originates with the font settings for TW...

In the $:/ControlPanel > Appearances > ThemeTweaks tab, look for the 
FontFamily setting.  The default value is:

-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, 
"Apple 
Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"

As you can see, there are MANY Apple-specific font references.  If you 
remove the last two fonts ("Segoe UI Emoji" and "Segoe UI Symbol"), the TW 
test output looks the same as the pure HTML output.

Personally, I'd prefer if the TW empty.html shipped with just the 'generic' 
fonts specified; i.e.; "Helvetica, sans-serif" so that the default fonts 
are platform-agnostic and the use of platform-specific fonts would done by 
selecting an Apple-oriented alternative theme definition that adds the 
extra font definitions, much in the same way that the "Snow White" theme 
builds on top of the "Vanilla Theme" (hmmm... "Snow White Apple"... )

-e




 

-- 
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 to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9029f2e3-1dc3-4a41-9d41-361825153dc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.