magicuser-theme-for-obsidian icon indicating copy to clipboard operation
magicuser-theme-for-obsidian copied to clipboard

table header text color

Open fredjoe7 opened this issue 9 months ago • 1 comments

like table body text color .. can you please add table header text color too

fredjoe7 avatar May 12 '24 17:05 fredjoe7

Well, there is already this option, please check it out below. th_foregound

th_foregound2

-> Table header foreground color.

Let me know if it is working well for you.

All the best

drbap avatar May 12 '24 19:05 drbap

From where i copied my tables most of the headers are bolded. So i think this option is not effectively changing the color of headers of its bolded... can it be made it work with bolded texts in headers to follow this foreground color

fredjoe7 avatar May 13 '24 01:05 fredjoe7

Please try to remove the bold and see if it is working well. Thanks

drbap avatar May 13 '24 01:05 drbap

The color selected for bold text will override the other color (table headers).

Btw, posted the new theme version with scrollbars submenu (version 19.7.0)

All the best

drbap avatar May 13 '24 01:05 drbap

Please try to remove the bold and see if it is working well. Thanks

Removing the bold works well... is there a way to remove bolds from table globally inside the vault .. may be like using some regex ?

fredjoe7 avatar May 13 '24 01:05 fredjoe7

The color selected for bold text will override the other color (table headers).

Btw, posted the new theme version with scrollbars submenu (version 19.7.0)

All the best

The hover expand scrollbar effect not possible for now ?

fredjoe7 avatar May 13 '24 01:05 fredjoe7

The color selected for bold text will override the other color (table headers). Btw, posted the new theme version with scrollbars submenu (version 19.7.0) All the best

The hover expand scrollbar effect not possible for now ?

Reduce thumb size after increasing scroll width. So it will expand on hover. You can customize 6 scrollbar features.

drbap avatar May 13 '24 01:05 drbap

Oh right.. this is cool now...

fredjoe7 avatar May 13 '24 01:05 fredjoe7

I don't recommend using regular expressions in markdown tables. Bold text is typically achieved with asterisks (**) or underscores around the text.

To remove bold formatting, use your text editor's search and replace function. Look for the characters used for bold formatting (e.g., ** or __) and replace them with nothing. Most editors offer similar functionality to VS Code's "Find and Replace" (usually Ctrl+H). You can also use "Select Next Occurrence" (often Ctrl+D), and keep pressing ctrl+D till you get many ** and them remove them all (delete). This allows you to review each bold instance before replacing, ensuring you target only the table headers' bold formatting.

All the best

drbap avatar May 13 '24 02:05 drbap

Yeh , but this is tedius.. I'll just leave it and change the header background color to make it readable for now..

Thank you..

fredjoe7 avatar May 13 '24 02:05 fredjoe7