[tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-28 Thread strikke...@gmail.com
Thank you @Télumire for writing this up. I am sure it will help a lot of people. On Saturday, August 28, 2021 at 12:37:37 AM UTC+2 Télumire wrote: > Hi all, > > Here's an easy way to get the css path to an element : > > Open the inspect element tool : ctrl+shift+c (firefox/chrome) , then >

[tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Télumire
Hi all, Here's an easy way to get the css path to an element : Open the inspect element tool : ctrl+shift+c (firefox/chrome) , then select the element you want to inspect You can also do a right-click>inspect The element will be highlighted in the dev tool pannel that shows up. Make sure

Re: [tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Sandip Deshmukh
Thanks Stobot. What a difference a . makes! It works as expected. On Fri, Aug 27, 2021, 21:06 strikke...@gmail.com wrote: > Thank you @Stobot. You are of course right - I missed something in the > copy paste. > On Friday, August 27, 2021 at 5:30:17 PM UTC+2 Stobot wrote: > >> I think

Re: [tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread strikke...@gmail.com
Thank you @Stobot. You are of course right - I missed something in the copy paste. On Friday, August 27, 2021 at 5:30:17 PM UTC+2 Stobot wrote: > I think strikke/@Birthe might have forgot a leading dot(period). So: > .tc-tiddler-frame textarea.tc-edit-texteditor {font-size: 125%; > background:

Re: [tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Stobot
I think strikke/@Birthe might have forgot a leading dot(period). So: .tc-tiddler-frame textarea.tc-edit-texteditor {font-size: 125%; background: #485052; color: #48E16A;} On Friday, August 27, 2021 at 11:18:28 AM UTC-4 Sandip Deshmukh wrote: > Hello Stobot, > > Thanks. > > About the two column

Re: [tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Sandip P. Deshmukh
Hello Stobot, Thanks. About the two column view, it was a plugin I was using called Stories. It lets me open the story in two columns. But I have disabled it for now. I have already tried tweaking settings in theme tweaks. That has not helped. Those settings affect the display font. But not

[tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread strikke...@gmail.com
@Stobot. I am sorry but I do not know. I just remembered that I had solved my problem in an old tiddlywiki from 2015, found it and looked i through to see where i was and how. Sorry. The inspector is the only help I know of. It is gradually becoming a better help for at least some thing. On

[tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Stobot
Sorry to highjack the thread a bit - hoping we solved your problem Sandip! @Birthe / strikke... - can I ask how you learned to navigate the class hierarchy? I'm trying very hard how to learn this and am really struggling. I recently started using the Inspect / F12 stuff, but It's not pointing

[tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread strikke...@gmail.com
I do not know about the two column view. But for editing I am using following at the moment. Create a tiddler, give it a title and tag $:/tags/Stylesheet and the following content: tc-tiddler-frame textarea.tc-edit-texteditor {font-size: 125%; background: #485052; color: #48E16A;} This will

[tw5] Re: Font problems --- while editing, while displaying devanagari text

2021-08-27 Thread Stobot
I don't know what "two column view" refers to on your first part, but for the second and third pieces I think you're looking for the values in "Theme Tweaks". 1. Open the $:/ControlPanel (gear icon at top of sidebar by default) 2. Amongst the top tabs pick the second one - *Appearance*