hungsu / typomagical-obsidian

An Obsidian theme for typographic appreciators, with support for Style Settings by mgmeyers
https://forum.obsidian.md/t/typomagical-a-theme-for-typographic-appreciators/26860
GNU General Public License v3.0
115 stars 5 forks source link

Problem with Long Filenames #63

Closed Onint closed 1 year ago

Onint commented 1 year ago

I think Typomagical has an issue regarding long filenames; here is a screenshot

Typomagical

here are the same files in default theme

Default

And a question: I liked typomagical's fonts; can we toggle between typomagical's set of fonts and those I have assigned in Obsidian?

hungsu commented 1 year ago

Hi @Onint , thanks for the screenshots.

You appear to be using a plugin, is that the Make.md tab? The Obsidian Files tab is on the left, but you have a tab with four squares selected

hungsu commented 1 year ago

can we toggle between typomagical's set of fonts and those I have assigned in Obsidian?

The fonts in Obsidian's Appearance tab are overrides - that is, they're intended to override whatever the theme specifies. You could possibly use a CSS snippet to say something like "ignore font override"

body {
--font-interface: var(--font-interface-theme), var(--default-font, '??'), var(--font-default);
--font-text: var(--font-text-theme), var(--font-interface);
}
hungsu commented 1 year ago

Assuming your screenshot is MAKE.md, this should be fixed with the latest update, 1.8.2

Onint commented 1 year ago

Hi @Onint , thanks for the screenshots.

You appear to be using a plugin, is that the Make.md tab? The Obsidian Files tab is on the left, but you have a tab with four squares selected

Yes, I am using Make.md. I keep plugins updated; will check.

Onint commented 1 year ago

can we toggle between typomagical's set of fonts and those I have assigned in Obsidian?

The fonts in Obsidian's Appearance tab are overrides - that is, they're intended to override whatever the theme specifies. You could possibly use a CSS snippet to say something like "ignore font override"

body {
--font-interface: var(--font-interface-theme), var(--default-font, '??'), var(--font-default);
--font-text: var(--font-text-theme), var(--font-interface);
}

Thanks. Will try.

Onint commented 1 year ago

It was a problem related to 'spaces' tab of make.md. Here is the file explorer tab Screenshot 2023-06-02 211055

Thanks! Considering this issue closed.