Great find, thanks! If you update to the latest version of Minimal Theme this should be fixed.
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
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!)
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
app.js:1 Plugin failure: obsidian-hider Error: ENOENT: no such file or directory, open 'F:\vault\.obsidian\plugins\obsidian-hider-master\main.js'
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 ->
.
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.
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!