Minimal Theme

Great find, thanks! If you update to the latest version of Minimal Theme this should be fixed.

1 Like

Works! Thank you.

Hi all,
not sure if this is the right place to mention this, so please excuse me if itā€™s not.

Iā€™ve recently tried moving a note of mine about the basics of HTML from Notion to Obsidian and noticed something strange (to me at least).

As the note is about HTML, I have lots of code blocks within the note. Now these came across perfectly with a simple copy-paste from Notion, but whatā€™s strange is how these code blocks are rendered in preview mode. In preview mode these code snippets are displayed as clickable tags:

Edit mode

Preview mode
Preview mode

Is this a theme issue or something on Obsidianā€™s end?

Also, Iā€™m really pleased to see the syntax highlighting in the preview mode - is this a coincidence because its HTML or is this supported in Obsidian? or a theming thing?

I have a small bug with the hider plugin and the instructions when toggling it on or off:

Iā€™m in Linux (In case that plays a role!)

Opps ???

latest version : ā€œversionā€: ā€œ1.0.4ā€,

I am not able to replicate this issue on my side. Are you able to open the developer tools console and share what you see when you try to enable it?

This is fixed, thanks

1 Like

app.js:1 Plugin failure: obsidian-hider Error: ENOENT: no such file or directory, open 'F:\vault\.obsidian\plugins\obsidian-hider-master\main.js'

image

main.js lost ??? but thereā€™s a main.ts

I re-download code include ā€œmain.jsā€, all it works.

Could you please add hover display ā€œviews-iconā€ into Hider plugins ?

I donā€™t want hide, need hover display.

Thanks.

Are you installing this via the Third-party Plugins menu in Preferences ā†’ Third-party plugins ā†’ Browse?

Nop. I download zip on github.

Weird. Some plugins on github donā€™t have ā€œmain.jsā€ file.

Solved. I build main.ts. get main.js. it works.

This -> isnā€™t changing to this ā€˜->ā€™
What should be done?

@Steve_yang Unless you need to install from GitHub for some reason (e.g., testing purposes? not sure what reasons might exist, actually), you should really install via the in-app plugin management options. That way you wonā€™t encounter errors like the one you describe here and youā€™ll be able to detect when updates are released.

@DummyME Thatā€™s a feature called ligatures and it depends on your font choice. Try a different font, or, use a text expander like Espanso to always insert ā†’ for ->.

1 Like

I found that there will be some symbols in h4->h6 tag that will generate garbled characters

It is hoped that the font Setting of h1-> H6 can be performed in the "Minimal Theme Settings

Iā€™m seeing an issue on the latest insider build (0.9.22)

When going into preview mode all text goes edge to edge.

Attached a couple of screenshots. No issue with default theme.


Trying turning off readable line length in Obsidian Settings. Iā€™ll look into a more permanent fix.

1 Like

Iā€™m trying to change the background color in the dark version from the original brownish tone to a blue background. Setting --base-h from 0 to 240 should do the job, right?
However, I donā€™t see any change in the background colour.

Currently running 0.9.22.

Are also running the Minimal Theme Settings plugin? If so youā€™ll need to turn off the plugin or add more specificity to your CSS.

Now that snippets are available it is not recommended to edit the theme file itself.

Oh, that did the trick. Without the plugin, itā€™s working as expected.

One other small bug report, even though itā€™s related to a plugin thatā€™s not officially supported: Iā€™m using the backlinks in document plugin, which shows its content centered at the bottom of the page when Iā€™m in edit mode. In preview mode it is however shifted to the left.


This looks a bit like the bug related to the Readable line length setting, but I already have that turned off. Any other ideas on how to fix this?

Thanks again for your great theme!